/*
  Theme Name: Name -
  Author:
  Support: admin@gmail.com
  Description:
  Version: 1.0
*/

/* CSS Index
-----------------------------------
1. External CSS Import
2. Theme default css
*/

/* 2. Theme default css */
@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');

body {
    font-family: 'Kanit', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #000000;
    letter-spacing: 0.02em;
}

.img {
    max-width: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.f-left {
    float: left
}

.f-right {
    float: right
}

.fix {
    overflow: hidden
}
.display-ib {
    display: inline-block;
}
a,
.button {
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

a:focus,
.button:focus {
    text-decoration: none;
    outline: none;
}

a:hover,
a::before,
.portfolio-cat a:hover,
.footer -menu li a:hover {
    color: #cd3301;
    text-decoration: none;
}

a,
button {
    color: #1696e7;
    outline: medium none;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
    outline: 0
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Kanit', sans-serif;
    color: #000;
    margin: 0px;
    font-style: normal;
    font-weight: 500;
    text-transform: normal;
    line-height: 1.3;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

h1 {
    font-size: 40px;
    font-weight: 500;
}

h2 {
    font-size: 42px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 28px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 14px;
}

ul {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none
}

p {
    font-size: 14px;
    font-weight: normal;
    line-height: 28px;
    color: #000;
    margin-bottom: 15px;
    letter-spacing: 0.04em;
}

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;
}

*::-webkit-input-placeholder {
    color: #555555;
    font-size: 14px;
    opacity: 1;
}

*:-ms-input-placeholder {
    color: #555555;
    font-size: 14px;
    opacity: 1;
}

*::placeholder {
    color: #555555;
    font-size: 14px;
    opacity: 1;
}

.separator {
    border-top: 1px solid #f2f2f2
}
.container {
    max-width: 1310px;
}
.custom-mar-15 {
    margin-left: -7.5px;
    margin-right: -7.5px;
}
.custom-pad-15 {
    padding-left: 7.5px;
    padding-right: 7.5px;
}
.custom-mar-5 {
    margin-left: -2.5px;
    margin-right: -2.5px;
}
.custom-pad-5 {
    padding-left: 2.5px;
    padding-right: 2.5px;
}
.custom-mar-10 {
    margin-left: -5px;
    margin-right: -5px;
}
.custom-pad-10 {
    padding-left: 5px;
    padding-right: 5px;
}
/* scrollUp */
#scrollUp {
    background: #7DBA2F;
    height: 35px;
    width: 35px;
    right: 50px;
    bottom: 77px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    border-radius: 50%;
    font-size: 20px;
    line-height: 34px;
}

#scrollUp:hover {
    background: #444;
}
/* header css start here */

.header-area {}
.header-bottom.header-sticky.sticky {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 999;
    -webkit-transition: all linear 0.4s;
    transition: all linear 0.4s;
}
.header-top {
    background: fff;
    padding: 10px 0px;
    border-bottom: 1px solid #96c6aa;
}
.header-top a {
    font-size: 14px;
    color: #2a3747;
    display: inline-block;
    line-height: 1;
    font-weight: 400;
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
}
.header-top a:hover {
    color: #8bc53f;
}
.ht-left a.borderr {
    padding: 0px 25px;
    margin-left: 50px;
    margin-right: 25px;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
}
.ht-social {
    margin-left: 25px;
}
.ht-social a {
    font-size: 16px;
    color: #0d5f9e;
    margin-right: 10px;
}
.ht-social a.line {
    color: #4fa92d;
}
.ht-social a.insta {
    color: #a32061;
}
.ht-middle {
    text-align: right;
}
.ht-middle a {
    padding-right: 60px;
}
.ht-middle a.border-r {
    border-right: 1px solid #ccc;
}
.ht-middle a i {
    margin-right: 5px;
}
.ht-right {
    text-align: right;
}


.header-bottom {
    background: #047835;
    padding: 13px 0px;
}
.header-logo img {
    margin-right: 6px;
}
.header-logo a {
    font-size: 21px;
    color: #fff;
}
.header-logo a span {
    color: #8bc53f;
}
.header-search form {
    position: relative;
}

.recom-single {
	min-height: 344px;
	max-width: 350px;
}


.header-search form input {
    color: #939598;
    height: 40px;
    line-height: 40px;
    width: 100%;
    background: #fff;
    font-size: 16px;
    font-weight: 300;
    border: none;
    outline: none;
    padding: 0px 25px;
}
.header-search form input::-webkit-input-placeholder {
    color: #939598;
}
.header-search form input:-ms-input-placeholder {
    color: #939598;
}
.header-search form input::placeholder {
    color: #939598;
}
.header-search form button {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #939598;
    border: none;
    outline: none;
    cursor: pointer;
    background: none;
    -webkit-transition: all linear 0.4s;
    transition: all linear 0.4s;
    padding: 0px 15px;
}
.header-search form button:hover {
    background: #8bc53f;
    color: #fff;
}

.header-cart {
    text-align: right;
}
.header-cart a {
    position: relative;
}
/*.header-cart a:before {
    position: absolute;
    content: '10';
    height: 20px;
    width: 20px;
    border-radius: 50%;
    top: -10px;
    left: 6px;
    background: #eb1e24;
    color: #fff;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
} moved to php header file*/

/*header area end here*/

.slider-active img {
    width: 100%;
    min-height: 405px;
}
.single-video.large-v img {
    min-height: 280px;
    width: 100%;
    margin-bottom: 5px;
}
.single-video.small-v img {
    min-height: 150px;
}
.video-active {
    margin-left: -2.5px;
    margin-right: -2.5px;
}
.video-active .small-v {
    margin: 0px 2.5px;
}
.common-arrow .left,
.common-arrow .right {
    position: absolute;
    top: 50%;
    left: 4px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 20px;
    color: #666;
    cursor: pointer;
    background: rgba(255,255,255,0.8);
    border-radius: 50%;
    z-index: 5;
    -webkit-transition: all linear 0.4s;
    transition: all linear 0.4s;
}
.common-arrow .right {
    right: 0px;
    left: auto;
}
.common-arrow .left:hover,
.common-arrow .right:hover {
    background: #8bc53f;
    color: #fff
}

/*slider area end here*/

.cat-title h5 {
    font-size: 20px;
    color: #2a3747;
    background: #fff;
    font-weight: 400;
    padding: 9px 45px;
    border-bottom: 2px solid #ededed;
}
.cat-active {
    padding: 20px 0px;
    background: #fff;
}
.single-cat {
    text-align: center;
}
.cat-img {
    display: inline-block;
    margin-bottom: 5px;
}
.single-cat h6 {
    font-size: 14px;
    -webkit-transition: all linear 0.4s;
    transition: all linear 0.4s;
    padding: 0px 40px;
}
.single-cat h6:hover a {
    color: #8bc53f;
}
.cat-active.common-arrow .left {
    left: -15px;
    -webkit-box-shadow: 0px 1px 9px -3px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 1px 9px -3px rgba(0, 0, 0, 0.25);
}
.cat-active.common-arrow .right {
    right: -15px;
    -webkit-box-shadow: 0px 1px 9px -3px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 1px 9px -3px rgba(0, 0, 0, 0.25);
}

/*category area end here*/
.fs-border {
    border-bottom: 2px solid #ededed;
    padding: 5px 0px;
    background: #fff;
}
.fs-title {
    padding-left: 45px;
}
.countdown-list .time-count span {
    display: none;
}
.countdown-list .time-count {
    display: inline-block;
    text-align: center;
    font-size: 18px;
    line-height: 35px;
    font-weight: 500;
    color: #fff;
    margin-left: 15px;
    background: #000;
    height: 35px;
    width: 35px;
    text-align: center;
    
}
.fs-img {
    margin-right: 50px;
}
.count-title {
    margin-right: 10px;
}
.fs-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.count-title h6 {
    font-size: 16px;
    color: #eb1e24;
    display: inline-block;
}
.fs-link {
    text-align: right;
    padding-right: 50px;
}
.fs-link a {
    font-size: 14px;
    color: #eb1e24;
    font-weight: 500;
}
.fs-link a:hover {
    color: #8bc53f;
}
.flash-sale-active {
    background: #fff;
}
.single-sale {
    padding-bottom: 10px;
}
.single-sale .sale-img {
    position: relative;
}
.single-sale .sale-text {
    text-align: center;
}
.single-sale .sale-text span {
    display: block;
    color: #eb1e24;
    font-size: 15px;
    font-family: 'Helvetica';
    line-height: 1;
    padding-bottom: 5px;
}
.single-sale .sale-text span.price span {
    font-size: 30px;
    font-family: 'Helvetica';
    font-weight: 500;
    display: inline-block;
}
.single-sale .sale-text a {
    font-size: 12px;
    color: #fff;
    background: #ce242c;
    display: block;
    margin: 0px 15px;
    padding: 3px 0px;
    border-radius: 30px;
}
.single-sale .sale-img .sale-batch {
    position: absolute;
    top: 0px;
    right: 0px;
}
.single-sale .sale-img .sale-batch .batch-text {
    text-align: center;
    position: absolute;
    top: 6px;
    left: 0px;
    right: 0px;
}
.single-sale .sale-img .sale-batch .batch-text span {
    font-size: 15px;
    color: #fff;
    display: block;
}
.single-sale .sale-img .sale-batch .batch-text span.parcent {
    color: #eb1e24;
    font-weight: 600;
}
.flash-sale-active.custom-mar-5 {
    margin-left: 0px;
    margin-right: 0px;
}
.flash-sale-active.common-arrow .left {
    left: -15px;
    -webkit-box-shadow: 0px 1px 9px -3px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 1px 9px -3px rgba(0, 0, 0, 0.25);
}
.flash-sale-active.common-arrow .right {
    right: -15px;
    -webkit-box-shadow: 0px 1px 9px -3px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 1px 9px -3px rgba(0, 0, 0, 0.25);
}

/*flash sale area end here*/

.mall-title h4 {
    font-size: 24px;
    font-weight: 500;
    color: #f14863;
    margin: 0px;
}
.mall-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.mall-links a {
    font-size: 14px;
    color: #000;
    font-weight: 500;
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
}
.mall-links a:hover {
     color: #f14863;
}
.mall-links a img {
    margin-right: 5px;
}
.mall-banner-bg {
    background: #fff;
}
.mall-banner {
    padding: 10px 0px 10px 10px;
}
.mall-img img {
    width: 100%;
}
.mall-banner img {
    width: 100%;
}
.mall-logo {
    border: 1px solid #f8f8f8;
    display: inline-block;
    padding: 5px 25px;
    border-radius: 30px;
   -webkit-transition: all linear 0.4s;
   transition: all linear 0.4s; 
}
.mall-logo:hover {
    background: #f8f8f8;
}
.mall-product-active.common-arrow .left {
    left: 0px;
    -webkit-box-shadow: 0px 1px 9px -3px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 1px 9px -3px rgba(0, 0, 0, 0.25);
}
.mall-product-active.common-arrow .right {
    right: -15px;
    -webkit-box-shadow: 0px 1px 9px -3px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 1px 9px -3px rgba(0, 0, 0, 0.25);
}

/*mall product area start here*/

.bp-title h5 {
    font-size: 20px;
    color: #000;
    margin: 0px;
    padding: 18px 45px;
    background: #fff;
    border-bottom: 2px solid #ededed;
}
.best-single {
    position: relative;
}
.best-single .best-batch {
    position: absolute;
    top: 0px;
    left: 12px;
}
.best-single .best-batch span {
    position: absolute;
    top: 5px;
    left: 0px;
    right: 0px;
    text-align: center;
    font-size: 35px;
    color: #fff;
    font-weight: 500;
}
.best-pro-active {
    padding: 10px 0px;
    background: #fff;
}
.best-pro-active.custom-mar-10 {
    margin-left: 0px;
    margin-right: 0px;
}
.best-pro-active.common-arrow .left {
    left: -15px;
    -webkit-box-shadow: 0px 1px 9px -3px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 1px 9px -3px rgba(0, 0, 0, 0.25);
}
.best-pro-active.common-arrow .right {
    right: -15px;
    -webkit-box-shadow: 0px 1px 9px -3px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 1px 9px -3px rgba(0, 0, 0, 0.25);
}

/*best product area end here*/
.recom-title h5 {
    font-size: 20px;
    color: #000;
    margin: 0px;
    padding: 18px 45px;
    background: #fff;
    position: relative;
}
.recom-title h5:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    height: 5px;
    width: 250px;
    background: #ea191f;
}
.recom-img {
    position: relative;
}
.batch1 {
    position: absolute;
    top: 0px;
    right: 5px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all linear 0.4s;
    transition: all linear 0.4s;
}
.batch2 {
    position: absolute;
    bottom: 0px;
    right: 0px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all linear 0.4s;
    transition: all linear 0.4s;
}
.recom-text {
    padding: 10px;
}
.recom-text .price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.recom-text a {
    font-family: 'Thonburi';
    font-size: 12px;
    color: #000;
    text-align: justify;
    line-height: 18px;
    display: block;
    -webkit-transition: all linear 0.4s;
    transition: all linear 0.4s;
    font-weight: 300;
}
.recom-text a:hover {
    color: #ea2026;
}
.recom-text .price span {
    color: #ea2026;
    font-family: Helvetica;
    font-size: 18px;
}
.recom-text .price span span {
    font-size: 24px;
}
.recom-text .price .prr span {
    font-size: 12px;
    color: #000;
    font-family: 'Thonburi';
}
.custom-width-20 {
    max-width: 20%;
}
.recom-single {
    background: #fff;
}
.recom-single:hover .batch1,
.recom-single:hover .batch2 {
    opacity: 1;
    visibility: visible;
}
.pagination-area .page-link {
    height: 30px;
    width: 30px;
    line-height: 30px;
    background: transparent;
    padding: 0px;
    border-radius: 50%;
    font-weight: 300;
    font-size: 25px;
    border: 0px;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-align: center;
    margin: 0px 20px;
    color: #666;
}
.pagination-area .page-link:focus {
    background: #fa0035;
    color: #fff;
}
.page-item:last-child .page-link,
.page-item.disabled .page-link {
    background: none;
    color: #666;
}
.page-item:last-child .page-link:hover,
.page-item.disabled .page-link:hover {
    color: #fa0035;
}


/*footer area start here*/

.footer-area {
    background: #fff;
    border-top: 5px solid #176939;
    padding-top: 45px;
    padding-bottom: 15px;
}
.footer-widget h5 {
    font-weight: 500;
    color: #000;
    font-size: 16px;
    padding-bottom: 15px;
}
.footer-widget ul li {
    display: block;
    padding-bottom: 5px;
}
.footer-widget ul li a {
    font-size: 13px;
    color: #000;
}
.footer-widget ul li a:hover {
    color: #fa0035;
}
.footer-widget .bank-img ul li {
    width: 30%;
    float: left;
    margin-bottom: 15px;
}
.footer-widget .bank-img2 ul li {
    width: 45%;
    float: left;
    margin-bottom: 15px;
}
.footer-widget .bank-img2 ul li img {
    max-width: 50px;
}
.footer-widget .bank-img2 h5 {
    padding-bottom: 5px;
    padding-top: 15px;
}
.footer-widget.social-icon {
    margin-left: -20px;
}
.footer-widget.social-icon ul li {
    margin-bottom: 15px;
}
.footer-widget.social-icon i {
    color: #666;
    font-size: 16px;
}
.scan-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.footer-widget.scan {
    margin-left: 15px;
}
.scan-wrapper .scan-text {
    margin-left: 5px;
}
.scan-wrapper ul li {
    vertical-align: middle;
    margin-bottom: 15px;
}
.scan-wrapper ul li img {
    margin-right: 5px;
}
.scan-wrapper {}
.footer-widget {}