@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');
/* CSS Document
	Emime Market Bootstrap 4 CSS
	Author: Pham Loc
	Date Create: 31/5/2019
*/
/* font-family: 'Open Sans', sans-serif; */
/*------------------------------------ Setup */
.mt-6{margin-top: 3.5rem!important;}
.mt-7{margin-top: 7rem!important;}
@media(min-width: 992px){
  .col-lg-20{
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .container {
    max-width: 980px;
  }
}
@media (min-width: 1200px){
  .container {
    max-width: 1200px;
  }
  .col-xl-20{
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.box-mini-cart-footer{display: none;}
.btn:focus{
	box-shadow: 0 0 0 0rem transparent;
}
/*------------------------------------ Setup Card */
.card:not(:last-child){
	margin-bottom: 1rem;
}
.card{
	box-shadow: 0 4px 24px 0 rgba(34,41,47,.1);
	border: 0 solid rgba(34,41,47,.125);
	border-radius: 0.5rem;
}
.card-header:first-child{
	border-radius: 0.5rem 0.5rem 0 0;
}
.card .card-header{
	position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
	background: #fff;
}
.card .card-title{
	font-weight: 600;
    font-size: 1.285rem;
    margin-bottom: 1.53rem;
	margin-bottom: 0px;
}
.card-body {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.5rem;
}
.card .card-header+.card-body, .card .card-header+.card-content>.card-body:first-of-type {
    padding-top: 0;
}
/*------------------------------------ Box Header */
body{
  overflow-x: hidden;
}
.box-header{
  position: relative;
  z-index: 1;
}
.box-header .header-top{
  background: #358952;
  color: #fff;
  padding: 0.5rem 0px 0.25rem;
}
.header-top ul{
  list-style: none;
  margin-bottom: 0px;
  padding-left: 0px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
}
.header-top ul li{
  display: inline-block;
  margin-bottom: 0.25rem;
}
.header-top ul li+li{
  margin-left: 1rem;
}
.header-top .header-top--email, .header-top .header-top--hotline{
  position: relative;
  padding-left: 1.25rem;
}
.header-top .header-top--email::before, .header-top .header-top--hotline::before{
  content: '';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  left: 0px;
  top: 1px;
  font-size: 11px;
}
.header-top .header-top--email::before{content: '\f0e0';}
.header-top .header-top--hotline::before{content: '\f095';}
.box-header .header-middle{
  background: #f9f5ec;
  padding: 1.5rem 0px;
  color: #fff;
}
.header-middle .header-middle--searchbox, .wssearch .wssearchform{
  background: #358952;
  border-radius: 1.375rem;
  border: 1px solid #358952;
}
.header-middle .header-middle--searchbox .form-control, .wssearch .wssearchform .form-control{
  background: transparent;
  color: #fff;
  border-radius: 1.375rem 0px 0px 1.375rem;
  border: none;
  padding: 8px 8px 8px 20px;
  font-size: 0.875rem;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
.header-middle .header-middle--searchbox .form-control::-webkit-input-placeholder, .wssearch .wssearchform .form-control::-webkit-input-placeholder{
  color: #fff;
}
.header-middle .header-middle--searchbox .form-control::-moz-placeholder, .wssearch .wssearchform .form-control::-moz-placeholder{
  color: #fff;
}
.header-middle .header-middle--searchbox .form-control:-ms-input-placeholder, .wssearch .wssearchform .form-control:-ms-input-placeholder{
  color: #fff;
}
.header-middle .header-middle--searchbox .form-control:-moz-placeholder, .wssearch .wssearchform .form-control:-moz-placeholder{
  color: #fff;
}
.header-middle .header-middle--searchbox .btn-setup, .wssearch .wssearchform .btn-setup{
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
.header-middle .header-middle--searchbox .btn-primary, .wssearch .wssearchform .btn-primary{
  border: none;
  background: transparent;
  color: #fff;
  border-radius: 0px 1.375rem 1.375rem 0px;
  transition: all 0.5s ease;
}
.header-middle .header-middle--searchbox .btn-primary:hover, .wssearch .wssearchform .btn-primary:hover{
  background: #ff8400;
}
.header-middle .header-middle--searchbox .btn-outline-secondary, .wssearch .wssearchform .btn-outline-secondary{
  border: none;
  font-size: 0.875rem;
  background: transparent;
  color: #fff;
  transition: all 0.5s ease;
}
.header-middle .header-middle--searchbox .dropdown-toggle::after, .wssearch .wssearchform .dropdown-toggle::after{
  margin-left: 2.5em;
  vertical-align: .2em;
}
.header-middle .header-middle--searchbox .dropdown-menu, .wssearch .wssearchform .dropdown-menu{
  padding: 0.25rem;
  border: 1px solid #bbb;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
}
.header-middle .header-middle--searchbox .dropdown-menu ul, .wssearch .wssearchform .dropdown-menu ul{
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
}
.header-middle .header-middle--searchbox .dropdown-menu ul li, .wssearch .wssearchform .dropdown-menu ul li{
  line-height: 1;
}
.header-middle .header-middle--searchbox .dropdown-item, .wssearch .wssearchform .dropdown-item{
  font-size: 0.875rem;
  padding: 0.25rem;
  transition: all 0.5s ease;
}
.header-middle .header-middle--searchbox .dropdown-item:focus, .header-middle .header-middle--searchbox .dropdown-item:hover, .wssearch .wssearchform .dropdown-item:focus, .wssearch .wssearchform .dropdown-item:hover{
  background-color: #f8f9fa;
}
.header-middle .header-middle--searchbox .dropdown-item.active, .header-middle .header-middle--searchbox .dropdown-item:active, .wssearch .wssearchform .dropdown-item.active, .wssearch .wssearchform .dropdown-item:active{
  background: #C8DEF4;
}
.header-middle .header-middle--searchbox .btn-outline-secondary:hover, .wssearch .wssearchform .btn-outline-secondary:hover{
  background: transparent;
  box-shadow: 0px 0px 0px transparent;
}
.header-middle .header-middle--searchbox .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.header-middle .header-middle--searchbox .btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.header-middle .header-middle--searchbox .show>.btn-outline-secondary.dropdown-toggle:focus,
.wssearch .wssearchform .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.wssearch .wssearchform .btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.wssearch .wssearchform .show>.btn-outline-secondary.dropdown-toggle:focus{
  box-shadow: 0px 0px 0px transparent;
}
.header-middle .header-middle--minicart{
  text-align: right;
  margin: 0.5rem 0px;
}
.header-bottom{
  background: #358952;
}
.header-bottom .first-menu{
	background: #ff8400;
  font-family: 'Open Sans', sans-serif;
  position: relative;
  color: #fff;
  width: 262px;
}
.header-bottom .first-menu:hover .wsmenu-submenu{
  display: none;
}
.header-bottom .first-menu a{
  padding: 10px 15px 10px 45px;
  color: #fff;
  font-weight: 600;
}
.wsmenu>.wsmenu-list>li.first-menu:hover>a{
  color: #fff;
  text-decoration: none;
}
.header-bottom .first-menu::before{
  content: '\f0c9';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  background: #dc4a42;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  padding: 9px 13px;
  font-size: 1.5em;
  z-index: 1;
}
.header-bottom .wsmenu>.wsmenu-list>li.first-menu>ul.sub-menu{
  width: 100%;
  border-radius: 0px;
  border-top: none;
}
.header-bottom .wsmenu>.wsmenu-list>li.first-menu>ul.sub-menu{
  transform: rotateX(75deg);
  -o-transform: rotateX(75deg);
  -moz-transform: rotateX(75deg);
  -webkit-transform: rotateX(75deg);
  visibility: hidden;
  opacity: 0;
  -o-transition: -o-transform 0.5s, opacity 0.5s;
  -ms-transition: -ms-transform 0.5s, opacity 0.5s;
  -moz-transition: -moz-transform 0.5s, opacity 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
}
.header-bottom .wsmenu>.wsmenu-list>li.first-menu>ul.sub-menu.active{
  transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
  visibility: visible;
  opacity: 1;
  -o-transition: -o-transform 0.5s, opacity 0.5s;
  -ms-transition: -ms-transform 0.5s, opacity 0.5s;
  -moz-transition: -moz-transform 0.5s, opacity 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
}
body.homepage .header-bottom .wsmenu>.wsmenu-list>li.first-menu>ul.sub-menu{
	height: 300px;
	overflow-x: hidden;
	overflow-y: auto;
}
body.homepage .header-bottom .wsmenu>.wsmenu-list>li.first-menu>ul.sub-menu::-webkit-scrollbar{
    width: 7px;
    height: 7px;
}
body.homepage .header-bottom .wsmenu>.wsmenu-list>li.first-menu>ul.sub-menu::-webkit-scrollbar-track{
    border-radius: 10px;
    background: rgb(246 246 246 / 50%);
}
body.homepage .header-bottom .wsmenu>.wsmenu-list>li.first-menu>ul.sub-menu::-webkit-scrollbar-thumb{
    border-radius: 10px;
    background: rgb(108 108 108 / 70%);
}
.header-bottom .wsmenu>.wsmenu-list>li.first-menu>ul.sub-menu>li>a{
  color: #000;
  padding: 10px 15px;
  border-bottom: 1px solid #eaeaea;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
.header-bottom .wsmenu>.wsmenu-list>li.first-menu>ul.sub-menu>li:hover>a {
  color: #ff8400;
}
.header-bottom .wsmenu>.wsmenu-list>li.first-menu>ul.sub-menu>li>a>.fa{
  float: right;
  padding: 3px 0px;
}
.header-bottom .wsmenu>.wsmenu-list>li.first-menu:hover>a{
  color: #fff;
}
.header-bottom .wsmenu>.wsmenu-list>li.first-menu>ul.sub-menu>li>.wsmegamenu {
  width: 100%;
  left: 0px;
  position: absolute;
  top: 0px;
  color: #000;
  z-index: 1000;
  margin: 0px;
  text-align: left;
  padding: 14px 5px;
  font-size: 15px;
  border: solid 1px #eeeeee;
  background-color: #fff;
}
.header-bottom .wsmenu>.wsmenu-list>li.first-menu>ul.sub-menu>li>.wsmegamenu.halfmenu {
  width: 100%;
  right: auto;
  left: 100%;
  min-height: 435px;
  box-shadow: 0px -2px 5px 0px rgba(0, 0, 0, 0.15);
}
.header-bottom .wsmenu>.wsmenu-list>li.first-menu>ul.sub-menu>li>.wsmegamenu.halfmenu h3{
  font-family: 'Open Sans', sans-serif;
  font-weight: 800;
  font-size: 0.875rem;
  color: #424242;
  text-transform: none;
}
.header-bottom .wsmenu>.wsmenu-list>li.first-menu>ul.sub-menu>li>.wsmegamenu.halfmenu .row-5px{
  margin: 0px -5px;
}
.header-bottom .wsmenu>.wsmenu-list>li.first-menu>ul.sub-menu>li>.wsmegamenu.halfmenu .col-5px{
  padding: 0px 5px;
}
.header-bottom .wsmenu>.wsmenu-list>li.first-menu>ul.sub-menu>li>.wsmegamenu.halfmenu ul{
  list-style: none;
  margin-bottom: 0px;
  font-family: 'Arial', sans-serif;
  font-weight: 400;
  text-transform: none;
}
.header-bottom .wsmenu>.wsmenu-list>li.first-menu>ul.sub-menu>li>.wsmegamenu .link-list li a {
  line-height: 18px;
  border-right: none;
  text-align: left;
  padding: 6px 0px;
  background: #fff;
  background-image: none;
  color: #666666;
  border-right: 0 none;
  display: block;
  background-color: #fff;
  color: #424242;
  font-weight: inherit;
}
.header-bottom .wsmenu>.wsmenu-list>li.first-menu>ul.sub-menu>li>.wsmegamenu.halfmenu ul li a{
  color: #595959;
  padding: 0.875rem 0px 0px;
  transition: all 0.5s ease;
}
.header-bottom .wsmenu>.wsmenu-list>li.first-menu>ul.sub-menu>li>.wsmegamenu.halfmenu ul li a:hover{
  color: #ff8400;
  text-decoration: none;
}
.header-bottom .wsmenu > .wsmenu-list > li.first-menu>ul.sub-menu>li>.wsmegamenu {
  opacity: 0;
  visibility: hidden;
  -o-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  -o-transition: -o-transform 0.5s, opacity 0.5s;
  -ms-transition: -ms-transform 0.5s, opacity 0.5s;
  -moz-transition: -moz-transform 0.5s, opacity 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
  transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform: rotateY(-75deg);
  -o-transform: rotateY(-75deg);
  -moz-transform: rotateY(-75deg);
  -webkit-transform: rotateY(-75deg);
}
.header-bottom .wsmenu > .wsmenu-list > li.first-menu>ul.sub-menu>li:hover > .wsmegamenu {
  opacity: 1;
  visibility: visible;
  transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
}
@media (min-width: 992px){
  .header-bottom .wsmenu>.wsmenu-list>li.first-menu>ul.sub-menu>li>.wsmegamenu.halfmenu{
    width: 650px;
  }
}
@media (min-width: 1200px){
  .header-bottom .wsmenu>.wsmenu-list>li.first-menu>ul.sub-menu>li>.wsmegamenu.halfmenu{
    width: 650px;
  }
}

/* .header-bottom #scroll-bar::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}
.header-bottom #scroll-bar::-webkit-scrollbar
{
	width: 5px;
	background-color: #F5F5F5;
}
.header-bottom #scroll-bar::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #D62929;
} */
/*------------------------------------ Minicart */
.header-middle .header-middle--minicart .minicart{
  width: 65%;
  float: right;
  font-family: 'Open Sans', sans-serif;
}
.header-middle .header-middle--minicart .minicart .minicart-icons{
  color: #fff;
  position: relative;
}
.header-middle .header-middle--minicart .minicart .minicart-icons .fas{
  font-size: 1.5rem;
}
.header-middle .header-middle--minicart .minicart .minicart-icons .number-minicart{
  border-radius: 50%;
  background: #ff8400;
  color: #ffffff;
  font-size: 11px;
  line-height: 10px;
  min-height: 16px;
  min-width: 16px;
  padding: 3px;
  position: absolute;
  right: -5px;
  top: -10px;
  text-align: center;
}
.header-middle .header-middle--minicart .minicart .nav-cart-dropdown{
	position: absolute;
	top: 40px;
  border-radius: 3px;
	background: #fff;
  border-top: 3px solid #ff8400;
	box-shadow: 0 0 15px -5px rgba(0,0,0,0.4);
	right: 0px;
	z-index: 9;
	opacity: 0;
	visibility: hidden;
	opacity: 0;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.header-middle .header-middle--minicart .minicart .nav-cart-dropdown::before{
  display: block;
  top: -17px;
  right: 18px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  border-color: rgba(136, 183, 213, 0);
  border-width: 7px 8px;
  border-bottom-color: #ff8400;
  margin-left: -6px;
}
.header-middle .header-middle--minicart .minicart:hover .nav-cart-dropdown{
	opacity: 1;
	visibility: visible;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
/*------------------------------------------- Block Items Cart Home */
.header-middle .header-middle--minicart .nav-cart-dropdown .no-item p {
  margin-bottom: 0px;
  text-align: left;
  text-transform: none;
  color: #656565;
  font-size: 0.875rem;
}
.header-middle .header-middle--minicart .nav-cart-dropdown ul{
	padding: 15px;
	margin: 0;
	max-height: 625px;
	min-width: 350px;
}
.header-middle .header-middle--minicart .nav-cart-dropdown .box-item-minicart{
	height: 203px;
	overflow-y: auto;
	padding-right: 5px;
}
.header-middle .header-middle--minicart .nav-cart-dropdown .box-item-minicart::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}
.header-middle .header-middle--minicart .nav-cart-dropdown .box-item-minicart::-webkit-scrollbar{
	width: 5px;
	background-color: #F5F5F5;
}
.header-middle .header-middle--minicart .nav-cart-dropdown .box-item-minicart::-webkit-scrollbar-thumb{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #358952;
}
.header-middle .header-middle--minicart .nav-cart-dropdown ul li .block-image-cart{
	width: 25%;
	float: left;
}
.header-middle .header-middle--minicart .nav-cart-dropdown ul li .block-image-cart img{
	margin: 0px;
}
.header-middle .header-middle--minicart .nav-cart-dropdown ul li .block-detail{
	width: 70%;
	float: left;
	padding-left: 15px;
	position: relative;
  text-align: left;
}
.header-middle .header-middle--minicart .nav-cart-dropdown ul li .block-detail .remove-item{
	position: absolute;
	top: 0px;
	right: -10px;
}
.header-middle .header-middle--minicart .nav-cart-dropdown ul li .block-detail .remove-item .fa{
  font-size: 0.875rem;
}
.header-middle .header-middle--minicart .nav-cart-dropdown ul li h3{
  font-size: 0.875rem;
  margin: 0px 0px 5px;
  line-height: 20px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  height: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.header-middle .header-middle--minicart .nav-cart-dropdown ul .price-sale{
  font-size: 16px;
  font-weight: 400;
  color: #358952;
  position: static;
  background: transparent;
  padding: 0px;
}
.header-middle .header-middle--minicart .nav-cart-dropdown ul .price{
  margin-left: 10px;
  font-size: 12px;
  font-weight: 400;
  color: #7e7e7e;
  position: static;
  background: transparent;
  padding: 0px;
}
.header-middle .header-middle--minicart .nav-cart-dropdown .input-group span{
  position: static;
  background: transparent;
  border-radius: 0px;
  font-size: inherit;
  padding: inherit;
  font-weight: 500;
  width: auto;
  height: auto;
}
.header-middle .header-middle--minicart .nav-cart-dropdown ul li{
	padding: 10px 0px;
	border-bottom: 1px solid #d6d5d5;
}
.header-middle .header-middle--minicart .nav-cart-dropdown ul li a{
	color: #333;
	transition: all 0.5s ease;
}
.header-middle .header-middle--minicart .nav-cart-dropdown ul li a:hover{
	color: #358952;
	text-decoration: none;
}
.header-middle .header-middle--minicart .nav-cart-dropdown .input-group{
	width: 50%;
}
.header-middle .header-middle--minicart .nav-cart-dropdown .btn{
	border-radius: 0px;
  padding: 1px 10px;
}
.header-middle .header-middle--minicart .nav-cart-dropdown .form-control{
  border-radius: 0px;
  padding: 1px 10px;
  height: 28px;
  font-size: 0.875rem;
}
.header-middle .header-middle--minicart .nav-cart-dropdown .total-price{
	padding: 10px 0px;
	border-bottom: 1px solid #d6d5d5;
  text-align: left;
  color: #656565;
  font-size: 0.875rem;
}
.header-middle .header-middle--minicart .nav-cart-dropdown .total-price span{
  width: auto;
}
/*------------------------------------------- Block Redirect Checkout home */
.redirect-checkout{
	margin-top: 15px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}
.redirect-checkout .btn{
	margin: 0 10px !important;
	display: inline-block;
	min-width: 135px;
  font-size: 0.875rem;
  padding: 5px 10px !important;
}
.redirect-checkout .btn-cart{
	background: #358952;
	color: #fff !important;
	transition: all 0.5s ease;
}
.redirect-checkout .btn-cart:hover{
	background: #008ecc;
}
.redirect-checkout .btn-checkout{
	border: 1px solid #d6d5d5;
	background: transparent;
	transition: all 0.5s ease;
}
.redirect-checkout .btn-checkout:hover{
	border: 1px solid #358952;
	background: #358952;
	color: #fff !important;
}
/*------------------------------------ Box Slideshow */
.box-slider{
  margin: 1.875rem 0px;
  position: relative;
}
.box-slider .stick-control{
  position: absolute;
  top: 40%;
  left: 0px;
  right: 0px;
  margin: auto;
  padding: 0px 15px;
}
.box-slider .stick-control .slick-arrow{
  outline: none;
  border: none;
  font-size: 1.5rem;
  padding: 0px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  position: absolute;
  opacity: 1;
  background: transparent;
  transition: all 0.5s ease;
}
.box-slider .stick-control .slick-arrow:hover{
  opacity: 0.8;
}
.box-slider .stick-control .pp2{
  left: 0px;
}
.box-slider .stick-control .nn2{
  right: 0px;
}
.box-slider .rows-slideshow .slick-slide{
  position: relative;
}
.box-slider .rows-slideshow .slick-slide img {
  border-radius: 5px;
}
.box-slider .slick-dots{
  bottom: 5%;
}
.box-slider .slick-dotted.slick-slider{
  margin-bottom: 0px;
}
.box-slider .slick-dots li button::before{
  content: '';
  display: none;
}
.box-slider .slick-dots li{
  width: 10px;
  height: 10px;
}
.box-slider .slick-dots li button{
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  transition: all 0.5s ease;
}
.box-slider .slick-dots li.slick-active button{
  background: #358952;
  border-radius: 50%;
}
.box-slider .rows-slideshow .slick-next, .box-slider .rows-slideshow .slick-prev{
  z-index: 2;
}
.slick-slide:focus, .slick-slide img:focus{
  outline: none;
}
.box-slider .stick-control{
  width: 100%;
}
@media (min-width: 1200px){
  .box-slider .stick-control{
    width: 1140px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1119px){
  .box-slider .stick-control{
    width: 960px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px){
  .box-slider .stick-control{
    width: 720px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px){
  .box-slider .stick-control{
    width: 100%;
  }
}
/* @media screen and (min-width:1420px) and (max-width:1920px){
  .box-slider .slick-next{
    right: calc(100% - 1170px);
  }
  .box-slider .slick-prev{
    left: calc(100% - 1170px);
  }
} */
/*------------------------------------ Box Banner Shop */
.box-banner-shop{
  margin-bottom: 1.875rem;
}
.box-banner-shop .banner-shop-item{
  border-radius: 5px;
}
.box-banner-shop .banner-shop-item img{
  border-radius: 5px;
}
/*------------------------------------ Box Catelogy Home */
.box-category-home{
	margin-bottom: 1rem;
}
.box-category-home .row-category-home .slick-prev, 
.box-category-home .row-category-home .slick-next{
	box-shadow: 1px 0 4px 0 hsla(0,0%,54.9%,.3);
    width: 30px;
    height: 30px;
    transition: all .3s ease;
    top: calc(50% - 15px);
    z-index: 2;
    border-radius: 50%;
    background: #fff;
	opacity: 1;
}
.box-category-home .row-category-home .slick-prev::before, 
.box-category-home .row-category-home .slick-next::before{
	content: '';
	font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #333;
    font-size: 0.875rem;
    opacity: 1;
}
.box-category-home .row-category-home .slick-prev::before{
	content: '\f053';
} 
.box-category-home .row-category-home .slick-next::before{
	content: '\f054';
}
.box-category-home .row-category-home .slick-prev:hover, 
.box-category-home .row-category-home .slick-next:hover{
	box-shadow: 1px 0 4px 0 hsla(0,0%,54.9%,.9);
}
.box-category-home .row-category-home .slick-prev{
	left: -2.5%;
}
.box-category-home .row-category-home .slick-next{
	right: -2.5%;
}
.box-category-home .row-category-home{
	margin-left: -5px;
	margin-right: -5px;
}
.box-category-home .row-category-home .slick-slide {
    padding-left: 5px;
    padding-right: 5px;
}
.category-home-item{
	
}
.category-home-item{
	color: #212121;
    transition: all 0.5s ease;
}
.category-home-item:hover{
	color: #ff8400;
    text-decoration: none;
}
.category-home-item .block-image{
	border-radius: 0.5rem;
	border: 1px solid rgba(0,0,0,.05);
	background: #fff;
}
.category-home-item .block-image img{
	width: 100%;
    height: 105px;
    object-fit: cover;
}
.category-home-item p{
	font-weight: 600;
	font-size: 0.875rem;
	margin-bottom: 0px;
	text-align:center;
    padding-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    height: 50px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

/*------------------------------------ Box Best Reviews Products & Box Categories Products */
.box-best-reviews-products, .box-categories-products{

}
.box-categories-products{
  margin: 1rem 0px;
}
.box-best-reviews-products .block-header-title, .box-categories-products .block-header-title{
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 5px;
}
.box-best-reviews-products .block-header-title h2, .box-categories-products .block-header-title h2{
  display: inline-block;
  margin: 0px;
  position: relative;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  color: #212121;
}
.box-categories-products .block-header-title ul{
  float: right;
  list-style: none;
  padding-left: 0px;
  margin: 0px;
  padding-top: 5px;
  margin-right: 5rem;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
}
.box-categories-products .block-header-title ul li{
  display: inline-block;
}
.box-categories-products .block-header-title ul li+li{
  padding-left: 0.5rem;
}
.box-categories-products .block-header-title ul li a{
  color: #212121;
  transition: all 0.5s ease;
}
.box-categories-products .block-header-title ul li a:hover{
  color: #ff8400;
  text-decoration: none;
}
.box-best-reviews-products .block-header-title h2::before, .box-categories-products .block-header-title h2::before{
  content: '';
  position: absolute;
  border-bottom: 3px solid #358952;
  left: 0px;
  bottom: -7px;
  width: 100%;
}
.box-best-reviews-products .rows-best-reviews-products, .box-categories-products .rows-categories-products{
  margin: 1rem -15px;
}
.box-best-reviews-products .rows-best-reviews-products .slick-slide{
  padding: 0px 15px;
}
.box-best-reviews-products .rows-best-reviews-products a:focus, .box-categories-products .rows-categories-products a:focus{
  outline: none;
  box-shadow: 0px 0px 0px transparent;
}
.box-best-reviews-products .rows-best-reviews-products .slick-prev,
.box-best-reviews-products .rows-best-reviews-products .slick-next,
.box-categories-products .rows-categories-products .slick-prev,
.box-categories-products .rows-categories-products .slick-next{
  border: 1px solid #ff8400;
  background: transparent;
  width: 30px;
  height: 30px;
  top: -35px;
  transition: all 0.5s ease;
}
.box-best-reviews-products .rows-best-reviews-products .slick-prev,
.box-categories-products .rows-categories-products .slick-prev{
  border-radius: 3px 0px 0px 3px;
  right: 44px;
  left: initial;
}
.box-best-reviews-products .rows-best-reviews-products .slick-next,
.box-categories-products .rows-categories-products .slick-next{
  border-radius: 0px 3px 3px 0px;
  right: 15px;
}
.box-best-reviews-products .rows-best-reviews-products .slick-prev:before,
.box-best-reviews-products .rows-best-reviews-products .slick-next:before,
.box-categories-products .rows-categories-products .slick-prev:before,
.box-categories-products .rows-categories-products .slick-next:before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #ff8400;
  transition: all 0.5s ease;
}
.box-best-reviews-products .rows-best-reviews-products .slick-prev:before,
.box-categories-products .rows-categories-products .slick-prev:before{content: '\f053';}
.box-best-reviews-products .rows-best-reviews-products .slick-next:before,
.box-categories-products .rows-categories-products .slick-next:before{content: '\f054';}
.box-best-reviews-products .rows-best-reviews-products .slick-prev:hover,
.box-best-reviews-products .rows-best-reviews-products .slick-next:hover,
.box-categories-products .rows-categories-products .slick-prev:hover,
.box-categories-products .rows-categories-products .slick-next:hover{
  background: #ff8400;
}
.box-best-reviews-products .rows-best-reviews-products .slick-prev:hover:before,
.box-best-reviews-products .rows-best-reviews-products .slick-next:hover:before,
.box-categories-products .rows-categories-products .slick-prev:hover:before,
.box-categories-products .rows-categories-products .slick-next:hover:before{
  color: #fff;
}
/*------------------------------------ Block Product Item */
.box-categories-products .rows-categories-products .slick-slide .product-item{
  //margin: 0px 15px 1rem;
}
.product-item{
  margin-bottom: 1rem;
  padding: 0.25rem;
  border: 1px solid transparent;
  transition: all 0.5s ease;
}
.product-item:hover{
  border: 1px solid #FF9900;
}
.product-item .block-image{
  margin-bottom: 0.5rem;
  position: relative;
}
.product-item .block-content h3{
  font-size: 1rem;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 7px;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 19px;
  -webkit-line-clamp: 2;
  height: 50px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  padding-top: 10px;
}
.product-item .block-content h3 a{
  color: #212121;
  transition: all 0.5s ease;
}
.product-item .block-content h3 a:hover{
  color: #ff8400;
  text-decoration: none;
}
.product-item .block-content .review-rating{

}
.product-item .block-content .review-rating .star-rating, .product-item .block-content .review-rating .product-rating-count{
  float: left;
  position: relative;
}
.product-item .block-content .review-rating .star-rating{
  line-height: 0.75rem;
  margin-bottom: 5px;
  height: 1rem;
  overflow-y: hidden;
}
.product-item .block-content .review-rating .star-rating::before,
.product-item .block-content .review-rating .star-rating span::before{
  content: '\f005\f005\f005\f005\f005';
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
  color: #FF9900;
  font-size: 0.75rem;
  line-height: 1.175rem;
}
.product-item .block-content .review-rating .star-rating span{
  overflow: hidden;
  float: left;
  top: 0px;
  left: 0px;
  position: absolute;
  padding-top: 1.5em;
}
.product-item .block-content .review-rating .star-rating span::before{
  position: absolute;
  top: 0px;
  left: 0px;
  font-weight: 900;
}
.product-item .block-content .review-rating .product-rating-count{
  margin-left: 0.25rem;
  font-size: 0.75rem;
  line-height: 1.075rem;
}
.product-item .block-content .block-toolist{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.product-item .block-content .block-toolist .block-price{
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
  max-width: 70%;
  padding: 0px 5px;
}
.product-item .block-content .block-toolist .block-cart{
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width: 30%;
  padding: 0px 5px;
  text-align: right;
}
.product-item .block-content .block-toolist .block-price{
  color: #358952;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.875rem;
}
.product-item .block-content .block-toolist .block-price span{
  display: block;
}
.product-item .block-content .block-toolist .block-price span.price{
  text-decoration: line-through;
  opacity: 0.5;
}
.product-item .block-content .block-toolist .block-cart .btn{
  border-radius: 50%;
  width: 36px;
  height: 36px;
  text-align: center;
  padding: .275rem 0px;
}
.product-item .block-content .block-toolist .block-cart .btn-primary{
  border-color: #e1e1e1;
  background-color: #e1e1e1;
  color: #000;
  transition: all 0.5s ease;
}
.product-item:hover .block-content .block-toolist .block-cart .btn-primary{
  border-color: #358952;
  background-color: #358952;
}
/*------------------------------------ Box Product Section Bottom */
.box-product-section-bottom{
  margin: 1rem 0px;
}
.box-product-section-bottom .block-header-title{
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 5px;
}
.box-product-section-bottom .block-header-title h2{
  display: inline-block;
  margin: 0px;
  position: relative;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  color: #212121;
}
.box-product-section-bottom .block-header-title h2::before{
  content: '';
  position: absolute;
  border-bottom: 3px solid #358952;
  left: 0px;
  bottom: -8px;
  width: 100%;
}
.box-product-section-bottom .rows-product-section-content ul{
  list-style: none;
  padding-left: 0px;
  margin: 0.675rem 0px;
}
.box-product-section-bottom .rows-product-section-content ul li{
  padding: 0.675rem 0px;
  border-bottom: 1px solid #e9e9e9;
}
.box-product-section-bottom .rows-product-section-content ul li:last-child{
  border-bottom: none;
}
.box-product-section-bottom .rows-product-section-content ul li .block-images{
  float: left;
  width: 33%;
  margin-right: 0.5rem;
}
.box-product-section-bottom .rows-product-section-content ul li .block-content{
  width: 64%;
  float: left;
}
.box-product-section-bottom .rows-product-section-content ul li .block-content h3{
  display: block;
  max-height: 44px;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.4;
  margin-bottom: 3px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
}
.box-product-section-bottom .rows-product-section-content ul li .block-content h3 a{
  color: #212121;
  transition: all 0.5s ease;
}
.box-product-section-bottom .rows-product-section-content ul li .block-content h3 a:hover{
  color: #ff8400;
  text-decoration: none;
}
.box-product-section-bottom .rows-product-section-content ul li .block-content .review-rating{

}
.box-product-section-bottom .rows-product-section-content ul li .block-content .review-rating .star-rating,
.box-product-section-bottom .rows-product-section-content ul li .block-content .review-rating .product-rating-count{
  float: left;
  position: relative;
}
.box-product-section-bottom .rows-product-section-content ul li .block-content .review-rating .star-rating{
  line-height: 0.75rem;
  margin-bottom: 5px;
  height: 1rem;
  overflow-y: hidden;
}
.box-product-section-bottom .rows-product-section-content ul li .block-content .review-rating .star-rating::before,
.box-product-section-bottom .rows-product-section-content ul li .block-content .review-rating .star-rating span::before{
  content: '\f005\f005\f005\f005\f005';
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
  color: #FF9900;
  font-size: 0.75rem;
  line-height: 1.175rem;
}
.box-product-section-bottom .rows-product-section-content ul li .block-content .review-rating .star-rating span{
  overflow: hidden;
  float: left;
  top: 0px;
  left: 0px;
  position: absolute;
  padding-top: 1.5em;
}
.box-product-section-bottom .rows-product-section-content ul li .block-content .review-rating .star-rating span::before{
  position: absolute;
  top: 0px;
  left: 0px;
  font-weight: 900;
}
.box-product-section-bottom .rows-product-section-content ul li .block-content .review-rating .product-rating-count{
  margin-left: 0.25rem;
  font-size: 0.75rem;
  line-height: 1.075rem;
}
.box-product-section-bottom .rows-product-section-content ul li .block-content .block-price{
  color: #358952;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.875rem;
}
.box-product-section-bottom .rows-product-section-content ul li .block-content .block-price span{
  display: block;
}
.box-product-section-bottom .rows-product-section-content ul li .block-content .block-price span.price{
  text-decoration: line-through;
  opacity: 0.5;
}
/*------------------------------------ Box Newsletter */
.box-newsletter{
  background: #fcfcfc;
  border-top: 3px solid #358952;
  border-bottom: 1px solid #e9e9e9;
  padding: 1rem 0px;
}
.box-newsletter .newsletter-label, .box-newsletter .newsletter-content{
  float: left;
}
.box-newsletter .newsletter-label h3{
  margin: 1rem 0px;
  font-size: 1.175rem;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  color: #212121;
}
.box-newsletter .newsletter-content{
  width: 70%;
  margin: 0.5rem 0px 0.5rem 1.5rem;
}
.box-newsletter .newsletter-social{
  width: 60%;
  margin: 0.5rem 0px 0.5rem 1.5rem;
  float: left;
}
.box-newsletter .newsletter-content .form-control{
  border-radius: 0px;
  padding: 8px;
  font-size: 0.875rem;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
.box-newsletter .newsletter-content .btn{
  border-radius: 0px;
  font-size: 0.875rem;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
.box-newsletter .newsletter-content .btn-primary{
  border: none;
  background: #358952;
  color: #fff;
  transition: all 0.5s ease;
}
.box-newsletter .newsletter-content .btn-primary:hover{
  background: #ff8400;
}
.box-newsletter .newsletter-social ul{
  list-style: none;
  padding-left: 0px;
  margin: 0.375rem 0px 0.375rem 0.5rem;
}
.box-newsletter .newsletter-social ul li{
  display: inline-block;
}
.box-newsletter .newsletter-social ul li+li{
  margin-left: 0.25rem;
}
.box-newsletter .newsletter-social ul li a{
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 3px;
  color: #fff;
  text-align: center;
  padding: 2px 0px;
  background: transparent;
  transition: all 0.5s ease;
}
.box-newsletter .newsletter-social ul li:nth-child(1) a{background: #3B589C;}
.box-newsletter .newsletter-social ul li:nth-child(2) a{background: #6DC0E8;}
.box-newsletter .newsletter-social ul li:nth-child(3) a{background: #E84C4D;}
.box-newsletter .newsletter-social ul li:nth-child(1) a:hover{background: #2a4481;}
.box-newsletter .newsletter-social ul li:nth-child(2) a:hover{background: #439bc6;}
.box-newsletter .newsletter-social ul li:nth-child(3) a:hover{background: #c83233;}
/*------------------------------------ Box Footer */
.box-footer{
  background: #f9f5ec;
  border-bottom: 1px solid #e9e9e9;
  padding: 2rem 0px;
}
.box-footer .footer-logo p{
  margin: 0.5rem 0px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
}
.box-footer .footer-content p{
  margin: 0.5rem 0px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.4;
}
.box-footer .footer-content p .fas, .box-footer .footer-content p .far{
  margin-right: 0.5rem;
  font-size: 0.875rem;
}
.box-footer .footer-header-title h3{
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 1.175rem;
  margin-bottom: 1rem;
}
.box-footer .footer-content ul{
  list-style: none;
  padding-left: 0px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.5;
}
.box-footer .footer-content ul li{
  margin-bottom: 0.5rem;
}
.box-footer .footer-content ul li a{
  color: #666666;
  transition: all 0.5s ease;
}
.box-footer .footer-content ul li a:hover{
  color: #06507d;
  text-decoration: none;
}
.box-copyright{
  background: #fcfcfc;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  padding: 0.5rem 0px;
}
.box-copyright p{
  margin: 0rem 0px;
}
/*------------------------------------ Box Service */
.box-service{
  padding: 1.469rem 1rem;
  background: #fff;
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.2);
  margin: -8.5rem 15px 2rem;
  position: relative;
  z-index: 0;
}
.service-item{
  padding: 0.5rem 0px;
  position: relative;
}
.service-item::after{
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  background: #e5e5e5;
  top: 0px;
  right: -15px;
}
.box-service .col-sv-item:last-child .service-item::after{
  content: '';
  display: none;
}
.service-item{
  text-align: center;
}
.service-item .block-images{
  margin: 0px auto 0.5rem;
}
.service-item .block-content h3{
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  color: #414141;
  margin: 0px 0px 0.25rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.service-item .block-content p{
  font-family: 'Arial', sans-serif;
  font-weight: 400;
  color: #909090;
  font-size: 0.75rem;
  margin: 0px;
  line-height: 1.5;
}
/*------------------------------------ Box Product Bestseller */
.box-product-bestseller{
  margin: 5rem 0px 2rem;
  border: 1px solid #e2e2e2;
  padding: 2rem 1.5rem 1rem;
}
.box-product-bestseller .block-header-title h2{
  margin-bottom: 2rem;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  color: #358952;
  font-size: 1.875rem;
}
/*------------------------------------ Box Categories Product Home */
.box-catelogies-product-home{
  border: 1px solid #e2e2e2;
  padding: 2rem 1.5rem 1rem;
  margin-bottom: 2rem;
}
.box-catelogies-product-home .block-header-title h2{
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 1.875rem;
  margin-bottom: 1.75rem;
  color: #358952;
}
.box-catelogies-product-home .block-header-title a{
  float: right;
  font-family: 'Arial', sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  margin: 0.875rem 0px 1rem;
  color: #404046;
  transition: all 0.5s ease;
}
.box-catelogies-product-home .block-header-title a:hover{
  color: #06507d;
  text-decoration: none;
}
.box-catelogies-product-home .block-header-title h2::before{
  content: '';
  clear: both;
}
.box-catelogies-product-home .block-categories-sub{

}
.box-catelogies-product-home .block-categories-sub ul{
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
  font-family: 'Arial', sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
}
.box-catelogies-product-home .block-categories-sub ul li{
  border-bottom: 1px dashed #c2c2c2;
  padding-bottom: 0.25rem;
  margin-bottom: 0.25rem;
}
.box-catelogies-product-home .block-categories-sub ul li:last-child{
  border-bottom: none;
}
.box-catelogies-product-home .block-categories-sub ul li a{
  display: block;
  color: #6e6e6e;
  transition: all 0.5s ease;
}
.box-catelogies-product-home .block-categories-sub ul li a:hover{
  text-decoration: none;
  color: #358952;
}
.box-catelogies-product-home .rows-catelogies-product{
  margin: 0px -15px;
}
.box-catelogies-product-home .rows-catelogies-product .slick-slide{
  padding: 0px 15px;
}
.box-catelogies-product-home .rows-catelogies-product .slick-slide a:focus{
  outline: none;
}
.box-catelogies-product-home .block-footer-viewall{
  margin-bottom: 1rem;
  display: none;
}
.box-catelogies-product-home .block-footer-viewall .btn{
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  padding: .25rem .75rem;
  border-radius: 0px;
}
.box-catelogies-product-home .block-footer-viewall .btn-primary{
  color: #fff;
  background: #358952;
  border-color: #06507d;
  transition: all 0.5s ease;
}
.box-catelogies-product-home .block-footer-viewall .btn-primary:hover{
  background: #06507d;
  text-decoration: none;
}
/*------------------------------------ Box Breadcrumb */
.box-breadcrumb{
  background: #fcfcfc;
  border-bottom: 1px solid #f5f5f5;
  padding: 10px 0;
  margin-bottom: 20px;
}
.box-breadcrumb .block-title h3{
  font-size: 1.5rem;
  line-height: 1.3;
  margin-bottom: 0px;
  font-weight: 600;
  color: #212121;
}
.box-breadcrumb .breadcrumb{
  padding: 0px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  background-color: transparent;
  margin-bottom: 0px;
  text-align: left;
  display: block;
}
.box-breadcrumb .breadcrumb > li > a{
  color: #656565;
  font-size: 13px;
  transition: all 0.5s ease;
}
.box-breadcrumb .breadcrumb > li{
  font-size: 13px;
}
.box-breadcrumb .breadcrumb > li > a:hover{
  color: #358952;
  text-decoration: none;
}
.box-breadcrumb .breadcrumb>li+li:before {
  padding: 0 5px;
  color: #ccc;
  content: "\f054";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 0.5rem;
}
.box-breadcrumb .breadcrumb li.active{
  color: #358952;
}
.box-breadcrumb .breadcrumb li{
  display: inline-block;
}
/*------------------------------------ Box Post Item */
.post-item{
  border-radius: 3px;
  border: 1px solid #e9e9e9;
  padding: 0.875rem;
  margin-bottom: 0.875rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.post-item .block-images, .post-item .block-content{
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
}
.post-item .block-images{
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
  max-width: 45%;
}
.post-item .block-content{
  -ms-flex: 0 0 55%;
  flex: 0 0 55%;
  max-width: 55%;
}
.post-item .block-content .block-meta-title{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
  margin-bottom: 0.5rem;
}
.post-item .block-content .block-meta-title .date-post,
.post-item .block-content .block-meta-title .post-title{
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
}
.post-item .block-content .block-meta-title .date-post{
  -ms-flex: 0 0 13%;
  flex: 0 0 13%;
  max-width: 13%;
}
.post-item .block-content .block-meta-title .post-title{
  -ms-flex: 0 0 87%;
  flex: 0 0 87%;
  max-width: 87%;
}
.post-item .block-content .block-meta-title .date-post{
  line-height: 32px;
  text-align: center;
}
.post-item .block-content .block-meta-title .date-post span{
  display: block;
  padding: 0px 0.25rem;
  background-color: #f6f6f6;
  font-family: 'Open Sans', sans-serif;
}
.post-item .block-content .block-meta-title .date-post span:nth-child(1){font-weight: 600; color: #358952;border-radius: 3px 3px 0px 0px;}
.post-item .block-content .block-meta-title .date-post span:nth-child(2){font-weight: 400; background: #358952; color: #fff; font-size: 0.875rem; line-height: 1.5;}
.post-item .block-content .block-meta-title .post-title h3{
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  height: 25px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  color: #358952;
  margin-bottom: 0.25rem;
  transition: all 0.5s ease;
}
.post-item .block-content .block-meta-title .post-title h3:hover{
  color: #f60;
}
.post-item .block-content .block-meta-title .post-title h3 a{
  color: #358952;
  transition: all 0.5s ease;
}
.post-item .block-content .block-meta-title .post-title h3 a:hover{
  color: #f60;
  text-decoration: none;
}
.post-item .block-content .block-meta-title .post-title .category-blog{
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
}
.post-item .block-content .block-meta-title .post-title .category-blog i{
  margin-right: 10px;
  color: rgba(51, 51, 51, 0.7);
}
.post-item .block-content .block-meta-title .post-title .category-blog a{
  color: #358952;
  transition: all 0.5s ease;
}
.post-item .block-content .block-meta-title .post-title .category-blog a:hover{
  color: #f60;
  text-decoration: none;
}
.post-item .block-content p{
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  color: #656565;
  margin-bottom: 0.5rem;
}
.post-item .block-content .readmore{
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  background-color: #F6F6F6;
  border: 1px solid #f0f0f0;
  border-radius: 3px;
  color: #358952;
  padding: 0.375rem 0.875rem;
  font-size: 0.875rem;
  float: right;
  transition: all 0.5s ease;
}
.post-item .block-content .readmore:hover{
  background-color: #358952;
  border: 1px solid #358952;
  color: #fff;
  text-decoration: none;
}
.post-item .block-content .readmore::after{content: '';clear: both;}
/*------------------------------------ Box Sidebar */
.box-sidebar-pages .sidebar--categories-post,
.box-sidebar-pages .sidebar--post-featured,
.box-sidebar-pages .sidebar--categories-product{
  border: 1px solid #e9e9e9;
  border-top: 3px solid #358952;
  border-radius: 3px;
  margin-bottom: 1.5rem;
}
.sidebar--categories-post .block-header-title,
.sidebar--post-featured .block-header-title,
.sidebar--categories-product .block-header-title{
  border-bottom: 1px solid #e9e9e9;
}
.sidebar--categories-post .block-header-title h2,
.sidebar--post-featured .block-header-title h2,
.sidebar--categories-product .block-header-title h2{
  padding: 0.5rem 1rem;
  margin: 0px;
  font-size: 1.25rem;
}
.sidebar--categories-post .block-content-categories ul{
  list-style: none;
  padding: 0.5rem 0px 0px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
}
.sidebar--categories-post .block-content-categories ul li a{
  padding: 0rem 1rem 0.5rem;
  display: block;
  color: #212121;
  transition: all 0.5s ease;
}
.sidebar--categories-post .block-content-categories ul li a:hover{
  color: #ff8400;
  text-decoration: none;
}
.sidebar--post-featured .rows-post-featured{
  padding: 1rem;
}
.sidebar--post-featured .rows-post-featured .slick-dots{
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
}
.sidebar--post-featured .rows-post-featured .slick-dots li{
  margin: 0px;
}
.sidebar--post-featured .rows-post-featured .slick-dots li button:before{
  font-size: 10px;
  color: #999;
  transition: all 0.5s ease;
}
.sidebar--post-featured .rows-post-featured .slick-dots li.slick-active button:before{
  color: #ff8400;
}
.sidebar--post-featured .rows-post-featured .slick-dots li button:hover:before, .sidebar--post-featured .rows-post-featured .slick-dots li button:focus:before{
  color: #ff8400;
}
.sidebar--post-featured .rows-post-featured .slick-prev,
.sidebar--post-featured .rows-post-featured .slick-next{
  border: 1px solid #ff8400;
  background: transparent;
  width: 30px;
  height: 30px;
  top: -20px;
  transition: all 0.5s ease;
}
.sidebar--post-featured .rows-post-featured .slick-prev{
  border-radius: 3px 0px 0px 3px;
  right: 44px;
  left: initial;
}
.sidebar--post-featured .rows-post-featured .slick-next{
  border-radius: 0px 3px 3px 0px;
  right: 15px;
}
.sidebar--post-featured .rows-post-featured .slick-prev:before,
.sidebar--post-featured .rows-post-featured .slick-next:before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #ff8400;
  transition: all 0.5s ease;
}
.sidebar--post-featured .rows-post-featured .slick-prev:before{content: '\f053';}
.sidebar--post-featured .rows-post-featured .slick-next:before{content: '\f054';}
.sidebar--post-featured .rows-post-featured .slick-prev:hover,
.sidebar--post-featured .rows-post-featured .slick-next:hover{
  background: #ff8400;
}
.sidebar--post-featured .rows-post-featured .slick-prev:hover:before,
.sidebar--post-featured .rows-post-featured .slick-next:hover:before{
  color: #fff;
}
.sidebar--categories-product .block-content-categories{

}
.block-product-header-title{
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 8px;
  margin-bottom: 1rem;
}
.block-product-header-title .sort-by{
  text-align: right;
  margin: 0px 0px 0rem;
}
.block-product-header-title .sort-by label{
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.75rem;
}
.block-product-header-title .sort-by select{
  background: #fff url(../images/select.png) no-repeat right center;
  cursor: pointer;
  padding: 8px 2em 8px 8px;
  -webkit-padding-end: 30px;
  background-size: 17px 5px;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #dce0e0;
  border-radius: 3px;
  padding: 7px 10px;
  outline: none;
  font: 12px "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #565a5c;
  width: 100%;
  margin: 0;
  max-width: 100%;
  display: block;
  margin-bottom: 15px;
  transition: border-color 0.2s linear, box-shadow 0.2s ease;
  -webkit-transition: border-color 0.2s linear, box-shadow 0.2s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}
.block-product-header-title  #sort-by {
  width: 60%;
  display: inline-block;
  margin-bottom: 0;
}
/*------------------------------------ Block Post Featured Item */
.post-featured-item{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
  border-bottom: 1px solid #f5f5f5;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
}
.post-featured-item .block-images, .post-featured-item .block-content{
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
}
.post-featured-item .block-images{
  -ms-flex: 0 0 35%;
  flex: 0 0 35%;
  max-width: 35%;
}
.post-featured-item .block-content{
  -ms-flex: 0 0 65%;
  flex: 0 0 65%;
  max-width: 65%;
}
.post-featured-item .block-content h3{
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 0rem;
}
.post-featured-item .block-content span{
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  display: block;
  color: #999;
  font-size: 0.875rem;
  line-height: 1.5;
}
.post-featured-item .block-content h3 a{
  color: #212121;
  transition: all 0.5s ease;
}
.post-featured-item .block-content h3 a:hover{
  color: #ff8400;
  text-decoration: none;
}
/*------------------------------------ Box Title Cat */
.box-post-featured .block-title, .box-post-related .block-title, .box-product-related .block-title{
  border-bottom: 2px solid #e5e5e5;
  position: relative;
  padding: 0rem 0px 0.5rem;
  margin-bottom: 1rem;
}
.box-post-featured .block-title::before, .box-post-related .block-title::before, .box-product-related .block-title::before{
  content: '';
  position: absolute;
  background: #358952;
  width: 100px;
  height: 2px;
  left: 0px;
  bottom: -2px;
}
.box-post-featured .block-title h3, .box-post-related .block-title h3, .box-product-related .block-title h3{
  text-align: left;
  font-size: 1rem;
  margin: 10px 0 0 0;
  line-height: 1.4;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  color: #444444;
}
/*---------------------------------------- Box Advertise Sidebar */
.box-advertise a{
  position: relative;
  overflow: hidden;
  border: 1px solid #888;
  display: block;
  margin-bottom: 1rem;
}
.box-advertise a::before{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.2);
  content: '';
  z-index: 10;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  -webkit-transform: scale3d(2.2,1.4,1) rotate3d(0,0,1,0deg) translate3d(0,-100%,0);
  transform: scale3d(2.2,1.4,1) rotate3d(0,0,1,0deg) translate3d(0,-100%,0);
}
.box-advertise a:hover::before{
  -webkit-transform: scale3d(2.2,1.4,1) rotate3d(0,0,1,0deg) translate3d(0,100%,0);
  transform: scale3d(2.2,1.4,1) rotate3d(0,0,1,0deg) translate3d(0,100%,0);
}
/*------------------------------------ Box Warpper Inner */
.box-warpper-inner{
  padding: 1rem 0px;
}
.box-warpper-inner .post-rows{
  padding: 0.5rem 0px;
}
/*------------------------------------ Box Single Page */
.box-single-pages{
  padding: 0rem 0px 1rem;
}
.box-single-pages h1{
  margin: 0rem;
  text-transform: uppercase;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 700;
}
.box-single-pages .meta-list{
  font-weight: 400;
	margin: 0.5rem 0px 0.875rem;
	color: #999;
	text-transform: capitalize;
  font-size: 0.875rem;
}
.box-single-pages .meta-list .date-post{
	margin-right: 10px;
	display: inline-block;
}
.box-single-pages .single-pages-content{
  font-weight: 400;
  font-size: 0.875rem;
  margin-bottom: 1rem;
  text-align: justify;
}
.box-single-pages .single-pages-content img{
  max-width: 100%;
  height: auto !important;
  margin: 10px auto;
}
/*------------------------------------ Box Post Item */
.post-related-item{
  border: 1px solid transparent;
  margin-bottom: 1rem;
  transition: all 0.5s ease;
}
.post-related-item:hover{
  border: 1px solid #ff8400;
}
.post-related-item .block-images{
  overflow: hidden;
}
.post-related-item .block-images img{
  transform: scale(1);
  transition: all 0.5s ease;
}
.post-related-item .block-images img:hover{
  transform: scale(1.2);
}
.post-related-item .block-content{
  padding: 1rem;
}
.post-related-item .block-content h3{
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  margin: 0px 0px 0.5rem;
  font-size: 1rem;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  height: 45px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  color: #358952;
  transition: all 0.5s ease;
}
.post-related-item .block-content h3:hover{
  color: #f60;
}
.post-related-item .block-content h3 a{
  color: #358952;
  transition: all 0.5s ease;
}
.post-related-item .block-content h3 a:hover{
  color: #f60;
  text-decoration: none;
}
.post-related-item .block-content .date-post{
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
.post-related-item .block-content p{
  text-align: justify;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
}
.post-related-item .block-content a.readmore{
  background: transparent;
  border: 1px solid #434752;
  padding: 0.35rem 1.25rem 0.5rem;
  border-radius: 1.25rem;
  font-size: 0.875rem;
  color: #434752;
  transition: all 0.5s ease;
}
.post-related-item .block-content a.readmore:hover{
  background: #f60;
  color: #fff;
  border-color: #f60;
  text-decoration: none;
}
/*---------------------------------------- Block Post Item */
.post-page-item{
  margin-bottom: 1rem;
  color: #525252;
  border-bottom: 1px solid #eee;
}
.post-page-item .meta-list{
  font-weight: 400;
	margin: 0.5rem 0px;
	color: #999;
	text-transform: capitalize;
  font-size: 0.875rem;
}
.post-page-item .meta-list .date-post{
	margin-right: 10px;
	display: inline-block;
}
.post-page-item .meta-list i{
	margin: 5px 5px 5px 0px;
	color: #999;
}
.post-page-item .meta-list a{
	color: #999;
	transition: all 0.5s ease;
}
.post-page-item .meta-list a:hover{
	text-decoration: none;
	color: #358952;
}
.post-page-item h3{
  font-family: 'Open Sans', sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0px;
}
.post-page-item h3 a{
  color: #333;
  transition: all 0.5s ease;
}
.post-page-item h3 a:hover{
  color: #358952;
  text-decoration: none;
}
.post-page-item .block-content{
  font-size: 0.875rem;
  font-weight: 400;
  margin: 0.5rem 0px;
  text-align: justify;
}
/*---------------------------------------- Block Catelogy */
.box-catelogy{
  margin: 0rem 0px 1rem;
}
.box-catelogy .block-title{
  background: #358952;
  padding: 0.75rem;
  color: #fff;
  text-align: center;
}
.box-catelogy .block-title h3{
  margin: 0px;
  font-size: 1rem;
  font-family: 'Open Sans', sans-serif;
	font-weight: 700;
}
/*------------------------------------ Block Single Product */
.single-detail-product{
	//background-color: #fff;
	padding: 0px 0 1rem;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.single-detail-product .detail-product--slider-producted, .single-detail-product .detail-product--content-producted{
  margin-bottom: 1rem;
}
.single-detail-product .detail-product--slider-producted .slider-producted{
  border: 1px solid #ebebeb;
}
.single-detail-product .detail-product--slider-producted .slick-slider .slick-list {
  overflow: hidden;
}
.single-detail-product .detail-product--slider-producted .slider-producted img{
  display: block;
  width: 100%;
  height: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.single-detail-product .detail-product--slider-producted .slider-thumbnail-navigation{
	overflow: visible;
	margin: 10px 0;
	position: relative;
}
.single-detail-product .detail-product--slider-producted .slider-thumbnail-navigation .slick-list{
	margin: 0 25px;
	padding: 0px !important;
	overflow: hidden;
}
.single-detail-product .detail-product--slider-producted .slider-thumbnail-navigation .slick-prev{
	left: 0px;
}
.single-detail-product .detail-product--slider-producted .slider-thumbnail-navigation .slick-next{
	right: 0px;
}
.single-detail-product .detail-product--slider-producted .slider-thumbnail-navigation button{
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	height: 100%;
	line-height: normal;
	position: absolute;
	text-indent: -9999px;
	text-shadow: none;
	opacity: 0;
	width: 20px;
	background: none repeat scroll 0 0 #cccccc;
	cursor: pointer;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	opacity: 1;
	transition: opacity 0.35s, transform 0.35s;
	text-align: center;
}
.single-detail-product .detail-product--slider-producted .slider-thumbnail-navigation button::before{
	position: absolute;
	font-family: "Font Awesome 5 Free";
  font-weight: 900;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: 20px;
	height: 20px;
	margin: auto;
	z-index: 3;
	font-size: 20px;
	color: #fff;
	text-indent: 0;
	display: inline-block;
}
.single-detail-product .detail-product--slider-producted .slider-thumbnail-navigation .slick-prev::before{content: '\f104';}
.single-detail-product .detail-product--slider-producted .slider-thumbnail-navigation .slick-next::before{content: '\f105';}
.single-detail-product .detail-product--slider-producted .slider-thumbnail-navigation .item{
	padding: 0 5px;
	cursor: pointer;
}
.single-detail-product .detail-product--slider-producted .slider-thumbnail-navigation .item img{border: 1px solid #ebebeb;}
.single-detail-product .detail-product--slider-producted .slider-thumbnail-navigation .item.slick-current img{border: 1px solid #ffc23a;}
.single-detail-product .detail-product--slider-producted .slider-thumbnail-navigation .item:focus{
	box-shadow: 0px 0px 0px 0px transparent;
	outline-color: transparent;
}
.single-detail-product .box-single-product--content{
  margin-bottom: 1rem;
  position: relative;
}
.single-detail-product .box-single-product--content h1{
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
  margin-right: 4rem;
}
.single-detail-product .box-single-product--content .review-rating{

}
.single-detail-product .box-single-product--content .review-rating .star-rating,
.single-detail-product .box-single-product--content .review-rating .product-rating-count{
  float: left;
  position: relative;
}
.single-detail-product .box-single-product--content .review-rating .star-rating{
  line-height: 0.75rem;
  margin-bottom: 5px;
  height: 1rem;
  overflow-y: hidden;
}
.single-detail-product .box-single-product--content .review-rating .star-rating::before,
.single-detail-product .box-single-product--content .review-rating .star-rating span::before{
  content: '\f005\f005\f005\f005\f005';
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
  color: #FF9900;
  font-size: 0.75rem;
  line-height: 1.175rem;
}
.single-detail-product .box-single-product--content .review-rating .star-rating span{
  overflow: hidden;
  float: left;
  top: 0px;
  left: 0px;
  position: absolute;
  padding-top: 1.5em;
}
.single-detail-product .box-single-product--content .review-rating .star-rating span::before{
  position: absolute;
  top: 0px;
  left: 0px;
  font-weight: 900;
}
.single-detail-product .box-single-product--content .review-rating .product-rating-count{
  margin-left: 0.25rem;
  font-size: 0.75rem;
  line-height: 1.075rem;
}
.single-detail-product .box-single-product--content .box-price{
  margin: 0.5rem 0px;
  float: left;
}
.single-detail-product .box-single-product--content .status-stock{
  margin: 0.5rem 0px;
  float: right;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 2;
}
.single-detail-product .box-single-product--content .status-stock .fas{
  margin-right: 0.25rem;
}
.single-detail-product .box-single-product--content .status-stock .in-stock{color: #6dbe14;}
.single-detail-product .box-single-product--content .status-stock .out-stock{color: #be1414;}
.single-detail-product .box-single-product--content .status-stock .onback-stock{color: #e2e00f;}
.single-detail-product .box-single-product--content .box-price span{
  display: inline-block;
  padding: 0px 0.25rem;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
}
.single-detail-product .box-single-product--content .box-price span.price{
  padding-left: 0px;
  color: #358952;
  opacity: 0.5;
  text-decoration: line-through;
}
.single-detail-product .box-single-product--content .box-price span.price-sale{
  padding-right: 0px;
  color: #358952;
}
.single-detail-product .box-single-product--content .detail-product--hometext{
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #e5e5e5;
}
.single-detail-product .box-single-product--content .form-addcart-single .input-group-custom{
  width: 30%;
  margin-right: 1rem;
}
.single-detail-product .box-single-product--content .form-addcart-single .input-group-custom .btn{
  border-radius: 0px;
  background: #fff;
  border: 1px solid #ced4da;
}
.single-detail-product .box-single-product--content .form-addcart-single .btn{
  border-radius: 0px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}
.single-detail-product .box-single-product--content .form-addcart-single .btn-custom{
  font-size: 0.875rem;
  padding: .375rem 1.5rem;
}
.single-detail-product .box-single-product--content .form-addcart-single .btn-success{
  color: #323232;
  background: #fff;
  border-color: #ebebeb;
  transition: all 0.5s ease;
}
.single-detail-product .box-single-product--content .form-addcart-single .btn-success:hover{
  color: #ffffff;
  background: #358952;
  border-color: #358952;
}
.detail-product--content-producted .content-producted--detail .block-title{
  border-bottom: 2px solid #e5e5e5;
  position: relative;
  padding: 0rem 0px 0.5rem;
  margin-bottom: 1rem;
}
.detail-product--content-producted .content-producted--detail .block-title::before{
  content: '';
  position: absolute;
  background: #358952;
  width: 100px;
  height: 2px;
  left: 0px;
  bottom: -2px;
}
.detail-product--content-producted .content-producted--detail .block-title h3{
  text-align: left;
  font-size: 1rem;
  margin: 10px 0 0 0;
  line-height: 1.4;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  color: #444444;
}
.detail-product--content-producted .block-header-tabs .nav-tabs{
  border-bottom: 3px solid #358952;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
}
.detail-product--content-producted .block-header-tabs .nav-tabs .nav-item+.nav-item{
  margin-left: 0.25rem;
}
.detail-product--content-producted .block-header-tabs .nav-tabs .nav-link{
  border: 1px solid #e9e9e9;
  border-bottom: none;
  margin-bottom: 1px;
  color: #6b6b6b;
  transition: all 0.5s ease;
}
.detail-product--content-producted .block-header-tabs .nav-tabs .nav-item.show .nav-link,
.detail-product--content-producted .block-header-tabs .nav-tabs .nav-link.active,
.detail-product--content-producted .block-header-tabs .nav-tabs .nav-link:focus,
.detail-product--content-producted .block-header-tabs .nav-tabs .nav-link:hover{
  color: #fff;
  background-color: #358952;
  border-color: #358952 #358952 #358952;
  background: #358952;
}
.detail-product--content-producted .tab-content{
  border: 1px solid #e9e9e9;
  border-top: none;
  border-radius: 0px 0px 3px 3px;
  padding: 1rem;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
}
.detail-product--content-producted .tab-content p{
  margin-bottom: 0.5rem;
}
/*------------------------------------ Box Rating */
.rating-public-view ul{
  list-style: none;
  padding-left: 0px;
}
.rating-public-view ul li{
  display: inline-block;
}
.rating-public-view ul li a{
  position: relative;
}
.rating-public-view ul li a::before, .rating-public-view ul li a.active::before{
  content: '\f005';
  font-family: 'Font Awesome 5 Free';
  font-weight: 500;
  background: -webkit-linear-gradient(#f39f25, #f08e01);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1rem;
}
.rating-public-view ul li a.active::before{
  font-weight: 900;
}
.box-form-rating .my-rating-6{
  margin: 0.4rem 0px;
}
.box-list-rating .block-title{
  border-bottom: 2px solid #e5e5e5;
  position: relative;
  padding: 0rem 0px 0.5rem;
  margin-bottom: 1rem;
}
.box-list-rating .block-title::before{
  content: '';
  position: absolute;
  background: #358952;
  width: 100px;
  height: 2px;
  left: 0px;
  bottom: -2px;
}
.box-list-rating .block-title h3{
  text-align: left;
  font-size: 1rem;
  margin: 10px 0 0 0;
  line-height: 1.4;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  color: #444444;
}
.box-list-rating .media-body p{
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
}
.box-list-rating .rating-public-view ul{
  margin-bottom: 0.5rem;
}
/*---------------------------------------- Block Pagination */
.box-pagination{
  margin: 2rem 0px;
	text-align: center;
}
.box-pagination .pagination>li>a, .box-pagination .pagination>li>span {
	padding: 0.5rem 0.25rem;
  border-radius: 50%;
	margin: 0px 3px;
	color: #1b2024;
  width: 40px;
  height: 40px;
  text-align: center;
	transition: all 0.5s ease;
}
.box-pagination .pagination>.active>a,
.box-pagination .pagination>.active>a:focus,
.box-pagination .pagination>.active>a:hover,
.box-pagination .pagination>.active>span,
.box-pagination .pagination>.active>span:focus,
.box-pagination .pagination>.active>span:hover {
  background-color: #358952;
  border: 1px solid #358952;
	color: #fff;
}
.box-pagination .pagination>li>a:focus,
.box-pagination .pagination>li>a:hover,
.box-pagination .pagination>li>span:focus,
.box-pagination .pagination>li>span:hover {
  background-color: #06507d;
  border: 1px solid #06507d;
	color: #fff;
}
/*---------------------------------------- Block Contact */
.block-contact-page{
	background-color: #fff;
  font-family: 'Open Sans', sans-serif;
	margin-bottom: 1.875rem;
}
.block-contact-page .embed-map{
	border: 5px solid #f7f7f7;
  margin-bottom: 2rem;
}
.block-contact-page h2{
	margin-bottom: 1.5625rem;
	font-size: 1.125rem;
	color: #444;
	font-weight: 700;
	text-transform: uppercase;
}
.block-contact-page ul{
	list-style: none;
	margin-bottom: 0.9375rem;
	padding-left: 1.25rem;
}
.block-contact-page ul li{
	margin-bottom: 0.9375rem;
	font-size: 0.8125rem;
}
.block-contact-page ul li span{
	display: block;
	margin-bottom: 0.625rem;
	font-size: 0.8125rem;
	font-weight: 700;
	color: #444;
}
.block-contact-page .form-control, .block-contact-page textarea.form-control{
	background-color: #fff;
	border: 1px solid #ebebeb;
	height: 40px;
	border-radius: 2px;
	padding: 0 10px;
	color: #999;
}
.block-contact-page textarea.form-control{
	height: 80px;
	padding: 0.625rem;
}
.block-contact-page .form-control, .block-contact-page .form-control:focus, .block-contact-page .form-control:hover{
	outline-color: transparent;
	-webkit-box-shadow: inset 0 0px 0px transparent;
	box-shadow: inset 0 0px 0px transparent;
  font-size: 0.875rem;
}
.block-contact-page .submit-contact{
	border: 0;
	padding: 0.625rem 1.6875rem 0.625rem 1.125rem;
	color: #fff;
	font-size: 0.875rem;
	font-weight: bold;
	text-transform: uppercase;
	border-radius: 2px;
	background-color: #358952;
	margin: 0;
	transition: all 0.5s ease;
}
.block-contact-page .submit-contact:hover{
	background-color: #06507d;
}
/*------------------------------------ Box Cart */
.box-your-cart{
  margin: 2rem 0px;
}
.box-your-cart h2.title{
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 3.375rem;
}
.your-cart-list table{
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 1.625rem;
  font-family: 'Open Sans', sans-serif;
}
.your-cart-list th {
  font-weight: 400;
  padding: 1.625rem 0;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}
.your-cart-list tbody{border-top: 1px solid #212529}
.your-cart-list td{font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";}
.your-cart-list td{padding: 1.375rem 0;}
.your-cart-list td.cart-image{width: 130px;}
.your-cart-list td.cart-image a{padding-right: 2.125rem; display: block;}
.your-cart-list td.cart-image img{max-height: 95px;}
.your-cart-list td.cart-meta{max-width: 300px; padding-right: 15px;}
.your-cart-list td.cart-meta h3{min-width: 100px; font-size: 1rem; font-weight: 400;}
.your-cart-list td.cart-meta h3 a{color: #3d4246; transition: all 0.5s ease;}
.your-cart-list td.cart-meta h3 a:hover{color: #007bff; text-decoration: none;}
.your-cart-list td.cart-meta .remove-item .btn{border-radius: 0px; font-family: 'Open Sans', sans-serif; font-weight: 700;}
.your-cart-list td.cart-meta .remove-item .btn-success{background-color: #28a745;border-color: #28a745; transition: all 0.5s ease;}
.your-cart-list td.cart-meta .remove-item .btn-success:hover{background-color: #358952;border-color: #358952;}
.your-cart-list td.cart-total, .your-cart-list td.cart-price{font-size: 0.875rem;}
.your-cart-list td.cart-total{text-align: right;}
.your-cart-list td.cart-quality{width: 125px;}
.your-cart-list td.cart-quality .input-group>.form-control{width: 0; text-align: center;}
.your-cart-list td.cart-quality .btn{border-radius: 0px;}
.your-cart-list td.cart-quality .btn-dark{background: #fff; border-color: #ced4da; color: #212529; transition: all 0.5s ease;}
.your-cart-list td.cart-quality .btn-dark:hover{background: #007bff; border-color: #007bff; color: #fff;}
.box-cart-mobile .cart-quality{display: none;}
.your-cart-list td.cart-price .mobile-price{display: none;}
.your-cart-list td.cart-price .cart-total{display: none;}
.your-cart-list .your-cart-list-footer{padding-top: 0.125rem;}
.your-cart-list-footer .total-price-footer{text-align: right;padding-bottom:10px;font-size:25px;}
.your-cart-list-footer .total-price-footer span:nth-child(1){font-size: 1rem;}
.your-cart-list-footer .total-price-footer span:nth-child(2){padding-left: 3.375rem;min-width: 150px;display: inline-block;}
.your-cart-list-footer .total-price-footer p{font-style: italic;font-size: 12.5px;padding: 1.125rem 0 1.25rem;}
.your-cart-list-footer .group-button-cart{text-align: right;}
.your-cart-list-footer .group-button-cart .btn{
  display: inline-block;
  margin-right: 0.625rem;
  border-radius: 0px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1rem;
}
.your-cart-list-footer .group-button-cart .btn:last-child{margin-right: 0px;}
.your-cart-list-footer .group-button-cart .btn-warning{
  background: #358952;
  border-color: #358952;
  color: #fff;
  transition: all .5s ease;
}
.your-cart-list-footer .group-button-cart .btn-warning:hover{
  background: #007bff;
  border-color: #007bff;
}
/*------------------------------------ Box Checkout */
.block-totalcart{

}
.block-totalcart h3.title{
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	border-bottom: 2px solid #dddddd;
  padding: 0.685rem 0px;
  text-transform: uppercase;
  font-size: 1rem;
	margin-bottom: 0px;
}
.block-totalcart table{
	font-size: 1.1rem;
	margin-bottom: 1.25em;
	width: 100%;
	font-family: 'Open Sans', sans-serif;
}
.block-totalcart .cart-subtotal td, .block-totalcart  .shipping td{
  text-align: right;
}
.block-totalcart table th {
  text-align: left;
	font-weight: 700;
	color: #777;
}
.block-totalcart table tr th, .block-totalcart table tr td{
	padding: 0.675rem 0em;
	font-size: 0.875rem;
}
.block-totalcart .shipping ul{
	list-style: none;
  padding-left: 0px;
}
.block-totalcart .shipping ul li label{
	font-weight: 400;
}
.block-totalcart .shipping{
	border-top: 1px solid #DDD;
}
.block-totalcart .order-total{
	border-bottom: 3px solid #DDD;
  border-top: 1px solid #DDD;
}
.block-totalcart .order-total td{
	text-align: right;
}
.block-totalcart .btn{
	border-radius: 0px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 0.875rem;
	margin-bottom: 10px;
}
.box-checkout{
  margin: 2rem 0px;
}
.box-checkout h2{
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 3.375rem;
}
.box-checkout .block-totalcart{
	border: 3px solid #358952;
	padding: 10px 25px;
}
.box-checkout .block-totalcart h3.title{
	position: relative;
	color: #358952;
	border-bottom: none;
  padding: 0.5rem 0px 0.5rem 1.5rem;
	font-size: 1rem;
}
.box-checkout .block-totalcart h3.title::before{
	content: '\f078';
	position: absolute;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
	left: 0px;
	font-size: 1rem;
	top: 8px;
}
.box-checkout .block-totalcart table thead{
	border-bottom: 3px solid #DDD;
	text-transform: uppercase;
	color: #555555;
}
.box-checkout .block-totalcart .product-total{
	text-align: right;
}
.box-checkout .block-totalcart .cart-item-checkout td{
  text-align: right;
}
.box-checkout .block-totalcart .cart-item-checkout td.name-product-checkout{
	text-align: left;
}
.box-checkout .block-totalcart .cart-item-checkout{
	border-bottom: 1px dotted #DDD;
}
.box-checkout .block-totalcart .cart-item-checkout:last-child{
	border-bottom: 1px solid #DDD;
}
.box-checkout .box-payment ul{
	list-style: none;
	padding-left: 0px;
}
.box-checkout .box-payment ul li{
	margin: 15px 0px;
	border-bottom: 1px solid #eee;
	padding-bottom: 15px;
}
.box-checkout .box-payment{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}
.box-checkout .box-payment input[type="radio"]{
	margin: 0 0 1rem 0;
}
.box-checkout .box-payment label{
	padding-left: 10px;
	font-weight: 400;
}
.box-checkout .box-payment .block-content{
	color: #555;
}
.box-checkout .checkout-warpper h3.title{
	position: relative;
  color: #358952;
  border-bottom: none;
  padding-left: 25px;
  font-size: 1rem;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	padding: 0.5rem 0px 0.5rem 1.5rem;
	text-transform: uppercase;
	margin-bottom: 0px;
}
.box-checkout .checkout-warpper h3.title::before{
  content: '\f078';
	position: absolute;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  left: 0px;
  font-size: 1rem;
  top: 8px;
}
.box-checkout .checkout-warpper{
	font-family: 'Open Sans', sans-serif;
}
.box-checkout .checkout-warpper .form-control{
	border-radius: 0px;
}
.report-authe .icon-order-success{
	float: left;
	width: 15%;
}
.report-authe .order-success-text{
	float: left;
	width: 85%;
}
.report-authe .order-success-text h3{
	margin: 5px 0px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 1rem;
}
.detail-order{
	margin: 15px 0px 25px;
}
.detail-order h3{
	margin: 1rem 0px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 0.875rem;
}
.detail-order p{
  margin-bottom: 0px;
}
/*------------------------------------ Box Navigation Footer */
.box-navigation-footer{display: none;}
/*------------------------------------ Monitor Ipad Landspace */
@media(max-width: 1024px){
  .box-product-section-bottom .rows-product-section-content ul li .block-content{
    width: 62%;
  }
  .header-bottom .first-menu{width: 222px;}
  body.homepage .header-bottom .wsmenu>.wsmenu-list>li.first-menu>ul.sub-menu{height: 257px;}
}
@media only screen and (max-width: 991px){
	body.homepage .header-bottom .wsmenu>.wsmenu-list>li.first-menu>ul.sub-menu{
		height: calc(100vh - 51px);
	}
	.box-header{
		z-index: 10000;
	}
  .box-header .header-middle{
    display: none;
  }
  .header-bottom .first-menu::before{
    background: #ff8605;
  }
  .header-bottom .wsmenu>.wsmenu-list>li.first-menu:hover>a {
    color: #ff8605;
  }
  .header-bottom .wsmenu>.wsmenu-list>li.first-menu>.wsmenu-click:first-child{
    display: none;
  }
  #first-menu{
    padding-left: 50px;
  }
  .header-bottom .wsmenu > .wsmenu-list > li.first-menu:hover > ul.sub-menu {
    opacity: 1;
    visibility: visible;
    transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
  }
  .header-bottom .wsmenu>.wsmenu-list>li.first-menu>ul.sub-menu>li>a>.fa{
    position: absolute;
    width: 40px;
    height: 40px;
    z-index: 4;
    right: 0px;
    top: 0px;
    margin: 0px;
    font-size: 1rem;
    text-align: center;
    padding: 12px 8px;
    display: block;
  }
  .header-bottom .wsmenu>.wsmenu-list>li.first-menu>ul.sub-menu>li>a>.fa.active::before{
    content: '\f107';
  }
  .header-bottom .wsmenu>.wsmenu-list>li.first-menu>ul.sub-menu>li>.wsmegamenu{
    position: relative;
    top: 0px;
  }
  .header-bottom .wsmenu>.wsmenu-list>li.first-menu>ul.sub-menu>li>.wsmegamenu.halfmenu{
    display: block;
    left: 0px;
    min-height: auto;
    /* transform: rotateX(75deg);
    -o-transform: rotateX(75deg);
    -moz-transform: rotateX(75deg);
    -webkit-transform: rotateX(75deg);
    visibility: hidden;
    opacity: 0;
    -o-transition: -o-transform 0.5s, opacity 0.5s;
    -ms-transition: -ms-transform 0.5s, opacity 0.5s;
    -moz-transition: -moz-transform 0.5s, opacity 0.5s;
    -webkit-transition: -webkit-transform 0.5s, opacity 0.5s; */
  }
  /* .header-bottom .wsmenu>.wsmenu-list>li.first-menu>ul.sub-menu>li>.wsmegamenu.halfmenu.open{
    display: block !important;
    opacity: 1;
    visibility: visible;
    transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
  } */
  .header-bottom .wsmenu>.wsmenu-list>li.first-menu>ul.sub-menu>li>.wsmegamenu.halfmenu ul{
    -webkit-column-count: 1;
    -moz-column-count: 1;
    -o-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0px;
    -moz-column-gap: 0px;
    -o-column-gap: 0px;
    column-gap: 0px;
  }
  .header-bottom .wsmenu>.wsmenu-list>li.first-menu>ul.sub-menu>li>.wsmegamenu.halfmenu{
    min-height: auto;
  }
}
/*------------------------------------ Monitor Ipad Portrial */
@media (max-width: 780px){
  header{
    margin-top: 3.5rem;
  }
  .product-item .block-content .block-toolist .block-price{
    font-size: 0.75rem;
  }
  .box-categories-products .block-header-title{
    border-bottom: none;
    padding-bottom: 0px;
  }
  .box-best-reviews-products .block-header-title h2, .box-categories-products .block-header-title h2{
    font-size: 1rem;
  }
  .box-categories-products .block-header-title h2{
    padding-bottom: 8px;
  }
  .box-categories-products .block-header-title h2::before{
    bottom: 0px;
  }
  .box-categories-products .block-header-title ul{
    font-size: 0.75rem;
    float: none;
    border: 1px solid #e9e9e9;
    border-top-width: 2px;
    padding: 10px;
    margin-right: 0px;
  }
  .box-categories-products .rows-categories-products .slick-prev{
    right: 49px;
  }
  .box-categories-products .rows-categories-products .slick-next{
    right: 20px;
  }
  .box-newsletter .newsletter-label h3{
    font-size: 1rem;
  }
  .box-newsletter .newsletter-content{
    width: 60%;
  }
  .box-newsletter .newsletter-social{
    width: 45%;
  }
}
@media only screen and (max-width: 600px) {
	div.fcta-zalo-mess {
		bottom: 87px !important;
	}
	.fcta-zalo-vi-tri-nut{
		bottom: 80px !important;
	}
	.ctrlq.fb-button {
		bottom: 75px !important;
		right: 20px;
	}
	.bubble-msg {
		display: none !important;
	}
}
/*------------------------------------ Monitor Mobile Landspace */
@media screen and (min-width: 576px) and (max-width: 767px){
  .container {
    max-width: 100%;
  }
}
/*------------------------------------ Monitor Mobile Portrial */
@media (max-width: 480px){
  .wsmobileheader .smllogo{
    margin-left: 0%;
  }
  .box-slider {
    margin: 1rem 0px 0.5rem;
  }
  .box-categories-products .block-header-title ul{
    padding: 10px 70px 10px 10px;
  }
  .box-newsletter{
    margin: 0px;
  }
  .box-newsletter .newsletter-content {
    width: 100%;
    margin: 0px auto 0.5rem;
  }
  .box-newsletter .newsletter-social {
    width: 45%;
  }

  .box-slider .stick-control .slick-arrow{
    width: 24px;
    height: 24px;
    font-size: 0.875rem;
  }
  .box-slider .slick-dots{
    display: none !important;
  }
  .cart-flex{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    border-bottom: 1px solid #ced4da;
  }
  .cart-flex-item{
    display: block;
    min-width: 0;
    -webkit-flex: 1 1 100%;
    -moz-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
  .your-cart-list td.cart-image{
    -webkit-flex: 0 0 85px;
    -moz-flex: 0 0 85px;
    -ms-flex: 0 0 85px;
    flex: 0 0 85px;
  }
  .your-cart-list td.cart-meta{
    -webkit-flex: 1 1 0%;
    -moz-flex: 1 1 0%;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
  }
  .your-cart-list td.cart-price{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0px 0px 1.5rem;
  }
  .box-cart-mobile .cart-quality .input-group>.form-control{width: 70px; text-align: center;}
  .box-cart-mobile .cart-quality .btn{border-radius: 0px;}
  .box-cart-mobile .cart-quality .btn-dark{background: #fff; border-color: #ced4da; color: #212529; transition: all 0.5s ease;}
  .box-cart-mobile .cart-quality .btn-dark:hover{background: #007bff; border-color: #007bff; color: #fff;}
  .your-cart-list td.cart-price span .price-number{font-size: 1.15rem;font-weight:700;}
  .your-cart-list td.cart-quality{display: none;}
  .your-cart-list td.cart-total{display: none;}
  .your-cart-list-footer .group-button-cart .btn{
    font-size: 0.6rem;
  }
  .box-cart-mobile .cart-quality{display: block;}
  .your-cart-list td.cart-price .mobile-price{display: block;}
  .your-cart-list td.cart-price .cart-total{display: block;}
  .your-cart-list td.cart-price .pc-price{display: none;}
  .your-cart-list tr.hidden-mobile{display: none;}
  .box-breadcrumb{
	margin-bottom: 0px;
  }
  .box-breadcrumb .block-title h3{font-size: 1rem;}
  /* Product Item */
  .rows-shops-cat .product-item{
	position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	border: none;
	border-bottom: 1px solid rgba(0,0,0,.125);
	padding: 0px;
	margin-bottom: 0.5rem;
	padding-bottom: 0.5rem;
  }
  .rows-shops-cat .product-item .block-images{
	flex: 0 0 auto;
    width: 120px;
  }
  .rows-shops-cat .product-item .block-images>a{
	height: 100%;
	display: block;
  }
  .rows-shops-cat .product-item .block-content{
	flex: 0 0 auto;
	width: calc(100% - 130px);
	margin-left: 10px;
  }
  .rows-shops-cat .product-item .block-content h3{
	font-size: 0.875rem;
    font-weight: 600;
	margin-bottom: 5px;
	line-height: 1.4;
	padding-top: 0px;
  }
  .rows-shops-cat .product-item .block-content h3>a{display: block;}
  .rows-shops-cat .product-item .block-content .block-toolist{
	-webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .rows-shops-cat .product-item .block-content .block-toolist .block-price{
	font-weight: 500;
	font-size: 1rem;
  }
  .rows-shops-cat .product-item .block-content .block-toolist .block-cart .btn{
	border-radius: 0.25rem;
    width: 24px;
    height: 24px;
    text-align: center;
    padding: 0px;
    font-size: 11px;
	line-height: 1.8;
  }
  .rows-shops-cat .product-item .block-content .block-toolist .block-cart .btn-primary{
	background-color: #fd7e14;
	border-color: #fd7e14;
  }
  .rows-shops-cat .product-item .block-content .block-toolist .block-cart .btn-primary:hover{
	background-color: #ffc107;
	border-color: #ffc107;
  }
  .box-mini-cart-footer{
	display: none;
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: #fff;
	z-index: 9999;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
	box-shadow: -1px 0px 8px 0px rgba(34,41,47,.3);
  }
  body.shop .box-mini-cart-footer{
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .box-mini-cart-footer .mini-cart-info{
	flex: 0 0 auto;
	width: calc(100% - 130px);
	padding: 0.5rem;
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .box-mini-cart-footer .mini-cart-info .info-cart{
	flex: 0 0 auto;
	width: 40px;
	position: relative;
  }
  .box-mini-cart-footer .mini-cart-info .info-cart .fas{
	font-size: 1.25rem;
    text-align: center;
    display: block;
    color: #fd7e14;
  }
  .box-mini-cart-footer .mini-cart-info .info-cart .count-mini-cart-footer{
	position: absolute;
    top: -7px;
    left: calc(100% - 10px);
    background: #fd7e14;
    border-radius: 13px;
    color: #fff;
    font-size: 9px;
    min-width: 13px;
    height: 13px;
    text-align: center;
    line-height: 1.5;
    padding: 0px 3px;
  }
  .box-mini-cart-footer .mini-cart-info .info-total-money{
	flex: 1 0 0%;
    text-align: right;
    font-weight: 600;
    color: #fd7e14;
  }
  .box-mini-cart-footer .mini-cart-payment{
	flex: 0 0 auto;
	width: 130px;
  }
  .box-mini-cart-footer .mini-cart-payment .btn{
	display: block;
    border-radius: 0px;
    font-size: 0.875rem;
    font-weight: 600;
    height: 100%;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .box-mini-cart-footer .mini-cart-payment .btn-payment{
	background-color: #fd7e14;
    border-color: #fd7e14;
	color: #fff;
  }
  .box-warpper-cart .warpper-cart-content{
	margin-left: -15px;
	margin-right: -15px;
  }
  .box-warpper-cart .table-cart-custom .cart-item-pages .block-content .item-content--total-price .remove {
	position: absolute;
	z-index: 10;
	top: -5px;
	right: 10px;
	bottom: initial;
  }
  .box-warpper-cart .block-heading-title{
	position: relative;
  }
  .btn-prev-link{
	position: absolute;
    width: 25px;
    height: 25px;
    border-radius: 0.375rem;
    z-index: 2;
    top: -3px;
    left: 0px;
    text-align: center;
    line-height: 2.5;
    background: rgb(253 126 20);
    font-size: 10px;
    color: #fff;
  }
  .btn-prev-link:hover{
	background: #ffc107;
  }
  
  
  .box-navigation-footer{
	position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: #000;
    z-index: 9999;
    box-shadow: -1px 0px 8px 0px rgba(34,41,47,.3);
	padding: 0.5rem;
	display: block;
  }
  body.shop .box-navigation-footer{
	display: none;
  }
  .box-navigation-footer>ul{
	-webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	list-style: none;
	padding: 0px;
	margin: 0px;
  }
  .box-navigation-footer>ul>li{
	flex: 0 0 auto;
	text-align: center;
    width: 20%;
    padding: 0;
    margin: 0;
  }
  .box-navigation-footer>ul>li>a{
	color: #fff;
  }
  .box-navigation-footer>ul>li>a>i{
	font-size: 25px;
    display: block;
    margin: 0px 0px 0.25rem;
    height: 30px;
  }
  .box-navigation-footer>ul>li>a>svg{
	width: 30px;
    height: 30px;
    margin-bottom: 0.25rem;
    transform: translateY(-2px);
  }
  .box-navigation-footer>ul>li>a>svg+span, 
  .box-navigation-footer>ul>li>a>i+span{
	line-height: 15px;
	display: block;
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
  }
  .box-categories-products .block-images img{
	display: block;
    width: 100%;
    object-fit: cover;
  }
  .box-best-reviews-products .rows-best-reviews-products, .box-categories-products .rows-categories-products{
	margin: 1rem 0px;
  }
}
/*------------------------------------ Monitor Mobile Portrial */
@media (max-width: 375px){
  .wsmobileheader .smllogo {
    margin-left: 10%;
  }

  .product-item .block-content h3 {
    overflow: unset;
  }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}