
.main-container{
    padding:125px 0 0 0;
}
@media (max-width: 1200px) {
    .main-container{
        padding:60px 0 0 0;
    }
}


/**/
.breadcrumbs{

}
.breadcrumbs-elements{
    display: flex;
    align-items: center;
    list-style: none;
    padding:10px 0;
    margin:0 0 20px 0;
}
.breadcrumbs-element{

}
.breadcrumbs-element:after{
    content: '/';
    margin:0 5px;
}
.breadcrumbs-element:last-child:after{
    display: none;
}
.breadcrumbs-element:after,
.breadcrumbs-element a,
.breadcrumbs-element span{
    font-size: 12px;
    color: var(--gray-800);
}
.breadcrumbs-element a:hover{
    color: var(--gray-500);
}
@media (max-width: 1024px) {
    .breadcrumbs{
        border-bottom: 1px solid var(--bluegray-50);
    }
    .breadcrumbs-elements{
        margin: 0;
        padding: 10px 0;
    }
    .breadcrumbs-element{
        align-items: center;
    }
    .breadcrumbs-element:before{
        content: '\68';
        font-family: si-solid;
        margin:0 5px 0 0;
        font-size: 14px;
        color: var(--bluegray-400);
    }
    .breadcrumbs-element a{
        color: var(--bluegray-400);
    }
    .breadcrumbs-element,
    .breadcrumbs-element:after{
        display: none;
    }

}
/**/
.widget-banner{
    position: relative;
    padding:100px 0;
    background: var(--brand-second);
    display: none;
}
.widget-banner:after{
    content: '';
    position: absolute;
    top:0;
    right:0;
    bottom: 0;
    left: 0;
    background: url(../images/banner.png);
    opacity: 0.1;
}
.widget-banner-content{
    text-align: center;
}
.widget-banner-title{
    font-size: 34px;
    font-weight: 500;
    color: var(--white);
}
@media (max-width: 1024px) {
    .widget-banner{
        padding:50px 0;
    }
}
/**/
.widget-slider{

}
.page{
    margin:0 0 100px 0;
}
.page-head{
    margin:0 0 50px 0;
}
.page-title{
    font-size: 32px;
    font-weight: 500;
    line-height: 130%;
}
.page-container{

}
@media (max-width: 1200px) {
    .page-title{
        font-size: 22px;
    }

}



.page-contact{

}
.page-contact-head{
    margin:0 0 50px 0;
}
.page-contact-title{
    font-size: 32px;
    font-weight: 500;
}
.page-contact-container{

}
.page-contact-description{

}

.page-contact-sections{
    display: flex;
    flex-wrap: wrap;
}
.page-contact-section-a,
.page-contact-section-b{
    width: 50%;
    margin:0 0 50px 0;
}
.page-contact-elements{
    margin:0 0 20px 0;
}
.page-contact-element{
    display: flex;
    align-items: center;
    margin:0 0 10px 0;
}
.page-contact-element a{
    font-size: 16px;
    font-weight: 500;
    color: var(--black);
}
.page-contact-element-phone:before{
    content: '\e91c';
    font-family: si-solid;
    font-size: 18px;
    color: var(--black);
    width: 20px;
    margin:0 10px 0 0;
}
.page-contact-element-email:before{
    content: '\e911';
    font-family: si-solid;
    font-size: 18px;
    color: var(--black);
    width: 20px;
    margin:0 10px 0 0;
}
/**/
.page-contact-address{
    margin:0 0 20px 0;
    font-size: 16px;
    font-weight: 500;
    color: var(--black);
}
/**/
.page-contact-socials{
    display: flex;
    align-items: center;
}
.page-contact-social{
    width: 40px;
    margin:0 10px 0 0;
}
/**/
.page-contact-map iframe{
    width: 100% !important;
    height: 400px !important;
}
@media (max-width: 1024px) {
    .page-contact-title{
        font-size: 22px;
    }
    .page-contact-section-a,
    .page-contact-section-b{
        width: 100%;
    }



}



/**/
.slider-item{
    display: flex;
    align-items: center;
}
.slider-item-image{
    width:50%;
    padding:0 25px 0 0;
}
.slider-item-content{
    width:50%;
    padding: 0 0 0 20px;
}


/**/
.w-banner{
    padding:50px 0;
}
.w-banner-list{
    display: flex;
    flex-wrap: wrap;
    margin:0 0 0 -50px;
}
.w-banner-item{
    position: relative;
    width:calc(50% - 50px);
    margin:0 0 50px 50px;
    border-radius: 5px;
    overflow: hidden;
    background: #000;
}
.w-banner-item img{
    transition: 2s;
}
.w-banner-item:hover img{
    opacity: .6;
    transform: scale(1.1, 1.1);
}
.w-banner-item-name{
    position: absolute;
    left:50%;
    top:50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    background: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 2px;
    height: 80px;
    padding:0 40px;
    z-index: 2;
}
/**/
.widget-product{
    margin:0 0 75px 0;
}
.widget-product-container{

}
.widget-product-head{
    margin:0 0 20px 0;
}
.widget-product-title{
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
}
.widget-product{

}
.widget-product-controls{
    display: flex;
    justify-content: center;
}

.product-load-more{
    display: flex;
    background: var(--brand-second);
    border-radius: 5px;
    padding:15px 20px;
    text-align: center;
    cursor: pointer;
    transition: .3s;
}
.product-load-more i{
    font-size: 20px;
    color: var(--white);
    margin:0 20px 0 0;
}
.product-load-more span{
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: var(--white);
}
.product-load-more:hover{
    color: var(--white);
    background: var(--brand-second-hover);
}




.widget-product-tabs{
    display: flex;
}
.widget-product-tab{
    display: flex;
    align-items: center;
    justify-content: center;

    border: 2px solid var(--bluegray-100);
    border-radius: 5px;
    padding:0 20px;
    font-size: 14px;
    font-weight: 600;

    cursor: pointer;
}
.widget-product-tab.active{
    color: var(--brand);
    border: 2px solid var(--brand);
}
.widget-product-tab-content{
    display: none;
}
.widget-product-tab-content.active{
    display: block;
}

/**/
.widget-product-carousel{
    position: relative;
}
.widget-product-carousel .product-item{
    margin:0 10px;
}
.widget-product-wall .product-item{
    width: calc(20% - 10px);
    margin:0 0 10px 10px;
}

/**/
.widget-product-controls{
    display: flex;
    align-items: center;
    justify-content: center;
    margin:0 0 20px 0;
}
.widget-product-control{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background: var(--white);
    border: 1px solid var(--bluegray-100);
    font-size: 22px;
    color: var(--bluegray-200);
    transition: .3s;
    cursor: pointer;
    margin:0 5px;
    z-index: 1;
}
.widget-product-control:hover{
    border: 1px solid var(--brand-second);
    color: var(--brand-second);
}
.widget-product-control-prev{
    left: 20px;
}
.widget-product-control-prev:after{
    content:'\68';
    font-family: si-solid;
}
.widget-product-control-next{
    right: 20px;
}
.widget-product-control-next:after{
    content:'\e909';
    font-family: si-solid;
}


.widget-product-dots{
    display: flex;
    align-items: center;
    margin:0 20px;
}
.widget-product-dot{
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 6px;
    border:1px solid var(--bluegray-500);
    margin:0 5px;
    cursor: pointer;
}
.widget-product-dot:hover,
.widget-product-dot.active{
    border:1px solid var(--brand-second);
}
@media (max-width: 1024px) {
    .widget-product-title{
        font-size: 22px;
    }
    .widget-product-dots{
        display: flex;
        align-items: center;
        margin:0 7px;
    }
    .widget-product-dot{
        display: block;
        width: 8px;
        height: 8px;
        border-radius: 4px;
        border:1px solid var(--bluegray-500);
        margin:0 3px;
    }
    .widget-product-dot.active{
        border:1px solid var(--brand-second);
    }


}


/**/
.widget-category-container{
    margin:40px 0 100px 0;
}
.widget-category-elements{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin:0 0 0 -20px;
}
.widget-category-element{
    position: relative;
    width: calc(33% - 20px);
    margin:0 0 20px 20px;
}
.widget-category-element-name{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom:20px;
    left:20px;
    right:20px;
    text-align: center;
    padding:20px;
    border-radius: 5px;
    background: rgba(255,255,255,0.9);
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    z-index: 2;
    transition: .3s;
}
.widget-category-element:hover .w-category-element-name{
    width: 220px;
    height: 220px;
    border-radius: 110px;
    background: rgba(255,255,255,1);
}
.widget-category-element-image{
    overflow: hidden;
    border-radius: 5px;
}
.widget-category-element-image img{
    transition: .6s;
    transform: scale(1.1,1.1);
}
.widget-category-element:hover .widget-category-element-image img{
    transform: scale(1,1);
}

@media (max-width: 1024px) {

    .widget-category-element{
        width: calc(50% - 20px);
    }
}
@media (max-width: 680px) {
    .widget-category-container{
        margin:10px 0 50px 0;
    }
    .widget-category-elements{
        display: block;
        margin:0;
    }
    .widget-category-element{
        display: block;
        width: 100%;
        margin:0 0 20px 0;
    }
}






/**/
.search{

}
.search-head{
    margin:0 0 30px 0;
}
.search-title{
    font-size: 32px;
    font-weight: 500;
}
.product-list{
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    margin:0 0 20px -10px;
}
.product-list .product-item{
    width: calc(20% - 10px);
    margin:0 0 10px 10px;
}
@media (max-width: 1200px) {
    .product-list .product-item{
        width: calc(25% - 10px);
    }
}
@media (max-width: 1024px) {
    .search-title{
        font-size: 22px;
    }
    .product-list .product-item{
        width: calc(33.3333333% - 10px);
    }
}
@media (max-width: 640px) {
    .product-list .product-item{
        width: calc(50% - 10px);
    }
}
@media (max-width: 380px) {
    .product-list .product-item{
        width: calc(100% - 10px);
    }
}

/**/
.category{

}
.category-head{
    margin:0 0 50px 0;
}
.category-title{
    font-size: 32px;
    font-weight: 500;
}
.category-short-description{
    margin:20px auto 0 auto;
}


/**/
.category-brands{

}
.category-brand-letter-container{
    margin:0 0 30px 0;
}
.category-brand-letter{
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--white);
    border: 1px solid var(--brand-second);
    background: var(--brand-second);
    border-radius: 5px;
    font-size: 20px;
    font-weight: 500;
    color: var(--white);
    padding:10px;
    transition: .3s;
    margin:0 10px 10px 0;
}
.category-brand-names{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.category-brand-name{
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--white);
    border: 1px solid var(--bluegray-100);
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    color: var(--bluegray-700);
    padding:10px;
    transition: .3s;
    margin:0 10px 10px 0;
}
.category-brand-name:hover{
    background: var(--bluegray-500);
    border: 1px solid var(--bluegray-500);
    color: var(--white);
}


/**/
.children-category-container .category-container{

}
.children-category-container .category-container.with-sidebar{
    display: flex;
    flex-wrap: wrap;
}
.children-category-container .category-container.with-sidebar .category-sidebar{
    width:250px;
    margin:0 20px 50px 0;
}
.children-category-container .category-container.with-sidebar .category-content{
    width:calc(100% - 270px);
}
@media (max-width: 1024px) {
    .children-category-container .category-container.with-sidebar .category-sidebar{
        width: 0;
        margin:0;
    }
    .children-category-container .category-container.with-sidebar .category-content{
        width: 100%;
        padding:60px 0 0 0;
    }
}

.category-content{
    margin:0 0 20px 0;
}
.category-product-list{

}
.category-description{
    background: #fff;
    padding: 30px;
    border-radius: 10px;

}
@media (max-width: 1024px) {
    .category-head{
        margin:10px 0 20px 0;
    }
    .category-title{
        font-size: 22px;
    }
    .category-short-description{
        margin:10px auto 10px auto;
        font-size: 14px;
    }

}



/**/
.category-childs{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin:0 0 20px -20px;
}
.category-child{
    width: calc(20% - 20px);
    margin:0 0 20px 20px;
}
.category-child a{
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--white);
    border: 1px solid var(--bluegray-100);
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    color: var(--bluegray-700);
    padding:10px 0;
    transition: .3s;
}
.category-child a:hover{
    background: var(--brand-second);
    border: 1px solid var(--brand-second);
    color: var(--white);
}

@media (max-width: 1024px) {
    .category-child{
        width: calc(33.333333% - 20px);
        margin:0 0 20px 20px;
    }
}
@media (max-width: 640px) {
    .category-child{
        width: calc(100% - 20px);
        margin:0 0 10px 20px;
    }
}


.children-category-container .category-container .category-content .product-list .product-item{
    width: calc(20% - 10px);
    margin:0 0 10px 10px;
}
.children-category-container .category-container.with-sidebar .category-content .product-list .product-item{
    width: calc(25% - 10px);
    margin:0 0 10px 10px;
}
@media (max-width: 1024px) {
    .children-category-container .category-container.with-sidebar .category-content .product-list .product-item{
        width: calc(33.33333% - 10px);
        margin:0 0 10px 10px;
    }
}
@media (max-width: 640px) {
    .children-category-container .category-container.with-sidebar .category-content .product-list .product-item{
        width: calc(50% - 10px);
        margin:0 0 10px 10px;
    }
}
@media (max-width: 380px) {
    .children-category-container .category-container.with-sidebar .category-content .product-list .product-item{
        width: calc(100% - 10px);
        margin:0 0 10px 10px;
    }
}


.category-sorting{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.category-sorting-value{
    position: relative;
    display: flex;
    align-items: center;
    height: 40px;
    padding:0 10px 0 10px;
    border-radius: 5px;
    background: var(--white);
    border: 1px solid var(--gray-200);
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}
.category-sorting-value:after{
    content: '\e907';
    font-family: si-solid;
    margin:0 0 0 20px;
    font-size: 12px;
}
.category-sorting-name span:first-child{
    margin:0 10px 0 0;
}
.category-sorting-list{
    position: absolute;
    top:42px;
    right:0;
    left: 0;
    z-index: 9;
    background: #fff;
    border-radius: 5px;
    border: 1px solid var(--gray-200);
    visibility: hidden;
    opacity: 0;
    transition: .3s;
}
.category-sorting-value:hover .category-sorting-list{
    visibility: visible;
    opacity: 1;
}
.category-sorting-list ul li a{
    display: flex;
    align-items: center;
    height: 40px;
    font-size: 14px;
    font-weight: 500;
    padding:0 10px;
    white-space:nowrap;
}
.category-sorting-list ul li:hover a{
    background: var(--bluegray-50);
}


/**/

/*filter*/
.category-filter-button{
    display: none;
}
.category-filter{
    overflow-y: auto;
}
.category-filter-head{
    display: none;
}
.category-filter-body{

}
/**/
.category-filter-properties{
    position:relative;

}
.category-filter-property{
    background: var(--white);
    border-radius: 10px;
    margin:0 0 20px 0;
}
.category-filter-property-name{
    font-size:16px;
    font-weight:600;
    margin:0 0 10px 0;

}
/**/
.category-filter-property-currents{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin:0 0 5px 0;
    padding:0 10px;
}
.category-filter-property-current-value{
    position:relative;
    display: block;
    margin:0 5px 5px 0;
}
.category-filter-property-current-value-input{
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.category-filter-property-current-value-name{
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    height: 30px;
    line-height:150%;
    background: var(--bluegray-50);
    font-size:12px;
    font-weight:500;
    padding:0 10px;
    border-radius: 6px;
}
.category-filter-property-current-value-name:hover{
    color: var(--white);
    background: var(--red-500);
}
.category-filter-property-current-value-name:after{
    content: '\e90b';
    font-family: si-solid;
    font-size: 14px;
    margin:0 0 0 5px;
}

.category-filter-prompt .button{
    font-size:14px;
    font-weight:400;
    position:absolute;
    top:3px;
    right:10%;
    visibility:hidden;
    opacity:0;
    white-space: nowrap;
    z-index:9;
    animation-name: filterprompt;
    animation-duration: 5s;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-fill-mode: both;
    animation-timing-function: linear;
    animation-play-state:running;
}

.category-filter-prompt .filter-prompt-0{
    color: var(--black);
    background:var(--bluegray-100);
}
.category-filter-prompt .filter-prompt-1{
    color: var(--white);
    background:var(--brand-main);
}
.category-filter-prompt .filter-prompt-1:hover{
    color: var(--white);
    background:var(--brand-main-hover);
}



@-webkit-keyframes filterprompt {
    0%{
        right:-100%;
        visibility:hidden;
        opacity:0;
    }
    10%{
        right:10px;
        visibility:visible;
        opacity:1;
    }
    90%{
        right:10px;
        visibility:visible;
        opacity:1;
    }
    100%{
        right:-100%;
        visibility:hidden;
        opacity:0;
    }
}
@media (max-width: 1024px) {

}

/**/
.category-filter-property-values-container{
    border-top: 1px solid #f2f2f2;
    padding:10px 0;
}
.category-filter-property-values{
    padding:4px 0 0 0;
    max-height: 300px;
    overflow: hidden;
    overflow-y: auto;

}

.category-filter-property-value{
    position:relative;
    display: block;
    height: 26px;
    margin:0 0 15px 0;
}
.category-filter-property-value-input{
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.category-filter-property-value-name{
    display:flex;
    align-items:center;
    position: relative;
    cursor: pointer;
    line-height:150%;
    padding:0 0 0 36px;
    font-size:14px;
    font-weight:500;
}
.category-filter-property-value-name:before{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    display:flex;
    width:22px;
    height:22px;
    transform: translateY(-50%);
    border: 1px solid var(--bluegray-100);
    border-radius: 5px;
    background:var(--white);
    transition: .2s;
}
.category-filter-property-value-input:checked + .category-filter-property-value-name:before{
    content:'';
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:12px;
    color:#fff;
    background:var(--brand-main);
    border: 1px solid var(--brand-main);
}
.category-filter-property-value-input:checked + .category-filter-property-value-name:after{
    content:'\e906';
    font-family: si-solid;
    color:#fff;
    display:flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width:22px;
    height:22px;
    top: 50%;
    left:1px;
    transform: translateY(-50%);
}
/**/
.category-filter-footer{
    display:flex;
    align-items:center;
    margin:0 0 0 -10px;
}

.category-filter-button-submit{
    display: flex;
    justify-content: center;
    width:calc(50% - 10px);
    margin:0 0 0 10px;
    color:var(--white);
    background: var(--brand-main);
}
.category-filter-button-submit:hover{
    color:var(--white);
    background: var(--brand-main-hover);
}
.category-filter-button-reset{
    display: flex;
    justify-content: center;
    width:calc(50% - 10px);
    margin:0 0 0 10px;
    color:var(--black);
    background: var(--gray-200);
}
.category-filter-button-reset:hover{
    color:var(--black);
    background: var(--gray-300);
}
@media (max-width: 1024px) {
    .category-filter-button{
        display: block;
    }
    .category-filter-show{
        position: relative;
        display: inline-block;
        border-radius: 5px;
        background: #333;
        padding:0 15px;
        margin:0 0 20px 0;
    }
    .category-filter-show i{
        position: absolute;
        top:0;
        left:10px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        font-size: 24px;
        color: var(--white);
        margin:0 10px 0 0;
    }
    .category-filter-show span{
        display: block;
        line-height: 40px;
        height: 40px;
        padding:0 0 0 40px;
        font-size: 14px;
        font-weight: 500;
        color: var(--white);
    }
    .category-filter{
        position: fixed;
        top:0;
        left:calc(-100% - 50px);
        bottom:0;
        width: calc(100% - 50px);
        z-index: 9999;
        background: var(--white);
        transition: .4s;
        border-radius: 0;
    }
    .category-filter.show{
        left: 0;
    }
    .category-filter-body{
        padding:10px;
    }
    .category-filter-property-name, .category-filter-car-name{
        color: var(--black);
        font-size: 18px;
    }
    .category-filter-property-value-name:before, .category-filter-car-value-name:before{
        background: var(--bluegray-100);
    }
    .category-filter-property-value-name, .category-filter-car-value-name{
        color: var(--black);
    }
    .category-filter-property-values, .category-filter-car-values{
        max-height: 300px;
        overflow: hidden;
        overflow-y: auto;

    }
    .category-filter-prompt .button, .category-filter-prompt .button{
        left: auto;
        right:-100px;
    }
    @-webkit-keyframes filterprompt {
        0%{
            right:-100px;
            visibility:hidden;
            opacity:0;
        }
        10%{
            left:auto;
            right:10px;
            visibility:visible;
            opacity:1;
        }
        90%{
            left:auto;
            right:10px;
            visibility:visible;
            opacity:1;
        }
        100%{
            right:-100px;
            visibility:hidden;
            opacity:0;
        }
    }
}
.category-filter-overlay{
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100vh;
    z-index: 7;
    background: rgba(0, 0, 0, 0.7);
    transition: .3s;
}
.category-filter-overlay.show{
    left: 0;
}


/*product list*/
.product-list{
    display: flex;
    flex-wrap: wrap;
    margin:0 0 0 -10px;
}
.product-item{
    position: relative;
    background: var(--white);
    border: 1px solid var(--bluegray-100);
    border-radius: 5px;
    padding:0 0 70px 0;
}
.product-item:hover{
    z-index: 5;
    border: 1px solid var(--bluegray-300);
}

.product-item-button-wishlist{
    position: absolute;
    top:10px;
    left:0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    font-size:14px;
    cursor: pointer;
    background: var(--bluegray-200);
    border-radius: 5px;
    transition: .3s;
    margin:0 0 0 10px;
}
.product-item-button-wishlist:hover{
    background: var(--brand-second-hover);
}
.product-item-button-wishlist:before{
    content: '\e918';
    color:var(--white);
    font-family: si-solid;
    font-size: 16px;
}

.product-item-container{

}
.product-item-image{
    position: relative;
}
.product-item-image{
    border-radius: 4px 4px 0 0;
    overflow: hidden;
}
.product-item-image img{
    transform: scale(1.01,1.01);
    transition: .5s;
}
.product-item-image:hover img{
    transform: scale(1.1,1.1);
}
.product-item-label{
    position: absolute;
    top:10px;
    left:10px;
    z-index: 2;
}
.product-item-label-image{
    width:50px;
}
.product-item-label-name{
    display: flex;
    align-items: center;
    height: 30px;
    border-radius: 4px;
    padding: 0 10px;
    font-weight: 500;
    font-size: 14px;
    z-index: 2;
}
.product-item-difference-price{
    position: absolute;
    top:10px;
    right:10px;
    z-index: 2;
    display: flex;
    align-items: center;
    height: 30px;
    background: var(--red-600);
    font-size: 14px;
    font-weight: 400;
    color:var(--white);
    line-height: 100%;
    padding:0 10px;
    border-radius: 4px;
}

/**/
.product-item-name{
    text-align: center;
    overflow: hidden;
    padding:10px;
}
.product-item-name a{
    font-size: 16px;
    font-weight: 600;
    color: var(--black);
    line-height: 120%;
}
@media (max-width: 640px) {
    .product-item-name a{
        font-size: 14px;
    }
}

/**/
.product-item-price-container{
    display: flex;
    align-items: center;
    justify-content: center;
    padding:10px;
}
.product-item-price{
    font-size: 18px;
    font-weight: 500;
}
.product-item-price small{
    font-size: 14px;
}
.product-item-old-price{
    font-size: 18px;
    font-weight: 500;
    color: var(--brand-second);
    margin:0 0 0 10px;
}
.product-item-old-price strike{
}

/**/
.product-item-pack-price-elements{
    padding:0 10px;
}
.product-item-pack-price-element{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 35px;
    border-bottom: 1px dashed var(--bluegray-100);
}
.product-item-pack-price-element:last-child{
    border-bottom: none;
}
.product-item-pack-price-element-name{
    font-size: 14px;
    font-weight: 500;
}
.product-item-pack-price-element-value{
    font-size: 14px;
    font-weight: 600;
}


/**/
.product-item-footer{
    position: absolute;
    left:0;
    right:0;
    bottom: 0;
}
.product-item-controls{
    display: flex;
    align-items: center;
    padding:10px;
}
.product-item-qty{
    position: relative;
    width:calc(100% - 60px);
    margin:0 10px 0 0;
    display: flex;
    align-items: center;
}
.product-item-qty-change {
    position: absolute;
    top:0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    font-size: 14px;
    background: var(--gray-100);
    border-radius: 5px;
    cursor: pointer;
    transition: .3s;
}
.product-item-qty-change.product-qty-min{
    left:0;
}
.product-item-qty-change.product-qty-max{
    right:0;
}
.product-item-qty-count{
    display: flex;
    align-items: center;
    width: 100%;
    height: 50px;
    font-size: 16px;
    text-align: center;
    border: none;
}
.product-item-button{
    width:50px;
}
.product-item-button-buy{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: var(--brand-second);
    border-radius: 5px;
    transition: .3s;
    cursor: pointer;
}
.product-item-button-buy:hover{
    background: var(--brand-second-hover);
}
.product-item-button-buy:after{
    content: '\e905';
    font-family: si-solid;
    font-size: 20px;
    color: var(--white);
    transition: .3s;
}
.product-item-button-buy:hover:after{
    font-size: 22px;
}


.product-item-out-of-stock{
    text-align: center;
    font-weight: 500;
    color:var(--red-600);
}



@media (max-width: 1024px) {
    .product-item-pack-price-element{
        height: 28px;
    }
    .product-item-qty{
        width:calc(100% - 50px);
    }
    .product-item-qty-change{
        width: 40px;
        height: 40px;
    }
    .product-item-qty-count{
        height: 40px;
        font-size: 14px;
    }
    .product-item-button{
        width: 40px;
    }
    .product-item-button-buy{
        width: 40px;
        height: 40px;
    }
}
@media (max-width: 380px) {

}
















.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0 50px 0;
}
.pagination li {
    margin: 0 2px;
}
.pagination li a, .pagination li span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: var(--bluegray-50);
    font-weight: 500;
    font-size: 12px;
    color: var(--black);
    border-radius: 5px;
    transition: .3s;
}
.pagination li.disabled {
    display: none;
}
.pagination li.active a, .pagination li a:hover {
    background: var(--bluegray-600);
    color: var(--white);
}
@media (max-width: 640px) {
    .pagination li a, .pagination li span {
        width: 28px;
        height: 28px;
    }
}



.product-slider{
    position: relative;

}
/*controls*/
.product-slider .slick-controls{

}
.product-slider .slick-control.slick-control-prev{
    position: absolute;
    top:40%;
    left:-50px;
}
.product-slider .slick-control.slick-control-next{
    position: absolute;
    top:40%;
    right:-50px;
}
.product-slider .slick-control.slick-control-prev, .product-slider .slick-control.slick-control-next{
    display: flex;
    align-items: center;
    justify-content: center;
    width:50px;
    height:50px;
    border-radius: 3px;
    cursor: pointer;
    transition: .3s;

}

.product-slider .slick-control.slick-control-prev:after{
    content: '\68';
    font-family: si-solid;
    font-size: 30px;
    color:var(--gray-700);
}
.product-slider .slick-control.slick-control-next:after{
    content: '\e909';
    font-family: si-solid;
    font-size: 30px;
    color:var(--gray-700);
}
.product-slider .slick-control.slick-control-prev:hover:after, .product-slider .slick-control.slick-control-next:hover:after{
    color:var(--red-800);
}







.product-slider-container{
    margin:0 0 50px 0;
}
.product-slider-title{
    font-size: 34px;
    font-weight: 600;
    line-height: 120%;
    text-align: center;
    margin:0 0 30px 0;
}
@media (max-width: 1024px) {
    .product-slider-title{
        font-size: 24px;
        font-weight: 400;
        line-height: 120%;
        margin:0 0 20px 0;
    }
}



/**/
.w-adv-container{
    display: none;
}
.w-adv {
    background: url("../images/vl_bg.jpg");
    background-size: cover;
    border-radius: 5px;
    overflow: hidden;
    padding:0;
}

.w-adv-list{
    background: #363946F2;
    display: flex;
    flex-wrap: wrap;
    padding:50px 0;
}
.w-adv-item{
    width:25%;
    padding:20px;
}
.w-adv-item-image img{
    filter: invert(1);
    width: 70px;
    height: 70px;
    margin: 0 auto 20px auto;
}
.w-adv-item-name{
    font-size: 16px;
    color: var(--white);
    text-align: center;
}
@media (max-width: 1200px) {
    .w-adv-item{
        width:50%;
    }

}
@media (max-width: 680px) {
    .w-adv-item{
        width:100%;
    }

}




/**/
.order{
    padding:50px 0;
}
.order-head{
    margin:0 0 20px 0;
}
.order-title{
    font-size: 24px;
    font-weight: 500;
    text-align: center;
}
.order-content{
    max-width: 600px;
    margin:0 auto 20px auto;
    background: var(--white);
    padding:20px;
    border-radius: 5px;
    border: 1px solid var(--bluegray-50);
}

.order-container{

}
.order-container-title{
    font-size: 16px;
    font-weight: 600;
    margin:0 0 15px 0;
}
.order-data-elements{
    margin:0 0 25px 0;
}
.order-data-element{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px dashed var(--bluegray-100);
    padding:7px 0;
}
.order-data-element:last-child{
    border-bottom: none;
}
.order-data-element span:first-child{
    width: 150px;
    font-size: 14px;
    font-weight: 500;
    color: var(--bluegray-500);
}
.order-data-element span:last-child{
    width: calc(100% - 150px);
    font-size: 14px;
    font-weight: 500;
    text-align: right;
}
/**/
.order-product-elements{
    margin:0 0 20px 0;
}
.order-product-element{
    display: flex;
    border-bottom: 1px dashed var(--bluegray-100);
    padding:7px 0;
}
.order-product-element:last-child{
    border-bottom: none;
}
.order-product-element-a{
    width: 80px;
    margin:0 20px 0 0;
}
.order-product-element-b{
    width: calc(100% - 100px);
}
.order-products-element-name{
    font-size: 14px;
    font-weight: 500;
    margin:0 0 5px 0;
}
.order-product-element-data{
    display: flex;
    align-items: center;
}
.order-product-element-qty{
    margin:0 15px;
    font-size: 14px;
    font-weight: 500;
}
.order-product-element-price{
    font-size: 14px;
    font-weight: 500;
}
/**/
.order-back-shop{
    display: flex;
    justify-content: center;
}
.order-back-shop .button{
    color: var(--white);
    background: var(--brand-second);
}
.order-back-shop .button:hover{
    color: var(--white);
    background: var(--brand-second-hover);
}


/**/
.page-404{
    background: var(--bluegray-50);
    padding:40px;
    border-radius: 5px;
    margin:50px 0 100px 0;
}
.page-404-title{
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    line-height: 140%;
}
.page-404-text{
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    margin:0 0 40px 0;
}
.page-404-button{
    display: flex;
    justify-content: center;
}
.page-404-button .button{
    color: var(--white);
    background: var(--brand-second);
}
.page-404-button .button:hover{
    color: var(--white);
    background: var(--brand-second-hover);
}


@media (min-width: 1024px) {
    .footer-bar{
        display: none;
    }
}
@media (max-width: 1023px) {
    .footer-bar{
        position: fixed;
        left:0;
        right:0;
        bottom:0;
        z-index: 999;
        background: #fff;
        padding:10px 0;
		border-top:1px solid var(--gray-200);
    }
    .footer-bar-elements{
        display: flex;
    }
    .footer-bar-element{
        width: 50%;
    }
    .footer-bar-catalog{

    }
    .footer-bar-catalog-icon{
        display: flex;
        justify-content: center;
    }
    .footer-bar-catalog-icon i{
        font-size: 22px;
        color: var(--bluegray-800);
    }
    .footer-bar-catalog-name{
        font-size: 14px;
        text-align: center;
    }


    .footer-bar-cart{

    }
    .footer-bar-icon{
        display: flex;
        justify-content: center;
    }
    .footer-bar-icon i{
        font-size: 22px;
        color: var(--bluegray-800);
    }
    .footer-bar-name{
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        font-size: 14px;
        text-align: center;
    }
    .footer-bar-name .widget-cart-count {
        position: static;
        top: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        transform: translateY(0);
        line-height: 0;
        text-align: left;
        width: 20px;
        height: 20px;
        border-radius: 10px;
        font-size: 12px;
        font-weight: 500;
        color: var(--white);
        background: var(--red-600);
        margin:0 0 0 10px;
    }
}

/**/
.footer{
    background: var(--brand-main);
    padding:40px 0;
}
@media (max-width: 1023px) {
    .footer{
        margin:0 0 50px 0;
    }
}
.footer-a{

}
.footer-a-container{
    display: flex;
    flex-wrap: wrap;
    margin:0 0 0 -20px;
}
.footer-a-container .footer-col{
    width:calc(33.3333333% - 20px);
    margin:0 0 0 20px;
}
.footer-col-title{
    font-size: 20px;
    margin:0 0 20px 0;
    color: var(--bluegray-200);
    font-weight: 300;
}

/**/
.menu-footer{

}
.menu-footer-level-1{

}
.menu-footer-level-1-item{
    margin:0 0 15px 0;
}
.menu-footer-level-1-link{
    font-size: 16px;
    font-weight: 400;
    color: var(--white);

}
.menu-footer-level-1-link:hover,
.menu-footer-level-1-item.active a{
    color: var(--brand-second);
}

/**/
.footer-contacts{
    display: none;
}
/**/
.footer-contact-phone-elements{

}
.footer-contact-phone-element{
    margin:0 0 15px 0;
}
.footer-contact-phone-element a{
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    color: var(--white);
    transition: .3s;
}
.footer-contact-phone-element a:hover{
    color: var(--brand-second);
}
.footer-contact-phone-element a:before{
    content: '\e91c';
    font-family: si-solid;
    width: 20px;
    font-size: 16px;
    color: var(--white);
    margin:0 10px 0 0;
}

/**/
.footer-contact-email-elements{

}
.footer-contact-email-element{
    margin:0 0 15px 0;
}
.footer-contact-email-element a{
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    color: var(--white);
    transition: .3s;
}
.footer-contact-email-element a:hover{
    color: var(--brand-second);
}
.footer-contact-email-element a:before{
    content: '\e911';
    font-family: si-solid;
    width: 20px;
    font-size: 16px;
    color: var(--white);
    margin:0 10px 0 0;
}
/**/
.footer-contact-address-elements{

}
.footer-contact-address-element{
    margin:0 0 15px 0;
}
.footer-contact-address-element span{
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    color: var(--white);
    transition: .3s;
}
.footer-contact-address-element span:before{
    content: '\e91a';
    font-family: si-solid;
    width: 20px;
    font-size: 16px;
    color: var(--white);
    margin:0 10px 0 0;
}

/**/
.footer-contact-socials{
    display: flex;
    align-items: center;
	margin:0 0 30px 0;
}
.footer-contact-social{
    width: 40px;
    margin:0 10px 0 0;
}
.footer-contact-social img{
    transition: .3s;
}
.footer-contact-social:hover img{
    transform: scale(1.1,1.1);
}

/**/
.footer-contact-worktime{
    margin:0 0 20px 0;
}
.footer-contact-worktime span{
    font-size: 16px;
    font-weight: 400;
    color: var(--white);
}


@media (max-width: 1024px) {
    .footer-a-container .footer-col{
        width:100%;
        margin:0 0 26px 0;
    }
    .footer-col-title{
        text-align: center;
        font-size: 18px;
        margin:0 0 10px 0;
    }
    .menu-footer{
        text-align: center;
    }
    .menu-footer-level-1-item{
        margin:0 0 6px 0;
    }
    .menu-footer-level-1-link{
        font-size: 14px;
    }
    .footer-contact{
        padding:0 20px;
    }
	.footer-contact-phone-element a,
	.footer-contact-email-element a,
	.footer-contact-address-element span{
        justify-content: center;
    }
    .footer-contact-socials{
        justify-content: center;
        padding:10px 0;
    }
    .footer-contact-worktime{
        text-align: center;
    }

}



.footer-b{
	border-top:1px solid rgba(255,255,255,0.1);
    padding:20px 10px 0 10px;
}
.footer-b-container{
    display: flex;
	flex-wrap: wrap;
	align-items:center;
	justify-content:space-between;
}
.footer-dev a{
    font-size: 14px;
    font-weight: 400;
    color:var(--white);
}
.footer-dev a:hover{
    color:var(--brand-second);
}
.footer-copyright{
    font-size: 14px;
    font-weight: 400;
    color:var(--white);
}
@media (max-width: 1024px) {

    .footer-b-container .footer-col{
        width:100%;
        margin:0 0 26px 0;
        text-align: center;
    }


}




/*Cart*/
.cart{
    position:fixed;
    top:5vh;
    left:50%;
    transform: translateX(-50%);
    width: 680px;
    z-index:999;
    visibility:hidden;
    transition: .3s;
    opacity:0;
    background: var(--white);
    border-radius: 5px;
    overflow: hidden;

}
.cart{
    animation-name: cart-close;
    animation-duration: 0.3s;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-fill-mode: both;
    animation-timing-function: linear;
    animation-play-state:running;
}
.cart.show{
    animation-name: cart-show;
    animation-duration: 0.3s;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-fill-mode: both;
    animation-timing-function: linear;
    animation-play-state:running;
}
@-webkit-keyframes cart-show {
    0%{visibility: hidden;opacity: 0;top:7vh;}
    100%{visibility: visible;opacity: 1;top:5vh;}
}
@-webkit-keyframes cart-close {

}
.cart-head{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 70px;
    padding:0 10px 0 20px;
    border-bottom: 1px solid var(--gray-300);
}
.cart-title{
    font-size:16px;
    font-weight: 600;
}
.cart-close-icon{
    display: flex;
    justify-content: center;
    margin:0 0 0 20px;
}
.cart-close-icon:after{
    content:'\e90b';
    font-family: si-solid;
    display: flex;
    align-items: center;
    justify-content: center;
    width:40px;
    height: 40px;
    font-size:22px;
    color: var(--black);
    cursor: pointer;
}
.cart-close-icon:hover:after{
    color: var(--red-600);
}
.cart-body{
    max-height: calc(90vh - 150px);
    overflow: hidden;
    overflow-y: auto;
    padding:10px 20px;
}
.cart-elements{
    margin:10px 0 0 0;
}
.cart-element{
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    padding:0 0 10px 0;
    margin:0 0 10px 0;
    border-bottom: 1px dashed var(--gray-200);
}
.cart-element:last-child{
    border-bottom: none;
    margin:0;
}
.cart-element-a{
    width:100px;
}
.cart-element-b{
    width:calc(100% - 100px);
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding:0 0 0 10px;
}
/**/
.cart-element-image img{
    border: 1px solid var(--bluegray-50);
    border-radius: 5px;
}
/**/
.cart-element-content{
    width: calc(100% - 275px);
}
.cart-element-name{

}
.cart-element-name a{
    color: var(--black);
    border-bottom: 1px dashed transparent;
    font-size: 14px;
    font-weight: 500;
}
.cart-element-name a:hover{
    border-bottom: 1px dashed var(--bluegray-300);
}
.cart-element-attributes{

}
.cart-element-attribute{
    display: flex;
    align-items: center;
    font-size: 14px;
    margin:0 0 5px 0;
}
/**/
.cart-element-controls{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width:264px;
}
.cart-element-qty{
    display: flex;
    align-items: center;
    width: 100px;
    border-radius: 4px;
}
.cart-element-qty-change{
    display: flex;
    align-items: center;
    justify-content: center;
    width:34px;
    height:34px;
    font-size: 14px;
    font-weight: 500;
    background: var(--white);
    border-radius: 4px;
    transition: .3s;
    cursor: pointer;
}
.cart-element-qty-change:hover{
    background: var(--bluegray-50);
}
.cart-element-qty-change.qty-min:after{
    content: '\68';
    font-family: si-solid;
}
.cart-element-qty-change.qty-max:after{
    content: '\e909';
    font-family: si-solid;
}
.cart-element-qty-count{
    width: 40px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
}
.cart-element-price{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 130px;
}
.cart-element-price span{
    font-size: 16px;
    font-weight: 500;
    color: var(--black);
}
.cart-element-price strike{
    font-size: 16px;
    font-weight: 500;
    color: var(--red-600);
    margin:0 0 0 10px;
}
.cart-element-remove{
    display: flex;
    align-items: center;
    justify-content: center;
    width:34px;
    height:34px;
    background: var(--white);
    color: var(--red-500);
    border-radius: 4px;
    font-size: 14px;
    transition: .3s;
    cursor: pointer;
}
.cart-element-remove:after{
    content: '\e926';
    font-family: si-solid;
}
.cart-element-remove:hover{
    color: var(--white);
    background: var(--red-400);
}

/**/
.cart-footer{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    height: 80px;
    border-top: 1px solid var(--gray-300);
    padding:0 20px;
}
.cart-total{
    display: flex;
    align-items: center;
    margin:0 20px 0 0;
}
.cart-total span:first-child{
    font-size: 16px;
    margin:0 5px 0 0;
}
.cart-total span:last-child{
    font-weight: 700;
    font-size: 16px;
}
.cart-button{

}
.cart-button-close{
    color: var(--black);
    background: var(--bluegray-50);
}
.cart-button-close:hover{
    color: var(--black);
    background: var(--bluegray-100);
}
.cart-button-checkout{
    color: var(--white);
    background: var(--brand-second);
    margin:0 0 0 10px;
}
.cart-button-checkout:hover{
    color: var(--white);
    background: var(--brand-second-hover);
}
.cart-empty{
    padding:20px;
}
@media (max-width: 680px) {
    .cart{
        left:10px;
        right: 10px;
        width: auto;
        transform: translateX(0%);
    }
    .cart-body{
        max-height: calc(90vh - 240px);
    }
    .cart-element-content{
        width: 100%;
        margin:0;
    }
    .cart-element-controls{
        width: 100%;
        justify-content: start;
        margin:0;
    }
    .cart-element-price{
        justify-content: start;
    }
    .cart-footer{
        height: 170px;
    }
    .cart-total{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 50px;
    }
    .cart-button{
        width: 100%;
    }
    .cart-button .cart-button-close,
    .cart-button .cart-button-checkout{
        width: 100%;
        margin:0;
    }
}


/*Wishlist*/
.wishlist-list{
    max-height: 60vh;
    overflow: hidden;
    overflow-y: auto;
}

.wishlist-item {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
    border-bottom: 1px dashed var(--gray-200);
}
.wishlist-item-a {
    width: 100px;
}
.wishlist-item-b {
    width: calc(100% - 100px);
    padding: 0 0 0 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    justify-content: space-between;
}
/**/
.wishlist-image{

}
/**/
.wishlist-content{
    width: calc(100% - 300px);
}
.wishlist-name{
    margin:0 0 10px 0;
}
.wishlist-name a{
    color: var(--black);
    font-size: 14px;
    font-weight: 500;
}
.wishlist-name a:hover{
    border-bottom: 1px solid var(--black);
}
.wishlist-attributes{

}
.wishlist-attribute{
    display: flex;
    align-items: center;
    font-size: 14px;
    margin:0 0 5px 0;
}
/**/
.wishlist-controls{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 300px;
}
.wishlist-price{
    margin:0 20px 0 0;
}
.wishlist-price span{
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: var(--red-800);
}
.wishlist-price strike{
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: var(--gray-500);
}
.wishlist-remove{
    display: flex;
    align-items: center;
    justify-content: center;
    width:40px;
    height:40px;
    background: var(--gray-100);
    border-radius: 4px;
    font-size: 14px;
    transition: .3s;
    cursor: pointer;
}
.wishlist-remove:after{
    content: '\e926';
    font-family: si-solid;
}
.wishlist-remove:hover{
    color: var(--white);
    background: var(--black);
}




@media (max-width: 1024px) {
    .wishlist-item {
        padding: 0 0 20px 0;
        margin: 0 0 20px 0;
    }
    .wishlist-item-a {
        width: 50px;
    }
    .wishlist-item-b {
        width: calc(100% - 50px);
    }
    .wishlist-content{
        width:100%;
    }
    .wishlist-name{
        margin:0 0 10px 0;
    }
    .wishlist-controls{
        width:100%;
        justify-content: flex-start;
    }
}


/*sing in*/
.modal-sign .form-group .form-control {
    display: block;
    width: 100%;
    height: 44px;
    line-height: 44px;
    background: var(--bluegray-50);
    border: 1px solid var(--bluegray-100);
    border-radius: 6px;
    font-weight: 500;
    font-size: 16px;
    padding: 0 20px;
}{

}

.modal-title{

}
.modal-sign-a{
    margin:0 0 30px 0;
}
.modal-sign-a .modal-control{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.modal-sign-a .modal-control .modal-sign-submit-button{
    background: #363946;
}
.modal-sign-a .modal-control .modal-sign-forgot-button{
    cursor: pointer;
    border-bottom: 1px dashed var(--black);
}
.modal-sign-a .modal-control .modal-sign-forgot-button:hover{
    border-bottom: 1px solid var(--black);
}
.modal-sign-a .modal-control .modal-sign-agm{
    font-size: 12px;
    line-height: 130%;
    padding:0 0 0 10px;
}
/**/
.modal-sign-b{
    padding:30px 0 0 0;
    text-align: center;
    border-top: 1px solid var(--gray-300);
}
.modal-sign-b .modal-title{
    margin:0 0 20px 0;
}
.modal-sign-b .modal-control{

}
.modal-sign-b .modal-control span{
    cursor: pointer;
    border-bottom: 1px dashed var(--black);
}
.modal-sign-b .modal-control span:hover{
    border-bottom: 1px solid var(--black);
}














/**/
.mark-container{
    display: flex;
    align-items: center;
    margin:0 0 30px 0;
}
.mark-container-name{
    font-size: 14px;
    font-weight: 500;
    margin:0 30px 0 0;
}
.mark-container-stars{
    display: flex;
}
.mark-container-stars [type="radio"] {
    appearance: none;
}
.mark-container-stars label {
    display: flex;
    font-size: 20px;
    transition: 0.3s;
    cursor: pointer;
    color: var(--gray-300);
}

.mark-container-stars label:is(:hover, :has(~ :hover))  {
    color: var(--orange-500);
    background-size: cover;
    transform: scale(1.2,1.2);
}
.mark-container-stars label:has(~ :checked)  {
    color: var(--orange-500);
    background-size: cover;
    transform: scale(1.2,1.2);
}
