/*.select2-container.select2-container--default {
	width: 100%!important;
}*/

.select2-container .select2-selection__rendered {
	font-family: "Roobert Regular", sans-serif;
    font-weight: 400;	
	font-size: 16px;
	color: #808080!important;
}
.select2-container .select2-selection.select2-selection--single {
	border: none!important;
	width: 100%;
	height: 100%;
	    border: none !important;
    width: 100%;
    height: 100%;
    padding: 5px 16px;
    display: flex;
    align-items: center;
}


table.variations tbody.row>tr {
	margin-bottom: 0!important;
}

.select2-container .selection {
    border-radius: 10px;
    border: 0.5px solid #000;
    width: 100%;
    height: 55px;
    display: flex;
    align-items: center;
	overflow: hidden;
}
@media(max-width:767px) {
	.select2-container .selection {
		height: 43px;
	}	

	table.variations tbody.row>tr {
		margin-bottom: 15px!important;
	}	
	
	.section-product .product-description .dropdown	{
		max-width: 100%;
	}
	
	.section-product .qty-element {
		max-width: 100%;
	}
}

.select2-container.select2-container--focus  .select2-selection__rendered{
	color: #000!important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	right: 15px!important;
    top: 50%!important;
    transform: translateY(-50%)!important;
    transition: all 0.3s ease!important;
    z-index: 2!important;
    pointer-events: none!important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: block!important;
	border-color: transparent!important;
    width: 12px!important; 
    height: 8px!important; 
	border-style: none!important;
    border-width: unset!important;
    background-image: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="8" viewBox="0 0 12 8" fill="none"><path d="M6 8L12 0H10.6188L6.00002 6L1.38121 0H0L6 8Z" fill="black"/></svg>');
    background-repeat: no-repeat;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
		    transform: translateY(-50%) rotate(180deg)!important;
}

.select2-container.select2-container--default.select2-container--open
.select2-dropdown {
	pointer-events: all;
    opacity: 1;
    visibility: visible;
}

.select2-container .select2-dropdown.select2-dropdown--above{ 
    position: absolute;
    width: 100%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 9999;
    top: 8px;
    pointer-events: none;
    border: 0.5px solid #000;
    border-bottom: none;
    border-radius: 10px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    padding: 0 0 14px;
    background: #fff;
    border-bottom: none;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.select2-container .select2-dropdown.select2-dropdown--below {
    position: absolute;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 9999;
	top: 25px;
	top: -7px;
    pointer-events: none;
    border: 0.5px solid #000;
    border-top: none;
    border-radius: 10px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    padding: 0 0 14px;
    background: #fff;
}


.select2-container  .select2-results__option {
	padding: 5px 16px;
    justify-content: flex-start;
	display: flex;
	font-family: "Roobert Regular", sans-serif;
    font-weight: 400;	
	font-size: 16px;
	color: #808080!important;
    white-space: nowrap;
	min-height: 45px;
    align-items: center;
}

.select2-container  .select2-results__option:hover {
	color: #000!important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
	background: #fff!important;
	color: #000!important;
}
.select2-results {
	margin-top: 10px;
    padding-left: 10px;
}

.select2-container--default .select2-results__option--selected {
    background: transparent !important;
}



/*--- Чекаут, Нова пошта  ---*/
.wc-ukr-shipping-np-fields .wc-urk-shipping-form-group {
	padding: 0 5px 20px!important;
    margin-top: -10px;
}

.wc-ukr-shipping-np-fields {
    margin-bottom: 50px;
}

.wc-ukr-shipping-np-fields>h3 {
	font-size: 20px!important;
    margin: 0 0 24px!important;
    display: block!important;
    color: #666!important;
} 
@media (max-width: 991px) {
	.wc-ukr-shipping-np-fields>h3 {
		margin: 0 0 21px!important;
	}	
}
@media (max-width: 767px) {
	.wc-ukr-shipping-np-fields>h3 {
		font-size: 16px!important;
		margin: 0 0 11px!important;
	}	
}

.wc-ukr-shipping-np-fields .woocommerce-input-wrapper {
	max-width: 100%;
}

.wc-ukr-shipping-np-fields .select2-container .selection {
    width: 100%;
    display: flex;
    align-items: center;
    overflow: hidden;
	border-radius: 20px;
    border: 1px solid #B8309E;
    height: 70px;
	margin: 0 0 25px;
}

.wc-ukr-shipping-np-fields .select2-container--default .select2-selection--single .select2-selection__arrow {
	transform: translateY(-100%)!important;
}

.wc-ukr-shipping-np-fields .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
	transform: translateY(-100%) rotate(180deg)!important;
}
#wcus_np_billing_custom_address_field {
	display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 24px 10px 16px;
    border-radius: 20px;
    border: 1px solid #B8309E;
    height: 70px;
    margin: 0 
}	
#wcus_np_billing_custom_address_field span,
#wcus_np_billing_custom_address_field input {
	box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: normal;
}

@media(max-width:767px) {
	#wcus_np_billing_custom_address_field, 
	.wc-ukr-shipping-np-fields .select2-container .selection {
		height: 44px;
		border-radius: 12px;
	}	

	.section-order .checker-item:nth-child(2) .checker-head .check .checkmark {
		margin-top: 0;
	}	
}

.wc-ukr-shipping-checkbox{
	display: flex;
    align-items: center;
}
.wc-ukr-shipping-checkbox:hover{
	cursor: pointer;
}

body.woocommerce-checkout .select2-container .select2-dropdown.select2-dropdown--above {
	border: 1px solid #B8309E!important;
	border-bottom: none!important;
	top: -5px!important;
}
body.woocommerce-checkout .select2-container .select2-dropdown.select2-dropdown--below {
	top: -39px!important;
	border: 1px solid #B8309E!important;
	border-top: none!important;
}


body.woocommerce-checkout .select2-search--dropdown {
	padding: 13px!important;
}

body.woocommerce-checkout .select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid #B8309E!important;
	height: 40px!important;
}

body.woocommerce-checkout .select2-container--default .select2-results__option--highlighted[aria-selected], 
body.woocommerce-checkout .select2-container--default .select2-results__option--highlighted[data-selected] {
	background-color: #B8309E!important;
	color: #fff!important;
	margin-right: 10px!important;
}

body.woocommerce-checkout  .select2-container .select2-results__option {
	margin-right: 10px!important;	
}

