/*============================================================================
   #Webcms
==============================================================================*/
/*Mobi*/
.header-action-search-mb #site-search-handle {
  margin-left: 2px;
}
.header-action-search-mb #site-search-handle a {
  display: block;
  padding: 0 2px 0 2px;
  width: 42px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  color: #222222;
}
.header-action-search-mb #site-search-handle i {
  font-size: 25px;
}
.header-action-nav-mb #site-menu-handle {
  margin-left: 2px;
}
.header-action-nav-mb #site-menu-handle a{
  display: block;
  padding: 0 2px 0 2px;
  width: 42px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  color: #222222;
}
.header-action-nav-mb #site-menu-handle i{
  font-size: 25px;
}
@media screen and (max-width:460px){
  .site-nav2{
    width: 100% !important;
  }
}
.site-nav2{
  position: fixed;
  width: 460px;
  height: 100vh;
  right: 0;
  top: 0;
  background-color: #fff;
  z-index: 888;
  overflow: hidden;
  transition: transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
 
}
#site-nav_cart {
  transform: translateX(100%);
}
#site-nav-menu {
  transform: translateX(100%);
}
.site-nav2 .site-cart-container {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}
.site-close-handle {
  position: fixed;
  top: 20px;
  right: 25px;
  width: 35px;
  height: 35px;
  z-index: 1;
  outline: none;
  background: transparent;
  border: none;
  box-shadow: none;
}
.site-nav-handles-last {
  width: 100%;
  position: relative;
  overflow: hidden;
  min-height: 100%;
  padding: 30px 25px 20px;
}
.site-nav-handles-last .title{
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  padding-bottom: 10px;
  border-bottom: 2px solid #d9d9d9;
  color: #0f3057;
}
.site-nav-handles-last .cart-view-area {
  margin-top: 15px;
}
.cart-view-area .cart-scroll{
  margin: 10px 0;
  padding-right: 10px;
  position: relative;
}
.cart-view-style {
  width: 100%;
}
.cart-view-style tr {
  border-bottom: 1px dotted #bcbcbc;
}
.cart-view-style tr:last-child {
  border: none;
}
.cart-view-style td{
  border: none !important;
  padding-left: 0;
  border-top: 0;
}
.cart-view-style .img{
  padding-right: 10px !important;
}
table tr td {
  position: relative;
  padding: 10px;
  text-align: left;
}
.cart-view-style .img img {
  width: 80px;
  border: 1px solid #ededed;
  max-width: none;
}
.cart-view-style td:not(.img) {
  padding: 10px 0;
  position: relative;
  padding-right: 5px;
  vertical-align: top;
  width: 100%;
}
.cart-view-style .cart-view-style{
  float: left;
  width: 100%;
  font-size: 11px;
  color: #000;
  text-transform: uppercase;
  font-weight: 400;
  text-decoration: none;
  font-size: 16px;
}
.cart-view-style .variant {
  font-size: 10px;
  float: left;
  width: 100%;
  margin: 4px 0 0;
  opacity: 0.66;
}
.cart-view-style .pro-price-view {
  display: block;
  float: left;
  line-height: 26px;
  font-weight: 500;
  width: 100%;
}
.cart-view-style .mini-qty-section {
  /*border: 1px solid #f3f4f4;*/
  display: inline-flex;
  border-radius: 2px;
}
.cart-view-style .mini-qty-section button{
  background: #fff;
  font-weight: 500;
  font-size: 14px;
  height: 25px;
  padding: 0;
  text-align: center;
  width: 25px;
  border: none;
  border-radius: 0;
  float: left;
  -webkit-appearance: none;
}
.cart-view-style .mini-qty-section input[type="text"]{
  background: #fff;
  font-weight: 500;
  font-size: 12px;
  height: 25px;
  padding: 0;
  text-align: center;
  width: 35px;
  border: none;
  border-left: none;
  border-right: none;
  border-radius: 0;
  float: left;
  -webkit-appearance: none;
}
.cart-view-style .remove-cart {
  float: right;
}
.cart-view-style .remove-cart a{
  color: #000;
  display: flex;
  background: #f2f2f2;
  padding: 4px 6px 0;
  text-decoration: none;
  font-size: 14px;
}
.cart-view-style .remove-cart i {
  margin-right: 4px;
  font-size: 15px;
}
.cart-view-area .line {
  display: block;
  border-top: 2px solid #d9d9d9;
  margin: 10px 0px 15px;
}
.table-total .table-total_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.text-left{
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.table-total_header #total-view-cart {
  font-weight: 800;
  font-size: 18px;
  color: #0f3057;
}
.table-total .table-total_footer {
  display: flex;
  margin-top: 20px;
  flex-wrap: wrap;
}
.table-total_footer .btn-cart:first-child {
  margin-right: 10px;
}
.table-total_footer .btn-cart {
  width: calc(100%/2 - 10px);
}
.table-total_footer .btn-cart .link-continue {
  padding: 0;
  line-height: 35px;
  height: 35px;
  position: relative;
  text-align: center;
  display: block;
  border-radius: 3px;
  letter-spacing: 1px;
  border: 1px solid #00587a;
  background-color: #fff;
  color: #00587a;
  transition: color 0.45s;
  z-index: 1;
  overflow: hidden;
}
.table-total_footer .btn-cart a {
  text-decoration: none;
}
.table-total_footer .btn-cart .linktocheck {
  padding: 0;
  line-height: 35px;
  height: 35px;
  position: relative;
  text-align: center;
  display: block;
  color: #fff;
  border: 1px solid #00587a;
  border-radius: 3px;
  letter-spacing: 1px;
  background-color: #00587a;
  z-index: 1;
  overflow: hidden;
  transition: color 0.45s
}
.table-total_footer .btn-cart-link{
  width: 100%;
  text-align: center;
  margin-top: 10px;
}
.table-total_footer .btn-cart-link a{
  display: inline-block;
  text-decoration: underline;
  color: #222222;
}
.site-overlay {
  background: rgba(0, 0, 0, 0.7);
}
.wrapp .site-overlay{
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: all 200ms linear;
}
.menu-collection {
  margin: 30px 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
}
.menu-collection .nav_li {
  margin-bottom: 10px;
}
.menu-collection .link_cate{
  font-weight: 600;
  vertical-align: middle;
  display: inline-block;
  text-transform: uppercase;
  width: calc(100% - 45px);
  text-decoration: none;
  color: #222222;
}
.menu-collection .nav_li .icon-subnav {
  text-align: center;
  width: 40px;
  cursor: pointer;
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  transition: 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
}
.nav_li .icon-subnav i{
  font-size: 15px;
}
.menu-collection .submenu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.submenu .link_cate1 {
  padding: 8px 8px 8px 25px;
  font-weight: 600;
  display: inline-block;
  width: calc(100% - 45px);
  vertical-align: middle;
  text-decoration: none;
  color: #222222;
}
.menu-about {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu-about .login{
  margin-top: 50px;
  margin-bottom: 12px;
}
.menu-about .login a{
  font-weight: 500;
  font-size: 15px;
  color: #222222;
  text-decoration: none;
}