/* 
Theme Name: Visual Composer Starter Child
Theme URL: https://visualcomposer.com/visual-composer-starter-theme/
Description: Visual Composer Starter Child Theme 
Theme Author: Visual Composer
Author URL: https://visualcomposer.com/
Template: visual-composer-starter 
Version: 1.0.0 
Text Domain: visual-composer-starter-child
*/
.main-content {
    padding-bottom: 0 !important;
}

.content-wrapper {
    padding: 0 15px 1px 15px !important;
}

.menu-primary-menu-container ul.menu {
    padding-left: 0;
}

.vce-basic-menu-container .vce-basic-menu ul .menu-item a {
    padding: 16px 18px !important;
}

.tax-product_cat h1.page-title {
    position: absolute;
    top: -1000px;
}

.before_shop_loop_image {
    margin-bottom: 30px;
}

.before_shop_loop_text {
    margin-bottom: 30px;
}

.after_shop_loop_text {
    margin: 30px 0;
}

.after_shop_loop_text .read-more {
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.after_shop_loop_text .after {
    display: none;
}

.vce-woocommerce-wrapper ul.products li.product:before {
    display: none;
}

.vce-woocommerce-wrapper ul.products li.product {
    text-align: center;
}

.vce-woocommerce-wrapper ul.products li.product a.add_to_cart_button {
    padding: 14px;
}

.vce-woocommerce-wrapper ul.products li.product .onsale {
    background: none;
}

.vcv-footer ul.menu {
    padding: 0;
}

.vcv-footer ul.menu li {
    list-style: none;
}

.vcv-footer ul.menu li a {
    color: #fff;
}

.facetwp-template {
    position: relative;
}

.facetwp-template .loading {
    background: rgba(255, 255, 255, 0.7);
    display: none;
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    left: 50%;
    margin: 100px 0 0 -40px;
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 32px;
    height: 32px;
    margin: 8px;
    border: 4px solid #bb8b18;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #bb8b18 transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

.after_shop_loop_text {
    margin-bottom: 60px;
}
.after_shop_loop_text h1 {
    font-size: 32px;
    margin-bottom: 10px;
}

.after_shop_loop_text h2 {
    font-size: 22px;
    margin-bottom: 10px;
}

.after_shop_loop_text p {
    margin-bottom: 30px;
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.single-product .usps {
    border-radius: 5px;
    font-weight: bold;
    margin-bottom: 40px;
    background: #f7f7f7;
    padding: 10px 0;
}

.single-product .usps i {
    color: #bb8b18;
}

.single-product .summary .brand-image {
    height: auto;
    max-width: 300px;
    margin-bottom: 40px;
}

.visualcomposerstarter.woocommerce .upsells.products h2 {
    font-size: 24px;
    margin-bottom: 40px;
}

.button.wp-element-button.product_type_bundle.product_type_bundle_input_required.add_to_cart_button {
	background: #282828;
	color: #f4f4f4;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-weight: normal;
}

.visualcomposerstarter .woocommerce-info, .visualcomposerstarter.woocommerce .woocommerce-info {
	background: #bb8b18 !important;
}


@media only screen and (max-width: 768px) {
    .visualcomposerstarter.woocommerce .woocommerce-page ul.products li.product, .visualcomposerstarter.woocommerce ul.products li.product {
        width: 44% !important;
        margin-right: 6% !important;
    }
}

@media only screen and (max-width: 1024px) {
    .vce-basic-menu-container .vce-basic-menu ul .menu-item a {
        padding: 16px 16px !important;
    }
}

@media screen and (max-width: 768px){
    .resp-sidebar-wrapper {
        padding: 0 10px 100px 10px !important;
    }
}

.bundled_products thead, .bundled_product_excerpt, .bundled_item_images_head, .bundled_item_images_col {
	display: none !important;
}

.visualcomposerstarter .quantity .qty.bundled_qty {
	height: 50px;
}
