/*
Theme Name: Theme Ceret - the7 Theme Child 
Theme URI: http://tu-sitio-web.com
Description: Child theme for The7 theme
Author: Ira
Template: dt-the7
Version: 1.0.0
*/

/*hide topbar*/
.top-bar {
    display: none;
}

.accent {
    color: #009898;
}

.home-exp-ceret {
    max-width: 990px;
    margin: auto;
}

#branding-bottom img {
    max-width: 35px;
    height: auto;
}

.pricing-row {
    padding-left: 0px;
    padding-right: 0px;
}

.pricing-line-title {
    font-size: 18px;
    line-height: 1.6;
}

.gw-go-header,
.gw-go-footer-wrap {
    background-color: #223252;
}

a.gw-go-btn.gw-go-btn-medium {
    border-radius: 3px !important;
    font-size: 18px !important;
    font-weight: 700;
    line-height: 20px !important;
    border-width: 0px !important;
    padding: 18px 22px 18px 22px !important;
    background: var(--the7-btn-bg, transparent linear-gradient(135deg, #002c51 30%, #009f96 100%)) !important;
    width: 230px;
    box-shadow: none;
    text-align: center;
    max-width: 100%;
    box-sizing: border-box;
    white-space: normal;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 55px;
    transition: all 0.3s ease-out;
}

a.gw-go-btn.gw-go-btn-medium:hover {
    background: var(--the7-btn-hover-bg, transparent linear-gradient(307deg, #002c51 31%, #009f96 100%)) !important;
}

form input,
form textarea {
    border-radius: 0px !important;
}

.dt-btn-submit {
    width: 150px !important;
    border-radius: 0px !important;

}

.dt-btn-submit:hover,
.dt-btn-submit:focus {
    color: #fff !important;
}

.frm_style_formidable-style.with_frm_style .form-field {
    margin-bottom: 10px;
}

.product {
    margin-top: 100px;
    margin-bottom: 100px;
}

.product h3 {
    margin-top: 20px;
}

.awcdp-deposits-description #deposit-suffix {
    display: none;
}

/*.product ul {
    list-style: none;
}*/

.woocommerce-Tabs-panel {
    max-width: 850px;
}

th.product-thumbnail,
td.product-thumbnail {
    display: none;
}

th.product-name,
td.product-name {
    width: 60%;
}

#block-5 figure.wp-block-image.size-full {
    max-width: 100px;
    display: inline-flex;
    margin: 0 5px 8px 0;
}

h2.yikes-custom-woo-tab-title {
    display: none;
}

.wc-ico-cart>.counter {
    position: absolute;
    left: 3px;
    top: -9px;
    z-index: 111;
}

.wc-ico-cart i {
    position: relative;
    z-index: 5555;
}

.footer_label label {
    color: #fff !important;
}

.footer-form input:not(.elementor-field):not(.searchform-s) {
    margin-bottom: 0;
}

#block-6 p {
    display: none;
}

.home-products .entry-title,
.home-products .price {
    display: none !important;
}

.home-products .product {
    margin-top: 50px;
    margin-bottom: 50px;
}

.home-products .button {
    width: 130px;
    font-size: 14px !important;
    padding: 12px 5px !important;
}

.txt-sello .vc_column-inner {
    padding-left: 0;
    ;
}

.related-product>li .product-thumbnail {
    max-width: 100%;
    margin-right: 0px;
}

.related-product>li {
    display: flex;
    flex-direction: column;
}

.related-product>li .product-title,
.related-product>li .price {
    display: none;
}

.related-product>li .button {
    width: 130px;
    font-size: 14px !important;
    padding: 12px 5px !important;
}

.related-product>li .woo-buttons {
    text-align: center;
}

.cart .woocommerce-cart-wrap .related-product>li {
    width: 50%;
}

.logged-in .user_login-registration,
body:not(.logged-in) .user_account {
    display: none;
}

.labels-como label {
    padding-bottom: 5px;
}

table.shop_table.customer_details,
table.woocommerce-table.awcdp_deposits_summary,
.woocommerce-order header h4 {
    display: none;
}
div.wc-complete-wrap>p{
    width: 100%;
    padding: 0 30px;
}
.wc-side-column {
    width: 49%;
}
.the7-woocommerce-checkout #customer_details, .the7-cart-form, .wc-complete-wrap .wc-wide-column, .wc-complete-wrap .woocommerce-bacs-bank-details, .shop_table_responsive, .woocommerce-cart-wrap .cross-sells {
   /* width: 45%;*/
}
section.woocommerce-order-details {
    width: 100%;
}
.wc-complete-wrap .woocommerce-bacs-bank-details {
    width: 100% !important;
    padding: 30px;
}
form#redsys_payment_form .button {
    margin-right: 15px !important;
    margin-top: 10px;
    cursor: pointer;
}
.summary.entry-summary .product_meta, li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads {
    display: none;
}
.grecaptcha-badge, .scroll-top { 
    visibility: hidden;
}

p.stock {
    margin-bottom: 20px;
    margin-left: 20px;
    font-weight: 700;
	opacity: 0;
}

/**** ELIMINAR DESDE AQUI LAS SIGUIENTES 3 CLASES CUANDO ESTEN LA INFO DE LOS TICKETS COMPLETA 
.home-products:not(.reserva) .product a {
    pointer-events: none;
}
.single-product .related.products {
    display: none;
  }
.product .woo-buttons-on-img .out-stock-label, .home-products:not(.reserva) .product .woocom-list-content .woo-buttons{
    display: none;
}
.product .out-stock-label-2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    justify-content: center;
    z-index: 2;
    width: auto;
    max-width: 100%;
    min-height: 30px;
    padding: 6% 8%;
    box-sizing: border-box;
    background: rgba(0,0,0,0.5);
    color: #fff;
    white-space: nowrap;
    font: var(--the7-woo-title-font);
    text-transform: var(--the7-woo-title-text-transform);
}
.home-products.reserva .dt-css-grid .wf-cell {
    grid-column: 2;
 }
 ELIMINAR HAS AQUI ***/
 .account_number, .sort_code, .mobile-mini-widgets-in-menu {
    display: none !important;
 }
 .woocommerce-MyAccount-content .woocommerce-info a.button {
    margin-top: 20px;
}
@media only screen and (max-width: 992px) {
    .first-switch-logo-left.first-switch-menu-right:not(.second-switch-menu-left) .mobile-header-bar .mobile-navigation {
        margin-left: 0px;
    }

    .txt-sello .vc_column-inner {
        padding-left: 25px;
    }
    section.woocommerce-order-details {
        width: 100%;
    }
}

@media only screen and (max-width: 778px) {
    .pricing-row {
        padding-left: 0px;
        padding-right: 0px;
    }

    ul.tabs.wc-tabs {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    ul.tabs.wc-tabs li {
        padding-right: 30px;
    }

    .product:not(.elementor) .woocommerce-tabs .tabs li.active::after {
        content: "";
        display: block;
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 3px !important;
        background-color: var(--the7-accent-color) !important;
    }

    .product:not(.elementor) .woocommerce-tabs .tabs li {
        padding-right: 0;
    }

    .related-product li:first-child {
        margin-bottom: 30px;
    }

    .cart .shop_table tr {
        display: flex;
        -ms-flex-flow: column wrap;
        flex-flow: row;
        align-items: center;

    }

    .content .woocommerce-cart-wrap .shop_table tr.cart_item td {
        justify-content: start !important;
        padding: 0 5px 0 0 !important;
        text-align: left !important;
    }

    .cart td.product-remove {
        width: 10% !important;
    }

    .cart td.product-thumbnail,
    .cart td.product-subtotal {
        width: 25% !important;
    }

    .cart td.product-name {
        width: 40% !important;
    }

    .cart td.product-name a {
        text-align: left !important;
        width: 100% !important;
    }

    .cart td.product-quantity {
        display: none !important;
    }
    .product {
        margin-top: 50px;
        margin-bottom: 10px;
    }
    .carousel-shortcode .owl-nav a.owl-next {
        right: -10px !important;
    }
    .carousel-shortcode .owl-nav a.owl-prev {
        left: -10px !important;
    }
	#bottom-bar .mini-nav ul {
    	display: flex;
		margin: 10px 0 30px;
		text-align: center;
		flex-direction: column;
	}
	#bottom-bar .mini-nav ul li {
		display: flex;
		text-align: center;
		margin: auto;
	}
	#bottom-bar .mini-nav .menu-select {
    	display: none !important;
	}
}

@media only screen and (max-width: 500px) {
    ul.tabs.wc-tabs {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
}