/*
Theme Name: Davici Child
Theme URI: http://www.wpbingosite.com/davici
Author: wpbingo
Description: This is a child theme for Davici
Version: 1.0.1
Author URI: http://wpbingosite.com
Template: davici
Text Domain: davici-child
*/
/*************** ADD YOUR CUSTOM CSS HERE  ***************/

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
b,strong {
    font-weight: bold;
}
.elementor-section.elementor-section-boxed>.elementor-container {
    max-width: 1440px;
}

body .yith-wcwl-add-button>a i {
    display: none;
}

body .fa, body .fas {
    font-family: 'FontAwesome';
    font-weight: 900;
}

body .bwp-header .wpbingoLogo img {
    max-height: 120px;
    width: auto;
}

body .bwp-header.header-v4 .header-menu {
    margin-left: 0 !important;
}

body .bwp-header.header-v4 .header-search-form {
    margin-left: 35px;
}

body .bwp-header.header-v4 .header-bottom {
    background: #f59312;
}
body .bwp-header.header-v4 .categories-vertical-menu .widget-title{
    background: #841BA0;
}

.bwp-header.header-v4 .header-menu .bwp-navigation ul > li.level-0.current_page_item > a, 
.bwp-header.header-v4 .header-menu .bwp-navigation ul > li.level-0:hover > a, 
.bwp-header.header-v4 .header-menu .bwp-navigation ul > li.level-0.current-menu-item > a, 
.bwp-header.header-v4 .header-menu .bwp-navigation ul > li.level-0.current-menu-ancestor > a {
    color: #fff;
    position: relative;
}

.bwp-header.header-v4 .header-menu .bwp-navigation ul > li {
    padding: 0 !important;
}

.bwp-header.header-v4 .header-menu .bwp-navigation ul > li a {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.bwp-header.header-v4 .header-menu .bwp-navigation ul li.level-0 a:before {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    content: "";
    position: absolute;
    top: -14px;
    left: 0px;
    width: 100%;
    background:#841BA0;
    box-sizing: content-box;
    height: 55px;
    opacity: 0;
}

.bwp-header.header-v4 .header-menu .bwp-navigation ul > li.level-0.current_page_item > a:before, 
.bwp-header.header-v4 .header-menu .bwp-navigation ul > li.level-0:hover > a:before, 
.bwp-header.header-v4 .header-menu .bwp-navigation ul > li.level-0.current-menu-item > a:before, 
.bwp-header.header-v4 .header-menu .bwp-navigation ul > li.level-0.current-menu-ancestor > a:before {
    opacity: 1;
}

.bwp-navigation ul > li.level-0 > ul.sub-menu li a:hover, .bwp-navigation ul > li.level-0 div.sub-menu li a:hover {
    color: #841BA0;
}
.categories-vertical-menu .bwp-vertical-navigation > div ul.menu li.level-0.current_page_item > a > span, .categories-vertical-menu .bwp-vertical-navigation > div ul.menu li.level-0:hover > a > span, .categories-vertical-menu .bwp-vertical-navigation > div ul.menu li.level-0.current-menu-item > a > span {
    color: #841BA0;
}
.bwp-header .header-search-form .search-from #searchsubmit:hover, .bwp-header .header-search-form .search-from #searchsubmit2:hover {
    background: #841BA0;
}

body .bwp-header.sticky.header-v4 {
    background: #f59312;
}

body .bwp-header.header-v4 .categories-vertical-menu .widget-title i {
    background: #841BA0;
}

body .bwp-header.header-v4 .categories-vertical-menu .widget-title i:before, body .bwp-header.header-v4 .categories-vertical-menu .widget-title i:after {
    background: #841BA0;
}

body .bwp-header .header-search-form .search-from #searchsubmit, body .bwp-header .header-search-form .search-from #searchsubmit2 {
    background: #f59312;
}

body .bwp-header.header-v4 .list-link-menu ul li {
    border-color: #f59312;
}

body .wpbingo-newsletter.newsletter-default .content-newsletter .clearfix {
    background: #f59312;
}
.product-mat-colors-tab {
    margin: 0;
    padding: 0;
}

.bwp-sidebar > .widget.widget_categories ul{
    list-style: none;
}
.bwp-sidebar > .widget ul.product-categories li:not(.recentcomments):first-child {
    padding-top: 5px;
    border-top: none;
}

.woocommerce.widget_product_categories ul.product-categories li.cat-parent > span.arrow {
    top: 5px;
    position: absolute;
    right: -15px;
    text-align: center;
}

.product-mat-colors-tab>li {
    cursor: pointer;
    float: left;
    margin-right: 1em;
    max-width: 50px;
    margin-bottom: 5px;
}
.product-mat-colors-tab>li img {
    transition: transform .2s;
    width: 50px;
    height: 50px;
    object-fit: cover;
    object-position: center;
}
.product-mat-colors-tab>li img:hover {
    transform: scale(2.5);
}
.product-mat-colors-tab{
    list-style: none;
}
.product-mat-colors-tab>li::marker,
.product-mat-colors-tab>li::before {
    content: none;
}

.product-type-variable .variations_form.cart table tr td.value .tawcvs-swatches .swatch {
    max-width: 50px;
    padding: 0;
    /*border-radius: 100%;*/
}

.single-product .product-type-variable .variations_form.cart table tr td.value .tawcvs-swatches .swatch.swatch-image,
.quickview-container .product-type-variable .variations_form.cart table tr td.value .tawcvs-swatches .swatch.swatch-image {
    max-width: 50px;
    padding: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 0;
    margin-right: 2px;
    margin-bottom: 2px;
    margin-left: 2px;
}
.product-type-variable .variations_form.cart table tr td.value .tawcvs-swatches .swatch-image img{
    border: 3px solid transparent;
}

.product-type-variable .variations_form.cart table tr td.value .tawcvs-swatches .swatch.selected.swatch-image img{
    border:3px solid #f59312;
}

.single-product .product-type-variable .variations_form.cart table tr td.value .tawcvs-swatches .swatch:hover, .quickview-container .product-type-variable .variations_form.cart table tr td.value .tawcvs-swatches .swatch:hover, .single-product .product-type-variable .variations_form.cart table tr td.value .tawcvs-swatches .swatch.selected, .quickview-container .product-type-variable .variations_form.cart table tr td.value .tawcvs-swatches .swatch.selected {
    border: 0;
}

/*.tawcvs-swatches[data-attribute_name="attribute_pa_orientation"] .swatch-image img {
    -webkit-border-radius: 0%;
    -moz-border-radius: 0%;
    border-radius: 0%;
}*/

.mini-cart .cart-popup.popup .mini_cart_item {
    display: flex;
}

.table-sizes-prices {
    text-align: center;
    width: 100%;
}

.table-sizes-prices tr th,
.table-sizes-prices tr td {
    padding: 7px 5px;
    vertical-align: middle;
    color: #000000;
    min-width: 65px;
}

@media screen and (max-width: 480px) {
    .table-sizes-prices tr th,
    .table-sizes-prices tr td {
        padding: 5px 2px;
        min-width: 40px;
        font-size: 10px;
    }
}

.table-sizes-prices tr th {
    font-weight: bold;
}

.woocommerce-checkout-review-order-table .cart_item .product-name {
    font-size: 15px;
    color: #000;
}

.woocommerce-checkout-review-order-table .cart_item .product-name .variations {
    margin-top: 10px;
    font-size: 14px;
}

.cart_item .product-name .variations {
    margin-top: 7px;
}

table.shop_table.cart > tbody > tr > td.product-name .variation,
.woocommerce-checkout-review-order-table .cart_item .variation,
.mini-cart .cart-popup .mini_cart_item .variation{
    margin-bottom: 7px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}


table.shop_table > tbody > tr > td dt,
.mini-cart .cart-popup .mini_cart_item .variation dt{
    float: left;
    margin: 0 5px 0 0;
    line-height: 16px;
    padding: 0;
    color: #333333;
}
table.shop_table > tbody > tr > td dd,
.mini-cart .cart-popup .mini_cart_item .variation dd{
    line-height: 16px;
    padding: 0;
    margin-bottom: 0;
}
table.shop_table > tbody > tr > td dd p,
.mini-cart .cart-popup .mini_cart_item .variation dd p {
    color: #a3a3a9;
    margin-bottom: 0;
}


.custom-field-details label{
    font-size: 12px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 0;
    margin-right: 15px;
    line-height: 40px;
    font-family: 'CerebriSans Bold';
}
.custom-field-logo input, .custom-field-details textarea {
    width: 100%;
}

/*
.single-product .product-type-variable .variations_form.cart table tr td.value, .quickview-container .product-type-variable .variations_form.cart table tr td.value{
    flex: 1;
}*/

.bwp-client.slider2 .item-image img {
    width: 100%;
}

.bwp-client.slider2 .slick-slider .slick-list, .bwp-client.slider2 .slick-slider .slick-track{
    margin: 0 auto;
}

.wpcf7-response-output{
    text-align: center;
}
.featured-icon {
    padding: 0 15px;
}

.single-product .bwp-single-info .quantity input, .quickview-container .bwp-single-info .quantity input {
    width: 100px;
    border: 0;
    height: 48px;
    padding-left: 5px;
    font-size: 18px;
    text-align: center;
    font-weight: 500;
    padding-right: 44px;
}

.b_and_b{
    display: flex; justify-content: center; align-items: center;
}

@media screen and (min-width: 991px) { /* Минимум 512 цветов */
    .b_and_b{
        justify-content: flex-end;
    }
}

.post-single .post-content .post-excerpt figure {
    text-align: center;
}

.contents-detail .bwp-single-product .woocommerce-product-gallery > .row > div.col-md-2 .image-thumbnail .slick-list .slick-slide {
    padding-bottom: 10px;
    padding-top: 10px;
}

i.slick-arrow.fa-angle-left {
    left: 0px;
}
i.slick-arrow.fa-angle-right {
    right: 0px;
}

@media (min-width: 768px) {

    .woocommerce .contents-detail .bwp-single-product .woocommerce-product-gallery > .row > div.col-md-2 .slick-arrow.fa-angle-left {
        top: 0px;
    }
    .woocommerce .contents-detail .bwp-single-product .woocommerce-product-gallery > .row > div.col-md-10:hover .slick-arrow.fa-angle-left, .woocommerce .contents-detail .bwp-single-product .woocommerce-product-gallery > .row > div.col-md-2:hover .slick-arrow.fa-angle-left {
        top:0px;
    }

    .woocommerce .contents-detail .bwp-single-product .woocommerce-product-gallery > .row > div.col-md-2 .slick-arrow.fa-angle-right {
        bottom: 0px;
    }
    .woocommerce .contents-detail .bwp-single-product .woocommerce-product-gallery > .row > div.col-md-10:hover .slick-arrow.fa-angle-right, .woocommerce .contents-detail .bwp-single-product .woocommerce-product-gallery > .row > div.col-md-2:hover .slick-arrow.fa-angle-right {
        bottom:0px;
    }
}

.single-product .product_title, .quickview-container .product_title {
    word-break: break-word;
}

.woocommerce-tabs #tab-additional_information table.shop_attributes p, .quickview-container .woocommerce-tabs #tab-additional_information table.shop_attributes p {
    margin-bottom: 1rem;
}

.woocommerce-tabs #tab-additional_information table.shop_attributes > tbody > tr > th {
    min-width: 120px;
}
.dynamic-pricing-list {
    margin-bottom: 20px;
    padding: 0;
    list-style: none;
}

.dynamic-pricing-list b {
    color: #f59312;
}

.dynamic-pricing-list .amount {
    color: #f59312;
    font-size: 20px;
    font-weight: 500;
}

.contents-detail .bwp-single-product .images.vertical .woocommerce-product-gallery > .row {
    display: flex;
}
.contents-detail .bwp-single-product .attachment-shop_single {
    vertical-align: middle;
    width: auto;
}

@media (max-width: 991px) {
    .error404 .page-404 .content-page-404 {
        position: unset;
        margin-top: 0px;
    }
}
#bwp_form_filter_product .bwp-filter span.active + label{
    color: #000;
}

.woocommerce-info, .woocommerce-message {
    border-top: 3px solid #f59312;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    min-height: 60px;
}

.woocommerce-info:after, .woocommerce-message:after, .woocommerce-error:after {
    display: none;
}
.woocommerce-info:before, .woocommerce-message:before {
    color: #f59312;
    margin-top: 8px;
}
.woocommerce-error .button, .woocommerce-info .button, .woocommerce-message .button {
    order:2;
}
@media screen and (max-width: 767px) {
    .woocommerce-info, .woocommerce-message {
        justify-content: flex-start;
    }
}
/*.woocommerce-info, .woocommerce-message {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.woocommerce-error .button, .woocommerce-info .button, .woocommerce-message .button {
    order: 2;
}

@media (max-width: 520px) {
    .woocommerce-info, .woocommerce-message {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
    }
}
*/

@media (max-width: 479px) {
    .product-type-variable .variations_form.cart table tr, .quickview-container .product-type-variable .variations_form.cart table tr {
       flex-direction: column;
    }

    .bwp-single-info .single_add_to_cart_button.button, .quickview-container .bwp-single-info .single_add_to_cart_button.button {
        padding: 0 30px;
    }
}

#upload_logo {
    cursor: pointer;
}

.wpbingo-newsletter .wpcf7-not-valid-tip{
    position: absolute;
}

.wpbingo-newsletter.newsletter-default .content-newsletter .clearfix span.ajax-loader {
    position: absolute;
    top: 18px;
    left: -25px;
}
#advanced-searchform {
    max-width: 480px;
    padding: 15px;
    width: 100%;
    border: 1px solid;
    margin: 0 auto;
    text-align: center;
}

#advanced-searchform .field {
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

#advanced-searchform label {
    min-width: 80px;
    text-align: left;
}

#advanced-searchform input {
    flex: 1;
}

@media (max-width: 480px) {
    #advanced-searchform input[type="number"] {
        min-width: 30px;
        width: 40px;
        text-align: center;
    }

    #advanced-searchform input {
        min-width: 100px;
    }
}
#advanced-searchform input[type=submit]{
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
    background: #f59312;
    color: #fff;
    line-height: 36px;
    border: 2px solid transparent;
    cursor: pointer;
}
#advanced-searchform  input[type=submit]:hover {
    background: #fff;
    border: 2px solid #f59312;
    color: #f59312;
}

.variations_form .variations .label label:after{
    content: '*';
    color: #f59312;
    position: relative;
    top: -5px;
    right: -5px;
}

.bwp-single-info .quantity, .quickview-container .bwp-single-info .quantity {
    margin-right: 5px;
}

.product-type-variable .variations_form.cart table tr td.value, .quickview-container .product-type-variable .variations_form.cart table tr td.value {
    flex: 1;
}

.single-product .product-type-variable .variations_form.cart table tr, .quickview-container .product-type-variable .variations_form.cart table tr {
    display: table-row;
}


.product-type-variable .variations_form.cart table tr td.value .tawcvs-swatches.type-color,
.product-type-variable .variations_form.cart table tr td.value .tawcvs-swatches.type-image {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.product-type-variable .variations_form.cart table tr td.value .tawcvs-swatches.type-color:after,
.product-type-variable .variations_form.cart table tr td.value .tawcvs-swatches.type-image:after {
    content: '';
    flex: auto;
}

.product-type-variable .variations_form.cart table tr td.value .tawcvs-swatches.type-color.swatches-show-more,
.product-type-variable .variations_form.cart table tr td.value .tawcvs-swatches.type-image.swatches-show-more {
    overflow: hidden;
    max-height: 135px;
    transition: max-height 0.25s ease-out;
    min-width: 180px;
    position: relative;
    padding-bottom: 30px;
}

.product-type-variable .variations_form.cart table tr td.value .tawcvs-swatches.type-color.swatches-show-more.show-more,
.product-type-variable .variations_form.cart table tr td.value .tawcvs-swatches.type-image.swatches-show-more.show-more {
    max-height: initial;
    transition: max-height 0.45s ease-in;
}

.woocommerce button.swatches-show-more-btn.button {
    width: 100%;
    line-height: 30px;
    position: absolute;
    bottom: 0;
    max-width: 100%;
}


.single-product .product-type-variable .variations_form.cart table .reset_variations, .quickview-container .product-type-variable .variations_form.cart table .reset_variations {
    bottom: -16px;
    float: right;
    top: auto;
}

.single-product .product-type-variable .variations_form.cart .single_variation_wrap, .quickview-container .product-type-variable .variations_form.cart .single_variation_wrap {
    margin-top: 15px;
}

.single-product .product-type-variable .variations_form.cart table, .quickview-container .product-type-variable .variations_form.cart table {
    margin-bottom: 20px;
}

.js .upload_logo_get,
.js .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.upload_logo_get + label,
.inputfile + label {
    max-width: 100%;
    width: 100%;
    font-size: 1em;
    font-weight: 500;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0.625rem 1.25rem;
}

.no-js .upload_logo_get + label,
.no-js .inputfile + label {
    display: none;
}

.upload_logo_get:focus + label,
.inputfile:focus + label,
.upload_logo_get.has-focus + label,
.inputfile.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.upload_logo_get + label svg,
.inputfile + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    /* 4px */
    margin-right: 0.25em;
    /* 4px */
}

/* style 6 */

.upload_logo_get + label,
.inputfile + label {
    color: #f59312;
}

.upload_logo_get + label,
.inputfile + label {
    border: 1px solid #f59312;
    background-color: rgba(245, 147, 18, 0.15);
    padding: 0;
    display: inline-table;
}

.upload_logo_get.no-file + label,
.inputfile.no-file + label {
    border: 1px solid #ff0000;
}

.upload_logo_get:focus + label,
.inputfile:focus + label,
.upload_logo_get.has-focus + label,
.inputfile.has-focus + label,
.upload_logo_get + label:hover,
.inputfile + label:hover {
    border-color: #cb7709;
}

.upload_logo_get + label span,
.upload_logo_get + label strong{
    padding: 0.325rem 1.25rem;
}
.inputfile + label span,
.inputfile + label strong {
    padding: 0.625rem 1.25rem;
    /* 10px 20px */
}

.upload_logo_get + label span,
.inputfile + label span {
    width: 200px;
    min-height: 2em;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: top;
}

.upload_logo_get + label strong,
.inputfile + label strong {
    color: #fff;
    font-weight: 500;
    background-color: #f59312;
    display: inline-block;
}

.upload_logo_get:focus + label strong,
.upload_logo_get.has-focus + label strong,
.upload_logo_get + label:hover strong,
.inputfile:focus + label strong,
.inputfile.has-focus + label strong,
.inputfile + label:hover strong {
    background-color: #cb7709;
}

@media screen and (max-width: 50em) {
    .inputfile + label strong {
        display: block;
    }
}

#yith-wcwl-form .wishlist_table.shop_table.mobile li {
     position: relative;
 }

@media (max-width: 767px) {
    .bwp-widget-banner.layout-9 .banner-wrapper-infor:after {
        top: -8px;
        border-width: 4px 3px;
        left: -5px;
    }
    .bwp-widget-banner.layout-9 .banner-wrapper-infor:before {
        left: -5px;
        width: 15px;
        height: 100%;
    }

    #yith-wcwl-form .wishlist_table.shop_table.mobile li {
        position: relative;
    }

    #yith-wcwl-form .wishlist_table.shop_table.mobile li .additional-info-wrapper {
        position: absolute;
        margin-top: 0;
        top: 0;
        right: 0;
        left: 0;
        justify-content: flex-end;
    }

    #advanced-searchform label {
        min-width: 65px;
    }
}

.woocommerce-tabs #tab-reviews #reviews #respond #reply-title, .quickview-container .woocommerce-tabs #tab-reviews #reviews #respond #reply-title {
    line-height: 1.4em;
}

#wp-comment-cookies-consent{
    margin: 3px 15px 15px 0;
}

.comment-form-cookies-consent {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
}

.related .content-product-list .slick-arrow.fa-angle-left, .cross_sell .content-product-list .slick-arrow.fa-angle-left, .upsells .content-product-list .slick-arrow.fa-angle-left {
    left: 0;
}
.related .content-product-list .slick-arrow.fa-angle-right, .cross_sell .content-product-list .slick-arrow.fa-angle-right, .upsells .content-product-list .slick-arrow.fa-angle-right{
    right: 0;
}

@media (min-width: 768px) {
    .wp-newletter .image img {
        height: 100%;
    }
}


.category-posts .cate-post-content .blog-content-modern .modern-grid h3.entry-title, .author .blog-content-modern .modern-grid h3.entry-title, .search .blog-content-modern .modern-grid h3.entry-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bwp-recent-post.slider .entry-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .single-product .bwp-single-info .single_add_to_cart_button.button, .quickview-container .bwp-single-info .single_add_to_cart_button.button {
        display: inline-block;
        padding: 0 25px;
    }
}
@media (max-width: 991px) {
    .products-list.grid .product-wapper {
        text-align: center;
    }
}

.wpbingo-newsletter .wpcf7-not-valid-tip {
    position: absolute;
    bottom: 0;
    right: 0;
}

.wpcf7 form .wpbingo-newsletter + .wpcf7-response-output {
    max-width: 480px;
    position: absolute;
    right: 0;
    margin: 2em 0 1em;
    width: 100%;
    bottom: -50px;
}

@media (max-width: 480px) {
    .single-product .bwp-single-info .single_add_to_cart_button.button, .quickview-container .bwp-single-info .single_add_to_cart_button.button {
        display: inline-block;
        padding: 0 30px;
    }
}

@media (max-width: 991px) {
    .wpcf7 form .wpbingo-newsletter + .wpcf7-response-output {
        position: relative;
        bottom: 0;
        margin: 2em auto 0;
    }
    .wpbingo-newsletter .wpcf7-not-valid-tip {
        position: absolute;
        bottom: auto;
        right: 0;
        left: 0;
    }
}

input[type="text"], input[type="number"], input[type="email"], input[type="password"], input[type="tel"], textarea, select {
    font-size: 16px;
}


.adv-search-price{
    flex: 1;
    margin-top: 5px;
}


.adv-search-price #adv_search_slider_price {
    margin: 0;
    background: transparent;
    border: 1px solid #c7c7c7;
    height: 3px;
    width: calc(100% - 12px);
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    margin-left: 7px;
    position: relative;
}

.adv-search-price #adv_search_slider_price {
    margin-right: 6px;
    margin-left: 6px;
}
.adv-search-price #adv_search_slider_price:after, .adv-search-price #adv_search_slider_price:before {
    display: none;
}
.adv-search-price #adv_search_slider_price .ui-slider-handle {
    width: 6px;
    height: 12px;
    border: 2px solid #f59312;
    top: -6px;
    margin-right: 0;
    margin-left: -6px;
    background: #f59312;
    position: absolute;
}
.adv-search-price #adv_search_slider_price .ui-slider-handle + .ui-slider-handle {
    margin-left: 0;
    margin-right: -6px;
}

.adv-search-price #adv_search_slider_price .ui-slider-range {
    top: -1px;
    height: 3px;
    position: absolute;
    background: #f59312;
    border-color: #f59312; }
.adv-search-price .price-input {
    margin-top: 5px;
    color: #000;
    font-weight: 500; }
.adv-search-price .price-input > span:not(.input-text) {
    color: #a3a3a3;
    font-weight: 400; }

.products-list.grid .product-wapper .products-content h3.product-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.bwp-recent-post.slider .post-excerpt {
    max-height: 66px;
    overflow: hidden;
}
.products-list.grid .product-wapper .products-thumb .product-button .yith-wcwl-add-to-wishlist a{
    display: block;
}

.single-product .woocommerce-tabs #tab-additional_information table.shop_attributes > tbody > tr, .quickview-container .woocommerce-tabs #tab-additional_information table.shop_attributes > tbody > tr {
    margin-bottom: 15px;
}

#swipebox-top-bar{
    display: none !important;
}

.checkout .woocommerce-checkout-payment .payment_methods {
    margin-bottom: 0;
}

.bwp-sidebar > .widget ul.product-categories li:not(.recentcomments):before {
    position: absolute;
    left: -10px;
    top: 7px;
    line-height: 18px;
}
.bwp-sidebar > .widget ul.product-categories > li:not(.recentcomments):first-child:before {
    top: 2px;
}
.bwp-sidebar > .widget ul.product-categories li {
    position: relative;
}
.bwp-sidebar > .widget ul.product-categories li.cat-parent .children li {
    position: relative;
    padding-left: 0px;
}
.single-product #review_image,
.reviews #review_image {
    height: auto;
}
.single-product #review_header,
.reviews #review_header {
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.single-product #review_header .overall .numbers,
.reviews #review_header .overall .numbers {
    font-size: 42px;
}

.single-product #review_header .percentage,
.reviews #review_header .percentage {
    width: 180px !important;
}

.single-product #review_header .percentage .numbers,
.reviews #review_header .percentage .numbers{
    color:#f59312;
    padding-bottom: 10px;
}

.single-product #review_header .stars .desc,
.reviews #review_header .stars .desc {
    padding-bottom: 10px;
    margin: 0 auto;
    color: #000000;
    line-height: 1;
    font-size: 26px;
    text-transform: uppercase;
}


.single-product #sa_review_section,
.reviews #sa_review_section {
    display: flex;
    flex-flow: column wrap;
    align-content: space-between;
    min-height: auto !important;
}
.single-product #review_image a,
.reviews #review_image a{
    display: block;
}

.single-product #review_image .sa_logo,
.reviews #review_image .sa_logo {
    margin-top: -75px !important;
    margin-right: 0px;
    display: block;
    float: right;
    padding: 5px;
    border: 1px solid transparent;
 }
.single-product #review_image .sa_logo:hover,
.reviews #review_image .sa_logo:hover {
    border: 1px solid #f59312;
}

@media (max-width: 480px) {
    .single-product #review_image .sa_logo,
    .reviews #review_image .sa_logo{
        position: relative;
    }
    .single-product #review_image .sa_logo,
    .reviews #review_image .sa_logo {
        margin-top: 0 !important;
        margin-right: auto;
        margin-left: auto;
        display: block;
        float: inherit;
        padding: 10px;
        border: 1px solid transparent;
    }
}

/*

.merchant_review:nth-child(3n+1) { order: 1; }
.merchant_review:nth-child(3n+2) { order: 2; }
.merchant_review:nth-child(3n)   { order: 3; }

!* Force new columns *!
#sa_review_section ::before,
#sa_review_section ::after {
    content: "";
    flex-basis: 100%;
    width: 0;
    order: 2;
}
*/

/*.merchant_review {
    border: 1px solid #e5e5e5;
    padding: 25px 35px 40px;
    width: 32%;
    margin-bottom: 2%;
}*/
.single-product #shopper_review_page .resolution-attempt,
.reviews #shopper_review_page .resolution-attempt {
    display: none;
}

.single-product #shopper_review_page .product_review .rating .images,
.reviews #shopper_review_page .merchant_review .rating .images{
    display: none;
}

.single-product #shopper_review_page .main-questions,
.reviews #shopper_review_page .main-questions {
    display: flex;
    flex-wrap: wrap;
}
.single-product #shopper_review_page .main-questions .rating,
.reviews #shopper_review_page .main-questions .rating{
    order: 2;
    width: 100px;
}
.single-product #shopper_review_page .main-questions .comments,
.reviews #shopper_review_page .main-questions .comments {
    width: 100%;
    order: 3;
    margin-left: 35px;
}

.single-product #shopper_review_page .sa_response_header,
.reviews #shopper_review_page .sa_response_header {
    margin-left: 65px;
    font-weight: 500;
    font-family: 'CerebriSans Bold';
}

.sa_response {
    margin-left: 75px;
}

.single-product #shopper_review_page .main-questions .info,
.reviews #shopper_review_page .main-questions .info {
    order: 1;
    margin: 0;
    flex: 1;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'CerebriSans Bold';
    position: relative;
    margin-top: 0px !important;
}


.single-product #shopper_review_page .main-questions .info:before,
.reviews #shopper_review_page .main-questions .info:before {
    content: "";
    width: 22px;
    height: 1px;
    background: #000;
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
    position: relative;
    top: -2px;
}
.single-product #shopper_review_page .product_review p,
.reviews #shopper_review_page .merchant_review p {
    color: #a3a3a3;
    margin-bottom: 0;
}
.single-product #shopper_review_page .product_review .stars,
.reviews #shopper_review_page .merchant_review .stars {
    height: 19px;
}

.single-product #shopper_review_page *,
.reviews #shopper_review_page * {
    box-sizing: border-box;
}
.single-product #shopper_review_page #product_page #sa_sort,
.reviews #shopper_review_page #merchant_page #sa_sort {
    height: 40px;
    padding-right: 30px;
}

.single-product #shopper_review_page #product_page #sa_review_paging,
.reviews #shopper_review_page #merchant_page #sa_review_paging {
    height: auto;
    display: flex;
    padding: 15px 0 30px;
}
.single-product #shopper_review_page #product_page .paging .sa_page,
.reviews #shopper_review_page #merchant_page .paging .sa_page {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    float: none;
    width: 40px;
    height: 40px;
    line-height: normal;
    text-indent: 1px;
    text-align: center;
    vertical-align: middle;
    color: #a3a3a3;
    font-size: 15px;
    border: 1px solid #ddd;
    -webkit-transition: none;
    transition: none;
    text-transform: uppercase;
}

.single-product #shopper_review_page #product_page .paging .sa_page:focus,
.reviews #shopper_review_page #merchant_page .paging .sa_page:focus,
.single-product #shopper_review_page #product_page .paging .sa_page:active,
.reviews #shopper_review_page #merchant_page .paging .sa_page:active,
.single-product #shopper_review_page #product_page .paging .sa_page:hover,
.reviews #shopper_review_page #merchant_page .paging .sa_page:hover,
.single-product #shopper_review_page #product_page .paging .sa_page.active,
.reviews #shopper_review_page #merchant_page .paging .sa_page.active {
    color: #fff;
    background: #f59312;
    border-color: #f59312;
}

.single-product #shopper_review_page #product_page .paging .sa_page.arrow,
.reviews #shopper_review_page #merchant_page .paging .sa_page.arrow {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 10px;
}
.woocommerce-cart .woocommerce-cart-form .actions-wrapp {
    display: flex;
    flex-wrap: wrap;
}
.woocommerce-cart .woocommerce-cart-form .actions .coupon {
    display: inline-flex;
    margin-right: 5px;
}

.woocommerce-cart-form table.shop_table .coupon label{
    display: none;
}

.woocommerce-cart .woocommerce-cart-form .actions input {
    color: #a3a3a3;
    margin: 0;
    padding: 0 20px;
    border: 2px solid #e6e6e6;
    border-right: 0;
    border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    -ms-border-radius: 4px 0 0 4px;
    -o-border-radius: 4px 0 0 4px;
}
.woocommerce-cart .woocommerce-cart-form .actions input::placeholder{
    color:#a3a3a3;
}
.woocommerce-cart-form table.shop_table .coupon{
    line-height: 38px;
}

.woocommerce #respond input#submit, 
.woocommerce button.button, 
.woocommerce input.button,
.checkout #place_order,
.woocommerce-cart-form table.shop_table .button,
.woocommerce-cart-form table.shop_table .coupon .button,
.cart_totals .wc-proceed-to-checkout > a.wc-forward{
    line-height: 50px;
    padding: 0 35px;
    max-width: 250px;
    width: 100%;
    text-align: center;
}
.woocommerce #respond input#submit:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover,
.checkout #place_order:hover,
.woocommerce-cart-form table.shop_table .button:hover,
.woocommerce-cart-form table.shop_table .coupon .button:hover,
.cart_totals .wc-proceed-to-checkout > a.wc-forward:hover {
    background: #841BA0;
}

.woocommerce .button-login input.button{
    max-width: 100%;
}

.products-list.grid .product-wapper .products-thumb img,
.products-list.grid .product-wapper .products-thumb{
    width: 100%;
}

.bwp-filter-ajax ul li label {

    color: #a3a3a3;
}


.about-us .bwp-title {
    background-image:url(./images/bg-breadcrumb-about.jpg) !important;
}
.bwp-top-bar .davici-woocommerce-sort-count{
    display: none;
}



#outer_shopper_approved #shopper_approved #sa_close {
    width: 30px !important;
    height: 30px !important;
}

#outer_shopper_approved #shopper_approved input[type="checkbox"]{
    display: block !important;
    width: 16px !important;
    height: 16px !important;
    float: left !important;
    margin-right: 5px !important;
}

#outer_shopper_approved input#agree_customer + label {
    display: initial;
}

#outer_shopper_approved .sa_bottom_br {
    margin-bottom: 0 !important;
    padding: 0;
}

#outer_shopper_approved #sa_comments {
    padding: 20px 0 0!important;
}
#outer_shopper_approved input#policyCheck::after,
#outer_shopper_approved input#agree_customer::after {
    display: block !important;
    content: '' !important;
    width: 16px !important;
    height: 16px !important;
    background: #eee !important;
    border: 1px solid #04599c !important;
    border-radius: 3px !important;
    margin: 0px !important;
    margin-right: 5px !important;
}
#outer_shopper_approved #shopper_approved input[type="checkbox"]:checked::before {
    display: block !important;
    width: 16px !important;
    height: 16px !important;
    background: #04599c !important;
    content: '\2713' !important;
    position: absolute !important;
    color: #fff !important;
    margin: 0px !important;
    text-align: center !important;
    line-height: 16px !important;
    border-radius: 2px !important;
    font-size: 12px !important;
    border: none !important;
    font-weight: bold !important;
    margin-right: 5px !important;
}

img.attachment-davici-full-width.size-davici-full-width {
    width: 100%;
}

.bwp-filter-ajax #bwp_form_filter_product .bwp-filter-color ul#pa_color li>span:before {
    content: "";
    width: 22px;
    height: 22px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    top: calc(50% - 11px);
    left: calc(50% - 11px);
    position: absolute;
    border: 1px solid #ccc;
}

.bwp-filter-ajax #bwp_form_filter_product .bwp-filter-color ul#pa_color li.active span:before, .bwp-filter-ajax #bwp_form_filter_product .bwp-filter-color ul#pa_color li:hover span:before {
    border-color: #000;
}

.single-product .product-type-variable .variations_form.cart table tr td label, .quickview-container .product-type-variable .variations_form.cart table tr td label {
    line-height: 20px;
    padding: 10px 0;
}

.cart_totals table.shop_table > tbody > tr td{
    text-align: right;
}

table .product-thumbnail img, .table .product-thumbnail img,
table .product-thumbnail a img, .table .product-thumbnail a img {
    width: 80px;
}

.elementor-element-75ebd91 .elementor-icon-box-title {
    margin-bottom: 10px;
}

.elementor-widget-slider_revolution .slider-4 .tp-bullets.bullet-2 {
    transform: translate(0, 0) !important;
    bottom: 70px;
    top: auto !important;
    left: calc(((100% - 1440px) / 2) + 460px) !important;
}

@media (max-width: 1920px) {
    .elementor-widget-slider_revolution .slider-4 .tp-bullets.bullet-2 {
        left: 36.5% !important;
    }
}

@media (max-width: 1023) {
    .elementor-widget-slider_revolution .slider-4 .tp-bullets.bullet-2 {
        left: 39.5% !important;
    }  
}

@media (max-width: 777px) {
    .elementor-widget-slider_revolution .slider-4 .tp-bullets.bullet-2 {
        left: 25% !important;
        display: block !important;
        visibility: visible !important;
        bottom: 20px;
    }  
}

.bwp-recent-post.slider .post-inner {
    border: 2px solid #e8e8e8;
    /* border-top: 0; */
}

.bwp-recent-post.slider .post-content {
    border: 0;
}

.bwp-recent-post.slider .post-image {
    height: 300px;
}

.bwp-recent-post.slider .post-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.bwp-filter-homepage.tab-category-default .title-block {
    position: relative;
    width: 20%;
    padding-bottom: 25px; 
}

.bwp-filter-homepage.tab-category-default .title-block h2 {
    margin: 0;
    font-size: 30px; 
}

.bwp-filter-homepage.tab-category-default .title-block:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 48px;
    height: 2px;
    left: 0;
    background: #f59312; 
}

.rtl .bwp-filter-homepage.tab-category-default .title-block:before {
    right: 0;
    left: auto; 
}

@media (max-width: 767px) {
    .bwp-filter-homepage.tab-category-default .title-block {
        width: 100%;
        margin-bottom: 20px; 
    } 
}

.bwp-filter-homepage.tab-category-default .bwp-filter-heading {
    display: flex;
    margin-bottom: 40px;
    align-items: center; 
}

.bwp-filter-homepage.tab-category-default .bwp-filter-heading .category-nav {
    width: 70%; 
}

.bwp-filter-homepage.tab-category-default .bwp-filter-heading .filter-category {
    white-space: nowrap;
    overflow: auto;
    text-align: center;
    margin: 0 15px;
 }

.single-product .woocommerce-tabs ul.tabs, .quickview-container .woocommerce-tabs ul.tabs {
    white-space: nowrap;
    overflow: auto;
    text-align: center;
}

.bwp-filter-homepage.tab-category-default .bwp-filter-heading .filter-category li,
.single-product .woocommerce-tabs ul.tabs li, .quickview-container .woocommerce-tabs ul.tabs li {
    display: inline-block;
}

.bwp-filter-homepage.tab-category-default .bwp-filter-heading .filter-category li {
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    margin: 0 25px;
    position: relative;
    padding-bottom: 7px;
    font-family: 'CerebriSans Bold'; 
    white-space: nowrap;
}

.bwp-filter-homepage.tab-category-default .bwp-filter-heading .filter-category li:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 1px;
    background: #000;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; 
}

.bwp-filter-homepage.tab-category-default .bwp-filter-heading .filter-category li.active, .bwp-filter-homepage.tab-category-default .bwp-filter-heading .filter-category li:hover {
    color: #000; 
}

.bwp-filter-homepage.tab-category-default .bwp-filter-heading .filter-category li.active:before, .bwp-filter-homepage.tab-category-default .bwp-filter-heading .filter-category li:hover:before {
    width: calc(100% - 3.2px); 
}

@media (max-width: 991px) {
    .bwp-filter-homepage.tab-category-default .bwp-filter-heading .filter-category li {
        margin: 0 15px;
        margin-bottom: 5px; 
    } 
}

@media (max-width: 767px) {
    .bwp-filter-homepage.tab-category-default .bwp-filter-heading .filter-category li {
        margin-bottom: 10px; 
    }
}

@media (max-width: 480px) {
    .bwp-filter-homepage.tab-category-default .bwp-filter-heading .filter-category li {
        width: 100%;
        background: #f5f5f5;
        padding: 0 15px;
        line-height: 30px;
        margin: 0 0 10px; 
    }
    .bwp-filter-homepage.tab-category-default .bwp-filter-heading .filter-category li:before {
        display: none; 
    }
}
@media (max-width: 767px) {
    .bwp-filter-homepage.tab-category-default .bwp-filter-heading {
        flex-wrap: wrap; 
    }
    .bwp-filter-homepage.tab-category-default .bwp-filter-heading .category-nav {
        width: 100%; 
    } 
}

.bwp-filter-homepage.tab-category-default .button-all {
    width: auto;
    text-align: right;
    min-width: 150px;
}

.rtl .bwp-filter-homepage.tab-category-default .button-all {
    text-align: left; 
}

.bwp-filter-homepage.tab-category-default .button-all a {
    display: inline-block;
    position: relative;
    border: 1px solid #000;
    padding: 0 20px;
    width: 100%;
    line-height: 40px; 
}

@media (max-width: 1439px) {
    .bwp-filter-homepage.tab-category.tab-category-default .bwp-filter-content, .bwp-filter-homepage.tab-category.tab-category-default .bwp-filter-heading {
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
}

.bwp-filter-content > .loading, ul.products-list > .loading {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -20px;
}

.bwp-filter-homepage.tab-category-default .button-all a:after {
    display: inline-block;
    content: "\24";
    font-family: 'ElegantIcons';
    font-size: 16px;
    position: relative;
    top: 3px;
    margin-left: 5px;
    line-height: 1; }
.bwp-filter-homepage.tab-category-default .button-all a:hover {
    background: #f59312;
    color: #fff;
    border-color: #f59312;
}

.bwp-filter-homepage.tab-category-default .title-block {
    position: relative;
    padding-bottom: 25px;
    width: auto;
    flex: 1;
    white-space: nowrap;
}
.bwp-filter-homepage.tab-category-default .title-block h2 {
    margin: 0;
    font-size: 30px; 
}
.bwp-filter-homepage.tab-category-default .title-block:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 48px;
    height: 2px;
    left: 0;
    background: #f59312; 
}

.rtl .bwp-filter-homepage.tab-category-default .title-block:before {
    right: 0;
    left: auto; 
}


.bwp-filter-homepage.tab-category-default .bwp-filter-heading {
    display: flex;
    margin-bottom: 40px;
    align-items: center;
}
@media (max-width: 991px) {
    .bwp-filter-homepage.tab-category-default .bwp-filter-heading {
        flex-direction: column;
    }
    .bwp-filter-homepage.tab-category-default .bwp-filter-heading .category-nav{
        width: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
    }
}
.top-banner {
    background-color: #841BA0;
    text-align: center;
    padding: 5px 15px;
    color: #fff;
}
.product-cat-details{
    text-transform: initial;
    margin-bottom: 20px;
}

.bwp-top-bar .woocommerce-filter-title {
    margin-top: 0;
    display: flex;
}

.product-features ul {
    padding-left: 25px;
    margin-top: 10px;
}
.product-features li {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
}

.product-features {
    display: none;
}

.content-products-custom-logo-mats .product-features, .term-custom-logo-mats .product-features {
    display: block;
    text-align: left;
}

.swatch-image-tooltip{
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 150px;
    white-space: break-spaces;
    text-align: center;
}

.woocommerce-Tabs-panel--tech_specs_tab b,
.woocommerce-Tabs-panel--tech_specs_tab strong{
    color: #000;
}

.categories-vertical-menu .widget-title:after{
    display: none;
}
.categories-vertical-menu .widget-title i {
    margin: 26px 33px 27px 17px;
}
body .bwp-header.header-v4 .categories-vertical-menu .widget-title {
    width: 60px;
}
body .bwp-header.header-v4 .categories-vertical-menu .verticalmenu-header {
    display: flex;
    align-items: center;
    justify-content: center;
}

body .bwp-header.header-v4 .categories-vertical-menu .verticalmenu-header a,
body .bwp-header.header-v4  .header-bottom:hover .verticalmenu-header a{
    width: 100%;
    padding: 0 20px;
    color:#fff;
    line-height: 55px;
    background: #f59312;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    font-family: "CerebriSans ExtraBold";
}

body.home .bwp-header.header-v4 .categories-vertical-menu .verticalmenu-header a,
body.post-type-archive-product .bwp-header.header-v4 .categories-vertical-menu .verticalmenu-header a,
body .bwp-header.header-v4 .categories-vertical-menu .verticalmenu-header a:hover
{
    width: 100%;
    padding: 0 20px;
    color:#fff;
    line-height: 55px;
    background: #841BA0;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    font-family: "CerebriSans ExtraBold";
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

body .bwp-header.header-v4  .header-bottom:hover .verticalmenu-header a{
    color:#fff !important;
    background: #f59312 !important;
}

body .bwp-header.header-v4  .header-bottom:hover .verticalmenu-header a:hover{
    color:#fff !important;
    background: #841BA0 !important;
}


.contents-detail .bwp-single-product .featured-icon .wpb-iconfeatured .icon {
    width: 120px;
    margin: 0 auto 20px;
    height: 120px;
}

body .bwp-client.slider2 .item-image img {
    -webkit-transition: none;
    transition: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

body .bwp-client.slider2 .item-image:hover img {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.woocommerce-notices-wrapper {
    padding: 0;
}
.single-product .woocommerce-notices-wrapper {
    padding: 0 15px;
}

.shipping-calculator-form .address-field span{
    width: 100%;
}
.shipping-calculator-form .input-text{
    text-align: right;
}

.wc-proceed-to-checkout div#paypal-button {
    margin-top: 15px;
}

.woosg-products .woosg-product .woosg-title .woosg-title-inner a {
    color:#f59312;
}
.woosg-products .woosg-product .woosg-title .woosg-title-inner a:hover {
    color:#000000;
}

.single-product .bwp-single-info .single_add_to_cart_button.button, .quickview-container .bwp-single-info .single_add_to_cart_button.button {
    background: #f59312;
}

.single-product .bwp-single-info .single_add_to_cart_button.button:hover, .quickview-container .bwp-single-info .single_add_to_cart_button.button:hover {
    background: #841BA0;
}

.bwp-recent-post.slider .btn-read-more .read-more,
.category-posts .cate-post-content .post-content .read-more, .author .post-content .read-more, .search .post-content .read-more{
    color: #f59312;
    border-bottom: 1px solid #f59312;
}
.bwp-recent-post.slider .btn-read-more .read-more:hover,
.category-posts .cate-post-content .post-content .read-more:hover, .author .post-content .read-more:hover, .search .post-content .read-more:hover{
    color: #841BA0;
    border-bottom: 1px solid #841BA0;
}
.bwp-recent-post.slider .btn-read-more .read-more:before,
.category-posts .cate-post-content .post-content .read-more:before, .author .post-content .read-more:before, .search .post-content .read-more:before{
    background: transparent;
}
.bwp-recent-post.slider .btn-read-more .read-more:hover:before,
.category-posts .cate-post-content .post-content .read-more:hover:before, .author .post-content .read-more:hover:before, .search .post-content .read-more:hover:before {
    background: transparent;
}

.summary #paypal-button.upload-logo-disabled .paypal-button-context-iframe,
.grouped-box #paypal-button.woosg-disabled .paypal-button-context-iframe{
    pointer-events: none;
    /*display: none !important;*/
}
.summary #paypal-button {
    margin-top: 10px;
}

.woosg-button-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.bwp-navigation ul > li.level-0.mega-menu .title h2 a { transition: all 0.2s ease; }
.bwp-navigation ul > li.level-0.mega-menu .title h2 a:hover { color: #841BA0; }

.bwp-filter.bwp-filter-color {display: none !important;}
.bwp-filter-ajax #bwp_form_filter_product > div {margin-bottom: 0 !important;}

.contact-us-form textarea {
    resize: none;
}

.cart_totals .wc-proceed-to-checkout {
    width: 100%;
}

/*.woocommerce-cart .woocommerce-cart-form .actions-wrapp .button{
    max-width: 250px;
}*/

.single-product .bwp-single-info .single_add_to_cart_button.button, .quickview-container .bwp-single-info .single_add_to_cart_button.button {
    width: auto;
    max-width: initial;
}

.contact-us-form input[type="text"], .contact-us-form input[type="email"] {
    margin-bottom: 0px;
}

.contact-us-form input[type="button"] {
    width: 100%;
    height: 64px;
    line-height: 60px;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 3.2px;
    padding: 0 65px;
    color: #000;
    background: transparent;
    border: 2px solid #000;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
    font-family: 'CerebriSans Bold';
}

.contact-us-form input[type="button"]:hover {
    background: #f59312;
    border-color: #f59312;
    color: #fff;
}

.contact-us-form textarea {
    min-height: 200px;
}

.mb-minus-5 {
    margin-bottom: -5px !important;
}

.nf-response-msg {
    display: none;
    margin-top: 1rem;
}

.bwp-sidebar > .widget.widget_tag_cloud .tagcloud a:before {
    -webkit-transition: none;
    transition: none;
}

.bwp-sidebar > .widget ul.product-categories {
    padding: 0 15px !important;
}

.bwp-client.slider2 ul.slick-dots {
    display: none !important;
} 

.post-content address, .post-content dl, .post-content ol, .post-content ul {
    margin-bottom: 1rem;
}

.woosg-message {
    text-align: center;
    margin-bottom: 20px;
    display: none;
}

.woosg-message.woosg-msg-show{
    display: block;
}


@media (max-width: 991px) {
    .woocommerce-account #customer_login .box-content {padding: 0 30px 0;}
    .checkout .woocommerce-checkout-review-order{
        background: transparent;
    }
    .checkout .woocommerce-checkout-review-order .checkout-review-order-table-wrapper {
        padding: 0;
    }
}

@media (max-width: 767px) {
    .bwp-footer .elementor-column.elementor-col-33, .bwp-footer.elementor-column[data-col="33"] {
        width: 33.333%;
    }

    .bwp-client.slider2 ul.slick-dots {
      display: block !important;
    } 

    .contents-detail .bwp-single-product .woocommerce-product-gallery > .row > div.col-md-2 .image-thumbnail .slick-list {
        padding: 0 !important;
        margin: 0 20px;
    }
    .contents-detail .bwp-single-product .woocommerce-product-gallery > .row > div.col-md-10 .slick-arrow, .contents-detail .bwp-single-product .woocommerce-product-gallery > .row > div.col-md-2 .slick-arrow {
        top: calc(50% - 12.5px) !important;
    }
    
    .bwp-top-bar .woocommerce-ordering .pwb-dropdown-menu, .bwp-top-bar .woocommerce-sort-count .pwb-dropdown-menu {
        right: auto;
        left: auto;
    }
 }

@media (max-width: 480px) {
    .bwp-footer .elementor-column.elementor-col-33, .bwp-footer.elementor-column[data-col="33"] {
        width: 100%;
    }

    .woocommerce #respond input#submit, 
    .woocommerce button.button, 
    .woocommerce input.button,
    .checkout #place_order,
    .woocommerce-cart-form table.shop_table .button,
    .woocommerce-cart-form table.shop_table .coupon .button,
    .cart_totals .wc-proceed-to-checkout > a.wc-forward{
        width: 100%;
        max-width: 100%;
    }
    
    #paypal-button .paypal-button,
    #paypal-button .paypal-button .zoid-outlet {
        width: 100% !important;
    }

    .single-product .bwp-single-info .single_add_to_cart_button.button, .quickview-container .bwp-single-info .single_add_to_cart_button.button {
        display: inline-block;
        padding: 0 15px;
    }
    .single-product .bwp-single-info .quantity input, .quickview-container .bwp-single-info .quantity input {
        width: 60px;
    }
    .single-product .bwp-single-info .quantity:before, .quickview-container .bwp-single-info .quantity:before {
        right: 24px;
    }
    .single-product .bwp-single-info .quantity button.plus, .quickview-container .bwp-single-info .quantity button.plus,
    .single-product .bwp-single-info .quantity button.minus, .quickview-container .bwp-single-info .quantity button.minus {
        width: 24px;
        height: 24px;
        line-height: 24px;
    }
}

@media screen and (max-width: 700px) {

    .woocommerce-cart-form table.shop_table.woocommerce-cart-form__contents {
        margin-top: 0;
        min-width: 100%;
    }

    /* Force table to not be like tables anymore */
    .woocommerce-page table.shop_table.woocommerce-cart-form__contents, 
    .woocommerce-page table.shop_table.woocommerce-cart-form__contents thead, 
    .woocommerce-page table.shop_table.woocommerce-cart-form__contents tbody, 
    .woocommerce-page table.shop_table.woocommerce-cart-form__contents th, 
    .woocommerce-page table.shop_table.woocommerce-cart-form__contents td, 
    .woocommerce-page table.shop_table.woocommerce-cart-form__contents tr { 
        display: block; 
    }
    .woocommerce-page table.shop_table.woocommerce-cart-form__contents thead{
        display: none;
    }
    
    /* Hide table headers (but not display: none;, for accessibility) */
    .woocommerce-page table.shop_table.woocommerce-cart-form__contents thead tr { 
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    .woocommerce-page table.shop_table.woocommerce-cart-form__contents tr:first-child {
        border-top: 1px solid rgba(230, 230, 230, 0.5);
    }
    .woocommerce-page table.shop_table.woocommerce-cart-form__contents tr { 
        /*border: 1px solid #d2d3d3; */
        position: relative;
    }
    
    .woocommerce-page table.shop_table.woocommerce-cart-form__contents td { 
        /* Behave  like a "row" */
        /*border: 1px solid #d2d3d3;  */
        position: relative;
        padding-left: 30% !important; 
    }
    
    .woocommerce-page table.shop_table.woocommerce-cart-form__contents {
        border: none;
    }
    
    .woocommerce-page table.shop_table.woocommerce-cart-form__contents td.product-spacer {
        border-color: #FFF;
        height: 10px;
    }
    
    .woocommerce-page table.shop_table.woocommerce-cart-form__contents td:before { 
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 15px;
        left: 6px;
        width: 45%; 
        padding-right: 10px; 
        white-space: nowrap;
    }
    
    /*
    Label the data
    */
    .woocommerce-page table.shop_table.woocommerce-cart-form__contents td.product-remove {
        position: absolute;
        right: 5px;
        border-bottom: 0;
        top: 5px;
        padding: 15px !important;
    }
    
    .woocommerce-page table.shop_table.woocommerce-cart-form__contents td.product-remove:before {
        /*content: "DELETE";*/
    }
    
    .woocommerce-page table.shop_table.woocommerce-cart-form__contents td.product-thumbnail:before {
        content: "IMAGE";
    }
    
    .woocommerce-page table.shop_table.woocommerce-cart-form__contents td.product-name:before {
        content: "PRODUCT";
    }
    
    .woocommerce-page table.shop_table.woocommerce-cart-form__contents td.product-price:before {
        content: "PRICE";
    }
    
    .woocommerce-page table.shop_table.woocommerce-cart-form__contents td.product-quantity:before {
        content: "QUANTITY";
    }
    
    .woocommerce-page table.shop_table.woocommerce-cart-form__contents td.product-subtotal:before {
        content: "SUBTOTAL";
    }
    
    .woocommerce-page table.shop_table.woocommerce-cart-form__contents td.product-total:before {
        content: "TOTAL";
    }
    
    .woocommerce .quantity, 
    .woocommerce #content .quantity, 
    .woocommerce-page .quantity, 
    .woocommerce-page #content .quantity {
        margin: 0;
    }
    
    .woocommerce-page table.cart td.actions, 
    .woocommerce-page #content table.cart td.actions {
        text-align: left;
        border:0;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    
    .woocommerce-page table.cart td.actions .button.alt, 
    .woocommerce-page #content table.cart td.actions .button.alt {
        float: left;
        margin-top: 10px;
    }
    
    .woocommerce-page table.cart td.actions div, 
    .woocommerce-page #content table.cart td.actions div,
    .woocommerce-page table.cart td.actions input, 
    .woocommerce-page #content table.cart td.actions input {
        margin-bottom: 10px;
    }
    
   
    
    .woocommerce-page table.shop_table.woocommerce-cart-form__contents tr.cart-subtotal td,
    .woocommerce-page table.shop_table.woocommerce-cart-form__contents tr.shipping td,
    .woocommerce-page table.shop_table.woocommerce-cart-form__contents tr.total td,
    .woocommerce-page table.shop_table.order_details tfoot th,
    .woocommerce-page table.shop_table.order_details tfoot td {
        padding-left: 6px !important;
        border:0 !important;
    }
    
    .woocommerce .col2-set .col-1, 
    .woocommerce-page .col2-set .col-1,
    .woocommerce .col2-set .col-2, 
    .woocommerce-page .col2-set .col-2,
    .woocommerce form .form-row-first, 
    .woocommerce form .form-row-last, 
    .woocommerce-page form .form-row-first, 
    .woocommerce-page form .form-row-last {
        float: none;
        width: 100%;
    }
    
    .woocommerce .order_details ul, 
    .woocommerce-page .order_details ul,
    .woocommerce .order_details, 
    .woocommerce-page .order_details {
        padding:0;
    }
    
    .woocommerce .order_details li, 
    .woocommerce-page .order_details li {
        clear: left;
        margin-bottom: 10px;
        border:0;
    }
    
}
.woocommerce-account h3 {
    margin-top: 25px;
    font-size: 20px;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-family: 'CerebriSans Bold';
}

.woocommerce-account .form-row {
  margin-bottom: 30px;
  margin-left: 0px;
  margin-right: 0px; 
}
.woocommerce-account .form-row label {
    color: #000;
    float: left;
    margin-bottom: 10px; 
}
.rtl .woocommerce-account .form-row label {
    float: right; 
}
.woocommerce-account .form-row .woocommerce-input-wrapper {
    width: 100%;
    float: left;
 }
.rtl .woocommerce-account .form-row .woocommerce-input-wrapper {
    float: right; }
.woocommerce-account .form-row .woocommerce-input-wrapper .input-text {
    width: 100%;
    border-width: 0 0 2px;
    border-color: #ddd;
    padding: 0;
    height: 40px;
    line-height: 40px;
    color: #000; }
.woocommerce-account .form-row .woocommerce-input-wrapper textarea {
    height: auto !important; }
.woocommerce-account .form-row .selection .select2-selection--single {
    height: 40px;
    line-height: 40px;
    border-width: 0 0 2px 0;
    border-color: #ddd;
    border-radius: 0; 
}
.woocommerce-account .form-row .selection .select2-selection--single span {
    line-height: 40px;
    padding: 0;
    height: 40px; 
}

.bwp-navigation ul > li.level-0 .sub-menu {
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    -ms-transition: all 0.15s ease;
    transition: all 0.15s ease;
}

.bwp-navigation .menu-item-has-children:hover > .sub-menu {
    height: 100%;
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    -ms-transition: all 0.15s ease;
    transition: all 0.15s ease;
}
}

.bwp-navigation ul > li.level-0.mega-menu.mega-menu-fullwidth-width > .sub-menu {
    -webkit-transform: translate(-50%, 0px) !important;
    -moz-transform: translate(-50%, 0px) !important;
    -ms-transform: translate(-50%, 0px) !important;
    -o-transform: translate(-50%, 0px) !important;
    transform: translate(-50%, 0px) !important;
}

/*shop menu*/
.widget-shop-custom-menu ul.menu li.menu-item-has-children > span.arrow {
    top: 5px;
    position: absolute;
    right: -15px;
    text-align: center;
}

.widget-shop-custom-menu ul.menu  li.menu-item-has-children > span.arrow:after {
    content: "\f107";
    font-family: FontAwesome;
    padding: 0 3px;
    font-size: 15px;
    color: #a3a3a3;
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.widget-shop-custom-menu ul.menu  li.menu-item-has-children.open > span.arrow:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.widget-shop-custom-menu ul.menu  li ul.sub-menu {
    display: none;
}

.widget-shop-custom-menu ul.menu  li.menu-item-has-children{
    position: relative;
}
 
.bwp-sidebar > .widget > .widget-shop-custom-menu ul.menu li:before {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 13px;
    float: left;
    padding-right: 10px;
    line-height: 25px;
    color: #f59312;
    opacity: 0;
    visibility: hidden;
    display: block;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    position: relative;
    top: -2px;
}

.bwp-sidebar > .widget > .widget-shop-custom-menu ul.menu{
    padding: 0 15px !important;
}

.bwp-sidebar > .widget > .widget-shop-custom-menu ul.menu li a {
   padding: 5px 0px;
}

.bwp-sidebar > .widget > .widget-shop-custom-menu ul.menu li:before {
    position: absolute;
    left: -10px;
    top: 7px;
    line-height: 18px;
}

.widget-shop-custom-menu ul.menu > li.open > a {
    color: #f59312 !important;
}

.bwp-sidebar > .widget > .widget-shop-custom-menu ul.menu li:first-child > a {
    padding-top: 5px;
}
