.menu-search + .mini-cart, .mini-cart {
    display: none !important;
}

.breadcrumb li {
    color: #474747;
    display: inline-block;
    list-style: none;
    margin: 5px 50px 5px 0;
    position: relative;
}

.btn.btn-dark:hover {
    bottom: 11px;
    position: absolute;
    right: 0;
    background-color: #fab702;
}

.product-top-meta {
    width: 100%;
    clear: both;
    border-bottom: 1px solid #e5e5e5;
    font-family: "Montserrat", sans-serif;
    padding-bottom: 35px;
    margin-bottom: 25px;
    display: none;
}

.gallery-fs .owl-item a {
    display: block;
    margin: 0 2px;
    position: STATIC;
    max-height: 60px;
}

.wpb_content_element {
    margin-bottom: 35px;
    text-align: justify;
}

@media (max-width: 1024px) {
.sidebar-left {
    display: none;
}
} 

@media (min-width: 1000px) {
.page-header-sm {
    padding: 30px 0 !important;
}
}

.gallery-fs figcaption {
    min-height: 57px;
    padding: 19px 150px 19px 21px;
    font-size: 18px;
    font-weight: 900;
}



#woo_catalog .modal-content { background-color: #fefefe; margin: auto; padding: 0; border: 1px solid #888; width: 60%; position: absolute; left: 50%; top: 60% !important; transform: translate(-50%, -50%); box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19); -webkit-animation-name: animatetop; -webkit-animation-duration: 0.4s; animation-name: animatetop; animation-duration: 0.4s; }

.woo_catalog_enquiry_custom_button_enquiry {
    border: none;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
    text-transform: uppercase;
    text-overflow: ellipsis;
    transition: background-color .2s, color .2s;
    white-space: nowrap;
}

.page-header + .breadcrumb {
    border-top: none;
    background: #fab702;
}


.product-description {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 15px;
    margin-bottom: 0px;
}

.tabs-default .nav-tabs a, .tabs-minimal .nav-tabs a {
    border: 1px solid #e5e5e5;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.14);
    border-left-style: none;
    border-bottom-style: none;
    text-align: center;
    background-color: #ff6c00;
    color: #fff;
}

@media screen and (max-width: 768px) {
.tabs-default .nav-tabs li, .tabs-minimal .nav-tabs li {
    display: block;
    vertical-align: bottom;
    width: 100%;
}
}

.above-nav-bar .mini-cart {
    margin-left: 0;
    display: none;
}

.products.related, .products.upsells {
    margin-top: 20px;
}

#woo_catalog_enquiry_custom_button {
    color: #ffffff;
    padding: 5px;
    width: 80px;
    height: 26px;
    line-height: 17px;
    border-radius: 5px;
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.breadcrumb a:hover { 
    color: #fff; 
} 

.page-header .page-title {
    letter-spacing: 1px;
    font-weight: 500;
}

.woocommerce-MyAccount-navigation a, .widget_nav_menu a {
    padding: 9px 0;
    border-bottom: 1px solid #e5e5e5;
    display: block;
    line-height: 20px;
}

table {
    background-color: transparent;
    margin-bottom: 25px;
}

.downloadbrochure {
    background-color: #f8a22b;
    color: #fff;
    padding: 10px 25px;
    font-size: 16px;
    text-transform: uppercase;
}

.downloadbrochure:hover {
    background-color: #adadad; 
    color: #fff; 
}

.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}