.navbar.navbar-dark .breadcrumb .nav-item .nav-link, .navbar.navbar-dark .navbar-nav .nav-item .nav-link{
     color: #000;
     -webkit-transition: .35s;
     transition: .35s;
}
@font-face {
     font-family: Roboto,sans-serif;
     font-weight: 400;
     font-style: normal;
     src: url("https://fonts.shopifycdn.com/roboto/roboto_n4.da808834c2315f31dd3910e2ae6b1a895d7f73f5.woff2?h1=dXMuZGV2c2hvcC5pbnRlcm5hdGlvbmFsb3BlbmFjYWRlbXkuY29t&h2=ZnIuZGV2c2hvcC5pbnRlcm5hdGlvbmFsb3BlbmFjYWRlbXkuY29t&h3=Z2IuZGV2c2hvcC5pbnRlcm5hdGlvbmFsb3BlbmFjYWRlbXkuY29t&h4=ZXMuZGV2c2hvcC5pbnRlcm5hdGlvbmFsb3BlbmFjYWRlbXkuY29t&h5=YXUuZGV2c2hvcC5pbnRlcm5hdGlvbmFsb3BlbmFjYWRlbXkuY29t&hmac=80e3e5a20bf343b5cb3bdc037700d2f0d1084427e70e532d35eab28fa2c3b9cb") format("woff2"),
     url("https://fonts.shopifycdn.com/roboto/roboto_n4.a512c7b68cd7f12c72e1a5fd58e7f7315c552e93.woff?h1=dXMuZGV2c2hvcC5pbnRlcm5hdGlvbmFsb3BlbmFjYWRlbXkuY29t&h2=ZnIuZGV2c2hvcC5pbnRlcm5hdGlvbmFsb3BlbmFjYWRlbXkuY29t&h3=Z2IuZGV2c2hvcC5pbnRlcm5hdGlvbmFsb3BlbmFjYWRlbXkuY29t&h4=ZXMuZGV2c2hvcC5pbnRlcm5hdGlvbmFsb3BlbmFjYWRlbXkuY29t&h5=YXUuZGV2c2hvcC5pbnRlcm5hdGlvbmFsb3BlbmFjYWRlbXkuY29t&hmac=471a746d8621716fe2ea019c4e41cb495b1eb6cfed05608464333e42282c0af1") format("woff");
}
body{
     font-family: Roboto,sans-serif;
}
.open>.dropdown-menu {
    display: block;
}
.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.dropdown-menu{
     top: 75%;
    z-index: 1000;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.5);
    border-radius: 4px;
}
.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #000;
    font-size: 15px;
    white-space: nowrap;
    text-decoration: none;
}
.dropdown-menu>li>a:hover{
     background-color: #d4d4d4;
     }
.angle{
        font-size: 18px;
    padding-left: 3px; 
}
.nav-link{
     font-size: 15px;
}
.fixed-top{background:#fff;border-bottom: 1px solid #f8f7f7;}
.icons{
     font-size: 20px;
    /* padding: 0 8px;*/
}
.header--supporting-text {
    font-size: 12px;
}
.with_subs {
    text-align: center;
    padding: 20px 0;
}
.sec_title {
    font-size: 44px;
    text-align: center;
}
.sec_title h1 {
    display: inline-block;
    padding: 5px 37px;
    position: relative;
    color: #111;
    text-transform: uppercase;
}
.sec_title h1:before {
    left: 0;
}
.sec_title h1:after, .sec_title h1:before {
    content: "\f111";
    font-family: FontAwesome;
    color: #afca14!important;
    position: absolute;
    top: 35%;
    font-size: 24px;
}
.sec_title h1:after {
    right: 0;
}

.red {color: red;}
.with_subs p {
    font-family: Roboto,sans-serif;
    font-size: 19px;
}
a {
    outline: 0;
}
.error {
    color: red;
}
footer {
    /*display: block;*/
    background: #d4d4d4;
    padding: 30px 20px;
    margin-top: 10px;
}
.view-desk {
    /*display: block;*/
}
.btn-submit{margin-top: 5px;background: #000;color: #fff;}
footer h4 {
    font-family: Oswald,sans-serif;
    /*text-transform: uppercase;
    border-bottom: 1px solid #000;*/
    color: #000;
    padding-bottom: 10px;
    font-size: 22px;
}
.foot_links {
    margin: 0;
    padding: 0;
    line-height: 22px;
}
.foot_links li {
    display: block;
    color: #000;
    font-size: .91rem;
}
.foot_links li a {
    color: #000;
}
.foot_subs {
    position: relative;
    margin: 10px 0 40px 0;
}
.foot_subs input[type=email] {
    border: none;
    border-bottom: 1px solid #000;
    padding-left: 0;
    background: #d4d4d4;
    color: #000;
    padding: 8px;
    width: 100%;
}
.foot_subs input[type=submit] {
    background: #000;
    color: #fff;
    padding: 6px;
    border: 1px solid #fff;
    border-left: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    border-radius: 8px;
}
.news_letters .checkbox {
    margin-top: 10px;
}
footer .checkbox label input[type=checkbox] {
    display: none;
}
footer .checkbox .cr {
    position: relative;
    display: inline-block;
    border: 2px solid #000;
    border-radius: .2em;
    width: 1em;
    height: 1em;
    float: left;
    margin-right: .5em;
}
footer .checkbox label input[type=checkbox]+.cr>.cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}
footer .checkbox .cr .cr-icon {
    position: absolute;
    font-size: .6em;
    line-height: 0;
    top: 50%;
    left: 15%;
}
.agree {
    background: #d00d0f;
    color: #000;
    padding: 4px;
    font-size: 13px;
    border-radius: 15px;
    text-align: center;
    margin: 1px 0;
}
.view-mobile {
    display: none!important;
}
.foot_socials a {
    width: 31px;
    height: 31px;
    border-radius: 60%;
    padding: 5px;
    display: inline-block;
    margin-right: 8px;
    text-align: center;
}

.foot_socials a img {
    max-width: 100%;
    width: 21px;
    height: 21px;
}
.copyright {
    color: #000;
    font-size: 13px;
    padding-top: 35px;
}
.copyright img {
    max-width: 100%;
}
.copy {
    text-align: left;
    margin-top: 5px;
    display: block;
}
.fa-2x {
    font-size: 2em;
    color: #000;
}
.nav_search {
    position: relative;
    padding: 0 10px;
}
.nav_search input[type=text] {
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #111;
    border-radius: 0;
    padding-left: 38px!important;
    background: url(https://duoi68jkjxtpd.cloudfront.net/assets/images/searching.svg) left center no-repeat!important;
    background-size: 21px!important;
}
ul.suggestion {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    z-index: 20;
}
.form-control{
     font-size: 0.8rem;
}
@media only screen and (max-width: 767px)
{
    .view-desk {
        display: none;
    }
    .sec_title h1 {font-size: 24px;}
    .sec_title h1:after, .sec_title h1:before { top: 9%;}
    .h4, h4 {padding-left: 1px;}
    #form_register{padding: 0 10px;}
    footer h4 {padding:0px 0px 9px 0px;}
    .copy {text-align: center;display: block;}
    .foot_subs {margin: 0px 0 16px 0;}
}
@media only screen and (max-width: 1024px){
.navbar-form {
    font-size: inherit;
}
}
@media only screen and (max-width: 767px){
.view-mobile {
    display: block!important;
}
}
.enq-from {
    text-align: center;
}
.enq-from input {
    display: block;
    border: none;
    width: 100%;
    font-size: 16px;
    margin: 10px 0;
    padding: 10px;
    background: #d4d4d4;
    border-bottom: 1px solid #000;
}
.enq-from input[type=submit] {
    background: #000;
    color: #fff;
}
.mobile-links {
    color: #000;
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0;
}
.mobile-links li {
    display: block;
    padding: 5px 0;
    border-bottom: 1px solid #000;
}
.mobile-links li a {
    color: #000;
}
@media only screen and (min-width: 1024px){
.navbar-brand{
    position: absolute;
    left: 50%;
    transform: translate(-50%,0);
}
}

@media screen and (min-width: 480px){
    .wrapper {
        padding: 0 30px;
        font-family: Oswald,sans-serif;
    }
    }
    .wrapper {
        max-width: 1660px;
        margin: 0 auto;
        padding: 0 15px;
    }
     .grid:after {
        content: '';
        display: table;
        clear: both;
    }
    
    .grid, .grid--full, .grid--rev, .grid-uniform {
        list-style: none;
        margin: 0;
        padding: 0;
        margin-left: -30px;
    }
    @media only screen and (min-width: 768px)
    {
    .large--one-quarter {
        width: 25%;
    }
    }
    .one-quarter {
        width: 25%;
    }
    .grid__item {
        box-sizing: border-box;
        float: left;
        min-height: 1px;
        padding-left: 25px;
        vertical-align: top;
    }
    .links-footer ul {
        margin: 0;
        padding: 0;
    }
    ol, ul {
        margin: 0 0 15px 0px;
        padding: 0;
    }
    .links-footer ul li {
        list-style-type: none;
        font-family: 'Oswald', sans-serif;
        font-size: 15px;
    }
    ol li, ul li {
        list-style-position: inside;
    }
    li {
        margin-bottom: .25em;
    }
    .footer-content a {
        color: #000;
    }
    .links-footer a {
        margin: .2em 0;
    }
    .text-link, a {
        color: #333;
        text-decoration: none;
        background: 0 0;
    }
    .h3{
         display: block;
        font-family: 'Oswald', sans-serif;
        font-weight: 400;
        font-style: normal;
        margin: 0 0 .5em;
        line-height: 1.4;
        color: #000;
        font-size: 22px;
    }
    input
    {
         font-size: 14px;
        line-height: 1.6;
        color: #000;
        font-weight: 400;
        font-style:normal;
        -webkit-font-smoothing: antialiased;
        padding: 10px 10px 10px 0;
    }
    .input-group {
        position: relative;
        display: table;
        border-collapse: separate;
    }
    .footer-email-input, .newsletter-footer input.footer-email-input {
        border: none;
        border-bottom: 1px solid #000;
        padding-left: 0;
        background: #d4d4d4;
        color: #000;
    }
    .input-group .input-group-field {
        width: 100%;
    }
    .input-group-btn, .input-group-field {
        display: table-cell;
        vertical-align: middle;
        margin: 0;
    }
    ::placeholder {
      color: #000;
    }
    
    :-ms-input-placeholder {
     color: #000;
    }
    
    ::-ms-input-placeholder { 
     color: #000;
    }

    .btn_stle{padding-top:0px;}
    
    .newsletter-footer input.footer-email-submit, form#contact_form .btn {
        border-radius: 0.5rem;
        font-weight: 400;
        font-style: normal;
        margin-top: 15px;
        text-transform: none;
        padding: 10px 20px;
        font-size: 14px;
        display: inline-block;
    }
    .footer-email-submit{
         background-color: #000;
        color: #fff;
    }
    .footer-email-submit:hover{
         background-color: #22aeba;
         color: #fff;
    }
    .social-media-footer ul {
        margin: 0;
        padding: 0;
    }
    .social-media-footer ul li {
        list-style-type: none;
        display: inline-block;
        margin: 0 15px 10px 0;
    }
    .social-media-footer ul li a {
        color: #000;
        transition: all .15s ease-in-out 0s;
    }
    .wrapper:after {
        content: '';
        display: table;
        clear: both;
    }
    .bottom--footer {
        margin-top: 60px;
    }
    .footer-description {
        padding-bottom: 0px;
    }
    @media only screen and (min-width: 768px){
    .footer-alignment--left .bottom--footer-row {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    }
    @media only screen and (min-width: 768px){
    .footer-alignment--left .bottom--footer-no--no-payments .localization-selector-form {
        width: auto;
        order: 1;
    }
    }
    @media only screen and (min-width: 768px){
    .footer-alignment--left .bottom--footer-row .localization-selector-form {
        width: 100%;
        justify-content: flex-start;
        margin-bottom: 0;
    }
    ol, ul {
        margin: 0 0 15px 0px;
    }
    }
    .bottom--footer .localization-selector-form {
        justify-content: center;
        margin-bottom: 15px;
    }
    .localization-selector-form {
        display: flex;
        align-items: center;
        margin-left: 20px;
    }
    @media only screen and (min-width: 768px){
    .footer-alignment--left .bottom--footer-no--no-payments .bottom--footer---links {
        flex-grow: 0;
    }
    }
    @media only screen and (min-width: 768px){
    .footer-alignment--left .bottom--footer-row .bottom--footer---links {
        flex: 1 1 auto;
    }
    }
    .bottom--footer---links {
        padding: 0;
        margin: 10px 0;
        flex: 1 1 100%;
    }
    .bottom--footer---links li:first-child {
        padding-left: 0;
        border-left: none;
    }
    .bottom--footer---links li {
        list-style-type: none;
        display: inline-block;
        padding: 0 15px;
        border-left: 1px solid #000;
        line-height: 1;
    }
    .bottom--footer a {
        font-size: 13px;
    }
    
    
    .select-style select {
       font-size: 12px;
        border: none;
        background: #d4d4d4;
    }
    .select-style{
         padding: 12px 10px !important;
        border: 1px solid #000;
        float: right;
    }
    select{
         margin: 0;
        font-family: inherit;
        font-size: inherit;
        line-height: inherit;
    }
    @media only screen and (max-width: 768px){
    .view-mobile {
        display: block !important;
    }
    }
    @media only screen and (max-width: 768px){
    .view-desk {
        display: none !important;
    }
    }
    .view-mobile {
        display: none;
    }
    @media only screen and (max-width: 767px){
    #shopify-section-footer .grid .grid__item:first-child, #shopify-section-footer .grid--full .grid__item:first-child, #shopify-section-footer .grid--rev .grid__item:first-child {
        margin-top: 0;
    }}
    @media only screen and (max-width: 480px){
    footer .grid__item {
        margin-top: 30px;
    }}
    @media only screen and (max-width: 480px){
    footer .grid__item {
        margin-top: 0px;
    }}
    @media only screen and (max-width: 768px){
    .grid__item {
        margin-top: 5px;
    }}
    @media only screen and (max-width: 480px){
    .footer-header {
        padding-top: 30px;
        /*border-top: 1px solid #000;*/
    }}
    .footer-header {
        color:#000;
        font-size: 20px;
        margin-bottom: 15px;
        font-family: Oswald,sans-serif;
        font-weight: 500;
    }
    @media only screen and (max-width: 480px){
    .small--one-whole {
        width: 100%;
    }}
    @media only screen and (max-width: 480px){
    footer #contact_form .input-group {
        width: 100%;
    }}
    
    element.style {
    }
    .input-group .input-group-btn:first-child, .input-group .input-group-btn:first-child>.btn, .input-group .input-group-field:first-child, .input-group input[type=hidden]:first-child+.input-group-btn>.btn, .input-group input[type=hidden]:first-child+.input-group-field {
        border-radius: 0;
    }
    .footer-email-input, .newsletter-footer input.footer-email-input {
        border: none;
        border-bottom: 1px solid #000;
        padding-left: 0;
        background: #d4d4d4;
        color: #000;
    }
    .input-group .input-group-field {
        width: 100%;
    }
    .input-group-btn, .input-group-field {
        display: table-cell;
        vertical-align: middle;
        margin: 0;
    }
    @media only screen and (max-width: 768px){
    .h3 {
        line-height: 0.4;
    }}
    @media only screen and (max-width: 768px){
    .social-header {
        padding-top: 20px;
    }}
    @media only screen and (max-width: 768px){
    .footer-header {
        padding-top: 0px;
    }}
    @media only screen and (max-width: 768px){
    .social-media-footer ul {
        padding: 13px 0 3px 0px;
    }
    .btn_stle{padding-top:8px;}
    }

    .valid_cert h1{
        font-weight: 400;
        font-size: 44px;
    }
    @media only screen and (max-width: 480px){
        .valid_cert h1{
            font-size: 21px;
        } 
    }

section {
    padding-top: 130px;
    padding-bottom: 55px;
    display: block;
}

.with_subs>.sec_title span {
    padding: 0 50px;
}
.sec_title span {
    display: inline-block;
    padding: 20px 50px;
    position: relative;
    color: #111;
    text-transform: uppercase;
}
.sec_title span:before {
    left: 0;
}
.sec_title span:after {
    right: 0;
}
.sec_title span:after, .sec_title span:before {
    content: "\f111";
    font-family: FontAwesome;
    color: #afca14!important;
    position: absolute;
    top: 35%;
    font-size: 24px;
}
.sec_title {
    font-size: 44px;
    text-align: center;
}
@media only screen and (max-width: 480px){
.sec_title span, .with_subs>.sec_title span {
    padding: 20px 30px;
}}
@media only screen and (max-width: 420px){
.sec_title {
    font-size: 17px;
}}
@media only screen and (min-width: 421px) and (max-width: 480px){
.sec_title {
    font-size: 26px;
}
}
@media only screen and (min-width: 481px) and (max-width: 1024px){
.sec_title {
    font-size: 37px;
}
}
@media only screen and (max-width: 420px){
.sec_title span:after, .sec_title span:before {
    font-size: 20px;
}}
@media only screen and (max-width: 480px){
.sec_title span:after, .sec_title span:before {
    top: 25%;
}}


section {
    padding-top: 130px;
    padding-bottom: 55px;
    display: block;
}

.with_subs>.sec_title span {
    padding: 0 50px;
}
.sec_title span {
    display: inline-block;
    padding: 20px 50px;
    position: relative;
    color: #111;
    text-transform: uppercase;
}
.sec_title span:before {
    left: 0;
}
.sec_title span:after {
    right: 0;
}
.sec_title span:after, .sec_title span:before {
    content: "\f111";
    font-family: FontAwesome;
    color: #afca14!important;
    position: absolute;
    top: 35%;
    font-size: 24px;
}
.sec_title {
    font-size: 44px;
    text-align: center;
}
@media only screen and (max-width: 480px){
.sec_title span, .with_subs>.sec_title span {
    padding: 20px 30px;
}}
@media only screen and (max-width: 420px){
.sec_title {
    font-size: 17px;
}}
@media only screen and (min-width: 421px) and (max-width: 480px){
.sec_title {
    font-size: 26px;
}
}
@media only screen and (min-width: 481px) and (max-width: 1024px){
.sec_title {
    font-size: 37px;
}
}
@media only screen and (max-width: 420px){
.sec_title span:after, .sec_title span:before {
    font-size: 20px;
}}
@media only screen and (max-width: 480px){
.sec_title span:after, .sec_title span:before {
    top: 25%;
}}
.form-control{
    font-size: 1rem;
}

.bottom-box {
    background-color: #d4d4d4;
    color:#000;
    padding: 30px 0 70px 0;
}
.bottom--footer a{text-decoration: none;color: #000;}
.bottom--footer a:hover{color: #22aeba !important;}
@media only screen and (max-width: 767px){
    .bottom--footer .language {margin-bottom: 15px;}
    .bottom--footer {margin-top: 25px;}
        #language_switcher{float: none;} 
    #footer_shopy_div .wrapper{padding:0 18px;}
    .footer-header{margin-bottom: 0.8rem !important;font-size:1.38rem;}
    .social-media-footer{margin-bottom: 1rem;}
    .fa-3x{font-size:2em !important;}
    .bottom--footer a{
    font-size: 10px
}
    #footer_shopy_div .view-mobilee {
        display: block;
    }
    #footer_shopy_div .view-deskk {
        display: none;
    }
} 
.footer-header {
font-family: 'Roboto', sans-serif !important;              
font-weight: 700 !important;              
}
.footer-content a {
font-size: 16px;
line-height: 1.2em;
color: #000;
}
.bottom--footer-row {
display: flex;
float: left;
justify-content: space-between;
align-items: center;
}
@media only screen and (min-width: 768px){
.bottom--footer {margin-top: 60px;}
.footer-header{margin-bottom: 1.5rem !important;font-size:25px;}
.bottom--footer a{
    font-size: 12px
}
#footer_shopy_div .view-mobilee {
display: none;
} 
.footer-wrapper {
width: 95%;
}

.grid__item {
padding: 0 25px;
}
.bottom--footer {
padding: 0 65px 0 46px;
}
.bottom--footer-row {
display: flex;
float: left;
justify-content: space-between;
}

}
.copy {
text-align: left;
margin-top: 5px !important;
margin-left: 5px !important;
display: block;
}

.bottom--footer---links li:first-child {
padding-left: 0;
border-left: none;
}
.bottom--footer---links li {
display: inline-block;    

}


.footer-description {
padding-bottom: 20px;
}
#footer_shopy_div .view-deskk{
justify-content:space-between; width: 95%;margin: 0 auto;
} 
@media screen and (min-width: 480px){
.wrapper {
padding: 0 30px;
}}

footer ul li {
list-style-type: none;
margin-bottom: 0.4rem;
}

footer ul {
margin: 0;
padding: 0;
}
.initial {
text-align: initial;
}
.social-media-footer {
text-align: center;
}
.social-media-footer ul li {
margin: 5px 19px;
list-style-type: none;
display: inline-block;
}
.social-media-footer ul li a {
color: #000;
transition: all 0.15s ease-in-out 0s;
}
.fa-3x {
font-size: 2.8em;
}
.footer-content a:hover{
    color: #22aeba !important;
    text-decoration: none;
}
.social-media-footer ul li a i:hover{color: #22aeba !important}
#language_switcher {
    border: 1px solid black !important;
    padding: 12px !important;
    background: transparent;             
    cursor: pointer;
}
#language_switcher option {
    background: #d4d4d4 !important;
}
@media (min-width: 768px){
    #language_switcher{float: right;}     
    .container-fluid>.navbar-collapse{
    margin:0 60px !important;
    }
}