@font-face {
  font-family: AqigoFontBold;
  src: url(http://liquid.airluna.com/wp-content/themes/wp-bootstrap-starter/fonts/pingfangbold.ttf);
}

@font-face {
  font-family: AqigoFontMedium;
  src: url(http://liquid.airluna.com/wp-content/themes/wp-bootstrap-starter/fonts/pingfangmedium.ttf);
}

@font-face {
  font-family: AqigoFontCeraM;
  src: url(http://liquid.airluna.com/wp-content/themes/wp-bootstrap-starter/fonts/CeraPro-Medium.otf);
}

.entry-title {
    font-family: AqigoFontMedium;
    font-size: 32px !important;
    color: #707070 !important;
    font-weight: normal;
    letter-spacing: 1.5px;
}

.quantity {
    margin-top: 22px;
    width: 200px;
}

.quant-input {
    width: 70%;
}  

@media only screen and (max-width: 768px) {
    .mainproducts-block {
        background-color: #fff;
        border-radius: 15px;
        margin: 15px;
        -webkit-box-shadow: 2px 2px 5px 1px rgba(184,184,184,0.8);
        -moz-box-shadow: 2px 2px 5px 1px rgba(184,184,184,0.8);
        box-shadow: 2px 2px 5px 1px rgba(184,184,184,0.8);
    }
    
    .mainpage-products-div {
        width: 50% !important;
        float: left;
        padding-top: 5pt;
        margin-left: -10pt;
    }
    .mainproducts-block-1 {
        width: 50% !important;
        float: left;
        padding-top: 15pt;
        white-space: normal;
    }
    
    .mainpage-slider-1 {
        color: #00B5EF;
    }
    
    .mainpage-slider-block1 {
        float: left;
        width: 45% !important;
        padding-top: 20pt;
    }
    
    .mainpage-slider-block2 {
        float: left;
        width: 55% !important;
        padding-top: 25pt;
    }
    
    .mainpage-slider-1-span {
        font-size: 12pt;
    }
    
    .mainpage-slider-2-span {
        font-size: 16pt;
    }
    
    .mainpage-slider-3-span {
        font-size: 9pt;
        color: #000;
    }
    
    .single_add_to_cart_button, .pisol_single_buy_now {
        width: 100% !important;
        margin-bottom: 10px !important;
    }
    
    .mainpage-products-div {
        
    }
    
    .aqigo-header {
        -webkit-box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.21);
        -moz-box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.21);
        box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.15);
    }
    
    #slide-navbar-collapse {
    position: fixed;
    top: 0;
    z-index: 1050;
    width: 80%;
    height: 100%;
    background-color: #fff;
    overflow: auto;
    -webkit-box-shadow: 6px 0px 5px -1px rgba(0,0,0,0.24);
    -moz-box-shadow: 6px 0px 5px -1px rgba(0,0,0,0.24);
    box-shadow: 6px 0px 5px -1px rgba(0,0,0,0.24);
  }
  .menu-overlay {
    display: none;
    background-color: #000;
    bottom: 0;
    left: 0;
    opacity: 0.5;
    filter: alpha(opacity=50);
    /* IE7 & 8 */
    position: fixed;
    right: 0;
    top: 0;
    z-index: 49;
  }
  
  .quantity {
      margin-top: 25pt !important;
  }
  
  input#coupon_code.input-text {
      float: left;
      border-radius: 15px;
      border: 1px solid #ccc;
      padding: 4pt;
      width: 40% !important;
  }
  
  .aqigo-mmenu-b {
    position: absolute;
    bottom: 0;
    margin-left: -15px;
    width: 100% !important;
    background-color: #E1E1E1;
  }
  
  .quant-input {
        width: 70% !important;
    }
}

@media screen and (min-width: 768px) {
    .mainpage-products {
        background-color: #fff;
        padding-top: 30pt;
    }
    
    .mainpage-products-div {
        width: 255px;
	    height: 294px;
    }
    
    .mainpage-products-div image {
        height: 90%;
    }
    
    .mainpage-slider-1 {
        margin: 30pt 0 0 25pt; color: #00B5EF;
    }
    
    .mainpage-products-div img:hover {
	margin: 0;
	height: 100%;
	-webkit-transition: margin 0.3s, height 0.3s;
	-moz-transition: margin 0.3s, height 0.3s;
	-o-transition: margin 0.3s, height 0.3s;
	transition: margin 0.3s, height 0.3s;
}
    
    .mainpage-slider-1-span {
        font-size: 35px;
    }
    
    .mainpage-slider-2-span {
        font-size: 42px;
    }
    
    .mainpage-slider-3-span {
        font-size: 20px;
        color: #000;
    }
    
    .mainpage-slider {
	    /*height: 450px;*/
	    /*background: linear-gradient(0deg, #e8e8e8, #fbfbfb);*/
    }

    .tpwpg-main {
        width: 85% !important;
    }
    
    .cart-collaterals {
        margin-top: -20pt !important;
    }
    
    .quant-input {
        width: 70% !important;
    }
    
    .minus {
       
    }
    
    .plus {
        
    }
    
    #coupon_code {
        text-align: center;
        padding-top: 8px;
        padding-bottom: 7px;
        border-radius: 20px;
        border: 1px solid #ccc !important;
    }
    
    .product-remove {
        vertical-align: top !important;
    }
}


body {
    
}

.woocommerce-cart-form, .shop_table, .customer_details {
      background-color: #fff;
  }

.aqigo-nav {
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    -ms-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
}

.aqigo-mobile-m {
    height: 20pt;
}

.aqigo-nav.scrolled {
    background: rgb(255, 255, 255); /* IE */
    background: rgba(255, 255, 255, 0.78); /* NON-IE */
}

.header-box {
	height: 80px;
	background-color: #fff;
	padding-left: 3.5vw;
    padding-right: 3.5vw;
}

.header-box-link {
	color: #999;
	margin-right: 15px;
}

.header-box-link-active {
	color: #000;
	margin-right: 15px;
}

.header-box-button {
	background-color: #00B5EF !important;
	border: none !important;
	border-radius: 20px !important;
	width: 120px;
}

.mainpage-products-div {
	text-align: center;
}

.mainpage-products-div img {
	margin: 4% 0;
  	width: auto;

	-webkit-transition: margin 0.3s, height 0.3s;
	-moz-transition: margin 0.3s, height 0.3s;
	-o-transition: margin 0.3s, height 0.3s;
	transition: margin 0.3s, height 0.3s;
}

.mainpage-buttons {
	background-color: #00B5EF !important;
	border: none !important;
	border-radius: 25px !important;
	margin-top: 15pt;
	margin-bottom: 25pt;
}

.mainpage-buttons-outline {
	background-color: #fff !important;
	border-color: #00B5EF !important;
	color: #00B5EF !important;
	border-radius: 25px !important;
	margin-top: 15pt;
	margin-bottom: 25pt;
}

.footer-first {
	background-color: #EAEBEC;
	height: 35px;
}

.footer-second {
	background-color: #999;
	height: 55px;
}

.techpage-title {
	background-color: #fff;
}

.type-page {
	padding: 0 4vw 0 4vw;
}

.techpage-h1 {
	margin-top: 20pt;
	margin-left: 22pt;
	padding-bottom: 20pt;
	font-size: 25pt;
}

.techpage-body {
	padding-top: 20pt;
	padding-left: 22pt;
	padding-bottom: 20pt;
	background-color: #E1E1E1;
	font-size: 14pt;
}

.test-border {
	border: 1px solid;
	border-color: #f2f2f2;
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0px;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
}

.aqigo-products:hover {
    text-decoration: none !important;
}

.custom-menu-class {

}

.custom-menu-class ul {
    margin:20px 0px 20px 0px;
    list-style-type: none;
    list-style: none;
    list-style-image: none;
    text-align:right;
}

.custom-menu-class li {
    display: inline;
    padding: 0px 20px 0px 0px;
}

.custom-menu-class a {
    color: #000;
}

.slick-list {
    padding: 25px 0 0 35px !important;
}

.slick-slide {
    padding-bottom: 15px !important;
}

h1.entry-title {
    border-bottom: none !important;
}

.woocommerce-Price-amount {
    
}

p.price {
  margin-bottom: 0 !important;
  font-family: AqigoFontCeraM;
  color: #707070;
  font-size: 32px !important;
  font-weight: bolder;
  letter-spacing: 3px;
}

.single_add_to_cart_button {
    float: left;
    background-color: #00B5EF;
    padding: 0 25pt 0 25pt;
    color: #fff;
    border: none !important;
    border-radius: 25px !important;
    margin-top: 60pt;
    margin-bottom: 25pt;
    margin-right: 10pt;
    height: 35px;
}

.pisol_single_buy_now {
    padding: 0 25pt 0 25pt;
    background-color: #fff !important;
    border-color: #00B5EF !important;
    color: #00B5EF !important;
    border-radius: 25px !important;
    margin-top: 15pt;
    margin-bottom: 25pt;
    height: 35px;
}

.product_cat-aqigo-products {
    /*max-height: 505px !important;*/;
}

.test-border {
    /* background: linear-gradient(0deg, rgba(252,252,253,1) 0%, rgba(219,216,216,1) 35%, rgba(252,252,252,1) 100%) !important; */
    height: 100%;
}

.cart_totals {
    width: 100% !important;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    width: 100% !important;
}

.tpwpg-big p {
    display: none !important;
}

.tpslick-dots li.tpslick-active button {
    width: 10px !important;
    height: 10px !important;
    border-radius: 5px;
    background-color: #00b5ef !important;
}

.tpslick-dots li button {
    width: 10px !important;
    height: 10px !important;
    border-radius: 5px !important;
    background-color: #999999 !important;
}

.minus {
    border-radius: 15px 0 0 15px;
    margin-right: -5px !important;
}

.plus {
    border-radius: 0 15px 15px 0;
    margin-left: -5px !important;
}

.minus, .plus {
    background-color: #00B5EF !important;
    border: 1px solid #00B5EF;
    height: 35px;
    width: 15%;
    color: #fff;
}

.quant-input {
    height: 35px;
    border: 1px solid #00B5EF;
    text-align: center;
}

.techmobile {
    margin: 0 -15pt 0 -15pt;
    padding: 15pt 0 0 0;
    background-color: #fff !important;
}

article#post-125.page.type-page.status-publish.hentry {
    text-align: center;
}

.single_add_to_cart_button {
	width: 200px !important;
    font-size: 18pt !important;
	font-weight: bold !important;
}

/* Hide the "x" */

a.remove {
text-indent: -9999px;
border: 0;
}

/* Add a Fontawesome icon instead */
/* Learn More in the Following Paragraphs */

a.remove:before {
font-family: FontAwesome;
content: "\f1f8";
float: left;
text-indent: 0;
color: #ccc !important;
font-weight: normal !important;
}

.woocommerce a.remove:hover:before {
	background: #fff !important;
	border-radius: 30px;
}

.woocommerce-message {
    display: none !important;
}

.woocommerce-info {
    display: none !important;
}

.required {
    color: #00B5EF !important;
}

.wpforms-field-medium {
    max-width: 100% !important;
    outline-color: none !important;
    border-radius: 12px !important;
}

.launchGallery {
    display: none;
}