#popup-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 9999;
}
#popup-container-switch {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 9999;
	display: none;
}

#popup-content {
	position: absolute;
	top: 52%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	max-width: 90%;
	margin: 0 auto;
}

.popup-close {
	    display: block;
    position: absolute;
    right: -9px;
    top: -9px;
    text-decoration: none;
    color: #333;
    background: red;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    border: none;
    padding: 0px 7px 1px;
}
#popupover-content a{
	margin-left: 94%;
}

#popupover-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 9999;
}

#popupover-content {
   position: absolute;
	top: 40%;
	left: 50%;
	height: 468px;
	overflow-y: scroll;
	transform: translate(-50%, -50%);
	background-color: #fff;
	padding: 20px;
	width: 100%;
	text-align: center;

}
#popupover-content .entry-content ul{
	list-style: none!important;
}
#popupover-content .entry-content ul li{
	    width: fit-content;
}
.adf-popup-wrap ul li{
	text-align: center;
}
.adf-popup-wrap ul{
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
/*	justify-content: center;*/
	padding: 0;
	margin:0;
	list-style: none;
}
.adf-popup-wrap ul li h3{
	 margin-top: 11px;
    font-size: 15px;
    line-height: 19px;
    font-weight: 600;
    color: #000;
    margin-bottom: 0;
}
.adf-popup-wrap ul li p.price{
	font-size: 13px;
    line-height: 23px;
    color: #000;
    margin: 7px 0 3px;
}
.adf-popup-wrap h2{
	font-size: 24px;
    line-height: 24px;
    font-weight: 600;
    color: #000;
}
.adf-popup-wrap .content{
	font-size: 14px;
    line-height: 24px;
    margin-bottom: 15px;
}
.adf-popup-wrap #countdown,
.page-countdown{
	font-size: 22px;
    line-height: 32px;
    color: red;
    text-align: center;
    width: fit-content;
        margin: 0 auto 20px;
}
.adf-accep-all-offer{
	margin-top: 9px;
}
.first-template .adf-accep-all-offer {
	margin-top: 20px!important;
}
.entry-content-popup{
	    overflow-y: auto;
    height: 100%;
}

.template-two ul li .accept-button,
.second-template ul li .accept-button{
	    font-size: 14px;
    line-height: 20px;
    padding: 8px 13px;
    display: inline-block;
}
.first-template #countdown,
#adf-page-content #countdown,
.page-countdown{
	display: flex;
	justify-content: center;
	gap: 10px;
}
#countdown span,
.page-countdown span{
	background-color: black;
	color: #fff;
	padding: 7px 12px;
	font-size: 16px;
	line-height: 26px;
	font-weight: 600;
	border-radius: 4px;
	display: block;
}
.page-template, .page-tem-section{
	width: 100%;
	max-width: 100%;
}
.page-template.center #adf-page-content,
.page-tem-section.center  #adf-page-content{
	text-align:  center;
}

.adf-popup-wrap ul li button{
    font-size: 13px;
    line-height: 16px;
    border-radius: 2px;
    padding: 7px 11px;
}
#adf-page-container.first-template #countdown{
	background-color: #fff;
}
#adf-page-container .sucess-message{
	    border: 2px solid #116311;
    padding: 4px 16px;
    font-size: 16px;
    line-height: 27px;
    font-weight: 600;
    text-align: left;
    color: #116311;
    margin: 14px 0 25px;
}
#discount_table{
	    width: 100%;
}
.page-tem-section .adf-popup-wrap{
	display: flex;
	    padding: 12px;
	  width: fit-content;
	    justify-content: space-between;
    border: 1px solid #d3d3d38f;
}
.page-tem-section .adf-popup-wrap ul{
/*	    width: 70%;*/
	    gap: 12px;
}
.deal-product .prodcut-attribute{
	    display: flex;
    font-size: 13px;
    flex-wrap: wrap;
    line-height: 23px;
    align-items: center;
    margin-bottom: 10px;
    overflow:hidden;
}
.deal-product form{
	margin-top: 8px;
	margin-bottom: 0;
}
.adf-page-main-product-container .deal-product .prodcut-attribute{
	justify-content: center;
}
.deal-product .prodcut-attribute label{
	min-width: 40px;
	text-align: left;
}
.second-template .deal-product .prodcut-attribute,
.page-tem-section  .deal-product .prodcut-attribute{
	    margin-bottom: 5px;
}
.reset_variations{
	width: 100%;
	display: block;
	font-size: 12px;
	margin-bottom: -3px;
	margin-top: 3px;
	margin-left: 0!important;
}
.adf-section-timer, .secod-right-colum{
	min-width: 190px;
    margin-left: 18px;
    padding-left: 18px;
	border-left: 1px solid #d3d3d382;
}
.page-tem-section .adf-popup-wrap h2 {
    font-size: 20px;
    line-height: 21px;
}
.page-tem-section .adf-popup-wrap ul li, .second-template ul li{
	max-width: 129px!important;
	margin-bottom: 10px;
}
.page-tem-section .adf-popup-wrap ul li h3 {
    margin-top: 10px;
    font-size: 14px;
    line-height: 18px;
 }
.page-tem-section .adf-popup-wrap ul li p.price {
    font-size: 12px;
    line-height: 22px;
    font-weight: 500;
    color: #000;
    margin: 5px 0 3px;
}
.page-tem-section .adf-popup-wrap ul li button{
	    font-size: 11px;
    line-height: 18px;
    padding: 4px 8px;
    border-radius: 3px;
}
.adf-section-timer #countdown{
	padding: 0!important;
	border: 0!important;
	gap: 6px!important;
	margin: 16px auto 17px!important;
}
.page-tem-section.left .adf-section-timer #countdown{
	margin-left: 0!important;
}
.adf-section-timer #countdown span, .page-countdown span{
	padding: 6px 10px;
	font-size: 13px;
	font-weight: 700;
	line-height: 22px;
}

.second-template .adf-popup-wrap ul li .accept-button{
	font-size: 12px;
    line-height: 16px;
    padding: 7px 9px;
    border-radius: 3px;
}
.template-two .adf-popup-wrap #countdown{
	border-radius: 4px;
    font-size: 17px;
    line-height: 26px;
    padding: 8px 12px;
    font-weight: 600;
}
.second-template .adf-popup-wrap{
	display: flex;
	width: fit-content;
    justify-content: space-between;
}
.second-template .adf-popup-wrap ul{
	    gap: 12px;
}
.second-template .adf-popup-wrap h2 {
    font-size: 22px;
    line-height: 20px;
}
 .adf-accep-all-offer button {
 	     font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    border-radius: 3px;
    padding: 9px 15px;
 }
 .adf-section-timer .adf-accep-all-offer{
 	margin-top: 9px;
 }
 .page-content-header{
    margin-top: 10px;
 }
 .page-content-header .adf-message-discount {
    border: 1px solid red;
    color: red;
    font-size: 12px;
    line-height: 13px;
    padding: 4px 8px;
    font-weight: 700;
    border-radius: 4px;
}
 .page-content-header .bundle-price {
    margin: 8px 0 0!important;
}
.page-content-header .page-counter{
 	    width: 64%;
 }
.page-content-header .adf-accep-all-offer{
 	    margin-top: 10px!important;
 }
.page-template.center .page-counter #countdown{
 	    margin: 18px auto 22px auto!important;
 }
 .page-template.left .page-counter #countdown{
 	margin: 0px auto 20px 0!important;
 }
 .page-template.center  .expire-offer{
 	margin: 0 auto;
 }
 .expire-offer{
 	    border: 2px solid red;
    padding: 3px 8px;
    margin: 0;
    font-size: 13px;
    width: fit-content;
    line-height: 19px;
    font-weight: 600;
    color: red;
    border-radius: 2px;
 }
.adf-message-discount{
       border: 2px solid red;
    color: red;
    font-size: 12px;
    line-height: 18px;
    padding: 3px 7px;
    font-weight: 700;
    border-radius: 4px;
}
.bundle-price del{
	margin-right: 5px;
}
.bundle-price{
	    margin: 10px 0;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: #000;
}
#popup-container .page-content-header{
    margin: 20px 0 0 0;
    border-top: 1px solid #d3d3d375;
    padding-top: 19px;
}
.counter-item span.text,
.page-countdown span.text{
	background-color: transparent!important;
	font-size: 10px!important;
	color: #000!important;
	line-height: 20px;
	display: block;
	padding: 0!important;
	margin: 0!important;
	font-weight: 600!important;
}
.adf-section-timer #countdown span.text{
	font-size: 9px!important;
}
.first-template .adf-popup-wrap ul, .page-template ul{
	justify-content: center!important;
}
.listing-page-offer .adf-section-timer{
	border: none;
	padding: 0;
	display: flex;
	justify-content: space-between;
	margin: 0!important;
}
.listing-page-offer .adf-section-timer .page-countdown{
	margin: 0px 0 22px!important;
}
.adf-page-listing-heading .content,
.adf-page-listing-heading h2{
	text-align: left;
}
.listing-page-offer #adf-page-content ul,
.adf-indivitual-product #adf-page-content ul{
	justify-content: flex-start;
}
.adf-indivitual-product #adf-page-content ul li{
	margin-bottom: 20px;
}
.adf-indivitual-product .page-countdown{
	gap:3px!important;
	margin-bottom: 0!important;
	margin-top: 13px!important;
}
.adf-indivitual-product .page-countdown span {
    font-size: 12px!important;
    line-height: 18px!important;
/*    padding: 10px!important;*/
}
.adf-indivitual-product .page-countdown span.text{
	font-size: 9px!important;
}
.adf-indivitual-product h3.adf-heading,
.adf-bundle-product h3.adf-heading{
	 font-size: 30px;
    color: #000;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: left;
}
.listing-page-offer{
	    margin-bottom: 24px;
    padding-bottom: 21px;
    border-bottom: 1px solid #d3d3d369;
}
.listing-page-offer:last-child{
	border-bottom: none;
}
.adf-bundle-product-price{
	text-align: right;
}
.adf-bundle-product-price .adf-message-discount {
    font-size: 11px;
    line-height: 16px;
    padding: 1px 5px;
    margin-left: 8px;
}
.listing-page-off .adf-popup-wrap h2 {
    font-size: 22px;
    line-height: 22px;
}
.listing-page-offer#adf-page-container ul li {
    max-width: 250px!important;
}
.listing-page-offer{
	width: fit-content;
}
.adf-upcoming-sale{
	font-size: 16px!important;
	line-height: 26px!important;
	text-align: left;
    font-weight: 700;
    margin-bottom: 9px;
    color: #000;
}
.page-counter .adf-upcoming-sale,
.page-tem-section .adf-upcoming-sale,
.secod-right-colum .adf-upcoming-sale,
.first-template .adf-upcoming-sale{
	text-align: center;
	margin-bottom: 0px;
	margin-top: 10px;
}
.adf-indivitual-product li .adf-upcoming-sale{
    margin-bottom: 0;
    text-align: center;
    font-size: 14px !important;
    line-height: 24px !important;
    margin-top: 8px;
}
.adf-product-img img{
	width: 100%!important;
	height: auto!important;
}
.adf-bundle-product{
	margin-bottom: 25px;
}
.adf-load-btn{
	text-align: center;
}

.first-template .adf-popup-wrap ul li{
	width: auto;
	max-width: 175px;
}
.page-tem-section.left .adf-section-timer, .page-template.left .adf-page-content{
	text-align: left!important;
}
.page-template.left ul{
	justify-content: flex-start!important;
}
.page-template.left .page-content-header{
	display: flex;
    gap: 23px;
    align-items:center;
}
.page-template ul li{
	max-width: 23%;
}
.page-template ul li.deal-product a{
	text-decoration: none!important;
}
.adf-stock-message{
    font-size: 12px;
    line-height: 16px;
    display: block;
    color: red;
}

@media screen and (max-width:600px){
	#popup-container #popup-content{
		width: 98%!important;
		height: 90%!important;
		    top: 50%!important;
	}
	#popup-container ul li, #adf-page-container ul li,
	.listing-page-offer#adf-page-container ul li{
	    width: 47%!important;
	    max-width: 47%!important;
	}
	.page-tem-section .adf-popup-wrap,
	.second-template .adf-popup-wrap{
		flex-wrap: wrap;
	}
	.page-tem-section .adf-popup-wrap ul,
	.second-template .adf-popup-wrap ul{
		width: 100%;
		order: 2;
	}
	.adf-section-timer, .secod-right-colum{
		margin-left: 0;
		padding-left: 0;
	}
	.adf-section-timer, .secod-right-colum
	.adf-section-timer,
	.second-template .secod-right-colum{
		width: 100%;
		border-left: none;
		border-bottom: 1px solid lightgray;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.first-template .adf-popup-wrap ul {
	    justify-content: flex-start !important;
	}
}
@media screen and (min-width:600px) and (max-width:1050px){
	.page-tem-section .adf-popup-wrap ul li {
		    width: 29% !important;
	}
	#popup-content{
		width: 90%!important;
	}
	.adf-section-timer {
	    width: 40%;
	}
	.page-tem-section .adf-popup-wrap ul {
    width: 60%;
}
}