/*
 Theme Name:   Pneupress Child Theme
 Theme URI:    http://pneupress.aislinthemes.com/
 Description:  Pneupress Child Theme
 Author:       Aislin
 Author URI:   http://aislinthemes.com
 Template:     pneupress
 Version:      1.2.6
 Tags:
 Text Domain:
*/

/* =Theme customization starts here
-------------------------------------------------------------- */

.vc_row .sf-menu.wh-menu-main li > a {
    border-left: 1px solid #1648de;
}

.vc_row .sf-menu.wh-menu-main > li:last-child > a {
    border-right: 1px solid #1648de;
}

.vc_row .sf-menu.wh-menu-main > li:hover > a, .vc_row .sf-menu.wh-menu-main > li.sfHover > a {
    border-left: 1px solid #1648de;
}

.custom-add-to-cart-button {
    margin: 0 0 25px;
}

body.single-post .wh-page-title-bar, body.single-post .wh-content {
    max-width: 900px;
    margin: auto;
}

body.home .vue-tyre-filter-small .tabs ul {
    display: none;
}

body.home .vue-tyre-filter-small .tabs .tab {
    padding: 30px 30px 10px;
    grid-gap: 20px;
}

.vue-tyre-filter-small .search-reset {
    padding: 0 30px 30px;
}

.woocommerce .product .images .woocommerce-product-gallery__wrapper {
    max-width: 50%;
    margin: auto!important;
}

.woocommerce-tabs .table-details {
    width: 100%!important;
    margin: 0;
}

.woocommerce-tabs .table-details tr th {
    font-size: 16px!important;
    font-weight: 500!important;
}

.woocommerce ul.products li.product a img {
    max-height: 300px;
    width: auto;
    margin: 15px auto;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    padding: 0 22px;
    height: 72px;
    overflow: hidden;
}

.woocommerce .products .tyre-details {
    min-height: 70px;
}

body.single-product .wh-content .cbp-container {
    display: flex;
}

body.single-product .wh-content .wh-content-inner {
    width: 100%;
    max-width: 75%;
    margin: auto;
}

body.single-product .wh-content .wh-sidebar {
    display: none;
}

.woocommerce ul.products li.product .woocommerce-placeholder {
    margin-top: 0;
    border-top: none;
}

.woocommerce ul.products li.product .attachment-woocommerce_thumbnail {
    max-height: 280px;
}

body.page-id-259 .wh-content, body.page-id-259 .wh-content .entry-content {
    padding-top: 0;
}

.main-image {
    background-position-x: 40%;
    background-position-y: 50%;
}

.hp-card h5{
    margin: 0;
    font-size: 20px;
    line-height: 24px;
    padding: 10px 15px;
}

.hp-card .vc_column-inner {
    min-height: 270px;
}

.vue-tyre-filter .vehicles-taxonomy > .group:first-child {
    display: none!important;
}

.wpb_wrapper .hp-banner {
    background-position-x: 100%!important;
    background-position-y: 50%!important;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.contact-section {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.custom-offer a { 
    display: block;
    text-transform: uppercase;
    background-color: #cc0000;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    padding: 10px;
    border-radius: 4px;
}

.custom-offer a:hover {
    color: #ffffff;
}

body.single-product .custom-offer {
    display: none!important;
}

.whatsapp-icon {
    position: fixed;
    bottom: 0;
    right: 20px;
}

.whatsapp-icon svg {
    max-width: 70px;
}

#scrollUp {
    display: none!important;
}

.wh-footer .wpb_content_element {
    margin-bottom: 0!important;
}

.util-links-footer {
    padding: 0;
    margin: 0;
    display: flex;
    list-style-type: none;
    justify-content: center;
}

.util-links-footer li {
    margin-right: 35px;
}

.util-links-footer li:last-child {
    margin-right: 0;
}

.util-links-footer li a {
    color: #ffffff;
}

.home-header {
    font-size: 36px!important;
    text-transform: uppercase;
    margin: 0 0 50px;
}

@media (min-width: 767px) {
    .vue-tyre-filter-small {
        margin-bottom: 15px;
    }
    .vue-tyre-filter-small form {
        display: flex;
        align-items: center;
    }
    .vue-tyre-filter-small .tabs {
        width: 100%;
    }
    .vue-tyre-filter-small .tabs .tab {
        padding: 15px!important;
    }
    .vue-tyre-filter-small .tabs .tab select {
        margin-bottom: 0;
    }
    .vue-tyre-filter-small .search-reset {
        padding: 15.5px;
        min-width: 180px;
    }
}

@media( max-width: 767px ) {
    .respmenu-header-logo-link {
        margin: 10px 0 0;
    }
    .whatsapp-icon {
        bottom: -10px;
        right: 10px;
    }
    .wh-content .main-image {
        background-repeat: no-repeat;
        background-size: cover;
        margin-bottom: 0!important;
		padding-top: 0!important;
    }
    .wh-content .images-section, .images-section .vc_column-inner {
        margin-bottom: 0!important;
    }
    .cbp-container .home-header {
        margin: 30px 0 0!important;
        font-size: 30px!important;
    }
    .cbp-container .remove-mobile-padding {
        padding-top: 0!important;
    }
    .remove-mobile-padding .vc_column-inner {
        padding: 0 10px 0!important;
    }
    .woocommerce .products li:last-child {
        margin-bottom: 0!important;
    }
    .cbp-container .vc_custom_1574954654111 {
        padding-bottom: 0px !important;
    } 
    .vc_custom_1696187268523 .home-header, .vc_custom_1696187273057 .home-header{
        margin: 30px 0 0!important;
    }
    .cbp-container .vc_custom_1695641687811 {
        margin: 0 !important;
    }
    .util-links-footer {
        flex-direction: column;
        align-items: center;
        margin: 0 0 20px!important;
    }
    .util-links-footer li {
        margin-right: 0;
    }
    .partners-home img {
        max-width: 180px!important;
    }
    .cbp-container .vc_custom_1574950932614 {
        padding-bottom: 0!important;
    }
    body.single-product .wh-content .wh-content-inner {
        max-width: 100%;
    }
    .woocommerce div.product .woocommerce-tabs .panel {
        padding: 15px;
        margin-bottom: 10px;
    }
    .woocommerce-shop .woocommerce-products-header, .woocommerce-shop  .woocommerce-result-count, .woocommerce-shop .woocommerce-ordering {
        display: none;
    }
    .post-type-archive.woocommerce .products {
        margin-top: 0;
    }
    h1.page-title {
        font-size: 30px;
        margin: 10px 0 0;
    }
    .wh-page-title-wrapper {
        padding-bottom: 0!important;
    }
    .single .prev-next-item {
        display: none!important;
    }
    .single .page-title {
        font-size: 24px;
        line-height: 36px;
        margin: 0 0 10px;
    }
    .woocommerce-shop .wh-content > .cbp-container {
        display: flex;
        flex-direction: column-reverse;
    }
    .woocommerce-shop .wh-content > .cbp-container .wh-sidebar {
        padding-bottom: 0;
    }
    .woocommerce-shop .wh-content > .cbp-container .wh-sidebar .widget_price_filter{
        padding-top: 0;
        border-top: none;
    }
    .woocommerce-shop .wh-content > .cbp-container .wh-sidebar .widget_tyrefilter_widget {
        margin-bottom: 0;
    }
}