body {
	font-family: "Noto Sans Thai", sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 17px;
	line-height: 20px;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
.popup {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  border-top: 2px solid #aaa;
  border-bottom: 2px solid #aaa;
  transition: visibility 0s, opacity 0.3s ease-in-out;
}

/* Popup content styling */
.popup-content {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  z-index: 1003;
}

.popup-content p {
  margin-bottom: 20px;
}

.popup-content button {
  padding: 10px 20px;
  background-color: #7B9607;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.popup-content button:hover {
  background-color: #ccc;
}

/* Show popup */
.popup1.show {
  visibility: visible;
  opacity: 1;
}
.popup1 {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  border-top: 2px solid #aaa;
  border-bottom: 2px solid #aaa;
  transition: visibility 0s, opacity 0.3s ease-in-out;
}

/* Popup content styling */
.popup-content1 {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  z-index: 1003;
}

.popup-content1 p {
  margin-bottom: 20px;
}

.popup-content1 button {
  padding: 10px 20px;
  background-color: #7B9607;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.popup-content1 button:hover {
  background-color: #ccc;
}

/* Show popup */
.popup1.show {
  visibility: visible;
  opacity: 1;
}
.weather-box {
    width: 100%;
    height: 200px; 
    border: 1px solid #464646;
    border-radius: 12px;
    overflow: scroll;
    padding: 10px 10px
}
.dis-images {
    width: 100%;
    height: 100%;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom:2px solid #464646;
}
@media (min-width:764px) {
    .dis-images {
    width: 50%;
    height:50%;
    }
}
.charm-bold {
  font-family: "Charm", cursive;
  font-weight: 600;
  font-size: 23px;
  color: #7B9607;
  font-style: normal;
}
@media (min-width:764px) {
    .charm-bold {
    font-size: 25px;
    font-weight: 700px;
    }
}
.charm-bold1 {
  font-family: "Charm", cursive;
  font-weight: 600;
  font-size: 16px;
  color: #7B9607;
  font-style: normal;
}
@media (min-width:764px) {
    .charm-bold1 {
    font-size: 25px;
    font-weight: 700px;
    }
}
.charm-bold1 {
  font-family: "Charm", cursive;
  font-weight: 600;
  font-size: 19px;
  color: #00407B;
  font-style: normal;
}
@media (min-width:764px) {
    .charm-bold1 {
    font-size: 22px;
    font-weight: 700px;
    }
}
.charm-bold2 {
  font-family: "Charm", cursive;
  font-weight: 600;
  font-size: 21px;
  color: red;
  font-style: normal;
}
@media (min-width:764px) {
    .charm-bold2 {
    font-size: 25px;
    font-weight: 700px;
    }
}
.container-onload {
    width: 100%;
    border: 1px solid #aaa;
    background-color: #fff;
    border-radius: 6px;
    padding: 20px 20px;
    margin-top: 12px
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
#onloadbox {
  width: 100%;
  background-color: white;
  border-radius: 6px;
  padding: 20px;
  border: 1px solid #ccc;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  margin-top: 12px;
  margin-bottom: 16px;
}
#onloadboxs {
  width: 100%;
  background-color: white;
  border-radius: 6px;
  padding: 20px;
  border: 1px solid #ccc;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  margin-top: 12px;
  margin-bottom: 16px;
}
.box {
    background-color: #fff;
    line-height: 21px;
    padding: 6px 4px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    max-height: 70px;
    overflow: scroll;
    transition: max-height 0.5s ease; 
    
}
@media (min-width:764px) {
    .box {
        max-height: 120px;
    }
}
.box .expanded {
  max-height: 200px; /* New max-height when scrolled */
}

.bgflag {
        background-image: url('/image/thaiflag.jpg');
        background-repeat: no-repeat;
        margin-left: 25px;
        margin-top: 25px;
    }

.heading-boxs {
    width: 100%;
    height: auto;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
/* default font size */
.fa {
	font-size: 14px;
}
p {
    color: #464646;
    font-size: 17px;
    font-weight: 400;
}
.product-box3 {
    margin-top: 7px;
    margin-left: 5px;
    background-color: #028a0f;
    border-radius: 25px;
    padding: 3px 3px;
    z-index: 2;
    width: 50%;
}
.fset-product-box3 {
    font-family: "Mitr", serif;
    font-style: italic;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    z-index: 2;
}
@media (min-width:764px) {
    .fset-product-box3 {
    font-weight: 480;
    font-size: 17px;
    }
}
.proct-box3:hover .fset-product-box3:hover {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}
.line-app-wrapper {
    position: fixed;
    width: 60px;
    height: auto;
    top: 600px;
    right: 0;
    margin-right: 10px;
    margin-top: 50px;
    z-index: 8;
    background-color: #fff;
    display: block;
}
@media (min-width:1201px) {
    .line-app-wrapper { 
         width: 80px;
         margin-top: -110px;
         margin-right: 20px;

    }
}
@media (min-width:764px) and (max-width:1200px) {
    .line-app-wrapper { 
         width: 80px;
         margin-top: 320px;
         margin-right: 15px;

    }
}
.line-tabb {
    position: absolute;
    width: 60px;
    background-color: #fff;
    height: auto;
    border-radius: 50px;
    z-index: 9;
}
@media (min-width:764px) {
    .line-tabb { 
         width: 80px;
         height: auto;
         border-radius: 50px;
    }
}
.line-tabb-img {
    height: 60px;
    z-index: 10;
    width: auto;
    position: relative;
}
@media (min-width:764px) {
    .line-tabb-img { 
         width: 80px;
         height: auto;
    }
}
.line-tabb:hover {
    border: solid 3px #D4D4D4;
    border-radius: 50px;
    text-decoration: none;
}
.return-tab {
    position: fixed;
    top: 100;
    right: 0;
    background-color: #fff;
    border: 2px solid #028a0f;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    border-right: 0;
    padding: 10px 0;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(2, 138, 15, 0.1);
}
.category-tab1 {
    background-color: #fff;
    border: 2px solid #028a0f;
    border-radius: 6px;
    padding: 15px 20px;
    overflow: scroll;
    box-shadow: 0 2px 4px rgba(2, 138, 15, 0.1);
    
}
.category-boxs {
    width: 100%;
    background-color: #028a0f;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    margin: 3px 3px;
}
.about-box {
	border: 1px solid #ddd;
	width: 100%;
	padding: 40px 40px;
	height: auto;
	border-radius: 12px;
	margin-bottom: 20px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	z-index: 1;
}
@media (max-width: 762px) {
    .about-box {
    padding: 40px 40px
}
}
@media (min-width:767px) and (max-width:991px) {
     .about-box {
    padding: 40px 60px
}
}
@media (min-width: 992px) {
    .about-box {
    padding: 50px 80px
}
}
.google-font {
  font-family: "Mitr", serif;
  font-weight: 300;
  font-style: italic;
  font-size: 25px;
  color: #028a0f;
}
@media (max-width:762px) {
    .google-font {
    font-size: 20px;  
    }
}
.google-font-b20 {
  font-family: "Mitr", serif;
  font-weight: 300;
  font-style: italic;
  font-size: 20px;
  color: #464646;
}
@media (max-width:762px) {
    .google-font-b20 {
    font-size: 16px;  
    }
}
.google-font-b17 {
  font-family: "Mitr", serif;
  font-weight: 300;
  font-style: italic;
  font-size: 17px;
  color: #464646;
}
@media (max-width:762px) {
    .google-font-b18 {
    font-size: 15px;  
    }
}

.google-font-account {
  font-family: "Mitr", serif;
  font-weight: 300;
  font-style: italic;
  font-size: 23px;
  color: #028a0f;
}
@media (max-width:762px) {
    .google-font-account {
    font-size: 19px;  
    }
}
.accounts-pixs i {
  font-size:70px;
  color:#028a0f  
}
@media (max-width:762px) {
    .accounts-pixs i {
   font-size:48px;  
    }
}
.google-font2 {
  font-family: "Mitr", serif;
  font-weight: 300;
  font-style: italic;
  font-size: 30px;
  color: #028a0f;
}
@media (max-width:762px) {
    .google-font2 {
    font-size: 25px;  
    }
}
.google-font3 {
  font-family: "Mitr", serif;
  font-weight: 300;
  font-style: italic;
  font-size: 18px;
  color: #464646;
}
@media (max-width:762px) {
    .google-font {
    font-size: 16px;  
    }
}
/* NSEW */
.north-image {
    width: 100%;
    height: auto;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    overflow: hidden;
    border-bottom: 1px solid #eee;
}
.east-image {
    float: left;
    width: 50%;
    height: auto;
    border-left: 1px solid #eee;
}
.west-image {
    float: left;
    width: 50%;
    height: auto;
}
.south-image {
    width: 100%;
    height: auto;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    overflow: hidden;
    border-top: 1px solid #eee;
}
.dis-flight {
    width: 100%;
    height: auto;
    Border:1px solid #eee;
    float: left;
    padding: 8px 8px;
    border-radius: 6px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    background-color: #f1f1f1;
}
.dis-flight-xl {
    width: 80%;
    Border:1px solid #eee;
    float: left;
    padding: 8px 8px;
    border-radius: 6px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    background-color: #f1f1f1;
}
@media (min-width:992px) {
    .dis-flight-xl {
        width: 60%;
    }
}

/* heading-tabs */
.heading-tab3 {
    background-color: #738276;
    width: 45%;
    border-radius: 6px;
    padding: 8px 12px
}
@media (max-width:761px) {
.heading-tab3 {
    width: 60%;
}
}
/* back to top btn */
#top-of-page {
  display: none;
  position: fixed;
  background-color: #fff;
  border: 2px solid #028a0f;
  bottom: 20px;
  left: 20px;
  justify-content: center; 
  z-index: 10;
  outline: none;
  color: #028a0f;
  cursor: pointer;
  padding: 15px;
  border-radius: 50px;
  transform: translate3d(0, 0, 0);
  white-space: nowrap;
  text-align: center;
  height: 38px;
  outline: none;
  overflow: hidden;
  display: inline-flex;
  flex-direction: column;
  font-family: expo-brand-demi,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
#top-of-page i {
  font-size: 23px;
  color: #028a0f;
}
#top-of-page:active {
  outline: 0;
}
@media (min-width:1201px) {
    #top-of-page i {
    font-size: 25px;
    color: #028a0f;
    }
}

#top-of-page:focus {
  box-shadow: rgba(0, 0, 0, .5) 0 0 0 3px;
}
/* copy btn */
.copy-text {
  background-color: initial;
  background-color: #f2f2f2;
  z-index: 1009;
  font-size: 12px;
  border: none;
  outline: none;
  padding: 3px 3px;
  color:  #000;
  cursor: pointer;
  border-radius: 50px;
  transform: translate3d(0, 0, 0);
  white-space: nowrap;
  text-align: center;
  border-width: 0;
  justify-content: center;
  line-height: 1;
  margin: 0;
  outline: none;
  overflow: hidden;
  display: inline-flex;
  flex-direction: column;
  font-family: expo-brand-demi,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

.copy-text:hover {
  color: #028a0f;
}
.copy-text:active {
  outline: 0;
  color: #028a0f
}

.copy-text:focus {
  box-shadow: rgba(0, 0, 0, .5) 0 0 0 3px;
}
.container-accounts-clock {
  min-width:40%;
  background-color:#eee;
  border-radius:20px;
  padding:5px 35px  
}
@media (max-width:762px) {
    .container-accounts-clock {    
    padding: 4px 15px;
    }
}
.container-accounts-clock a {
    font-size:15px;
    color:#464646;
    font-weight:400
}
@media (max-width:762px) {
    .container-accounts-clock a {    
    font-size:13px;
    }
}
.container-accounts-clock i {
    font-size:18px;
    color:#464646;
    font-weight:100
}
@media (max-width:762px) {
    .container-accounts-clock i {    
    font-size:15px;
    }
}
.floating-banner {
    background-color: #aaa;
    border-radius: 12px;
    overflow: scroll;
    padding: 12px 12px;
}
/* quantity select */ 
.container-quantity {
    background: blue;
}
#billdesc{
    padding-top: 50px;
}
#test{
    width: 100%;
    height: 30px;
}
option {
    height: 30px;
    line-height: 30px;
}
.page-backg {
    background-image: url("http://www.tscarparts.com/image/catalog/lotus-g1m.png");
    background-position: left top;
    background-repeat: no-repeat;
}
/* input */
input:read-only {
  background-color: #eee;
opacity: .80;
}
input::placeholder {
  padding-left: 3px;
  float: left;
}
input[type="date"] input::placeholder {
    float: left;
    margin-left: 3px;
}
.see-div:focus-within div {
  display: block;
}

.editOption{
    width: 90%;
    height: 24px;
    position: relative;
    top: -30px

}
.container-45 {
    width: 45%;
    height: auto;
    float: left;
    padding: 10px 4px;
}
.container-10 {
    width: 10%;
    height: auto;
    float: left;
    padding: 10px 2px;
    border: 0 1px 0 0 solid #eee;
}
.container-45r {
    width: 45%;
    height: auto;
   
    border-radius: 6px;
    background-color: #f2f2f2;
  box-shadow: 0 2px 4px rgb(0, 0, 0, 0.1);
    float: left;
    padding: 10px 12px;
}
.container-100 {
    width: 100%;
    height: auto;
   
    border-radius: 6px;
    background-color: #fcfcfc;
  box-shadow: 0 2px 4px rgb(0, 0, 0, 0.1);
    float: left;
    padding: 10px 12px;
}
/* 
/* slider-box */
#ts-slider {
    z-index: 1;
}
#ts-slider .slider-box {
    width: 100%;
    padding: 5px 15px;
    overflow: auto;
    cursor: pointer;
}
#ts-slider .slider-element {
    position: relative;
    float: left;
    display: flex;
    gap: 24px;
    padding: 0 22px;
    list-style: none;
    overflow-x: scroll;
  scroll-snap-type: x mandatory;
}

/* special */
.fset-carousel {
    height: auto;
    width: 100%;
    overflow: scroll;
    z-index: 1;

    scroll-snap-type: x mandatory;   

}
.fset-inline {

  list-style: none;
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
  overflow: scroll;
}
.h17 {
  display: flex;
  justify-content: space-between;
}
.dropdown-toggle {
  text-decoration: none;
       -webkit-transition: all 5000.0s ease;
    -moz-transition: all 5000.0s ease;
    -ms-transition: all 5000.0s ease;
    -o-transition: all 5000.0s ease;
    transition: all 5000.0s ease;

}
/* cart */
.cart1  {
    font-size: 25px;
    color: #888;
    padding-top:4px;
}
.cart1 i {
    font-size: 25px;
    color: #888;
    padding-top:4px;
}
.cart1 i:hover {
    font-size: 27px;
    font-weight: 700;
    color: #000;
}
.cart1 i:active {
    font-size: 27px;
    font-weight: 700;
    color: #000;
}
/* carasel */
.latest-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.latest-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
.list1 {
  display: flex;
  gap: 24px;
 padding: 0 22px;
  Z-index: 1002
  list-style: none;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
}
.list2 {
  display: flex;
  gap: 0;
 padding: 0 0 0 3px ;
  Z-index: 1
  list-style: none;
  
}
#client_logos {
    display: inline-block;
    width:50%;
    }
div.inline { 
    float:left;
    display: flex;
    gap: 24px;
    padding: 0 22px;

}
div.inline6 { 
    float:left;
    display: flex;
    gap: 24px;
    padding: 0 100px;

}
div.inline-app { 
    float: right;
    display: flex;
    padding: 0;

}
div.inline-xl-1 { 
    float:left;
    display: flex;
    padding-right: 5px;
    gap: 0;
}

div.inline-xl { 
    float:left;
    display: flex;
    padding-right: 5px;
    gap: 5px;
    z-index: 1;
}
div.inline-xl-r { 
    float: right;
    display: flex;
    padding: 0 0 0 5px;
    gap: 5px;
    z-index: 1;
}
div.inline-sm { 
    float:left;
    display: flex;
    width: 100%;
  
}
div.inline1 { 
    float:left;
    display: flex;
    gap: 14px;
    padding: 25px 12px;

}

div.inline2 { 
    float:left;
    display: flex;
    gap: 14px;
    padding: 25px 20px;

}
div.inline-nopad { 
    float:left;
    display: flex;
    gap: 14px;

}
div.inline-thumb { 
    float:left;
    display: flex;
    padding-right: 30px;
    gap: 40px;
    z-index: 1;
    
} 


div.inline-catbox1 { 
    float:left;
    display: flex;
    padding-right: 30px;
    gap: 40px;
    z-index: 1;
    
} 


img { 
    max-width: 100%; 
    height: auto;

}
.image-container { 
    max-width: 100%; 
    max-height: 100%; 
    
} 
@media (min-width:992px) {
    div.inline-xl {
    padding: 0 10px;
    gap: 6px;
    
}
}
li.inline3 { 
    float:left;
    display: flex;
    gap: 14px;
    padding: 25px 20px;

}
@media (min-width:992px) {
    li.inline3 {
    padding: 0 10px;
    gap: 6px;
    
}
}
ul#inline4 li {
  display:inline;
 
}
.list1-xl {
  display: flex;
  gap: 24px;
 padding: 0 22px;

  list-style: none;
}
.container-image {
    width: 80%;
    height: 80%;
    overflow: scroll;
    position: relative;
    background-color: transparent;
    z-index: 1;
}
@media (max-width:762px) {
    .container-image {
    width: 80%; 
    height: 80%;
    }
} 
.container-image-over {
    width: 80%;
    height: auto;
    position: relative;
    background-color: transparent;
    margin-left: 7px;
   
}
@media (max-width:762px) {
    .container-image-over {
    width: 100%;    
    }
} 
@media (min-width:991px) {
    .container-image {
    margin-left: 10px; 
    width: 71%;
    height: 71%;
    }
}  
.container-image-over:hover .slide-advice {
    background-image: linear-gradient(to bottom, #028a0f, #028a0f);
    color: #fff;
    font-weight: 380;
}

.slide-advice {
    width: 50px;
    height: 50px;
    top: 3%;
    margin-left: 2%;
    position: absolute;
    background-color: #eee;
    background-image: linear-gradient(to bottom, #eee, #aaa);
    border-radius: 50px;
    padding: 10px 10px;
    float: left;
    color: #fff;
    font-size: 25px;
    box-shadow: 0 2px 4px rgb(0, 0, 0, 0.1);
    z-index: 2;
}
.container-image:hover .container-image-over:hover .container-image:focus .container-image-over:focus + .slide-advice {
    border:2px solid gold;
  box-shadow: 0 2px 4px rgb(0, 0, 0, 0.3);
}

.faver {
    width: 50px;
    height: 50px;
    top: 3%;
    right: 3%;
    
    background-color: #fcfcfc;
    position: absolute;
    border: 2px solid gold;
    border-radius: 50px;
    padding: 10px 10px;
    box-shadow: 0 2px 4px rgb(0, 0, 0, 0.1);  
    color: gold;
    font-size: 24px;
    z-index: 2;
}
.faver i {
    color: #464646;
    font-size: 24px;
    font-weight: 550;
}
.faver:hover  {
    
    font-weight: 700;
    border: 2px solid #028a0f;
    border-radius: 50px;
}
.faver:hover i:hover {
    
    color: #028a0f;
    font-weight: 700;
    
}
.image-cat {
   padding: 20px 0;
  
}
@media (min-width:762px) {
    .image-cat {
        padding: 20px 30px;
    }
}
.image-cat1 {
   padding: 40px 20px;
  
}
@media (min-width:762px) {
    .image-cat1 {
        padding: 40px 25px;
    }
}
.image-cat3 {
    width: 80px;
    height: auto;
}
@media (min-width:762px) {
    .image-cat3 {
    width: 90px;
    height: auto;
    }
}
.icon-cat  {
    text-decoration: none;
    font-size: 18px;
    color: #464646;
    font-weight: 503;
}
@media (min-width:767px) {
    .icon-cat {
    font-size: 20px;
   
}
}
.icon-cat a:hover a:active a:focus {   
    color: gold;
    font-size: 20px;
}
.icon-cat i {
    font-size: 20px;
    color: #464646;
    font-weight: 200;
}
@media (min-width:767px) {
    .icon-cat i {
    font-size: 22px;
   
}
}
.hidescrollbar::-webkit-scrollbar {
  display: none; 
}
.ts-table {
    overflow: auto;
    width: 100%;
    padding: 5px 30px;
}
.ts-table-xl {
    overflow: hidden;
    width: 70%;
    padding: 5px 20px;
}


.item1 {
  flex-shrink: 0;
  width: 80%;
  height: 90vh;

  background-color: #FFF;

  scroll-snap-align: center;
}
.vl {
  border-left: 1px solid #ddd;
  height: 100%;
  width: auto;
}

/* my font */
.fset1 {
    font-size:19px;
    color:#464646;
}
.fset1 a {
    font-weight: 400;
}
.fset1:hover {
    color: red;
    text-decoration: underline;
}
.fset2 {
    font-size:19px;
    color:#000;
}
.fset2 a {
    font-weight: 400;
}
.fset2:hover {
    color: red;
    text-decoration: underline;
}
.fset3 {
    font-size: 24px;
    color: #fff;
    font-weight: 400;
}
.fset4 {
    font-size:18px;
    color:#464646;
    font-weight: 380;
    padding-top: 8px;
}
.fset4 a {
    font-size:18px;
    color: #03ac13;
    font-weight: 400;
}
.proddescript div {
    background-color: #ffc067;
    border-radius: 6px;
    padding: 7px 7px;
}
.proddescript a {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
}
.fset5 {
    font-size: 10px;
    color: #3D3C3A;
    font-weight: 503;
}
.fset6 {
    font-size: 27px;
    color: #464646;
    font-weight: 480;
}
.fset7 {
    font-size: 22px;
    color: #03ac13;
    font-weight: bold;
}
.fset8 {
    color: #fff;
    font-size: 18px;
    font-weight: 503;
    padding: 5px 5px;
}
.fset9 {
    font-size:18px;
    color:#464646;
    font-weight: 380;
}
.fset10 {
    font-size: 17px;
    color: #fff;
    font-size: 420;
}
.fset11 {
    font-size: 16px;
    color: #464646;
    font-weight: 380;
}
.fset11 i {
    font-size: 28px;
    color:#028a0f;
}

.fset12 {
    font-size: 17px;
    color: #000;
    font-weight: 503;
}
.fset-hide {
    font-size: 14px;
    font-weight: 503;
    color: #464646;
}
.fset13 {
    font-size: 17px;
    color: #757575;
    font-weight: 503;
}
.fset14 {
    font-size: 19px;
    color: #03ac13;
    font-weight:503;
}
.fset16 {
    font-size: 18px;
    color: #757575;
    font-weight: 460;
}
.fset17 {
    font-size: 16px;
    color: #757575;
    font-weight: 440;
}
.fset18 {
    font-size: 16px;
    color: #03ac13;
    font-weight: 800;
}
.fset19 {
    font-size: 13px;
    color: #757575;
    font-weight: 503;
}
@media (min-width:764) {
    .fset19 {
        font-size: 10px;
    }
}
.fset20 {
    color: #fff;
    font-size: 15px;
    font-weight: bold;
}
.fset21 {
    font-size: 17px;
    color: #464646;
    font-weight: 700;
}
.fset22 {
    font-size: 19px;
    color: #464646;
    font-weight: 800;
}
.fset23 {
    font-size: 28px;
    color: #464646;
    font-weight: 400;
}
.fset23 a:hover {
    color: red;
    font-weight: 503;
    border: 1px solid red;
    
}
.fset24 {
    font-size: 20px;
    font-weight: 480;
    color: #000;
}

.fset24 i {
    font-size: 20px;
    color: #000 ;
}
.fset25 {
    font-size:20px;
    color:#464646;
    font-weight: 430;
}
.fset25:hover {
    color:#028a0f;
    padding: 4px 0px;
    width: 100%;
    font-weight: 503;
}
.fset26 {
    font-size:16px;
    color:#2c2c2c;
    font-weight: 400;
}
.fset26:hover  {
    color:#000;
    width: 100%;
    font-weight: 480;
}
.fset27 {
    font-size:20px;
    color:#464646;
    font-weight: 503;
}
.fset28 {
    font-size: 14px;
    color: #464646;
    font-weight: 503;
}
@media(min-width:992px) {
    .fset28 {
        font-size: 17px;
        font-weight: 600;
    }
}
.fset28 i {
    font-size: 17px;
    color: #464646;
    font-weight: 600;
}
.fset29 {
    font-size: 14px;
    color: #464646;
    font-weight: 380;
}
.fset30 {
    color: #fff;
    font-size: 18px;
    font-weight: 450;
}
.fset31 {
    color: green;
    font-size: 19px;
    font-weight: 600;
}
.fset32 {
    color: #464646;
    font-size: 17px;
    font-weight: 600;
}
.fset32 i {
    color: #464646;
    font-size: 18px;
}

.fset33 {
    color: #757575;
    font-size: 17px;
    font-weight: 450;
}
.fset34 {
    color: #464646;
    font-size: 18px;
    font-weight: 600;
}
.fset35-top {
    color: #464646;
    font-size: 24px;
    font-weight: 503;
   	text-shadow: 0 1px 0 #FFF;   
}
.fset-cat-heading {
    color: #727272;
    font-size: 22px;
    font-weight: 420;
}
@media (max-width:762px) {
    .fset-cat-heading {
        font-size: 18px;
    }
}
.fset-cat-heading i {
    font-size: 20px;
    color: #028a0f;
    font-weight: 420;
}
@media (min-width:767px) {
    .fset-cat-heading i {
        font-size: 18px;
    }
}
.fset36-top {
  font-family: "Pattaya", serif;
    font-style: normal;
    font-size: 27px;
    color: #464646;
    font-weight: 400;
    text-shadow: 0 1px 0 #FFF;   
}
.fset36-top-xl {
  font-family: "Pattaya", serif;
    font-style: normal;
    font-size: 38px;
    color: #464646;
    font-weight: 400;
    text-shadow: 0 1px 0 #FFF;   
}

.fset36-top1 {
  font-family: "Pattaya", serif;
    font-style: normal;
    font-size: 23px;
    color: #fff;
    font-weight: 400;
    text-shadow: 0 1px 0 #f4f4f4;   
}


@media (max-width:672px) {
    .fset36-top {
    font-size: 23px; 
}
}


.fset37 {
    font-size: 22px;
    color: #028a0f;
    font-weight: 600;
}
.fset37-m {
    font-size:16px;
    color: #0082fb;
    font-weight: 450;
}
.fset38 {
    font-size: 19px;
    color: #000;
    font-weight: 503;
}
.fset38-h {
    font-size: 17px;
    color: #7B9607;
    font-weight: 503;
}
.fset38-b {
    font-size: 19px;
    color: #fff;
    font-weight: 503;
}
.fset38-s {
    font-size: 16px;
    color: #000;
    font-weight: 380;
}
.fset38-m {
    font-size: 16px;
    color: #000;
    font-weight: 450;
}
.fset38-m i {
    font-size: 20px;
    color: #464646;
    font-weight: 503;
}
.fset38-m a {
    font-size: 15px;
    color: #000;
    font-weight: 503;
}
.fset39 {
    font-size: 16px;
    color: #fff;
    font-weight: 480;
}
.fset39 a:hover {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
}
.fset39-h a {
    font-family: "Didact Gothic", sans-serif;
    font-size: 16px;
    color: #fff;
    font-weight: 503;
    font-style: normal;
}
@media (min-width:764px) {
    .fset39-h {
        font-size: 20px;
        font-weight: 600;
    }
}
.fset39-h a:hover {
    color:  #7B9607;
    font-weight: 700;
}
.fset39-h a:focus {
    color:  #7B9607;
    font-weight: 700;
}
.fset39-h a:active {
    color:  #7B9607;
    font-weight: 700;
}
.fset39-h i{
    font-size: 15px;
    color: #fff;
    font-weight: 503;
}
.fset39-h i:hover a:hover {
    color:  #7B9607;
    font-weight: 700;
}
.fset39-h i:focus i:focus {
    color:  #7B9607;
    font-weight: 700;
}
.fset39-h i:active a:active {
    color:  #7B9607;
    font-weight: 700;
}
.fset40 {
    font-size: 18px;
    color: #000;
    font-weight: 503;
}
.fset40-a {
    font-size: 18px;
    font-weight: 600;
    color: #96AD3C;
}
@media (min-width:764) {
    .fset40-a {
        font-size: 15px;
    }
}
.fset41-price {
    font-size: 15px;
    color: green;
    font-weight: 700;
}
.fset41-price-old {
    font-size: 11px;
    color: #757575;
    font-weight: 380;
    text-decoration-line: line-through;
}
.fset42-logo {
    color: #464646;
    font-size: 16px;
    font-weight: 700;
    text-shadow: 1px 0 #f3f3f3, -1px 0 #f3f3f3, 0 1px #f3f3f3, 0 -1px #f3f3f3,
               1px 1px #f3f3f3, -1px -1px #f3f3f3, 1px -1px #f3f3f3, -1px 1px #f3f3f3;
}
.fset42-logo1 {
    font-size: 18px;
    color: #464646;
    font-weight: 700;
    text-shadow: 1px 0 #f3f3f3, -1px 0 #f3f3f3, 0 1px #f3f3f3, 0 -1px #f3f3f3,
               1px 1px #f3f3f3, -1px -1px #f3f3f3, 1px -1px #f3f3f3, -1px 1px #f3f3f3;
}
.fset43 {
    font-size: 19px;
    color: #028a0f;
    font-weight: 600;
}
.fset44 {
    font-size: 27px;
    color: #028a0f;
    font-weight: 600;
}

.fset45  {
    font-size: 17px;
    color: #028a0f;
    font-weight: 480;
}

.fset45 a:hover {
    font-weight: 600;
    color: #000;
}
.fset46  {
    font-size: 20px;
    color:  #23a1d1;
    font-weight: 480;
}
.fset46 a  {
    font-size: 20px;
    color:  #23a1d1;
    font-weight: 480;
}

.fset46 a:hover {
    font-weight: 600;
    color: #028a0f;
}
.fset48 {
    font-size: 20px;
    color: #115a03;
    font-weight: 480;
}
.fset49 {
    font-size: 17px;
    color: #464646;
    font-weight: 450;
}
.fset50 {
    font-size: 18px;
    color: #464646;
    font-weight: 503;
}
.fset51-menu i{
    color: #fff;
    font-size: 25px;
    font-weight: 600;
}


.fset52 {
    color: #fff;
    font-size: 10px;
    font-weight: 280;
}
.fset53 {
    font-size: 18px;
    color: #028a0f;
    font-weight: 480;
}
.fset53 i {
    font-size: 19px;
    color: #028a0f;
    font-weight: 280;
}
.fset54 {
    font-size: 17px;
    color: #028a0f;
    font-weight: 480;
}
.fset54 i {
    font-size: 18px;
    color: #028a0f;
}
.fset55 {
    font-size: 16px;
    color: #464646;
    font-weight: 420;
}
.fset56 {
    font-size: 15px;
    color: #747474;
    font-weight: eip;
}
.fset57{
    font-size: 16px;
    color: #929292;
    font-weight: 280;
}
.fset58 a {
    font-size: 14px;
    color: #757575;
    font-weight: 300;
}
.fset58 i:hover {
    opacity: .20;
}
.fset58 a:hover {
    color: #028a0f;
}
.fset59 {
    font-size:17px;
    color:#464646;
    font-weight: 450;
}
.fset60 {
    font-size:18px;
    color:#028a0f;
    font-weight: 480;
}
.fset61 {
    font-size:22px;
    color:#028a0f;
    font-weight: 480;
}
.fset62 {
     font-family: expo-brand-demi,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    color: #028a0f;
    font-weight: 550;
    text-shadow: 0 1px 0 #f4f4f4;
    font-style: italic;
    padding: 12px 0;
    font-size: 27px;
    color: #028a0f;
}
@media (max-width:762px) {
    .fset62 {
        font-size: 22px;

    }
}
.fset69 {
     font-family: expo-brand-demi,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-weight: 550;
    font-style: italic;
    font-size: 22px;
    color: #fff;
}
@media (max-width:762px) {
    .fset69 {
        font-size: 20px;

    }
}
.fset62-xl {
  font-family: "Mitr", serif;
  font-weight: 300;
  font-style: italic;
  font-size: 19px;
  color: #464646;
  line-height: 20px;
}
@media (max-width:762px) {
    .fset62-xl {
  font-size: 17px;
    }
    
}

.fset-inner-text {
    font-size: 23px;
    color: #464646;
    font-weight: 480;
    text-shadow: 0 1px 0 #f9f9f9;   
}
@media (min-width:767px) {
    .fset-inner-text {
        font-size: 25px;
    }
}
.fset63 {
    font-size:17px;
    color:#464646;
    font-weight: 430;
}
.fset63:hover {
    color:#028a0f;
    font-weight: 600;
}
.fset63 {
    font-size:17px;
    color:#464646;
    font-weight: 430;
}
.fset63:hover {
    color:#028a0f;
    font-weight: 600;    
    font-size:17px;
}
 

.fset64 i {
    content: '\f077';
    color: #028a0f;
    font-weight: 600;   
    font-size: 20px;
}
.fset64  i:hover i:focus i::before {
    content: '\f077';

}
.fset66 {
    font-family: "Mitr", serif;
    font-weight: 300;
    font-style: italic;
    font-size:20px;
    color:#028a0f;
    font-weight: 480;
    text-shadow: 0 1px 0 #FFF;
}
.fset67 i {
    font-size:40px;
    color: #464646;
    font-weight: 700;
}
.fset67 i {
    font-size:40px;
    color: #028a0f;
}
.fset68  {
    font-size:24px;
    color: #028a0f;
    font-weight: 700;
}
.fset-warnings {
    font-size:18px;
    font-weight: 700;
    color: #A60A46;
    text-decoration: underline;
}
@media (min-width:764px) {
    .fset-warnings {
        font-size:20px;
    }
}
.fset-warnings1 {
    font-size:15px;
    color: #464646;
    font-weight: 400;
}
@media (min-width:764px) {
    .fset-warnings1 {
        font-size:17px;
    }
}
.fset70 {
    font-size:22px;
    color:#fff;
    font-weight: 420;
    font-family: "Mitr", serif;
}
.fset71 {
    font-size:16px;
    color: #747474;
    font-weight: 450;
}
.fset71 a {
    font-size:16px;
    color: #747474;
    font-weight: 450;
}
.fset71 a:hover {
    font-size:17px;
    color: #028a0f;
    font-weight: 600;
}
.fset72 {
  font-family: "Mitr", serif;
  font-weight: 600;
  font-style: italic;
  font-size: 18px;
  color: #fff;
}
.fset73 a {
    font-size:16px;
    color: #464646;
    font-weight: 420;
}
.fset73 {
    font-size:16px;
    color: #464646;
    font-weight: 420;
}
.fset73 a:hover {
    color: #028a0f;
    font-weight: 600;
}
.fset-captcha {
    color: #028a0f;
    font-weight: 480;
    font-size: 16px;
}
.fset-captcha i {
    color: #028a0f;
    font-weight: 280;
    font-size: 17px;
}
.fset74 {
    color: #028a0f;
    font-weight: 450;
    font-size: 14px;
}
.fset75 {
    color: #464646;
    font-weight: 430;
    font-size: 15px;
}
@media (max-width:761px) {
    .fset75 {
        font-size:16px;
    }
}
.fset76 {
    color: #747474;
    font-weight: 320;
    font-size: 14px;
}
@media (max-width:761px) {
    .fset76 {
        font-size:15px;
    }
}
.fset77 {
    font-family: "Mitr", serif;
    font-weight: 300;
    font-style: italic;
    font-size:18px;
    color:#028a0f;
    font-weight: 440;
    text-shadow: 0 1px 0 #FFF;
}
.fset78 {
     font-family: "Mitr", serif;
     font-style: italic;
    font-size: 18px;
    color: #464646;
    font-weight: 480;
}
.fset79 {
    color: #747474;
    font-weight: 400;
    font-size: 17px;

}
.fset80 {
    color: #028a0f;
    font-weight: 400;
    font-size: 17px;

}

div#dropdowncat .open  > span#chevy i::before {
  content: '\f077';
}


.set-inner-text a:hover {
    font-weight: 600;
    color: #028a0f;
}
.set-inner-text a:active {
    font-weight: 600;
    color: #028a0f;
}
.fset44-inner {
    font-size: 27px;
    color: #028a0f;
    font-weight: 600;
}


@media (max-width:672px) {
    .fset44-inner {
    font-size: 20px;    
    }
}

.fset-inner-link  {
    text-decoration: none;
}
.fset-inner-link {
    font-size: 16px;
    color: #23a1d1;
    font-weight: 420;
    text-shadow: 0 1px 0 #f9f9f9;   
}
@media (min-width:767px) {
    .inner-link {
        font-size: 18px;
    }
}
.set-inner-link:hover a:hover{
    font-weight: 700;
    color: #464646;
    text-decoration: none;
}
.set-inner-link:hover a:active{
    font-weight: 700;
    color: #464646;
    text-decoration: none;
}
.fset-inner-catalog {
    font-size: 20px;
    color: #464646;
    font-weight: 420;
    text-shadow: 0 1px 0 #f9f9f9;   
}
@media (min-width:767px) {
    .fset-inner-catalog {
        font-size: 22px;
    }
}
.set-inner-catalog a:hover {
    font-weight: 600;
    color: #028a0f;
}
.set-inner-catalog a:active {
    font-weight: 600;
    color: #028a0f;
}

/* line-height */
.line-height20 {
    line-height: 20px;
}
.line-height30 {
    line-height: 30px;
}
.line-height40 {
    line-height: 40px;
}


.fset-log-in2 {
    font-size: 17px;
    color: #464646;
    font-weight: 420;
}
.fset-log-in3 {
    font-size: 22px;
    color: #000;
    font-weight: 450;
}
.fset-log-in4 {
    font-size: 18px;
    color: #464646;
    font-weight: 450;
    padding-left: 0px 30px;
}
@media (min-width: 762px) {
    .fset-log-in4 {
    padding: 0px 110px;
}
}
.fset-login-link {
    font-size: 17px;
    color: #747474;
    font-weight: 450;
    padding: 12px 0px;
}
@media (min-width:767px) {
    .fset-login-link {
        font-size: 19px;
    }
}
.fset-login-link:hover {
     color: #028a0f;
     font-weight: 600;
}

.fset-log-in5 {
    font-size: 18px;
    color: #464646;
    font-weight: 450;
}
/* padding-set */
.fset-padding2 {
    padding: 12px 20px;
}
@media (min-width:767px) and (max-width:991px) {
     .fset-padding2 {
    padding: 20px 60px
}
}
@media (min-width: 992px) {
    .fset-padding2 {
    padding: 30px 120px
}
}
.fset-about {
    padding: 12px 20px;
}
@media (min-width:767px) and (max-width:991px) {
     .fset-about {
    padding: 12px 45px
}
}
@media (min-width: 992px) {
    .fset-about {
    padding: 12px 60px
}
}
.fset-box-padding {
    padding: 0px 10px;
    background-color: #f4f4f4;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgb(0, 0, 0, 0.1);
    width: 100%;
}
@media (min-width: 767px) {
    .fset-box-padding {
        padding: 0px 10px;
      
}
}
@media (min-width: 767px) and (max-width:992px) {
    .padding-cat1 {
        padding-right: 60px;
      
}
}
.padding-login-box1 {
    padding-top: 50px ;
}
@media (min-width:767px) and (max-width:992px) {
    .padding-login-box1 {
        padding-top: 80px;
    }
}
.padding-login-box2 {
    padding: 30px 15px ;
}
@media (min-width:767px) {
    .padding-login-box2 {
        padding: 30px 50px;
    }
}
.pad-cat1 {
    padding-right: 30px ;
}
@media (min-width: 993px) {
    .padding-cat1 {
        padding-right: 100px;
      
}
}
.padding-password {
    text-decoration: none;
}
@media (min-width:764px) and (max-width:991px) {
    .padding-password {
    padding: 15px 60px 0 60px;
        
    }
}
@media (max-width:762px) {
    .padding-password {
    padding: 10px 25px 0 25px
  
    }
}
@media (min-width: 993px) {
    .padding-password {
       padding: 15px 80px 0 80px;
      
}
}

.padding-accounts {
    margin: 0px 230px;
}
@media (min-width:764px) and (max-width:991px) {
    .padding-accounts {
    margin: 0px 170px;
        
    }
}
@media (max-width:762px) {
    .padding-accounts {
    margin: 0px 45px 0 45px
    }
}
.padding-personal {
    padding-left: 0;
}
@media (min-width:764px) and (max-width:991px) {
    .padding-personal {
        padding-left: 110px;
    }
}
@media (min-width:992px) {
    .padding-personal {
        padding-left: 150px;
    }
}
.fset-box-padding1 {
    padding: 20px 20px;
    background-color: #f4f4f4;
    border-radius: 6px;
    box-shadow: 0 2px 4px rgb(0, 0, 0, 0.1);
    width: 100%;
    height: auto;
}
@media (min-width: 767px) {
    .fset-box-padding1 {
        padding: 0px 10px;
      
}
}
.dividers48 {
    width: 48%;
    float: left;
    padding: 5px 5px;
}
@media (max-width: 991px) {
    .dividers48 {
        width: 100%;
    }
}
/* moving-text */
.marquee {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    white-space: nowrap;
    border:0 0 0 1px solid darkgrey;
    border-radius: 12px;
    animation: marquee 120s linear infinite;
    goo
    color: #464646;
    padding: 10px 10px;
}
@keyframes marquee {
  0%    { text-indent: -200em } 
  100% { text-indent: 0em }
}
.rtl {
    direction: rtl;
}
/* set-page margin */
.page-margin1 {
    padding: 30px 180px;
    width: 100%;
    height: 100%;
}
@media (min-width: 763px) and (max-width:991px) {
    .page-margin1 {
        padding: 30px 50px 0 50px;
      
}
}
@media (max-width: 761px) {
    .page-margin1 {
        padding: 20px 0 0 0;
      
}
}
@media (min-width: 993px) {
    .page-margin1 {
        padding: 30px 90px 0 9px;
      
}
}
.page-margin-field {
   text-decoration: none; 
}

@media (min-width: 763px) and (max-width:991px) {
    .page-margin-field {
        padding: 20px 20px 0 20px;
      
}
}
@media (max-width: 761px) {
    .page-margin-field {
        padding: 10px 20px 0 20px;
      
}
}
@media (min-width: 993px) {
    .page-margin-field {
        padding: 20px 150px 0 150px;
      
}
}


/* padding-left */
.fset-pl5 {
    padding-left: 5px;
}
.fset-pl10 {
    padding-left: 10px;
}
.fset-pl15 {
    padding-left: 15px;
}
.fset-pl20 {
    padding-left: 20px;
}
.fset-pl25 {
    padding-left: 25px;
}
.fset-pl30 {
    padding-left: 30px;
}

/* padding-top */
.fset-pt6 {
    padding-top: 3px;
}
.fset-pt6 {
    padding-top: 6px;
}
.fset-pt9 {
    padding-top: 9px;
}
.fset-pt10 {
    padding-top: 10px;
}
.fset-pt12 {
    padding-top: 12px;
}
.fset-pt15 {
    padding-top: 15px;
}
.fset-pt20 {
    padding-top: 20px;
}
.fset-pt25 {
    padding-top: 25px;
}
.fset-pt30 {
    padding-top: 30px;
}
.fset-pt35 {
    padding-top: 35px;
}
.fset-pt40 {
    padding-top: 40px;
}
.fset-pt45 {
    padding-top: 45px;
}
.fset-pt50 {
    padding-top: 50px;
}
.fset-pt60 {
    padding-top: 60px;
}
.fset-pt70 {
    padding-top: 70px;
}
.fset-pt30 {
    padding-top: 80px;
}
.fset-pt90 {
    padding-top: 90px;
}
.fset-pt100 {
    padding-top: 100px;
}

/* padding-bottom */
.fset-pb6 {
    padding-bottom: 3px;
}
.fset-pb6 {
    padding-bottom: 6px;
}
.fset-pb9 {
    padding-bottom: 9px;
}
.fset-pb10 {
    padding-bottom: 10px;
}
.fset-pb12 {
    padding-bottom: 12px;
}
.fset-pb15 {
    padding-bottom: 15px;
}
.fset-pb20 {
    padding-bottom:20px;
}
.fset-pb30 {
    padding-bottom: 30px;
}
.fset-pb35 {
    padding-bottom: 35px;
}
.fset-pb40 {
    padding-bottom: 40px;
}
.fset-pb45 {
    padding-bottom: 45px;
}
.fset-pb50 {
    padding-bottom: 50px;
}
.fset-pb60 {
    padding-bottom: 60px;
}
.fset-pb70 {
    padding-bottom: 70px;
}
.fset-pb30 {
    padding-bottom: 80px;
}
.fset-pb90 {
    padding-bottom: 90px;
}
.fset-pb100 {
    padding-bottom: 100px;
}

.fset-signature {
    font-size: 10px;
    color: #646464;
    font-weight: 320;
}
.fset-forgot-email {
    font-size: 16px;
    color: #3cb043;
    font-weight: 480;
}
.fset-forgot-email:hover {
    color: red;
    font-weight: 600;
}
.fset-login {
    font-size:16px;
    color:#464646;
    font-weight: 400;
}
.fset-login:hover {
    color:#000;    
    width: 100%;
    font-weight: 500;
}
.fset-padding1 {
    padding: 0px 50px 30px 50px;
}
@media (min-width:762px) {
    .fset-padding1 {
    padding: 0px 130px 30px 130px
}
}
.product-thumb .fset-products {
    font-size: 100%;
    color: #444;
    font-weight: bold;
    padding-bottom: 4px;
}
.fset-menu {
    font-size: 20px;
    color: #444;
    font-weight: 600;
}
.log-in1 {
    background-color: #f4f4f4;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgb(0, 0, 0, 0.1);
} 
.container-login {
    width: 100%;
    height: auto;
    background-color: #f4f4f4;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgb(0, 0, 0, 0.1);
    padding: 30px 25px;
}
@media (min-width:767px) and (max-width:992px) {
    .container-login {
        padding: 50px 70px;
    }
}

@media (min-width: 992px) {
     .container-login {
        padding: 50px 100px;
    }
}
.log-in1 {
    background-color: #f4f4f4;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgb(0, 0, 0, 0.1);
} 
.container-account {
    width: 100%;
    height: auto;
    background-color: transparent;
    overflow: hidden;
    padding: 30px 25px;
}
@media (min-width:767px) and (max-width:992px) {
    .container-account {
        padding: 50px 70px;
    }
}

@media (min-width: 992px) {
     .container-account {
        padding: 50px 100px;
    }
}
.container-login-margin {
    margin-left: 40px;
}
@media (min-width:767px) {
    .container-login-margin {
        margin-left: 15px;
    }
}
.container-login-page {
    width: 100%;
    height: auto; 
    border: 1px solid #747474;
    padding: 20px 20px 0 20px;
    border-radius: 20px;
    box-shadow: 0 2px 4px rgb(0, 0, 0, 0.2);
}
@media (min-width:767px) {
    .container-login-page {
        padding: 20px 35px 20px 35px;
    }
}
.cart-btn-style {
    border: 2px solid #028a0f;
    border-radius: 50px;
    padding: 8px 40px;
    background-color: #fff;
    width: 60px;
    height: auto;
}
.cart-btn-style i {
    color: #464646;
    font-size: 20px;
}
.cart-btn-style a {
    color: #464646;
    font-size: 17px;
    font-weight: 600;
}
 .cart-btn-style i:hover i:focus a:hover a:active{
    color: #028a0f;
    border: 2px solid #464646;
 }    

.container-login-page-inner {
    background-color: #eee;
    border: 1px solid darkgrey;
    border-radius: 6px;
    padding: 10px 10px
}
.container-25 {

    background-color: transparent;
    background-color:#fff;
    border:2px solid #738276;
    border-radius:12px;
    padding:20px 20px;
    height: auto;
    width: 100%;
    min-height: 200px;
    margin-right:30px;
    z-index: 3;

}
.container-75 {
    width: 65%;
    height: auto;
    background-color: transparent;
    z-index: 1;
}
.log-in2 {
    background-color: #f4f4f4;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgb(0, 0, 0, 0.1);
    
} 

.log-in2  {
    background-color: #646464;
    border-radius: 6px;
    padding: 12px 15px;
    overflow: hidden;
}
.log-in2 .text-box1 a {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
} 
.log-in3 {
    background-color: #f4f4f4;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgb(0, 0, 0, 0.1);
    width: 100%;
} 
.verticle-line {
    background-color: #757575;
    padding-left: 5px;
    height: 100%;
    width: 1px;
}


/* icon classes */
.icon1 {
    text-decoration: none;
}    
.icon1 i {
    color: #fff;
    font-size: 19px;
}
.icon2 {
    text-decoration: none;
}    
.icon2 i {
    color: #646464;
    font-size: 16px;
}
.icon3 {
    text-decoration: none;
}    
.icon3 i {
    color: #115a03;
    font-size: 32px;
}
.icon4 {
    text-decoration: none;
}    
.icon4 i {
    color: #028a0f;
    font-size: 27px;
}
.icon4:hover i:hover {
    opacity: .20;
    font-weight: 700;
}
.icon5 {
    text-decoration: none;
}
.icon5 i {
    color: #fff;
    font-size: 18px;
}
.icon6 {
    text-decoration: none;
}
.icon6 i {
    color:  #028a0f;
    font-size: 20px;
}
.icon6:hover i:hover {
    color: #028a0f;
    font-weight: 503;
} 
.icon7 {
    text-decoration: none;
}
.icon7 i {
    color: #fff;
    font-size: 15px;
}
.icon7:hover i:hover {
    color: green;
    font-weight: 503;
}
.icon8 {
    text-decoration: none;
}
.icon8 i {
    color: #757575;
    font-size: 35px;
}
.icon8:hover i:hover {
    color: orange;
}
.icon-cart i {
    text-decoration: none;
}
.icon-cart i {
    font-size:46px;
    color:#888;
    font-weight: 200;
    padding: 0;
	text-shadow: 0 1px 0 #FFF;    
}
.icon-cart:hover i:hover {
    color: #000;
}
.icon-cart:active i:active {
    color: #000;
}
.icon-cart:focus i:focus {
    color: #000;
}

.icon-search i {
    font-size:20px;
    color:#747474;
    font-weight: 420;
	text-shadow: 0 1px 0 #FFF;    
}
.icon-search i:hover {
    color: #028a0f;
}
.icon-cat1 i {
    font-size: 19px;
    color: #028a0f;
    font-weight: 420;
}
@media (min-width:767px) {
    .icon-cat1 i {
        font-size: 22px;
    }
}
.icon9 i {
    font-size: 35px;
    color: #028a0f;
}
@media (min-width:767px) {
    .icon9 i {
        font-size: 45px;
    }
}
.icon10 i {
    font-size: 12px;
    color: #229ac8;
}
.icon10 i:hover {
  box-shadow: rgba(0, 0, 0, .5) 0 0 0 3px;
}
.icon10 i:focus {
  outline: 0;
}
@media (min-width:767px) {
    .icon9 i {
        font-size: 13px;
    }
}
.icon11 i {
    font-size: 25px;
    color: #464646;
    padding-top: 4px
}
@media (min-width:764px) {
.icon11 i {
    font-size:30px;
}
    }
.icon11 i:hover i:focus {
    color: #028a0f;
}
.icon-login1 i {
    color: #eee;
    font-size: 14px;
    font-weight: 320;
}
.fset-top {
    width: 100%;
    padding: 12px 0px;
}
@media (min-width: 992px) {
    .fset-top {
        width: 50%;
    }
}
.header-link {
  font-size: 12px;
  color: #747474;
  font-weight: 450;  
}
.header-link:hover  {
    color: #028a0f;
}
.header-link i {
   font-size: 20px;
  color: #028a0f;
  font-weight: 380; 
}
@media (min-width:764px) and (max-width:991px) {
    .header-link i {
        font-size: 17px;
    }
}
.header-link i:hover  {
    color: #747474;
}
/* google icons */
.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24
}
.pulse {
  animation: pulse 3s infinite;
}

@keyframes pulse {
  0% {
    font-variation-settings: 'wght' 100;
  }
  50% {
    font-variation-settings: 'wght' 700;
  }
  100% {
    font-variation-settings: 'wght' 100;
  }
}
/* fixed bootloader */
.control-label-text {
    font-size: 17px;
    color: #464646;
    font-weight: 450;
}
.placeholder {
content: '\f040';
	font-family: FontAwesome;
	font-size: 15px;
	font-weight: 360;
	color: #f4f4f4;
	padding: 0 2px ;
}
/* header */
.header-spec {
    width: 65%;

}
@media (max-width: 762px) {
.header-spec {
    width: 100%;
}
}
.container-40 {
    width: 40%;
    height: auto;
}
.container-60 {
    width: 60%;
    height: auto;
}
@media (max-width: 762px) {
    .container-60 {
        width: 100%;
    }
}

/* text-box */
.user-input-wrp {
	position: relative;
	width: 100%;
}
.user-input-wrp  .inputText{
	width: 100% !important;
	outline: none;
	border: none;
	border-bottom: 1px solid #777;
 	box-shadow: none !important;
 	background-color: transparent;
 	border-radius: 0px;
 	
}
.user-input-wrp .field-icon {
    float: right;
    margin-left: -25px;
    margin-top: -25px;
    position: relative;
}
.user-input-wrp .inputText:hover {
	border-color: #028a0f;
	border-width: medium medium 2px;
	background-color: transparent;
	color: #028a0f;
	font-weight: 600;

}


.user-input-wrp .inputText:focus {
	border-color: #028a0f;
	border-width: medium medium 2px;
	background-color: transparent;
	color: #028a0f;
	font-weight: 600;

}
.user-input-wrp .floating-label {
	position: absolute;
	pointer-events: none;
	top: 18px;
	left: 10px;
	transition: 0.2s ease all;
}
.user-input-wrp input:focus ~ .floating-label,
.user-input-wrp input:not(:focus):valid ~ .floating-label{
	top: 0px;
	left: 10px;
	font-size: 15px;
	color: #028a0f;
	opacity: 1;
}
.field-icon {
  float: right;
  position: absolute;
  margin-right: 8px;
  z-index: 2;

} 
#toggler-select .field-icon i {
    color: #747474;
    font-size: 18px;
    padding:12px 12px;
}
#toggler-select .field-icon i:hover i:active {
    color: #028a0f;
    font-size: 19px;
    padding:12px 12px;
}
#toggler-select .field-icon i::before{
  content: "\f078";
}
#toggler-select:hover .field-icon #toggler-select:focus  i::after{
  content: "\f077";
}


/* hover-fsets */
.fset1-hv  {
    color: orange;
    font-size: 20px;
    padding:12px 12px;
    
}
.fset1-hv:hover {
    color: green;
    font-weight: 503;
}
.fset2-hv  {
    color: #fff;
    font-size: 17px;
    padding:6px 6px;
    font-weight: 420;
    
}
.fset2-hv i {
    color: #fff;
    font-size: 17px;
    padding:6px 6px;
}
.fset-hv i:hover {
     opacity: .85;
    font-weight: 503; 
}
.fset2-hv:hover {
    opacity: .85;
    font-weight: 503;
}

/* search-bar */
.search-up {
    width: 100%;
    border: 1px solid #e2e2e2;
    border-radius: 25px;
    padding: 3px;
}

.search-up:hover {
    box-shadow: 0 2px 4px rgba(76, 105, 80, 0.7);
    border: 1px solid #028a0f;
}
.search-up1 {
    margin-left: 4px;
    width: 100%;
    border: 1px solid #e2e2e2;
    border-radius: 6px;
 
}
select.search-up1, input[type="text"].search-up1 {
   font-size: 17px;
   color: #757575;
   font-weight: 480;
   padding-left: 2px;
}
textarea.search-up1  {
    font-size: 17px;
   color: #757575;
   font-weight: 480;
   padding-left: 8px 2px;
}

.search-up1:hover {
    box-shadow: 0 2px 4px rgba(76, 105, 80, 0.7);
    border: 1px solid #028a0f;
}
.search-up-sm {
    position: sticky;
    top: 0;
    width: 70%;
    border: 1px solid #e2e2e2;
    border-radius: 25px;
    padding: 3px;
}
@media (max-width:762px) {
    .search-up-sm {
        width: 94%;

    }
}
.search-up-sm:hover {
    box-shadow: 0 2px 4px rgba(76, 105, 80, 0.7);
    border: 1px solid #028a0f;
}

.search-up .baby-search-up {
   position: inherit;
   vertical-align: middle;
}
.search-up .baby-search-up i {
    font-size: 16px;
    color: #747474;
	text-shadow: 0 1px 0 #FFF;  
	padding-right: 10px;
}
.search-up .baby-search-up:hover i:hover {
    color: #028a0f;
    font-size: 18px;
}
.set-box-padding {
    background-color: transparent;
    padding: 12px 0;
    
}
@media (min-width:768px) {
    .set-box-padding {
        margin: 12px 80px;
    }
}


.login-box {
    width: 100%;
    background-color: transparent;
    border-radius: 0 0 12px 12px;
    border: 1px solid #888;
    border-top: none;
    min-height: 20px;
    padding: 3px 3px;
}
.login-box-btn {
    background: transparent;
    
}
.login-box-btn a {
    color: #028a0f;
    font-size: 16px;
    font-weight: 600;
    text-shadow: 0 1px 0 #FFF;  
    
}
.login-box-btn:hover a:hover {
    color: #747474;
    font-size: 17px;
    font-weight: 700;
}    
/* The container */
.container-checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* topline */
#top-marqee {
    width: 100%;
    min-height: 20px;
    background: transparent;
}

/* Hide the browser's default checkbox */
.container-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark1 {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50px;
  overflow: hidden;
  border: 1px solid #c5c6d0;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50px;
  overflow: hidden;
  border: 1px solid #c5c6d0;
}

/* On mouse-over, add a grey background color */
.container-checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container-checkbox input:checked ~ .checkmark {
  background-color: #03ac13;
  border: 2px solid #c5c6d0;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container-checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container-checkbox .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);
}

/* img-icon */
#img1-fade {
   background-image: url('image/catalog/baht-100px.png');
   height: auto;
   width: 30px;
}
#img1-fade:hover {
   background-image: url('image/catalog/baht-100px-fade.png');
}
/* cart button */
.button-cart    {
    background-color: #757575;
    border: 1px solid #757575;
    border-radius: 22px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    color: #fff;
    width: 100%;
    padding: 8px 8px;
}
.button-cart a {
    color: #fff;
    font-size: 18px;
    font-weight: 503;
    padding: 5px 5px;
}
.button-cart:hover {

    border: 3px solid #ffc067;
    background-color: #eeeeee;
}
.fset-price {
    font-size: 18px;
    color: #028a0f;
    font-weight: 700;
    padding-top: 5px;
}


    

/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}

legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {

	font-size: 15px;
	padding: 2px 8px !important;
	padding-left: 8px;
	color: #747474;
	font-weight: 480;
	box-shadow: none !important;
	box-shadow: 0;
	
	
}

input[type="password"]:focus {
    background-color: transparent !important;

}    
input[type="email"]:focus {
    background-color: transparent !important;
    	
}
input[type="tel"]:focus {
    background-color: transparent !important;
}    
select.form-control .input {
    border: 0;
    border-bottom: 1px solid #747474;
}
select.form-control .input-text .placeholder {
    color: #747474;
    font-size: 15px;
}
select.form-control:hover .input-text:hover {
    border: 0;
    border-bottom: 2px solid #028a0f;
}
select.form-control:focus .input-text:focus {
    border: 0;
    border-bottom: 2px solid #028a0f;
}

input[type="checkbox"]:focus {
    background-color: #028a0f;
}
input[type="checkbox"] a {
    color: #028a0f;
}
select.form-control:hover , textarea.form-control:hover , input[type="text"].form-control:hover, input[type="password"].form-control:hover, input[type="datetime"].form-control:hover, input[type="datetime-local"].form-control:hover, input[type="date"].form-control:hover, input[type="month"].form-control:hover, input[type="time"].form-control:hover, input[type="week"].form-control:hover, input[type="number"].form-control:hover, input[type="email"].form-control:hover, input[type="url"].form-control:hover, input[type="search"].form-control:hover, input[type="tel"].form-control:hover, input[type="color"].form-control:hover {

 box-shadow: 0 2px 4px rgba(76, 105, 80, 0.7);
    border: 1px solid #028a0f;
    background-color: #fff;
}
select.form-control:active , textarea.form-control:active , input[type="text"].form-control:active, input[type="password"].form-control:active, input[type="datetime"].form-control:hover, input[type="datetime-local"].form-control:active, input[type="date"].form-control:active, input[type="month"].form-control:active, input[type="time"].form-control:active, input[type="week"].form-control:active, input[type="number"].form-control:active, input[type="email"].form-control:active, input[type="url"].form-control:active, input[type="search"].form-control:active, input[type="tel"].form-control:active, input[type="color"].form-control:active {

 box-shadow: 0 2px 4px rgba(76, 105, 80, 0.7);
    border: 1px solid #028a0f;
    background-color: #fff;
}
/* swiper */

select.input-texts, input[type="text"].input.texts {
    border: none;
    box-shadow: none;
}
select.input-texts:focus, input[type="text"]:focus .input.texts:hover {
    outline: none;
    box-shadow: none;
}

*:focus {
    outline: none;
}
.input-number {
    width: 9px;
    height: auto;
    border-radius: 6px;
    padding: 1px;
    overflow: auto;
    text-align: center;
}
.input-number a {
    font-size: 13px;
    color: #464646;
    font-weight: 320;
}
.input-texts {
    width: 100%;
    height: auto;
    border: 0;
    padding-left: 18px;
    overflow: auto;
    text-align: left;
}
.input-texts a {
    font-size: 16px;
    color: #747474;
    font-weight: 420;
    padding-left:5px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 14px;
	font-weight: bolder;

}
.input-group .input-group-addon {
	font-size: 14px;
	height: 30px;

}
.frameset {
    background-color: none;
}
@media (max-width: 761px) {
    .frameset div.col-sm-12 {
        overflow: hidden;
    }       
 }
 @media (min-width: 762px) {
     .frameset div.col-sm-7 {
        overflow: hidden;
    }       
 }
     
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}
/* product count */
.quantity {
  display: flex;
  border: 2px solid #3498db;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.quantity button {
  background-color: #3498db;
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 20px;
  width: 35px;
  height: auto;
  text-align: center;
  transition: background-color 0.2s;
}

.quantity button:hover {
  background-color: #2980b9;
}

.input-box {
  width: 40px;
  text-align: center;
  border: none;
  padding: 8px 10px;
  font-size: 16px;
  outline: none;
}

/* Hide the number input spin buttons */
.input-box::-webkit-inner-spin-button,
.input-box::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.input-box[type="number"] {
  -moz-appearance: textfield;
}

/* over-image */
.container-img {
  position: relative;
  font-family: Arial;
}

.img-box {
    z-index: 1;
    font-size: 38px;
    color: #ffc067;
    font-weight: 600;
}
.img-box a {
    font-size: 38px;
    color: #ffc067;
    font-weight: 600;
}
.img-box i:hover {
    color: #8E8E8E;
	text-shadow: 0 1px 0 #FFF;    
}
/* line-app */
.line-box {
    width: 100%;
    background-color: #fff;
    border: 1px solid #028a0f;
    border-radius: 12px;
    border-top-left-radius: 0;
    padding: 12px 0;
}
.dropdownline {
    position: relative;
    display: inline-block;
    width: 100%;
    background-color: #fff;
    border: 1px solid #028a0f;
    border-radius: 12px;
    border-top-left-radius: 0;
    padding: 12px 0;
}
.line-app-container {
    width: 100%;
    background-color: #fff;
    border: 1px solid #028a0f;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    padding: 12px 0;
}


.line-app-container1 {
    width: 48%;
    height: auto;
    padding: 5px 5px;
    overflow: scroll; 
}
.line-app-top {
    border-top: 2px solid #028a0f;
    border-right: 2px solid #028a0f;
    border-left: 2px solid #028a0f;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    background-color: #fff;
    padding: 5px 10px;
    width: 20%;
    
}
@media (max-width:762px) {
    .line-app-top {
        width: 40%;
    }
}
.line-app-drop .line-app-drop-btn a {
    color:#fff;font-size:30px;
        
}
.line-app-drop .line-app-drop-btn i {
    color:#fff;font-size:30px;
        
}

.dropdownline-content {
   display: none; 
   background-color: #fff;
   overflow: scroll;
   Z-index: 1;
   position: absolute;
   transition: 12s !important;   
   padding: 25px 20px;
   
}
.show {
    display: block;
}
/* sidebar */

.sidenav {
  display: none;
  height: 100%;
  width: 250px;
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
.w3-bar-block .w3-dropdown-hover,.w3-bar-block .w3-dropdown-click   {
    width:100%
}
.w3-bar-block .w3-dropdown-hover .w3-dropdown-content,.w3-bar-block .w3-dropdown-click .w3-dropdown-content {
    min-width:100%
}
.w3-bar-block .w3-dropdown-hover .w3-button,.w3-bar-block .w3-dropdown-click .w3-button {
    width:100%;
    text-align:left;
    padding:8px 16px
}
.w3-border-right    {
    border-right:1px solid #ccc!important
}
.w3-bar .w3-bar-item    {
    padding:8px 16px;
    float:left;
    width:auto;
    border:none;
    display:block;
    outline:0
}
.w3-bar .w3-dropdown-hover,.w3-bar .w3-dropdown-click {
    position:static;
    float:left
}
.w3-large   {
    font-size:18px!important
}
.w3-bar .w3-button  {
    white-space:normal
}
.w3-teal,.w3-hover-teal:hover   {
    color:#fff!important;
    background-color:#009688!important
}
.w3-button:hover    {
    color:#000!important;
    background-color:#ccc!important
}
.w3-container,.w3-panel {
    padding:0.01em 16px;
    z-index: 4;
}
.w3-panel   {
    top: 0;
    width: 100%;
    height: 100%;
    margin-top:16px;
    margin-bottom:16px;
}

div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* panel */
.panel {
  margin-bottom: 20px;
  background-color: transparent;
}
.panel-default {
  border: 0;
  
}
.panel-default > .panel-heading {
  color: #000;
  font-size: 19px;
  font-weight: 480;
  background-color: transparent;
  border-bottom: 0;
}
.panel-default > .panel-heading:hover .panel-heading:active .panel-heading:focus{
  border-bottom: 2px solid #028a0f;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border: 0;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
}
/* tab */
.tab-heading {
    background-color: transparent;
    border: 0;
    list-style: none;
    padding: 0;
    margin: 0;
}
.tab-heading1 {
    background-color: transparent;
    border: 0;
    list-style: none;
    padding: 0;
    margin: 0 ;
}
@media (min-width:991px) {
    .tab-heading {
        border-radius: 6px;
    }
}
.nav {
    padding-left:0;
    margin-bottom:0;
    list-style:none
    
}.nav>li {
    position:relative;
    display:block
    
}.nav>li>a {
    osition:relative;
    display:block;
    padding:10px 15px
    
}.nav>li>a:focus,.nav>li>a:hover {
    text-decoration:none;
    background-color:#eee
    
}.nav>li.disabled>a {
    color:#777
    
}
.nav>li.disabled>a:focus,.nav>li.disabled>a:hover {
    color:#777;
    text-decoration:none;
    cursor:not-allowed;
    background-color:transparent
    
}.nav .open>a,.nav .open>a:focus,.nav .open>a:hover {
    background-color:#eee;
    border-color:#337ab7
    
}.nav .nav-divider {
    height:1px;margin:9px 0;
    overflow:hidden;
    background-color:#e5e5e5
    
}.nav>li>a>img {
    max-width:none
    
}
/* tab */
.nav-tabs {
  border: 0 !important;
  box-shadow: none;
  background-color: transparent !important;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-left: 0;
  border-top: 0;
  border-right: 0;
  border-bottom: 2px solid #0082FB;
  background-color: transparent;
}

.nav-tabs > li > a {
  color: #464646;
  font-size: 17px;
  font-weight: 480;
  background-color: transparent;
  border: 0;
  padding: 5px 10px; 
}
@media (max-width:762px) {
.nav-tabs > li > a {
 padding: 4px 10px;    
}
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #000;
  font-weight: 503;
  cursor: default;
  border: 0;
  border-bottom: 3px solid #0082FB;
  background-color: transparent;
}
.nav-tabs > li > i {
  color: #bbb;
  font-size: 20px;
}
.nav-tabs > li.active > i,
.nav-tabs > li.active > i:hover, 
.nav-tabs > li.active > i:focus {
  color: #fff;
}

/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #464646;
	background-color: transparent;
	background-repeat: repeat-x;
}

.line-fill	{
	width: 100%;
	margin-bottom:5px;
	background-color: #00B87C;
}
.line-fill-lightgrey	{
	width: 100%;
    border-top: 1px solid #e2e2e2;
}
.line-fill-red	{
	width: 100%;
    border-top: 1px solid red;
}
.line-fill-darkred	{
	width: 100%;
    border-top: 1px solid #8d021f;
}

.line-fill-grey	{
	width: 100%;
	margin-bottom:5px;
	background-color: #f4f4f4;
}
.line-fill-74	{
	width: 100%;
	margin-bottom:5px;
	background-color: #747474;
}
.line-fill-dgray {
	width: 100%;
	border-bottom: 1px dotted #aaa;
	margin-bottom: 6px;
}
.line-fill-dgray-r	{
	width: 100%;
	margin-top:5px;
	background-color: #BDB7AB;
}
.line-fill-gray-r	{
	width: 100%;
	margin-top:5px;
	background-color: #f4f4f4;
}
.line-fill-black	{
	width: 100%;
	margin-bottom:5px;
	background-color: #000;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);

}
.line-fill-green	{
	width: 100%;
	margin-bottom:5px;
	background-color: #028a0f;
    box-shadow: 0 2px 4px rgba(2, 138, 15, 0.1);
}
/* pull-out */
.overtop {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
  overflow-x: hidden;
  transition: 0.5s;
}

.overtop-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overtop a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.overtop a:hover, .overtop a:focus {
  color: #f1f1f1;
}

.overtop .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

@media screen and (max-height: 450px) {
  .overtop a {font-size: 20px}
  .overtop .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}

/*cart-shipping*/
.dropdowns {
  position: relative;
  display: inline-block;
  width: 100%;
}

.dropdown-contents {
  display: none;
  position: fixed;
  overflow: scroll;
  top: 0;
  right: 100;
  background-color: #f9f9f9;
  right: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 12px 16px;
  z-index: 3;
}
.dropdown-contents a{
	color: #464646;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}	
.dropdowne .dropdown-contents a:hover {
	background-color: #F2B9B7;
	text-decoration: none !important;
	color: #fff;

}
.dropdowns:hover .dropdown-contents {
  display: block;
  text-decoration: none;
}
.dropbtne {
	width: 100%;
	background-color: tranparent;
	color: #000;
	padding: 0px 6px;
	border: 1px #eee;
	font-size: 18px;
	font-weight: 503;
}
.dropbtne:hover {
    text-decoration: none;
	background-color: #F2B9B7;
	color: #fff;
}
/* dropdown images */
.pix-menu-box {
  position: relative;
  left: 100px;
  top: 200px;
  width: 500px;
  height: 500px;
  border: 2px solid #747474;
  border-radius: 12px;
  padding: 20px 20px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);

} 

.pix-nest  {
  position: relative;

  width: 100px;
  height: auto;
}

.pix-xl {
    position: relative;
    top: -300px;
    right: -260px;
    width: 500px;
    height: auto;
}
/* pixs */
.mySlides {display:none;}
.dropbtn1 {
  background-color: #3498DB;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.dropbtn1:hover, .dropbtn1:focus {
  background-color: #2980B9;
}

.dropdown1 {
  position: relative;
  display: inline-block;
}

.dropdown1-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown1-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown1 a:hover {background-color: #ddd;}

.show1 {display: block;}


/*cart-cat*/
.dropdownc {
  position: relative;
  display: inline-block;
  width: 100%;
}
.dropdown-contentc {
  display: none;
  position: relative;
  background-color: #f9f9f9;
  width: 100%;
  height: 100%;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 12px 16px;
  z-index: 1;
}
.dropdown-contentc a{
	color: #464646;
	padding: 12px 16px;
	font-size: 18px;
	text-decoration: none;
	display: block;
}	
.dropdownc .dropdown-contentc a:hover {
	background-color: #F2B9B7;
	text-decoration: none !important;
	color: #fff;
}
.dropdownc:hover .dropdown-contentc {
  display: block;
  text-decoration: none;
}
.dropbtnc {
	width: 100%;
	background-color: tranparent;
	color: #000;
	padding: 0px 6px;
	border: 1px #eee;
	font-size: 18px;
	font-weight: 503;
}
.dropbtnc:hover {
    text-decoration: none;
	background-color: #F2B9B7;
	color: #fff;
}
/* menu-dropdown */
.dropdownm {
  display: inline-block;
  width: 100%;
}
.dropdownm .dropdownm-content {
  top: 0;
  right: 0;
  display: none;
  background-color: #fff;
  width: 100%;
  height:100%;
  padding: 5px 0;
  overflow: scroll;
}
.dropdownm .dropdownm-content-inner {
  position: fixed;
  top: 0;
  right: 0;
  display: none;
  background-color: #fff;
  width: 70%;
  height:100%;
  padding: 35px 20px;
  overflow: scroll;
}

.dropdownm-inner .dropdownm-content-inner-inner {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  display: none;
  background-color: #fff;
  width: 100%;
  height:100%;
  padding: 35px 20px;
  overflow: scroll;
}
@media (min-width:767px) {
    .dropdownm-inner {
      padding: 45px 60px;   
    }
}  
@media (min-width:767px) {
    .dropdownm-content-inner {
      padding: 45px 60px;   
    }
}    
.dropdownm .dropdownm-
.dropdownm:hover .dropdownm-content:hover .dropdown-content-inner .dropdown-inner-inner:hover {
  display: block;
  text-decoration: none;
}
.dropbtnc {
	width: 100%;
	background-color: tranparent;
	color: #000;
	padding: 0px 6px;
	border: 1px #eee;
	font-size: 18px;
	font-weight: 503;
}
.dropbtnc:hover {
    text-decoration: none;
	background-color: #F2B9B7;
	color: #fff;

}
/*cart-menu1*/
.dropdowne {
  position: relative;
  display: inline-block;
}

.dropdown-contente {
  display: none;
  position: fixed;
  top: 0;
  background-color: #f9f9f9;
  right: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 12px 16px;
  z-index: 2;
}
.dropdown-contente a{
	color: #464646;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}	
.dropdowne .dropdown-contente a:hover {
	background-color: #F2B9B7;
	text-decoration: none !important;
	color: #fff;

}
.dropdowne:hover .dropdown-contente {
  display: block;
  text-decoration: none;
}
.dropbtne {
	width: 100%;
	background-color: tranparent;
	color: #000;
	padding: 0px 6px;
	border: 1px #eee;
	font-size: 18px;
	font-weight: 503;
}
.dropbtne:hover {
    text-decoration: none;
	background-color: #F2B9B7;
	color: #fff;

}
/*cart-menu*/
.dropdown2 {
  position: relative;
  display: inline-block;
}

.dropdown2-content {
  display: none;
  position: relative;
  background-color: #fff;
  width: 100%;
  padding: 12px 16px;
  z-index: 1;
}
.dropdown2-content a{
	color: #464646;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}	
.dropdown2 .dropdown-content a:hover {
	background-color: #F2B9B7;
	text-decoration: none !important;
	color: #fff;

}
.dropdown2:hover .dropdown2-content {
  display: block;
  text-decoration: none;
  width: 100%;
}
.dropbtn2 {
	width: 100%;
	background-color: tranparent;
	border: 2px #464646;
	color: #000;
	padding: 0px 6px;
	border: 1px #eee;
	font-size: 18px;
	font-weight: 503;
}
.dropbtn2:hover {
    text-decoration: none;
	background-color: #F2B9B7;
	color: #fff;

}
/*top-menu*/
.dropdowntop {
  position: relative;
  display: inline-block;
  z-index: 1005;
}

.dropdowntop-content {
  display: none;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border: 1px solid #747474;
  margin-top: 5px;
  margin-bottom: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  position: relative;
  background-color: #fff;
  width: 120%;
  padding: 12px 16px;
  z-index: 1005;
}
.dropdowntop-content a{
	color: #464646;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}	
.dropdowntop .dropdowntop-content a:hover {
	background-color: #F2B9B7;
	text-decoration: none !important;
	color: #fff;

}
.dropdowntop:hover .dropdowntop-content {
  display: block;
  text-decoration: none;
  width: 100%;
}
.dropbtntop {
	width: 100%;
	background-color: tranparent;
	border: 2px #464646;
	color: #000;
	padding: 0px 6px;
	border: 1px #eee;
	font-size: 18px;
	font-weight: 503;
}
.dropbtntop:hover {
    text-decoration: none;
	background-color: #F2B9B7;
	color: #fff;

}
.content1 {
    padding: 0 15px;
    height: auto;
}
a:hover {
    text-decoration: none; 
    font-weight: 503;
    color: #fff;
}
/*category-home*/
.dropdowncat {
  position: relative;
  display: inline-block;
  width: 100%;
  height: auto;
  padding: 13px 13px;
  background-color: transparent;
  transition: .30s !important;
}

.dropdowncat-content {
  display: none;
  position: fixed;
  top: 137px;
  bottom: 0;
  left: 0;
  overflow: scroll;
  background-color: #fff;
  right: 0;
  width: 100%;
  height: auto;
   padding: 12px 16px;
  z-index: 1;
}
.dropdowncat-content a{
	color: #464646;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}	
.dropdowncat .dropdown-content a:hover {
	background-color: #FFF;
	font-size: 20px;
	font-weight: 600;
	text-decoration: none !important;
	color: #fff;

}
.dropdowncat:hover .dropdowncat-content {
  display: block;
  text-decoration: none;
  overflow: scroll;
}
.dropbtncat {
	width: 100%;
	background-color: transparent;
	border-radius: 12px;
	color: #fff;
	padding: 12px 12px;
	font-size: 20px;
	font-weight: 450;

}
#element {
    scrollbar-width: none;
}
::-webkit-scrollbar {
    display: none;
}
.dropbtncat:hover a:hover {
    font-weight: 600;
}
.dropbtncat:active a:active {
    font-weight: 600;
}
/*line*/
.show {display: block;}
.dropdownapp {
  position: inherit;
  display: inline-block;
  width: 100%;
  border-top-left-radius: 0;
  border-radius: 12px;
  border: 1px solid #028a0f;
  padding: 13px 13px;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(2, 138, 15, 0.1);
  transition: .30s !important;
}

.dropdownapp-content {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  background-color: #fff;
  width: 100%;
  height: 100%;
  overflow: scroll;
   padding: 70px 100px;
  z-index: 12;
}
@media (max-width:762px) {
    .dropdownapp-content {
        padding: 40px 40px;
    }
}
.dropdownapp-content a{
	color: #464646;
	padding: 12px 16px;
	text-decoration: none;

}	
.dropdownapp .dropdownapp-content a:hover {
	opacity: .80;
	text-decoration: none !important;
	color: #fff;

}
.dropdownapp:hover .dropdownapp-content {

  margin-top: 0;
    background-color: #fff;
  
  text-decoration: none;
}
.dropbtnapp {
	width: 100%;
	background-color: #028a0f;
	border-radius: 12px;
	color: #fff;
	padding: 12px 12px;
	font-size: 22px;
	font-weight: 503;
}

/* part2 */
.dropdownapp1 {
  position: inherit;
  display: inline-block;
  width: 100%;
  border-top-left-radius: 0;
  border-radius: 12px;
  border: 1px solid #028a0f;
  padding: 13px 13px;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(2, 138, 15, 0.1);
  transition: .30s !important;
}
.dropdownapp1-content {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  background-color: #fff;
  width: 100%;
  height: 100%;
  overflow: scroll;
   padding: 70px 100px;
  z-index: 12;
}
@media (max-width:762px) {
    .dropdownapp1-content {
        padding: 40px 40px;
    }
}
.dropdownapp1-content a{
	color: #464646;
	padding: 12px 16px;
	text-decoration: none;

}	
.dropdownapp1 .dropdownapp1-content a:hover {
	opacity: .80;
	text-decoration: none !important;
	color: #fff;

}
.dropdownapp1:hover .dropdownapp1-content {

  margin-top: 0;
    background-color: #fff;
  
  text-decoration: none;
}
.dropbtnapp1 {
	width: 100%;
	background-color: #028a0f;
	border-radius: 12px;
	color: #fff;
	padding: 12px 12px;
	font-size: 22px;
	font-weight: 503;
}

/*review*/
.dropdowng {
  position: relative;
  display: inline-block;
}

.dropdown-contentg {
  display: none;
  position: fixed;
  top: 0;
  background-color: #fff;
  right: 0;
  width: 100%;
  bottom: 0;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 12px 16px;
  z-index: 5;
  overflow: scroll;
}
.dropdown-contentg a{
	color: #464646;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}	
.dropdowng .dropdown-contentg a:hover {
	opacity .80;
	text-decoration: none !important;
	color: #fff;

}
.dropdowng:hover .dropdown-contentg {
  display: block;
  text-decoration: none;
}
/*upload*/
.dropdownu {
  position: relative;
  display: inline-block;
}

.dropdownu-content {
  display: none;
  position: fixed;
  top: 150;
  background-color: #f4f4f4;
  right: 100;
  width: 40%;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 12px 16px;
  z-index: 5;
  border-radius: 12px;
  overflow: scroll;
}
.dropdownu-contentu a{
	color: #464646;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}	
.dropdownu .dropdownu-content a:hover {

	text-decoration: none !important;
	color: #fff;

}
.dropdownu:hover .dropdownu-contentg {
  display: block;
  text-decoration: none;
}
/* category menu */

.dropdown-cat {
  position: relative;
  display: inline-block;
}
.dropdown-cat-content {
  display: none;
  position: absolute;
  background-color: #fff;
  width: 80%;
  height: auto;
  padding: 20px 10px;
  z-index: 8;
  overflow: scroll;

}
@media (min-width:764px) and (max-width:991) {
 .dropdown-cat-content {
     width: 60%;
 }   
}
.dropdown-cat .dropdown-cat-content a {
    font-size: 19px;
    color: #747474;
    font-weight: 480;
}
.dropdown-cat .dropdown-cat-content a:hover {
    color: #028a0f ;
    font-weight: 600;
}
.dropdown-cat:hover .dropdown-cat-content  {
  display: block;
  text-decoration: none;
}
.dropdown-cat-button {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 10px 60px;
}
.dropdown-cat-button a{
    font-size: 21px;
    color: #028a0f ;
    font-weight: 480;
}
.dropdown-cat-button a:hover{
    font-size: 21px;
    color: #464646 ;
    font-weight: 600;
}

/* menu */

.dropdown3 {
  position: relative;
  display: inline-block;
}

.dropdown3-content {
  display: none;
  position: fixed !important;
  top: 0;
  right: 0;
  background-color: #fff;
  width: 100%;
  height: 100%;
  padding: 50px 40px;
  z-index: 1;
  overflow: scroll;
  transition: .7s;

}

.dropdown3:hover .dropdown3-content  {
  display: block;
  text-decoration: none;
}

/* menu-top */
.dropdown-top {
  position: relative;
  display: inline-block;
}

.dropdown-top-content {
  display: none;
  position: fixed !important;
  top: 0;
  right: 0;
  background-color: #fff;
  width: 100%;
  height: 100%;
  padding: 50px 40px;
  z-index: 4;
  overflow: scroll;

}

.dropdown-top:hover .dropdown-top-content  {
  display: block;
  text-decoration: none;
}

/* menu-bottom */
.dropdown-bottom {
  position: relative;
  display: inline-block;
}

.dropdown-bottom {
  display: none;
  position: fixed !important;
  top: 0;
  right: 0;
  background-color: #fff;
  width: 100%;
  height: 100%;
  padding: 50px 40px;
  z-index: 5;
  overflow: scroll;

}

.dropdown-bottom:hover .dropdown-bottom-content  {
  display: block;
  text-decoration: none;
}

.text-catagory {
	text-decoration: none;
	line-height: 20px;
}
.text-catagory a {
    font-size: 17px;
    color: #757575;
    font-weight: 450;
    line-height: 20px;
}
.text-catagory i {
    font-size: 18px;
    color: #757575;
    font-weight: 450;
}
.text-catagory:hover a:hover i:hover {
    font-weight: 600;
	text-decoration: none !important;
	color: #028a0f;
	padding: 8px 3px;
}
/* warning */
.dropdownw {
  position: relative;
  display: inline-block;
  width: 100%;
}

.dropdown-contentw {
  display: none;
  position: fixed;
  top: 250px;
  right: 250px;
  background-color: #f9f9f9;
  right: 0;
  width: 40%;
  height: 40%;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 12px 16px;
  z-index: 3;
}
.dropdown-contentw a{
	color: #464646;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}	
.dropdownw .dropdown-contentw a:hover {
	background-color: #F2B9B7;
	text-decoration: none !important;
	color: #fff;

}
.dropdownw:hover .dropdown-contents {
  display: block;
  text-decoration: none;
}
/* images */
.top-images {
    width: 60%;
    height: auto;
}
@media (min-width:768px) {
    .top-images {
        width: 40%;
        height: auto;
    }
}
.logo-images {
    width: 80px;
    height: auto;
}
@media (min-width:768px) and (max-width:1199px) {
    .logo-images {
        width: 100px;
        height: auto;
    }
}
@media (min-width:1200px) {
    .logo-images {
        width: 140px;
        height: auto;
    }
}
.map-images {
    width: 100%;
    height: auto;
    border-radius: 10px;
    overflow: hidden;
}
@media (min-width:768px) and (max-width:1200px) {
    .map-images {
        width: 90%;
        height: auto;
    }
}
@media (min-width:1201px) {
    .map-images {
        width: 55%;
        height: auto;
    }
}
/* container */
.page-pads {
    margin-right: 10px;
}
@media (min-width:992px) {
    .page-pads {
    margin-right: 0px;
    }
}

.pixs-frame {
    height: 100%;
    width: 100%;
    border: 1px solid #aaa;
    border-radius: 6px;
    padding: 7px 7px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    margin-top:7px;
    float: left;
}
.page-pads {
    padding-left: 10px;
}
@media (max-width:764px) {
    .page-pads {
        padding-left: 0px;
    }
}
/* top-left */
.top-left {
    border-right: 2px dotted #ccc;
    padding: 20px 6px 20px 0px;
    overflow: scroll;
    background-color: Transparent;
    line-height:25px;
    width: 100%;
    height: 100%;
    
}
.top-left i {
    font-size: 16px;
    font-weight: 450;
    color: #464646;
    
}
.top-left a {
     font-size: 16px;
    font-weight: 450;
    color: #464646;
}
.homeicon {
    width: 50px;
    height: auto;
}
@media (min-width:764px) {
    .homeicon {
        width: 40px;
    }
}
/* sidebar */
.sidebar2 {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 1; /* Stay on top */
  top: 0;
  left: 0;
  background-color: #fff; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 30px;
  transition: 0.50s; /* 0.5 second transition effect to slide in the sidebar */
}

/* The sidebar links */
.sidebar2 a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #464646;
  display: block;
  transition: 0.50s;
}

/* When you mouse over the navigation links, change their color */
.sidebar2 a:hover {
  color: #464646;
}

/* Position and style the close button (top right corner) */
.sidebar2 .closebtn i {
  position: absolute;
  top: 0;
  float: right;
  font-size: 28px;
  font-weight: 503;
  margin-right: 50px;
}

/* The button used to open the sidebar */
.openbtn2  {
  
  cursor: pointer;
  background-color: transparent;
 
  padding: 3px 0px;
  border: 0;
}.openbtn2 i {
     font-size: 21px;
     color: #fff;
     font-weight: 480;
}

.openbtn2:hover {
  background-color: transparent;
  
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main2 {
  transition: margin-left .5s; /* If you want a transition effect */
  padding: 0px 0px;
  
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidebar2 {padding-top: 15px;}
  .sidebar2 a {font-size: 18px;}
}
/* top */
#top-sticky {
	background-color:  #fff;
	border-bottom: 1px solid #eee;
    position: sticky;
    top: 0;
    width: 100% ;
    height: auto;
    z-index: 3;
}
#sticky-sm {
    background-image: linear-gradient(to bottom, #989898, #aaa,#989898);
    width: 100%;
    min-height: 40px;
	border-bottom: 1px solid #eee;
    z-index: 1;

}
#sticky-xs {
	background-color: #fff;
    position: sticky;
    top: 0;
    width: 100%;
    height: 100%;

    z-index: 3;
}
.top-line {
    width: 100%;
    height: 100%;
    z-index: 3;
    padding: 8px 0;
}
.top-line-sm {
    width: 100%;
    height: 100%;
    z-index: 3;
 
}
#top-box {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #888;
    padding: 5px 0px;

}
#box-nav {
   background-color: #f4f4f4;
   min-height: 60px;
   padding: 20px 0;
   z-index: 2;
}

#newtop {
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
	min-height: 100px;
	top: 0;
	z-index: 2;
}
#topone {
    background-color: #D0D0D0;
    min-height: 100px;
	top: 0;
	z-index: 2;
}
#top {
	background-color: #EEEEEE;
	border-bottom: 1px solid #e2e2e2;
	padding: 4px 0px 3px 0;
	margin: 0 0 20px 0;
	min-height: 40px;
}
#top .container {
	padding: 0 20px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #888;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #444;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo {
	margin: 0 0 10px 0;
}
/* search */
#search {
	margin-bottom: 10px;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}
/* cart */
#cart {
	margin-bottom: 10px;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
	overflow-y: auto;
	max-height: 800px;
	scrollbar-width: thin;
	overflow-x: hidden;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
#menu {
	background-color: transparent;

	background-repeat: repeat-x;

	min-height: 40px;
}
#menu .nav > li > a {
	color: #464646;
	font-size: 18px;
	

	background-color: transparent;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
	padding-bottom: 0;
	width: 100%;
	
}
#menu .dropdown-inner {
	display: none;
	width: 100%;
}
#menu .dropdown-inner ul {
	display: none;
}
#menu .dropdown-inner a {
	width: 100%;
	display: block;
	padding: 3px 8px;
	color: #464646;
	font-size: 18px;
}
#menu .dropdown-inner li a:hover {
	color: #464646;
	font-size: 18px;
	font-weight: 420;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;

	padding: 3px 15px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 18px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #fff;
	background-color: #747474;
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #464646;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
#content {
    min-height: 700px;
}
/* footer */
footer {
	margin-top: 30px;
	padding-top: 30px;
	background-color: #464646;
	border-top: 1px solid #ddd;
	color: #e2e2e2;
	border-radius: 35px 0px 0px 0px;
	bottom: 0 !important;
	height: 100%;
	z-index: 1;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #ccc;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}
/* alert */
.btn-alert-info  {
 margin-top: 1px;
 margin-right: 25px;
}
.btn-alert-info a {
    font-size: 25px;
    font-weight: 420;
    color: #757575;
}
@media (max-width:767px) {
    .btn-alert-info {
        font-size: 20px;
    }
}
.btn-alert-info:hover a:hover {
    opacity: .20;
}
.btn-alert-success  {
 margin-top: 1px;
 margin-right: 25px;
}
.btn-alert-success a{
    font-size: 25px;
    font-weight: 420;
    color: red;
}
@media (max-width:767px) {
    .btn-alert-success {
        font-size: 20px;
    }
}
.btn-alert-success:hover a:hover {
    opacity: .20;
}
.btn-alert-danger  {
 margin-top: 1px;
 margin-right: 25px;
}
.btn-alert-danger a {
    font-size: 25px;
    font-weight: 420;
    color: #8d021f;
}
@media (max-width:767px) {
    .btn-alert-danger {
        font-size: 20px;
    }
}
.btn-alert-danger:hover a:hover {
    opacity: .20;
}
.alert {
    margin: 12px 0 0 0;
    width: 100%;
    min-height: 40px;
    border-radius: 8px;
    background-color: #fff;
	padding: 12px 25px;

}
.alert-success i {
    font-size: 25px;
    color: #028a0f;
    padding-right: 8px;
}
@media (max-width:762px) {
    .alert-success i {
        font-size: 20px;
    }
}
.alert-success {
    border: 1px solid #028a0f;
    font-size: 18px;
    color: #028a0f;
}
@media (max-width:762px) {
    .alert-success {
        font-size: 17px;
    }
}
.alert-success a {
    color: green;
    font-size: 17px;
    font-weight: 420;
}

.alert-dismissible {
    padding-right: 30px;
}

.alert-danger {
    border: 1px solid #8d021f;
    font-size: 18px;
    color: #8d021f;
}
@media (max-width:762px) {
    .alert-danger {
        font-size: 17px;
    }
}
.alert-danger i {
    font-size: 25px;
    color: #8d021f;
    padding-right: 8px;
}
@media (max-width:762px) {
    .alert-danger i {
        font-size: 20px;
    }
}
/* breadcrumb */
.breadcrumb {
	margin: 10px 0 10px 0;
	padding: 3px 0px;
	font-size: 16px;
	line-height: 25px;
	background-color: transparent;

}
.breadcrumb a {
    color: #464646;
    font-size: 17px;
    font-weight: 480;
    line-height: 25px;
    padding-right: 3px;

}
.breadcrumb i {
	font-size: 20px;
	color: #464646;
	padding-left: 5px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 0;
	position: relative;
	white-space: nowrap;
	color: #464646;
	line-height: 25px;

}

.breadcrumb > li + li:before {
content: '\f054';
	font-family: FontAwesome;
	font-size: 12px;
	font-weight: 360;
	color: #747474;
	padding: 2px 8px 2px 0 ;
}
.breadcrumb > li + li:after {
	content: '';
    padding: 2px 8px 2px 0;

}


html[dir=rtl] .breadcrumb > li::after {
  top: 7px;
	right: 3px;
	width: 8px;
	height: 9px;
 
  	border-right: 2px solid darkgrey;
	border-bottom: 2px solid darkgrey;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	padding-top: 8px;
  right: unset;
  border-right: unset;
  border-bottom:unset;

}
.pagination {
	margin: 0;
}
/* buttons */

.btn-login-menu {
    border: 1px solid #028a0f;
    border-radius: 25px 0  0 25px;
    background-color: #fff;
    height: 32px;
    padding: 6px 22px;
    line-height: 1px;
    box-sizing: border-box;
    cursor: pointer;
    color: #028a0f;
}
.btn-login-menu-text {
    font-size: 16px;
    color: #028a0f;
    font-weight: 450;
    text-shadow: 0 1px 0 #FFF;
}
.btn-login-menu-text:hover {
      color: #fff;
}
.btn-login-menu:hover {
    background-color: #028a0f;
}    

.btn-register-home {
    border: 1px solid #028a0f;
    border-radius: 0 25px 25px 0;
    background-color: #028a0f;
    height: 32px;
    padding: 6px 22px;
    line-height: 1px;
    box-sizing: border-box;
    cursor: pointer;
    color: #fff;
} 
.btn-register-home-text {
    font-size: 16px;
    color: #fff;
    font-weight: 450;
}
.btn-register-home-text:hover {
      color: #028a0f;
}
.btn-register-home:hover  {
    background-color: #fff;
}    
.btn-logout-home {
    border: 1px solid #028a0f;
    border-radius: 25px;
    background-color: #028a0f;
    height: 32px;
    padding: 6px 44px;
    line-height: 1px;
    box-sizing: border-box;
    cursor: pointer;
    color: #fff;
}
.btn-logout-home-text {
    font-size: 16px;
    color: #fff;
    font-weight: 450;

}
.btn-logout-home:hover {
    background-color: #fff;
}    

.btn-logout-home-text:hover {
    color: #028a0f;
}    


.button-84 {
  align-items: center;
  background-color: initial;
  background-image: linear-gradient(#464d55, #25292e);
  border-radius: 8px;
  border-width: 0;
  box-shadow: 0 10px 20px rgba(0, 0, 0, .1),0 3px 6px rgba(0, 0, 0, .02);
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  flex-direction: column;
  font-family: expo-brand-demi,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size: 16px;
  height: 42px;
  justify-content: center;
  line-height: 1;
  margin: 0;
  outline: none;
  overflow: hidden;
  padding: 0 32px;
  text-align: center;
  text-decoration: none;
  transform: translate3d(0, 0, 0);
  transition: all 150ms;
  vertical-align: baseline;
  white-space: nowrap;
  }
  .button-84:active {
  outline: 0;
}

.button-84:focus {
  box-shadow: rgba(0, 0, 0, .5) 0 0 0 3px;
}

.button-84-green {
  align-items: center;
  background-color: initial;
  background-image: linear-gradient(#028a0f, #028a0f);
  border-radius: 8px;
  border-width: 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  flex-direction: column;
  font-family: expo-brand-demi,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size: 16px;
  height: 42px;
  justify-content: center;
  line-height: 1;
  margin: 0;
  outline: none;
  overflow: hidden;
  padding: 0 32px;
  text-align: center;
  text-decoration: none;
  transform: translate3d(0, 0, 0);
  transition: all 150ms;
  vertical-align: baseline;
  white-space: nowrap;
  }
  .button-84-green:active {
  outline: 0;
}

.button-84-green:focus {
  box-shadow: rgba(0, 0, 0, .5) 0 0 0 3px;
}
.button-84-small-green {
  align-items: center;
  background-color: initial;
  background-image: linear-gradient(#028a0f, #028a0f);
  border-radius: 8px;
  border-width: 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  flex-direction: column;
  font-family: expo-brand-demi,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size: 15px;
  height: 32px;
  justify-content: center;
  line-height: 1;
  margin: 0;
  outline: none;
  overflow: hidden;
  padding: 0 12px;
  text-align: center;
  text-decoration: none;
  transform: translate3d(0, 0, 0);
  transition: all 150ms;
  vertical-align: baseline;
  white-space: nowrap;
  }
  .button-84-small-green:active {
  outline: 0;
}

.button-84-small-green:focus {
  box-shadow: rgba(0, 0, 0, .5) 0 0 0 3px;
}
.button-84-xs {
  align-items: center;
  background-color: initial;
  background-image: linear-gradient(#464d55, #25292e);
  border-radius: 8px;
  border-width: 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  flex-direction: column;
  font-family: expo-brand-demi,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size: 15px;
  height: 32px;
  justify-content: center;
  line-height: 1;
  margin: 0;
  outline: none;
  overflow: hidden;
  padding: 0 32px;
  text-align: center;
  text-decoration: none;
  transform: translate3d(0, 0, 0);
  transition: all 150ms;
  vertical-align: baseline;
  white-space: nowrap;
}


.button-84-xs:hover {
  box-shadow: rgba(0, 1, 0, .2) 0 2px 8px;
  opacity: .85;
}

.button-84-xs:active {
  outline: 0;
}

.button-84-xs:focus {
  box-shadow: rgba(0, 0, 0, .5) 0 0 0 3px;
}
.button-84-small-orange {
  align-items: center;
  background-color: initial;
  background-image: linear-gradient(#ffa500, #efb261);
  border-radius: 8px;
  border-width: 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  flex-direction: column;
  font-family: expo-brand-demi,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size: 15px;
  height: 32px;
  justify-content: center;
  line-height: 1;
  margin: 0;
  outline: none;
  overflow: hidden;
  padding: 0 12px;
  text-align: center;
  text-decoration: none;
  transform: translate3d(0, 0, 0);
  transition: all 150ms;
  vertical-align: baseline;
  white-space: nowrap;
}


.button-84-small-orange:hover {
  box-shadow: rgba(0, 1, 0, .2) 0 2px 8px;
  opacity: .85;
}

.button-84-small-orange:active {
  outline: 0;
}

.button-84-small-orange:focus {
  box-shadow: rgba(0, 0, 0, .5) 0 0 0 3px;
}
.button-84-small-red {
  align-items: center;
  background-color: initial;
  background-image: linear-gradient(#ff1206, #dc0b00);
  border-radius: 8px;
  border-width: 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  flex-direction: column;
  font-family: expo-brand-demi,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size: 15px;
  height: 32px;
  justify-content: center;
  line-height: 1;
  margin: 0;
  outline: none;
  overflow: hidden;
  padding: 0 12px;
  text-align: center;
  text-decoration: none;
  transform: translate3d(0, 0, 0);
  transition: all 150ms;
  vertical-align: baseline;
  white-space: nowrap;
}


.button-84-small-red:hover {
  box-shadow: rgba(0, 1, 0, .2) 0 2px 8px;
  opacity: .85;
}

.button-84-small-red:active {
  outline: 0;
}

.button-84-small-red:focus {
  box-shadow: rgba(0, 0, 0, .5) 0 0 0 3px;
}

.button-cat-xs {
  align-items: left;
  background-color: initial;
  background-image: #fcfcfc;
  border-radius: 6px solid black;
  border-width: 0;
  box-sizing: border-box;
  color: #115A02;
  cursor: pointer;
  display: inline-flex;
  flex-direction: column;
  font-family: expo-brand-demi,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size: 16px;
  font-color:#115A02; 
  height: 28px;
  justify-content: center;
  line-height: 1;
  margin: 0;
  width: 80%;
  outline: none;
  overflow: hidden;
  padding: 0px 3px;
  text-align: center;
  text-decoration: none;
  transform: translate3d(0, 0, 0);
  transition: all 150ms;
  vertical-align: center;
  white-space: nowrap;
}


.button-cat-xs:hover {
  box-shadow: rgba(0, 1, 0, .2) 0 2px 8px;
  opacity: .85;
}

.button-cat-xs:active {
  outline: 0;
}

.button-cat-xs:focus {
  box-shadow: rgba(0, 0, 0, .5) 0 0 0 3px;
}
.button-84-xs-green {
  align-items: center;
  background-color: initial;
  background-image: linear-gradient(#028a0f, #028a0f);
  border-radius: 6px;
  border-width: 0;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  display: inline-flex;
  flex-direction: column;
  font-family: expo-brand-demi,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size: 14px;
  height: 32px;
  justify-content: center;
  line-height: 1;
  margin: 0;
  outline: none;
  overflow: hidden;
  padding: 0 32px;
  text-align: center;
  text-decoration: none;
  transform: translate3d(0, 0, 0);
  transition: all 150ms;
  vertical-align: baseline;
  white-space: nowrap;
}


.button-84-xs-green:hover {
  box-shadow: rgba(0, 1, 0, .2) 0 2px 8px;
  opacity: .85;
}

.button-84-xs-green:active {
  outline: 0;
}

.button-84-xs-green:focus {
  box-shadow: rgba(0, 0, 0, .5) 0 0 0 3px;
}

@media (max-width: 420px) {
  .button-84-xs-green {
    height: 32px;
  }
}
.button-84-grey {
  align-items: center;
  background-color: initial;
  background-image: linear-gradient(#757575, #757575);
  border-radius: 6px;
  border-width: 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  flex-direction: column;
  font-family: expo-brand-demi,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size: 18px;
  font-weight: 400;
  height: 38px;
  width: 100%;
  justify-content: center;
  line-height: 1;
  margin: 0;
  outline: none;
  overflow: hidden;
  padding: 0 32px;
  text-align: center;
  text-decoration: none;
  transform: translate3d(0, 0, 0);
  transition: all 150ms;
  vertical-align: baseline;
  white-space: nowrap;
}


.button-84-grey:hover {
  
  opacity: .85;
}
.button-84grey:disable {
    background-image: linear-gradient(#eee, #eee);
}
.button-84-grey:active {
  outline: 0;
}

.button-84-grey:focus {
  box-shadow: rgba(0, 0, 0, .5) 0 0 0 3px;
}

@media (max-width: 420px) {
  .button-84-grey {
    height: 32px;
  }
}
.button-84-f-grey {
  align-items: center;
  background-color: initial;
  background-image: linear-gradient(#757575, #757575);
  border-radius: 6px;
  border-width: 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  flex-direction: column;
  font-family: expo-brand-demi,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size: 18px;
  font-weight: 400;
  height: 38px;
  justify-content: center;
  line-height: 1;
  margin: 0;
  text-decoration: italic;
  outline: none;
  overflow: hidden;
  padding: 0 32px;
  text-align: center;
  text-decoration: none;
  transform: translate3d(0, 0, 0);
  transition: all 150ms;
  vertical-align: baseline;
  white-space: nowrap;
}


.button-84-f-grey:hover {
  background-position: 0 -15px;
  opacity: .85;
}

.button-84-f-grey:active {
  outline: 0;
}

.button-84-f-grey:focus {
  box-shadow: rgba(0, 0, 0, .5) 0 0 0 3px;
}

@media (max-width: 420px) {
  .button-84-f-grey {
    height: 32px;
  }
}
.button-84-grey-90 {
  align-items: center;
  background-color: initial;
  background-image: linear-gradient( #464646,  #464646);
  border-radius: 6px;
  border-width: 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  flex-direction: column;
  font-family: expo-brand-demi,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size: 18px;
  font-weight: 400;
  height: 38px;
  width: 100%;
  justify-content: center;
  line-height: 1;
  margin: 0;
  outline: none;
  overflow: hidden;
  padding: 0 36px;
  text-align: center;
  text-decoration: none;
  transform: translate3d(0, 0, 0);
  transition: all 150ms;
  vertical-align: baseline;
  white-space: nowrap;
}
@media (max-width:761px) {
    .button-84-grey-90 {
        font-size: 16px;
    }
}


.button-84-grey-90:hover {
  color: #fff;
  opacity: .85;
}

.button-84-grey-90:active {
  outline: 0;
  color: #fff;
}

.button-84-grey-90:focus {
  box-shadow: rgba(0, 0, 0, .5) 0 0 0 3px;
  color: #fff;
}

@media (max-width: 420px) {
  .button-84-grey-90 {
    height: 32px;
  }
}
.button-84-f-grey {
  align-items: center;
  background-color: initial;
  background-image: linear-gradient(#757575, #757575);
  border-radius: 6px;
  border-width: 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  flex-direction: column;
  font-family: expo-brand-demi,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size: 18px;
  font-weight: 400;
  height: 38px;
  justify-content: center;
  line-height: 1;
  margin: 0;
  outline: none;
  overflow: hidden;
  padding: 0 32px;
  text-align: center;
  text-decoration: none;
  transform: translate3d(0, 0, 0);
  transition: all 150ms;
  vertical-align: baseline;
  white-space: nowrap;
}


.button-84-f-grey:hover {
  background-position: 0 -15px;
  opacity: .85;
}

.button-84-f-grey:active {
  outline: 0;
}

.button-84-f-grey:focus {
  box-shadow: rgba(0, 0, 0, .5) 0 0 0 3px;
}

@media (max-width: 420px) {
  .button-84-f-grey {
    height: 32px;
  }
}
.float-right {
    float: right;
}
/* button cart */
.cart-add {
    background-color: #747474;
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    padding: 6px 6px;
 
}
.cart-add .cart-box {
    background-color: transparent;
    padding: 6px 6px;
}
.cart-add .cart-box {
    font-size: 22px;
    color: #fff;
    font-weight: 380;
}
.cart-add  i {
    font-size: 26px;
    color: #fff;
    font-weight: 380;
  
}
.cart-add i:hover {
    color: #ffc067;
}
.cart-add-btn {
    background: transparent;
    font-size: 20px;
    color: #fff;
    font-weight: 420;
}
.cart-add-btn:hover {
    color: #ffc067;
}
.cart-add-btn1 {
    background: transparent;
    font-size: 32px;
    color: #fff;
    font-weight: 420;
}
.cart-add-btn1:hover {
    color: #ffc067;
}
/* -------- */

/* mini button cart */
.cart-add-s {
    background-color: #888;
    width: 100%;
    border-radius: 22px;
    overflow: hidden;
    padding: 4px 4px;
 
}

.cart-add-s .cart-box-s {
    background-color: transparent;
    padding: 6px 6px;
}
.cart-add-s .cart-box-s {
    font-size: 20px;
    color: #fff;
    font-weight: 380;
}
.cart-add-s  i {
    font-size: 20px;
    color: #fff;
    font-weight: 380;
  
}
.cart-add-s i:hover {
    color: #ffc067;
}
.cart-add-btn-s {
    background: transparent;
    font-size: 27px;
    color: #fff;
    font-weight: 420;
}
.cart-add-btn-s:hover {
    color: #ffc067;
}
.cart-add-s .cart-add-btn2 {
    background: transparent;
    font-size: 25px;
    color: #fff;
    font-weight: 400;
}
.cart-add-s .cart-add-btn2:hover {
    color: #028a0f;
}
.cart-add-s .cart-add-btn2:active {
    color: #028a0f;
}

/* lg button cart */
.heading-bar-text {
    font-size: 24px;
    color: #fff;
    font-weight: 900;
    padding-top: 10px
}
@media (max-width:761px) {
    .heading-bar-text {
     font-size: 20px; 
    }
}
/* title bar */
.heading-bar-text {
    font-size: 24px;
    color: #fff;
    font-weight: 450;
    padding-top: 10px;
    font-family: "Mitr", serif;
 
}
@media (max-width:761px) {
    .heading-bar-text {
     font-size: 20px; 
    }
}

.cart-add-lg {
    background-color: #fff;
    width: 80%;
    border-radius: 22px;
    border: 2px solid #028a0f;
    overflow: hidden;
    padding: 4px 4px;

}
@media (min-width:764px) {
    .cart-add-lg {
       width: 60%;  
    }
}

.cart-add-lg .cart-box-lg {
    background-color: transparent;
    padding: 6px 6px;
}
.cart-add-lg .cart-box-lg {
    font-size: 20px;
    color: #fff;
    font-weight: 380;
}
.cart-add-lg  i {
    font-size: 20px;
    color: #747474;
    font-weight: 380;
  
}
.cart-add-lg i:hover {
    color: #028a0f;
}
.cart-add-btn-lg {
    background: transparent;
    font-size: 27px;
    color: #fff;
    font-weight: 420;
}
.cart-add-btn-lg:hover {
    color: #028a0f;
}
.cart-add-lg .cart-add-btnlg {
    background: transparent;
    font-size: 25px;
    color: #fff;
    font-weight: 400;
}
.cart-add-lg .cart-add-btnlg:hover {
    color: #028a0f;
}
.cart-add-lg .cart-add-btnlg:active {
    color: #028a0f;
}
/* cart-badge */
.badge {
  padding-left: 9px;
  padding-right: 9px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}

.label-warning[href],
.badge-warning[href] {
  background-color: red;
}



#lblCartCount {
    font-size: 14px;
    background: #028A0F;
    color: #fff;
    padding: 3px 5px;
    vertical-align: text-top ;
    margin-left: -13px; 
}
@media (min-width:991px) {
    #lblCartCount { 
   font-size: 16px;        
}
}
/* double-icon */
.dicon {
  padding-left: 9px;
  padding-right: 9px;
   -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
 
}
.dicon i {
    font-size: 22px;
    color: green;
}


.label-warning[href],
.dicon-warning[href] {
  background-color: #d4d4d4;
}



#icon-top {
    padding: 0 5px;
    vertical-align: baseline;
    margin-left: -17px; 
}
#icon-top i {
    font-size: 28px;
    color: green;
}
#icon-top i:hover {
    font-size: 30px;
    color: #888;
    font-weight: 600;
}
#icon-top i:active {
    font-size: 30px;
    color: #888;
    font-weight: 600;
}

/* ---------- */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 17px;
}
.btn-xl {
    font-size: 17px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #1f90bb;
	background-position: 0 -15px;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #ff5c5c;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #ff5c5c #dc143c;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
	border-radius: 8px;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-green {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color:  #028a0f;
	background-image: linear-gradient(to bottom,  #028a0f,  #028a0f);
	background-repeat: repeat-x;
	border-color:  #028a0f;
	border-radius: 8px;
}
.btn-green:hover, .btn-green:active, .btn-green.active, .btn-green.disabled, .btn-green[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	width: 80%;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: transparent;
	background-repeat: repeat-x;
	border-color: #757575;
	border-radius: 12px;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #464646;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #fff;
	background-repeat: repeat-x;
	border: 2px solid #028a0f;
	border-radius: 50px;
	padding: 8px 50px;
}
.btn-inverse  a {
    font-size: 23px;
    color: #464646;
    font-weight: 600;
}
@media (max-width:762px) {
    .btn-inverse a {
        font-size: 7px !important;
    }
}
@media (max-width:762px) {
    .btn-inverse {
    padding: 2px 9px;    
    }
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #fff;
	border: 3px solid #464646;
	color: #028a0f;
    font-weight: 800;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	border: 1px solid #ddd;
	width: 180px;
	height: auto;
	border-radius: 12px;
	margin-bottom: 20px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	overflow: auto;
	z-index: 1;

    
}.product-thumb:hover {
    border: 2px solid #028a0f;
}  
.product-thumb .loading-up {
    opacity: .10;
}
.product-thumb .loading-up i {
   font-size: 19px;
   color: #fff;
   font-weight: 380;
}

.product-thumb .image {
	text-align: center;
	width: 75%;
	height: auto;
	margin-left: 25px;
	
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: .80;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {

	padding: 15px 15px;
}
}
.product-thumb h3 {
	font-weight: bold;
}
.product-thumb .caption {
	padding: 0 20px;
	min-height: 40px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 150px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding: none;
}
.rating .fa-stack {
	font-size: 14px;
}
.rating .fa-star-o {
	color: #484848;
	font-size: 21px;
}
.rating .fa-star {
	color: #eeeeee;
	font-size: 21px;
}
.rating .fa-star + .fa-star-o {
	color: #32612d;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #444;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
.thumbnail {
    border: 0;
}
.thumbnail:hover {
    border: 0;
    opacity: .80;
}
.thumbnail:focus {
    border: 0;
    opacity: .80;
}
.thumbnail:active {
    border: 0;
    opacity: .80;
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
	border: 0;
	
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 2px solid #028a0f;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-6 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-6 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-6 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-6 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 60px;
	border-radius: 4px 0px 0px 4px;
}
@media (min-width: 768px) and (max-width: 991px) {
    .input-group .form-control[name^=quantity] {
        min-width: 40px;
    
    }
}
@media (min-width: 1200px) {
 .input-group .form-control[name^=quantity] {
        min-width: 80px;
 }
}
/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}
html[dir=rtl] .checkbox input[type="checkbox"],
html[dir=rtl] .checkbox-inline input[type="checkbox"],
html[dir=rtl] .radio input[type="radio"],
html[dir=rtl] .radio-inline input[type="radio"] {
    position: absolute;
    margin-top: 4px\9;
    margin-right: -20px;
      margin-left: unset;
}
input[type="radio"]:checked, input[type="checkbox"]:checked {
    background-color: #028a0f;
    background-image: #028a0f;
}
html[dir=rtl] .input-group-btn:last-child > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
html[dir=rtl] .input-group .form-control:first-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: unset;
    border-bottom-left-radius: unset;
}
html[dir=rtl] .container .row:first-child  .col-sm-4, html[dir=rtl] .container .row:first-child  .col-sm-5 {
  float: right;

}
html[dir=rtl] #cart .dropdown-menu {
  left: 0;
  right: auto;

}
@media (min-width: 768px) {
   
    html[dir=rtl] .navbar-nav {
        float: right;
        margin: 0;
    }
    
    html[dir=rtl] .navbar-nav > li {
        float: right;
    }
   
}