/*
Theme Name: Buzznerd Visual Composer Starter Child
Description: Visual Composer Starter Child
Author: Buzznerd
Author URI: https://buzznerdtrucks.com
Template: visual-composer-starter
Version: 1.0.1
Text Domain: visual-composer-starter
*/
/* <Parent override> */
body.theme-visual-composer-starter .comment-content ul>li:before, body.theme-visual-composer-starter .entry-content ul>li:before,
body.visualcomposerstarter .comment-content ul>li:before, body.visualcomposerstarter .entry-content ul>li:before, .entry-content ul>li:before, ul>li:before {
    content: none;
}

body.theme-visual-composer-starter .btn-primary.focus, body.theme-visual-composer-starter .btn-primary:focus{
    background-color: rgb(161, 0, 26);
    color: #fff;
}

/* </Parent override> */

div#login div.checkbox{
    margin-left: 20px;
}
.gusta-higher.vc_row[data-vc-full-width], .vc_row[data-vc-full-width]{
    overflow: visible;
}

/* https://tobiasahlin.com/spinkit/ */
.spinner {
    width: 40px;
    height: 40px;

    position: relative;
    margin: 100px auto;
}

.double-bounce1, .double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #333;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;

    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
    0%, 100% { -webkit-transform: scale(0.0) }
    50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
    0%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    } 50% {
          transform: scale(1.0);
          -webkit-transform: scale(1.0);
      }
}

.buzznerd-vcs-cart-wrapper{
    float: right;
    text-align: left;
    flex-wrap: wrap;
    display: flex;
    width: 32px;
    height: 32px;
}
@media only screen and (min-width: 768px) {
    body.theme-visual-composer-starter:not(.menu-sandwich) .buzznerd-vcs-cart-wrapper {
        float: left;
        margin-top: -5px;
    }

}

.visualcomposerstarter .wpb_wrapper .buzznerd-vcs-cart-wrapper svg g>g{
    fill: #000;
}
.visualcomposerstarter .wpb_wrapper .vct-cart-items-count{
    background: #c50505;
    color: #fff;
}
div.woocommerce{
    margin-top: 20px;
    margin-bottom: 20px;
}
div.premmerce_search_container form.woocommerce-product-search{
    text-align: center;
    margin-bottom: 40px;
}
div.premmerce_search_container input.search-field{
    width: 500px;
}
.pc-autocomplete--item{
    margin-left: -40px;
    margin-right: 0px;
}
@media only screen and (max-width: 500px) {
    div.premmerce_search_container input.search-field {
        width: 250px;
    }
}

div.woocommerce .woocommerce-notices-wrapper{
    display: block;
    width: 100%;
}
.woocommerce ul.products li.product a{
    display: block;
}
.woocommerce ul.products li.product a img{
    object-fit: contain;

    padding: 8px;
    background-color: white;
    box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
    -moz-box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4);
    -webkit-box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
    width: 300px !important;
    height: 225px !important;
    display: inline-block;


}
.woocommerce div.product{
    margin-top: 10px;
}
.woocommerce div.product div.images img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 480px;
    display: block;
    margin: auto;
}

@media only screen and (max-width: 768px) {

    .visualcomposerstarter.woocommerce ul.products li.product-category{
        width: 100% !important;
        display: block !important;
        float: none !important;
        margin: 0px 10px 20px 0px !important;
    }
    .visualcomposerstarter.woocommerce ul.products li.product-category a img{
        /*display: inline-block !important;*/
        /*width: 64px !important;*/
        /*height: 64px !important;*/
        /*margin: 0px !important;*/
        display: none !important;
    }
    .visualcomposerstarter.woocommerce ul.products li.product-category h2.woocommerce-loop-category__title{
        display: inline-block;
        /*float: left;*/
    }
    .visualcomposerstarter.woocommerce ul.products li.product-category a{
        width: 100%;
        border-bottom: 0px;
    }
    .visualcomposerstarter.woocommerce ul.products li.product-category a:after{
    /*h2.woocommerce-loop-category__title:after{*/
        font-family: 'Glyphicons Halflings';
        content: "\e080";
        float: right;
        /*margin-top: 30px;*/
    }
}
.visualcomposerstarter .woocommerce table.shop_table td{
    padding: 0px;
    text-align: left;
    vertical-align: middle;
}
.visualcomposerstarter div.woocommerce ul#shipping_method li{
    padding: 0px;
}

.woocommerce-mini-cart__buttons.buttons{
    text-align: center;

}
.woocommerce-mini-cart__buttons.buttons a.button, .woocommerce .woocommerce-cart-form button.button {
    display: inline-block;
    background: none;
    color: #000;
    border: 1px solid #a1001a;
    margin-right: 5px;
}
.woocommerce-mini-cart__buttons.buttons a.button:hover, .woocommerce .woocommerce-cart-form button.button:hover{
    background: rgb(161, 0, 26) !important;
    color: #fff !important;
    border: 1px solid #000 !important;
}
.visualcomposerstarter .products .add_to_cart_button.button.loading{
    background: rgb(161, 0, 26);
}
.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a{
    color: #000;
}
.woocommerce a.remove{
    color: rgb(161, 0, 26) !important;
}

.woocommerce ul#shipping_method{
    text-align: left;
}


div.facetwp-facet-container.accordion .facetwp-facet-title{
    background: #a1001a;
    padding: 5px;
    overflow: hidden;
}
div.facetwp-facet-container.accordion .facetwp-facet-title span.label{
    font-size: 16px;
    float: left;
    display: inline-block;

}
div.facetwp-facet-container.accordion .facetwp-facet-title span.icon{
    /*font-size: 18px;*/
    float: right;
    font-size: 12px;
    font-weight: lighter;
    display: inline-block;
    padding-top: 5px;
    color: #fff;
}

div.facetwp-facet-container.accordion .facetwp-facet{
    padding-left: 10px;
    display: none;
}
@media only screen and (max-width: 768px) {
    .woocommerce ul.products li.product a img{
        width: 100%;
        height: 200px;
    }

    .visualcomposerstarter.woocommerce ul.products li.product,
    .visualcomposerstarter.woocommerce .woocommerce-page ul.products li.product {
        width: 48%;
        margin: 0 3px 2.992em;
    }
}

div.pc-autocomplete__product-photo{display: none !important;}
div#bznrd-myAcct-navbar ul.nav a{

    /*border-color: '#000'*/
    border: 0px;
}

.woocommerce-MyAccount-navigation, .woocommerce-MyAccount-content{
    margin-top: 20px;
}
.woocommerce-MyAccount-navigation .sidebar-navbar-collapse{
    padding: 0px;
}
.woocommerce-MyAccount-navigation ul, .woocommerce-MyAccount-navigation ul li{
    list-style: none;
    padding: 0px;
    float: none;
}
.visualcomposerstarter.woocommerce-account .woocommerce-MyAccount-navigation li::before{
    content: none;
}

.navbar-default .navbar-nav>.is-active>a, .navbar-default .navbar-nav>.is-active>a:focus, .navbar-default .navbar-nav>.is-active>a:hover {
    color: #555;
    background-color: #e7e7e7;
    border-color: black;
}
body .vc_col-has-fill>.vc_column-inner,
body .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner,
body .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner,
body .vc_row-has-fill>.vc_column_container>.vc_column-inner{
    padding-top: 0;
}