.ov-h {
    overflow: hidden !important;
}

.edgtf-passepartout .edgtf-wrapper.mobile-wrapper {
    padding: 30px 15px;
}

.edgtf-wrapper.mobile-wrapper {
    background-color: #fff !important;
	background-image: url(../../uploads/2018/12/icon-pattern.png) !important;
    background-position: 0 0;
    background-repeat: repeat;
}

.page-template-plain-page-template .edgtf-wrapper.mobile-wrapper {
    background: #fff;
    background-image: none!important;
}

.edgtf-wrapper.mobile-wrapper .edgtf-content {
    background: transparent;
}

.edgtf-wrapper.mobile-wrapper .edgtf-wrapper-inner {
    overflow: visible;
	background: transparent;
}

.edgtf-wrapper.mobile-wrapper .products {
    margin-bottom: 0;
}

.edgtf-wrapper.mobile-wrapper .products .product {
    overflow: hidden;
}

.edgtf-wrapper.mobile-wrapper .products .product:last-child {
    margin-bottom: 0;
}

.quick-view-btn {
    z-index: 10;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%,-50%) !important;
    opacity: 0;
}

.products .product:hover .quick-view-btn {
    opacity: 1;
}

#yith-quick-view-modal .yith-wcqv-main {
    box-shadow: none;
}

.yith-wcqv-head,
.shop-modal-header {
    background: #000;
    color: #fff;
    padding: 25px 40px;
    position: relative;
}

.pum-theme-bc-cart-theme .pum-container {
    overflow: hidden !important;
}

.shop-modal-header {
    margin: -60px -60px 30px;
    width: calc(100% + 120px);
}

.yith-wcqv-head h2,
.shop-modal-header h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 5px;
}

.yith-wcqv-head p,
.shop-modal-header p {
    color: #F6C9C4;
    font-size: 32px;
    line-height: 32px;
    font-family: 'Vidaloka';
    margin-bottom: 0;
}

@media (max-width: 546px) {
    .yith-wcqv-head,
    .shop-modal-header {
        padding: 20px 20px;
    }

    .shop-modal-header {
        margin-left: -20px;
        margin-right: -20px;
    }

    .yith-wcqv-head h2,
    .yith-wcqv-head p,
    .shop-modal-header h2,
    .shop-modal-header p {
        font-size: 19px;
        line-height: 22px;
    }

    .pum-theme-bc-cart-theme .pum-close {
        right: 25px !important;
        top: 30px !important;
    }

    .pum-theme-bc-cart-theme .pum-container {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .shop-modal-cart-popup .actions .coupon,
    .shop-modal-cart-popup  .wc-proceed-to-checkout {
        text-align: center !important;
    }

    .shop-modal-cart-popup #coupon_code{
        margin-right: 0;
    }
}

#yith-quick-view-close {
    position: absolute;
    border: none;
    color: #fff;
    top: 50%;
    right: 30px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    opacity: .7;
}

#yith-quick-view-close:hover {
    opacity: 1;
}

#yith-quick-view-close i {
    color: #fff;
    font-size: 15px;
    line-height: 20px;
}

.yith-wcqv-wrapper {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 6px 6px 20px 0px rgba( 2, 2, 2, 0.20 );
}

#yith-quick-view-content {
    padding: 20px;
}

#yith-quick-view-content div.images {
    width: auto;
    float: none;
}

#yith-quick-view-content div.summary {
    width: auto;
}

#yith-quick-view-content .price {
    padding-right: 0;
}

#yith-quick-view-modal .yith-quick-view-overlay {
    background: rgba( 247, 202, 196, 0.95 );
    z-index: -1;
}

@media (max-width: 720px) {
    .quick-view-btn.yith-wcqv-button.edgtf-btn.edgtf-btn-solid .edgtf-btn-text {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 1024px) {
    .modal-product-title-wrapper {
        display: table;
        margin-bottom: 20px;
        width: 100%;
    }
    
    .modal-product-title-wrapper > div {
        display: table-cell;
        vertical-align: middle;
        font-size: 16px;
    }
    
    .modal-product-title-wrapper > div h4,
    .quick-view-modal .summary-content .modal-product-title-wrapper .entry-title {
        font-size: 16px;
    }

    .edgtf-single-product-summary .summary .modal-product-title-wrapper .price,
    .quick-view-modal .price {
        margin-top: 0;
        padding-bottom: 0;
        margin-bottom: 0;
        text-align: right;
    }
}

@media (max-width: 330px) {
    .modal-product-title-wrapper,
    .modal-product-title-wrapper > div {
        display: block;
    }

    .edgtf-single-product-summary .summary .modal-product-title-wrapper .price,
    .quick-view-modal .price {
        text-align-last: left;
        margin-top: 10px;
    }
}

.mobile-shop-cart {
    background: #f5f5f5;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.mobile-shop-cart p {
    margin-bottom: 0;
}

.mobile-shop-icon {
    float: right;
    position: relative;
    margin-top: 5px;
}

.mobile-shop-icon .edgtf-header-cart,
.mobile-shop-icon .edgtf-header-cart:hover {
    text-decoration: none;
}

.quick-view-description {
    margin-bottom: 30px;
}

.quick-view-description p {
    font-size: 14px;
	line-height: 23px;
    font-weight: 500;
    margin-bottom: 0;
}

.quick-view-description h3 {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: Raleway, sans-serif;
}

.mobile-shop-icon .edgtf-cart-icon {
    font-size: 22px;
    color: #4b4b55;
}

.mobile-shop-icon .edgtf-cart-amount {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-family: Montserrat,sans-serif;
    font-size: 12px;
    color: #4b4b55;
    font-weight: 700;
}

.shop-modal-cart-popup .edgtf-cart-proceed-update {
    display: none !important;
}

.shop-modal-cart-popup .pum-container.pum-responsive,
.shop-modal-checkout-popup .pum-container.pum-responsive {
    max-height: calc(100% - 60px);
    overflow-y: auto !important;

}

html.pum-open.pum-open-overlay,
html.pum-open.pum-open-overlay.pum-open-fixed .pum-overlay {
    overflow-y: hidden !important;
}

@media (max-width: 546px) {
    .pum-theme-bc-cart-theme {
        overflow-y: hidden !important;
		 background-color: rgba( 247, 202, 196, 1) !important;
    }
/*
    .pum-theme-bc-cart-theme .pum-container {
        width: 100% !important;
        height: 100% !important;
        top: 0 !important;
        left: 0 !important;
        margin-bottom: 0 !important;
        overflow-y: auto !important;
        border-radius: 0 !important;
    }
*/
}

.shop-modal-checkout-popup .woocommerce-form-coupon-toggle {
    display: none !important;
}

/* Cart modal styling */

.woocommerce-cart .shop_table {
    color: #1d1d1b;
}

.woocommerce-cart .shop_table thead th {
    font-size: 13px;
    color: #1d1d1b;
    font-family: 'Raleway';
    font-weight: 500;
}

.woocommerce-cart .shop_table tr {
    color: #1d1d1b;
    font-size: 19px;
}

.woocommerce-cart .shop_table .product-price .amount,
.woocommerce-cart .shop_table .product-price .amount span,
.edgtf-woocommerce-page .product-subtotal .amount,
.edgtf-woocommerce-page .product-subtotal .amount span,
.edgtf-woocommerce-page .edgtf-cart-totals .amount,
.edgtf-woocommerce-page .edgtf-cart-totals .amount span {
    font-size: 19px;
    color: #1d1d1b;
}

.product-name a {
    font-size: 19px;
    font-weight: bold;
    color: #1d1d1b;
}

@media (max-width: 546px) {
    .product-name a,
    .woocommerce-cart .shop_table .product-price .amount,
    .woocommerce-cart .shop_table .product-price .amount span,
    .edgtf-woocommerce-page .product-subtotal .amount,
    .edgtf-woocommerce-page .product-subtotal .amount span,
    .edgtf-woocommerce-page .edgtf-cart-totals .amount,
    .edgtf-woocommerce-page .edgtf-cart-totals .amount span {
        font-size: 13px;
    }
}

.product-name a:hover {
    text-decoration: none;
    color: #010101;
}

.edgtf-woocommerce-page .product-quantity .edgtf-quantity-buttons .edgtf-quantity-input,
.edgtf-woocommerce-page .summary-content .edgtf-quantity-buttons .edgtf-quantity-input {
    height: 45px;
    border: 2px solid #aca986;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 700;
    line-height: 45px;
    width: 64px;
    padding: 0 25px 0 8px;
    font-family: 'Ralleway', sans-serif;
    color: #1d1d1b;
}

.edgtf-woocommerce-page .product-quantity .edgtf-quantity-buttons,
.edgtf-woocommerce-page .summary-content .edgtf-quantity-buttons {
    margin-right: 0;
}

.edgtf-woocommerce-page .product-quantity .edgtf-quantity-buttons .edgtf-quantity-controls,
.edgtf-woocommerce-page .summary-content .edgtf-quantity-buttons .edgtf-quantity-controls {
    left: calc(100% - 26px);
    top: 2px;
}

.edgtf-woocommerce-page .product-quantity .edgtf-quantity-buttons .edgtf-quantity-minus,
.edgtf-woocommerce-page .product-quantity .edgtf-quantity-buttons .edgtf-quantity-plus,
.edgtf-woocommerce-page .summary-content .edgtf-quantity-buttons .edgtf-quantity-minus,
.edgtf-woocommerce-page .summary-content .edgtf-quantity-buttons .edgtf-quantity-plus {
    height: 21px;
    background: none;
}

.indiv-prod {
    height: 45px;
    border: 2px solid #aca986;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 700;
    line-height: 45px;
    width: 64px;
    padding: 0 25px 0 8px;
    display: inline-block;
    font-family: 'Ralleway', sans-serif;
    color: #1d1d1b;
    text-align: center;
}

/* Modals loading */
.pum-container.is-loading:before,
.checkout-card.is-loading:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 2;
    opacity: 0.9;
}

.pum-container.is-loading:after,
.checkout-card.is-loading:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    height: 40px;
    width: 40px;
    border-radius: 40px;
    border: 3px solid #000;
    border-color: #000 #f7cac4 #f7cac4;
    z-index: 3;
    -webkit-animation: loaderRotate 1.5s linear 0s infinite normal ;
    animation: loaderRotate 1.5s linear 0s infinite normal ;
}

@-webkit-keyframes loaderRotate {
    0%{
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100%{
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
  
  @keyframes loaderRotate {
    0%{
        transform: rotate(0);
    }
    100%{
        transform: rotate(360deg);
    }
}

/* Woocommerce checkout.cart coupon form */
.bc-checkout-coupon-wrapper {
	border: 1px solid #aca986;
	border-width: 1px 0 0 0;
	margin-bottom: 0;
}

.edgtf-woocommerce-page .woocommerce-form-coupon-toggle .woocommerce-info {
	border: none;
	background: none;
	text-transform: none;
	padding: 10px 0;
	margin-bottom: 0;
}

/* .edgtf-woocommerce-page .actions .coupon input[type=submit],
.bc-checkout-coupon-wrapper .woocommerce-form-coupon button {
    background: none;
    border-radius: 12px;
    border: 2px solid #aca986;
    color: #1d1d1b;
    padding: 12px 59px !important;
    border-radius: 4px;
}

.edgtf-woocommerce-page .actions .coupon input[type=submit]:hover,
.bc-checkout-coupon-wrapper .woocommerce-form-coupon button:hover {
    background: #f7cac4;
    border-color: #f7cac4;
} */

.edgtf-woocommerce-page #coupon_code {
    border-radius: 4px;
    background: #f2f2f2;
    border: none;
    float: left;
    width: 50%;
    margin-right: 20px;
}

.bc-checkout-coupon-wrapper .woocommerce-form-coupon button {
    float: left;
    width: calc(50% - 20px) !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.bc-checkout-coupon-wrapper .woocommerce-form-coupon p {
    font-size: 16px;
    margin-bottom: 0;
}

@media (max-width: 546px) {
    .edgtf-woocommerce-page #coupon_code,
    .bc-checkout-coupon-wrapper .woocommerce-form-coupon button {
        width: 100% !important;
        margin-right: 0;
    }
    .edgtf-woocommerce-page #coupon_code {
        margin-bottom: 20px;
    }
}

.bc-checkout-coupon-wrapper .woocommerce-form-coupon {
    padding: 20px 0 10px;
    display: block !important;
}

.bc-checkout-coupon-wrapper + .woocommerce-message {
    display: none !important;
}

.bc-applied-coupons ul {
    list-style: none;
}

.bc-applied-coupons ul li {
    background: #f2f2f2;
    border-radius: 4px;
    margin-bottom: 5px;
    padding: 2px 15px;
}

.bc-applied-coupons ul li span {
    display: inline-block;
    margin-right: 10px;
}

.woocommerce-cart .shop_table .cart_item,
.woocommerce-cart .shop_table thead {
    border-color: rgba(172, 169, 134, 0.3) !important;
}

.woocommerce-cart .edgtf-cart-totals .shop_table th,
.woocommerce-cart .edgtf-cart-totals .shop_table td {
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 19px;
    color: #1d1d1b;
    font-weight: 400;
}

.woocommerce-cart .edgtf-cart-totals .shop_table th {
    text-align: left;
}

.woocommerce-cart .edgtf-cart-totals .shop_table td {
    text-align: right;
}

.woocommerce-cart .edgtf-cart-totals table tbody tr,
.woocommerce-cart .edgtf-cart-totals table thead tr {
    border: none;
    background-color: transparent;
}

.edgtf-woocommerce-page .edgtf-quantity-buttons {
    left: 0 !important;
}

#yith-quick-view-modal .edgtf-single-product-summary .edgtf-btn.single_add_to_cart_button {
    margin-right: 30px;
}

#yith-quick-view-modal .edgtf-single-product-summary .edgtf-btn.single_add_to_cart_button .edgtf-btn-text {
    padding: 14px 59px;
}

.edgtf-woocommerce-page .edgtf-single-product-summary .edgtf-quantity-buttons .edgtf-quantity-input {
    border: none;
    color: #000;
}

.edgtf-woocommerce-page .summary-content .edgtf-quantity-buttons .edgtf-quantity-minus,
.edgtf-woocommerce-page .summary-content .edgtf-quantity-buttons .edgtf-quantity-plus {
    color: #fff;
}

.bc-product-headline {
    font-family: 'Raleway';
    font-size: 21px;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 0;
    text-transform: none;
    letter-spacing: 0;
    display: none;
}

.woocommerce .edgtf-single-product-title,
.quick-view-modal .summary-content .entry-title {
    color: #000;
}

@media (max-width: 480px) {
    #yith-quick-view-modal .edgtf-single-product-summary .edgtf-btn.single_add_to_cart_button {
        margin-right: 10px;
        margin-top: 0;
    }

    #yith-quick-view-modal .edgtf-single-product-summary .edgtf-btn.single_add_to_cart_button .edgtf-btn-text {
        padding-left: 20px;
        padding-right: 20px;
    }

    #yith-quick-view-content div.summary {
        padding-left: 0;
        padding-right: 0;
    }
    
    
}

@media (max-width: 1024px) {
    .bc-product-headline {
        display: block;
    }

    .edgtf-single-product-images .woocommerce-main-image {
        text-align: center;
    }

    .woocommerce .edgtf-single-product-title,
    .quick-view-modal .summary-content .entry-title {
        color: #aca986;
    }
}

.edgtf-woocommerce-page .edgtf-cart-totals {
    border-top: 1px solid rgba(172, 169, 134, 0.3);
    margin-bottom: 0 !important;
    padding-top: 25px;
}

.edgtf-woocommerce-page .edgtf-cart-totals .order-total th,
.edgtf-woocommerce-page .edgtf-cart-totals .order-total td {
    font-weight: bold;
}

.edgtf-woocommerce-page .edgtf-cart-totals .order-total td strong {
    display: block;
}

.edgtf-woocommerce-page .edgtf-cart-totals .order-total td small,
.edgtf-woocommerce-page .edgtf-cart-totals .order-total td small .amount,
.edgtf-woocommerce-page .edgtf-cart-totals .order-total td small .amount span {
    font-size: 13px;
    font-weight: 400;
}

.woocommerce-remove-coupon {
    font-size: 13px;
    font-weight: 700;
}

/* App features tabs */
#app-features-images .wpb_single_image {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all 1000ms cubic-bezier(0.23, 1, 0.32, 1);
    transition:         all 1000ms cubic-bezier(0.23, 1, 0.32, 1);
    transform: scale(.8);
    opacity: 0;
    z-index: 0;
}

#app-features-images .wpb_single_image.image-in {
    transform: scale(1);
    opacity: 1;
    z-index: 1;
}

@media (max-width: 767px) {
    #app-features-images .wpb_single_image {
        left: 50%;
        transform: scale(.8) translateX(-50%);
    }

    #app-features-images .wpb_single_image.image-in {
        transform: scale(1) translateX(-50%);
    }

    .app-features .wpb_wrapper .edgtf-tabs {
        padding-top: 0;
    }
}