/**
 * We offer the best and most useful modules PrestaShop and modifications for your online store.
 *
 * We are experts and professionals in PrestaShop
 *
 * @category  PrestaShop
 * @category  Module
 * @author    PresTeamShop.com <support@presteamshop.com>
 * @copyright 2011-2017 PresTeamShop
 * @license   see file: LICENSE.txt
 */
 
#carrier_dropshipping.error {
    border-color: rgb(185, 74, 72) !important;
}
#order-detail-content .product_line {
    padding: 8px 5px 5px !important;
}
.product_line.no_available {
    background-color: #F6E6E6;
}
.product_line .available {
	text-transform: uppercase;
}
.product_line.no_available .available {
	font-weight: 600;
	color: #F00;
}
.product_line.no_available .cart_quantity_delete i {
    color: #F00 !important;
}
.order-products-delete a {
	text-decoration: none !important;
	color: #07aeec !important;
}
.order-products-delete .ajax_cart_block_no_available_empty_link {
    color: #F00 !important;
	margin-right: 10px;
	cursor: pointer;
}
.order-products-delete a:hover {
	text-decoration: none !important;
}
.cart_category_title {
    padding: 10px 10px;
    box-shadow: 0px 16px 10px -12px rgb(0 0 0 / 10%);
	border-top: 1px solid #dddddd !important;
}
a.available_category:hover {
	color: #111111 !important;
}
.category_toggle {
    float: right;
    font-size: 8px;
	color: #07aeec;
}
.summary_toggle {
    float: right;
	width:155px;
    cursor: pointer;
	text-align: left;
}
.summary_toggle .summary_open {
	display: block;
}
.summary_toggle .summary_close {
	display: none;
}
.summary_toggle.view_summary .summary_open {
	display: none;
}
.summary_toggle.view_summary .summary_close {
	display: block;
}

/* 10-08-2022 новая почта - выбор отделения */
.mobile_np_department_overlay {
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-color: #00000070;
	z-index: 1000;
}
.mobile_np_department {
	margin: 70px 20px 0px;
	background-color: #fff;
	height: calc(100% - 200px);
	min-height: 500px;
	padding: 10px;
	border-radius: 5px;
}
.mobile_np_department label {
	color: #0faeec;
}
.mobile_np_department label {
	display: inline-block;
	width: auto !important;
	float: left;
}
.mobile_np_department .close_search {
	display: inline-block;
	width: auto !important;
	float: right;
}
.mobile_np_department input.carrier_input {
	margin: 15px 0 10px;
	float: left;
	color: #0faeec!important
}
.mobile_np_department_list {
	border: 1px solid #00000070;
	border-radius: 4px;
	height: calc(100% - 92px);
	overflow-y: auto;
}
.mobile_np_department_list li {
	line-height: 20px;
	border-bottom: 1px solid #00000070;
	padding: 15px 5px;
}
.error-field {
	border-color: red !important;
}
#np_carrier_department_selected_value {
	margin-bottom: 15px;
	padding-bottom: 10px;
}

#np_carrier_department_selected_value .reselect{
    display: inline-block;
    color: #0faeec;
    cursor: pointer;
    float: right;
}
/* 30-08-2022 новая почта - выбор міста */
.mobile_np_city_overlay {
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-color: #00000070;
	z-index: 1000;
}
.mobile_np_city {
	margin: 70px 20px 0px;
	background-color: #fff;
	height: calc(100% - 200px);
	min-height: 500px;
	padding: 10px;
	border-radius: 5px;
}
.mobile_np_city label {
	color: #0faeec;
	display: inline-block;
	width: auto !important;
	float: left;
}
.mobile_np_city .close_search {
	display: inline-block;
	width: auto !important;
	float: right;
}
.mobile_np_city input.carrier_input {
	margin: 15px 0 10px;
	float: left;
	color: #0faeec!important
}
.mobile_np_city_list {
	border: 1px solid #00000070;
	border-radius: 4px;
	height: calc(100% - 92px);
	overflow-y: auto;
}
.mobile_np_city_list li {
	line-height: 20px;
	border-bottom: 1px solid #00000070;
	padding: 15px 5px;
}

#np_carrier_city_selected_value {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#np_carrier_city_selected_value .text, #np_carrier_department_selected_value .text {
    text-align: left;
    vertical-align: middle;
    max-width: none !important;
    height: auto;
    position: inherit;
    left: auto;
    line-height: normal;
    padding: 12px 4px;
    font-size: 16px;
    color: #777;
    border-radius: 3px;
	border: 1px solid #d6d4d4;
}
#np_carrier_city_selected_value .reselect {
    display: inline-block;
    color: #0faeec;
    cursor: pointer;
    float: right;
}

#layer_data_delivery {
	font-family: 'Ubuntu', sans-serif!important;
    background-color: #fff;
    -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 2px 10px rgb(0 0 0 / 15%);
    box-shadow: 0 2px 10px rgb(0 0 0 / 15%);
    display: none;
    z-index: 5007;
    width: 80%;
    right: 0px;
    left: 0px;
    max-width: 500px;
    margin: 0 auto;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 15px;
	position: fixed!important;
    top: 15%!important;
    max-width: 560px!important;
	text-align: left;
}
.layer_data_delivery_overlay {
	display: none;
    background-color: #000;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 5005;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
    opacity: 0.2;
}
#layer_data_delivery .button-container .btn {
    margin-bottom: 10px;
    padding: 8px 19px;
    width: 100%;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    text-transform: capitalize;
    border-color: #08aeec !important;
}

#layer_data_delivery .button-container .btn:hover {
    color: #08aeec;
	background-color: #fff;
}

.layer_data_delivery_title {
    font-size: 20px;
	color: #08aeec;
}

.layer_data_delivery {
    font-size: 18px;
	margin: 10px 0;
}

.layer_data_delivery ul {
	padding-left: 22px;
}

.layer_data_delivery ul li {
    font-size: 20px;
    list-style-type: square;
    color: #08aeec;
}

.layer_data_delivery ul li span {
    color: #555;
	font-size: 14px;
}

@media (max-width: 768px) {
#layer_data_delivery .button-container .btn {
    float: none !important;
}
}