section{
    padding: 0 0 120px 0;
}
@media (max-width: 1330px) {

}
@media (max-width: 768px) {
    section{
        padding: 0 0 40px 0;
    }
}
/*Продукт*/
.product-header-wrapper {
    display: flex;
    justify-content: space-between;
    background: #FFFFFF;
    padding: 40px;
}
.product-gallery-wrapper {
    width: calc(35% - 30px);
    display: flex;
    flex-direction: column;
    gap: 20px;
    overflow: hidden;
}
.product-gallery-wrapper .product-gallery-big{
    width: 100%;
}
.product-gallery-wrapper .product-gallery-big .product-swiper-slide{
    width: 100%;
    position: relative;
    display: flex;
}
.product-gallery-wrapper .product-gallery-big .product-swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product-gallery-wrapper .product-gallery-big .product-swiper-slide .zoom-wrapper{
    position: absolute;
    bottom:0;
    right: 0;
    padding: 15px;
    background: rgba(255, 255, 255, 0.58);
}
.product-gallery-wrapper .product-gallery-big .product-swiper-slide .zoom-wrapper:hover{
    background:#EA4174;
}
.product-gallery-wrapper .product-gallery-big .product-swiper-slide .zoom-wrapper img{
    width: 22px;
}
.product-gallery-wrapper .product-gallery-big .product-swiper-slide .zoom-wrapper:hover img{
    filter: brightness(0) invert(1);
}
.product-gallery-wrapper .product-gallery-thumb{
    width: 100%;
    overflow: hidden;
}
.product-gallery-wrapper .product-gallery-thumb .slick-list{
    margin: 0 -10px!important;
}
.product-gallery-wrapper .product-gallery-thumb .product-swiper-slide{
    display: block;
    position: relative;
    cursor: pointer;
    box-sizing: border-box;
    margin: 0 10px;
}
.product-gallery-wrapper .product-gallery-thumb .product-swiper-slide.slick-current{
}
.product-gallery-wrapper .product-gallery-thumb .product-swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.product-summary-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: calc(65% - 30px);
    margin: 0;
}
.product-summary-wrapper>div {
    margin: 0 0 25px 0;
}
.product-summary-wrapper>div:last-child {
    margin: 0;
}
.product-header-wrapper h1{
    font-weight: 800;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: uppercase;
    margin: 0 0 20px 0;
    color: #F8F9F8;
    -webkit-text-stroke: 1.5px #212529;
    position: relative;
    z-index: 1;
    order: 0;
    text-align: left;
}
.product-header-wrapper p, .basket-table p{
    margin: 0;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 135%;
    color: #201E1E;
}
.product-summary-wrapper .sku p{
    color: rgba(13, 13, 13, 0.45);
}
.product-summary-wrapper .dimensions {
    display: flex;
    flex-direction: column;
}
.product-summary-wrapper .price-wrapper {
    display: flex;
    gap: 10px;
}

.product-quantity button, .product-quantity input{
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor:pointer;
    background: #F6F6F6;
    border: 0.6px solid #B4B4BB;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    color:#3E3E3E;
}
.product-quantity input{
    margin: 0 -1px;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0;
    -moz-appearance: textfield;
}

.product-summary-wrapper .product-add-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    background: linear-gradient(90deg, #FDFBFB 0%, #EBEDEE 100%);
    width: 100%;
}
.product-summary-wrapper .product-add-wrapper .total-wish-wrapper{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 57%;
    padding-right: 37px;
}
.product-summary-wrapper .product-add-wrapper .total p {
    font-weight: 600;
}
.product-summary-wrapper .product-add-wrapper .wishlist img:hover {
    filter: invert(46%) sepia(88%) saturate(3526%) hue-rotate(229deg) brightness(98%) contrast(107%);
}
.product-summary-wrapper .product-add-wrapper .changebasket-form{
    width: 43%;
}
.product-summary-wrapper .product-add-wrapper .changebasket-form .btn{
    width: 100%;
}

@media (max-width: 1300px) {
    .product-summary-wrapper .product-add-wrapper {
        flex-direction: column;
        gap: 20px;
    }
    .product-summary-wrapper .product-add-wrapper .total-wish-wrapper{
        width: 100%;
    }
    .product-summary-wrapper .product-add-wrapper .changebasket-form{
        width: 100%;
    }
}
@media (max-width: 768px) {
    .product-header-wrapper {
        padding: 0;
        background: transparent;
        flex-direction: column;
        gap: 20px;
    }
    .product-gallery-wrapper {
        width: 100%;
        flex-basis: 100%;
        margin: 0;
        display: flex;
        flex-direction: column;
    }
    .product-gallery-wrapper .product-gallery-big {
        width: 100%;
        flex-basis: 100%;
        margin: 0;
        padding: 0;
    }
    .product-gallery-wrapper .product-gallery-thumb{
        width: 100%;
        flex-basis: 100%;
        margin-top: 10px;
    }
    .product-gallery-wrapper .product-gallery-thumb .slick-list {
        margin: 0 -5px!important;
    }
    .product-gallery-wrapper .product-gallery-thumb .product-swiper-slide {
        margin: 0 5px;
    }
    .product-header-wrapper h1{
        font-size: 22px;
        margin: 0;
    }
    .product-summary-wrapper>div {
        margin: 0 0 10px 0;
    }
    .product-summary-wrapper {
        margin-top: 10px;
        width: 100%;
        min-width: 100%;
    }
    .product-summary-wrapper p, .basket-table p {
        font-size: 14px;
    }
    .product-summary-wrapper .calculator-wrapper {
        background:#FFFFFF;
        padding: 12px 20px;
    }
    .product-summary-wrapper .product-add-wrapper {
        background:#FFFFFF;
        flex-direction: column;
        padding: 12px 20px;
    }
    .product-summary-wrapper .product-add-wrapper .total-wish-wrapper {
        width: 100%;
        padding: 0;
    }
    .single-product-wishlist svg{
        width: 20px;
    }
    .product-summary-wrapper .product-add-wrapper .changebasket-form {
        width: 100%;
    }
}

.attributes-reviews-wrapper{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.attributes-reviews-wrapper h2.section-title{
    margin-bottom: 0;
    padding-bottom: 20px;
}
.attributes-reviews-wrapper .attributes,
.attributes-reviews-wrapper .reviews,
.attributes-reviews-wrapper .description{
    background: #ffffff;
    padding: 20px;
}
.attributes-reviews-wrapper .description p:last-child,
.attributes-reviews-wrapper .description ul:last-child,
.attributes-reviews-wrapper .description ol:last-child{
    margin: 0;
}
.attributes-reviews-wrapper .description h2{
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    color: #212529;
    text-align: left;
    margin: 0 0 20px 0;
    text-transform: unset;
    -webkit-text-stroke: unset;
}
.attributes-reviews-wrapper .description h3{
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #212529;
    text-align: left;
    margin: 0 0 20px 0;
}
.attributes-reviews-wrapper .attributes .attribute{
    margin-bottom: 20px;
}
.attributes-reviews-wrapper .attributes .attribute:last-child{
    margin-bottom: 0;
}

@media (max-width: 1300px) {

}
@media (max-width: 768px) {
    .attributes-reviews-wrapper {
        flex-direction: column;
        gap: 30px;
    }
    .attributes-reviews-wrapper .attributes,
    .attributes-reviews-wrapper .reviews,
    .attributes-reviews-wrapper .description{
        background: transparent;
        padding: 0;
    }
    .attributes-reviews-wrapper .attributes {
    }
}

/*Бренд*/
.brand h1 {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    margin: 0 0 20px 0;
}
.brand .brand-head {
    display: flex;
    justify-content: space-between;
}
.brand .brand-image-wrapper {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    position: relative;
    background: #FFFFFF;
}
.brand .brand-image-wrapper img{
    object-fit: contain;
    height: 100%;
    width: 100%;
}

/*Категории*/
.categories-list{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin: 0 auto;
}
.category-wrapper {
    /*    width: 360px;
        height: 360px;*/
    display: flex;
    align-items: center;
    position: relative;
}
.category-wrapper a{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 100%;
}
.category-wrapper img{
    height: 100%;
    width: 100%;
}
.category-wrapper .category-title-wrapper{
    position: absolute;
    padding: 10px 43px;
    background: rgba(255, 255, 255, 0.75);
    z-index: 2;
    text-align: center;
}
.category-wrapper .category-title-wrapper h2,
.category-wrapper .category-title-wrapper h3{
    font-style: normal;
    font-weight: normal;
    line-height: 135%;
    color: #F36993;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}
.category-wrapper .category-title-wrapper h2{
    font-size: 26px;
}
.category-wrapper .category-title-wrapper h3{
    font-size: 22px;
}
.catalog-tf{
    padding: 0 0 20px 0;
}
.catalog-sp{
    padding: 30px 0 50px 0;
}
.catalog-sp .catalog-sp-wrapper, .catalog-tf .catalog-tf-wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.catalog-tf .catalog-title-wrapper {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    width: 320px;
    flex-basis: 320px;
    flex-grow: 0;
    flex-shrink: 0;
}
.catalog-filter-select-wrapper .categories ul.cat-cat-list {
    column-count: 1;
    width: 100%;
    list-style-type: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
}
.catalog-filter-select-wrapper .categories ul.cat-cat-list li{
    display: flex;
    box-sizing: border-box;
    position: relative;
}
.catalog-filter-select-wrapper .categories ul.cat-cat-list li a{
    display: flex;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 135%;
    color: #201E1E;
    margin-bottom: 15px;
}
.catalog-filter-select-wrapper .categories ul.cat-cat-list li a:last-of-type {
    margin: 0;
}
.catalog-filter-select-wrapper .categories ul.cat-cat-list li a:after {
    content: "";
    display: inline-block;
    margin-left: 4px;
    width: 11px;
    height: 100%;
    background-image: url(../images/icons/menu-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(270deg);
}
.catalog-tf {
    transform-style: unset!important;
    transform: none!important;
    z-index: 9;
}
.catalog-tf #catalog-filters-wrapper{
    display: flex;
    justify-content:flex-start;
    align-items: center;
}
.catalog-tf #catalog-filters-wrapper .catalog-form-close-wrapper{
    display: flex;
    justify-content:flex-start;
    align-items: center;
    width: 100%;
}
.catalog-tf #catalog-filters-wrapper form{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
}
.close-sidebar-wrapper {
    width: 26.664%;
    height: 100%;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}
.close-sidebar-wrapper .close-sidebar {
    width: 60px;
    height: 60px;
    background: #F8F9F8;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
#close-filter-sidebar {
    display: none;
}
.filter-btn-wrapper {
    display: none;
}
.filter-btn-wrapper #filter-btn {
    justify-content: flex-start;
    gap: 20px;
    font-size: 18px;
}
.catalog-filter-select-wrapper {
    margin: 0;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    position: relative;
    cursor: pointer;
}
.catalog-filter-select{
    padding: 12px 20px;
    background: #F6F6F6;
    border: 0.8px solid #EA4174;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    border-radius: 5px;
}
.catalog-filter-select>span{
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 135%;
    display: flex;
    align-items: center;
    color: #201E1E;
}
.catalog-filter-select>span:after {
    content: "";
    display: inline-block;
    margin-left: 4px;
    width: 11px;
    height: 100%;
    background-image: url(../images/icons/filter-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
}
.catalog-filter-select.active>span:after {
    transform: rotate(180deg);
}
.catalog-filter-wrapper {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #F8F9F8;
    border: 0.5px solid #EA4174;
    box-sizing: border-box;
    padding: 15px;
    z-index: 12;
    min-width: 230px;
    overflow: auto;
    max-height: 400px;
}

.catalog-filter-items label{
    margin: 0 0 15px 0;
    font-size: 14px;
}
.catalog-filter-items label:last-child{
    margin: 0;
}
.range-inputs{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
    font-size: 14px;
}
.range-inputs input{
    width: 70px;
    height: 30px;
    padding: 10px;
}
#slider-range{
    height: 6px;
    background: rgba(233, 230, 230, 0.6);
    border: none;
    width: 100%;
}
#slider-range .ui-slider-handle {
    height: 6px;
    background: #EA4174;
    border: none;
    top:0;
    border-radius: 0;
}
@media (max-width: 1300px) {
    .categories-list {
        width: 100%;
    }
}
@media (max-width: 768px) {
    .categories-list{
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 10px;
        grid-row-gap: 10px;
    }
    .category-wrapper {
        margin-bottom: 25px;
    }
    .category-wrapper .category-title-wrapper {
        padding:8px 15px;
    }
    .category-wrapper .category-title-wrapper h2 {
        font-size: 16px;
    }
    .catalog-sp .catalog-sp-wrapper, .catalog-tf .catalog-tf-wrapper {
        flex-direction: column;
    }
    .catalog-tf {
        padding: 0;
        z-index: 98;
    }
    .catalog-tf .catalog-title-wrapper {
        width: 100%;
        flex-basis: 100%;
    }
    .catalog-sp #catproducts, .catalog-tf #catalog-filters-wrapper {
        width: 100%;
        flex-basis: 100%;
    }
    .catalog-tf #catalog-filters-wrapper{
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        background: rgba(0,0,0,.5);
        overflow: scroll;
        z-index: 15;
        display: none;
    }
    .catalog-tf #catalog-filters-wrapper .catalog-form-close-wrapper{
        min-height: 100%;
        height: 100%;
        align-items: flex-end;
    }
    .catalog-tf #catalog-filters-wrapper form{
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        align-items: flex-start;
        background: #F8F9F8;
        width: 73.333%;
        min-height: calc(100% - 50px);
        padding: 20px;
        margin: 0;
        gap: 0;
    }
    .filter-btn-wrapper {
        display: flex;
    }
    #close-filter-sidebar {
        display: flex;
    }

    .brand .brand-head {
        flex-direction: column;
    }
    .brand .brand-head .brand-summary-wrapper{
        margin-top: 10px;
    }
    .catalog-filter-select-wrapper {
        padding: 15px 0;
        border-bottom: 1px solid rgba(32, 30, 30, 0.06);
        width: 100%;
        margin: 0;
    }
    .catalog-filter-select {
        background: transparent;
        border: none;
        padding: 0;
    }
    .catalog-filter-select>span {
        font-size: 16px;
    }
    .catalog-filter-wrapper {
        position: relative;
        border: none;
        max-height: 100%;
    }

    .product-quantity button{
        width: 30px;
        height: 30px;
    }
    .product-quantity input{
        width: 30px;
        height: 30px;
        background: #FFFFFF;
    }
}
/*BASKET*/
.basket-table, .basket-table .basket-head-wrapper,.basket-table .basket-body-wrapper,
.basket-table .basket-body-wrapper .basket-product-wrapper, .basket-footer-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.basket-table {
    flex-direction: column;
}
.basket-table .basket-head-wrapper{
    flex-direction: row;
    padding: 10px 30px;
    background: #FFFFFFF;
    border-bottom: 1px solid #EA4174;
}
.basket-table .basket-body-wrapper{
    flex-direction: column;
    padding: 20px 30px 0 30px;
    background: #FFFFFF;
}
.basket-table .basket-body-wrapper .basket-product-wrapper{
    flex-direction: row;
    margin: 0 0 15px 0;
    padding: 0 0 15px 0;
    position: relative;
}
.basket-table .pro-img{
    width: 13.55%;
    flex-basis: 13.55%;
    flex-grow: 0;
    flex-shrink: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.basket-table .pro-img .img-fluid{
    display: flex;
    width: 100%;
    flex-basis: 100%;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 25px;
}
.basket-table .pro-img .img-fluid img{
    width: 100%;
}
.basket-table .pro-desc-wrapper{
    display: flex;
    width: 86.45%;
    flex-basis: 86.45%;
    flex-grow: 0;
    flex-shrink: 0;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}
.basket-table .pro-desc{
    width: 47.74%;
    flex-basis: 47.74%;
    flex-grow: 0;
    flex-shrink: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.basket-table .pro-desc p{
    margin: 0 0 15px 0;
    font-size: 18px;
}
.basket-table .pro-desc p:last-child{
    margin: 0;
}
.basket-table .pro-quantity{
    width: 20.98%;
    flex-basis: 20.98%;
    flex-grow: 0;
    flex-shrink: 0;
}
.basket-table .pro-quantity .product-quantity{
    display: flex;
    align-items: center;
    margin: 0;
}
.basket-table .pro-subtotal{
    width: 22.94%;
    flex-basis: 22.94%;
    flex-grow: 0;
    flex-shrink: 0;
}
.basket-table .pro-remove{
    width: 8.33%;
    flex-basis: 8.33%;
}
.basket-table .pro-remove button{
    padding: 0;
    margin: 0;
    background: transparent;
    border: 0;
    cursor: pointer;
}
.basket-table .basket-footer-wrapper{
    flex-direction: row;
    padding: 0 30px 30px 30px;
    background: #FFFFFF;
}
.basket-table .basket-footer-wrapper .total-amount p{
    font-weight: 600;
}
.basket-table .basket-footer-wrapper .btn{
    font-weight: 600;
    padding: 18px 20px;
}

.basket-table .basket-empty {
    padding: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
}
/*checkout*/
.checkout-line {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: 5px;
    background: rgba(255, 255, 255, 0.71);
    margin-bottom: 50px;
}
.checkout-line .checkout-line-progres{
    background: #EA4174;
}
.back-link-wrapper a{
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 135%;
    display: flex;
    align-items: center;
    color: #201E1E;
}
.back-link-wrapper a img{
    transform: rotate(90deg);
    margin-right: 15px;
}
.form-wrapper.checkout{
    padding: 0;
}
.checkout-top {
    padding: 40px 0;
}
.checkout-login .checkout-login-register-wrapper {
    display: flex;
    background: #ffffff;
    padding: 50px;
    justify-content: space-between;
}
.checkout-login .checkout-login-register-wrapper .btn {
    width: auto;
    padding: 10px 40px;
}
.checkout-login .buy-without-registration {
    padding: 0 20px 20px 20px;
    display: flex;
    background: #FFFFFF;
    justify-content: center;
}
.checkout .checkout-basket-wrapper {
    display: flex;
    justify-content: space-between;
    padding: 50px;
    background: #FFFFFF;
}

.checkout .checkout-babasket {
    display: flex;
    justify-content: space-between;
}
.checkout .grey-checkout-basket-wrapper {
    padding: 30px;
    background: #F6F6F6;
}
.checkout .checkout-babasket a {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #EA4174;
}

.checkout .checkout-babasket-body-wrapper,
.checkout .checkout-babasket-body-wrapper .basket-product-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    position: relative;
}
.checkout .checkout-babasket-body-wrapper {
    flex-direction: column;
}
.checkout .checkout-babasket-body-wrapper .basket-product-wrapper {
    margin-bottom: 20px;
}
.checkout .checkout-babasket-body-wrapper .basket-product-wrapper .pro-desc{
    width: 70%;
    flex-basis: 70%;
    flex-grow: 0;
    flex-shrink: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.checkout .checkout-babasket-body-wrapper .basket-product-wrapper .pro-desc .img-fluid {
    display: flex;
    width: 96px;
    flex-basis: 96px;
    flex-grow: 0;
    flex-shrink: 0;
}
.checkout .checkout-babasket-body-wrapper .basket-product-wrapper .pro-desc .img-fluid img{
    width: 100%;
}
.checkout .checkout-babasket-body-wrapper .basket-product-wrapper .pro-desc .title-sku {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-left: 15px;
}
.checkout .checkout-babasket-body-wrapper .basket-product-wrapper .pro-desc p:last-child {
    margin: 0;
}
.checkout .checkout-babasket-footer-wrapper{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
}
.checkout .checkout-babasket-footer-wrapper .total-amount{
    color: #EA4174;
}
.checkout .checkout-delivery, .checkout .checkout-payment {
    margin: 15px 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.checkout .delivery-wrapper{
    margin: 0 0 15px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.checkout .checkout-delivery .delivery-wrapper.active{
    background: #F6F6F6;
    padding: 10px;
    transition-duration: 0.4s;
}
.checkout .delivery-wrapper .delivery-before{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.checkout .delivery-wrapper .delivery-after{
    display: none;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.checkout .delivery-wrapper.active .delivery-after{
    display: flex;
    flex-direction: column;
}
.checkout .delivery-wrapper.active .delivery-after .form-group:first-child{
    margin-top: 28px;
}
.checkout .delivery-wrapper .delivery{
    width: 100%;
}
.checkout .delivery-wrapper .delivery.active + img{
    transform: rotate(180deg);
    transition-duration: 0.4s;
}
.checkout .form-wrapper form {
}

.orderplaced {
    min-height: calc(100vh - 482px);
    margin: 0;
}
.orderplaced .orderplaced-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}
.orderplaced .orderplaced-wrapper  h1{
    font-style: normal;
    font-weight: normal;
    font-size: 52px;
    line-height: 135%;
    color: #201E1E;
    margin: 0 0 40px 0;
}
.orderplaced .orderplaced-wrapper  p{
    font-style: normal;
    font-weight: 300;
    font-size: 26px;
    line-height: 135%;
    color: #201E1E;
    margin: 0 0 40px 0;
}
@media (max-width: 1330px) {

}
@media (max-width: 768px) {
    .basket-table .basket-head-wrapper {
        display: none;
    }
    .basket-table .basket-body-wrapper {
        padding: 0;
        background: transparent;
    }
    .basket-table .basket-body-wrapper .basket-product-wrapper {
        border-bottom: 1px solid  rgba(32, 30, 30, 0.06);
    }
    .basket-table .pro-img {
        width: 32.83%;
        flex-basis: 32.83%;
    }
    .basket-table .pro-img .img-fluid {
        max-width: 110px;
        min-width: 110px;
        padding-right: 10px;
    }
    .basket-table .pro-desc-wrapper{
        width: 67.16%;
        flex-basis: 67.16%;
        flex-direction: column;
        align-items: flex-start;
    }
    .basket-table .pro-desc,.basket-table .pro-quantity {
        width: 90%;
        flex-basis: 90%;
    }
    .basket-table .pro-desc p,.basket-table .pro-desc p:last-child{
        font-size: 14px;
        margin: 0 0 10px 0;
    }
    .basket-table .pro-subtotal {
        position: absolute;
        right: 0;
        bottom: 0;
        width: auto;
    }
    .basket-table .pro-remove {
        position: absolute;
        right: 0;
        top: 0;
        width: 15px;
        height: 15px;
    }

    .basket-table .basket-footer-wrapper {
        padding: 0;
        flex-direction: column;
        background: transparent;
        align-items: unset;
    }
    .basket-table .basket-footer-wrapper .total-amount {
        font-size: 14px;
        margin: 0 0 15px 0;
    }
    .basket-table .basket-footer-wrapper .btn {
        font-size: 14px;
        padding: 13px 20px;
    }

    .checkout-line {
        margin-bottom: 30px;
    }
    .back-link-wrapper a {
        font-size: 14px;
    }
    .checkout-login .checkout-login-register-wrapper {
        flex-direction: column;
        padding: 20px 20px 0 20px;
    }
    .checkout-login .checkout-login-register-wrapper .btn {
        width: 100%;
        margin-bottom: 15px;
    }
    .checkout-login .buy-without-registration .btn {
        width: 100%;
    }
    .checkout .checkout-basket-wrapper {
        flex-direction: column;
        padding: 20px;
    }
    .checkout .checkout-basket-wrapper .wrapper-just-2:first-child{
        order:1;
    }
    .checkout .checkout-basket-wrapper .wrapper-just-2:last-child{
        order:0;
        margin-bottom: 30px;
    }
    .checkout .grey-checkout-basket-wrapper {
        padding: 0;
        background: transparent;
    }
    .orderplaced .orderplaced-wrapper  h1{
        font-size: 16px;
        font-weight: 600;
        margin: 0 0 30px 0;
    }
    .orderplaced .orderplaced-wrapper  p{
        font-size: 14px;
        margin: 0 0 30px 0;
    }
}

.single-item .single-summary-wrapper {
    padding: 15px 20px;
}
.products .single-item .single-summary-wrapper, .products-slider .single-item .single-summary-wrapper{
    background: #FFFFFF;
    width: 100%;
    border-radius: 8px;
}
.single-item .single-summary-wrapper p,.single-item .hidden-content p {
    margin:0 0 10px 0;
}
.single-item .single-summary-wrapper p:last-child {
    margin:0;
}
.single-item  p.brand {
    font-weight: 300;
}
.single-item  .volume {
    margin: 0 0 10px 0;
    display: flex;
    align-items: center;
    gap: 10px;
}
.single-item  .volume p{
    margin: 0;
}
.single-item  .volume span{
    padding: 6px;
    background: #FFFFFF;
    border: 0.8px solid #EA4174;
    border-radius: 24px;
}
.price {
    font-weight: 700;
}
.sele-price, .sele-price p {
    color: #FF0000!important;
}
.sele-price + del, .sele-price p + del{
    font-size: 14px;
}
.categories-slider .single-item .single-summary-wrapper h3 {
    font-weight: 600;
    text-align: center;
    color:var(--black-bg);
}
@media (max-width: 1330px) {

}
@media (max-width: 768px) {
    .single-item .single-summary-wrapper {
        padding: 10px 5px;
    }
    .single-item .single-summary-wrapper p,
    .single-item .hidden-content p {
        font-size: 14px;
    }
}

.title-filter-wrapper {
    display: flex;
    flex-direction: column;
}
.filter-line-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items:center;
    margin: 0 0 40px 0;
}
.filter-line-wrapper .filter-tabs-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items:center;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow-y: hidden;
}
.filter-line-wrapper .filter-tabs-wrapper::-webkit-scrollbar {
    height: 3px;
}
.filter-line-wrapper .filter-tabs-wrapper::-webkit-scrollbar-track {
    background: rgba(196, 196, 196, 0.6);
}
.filter-line-wrapper .filter-tabs-wrapper::-webkit-scrollbar-thumb {
    background: #EA4174;
}
.filter-line-wrapper .filter-tabs-wrapper .filter-tab, .filter-line-wrapper .filter-tabs-wrapper .filter-tab a{
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #201E1E;
    flex: none;
    order: 0;
    flex-grow: 0;
    cursor: pointer;
    text-decoration: none;
}
.filter-line-wrapper .filter-tabs-wrapper .filter-tab {
    margin-right: 30px;
}
.filter-line-wrapper .filter-tabs-wrapper .filter-tab:last-child{
    margin-right: 0;
}
.filter-line-wrapper .filter-tabs-wrapper .filter-tab.active{
}
.filter-line-wrapper .filter-tabs-wrapper .filter-tab a{
    display: flex;
    padding-bottom: 10px;
}
.filter-line-wrapper .filter-tabs-wrapper .filter-tab.active a{
    border-bottom: 3px solid #EA4174;
    padding-bottom: 7px;
    font-weight: 700;
}
.filter-line-wrapper .filter-btn{
    font-size: 20px;
    line-height: 23px;
    display: flex;
    align-items: center;
    color: #201E1E;
    border: 1px solid rgba(15, 14, 14, 0.9);
    box-sizing: border-box;
    padding: 8px 50px;
    text-decoration: none;
}
.filter-line-wrapper .filter-btn:hover{
    color: #ffffff;
    background: #0F0E0E;
    transition-duration: 0.4s;
}
.filter-line-wrapper .section-title {
    margin-bottom: 0;
    font-size: 30px;
}

@media (max-width: 1330px) {

}
@media (max-width: 768px) {
    .title-filter-wrapper {
        flex-direction: row;
        justify-content: space-between;
    }
    .filter-line-wrapper {
        margin: 0 0 20px 0;
    }
    .filter-line-wrapper .filter-tabs-wrapper {
        display: none;
    }
    .filter-line-wrapper .filter-tabs-wrapper .filter-tab, .filter-line-wrapper .filter-tabs-wrapper .filter-tab a{
        font-size: 13px;
        line-height: 15px;
    }
    .filter-line-wrapper .filter-tabs-wrapper .filter-tab.active a{
        border: none;
    }
    .filter-line-wrapper .filter-btn {
        padding: 0;
        font-size: 14px;
        line-height: 16px;
        color: #EA4174;
        border: none;
    }
    .filter-line-wrapper .section-title {
        font-size: 20px;
    }
} 