/*
Theme Name: H-Code Child
Theme URI: http://wpdemos.themezaa.com/h-code
Author: Themezaa
Author URI: http://www.themezaa.com
Description: Child theme for H-Code theme
License: Themeforest Split Licence
License URI: http://themeforest.net/licenses 
Template: h-code
Version: 1.1
Text Domain: h-code-child
*/

@media screen and (max-width: 768px) {
    .hcode-single-product-thumbnail-carousel.thumbnails {
        display: none;
    }
}

.contact_form .noContact {
    display: none;
}

.product-available,
.top-cart {
    display: none;
}

.hcode-single-product-thumbnail-carousel.thumbnails {
    display: none;
}

.product-grid-view .product .product-content-wrapper .short-description {
    display: block;
}


/* FAST MENU */

.fast_menu {
    padding: 0;
}

.fast_menu ul {
    padding: 0;
    list-style: none;
    float: right;
    display: flex; 
}

.fast_menu ul > li {
    background: #000;
    padding: 5px;
    flex: 1;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    display: flex;
    margin: 10px 5px;
}

.fast_menu ul > li.promo {
    background: #cb0606;
}

.fast_menu ul > li > a {
    color: #fff;
}

/* Accessori */
.opt_accessories h2 {
    margin-bottom: 30px;
}

.acc {
    position: relative;
}

.acc a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.acc .text {
    margin-top: 15px;
}

.acc .text span {
    font-size: 19px;
    font-weight: bold;
}

.out-of-stock {
    display: none;
}

.custom_form {
    padding: 50px 0;
}

.custom_form label {
    width: 100%;
}

.custom_form label span {
    display: block;
}

.wpcf7-form-control .wpcf7-list-item {
    width: 100%;
}

.fast_contacts ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-basis: calc(25% - 20px);
}

.fast_contacts ul li {
    list-style: none;
    background: #eb245d;
    min-width: 250px;
    min-height: 150px;
    text-align: left;
    display: table;
    padding-left: 35px;
}

.fast_contacts ul li.black {
    background: #000;
}

.fast_contacts ul li.grey {
    background: rgb(230, 230, 230);
}
 
.fast_contacts ul li .text {
    display: table-cell;
    vertical-align: middle;
}

.fast_contacts ul li .text p {
    margin-bottom: 0;
}

.fast_contacts ul li .text p,
.fast_contacts ul li .text span {
    color: #fff;
}

.fast_contacts ul li.grey .text p,
.fast_contacts ul li.grey .text span {
    color: #000;
}

@media screen and (max-width: 768px) {
    .fast_contacts ul {
        flex-direction: column;
    } 
}