/*
Theme Name: Kosmostore
Author: zaynasheff
Author URI: http://770studio.ru/
Description: Theme for kosmostore ecommerce project
Version: 1.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/

body{
    font-family: "Montserrat", sans-serif;
    background-color:#f5f5f7;
}
a {
    outline: none;
    transition: all .3s ease-out;
}
.bg-light-gray{
    background-color: var(--bs-gray-300);
}
.header-logo img{
    max-width: 200px;
}
.topbar-menu .nav-link{
    font-size:12px;
    padding-top:0;
    padding-bottom:0;
}
.topbar-right{
    font-size:12px;
}
.navbar.bg-dark .nav-link{
    color:#fff;
}
.text-12{
    font-size:12px;
}
.header-cart{
    background-color:transparent;
    border:none;
    color:#000;
    text-decoration: none;
}
.header-cart:hover,
.header-cart:focus,
.header-cart:active{
    color:#000;
}
.header-cart{
    position:relative;
}
.header-cart .cart-count{
    font-size: 8px;
    font-weight: normal;
    top: -2px;
    position: absolute;
    right: -5px;
}
.breadcrumb-item{
    font-size:14px;
}
.breadcrumb a{
    color:#757575;
    font-size:14px;
    text-decoration: none;
}
.breadcrumb a:hover,
.breadcrumb a:active,
.breadcrumb a:focus{
    color:#0d6efd;
}
.cat-item{
    text-decoration: none;
}
.cat-item:hover,
.cat-item:focus,
.cat-item:active{
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)
}

.cat-item:hover .cat-title,
.cat-item:focus .cat-title,
.cat-item:active .cat-title{
    color: #0d6efd;
}
.cat-img{
    width: 40px;
    height: 40px;
    object-fit: contain;
}
.cat-title{
    font-size:16px;
    font-weight:normal;
    color:#000;
}
.cat-product-count{
    color:#757575;
}
.sidebar-cat {
    padding: 1rem;
    margin-bottom: 3rem;
}
.cat-img-sidebar{
    width: 30px;
    height: 30px;
    object-fit: contain;
    margin-right:0.5rem;

}

.cat-item-sidebar{
    padding-top: 1rem;
    padding-bottom: 1rem;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color:#000;
    border-bottom:1px solid #d7d7d7;
}
.cat-item-sidebar:first-child{
    padding-top:0;
}
.cat-item-sidebar:last-child{
    padding-bottom: 0;
    border:0;
}
.cat-item-sidebar:hover svg,
.cat-item-sidebar:focus svg,
.cat-item-sidebar:active svg{
    color:#000;
}
.owl-main{
    border-radius:50px;
    overflow:hidden;
    margin-top:2rem;
    height:580px;
    width:100%;
}
.owl-carousel .item-video video {
    width: 100%;
    height:auto;
    object-fit: cover;
}
.owl-dots{
    display:flex;
    justify-content: center;
    align-items: center;
    gap:0.5rem;
    position: absolute;
    bottom: 50px;
    width: 100%;
    z-index: 10;
}
.owl-dot.active span{
    background-color: #0d6efd;
    width: 12px;
    height:12px;
}
.owl-dot span{
    display: flex;
    width: 10px;
    height:10px;
    border-radius: 100%;
    background-color: #d7d7d7;
}
.item-video{
    position:relative;
}
.item-video-info{
    position: absolute;
    display:flex;
    flex-direction:column;
    padding: 10%;
    color:#fff;
    /*max-width:50%;*/
    z-index:10;
}
.item-video-info::after{
    position:absolute;
    width:100%;
    height:580px;
    content: '';
    top:0;
    left:0;
    background: rgba(0,0,0,0.5);
    z-index: 5;
}
.item-video-info-description{
    font-weight:normal;
    color:#d7d7d7;
    z-index: 20;
}
.item-video-info-price,
.item-video-info h2{
    font-size:42px;
    z-index: 20;
}
.item-video-info h3,
.item-video-info .d-block{
    z-index: 20;
}
.btn{
    border-radius: 50px;
    padding: 0.5rem 2rem;
}
.form-control,.form-control.input-text, .form-select{
    border-radius:50px !important;
    padding:0.5rem 1.5rem;
    line-height: 1.5 !important;
    color: #212529 !important;
    background-color: #fff !important;
    background-clip: padding-box !important;
    border: 1px solid #ced4da !important;
}
.form-control.form-control-sm,
.form-select.form-select-sm{
    padding: .25rem 1.5rem;
    font-size: 12px;
}
textarea.form-control{
    border-radius:20px !important;
}
.alert:focus-visible,
.alert:focus,
.alert:active{
    box-shadow: none !important;
    outline: none !important;
}
.woocommerce-password-strength{
    margin:1rem 0;
    border-radius: 10px;
    padding: 1rem;
    font-size:14px;
}
.woocommerce-password-strength.short{
    background-color:#f8d7da;
    border-color:#f5c2c7;
    color:#842029;
}
.woocommerce-password-strength.bad{

    background-color:#f8d7da;
    border-color:#f5c2c7;
    color:#842029;
}

.woocommerce-password-strength.good{

    background-color:#fff3cd;
    border-color:#fff3cd;
    color:#664d03;
}
.woocommerce-password-strength.strong{

    background-color:#d1e7dd;
    border-color:#badbcc;
    color:#0f5132;
}
.woocommerce-password-hint {
   font-size: 12px;
}
.my-account-nav-link{
    display: flex;
    align-items: center;
    justify-content: space-between;
    color:#000;
    text-decoration: none;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-bottom:1px solid #d7d7d7;
}
.my-account-nav-link:first-child{
    padding-top:0;
}
.my-account-nav-link:last-child{
    padding-bottom: 0;
    border:0;
}
.account_display_name_description{
    font-size:14px;
}
.offcanvas{
    z-index:100000;
}
.minicart-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
}
.minicart{
    display: flex;
    flex-direction: column;
    width:100%;
}
.mini-cart-item-product{
    display:flex;
    align-items: center;
    justify-content:space-between;
    gap:1rem;
    font-size:14px;
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
}
.minicart-item-product-link{
    text-decoration: none;
    color:#000;
}
.mini-cart-item-product-img,
.minicart .cart-item-product-img{
    width:60px;
    height:60px;
    border-radius: 5px;
    object-fit: contain;
}
.remove_from_cart_button{
    color:#767676;
}
.remove_from_cart_button:hover,
.remove_from_cart_button:focus,
.remove_from_cart_button:active{
    color:#ff0033;
}
.cat-product-item img{
    max-width: 100%;
    height: 170px;
    object-fit: contain;
    border-radius:20px;
    margin: auto;
    display: block;
}
.cat-product-item .stock-status{
   justify-content: center;
   font-size:14px;
}
.woocommerce-LoopProduct-link{
    text-decoration:none;
    color:#000;
    text-align: center;
}
.woocommerce-LoopProduct-link:hover .price{
    color:#000;
}
.woocommerce-loop-product__title{
    font-size:15px;
    color:#333;
    margin: 1rem 0;
    text-align: center;
    height: 40px;
}
.woocommerce-loop-product__title:hover{
    color:#0d6efd;
}
.cat-product-item .price{
    font-size:24px;
    font-weight:bold;
    text-align: center;
    text-decoration: none;
}
.product .price{
    font-size:24px;
    font-weight:bold;
    text-decoration: none;
    color:#000;
}
.cat-product-item .price del,
.product .price del{
    color:#939191;
    font-weight: 400;
}

.cat-product-item .quantity,
.product .quantity


{
    display:flex;
    align-items: center;
    gap:10px;
    font-size:14px;
    border:1px solid #ced4da;
    border-radius: 50px;
    padding: 0.23rem 0.2rem;
    background-color: #fff;
}
.quantity-input{
    width:20px;
    font-weight:bold;
    border:none;
    text-align: center;

}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
.quantity-input:focus,
.quantity-input:active{
    border:none;
    outline: none;
    box-shadow:none;
}
.cat-product-item-buttons{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top:1rem;
}
.quantity-button{
    color:#6b6b6b;
    font-weight:bold;
    font-size:20px;
    cursor: pointer;
    padding:0 0.25rem;
    border:none;
    background-color:transparent;
}
.quantity-button:hover{
    color:#000;
}
a.added_to_cart {
    display:none !important
}
.btn.btn-sm{
    padding: 0.5rem 1.5rem;
    font-size:14px;
}
.offcanvas .minicart-bottom{
    position: absolute;
    bottom: 0;
    border-top: 1px solid #d7d7d7;
    width: 100%;
    padding: 1rem;
}
.modal .minicart{
    max-height: 385px;
    overflow-y: scroll;
}

.offcanvas .minicart{
    max-height: calc(100vh - 222px);
    overflow-y: scroll;
}
.mini-cart-total{
    font-size:20px;
    display: flex;
    justify-content: space-evenly;
}
.mini-cart-total .woocommerce-Price-amount{
    font-weight:bold;
}
.woocommerce-product-gallery{
    border-radius:50px;
    background-color: #fff;
    padding: 40px;

}
.carousel img{
    /*border-radius:50px;*/
    max-width: 100%;
    /*border: 40px solid #fff;*/
}
.to-cart-buttons{
    display: flex;
    gap:2rem;
    align-items: center;
}
.minicart .quantity,
.cart-product-item-info .quantity{
    border: 1px solid #d7d7d7;
    border-radius: 50px;
    width: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
    font-size: 11px;
    height: 25px;
}
.minicart .quantity-button{
    font-size:16px;
}
.cart-product-item-link{
    color:#000;
    text-decoration: none;
}
.cart-product-item-info .remove{
    font-size:12px;
    color:#000;
}
.cart-product-item-info .remove:hover{
    text-decoration:none;
}
.cart-item-product-img{
    width:120px;
    height:120px;
    border-radius: 5px;
    object-fit: contain;
}
.mini-cart-item-product.cart-item-product{
    border:none;
    padding: 0;
    margin:0;
}
.cart-order-subtotal,
.cart-order-total {
    font-size: 20px;
}

/*body .cart-collaterals.loading{*/
/*    cursor:progress;*/
/*}*/
/*.cart-collaterals.loading .cart-order-subtotal{*/
/*    text-align:center;*/
/*}*/
/*.cart-collaterals.loading .cart-order-total,*/
/*.cart-collaterals.loading .woocommerce-shipping-totals{*/
/*    display:none;*/
/*}*/
.cart-total-title{
    font-size: 20px;
    margin:1rem 0;
}
.woocommerce-shipping-methods{
    list-style:none;
    margin:0 0 1rem 0;
    padding: 0;
}
.cart_totals.processing{
    position: relative;
}
.cart_totals.processing,
.minicart-bottom.processing{
        cursor:progress;
        background-color: #fff;
        opacity: 0.6;
    }
.cart_totals.processing::before,
.minicart-bottom.processing::before{
    height: 1em;
    width: 1em;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -.5em;
    margin-top: -.5em;
    content: "";
    animation: spin 1s ease-in-out infinite;
    background: url(assets/images/loader.svg) center center;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 2em;
    color: rgba(11,97,223,.75)
}
body.processing,
body.processing button:hover{
    cursor: progress;
}

.minicart-bottom .cart-total-title{
    margin:10px 0;
    font-size:16px;
}
.woocommerce-mini-cart__empty-message{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin:0;
}
.card.rounded-4 .card-header{
    border-radius: 1rem 1rem 0 0;
}
/*nouislider*/
.noUi-target{
    border-radius: 50px;
    border: none;
    box-shadow: none;
    background: #d7d7d7;
}
.noUi-horizontal{
    height:5px;
}
.noUi-handle:before{
    display:none;
}
.noUi-handle:after {
    content: "";
    display: block;
    position: absolute;
    height: 10px;
    width: 10px;
    background: #0d6efd;
    left: 5px;
    top: 5px;
    border-radius: 100%;
}
.noUi-horizontal .noUi-handle{
    width:22px;
    height:22px;
    border:1px solid #0d6efd;
    border-radius:100%;
    top:-8px;
}
.noUi-horizontal .noUi-handle.noUi-handle-lower{
    right:-20px;
}
.noUi-horizontal .noUi-handle.noUi-handle-upper{
    right:0;
}
.noUi-connect {
    background: #0d6efd;
}
.woocommerce-ordering{
    width:200px;
}
.loader{
    /*min-height: calc(100vh - 120px - 3rem);*/
    min-height: 410px;
}
.product_title{
        font-size:30px;
        margin:1rem 0 3rem;
        border-bottom:1px solid #d7d7d7;
        padding-bottom:2rem;
}
.item-attr{
    padding: 0.25rem 0.75rem;
    border-radius: 30px;
    border:1px solid #e5e5e5;
    /* font-weight: 500; */
    background-color: #fff;
    text-decoration: none;
    color: #808080;
    font-size: 14px;
}
.item-attr.item-attr-active{
    color:#000;
    border-color:#000;
}
.item-attr.item-attr-link:hover{
    border-color:#000;
    color:#808080;
}
.ball-container{
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #b4b4b4;
}
.color-ball{
    width:32px;
    height:32px;
    border-radius:100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding:3px;

}
.ball-container:hover,
.ball-container.active{
    border:1px solid #000;
}

.color-ball.belyy{
    background-color: #fff;
}
.color-ball.chernyy{
    background-color: #000;
}
.color-ball .bi{
    color:#000;
}
.color-ball.chernyy .bi{
    color:#fff;
}

.color-ball.goluboy{
    background-color: #50d0fb;
}
.color-ball.zheltyy{
    background-color: #f7e229;
}
.color-ball.rozovyy{
    background-color: #fbc5d6;
}
.color-ball.zelenyy{
    background-color: #43c16d;
}

.btn-light.active,.btn-light:hover {
    background-color: #ebebeb;
    border-color: #e4e4e4;
}
.item-group-product-attribute{
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
}
.item-group-product-attribute p{
    margin:0;
    order:2;
}
.item-group-product-attribute:before {
    content: '';
    border-bottom: 1px dotted #c5c5c5;
    flex-grow: 1;
    order: 1;
    margin: 0 5px;
}
.product-group-attributes h6{
    font-weight:600;
}
.text-gray{
    color:#808080;
}
.cat-product-item{
    .ball-container{
        width: 30px;
        height: 30px;
    }

    .ball-container.active{
            width: 30px;
            height: 30px;
    }
    .color-ball {
        width: 22px;
        height: 22px;
    }

    .single-product-attribute-item{
        /*min-height:30px;*/
        margin-bottom:1.5rem;
    }
}

::-webkit-scrollbar {
    display: none;
}
.scroll-x-container{
    overflow-x: scroll;
    max-width: 100%;
}
.product .summary .price{
    font-size:30px;
}
.text-success{
   color: #00ad5d !important;
}
.stock-status{
    display:flex;
    align-items: center;
    gap:0.4rem;
    margin-bottom:5px;
}
.consulting-block{
    background-color: #e8e8e8;
    padding:1.5rem;
}
.consulting-items{
    display: flex;
    align-items: center;
    gap:1rem;
    justify-content: space-between;
}
.consulting-items a{
    text-decoration: none;
    font-size: 20px;
    text-align: center;
    padding: 0.5rem 1rem;
    border-radius: 50px;
    width:33.3333%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.consulting-items .whatsapp{
    background-color: #25d366;
    color:#fff;
}
.consulting-items .telegram{
    background-color: #26a5e3;
    color:#fff;
}
.consulting-items .phone{
    background-color: #333;
    color:#fff;
}
.consulting-items a:hover{
    background-color: #000;
}
 .carousel-control-next svg,
 .carousel-control-prev svg{
     color:#9b9b9b;
 }
 .price ins{
     text-decoration:none;
 }
 #billing_country_field, #shipping_country_field{
     display:none;
 }

 label .optional{
    display:none;
 }
.woocommerce form .form-row{
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
}
.woocommerce form .form-row .input-text, .woocommerce form .form-row select {
    padding: 0.5rem 1.5rem;
}
.checkout .cart-total-title,
.billing-title,
#order_review_heading{
    font-size: 1.25rem;
    font-weight: 500;
    margin: 1rem 0;
}
.woocommerce-privacy-policy-text{
    font-size:12px;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
   float:none;
   display: block;
   margin: 1rem auto;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment{
    border-radius:1rem;
}
.woocommerce table.shop_table{
    border-radius:1rem;
    margin:1rem 0;
    padding: 1rem;
}
.shipping_address{
    margin-top:2rem;
}
b, strong {
    font-weight: 700;
}
.woocommerce-order h2{
    font-size:1.25rem;
}
.woocommerce-order h3{
    font-size:1rem;
    font-weight:500;
    margin-top:1rem;
}
.addresses h2{
    font-size:1.25rem;
}
.cat-filters{
    display:flex;
    flex-direction: column;
    gap:2rem;
}

.filter-color-label {
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 30px;
    height: 30px;
    border: 1px solid #b4b4b4;
    border-radius: 100%;
}
.filter-color-label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkmark {
    position: absolute;
    top: 2px;
    left: 2px;
    height: 24px;
    width: 24px;
    border-radius: 100%;

}
.filter-color-label:hover {
    border: 1px solid #000;
}
.filter-color-label input:checked ~ .checkmark {
    /*border: 1px solid #000;*/
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.filter-color-label input:checked ~ .checkmark:after {
    display: block;
}

.filter-color-label .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid #000;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.filter-color-label .checkmark.bg-chernyy:after{
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.bg-goluboy{
    background-color: #50d0fb;
}
.bg-zheltyy{
    background-color: #f7e229;
}
.bg-rozovyy{
    background-color: #fbc5d6;
}
.bg-zelenyy{
    background-color: #43c16d;
}
.bg-chernyy{
    background-color: #000;
}
.bg-belyy{
    background-color: #fff;
}
.menu-toggler{
    border:none;
    outline:none;
    box-shadow: none;
    background: transparent;
}
.offcanvas.offcanvas-end{
    border:none;
}
#primary-menu{
    margin-top:92px;
}
.page-link{
    color:#000;
}
.pagination{
    margin-top:1.5rem;
}
.woocommerce a.button{
    background-color: #0d6efd;
    color:#fff;
    font-weight:normal;
    border-radius:50px;
    font-size:initial;
}
.woocommerce a.button:hover{
    background-color: #0a58ca;
    color:#fff;
}
