/*
Theme Name:   Twenty Twenty One Child
Theme URI:    http://example.com/
Description:  Twenty Twenty One Child Theme
Author:       John Doe
Author URI:   http://example.com
Template:     twentytwentyone
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain:  twentytwentyonechild
*/

/*---------- Start Css -----------*/
:root {
    --red: #eb1c24;
    --black: #000000;
    --white: #ffffff;
    --light-white: #eaeaea;
    --gray: #8b8b8b;
}
.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) img{
    outline: none !important;
}
/*body.home{
    height: 100vh;
}*/
html{
    height: 100%;
}
body{
    color: var(--white);
    /* height: 100%; */
    min-height: 100vh;
    background-color: var(--black);
    font-family: 'Montserrat', sans-serif;	
    
}
body:not(.home){
    background-image: url('/wp-content/uploads/2021/12/body-bg-back.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
a{
    font-weight: 500;
    display: inline-block;
    transition: 0.3s ease 0s;
    text-decoration: none !important;
    font-family: 'Montserrat', sans-serif;	
}
a:hover,
a:active,
a:focus{
    border: 0 !important;
    outline: none !important;
    box-shadow: none !important;
}
img{
    width: 100%;
    max-width: 100%;
}
.wi100{
    width: 100%;
    display: inline-block;
    vertical-align: top;
}
/*body.home #main{
    height: 100vh;
}*/
h1, h2, h3, h4, h5, h6{	
    line-height: 2;	
    font-family: 'Montserrat', sans-serif;
}
p{
    color: var(--white);
    font-size: 13px;
    margin-bottom: 16px;
    line-height: 2;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif !important;	
}
ol, ul{
    padding: 0;
    margin: 0;
}
li{
    list-style: none;
    font-family: 'Montserrat', sans-serif;	
}
#main{
    padding-bottom: 0;
    padding-top: 0;
    height: 100%;
}
/*body{
    height: 100vh;
}*/
/* body:not(.home) #content{
    height: 100%;
} */
.site-content{
    padding-bottom: 0 !important;
}
/*---------- Header Start Css -----------*/
.site-header{
    max-width: 100%;
    width: 100%;
    padding: 0;
    display: inline-block;
    vertical-align: top;
}
body.home .header-wrap{
    margin: 0 auto;
    max-width: 1400px;
    position: relative;
}
.header-wrap{    
    margin: auto;        
    /*height: 100vh;*/
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 370px;
    margin-left: 40px;
    padding: 60px 20px 20px 30px;
    /*border-left: 1px solid rgba(225,225,225,0.239);*/
}
.header-wrap .main-menu {
    /* float: left;
    max-width: 260px; */
    display: inline-block;    
}
.header-wrap .navigation {
    margin-top: 50px;
    padding-bottom: 0;/* padding-bottom: 150px; */
}
.header-wrap .navigation .navigation-wrap ul{
    display: inline-block;
}
.header-wrap .navigation .navigation-wrap ul li{
    position: relative;
    display: inline-block;
    width: 100%;
}
.header-wrap .navigation .navigation-wrap ul li a{	
    color: var(--white);    
    font-size: 13px;
    cursor: pointer;        
    padding: 13px;
    font-weight: 500;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
}
.header-wrap .navigation .navigation-wrap ul li a::before{
    content: '';
    position: absolute;
    left: -18px;
    top: 0;
    width: 2px;
    height: 40px;
    box-shadow: 0 0 20px 3px var(--red);
    transition: 0.3s all;
    background-color: var(--red);
    opacity: 0;
}
.header-wrap .navigation .navigation-wrap ul li:focus,
.header-wrap .navigation .navigation-wrap ul li:active{
    background-color: transparent !important;
}
.header-wrap .navigation .navigation-wrap ul li.current-menu-item a,
.header-wrap .navigation .navigation-wrap ul li a:hover,
.header-wrap .navigation .navigation-wrap ul li a:active,
.header-wrap .navigation .navigation-wrap ul li a:focus{
    color: var(--red) !important;
    background-color: transparent !important;
}
.header-wrap .navigation .navigation-wrap ul li.current-menu-item a::before,
.header-wrap .navigation .navigation-wrap ul li a:hover::before,
.header-wrap .navigation .navigation-wrap ul li a:active::before,
.header-wrap .navigation .navigation-wrap ul li a:focus::before{
    opacity: 1;
}
.header-wrap .logo .site-logo img {
    width: 100%;
    max-width: 430px;
    min-width: 430px;
    max-height: 22px;
    object-fit: contain;
    object-position: left;
}
.single-inventory .header-wrap .logo .site-logo img{
    max-width: 310px;
    min-width: 310px;
}
.header-wrap .primary-navigation .primary-menu-container > ul > .menu-item > a + .sub-menu-toggle,
.primary-navigation > div > .menu-wrapper > li > .sub-menu::before, .primary-navigation > div > .menu-wrapper > li > .sub-menu::after{
    display: none;
}
.header-wrap .navigation .navigation-wrap ul li .sub-menu li{
    background-color: transparent;
}
.header-wrap .navigation .navigation-wrap ul li:hover .sub-menu-toggle[aria-expanded=true] + .sub-menu,
.header-wrap .navigation .navigation-wrap ul li:hover .sub-menu-toggle[aria-expanded=true] + .sub-menu::before,
.header-wrap .navigation .navigation-wrap ul li:hover .sub-menu-toggle[aria-expanded=true] + .sub-menu::after{
    display: none;
}
.header-wrap .navigation .navigation-wrap .menu-item-has-children .sub-menu{
    display: none;
    position: relative;
}
.header-wrap .navigation .navigation-wrap ul li.menu-item-has-children a::before{
    left: -48px;
}
.header-wrap .navigation .navigation-wrap .menu-item-has-children svg{
    color: #fff;
}
.header-wrap .navigation .navigation-wrap .menu-item-has-children.open .sub-menu{
    display: inline-block !important;
}
.header-wrap .navigation .navigation-wrap ul li .sub-menu{
    left: 30px;
    background-color: transparent;
    width: 100%;
    color: var(--black);
    border: 0;
    position: inherit;
}

/*---------- Commen Responsive Start Css -----------*/
.page-wrapper {
    margin-left: 340px;
    padding-top: 120px;
    height: 100%;
}
@media (max-width: 991px) {	
    .page-wrapper{
        margin-left: 0;
        padding-top: 50px;
    }
}
/*---------- Header Responsive Start Css -----------*/
@media (max-width: 991px) {
    body.home .header-wrap{
        padding: 15px;
    }
    .header-wrap .main-menu {
        display: inline-block;
        vertical-align: top;
        width: 100%;    
    }
    body.home .header-wrap .logo{
        padding: 8px 0px;
    }
    .header-wrap .logo{
        display: block;
        width: calc(100% - 60px);
        margin-left: auto;
        text-align: right;
        padding: 2px 0px;
        z-index: 99;
        position: relative;
    }
    .header-wrap{
        border: 0;
        padding: 0;
        position: fixed;
        top: 0;
        left: 0;
        margin: 0;
        padding: 20px;
        z-index: 999;
        max-width: 100%;
        height: 70px;
        /* display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: end;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; */
        background: -webkit-linear-gradient(#000 0%, #000 40%, rgba(0,0,0,0) 110%);
        background: -o-linear-gradient(#000 0%, #000 40%, rgba(0,0,0,0) 110%);
        background: linear-gradient(#000 0%, #000 40%, rgba(0,0,0,0) 110%);
    }
    .header-wrap .logo .site-logo{
        margin: 0;
    }
    .header-wrap .logo .site-logo img {
        max-width: 350px;
        min-width: inherit;
        max-height: 19px;
        object-position: right;
    }
    .single-inventory .header-wrap .logo .site-logo img {
        min-width: inherit;
    }
    .header-wrap .menu-icon{
        width: 35px;
        height: 23px;
        display: inline-block;
        vertical-align: top;
        z-index: 99;
        box-sizing: border-box;
        position: absolute;
        top: 24px;
        left: 20px;
    }
    .header-wrap .menu-icon span {
        height: 2px;
        width: 100%;
        background-color: var(--white);
        margin-bottom: 8px;
        display: block;
        transition: all 0.3s ease 0s;
    }
    .header-wrap .menu-icon.close span:first-child {
        position: absolute;
        top: 50%;
        margin: 0;
        transform: rotate(45deg) translateY(-50%);	    
    }
    .header-wrap .menu-icon.close span:nth-child(2){
        display: none;
    }
    .header-wrap .menu-icon.close span:last-child {
        position: absolute;
        top: 50%;
        transform: rotate(-45deg) translateY(-50%);	    
    }	
    .header-wrap .menu-icon span:last-child{
        margin-bottom: 0;
    }
    .header-wrap .navigation{
        position: fixed;
        left: -100%;
        top: 0;	    
        width: 100%;
        height: 100vh;
        margin: 0;
        z-index: 12;
        padding-bottom: 150px;
        transform: translateX(-100%);
        background-color: var(--black);
        transition: all 0.8s ease-in-out;
    }
    .header-wrap .navigation.show{
        z-index: 1;
        left: 0;
        transform: translateX(0%);
    }
    .header-wrap .navigation .navigation-wrap{
        max-height: 100%;
        max-width: 300px;
        top: 50%;
        left: 50%;
        padding-left: 29px;
        position: absolute;
        border-left: 1px solid #363636;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

}
@media (max-width: 767px){
    .header-wrap .logo {
        width: 100%;
    }
    .single-inventory .header-wrap .logo .site-logo img {
        max-width: 250px;
    }
}
@media (max-width: 481px) {
    .header-wrap .logo .site-logo img {
        max-width: 300px;
        max-height: 17px;
    }
    .single-inventory .header-wrap .logo .site-logo img {
        max-width: 210px;
    }
    .has-logo.has-title-and-tagline .primary-navigation > .primary-menu-container {
        transform: translateY(0) translateX(0);
        visibility: visible;
        opacity: 1;
        width: 100%;
    }
    .header-wrap .navigation .navigation-wrap{
        top: 0;
        width: 100%;
    }
    .header-wrap .navigation{
        padding: 0;
    }
    body:not(.primary-navigation-open) .site-header.has-logo.has-title-and-tagline .menu-button-container #primary-mobile-menu{
        display: none;
        padding: 0;
    }
}
@media (max-width: 380px){
    .header-wrap .logo .site-logo img {
        max-width: 230px;
        max-height: 15px;
    }
}

/*---------- Footer Start Css -----------*/
body.home .main-footer-wrapper{
    max-width: 1647px;
    margin-left: auto;
}
.main-footer-wrapper .social-footer-wrapper {
    min-width: 250px;
}
.main-footer-wrapper .footer-brand-main{
    width: calc(100% - 250px);
}
.main-footer-wrapper .powered-by{
    display: none;
}
.main-footer-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 50px;
}
/*body.home .site-footer,
body.page-id-256 .site-footer,
body.page-id-479 .site-footer{
    bottom: 0;
    left: 0;
    position: absolute;
}*/
.site-footer {
    max-width: 100%;
    padding: 0;
    width: 100%;
    display: inline-block;
    margin-top: 0 !important;
    height: 160px;
    position: absolute;
    bottom: 0;
    overflow: hidden;
}
.social-footer-ic a {
    color: var(--white);
    font-size: 20px;
    opacity: 0.8;
    margin-right: 10px;
}
.social-footer-ic a:hover{
    color: var(--red);
    opacity: 1;
}
.brandLogo{
    width: 100%;
    /* max-width: 780px; */
    margin: 0 auto;
}
.brandLogo img {
    width: auto;
    height: 40px;
}
/*.brandLogo .big-brand-logo {
    height: 60px;
}*/
.footer-brand-wrapper span{
    width: 100%;
    opacity: 0.6;
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    cursor: default;
}
.powered-by a {
    color: var(--white);
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
}
.powered-by a:hover{
    color: var(--red);
}
.brandLogo  .slick-track{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/*---------- Footer Responsive Start Css -----------*/
/* @media (max-width: 1200px){
    .brandLogo {
        max-width: 550px;
    }
} */
@media (max-width: 991px){
    .main-footer-wrapper{
        width: 100%;
        display: inline-block;
        text-align: center;	
        padding: 20px;    
    }
    .footer-brand-wrapper{
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .main-footer-wrapper .social-footer-wrapper {
        min-width: inherit;
    }
    .main-footer-wrapper .footer-brand-main {
        width: 100%;
    }
}

/*---------- Home Page Slider Start Css -----------*/
#page{
    /* height: 100%; */
    position: relative;
    min-height: 100vh;
}
/* .single #page {
    height: auto;
} */
.wp-custom-logo .site-header{
    padding: 0;
}
body.home .content-area{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: -1;
}


/*----------Contact Page Start Css -----------*/


.contact-details-text {
    margin-bottom: 50px !important;
}
.contact-details-text h4 {
    font-size: 20px;
    color: var(--white);
    margin-bottom: 15px;
    text-transform: uppercase;
    line-height: 1.857;
}
.contact-details-text p {
    margin-bottom: 5px;
}
.contact-details-text p a {
    text-decoration: underline !important;
    color: #ffffff;
    transition: all 0.5s ease 0s;
}
.contact-details-text p a:hover{
    text-decoration: none !important;
}

.contact-details h2{
    font-size: 14px;
    color: var(--white);
    margin-bottom: 25px;
    text-transform: uppercase;
    line-height: 1.857;
}
.contact-form .form-input{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    width: 100%;
    margin-bottom: 20px;
    align-items: center;
}
.contact-form .form-input span{
    width: 100%;
}
.contact-form .form-input label{
    min-width: 110px;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 500;
    color: var(--white);
    display: inline-block;
}
.checkbox-wrap input:focus,
.checkbox-wrap input:active,
.contact-form .form-input select:focus,
.contact-form .form-input select:active,
.contact-form .form-input input:focus,
.contact-form .form-input input:active,
.contact-form .form-input textarea:focus,
.contact-form .form-input textarea:active,
.contact-form .form-group-send input[type=submit]:focus,
.contact-form .form-group-send input[type=submit]:active{
    outline: none !important;
}
.contact-form .form-input input::placeholder,
.contact-form .form-input textarea::placeholder{
    color: var(--white);
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;	
}
.contact-form .form-input input,
.contact-form .form-input textarea{
    height: 28px;
    color: var(--white);
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    border: 1px solid #555;
    width: 100%;
    padding: 5px 10px;
    background-color: var(--black);
    box-shadow: 0px 3px 8px 0px rgb(22 22 22 / 69%);
}
.contact-form .form-input textarea{
    height: 130px;
}
.contact-form .form-group-send input{	
    border: 0;
    padding: 0;	
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 13px;
    color: var(--white) !important;
    background-color: transparent !important;	
    font-family: 'Montserrat', sans-serif;	
}
.contact-form .form-group-send input:hover{
    border: 0 !important;
}
.contact-form .form-group-send svg{
    margin-left: -65px;
    font-size: 14px;
    color: var(--red);
}
.contact-form .form-group-send {
    text-align: right;
}
.contact-form .wpcf7-not-valid-tip{
    font-size: 12px !important;
    margin-top: 5px !important;
}
.contact-location p{
    margin: 16px 0;
}
.contact-location p strong{
    font-weight: 500;
    text-transform: uppercase;
}
.contact-location p a{
    color: var(--white);
}
.contact-location p a:hover{
    color: var(--red);
}
.contact-location .car-services{
    color: var(--red);
    text-decoration: underline !important;
}
.contact-footer {
    position: relative;
    margin-top: 40px;
}
.contact-footer::before {
    position: absolute;
    content: '';
    background-color: #fff;
    width: 95px;
    height: 2px;
    top: 0;
    left: 0;
} 

/*---------- Inventory Page Start Css -----------*/
/*body.page-id-256 #content{
    height: 100vh;
}*/
.inventory-category .inventory-list li a{
    color: var(--white);
    font-size: 13px;
    text-transform: uppercase;
    line-height: 2;
    cursor: pointer;
    font-weight: 500;
    /* transition: all 0.5s ease 0s; */
}
.inventory-category .inventory-list li.zero-post a {
    color: #707070;
}
.inventory-category .inventory-list li a span {
    opacity: 0;
    visibility: hidden;
    /* transition: all 0.5s ease 0s; */
    margin-left: 5px;
}
.inventory-category .inventory-list li a:hover {
    color: var(--red) !important;
}
.inventory-category .inventory-list li a:hover span {
    opacity: 1;
    visibility: visible;
}
.inventory-category .inventory-list li a:focus,
.inventory-category .inventory-list li a:active{
    background-color: transparent !important;
}
.inventory-category .inventory-list li .inventory-sublist{
    display: none;
}
.inventory-category .inventory-list li .inventory-sublist li a{
    color: var(--gray);
    padding-left: 8px;
    line-height: 2;
    background: url(/wp-content/uploads/2021/12/category-list-ic.png) no-repeat left center;
}
.inventory-category .inventory-list li.show .inventory-sublist{
    display: block;
}

.inventory-images .slick-wrapper .post-content a{
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.inventory-images .slick-wrapper .post-content a img{
    object-fit: cover;
    max-width: inherit !important;
    object-position: center;
}

/*---------- Service Page Start Css -----------*/

body.page-id-593 {
    background-image: url(/wp-content/uploads/2021/12/new1slider.svg);
    position: relative;
}
body.page-id-593:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: -9;
    background-color: #000000C4;
}

.service-wrapper{
    padding-top: 100px;
    max-width: 1200px;
    padding-left: 25px;
    padding-right: 25px;
    margin-left: 340px;
}
.service-top-menu-wrapper ul li{
    display: inline-block;
}
.service-top-menu-wrapper ul li a{
    color: var(--white);
    font-size: 13px;
    text-transform: uppercase;
    margin-right: 45px;
    padding-bottom: 15px;
    display: inline-block;
    position: relative;
}
.service-top-menu-wrapper ul li a:hover{
    color: var(--red);
}
.service-top-menu-wrapper ul li a::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 7px;
    width: 100%;
    height: 2px;
    box-shadow: 0 0 20px 3px var(--red);
    transition: 0.3s all;
    background-color: var(--red);
    opacity: 0;
}
.service-top-menu-wrapper ul li a:hover::before, 
.service-top-menu-wrapper ul li a:active::before {
    opacity: 1;
}
.service-wrapper .service-widget-wrap {
    margin-bottom: 0 !important;
}
.service-wrapper .services-descp,
.service-wrapper .services-featured{
    text-transform: uppercase;
}
.service-wrapper .services-descp{
    margin-top: 25px;
}
.service-wrapper h2{
    color: var(--red);
    font-size: 13px;
    font-weight: 600;
    line-height: 2;
    margin-bottom: 15px;
}
.service-wrapper .services-descp p{
    color: var(--light-white);
    margin-bottom: 35px;
}
.contact-location.darkbox p strong{
    font-weight: 700;
}
.service-wrapper .sborder {
    height: 1px;
    width: 260px;
    margin: 25px 0;
    background: #eb1c24;
    background: -moz-linear-gradient(left, #eb1c24 0%, #eb1c24 10%, rgba(0,204,255,0) 100%);
    background: -webkit-linear-gradient(left, #eb1c24 0%, #eb1c24 10%, rgba(0,204,255,0) 100%);
    background: -o-linear-gradient(left, #eb1c24 0%, #eb1c24 10%, rgba(0,204,255,0) 100%);
    background: -ms-linear-gradient(left, #eb1c24 0%, #eb1c24 10%, rgba(0,204,255,0) 100%);
    background: linear-gradient(to right, #eb1c24 0%, #eb1c24 10%, rgba(0,204,255,0) 100%);
}
.service-wrapper .services-featured ul li{
    font-size: 13px;
    color: var(--gray);
    text-transform: uppercase;
    line-height: 2;
    padding-left: 9px;
    background: url(/wp-content/uploads/2021/12/category-list-ic.png) no-repeat left center;
    margin: 0;
}
.services-bot-menu ul li a{
    color: var(--red);
    font-size: 13px;
    text-transform: uppercase;
    line-height: 3;
    transition: 0.5s;
    text-decoration: underline !important;
}
.services-bot-menu ul li a:hover{
    color: var(--white);
    text-decoration: none !important;
}

@media (max-width: 991px){
    .service-wrapper{
        margin-left: 0;
        padding: 80px 0 0;
    }
}
@media (max-width: 767px){
    .service-top-menu-wrapper ul li {
        width: 100%;
    }
}
/*---------- Schedule Page Start Css -----------*/
.schedule-form{
    margin-top: 25px;
}
.schedule-form .form-input input{
    height: 34px;
    width: calc(100% - 30px);
}
.contact-form .form-input select{
    height: 34px;
    color: var(--white);
    display: inline-block;
    vertical-align: top;
    border: 1px solid #555;
    font-size: 13px;
    padding: 5px 10px;
    width: calc(100% - 30px);
    background-color: var(--black);
    box-shadow: 0px 3px 8px 0px rgb(22 22 22 / 69%);
}
.contact-form .form-input select::placeholder{
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;	
}
.contact-form .form-input select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: var(--black) url(/wp-content/uploads/2021/12/drop-red.png) no-repeat right 10px center;
}
.checkbox-wrap {
    margin: 10px 0;
    display: inline-block;
    width: calc(100% - 83%);
}
.checkbox-wrap input{    
    height: 20px;
    width: 20px;
    margin-right: 10px;
    color: var(--red) !important;
    display: inline-block;
    border: 1px solid #555;
    background-color: var(--black) !important;
    box-shadow: 0px 3px 8px 0px rgb(22 22 22 / 69%);
}
.checkbox-wrap input[type=checkbox]::after{
    height: 11px;
    border-color: red;
    border-width: 2px;
}
.checkbox-btn label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
}
.checkbox-btn span{
    font-size: 13px;
    margin-left: 0;
    text-transform: uppercase;
}
.schedule-message textarea {
    width: 100% !important;
}

@media (max-width: 1200px){
    .contact-form.schedule-form .form-input label{
        min-width: 90px;
    }
}
@media (max-width: 960px){
    .contact-form .form-input{
        display: inline-block;
    }
    .checkbox-wrap{
        width: 100%;
    }
}


/*---------- Single Product Page Start Css -----------*/
.woocommerce .content-area,
.woocommerce-cart .content-area,
.woocommerce-checkout .content-area {
    max-width: 1200px;
    padding: 100px 15px 0;
    margin-left: 360px;
}
.single-product .site-main .woocommerce-notices-wrapper{
    margin-bottom: 40px;
    margin-top: 40px;
}
.single-product .woocommerce-info, 
.single-product .woocommerce-message{
    margin-bottom: 0;
    background: var(--black);
    color: var(--white);
    border-top: 2px solid var(--red);    
}
.single-product .woocommerce-message a{
    padding: 10px 15px;
    border: 0 !important;
    background-color: #fff;
    font-size: 14px;
    text-decoration: none !important;
}
.single-product .woocommerce-message a:hover{
    color: var(--red);
}
.single-product .site-main,
.single-product div.product{
    margin-top: 0;
}
.single-product .woocommerce-product-gallery{
    margin-bottom: 50px;
}
.single-product .woocommerce-tabs{
    margin-top: 0;
}
.single-product .woocommerce-product-gallery img{
    cursor: crosshair !important;
}
.single-product .woocommerce-product-gallery .woocommerce-product-gallery__trigger img{
    display: none !important;
}
.single-product .site-main a{
    color: var(--red);
}
.single-product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li{
    margin: 5px;
    width: 100%;
    max-width: 80px;    
}
.single-product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
    clear: inherit;
}
.single-product.singular .entry-title {
    color: var(--white);
    font-size: 35px;
    font-weight: 400;
    margin-bottom: 10px;
}
.single-product .flex-control-thumbs li img{
    cursor: pointer !important;
}
.single-product .summary p.price{
    color: var(--red);
    font-size: 16px;
    margin-bottom: 20px;
}
.single-product form.cart{
    margin-top: 35px;
}
.single-product form.cart input {
    width: 100%;
    max-width: 90px;
    text-align: center;
    min-height: 50px;
    background-color: var(--black);
    border: 0;
    color: var(--white);
    font-size: 20px;
}
.single-product .single_add_to_cart_button {
    color: var(--black) !important;
    background-color: var(--white) !important;
    border: 1px solid transparent;
    height: 50px;
    line-height: 0 !important;
    font-size: 16px !important;
}
.single-product .single_add_to_cart_button:hover{
    border: 1px solid var(--white);
}
.single-product .woocommerce-tabs #reviews .comment-form-rating label{
    font-size: 14px;
}
.single-product .comment-form-author input,
.single-product .comment-form-email input,
.single-product .comment-form-comment textarea{
    color: var(--white);
    font-size: 14px !important;
    border: 0;
    margin: 0;
    background: var(--black) !important;
}
.single-product div.product .product_meta,
.single-product .comment-form-author label,
.single-product .comment-form-email label{
    font-size: 14px;
}
.single-product .comment-form-author input:focus,
.single-product .comment-form-email input:focus,
.single-product .comment-form-comment textarea:focus,
.single-product form.cart input:focus,
#wp-comment-cookies-consent:focus{
    outline: none !important;
}
.single-product .woocommerce-tabs ul{
    border-bottom: 2px solid var(--white);
}
.single-product .woocommerce-tabs ul li a{
    font-weight: 600;
    padding: 10px 15px;
    font-size: 16px;
    border: 0 !important;
    color: var(--white);
    background-color: transparent !important;
}
.single-product .woocommerce-tabs ul li.active a{
    color: var(--red);
}
.single-product .woocommerce-Tabs-panel h2.woocommerce-Reviews-title{
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 20px !important;
}
.single-product .woocommerce-Tabs-panel p{
    font-size: 14px;
}
.woocommerce-tabs #tab-reviews .submit{
    padding: 10px 20px;
    font-size: 16px;
    text-transform: uppercase;
} 
#wp-comment-cookies-consent{
    background: var(--black);
}
#wp-comment-cookies-consent[type=checkbox]::after{
    left: 8px;
    top: 3px;
    border-color: var(--red);
}
.single-product .comment-form .comment-form-cookies-consent > label{
    font-size: 14px;
}
.single-product .comment-form-comment textarea::placeholder{
    color: var(--white);
}
.single-product .single_add_to_cart_button:focus{
    outline: 0 !important;
}
@media (max-width: 991px){
    .woocommerce .content-area,
    .woocommerce-cart .content-area,
    .woocommerce-checkout .content-area {
        max-width: 100%;
        padding: 40px 15px 0;
        margin-left: 0;
    }
    .woocommerce-shop .woocommerce-products-header__title.page-title{
        font-size: 25px !important;
        text-align: center;
    }
}

/*---------- Single Product Page Start Css -----------*/
.woocommerce-breadcrumb a {
    color: var(--red);
}
.woocommerce-breadcrumb {
    margin-bottom: 0 !important;
}
.woocommerce-error {
    background: var(--red) !important;
}
.woocommerce-shop .woocommerce-products-header__title.page-title {
    font-size: 30px;
    margin-bottom: 0;
}
.woocommerce-shop .woocommerce-products-header {
    margin-bottom: 20px;
    padding-bottom: 8px;
    border-bottom: 2px solid var(--white) !important;
}
.woocommerce-shop .woocommerce-result-count{
    font-size: 14px;
    color: var(--red);
    margin-bottom: 20px !important;
}
.woocommerce-shop .woocommerce-ordering select:focus,
.woocommerce-shop .woocommerce-ordering select:active{
    outline: none !important;
}
.woocommerce-shop .woocommerce-ordering {
    margin-bottom: 20px !important;
}
.products li a {
    color: var(--red);
}
.products li .imagewrapper {
    position: relative;
    transition: all 0.3s ease 0s;
}
.products li .imagewrapper::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.5;
    z-index: -1;
    background-color: var(--black);
}
.products li:hover .imagewrapper::before{
    z-index: 1;
}
.product_type_simple {
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 120px;
    z-index: 99;
    opacity: 0;
    top: calc(50% - 55px);
    background-color: #000 !important;
    color: #fff !important;
    padding: 10px 15px !important;
    border: 0 !important;
    font-size: 16px !important;
    position: absolute;
}
.products li:hover .product_type_simple{
    opacity: 1;
}
.products li a h2 {
    color: var(--white) !important;
    display: inline-block;
    padding: 10px 0 0 0 !important;
    margin: 0 !important;
    line-height: 1.5;
    font-size: 17px !important;
    text-transform: capitalize;
    font-weight: 500 !important;
}
.woocommerce ul.products li.product{
    text-align: center;
    margin: 0 8px 30px 8px;
}
.woocommerce-ordering select,
.woocommerce-shop .woocommerce-result-count{
    display: none;
}
.woocommerce-ordering select {
    font-size: 14px;
    border: 0 !important;
    color: var(--white);
    background-color: var(--black) !important;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: var(--black) url(/wp-content/uploads/2021/12/drop-red.png) no-repeat right 10px center;
}
.woocommerce-cart .entry-footer {
    display: none;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .product-thumbnail .attachment-woocommerce_thumbnail{
    height: 80px !important;
    width: auto !important;
}
.woocommerce-cart .woocommerce-cart-form__cart-item a{
    color: var(--red);
}
.woocommerce-cart a.remove:hover{
    background: var(--red);
}
.woocommerce-cart .actions input:focus{
    outline: none !important;
}
.woocommerce-cart .actions input::placeholder {
    color: var(--white);
}
.woocommerce-cart .actions input{
    border: 0;
    background-color: var(--black);
    color: var(--white);
}
.woocommerce-cart .actions .button {
    color: var(--black);
    font-size: 14px;
    background-color: var(--white);
    border: 0 !important;
    padding: 12px !important;
    display: inline-block;
    vertical-align: top;
    height: auto;
}
.woocommerce-cart .actions .button:hover{
    border: 0 !important;
}
.woocommerce-cart .woocommerce .return-to-shop a.button, 
.woocommerce .wc-proceed-to-checkout a.button,{
    font-size: 16px;
    border: 0 !important; 
    background: var(--black) !important;
    color: var(--white) !important;
}
.woocommerce-cart .woocommerce .return-to-shop a.button:hover, 
.woocommerce .wc-proceed-to-checkout a.button:hover {
    color: var(--black) !important;
    background: var(--white) !important;
    text-decoration: none !important;
    border: 1px solid transparent !important;
}
.woocommerce-cart .product-quantity .quantity .input-text {
    background: var(--black) !important;
    border: 0 !important;
    color: var(--white) !important;
    padding: 10px 5px 10px 8px;
}
.singular .entry-header {
    padding: 0 !important;
    margin: 0;
    border-bottom: 2px solid var(--red) !important;
}
.singular .entry-title {
    color: var(--white);
    font-weight: 400;
    font-size: 30px !important;
    padding-bottom: 10px;
}
.woocommerce .cart-collaterals h2 {
    margin-bottom: 20px;
    font-size: 22px;
}
.woocommerce-cart .cart-collaterals {
    margin: 50px 0;
}
.woocommerce-cart .coupon .button[name="apply_coupon"] {
    color: var(--white) !important;
    background-color: var(--red) !important;
}
.woocommerce-message{
    margin-top: 20px;
    color: var(--white);
    background-color: var(--black);
    border-top: 2px solid var(--red);
}
.woocommerce-cart-form__cart-item td {
    font-size: 14px;
}
.woocommerce-cart .woocommerce-message .wc-forward {
    color: var(--black);
    padding: 10px;
    font-size: 14px;
    margin-left: 10px;
    background-color: var(--white);
}
.woocommerce-cart .wc-forward:hover{
    color: var(--white);
    text-decoration: none !important;
    background-color: var(--red);
}


.woocommerce-pagination {
    margin-top: 0;
}

.woocommerce-checkout-payment .payment_box p {
    color: #000;
}
.woocommerce-checkout-payment .payment_box fieldset {
    background: transparent;
}
.woocommerce-checkout-payment .payment_box fieldset input[type=checkbox]:after {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(50deg);
    border-color: #ffffff;
}

@media (max-width: 1199px) {
    .woocommerce ul.products.columns-4 li.product {
        width: calc(100% / 2 - 16px)!important;
    }
    .product_type_simple{
        top: calc(50% - 70px);
    }
}
@media (max-width: 668px) {
    .woocommerce ul.products.columns-4 li.product {
        width: calc(100% / 1 - 16px)!important;
    }
    ul.products li.product .woocommerce-loop-product__link{
        width: 100%;
    }
}
@media only screen and (max-width: 768px){
    .woocommerce table.shop_table_responsive tr:nth-child(2n+1) td, 
    .woocommerce-page table.shop_table_responsive tr:nth-child(2n+1) td {
        background: transparent;
        -webkit-filter: brightness(88%);
        filter: brightness(88%);
    }
    .woocommerce table.shop_table_responsive .button, 
    .woocommerce-page table.shop_table_responsive .button {
        background-color: var(--red) !important;
    }
    .woocommerce-cart .coupon .button {
        margin-top: 25px;
    }
}

/*---------- checkout Page Css New -----------*/
.woocommerce-checkout #main .woocommerce {
    padding: 0;
}
.woocommerce-checkout .entry-footer,
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
}
.woocommerce-checkout form.checkout input:focus,
.woocommerce-checkout form.checkout input:active,
.woocommerce-checkout form.checkout textarea:focus,
.woocommerce-checkout form.checkout textarea:active {
    outline: none !important;
}
.woocommerce-checkout form.checkout input::placeholder,
.woocommerce-checkout form.checkout textarea::placeholder {
    color: var(--white);
}
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: var(--white);
    outline: none !important;
}
.woocommerce-checkout span.select2-dropdown.select2-dropdown--above,
.woocommerce-checkout span.select2-dropdown.select2-dropdown--below {
    background: #000;
    border: 1px solid var(--white) !important;
    color: var(--white) !important;
}
.woocommerce-checkout .select2-search .select2-search__field:active,
.woocommerce-checkout .select2-search .select2-search__field:focus {
    outline: none !important;
}
.woocommerce-checkout .select2-search--dropdown {	
    width: 100%;
    padding: 5px;
    display: inline-block;
}
.woocommerce-checkout .select2-container .select2-search__field {
    margin: 0;
}
.woocommerce-checkout form.checkout label {
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
}
.woocommerce-checkout h3 {
    font-size: 18px;
    margin: 20px 0;
}
.woocommerce-checkout form.checkout input,
.woocommerce-checkout form.checkout textarea,
.woocommerce-checkout form.checkout .select2-selection {
    border: 0;
    color: var(--white);
    background-color: var(--black);
}
.woocommerce-checkout form.checkout textarea {
    height: 120px;
}
.woocommerce-checkout form.checkout .select2-selection {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: var(--black) url(/wp-content/uploads/2021/12/drop-red.png) no-repeat right 10px center;
    outline: none !important;
}
.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text p {
    font-size: 14px;
    line-height: 1.71;
}
.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text p a {
    color: var(--red);
}
.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text p a:hover {
    color: var(--white);
}
.woocommerce-checkout .form-row #place_order {
    color: var(--black);
    font-size: 16px;
    border: 0;
    background-color: var(--white);
    transition: all 0.3s ease 0s;
    border: 1px solid transparent;
}
.woocommerce-info, .woocommerce-message{
    border-top: 2px solid var(--red);
}
.woocommerce-checkout .woocommerce-error li, .woocommerce-info, .woocommerce-message {
    padding: 20px;
}
.woocommerce-checkout .form-row #place_order:hover , .woocommerce .wc-proceed-to-checkout a.button:hover {
    background: transparent !important; 
    color: var(--white) !important;
    border-color: var(--white) !important;
}
.woocommerce-checkout form .form-row.woocommerce-invalid input.input-text{
    border: 2px solid var(--red);
}




/*---------- Cart Page Css New -----------*/
.woocommerce .woocommerce-message a.button.wc-forward{
    border: 0;
}
.woocommerce .woocommerce-message a.button.wc-forward:hover {
    border: 0 !important;
}
.cart-subtotal td,
.order-total td,
.woocommerce table tr .product-subtotal,
.woocommerce table tbody .product-subtotal{
    text-align: right;
}



.blockUI.blockOverlay{
    background: transparent !important;
}
.woocommerce-checkout-review-order .shop_table .cart_item .product-total {
        text-align: right;
}
.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-error li {
    padding: 0px;
}
.woocommerce-cart-form__cart-item .product-remove {
    text-align: center;
}


.woocommerce .related.products ul.products li.product {
    margin: 0 8px 30px 8px !important;
}
.add_to_cart_button {
    /* line-height: 1 !important; */
    padding: 13px 15px !important;
}

.woocommerce-cart-form__cart-item .quantity input[type="number"] , .single-product form.cart .quantity input[type="number"] {
    -webkit-appearance: textfield;
        -moz-appearance: textfield;
            appearance: textfield;
}
.woocommerce-cart-form__cart-item .quantity input[type=number]::-webkit-inner-spin-button, 
.woocommerce-cart-form__cart-item .quantity input[type=number]::-webkit-outer-spin-button , .single-product form.cart .quantity input[type="number"]::-webkit-inner-spin-button, .single-product form.cart .quantity input[type="number"]::-webkit-outer-spin-button{ 
    -webkit-appearance: none;
}
.quantity input {
    text-align: center;
    width: 70px;
    height: 40px;
    padding: 0;
    pointer-events: none;
    line-height: 40px;
}
.quantity {
    display: inline-flex;
}
.quantity > .sub, .quantity > .add {
    width: 35px;
    text-align: center;
    font-family: var(--entry-content--font-family);
    font-weight: 700;
    font-size: 1.2em;
    line-height: 37px;
    cursor: pointer;
    transition: 0.1s linear;
    -o-transition: 0.1s linear;
    -ms-transition: 0.1s linear;
    -moz-transition: 0.1s linear;
    -webkit-transition: 0.1s linear;
    background: var(--black);
}
.quantity > .add {
    top: 0;
}

.single-product .quantity > .sub, .single-product .quantity > .add {
    height: 50px;
    line-height: 44px;
}

@media only screen and (max-width: 768px){
    .woocommerce .woocommerce-cart-form table.shop_table_responsive tr.woocommerce-cart-form__cart-item td {
        border-top: 0px !important;
        border-bottom-width: 1px;
        border-color: rgb(255 255 255 / 35%);
    }
    .woocommerce .woocommerce-cart-form table.shop_table_responsive td:last-child .coupon {
        background: #ffffff4a;
        padding: 20px !important;
        border: 1px dashed;
    }
    .woocommerce .woocommerce-cart-form table.shop_table_responsive td:last-child {
        border: 0px !important;	
    }
    .woocommerce table.shop_table_responsive tr:first-child {
        border-top: 0px solid !important;
    }
    .woocommerce-cart-form .coupon .button {
        width: 100% !important;
    }
    .woocommerce .woocommerce-cart-form button[name=update_cart] {
        width: 45% !important;
    }
    #main .woocommerce .woocommerce-cart-form #coupon_code {
        width: 100%!important;
        margin: 0;
    }
    .woocommerce-cart .coupon .button {
        margin-top: 10px;
    }
    #main .woocommerce .woocommerce-cart-form #coupon_code {
        margin: 0;
        padding: 10px 15px;
    }
    .woocommerce .woocommerce-cart-form table.shop_table_responsive tr.woocommerce-cart-form__cart-item .product-remove {
        border: 0px !important;
    }
    .woocommerce-cart .product-quantity .quantity .input-text {
        line-height: 40px;
    }
    .cart-collaterals .shop_table_responsive td {
        border-color: rgb(255 255 255 / 35%);
    }
    .woocommerce .related.products ul.products li.product, .woocommerce-page .related.products ul.products li.product {
        margin-bottom: 1em;
    }
    .quantity input {
        float: inherit;
    }
    .quantity > .sub, .quantity > .add {
        float: none;
        display: inline-block;
        line-height: 36px;
    }
    .quantity input {
        float: none;
    }
}
.lineFooter {
    height: 100vh;
    width: 39px;
    border-right: 1px solid rgba(225,225,225,0.239);
    position: fixed;
    bottom: 0;
    z-index: 99;
}
.home .lineFooter {
    width: 1404px;
    margin: 0 auto !important;
    left: 0;
    right: 0;
    border-left: 1px solid rgba(225,225,225,0.239);
    border-right: 0px;
    z-index: -1;
}
.rotateFooter {
    position: absolute;
    -webkit-transform: rotateZ(270deg);
    -ms-transform: rotateZ(270deg);
    -o-transform: rotateZ(270deg);
    transform: rotateZ(270deg);
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -ms-transform-origin: left;
    -o-transform-origin: left;
    transform-origin: left;
    bottom: 10px;
    right: 20px;
    font-size: 12px;
    color: rgba(255,255,255,0.471);
    text-transform: uppercase;
    z-index: 1000;
    -moz-transform: matrix(0, -1, 1, 0, 0, 0);
    -webkit-transform: matrix(0, -1, 1, 0, 0, 0);
    -ms-transform: matrix(0, -1, 1, 0, 0, 0);
    white-space: nowrap;
    position: fixed;
    left: 18px;
    letter-spacing: 1px;
}


@media only screen and (min-width: 668px) and (max-width: 768px){
    .woocommerce .related.products ul.products[class*=columns-] li.product, .woocommerce-page .related.products ul.products[class*=columns-] li.product {
        padding: 0px !important;
        margin-bottom: 1em;
    }
    .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product{
        margin: 0 0 0em;
    }
}
@media only screen and (min-width : 669px) and (max-width : 768px) {
    .woocommerce .related.products ul.products, .woocommerce-page .related.products ul.products {
    display: block;
}
}

@media only screen and (max-width: 991px){
    .lineFooter {
        display: none;
    }
    .rotateFooter {
        left: 8px;
    }
    .inventory-images div#slick-detail {
        padding: 0px 15px;
    }

}

@media only screen and (min-width: 320px) and (max-width: 1049px){
    .single-product .summary p.price{
        margin-bottom:0px !important;
    }
        .single-product form.cart {
            margin-top: 12px !important;
        }
        .single-product form.cart .quantity {
            margin-bottom: 10px;
        }
}


.postcard-slider .post-slider-arrows {
    display: none;
}
.postcard-slider .slick-wrapper {
    margin-top: 50px;
}
.postcard-slider #slick1 {
    margin: 0 -15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.postcard-slider #slick1 .slide-item {
    width: 40%;
    float: left;
    padding: 0 15px;
    margin-bottom: 70px;
    margin-top: 0;
}
@media (max-width: 1199px){
    .postcard-slider #slick1 .slide-item {
        width: 50%;
    }
}
@media (max-width: 480px){
    .postcard-slider #slick1 .slide-item {
        width: 100%;
    }
    .slick-wrapper .title {
        min-height: auto;
    }
    .postcard-slider #slick1 .slide-item {
        margin-bottom: 50px;
    }
}
/*****New-css*****/
.brandLogo img{
    height: 55px;
}

.archive .product .button {
    font-size: 14px;
    padding: 10px 10px !important;
    display: block;
    margin: 0 auto;
    border: 1px solid #ffffff !important;
}
.archive .product .button:hover {
    background: transparent !important;
    color: #ffffff !important;
    padding: 10px 10px !important;
}

.woocommerce-pagination .page-numbers {
    margin: 0 auto !important;
    width: auto;
    max-width: inherit;
    display: table !important;
}
.woocommerce-pagination .page-numbers li {
    margin: 0 5px;
}
.woocommerce-pagination .page-numbers li .current {
    background: #ffffff;
    color: #000000;
}
.woocommerce-pagination .page-numbers li > * {
    padding: 10px 15px !important;
    color: #ffffff;
}
.single-product .single_variation_wrap > a {
    color: #ffffff !important;
    margin-bottom: 5px;
}
.single-product .product_meta,
.single-product #tab-title-additional_information ,
.single-product #tab-title-reviews,
.single-product #tab-additional_information,
.single-product #tab-reviews,
.single-product .woocommerce-breadcrumb,
.product .product_type_variable {
    display: none !important;
}

.detail-in-btn-a.sborder-detail-btn {
    width: 100%;
    display: inline-block;
    vertical-align: top;
}
.detail-in-btn-a.sborder-detail-btn button{
    width: 100%;
    line-height: 24px !important;
}
.sborder-detail-btn-inboxContainer{
    overflow: hidden;
    transition: all 0.3s;
    position: relative;
}
.sborder-detail-btn-inputBox{
    margin: 10px 0;
    background: #fff;
    display: flex;
    border-radius: 6px;
    width: 100%;
    max-width: 218px;
}
.sborder-detail-btn-inputBox input{
    padding: 0;
    margin: 0;
    width: 100%;
    border: 0;
    vertical-align: middle;
    outline: none;
    letter-spacing: 2px;
    font-size: 12px;
    color: #333333;
    font-weight: 600;
}
.sborder-detail-btn-inputBox input:focus{
    outline: none;
}
.sborder-detail-btn-inputBox span{
    display: inline-block;
    vertical-align: middle;
    color: #333333;
}
.sborder-detail-btn-number input.wpcf7-form-control.has-spinner.wpcf7-submit {
    background-image: url(/wp-content/uploads/2022/03/sborder-detail-btn-inputbox-button-2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    max-width: 33px;
    text-indent: -2000px;
}
.sborder-detail-btn-number .wpcf7-not-valid-tip{
    position: absolute;
    bottom: -30px;
    right: 0;
    width: 100%;
    color: #fff;
}
#sborder-detail-btn2 br,.sborder-detail-btn-inputBox,.sborder-detail-btn-number .wpcf7-spinner{
    display: none;
}
.sborder-detail-btn-number{
    display: flex;
}
.sborder-detail-btn-inputBox.show{
    display: block;
}
.sborder-detail-btn-inboxContainer .wpcf7 form.sent .wpcf7-response-output,.sborder-detail-btn-inboxContainer .wpcf7 form.invalid .wpcf7-response-output{
    border-color: #E91B23;
    color: #fff;
}

.box {
    width: 40%;
    margin: 0 auto;
    background: rgba(255,255,255,0.2);
    padding: 35px;
    border: 2px solid #fff;
    border-radius: 20px/50px;
    background-clip: padding-box;
    text-align: center;
}

.button {
    font-size: 16px !important;
    padding: 8px 16px !important;
    margin-top: 10px;
    border: 1px solid #fff !important;
    text-decoration: none !important;
    width: 100%;
    height: 45px;
    transition: all 0.3s ease-out;
}
.button:hover {
    background: transparent;
}
.site .button:hover{
    border: 1px solid #fff !important;
}
a.button:hover{
    text-decoration: none !important;
}
.btn:focus{
    box-shadow: unset;
}

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    z-index: 999;
    display: flex;
    align-items: center;
}
.overlay:target {
    visibility: visible;
    opacity: 1;
}

.popup {
    margin: 70px auto;
    padding: 20px;
    background: rgba(0,0,0,0.49);
    border-radius: 5px;
    width: 50%;
    position: relative;
    box-shadow: 0px 0px 31px 0px #E91B23;
}
.popup .close {
    position: absolute;
    top: 20px;
    right: 30px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
}
.popup .close:hover {
    color: #E91B23;
}
.popup .close:focus{
    background: transparent !important;
}
.popup .content {
    max-height: 30%;
    overflow: auto;
}
.sborder-detail.inventory-detailed-navbar-secondary{
    padding: 0 20px;
    text-transform: uppercase;
    cursor: pointer;
    color: #c3c3c3;
}
.sborder-detail.form-group {
    margin-bottom: 15px;
    display: flex;
    width: 100%;
}
.sborder-detail.form-group .control-label{
    font-size: 22px;
    color: #c3c3c3;
}
.sborder-detail.form-group input,.sborder-detail.form-group textarea{
    border-style: solid;
    background-color: #000;
    box-shadow: 0px 3px 8px 0px rgb(22 22 22 / 69%);
    color: #c3c3c3;
    border: 1px solid #7d7d7d;
    font-size: 15px;
}
.sborder-detail.form-group textarea{
    height: 120px;
}
.sborder-detail.form-group input:focus,.sborder-detail.form-group textarea:focus{
    outline: none;
}
.sborder-detail.attCh.hasFunc span{
    font-size: 22px;
    color: #c3c3c3;
}
.wpcf7-list-item{
    margin: 0;
}
.span.wpcf7-list-item-label{
    padding-left: 20px;
}
.sborder-detail.attCh.hasFunc{
    float: left;
}
.sborder-detail.btn.btn-default{
    padding: 5px 10px;
    color: #E91B23 !important;
    text-transform: uppercase;
    background-color: #000 !important;
    font-size: 18px !important;
    line-height: 20px !important;
    border: 1px solid #1d1d1d;
    display: inline-block;
    cursor: pointer;
    border-radius: 0;
}
.sborder-detail.btn.btn-default:hover{
    box-shadow: 0px 0px 31px 0px #E91B23;
}
.pull-left{
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 600;
}
@media (max-width: 991px){
    .popup{
        width: 80%;
    }
    .button,.detail-in-btn-a.sborder-detail-btn button{
        width: 20%;
    }
    .detail-in-btn-a.sborder-detail-btn,.sborder-detail-button{
        text-align: center;
    }
    .sborder-detail-btn-inboxContainer .wpcf7 form.sent .wpcf7-response-output, .sborder-detail-btn-inboxContainer .wpcf7 form.invalid .wpcf7-response-output{
        width: 50%;
        margin: 50px auto;	
    }
    .sborder-detail-btn-inputBox{
        width: 20%;
        margin: 10px auto;
    }
    .sborder-detail-btn-number .wpcf7-not-valid-tip{
        bottom: -35px;
        width: 161px;
    }
}
@media (max-width: 767px){
    .button,.detail-in-btn-a.sborder-detail-btn button{
        width: 40%;
    }
    .popup{
        padding: 50px 20px;
        height: 100%;
        overflow-y: auto;
    }
    .overlay{
        padding: 20px 0;
    }
    .sborder-detail-btn-inputBox{
        width: 100%;
    }
}
@media (max-width: 575px){
    .sborder-detail.form-group{
        display: inline-block;
    }
    .pull-left{
        margin: 10px 0;
        font-size: 20px;
        float: right !important;
    }
    .sborder-detail.form-group .control-label{
        margin-bottom: 5px;
        font-size: 14px;
    }
    .sborder-detail.form-group{
        margin-bottom: 10px;
    }
    .sborder-detail.attCh.hasFunc span{
        font-size: 16px;
    }
    .sborder-detail.btn.btn-default{
        font-size: 14px !important;
    }
    .sborder-detail.form-group input{
        padding: 5px;
    }
    .sborder-detail.attCh.hasFunc{
        float: none;
    }
    .sborder-detail.btn.btn-default{
        float: left;
    }
    .popup{
        padding: 40px 15px;
    }
    .sborder-detail.attCh.hasFunc .wpcf7-list-item.first.last label{
        margin-bottom: 0;
    }
    .popup .close{
        top: 0;
        right: 30px;
    }
}
@media (max-width: 375px){
    .button,.detail-in-btn-a.sborder-detail-btn button{
        width: 70%;
    }
    .popup{
        width: 90%;
    }
    .pull-left{
        margin: 25px 0 0px;
        font-size: 16px;
        line-height: 24px;
    }
    .sborder-detail.form-group textarea{
        height: 80px;
    }
}


/**************************** Filter By Category *********************************/

.filter-category {
    margin: 0;
}
.filter-category .yith-wcan-filters {
    background: transparent;
    margin: 0;
} 
.filter-category .yith-wcan-filters form > div {
    display: none;
}
.filter-category .yith-wcan-filters form > div[data-taxonomy="product_cat"] {
    display: block;
}
.filter-category .yith-wcan-filter .filter-title {
    display: none;
}
.filter-category .yith-wcan-filter ul.filter-items.level-0 {
    display: table;
    margin: 0 auto;
}
.filter-category .yith-wcan-filter .filter-items .filter-item {
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
}
.filter-category .yith-wcan-filter .filter-items .filter-item a {
    color: #ffffff !important;
    padding: 5px 20px;
    border: 1px solid #ffffff;
}
.filter-category .yith-wcan-filter .filter-items .filter-item.active a{
    color: #333333 !important;
    border: 1px solid #ffffff !important;
    background: #ffffff;
}
.filter-category .yith-wcan-filter .filter-items .filter-item a:hover,
.filter-category .yith-wcan-filter .filter-items .filter-item a:focus {
    color: #333333 !important;
    border: 1px solid #ffffff !important;
    background: #ffffff;
}
.filter-category .yith-wcan-filters button.reset-filters {
    border-radius: 0;
    border-color: #ffffff;
    outline: none;
    display: table;
    margin: 0 auto 30px;
}
.filter-category .yith-wcan-filters button.reset-filters:hover, 
.filter-category .yith-wcan-filters button.reset-filters:focus, 
.filter-category .yith-wcan-filters button.reset-filters:active {
    background: transparent;
    color: #ffffff;
    outline: none;
}
@media (max-width: 767px){
	.filter-category .yith-wcan-filter ul.filter-items.level-0 {
		display: table;
		margin: 30px auto 0;
	}
	.filter-category .yith-wcan-filter .filter-items .filter-item a {
		padding: 5px 10px;
		font-size: 13px;
	}
}