/* font family url import and css file url import */            @import url('https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');            @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;500;700&display=swap');            @import url('https://cdn.linearicons.com/free/1.0.0/svgembedder.min.js');                @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');    /* font family url import and css file url import ends */:root {    /* global fonts variable declare  */            --go1-global-primary-f: 'Poppins', sans-serif;                --go1-global-primary-w: 300;                --go1-global-secondary-f: 'Poppins', sans-serif;                --go1-global-secondary-w: 500;                --go1-global-text-f: 'Poppins', sans-serif;                --go1-global-text-w: 700;                --go1-global-accent-f: 'Poppins', sans-serif;                --go1-global-accent-w: 700;        /* global fonts variable declare end */    /* header variables */                --go1-menu-text-color: #fff;                --go1-submenu-text-color: #222;                --go1-menu-hover-color: #fff;                --go1-submenu-hover-color: #247eba;                    --go1-menu-hover-bg-color: #000;                /* header end */    /* body variables */            --go1-body-bg-color: #ffffff;                    --go1-body-font-f:'Poppins', sans-serif;                --go1-body-link-color: #d31318;                    --go1-body-link-hover-color: #d31318;                --go1-all-border-color: #fa0202;        /* body end */    /* footer variables */            --go1-footer-text-color:rgba(255, 255, 255, 0.7);                --go1-footer-background-color:#fff;                --go1-footer-link-color:#666;                --go1-footer-link-hover-color:#247eba;        /* footer end */      /* palatte colors */                                   --go1-body-text-color:#a5a5a5;            /* palatte colors end */    /* variable declarated css */            /* variable declarated end */  }a{text-decoration: none;}/* header */h1 {    font-family: var(--go1-typography-h1-f);    color: var(--go1-typography-h1-c);    line-height: var(--go1-typography-h1-h);    text-align: var(--go1-typography-h1-ta);    letter-spacing: var(--go1-typography-h1-ls);    font-weight: var(--go1-typography-h1-w);    text-transform: var(--go1-typography-h1-t);    text-shadow: var(--go1-typography-h1-ts);}h2 {    font-family: var(--go1-typography-h2-f);    color: var(--go1-typography-h2-c);    line-height: var(--go1-typography-h2-h);    text-align: var(--go1-typography-h2-ta);    letter-spacing: var(--go1-typography-h2-ls);    font-weight: var(--go1-typography-h2-w);    text-transform: var(--go1-typography-h2-t);    text-shadow: var(--go1-typography-h2-ts);}h3 {    font-family: var(--go1-typography-h3-f);    color: var(--go1-typography-h3-c);    line-height: var(--go1-typography-h3-h);    text-align: var(--go1-typography-h3-ta);    letter-spacing: var(--go1-typography-h3-ls);    font-weight: var(--go1-typography-h3-w);    text-transform: var(--go1-typography-h3-t);    text-shadow: var(--go1-typography-h3-ts);}h4 {    font-family: var(--go1-typography-h4-f);    color: var(--go1-typography-h4-c);    line-height: var(--go1-typography-h4-h);    text-align: var(--go1-typography-h4-ta);    letter-spacing: var(--go1-typography-h4-ls);    font-weight: var(--go1-typography-h4-w);    text-transform: var(--go1-typography-h4-t);    text-shadow: var(--go1-typography-h4-ts);}h5 {    font-family: var(--go1-typography-h5-f);    color: var(--go1-typography-h5-c);    line-height: var(--go1-typography-h5-h);    text-align: var(--go1-typography-h5-ta);    letter-spacing: var(--go1-typography-h5-ls);    font-weight: var(--go1-typography-h5-w);    text-transform: var(--go1-typography-h5-t);    text-shadow: var(--go1-typography-h5-ts);}h6 {    font-family: var(--go1-typography-h6-f);    color: var(--go1-typography-h6-c);    line-height: var(--go1-typography-h6-h);    text-align: var(--go1-typography-h6-ta);    letter-spacing: var(--go1-typography-h6-ls);    font-weight: var(--go1-typography-h6-w);    text-transform: var(--go1-typography-h6-t);    text-shadow: var(--go1-typography-h6-ts);}/* header end*//* body */body {    margin: 0 auto;    color: var(--go1-body-text-color);    overflow-x: hidden;}.container {    max-width: 1270px;}p {    font-family: var(--go1-typography-p-f);    color: var(--go1-typography-p-c);    line-height: var(--go1-typography-p-h);    font-size: var(--go1-typography-p-s);    text-align: var(--go1-typography-p-ta);    letter-spacing: var(--go1-typography-p-ls);    font-weight: var(--go1-typography-p-w);    text-transform: var(--go1-typography-p-t);    text-shadow: var(--go1-typography-p-ts);}a {    font-family: var(--go1-typography-a-f);    color: var(--go1-typography-a-c);    line-height: var(--go1-typography-a-h);    font-size: var(--go1-typography-a-s);    text-align: var(--go1-typography-a-ta);    letter-spacing: var(--go1-typography-a-ls);    font-weight: var(--go1-typography-a-w);    text-transform: var(--go1-typography-a-t);    text-shadow: var(--go1-typography-a-ts);}blockquote {    font-family: var(--go1-typography-blockquote-f);    color: var(--go1-typography-blockquote-c);    line-height: var(--go1-typography-blockquote-h);    font-size: var(--go1-typography-blockquote-s);    text-align: var(--go1-typography-blockquote-ta);    letter-spacing: var(--go1-typography-blockquote-ls);    font-weight: var(--go1-typography-blockquote-w);    text-transform: var(--go1-typography-blockquote-t);    text-shadow: var(--go1-typography-blockquote-ts);}pre {    font-family: var(--go1-typography-pre-f);    color: var(--go1-typography-pre-c);    line-height: var(--go1-typography-pre-h);    font-size: var(--go1-typography-pre-s);    text-align: var(--go1-typography-pre-ta);    letter-spacing: var(--go1-typography-pre-ls);    font-weight: var(--go1-typography-pre-w);    text-transform: var(--go1-typography-pre-t);    text-shadow: var(--go1-typography-pre-ts);}li {    font-family: var(--go1-typography-li-f);    color: var(--go1-typography-li-c);    line-height: var(--go1-typography-li-h);    font-size: var(--go1-typography-li-s);    text-align: var(--go1-typography-li-ta);    letter-spacing: var(--go1-typography-li-ls);    font-weight: var(--go1-typography-li-w);    text-transform: var(--go1-typography-li-t);    list-style: none;    text-shadow: var(--go1-typography-li-ts);}.primary-btn {    font-family: var(--go1-typography-primary-btn-f);    color: var(--go1-typography-primary-btn-c);    line-height: var(--go1-typography-primary-btn-h);    font-size: var(--go1-typography-primary-btn-s);    text-align: var(--go1-typography-primary-btn-ta);    letter-spacing: var(--go1-typography-primary-btn-ls);    font-weight: var(--go1-typography-primary-btn-w);    text-transform: var(--go1-typography-primary-btn-t);    text-shadow: var(--go1-typography-primary-btn-ts);    margin-top: var(--go1-primary-btn-spacing-mt);    padding-top: var(--go1-primary-btn-spacing-pt);    margin-right: var(--go1-primary-btn-spacing-mr);    padding-right: var(--go1-primary-btn-spacing-pr);    margin-bottom: var(--go1-primary-btn-spacing-mb);    padding-bottom: var(--go1-primary-btn-spacing-pb);    margin-left: var(--go1-primary-btn-spacing-ml);    padding-left: var(--go1-primary-btn-spacing-pl);    border-width: var(--go1-primary-btn-border-w);    border-style: var(--go1-primary-btn-border-s);    border-color: var(--go1-primary-btn-border-c);    border-top-left-radius: var(--go1-primary-btn-top-lr);    border-bottom-left-radius: var(--go1-primary-btn-bottom-lr);    border-top-right-radius: var(--go1-primary-btn-top-rr);    border-bottom-right-radius: var(--go1-primary-btn-bottom-rr);    background: var(--go1-button-primary-btn-gc);    background-color: var(--go1-button-primary-btn-bg);}.primary-btn:hover {    color: var(--go1-typography-primary-btn-htc);    background-color: var(--go1-button-primary-btn-hc);}.secondary-btn:hover {    color: var(--go1-typography-secondary-btn-htc);    background-color: var(--go1-button-secondary-btn-hc);}.secondary-btn {    background-color: var(--go1-button-secondary-btn-bg);    font-family: var(--go1-typography-secondary-btn-f);    color: var(--go1-typography-secondary-btn-c);    line-height: var(--go1-typography-secondary-btn-h);    font-size: var(--go1-typography-secondary-btn-s);    text-align: var(--go1-typography-secondary-btn-ta);    letter-spacing: var(--go1-typography-secondary-btn-ls);    font-weight: var(--go1-typography-secondary-btn-w);    text-transform: var(--go1-typography-secondary-btn-t);    text-shadow: var(--go1-typography-secondary-btn-ts);    margin-top: var(--go1-secondary-btn-spacing-mt);    padding-top: var(--go1-secondary-btn-spacing-pt);    margin-right: var(--go1-secondary-btn-spacing-mr);    padding-right: var(--go1-secondary-btn-spacing-pr);    margin-bottom: var(--go1-secondary-btn-spacing-mb);    padding-bottom: var(--go1-secondary-btn-spacing-pb);    margin-left: var(--go1-secondary-btn-spacing-ml);    padding-left: var(--go1-secondary-btn-spacing-pl);    border-width: var(--go1-secondary-btn-border-w);    border-style: var(--go1-secondary-btn-border-s);    border-color: var(--go1-secondary-btn-border-c);    border-top-left-radius: var(--go1-secondary-btn-top-lr);    border-bottom-left-radius: var(--go1-secondary-btn-bottom-lr);    border-top-right-radius: var(--go1-secondary-btn-top-rr);    background: var(--go1-button-secondary-btn-gc);    border-bottom-right-radius: var(--go1-secondary-btn-bottom-rr);    }.tertiary-btn:hover {    color: var(--go1-typography-tertiary-btn-htc);    background-color: var(--go1-button-typography-btn-hc);}.tertiary-btn {    background-color: var(--go1-typography-tertiary-btn-bg);    font-family: var(--go1-typography-tertiary-btn-f);    color: var(--go1-typography-tertiary-btn-c);    line-height: var(--go1-typography-tertiary-btn-h);    font-size: var(--go1-typography-tertiary-btn-s);    text-align: var(--go1-typography-tertiary-btn-ta);    letter-spacing: var(--go1-typography-tertiary-btn-ls);    font-weight: var(--go1-typography-tertiary-btn-w);    text-transform: var(--go1-typography-tertiary-btn-t);    text-shadow: var(--go1-typography-tertiary-btn-ts);    margin-top: var(--go1-tertiary-btn-spacing-mt);    padding-top: var(--go1-tertiary-btn-spacing-pt);    margin-right: var(--go1-tertiary-btn-spacing-mr);    padding-right: var(--go1-tertiary-btn-spacing-pr);    margin-bottom: var(--go1-tertiary-btn-spacing-mb);    padding-bottom: var(--go1-tertiary-btn-spacing-pb);    margin-left: var(--go1-tertiary-btn-spacing-ml);    padding-left: var(--go1-tertiary-btn-spacing-pl);    border-width: var(--go1-tertiary-btn-border-w);    border-style: var(--go1-tertiary-btn-border-s);    border-color: var(--go1-tertiary-btn-border-c);    border-top-left-radius: var(--go1-tertiary-btn-top-lr);    border-bottom-left-radius: var(--go1-tertiary-btn-bottom-lr);    border-top-right-radius: var(--go1-tertiary-btn-top-rr);    background: var(--go1-button-tertiary-btn-gc);    border-bottom-right-radius: var(--go1-tertiary-btn-bottom-rr);}@media (min-width: 992px){    h1 {        font-size: var(--go1-typography-h1-s-pc);    }        h2 {        font-size: var(--go1-typography-h2-s-pc);    }        h3 {        font-size: var(--go1-typography-h3-s-pc);    }        h4 {        font-size: var(--go1-typography-h4-s-pc);    }        h5 {        font-size: var(--go1-typography-h5-s-pc);    }        h6 {        font-size: var(--go1-typography-h6-s-pc);    }    p {        font-size: var(--go1-typography-p-s-pc);    }        a {        font-size: var(--go1-typography-a-s-pc);    }        blockquote {        font-size: var(--go1-typography-blockquote-s-pc);    }        pre {        font-size: var(--go1-typography-pre-s-pc);    }        li {        font-size: var(--go1-typography-li-s-pc);    }        .primary-btn {        font-size: var(--go1-typography-primary-btn-s-pc);    }            .secondary-btn {        font-size: var(--go1-typography-secondary-btn-s-pc);    }            .tertiary-btn {        font-size: var(--go1-typography-tertiary-btn-s-pc);    }    }@media (max-width: 992px){    h1 {        font-size: var(--go1-typography-h1-s-tab);    }        h2 {        font-size: var(--go1-typography-h2-s-tab);    }        h3 {        font-size: var(--go1-typography-h3-s-tab);    }        h4 {        font-size: var(--go1-typography-h4-s-tab);    }        h5 {        font-size: var(--go1-typography-h5-s-tab);    }        h6 {        font-size: var(--go1-typography-h6-s-tab);    }    p {        font-size: var(--go1-typography-p-s-tab);    }        a {        font-size: var(--go1-typography-a-s-tab);    }        blockquote {        font-size: var(--go1-typography-blockquote-s-tab);    }        pre {        font-size: var(--go1-typography-pre-s-tab);    }        li {        font-size: var(--go1-typography-li-s-tab);    }        .primary-btn {        font-size: var(--go1-typography-primary-btn-s-tab);    }            .secondary-btn {        font-size: var(--go1-typography-secondary-btn-s-tab);    }            .tertiary-btn {        font-size: var(--go1-typography-tertiary-btn-s-tab);    }    }@media (max-width: 767px){    h1 {        font-size: var(--go1-typography-h1-s-mbl);    }        h2 {        font-size: var(--go1-typography-h2-s-mbl);    }        h3 {        font-size: var(--go1-typography-h3-s-mbl);    }        h4 {        font-size: var(--go1-typography-h4-s-mbl);    }        h5 {        font-size: var(--go1-typography-h5-s-mbl);    }        h6 {        font-size: var(--go1-typography-h6-s-mbl);    }    p {        font-size: var(--go1-typography-p-s-mbl);    }        a {        font-size: var(--go1-typography-a-s-mbl);    }        blockquote {        font-size: var(--go1-typography-blockquote-s-mbl);    }        pre {        font-size: var(--go1-typography-pre-s-mbl);    }        li {        font-size: var(--go1-typography-li-s-mbl);    }        .primary-btn {        font-size: var(--go1-typography-primary-btn-s-mbl);    }            .secondary-btn {        font-size: var(--go1-typography-secondary-btn-s-mbl);    }            .tertiary-btn {        font-size: var(--go1-typography-tertiary-btn-s-mbl);    }    }.primary-color {    color: var(--go1-primary-color);}.secondary-color {    color: var(--go1-secondary-color);}.accent-color {    color: var(--go1-accent-color);}.light-color {    color: var(--go1-light-color);}.dark-color {    color: var(--go1-dark-color);}.heading-text-color {    color: var(--go1-heading-text-color);}.go1-cms-header{    background-color: #0d0d0d;    padding-top:5px;    padding-bottom:5px;        }.go1-cms-header .logo{    height: 80px;}        .go1-cms-top-bar{        background-color: #ffffff;        padding-top:12px;        padding-bottom:12px;                    position: sticky;            top: 0;            z-index: 123;            }    .go1-cms-top-bar a,    .go1-cms-top-bar span{          color:#000000;          font-size:12px;    }                .sticky__header .go1-cms-header{            background-color: #0a0a0a;            box-shadow: 0 0 5px #ddd;        }        .transparent_sticky .go1-cms-header{        position: fixed!important;        width: 100%!important;        left: 0;        z-index: 99;         background-color: #0a0a0a;    }        .transparent_scroll .go1-cms-header{            position: absolute;            z-index: 99;            width: 100%;        }        .absolute_class{    position: relative;}    .go1-cms-menu{        display: flex;                                   flex: 1;    justify-content: flex-end;            }    .go1-cms-menu li.menu-item {        display: inline-block;    }    .go1-cms-menu li a{        padding: 20px;        line-height: 1.2;        letter-spacing: 1px;        font-size: 14px;        font-weight: 600;        color: #ffffff;                    font-family:'Poppins', sans-serif;                white-space: inherit;        vertical-align: middle;        text-decoration: none;    }     .go1-cms-menu li a:hover{        color: #f00202;     }      .go1-cms-dropdown{        background-color: #FFFFFF !important;    position: absolute;    transition: all 0.25s ease 0s;    z-index: 999;    box-shadow: rgb(0 0 0 / 10%) 0px 10px 15px -3px, rgb(0 0 0 / 5%) 0px 4px 6px -2px;         max-height:300px;    }     .go1-cms-dropdown a{        color: #ffffff !important;        width: 270px;      padding: 15px 10px;     }      .go1-cms-dropdown a:hover{        color: #222222 !important;        background-color:#ffffff !important;     }       .go1-cms-dropdown .sub__children{      position: absolute;      transition: all 0.25s ease 0s;      z-index: 999;      right: -270px;      width: 270px;      min-width: 200px;      top: 0;      box-shadow: rgb(0 0 0 / 10%) 0px 10px 15px -3px, rgb(0 0 0 / 5%) 0px 4px 6px -2px;      background-color: #FFFFFF !important;      max-height:300px;      overflow-y:auto;      overflow-x: hidden;    }     @media (max-width: 767px){         .go1-cms-menu a{        padding: None;        line-height: 1.2;        letter-spacing: 1px;        font-size: 18px;        font-weight: 600;        color: #222222;                    font-family:'Poppins', sans-serif;            }     .go1-cms-menu a:hover{        color: #f00202;     }     .go1-cms-header .logo{        height: 24px;    }        .mobile_menu.go1-cms-menu{        background-color: #FFFFFF !important;    }       #dl-menu ul li{        background-color: #FFFFFF !important;    }        .dl-menuwrapper li>a:after{                    color: #222222 !important;            }    .dl-menuwrapper li.dl-back:after{                    color: #222222 !important;            }     }     .go1-cms-header.transparent_header {    box-shadow: none !important;}.go1-cms-footer{    /* footer property */            background-color:#FFFFFF;                      padding:50px 0px;         /* end */            color:#222222;                     line-height: 1.2;                   font-weight: 400;                 letter-spacing: 1px;                  font-size: 14px;                 color: #222222;     }.go1-cms-footer p{             color:#222222;                     line-height: 1.2;                   font-weight: 400;                 letter-spacing: 1px;                  font-size: 14px;                 color: #222222;     }.go1-cms-footer a span{     }.go1-cms-footer .social_link ul{        display: flex;        align-items: center;          padding: 10px 0;    flex-wrap: wrap;    gap: 5px;}.go1-cms-footer .social_link ul li img{    max-height: 35px;    margin: 0 5px;    }.go1-cms-footer .footer_sec{    display: flex;    flex-direction: column;}.go1-cms-footer .about_content {     margin-top: 10px;    float: left;width: 85%;}.go1-cms-footer a{    padding: 8px 0;                  font-size: 14px;      }.go1-cms-footer a span{                                font-size: 14px;                      font-weight: 400;     }.go1-cms-footer a span:hover{            color: #222222 !important;      }.go1-cms-footer a:hover{            color: #222222 !important;      }.go1-cms-footer-title{                 line-height: 1.2;                   font-weight: 600;                 letter-spacing: 1px;                  font-size: 16px;                 color: #222222;            padding:0 0 15px 0}/* body end *//* footer *//* footer end*//*attached files css data  *//*  *//*attached files css data  end*//* field written css data */    .view-content .col-md-6{margin-top:10px}span.pd-oldprice.pl-1{font-size:15px}.view-content .col-md-6{max-height:506px!important}.pl-2,.px-2{padding-left:.5rem!important;font-size:15px}.addr-box{font-size:14px!important}.product-brands{font-size:14px!important}.product-brands .warranty-info{margin-bottom:-7px!important}#enquiryForm .form-check-label{margin-left:22px}.list-box{font-size:14px!important}.options .edit{font-size:14px!important}.logg.dropdown-toggle{color:#fff!important;padding-left:5px}.field-content .lnr{line-height:2.5!important;    padding-right: 10px;}#message_modal .modal-dialog{width:45%!important}.null-padding .row{display:block!important}.null-padding .shoping-cart-bottom-area{display:none!important}.red_class{margin-bottom:10px;padding-bottom:5px!important;padding-top:5px!important;border-bottom:1px solid #ddd;font-weight:500}#message_modal .modal-body{font-size:14px!important}#message_modal .modal-body .btn{margin-bottom:15px}.red_class p{font-weight:500;font-size:14px!important}.top_heading{font-weight:500}.item-list ul li .views-field .field-content{display:contents!important}#login_modal_popup .tab-content{padding-top:10px!important}.signin-left-panel{min-height:570px!important}.dropdown-menu.login1 li a img{margin-right:5px!important}.login1{width:125px!important;margin-top:5px!important;padding:0!important;min-width:125px!important}.nav-tabs li.active a,.nav-tabs li.active a:focus,.nav-tabs li.active a:hover{border-color:transparent!important}#message_modal .modal-content{margin-top:87px}.nav-tabs .active{border-bottom:1px solid transparent!important;background:#fff!important}.modal-body .btn{width:100px!important;height:40px!important;line-height:38px!important}.modal-header{display:block!important}.row.signin-form{display:block!important;flex-wrap:unset!important;    padding-top: 20px;}.signin-modal-body{width:100%!important}button.close{margin-right:2%;opacity:1;font-size:35px;font-weight:400;margin-top:-10px}#UserModal .modal-dialog,#forgot_pwd_modal .modal-dialog{margin-top:7%!important}.modal-body{flex:auto;position:relative;padding:15px 15px 0 15px!important}#UserModal .modal-dialog,#forgot_pwd_modal .modal-dialog{margin-top:7%!important}.HorizontalFilter4 select{font-size:13px}@media screen and (max-width:767px){#UserModal{width:102%!important;margin-left:0!important;margin-top:5px!important}.views-exposed-widget .form-submit{width:100%!important}#thankyoucontent{margin:0!important;}.counter1 .plus{right:26%}.item-list ul li .views-field .field-content{font-size:13px!important}.why li{margin:10px 0!important}.counter1 .plus1{right:20%}.product-list-area .mob-filters{display:none}.hole_class{margin-top:20px}.counter1 .plus2{right:10%}.login1{display:none!important}.header .module__btn,.header-transparent .module__btn{margin-right:22px!important}.logg{display:none}#products-list{margin-left:5px!important;margin-right:0;margin-top:-11px;width:calc(100% - -10px)!important}#products-list .pad-5{margin-top:20px!important}}.img-responsive-login{width:180px!important}.item-list ul{line-height:34px!important}.addrBox p{font-size:12px!important}.order_box{font-size:12px!important}.add-btn{position:absolute;top:-81px!important;width:100px!important;float:right;height:38px!important;line-height:36px!important}.float-right{width:84px!important;height:37px!important;line-height:35px!important}.table thead tr th{font-size:14px!important}.navbar .dropdown-toggle:after{content:""!important}#UserModal .signin-right-panel button{width:84px!important;height:35px!important;line-height:35px!important}.modules__wrapper .logged:hover .login1{display:block}.list-btns .cart-link{width:154px!important}#product-additional .owl-prev .fa{font-size:20px!important}.owl-carousel .owl-next,.owl-carousel .owl-prev{padding-top:8px!important}.buy-now-btn-desktop{color:#fff!important}.re-order .btn{width:109px!important;height:36px!important;line-height:35px!important}.order_box .row{display:block!important}.collapse.in{display:block!important}.change-address-btn{color:#222!important}.blog__desc{font-size:16px!important;    min-height: 85px;}.module__btn{margin-right:30px!important}.active-filter-label{color:#fff}.active-filter:after{color:#fff}.red_class{background:#f9f9f9!important}.owl-carousel .owl-next,.owl-carousel .owl-prev{height:45px!important}.sub-details-desc .attr_name{font-size:12px}.null-mar .table-responsive{display:inline-table}input[type=email]{font-size:13px!important}.check_register_btn .btn{display:inline-block;padding:6px 12px!important;margin-bottom:0;font-size:12px!important;font-weight:400!important;width:80px!important;height:35px!important;line-height:1.42857143!important}#cartSlide .cartfooter{background:#d31318!important}#cartSlide .check-div a,#cartSlide .wish-div a{border:1px solid #d31318!important}#cartSlide .nav-tabs li a .badge,.header-right ul li .badge,.list-discount-badge,.locationPicker .cartCountdiv{background:#d31318}.fade.in{opacity:1!important}.cartlist .fade:not(.show){opacity:1!important}.choice-control .check_box,.choice-control .radio_box{margin-bottom:20px}.checkboxes label{font-size:11px!important}.btn-danger:hover,.danger:hover{color:#fff!important}.selectBox h5{text-transform:lowercase;display:inline-block}.selectBox h5::first-line{text-transform:capitalize}.checkboxes{background:#fff;width:184px!important}.hole_class .apply_btn{padding:.094em .875em!important;height:40px!important;margin-top:20px!important;line-height:39px!important}.red_class{margin-bottom:10px}#preloader{display:none}[data-path=""] #preloader{position:fixed;top:0;left:0;right:0;width:100%;height:100%;bottom:0;background-color:#000;z-index:99999999999!important;display:block}[data-path=""] #preloader img{position:absolute;top:37%;left:38%;width:25%;margin-left:-25px;margin-top:-25px;-moz-animation:circle infinite .95s linear;-o-animation:circle infinite .95s linear;animation:circle infinite .95s linear}.header__topbar .contact__list li i{color:#d42a29!important}.headline h2{border-bottom-color:#d42a29!important}#product-additional{overflow-x:hidden}.btn-danger,.danger{color:#fff!important}#subtotal{color:#fff!important}.cartfooter h6{color:#fff!important}.owl-dots{display:none!important}.fixed-navbar .logo-light{display:block!important}.navbar{background-color:#000!important;border-bottom:0 solid #ededed!important}.navbar .dropdown-menu .nav__item .nav__item-link{color:#333!important}.fixed-navbar .logo-dark{display:inline-block;display:none!important}.navbar .dropdown-menu .nav__item{padding:0 0!important}.simpleLens-big-image-container{padding:10px!important}.contact__list li a{color:#fff!important}.navbar .york-cart{color:#fff!important}.fixed-navbar .york-cart{color:#fff!important}.fixed-navbar .nav__item .nav__item-link{color:#fff!important}.product-wid-price ins{color:#d42a29!important;width: 50%;}.product-qty{padding:3px 5px!important}span.qty{font-size:12px!important}a:not([href]):not([tabindex]){font-size:14px}.hot-wid-rating h4{font-weight:300!important}.coupon-form .btn{height:40px!important;line-height:20px!important}.table tbody tr td{font-size:16px!important}.product-price{font-size:14px;font-family:'Open Sans',sans-serif!important}#cartSlide .nav-tabs li a .badge{border-radius:50%!important;line-height:15px!important}#cartSlide .check-div a,#cartSlide .wish-div a{font-size:14px!important;text-decoration:none!important}#map{height:500px}input[type=text]{font-size:16px!important}.views-exposed-widget .form-submit{margin-top:1.2em!important}.count{font-family:'Open Sans',sans-serif!important;font-weight:600!important}select.form-control,select.form-select{font-size:16px!important}.item-list ul li .views-field .views-label{font-weight:500!important;width:20%!important;line-height:28px!important}.header{z-index:990!important}.item-list ul li .views-field{font-size:16px!important}.views-field{display:flex}.product-sort-options{width:615px!important}.btn i{margin-right:0!important}.breadcrumb{margin-bottom:0!important;padding:.75rem 1rem!important}.views-exposed-widget .form-submit{padding:.094em 7.875em!important;font-size:16px!important}.btn{text-transform:uppercase!important;position:relative!important;font-size:13px!important;font-weight:700!important;width:170px!important;height:50px!important;line-height:48px!important;border-radius:0!important;text-align:center!important;padding:0!important;letter-spacing:1px!important;-webkit-transition:all .3s ease-in-out!important;-moz-transition:all .3s ease-in-out!important;-ms-transition:all .3s ease-in-out!important;-o-transition:all .3s ease-in-out!important;transition:all .3s ease-in-out!important}a.wish-btn.btn{color:#c2c2c2!important;padding:5px 9px 4px 9px!important;border:1px solid!important}.wish-btn{top:15px!important}label{font-size:16px!important;padding-bottom:5px!important}.head-category{font-weight:300!important}.filter h3{font-weight:300!important}.breadcrumb li a{font-weight:300!important}.title-breadcrumb .row{background:#f7f7f7!important}.breadcrumb{background-color:transparent!important}.dropdown-menu li a{padding:5px 20px}.navbar .dropdown-menu .nav__item .nav__item-link:hover{color:#d31318!important}.navbar .nav__item .nav__item-link:before{background-color:#d31318!important}p{font-family:Poppins,sans-serif;line-height:28px!important;font-weight:300;font-size:16px!important}.newsletter .newsletter__desc{font-weight:300!important}.navbar .nav__item .nav__item-link{font-size:14px!important;text-transform:capitalize!important;color:#fff!important}.category li a{color:#fff;font-size:15px;text-decoration:none}.category li a:hover{color:#333!important}.slider .slide__title{text-align:center}.footer-top .contact__list li{font-size:16px;line-height:28px}.heading__desc{color:#283b5c!important}.pagination li a{padding:0}.ui-slider-horizontal .ui-slider-handle{top:50%!important;transform:translateY(-50%);margin:0;width:10px!important;height:10px!important;background-color:#222!important;border-radius:50%!important}.ui-widget.ui-widget-content{border:none!important}.product-item .product__action .btn{width:100%!important}ul li{font-family:Poppins,sans-serif;font-weight:300!important}.footer__widget .footer__logo{width:200px!important}.divider__line:before{background-color:#d42a29!important}.divider__line:after{background-color:#d42a29!important}.card1{background:#fff;padding:30px;box-shadow:0 10px 25px rgba(60,72,88,.15)!important}.widget-search .widget__form-search{display:none}.product-item .product__img{border:1px solid #ddd;padding:25px}.owl-prev{border:2px solid #fff!important;color:#d42a29!important;border-radius:50%!important;line-height:42px!important;transform:scale(.8)!important;transition:border .3s linear,opacity .5s ease,transform .4s ease!important;background:#fff!important}.footer__copyright a{color:#fff!important}.owl-next{border:2px solid #fff!important;color:#d42a29!important;border-radius:50%!important;line-height:42px!important;transform:scale(.8)!important;transition:border .3s linear,opacity .5s ease,transform .4s ease!important;background:#fff!important}.slider .carousel-arrows .owl-nav .owl-next:before{font-size:32px!important}.slider .carousel-arrows .owl-nav .owl-prev:before{font-size:32px!important}.navbar-brand img{width:312px}.navbar.fixed-navbar .navbar-brand img{margin-top:-44px!important}.header__topbar{background:#d31318}.title-breadcrumb .col-md-12{padding-right:0!important;padding-left:0!important}.header__topbar .contact__list li{color:#333}.header__topbar .social__icons a{color:#333}.social__icons a{font-size:16px!important}.navbar.fixed-navbar{position:fixed;top:0;right:0;left:0;width:100%;z-index:1040;border-bottom:0!important;background-color:#000!important;box-shadow:0 3px 4px rgba(0,0,0,.07);-webkit-animation:translateHeader .8s;-moz-animation:translateHeader .8s;-ms-animation:translateHeader .8s;-o-animation:translateHeader .8s;animation:translateHeader .8s}.col-padding-0{padding-left:0!important;padding-right:0!important}.owl-carousel .owl-nav{top:43%}.slider .slide-item{height:60vh!important}.owl-prev{font-size:0!important}.owl-next{font-size:0!important}body{font-family:Poppins,sans-serif!important}.heading__title{font-weight:700}.process-item .process__title{font-size:24px;padding-bottom:10px}.bg-overlay-2:before{background-color:rgba(27,26,26,0)!important}.footer__widget-newsletter .widget__newsletter-form .form-control{background-color:#fff!important;color:#1d1d1d!important}.card{padding:40px 40px 40px 40px;border-radius:5px;box-shadow:0 0 50px rgba(2,13,49,.2)}.b-shadow{box-shadow:0 2px 18px 0 rgba(0,0,0,.1)}.footer__widget .footer__widget-title{font-size:16px!important;font-weight:700}.btn__rounded{border-radius:50px!important}.btn__primary{background-color:#d31318!important;color:#fff!important;border:2px solid #d31318!important}.pagetitle__heading{font-size:54px!important;color:#fff;margin-bottom:0;font-weight:600!important}.pad-5{padding-right:5px!important}.white-text{color:#fff!important}.text-just{text-align:justify!important}section{position:relative;padding:60px 0!important}.navbar{background:#000}.navbar .nav__item .nav__item-link{text-decoration:none;font-weight:500!important}.footer__copyright{font-size:14px!important}.york-cart{font-size:20px}.navbar .nav__item .nav__item-link{line-height:2!important}.module__btn-contact{text-decoration:none!important}section{position:relative;padding:60px 0}dl,ol,ul{font-size:14px}@media only screen and (max-width:768px){[data-path=""] #preloader img{left:0!important;width:100%!important;margin-left:0!important;margin-top:-25px}.footer__widget .footer__widget-title{margin-bottom:10px!important}.footer__widget{padding-top:10px!important;padding-bottom:10px!important;margin-bottom:0!important}.navbar-brand img{margin-top:-32px!important;width:60%;margin-left:-22px}.mar-b-10-2{margin-bottom:15px!important}.mar-b-10{margin-bottom:15px!important}.why li{width:95%!important;font-weight:300!important;padding:10px 15px!important}section{position:relative;padding:30px 0!important}}@media only screen and (max-width:991px){.header .module__btn,.header-transparent .module__btn{margin-right:22px!important}}@media only screen and (min-width:992px){.modal-body.signin-modal-body {    padding-top: 0 !important;    margin-top: -5px;}.page-section .row{display:block;} .page-section{min-height:450px;}#coupon-div .coupon-btn{width:100px !important;}#coupon-div #coupon_code {    width: calc(100% - 100px) !important;}.single-product-content{min-height:375px}.navbar .dropdown-menu{box-shadow:0 2px 6px 0 rgba(40,40,40,.4)!important}}@media screen and (min-width:992px){.title-breadcrumb h3{height:30px!important;font-weight:300!important}}::-webkit-input-placeholder{font-size:14px!important}::-moz-placeholder{font-size:14px!important}:-ms-input-placeholder{font-size:14px!important}:-moz-placeholder{font-size:14px!important}.wish-btn.btn{font-size:16px!important;font-weight:700!important;width:40px!important;height:40px!important;line-height:30px!important}.wish-btn{position:absolute!important;top:2%!important;right:15px!important;border-radius:50%!important;padding:4px 8px!important;color:#fff!important}.custom .btn{height:40px!important;line-height:40px!important}.no-reviews.mobile-hide{font-size:14px!important;font-weight:300!important}.item1 .product-single-right h4{font-size:13px!important}.product-single{width:250px!important}.rating .product-wid-right-price ins{color:#d42a29!important;font-size:13px}.price-mobile td:nth-child(2){color:#d42a29!important}.qty-box .btn{width:34px!important}.qty-box{padding-top:0!important}.product-single{width:100%!important}.single-product-content{background:#fff;overflow:hidden;padding:20px;padding-bottom:20px;border:1px solid rgba(0,0,0,.15);min-height:375px}.blog-text a:hover,.footer-widget a:hover,.hot-wid-rating a:hover,.product-wid-rating h4 a:hover,.single-wid-product h2 a:hover,.wid-rating a:hover{color:#d42a29;text-decoration:none!important}@media only screen and (max-width:991px){.navbar .dropdown-menu .nav__item .nav__item-link{padding:5px 20px!important;white-space:normal!important}.navbar .nav__item .nav__item-link{color:#282828!important}.navbar .collapse:not(.show){margin-left:0!important}}@media only screen and (max-width:767px) and (min-width:320px){.pagetitle__heading{font-size:38px!important}}@media screen and (max-width:767px){.cart-link{padding:0 10px!important;margin-bottom:10px!important;line-height:36px!important}}.owl-item .active{width:254.667px!important}.owl-item .col-md-3{width:100%!important;padding:0!important;flex:0 0 100%!important;max-width:100%}.dropdown-item{display:initial!important}.product1 .row{display:block!important}#fancyboxLayout1 .form-group{text-align:left!important}.navbar.fixed-navbar .navbar-brand img{margin-top:-15px!important}@media only screen and (max-width:991px){.header .navbar .navbar-toggler .menu-lines span,.header .navbar .navbar-toggler .menu-lines:after,.header .navbar .navbar-toggler .menu-lines:before{background-color:#fff!important}}@media (min-width:576px){.modal-dialog{max-width:821px!important;margin:1.75rem auto!important}}.content-data .add-btn{height:37px!important;line-height:34px!important}.recent_orders .float-right{width:100px!important;height:37px!important;line-height:34px!important}#recent_orders .table tbody tr td{    font-family: 'Open Sans',sans-serif!important;    font-weight: 600;}.content-data .detail_box{    margin-top: -70px !important;}#UserModal button.close{    top: 34px !important;}.dashboard .content-data .btn{    padding: 0px 24px !important;}.views-row{    padding: 10px;}  #thankyoucontent {   padding-left: 0px !important;    padding-right: 0px !important;    overflow: hidden !important;    padding: 20px 0 !important;  }.views-exposed-widget .form-submit {    margin-top: 0em!important;}@media only screen and (max-width: 768px) {  #thankyoucontent {   padding-left: 0px !important;    padding-right: 0px !important;    overflow: hidden !important;    padding: 20px 0 !important;  }.view-content .col-md-12{    text-align: center !important;    width: 100% !important;}.select-wrapper{    margin-right: 0px;    display: unset !important;}}@media only screen and (min-width: 1300px) {.navbar .nav__item .nav__item-link{font-size:16px !Important}}@media only screen and (max-width: 768px) {.content-data .detail_box {    margin-top: -30px !important;}.slidebtn i{    display: none !important;}.video-1 .inner-padding {    padding: 30px 20px 30px !important;}.icons .fa-trash{    display: unset !important;    padding: 3px 5px !important;}#product-detail-div .pd-price.pd-price--offer.secondary-font-p a{    color: #d42a29 !important;}.checkout-right-panel-content{    font-size: 14px !important;}.cart-items-no-price{    font-size: 14px !important;}.coupon-form .btn{    margin-top: 10px !important;}.summary.web-hide .table tbody tr td{    font-family: 'Open Sans',sans-serif!important;    font-weight: 600;}.page-section{    padding-bottom: 0px;}.pad-52{  padding-top: 10px !important}.address-btns{z-index: 9999 !important;}#cartlist, #cartSlide .cartfooter{    width: 88% !important;    z-index: 99999999999999999;}#message_modal .modal-dialog {    width: 97%!important;}.mobile-cart .product-title{    font-size: 14px !important;}.icons .fa-cart-arrow-down{    display: unset  !important;}.highlights-li{    font-size: 14px;    font-weight: 300;}#collapseFour .no_review{    font-size: 14px;    font-weight: 300;}.qty-box{    min-width: v30px !important;    padding-top: 2px; !important;    height: 46px !important;    margin-top: 0px !important;    width: 100% !important;    position: absolute !important;    display: flex  !important;}.tab-pane .table tbody tr td{    background: #f9f9f9;    border: 1px solid #eee;    width: 100%;}.mobile-cart .col-md-4.col-sm-4.col-xs-4 div{    font-size: 14px !important;}#mobile_cart .col-md-4.col-sm-4.col-xs-4 div{    font-size: 14px !important;}.product-price {    font-size: 14px !important;    font-weight: 600;}.checkout h4 span, .checkout p span{    font-family: 'Open Sans',sans-serif!important;    font-weight: 600;    font-size: 16px;    padding-right: 0px;}#cartlist .tab-content{padding-top:0;}.col-xs-9{    width: 75% !important;}.col-xs-3 {    width: 25% !important;}.col-xs-6 {    width: 50% !important;}.col-xs-5 {    width: 41.66666667% !important;}.col-xs-11 {  width: 91.66666667% !important;}.col-xs-10 {  width: 83.33333333% !important;}.col-xs-9 {  width: 75% !important;}.col-xs-8 {  width: 66.66666667% !important;}.col-xs-7 {  width: 58.33333333% !important;}.col-xs-4 {    width: 33.33333333% !important;}.col-md-3.col-sm-4.col-xs-3 .product-qty{    width: calc(100% + 30px);    margin-left: -10px;}.col-md-6.col-sm-4.col-xs-5 .product-price{    margin-top: 6px;    font-weight: 600;}.product-single a.btn.cart-link.default{    width: 100% !important;    padding: 0 !important;    height: auto !important;    font-size: 14px !important;}.cart-btns .cart-link .list-bt {font-size: 12px !important;    font-weight: 600;    padding-left: 2px;}#products-list .pad-5 {    margin-top: 0px!important;    padding-right: 0 !important;    margin-right: -1px;}#products-list {    margin-left: -7px!important;    margin-right: 0;    margin-top: -11px;    width: calc(100% + 28px)!important;}.hole_class {    border: 1px solid #ddd;    margin-left: 0 !important;    margin-right: 0 !important;    padding-bottom: 15px;    margin-top: 0 !important;}#cartlist,#cartSlide .cartfooter {    width: 90%; }#tawkchat-minified-box{display:none}.product-single .hot-wid-rating h4 a {    font-size: 15px;    font-weight: 500;}.product-single  .product-wid-price ins{    font-size: 13px !important;}ins.list-old-price{color:#8a8989}.brand_name1{width:100%}.product-reviews2{width:100px !important}.single-product-content{min-height:unset;    border: none;}.a-size-small{font-size:18px !important}.image_section{padding:0 !important}.pd-price.pd-price--offer.secondary-font-p a,.pd-price.pd-price--offer{    color: #d42a29 !important;}}.pd-price.pd-price--offer.secondary-font-p a{    color: #d42a29 !important;}section.dashboard {    padding-top: 0 !important;}.col-md-9.col-xs-12.col-sm-9.content-data.hidden-xs.pad-left-5 {    box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);    border: 1px solid #f5f5f5;}#address_modal form {    float: left;    width: 100%;}#address_modal .form-group {    margin-bottom: 0px !important;}#address_modal .modal-content{margin-top:10% !important;    padding-bottom: 20px;}.error{font-size:14px}.checkout-step .head {    background: #fff;    margin-left: -24px;    width: calc(100% + 48px);    margin-top: -20px;    padding: 16px 25px;    border: 1px solid #f1f3f6;    border-left: none;    border-right: none;}.checkout-step {    float: left;    width: 100%;    background: #fff;    margin-bottom: 15px;    padding: 16px 24px;    min-height: 48px;    padding-bottom: 0;    border: 1px solid #f1f3f6;}.fixme{top:100px !important}section.check-contact.section-padding {    padding-top: 10px !important;}.th-txt {    margin-top: 10% !important;}h1.title-sub-textt {    text-transform: unset;    margin-bottom: 20px;}.title-sub-text {    font-weight: 300;    margin-bottom: 20px;}.thank-you-page div{    margin-bottom: 20px;}#product-additional{width:100%}.tab-pane.fade.in.active.show,.tab-pane.fade.active.show{opacity:1}.options .primary:hover{    color: #666 !important;    background: transparent !important;}.product-tab .nav li a.active{    border-bottom: 2px solid #d42a29!important;}.product-tab-single.product-tab .nav-tabs li.active {    border-bottom: 1px solid transparent !important;}.options .danger:hover{color: #666 !important;    background: transparent !important;}.product-tab .nav li a{    color: #2c2e32!important;}.rev-msg{    margin-bottom:  0px !important;    font-size: 16px;    padding-top: 10px;}.return-policy-head{    font-weight: bold;    font-size: 14px;}@media only screen and (min-width:992px){[data-path="login"] .page-card .btn {    margin-top: 30px;    height: 40px !important;    width: auto !important;    padding: 0 20px !important;    line-height: 25px !important;}tr.tax-rate.product-attrs {    font-size: 16px;    font-family: 'Open Sans',sans-serif!important;}a.discount_percent {    margin-top: 0px;    float: left;    margin-left: 10px;}#shoppingCart .alert-success,#wishlist .alert-success{font-size: 13px;}#shoppingCart  .alert-dismissible .close,#wishlist .alert-dismissible .close{    font-size: 24px !Important;    padding-top: 15px  !Important;}}@media screen and (max-width:767px){.add-btn{margin-top:95px !important;margin-bottom: -45px !important;}}[data-path="checkout"] .footer-top{display:none}[data-path="razor_pay_checkout"]  #header2,[data-path="razor_pay_checkout"] #footer1{display:none}input[type=number]{font-size:16px}.section-item .row {     display: none !important; }/* field wriiten css data end*//* Custom Header For {{ page_route }} */@media (max-width: 767px){    .go1-cms-menu a{   padding: None !important;   line-height: 1.2 !important;   letter-spacing: 1px !important;   font-size: 18px !important;   font-weight: 600 !important;   color: #222222 !important;          font-family:'Poppins', sans-serif !important;   }.go1-cms-menu a:hover{   color: #222222 !important;}.go1-cms-header .logo{   height: 24px !important;}.mobile_menu.go1-cms-menu{   background-color: #FFFFFF !important;}   #dl-menu ul li{   background-color: #FFFFFF !important;}.dl-menuwrapper li>a:after{          color: #222222 !important;   }.dl-menuwrapper li.dl-back:after{   }.dl-menuwrapper li.dl-back>a{        }.dl-menuwrapper li.dl-back:after{    }}.go1-cms-menu a:hover{   color: #f00202;}  