@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

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

.pt-lg-0 {
    padding-top: 0 !important;
}

.w-img img {
    width: 100%;
}

.m-img img {
    max-width: 100%;
}

:root {
    --maincolor: #8340A1;
    --pinkcolor: #e83e8c;

    /* --mainfont: "Poppins", sans-serif; */
    --heading_font: "League Spartan", sans-serif;
    --mainfont: "Inter", sans-serif;
}


html {
    height: 100%;
    border: none;
}

body {
    line-height: 24px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    visibility: visible;
    font-family: var(--mainfont);
    color: #5a5a5a;
    border: none;
    scroll-behavior: smooth;
}

body.scrollDisable {
    overflow-y: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    margin-top: 0;
    font-family: "Playfair Display", serif;
}

h1 {
    font-size: 48px;
    line-height: 1;
    font-weight: 700;
}

h2 {
    font-size: 32px;
    line-height: 36px;
}

h3 {
    font-size: 30px;
    line-height: 30px;
}

h4 {
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
}

h5 {
    font-size: 14px;
    line-height: 18px;
}

h6 {
    font-size: 12px;
    line-height: 14px;
}


p:last-child {
    margin-bottom: 0;
}

a,
button {
    color: inherit;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
}

p,
a {
    font-family: var(--mainfont);
    font-weight: 400;
}

.btn:focus {
    box-shadow: none;
}

a,
button,
img,
input,
span {
    transition: all 0.3s ease 0s;
}

*:focus {
    outline: none !important;
}

a:focus {
    color: inherit;
    outline: none;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

button,
input[type="submit"] {
    cursor: pointer;
}

img {
    max-width: 100%;
    height: auto;
}

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

}

.fix {
    overflow: hidden;
}

.hidden {
    display: none;
}

.clear {
    clear: both;
}

.text-overflow {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.right_top_conetnt a:hover {
    color: #fff;
}

.right_top_conetnt .dropdown .dropdown-content a:hover {
    color: #000;
}

.need_help_drodown li a:hover {
    font-weight: bold;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .7) !important;
}

@media only screen and (max-width: 767px) {
    .container {
        max-width: 500px;
    }
}

@media only screen and (max-width: 479px) {
    .container {
        width: 100%;
    }
}

.capitalize {
    text-transform: capitalize;
}

.uppercase {
    text-transform: uppercase;
}

.no-gutters .col,
.no-gutters [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
}


/*----------------------------------------*/
/*  02. HEADER CSS
/*----------------------------------------*/
/* logo */
@media (max-width: 575px) {
    .logo {
        text-align: center;
    }
}

@media (max-width: 575px) {
    .logo__6 {
        padding-bottom: 15px;
    }
}

@media (max-width: 575px) {
    .header__area {
        padding-top: 15px;
    }
}

.header__top-2 {
    padding-top: 33px;
}

@media (max-width: 575px) {
    .header__top-2 {
        padding-top: 0;
    }
}

.header__transparent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    background: transparent;
}

.header__transparent.transparent-sticky {
    position: static;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header__transparent-2 {
        background: #ffffff;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header__welcome {
        padding-bottom: 20px;
        text-align: center;
    }
}

@media (max-width: 575px) {
    .header__welcome {
        text-align: center;
        padding-bottom: 15px;
    }
}

.header__welcome span {
    color: #201f1f;
}

.header__action ul li {
    display: inline-block;
    position: relative;
    margin-left: 25px;
}

.header__action ul li>a {
    color: #444;
    position: relative;
    display: inline-block;
    margin-top: 14px;
    position: relative;
}

.header__action ul li>a:last-child {
    margin-right: 0;
}

.header__action ul li>a i {
    color: #323232;
    font-size: 22px;
}

.header__action ul li>a .cart-number-2 {
    position: absolute;
    top: 18px;
    left: 15px;
    text-align: center;
    min-width: 20px;
    font-size: 12px;
    line-height: 14px;
    padding: 3px;
    border-radius: 90px;
    background: #8a8f6a;
    color: #ffffff;
}

.header__action ul li:hover>a {
    color: #323232;
}

.header__action ul li:hover .mini-cart {
    visibility: visible;
    opacity: 1;
}

.header__action ul li:hover .extra-info {
    visibility: visible;
    opacity: 1;
}

.header__action ul li .mini-cart {
    position: absolute;
    right: 0;
    top: 100%;
    background: #ffffff;
    padding: 25px;
    width: 350px;
    z-index: 9;
    border: 1px solid #e1e1e1;
    -webkit-box-shadow: 0px 15px 30px 0px rgba(0, 3, 143, 0.1);
    -moz-box-shadow: 0px 15px 30px 0px rgba(0, 3, 143, 0.1);
    box-shadow: 0px 15px 30px 0px rgba(0, 3, 143, 0.1);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

@media (max-width: 575px) {
    .header__action ul li .mini-cart {
        width: 280px;
        right: -60%;
    }
}

.header__action ul li .mini-cart .mini-cart-list {
    height: 350px;
    overflow: hidden;
    overflow-y: scroll;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header__action ul li .mini-cart .mini-cart-list {
        height: 200px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header__action ul li .mini-cart .mini-cart-list {
        height: 165px;
    }
}

@media (max-width: 575px) {
    .header__action ul li .mini-cart .mini-cart-list {
        height: 165px;
    }
}

.header__action ul li .mini-cart .mini-cart-list li {
    display: block;
    margin-bottom: 30px;
    margin-left: 0;
    overflow: hidden;
    padding: 0;
}

.header__action ul li .mini-cart .mini-cart-list li .cart-img {
    margin-right: 15px;
}

.header__action ul li .mini-cart .mini-cart-list li .cart-img a img {
    width: 75px;
}

.header__action ul li .mini-cart .mini-cart-list li .cart-content {
    margin-top: 5px;
}

.header__action ul li .mini-cart .mini-cart-list li .cart-content h5 {
    font-size: 13px;
    font-weight: 500;
}

.header__action ul li .mini-cart .mini-cart-list li .cart-content h5 a {
    color: #444;
}

.header__action ul li .mini-cart .mini-cart-list li .cart-content h5 a:hover {
    color: var(--pinkcolor);
}

.header__action ul li .mini-cart .total-price {
    padding-top: 22px;
    border-top: 1px solid #201f1f;
}

.header__action ul li .mini-cart .total-price span {
    font-weight: 500;
    color: #201f1f;
}

.header__action ul li .mini-cart .checkout-link a {
    margin-bottom: 20px;
    width: 100%;
}

.header__action ul li .mini-cart .checkout-link a:last-child {
    margin-bottom: 0;
}

.header__action ul li .extra-info {
    position: absolute;
    top: 75%;
    right: 0;
    background-color: #ffffff;
    padding: 20px;
    margin: 0;
    min-width: 220px;
    padding-bottom: 5px;
    border: 1px solid #e1e1e1;
    z-index: 999;
    max-height: 400px;
    overflow: auto;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.header__action ul li .extra-info li {
    display: block;
    margin-left: 0;
    margin-bottom: 10px;
}

.header__action ul li .extra-info li ul li {
    margin-bottom: 0;
}

.header__action ul li .extra-info li ul li a {
    padding: 5px 0;
    line-height: 30px;
}

.header__action ul li .extra-info .extra-title h5 {
    font-size: 14px;
    color: #323232;
    margin: 15px 0 10px;
    text-transform: capitalize;
}

@media (max-width: 575px) {
    .header__action.header__action-2 ul li {
        margin-left: 15px;
    }
}

.header__search {
    position: fixed;
    top: -100px;
    left: 0;
    width: 100%;
    min-height: 330px;
    padding: 40px 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    z-index: 9999;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header__search {
        min-height: 300px;
    }
}

@media (max-width: 575px) {
    .header__search {
        padding-top: 30px;
        min-height: 300px;
    }
}

.header__search.search-opened {
    top: 0;
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.header__search-btn {
    margin-bottom: 35px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header__search-btn {
        margin-bottom: 20px;
    }
}

@media (max-width: 575px) {
    .header__search-btn {
        margin-bottom: 20px;
    }
}

.header__search-btn-close {
    font-size: 18px;
    color: var(--pinkcolor);
}

.header__search-header {
    margin-bottom: 35px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header__search-header {
        margin-bottom: 20px;
    }
}

@media (max-width: 575px) {
    .header__search-header {
        margin-bottom: 20px;
    }
}

.header__search-header h3 {
    color: #323232;
    font-size: 30px;
}

.header__search-categories {
    margin-bottom: 35px;
}

.header__search-categories ul li {
    display: inline-block;
}

.header__search-categories ul li a {
    font-size: 18px;
    color: #323232;
    padding: 0 30px;
}

.header__search-categories ul li a:hover {
    color: var(--pinkcolor);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header__search-categories ul li a {
        padding: 0 15px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header__search-categories ul li a {
        font-size: 16px;
        padding: 0 5px;
    }
}

@media (max-width: 575px) {
    .header__search-categories ul li a {
        padding: 0 5px;
        font-size: 14px;
    }
}

.header__search-input input {
    height: 50px;
    width: 100%;
    border: none;
    padding: 0 15px;
    padding-right: 30px;
    border-bottom: 1px solid #ebebeb;
}

.header__search-input input::placeholder {
    color: #444;
}

.header__search-input input:focus {
    border-bottom-color: var(--pinkcolor);
}

.header__search-input button {
    position: absolute;
    top: 0;
    right: 0;
    height: 50px;
    width: 50px;
    text-align: center;
    font-size: 14px;
    background: transparent;
    color: #323232;
}

.sticky {
    left: 0;
    margin: auto;
    position: sticky !important;
    position: -webkit-sticky;
    top: 0;
    width: 100%;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
    z-index: 9999;
    /* -webkit-animation: 100ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 100ms ease-in-out 0s normal none 1 running fadeInDown; */
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    background: #ffffff !important;
}

.main-menu ul li {
    display: inline-block;
    margin-right: 40px;
    position: relative;
    text-align: left;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .main-menu ul li {
        margin-right: 30px;
    }
}

.main-menu ul li a {
    display: block;
    color: #444;
    font-weight: 500;
    padding: 27px 0;
    padding-bottom: 30px;
    text-transform: capitalize;
}

.main-menu ul li.active a {
    color: #323232;
}

.main-menu ul li.has-dropdown>a {
    position: relative;
    padding-right: 15px;
}

.main-menu ul li.has-dropdown>a::after {
    position: absolute;
    content: "\f107";
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: "Font Awesome 5 Pro";
    font-size: 14px;
}

.main-menu ul li:hover a {
    color: #323232;
}

.main-menu ul li:hover ul.submenu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}

.main-menu ul li ul.submenu {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #ffffff;
    min-width: 200px;
    padding: 15px 0;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    transform-origin: 0 0;
    -webkit-box-shadow: 0px 15px 30px 0px rgba(0, 3, 143, 0.1);
    -moz-box-shadow: 0px 15px 30px 0px rgba(0, 3, 143, 0.1);
    box-shadow: 0px 15px 30px 0px rgba(0, 3, 143, 0.1);
    opacity: 0;
    visibility: hidden;
    z-index: 11;
}

.main-menu ul li ul.submenu li {
    margin: 0;
    display: block;
}

.main-menu ul li ul.submenu li.active a {
    color: #323232;
}

.main-menu ul li ul.submenu li a {
    padding: 5px 20px;
    color: #444;
}

.main-menu ul li ul.submenu li a:hover {
    color: #323232;
}

.main-menu ul li.mega-menu {
    position: static;
}

.main-menu ul li.mega-menu ul.submenu {
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center right;
    background-attachment: scroll;
    width: 100%;
    padding: 40px 35px;
}

.main-menu ul li.mega-menu ul.submenu li {
    float: left;
    display: block;
    width: 25%;
}

.main-menu ul li.mega-menu ul.submenu li a {
    color: #323232;
    margin-bottom: 20px;
    padding: 0;
}

.main-menu ul li.mega-menu ul.submenu li a::after {
    display: none;
}

.main-menu ul li.mega-menu ul.submenu li ul li {
    float: none;
    width: 100%;
    padding-left: 0;
}

.main-menu ul li.mega-menu ul.submenu li ul li a {
    font-size: 12px;
    color: #444;
    margin-bottom: 0;
    padding-bottom: 12px;
}

.main-menu ul li.mega-menu ul.submenu li ul li a:hover {
    color: #323232;
}

.main-menu ul li.mega-menu ul.submenu li ul li:last-child a {
    padding-bottom: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .main-menu ul li.mega-menu.mega-menu-2 ul.submenu {
        background: none;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .main-menu ul li.mega-menu.mega-menu-2 ul.submenu>li {
        width: 33.33%;
    }
}

.main-menu-2 ul li {
    margin: 0 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .main-menu-2 ul li {
        margin: 0 15px;
    }
}

.main-menu-3 ul li:hover>a {
    color: #8a8f6a;
}

.main-menu-3 ul li ul.submenu li:hover a {
    color: #8a8f6a;
}

.main-menu-3 ul li .mega-menu ul.submenu li ul li a:hover {
    color: #8a8f6a;
}

/* mobile menu*/
.mobile-menu-btn a {
    font-size: 18px;
    color: #323232;
}

.body-overlay {
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 999;
    left: 0;
    opacity: 0;
    visibility: hidden;
}

.body-overlay.opened {
    opacity: 1;
    visibility: visible;
}

.extra__info-close a {
    color: #323232;
    font-size: 18px;
}

.extra__info-close a:hover {
    color: var(--pinkcolor);
}

.extra__info-inner {
    position: fixed;
    left: -370px;
    top: 0;
    padding: 0px;
    width: 350px;
    height: 100%;
    background: #ffffff;
    -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -webkit-box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
    box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
    z-index: 9999;
    overflow-y: scroll;
}

.extra__info-inner::-webkit-scrollbar {
    display: none;
}

.extra__info-logo {
    padding: 30px;
}

.extra__info-content {
    margin-bottom: 30px;
}

.extra__info-content h4 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.extra__info-content p {
    color: #ffffff;
    margin-bottom: 25px;
}

.extra__info-content ul li {
    margin-bottom: 10px;
    display: flex;
}

.extra__info-content ul li .icon i {
    line-height: 27px;
    color: #ffffff;
    margin-right: 15px;
}

.extra__info-content ul li .text span {
    color: #ffffff;
}

.extra__info.info-opened .extra__info-inner {
    left: -20px;
}

/* side menu area start */
.side-mobile-menu {
    display: none;
}

.side-mobile-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.side-mobile-menu ul li {
    display: block;
}

.side-mobile-menu ul li:last-child a {
    border-bottom: none;
}

.side-mobile-menu ul li>a {
    padding: 13px 0;
    display: block;
    border-bottom: 1px solid rgba(50, 50, 50, 0.5);
    font-size: 16px;
    color: #323232;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
}

/* .side-mobile-menu ul li>a:hover {
    color: var(--pinkcolor);
    padding-left: 5px;
} */

.side-mobile-menu ul li a[aria-expanded=true] {
    color: #323232;
}

.side-mobile-menu ul li a[aria-expanded=true]:before {
    background: #323232;
    border-color: #323232;
}

.side-mobile-menu ul li ul {
    padding-left: 0;
    list-style: none;
}

.side-mobile-menu ul li ul li {
    padding-left: 15px;
}

.side-mobile-menu ul li ul li:hover>a {
    color: var(--pinkcolor);
    padding-left: 20px;
}

.side-mobile-menu ul li ul li:hover>a:before {
    background: #323232;
    border-color: #323232;
}

.side-mobile-menu ul li ul li a {
    position: relative;
    padding-block: 10px;
    padding-left: 15px;
    text-transform: capitalize;
    font-size: 12px;
}

.side-mobile-menu ul li ul li a:before {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border: 2px solid #201f1f;
    border-radius: 50%;
    display: none;
}

.side-mobile-menu ul li ul li a[aria-expanded=true] {
    padding-left: 20px;
}

.side-mobile-menu ul li.has-dropdown>a:after {
    color: rgba(0, 0, 0, 0.25);
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border-width: 2px 0 0 2px;
    border-style: solid;
    border-color: initial;
    right: 9px;
    top: 50%;
    -webkit-transform: rotate(135deg) translateY(-50%);
    transform: rotate(135deg) translateY(-50%);
    -webkit-transform-origin: top;
    transform-origin: top;
    transition: all 0.3s ease-out;
}

.side-mobile-menu ul li.has-dropdown a[aria-expanded=true]:after {
    -webkit-transform: rotate(-135deg) translateY(-50%);
    transform: rotate(-135deg) translateY(-50%);
}

/* ____________add__css___ */

/* ___________________old css_______ */
/*
  .sticky {
    position: sticky !important;
    width: 100%;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
    z-index: 999;
    -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    background: #ffffff !important;
  } */

.main-menu ul li {
    display: inline-block;
    margin-right: 40px;
    position: relative;
    text-align: left;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .main-menu ul li {
        margin-right: 30px;
    }
}

.main-menu ul li a {
    display: block;
    color: #444;
    font-weight: 500;
    padding: 27px 0;
    padding-bottom: 30px;
    text-transform: capitalize;
}

.main-menu ul li.active a {
    color: #323232;
}

.main-menu ul li.has-dropdown>a {
    position: relative;
    padding-right: 15px;
}

.main-menu ul li.has-dropdown>a::after {
    position: absolute;
    content: "\f107";
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: "Font Awesome 5 Pro";
    font-size: 14px;
}

.main-menu ul li:hover a {
    color: #323232;
}

.main-menu ul li:hover ul.submenu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}

.main-menu ul li ul.submenu {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #ffffff;
    min-width: 200px;
    padding: 15px 0;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    transform-origin: 0 0;
    -webkit-box-shadow: 0px 15px 30px 0px rgba(0, 3, 143, 0.1);
    -moz-box-shadow: 0px 15px 30px 0px rgba(0, 3, 143, 0.1);
    box-shadow: 0px 15px 30px 0px rgba(0, 3, 143, 0.1);
    opacity: 0;
    visibility: hidden;
    z-index: 11;
}

.main-menu ul li ul.submenu li {
    margin: 0;
    display: block;
}

.main-menu ul li ul.submenu li.active a {
    color: #323232;
}

.main-menu ul li ul.submenu li a {
    padding: 5px 20px;
    color: #444;
}

.main-menu ul li ul.submenu li a:hover {
    color: #323232;
}

.main-menu ul li.mega-menu {
    position: static;
}

.main-menu ul li.mega-menu ul.submenu {
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center right;
    background-attachment: scroll;
    width: 100%;
    padding: 40px 35px;
}

.main-menu ul li.mega-menu ul.submenu li {
    float: left;
    display: block;
    width: 25%;
}

.main-menu ul li.mega-menu ul.submenu li a {
    color: #323232;
    margin-bottom: 20px;
    padding: 0;
}

.main-menu ul li.mega-menu ul.submenu li a::after {
    display: none;
}

.main-menu ul li.mega-menu ul.submenu li ul li {
    float: none;
    width: 100%;
    padding-left: 0;
}

.main-menu ul li.mega-menu ul.submenu li ul li a {
    font-size: 12px;
    color: #444;
    margin-bottom: 0;
    padding-bottom: 12px;
}

.main-menu ul li.mega-menu ul.submenu li ul li a:hover {
    color: #323232;
}

.main-menu ul li.mega-menu ul.submenu li ul li:last-child a {
    padding-bottom: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .main-menu ul li.mega-menu.mega-menu-2 ul.submenu {
        background: none;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .main-menu ul li.mega-menu.mega-menu-2 ul.submenu>li {
        width: 33.33%;
    }
}

.main-menu-2 ul li {
    margin: 0 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .main-menu-2 ul li {
        margin: 0 15px;
    }
}

.main-menu-3 ul li:hover>a {
    color: var(--maincolor);
}

.main-menu-3 ul li ul.submenu li:hover a {
    color: var(--maincolor);
}

.main-menu-3 ul li .mega-menu ul.submenu li ul li a:hover {
    color: var(--maincolor);
}


/* ((((((((((((((((((((((((((((())))))))))))))))))))))))))))) */
.header_top {
    background-color: var(--maincolor) !important;
    border-bottom: 0.4px solid #ebebeb !important;
    padding: 5px 0 0px 0px;
    color: #fff !important;
    align-items: center;
}

/* Dropdown menu */
ul.dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    /* Aligns dropdown to the right */
    background-color: #f9f9f9;
    min-width: 300px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 999;
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: left;
    border-radius: 6px;
    padding: 10px;
}

.dropdown a {
    color: #fff;
}


/* .dropdown a:hover {
    display: block !important;
} */

.dropdown-content li span {
    display: inline-block;
    color: #000;
    font-weight: 700;
}

.dropdown-content li a {
    color: black;
    padding: 12px 16px !important;
    text-decoration: none;
    text-align: left;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.right_top_conetnt .main_ul {
    display: flex;
    column-gap: 1cqi;
}

.right_top_conetnt .main_ul li a {
    font-size: 12px;
}

.show_left p {
    font-size: 13px;
}

.right_top_conetnt .main_ul .dropdown {
    text-align: right;
}

/* Responsive adjustments */
@media screen and (max-width: 600px) {
    ul.dropdown-content {
        position: static;
    }
}

/* (((((((((((((((((((((((((()))))))))))))))))))))))))) */
.nav-link .bx {
    font-size: 20px !important;
}

nav .wrapper {
    position: relative;
    max-width: 1300px;
    /* padding: 0px 30px; */
    line-height: 45px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.wrapper .nav-links {
    display: inline-flex;
}

.nav-links li {
    list-style: none;
}

.nav-links li a:hover {
    color: var(--pinkcolor);
}

.nav-links li a {
    color: #000;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.5px;
    padding: 1px 15px;
    border-radius: 5px;
    transition: all 0.3s ease;
    text-transform: uppercase !important;

}

.nav-links .mobile-item {
    display: none;
}

.nav-links .drop-menu {
    position: absolute;
    width: 180px;
    line-height: 45px;
    top: 85px;
    opacity: 0;
    display: none;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.nav-links li:hover .drop-menu,
.nav-links li:hover .mega-box {
    transition: all 0.3s ease;
    top: 40px;
    opacity: 1;
    visibility: visible;
    display: block;
}

.drop-menu li a {
    width: 100%;
    display: block;
    padding: 0 0 0 15px;
    font-weight: 400;
    border-radius: 0px;
}

.mega-box {
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
    top: 85px;
    opacity: 0;
    z-index: 999;
    display: none;
}

.mega-box .content {
    background: #fff;
    width: 100%;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.mega-box .content .col-3:nth-child(even) {
    background-color: rgba(245, 245, 245, 0.5) !important;
}

.mega-box .content p {
    color: var(--pinkcolor);
    font-weight: 600;
    font-size: 16px;
    margin: 0;
}

.mega-box .content ul li {
    margin: -16px;
}

.mega-box .content ul li a {
    font-weight: 300;
    transition: all 0.1s ease;
}

.mega-box .content ul li a:hover {
    font-weight: 600;
    color: black;
}

.content .row img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.wrapper .btn {
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    display: none;
}

.wrapper .btn.close-btn {
    position: absolute;
    right: 30px;
    top: 10px;
}

@media screen and (max-width: 970px) {
    .wrapper .btn {
        display: block;
    }

    .wrapper .nav-links {
        position: fixed;
        height: 100vh;
        width: 100%;
        max-width: 350px;
        top: 0;
        left: -100%;
        background: #242526;
        display: block;
        padding: 50px 10px;
        line-height: 50px;
        overflow-y: auto;
        box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.18);
        transition: all 0.3s ease;
    }

    /* custom scroll bar */
    ::-webkit-scrollbar {
        width: 10px;
    }

    ::-webkit-scrollbar-track {
        background: #242526;
    }

    ::-webkit-scrollbar-thumb {
        background: #3A3B3C;
    }

    #menu-btn:checked~.nav-links {
        left: 0%;
    }

    #menu-btn:checked~.btn.menu-btn {
        display: none;
    }

    #close-btn:checked~.btn.menu-btn {
        display: block;
    }

    .nav-links li {
        margin: 15px 10px;
    }

    .nav-links li a {
        padding: 0 20px;
        display: block;
        font-size: 20px;
    }

    .nav-links .drop-menu {
        position: static;
        opacity: 1;
        top: 65px;
        visibility: visible;
        padding-left: 20px;
        width: 100%;
        max-height: 0px;
        overflow: hidden;
        box-shadow: none;
        transition: all 0.3s ease;
    }

    #showDrop:checked~.drop-menu,
    #showMega:checked~.mega-box {
        max-height: 100%;
    }

    .nav-links .desktop-item {
        display: none;
    }

    .nav-links .desktop-item:hover .mega-box {
        /* display: block; */
    }

    .nav-links .mobile-item {
        /* display: block; */
        color: #f2f2f2;
        font-size: 20px;
        font-weight: 500;
        padding-left: 20px;
        cursor: pointer;
        border-radius: 5px;
        transition: all 0.3s ease;
    }

    .nav-links .mobile-item:hover {
        background: #3A3B3C;
    }

    .drop-menu li {
        margin: 0;
    }

    .drop-menu li a {
        border-radius: 5px;
        font-size: 18px;
    }

    .mega-box {
        position: static;
        top: 65px;
        opacity: 1;
        visibility: visible;
        padding: 0 20px;
        max-height: 0px;
        overflow: hidden;
        transition: all 0.3s ease;
    }

    .mega-box .content {
        box-shadow: none;
        flex-direction: column;
        padding: 20px 20px 0 20px;
    }

    .mega-box .content .row {
        width: 100%;
        margin-bottom: 15px;
        border-top: 1px solid rgba(255, 255, 255, 0.08);
    }

    .mega-box .content .row:nth-child(1),
    .mega-box .content .row:nth-child(2) {
        border-top: 0px;
    }

    .content .row .mega-links {
        border-left: 0px;
        padding-left: 15px;
    }

    .row .mega-links li {
        margin: 0;
    }

    .content .row header {
        font-size: 19px;
    }
}

/* _____placholder___img___ */
.welcome__slider .blog__item {
    height: 350px;
    background: #000;
}

.welcome__slider .blog__item .image-placeholder {
    height: 250px;
}

.image-placeholder {
    display: block;
    width: 300px;
    /* min-height: 300px; */
    background-image: url('https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTVYS7KEXYFAwqdRCW81e4DSR_nSLYSFStx1Q&s');
    background-size: cover;
    background-position: center;
}

.image-placeholder.loaded {
    background-image: none;
}

.nav-links .desktop-item.active::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: yellow;
}

.desktop-item .fa {
    color: gray;
}

.desktop-item:hover .fa-angle-down {
    display: none;
}

.desktop-item .fa-angle-up {
    display: none;
}

.desktop-item:hover .fa-angle-up {
    display: inline;
}

.desktop-item .fa-chevron-up {
    display: none;
}

nav input {
    display: none;
}

.body-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    padding: 0 30px;
}

.body-text div {
    font-size: 45px;
    font-weight: 600;
}


/* __________-middle_hedera_____________ */
.middle_header {
    background: #fff;
}

.navbar {
    padding: 0.5rem 1rem 0 1rem;
}

.middle_header .navbar {
    background: #fff;
}

.header_logo_here img {
    margin-left: 10px;
    height: 40px !important;
    width: 100% !important;
}

#searchSuggestions {
    position: absolute;
    top: 100%;
    left: -15px;
    z-index: 1050;
    width: 100%;
    display: none;
    margin-top: -3px;
    /* border: none; */
    /* border: 1px solid rgba(0, 0, 0, .15); */
}

#searchoverlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10;
}

#search-input {
    position: relative;
    z-index: 11;
    /* Ensure it is above the overlay */
}

#searchSuggestions .dropdown-item:hover {
    background: #fff;
}

#searchSuggestions .dropdown-item {
    padding-bottom: 0px;
}

#searchSuggestions .dropdown-item span {
    font-weight: 600;
}

#searchSuggestions .dropdown-item ul {
    padding: 20px;
}

#searchSuggestions.show {
    display: block;
}

.serach_suggestion {
    margin-top: -10px;
}

.category-sub-link {
    font-size: 13px;
    /* padding-left: 30px !important; */
}

.search_input {
    width: 550px !important;
}

.search_input .form-control {
    /* border-top: none; */
    /* border-bottom: 1px solid gray; */
    border-radius: 20px !important;
    padding-left: 20px !important;
    margin-top: -5px;
}

.search_input .form-control:focus {
    border: 1px solid #ced4da !important;
    box-shadow: none !important;
}

.search_input .form-control:focus .input-group-text {
    display: block !important;
}

.input-group-text {
    text-align: center !important;
    background: var(--maincolor) !important;
    border: 1px solid var(--maincolor);
    color: #fff !important;
    border-radius: 20px !important;
    width: 34px;
    height: 34px;
    position: relative;
    justify-content: center;
    right: 36px;
    top: -3px;
    cursor: pointer;
    z-index: 99 !important;
    /* display: none; */
}

.input-group-text:hover {
    background: var(--pinkcolor) !important;
    border: none !important;
}

.navbar-brand {
    display: inline-block;
    /* padding-top: .3125rem; */
    padding-bottom: 10px;
    /* margin-right: 8rem; */
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

::selection {
    background: var(--maincolor);
    color: #ffffff;
    text-shadow: none;
}

.search_input .fa {
    font-size: 12px;
}

.search_input .form-control::placeholder {
    font-size: 13px !important;
    font-family: var(--mainfont);
}

.nav-link {
    font-weight: 500;
    font-size: 13px !important;
    color: #000 !important;
    font-family: var(--mainfont);
    position: relative;
    display: inline-block;
}

#cart-count {
    position: absolute;
    top: -4px;
    right: 28px;
    padding: 3px 6px;
    border-radius: 50%;
    background-color: var(--maincolor);
    color: white;
    font-weight: 400;
}

#wishlist-count {
    position: absolute;
    top: -4px;
    right: 52px;
    padding: 3px 6px;
    border-radius: 50%;
    background-color: var(--maincolor);
    color: white;
    font-weight: 400;
}

#mobile_cart-count {
    position: absolute;
    top: -14px;
    right: -7px;
    font-size: 12px;
    padding: 3px 6px;
    border-radius: 50%;
    background-color: var(--maincolor);
    color: white;
    font-weight: 400;
}

.shopping_Btn .dropdown {
    border-radius: 10px;
}

.shopping_Btn .dropdown:hover .dropdown-menu {
    display: block !important;
}

.shopping_Btn .dropdown .dropdown-menu a {
    color: #000;
    font-size: 12px;
    transition: 0.1s;
}

.shopping_Btn .dropdown .dropdown-menu a:hover {
    font-weight: 700;
    background-color: white;
}

.dropdown-toggle::after {
    display: none !important;
}

.padding_left {
    padding-left: 25px;
}

.fa-history {
    color: #5a5a5a;
}

.search-product {
    font-size: 13px !important;

}

.search-product img {
    height: 150px;
}

.search-product span:hover {
    color: var(--pinkcolor);
}

.my-account {
    font-size: 12px !important;
}

/* __________________bottom_header_______________________________ */

.bottom_header nav {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    background-color: #fff;
}

/* _______________________slider_area____________ */
.slider_area {
    height: 500px;
}

.slider_area .container-fluid {
    margin: 0px;
    padding-right: 0px;
    padding-left: 0px;
}

.slider_area .container-fluid .row {
    margin: 0px;
    padding-right: 0px;
    padding-left: 0px;
}

.slider_area .container-fluid .row .col-lg-12 {
    margin: 0px;
    padding-right: 0px;
    padding-left: 0px;
}

.slider_Image_here {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 0px !important;
    border: none;
    margin: auto;
    overflow: hidden;
}

.slides_all {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.slider_Image_here .slider_img img {
    height: 450px !important;
    width: 100% !important;
    object-position: top;
    /* object-fit: cover !important; */
    border: none !important;
    transform-origin: center center;
    /* animation: zoomOut 15s ease-in-out infinite; */
}

@keyframes zoomOut {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(1.05);
    }
}


/* ____________-footer__________ */

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
}

a,
a:active,
a:focus {
    text-decoration: none;
    transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-duration: .2s;
    -ms-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
}

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

img {
    max-width: 100%;
    height: auto;
}

.footer-section {
    background-color: #233243;
    position: relative;
    overflow: hidden;
    z-index: 9;
}

.footer-section:before {
    content: '';
    position: absolute;
    top: -146%;
    left: -18%;
    width: 44%;
    height: 257%;
    transform: rotate(54deg);
    background-color: rgb(31, 47, 64);
    -webkit-transform: rotate(54deg);
    -moz-transform: rotate(54deg);
    -ms-transform: rotate(54deg);
    -o-transform: rotate(54deg);
    z-index: -10;
}

.footer-section:after {
    position: absolute;
    content: '';
    background-color: rgb(31, 47, 64);
    top: -24%;
    right: 4%;
    width: 26%;
    height: 264%;
    transform: rotate(44deg);
    -webkit-transform: rotate(44deg);
    -moz-transform: rotate(44deg);
    -ms-transform: rotate(44deg);
    -o-transform: rotate(44deg);
    z-index: -10;
}

.footer-top {
    padding-top: 96px;
    padding-bottom: 50px;
}

.footer-top p,
.company-footer-contact-list li {
    color: #ffffff;
}

.company-footer-contact-list {
    margin-top: 10px;
}

.company-footer-contact-list li {
    display: flex;
    display: -webkit-flex;
    align-items: center;
}

.company-footer-contact-list li+li {
    margin-top: 5px;
}

.company-footer-contact-list li i {
    margin-right: 10px;
    font-size: 20px;
    display: inline-block;
}

.footer-top .site-logo {
    margin-bottom: 25px;
    display: block;
    max-width: 170px;
}

.widget-title {
    text-transform: capitalize;
}

.footer-top .widget-title {
    color: #ffffff;
    margin-bottom: 40px;
}

.courses-link-list li+li {
    margin-top: 10px;
}

.courses-link-list li a {
    color: #ffffff;
    text-transform: capitalize;
    font-family: var(--para-font);
    font-weight: 400;
}

.courses-link-list li a:hover {
    color: #ffb606;
}

.courses-link-list li i {
    margin-right: 5px;
}

.footer-top .small-post-title a {
    font-family: var(--para-font);
    color: #ffffff;
    font-weight: 400;
}

.small-post-item .post-date {
    color: #ffb606;
    margin-bottom: 3px;
    font-family: var(--para-font);
    font-weight: 400;
}

.small-post-list li+li {
    margin-top: 30px;
}

.news-letter-form {
    margin-top: 15px;
}

.news-letter-form input {
    width: 100%;
    padding: 12px 25px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border: none;
}

.news-letter-form input[type="submit"] {
    width: auto;
    border: none;
    background-color: #ffb606;
    padding: 9px 30px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    color: #ffffff;
    margin-top: 10px;
}

.footer-bottom {
    padding: 13px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.149);
}

.copy-right-text {
    color: #ffffff;
}

.copy-right-text a {
    color: #ffb606;
}

.terms-privacy li+li {
    margin-left: 30px;
}

.terms-privacy li a {
    color: #ffffff;
    position: relative;
}

.terms-privacy li a:after {
    position: absolute;
    content: '-';
    color: #ffffff;
    display: inline-block;
    top: 0;
    right: -18px;
}

.terms-privacy li+li a:after {
    display: none;
}

/* Styling for Popup */
.popup-container {
    position: fixed;
    bottom: 20px;
    left: 20px;
    /* Changed from right to left */
    background-color: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 5px;
    display: none;
    z-index: 9999;
    border-radius: 7px;
}

.popup-content {
    display: flex;
    flex-direction: column;
    /* Stack elements vertically */
    align-items: center;
    position: relative;
}

.popup-image {
    width: 100px;
    height: 100px;
    object-fit: fill;
}

.popup-text {
    margin-top: -15px;
    font-size: 14px;
    line-height: 1.4;
    color: #000;
}

.text_bold {
    font-weight: 700;
}

.popup-text {
    font-size: 12px !important;
}

.close-btn {
    color: #000;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    top: -12px;
    right: -12px;
    height: 25px;
    width: 25px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
}

.section_padding {
    padding: 70px 0px 0px 0px;
}

.show_banner {
    height: 400px;
    background-image: url('https://www.shutterstock.com/image-photo/beautiful-brunette-woman-natural-makeup-600nw-1781009285.jpg');
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    background-attachment: fixed;
}

.show_banner .onLayer {
    height: 400px;
    /* background-image: url('https://assets.vogue.com/photos/65f8604e619fe40d5e1b0301/master/pass/western_Trends_001.jpg'); */
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}

.show_banner_two {
    height: 400px;
    background-image:
        conic-gradient(from 0deg at 0% 0%,
            #8340a1 0%, #e83e8c 100%);

}

.show_banner_two .onLayer {
    height: 400px;
    background-image: linear-gradient(to left, rgba(0, 0, 0, .4) 100%, transparent);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}

.show_banner_two .content_here .sf-hero__content {
    font-family: var(--mainfont);
}

.show_banner_two .content_here .sf-hero__content h2 {
    font-family: var(--heading_font);
}

.clientInstaFigureContainer .videoViews .content_here .os-btn {
    color: #fff;
    border: 2px solid #fff;
}

.clientInstaFigureContainer .videoViews {
    position: absolute;
    display: flex;
    flex-flow: row;
    gap: 6px;
    align-items: center;
    top: 7px;
    left: 7px;
    color: white;
    background: black;
    padding: 5px 11px;
    border-radius: 7px;
    font-size: 13px;
    opacity: 0.7;
}

.clientInstaFigureContainer video {
    box-shadow: rgb(176, 176, 176) 0px 0px 5px 2px;
    border-radius: 5px;
    border-width: 0px;
    border-color: white;
    overflow: hidden;
    /* height: 300px; */
    /* width: 100%; */
    background-color: rgb(220, 220, 220);
}

/* .client_section .blog__item {
    height: 300px;
} */
.clientInstaFigureCaption {
    position: absolute;
    display: flex;
    top: 70%;
    gap: 10px;
    justify-content: center;
    align-items: center;
    left: 0px;
    bottom: 16px;
    background-color: rgba(0, 0, 0, .1);
    background-image: linear-gradient(rgba(0, 0, 0, .1) 30%, rgba(0, 0, 0, 1));
    color: #f1f1f1;
    width: 100%;
    transition: .5s ease;
    opacity: 1;
    color: white;
    font-size: 20px;
    padding: 20px;
    border-radius: 10px;
}

.clientInstaFigureCaption .clientHeading {
    font-family: var(--mainfont);
    text-align: left;
    font-weight: normal;
    color: white !important;
    font-size: 15px !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
    display: -webkit-box !important;
    overflow: hidden !important;
    letter-spacing: .85px;

}

.banner_one_section .os-btn {
    border-color: #fff !important;
    color: #fff !important;
    white-space: nowrap;
}

.banner_one_section .os-btn:hover {
    border: none;
}

.social_icons {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: -10px;
}

.social_icons i {
    color: var(--maincolor);
    background: #fff;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    padding: 8px;
    transition: all 0.5s ease;
}

.social_icons i:hover {
    background: var(--maincolor);
    color: #fff;
    box-shadow: rgba(255, 255, 255, 0.9) 0px 7px 29px 0px;

}

.stay_connected_section h2 {
    font-size: 28px !important;
    font-family: var(--heading_font) !important;
}

.content_here {
    padding: 150px;
    display: flex;
    align-items: center !important;
    justify-content: center;
    text-align: center;
}

.gap-2 {
    gap: 0.5rem;
}

.our_productSection {
    padding: 10px;
}

.our_productSection h2 {
    font-size: 16px;
    font-family: var(--mainfont);
    font-weight: 600;
    color: var(--maincolor);
}

.explore-more-btn {
    font-weight: 600;
}

.explore-more-btn:hover {
    color: var(--maincolor);
}

.our_productSection .card {
    padding: 15px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

}

.prebook_sales {
    margin-top: 30px;
}

/* .prebook-row h2 {
    color: white;
    font-size: 20px;
    font-family: var(--mainfont) !important;
    margin: 30px;
    background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%),
                radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
} */

.pre_order_slider .blog__item {
    background: #e6eef6 !important;
    padding: 20px;
    max-height: 350px;
}

.pre_order_slider .blog__item .blog__thumb img {
    object-fit: fill;
    height: 185px;
    width: 100%;
}

.pre_order_slider .blog__content {
    background: #fff;
    text-align: left;
    padding-left: 20px;
}

.pre_order_slider .blog__content h4 {
    color: #000;
    margin-bottom: 0px;
}

.pre_order_slider .blog__content .blog__meta span {
    color: #000;
}

.pre_order_slider .blog__content .blog__meta {
    padding-bottom: 16px !important;
}

.prebook-btn {
    font-weight: 700;
    margin-top: 10px;
    width: 103px;
    padding: 11px 13px;
    max-width: 90px;
    color: #fff;
    text-align: center;
    justify-content: center;
    background: var(--maincolor);

}

.prebook-btn:hover {
    background: var(--pinkcolor) !important;
}

.pre_book_showing figure img {
    width: 100%;
}

.newOn_sp {
    position: relative;
    overflow: hidden;
}

.newOn_sp img {
    width: 100%;
    height: 650px;
    object-fit: fill;
}

.newOn_sp h3 {
    font-family: var(--mainfont);
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    color: #000;
}

.story-hero__cta {
    position: relative;
    bottom: 110px;
    left: 14px;
}

.catelog_section .blog__item {
    border-radius: 6px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.catelog_section .blog__item img {
    height: 250px;
    object-fit: contain;
}

.catelog_section .blog__content {
    background: #deedff;
    padding: 10px;
    text-align: left;
    border-radius: 0px 0px 6px 6px;
}

.catelog_section .blog__content h4 {
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin-bottom: 0px;
}

.catelog_section .blog__content span {
    font-weight: 500;
}

.catelog_section .blog__content .badge {
    color: #000;
    margin-top: -10px;
}

/* .thumbs-up-icon {
    transition: transform 0.2s ease, color 0.2s ease;
}

.thumbs-up-icon:active {
    transform: translateY(-5px);
    color: var(--pinkcolor);
    /* Change to your desired color */
}

*/ .catelog_section .blog__content .badge i {
    text-align: left;
    font-weight: 400;
    font-size: 15px;
    color: rgb(81, 81, 81);
}

.thumbs-up-icon,
.download-icon {
    transition: transform 0.2s ease, color 0.2s ease;
}

.thumbs-up-icon.active {
    color: #007BFF;
    /* Change to your desired color */
}

@keyframes downloadAnimation {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(0);
    }
}

.download-icon.active animate {
    animation: downloadAnimation 0.5s ease;
}

.scroll-up-btn {
    position: fixed;
    bottom: 60px;
    z-index: 999;
    right: 20px;
    background-color: var(--maincolor);
    /* Change to your desired background color */
    color: white;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 20px;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease;
}


.scroll-up-btn:hover {
    background-color: var(--pinkcolor);
    /* Change to your desired hover background color */
}

.welcome_startingSection {
    position: relative;
    overflow: hidden;
}

#slider_section {
    position: relative;
}

.feedback-btn {
    position: fixed;
    z-index: 999;
    bottom: 10%;
    right: 0;
    background-color: #e8c307;
    color: #000;
    writing-mode: vertical-rl;
    transform: rotate(-180deg);
    border: none;
    border-radius: 5px;
    padding: 24px 5px 56px;
    font-size: 16px;
    cursor: pointer;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease;
}

#close-feedback-btn {
    position: absolute;
    bottom: 11px;
    background: none;
    border: none;
    font-size: 19px;
    font-weight: bold;
    margin-left: 10px;
    cursor: pointer;
}

.feedback-btn:hover {
    background-color: var(--maincolor);
    /* Change to your desired hover background color */
}

.feedback-btn i {
    margin-right: 8px;
}

/* Ensure the icon is vertically centered */
.scroll-up-btn i {
    line-height: 40px;
}

.image-container {
    width: 300px;
    height: 300px;
    background-color: #f0f0f0;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ccc;
}

.image-container img {
    max-width: 100%;
    max-height: 100%;
}

/* (((((((((((((((((((((((((((((add_new_css___))))))))))))))))))))))))))))) */
.catelog_lookbook {
    /* margin-top: -35px; */
}

.bagProduct__slider .blog__item {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.bagProduct__slider .blog__item .blog__content {
    background: #fff;
    color: #000;
    text-align: left;
    padding: 15px 0px 10px 20px;
}

.bagProduct__slider .blog__item .blog__content h4 {
    font-size: 14px;
    margin-bottom: 0px !important;
}

.bagProduct__slider .blog__item .blog__content .blog__meta {
    margin-bottom: 0px !important;
}

.bagProduct__slider .blog__item .blog__content .blog__meta span {
    font-size: 12px;
    line-height: 4px;
}

.bagProduct__slider .blog__item .blog__thumb img {
    width: 100%;
    height: auto;
    object-fit: fill;
    object-position: center center;
}

/*--
    - Input Placeholder
-----------------------------------------*/
*::-moz-placeholder {
    color: #201f1f;
    font-size: 14px;
    opacity: 1;
}

*::placeholder {
    color: #201f1f;
    font-size: 14px;
    opacity: 1;
}

/*--
    - Common Classes
-----------------------------------------*/
.fix {
    overflow: hidden;
}

.clear {
    clear: both;
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}

.p-relative {
    position: relative;
}

.p-absolute {
    position: absolute;
}

/*--
    - Background color
-----------------------------------------*/
.grey-bg {
    background: #f5f5f5;
}

.theme-bg {
    background: var(--maincolor);
}

.white-bg {
    background: #ffffff;
}

.black-bg {
    background: #f8f9fa;
}

.footer-bg {
    background: #f8f9fa;
}

.dark-soft-bg {
    background: #f8f9fa;
}

.footer__bottom {
    background: var(--maincolor);
}

/*--
    - color
-----------------------------------------*/
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
    color: #ffffff !important;
}

.white-color {
    color: #ffffff;
}

.theme-color {
    color: var(--maincolor) !important;
}

.black-color {
    color: #201f1f;
}

/* spacing */
.mb-265 {
    margin-bottom: 265px;
}

.mt--95 {
    margin-top: -95px;
}

/* padding */
.pl-250 {
    padding-left: 250px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .pl-250 {
        padding-left: 50px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .pl-250 {
        padding-left: 25px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pl-250 {
        padding-left: 25px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .pl-250 {
        padding-left: 25px;
    }
}

@media (max-width: 575px) {
    .pl-250 {
        padding-left: 10px;
    }
}

/* box spacing */
.box-25 {
    padding-left: 25px;
    padding-right: 25px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .box-25 {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 575px) {
    .box-25 {
        padding-left: 0px;
        padding-right: 0px;
    }
}

.box-m-15 {
    margin-left: 15px;
    margin-right: 15px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .box-m-15 {
        margin-left: 15px;
        margin-right: 15px;
    }
}

@media (max-width: 575px) {
    .box-m-15 {
        margin-left: 15px;
        margin-right: 15px;
    }
}

@media (max-width: 575px) {
    .box-white {
        padding-top: 0;
    }
}

.box-white-inner {
    position: relative;
}

.box-white-inner::before {
    position: absolute;
    content: "";
    top: -50px;
    left: -50px;
    width: calc(100% + 100px);
    height: calc(100% + 30px);
    background: #ffffff;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .box-white-inner::before {
        top: -15px;
        left: -15px;
        width: calc(100% + 30px);
        height: calc(100% + 30px);
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .box-white-inner::before {
        top: -30px;
        left: -30px;
        width: calc(100% + 60px);
        height: calc(100% + 60px);
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .box-white-inner::before {
        top: -40px;
        left: -35px;
        width: calc(100% + 70px);
        height: calc(100% + 80px);
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .box-white-inner::before {
        top: -20px;
        left: -20px;
        width: calc(100% + 40px);
        height: calc(100% + 40px);
    }
}

@media (max-width: 575px) {
    .box-white-inner::before {
        top: -15px;
        left: -15px;
        width: calc(100% + 30px);
        height: calc(100% + 30px);
    }
}

.box-pb-40 {
    padding-bottom: 40px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .box-pb-40 {
        padding-bottom: 30px;
    }
}

@media (max-width: 575px) {
    .box-pb-40 {
        padding-bottom: 15px;
    }
}

/* custom container*/
.custom-container {
    padding-left: 0;
    padding-right: 0;
}

@media (min-width: 1400px) {
    .custom-container-2 {
        max-width: 1220px;
    }
}

/* btn */
.os-btn {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    height: 50px;
    line-height: 46px;
    padding: 0 42px;
    border: 2px solid #ebebeb;
    color: #323232;
    background: transparent;
    z-index: 1;
    font-size: 12px;
}

.os-btn span {
    color: var(--maincolor);
}

.os-btn::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: var(--maincolor);
    z-index: -1;
}

.os-btn:hover {
    color: #ffffff;
    border-color: var(--maincolor);
}

.os-btn:hover::after {
    height: 100%;
}

.os-btn:hover span {
    color: #ffffff;
}

.os-btn-2 {
    border-color: #323232;
}

.os-btn-3 {
    padding: 0 77px;
}

.os-btn-4::after {
    background: #666;
}

.os-btn-black {
    color: #ffffff;
    background-color: #323232;
    border-color: #323232;
}

.os-btn-black::after {
    background-color: var(--maincolor);
}

.os-btn-black:hover {
    border-color: var(--maincolor);
}

.os-btn-white {
    color: #ffffff;
    border-color: #ffffff;
}

.os-btn-white:hover {
    color: #323232;
    border-color: #ffffff;
}

.os-btn-white:hover::after {
    background: #ffffff;
}

.os-btn-4 {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    height: 50px;
    line-height: 46px;
    padding: 0 42px;
    border: 2px solid #323232;
    color: #323232;
    background: transparent;
    z-index: 1;
    font-size: 12px;
}

.os-btn-4 span {
    color: var(--maincolor);
}

.os-btn-4::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: var(--maincolor);
    z-index: -1;
}

.os-btn-4:hover {
    color: #ffffff;
    border-color: var(--maincolor);
}

.os-btn-4:hover::after {
    height: 100%;
}

.os-btn-4:hover span {
    color: #ffffff;
}

.os-btn-5 {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    height: 50px;
    line-height: 46px;
    padding: 0 42px;
    border: 2px solid #ebebeb;
    color: #ffffff;
    background: transparent;
    z-index: 1;
    font-size: 12px;
}

.os-btn-5 span {
    color: var(--maincolor);
}

.os-btn-5::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: var(--maincolor);
    z-index: -1;
}

.os-btn-5:hover {
    color: #ffffff;
    border-color: var(--maincolor);
}

.os-btn-5:hover::after {
    height: 100%;
}

.os-btn-5:hover span {
    color: #ffffff;
}

.link-btn {
    font-size: 12px;
    color: #444;
    text-transform: capitalize;
    font-weight: 500;
}

.link-btn:hover {
    color: var(--maincolor);
}

.action-btn {
    background: #201f1f;
    color: #ffffff;
    font-size: 14px;
    padding: 15px 31.9px;
    transition: 0.3s;
}

.action-btn:hover {
    background: var(--maincolor);
    color: #ffffff;
}

/* section title */
.section__title {
    position: relative;
}

.section__title-wrapper .section__title {
    display: inline-block;
    transition: transform 0.5s ease;
}

.section__title-wrapper .section__title:hover {
    transform: scale(1.05);
}

.section__title::after {
    border-top: 1px solid #ebebeb;
    content: "";
    left: 0;
    margin: 0;
    display: none;
    position: absolute;
    top: 50%;
    width: 100%;
}

.heading_here h3 {
    font-family: var(--mainfont);
    margin-bottom: 10px;
}

#combo_slider .owl-stage {
    transition: transform 2s linear;
    /* Adjust the timing for a smoother effect */
}

.section__title h2 {
    display: inline-block;
    font-weight: 600;
    position: relative;
    background: #fff none repeat scroll 0 0;
    padding: 0 50px;
    z-index: 1;
    font-family: var(--heading_font);
    line-height: 1;
}

@media (max-width: 575px) {
    .section__title h2 {
        font-size: 24px;
        padding: 0 15px;
    }

    .section__sub-title p {
        font-size: 12px;
        line-height: 1.25;
    }
}

.section__title p {
    color: #606060;
    margin-bottom: 0;
}

.section__title-2 {
    padding-left: 130px;
    padding-right: 130px;
    font-size: 24px;
    text-transform: uppercase;
    color: #201f1f;
    font-weight: 700;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .section__title-2 {
        font-size: 20px;
    }
}

@media (max-width: 575px) {
    .section__title-2 {
        padding-right: 0;
        padding-left: 0;
    }
}

.section__title-2 span {
    padding: 0 70px;
    display: inline-block;
    position: relative;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .section__title-2 span {
        padding: 0 30px;
    }
}

.section__title-2 span::before,
.section__title-2 span::after {
    width: 130px;
    height: 4px;
    background: transparent;
    position: absolute;
    content: "";
    top: 13px;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}

@media (max-width: 575px) {

    .section__title-2 span::before,
    .section__title-2 span::after {
        display: none;
    }
}

.section__title-2 span::before {
    right: 100%;
}

.section__title-2 span::after {
    left: 100%;
}

.section__wrapper .sub-title {
    margin: 0 auto 10px;
    max-width: 600px;
}

/* page title area */
.page__title {
    height: 530px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .page__title {
        height: 400px;
    }
}

@media (max-width: 575px) {
    .page__title {
        height: 350px;
    }
}

.page__title-inner h1 {
    font-size: 36px;
    color: #323232;
    text-transform: capitalize;
    margin-bottom: 25px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .page__title-inner {
        margin-top: 100px;
    }
}

@media (max-width: 575px) {
    .page__title-inner {
        margin-top: 100px;
    }
}

.page__title-breadcrumb .breadcrumb {
    background: transparent;
    padding: 0;
    margin-bottom: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.page__title-breadcrumb .breadcrumb-item {
    font-size: 12px;
    text-transform: capitalize;
    color: #444;
    font-weight: 500;
}

.page__title-breadcrumb .breadcrumb-item a:hover {
    color: var(--maincolor);
}

.page__title-breadcrumb .breadcrumb-item.active {
    color: #323232;
}

.page__title-breadcrumb .breadcrumb-item.active::before {
    color: #444;
}

/* rating */
.rating ul li {
    display: inline-block;
}

.rating ul li span {
    font-size: 10px;
    color: var(--maincolor);
}

.rating.rating-shop ul {
    display: inline-block;
}

.rating.rating-shop ul li span {
    font-size: 12px;
    color: var(--maincolor);
}

.rating.rating-shop span {
    font-size: 12px;
    font-weight: 500;
}

.rating.rating-shop-2 ul li span {
    color: var(--maincolor);
}

.rating-left {
    position: relative;
    padding-left: 25px;
    margin-left: 25px;
}

.rating-left::after {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 12px;
    width: 1px;
    background: #dcdcdc;
}

.rating-left a:hover {
    color: var(--maincolor);
}

/* scroll to top */
#scroll a {
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 15px;
    color: #ffffff;
    list-style-type: none;
    background: var(--maincolor);
    margin-right: 20px;
    border: 1px solid var(--maincolor);
    z-index: 999;
}

#scroll .scroll-link {
    border: 1px solid var(--maincolor);
    background: var(--maincolor);
}

/* border bottom 1*/
.border-top-1 {
    border-top: 1px solid #ebebeb;
}

/* sidebar */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sidebar__wrapper {
        margin-top: 50px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .sidebar__wrapper {
        margin-top: 50px;
    }
}

@media (max-width: 575px) {
    .sidebar__wrapper {
        margin-top: 50px;
    }
}

.sidebar__widget-title h3 {
    font-size: 20px;
    margin-bottom: 0;
}

.sidebar__links ul li {
    margin-bottom: 8px;
}

.sidebar__links ul li a {
    color: #444;
}

.sidebar__links ul li a:hover {
    color: #323232;
}

/* basic page navigation */
.basic-pagination ul {
    display: block;
}

.basic-pagination ul li {
    display: inline-block;
    margin: 0 5px;
}

.basic-pagination ul li.active a {
    border-color: #201f1f;
}

.basic-pagination ul li a {
    height: 35px;
    width: 35px;
    background: transparent;
    color: #201f1f;
    font-size: 12px;
    font-weight: 500;
    line-height: 31px;
    margin: 0px;
    display: inline-block;
    text-align: center;
    border: 2px solid #ebebeb;
}

.basic-pagination ul li a:hover {
    border-color: #201f1f;
}

.effectThree a {
    display: block;
    overflow: hidden;
    position: relative;
}

.effectThree a img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.35s ease 0s;
    -o-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
}

.effectThree a:before,
.effectThree a:after {
    content: "";
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    -webkit-transition: all 0.35s ease 0s;
    -o-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
    z-index: 1;
}

.effectThree a:before {
    border-bottom: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    bottom: 20px;
    left: 10px;
    right: 10px;
    top: 20px;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
}

.effectThree a:after {
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    left: 20px;
    right: 20px;
    bottom: 10px;
    top: 10px;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
}

.effectThree a:hover:before,
.effectThree a:hover:after {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.effectThree a:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

/*----------------------------------------*/
/*  04. BANNER CSS START
/*----------------------------------------*/
.banner__area-df {
    display: flex;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .banner__area-df {
        display: block;
    }
}

.banner__inner::before {
    position: absolute;
    content: "";
    top: -20px;
    left: -20px;
    width: calc(100% + 40px);
    height: calc(100% + 40px);
    background: #ffffff;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .banner__inner::before {
        width: calc(100% + 30px);
        height: calc(100% + 30px);
        top: -15px;
        left: -15px;
    }
}

@media (max-width: 575px) {
    .banner__inner::before {
        display: none;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .banner__inner::before {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner__inner {
        margin-top: 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .banner__inner {
        margin-top: 30px;
    }
}

@media (max-width: 575px) {
    .banner__inner {
        margin-top: 30px;
    }
}

.banner__thumb a {
    display: block;
}

.banner__item:hover .banner__thumb img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    filter: brightness(1.2);
}

.banner__item:hover .banner__content {
    top: 60%;
}

.banner__item-2 {
    padding-left: 0;
    padding-right: 0;
}

.banner__item-2:hover .banner__thumb img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.banner__item-3 {
    position: relative;
    margin-right: 10px;
    width: 50%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .banner__item-3 {
        width: 100%;
    }
}

.banner__item-3:last-child {
    margin-right: 0;
}

.banner__item-3-image {
    position: relative;
}

.banner__item-3-image::before {
    position: absolute;
    background: rgba(0, 0, 0, 0.568627451);
    content: "";
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
}

.banner__item-3-image img {
    width: 100%;
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .banner__item-3-image img {
        height: 230px;
    }
}

.banner__item-3:hover .banner__item-3-image::before {
    visibility: visible;
    opacity: 1;
}

.banner__item-3:hover .banner__content-5 {
    top: 50%;
    transform: translateY(-50%);
    visibility: visible;
    opacity: 1;
}

.banner__content {
    top: 50%;
    left: 10%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.banner__content span {
    color: var(--maincolor);
    margin-bottom: 15px;
}

.banner__content h5 {
    margin-bottom: 17px;
    line-height: 22px;
}

.banner__content h5 a:hover {
    color: var(--maincolor);
}

.banner__content-2 {
    top: 50%;
    left: 85px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner__content-2 {
        left: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner__content-2 {
        left: 40px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .banner__content-2 {
        left: 40px;
    }
}

@media (max-width: 575px) {
    .banner__content-2 {
        left: 15px;
    }
}

.banner__content-2.banner__content-2-right {
    left: 100px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner__content-2.banner__content-2-right {
        left: 55px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner__content-2.banner__content-2-right {
        left: 40px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .banner__content-2.banner__content-2-right {
        left: 40px;
    }
}

@media (max-width: 575px) {
    .banner__content-2.banner__content-2-right {
        left: 15px;
    }
}

.banner__content-2 span {
    color: var(--maincolor);
}

.banner__content-2 h4 {
    font-size: 18px;
    margin-bottom: 10px;
    margin-bottom: 15px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .banner__content-2 h4 {
        margin-bottom: 25px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .banner__content-2 h4 {
        margin-bottom: 25px;
    }
}

@media (max-width: 575px) {
    .banner__content-2 h4 {
        margin-bottom: 25px;
    }
}

.banner__content-2 h4 a:hover {
    color: var(--maincolor);
}

.banner__content-2 p {
    color: #444;
    margin-bottom: 37px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .banner__content-2 p {
        display: none;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner__content-2 p {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner__content-2 p {
        display: none;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .banner__content-2 p {
        display: none;
    }
}

@media (max-width: 575px) {
    .banner__content-2 p {
        display: none;
    }
}

.banner__content-4 {
    left: 25px;
}

.banner__content-4.banner__content-4-right {
    left: 45px;
}

@media (max-width: 575px) {
    .banner__content-4.banner__content-4-right {
        left: 25px;
    }
}

.banner__content-5 {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    text-align: center;
    transform: translateY(-40%);
    max-width: 450px;
    margin: 0 auto;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
}

.banner__content-5 h5 {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 20px;
}

.banner__content-5 p {
    color: #ffffff;
    margin-bottom: 30px;
    padding: 0px 10px;
}

.banner-right {
    padding-right: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-right {
        padding-right: 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .banner-right {
        padding-right: 0;
    }
}

@media (max-width: 575px) {
    .banner-right {
        padding-right: 0;
    }
}

.banner-left {
    padding-left: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-left {
        padding-left: 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .banner-left {
        padding-left: 0;
    }
}

@media (max-width: 575px) {
    .banner-left {
        padding-left: 0;
    }
}

.video__area-df {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 565px;
    position: relative;
    z-index: 1;
}

.video__area-df::before {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0.4588235294);
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
}

.video__content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: center;
}

.video__content p {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 0;
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .video__content {
        padding: 0 30px;
    }
}

.video__button a {
    display: inline-block;
    height: 60px;
    width: 60px;
    line-height: 56px;
    border: 3px solid #ffffff;
    border-radius: 50%;
    color: #ffffff;
    font-size: 15px;
}

.video__button a:hover {
    border-color: var(--maincolor);
    color: var(--maincolor);
}

.video__title {
    color: #ffffff;
    font-size: 40px;
    text-transform: uppercase;
    line-height: 48px;
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .video__title {
        font-size: 30px;
    }
}

.testimonial__area .owl-carousel .owl-item img {
    display: block;
    width: auto;
}

.testimonial__area .owl-dots {
    text-align: center;
}

.testimonial__area .owl-dots .owl-dot {
    display: inline-block;
    vertical-align: middle;
}

.testimonial__area .owl-dots .owl-dot>span {
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 5px;
    margin: 3px;
    border: 0;
    background: #e0e0e0;
}

.testimonial__area .owl-dots .owl-dot.active>span {
    background-color: var(--maincolor);
    width: 30px;
}

.testimonial__image {
    display: flex;
    justify-content: center;
}

.testimonial__image img {
    border-radius: 50%;
}

.testimonial__content {
    text-align: center;
    max-width: 750px;
    margin: 0 auto;
}

.testimonial__content P {
    margin-bottom: 30px;
}

.brand__slider-active .owl-nav {
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
}

.brand__slider-active:hover .owl-nav {
    visibility: visible;
    opacity: 1;
}

.brand__slider-active .owl-carousel {
    position: relative;
}

.brand__slider-active .owl-carousel .owl-nav>div.disabled {
    cursor: not-allowed;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.brand__slider-active .owl-carousel:hover .owl-nav>div {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
}

.brand__slider-active .owl-nav>div {
    position: absolute;
    top: 50%;
    margin: -25px auto 0;
    cursor: pointer;
    width: 50px;
    height: 50px;
    padding: 0;
    text-align: center;
    line-height: 48px;
    background: var(--vela-color-primary);
    border-radius: 50%;
    border: 1px solid var(--vela-color-primary);
    color: #fff;
    background: var(--maincolor);
    font-size: 0;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.brand__slider-active .owl-nav>div:hover {
    background: #323232;
    color: #ffffff;
    border-color: #ffffff;
}

.brand__slider-active .owl-nav>div:before {
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    font-family: var(--vela-font-icon);
}

.brand__slider-active .owl-nav .owl-prev {
    left: -15px;
}

@media (max-width: 575px) {
    .brand__slider-active .owl-nav .owl-prev {
        left: 0;
    }
}

.brand__slider-active .owl-nav .owl-prev:before {
    content: "\f104";
    margin-right: 2px;
    font-family: "Font Awesome 5 pro";
}

.brand__slider-active .owl-nav .owl-next {
    right: -15px;
}

@media (max-width: 575px) {
    .brand__slider-active .owl-nav .owl-next {
        right: 0;
    }
}

.brand__slider-active .owl-nav .owl-next:before {
    content: "\f105";
    margin-left: 3px;
    font-family: "Font Awesome 5 pro";
}

.brand__image:hover img {
    opacity: 0.3;
}

.brand__image img {
    transition: all 0.3s ease-in;
}

/*----------------------------------------*/
/*  5.  SHOP CSS START
/*----------------------------------------*/
.shop__header .nav-link {
    font-size: 16px;
    background: transparent;
    color: #a3a3a3;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.shop__header .nav-link.active {
    color: #201f1f;
    background: transparent;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .shop__content-area {
        margin-top: 40px;
    }
}

.shop__header-left .show-text span {
    color: #a3a3a3;
    font-size: 15px;
}

@media (max-width: 575px) {
    .shop__header-left .show-text.bottom {
        margin-top: 40px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .shop__header-left .show-text.bottom {
        margin-top: 40px;
    }
}

@media (max-width: 575px) {
    .shop__header-right {
        margin-top: 15px;
    }
}

.shop__header-right .sort-wrapper select {
    border: none;
    font-size: 15px;
    text-transform: capitalize;
    color: #a3a3a3;
    appearance: none;
    -moz-appearance: none;
}

.shop__header-right .sort-wrapper::after {
    position: absolute;
    content: "\f107";
    right: 5px;
    top: 2px;
    font-family: "Font Awesome 5 Pro";
    font-size: 16px;
    color: #a3a3a3;
}

.shop__header-right .nav-link {
    padding: 0;
    padding-left: 15px;
}

.sidebar__widget-content .categories .card {
    padding: 0;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-bottom: 18px;
}

.sidebar__widget-content .categories .card-header {
    padding: 0;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.sidebar__widget-content .categories .card-body {
    padding: 0;
    padding-left: 18px;
    padding-top: 13px;
}

.sidebar__widget-content .categories .shop-accordion-btn {
    padding: 0;
    width: 100%;
    text-align: left;
    background: #ffffff;
    position: relative;
    color: var(--maincolor);
    font-weight: 400;
    font-size: 16px;
}

.sidebar__widget-content .categories .shop-accordion-btn::after {
    position: absolute;
    content: "\f105";
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(90deg);
    -moz-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
    font-size: 18px;
    font-family: "Font Awesome 5 Pro";
}

.sidebar__widget-content .categories .shop-accordion-btn.collapsed {
    color: #444;
}

.sidebar__widget-content .categories .shop-accordion-btn.collapsed:hover {
    color: var(--maincolor);
}

.sidebar__widget-content .categories .shop-accordion-btn.collapsed::after {
    -webkit-transform: translateY(-50%) rotate(0);
    -moz-transform: translateY(-50%) rotate(0);
    -ms-transform: translateY(-50%) rotate(0);
    transform: translateY(-50%) rotate(0);
}

.sidebar__widget-content .categories__list ul li {
    margin-bottom: 11px;
}

.sidebar__widget-content .categories__list ul li a {
    color: #444;
}

.sidebar__widget-content .categories__list ul li a:hover {
    color: var(--maincolor);
}

.sidebar__widget-content .price__slider button {
    font-size: 14px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 22px;
    background: #201f1f;
    color: #ffffff;
    font-weight: 500;
    margin-right: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sidebar__widget-content .price__slider button {
        display: block;
        margin-bottom: 15px;
    }
}

.sidebar__widget-content .price__slider button:hover {
    background: var(--maincolor);
    color: #ffffff;
}

.sidebar__widget-content .price__slider label {
    font-size: 16px;
    font-weight: 500;
}

.sidebar__widget-content .price__slider input {
    font-size: 16px;
    font-weight: 500;
    color: #201f1f;
    border: none;
    outline: none;
    background: none;
    margin-left: 10px;
    width: 100px;
}

.sidebar__widget-content .size ul li {
    display: inline-block;
    margin-right: 8px;
}

.sidebar__widget-content .size ul li a {
    display: inline-block;
    font-size: 14px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    color: #201f1f;
    background: #f1f1f1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.sidebar__widget-content .size ul li a:hover {
    background: var(--maincolor);
    color: #ffffff;
}

.sidebar__widget-content .color__pick ul li {
    display: inline-block;
    margin-right: 18px;
}

.sidebar__widget-content .color__pick ul li button {
    position: relative;
    display: inline-block;
    width: 14px;
    height: 14px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 1;
}

.sidebar__widget-content .color__pick ul li button::after {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: calc(100% + 8px);
    height: calc(100% + 8px);
    border: 1px solid #ececec;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: -1;
}

.sidebar__widget-content .color__pick ul li button.color-1 {
    background: #fbaf5d;
}

.sidebar__widget-content .color__pick ul li button.color-1:hover::after {
    border-color: #fbaf5d;
}

.sidebar__widget-content .color__pick ul li button.color-2 {
    background: #1cbbb4;
}

.sidebar__widget-content .color__pick ul li button.color-2:hover::after {
    border-color: #1cbbb4;
}

.sidebar__widget-content .color__pick ul li button.color-3 {
    background: #f06eaa;
}

.sidebar__widget-content .color__pick ul li button.color-3:hover::after {
    border-color: #f06eaa;
}

.sidebar__widget-content .color__pick ul li button.color-4 {
    background: #004a80;
}

.sidebar__widget-content .color__pick ul li button.color-4:hover::after {
    border-color: #004a80;
}

.sidebar__widget-content .color__pick ul li button.color-5 {
    background: #c69c6d;
}

.sidebar__widget-content .color__pick ul li button.color-5:hover::after {
    border-color: #fbaf5d;
}

.sidebar__widget-content .color__pick ul li button.color-6 {
    background: #82ca9c;
}

.sidebar__widget-content .color__pick ul li button.color-6:hover::after {
    border-color: #82ca9c;
}

.sidebar__widget-content .color__pick ul li button.color-7 {
    background: #252525;
}

.sidebar__widget-content .color__pick ul li button.color-7:hover::after {
    border-color: #252525;
}

.sidebar__widget-content .brand ul li {
    margin-bottom: 5px;
}

.sidebar__widget-content .brand ul li a {
    color: #a3a3a3;
    font-size: 16px;
}

.sidebar__widget-content .brand ul li a:hover {
    color: var(--maincolor);
}

.features__product-wrapper:hover .add-cart {
    visibility: visible;
    opacity: 1;
    bottom: 0;
}

.features__product-wrapper:hover .price span {
    visibility: hidden;
    opacity: 0;
}

.features__product-wrapper .add-cart {
    bottom: -10px;
    left: 0;
    visibility: hidden;
    opacity: 0;
}

.features__product-wrapper .add-cart a {
    font-weight: 500;
    color: #201f1f;
    position: relative;
    font-size: 14px;
}

.features__product-wrapper .add-cart a::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -2px;
    height: 1px;
    width: 100%;
    background: #201f1f;
}

.features__product-wrapper .add-cart a:hover {
    color: var(--maincolor);
}

.features__product-wrapper .add-cart a:hover::after {
    background: var(--maincolor);
}

.features__product-content h5 {
    font-size: 14px;
    color: #444;
    margin-bottom: 5px;
    font-weight: 400;
    line-height: 20px;
}

.features__product-content h5 a:hover {
    color: var(--maincolor);
}

.features__product-content .price {
    position: relative;
}

.features__product-content .price span {
    color: #201f1f;
    font-size: 16px;
    font-weight: 400;
    margin-right: 5px;
}

.features__product-content .price span.price-old {
    color: #8c8c8c;
    text-decoration: line-through;
}

.product__wrapper .add-cart {
    bottom: -40px;
    left: 0;
    visibility: hidden;
    opacity: 0;
}

.product__wrapper .add-cart a {
    font-weight: 500;
    color: #201f1f;
    position: relative;
    font-size: 14px;
}

.product__wrapper .add-cart a::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -2px;
    height: 1px;
    width: 100%;
    background: #201f1f;
}

.product__wrapper .add-cart a:hover {
    color: var(--maincolor);
}

.product__wrapper .add-cart a:hover::after {
    background: var(--maincolor);
}

.product__wrapper:hover .product__thumb-2 {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.sale__area-slider-2 .sale__item {
    /* background: radial-gradient(circle farthest-side, #fff, rgba(0, 101, 141, 0.5)) !important; */
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;

}

.latest_collection .sale__item {
    /* border-left: 17px solid mediumvioletred;
    ;
    border-right: 17px solid mediumvioletred;
    ;
    border-top: none; */
    border-left: 10px solid mediumvioletred;
    border-right: 10px solid mediumvioletred;
    border-top: 10px solid mediumvioletred;
}

.latest_collection .sale__item .product__content {
    background: mediumvioletred;
    ;
    border-left: none;
    border-right: none;
    border: none !important;
    padding-left: 8px;
    padding-top: 9px;
}

.latest_collection .sale__item .product__content .product__content-inner {
    background: mediumvioletred;
    ;
    border: none !important;
    text-align: left;
}

.latest_collection .sale__item .product__content .product__content-inner span {
    color: #fff !important;
}

.latest_collection .sale__item .product__content .product__content-inner h4 a {
    color: #fff !important;
}

.sale__area-slider-2 .product__wrapper .product__thumb {
    overflow: hidden;
}

.sale__area-slider-2 .product__wrapper .product__thumb .w-img img {
    width: 100%;
    height: 250px;
    object-fit: contain;
}

/*
.sale__area-slider-2 .product__wrapper .product__thumb .w-img img:hover {
    transform: scale(1.2);
} */

.product__wrapper:hover .product__action {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}


.product__item:hover .product__action-3 {
    transform: translateY(-38px);
    visibility: visible;
    opacity: 1;
}

.product__thumb {
    position: relative;
    margin-bottom: 15px;
    overflow: hidden;
}

.product__thumb-2 {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
}

.product__sale {
    display: table;
    position: absolute;
    text-align: center;
    top: 36px;
    right: -20px;
    z-index: 2;
    min-width: 100px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.product__sale span {
    position: relative;
    background: var(--maincolor);
    color: #fff;
    float: left;
    font-size: 11px;
    font-weight: 400;
    height: 28px;
    line-height: 28px;
    padding: 0 10px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.5px;
    min-width: 50px;
    border-radius: 0;
    min-height: auto;
    border: 0;
}

.product__sale span::after {
    border: 5px solid var(--maincolor);
    border-color: transparent transparent var(--maincolor) var(--maincolor);
    border-width: 10px 5px;
    position: absolute;
    right: -10px;
    bottom: 0;
    content: "";
    z-index: 1;
}

.product__sale span::before {
    border: 5px solid var(--maincolor);
    border-color: var(--maincolor) transparent transparent var(--maincolor);
    border-width: 9px 5px;
    position: absolute;
    right: -10px;
    top: 0;
    content: "";
    z-index: 1;
}

.product__sale span.percent {
    background: #201f1f;
}

.product__sale span.percent::after {
    border: 5px solid #201f1f;
    border-color: transparent transparent #201f1f #201f1f;
    border-width: 10px 5px;
}

.product__sale span.percent::before {
    border: 5px solid #201f1f;
    border-color: #201f1f transparent transparent #201f1f;
    border-width: 9px 5px;
}

.product__sale-2 {
    top: 20px;
    right: auto;
    left: 0;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.product__sale-3 span {
    background: #d9534f;
}

.product__sale-3 span::before {
    border-color: #d9534f transparent transparent #d9534f;
}

.product__sale-3 span::after {
    border-color: transparent transparent #d9534f #d9534f;
}

.product__action {
    position: absolute;
    bottom: 15px;
    right: 15px;
    background: #ffffff;
    margin: 0;
    padding: 2px 13px;
    text-align: center;
    z-index: 11;
    border-radius: 3px;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
}

.product__action a {
    font-size: 14px;
    border-bottom: 1px solid #ebebeb;
    display: block;
    line-height: 37px;
    height: 37px;
    width: 20px;
    color: #444;
    font-weight: 400;
}

.product__action a:hover {
    color: var(--maincolor);
}

.product__action a:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

@media (max-width: 575px) {
    .product__action-2 {
        margin-top: 15px;
    }
}

.product__action-2 a {
    display: inline-block;
    width: 48px;
    height: 48px;
    background: transparent;
    font-size: 14px;
    border: 2px solid #b0b0b0;
    color: #444;
    text-align: center;
    line-height: 44px;
    margin-right: 5px;
}

.product__action-2 a:hover {
    border-color: #201f1f;
    color: #201f1f;
}

.product__action-3 {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
}

.sale__item .product__content {
    text-align: left;
    padding-left: 30px;
    /* color: #fff !important; */
}

.add_combo_imgcss .blog__item .blog__thumb img {
    border-radius: 10px;

}

.overlay_add {
    position: absolute;
    bottom: 0px;
    top: 0;
    background-color: rgba(0, 0, 0, .1);
    background-image: linear-gradient(rgba(0, 0, 0, .1) 75%, rgb(0 0 0 / 85%));
    color: #f1f1f1;
    width: 100%;
    transition: .5s ease;
    opacity: 1;
    color: white;
    font-size: 20px;
    padding: 20px;
    border-radius: 10px;
}

.overlay_add .lastText {
    position: relative;
    top: 90% !important;
    bottom: 0;
}

.overlay_add .lastText p {
    color: #fff;
    font-family: var(--heading_font) !important;
    letter-spacing: 1px;
    font-size: 20px !important;
}

.sale__item .product__content .product__content-inner {
    font-weight: 600;
    padding-bottom: 10px !important;
}

.product__content h4 {
    font-size: 14px;
    font-weight: 400;
    color: #444;
    margin-bottom: 3px;
    font-family: var(--mainfont);
}

.product__content h4 a:hover {
    color: var(--maincolor);
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .product__content-inner.list {
        margin-top: 15px;
    }
}

@media (max-width: 575px) {
    .product__content-inner.list {
        margin-top: 15px;
    }
}

.product__content-inner.list p {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 15px;
}

.product__content-inner h4 {
    font-weight: 600;
}

.product__content-2 h4 {
    font-size: 14px;
    color: #201f1f;
}

.product__content-2 h4:hover a {
    color: var(--maincolor);
}

.product__content-2 .rating a {
    font-size: 12px;
}

.product__price {
    position: absolute;
    bottom: -44px;
    left: 0;
}

.product__price span {
    font-size: 12.2px;
    color: #201f1f;
    font-weight: 500;
    font-family: var(--mainfont);
    margin-right: 7px;
}

.product__price span.old-price {
    color: #8c8c8c;
    text-decoration: line-through;
}

.product__price-2 span {
    font-size: 14px;
    color: #201f1f;
    font-weight: 500;
    margin-right: 7px;
}

.product__price-2 span.old-price {
    color: #8c8c8c;
    text-decoration: line-through;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product__list {
        margin-bottom: 30px;
    }
}

.product__list ul li span {
    display: inline-block;
    position: relative;
    padding-left: 20px;
    font-size: 14px;
    line-height: 1;
}

.product__list ul li span::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #201f1f;
    width: 6px;
    height: 1px;
}

.product__tag span {
    font-size: 14px;
    color: #606060;
}

.product__tag span:first-child {
    margin-right: 20px;
}

.product__tag span a:hover {
    color: var(--maincolor);
}

.product__share span {
    font-size: 14px;
    color: #6c6c6c;
    margin-right: 20px;
}

.product__share ul {
    display: inline-block;
}

.product__share ul li {
    display: inline-block;
    margin-right: 30px;
}

.product__share ul li a {
    font-size: 14px;
    color: #6c6c6c;
    display: inline-block;
}

.product__details-tab-nav .nav-tabs {
    border: none;
}

.product__details-tab-nav .nav-tabs .nav-link {
    padding: 0 50px;
    border: 0;
    font-size: 14px;
    color: #a3a3a3;
    font-weight: 500;
}

.product__details-tab-nav .nav-tabs .nav-link.active {
    color: #201f1f;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .product__details-tab-nav .nav-tabs .nav-link {
        padding: 0 25px;
    }
}

@media (max-width: 575px) {
    .product__details-tab-nav .nav-tabs .nav-link {
        padding: 0px;
        text-align: left;
        margin-bottom: 10px;
        margin-right: 10px;
    }
}

.product__details-des p {
    color: #606060;
    font-size: 16px;
    margin-bottom: 28px;
}

.product__details-des-list ul li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 10px;
}

.product__details-des-list ul li::after {
    position: absolute;
    content: "\f00c";
    left: 0;
    top: 0;
    font-size: 14px;
    color: #606060;
    font-family: "Font Awesome 5 Pro";
}

.product__details-des-list ul li span {
    font-size: 14px;
    color: #606060;
}

.product__details-add ul li {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: #444;
    border-bottom: 1px solid #ccc;
    padding: 10px 0px;
    width: 50%;
    float: left;
}

.product__details-review p {
    color: #606060;
    font-size: 16px;
    margin-bottom: 28px;
}

.product__banner-inner {
    width: calc(50% - 10px);
    height: 100%;
}

.product__banner-inner:hover .product__banner-img img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.product__banner-content {
    bottom: 50px;
    left: 50px;
}

.product__banner-content h4 {
    font-size: 18px;
}

.product__banner-content h4 a:hover {
    color: var(--maincolor);
}

.product__title {
    position: relative;
}

.product__title::after {
    border-top: 1px solid #ebebeb;
    content: "";
    left: 0;
    margin: 0;
    position: absolute;
    top: 40%;
    width: 80%;
}

.product__title h4 {
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    position: relative;
    background: #fff none repeat scroll 0 0;
    padding-right: 15px;
    z-index: 1;
}

.product__offer-slider .owl-nav {
    position: absolute;
    top: -88px;
    right: 0;
    display: flex;
}

.product__offer-slider .owl-nav div button {
    background: transparent;
    padding-left: 10px;
    margin-left: 10px;
    font-size: 16px;
    position: relative;
}

.product__offer-slider .owl-nav div button::after {
    position: absolute;
    content: "";
    top: 3px;
    left: 0;
    width: 1px;
    height: 18px;
    background: #ebebeb;
}

.product__offer-slider .owl-nav div button:hover {
    color: var(--maincolor);
}

.product__offer-slider .owl-nav div.owl-prev button::after {
    display: none;
}

.product__big-image img {
    width: 100%;
}

.product__price-3 span {
    color: #323232;
}

.product__price-3 span del {
    color: #848b8a;
}

.product__slider-area .owl-nav {
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
}

.product__slider-area .owl-carousel {
    position: relative;
}

.owl-carousel .owl-nav .owl-pre.disabled {
    cursor: not-allowed;
    opacity: 0.5;
    display: none;
}

/* ((((((((((((((((((((())))))))))))))))))))) */
.icon {
    display: inline-block;
    transition: transform 1s;
}

.icon.scroll {
    transform: translateY(100px);
}

#target-component {
    margin-top: 1000px;
    padding: 20px;
    background-color: #f0f0f0;
    border: 1px solid #ccc;
}



/* (((((((((((((((((()))))))))))))))))) */
.owl-carousel .owl-nav .owl-next.disabled {
    cursor: not-allowed;
    opacity: 0.5;
    display: none;
}


.product__slider-area .owl-carousel:hover .owl-nav>div {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
}

.product__slider-area .owl-nav>div {
    position: absolute;
    top: 50%;
    margin: -25px auto 0;
    cursor: pointer;
    width: 50px;
    height: 50px;
    padding: 0;
    text-align: center;
    line-height: 48px;
    background: var(--vela-color-primary);
    border-radius: 50%;
    border: 1px solid var(--vela-color-primary);
    color: #fff;
    background: var(--maincolor);
    font-size: 0;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.product__slider-area .owl-nav>div:hover {
    background: #323232;
    color: #ffffff;
    border-color: #ffffff;
}

.product__slider-area .owl-nav>div:before {
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    font-family: var(--vela-font-icon);
}


@media (max-width: 575px) {
    .product__slider-area .owl-nav .owl-prev {
        left: 0;
    }
}

.product__slider-area .owl-nav .owl-prev:before {
    content: "\f104";
    margin-right: 2px;
    font-family: "Font Awesome 5 pro";
}

.owl-prev.disabled,
.owl-next.disabled {
    opacity: 0;
    pointer-events: none;
    cursor: not-allowed;
    position: relative;
    z-index: 99 !important;
}

.owl-nav .owl-prev {
    left: -15px;
    animation: bounceInDown 1s both;
}

.owl-nav .owl-next {
    right: -15px;
    animation: bounceInDown 1s both;
}

.owl-nav .owl-prev,
.owl-next {
    position: absolute;
    top: 50%;
    margin: -25px auto 0;
    cursor: pointer;
    width: 38px;
    height: 38px;
    padding: 0;
    text-align: center;
    line-height: 48px;
    background: var(--maincolor) !important;
    border-radius: 50%;
    border: 1px solid var(--maincolor);
    color: #fff !important;
    background: var(--maincolor);
    font-size: 0;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;

}

@keyframes bounceInDown {

    0%,
    60%,
    75%,
    90%,
    100% {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        transform: translate3d(0, -3000px, 0);
    }

    60% {
        opacity: 1;
        transform: translate3d(0, 25px, 0);
    }

    75% {
        transform: translate3d(0, -10px, 0);
    }

    90% {
        transform: translate3d(0, 5px, 0);
    }

    100% {
        transform: translate3d(0, 0, 0);
    }
}

.owl-nav .owl-prev:hover {
    background: var(--pinkcolor);
    color: #fff;
}


.product__slider-area .owl-nav .owl-next {
    right: -15px;
}

@media (max-width: 575px) {
    .product__slider-area .owl-nav .owl-next {
        right: 0;
    }
}

.product__slider-area .owl-nav .owl-next:before {
    content: "\f105";
    margin-left: 3px;
    font-family: "Font Awesome 5 pro";
}

.product__slider-active:hover .owl-nav {
    visibility: visible;
    opacity: 1;
}

.user-rating ul li {
    display: inline-block;
}

.user-rating ul li a {
    color: var(--maincolor);
}

.product__modal-inner {
    padding: 40px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .product__modal-content {
        margin-top: 40px;
    }
}

@media (max-width: 575px) {
    .product__modal-content {
        margin-top: 40px;
    }
}

.product__modal-content h4 {
    font-size: 16px;
    margin-bottom: 17px;
    color: #444;
}

.product__modal-content h4 a:hover {
    color: var(--maincolor);
}

.product__modal-content-2 h4 {
    font-size: 24px;
    color: #201f1f;
    margin-bottom: 27px;
}

.product__modal-des {
    padding-top: 18px;
    padding-bottom: 25px;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
}

.product__modal-des p {
    font-size: 14px;
    line-height: 24px;
    color: #606060;
    margin-bottom: 0;
}

.product__modal-input {
    position: relative;
}

.product__modal-input label {
    position: relative;
    display: inline-block;
    font-size: 12px;
    color: #201f1f;
    font-weight: 500;
    margin-bottom: 0px;
}

.product__modal-input label i {
    position: absolute;
    top: 6px;
    right: -7px;
    font-size: 6px;
    color: #ff0000;
}

.product__modal-input select {
    height: 45px;
    line-height: 45px;
    padding: 0 20px;
    width: 100%;
    border: 1px solid #e8e8e8;
    appearance: none;
    -moz-appearance: none;
    color: #444;
}

.product__modal-input::after {
    position: absolute;
    content: "\f107";
    right: 20px;
    top: 55%;
    font-family: "Font Awesome 5 Pro";
    font-size: 18px;
    color: #7d7d7d;
}

.product__modal-required span {
    color: #ff0000;
    font-size: 14px;
    font-weight: 500;
}

.product__modal-close {
    top: 0;
    right: 0;
}

.product__modal-close button {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: none;
    background: var(--maincolor);
    color: #ffffff;
    font-size: 14px;
}

.product__modal-close-2 button {
    background: var(--maincolor);
}

.product__modal-nav-item {
    border: 2px solid transparent;
}

.product__modal-nav-item.slick-center {
    border-color: var(--maincolor);
}

.product__modal-slider .slick-track {
    width: 100% !important;
}

.product__modal-nav .nav {
    display: block !important;
}

.product__modal-nav .nav .nav-item {
    opacity: 0.5;
}

.product__modal-nav .nav .nav-item.active {
    opacity: 1;
}

.product__modal-box .nav-tabs {
    border: 0;
}

.product__modal-box .nav-tabs .nav-link {
    padding: 0;
    border: none;
    border: 2px solid transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.product__modal-box .nav-tabs .nav-link.active {
    border: 2px solid var(--maincolor);
}

.product__modal-box-2 .nav-tabs .nav-link.active {
    border: 2px solid var(--maincolor);
}

.add-cart-btn {
    display: inline-block;
    height: 48px;
    line-height: 44px;
    text-align: center;
    padding: 0 70px;
    color: #ffffff;
    background: #201f1f;
    border: 2px solid #201f1f;
    font-size: 14px;
}

.add-cart-btn:hover {
    background: #ffffff;
    color: #201f1f;
}

/* modal dialog */
.modal-dialog.product-modal {
    max-width: 900px !important;
    margin: 1.75rem auto;
}

/* modal cart */
.product-quantity-title label {
    font-size: 14px;
    font-weight: 500;
    color: #606060;
    margin-right: 10px;
}

.cart-plus-minus {
    position: relative;
    display: inline-block;
}

.cart-plus-minus input {
    border: 0px;
    outline: 0px;
    background: none;
    font-weight: 400;
    color: #201f1f;
    font-size: 14px;
    display: inline-block;
    height: 50px;
    list-style: 45px;
    padding: 0 20px;
    width: 110px;
    border: 1px solid #ebebeb;
    text-align: center;
}

.cart-plus-minus .qtybutton {
    font-size: 20px;
    color: #201f1f;
    display: inline-block;
    position: absolute;
    top: 15px;
    height: 22px;
    width: 22px;
    background: transparent;
    border-radius: 30px;
    line-height: 1;
    cursor: pointer;
    text-align: center;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.cart-plus-minus .dec {
    left: 7px;
}

.cart-plus-minus .inc {
    right: 7px;
}

/* 16. Cart */
.table-content table {
    background: #ffffff;
    border-color: #eaedff;
    border-radius: 0;
    border-style: solid;
    border-width: 1px 0 0 1px;
    text-align: center;
    width: 100%;
    margin-bottom: 0;
}

.table-content .product-quantity {
    float: none;
}

.table-content table td.product-name {
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
}

.table-content table td.product-name a:hover {
    color: var(--maincolor);
}

.table-content table td {
    border-top: medium none;
    padding: 20px 10px;
    vertical-align: middle;
    font-size: 16px;
}

.table-content table th,
.table-content table td {
    border-bottom: 1px solid #eaedff;
    border-right: 1px solid #eaedff;
}

.product-quantity input {
    color: #000;
    font-size: 14px;
    font-weight: normal;
    border: 1px solid #dcdcdc;
}

.table td,
.table th {
    border-top: 1px solid #eaedff;
}

.product-quantity>input {
    width: 80px;
    border-radius: 3px;
}

.table-content table td.product-subtotal {
    font-size: 16px;
}

.table-content table td .cart-plus-minus {
    float: none;
    margin: 0 auto;
}

.coupon-all {
    margin-top: 50px;
}

.coupon {
    float: left;
}

@media (max-width: 767px) {
    .coupon {
        float: none;
    }
}

#coupon_code {
    height: 50px;
    border: 2px solid #eaedff;
    padding: 0 15px;
    margin-right: 10px;
}

@media (max-width: 767px) {
    #coupon_code {
        margin-bottom: 15px;
    }
}

.coupon2 {
    float: right;
}

@media (max-width: 767px) {
    .coupon2 {
        float: none;
        margin-top: 15px;
    }
}

.cart-page-total {
    padding-top: 50px;
}

.cart-page-total>h2 {
    font-size: 25px;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.cart-page-total>ul {
    border: 1px solid #eaedff;
}

.cart-page-total>ul>li {
    list-style: none;
    font-size: 15px;
    color: #6f7172;
    padding: 10px 30px;
    border-bottom: 1px solid #eaedff;
    font-weight: 400;
}

.cart-page-total ul>li>span {
    float: right;
}

.cart-page-total li:last-child {
    border-bottom: 0;
}

td.product-thumbnail img {
    width: 125px;
}

/* 17. Checkout */
.coupon-accordion h3 {
    background-color: #f6f6f6;
    border-top: 3px solid var(--maincolor);
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 25px;
    padding: 1em 2em 1em 3.5em;
    position: relative;
    width: auto;
}

.coupon-accordion h3::before {
    content: "\f07b";
    left: 15px;
    top: 13px;
    position: absolute;
    color: #6f7172;
    font-family: "Font Awesome 5 Pro";
    font-weight: 700;
}

.coupon-accordion span {
    color: #6f7172;
    cursor: pointer;
    transition: 0.3s;
    font-weight: 500;
}

.coupon-accordion span:hover,
p.lost-password a:hover {
    color: var(--maincolor);
}

.coupon-content {
    border: 1px solid #eaedff;
    display: none;
    margin-bottom: 20px;
    padding: 30px;
}

.coupon-info p.coupon-text {
    margin-bottom: 15px;
}

.coupon-info p {
    margin-bottom: 0;
}

.coupon-info p.form-row-first label,
.coupon-info p.form-row-last label {
    display: block;
    color: #6f7172;
}

.coupon-info p.form-row-first label span.required,
.coupon-info p.form-row-last label span.required {
    color: red;
    font-weight: 700;
}

.coupon-info p.form-row-first input,
.coupon-info p.form-row-last input {
    border: 1px solid #eaedff;
    height: 45px;
    margin: 0 0 14px;
    max-width: 100%;
    padding: 0 0 0 10px;
    width: 100%;
}

.coupon-info p.form-row input[type=submit]:hover,
p.checkout-coupon input[type=submit]:hover {
    background: #3e976c none repeat scroll 0 0;
}

.coupon-info p.form-row input[type=checkbox] {
    position: relative;
    top: 2px;
}

.form-row>label {
    margin-top: 15px;
    margin-left: 15px;
    color: #6f7172;
}

.buttons-cart input,
.coupon input[type=submit],
.buttons-cart a,
.coupon-info p.form-row input[type=submit] {
    background: #252525 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    display: inline-block;
    float: left;
    font-size: 12px;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    margin-right: 15px;
    padding: 0 15px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

p.lost-password {
    margin-top: 15px;
}

p.lost-password a {
    color: #6f6f6f;
}

p.checkout-coupon input[type=text] {
    height: 45px;
    padding: 0 15px;
    width: 100%;
    border: 1px solid #eaedff;
    margin-bottom: 15px;
}

.coupon-checkout-content {
    display: none;
}

.checkbox-form h3 {
    border-bottom: 1px solid #eaedff;
    font-size: 26px;
    margin: 0 0 20px;
    padding-bottom: 10px;
    width: 100%;
}

.country-select {
    margin-bottom: 30px;
    position: relative;
}

.country-select label,
.checkout-form-list label {
    color: #6f7172;
    display: block;
    margin: 0 0 5px;
}

.country-select label span.required,
.checkout-form-list label span.required {
    color: red;
}

.country-select select {
    -moz-appearance: none;
    border: 1px solid #eaedff;
    height: 45px;
    padding-left: 10px;
    width: 100%;
    color: #6f7172;
}

.country-select::before {
    content: "\f107";
    right: 15px;
    top: 38px;
    position: absolute;
    color: #6f7172;
    font-family: "Font Awesome 5 Pro";
    font-weight: 700;
}

.checkout-form-list {
    margin-bottom: 30px;
}

.checkout-form-list label {
    color: #6f7172;
}

.checkout-form-list input[type=text],
.checkout-form-list input[type=password],
.checkout-form-list input[type=email] {
    background: #ffffff;
    border: 1px solid #eaedff;
    border-radius: 0;
    height: 45px;
    padding: 0 0 0 10px;
    width: 100%;
}

.checkout-form-list input[type=text]::-moz-placeholder,
.checkout-form-list input[type=password]::-moz-placeholder,
.checkout-form-list input[type=email]::-moz-placeholder {
    color: #6f7172;
    opacity: 1;
}

.checkout-form-list input[type=text]::placeholder,
.checkout-form-list input[type=password]::placeholder,
.checkout-form-list input[type=email]::placeholder {
    color: #6f7172;
    opacity: 1;
}

.checkout-form-list input[type=checkbox] {
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: 1px;
}

.create-acc label {
    color: #6f7172;
    display: inline-block;
}

.create-account {
    display: none;
}

.ship-different-title h3 label {
    display: inline-block;
    margin-right: 20px;
    color: #6f7172;
}

.order-notes textarea {
    border: 1px solid #eaedff;
    height: 90px;
    padding: 15px;
    width: 100%;
}

.order-notes textarea::-moz-placeholder {
    color: #6f7172;
    opacity: 1;
}

.order-notes textarea::placeholder {
    color: #6f7172;
    opacity: 1;
}

#ship-box-info {
    display: none;
}

.panel-group .panel {
    border-radius: 0;
}

.panel-default>.panel-heading {
    border-radius: 0;
}

.your-order {
    padding: 30px 40px 45px;
    border: 3px solid #eaedff;
}

@media (max-width: 767px) {
    .your-order {
        padding: 15px;
    }
}

.your-order h3 {
    border-bottom: 1px solid #eaedff;
    font-size: 30px;
    margin: 0 0 20px;
    padding-bottom: 10px;
    width: 100%;
}

.your-order-table table {
    background: none;
    border: 0;
    width: 100%;
}

.your-order-table table th,
.your-order-table table td {
    border-bottom: 1px solid #eaedff;
    border-right: medium none;
    color: #6f7172;
    font-size: 14px;
    padding: 15px 0;
    text-align: left;
}

@media (max-width: 767px) {

    .your-order-table table th,
    .your-order-table table td {
        padding-right: 10px;
    }
}

.your-order-table table th {
    border-top: medium none;
    color: #6f7172;
    font-weight: normal;
    text-align: left;
    vertical-align: middle;
    white-space: nowrap;
    width: 250px;
}

.panel-body>p {
    color: #222;
}

.your-order-table table .shipping ul li input {
    position: relative;
    top: 2px;
}

.your-order-table table .shipping ul li label {
    color: #6f7172;
}

.your-order-table table .shipping th {
    vertical-align: top;
}

.your-order-table table .order-total th {
    border-bottom: 0;
    font-size: 14px;
}

.your-order-table table .order-total td {
    border-bottom: medium none;
}

.your-order-table table tr.cart_item:hover {
    background: #F9F9F9;
}

.your-order-table table tr.order-total td span {
    color: var(--maincolor);
    font-size: 18px;
    font-weight: 500;
}

.payment-method {
    margin-top: 40px;
}

.panel-title>a {
    display: block;
}

.order-button-payment input {
    background: #232323 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    height: 40px;
    margin: 0px 0 0;
    padding: 0;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    width: 100%;
}

.order-button-payment input:hover {
    background: #3e976c none repeat scroll 0 0;
}

.payment-method .btn-link {
    -moz-user-select: none;
    background: no-repeat;
    border: medium none;
    border-radius: 0;
    color: #444;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1;
    margin-bottom: 0;
    padding: 3px 10px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
    text-decoration: none;
}

.payment-method .card {
    background-color: #ffffff;
    border: 1px solid #eaedff;
    border-radius: 0;
    margin-bottom: 10px;
}

.payment-method .accordion .card:first-of-type {
    border: 1px solid #eaedff;
}

.card-header:first-child {
    border-radius: 0;
}

.payment-method .card-header {
    background-color: #ffffff;
    border-bottom: 1px solid #eaedff;
}

.order-button-payment button {
    width: 100%;
}

#slider-range {
    position: relative;
    margin-bottom: 25px;
}

.ui-widget.ui-widget-content {
    border: none;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    background: var(--maincolor);
    border-radius: 50%;
    border: none;
    outline: none;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.004);
}

.ui-slider-horizontal {
    height: 6px;
}

.ui-widget-content {
    background: #f0f0f0;
}

.ui-widget-header {
    background: var(--maincolor);
}

.ui-slider-horizontal .ui-slider-handle {
    top: -5px;
}

.ui-slider .ui-slider-handle {
    height: 15px;
    width: 15px;
    -webkit-transition: all 0s ease-out 0s;
    -moz-transition: all 0s ease-out 0s;
    -ms-transition: all 0s ease-out 0s;
    -o-transition: all 0s ease-out 0s;
    transition: all 0s ease-out 0s;
}

.ui-slider .ui-slider-handle:before {
    position: absolute;
    content: "";
    height: 6px;
    width: 6px;
    background: #ffffff;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

/*----------------------------------------*/
/*  06. CLIENT CSS START
/*----------------------------------------*/
.client__thumb img {
    width: inherit !important;
}

/*----------------------------------------*/
/*  07. BLOG CSS START
/*----------------------------------------*/
@media (max-width: 575px) {
    .blog__slider .owl-nav {
        display: none;
    }
}

.blog__slider .owl-nav div {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(-20%, -50%);
    -moz-transform: translate(-20%, -50%);
    -ms-transform: translate(-20%, -50%);
    transform: translate(-20%, -50%);
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    visibility: hidden;
    opacity: 0;
}

.blog__slider .owl-nav div button {
    width: 55px;
    height: 55px;
    line-height: 58px;
    color: #ffffff;
    background-color: #ebebeb;
    font-size: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.blog__slider .owl-nav div button:hover {
    color: #ffffff;
    background-color: var(--maincolor);
}

.blog__slider .owl-nav div.owl-next {
    left: auto;
    right: 0;
    -webkit-transform: translate(20%, -50%);
    -moz-transform: translate(20%, -50%);
    -ms-transform: translate(20%, -50%);
    transform: translate(20%, -50%);
}

.blog__slider:hover .owl-nav div {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.blog__slider:hover .owl-nav div.owl-next {
    -webkit-transform: translate(50%, -50%);
    -moz-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}

.blog__slider-active .owl-nav {
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
}

.blog__slider-active:hover .owl-nav {
    visibility: visible;
    opacity: 1;
}

.blog__slider-active .owl-carousel {
    position: relative;
}

.blog__slider-active .owl-carousel .owl-nav>div.disabled {
    cursor: not-allowed;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.blog__slider-active .owl-carousel:hover .owl-nav>div {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
}

.blog__slider-active .owl-nav>div {
    position: absolute;
    top: 50%;
    margin: -25px auto 0;
    cursor: pointer;
    width: 50px;
    height: 50px;
    padding: 0;
    text-align: center;
    line-height: 48px;
    background: var(--vela-color-primary);
    border-radius: 50%;
    border: 1px solid var(--vela-color-primary);
    color: #fff;
    background: var(--maincolor);
    font-size: 0;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.blog__slider-active .owl-nav>div:hover {
    background: #323232;
    color: #ffffff;
    border-color: #ffffff;
}

.blog__slider-active .owl-nav>div:before {
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    font-family: var(--vela-font-icon);
}

.blog__slider-active .owl-nav .owl-prev {
    left: -15px;
}

@media (max-width: 575px) {
    .blog__slider-active .owl-nav .owl-prev {
        left: 0;
    }
}

.blog__slider-active .owl-nav .owl-prev:before {
    content: "\f104";
    margin-right: 2px;
    font-family: "Font Awesome 5 pro";
}

.blog__slider-active .owl-nav .owl-next {
    right: -15px;
}

@media (max-width: 575px) {
    .blog__slider-active .owl-nav .owl-next {
        right: 0;
    }
}

.blog__slider-active .owl-nav .owl-next:before {
    content: "\f105";
    margin-left: 3px;
    font-family: "Font Awesome 5 pro";
}

.blog__slider-item .blog-thumb {
    position: relative;
}

.blog__slider-item .blog-thumb::before {
    background-color: rgba(0, 0, 0, 0.3803921569);
    position: absolute;
    left: 25px;
    right: 25px;
    top: 25px;
    bottom: 25px;
    margin: auto;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    display: block;
    content: "";
    -webkit-transition: all 0.35s ease 0s;
    -o-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
}

.blog__slider-item .blog-thumb img {
    width: 100%;
}

.blog__slider-item .blog-thumb:hover::before,
.blog__slider-item .blog-thumb:hover .btn {
    transform: scale(1);
    z-index: 1;
}

.blog__slider-item .blog-thumb a.btn {
    background-color: var(--maincolor);
    border-radius: 50%;
    bottom: 0;
    color: #ffffff;
    font-size: 18px;
    height: 55px;
    left: 0;
    line-height: 36px;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.35s ease 0s;
    -o-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
    width: 55px;
}

.blog__slider-item .blog-thumb a.btn:hover {
    background-color: #323232;
    color: #ffffff;
}

.blog__item {
    height: fit-content;
    min-height: 280px;
    overflow: hidden;
}

.blog__item .blog__thumb img {
    width: 100%;
    height: 100%;
    /* width: 100%; */
    object-fit: fill;
    object-position: top;
    border-radius: 10px;
    /* object-fit: contain; */
}

.thumbnails img {
    cursor: pointer;
}

/* .blog__item:hover .blog__thumb img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);

} */

.blog__content {
    padding-top: 8px;
    text-align: center;
    color: #fff;
    background: rgba(0, 0, 0, .9);
    /* background: linear-gradient(to top, rgba(0, 0, 0, .8) 0%, transparent 100%) ; */
}

.blog__content h4 {
    font-family: var(--mainfont);
}

.blog__content h4 a:hover {
    color: var(--pinkcolor);
}

.blog__content p {
    margin-bottom: 25px;
    color: #606060;
    font-family: var(--mainfont);
}

.blog__meta {
    padding-bottom: 8px !important;
}

.blog__meta span a {
    color: var(--maincolor);
}

.blog__border-bottom {
    border-bottom: 1px solid #f5f5f5;
}

.blog__title {
    font-size: 30px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .blog__title {
        font-size: 25px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .blog__title {
        font-size: 20px;
    }
}

.blog__post-content {
    padding: 35px 20px;
    position: relative;
    margin: -70px 12% 0;
    text-align: center;
    background-color: #323232;
    z-index: 2;
}

@media (max-width: 575px) {
    .blog__post-content {
        padding: 20px 10px;
    }
}

.blog__post-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    color: #ffffff;
}

.blog__post-title a {
    position: relative;
}

.blog__post-title a::before {
    background-color: var(--maincolor);
    content: "";
    height: 70px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: -85px;
    width: 2px;
}

.blog__post-title:hover {
    color: var(--maincolor);
}

.blog__wrapper .article-author {
    color: var(--maincolor);
}

.blog__wrapper .article-meta span {
    font-size: 12px;
}

/* sidebar widget area */
.widget__search input {
    width: 100%;
    height: 53px;
    padding: 0 15px;
    padding-right: 60px;
    border: 1px solid #ebebeb;
}

.widget__search input::placeholder {
    color: #8c8c8c;
}

.widget__search input:focus {
    border-color: #201f1f;
}

.widget__search button {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 22px;
    background: transparent;
    color: #323232;
    font-size: 20px;
}

.postbox__title h1 {
    margin-bottom: 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .postbox__title h1 {
        font-size: 35px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .postbox__title h1 {
        font-size: 30px;
    }
}

@media (max-width: 575px) {
    .postbox__title h1 {
        font-size: 24px;
    }
}

.postbox__text p {
    line-height: 30px;
    margin-bottom: 27px;
    color: #606060;
}

.postbox__quote p {
    padding-left: 30px;
    padding-top: 7px;
    padding-bottom: 10px;
    margin-bottom: 0;
    position: relative;
    color: #808080;
}

.postbox__quote p::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    background: #bd8448;
}

.postbox__quote p i {
    position: absolute;
    top: 6px;
    left: 15px;
    font-size: 30px;
    z-index: -1;
    color: #e7e7e7;
}

.postbox__share {
    padding: 15px 0;
    padding-bottom: 20px;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}

.postbox__social span {
    color: #333333;
}

.postbox__social ul {
    display: inline-block;
    margin-left: 25px;
}

.postbox__social ul li {
    display: inline-block;
}

.postbox__social ul li a {
    color: #444;
    padding-right: 15px;
    margin-right: 15px;
    position: relative;
}

.postbox__social ul li a::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: #eeeeee;
}

.postbox__social ul li a:hover {
    color: var(--maincolor);
}

.postbox__social ul li:last-child a::after {
    display: none;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .postbox__tag {
        margin-top: 10px;
        float: left;
    }
}

@media (max-width: 575px) {
    .postbox__tag {
        margin-top: 10px;
        float: left;
    }
}

.postbox__tag span {
    color: #333333;
    margin-right: 15px;
}

.postbox__tag a {
    color: #444;
}

.postbox__tag a:hover {
    color: var(--maincolor);
}

.postbox__related-title h3 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 40px;
}

.postbox__comment-title h3 {
    font-size: 24px;
    font-weight: 500;
}

.postbox__line {
    border-top: 1px solid #ebebeb;
}

.post-rating ul li {
    display: inline-block;
}

.post-rating ul li a:hover {
    color: #201f1f;
}

.post-comments {
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 42px;
    padding-bottom: 46px;
}

.comments-box {
    border-top: 1px solid #ebebeb;
    padding: 30px 0;
}

.latest-comments li:first-child .comments-box {
    border-top: 0;
    padding-top: 0;
}

.comments-avatar {
    float: left;
    margin-right: 20px;
}

.comments-avatar img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.comments-text {
    overflow: hidden;
    padding-top: 4px;
}

.comments-text p {
    font-size: 12px;
}

.comments-text p span {
    color: #444;
}

.avatar-name {
    margin-bottom: 3px;
    overflow: hidden;
    position: relative;
}

.avatar-name h5 {
    font-size: 14px;
    margin-bottom: 0px;
    display: inline-block;
    color: #201f1f;
}

.avatar-name span {
    color: #444;
    font-size: 12px;
    text-transform: capitalize;
}

.reply {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    transition: 0.3s;
    line-height: 1;
    margin-top: 4px;
    position: absolute;
    right: 0;
    top: 0;
    color: #444;
}

.reply:hover {
    color: var(--maincolor);
}

@media (max-width: 575px) {
    .reply {
        position: static;
    }
}

.comments-text p {
    margin-bottom: 0;
    margin-top: 8px;
    color: #5b5b5b;
}

.latest-comments li.children {
    margin-left: 100px;
}

@media (max-width: 575px) {
    .latest-comments li.children {
        margin-left: 15px;
    }
}

.load-comments {
    color: var(--maincolor);
    font-weight: 500;
}

.conatct-post-form input {
    border: 1px solid #eaeaea;
    height: 55px;
    margin-bottom: 30px;
    padding: 0 30px;
    width: 100%;
    font-size: 14px;
}

.conatct-post-form input::placeholder {
    color: #848b8a;
}

.conatct-post-form input:focus {
    border-color: var(--maincolor);
}

.conatct-post-form textarea {
    border: 1px solid #eaeaea;
    height: 175px;
    margin-bottom: 30px;
    padding: 30px;
    width: 100%;
    font-size: 14px;
    resize: none;
}

.conatct-post-form textarea::placeholder {
    color: #848b8a;
}

.conatct-post-form textarea:focus {
    border-color: var(--maincolor);
}

/* blog content highlight */
.highlight {
    position: relative;
}

.highlight::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #606060;
}

.highlight.theme {
    color: var(--maincolor);
}

.highlight.theme::after {
    background: var(--maincolor);
}

.highlight.comment {
    color: var(--maincolor);
}

.highlight.comment::after {
    display: none;
}

/* recent post & comments */
.rc__post-wrapper ul li {
    margin-bottom: 17px;
}

.rc__post-content h6 {
    font-size: 14px;
    color: #323232;
    line-height: 36px;
    font-weight: 400;
    margin-bottom: 0;
}

.rc__post-content h6 a:hover {
    color: var(--maincolor);
}

.rc__meta span {
    color: #8c8c8c;
    font-size: 12px;
}

.rc__meta span:hover {
    color: var(--maincolor);
}

.rc__comments-content h6 {
    font-size: 14px;
    color: #323232;
    margin-bottom: 5px;
}

.rc__comments-content p {
    margin-bottom: 2px;
}

/*----------------------------------------*/
/*  08. SUBSCRIBE CSS START
/*----------------------------------------*/
.subscribe__inner {
    border-top: 1px solid #ebebeb;
}

.subscribe__inner-2 {
    border: none;
}

.subscribe__content h2 {
    font-weight: 400;
    margin-bottom: 15px;
}

.subscribe__content p {
    padding: 0 60px;
    margin-bottom: 53px;
}

@media (max-width: 575px) {
    .subscribe__content p {
        padding: 0;
    }
}

.subscribe__form input {
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    color: #201f1f;
    font-size: 14px;
    border: none;
    border-bottom: 1px solid #c1c1c1;
    text-align: center;
    margin-bottom: 40px;
    background: transparent;
}

.subscribe__form input:focus {
    border-color: var(--maincolor);
}

.subscribe__form input::placeholder {
    color: #8c8c8c;
}

/*----------------------------------------*/
/*  09. TESTIMONIAL CSS
/*----------------------------------------*/
.testimonial__area {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.testimonial__nav {
    margin: auto;
    text-align: center;
    width: 360px;
}

@media (max-width: 575px) {
    .testimonial__nav {
        width: 300px;
    }
}

.testimonial__nav-thumb img {
    border: 4px solid #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    display: inline-block;
    text-align: center;
}

.testimonial__nav-thumb.slick-center img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.testimonial__wrapper .slick-dots {
    position: absolute;
    bottom: -50px;
    left: 50%;
    z-index: 1;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.testimonial__wrapper .slick-dots li {
    display: inline-block;
}

.testimonial__wrapper .slick-dots li button {
    font-size: 0;
    width: 13px;
    height: 13px;
    background: #c2c2c2;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 0 7px;
    border: 2px solid transparent;
}

.testimonial__wrapper .slick-dots li.slick-active button {
    border-color: #bc8247;
    background: #ffffff;
}

.testimonial__item {
    text-align: center;
}

.testimonial__item p {
    color: #606060;
    margin-bottom: 0;
}

.avater__info h6 {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 3px;
}

.avater__info span {
    color: var(--maincolor);
    text-transform: uppercase;
}

/*----------------------------------------*/
/*  12. CONTACT CSS START
/*----------------------------------------*/
.contact__info h3 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 52px;
}

.contact__info p {
    margin-bottom: 55px;
}

.contact__info ul li:hover .contact__info-icon i {
    border-color: #323232;
    background: #323232;
    color: #ffffff;
}

.contact__info-icon i {
    font-size: 18px;
    color: #6c6c6c;
    display: inline-block;
    width: 53px;
    height: 53px;
    line-height: 49px;
    text-align: center;
    border: 2px solid #ebebeb;
}

.contact__info-content h6 {
    font-size: 14px;
    margin-bottom: 2px;
}

.contact__info-content span {
    color: #606060;
}

.contact__social ul li {
    display: inline-block;
    margin-right: 42px;
}

.contact__social ul li a {
    font-size: 18px;
    color: #606060;
}

.contact__social ul li a:hover {
    color: var(--maincolor);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact__form {
        margin-top: 50px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .contact__form {
        margin-top: 50px;
    }
}

@media (max-width: 575px) {
    .contact__form {
        margin-top: 50px;
    }
}

.contact__form h3 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 45px;
}

.contact__input label {
    color: #333333;
    display: inline-block;
    margin-bottom: 10px;
}

.contact__input label span.required {
    color: red;
}

.contact__input input,
.contact__input textarea {
    height: 50px;
    width: 100%;
    border: 1px solid #ececec;
    padding: 0 15px;
    font-size: 14px;
    margin-bottom: 22px;
}

.contact__input input:focus,
.contact__input textarea:focus {
    border-color: var(--maincolor);
}

.contact__input textarea {
    height: 180px;
    resize: none;
    margin-bottom: 45px;
}

.contact__map-wrapper {
    height: 590px;
}

.contact__map-wrapper iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    border: none;
}

/*----------------------------------------*/
/*  13. ERROR CSS START
/*----------------------------------------*/
.error__content>span {
    font-size: 12px;
    text-transform: uppercase;
    color: #7b7b7b;
    font-weight: 500;
}

.error__content h2 {
    font-size: 50px;
    font-weight: 500;
    margin-bottom: 32px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .error__content h2 {
        font-size: 45px;
    }
}

@media (max-width: 575px) {
    .error__content h2 {
        font-size: 25px;
    }
}

.error__content p {
    margin-bottom: 70px;
}

.error__number h1 {
    font-size: 300px;
    color: #e5e5e5;
    line-height: 1;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .error__number h1 {
        font-size: 200px;
    }
}

@media (max-width: 575px) {
    .error__number h1 {
        font-size: 100px;
    }
}

.error__search input {
    width: 100%;
    height: 50px;
    padding: 0 15px;
    text-align: center;
    font-size: 14px;
    border: 1px solid #ebebeb;
    margin-bottom: 50px;
}

.error__search input::placeholder {
    color: #8c8c8c;
}

.error__search input:focus {
    border-color: var(--maincolor);
}

/*----------------------------------------*/
/*  14.  LOGIN CSS START
/*----------------------------------------*/
.basic-login {
    padding: 90px;
    border: 2px solid #eaedff;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .basic-login {
        padding: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .basic-login {
        padding: 40px;
    }
}

@media (max-width: 767px) {
    .basic-login {
        padding: 30px;
    }
}

.basic-login h3 {
    font-size: 30px;
}

.basic-login input {
    width: 100%;
    height: 60px;
    border: 2px solid #eaedff;
    color: #6f7172;
    padding: 0 20px;
    margin-bottom: 20px;
}

.basic-login input::placeholder,
.basic-login input::-moz-placeholder {
    color: #6f7172;
}

.basic-login label {
    color: #222;
    display: block;
}

.basic-login label span {
    color: red;
}

.login-action input {
    width: inherit;
    height: auto;
}

.login-action label {
    display: inline-block;
    margin-left: 5px;
}

.or-divide {
    border-top: 2px solid #eaedff;
    margin: 40px 0;
    text-align: center;
    position: relative;
}

.or-divide span {
    position: absolute;
    left: 0;
    right: 0;
    top: -9px;
    background: #ffffff;
    display: inline-block;
    width: 40px;
    margin: auto;
    line-height: 1;
    font-weight: 500;
}

@media (max-width: 767px) {
    .forgot-login {
        float: none;
    }
}

.forgot-login a {
    color: #201f1f;
}

.forgot-login a:hover {
    color: var(--maincolor);
}

@media (max-width: 767px) {
    .log-rem {
        float: none;
        margin-bottom: 10px;
        display: block;
    }
}

.profile__basic-inner {
    border-bottom: 1px solid #eceaea;
    padding: 15px 30px;
    padding-right: 40px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .profile__basic-thumb {
        margin-bottom: 20px;
    }
}

.profile__basic-thumb img {
    width: 70px;
    height: 70px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #e4e4e4;
}

.profile__basic-title {
    font-size: 22px;
    color: #000;
    font-weight: 400;
    margin-bottom: 5px;
}

.profile__basic-title span {
    font-weight: 600;
}

.profile__basic-content p {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    margin-bottom: 0;
}

.profile__basic-content p a {
    font-weight: 500;
    color: var(--maincolor);
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .profile__basic-cart {
        margin-top: 25px;
    }
}

.profile__basic-cart .cart-info a {
    font-size: 16px;
    color: #000;
    text-transform: capitalize;
    font-weight: 500;
}

.profile__basic-cart .cart-info a:hover {
    color: var(--maincolor);
}

.profile__basic-cart .cart-item a {
    position: relative;
    font-size: 18px;
    color: #000;
}

.profile__basic-cart .cart-item a:hover {
    color: var(--maincolor);
}

.profile__basic-cart .cart-quantity {
    position: absolute;
    bottom: -4px;
    right: -7px;
    font-size: 10px;
    display: inline-block;
    width: 17px;
    height: 17px;
    text-align: center;
    line-height: 17px;
    background-color: var(--maincolor);
    color: #fff;
    font-weight: 500;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.profile__menu-left {
    padding: 26px 20px 5px;
    border: 1px solid #eceaea;
}

.profile__menu-title {
    font-size: 14px;
    font-weight: 600;
    color: var(--maincolor);
    border-bottom: 1px solid #eceaea;
    margin-bottom: 0;
    padding-bottom: 20px;
}

.profile__menu-title i {
    width: 10px;
    margin-right: 10px;
    display: inline-block;
}

.profile__menu-tab .nav-tabs {
    padding: 0;
    margin: 0;
    border: 0;
}

.profile__menu-tab .nav-tabs .nav-link {
    padding: 0;
    margin: 0;
    border: 0;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    text-align: left;
    padding: 15px 0;
    background-color: transparent;
    transition: all 0.3s ease-out 0s;
}

.profile__menu-tab .nav-tabs .nav-link:not(:last-child) {
    border-bottom: 1px solid #e4e4e4;
}

.profile__menu-tab .nav-tabs .nav-link.active {
    transition: all 0.3s ease-out 0s;
}

.profile__menu-tab .nav-tabs .nav-link.active,
.profile__menu-tab .nav-tabs .nav-link:hover {
    color: var(--maincolor);
}

.profile__menu-tab .nav-tabs .nav-link i {
    margin-right: 10px;
    width: 10px;
    display: inline-block;
}

.profile__info-top {
    padding: 20px 70px;
    background-color: #fff;
    margin-bottom: 15px;
}

@media (max-width: 575px) {
    .profile__info-top {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.profile__info-btn {
    font-size: 14px;
    color: #000;
    font-weight: 500;
    background-color: transparent;
}

.profile__info-btn i {
    margin-right: 5px;
}

.profile__info-btn:hover {
    color: var(--maincolor);
}

.profile__info-title {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-bottom: 0;
}

.profile__info-title i {
    width: 10px;
    margin-right: 10px;
    display: inline-block;
}

.profile__info-wrapper {
    padding: 0 70px;
}

@media (max-width: 575px) {
    .profile__info-wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.profile__info-item {
    padding: 30px 0;
}

.profile__info-item:not(:last-child) {
    border-bottom: 1px solid #eceaea;
}

.profile__info-item p {
    font-size: 14px;
    text-transform: capitalize;
    color: #000;
    margin-bottom: 10px;
    line-height: 1;
}

.profile__info-item h4 {
    font-size: 16px;
    line-height: 1;
    margin-bottom: 0;
}

.profile__edit-wrapper {
    padding: 40px 60px;
}

@media (max-width: 575px) {
    .profile__edit-wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.profile__edit-input {
    margin-bottom: 25px;
}

.profile__edit-input p {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
    color: #000;
}

.profile__edit-input input {
    width: 100%;
    height: 60px;
    line-height: 56px;
    background: var(--tp-grey-2);
    border: 1px solid #ececec;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding-left: 30px;
    padding-right: 45px;
}

.profile__edit-input input::placeholder {
    color: #8d8e9a;
    font-weight: 500;
}

.profile__edit-input input:focus {
    border-color: var(--maincolor);
    background-color: #fff;
}

.profile__edit-close {
    position: absolute;
    top: 15px;
    right: 15px;
}

.profile__edit-close-btn {
    font-size: 15px;
    color: #6f7172;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #e4e4e4;
}

.profile__edit-close-btn:hover {
    color: #fff;
    background-color: var(--maincolor);
    border-color: var(--maincolor);
}

.order__info-top {
    padding: 20px 70px;
    background-color: #fff;
    margin-bottom: 15px;
}

@media (max-width: 575px) {
    .order__info-top {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.order__info-btn {
    font-size: 14px;
    color: #000;
    font-weight: 500;
    background-color: transparent;
}

.order__info-btn i {
    margin-right: 5px;
}

.order__info-btn:hover {
    color: var(--maincolor);
}

.order__info-title {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-bottom: 0;
}

.order__info-title i {
    width: 10px;
    margin-right: 10px;
    display: inline-block;
}

.order__info-wrapper {
    padding: 0 70px;
}

.order__info-item {
    padding: 30px 0;
}

.order__info-item:not(:last-child) {
    border-bottom: 1px solid #eceaea;
}

.order__info-item p {
    font-size: 14px;
    text-transform: capitalize;
    color: #000;
    margin-bottom: 10px;
    line-height: 1;
}

.order__info-item h4 {
    font-size: 16px;
    line-height: 1;
    margin-bottom: 0;
}

.order__list {
    padding: 35px 70px 5px;
}

@media (max-width: 575px) {
    .order__list {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .order__list .table {
        width: 600px;
    }
}

.order__list table {
    border: 0;
}

.order__list table th {
    border-bottom: 1px solid #e4e4e4;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}

.order__list table th td {
    padding-left: 0;
    padding-right: 0;
}

.order__list table tr:not(:last-child) {
    border-bottom: 1px solid #e4e4e4;
}

.order__list table> :not(:first-child) {
    border-top: 1px solid #e4e4e4;
}

.order__list .table> :not(caption)>*>* {
    border: 0;
    padding-left: 0;
    padding-right: 0;
}

.order__list tbody tr td {
    padding: 20px 0;
}

.order__id {
    color: var(--maincolor);
    font-weight: 500;
}

.order__view-btn {
    font-weight: 500;
    color: #000;
}

.order__view-btn:hover {
    color: var(--maincolor);
}

.order__title:hover {
    color: var(--maincolor);
}

.password__change-top {
    padding: 20px 70px;
    background-color: #fff;
    margin-bottom: 15px;
}

@media (max-width: 575px) {
    .password__change-top {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.password__change-btn {
    font-size: 14px;
    color: #000;
    font-weight: 500;
}

.password__change-btn i {
    margin-right: 5px;
}

.password__change-btn:hover {
    color: var(--maincolor);
}

.password__change-title {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-bottom: 0;
}

.password__change-title i {
    width: 10px;
    margin-right: 10px;
    display: inline-block;
}

.password__change-wrapper {
    padding: 0 70px;
}

@media (max-width: 575px) {
    .password__change-wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.password__change-item {
    padding: 30px 0;
}

.password__change-item:not(:last-child) {
    border-bottom: 1px solid #eceaea;
}

.password__change-item p {
    font-size: 14px;
    text-transform: capitalize;
    color: #000;
    margin-bottom: 10px;
    line-height: 1;
}

.password__change-item h4 {
    font-size: 16px;
    line-height: 1;
    margin-bottom: 0;
}

.password__form {
    padding: 35px 70px;
}

@media (max-width: 575px) {
    .password__form {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.password__input {
    margin-bottom: 25px;
}

.password__input p {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
    color: #000;
}

.password__input input {
    width: 100%;
    height: 60px;
    line-height: 56px;
    background: var(--tp-grey-2);
    border: 1px solid #ececec;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding-left: 30px;
    padding-right: 45px;
}

.password__input input::placeholder {
    color: #8d8e9a;
    font-weight: 500;
}

.password__input input:focus {
    border-color: var(--maincolor);
    background-color: #fff;
}

.footer__top {
    font-family: var(--mainfont);
    color: #000;
}

.footer__widget h4 {
    font-family: var(--mainfont);
    color: #000;
}

.footer__widget .footer__widget-content p {
    color: #000;
}

.qr_img {
    height: 100px;
}

.royalClub {
    font-weight: 600;
    color: gold;
    font-size: 16px;
}

.appDownloading {
    height: 50px;
}

.modal-title {
    font-family: var(--mainfont);
}

.offer_popup_title {
    font-size: 17px;
    font-weight: 600;
    text-align: center;
}

.offer_popup .card {
    border: none;
    padding: 15px;
    text-align: center;
}

.add_btn_color {
    background: var(--maincolor);
}

.add_btn_color:hover {
    border: none;
    background: var(--pinkcolor);
}

#offer_modal .modal-dialog {
    display: flex;
    justify-content: center;
    margin-top: 7%;
}

#offer_modal .modal-dialog .modal-content {
    background: var(--pinkcolor);
    border: 1px solid #fff;
}

#offer_modal .modal-dialog .modal-content .modal-header h5 {
    color: #fff;
}

.offer_popup button {
    background: #fff;
    color: var(--maincolor);
    border: none;
}

.offer_popup button:hover {
    background: var(--maincolor);
    color: #fff;
}

.offer_popup .card h3 {
    font-weight: 600;
    color: var(--pinkcolor);
    font-family: var(--mainfont);
}

.text_bold {
    font-weight: 600;
}

.timing_span {
    font-size: 13px !important;
    font-weight: 500 !important;
}

.push_popup {
    display: none;
    position: fixed;
    top: 40px;
    right: 20px;
    width: 350px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    z-index: 1000;
    border-bottom: 3px solid var(--maincolor);
}

.push_popup .popup-content {
    padding: 15px;
    text-align: center;
}

.push_popup .popup-content p {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    font-family: var(--mainfont);
}

.push_popup .popup-content span {
    font-family: var(--mainfont);
}

.push_popup .close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-size: 25px;
}

.push_popup .close-btn:hover {
    color: red;
}

.push_notification_buttons_here {
    display: flex;
    margin-top: 20px;
    gap: 20px;

}

.push_notification_buttons_here .os-btn {
    position: relative;
    display: inline-block;
    text-transform: capitalize;
    text-align: center;
    font-weight: 600;
    height: 41px;
    line-height: 40px;
    padding: 0 22px;
    border: 2px solid #000;
    color: #323232;
    background: transparent;
    z-index: 1;
    font-size: 13px;
    /* margin-right: 20px; */
    font-family: var(--mainfont);
}

.push_notification_buttons_here .os-btn-1 {
    background: #dad9d9;
    color: #fff;
    border: none !important;
}

.push_notification_buttons_here .os-btn-2 {
    background: var(--maincolor);
    color: #fff;
    border: none;
}

/*----------------------------------------*/
/*  15. FOOTER CSS START
/*----------------------------------------*/
.footer__bottom {
    border-top: 1px solid #383838;
    padding: 15px 0;
}

.footer__copyright p {
    color: #fff !important;
}

.footer__bottom.footer__bottom-2 {
    border-top: none;
    padding: 0;
}

.footer__bottom-inner {
    border-top: 1px solid #ebebeb;
    padding: 45px 0;
}

.footer__bottom-inner-2 {
    border-top-color: #c1c1c1;
}

.footer__bottom-3 {
    padding: 30px 0;
}

.footer__widget-content .footer__links ul li a {
    color: #000;
}

.footer__widget-content .footer__links ul li:hover a {
    color: var(--maincolor);
}

.footer__widget-title h5 {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: capitalize;
    font-family: var(--mainfont);
}

.footer__widget-title-2 h5 {
    color: #201f1f;
}

.footer__widget-content p {
    color: #b4b3b3;
    margin-bottom: 25px;
}

.footer__widget-content .form-group .form-control {
    display: block;
    width: 100%;
    height: 38px;
    padding: 9px 20px;
    font-size: 13px;
    line-height: 1.45;
    color: #666;
    background-color: #fff;
    background-image: none;
    border: 1px solid #e1e1e1;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    background: transparent;
    border: 1px solid #464646;
    height: 44px;
    margin-bottom: 25px;
}

.footer__widget-content .form-group .form-control:focus {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.0745098039), 0 0 8px rgba(138, 143, 106, 0.6);
}

.footer__widget-content .form-group .form-control::-moz-placeholder {
    color: #b4b3b3;
    font-size: 14px;
    opacity: 1;
}

.footer__widget-content .form-group .form-control::placeholder {
    color: #b4b3b3;
    font-size: 14px;
    opacity: 1;
}

.footer__widget-content .form-group .ss-btn {
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    white-space: nowrap;
    padding: 9px 20px;
    font-size: 13px;
    line-height: 1.45;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: block;
    width: 100%;
    height: 44px;
    color: #ffffff;
    background: var(--maincolor);
}

.footer__contact ul li {
    margin-bottom: 5px;
    display: flex;
}

.footer__contact ul li .icon i {
    line-height: 27px;
    color: #b4b3b3;
    margin-right: 15px;
}

.footer__contact ul li .text span {
    color: #b4b3b3;
}

.footer__links ul li {
    margin-bottom: 10px;
}

.footer__links ul li a {
    font-size: 13px;
    color: #b4b3b3;
    font-weight: 500;
    position: relative;
}

.footer__links ul li a::after {
    position: absolute;
    content: "";
    bottom: -6px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #ffffff;
    visibility: hidden;
    opacity: 0;
    display: none;
}

.footer__links ul li a:hover {
    color: #ffffff;
}

.footer__links ul li a:hover::after {
    bottom: -2px;
    visibility: visible;
    opacity: 1;
}

.footer__links.footer__links-2 ul li a {
    color: #515151;
}

.footer__links.footer__links-2 ul li a::after {
    background: #201f1f;
}

.footer__links.footer__links-2 ul li a:hover {
    color: #201f1f;
}

.footer__copyright p {
    margin-bottom: 0;
    color: #b4b3b3;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer__copyright p {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .footer__copyright p {
        margin-bottom: 30px;
    }
}

@media (max-width: 575px) {
    .footer__copyright p {
        margin-bottom: 30px;
    }
}

.footer__copyright p a {
    color: var(--maincolor);
}

.footer__copyright p .link {
    color: var(--maincolor);
}

.footer__copyright-2 p {
    color: #515151;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .footer__copyright-3 p {
        margin-bottom: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer__social {
        float: left;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .footer__social {
        float: left;
    }
}

@media (max-width: 575px) {
    .footer__social {
        float: left;
    }
}

.footer__social ul li {
    display: inline-block;
    margin-left: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer__social ul li {
        margin-left: 0;
        margin-right: 40px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .footer__social ul li {
        margin-left: 0;
        margin-right: 40px;
    }
}

@media (max-width: 575px) {
    .footer__social ul li {
        margin-left: 0;
        margin-right: 40px;
    }
}

.footer__social ul li a {
    color: #b4b3b3;
}

.footer__social ul li a:hover {
    color: var(--maincolor);
}

.footer__social-2 ul li a {
    color: #515151;
}

.footer__social-list ul {
    padding: 0;
    border: 1px solid #464646;
    display: flex;
    margin-bottom: 0;
}

@media (max-width: 575px) {
    .footer__social-list ul {
        display: block;
    }
}

.footer__social-list ul li {
    display: inline-block;
    width: 50%;
    border-left: 1px solid #464646;
}

@media (max-width: 575px) {
    .footer__social-list ul li {
        border-bottom: 1px solid #464646;
        border-left: 0;
        width: 100%;
    }
}

.footer__social-list ul li:first-child {
    border-left: 0;
}

@media (max-width: 575px) {
    .footer__social-list ul li:last-child {
        border-bottom: 0;
    }
}

.footer__social-list ul li a {
    font-size: 12px;
    font-weight: 500;
    padding: 18px 0;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: block;
    transition: 0.3s;
}

.footer__social-list ul li a:hover {
    color: var(--maincolor);
}

.footer__payment {
    text-align: right;
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .footer__payment {
        text-align: start;
    }
}

.mobile_Header {
    display: none;
}

.mobile_footer {
    display: none;
}

/* __________________media_____query_______________ */
@media only screen and (min-width: 100px) and (max-width: 991px) {
    .desktop_header {
        display: none;
    }

    .mobile_Header {
        display: block;
    }

    .mobile_header {
        height: 35px;
        margin-top: -11px;

    }

    .header__search-header {
        font-family: var(--mainfont);
    }

    .our_productSection .gap-2 {
        gap: 5rem;
    }

    .show_left {
        display: none;
    }

    .header__action.header__action-2 ul li {
        margin-left: 0px;
    }

    .desktopfooter {
        display: none;
    }

    .mobile_footer {
        display: block;
    }

    .accordion-button {
        width: 100%;
        border: none;
    }

    .accordion-header {
        margin-bottom: 0px;
        font-size: 14px;
        border: none !important;
        font-family: var(--mainfont);
    }

    .accordion .card.active .down_icon {
        display: none;
    }
}

.marqeeTag_here {
    background: var(--maincolor);
}



.mobile_search input {
    background: transparent;
    border-top: none;
    border-bottom: none;
    border-right: none !important;
}

.category_section {
    display: none;
}

.show_header_category {
    padding-top: 12px;
    padding-bottom: 10px;
}

#category_slider .category_item {
    text-align: center;
    position: relative;
    justify-content: center;
    align-items: center;
}

#category_slider .category_item .category_img {
    overflow: hidden;
    position: relative;
}

#category_slider .category_item .category_img img {
    /* height: auto; */
    height: 95px;
    width: 95px;
    display: inline-block;
    vertical-align: bottom;
    border-radius: 50%;
}

#category_slider .category_item.active .category_img img {
    border: 3px solid var(--maincolor);
}

#category_slider .category_item.active .category_title_here p {
    color: #000 !important;
}

#category_slider .category_item .category_title_here p {
    font-weight: 700;
    font-family: var(--mainfont);
    color: #3A3B3C;
    text-transform: uppercase;
    font-size: 11px;
}

.offerSection_startHere .section__title-wrapper {
    margin-bottom: 40px;
}

.desktop_view_newONSlickPattern {
    display: block;
}

.mobileViewNEWOnSlickPattern {
    display: none;
}

.combo_section_Mobileview {
    display: none;
}

.combo_parts_img .product__wrapper .product__thumb img {
    height: fit-content;
    width: 100%;
    object-fit: fill;
    object-position: bottom;
}

.combo_parts_img .product__wrapper .product__thumb .product__content h4 {
    font-size: 13px !important;
}

.combo_parts_img .product__wrapper .product__thumb .product__content .product__content-inner span {
    font-size: 12px !important;
}

@media only screen and (min-width: 574px) and (max-width:767px) {
    .section__title h2 {
        font-size: 32px;
    }

}

.secondHrLine {
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}

.mobile_search .search_group {
    /* padding: 5px 9px;
    max-height:30px;
    border: 1px solid rgba(0, 0, 0, 0.25);
    overflow: hidden;
    border-radius: 100vh;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 6px; */
}

#autocomplete-mobile .aa-Autocomplete {
    padding: 5px 9px;
    max-height: 30px;
    border: 1px solid rgba(0, 0, 0, 0.25);
    overflow: hidden;
    border-radius: 100vh;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 6px;
}

#autocomplete-mobile .aa-Autocomplete *,
.aa-DetachedFormContainer *,
.aa-Panel * {
    box-sizing: border-box;
    font-weight: 600;
    font-size: 12px;
    color: #0000009e;
}

.mobile_search .search_group p {
    color: #a4a7a9 !important;
    font-size: 12px;
}

.mobile_search .search_group .fa-search {
    text-align: end;
    justify-content: end;
    align-items: end;
}

@media only screen and (min-width: 265px) and (max-width:991px) {
    .header__area {
        padding-top: 0;
    }

    .menu_name {
        font-size: 12px;
    }

    .Add_horizontal_line_here {
        margin-bottom: 0px !important;
        margin-top: -15px !important;
    }

    #category_slider .category_item .category_img img {
        /* height: auto; */
        height: 70px;
        width: 70px;
        display: inline-block;
        vertical-align: bottom;
        border-radius: 50%;
    }

    .header_top {
        display: block;
        font-size: 13px;
        padding: 3px 0px 0px 0px;
        line-height: 16px;
    }

    .header__action ul li>a:last-child {
        margin-right: 12px;
    }

    .welcome_startingSection .container-fluid {
        padding-bottom: 0px;
    }

    .input-group-text {
        background-color: transparent !important;
        position: static;
        height: 38px;
        color: gray !important;
        border: none !important;
        border-radius: 0 .25rem .25rem 0 !important;
    }

    .category_section {
        display: block;
    }

    .slider_area {
        height: 280px;
    }

    .slider_Image_here .slider_img img {
        height: 360px !important;
    }

    .blog__slider .blog__item {
        margin-bottom: 0px !important;
    }

    .offerSection_startHere {
        margin-top: 0px;
    }

    .offerSection_startHere .section__title-wrapper {
        margin-bottom: 20px;
    }

    .comboProductArea {
        padding-top: 0px !important;
    }

    .comboProductArea .section__title-wrapper {
        margin-bottom: 20px;
    }

    .overlay_add .lastText p {
        color: #fff;
        font-size: 16px !important;
    }

    .our_productSection .gap-2 {
        gap: 1rem;
    }

    .productslider .section__title-wrapper {
        margin-bottom: 20px;
    }

    .our_storesSection .bagProduct__slider .blog__item .blog__thumb img {
        height: 290px;
        object-fit: fill;
        object-position: center center;
    }

    .bagProduct__slider .blog__item .blog__content {
        background: #fff;
        color: #000;
        text-align: left;
        padding: 8px 0px 10px 13px;
    }

    .blog__meta {
        padding-bottom: 8px !important;
    }

    /* .prebook-row h2 {
        font-size: 15px;
        font-family: var(--mainfont) !important;
        margin: 14px;
    } */

    .desktop_view_newONSlickPattern {
        display: none;
    }

    .mobileViewNEWOnSlickPattern {
        display: block;
    }

    .newOn_sp {
        width: 100%;
        height: 250px;
    }

    .newOn_sp img {
        width: 100%;
        height: 250px;
        object-fit: fill;
        object-position: top;
    }

    .os-btn {
        position: relative;
        display: inline-block;
        text-transform: uppercase;
        text-align: center;
        font-weight: 600;
        height: 39px;
        line-height: 40px;
        padding: 0 10px;
        border: 2px solid #000;
        color: #323232;
        background: transparent;
        z-index: 1;
        font-size: 12px;

    }

    .catelog_lookbook {
        margin-top: 40px;
    }

    .content_here .sf-hero__title {
        font-size: 28px;
    }

    .content_here {
        padding: 191px 150px;
        display: flex;
        align-items: center !important;
        justify-content: center;
        text-align: center;
    }

    .catelog_lookbook {
        padding-top: 0px !important;
    }

    .banner_one_section {
        padding-bottom: 0px;
    }

    .combo_section_Desktopview {
        display: none;
    }

    .combo_section_Mobileview {
        display: block;
    }

    .welcome_startingSection h4 {
        font-size: 10px !important;
    }

    .welcome_startingSection .blog__meta span {
        font-size: 10px !important;
    }

    .welcome_startingSection .blog__slider .blog__item {
        max-height: 350px;
    }

    .pre_order_slider .blog__item {
        background: #e6eef6 !important;
        padding: 10px;
    }

    .pre_order_slider .blog__item .blog__thumb img {
        object-fit: fill;
        height: 150px;
        object-position: center center;
        width: 100%;
    }

    .pre_order_slider .blog__content h4 {
        font-size: 14px;
        font-weight: 600;
    }

    .pre_order_slider .blog__content .blog__meta span {
        color: #000;
        font-size: 13px;
    }

    .prebook-btn {
        width: 90px;
    }

    .newOn_sp .figcaption h3 {
        font-size: 14px;
        font-weight: 600;
    }

    .promise-img {
        width: 37% !important;
    }

    .footer__widget-title h5 {
        color: #000;
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 6px;
        text-transform: capitalize;
        font-family: var(--mainfont);
    }

    .footer__links ul li a {
        font-size: 12px;
        color: #b4b3b3;
        font-weight: 500;
        position: relative;
    }

    .stay_connected_section p {
        font-size: 12px;
    }

    .mobile_Footer_links ul li {
        display: inline-block !important;
        margin-bottom: 0px !important;
    }

    .mobile_Footer_links ul li::after {
        content: "|";
        margin-left: 3px;
    }

    .footer__widget {
        margin-bottom: 18px !important;
    }

    .footer__copyright p {
        margin-bottom: 0px;
        font-size: 12px;
    }

    .form-control:disabled,
    .form-control[readonly] {
        background-color: #fff;
        opacity: 1;
    }

    .extra__info-close {
        display: flex;
        justify-content: space-between;
        background: var(--maincolor);
        padding: 26px 32px 0px 38px;
    }



    .side-mobile-menu {
        padding: 8px 12px 0px 36px;
    }

    .extra__info-close-btn i {
        color: #fff;
        font-size: 17px;
    }

    .side-mobile-menu ul li>a {
        padding: 13px 0;
        display: block;
        border-bottom: 1px solid rgba(50, 50, 50, 0.09);
        font-size: 12px;
        color: #323232;
        font-weight: 600;
        text-transform: capitalize;
        position: relative;
    }

    .sellerBanner_owl {
        margin-top: 80px;
    }
}

.extra__info-close .bx-user {
    height: 40px;
    width: 40px;
    background: #fff;
    border-radius: 12px;
    text-align: center;
    align-items: center;
    padding: 13px;
}

.UserName_here {
    background: var(--maincolor);
    padding: 8px 38px;
}

.UserName_here nav ul li a {
    color: #fff;
    text-transform: capitalize;
    font-size: 15px;
}

.UserName_here .side-mobile-menu ul li>a:hover {
    color: #fff;
    padding-left: 5px;
}

@media only screen and (min-width: 600px) and (max-width:991px) {

    .combo_parts_img .product__wrapper .product__thumb img {
        height: fit-content;
        width: 100%;
        object-fit: fill;
        object-position: bottom;
    }

}

@media only screen and (min-width: 365px) and (max-width: 402px) {
    .search_start_here .col-3 {
        padding-left: 4px !important;
        padding-right: 2px !important;
    }
}

@media only screen and (min-width: 200px) and (max-width: 402px) {
    .combo_parts_img .product__wrapper .product__thumb img {
        height: fit-content;
        width: 100%;
        object-fit: fill;
        object-position: bottom;
    }

    .comboProductsMobile .combo_show_designs .product__wrapper .product__thumb {
        height: fit-content;
    }

    .comboProductsMobile .combo_show_designs .product__wrapper .product__thumb img {
        width: 100%;
        object-fit: fill;
        height: auto;
    }

    .combo_parts_img .product__content .product__content-inner h4 {
        font-size: 11px;
    }

    .combo_parts_img .product__content .product__content-inner .product__price {
        font-size: 10px !important;
    }

    .combo_parts_img .product__content .product__content-inner {
        font-size: 9px !important;
        line-height: 14px !important;
    }

    .sale__area-slider-2 .product__wrapper .product__thumb .w-img img {
        width: 100%;
        height: 130px;
        object-fit: contain;
    }

}

@media only screen and (min-width: 100px) and (max-width: 370px) {
    .mobile_header {
        height: 30px;
        margin-top: -11px;
    }

    .menu_name {
        font-size: 13px;
    }

    .mobile_search .search_group p {
        font-size: 11px;
        color: #a4a7a9 !important;
    }

    .mobile-menu-btn a {
        font-size: 13px;
        color: #323232;
    }

    .form-control:disabled,
    .form-control[readonly] {
        background-color: #fff;
        opacity: 1;
    }

    .extra__info-inner {
        width: 85%;
    }
}

@media only screen and (min-width: 370px) and (max-width: 600px) {

    .extra__info-inner {
        width: 70%;
    }
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    background-color: #ffffff;
    overflow-x: hidden;
    padding-top: 9px;
    transition: 0.5s;
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s
}

.sidenav a:hover,
.offcanvas a:focus {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    left: -19px;
    font-size: 36px;
    margin-left: 0px;
}

#main {
    transition: margin-left .5s;
    padding: 20px;
}

.sidenav {
    right: 0;
}

.searchOptionHere {
    margin-left: 30px;
    padding: 0px 10px 0px 20px;
}

.searchOptionHere .fa-arrow-left {
    font-size: 16px;
}

.searchOptionHere .input {
    border-left: none !important;
}

.searchOptionHere .input-group-text {
    border: 1px solid lightgray !important;
}

.search_img_here {
    overflow: hidden;
}

.search_img_here img {
    height: 120px;
    width: 100%;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }
}

.sidenav {
    right: 0;
}

.aa-ItemIcon {
    box-shadow: none !important;
}

.cat_name_card {
    font-weight: 600;
    font-size: 18px !important;
    color: white !important;
}

.cat_disc_card {
    font-size: 25px !important;
    font-weight: 800;
}

@media only screen and (max-width: 768px) {
    .d-sm-none {
        display: none;
    }
}

.cartCounterBtn {
    position: relative;
}

.cartCounter {
    position: absolute;
    top: -8px;
    right: -10px;
    background-color: #8340A1;
    color: white;
    font-size: 10px;
    padding: 4px;
    border-radius: 100vh;
    line-height: 1;
}
