@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//aprettybag.com/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=7.3.1") format("woff2");
}

.wd-popup.wd-promo-popup{
	background-color:rgb(255,255,255);
	background-image: none;
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center top;
}

.page-title-default{
	background-color:rgb(12,12,12);
	background-image: none;
	background-size:cover;
	background-position:center center;
}

.footer-container{
	background-color:rgb(247,247,247);
	background-image: none;
}

:root{
--wd-text-font:"Lato", Arial, Helvetica, sans-serif;
--wd-text-font-weight:400;
--wd-text-color:#777777;
--wd-text-font-size:14px;
}
:root{
--wd-title-font:"Montserrat", Arial, Helvetica, sans-serif;
--wd-title-font-weight:700;
--wd-title-color:#242424;
}
:root{
--wd-entities-title-font:"Lato", Arial, Helvetica, sans-serif;
--wd-entities-title-font-weight:700;
--wd-entities-title-color:#333333;
--wd-entities-title-color-hover:rgb(51 51 51 / 65%);
}
:root{
--wd-alternative-font:"Lato", Arial, Helvetica, sans-serif;
}
:root{
--wd-widget-title-font:"Montserrat", Arial, Helvetica, sans-serif;
--wd-widget-title-font-weight:700;
--wd-widget-title-transform:uppercase;
--wd-widget-title-color:#333;
--wd-widget-title-font-size:16px;
}
:root{
--wd-header-el-font:"Lato", Arial, Helvetica, sans-serif;
--wd-header-el-font-weight:700;
--wd-header-el-transform:uppercase;
--wd-header-el-font-size:13px;
}
:root{
--wd-primary-color:rgb(218,60,60);
}
:root{
--wd-alternative-color:#fbbc34;
}
:root{
--wd-link-color:#333333;
--wd-link-color-hover:#242424;
}
:root{
--btn-default-bgcolor:#f7f7f7;
}
:root{
--btn-default-bgcolor-hover:#efefef;
}
:root{
--btn-accented-bgcolor:rgb(12,3,3);
}
:root{
--btn-accented-bgcolor-hover:rgb(12,2,2);
}
:root{
--notices-success-bg:#459647;
}
:root{
--notices-success-color:#fff;
}
:root{
--notices-warning-bg:#E0B252;
}
:root{
--notices-warning-color:#fff;
}
.product-labels .product-label.onsale{
	background-color:rgba(255,71,71,0);
}

.product-labels .product-label.new{
	background-color:rgb(255,102,169);
}

.product-labels .product-label.featured{
	background-color:rgb(218,60,60);
}


	:root{
					
			
							--wd-form-brd-radius: 0px;
					
					--wd-form-brd-width: 1px;
		
					--btn-default-color: #333;
		
					--btn-default-color-hover: #333;
		
					--btn-accented-color: #fff;
		
					--btn-accented-color-hover: #fff;
		
									--btn-default-brd-radius: 0px;
				--btn-default-box-shadow: none;
				--btn-default-box-shadow-hover: none;
				--btn-default-box-shadow-active: none;
				--btn-default-bottom: 0px;
			
			
			
					
					
							--btn-accented-bottom-active: -1px;
				--btn-accented-brd-radius: 0px;
				--btn-accented-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
				--btn-accented-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15);
			
			
					
							
					--wd-brd-radius: 0px;
		
			}

	
	
			:root{
			--wd-container-w: 1222px;
		}
	
			@media (min-width: 1239px) {
			.platform-Windows .wd-section-stretch > .elementor-container {
				margin-left: auto;
				margin-right: auto;
			}
		}
		@media (min-width: 1222px) {
			html:not(.platform-Windows) .wd-section-stretch > .elementor-container {
				margin-left: auto;
				margin-right: auto;
			}
		}
	
			div.wd-popup.popup-quick-view {
			max-width: 920px;
		}
	
	
	
	
			.woodmart-woocommerce-layered-nav .wd-scroll-content {
			max-height: 223px;
		}
	
	
/* =========================================================
   EECVAPE PAYMENT DETAILS
   ========================================================= */

.eec-payment-details {
    width: 100%;
    box-sizing: border-box;
}


/* Payment Details 小标题 */

.eec-payment-section-title {
    margin-bottom: 10px;

    color: #222;

    font-size: 14px;
    font-weight: 700;
}


/* 大标题 */

.eec-payment-main-title {
    margin: 0 0 25px !important;

    color: #222;

    font-size: 28px !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;
}


/* 主内容框 */

.eec-payment-instruction {
    display: flex !important;

    align-items: center !important;
    justify-content: space-between !important;

    gap: 30px !important;

    width: 100% !important;

    box-sizing: border-box !important;

    margin-top: 12px !important;

    padding: 24px !important;

    background: #f7f8f9 !important;

    border: 1px solid #d8d8d8 !important;
}


/* =========================
   LEFT
   ========================= */

.eec-payment-left {
    flex: 1 1 auto;

    min-width: 0;

    color: #222;

    font-size: 15px;

    line-height: 1.55;
}


.eec-payment-left p {
    margin-top: 0;
    margin-bottom: 18px;
}


/* Intro */

.eec-payment-intro {
    margin-bottom: 16px !important;
}


/* 红色提示 */

.eec-payment-warning {
    display: inline-block;

    margin: 0 0 18px;

    padding: 2px 4px;

    background: #ff0000;

    color: #111;

    font-size: 17px;

    font-weight: 800;

    line-height: 1.15;

    text-transform: uppercase;
}


/* Transfer title */

.eec-payment-transfer-title {
    margin: 0 0 14px !important;

    color: #222 !important;

    font-size: 17px !important;
    font-weight: 800 !important;

    line-height: 1.15 !important;

    text-transform: uppercase;
}


/* =========================
   ADDRESS
   ========================= */

.eec-payment-address {
    display: flex;

    align-items: center;

    gap: 10px;

    width: 100%;

    max-width: 520px;

    box-sizing: border-box;

    margin: 0 0 35px;

    padding: 11px 12px;

    background: #ffffff;

    border: 1px solid #cfcfcf;

    border-radius: 4px;
}


.eec-payment-address span {
    flex: 1;

    min-width: 0;

    color: #222;

    font-family: monospace;

    font-size: 13px;

    font-weight: 600;

    word-break: break-all;
}


/* Copy */

.eec-copy-crypto-address {
    flex: 0 0 auto;

    min-height: 32px !important;

    padding: 5px 12px !important;

    background: #222 !important;

    color: #fff !important;

    border: 0 !important;

    border-radius: 3px !important;

    font-size: 12px !important;

    font-weight: 600 !important;

    cursor: pointer !important;
}


.eec-copy-crypto-address:hover {
    background: #444 !important;

    color: #fff !important;
}


/* Network text */

.eec-payment-network {
    margin-bottom: 35px !important;

    font-weight: 600;
}


/* Contact */

.eec-payment-contact {
    margin-top: 28px;
}


.eec-payment-contact p {
    margin-bottom: 12px;
}


.eec-payment-contact a {
    color: inherit;

    text-decoration: none;
}


.eec-payment-contact a:hover {
    text-decoration: underline;
}


/* =========================
   RIGHT QR IMAGE
   ========================= */

.eec-payment-right {
    flex: 0 0 220px !important;

    width: 220px !important;

    max-width: 220px !important;

    text-align: center !important;
}


.woocommerce-checkout
.payment_box
.eec-payment-right
img.eec-payment-qr,

.eec-payment-right
img.eec-payment-qr {

    display: block !important;

    width: 220px !important;

    max-width: 100% !important;

    height: auto !important;

    max-height: none !important;

    min-height: 0 !important;

    margin: 0 auto !important;

    padding: 0 !important;

    border: 0 !important;

    border-radius: 0 !important;

    object-fit: contain !important;

    float: none !important;

    transform: none !important;
}


/* =========================
   BITCOIN
   ========================= */

.eec-inner-payment-title {
    margin-bottom: 8px;

    font-size: 14px;

    font-weight: 700;
}


.eec-inner-method-title {
    margin: 0 0 22px !important;

    color: #222;

    font-size: 28px !important;

    font-weight: 700 !important;
}


.eec-bitcoin-instruction {
    align-items: flex-start !important;
}


/* =========================
   CHECKOUT PAYMENT LABELS
   ========================= */

.woocommerce-checkout
.payment_methods
.payment_method_eecvape_usdt > label,

.woocommerce-checkout
.payment_methods
.payment_method_eecvape_bitcoin > label {

    cursor: pointer !important;

    font-weight: 600 !important;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 900px) {

    .eec-payment-instruction {
        gap: 20px !important;

        padding: 20px !important;
    }


    .eec-payment-right {
        flex-basis: 180px !important;

        width: 180px !important;

        max-width: 180px !important;
    }


    .eec-payment-right img.eec-payment-qr {
        width: 180px !important;
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    .eec-payment-instruction {

        display: flex !important;

        flex-direction: column !important;

        align-items: stretch !important;

        gap: 20px !important;

        padding: 16px !important;

    }


    .eec-payment-main-title,
    .eec-inner-method-title {

        font-size: 21px !important;

    }


    .eec-payment-warning {

        font-size: 14px;

    }


    .eec-payment-transfer-title {

        font-size: 15px !important;

    }


    .eec-payment-address {

        max-width: 100%;

        margin-bottom: 25px;

    }


    .eec-payment-right {

        flex: none !important;

        width: 100% !important;

        max-width: 100% !important;

    }


    .eec-payment-right img.eec-payment-qr {

        width: 210px !important;

        max-width: 80% !important;

        height: auto !important;

        margin: 0 auto !important;

    }

}





/* =========================================================
   TRANSFERWISE PAYMENT DETAILS
   ========================================================= */

.eec-transferwise-instruction {
    width: 100% !important;
    box-sizing: border-box !important;

    margin-top: 12px !important;
    padding: 24px !important;

    background: #f7f8f9 !important;

    border: 1px solid #d8d8d8 !important;

    color: #222 !important;

    font-size: 15px !important;
    line-height: 1.6 !important;
}


.eec-transferwise-instruction p {
    margin: 0 0 16px !important;
}


.eec-transferwise-instruction
.eec-inner-payment-title {

    margin-bottom: 8px !important;

    font-size: 14px !important;
    font-weight: 700 !important;
}


.eec-transferwise-instruction
.eec-inner-method-title {

    margin: 0 0 24px !important;

    font-size: 28px !important;
    font-weight: 700 !important;

    color: #222 !important;
}


/* TransferWise payment option title */

.woocommerce-checkout
.payment_methods
.payment_method_eecvape_transferwise > label {

    cursor: pointer !important;

    font-weight: 600 !important;
}


/* Mobile */

@media (max-width: 767px) {

    .eec-transferwise-instruction {

        padding: 16px !important;

    }


    .eec-transferwise-instruction
    .eec-inner-method-title {

        font-size: 21px !important;

    }

}
