/*
Theme Name: Computer Office Theme
Theme URI: http://phlox.pro/go/
Template: phlox-pro
Author: averta
Author URI: http://www.averta.net
Description: Tema moderno para Tienda virtual.
Tags: one-column,two-columns,three-columns,four-columns,left-sidebar,right-sidebar,grid-layout,custom-menu,custom-colors,editor-style,featured-images,featured-image-header,footer-widgets,full-width-template,post-formats,sticky-post,theme-options,translation-ready,blog,e-commerce,portfolio,threaded-comments,custom-logo
Version: 5.15.5.1710781396
Updated: 2024-03-18 18:03:16

*/
:root {
  --color-1: #01677f;
  --color-2: #44d62e;
  --color-3: #1a8d04;
  --color-4: #008aac;
}

/* PAG TIENDA PANEL WIDGETS CATEGORIAS PROD */
.aux-shop-archive .product-categories .cat-item {
  display: block !important;
  margin-bottom: 13px;
}

.aux-shop-archive .widget-container ul li ul {
  margin-left: 20px !important;
}

/* FIX SOBREPOSICION PRECIO Y AÑADIR AL CARRITO  */

@media (min-width: 767px) {
  .single-product .entry-summary .price {
    padding: 42px 40px 89px !important;
    border-radius: 20px;
  }
  .single-product .cart {
    /* order: 4;
    margin-top: -93px; */
    text-align: left !important;
    /* margin-right: 0; */
    margin-left: 0px !important;
  }
}
@media (max-width: 767px) {
  .cart .joinchat__woo-btn__wrapper {
    text-align: left;
}
}
.single-product .woocommerce-Tabs-panel--additional_information:before {
  content: 'Detalles' !important;
  font-family: 'Nunito';
  font-weight: bold;
  font-size: 30px;
  color: #1e1e1e;
  line-height: 1.5em;
  position: absolute;
  top: 55px;
  letter-spacing: -0.9px;
}
.single-product .woocommerce-Tabs-panel--additional_information:after {
  content: '.' !important;
  font-family: 'Quicksand';
  font-weight: 500;
  font-size: 16px;
  color: #152542;
  line-height: 1.5em;
  position: absolute;
  top: 108px;
}


.product-template-default .joinchat__woo-btn__wrapper {
    margin-left: 0px!important;
    margin-top: 20px!important;
}

.aux-shop-archive .aux-col {

    padding: 0px 24px 25px!important;
  
}

@media only screen and (max-width: 1352px) and (min-width: 1025px) {
    .aux-shop-archive .products-loop .price {
        flex-direction: column-reverse!important;
    }
}


.post-type-archive-product .aux-shop-archive .products-loop .price {
        flex-direction: column!important;
    }

/* OCULTAR CODIGO POSTAR Y CIUDAD DE PAGINA DE CARRITO  */
.woocommerce-cart p#calc_shipping_postcode_field {
  display: none !important;
}
 