/*
* 2021 Softdil
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* It is available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to comercial@softdil.com so we can send you a copy immediately.
*
*  @author Softdil SL <comercial@softdil.com>
*  @license http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*/

._sd_product_list_delivery_popup_container {
	z-index: 998;
	position: fixed;
	width: 100vw;
	height: 100vh;
	left: 0;
	top: 0;	
	background-color: rgba(0, 0, 0, 0.5);
}

._sd_product_list_delivery_popup {
	max-width: 90%;
	max-height: 90%;
	overflow: auto;
	width: 1000px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);	
	background-color: white;
}

._sd_product_list_delivery_popup ._sd_product_list_delivery_popup_zones_container {
	display: flex;
	padding: 10px;
}

._sd_product_list_delivery_popup div.left_column,
._sd_product_list_delivery_popup div.right_column {
	height: 100%;
	padding: 0;
}

._sd_product_list_delivery_popup div.row {
	margin: 0;
}

._sd_product_list_delivery_popup ._sd_product_list_delivery_popup_close {
	z-index: 998;
	cursor: pointer;
    position: absolute;
    top: 4px;
    right: 10px;    
    font-size: 30px;
	color: black;
}

._sd_product_list_delivery_popup .left_column .product_container {
	max-width: 350px;
	text-align: center;
}

._sd_product_list_delivery_popup .right_column {
	max-width: 515px;	
}

._sd_product_list_delivery_popup .product_images_carousel .owl-nav button {
	position: absolute;
	top: calc(45% - 5px);	
}

._sd_product_list_delivery_popup .product_images_carousel .owl-next {
	right: 15px;
}

._sd_product_list_delivery_popup .product_images_carousel .owl-prev {
	left: 15px;
}

._sd_product_list_delivery_popup .product_images_carousel .owl-nav button i {
	font-size: 20px;
	color: #666666;
}

._sd_product_list_delivery_popup .product_container .product_name {
	margin: 5px 0 0;	
}

._sd_product_list_delivery_popup .product_container .old-price {
    margin-right: 8px;
	color: #E0332E;
}

._sd_product_list_delivery_popup .product_container .price {
    margin-right: 0;
	font-family: Poppins;
	font-weight: 400;
	color: #000000;
}

._sd_product_list_delivery_popup .product_container .product_color {
    display: block;
    height: 20px;
    width: 20px;
	margin: 0 auto;
    border: 1px solid #CCCCCC;
    border-radius: 50%;
}

._sd_product_list_delivery_popup .product_sizes_container.row {
	margin-top: 50px;
}

._sd_product_list_delivery_popup .delivery_city {
	text-align: center;
}

._sd_product_list_delivery_popup .delivery_city .title {
	margin-bottom: 25px;
	line-height: 1.4em;
	font-weight: 500;
	font-size: 30px;
}

._sd_product_list_delivery_popup .delivery_city .subtitle {
	max-width: 450px;
	margin: 0 auto 25px;
}

._sd_product_list_delivery_popup ._sd_product_list_delivery_popup_zones {
	max-width: 350px;
	width: 100%;
    margin: 0 auto;
}

._sd_product_list_delivery_popup ._sd_product_list_delivery_popup__select-zone {
	cursor: pointer;
    display: inline-block;
    position: relative;
	width: 100%;
    padding: 6px 10px 6px 30px;    
    border: 1px solid #333333;
	text-align: left;
}

._sd_product_list_delivery_popup ._sd_product_list_delivery_popup__select-zone.disabled {
	cursor: not-allowed;
}

._sd_product_list_delivery_popup ._sd_product_list_delivery_popup__select-zone::after {
    content: '';
    position: absolute;
    top: 35%;
    right: 8px;
    width: 12px;
    height: 12px;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
	background-color: #21BB97;
}

._sd_product_list_delivery_popup ._sd_product_list_delivery_popup__select-zone.active::after {
	clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

._sd_product_list_delivery_popup ._sd_product_list_delivery_popup__zones-list .search_container {
    display: flex;
	justify-content: space-evenly;
    align-items: center;
	height: 38px;
    margin: 5px;
    padding: 0 20px;
    border: 1px solid #21BB97;
}

._sd_product_list_delivery_popup ._sd_product_list_delivery_popup__zones-list .search_container i {
	font-size: 18px;
	color: #777777;
}

._sd_product_list_delivery_popup ._sd_product_list_delivery_popup__search-zone {
	width: 250px;
	border: 0;
}

._sd_product_list_delivery_popup ._sd_product_list_delivery_popup__zones-list {
    z-index: 998;
    display: none;
    position: absolute;
    width: 350px;    
    margin-top: 5px;
    border: 1px solid #333333;
    background-color: white;
}

._sd_product_list_delivery_popup ._sd_product_list_delivery_popup__zones-list ul {
	max-height: 175px;
	overflow: auto;
	margin-bottom: 0;
}

._sd_product_list_delivery_popup ._sd_product_list_delivery_popup__zones-list ul::-webkit-scrollbar {
  width: 10px;
}

._sd_product_list_delivery_popup ._sd_product_list_delivery_popup__zones-list ul::-webkit-scrollbar-thumb {
  background: #D9D9D9; 
}

._sd_product_list_delivery_popup ._sd_product_list_delivery_popup__zones-list ul li {
    cursor: pointer;
    padding: 7px 10px;
}

._sd_product_list_delivery_popup ._sd_product_list_delivery_popup__zones-list ul li.selected,
._sd_product_list_delivery_popup ._sd_product_list_delivery_popup__zones-list ul li:hover {
    background-color: #21BB97;
    color: white;
}

._sd_product_list_delivery_popup .product_sizes {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	border: 1px solid black;
}

._sd_product_list_delivery_popup .product_sizes span {
	cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
	position: relative;
	width: 100%;
	padding: 10px 30px;
    line-height: 1;
	font-weight: 500;
	color: #F46560;
}

._sd_product_list_delivery_popup .product_sizes span.selected,
._sd_product_list_delivery_popup .product_sizes span:hover {
	background-color: #F46560;
	color: white;
}

._sd_product_list_delivery_popup .product_sizes span + span:before {
	content: "";
    position: absolute;
    left: 0;
    width: 1px;	
    height: 70%;
    background-color: black;    
}

._sd_product_list_delivery_popup ._sd_product_list_delivery_popup__accept-zone {
    cursor: pointer;
	position: absolute;
    right: 0;
    bottom: 0;
    padding: 5px 30px;
    border: 2px solid #21BB97;
    background-color: #21BB97;
    color: white;
}

._sd_product_list_delivery_popup ._sd_product_list_delivery_popup__accept-zone:hover {
	background-color: white;
    color: #21BB97;
}

._sd_product_list_delivery_popup .product_sizes_container .loading {
	z-index: 998;
	display: flex;
	justify-content: center;
	align-items: center;	
	font-size: 50px;
	color: black;
}

._sd_product_list_delivery_popup .neptuno_sizes hr {
	margin: 20px 0;
	border-color: #C0C0C0;
}

._sd_product_list_delivery_popup .express_sizes p,
._sd_product_list_delivery_popup .no_express_sizes p {	
	margin-bottom: 0;
	font-size: 13px;
}

._sd_product_list_delivery_popup .express_sizes p.title,
._sd_product_list_delivery_popup .no_express_sizes p.title {
	margin-bottom: 10px;
	font-weight: 500;
}

._sd_product_list_delivery_popup .express_sizes p.title {
	color: #21BB97;
}

._sd_product_list_delivery_popup .no_express_sizes p.title {
	color: #F46560
}

._sd_product_list_delivery_popup .express_sizes p .bold,
._sd_product_list_delivery_popup .no_express_sizes p .bold {
	font-weight: bold;
}

._sd_product_list_delivery_popup .express_sizes p .underline,
._sd_product_list_delivery_popup .no_express_sizes p .underline {
	text-decoration: underline;
}

._sd_product_list_delivery_popup .attribute_list {
	display: flex;
	margin-bottom: 15px;
}

._sd_product_list_delivery_popup .attribute_list .attribute_radio_list {
	margin-bottom: 0;
}

._sd_product_list_delivery_popup .attribute_list .attribute_radio_list li {
	cursor: pointer;
    float: left;
    border: 1px solid #000000;
}

._sd_product_list_delivery_popup .attribute_list .attribute_radio_list li.selected,
._sd_product_list_delivery_popup .attribute_list .attribute_radio_list li:hover {
	background-color: #000000;
    color: white;
}

._sd_product_list_delivery_popup .attribute_list .attribute_radio_list li + li {
    margin-left: 10px;
}

._sd_product_list_delivery_popup .attribute_list .attribute_radio_list .attribute_radio {
	display: none;
}

._sd_product_list_delivery_popup .attribute_list .attribute_radio_list .radio_label {
    display: inline-block;
    min-width: 35px;
    min-height: 35px;
    text-align: center;
    line-height: 35px;    
    font-size: 15px;
}

._sd_product_list_delivery_popup .add_to_cart {
    margin: 25px 0 0;
}

#footer-tertiary ._sd_product_list_delivery_popup .add_to_cart ._sd_product_list_delivery_popup__add-to-cart {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 30px;
	margin: 0;
    background-color: black;
	font-weight: 700;
    color: white;
}

._sd_product_list_delivery_popup .add_to_cart ._sd_product_list_delivery_popup__add-to-cart.mobile_reduce {
	font-size: 11px;
}

._sd_product_list_delivery_popup ._sd_product_list_delivery_popup__select-store {
	clear: both;
	padding: 20px 10px;
	background-color: #F1F1F1;
	text-align: center;
}

._sd_product_list_delivery_popup ._sd_product_list_delivery_popup__select-store p {
	text-transform: uppercase;
	font-weight: 700;
	color: #21BB97;
}

._sd_product_list_delivery_popup ._sd_product_list_delivery_popup__select-store button {	
    display: flex;
    justify-content: center;
    align-items: center;
	width: 250px;
    height: 30px;
    margin: 0 auto;
	border: 0;
	background-color: #21BB97;
	font-weight: 700;
	color: white;
}

._sd_product_list_delivery_popup ._sd_product_list_delivery_popup__select-store button:disabled {
	background-color: #999999;
	opacity: 0.6;
}

@media (max-width: 1199px) {
	._sd_product_list_delivery_popup .delivery_city .title {		
		font-size: 27px;
	}
}

@media (max-width: 991px) {
	._sd_product_list_delivery_popup .delivery_city .title {		
		font-size: 24px;
	}

	._sd_product_list_delivery_popup div.right_column {
		max-width: 51%;
		margin: 0 auto;
	}
}

@media (max-width: 767px) {	
	._sd_product_list_delivery_popup ._sd_product_list_delivery_popup_zones_container {
		display: block;
	}

	._sd_product_list_delivery_popup div.left_column,
	._sd_product_list_delivery_popup div.right_column {
		height: auto;
		padding: 0;
	}

	._sd_product_list_delivery_popup div.right_column {
		max-width: 450px;
		min-height: 400px;		
		width: 100%;
	}

	._sd_product_list_delivery_popup .product_container {
		margin: 0 auto;
	}

	._sd_product_list_delivery_popup .delivery_city.row {
		margin-top: 30px;
	}

	._sd_product_list_delivery_popup .delivery_city .title {
		font-size: 23px;
	}

	._sd_product_list_delivery_popup ._sd_product_list_delivery_popup_zones,
	._sd_product_list_delivery_popup ._sd_product_list_delivery_popup__select-zone,
	._sd_product_list_delivery_popup ._sd_product_list_delivery_popup__search-zone,
	._sd_product_list_delivery_popup ._sd_product_list_delivery_popup__zones-list {
		max-width: 350px;
		width: 100%;
	}

	._sd_product_list_delivery_popup ._sd_product_list_delivery_popup__select-zone {
		margin-bottom: 5px;
	}

	._sd_product_list_delivery_popup .product_sizes_container.row {
		margin: 25px 0;
	}

	._sd_product_list_delivery_popup .express_sizes .store_delivery,
	._sd_product_list_delivery_popup .express_sizes .home_delivery,
	._sd_product_list_delivery_popup .no_express_sizes .store_delivery,
	._sd_product_list_delivery_popup .no_express_sizes .home_delivery {
		column-gap: 10px;
	}

	._sd_product_list_delivery_popup .express_sizes p,
	._sd_product_list_delivery_popup .no_express_sizes p {
		text-align: left;
	}
}