/*
Theme Name: Factory 
Theme URI: https://themedemo.commercegurus.com/factory/
Author: CommerceGurus
Author URI: http://www.commercegurus.com
Description: Factory is a precision designed WordPress theme for any kind of business
Version: 1.6.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: factory
Domain Path: /languages/
Tags: light, white, two-columns, three-columns, right-sidebar, custom-background, custom-header, custom-menu, featured-images, flexible-header, sticky-post, theme-options, translation-ready
*/

.leftCol .wpb_single_image.wpb_content_element {
    text-align: right;
}

.rightCol .wpb_single_image.wpb_content_element {
    text-align: left;
}

.wpb_single_image .vc_figure img {
    width: 300px;
    height: 200px;
    object-fit: cover;
}

.wpb_single_image_big .vc_figure img {
    width: 400px;
    height: 250px;
    object-fit: cover;
}
.heading p span {
    position: relative;
    padding: 0 0 15px;
}

.heading p span:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    background: #f9a039;
    margin: 0;
}

.wpb_text_column.wpb_content_element.heading {
    margin: 0 0 40px;
}

.greyTabs {
    background: #4D4D4D;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0 0;
}

.greyTabs .vc_column-inner {
    display: flex;
    align-items: center;
    justify-content: center;
}

.greyTabs .vc_column-inner .wpb_text_column.wpb_content_element {
    margin: 15px 0;
}

.greyTabs .vc_column-inner .wpb_text_column.wpb_content_element p {
    color: #fff;
}

.grey-tabs-description {
    margin: 10px 0 100px;
}

.grey-tabs-description>.vc_column-inner>.wpb_wrapper {
    background: #F9F9F9;
    padding: 15px 30px;
}

.grey-tabs-description>.vc_column-inner>.wpb_wrapper h3 {
    margin: 0;
    font-style: italic;
}

.grey-tabs-description>.vc_column-inner>.wpb_wrapper ul.wpb_image_grid_ul {
    display: flex;
    grid-gap: 30px;
    align-items: center;
    justify-content: center;
}

.grey-tabs-description>.vc_column-inner>.wpb_wrapper ul.wpb_image_grid_ul li.isotope-item {
    position: relative !important;
    left: unset !important;
}

.wpb_text_column.wpb_content_element.sub-heading p {
    padding: 0 10px;
    position: relative;
    display: block;
}

.wpb_text_column.wpb_content_element.sub-heading p:before,
.wpb_text_column.wpb_content_element.sub-heading p:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    background: linear-gradient(266deg, #f9a039, #f9f9f9);
    width: 50%;
    height: 7px;
    transform: translateY(-50%);
}

.wpb_text_column.wpb_content_element.sub-heading p:after {
    left: auto;
    right: 0;
    transform: translateY(-50%) scaleX(-1);
}

.wpb_text_column.wpb_content_element.sub-heading p span {
    display: inline-block;
    background: #f9f9f9;
    position: relative;
    z-index: 9;
    padding: 0 30px;
}

.cg-primary-menu .menu>li>a,
ul.tiny-cart>li>a,
.rightnav .cart_subtotal {
    padding-right: 25px !important;
}