/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0.1
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
*/

/* Add your custom styles here... */

/* Woocommerce */

#content {
    margin: 0;
}

.single-product .woocommerce-breadcrumb {
    display: none;
}

.single-product .wp-bp-content-width {
    width: 100%;
    max-width: 100%;
    padding: 0 !important;
    flex: 1;
}

.single-product .wp-bp-sidebar-width {
    display: none;
}

.tax-product_cat .wp-bp-content-width {
    width: 100%;
    max-width: 100%;
    padding: 0 !important;
    flex: 1;
}

.tax-product_cat .wp-bp-sidebar-width {
    display: none;
}

.d-flex.justify-content-between.align-items-center.mb-4 {
    display: none !important;
}

.single-product-container {
    max-width: 970px;
    margin: 0 auto;
    padding: 0 15px;
}

.product-gallery {
    width: 94px;
    height: 94px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 15.5px;
    cursor: pointer;
}

.product-featured-image {
    transition: all 0.5s ease;
    transform: scale(0);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.product-featured-image.active {
    transform: scale(1);
}

.single-product-row {
    display: flex;
}

.single-product-column.column-right {
    flex: 1;
    margin-left: 16px;
}

.single-product-column.column-right .product-featured-image {
    min-height: 422px;
}

.product-add-to-cart .product_title.entry-title, .product-title h1 {
    color: #438fce !important;
    font-size: 36px;
    margin: 18px 0 5px;
}

.single-product .product-price, .product-add-to-cart .price {
    font-size: 21px;
    color: #282828;
    font-weight: 700;
}

.single-product .product-price del span {
    font-size: 21px;
    color: #282828;
    font-weight: 700;
}

.single-product .product-price ins {
    text-decoration: none;
    margin-left: 20px;
}

.single-product .product-price ins span {
    font-size: 30px;
    color: #ef2e2e;
    text-decoration: none;
    font-weight: 700;
}

.single-product .product-price {
    margin-bottom: 44px;
}

.single-product .container {
    width: 100%;
    padding: 0;
    margin: 0;
    max-width: 100% !important;
}

.tax-product_cat .container {
    width: 100%;
    padding: 0;
    margin: 0;
    max-width: 100% !important;
}

.single-product .row {
    margin: 0 !important;
}

.tax-product_cat .row {
    margin: 0 !important;
}

.single-product .single-product-container {
    max-width: 970px;
    margin: 0 auto;
    padding: 0 15px;
}

.single-product .product-content {
    color: #212121;
    font-size: 18px;
}

.product-add-to-cart .product.woocommerce.add_to_cart_inline {
    border: 0 !important;
    padding: 0 !important;
}

.product-add-to-cart .product.woocommerce.add_to_cart_inline ins {
    display: none;
}

.product-add-to-cart .product.woocommerce.add_to_cart_inline del {
    display: none;
}

.product-add-to-cart .product.woocommerce.add_to_cart_inline span {
    display: none;
}

.product-add-to-cart .product.woocommerce.add_to_cart_inline a {
    text-align: center;
    width: 275px;
    height: 66px;
    background-color: #438fce;
    border-radius: 8px;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 16px;
    padding: 24px 15px;
    text-decoration: none;
    border: 0 !important;
    margin-top: 31px;
    color: #fff !important;
}

.product-add-to-cart .product.woocommerce.add_to_cart_inline a.added {
    display: none;
}

.product-add-to-cart .product.woocommerce.add_to_cart_inline .added_to_cart.wc-forward {
    display: inline-block;
    margin-top: 31px;
    width: auto;
}

.single-product-section.additional-details {
    background-color: #191819;
}

.single-product-section.additional-details .title {
    color: #fff;
    font-size: 28px;
    color: #438fce;
    font-weight: 600;
}

.single-product-section.additional-details .content {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    padding-top: 25px;
    display: none;
}

.additional-details-lists-item {
    border-bottom: 2px solid #fff;
    padding: 60px 0;
    cursor: pointer;
}

.similar-products .related.products .button.ajax_add_to_cart {
    display: none;
}

.similar-products .related.products .price {
    display: none;
}

.single-product-section.product-main-content {
    padding: 5px 0 75px;
    background-color: #fff;
    color: #000;
}

.single-product-section.similar-products {
    padding: 60px 0 1px;
    border-top: 1px solid #151515;
    margin-top: -3px;
    background-color: #fff;
}

.single-product ul.products li.product {
    width: 100%;
    float: none;
    margin-right: 0;
}

.single-product .related.products h2 {
    margin-bottom: 30px;
    font-size: 28px;
    color: #438fce;
    font-weight: 600;
}

.single-product .related.products ul.products li.product img {
    max-width: 235px;
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.single-product .slick-initialized .slick-slide {
    padding: 0 5px;
}

.single-product .slick-initialized .slick-slide div {
    width: 100%;
}

.single-product .prev.slick-arrow {
    width: 30px;
    height: 49px;
    background-image: url(assets/images/slick-arrow-prev.png);
    background-repeat: no-repeat;
    top: 79px;
    position: absolute;
    left: -64px;
}

.single-product .next.slick-arrow {
    width: 30px;
    height: 49px;
    background-image: url(assets/images/slick-arrow-next.png);
    background-repeat: no-repeat;
    top: 79px;
    position: absolute;
    right: -64px;
}

.single-product .woocommerce-loop-product__title {
    font-size: 16px !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
    color: #282828 !important;
    margin-top: 10px;
}

.back-to-products {
    background-image: url(assets/images/back-to-products.png);
    background-repeat: no-repeat;
    background-position: left 4px;
    display: block;
    color: #515151 !important;
    padding-left: 25px;
    margin-bottom: 50px;
    text-decoration: none !important;
}

.single-product .fl-content {
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
}

.product-category-image img {
    object-fit: cover;
    height: 190px;
}

.tax-product_cat .term-description {
    width: 50%;
    float: left;
    padding-right: 50px;
    color: #151515;
}

.product-category-image {
    width: 50%;
    float: right;
    margin-top: -56px;
}

.woocommerce-products-header__title.page-title {
    width: 46%;
    margin-bottom: 25px;
    color: #438fce;
}

.tax-product_cat .woocommerce-products-header {
    overflow: hidden;
    margin-bottom: 70px;
}

.tax-product_cat .woocommerce-products-header {
    max-width: 1170px;
    margin: 0 auto;
}

.tax-product_cat .woocommerce-breadcrumb {
    max-width: 1170px;
    margin: 0 auto;
}

.products li.product a {
    display: block;
}

.products li.product a img {
    height: 159px !important;
    width: 100% !important;
    max-width: 100%;
    object-fit: cover;
    border: 1px solid #ddd !important;
}

.products li.product .button.ajax_add_to_cart {
    display: none;
}

.products li.product br {
    display: none;
}

.cat-products-lists {
    max-width: 1170px;
    margin: 0 auto;
    margin-top: 70px;
}

.cat-products-lists {
    display: flex;
}

.cat-products-lists .options-wrap {
    width: 100%;
    max-width: 265px;
    margin-right: 68px;
    background-color: #151515;
}

.cat-products-lists .columns-3 {
    flex: 1;
}

.cat-products-lists .woocommerce-loop-product__title {
    font-size: 16px !important;
    text-transform: uppercase;
    margin-top: 11px !important;
    color: #282828;
    line-height: 18px;
    text-align: left;
}

.cat-products-lists .price {
    font-size: 14px;
    color: #282828 !important;
    text-decoration: none !important;
}

.cat-products-lists .price del {
    text-decoration: none !important;
}

.cat-products-lists .price ins {
    display: block;
    color: #ef2e2e !important;
    font-size: 20px;
    text-decoration: none !important;
}

.cat-products-lists .price ins span {
    color: #ef2e2e !important;
}

.option-title {
    font-size: 22px;
    color: #fff;
    margin-bottom: 20px;
}

.options-wrap {
    padding: 33px;
}

.option-choices .option-choice {
    height: 48px;
    width: 100%;
    border-radius: 8px;
    background-color: #505050;
    margin-bottom: 13px;
}

.option-choices .option-choice.active {
    background-color: #fff;
}

.option-block.not-first {
    margin-top: 26px;
}

.after-product-list {
    display: flex;
    margin-top: 90px;
}

.after-product-list .after-product-list-column {
    min-height: 321px;
    flex: 1;
}

.after-product-list .after-product-list-column.flex-col-1 {
    background-color: #acacac;
}

.after-product-list .after-product-list-column.flex-col-2 {
    background-color: #d4d4d4;
}

.after-product-list .after-product-list-column.flex-col-3 {
    background-color: #404040;
}

.after-product-list .after-product-list-column.flex-col-4 {
    background-color: #d4d4d4;
}

.woo-breadcrums-delimiter {
    border-left: 7px solid #151515;
    border-top: 6px solid transparent;
    height: 0;
    width: 0;
    box-sizing: border-box;
    display: inline-block;
    border-bottom: 7px solid transparent;
    margin: 0 9px;
}

.tax-product_cat .woocommerce-breadcrumb {
    color: #151515;
        margin-top: 50px;
    margin-bottom: 0;
}

.tax-product_cat .woocommerce-breadcrumb a {
    color: #151515;
}

.tax-product_cat .fl-page-content, .woocommerce-cart .fl-page-content {
    background-color: #fff;
    background-image: none !important;
}

.tax-product_cat .woocommerce-page.woo-4.archive ul.products {
    padding-top: 0 !important;
}

.tax-product_cat .woocommerce-page.woo-4.archive ul.products li.product {
    width: 30.79667% !important;
}

.woocommerce ul.products, .woocommerce-page ul.products {
    padding-top: 0 !important;
}

.tax-product_cat .woocommerce-result-count {
    display: none;
}

/*.tax-product_cat .woocommerce-ordering {
	display: none;
}*/

.tax-product_cat .fl-content {
    padding: 0 !important;
    margin: 0 !important;
}

.woocommerce.columns-4 ul.products li.product, .woocommerce.woo-4.archive ul.products li.product, .woocommerce-page.columns-4 ul.products li.product, .woocommerce-page.woo-4.archive ul.products li.product {
    width: 30.79667% !important;
}

.product-add-to-cart .product_title.entry-title, .product-add-to-cart .price {
    color: #000;
}

.product-add-to-cart .variations .value select {
    height: 45px;
    position: relative;
    margin-left: 0px;
    top: 0px;
    border: 1px solid #ccc;
    padding: 0 15px;
}

.product-add-to-cart .variations td {
    display: block;
    text-align: left;
    padding: 0px 0px 10px 0px;
}

.product-add-to-cart .quantity:before {
    content: 'Qty';
    display: inline-block;
    color: #000;
    float: left;
    margin-right: 10px;
}

.product-add-to-cart .quantity input {
    width: 60px;
    padding: 6px 10px;
    border: 1px solid #ccc;
}

.product-add-to-cart .quantity {
    margin: 15px 0;
    float: left;
    width: 110px;
    line-height: 30px;
}

.product-add-to-cart .button {
    text-align: center;
    width: 165px;
    height: 66px;
    background-color: #438fce;
    border-radius: 8px;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 16px;
    padding: 23px 15px;
    text-decoration: none;
    border: 0 !important;
    margin-top: 31px !important;
    color: #fff !important;
}

.product-add-to-cart {
    margin-top: 35px;
}

.product-add-to-cart .product_meta {
    display: none;
}

.product-add-to-cart .reset_variations {
    margin-left: 15px;
    position: relative;
    top: -5px;
}

.product-add-to-cart .woocommerce-product-details__short-description {
    color: #212121;
}

.woocommerce-cart .woocommerce-message {
    display: none;
}

.woocommerce-cart .fl-post-title {
    color: #438fce;
}

.woocommerce-cart .shop_table thead, .woocommerce-cart .shop_table .actions {
    display: none;
}

.woocommerce-cart .shop_table td {
    border: 0 !important;
}

.woocommerce-cart .attachment-woocommerce_thumbnail {
    max-width: 148px !important;
    width: 148px !important;
    height: 148px !important;
    object-fit: cover;
    border-radius: 8px;
}

.woocommerce-cart .shop_table .quantity input.qty {
    background-color: transparent !important;
    border: 0 !important;
    font-size: 18px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.woocommerce-cart .shop_table .quantity input.qty::-webkit-inner-spin-button,
.woocommerce-cart .shop_table .quantity input.qty::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.woocommerce-cart .shop_table .product-quantity {
    position: relative;
}

.woocommerce-cart .shop_table .quantity-plus-minus {
    position: absolute;
    top: 50%;
    margin-top: -28px;
    left: 60px;
}

.woocommerce-cart .shop_table .quantity-plus-minus .plug {
    display: block;
    height: 22px;
    width: 22px;
    color: #000;
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
    padding-bottom: 4px;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    margin: 5px 0;
    cursor: pointer;
}

.woocommerce-cart .shop_table .quantity-plus-minus .minus {
    display: block;
    height: 22px;
    width: 22px;
    color: #000;
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
    padding-bottom: 4px;
    font-size: 20px;
    font-weight: 600;
    line-height: 21px;
    margin: 5px 0;
    cursor: pointer;
}

.woocommerce-cart .product-name a {
    color: #fff;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 170px;
    display: block;
}

.product-remove {
    background-color: #fff;
    position: relative;
    left: 0;
}

.product-remove:before {
    content: '';
    position: absolute;
    top: -11px;
    left: 0;
    right: 0;
    height: 12px;
    background-color: #fff;
}

.product-remove:after {
    content: '';
    position: absolute;
    bottom: -11px;
    left: 0;
    right: 0;
    height: 12px;
    background-color: #fff;
}

.woocommerce-cart .woocommerce a.remove {
    display: block;
    font-size: 1.5em;
    text-indent: -99999px;
    height: 32px;
    width: 41px;
    margin-left: auto;
    background-image: url(/wp-content/uploads/2018/09/remove-product.png);
    text-align: center;
    background-size: 18px;
    background-repeat: no-repeat;
    line-height: 1;
    border-radius: 100%;
    background-position: right 15px center;
    color: red !important;
    text-decoration: none;
    font-weight: 700;
    border: 0;
}

.woocommerce-cart .product-subtotal {
    position: relative;
    z-index: 9;
}

.woocommerce-cart .product-subtotal:after {
    content: '';
    position: absolute;
    right: -15px;
    top: 3px;
    bottom: 3px;
    border-top-right-radius: 6px;
    width: 15px;
    border-bottom-right-radius: 6px;
    background-color: #212121;
}

.woocommerce-cart .cart_totals {
    width: 100% !important;
    margin-right: 89px;
    max-width: 950px;
    margin: 0 auto;
    display: block;
    float: none !important;
	font-size: 16px;
}
.woocommerce .cart-collaterals .cart_totals table, .woocommerce-page .cart-collaterals .cart_totals table {
    width: 100%;
    max-width: 570px;
    float: left;
}

.woocommerce-cart .cart-subtotal td {
    text-align: right;
}

.woocommerce-cart .order-total td {
    text-align: right;
}

.woocommerce-cart .cart_totals .shop_table {
    background-color: #fff !important;
    color: #282828 !important;
    border: 0 !important;
}

.woocommerce-cart .cart_totals .shop_table .cart-subtotal th, .woocommerce-cart .cart_totals .shop_table .cart-subtotal td {
    border-bottom: 1px solid #445b7d !important;
}

.woocommerce-cart .cart_totals .shop_table .order-total {
    font-size: 28px;
}

.woocommerce-cart .cart_totals .shop_table .cart-subtotal th, .woocommerce-cart .cart_totals .shop_table .cart-subtotal td {
    padding-bottom: 30px;
}

.woocommerce-cart .cart_totals .shop_table .order-total th, .woocommerce-cart .cart_totals .shop_table .order-total td {
    padding-top: 30px;
    border: 0 !important;
}

.woocommerce-cart .wc-proceed-to-checkout .checkout-button {
    text-align: center !important;
    width: 275px;
    height: 66px;
    background-color: #438fce !important;
    border-radius: 8px;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 16px !important;
    padding: 23px 15px !important;
    text-decoration: none;
    border: 0 !important;
    margin-top: 71px  !important;
    color: #fff !important;
    margin-left: auto;
}

.woocommerce table.shop_table, .woocommerce-page table.shop_table {
    border: 0 !important;
    padding: 0 !important;
}

.woocommerce-cart-form__cart-item.cart_item td {
    position: relative;
}

.woocommerce-cart-form__cart-item.cart_item td:after {
    content: '';
}

.cart-border-bottom {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -3px;
    background-color: #fff;
    height: 6px;
    z-index: 99;
}

.woocommerce-cart .woocommerce-cart-form__cart-item.cart_item:nth-child(1) .product-subtotal:after {
    top: 0;
}

.woocommerce-cart-form__cart-item.cart_item .product-thumbnail {
    position: relative;
}

.woocommerce-cart-form__cart-item.cart_item .product-thumbnail:before {
    content: '';
    position: absolute;
    left: -15px;
    top: 3px;
    bottom: 3px;
    border-top-left-radius: 6px;
    width: 20px;
    border-bottom-left-radius: 6px;
    background-color: #212121;
}

.woocommerce-cart .woocommerce-cart-form__cart-item.cart_item:nth-child(1) .product-thumbnail:before {
    top: 0;
}

.woocommerce-cart .fl-post-header {
    margin-left: -15px;
}

.page-id-6513 .fl-builder-content {
    display: none;
}

#vpc-components {
    margin-top: 0;
}

.page-id-6513 .fl-page-content {
    background-image: none;
    background-color: #fff;
    width: 100%;
}

#vpc-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
}

#vpc-price-container {
    text-align: center !important;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.vpc-header {
    background-color: #151515;
    padding: 20px 0 20px 0px;
    background-color: transparent;
}

.vpc-header h1 {
    color: #438fce;
    font-weight: 600;
    margin-bottom: 20px;
}

.vpc-body {
    margin: 40px 0px;
}

.vpc-component {
    padding: 25px 10px !important;
}

#vpc-components {
    width: auto;
    flex: 1;
    margin-top: 0 !important;
}

#vpc-preview-wrap {
    width: auto;
    flex: 1;
}

#vpc-preview img, .vpc-cart-config-image img, .saved-config-preview img {
    max-height: 360px;
}

#vpc-container .conf_desc {
    display: none;
}

.vpc-header-inner {
    max-width: 1200px;
    margin: 0 auto;
}

.vpc-options label.custom {
    width: 42px !important;
    height: 42px !important;
}

.vpc-options label.custom:before {
    width: 42px !important;
    height: 42px !important;
}

.vpc-header-inner ul {
    padding: 0;
}

.vpc-header-inner ul li {
    display: inline-block;
    font-size: 14px;
    position: relative;
}

.vpc-header-inner ul li:after {
    content: '';
    border-left: 5px solid #fff;
    border-top: 5px solid transparent;
    height: 0;
    width: 0;
    box-sizing: border-box;
    display: inline-block;
    border-bottom: 5px solid transparent;
    margin: 0 9px;
}

.vpc-header-inner ul li.current:after {
    display: none;
}

.vpc-component:first-of-type {
    border-top: 0;
}

.vpc-component {
    border: 0;
}

.vpc-actiofn-buttons {
    max-width: 1200px;
    margin: 0 auto !important;
    display: block;
}

.vpc-action-buttons .o-col {
    width: 50%;
    text-align: center;
}

#fl-post-6513 {
    padding: 50px 0;
}

.vpc-cart-config-image.o-wrap {
    margin: 0 !important;
    border: 0 !important;
}

/* .vpc-cart-config-image.o-wrap img {
    max-width: 148px !important;
    width: 148px !important;
    height: 148px !important;
    object-fit: cover;
    border-radius: 8px
} */

.vpc-cart-config-image.o-wrap img {
    max-width: 148px !important;
    width: 148px !important;
    height: 148px;
    object-fit: contain;
    border-radius: 0;
    top: -18px;
    object-position: 100% 0;
}
.variations .label {
    color: #555;
    font-size: 16px;
    padding-top: 10px;
    font-weight: 400;
}

.single-product .vpc-configure-button.button {
    padding: 22px 15px;
    margin-left: 10px;
}

.single-product .single_add_to_cart_button {
    display: block !important;
}

.tax-product_cat .vpc-configure-button.button {
    display: none !important;
}

.woocommerce.columns-4 ul.products li.product, .woocommerce.woo-4.archive ul.products li.product, .woocommerce-page.columns-4 ul.products li.product, .woocommerce-page.woo-4.archive ul.products li.product {
    width: 28.79667% !important;
}

.tax-product_cat .woocommerce-loop-product__title {
    text-align: left;
    font-size: 18px !important;
    line-height: 19px;
    font-weight: 700;
}

.woocommerce ul.products li.product .price {
    text-align: left;
}

.your-shopping-cart {
    margin-left: -15px;
}

.your-shopping-cart h1 {
    color: #438fce;
    font-size: 38px;
    margin-bottom: 38px;
    font-weight: 400;
}

.continue-shopping {
    padding-top: 50px;
    margin-left: -15px;
    background-image: url(assets/images/arrow-cart.png);
    background-repeat: no-repeat;
    background-position: left bottom 5px;
    padding-left: 28px;
}

.continue-shopping a {
    color: #282828;
    font-size: 18px;
}

.vpc-group-name {
    display: none !important;
}

.build-product-item-inner {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
}

.build-product-item-inner .product.woocommerce a {
    display: none;
}

.build-product-item-inner .product.woocommerce {
    border: 0 !important;
}

.build-product-list-item {
    display: inline-block;
    margin: 6px;
    background-color: #fff;
    position: relative;
}

.build-product-list-item .build-product-item-inner {
    width: 258px;
    height: 277px;
    background-color: #fff;
}

.product-customize-overlay {
    background-color: rgba(67, 143, 206, 0.88);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    display: flex;
    padding: 0px 20px;
    opacity: 0;
    transition: all 0.5s ease;
}

.product-customize-overlay:hover {
    opacity: 1;
}

.build-product-title {
    margin: 0;
}

.build-product-title {
    font-size: 22px;
    font-weight: 600;
}

.build-product-title {

}

.product-customize-overlay-inner {
    margin: auto;
}

.product-customize-overlay-inner a {
    display: inline-block;
    color: #438fce;
    background-color: #fff;
    text-transform: uppercase;
    padding: 8px 17px;
    font-size: 15px;
    border-radius: 5px;
    text-decoration: none;
}

.vpc-body-content {
    max-width: 568px;
    margin: 18px auto 40px;
}

.woocommerce-page.woo-4.archive ul.products li.product:nth-child(4n) {
    margin-right: 0 !important;

}

.woocommerce-page.woo-4.archive ul.products li.product {
    width: 30.79667% !important;
    clear: none;
    margin-right: 3.8% !important;
}

.woocommerce ul.products li.product a img {
    margin: 0 !important;
}

.similar-products .vpc-configure-button {
    display: none !important;
}

.single-product-info {
    position: relative;
}

.single-product .single-product-info form.cart {

}

.single-product .single-product-info .variations {
    display: table;
    max-width: 500px;
    margin: 25px 0px 0px 0px;
}

.single-product .single-product-info .button {
    width: 175px;
    margin-bottom: 30px;
}

.single-product .single-product-info .product-title h1 {
    margin-right: 370px;
}

.CatWidgetArea {
    margin: 0 0 20px;
}

.CatWidgetArea .price_slider_amount input {
    /* display: block !important;*/
    margin: 0 0 10px;
    padding-left: 25px;
    background: #212121 url(img/DollarSign.png) no-repeat 10px center !important;
}

.CatWidgetArea .price_label {
    padding: 10px 0 0;
    font-size: 14px;
    display: block;
    float: left;
    width: 100%;
    text-align: left;
}

.CatWidgetArea h3 {
    margin-top: 0;
}

.CatWidgetArea select {
    width: 100%;
    height: 34px;
    border: 0;
    font-size: 16px;
}

.woocommerce ul.products, .woocommerce-page ul.products {
    padding-top: 0 !important;
    width: calc(100% - 333px);
    float: left;
    clear: none;
}

.woocommerce-page .related-products-list ul.products.slick-slider {
    width: 100%;
    float: none;
}

.cat-products-lists {
    display: block;
}

.cat-products-lists .options-wrap {
    float: left;
}

#mega-menu-wrap-header #mega-menu-header {
    text-align: center;
}

#mega-menu-wrap-header #mega-menu-header a {
    font-family: "Open Sans", sans-serif !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 1.4 !important;
    text-transform: uppercase !important;
}

.woocommerce-page .shipping-calculator-form button.button {
    background: #428bca;
    border: 1px solid #428bca;
}

#calc_shipping_country * {
    font-size: 14px !important;
}

.woocommerce-cart .select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    background-color: #fff !important;
    color: #000 !important;
}

.woocommerce-cart .select2-container--default .select2-results > .select2-results__options, .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000;
    font-size: 14px;
}

#calc_shipping_postcode, #calc_shipping_city {
    background: #fff !important;
    border-color: #aaa !important;
    color: #000 !important;
}

#calc_shipping_city::-webkit-input-placeholder {
    color: #000;
}

#calc_shipping_city:-moz-placeholder { /* Firefox 18- */
    color: #000;
}

#calc_shipping_city::-moz-placeholder { /* Firefox 19+ */
    color: #000;
}

#calc_shipping_city:-ms-input-placeholder {
    color: #000;
}

#calc_shipping_city::-webkit-input-placeholder:after {
}

#calc_shipping_city:focus::-webkit-input-placeholder {
    color: transparent;
}

#calc_shipping_city::-moz-placeholder:after {
}

#calc_shipping_city:focus::-moz-placeholder {
    color: transparent;
}

#calc_shipping_postcode::-webkit-input-placeholder {
    color: #000;
}

#calc_shipping_postcode:-moz-placeholder { /* Firefox 18- */
    color: #000;
}

#calc_shipping_postcode::-moz-placeholder { /* Firefox 19+ */
    color: #000;
}

#calc_shipping_postcode:-ms-input-placeholder {
    color: #000;
}

#calc_shipping_postcode::-webkit-input-placeholder:after {
}

#calc_shipping_postcode:focus::-webkit-input-placeholder {
    color: transparent;
}

#calc_shipping_postcode::-moz-placeholder:after {
}

#calc_shipping_postcode:focus::-moz-placeholder {
    color: transparent;
}

.woocommerce-page .cart-collaterals .cart_totals table .shipping td {
    border-bottom: 1px solid #303030 !important;
}
p.cart-empty {
    color: #333;
    text-align: center;
}
.woocommerce .woocommerce-ordering {
    margin-top: -46px;
}
body.page-id-10245 .fl-row-content-wrap {
    padding-top: 0;
}
body .fl-module-content {
    margin-top: 0;
}
.short-description-hide .woocommerce-product-details__short-description, .single-product-info h1, .single-product-info .price, .single-product-info .cart {
	display:none !important;
}



/**
 * 11.0 Media Queries
 * -----------------------------------------------------------------------------
 */
/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See http://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

/* Desktop */
.ForMobile {
    display: none !important;
}

@media screen and (min-width: 0) and (max-width: 1600px) {

}

@media screen and (min-width: 0) and (max-width: 1365px) {

}

@media screen and (min-width: 0) and (max-width: 1199px) {
    .tax-product_cat .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .cat-products-lists {
        margin-top: 20px;
    }

    /* Mobile */
} @media (min-width: 992px) {
.home.fl-full-width .fl-page {
    padding-top: 167px !important;
}

} @media screen and (min-width: 0) and (max-width: 991px) {
    .cat-products-lists .options-wrap {
        margin-right: 20px;
    }

    .CatWidgetArea h3 {
        line-height: 1;
        font-size: 20px;
    }

    .woocommerce-products-header__title.page-title {
        width: 100%;
    }

    body.tax-product_cat.woocommerce-page.woo-4.archive ul.products li.product {
        width: 46% !important;
        margin-right: 3.8% !important;
    }

    .fl-page-bar {
        position: absolute;
    }

    .fl-page-nav .navbar-nav li > a {
        font-size: 15px;
    }
	.woocommerce .cart-collaterals .cart_totals table, .woocommerce-page .cart-collaterals .cart_totals table {
		max-width: 100%;
		float: none;
	}
	.woocommerce-cart .wc-proceed-to-checkout .checkout-button {
		margin-top: 31px !important;
	}

}

@media screen and (min-width: 0) and (max-width: 767px) {
    .ForMobile {
        display: block !important;
    }

    .ForDesktop {
        display: none !important;
    }

    body {
        min-width: 320px;
    }

    .single-product .single-product-info .product-title h1 {
        margin-right: 0;
    }

    .single-product .single-product-info form.cart {
        position: inherit;
    }

    .woocommerce-page.woo-4.archive ul.products li.product {
        width: 100% !important;
        margin-right: 0 !important;
    }

    .woocommerce-products-header__title.page-title {
        font-size: 30px;
        margin: 20px 0 0;
    }

    body.tax-product_cat.woocommerce-page.woo-4.archive ul.products li.product {
        width: 106% !important;
        margin-right: 0 !important;
    }

    .fl-page-bar {
        left: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        top: 0;
    }

    .fl-page-header {
        background-repeat: repeat;
        background-size: contain;
    }

    .fl-page-header-primary .fl-logo-img {
        max-width: 100px;
    }

    .fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-mobile .fl-page-nav .navbar-toggle {
        top: 35px;
    }

    .product-cat-heading {
        display: none;
    }

    .cat-products-lists {
        display: block;
    }

    .cat-products-lists .options-wrap {
        max-width: 100%;
        margin: 0 auto 40px;
    }

    .woocommerce-page.woo-4.archive ul.products li.product {
        max-width: 100%;
    }

    .woocommerce ul.products, .woocommerce-page ul.products {
        width: 100%;
    }

    .woocommerce table.cart .product-remove, .woocommerce-cart-form__cart-item.cart_item .product-thumbnail:before, .woocommerce-cart .product-subtotal:after {
        display: none !important;
    }

    .woocommerce-cart .shop_table .quantity-plus-minus {
        left: 105px;
    }

    .woocommerce-cart .shop_table .quantity input.qty {
        margin-left: 105px;
    }

    .continue-shopping,
    .your-shopping-cart {
        margin-left: 0px;
    }

    .your-shopping-cart h1 {
        font-size: 30px;
    }

    html>body .woocommerce-cart-form__cart-item.cart_item .product-thumbnail {
        display: block !important;
        width: 150px !important;

    }

    html>body .woocommerce-cart-form__cart-item.cart_item .product-thumbnail img{
        max-width: 130px !important;
        width: 130px !important;
        height: 160px !important;
        margin-top: 20px; /*added by iav(moon)*/
    }

    .cart-border-bottom {
        display: none !important;
    }

    .woocommerce table.shop_table_responsive tr td::before{
        display: none !important;
    }

    .woocommerce table.shop_table_responsive tr td.product-name,
    /*.woocommerce table.shop_table_responsive tr td.product-price,*/
    /*.woocommerce table.shop_table_responsive tr td.product-quantity,*/
    .woocommerce table.shop_table_responsive tr td.product-subtotal,
    .woocommerce table.shop_table_responsive tr td.product-remove{
        display: block;
        text-align: left!important;
        font-size: 14px;
    }


    .vpc-cart-options-container > div {
        display: block!important;
        border: 0px!important;
        padding: 0!important;
        margin-bottom: 0px!important;
    }

    .vpc-cart-config {
        border: 0!important;
        margin-bottom: 5px;!important;
        padding: 0px !important;
    }

    .vpc-cart-config > div {
        padding: 0 0px 0px!important;
        min-width: 100px!important;
        font-size: 14px!important;
    }

    .vpc-cart-options-container > div > strong {
        display: inline-block!important;
        margin-right: 10px!important;
        font-size: 14px;
    }
    /*
    style below is breaking mobile
    .vpc-cart-options-container > div > div {
        display: inline-block!important;
    }
    */

    .vpc-cart-options-container {
        font-size: 14px!important;
    }

    
    .vpc-cart-options-container > div > div img {
        display: none !important;
    }
  
    .woocommerce table.shop_table_responsive tr {
        position: relative;
    }

    .woocommerce table.shop_table_responsive tr td.product-name {
        position: absolute;
        left: 145px;
        top: 0px;
    }

    .woocommerce table.shop_table_responsive tr td.product-name{
        position: absolute;
    }
    /*
    breaks on mobile
    .woocommerce table.shop_table_responsive tr td.product-price {
        position: absolute;
        bottom: 0px;
        left: 145px;
    }
   
    .woocommerce table.shop_table_responsive tr td.product-quantity{
        position: absolute;
        bottom: 23px;
        left: 150px;
    }
    fixes below
    */
    .woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td{
        display: inline-block;
    }
    .woocommerce table.shop_table_responsive tr td.product-price,
    .woocommerce table.shop_table_responsive tr td.product-quantity{
        text-align: right;
        left:40%;
        padding-top:0;
    }
    
    .woocommerce table.shop_table_responsive tr td.product-subtotal{
        display: none !important;
    }

    .woocommerce table.shop_table_responsive tr td.product-remove{
        display: none !important;
    }

    .woocommerce table.shop_table_responsive tr td.product-name .button{
        display: none !important;
    }

    .woocommerce-cart .shop_table .quantity input.qty {
        margin-left: 4px !important;
        font-size: 14px !important;
    }

    .woocommerce-cart .shop_table .quantity-plus-minus {
        position: relative!important;
        top: 0!important;
        margin-top: 0!important;
        left: 0px!important;
    }

    .woocommerce .quantity input.qty {
        height: auto!important;
    }

    .woocommerce-cart .shop_table .quantity-plus-minus .plug {
        position: absolute;
        left: 42px;
        top: -32px;
    }

    .woocommerce-cart .shop_table .quantity-plus-minus .minus {
        position: absolute;
        left: -6px;
        top: -32px;
    }

    .woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
        position: relative;
    }

    .cart-subtotal {
        position: absolute;
        top: 14px;
        right: 0;
    }

    .woocommerce-cart .cart_totals .shop_table .cart-subtotal td {
        border: 0 !important;
    }

    .woocommerce-cart .cart_totals {
        width: 300px !important;
        margin-right: 0 !important;
        float: right !important;
    }

    .woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
        background-color: transparent!important;
    }

    .woocommerce ul#shipping_method li label, .woocommerce-page ul#shipping_method li label {
        margin-left: 0px!important;
    }

    .woocommerce-cart .wc-proceed-to-checkout .checkout-button {
        width: 230px!important;
        height: auto!important;
        font-size: 14px !important;
        padding: 13px 15px !important;
        margin-top: 0px !important;
    }

    .cart_totals  tr.cart-subtotal td::after,
    .cart_totals  tr.order-total td::after{
        content: attr(data-title) ": ";
        font-weight: 700;
        float: left;
        display: block !important;

    }

    .woocommerce-cart-form,
    .woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals{
        max-width: 400px;
        margin: auto;
    }

}

@media only screen and (min-device-width: 320px) {
    body {
        padding: 0;
    }
}

.fl-page-nav ul li.fl-sub-menu-open > ul.sub-menu li.fl-sub-menu-open.fl-sub-menu-right > ul.sub-menu {
    left: 100%;
    right: auto;
}


.CatWidgetArea .product-categories {
	font-size:14px;
}
.widget_product_categories ul ul {
	padding-left:10px;
}

/*color fixes: edits by iav*/
.vpc-cart-options-container .vpc-cart-options{
    color: #212121;
}