:root {
    /* --primary : #5E2C84; */
    --white : #fff;
    --line-height-computed: 1.5;
    --border-radius-base: 4px;

    /* Pagination Colors */
    --pagination-color: var(--primary);
    --pagination-bg: #fff;
    --pagination-border: #dee2e6;

    /* Hover States */
    --pagination-hover-color: var(--primary);
    --pagination-hover-bg: #e9ecef;
    --pagination-hover-border: #dee2e6;

    /* Active States */
    --pagination-active-color: #fff;
    --pagination-active-bg: var(--primary);
    --pagination-active-border: var(--primary);

    /* Disabled States */
    --pagination-disabled-color: #6c757d;
    --pagination-disabled-bg: #fff;
    --pagination-disabled-border: #dee2e6;
    --cursor-disabled: not-allowed;

    /* Sizing */
    --padding-base-vertical: 0.375rem;
    --padding-base-horizontal: 0.75rem;
    --line-height-base: 1.25;
    --padding-large-vertical: 0.5rem;
    --padding-large-horizontal: 1rem;
    --font-size-large: 1.25rem;
    --line-height-large: 1.5;
    --border-radius-large: 5px;
    --padding-small-vertical: 0.25rem;
    --padding-small-horizontal: 0.5rem;
    --font-size-small: 0.875rem;
    --line-height-small: 1.25;
    --border-radius-small: 3px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Lato", sans-serif !important;
}
body {
    font-family: "Lato", sans-serif !important;
    /* overflow-x: hidden; */
}
body.fixed .header-top{
    display: none !important;
}
.fixed .header-style-3 .header-bottom-bg-color {
    padding: 0px 0 0px 0 !important;
}
.fixed .main-sidebar {    
    /* margin-top: 105px; */
}
.theme2.fixed .main-sidebar{
    padding: 0px 0px 0 0px;
}
.fixed .main-sidebar {
    height: calc(100vh - 133px);
    margin-top: -65px;
}
.theme2.fixed .logo.logo-width-1 a img {
    width: 80px;
    min-width: 80px;
    height: 100%;
    line-height: initial;
}
 /* NEW HEADER CSS START */
 header.header-area.make-blur.header-style-3.header-height-2.sticky-bar {
    position: absolute;
    width: 100%;
    z-index: 99;
    background: white;
}
header.header-area.make-blur.header-style-3.header-height-2.sticky-bar.stick{
    position: fixed;
}
.theme2 .sidebar-body {
    padding-top: 200px;
}
 /* .header-area .header-top{
    transition: 350ms;
 }
 .is-sticky.header-area .header-top{
    display: none !important;
 }
.sticky-page-header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    background-color: rgba(255, 255, 255, 1);
}
.sticky-page-header.is-sticky {
    position: fixed !important;
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    animation: slideDown 0.35s ease-out;
}
@keyframes slideDown {
    from {
      transform: translateY(-100%);
    }
    to {
      transform: translateY(0);
    }
}
.header-style-3.header-height-2 {    
    position: absolute;
    width: 100%;
    background: white;
    z-index: 99;
} */
/* NEW HEADER CSS END */
.color{
    color: var(--primary);
}
.section-title span {
    color: var(--primary);
    font-size: 18px;
    font-weight: bolder;
}
h3.section-title {
    font-weight: bolder;
}
.left-sidebar {
    /* width: 20%; */
    border-right: 1px solid #f4f4f4;    
}
.product-section.clearence-sale .product-cart-wrap{
    margin-bottom: 30px !important;
}
.main-content {
    width: calc( 100% - 250px );
    padding: 0px 15px 15px 15px;
    margin-left: 250px;
    min-height: 100vh;
}
.theme2 .sidebar-body.collapse .main-content{
    margin-left: 0;
}
.main-sidebar {
    padding: 5px 0px 0 0px;
    position: fixed;
    width: 250px;
    height: calc( 100vh - 200px );
    overflow-y: auto;
    background-color: white;
    scrollbar-width: thin;
}
.theme2 .header-info ul .login-register-li::after{
    display: none;
}
.footer-mid .logo.logo-width-1 a img {
    width: 120px;
    min-width: 120px;
}
.h-initial{
    line-height: initial;
}
.checkout-product-name{
    color: var(--primary);
}
.text-brand{
    color: var(--primary) !important;
}
footer .powered-by a {
    font-weight: 500;
    color: var(--primary);
}
.theme2 .main-menu > nav > ul > li > a {
    font-weight: 500;
    color: #000;
    transition: 400ms;
    position: relative;
}
.theme2 .main-menu > nav > ul > li > a::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 2px;
    width: 0%;
    height: 3px;
    background-color: var(--primary);
    transition: 400ms;
}
.main-menu > nav > ul > li ul.mega-menu li ul li a:hover {
    color: var(--primary);
}
.theme2 .main-menu > nav > ul > li > a:hover::after{
    width: 100%;
}
.theme2 .main-menu > nav > ul > li ul.mega-menu li a{
    transition: 400ms;
}
.theme2 .main-menu > nav > ul > li ul.mega-menu li a:hover {
    margin-left: 0;
    color: var(--primary) !important;
    font-weight: 600 !important;
}
.theme2 .header-style-3 .header-bottom-bg-color {
    background-color: #fff !important;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}
.theme2 .header-style-3.stick .header-middle-ptb-1 {
    padding: 5px 0 0px 0;
}
.theme2 .main-menu > nav > ul > li ul.mega-menu {
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.2);
    max-height: 400px;
    min-height: 300px;
    overflow-y: auto;
    scrollbar-width: thin;
}
.theme2 .exzoom .exzoom_btn a {
    display: inline-block;
    width: auto;
    border: 1px solid transparent;
    height: auto;
    line-height: 0;
    background: transparent;
    text-align: center;
    font-size: 18px;
    position: absolute;
    left: 50%;
    top: 0;
    color: #28282B;
    transform: translate(-50%, 0);
}
.authentication-part .right-side p {  
    width: 80%;
}
.theme2 .color-filter.list-filter li.active a::before {
    display: none;
}
.quick-view-modal .product-cart-wrap .product-badges span {
    border-radius: 12px 0px 40px 0px;
}
.theme2 .exzoom .exzoom_nav {
    left: 0px;
    height: 300px !important;
    width: 80px !important;
    overflow-y: auto;
    scrollbar-width: none;
    margin-bottom: 25px;
    margin-top: 25px;
}
.color-filter.list-filter a.no-color-code{
    border: none !important;
    margin-left: 3px;
}
.changable-color.active .no-color-code .nocolor-name{
    background-color: var(--primary);
    color: white;    
}
.exzoom .exzoom_btn a.exzoom_next_btn {
    top: -20px;
}
.old-price, .q-old-price{
    color: #e32b2b !important;
}
.d-price ins{
    text-decoration: none;
}
.product-cart-wrap .product-badges span {
    border-radius: 0px 0px 40px 0px;
}
.product-cart-wrap .product-badges.product-badges-position {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
}
.theme2 .auto-complete-div {    
    border-radius: 0;
}
.border-radius-0{
    border-radius: unset !important;
}
.radio-button-label > input { 
	display: none;
}
.radio-button-label > img {
	cursor: pointer;
	border: 2px solid #ddd;
	width: 120px;
    padding: 10px;
    margin: 0 5px;
}

.radio-button-label > input:checked + img { 
	border: 2px solid var(--primary);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
}
.q-add-to-cart > button {
    margin-right: 5px;
}
.theme2 .main-menu > nav > ul > li ul.mega-menu li a.menu-title {
    font-size: 16px;
    font-weight: 400;
    color: #28282B !important;
    transition: 0.2s all ease-in;
}
.theme2 .main-menu > nav > ul > li ul.mega-menu li ul li a {
    /* color: var(--primary); */
}
.theme2 .main-menu > nav > ul > li ul.mega-menu li.sub-mega-menu-width-22 {
    width: 20%;
}
.theme2 .main-menu > nav > ul > li ul.mega-menu li ul {
    margin-top: 10px;
    margin-left: 10px;
}
.theme2 .main-menu > nav > ul > li ul.mega-menu li ul li {    
    margin-bottom: 5px;
}
.theme2 .header-style-3 .header-middle-ptb-1 {
    padding: 10px 0 5px 0;
}
.theme2 .header-style-3 .main-nav {
    border: none !important;
    justify-content: start;
}
.theme2 .d-cart-actions button {
    margin: 5px 0 !important;
}
.theme2 .d-cart-actions button{
    width: 150px;
    font-size: 14px !important;
}
.theme2 .sidebar-category{
    font-weight: bold;
    margin-right: 150px;
}
.bubble {
    box-sizing: border-box;
    position: relative;
    background: #F4F8FB;
    border-radius: 5px;
    padding: 10px 20px;
}

.bubble-top:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    z-index: -1;
    top: -18px;
    left: 10px;
    border-top: 10px solid transparent;
    border-bottom: 15px solid #F4F8FB;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
}

.bubble-bottom:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	bottom: -40px;
	right: 240px;
	border-bottom: 20px solid transparent;
	border-top: 30px solid white;
	border-right: 20px solid transparent;
	border-left: 20px solid transparent;
}
.theme2 .main-menu > nav > ul > li > a i {
    margin-left: 0px;
}
.theme2 .logo.logo-width-1 {
    margin-right: 0;
}
.search-style-2 {
    display: flex;
    align-items: center;
    justify-content: center;
}
.color-filter.list-filter a {
    border: 3px solid transparent;
    min-width: auto;
    border-radius: 50%;
}
.quick-view-modal .detail-gallery .slick-slider img {    
    height: 370px;
    width: 370px;
}
.detail-gallery .slick-slider {
    background-color: transparent;
    margin-bottom: 15px;
    border-radius: 10px;
    border: 1px solid #ccc;
}
.detail-gallery .slick-slider .slick-track{
    margin: 0;
}
.quick-view-modal .detail-gallery .slick-slider img {
    border-radius: 12px;
}
.quick-view-modal .modal-dialog .btn-close {
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 2;
}
.product-sidebars .stock-out-text {
    background-color: #f99d1c59;
    color: red;
    width: 100%;
    position: absolute;
    height: 100%;
    left: 0;
    font-size: 15px;
    top: 0;
    font-weight: bold;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product-sidebars .stock-bell{
    position: absolute;
    right: 5px;
    top: 5px;    
    color: #f99d1c;
    font-size: 20px;
    cursor: pointer;
    z-index: 99;
}
.re-order-modal .order-view-section .my-products .product-item {
    width: 48%;
    padding: 5px 20px 5px 5px;
    margin: 5px 5px 5px 5px;
    display: flex;
}
.quick-view-modal .detail-info .title-detail{
    margin: 0 !important;
}
.color-filter.list-filter a span {
    border: 1.5px solid transparent;
    width: 20px;
    height: 20px;
}
.color-filter.list-filter .active a span {
    border: 1.5px solid #fff;
}
.color-filter.list-filter .active a {
    border: 3px solid var(--primary);    
}
.theme2 .d-cart-actions {
    display: flex;
    align-items: center;
    flex-direction: column;
    height: 102px;
}
.theme2 .auto-complete-div {
    margin-top: 44px !important;
    border: 1px solid #28282B;
}
.scroll-bar{
    scrollbar-width: thin;
}
.header-info > ul > li.login-register-li a:hover {
    color: var(--primary);
}
.theme2 .search-style-2 form button:hover {
    color: black;
    background-color: transparent !important;
    border-color: transparent;
    background: transparent;
}
.search-style-2 form input:focus {
    border-radius: 40px 40px 0px 0px !important;
}
.theme2 .search-style-2 form button {
    padding: 0 17px;
    color: black;
    background-color: transparent;
    border-color: transparent;
    background: transparent;
}
/* .exzoom_img_box .exzoom_img_ul_outer{
    display: none !important;
}
.exzoom_img_box .exzoom_img_ul_outer:first-child{
    display: block !important;
} */
/* .exzoom_img_box .exzoom_zoom_outer{
    display: none !important;
}
.exzoom_img_box .exzoom_zoom_outer:first-child {
    display: block !important;
} */

.theme2 .logo.logo-width-1 a img {
    width: 100px;
    min-width: 100px;
    height: 100%;
    line-height: initial;
}
/* NEW CSS OF HEADER */
.theme2 .auto-complete-div {
    margin-top: 46px;
}
.theme2 .header-action-right a:hover{
    color: black !important;
}
.theme2 .header-action-2 .header-action-icon-2 {
    padding: 8px 16px;
    border: 1px solid #28282B;
    border-radius: 18px;
}
.theme2 .header-action-2 .header-action-icon-2:last-child {
    padding: 8px 16px;
    margin-left: 10px;
}
.theme2 .header-action-2 .header-action-icon-2 > a span.pro-count.blue {
    background-color: #fff;
    color: black;
    font-size: 16px;
}
.theme2 .header-action-2 .header-action-icon-2 > a img {
    max-width: 20px;
}
.theme2 .header-action-2 .header-action-icon-2 > a.mini-cart-icon img {
    margin-top: -3px;
}
.theme2 .header-style-3 .search-style-2 form {
    border: none !important;
    border-radius: unset !important;
    max-width: auto !important;
}
.header-style-3 .search-style-2 form input {
    max-width: 100%;
    border: 1px solid #28282B;
}
/* NEW CSS OF HEADER */
/* .header-style-3 .header-bottom-bg-color {
    padding: 10px 0 !important;
}
.header-style-3 .header-top-ptb-1 .header-info{
    justify-content: space-between;
}
.header-style-3 .header-top-ptb-1 {
    color: var(--primary);
    padding: 5px 0;
    background-color: #f4f4f4;
}
.header-style-3 .header-top-ptb-1 a {
    color: var(--primary);
    font-size: 11px;
}
.header-style-3 .header-top-ptb-1 i {
    color: var(--primary);
}
.header-style-3 .header-info .right-side{
    width: 50%;
    margin-right: 15px;
}
.header-style-3 .header-info .left-side{
    width: 50%;
    align-items: center;
}
.header-style-3 .header-info .left-side marquee{
    font-size: 12px;
}
.header-style-3 .header-info .track-item {
    margin: 0 40px
}
.header-style-3 .header-item {
    display: flex;
    align-items: center;
}
.header-style-3 .header-item img{
    margin-right: 5px;
}
.set-delivery-location {
    width: 8%;
    font-size: 12px;
}
.search-style-2{
    width: 65%;
    position: relative;
}
.header-wrap .logo.logo-width-1{
    width: 6%;
}
.header-action-right{
    width: 25%;
    display: flex;
    justify-content: end;
}
.header-wrap .logo.logo-width-1 > a{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.header-action-2 .header-action-icon-2 {
    border: 1.9px solid var(--primary);
    border-radius: 16px;
    margin: 0 5px;
    box-shadow: 1px 1px 5px 0px rgba(104, 40, 168, 0.3);
    padding: 5px 14px;
}
.header-action-2 .header-action-icon-2 > a {
    font-size: 14px;
}
.header-action-2 .header-action-icon-2 > a img {
    max-width: 14px;
}
.header-action-2 .header-action-icon-2:last-child {
    padding: 5px 8px 5px 10px;
}
.header-style-3 .search-style-2 form {
    max-width: 100%;
}
.header-style-3 .search-style-2 form input {
    max-width: 93%;
    background: #f4f4f4;
    border-radius: 0;
    border: none;
}
.search-style-2 form button {
    border-radius: 0px 6px 6px 0px;
    background-color: var(--primary);
}
.header-style-3 .search-style-2 form {
    border-radius: 0px 8px 8px 0px;
    border: none;
}
.search-style-2 form select {
    font-size: 14px;
    max-height: 45px;
    border: none;
    background-color: #f9f9f9;
    width: 50px;
    padding: 0 0px 0 10px;
    -moz-appearance: auto;
    -webkit-appearance: auto;
}
.header-style-3 .header-bottom-bg-color {
    background-color: #fff;
    border-bottom: 1px solid #f1f1f1;
}
.header-nav .main-menu.main-menu-lh-2 > nav {
    background: var(--primary);
    border-radius: 20px;
    padding: 0 20px;
}
.header-nav .social-link{
    margin-left: 40px;
}
.header-nav .social-link .social-item{
    color: var(--primary);
    margin-left: 8px;
}
.header-nav .social-link .social-item i{
    font-size: 18px;
}
.header-nav .header-category{
    width: 25%;
}
.header-nav .header-menu{
    width: 70%;
}
.header-nav .header-social{
    width: 5%;
}
.main-menu > nav > ul > li > a {
    font-size: 13px;
    font-weight: 500;
}
.main-menu.main-menu-lh-2 > nav > ul > li {
    line-height: 36px;
}
.header-nav .sidebar-category {
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    color: var(--primary);
}
.header-nav .special-offer {
    color: deeppink;
    font-weight: bold;
    display: flex;
} */
footer.main {
    border-top: 1px solid #f1f1f1;
    background: #F4F8FB;
    position: relative;
    z-index: 99;
}
footer .online-payment{
    padding: 0 10px;    
}
footer .online-payment-m{
    padding: 0 10px;
}
.footer-mid .footer-title{
    margin-bottom: 25px;
}
.footer-mid ul li a{
    color: black;
    font-size: 12px;
    font-weight: 500;
}
.product-cart-wrap .product-action-1.show {    
    bottom: 10px;    
    right: 5px;
}
.footer-mid .widget-about .com-about{
    font-size: 13px;
}
.footer-mid .widget-about p{
    font-size: 13px;
    font-weight: 500;
}
.theme2 .blurred {
    /* filter: blur(5px); */
    /* transition: filter linear .3s; */
    opacity: 0.5;
}
.theme2 .product-cart-wrap {
    border: none;
}
.product-cart-wrap .product-action-1 a.out-of-stock-btn.action-btn:before {
    border-top-color: #f99d1c !important;
}
.product-cart-wrap .product-action-1 a.out-of-stock-btn.action-btn:after {
    background-color: #f99d1c !important;
}
.theme2 .hot.orange{
    background: #f99d1c !important;
}
.theme2 .out-of-stock-btn {
    background: #f99d1c !important;
    border-color: #f99d1c !important;
}
body.theme2 .out-of-stock {
    background: #f99d1c;
    border-color: #f99d1c !important;
    background-color: #f99d1c !important;
    transition: 300ms;
}
body.theme2 .stock-request {
    background-color: #A3D8FF !important;
    border-color: #A3D8FF !important;
    padding: 10px 20px !important;
    margin-top: -3px;
}
body.theme2 .stock-requested {
    background-color: #56ba2c !important;
    border-color: #56ba2c !important;
    padding: 10px 15px !important;
    margin-top: -3px;
}
.header-action-right .no-color{
    text-wrap: nowrap;
}
.theme2 .header-action-2 .header-action-icon-2 > a, .theme2 .header-action-2 .header-action-icon-2 {
    text-wrap: nowrap;
}
.coupon-part thead .main-heading th{
    text-wrap: nowrap;
}
.shake-item{
    animation: shake 1s infinite alternate; 
}
.cart-qty {
    width: 16px;
    line-height: 16px;
    height: 16px;
    display: inline-block;
    background: deeppink;
    color: white;
    border-radius: 9px;
    text-align: center;
    font-size: 12px;
}
.product-view-section .button.button-add-to-cart, .product-view-section .button.add-to-cart {
    padding: 8px 10px;
    margin-top: 10px;
    font-size: 12px;
    font-weight: 600;
}
.theme2 .disabled-for-variation button.disable {
    padding: 8px 10px !important;
    border: 2px solid #e0e0e0 !important;
    background: #e0e0e0 !important;
}
.disabled-for-variation button.disabled, .disabled-for-variation button.disable {
    background: #e0e0e0 !important;
    border-color: #e0e0e0 !important;
}
.product-view-section .stock-requested, .product-view-section .stock-request {
    margin-top: 5px;
}
@keyframes shake {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1); 
    }
    100% {
        transform: scale(1);
    }
}
/* SIDERBAR CSS START */
.cd-accordion {
    background: hsl(218, 7%, 32%);
    background: var(--cd-color-1);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-shadow: 0 1px 8px rgba(0, 0, 0, .1), 0 16px 48px rgba(0, 0, 0, .1), 0 24px 60px rgba(0, 0, 0, .1);
    box-shadow: var(--shadow-lg)
}

.cd-accordion--animated .cd-accordion__label::before {
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.cd-accordion__sub {
    display: none;
    overflow: hidden
}

.cd-accordion__sub--is-visible {
    display: block
}

.cd-accordion__item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
}

.cd-accordion__input {
    position: absolute;
    opacity: 0
}

.cd-accordion__label {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.75em 1.25em;
    padding: var(--space-sm) var(--space-md);
    background: hsl(218, 7%, 32%);
    background: var(--cd-color-1);
    --color-shadow: lightness(hsl(218, 7%, 32%), 1.2);
    --color-shadow: lightness(var(--cd-color-1), 1.2);
    box-shadow: inset 0 -1px lightness(hsl(218, 7%, 32%), 1.2);
    box-shadow: inset 0 -1px var(--color-shadow);
    color: hsl(0, 0%, 100%);
    color: var(--color-white);
    cursor: pointer;
}

.cd-accordion__label span {
    -ms-flex-order: 3;
    order: 3;
    margin-left: 5px;
}

.cd-accordion__label:hover {
    background: hsl(218, 7%, 35.2%);
    background: hsl(var(--cd-color-1-h), var(--cd-color-1-s), calc(var(--cd-color-1-l)*1.1))
}

.cd-accordion__label--icon-folder::before {
    content: '\203A';
    font-family: "Font Awesome 5 Free";
    display: block;
    font-size: 20px;
    font-weight: bold;
    background-repeat: no-repeat;
    margin-right: 0.25em;
    margin-right: var(--space-xxxs);
    position: absolute;
    right: 10px;
    top: 5px;    
}

.cd-accordion__label--icon-folder::before {
    -ms-flex-order: 1;
    order: 1
}


.cd-accordion__label--icon-folder::before {
    background-position: 0 0;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}


.cd-accordion__input:checked+.cd-accordion__label::before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    right: 10px;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}


.cd-accordion__input:checked~.cd-accordion__sub {
    display: block
}

.cd-accordion__sub--l1 .cd-accordion__label {
    background: hsl(218, 7%, 20.8%);
    background: hsl(var(--cd-color-1-h), var(--cd-color-1-s), calc(var(--cd-color-1-l)*0.65));
    --color-shadow: lightness(hsl(218, 7%, 32%), 0.85);
    --color-shadow: lightness(var(--cd-color-1), 0.85);
    box-shadow: inset 0 -1px lightness(hsl(218, 7%, 32%), 0.85);
    box-shadow: inset 0 -1px var(--color-shadow);
    padding-left: calc(1.25em + 16px);
    padding-left: calc(var(--space-md) + 16px)
}

.cd-accordion__sub--l1 .cd-accordion__label:hover {
    background: hsl(218, 7%, 24%);
    background: hsl(var(--cd-color-1-h), var(--cd-color-1-s), calc(var(--cd-color-1-l)*0.75))
}

.cd-accordion__label{
    box-shadow: none;
    padding: 6px 10px 6px 10px;
    transition: 0.4s;
}
.cd-accordion__label:hover{
    color: var(--primary);
    /* background: linear-gradient(to right,#fff 0,var(--primary) 100%) !important; */
}
.cd-accordion__sub--l2 .cd-accordion__label {
    padding-left: calc(1.5em + 32px);
    padding-left: calc(var(--space-md) + var(--space-xxxs) + 32px)
}
.cd-accordion__label span a{
    color: var(--text) !important;
    font-size: 14px;
}
.cd-accordion__label:hover span a{
    color: var(--primary) !important;
}
.cd-accordion__sub--l3 .cd-accordion__label {
    padding-left: calc(1.5em + 48px);
    padding-left: calc(var(--space-md) + var(--space-xxxs) + 48px)
}
.list-link {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    color: var(--text);
    text-transform: initial;
    display: block;
    margin: 0;
    text-decoration: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
    padding: 8px 0px 8px 18px;
    font-size: 15px;
    transition: 0.5s;
}
.cd-accordion .fa-angle-right{
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translate(0, -50%);
}

.cd-accordion .fa-angle-right2{
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translate(0, -50%);
}
.cd-accordion .inner-cd-accordion__label {
    padding: 5px 10px 5px 20px !important;
}

.cd-accordion .only-text-item{
    padding: 5px 10px 5px 30px !important;
    cursor: pointer;
    transition: 0.4s;
}
.cd-accordion .inner-only-text-item{
    padding: 5px 10px 5px 50px !important;
}
.cd-accordion .only-text-item:hover{
    /* background: linear-gradient(to right,#fff 0,var(--primary) 100%) !important; */
}
.cd-accordion .only-text-item a{
    color: var(--text);
    font-size: 13px;
}
.cd-accordion .only-text-item:hover a{
    color: var(--primary);
}
.cd-accordion__label span a {
    font-size: 13px !important;
}
.cd-accordion__label{
    padding: 8px 15px 8px 0px !important;
    margin: 0 !important;
    border-bottom: 1px solid #f4f4f4;
}
.cd-accordion__label--icon-folder::before {
    top: 2px !important;
}
/* SIDERBAR CSS END */
.dot-style-1 ul li.slick-active button {
    background: var(--primary);
    border-color: var(--primary);
}
.popular-categories .card-1 figure img {
    width: 100%;
    height: 120px;
    border-radius: 0;
}
.popular-categories .card-1 h5 a {
    color: #000;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 0;
    display: inline-block;
    margin-top: 20px;
    padding: 5px;
}
.home-slider .owl-dots .owl-dot span {    
    background-color: white;
}
.slider-btn {
    top: 145px !important;
    height: 35px !important;
    line-height: 35px !important;
    width: 25px !important;
    background-color: var(--primary) !important;
    border-color: var(--primary);
}
.slider-arrow .slider-btn:hover {
    background-color: var(--primary);
    color: #fff;
    border-color: var(--primary);
}
.slider-arrow .slider-btn i {
    margin-right: 0px;
    color: white;
}
.carausel-6-columns-cover .slider-arrow .slider-btn.slider-prev {
    left: -10px;
    border-radius: 10px 0 0 10px;
}
.carausel-6-columns-cover .slider-arrow .slider-btn.slider-next {
    right: -10px;
    border-radius: 0 10px 10px 0;
}
.popular-categories .card-1 figure{
    margin: 30px 10px 0px 10px;
    justify-content: center;
}
.popular-categories .card-1 figure {
    /* margin: 0px 10px 0px 10px; */
}
.rotate.cd-accordion__label--icon-folder::before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.popular-categories .card-1 figure::after {
    content: '';
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translate(-50%, 0%);
    background-color: #f4f4f4;
    width: 95%;
    height: 45%;
    z-index: -1;
    border-radius: 0 0 15px 15px;
}
.popular-categories .card-1:hover a {
    color: var(--primary) !important;
}
.highlighted-categories.popular-categories .card-1 {
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.3);
    margin-top: 0px;
    margin-bottom: 10px;
    border-radius: 12px;
}
.highlighted-categories.popular-categories .card-1 {
    /* margin: 5px; */
}
.brand-section .slider-btn{
    top: 75px !important;    
}
.brand-section .slider-btn.slider-prev {
    left: -20px !important;    
}
.brand-section .slider-btn.slider-next {
    right: -5px !important;    
}
section.home-slider{
    padding: 15px;
}
.product-section .category-banner .img img,
section.home-slider .owl-carousel .owl-stage-outer, 
.slider-banner-carousel .owl-stage-outer{
  border-radius: 12px;
}
.append-banner-1 img, .append-banner-2 img, .append-banner-3 img, .append-banner-4 img, .append-banner-5 img{    
    border-radius: 12px;
}
.theme2 .owl-nav, .theme2 .slider-arrow{
    display: none !important;
}
.page-section em {
    font-style: italic;
}
.brand-logo img {
    /* width: 192px; */
    height: 100%;
    object-fit: cover;
    padding: 0;
}
.cart-sidebar-delete {
    right: 9px !important;
    top: -3px !important;
}
.cart-item .cart-left{
    width: 58%;
}
.cart-sidebar .cart-item{
    padding: 5px 0 0 0 !important;
}
.cart-item .cart-right{
    width: 42%;
}
.cart-item .cart-right .item-sale-price{
    font-weight: bold;
}
.cart-item .item-discount-price{
    font-size: 11px;
    opacity: 0.7;
}
.cart-item .offer-badge {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    border-radius: 0px 0px 40px 0px;
    background: #ff75a0;
    font-size: 10px;
    color: white;
    padding: 1px 8px 1px 3px;
    line-height: initial;
}
.brand-section .brand-item {
    margin: 0 5px;
    box-shadow: 0px 3px 2px 0px rgba(0,0,0,0.3);
    margin-bottom: 10px;
    background: white;
    border: 1px solid #f4f4f4;
    display: block;
    border-radius: 12px;
    padding: 0px 0px;
    /* width: 100%; */
}
.width-14{
    width: 14%;
}
.all-category.category.inner-category.brand-section .brand-item .brand-logo {
    height: 90px;
}
.brand-section .brand-item .brand-logo{
    border-radius: 9px;
    padding: 5px 5px;
    width: 100%;
    height: 80px;
}
.brand-section .brand-item .brand-logo img {
    border-radius: 9px;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.cart-sidebar ul .card-body.cart-items {
    padding: 5px 0px 5px 10px;
}
.cart-sidebar .cart-info h5 a {
    padding-right: 20px;
}
.product-img a img {    
    height: 150px;
}
.product-tabs .tab-header ul.nav-tabs {    
    padding-top: 5px;
    border: 0;
    overflow-y: hidden;
    overflow-x: auto;
    flex-wrap: nowrap;
    text-wrap: nowrap;
    scrollbar-width: none;
  }
.product-cart-wrap {
    border: none;
    border-radius: 6px;
    margin: 0 10px;
    box-shadow: 0px 2px 5px 0px rgba(104, 40, 168, 0.2);
}
.product-cart-wrap .product-img-action-wrap .product-img, .product-cart-wrap .product-img-action-wrap .product-img img {
    border-radius: 6px;
    border: none;
}
.product-cart-wrap .product-content-wrap h2 a:hover {
    color: var(--primary);
}
.product-cart-wrap .product-content-wrap h2 {
    font-size: 14px;
}
.product-cart-wrap .product-content-wrap h2 a {
    height: 34px;
}
.product-cart-wrap .product-content-wrap .product-price span {
    color: var(--primary);
}
.product-section .slider-btn.slider-next {
    right: -3px !important;
}
.product-cart-wrap .product-action-1 button:hover, .product-cart-wrap .product-action-1 a.action-btn:hover {
    background-color: var(--primary);
}
.product-cart-wrap .product-action-1 button, .product-cart-wrap .product-action-1 a.action-btn {
    background-color: var(--primary);
    border: 1px solid var(--primary);
}
.product-cart-wrap .product-action-1 button i, .product-cart-wrap .product-action-1 a.action-btn i {
    color: #fff;
}
.product-cart-wrap .product-action-1 button:after, .product-cart-wrap .product-action-1 a.action-btn:after {
    background-color: var(--primary);
    padding: 7px 7px;
}
.product-cart-wrap .product-action-1 button:before, .product-cart-wrap .product-action-1 a.action-btn:before {
    border-top-color: var(--primary);
}
.product-cart-wrap .product-img-action-wrap {
    padding: 10px 12px 0px 12px;
    max-height: 320px;
}
.product-section .slider-btn {
    top: 200px !important;
}
.product-section .product-carousel-cover{
    width: 90%;
    margin: 0 auto;
    margin-top: -60px;
}
.hero-slider-1 .single-slider-img-1 {
    height: 100%;
}
.blog-section .img{
    height: 180px;
}
.blog-section .img img {
    border-radius: 10px;
    width: 100%;
    height: 100%;
}
.blog-section .text h5{
    line-height: 20px;
    margin-top: 5px;
}
.service-section {
    background: #FFF9FB;
    border-radius: 12px;
}
footer{
    border-radius: 12px;
}
.service-section ul {
    margin: 10px 0 10px 25px;
    list-style: disc;
}
.service-section ul li{
    color: #000;
}
.service-section h3{
    font-size: 21px;
}
.siliguri{
    font-family: "Hind Siliguri", sans-serif;
}
.service-section .app-link .image{
    width: 60%;
    margin-top: 40px;
}
.service-section .text {
    padding: 20px 0px 20px 50px;
}
.service-section .img{
    padding: 20px;
}
.service-section .img img{
    border-radius: 10px;
    box-shadow: 0px 2px 5px 0px rgba(104, 40, 168, 0.2);
}
.testimonial-section .section-title {
    font-size: 19px;
}
#scrollUp {
    background-color: var(--primary);
}
.testimonial-section .testimonial-item {
    border: 1px solid black;
    border-radius: 10px;
    padding: 10px 10px;
    margin: 5px 15px;
}
.testimonial-section .icon{
    display: flex;
    justify-content: center;
}
.testimonial-section .icon img{
    margin: 0 auto;
}
.testimonial-section .comment {
    line-height: 20px;
    font-size: 13px;
    color: black;
    min-height: 72px;
}
.testimonial-section .name{
    color: #000;
}
.testimonial-section .rating{
    justify-content: center;
}
.testimonial-section .img {
    display: flex;
    justify-content: center;
    height: 65px;
    width: 65px;
    margin: 0 auto;
}
.testimonial-section .slider-btn.slider-next {
    right: -1px !important;
}
.header-widget{
    position: fixed;
    right: 0%;
    top: 50%;
    transform: translate(0%, -50%);
    background-color: #FFF9FB;
    z-index: 999;
    box-shadow: 0px 2px 5px 0px rgba(104, 40, 168, 0.5);
    min-width: 70px;
    text-align: center;
    border-radius: 15px 0 0 15px; 
}
.pa{
    position: absolute;
}
.pr{
    position: relative;
}
.header-widget .wishlist-icon{
    cursor: pointer;
}
.header-widget .wishlist-icon img {
    width: 24px;
    margin-top: 10px;
}
.header-widget .cartlist-icon .text{
    padding: 5px 0;
}
.header-widget .cartlist-icon .text span{
    color: var(--primary);
    font-weight: bold;
}
.header-widget .cartlist-icon .icon {
    background-color: var(--primary);
    border-radius: 15px 0 0 0;
    padding: 2px 0 7px 0;
}
.header-action-icon-2 .dropdown-toggle::after {
    color: #28282B;
}
.header-widget .cartlist-icon .icon img {
    width: 20px;
    margin-top: 8px;
}
.header-widget .cartlist-icon .icon div {
    line-height: initial;
    color: white;
    margin-top: -8px;
    font-size: 12px;
}
.header-widget .cartlist-icon {
    border: none;
    background: #FFF9FB;
    padding: 0;
    width: 100%;
    border-radius: 15px;
}
.hide-arrow::before{
    display: none !important;
}
.showCoupon{
    border: 1px solid #e4e4e4;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    margin: 0;
    padding: 0;
    color: deeppink;
    cursor: pointer;
}
.cart-list {
    height: 100%;
    padding: 0 15px;
    max-height: calc(100vh - 124px);
    overflow-y: scroll;
}
.cart-sidebar .cart-media a img {
    width: 100%;
    height: 100%;
    border-radius: 6px;
    border: 1px solid #e3e3e3;
    padding: 5px;
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.1);
}
.cart-sidebar .cart-item .category-name {    
    opacity: 1 !important;
    color: black;
}
.cart-sidebar .cart-item .qty-variation{
    
}
.cart-sidebar .cart-item .variation-name,
.cart-sidebar .cart-item .category-name,
.cart-sidebar .cart-item .qty-variation
 {
    font-size: 10px;
    min-height: 23px;    
    line-height: initial;
}
.cart-sidebar .cart-media {
    width: 25%;
    margin-right: 3%;
}
.cart-sidebar .cart-info h5 a{
    font-size: 12px;
}
.cart-sidebar .cart-info-group .cart-info {
    margin-right: 8px
}
.cart-sidebar{
    right: -35%
}
.cart-sidebar .cart-info-group,
.category-col {
    width: 72%
}

.cart-sidebar {
    position: fixed;
    top: 0;
    right: -450px;
    width: 400px;
    height: 100vh;
    z-index: 1000;
    background: white;
    -webkit-box-shadow: -15px 0 25px 0 rgba(0, 0, 0, 0.15);
    box-shadow: -15px 0 25px 0 rgba(0, 0, 0, 0.15);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.cart-sidebar.active {
    right: 0
}

.cart-header {
    padding: 18px 25px;
    text-align: center;
    position: relative;
    border-bottom: 1px solid var(--primary)
}

.cart-total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.cart-total i {
    font-size: 20px;
    margin-right: 8px;
    color: var(--primary)
}

.cart-total span {
    font-weight: 500;
    color: var(--primary);
    text-transform: initial
}

.cart-close {
    position: absolute;
    top: 30%;
    left: -18px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: none;
    background: transparent;
}

.cart-close i {
    width: 35px;
    height: 35px;
    font-size: 18px;
    line-height: 35px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    color: #000;
    background: white;
    text-shadow: var(--primary-tshadow);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.cart-close i:hover {
    color: white;
    background: var(--primary)
}

.cart-list {
    height: 100%;
    padding: 0 0px;
    max-height: calc(100vh - 125px);
    overflow-x: hidden;
    overflow-y: auto;
}
.bg-color{
    background: var(--primary);
}
.border-color{
    border-color: var(--primary);
}
.cart-item {
    padding: 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-bottom: 1px solid #f4f4f4
}

.cart-item:hover .cart-media button {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.cart-item:last-child {
    border-bottom: none
}

.cart-media {
    position: relative;
    /* margin-right: 5px; */
    width: 40%;
    text-align: center
}

.cart-media a img {
    width: 120px;
    height: 100px;
    border-radius: 8px
}

.cart-sidebar-delete {
    right: 1px;
    top: -3px;
    color: #A0AEC0;
    cursor: pointer;
    font-size: 16px;
    transition: 300ms;
    padding: 0;
    border: none;
    background: transparent;
}

.cart-sidebar-delete:hover {
    color: deeppink;    
}

.pa {
    position: absolute
}

.cart-media button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.2);
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.cart-media button i {
    width: 32px;
    height: 32px;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    border-radius: 5px;
    display: inline-block;
    color: red;
    background: rgba(255, 255, 255, 0.9);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.cart-media button i:hover {
    color: white;
    background: red
}

.cart-info-group {
    width: 60%
}

.cart-info {
    margin-bottom: 13px
}

.cart-info h6 {
    font-weight: 400;
    text-transform: initial
}

.cart-info h6 a {
    color: #000
}

.cart-info p {
    font-size: 14px
}

.cart-action-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.cart-action-group .product-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.cart-action-group .product-action button i {
    width: 30px;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
    border-radius: 5px
}
.dn{
    display: none;
}
.cart-action-group .product-action input {
    width: 45px;
    height: 30px;
    font-size: 14px;
    border-radius: 5px;
    color: var(--primary);
    background: #f4f4f4
}
.cart-action-group h6 {
    font-weight: 500;
    color: var(--primary)
}
.cart-sidebar ul{
    background-color: #F7F7F7;
}
.cart-sidebar .order-details table th, .cart-sidebar .order-details table td{    
    border: none;
    padding: 0;
}
.cart-sidebar .discount-note {
    border: 2px dotted rgba(196, 234, 234, 1);
    padding: 10px 20px;
    border-radius: 6px;
    background-color: rgba(196, 234, 234, 0.5);
    color: #1e7b74;
    text-align: center;
}
.cart-sidebar ul .card-body {
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    padding: 5px 10px;
    margin: 10px;
    border-radius: 8px;
    background-color: white;
}
.cart-footer {
    padding: 8px 15px 0;
    text-align: center;
    /* -webkit-box-shadow: 0 -3px 7px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 -3px 7px 0 rgba(0, 0, 0, 0.08) */
    border-top: 1px solid #e3e3e3;
}

.cart-sidebar .cart-footer .cart-checkout-btn {
    width: 100%
}

.cart-checkout-btn {
    padding: 7px 0;
    border: none;
    border-radius: 0;
    background: var(--primary);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}
.bg-footer{
    background-color: #F4F8FB;
}
.cart-checkout-btn:hover {
    background: var(--primary)
}
.cartlist-section .cart-media {
    width: 18%;
    margin-right: 2%;
    border: 1px solid #e3e3e3;
    border-radius: 10px;
}
.cartlist-section .cart-media a img {
    padding: 10px;
}
.cartlist-section .cart-info-group {
    width: 80%;
}
.go-to-cart {
    border-right: 1px solid #f4f4f4;
    padding-left: 0px !important;
}
.checkout-label {
    width: auto;
    height: 30px;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: .3px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    text-transform: initial;
    color: white;
}

.checkout-price {
    padding: 0 0 0 20px;
    letter-spacing: .3px;
    color: white;
    border-left: 1px solid #f4f4f4
}
.theme2 .voucher-btn{
    background: white !important; color: black !important; border-width: 3px !important; padding: 10px 8px !important;
}
.toast-top-center {
    top: 20px; /* Adjust as needed */
    left: 50%;
    transform: translateX(-50%);
}
.default-address{
    height: 20px;
    margin-top: 10px;
}
.default-address .custom-badge {
    margin-right: 10px;
    background: rgba(44, 168, 223, 1);
    padding: 2px 5px 5px 5px;
    border-radius: 3px;
    font-size: 12px;
    display: block;
    line-height: initial;
}
.create-post {
    display: flex;
    align-items: center;
    margin-top: 0px;
    justify-content: center;
    background: #fff;
    padding: 85px 0px;
    border-radius: 3px;
    border: 2px dashed var(--primary);
    -webkit-box-shadow: 0 0 10px 3px rgba(94, 44, 132, .1);
    -moz-box-shadow: 0 0 10px 3px rgba(94, 44, 132, .1);
    box-shadow: 0 0 10px 3px rgba(94, 44, 132, .1);
}
.create-post img {
    width: 30px;
    margin-right: 5px;
}
.create-post div {
    font-weight: 700;
    font-family: cursive;
    background: #28282B;   
    color: var(--primary); 
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
  
@media (max-width: 450px) {
    .cart-sidebar {
        right: 0% !important;
        width: 100%;
        height: 100vh;
        -webkit-transform: scale(0);
        transform: scale(0);
        margin: 80px 0 0;
        border-radius: 15px 15px 0 0;
        transition: all linear .3s;
        -webkit-transition: all linear .3s;
        -moz-transition: all linear .3s;
        -ms-transition: all linear .3s;
        -o-transition: all linear .3s
    }

    .cart-sidebar.active {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: top;
        transform-origin: top
    }

    .cart-close {
        left: 50%;
        top: -45px;
        bottom: inherit;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        border-radius: 50px 50px 0 0;
        -webkit-box-shadow: 0 -8px 10px 0 rgba(0, 0, 0, 0.15);
        box-shadow: 0 -8px 10px 0 rgba(0, 0, 0, 0.15)
    }

    .cart-list {
        max-height: calc(100vh - 290px)
    }

    .cart-media a img {
        width: 80px
    }
}
.cart-active, .cart-active2 {
    right: 0!important;
}
#style-11::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
    background-color: white
}

#style-11::-webkit-scrollbar {
    width: 8px;
    background-color: #f5f5f5
}

#style-11::-webkit-scrollbar-thumb {
    background-color: var(--primary)
}

.cart-action-group .product-action input {
    width: 40px;
    height: 26px;
    font-size: 12px;
    background: var(--primary);
    border-radius: 0;
    color: #fff;
    text-align: center;
    padding: 0;
}
.cart-action-group .product-action button {
    display: flex;
    align-items: center;
    border: none;
    height: 26px;
}
.cart-action-group .product-action button i {
    width: 20px;
    height: 18px;
    font-size: 10px;
    line-height: 18px;
    border-radius: 0
}

.cart-action-group .product-action button {
    display: flex;
    align-items: center
}

.cart-action-group h6 {
    font-size: 14px;
    line-height: initial
}
.select-address .dropdown-toggles {
    border: none;
    background: transparent;
}
.select-address .card-body .icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--primary);
    text-align: center;
    line-height: 40px;
    color: white;
}
.product-cart-wrap .product-badges span {
    font-size: 14px;
    padding: 8px 18px;
}
.cd-accordion__label span a {
    font-size: 16px !important;
}
.cd-accordion .only-text-item a {
    font-size: 16px;
}
.main-menu > nav > ul > li > a {
    font-size: 15px;
}
.main-menu > nav > ul > li ul.sub-menu {
    min-width: 180px;
}
.main-menu > nav > ul > li ul.sub-menu li ul.level-menu {
    left: 107%;
    width: 180px;
}
.offer-section .offer-item .img-side{
    width: 300px;
    margin: 0 auto;
}
.offer-section .offer-banner p{
    padding: 10px 50px;
    font-size: 14px;
}
.offer-section .text-side .left-side {
    background: white;
    box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.3);
    border-radius: 8px;
    padding: 10px 20px;
}
.offer-section .text-side .img-bag {
    background: white;
    text-align: center;
    box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.3);
    border-radius: 8px;    
    text-wrap: nowrap;
}
.offer-section .text-side .img-bag .img {
    padding: 20px 10px;
}
.offer-section .offers{
    margin-bottom: 50px;
}
.offer-section .offers:last-child{
    margin-bottom: 10px;
}
.offer-section .offers .offer-item{
    padding: 20px 0;
}
.offer-section .text-side .img-bag .text {
    background-color: var(--primary);
    color: white;
    border-radius: 0px 0px 6px 6px;
    text-transform: capitalize;
    padding: 5px 0;
}
.offer-section .text-side .left-side .item {
    font-weight: bold;
    color: var(--primary);
    position: relative;
    margin: 10px 0;
    position: relative;
    border-bottom: 1px solid #f4f4f4;
}
.offer-section .text-side .left-side .item:last-child{
    border-bottom: none;
    margin-bottom: 0;
}
.offer-section .text-side .left-side .item span{
    text-transform: capitalize;
}
.offer-section .text-side .left-side .item i {
    position: absolute;
    right: -10px;
}
.offer-section .text-side .left-side .item .icon i {
    color: var(--primary);
    margin-right: 5px;
    font-size: 16px;
    position: unset;
}
.quality-promise{
    background-color: #F3EAFD;
    padding: 20px 50px 50px 50px; 
    text-align: center;
}
.quality-promise h2{
    margin-bottom: 20px;
}
.quality-promise i {
    background: white;
    width: 30px;
    height: 30px;
    border-radius: 6px;
    line-height: 30px;
    color: var(--primary);
    box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.3);
}
.quality-promise span{
    color: #000;
}
.club-section .club-logo img{
    width: 100px;
}
.club-section .club-logo {
    justify-content: center;
    background: #f4f4f4;
    padding: 5px 0;
}
.border-color{
    border-color: var(--primary);
}
.text-black{
    color: #000;
}
.club-section .club-banner h1 {
    position: absolute;
    bottom: 70px;
    color: var(--primary);
    text-align: center;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
}
.club-section .club-banner{
    position: relative;
}
.club-section .club-info{
    width: 75%;
    margin: 20px auto;
    text-align: center;
}
.quality-promise-2{
    background-color: var(--primary);
    color: white;
    padding: 25px 50px;
}
.exzoom .product-cart-wrap.d-offer{
    background: transparent;
}
.offcanvas.search-modal {
    z-index: 99000;
}
.quality-promise-2 i {
    font-size: 15px;
    margin-right: 5px;
}
.quality-promise-2 span{
    font-size: 14px;
}
.club-terms {
    text-align: center;
    text-transform: capitalize;
    color: var(--primary);
    margin-bottom: 30px;
}
.product-view-section .accordion{
    display: flex;
}
.product-view-section .accordion-item .accordion-header{
    border: 1px solid #ccc;
    border-radius: 8px;
}
.product-view-section .accordion-button{
    padding: 10px 10px;
    font-size: 14px;
    border-radius: 8px !important;
}
.product-view-section .accordion-button::after {
    background-image: url('img/icon/add.png') !important;   
    /* background-size: 14px;  */
}
.product-view-section .accordion-button:not(:focus-visible) {
    outline: 0;
    box-shadow: none;
}
.product-view-section .accordion-item i{
    color: var(--primary);
}
.product-view-section .accordion-item{
    border-radius: 8px !important;
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.1);
}
.product-view-section .description{
    margin-top: 50px;
}
.product-view-section .description .nav.nav-pills {
    justify-content: center;
    width: 100%;
}
.product-view-section .description .detail-desc{
    
}
.product-view-section .description .detail-desc p {
    font-size: 12px;
}
.product-view-section .description .detail-desc h3 {
    color: var(--primary);
    font-size: 15px;
}
.product-view-section .description .detail-desc h4 {
    font-size: 15px;
    margin-bottom: 10px;
}
.product-view-section .description .nav-item .nav-link.active {
    background: transparent;
    color: var(--primary);
    border-top: 3px solid var(--primary);
}
.product-view-section .description .nav-item .nav-link {
    background: #f4f4f4;
    width: 100%;
    font-weight: bold;
    text-transform: uppercase;
}
.product-view-section .description .after{
    position: relative;
}
.product-view-section .description .after::after{
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    background-color: #ccc;
    height: 100%;
    width: 1px;
}
.product-view-section .description .nav-item{
    flex: 1;    
}
.sub-category-main .sub-category-item figure{
    padding-top: 5px;
}
.sub-category-main .sub-category-item {
    flex: 0 0 18%;
    width: 18%;
}
.fs-12{
    font-size: 12px;
}
.fs-14{
    font-size: 14px;
}
.fs-16{
    font-size: 16px;
}
.fs-18{
    font-size: 18px;
}
.font-bold{
    font-weight: bold;
}
.progress-bar {
    background-color: #FFD645;
}
.text-right{
    text-align: right;
}
.product-view-section .progress{
    position: relative;
}
.product-view-section .percentage {
    position: absolute;
    left: 50%;
    top: 0;
    background: transparent;
    transform: translate(-50%, 0);
}
.product-view-section .star-icon i{
    color: #FFD645;
}
.color-yellow{
    color: #FFD645;
}
.color-black{
    color: #000;
}
.product-view-section .comment-item{
    margin-bottom: 40px;
}
.product-view-section .user-rating{
    right: 5px;
    top: 5px;
}
.product-view-section .product-quantity input {
    height: 24px;
    width: 24px;
    line-height: 24px;
    padding: 0;
    text-align: center;
}
.product-view-section .product-quantity i {
    background: transparent;
    height: 24px;
    width: 24px;
    line-height: 24px;
    color: var(--primary);
    font-size: 12px;
    border: 1px solid #d5d5d5;
}
.product-view-section .card{
    border-radius: 8px;
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
}
.product-info .name {
    font-size: 20px;
    font-weight: 500;
    color: black;
    line-height: 26px;
}
.product-info .rate {
    display: flex;
    margin: 10px 0;
}
.product-info .rate .icons {
    display: flex;
    align-items: center;
}
.product-info .rate .icons i.active{
    color: #FFD645;
}
.product-info .short-desc{
    font-size: 12px;
}
.product-info .short-desc i {
    width: 16px;
    height: 16px;
    border: 1px solid gray;
    border-radius: 2px;
    padding: 0px;
    font-size: 10px;
    text-align: center;
    line-height: 16px;
}
.product-info .price .range {
    font-size: 18px;
    font-weight: bold;   
    margin-right: 10px; 
}
.product-info .price{
    display: flex;
    margin: 10px 10px 10px 0;
}
.product-info .weight{
    display: flex;
}
.product-info .weight-item {
    color: var(--primary);
    font-size: 13px;
    margin: 0 10px;
    font-weight: 500;
}
.theme2 h3.section-title::before, .theme2 h3.section-title::after {
    display: none;
}
.service-section .service-left{
    padding-left: 0;
}
.home-slider{
    position: relative;
}
.home-slider .owl-dots{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    display: flex;
}
.home-slider .owl-dots .owl-dot{
    margin: 0 3px;
}
.owl-nav > div {
    cursor: pointer;
    background: #e8f6ea;
    width: 45px;
    height: 45px;
    position: absolute;
    display: block;
    z-index: 100;
    border-radius: 10px 0 0 10px;
    border: 1px solid #cce7d0;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    text-align: center;
    line-height: 45px;
    font-size: 14px;
    color: #56ba2c;
}
.owl-nav > div {
    top: 100px !important;
    height: 35px !important;
    line-height: 35px !important;
    width: 25px !important;
    background-color: var(--primary) !important;
    border-color: var(--primary);
}
.owl-nav > div > i{
    color: white;
}
.owl-nav .owl-prev{
    left: 0;
}
.owl-nav .owl-next{
    right: 0;
    border-radius: 0 10px 10px 0;
}
.categories-carousel .owl-item{
    margin: 0px 0px;
}
.categories-carousel .owl-stage-outer{
    padding: 0 10px;
}
.home-slider .owl-dots .owl-dot span{
    display: inline-block;
    width: 30px;
    height: 6px;
    border-radius: 30px;
    border: 1px solid;
    padding: 0;
    font-size: 0px;
    border-color: #c1c1c1;
    background: none;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.home-slider .owl-dots .owl-dot.active span {
    background: var(--primary);
    border-color: var(--primary);
}

/* auth css start */

.authentication-part{
    position: relative;
}
.authentication-part .left-side {
    background-color: #FFBCC5;
    /* height: 100vh; */
    position: relative;
    text-align: center;
    border-radius: 6px 0 0 6px;
}
.authentication-part .left-side .img {
    text-align: center;
    /* position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px 150px; */
    width: 100%;
    color: white;
}
.top-5{
    top: 5px;
}
.right-5{
    right: 5px;
}
.z-index-99{
    z-index: 9999;
}
.authentication-part .left-side .img p{
    font-size: 14px;
    padding: 20px 50px;
}
.authentication-part .right-side {
    padding: 20px 30px 20px 20px;
    position: relative;
}   
.text-left{
    text-align: left;
}
.authentication-part .right-side .log-note {
    width: 80%;
}
.authentication-part .right-side p {
    font-size: 13px;
    margin-top: 5px;
}
.authentication-part .form-md { 
    width: 100%; 
    text-align: center; 
    margin: 32px auto 10px auto; 
  }
  .authentication-part .form-md .form-group {
    margin-left: auto;
    margin-right: auto;
  }
  .authentication-part .form-group {
    margin-bottom: 16px;
    position: relative;
  }
  .authentication-part input {
    position: relative;
    display: block;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: transparent;
    margin: 0px auto;
    padding: 4px 4px 4px 14px;
    height: 40px;
    outline: none !important;
    font-size: 16px;
    color: rgba(0,0,0,0.85);
    transition: all .2s ease-in-out;
  }
  
  .authentication-part label.auth-label {
    position: absolute;
    top: 20px; 
    left: 12px;
    text-align: left;
    display: inline-block;
    padding: 0 4px;
    height: 14px;
    line-height: 14px;
    font-size: 14px;
    font-weight: 400;
    background: #fff;
    color: rgba(0,0,0,0.5);
    margin: 0px auto;
    cursor: text;
    transition: all .15s ease-in-out;
  }
  .authentication-part input:hover, .authentication-part input:focus { border: 1px solid #000; }
  
  .authentication-part input:valid + label, .authentication-part input:focus + label { 
    top: -6px;
    color: #000;
    font-weight: bold;
  }
  .authentication-part .gl-form-asterisk {
      background-color: inherit;
      color: #e32b2b;
      padding: 0;
      padding-left: 3px;
     
  }
  .authentication-part .gl-form-asterisk:after {
      content: "*";
  }
  .authentication-part .divider{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 30px;
    height: 20px;
  }
  .authentication-part .divider span{
    font-size: 13px;
    margin: 0 10px;
    text-transform: uppercase;
    color: var(--primary);
    font-weight: bold;
  }
  .authentication-part .left-divider{
    background-color: var(--primary);
    width: 40%;
    height: 1px;
  }
  .authentication-part .right-divider{
    background-color: var(--primary);
    width: 40%;
    height: 1px;
  }
  .authentication-part .divider::after, .authentication-part .divider::before{
    display: none;
  }
  .color{
    color: var(--primary) !important;
  }
  .bg-color{
    background-color: var(--primary) !important;
  }
  .authentication-part .flag {
    position: absolute;
    left: 3%;
    top: 50%;
    display: flex;
    transform: translate(0%, -50%);
}
  .authentication-part .flag img{
    width: 20px;
  }
  .authentication-part .flag select {
    border: none;
    background: transparent;
    font-size: 14px;
}
.authentication-part .flag select:focus-visible {
    outline: 0px;
}
.authentication-part .login-video{
    display: flex;
    color: var(--primary);
    font-size: 14px;
}
.authentication-part .login-video .icon {
    border: 1px solid var(--primary);
    border-radius: 50%;
    width: 18px;
    height: 18px;
    line-height: 15px;
    text-align: center;
    margin-right: 5px;
    color: var(--primary);
}
.authentication-part .login-video i {
    font-size: 10px;
    color: var(--primary);
    margin-left: 2px;
}
.authentication-part .terms-policy a{
    color: var(--primary);
}
.authentication-part .terms-policy {
    margin-top: 30px;
    width: 100% !important;
}
.verification-code {
    max-width: 300px;
    position: relative;
    margin:50px auto;
    text-align:center;
}
.verification-code--inputs input[type=text] {
    border: 2px solid #e1e1e1;
    width: 46px;
    height: 46px;
    padding: 10px;
    text-align: center;
    display: inline-block;
  box-sizing:border-box;
}
.authentication-part .main-side{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* auth css end */
.theme2 .dashboard-menu ul li a.active {
    color: #fff;
    background-color: var(--primary);
}
.theme2 button.submit, .theme2 button[type='submit'] {
    background-color: var(--primary);
    border: 1px solid var(--primary);
}
.theme2 a {
    /* color: var(--primary); */
}
.theme2 .btn, .theme2 .button {
    border: 1px solid var(--primary);
    background-color: var(--primary);
}
.theme2 .dashboard-menu ul li a {
    padding: 15px 20px;
}
.theme2 .checkout-table tbody td b{
    font-size: 15px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.theme2 .checkout-table thead tr th{
    background-color: var(--primary) !important;
}
.theme2 p.terms-policy {
    font-size: 14px;
}
.theme2 .m-fs-12{
    font-size: 12px;
}
.theme2 .header-action-2 .header-action-icon-2 > a span.pro-count {
    position: unset !important;
    /* right: -11px; */
    /* top: -5px; */
    display: inline-block;
    background: #ffffff;
    color: #ffffff;
    height: auto;
    width: auto;
    border-radius: 100%;
    font-weight: 500;
    font-size: 12px;
    text-align: center;
    line-height: auto;
}
.theme2 .header-action-2 .header-action-icon-2 > a {
    font-size: 16px;
    font-weight: 500;
    width: auto;
    display: flex;
    align-items: center;
}
.theme2 .search-style-2 form button > i{
    color: black;
}
/* .theme2 .profile-section, .theme2 .product-details-section{
    justify-content: center;
} */
.theme2 .cd-accordion__label span {
    display: flex;
    align-items: center;
}
.theme2 .cd-accordion__label > span > a {
    font-size: 16px !important;
    margin-left: 5px;
}
.theme2 .inner-cd-accordion__label > span > a {
    font-size: 15px !important;
    margin-left: 15px;
}
.theme2 .inner-only-text-item > a {
    font-size: 14px !important;
    margin-left: 10px;
}
.theme2 .dashboard-menu ul li a {
    background: #fbfbfb;
}
.theme2 .dashboard-menu {
    /* box-shadow: 1px 4px 5px 0px rgba(0,0,0,0.3); */
    box-shadow: none;
    border: none;
}
.dashboard-menu ul:first-child {
    margin: 0 5px 40px 0;
}
.dashboard-menu ul {
    box-shadow: 1px 4px 5px 0px rgba(0, 0, 0, 0.1);
    border: 1px solid #f4f4f4;
    margin: 0 5px 20px 0;
    border-radius: 5px;
}
.dashboard-menu > ul > li {
    border-radius: 5px;
}
.dashboard-content .card-body a{
    color: var(--primary);
    opacity: 0.8;
}
/* .theme2 .profile-section .main-content, .theme2 .product-details-section .main-content{
    width: 90%;
}
.theme2 .profile-section .left-sidebar, .theme2 .product-details-section .left-sidebar{
    display: none;
} */
.note-left{
    width: 38%;
}
.note-middle{
    width: 50%;
}
.main-menu.main-menu-padding-1 > nav > ul > li {
    padding: 0 10px !important;
}
.note-right{
    width: 12%;    
}
.highlighted-offer .offer-item{
    padding: 10px;
    box-shadow: 1px 4px 5px 0px rgba(0,0,0,0.1);
    margin: 15px 10px;
    border-radius: 12px;
}
.highlighted-offer .card-body{
    padding-top: 0;
    padding-bottom: 5px;
}
.highlighted-offer .card-body > a {
    font-size: 12px;
    padding: 7px 9px;
}
.highlighted-offer .card-date{
    font-size: 11px;
    padding-bottom: 10px;
}
.highlighted-offer .card-text{
    font-size: 13px;
}
.theme2 .sidebar-body{
    transition: 400ms;
}
.theme2 .sidebar-body .main-content{
    transition: 400ms;
}
.theme2 .sidebar-body .left-sidebar{
    transition: 400ms;
}

.theme2 .sidebar-body.collapse{
    justify-content: center !important;
}
.theme2 .sidebar-body.collapse .main-content{
    width: 100%;
}
.theme2 .sidebar-body.collapse .left-sidebar{
    display: none;
}

.theme2 .profile-name {
    padding: 20px;
    position: relative;
    background: #fbfbfb;
}
.theme2 .profile-name::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 10px;
    transform: translate(-50%, 0);
    height: 3px;
    width: 80%;
    background-color: #f1f1f1;
    margin: 0 auto;
    text-align: center;
}
.profile-point {
    background: transparent;
    border-radius: 20px;
    width: 100%;
    color: #28282B;
    margin: 0 auto;
}
.theme2 .dashboard-menu > ul > li {
    border-bottom: none;
}
.bg-color
.theme2 .profile-name .img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    line-height: 70px;
    text-align: center;
    /* border: 7px solid #f4f4f4; */
    padding: 0;
    margin-right: 10px;
}
.theme2 .profile-name.silver .img{
    border: 7px solid #e1e1e1;
}
.theme2 .profile-name.bronze .img{
    border: 7px solid #CD7F32;
}
.theme2 .profile-name.platinum .img{
    border: 7px solid #e5e4e2;
}
.theme2 .profile-name.gold .img{
    border: 7px solid #FFD700;
}
.theme2 .profile-name.diamond .img img {
    border: 7px solid #b9f2ff;
    border-radius: 50%;
}
.theme2 .profile-name .name h4{
    font-size: 16px;
}
.theme2 .profile-name .name p{
    font-size: 12px;
    color: var(--primary);
}
/* profile orders */
.order-section .my-orders .nav-link {
    border: 1px solid #28282B;
    color: #28282B;
    margin-right: 10px;
}
.order-section .order-item .card-body i{
    font-size: 20px;
}
.order-section .order-item{
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
}
.bg-gray{
    background-color: #f4f4f4;
    color: black;
}
.bg-silver{
    background-color: #f4f4f4 !important;
    color: #28282B;
}
.product-content-wrap .product-action-1 button:after, .product-content-wrap .product-action-1 a.action-btn:after {    
    left: 5%;
}
.line-1{
    white-space: nowrap;
    width: 100%;    
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    white-space: revert;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.product-category-main .card-1 h5 a.line-1 ,#categoriesCarousel .line-1{
    white-space: nowrap !important;
}
.line-2{
    white-space: nowrap;
    width: 100%;    
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    white-space: revert;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.line-3{
    white-space: nowrap;
    width: 100%;    
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    white-space: revert;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.line-4{
    white-space: nowrap;
    width: 100%;    
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    white-space: revert;
    display: -webkit-box;
    -webkit-box-orient: vertical;
} 
.authentication-part input[type="number"]::-webkit-outer-spin-button,
.authentication-part input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.authentication-part input[type="number"] {
    -moz-appearance: textfield;
}
.authentication-part .edit-resend-info input[readonly] + label {
    top: -6px;
    color: #000;
    font-weight: bold;
    background: #E9ECEF;
    border-radius: 2px;
    font-size: 13px;
    padding-top: 2px;
}
.edit-resend-info .edit-button {
    position: absolute;
    right: 7px;
    top: 6px;
    cursor: pointer;
}
.order-view-section .my-products .product-item h5 a{
    min-height: 30px;
}
.order-tracking p{
    font-size: 12px;
}
.order-view-section .table-borderless th, .order-view-section .table-borderless td{
    border: none;
}
.height-16{
    height: 16px;
    display: block;
}
.order-view-section .discount-note {
    border: 2px dotted rgba(196, 234, 234, 1);
    padding: 10px 20px;
    border-radius: 6px;
    background-color: rgba(196, 234, 234, 0.5);
    color: #1e7b74;
}
.order-view-section .my-products .product-item{
    width: 19%;
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
    padding: 5px;
    margin-bottom: 20px;
    margin-right: 6px;
}
.my-products .category-name{
    font-size: 10px;
    opacity: 0.7;
    line-height: initial;
}
.order-view-section .product-sidebars{
    display: flex;
    justify-content: start;
    margin-bottom: 10px;
    flex-wrap: wrap;
    max-height: 350px;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: thin;
}
.order-view-section .my-products .p-quantity{
    position: absolute;
    top: 5px;
    right: 5px;
}
.order-section .my-orders .nav-link.active{
    background-color: var(--primary);
    color: white !important;
}
.order-tracking {    
    padding: 0 3px;
}
.order-cancelled .order-tracking .is-complete{
    background-color: red !important;
}
.order-cancelled .order-tracking:before {
    background-color: red !important;
}
.not-cancel .order-cancelled.order-tracking p{
    color: #A4A4A4 !important;
}
.not-cancel .order-cancelled.order-tracking .is-complete{
    background-color: #AFAFAF !important;
}
.not-cancel .order-tracking:before {
    background-color: #AFAFAF !important;
}
.order-cancelled .order-tracking .is-complete:after {
    border-color: white !important;
    color: white;
    z-index: 99;
    opacity: 1;
    left: 14px;
    height: 20px;
    width: 0;
    border-width: 0px 2px 2px 0;
    top: 0;
    bottom: 0;
}
.order-cancelled .order-tracking .is-complete:before {
    position: absolute;
    content: '';
    height: 0;
    width: 20px;
    top: 0px;
    bottom: 0;
    left: 5px;
    margin: auto 0;
    border: 0px solid #fff;
    border-width: 0px 2px 2px 0;
    transform: rotate(45deg);
}
.status-note, .status-time {
    font-size: 10px;
    line-height: initial;
}
.order-section .delivery-type {
    display: flex;
    align-items: center;
    background-color: rgba(196, 234, 234, 0.5);
    color: #076974;
    border: 1px solid rgba(196, 234, 234, 1);
    padding: 4px 8px;
    font-size: 10px;
    border-radius: 6px;
    font-weight: 600;
}
.border-none{
    border: none !important;
}
.download-invoice {
    margin-top: 30px;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: space-between;
}
.download-invoice a{

}
.theme2 .product-tabs .nav-tabs .nav-link.active, .theme2 .product-tabs .nav-tabs .nav-link:hover {    
    background-color: var(--primary);
}
.theme2 .product-tabs .product-cart-wrap{
    margin: 0;
}
.authentication-part .slick-dots{
    display: flex;
    align-items: center;
    width: 100%;
    text-align: center;
    justify-content: center;
    flex-direction: row;
}
.authentication-part .slick-dots li{
    margin: 0 5px;
}
.authentication-part .slick-dots li button{
    border: none;
    width: 12px;
    height: 12px;
    line-height: 12px;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
    font-size: 0px;
}
.authentication-part .slick-dots li.slick-active button{
    background-color: var(--primary);
}

.authentication-part .left-side {
    min-height: 430px;
}
/* custom modal css */
.md-modal {
    position: fixed;
    top: 50%;
    left: 50%;    
    max-width: 100%;
    min-width: 70%;    
    height: auto;
    z-index: 2000;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    transition: 300ms;
}
.md-show {
visibility: visible;
}
.md-overlay {
position: fixed;
width: 100%;
height: 100%;
visibility: hidden;
top: 0;
left: 0;
z-index: 1000;
opacity: 0;
background: rgba(40, 43, 49, 0.8);
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.md-show ~ .md-overlay {
opacity: 1;
visibility: visible;
}
.md-content {
color: #333;
background: #fff;
}
.md-effect-1 .md-content {
-webkit-transform: scale(0.7);
-ms-transform: scale(0.7);
transform: scale(0.7);
opacity: 0;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.md-show.md-effect-1 .md-content {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
opacity: 1;
}
.md-effect-1 .hide-div {
    border: none;
    padding: 5px 10px 1px 10px;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    right: 0;
    top: -2px;
    background: transparent;
}
/* custom modal css */
.order-view-section .my-products .product-item {
    width: 48%;
    padding: 5px;
    margin: 5px 5px 5px 5px;
    display: flex;
  }
  .ordered-product .my-products .p-quantity {
    position: absolute;
    top: 5px;
    left: 5px;
    right: unset;
}
.order-view-section .my-products .product-item .product-media {
    width: 80px;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    margin-right: 2%;
    height: 80px;
}
.order-view-section .product-info-group .fs-12.height-16{
font-size: 9px;
}
.order-view-section .my-products .product-item .product-info-group{
width: 75%;
}
.notification-container {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: fixed;
    top: 20px;
    right: 20px;
    width: auto;
    z-index: 9999;
}


.notification-container .notification {
    width: 100%;
    border: 1px solid var(--primary);
    border-radius: 4px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.1);
    background-color: #fff;
    margin-bottom: 15px; /* Space between notifications */
    transform: translateX(100%);
    transition: transform 0.5s ease-out, opacity 0.5s ease-out;
    display: flex;
    align-items: center;
    opacity: 0;
}
.theme2 .clearence-sale .slick-track, .related-products .slick-track{
    padding-top: 10px;
}
.notification-container .notification.hidden {
    opacity: 0;
    transform: translateX(100%);
}

.notification-container .notification:not(.hidden) {
    opacity: 1;
    transform: translateX(0);
}

.notification-container .innernoti {
    padding: 10px;
    background-color: #F4F8FB;
    display: flex;
    /* align-items: center; */
    width: 100%;
    border-radius: 5px;
}

.notification-container .notification-icon {
    width: 85px;
    height: 85px;
    margin-right: 10px;
}

.notification-container .text-content {
    flex-grow: 1;
}

.notification-container .notification-header {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    width: 100%;
    line-height: initial
}
.notification-container .notification-body{
    line-height: initial;
    font-size: 14px
}
.notification-container .notification-title {
    font-weight: 500;
    text-wrap: nowrap;
}

.notification-container .close-btn {
    cursor: pointer;
    border: none;
    background-color: transparent;
    font-size: 16px;
    padding: 0 0px 0 10px;
}
.notification-container .actions{
    margin-top: 10px
}
.notification-container .actions button {
    text-transform: uppercase;
    font-size: 15px;
    padding: 5px 10px;
    border: 1px solid var(--primary);
}
.notification-container .actions button.checkout{
    background: #28282B;
    color: white
}

.faq-section {
    min-height: 100vh;
    padding: 10vh 0 0;
}
.faq-title h2 {
  position: relative;
  margin-bottom: 45px;
  display: inline-block;
  font-weight: 600;
  line-height: 1;
}
.faq-title h2::before {
    content: "";
    position: absolute;
    left: 50%;
    width: 60px;
    height: 2px;
    background: var(--primary);
    bottom: -25px;
    margin-left: -30px;
}
.faq-title p {
  padding: 0 190px;
  margin-bottom: 10px;
}

.faq {
  background: #FFFFFF;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  border-radius: 4px;
}

.faq .card {
  border: none;
  background: none;
  border-bottom: 1px dashed #CEE1F8;
}

.faq .card .card-header {
  padding: 0px;
  border: none;
  background: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.faq .card .card-header:hover {
    background: rgba(94, 44, 132, 1);
    padding-left: 10px;
}
.faq .card .faq-title.collapsed{
    background: rgba(94, 44, 132, 1);
    color: white !important;
}
.faq .card .card-header:hover .faq-title{
    color: white;
}
.faq .card .faq-title.collapsed .badge{
    background: white !important;
    color: var(--primary) !important;
}
.faq .card .card-header .faq-title {
  width: 100%;
  text-align: left;
  padding: 0px;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 1px;
  color: #3B566E;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  padding-top: 20px;
  padding-bottom: 20px;
}

.faq .card .card-header .faq-title .badge {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 14px;
  float: left;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  text-align: center;
  background: var(--primary);
  color: #fff;
  font-size: 10px;
  margin-right: 20px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.faq .card .card-header:hover .badge{
    background: white;
    color: var(--primary);
}
.faq .card .card-body {
  padding: 30px;
  padding-left: 35px;
  padding-bottom: 16px;
  font-weight: 400;
  font-size: 16px;
  color: #6F8BA4;
  line-height: 28px;
  letter-spacing: 1px;
  border-top: 1px solid #F3F8FF;
}

.faq .card .card-body p {
  margin-bottom: 14px;
}

@media (max-width: 991px) {
  .faq {
    margin-bottom: 30px;
  }
  .faq .card .card-header .faq-title {
    line-height: 26px;
    margin-top: 10px;
  }
}
.all-brand-title{
    padding: 15px 0;
    background: var(--primary);    
    border-radius: 6px;
}
.all-brand-title h1{
    color: white !important;
}
.modal-confirm {		
	color: #636363;
	width: 400px;
}
.modal-confirm .modal-content {
	padding: 20px;
	border-radius: 5px;
	border: none;
	text-align: center;
	font-size: 14px;
}
.modal-confirm .modal-header {
	border-bottom: none;   
	position: relative;
}
.modal-confirm h4 {
	text-align: center;
	font-size: 26px;
	margin: 30px 0 -10px;
}
.modal-confirm .close {
	position: absolute;
	top: -5px;
	right: -2px;
}
.modal-confirm .modal-body {
	color: #999;
}
.modal-confirm .modal-footer {
	border: none;
	text-align: center;		
	border-radius: 5px;
	font-size: 13px;
	padding: 10px 15px 25px;
}
.modal-confirm .modal-footer a {
	color: #999;
}		
.modal-confirm .icon-box {
	width: 80px;
	height: 80px;
	margin: 0 auto;
	border-radius: 50%;
	z-index: 9;
	text-align: center;
	border: 3px solid #f15e5e;
}
.modal-confirm .icon-box i {
	color: #f15e5e;
	font-size: 46px;
	display: inline-block;
	margin-top: 13px;
}
.modal-confirm .btn, .modal-confirm .btn:active {
	color: #fff;
	border-radius: 4px;
	background: #60c7c1;
	text-decoration: none;
	transition: all 0.4s;
	line-height: normal;
	min-width: 120px;
	border: none;
	min-height: 40px;
	border-radius: 3px;
	margin: 0 5px;
}
.modal-confirm .btn-secondary {
	background: #c1c1c1;
}
.modal-confirm .btn-secondary:hover, .modal-confirm .btn-secondary:focus {
	background: #a8a8a8;
}
.modal-confirm .btn-danger {
	background: #f15e5e;
}
.modal-confirm .btn-danger:hover, .modal-confirm .btn-danger:focus {
	background: #ee3535;
}
.modal-confirm .trigger-btn {
	display: inline-block;
	margin: 100px auto;
}
.stockout-item{    
    position: relative;
}
.stockout-item::after {
    content: 'Out of Stock';
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(249, 157, 28, 0.7);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: red;
    font-size: 14px;
    font-weight: bold;
    z-index: 1;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
    opacity: 0.9;
}
.theme2 .order-tracking {
    width: 20%;
}
header.header-area.make-blur.header-style-3.header-height-2.sticky-bar {  
    z-index: 991;
  }
.cat-loader{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);    
    width: 100%;
    height: 100%;
    z-index: 919;
    background: #fff;
    text-align: center;    
    justify-content: center;
    align-items: center;
}
.cat-loader img{
    width: 7%;
}
.image-container{
    min-height: 349px;
}
.tooltip-badge {
    display: none !important;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    padding: 5px 10px;
    background-color: rgba(0, 0, 0, 1);
    color: #fff;
    border-radius: 5px;
    width: auto !important;
    height: 20px;
    line-height: 7px;
    text-wrap: nowrap;
}
.tooltip-badge {
    display: none; /* Initially hide badge */
}
.modal{
    /* z-index: 9999999; */
}
.theme2 .tooltip-badge.show-it {
    display: block !important; /* Show badge */
}
.color-filter.list-filter{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.color-filter.list-filter a span.nocolor-name {
    width: 100%;
    margin: 0;
    background: transparent;
    border: 1px solid lightgray;
    border-radius: 3px;
    text-align: center;
    height: auto;
    padding: 2px 5px;
    line-height: initial;
    font-size: 12px;    
}
.wishlist-btn {
    position: absolute;
    right: 0px;
    top: 0px;
    display: inline-block;
    padding: 0 !important;
    line-height: 0;
    font-size: 18px;
    color: #e8e8e8;
    transition: 300ms;
}
.product-detail .wishlist-btn {
    z-index: 99;
    right: 10px;
}
.wishlist-btn:hover i{
    color: deeppink;
}
.quick-view-modal .wishlist-btn,
.product-info-col .wishlist-btn{
    position: unset;
}
.wishlist-btn svg {
  cursor: pointer;
  overflow: visible;
  width: 35px;
}
.wishlist-btn svg #heart {
  transform-origin: center;
  animation: animateHeartOut 0.3s linear forwards;
}
.wishlist-btn svg #main-circ {
  transform-origin: 29.5px 29.5px;
}

.heart-active svg #heart {
  transform: scale(0.2);
  fill: #E2264D;
  animation: animateHeart 0.3s linear forwards 0.25s;
}
.heart-active svg #main-circ {
  transition: all 2s;
  animation: animateCircle 0.3s linear forwards;
  opacity: 1;
}
.heart-active svg #grp1,
.heart-active svg #grp2,
.heart-active svg #grp3,
.heart-active svg #grp4,
.heart-active svg #grp5,
.heart-active svg #grp6,
.heart-active svg #grp7 {
  opacity: 1;
  transition: 0.1s all 0.3s;
}
.heart-active svg #grp1 #oval1,
.heart-active svg #grp2 #oval1,
.heart-active svg #grp3 #oval1,
.heart-active svg #grp4 #oval1,
.heart-active svg #grp5 #oval1,
.heart-active svg #grp6 #oval1,
.heart-active svg #grp7 #oval1 {
  transform: scale(0) translate(-30px, -15px);
  transform-origin: 0 0 0;
  transition: 0.5s transform 0.3s;
}

/* Add the same for all ovals with different transformations */
@keyframes animateCircle {
  40% {
    transform: scale(10);
    opacity: 1;
    fill: #DD4688;
  }
  55% {
    transform: scale(11);
    opacity: 1;
    fill: #D46ABF;
  }
  65% {
    transform: scale(12);
    opacity: 1;
    fill: #CC8EF5;
  }
  75% {
    transform: scale(13);
    opacity: 1;
    fill: transparent;
    stroke: #CC8EF5;
    stroke-width: 0.5;
  }
  85% {
    transform: scale(17);
    opacity: 1;
    fill: transparent;
    stroke: #CC8EF5;
    stroke-width: 0.2;
  }
  95% {
    transform: scale(18);
    opacity: 1;
    fill: transparent;
    stroke: #CC8EF5;
    stroke-width: 0.1;
  }
  100% {
    transform: scale(19);
    opacity: 1;
    fill: transparent;
    stroke: #CC8EF5;
    stroke-width: 0;
  }
}

@keyframes animateHeart {
  0% {
    transform: scale(0.2);
  }
  40% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes animateHeartOut {
  0% {
    transform: scale(1.4);
  }
  100% {
    transform: scale(1);
  }
}

.product-category-main .theiaStickySidebar{
    /* top: 50px !important; */
}
.breadcrumb > a{
    color: var(--primary);
}

/* MAGNIFIER IMAGE ZOOM CSS START */
.magnify-image-part img {
    /* max-width: unset !important; */
}        
.magnify-image-part .magnify-image-show {
    width: 350px;
    height: 350px;
    /* margin: 0 auto; */
}
.magnify-image-part #show-img {
    border: 1px solid #e1e1e1;
    border-radius: 15px;
    padding: 5px;
}
.magnify-image-part .small-img {
    width: 350px;
    height: 70px;
    margin-top: 10px;
    position: relative;
    /* left: 50%;
    transform: translate(-50%, 0%); */
}
.magnify-image-part .small-img .icon-left, .magnify-image-part .small-img .icon-right{
    width: 18px;
    height: auto;
    cursor: pointer;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
}
.magnify-image-part .small-img .icon-left{
    transform: rotate(90deg)
}
.magnify-image-part .small-img .icon-right{
    right: 0;    
    transform: rotate(-90deg);
}
.magnify-image-part .small-img .icon-left:hover, .magnify-image-part .small-img .icon-right:hover{
    opacity: .5;
}
.magnify-image-part .product-badges-position {
    left: 6px !important;
    top: 6px !important;
}
.magnify-image-part .small-container{
    width: 300px;
    height: 70px;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.magnify-image-part .small-container div{
    width: 800%;
    position: relative;
}
.magnify-image-part .small-container .show-small-img:last-of-type{
    margin-right: 0;
}
.magnify-image-part .small-container .show-small-img {
    width: 70px;
    height: 70px;
    margin-right: 5px;
    cursor: pointer;
    float: left;
    border: 1px solid #ccc !important;
    padding: 3px !important;
    border-radius: 10px;
    margin-bottom: 0px;
}
.theme2 .magnify-image-part .small-container img[alt="now"] {
    box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.3);
    border-color: var(--primary) !important;
}
.magnify-image-part .small-container .show-small-img:last-of-type{
    margin-right: 0;
}
.magnify-image-part .small-img .icon-left,
.magnify-image-part .small-img .icon-right,
.magnify-image-part .small-img .small-container{
    transition: 300ms;
}
.magnify-image-part .small-img {
    transition: 300ms;
}
.magnify-image-part .magnify-image-show {
    transition: 300ms;
}
.magnify-image-part .magnify-image-show #show-img {
    transition: 300ms;
}
.magnify-image-part .product-badges span {
    border-radius: 10px 0px 40px 0px;
}
/* .no-images .magnify-image-part .small-img .icon-left,
.no-images .magnify-image-part .small-img .icon-right,
.no-images .magnify-image-part .small-img .small-container{
    display: none;
} */
.no-images .magnify-image-part .small-img {
    display: none;
}
.magnify-image-part .small-img .icon-left {
    left: 0;
}
.no-images .magnify-image-part .magnify-image-show {
    /* width: 100%; */
}
.no-images .magnify-image-part .magnify-image-show #show-img {
    /* width: 100% !important;
    height: 100% !important; */
}
body.theme2 .out-of-stock.disabled {
    background: #f99d1c;
    border-color: #f99d1c!important;
    background-color: #f99d1c!important;
    transition: 300ms;
}
.preview-skeleton {
    background-color: #e2e5e7;
    min-height: 300px;
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
    background-size: 40px 100%;
    background-repeat: no-repeat;
    background-position: left -40px top 0;
    -webkit-animation: shine 1s ease infinite;
    animation: shine 1s ease infinite;
    border-radius: 12px;
}
@-webkit-keyframes shine {
    to {
        background-position: right -40px top 0;
    }
}
@keyframes shine {
    to {
        background-position: right -40px top 0;
    }
}
.slick-images-wrapper {
    display: none;
}
.initial-slider-item {
    transition: opacity 0.5s ease-in-out;
}        
#scrollUp{
    display: none !important;
}
.to-messenger {
    position: fixed;
    right: 10px;
    bottom: 6px;
    z-index: 99999;
    animation: moveUpDown 1s infinite alternate;
    background: var(--primary);
    border-radius: 14px;
    width: 60px;
    height: 60px;
    padding: 5px;
}
@keyframes moveUpDown {
    0% {
        bottom: 6px;
    }
    100% {
        bottom: 10px;
    }
}
.to-messenger img{
    width: 100%;
    height: 100%;
}        
.header-widget {
    min-width: 65px;
}
.color-filter.list-filter a {
    border: 2px solid #e8e8e8;
    min-width: auto;
    border-radius: 50%;
    padding: 3px;
    margin: 0 7px 0 0;
}
.color-filter.list-filter a.no-color-code {
    padding: 3px 0 !important;
    margin-left: 0 !important
}        
.color-filter.list-filter .active a {
    border: 2px solid var(--primary);
}
.color-filter.list-filter a span.nocolor-name {
    width: 100%;
    margin: 0;
    background: transparent;
    border: 2px solid #e8e8e8;
    border-radius: 20px;
    text-align: center;
    height: auto;
    padding: 3px 8px 4px 8px;
    line-height: initial;
    font-size: 14px;
    font-weight: 600;
    color: black;
    display: inline-block;
}
.changable-color.active .no-color-code .nocolor-name {
    background-color: var(--primary);
    color: white;
    border-color: var(--primary);
}
.other-filter.list-filter li a:hover, .other-filter.list-filter li.active a, .size-filter.list-filter li a:hover, .size-filter.list-filter li.active a {
    color: #fff;
    background-color: var(--primary);
    border-color: var(--primary);
}   
.size-filter.list-filter li a, .other-filter.list-filter li a {
    border: 2px solid #e8e8e8;
    color: #555;
    height: 30px;
    line-height: 30px;
    min-width: 30px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    margin-right: 5px;
    margin-bottom: 7px;
}
.size-filter li.changable-age a{
    border-radius: 20px;
}
/* .attr-detail strong {
    min-width: 50px;
    margin: 0 !important;
} */
.home-footer-tab img{
    width: 35px;
    height: 35px;
}
.responsive-svg {
    /* filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(0%) contrast(0%); */
}
.header-nb{
    display: none;
}
.give-instruction {
    width: 20px;
    display: inline-block;
    height: 20px;
    line-height: 20px !important;
    text-align: center;
    font-size: 10px;
    border-radius: 50%;
    color: white;
    position: absolute;
    right: -22px;
    cursor: pointer;
    position: relative;
}

.tooltip-text {
    visibility: hidden;
    width: 200px;
    background-color: #DAEBED;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: -72px;
    right: 50%;
    transform: translate(50%, 0);
    opacity: 0;
    transition: opacity 0.3s;
    color: black;
    font-family: 'Lato';
    font-weight: 600;
}

.give-instruction:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}

  /* Popover styling */
  .popover_wrapper {
    position: relative;
    margin-top: 1.5rem;
    display: inline-block;
  }
  .popover_content {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 10px);
    background-color: #FFFFFF;
    padding: 10px 20px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
    width: 222px;
  }
  .popover_content:before {
    position: absolute;
    z-index: -1;
    content: "";
    right: calc(50% - 10px);
    top: -8px;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #FFFFFF transparent;
    transition-duration: 0.3s;
    transition-property: transform;
  }
  .popover_wrapper:hover .popover_content {
    z-index: 10;
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -3px);
    transition: all 0.5s cubic-bezier(0.75, -0.02, 0.2, 0.97);
  }
  .popover_wrapper:hover .popover_content a, .popover_wrapper:hover .popover_content a i{
    color: var(--primary);
    margin: 0 3px;
  }
  /* new magnify css start */
  /* .image-info-col .slider-nav .slick-list.draggable {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    width: 90%;
    margin: 0 auto;
}
  .image-info-col .thumb-item, .image-info-col .my-image-links {    
    border-radius: 10px;
    border: 1px solid #ccc;
    padding: 6px;
    margin: 0 3px;
    cursor: pointer;
}
.image-info-col .slider-nav .thumb-item.slick-active.slick-current{
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.3);
    border-color: var(--primary) !important;
}
.image-info-col .slick-arrow {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    color: black;
    font-size: 20px;
}
.image-info-col .slick-prev{
    left: unset;
    right: 0px;

} */
  /* new magnify css end */
.theme2 .float-in-details .main-sidebar {
    z-index: 99;
    box-shadow: 5px 0px 10px -5px rgba(0,0,0,0.3);
}
.theme2 .float-in-details .main-content {
    width: calc( 100% - 0px );
    margin-left: 0;
}
.theme2 .sidebar-body.float-in-details{
    padding-top: 198px;
}
/* PET PROFILE CSS START */
.py-5{
    padding-top: 20px;
    padding-bottom: 20px;
}
.mt-5{
    margin-top: 30px !important;
}
.mb-10{
    margin-bottom: 80px !important;
}
.ms-5{
    margin-left: 30px !important;        
}
.fw-100{
    font-weight: 100 !important;
}
.pet-card .card-title{
    font-family: "Stylish", serif !important;
    font-size: 24px;
}
.create-profile {
    background-color: #b9c8d7;
    position: relative;
    border-radius: 6px;
}
.create-profile .pet-card {
    padding: 15px;
    padding-bottom: 0;
    border-radius: 6px;
    position: absolute;    
    left: 0;
    top: 0;
}
.create-profile .card-img-top {
    width: 160px;
    height: 160px;
    border: 1px solid #f4f4f4;
}
.create-profile .card-img-btn{  
    cursor: pointer;  
    position: absolute;
    right: 27%;
    top: 54%;
    transform: translate(0, -50%);
}
.create-profile .card-img-btn i {
    font-size: 25px;
    border-radius: 50%;
    line-height: 35px;
    background: #b9c8d7;
    width: 35px;
    height: 35px;
    text-align: center;
    color: white;
}
.create-profile .text p {
    color: #3a3a3a;
    font-size: 14px;
}
.create-profile .create-btn{
    display: flex;
    align-items: center;
    justify-content: center;
}
.create-profile .create-btn a {
    font-size: 25px;
    border-radius: 50%;
    line-height: 40px;
    background: white;
    width: 40px;
    height: 40px;
    text-align: center;
}
.create-profile .create-btn a i{
    color: #a4bfda;    
}
.create-profile .profile-products .product-cart-wrap{
    display: flex;
}
.create-profile .profile-products .product-img a img{
    height: 90px;
}
.profile-products .product-img-action-wrap {
    width: 30%;
    padding: 6px 8px;
}
.fs-14{
    font-size: 14px;
}
.profile-products .product-badges span {
    font-size: 10px;
    padding: 5px 10px;
}
.profile-products .product-img a img {
    border-radius: 6px;
}
.profile-products .product-cart-wrap .product-content-wrap {
    width: 70%;
    padding: 5px 10px 5px 10px;
}
.profile-products .product-cart-wrap a.action-btn i{
    font-size: 12px;
    margin: 0;
}
.profile-products .product-cart-wrap a.action-btn {
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.profile-products a.action-btn::before, .profile-products a.action-btn::after{
    display: none;
}
.create-profile .recommend-product {
    padding-top: 110px;
    background-color: #f9f9f9;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
    border-radius: 0 0 6px 6px;
}
.create-profile .slick-arrow{
    position: absolute;
    top: 50%;
    transform: translate(0, -50%); 
    cursor: pointer;   
}
.create-profile .slider-prev{
    left: 3px;
}
.create-profile .slider-next{
    right: 3px;
}
.create-profile .product-category {
    margin-bottom: 0;
}
.create-profile .main-row{
    border-radius: 6px 6px 0 0;
}
.create-profile .slick-arrow i{
    font-size: 16px;
}
.create-profile.purple-profile,
.create-profile.sky-profile,
.create-profile.brown-profile,
.create-profile.orange-profile,
.create-profile.yellow-profile,
.create-profile.green-profile,
.create-profile.pink-profile,
.create-profile.blue-profile{
    background-color: transparent;
}
.create-profile.purple-profile .text p, .create-profile.purple-profile .text h2,
.create-profile.sky-profile .text p, .create-profile.sky-profile .text h2,
.create-profile.brown-profile .text p, .create-profile.brown-profile .text h2,
.create-profile.orange-profile .text p, .create-profile.orange-profile .text h2,
.create-profile.yellow-profile .text p, .create-profile.yellow-profile .text h2,
.create-profile.green-profile .text p, .create-profile.green-profile .text h2,
.create-profile.pink-profile .text p, .create-profile.pink-profile .text h2,
.create-profile.blue-profile .text p, .create-profile.blue-profile .text h2{
    color: white;
}
/* BORDER COLOR */
.create-profile.purple-profile .product-action-1 a.action-btn {
    border-color: var(--primary);
}
.create-profile.sky-profile .product-action-1 a.action-btn {
    border-color: #2CA8DF;
}
.create-profile.brown-profile .product-action-1 a.action-btn {
    border-color: #875E26;
}
.create-profile.orange-profile .product-action-1 a.action-btn {
    border-color: #F99D1C;
}
.create-profile.yellow-profile .product-action-1 a.action-btn {
    border-color: #D9E021;
}
.create-profile.green-profile .product-action-1 a.action-btn {
    border-color: #009B89;
}
.create-profile.pink-profile .product-action-1 a.action-btn {
    border-color: #EF74A7;
}
.create-profile.blue-profile .product-action-1 a.action-btn {
    border-color: #2E3190;
}
/* BACKGROUND COLOR */
.create-profile.purple-profile .card-img-btn > i, .create-profile.purple-profile .main-row, .profile-color-item .purple-span, .create-profile.purple-profile .product-action-1 a.action-btn {
    background-color: var(--primary);
}
.create-profile.sky-profile .card-img-btn > i, .create-profile.sky-profile .main-row, .profile-color-item .sky-span, .create-profile.sky-profile .product-action-1 a.action-btn {
    background-color: #2CA8DF;
}
.create-profile.brown-profile .card-img-btn > i, .create-profile.brown-profile .main-row, .profile-color-item .brown-span, .create-profile.brown-profile .product-action-1 a.action-btn {
    background-color: #875E26;
}
.create-profile.orange-profile .card-img-btn > i, .create-profile.orange-profile .main-row, .profile-color-item .orange-span, .create-profile.orange-profile .product-action-1 a.action-btn {
    background-color: #F99D1C;
}
.create-profile.yellow-profile .card-img-btn > i, .create-profile.yellow-profile .main-row, .profile-color-item .yellow-span, .create-profile.yellow-profile .product-action-1 a.action-btn {
    background-color: #D9E021;
}
.create-profile.green-profile .card-img-btn > i, .create-profile.green-profile .main-row, .profile-color-item .green-span, .create-profile.green-profile .product-action-1 a.action-btn {
    background-color: #009B89;
}
.create-profile.pink-profile .card-img-btn > i, .create-profile.pink-profile .main-row, .profile-color-item .pink-span, .create-profile.pink-profile .product-action-1 a.action-btn {
    background-color: #EF74A7;
}
.create-profile.blue-profile .card-img-btn > i, .create-profile.blue-profile .main-row, .profile-color-item .blue-span, .create-profile.blue-profile .product-action-1 a.action-btn{
    background-color: #2E3190;
}
/* COLOR */
.create-profile.purple-profile .food-item, .create-profile.purple-profile .slick-arrow i, .create-profile.purple-profile .product-price span, .create-profile.purple-profile .card-title, .create-profile.purple-profile .create-btn a i{
    color: var(--primary);
}
.create-profile.sky-profile .food-item, .create-profile.sky-profile .slick-arrow i, .create-profile.sky-profile .product-price span, .create-profile.sky-profile .card-title, .create-profile.sky-profile .create-btn a i{
    color: #2CA8DF;
}
.create-profile.brown-profile .food-item, .create-profile.brown-profile .slick-arrow i, .create-profile.brown-profile .product-price span, .create-profile.brown-profile .card-title, .create-profile.brown-profile .create-btn a i{
    color: #875E26;
}
.create-profile.orange-profile .food-item, .create-profile.orange-profile .slick-arrow i, .create-profile.orange-profile .product-price span, .create-profile.orange-profile .card-title, .create-profile.orange-profile .create-btn a i{
    color: #F99D1C;
}
.create-profile.yellow-profile .food-item, .create-profile.yellow-profile .slick-arrow i, .create-profile.yellow-profile .product-price span, .create-profile.yellow-profile .card-title, .create-profile.yellow-profile .create-btn a i{
    color: #D9E021;
}
.create-profile.green-profile .food-item, .create-profile.green-profile .slick-arrow i, .create-profile.green-profile .product-price span, .create-profile.green-profile .card-title, .create-profile.green-profile .create-btn a i{
    color: #009B89;
}
.create-profile.pink-profile .food-item, .create-profile.pink-profile .slick-arrow i, .create-profile.pink-profile .product-price span, .create-profile.pink-profile .card-title, .create-profile.pink-profile .create-btn a i{
    color: #EF74A7;
}
.create-profile.blue-profile .food-item, .create-profile.blue-profile .slick-arrow i, .create-profile.blue-profile .product-price span, .create-profile.blue-profile .card-title,  .create-profile.blue-profile .create-btn a i {
    color: #2E3190;    
}
/* end */
.profile-color-item input[type=radio] {
    display: none;
}
.profile-color-item input[type=radio]:checked + label {
    border-color: var(--primary);    
    box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.2);
}
.profile-color-item label span {
    display: block;
    width: 75px;
    height: 75px;    
    border-radius: 6px;
    padding: 5px;
    cursor: pointer;    
}
.profile-color-item label {
    display: inline-block;
    cursor: pointer;
    margin: 5px;
    padding: 5px;
    border-radius: 6px;
    border: 2px solid #e8e8e8;
    background-color: white;
    transition: 0.2s all ease-in;
}  
.all-profile-colors{
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
}
.profile-color-item{
    width: 24%;
}
.pet-category .item {
    width: 96%;
    align-items: center;
    margin: 5px 10px;
    padding: 5px 10px;
    box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    text-align: center;
    position: relative;
    cursor: pointer;
    background-color: white;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    transform: scale(1);
    transition: .4s
}
.pet-category .item .img {
    width: 80px;
    height: 80px
}
.pet-category .item:hover span{
    color: white;
}
.pet-category .item span {
    color: #212324;
    font-weight: 600;
    transition: .4s;
    margin-left: 1px;
    display: flex;
    justify-content: center;
    align-items: center
}
.pet-category .item:hover {
    background-color: var(--primary);
    border-color: var(--primary);
    transform: scale(1.03);
    transition: .4s
}
.pet-category .item.active{
    background-color: var(--primary);
    border-color: var(--primary);
    transform: scale(1.02);    
}
.pet-category .item.active span{
    color: white;
}
.pet-category .item .img img {
    width: 100%;
    height: 100%;
    border-radius: 4px;
}
.pet-category {
    background-color: #f9f9f9;
}
.tab-content .bs-stepper-content {
    padding: 0px;
}
.pet-category .scroll-tab{
    padding: 15px 20px 15px 20px;
    max-height: 500px;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-width: thin;
}
.large-color-box {
    width: 100px;
    height: 100px;
    margin: 5px;
    padding: 5px;
    cursor: pointer;
    background: white;
    border: 1px solid #e8e8e8;
}
.package-item {
    padding: 0;
    position: relative;    
    margin: 0 5px;
}
.package-item .active.form-check-label {
    border: 2px solid var(--primary);
}
.form-floating .form-control:focus{
    border-color: var(--primary);
}
.form-box{
    width: auto !important;
    border-radius: 6px;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
}
.birthday-picker{
    min-width: 200px; 
    margin-top: 150px;
}
.package-item .form-check-label {
    padding: 10px 20px 30px 20px;
    border: 2px solid #e8e8e8;
    border-radius: 6px;
    position: relative;
    cursor: pointer;
    width: 100px;
}
.package-item .package-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.package-item .package-icon {
    color: #28282B;
    font-size: 26px;
}
.package-item .package-name {
    margin-top: 0px;
    font-weight: 500;
}
.package-item .package-desc {
    opacity: 0.7;
    font-size: 14px;
}
.package-item > label .form-check-input {
    position: absolute;
    bottom: 10px;
    left: 54%;
    transform: translate(50%, 0);
}
.sensititve-package.package-item > label .form-check-input {
    bottom: 38px;
}
.package-item .form-check-input:checked {
    background-color: var(--primary);
    border-color: var(--primary);
}
.package-item .form-check-input:focus {
    box-shadow: none;
}
.pet-foods{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.pet-foods .package-item{
    width: 32%;
}
.pet-foods .package-item .form-check-label{
    width: 100%;
    background-color: white;
    border-width: 1px;
}
.pet-foods .active.form-check-label {
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
}
.pet-foods .col-lg-10{
    padding: 0;
}
.pet-foods .package-info {    
    justify-content: start;
    text-align: start;    
}
.pet-foods .package-name{
    font-weight: bold;
    color: #000;
}
.pet-foods .package-item {
    margin: 0px;
}
.pet-foods .form-check-label {
    padding: 10px 15px 15px 15px;
    margin-bottom: 15px;
}
.pet-foods .package-desc {
    line-height: initial;
    opacity: 0.9;
    margin-right: 10px;
    height: 33px;
}
.bs-stepper-pane .card-body .form-check-input:checked,.bs-stepper-pane .card-body .form-check-input:focus {
    background-color: var(--primary);
    border-color: var(--primary);
    box-shadow: none;
}
.edit-pet-content .create-profile .pet-card {
    left: unset;
    right: 15px;
}
.edit-pet-content .create-profile .card-img-top {
    width: 190px;
    height: 190px;
}
.edit-pet-content .create-profile .recommend-product {
    padding-top: 130px;
}
.edit-pet-content .food-title{
    margin-top: 20px;
    margin-bottom: 10px;
    display: block;
}
.edit-pet-content .item-main{
    display: flex;    
}
.edit-pet-content .item-main .food-item {
    border: 1px solid #e8e8e8;
    padding: 8px 10px;
    border-radius: 4px;
    margin-right: 10px;
    text-wrap: nowrap;
    box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.1);
}
.edit-pet-profile .form-check-input:checked{
    border-color: var(--primary);
    background-color: var(--primary);
}
.edit-pet-profile .form-check-input:focus{
    box-shadow: none;
}
#lastStep .image-uploader .uploaded-image{
    width: 140px;
    padding-bottom: 0;
    height: 130px;
    margin: 0 6px;
    text-align: center;
}
.fs-18px{
    font-size: 18px !important;
}
#lastStep .image-uploader .uploaded-image img{
    position: unset;
}
#lastStep .image-uploader .upload-text button {    
    padding: 4px 12px;
    font-size: 12px;
}
#lastStep .image-uploader .delete-image {
    bottom: -20px;    
}
#lastStep .image-uploader .uploaded {
    text-align: center;
}
#lastStep .image-uploader{
    min-height: 10.5rem;
}
#lastStep .previous-img img{
    padding: 5px;
    border-radius: 4px;
    border: 1px solid #e8e8e8;
}
#lastStep .previous-img img{
    width: 168px;
    height: 168px;
    border-radius: 10px;    
}
/* Profile Image upload css */
.avatar-upload {
    position: relative;
    max-width: 205px;
    margin: 0px auto;
}
.avatar-upload .avatar-edit {
    position: absolute;
    right: 5px;
    z-index: 1;
    top: 20px;
}
  .avatar-upload .avatar-edit input {
    display: none;
  }
  .avatar-upload .avatar-edit input + label {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    border-radius: 100%;
    background: transparent;
    /* border: 1px solid #d6d6d6; */
    /* box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12); */
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
  }
  .avatar-upload .avatar-edit input + label:hover {
    /* background: white; */
    /* border-color: var(--primary); */
  }
  .avatar-upload .avatar-edit input + label:after {
    display: none;
    content: "\1F4F7";
    font-family: 'FontAwesome 5 Free';
    color: #757575;
    position: absolute;
    top: 6px;
    left: -1px;
    right: 0;
    text-align: center;
    margin: auto;
}
/* .avatar-upload .avatar-edit input + label:after:hover {
  background: var(--primary);
  border-color: var(--primary);
} */
  .avatar-upload .avatar-preview {    
    width: 150px;
    height: 150px;
    position: relative;
    border-radius: 6px;
    /* border: 6px solid #F8F8F8; */
    /* box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1); */
  }
  .edit-pet-content .avatar-upload .avatar-preview {
    width: 192px;
    height: 192px;
  }
  .avatar-upload .avatar-preview > div {
    width: 100%;
    height: 100%;
    border-radius: 6px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .bs-stepper-pane .select2-container {
    max-width: 100%;
}
.accordion-button:not(.collapsed) {
    color: var(--primary);
    background-color: #e8e8e8;
}
.accordion-button:focus {
    border-color: transparent;    
    box-shadow: none;
}
.accordion-button::after {
    color: white !important; 
}
.accordion-button:not(.collapsed)::after {
    color: var(--primary);
}


/* end profile upload css */
/* PET PROFILE CSS END */
.theme2 .header-nav #getMenuCategories .mega-menu{    
    text-wrap: wrap;
}
.theme2 .header-style-3 .header-top-ptb-1{
    padding: 7px 0;
    line-height: initial;
}
.toggle-label {
    position: relative;
    display: block;
    width: 300px;
    height: 50px;
    margin-top: 8px;
    margin: 0px auto;
  }
  .toggle-label input[type=checkbox] { 
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .toggle-label input[type=checkbox]+.back {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #2CA8DF;
    transition: background 150ms linear;  
  }
  .toggle-label input[type=checkbox]:checked+.back {
    background: var(--primary);
  }
  
  .toggle-label input[type=checkbox]+.back .toggle {
    display: block;
    position: absolute;
    content: ' ';
    background: #fff;
    width: 50%; 
    height: 100%;
    transition: margin 150ms linear;
    border: 1px solid #808080;
    border-radius: 0;
  }
  .toggle-label input[type=checkbox]:checked+.back .toggle {
    margin-left: 150px;
  }
  .toggle-label .label {
    display: block;
    position: absolute;
    width: 50%;
    color: #28282B;
    line-height: 45px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
  }
  .toggle-label .label.on { left: 0px; }
  .toggle-label .label.off { right: 0px; }
  
  .toggle-label input[type=checkbox]:checked+.back .label.on {
    color: #fff;
  }
  .toggle-label input[type=checkbox]+.back .label.off {
    color: #fff;
  }
  .toggle-label input[type=checkbox]:checked+.back .label.off {
    color: #28282B;
  }
  .add-more-alert {
    position: absolute;
    right: 22px;
    top: 10px;
    border: none;
    display: flex;
    align-items: center;
    text-align: center;
    background: rebeccapurple;
    color: white;
    padding: 5px 10px 5px 5px;
    border-radius: 6px;
    font-size: 14px;
    width: auto;
}
.manual-part{
    position: relative;
}
.manual-part .flatpickr-calendar{
    top: 80px !important;
    left: 0 !important;
}

button.custom-ok-btn {
    border: none;
    margin-bottom: 10px;
    border-radius: 4px;
    font-size: 12px;
    color: white;
    background: purple;
    padding: 0px 10px;
    cursor: pointer;
}
.view-pet-profile .modal-custom .select2-container{
    max-width: 60%;
}
.view-pet-profile .modal-custom .select2-selection__arrow{
    display: none;
}
.view-pet-profile .modal-custom .select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #e8e8e8;
}
.pet-prescription .accordion-button::after,
.pet-category .accordion-button::after {
    background-size: 14px;
}
.bill-details .redeem-point .select2-container {
    width: 100%;
    max-width: 100%;
    padding: 0px 10px;
    border-radius: 4px;
    border: 1px solid #e2e9e1;
}
.bill-details .redeem-point .select2-selection--single{
    border: none;
}
.bill-details .redeem-point .select2-selection__rendered {
    font-weight: normal;
    font-size: 14px;
}
.quick-view-modal .modal-body{
    padding: 25px;
}
.quick-view-modal .product-meta{
    border-top: none;
}
.custom-modal.quick-view-modal .modal-dialog .modal-content {
    border-radius: 4px;
}
.theme2 .wishlist-content .slider-arrow{
    display: block !important;
}
/* RP SECTION */
.rp-section .pagination {
  display: inline-block;
  padding-left: 0;
  margin: var(--line-height-computed) 0;
  border-radius: var(--border-radius-base);
}

.rp-section .pagination > li {
  display: inline; /* Remove list-style and block-level defaults */
}

.rp-section .pagination > li > a,
.rp-section .pagination > li > span {
  position: relative;
  float: left; /* Collapse white-space */
  padding: var(--padding-base-vertical) var(--padding-base-horizontal);
  line-height: var(--line-height-base);
  text-decoration: none;
  color: var(--pagination-color);
  background-color: var(--pagination-bg);
  border: 1px solid var(--pagination-border);
  margin-left: -1px;
}

.rp-section .pagination > li:first-child > a,
.rp-section .pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: var(--border-radius-base);
  border-bottom-left-radius: var(--border-radius-base);
}

.rp-section .pagination > li:last-child > a,
.rp-section .pagination > li:last-child > span {
  border-top-right-radius: var(--border-radius-base);
  border-bottom-right-radius: var(--border-radius-base);
}

.rp-section .pagination > li > a:hover,
.rp-section .pagination > li > span:hover,
.rp-section .pagination > li > a:focus,
.rp-section .pagination > li > span:focus {
  z-index: 2;
  color: var(--pagination-hover-color);
  background-color: var(--pagination-hover-bg);
  border-color: var(--pagination-hover-border);
}

.rp-section .pagination > .active > a,
.rp-section .pagination > .active > span,
.rp-section .pagination > .active > a:hover,
.rp-section .pagination > .active > span:hover,
.rp-section .pagination > .active > a:focus,
.rp-section .pagination > .active > span:focus {
  z-index: 3;
  color: var(--pagination-active-color);
  background-color: var(--pagination-active-bg);
  border-color: var(--pagination-active-border);
  cursor: default;
}

.rp-section .pagination > .disabled > span,
.rp-section .pagination > .disabled > span:hover,
.rp-section .pagination > .disabled > span:focus,
.rp-section .pagination > .disabled > a,
.rp-section .pagination > .disabled > a:hover,
.rp-section .pagination > .disabled > a:focus {
  color: var(--pagination-disabled-color);
  background-color: var(--pagination-disabled-bg);
  border-color: var(--pagination-disabled-border);
  cursor: var(--cursor-disabled);
}

/* Sizing */
.rp-section .pagination-lg {
  padding: var(--padding-large-vertical) var(--padding-large-horizontal);
  font-size: var(--font-size-large);
  line-height: var(--line-height-large);
  border-radius: var(--border-radius-large);
}

.rp-section .pagination-sm {
  padding: var(--padding-small-vertical) var(--padding-small-horizontal);
  font-size: var(--font-size-small);
  line-height: var(--line-height-small);
  border-radius: var(--border-radius-small);
}
.rp-section table thead th {
    background-color: #d9f0f7;
    white-space: nowrap;
    border: 0px !important;
}
.rp-section table thead .sorting_desc:after, .rp-section table thead .sorting_asc:after, .rp-section table thead .sorting:after{
    display: none !important;
}
.rp-section div.dataTables_wrapper div.dataTables_filter input,div.dataTables_wrapper div.dataTables_length select {
    height: 35px;
}
.rp-section .point-work {
    padding: 15px;
    min-height: 255px;
    border-radius: 4px;
    text-align: center;
    border: 1px solid #e8e8e8;
    box-shadow: 0 0px 15px 0 rgba(0, 0, 0, 0.2);
}
.rp-section .full-point-body{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.post-thumb .entry-meta {
    top: unset !important;
    right: 10px;
    bottom: 10px;
    left: unset !important;
    display: flex !important;
}
.post-thumb .entry-meta a {
    display: inline-block;
    color: #fff !important;
    background-color: var(--primary);
    border-radius: 2px;
    padding: 5px 10px;
    font-size: 12px;
}
.entry-content-2 .read-more-btn{
    background: var(--primary);
    color: white !important;
    padding: 10px 10px;
    border-radius: 2px;
}
.post-title a:hover,.widget_categories li.cat-item a, .widget_archive li a, .widget_pages li a {   
    color: var(--primary);
}
.social-icons.single-share li a{
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 4px;
    color: var(--white) !important;
    text-align: center;
    margin: 0 5px;
    box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.2);
    /* border: 1px solid var(--primary); */
}
.single-share .social-facebook a{
    background-color: #6598FE;
}
.single-share .social-twitter a{
    background-color: #65CBF6;
}
.single-share .social-instagram a{
    background-color: #E6595F;
}
.single-share .social-linkedin a{
    background-color: #4EA2D2;
}
.feedback {
  --normal: #eceaf3;
  --normal-shadow: #d9d8e3;
  --normal-mouth: #9795a4;
  --normal-eye: #595861;
  --active: #f8da69;
  --active-shadow: #f4b555;
  --active-mouth: #f05136;
  --active-eye: #313036;
  --active-tear: #76b5e7;
  --active-shadow-angry: #e94f1d;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
.feedback .common-svg {
  position: relative;
  border-radius: 50%;
  background: var(--sb, var(--normal));
  box-shadow: inset 3px -3px 4px var(--sh, var(--normal-shadow));
  transition: background 0.4s, box-shadow 0.4s, transform 0.3s;
  -webkit-tap-highlight-color: transparent;
}
.feedback .common-svg:not(:last-child) {
  margin-right: 10px;
}
.feedback .common-svg div {
  width: 40px;
  height: 40px;
  position: relative;
  transform: perspective(240px) translateZ(4px);
}
.feedback .common-svg div svg,
.feedback .common-svg div:before,
.feedback .common-svg div:after {
  display: block;
  position: absolute;
  left: var(--l, 9px);
  top: var(--t, 13px);
  width: var(--w, 8px);
  height: var(--h, 2px);
  transform: rotate(var(--r, 0deg)) scale(var(--sc, 1)) translateZ(0);
}
.feedback .common-svg div svg {
  fill: none;
  stroke: var(--s);
  stroke-width: 2px;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: stroke 0.4s;
}
.feedback .common-svg div svg.eye {
  --s: var(--e, var(--normal-eye));
  --t: 17px;
  --w: 7px;
  --h: 4px;
}
.feedback .common-svg div svg.eye.right {
  --l: 23px;
}
.feedback .common-svg div svg.mouth {
  --s: var(--m, var(--normal-mouth));
  --l: 11px;
  --t: 23px;
  --w: 18px;
  --h: 7px;
}
.feedback .common-svg div:before,
.feedback .common-svg div:after {
  content: "";
  z-index: var(--zi, 1);
  border-radius: var(--br, 1px);
  background: var(--b, var(--e, var(--normal-eye)));
  transition: background 0.4s;
}
.feedback .common-svg.angry {
  --step-1-rx: -24deg;
  --step-1-ry: 20deg;
  --step-2-rx: -24deg;
  --step-2-ry: -20deg;
}
.feedback .common-svg.angry div:before {
  --r: 20deg;
}
.feedback .common-svg.angry div:after {
  --l: 23px;
  --r: -20deg;
}
.feedback .common-svg.angry div svg.eye {
  stroke-dasharray: 4.55;
  stroke-dashoffset: 8.15;
}
.feedback .common-svg.angry.active {
  -webkit-animation: angry 1s linear;
  animation: angry 1s linear;
}
.feedback .common-svg.angry.active div:before {
  --middle-y: -2px;
  --middle-r: 22deg;
  -webkit-animation: toggle 0.8s linear forwards;
  animation: toggle 0.8s linear forwards;
}
.feedback .common-svg.angry.active div:after {
  --middle-y: 1px;
  --middle-r: -18deg;
  -webkit-animation: toggle 0.8s linear forwards;
  animation: toggle 0.8s linear forwards;
}
.feedback .common-svg.sad {
  --step-1-rx: 20deg;
  --step-1-ry: -12deg;
  --step-2-rx: -18deg;
  --step-2-ry: 14deg;
}
.feedback .common-svg.sad div:before,
.feedback .common-svg.sad div:after {
  --b: var(--active-tear);
  --sc: 0;
  --w: 5px;
  --h: 5px;
  --t: 15px;
  --br: 50%;
}
.feedback .common-svg.sad div:after {
  --l: 25px;
}
.feedback .common-svg.sad div svg.eye {
  --t: 16px;
}
.feedback .common-svg.sad div svg.mouth {
  --t: 24px;
  stroke-dasharray: 9.5;
  stroke-dashoffset: 33.25;
}
.feedback .common-svg.sad.active div:before,
.feedback .common-svg.sad.active div:after {
  -webkit-animation: tear 0.6s linear forwards;
  animation: tear 0.6s linear forwards;
}
.feedback .common-svg.ok {
  --step-1-rx: 4deg;
  --step-1-ry: -22deg;
  --step-1-rz: 6deg;
  --step-2-rx: 4deg;
  --step-2-ry: 22deg;
  --step-2-rz: -6deg;
}
.feedback .common-svg.ok div:before {
  --l: 12px;
  --t: 17px;
  --h: 4px;
  --w: 4px;
  --br: 50%;
  box-shadow: 12px 0 0 var(--e, var(--normal-eye));
}
.feedback .common-svg.ok div:after {
  --l: 13px;
  --t: 26px;
  --w: 14px;
  --h: 2px;
  --br: 1px;
  --b: var(--m, var(--normal-mouth));
}
.feedback .common-svg.ok.active div:before {
  --middle-s-y: 0.35;
  -webkit-animation: toggle 0.2s linear forwards;
  animation: toggle 0.2s linear forwards;
}
.feedback .common-svg.ok.active div:after {
  --middle-s-x: 0.5;
  -webkit-animation: toggle 0.7s linear forwards;
  animation: toggle 0.7s linear forwards;
}
.feedback .common-svg.good {
  --step-1-rx: -14deg;
  --step-1-rz: 10deg;
  --step-2-rx: 10deg;
  --step-2-rz: -8deg;
}
.feedback .common-svg.good div:before {
  --b: var(--m, var(--normal-mouth));
  --w: 5px;
  --h: 5px;
  --br: 50%;
  --t: 22px;
  --zi: 0;
  opacity: 0.5;
  box-shadow: 16px 0 0 var(--b);
  filter: blur(2px);
}
.feedback .common-svg.good div:after {
  --sc: 0;
}
.feedback .common-svg.good div svg.eye {
  --t: 15px;
  --sc: -1;
  stroke-dasharray: 4.55;
  stroke-dashoffset: 8.15;
}
.feedback .common-svg.good div svg.mouth {
  --t: 22px;
  --sc: -1;
  stroke-dasharray: 13.3;
  stroke-dashoffset: 23.75;
}
.feedback .common-svg.good.active div svg.mouth {
  --middle-y: 1px;
  --middle-s: -1;
  -webkit-animation: toggle 0.8s linear forwards;
  animation: toggle 0.8s linear forwards;
}
.feedback .common-svg.happy div {
  --step-1-rx: 18deg;
  --step-1-ry: 24deg;
  --step-2-rx: 18deg;
  --step-2-ry: -24deg;
}
.feedback .common-svg.happy div:before {
  --sc: 0;
}
.feedback .common-svg.happy div:after {
  --b: var(--m, var(--normal-mouth));
  --l: 11px;
  --t: 23px;
  --w: 18px;
  --h: 8px;
  --br: 0 0 8px 8px;
}
.feedback .common-svg.happy div svg.eye {
  --t: 14px;
  --sc: -1;
}
.feedback .common-svg.happy.active div:after {
  --middle-s-x: 0.95;
  --middle-s-y: 0.75;
  -webkit-animation: toggle 0.8s linear forwards;
  animation: toggle 0.8s linear forwards;
}
.feedback .common-svg:not(.active) {
  cursor: pointer;
}
.feedback .common-svg:not(.active):active {
  transform: scale(0.925);
}
.feedback .common-svg.active {
  --sb: var(--active);
  --sh: var(--active-shadow);
  --m: var(--active-mouth);
  --e: var(--active-eye);
}
.feedback .common-svg.active div {
  -webkit-animation: shake 0.8s linear forwards;
  animation: shake 0.8s linear forwards;
}
.feedback .common-svg.like div svg.thumb {
  --s: var(--normal-eye); /* Fill color */
  --l: 10px;
  --t: 10px;
  --w: 20px;
  --h: 20px;
  --m: #42a5f5;
  fill: #eceaf3;
}
.feedback .common-svg.like.active div svg.thumb {
  fill: #42a5f5;
}
.feedback .common-svg.love div svg.heart {
  --s: var(--normal-mouth);
  --l: 10px;
  --t: 11px;
  --w: 20px;
  --h: 20px;
  fill: #eceaf3;
}
.feedback .common-svg.love.active div svg.heart {
  fill: #f06292;
}
.feedback .wow {
    cursor: pointer;
    width: 40px;
    height: 40px;
    margin-right: 10px;
}
.feedback .wow.active svg circle:first-child{
    fill: #ffdd67;
}
.feedback .common-svg.love div:before, 
.feedback .common-svg.wow div:before, 
.feedback .common-svg.like div:before, 
.feedback .common-svg.love div:after, 
.feedback .common-svg.wow div:after, 
.feedback .common-svg.like div:after 
{
    display: none;
}
.common-svg .count-react{
    position: absolute;
    left: 50%;
    bottom: -25px;
    transform: translate(-50%, 0%);
    font-size: 16px;
    font-weight: bolder;
    color: var(--primary);
    font-family: 'Hind Siliguri' !important;
}
@-webkit-keyframes shake {
  30% {
    transform: perspective(240px) rotateX(var(--step-1-rx, 0deg))
      rotateY(var(--step-1-ry, 0deg)) rotateZ(var(--step-1-rz, 0deg))
      translateZ(10px);
  }
  60% {
    transform: perspective(240px) rotateX(var(--step-2-rx, 0deg))
      rotateY(var(--step-2-ry, 0deg)) rotateZ(var(--step-2-rz, 0deg))
      translateZ(10px);
  }
  100% {
    transform: perspective(240px) translateZ(4px);
  }
}

@keyframes shake {
  30% {
    transform: perspective(240px) rotateX(var(--step-1-rx, 0deg))
      rotateY(var(--step-1-ry, 0deg)) rotateZ(var(--step-1-rz, 0deg))
      translateZ(10px);
  }
  60% {
    transform: perspective(240px) rotateX(var(--step-2-rx, 0deg))
      rotateY(var(--step-2-ry, 0deg)) rotateZ(var(--step-2-rz, 0deg))
      translateZ(10px);
  }
  100% {
    transform: perspective(240px) translateZ(4px);
  }
}
@-webkit-keyframes tear {
  0% {
    opacity: 0;
    transform: translateY(-2px) scale(0) translateZ(0);
  }
  50% {
    transform: translateY(12px) scale(0.6, 1.2) translateZ(0);
  }
  20%,
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(24px) translateX(4px) rotateZ(-30deg) scale(0.7, 1.1)
      translateZ(0);
  }
}
@keyframes tear {
  0% {
    opacity: 0;
    transform: translateY(-2px) scale(0) translateZ(0);
  }
  50% {
    transform: translateY(12px) scale(0.6, 1.2) translateZ(0);
  }
  20%,
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(24px) translateX(4px) rotateZ(-30deg) scale(0.7, 1.1)
      translateZ(0);
  }
}
@-webkit-keyframes toggle {
  50% {
    transform: translateY(var(--middle-y, 0))
      scale(
        var(--middle-s-x, var(--middle-s, 1)),
        var(--middle-s-y, var(--middle-s, 1))
      )
      rotate(var(--middle-r, 0deg));
  }
}
@keyframes toggle {
  50% {
    transform: translateY(var(--middle-y, 0))
      scale(
        var(--middle-s-x, var(--middle-s, 1)),
        var(--middle-s-y, var(--middle-s, 1))
      )
      rotate(var(--middle-r, 0deg));
  }
}
@-webkit-keyframes angry {
  40% {
    background: var(--active);
  }
  45% {
    box-shadow: inset 3px -3px 4px var(--active-shadow),
      inset 0 8px 10px var(--active-shadow-angry);
  }
}
@keyframes angry {
  40% {
    background: var(--active);
  }
  45% {
    box-shadow: inset 3px -3px 4px var(--active-shadow),
      inset 0 8px 10px var(--active-shadow-angry);
  }
}
.comment-form button {
    font-size: 14px;
    padding: 12px 20px;
}
.blog-category-title-main{
    margin-bottom: 20px;
}
.blog-category-title {
    background: var(--primary);
    border-radius: 2px;
    font-weight: normal;
}
body.theme2 .hind-siliguri, .blog-view-section h1,.single-content span, .single-content p, .single-content h3{
    font-family: 'Hind Siliguri' !important;
}
.image-info-col .wishlist-btn {
    background: var(--primary);
    border-radius: 50%;
    left: 8px;
    top: unset;
    right: unset;
    bottom: 8px;
}
.collecting-point h4{
    padding: 10px 0 5px 0;
    margin-top: 20px;
    margin-left: 10px;    
}
.collecting-point .point-term-condition{
    margin-left: 30px;
    color: #28282B;
}
/* live search start */
.auto-complete-div {
    background-color: #fff;
    margin-top: 10px;
    border-radius: 6px;
    border: 2px solid #efefef;
    position: absolute;
    width: 100%;
    display: none;
    margin-left: 0px;
    z-index: 99;
}
.search-bar .middle-part {
    position: relative;
}
.auto-complete-list {
    min-height: 20px;
    max-height: 300px;
    overflow-y: scroll;
    margin-bottom: 0;
}
.auto-complete-item{
    display: flex;
}
.auto-complete-item .prod-image {
    width: 50px;
    height: 46px;
    padding: 5px;
}
.auto-complete-item .prod-image img{
    width: 100%;
    height: 100%;
}
.auto-complete-item .price-sku {
    padding-left: 5px;
}
.auto-complete-item .price {
    margin-right: 0px;
    color: var(--primary);
}
.auto-complete-item{
    cursor: pointer;
}
.auto-complete-category-item{
    cursor: pointer;
}
.auto-complete-category-item button {
    cursor: pointer;
    width: 100%;
    border: none;
    background: transparent;
    text-align: left;
    padding-left: 8px;
    font-weight: 500;
}
.auto-complete-category-item button:focus{
    outline: none !important;
    border: none;
}
.auto-complete-div .common-suggestions {
    background: lightblue;
    text-align: right;
    text-transform: uppercase;
    padding-right: 10px;
    font-size: 12px;
    font-weight: 700;
}
.auto-complete-item .space{
    margin: 0 10px;
    color: var(--primary);
}
.auto-complete-item .sku{
    color: var(--primary);
}
.auto-complete-item a {
    width: 100%;
    padding: 5px;
    color: #000 !important
}
.category-list.auto-complete-list {
    overflow-y: hidden !important;
}
.auto-complete-item:hover {
    background-color: #efefef
}
.auto-complete-item-link i {
    margin-right: 10px;
    margin-left: 6px
}
.t-decoration-none {
    text-decoration: none !important
}
/* end live search */ 
/* start loader css */
.main-loader {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100vh;
    background: rgb(0 0 0 / 50%);
    z-index: 9999;
}
.loading-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    animation: fadeIn 1s ease-in-out forwards;          
}
.loading-image {
    width: 150px;
    height: auto;
    animation: cat-bounce 1.5s infinite ease-in-out;
}
.loading-text {
    margin-top: 20px;
    font-size: 24px;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: monospace; /* Monospace ensures even spacing for dots */
    display: flex;
    justify-content: center;
    width: 120px; /* Fixed width to prevent movement */
    position: relative;
}
.loading-dots {
    position: absolute;
    right: -95px;
    width: 100px;
}
/* Animation for bouncing cat image */
@keyframes cat-bounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-15px);
    }
}

/* Fade-in effect for the container */
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
/* end loader css */
.theme2 .sidebar-category {
    width: 18%;
}
.theme2 .header-nav{
    width: 78%;
}
.theme2 .header-nav .main-menu{
    width: 100%;
}
.theme2 .header-nav #getMenuCategories{
    overflow-y: hidden;
    overflow-x: auto;
    text-wrap: nowrap;
    scrollbar-width: none;
}
.theme2 .form-control.border-red{
    border: 1px solid red;
}

.customer-profile .card {
    border-radius: 6px !important;
    border: 1px solid #ddd;
    margin-bottom: 20px;
    background-color: #f9f9f9;
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
}

.customer-profile .card-body {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100px;
    font-size: 26px;
    gap: 10px;
    color: white;
}
.customer-profile .card-body i {
    color: white !important;
    margin-right: 0;
    padding: 5px 6px;
    border: 1px solid rgb(255, 255, 255, 0.7);
    border-radius: 4px;
}

.customer-profile .title {
    font-size: 16px;
    text-transform: uppercase;
    text-align: right;
    color: white;
}
.customer-profile .total-count {
    font-size: 22px;
    text-align: right;
    color: white;
    margin-top: 15px;
}
.customer-profile .card-body .text-black{
    color: #28282B !important; 
    border-color: #28282B !important; 
}
.customer-profile .point-card {
    background-color: #F7B60C !important
}

.customer-profile .wallet-card {
    background-color: #85bb65 !important
}

.customer-profile .wishlist-card {
    background-color: #ff515b !important
}
/* rating n review */
.rate-box {
  display: flex;
  flex-direction: row-reverse;
  justify-content: start;
  gap: 0.1rem;
  margin: 20px 0 15px 0;
}
.rate-box input {
  display: none;
}
.rate-box input:hover ~ .star:before {
  color: rgba(255, 204, 51, 0.5);
}
.rate-box input:active + .star:before {
  transform: scale(0.9);
}
.rate-box input:checked ~ .star:before {
  color: #ffcc33;
  text-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3), -3px -3px 8px rgba(255, 255, 255, 0.8);
}
.rate-box .star:before {
  content: "★";
  display: inline-block;
  font-family: "Potta One", cursive;
  font-size: 25px;
  cursor: pointer;
  color: #0000;
  text-shadow: 2px 2px 3px rgba(255, 255, 255, 0.5);
  background-color: #aaa;
  background-clip: text;
  -webkit-background-clip: text;
  transition: all 0.3s;
}
.review-submit-button {
    margin-left: 3px;
    margin-top: 10px;
}
.review-submit-button button {
    background-color: var(--primary);
    padding: 10px 10px;
    border: none;
    color: white;
    border-radius: 4px;
}
.rating-comment.invalid{
    border-color: red !important;
}
i.rated-star{
    color: #FFD645 !important;
}
.rating-review .rated:before {
    content: "★";
    display: inline-block;
    font-family: "Potta One", cursive;
    font-size: 12px;
    cursor: pointer;
    color: #0000;    
    background-color: #FFD645;
    background-clip: text;
    -webkit-background-clip: text;
    transition: all 0.3s;
}
.rating-review .no-rated:before {
    content: "★";
    display: inline-block;
    font-family: "Potta One", cursive;
    font-size: 12px;
    cursor: pointer;
    color: #ebb40000;
    background-color: #e8e8e8;
    background-clip: text;
    -webkit-background-clip: text;
    transition: all 0.3s;
}
/* end rating n reivew */