@charset "UTF-8";

.detalle {
    position: relative;
    width: 100%;
    font-size: 20px;
    line-height: 30px;
    color: #661072;
    overflow: hidden;
    border-top: 1px solid hsla(312,3%,70%,.57);
    padding-top: 5px;
}

.detalle .temperature {
    float: left;
}
.detalle span {
    padding-left: 24px;
    position: relative;
}
.detalle .time {
    float: right;
    padding-right: 10px;
}
.detalle .temperature:before {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 22px;
    background: url(images/world-tea/temperature.png);
    background-size: 12px;
    background-repeat: no-repeat;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
}
.detalle .time:before {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 18px;
    background: url(images/world-tea/time.png);
    background-size: 18px;
    background-repeat: no-repeat;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
}
.add_to_cart_button {
     float: right;
}
.item .price{
    font-size:1.3em;
    padding-left: 12px;
    padding-top: 5px;
}
.container .content .item {
    margin-bottom: 0px!important;
}
.product_title {
    font-family: Adobe Garamond Pro;
    font-size: 28px;
    color: #a1a425;
    line-height: 30px;
}
.woocommerce-product-gallery, .entry-summary{
    float:left;
}
.add-carrito{
    float:left;
    padding-left:50px;
}
.add-carrito .price{
    font-size:1.5em;
    font-weight:bold;
    margin-left:50px;
}
.precio{
    font-size:1.5em;
    font-weight:bold;
    margin:20px 0 30px;
}
.summary .product_meta{
    margin-top:20px;
}
.summary .product_meta .posted_in a{
    color: #a1a425;
}
.related{
    clear:both;
}
.item2{
    width:300px;
    float:left;
}
.product_meta .posted_in{
    display:block;
}
.quantity{
    float:left;
    padding-right:20px;
}
.woocommerce-Price-amount{
    font-weight:bold;
    margin-bottom:30px;
    font-size:0.8em;
}
.woocommerce-pagination{
    clear:both;
}
.woocommerce-pagination li{
    float:left;
    padding:0 10px;
}
.woocommerce-variation-price{
    font-size:1.5em;
    /*padding:20px;*/
}
.woocommerce{
    margin-top:100px;
}
.add_to_cart_button, a.product_type_variable{
    background: #abb024!important;
    color: white;
    padding: 10px;
    float:right;
}
.single_add_to_cart_button, #pagar-now, #btn-back{
    background: #abb024!important;
    color: white;
    padding: 10px;
    border:none;
}
.added_to_cart{
    background: #641077!important;
    color: white;
    padding: 10px;
    border:none;
    float:left;
}
.woocommerce-message .button {
    float: right;
    font-size: 1.1em;
    /* font-weight: bold; */
    padding: 3px 15px;
    background: #abb022;
    color: white;
}
.message_cart_collaterals{
    float: right;
    padding: 20px 0;
    color: green;
}
#peso{
    margin: 0 20px;
}
.woocommerce-variation-add-to-cart-enabled .input-text, .woocommerce-variation-add-to-cart-disabled .input-text, .woocommerce-cart-form .input-text{
    text-align:center;
    border: 1px solid #AAA;
    width:50px;
}
.related{
    border-top: 1px solid hsla(312,3%,70%,.57);
    padding-top:10px;
    margin-top:30px;
}
.woocommerce-billing-fields{
    font-family: thesanslight;
    background:rgba(171, 176, 34, 0.3);
    padding:20px;
}
.woocommerce-shipping-fields{
    font-family: thesanslight;
    background:rgba(164, 100, 151, 0.3);
    padding:20px;
}
.woocommerce-billing-fields .input-text, .woocommerce-shipping-fields .input-text{
    border:1px solid #AAA;
    padding:5px;
}
.woocommerce-checkout{
    font-family: thesanslight;
}

.page-tea-world .container .head h2.big {
    font-size: 150px!important;
}
.term-description{
    padding: 0 80px;
    color: #9c9a9c;
    font-size: 15px;
    line-height: 20px;
    margin-top: -14px;
    width: 850px;
}
.single_variation_wrap{
    padding-top:30px;
}
.woocommerce-variation-availability{
    font-size:1.2em;
    font-weight:bold;
    color: #bdc829;
}
.giftwrap_li input{
    -webkit-appearance:radio!important;
}
.wc_giftwrap_notes_container{
    display:none!important;
}
.giftwrap_header{
    float:right;
    font-weight:bold;
    color: #a46497;
}

.cart-contents {
    position: relative;
    display: flex !important;
    flex-flow: column nowrap;
    justify-content: center;
}

.cart-contents:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;	
    content: "\f290" !important;
    font-size: 30px;
    color: #FF1493;
}

.cart-contents:hover {
    text-decoration: none;
}

.cart-contents-count {
    color: #fff;
    background: transparent; 
    font-weight: bold;
    border-radius: 50%;
    padding: 1px 6px;
    line-height: 1.5;
    font-family: Arial, Helvetica, sans-serif;
    vertical-align: top;
    height: 17px; 
    width: 17px;
    transform: translateY(-105%) translateX(25%); 
    font-size: 10px;
}
.single_add_to_cart_button{
    display:block;
    clear:both;
    margin-top:25px;
}
input .qty{
    width:50px;
}

.woocommerce-breadcrumb{
    margin-bottom:25px;
}

.woocommerce-product-details__short-description{
    margin-bottom:30px;
}
.wc-tabs{
    display:none;
}
.product_meta{
    padding-bottom:30px;
}
.show_giftwrap{
    color:#96588a;
    float:right;
    font-weight: bold;
}
.giftwrap_header_wrapper{
    display:block;   
}
.woocommerce .cart-collaterals .cart_totals{
    display:block;
    clear:both;
    margin-top:25px;
}
.form_latitas{
    overflow: hidden;
    display: block;
    float: right;
    clear: both;
    padding:5px;
    width:70%;
    text-align:right
}

.wc-giftwrap li, .entry-content .wc-giftwrap li {
    float: right!important;
    margin: 0 0 0 5%!important;
}
.cart-collaterals{
    padding-bottom:30px;
}
.checkout-button{
    float:right;
}

.woocommerce{
    font-family: thesanslight!important;
}
.create-account{
    font-weight: bold;
    color:#96588a;
}
.woocommerce-shipping-methods input{
    -webkit-appearance:checkbox!important;
}
.giftwrap_li .woocommerce-Price-amount, .giftwrap_title, .giftwrap_details, .show_giftwrap{
    font-size:1.2em;
}
.reset_variations{
 border: 1px solid #AAA;   
 padding: 0 10px;
}
.pictures-bookshop{
    display:none;
}
.bookshop{
    background: url(https://www.quintaesencia.com.pe/wp-content/uploads/2016/11/quinta_esencia_liberia.jpg)!important; background-size: cover;
}
.porpaquete{
    font-size:0.65em;
}
.woocommerce-variation-price{
    padding-bottom:25px;
}

/* For Mobile */
@media screen and (max-width: 540px) {
    
.entry-summary{
   width:100%;
}
form.cart{
    overflow:hidden;
}
.woocommerce-products-header{
    height: 120px;
}
/*
header.fixed{
    position:static!important;
}
*/
.woocommerce-products-header{
    position:static!important;
}
.page-tea-world .container {
    margin-top: 35px!important;
}
.page-tea-world .container .content .item{
    height:auto!important;
}

   
}

/* For Tablets */
@media screen and (min-width: 540px) and (max-width: 780px) {

.entry-summary{
   width:90%;
}    
form.cart{
    overflow:hidden;
}
.woocommerce-products-header{
    height: 120px;
}
.page-tea-world .container {
    margin-top: 35px!important;
}

    
}

@media (min-width: 780px){
    
.entry-summary{
   width:50%;
}
form.cart{
    overflow:hidden;
    padding-left:50px;
}
.woocommerce-products-header{
    height: 150px;
}
.page-tea-world .container {
    margin-top: 75px!important;
}


}