@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900&display=swap');
/* CSS Document
Richya Bootstrap 4 CSS
Author: Pham Loc
Date Create: 6/1/2020
*/
/* font-family: 'Roboto', sans-serif; */
/*------------------------------------ Setup */
*{font-family: 'Roboto', sans-serif;}
a {color:#272727;text-decoration: none; outline: none; -moz-transition: all 0.2s ease-in-out;-o-transition: all 0.2s ease-in-out;-webkit-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;}
a:hover,a:focus{color:#000000;text-decoration: none; outline: none;}
a:active { outline: none; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {font-family: 'Roboto', sans-serif;color:#272727;line-height: 1.1; }
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover{color:#000000;}
a{transition: opacity 150ms linear, color 150ms linear, background 150ms linear;}
svg:not(:root) {
  overflow: hidden;
}
@-webkit-keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}
@media (min-width: 1200px) {
  .container {max-width: 1200px;}
}
@media (min-width: 1375px) {
  .container {max-width: 1300px;}
}
@media (min-width: 1200px) {
  .col-xl-20{
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 1200px) {
  .col-xl-20{
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 992px){
  .col-lg-20{
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .footer-item .payment a:nth-child(3n+1) {
    clear: left;
  }
}
/*------------------------------------ Box Header */
.block-header--minicart{
  float: right;
  padding: 15px 0px;
}
.block-header--minicart .minicart a{
  display: inline-block;
  padding-left: 15px;
}
.block-header--minicart .minicart svg{
  width: 16px;
  height: 16px;
  fill: #272727;
}
.block-header--minicart .minicart .count{
  position: relative;
  top: -5px;
  font-size: 10px;
  text-align: center;
}
.box-header{

}
.box-header .box-header-top{
  height: 40px;
  line-height: 40px;
  border-bottom: solid 1px #ebebeb;
}
.box-header-top .block-header-top--address, .box-header-top .block-header-top--welcome{
  font-size: 13px;
  line-height: 40px;
  color: #0197E4;
  display: inline-block;
}
.box-header-top .block-header-top--address{
  font-family: "Roboto",sans-serif;
  color: #555;
}
.box-header-top .block-header-top--address .fas{
  padding-right: 5px;
  color: #0197E4;
}
.box-header-top .block-header-top--welcome{
  font-weight: 700;
  margin-left: 40px;
  text-transform: uppercase;
}
.box-header .box-header-middle{

}
.box-header-middle .block-header-middle--logo,
.box-header-middle .block-header-middle--menumain{
  height: 105px;
  line-height: 105px;
}
.box-header-middle .block-header-middle--phone{
  height: 105px;
  display: flex;
  align-items: center;
  text-align: right;
}
.box-header-middle .block-header-middle--phone>div{
  display: block;
  padding-left: 55px;
  line-height: 20px;
  position: relative;
  text-align: left;
}
.box-header-middle .block-header-middle--phone>div::before{
  content: "";
  background-image: url(../images/phone_main_menu.png);
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top left;
  position: absolute;
  top: 5px;
  left: 15px;
}
.box-header-middle .block-header-middle--phone span{
  color: #555;
  font-size: 13px;
  font-weight: 700;
}
.box-header-middle .block-header-middle--phone a{
  font-weight: 700;
  color: #0197E4;
  font-size: 16px;
}
.box-header .box-header-bottom{

}
.box-header-bottom .block-header-bottom--navmega{
  position: relative;
}
.block-header-bottom--navmega .navmega--title{
  padding: 0px 20px;
  position: relative;
  height: 40px;
  line-height: 40px;
  background: #0197E4;
  color: #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.block-header-bottom--navmega .navmega--title>h3{
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  line-height: 39px;
  padding-right: 30px;
  margin: 0px;
}
.block-header-bottom--navmega .navmega--title .fas{
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 20px;
}
.block-header-bottom--navmega .navmega-categories{
  position: absolute;
  top: 40px;
  left: 0px;
  right: 0px;
  z-index: 1000;
  display: none;
}
.block-header-bottom--navmega:hover .navmega-categories{
  display: block;
  -webkit-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s;
}
.block-header-bottom--navmega .navmega-categories .categories-sub{
  margin-left: 0px;
  padding-left: 0px;
  background: #ffffff;
  margin-bottom: 0px;
  border-top: 0px;
  position: relative;
  padding: 0px 0px;
  border-left: solid 2px #0197E4;
  border-right: solid 2px #0197E4;
  border-bottom: solid 2px #0197E4;
  list-style: none;
}
.block-header-bottom--navmega .navmega-categories .categories-sub>li{
  background: #fff;
}
.block-header-bottom--navmega .navmega-categories .categories-sub>li>a{
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  display: block;
  padding: 12px 35px 11px 35px;
  color: #555;
  position: relative;
  text-transform: capitalize;
  border-bottom: solid 1px #e5e6ec;
}
.block-header-bottom--navmega .navmega-categories .categories-sub>li>a::before{
  content: '\f105';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #6e6e6e;
  position: absolute;
  right: 10px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.block-header-bottom--navmega .navmega-categories .categories-sub>li>a.not-arrow::before{
  content: '';
  display: none;
}
.block-header-bottom--navmega .navmega-categories .categories-sub .categories-sub-sub{
  position: absolute;
  left: 268px;
  min-height: 458px;
  width: 877px;
  top: 10px;
  padding-left: 0px;
  margin-left: 0px;
  background: #fff;
  padding: 20px;
  display: none;
  box-shadow: 0px 3px 25px 0px rgba(31,38,67,0.1);
  -o-box-shadow: 0px 3px 25px 0px rgba(31,38,67,0.1);
  -moz-box-shadow: 0px 3px 25px 0px rgba(31,38,67,0.1);
  -webkit-box-shadow: 0px 3px 25px 0px rgba(31,38,67,0.1);
}
.block-header-bottom--navmega .navmega-categories .categories-sub>li:hover .categories-sub-sub{
  display: block;
  -webkit-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s;
}
.block-header-bottom--navmega .navmega-categories .categories-sub .categories-sub-sub ul{
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
}
.block-header-bottom--navmega .navmega-categories .categories-sub .categories-sub-sub ul .title{
  font-weight: 700;
  font-size: 13px;
  line-height: 22px;
  display: block;
  padding: 12px 15px 12px 15px;
  color: #555;
  position: relative;
  text-transform: initial;
  border-bottom: none;
}
.block-header-bottom--navmega .navmega-categories .categories-sub .categories-sub-sub ul li a{
  font-weight: 300;
  font-size: 13px;
  line-height: 22px;
  display: block;
  padding: 3px 15px 3px 15px;
  color: #555;
  position: relative;
  text-transform: initial;
  border-bottom: none;
}
.box-header-bottom .block-header-bottom--searchbox{
  position: relative;
}
.block-header-bottom--searchbox .input-group-prepend,
.wssearch .input-group-prepend{
  min-width: 180px;
  max-width: 180px;
}
.block-header-bottom--searchbox .input-group-prepend .btn,
.wssearch .input-group-prepend .btn{
  text-align: left;
  padding: 0px 32px 0px 20px;
  font-size: 13px;
  font-weight: 300;
  display: inline-block;
  margin: 0px;
  line-height: 40px;
  height: 40px;
  overflow: hidden;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.block-header-bottom--searchbox .input-group-prepend .btn-light,
.wssearch .input-group-prepend .btn-light{
  border: solid 1px #ebebeb;
  color: #898989;
  background: #fff;
}
.block-header-bottom--searchbox .input-group-prepend .dropdown-toggle::after,
.wssearch .input-group-prepend .dropdown-toggle::after{
  position: absolute;
  top: 45%;
  right: 15px;
}
.block-header-bottom--searchbox .form-control,
.wssearch .form-control{
  border: solid 1px #e5e6ec;
  font-size: 13px;
}
.block-header-bottom--searchbox .form-control:focus,
.wssearch .form-control:focus{
  box-shadow: 0 0 0 0 transparent;
}
.block-header-bottom--searchbox .btn-custom,
.wssearch .btn-custom{
  font-size: 14px;
  height: 40px;
  width: 75px;
  text-transform: uppercase;
  border-radius: 0px 4px 4px 0px;
}
.block-header-bottom--searchbox .btn-success,
.wssearch .btn-success{
  background: #0197E4;
  color: #fff;
}
.block-header-bottom--searchbox .dropdown-menu,
.wssearch .dropdown-menu{
  max-height: 400px;
  min-width: calc(11rem + 4px);
  overflow-y: auto;
  padding: 0px;
}
.block-header-bottom--searchbox .dropdown-menu::-webkit-scrollbar-track,
.wssearch .dropdown-menu::-webkit-scrollbar-track{border-radius:10px;background-color:#e1e1e1;width:5px}
.block-header-bottom--searchbox .dropdown-menu::-webkit-scrollbar,
.wssearch .dropdown-menu::-webkit-scrollbar{width:5px;background-color:#ebebeb}
.block-header-bottom--searchbox .dropdown-menu::-webkit-scrollbar-thumb,
.wssearch .dropdown-menu::-webkit-scrollbar-thumb{border-radius:10px;background-color:#acacac;width:5px}
.block-header-bottom--searchbox .dropdown-item,
.wssearch .dropdown-item{
  padding: 0 20px;
  font-size: 14px;
  line-height: 30px;
}
.block-header-bottom--searchbox .dropdown-item:focus,
.block-header-bottom--searchbox .dropdown-item:hover,
.block-header-bottom--searchbox .dropdown-item.active,
.block-header-bottom--searchbox .dropdown-item:active,
.wssearch .dropdown-item:focus,
.wssearch .dropdown-item:hover,
.wssearch .dropdown-item.active,
.wssearch .dropdown-item:active{
  color: #fff;
  background-color: #0197E4;
}
.box-header-bottom .block-header-bottom--cart{
  position: relative;
  width: 150px;
  display: inline-block;
  height: 56px;
  margin-left: 15px;
}
.block-header-bottom--cart .block-minicart{
  position: relative;
}
.block-header-bottom--cart .block-minicart>a{
  line-height: 40px;
  height: 40px;
  font-family: "Roboto",sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #0197E4;
  width: 150px;
  border-radius: 3px;
  border: solid 2px #0197E4;
  display: -webkit-flex;
  -webkit-align-items: center;
  display: -ms-flexbox;
  justify-content: center;
}
.block-header-bottom--cart .block-minicart svg{
  width: 20px;
  height: 20px;
  fill: #0197E4;
  position: relative;
  top: -2px;
  left: -5px;
}
.block-header-bottom--cart .block-minicart .block-content-minicart{
  display: none;
  position: absolute;
  width: 300px;
  max-height: 582px;
  background: #fff;
  border: solid 1px #ebebeb;
  border-bottom: 0px;
  top: 56px;
  right: 0px;
  margin: 0;
  padding: 0;
  box-shadow: 0px 3px 25px 0px rgba(31,38,67,0.1);
  -o-box-shadow: 0px 3px 25px 0px rgba(31,38,67,0.1);
  -moz-box-shadow: 0px 3px 25px 0px rgba(31,38,67,0.1);
  -webkit-box-shadow: 0px 3px 25px 0px rgba(31,38,67,0.1);
  z-index: 10000;
}
.block-header-bottom--cart:hover .block-minicart .block-content-minicart{
  display: block;
  -webkit-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s;
}
.block-header-bottom--cart .block-minicart .block-content-minicart>ul{
  max-height: 260px;
  overflow-y: auto;
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.block-header-bottom--cart .block-minicart .block-content-minicart>ul li{
  overflow: hidden;
  padding: 0px 15px;
  position: relative;
}
.block-header-bottom--cart .block-minicart .block-content-minicart>ul li .mini-cart-items{
  padding: 10px 20px 10px 0px;
  border-bottom: solid 1px #ebebeb;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.block-header-bottom--cart .block-minicart .block-content-minicart>ul li .mini-cart-items .block-images{
  -ms-flex: 0 0 28%;
  flex: 0 0 28%;
  max-width: 28%;
  position: relative;
  margin-right: 15px;
  border: solid 1px #ebebeb;
  padding: 5px;
}
.block-header-bottom--cart .block-minicart .block-content-minicart>ul li .mini-cart-items .block-content{
  -ms-flex: 0 0 65%;
  flex: 0 0 65%;
  max-width: 65%;
}
.block-header-bottom--cart .block-minicart .block-content-minicart>ul li .mini-cart-items .block-content h3{
  margin: 0 0 5px 0px;
  font-weight: 400;
  width: 160px;
  font-size: 14px;
  line-height: 20px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.block-header-bottom--cart .block-minicart .block-content-minicart>ul li .mini-cart-items .block-content h3 a{color: #555;}
.block-header-bottom--cart .block-minicart .block-content-minicart>ul li .mini-cart-items .block-content h3 a:hover{color: #0197E4;}
.block-header-bottom--cart .block-minicart .block-content-minicart>ul li .mini-cart-items .block-content .remove-item{
  position: absolute;
  right: 10px;
  font-size: 13px;
  color: #333;
  text-align: center;
  padding: 0px;
  width: 20px;
  height: 20px;
  line-height: 20px;
}
.block-header-bottom--cart .block-minicart .block-content-minicart>ul li .mini-cart-items .block-content .pirce{
  font-size: 14px;
  font-weight: 700;
  color: #0197E4;
}
.block-header-bottom--cart .block-minicart .block-content-minicart>ul li .mini-cart-items .block-content .input-group{
  width: 50%;
}
.block-header-bottom--cart .block-minicart .block-content-minicart>ul li .mini-cart-items .block-content .btn{
  font-size: 14px;
  padding: 0px;
  width: 25px;
  height: 25px;
  border-radius: 0px;
}
.block-header-bottom--cart .block-minicart .block-content-minicart>ul li .mini-cart-items .block-content .btn-default{
  background: #fff;
  border: 1px solid #ced4da;
}
.block-header-bottom--cart .block-minicart .block-content-minicart>ul li .mini-cart-items .block-content .form-control{
  padding: 0px 5px;
  font-size: 14px;
  border-left: none;
  border-right: none;
}
.block-header-bottom--cart .block-minicart .block-content-minicart>ul li .mini-cart-items .block-content .btn:focus,
.block-header-bottom--cart .block-minicart .block-content-minicart>ul li .mini-cart-items .block-content .form-control:focus{
  box-shadow: 0 0 0 0 transparent;
}
.block-header-bottom--cart .block-minicart .block-content-minicart .panel-total{
  padding: 10px 15px 0px;
  margin-top: 10px;
}
.block-header-bottom--cart .block-minicart .block-content-minicart .panel-total ul{
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
}
.block-header-bottom--cart .block-minicart .block-content-minicart .panel-total ul li{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.block-header-bottom--cart .block-minicart .block-content-minicart .panel-total .panel-total--label,
.block-header-bottom--cart .block-minicart .block-content-minicart .panel-total .panel-total--content{
  font-size: 14px;
}
.block-header-bottom--cart .block-minicart .block-content-minicart .panel-total .panel-total--content{
  margin-left: auto;
  text-align: right;
  font-weight: 700;
  color: #0197E4;
}
.block-header-bottom--cart .block-minicart .block-content-minicart .redirect-checkout{
  padding: 0px 15px 15px;
  line-height: 50px;
  margin: 20px 0px 0px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.block-header-bottom--cart .block-minicart .block-content-minicart .redirect-checkout .btn{
  -ms-flex: 0 0 49%;
  flex: 0 0 49%;
  max-width: 49%;
  font-size: 14px;
  height: 38px;
  border-radius: 5px;
  padding: 0px;
  line-height: 38px;
  font-weight: 400;
}
.block-header-bottom--cart .block-minicart .block-content-minicart .redirect-checkout .btn-cart{
  background: #7f7f7f;
  border: solid 1px #7f7f7f;
  color: #fff;
}
.block-header-bottom--cart .block-minicart .block-content-minicart .redirect-checkout .btn-checkout{
  background: #0197E4;
  border: solid 1px #0197E4;
  color: #fff;
  margin-left: 5px;
}
.block-header-bottom--cart .block-minicart .block-content-minicart .redirect-checkout .btn-cart:hover,
.block-header-bottom--cart .block-minicart .block-content-minicart .redirect-checkout .btn-checkout:hover{
  color: #0197E4;
  background: #fff;
  border-color: #0197E4;
}
/*------------------------------------ Box Slider */
.box-slider .carousel-control-prev{
  right: 80px;
  left: auto;
}
.box-slider .carousel-control-prev::after{
  content: '';
  width: 1px;
  height: 40px;
  -webkit-transform: translateX(29px);
  -ms-transform: translateX(29px);
  transform: translateX(29px);
  background-color: #e0e0e0;
}
.box-slider .carousel-control-next{
  right: 0px;
}
.box-slider .carousel-control-next, .box-slider .carousel-control-prev{
  top: auto;
  bottom: 0px;
  opacity: 1;
  width: 80px;
  height: 80px;
  line-height: 80px;
  background-color: #f6f4f3;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.box-slider .carousel-control-next:hover,
.box-slider .carousel-control-prev:hover{
  opacity: 1;
  background: rgb(255,255,255,0.5);
}
.box-slider .carousel-control-prev-icon {
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMS4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDQ3Ny4xNzUgNDc3LjE3NSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDc3LjE3NSA0NzcuMTc1OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjUxMnB4IiBoZWlnaHQ9IjUxMnB4Ij4KPGc+Cgk8cGF0aCBkPSJNMTQ1LjE4OCwyMzguNTc1bDIxNS41LTIxNS41YzUuMy01LjMsNS4zLTEzLjgsMC0xOS4xcy0xMy44LTUuMy0xOS4xLDBsLTIyNS4xLDIyNS4xYy01LjMsNS4zLTUuMywxMy44LDAsMTkuMWwyMjUuMSwyMjUgICBjMi42LDIuNiw2LjEsNCw5LjUsNHM2LjktMS4zLDkuNS00YzUuMy01LjMsNS4zLTEzLjgsMC0xOS4xTDE0NS4xODgsMjM4LjU3NXoiIGZpbGw9IiMwMDAwMDAiLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
}
.box-slider .carousel-control-next-icon {
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMS4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDQ3Ny4xNzUgNDc3LjE3NSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDc3LjE3NSA0NzcuMTc1OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjUxMnB4IiBoZWlnaHQ9IjUxMnB4Ij4KPGc+Cgk8cGF0aCBkPSJNMzYwLjczMSwyMjkuMDc1bC0yMjUuMS0yMjUuMWMtNS4zLTUuMy0xMy44LTUuMy0xOS4xLDBzLTUuMywxMy44LDAsMTkuMWwyMTUuNSwyMTUuNWwtMjE1LjUsMjE1LjUgICBjLTUuMyw1LjMtNS4zLDEzLjgsMCwxOS4xYzIuNiwyLjYsNi4xLDQsOS41LDRjMy40LDAsNi45LTEuMyw5LjUtNGwyMjUuMS0yMjUuMUMzNjUuOTMxLDI0Mi44NzUsMzY1LjkzMSwyMzQuMjc1LDM2MC43MzEsMjI5LjA3NXogICAiIGZpbGw9IiMwMDAwMDAiLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
}
/*------------------------------------ Box Privacy */
.box-privacy{
  padding: 30px 0px;
  border-bottom: solid 1px #ebebeb;
}
.box-privacy .rows-privacy{
  margin: 0px -15px;
}
.box-privacy .slick-slide{
  padding: 0px 15px;
}
.privacy-item{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0px -5px;
}
.privacy-item .block-images{
  -ms-flex: 0 0 13%;
  flex: 0 0 13%;
  max-width: 13%;
}
.privacy-item .block-content{
  -ms-flex: 0 0 calc(87% - 10px);
  flex: 0 0 calc(87% - 10px);
  max-width: calc(87% - 10px);
  margin-left: 10px;
  border-right: solid 1px #ebebeb;
}
.box-privacy .slick-slide:last-child .privacy-item .block-content{
  border-right: none;
}
.privacy-item .block-content h3{
  font-size: 14px;
  font-weight: 700;
  color: #0197E4;
  margin: 0px;
}
.privacy-item .block-content p{
  font-size: 13px;
  color: #555;
  line-height: 20px;
  font-weight: 400;
  margin: 0px;
}
/*------------------------------------ Box Warpper Home */
.box-warpper-home{
  padding: 30px 0px 0px;
}
/*------------------------------------ Adside Product Choise Us */
.block-adside-product-choise-us{
  margin-bottom: 10px;
}
.block-adside-product-choise-us .block-header-title{
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: solid 2px #ebebeb;
}
.block-adside-product-choise-us .block-header-title h2{
  padding: 0px;
  margin: 0px;
  font-size: 18px;
  font-weight: 700;
}
.block-adside-product-choise-us .block-header-title .fas{
  color: #0197E4;
  font-size: 18px;
  margin-right: 5px;
  line-height: 24px;
}
.block-adside-product-choise-us .rows-post-home{
  margin: 0px -15px;
}
.block-adside-product-choise-us .slick-slide{
  padding: 0px 15px;
}
.block-adside-product-choise-us .slick-prev, .block-adside-product-choise-us .slick-next{
  width: 25px;
  height: 25px;
  top: -35px;
  border: solid 2px #ebebeb;
  background: transparent;
}
.block-adside-product-choise-us .slick-prev:before, .block-adside-product-choise-us .slick-next:before{
  font-size: 12px;
}
.block-adside-product-choise-us .slick-prev{
  right: 50px;
  left: auto;
}
.block-adside-product-choise-us .slick-next{
  right: 15px;
}
.block-adside-product-choise-us .slick-prev:hover, .block-adside-product-choise-us .slick-next:hover{
  border-color: #0197E4;
}
.block-adside-product-choise-us .slick-prev:hover:before, .block-adside-product-choise-us .slick-next:hover:before{
  color: #0197E4;
}
/*------------------------------------ Block Product Choise Us Item */
.product-choise-us--item{
  padding: 15px 0px;
  border-bottom: 1px solid #ebebeb;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.block-adside-product-choise-us .slick-slide>div:last-child .product-choise-us--item{
  border-bottom: none;
}
.product-choise-us--item .block-images{
  -ms-flex: 0 0 29%;
  flex: 0 0 29%;
  max-width: 29%;
}
.product-choise-us--item .block-content{
  -ms-flex: 0 0 71%;
  flex: 0 0 71%;
  max-width: 71%;
  padding-left: 10px;
}
.product-choise-us--item .block-content h3{
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 5px;
  line-height: 22px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.product-choise-us--item .block-content h3 a{color: #555;}
.product-choise-us--item .block-content h3 a:hover{color: #0197E4;}
.product-choise-us--item .block-content .panel-price span{
  line-height: 18px;
  display: inline-block;
}
.product-choise-us--item .block-content .panel-price .price-sale{
  font-size: 16px;
  font-family: 'Arial', sans-serif;
  color: #0197E4;
  font-weight: 700;
  margin-right: 10px;
}
.product-choise-us--item .block-content .panel-price .price{
  font-size: 13px;
  color: #acacac;
  font-family: 'Arial', sans-serif;
  line-height: 24px;
  font-weight: 300;
  text-decoration: line-through;
  margin-right: 10px;
}
/*------------------------------------ Box Adside Banner */
.block-adside-banner{
  margin-bottom: 15px;
}
.block-adside-banner a{
  position: relative;
  overflow: hidden;
  display: block;
}
.block-adside-banner a::before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.block-adside-banner a::after{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.block-adside-banner a:hover::before{
  right: 50%;
  left: 50%;
  width: 0;
  background: rgba(255,255,255,0.3);
}
.block-adside-banner a:hover:after{
  height: 0;
  top: 50%;
  bottom: 50%;
  background: rgba(255,255,255,0.3);
}
/*------------------------------------ Block Adside Testimonial */
.block-adside-testimonial{
  background-image: url(../images/background_reviews.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 5px;
  margin-bottom: 15px;
}
.block-adside-testimonial .slick-dots{
  bottom: 5px;
}
.block-adside-testimonial .slick-dots li{
  margin: 0px;
}
.testimonial--item{
  padding: 30px 15px 45px;
}
.testimonial--item .block-images{
  position: relative;
  z-index: 3;
  text-align: center;
}
.testimonial--item .block-images::before{
  content: "";
  width: 90px;
  height: 90px;
  border: 5px solid #fff;
  background-color: #0197E4;
  opacity: 0.2;
  border-radius: 50%;
  position: absolute;
  top: -5px;
  left: 0;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.testimonial--item .block-images img{
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.testimonial--item .block-content{
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  line-height: 20px;
  margin: 20px 0px;
  text-align: center;
  position: relative;
}
.testimonial--item .block-content::before{
  content: '';
  background: url(../images/daunhay_top.png) no-repeat center center;
  float: left;
  width: 16px;
  height: 11px;
  margin-right: 3px;
  margin-top: -3px;
}
.testimonial--item .block-content::after{
  content: '';
  background: url(../images/daunhay_bottom.png) no-repeat center center;
  float: right;
  width: 16px;
  height: 11px;
  margin-right: 3px;
  margin-top: -3px;
}
.testimonial--item .block-content p{
  margin-bottom: 0px;
}
.testimonial--item h3{
  text-align: center;
  margin: 0px;
  padding: 0px;
  font-weight: 700;
  color: #fff;
  font-size: 14px;
}
/*------------------------------------ Box Section Banner */
.box-section-banner{

}
.box-section-banner .row-5px{
  margin: 0px -5px;
}
.box-section-banner .col-5px{
  padding: 0px 5px;
}
.box-section-banner a{
  position: relative;
  overflow: hidden;
  display: block;
}
.box-section-banner a::before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.box-section-banner a::after{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.box-section-banner a:hover::before{
  right: 50%;
  left: 50%;
  width: 0;
  background: rgba(255,255,255,0.3);
}
.box-section-banner a:hover:after{
  height: 0;
  top: 50%;
  bottom: 50%;
  background: rgba(255,255,255,0.3);
}
/*------------------------------------ Block Product Item */
.product-item{

}
.product-item .block-images{
  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-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 280px;
  position: relative;
}
.product-item .block-images::before{
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: -1;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.product-item:hover .block-images::before{
  opacity: 0.6;
  z-index: 3;
}
.product-item .block-images .block-action-grid{
  width: 100%;
  position: absolute;
  z-index: 88;
  top: 25%;
  left: 0px;
  transform: translateY(-25%);
  -o-transform: translateY(-25%);
  -webkit-transform: translateY(-25%);
  -os-transform: translateY(-25%);
  -moz-transform: translateY(-25%);
  text-align: left;
  text-decoration: none;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  overflow: hidden;
}
.product-item:hover .block-images .block-action-grid{
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.product-item .block-images .block-action-grid a{
  width: 30px;
  height: 30px;
  box-shadow: none;
  border-radius: 0;
  outline: none;
  border-style: none;
  background-color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0px;
  line-height: 30px;
  text-align: center;
  padding: 0px;
  text-decoration: none;
  position: relative;
  margin-bottom: 5px;
  z-index: 2;
}
.product-item .block-images .block-action-grid a i{
  color: #fff;
  font-size: 12px;
  font-style: normal;
  line-height: 30px;
  width: 30px;
  background: #333;
  position: relative;
  z-index: 2;
  border-radius: 3px;
  transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
}
.product-item .block-images .block-action-grid a .toolstip{
  position: absolute;
  font-size: 12px;
  width: 30px;
  left: 0;
  z-index: -1;
  color: #fff;
  background: #0197E4;
  height: 30px;
  display: inline;
  line-height: 30px;
  text-align: center;
  border-radius: 3px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  text-transform: inherit;
  -webkit-transition-property: width;
  -webkit-transition-duration: 0.5s;
  transition-property: width;
  transition-duration: 0.5s;
  overflow: hidden;
}
.product-item .block-images .block-action-grid a:hover{
  background-color: #0197E4;
  border-color: #0197E4;
}
.product-item .block-images .block-action-grid a:hover i{
  color: #fff !important;
  background: #0197E4;
  transition-duration: 0.1s;
  -webkit-transition-duration: 0.1s;
}
.product-item .block-images .block-action-grid a:hover .toolstip{
  left: 30px;
  top: 50%;
  margin-top: -15px;
  margin-left: -2px;
  z-index: 999;
  width: 130px;
}
.product-item .block-content{
  margin: 15px 0px;
}
.product-item .block-content h3{
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 5px;
  line-height: 24px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.product-item .block-content h3 a{color: #555;}
.product-item .block-content h3 a:hover{color: #0197E4;}
.product-item .block-content .panel-price{
  position: relative;
}
.product-item .block-content .panel-price .price-sale{
  font-size: 16px;
  font-family: 'Arial', sans-serif;
  color: #0197E4;
  font-weight: 700;
  margin-right: 10px;
}
.product-item .block-content .panel-price .price{
  font-size: 13px;
  color: #acacac;
  font-family: 'Arial', sans-serif;
  line-height: 24px;
  font-weight: 300;
  text-decoration: line-through;
  margin-right: 10px;
  display: block;
}
.product-item .block-content .panel-price .sale-label{
  padding: 0px 5px;
  height: 20px;
  background: #f8c30c;
  color: #fff;
  line-height: 20px;
  text-align: center;
  position: absolute;
  display: inline-block;
  font-size: 11px;
  margin-left: 7px;
  top: 0;
  right: 0;
}
.product-item .block-content .panel-price .sale-label::before{
  content: "";
  position: absolute;
  left: -7px;
  top: 6px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.5px 7px 3.5px 0;
  border-color: transparent #f8c30c transparent transparent;
}
/*------------------------------------ Box Product Bestseller */
.box-product-featured{
  padding-top: 20px;
  padding-bottom: 10px;
}
.box-product-featured .block-header-title{
  margin-bottom: 10px;
  border-bottom: solid 2px #ebebeb;
}
.box-product-featured .block-header-title h2{
  padding: 0px;
  margin: 0px;
  font-size: 18px;
  font-weight: 700;
  /* float: left; */
  line-height: 46px;
}
.box-product-featured .block-header-title .fas{
  color: #0197E4;
  font-size: 18px;
  /* margin-right: 5px; */
  line-height: 24px;
}
.box-product-featured .block-header-title .nav-tabs{
  border-bottom: none;
}
.box-product-featured .block-header-title .nav-tabs .nav-link{
  border-radius: 0px;
  border: none;
  position: relative;
  font-size: 14px;
  padding: 0px;
  line-height: 46px;
}
.box-product-featured .block-header-title .nav-tabs .nav-item+.nav-item{
  margin-left: 15px;
}
.box-product-featured .block-header-title .nav-tabs .nav-link::before{
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0px;
  height: 2px;
  width: 100%;
  background: transparent;
}
.box-product-featured .block-header-title .nav-tabs .nav-item.show .nav-link,
.box-product-featured .block-header-title .nav-tabs .nav-link.active{
  color: #0197E4;
  background: transparent;
  border: none;
}
.box-product-featured .block-header-title .nav-tabs .nav-item.show .nav-link::before,
.box-product-featured .block-header-title .nav-tabs .nav-link.active::before{
  background: #0197E4;
}
/*------------------------------------ Box Post Home */
.box-post-home{
  padding-top: 20px;
  padding-bottom: 10px;
}
.box-post-home .block-header-title{
  margin-bottom: 10px;
  border-bottom: solid 2px #ebebeb;
}
.box-post-home .block-header-title h2{
  padding: 0px;
  margin: 0px;
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
}
.box-post-home .block-header-title .fas{
  color: #0197E4;
  font-size: 18px;
  margin-right: 5px;
  line-height: 24px;
}
.box-post-home .rows-post-home{
  margin: 0px -15px;
}
.box-post-home .slick-slide{
  padding: 0px 15px;
}
.box-post-home .slick-prev, .box-post-home .slick-next{
  width: 25px;
  height: 25px;
  top: -35px;
  border: solid 2px #ebebeb;
  background: transparent;
}
.box-post-home .slick-prev:before, .box-post-home .slick-next:before{
  font-size: 12px;
}
.box-post-home .slick-prev{
  right: 50px;
  left: auto;
}
.box-post-home .slick-next{
  right: 15px;
}
.box-post-home .slick-prev:hover, .box-post-home .slick-next:hover{
  border-color: #0197E4;
}
.box-post-home .slick-prev:hover:before, .box-post-home .slick-next:hover:before{
  color: #0197E4;
}
/*------------------------------------ Block Post Item */
.post-item{

}
.post-item .block-content{
  padding-top: 15px;
}
.post-item .block-content h3{
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.post-item .block-content h3 a{color: #555;}
.post-item .block-content h3 a:hover{color: #0197E4;}
.post-item .block-content .time-post{
  font-size: 13px;
  color: #acacac;
}
.post-item .block-content .time-post .far{
  color: #0197E4;
  padding-right: 5px;
}
.post-item .block-content p{
  margin: 10px 0;
  color: #acacac;
  font-size: 13px;
  font-weight: 400;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
/*------------------------------------ Box Brand Partner */
.box-brand-partner{
  padding: 20px 0px 30px;
}
.box-brand-partner .block-header-title{
  margin-bottom: 15px;
}
.box-brand-partner .block-header-title h2{
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #555555;
  margin: 0px;
  padding: 0px;
  position: relative;
}
.box-brand-partner .block-header-title h2::before{
  content: "";
  width: 100%;
  height: 1px;
  background: #ebebeb;
  top: 12px;
  left: 0;
  z-index: 1;
  position: absolute;
}
.box-brand-partner .block-header-title h2 span{
  padding: 0px 15px;
  background-color: #fff;
  position: relative;
  z-index: 2;
}
.box-brand-partner .rows-partner{
  margin: 0px -15px;
}
.box-brand-partner .slick-slide{
  padding: 0px 15px;
}
.box-brand-partner .slick-prev, .box-brand-partner .slick-next{
  width: 25px;
  height: 25px;
  top: -35px;
  margin: auto;
  top: 0px;
  bottom: 0px;
  border: solid 2px #ebebeb;
  background: transparent;
}
.box-brand-partner .slick-prev:before, .box-brand-partner .slick-next:before{
  font-size: 12px;
}
.box-brand-partner .slick-prev{
  left: 0px;
}
.box-brand-partner .slick-next{
  right: 0px;
}
.box-brand-partner .slick-prev:hover, .box-brand-partner .slick-next:hover{
  border-color: #0197E4;
}
.box-brand-partner .slick-prev:hover:before, .box-brand-partner .slick-next:hover:before{
  color: #0197E4;
}
/*------------------------------------ Box Footer */
.box-footer{
  background: #faf9f6;
  padding: 50px 0 35px 0;
}
.box-footer .footer-contact-address{
  margin-bottom: 15px;
}
.footer-contact-address img{
  display: block;
  margin-bottom: 25px;
}
.footer-contact-address ul{
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.footer-contact-address ul li{
  overflow: hidden;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  line-height: 30px;
}
.footer-contact-address ul li .footer-contact--icon{
  display: flex;
  width: 30px;
  height: 30px;
  font-size: 12px;
  border-radius: 50%;
  border: solid 2px #0197E4;
  color: #0197E4;
  line-height: 30px;
  margin-right: 10px;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.footer-contact-address ul li .footer-contact--content{
  display: block;
  width: calc(100% - 40px);
  font-size: 13px;
  line-height: 20px;
  color: #707070;
}
.box-footer .footer-item{
  margin-bottom: 15px;
}
.footer-item h4{
  font-family: 'Arial', sans-serif;
  text-transform: uppercase;
  margin: 0px 0 25px 0;
  font-size: 14px;
  color: #555;
  font-weight: 700;
}
.footer-item ul{
  list-style: none;
  padding-left: 0px;
  margin: 0px;
}
.footer-item ul li{
  line-height: 30px;
}
.footer-item ul li a{
  color: #707070;
  font-size: 13px;
  font-weight: 400;
  line-height: 36px;
  display: block;
}
.footer-item ul li a:hover{
  color: #0197E4;
}
.footer-item .payment{
  margin-bottom: 15px;
  margin-top: 10px;
}
.footer-item .payment a{
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
}
.box-copyright{
  background: #efede6;
}
.box-copyright .block-content{
  text-align: left;
  margin-bottom: 0;
  line-height: 21px;
  padding: 20px 0;
}
.box-copyright .block-content p{
  font-size: 14px;
  margin-bottom: 0px;
}
/*------------------------------------ Box Breadcrumb */
.box-breadcrumb{
  margin-bottom: 20px;
}
.box-breadcrumb nav{
  background: #fafafa;
}
.box-breadcrumb .breadcrumb{
  padding: 15px 0;
  margin-bottom: 0px;
  font-size: 13px;
  background: transparent;
}
.box-breadcrumb .breadcrumb-item.active {
  color: #777;
}
/*------------------------------------ Box Warpper Pages */
.box-warpper-pages{

}
.box-warpper-pages .warpper-content h1 {
  display: block;
  margin: 0 0 15px 0;
  padding: 0 15px 0px 0px;
  font-size: 18px;
  font-weight: 500;
}
.box-warpper-pages .warpper-content p{
  font-size: 14px;
}
.box-warpper-pages .warpper-content ul, .box-warpper-pages .warpper-content ol {
  margin-bottom: 15px;
  padding-left: 40px;
  font-size: 14px;
}
.box-warpper-pages .warpper-content ul {
  list-style-type: initial;
}
/*------------------------------------ Box Contact */
.box-contact{

}
.box-contact .warpper-map-contact{
  position: sticky;
  top: 15px;
}
.box-contact .warpper-content-contact{
  padding: 50px 15px 50px 50px;
}
.warpper-content-contact .block-header-title h2{
  font-size: 30px;
  font-weight: 700;
  margin: 0px 0;
}
.warpper-content-contact .block-header-title:after {
  content: "";
  display: block;
  width: 50px;
  height: 4px;
  margin-top: 20px;
  background: #272727;
  margin-bottom: 30px;
}
.warpper-content-contact .block-content{
  font-size: 14px;
}
.warpper-content-contact .block-content p{
  margin-bottom: 0px;
}
.warpper-content-contact .block-content ul{
  list-style: none;
  padding-left: 0px;
  margin-bottom: 10px;
}
.warpper-content-contact .block-content ul li{
  margin-bottom: 30px;
}
.warpper-content-contact .block-content .form-group{
  margin-bottom: 20px;
}
.warpper-content-contact .block-content .form-control{
  border: 1px solid #e7e7e7;
  box-shadow: none;
  height: 45px;
  font-weight: 500;
  padding: 0 20px;
  background: #fff;
  color: #272727;
  font-size: 14px;
  border-radius: 0px;
}
.warpper-content-contact .block-content textarea.form-control{
  height: auto;
  padding: 15px 20px;
}
.warpper-content-contact .block-content .btn{
  position: relative;
  padding: 10px 28px;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 12px;
  text-align: center;
  letter-spacing: 1px;
  overflow: hidden;
}
.warpper-content-contact .block-content .btn::before{
  position: absolute;
  content: '';
  display: block;
  left: -2px;
  top: 0;
  right: -2px;
  bottom: 0;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  z-index: -1;
  background-color: #000000;
  -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86),-webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.warpper-content-contact .block-content .btn:hover::before{
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.warpper-content-contact .block-content .btn-dark{
  color: #fff;
  background: transparent;
  border: 1px solid #000000;
  -webkit-transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86),border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86),border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.warpper-content-contact .block-content .btn-dark:hover{
  color: #252a2b;
}
/*------------------------------------ Sidebar Post Featured */
.block-sidebar-categories{

}
.block-sidebar-categories .block-header-title h2{
  margin: 0px;
  font-size: 18px;
  font-weight: 400;
  padding: 10px 15px;
  background: #f7f6f3;
  border: solid 1px #ebebeb;
  border-radius: 5px 5px 0px 0px;
}
.block-sidebar-categories .rows-categories{
  padding: 0px;
  border: solid 1px #ebebeb;
  border-top: none;
  border-radius: 0px 0px 5px 5px;
  margin: 0px 0px 20px;
}
.sidebar-post-featured{
  margin: 0 0 30px;
  position: relative;
}
.sidebar-post-featured .block-header-title h2{
  margin: 0px;
  font-size: 18px;
  font-weight: 400;
  padding: 10px 0px 0px;
}
.post-featured-item{
  padding: 15px 0;
  border-bottom: solid 1px #ebebeb;
}
.post-featured-item:last-child{
  border-bottom: none;
  padding-bottom: 0px;
}
.post-featured-item .block-images{
  width: 30%;
  float: left;
  position: relative;
}
.post-featured-item .block-content{
  width: 70%;
  float: left;
  padding-left: 10px;
}
.post-featured-item .block-content h3 {
  margin: 0 0 5px;
  font-size: 14px;
  font-weight: 400;
}
.post-featured-item .block-content small{
  font-size: 14px;
}
.post-featured-item .block-content small i{
  color: #0197E4;
  padding-right: 5px;
}
/*------------------------------------ Box Warpper Posts */
.box-warpper-posts .warpper-content{
  margin-bottom: 40px;
}
.box-warpper-posts .warpper-content h1 {
  margin: 20px 0 10px;
  font-size: 24px;
  font-weight: 400;
}
.box-warpper-posts .warpper-content .block-info ul{
  margin-bottom: 10px;
  padding-left: 0px;
}
.box-warpper-posts .warpper-content .block-info ul li{
  opacity: 0.85;
  display: inline-block;
  margin-right: 10px;
  font-size: 13px;
  font-weight: 400;
}
.box-warpper-posts .warpper-content .block-info ul li i {
  margin-right: 5px;
  color: #0197E4;
}
/*------------------------------------ Box Warpper Posts */
.box-warpper-posts .block-heading-title h1{
  margin: 0 0 20px 0;
  padding: 0 15px 15px 0px;
  font-size: 18px;
  font-weight: 400;
  border-bottom: solid 1px #ebebeb;
}
/*------------------------------------ Box Related Posts */
.box-post-related{
  margin-bottom: 2rem;
}
.box-post-related .block-header-title h3{
  margin: 20px 0 10px 0;
  padding: 15px 0 15px 0px;
  font-size: 18px;
  font-weight: 400;
  border-top: solid 1px #ebebeb;
}
.box-post-related ul{
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
}
.box-post-related ul li{
  line-height: 24px;
  margin-bottom: 10px;
}
.box-post-related ul li a{
  position: relative;
  font-size: 14px;
  color: #555;
  padding-left: 15px;
  font-weight: 400;
}
.box-post-related ul li a:hover{
  color: #0197E4;
}
.box-post-related ul li span{
  color: #acacac;
  font-size: 14px;
}
.box-post-related ul li a::before{
  content: "\f0da";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  left: 0px;
}

/*---------------------------------------- Box Pagination */
.box-pagination{
  margin: 2rem 0px 2rem;
  padding: 1rem 0px;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  text-align: center;
}
.box-pagination ul{
  margin: 0px;
  padding: 0px;
}
.box-pagination .pagination>li>a, .box-pagination .pagination>li>span {
  padding: 0.75rem 0.25rem;
  line-height: 1.25;
  border-radius: 0px;
  margin: 0px 5px;
  color: #1b2024;
  width: 50px;
  height: 50px;
  font-size: 18px;
  border-color: #000;
  text-align: center;
  transition: all 0.5s ease;
}
.box-pagination .page-item:first-child .page-link, .box-pagination .page-item:last-child .page-link{
  border-radius: 0px;
}
.box-pagination .page-link:focus{
  outline: none;
  box-shadow: none;
}
.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: #0197E4;
  border: 1px solid #0197E4;
  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: #0197E4;
  border: 1px solid #0197E4;
  color: #fff;
}
/*---------------------------------------- Sidebar Brand & Price & Color */
.block-sidebar-brand , .block-sidebar-price{
  margin: 0px 0px 20px;
}
.block-sidebar-brand .block-heading-title, .block-sidebar-price .block-heading-title{
  position: relative;
  line-height: 22px;
  cursor: pointer;
  margin: 0px;
  font-size: 18px;
  font-weight: 400;
  padding: 10px 15px;
  background: #f7f6f3;
  border: solid 1px #ebebeb;
  border-radius: 5px 5px 0px 0px;
}
.block-sidebar-brand .block-heading-title a, .block-sidebar-price .block-heading-title a{
  position: relative;
}
.block-sidebar-brand .block-heading-title a::after, .block-sidebar-brand .block-heading-title a.active::after,
.block-sidebar-price .block-heading-title a::after, .block-sidebar-price .block-heading-title a.active::after{
  display: inline-block;
  margin-left: 3px;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  transition: all 0.5s ease;
}
.block-sidebar-brand .block-heading-title a::after, .block-sidebar-price .block-heading-title a::after{
  content: '';
  background: url(../images/icon_minus.png) 98% center no-repeat;
  background-size: 16px;
}
.block-sidebar-brand .block-heading-title a.active::after, .block-sidebar-price .block-heading-title a.active::after{
  content: '';
  background: url(../images/icon_plus.png) 98% center no-repeat;
  background-size: 16px;
}
.block-sidebar-brand .block-content, .block-sidebar-price .block-content{
  padding: 10px 15px;
  border: solid 1px #ebebeb;
  border-top: none;
  border-radius: 0px 0px 5px 5px;
}
/*---------------------------------------- Sidebar Brand & Price */
.block-sidebar-brand .block-content .custom-control-label::after,
.block-sidebar-brand .block-content .custom-control-label::before,
.block-sidebar-price .block-content .custom-control-label::after,
.block-sidebar-price .block-content .custom-control-label::before{
  width: 14px;
  height: 14px;
}
.block-sidebar-brand .block-content .custom-checkbox .custom-control-label::before,
.block-sidebar-price .block-content .custom-checkbox .custom-control-label::before{
  border-radius: 2px;
}
.block-sidebar-brand .block-content .custom-control-label::before,
.block-sidebar-price .block-content .custom-control-label::before{
  border: 1px solid #e5e5e5;
  background: #fff;
}
.block-sidebar-brand .block-content .custom-control{
  line-height: 23px;
  font-size: 14px;
}
.block-sidebar-price .block-content .custom-control{
  font-size: 14px;
  line-height: 23px;
  margin-bottom: 5px;
}
.block-sidebar-brand .block-content .custom-control-label,
.block-sidebar-price .block-content .custom-control-label{
  cursor: pointer;
}
.block-sidebar-brand .block-content .custom-checkbox .custom-control-input:checked~.custom-control-label::before,
.block-sidebar-price .block-content .custom-checkbox .custom-control-input:checked~.custom-control-label::before{
  background-color: #fff;
  border: 1px solid #111;
}
.block-sidebar-brand .block-content .custom-checkbox .custom-control-input:hover~.custom-control-label::before,
.block-sidebar-price .block-content .custom-checkbox .custom-control-input:hover~.custom-control-label::before{
  background-color: #fff;
  border: 1px solid #111;
}
.block-sidebar-brand .block-content .custom-checkbox .custom-control-input:checked~.custom-control-label::after,
.block-sidebar-price .block-content .custom-checkbox .custom-control-input:checked~.custom-control-label::after{
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23111' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
.block-sidebar-brand .block-content .custom-control-input:focus~.custom-control-label::before,
.block-sidebar-price .block-content .custom-control-input:focus~.custom-control-label::before{
  box-shadow: 0px 0px 0px 0px transparent;
}
/*---------------------------------------- Box Warpper Shops */
.box-warpper-shops{

}
.box-warpper-shops .block-heading-title{
  margin: 0 0 0px 0;
  border-bottom: solid 1px #ebebeb;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.box-warpper-shops .block-heading-title h1{
  font-size: 18px;
  font-weight: 500;
  padding-top: 8px;
  margin: 0;
}
.box-warpper-shops .block-heading-title .form-group{
  position: relative;
  margin-bottom: 0px;
}
.box-warpper-shops .block-heading-title .form-group::after {
  content: "\f103";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 14px;
  color: #000;
  display: block;
  position: absolute;
  top: 5px;
  right: 5px;
}
.box-warpper-shops .block-heading-title select.form-control{
  position: relative;
  font-size: 14px;
  height: 30px;
  padding: 0 20px 0 0;
  border-color: transparent;
  border-bottom: 1px solid #000;
  background-color: #fff;
  outline: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  text-indent: 1px;
}
/*---------------------------------------- Box Single Product */
.box-warpper-single-shop .detail-product--slider-producted, .box-warpper-single-shop .detail-product--content-producted{
  margin-bottom: 1rem;
}
/* .box-warpper-single-shop .detail-product--slider-producted .slider-producted{
  border: 1px solid #ebebeb;
  width: 80%;
  float: left;
  padding-left: 5px;
} */
/* .box-warpper-single-shop .detail-product--slider-producted .slider-thumbnail-navigation{
  width: 20%;
  float: left;
  padding-right: 20px;
} */
/* .box-warpper-single-shop .detail-product--slider-producted .slick-slider .slick-list {
  overflow: hidden;
} */
.box-warpper-single-shop .detail-product--slider-producted .slider-producted img{
  display: block;
  width: 100%;
  height: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.box-warpper-single-shop .detail-product--slider-producted .slider-thumbnail-navigation{
  overflow: visible;
  position: relative;
}
.box-warpper-single-shop .detail-product--slider-producted .slider-thumbnail-navigation .slick-list{
  margin: 25px 0px;
  padding: 0px !important;
  overflow: hidden;
}
.box-warpper-single-shop .detail-product--slider-producted .slider-thumbnail-navigation .slick-prev{
  top: 10px;
  left: 0px;
}
.box-warpper-single-shop .detail-product--slider-producted .slider-thumbnail-navigation .slick-next{
  top: calc(100% - 10px);
  left: 0px;
}
.box-warpper-single-shop .detail-product--slider-producted .slider-thumbnail-navigation button{
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  line-height: normal;
  position: absolute;
  text-indent: -9999px;
  text-shadow: none;
  opacity: 0;
  width: calc(100% - 20px);
  height: 20px;
  background: none repeat scroll 0 0 #fafafa;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 1;
  transition: opacity 0.35s, transform 0.35s;
  text-align: center;
}
.box-warpper-single-shop .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: #272727;
  text-indent: 0;
  display: inline-block;
}
.box-warpper-single-shop .detail-product--slider-producted .slider-thumbnail-navigation .slick-prev::before{content: '\f077';}
.box-warpper-single-shop .detail-product--slider-producted .slider-thumbnail-navigation .slick-next::before{content: '\f078';}
.box-warpper-single-shop .detail-product--slider-producted .slider-thumbnail-navigation .item{
  padding: 0px 0px;
  cursor: pointer;
}
.box-warpper-single-shop .detail-product--slider-producted .slider-thumbnail-navigation .item img{border: 1px solid #e8e8e8; opacity: 0.3;}
.box-warpper-single-shop .detail-product--slider-producted .slider-thumbnail-navigation .item.slick-current img{border: 1px solid #e8e8e8; opacity: 1;}
.box-warpper-single-shop .detail-product--slider-producted .slider-thumbnail-navigation .item:focus{
  box-shadow: 0px 0px 0px 0px transparent;
  outline-color: transparent;
}
.box-warpper-single-shop .box-single-product--content{
  margin-bottom: 1rem;
}
.box-single-product--content .block-heading-title h1{
  color: #555;
  font-size: 22px;
  font-weight: 400;
  margin: 0px 0px 10px;
}
.box-single-product--content .block-heading-title ul{
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
  font-size: 14px;
}
.box-single-product--content .block-heading-title ul li{
  display: inline-block;
}
.box-single-product--content .block-heading-title ul li:last-child::before{
  content: '|';
  display: inline-block;
  padding: 0px 5px;
}
.box-single-product--content .block-heading-title ul li span{
  color: #0197E4;
}
.box-single-product--content .box-price{
  padding: 10px 0;
  border-bottom: solid 1px #ebebeb;
}
.box-single-product--content .box-price span{
  display: inline-block;
  padding: 0px 0.5rem;
  font-family: "Arial", sans-serif;
}
.box-single-product--content .box-price span:first-child{
  padding-left: 0px;
}
.box-single-product--content .box-price span.price{
  font-weight: 700;
  font-size: 29px;
  color: #0197E4;
}
.box-single-product--content .box-price span.price-sale{
  padding-right: 0px;
  color: #7a7a7a;
  font-weight: 400;
  text-decoration: line-through;
  font-size: 16px;
}
.box-single-product--content .block-summary{
  margin-bottom: 15px;
  padding: 15px 0px 0px;
  overflow: hidden;
  height: 90px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.box-single-product--content .block-summary p{
  font-size: 14px;
  line-height: 24px;
  color: #555;
}
.box-single-product--content .form-addcart-single{
  margin-top: 15px;
}
.box-single-product--content .form-addcart-single p{
  font-weight: 400;
  margin-bottom: 10px;
}
.box-single-product--content .form-addcart-single .input-group{
  width: 100%;
}
.box-single-product--content .form-addcart-single .input-group .btn{
  font-size: 20px;
  padding: 0px;
  width: 40px;
  height: 40px;
  border-radius: 0px;
}
.box-single-product--content .form-addcart-single .input-group .btn-default{
  background: #fff;
  border: 1px solid #ced4da;
}
.box-single-product--content .form-addcart-single .input-group .form-control{
  padding: 0px 5px;
  font-size: 14px;
  border-left: none;
  border-right: none;
}
.box-single-product--content .form-addcart-single .input-group .btn:focus,
.box-single-product--content .form-addcart-single .input-group .form-control:focus{
  box-shadow: 0 0 0 0 transparent;
}
.box-single-product--content .form-addcart-single .block-single-action .btn{
  position: relative;
  padding: 0px;
  height: 40px;
  line-height: 40px;
  font-weight: 700;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 12px;
  text-align: center;
  letter-spacing: 1px;
  overflow: hidden;
}
.box-single-product--content .form-addcart-single .block-single-action .btn::before{
  position: absolute;
  content: '';
  display: block;
  left: -2px;
  top: 0;
  right: -2px;
  bottom: 0;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  z-index: -1;
  background-color: #000000;
  -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86),-webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.box-single-product--content .form-addcart-single .block-single-action .btn:hover::before{
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.box-single-product--content .form-addcart-single .block-single-action .btn-addcart::before{
  background-color: #0197E4;
}
.box-single-product--content .form-addcart-single .block-single-action .btn-addcart{
  color: #fff;
  background: transparent;
  border: 1px solid #0197E4;
  -webkit-transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86),border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86),border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.box-single-product--content .form-addcart-single .block-single-action .btn-addcart:hover{
  color: #252a2b;
}
.box-warpper-single-shop .block-warpper-content{
  margin: 20px 0px;
}
.box-warpper-single-shop .block-warpper-content .tab-content{
  padding: 20px 25px;
  border: solid 1px #ebebeb;
  border-top: none;
}
.box-warpper-single-shop .block-warpper-content .tab-content p{
  font-size: 14px;
}
.box-warpper-single-shop .block-warpper-content .tab-content img{
  max-width: 100%;
  margin: auto;
}
.box-warpper-single-shop .block-warpper-content .nav-tabs .nav-item+.nav-item{
  margin-left: 5px;
}
.box-warpper-single-shop .block-warpper-content .nav-tabs .nav-link{
  background: #f7f6f3;
  border: solid 1px #ebebeb;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  font-family: "Arial", sans-serif;
}
.box-warpper-single-shop .block-warpper-content .nav-tabs .nav-item.show .nav-link,
.box-warpper-single-shop .block-warpper-content .nav-tabs .nav-link.active{
  background: #0197E4;
  border-color: #0197E4;
  color: #fff;
}
/*------------------------------------ Box Warpper Cart */
.box-warpper-cart{

}
.box-warpper-cart .block-heading-title h1{
  font-size: 30px;
  text-transform: uppercase;
  margin: 0 0 25px;
  text-align: center;
}
.box-warpper-cart .warpper-cart-content{
  margin-bottom: 25px;
}
.box-warpper-cart .cart-group{
  background: #fafafa;
  padding: 15px;
}
.box-warpper-cart .title-number-cart{
  font-size: 13px;
  margin-top: 0;
  margin-bottom: 10px;
}
.box-warpper-cart .table-cart-custom{
  background: #fff;
}
.box-warpper-cart .table-cart-custom .cart-item-pages{
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  border-bottom: 1px solid #f1f1f1;
}
.box-warpper-cart .table-cart-custom .cart-item-pages .block-images{
  display: inline-flex;
  width: 13%;
  padding: 0 20px;
  text-align: center;
}
.box-warpper-cart .table-cart-custom .cart-item-pages .block-content{
  display: inline-flex;
  width: 85%;
}
.box-warpper-cart .table-cart-custom .cart-item-pages .block-content .item-content--info{
  display: inline-flex;
  width: 40%;
  align-items: center;
}
.box-warpper-cart .table-cart-custom .cart-item-pages .block-content .item-content--info h3{
  font-size: 14px;
  margin-bottom: 5px;
}
.box-warpper-cart .table-cart-custom .cart-item-pages .block-content .item-content--quality{
  display: inline-flex;
  width: 20%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.box-warpper-cart .table-cart-custom .cart-item-pages .block-content .item-content--quality .input-group{
  width: auto;
}
.box-warpper-cart .table-cart-custom .cart-item-pages .block-content .item-content--quality .form-control{
  font-weight: 500;
  font-size: 15px;
  height: 25px;
  padding: 0;
  text-align: center;
  width: 35px;
  background: #ededed;
  border: 1px solid #dadbdd;
  border-radius: 0;
  float: left;
  -webkit-appearance: none;
}
.box-warpper-cart .table-cart-custom .cart-item-pages .block-content .item-content--quality .btn{
  background: #fff;
  font-weight: 500;
  font-size: 14px;
  color: #abafb2;
  height: 25px;
  padding: 0;
  text-align: center;
  width: 25px;
  border: 1px solid #dadbdd;
  border-radius: 0;
  float: left;
  -webkit-appearance: none;
}
.box-warpper-cart .table-cart-custom .cart-item-pages .block-content .item-content--quality .btn:focus{
  box-shadow: 0px 0px 0px 0px transparent;
  outline: none;
}
.box-warpper-cart .table-cart-custom .cart-item-pages .block-content .item-content--quality .minus-btn{
  border-right: none;
}
.box-warpper-cart .table-cart-custom .cart-item-pages .block-content .item-content--quality .plus-btn{
  border-left: none;
}
.box-warpper-cart .table-cart-custom .cart-item-pages .block-content .item-content--price{
  display: inline-flex;
  width: 15%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.box-warpper-cart .table-cart-custom .cart-item-pages .block-content .item-content--price p{
  line-height: 21px;
  margin-bottom: 10px;
  font-size: 14px;
}
.box-warpper-cart .table-cart-custom .cart-item-pages .block-content .item-content--total-price{
  display: inline-flex;
  text-align: center;
  width: 25%;
  flex-direction: column;
  justify-content: center;
  font-size: 15px;
  font-weight: bold;
  color: #a73340;
}
.box-warpper-cart .table-cart-custom .cart-item-pages .block-content .item-content--total-price span{
  display: block;
  font-size: 13px;
  font-weight: normal;
  color: #777;
}
.box-warpper-cart .table-cart-custom .cart-item-pages .block-content .item-content--total-price .price-item-total{
  font-weight: 700;
  color: #a73340;
}
.box-warpper-cart .table-cart-custom .cart-item-pages .block-content .item-content--total-price .remove a{
  display: block;
  margin-top: 5px;
}
.box-warpper-cart .table-cart-custom .cart-item-pages .block-content .item-content--total-price .remove img{
  width: 16px;
}
.box-warpper-cart .note-privacy .block-title h3{
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 14px;
}
.box-warpper-cart .note-privacy .block-content textarea.form-control{
  box-shadow: none;
  border-color: #dfe0e1;
  border-radius: 0;
  height: auto;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}
.box-warpper-cart .note-privacy .block-content ul{
  list-style: none;
  padding-left: 0px;
  margin-bottom: 10px;
  font-size: 14px;
}
.box-warpper-cart .note-privacy .block-content ul li{
  display: block;
  line-height: 25px;
  position: relative;
  padding-left: 20px;
  overflow: hidden;
}
.box-warpper-cart .note-privacy .block-content ul li::before{
  content: "\f30b";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  text-decoration: inherit;
  font-size: 10px;
  left: 0;
  opacity: 1;
  position: absolute;
  transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
}
.box-warpper-cart .sidebar-cart-pages{
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
}
.box-warpper-cart .sidebar-cart-pages .continue{
  display: block;
  margin-top: 40px;
  text-align: right;
  margin-bottom: 5px;
  font-size: 14px;
}
.box-warpper-cart .block-order-summary{
  border: 1px solid #dfe0e1;
  padding: 15px;
  margin-bottom: 15px;
}
.box-warpper-cart .block-order-summary .order-summary--title{
  font-size: 17px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 15px;
}
.box-warpper-cart .block-order-summary .order-summary--total{
  padding-bottom: 10px;
  border-top: 1px dotted #dfe0e1;
  padding-top: 15px;
  font-weight: bold;
}
.box-warpper-cart .block-order-summary .order-summary--total p{
  margin-bottom: 5px;
  font-size: 14px;
}
.box-warpper-cart .block-order-summary .order-summary--total span{
  font-weight: bold;
  float: right;
}
.box-warpper-cart .block-order-summary .order-summary--total:after {
  content: "";
  display: table;
  clear: both;
}
.box-warpper-cart .block-order-summary .order-summary--action{
  border-top: 1px dotted #dfe0e1;
  padding-top: 10px;
  text-align: center;
}
.box-warpper-cart .block-order-summary .order-summary--action p{
  font-size: 13px;
  color: #777;
  font-weight: 400;
  text-align: left;
}
.box-warpper-cart .block-order-summary .order-summary--action .btn{
  position: relative;
  padding: 0px;
  height: 45px;
  line-height: 45px;
  font-weight: 700;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 12px;
  text-align: center;
  letter-spacing: 1px;
  overflow: hidden;
}
.box-warpper-cart .block-order-summary .order-summary--action .btn::before{
  position: absolute;
  content: '';
  display: block;
  left: -2px;
  top: 0;
  right: -2px;
  bottom: 0;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  z-index: -1;
  background-color: #000000;
  -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86),-webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.box-warpper-cart .block-order-summary .order-summary--action .btn:hover::before{
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.box-warpper-cart .block-order-summary .order-summary--action .btn-checkout::before,
.box-warpper-cart .block-order-summary .order-summary--action .btn-update::before{
  background-color: #000;
}
.box-warpper-cart .block-order-summary .order-summary--action .btn-checkout,
.box-warpper-cart .block-order-summary .order-summary--action .btn-update{
  color: #fff;
  background: transparent;
  border: 1px solid #000;
  -webkit-transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86),border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86),border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.box-warpper-cart .block-order-summary .order-summary--action .btn-checkout:hover,
.box-warpper-cart .block-order-summary .order-summary--action .btn-update:hover{
  color: #252a2b;
}
/*------------------------------------ Box Checkout */
.block-totalcart{

}
.block-totalcart h3.title{
  font-family: 'Roboto', 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: 'Roboto', 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: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  margin-bottom: 10px;
}
.box-warpper-checkout h2{
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 3.375rem;
}
.box-warpper-checkout .block-totalcart{
  border: 3px solid #272727;
  padding: 10px 25px;
}
.box-warpper-checkout .block-totalcart h3.title{
  position: relative;
  color: #272727;
  border-bottom: none;
  padding: 0.5rem 0px 0.5rem 1.5rem;
  font-size: 1rem;
}
.box-warpper-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-warpper-checkout .block-totalcart table thead{
  border-bottom: 3px solid #DDD;
  text-transform: uppercase;
  color: #555555;
}
.box-warpper-checkout .block-totalcart .product-total{
  text-align: right;
}
.box-warpper-checkout .block-totalcart .cart-item-checkout td{
  text-align: right;
}
.box-warpper-checkout .block-totalcart .cart-item-checkout td.name-product-checkout{
  text-align: left;
}
.box-warpper-checkout .block-totalcart .cart-item-checkout{
  border-bottom: 1px dotted #DDD;
}
.box-warpper-checkout .block-totalcart .cart-item-checkout:last-child{
  border-bottom: 1px solid #DDD;
}
.box-warpper-checkout .box-payment ul{
  list-style: none;
  padding-left: 0px;
}
.box-warpper-checkout .box-payment ul li{
  /*margin: 15px 0px;
  border-bottom: 1px solid #eee;*/
  padding-bottom: 15px;
}
.box-warpper-checkout .box-payment{
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
.box-warpper-checkout .box-payment input[type="radio"]{
  margin: 0 0 1rem 0;
}
.box-warpper-checkout .box-payment label{
  padding-left: 10px;
  font-weight: 400;
}
.box-warpper-checkout .box-payment .block-content{
  color: #555;
}
.box-warpper-checkout .place-order .btn{
  position: relative;
  padding: 0px 20px;
  height: 45px;
  line-height: 45px;
  font-weight: 700;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 12px;
  text-align: center;
  letter-spacing: 1px;
  overflow: hidden;
}
.box-warpper-checkout .place-order .btn::before{
  position: absolute;
  content: '';
  display: block;
  left: -2px;
  top: 0;
  right: -2px;
  bottom: 0;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  z-index: -1;
  background-color: #000000;
  -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86),-webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.box-warpper-checkout .place-order .btn:hover::before{
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.box-warpper-checkout .place-order .btn-order::before{
  background-color: #000;
}
.box-warpper-checkout .place-order .btn-order{
  color: #fff;
  background: transparent;
  border: 1px solid #000;
  -webkit-transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86),border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86),border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.box-warpper-checkout .place-order .btn-order:hover{
  color: #252a2b;
}
.box-warpper-checkout .checkout-warpper h3.title{
  position: relative;
  color: #272727;
  border-bottom: none;
  padding-left: 25px;
  font-size: 1rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  padding: 0.5rem 0px 0.5rem 1.5rem;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.box-warpper-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-warpper-checkout .checkout-warpper{
  font-family: 'Roboto', sans-serif;
}
.box-warpper-checkout .checkout-warpper .form-control{
  border-radius: 0px;
}
.box-warpper-checkout .order-total span{
 font-size: 28px;
}

.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: 'Roboto', sans-serif;
  font-weight: 600;
  font-size: 1rem;
}
.detail-order{
  margin: 15px 0px 25px;
}
.detail-order h3{
  margin: 1rem 0px;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
}
.detail-order p{
  margin-bottom: 0px;
}
/*------------------------------------ Box Product Related */
.box-product-related{
  margin-bottom: 10px;
}
.box-product-related .block-header-title{
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: solid 2px #ebebeb;
}
.box-product-related .block-header-title h2{
  padding: 0px;
  margin: 0px;
  font-size: 18px;
  font-weight: 700;
}
.box-product-related .block-header-title .fas{
  color: #0197E4;
  font-size: 18px;
  margin-right: 5px;
  line-height: 24px;
}
.box-product-related .rows-post-home{
  margin: 0px -15px;
}
.box-product-related .slick-slide{
  padding: 0px 15px;
}
.box-product-related .slick-prev, .box-product-related .slick-next{
  width: 25px;
  height: 25px;
  top: -35px;
  border: solid 2px #ebebeb;
  background: transparent;
}
.box-product-related .slick-prev:before, .box-product-related .slick-next:before{
  font-size: 12px;
}
.box-product-related .slick-prev{
  right: 50px;
  left: auto;
}
.box-product-related .slick-next{
  right: 15px;
}
.box-product-related .slick-prev:hover, .box-product-related .slick-next:hover{
  border-color: #0197E4;
}
.box-product-related .slick-prev:hover:before, .box-product-related .slick-next:hover:before{
  color: #0197E4;
}
/*------------------------------------ Block Adside Privacy */
.block-adside-privacy{
  padding: 0px 10px;
  border: solid 1px #ebebeb;
  border-radius: 3px;
}
.block-adside-privacy ul{
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
}
.block-adside-privacy ul li{
  padding: 15px 0px;
  border-bottom: solid 1px #ebebeb;
}
.block-adside-privacy ul li:last-child{
  border-bottom: none;
}
.block-adside-privacy .adside-privacy{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-right: -5px;
  margin-left: -5px;
}
.block-adside-privacy .adside-privacy .block-images,
.block-adside-privacy .adside-privacy .block-content{
  padding: 0px 5px;
}
.block-adside-privacy .adside-privacy .block-images{
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.block-adside-privacy .adside-privacy .block-content{
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.block-adside-privacy .adside-privacy .block-content{
  font-size: 13px;
  color: #555;
  line-height: 18px;
}
/*------------------------------------ Monitor Ipad Landspace */
@media(max-width: 1024px){
  .wsmenu>.wsmenu-list{
    text-align: right;
  }
  .box-header-bottom .block-header-bottom--cart{
    margin-left: 0px;
  }
  .box-product-featured .block-header-title h2,
  .block-adside-product-choise-us .block-header-title h2,
  .box-post-home .block-header-title h2{
    font-size: 14px;
  }
}
/*------------------------------------ Monitor Ipad Portrial */
@media only screen and (max-width: 991px){
  .wsmobileheader .smllogo{
    margin: 4px auto 4px 80px;
  }
  .wsmobileheader .smllogo img{
    width: 100px;
  }
  .wssearch .input-group-prepend .btn,
  .wssearch .btn-custom{
    height: 37px;
  }
  .wssearch .btn-custom .fa-search{
    display: block !important;
  }
}
/*------------------------------------ Monitor Ipad Portrial */
@media (max-width: 780px){
  article{
    margin-top: 54px;
  }
  .box-header-middle .block-header-middle--logo{
    display: none;
  }
  .box-header-middle .block-header-middle--menumain{
    height: auto;
  }
  .box-header .box-header-top,
  .box-header .box-header-bottom{
    display: none;
  }
  .block-adside-banner{
    display: none;
  }
}
/*------------------------------------ Monitor Mobile Landspace */
@media screen and (min-width: 576px) and (max-width: 767px){
  .container{
    max-width: 100%;
  }
  .box-product-featured .block-header-title{
    margin-bottom: 20px;
  }
  .box-slider .carousel-control-next, .box-slider .carousel-control-prev{
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .box-slider .carousel-control-next-icon, .box-slider .carousel-control-prev-icon{
    width: 15px;
    height: 15px;
  }
  .box-slider .carousel-control-prev {
    right: 40px;
  }
  .box-slider .carousel-control-prev::after{
    -webkit-transform: translateX(11px);
    -ms-transform: translateX(11px);
    transform: translateX(11px);
    height: 20px;
  }
  .box-warpper-cart .table-cart-custom .cart-item-pages .block-images {
    display: inline-block;
    width: 25%;
  }
  .box-warpper-cart .table-cart-custom .cart-item-pages .block-content{
    display: inline-block;
    width: 75%;
    position: relative;
  }
  .box-warpper-cart .table-cart-custom .cart-item-pages .block-content .item-content--info{
    display: block;
    width: 80%;
  }
  .box-warpper-cart .table-cart-custom .cart-item-pages .block-content .item-content--quality{
    display: block;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    float: left;
  }
  .box-warpper-cart .table-cart-custom .cart-item-pages .block-content .item-content--price,
  .box-warpper-cart .table-cart-custom .cart-item-pages .block-content .item-content--total-price{
    display: inline-block;
    width: 50%;
    float: left;
  }
  .box-warpper-cart .table-cart-custom .cart-item-pages .block-content .item-content--quality .input-group {
    width: 20%;
  }
  .box-warpper-cart .table-cart-custom .cart-item-pages .block-content .item-content--total-price .remove{
    position: absolute;
    z-index: 10;
    top: 0px;
    right: 10px;
  }
  .box-warpper-cart .table-cart-custom .cart-item-pages .block-content .item-content--total-price > div {
    position: absolute;
    bottom: 0;
    right: 10px;
  }
}
/*------------------------------------ Monitor Mobile Portrial */
@media (max-width: 480px){
  .box-warpper-single-shop .detail-product--slider-producted .slider-thumbnail-navigation{
    order: 2
  }
  .box-warpper-single-shop .detail-product--slider-producted .slider-producted{
    order: 1;
  }
  article{
    margin-top: 54px;
  }
  .box-slider .carousel-control-next, .box-slider .carousel-control-prev{
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .box-slider .carousel-control-next-icon, .box-slider .carousel-control-prev-icon{
    width: 15px;
    height: 15px;
  }
  .box-slider .carousel-control-prev {
    right: 40px;
  }
  .box-slider .carousel-control-prev::after{
    -webkit-transform: translateX(11px);
    -ms-transform: translateX(11px);
    transform: translateX(11px);
    height: 20px;
  }
  .box-product-featured .block-header-title{
    margin-bottom: 35px;
  }
  .privacy-item{
    text-align: center;
  }
  .privacy-item .block-images{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .privacy-item .block-images img{
    margin: 0px auto 15px;
  }
  .privacy-item .block-content{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .box-section-banner{
    display: none;
  }
  .box-product-featured .block-header-title h2{
    float: none;
  }
  .block-adside-banner {
    display: block;
  }
  .block-adside-banner img{
    width: 100%;
  }
  .box-warpper-single-shop .detail-product--slider-producted .slider-producted,
  .box-warpper-single-shop .detail-product--slider-producted .slider-thumbnail-navigation{
    width: 100%;
    padding-left: 0px;
  }
  .box-warpper-single-shop .detail-product--slider-producted .slider-producted,
  .box-warpper-single-shop .detail-product--slider-producted .slider-thumbnail-navigation{
    margin-bottom: 1rem;
  }
  .box-warpper-single-shop .detail-product--slider-producted .slider-thumbnail-navigation .slick-list{
    margin: 0 25px;
    padding: 0px !important;
    overflow: hidden;
  }
  .box-warpper-single-shop .detail-product--slider-producted .slider-thumbnail-navigation .slick-prev{
    left: 0px;
    top: 38px;
  }
  .box-warpper-single-shop .detail-product--slider-producted .slider-thumbnail-navigation .slick-next{
    right: 0px;
    top: 38px;
    left: auto;
  }
  .box-warpper-single-shop .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;
  }
  .box-warpper-single-shop .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;
  }
  .box-warpper-single-shop .detail-product--slider-producted .slider-thumbnail-navigation .slick-prev::before{content: '\f104';}
  .box-warpper-single-shop .detail-product--slider-producted .slider-thumbnail-navigation .slick-next::before{content: '\f105';}
  .box-warpper-single-shop .detail-product--slider-producted .slider-thumbnail-navigation .item{
    padding: 0 5px;
    cursor: pointer;
  }
  .box-single-product--content .form-addcart-single .input-group-custom{
    width: 100%;
  }
  .box-warpper-cart .table-cart-custom .cart-item-pages .block-images {
    display: inline-block;
    width: 25%;
  }
  .box-warpper-cart .table-cart-custom .cart-item-pages .block-content{
    display: inline-block;
    width: 75%;
    position: relative;
  }
  .box-warpper-cart .table-cart-custom .cart-item-pages .block-content .item-content--info{
    display: block;
    width: 80%;
  }
  .box-warpper-cart .table-cart-custom .cart-item-pages .block-content .item-content--quality{
    display: block;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    float: left;
  }
  .box-warpper-cart .table-cart-custom .cart-item-pages .block-content .item-content--price,
  .box-warpper-cart .table-cart-custom .cart-item-pages .block-content .item-content--total-price{
    display: inline-block;
    width: 50%;
    float: left;
  }
  .box-warpper-cart .table-cart-custom .cart-item-pages .block-content .item-content--quality .input-group {
    width: 50%;
  }
  .box-warpper-cart .table-cart-custom .cart-item-pages .block-content .item-content--total-price .remove{
    position: absolute;
    z-index: 10;
    top: 0px;
    right: 10px;
  }
  .box-warpper-cart .table-cart-custom .cart-item-pages .block-content .item-content--total-price > div {
    position: absolute;
    bottom: 0;
    right: 10px;
  }
  .box-gallery .rows-gallery ul li{
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
@media(min-width:992px){
  .box-hotline-fixed-bottom{
    position: fixed;
    width: 220px;
    height: 50px;
    max-width: 500px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background-color: #424242;
    bottom: 0px;
    right: 0px;
    z-index: 4;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    transform: translateX(0%);
    transition: transform 200ms ease 0s, opacity 750ms ease 0s;
  }
  .box-hotline-fixed-bottom::before{
    content: '';
    background: url(../images/call.png) no-repeat center center #d71616;
    background-size: 32px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    right: 12.5rem;
    top: 0px;
  }
  .box-hotline-fixed-bottom .close-hotline{
    float: right;
    width: 25px;
    height: 100%;
    padding: 10px 0px;
    text-align: center;
    cursor: pointer;
  }
  .box-hotline-fixed-bottom a{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 2rem;
  }
  .box-hotline-fixed-bottom p, .box-hotline-fixed-bottom h3{
    margin-top: 3px;
    margin-left: 8px;
    padding-top: 0;
    float: left;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-size: 10px;
    font-weight: 400;
    margin-bottom: 0px;
  }
  .box-hotline-fixed-bottom h3{
    margin-top: 2px;
    font-size: 20px;
    font-weight: 900;
  }
  .icons-hotline-fixed .open-hotline{
    cursor: pointer;
    width: 50px;
    height: 50px;
    margin-left: 20px;
    margin-bottom: 20px;
    background-color: #d71616;
    border-radius: 50%;
    padding: 0.5rem;
    position: fixed;
    z-index: 5;
    bottom: 0px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-200%);
    -moz-transform: translateX(-200%);
    transform: translateX(-200%);
    transition: transform 200ms ease 0s, opacity 750ms ease 0s;
  }
}
.hoancau-alo-phone{position:fixed;background-color:transparent;width:170px;height:170px;cursor:pointer;z-index:200 !important;-webkit-backface-visibility:hidden;-webkit-transform:translateZ(0);-webkit-transition:visibility .5s;-moz-transition:visibility .5s;-o-transition:visibility .5s;transition:visibility .5s;bottom:0px;left:-30px;}
.hoancau-alo-ph-circle{width:130px;height:130px;top:35px;left:35px;position:absolute;background-color:transparent;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;border:2px solid rgba(30, 30, 30, 0.4);border:2px solid #bfebfc 9;opacity:.1;-webkit-animation:hoancau-alo-circle-anim 1.2s infinite ease-in-out;-moz-animation:hoancau-alo-circle-anim 1.2s infinite ease-in-out;-ms-animation:hoancau-alo-circle-anim 1.2s infinite ease-in-out;-o-animation:hoancau-alo-circle-anim 1.2s infinite ease-in-out;animation:hoancau-alo-circle-anim 1.2s infinite ease-in-out;-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;transition:all .5s;-webkit-transform-origin:50% 50%;-moz-transform-origin:50% 50%;-ms-transform-origin:50% 50%;-o-transform-origin:50% 50%;transform-origin:50% 50%;border-color:#ff0000;opacity:.5;}
@-moz-keyframes hoancau-alo-circle-anim{0%{-moz-transform:rotate(0) scale(.5) skew(1deg);opacity:.1;-moz-opacity:.1;-webkit-opacity:.1;-o-opacity:.1}
30%{-moz-transform:rotate(0) scale(.7) skew(1deg);opacity:.5;-moz-opacity:.5;-webkit-opacity:.5;-o-opacity:.5}
100%{-moz-transform:rotate(0) scale(1) skew(1deg);opacity:.6;-moz-opacity:.6;-webkit-opacity:.6;-o-opacity:.1}
}
@-webkit-keyframes hoancau-alo-circle-anim{0%{-webkit-transform:rotate(0) scale(.5) skew(1deg);-webkit-opacity:.1}
30%{-webkit-transform:rotate(0) scale(.7) skew(1deg);-webkit-opacity:.5}
100%{-webkit-transform:rotate(0) scale(1) skew(1deg);-webkit-opacity:.1}
}
@-o-keyframes hoancau-alo-circle-anim{0%{-o-transform:rotate(0) kscale(.5) skew(1deg);-o-opacity:.1}
30%{-o-transform:rotate(0) scale(.7) skew(1deg);-o-opacity:.5}
100%{-o-transform:rotate(0) scale(1) skew(1deg);-o-opacity:.1}
}
.hoancau-alo-ph-circle-fill{width:100px;height:100px;top:50px;left:50px;position:absolute;background-color:#000;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;border:2px solid transparent;opacity:.1;-webkit-animation:hoancau-alo-circle-fill-anim 2.3s infinite ease-in-out;-moz-animation:hoancau-alo-circle-fill-anim 2.3s infinite ease-in-out;-ms-animation:hoancau-alo-circle-fill-anim 2.3s infinite ease-in-out;-o-animation:hoancau-alo-circle-fill-anim 2.3s infinite ease-in-out;animation:hoancau-alo-circle-fill-anim 2.3s infinite ease-in-out;-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;transition:all .5s;-webkit-transform-origin:50% 50%;-moz-transform-origin:50% 50%;-ms-transform-origin:50% 50%;-o-transform-origin:50% 50%;transform-origin:50% 50%;background-color:rgba(255, 0, 0, 0.5);opacity:.75 !important;}
@-moz-keyframes hoancau-alo-circle-fill-anim{0%{-moz-transform:rotate(0) scale(.7) skew(1deg);opacity:.2}
50%{-moz-transform:rotate(0) -moz-scale(1) skew(1deg);opacity:.2}
100%{-moz-transform:rotate(0) scale(.7) skew(1deg);opacity:.2}
}
@-webkit-keyframes hoancau-alo-circle-fill-anim{0%{-webkit-transform:rotate(0) scale(.7) skew(1deg);opacity:.2}
50%{-webkit-transform:rotate(0) scale(1) skew(1deg);opacity:.2}
100%{-webkit-transform:rotate(0) scale(.7) skew(1deg);opacity:.2}
}
@-o-keyframes hoancau-alo-circle-fill-anim{0%{-o-transform:rotate(0) scale(.7) skew(1deg);opacity:.2}
50%{-o-transform:rotate(0) scale(1) skew(1deg);opacity:.2}
100%{-o-transform:rotate(0) scale(.7) skew(1deg);opacity:.2}
}
.hoancau-alo-ph-img-circle{width:60px;height:60px;top:70px;left:70px;position:absolute;background:rgba(30, 30, 30, 0.1) url(../images/call.png) no-repeat center center;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;border:2px solid transparent;opacity:.7;-webkit-animation:hoancau-alo-circle-img-anim 1s infinite ease-in-out;-moz-animation:hoancau-alo-circle-img-anim 1s infinite ease-in-out;-ms-animation:hoancau-alo-circle-img-anim 1s infinite ease-in-out;-o-animation:hoancau-alo-circle-img-anim 1s infinite ease-in-out;animation:hoancau-alo-circle-img-anim 1s infinite ease-in-out;-webkit-transform-origin:50% 50%;-moz-transform-origin:50% 50%;-ms-transform-origin:50% 50%;-o-transform-origin:50% 50%;transform-origin:50% 50%;background-color:#ff0000;}
.hoancau-alo-phone:hover .hoancau-alo-ph-circle-fill{background-color:rgba(66, 168, 221, 0.5) !important;}
.hoancau-alo-phone:hover .hoancau-alo-ph-circle{border-color:#42a7dd}
.hoancau-alo-phone:hover .hoancau-alo-ph-img-circle{background-color:#42a7dd;}
@-moz-keyframes hoancau-alo-circle-img-anim{0%{transform:rotate(0) scale(1) skew(1deg)}
10%{-moz-transform:rotate(-25deg) scale(1) skew(1deg)}
20%{-moz-transform:rotate(25deg) scale(1) skew(1deg)}
30%{-moz-transform:rotate(-25deg) scale(1) skew(1deg)}
40%{-moz-transform:rotate(25deg) scale(1) skew(1deg)}
50%{-moz-transform:rotate(0) scale(1) skew(1deg)}
100%{-moz-transform:rotate(0) scale(1) skew(1deg)}
}
@-webkit-keyframes hoancau-alo-circle-img-anim{0%{-webkit-transform:rotate(0) scale(1) skew(1deg)}
10%{-webkit-transform:rotate(-25deg) scale(1) skew(1deg)}
20%{-webkit-transform:rotate(25deg) scale(1) skew(1deg)}
30%{-webkit-transform:rotate(-25deg) scale(1) skew(1deg)}
40%{-webkit-transform:rotate(25deg) scale(1) skew(1deg)}
50%{-webkit-transform:rotate(0) scale(1) skew(1deg)}
100%{-webkit-transform:rotate(0) scale(1) skew(1deg)}
}
@-o-keyframes hoancau-alo-circle-img-anim{0%{-o-transform:rotate(0) scale(1) skew(1deg)}
10%{-o-transform:rotate(-25deg) scale(1) skew(1deg)}
20%{-o-transform:rotate(25deg) scale(1) skew(1deg)}
30%{-o-transform:rotate(-25deg) scale(1) skew(1deg)}
40%{-o-transform:rotate(25deg) scale(1) skew(1deg)}
50%{-o-transform:rotate(0) scale(1) skew(1deg)}
100%{-o-transform:rotate(0) scale(1) skew(1deg)}
}
#hoancau-alo-wrapper{position:fixed;width:100%;bottom:0;top:0;left:0;z-index:2000000;overflow:visible;color:#383838;}
#hoancau-alo-wrapper .hoancau-alo-overlay{position:fixed;width:100%;height:100%;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQMAAAAl21bKAAAAA1BMVEUAAACnej3aAAAAAXRSTlOZyTXzhgAAAApJREFUCB1jYAAAAAIAAc/INeUAAAAASUVORK5CYII=);top:0;left:0;z-index:200000;}
#hoancau-alo-wrapper .hoancau-alo-table{display:table;width:100%;height:100%;position:absolute;left:0;top:0;right:0;bottom:0;z-index:999999;}
#hoancau-alo-wrapper .hoancau-alo-cell{display:table-cell;vertical-align:middle;text-align:center;}
#hoancau-alo-wrapper.night-mode .hoancau-alo-popup{background-color:#fff;}
#hoancau-alo-wrapper .hoancau-alo-popup{display:inline-block;position:relative;-webkit-transition:.6s ease-out;-moz-transition:.6s ease-out;-o-transition:.6s ease-out;transition:.6s ease-out;margin:0 auto;z-index:200001;text-align:center;padding:39px 67px;width:555px;background:url(../images/bgtuvan.jpg) no-repeat;max-height:437px;}
#hoancau-alo-wrapper.night-mode .hoancau-alo-popup-close{background-image:url(../images/closeseses.png);}
#hoancau-alo-wrapper .hoancau-alo-popup-close{-webkit-border-radius:2px !important;-moz-border-radius:2px !important;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;position:absolute !important;right:-15px !important;top:-15px !important;height:30px !important;width:30px !important;background-image:url(..images/closeseses.png);background-position:center center;background-repeat:no-repeat;cursor:pointer !important;-webkit-transition:.3s ease-out !important;-moz-transition:.3s ease-out !important;-o-transition:.3s ease-out !important;transition:.3s ease-out !important;}
#hoancau-alo-wrapper.night-mode .hoancau-alo-popup h4{margin-bottom:10px;text-transform:uppercase;max-width:535px;font-weight:bold;line-height:40px;color:#fff;}
#hoancau-alo-wrapper.night-mode h4{font-size:26px;}
#hoancau-alo-wrapper.night-mode .hoancau-alo-popup h4.info{margin:15px 0;font-weight:normal;text-transform:none;max-width:525px;color:#fff;font-size:20px;letter-spacing:0.8px;}
#hoancau-alo-wrapper.night-mode .hoancau-alo-popup h4{margin-bottom:10px;text-transform:uppercase;max-width:535px;font-weight:bold;line-height:40px;color:#fff;}
#hoancau-alo-wrapper.night-mode input[type="text"].hoancau-alo-number{border:#00bed5 solid 1px;background:#fff;text-align:center;padding:8px 60px;outline:5px solid #fff !important;font-size:25px;font-family:'Arial',sans-serif;transition:all 0.5s ease;}
form#contactform input[type="text"]{width:100%;border:1px solid #f5f5f5;min-height:40px;padding-left:20px;font-size:13px;padding-right:20px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
#hoancau-alo-wrapper .hoancau-alo-popup .hoancau-alo-message{height:25px;text-align:center;clear:both;font-size:14px;}
#hoancau-alo-wrapper.night-mode .hoancau-alo-message{padding-bottom:0;}
#hoancau-alo-wrapper .hoancau-alo-popup .hoancau-alo-submit{border:none;border-width:0;background:url(../images/nutsubmit.png) no-repeat;width:222px;height:73px;font-family:Arial,Helvetica,sans-serif;font-size:20px;color:#fff;cursor:pointer;outline:none !important;float:right;margin-right:110px;}
