@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Philosopher:ital,wght@0,400;0,700;1,400;1,700&display=swap");

:root {
    --beige--dark-color: #c5b48b;
    --beige-color: #f2f0eb;
    --grey: #f9f9f9;
    --black: #111;
    --white: #fff;
    --dark-red: #781717;
}

* {
    font-family: "Nunito Sans", sans-serif;
    margin: 0;
    padding: 0;
}

a,
span {
    display: inline-block;
}

a {
    transition: 0.4s;
    color: inherit;
    text-decoration: none;
}

a:focus {
    outline: none !important;
}

a:hover {
    text-decoration: none;
}

a:visited,
a:active {
    outline: none;
    border: none;
    text-decoration: none;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:focus-visible {
    outline: -webkit-none !important;
    outline: none;
}
.font-weight-400 {
    font-weight: 400 !important;
}

.font-weight-500 {
    font-weight: 600 !important;
}
.font-weight-600 {
    font-weight: 600 !important;
}

.font-weight-300 {
    font-weight: 300 !important;
}

select.selectpicker,
.fliter-sort-inner span {
    font-family: "Cormorant", serif;
}
h2 {
    font-family: "Nunito Sans", sans-serif;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 600;
}
/**header-menu**/
.btn:active,
.btn:first-child:active {
    border: none !important;
}
.btn:first-child:active:focus-visible {
    box-shadow: none;
}
.main-header .navbar a.nav-link {
    font-size: 14px;
    font-weight: 500;
    color: var(--black);
    margin: 10px 10px 6px;
    padding: 0;
    line-height: 1;
    text-transform: uppercase;
    position: relative;
}
.navbar-nav i {
    font-size: 10px;
    font-weight: 100;
    vertical-align: middle;
}
.border-left {
    border-left: 1px solid #dfdfdf;
}
a.list-group-item {
    border: none;
    margin: 1px;
    padding: 1px 15px;
    font-size: 15px;
    line-height: 1.3;
}
.navbar button.close {
    display: none;
}
.list-group {
    margin: 5px auto;
}
.list-group h5 {
    padding: 0 0px;
    font-size: 14px;
    color: #000;
    font-weight: 500;
}

.dropdown .list-group li {
    list-style: none;
}
.dropdown .list-group li a {
    padding-left: 0;
    cursor: pointer;
}
/**dropdown css**/
.main-header .navbar .dropdown-toggle::after {
    content: none;
    vertical-align: middle;
}
/**user menu**/
.user-menu a img {
    width: auto;
    height: 18px;
}
.search {
    position: relative;
}
.search input[type="text"] {
    width: 30px;
    box-sizing: border-box;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    padding: 12px 20px 12px 40px;
    background-color: transparent;
    background-image: url("../images/search.png");
    background-position: 96% 48%;
    background-repeat: no-repeat;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
    border: 1px solid transparent;
    position: absolute;
    right: 10px;
    top: -1px;
}
.search input[type="text"]:focus {
    width: 350px;
    border: 1px solid #ff9aa0;
    background: white;
}
/**Mega Menu**/
.navbar-expand-lg .navbar-nav .dropdown-menu {
    min-width: 210px;
    width: 100%;
    border: 1px solid #ececec;
    border-radius: 0;
}
.dropdown-menu ul {
    padding-left: 0;
}
.dropdown:hover .dropdown-menu {
    display: block;
}
.dropdown-menu .list-group {
    margin: 5px 3%;
    width: 100%;
    padding: 15px 0;
    display: inline-block;
    /*border-bottom:1px solid #dee2e6 ;*/
}
.dropdown-menu h5 a {
    text-decoration: none;
    color: #000;
    margin-bottom: 10px;
    font-size: 15px;
}
h5.brand-menu a {
    font-size: 14px;
}
/* .dropdown-menu .brand-menu a
    {
        color:#000;
    }*/

.dropdown-menu .brand-menu:last-of-type a {
    color: #000;
}
.dropdown .dropdown-menu {
    /* transition: all 0.5s;*/
    overflow: hidden;
    transform-origin: top center;
    transform: scale(1, 0);
    display: block;
}
.dropdown:hover .dropdown-menu {
    transform: scale(1);
}

/**Mega Menu End**/
/**Menu End**/
/**banner**/
.carousel-inner a,
.carousel-inner a img {
    width: 100%;
}
.border-main {
    width: 200px;
    height: 5px;
    border-bottom: 1px solid #b8b8b8;
    display: flex;
    margin-top: 10px;
    margin-bottom: 35px;
}
/* .border-main::before {
            content: "";
            width: 70px;
            height: 4px;
            display: flex;
            position: relative;
            top: 1px;
            left: auto;
            right: auto;
            border: none;
            background: #ff9aa0;
        }*/

/**Trending Slider**/
.trending img {
    width: auto;
}
.trending p {
    font-weight: 500;
}
img.trending-left-img {
    margin-right: -75px;
    float: right;
    z-index: 1;
    position: relative;
}
.trending-btn .btn {
    border: 1px solid #000;
    width: 250px;
    text-align: left;
    display: inline-block;
    padding: 15px 23px;
    border-radius: 40px;
    margin-top: 80px;
    text-transform: uppercase;
    font-size: 18px;
    height: 60px;
    position: absolute;
    transition: 1s;
    font-weight: 500;
}
/*.category-images
        {
          position:relative;
        }*/
.trending-btn .btn::after {
    content: "";
    background-image: url(../images/btn-arrow.png);
    position: absolute;
    width: 60px;
    right: -6px;
    background-size: 78%;
    height: 60px;
    top: 5px;
    background-repeat: no-repeat;
    left: auto;
    z-index: -1;
    transform: translateX(0px);
}
.trending-btn .btn:hover {
    color: #fff;
    text-align: center;
    border: 1px solid #ff9aa0;
    background: #ff9aa0;
    transform: translateX(-8px);
}
/*.trending-btn .btn:hover::after {
        left: 0;
        right: 0;
        width: auto;
        background-color: #ff9aa0;
        background-image: none;
        top: 0;
        bottom: 0;
        height: 80px;
    }*/

/**New Arrival**/
.bg-grey {
    background: #f7f7f7;
    padding-bottom: 20px !important;
}
/**New Arrival slider**/

.card {
    cursor: pointer;
    border: none;
    background: transparent;
    padding: 10px;
}
/*.card .card-img-overlay{
                display: none;
            }*/
.card:hover .card-img-overlay {
    display: block;
}
.new-arrival .border-main,
.ratingnreview .border-main {
    margin-left: auto;
    margin-right: auto;
}
.card .img-fluid {
    width: 100%;
}
.card-img {
    position: relative;
    overflow: hidden;
}

.webBrandCategory {
    display: block;
}
.mobBrandCategory {
    display: none;
}
.mobBrandCategory img {
    object-fit: cover;
    width: 100%;
}
span.icon-wishlist {
    background: transparent;
    border-radius: 50%;
    position: absolute;
    width: 33px;
    height: 33px;
    top: 0px;
}
span.icon-wishlist i {
    color: #fff;
    font-size: 20px;
    padding: 10px 5px;
    position: static;
}
button.add-to-cart {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    border: none;
    font-size: 16px;
    background: #ff9aa0;
    text-transform: uppercase;
    color: #fff;
    line-height: 1.2;
    padding: 10px 0;
}
.product-slider-text {
    margin-top: 5px;
    text-align: left;
    font-family: "Nunito Sans", sans-serif;
    text-decoration: none;
    display: inline-block;
    width: 100%;
}
.product-slider-text h3 {
    font-size: 16px;
    font-family: "Nunito Sans", sans-serif;
    color: #000;
    line-height: 22px;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    /* min-height: 45px;
    height: 45px; */
    max-height: 45px;
    text-transform: uppercase;
}
.product-slider-text span {
    color: var(--dark-red);
    font-size: 18px;
    font-weight: 700;
}
.product-slider-text p {
    margin-bottom: 5px;
}
.rating-star {
    display: flex;
    float: left;
    padding-left: 0;
    margin-bottom: 5px;
}
.rating-star li {
    list-style: none;
    margin-right: 2px;
    line-height: 1;
}
.rating-number span {
    line-height: 1;
}
i.fa.fa-star.grey {
    color: #acacac;
}
.carousel-indicators {
    bottom: -50px;
}
span.swiper-pagination-bullet {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 20px;
    height: 20px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: initial;
    cursor: pointer;
    background-color: transparent;
    background-clip: inherit;
    border: 1px solid #acacac;
    opacity: 1;
    border-radius: 30px;
    transition: opacity 0.6s ease;
    position: relative;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 1px solid var(--dark-red);
}
span.swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    background-color: var(--dark-red);
}
span.swiper-pagination-bullet::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 20px;
    left: 5px;
    background-color: #acacac;
    right: auto;
    top: 5px;
}
.new-arrival .border-main::before {
    margin: 0 auto;
}
.card-img-overlay span.icon-wishlist.hover-active {
    display: none;
}

.card-img-overlay span.icon-wishlist.hover-active.active {
    display: block;
}
.size-chart {
    padding-left: 0;
}
/**Shop Look**/
.shop-sub-heading {
    font-size: 16px;

    color: #ff9aa0;
    line-height: 1.2;
}
.shop-look .font-weight-light {
    text-transform: initial;
}
/**End Shop Look**/
/**Instagram**/
.instagram h4 {
    font-family: "Nunito Sans", sans-serif;
    font-size: 27px;
    width: 400px;
    margin: 0 auto;
}
.instagram img {
    width: 100%;
}
.fa-shield-check:before {
    content: "\f2f7";
}
.swiper {
    width: 50%;
    height: auto;
    margin-top: 80px;
}
.swiper,
swiper-container {
    width: 100%;
    height: auto;
}
.swiper-wrapper {
    margin-bottom: 46px;
    height: auto;
}
.swiper-slide {
    text-align: center;
    height: auto;
    font-size: 18px;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.shop-look .swiper-button-next,
.shop-look .swiper-button-prev {
    position: initial;
    margin: 0 auto;
    cursor: pointer;
    z-index: 99;
}
.swiper-btn {
    display: flex;
    width: 120px;
    margin: 0 auto;
    border: 1px solid #a9a9a9;
    border-radius: 27px;
    padding: 0px;
    box-sizing: border-box;
}

.shop-look .swiper-button-next:after,
.shop-look .swiper-button-prev:after {
    color: #000;
    font-size: 18px;
}
.shop-look .swiper-pagination {
    font-size: 21px;
    line-height: 27px;
}
#videot {
    /*height: 800px;*/
    height: 500px;
    background: #eee;
    margin-left: 30px;
    box-sizing: border-box;
}
/**End Shop Look**/

/**Shipping section**/
.shipping-section p {
    color: var(--dark-red);
    margin-top: 8px;
    font-weight: 400;
    vertical-align: middle;
    margin-top: 12px;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
}
.shipping-section img {
    width: 100%;
    max-width: 75px;
}
/**Footer**/
footer {
    background: var(--grey);
    padding-top: 10px;
}
footer h5 {
    color: var(--dark-red);
    margin-top: 20px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
footer p {
    font-size: 14px;
    color: #000;
    line-height: 1.429;
    margin-top: 20px;
}
footer ul {
    padding-left: 0;
}
footer li {
    list-style: none;
}
footer a {
    font-size: 16px;
    color: var(--black);
    line-height: 1.929;
    text-decoration: none;
    /*text-transform:uppercase;*/
}
.footer-nav li {
    display: inline-block;
    margin-right: 10px;
}
.copyright {
    font-size: 16px;
    padding: 5px 0;
}
/*.icon-img.shipping-icon img {
            width: 38px;
            height: 38px;
        }*/
/**Home page end**/

/****Listing page****/
.list {
    margin-bottom: 30px;
}
select.selectpicker {
    margin-left: 5px;
    border: 1px solid #b8b8b8;
    background: transparent;
    width: 100px;
    padding: 0 10px;
}
ol.breadcrumb {
    margin: 0 auto;
    float: none;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
}
.detail-breadcrumb ol.breadcrumb {
    margin: 0 auto;
    float: none;
    justify-content: start;
    align-items: start;
    margin-bottom: 0px;
}

.listing-main h4 {
    text-transform: uppercase;
    margin-bottom: 0;
}
.toggle-menu-filter {
    display: none;
}
.listing h1,
.listing h2,
.listing h3,
.listing h4,
.listing h5 {
    font-size: 16px;
}
.fliter-main-section {
    padding-right: 3rem;
}
ul.filter-list {
    padding-left: 0;
    list-style: none;
}
.listing .border-main {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 20px;
}
.product-img {
    position: relative;
}
/*
        .p-a-link img:hover
        {
             opacity: 0.5; 
             background:red;
        }*/
/* .product-hover {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            background: rgba(0, 0, 0, 0.3);
        }*/
.product-list span.icon-wishlist i {
    padding: 8px;
    line-height: 20px;
}
.product-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* .list .product-hover {
            display: none;
        }*/
.list:hover .product-hover {
    display: block;
}
/**Pricing range**/
.price-input {
    width: 100%;
    display: flex;
    margin: 10px 0 25px;
}
.price-input .field {
    display: flex;
    width: 100%;
    height: 30px;
    align-items: center;
}
.field input {
    width: 100%;
    height: 100%;
    outline: none;
    font-size: 16px;
    margin-left: 0;
    border-radius: 0px;
    text-align: center;
    border: 1px solid #999;
    -moz-appearance: textfield;
}
span.range-price {
    width: 100%;
    font-size: 14px;
    text-align: center;
    display: inline-block;
    margin-top: 20px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.size-list li {
    display: inline-block;
    width: 49%;
}
.price-input .separator {
    width: 130px;
    display: flex;
    font-size: 19px;
    align-items: center;
    justify-content: center;
}
.slider {
    height: 3px;
    position: relative;
    background: #ddd;
    border-radius: 5px;
}
.slider .progress {
    height: 100%;
    left: 25%;
    right: 25%;
    position: absolute;
    border-radius: 5px;
    background: #ff9aa0;
}
.range-input {
    position: relative;
}
.range-input input {
    position: absolute;
    width: 100%;
    height: 5px;
    top: -5px;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
input[type="range"]::-webkit-slider-thumb {
    height: 17px;
    width: 17px;
    border-radius: 50%;
    background: #ff9aa0;
    pointer-events: auto;
    -webkit-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
input[type="range"]::-moz-range-thumb {
    height: 17px;
    width: 17px;
    border: none;
    border-radius: 50%;
    background: #ff9aa0;
    pointer-events: auto;
    -moz-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
/**Pricing-range**/

.breadcrumb-item a,
.breadcrumb-item {
    font-family: "Nunito Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    text-decoration: none;
}
.navbar-expand-sm .listing-main.navbar-collapse {
    flex-direction: column;
    width: 100%;
}
.navbar-expand-sm .listing-main.navbar-collapse .e-blog-widgetbox {
    width: 100%;
}
/*.filter button.btn.filter {
            text-align: left;
            text-transform: uppercase;
        }
        .filter button.btn {
            padding: 0;
            width: 50%;
            font-family: 'Cormorant', serif;
            font-size: 16px;
            font-weight: 600;
        }*/
.filter button.btn.navbar-toggler {
    display: inline-block;
    text-align: left;
    text-transform: uppercase;
}
.filter .clear {
    text-align: right;
    padding-top: 0;
    width: 50%;
    color: #000;
}
.filter .clear:hover {
    color: #000;
}
span.blog-ctgry-badge {
    float: right;
}
p.desk-btn {
    float: left;
    width: 50%;
}
.fliter-sort-inner {
    display: inline-block;
    width: 100%;
}
.fliter-sort-inner span {
    float: right;
    display: flex;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
}
.fliter-sort-inner p,
.fliter-sort-inner b {
    float: left;
    margin-bottom: 0;
    /*font-family: 'Cormorant';*/
    font-size: 14px;
    margin-right: 5px;
}
.fliter-sort-inner select.custom-select {
    width: 150px;
    margin-left: 5px;
    padding: 0 10px;
    line-height: 1;
    height: auto;
    min-height: auto;
}
ul.cart-option {
    position: absolute;
    bottom: 20px;
    padding-left: 0;
    text-align: center;
    list-style: none;
    left: auto;
    right: auto;
    width: 100%;
}
.cart-option li {
    display: inline-block;
    margin: 0 auto;
}
.cart-option li a {
    background: #fff;
    padding: 6px;
    border-radius: 50px;
    height: 35px;
    width: 35px;
    display: inline-block;
    text-align: center;
    margin: 0 3px;
}

.cart-option li:hover a i {
    color: #ff9aa0;
}
ul.color-code {
    padding-left: 4px;
    list-style: none;
}
ul.color-code li {
    display: inline-block;
    margin-right: 2px;
}
.color-code .form-check-input {
    width: 18px;
    height: 18px;
    border: none;
}
.color-code .form-check-input.color-red {
    background: red;
}
.color-code .form-check-input.color-green {
    background: green;
}
.color-code .form-check-input.color-blue {
    background: blue;
}
.color-code .form-check-input:checked[type="radio"] {
    background-image: none;
    position: relative;
}
.color-code .form-check-input:checked[type="radio"]:after {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    background: none;
    border: 1px solid #000;
    border-radius: 50px;
    top: -3px;
    left: -3px;
}
a.page-link {
    color: #000;
}
button.btn.desk-btn {
    float: left;
    text-align: left;
    text-transform: uppercase;
}

/***Listing page End***/

/**Detail page**/
/* .remooz-fullScreenContainer {
    display: none;
    height: 2000px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1500;
    background-color: rgba(255, 255, 255, 0.8);
}
.remooz-fullScreenContainer img {
    position: absolute;
    z-index: 1000;
    cursor: zoom;
    display: block;
} */
/**End detail page**/

/**Checkout**/

.addresses > div > div > ul {
    background-color: #f7f7f7;
    padding: 20px;
    margin-bottom: 30px;
}
/*.cart ul.radio li, .shopcart-table .filter div   {
      width: 100%;
    }*/
.filter label,
.filter label {
    font-size: 15px;
    cursor: pointer;
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0;
    padding-left: 0px;
    color: #fff;
    font-weight: 400;
}
.filter label::before {
    content: "";
    display: inline-block;
    height: 14px;
    left: -22px;
    margin-right: 10px;
    position: absolute;
    width: 14px;
    top: 4px;
    color: #000;
    text-align: center;
    border: 1px solid #000;
    border-radius: 50px;
}
.filter input[type="checkbox"],
.filter input[type="radio"] {
    display: none;
}
.filter input[type="radio"]:checked + label::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 6px;
    left: -20px;
    background-color: #000;
    width: 10px;
    height: 10px;
    border: 1px solid #000;
    border-radius: 50%;
}
.add-btn-style {
    border: 1px dashed #ddd;
    background-color: transparent;
    padding: 10px;
    width: 100%;
}

/**Product Detail**/
h1.pd-title,
.cart-heading h1 {
    font-family: "Nunito Sans", sans-serif;
    font-size: 40px;
}
.cart-heading h1 {
    text-transform: uppercase;
}
.product-detail ol.breadcrumb {
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 5px;
}
.prodetails-info h2 {
    text-transform: initial;
    padding-bottom: 10px;
}
#countdown {
    display: flex;
    margin: 0px auto 30px;
    justify-content: center;
}
#countdown .rating-star {
    margin: 0 15px;
}
#countdown .rating-star li {
    margin-right: 5px;
}
.product-detail .filter-list li {
    display: inline-block;
    margin-top: 5px;
    margin-right: 10px;
}
/**.product-detail .pd-color .filter-list li {
        margin-right: 2rem;
    }**/
ul.pd-price-wrap {
    display: flex;
    list-style: none;
    padding-left: 0;
    margin-top: 15px;
    margin-bottom: 0;
}
.pd-quantity ul.pd-qua-wrap {
    list-style: none;
    padding-left: 0;
}
.cart-button{
    background-color: var(--beige-color) !important;
    padding: 10px 0 !important;
}
.cart-button button {
    width: 33%;
    background: #000;
    border-radius: 0;
    color: #fff;
    text-transform: uppercase;
    margin: 10px 3% 10px 0;
    padding: 12px 10px;
}
.cart-button button:hover {
    background: #000;
    color: #fff !important;
}
.cart-button button:hover a {
    color: #fff;
}
.cart-button button.buy-btn {
    background: #040d49;
}
.cart-button button.buy-btn:hover {
    background: #040d49;
    color: #fff;
}
.price-font {
    font-size: 18px;
    font-weight: 600;
}
.accordion-item {
    background: transparent;
}
button.review-button {
    width: 215px;
    text-align: center;
    margin: 0 auto;
    border: 1px solid #000;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
}
button.wishlist {
    border: transparent;
    background: transparent;
    text-transform: uppercase;
    line-height: 3;
    float: right;
}
.review-bg .accordion-item {
    background: transparent;
    margin-bottom: 35px;
    border-bottom: 0;
}
.review-bg .accordion-button {
    display: inline-block;
}
button.accordion-button.review-button.collapsed {
    display: inline-block;
}
.comment-from {
    text-align: left;
    margin: 20px auto;
    width: 60%;
    border: 1px solid #ced4da;
    padding: 10px 30px;
}
.accordion-button.review-button:not(.collapsed) {
    background: #ff9aa0;
    text-align: center;
    box-shadow: none;
    color: #fff;
}
.accordion-button.review-button:focus {
    box-shadow: none;
    border-color: #ff9aa0;
}
.review-button::after {
    content: none;
}
.comment-from .form-control {
    border-radius: 0;
}
.comment-from .btn.buy-btn {
    background: black;
    color: #fff;
    border-radius: 0;
    text-transform: uppercase;
}
.comment-from .btn.buy-btn:hover {
    background: #ff9aa0;
}
#myModal .modal-dialog {
    max-width: max-content;
}
h4.modal-title {
    font-family: "Cormorant", serif;
    font-size: 30px;
}
.modal-body img {
    width: 100%;
}
.wishlist i {
    color: #ff9aa0;
    vertical-align: middle;
    font-size: 18px;
    margin-right: 3px;
}
.delivery-options ul {
    list-style: none;
}
ul.free-delivery-option {
    list-style: none;
    background: #eee;
    display: flex;
}
.pd-special-price,
.pd-size,
.pd-color,
.pd-quantity,
.pd-special-detail {
    margin-bottom: 15px;
}
.pd-qua-wrap li {
    width: 50%;
}
.pd-quantity input[type="button"] {
    padding: 10px 12px;
    font-size: 20px;
    background: #fff;
    border: 1px solid #c2c2c2;
}
.pd-quantity input[type="number"] {
    font-size: 20px;
    background: #f1f1f1;
    text-align: center;
    border: 1px solid #c2c2c2;
    width: 100px;
}
.ib-list-right {
    margin-top: 10px;
    margin-bottom: 20px;
}
#accordion .card {
    padding: 0;
}
#accordion .card-header {
    background: transparent;
    border-top: 1px solid #d2d2d2;
    border-radius: 0;
    border-bottom: none;
    position: relative;
}
#accordion .card-header a:after {
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 22px;
    text-align: right;
    float: right;
    position: absolute;
    right: 0;
    top: 5px;
}
#accordion a.collapsed:after {
    content: "\f106";
}
#accordion a {
    font-weight: 500;
    width: 100%;
    text-align: left;
}
#accordion i {
    float: right;
}
#accordion .card-body {
    padding: 0 0 20px;
}
.ratingnreview {
    background: #f7f7f7;
}
.text-left.review {
    text-align: left;
    padding-left: 35px;
}
.swiper {
    width: 100%;
    height: auto;
    /* margin-top: 30px; */
    margin-top: 0px;
}
.product-heading {
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
}
.pd-price-ttile {
    font-size: 14px;
}
.text-cross {
    color: #a9a9a9;
    margin: 0 10px;
    text-decoration: line-through;
}
.pd-price-off {
    margin-left: 5px;
}
.taxs {
    font-size: 14px;
    margin-left: 10px;
    color: #000;
}
.size-chart {
    color: #000;
    text-decoration: none;
    font-size: 14px;
}
.review-detail {
    display: flex;
    margin: 30px 20px;
}
.review-star {
    display: flex;
    background: #ff9aa0;
    height: max-content;
    padding: 10px;
    line-height: 1;
    font-weight: 600;
    font-size: 18px;
}
.review h4 {
    font-size: 18px;
    margin: 10px 0;
}
.review p {
    font-size: 14px;
}
.review ul {
    padding-left: 0;
    list-style: none;
    font-weight: 500;
}
.review li {
    margin-right: 20px;
}
.all-review {
    color: orange;
    text-decoration: none;
    margin: 40px auto 10px;
    display: inline-block;
    font-weight: 500;
}
.size-chart img {
    width: 20px;
    margin-right: 5px;
}
.pd-infotop {
    margin-top: 10px;
}
.blog-ctgry-name article {
    position: relative;
    width: 100%;
    height: 40px;
    margin: 0px;
    float: left;
    border: 1px solid #b6b6b6;
    box-sizing: border-box;
}
.blog-ctgry-name article div {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 25px;
    transition: 0.5s ease;
    padding: 7px 15px;
}
.blog-ctgry-name article input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    opacity: 0;
    cursor: pointer;
}
.blog-ctgry-name input[type="radio"]:checked ~ div {
    background-color: #000;
    color: #fff;
}

.blog-ctgry-name input[type="radio"]:checked ~ div span {
    color: #fff;
}
.filter-list.color-code article.feature {
    overflow: hidden;
}
.filter-list.color-code img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.filter-list.color-code .blog-ctgry-name article {
    position: relative;
    width: 50px;
    height: 70px;
}
.filter-list.color-code
    .blog-ctgry-name
    input[type="radio"]:checked
    ~ div
    span:after {
    content: "";
    position: absolute;
    background: rgba(1, 1, 1, 0.4);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
/**Cart Page**/
.cart-part {
    border: 1px solid #c1c1c1;
    padding: 10px;
}
a.sc-product-thumb {
    float: left;
    width: 25%;
}
.sc-productwrap a img.img-fluid {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.sc-product-details {
    float: left;
    font-size: 89px;
    width: 75%;
    padding-left: 20px;
    box-sizing: border-box;
    vertical-align: top;
    display: inline-block;
}
.sc-productwrap {
    display: inline-block;
    width: 100%;
}
a.sc-product-ttl {
    text-decoration: none;
    color: #000;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0px;
    line-height: 1.3;
    float: left;
    width: 100%;
}
.sold-by {
    color: #c1c1c1;
    margin-bottom: 15px;
    font-size: 13px;
    float: left;
    width: 100%;
}
.product-cart-list .sc-product-sz {
    display: inline-block;
}
.cart-part {
    border: 1px solid #c1c1c1;
    padding: 10px;
    margin-bottom: 40px;
    display: inline-flex;
    width: 100%;
    position: relative;
}
p.sc-product-sz {
    margin-top: 10px;
    font-size: 18px;
    color: #000;
    font-weight: 500;
}
p.sc-product-sz span {
    text-decoration: line-through;
    color: #7a7a7a;
    margin: 0 10px;
    font-size: 18px;
}
p.sc-product-sz span.color-green {
    text-decoration: none;
    color: #0ba706;
}
.btn-promo-outer {
    background: #fff;
}
.text-promro,
.cart-detail {
    padding: 0px 0 0 20px;
    width: 74%;
    border: none;
    float: left;
}
.apply-btn {
    color: orange;
    border: none;
    background: transparent;
    text-transform: uppercase;
    font-weight: 600;
    text-align: right;
    width: 24%;
    padding: 0 10px;
}
.shopcart-dis-list {
    padding-left: 2px;
    list-style: none;
    margin-top: 20px;
}
.shopcart-dis-list li {
    margin-bottom: 10px;
}
.btn.remove-btn {
    padding: 10px 10px 0px 0;
    text-transform: uppercase;
    font-weight: 600;
}
.sc-product-sz button {
    background: #f1f1f1;
    color: #000;
    border: none;
    border-radius: 0;
    padding: 10px 10px;
    font-size: 14px;
    margin-right: 20px;
}
.sc-product-sz button.dropdown-toggle::after {
    margin-left: 1.255em;
}
.know-more {
    color: red;
    text-decoration: none;
    font-size: 14px;
}
.btn-remove {
    position: absolute;
    bottom: 4px;
}
.e-totalsumry-header {
    background: #f1f1f1;
    padding: 20px;
}
.e-totalsumry-ttl {
    text-transform: uppercase;
    font-size: 16px;
}
.e-totalsumry-body {
    border-top: 1px solid #c1c1c1;
    padding-top: 15px;
}
.e-totalsumry-body ul {
    list-style: none;
    padding-left: 0;
}
.e-totalsumry-body .btn.buy-btn {
    background: #ff9aa0;
    width: 100%;
    border-radius: 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 18px;
}
.help,
.help a {
    text-align: right;
    font-size: 14px;
    margin-top: 10px;
}
.help a {
    color: #ff9aa0;
    text-decoration: none;
}
a.wishlist {
    font-size: 14px;
    color: #000000;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
}
.login-popup .modal-dialog {
    max-width: 750px;
}
.form-control {
    border-radius: 0;
    border: 1px solid #f1efef;
}
/**Checkout**/
.checked-details p {
    margin-bottom: 0;
    font-size: 15px;
}
.cart-prod-name {
    font-size: 16px;
}
.editAddress,
.removeAddress {
    list-style: none;
    text-decoration: none;
    /*border: 1px solid #ff9aa0;*/
    padding: 2px 10px;
    color: #000;
}
.listeeTarget li {
    list-style: none;
}
.listeeTarget label {
    margin: 0px 0px 0px 10px;
}
.checkout-total span.align-items-right {
    float: right;
}
.btn.order-btn {
    width: 100%;
    text-align: center;
    color: #fff;
    background: #ff9aa0;
    border-radius: 0;
}
.text-danger.fw-bolder {
    font-size: 16px;
}
/**Media Query**/
.user-menu img {
    width: 22px !important;
}
.user-menu a img {
    height: auto;
}

.trending img {
    width: 100%;
}
.search input[type="text"] {
    top: -3px;
    background-size: 20px;
}
h1.pd-title,
.cart-heading h1 {
    font-size: 28px;
}
.filter p,
.filter button {
    font-size: 14px;
}
.cart-button button {
    font-size: 14px;
}
a.wishlist {
    font-size: 14px;
}
.text-cross {
    margin: 0 2px;
}
.product-detail .filter-list li {
    margin-right: 5px;
}
.product-detail .filter-list li:last-child {
    margin-right: 0px;
}
@media (max-width: 1180px) {
    .main-header .navbar a.nav-link {
        font-size: 14px;
        margin: 10px 5px;
    }
    .product-detail .filter-list li {
        margin-right: 3px;
    }
    .text-cross {
        margin: 0 5px;
    }
    .trending-btn .btn {
        width: 200px;
        padding: 15px;
        font-size: 15px;
        height: 60px;
    }
    .trending-btn .btn::after {
        background-position: center;
        width: 50px;
        right: 4px;
        height: 50px;
        top: 3px;
    }
    .sc-product-sz button {
        margin-right: 15px;
    }
    h1.pd-title,
    .cart-heading h1 {
        font-size: 30px;
    }
}
@media (max-width: 991px) {
    #navbarSupportedContent {
        position: fixed;
        z-index: 999999;
        width: 85%;
        right: 0px;
        background: #fff;
        padding: 46px 20px;
        border: 1px solid #eee;
        margin: 0;
        top: 0px;
        bottom: 0;
        padding-top: 85px;
    }
    .top-header img {
        width: 90px;
    }
    /* li.nav-item, .list-group-item {
                border-bottom: 1px solid #e3e3e3;
            }*/
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        min-width: 100%;
        border: none;
        padding: 0;
        margin-left: 15px;
    }
    .navbar button.close {
        position: absolute;
        border: none;
        display: block;
        background: none;
        right: 20px;
        top: 0;
    }
    .dropdown .list-group ul {
        padding-left: 0;
    }
    .user-menu .navbar-nav {
        flex-direction: row;
    }
    #videot {
        margin: 20px auto;
    }
    a.navbar-brand {
        margin-right: auto;
    }
    button.navbar-toggler {
        border: none;
        vertical-align: middle;
        padding-top: 0;
    }
    .navbar-toggler:focus {
        box-shadow: none;
    }
    .navbar-toggler i {
        color: #000;
    }
    .user-menu .navbar-nav {
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    .search input[type="text"] {
        top: -23px;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        min-width: 100%;
        padding-left: 0 !important;
        height: 300px;
        overflow: scroll;
    }
    .dropdown .dropdown-menu {
        display: none;
    }

    .pd-price-wrap span {
        font-size: 16px;
    }
    .text-cross {
        margin: 0 5px;
    }
    .blog-ctgry-name article {
        width: 35px;
        height: 35px;
        margin: 2px;
        font-size: 14px;
    }
    ul.pd-qua-wrap.d-flex.justify-content-between {
        display: inline-block !important;
        width: 100%;
        margin-bottom: 0px;
    }
    .pd-qua-wrap li {
        width: 100%;
    }
    button.wishlist {
        float: none;
    }
    .cart-button button {
        width: 100%;
        margin: 3px auto;
        padding: 12px 10px;
    }
    .text-left.review {
        text-align: left;
        padding-left: 15px;
        box-sizing: border-box;
        width: 97%;
    }
    .apply-btn {
        padding: 0 2px;
        font-size: 16px;
    }
    .sc-product-sz button {
        margin-right: 5px;
        margin-bottom: 5px;
        width: 100%;
        padding: 5px;
        text-align: left;
    }
    .sc-product-thumb {
        width: 100%;
    }
    .sc-product-details {
        width: 100%;
        margin-top: 5px;
        padding-left: 0;
    }
    .btn-remove {
        position: initial;
    }
    .sc-productwrap a img.img-fluid {
        height: 100px;
        object-fit: contain;
    }
    .cart-detail {
        width: 70%;
    }
    a.sc-product-ttl {
        font-size: 18px;
        text-align: left;
    }
    .sc-product-sz {
        margin-top: 5px;
        margin-bottom: 5px;
        width: 49%;
    }
    p.sc-product-sz {
        width: 100%;
    }
    .btn.remove-btn {
        font-size: 14px;
    }
    .sc-product-sz button.dropdown-toggle::after {
        margin-left: auto;
        margin-right: auto;
        position: absolute;
        right: 5px;
        top: 35%;
    }
}
@media (max-width: 768px) {
    /*custom media query start here*/
    .menArray .cat-buy-btn,
    .womenUni .cat-buy-btn {
        padding: 10px 15px;
        font-size: 13px;
        margin-top: 0;
    }

    .webBrandCategory {
        display: none;
    }
    .mobBrandCategory {
        display: block;
    }
    .menArray h3,
    .womenUni h3 {
        margin-top: 85px;
    }

    .new-arrival.bg-grey {
        margin-bottom: 0 !important;
    }
    .BrandsCategory .menArray p,
    .BrandsCategory .womenUni p {
        width: 100%;
    }
    .newsLetter {
        /* bottom: -50px; */
        width: 100%;
        margin: 0 auto;
    }
    .shippingBorder .featureBlock {
        width: calc(100% - 0px);
        flex-direction: row;
        border: 15px solid #f1f1f1;
        padding: 1rem;
    }
    .home-cat-banners {
        margin-top: 30px;
    }
    .related-products-area .card {
        padding: 5px !important;
    }
    .related-products-area .p-off-price {
        right: 9px !important;
        top: 11px !important;
    }
    .videoHome {
        margin-top: 15px;
    }
    .price {
        font-size: 13px !important;
    }
    .cat-slider-info.cat-sinfo-men .swipe-cat-buttons {
        margin-left: 11px !important;
        margin-top: 35px !important;
        margin-bottom: 100px;
    }
    .home-cat-banners .cat-banner-left {
        margin-bottom: 30px;
    }
    .new-arrival .card {
        padding: 5px;
    }
    .navbar-brand.main-tudor-logo {
        z-index: 1;
    }

    .user-menu .navbar-nav {
        flex-direction: unset !important;
        justify-content: unset !important;
    }

    .top-header .side-menu-header {
        display: inline-block !important;
    }
    .main-logo a {
        position: absolute;
    }
    .p-off-price {
        height: 47px !important;
        width: 47px !important;
        font-size: 12px !important;
        right: 4px !important;
        top: 8px !important;
    }
    .c-wlist-area {
        width: 50%;
    }
    span.icon-wishlist i {
        font-size: 17px;
    }
    .w-list-cart .bag-cart-icon img {
        max-width: 21px !important ;
    }
    img.mb-searh {
        margin-top: 6px !important;
    }
    .cat-b-info {
        margin-top: 20px !important;
        margin-left: 0 !important;
    }

    .cat-b-info h4 br {
        display: none;
    }
    .cat-slider-info h4 {
        font-size: 24px !important;
    }
    .swipe-cat-buttons {
        margin-left: 0 !important;
        margin-top: 60px !important;
        margin-bottom: 75px !important;
    }

    .vc-msg .img-wrapper {
        margin-bottom: 40px;
    }
    .container-fluid {
        padding: 0px 0px !important;
    }
    .navbar.main-header {
        padding: 4px 15px !important;
    }
    .main-header img.mb-searh {
        margin-top: 12px !important;
    }
    .footer-s-media {
        margin-left: 0 !important;
        width: 49% !important;
    }
    .social-m-icons img {
        max-width: 27px !important;
    }
    .home-page-content {
        margin: 24px 0;
    }
    .up-footer-content p {
        font-size: 14px;
    }
    .up-footer-content {
        padding: 100px 0px !important;
        margin-top: 20px !important;
        padding-bottom: 40px !important;
    }

    .footer-area-col {
        padding: 31px 20px !important;
    }

    /*    .footer-logo {
        max-width: 115px !important;
    }*/

    .cat-slider-info .swiper-button-next:after {
        background-size: 70%;
    }

    .cat-slider-info .swiper-button-prev:after {
        background-size: 70%;
    }
    .cat-slider-info.cat-sinfo-men {
        order: -1;
    }
    .border-hr {
        margin-bottom: 10px !important;
    }

    .top-header .left-logo-area {
        text-align: center !important ;
        display: inline-block !important;
        margin-bottom: 20px;
    }
    .main-header .top-header .side-menu-header {
        position: absolute;
        bottom: 8px;
        z-index: 1;
        right: 59px;
    }
    .main-header {
        position: relative;
        /* overflow: hidden; */
    }

    .navbar-sidbar .mb-searh-icon {
        margin-top: 0 !important;
    }
    .close-icon.close-menu i {
        font-size: 20px;
        font-weight: normal;
        margin-top: 20px;
    }
    .product-slider-text h3 {
        font-size: 14px;
    }
    .accountDropdown .nav-link {
        width: 100% !important;
    }
    .accountDropdown .dropdown--account.account-dropd {
        right: -100px !important;
        left: auto !important;
    }
    .search-box form {
        text-align: right;
    }

    .navbar-sidbar .search-box input[type="text"] {
        width: 58% !important;
    }
    .navbar-sidbar .search-box {
        left: -147px;
        top: 55px !important;
    }

    .dropdown .list-group li a {
        width: 60%;
    }
    .navbar-sidbar .mb-searh-icon {
        margin-bottom: -23px;
    }

    .navbar-sidbar .search-box input[type="text"] {
        margin-left: 0 !important;
    }
    .navbar-sidbar .search-box {
        width: 100%;
    }

    .hompage .trending {
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
    }
    .hompage .new-arrival.featured-category {
        margin-top: 0;
        padding-top: 0 !important;
    }
    .swiper-wrapper {
        margin-bottom: 10px;
    }
    .navbar-brand.main-tudor-logo {
        visibility: inherit !important;
    }
    .desktop-tudor-logo {
        display: none;
    }
    .t-main-logo {
        margin-right: 0 !important;
    }
    .tag-title {
        width: auto !important;
    }
    .new-arrival .border-main {
        margin-bottom: 20px !important;
    }
    .user-menu .totalItems {
        right: 0px !important;
        line-height: 23px !important;
    }
    .user-menu .totalWishlistItems {
        right: 0px !important;
        line-height: 23px !important;
    }
    #myOverlay .overlay-content {
        left: -17px;
        max-width: 300px;
    }
    .page-wrapper.account-page .d-area-info {
        margin-bottom: 10px !important;
    }
    .delivery-address-area {
        padding-left: 0 !important;
        padding-bottom: 0 !important;
    }
    .delivery-order-info {
        padding-top: 0 !important;
    }
    .c-code-btn.existing-user .cart-coupon-btn {
        margin-top: 0 !important;
    }
    .coupon-popup p {
        margin-bottom: 0;
    }
    .pm-product-details .coupon-popup {
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .wishlist-text .btn {
        height: 30px !important;
        margin-top: 6px !important;
        width: 126px !important;
    }
    .order-date {
        display: block !important;
        margin-top: 3px;
    }
    .rgt-cont p {
        margin-bottom: 5px;
    }
    .main-header .top-header img {
        width: 100%;
        max-width: 100px;
    }
    .cartpage-btn {
        margin-bottom: 20px;
    }
    .swiper.detail-slider .swiper-button-next,
    .swiper.detail-slider .swiper-button-prev {
        width: 35px !important;
        height: 35px !important;
        background-color: #ff9aa0;
        border-radius: 50px;
        color: #fff !important;
    }
    .swiper-button-prev:after,
    .swiper-button-next:after {
        font-size: 20px !important;
    }

    .listing .listing-row {
        margin-top: 20px !important;
    }
    .listing-logos {
        margin-bottom: 10px !important;
    }
    .listing-logos img {
        width: 100%;
        max-width: 100px;
        margin-bottom: 10px;
    }
    .blog-ctgry-name article {
        width: auto;
    }
    #detail-pop .modal-body {
        padding: 0;
        margin-bottom: -6px;
    }
    #detail-pop .swiper-button-next,
    #detail-pop .swiper-button-prev {
        width: 35px !important;
        height: 35px !important;
        background-color: #ff9aa0;
        border-radius: 50px;
        color: #fff !important;
    }
    #detail-pop .swiper-button-next:after,
    #detail-pop .swiper-button-prev:after {
        font-size: 20px;
    }
    .btn-close i {
        font-weight: normal;
    }
    #detail-pop .modal-dialog {
        width: 100%;
        max-width: 334px;
        margin: 71px auto;
    }
    #detail-pop .btn-close {
        position: absolute;
        right: 0;
        top: 10px;
        z-index: 999;
        background: none;
        font-size: 24px;
    }
    #detail-pop .swiper.detail-slider {
        margin-top: 0;
    }
    #detail-pop .swiper-wrapper {
        margin-bottom: 0;
    }
    #detail-pop .modal.show .modal-dialog {
        margin: 0;
    }
    .new-arrival .swiper-wrapper {
        margin-bottom: 0;
    }
    .shipping-section p {
        margin-top: 0;
        margin-left: 10px;
        font-size: 18px;
        line-height: 1.2;
    }
    .featured-product .swiper-btn {
        margin-top: 30px;
    }
    .shiping-icon-area {
        margin-bottom: 30px;
    }
    .trending-btn .btn::after {
        height: 40px;
        width: 40px;
    }
    #return-to-top {
        display: none !important;
    }
    .whatsapp-icon {
        bottom: 97px !important;
        right: 16px !important;
    }
    .trending .shop-now-btn {
        left: 25%;
        bottom: 15%;
        max-width: 157px;
        padding: 7px;
        font-size: 14px;
    }
    .footer-s-media img {
        max-width: 100px;
    }
    .shop-look {
        padding-bottom: 0;
    }
    .trending .shop-now-btn.shop-btn-2 {
        left: 25%;
        bottom: 20%;
    }
    .swiper-btn.featured-p-btn {
        margin-top: 30px;
    }
    #videot {
        height: 300px;
    }
    .navbar-sidbar .serarh-form-area {
        display: none;
    }

   .sort-area {
    position: fixed;
    bottom: 8px;
    right: 20px;
    padding: 0;
    z-index: 999999;
    border: none;
}

    .sort-area .nice-select {
        border: none;
    }

    .detail-video {
        height: auto;
        width: auto;
    }
    .mb-searh-icon {
        display: block !important;
        margin-right: 10px;
        margin-top: 0px;
    }

    .search input[type="text"] {
        left: auto;
        right: -77px;
        top: 42px;
        z-index: 9;
        border: 1px solid #d1d1d1;
        padding: 5px 44px 4px 10px;
        width: auto;
    }
    .menArray,
    .womenUni {
        padding: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .menArray p,
    .womenUni p {
        font-size: 1.6rem !important;
    }

    .desktop-banner {
        display: none;
    }
    .product-list span.icon-wishlist i {
        padding: 7px;
        line-height: 22px;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        height: auto;
    }
    .trending h2 {
        margin-top: 30px;
    }

    .trending-btn .btn {
        width: 180px;
        height: 50px;
        padding: 8px 24px;
    }
    span.icon-wishlist {
        width: 33px;
        height: 33px;
    }
    .shop-look .swiper-wrapper {
        margin-bottom: 0 !important;
    }
    .instagram.insta-sec {
        margin-top: 0 !important;
    }

    .cart-button .btn:first-child:active {
        background-color: #000;
    }
    .btn-check:checked + .btn,
    .btn.active,
    .btn.show,
    .btn:first-child:active,
    :not(.btn-check) + .btn:active {
        background: #fff;
    }
    img.trending-left-img {
        margin-right: auto;
        margin-bottom: 30px;
    }
    .navbar-brand img {
        width: 110px;
    }
    .navbar > .container-fluid {
        align-items: baseline;
        justify-content: flex-end;
    }
    .instagram h4 {
        width: 100%;
    }
    .clearfix {
        display: none;
    }
    .main-header .navbar a.nav-link {
        margin: 10px 5px;
        width: 60%;
        color: #000;
    }
    .user-menu img {
        width: 18px;
    }
    button.navbar-toggler {
        border: none;
        vertical-align: middle;
        padding-top: 0;
        font-weight: 600;
        width: 100%;
        padding-top: 11px;
        text-align: left;
        padding-left: 14px;
        font-size: 20px;
    }
    .navbar-toggler:focus {
        box-shadow: none;
    }
    .navbar-toggler i {
        /*color: #e4c09c;*/
    }
    .user-menu .navbar-nav {
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    button.btn.desk-btn {
        display: none;
    }

    .filter button.btn.clear {
        display: none;
    }
    .toggle-menu-filter {
        display: block;
        position: sticky;
        top: 0;
        float: right;
    }
    .toggle-menu-filter button {
        background: #ff9aa0;
        color: #fff;
    }
    .toggle-menu-filter button:hover {
        background-color: #ff9aa0;
        color: #fff;
    }
    .toggle-menu-filter button:active {
        background-color: #ff9aa0;
        color: #fff;
    }

    .listing-main.navbar-collapse.collapse {
        display: none !important;
    }
    .listing-main.navbar-collapse.collapse.show {
        display: block !important;
        margin-right: 100px;
        margin-top: 15px;
        background-color: #fff;
        z-index: 1050;
    }
    span.sort-option {
        position: fixed;
        bottom: 0;
        width: 50%;
        right: 0;
        z-index: 1;
        background: white;
        padding: 10px;
        text-align: center;
        line-height: 2;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    }
    /*button.btn.navbar-toggler {
            position: fixed;
            bottom: 0;
            z-index: 2;
            background: white;
            padding: 10px;
            width: 50%;
            left: 0;
            text-align: center !important;
            color: #000;
            box-shadow: -5px 0px 10px rgba(0, 0, 0, 0.3);
            line-height: 2;
        }*/
    select.selectpicker {
        margin-left: 5px;
        border: none;
        background: none;
        width: 78%;
    }

    .search input[type="text"]:focus {
        width: 250px;
    }
    .listing-main {
        position: fixed;
        top: 0;
        bottom: 0;
        background: #fff;
        z-index: 1;
        width: 100%;
        left: 0;
        padding: 30px;
        box-sizing: border-box;
        overflow-y: scroll;
    }

    /* ditch the ugle blue outline */
    .navbar-toggler:focus,
    .navbar-toggler:active {
        outline: 0;
    }

    /* hide close when burger shown */
    .navbar-toggler.collapsed .close-icon {
        display: none;
    }

    .navbar-toggler:not(.collapsed) .navbar-toggler-icon {
        display: inline;
    }
    .sc-product-sz {
        width: 32.5%;
    }
    p.sc-product-sz {
        text-align: center;
    }
    .btn-remove {
        text-align: center;
    }
    /* .navbar.main-header{
    background-color: #f2f2f2 !important;
} */
    .top-header .left-logo-area {
        margin-top: 1rem;
    }
    .menArray,
    .womenUni {
        display: flex;
        flex-direction: column;
        align-items: baseline;
        justify-content: end;
    }
}

@media (max-width: 400px) {
    .letterInput {
        position: relative;
        width: 290px;
    }
    .product-cart-list .sc-product-sz {
        display: inline-block;
        width: 49%;
        margin: 0 auto;
    }
    .product-cart-list {
        text-align: center;
    }
    .menArray,
    .womenUni {
        padding: 1rem;
        margin-bottom: 1rem;
    }
    .menArray p,
    .womenUni p {
        font-size: 1.6rem;
    }
}

/*Custom css start here*/

.dropdown--account li.nav-item img {
    height: unset;
    width: 24px !important;
}

/* .featuredslider .swiper-bt-next,
.swiper-bt-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.featuredslider .swiper-bt-next,
.featuredslider .swiper-bt-prev {
    width: 35px !important;
    height: 35px !important;
    background-color: #000;
    border-radius: 50px;
    color: #fff !important;
}

.featuredslider .swiper-bt-prev {
    top: 38% !important;
    left: 0;
}
.featuredslider .swiper-bt-next {
    top: 38%;
    right: 0;
} */

.swiper-bt-next.swiper-button-disabled,
.swiper-bt-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}

.swiper-bt-prev.swiper-button-disabled,
.swiper-bt-prev.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}

.cat-slider-info .swiper-b-prev:after {
    background-image: url(/front/images/b-aarow-left.png);
    background-size: contain;
    background-repeat: no-repeat;
    font-family: auto;
    content: "";
    height: 27px;
    width: 27px;
    display: inline-block;
}

.cat-slider-info .swiper-b-next:after {
    background-image: url(/front/images/b-aarow-right.png);
    background-size: contain;
    background-repeat: no-repeat;
    font-family: auto;
    content: "";
    height: 27px;
    width: 27px;
    display: inline-block;
}

.cat-slider-info.cat-sinfo-men .swiper-b-prev {
    position: absolute;
    left: 0;
}
.swiper-b-prev.swiper-button-disabled,
.swiper-b-prev.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}
.swiper-b-next.swiper-button-disabled,
.swiper-b-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}

.cat-slider-info.cat-sinfo-men .swiper-b-next {
    position: absolute;
    right: 11px;
}

.cat-slider-info.cat-sinfo-men .swipe-cat-buttons {
    margin-left: 65px;
    margin-top: 60px;
}

.product-listing span.icon-wishlist i {
    color: #000;
    padding: 15px;
}

.product-listing .p-off-price {
    text-align: center;
}

.border-hr {
    background-color: #737373;
    margin-bottom: 40px;
}

.footer-area-col {
    padding: 65px 42px;
}

.support-list b {
    margin-right: 4px;
    color: #040d49;
}
.shipping-section {
    background-color: var(--beige-color);
    text-align: center;
    padding: 4rem 0;
    overflow: hidden;
}
.shipping-section .row {
    position: relative;
}

.up-footer-content a {
    color: #fff;
}
.up-footer-content a.moreless-button {
    font-weight: bold;
}
.moretext {
    display: none;
}

.up-footer-content {
    background-image: url("/front/images/footer_bg.jpg");
    padding: 100px;
    margin-top: 50px;
}

.up-footer-content p {
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 300;
}

.m-cat-slider .cat-slider-info p {
    color: #8a9bb4 !important;
}
.m-cat-slider .cat-slider-info p a {
    text-decoration: underline;
}
.m-cat-slider .cat-slider-info p a:hover {
    color: #000;
}
.cat-sinfo-men p {
    color: #8a9bb4 !important;
}
.cat-sinfo-men .cat-buy-btn {
    background-color: #d6e3f7;
}

.cat-sinfo-men .cat-buy-btn:hover {
    background-color: #c1d2ec;
    color: #000;
}
.swipe-cat-buttons {
    position: relative;
    margin: 0;
    width: 100%;
    max-width: 120px;
    margin-left: auto;
    height: 45px;
}
.w-cat-slider .swiper-slide h4 {
    text-transform: uppercase;
    color: var(--white);
    font-size: 18px;
    margin-top: 20px;
}
.m-cat-slider .swiper-slide h4 {
    text-transform: uppercase;
    color: #000;
    font-size: 18px;
    margin-top: 20px;
}
.cat-buy-btn {
    /* background-color: #ffe1f1; */
    background-color: #ed5220;
    color: #fff;
    padding: 10px 35px;
    text-transform: uppercase;
    margin-top: 30px;
}
.womenStyle .cat-b-info p a {
    color: #ed5220;
}
.cat-buy-btn:hover {
    /* background-color:#ffd2ea; */
    background-color: #ed5220;
    color: #fff;
}
.cat-slider-info h4 {
    font-size: 40px;
    font-weight: 400;
}
.w-cat-slider .swiper-slide h4:hover {
    color: #000;
}

.swipe-cat-buttons {
}
.cat-slider-info {
    position: relative;
}
.cat-slider-info p {
    text-transform: uppercase;
    color: #d07ca9;
    text-decoration: underline;
    font-weight: 500;
    letter-spacing: 1px;
}
.cat-b-info {
    margin-top: 120px;
    margin-left: 50px;
}
.c-wlist-area {
    text-align: center;
    padding-left: 0;
}

.new-arrival-swipper {
    margin-bottom: 20px;
}

/* .cat-slider-info .swiper-button-next:after {
    background-image: url("/front/images/b-aarow-right.png");
    background-size: contain;
    background-repeat: no-repeat;
    font-family: auto;
    content: "";
    height: 50px;
    width: 50px;
    display: block;
}

.cat-slider-info .swiper-button-prev:after {
    background-image: url("/front/images/b-aarow-left.png");
    background-size: contain;
    background-repeat: no-repeat;
    font-family: auto;
    content: "";
    height: 50px;
    width: 50px;
    display: block;
} */

.w-list-cart .bag-cart-icon img {
    width: 100%;
    max-width: 25px;
}

.wish-list-sec {
    display: inline-block;
}
.bag-cart-icon {
    display: inline-block;
    margin-right: 24px;
    margin-top: 2px;
}
.w-list-cart {
    width: 100%;
    background-color: #040d49;
    color: #fff;
    position: relative;
    max-width: 250px;
    margin: 0 auto;
    margin-top: 25px;
    padding: 5px;
}
/*.w-list-cart a
{
    display:inline-block;
}
*/
.p-off-price {
    color: var(--dark-red);
    position: absolute;
    right: 15px;
    top: 13px;
    background-color: #fff;
    height: 50px;
    width: 50px;
    border-radius: 50px;
    font-weight: bold;
    font-size: 13px;
    line-height: 15px;
    padding: 10px;
}

.main-title-area {
    color: var(--dark-red);
    font-family: "Philosopher", sans-serif;
    letter-spacing: 0.6px;
}
.upsub-title {
    color: #ed5220;
    font-weight: 500;
    margin-top: 1.8rem;
}
.cat-banner-left {
    text-align: left;
}
.cat-banner-right {
    text-align: right;
}
.main-header .top-header {
    padding-top: 20px;
    overflow: hidden;
    /* padding-bottom: 20px; */
}
.navbar-expand-lg.main-header {
    justify-content: center;
}

.container-fluid {
    /* padding: 0px 30px; */
    border: none !important;
}
.top-header .side-menu-header .top-side-menu {
    margin-left: auto;
}

.top-header .left-logo-area {
    text-align: left;
    display: flex;
    align-items: center;
}

.top-header .side-menu-header {
    text-align: right;
    display: flex;
    justify-content: right;
    align-items: center;
}
img.mb-searh {
    margin-top: 12px !important;
}
.top-header .main-logo img {
    width: 100%;
    /*    max-width: 65px;*/
}

.top-side-menu {
    flex-direction: row;
}

.top-header .user-menu img {
    max-width: unset;
}
.main-logo {
    text-align: left;
    /* margin: 0 auto;
    display: block;
    width: auto; */
}
.home-page-content {
    margin: 40px auto;
}
.coupon-text-area {
    margin-top: 10px;
}
.coupon-text {
    color: #000;
}
.category-section {
    position: relative;
}
.featured-category .category-title {
    position: absolute;
    left: 0;
    color: #fff;
    border-right: 2px solid #fff;
    border-left: 2px solid #fff;
    background-color: #00000061;
    padding: 20px;
    bottom: 0;
    font-size: 20px;
    text-align: left;
}

.featured-category .category-title {
    position: absolute;
}
.category-section {
    padding: 0 2px;
    margin-bottom: 4px;
}

.cms-pages-area .MsoNormal span {
    line-height: auto !important;
}

.cms-pages-area .MsoNormal span {
    margin-bottom: 0px;
}
.cms-pages-area .MsoNormal strong {
    margin-top: 0px;
    display: block;
}
.navbar-sidbar .search-box {
    background: transparent;
    position: absolute;
    top: 43px;
    right: 0px;
    width: 350px;
    height: 60px;
    display: none;
    z-index: 999;
}

.navbar-sidbar .search-box input[type="text"] {
    width: 70%;
    padding: 5px 10px;
    margin-left: 23px;
    border: 1px solid #000;
    outline: none;
}

.navbar-sidbar .search-box input[type="submit"] {
    width: 80px;
    padding: 5px 0;
    background: #000;
    color: #fff;
    margin-left: -6px;
    border: 1px solid #000;
    outline: none;
    cursor: pointer;
}

/* Media Queries */
@media screen and (max-width: 700px) {
    /*ul .navbar-nav {
    width: 200px;
  }
  
  ul li{
    width: 100px;
  }

  ul li.active{
   text-align: right;
  }

  ul li.mob{
    display: none;
  }*/
    .search-box {
        width: 270px;
        right: -16%;
    }
    .search-box input[type="text"] {
        width: 140px;
        margin-left: 15px;
    }
    .search-box input[type="button"] {
        margin-right: 12px;
    }
}
    .swiper-btn.season {
    justify-content: space-between;
    width: 100px;
    margin-right: 13px;
}
.social-share .sharethis-inline-share-buttons {
    display: inline-block !important;
}

.w-icon-detail {
    margin-top: 30px;
    display: inline-block;
}
.w-icon-detail p {
    font-weight: 500;
    margin-bottom: 6px;
    display: inline-block;
}

.wishlist-icon-header i {
    color: #ff9aa0;
    font-size: 21px;
    margin-left: 17px;
    margin-top: -2px;
}
.whatsapp-icon-detail {
    border-radius: 4px;
    border: none;
    cursor: pointer;
    display: inline-block;
    font-size: 11px;
    height: 32px;
    line-height: 27px;
    margin-right: 8px;
    padding: 0 8px;
    position: relative;
    text-align: center;
    top: 0;
    vertical-align: top;
    white-space: nowrap;
    background: #25d366;
    margin-top: 10px;
    margin-left: 5px;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}
.top-banner-area {
    margin-top: 25px;
}

.btn-close.modal-b-close {
    z-index: 99999;
}

.featured-Cat-title {
    text-align: center;
}
.tag-title.array-tag {
    color: #000;
}
.new-arrival .border-main {
    margin-bottom: 30px !important;
}
.main-header .collapse.show body {
    overflow: hidden;
}

.featured-category .featured-cat-banner img {
    width: 100%;
    box-shadow: 5px 5px 20px 0 rgb(0 0 0 / 15%);
}
.featured-category .featured-cat-banner a {
    width: 100%;
}
/*.featured-category .featured-cat-banner
{
    margin-bottom:25px;
}*/
.btn.shop-now-btn.men-shop-btn:hover {
    background-color: #000;
}

.accountDropdown ul li a {
    color: #000 !important;
}
.dropdown--account.account-dropd {
    padding: 25px 0px;
}
footer a:hover {
    color: #000 !important;
}

footer .copyright {
    padding: 10px 0 20px;
}
.footer-logo {
    width: 100%;
    max-width: 70px;
}
.social-m-icons.social-aaray-icon li a {
    background-color: #000;
}
.social-m-icons.social-aaray-icon li a:hover {
    background-color: #ff8189;
}
.navbar-sidbar .mb-searh-icon {
    margin-top: -12px;
    cursor: pointer;
}

.navbar.main-header {
    /* background-color:#f2f2f2; */
    background-color: transparent;
    /* padding: 4px 0px; */
}
.t-main-logo {
    /* margin-right: 120px;
    margin-top: 10px; */
    margin: 0 auto;
}
h5.brand-menu {
    text-transform: uppercase;
}
.navbar-brand.main-tudor-logo {
    visibility: hidden;
}
.desktop-tudor-logo {
    width: 100%;
    /*    max-width:100px;*/
    float: left;
    margin-left: 5px;
}

.color-filter-list li {
    display: inline-block;
    margin-right: 10px;
}

.form-check-input {
    width: 1em;
    height: 1em;
    margin-top: 0.25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, 0.25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}
.shop-now-btn {
    background-color: #ffffffd4;
    bottom: 8%;
    position: absolute;
    z-index: 999;
    color: #000;
    left: 46%;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgb(0 0 0 / 8%);
    width: 100%;
    max-width: 215px;
    padding: 12px;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 50px;
}
.new-arrival.other-product-area {
    margin-top: 60px !important;
}
.shop-now-btn:focus {
    box-shadow: none;
}
.shop-now-btn i {
    padding-left: 5px;
}
.shop-now-btn.shop-btn-2 {
    left: 31%;
    bottom: 35%;
}
.shop-now-btn:hover {
    background-color: #ff9aa0;
    color: #fff;
}

.also-bought-slider {
    margin-top: 50px;
}

.tag-title {
    font-family: "Cormorant", serif;
    font-size: 27px;
    width: 400px;
    margin: 0 auto;
    font-weight: bold;
    color: #ff9aa0;
}

.footer-social-media {
    text-align: center;
}
.coupon-modal .btn-close {
    position: absolute;
    right: 20px;
    top: 10px;
    font-weight: normal;
    font-size: 20px;
    background-color: transparent;
}

.edit-remove-btn {
    margin-left: 20px;
}
#MyAccountform select {
    border: 1px solid #cccccc;
    padding: 7px;
}
.nice-select {
    display: none;
}
.listing-get-sort {
    display: none !important;
}

.nice-select.listing-get-sort {
    display: block !important;
    margin-bottom: 3px;
}

#State {
    padding: 14px;
}
.main-tudor-logo img {
    width: 100%;
    max-width: 40px;
    padding: 5px 0px;
}
.listing-logos img {
    width: 100%;
    max-width: 130px;
}
.cartForm .list {
    height: 100px !important;
    overflow: hidden !important;
    overflow-y: scroll !important;
    width: 100% !important;
    border-radius: 0 !important;
}

.cartForm .list::-webkit-scrollbar {
    width: 2px !important;
    height: 2px !important;
    background: #dbdbdb;
}

.pincodeCheckResponse {
    margin-top: 20px;
}
.top-header img {
    width: 100%;
    max-width: 130px;
}
.top-header img.logoWidth {
    max-width: 150px;
}

.pagination .page-item.active .page-link {
    background-color: #000 !important;
    border-color: #000 !important;
}

#st-el-1 {
    display: none !important;
}
#listmodal {
    z-index: 99999;
}
.swiper-button-next,
.swiper-button-prev {
    text-rendering: auto;
}

#listmodal .btn-close {
    position: absolute;
    right: 20px;
}

.product-listing .product-slider-text h3 {
    margin-top: -12px;
    margin-top: -12px;
}
.listing-logos {
    margin-bottom: 40px;
}
.social-m-icons img {
    width: 100%;
    max-width: 45px;
}

.cart-summary .alert-danger {
    width: 100%;
}
.prod-pics-sect {
    height: 1000px;
    overflow: hidden;
    overflow-y: scroll;
    scrollbar-width: thin;
}

#MyAccountform .list {
    height: 250px;
    overflow: hidden;
    overflow-y: scroll;
    width: 100%;
}
.prod-pics-sect::-webkit-scrollbar {
    display: none;
}
.footer-s-media {
    display: inline-block;
}
.social-m-icons {
    text-align: center;
    /* margin-top: 15px; */
}
.support-list-col hr {
    margin: 8px 0px;
}
.social-m-icons .s-icon {
    background-color: #ff9aa0;
    padding: 7px 0px;
    border-radius: 50px;
    height: 30px;
    width: 31px;
    line-height: 1;
    text-align: center;
    color: #fff;
}
.social-m-icons .s-icon:hover {
    background-color: #000;
}
.social-m-icons li {
    display: inline-block;
    margin-left: 10px;
}
.social-m-icons li:first-of-type {
    margin-left: 0;
}

.icon-img {
    vertical-align: middle;
}

.detail-tabs-data .nav {
    margin-bottom: 0 !important;
}
.product-description {
    margin-top: 10px;
}

.detail-tabs-data .nav-pills .nav-link {
    background-color: transparent;
    border: none;
    color: #000;
    padding: 0;
    font-weight: 600;
    margin-right: 38px;
    border-radius: 0;
}
.detail-tabs-data .nav-pills .nav-link.active {
    border-bottom: 1px solid #000;
}

.detail-tabs-data {
    margin-top: 30px;
}

#guest-modal .modal-content {
    padding: 20px;
    border-radius: 0;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    margin-top: 180px;
}
#guest-modal .modal-content h5 {
    font-weight: 300;
    margin-bottom: 17px !important;
    margin-top: 10px !important;
    display: block;
}
#guest-modal .modal-content .btn-close {
    position: absolute;
    right: 14px;
    font-size: 21px;
    background-color: transparent;
    top: 6px;
}

.proceed-btn {
    width: 100%;
    padding: 10px;
    background-color: #000;
    border: none;
    color: #fff;
    margin-top: 30px;
}

.support-list li p {
    padding: 0;
    margin: 0;
    margin-bottom: 12px;
}
.footer-menu-link {
    display: inline-block;
    width: 48%;
}
.footer-menu-two {
    display: inline-block;
    width: 48%;
}
.support-list li i {
    font-size: 19px;
    margin-right: 5px;
    color: #ff9aa0;
}
.support-list li i:hover {
    color: #ff9aa0;
}
.support-list .time-icon {
    font-size: 20px;
    vertical-align: middle;
    color: #ff9aa0;
}

.cart-summary .cart-summary-button.guest-checkout-btn a {
    background-color: #ff9aa0 !important;
}

.adrees-area h4 {
    font-size: 16px;
    font-weight: 600;
    color: #000;
}
.adrees-area p {
    margin-top: 5px;
}
.adrees-area p i {
    padding-right: 10px;
}
.arrival-pagination {
    display: none;
}

.shipping-icon {
    vertical-align: middle;
}

.footer-social-logo {
    width: 100%;
    padding-bottom: 4px;
    margin-bottom: 1px;
    max-width: 100px;
    border-bottom: 1px solid black;
}
.footer-media-logo {
    display: inline-block;
}
/*.footer-s-media
{
    margin-top:40px;
}*/
.footer-s-media {
    width: 100%;
    max-width: 230px;
    /* margin-left: 140px; */
}
.footer-s-media:first-of-type {
    margin-left: 0;
}
.footer-s-media .footer-social-logo {
    margin-right: 10px;
}

#return-to-top {
    position: fixed;
    bottom: 100px;
    font-size: 14px;
    right: 15px;
    background: var(--dark-red);
    /* background: #000;*/
    width: 44px;
    height: 43px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    font-weight: normal;
    font-size: 18px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transform: translate(-50%, -50%);
}
#return-to-top:hover {
    background: var(--beige-color);
}
#return-to-top:hover i {
    color: var(--dark-red);
    top: 5px;
}

.whatsapp-icon {
    position: fixed;
    right: 12px;
    bottom: 30px;
    z-index: 3000;
}
.whatsapp-icon img {
    width: 100%;
    max-width: 50px;
}

#new-address .list {
    width: 100%;
    overflow: scroll;
    height: 200px;
    overflow-x: hidden;
}

.detail-video {
    height: 430px;
    width: 315px;
}

.user-menu img {
    margin: 0px 10px;
}

.listing-breadcrumb {
    margin-bottom: 20px !important;
}

.openBtn {
    background: #f1f1f1;
    border: none;
    padding: 10px 15px;
    font-size: 20px;
    cursor: pointer;
}

.main-header .navbar-nav.navbar-sidbar a {
    margin: 0;
    text-align: left;
    padding-bottom: 0;
}

.openBtn:hover {
    background: #bbb;
}

.overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 3;
    top: 0;
    left: 0;
    background-color: rgb(0, 0, 0);
    background-color: rgb(0 0 0 / 76%);
}

.overlay-content {
    position: relative;
    top: 46%;
    width: 100%;
    max-width: 400px;
    text-align: center;
    margin-top: 30px;
    margin: auto;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    cursor: pointer;
    color: white;
}

.overlay .closebtn:hover {
    color: #ccc;
}

.overlay input[type="text"] {
    padding: 15px;
    font-size: 17px;
    border: none;
    display: inline-block;
    width: 75%;
    background: white;
}

.overlay input[type="text"]:hover {
    background: #f1f1f1;
}

.overlay button {
    display: inline-block;
    width: 15%;
    padding: 15px;
    color: #fff;
    background: #000;
    font-size: 17px;
    border: none;
    cursor: pointer;
    margin-left: -4px;
}

.overlay button:hover {
    background: #bbb;
}

.overlay-content i {
    font-size: 18px;
}
.card-img-overlay {
    position: absolute;
    right: 0;
    top: 0;
}
.serarh-form-area {
    display: block;
}
/*.mb-searh-icon
{
    display:none;
}*/
.user-menu .totalItems {
    position: absolute;
    width: 22px;
    height: 22px;
    background-color: var(--dark-red);
    text-align: center;
    border-radius: 50px;
    color: #fff;
    line-height: 23px;
    font-size: 13px;
    top: -7px;
    right: -2px;
}
.user-menu .totalWishlistItems {
    position: absolute;
    width: 22px;
    height: 22px;
    background-color: var(--dark-red);
    text-align: center;
    border-radius: 50px;
    color: #fff;
    line-height: 23px;
    font-size: 13px;
    top: -7px;
    right: -2px;
}
.user-menu {
    position: relative;
    /* margin-top: 12px; */
}
.dropdown-menu.brand-drop-down {
    min-width: 200px !important;
}
.dropdown-menu.brand-drop-down .list-group {
    width: 100%;
    border: none;
    margin: 0;
}
.account-page .register input[type="radio"] {
    opacity: 0;
    width: 15px;
    height: 20px;
    z-index: 1;
    /*margin-top:20px;*/
}
.login-form label {
    display: block;
    font-size: 14px;
    margin-bottom: 12px;
    font-weight: 400;
    text-transform: capitalize;
}
.checkbox-area {
    margin-top: 30px;
}
.sort-filter {
    display: none;
}
.login-form label {
    display: block;
    font-size: 14px;
    margin-bottom: 12px;
    font-weight: 400;
    text-transform: capitalize;
}
.d-on-mrp {
    color: #ff9aa0;
}
.cart-summary .cart-summary-button a {
    background-color: #000 !important;
}
.cart-summary .cart-summary-button a:hover {
    background-color: #000 !important;
}
.cart-summary-button.guest-checkout-btn a:hover {
    background-color: #f28f95 !important;
}
.continue-shop-btn.shop-btn-c a:hover {
    background-color: #000 !important;
}
.cart-summary .cart-summary-button a.continue-shop-btn {
    background-color: #000 !important;
}
.cart-summary .cart-summary-button a.continue-shop-btn:hover {
    background-color: #000 !important;
}

.coupon-btn {
    margin-top: -30px !important;
    border: 1px dotted #ff9aa0;
    background-color: #ff9aa0;
    width: 100px;
    text-align: center;
    color: #fff;
    display: inline-block;
}

.modal.modal-quick-view .modal-dialog {
    max-width: 900px;
    overflow: unset;
    margin: 10% auto;
}

.login-title {
    line-height: 28px;
    font-weight: 600;
    /* margin-bottom: 30px; */
    color: #1a1f2b;
    text-align: center;
}
.sort-area .nice-select {
    height: auto;
    line-height: 27px;
    border-radius: 0;
}
.sort-text {
    margin-right: 10px;
}

.login-form input {
    border: 1px solid #e5e5e5;

    border-radius: 0;

    height: 50px;

    line-height: 50px;

    max-width: 100%;

    width: 100%;

    padding: 0 0 0 10px;

    vertical-align: middle;
}

.login-form input[type="checkbox"] {
    width: auto;
    background-color: red;
}
.login-form input[type="checkbox"]:checked {
    background-color: #fa9e57;
}

.login-form input:focus {
    border-color: #292d69;
    box-shadow: none;
    outline: none;
}

.login-form .check-box {
    float: left;
    margin-right: 70px;
}

.login-form .check-box:last-child {
    margin-right: 0;
}

.login-form .check-box input[type="checkbox"] {
    display: none;
}

.login-form .check-box input[type="checkbox"] + label {
    position: relative;
    padding-left: 30px;
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #d4d4d4;
    margin: 0;
}

.login-form .check-box input[type="checkbox"] + label::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    display: block;
    border: 2px solid #565f69;
    content: "";
    transition: all 0.3s ease 0s;
}

.login-form .check-box input[type="checkbox"] + label::after {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    content: "\f00c";
    font-family: Fontawesome;
    font-size: 12px;
    line-height: 20px;
    opacity: 0;
    color: #d4d4d4;
    width: 20px;
    text-align: center;
    transition: all 0.3s ease 0s;
}

.login-form .check-box input[type="checkbox"]:checked + label::before {
    border: 2px solid #565f69;
}

.login-form .check-box input[type="checkbox"]:checked + label::after {
    opacity: 1;
}

*radio btn start */ .login-form.register input[type="radio"] {
    opacity: 1 !important;
}
.register input[type="radio"] {
    opacity: 0;
    width: 15px;
    height: 20px;
    z-index: 1;
}
.address-title {
    margin-left: 23px;
}

.register input[type="radio"] + label {
    position: relative;
    padding-left: 25px;
    padding-right: 15px;
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    margin: 0;
}

.register input[type="radio"] + label::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 15px;
    height: 15px;
    display: block;
    border: 2px solid #292d69;
    content: "";
    transition: all 0.3s ease 0s;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
}

.register input[type="radio"] + label::after {
    position: absolute;
    left: 4px;
    top: 4px;
    display: block;
    content: "";
    opacity: 0;
    background-color: #d4d4d4;
    width: 7px;
    text-align: center;
    height: 7px;
    transition: all 0.3s ease 0s;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
}

.register input[type="radio"]:checked + label::before {
    border: 2px solid #292d69;
}

.register input[type="radio"]:checked + label::after {
    opacity: 1;
    background-color: #292d69;
}
.register label {
    color: #000;
}
.register .btn-close {
    /*background: transparent url("") center auto no-repeat;*/
    border: 2px solid #fff;
    border-radius: 50%;
    opacity: 0.5;
    padding: 5px;
    background-size: 12px;
}
/* end */
.modal.modal-quick-view .pm-product-details {
    padding: 20px;
}

.login-form input {
    border: 1px solid #e5e5e5;
    border-radius: 0;
    height: 50px;
    line-height: 50px;
    max-width: 100%;
    width: 100%;
    padding: 0 0 0 10px;
    vertical-align: middle;
}
.login-form label {
    display: block;
    font-size: 14px;
    margin-bottom: 12px;
    font-weight: 400;
    text-transform: capitalize;
}
.mb--20 {
    margin-bottom: 20px !important;
}

#toggle_pwd {
    cursor: pointer;
    color: #000;
    position: absolute;
    top: 19px;
    right: 19px;
    color: #000;
    font-weight: 600;
}
#toggleforgot_pwd {
    cursor: pointer;
    color: #000;
    position: absolute;
    top: 19px;
    right: 19px;
    color: #000;
    font-weight: 600;
}
#forgot-pass-email {
    cursor: pointer;
    color: #000;
    position: absolute;
    top: 19px;
    right: 19px;
    color: #000;
    font-weight: 600;
}
#account-eye,
#toggle_pwds,
#toggle_pwdss {
    cursor: pointer;
    color: #000;
    position: absolute;
    top: 19px;
    right: 19px;
    color: #000;
    font-weight: 600;
}

.login-pass {
    position: relative;
}
.login-bg {
    height: 100%;
    /* background: url('images/log-popup.jpg') no-repeat;*/
    background: url(./images/log-popup.jpg);
    background-size: 100%;
    box-shadow: inset 0 0 0 2000px rgb(0 0 0 / 30%);
}
.existing-user,
.new-user {
    bottom: 20px;
}

.modal.modal-quick-view .pm-product-details .btn-close {
    display: flex;
    outline: none;
    box-shadow: none;
}

.modal-quick-view .login-form .btn {
    width: 100%;
    max-width: 200px;
    background-color: #000 !important;
}
.existing-user h4,
.existing-user h6 {
    color: #fff;
}
.existing-user a.btn {
    color: #fff !important;
}
.cpassword-page {
}

.ListingLoader {
    background-color: rgba(0, 0, 0, 0.45);
    background-image: url("/front/images/spinner.gif");
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
    opacity: 1;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1000000;
    background-size: 60px 60px;
}

.err {
    color: red;
}

/* Star Rating Starts */

.star-rating {
    /*border:solid 1px #ccc;*/
    display: flex;
    flex-direction: row-reverse;
    font-size: 2em !important;
    justify-content: space-around;
    padding: 0 0.2em 0px;
    text-align: center;
    width: 5em;
}

.star-rating input {
    display: none;
}

.star-rating label {
    color: #ccc;
    cursor: pointer;
}

.star-rating :checked ~ label {
    color: #f90;
}

.star-rating label:hover,
.star-rating label:hover ~ label {
    color: #fc0;
}

/* Star Rating Ends */

.video.arrayVideo {
    object-fit: cover;
    object-position: top center;
    height: 700px;
}

@media screen and (min-device-width: 1200px) and (max-device-width: 1366px) {
    .home-cat-banners {
        width: 70%;
    }
    .social-m-icons img {
        max-width: 25px;
    }
    .footer-s-media > img {
        max-width: 160px;
        width: 100%;
    }
}
.support-list-col {
    background-color: #f5f5f5;
    /*    padding: 30px 50px;*/
}
/*.footerListPad{
    padding: 30px 0;
}*/

@media screen and (max-device-width: 375px) {
    .video.arrayVideo {
        object-fit: cover;
        object-position: top center;
        height: 350px;
    }
    .womenStyle {
        margin-top: 10px !important;
    }
    .footer-s-media.social-aaray-icon::after {
        left: 102% !important ;
    }
    .shipFlexWrap {
        gap: 0.5rem !important;
    }
}
.footer-s-media {
    position: relative;
}
/* .footer-s-media.social-aaray-icon::after {
    content: " ";
    position: absolute;
    height: 130%;
    width: 1px;
    background-color: #fff;
    left: 145%;
    top: -10px;
} */
.footer-social-media > .container {
    margin-bottom: 80px;
}
.shippingBorder {
    position: relative;
}
.shippingBorder::after {
    content: " ";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #f0f0f4;
    top: 20px;
    left: 0;
}
.shippingBorder::before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #f0f0f4;
    bottom: 18px;
    left: 0;
    z-index: 1;
}
.videoWrapper {
    padding: 30px 30px;
}
.shipFlexWrap > span {
    height: 100px;
    background-color: #fff;
    width: 1px;
}
.shipFlexWrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4rem;
}
h2 span.intHeading {
    color: var(--dark-red);
    font-family: "Philosopher", sans-serif;
    letter-spacing: 0.6px;
}
h2.font-weight-light {
    font-weight: 400 !important;
}

/* newsletter css start */
element.news {
    width: 80%;
    margin: 2rem auto 0px;
    border-radius: 4px;
    overflow: hidden;
}
.style {
    width: 80%;
    margin: 2rem auto 0px;
    border-radius: 4px;
    overflow: hidden;
}
.newsLetter {
    background-color: var(--beige-color);
    padding: 2.3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    color: var(--dark-red);
    margin: 0 auto;
}
.letterInput {
    position: relative;
    width: 390px;
}
.letterInput input {
    display: flex;
    width: 100%;
    padding: 24px 29px;
    align-items: flex-start;
    gap: 10px;
    border: transparent;
    border-radius: 60px;
}
.letterInput > button {
    position: absolute;
    right: 12px;
    top: 12px;
    border: none;
    background: transparent;
}
/* newsletter css end */
.menArray,
.womenUni {
    /* border-radius: 50px; */
    padding: 0 !important;
    position: relative;
    /* min-height: 400px; */
    /* max-height: 400px; */
    color: #fff;
}

/* .womenUni {
 background: url('../images/unimodeBg.jpg');
 background-repeat: no-repeat;
 background-size: cover;
 background-position: right;
} */
/* .menArray {
    background: url('../images/arrayBg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
} */
.menArray h3,
.womenUni h3 {
    font-weight: 200;
    margin-bottom: 5px;
    letter-spacing: 8px;
    text-transform: uppercase;
    font-size: 17px;
}
.menArray p,
.womenUni p {
    font-size: 2rem;
    width: 55%;
    font-weight: 700;
    line-height: 130%;
    margin: 1rem 0;
}
a.moreless-button {
    color: var(--dark-red);
    font-weight: 600;
    font-size: 1.2rem;
}
.featureBlock {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0rem;
    border: 30px solid #f1f1f1;
    padding: 3rem;
    width: calc(50% - 20px);
}
.shippingBorder .row {
    gap: 10px;
}
.scrolling-container {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    height: 50px;
    background: #040d49;
    display: none;
}

.scrolling-text {
    display: flex;
    animation: scroll-left 25s linear infinite;
    gap: 3rem;
    align-items: center;
}

.scrolling-text p {
    display: inline-block;
    white-space: nowrap;
    margin-bottom: 0;
    color: #fff;
    font-weight: 500;
}
.scrolling-text span {
    width: 5px;
    height: 5px;
    background-color: #040d49;
    border-radius: 10px;
}

@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.searchEx-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.searchEx-icon {
    cursor: pointer;
    font-size: 20px;
    color: #555;
    transition: transform 0.2s;
    margin-top: -2px;
}

.searchEx-input {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 40px;
    padding: 0 10px;
    border: 1px solid #ccc;
    border-radius: 20px;
    outline: none;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

/* When search is active */
.searchEx-container.active .searchEx-input {
    width: 200px;
    opacity: 1;
    visibility: visible;
}

.searchEx-container.active .searchEx-icon {
    transform: rotate(90deg);
}
.searchParent:has(.searchEx-container.active) .navbar-brand img {
    opacity: 0;
}
/* prabh new design css start */
footer.footer-area .container {
    text-align: center;
}
.ft-contact h5 a {
    color: var(--dark-red);
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 8px;
}
.ft-contact ul {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 12px 0;
}
ul.links {
    margin: 16px 0 12px;
    padding: 16px 0;
    border-top: 1px solid #111;
    border-bottom: 1px solid #111;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: unset;
}
.text-red {
    color: var(--dark-red);
}
.article p {
    font-size: 14px;
}
.soc-Cont {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}
img.s-logo {
    width: 130px;
}
.soc-Cont h5 {
    color: #c6c6c6;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 300;
    margin: 16px 0 12px;
}
.social-media {
    padding: 40px;
    overflow: hidden;
    MARGIN-TOP: 20PX;
    background-color: #ebebeb;
}
.w-list-cart.hoverNew {
    position: absolute;
    margin-top: 0;
    bottom: -20%;
    max-width: 100%;
    background-color: transparent;
    transition: bottom 0.5s ease-in-out;
}
.card:hover .w-list-cart.hoverNew {
    bottom: 6px;
}

.w-list-cart.hoverNew .bag-cart-icon,
.w-list-cart.hoverNew .addWishList {
    display: inline-block;
    margin-right: 0;
    margin-top: 2px;
    background: var(--black);
    padding: 10px;
    border-radius: 4px;
    width: 45px;
    height: 45px;
    position: relative;
}
.w-list-cart.hoverNew span.icon-wishlist {
    background: transparent;
    border-radius: 50%;
    position: absolute;
    width: unset;
    height: unset;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.c-wlist-area {
    position: relative;
}
.visibleFlex {
    display: flex;
    justify-content: space-between;
    padding: 0 8px;
}
.titleWrapper {
    display: flex;
    justify-content: space-between;
}
.titleWrapper .swiper-btn {
    margin: unset;
    border: unset;
    position: relative;
}
.womenStyle {
    background: url(../images/pinkBg.png);
    padding: 90px 0 50px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}
.womenStyle .swiper-wrapper {
    margin-bottom: 0;
}
.circularHover {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    transition: border-radius 0.5s ease-in-out;
}
.circularHover h4 {
    writing-mode: sideways-lr;
    position: absolute;
    top: 50%;
    left: -20%;
    transform: translateY(-50%);
    font-size: 24px !important;
    letter-spacing: 2px;
    transition: left 0.5s ease-in-out;
}
.circularHover:hover h4 {
    left: 12px;
}
.circularHover:hover {
    border-radius: 250px;
}
.womenStyle .cat-b-info {
    margin: 0;
}
.womenStyle {
    margin-bottom: 60px;
}
.womenStyle .cat-slider-info p {
    color: var(--black);
    width: 100%;
    max-width: 70%;
    text-decoration: unset;
    text-transform: capitalize;
    font-weight: 400;
}
.womenSlide {
    position: relative;
}
.womenSlide img {
    width: 100%;
    height: 100%;
}
.men-Array {
    background: url(../images/menBg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0 50px;
    margin: 50px 0;
}
.black-primary-button {
    background-color: var(--black);
    color: var(--white);
    text-transform: uppercase;
    padding: 12px 22px;
    border-radius: 4px;
    z-index: 9;
    position: relative;
}
.black-primary-button:hover {
    color: var(--white);
}
.swipe-cat-buttons.array {
    max-width: 80%;
    margin: 0 auto !important;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.swipe-cat-buttons.array .swiper-b-next,
.swipe-cat-buttons.array .swiper-b-prev {
    position: absolute;
    right: -9px;
    width: 50px;
    height: 50px;
    border: 1px solid var(--dark-red);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
}
.swipe-cat-buttons.array .swiper-b-prev:after {
    background-image: url(/front/images/b-aarow-left.png);
    background-size: contain;
    background-repeat: no-repeat;
    font-family: auto;
    content: "";
    height: 22px;
    width: 37px;
    display: inline-block;
    position: absolute;
    left: 23px;
}
.swipe-cat-buttons.array .swiper-b-next:after {
    background-image: url(/front/images/b-aarow-right.png);
    background-size: contain;
    background-repeat: no-repeat;
    font-family: auto;
    content: "";
    height: 22px;
    width: 37px;
    display: inline-block;
    position: absolute;
    right: 23px;
}
.menLogo img.s-logo {
    width: 200px;
    margin-bottom: 50px;
}
.arrayWrap img {
    border: 5px solid var(--grey);
    border-radius: 4px;
}
/* hero animation */
.anim-hero {
    position: relative;
    overflow: hidden;
    padding: 1rem;
}
.centerBanner {
    position: relative;
    z-index: 2;
    transform-origin: top center; /* important */
}
.centerBanner img {
    width: 100%;
    display: block;
    transform-origin: top center; /* ✅ ensures scale happens from top center */
    transition: transform 1.2s ease, opacity 1.2s ease;
    z-index: 10;
    position: relative;
}
.centerContent {
    opacity: 1;
}
/* Initial: enlarged to cover hero area */
.anim-hero:not(.active) .centerContent {
    opacity: 0;
}
.anim-hero:not(.active) .centerBanner img {
    transform: scale(3);
    opacity: 1;
}
/* When active: scales down smoothly */
.anim-hero.active .centerBanner img {
    transform: scale(1);
    opacity: 1;
    overflow: hidden;
}
/* --- SIDE IMAGES --- */
.side-img-wrap {
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.side-img-wrap img {
    transform: translateY(-100%);
    opacity: 0;
    transition: transform 1s ease, opacity 1s ease;
}
/* When active */
.anim-hero.active .side-img-wrap img {
    transform: translateY(0);
    opacity: 1;
}
/* Optional staggered delay */
.anim-hero.active .left-img img {
    transition-delay: 1.3s;
}
.anim-hero.active .right-img img {
    transition-delay: 1.6s;
}
.centerBanner {
    text-align: center;
}
.centerBanner h3 {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--beige--dark-color);
    font-size: 77.302px;
    font-weight: 600;
    text-transform: uppercase;
    color: transparent;
    line-height: 100%;
    margin-bottom: 0;
    margin-top: 20px;
}
.centerBanner h4 {
    color: var(--beige--dark-color);
    font-size: 65px;
    font-weight: 900;
    text-transform: uppercase;
    font-style: italic;
}
.centerBanner h5 {
    color: var(--black);
    text-transform: uppercase;
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 20px;
}
.secondary_logo {
    margin-right: 16px;
}
.secondary_logo img {
    width: 120px;
}
.top-header .row {
    background-color: var(--beige-color);
    padding: 10px;
}
@media (max-width: 767px) {
    .shipping-section img {
        width: 100%;
        max-width: 50px;
        margin-bottom: 8px;
    }
}
.searchFix {
    position: fixed;
    top: -120%;
    left: 0;
    width: 100%;
    background-color: var(--beige--dark-color);
    z-index: 9999;
    transition: top 0.4s ease-in-out;
}

.searchFix.active {
    top: 0;
    padding: 2rem 0;
}

.searchFix form {
    text-align: center;
    width: 80%;
    min-width: 320px;
    max-width: 80%;
    margin: 0 auto;
    position: relative;
}

.searchFix input {
    width: 100%;
    height: 40px;
    border: 1px solid var(--grey);
    padding: 12px;
    border-radius: 50px;
    overflow: hidden;
}

.searchFix .openIc {
    position: absolute;
    right: 12px;
    width: 25px;
    top: 50%;
    transform: translateY(-50%);
}
.actionBtns .top-side-menu img {
    max-width: 25px;
    margin-right: 18px;
    position: relative;
}
.actionBtns .top-side-menu .dropdown--account.account-dropd img {
    margin-right: 4px;
}
.dropdown--account.account-dropd {
    padding: 0.5rem 1rem;
}
.actionBtns .nav-link .totalItems,
.actionBtns .nav-link .totalWishlistItems {
    position: absolute;
    background-color: var(--dark-red);
    color: var(--white);
    top: 0px;
    width: 25px;
    height: 18px;
    text-align: center;
    border-radius: 25px;
    right: 0px;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.actionBtns .t-main-logo img {
    width: 100%;
    max-width: 100px;
}
.headerWrap,
.actionBtns {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.new-header .headerWrap {
    background-color: var(--beige-color);
    padding: 12px 16px;
    border-radius: 4px;
}
.t-main-logo.mob {
    text-align: center;
    margin-bottom: 16px;
}
.t-main-logo.mob img {
    max-width: 110px;
}
.new-header {
    margin: 1rem;
    position: relative;
    z-index: 999;
}
.actionBtns {
    gap: 14px;
}
/* ============================
   Mega Menu (Desktop)
   ============================ */
.new-header .mega-dropdown:hover .mega-menu {
    display: block;
}

.new-header .mega-menu {
    position: absolute;
    left: 50%;
    transform: translateX(-50%) !important;
    top: 100%;
    width: 600px;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    display: none;
    z-index: 10;
}

.new-header .mega-title {
    font-weight: 600;
    margin-bottom: 10px;
    color: #000;
}

.new-header .mega-menu ul li {
    padding: 5px 0;
    color: #555;
    cursor: pointer;
}

.new-header .mega-menu ul li:hover {
    color: var(--main-color, #ab3a3a);
}

/* ============================
   Mobile Side Menu
   ============================ */
.new-header .mobile-side-menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 80%;
    height: 100vh;
    background: #fff;
    z-index: 9999;
    transition: all 0.4s ease;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
    overflow-y: auto;
    padding: 20px;
}

.new-header .mobile-side-menu.open {
    left: -16px;
    top: -16px;
}

.new-header .side-menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 15px;
}

.new-header .close-menu {
    font-size: 28px;
    text-decoration: none;
    color: #333;
}

.new-header .menu-item {
    margin-bottom: 10px;
}

.new-header .toggle-sub {
    display: block;
    font-weight: 600;
    color: #000;
    cursor: pointer;
    padding: 8px 0;
}

.new-header .submenu {
    display: none;
    padding-left: 15px;
}

.new-header .submenu-title {
    font-weight: 600;
    margin-top: 10px;
    color: #333;
}

.new-header .mobile-menu-icon img {
    cursor: pointer;
}

/* Optional: nice scroll on mobile side menu */
.new-header .mobile-side-menu::-webkit-scrollbar {
    width: 6px;
}
.new-header .mobile-side-menu::-webkit-scrollbar-thumb {
    background: #ab3a3a;
    border-radius: 4px;
}
.navMenu .d-lg-flex {
    flex-direction: row;
    gap: 20px;
}
.mobile-menu-icon a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.nav-link:focus,
.nav-link:hover {
    color: var(--dark-red);
}
.toggle-sub {
    position: relative;
}
.toggle-sub + ul.submenu .submenu-title {
    margin-bottom: 8px;
    color: var(--dark-red);
}
.toggle-sub > span {
    /* color: var(--dark-red); */
    font-weight: 800;
}
.toggle-sub span.chev {
    font-size: 20px;
    font-weight: 500;
    line-height: 0;
    color: var(--black);
}
.nav-link {
    font-weight: 600;
}
.wishName {
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
    overflow: hidden;
    padding: 0 5px;
}
.swipe-cat-buttons.swiper-btn {
    position: relative;
    margin: 0;
    width: 100%;
    max-width: 120px;
    margin-left: auto;
    height: 45px;
    border: none;
    gap: 10px;
}
/* .toggle-sub::after {
    font-family: FontAwesome;
    content: "\f054";
    font-style: normal;
    font-weight: normal;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
} */
@media (max-width: 1100px) {
    .centerBanner h3 {
        font-size: 55px;
    }
    .centerBanner h4 {
        font-size: 45px;
    }
    .centerBanner h5 {
        font-size: 35px;
    }
}
@media (max-width: 991px) {
    .centerBanner h5 {
        font-size: 24px;
    }
}
@media (max-width: 768px) {
    .centerBanner h3 {
        font-size: 40px;
    }
    .centerBanner h4 {
        font-size: 30px;
    }
    .centerBanner h5 {
        font-size: 18px;
    }
    .men-Array {
        padding: 2rem 1rem 4rem !important;
    }
    .cat-slider-info.cat-sinfo-men .swipe-cat-buttons {
        margin-left: 0 !important;
    }
    .swipe-cat-buttons.array {
        left: 49%;
    }
    .titleWrapper {
        margin: 0 12px;
    }
    .soc-Cont {
        padding: 1rem 0;
    }
    ul.links {
        flex-direction: column;
    }
    .cat-slider-info {
        left: 20px;
    }
    .cat-slider-info.cat-sinfo-men {
        left: 0;
    }
}
@media (max-width: 525px) {
    .centerBanner {
        margin: 2rem 0;
    }
    .black-primary-button {
        padding: 8px 16px;
        font-size: 14px;
    }
    /* .BrandsCategory + .new-arrival .swiper-btn{
        width: 140px;
    } */
    .w-list-cart.hoverNew{
        bottom: -50%;
    }

    .circularHover h4 {
    writing-mode: sideways-lr;
    position: absolute;
    top: 50%;
    left: 8px;
    transform: translateY(-50%);
    font-size: 20px !important;
    white-space: nowrap;
}
}
@media (max-width: 475px) {
    .cat-slider-info.cat-sinfo-men .swipe-cat-buttons {
        margin-top: 65px !important;
    }
    .swipe-cat-buttons.array .swiper-b-next,
    .swipe-cat-buttons.array .swiper-b-prev {
        width: 30px;
        height: 30px;
    }
    .swipe-cat-buttons.array .swiper-b-next:after {
        height: 12px;
        width: 24px;
        right: 14px;
    }
    .swipe-cat-buttons.array .swiper-b-prev:after {
        height: 12px;
        width: 24px;
        left: 14px;
    }
}

/* prabh new design css end */
