/***** Header *****/
.full-header {
	width:100%;
	float:left;
  font-size: 12px;
  color: #b0b0b0;
}
#header, .header-box {
  float: left;
  width: 100%;
}
.header-row.header-left {
    float: left;
}
.header-row.header-right {
    float: right;
}
.header-row.header-right ul.desktop {
  float: right;
  padding: 12px 0;
}
.header-row.header-right ul.desktop li {
  font-size: 12px;
  padding: 0 15px;
  display: inline-block;
}
.header-row .btn-cart-right > a{
	line-height: 40px;
	color: #b0b0b0;
	text-align: center;
	background: #424242;
    padding: 0 15px;
    display: inline-block;
}
.header-row .btn-cart-right > a:hover{
	background: #fff;
	color: #ff6709;
}
.header-box.top-link .header-row.header-left p {
  margin: 16px 15px 0 0;
  float: left;
  color: #777777;
  font-size: 14px;
  font-family: encode sans expanded;
}

/* logo */
.header-logo {
  float: left;
}
.header-logo img{ max-height: 60px; }

/* header logo */
.header-col {
  width: 33.333333%;
  float: left;
  padding: 0 15px;
}
.header-col.header-col-icon{
  text-align: right;
}
.header-box.header-logo {
  padding: 20px 0 30px;
} 
.header-col .header-phone {
  background: url(images/phone.png) no-repeat scroll 0 50%;
  display: inline-block;
  font-size: 19px;
  padding-left: 30px;
  line-height: 35px;
  color: #777777;
  margin-top: 15px;
}
.header-col .header-phone .header-phone-title {
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
}
.header-col .header-phone .header-phone-number {
  display: inline-block;
}
.header-col .block-search {
  display: inline-block;
  position: relative;
}
.btn-cart-right {
  display: inline-block;
  position: relative;
}
.header-col .icon-search {
  background: url(images/icon-search.png) no-repeat scroll center #8cc63f;
  border: 2px solid #8cc63f;
  clear: both;
  display: inline-block;
  height: 59px;
  margin: 0;
  padding: 0;
  width: 59px;
  border-radius: 40px;
  cursor: pointer;
}
.header-col .block-search:hover .icon-search, .btn-cart-right:hover .inner-btn-cart{
  background-color: #303030;
  border-color: #303030;
}
.header-col .inner-btn-cart{
  background: url(images/icon-cart.png) no-repeat scroll center #8cc63f;
  border: 2px solid #8cc63f;
  float: right;
  height: 59px;
  margin-left: 10px;
  width: 59px;
  border-radius: 40px;
  display: inline-block;
}
.header-col .form-search {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background: none repeat scroll 0 0 #ffffff;
  height: 53px;
  box-shadow: 0 3px 3px #aaaaaa;
  padding: 10px;
  z-index: 9999;
  border-radius: 8px;
  margin-top: -5px;
}
.header-col .block-search:hover .form-search{ display: block; }
.header-col .form-search .searchform .search-btn{ display: none; }


/* mini cart */
.mini-cart-menu {
  box-shadow: 0 14px 40px rgba(0,0,0,0.1);
  padding-bottom: 10px;
  padding-top: 10px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1.6px;
  position: absolute;
  top: 53px;
  right: -1px;
  top: 100%;
  width: 350px;
  opacity: 0;
  visibility: hidden;
  /*color: #FFFFFF;*/
  background: #ffffff;
  z-index: 99999;
  transform: translateY(25px);
  -webkit-transform: translateY(25px);
}
.btn-cart-right:hover .mini-cart-menu{
  display: block ;
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
}
.mini-cart-menu-ct {
  line-height: 1.6;
}
li.mini_cart_item .left-cart {
  width: 28%;
  float: left;
  margin-right: 10px;
}
.woocommerce ul.cart_list li .left-cart img, .woocommerce ul.product_list_widget li .left-cart img {
  width: auto;
  margin: 0;
  float: none;
}
li.mini_cart_item .right-cart {
  float: left;
  font-size: 13px;
  width: 60%;
}
.woocommerce .mini-cart-menu ul.cart_list li a, .woocommerce .mini-cart-menu ul.product_list_widget li a, .mini-cart-menu ul.product_list_widget li a{
  padding: 0;
  margin-bottom: 13px;
  font-weight: 600;
}

li.mini_cart_item span.quantity {
  margin-top: 0px;
  font-size: 13px;
  font-weight: 400;
  line-height: 28px;
  position: static;
  color: #b0b0b0;
  display: block;
}
.mini-cart-menu p.total {
  color: #3f3f3f;
  font-size: 13px;
  font-weight: 400;
  border-top: 0!important;
  text-align: left;
  padding: 10px 20px 22px 20px!important;
}
.mini-cart-menu p.total strong{ font-weight: normal; }
.mini-cart-menu p.total span.woocommerce-Price-amount.amount {
  float: right;
}
.mini-cart-menu p.buttons {
  text-align: center;
  width: 100%;
  float: left;
  border-top: 1px solid #e0e0e0;
  padding: 20px 20px 10px 20px;
}
.woocommerce .mini-cart-menu p.buttons a.button, .mini-cart-menu p.buttons a.button{
  float: none;
  display: block;
  color: #ffffff;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  width: 100%;
  height: 35px;
  line-height: 34px;
  padding: 0;
  margin-bottom: 10px;
  background: #8cc63f;
}
.btn-toggle-menu {
  float: right;
  font-size: 18px;
  color: #b0b0b0;
  display: none;
  position: relative;
  z-index: 999;
  cursor: pointer;
  height: 40px;
  padding: 9px 15px;
  line-height: 25px;
  background: #424242;
}

.header-row .header-info {
    float: right;
}
.header-row .header-info a{
	color: #3a3a3a;
  font-size: 12px;
  border-top: 3px solid transparent;
  display: inline-block;
}
.header-row .header-info .desktop a:hover{
	border-color: #8cc63f;
}


/*Responsive*/
@media only screen and (min-width: 769px) and (max-width: 1040px) {
	
}
@media only screen and (max-width: 800px) {
  .header-col .icon-search,
  .header-col .inner-btn-cart {
    width: 40px;
    height: 40px;
    background-size: 20px;
  }
  .header-box.header-logo .row{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
  }
  .header-col.header-col-sdt{
      width: 40%;
  }
  .header-col.header-col-icon{
    width: 20%;
  }
  .header-col .header-phone{
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .header-col{
    padding: 0 10px;
  }
}
@media only screen and (max-width: 660px) {
  .header-col.header-col-logo{
    width: 50%;
    order: 1;
  }
  .header-col.header-col-icon{
    width: 50%;
    order: 2;
    padding-top: 10px;
  }
  .header-col.header-col-sdt{
    width: 100%;
    order: 3;
    margin-top: 15px;
  }
  .header-box.header-logo {
    padding: 10px 0 20px;
  }
}

@media only screen and (max-width: 640px) {
	

}
@media only screen and (max-width: 400px) {
}
