/* Enter Your Custom CSS Here */
body .site-header .mainmenurow #menu-mainmenu li .sub-menu li a .sub {
    display: block;
    font-weight: normal;
    text-transform: none !IMPORTANT;
}

.col2-set .col-1 {
    display: block;
    float: left;
    width: 49% !important;
}

.col2-set .col-2 {
    display: block;
    float: left;
    width: 49% !important;
    margin-left: 2%;
}

.wpb_video_widget {
    margin-bottom: 0px !important;
}

.vc_row.vc_row-flex {
    box-sizing: border-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-right: 15px !Important;
}

.yellow .vc_btn3.vc_btn3-color-white.vc_btn3-style-modern {
    color: #ffffff;
    border-color: #ffcc00;
    background-color: #ffcc00;
    background-image: -webkit-linear-gradient(top,rgba(0,0,0,.01) 0,rgba(0,0,0,.02) 100%);
    background-image: -o-linear-gradient(top,rgba(0,0,0,.01) 0,rgba(0,0,0,.02) 100%);
    background-image: linear-gradient(to bottom,rgba(0,0,0,.01) 0,rgba(0,0,0,.02) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#03000000', endColorstr='#05000000', GradientType=0);
}
.woocommerce ul.products li.product .price,
body .shopcategory li.product .price .woocommerce-Price-amount { color: #555 !important; }
