
@font-face {
    font-family: 'montserratbold';
    src: url('../woff2/montserrat-bold.woff2') format('woff2'),
         url('../woff/montserrat-bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'montserratsemibold';
    src: url('../woff2/montserrat-semibold.woff2') format('woff2'),
         url('../woff/montserrat-semibold.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'montserratregular';
    src: url('../woff2/montserrat-regular.woff2') format('woff2'),
         url('../woff/montserrat-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'montserratmedium';
    src: url('../woff2/montserrat-medium.woff2') format('woff2'),
         url('../woff/montserrat-medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
.top_header {
    text-align: center;
        padding: 12px 0;
    background: #FDDB00;
     font-family: 'montserratbold';
     font-weight: normal;
}

.top_header * {
    margin: 0;
    letter-spacing: 1.8px;
    color: #000000;
    text-transform: uppercase;
    font-size: 15px;
    text-align: center;
}
.container{ margin:0 auto; }

.header_mainnav {
    display: inline-block;
}
.header_mainnav ul.main-menu>li {
    display: inline-block;    margin: 0 7px;
    position: relative;
}
.header_mainnav ul.main-menu>li>a.red_link{ color:red; }
.header_mainnav ul.main-menu>li>a { 
    letter-spacing: 1px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'montserratsemibold';
        padding: 18px 0;
}
.header_mainnav ul.main-menu>li>a:hover{
    color: #FDDB00;
}
.logo_block{
    display: inline-block;
}
.header_container .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header_mainnav ul.main-menu {
    padding: 0;
    margin: 0;
    position: relative;
}
 
.header_sec {
    width: 100%;
}
.cms-home .header_sec{ 
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}

body:not(.cms-home) .header_sec.f-nav {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    background: #000;
}


.cms-home .header_sec .f-nav{
    background: #000;
}
.header_row {
    max-width: 90%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header_right ul {
    margin: 0;
    padding: 0;
}
.header_right ul li {
    display: inline-block;
        margin-left: 28px;
            margin-bottom: 0;
    vertical-align: middle;
}
.header_right ul li:nth-child(1){ margin-left:0; }
.header_right ul li * {
    margin: 0;
}
.header_right .minicart-wrapper .action.showcart:before {
    content: "" !important;
    background: url(../svg/cart.svg);
    width: 29px;
    height: 25px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.header_container{padding-top: 52px; padding-block: 52px;     background: #000;}
.cms-home .header_container{     background:transparent;}


.hmvideo_sec:after {
    width: 100%;
    position: absolute;
    height: 500px;
    left: 0;
    top: 0;
    right: 0;
    z-index: 2;
    content: "";
    background: transparent linear-gradient(180deg, #000000C4 0%, #00000000 100%) 0% 0% no-repeat padding-box;
  
    pointer-events: none;
}
.hmvideo_sec:before{
    background: transparent linear-gradient(0deg, #0000009E 0%, #00000000 100%) 0% 0% no-repeat padding-box;
    position: absolute;
    width: 100%;
    height: 500px;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    pointer-events: none;

}
.hmbanner_cont {
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 9;
    text-align: center;
/*    height: calc(100% - 250px);*/
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.hmbanner_cont h1 {
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 84px;
    margin: 0 0 21px 0;
    font-family: "industry", sans-serif;
font-weight: 800;

}

.hmbanner_cont a {
    text-align: left;
        font-family: 'montserratbold';
        font-weight: normal;
        font-size: 15px; 
    letter-spacing: 1.8px;
    color: #000000;
    text-transform: uppercase;
    opacity: 1;
    background: #FDDB00; 
    border-radius: 5px;
    font-size: 14px;
    padding: 21px 49px;
    display: inline-block;
}
.hmbanner_cont a:hover {
    background: #000;
    color: #FDDB00;
}
.hmvideo_sec .container {
    max-width: 85%;
}
.homeroundcat_sec {
    background: #fddb00;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
}
.homeroundcat_sec ul {
    padding: 0;
    max-width: 1610px;
    margin: 0 auto;
    display: flex;
     font-family: 'montserratregular';
    align-items: center;
    justify-content: space-between;
}
.homeroundcat_sec ul li{
        margin: 0;
    padding: 0 7px;
    color: #000000;
    font-size: 16px;
}
.homeroundcat_sec ul li a {
    display: block;
}
.homeroundcat_sec ul li img {
    border: 5px solid #000000;
    border-radius: 50%;
    padding: 4px;
        margin: 0 auto 12px;
}
.hmslider {
    position: relative;
}
.slidercont {
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    height: 100%;
    flex-flow: column;
    max-width: 1550px;
    margin: auto;
    left: 0;
}
.hmslider h2 {
    color: #fff;
    font-size: 84px;
    font-family: "industry", sans-serif;
    font-weight: 800;
    margin: 0 0 21px 0;
    line-height: 84px;
}
.hmslider a {
    background: #FDDB00 0% 0% no-repeat padding-box;
    border-radius: 5px;
    letter-spacing: 1.8px;
    color: #000000;
    text-transform: uppercase;
    font-size: 15px;
    font-family: 'montserratbold';
    font-weight: normal;
    padding: 19px 47px;
    display: inline-block;
}
.hmslider a:hover{
    background: #000;
    color:#FDDB00;
}
.slidercontrt {
    display: inline-block;
    margin-left: auto;
    width: 600px;
}
.slidercontlt {
    margin-right: auto;
    width: 500px;
    padding-left: 125px;
}

.hmslider_sec .owl-nav {
    position: absolute;
    max-width: 1550px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 9;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
        pointer-events: none;
}
.hmslider_sec .owl-nav button {
    background: url(../svg/slider_arrow.svg) !important;
    width: 72px;
    height: 72px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    outline: none; font-size: 0 !important;
        pointer-events: auto;
}
.hmslider_sec .owl-nav button.owl-next{
      -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.hmeprd_sec {
    padding-top: 80px;
    padding-left: 48px;
}
 
.prdhdmeta h2 {
    color: #202020;
    font-size: 54px;
    margin: 0;
    font-family: "industry", sans-serif;
    font-weight:600;
}
.prdhdmeta a {
    letter-spacing: 1.8px;
    color: #FFFFFF;
    text-transform: uppercase;
    background: #333333;
    border-radius: 5px;
    padding: 12px 34px;
    border: 0;
    font-family: 'montserratbold';
    font-weight: normal;
}
.prdhdmeta a:hover{
    background: #fedb00; color: #000; 
}
.prdhdmeta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 58px;
    padding-bottom: 33px;
}
.hmprd_list .block.widget.block-products-list.grid {
    display: block;
}
.hmprd_list .products-grid.grid {
    display: block;
}
.hmprd_list ol.product-items.widget-product-grid {
    display: block; margin: 0;
}
.hmprd_list li.product-item {
    width: 25%;
    float: left;
}
.meet_sec {
    background: #fddb00;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ltmeet {
    width: 50%;
}
.rtmeet {
    width: 50%;
}
.rtmeet div {
    max-width: 520px;
    margin: auto;
    display: block;
}
.meet_sec h2 {
    color: #333333;
    font-size: 84px;
    font-family: "industry", sans-serif;
    font-weight: 800;
    padding-bottom: 26px;
    line-height: normal;
    margin: 0;
}
.meet_sec p {
    color: #000000;
    font-size: 18px;
    line-height: 30px;
    font-family: 'montserratregular';
    padding-bottom: 22px;
}
.rtmeet img {
    margin-bottom: 31px;
}
.meet_sec strong {
    color: #000000;
    font-size: 20px;
    line-height: 34px;
    font-family: 'montserratsemibold';
    font-style: italic;
}
.meet_sec h4 {
    color: #333333;
    font-size: 25px;
    font-family: "industry", sans-serif;
    font-weight: 800;
    margin-top: 31px;
}
.ftneed_sec {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.fneed_col {
    width: 33.33%;
    min-height: 800px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    padding: 0 30px 40px;
}
.fneed_col1{
    background-image:url(../jpg/needbg_img.jpg);
    background-size: cover;
    background-position: top center;

}
.fneed_col2 {
    background-image:url(../png/insuranse_bg.png);
    background-size: cover;
    background-position: top center;
}
.fneed_col3 {
    background-image:url(../jpg/finananse_bg.jpg);
    background-size: cover;
    background-position: top center;
}
.ftneed_sec h3 {
    color: #FFFFFF;
    margin: 0;
    font-size: 54px;
    font-family: "industry", sans-serif;
    font-weight: 600;
    line-height: normal;
    padding-bottom: 4px;
}
.ftneed_sec p {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    margin: 0;
    font-family: 'montserratregular';
}
.npart_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ltn {
    width: 60%;
}
.rtn {
    width:29%;
}
.npart_row .rtn a {
   color: #333333;
    text-transform: uppercase;
    background: #FDDB00;
    border-radius: 5px;
    padding: 12px 0px;
    border: 0;
    font-family: 'montserratbold';
    font-weight: normal;
    letter-spacing: 1.8px;
    font-size: 15px;
    width: 100%;
    display: block;
    text-align: center;
}
.npart_row .rtn a:hover{
    background: #000;
    color: #FDDB00;
}
.fned_col3 a:hover {
    background: #fff;
    color: #000;
}
.fhelp_sec {
    background: #fddb00;
    color: #000;
    padding: 37px 0;
}
.fhelp_sec .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
        max-width: 1300px;
}
.fned_col1 h3 {
    color: #000000;
    text-transform: uppercase;
    font-size: 72px;
    font-family: "industry", sans-serif;
    font-weight: 800;
    margin: 0;
    line-height: normal;
}
.fned_col1 p {
    margin: 0;
    font-family: 'montserratregular';
    font-size: 16px;
    line-height: normal;
}
.fned_col2 ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fned_col2 ul li {
    margin: 0;
    color: #000000;
    font-size: 12px;
    padding: 0 13px;
    position: relative;
     font-family: 'montserratmedium';
}
.fned_col2 ul li:nth-child(1):before{
    width: 79px;
height: 79px;
background-image: url(../svg/shipping_icon.svg);
background-size: contain;
background-repeat: no-repeat;
    content: "";
    display: block;
    margin: 0 auto 7px;
}
.fned_col2 ul li:nth-child(2):before{
    width: 79px;
height: 79px;
background-image: url(../svg/easy-return_icon.svg);
background-size: contain;
background-repeat: no-repeat;
    content: "";
    display: block;
    margin: 0 auto 7px;
}
.fned_col2 ul li:nth-child(3):before{
    width: 79px;
height: 79px;
background-image: url(../svg/guides_icon.svg);
background-size: contain;
background-repeat: no-repeat;
    content: "";
    display: block;
    margin: 0 auto 7px;
}
.fned_col3 a {
    color: #FDDB00;
    text-transform: uppercase;
    background: #000;
    border-radius: 5px;
    padding: 11px 0px;
    border: 0;
    font-family: 'montserratbold';
    font-weight: normal;
    letter-spacing: 1.8px;
    font-size: 15px;
    width: 100%;
    display: block;
    text-align: center;
    min-width: 195px;
}
.new_footer {
    padding-top: 105px;
    background: #000000;
    color: #fff;
}
.new_footer .container {
    max-width: 1300px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.new_footer h3 {
    margin: 0;
    font-size: 30px;
    font-family: "industry", sans-serif;
    font-weight: 600;
}

.ftrcol4 {
    width: 430px;
}
.ftrcol1 {
    width: 290px;
}
.ftrcol2 {
    width: 260px;
}
.ftrcol3 {
    width: 320px;
}
.new_footer h3:after {
    content: "";
    width: 40px;
    height: 4px;
    background: #FDDB00 0% 0% no-repeat padding-box;
    display: block;
    margin-top: 22px;
    margin-bottom: 29px;
}
.new_footer .fmenu {
    margin: 0;
    padding: 0;
    list-style: none;
}
.new_footer .fmenu li a {
    color: #AAAAAA;
    font-family: 'montserratregular';
    font-size: 16px;
    display: block;
}
.new_footer .fmenu li a:hover{
    color: #fff;
}
.copyright_row a:hover{
    color: #fff;
}
.new_footer .fmenu li {
    margin: 0 0 16px 0;
    padding-left: 20px;
    position: relative;
}
.new_footer .fmenu li:before {
    content: "";
    width: 10px;
    height: 10px;
    background: url(../svg/list-arrow.svg);
    position: absolute;
    left: 0;
    top: 5px;
}
.ftrcol4 img {
    width: 205px;
    margin-bottom: 35px;
}
.ftrcol4 p {
    color: #AAAAAA;
    font-family: 'montserratregular';
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}
.ftrcol4 .block.newsletter {
    width: 100%;
    margin-top: 17px;
        padding-bottom: 7px;
    border-bottom: 1px solid #707070;
}
.ftrcol4 .block.newsletter input#newsletter {
    background: transparent;
    border: 0;
    background-image: none !important;
    padding-left: 0;
    font-size: 16px;
    font-family: 'montserratregular';
    line-height: normal;
}
.ftrcol4 .block.newsletter .control:before{
    content: none;
}
.ftrcol4 .block.newsletter .action.primary {
    letter-spacing: 1.44px;
    color: #333333;
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'montserratbold';
    font-weight: normal;
    padding: 9px 21px;
}
.ftr_social ul {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ftr_social ul li {
    margin-right: 23px;
}
.copyright_row {
    padding-top: 75px;
    padding-bottom: 90px;
    text-align: center;
    color: #AAAAAA;
}
.copyright_row *{
    color: #AAAAAA;
        font-family: 'montserratregular';
    font-size: 16px;
}
.copyright_row .container {
    display: block;
}

.hmeprd_sec li.product-item {
    width: 100% !important; 
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 18px 32px rgb(0 0 0 / 6%);
}
.hmeprd_sec li.product-item a.product-item-photo {
    display: block;
    width: 100%;
}
.hmeprd_sec li.product-item a.product-item-photo .product-image-container {
    width: 100% !important;
    display: block;
}
.hmeprd_sec .owl-item {
    padding: 0 15px;
}
.hmeprd_sec .product-item-details {
    text-align: center;
    min-height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
        padding: 0 29px;
}
.hmeprd_sec .product-item-details .product-item-name {
    color: #000000;
    font-family: 'montserratregular';
    font-weight: 400;
    font-size: 16px;
    display: block;
    margin-bottom: 7px;
    text-transform: uppercase;
}
.hmeprd_sec .product-item-details span.price {
    font-family: "industry", sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #202020;
    display: block;
    margin-bottom: 8px;
}

.hmeprd_sec .product-item-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.hmeprd_sec .product-item-inner {
    width: 100%;
}
.hmeprd_sec .viewmoreprd {
    width: 49%;
}
.hmeprd_sec .product-item-actions .actions-primary {
    width: 49%;
}
.viewmoreprd a {
    background: #333333;
    width: 100%;
    display: block;
    color: #FFFFFF;
    text-transform: uppercase;
    font-family: 'montserratbold';
    font-weight: normal;
    letter-spacing: 1.8px;
    border-radius: 5px;
    height: 100%;
    padding: 11px 0;
     font-size: 15px;
}
.hmeprd_sec .product-item-actions .actions-primary button.action.tocart.primary {
    background: transparent;
    border: 2px solid #333333 !important;
    width: 100%;
    padding: 12.5px 0;
    text-transform: uppercase;
    font-family: 'montserratbold';
    font-weight: normal;
    font-size: 15px;
    letter-spacing: 1.8px;
    height: 43px;
    border-radius: 5px;
    color: #333333;

}
.hmeprd_sec .product-item-actions .actions-primary button.action.tocart.primary:hover{
     background: #FDDB00 !important;
     color: #333333 !important;
    border: 2px solid #FDDB00 !important;
}

.hmeprd_sec .owl-carousel .owl-stage{
    left: -165px
}
.hmeprd_sec .owl-carousel .owl-stage-outer {
    padding-bottom: 90px;
}

.bundleprd_sec {
    background: #000000;
    padding-top: 76px;
    padding-bottom: 68px;
}
.bundleprd_sec .prdhdmeta {
    flex-flow: column;
    padding-bottom: 57px;
    padding-right: 0 !important;
}
.bundleprd_sec .prdhdmeta h2 {
    color: #fff;    margin-bottom: 17px;
}
.bundleprd_sec .prdhdmeta a{
    background: #FDDB00;
    color: #333333;
}
.bundleprd_sec .hmprd_list {
    padding: 0 50px;
}
.bundleprd_sec li.product-item {
    width: 25% !important;
    margin: 0 !important;
    padding: 0 15px !important;
}
.bundleprd_sec ol.product-items.widget-product-grid {
    margin: 0 -15px !important;
}
.bundleprd_sec span.product-image-container.bg-gray-300 {
    width: 100% !important;
    display: block;
}
 
.bundleprd_sec li.product-item a.product-item-photo {
    display: block;
    width: 100%;
}
.bundleprd_sec li.product-item a.product-item-photo .product-image-container {
    width: 100% !important;
    display: block;background: #f3f3f3;
}
 
.bundleprd_sec .product-item-details {
    text-align: center;
    min-height: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
        padding: 0 23px;
}
.bundleprd_sec .product-item-details .product-item-name {
    color: #000000;
    font-family: 'montserratregular';
    font-weight: 400;
    font-size: 16px;
    display: block;
    margin-bottom: 7px;
}
.bundleprd_sec .product-item-details span.price {
    font-family: "industry", sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #202020;
    display: block;
    margin-bottom: 16px;
}

.bundleprd_sec .product-item-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.bundleprd_sec .product-item-inner {
    width: 100%;
}
.bundleprd_sec .viewmoreprd {
       width: 100%;
    margin-top: 20px;
}
.bundleprd_sec .product-item-actions .actions-primary {
    width: 100%;
}
.viewmoreprd a {
    background: #333333;
    width: 100%;
    display: block;
    color: #FFFFFF;
    text-transform: uppercase;
    font-family: 'montserratbold';
    font-weight: normal;
    letter-spacing: 1.8px;
    border-radius: 5px;
    height: 100%;
    padding: 11px 0;
     font-size: 15px;
}
.bundleprd_sec .product-item-actions .actions-primary button.action.tocart.primary {
    background: transparent;
    border: 2px solid #333333 !important;
    width: 100%;
    padding: 12.5px 0;
    text-transform: uppercase;
    font-family: 'montserratbold';
    font-weight: normal;
    font-size: 15px;
    letter-spacing: 1.8px;
    height: 43px;
    border-radius: 5px;
    color: #333333;

}
.bundleprd_sec .product-item-actions .actions-primary button.action.tocart.primary:hover{
     background: #FDDB00 !important;
     color: #333333 !important;
    border: 2px solid #FDDB00 !important;
}


.bundleprd_sec .product-item-info {
    background: #fff;
}
.bundleprd_sec .product-item-actions {
    text-align: center;
    flex-direction: column-reverse;
}
.ltmeet img {
    width: 100%;
}

.dropmenu_sec {
    position: absolute;
       width: 1400px;
    left: 0;
       top: 37px;
        z-index: 99;
        display: none;
}
.header_mainnav ul.main-menu>li.mega_menu {
    position: initial;
}
.dropmenu_row {
    background: #fff;
    box-shadow: inset 0px 4px 0px #FDDB00;
    padding: 44px 75px;
    display: flex;
    justify-content: space-between;
}
 
.dropmenu_row h3 {
    margin: 0 0 11px 0;
    color: #202020;
    font-family: "industry", sans-serif;
    font-weight: 700;
    font-size: 24px;
}
.dropmenu_row h3:after {
    content: "";
    width: 32px;
    height: 4px;
    background: #e9ca00;
    display: block;
    margin-top: 14px;
    margin-bottom: 29px;
}
.dropmenu_row ul li a {
    color: #000000;
    font-size: 16px;
    font-family: 'montserratregular';
    display: block;
}
.dropmenu_row ul li{
    padding-left: 15px;
    margin-bottom:17px;
        position: relative;
}
.dropmenu_row ul li:before {
    content: "";
    width: 10px;
    height: 10px;
    background: url(../svg/list-arrow.svg);
    position: absolute;
    left: 0;
    top: 5px;
}
.header_mainnav ul.main-menu>li:hover .dropmenu_sec{ display:block !important; }
.parentnav>a{ position:relative; }
.parentnav>a:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 8px solid #fddb00;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
}
.parentnav>a:hover:after{ opacity: 1;}
.close_nav{
    display: none;
}

.header_mainnav nav.navigation {
    background: transparent;
}
.header_mainnav .navigation .level0 > .level-top {
        line-height: normal;
        padding: 0;
        text-decoration: none;
        box-sizing: border-box;
        position: relative;
        margin: 0 0 11px 0;
        color: #202020;
        font-family: "industry", sans-serif;
        font-weight: 700;
        font-size: 24px;
        border: 0;
    }

.header_mainnav .navigation .level0 .submenu {
  
    max-width: 100%;
        background: transparent;
    box-shadow: none;
}
.header_mainnav .navigation .level0>.submenu {
    position: initial !important;
    
        min-width: auto;
                font-weight: normal;
        background: transparent;
    box-shadow: none;
}

.header_mainnav .navigation li.level0 {
    text-transform: none;
        padding: 0;
    margin: 0;
}
.header_mainnav .navigation .level0 .submenu a {
        display: block;
        line-height: inherit;
        color: #000000;
        padding: 0;
        font-size: 16px;
        font-family: 'montserratregular';
        font-weight: normal;
    }

.header_mainnav .navigation>ul {
    padding: 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.header_mainnav .navigation li.level0:before{
    content: none;
}
.header_mainnav .navigation .level0 > .level-top:after {
    content: "";
    width: 32px;
    height: 4px;
    background: #e9ca00;
    display: block;
    margin-top: 14px;
    margin-bottom: 29px;
}

.header_mainnav .navigation .level0 .submenu .submenu {
       top: 0 !important;
    left: 45% !important;
    background: #fff !important;
    min-width: 150px !important;
    padding: 0 10px;
    }
.catalog-category-view.page-layout-2columns-left .column.main,
.catalogsearch-result-index .column.main{
    width: 100%;    padding: 60px 50px;
}    
.catalog-category-view.page-layout-2columns-left .sidebar-main,
.catalogsearch-result-index .sidebar-main{
    width: 100%;
    border-bottom: 1px solid #d2d2d2;
    padding: 14px 0;
    float: none;
    z-index: 1;
    background: #fff;
}
.catalog-category-view.page-layout-2columns-left .columns,
.catalogsearch-result-index .columns {
    max-width: 100% !important;
    padding:0px !important;
    display: flex;
    flex-flow: column;
}
.pfilt_row {
    max-width: 1300px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pfilt_row .filter-options .filter-options-title{
         margin: 0;
    letter-spacing: 1.68px;
    color: #5A5A5A;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'montserratsemibold';
    font-weight: normal;
    padding: 0;
}
.pfilt_row .filter-options .filter-options-title:hover{
    background: transparent;
}
.pfilt_row .filter-options {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: start;
}
.pfilt_row .block.filter {
    margin: 0 !important;
}
.pfilt_row .filter-options .filter-options-item {
    margin-right: 30px; position: relative;
}
.pfilt_row .filter-options .filter-options-content .item {
    margin-bottom: 7px;
}
.pfilt_row .filter-options .filter-options-content .item:last-child {
    margin-bottom:0px;
}
.pfilt_row .filter-options .filter-options-content {
    margin: 0;
    position: absolute;
    top: 21px;
    left: 0;
    background: #fff;
    width: 200px;
    border: 1px solid #d2d2d2;
    font-family: 'montserratregular';
    font-size: 14px;
    color: #000;
}
.pfilt_row .filter-options .filter-options-title svg {
    width: 22px;
    height: 22px;
    margin-left: 3px;
}
.prd_serch {
    position: relative;    width: 318px;
}


.prd_serch input[type="text"] {
    display: inline-block;
    width: calc(100% - 35px);
    letter-spacing: 1.68px;
    color: #5A5A5A;
    text-transform: uppercase;
    font-family: 'montserratsemibold';
    font-weight: normal;
    border: 0;
    font-size: 14px;
}
.prd_serch input[type="text"]:focus{ outline:none;box-shadow:none; }
.prd_serch input[type="submit"] {
    width: 30px;
    display: inline-block;
    cursor: pointer;
    background: url(../svg/frm_submiticon.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 0;
    height: 28px;
    vertical-align: middle;
}
.page-products .sidebar-main{ top:0; }


.catalog-category-view .product-items,
.catalogsearch-result-index .product-items {
    display: flex;
    flex-wrap: wrap;
        grid-gap: 0;
    align-items: flex-start;
    justify-content: space-between;
}
.catalogsearch-result-index .product-items{
        justify-content: center;column-gap: 25px;
}
.catalog-category-view .product-items li.col-span-2,
.catalogsearch-result-index .product-items li.col-span-2 {
    width: 23.61%;
    margin-bottom: 27px;
}
.catalog-category-view .product-items span.product-image-container,
.catalogsearch-result-index .product-items span.product-image-container {
    display: block;
        background-color: #f3f3f3;
    width: 100% !important;
}
.catalog-category-view .product-item-info,
.catalogsearch-result-index .product-item-info {
    background: #fff;
    border: 2px solid #DEDEDE;
    text-align: center;
}
.catalog-category-view .product.details,
.catalogsearch-result-index .product.details {
    padding: 0 35px;
    text-align: center;
    min-height: 230px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}


.catalog-category-view .product-item-info h4.product-item-name,
.catalogsearch-result-index .product-item-info h4.product-item-name {
    color: #000000;
    font-family: 'montserratregular';
    font-weight: 400;
    font-size: 16px;
    display: block;
    margin-bottom: 27px;
    margin-top: 0;
    text-transform: uppercase;
        line-height: 24px;
        min-height: 43px;
}
.catalog-category-view .product-item-info span.price-container,
.catalogsearch-result-index .product-item-info span.price-container {
    font-family: "industry", sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #202020;
    display: block;
    margin-bottom:24px;
    line-height: normal;
}
.catalog-category-view .price-box.price-final_price span,
.catalogsearch-result-index .price-box.price-final_price span {
    display: inline-block;
    margin-left:2px;
    margin-right: 2px;
}
.catalog-category-view .product-item-info .product-item-inner,
.catalogsearch-result-index .product-item-info .product-item-inner {
    width: 100%;
}
.catalog-category-view .product-item-info .product.actions.product-item-actions,
.catalogsearch-result-index .product-item-info .product.actions.product-item-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.catalog-category-view .product-item-info .viewmoreprd,
.catalogsearch-result-index .product-item-info .viewmoreprd {
    width: 48%;
}

.catalog-category-view .product-item-info form,
.catalogsearch-result-index .product-item-info form {
    width: 48%;
}

.catalog-category-view .product-item-info button,
.catalogsearch-result-index .product-item-info button{
    background: transparent;
    border: 2px solid #333333 !important;
    width: 100%;
    padding: 12.5px 0;
    text-transform: uppercase;
    font-family: 'montserratbold';
    font-weight: normal;
    font-size: 15px;
    letter-spacing: 1.8px;
    height: 43px;
    border-radius: 5px;
    color: #333333;
}
.catalog-category-view .product-image-wrapper,
.catalogsearch-result-index .product-image-wrapper{ padding-bottom:100% !important; }

.catalog-category-view .ftneed_sec,
.catalogsearch-result-index .ftneed_sec{ display:none; }

.catalog-category-view .toolbar-products,
.catalogsearch-result-index .toolbar-products {
    margin: 0 -50px;
    padding: 42px 0 0 0;
    text-align: center;
    border-top: 1px solid #d2d2d2;
}
.catalog-category-view .toolbar-products .pagenav,
.catalogsearch-result-index .toolbar-products .pagenav {
    max-width: 1300px;
    margin: auto;
    overflow: hidden;
}

.toolbar-products .pages .page, .toolbar-products .pages strong.page, .toolbar-products .pages .action.next,
.toolbar-products .pages .action.previous {
    color: #000;
    display: inline-block;
    padding: 0 4px;
    text-decoration: none;
    background: #F2F2F2;
    width: 45px;
    height: 45px;
    font-size: 18px;
    font-family: 'montserratregular';
    font-weight: 400;
    line-height: 45px;
    border: 0;
    margin: 0;
}
.toolbar-products .pages .item{
        margin: 0 9px 0 0;
            vertical-align: top;
}
.toolbar-products .pages .action.next:before,
.toolbar-products .pages .action.previous:before {
    background: url(../svg/angle-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    font-size: 0;
    padding: 5px;
    margin: 0;
    height: 100%;
}
.toolbar-products .pages .action.previous:before{
     -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.toolbar-products .pages li.item.current .page {
    background: #FDDB00;
}
.toolbar-products .pages .items {
    vertical-align: middle;
}
.toolbar-products .field.limiter {
    color: #000000;
    font-size: 16px;
    font-family: 'montserratregular';
    font-weight: 400;
}
.toolbar-products .limiter-options {
    margin: 0 8px;
    width: auto;
    color: #000000;
    font-family: 'montserratregular';
    font-weight: 400;
    height: 45px;
    border: 1px solid #D2D2D2;
       padding: 0 40px 0 20px;
      -webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
   background: url(../svg/sl_downar.svg);
       background-repeat: no-repeat;
    background-position: 83% 50%;
}

.filresults ol.items li {
    display: inline-block;
    margin-right: 10px;
}
.filresults .block-actions.filter-actions {
    margin: 0;display: inline-block;
}
.filresults a.action.remove {
    color: #000;
    border-bottom: 1px solid;
}
.filresults a.action.clear {
    border-bottom: 1px solid;
}
.pfilt_row .filter-options .filter-options-item:last-child {
    margin-right: 0;
}
.filresults .filter-current {
    display: inline-block;
}
.filresults strong.block-subtitle {
    margin:20px 0px;
    font-family: 'montserratsemibold';
    font-weight: normal; 
    border-bottom: 1px solid;
}
 
.catalog-product-view .breadcrumbs {
    max-width: 100%;
    padding: 0 100px;
    margin-top: 39px;
    margin-bottom: 55px;
    display: block !important;
} 

.catalog-product-view .breadcrumbs .items > li {
    color: #000000;
    font-size: 16px;
    font-family: 'montserratregular';
    font-weight: 400;
    text-transform: none;
    letter-spacing: normal;
    position: relative;
    margin-right: 12px;
    padding-right: 12px;
}
.catalog-product-view .breadcrumbs .item:not(:last-child):after{
         font-size: 35px;
    color: #000000;
    vertical-align: middle;
    position: absolute;
    right: -18px;
    top: 2px;
    bottom: 0;
    margin: auto;
}
.catalog-product-view .page-main{
        max-width: 100%;
                padding-left: 0;
        padding-right: 0;
}
.catalog-product-view.page-layout-1column .product.media{ 
            width:57%;    margin-bottom: 0;
}

.catalog-product-view .product.media .fotorama__stage__shaft{
        mix-blend-mode: multiply;
}
.catalog-product-view .product.media .fotorama__stage { 
    background: #f1f1f1;    margin-left: 2%;
}
.catalog-product-view.page-layout-1column .product.media .col-span-1.bg-gray-200{
    background: transparent;

}

.catalog-product-view.page-layout-1column .fotorama__nav-wrap--vertical .fotorama__nav__shaft .fotorama__nav__frame--thumb{
        background: #E6E6E6;
    margin-bottom: 16px;
}
.catalog-product-view.page-layout-1column .fotorama__thumb{
        background-color: transparent;
    mix-blend-mode: multiply;
}
.catalog-product-view.page-layout-1column .fotorama__nav-wrap .fotorama_vertical_ratio .fotorama__img{
    object-fit: contain;    height: 100%;
}
.catalog-product-view .products-related {
    display: block;
}
.catalog-product-view .fotorama__thumb-border{
       display: none;
} 
.catalog-product-view .fotorama__nav__frame.fotorama__nav__frame--thumb.fotorama__active {
    background: #fff !important;
}
.catalog-product-view .fotorama__nav__frame.fotorama__nav__frame--thumb.fotorama__active .fotorama__thumb {
    border: 2px solid #FDDB00;
}

 
.catalog-product-view .product-reviews-summary {
     margin: 0;
    float: left;
}
.catalog-product-view .sku {
    float: right; 
}
.catalog-product-view .page-title-wrapper {
   clear: both;
    float: none;
    padding-top: 17px;
}
.catalog-product-view.page-layout-1column .product-info-main {
        width: 38%;    margin-bottom: 0; 
}
.sgpro_sec {
    overflow: hidden;
    clear: both;
    padding: 0 100px;
}

.catalog-product-view .product-reviews-summary .reviews-actions {
    line-height: normal;
    color: #000000;
    font-size: 16px;
    font-family: 'montserratregular';
}
.catalog-product-view .sku .value {
    
    font-family: 'montserratregular' !important; 
}

.catalog-product-view .sku * {
    line-height: normal;
    color: #333333 !important;
    font-size: 14px !important;
    font-family: 'montserratsemibold' !important;
}
.catalog-product-view .page-title-wrapper * {
    font-family: "industry", sans-serif;
    font-weight: 800;
    color: #333333;
    font-size: 54px;
    line-height: 1.05;
}
.catalog-product-view .product-info-main .price-box * {
    font-family: "industry", sans-serif;
    font-weight: 800;
    color: #000;
    font-size: 45px !important;
        display: inline-block;
}
.catalog-product-view .swatch-opt {
    margin: 0;
}
.catalog-product-view .product-info-main .price-box{
        margin-top: 20px;
    margin-bottom: 20px;
}
.catalog-product-view .product-info-main{ margin:0 0 15px 0; }

.catalog-product-view .description *, .descont_block * {
    color: #000000;
    font-family: 'montserratregular';
    font-size: 16px;
    line-height: 24px;
}
.catalog-product-view .description p{ margin:0 0 15px 0; }
.catalog-product-view .description p:last-child;{ margin:0; }

.catalog-product-view .beflogin{ float:right; }
.catalog-product-view .payment-request-button {
    margin-top: 0;
    float: left;
}

.catalog-product-view .product-add-form form button {
      width: calc(100% - 119px);
    float: right;
    margin-top: 0;
    letter-spacing: 1.8px;
    color: #000000;
    text-transform: uppercase;
    font-size: 15px;
    font-family: 'montserratbold';
    background: #FDDB00;
    border: 0;
    height: 60px;
    border-radius: 5px;
        margin-bottom: 20px;
}
.catalog-product-view .product-add-form .qty_box {
    width: 100px;
    float: left;
}
.catalog-product-view .afterpay-container {
    clear: both;
    display: block;
    text-align: center;
        padding-top:3px;
    padding-bottom: 30px;
}
.catalog-product-view .afterpay-container * {
      padding: 0;
    margin: 0;
    color: #000000;
    font-size: 16px;
    font-family: 'montserratregular';
    line-height: normal;
}

.catalog-product-view .product-add-form .qty_box input {
    border: 1px solid #707070;
    border-radius: 5px;
    color: #000000;
    font-size: 20px;
    font-family: 'montserratsemibold';
    text-align: center;
    height: 60px;
}
.catalog-product-view .afterpay-logo.black-on-mint .afterpay-logo-badge-background {
    fill: #ffffff !important;
}
 

 .catalog-product-view  .product-options-wrapper .swatch-attribute-label {
    font-family: 'montserratsemibold';text-transform: uppercase;
    font-size: 14px;
}
 .catalog-product-view  .product-options-wrapper .swatch-attribute-selected-option {
    padding-left: 4px;
    font-family: 'montserratregular';
    color: #7A7A7A;
    text-transform: uppercase;
    font-size: 14px;
}

 .catalog-product-view .product-options-wrapper .swatch-option.text {
    width: 50px;
    height: 50px;
    background: #F1F1F1 !important;
    border: 0;
    color: #000000 !important;
    font-family: 'montserratregular';
    font-size: 16px;
    line-height: 50px;
    padding: 0;
    font-weight: 400;
    margin: 0 15px 0 0;
}

.catalog-product-view .product-options-wrapper .swatch-option.text:last-child{

    margin-right: 0;
}


 .catalog-product-view .swatch-attribute.size .swatch-option.selected, 
.catalog-product-view .swatch-attribute.manufacturer .swatch-option.selected {
    background: #000 !important;
    color: #fff !important;
}
.catalog-product-view .product-social-links {
    clear: both;
}
.all_description {
    margin-top: 65px;
    border-top: 1px solid #c9c9c9;
    border-bottom: 1px solid #c9c9c9;
    padding: 27px 0;
}
.descont_block{ 
    display: none; padding-top: 15px;
 }

 .desacr_heading {
    letter-spacing: 1.8px;
    color: #000000;
    text-transform: uppercase;
    font-family: 'montserratsemibold';
    font-size: 15px;
    position: relative;
    cursor: pointer; 
}
.catalog-product-view .swatch-attribute.color {
    margin-bottom: 35px;    padding-top: 18px;
}

.catalog-product-view .swatch-attribute.color .swatch-option, .catalog-product-view .swatch-attribute.colour .swatch-option {
    padding: 1px 2px;
    min-width: 36px;
    max-width: 90px;
    height: 36px;
    float: left;
    margin: 0 10px 5px 0;
    text-align: center;
    cursor: pointer;
    position: relative;
    border:2px solid transparent;
    overflow: hidden;
    text-overflow: ellipsis;
    border-radius: 50%;
}
.catalog-product-view .swatch-option.image:not(.disabled):hover, 
.catalog-product-view .swatch-option.color:not(.disabled):hover{
        outline: none;
}
.catalog-product-view .swatch-attribute.color .swatch-option.selected, .catalog-product-view .swatch-attribute.colour .swatch-option.selected {
    box-shadow: 0px 0px 0px 1px #818181;
    border: 2px solid #fff;
}

.desacr_heading:before {
    content: "";
    background: url(../svg/plus_icon.svg);
    width: 23px;
    height: 46px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.desacr_heading.active:before {
    height: 2px;
    background-position: 0 23px;
}
.catalog-product-view .rating-result span:before {
    color: #dec000 !important;
}
.catalog-product-view .product-info-stock-sku {
    display: none;
}

.catalog-product-view .availqty {
    text-transform: uppercase;
    color: #FF0000;
    font-size: 14px;
    font-family: 'montserratmedium';
    display: block;
    visibility: hidden;
    margin-bottom: 36px;
    margin-top: 35px;
}
.catalog-product-view .product-info-main .price-box span.old-price.sly-old-price *{
    color: #959595 !important;
}

.catalog-product-view .block.review-add {
    display: block !important;
}

.catalog-product-view .product.info.detailed {
    clear: both;
    
    max-width: 1435px;
    margin: 0 auto;
    padding-top: 95px;
    padding-bottom: 95px;
}
.catalog-product-view .product.info.detailed:after{
    content: "";
    clear: both;
    display: table;
    overflow: hidden;
}
.catalog-product-view .product.info.detailed div#tab-label-reviews {
    display: none;
}
.catalog-product-view .product.info.detailed div#reviews {
    border: 0;
    padding: 0;
    margin: 0;
        display: block !important;
}
.catalog-product-view .product.info.detailed div#tab-label-additional {
    display: none;
}
.rightreview {
    width: 69%;
    float: right;
    border-left: 1px solid #c8c8c8;
    padding-left: 75px;
    min-height: 700px;
}
.review-list .block-title {
    margin-bottom: 23px;
}
.leftreview {
    width: 25%;
    float: left;
}
/*.catalog-product-view .block.related{
         display: block !important;
    background: #000000;
    text-align: center;
    padding-top: 97px;
    padding-bottom: 100px;
    margin-top: 100px !important;
    padding-left: 40px;
    padding-right: 40px;
    clear: both;
}*/

.findct {
    color: #000000;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'montserratsemibold';
    float: right;
    line-height: normal;
    text-decoration: underline;
    cursor: pointer;
    display: none;
}
.catalog-product-view .swatch-attribute.size {
    max-width: 440px;
}
/*.catalog-product-view .related .block-title.title * {
    color: #FFFFFF;
    font-size: 54px !important;
    margin: 0 0 59px 0;
    font-family: "industry", sans-serif;
    font-weight: 600;
    line-height: normal;
    display: block;
}
.catalog-product-view .related .block-actions {
    display: none;
}
.catalog-product-view .related li.product-item {
    width: 100% !important;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 18px 32px rgb(0 0 0 / 6%);
}
.catalog-product-view .related .owl-item {
    padding: 0 15px;
}

.catalog-product-view .related a.product-item-photo {
    display: block;
    width: 100%;
}
.catalog-product-view .related a.product-item-photo span.product-image-container {
    display: block;
    width: 100% !important;
    background: #f3f3f3;
}

.catalog-product-view .related .product.details {
    padding: 0 35px;
    text-align: center;
    min-height: 230px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}
.catalog-product-view .related .product-item-name {
    color: #000000;
    font-family: 'montserratregular';
    font-weight: 400;
    font-size: 16px;
    display: block;
    margin-bottom: 11px;
    margin-top: 0;
    text-transform: none;
    line-height: 24px;
    min-height: 43px;
        max-width: 75%;
}
.catalog-product-view .related span.price-container {
    font-family: "industry", sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #202020;
    display: block;
    margin-bottom: 24px;
    line-height: normal;
}
.catalog-product-view .related .product-item-inner {
    width: 100%;
}
.catalog-product-view .related .product.actions.product-item-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.catalog-product-view .related .viewmoreprd {
    width: 48%;
}
 
.catalog-product-view .related .product-item button {
    background: transparent;
    border: 2px solid #333333 !important;
    width: 48%;
    padding: 12.5px 0;
    text-transform: uppercase;
    font-family: 'montserratbold';
    font-weight: normal;
    font-size: 15px;
    letter-spacing: 1.8px;
    height: 43px;
    border-radius: 5px;
    color: #333333;
}*/

.catalog-product-view .block.related {
    padding: 80px 30px;
}
.catalog-product-view .block.upsell {
    padding: 0 30px;
}

.catalog-product-view .related .product-image-container {
    width: 140px !important;
}
.catalog-product-view .ftneed_sec {
    display: none;
}

.leftreview .rating-summary-block {
    max-width: 240px;
    margin-bottom: 59px;
}
.leftreview .review-ratings {
        float: none;
        margin-bottom: 0;
        max-width: 100%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .rating_label {
    color: #333333;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'montserratsemibold';
}
 
 .leftreview .rating-summary-block p {
    text-align: center;
    margin: 5px 0 0 0;
    font-size: 16px;
    color: #000000;
    font-family: 'montserratregular';
}
.leftreview .rating-summary-block button {
    background: #FDDB00;
    display: block;
    color: #000000;
    text-transform: uppercase;
    font-family: 'montserratbold';
    font-weight: normal;
    letter-spacing: 1.8px;
    border-radius: 5px;
    padding: 22px 0;
    font-size: 15px;
    width: 100%;
    border: 0;
    margin-top: 35px;
}
.leftreview legend.legend.review-legend span {
    color: #333333;
    text-transform: uppercase;
    font-family: 'montserratsemibold';
    font-size: 14px;
    margin-bottom: 13px;
    display: block;
}
.leftreview .fieldset .review-legend.legend strong {
    color: #202020;
    font-size: 20px;
    font-family: "industry", sans-serif;
    font-weight: 600;
}
.leftreview .review-field-ratings legend.label {
    display: block !important;
    width: 100% !important;
    float: none !important;
    text-align: left !important;
    text-transform: uppercase;
    padding: 0 !important;
    font-size: 14px !important;
    font-family: 'montserratsemibold';
}
.leftreview .review-field-ratings #Quality_rating_label {
    display: none !important;
}
.leftreview .review-fieldset label.label {
    float: none !important;
    width: 100% !important;
    display: block !important;
    text-align: left !important;
    text-transform: uppercase;
    padding: 0 0 7px 0 !important;
    font-size: 14px !important;
    font-family: 'montserratsemibold';
}
.leftreview .fieldset > .field{
            margin: 0 0 14px;
}
.leftreview fieldset.field.required.review-field-ratings {
    padding-bottom: 29px;
}
.leftreview .fieldset > .field:not(.choice) > .control {
        width: 94%;
        float: none;
    }

.leftreview .fieldset > .field.required > .label:after, 
.leftreview .fieldset > .field._required > .label:after, 
.leftreview .fieldset > .fields > .field.required > .label:after, 
.leftreview .fieldset > .fields > .field._required > .label:after{
    color: #fddb00;
}

.leftreview .review-fieldset .input-text {
    border: 1px solid #D6D6D6;
    border-radius: 5px;
      font-family: 'montserratregular';
          height: 42px;
}
.leftreview .actions-toolbar.review-form-actions {
    margin: 0 !important;
}
.leftreview .review-fieldset textarea {
    border: 1px solid #D6D6D6;
    border-radius: 5px;
    height: 87px;
     font-family: 'montserratregular';
}
.leftreview .review-form .action.submit.primary {
    background: #212121;
    display: block;
    color: #FDDB00;
    text-transform: uppercase;
    font-family: 'montserratbold';
    font-weight: normal;
    letter-spacing: 1.8px;
    border-radius: 5px;
    padding: 22px 0;
    font-size: 15px;
    width: 100%;
    min-width: 243px;
}
.rightreview .block-title * {
    color: #333333;
    font-size: 54px !important;
    margin: 0 0 33px 0;
    font-family: "industry", sans-serif;
}

.review-items .review-ratings {        float: none;}
.ltrev {
    width: 65px;
    display: inline-block;
    vertical-align: top;
}
.rtrev {
    width: calc(100% - 92px);
    display: inline-block;
}
.rev_user {
    background: #FDDB00;
    width: 46px;
    height: 46px;
    border-radius: 50px;
    text-align: center;
    color: #333333;
    font-size: 30px;
    font-family: 'montserratbold';
    text-transform: uppercase;
    line-height: 46px;
    position: relative;
}
.rev_user:before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    background: url(../svg/review_tick.svg);
    bottom: 0;
    right: 0;
}
.revmeta {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom:25px;
}

.revmeta .review-author strong.review-details-value {
    font-family: 'montserratsemibold';
    font-weight: normal;
    text-transform: uppercase;
    font-size: 14px;
    color: #000000;
}
.revmeta time.review-details-value {
    color: #333333;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'montserratsemibold';
}
.review-content span.label.rating-label {
    display: block;
    letter-spacing: -0.29px;
    color: #333333;
    text-transform: uppercase;
    font-size: 16px;
    font-family: "industry", sans-serif;
    margin-bottom: 5px;
}
.catalog-product-view .product.data.items{
        margin-bottom: 0;
}
.catalog-product-view .page-layout-1column .column.main {
    padding-bottom: 0;
}

.review-content {
    margin-bottom: 3px;
    color: #000000;
    font-size: 16px;
    font-family: 'montserratregular';
    line-height: 24px;
}
.review-item:last-child {
    border: 0 !important;
}
.review-toolbar {
    border: 0;    margin: 0;
}
.catalog-product-view .flex.align-middle.sku p {
    margin: 0;
}
.leftreview fieldset.fieldset.review-fieldset {
    margin-bottom: 11px;    width: 100%;
}
.product-reviews-summary .reviews-actions a.action.add {
    display: none;
}

.review-control-vote label:before{
        color: #FDDB00;
}

.sizepopup {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: none;
  position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    z-index: 9;
}
.sizepopup .sizepopup_cont {
     width:95%;
    overflow: auto;
    padding: 20px 30px;
    background: white;
    color: black;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    max-width: 500px;
}
.sizepopup .sizepopup_cont .sizeclose {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 20px;
  display: block;
}
.sizepopup .sizepopup_cont .sizeclose span {
  cursor: pointer;
  position: fixed;
  width: 20px;
  height: 3px;
  background: #FDDB00;
}
.sizepopup .sizepopup_cont .sizeclose span:nth-child(1) {
  transform: rotate(45deg);
}
.sizepopup .sizepopup_cont .sizeclose span:nth-child(2) {
  transform: rotate(135deg);
}
.sizepopup_cont h3 {
    color: #202020;
    font-family: "industry", sans-serif;
    font-weight: 700;
    font-size: 35px;
    margin: 0 0 8px 0;
}
.sizepopup_cont table {
    width: 100%;
    font-family: 'montserratregular';
    font-weight: 400;
    font-size: 16px;
    color: #000;
    border: 0;
    border-collapse: collapse;
}
.sizepopup_cont table strong{
         font-family: 'montserratsemibold';font-weight: normal;
}
.sizepopup_cont table td {
    border: 1px solid #ddd;
}
.catalog-category-view .onlypagebnr,
.catalogsearch-result-index .onlypagebnr {
    text-align: center;
    padding: 150px 0;
    background: #FDDB00;
}

.category-brands .onlypagebnr {
    background: url(../gif/brand_banner-2.gif);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #000;
}
.category-brands .onlypagebnr * {
    opacity: 0;
}


.all_description table {
    width: 100% !important;
} 
.leftreview .field-recaptcha {
    margin: 19px 0 0 0 !important;
}
.catalogsearch-result-index #maincontent {
    max-width: 100%;
        padding-left: 0;
    padding-right: 0;
}

.catalogsearch-result-index .breadcrumbs {
    display: none;
}


/*job search*/
.cms-job-search .breadcrumbs{
    display: none !important;
}
.cms-job-search main#maincontent {
    max-width: 100%;
    padding: 0;
}
.jbbnr {
    background: url(../jpg/jobsearch_banner.jpg);
    background-size: cover;
    background-position: center;
    text-align: center;
        padding: 160px 0 153px;
}
.jbbnr h1 {
    margin: 0;
    color: #FFFFFF;
    text-transform: uppercase;
    font-family: "industry", sans-serif;
    font-size: 120px;
    font-weight: 800;
}
.jbo_grid {
    max-width: 1600px;
    margin: auto;
    width: 95%;
}
.jbo_head h2 {
    color: #333333;
    font-size: 54px;
    font-family: "industry", sans-serif;
    font-weight: 600;
    margin: 0 0 16px 0;
    text-align: center;
}
.jbo_sec {
    padding-top: 93px;    padding-bottom: 57px;
}
.jbo_head {
    text-align: center;
        margin-bottom: 56px;
}
.jbo_head p {
    color: #333333;
    font-size: 16px;
    margin: 0;
    font-family: 'montserratregular';
}
.jbo_filter {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
        margin-bottom: 30px; 
}
.jbo_srch {
    display: flex;
    border: 1px solid #D6D6D6;
    border-radius: 5px;
        width: 30.6%;
            height: 54px
}
.jbo_srch input {
    border: 0;
    background: transparent;
    color: #333333;
    text-transform: capitalize;
    font-family: 'montserratsemibold';
    width: 67%;
        height: 100%;
        padding:0 25px; 
}
.jbo_srch input:focus{
    box-shadow: none;
}
.jbo_srch button {
    width: 33%;
    padding: 0;
    background: #FDDB00;
    border: 0;
    color: #333333;
    font-size: 19px;
    font-family: "industry";
    font-weight: 700;
    height: 54px;
    line-height: 60px;
    display: block;
        border-radius: 0;
}
.jbo_selc{ position:relative; }
.jbo_selc:after {
    content: "";
    width: 13px;
    height: 8px;
    background: url(../svg/jsl_arrow.svg);
    position: absolute;
    right: 19px;
    bottom: 0;
    top: 0;
    margin: auto;
}
.jbo_selc select {
   border: 1px solid #D6D6D6;
    border-radius: 5px;
    color: #333333;
    text-transform: capitalize;
    font-family: 'montserratsemibold';
    width: 100%;
    padding: 16px 25px;
    height: auto;
    outline: none;
     -webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
   cursor: pointer;
}
.jbo_selc select:focus{
    box-shadow: none;
}
.jbo_selc {
    width: 21.9%;    margin-right: 2%;
}

.jbo_srch input::placeholder {
  color: #333333;
}

.jbo_srch input::-ms-input-placeholder { /* Edge 12 -18 */
  color: #333333;
} 
.jbo_data .tbrow {
    background: transparent linear-gradient(90deg, #FDDB00 0%, #FDDB0000 100%) 0% 0% no-repeat padding-box;
    border-radius: 5px;
    display: flex;
        margin: 0 0 17px 0;
}

.jbo_data .tbrow li {
    color: #333333;
    text-transform: uppercase;
    font-size: 22px;
    font-family: "industry";
    font-weight: 700;
    padding: 16px 0px 13px;
        margin: 0;
}
.jbo_data li:nth-child(1) {
    width: 500px;
    padding-left: 47px;
    padding-right: 47px;
}
.jbo_data li:nth-child(2){width: 250px;}
.jbo_data li:nth-child(3){width:195px;}
.jbo_data li:nth-child(4){width: 235px;}
.jbo_data li:nth-child(5){width: 235px;}
.jbo_data li:nth-child(6){width: 185px;}
.jbimg {
    display: flex;
    align-items: center; 
        justify-content: flex-start;
}
 
ul.tbdatarow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #F5F5F5;
    box-shadow: inset 5px 0px 0px #FDDB00;
    border: 1px solid #EBEBEB;
    border-radius: 5px;
    margin-bottom: 16px;
        padding: 23px 0;
}
.jbimg img {
    width: 42px;
    margin-right: 15px;
}
.jb_title h2 {
    margin: 0 0 4px 0;
    color: #333333;
    font-size: 16px;
        line-height: 1.5;
    font-family: 'montserratsemibold';
}
.jb_title p {
    margin: 0;
    color: #333333;
    font-size: 16px;
    font-family: 'montserratregular';
}
.jb_title {
    width: calc(100% - 42px);
}
.jbo_data li {
       margin: 0;
    color: #333333;
    font-family: 'montserratmedium';
    font-size: 16px;
}
a.jblink {
    background: #404040;
    border-radius: 5px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-family: "industry";
    font-weight: 700;
    padding: 14px 0 9px;
    width: 100%;
    display: block;
    max-width: 155px;
    text-align: center;
}
ul.tbdatarow:hover{
    background: #FFFFFF;
box-shadow: inset 5px 0px 0px #FDDB00, 0px 0px 30px #00000017;
border: 1px solid #FDDB00;
}
ul.tbdatarow:hover a.jblink{
    background: #FDDB00; color: #333333;
}
.cms-job-search .ftneed_sec{
display: none;
}
.js_video {
    margin-bottom: 30px;
}
.js_video iframe {
    width: 600px;
    margin: auto;
    max-width: 90%;
    height: 335px;
}


.mobile-menu-main {
    display: none;
    clear: both;
    background-color: #333333;
    padding-top: 15px;
    position: relative;
    top: 20px;
}
.mobile-menu-main.open {
    display: block;
}

#mobile-menu-btn2 {
    display: none;
    float: left;
    margin-right: 15px;
}
.cms-home .header_sec.non_fixed {
    position: inherit;
    background-color: #000;
}
.hamburger_srch {
    display: none;
    padding: 15px 15px 0;
}
.hamburger_srch .container {
    flex-direction: column;
    width: 100%;
    align-items: end;
}
.hamburger_srch input[type="text"] {
    padding: 10px 15px !important;
    height: 50px;
}
.hmvideo_sec {
    background-image: url(../jpg/slider3_1-2.jpg);
    background-position: right top;
    background-size: cover;
    height: 896px;
}
.hmvideo_sec video {
    display: none;
}

.disp_mob, .show_mob, #search-btn2, .mob_nav, .icons_row {
    display: none !important;
}

.hmbnrsofysale {
    margin-top: 44px;
}
.hmbnrsofysale img{
    width: 100%;
}

 .hmbnrsofysale.hmbnrsofysale-mobile{
        display: none;
    }



.myselfbanner {
    background: #000;
    text-align: center;
    padding-top: 200px;
    padding-bottom: 150px;
}    
.myselfbanner img {
    margin: auto;
    display: block;
}
.myselfbanner a {
    text-align: left;
    font-family: 'montserratbold';
    font-weight: normal;
    letter-spacing: 1.8px;
    color: #ffffff;
    text-transform: uppercase;
    opacity: 1;
    background: #c423fd;
    border-radius: 5px;
    font-size: 14px;
    padding: 21px 49px;
    display: inline-block;
}