/*
  Theme Name: Name - HappyShopping HTML Template
  Description: Creative  HTML5 template.
  Version: 1.0
  Created:28-Jun-2020
*/




/*===== start Theme default css =====*/
/* font-family: 'Roboto', sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
/* font-family: 'Kanit', sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@100;200;300;400;500;600;700;800;900&display=swap');

body {
    /* font-family: 'Roboto', sans-serif; */
    font-family: 'Kanit', sans-serif;
    font-weight: normal;
    font-style: normal;
    max-width: 1920px;
    margin: 0 auto;
}

a,
button {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

a:focus,
.button:focus {
    text-decoration: none;
    outline: none;
}

a:focus,
a:hover,

a,
button {
    color: #1696e7;
    outline: medium none;
    text-decoration: none !important;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
    outline: 0
}

.mobile-only {
    display: none;
}

.desktop-only {
    display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    color: #313131;
    margin-top: 0px;
    font-style: normal;
    font-weight: 400;
    text-transform: normal;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

h1 {
    font-size: 40px;
    font-weight: 500;
}

h2 {
    font-size: 35px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

ul {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none
}

p {
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    color: #7e7e7e;
    margin-bottom: 15px;
}

hr {
    border-bottom: 1px solid #eceff8;
    border-top: 0 none;
    margin: 30px 0;
    padding: 0;
}

label {
    color: #7e7e7e;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
}

*::-moz-selection {
    background: #d6b161;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #444;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #444;
    color: #fff;
    text-shadow: none;
}

/* *::-moz-placeholder {
    color: #555555;
    font-size: 14px;
    opacity: 1;
}

*::placeholder {
    color: #555555;
    font-size: 14px;
    opacity: 1;
} */

a:focus,
button:focus {
    outline: none !important;
    box-shadow: none !important;
}

.btn {
    -moz-user-select: none;
    background: #1696e7 none repeat scroll 0 0;
    border: medium none;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1;
    margin-bottom: 0;
    padding: 13px 25px;
    text-align: center;
    text-transform: uppercase;
    touch-action: manipulation;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
}

.owl-carousel .owl-nav div {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    height: 40px;
    left: 20px;
    line-height: 40px;

    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease 0s;

    width: 40px;
}

.owl-carousel .owl-nav div.owl-next {
    left: auto;
    right: 20px;
}



/*===== end Theme default css =====*/
/*===== start overlay area css =====*/
.overlay-invisible {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #000;
    z-index: 99;
    opacity: 0;
    cursor: pointer;
    visibility: hidden;
}

.overlay-invisible.active {
    visibility: visible;
}

/*===== end overlay area css =====*/
/*===== start header area css =====*/

.header-tp-left-blk ul li {
    display: inline-block;
    margin-right: 30px;
    border-right: 1px solid #989fa6;
    padding-right: 30px;
}

.header-tp-blk a {
    font-family: 'Kanit', sans-serif;
    display: inline-block;
    font-size: 14px;
    color: #2a3747;
    font-weight: 400;
}

.header-tp-left-blk ul li:last-child {
    border: none;
}

.site-action-line a {
    font-size: 23px;
    color: #2a3747;
    margin: 0;
    line-height: 1;
    border-left: 2px solid #9da3ab;
    margin-left: 80px;
    padding-left: 50px;
}

.header-tp-left-blk ul li:last-child a {
    padding-left: 10px;
}


.header-tp-right-blk li {
    padding-left: 15px;
    margin-left: 15px;
    display: inline-block;
}

.header-tp-right-blk li:last-child {
    border-left: 1px solid #989fa6;
}

.header-tp-blk a span {
    color: #f3bb12;
    font-size: 13px;
}

.header-tp-right-blk img {
    margin: ;
    margin-right: 10px;
}

.header-tp-blk {
    padding: 10px 0px;
}

.header-main-blk {
    background: #047835;
    padding: 20px 0;
}

.header-main-blk.inner-header {
    background: #fff;
    border: none;
    /* box-shadow: 0 16px 10px #ddd; */
}

.head-tp-src-blk input {
    width: 100%;
    border: none;
    padding: 5px 30px;
    height: 37px;
}

.head-tp-src-blk {
    position: relative;
}

.head-tp-src-blk button {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    padding: 3px 20px;
    font-size: 16px;
    color: #000;
    background: #f3bb12;
}

.site-tp-acton-blk {
    text-align: right;
}

.cart a {
    position: relative;
}

.cart a span {
    position: absolute;
    left: 7px;
    top: -16px;
    background: red;
    height: 20px;
    width: 20px;
    border-radius: 30px;
    color: #ffff;
    font-size: 11px;
    font-weight: bold;
    line-height: 17px;
    text-align: center;
    padding: 2px;
}

.site-menu ul li {
    display: inline-block;
    margin-right: 30px;
}

.site-menu li a {
    font-size: 12px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-family: 'Roboto', sans-serif;
}

.site-menu {
    margin-top: 5px;
}


.site-logo {
    position: relative;
}


.qr-code-drodown a {
    display: inline-block;
}

.qr-code-drodown a img {
    display: inline-block;
}

.hed-app-dload {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hed-app-dload img {
    width: 100%;
    cursor: pointer;
}

.qr-code-drodown {
    position: absolute;
    top: 0;
    left: 20%;
    background: #fff;
    display: flex;
    flex-direction: column;
    padding: 5px;
    box-shadow: 0px 0px 9px #2a374770;
    top: 100%;
    opacity: 0;
    z-index: 999;
    visibility: visible;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
}


.qr-code-drodown.active {
    top: 0;
    opacity: 1;
    visibility: visible;
}

.cart-dropdown {
    position: absolute;
    right: 0;
    width: 350px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 170px;
    transition: .3s;
    z-index: 999999999;
    cursor: pointer;
    clip-path: polygon(0px 19%, 77.43% 18.41%, 88.00% 4px, 86.57% 20.18%, 100% 20%, 100% 100%, 0px 100%);
    box-shadow: 4px 0 3px 15px #000;
    top: 150%;
    opacity: 0;
    visibility: hidden;
}

.cart-dropdown.active {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

.cart {
    position: relative;
}

.cart-dropdown h4 {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #444;
    font-weight: 400;
    line-height: 1;
    margin: 0;
}

/*===== end header area css =====*/
/*===== start hero area css =====*/
/* HERO AREA
HERO AREA
HERO AREA
HERO AREA
HERO AREA
HERO AREA */
/*===== end hero area css =====*/
/*===== start services area css =====*/
.services {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    grid-gap: 20px;
}

.service {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;

}

.service h4 {
    font-family: 'Roboto', sans-serif;
    margin-top: 10px;
    font-size: 14px;
    color: #000000;
    text-align: center;
}

/*===== end services area css =====*/
/*===== start highlight banner css =====*/
.highlight-banner {
    position: relative;
    cursor: pointer;
}

.highlight-banner a {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    empty-cells: ;
    height: 30px;
    width: 30px;
    background: #ffff;
    text-align: center;
    line-height: 26px;
    font-size: 18px;
    color: #000;
    border-radius: 50%;
    transition: .4s;
    border: 2px solid transparent;
}

.highlight-banner a:hover {
    color: #ffff;
    border: 2px solid #fff;
    background: none;
}

.highlight-banner-inner img {
    width: 100%;
}

/*===== end highlight banner css =====*/
/*===== start category area css =====*/

.categories {
    display: grid;
    template-column-row: aut;
}

.section-title h4 {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    line-height: 1;
    font-size: 20px;
    color: #2a3747;
    font-weight: 500;
}

.section-title {
    padding: 20px 40px;
    border-bottom: 2px solid #ededed;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.categories {
    display: grid;
    grid-template-columns: repeat(7, minmax(100px, 1fr));
    grid-gap: 20px;

}

.category {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.category img {
    width: 100px;
    padding-bottom: 20px;
}

.category h4 {
    font-family: 'Roboto', sans-serif;
    margin: 0;
    line-height: 1;
    font-size: 14px;
    color: #000000;
    font-weight: 400;
}

.categories.owl-carousel .owl-item img {
    width: auto !important;
}

.categories.owl-carousel .owl-nav div.owl-prev {
    display: none;
}

.categories.owl-carousel .owl-nav div.owl-next {
    right: -17px !important;
    border-radius: 50px;
    border: 1px solid #ddd;
    height: 27px;
    width: 27px;
    line-height: 27px;
    font-size: 14px;

    margin-top: auto;
    transform: translateY(-50%);
    top: 48%;
    cursor: pointer;
}

.category img {
    width: auto !important;
}


.categories.cat-2.owl-carousel .owl-nav div.owl-next {

    display: none;
}



/*===== end category area css =====*/
/*===== start sticky area css =====*/
.sticky-area {
    position: relative;
    z-index: 999999999;
}

.support {
    position: fixed;
    right: 30px;
    top: 80%;
    cursor: pointer;
}

/*===== end sticky area css =====*/
/*===== start flash sale area css =====*/

.section-title {}

.time-count-down {
    display: inline-block;
    margin-left: 40px;
}

.time-count-down span {
    height: 37px;
    width: 35px;
    background: #000;
    display: inline-block;
    color: #fff;
    text-align: center;
    line-height: 36px;
    font-size: 18px;
    font-weight: 600;
    border: 1px solid #444;
    margin-right: 20px;
}

.section-title-rit-side a {
    font-size: 15px;
    color: #eb1e24;
    font-weight: 400;
    font-family: 'Kanit', sans-serif;
}

.section-title-rit-side a i {
    margin-left: -5px;
}

.section-title-rit-side a span {
    margin-right: 15px;
}

.flash-sale-slide {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    grid-gap: 20px;
}

.flash-sale-itm-tag {

    width: 64px;
    height: 64px;
    display: flex;
    text-align: center;
    align-items: center;
    border-radius: 18px;
    z-index: 2;
}

.flash-sale-itm-tag h4 {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #eb1e24;
    z-index: 999;
    position: relative;
    left: -13px;
}

.flash-sale-itm-tag h4 span {
    color: #ffff;
    font-family: 'Roboto', sans-serif;
}

.flash-sale-itm {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.flash-sale-itm-price h4 {
    color: #eb1e24;
    font-size: 31px;
    font-weight: 400;
    font-family: 'Kanit', sans-serif;
    text-align: center;
}

.flash-sale-itm-price {
    width: 100%;
    text-align: center;
}

.flash-sale-itm-price a {
    background: rgb(210, 14, 9);
    background: linear-gradient(90deg, rgba(210, 14, 9, 1) 26%, rgba(210, 14, 9, 1) 40%, rgba(251, 153, 128, 1) 61%, rgba(251, 153, 128, 1) 150%);
    display: block;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    font-family: 'Kanit', sans-serif;
    text-align: center;
    padding: 3px 5px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    position: relative;
}

.flash-sale-itm-price a img {
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 35px;
}

.flash-sale-itm-img {
    height: 215px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.flash-sale-itm {
    position: relative;
}

.flash-sale-itm-tag {
    position: absolute;
    top: 0;
    right: 0;
}

.flash-sale-itm-tag::after {
    position: absolute;
    top: 0;
    right: 0;
    content: '';
    background: url('../../assets/img/flash-sale-section/bg.png');
    height: 100%;
    width: 120%;
    background-repeat: no-repeat !important;
    z-index: 99;
}

.flash-sale-itm-img img {
    width: 100%;
    height: 100%;
    overflow: ;
    object-fit: cover;
}

.flash-sale-slider.owl-carousel .owl-item img {
    width: auto !important;
}

.flash-sale-slider.owl-carousel .owl-nav div.owl-prev {
    display: none;
}

.flash-sale-slider.owl-carousel .owl-nav div.owl-next {
    right: -55px !important;
    border-radius: 50px;
    border: 1px solid #ddd;
    height: 27px;
    width: 27px;
    line-height: 27px;
    font-size: 14px;
    margin-top: auto;
    transform: translateY(-50%);
    top: 52%;
    cursor: pointer;
    -webkit-border-radius: ;
    -moz-border-radius: ;
    -ms-border-radius: ;
    -o-border-radius: ;
}



.flash-sale-slide {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    grid-gap: 20px;
    width: 97%;
    margin: 0 auto;
}

.section-title-lft-side h5 {
    font-size: 24px;
    text-rendering: up;
    font-family: uppercase;
    text-transform: uppercase;
    font-weight: 600;
    color: #f14863;
    font-family: 'Kanit', sans-serif;
}

.section-title-cntr ul li a {
    font-size: 13px;
    color: #000000;
    font-family: 'Kanit', sans-serif;
    font-weight: 600;
}

.section-title-cntr li {
    display: inline-block;
    padding: 0 35px;
}

.section-title-cntr li a img {
    margin-right: 10px;
}

/*===== end flash sale area css =====*/
/*===== start shop mall area css =====*/
.shop-mall-slide {
    display: grid;
    grid-template-columns: repeat(4, minmax(100px, 1fr));
    grid-gap: 20px;
}

.shop-mall-itm {
    text-align: center;
}

.shop-mall-itm h4 {
    font-size: 15px;
    color: #bf272d;
    font-weight: 400;
    line-height: 1;
    margin: 0;
    margin-top: 20px;
    font-family: 'Kanit', sans-serif;
}

.shop-mall-itm img {
    width: 100%;
}

.shop-mall-inner-stage {
    padding: 10px;
}

.shop-mall-slider.owl-carousel .owl-item img {
    width: auto !important;
}

.shop-mall-slider.owl-carousel .owl-nav div.owl-prev {
    display: none;
}

.shop-mall-slider.owl-carousel .owl-nav div.owl-next {
    right: -25px !important;
    border-radius: 50px;
    border: 1px solid #ddd;
    height: 27px;
    width: 27px;
    line-height: 27px;
    font-size: 14px;

    margin-top: auto;
    transform: translateY(-50%);
    top: 52%;
    cursor: pointer;
}

.shop-mall-ad {
    height: 100%;
}

.shop-mall-ad img {
    height: 100%;
    width: 100%;
}

.shop-mall-slide.shop-logs-slide {
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    grid-gap: 0;
}

.shop-logs-slide .shop-mall-itm {
    border-bottom: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
    height: 100%;
}



.shop-mall-slider.shop-logs-slide .owl-item img {
    width: 100% !important;
}

.shop-logs-slide .shop-mall-itm {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100px;
}

.shop-mall-itm img {
    width: auto !important;
}

.border-btm-none {
    border-bottom: none !important;
}

.shop-mall-slide.shop-logs-slide .shop-mall-itm:nth-child(1) {
    /* border-right: none; */
}

.shop-mall-logos-slider.owl-carousel .owl-nav div.owl-prev {
    display: none;
}

.shop-mall-logos-slider.owl-carousel .owl-nav div.owl-next {
    left: auto;
    right: -25px;
    border: 1px solid #ddd;
    height: 27px;
    width: 27px;
    line-height: 27px;
    font-size: 14px;
    margin-top: auto;
    top: 48%;
    cursor: pointer;
    border-radius: 30px;
    background: #fff;
}

/*===== end shop mall area css =====*/
/*===== start popular searches area css =====*/
.popular-searches {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    justify-content: center;
}

.popular-search-itm img {
    width: auto !important;
}

.popular-search-itm {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 20px;
    border-right: 1px solid #ddd;
    height: 105px;
}

.popular-search-itm h4 {
    font-size: 12px;
    color: #000000;
    font-weight: 400;
    text-align: left;
    font-family: 'Roboto', sans-serif;
}

.section-title-rit-side a img {
    margin-right: 10px;
}

/*===== end popular searches area css =====*/
/*===== start weekly to searched area css =====*/
.weekly-top-sold-itms {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.weekly-tp-sold-itm-img {
    display: flex;
    width: 100%;
    cursor: pointer;
}

.weekly-tp-sold-itm-big-thum {
    width: 100%;
    height: 275px;
    position: relative;
    margin-right: 5px;
}

.weekly-tp-sold-itm-big-thum img {
    width: 100%;
    height: 100%;
    /*! object-fit: cover; */
}

.weekly-tp-sold-itm-sm-thum {
    height: 275px;
}

.weekly-tp-sold-itm-sm-thum img {}

.weekly-tp-sold-itm-sm-thum img {
    width: 100%;
    height: 50%;
    padding-bottom: 5px;
}

.weekly-top-sold-itm {
    padding: 30px;
    border-radius: 1;
    border-right: 1px solid #e8e8e8;
}

.weekly-top-sold-itm h4 {
    margin: 0;
    line-height: 1;
    font-size: 18px;
    color: #000000;
    font-weight: 500;
    margin-top: 10px;
    font-family: 'Roboto', sans-serif;
}

.weekly-tp-sold-itm-big-thum h6 {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #000;
    width: 100%;
    height: 25px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    margin: 0;
    line-height: 25px;
    font-weight: 600;
    opacity: .4;
    cursor: pointer;
}

.weekly-tp-sold-itm-sm-thum img:last-child {
    padding: 0;
}

.weekly-top-sold-itm:last-child {
    border: none;
}

/*===== end weekly to searched area css =====*/
/*===== start recommended area css =====*/

.section-title-lft-side h3 {
    font-size: 20px;
    color: #000000;
    font-weight: 600;
    margin: 0;
    line-height: 1;
    padding-right: 150px;
    position: relative;
}

.section-title-lft-side h3:after {
    position: absolute;
    left: -40px;
    bottom: -22px;
    width: 80%;
    height: 4px;
    background: #eb1e24;
    content: '';
}

.recommended-products {
    display: grid;
    grid-template-columns: repeat(6, minmax(150px, 1fr));
    grid-gap: 20px;

}

.recommended-product {
    background: #fff;
    position: relative;
}

.recommended-product-txt h4 {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.4;
    font-family: 'Roboto', sans-serif;
}

h4 {}

.recommended-product-txt {
    padding: 10px;
}

.recommended-product-price h4 {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #bf272d;
    font-weight: 500;
    margin: 0;
    line-height: 1.1;
}

.recommended-product-price {

    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 15px;
}

.recommended-product-price h6 {
    font-family: 'Roboto', sans-serif;
    margin: 0;
    line-height: 1;
    font-size: 12px;
    font-weight: 500;
}


.recommended-product-img {
    position: relative;
}

.product-tagline {
    position: absolute;
    right: 0;
    top: -4px;
}

.product-tagline h5 {
    padding: 0 3px;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 12px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    line-height: 1.5;
}

.product-tagline h5 span {
    font-size: 16px;
    font-weight: 600;
}

.reco-btm-btn {
    text-align: center;
    display: block;
    background: #fff;
    width: 300px;
    margin: 0 auto;
    padding: 24px 30px;
    text-align: center;
    font-size: 14px;
    color: #000;
    border: 1px solid #e3e3e3;
    font-weight: 500;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.reco-btm-btn:hover {
    background: none;
    border: 1px solid #000;
    color: #000;
}

/*===== end recommended area css =====*/
/*===== start footer area css =====*/
.ftr-store {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.footer-inner-stage {
    border-top: 6px solid #faa634;
}

.footer-box-items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr .5fr 1.5fr;
    grid-gap: 20px;
}

.footer-bx h4 {
    font-size: 13px;
    color: #000;
    font-weight: 500;
    font-family: 'Kanit', sans-serif;
    line-height: 1;
    margin: 0;
    margin-bottom: 30px;
}

.footer-bx li a {
    font-size: 13px;
    color: #000;
    font-family: 'Kanit', sans-serif;
    font-weight: 300;
    margin: 0;
    line-height: 1;
    letter-spacing: ;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
}

.footer-bx li a:hover {
    color: #faa634;

}

.footer-bx li {
    margin-bottom: 5px;
}

.footer-logos {
    display: grid;
    grid-template-columns: 40px 40px 40px;
    grid-gap: 20px;
}

.footer-bx ul img {
    margin-right: 10px;
}

.footer-app-dload {
    display: flex;
    align-items: center;
}

.ftr-qr-code {
    margin-right: 5px;
}

.ftr-qr-code img {
    width: 100%;
}

.ftr-store img {
    margin-bottom: 10px;
}

.footer-btm-logos {
    padding-top: 150px;
}

.footer-btm-logos img {
    margin-right: 20px;
}

.footer-btm-logos h4 {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 15px;
}

/*===== end footer area css =====*/

/***** PRODUCT PAGE CSS *****/

/*===== start product details hero area css =====*/

.tp-bradcamp {
    padding: 35px 0px;
}

.tp-bradcamp li {
    display: inline-block;
}

.tp-bradcamp li a {
    font-size: 13px;
    color: #333333;
    font-weight: 400;
    font-family: 'Kanit', sans-serif;
    margin-right: 10px;
}

.product-details-blk {
    padding: 28px;
    background: #fff;
}

.product-details-title h4 {
    display: inline-block;
    margin: 0;
    line-height: 1;
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    font-family: 'Kanit', sans-serif;
}

.product-details-title span {
    background: #eb1e24;
    font-size: 13px;
    color: #fff;
    padding: 6px 8px;
    border: 1px solid #f37b7e;
    margin-right: 10px;
}

.product-meta-ratings span {
    font-size: 14px;
    margin-right: 20px;
}

.product-meta-ratings ul {
    display: inline-block;
}

.product-meta-ratings ul li {
    display: inline-block;
    margin-left: ;
    margin: 0 1px;
}

.product-meta-ratings li i {
    color: #eb1e24;
}

.product-meta-ratings p {
    margin: 0;
    line-height: 1;
    display: inline-block;
    font-size: 14px;
    color: #808080;
    font-weight: 400;
    border-right: 1px solid #bbb;
    padding: 0 10px;
    font-family: 'Kanit', sans-serif;
}

.product-meta-ratings p:last-child {
    border: 0;
}

.product-meta-ratings p b {
    color: #000;
    font-weight: 500;
    margin-right: 5px;
}

.product-details-meta {
    padding-top: 20px;
}

.product-details-price h4 {
    font-size: 18px;
    color: #eb1e24;
    font-weight: 400;
}

.product-details-price {
    background: #f5f5f5;
    padding: 20px 15px;
    margin: 20px 0;
}

.product-discount-code {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.product-discount-code p {
    margin: 0;
    line-height: 1;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
}

.product-discount-code span {
    background: #fde4e8;
    color: #f14863;
    padding: 5px 10px;
    margin-left: 20px;
    border: 1px solid #fef1f3;
}

.product-shipping-info {
    display: grid;
    grid-template-columns: 1fr 1fr 2.5fr;
    margin-bottom: 30px;
}

.product-shipping-info-bx h4 {
    font-size: 14px;
    color: #333333;
    font-weight: 400;
    font-family: 'Kanit', sans-serif;
}


.product-shipping-address-ck .nice-select {
    border: none;
    background: none;
    margin: 0;
    height: auto;
    line-height: 1;
    margin-bottom: 15px;
}

.product-details-packing-size,
.product-details-qty {
    display: grid;
    grid-template-columns: 150px auto;
    align-items: center;
}

.product-details-packing-size h4 {
    font-size: 14px;
    color: #333;
    font-family: 'Kanit', sans-serif;
    font-weight: 400;
    margin-right: 50px;
}

.packing-size-bx span {
    display: inline-block;
    padding: 10px;
    background: #f2f2f2;
    margin-right: 35px;
    position: relative;
    overflow: hidden;
    width: 120px;
    text-align: center;
}


.packing-size-bx span b {
    font-size: 10px;
    background: #f14863;
    height: 30px;
    width: 38px;
    position: absolute;
    right: -18px;
    bottom: -13px;
    transform: rotate(-44deg);
    color: #fff;
    text-align: center;
    padding: 2px;
}

.packing-size-bx i {
    transform: rotate(45deg);
    padding-right: 4px;
    padding-bottom: -2px;
}

.product-details-qty {}

.product-details-qty h4 {
    font-size: 14px;
    color: #333;
    font-family: 'Kanit', sans-serif;
    font-weight: 400;
    margin: 0;
}

.product-qty-boxs {
    display: flex;
    align-items: center;
}

.product-qty-boxs .nice-number {
    border: 1px solid #ddd;
    margin-right: 20px;
}

.product-qty-boxs .nice-number button {
    background: none;
    border: none;
}

.product-qty-boxs .nice-number input {
    border: none;
    border-left: 1px solid #ddd;
    border-radius: ;
    border-right: 1px solid #ddd;
    font-size: 14px;
    padding: 4px 5px;
}

.product-qty-boxs .nice-number button {
    cursor: ;
    color: #000;
    padding: 0 12px;
}

.product-details-packing-size {
    margin-bottom: 30px;
}

.product-cart-button a {
    display: inline-block;
    width: 170px;
    text-align: center;
    background: #fde4e8;
    border: 2px solid #f793a3;
    font-size: 14px;
    color: #f14863;
    font-weight: 400;
    height: 40px;
    line-height: 35px;
    padding: 0 5px;
    margin-right: 15px;
}

.product-cart-button a:last-child {
    background: #eb1e24;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
}

.product-cart-button {
    margin-top: 55px;
}

.product-cart-button a:hover {
    background: none;
    color: #f14863;
}

.policy-product-txt {
    padding: 33px 0px;
    border-top: 1px solid #dddd;
    margin-top: 60px;
}

.policy-product-txt p {
    font-size: 14px;
    margin: 0;
    line-height: 1;
    color: #2a3747;
    font-size: 14px;
}

.policy-product-txt p span {
    height: 24px;
    width: 24px;
    background: #2a3747;
    color: #FFF;
    display: inline-block;
    text-align: center;
    line-height: 24px;
    border-radius: 30px;
    font-size: 14px;
    margin-right: 10px;
}

.product-details-thum-btm-slider.owl-carousel .owl-nav div {
    width: 21px;
    padding: 0;
    height: 30px;
    line-height: 30px;
    background: #0000001c;
    left: 0;
    color: #fff;
}

.product-details-thum-btm-slider.owl-carousel .owl-nav div.owl-next {
    right: 0;
    left: auto;
}

.product-details-thum-btm-scl-lnks {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0px;
}

.product-details-thum-btm-scl-lnks span {
    font-size: 14px;
    color: #333333;
    font-weight: 300;
}

.product-details-thum-btm-scl-lnks img {
    margin: 0 5px;
}

.product-details {
    padding-left: 30px;
}

.product-details-thum-btm-scl-lnks i {
    color: #eb1e24;
}

.product-merchant-blk {
    background: #fff;
    margin: 20px 0px;
    padding: 20px 30px;
}

.product-merchant-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.product-merchant-logo a {
    font-size: 14px;
    color: #fff;
    background: #eb1e24;
    padding: 2px 16px;
    border: 2px solid #f48184;
    margin-top: 40px;
}

.product-merchant-info h2 {
    font-size: 24px;
    color: #000;
    font-weight: 400;
    line-height: 1;
}

.product-merchant-info p {
    font-size: 14px;
    color: #676767;
    font-weight: 400;
}

.product-merchant-info a {
    font-size: 14px;
    color: ;
    background: #fabac4;
    color: #eb1e24;
    display: inline-block;
    width: 100px;
    text-align: center;
    line-height: 1;
    min-height: 30px;
    line-height: 30px;
    padding: 2px 9px;
    border: 2px solid #f8adb0;
    font-weight: 600;
}

.product-merchant-info img {
    margin-right: 5px;
}

.product-merchant-info a:nth-child(2) {
    background: none;
}

.product-merchant-info a:last-child {
    border: ;
    background: none;
    border-v: ;
    border-color: #ddd;
    color: #000000;
    margin-left: 20px;
}

/*===== end product details hero area css =====*/
/*===== start product merchant area css =====*/
.product-merchant-policy {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.product-merchant-policy-bx h4 {
    margin: 0;
    line-height: 1;
    font-size: 14px;
    color: #676767;
    font-weight: 400;
    display: flex;
    justify-content: space-between;
}

.product-merchant-policy {
    align-items: center;
}

.product-merchant-policy-bx h4 span:last-child {
    color: #eb1e24;
    margin-left: 10px;
}

.product-merchant-policy-bx h4 span {
    margin-bottom: 30px;
    text-align: left;
}

/*===== end product merchant area css =====*/
/*===== start product specifications area css =====*/
.product-specifications-blk {
    background: #fff;
    padding: 20px;
}

.product-specifications-blk h2 {
    line-height: 1;
    margin: 0;
    color: #000000;
    font-size: 18px;
    background: #f5f5f5;
    padding: 20px;
    margin-bottom: 35px;
}

.product-specifications-bxs {
    display: grid;
    grid-template-columns: 150px 1fr;
    margin-bottom: 80px;
}

.product-specifications-bxs p {
    inline-size: 1;
    line-height: 1;
    margin: 0;
    color: #000;
    font-weight: 300;
    font-size: 14px;
    margin-bottom: 15px;
}

/*===== end product specifications area css =====*/
/*===== start product rating blk css =====*/

.product-rating-blk {
    background: #dcf0ee;
    margin-top: 30px;
    padding: 25px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.product-rating-hero h4 {
    font-size: 18px;
    margin: 0;
    margin-bottom: 30px;
    line-height: 1;
}

.product-rating-hero h5 {
    margin: 0;
    margin-bottom: 20px;
    line-height: 1;
}

.product-rating-hero h5 {
    color: #eb1e24;
    font-size: 18px;
}

.product-rating-hero h5 span {
    font-size: 40px;
    margin-right: 5px;
}

.product-rating-hero ul li {
    display: inline-block;
    color: #eb1e24;
}

.product-rating-hero ul li i {
    color: #eb1e24;
}

.product-rating-push {
    width: 100%;
}

.product-rating-push ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(70px, 1fr));
    grid-gap: 20px;
}

.product-rating-push ul li:first-child {
    border-color: #e4a9a9;
}

.product-rating-push ul li {
    color: #eb1e24;
    background: #fff;
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    padding: 7px 10px;
    border: 1px solid #d8dada8c;
    border-top: 1px solid #d8dada;
    border-bottom: 1px solid #d8dada;
    display: flex;
    align-items: center;
    justify-content: center;

}

.product-rating-hero {
    width: 250px;
    text-align: center;
}

/*===== start product rating blk css =====*/
/*===== start delivery area css =====*/
.cart-delivery-address-inner {
    background: #fff;
    padding: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    padding-bottom: 35px;
}

.cart-delivery-address-txt {
    display: flex;
    align-items: flex-start;

}

.cart-delivery-address-txt img {
    margin-right: 15px;
}

.cart-delivery-address-txt h4 {
    font-size: 19px;
    color: #f14863;
    font-weight: 400;
    margin: 0;
    line-height: 1;

}

.cart-delivery-address-txt p {
    font-size: 14px;
    color: #000000;
    font-weight: 400;
    margin: 0;
    line-height: 1;
    margin-top: 15px;
}

.cart-delivery-address-txt p span {
    font-weight: 600;
}

.cart-delivery-action a {
    font-size: 13px;
    color: #169d91;
    font-weight: 400;
    background: #d0ebe9;
    display: inline-block;
    padding: 3px 15px;
    margin-right: 34px;
}

.cart-delivery-action {
    margin-left: 50px;
}

.cart-delivery-action a:last-child {
    background: #feedd6;
    color: #f59120;
}

/*===== end delivery area css =====*/
/*===== start order area css =====*/



.ordered-items-blk h2 {
    font-size: 19px;
    font-weight: 400;
    color: #000;
}


.order-products,
.order-bx-title {
    padding: 0 45px;
    background: #fff;
}

.ordered-items-blk h4 {
    font-size: 14px;
    color: #808080;
}

.ordered-items-blk span {
    margin-left: 10px;
}

.ordered-items-blk ul li {
    display: inline-block;
}



.ordered-items-blk ul li {
    padding-right: 70px;
}

.ordered-items-blk ul li:last-child {
    position: relative;
}

.ordered-items-blk ul li:last-child:after {
    position: absolute;
    content: '';
    position: absolute;
    left: -15px;
    top: 10px;
    height: 15px;
    width: 2px;
    background: #9d9d9d;
}

.order-product h4 {
    font-size: 14px;
    color: #808080;
    line-height: 1;
    margin: 0;
}

.order-product,
.order-bx-title,
.product-order-btm-blk {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 7fr 2fr 2fr 2fr;
}

.ordered-inner-stage {
    /* background: #ffff; */
}

.order-product {
    background: #ffff;
    display: grid;
}

.order-product-chk {
    display: flex;
    align-items: center;
}

.order-product-itm {
    display: flex;
    align-items: center;
}

.order-product-itm img {
    margin-right: 20px;
}

.order-product-itm h4 span {
    display: block;
    margin-top: 10px;
    color: #f14863;

}


.order-bx-title {
    padding-top: 20px;
    padding-bottom: 50px;
    background: #fff;
}

.order-product {
    padding-bottom: 30px;
}

.product-order-btm-bx h4 {
    font-size: 14px;
    color: #808080;
    margin: 0;
    line-height: 1;
    font-weight: 400;
}

.product-order-btm-bx h4 img {
    margin-right: 10px;
}

.order-product-sum,
.ordered-total-blk {
    text-align: right;
}



.product-order-btm-blk {
    padding: 20px 0px;
    border-top: 1px dashed #aaaaaa;
    border-bottom: 1px dashed #aaaaaa;
    padding-right: 45px;
    padding-left: 45px;
    background: #fff;
}

.order-bx-title h4 {
    font-size: 14px;
    color: #808080;
}

.product-message-blk {
    background: #e8f5f4;
    display: grid;
    grid-template-columns: 1fr 2fr;
}

.product-message-blk {
    background: #e8f5f4;
    border-top: 1px dashed #000;
    border-bottom: 1px dashed #000;
    padding: 0 45px;
}

.prd-msg-inpt {
    display: flex;
    align-items: center;
    border-right: 1px dashed #000;
    padding-left: 45px;
}

.prd-msg-inpt input {
    width: 70%;
    border: 1px solid #ddd;
    height: 38px;
    padding: 10px 20px;
    font-size: 14px;
    color: #979797;
}

.prd-msg-inpt h4 {
    f14: ;
    font-size: 14px;
    color: #000;
    font0w: ;
    font-weight: 400;
    border-radius: 1p;
    margin-right: 15px;
}

.prod-msg-info {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    align-items: center;
    padding: 20px 0;
}

.prod-msg-info-bx {
    text-align: right;
}

.prod-msg-info-bx.d-flex {
    align-items: center;
}

.prod-msg-info-bx.d-flex {
    align-items: center;
    justify-content: space-around;
}

.prod-msg-info-bx.d-flex h4 {
    font-size: 14px;
    color: #169d91;
    margin: 0;
    line-height: 1;
    font-weight: 500;
}

.prod-msg-info-bx.d-flex h5 {
    font-size: 16px;
    color: #000;
    text-align: left;
    font-weight: 600;
    margin-bottom: px;
}

.prod-msg-info-bx.d-flex h5 span {
    display: block;
    font-size: 12px;
    margin-top: 10px;
    font-weight: 400;
    color: #808080;
}

.prod-msg-info-bx.d-flex h5 span b {
    display: block;
    color: #000;
}

.total-orders-blk {
    background: #e8f5f4;
    padding: 20px 45px;
    text-align: right;
}

.total-orders-blk h4 {
    font-size: 14px;
    color: #000;
    font-weight: 500;
}

.total-orders-blk h4 span {
    font-size: 18px;
    color: #eb1e24;
    margin-left: 75px;
}

.discount-code {
    background: #fff;
}

.discount-code h4 {
    padding: 25px 45px;
    border-bottom: 1px solid #dfdfdf;
    margin: 0;
    line-height: 1;
    font-size: 16px;
    color: #000;
}

.discount-code h4:last-child {
    border: none;
}

.discount-code img {
    margin-right: 10px;
}

.discount-code h4 span {
    color: #979797;
    font-size: 14px;
    margin-left: 10px;
}

/*===== end order area css =====*/
/*===== start payment blk css =====*/
.pyment-method {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 40px;
}

.product-process-method {
    background: #fff;
    padding: 40px 45px;
}

.pyment-method {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 40px;
}

.pyment-method h4 {
    font-size: 19px;
    color: #000;
    line-height: 1;
    margin: 0;
    margin-right: 45px;
}

.pyment-method ul li {
    display: inline-block;
    border: 1px solid #dfdfdf;
    font-size: 14px;
    color: #4d4e4e;
    padding: 5px 10px;
    text-align: center;
    margin-right: 20px;
}

.checkout-method {
    display: flex;
    justify-content: space-between;
    padding-top: 30px;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 40px;
}

.chekout-gate {
    display: flex;
    /* padding-top: 30px; */
}

.chekout-gate h4 {
    font-size: 16px;
    color: #000;
    font-weight: 500;
}

.chekout-gate h5 {
    font-size: 16px;
    color: #808080;
    margin-left: 100px;
}

.checkout-amount ul li {
    width: 240px;
    display: flex;
    justify-content: space-between;
    margin: 10px 0px;
    font-size: 14px;
    color: #4d4e4e;
    font-weight: 300;
}

.chekcout-btn a {
    text-align: right;
    font-size: 18px;
    background: #f14863;
    display: inline-block;
    width: 240px;
    text-align: center;
    color: #fff;
    padding: 4px 10px;
    font-weight: 500;
}

.chekcout-btn {
    text-align: right;
    padding-top: 40px;
}

/*===== end payment blk css =====*/
/*===== start update-work  area css =====*/

.update-every-week-area-inner {
    padding: 20px 10px;
}

.update-work h4 {
    font-size: 19px;
    color: #000000;
    font-weight: 400;
    text-align: center;
    padding-top: 20px;
}

.update-work p {
    font-size: 13px;
    text-align: center;
}

.update-work p span {
    span: co;
    color: #eb1e24;
}

.update-every-week-area-inner .owl-carousel .owl-nav div.owl-next {
    left: auto;
    right: 20px;
    left: auto;
    right: -25px;
    border: 1px solid #ddd;
    height: 27px;
    width: 27px;
    line-height: 27px;
    font-size: 14px;
    margin-top: auto;
    top: 48%;
    cursor: pointer;
    border-radius: 30px;
    background: #fff;
}

/*===== end update-work  area css =====*/
/*===== start sessions prod  area css =====*/
.sessions-prod-itm h4 {
    font-size: 19px;
    color: #000000;
    font-weight: 400;
    text-align: center;
    padding-top: 20px;
}

.sessions-prod-itm p {
    font-size: 13px;
    text-align: center;
}

.sessions-prod-itm p span {

    color: #eb1e24;
}

.section-title-lft-side h6 {
    font-size: 20px;
    color: #676767;
}

/*===== end sessions prod  area css =====*/
/*=====start all categories  area css =====*/

.cat-fltr-itms {
    display: flex;
    align-items: center;
}

.all-categories-tp-fltr-blk {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cat-fltr-itm {}

.cat-fltr-itm span {
    font-size: 15px;
    color: #000;
    background: #fff;
    padding: 9px 40px;
    border: 1px solid #ddd;
}

.cat-fltr-itm {}

.cat-fltr-itm {
    margin-right: 14px;
}

.cat-fltr-itm.active span {
    background: #f14863;
    color: #fff;
}



.cat-fltr-itm.fltr-tp-ck .nice-select span {
    border: none;
    background: none;
}

.cat-fltr-itm.fltr-tp-ck .nice-select .list {
    width: 100%;
}

.cat-fltr-bradcmp {
    display: flex;
    align-items: center;
}

.cat-fltr-bradcmp h4 {
    font-size: 15px;
    font-weight: 600;
    margin: 0;
    line-height: 1;
    margin-right: 45px;
}

.cat-fltr-bradcmp h4 span {
    color: #eb1e24;
}

.cat-fltr-btn-gp {
    display: flex;
    align-items: center;
}

.cat-fltr-btn-gp a {
    background: #fff;
    color: #f1f0f0;
    padding: 7px 20px;
    border: 1px solid #f1f0f0;
}

.all-categories-sidebar h2 {
    font-size: 20px;
    color: #000;
    font-weight: 500;
    margin: 0;
    padding-top: 8px;
    line-height: 1;
    padding-bottom: 35px;
    margin-bottom: 25px;
    border-bottom: 1px solid #d2d1d2;

}

.all-categories-sidebar h4 img {
    margin-right: 10px;
}

.categories-products-blk {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-gap: 10px;
}

.cat-product-itm {
    background: #fff;
}

.cat-product-itm img {
    width: 100%;
    padding-bottom: 10px;
}

.prod-info h4 {
    font-size: 13px;
    font-weight: 500;
}

.prod-info {
    padding: 10px;
}

.prod-btm-meta {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 10px;
    padding-top: 0;
}

.prod-price h5 {
    font-size: 19px;
    color: #eb1e24;
    font-weight: 500;
    display: flex;
    align-items: flex-end;
    margin: 0;
}

.prod-price h5 span {
    font-size: 13px;
    color: #808080;
    margin-right: 5px;
}

.prod-price ul li {
    display: inline-block;
    padding: 0;
    margin: 0;
    margin-left: -3px;
}

.prod-deve img {
    width: 40px;
    text-align: right;
    margin-left: auto;
}

.prod-deve {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    flex-direction: column;
}

.prod-deve h4 {
    font-size: 11px;
    color: #000000;
    text-align: right;
    margin: 0;
    line-height: 1.8;
    font-weight: 600;
}

.prod-deve h4 span {
    display: block;
}

.prod-price ul li i {
    font-size: 12px;
    margin: 0;
    padding: 0;
    color: #f59222;
}

.prod-price ul li i.far {
    color: #ddd;
}

.categories-menu a {
    color: #000;
    font-size: 15px;
    font-weight: 400;
}

.categories-menu a i {
    margin-left: 5px;
    font-weight: 300;
}

.categories-menu li {
    padding-bottom: 8px;
}

.categories-menu li.active a {
    color: #eb1e24;
}

.categories-menu a:hover {
    color: #eb1e24;
}

.all-categories-sidebar h2 img {
    margin-right: 10px;
}

.cat-ck-inpt .container {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #000;
    font-weight: 400;
}

/* Hide the browser's default checkbox */
.cat-ck-inpt .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.cat-ck-inpt .checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

.more-cat-show p {
    margin: 0;
    display: inline;
    font-size: 14px;
    color: #000;
}

/* When the checkbox is checked, add a blue background */
.cat-ck-inpt .container input:checked~.checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.cat-ck-inpt .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.cat-ck-inpt .container input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.cat-ck-inpt .container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.category-bx h3 {
    font-size: 20px;
    color: #000;
    margin: 0;
    line-height: 1;
    margin-bottom: 25px;
}

.category-bx h3 span {
    font-size: 14px;
    display: block;
    line-height: 1.5;
    margin-top: 10px;
}

.cat-ck-inpt {
    display: flex;
    align-items: center;

}

.cat-ck-inpt .checkmark {
    background: #fff;
    height: 15px;
    width: 15px;
    border: 1px solid #e3e3e3;
}

.cat-ck-inpt .container input:checked~.checkmark {
    background: #444;
}


.cat-ck-inpt .container .checkmark::after {
    left: 5px;
    top: 1px;
    width: 4px;
    height: 9px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.category-bx {
    padding: 20px 0px;
}

.pr-rng-inpt-gp {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: ;
}

.pr-rng-inpt-gp input {
    width: 70px;
    height: 30px;
    border: none;
    font-size: 13px;
    color: #000;
    padding: 0 8px;
    border: 1px solid #ddd;
}

.price-range button {
    display: block;
    width: 100%;
    border: none;
    background: #eb1e24;
    color: #fff;
    font-weight: 500;
    padding: 5px 10px;
    border: 1px solid #f5f5f5;
    margin-top: 20px;
}

.cat-btm-fltr {
    display: block;
    width: 100%;
    border: none;
    background: #eb1e24;
    color: #fff;
    font-weight: 500;
    padding: 5px 10px;
    border: 1px solid #f5f5f5;
    margin-top: 20px;
    text-align: center;
    border: 1px solid #e38e91;
}

.border-btm {
    border-bottom: 1px solid #cbcbcb;
}

.category-bx.border-tp h4 {
    font-size: 14px;
    color: #000;
    font-weight: 400;
    margin: 0;
    margin-bottom: 20px;
}

.cat-ratings li span {
    font-size: 13px;
    color: #000;
    font-weight: 400;
    margin-left: 5px;
}

.btm-pagination ul li {
    display: inline-block;
    margin: 0 35px;
    font-size: 18px;
    color: #000;
}

.btm-pagination i {
    height: 36px;
    width: 45px;
    background: #fff;
    text-align: center;
    line-height: 35px;
    color: #8a8282;
    border: 1px solid #e7e6e6;
}

.btm-pagination ul li.active {
    color: #ee7173;
}

.d-flex-end {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.allcategories-blk-wrapper {
    display: grid;
    grid-template-columns: 230px auto;
}

.pr-rng-inpt-gp {
    position: relative;
}

.pr-rng-inpt-gp:after {
    position: absolute;
    content: '';
    left: 75px;
    right: 70px;
    background: #ababab8f;
    height: 1px;
    width: 80px;
}

.btm-pagination {
    margin: 0 auto;
}

/*=====end all categories  area css=====*/

.weekly-tp-sold-itm-sm {
    position: relative;
}

.weekly-tp-sold-itm-sm-thum {
    width: 220px;
}

.weekly-tp-sold-itm-sm {
    margin-bottom: 5px;
}

.weekly-tp-sold-itm-sm:last-child {
    margin: 0;
}

.product-tagline .weekly-tp-sold-itm-sm-thum img {
    height: 50px;
}

.weekly-tp-sold-itm-sm .product-tagline img {
    width: 30px;
}

.weekly-tp-sold-itm-sm .product-tagline h5 span {
    margin: ;
    margin-left: 6px;
}


.slick-prev.slick-arrow,
.slick-next.slick-arrow {
    position: absolute;
    z-index: 999;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #0000003b;
    border: none;
    color: #fff;
    height: 30px;
}

.slick-next.slick-arrow {
    left: auto;
    right: 0;
}

.packing-size-bx span b {
    display: none;
}

.packing-size-bx.active span b {
    display: block;
}

.cat-product-itm {
    position: relative;
}


.lftr-blue-badge-prd p {
    margin: 0;
    color: #fff;
    font-size: 10px;
    padding-left: 5px;
}

.lftr-blue-badge-prd {
    background: #169d91;
    position: absolute;
    left: 0;
    top: 20px;
    width: 70px;
    padding: 0px 5px;
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
    z-index: 999999;
}

.top-red-badge-prd p {
    margin: 0;
    font-size: 10px;
    color: #fff;
}

.top-red-badge-prd {
    background: #f14863;
    position: absolute;
    left: 0;
    top: 24px;
    width: 70px;
    padding: 0px 5px;
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
    translate: revert;
    z-index: 9999999;
    transform: rotate(90deg);
}