.basket {
    width: 100%;
    position: fixed;
    top: 0;
    right: -200vw;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.63);
    transition: 0.2s linear;
    z-index: 1000;
}
.basket.basket-on {
    right: 0;
}
.basket .basket-wrapper {
    max-width: 370px;
    width: 100%;
    height: 100vh;
    background-color: #251d67;
    margin-left: auto;
    display: flex;
    flex-direction: column;
}
.basket .basket-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 32px 30px 0 30px;
}
.basket .basket-header .basket-icon {
    margin-bottom: 0;
    max-width: 24px;
}
.basket .basket-header h3 {
    font-size: 30px;
    line-height: 25px;
    font-weight: normal;
    font-family: "Sentinel Book";
    color: #5346bd;
    margin-bottom: 0;
}
.basket .basket-header .close-basket {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    cursor: pointer;
}
.basket .basket-header .close-basket svg {
    fill: #fff;
}
.basket-wrapper .basket-products {
    max-height: calc(100vh - 30px);
    overflow-y: scroll;
    padding: 32px 30px 0 30px;
}
.basket-wrapper .product-item {
    display: flex;
    flex-direction: row;
    justify-content: left;
    padding: 24px 0;
}
.basket-wrapper .product-item .product-order-number {
    font-size: 18px;
    line-height: 19px;
    color: #fff;
}

.basket-wrapper .product-item .product-img {
    margin-right: 15px;
    position: relative;
    display: block;
    max-width: 120px;
    width: 100%;
}
.basket-wrapper .product-item .product-img:after {
    content: "";
    display: block;
    padding-top: 135%;
}
.basket-wrapper .product-item .product-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.basket-wrapper .product-item .product-data-wrapper {
    display: flex;
    flex-direction: column;
}
.basket-wrapper .product-item .product-data {
    display: flex;
}
.basket-wrapper .product-item .product-data .product-name {
    flex: 1;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    padding-right: 20px;
    font-weight: 400;
}
.basket-wrapper .product-item .product-data .delete-product {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #5346bd;
}
.basket-wrapper .product-item .product-data .delete-product svg {
    fill: #fff;
}
.basket-wrapper .product-actions {
    display: flex;
    margin-top: auto;
}
.basket-wrapper .product-item .product-price {
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 0;
    font-weight: 700;
    font-family: "Manrope", sans-serif;
}

.basket-wrapper .product-actions .quantity-main {
    display: flex;
    margin-left: auto;
    align-items: center;
    cursor: pointer;
}
.basket-wrapper .product-actions .quantity-main span {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #5346bd;
}
.basket-wrapper .product-actions .quantity-main span svg {
    fill: #fff;
}
.basket-wrapper .product-actions .quantity-main .quantity {
    width: 30px;
    height: 25px;
    margin: 0 8px;
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff;
    line-height: 25px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    min-height: auto;
}
.basket .basket-footer {
    margin-top: auto;
    background-color: #1d1659;
    padding: 34px 30px 43px;
}
.basket .basket-footer .subtotal-text {
    font-size: 30px;
    line-height: 25px;
    font-weight: normal;
    font-family: "Sentinel Book";
    color: #5346bd;
}
.basket .basket-footer .subtotal-price {
    font-size: 30px;
    line-height: 25px;
    font-weight: 700;
    color: #fff;
}
.basket .basket-footer .button-wrapper {
    text-align: right;
    margin-top: 15px;
}
.basket .basket-footer .basket-checkout {
    background-color: #f6c31a;
    font-family: "Sentinel Book";
    font-weight: normal;
    color: #3f358b;
    font-size: 16px;
    line-height: 18px;
    padding: 10px 20px;
    display: inline-block;
}
.banner-area{
    padding-bottom: 35px;
}
.banner-area .container-fluid {
    padding-left: 0;
    padding-right: 0;
}
.hero-item .hero-item-img{
    max-width: 95%;
    margin: 0 auto;
}

.hero-item .hero-item-link{
    display: inline-block;
    background-color: #f6c31a;
    color: #3f358b;
    font-family: "Sentinel Book";
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    padding: 10px 20px;
}

.hero-content .hero-item-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 20px 40px;
    /* margin-top: -25px; */
}
.hero-content .hero-item-text h1 {
    font-family: "Sentinel";
    font-weight: 600;
    font-size: 34px;
    line-height: 40px;
    color: #6e64c0;
    text-align: center;
    letter-spacing: -1px;
    max-width: 200px;
}
.hero-content .hero-item-text h1 span {
    color: #fff;
}
.hero-content .hero-item-text p {
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    max-width: 520px;
}

@media (min-width: 450px) {
    .hero-content .hero-item-text h1 {
        font-size: 44px;
        line-height: 50px;
        max-width: 300px;
    }
    .hero-content .hero-item-text {
        padding: 0 60px 40px;
        /* margin-top: -20px; */
    }
}
@media (min-width: 576px) {
    /* .hero-content .hero-item-text {
        padding: 0 60px 95px;
    } */
}
@media (min-width: 768px) {
    .banner-area{
        padding-bottom: 60px;
    }
    .hero-slider {
        padding: 0;
    }
    .hero-content .hero-item-text {
        padding-top: 35px;
        padding-bottom: 60px;
        /* margin-top: -50px; */
    }
    .hero-content .hero-item-text h1 {
        margin-bottom: 25px;
        max-width: 100%;
    }
    .hero-content .hero-item-text p {
        padding: 0 40px;
    }
}
@media (min-width: 992px) {
    .banner-area{
        padding-bottom: 130px;
    }
    .banner-area::before{
        clip-path: polygon(0 0, 100% 0, 100% 70%, 50% 90%, 0 70%) !important;
    }
    .hero-content .hero-item-text {
        /* margin-top: -100px; */
        padding-top: 20px;
        padding-bottom: 45px;
    }
}
@media (min-width: 1200px) {
    /* .banner-area {
        margin-top: -100px;
    } */
    .banner-area {
        padding-bottom: 155px;
    }
    .hero-content .hero-item-text{
        padding-top: 40px;
    }
    .hero-content .hero-item-text h1 {
        margin-bottom: 30px;
        font-size: 60px;
        line-height: 65px;
    }
    .hero-content .hero-item-text p {
        font-size: 20px;
        line-height: 22px;
    }
}
@media (min-width: 1400px) {
    .banner-area {
       padding-bottom: 170px;
    }
    .hero-item .hero-item-img{
        max-width: 85%;
    }
    /*.hero-content .hero-item-text {
        margin-top: -155px;
    } */
}

.shop-area {
    padding: 15px 0;
}
.shop-area .shop-title {
    font-size: 35px;
    line-height: 40px;
    color: #3f358b;
    margin-bottom: 15px;
    font-family: "Sentinel Book";
    font-weight: normal;
    text-align: center;
}
.shop-area .shop-description {
    font-size: 14px;
    line-height: 16px;
    color: #3f358b;
    margin-bottom: 20px;
    font-family: "Sentinel Book";
    font-weight: normal;
    text-align: center;
}
.shop-area .product-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px 0;
}
.shop-area .product-list .product-item {
    flex: 0 0 calc(100% / 2 - 10px / 2);
    width: calc(100% / 2 - 10px / 2);
    margin-bottom: 15px;
}
.shop-area .product-list .product-item .product-img {
    margin-bottom: 0;
    position: relative;
    display: block;
    padding: 20px;
}
.shop-area .product-list .product-item .product-img::after {
    content: "";
    display: block;
    padding-top: 135%;
}
.shop-area .product-list .product-item .product-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.shop-area .product-list .product-item .product-data {
    padding-left: 18px;
}
.shop-area .product-list .product-item .product-name {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.product-item .product-prices {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.shop-area .product-list .product-item .product-prices .product-label,
.similar-products .similar-products-slider .product-item .product-prices .product-label {
    font-size: 15px;
    line-height: 16px;
    padding: 5px 10px;
    background-color: #da0022;
    border-radius: 15px;
    color: #fff;
    text-transform: uppercase;
    font-family: "Manrope", sans-serif;
    font-weight: 700;
}
.shop-area .product-list .product-item .product-prices p {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 0;
}
.shop-area .product-list .product-item .product-prices .old-price {
    text-decoration: line-through;
    color: #999999;
    margin-right: 10px;
}
.shop-area .product-list .product-item .product-prices .current-price {
    font-weight: 700;
    color: #2c2e35;
}
.shop-area .product-list-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.shop-area .product-list-header .sort-wrapper {
    display: flex;
    align-items: center;
}
.shop-area .product-list-header .sort-wrapper .select2-container {
    width: 150px !important;
}
.shop-area .product-list-header .sort-wrapper-level {
    display: flex;
    margin-bottom: 15px;
    align-items: center;
}
.shop-area .product-list-header .sort-label {
    font-size: 15px;
    line-height: 20px;
    color: #2c2e35;
    margin-bottom: 0;
}
.shop-area .product-list-header .sort-wrapper p {
    margin-bottom: 0;
    margin-right: 10px;
}
.shop-area .product-list-header .product-number {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 21px;
    color: #999999;
    margin-left: auto;
}

.shop-area .select-level {
    border: none;
    padding-left: 10px;
}

@media (min-width: 576px) {
    .shop-area .product-list .product-item {
        flex: 0 0 calc(100% / 3 - 10px / 3);
        width: calc(100% / 3 - 10px / 3);
        margin-bottom: 30px;
    }
    .shop-area .product-list-header .sort-wrapper {
        margin-right: 20px;
        margin-left: auto;
    }
    .shop-area .product-list-header .product-number {
        margin-left: 0;
    }
    .shop-area .product-list-header .sort-wrapper-level {
        margin-bottom: 0;
    }
}
@media (min-width: 768px) {
    .shop-area {
        padding: 50px 0 80px;
    }
    .shop-area .product-list .product-item {
        flex: 0 0 calc(100% / 3 - 64px / 3);
        width: calc(100% / 3 - 64px / 3);
        margin-bottom: 45px;
    }
    .shop-area .product-list .product-item .product-data {
        padding-left: 30px;
    }
    .shop-area .product-list .product-item .product-prices .product-label,
    .similar-products .similar-products-slider .product-item .product-prices .product-label {
        font-size: 11px;
        line-height: 12px;
        padding: 5px;
    }
}
@media (min-width: 992px) {
    .shop-area {
        padding: 71px 0 133px;
    }
    .shop-area .shop-title {
        font-size: 44px;
        line-height: 61px;
        margin-bottom: 30px;
    }
    .shop-area .shop-description {
        font-size: 16px;
        line-height: 20px;
        margin: 0 auto 56px;
    }
    .shop-area .product-list .product-item {
        margin-bottom: 77px;
    }
    .shop-area .product-list .product-item .product-data {
        padding-left: 46px;
    }
    .shop-area .product-list .product-item .product-name {
        font-size: 18px;
        line-height: 24px;
        -webkit-line-clamp: 2;
    }
    .shop-area .product-list .product-item .product-prices p {
        font-size: 20px;
        line-height: 22px;
    }
    .shop-area .product-list .product-item .product-prices .old-price {
        margin-right: 25px;
    }
    .shop-area .product-list-header {
        margin-bottom: 35px;
    }
    .shop-area .product-list .product-item .product-prices .product-label,
    .similar-products .similar-products-slider .product-item .product-prices .product-label {
        font-size: 16px;
        line-height: 18px;
        padding: 5px 10px;
    }
}

.single-product-area .single-product {
    margin-bottom: 30px;
}
.single-product-area .single-product .single-product-img {
    max-width: 280px;
    position: relative;
    display: block;
}
.single-product-area .single-product .single-product-img::after {
    content: "";
    display: block;
    padding-top: 135%;
}
.single-product-area .single-product .single-product-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.single-product-area .single-product .product-name {
    font-size: 30px;
    line-height: 34px;
    color: #3f358b;
    font-family: "Sentinel Book";
    font-weight: normal;
    margin-bottom: 20px;
}
.single-product-area .single-product .product-desc {
    font-size: 14px;
    line-height: 22px;
    color: #2c2e35;
}
.single-product-area .single-product .product-info-wrapper {
    margin-bottom: 40px;
}
.single-product-area .single-product .product-info {
    display: flex;
    margin-bottom: 10px;
}
.single-product-area .single-product .product-info .info-label {
    white-space: nowrap;
    flex: 0 0 115px;
    width: 115px;
    margin-right: 18px;
    font-size: 14px;
    line-height: 20px;
    color: #969db5;
}
.single-product-area .single-product .product-info .info-data {
    flex: 1;
    font-size: 14px;
    line-height: 20px;
    columns: #2c2e35;
}
.single-product-area .single-product .add-to-cart {
    background-color: #f6c31a;
    font-family: "Sentinel Book";
    font-weight: normal;
    color: #3f358b;
    font-size: 16px;
    line-height: 48px;
    padding: 15px 20px;
}
.single-product-area .section-title {
    font-size: 17px;
    line-height: 21px;
    letter-spacing: 1px;
    color: #969db5;
}
.similar-products .section-title {
    font-size: 17px;
    line-height: 21px;
    letter-spacing: 1px;
    color: #969db5;
    margin-bottom: 30px;
}
.single-product-area .inside-pages {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.similar-products {
    position: relative;
    padding: 150px 0 130px;
}
.similar-products .bg-wrapper:before {
    content: "";
    height: 100%;
    width: 100%;
    background: #f0edf9;
    clip-path: polygon(0 0, 50% 10%, 100% 0, 100% 100%, 0 100%, 0 100%);
    position: absolute;
    left: 0;
    border: 0;
    border-radius: 0;
    opacity: 1;
    top: 0;
    z-index: -1;
}
.similar-products .similar-products-slider .product-item {
    display: block;
}
.similar-products .similar-products-slider .product-item .product-img {
    margin-bottom: 0;
    position: relative;
    display: block;
    margin-bottom: 15px;
}
.similar-products .similar-products-slider .product-item .product-img::after {
    content: "";
    display: block;
    padding-top: 135%;
}
.similar-products .similar-products-slider .product-item .product-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.similar-products .similar-products-slider .product-item .product-name {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.similar-products .similar-products-slider .product-item .product-prices {
    display: flex;
}
.similar-products .similar-products-slider .product-item .product-prices p {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 0;
}
.similar-products .similar-products-slider .product-item .product-prices .old-price {
    text-decoration: line-through;
    color: #999999;
    margin-right: 10px;
}
.similar-products .similar-products-slider .product-item .product-prices .current-price {
    font-weight: 700;
    color: #2c2e35;
}
@media (min-width: 576px) {
    .single-product-area .single-product {
        display: flex;
        justify-content: space-between;
    }
    .single-product-area .single-product .single-product-img {
        flex: 0 0 45%;
        width: 45%;
        max-width: 100%;
    }
    .single-product-area .single-product .single-product-data {
        flex: 0 0 50%;
        width: 50%;
    }
    .single-product-area .single-product .product-name {
        font-size: 25px;
        line-height: 28px;
        margin-bottom: 15px;
    }
    .single-product-area .single-product .product-info-wrapper {
        margin-bottom: 20px;
    }
    .single-product-area .single-product .add-to-cart {
        padding: 10px;
    }
}

@media (min-width: 768px) {
    .single-product-area {
        padding-top: 70px;
    }
    .single-product-area .single-product .product-name {
        font-size: 34px;
        line-height: 38px;
        margin-bottom: 15px;
    }
    .single-product-area .single-product .product-info-wrapper {
        margin-bottom: 20px;
    }
    .single-product-area .single-product .add-to-cart {
        padding: 10px;
    }
    .similar-products .slider-wrapper {
        padding: 0 20px;
    }
    .similar-products .owl-nav {
        position: absolute;
        top: 23%;
        display: flex;
        width: 113%;
        justify-content: space-between;
        left: -47px;
    }
    .similar-products .owl-nav span {
        font-size: 66px;
        line-height: 66px;
        color: rgba(0, 0, 0, 0.3);
    }
    .similar-products .owl-theme .owl-nav [class*="owl-"] {
        background: transparent;
    }
    .similar-products .owl-nav .owl-prev,
    .similar-products .owl-nav .owl-next {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media (min-width: 992px) {
    .single-product-area .single-product {
        margin-bottom: 50px;
    }
    .single-product-area .single-product {
        justify-content: flex-start;
    }
    .single-product-area .single-product .single-product-img {
        flex: 0 0 464px;
        width: 464px;
    }
    .single-product-area .single-product .single-product-data {
        flex: 1;
        padding-left: 92px;
    }
    .single-product-area .single-product .product-desc {
        margin-bottom: 48px;
    }
    .single-product-area .section-title {
        font-size: 20px;
        line-height: 28px;
    }
    .similar-products .section-title {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 30px;
    }
    .similar-products .bg-wrapper:before {
        clip-path: polygon(0 0, 50% 13%, 100% 0, 100% 100%, 0 100%, 0 100%);
    }
    .similar-products .owl-nav {
        top: 31%;
        width: 111%;
        left: -51px;
    }
    .similar-products .similar-products-slider .product-item {
        padding: 10px;
    }
}

@media (min-width: 1200px) {
    .single-product-area .single-product {
        margin-bottom: 80px;
    }
    .single-product-area .single-product .product-name {
        font-size: 44px;
        line-height: 48px;
        margin-bottom: 46px;
    }
    .single-product-area .single-product .product-info-wrapper {
        margin-bottom: 63px;
    }
    .single-product-area .single-product .add-to-cart {
        padding: 15px 20px;
    }
    .similar-products {
        position: relative;
        padding: 180px 0 219px;
    }
    .similar-products .owl-nav {
        width: 108%;
        left: -42px;
    }
    .similar-products .similar-products-slider .product-item .product-img {
        margin-bottom: 25px;
    }
}

.nav-section .main-nav .menu .cart {
    display: none;
}
.nav-section .menu-icon {
    display: flex;
    align-items: center;
}
.nav-section .menu-icon .cart-toggle {
    display: block;
    margin-left: 20px;
}
@media (min-width: 768px) {
    .nav-section .main-nav .menu .cart {
        display: block;
    }
    .nav-section .menu-icon {
        display: none;
    }
}

#toTop {
    cursor: pointer;
    position: fixed;
    bottom: 40px;
    right: 60px;
}
#toTop img {
    max-width: 60px;
    display: block;
}
