/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0F
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

ul.storename {
	list-style: none;
	margin: 0;
	padding: 0;
}
.related_product_wrapper .product-row.slick-slider .slick-arrow {
    position: absolute;
    color: #212121;
    z-index: 2;
    text-align: center;
    width: 30px;
    float: left;
    background: 0 0;
    font-size: 0;
    top: 35%;
    border: none;
    text-decoration: none;
}

.related_product_wrapper .product-row.slick-slider .slick-arrow:after {
    content: "\f105";
    font: 30px / 1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.related_product_wrapper .product-row.slick-slider .slick-arrow.slick-prev:after {
    content: "\f104";
}








.gform_wrapper .ginput_container.ginput_container_checkbox input, .gform_wrapper .ginput_container.ginput_container_radio input {
    vertical-align: middle;
}

.uabb-gf-style .gform_wrapper ul.gfield_radio li, .uabb-gf-style .gform_wrapper ul.gfield_checkbox li, .uabb-gf-style .gform_wrapper div.gfield_radio div, .uabb-gf-style .gform_wrapper div.gfield_checkbox div {
    margin-bottom: 0px;
}

.product-row a.collection_text {
    font-size: 12px !important;
    font-weight: 600;
    font-family: 'Montserrat';
    line-height: 1;
	margin-top: 10px;
}

.product-row span.color_text{
	font-size: 16px !important;
    font-weight: 700;
    font-family: 'Montserrat';
    line-height: 2.3;
}

.product-row a{
	outline:none !important;
}

.product-row  span.brand_text {
    font-size: 13px !important;
    font-weight: 500;
}
.product-row a.view-product {
    padding: 12px 24px;
    margin-top: 20px;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
}

.product-row a.view-product:hover{
    background: #000;
    color: #fff;
}

.slick-track{
	margin: 0 auto;
}
@media screen and (min-width: 1023px) {
    .column_left_overflow_text_section>.fl-col-content.fl-node-content .fl-module.fl-module-info-box,.column_right_overflow_text_section>.fl-col-content.fl-node-content .fl-module.fl-module-info-box {
        max-width:760px
    }

    .column_left_overflow_text_section>.fl-col-content.fl-node-content {
        align-items: end
    }

    .column_right_overflow_text_section>.fl-col-content.fl-node-content {
        align-items: start
    }

    .column_center_overflow_text_section {
        max-width: 760px
    }
}