.gift-progress-bar {
    height: 10px;
    padding: 0 0;
    background-color: #e6e6e6;
    color: gray;
    width: 100%;
    line-height: 10px;
    font-size: 14px;
	border-radius: 10px;
	margin-top:10px; 
	margin-bottom:10px;
}

.per-used {
    background-color: #8ec89a;
    color: #FFF;
    display: block;
    height: inherit;
    line-height: 30px;
    text-align: right;
    padding: 0 10px;
	border-radius:10px 0px 0px 10px;
}
.per-used.per-100 {border-radius:10px 10px 10px 10px;}
.progress-container { position:relative; min-height:60px;}
.progress-labels {position: absolute;width: 100%;top: 0;}
.progress-labels .gift-labels { width:60%; float:left; margin-top:15px;}
.progress-labels .gift-icons { width:40%;float:right; margin-top:15px;}

.progress-labels .gift-labels span { display:block; clear:both; font-size:14px; font-weight:600;}

.progress-labels .gift-labels span.lb0 { color:#9185be;}
.progress-labels .gift-labels span.lb1 { color:#ec69a4;}

.progress-labels .gift-icons ul {     
	padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;}
.progress-labels .gift-icons ul li {text-align:center;position:relative;}
.progress-labels .gift-icons ul li:before { 
	content: "";
    background-color: #a6a6a6;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -13px;}
.progress-labels .gift-icons ul li span {
	clear: both;
    display: block;
    font-size: 10px;
    font-weight: 800;
    line-height: 12px;
    color: #ec69a4;}
.progress-labels .gift-icons img { height:34px;}

.gift-icons li.ok.lb0 span , .gift-icons .ok.lb1 span , .gift-icons .ok span , .ok.lb0 , .ok.lb1 { color:#3faf6c !important;}
.gift-right-images { position:fixed; right:0; top:30%;display: inline-block; z-index:9999; cursor:pointer; -webkit-transition: all 0.6s ease;                  
    -moz-transition: all 0.6s ease;                 
    -o-transition: all 0.6s ease;   
    -ms-transition: all 0.6s ease;          
    transition: all 0.6s ease;}
.gift-right-images img { width:135px;}

#gift-popup {}

#gift-popup .customPopup_content {
    height: calc(100vh - 40px);
    max-width: 1000px;
    width: auto;
    overflow: hidden;
    max-height: inherit;
	margin-top:20px;
}

#gift-popup .customPopupClose {
    right: 10px;
    top: 10px;
    padding: 10px;
}

#gift-popup .gift-inner-product {
    margin-top: 24px;
}

#gift-popup .product-container {
    height:calc(100vh - 320px);
	overflow-y: scroll;
    overflow-x: hidden;
}
.gift-products {
    margin-top: 0px;	
    padding-right: 0px;
}
.pt-100 {padding-top:110px !important;}
.gift-products tbody { width:100%;}

#gift-popup .header img {max-width:100%;}
#gift-popup .product-container h1 {font-size:24px;font-weight:600;color:#3d3d3d;line-height:1;text-transform:inherit;margin: 0;}
#gift-popup .gift-lables {text-decoration:none;color:#FFFFFF;border-radius:5px;font-size:17px;background-color:#c4519b;text-align:center;padding:8px 30px 8px 8px;display:inline-block; cursor:default;}
#gift-popup .header {margin-bottom:0px; margin-top:-30px;}
#gift-popup .related_image {
    padding-left: 0;
}
#gift-popup .related_image {
    position: relative;
}
.qty-gift input { background-color: #a6a6a6;
    width: 60px;
    padding: 10px;
    text-align: center;
    border: none;
    border-radius: 5px;
    color: #FFFFFF;}
.add-to-cart button { 
	background-color: #c4519b;
    padding: 13px 40px;
    text-align: center;
    border: none;
    border-radius: 0;
    color: #FFFFFF;
    display: block;
    width: 100%;
    text-transform: uppercase;
    min-width: 200px;white-space: nowrap;position:relative;}
.add-to-cart button:hover { background-color:#993f79;}	

#gift-popup .product-name { margin-bottom:0px; }
#gift-popup .gift_ref {font-size: 14px;}
#gift-popup .product-name a {
	font-size: 14px;
    letter-spacing: -0.5px;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: 400;}

.gift-disabled span , .gift-disabled label  , .gift-disabled .related_image img , .gift-disabled button {filter: grayscale(100%);} 
.gift-disabled button:hover {filter: grayscale(100%); background-color:#6f6f6f;cursor:default;}
#gift-popup .old-price { white-space:nowrap;}

.add-to-cart.loading-circle .add-gift-cart::after {
	content: "";
    background: url(/modules/bystartgifts/images/ic_spinner_white.svg);
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    animation-name: loader-spin;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    display: flex;
    position: absolute;
    top: 10px;
    justify-content: center;
    align-items: center;
    left: 10px;}

.add-to-cart.gift-added .add-gift-cart::after {
	content: "";
    background: url(/modules/bystartgifts/images/ic_gift_added.svg);
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    display: flex;
    position: absolute;
    top: 10px;
    justify-content: center;
    align-items: center;
    left: 10px;}

.cart-gift-item td.cart_image a { position:relative; display:block;}
.cart-gift-item td.cart_image a::after {
	content: "";
    background: url(/modules/bystartgifts/images/ic_freegift1.svg);
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    display: flex;
    position: absolute;
    top: 6px;
    justify-content: center;
    align-items: center;
    left: 6px;}	

input.gift-qty-disabled {
    background-color: #a6a6a6 !important;
    border: none;
    color: #FFFFFF;
}

.cart-gift-item .product-name a ,.cart-gift-item .cart_ref.p8 , .cart-gift-item td.cart_total { color:#ed69a3;}	
.gift-cart-item-flex {    
	display: flex;
    align-items: center;
    justify-content:start;
    position: absolute;
    bottom: 13px;
    clear: both;
    overflow: hidden;
    width: 100%;}

.gift-cart-item-flex .remove_from_cart { position:relative !important; top:0px !important}	
.gift-cart-item-flex .change_gift_item { margin-left:30px;}
.gift-cart-item-flex .change_gift_item a {color:#337bcc;font-size:14px;}
.gift-right-images img.ghovered { display:none;}
.gift-right-images img.gnormal { display:block;}

.gift-right-images:hover img.gnormal{display:none;}
.gift-right-images:hover img.ghovered{display:block;}

.gift-main-container.gift-bottom .gift-right-images { display:none !important;}


.add-to-cart .add { display:block;}
.add-to-cart .addedcart { display:none;}

.add-to-cart.gift-added .add { display:none;}
.add-to-cart.gift-added .addedcart { display:block;}


.lavel-active img { width:26px; margin-right:4px;}
.lavel-active {
   font-size: 15px;
    font-weight: 900;
    color: #ff7f27;
    display: flex;
    justify-content: left;
    align-items: center;
    line-height: 1;
	width:85%;
	}
#gift-popup.customPopup { display:none !important;}
#gift-popup.customPopup.show { display:block !important; width:100%;}

.proceed-checkout_holder.bottomfix.fixed .gift-container { display:none;}
.proceed-checkout_holder.bottomfix.fixed .gift-main-container { width:0% !important;}  	
.gift-popup-open .columns-container { overflow:hidden;}

.gift-main-container {width: 326px;float: right;margin-bottom: 20px;margin-top: -20px;}
.gift-main-container.gift-bottom {margin-top:0px;}
.gift-desktop { display:block;}
.gift-mobile { display:none;}

.gift-confirmation {
	position: fixed;
    z-index: 999999;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
}

.gift-confirmation .gift-con-image {
	display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%; margin:auto;}
.gift-confirmation .gift-con-image img { max-width:100%; }

@media (min-width: 769px) and (max-width: 1199px) {
.gift-right-images img { width:110px;}
.gift-right-images { top:53%; right:-10px;}
.fixed-checkout {bottom: 10% !important;}
#gift-popup .customPopup_content {height: calc(100vh - 0px);margin-top:0;border-radius:0; max-width:100%;}
#gift-popup .product-container { height:calc(100vh - 290px);} 
}


@media (min-width: 577px) and (max-width: 768px) {
	.gift-right-images img { width:120px;}
	.gift-right-images { top:35%; right:-10px;}
	.fixed-checkout {bottom: 18% !important;}
	#gift-popup .header {margin-top:-10px;}
	.gift-cart-item-flex { position:relative; bottom:0;}
	#gift-popup .customPopup_content {height: calc(100vh - 0px);margin-top:0;border-radius:0;}
	#gift-popup .product-container { height:calc(100vh - 240px);}
}

@media (min-width: 320px) and (max-width: 576px) {
	.gift-right-images img { width:80px;}
	.gift-right-images { top:17%; right:-6px;}
	.fixed-checkout {bottom: 18% !important;}
	#gift-popup .header {margin-top:16px; margin-bottom:6px;}
	.gift-cart-item-flex { position:relative;}
	.gift-main-container { width:100%;}
	.gift-desktop { display:none;}
	.gift-mobile { display:block;}
	#gift-popup .customPopupClose {right:0px;top: 0px;}
	#gift-popup .customPopup_content {height: calc(100vh - 0px);margin-top:0;border-radius:0; padding:12px;}
	#gift-popup .gift-lables { margin-bottom:5px; display:block; text-align:left;}
	#gift-popup .product-container {height: calc(100vh - 210px);}
	#gift-popup .related_description , #gift-popup .related_unit { padding:9px 5px 11px 5px; border:none;}
	#gift-popup .related_image { border:none;}
	#gift-popup .qty-gift {display: block;width: 28%;float: left; padding:8px 0px 8px 0px;}
	#gift-popup .add-to-cart  { width:72%; padding:8px 0px 8px 0px; float:right;}
	#gift-popup tr.related_item { display:block;}
	#order-detail-content .select2-container { width:100% !important;  }
	.gift-cart-item-flex .change_gift_item { margin-top:10px;}
	#gift-popup .product-container h1 { font-size:18px;}
	.gift-products { margin-bottom:0px;}	
	.pt-100 {padding-top:70px !important;}
	.gift-confirmation .gift-con-image { width:90%; margin:auto;}
}

.gift-products.table .related_image a {position:relative;display:inline-block;}
.gift-products.table .related_image .image-popup {bottom: 5px;right: 5px;}
.pl-0 { padding-left:0px !important;}

