/*

Theme Name: Shopkeeper - The Child Theme

Theme URI: https://1.envato.market/wp-dashboard-to-shopkeeper

Description: This is the Child Theme for Shopkeeper - a Hassle-free Worpress Theme with great design and extensive functionality.

Author: Get Bowtied

Author URI: https://www.getbowtied.com/

Template: shopkeeper

Version: 2.0

*/





/****************************************************************/

/*************** ADD YOUR CUSTOM CSS IN THIS AREA ***************/

/****************************************************************/

body{
    text-transform: none;
}

.content-area {
    padding: 0 !important;
}


/*
 * Main Menu
 * */
 .products a.button, .woocommerce .products .added_to_cart.wc-forward, .woocommerce-page .products .added_to_cart.wc-forward,
 .main-navigation ul li a{
    text-transform: none;
 }

 .main-navigation {
	text-align: center !important;
}

.top-headers-wrapper .site-header.default .site-header-wrapper .menu-wrapper{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.top-headers-wrapper .site-header.default .site-header-wrapper .menu-wrapper .main-navigation{
    flex: initial;
}

/* banner */

.shortcode_getbowtied_slider .shortcode-slider-pagination{
    bottom: 1rem !important;
}

/* 
 * Product Box Title
 * Configure to max 2 lines
 * */

 .woocommerce .products ul, .woocommerce ul.products{
    display: flex;
    align-items: stretch;
    gap: 1rem;
    flex-wrap: wrap;
 }

 li.display_buttons.product.type-product {
    background-color: #fff;
    box-shadow: 0px 3px 8px #7EB2DD30;
    border-radius: 0.5rem;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
    margin: 0;
    padding: 1rem;
}

.woocommerce-loop-product__title {
	overflow: hidden !important;
  text-overflow: ellipsis !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
	line-clamp: 3;
  -webkit-box-orient: vertical !important;
	text-align: center !important;
    padding: 1rem !important;
    margin-block: 0.5rem;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title{
    font-weight: bold !important;
    font-size: 1.25rem !important;
    text-overflow: ellipsis !important;
    overflow: hidden !important;
    height: 75px;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	text-align: center !important;
}

a.button.product_type_.add_to_cart_button.add-to-cart-loop.simple span {
    background-color: #D22B31;
    padding: 1rem;
    border-radius: 2rem;
    color: #fff;
}

.woocommerce ul.products li.product .button{
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.woocommerce ul.products.columns-4 li.product, .woocommerce-page ul.products.columns-4 li.product{
    background-color: #fff;
    box-shadow: 0px 3px 8px #7EB2DD30 !important;
    border-radius: 0.5rem;
}

/* 
 * Price Visibility 
 * */
.price{
	visibility: collapse !important;
	height: 0px !important;
}

.cart-subtotal {
	display: none !important;
}

.order-total {
	display: none !important;
}

.woocommerce-Price-amount {
	display: none !important;
}


.product-subtotal {
	display: none !important;
}

.product-total {
	display: none !important;
}

/*
 * Products Thumbnails
 * */

.product_thumbnail.with_second_image img 
{
    /*width: 200px !important;
    height: 200px !important;
    object-fit: cover;*/
	background-size: cover;
}

.product_thumbnail_background {
	width: auto !important;
	/*height: 200px !important;
	background-position: center !important;*/
}



/* Cart */ 
.woocommerce-info {
    background-color: #fff !important;
}

.woocommerce-info {
    color: #d22b31 !important;
}

.woocommerce-cart .woocommerce .button.wc-backward:hover {
    color: #fff !important;
}

.cart-actions .updatecart input.button{
	display:none;
}

.cart-actions .updatecart .button {
    padding: 14px 30px !important;
}

/* 
 * Instagram plugin 
 * */
 .instagram-gallery__button.instagram-gallery__button--follow{
    background-color: #d22b31;
    color: #fff;
 }


/* 
 * Contact Form 
 * */
h5.footer-contact{
	font-size: 2rem;
}
h6.footer-contact{
	font-size: 1.25rem;
}
.p-1{
	padding: 1rem;
}
.mb-1{
	margin-bottom: 0.5rem;
}
.mx-1{
	margin-inline: 0.5rem;
}
input[type="text"], input[type="email"],
input[type="tel"],
textarea{
	border-radius:0.25rem;
}
.wpcf7-textarea {
	height: 70px!important;
}
.wpcf7-form-control.wpcf7-submit {
  max-width: 50%;
  border-radius: 2rem !important;
  min-width: 180px;
  margin-block: 1rem;
}

/* 
 * Top Header Message
 * */
#site-top-bar .site-top-message {
	font-size: 16px;
}

/*
 * Home Page Section Titles
 * */

.has-text-align-center {
	font-size: 22px;
}

/* slider */
.vc_row-has-fill>.vc_column_container>.vc_column-inner{
    padding-top: 0;
}

/*
 * Category Product Header
 * */

.woocommerce-products-header {
	display: none;	
}

/*
 * OrderBy DropDown Visibility
 * */
.woocommerce-ordering {
	display: none;
}

/*
 * CheckOut Form - Radio Style / Si-No
 * */
.woocommerce-checkout form .form-row label.radio {
    display: inline-block !important;
    margin-left: 6px;
}

/*
 * Nuestros Clientes
 * */

.wpls-logo-showcase .slick-dots {
	display: none !important;	
}

.wpls-logo-showcase .wpls-logo-cnt.slick-slide {
    margin: 0 2px !important;
}
/*
 * Newsletter
 * */
.newletter-container{
	background-color:#2C302F;
	color:#fff;
	padding-block: 2rem;
}
h4.tittle-newsletter,
.text-newsletter{
	color:#fff;
	text-align: center;
}

/* categorias destacadas */
.vc-hoverbox-block.vc-hoverbox-front {
    outline: 1px solid #000;
    outline-offset: -10px;
}

#site-footer{
    background: #2C302F;
}

/* hover de add wishlist */
ul.products li:hover .product_thumbnail_icons,
.product_thumbnail_icons:hover{
    opacity: 0 !important;
}

.shadow-style{
    box-shadow: none;
    transition: all 0.5s ease;
}

.shadow-style:hover{
    box-shadow: 0px 3px 8px #7EB2DD30;
    transition: all 0.5s ease;
}

/* // Modal de productos */
/* .modal-products{
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 450px;
    padding: 20px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    z-index: 9999;
} */

/* .button-modal-products{
    margin-top: 10px;
    padding: 8px 16px;
    background: #0073aa;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
} */

#modalBackdrop{
    display: none; 
    position: fixed; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
    background: rgba(0, 0, 0, 0.5); 
    z-index: 9998;
}

#quantityModal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

#quantityModal .modal-content {
    background-color: #fff;
    margin: 10% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 400px;
    text-align: center;
    border-radius: 10px;
}

#closeModal {
    background-color: #0073aa;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
}

/*Botones Chekout*/
.checkout-button .button .alt .wc-forward {
  border-radius: 2rem !important;
}

.button {
  border-radius: 2rem !important;
  color: white !important;
}

.woocommerce-cart .shopkeeper-continue-shopping .button, .woocommerce-cart .shopkeeper-continue-shopping .button:hover{
    background-color: #d22b31 !important;
}

/*boton finalizar compra, subtotal del mini cart*/
a.button.checkout.wc-forward, .shopkeeper-mini-cart .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content p.total {
    display: none;
}

/* // `xs` returns only a ruleset and no media query
// ... { ... } */

/* // `sm` applies to x-small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {  }

/* // `md` applies to small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {  
    .woocommerce .products ul, .woocommerce ul.products{
    display: block;
 }
 .woocommerce ul.products li.product .woocommerce-loop-product__title{
    font-size: 0.8rem !important;
 }
}

/* // `lg` applies to medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {  }

/* // `xl` applies to large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {  }

/* // `xxl` applies to x-large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {  }