@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css');
@import url('https://fonts.googleapis.com/css2?family=Pragati+Narrow:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
    font-family: 'Salonica';
    src: url('../fonts/Salonica.eot');
    src: url('../fonts/Salonica.eot') format('embedded-opentype'),
         url('../fonts/Salonica.woff2') format('woff2'),
         url('../fonts/Salonica.woff') format('woff'),
         url('../fonts/Salonica.ttf') format('truetype'),
         url('../fonts/Salonica.svg#Salonica') format('svg');
	font-weight:normal;
	font-style:normal;
}
@font-face {
    font-family: 'HelveticaNeueMedium';
    src: url('../fonts/HelveticaNeueMedium.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    letter-spacing: 0.5px;
}

@font-face {
    font-family: 'HelveticaNeueRoman';
    src: url('../fonts/HelveticaNeueRoman.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    letter-spacing: 0.5px;
}

@font-face {
    font-family: 'HelveticaNeueLight';
    src: url('../fonts/HelveticaNeueLight.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    letter-spacing: 0.5px;
}

* {
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-decoration: none;
    outline: none;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
}

h1, h2, h4, h5, h6 {
    font-family: "Poppins", sans-serif;
    margin: 0;
    padding: 0;
}

p {
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    padding: 0;
    margin: 0 0 15px;
    color: #343434;
    font-weight: 400;
    line-height: 22px;
}

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

img {
    max-width: 100%;
    border: none;
}

a {
    text-decoration: none;
    outline: none !important;
}

html {
    scroll-behavior: smooth;
    font-size: 100%;
}

.p-60 {
	padding: 40px 0;
}

.btn {
    transition: 0.5s;
    border-radius: 30px;
    padding: 10px 27px;
    font-size: 16px;
    font-weight: 600;
}

.btn-primary {
    border-color: #0D4660;
    background-color: #0D4660;
    color: #fff;
    border-radius: 6px;
}

.btn-outline-primary {
    border-color: #F7C624;
    color: #000000;
}

.btn-primary:hover, .btn-outline-primary:hover {
    border-color: #E2B842;
    background-color: #E2B842;
    color: #000;
}

.btn-dark {
    border-color: #000000;
    background-color: #000000;
    color: #ffffff;
}

.btn-dark:hover {
    border-color: #F7C624;
    background-color: #F7C624;
    color: #000000;
}

.headertext h4 {
    font-size: 32px;
    color: #000;
    margin-bottom: 10px;
}
/* .logo {
    max-width: 130px;
} */
/* .logo {
	max-width: 100px;
} */
.logo {
    max-width: 190px;
}
.headertext h3 {
    font-size: 34px;
    color: #000;
    position: relative;
    font-weight: 500;
}

.nav__inner {
    width: 350px;
    height: 550px;
    position: relative;
    padding-block: 1.5rem;
    padding-inline: 2.5rem;
    position: absolute;
    bottom: 0;
/*    margin-inline: auto;*/;
}

.nav__bg {
    position: absolute;
    filter: url(#round);
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
/*  top: 0;*/;
}

.nav__bg:before {
    content: '';
    position: absolute;
    bottom: -20px;
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    clip-path: polygon(0% 10%, 100% 0%, 100% calc(100% - 0%), 0% 100%);
}

.watchtext {
    padding: 28% 25px 50px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.watchtext h4 {
    font-size: 28px;
    color: #13ACC2;
    margin-bottom: 10px;
}

.watchtext h3 {
    font-size: 30px;
    font-weight: 600;
    margin: 0px 0px 15px 0px;
}

.watchtext p {
    font-size: 15px;
    font-weight: 400;
    color: #000;
}


/* ======================================================================= */
/*  header start new */
/* ======================================================================= */
header.newheader_area {
    display: block;
}
.header-top {
    background: linear-gradient(90deg, #00d4d4, #00a8b5);
    padding: 8px 0px;
}

.top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'HelveticaNeueRoman';
    font-size: 13px;
}

.top-bar a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 4px;
}

.top-right a {
    text-transform: capitalize;
    letter-spacing: 0.5px;
}

.top-bar span {
    color: rgba(255,255,255,0.7);
}

.top-left,
.top-right {
    display: flex;
    align-items: center;
    gap: 12px;
}

.header-mediel {
    background: #ffffff;
    padding: 10px 0;
}

.header-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.logo img {
    height: 60px;
}

.search-box {
    flex: 1;
    max-width: 470px;
    margin: 0 30px;
    display: flex;
    align-items: center;
    border: 1px solid #00d1d1;
    border-radius: 50px;
    overflow: hidden;
}

.search-box input {
    flex: 1;
    padding: 12px 18px;
    background: transparent;
    border: none;
    outline: none;
    color: #000;
    transition: all 0.4s ease;
}

.search-box input::placeholder {
    color: #888;
}

.search-btn {
    background: linear-gradient(135deg,#00e0e0,#009bb0);
    border: none;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    cursor: pointer;
    color: white;
    font-size: 16px;
}

.header-icons {
    display: flex;
    gap: 28px;
}

.icon-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #000000;
    cursor: pointer;
    font-family: 'HelveticaNeueMedium';
}

.icon-circle {
    width: 42px;
    height: 42px;
    background: #007b8f;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 18px;
    position: relative;
}
.icon-circle img{
	filter: brightness(0) invert(1);
}
.icon-circle .wishlist-counter {
    position: absolute;
    background-color: #ffd30c;
    color: #000000;
    width: 20px;
    height: 20px;
    text-align: center;
    top: -11px;
    border-radius: 50%;
    right: -16px;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.icon-circle #mini-cart-count {
    position: absolute;
    background-color: #0bfd88;
    color: #000000;
    width: 20px;
    height: 20px;
    text-align: center;
    top: -7px;
    border-radius: 50%;
    right: -4px;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header-icons a {
    position: relative;
}
.menu-bar .menu-links li a{
	transition: 0.3s;
}
.menu-bar .menu-links li a:hover {
    color: #00bac2;
}
/* .header-icons a:has(img[alt="Wishlist"])::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.6);
    pointer-events: none;
} */
.icon-item span {
    font-size: 14px;
}

.menu-bar {
    background: #fff;
    /* border-bottom: 1px solid #eee; */
    /* border-top: 1px solid #eee; */
    box-shadow: 0px 0px 7px rgb(0 0 0 / 12%);
}

.menu-container {
    margin: auto;
    padding: 10px 0px;
    display: flex;
    align-items: center;
    gap: 30px;
}

.explore-btn {
    background: linear-gradient(135deg, #00cfcf, #009fb0);
    color: #fff;
    border: none;
    padding: 10px 22px;
    border-radius: 40px;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
}

.menu-links {
    list-style: none;
    display: flex;
    gap: 36px;
    margin: 0;
    padding: 0;
    flex: 1;
}

.menu-links li {
    font-family: 'HelveticaNeueMedium';
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    cursor: pointer;
}

.menu-links li span.icon {
    max-width: 24px;
    height: 22px;
    display: flex;
}

.menu-links li span.icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.menu-bar .featured-link {
    color: #00a8b5;
    text-decoration: none;
    white-space: nowrap;
    font-size: 15px;
    font-family: 'HelveticaNeueMedium';
}







/*-- header area start --*/
.headerarea {
    box-shadow: none;
    border-top: 1px solid #ddd;
    margin-bottom: 0;
    background: #01D7DD;
    background: linear-gradient(86deg, rgba(1, 215, 221, 1) 33%, rgba(1, 158, 177, 1) 100%);
}
.headerarea .logoicon{
    display: none;
    max-width: 70px;
}
.headerarea.fix .logoicon {
    display: block;
    background-color: rgb(255 255 255);
    padding: 9px;
}
/*.headerarea.fix .dropdown{*/
/*    display: none;*/
/*}*/
.headerarea .logo {
    width: 100%;
    max-width: 120px;
}

.headerarea .logo img {
    width: 100%;
    object-fit: cover;
}

.headerarea .header-contact .call {
    width: 100%;
    min-width: 43px;
    max-width: 43px;
    height: 43px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #F6F7FB;
    background-color: #F6F7FB;
    color: #000000;
    border-radius: 100%;
    margin-left: 10px;
    transition: 0.5s;
}

.headerarea .header-contact .call:hover {
    border-color: #000000;
    background-color: #000000;
    color: #ffffff;
}

.headerarea.fix {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 91;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

.header-right .header-contact .btn {
    margin-right: 10px;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.callicon {
    display: flex;
    background: #13acc2;
    width: 35px;
    height: 35px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 5px;
    color: #fff;
}

.header-contact h6 {
    font-family: "Poppins", serif;
    text-transform: uppercase;
    font-size: 15px;
    color: #F58332;
}

.header-contact h4 a {
    color: #000;
    font-weight: 500;
    font-family: "Poppins", serif;
    font-size: 22px;
}

.toparea {
    padding: 10px 0px;
}

.formfild {
    width: 600px;
    position: relative;
    margin-right: 40px;
}

.formfild .form-control {
    border-radius: 50px;
    height: 45px;
    color: #fff;
    background-color: #fff;
    border: 1px solid #fff;
    font-size: 14px;
    padding: 6px 100px 6px 20px;
}

.header-right .btn-primary {
    position: absolute;
    top: 3px;
    right: 5px;
    border-radius: 50px;
    padding: 8px 20px !important;
    font-size: 15px;
    background: #f58332;
    border: none;
    font-weight: 300;
}

.hotlinearea {
    margin-right: 40px;
}

.hotlinearea .callarea {
    margin-right: 8px;
}

.hotlinearea h6 {
    font-size: 13px;
    font-weight: 300;
    color: #fff;
}

.hotlinearea h4 {
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
}

.profiletop ul.proul {
    padding: 0px;
    margin: 0px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.profiletop ul li {
    display: inline-flex;
    /*align-items: center;
    justify-content: center;
    margin: 0px 3px;
    width: 42px;
    height: 42px;
    background-color: rgb(235,244,246);
    border-radius: 50%;
    text-align: center;
    padding: 5px 0px;
    position: relative;
    background: #00EAEC;
    background: linear-gradient(90deg, rgba(0, 234, 236, 1) 0%, rgba(0, 112, 142, 1) 100%);*/
}
.profiletop ul li.user-account-menu a {
    width: auto;
    height: auto;
    background-color: transparent;
    color: #000;
    padding: 0;
	font-size: 14px;
}
.profiletop ul li.user-account-menu a img {
    min-width: 38px;
    height: 38px;
    background: #00EAEC;
    background: linear-gradient(90deg, rgba(0, 234, 236, 1) 0%, rgba(0, 112, 142, 1) 100%);
    padding: 9px;
    border-radius: 50%;
    margin-right: 6px;
}
.profiletop ul li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0px 2px;
    width: 38px;
    height: 38px;
    background-color: rgb(235,244,246);
    border-radius: 50%;
    text-align: center;
    padding: 5px 0px;
    position: relative;
}


.profiletop ul li i {
    color: #000;
}

.profiletop ul li span {
    position: absolute;
    top: -7px;
    right: 0px;
    width: 18px;
    height: 18px;
    background: #01c4ce;
    border-radius: 50%;
    font-size: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.profilemid ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 34px;
}

.profilemid ul li {
    display: inline-flex;
    gap: 10px;
}

.profilemid ul li a {
    font-size: 15px;
    color: #000;
    font-weight:400;
    text-decoration: none;
    white-space: nowrap;
}

.profilemid ul li:nth-of-type(1) a  {
    color: #01d6dc;
} 
.profilemid ul li:nth-of-type(2) a  {
    color: #000;
} 
.profilemid ul li:nth-of-type(3) a  {
    color: #fe7701;
}

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

nav a {
    display: block;
    text-decoration: none;
}

nav a:hover, nav a:visited {
    text-decoration: none;
}

.menu-bar {
    background: none;
    display: flex;
}

.menu-link {
    padding: 12px 15px;
    background: #ffffff;
    color: #177E89;
    transition: background .2s, color .2s;
    position: relative;
    z-index: 1;
}

.menu-link[aria-haspopup="true"] {
    padding-right: 40px;
}

.menu-link[aria-haspopup="true"]:after {
    content: "";
    background-image: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/1397521/arrowRight.svg#accent');
    background-size: 14px;
    width: 14px;
    height: 14px;
    font-size: 12px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.mega-menu-header {
    font-size: 1.2em;
    text-transform: uppercase;
    font-weight: bold;
    color: #136a73;
}

.mega-menu {
    background: #ffffff;
    z-index: 10;
}

.mega-menu--multiLevel {
    flex-direction: column;
}

@media all and (min-width: 951px) {
    .nav {
        margin-top: 0px;
        background: #ffffff;
    }

    .nav > nav {
        max-width: 900px;
        margin: 0 auto;
    }

    .menu [aria-haspopup="true"] ~ ul {
        display: none;
    }

    .menu-bar {
        position: relative;
    }

    .menu-bar > li > [aria-haspopup="true"]:after {
        background-image: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/1397521/arrowBottom.svg#accent');
    }

    .menu-bar > li > [aria-haspopup="true"]:hover:after {
        background-image: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/1397521/arrowBottom.svg#light');
    }

    .menu-bar > li > [aria-haspopup="true"]:focus ~ ul {
        display: flex;
        transform-origin: top;
        animation: dropdown .2s ease-out;
    }

    .menu-bar > li > [aria-haspopup="true"] ~ ul:hover {
        display: flex;
    }

    .menu-bar > li:focus-within > [aria-haspopup="true"] ~ ul {
        display: flex;
    }

    .menu-bar > li > [aria-haspopup="true"]:focus, .menu-bar > li:focus-within > [aria-haspopup="true"], .menu-bar > li:hover > a {
        background: #177E89;
        color: #ffffff;
    }

    .menu-bar > li > [aria-haspopup="true"]:focus:after, .menu-bar > li:focus-within > [aria-haspopup="true"]:after, .menu-bar > li:hover > a:after {
        background-image: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/1397521/arrowTop.svg#light');
    }

    .mega-menu {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
    }

    .mega-menu:hover {
        display: flex;
    }

    .mega-menu a:hover {
        background: tint(#177E89,85%);
        color: #136a73;
    }

    .mega-menu--multiLevel > li {
        width: 33.333333333333%;
    }

    .mega-menu--multiLevel > li > [aria-haspopup="true"] ~ ul {
        left: 33.333333333333%;
        width: 33.333333333333%;
    }

    .mega-menu--multiLevel > li > [aria-haspopup="true"] ~ ul ul {
        width: 100%;
        left: 100%;
    }

    .mega-menu--multiLevel li:hover > [aria-haspopup="true"] ~ ul {
        display: block;
        transform-origin: left;
        animation: flyout .2s ease-out;
    }

    .mega-menu--multiLevel li:focus-within > [aria-haspopup="true"] ~ ul {
        display: block;
    }

    .mega-menu--multiLevel li:hover > [aria-haspopup="true"], .mega-menu--multiLevel li:hover > a, .mega-menu--multiLevel li:focus-within > [aria-haspopup="true"], .mega-menu--multiLevel li:focus-within > a {
        background: tint(#177E89,85%);
        color: #136a73;
    }

    .mega-menu--multiLevel [aria-haspopup="true"] ~ ul, .mega-menu--multiLevel [aria-haspopup="true"] {
        border-left: 1px solid #f0f0f0;
    }

    .mega-menu--multiLevel [aria-haspopup="true"] ~ ul:hover, .mega-menu--multiLevel [aria-haspopup="true"]:hover {
        display: block;
    }

    .mega-menu--multiLevel [aria-haspopup="true"] ~ ul {
        position: absolute;
        top: 0;
        height: 100%;
    }

    .mega-menu--flat > * {
        flex: 1;
    }

    .mobile-menu-trigger, .mobile-menu-header, .mobile-menu-back-item {
        display: none;
    }
}

@media all and (max-width: 950px) {
    .nav {
        padding: 20px;
    }

    .mobile-menu-trigger, .mobile-menu-header, .mobile-menu-back-item {
        display: block;
    }

    .mobile-menu-trigger {
        background: #177E89;
        color: #ffffff;
        border: 0;
        padding: 10px;
        font-size: 1.2em;
        border-radius: 4px;
    }

    .mobile-menu-header {
        order: -1;
        background: grey;
    }

    .mobile-menu-header a {
        padding: 20px 25px;
        color: #ffffff;
        visibility: visible;
    }

    .menu-bar {
        flex-direction: column;
        position: fixed;
        top: 0;
        left: -100%;
        height: 100vh;
        width: 350px;
        max-width: 350px;
        max-width: 90%;
        overflow-x: hidden;
        transition: left .3s;
        box-shadow: 1px 0px 2px 0px rgba(0,0,0,0.25);
    }

    .menu-bar > li > [aria-haspopup="true"] ~ ul {
        display: flex;
        flex-direction: column;
        background: #ffffff;
        position: absolute;
        left: 100%;
        top: 0;
        max-height: 100vh;
        width: 100%;
        transition: left .3s;
    }

    .menu-bar > li > [aria-haspopup="true"] ~ ul > li > [aria-haspopup="true"] {
        font-size: 1.2em;
    }

    .menu-bar > li > [aria-haspopup="true"] ~ ul > li > [aria-haspopup="true"] ~ ul a {
        padding-left: 40px;
    }

    .menu-bar > li > [aria-haspopup="true"] ~ ul > li > [aria-haspopup="true"] ~ ul > li > [aria-haspopup="true"] ~ ul a {
        padding-left: 80px;
    }

    .menu-bar > li > [aria-haspopup="true"] ~ ul [aria-haspopup="true"] {
        color: #2a2a2a;
    }

    .menu-bar > li > [aria-haspopup="true"] ~ ul [aria-haspopup="true"]:after {
        content: "+";
        background: none;
        font-size: 1em;
        font-weight: normal;
        height: 20px;
        line-height: 1;
    }

    .menu-bar > li > [aria-haspopup="true"] ~ ul [aria-haspopup="true"] ~ ul {
        max-height: 0px;
        transform-origin: top;
        transform: scaleY(0);
        transition: max-height .1s;
    }

    .mega-menu-content {
        padding: 20px 25px;
    }

    .mobile-menu-back-item {
        order: -1;
    }

    .mobile-menu-back-item a {
        background: tint(grey,70%);
        color: #2a2a2a;
        max-height: calc(1.4em + 40px);
        margin-top: calc(0px - (1.4em + 40px));
        pointer-events: none;
    }

    .mobile-menu-back-item a:before {
        content: "";
        width: 14px;
        height: 12px;
        background-image: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/1397521/arrowLeft.svg#default');
        background-size: 14px;
        margin-right: 10px;
        display: inline-block;
    }

    .mobile-menu-trigger:focus ~ ul {
        left: 0;
    }

    .menu-bar:hover, .menu-bar:focus-within {
        left: 0;
    }

    .menu-bar > li > [aria-haspopup="true"]:focus ~ ul {
        left: 0;
    }

    .menu-bar > li > [aria-haspopup="true"] ~ ul {
        margin-top: calc(1.4em + 40px);
    }

    .menu-bar > li > [aria-haspopup="true"] ~ ul:hover, .menu-bar > li > [aria-haspopup="true"] ~ ul:focus-within {
        left: 0;
    }

    .menu-bar > li > [aria-haspopup="true"] ~ ul [aria-haspopup="true"]:focus ~ ul {
        max-height: 500px;
        animation: dropdown .3s forwards;
    }

    .menu-bar > li > [aria-haspopup="true"] ~ ul li:focus-within > [aria-haspopup="true"] ~ ul {
        max-height: 500px;
        transform: scaleY(1);
    }

    .menu-bar > li:focus-within ~ .mobile-menu-header a {
        visibility: hidden;
    }
}

@media all and (max-width: 950px) and (hover: none) {
    .mobile-menu-trigger:hover ~ ul {
        left: 0;
    }

    .menu-bar > li > [aria-haspopup="true"]:hover ~ ul {
        left: 0;
    }

    .menu-bar > li > [aria-haspopup="true"] ~ ul:hover {
        left: 0;
    }

    .menu-bar > li > [aria-haspopup="true"] ~ ul [aria-haspopup="true"]:hover ~ ul {
        max-height: 500px;
        animation: dropdown .3s forwards;
    }

    .menu-bar > li > [aria-haspopup="true"] ~ ul [aria-haspopup="true"] ~ ul:hover {
        max-height: 500px;
        transform: scaleY(1);
    }

    .menu-bar > li:hover ~ .mobile-menu-header a {
        visibility: hidden;
    }
}

@keyframes dropdown {
    0% {
        opacity: 0;
        transform: scaleY(0);
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: scaleY(1);
    }
}

@keyframes flyout {
    0% {
        opacity: 0;
        transform: scaleX(0);
    }

    100% {
        opacity: 1;
        transform: scaleX(1);
    }
}



/* // categories_dropdewn end */

















/*-- header area stop --*/
.nav_top {
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid rgb(221 221 221 / 24%);
    background-color: rgb(0 0 0 / 2%);
}
.nav_top h6 span.bling {
	animation: bling 1s infinite alternate;
	font-weight: 400;
	display: inline-block;
}
.nav_top h6 {
    font-size: 16px;
    color: #000;
    font-weight: 300;
    margin: 0;
}
.nav_top h6 img {
    width: 14px;
}
.nav_top h6 span {
    color: #007995;
}

.nav_topright {
}

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

.freegift {
    background-color: #ffd40c;
    padding: 12px 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    /*flex-basis: 70%;
    flex-shrink: 0;*/
}

.freegift h6 {
    font-size: 15px;
    color: #000;
    font-weight: 400;
    min-width: 70px;
}


/* ======================================================================= */
    /* banner_sec start */
/* ======================================================================= */
.banner_sec {
	background-color: transparent;
	margin-top: 0;
	padding: 10px 0;
	/* padding: 0px; */
}
.banner_sec .container-fluid {
    width: 100%;
    max-width: 1340px;
    margin: auto;
}

.banner_pic01 {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    overflow: hidden;
    border-radius: 20px;
}

.banner_pic01 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner_pic02 {
    width: 100%;
    height: 240px;
    position: relative;
    display: flex;
    overflow: hidden;
    border-radius: 20px;
}

.banner_pic02 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/**/
.banner_slide .owl-nav { position: absolute; top: -130px; width: 100%; left: 0; right: 0; text-align: center;}
.banner_slide .owl-nav button.owl-prev, .banner_slide .owl-nav button.owl-next { width: 40px; height: 40px; border: 1px solid #000; border-radius: 50%; color: #000; font-size: 30px;}
.banner_slide .owl-nav button.owl-prev span { position: relative; top: 0px; font-size: 0; display: flex; align-items: center; justify-content: center;}
.banner_slide .owl-nav button.owl-prev span::after { content: '\f060'; color: #000 !important; font-family: FontAwesome; position: absolute; border-radius: 50%; font-size: 16px; }
.banner_slide .owl-nav button.owl-prev:hover span::after { content: '\f060'; color: #fff !important; }
.banner_slide .owl-nav button.owl-next span { position: relative; top: 0px; font-size: 0; display: flex; align-items: center; justify-content: center;}
.banner_slide .owl-nav button.owl-next span::before { content: '\f061'; color: #000 !important; font-family: FontAwesome; position: absolute; border-radius: 50%; font-size: 16px; }
.banner_slide .owl-nav button.owl-next:hover span::before { content: '\f061'; color: #fff !important; }
.banner_slide .owl-nav button.owl-prev { left: -60px; position: relative;}
.banner_slide .owl-nav button.owl-next { right: -60px; position: relative;}
.banner_slide .owl-nav { position: absolute; top: 40%; display: inline-flex; right: 0; justify-content: space-between;  }
.banner_slide .owl-nav button.owl-prev:hover, .banner_slide .owl-nav button.owl-next:hover { background: #C82D2D; border: 1px solid #C82D2D; color: #fff; transition: all .3s ease-in-out;}
.owl-theme .owl-nav { margin-top: 0; }
/**/


/* ======================================================================= */
    /* freeshipping start */
/* ======================================================================= */
.freeshipping { padding: 15px 0px 0;}
.freeshipping .container { border-bottom: 1px solid #ddd;}
.freearea {
	padding: 20px 20px;
	border-bottom: 2px solid transparent;
}
.freearea:hover {
    border-bottom: 2px solid #01d7dd;
}
.freearea h6 { font-size: 20px; margin-bottom: 5px;}
.freearea p {
	font-size: 13px;
	color: #1a1a1a;
	font-weight: 300;
	margin-bottom: 0;
	line-height: 20px;
}

/* ======================================================================= */
    /* trending_products start */
/* ======================================================================= */
.trending_products {
    width: 100%;
    background-color: #E9FDFF;
}

/* .headertext h3::after {
    content: "";
    position: absolute;
    top: 20px;
    right: 120px;
    width: 67%;
    height: 1px;
    background-color: #CFCFCF;
} */
.trending_productsin {
    width: 100%;
    margin-top: 25px;
}

.trending_products_box {
    width: 100%;
    background-color: #fff;
    padding: 25px;
    border-radius: 10px;
    transition: 0.6s;
    position: relative;
}

.trending_top {
    width: 100%;
}
.trending_top h5 {
	font-size: 15px;
	color: #000;
	font-weight: 400;
	width: 80%;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	min-height: 40px;
}

.trending_top li {
    display: inline-flex;
    font-size: 11px;
    color: #FCB32E;
}

.trending_pic {
    width: 100%;
    height: 260px;
    padding: 6px;
    margin: 8px auto;
    overflow: hidden;
}
.trending_pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    overflow: hidden;
    transition: 0.6s;
}

.trending_btm {
    width: 100%;
    padding: 15px 0 0px;
    border-top: 1px solid #EBEBEB;
    display: flex;
    align-items: center;
    transition: 0.6s;
    justify-content: space-between;
}

.trending_btm h6 {
    font-size: 15px;
    color: #000;
    font-weight: 400;
}

.trending_btm h6 span {
    font-size: 15px;
    color: #000000;
    font-weight: 400;
    padding-left:0px;
}
.added_to_cart.wc-forward {
	background-color: #FFD40C;
	font-size: 15px;
	padding: 9px 25px;
	transition: all .5s ease-in-out;
	display: inline-block;
	color: #000;
	text-align: center;
	border-radius: 50px;
	transition: 0.6s;
}
.trending_btm h6 del span {
	color: #9b9b9b;
	text-decoration: line-through;
}
.plusbtn {
    width: 30px;
    height: 30px;
    color: #fff;
    border-radius: 50%;
    background-color: #00ADBE;
    display: flex;
    align-items: center;
    justify-content: center;
}

.trending_products_box:hover .trending_btm {
    opacity: 0;
}

.trending_products_box {
    width: 100%;
    background-color: #fff;
    border: 2px solid hsl(0deg 0% 0% / 6%);
    padding: 20px 15px;
    border-radius: 12px;
    transition: 0.6s;
    position: relative;
}

.trending_products_box:hover {
    border: 2px solid rgb(0 213 219 / 23%);
    box-shadow: 0px 0px 5px 0px #ddd;
}

.trending_cart {
    width: 85%;
    padding: 10px 5px 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -80px;
    margin: 0 auto;
    transition: 0.6s;
    opacity: 0;
    margin: 0 auto;
}

.cart_btn {
    background-color: #00ADBE;
    font-size: 14px;
    padding: 9px 24px;
    transition: all .5s ease-in-out;
    display: inline-block;
    color: #fff;
    text-align: center;
    border-radius: 50px;
    transition: 0.6s;
}

.cart_btn:hover {
    background-color: #00849e;
	transform: scale(1.05);
}

.trending_cart .plusbtn {
    background-color: #000;
}

.trending_products_box:hover .trending_cart {
    bottom: 20px;
    opacity: 1;
}

.trending_products_box:hover .trending_pic img {
    transform: scale(1.1);
}


/**/
.trending_slide .owl-nav { position: absolute; top: -130px; width: 100%; left: 0; right: 0; text-align: center;}
.trending_slide .owl-nav button.owl-prev, .trending_slide .owl-nav button.owl-next {
	width: 40px;
	height: 40px;
	border: none;
	border-radius: 50%;
	color: #fff;
	font-size: 30px;
	background: linear-gradient(90deg, rgba(0, 234, 236, 1) 0%, rgba(0, 112, 142, 1) 100%);
}
.trending_slide .owl-nav button.owl-prev span { position: relative; top: 0px; font-size: 0; display: flex; align-items: center; justify-content: center;}
.trending_slide .owl-nav button.owl-prev span::after { content: '\f060'; color: #fff !important; font-family: FontAwesome; position: absolute; border-radius: 50%; font-size: 16px; }
.trending_slide .owl-nav button.owl-prev:hover span::after { content: '\f060'; color: #fff !important; }
.trending_slide .owl-nav button.owl-next span { position: relative; top: 0px; font-size: 0; display: flex; align-items: center; justify-content: center;}
.trending_slide .owl-nav button.owl-next span::before { content: '\f061'; color: #fff !important; font-family: FontAwesome; position: absolute; border-radius: 50%; font-size: 16px; }
.trending_slide .owl-nav button.owl-next:hover span::before { content: '\f061'; color: #fff !important; }
.trending_slide .owl-nav button.owl-prev { left: 0px; position: relative;}
.trending_slide .owl-nav button.owl-next { right: 0px; position: relative;}
.trending_slide .owl-nav {
    position: absolute;
    display: inline-flex;
    top: -70px;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
}
.trending_slide .owl-nav button.owl-prev:hover, .trending_slide .owl-nav button.owl-next:hover {
	background: linear-gradient(180deg, rgba(0, 234, 236, 1) 0%, rgba(0, 112, 142, 1) 100%);
	border: 0px solid transparent;
	color: #fff;
	transition: all .3s ease-in-out;
}
.owl-theme .owl-nav { margin-top: 0; }
/**/

/* ======================================================================= */
    /* shop_categories start */
/* ======================================================================= */
.shop_categories {
    width: 100%;
}

/* .shop_categories .headertext h3::after {
    content: "";
    position: absolute;
    top: 20px;
    right: 0;
    width: 78%;
    height: 1px;
    background-color: #CFCFCF;
} */

.shop_categoriesin {
    width: 100%;
    margin-top: 25px;
}

.shop_categori_grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 10px;
    align-items: end;
}

.shop_categori_gridItem {
    width: 100%;
    position: relative;
    background-color: #F5F5F5;
    border: 1px solid transparent;
    padding: 20px 15px 15px;
    border-radius: 12px;
    transition: 0.6s;
}

.shop_categori_gridItem:hover {
	transform: scale(1.1 , 1.1);
	border: 1px solid rgba(0, 213, 219, 0.27);
}

.shop_categori_gridItem_top {
    width: 100%;
}

.shop_categori_gridItem_top h5 {
    font-size: 15px;
    color: #000;
    font-weight: 500;
    transition: 0.6s;
    min-height: 36px;
}

.shop_categori_gridItem:hover .shop_categori_gridItem_top h5 {
    color: #00ADBE;
}

.shop_categori_gridItem_top small {
    font-size: 12px;
    color: #333333;
    font-weight: 400;
    text-transform: uppercase;
}

.shop_categori_pic {
	width: 100%;
	height: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	padding: 3px;
	margin: 5px auto 0;
	overflow: hidden;
	mix-blend-mode: darken;
}

.shop_categori_pic img {
	width: 100%;
	height: 100%;
	overflow: hidden;
	object-fit: contain;
/* 	transform: scale(1.09); */
}

/* ======================================================================= */
    /* add_sec01 start */
/* ======================================================================= */
.add_sec01 {
    width: 100%;
}

.add_sec01Pic01 {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    overflow: hidden;
    border-radius: 20px;
}

.add_sec01Pic01 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.add_sec01Pic02 {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    overflow: hidden;
    border-radius: 20px;
}

.add_sec01Pic02 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ======================================================================= */
    /* featured_products start */
/* ======================================================================= */
.featured_products {
    width: 100%;
    background-color: #fff;
}

.featured_products .headertext h3::after {
    width: 67%;
    right: 102px;
}

.featured_products .trending_products_box {
    width: 99%;
    margin: 5px;
    box-shadow: 0px 0px 0px 0px #ddd;
}

.trending_products_box:hover .trending_btm {
    opacity: 0;
}


.featured_products .trending_cart {
    bottom: -5px;
}
.shop_categori_grid a:nth-of-type(2n) .shop_categori_gridItem{
	background-color:#fff8dc;
}
.shop_categori_grid a:nth-of-type(3n) .shop_categori_gridItem{
	background-color:#faeaea;
}
.shop_categori_grid a:nth-of-type(4n) .shop_categori_gridItem{
	background-color:#e4f6ec;
}
.shop_categori_grid a:nth-of-type(5n) .shop_categori_gridItem {
    background-color: #ff6e0c0f;
}
/* .shop_categori_grid a:nth-of-type(6) .shop_categori_gridItem {
    background-color: #ff6e0c0f;
} */
/**/
.featured_slide .owl-nav { position: absolute; top: -130px; width: 100%; left: 0; right: 0; text-align: center;}
.featured_slide .owl-nav button.owl-prev, .featured_slide .owl-nav button.owl-next { width: 40px; height: 40px; border: 1px solid #817979; border-radius: 50%; color: #000; font-size: 30px;}
.featured_slide .owl-nav button.owl-prev span { position: relative; top: 0px; font-size: 0; display: flex; align-items: center; justify-content: center;}
.featured_slide .owl-nav button.owl-prev span::after { content: '\f060'; color: #817979 !important; font-family: FontAwesome; position: absolute; border-radius: 50%; font-size: 16px; }
.featured_slide .owl-nav button.owl-prev:hover span::after { content: '\f060'; color: #fff !important; }
.featured_slide .owl-nav button.owl-next span { position: relative; top: 0px; font-size: 0; display: flex; align-items: center; justify-content: center;}
.featured_slide .owl-nav button.owl-next span::before { content: '\f061'; color: #817979 !important; font-family: FontAwesome; position: absolute; border-radius: 50%; font-size: 16px; }
.featured_slide .owl-nav button.owl-next:hover span::before { content: '\f061'; color: #fff !important; }
.featured_slide .owl-nav button.owl-prev { left: 0px; position: relative;}
.featured_slide .owl-nav button.owl-next { right: 0px; position: relative;}
.featured_slide .owl-nav {
    position: absolute;
    display: inline-flex;
    top: -70px;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
}
.featured_slide .owl-nav button.owl-prev:hover, .featured_slide .owl-nav button.owl-next:hover { background: #01D7DD; border: 1px solid #01D7DD; color: #fff; transition: all .3s ease-in-out;}
.owl-theme .owl-nav { margin-top: 0; }
/**/


/* ======================================================================= */
    /* product_sellers start */
/* ======================================================================= */
.product_sellers {
    width: 100%;
}

.product_sellers .headertext h3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 15px;
}

.product_sellers .headertext h3 span {
    font-size: 16px;
    color: #000;
    font-weight: 500;
}

.product_sellers .headertext h3 span a {
    color: #000;
}
.product_sellers .headertext h3 span a:hover {
   color:#00ADBE;
}


.product_sellersin {
    width: 100%;
    margin-top: 30px;
}

.product_seller_card {
    width: 100%;
    transition: 0.6s;
}

.product_seller_cardpic {
    height: 200px;
    position: relative;
    display: flex;
    overflow: hidden;
    border-radius: 15px;
}

.product_seller_cardpic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s;
}

.product_seller_card:hover .product_seller_cardpic img {
    transform: scale(1.1);
}

.product_seller_cardbtm {
    width: 100%;
    position: relative;
    padding: 0 15px 5px;
    margin-top: -30px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 10px;
}

.product_seller_circle {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    padding: 3px;
    background-color: #fff;
    border: 3px solid #9bfdff;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    box-shadow: 0px 0px 10px 0px #dddddd70;
}

.product_seller_cardbtm h6 {
    font-size: 18px;
    color: #000;
    font-weight: 500;
}

/**/
.product_sellers_slide .owl-nav { position: absolute; top: -130px; width: 100%; left: 0; right: 0; text-align: center;}
.product_sellers_slide .owl-nav button.owl-prev, .product_sellers_slide .owl-nav button.owl-next { width: 40px; height: 40px; border: 1px solid #817979; border-radius: 50%; color: #000; font-size: 30px;}
.product_sellers_slide .owl-nav button.owl-prev span { position: relative; top: 0px; font-size: 0; display: flex; align-items: center; justify-content: center;}
.product_sellers_slide .owl-nav button.owl-prev span::after { content: '\f060'; color: #817979 !important; font-family: FontAwesome; position: absolute; border-radius: 50%; font-size: 16px; }
.product_sellers_slide .owl-nav button.owl-prev:hover span::after { content: '\f060'; color: #fff !important; }
.product_sellers_slide .owl-nav button.owl-next span { position: relative; top: 0px; font-size: 0; display: flex; align-items: center; justify-content: center;}
.product_sellers_slide .owl-nav button.owl-next span::before { content: '\f061'; color: #817979 !important; font-family: FontAwesome; position: absolute; border-radius: 50%; font-size: 16px; }
.product_sellers_slide .owl-nav button.owl-next:hover span::before { content: '\f061'; color: #fff !important; }
.product_sellers_slide .owl-nav button.owl-prev { left: 0px; position: relative;}
.product_sellers_slide .owl-nav button.owl-next { right: 0px; position: relative;}
.product_sellers_slide .owl-nav {
    position: absolute;
    display: inline-flex;
    top: -78px;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
}
.product_sellers_slide .owl-nav button.owl-prev:hover, .product_sellers_slide .owl-nav button.owl-next:hover { background: #01D7DD; border: 1px solid #01D7DD; color: #fff; transition: all .3s ease-in-out;}
.owl-theme .owl-nav { margin-top: 0; }
/**/

/* ======================================================================= */
    /* flash_sale start */
/* ======================================================================= */
.flash_sale {
    width: 100%;
}

.flash_saleleft {
    width: 100%;
}

.flash_saleleft_pic {
    width: 100%;
    height: 460px;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    display: flex;
    margin-top: 60px;
}

.flash_saleleft_pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.flash_salein {
    width: 100%;
    margin-top: 25px;
}

.flash_sale_card {
    width: 96%;
    margin: 5px;
    padding: 17px 12px;
    border-radius: 12px;
    transition: 0.6s;
    box-shadow: 0px 0px 5px 0px #ddd;
    /* box-shadow: 0 4px 15px rgb(0 0 0 / 12%); */
    text-align: center;
}
.flash_sale_card .added_to_cart.wc-forward {
    max-width: 160px;
    width: 100%;
    margin: auto;
}
.flash_sale_card .cart_btn.added{
    display: none;
}
.flash_sale_card:hover {
    box-shadow: 0 4px 15px rgb(0 0 0 / 12%);
}
.flash_sale_card .yith-wcwl-add-to-wishlist-button:not(.yith-wcwl-add-to-wishlist-button--themed-button) svg.yith-wcwl-add-to-wishlist-button-icon {
    background-color: #fff;
    border-radius: 18%;
}
.flash_sale_card_pic {
    width: 100%;
    height: 240px;
    padding: 6px;
    margin: 0 auto 10px;
    /* overflow: hidden; */
    mix-blend-mode: darken;
}

.flash_sale_card_pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    overflow: hidden;
    transition: 0.6s;
}

.flash_sale_card h5 {
    font-size: 16px;
    text-align: center;
    color: #000;
    font-weight: 500;
    height: 45px;
    line-height: 22px;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.flash_sale_card ul {
    text-align: center;
}

.flash_sale_card li {
	display: inline-flex;
	font-size: 12px;
	color: #FCB32E;
	text-align: center;
}

.flash_sale_card li span {
    display: inline-flex;
    font-size: 11px;
    color: #646464;
}

.flash_sale_card h6 {
	font-size: 16px;
	color: #000;
	font-weight: 400;
	text-align: center;
	margin-bottom: 15px;
}

.flash_sale_card h6 del span {
	font-size: 16px;
	color: #898686;
	font-weight: 400;
	padding-left: 7px;
	text-decoration: line-through;
}

hr {
    margin: 12px 0;
}

.flash_sale_card .cart_btn {
    background-color: #00ADBE;
    border: 1px solid #00ADBE;
    color: #ffffff;
    margin: 0 auto;
    display: block;
    max-width: 160px;
}

.flash_sale_card .cart_btn:hover {
    background: #0D0D12;
    background: linear-gradient(178deg, rgba(13, 13, 13, 1) 0%, rgba(84, 84, 84, 1) 100%);
    border-color:#0D0D12;
    color: #fff;
}

.flash_sale_card:hover .flash_sale_card_pic img {
    transform: scale(1.1);
}

.flash_sale_card:hover .cart_btn {
    background-color: #00ADBE;
    border: 1px solid #00ADBE;
    color: #fff;
}


/**/
.flash_slide .owl-nav { position: absolute; top: -130px; width: 100%; left: 0; right: 0; text-align: center;}
.flash_slide .owl-nav button.owl-prev, .flash_slide .owl-nav button.owl-next { width: 40px; height: 40px; border: 1px solid #817979; border-radius: 50%; color: #000; font-size: 30px;}
.flash_slide .owl-nav button.owl-prev span { position: relative; top: 0px; font-size: 0; display: flex; align-items: center; justify-content: center;}
.flash_slide .owl-nav button.owl-prev span::after { content: '\f060'; color: #817979 !important; font-family: FontAwesome; position: absolute; border-radius: 50%; font-size: 16px; }
.flash_slide .owl-nav button.owl-prev:hover span::after { content: '\f060'; color: #fff !important; }
.flash_slide .owl-nav button.owl-next span { position: relative; top: 0px; font-size: 0; display: flex; align-items: center; justify-content: center;}
.flash_slide .owl-nav button.owl-next span::before { content: '\f061'; color: #817979 !important; font-family: FontAwesome; position: absolute; border-radius: 50%; font-size: 16px; }
.flash_slide .owl-nav button.owl-next:hover span::before { content: '\f061'; color: #fff !important; }
.flash_slide .owl-nav button.owl-prev { left: 0px; position: relative;}
.flash_slide .owl-nav button.owl-next { right: 0px; position: relative;}
.flash_slide .owl-nav {
    position: absolute;
    display: inline-flex;
    top: -68px;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
}
.flash_slide .owl-nav button.owl-prev:hover, .flash_slide .owl-nav button.owl-next:hover { background: #01D7DD; border: 1px solid #01D7DD; color: #fff; transition: all .3s ease-in-out;}
.owl-theme .owl-nav { margin-top: 0; }
/**/

/*// timer start //*/

.timerRow {
    position: absolute;
    left: 25px;
    top: 106px;
    text-align: center;
}
.timerRow li {
  display: inline-block;
  font-size: 12px;
  color: #fff;
  list-style-type: none;
  padding: 3px;
  text-transform: uppercase;
}

.timerRow li span {
    font-size: 22px;
    color: #000;
    font-weight: 500;
    background-color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 6px;
}

/*// timer end //*/

/* ======================================================================= */
    /* big_deals start */
/* ======================================================================= */
.big_deals {
    width: 100%;
}

.big_dealspic {
    width: 100%;
    height: 270px;
    position: relative;
    display: contents;
    overflow: hidden;
    border-radius: 20px;
}

.big_dealspic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* ======================================================================= */
    /* latest_collection start */
/* ======================================================================= */
.latest_collection {
    width: 100%;
}

.latest_collection .headertext h3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
}

.latest_collection .headertext h3 span a {
    font-size: 16px;
    color: #00ADBE !important;
    font-weight: 500;
}

/* .latest_collection .headertext h3::after {
    content: "";
    position: absolute;
    top: 20px;
    right: 153px;
    width: 67%;
    height: 1px;
    background-color: #CFCFCF;
} */

@media (min-width: 992px) {
    .col-lg-5th {
        width: 20%;
        float: left;
    /*padding: 0 15px;*/
        box-sizing: border-box;
    }
}

.latest_collection .trending_products_box {
    box-shadow: none;
}
.latest_collection .trending_products_box .trending_pic {
    height: 215px;
}
.latest_collection .trending_cart {
    bottom: 0px;
}


/* ======================================================================= */
    /* askedArea start */
/* ======================================================================= */
.askedArea {
    width: 100%;
    padding-top: 0 !important;
}

.askedArea .headertext h3::after {
    right: 115px;
    width: 60%;
}

.askedAreain {
    width: 100%;
    margin-top: 35px;
}

.customerCard {
    width: 100%;
    background-color: #D7EEF4;
    padding: 35px 25px;
    border-radius: 20px;
}

.customerCard h5 {
    font-size: 18px;
    color: #000;
    min-height: 50px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.customerCard p {
    font-size: 15px;
    margin: 25px 0;
    color: #585858;
    font-weight: 400;
    line-height: 22px;
    min-height: 170px;
/*     overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical; */
}

.customerCard ul {
    margin: 0 0px 20px 0px;
    background: #fff;
    border-radius: 15px;
    padding: 5px 20px;
    display: inline-block;
}

.customerCard ul li {
    display: inline-block;
    font-size: 13px;
}

.customerCard h6 {
    font-size: 17px;
    color: #000;
    font-weight: 500;
}

/**/
.asked_slide .owl-nav { position: absolute; top: -130px; width: 100%; left: 0; right: 0; text-align: center;}
.asked_slide .owl-nav button.owl-prev, .asked_slide .owl-nav button.owl-next { width: 40px; height: 40px; border: 1px solid #817979; border-radius: 50%; color: #000; font-size: 30px;}
.asked_slide .owl-nav button.owl-prev span { position: relative; top: 0px; font-size: 0; display: flex; align-items: center; justify-content: center;}
.asked_slide .owl-nav button.owl-prev span::after { content: '\f060'; color: #817979 !important; font-family: FontAwesome; position: absolute; border-radius: 50%; font-size: 16px; }
.asked_slide .owl-nav button.owl-prev:hover span::after { content: '\f060'; color: #fff !important; }
.asked_slide .owl-nav button.owl-next span { position: relative; top: 0px; font-size: 0; display: flex; align-items: center; justify-content: center;}
.asked_slide .owl-nav button.owl-next span::before { content: '\f061'; color: #817979 !important; font-family: FontAwesome; position: absolute; border-radius: 50%; font-size: 16px; }
.asked_slide .owl-nav button.owl-next:hover span::before { content: '\f061'; color: #fff !important; }
.asked_slide .owl-nav button.owl-prev { left: 0px; position: relative;}
.asked_slide .owl-nav button.owl-next { right: 0px; position: relative;}
.asked_slide .owl-nav {
    position: absolute;
    display: inline-flex;
    top: -80px;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
}
.asked_slide .owl-nav button.owl-prev:hover, .asked_slide .owl-nav button.owl-next:hover { background: #01D7DD; border: 1px solid #01D7DD; color: #fff; transition: all .3s ease-in-out;}
.owl-theme .owl-nav { margin-top: 0; }
/**/


/* ======================================================================= */
    /* our_store start */
/* ======================================================================= */
.our_store {
    width: 100%;
    height: 480px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
}

.our_store_content {
    width: 50%;
}

.our_store_content h2 {
    font-size: 42px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 25px;
}

.our_store_content .formfild {
    width: 75%;
    position: relative;
    margin-right: 0px;
}

.our_store_content .formfild .form-control {
    position: relative;
    color: #000;
    height: 50px;
}

.our_store_content .btn-primary {
    position: absolute;
    top: 3px;
    right: 5px;
    border-radius: 50px;
    padding: 7px 20px !important;
    font-size: 16px;
    background: #01d7dd;
    border: none;
    font-weight: 500;
    transition: 0.6s;
}

.our_store_content .btn-primary:hover {
    background: #01a0b2;
    color: #fff;
}

.form-control:focus {
    box-shadow: none;
}

.our_store .formfild .form-control {
	border-radius: 50px;
	height: 45px;
	color: #000;
	background-color: #fff;
	border: 1px solid #fff !important;
	font-size: 14px;
	padding: 6px 135px 6px 20px;
}

/* ======================================================================= */
    /* footer_row start */
/* ======================================================================= */
.footer_row {
    width: 100%;
    padding-bottom: 30px;
}

.footer_card {
    width: 100%;
}

.footer-social {
    display: flex;
}

.footer_card ul {
    padding: 0 0 0 15px;
    margin: 0;
}

.footer-social li {
    margin: 0px 5px;
    list-style: none !important;
}

.footer-social li a {
	width: 100%;
	min-width: 34px;
	max-width: 34px;
	height: 34px;
	border-radius: 5px;
	border: 1px solid #000;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color: #000;
	transition: 0.5s;
	text-decoration: none;
}

.footer-social li a:hover {
    background-color: #01d7dd;
    border: 1px solid #01d7dd;
    color: #fff;
}

.footer_card .hotlinearea h6 {
	color: #00cbd1;
	margin-bottom: 3px;
	font-size: 15px;
}

.footer_card .hotlinearea h4 {
    color: #000;
}

.footer_card .hotlinearea .callarea img {
    filter: brightness(0) saturate(100%) invert(60%) sepia(72%) saturate(1546%) hue-rotate(135deg) brightness(101%) contrast(99%);
}

.footer_card .hotlinearea {
	margin: 10px 0;
	gap: 8px;
}
.address_card {
	width: 100%;
	margin-top: 5px;
}
.footer_card h6 {
    font-size: 20px;
    color: #00ABBC;
    margin-bottom: 15px;
}
.address_card h6 {
	font-size: 16px !important;
	margin-bottom: 5px !important;
	color: #00ABBC;
}

.address_card p {
	font-size: 14px;
	color: #3c3c3c;
	margin: 0;
	font-weight: 400;
	line-height: 18px;
}

.footer_card h5 {
    font-size: 20px;
    color: #000;
    margin-bottom: 15px;
}

.footer_card ul {
    padding: 0px 0px 10px 15px;
    margin: 0px;
}

.footer_card ul li {
    margin-bottom: 10px;
    list-style: outside;
    color: #3c3c3c;
    font-size: 10px;
}

.footer_card ul li a {
    font-size: 15px;
    color: #626262;
    font-weight: 400;
    text-decoration: none;
    transition: 0.6s;
    line-height: 18px;
}
.footer_card ul li a:hover {
    color: #000;
}

.footer_row .cardimg {
    text-align: center;
    margin-top: 60px;
}

.footer_row .cardimg img {
	max-width: 640px;
}

.copyright {
    width: 100%;
    background-color: #00ABBC;
    padding: 15px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.copyrightin {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.copyrightin img {
    max-width: 130px;
}
.copyright p {
    color: #fff;
    font-weight: 400;
    text-align: right;
    margin-bottom: 0;
}
.footer_card .d-flex.mt-4.mb-4.appon {
	margin: -4px 0 13px !important;
}
.footer_card .footer-social {
	padding: 0 !important;
	gap: 7px;
	margin-bottom: 20px;
}
.footer_card .footer-social li{
	margin:0px!important;
}

/* ======================================================================= */
    /* listing_row start */
/* ======================================================================= */
.listing_row {
    width: 100%;
}

.listing_row .flash_sale_card {
	width: 100%;
	margin: 0px;
	position: relative;
}

.listing_group {
    width: 100%;
}

.listing_grouptop {
    width: 100%;
    border-top: 1px solid #B2B2B2;
    border-bottom: 1px solid #B2B2B2;
    padding: 15px 0;
    text-align: center;
}

.listing_group h4 {
    font-size: 26px;
    color: #000;
    font-weight: 500;
}

.listing_group_grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 15px;
    align-items: end;
    margin: 25px 0 35px;
}

.listing_group_gridItem {
	width: 100%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: left;
	gap: 8px;
	background-color: #fff;
	padding: 10px;
	border-radius: 12px;
	border-bottom: 2px solid transparent;
	transition: 0.6s;
	box-shadow: 0px 0px 5px 0px #ddd;
	/* box-shadow: 0 4px 15px rgb(0 0 0 / 12%); */
}

.listing_group_gridItem:hover .gridItem_circle {
    background: #00EAEC;
    background: linear-gradient(90deg, rgba(0, 234, 236, 1) 0%, rgba(0, 112, 142, 1) 100%);
}

.listing_group_gridItem:hover {
    border-bottom: 2px solid #01d7dd;
    box-shadow: 0 4px 15px rgb(0 0 0 / 12%);
}

.gridItem_circle {
    width: 50px;
    height: 50px;
    padding: 5px;
    border-radius: 50%;
    background-color: #EEFAFA;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-basis: 50px;
    flex-shrink: 0;
    transition: 0.6s;
}

.gridItem_circle img {
/*     filter: brightness(0) saturate(100%) invert(0%) sepia(6%) saturate(7476%) hue-rotate(328deg) brightness(103%) contrast(106%); */
    transition: 0.6s;
}

.listing_group_gridItem:hover .gridItem_circle img {
/*     filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7486%) hue-rotate(49deg) brightness(97%) contrast(107%); */
    transition: 0.6s;
}

.listing_group_gridItem h6 {
	font-size: 13px;
	color: #000;
	font-weight: 400;
}

.breadcrumb {
	margin: 16px 0 20px;
}
.breadcrumb a {
	color: #000;
	font-weight: 500;
}

/* ======================================================================= */
    /* product_seraching start */
/* ======================================================================= */
.product_seraching {
    width: 100%;
    padding: 40px 0 70px;
}

.seraching_left {
    width: 100%;
}

.filterBox {
    margin: 0 0 25px;
    padding: 20px 15px;
    box-shadow: 0px 0px 5px 0px #ddd;
    border-radius: 8px;
}

.filterBox h4 {
    font-size: 18px;
    color: #000;
    font-weight: 500;
    position: relative;
    padding-bottom: 12px;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 15px;
}

.filterBox h4::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 20%;
    height: 2px;
    background-color: #01d7dd;
}

/*//*/
.noUi-horizontal .noUi-handle {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    left: -7px;
    top: -7px;
    background-color: #2684b7;
}

.noUi-horizontal {
    height: 3px;
}

.noUi-horizontal .noUi-handle {
    background-color: #ffffff;
    border: 2px solid #01d7dd;
}

.noUi-connect {
    background-color: #01d7dd;
}
/*//*/

.filterBox .form-check {
    margin: 0 0 4px;
    padding: 5px 0px 0px 30px;
}

.form-check-input {
    width: 16px;
    height: 16px;
    border: 1px solid #bfbfbf;
}

.form-check-input:focus {
    box-shadow: none;
}

.filterBox label {
    display: inline-block;
    font-size: 14px;
}

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

.filterBox ul li {
    display: inline-block;
    font-size: 12px;
    color: #FCB32E;
}

.filterBox ul li span {
    font-size: 14px;
    color: #000;
    padding-left: 10px;
}

.filterBox .fa-regular {
    color: #686868;
}

.seraching_right {
    width: 100%;
}

.sortBox {
    width: 100%;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
    border-radius: 8px;
    box-shadow: 0px 0px 5px 0px #ddd;
}

.seraching_right h6 {
    font-size: 15px;
    color: #343434;
    font-weight: 400;
}

b, strong {
    font-weight: 500;
}

.sortBox ul {
    padding: 0px;
    margin: 0px;
}

.sortBox label {
    display: inline-block;
    font-size: 15px;
    color: #000;
    font-weight: 400;
}

.sortBox .form-select {
    font-size: 15px;
    color: #000;
    font-weight: 400;
}

.form-select:focus {
    box-shadow: none;
}

.product_seraching .trending_products_box {
    box-shadow: 0px 0px 0px 0px #ddd;
}

.seraching_right .trending_cart {
    bottom: 0px;
    overflow: hidden;
}

.pagination_row {
    width: 100%;
    margin-top: 35px;
    padding: 15px;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pagination_row .page-link {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
    border-radius: 5px;
    color: #000000;
}

.pagination_row .active>.page-link, .pagination_row .page-link.active {
    background-color: #01d7dd;
    border-color: #01d7dd;
}

.page-link:focus {
    box-shadow: none;
}

/* ======================================================================= */
    /* login_sec start */
/* ======================================================================= */
.login_sec {
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: 0px;
}
.login_box {
	width: 100%;
	margin: 0 auto;
	background-color: transparent;
	padding: 50px 35px;
	border-radius: 35px;
	box-shadow: none;
	max-width: 1000px;
}
.page-template-template_vendor-login .login_box {
	max-width: 500px !important;
	padding: 34px;
	border: 1px solid #fff5f5;
	background-color: #aeaeae0a;
	margin: 50px auto;
}
.page-template-template_vendor-login form.xoo-el-action-form {
	margin-top: 0;
}
.page-template-template_vendor-login .xoo-aff-group {
	margin-bottom: 15px;
}
.page-template-template_vendor-login .xoo-aff-input-group .xoo-aff-input-icon {
	background-color: #fff;
	border-color: transparent;
	border-width: 0;
}
.page-template-template_vendor-login .xoo-aff-input-group {
	border-radius: 30px;
	overflow: hidden;
	border: 1px solid #0000004a;
}
.page-template-template_vendor-login .xoo-aff-group input[type="text"], .page-template-template_vendor-login  .xoo-aff-input-icon + input[type="password"] {
	background-color: #fff;
	color: #777;
	border-width: 0;
	border-color: transparent;
}
.page-template-template_vendor-login .xoo-aff-input-group .xoo-aff-input-icon {
	color: #017b96;
	max-width: 48px;
	font-size: 17px;
}
.page-template-template_vendor-login .xoo-el-form-container button.btn.button.xoo-el-action-btn {
	background-color: #01aabb;
	font-size: 18px;
	height: 50px;
}
.page-template-template_vendor-login  .loginBox a {
	font-size: 14px;
	color: #f00;
}
.page-template-template_vendor-login .login_btm h6 a{
	color: #01b8c5!important;
}
.page-template-template_vendor-login .xoo-el-form-container button.btn.button.xoo-el-action-btn:hover{
	background-color: #ffd40c;
    color: #000;
}
.login_box_top { width: 100%; text-align: center; }

.login_box .logo { max-width: 80px; margin: 0 auto 15px; }

.login_box h2 { font-size: 34px; color: #000; font-weight: 500;  margin-bottom: 10px; }

.loginBox { width: 100%; margin-top: 35px; position: relative; }

.loginBox_left { width: 100%; padding: 0 35px; }
/*// tab start */
.loginBox .nav-pills .nav-link.active, .loginBox .nav-pills .show>.nav-link { color: #000; background-color: transparent; }

.loginBox .nav-pills .nav-link { border-radius: 0; border-right: 1px solid #000; }

.loginBox .nav-pills .nav-link:last-child { border-radius: 0; border-right: none; }

.loginBox .nav-link { display: block; padding: 0px 8px; font-size: 16px; font-weight: 400; color: #9A9A9A; }

.loginBox .nav-link { text-decoration: none; }

.loginBox .nav { margin-top: 0px; background: #ffffff; margin-bottom: 35px; text-align: center; }

.loginBox .form-control { padding: 5px 12px; border-radius: 8px; margin-bottom: 0px; color: #000; border: 1px solid #bfbfbf; font-size: 15px; height: 52px; font-weight: 400; width: 100%; background-color: transparent; transition: 0.6s; }

.loginBox .form-control:focus { border: 1px solid #000; }

.loginBox label { display: inline-block; margin-bottom: 5px; font-size: 15px; color: #1e1e1e; }

.toggle-password {
    float: right;
    cursor: pointer;
    margin-right: 10px;
    margin-top: -35px;
}

.form-group { margin-bottom: 15px; }

.loginBox a { font-size: 15px; color: #000; font-weight: 500; text-align: right; text-decoration: underline; display: flex; align-items: center; justify-content: flex-end; }

.loginBox .cart_btn { width: 100%; border: none; font-size: 17px; color: #fff; padding: 12px 15px; font-weight: 500; margin-top: 15px; text-decoration: none; }

/*// loginBox_right start */
.loginBox_right { width: 100%; padding: 0 35px; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 15px; }

.loginBox_right .cart_btn { width: 100%; position: relative; border: 1px solid #787878; background-color: transparent; font-size: 17px; color: #000; padding: 12px 15px; font-weight: 400; margin: 0; text-align: center; text-decoration: none; display: flex; align-items: center; justify-content: center; background-image: url(../images/google.svg); background-color: white; background-repeat: no-repeat; background-position: 52px 12px; transition: 0.6s; }

.loginBox_right .cart_btn2 { background-image: url(../images/facebook.svg); background-position: 40px 8px; }

.loginBox_right .cart_btn3 { background-image: url(../images/email.svg); background-position: 65px 13px; }

.loginBox_right .cart_btn:hover { background-color: #dffcff; border-color: #76dce7; }
/*//*/
.midline { border-right: 1px solid #afafaf; }

.midline:last-child { border-right: none; }

.login_btm { width: 100%; margin-top: 35px; text-align: center; }

.login_btm h6 { font-size: 15px; font-weight: 400; color: #000; margin-bottom: 15px; }

.login_btm a { font-size: 15px; color: #00ADBE; text-decoration: underline; }

.login_btm small { font-size: 13px; width: 30%; margin: 0 auto; display: block; color: #6c6c6c; }

.or_circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transition: translate(-50%, -50%);
    -o-transition: translate(-50%, -50%);
    -moz-transition: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 16px;
    color: #000;
    text-align: center;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
}

.intl-tel-input,
.iti{
  width: 100%;
}

/*// vender Signup*/
.vender_box {
	width: 100%;
	padding: 0px;
	margin: 0 auto;
	border: 1px solid #b5b5b566;
	border-radius: 0;
	max-width: 500px;
}
.vender_box .cart_btn { width: 60%; margin: 25px auto 0; display: block; }
.vender_box a { display: inline-block; }
/*// otp box start*/
.otp_box { width: 50%; margin: 0 auto; background-color: #fff; padding: 90px 35px; border-radius: 35px; box-shadow: 0 4px 10px rgb(0 0 0 / 10%); text-align: center; }
.otp_box h5 { font-size: 17px; color: #000; line-height: normal; margin-bottom: 25px; }
#otp { width: 65%; margin: 0 auto 10px; }
.otp_box .inputs input { width: 45px; height: 45px; background-color: #f6f6f6; border: 1px solid #AAAAAA; font-size: 18px; font-weight: 500; box-shadow: inset 0px 0px 5px 0px #ddd; }
.otp_box a { color: #00ADBE; text-decoration: underline; }
.otp_box .cart_btn { border: none; font-size: 17px; color: #fff; padding: 12px 40px; font-weight: 500; margin-top: 15px; display: inline-block; }
#customerSignup .login_btm a { font-size: 13px; color: #000; text-decoration: underline; }
.alredybtn { font-size: 15px !important; color: #00ADBE !important; text-decoration: underline !important; }
/*// otp box end*/




/* ======================================================================= */
    /* global_sellerpic Listing start */
/* ======================================================================= */
.global_sellerpic {
    width: 100%;
    height: auto;
    position: relative;
    display: table;
    border-radius: 20px;
    overflow: hidden;
}
.global_sellerpic.mt-3 {
    margin-top: 0.5rem!important;
}
.global_sellerpic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ======================================================================= */
    /* global_seller Listing start */
/* ======================================================================= */
/* .global_seller {
    width: 100%;
    background-color: #fff;
    position: sticky;
    top: 60px;
    z-index: 11;
} */
.global_seller {
    width: 100%;
    background-color: #fff;
    position: relative;
    top: 0;
    z-index: 11;
    margin-top: 35px;
}
.global_seller .listing_group {
	margin-top: 14px;
}

.global_seller .headertext h3::after {
    width: 74%;
}

.global_seller .listing_group_gridItem {
    margin: 7px;
    width: 95%;
}


/**/
.global_seller_slide .owl-nav { position: absolute; top: -130px; width: 100%; left: 0; right: 0; text-align: center;}
.global_seller_slide .owl-nav button.owl-prev, .global_seller_slide .owl-nav button.owl-next { width: 40px; height: 40px; border: 1px solid #817979; border-radius: 50%; color: #000; font-size: 30px; pointer-events: all;}
.global_seller_slide .owl-nav button.owl-prev span { position: relative; top: 0px; font-size: 0; display: flex; align-items: center; justify-content: center;}
.global_seller_slide .owl-nav button.owl-prev span::after { content: '\f060'; color: #817979 !important; font-family: FontAwesome; position: absolute; border-radius: 50%; font-size: 16px; }
.global_seller_slide .owl-nav button.owl-prev:hover span::after { content: '\f060'; color: #fff !important; }
.global_seller_slide .owl-nav button.owl-next span { position: relative; top: 0px; font-size: 0; display: flex; align-items: center; justify-content: center;}
.global_seller_slide .owl-nav button.owl-next span::before { content: '\f061'; color: #817979 !important; font-family: FontAwesome; position: absolute; border-radius: 50%; font-size: 16px; }
.global_seller_slide .owl-nav button.owl-next:hover span::before { content: '\f061'; color: #fff !important; }
.global_seller_slide .owl-nav button.owl-prev { left: 0px; position: relative;}
.global_seller_slide .owl-nav button.owl-next { right: 0px; position: relative;}
.global_seller_slide .owl-nav {
    position: absolute;
    display: inline-flex;
    top: -58px;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    pointer-events: none;
}
.global_seller_slide .owl-nav button.owl-prev:hover, .global_seller_slide .owl-nav button.owl-next:hover { background: #01D7DD; border: 1px solid #01D7DD; color: #fff; transition: all .3s ease-in-out;}
.owl-theme .owl-nav { margin-top: 0; }
.owl-carousel .owl-item .gridItem_circle img {
	display: block;
	width: auto;
/* 	filter: brightness(0) saturate(100%) invert(54%) sepia(54%) saturate(1713%) hue-rotate(141deg) brightness(108%) contrast(99%); */
}
.wcfmmp_store_category.active .listing_group_gridItem {
	border-bottom: 2px solid #01d7dd;
	box-shadow: 0 4px 15px rgb(0 0 0 / 12%);
}
.wcfmmp_store_category.active .listing_group_gridItem .gridItem_circle {
	background: #00EAEC;
	background: linear-gradient(90deg, rgba(0, 234, 236, 1) 0%, rgba(0, 112, 142, 1) 100%);
}
.wcfmmp_store_category.active .listing_group_gridItem .gridItem_circle img {
/* 	filter: brightness(0) saturate(100%) invert(96%) sepia(100%) saturate(16%) hue-rotate(236deg) brightness(105%) contrast(106%); */
}
/**/


/* ======================================================================= */
    /* global_mallList start */
/* ======================================================================= */
.global_mallList {
    width: 100%;
    padding-top: 40px;
}

.global_mallCard {
    width: 100%;
    padding: 15px;
    border-radius: 12px;
    box-shadow: 0px 0px 5px 0px #ddd;
}

.global_mallCard_top {
    width: 100%;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
}

.global_mallCard_circle {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    padding: 3px;
    background-color: #fff;
    border: 2px solid #01d7dd;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    box-shadow: 0px 0px 10px 0px #dddddd70;
}

.global_mallCard_circle img {
    width: 100% !important;
    object-fit: cover;
}

.global_mallCard_top h6 {
    font-size: 17px;
    color: #000;
    margin-bottom: 3px;
    font-weight: 500;
}

.global_mallCard_top img {
    width: 90px;
}

.global_mallCard_btm {
    width: 100%;
}

.global_mallCard_btm .flash_sale_card_pic {
    height: 145px;
}

.global_mallCard_btm .flash_sale_card h6 {
    margin-bottom: 0;
}
.global_mallCard_btm .flash_sale_card h6 del{
	text-decoration: line-through;
    text-decoration-color: currentcolor;
  text-decoration-color: #890606;
  display: flex;
  align-items: center;
}
.global_mallCard_btm .flash_sale_card hr {
    margin: 5px 0;
}

.global_mallCard_btm .flash_sale_card .flash_sale_card_pic {
    margin: 0 auto;
}

#listingRow .headertext h3::after {
    content: "";
    position: absolute;
    top: 20px;
    right: 0;
    width: 75%;
    height: 1px;
    background-color: #CFCFCF;
	display: none;
}

/* ======================================================================= */
    /* global_sellerpage Listing start */
/* ======================================================================= */
.global_sellerpageB {
    width: 100%;
}
.global_sellerpageB_ban {
	width: 100%;
	height: 190px;
	padding: 0 30px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 20px;
}

.global_sellerpageB_in {
    width: 55%;
    background-color: rgb(255 255 255 / 93%);
    border-radius: 15px;
    padding: 20px;
}

.global_sellerpageB_in .global_mallCard_top {
    margin-bottom: 0;
}

.global_sellerpageB_in .global_mallCard_circle {
    width: 115px;
    height: 100px;
    border-radius: 15px;
    padding: 5px;
    background-color: rgb(247,247,247);
    border: 2px solid #fff;
    box-shadow: 0px 0px 10px 0px #dddddd70;
    flex-basis: 115px;
    flex-shrink: 0;
}

.global_sellerpageB_in .global_mallCard_top h6 {
    font-size: 22px;
}

.global_sellerpageB_in .global_mallCard_top p {
    margin-bottom: 0;
    font-size: 17px;
}

.followCard {
	width: 100%;
	height: 100px;
	border-radius: 15px;
	border: 1px solid #2fdde2;
	padding: 10px 5px;
	text-align: center;
}

.followCard img {
    width: 35px;
    height: 35px;
    overflow: hidden;
    object-fit: contain;
}

.followCard h6 {
    font-size: 14px;
    color: #000;
    font-weight: 400;
    margin-top: 5px;
}

.line2 {
    border-right: 1px solid #cfcfcf;
}

.line2:last-child {
    border-right: none;
}

/*.followCard:nth-of-type(1) {
    border: 1px solid #01D7DD;
}

.followCard:nth-of-type(2n) {
    border: 1px solid red !important;
}

.followCard:nth-of-type(3) {
    border: 1px solid #01D7DD;
}*/

/* ======================================================================= */
    /* company_category start */
/* ======================================================================= */
.company_category {
    width: 100%;
    border-top: 1px solid #CFCFCF;
    border-bottom: 1px solid #CFCFCF;
    padding: 0 15px;
    margin: 25px 0;
}

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

.company_category ul li {
    display: inline-block;
}

.company_category ul li a {
    font-size: 16px;
    color: #000;
    text-decoration: none;
    padding: 0 35px;
    border-right: 1px solid #CFCFCF;
}

.company_category .form-select {
    width: 200px;
    border: none;
}

.company_category ul li a.active {
    color: #01D7DD;
}

.search-bar {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    gap: 5px;
    max-width: 100%;
    height: 55px;
    margin-left: 25px;
    font-size: 15px;
    border-left: 1px solid #CFCFCF;
}

.search-bar input {
    border: none;
    outline: none;
    flex: 1;
    padding-left: 10px;
}

.search-bar i {
    color: #777;
}

/* ======================================================================= */
    /* sellerProfile start */
/* ======================================================================= */
.sellerProfile {
    width: 100%;
}

.sellerProfile_box {
    width: 100%;
    padding: 40px 25px;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgb(0 0 0 / 12%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 15px;
    text-align: center;
}

.sellerProfile_box img {
    max-width: 90px;
}

.sellerProfile_box h4 {
    font-size: 26px;
    color: #00ABBC;
    font-weight: 500;
}

.sellerProfile_box h5 {
    font-size: 22px;
    color: #000;
    font-weight: 500;
}

.sellerProfile_right {
    width: 100%;
    padding: 40px 25px;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgb(0 0 0 / 12%);
}

.sellerProfile_right h6 {
    font-size: 15px;
    color: #000;
    font-weight: 400;
    margin-bottom: 10px;
}

.sellerProfile_right p {
    margin: 0;
    color: #00ABBC;
}


/* ======================================================================= */
    /* about_sec start */
/* ======================================================================= */
.about_sec {
    width: 100%;
    padding: 40px 0 50px;
}

.about_sec_pic {
    height: 470px;
    position: relative;
    display: flex;
    border-radius: 15px;
    overflow: hidden;
}

.about_sec_pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
	transition: 0.6s
}

.about_sec_pic:hover img {
    transform: scale(1.1);
}

.about_sec h4, .core_pillars h4, .our_business h4 {
    font-size: 32px;
    color: #000;
    font-weight: 500;
    margin-bottom: 15px;
}

.about_right {
    width: 95%;
    margin-left: auto;
}

/* ======================================================================= */
    /* core_pillars start */
/* ======================================================================= */
.core_pillars {
    width: 100%;
    padding: 0 0 50px;
}

.core_pillarstext {
    text-align: center;
    width: 55%;
    margin: 0 auto;
}

.core_pillars h4 {
    margin-bottom: 8px;
}

.core_pillarsin {
    width: 100%;
    margin-top: 35px;
}

.core_pillar_card {
    width: 100%;
    position: relative;
    background-color: #DBFFFF;
    padding: 35px 45px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    align-items: stretch;
    transition: 0.6s;
}

.core_pillarTop {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.core_pillarTop h2 {
    font-size: 60px;
    color: #000;
    font-weight: 700;
    margin: 0;
    position: relative;
    color: transparent;
    -webkit-text-stroke: 1px #000;
    text-stroke: 1px #000;
    transition: 0.6s;
}

.pillarTop_iconbox {
    width: 65px;
    height: 65px;
    position: relative;
    display: inline-block;
    align-items: center;
    justify-content: center;
}

.pillarBtm {
    width: 100%;
    margin-top: 25px;
}

.core_pillar_card h5 {
    font-size: 24px;
    color: #000;
    position: relative;
    margin-bottom: 25px;
    font-weight: 500;
    transition: 0.6s;
}

.core_pillar_card h5::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -12px;
    width: 20px;
    height: 1px;
    background-color: #000;
    border-radius: 10px;
}

.core_pillar_card h5::after {
    content: "";
    position: absolute;
    left: 25px;
    bottom: -12px;
    width: 50px;
    height: 1px;
    background-color: #000;
    border-radius: 10px;
}

.core_pillar_card p {
    margin: 10px 0;
    transition: 0.6s;
}

.core_pillarsin .row > div:nth-of-type(2) .core_pillar_card {
    background-color: #00EAEC;
}

.core_pillarsin .row > div:nth-of-type(3) .core_pillar_card {
    background-color: #00859E;
}

.core_pillarsin .row > div:nth-of-type(3) .core_pillar_card h5, .core_pillarsin .row > div:nth-of-type(3) .core_pillar_card p {
    color: #fff;
}

.core_pillarsin .row > div:nth-of-type(3) .core_pillarTop h2 {
    -webkit-text-stroke: 1px #fff;
    text-stroke: 1px #fff;
}

.core_pillarsin .row > div:nth-of-type(3) .core_pillar_card h5::after, .core_pillarsin .row > div:nth-of-type(3) .core_pillar_card h5::before {
    background-color: #fff;
}

/* ======================================================================= */
    /* our_business start */
/* ======================================================================= */
.our_business {
    width: 100%;
    padding: 0 0 50px;
}

/*// time line start*/
.timeline { position: relative; margin: 50px auto; width: 100%; box-sizing: border-box; }
.timeline:before { content: ''; position: absolute; left: 50%; width: 2px; height: 100%; background: #c5c5c5; }
.timeline ul { padding: 0; margin: 0; }
.timeline ul li { list-style: none; position: relative; width: 50%; padding: 20px 40px; box-sizing: border-box; }
.timeline ul li:nth-child(odd) { float: left; text-align: right; clear: both; }
.timeline ul li:nth-child(even) { float: right; text-align: left; clear: both; }
.content { padding-bottom: 20px; }
.timeline ul li:nth-child(odd):before { content: ''; position: absolute; width: 10px; height: 10px; top: 24px; right: -6px; background: rgb(0 173 190); border-radius: 50%; box-shadow: 0 0 0 3px rgb(0 234 236 / 30%); }
.timeline ul li:nth-child(even):before { content: ''; position: absolute; width: 10px; height: 10px; top: 24px; left: -4px; background: rgb(0 173 190); border-radius: 50%; box-shadow: 0 0 0 3px rgb(0 234 236 / 30%); }
.timeline_pic { height: 300px; position: relative; display: flex; border-radius: 12px; overflow: hidden; margin-bottom: 15px; }
.timeline_pic img { width: 100%; height: 100%; object-fit: cover; transition: 0.6s; }
.timeline ul li h3 { padding: 0; margin: 0 0 20px; font-size: 26px; color: #000; font-weight: 500; position: relative; }
.timeline ul li p { margin: 10px 0 0; padding: 0; }
.timeline ul li .time h4 { margin: 0; padding: 0; font-size: 14px; }
.timeline ul li:nth-child(odd) .time { position: absolute; top: 12px; right: -165px; margin: 0; padding: 8px 16px; background: rgba(233,33,99,1); color: #fff; border-radius: 18px; box-shadow: 0 0 0 3px rgba(233,33,99,0.3); }
.timeline ul li:nth-child(even) .time { position: absolute; top: 12px; left: -165px; margin: 0; padding: 8px 16px; background: rgba(233,33,99,1); color: #fff; border-radius: 18px; box-shadow: 0 0 0 3px rgba(233,33,99,0.3); }
.timeline ul li:hover .timeline_pic img {
    transform: scale(1.1);
}

@media(max-width:1000px) {
    .timeline { width: 100%; }
}
@media(max-width:767px) {
    .timeline { width: 100%; padding-bottom: 0; }
    .timeline:before { left: 20px; height: 100%; }
    .timeline ul li:nth-child(odd), .timeline ul li:nth-child(even) { width: 100%; text-align: left; padding-left: 50px; padding-bottom: 50px; }
    .timeline ul li:nth-child(odd):before, .timeline ul li:nth-child(even):before { top: -18px; left: 16px; }
    .timeline ul li:nth-child(odd) .time, .timeline ul li:nth-child(even) .time { top: -30px; left: 50px; right: inherit; }
}
/*// time line end*/


/* ======================================================================= */
    /* contact_sec start */
/* ======================================================================= */
.contact_sec {
    width: 100%;
    padding: 60px 0;
}

.maprow iframe {
    width: 100%;
    height: 450px;
    border-radius: 15px;
    border: 1px solid #dddddd;
    padding: 3px;
}

.contact_sec_right {
    width: 100%;
    padding: 35px;
    border: 1px solid #00859E;
    border-radius: 15px;
    height: 450px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    gap: 25px;
}

.contact_sec_right h5 {
    font-size: 20px;
    color: #01BECA;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.contact_sec_right h6 {
    font-size: 16px;
    color: #343434;
    font-weight: 300;
}


/* ======================================================================= */
    /* faq_sec start */
/* ======================================================================= */
.faq_sec { width: 100%; }
.accordion-container { position: relative; max-width: 100%; height: auto; margin: 10px auto; }
.accordion-container > h2 { text-align: center; color: #fff; padding-bottom: 5px; margin-bottom: 20px; padding-bottom: 15px; border-bottom: 1px solid #ddd; }
.set { position: relative; width: 100%; height: auto; background-color: #fff; margin-bottom: 15px; border-radius: 10px; border-left: 2px solid #01d7dd; box-shadow: 0px 0px 5px 0px #ddd; }
.set > a { display: block; padding: 15px 15px; text-decoration: none; font-size: 20px; color: #000; font-weight: 400; -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; transition: all 0.2s linear; }
.set > a span { color: #007F9A }
.set > a i { float: right; font-size: 15px; margin-top: 0px; background-color: #e5f7f8; width: 32px; height: 32px; border-radius: 50%; text-align: center; display: flex; align-items: center; justify-content: center; }
.set > a.active { background-color: #3399cc; color: #fff; }
.set.active > a { background-color: #d9f2f5; color: #007F9A; border-radius: 10px 10px 0 0; }
.set.active > a i { background-color: #fff; }
.accordion-container .content { background-color: #d9f2f5; padding: 15px; border-radius: 0 0 10px 10px; border-top: 1px solid #a3d3d9; display: none; }
.accordion-container .content p { margin: 0; color: #000; padding: 0 15px 15px 15px; }



.btn.btn-primary.dropdown-toggle {
    border-radius: 30px;
    padding:6px 20px;
}
.btn.btn-primary.dropdown-toggle span {
    min-width: 30px;
    max-width: 30px;
    height: 30px;
    display: inline-flex;
    background-color: #fff;
    color: #000;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-left: -9px;
    position: relative;
    left: -5px;
}

.asked_slide .owl-item:nth-of-type(2n) .customerCard {
    background-color:#FFEE9F!important;
}
.asked_slide .owl-item:nth-of-type(2n) .customerCard {
    background-color:#EEEEEE!important;
}
.asked_slide .owl-item:nth-of-type(3n) .customerCard {
    background-color:#CCFAFF!important;
}




/* ======================================================================= */
    /* global_seller_login start */
/* ======================================================================= */
.global_seller_login {
    width: 100%;
    height: auto;
    padding: 24px 0;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 0;
}
.banr_content {
    width: 100%;
    margin-left: auto;
    max-width: 460px;
}

.banr_content h2 {
    font-size: 38px;
    color: #fff;
    font-weight: 600;
}

.apply_form {
    width: 100%;
    background-color: #fff;
    border-radius: 30px;
    padding: 30px 10px;
    text-align: left;
    margin-top: 0px;
}

.apply_form h4 {
    font-size: 24px;
    color: #000;
    font-weight: 600;
    margin-bottom: 18px;
    padding-left: 20px;
}

.banr_content .form-control {
    padding: 5px 12px;
    border-radius: 8px;
    margin-bottom: 0px;
    color: #000;
    border: 1px solid #bfbfbf;
    font-size: 15px;
    height: 52px;
    font-weight: 400;
    width: 100%;
    background-color: transparent;
    transition: 0.6s;
}

.banr_content label {
    display: block;
    text-align: left;
    color: #5e5e5e;
    font-size: 14px;
    margin-bottom: 3px;
}

.applypanel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.banr_content .cart_btn {
    background-color: #00ADBE;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 20px;
    height: 52px;
    display: flex;
    align-items: center;
    color: #fff;
    text-align: center;
    border-radius: 8px;
    transition: 0.6s;
}

.banr_content .cart_btn:hover {
    background-color: #11828d;
}
.banr_content .small, .banr_content small {
    font-size: 12px;
}

.banr_content a {
    color: #00ADBE;
}

.banr_content p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
}

/* ======================================================================= */
    /* new_seller start */
/* ======================================================================= */
.new_seller {
    width: 100%;
}

.new_seller .headertext h3::after {
    display: none;
}

.new_seller .headertext {
    width: 62%;
    margin: 0 auto;
}

.new_sellerin {
    width: 100%;
    margin-top: 35px;
}

.new_sellercard {
    width: 100%;
    text-align: center;
}

.seller_iconbox {
    width: 90px;
    height: 90px;
    margin: 0 auto;
    border-radius: 15px;
    background-color: #F9F9F9;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.new_sellercard h5 {
    font-size: 20px;
    color: #000;
    font-weight: 500;
    margin: 15px 0 6px;
}

.new_sellercard p {
    width: 75%;
    margin: 0 auto;
}

/* ======================================================================= */
    /* start_selling start */
/* ======================================================================= */
.start_selling {
    width: 100%;
    padding-top: 0 !important;
}

.start_selling .headertext h3::after {
    display: none;
}

.start_selling .headertext {
    width: 62%;
    margin: 0 auto;
}



.accordion_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    align-items: start;
}

#accordionB {
    margin-top: 35px;
} 

.accordion-toggle {
    cursor: pointer;
}

.accordion-content {
    display: none;
}

.accordion-content.default {
    display: block;
    margin-top: 15px;
}

.current {
    color: #000;
}

.accordion-toggle:before {
    content: "\f054";
    font-family: FontAwesome;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    float: right;
    font-size: 14px;
    border: 1px solid #00ADBE;
    border-radius: 50%;
}

.current:before {
    content: "\f078";
    font-family: FontAwesome;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    float: right;
    font-size: 14px;
    border: 1px solid #00ADBE;
    border-radius: 50%;
}

.accordion_gridbox {
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgb(0 0 0 / 12%);
}

.accordion-toggle {
    cursor: pointer;
    font-size: 20px;
    color: #000;
}

.accordion-toggle span {
    color: #00ADBE;
}

.accordion-content p {
    margin: 15px 0 0;
}

.accordion_gridbox a {
    color: #00ADBE;
}


/* ======================================================================= */
    /* seller_story start */
/* ======================================================================= */
.seller_story {
    width: 100%;
    background-color: #EFFEFF;
    border-radius: 30px;
}

.seller_story .headertext h3::after {
    display: none;
}

.seller_story .headertext {
    width: 70%;
    margin-bottom: 35px;
}

.seller_story_ban {
    width: 100%;
    position: relative;
}

.seller_story_right {
    width: 70%;
    margin-left: auto;
}

.seller_story_right h2 {
    font-size: 50px;
    color: #000;
    font-weight: 500;
}

.seller_story_right p {
    margin-bottom: 0;
}

.seller_story_right article {
    margin-bottom: 35px;
}


.video-wrapper { position: relative; width: 100%; height: 500px; overflow: hidden; border-radius: 25px; margin: auto; }
.video-wrapper video { width: 100%; height: 100%; object-fit: cover; }
.video-poster { background:#000; position: absolute; width: 100%; height: 100%; z-index: 99; top: 0; cursor: pointer; }
/*.video-poster::after { content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 60%; background: #0073B8; background: linear-gradient(180deg, rgba(0, 115, 184, 0) 0%, rgba(0, 115, 184, 0.9) 100%); }*/
.video-poster img { transition:all .3s ease; -moz-transition:all .3s ease; -webkit-transition:all .3s ease; width: 100%; height: 100%; object-fit: cover; }
.video-poster:hover img { opacity: 0.8; }
.play-icon { display: block; text-align: center; line-height: 68px; width: 60px; height: 60px; border-radius: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%);}
.play-icon svg { fill:#fff; }
.play-icon::before { content: ""; position: absolute; z-index: 0; left: 50%; top: 50%; transform: translateX(-50%) translateY(-50%); display: block; width: 70px; height: 70px; background: #000; border-radius: 50%; animation: pulse-border 1100ms ease-out infinite; }
.play-icon::after { content: ""; position: absolute; z-index: 1; left: 50%; top: 50%; transform: translateX(-50%) translateY(-50%); display: flex; align-items: center; justify-content: center; width: 55px; height: 55px; background: #F000; border-radius: 50%; transition: all 200ms; border: 2px solid #fff; }
@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

.fa-play { font-size: 25px; color: #fff; position: relative; z-index: 11;  }


/* ======================================================================= */
    /* seller_program start */
/* ======================================================================= */
.seller_program {
    width: 100%;
}

.seller_program .headertext h3::after {
    display: none;
}

.seller_program .headertext {
    width: 62%;
    margin: 0 auto 35px;
}

.mall_box {
    width: 28%;
    margin: 0 auto;
    background-color: #00EAEC;
    padding: 45px 25px;
    border-radius: 10px;
}

.mall_box_icon {
    width: 90px;
    height: 90px;
    overflow: hidden;
    margin-bottom: 15px;
}

.mall_box_icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.mall_box h5 {
    font-size: 20px;
    color: #000;
    font-weight: 500;
    position: relative;
    width: 100%;
}

.mall_box h5::before {
    content: "";
    position: absolute;
    bottom: -7px;
    left: 0;
    width: 30px;
    height: 1px;
    background-color: #000;
}

.mall_box h5::after {
    content: "";
    position: absolute;
    bottom: -7px;
    left: 35px;
    width: 10px;
    height: 1px;
    background-color: #000;
}

.mall_box ul {
    padding: 0;
    margin: 25px 0 0 0;
    list-style: none;
}

.mall_box ul li {
    width: 100%;
    position: relative;
    font-size: 14px;
    color: #000;
    padding: 0 0 10px 25px;
}

.mall_box ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    background-image: url(../images/icon33.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 17px;
    height: 17px;
}

.mall_box .cart_btn {
    background-color: transparent;
    border: 1px solid #000;
    margin-top: 15px;
    color: #000;
}

.mall_box .cart_btn:hover {
    background-color: #fff;
    border-color: #fff;
    color: #000;
}


.header-mobail{
	display:none;
}
.header-mobail .grid-container {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
}
.header-mobail .user-account-menu a{
	font-size:0px;
}
.callarea {
	max-width: 60px;
}

@keyframes bling {
 0% {
    text-shadow: 0 0 10px #ff0080, 0 0 20px #ff0080, 0 0 30px #ff0080;
    transform: scale(1);
  }
  100% {
    text-shadow: 0 0 20px #00ffe1, 0 0 40px #00ffe1, 0 0 60px #00ffe1;
    transform: scale(1.09);
  }
}

@media (min-width: 992px) {
    .shoplistpage   .w-22{
        flex: 0 0 auto;
        width: 22%;
    }
     .shoplistpage   .w-78{
        flex: 0 0 auto;
        width: 78%;
    }
}
.shoplistpage  .seraching_left .woof_container_inner {
    border: 1px solid #ECECEC;
    box-sizing: border-box;
    padding: 18px;
    border-radius: 15px;
    box-shadow: 0px 4px 12px rgb(0 0 0 / 5%);
    max-height: 396px;
    min-height: 0;
    overflow: auto;
}

.shoplistpage .woof_container_inner h4 {
    font-size: 17px;
    margin-bottom: 16px;
    border-bottom: 1px solid rgb(0 0 0 / 6%);
    padding-bottom: 12px;
    font-weight: 600;
    position: relative;
}
.shoplistpage .woof_container_inner h4:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 80px;
    height: 1px;
    background-color: #01BECA;
    z-index: 1;
}
.shoplistpage .woof label {
    cursor: pointer;
    font-size: 13px;
    font-weight: 500;
    max-width: 147px;
}
.shoplistpage .icheckbox_square-blue, .shoplistpage .iradio_square-blue {
    width: 22px;
    height: 22px;
    background-size: cover;
}
.shoplistpage .icheckbox_square-blue.checked {
    background-position: -44px 0;
}
.icheckbox_square-blue.hover {
    background-position: -22px 0!important;
}
.shoplistpage  .widget .woof_redraw_zone ul li, .shoplistpage  .widget .woof_redraw_zone ul li a {
    line-height: 13px;
}

.shoplistpage .custom_rating_ul {
    list-style: none;
    display: flex;
    gap: 0;
    padding: 0;
    flex-direction: column;
    height: 150px;
    overflow: hidden;
}
.shoplistpage .custom_rating_li {
    cursor: pointer;
    padding: 9px 0px!important;
    font-size: 24px;
    /* background: #eee; */
    border-radius: 0;
}
.shoplistpage .custom_rating_li.active {
  color: #f39c12;
}
.shoplistpage .woof_childs_list_opener span {
    width: 10px;
    height: 10px;
}
.shoplistpage .woof_childs_list_opener span.woof_is_closed {
    filter: brightness(0) saturate(100%);
}
.irs--round .irs-bar {
    background-color: #00adbe!important;
}
.irs--round .irs-handle {
    border: 4px solid #00adbe!important;
}
.irs--round .irs-from, .irs--round .irs-to, .irs--round .irs-single {
    background-color: #00adbe!important;
}
nav .breadcrumb li {
	font-size: 14px;
}
.breadcrumb a {
	display: inline-flex;
}
.shoplistpage  .woocommerce-notices-wrapper {
	display: none;
}


/*deltes page*/

#wpgs-gallery.wcgs-woocommerce-product-gallery .wcgs-carousel .wcgs-slider-image {
	border-radius: 0px;
	background: #ffffff;
	position: relative;
	padding: 40px;
	border: 1px solid #d7d7d7;
	border-radius: 20px !important;
	position: relative;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
	width: 96%;
	height: 480px;
	margin: 15px auto;
}
#wpgs-gallery .wcgs-thumb.spswiper-slide img {
	border-radius: 14px!important;
}
.gallery-navigation-carousel .wcgs-thumb {
	max-width: 100px;
}
.spswiper-thumbs {
	width: 96%;
	margin: auto !important;
}
#wpgs-gallery.wcgs-woocommerce-product-gallery .wcgs-carousel .wcgs-slider-image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.woocommerce span.onsale {
	display: none!important;
}
.details_right {
	width: 100%;
	padding: 25px 20px;
	border: 1px solid #d7d7d7;
	border-radius: 20px;
	position: relative;
	margin-top: 14px;
}

.details_right h2 {
    font-size: 24px;
    color: #000;
    font-weight:400;
    margin-bottom: 5px;
}

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

.details_right ul li {
    display: inline-block;
    font-size: 13px;
    color: #3D3D3D;
    font-weight: 400;
}

.details_right ul li i {
    font-size: 12px;
    color: #FCB32E;
}

.pricePanel {
	width: 100%;
	margin: 10px 0;
	border-top: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
	padding: 4px 0;
}
.details_right h4 {
	font-size: 26px;
	color: #017E99;
	font-weight: 400;
}

.details_right h4 del span {
    font-size: 14px;
    color: #736B6B;
    text-decoration: line-through;
}
.yith-wcwl-feedback-messages-container {
	background-color: #019fb2!important;
	color: #fff!important;
}
.yith-wcwl-add-to-wishlist__feedback.yith-wcwl-add-to-wishlist__feedback--product_added.lapilliUI-Paper__root.lapilliUI-Paper--elevation.lapilliUI-Paper--rounded.lapilliUI-Paper--elevation-4.css-fqb3xz.e83suct0{
	background-color:transparent!important;
	color:#fff!important;
	
}
.fs_17 {
    font-size: 17px;
    color: #00ADBE;
    font-weight: 400;
}

.details_itemsec {
    padding: 0 0 20px;
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: 20px;
}

.details_itemsec p {
    font-size: 13px;
    margin: 0;
}

.boxicon {
    width: 30px;
    height: 30px;
    border: 1px solid #d7d7d7;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    padding: 5px;
    display: flex;
}

.boxicon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.details_itemsec a {
    font-size: 13px;
    color: #00ADBE;
}

.details_mid {
    width: 100%;
    margin-top: 15px;
}

.details_mid {
	width: 100%;
	margin-top: 10px;
	display: flex;
}
.details_midleft {
    width: 110px;
    min-width: 110px;
    padding-right: 10px;
    position: relative;
}
.details_mid img {
    width: 100%;
    max-width: 66px;
}
.details_right .wcfm_ele_wrapper {
	display: none;
}
.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item) {
	border-radius: 2px;
	width: 50px!important;
	height: 50px!important;
	padding: 5px!important;
}
.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item {
	min-width: 90px!important;
	padding: 2px !important;
	height: 34px !important;
	font-size: 14px;
}
.details_midleft h6 {
    font-size: 14px;
    font-weight: 400;
    color: #000;
}

.itembox {
    height: 55px;
    width: 55px;
    border: 1px solid #d7d7d7;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    padding: 5px;
    display: flex;
    margin-right: 7px;
    box-shadow: 0 1px 5px 0 rgba(0,0,0,.06);
    cursor: pointer;
}

.itembox img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.itembox.active {
    border: 1px solid #00ADBE;
    box-shadow: 0 2px 8px rgba(0, 123, 255, 0.3);
}

.storagebox {
    font-size: 14px;
    color: #000;
    font-weight: 400;
    text-align: center;
    border: 1px solid #d7d7d7;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    padding: 5px 10px;
    display: flex;
    margin-right: 7px;
    box-shadow: 0 1px 5px 0 rgba(0,0,0,.06);
    cursor: pointer;
}

.storagebox.active {
    border: 1px solid #00ADBE;
    box-shadow: 0 2px 8px rgba(0, 123, 255, 0.3);
}

.details_midinput {
    width: 50%;
}

.details_midinput .form-control {
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    border: none;
    padding: 5px;
    height: 32px;
    border-radius: 0;
    border-bottom: 1px solid #898989;
}

.details_midinput button {
    background-color: transparent;
    border: none;
    border-radius: 0;
    font-size: 14px;
    color: #00ADBE;
    font-weight: 400;
}

.details_midinput small {
    color: #000;
}

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

.details_mid ul li {
    width: 100%;
    font-size: 14px;
    color: #000;
    font-weight: 400;
    padding-bottom: 2px;
    display: list-item;
    list-style: disc;
    margin-left: 20px;
}

.details_mid span img {
    max-width: 70px;
    display: inline-block;
    height: auto;
    white-space: nowrap;
    display: flex;
    object-fit: contain;
}

.details_btm {
    width: 57%;
}

.details_btmtop {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.details_btm .cart_btn {
    background-color: transparent;
    border: 1px solid #00ADBE;
    color: #00ADBE;
    margin-top: 15px;
    display: block;
    font-weight: 500;
}

.details_btm .cart_btn:hover {
    background-color: #00ADBE;
    border: 1px solid #00ADBE;
    color: #fff;
}

.sharebtn {
    position: absolute;
    top: 25px;
    right: 25px;
    background-color: #C6C3C3;
}
.woocommerce div.product .woocommerce-product-rating {
	margin-bottom: 10px;
}
.woocommerce .star-rating {
	font-size: 14px;
}
.details_right .woocommerce-review-link {
	font-size: 14px;
	color: #000;
}
.details_right .product_meta {
	font-size: 15px;
}

.product_seraching.shoplistpage .trending_pic {
    height: 220px;
}

.product_seraching.shoplistpage .trending_pic img {
	width: 100%;
    height: 100%;
	object-fit: contain;
}

/*// description_panel start*/
.description_panel { width: 100%; padding: 25px; border: 1px solid #d7d7d7; border-radius: 20px; position: relative; margin-top: 25px; }
.description_panel_left {
	width: 100%;
	font-size: 14px;
}
.description_panel h4 { font-size: 24px; color: #000; font-weight: 500; margin-bottom: 10px; }
.description_panel p { font-size: 15px; color: #666666; font-weight: 400; margin-bottom: 0; }
.description_panel_pic { height: 230px; display: flex; position: relative; overflow: hidden; border-radius: 12px; margin-top: 25px; }
.description_panel_pic img { width: 100%; height: 100%; object-fit: cover; }

/*//*/
.description_panel_right { width: 100%; height: 100%; border-left: 1px solid #d7d7d7; padding: 0 0 0 35px; }
.rating_sec { width: 100%; display: flex; align-items: center; justify-content: flex-start; gap: 15px; }
.rating_sec h4 { font-size: 38px; color: #000; font-weight: 600; margin: 0; }
.rating_sec h4 span { font-size: 18px; font-weight: 500; }
.rating_sec ul { padding: 0; margin: 0; list-style: none; }
.rating_sec ul li { display: inline-block; font-size: 22px; color: #FCB32E; }
.rating_text { padding-right: 20px; border-right: 1px solid #d5d5d5; }
.description_panel_right h6 { font-size: 16px; color: #4A4949; font-weight: 400; width: 25%; }

/*//*/
.rating_card { width: 100%; margin-top: 25px; padding-bottom: 25px; border-bottom: 1px solid #d7d7d7; }
.customer_circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #CCFAFF;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    font-size: 15px;
    color: #00ABBC;
    font-weight: 500;
}
.rating_card h5 { font-size: 18px; color: #000; font-weight: 500; }
.rating_card ul { padding: 0; margin: 3px 0 8px; list-style: none; }
.rating_card ul li { display: inline-block; font-size: 13px; color: #3D3D3D; font-weight: 400; }
.rating_card ul li i { font-size: 12px; color: #FCB32E; }

/*//*/
.ratingpic { height: 55px; width: 55px; border: 1px solid #d7d7d7; position: relative; overflow: hidden; border-radius: 5px; display: flex; box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .06); cursor: pointer; }
.ratingpic img { width: 100%; height: 100%; object-fit: contain; }
.customer_reviews { width: 100%; margin-top: 15px; display: flex; gap: 7px; }
.description_panel_right a { font-size: 18px; color: #2790C3; margin-top: 25px; display: block; }
.reviews_sec {
	width: 100%;
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #d7d7d7;
}
.reviews_sec h6 { font-size: 14px; color: #666666; width: 100%; margin-bottom: 15px; }
.reviews_sec h6 span { color: red; }
.reviews_sec ul { padding: 0; margin: 3px 0 8px; list-style: none; }
.reviews_sec ul li { display: inline-block; }
.reviews_sec ul li i { font-size: 12px; color: #2790C3; }

/*//*/
.reviews_form { width: 100%; margin-top: 15px; }
.reviews_form label { font-size: 14px; color: #000; margin-bottom: 5px; }
.reviews_form label span { color: red; }
.reviews_form .form-control { padding: 5px 20px; border-radius: 30px; margin-bottom: 0px; background: #fff; color: #000; border: 1px solid #d5d5d5; font-size: 16px; height: 52px; font-weight: 500; width: 100%; background-color: transparent; }
.reviews_form textarea.form-control { height: 100px; border-radius: 15px; }
.form-check .form-check-label { font-weight: 400; margin-bottom: 0; }
.reviews_form button { border: none; font-weight: 500; padding: 9px 30px; }


/* mini card */
.offcanvas.offcanvas-end.minicardoffcanvas  {
	width: 330px;
}
.minicardoffcanvas .offcanvas-header {
	background: linear-gradient(86deg, rgba(1, 215, 221, 1) 33%, rgba(1, 158, 177, 1) 100%);
	justify-content: space-between;
}
.minicardoffcanvas .offcanvas-body {
	padding: 0;
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	height: 100%;
}
.minicardoffcanvas .offcanvas-header h5 {
	text-transform: capitalize;
	color: #000;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
}
.minicardoffcanvas .offcanvas-header .d-flex.flex-nowrap.align-items-center.gap-1 {
	font-size: 13px;
	color: #fff;
}
.wd-empty-mini-cart {
	text-align: center;
}
.wd-empty-mini-cart .iconemty {
	max-width: 123px;
	opacity: 0.1;
	margin: 20px auto;
}
.wd-empty-mini-cart p {
	font-size: 16px;
	color: #000;
	text-transform: capitalize;
}
.wd-empty-mini-cart .btn {
	padding: 9px 21px;
	font-size: 13px;
	background-color: #00ADBE;
	box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
	color: #fff;
}
.minicardoffcanvas .offcanvas-header  span{
    cursor: pointer;
}
.offcanvas.offcanvas-end.minicardoffcanvas  {
	border-left: none!important;
}
.minicardoffcanvas .widget_shopping_cart_content {
	display: flex;
	flex: 1;
	flex-direction: column;
	height: 100%;
	width: 100%;
}
.minicardoffcanvas .shopping-cart-widget-body {
	position: relative;
	flex: 1 1 100%;
	min-height: 0;
	overflow: auto;
}
.minicardoffcanvas .shopping-cart-widget-footer {
    flex: 0 0 auto;
    padding-bottom: 15px;
    
}
.woocommerceminicarttotal {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 3px;
	padding-block: 12px;
	font-size: 15px;
	border-top: 1px solid #0000001b;
	border-bottom: 1px solid #0000001b;
}
.minicardoffcanvas .shopping-cart-widget-footer>* {
    padding-inline: 15px;
}
.woocommerceminicarttotal .woocommerce-Price-amount {
	flex-grow: 1;
	text-align: end;
	color: #01a5b7;
}
.minicardoffcanvas .woocommerceminicartbuttons {
	display: flex;
	flex-direction: column;
}
.minicardoffcanvas .woocommerceminicartbuttons .button.wc-forward {
	width: 100%;
	display: block;
	text-align: center;
	padding: 10px !important;
	background: linear-gradient(178deg, rgba(13, 13, 13, 1) 0%, rgba(84, 84, 84, 1) 100%);
	margin: 2px 0;
	border-radius: 30px;
	color: #fff;
	font-size: 14px;
	text-transform: capitalize;
	font-weight: 600;
}
.minicardoffcanvas .woocommerceminicartbuttons .button.wc-forward:hover{
	background: linear-gradient(90deg, rgba(13, 13, 13, 1) 0%, rgba(84, 84, 84, 1) 100%);
	color:#fff;
}
.minicardoffcanvas .woocommerceminicartbuttons .button.checkout.wc-forward {
	background: linear-gradient(86deg, rgba(1, 215, 221, 1) 33%, rgba(1, 158, 177, 1) 100%);
	color: #fff;
}
.minicardoffcanvas .woocommerceminicartbuttons .button.checkout.wc-forward:hover{
	background: linear-gradient(180deg, rgba(1, 215, 221, 1) 33%, rgba(1, 158, 177, 1) 100%);
}
.minicardoffcanvas .woocommerceminicartbuttons .btn-Checkout:hover{
   background: linear-gradient(86deg, rgba(1, 158, 177, 1) 33%, rgba(1, 158, 177, 1) 100%);
}
.cart_list li a {
	display: flex !important;
	gap: 8px;
	align-items: flex-start;
	max-width: 247px;
}
.cart_list .variation {
	display: none;
}
.cart_list li p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-size: 13px;
	margin: 0;
	height: 32px;
	line-height: 16px;
	font-weight: 400;
}
.cart_list li a.remove.remove_from_cart_button {
	position: absolute;
	width: 24px;
	height: 24px;
	background-color: #911;
	border-radius: 50%;
	right: 35px;
	top: 20px;
	color: #fff !important;
	justify-content: center;
	align-items: center;
	font-weight: 300 !important;
}
.cart_list li img {
	min-width: 60px !important;
	height: 53px !important;
	background-color: #fff;
	padding: 7px;
	border-radius: 8px;
	overflow: hidden;
	display: flex;
	flex-shrink: 1;
	max-width: 60px !important;
	margin-left: 0;
}
.cart_list li {
	box-sizing: border-box;
	padding: 15px;
	align-items: left;
	background-color: #f4f4f4;
	gap: 10px;
	position: relative;
	flex-direction: column;
}
.cart_list li .quantity {
	font-size: 13px;
	font-weight: 600;
	white-space: nowrap;
	text-align: left;
	display: inline-flex;
	padding-left: 70px;
	margin-top: -26px;
}
.cart_list li:nth-of-type(2n){
    background-color: #fff;
}
.minicardoffcanvas .widget_shopping_cart_content.nocart {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}
.mini-cart-empty {
  text-align: center;
  padding: 30px 20px;
}

.empty-cart-img {
  width: 100px;
  height: auto;
  margin-bottom: 15px;
  opacity: 0.8;
}

.woocommerce-mini-cart__empty-message {
  font-size: 16px;
  color: #555;
  font-weight: 500;
}
.woocommerce #reviews #comments h2 {
	font-size: 15px;
	margin-bottom: 15px;
}
/* // 31.07.2025 */
.woocommerce-product-details__short-description .a-span3, .woocommerce-product-details__short-description .a-span9 {
	font-size: 14px !important;
    font-weight: 300 !important;
}
.pricePanel {
    padding: 7px 0;
}

.woocommerce-product-details__short-description .a-span9 {
	padding-left: 15px !important;
}

body .qib-button-wrapper .minus.qib-button, body .qib-button-wrapper .plus.qib-button {
    background: none !important;
	border: none !important;
}
body .qib-button-wrapper {
    border: 1px solid #d7d7d7;
    border-radius: 30px;
}

/* .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .single_add_to_cart_button {
    padding: 6px 20px 6px 20px !important;
    background-color: #00ADBE !important;
    font-size: 14px !important;
    color: #ffffff !important;
    text-align: center !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 10px !important;
    border-radius: 30px !important;
    height: 42px !important;
	border: 1px solid #00ADBE !important;
} */

.details_btm .custom_add_to_cart_button.single_add_to_cart_button.btngroup.btn.disabled {
	background-color: #ccc;
	color: #000;
	border-radius: 30px;
	border-color: #ccc;
}
.details_btm .custom_add_to_cart_button.single_add_to_cart_button.btngroup.btn {
    background-color: #00ADBE;
    color: #fff;
    border-color: #00ADBE;
    border-radius: 30px;
    white-space: nowrap;
}
.details_right .single_buy_now_button, .details_right .custom_buy_now_button {
	background-color: transparent !important;
	border: 1px solid #00ADBE !important;
	border-radius: 30px !important;
	width: 100%;
	max-width: 300px !important;
	min-width: 300px !important;
	text-align: center !important;
	height: 44px !important;
	margin-top: 5px !important;
	transition: 0.6s !important;
	color: #000 !important;
}

.details_right .single_buy_now_button:hover {
	background-color: #00ADBE !important;
	border: 1px solid #00ADBE !important;
	border-radius: 30px !important;
	width: 100%;
	max-width: 200px !important;
	color: #fff !important;
}
.woocommerce div.product form.cart {
    margin-bottom: 0em !important;
}
ul.psfw-social-icons li a {
    width: 35px!important;
    height: 35px!important;
    border: 1px solid #00ADBE!important;
}
.details_right ul li i {
    font-size: 15px;
    color: #00ADBE!important;
}
.qib-button-wrapper .quantity input.input-text.qty.text {
    font-size: 16px!important;
}

.react {
	width: 42px!important;
    height: 42px!important;
    border-radius: 50%!important;
    background-color: #fff!important;
    border: 1px solid #00adbe73!important;
    padding: 5px!important;
    display: flex!important;
    align-items: center!important;
    justify-content: center!important;
    cursor: pointer!important;
}
.woocommerce #reviews #comment {
	padding: 5px 20px;
	border-radius: 10px;
	margin-bottom: 0px;
	background: #fff;
	color: #000;
	border: 1px solid #d5d5d5;
	font-size: 16px;
	height: 85px;
	font-weight: 500;
	width: 100%;
	background-color: transparent;
}
#review_form .comment-form-author {
	width: 49%;
	margin-right: 9px !important;	
}
#review_form .comment-form-email {
	width: 49%;
}
#review_form input {
	
}
.woocommerce #review_form #respond #commentform p {
	margin: 0 0 10px;
}

#commentform .comment-form-author input, #commentform .comment-form-email  input{
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	padding: 5px 20px;
	border-radius: 30px;
	margin-bottom: 0px;
	background: #fff;
	color: #000;
	border: 1px solid #d5d5d5;
	font-size: 16px;
	height: 52px;
	font-weight: 500;
	width: 100%;
	background-color: transparent;
}
.details_right h4 {
	font-size: 22px;
}
.wcfmmp_sold_by_container_advanced .wcfm_catalog_enquiry_button_wrapper {
	display: none;
}
.wcfmmp_sold_by_container_advanced .wcfmmp_sold_by_container_left {
	width: 45px;
	height: 45px;
}
.wcfmmp_sold_by_container_advanced .wcfmmp_sold_by_container_left {
	width: 100px;
	height: 100px;
	object-fit: content;
}
.description_panel_right .rating_sec h4 {
	font-size: 26px;
}
.description_panel_right .rating_sec ul li {
	font-size: 12px;
}
.posted_in a {
	color: rgb(0, 170, 174);
}
.woocommerce #review_form #respond .form-submit input {
	background-color: #00ADBE;
	font-size: 15px;
	padding: 14px 35px;
	/* transition: all .5s ease-in-out; */
	display: inline-block;
	color: #fff;
	text-align: center;
	border-radius: 50px;
	transition: 0.6s;
}
.wcfmmp_sold_by_container_advanced {
	border-radius: 20px !important;
	margin-top: 25px;
}
.pdt-store .wcfmmp_sold_by_container_advanced {
	display: flex;
	align-items: center;
	padding: 0 25px;
}
.pdp-link_size_xs.pdp-link_theme_blue.seller-link.chat_block {
	margin-left: auto;
	border: 1px solid #00ADBE;
	padding: 8px 15px;
	border-radius: 30px;
	color: #00ADBE;
	font-size: 12px;
}
.wcfmmp_sold_by_container_advanced .wcfmmp_sold_by_label {
	display: none;
} 
.wcfmmp_sold_by_container_advanced .wcfmmp_sold_by_container_left img {
	width: 100%;
	border-radius: 50%;
	display: inline-block !important;
	border: 0;
	height: 100%;
	object-fit: contain;
}
.cart .single_add_to_cart_button.button.btngroup.alt {
	background-color: #00ADBE;
	font-size: 15px;
	padding: 14px 25px;
	transition: all .5s ease-in-out;
	display: inline-block;
	color: #fff;
	text-align: center;
	border-radius: 30px;
	transition: 0.6s;
}
.wcfmmp_sold_by_container_advanced .wcfmmp-store-rating {
	font-size: 12px;
} 
.woocommerce p.stars a {
	font-size: 14px;
}
.description_panel_left h2 {
	font-size: 24px;
	margin-top: 25px;
	margin-bottom: 10px;
}
.page-id-117 .about_sec .status-publish {
	width: 65%;
    padding: 50px 80px;
    margin: 0 auto;
    border: 1px solid #d7d7d7;
    border-radius: 20px;
    position: relative;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .06);
	text-align: center;
}
.about_sec .entry-header h1 {
	font-size: 30px;
    color: #000;
    font-weight: 500;
    margin-bottom: 10px;
}
.about_sec .woocommerce form .form-row label {
	text-align: left;
}
.woocommerce form .form-row .input-text {
	height: 52px;
	border: 1px solid #d5d5d5;
	font-weight: 400;
}
.about_sec .form-row button {
	background-color: #00ADBE;
    font-size: 15px;
    padding: 15px 25px;
    transition: all .5s ease-in-out;
    display: inline-block;
    color: #fff;
    text-align: center;
    border-radius: 50px;
    transition: 0.6s;
	width: 25%;
   margin: 0 auto;
}
.page-id-117 .about_sec .woocommerce form .form-row-first, .page-id-117 .about_sec .woocommerce form .form-row-last {
	width: 100%;
}
/* .woocommerce #review_form #respond p {
    width: 100% !important;
} */

.plusbtn {
	flex-basis: 30px;
	flex-shrink: 0;
}

.plusbtn .fa-plus {
	font-size: 14px;
}
.footer_row .hotlinearea10 .callarea {
	margin-right: 8px;
	max-width: 45px;
}

a {
    color: #01d7dd;
}
.entry-content .wc-block-components-product-price {
    color: #008c91;
}

.woocommerce-cart .wc-block-cart .wc-block-cart__submit-container {
    border: 1px solid #01d7dd;
	transition: 0.6s;
}
.woocommerce-cart .wc-block-cart .wc-block-cart__submit-container:hover {
    background-color: #01d7dd;
	color: #fff !important;
}
.woocommerce-cart .wc-block-cart .wc-block-cart__submit-container a:hover {
	color: #fff !important;
}
.woocommerce-cart .wc-block-cart-item__remove-link {
	color: red !important;
}

.page-id-28 .wc-block-components-product-metadata__description {
    display: none;
}

.status-publish .entry-content h5 {
	font-size: 16px;
}
.status-publish .entry-header h1 {
    font-size: 26px;
}

.status-publish .wp-block-heading strong {
    font-size: 22px;
	margin-bottom: 15px;
}

.about_sec .wp-block-heading {
    font-size: 18px;
}

.status-publish .wp-block-heading  {
	margin-bottom: 10px;
}
.about_right h4 {
	font-size: 32px !important;
    color: #000;
    font-weight: 500;
    margin-bottom: 15px;
}



/* 14.08.2025 */


.featuredSecB {
    width: 100%;
    background-color: #F4F4F4;
}

.featuredSecB .headertext h3::after {
    display: none;
}

.featuredSecB_in {
    width: 100%;
    margin-top: 35px;
    display: flex;
    align-items: center;
}

.featuredSecBslider {
    width: 90%;
}

.featuredSec_card {
    width: 100%;
    background-color: #fff;
    position: relative;
    padding: 15px 0 0 0;
    border-radius: 12px;
    transition: 0.6s;
    overflow: hidden;
    height: 525px;
}

.featuredSec_card:hover {
    box-shadow: 0 4px 10px rgb(0 0 0 / 10%);
}

.featuredSec_card_pic {
    width: 100%;
    height: 325px;
    padding: 15px;
    margin: 0 auto 15px;
    overflow: hidden;
    transition: 0.6s;
}

.featuredSec_card_pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    overflow: hidden;
    transition: 0.6s;
}

.featuredSec_card_pic:hover img {
    transform: scale(.9);
}

.featuredSec_btm {
    width: 100%;
    padding: 25px 20px;
    background-color:#fff;
    border-radius: 0 0 12px 12px;
    transition: 0.6s;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -70px;
}

.featuredSecB .trending_products_box {
    padding: 0;
}

.featuredSec_btm h6 {
    font-size: 20px;
    color: #fff;
    font-weight: 400;
}

.featuredSec_btm h6 span {
    font-size: 14px;
    color: #626262;
    font-weight: 400;
}

.featuredSec_btm .trending_top {
    width: 100%;
    margin-bottom: 15px;
}
.featuredSec_btm .trending_top h5 {
    width: 100%;
}
/**/
.featuredSecBslider .owl-nav { position: absolute; top: -130px; width: 100%; left: 0; right: 0; text-align: center;}
.featuredSecBslider .owl-nav button.owl-prev, .featuredSecBslider .owl-nav button.owl-next { width: 60px; height: 60px; border: 1px solid #817979; border-radius: 50%; color: #000; font-size: 30px;}
.featuredSecBslider .owl-nav button.owl-prev span { position: relative; top: 0px; font-size: 0; display: flex; align-items: center; justify-content: center;}
.featuredSecBslider .owl-nav button.owl-prev span::after {
    content: '\f060';
    color: #817979 !important;
    font-family: FontAwesome;
    position: absolute;
    border-radius: 50%;
    font-size: 22px;
    transform: rotate(90deg);
}
.featuredSecBslider .owl-nav button.owl-prev:hover span::after { content: '\f060'; color: #fff !important; }
.featuredSecBslider .owl-nav button.owl-next span { position: relative; top: 0px; font-size: 0; display: flex; align-items: center; justify-content: center;}
.featuredSecBslider .owl-nav button.owl-next span::before {
    content: '\f061';
    color: #817979 !important;
    font-family: FontAwesome;
    position: absolute;
    border-radius: 50%;
    font-size: 22px;
    transform: rotate(90deg);
}
.featuredSecBslider .owl-nav button.owl-next:hover span::before { content: '\f061'; color: #fff !important; }
.featuredSecBslider .owl-nav button.owl-prev { left: 0px; position: relative;}
.featuredSecBslider .owl-nav button.owl-next { right: 0px; position: relative;}
.featuredSecBslider .owl-nav {
	position: absolute;
	display: inline-flex;
	top: 0;
	right: 0;
	align-items: center;
	justify-content: flex-end;
	width: 100%;
	transform: rotate(90deg);
	transform-origin: 100% 230%;
}
.featuredSecBslider .owl-nav button.owl-prev:hover, .featuredSecBslider .owl-nav button.owl-next:hover { background: #01D7DD; border: 1px solid #01D7DD; color: #fff; transition: all .3s ease-in-out;}
.owl-theme .owl-nav { margin-top: 0; }


/**/
.featuredSecB .prodct_btn {
	background-color: transparent;
	border: 1px solid #000;
	padding: 14px 25px;
	font-size: 20px;
	color: #000;
	transform: rotate(90deg);
	transform-origin: 25% 215%;
	white-space: nowrap;
}

.featuredSecB .prodct_btn:hover {
    background-color: #00ADBE;
    border: 1px solid #00ADBE;
    color: #fff;
}

.wishbox {
    width: 35px;
    height: 35px;
    background-color: #535353;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 20px;
    right: 20px;
}

.wishbox .fa-heart {
    font-size: 20px;
    color: #fff;
}

.featuredSecB .trending_top h5 {
    font-size: 22px;
    color: #000;
    font-weight: 400;
    width: 100%;
    line-height: 26px;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.featuredSecB .trending_top li {
    font-size: 15px;
}

.featuredSec_btm .cart_btn {
    background-color: #00ADBE;
    font-size: 16px;
    padding: 10px 25px;
    margin-top: 20px;
    transition: all .5s ease-in-out;
    display: inline-block;
    color: #fff;
    text-align: center;
    border-radius: 50px;
    transition: 0.6s;
}

.featuredSec_btm .cart_btn:hover {
    background-color: #00849e;
	transform: scale(1.05);
}

.featuredSec_card:hover .featuredSec_btm {
    bottom: 0px;
}
.featuredSec_card:hover .featuredSec_card_pic {
/*     transform: scale(.9); */
    transition: 0.6s;
}


.featuredSec_card .wcfmmp_sold_by_wrapper {
	display: none;
}
.featuredSec_card .vendor_rating .wcfmmp-store-rating, .featuredSec_card .wcfmmp_sold_by_container .wcfmmp-store-rating {
	display: none;
}
.featuredSec_card .featuredSec_card_pic .cart_btn {
	display: none;
}

.featuredSec_card .featuredSec_btm .yith-add-to-wishlist-button-block {
	display: none;
}
.featuredSec_card .featuredSec_card_pic .yith-add-to-wishlist-button-block {
	width: auto;
	margin: 0;
	position: absolute;
	right: 10px;
	top: 10px;
}
.featuredSec_card .featuredSec_btm h6 del span {
	text-decoration: line-through;
}

.featuredSec_card:hover .featuredSec_btm {
    background-color: #fff;
}

.featuredSec_card:hover .featuredSec_btm h5 {
    color: #000;
}

.featuredSec_card:hover .featuredSec_btm h6 {
    color: #000;
}

/* ======================================================================= */
    /* seller_product start */
/* ======================================================================= */
.seller_product {
    width: 100%;
}

.seller_grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 12px;
    align-items: center;
}

.seller_gridbox {
    width: 100%;
    height: 230px;
    border: 1px solid #e9e9e9;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
	transition: 0.6s;
}

.seller_gridbox img {
    width: 100%;
    height: 100%;
    object-fit: contain;
	transition: 0.6s;
}

.seller_gridbox:hover img {
    transform: scale(1.1);
}

.seller_productright {
    width: 95%;
    margin-left: auto;
}

.seller_product .headertext h3::after {
    display: none;
}

.seller_product .prodct_btn {
    padding: 14px 30px;
    font-size: 18px;
    margin-top: 20px;
}

/* ======================================================================= */
    /* topPicks start */
/* ======================================================================= */
.topPicks {
    width: 100%;
    overflow: hidden;
}

.topPicks .headertext {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.topPicks .headertext article {
    margin-left: auto;
    flex-basis: 650px;
    text-align: right;
}

.topPicks .headertext article p {
    margin-bottom: 15px;
}

.topPicks .headertext h2 {
    flex-basis: 450px;
    line-height: 76px;
}

.topPicksin { width: 150%; margin-top: 40px; }
.topPicksCard { width: 100%; transition: 0.6s; }
.topPicksCard_pic { height: 520px; position: relative; display: flex; border-radius: 15px; overflow: hidden; }
.topPicksCard_pic img { width: 100%; height: 100%; object-fit: cover; transition: 0.6s; }
.topPicksCard:hover img { transform: scale(1.1); }
.slide11_textbox { width: 100%; padding: 15px 0; }
.slide11_textbox ul { padding: 0; margin: 0; list-style: none; }
.slide11_textbox ul li { display: inline-block; font-size: 13px; color: #FCB32E; }
.slide11_textbox ul li span { font-size: 14px; color: #444444; font-weight: 500;}
.topPicks b { font-weight: 600; color: #000; }
.btn_circle { position: absolute; top: 15px; right: 15px; width: 35px; height: 35px; border-radius: 50%; background-color: rgb(255 255 255 / 75%); display: flex; align-items: center; justify-content: center; overflow: hidden; box-shadow: 0 4px 10px rgb(0 0 0 / 10%);}
.btn_circle img { width: 17px !important; height: 17px !important; } 
.slide11_textbox h5 { 
	color: #000; 
	margin-bottom: 10px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
/*//*/
.slide11 .owl-nav button.owl-prev, .slide11 .owl-nav button.owl-next { width: 40px; height: 40px; border: 1px solid #000; border-radius: 50%; color: #000; font-size: 30px;}
.slide11 .owl-nav button.owl-prev span { position: relative; top: 0px; font-size: 0; display: flex; align-items: center; justify-content: center;}
.slide11 .owl-nav button.owl-prev span::after { content: '\f060'; color: #000 !important; font-family: FontAwesome; position: absolute; border-radius: 50%; font-size: 16px; }
.slide11 .owl-nav button.owl-prev:hover span::after { content: '\f060'; color: #fff !important; }
.slide11 .owl-nav button.owl-next span { position: relative; top: 0px; font-size: 0; display: flex; align-items: center; justify-content: center;}
.slide11 .owl-nav button.owl-next span::before { content: '\f061'; color: #000 !important; font-family: FontAwesome; position: absolute; border-radius: 50%; font-size: 16px; }
.slide11 .owl-nav button.owl-next:hover span::before { content: '\f061'; color: #fff !important; }
.slide11 .owl-nav button.owl-prev { left: 0px; position: relative;}
.slide11 .owl-nav button.owl-next { right: 0px; position: relative;}
.slide11 .owl-nav { position: absolute; top: -100px; display: inline-flex; left: 0; justify-content: end; width: 67%;}
.slide11 .owl-nav button.owl-prev:hover, .slide11 .owl-nav button.owl-next:hover { background: #C72324; border: 1px solid #C72324; color: #fff; transition: all .3s ease-in-out;}
.owl-theme .owl-nav { margin-top: 0; }
.owl-carousel .slide11 .owl-dots.disabled, .owl-carousel .slide11 .owl-nav.disabled { display: block !important; } 
/*//*/

/* // forgot_pass */
.forgot_pass {
	width: 100%;	
}

.forgot_pass_box {
	width: 65%;
	margin: 0 auto;
	padding: 65px 115px;
	text-align: center;
	box-shadow: 0px 0px 7px 0px #ddd;
	border-radius: 25px;
}
.forgot_pass img {
	max-width: 100px;
	overflow: hidden;
	object-fit: contain;
	margin: 0 auto;
}

.forgot_pass h4 {
	font-size: 26px;
	color: #000;
	font-weight: 600;
	margin: 15px 0;
}
 
.woocommerce .forgot_pass form .form-row-first, .woocommerce .forgot_pass form .form-row-last,  .woocommerce-page .forgot_pass form .form-row-first,  .woocommerce-page .forgot_pass form .form-row-last {
	width: 100%;
	overflow: visible;
}

.woocommerce .forgot_pass form .form-row .input-text {
	height: 62px;
	border: 1px solid #d5d5d5;
	font-weight: 400;
	width: 100%;
	border-radius: 30px;
	padding: 15px;
}
.forgot_pass .woocommerce form .form-row label {
	text-align: left !important;
}
.woocommerce .forgot_pass button {
    border-radius: 50px;
    padding: 15px 30px;
    font-size: 18px;
	color: #fff;
    background-color: #01d7dd;
    border: none;
    font-weight: 500;
    transition: 0.6s;
}
.woocommerce .forgot_pass form .form-row label {
	line-height: 2;
	text-align: left;
}
.woocommerce .forgot_pass button:hover {
    background-color: #1eafb3;
	color: #fff;
}

/* .xoo-el-modal .xoo-el-header {
	display: none;
} */

.apply_form h6 {
	text-align: center;
	margin: 10px 0 0;
}
.apply_form #wcfm_membership_container input[type="text"], .apply_form #wcfm_membership_container input[type="file"], .apply_form #wcfm_membership_container input[type="password"], .apply_form #wcfm_membership_container select, .apply_form #wcfm_membership_container input[type="number"], .apply_form #wcfm_membership_container input[type="time"], .apply_form #wcfm_membership_container input[type="search"], .apply_form #wcfm_membership_container textarea {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
.apply_form #wcfm_membership_container input.wcfm_submit_button {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
.flash_salein .headertext {
	margin-bottom: 25px;
}
.description_panel_right label {
	display: inline-block;
	margin-bottom: 3px;
}
 .woocommerce .sortBox .woocommerce-ordering {
	margin: 0;
}
.description_panel_left ul li {
	margin-bottom: 5px;
}
.xoo-el-modal .xoo-el-form-container ul.xoo-el-tabs {
	display: none;
}
.xoo-el-container:not(.xoo-el-style-slider) .xoo-el-inmodal, .xoo-el-notice-inmodal {
	height: 40%;
}
.xoo-el-form-container button.btn.button.xoo-el-action-btn {
	background-color: #01d7dd;
}
.xoo-el-form-container button.btn.button.xoo-el-action-btn:hover {
	background-color: #00849e;
}
.post-28 .wc-block-components-form .wc-block-components-checkout-step {
	margin: 0 0 20px;
}
.post-28 .wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button {
	background-color: #01d7dd;
	border: none;
	color: #fff;
	font-weight: 600;
	transition: 0.6s;
	border-radius: 4px;
}
.post-28 .wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button:hover {
	background-color: #15c3c8;
}
.post-28 .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-formatted-money-amount {
	font-weight: 500;
}
.post-28 .wc-block-components-form .wc-block-checkout__order-notes.wc-block-components-checkout-step {
	margin-bottom: 20px;
}
.post-28 .wc-block-checkout__terms.wc-block-checkout__terms--with-separator {
	padding-top: 20px;
}
.post-28 .wc-block-checkout__terms {
	margin: 0 0 20px;
}
a {
	color: #20a0a4;
}

.myaccount_page_custom .myaccount-content button {
	font-weight: 600;
}
.newdesing_big .trending_products_box .trending_top li {
    font-size: 12px;
    margin-right: 2px;
}
.orders-table .btn-dispute-order, .orders-table .btn-invoice-order, .myaccount_page_custom .orders-table button, .orders-table .btn-modify-order, .orders-table .btn-refund-order {
    padding: 5px 7px !important;
    font-size: 12px;
	margin-bottom: 3px;
}
.myaccount_page_custom .orders-table .actions {
	display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
}

.searchearea ul li a:hover {
    color: #000000 !important;
}
.ai-agent-chat-avatar {
    height: 60px;
    width: 60px;
}
.address_type .form-check .form-check-input {
	width: 16px;
	height: 16px;
	padding: 0;
} 
.edit_form {
    width: 100% !important;
}
.edit_address h4 {
    margin-bottom: 15px !important;
}
.editsec a {
	width: 35px;
	height: 35px;
	border: 1px solid #ccc;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
}
.address_sec h6 {
    font-size: 16px !important;
    color: #000000 !important;
    font-weight: 500 !important;
}
.account-menu a {
    font-weight: 500;
}
.woocommerce-page .myaccount_page_custom .full label {
	display: flex;
    align-items: center;
    gap: 10px;
} 
.myaccount_page_custom .myaccount-content h2 {
	margin-bottom: 15px;
}
.description_panel_left h1 {
	font-size: 30px;
}
.wcfmmp_sold_by_container_advanced .wcfmmp_sold_by_container_left img {
    border-radius: 0;
}
.pdt-store .wcfmmp_sold_by_container_advanced {
    gap: 15px;
}
.myaccount_page_custom .orders-table {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    padding: 10px;
}
.myaccount_page_custom .my-orders-wrapper {
    max-width: 100%;
    margin: 0px auto;
}
.myaccount_page_custom .order-product-thumb img {
    width: 60px !important;
    height: 60px !important;
    border-radius: 50% !important;
}
.myaccount_page_custom .order-product-thumb:nth-child(2) {
	margin-left: -20px;
}

.myaccount_page_custom .order-product-thumb:nth-child(3) {
	margin-left: -20px;
}
.myaccount_page_custom .orders-table .order-row button {
	background-color: #00ADBE;
    font-size: 12px !important;
    padding: 10px 15px !important;
    display: inline-block;
    color: #fff;
    text-align: center;
    border-radius: 50px;
    transition: 0.6s;
	max-width: 180px !important;
}
.myaccount_page_custom .orders-table .order-row button:hover {
	text-decoration: none !important;
}
.myaccount_page_custom .order-details img {
    width: 50px !important;
    height: 50px !important;
}
.myaccount_page_custom .order-details ul li .detail-name {
	font-size: 13px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.myaccount_page_custom .order-details ul li .detail-qty {
	max-width:40px;
	flex-basis: 40px;
	flex-shrink: 0;
}
.myaccount_page_custom .orders-header, .order-row {
    align-items: flex-start !important;
}
.myaccount_page_custom .order-col.actions {
    margin-top: 0;
}
.myaccount_page_custom .orders-table .status.pending {
    color: #e90000;
    font-weight: 600;
}
.myaccount_page_custom .orders-table .btn-dispute-order {
	background-color: #ccc !important;
	border: 1px solid #ccc !important;
	color: #000 !important;
}
.myaccount_page_custom .orders-table .btn-invoice-order {
	background-color: #bbd8ee !important;
	border: 1px solid #bbd8ee !important;
	color: #000 !important;
}
.edit_address .cancelbtn {
    border: none;
    font-size: 15px;
    color: #ffffff !important;
    margin-left: 10px !important;
    border: none;
    padding: 8px 35px;
    margin-top: 25px;
    font-weight: 600;
    background-color: #e90000;
    border-radius: 6px;
}
.my-reviews-list-section .my-reviews-list .review-product a img {
    width: 80px !important;
    height: 80px !important;
    overflow: hidden;
    object-fit: contain;
    border: 1px solid #cccccc85;
    flex-basis: 80px;
    flex-shrink: 0;
    padding: 5px;
}
.my-reviews-list-section .my-reviews-list .review-product a {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
}
.my-reviews-list-section .review-item .review-content{
	display: flex;
	flex-direction: column;
	gap: 5px;
}
.my-reviews-list-section .review-product {
	flex-basis: 350px;
	flex-shrink: 0;
}
.my-reviews-list-section .review-product .product-title {
	font-size: 15px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.woocommerce .star-rating span::before {
    content: "\f005\f005\f005\f005\f005" !important;
	font-family: 'FontAwesome' !important;
    top: 0;
    position: absolute;
    left: 0;
    color: #FCB32E;
	font-size: 11px;
}
.my-reviews-list-section .review-content p {
	margin-bottom: 10px;
	order: -1;
}
.my-reviews-list-section .review-content .star-rating {
	order: 1;
}
.myaccount_page_custom .order-row .btn-cancel-order {
	background-color: #e90000 !important;
	color: #fff !important;
}
.my-review-form-section {
	margin-top: 25px;
} 
.my-review-form-section .review-form-box .product-header img {
	max-width: 120px;
	overflow: hidden;
    object-fit: contain;
    border: 1px solid #cccccc85;
    flex-basis: 120px;
    flex-shrink: 0;
    padding: 5px;
} 

.my-review-form-section .review-form-box .product-header h3 {
	font-size: 18px;
} 

.my-review-form-section .custom-stars .star {
    color: #fbcf00;
}
.my-review-form-section .add-review-form textarea {
    padding: 10px;
}
.my-review-form-section .review-form-box button {
    background-color: #00ADBE;
    font-size: 14px;
    padding: 12px 24px;
    display: inline-block;
    color: #fff;
    text-align: center;
    border-radius: 50px;
    transition: 0.6s;
}
.my-review-form-section .review-form-box button:hover {
    background-color: #00849e;
    color: #fff;
}

.page-id-27 .wc-block-cart-item__image img {
    height: auto;
    max-width: 100%;
    max-width: 120px;
    overflow: hidden;
    object-fit: contain;
    border: 1px solid #cccccc85;
    flex-basis: 120px;
    flex-shrink: 0;
    padding: 5px;
	border-radius: 5px;
	box-shadow: 0px 0px 5px 0px #ddd;
}
.wc-block-cart-item__image .woocommerce-page img {
    height: auto;
    max-width: 100%;
    max-width: 120px;
    overflow: hidden;
    object-fit: contain;
    border: 1px solid #cccccc85;
    flex-basis: 120px;
    flex-shrink: 0;
    padding: 5px;
	box-shadow: 0px 0px 5px 0px #ddd;
}
.header-destop .nav_topleft b {
    background-color: #fff;
    color: #fe7701;
    padding: 2px 7px;
    border: 1px dashed;
    margin: 0 5px;
    line-height: 1.5;
    display: inline-block;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 600;
}
.header-destop .nav_topleft h6 a {
	text-decoration: underline;
	transition: 0.6s;
}
.header-destop .nav_topleft h6 a:hover {
	text-decoration: none;
}
.minicardoffcanvas .shopping-cart-widget-footer {
    flex: 0 0 auto;
    padding-bottom: 15px;
    position: relative;
    z-index: 333;
}
.login_box .login_box_top p {
    color: #fe7701;
    padding: 2px 7px;
    border: 1px dashed;
    margin: 0 5px;
    line-height: 1.5;
    display: inline-block;
    border-radius: 5px;
    text-transform: capitalize;
    font-weight: 400;
}
.menuhead .category-header span {
    font-weight: 600;
}
#post-1824 label, #post-1826 label {
    display: block;
	margin-top: 10px;
}
#post-1826 .wtm-field:nth-child(2) {
    width: 25%;
}
#post-1824 .wtm-card .wtm-table {
	margin-bottom: 15px;
}
#post-1826 .wtm-btn, #post-1824 .wtm-btn{
	margin-top: 10px;
}
.wtm-btn {
    background: #00ADBE !important;
	margin-top: 15px !important;
	border-radius: 30px !important;
	padding: 10px 25px !important;
	transition: 0.6s !important;
}
.wtm-btn:hover {
    background: #00849e !important;
    transform: scale(1.05);
}
.page-id-29 .wishlist-title {
    margin-bottom: 0;
}
#billing_phone {
	width: 100%;
}
.myaccount_page_custom .myaccount-content {
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 6px;
}
.order-col.actions a:hover, .order-col.actions button:hover {
    background: #f7ca00;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    text-decoration: none;
    color: #111;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .stock {
    color: #fe7701;
	margin-bottom: 0;
}

form.woocommerce-ResetPassword.lost_reset_password.custom_lost_reset_password {
    width: 65%;
    margin: 50px auto;
    padding: 65px 115px;
    text-align: center;
    box-shadow: 0px 0px 7px 0px #ddd;
    border-radius: 25px;
}

/* ======================================================================= */
    /* coupon_bnr start */
/* ======================================================================= */
.coupon_bnr {
    width: 100%;
    padding-top: 0 !important;
}

.coupon_bnrpic {
    width: 100%;
    height: 300px;
    position: relative;
    display: flex;
    overflow: hidden;
    border-radius: 10px;
}

.coupon_bnrpic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.coupon_bnrpic2 {
    width: 100%;
    height: 142px;
    position: relative;
    display: flex;
    overflow: hidden;
    border-radius: 10px;
}

.coupon_bnrpic2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ======================================================================= */
    /* coupon_benefit start */
/* ======================================================================= */
.coupon_benefit {
    width: 100%;
    padding-top: 0 !important;
}

.coupon_title h3 {
    font-size: 34px;
    color: #000;
    position: relative;
    font-weight: 600;
}

.coupon_benefit .coupon_title {
    width: 60%;
    margin: 0 auto;
}

.coupon_iconsec {
    width: 100%;
    margin-top: 40px;
}

.coupon_iconCard {
    width: 100%;
    padding: 0 60px;
    text-align: center;
}

.coupon_iconBox {
    width: 90px;
    height: 90px;
    position: relative;
    background-color: #FDF5F5;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    margin: 0 auto 20px;
}

.coupon_iconBox img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.coupon_iconCard h5 {
    font-size: 20px;
    color: #000;
    font-weight: 500;
    margin-bottom: 10px;
}

.coupon_iconCard p {
    margin-bottom: 0px;
}

/* ======================================================================= */
    /* voucher_types start */
/* ======================================================================= */
.voucher_types {
    width: 100%;
    padding-top: 0 !important;
}

.voucher_types .coupon_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.voucher_types .cart_btn {
    background-color: transparent;
    border: 1px solid #BDBDBD;
    color: #000;
    transition: 0.6s;
}

.voucher_types .cart_btn:hover {
    background-color: #00ADBE;
    border-color: #00ADBE;
    color: #fff;
}

.voucher_text {
    max-width: 50%;
}

.voucher_text p {
    margin-bottom: 0;
}

.voucher_in {
    width: 100%;
    margin-top: 35px;
}

.voucher_card {
    width: 100%;
    padding: 35px 15px 10px;
    position: relative;
    border-radius: 15px;
    text-align: center;
    min-height: 400px;
    background: linear-gradient(135deg, #6553EF, #9457ec, #AF5AEA);
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
}

/*.voucher_cardin {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
}*/

.voucher_card:before {
    content: "";
    position: absolute;
    bottom: 105px;
    left: -25px;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
}

.voucher_card:after {
    content: "";
    position: absolute;
    bottom: 105px;
    right: -25px;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
}

.voucher_iconBox {
    width: 70px;
    height: 70px;
    position: relative;
    background-color: #ffffff8a;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    margin: 0 auto 20px;
}

.voucher_iconBox img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.voucher_mid {
    width: 85%;
    text-align: center;
    margin: 0 auto;
}

.voucher_mid img {
    max-width: 90px;
    height: 100%;
    max-height: 28px;
    overflow: hidden;
    object-fit: contain;
    /* mix-blend-mode: darken; */
}

.voucher_mid h4 {
    font-size: 26px;
    color: #fff;
    font-weight: 600;
    margin: 10px 0;
    text-transform: uppercase;
}

.voucher_mid p {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    margin: 0;
}

.voucher_card .cart_btn {
    background-color: #fff;
    border: 1px solid #fff;
    color: #000;
    transition: 0.6s;
    position: relative;
    z-index: 1;
}

.voucher_card .cart_btn:hover {
    padding: 9px 20px;
}

.voucher_btmtext {
    display: flex;
    flex-direction: column;
    gap: 4px;
    position: relative;
}

.voucher_btmtext small {
    font-size: 12px;
    color: #fff;
    font-weight: 300;
    margin-top: 10px;
}

.voucher_cardin {
    border-bottom: 1px dashed #ffffff91;
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 10px;
}

.different_color:nth-child(1) .voucher_card {
    background: linear-gradient(135deg, #6553EF, #9457ec, #AF5AEA);
}

.different_color:nth-child(2) .voucher_card {
    background: linear-gradient(135deg, #0c84be, #1fc1e0, #1BDDF0);
}

.different_color:nth-child(3) .voucher_card {
    background: linear-gradient(135deg, #F07F0A, #f9a323, #FCB32E);
}

.different_color:nth-child(4) .voucher_card {
    background: linear-gradient(135deg, #101010, #7f6a31, #AF9140);
}

.coupon_btn {
    background-color: transparent;
    border: 1px dashed #fff;
    font-size: 15px;
    padding: 8px 15px;
    /* min-width: 175px; */
    display: inline-block;
    color: #fff;
    font-weight: 600;
    text-align: center;
    border-radius: 50px;
    transition: 0.6s;
    position: absolute;
    right: 0;
    /* z-index: -1; */;
}

.voucher_btngrp {
    width: 190px;
    position: relative;
    text-align: center;
    margin: 0 auto;
    display: flex;
}

.modal-dialog {
    max-width: 35%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    margin: 0 auto;
}

.modal-header {
    border-bottom: none;
    text-align: center;
}

.copybtn {
    width: 70%;
    margin: 15px auto;
    background-color: transparent;
    border: 1px dashed #00ADBE;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.codetext {
    padding: 15px 15px;
    text-align: center;
    font-size: 17px;
    color: #000;
    font-weight: 700;
    flex-basis: 72%;
    flex-shrink: 0;
}

.codebtn {
    background-color: #00ADBE;
    font-size: 17px;
    color: #fff;
    font-weight: 700;
    padding: 15px 15px;
    border-radius: 0 30px 30px 0;
    width: 120px;
    text-align: center;
    flex-basis: 120px;
    flex-shrink: 0;
    cursor: pointer;
}

.modal-body {
    text-align: center;
}

.modal-body h6 {
    font-size: 15px;
    color: #3c3c3c;
    font-weight: 400;
    margin-bottom: 10px;
}

.modal-body p {
    font-size: 14px;
    text-align: left;
    margin-bottom: 10px;
}

.modal-body ul {
    padding: 0;
    margin: 0 0 0 20px;
    list-style: none;
}

.modal-body ul li {
    width: 100%;
    font-size: 13px;
    color: #3c3c3c;
    padding-bottom: 6px;
    text-align: left;
    list-style: disc;
}

.likeArea {
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 10px;
}

.likeArea h5 {
    font-size: 15px;
    color: #3c3c3c;
    font-weight: 600;
    margin-bottom: 0px;
}

.vote-btn {
    border: 1px solid #ccc;
    cursor: pointer;
    transition: 0.3s;
}

.vote-btn.active.yes {
    background-color: #28a745; /* green */
    color: #fff;
}

.vote-btn.active.no {
    background-color: #dc3545; /* red */
    color: #fff;
}



/* ======================================================================= */
    /* voucher_category start */
/* ======================================================================= */
.voucher_category {
    width: 100%;
    background-color: #F0FBFD;
    border-radius: 20px;
}

.voucher_category .coupon_title {
    width: 60%;
    margin: 0 auto;
}

.voucher_categoryin {
    width: 100%;
    margin-top: 35px;
}

.portfolio-menu {
    text-align: center;
    margin: 30px auto;
}

.portfolio-menu ul li {
    display: inline-block;
    margin: 0 5px;
    list-style: none;
    padding: 10px 20px;
    border: 1px solid #BDBDBD;
    cursor: pointer;
    border-radius: 30px;
    transition: all .5 ease;
}

.portfolio-menu ul {
    padding: 0;
}

.portfolio-menu ul li:hover {
    background: #00ADBE;
    color: #fff;
    border-color: #00ADBE;
}

.portfolio-menu ul li.active {
    background: #00ADBE;
    color: #fff;
    border-color: #00ADBE;
}

.portfolio-item {
    width: 100%;
    margin: 30px auto 0;
}

.portfolio-item .item {
    width: 33.3%;
    display: inline-block;
    margin-bottom: 20px;
    padding: 0 10px;
}

.portfolio-item .item div {
    /*height: 280px;*/
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1024px) {
    .portfolio-item .item {
        width: 50%;
        padding: 0 15px;
    }
}

@media screen and (max-width: 640px) {
    .portfolio-item .item {
        width: 100%;
    }
}

.category_shape {
    width: 100%;
    height: 250px;
    position: relative;
    background-color: #00ADBE;
    border-radius: 0 20px 20px 0;
    padding: 3px 3px 3px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
}

.category_shape:before {
    content: "";
    position: absolute;
    top: 0;
    left: -7px;
    width: 7px;
    height: 250px;
    background-image: url(../images/dots.png);
    background-size: cover;
    background-repeat: repeat;
}

.percent_box {
    width: 258px;
    max-width: 258px;
    height: 100%;
    position: relative;
    background-color: #fff;
    border-radius: 16px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2px;
    flex-basis: 258px;
    flex-shrink: 0;
}

.category_item {
    transform: rotate(270deg);
    max-width: 130px;
    text-align: center;
    transform-origin: 44% 70%;
    flex-basis: 130px;
    flex-shrink: 0;
}

.category_item h4 {
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}

.category_item small {
    color: #fff;
    font-size: 12px;
}

.category_shape h2 {
    font-family: "Bebas Neue", sans-serif;
    font-size: 50px;
	font-weight: 600;
    color: #000;
    position: relative;
    line-height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.category_shape h2 span {
    display: flex;
    flex-direction: column;
    line-height: 1;
    font-size: 25px;
    font-family: "Poppins", sans-serif;
    text-align: left;
    /*position: absolute;
    top: 8px;
    left: 35%;*/
}

.category_shape span h6 {
    font-size: 25px;
    font-family: "Poppins", sans-serif;
}

.percent_box small {
    color: #000;
    font-size: 12px;
    line-height: normal;
	display: block;
}

.percent_box .cart_btn {
    background-color: #231F20;
    border: 1px solid #231F20;
    color: #fff;
    transition: 0.6s;
    position: relative;
    z-index: 1;
    transform: rotate(270deg);
    width: 160px;
    text-align: center;
    transform-origin: 35% 100%;
    flex-basis: 160px;
    flex-shrink: 0;
}

.percent_box .cart_btn:hover {
    background-color: #00ADBE;
    border: 1px solid #00ADBE;
    color: #fff;
}

.percenttext {
    width: 170px;
    flex-basis: 170px;
    flex-shrink: 0;
    text-align: center;
}

.percenttext img {
    max-width: 90px;
}

/*.category_shape:nth-child(2) .category_shape h2 span {
    top: 8px;
    left: 35%;
}*/

/*.portfolio-item .item:nth-child(1) {
  background: #fef2f2; 
}*/

.portfolio-item .item:nth-child(2) .category_shape h2 span {
}

.portfolio-item .item:nth-child(3) .category_shape h2 span {
    font-size: 22px;
}

.portfolio-item .item:nth-child(3) .category_shape span h6 {
    font-size: 18px;
}

.portfolio-item .item:nth-child(4) .category_shape span h6 {
    font-size: 18px;
}

/*.portfolio-item .item:nth-child(5) .category_shape h2 span {
    left: 60%;
}

.portfolio-item .item:nth-child(6) {
}

.portfolio-item .item:nth-child(odd) {
}

.portfolio-item .item:nth-child(even) {
}*/


/* ======================================================================= */
    /* discount_sec start */
/* ======================================================================= */
.discount_sec {
    width: 100%;
}

.discount_sec .coupon_title {
    width: 60%;
    margin: 0 auto;
}

.discount_secin {
    width: 100%;
    margin-top: 35px;
}

.discount_card {
    width: 100%;
    padding: 5px;
    border: 1px solid #E4E1E1;
    border-radius: 20px;
	transition: 0.6s;
}

.discount_card:hover {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.discount_cardpic {
    width: 100%;
    height: 250px;
    position: relative;
    display: flex;
    overflow: hidden;
    border-radius: 20px;
	transition: 0.6s
}

.discount_cardpic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
	transition: 0.6s
}

.discount_card:hover .discount_cardpic img {
    transform: scale(1.1);
}

.discount_circle {
    width: 55px;
    height: 55px;
    background-color: #fff;
    position: relative;
    padding: 5px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    margin: -50px 0 20px 0;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.discount_circle img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.discount_cardbtm {
    width: 100%;
    padding: 25px 45px;
    text-align: center;
}

.discount_cardbtm h5 {
    font-size: 20px;
    color: #000;
    margin-bottom: 5px;
}

.discount_cardbtm .cart_btn {
    background-color: #00ADBE;
    border: 1px solid #00ADBE;
    padding: 9px 20px;
    color: #fff;
    transition: 0.6s;
    position: relative;
    z-index: 1;
}

.discount_cardbtm:hover .cart_btn {
	background-color: #000;
    padding: 9px 15px;
	border-color: #000;
}

.discount_cardbtm .coupon_btn {
    border: 1px dashed #231F20;
    color: #231F20;
}

.discount_cardbtm .voucher_btngrp {
    width: 200px;
    margin: 0 auto;
}

.offerbg {
    position: absolute;
    top: 25px;
    right: 0;
    background-color: #FCB32E;
    border-radius: 30px 0 0 30px;
    padding: 4px 12px;
    font-size: 11px;
    color: #fff;
}

/* ======================================================================= */
    /* discountbg_sec start */
/* ======================================================================= */
.discountbg_sec {
    width: 100%;
    height: 700px;
    position: relative;
    display: flex;
    overflow: hidden;
}

.discountbg_sec img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ======================================================================= */
    /* cashback start */
/* ======================================================================= */
.cashback {
    width: 100%;
}

.cashback .coupon_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cashback .cart_btn {
    background-color: transparent;
    border: 1px solid #BDBDBD;
    color: #000;
    transition: 0.6s;
}

.cashback .cart_btn:hover {
    background-color: #00ADBE;
    border-color: #00ADBE;
    color: #fff;
}

.cashback_pic {
    width: 100%;
    height: 210px;
    position: relative;
    display: flex;
    overflow: hidden;
}

.cashback_pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.special_couponbox {
    position: absolute;
    top: 25px;
    left: 25px;
    width: 59%;
    padding: 10px;
    text-align: center;
}

.special_couponbtn {
    background-color: #fff;
    padding: 4px 15px;
    text-align: center;
    font-size: 13px;
    color: #000;
    font-weight: 400;
    display: inline-block;
    border-radius: 30px;
}

.special_couponbox h2 {
    font-family: "Bebas Neue", sans-serif;
    font-size: 68px;
    color: #000;
    position: relative;
    line-height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border-bottom: 2px dashed #fff;
    padding-bottom: 5px;
    margin-bottom: 10px;
    margin-top: 5px;
}

.special_couponbox h2 span {
    display: flex;
    flex-direction: column;
    line-height: 1;
    font-size: 25px;
    font-family: "Poppins", sans-serif;
    text-align: left;
}

.special_couponbox span h6 {
    font-size: 25px;
    font-family: "Poppins", sans-serif;
}

.special_couponbox small {
    font-size: 12px;
}

.special_coupon_right {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 59%;
    padding: 10px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    transform: rotate(-90deg);
    transform-origin: 78% 17%;
}

.special_coupon_right img {
    max-width: 65px;
    overflow: hidden;
    object-fit: contain;
}

.special_coupon_right a {
    color: #000;
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
    text-decoration: underline;
}

.myaccount-layout .myaccount-content .my-review-form-section h3 {
	font-size: 20px;
}

.myaccount_page_custom .orders-table .order-row button.btn-cancel-order {
    min-width: max-content;
    text-align: center;
}
.myaccount_page_custom .orders-table .order-row .order-col.actions a.btn-dispute-order {
    text-align: center;
}






.entry-content h5 {
    font-size: 22px !important;
    margin-bottom: 6px;
    margin-top: 20px;
}
.entry-content p{ margin-bottom:5px;}

.wpml-ls-native, .wpml-ls-display{ display:block;}
.nav-link.js-scroll-trigger {
  display: block;
}
.sub-menu-toggle{ display:none;}
.profilemid ul li{ position:relative;}
.profilemid ul li:hover .sub-menu.submenu{ display:block;}
.sub-menu.submenu{ position: absolute;left: 0px;background: #fff;top: 100%;  border-bottom: 2px solid #0088a1;display: none;width: 160px;}
.menu-item-wpml-ls-3-en{ display:initial !important;}
.wpml-ls-legacy-list-horizontal ul{display: block;}
.wpml-ls-link{ padding:0px;width: 200px;}

.wpml-ls-legacy-list-horizontal .wpml-ls-item{width: 100%;
  margin-bottom: 5px;
  border-bottom: 1px solid #dddddd5c;
  padding-bottom: 5px;}
.wpml-ls-legacy-list-horizontal{width: 160px;}
.languagein:after{border: solid black;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;transform: rotate(45deg);
  -webkit-transform: rotate(45deg);position: absolute;
  content: "";
  right: -12px;
  top: 4px;
}

.blog_post_in {
	margin-top: 30px;
}
.blog_post_btm {
	padding:15px;
} 
.blog_post_boxpic {
	height: 280px !important;
	position: relative;
	border-radius: 15px;
	overflow: hidden;
	border: 1px solid #ccc;
}
.blog_post_boxpic img {
	width: 100%;
	height: 100% !important;
	object-fit: cover;
	transition: 0.6s
}
.blog_post_box:hover .blog_post_boxpic img {
	transform:scale(1.1);
}
.blog_post_btm h4 a {
	font-size: 22px;
	margin-bottom: 10px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.blog_post_btm p {
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.blog_post_box {
	box-shadow: 0 4px 10px rgb(0 0 0 / 10%);
	border-radius: 15px;
}
.page-id-10 .page-numbers {
	padding: .375rem .75rem;
	border: 1px solid #dee2e6;
}
.blog-card-pic {
    width: 100%;
    height: 600px;
    position: relative;
    display: flex;
    overflow: hidden;
    border-radius: 15px;
    margin-bottom: 20px;
}
.blog-card-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.service-details-card {
	border-radius: 15px;
}
.service-details-card .card-body h2 {
	margin-bottom: 10px;
}

.service-details-area .service-details-list {
    background-color: #9b9b9bbd;
    padding: 25px 20px;
    border-radius: 15px;
    position: sticky;
    top: 70px;
}
.service-details-area .service-details-list .list li a {
    display: block;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    background-color: #ffffff;
    border-radius: 6px;
    color: #000000;
    padding: 13px;
    padding-right: 30px;
	margin-top: 15px;
}
.post-navigation a:hover {
    color: #01d7dd !important;
}

/* .sitemap-section h2 {
    margin: 0;
    padding: 12px 20px;
    background: #f9f9f9;
    font-size: 18px;
    cursor: pointer;
    position: relative;
    transition: background 0.3s;
    color: #000;
    font-weight: 600;
}
.sitemap-section ul li a {
    color: #525252 !important;
	font-weight: 300;
}
.sitemap-section ul li a:hover {
    text-decoration: underline;
    color: #01d7dd !important;
}
.sitemap-section {
    border-radius: 10px !important;
    box-shadow: 0px 0px 5px 0px #ddd !important;
}
.sitemap-section h2 {
    background: #ffffff !important;
}
.sitemap-section ul {
    padding: 20px 20px !important;
	margin: 0 0 0 25px !important;
}
.sitemap-section h2 {
    border-bottom: 1px solid #dddddd !important;
} */
.sitemap-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
  font-family: 'Poppins', sans-serif;
  color: #333;
}
.sitemap-wrap h1 {
  text-align: center;
  font-size: 36px;
  margin-bottom: 40px;
  color: #222;
}
.sitemap-section {
    margin-bottom: 15px;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    overflow: hidden;
}
.sitemap-section h2 {
  margin: 0;
  padding: 12px 20px;
  background: #fff;
  font-size: 18px;
  cursor: pointer;
  position: relative;
  transition: background 0.3s;
	font-weight: 600;
	transition: 0.6s;
	border-bottom: 1px solid #ebebeb;
	
}
.sitemap-section h2:hover {
    background: #01d7dd;
    color: #fff;
}
.sitemap-section h2 .toggle-icon {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  transition: transform 0.3s ease;
}
.sitemap-section h2.active .toggle-icon {
  transform: translateY(-50%) rotate(90deg);
}
.sitemap-section ul {
  list-style: none;
  padding: 20px 20px;
  margin: 0 0 0 25px;
  display: none;
}
.sitemap-section ul li {
  margin: 6px 0;
  position: relative;
}
.sitemap-section ul li::before {
  content: '';
  position: absolute;
  top: 12px;
  left: -15px;
  width: 10px;
  height: 1px;
  background: #ccc;
}
.sitemap-section ul li a {
  text-decoration: none;
  color: #525252;
}
.sitemap-section ul li a:hover {
  text-decoration: underline;
    color: #01d7dd;
}
.sitemap-section ul li ul {
  border-left: 1px dotted #ccc;
  padding-left: 15px;
  margin-top: 4px;
}
/* .toggle-sub::before {
  content: "▶";
  display: inline-block;
  margin-right: 5px;
  transition: transform 0.3s ease;
} */

.toggle-sub::before {
  content: "▶";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;        /* Circle size */
  height: 20px;
  margin-right: 8px;
  background-color: #01D7DD;  /* Circle color */
  color: #fff;        /* Icon color */
  font-size: 10px;    /* Icon size */
  border-radius: 50%; /* Make it a perfect circle */
  transition: transform 0.3s ease;
}
.toggle-sub.active::before {
  transform: rotate(90deg);
}
@media(max-width:768px){
  .sitemap-wrap h1 { font-size: 28px; }
  .sitemap-section h2 { font-size: 20px; }
  .sitemap-section ul li { font-size: 14px; }
}




/* ======================================================================= */
    /* faq_sec start */
/* ======================================================================= */
.faq_sec { width: 100%; padding-top: 50px !important;}
.accordion-container { position: relative; max-width: 100%; height: auto; margin: 10px auto; }
.accordion-container > h2 { text-align: center; color: #fff; padding-bottom: 5px; margin-bottom: 20px; padding-bottom: 15px; border-bottom: 1px solid #ddd; }
.set { position: relative; width: 100%; height: auto; background-color: #fff; margin-bottom: 15px; border-radius: 10px; border-left: 2px solid #01d7dd; box-shadow: 0px 0px 5px 0px #ddd; }
.set > a { display: block; padding: 15px 15px; text-decoration: none; font-size: 20px; color: #000; font-weight: 400; -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; transition: all 0.2s linear; }
.set > a span { color: #007F9A }
.set > a i { float: right; font-size: 15px; margin-top: 0px; background-color: #e5f7f8; width: 32px; height: 32px; border-radius: 50%; text-align: center; display: flex; align-items: center; justify-content: center; }
.set > a.active { background-color: #3399cc; color: #fff; }
.set.active > a { background-color: #d9f2f5; color: #007F9A; border-radius: 10px 10px 0 0; }
.set.active > a i { background-color: #fff; }
.accordion-container .content { background-color: #d9f2f5; padding: 15px; border-radius: 0 0 10px 10px; border-top: 1px solid #a3d3d9; display: none; }
.accordion-container .content p { margin: 0; color: #000; padding: 0 15px 15px 15px; }
/*  */

.header_topnav {
    padding: 12px 0;
    border-bottom: 1px solid #dfdfdf;
}

.wp-block-separator {
    border: none;
    border-bottom: 1px solid #ccc;
    margin-left: 0;
    margin-right: auto;
}

.wc-block-components-order-summary .wc-block-components-order-summary-item__image>img {
    border: 1px solid #12121229;
    border-radius: 4px;
    padding: 2px;
}

.forgot_pass_box button {
	background-color: #00ADBE !important;
	font-size: 17px !important;
	padding: 12px 25px !important;
	transition: all .5s ease-in-out;
	display: inline-block;
	color: #fff !important;
	text-align: center;
	border-radius: 50px !important;
	transition: 0.6s;
	font-weight: 500;
	margin-top: 0;
}

.forgot_pass_box button:hover {
    background-color: #00849e;
}


.woocommerce-notices-wrapper .woocommerce-message {
	border-top-color: #00adbe;
}

.wc-block-components-shipping-rates-control__package-item {
	margin-top: 7px;
}
.wc-block-components-checkbox label {
	line-height: 24px;
}
.wc-block-components-order-summary .wc-block-components-order-summary-item__description {
	font-size: 15px;
	margin-bottom: 5px
}
.wc-block-components-order-summary-item__description .wc-block-components-product-name {
	margin-bottom: 8px !important;
}
.post-28 .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-formatted-money-amount {
	font-size: 15px;
}
.wc-block-components-order-summary .wc-block-components-order-summary-item__quantity {
	font-size: 12px;
}
.page-id-117 .about_sec .status-publish .button {
	background-color: #00ADBE !important;
	font-size: 15px !important;
	color: #fff !important;
	border-radius: 5px !important;
}

.wishlist-header .col-image, .wishlist-header .col-name, .wishlist-header .col-price, .wishlist-header .col-action {
    font-weight: 600;
}
.dashboard-table td a img {
    margin-right: 8px;
}
.dashboard-table .buy_now_button {
    text-align: center;
}
.my-reviews-list-section .my-reviews-list .review-product a {
    justify-content: flex-start;
}
.review-form-box .button  {
	background-color: #00ADBE !important;
    border: 1px solid #00ADBE !important;
    color: #ffffff !important;
    display: block;
	padding: 10px 20px !important;
	border-radius: 30px !important;
}
.dashboard-table td a img {
    padding: 2px;
}
.myaccount-layout {
    padding: 60px 0  !important;
}
.woocommerce-Price-amount bdi {
	font-size: 13px;
}
.flash_sale_card h6 del span {
    font-size: 13px;
	padding-left: 0;
}
.page-id-3 .entry-content h5 {
    font-size: 18px !important;
    font-weight: 400;
	line-height: normal;
}
.page-id-3 .about_sec .wp-block-heading {
    font-size: 16px;
    line-height: normal;
}
.page-id-3 .entry-content p {
    margin-bottom: 5px;
    line-height: normal;
}
.page-id-3 .wp-block-heading {
	margin-top: 15px;
}

.page-id-3 .entry-content p strong {
    font-weight: 500;
	font-size: 17px;
}
.wishlist-row .wishlist-col.col-action a:last-child {
    padding: 8px 9px !important;
}
.trending_btm h6 span {
    font-size: 14px;
}
.page-id-29 .myaccount-content .edit-account label {
    display: flex;
    align-items: center;
    gap: 6px;
}
.dataTables_wrapper .attachment-thumbnail{
	object-fit:contain;
}
table.dataTable.display tbody tr.odd {
    text-align: left;
}
#wcfm-main-contentainer table.dataTable.display tbody tr.odd td {
    text-align: left;
}
#wcfm-main-contentainer table tbody td {
    text-align: left;
}

#wcfm-main-contentainer .wcfm-action-icon {
    text-align: center;
}
.dataTables_wrapper .dataTables_paginate .current:before {
    display: none;
}

.featuredSecB_in h6  bdi {
    font-size: 15px;
}
.featuredSecB_in h6 span {
    font-size: 15px;
}



.btn01.product_type_simple.added.view-cart-btn {
	background: #FFD40C;
	border-color: #FFD40C;
	color:#000;
}
.added_to_cart.wc-forward {
	display: none;
}

.gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 285 285'><path d='M282 76.5l-14.2-14.3a9 9 0 0 0-13.1 0L142.5 174.4 30.3 62.2a9 9 0 0 0-13.2 0L3 76.5a9 9 0 0 0 0 13.1l133 133a9 9 0 0 0 13.1 0l133-133a9 9 0 0 0 0-13z' style='fill:%23fff'/></svg>")!important;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    background-color: #ffffff!important;
}

@media(max-width: 1199.98px) {
	.blog-card-pic {
		height: 400px;
	}
	.service-details-card .card-body h2 {
		font-size: 26px;
	}
	.service-details-area .service-details-list .list li a {
		font-size: 14px;
		padding: 13px;
		padding-right: 13px;
	}
	.product_seraching.shoplistpage .trending_pic {
		height: 150px;
	}

	
}

@media(max-width: 479.98px) {
	
}



/* ======================================================================= */
/*  mobile_ban start */
/* ======================================================================= */
.mobile_version {
	display: none;
}
.newheader_area .mobile-header {
    display: none;
}

.mobile-header {
    background: linear-gradient(180deg, #01aabb54, #FFFFFF);
    padding: 15px 0px;
}

.mobile-header .search-box {
    max-width: 100%;
    background-color: #fff;
    padding: 3px;
    margin: 0 0 15px;
}

.mobile-header .search-btn {
    width: 100px;
    border-radius: 30px;
    height: 44px;
    font-size: 15px;
}

.mobile-header .search-box input {
    padding: 10px 18px 10px 45px;
    position: relative;
}

.mobile-header .search-box img {
    position: absolute;
    left: 27px;
    max-width: 20px;
    object-fit: contain;
}

.top_categoryM {
    width: 100%;
    margin-bottom: 0px;
    border-bottom: 1px solid #ccc;
}

.category_small {
    width: 68px;
    border-bottom: 2px solid transparent;
    padding-bottom: 10px;
    position: relative;
}

.category_small::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0;
    height: 2px;
    width: 100%;
}

.category_icon {
    width: 100%;
    height: 55px;
    /*background: linear-gradient(180deg, #01aabb54, #FFFFFF);*/
    padding: 8px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
}

.category_icon img {
    max-width: 32px;
    object-fit: contain;
}

.category_small h6 {
    font-size: 13px;
    color: var(--black);
    text-align: center;
}

.scroll_area {
	overflow-x: scroll;
	box-sizing: border-box;
	overflow-y: hidden;
}

.scroll_area ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: table;
    width: 100%;
}

.scroll_area::-webkit-scrollbar {
    display: none;
}

.scroll_area ul li {
    display: table-cell;
    vertical-align: top;
    list-style: none;
}

.scroll_area ul li.active .category_small::after {
    background-color: var(--theme-color);
}

.scroll_area ul li.active .category_small .category_icon {
    background: linear-gradient(180deg, #01aabb54, #FFFFFF);
}


.banner_secM {
    width: 100%;
}

.banner_secM_pic {
	width: 100%;
	height: auto;
	position: relative;
	display: flex;
	border-radius: 12px;
	overflow: hidden;
}

.banner_secM_pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner_secM_slide .owl-nav { position: absolute; top: -130px; width: 100%; left: 0; right: 0; text-align: center;}
.banner_secM_slide .owl-nav button.owl-prev, .banner_secM_slide .owl-nav button.owl-next { width: 45px; height: 45px; border: 1px solid #fff; background-color: #fff; border-radius: 50%; color: #000; font-size: 30px; pointer-events: all; box-shadow: 0px 0px 5px 0px #ddd;}
.banner_secM_slide .owl-nav button.owl-prev span { position: relative; top: 0px; font-size: 0; display: flex; align-items: center; justify-content: center;}
.banner_secM_slide .owl-nav button.owl-prev span::after { content: '\f060'; color: #817979 !important; font-family: FontAwesome; position: absolute; border-radius: 50%; font-size: 22px; }
.banner_secM_slide .owl-nav button.owl-prev:hover span::after { content: '\f060'; color: #fff !important; }
.banner_secM_slide .owl-nav button.owl-next span { position: relative; top: 0px; font-size: 0; display: flex; align-items: center; justify-content: center;}
.banner_secM_slide .owl-nav button.owl-next span::before { content: '\f061'; color: #817979 !important; font-family: FontAwesome; position: absolute; border-radius: 50%; font-size: 22px; }
.banner_secM_slide .owl-nav button.owl-next:hover span::before { content: '\f061'; color: #fff !important; }
.banner_secM_slide .owl-nav button.owl-prev { left: 20px; position: relative; transition: 0.6s;}
.banner_secM_slide .owl-nav button.owl-next { right: 0px; position: relative; transition: 0.6s;}
.banner_secM_slide .owl-nav { position: absolute; display: inline-flex; top: 44%; align-items: center; justify-content: space-between; width: 100%; pointer-events: none; margin: 0 auto;}
.banner_secM_slide .owl-nav button.owl-prev:hover, .banner_secM_slide .owl-nav button.owl-next:hover { background: var(--theme-color2); border: 1px solid var(--theme-color2); color: #fff; transition: all .3s ease-in-out; transform: scale(1.6);}
.owl-theme .owl-nav { margin-top: 0; }

.banner_secM_slide  .owl-dots .owl-dot span {
    width: 6px;
    height: 5px;
    margin: 3px 3px;
    background: #6E6D6D;
    transition: 0.6s;
}

.banner_secM_slide .owl-dots .owl-dot.active span, .banner_secM_slide .owl-dots .owl-dot:hover span {
    background: #000;
    width: 20px;
}

.banner_secM_slide .owl-nav.disabled+.owl-dots {
    margin-bottom: 10px;
}
.mobile .mb-3 {
	margin-bottom: 0.5rem !important;
}
.the_dealM {
    width: 100%;
    background: linear-gradient(180deg, #E3F0FF, #F0E6FE);
}
.p-30 {
    padding: 30px 0;
}
.heading3 h3 {
    font-family: 'HelveticaNeueMedium';
    font-size: 16px;
    color: var(--theme-color);
    text-transform: uppercase;
    margin: 0;
}

.the_dealM .heading3 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.viewbtn {
	font-family: 'HelveticaNeueMedium';
	font-size: 10px;
	padding: 3px 7px;
	color: #fff;
	text-align: center;
	background-color: transparent;
	border: none;
	position: relative;
	border-radius: 30px;
	width: max-content;
	transition: 0.6s;
	display: inline-block;
	background: linear-gradient(135deg,#00e0e0,#009bb0);
	text-transform: capitalize;
}
.deal_card11 {
    width: 100%;
    border-radius: 10px;
    transition: 0.6s;
    border: 1px solid #ededed;
    background-color: var(--white);
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.deal_card11_pic {
    background-color: #F5F5F5;
    height: 135px;
    padding: 8px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 12px 12px 0 0;
}
.deal_card11_pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 0;
    transition: 0.6s;
    mix-blend-mode: darken;
}
.wishlistM {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 26px;
	height: 26px;
	background-color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	box-shadow: 0px 0px 5px 0px #cbcbcb;
}
.wishlistM i {
    font-size: 14px;
    color: var(--black);
}

.deal_card11_btm {
    width: 100%;
    background-color: var(--white);
    padding: 8px;
    border-radius: 0 0 12px 12px;
}
.deal_card11_btm h5 {
    font-family: 'HelveticaNeueRoman';
    font-size: 13px;
    color: var(--black);
    margin-bottom: 2px;
    line-height: normal;
    letter-spacing: 0.5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.deal_card11_btm h6 {
    font-size: 13px;
    color: var(--black);
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
}
.deal_card11_btm h6 span {
    font-size: 13px;
    color: #959595;
    font-weight: 300;
    margin-right: 5px;
    text-decoration: line-through;
}
.add_sec1 {
    width: 100%;
}
.add_sec1.p-30 {
	padding: 15px 0;
}
.add_card1 {
    width: 100%;
    text-align: center;
}

.add_card1_pic {
	width: 100%;
	height: auto;
	position: relative;
	display: flex;
	border-radius: 15px;
	overflow: hidden;
}

.add_card1_pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.add_card1 h5 {
    font-family: 'HelveticaNeueMedium';
    font-size: 13px;
    color: var(--black);
    margin: 10px 0 2px;
}

.add_card1 h6 {
    font-family: 'HelveticaNeueRoman';
    font-size: 12px;
    margin: 0;
}
.bg-blue{
    background-color: #02404C;
}
.bg-blue .heading3 h3{
    color: #fff;
}
.bg-blue .wishlistM {
	background-color: #00a5b7;
}
.bg-blue .wishlistM i{
    color: #fff;
}
.featured_mob .form-select {
	flex-shrink: 1;
	flex-basis: 100px;
	font-size: 10px;
	background-color: #02404c;
	color: #fff;
	border-radius: 30px;
	border-color: #ffffff80;
    font-family: 'HelveticaNeueMedium';
}
.featured_mob  .form-select option {
   font-family: 'HelveticaNeueMedium', sans-serif;
}
.featured_mob .form-select {
	--bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}
.featured_mob .deal_card11_pic {
	height: 170px;
}
.featured_mob .deal_card11_btm h5 {
	font-size: 14px;
	margin-bottom: 5px;
	-webkit-line-clamp: 2;
}
.featured_mob .deal_card11_btm h6 {
	font-size: 14px;
}

.Sellers_mob .product_seller_cardpic {
	height: 106px;
}
.Sellers_mob .product_seller_cardbtm h6 {
	font-size: 12px;
}
.Sellers_mob .product_seller_circle {
	width: 56px;
	height: 56px;
	padding: 1px;
	border: 1px solid #9bfdff;
}
.brand-section-mob {
	padding: 18px 0;
	background: linear-gradient(135deg, #ffc4c4, #cfd8ff);
}
.brand-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 8px;
}
body.mobile {
	padding-bottom: 76px;
}
.brand-card {
	background: #fff;
	border-radius: 10px;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 10px 25px rgba(0,0,0,0.05);
	transition: 0.3s;
	padding: 6px;
}

.brand-card img {
	max-width: 100%;
	max-height: 80px;
	object-fit: contain;
}
 .brand-grid {
    grid-template-columns: repeat(3, 1fr);
  }



.bottom-nav-mob {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	display: flex;
	justify-content: space-around;
	align-items: center;
	background: #fff;
	padding: 12px 0;
	box-shadow: 0 -4px 12px rgba(0,0,0,0.15);
	z-index: 99;
}
.brand-section-mob .heading3 h3 {
	color: #000;
}
.bottom-nav-mob .nav-item {
	text-align: center;
	text-decoration: none;
	color: #000;
	font-size: 15px;
	display: flex;
	flex-direction: column;
	flex-basis: 60px;
	justify-content: center;
	align-items: center;
}

.bottom-nav-mob .nav-item p {
	margin-top: 0px;
	font-size: 14px;
	font-weight: 600;
}

.bottom-nav-mob .icon {
	max-width: 34px;
	display: block;
	height: 34px;
	display: flex;
	justify-content: center;
}

.bottom-nav-mob .nav-item.active {
  color: #000;
  font-weight: 600;
}
.bottom-nav-mob .nav-item:hover {
  opacity: 0.7;
}


.usermanual.core_pillars {
    padding: 30px 0 30px;
    gap: 30px;
}

.usermanual.core_pillars .accordion {
    flex-basis: 340px;
    flex-shrink: 0;
}
.usermanual.core_pillars .nav-tabs .nav-link.active {
    color: #00a4b3;
    background-color: transparent;
    border-color: transparent;
}
.usermanual.core_pillars .nav-tabs .nav-link{
	display:block;
	color:#000;
	border:none;
}
.usermanual.core_pillars  .nav-item {
    display: block;
    width: 100%;
}
.usermanual.core_pillars  .nav {
    border: none;
}
.usermanual.core_pillars .faqright a {
    color: rgb(0 123 143);
    text-decoration: underline;
}
.trendingtop.mb-5 {
	margin-bottom: 14px !important;
}
.recommended_sectop.mb-5 {
    margin-bottom: 15px!important;
}
.product_seraching  .added_to_cart.wc-forward {
	display: none !important;
}
.row.g-3.load_more_con.alm-listing {
    width: 100%;
}
.added_to_cart.wc-forward {
	display: none !important;
}