@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css");

body {
    font-family: 'Dancing Script', cursive!important;
    font-family: 'Poppins', sans-serif!important;
}

h1, h2, h3, h4, h5, h6, p{
    line-height: 1.5em!important;
}


a {
    color: #000!important;
    text-decoration: none!important;
}

.logo {
	width: 250px;
	transition: .5s;
}

.width-100-percent {
    width: 100%;
    min-width: 100%;
}

img.width-100{
	width:100%;
}

nav.main.scroll.height-100-px {
    height: 70px;
    top: 0;
    transition: .5s;
}

nav.main.height-100-px {
    height: 100px;}

.height-100-percent{
	height:100%;
}

nav.main.scroll .logo {
    width: 200px;
    transition: .5s;
}

nav.main {
    position: fixed;
    z-index: 9;
    width: 100%;
    background: #fff;
    transition: .5s;
    border-bottom: 1px solid #3c64491f;
}

.height-40-px {
    height: 40px;
}

.white {
    color: #fff;
}

.bold {
    font-weight: 600;
}

.small {
    font-size: 12px!important;
}

.margin-bottom {
    margin-bottom: 100px;
}

span.cart-count {
    position: absolute;
    top: -5px;
    right: -5px;
    background: #d11c35;
    height: 15px;
    width: 15px;
    border-radius: 50px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
}

span.underline {
    text-decoration: underline;
}

.background-green {
    background: #3c6449;
}

.border-radius {
    border-radius: 12px;
    overflow: hidden;
}

.advert-right-center,.advert-left-center,.advert-right-top,.advert-right-bottom,.advert-left-top,.advert-left-bottom,.advert-right-bottom-1,.advert-right-bottom-2 {
    height: 360px;
}

.advert img {
}

.advert-right-center {
    background-image: url(../../images/advertisement/turntable.png);
    background-repeat: no-repeat;
    padding: 30px;
    background-position: top 50% right 30px;
}

.advert-left-center {
    background-image: url(../../images/advertisement/ae100-2.png);
    background-repeat: no-repeat;
    padding: 30px;
    background-position: top 50% left 30px;
}

.advert-right-top {
    background-image: url(../../images/advertisement/ae100-2.png);
    background-repeat: no-repeat; 
    padding: 30px;
    background-position: top 30px right 30px;
}

.advert-right-bottom {
    background-image: url(../../images/advertisement/ae100.png);
    background-repeat: no-repeat;
    padding: 30px;
    background-position: bottom 0px right 0px;
}

.advert-right-bottom-1 {
    background-image: url(../../images/advertisement/ae100.png);
    background-repeat: no-repeat;
    padding: 30px;
    background-position: bottom 0px right 0px;
}

.advert-right-bottom-2 {
    background-image: url(../../images/advertisement/cable.png);
    background-repeat: no-repeat;
    padding: 30px;
    background-position: bottom 0px right 0px;
}

.advert-left-top {
    background-image: url(../../images/advertisement/ae100-2.png);
    background-repeat: no-repeat; 
    padding: 30px;
    background-position: top 30px left 30px;
}

.advert-left-bottom {
    background-image: url(../../images/advertisement/ae100-2.png);
    background-repeat: no-repeat;
    padding: 30px;
    background-position: bottom 30px left 30px;
}

.background-blue {
    background-color: #003cff;
}

.background-red {
    background-color: #ff073d;
}

.background-yellow {
    background-color: #FFC107;
}

.background-violet {
    background-color: #a038c9;
}

.background-purple {
    background-color: #1edeaf;
}

.background-grey {
    background-color: #ededed;
}

.topic {
    font-weight: 600;
    line-height: 1.5em!important;
    letter-spacing: -0.5px;
}

.button {
    background: #3c6449;
    display: inline-block;
    padding: 10px 15px;
    color: #fff!important;
    border-radius: 99px;
    border: none;
}

.button-grey {
    background: #f1f1f1;
    display: inline-block;
    padding: 10px 15px;
    border-radius: 99px;
    border: none;
    min-width: 140px;
}

.button-white {
    background: #fff;
    display: inline-block;
    padding: 10px 15px;
    color: #3c6449!important;
    border-radius: 99px;
}

.margin-top-200 {
    margin-top: -60px!important;
}    

.big {
    font-size: 90px;
}    

a.active {
    color: #3c6449!important;
    border-bottom: 2px solid #3c6449;
}

.navigation a:hover {
    color: #3c6449!important;
    transition: .3s;
}

.image-source {
    height: 250px;
    overflow: hidden;
    position: relative;
}

.zoom img:hover {
    transition: .5s;
    transform: scale(1.2);
}

.zoom img {
    transition: .5s;
}

.grey,.grey p {
    color: #9f9f9f!important;
}

.limit-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 160px;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}


.brands img {
    /* filter: url(filters.svg#grayscale); Firefox 3.5+ */
    filter: gray; /* IE5+ */
    -webkit-filter: grayscale(1); /* Webkit Nightlies & Chrome Canary */
    -webkit-transition: all .3s ease-in-out;
    opacity: .5;
}

.brands img:hover {
    filter: none;
    -webkit-filter: grayscale(0);
    -webkit-transform: scale(1.01);
    opacity: .9;
}

.ribbon {
    position: absolute;
    background: #ff0000d1;
    color: #fff;
    padding: 5px 30px;
    height: 112px;
    width: 112px;
    border-radius: 99px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 15px;
    top: 15px;
    z-index: 8;
    text-align: center;
}

.cards {
    position: relative;
    background: #fff;
}

.countdown {
    position: absolute;
    display: flex;
    justify-content: center;
    width: 100%;
    bottom: 0;
    z-index: 8;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgb(0 0 0 / 83%) 3%, rgb(0 0 0 / 81%) 100%);
    color: #fff;
    align-items: center;
}

p.date {
    background: #000;
    color: #fff;
    border-radius: 4px;
    height: 25px;
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 2px 20px 2px;
    font-size: 12px;
}

.image-source img {
    position: absolute;
    top: -8%;
    /* left: -6%; */
}

.owl-carousel .owl-stage {
    display: flex;
    align-items: center;
}

.overline:before {content: "";border-top: 1px solid #ff00007d;position: absolute;width: 100%;transform: rotate(9deg);top: 11px;}

.price {
    position: relative;
    top: 1px;
}

.overline:after{
    content: "";
    border-top: 1px solid #ff000000;
    position: absolute;
    width: 100%;
    transform: rotate(-8deg);
    top: 11px;
    left: 0;
}    

.smaller {
    font-size: 11px;
}

.background-product-image{
    background-image: url(../../images/background/products.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.overlay {
    background: #00000063;
}

.line-height-near {
    line-height: 1rem!important;
}

input.checkbox {
    accent-color: #3c6449;
}

.background-image-in {
    height: 300px;
    background-color: #000;
    filter: grayscale(100%);
}

.contact {
    background-image: url(../../images/pages/news.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.waviy {
  position: relative;
  -webkit-box-reflect: below -20px linear-gradient(transparent, rgba(0,0,0,.2));
  font-size: 18px;
  font-weight: 700;
  margin-top: -6px;
  letter-spacing:-1.5px;
}
.waviy span {
  position: relative;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  animation: waviy 1s infinite;
  animation-delay: calc(.1s * var(--i));
  
}
@keyframes waviy {
  0%,40%,100% {
    transform: translateY(0)
  }
  20% {
    transform: translateY(-5px)
  }
}	

.no-design{
	background:none;
	border:none;
	padding: 0px!important;
}

label:hover {
    cursor: pointer;
}

.links {
    /* border-bottom: 1px solid #3c64491f; */
}

.height-260 {
    height: 260px;
}

.modal-header {
    border-bottom: none!important;
}

.width-100-percent img {
    width: 100%;
}

.border-radius-image img {
    border-radius: 12px;
}

.zoom-image {
    overflow: hidden;
}

.new {
    position: absolute;
    z-index: 8;
    right: 15px;
    top: 15px;
    background: #00000038;
    color: #fff;
    font-size: 12px;
    padding: 4px 15px;
    border-radius: 6px;
    backdrop-filter: saturate(180%) blur(3px);
    border: 1px solid #ffffff45;
}

.blog-image {
    height: 600px;
    overflow: hidden;
    position: relative;
}

.background-white {
    background: #fff;
}

.box-shadow {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.sticky-top {
    top: 110px!important;
}

.blog a {
    color: #0087ff!important;
}

.combine {
    display: flex;
    background: #f2f2f2;
    padding: 10px 15px;
    border: 1px solid #c9c9c9;
    align-items: center;
    border-radius: 99px;
    min-width: 150px;
    justify-content: center;
}







@keyframes stock-in  {
  0% {
    -moz-box-shadow: 0 0 0 rgb(0 255 31 / 40%);
    box-shadow: 0 0 0 rgb(0 255 31 / 40%);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
      box-shadow: 0 0 0 10px rgba(204,169,44, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
      box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}


span.stock-in {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #3ae15e;
    box-shadow_1: 0 0 0 rgb(0 255 31 / 40%);
    top: -1px;
    position: relative;
    border-radius: 50%;
    box-shadow: 0 0 0 rgb(0 255 31 / 40%);
    animation: stock-in  1.2s infinite;  
}




@keyframes stock-low  {
  0% {
    -moz-box-shadow: 0 0 0 rgb(255 193 7 / 57%);
    box-shadow: 0 0 0 rgb(255 193 7 / 57%);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
      box-shadow: 0 0 0 10px rgba(204,169,44, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
      box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}


span.stock-low {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #FFC107;
    box-shadow_1: 0 0 0 rgb(255 193 7 / 57%);
    top: -1px;
    position: relative;
    border-radius: 50%;
    box-shadow: 0 0 0 rgb(255 193 7 / 57%);
    animation: stock-low  1.2s infinite;  
}

img.width-50-percent {
    width: 50%;
}

img.brands-list {
    width: 35px;
}

img.icon {
    width: 20px;
}

input {
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #e3e3e3;
    font-size: 13px!important;
    /* color: #f2f2f2!important; */
}

.link {
    color: #0058ff!important;
    text-decoration: underline!important;
}

.hr-sect {
	display: flex;
	flex-basis: 100%;
	align-items: center;
	color: rgb(0 0 0 / 21%);
}
.hr-sect::before,
.hr-sect::after {
	content: "";
	flex-grow: 1;
	background: rgb(0 0 0 / 8%);
	height: 2px;
	font-size: 0px;
	line-height: 0px;
}

.hr-sect:before {
    margin-right: 10px;
}

.hr-sect:after {
    margin-left: 10px;
}

.nav-link {
    border: none!important;
	color: #c1c1c1!important;
}

.nav-link.active {
    border: none!important;
    border-bottom: 2px solid #3c6449!important;
    color: #3c6449!important;
}

.nav-link:hover {
    border: none!important;
    border-bottom: 2px solid #3c6449!important;
    color: #3c6449!important;
}

.width-50-percent {
    width: 50%;
}

.rating > input {display: none;} 
.rating > label:before { 
  margin: 5px;
  font-size: 1.25em;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005";
}

.rating > .half:before { 
  content: "\f089";
  position: absolute;
}

.rating > label { 
  color: #ddd; 
 float: right; 
}

/***** CSS Magic to Highlight Stars on Hover *****/

.rating > input:checked ~ label, /* show gold star when clicked */
.rating:not(:checked) > label:hover, /* hover current star */
.rating:not(:checked) > label:hover ~ label { color: #FFD700;  } /* hover previous stars in list */


.rating > input:checked + label:hover, /* hover current star when changing rating */
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label, /* lighten current selection */
.rating > input:checked ~ label:hover ~ label { color: #FFED85;  } 

fieldset.rating {
    display: inline-block;
}

i.bi.bi-star-fill.yellow {
    color: #FFD700;
}

.advert {
    position: sticky;
    top: 115px;
}

button {
    min-width: 150px;
    text-align: center;
}

.image-250-height {
    height: 250px;
    overflow: hidden;
}

.image-175-height{
	height: 175px;
	overflow: hidden;
}

.image-250-height img{
    /* height:inherit; */
    position: relative;
    top: -30%;
}

.blog-image img {
    position: absolute;
    top: -600px;
}

.small-desc {
    font-size: 14px;
}

.overlay-read-more {
    position: absolute;
    width: 100%;
    height: 87px;
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
}

span.price.overline {
    top: 0;
}

button.btn-close {
    min-width: 0;
}

h1.topic.big {
    line-height: 1em!important;
}

.adjust-to-center {
    position: relative;
    top: -35%;
}

.top-stick-blog {
    margin-top: -250px!important;
}

.box-100-size {
    height: 200px;
    width: 200px;
}

.swiper-slide-thumb-active {
    border: 1px solid #3c6449;
    transition: .3s;
}

.swiper_thumbnail {
    margin-bottom: 0px!important;
}

.swiper-slide.swiper-slide-visible {
    margin-right: 10px;
}

.swiper_main {
    margin-bottom: 10px!important;
}

.swiper-slide-active {
    /* border: 1px solid #3c6449; */
}

.swiper-button-next::after,.swiper-button-prev::after {
    color: #3c6449;
}

.offcanvas.long-height {
    height: 90vh!important;
}

.position-bottom {
    position: fixed;
    z-index: 9;
    bottom: 0;
    width: 100%;
}

.width-200 {
    width: 200px;
}


td.vertical-midle {
    vertical-align: middle;
}

td {
    padding: 15px 20px!important;
	width: 20%!important;
}

td.background-green {
    background: #3c6449!important;
    color: #fff!important;
}

.compare-border {
    border-right: 1px solid #dbdbdb;
}

p.mb-0.small.note.p-2 {
    background: #f5f5f5;
}

.no-min-width {
    min-width: auto;
}

ul.dropdown-menu.width-100-percent.p-4.show {
    top: 36px!important;
    transform: translate(23.55555%, 64px)!important;
    width: 68%;
    border: none;
    box-shadow: 1px 6px 6px #00000014;
    border-radius: 0px;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    left: 0!important;
    transition: .5s;
}

a.spacer {
    /* margin: 10px; */
    /* display: inline-block; */
}

td.vertical-midle.background-white {
    background-color: #eef5f0;
}

ul {
    list-style: circle;
}

ul.main-cat {
    list-style: none;
    padding: 0px;
    margin-bottom: 50px;
}

li.main-category a {
    font-weight: 600;
    margin-bottom: 10px;
    display: inline-block;
}

li.sub-category {
    margin-bottom: 12px;
    /* font-size: 13px; */
}

.background-light-green {
    background: #e5ebe7;
}

.nav-tabs.products button{border-radius:0px;}

.nav-tabs .nav-link.active {
    border: none!important;
    background: #e5ebe7!important;
    color: #3c6449!important;
}

.nav-tabs  .nav-link:hover {
    border: none!important;
    background: #e5ebe7!important;
    color: #3c6449!important;
}

table.tabel-spec {
    width: 100%;
}

table.tabel-spec tr {
    border-bottom: 1px dotted #0000003b;
    /* border-top: 1px dotted #0000003b; */
}

table.tabel-spec td {
    padding: 5px 0px!important;
}

.topic-bold {
    font-weight: 800;
    line-height: 1!important;
    letter-spacing: -1.2px;
}

.green {
    color: #3c6449;
}

ul.dropdown-menu.width-100-percent.p-4.show.scroll {


    transform: translate(23.55555%, 34px)!important;
    transition: .5s;
}

badge {
    background: #3c6449;
    border-radius: 4px;
    min-width: 25px;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 12px;
    padding: 2px 8px;
}




ul.subheader-list {
  display: block;
  position: relative;
  height: 15px;
  width: 100%;
  padding-left: 0;
  margin: 0;
  list-style-type: none;
  line-height: 5.5em;
  color: #a2a8a4;
  overflow: hidden;
  margin-top: 13px;
}

.subheader-list__item {
  position: absolute;
  top: 100%;
  animation: subheaderMotion 12s ease-in-out infinite;
}

.subheader-list__item:nth-child(1) {
  animation-delay: 0s;
}
.subheader-list__item:nth-child(2) {
  animation-delay: 6s;
}

@keyframes subheaderMotion {
  0% { transform: translateY(0); }
  1%, 32%  { transform: translateY(-100%); }
  35%, 100% { transform: translateY(-200%); }
}





@media only screen and (max-width: 600px) {
  /* For tablets: */
  .pc {display:none;}
}

@media only screen and (min-width: 600px) {
  /* For tablets: */
  .mobile {display:none;}
}


tbody.product-info td {
    padding: 2px 0px!important;
}

.no-width {min-width: max-content;}

.display-inline-block {
    display: inline-block;
}

.bank-logo {
    width: 90px;
}

.bank-calculation td {
    padding: 5px 0px!important;
}

button#auto_modal {
    display: none;
}

button.btn-close.custom {
    position: absolute;
    z-index: 999;
    right: 20px;
    top: 20px;
    font-size: 20px;
}

.icon {
    /* font-size: 20px; */
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 0px 20px;
}

.whatsapp {
    background: #1ebf6e;
}

.facebook {
    background: #0866FF;
}

.twitter {
    background: #000;
}

.accordion-button:not(.collapsed) {
    background: #3c6449!important;
    color: #fff!important;
}

input.checkbox-compare {
  accent-color: #3c6449;
}

.revealleft{
  position: relative;
  transform: translateX(-150px);
  opacity: 0;
  transition: 1s all ease;
}

.revealleft.activescrollleft{
  transform: translateX(0);
  opacity: 1;
}

.revealright{
  position: relative;
  transform: translateX(150px);
  opacity: 0;
  transition: 1s all ease;
}

.revealright.activescrollright{
  transform: translateX(0);
  opacity: 1;
}

.revealtop{
  position: relative;
  transform: translateY(150px);
  opacity: 0;
  transition: 1s all ease;
}

.revealtop.activescrolltop{
  transform: translateY(0);
  opacity: 1;
}

.revealbottom{
  position: relative;
  transform: translateY(-150px);
  opacity: 0;
  transition: 1s all ease;
}

.revealbottom.activescrollbottom{
  transform: translateY(0);
  opacity: 1;
}

.breacrumb li {
    list-style: none;
    font-size: 13px;
    color: #9f9f9f;
}

.breacrumb .container {
    display: flex;
    height: 50px;
    align-items: center;
}

.breacrumb li:after {
    content: '';
}

.breacrumb li:not(:last-child):after {
    content: '/';
    margin: 0px 15px;
}

.background-login {
    background: url(../../images/background/login.jpg);
    background-size: cover;
}

select.width-100-percent.mb-4.border-radius {
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #e3e3e3;
    font-size: 13px!important;
}
	
.small-note {
    font-size: 10px;
    background: #666;
    color: #fff;
    padding: 2px 10px;
    border-radius: 15px;
}	

.video_background video {
    width: 100%;
    height: auto;
}

.countdown-1 {
    background: #525252;
    padding: 10px;
    justify-content: space-between;
}

.countdown-1 p {
    font-size: 16px;
    background: #3a3a3a;
    width: -webkit-fill-available;
}

.height-50 {
    height: 50px;
}

.promotion-countdown {
    background-image: url(../../images/background/promotion.gif);
    color: #fff;
}

.no-arrow:after {
    display: none!important;
}

span.total-cart {
    display: inline-block;
    position: relative;
    background: #b91919;
    color: #fff;
    padding: 0px 6px;
    font-size: 10px;
    border-radius: 99px;
    top: -11px;
    left: -15px;
}

.thumbnail{width:150px;}

.min-width-40 {
    width: 40px;
}

.right-none {
    border-radius: 8px 0px 0px 8px;
    width:100%;
}

.left-none {
    border-radius: 0px 8px 8px 0px;
    padding: 9px 15px;
    width:100%;
}

.width-70-percent {
    width: 70%;
}

.width-30-percent {
    width: 30%;
}

.underline {
    text-decoration: underline!important;
}

img.small {
    width: 51px;
    height: fit-content;
}

.no-design button.accordion-button.collapsed {
    line-height: 0;
    padding: 0px 0px 15px 0px;
}

.no-design button.accordion-button {
    line-height: 0;
    padding:0px;
    background:none!important;
    color:#000!important;
    box-shadow: none!important;
}

.no-design .accordion-item {
    border: none!important;
}

.no-design .accordion-body {
    padding: 15px 0px 0px 0px!important;
}

li.no-design {
    list-style: none;
}

li.no-design {
    list-style: none;
}

.accordion.no-design li{
    color: #999999!important;
    padding-bottom:15px!important;
    font-size: 13px;
}

li.no-design i {
    font-size: 8px;
    top: -1px;
    position: relative;
}