

.breadcrumb, .breadcrumb .current, .breadcrumb a {
    color: #f2f2f2 !important;
    padding-top: 30px;
}
.woocommerce table tr td {
    background: 0 0;
    color: #000;
    font-size: 15px;
}
.qtywrap {
    width: 130px!important;
    background-color: #fff!important;
    clear: both;
    overflow-y: auto;
}
.shopping_cart_dropdown ul li a {
    color: #fff;
}
.qode_video_box .qode_video_image .qode_video_box_button_holder{
    padding: 17px;
    border-radius: 50%;
    border: 2px solid #f5cfdf;
    transition: all .15s ease-out;
}

.qode_video_box .qode_video_image:hover .qode_video_box_button_holder{
    border-color: #fff;
}

.qode_video_box .qode_video_image .qode_video_box_button_arrow{
    border-left-width: 27px;
    border-top-width: 17px;
    border-bottom-width: 17px;
    left: 55%;
}
.qode-banner .qode-banner-content{
    opacity: 0;
}

.qode-banner:hover .qode-banner-content{
    opacity: 1;
}

.qode-banner .qode-banner-content{
    background-color: rgba(0,0,0,.52);
}

.qode-advanced-image-gallery.qode-image-behavior-lightbox .qode-aig-image a .aig-gallery-hover{
    background-color: rgba(0, 0, 0,.52)
}
@media only screen and (max-width: 600px){
    .qode_video_box .qode_video_image .qode_video_box_button_holder{
        padding: 8px;
    }

    .qode_video_box .qode_video_image .qode_video_box_button{
        height: 50px;
        width: 50px;
    }

    .qode_video_box .qode_video_image .qode_video_box_button_arrow{
        border-left-width: 15px;
        border-top-width: 10px;
        border-bottom-width: 10px;
    }
}
.testimonials_holder .flex-direction-nav a{
    border-radius: 0;
    border-width: 1px;
}

.testimonials_holder .flex-direction-nav a:before{
    height: 28px;
    width: 28px;
    line-height: 28px;
}

nav.main_menu ul li a span.underline_dash, nav.vertical_menu ul li a span.underline_dash{
    width: 100%;
    bottom: 2px;
}

header:not(.with_hover_bg_color) nav.main_menu>ul>li:hover>a{
    opacity: 1;
}
@media only screen and (max-width: 1500px){
    nav.main_menu > ul > li > a{
        padding: 0 20px;
    }
}

.qode_google_map button[title~=fullscreen]{
    display: none;
}