@font-face {
    font-family: 'Hind';
    src: url('../font/Hind-Regular.eot');
    src: url('../font/Hind-Regular.eot?#iefix') format('embedded-opentype'),
        url('../font/Hind-Regular.woff2') format('woff2'),
        url('../font/Hind-Regular.woff') format('woff'),
        url('../font/Hind-Regular.ttf') format('truetype'),
        url('../font/Hind-Regular.svg#Hind-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Hind';
    src: url('../font/Hind-Bold.eot');
    src: url('../font/Hind-Bold.eot?#iefix') format('embedded-opentype'),
        url('../font/Hind-Bold.woff2') format('woff2'),
        url('../font/Hind-Bold.woff') format('woff'),
        url('../font/Hind-Bold.ttf') format('truetype'),
        url('../font/Hind-Bold.svg#Hind-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Hind';
    src: url('../font/Hind-Medium.eot');
    src: url('../font/Hind-Medium.eot?#iefix') format('embedded-opentype'),
        url('../font/Hind-Medium.woff2') format('woff2'),
        url('../font/Hind-Medium.woff') format('woff'),
        url('../font/Hind-Medium.ttf') format('truetype'),
        url('../font/Hind-Medium.svg#Hind-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Hind';
    src: url('../font/Hind-Light.eot');
    src: url('../font/Hind-Light.eot?#iefix') format('embedded-opentype'),
        url('../font/Hind-Light.woff2') format('woff2'),
        url('../font/Hind-Light.woff') format('woff'),
        url('../font/Hind-Light.ttf') format('truetype'),
        url('../font/Hind-Light.svg#Hind-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Hind';
    src: url('../font/Hind-SemiBold.eot');
    src: url('../font/Hind-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../font/Hind-SemiBold.woff2') format('woff2'),
        url('../font/Hind-SemiBold.woff') format('woff'),
        url('../font/Hind-SemiBold.ttf') format('truetype'),
        url('../font/Hind-SemiBold.svg#Hind-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
h1, h2, h3, h4, h5, h6, p, a
{
    font-family: 'Hind';
}
a
{
    color: #333;
}
a:hover
{
    text-decoration: none;
    color: rgb(51 51 51 / 70%);
}
p
{
    font-size: 14px;
}
img
{
    width: 100%;
}
.container 
{
    max-width: 1400px;
}
.imgheader-ad
{
    background: url(../image/retail-black.jpg);
    background-size: cover;
    min-height: 100px;
    width: 100%;
    display: block;
    background-position: center;
}
a.close-btn {
    width: 50px;
    height: 100%;
    line-height: 100%;
    text-align: center;
    color: #333;
    font-size: 28px;
    transition: 0.2s;
}
a.close-btn:hover
{
    color: #777;
}
.bgf7
{
    background: #f7f7f7;
}
.my-acc
{
    font-size: 12px;
}
.top-nav {
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #dfdfdf;
}
.top-nav-left a {
    height: 42px;
    display: inline-block;
    line-height: 42px;
    padding: 0 10px;
    border-right: 1px solid #dfdfdf;
}
.top-nav-left a:hover span
{
    color: rgb(51 51 51 / 70%);
}
.no-border
{
    border: none !important;
}
img.nav-logo {
    max-width: 257px;
}
.navbar-light .navbar-nav .nav-link {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;        
    color: #333 !important;
}
nav
{
    min-height: 90px;
}
.link-btn
{
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
}
.green
{
    color: #439665;

}
.social-list {
    padding-left: 0;
    list-style: none;
    gap: 10px;
}
ul.social-list li {
    border: 1px solid #777;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 23px;
}
ul.social-list li a img {
    width: 14px;
    filter: contrast(0.2);
}
ul.social-list li:hover
{
    background: #365493;
    border-color: #365493;
}
ul.social-list li.twitter-clr:hover 
{
    background: #000;
    border-color: #000;
}
ul.social-list li.pint-clr:hover 
{
    background: #cb2027;
    border-color: #cb2027;
}
ul.social-list li.linked-clr:hover 
{
    background: #0274B3;
    border-color: #0274B3;
}
ul.social-list li.tele-clr:hover 
{
    background: #0274B3;
    border-color: #0274B3;
}

ul.social-list li:hover img {
    color: #fff;
    filter: brightness(0) invert(1);
}
.social-btn 
{
    gap: 20px;
}
a.link-btn.green {
    border-right: 1px solid #ccc;
    padding-right: 15px;
}
.sp {
    gap: 15px;
    display: flex;
}
.brow-cate {
    background: #439665;
    padding: 11px 10px;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
}
.brow-cate span.cate-bar {
    font-size: 20px;
}
.brow-cate span
{
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
}
.bottom-big {
    display: grid;
    grid-template-columns: 0.25fr 1fr;
    gap: 20px;
}
.search-box
{
    height: 46px;
    border-radius: 0;
}
.support.d-flex {
    max-width: 268px;
    width: 100%;
    gap: 20px;
}
.green13
{
    color: #439665;
    font-size: 13px;
    font-weight: 700;
}
.font13
{
    font-size: 13px;
    color: #777;
}
.ico-svg i {
    font-size: 30px;
    color: #d4d4d4;
}
.supp {
    gap: 10px;
}
.banner-sec {
    gap: 20px;
}
.no-radius
{
    border-radius: 0;
}
.sp-content.cart
{
    border-left: 1px solid #d3d3d3;
    padding-left: 10px;
}
button.btn.btn-outline-secondary.dropdown-toggle.text-uppercase {
    border-color: #d3d3d3;
    font-size: 13px;
}
.category-list button img {
    width: 18px;
    margin-right: 10px;
}
.category-list .btn-group {
    width: 100%;
}
.category-list button.btn.btn-sm.dropdown-toggle {
    text-align: left;
    font-size: 14px;
    color: #333;
    font-weight: 600;
    padding: 12px 18px;
    border-color: rgb(0 0 0 / 8%);
    border-radius: 0;
    outline: none;
}
.category-list button.btn.btn-sm.dropdown-toggle::after
{
    display: none;
}
.category-list button.btn.btn-sm.dropdown-toggle i
{
    font-size: 13px;
    float: inline-end !important;
}
.product-slider
{
    width: 320px;
    border: 2px solid #439665;
    padding: 20px;
}
a.btn-hoverable {
    background: #439665;
    width: 100%;
    display: block;
    text-align: center;
    opacity: 0.8;
    color: #fff;
    padding: 0 15px;
    height: 38px;
    line-height: 38px;
    font-size: 13px;
    font-weight: 600;
    position: relative;
    transition: 0.5s;
    overflow: hidden;
}
a.btn-hoverable span.cart-text {
    display: block;
    height: 38px;
    transition: 0.5s;
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
}
a.btn-hoverable span.cart-icon {
    display: block;
    height: 40px;
    transition: 0.3s;
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    top: 38px;

}
a.btn-hoverable:hover
{
    opacity: 1;
}
a.btn-hoverable:hover .cart-icon{
    font-size: 18px;
}
a.btn-hoverable:hover .cart-text {
    transform: translate(-50%, -24px);
    transition: 0.3s;
}
a.btn-hoverable:hover .cart-icon {
    transform: translate(-50%, -38px);
    transition: 0.3s;
}
.content p {
    font-size: 14px;
    font-weight: 600;
    margin-top: 6px;
    margin-bottom: 0;
}
.availablity {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.progress-bar {
    background: #439665;
}
.progress {
    height: 7px;
}
.probox-header 
{
    position: relative;
}
.probox-header .carousel-control-prev-icon, .probox-header .carousel-control-next-icon {
    filter: brightness(0.5);
    background-image: none;
}
.carousel-control-prev {
    left: auto;
    right: 30px;
}
.bigbanner {
    max-width: 730px;
    width: 100%;
}
.banner-slider.d-flex {
    margin-top: 40px;
    gap: 40px;
}
p.divider {
    height: 2px;
    background: rgb(0 0 0 / 11%);
    position: relative;
}
p.divider::before
{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #439665;
    width: 275px;
    height: 2px;
}
.popular-grid
{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;

}
.popular-product {
    display: flex;
    gap: 30px;
}
.popular-left {
    max-width: 436px;
}
.popular-list {
    border: 1px solid #e4e4e4;
    padding: 10px;
    text-align: center;
    position: relative;
}
.popular-list img {
    max-width: 159px;
    height: 163px;
    object-fit: cover;
}
.product-title p {
    margin-bottom: 0;
}
.float-bar button {
    padding: 0;
    background: transparent;
    color: #333;
    border: none;
    font-size: 20px;
}
.float-bar {
    height: 45px;
    width: 140px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 17px;
    background: #fff;
    box-shadow: 2px 2px 4px -2px rgba(0,0,0,0.15);
    z-index: -1;
}
.float-bar button:hover
{
    background: transparent;
    color: #000;
}
.float-bar {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -0%);
}
.product-title {
    background: #fff;
}
.product-title .pro-name {
    display: block;
    font-weight: 500;
    font-size: 14px;
    color: #333;
}
.popular-list {
    border: 1px solid #e4e4e4;
    padding: 10px;
    text-align: center;
    position: relative;
}
.popular-list .pro-sale {
    font-size: 13px;
    color: #a5a5a5;
}
.product-title p
{
    color: #439665;
    font-weight: 700;
}
.popular-list:hover .float-bar {
    transform: translate(-50%, -50px);
    z-index: 1;
    transition: 0.4s;
}
.popbanner-heading
{
    background: #d8a68c;
    width: 261px;
    padding: 30px;
    color: #fff;
}
.popbanner-heading h3
{
    font-size: 24px;
    line-height: 35px;
}
.popular-banner
{
    position: relative;
}
.popbanner-heading {
    background: #d8a68c;
    width: 261px;
    padding: 30px;
    color: #fff;
    position: absolute;
    bottom: 0;
    z-index: 1;
}
.popbanner-heading a
{
    font-style: underline;
}
.bg-green
{
    background: #439665;
}
.discountleft svg {
    width: 60px;
}
.gap-30
{
    gap: 30px;
}
.f16
{
    font-size: 16px;
}
.discount-box
{
    justify-content: space-between;
}
.sec3 ul.social-list li {
    border: 1px solid #fff;
}
.sec3 ul.social-list li a img {
    filter: brightness(0) invert(1);
}
.popular-banner
{
    transition: 0.4s;
    overflow: hidden;
}
.popular-banner img
{
    transition: 0.6s;
    overflow: hidden;
}
.popular-banner:hover img {
    transform: scale(1.1);
}
.ece-category {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    text-align: center;
}
.sec4 {
    padding-top: 50px;
    margin-top: 100px;
}
.ece-category h3
{
    text-transform: uppercase;
    font-size: 20px;
}
.categories
{
    padding: 10px;
}
.categories img
{
    transition: 0.4s;
}
.cat-imgbox
{
    overflow: hidden;
}
.categories:hover img
{
    transform: scale(1.1);
}
.p777 {
    color: #777;
}
.promotion-banner
{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
    
}
.promotion-list
{
    position: relative;
}
.promotion-list img
{
    transition: 0.6s;
}
.prom-title {
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
    max-width: 140px;
}
.f22
{
    font-size: 22px;
}
.prom-title .btn {
    padding: 0;
    margin: 0;
    color: #fff;
    font-size: 13px;
    border-bottom: 2px solid #ffffff36;
    text-decoration: none;
    transition: 0.2s;
}
.promotion-banner:hover .prom-title .btn
{
    border-bottom: 2px solid #fff;

}
.promotion-banner .prom-imgbox
{
    overflow: hidden;
}
.promotion-banner:hover .prom-imgbox img
{
    transform: scale(1.1);
}
.grid2 {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
section.sec6 .product-slider {
    width: 100%;
}
.product-common
{
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.product-common .content {
    background: #fff;
    position: relative;
    z-index: 1;
}
.button-animate {
    position: relative;
    width: 100%;
}
.button-animate a {
    position: absolute;
    top: 0;
    transform: translateY(10px);
    transition: 0.4s;
}
.product-common:hover .button-animate a {
    transform: translateY(-36px);
}
.grey
{
    background: #6a788b !important;
}
.blue
{
    background: #5d92ae !important;
}
.popular-bannerwrap
{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.popular-bannerwrap .popular-banner
{
    width: 100%;
    height: 330px;
    object-fit: cover;
}
.yellow
{
    background: #e8c028;
}
.probox-header.tab-header {
    display: flex;
    align-items: baseline;
}
.probox-header.tab-header .nav-tabs {
    border: none;
}
.probox-header.tab-header .nav-tabs .nav-link.active, .probox-header.tab-header .nav-tabs .nav-link:hover
{
    border:  none;
    color: #439665;
}
.probox-header.tab-header .nav-tabs .nav-link
{
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    border:  none;
}
.sec7 .owl-theme .owl-nav {
    margin-top: 10px;
    position: absolute;
    top: -75px;
    right: 0;
}
.sec7 .owl-theme .owl-nav button
{
    height: 30px;
    background: transparent;
}
.sec7 .owl-theme .owl-nav span {
    font-size: 50px !important;
    line-height: 15px;
    color: #777;
    background: transparent;
}
.owl-theme .owl-nav [class*=owl-]:hover
{
    background: transparent !important;
}
#demo, #demo2 {
    display: flex;
    gap: 40px;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}
.timer {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #333;
    font-size: 20px;
    font-weight: 700;
}
.timer small
{
    font-size: 12px;
    color: #777;
}
.mp-box img
{
    max-width: 65px;
    width: 100%;
    height: 74px;
    object-fit: cover;
}
.mp-box
{
    gap: 20px;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.mp-content p {
    margin: 0;
    font-weight: 600;
}
.sec8 .promotion-banner {
    grid-template-columns: 1fr 1fr 1fr;
}
.sec8 .promotion-banner .prom-title
{
    max-width: 205px;
}
.feature-box svg {
    width: 60px;
    height: 60px;
}
.feature-box {
    gap: 20px;
}
.f14
{
    font-size: 14px;
}
.f600
{
    font-weight: 600;
}
.py-35
{
    padding: 35px 0;
}
.app-store
{
    gap: 20px;
}
.f16
{
    font-size: 16px;
    color: #777;
}
form.newsletter {
    display: flex;
    align-items: center;
    gap: 10px;
}
form.newsletter input
{
    height: 42px;
    border-radius: 0;
}
form.newsletter button {
    background: #439665;
    color: #fff;
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    width: 117px;
    height: 42px;
    line-height: 29px;
    font-weight: 600;
    border-radius: 0;
}
.h24
{
    height: 24px;
    width: auto;
}
ul.footer-link {
    list-style: none;
    padding: 0;
}
ul.footer-link li a {
    padding: 8px 0;
    display: block;
    color: #848484;
}
ul.footer-link li a:hover 
{
    color: #439665;
}
.bottom-bar P {
    color: #777;
    font-size: 11px;
    text-transform: uppercase;
}
.floating-list {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    right: 2px;
    background: #ffffff;
    box-shadow: 2px 2px 1px rgb(227 227 227);
    transform: translateX(56px);
    transition: 0.4s;
}
.floating-list a {
    background: transparent;
    border: none;
    color: #333;
    font-size: 18px;
    width: 50px;
    height: 45px;
    line-height: 45px;
}
.floating-list a:hover {
    background: transparent;
    color: #333;
}
.product-common:hover .floating-list
{
    transform: translateX(0px);
}
.sec8 p.divider::before {
    width: 170px;
}
.sec7 p.divider::before {
    width: 180px;
}
.sec2 p.divider::before {
    width: 315px;
}
.sec4 p.divider::before {
    width: 255px;
}
span.my-acc-count {
    position: absolute;
    top: 5px;
    left: 15px;
    background: #439665;
    color: #fff;
    width: 14px;
    height: 14px;
    text-align: center;
    line-height: 15px;
    border-radius: 50px;
    display: block;
    font-size: 10px;
}
.my-acc {
    position: relative;
}
.payment-part ul.social-list li
{
    background: #365493;
    border-color: #365493;
}
.payment-part ul.social-list li.twitter-clr{
    background: #000;
    border-color: #000;
}
.payment-part ul.social-list li.pint-clr {
    background: #cb2027;
    border-color: #cb2027;
}
.payment-part ul.social-list li.linked-clr {
    background: #0274B3;
    border-color: #0274B3;
}
.payment-part ul.social-list li.tele-clr {
    background: #0274B3;
    border-color: #0274B3;
}
.payment-part ul.social-list li img {
    color: #fff;
    filter: brightness(6.5);
}