html,body{
    font-family: "Myriad Pro", 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 14px;
}
html {
    position: relative;
    min-height: 100%;
}
body{
    margin-bottom: 187px;
}
@media (max-width: 768px) {
  .as-mainpage-text {
    background: none!important;
	padding: 0!important;
  }
  ul.as-main-menu li a{
	  display: block;
  }
  ul.as-main-menu li{
	  display: block;
  }
  .as-m-box{
	  display: none;
  }  
}
@media (max-width: 992px) {
  .product-categories{
	  display: none;
  }
}
h1,h2,h3,h4,h5,h6{
    text-transform: uppercase;
    color: #626877;
}
h1{
    font-size: 1.4em !important;
}
h2{
    font-size: 1.3em !important;
}
h3{
    font-size: 1.2em !important;
}
h4{
    font-size: 1.1em !important;
}
h5{
    font-size: 1em !important;
}
h6{
    font-size: 1em !important;
}
b{
    font-weight: 600;
}
.as-muted{
    color: #626877;
}
.as-main-color{
    color: #00a8ff;
}

/* STATUS BAR */

.as-status-bar{
    border-bottom: solid 1px #d9dde3;
}
.as-status-bar-content{
    height: 40px;
}
.as-count{
    padding: 1px 4px 1px 4px;
    border-radius: 4px;
    background: #878d9e;
    color: #fff;
}
.as-login-link-box a{
    color: #626877;
    
}
.as-login-link-box a:hover{
    text-decoration: none;
    color: #878d9e;    
}
.as-cart a{
	color: #626877;
	text-decoration: none;
}
.as-cart a:hover{
	color: #878d9e;
	text-decoration: none;
}

/* END */

/* LOGO */

.as-logo-main{
    font-size: 24px;
    font-weight: 600;
    line-height: 20px;
}
.as-logo-description{
    font-weight: 400;
}
.as-logo-main a{
    color: inherit !important;
}
.as-logo-main a:hover{
    color: inherit;
    text-decoration: none;
}

/* END */

/* HEADER */

.as-header{
    background: #ebeff5;
}
.as-header-h{
    min-height: 106px;
}
.as-header-content{
    line-height: 18px;
}
.as-head-item{
    margin-left: 30px;
    padding-left: 40px;
}
.as-head-item:first-child{
    margin-left: 0px;
    padding-left: 0px;
}
.as-header-contacts{
    background: url('../img/phone.png') no-repeat left center;
}
.as-header-time{
    background: url('../img/cal.png') no-repeat left center;
}

.as-search-field{
    border-radius: 50px !important;
    border: solid 2px #00a8ff !important;
    color: #626877 !important;
    padding: 8px 10px !important;
    font-size: 14px;
    min-width: 220px;
}
.as-search-field:focus{
    outline: none;
}

/* END */

/* MAIN MENU */

.as-menu-btn{
	text-transform: uppercase;
	font-weight: 600;
	padding: 10px;
	background: #d5dce6;
    color: #626877;
	cursor: pointer;
}

.as-main-menu{    
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    background: #4d5256;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-around;
}
.as-main-menu li{
    list-style-type: none;
    background: #4d5256;
    transition: all .2s;  
    display: inline-block; 
}
.as-main-menu--active, .current_page_item{
    background: #00a8ff !important;
}
.as-main-menu li a{
    padding: 12px 16px;
    display: inline-block;
}
.as-main-menu li:hover{
    background: #666e75;
}
.as-main-menu a, .as-main-menu a:hover{
    color: #fff;
    text-decoration: none;
}

/* END */

/* CONTENT */

.as-bth{
	height: 1px;
	display: block;
	clear: both;
}
.as-content{
    margin-top: 20px;
}
.as-thumbnail-box{
	max-height: 70px;
	max-width: 70px;
	margin: 15px;
	border-radius: 4px;
	background: #f4f4f4;
	border: solid #d7dce4 1px;
	float: left;
}
.as-breadcrumbs a{
	color: #007bff;
	text-decoration: none;
}
.as-breadcrumbs a:hover{
	color: #878d9e;
}
.as-search-result a{
	color: #007bff;
	text-decoration: none;
}
.as-search-result a:hover{
	color: #878d9e;
}
.as-edit-link a{
	color: #626877;
	text-decoration: none;
}
.as-edit-link a:hover{
	color: #878d9e;
}
.as-catalog-title{
    text-transform: uppercase;
    padding: 15px;
    font-weight: 600;
    border-bottom: solid 1px #d9dde3;
	cursor: pointer;
}
.as-cat-nav>ul{
    margin: 0;
    padding: 0;
    position: relative;
}
.as-cat-nav{
    background: #ebeff5;
    font-size: 14px;  
}
.as-cotalog-items li{
    list-style-type: none;
    display: block;      
    border-bottom: solid 1px #d9dde3;     
    transition: all .2s;  
    position: relative;
}
.as-cotalog-items li:hover, .current-cat{
    background: #dadfe7!important;
}
.as-cotalog-items li a{
    padding: 12px 24px 12px 16px;
    display: block;
}
.as-cotalog-items li a, .as-cotalog-items li a:hover{
    color: #4d5256;
    text-decoration: none;
}
.as-arr{
    position: absolute;
    top: 15px;
    right: 12px;
}
.as-mainpage-text{
    padding-left: 150px;
    background: url('../img/plane.png') left center no-repeat;
    min-height: 135px;
}
.as-mainpage-separator{
    height: 2px;
    width: 150px;
    background: #00a8ff;
}
.as-item-box{    
    border-radius: 2px;
}
.as-item-img{
    background: #ebeff5;
    min-width: 10px;
    min-height: 190px;
}
.as-item-title a{
    padding: 8px;
    background: #00a8ff;
    text-align: center;
    color: #fff;
    font-weight: 600;
    display: block;
    transition: all 0.2s;
}
.as-item-title a:hover{
    text-decoration: none;
    background: #2eb9ff;
}
.as-item-status{
    margin: 6px 0;
}
.as-catlink-btn a{
    border-radius: 50px;
    padding: 4px 12px;
    border: solid 2px #00a8ff;
    color: #00a8ff;
    font-weight: 600;
    transition: all .2s;
}
.as-catlink-btn a:hover{
    text-decoration: none;
    background: #00a8ff;
    color: #fff;

}
.as-imaded-box{
    min-height: 150px;
    background: url('../img/textbg.jpg') no-repeat;
    background-size: cover;
    color: #4d5256;
    padding: 0 30px;
}
.as-icons-box{
    text-transform: uppercase;
    font-weight: 600;
}
.as-main-phone{
    font-size: 1.75rem;
    font-weight: 600;
}
.as-main-task-title{
    font-size: 1.25rem;
    font-weight: 600;
    text-transform: uppercase;
}

/* END */

/* FOOTER */

.as-footer{
    background: #ebeff5;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 187px;
    background-color: #f5f5f5;
  }
  
.as-footer-content{
    min-height: 150px;
    padding: 20px 0;
}
.as-footer-links ul{
    list-style: none;
    padding: 0;
    margin: 0;    
}
.as-footer-links ul li a{
    color: #626877;
    text-decoration: underline;
    white-space: nowrap;
}
.custom_poduct_btn{
     font-family: "Myriad Pro", 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    background: #00a8ff!important
}
.custom_poduct_btn:hover{
    background: #00a8ffd1!important
}
/*.as-field-item label{
    width:30%;
}
.as-field-item .woocommerce-input-wrapper{
    width:60%;
}*/
.as-field-item input{
	-webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}
.as-field-item input:focus{
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.as-product-img img{
    width: 30%;
    height:100%;
}
.as-404-code{
    font-size: 100px;
    font-weight: bold;
}
.as-404-text{
    font-size: 25px;
}