/*.dropdown-options select {
    font-family: "Albert Sans";
    font-size: 16px;
    color: #3C416B;
    border: none;
    height: auto;
}*/
form#language-head {
    display: flex;
    gap: 20px;
}
.dropdown-options form#language-head label {
    margin-bottom: 7px;
}
.dropdown-options form#language-head .select2.select2-container {
    display: block;
}
.dropdown-options form#language-head .select2-container--default .select2-selection--single {
    border: none;
    height: 40px;
}
.dropdown-options form#language-head .select2-container--default .select2-selection--single .select2-selection__rendered {
    border: 1px solid #E1E4F5;
    border-radius: 12px;
    padding: 12px 14px;
    line-height: normal;
    color: #203567;
    font-size: 12px;
}
.dropdown-options form#language-head .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 43px;
    position: absolute;
    top: 0;
    right: 10px;
    width: 14px;
    align-items: center;
    display: flex;
    justify-content: center;
}
.dropdown-options form#language-head .select2-container--default .select2-selection--single .select2-selection__arrow b {
    background-image: url('../icons/down.svg');
    background-color: transparent;
    background-size: contain;
    border: none !important;
    height: 14px !important;
    width: 14px !important;
    left: unset;
    top: unset;
}

.dropdown-options form#language-head .select2-dropdown {
    border: 1px solid #E1E4F5;
    border-radius: 12px;
    padding: 13px;
    line-height: normal;
}
.dropdown-options form#language-head .select2-container--default .select2-results__option[aria-selected=true],
.dropdown-options form#language-head .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: white;
    color: #203567;
    position: relative;
}
.dropdown-options form#language-head .select2-container--default .select2-results__option[aria-selected=true]:after {
    position: absolute;
    content: "";
    background-image: url('../icons/check.svg');
    background-color: transparent;
    background-size: contain;
    border: none !important;
    height: 16px !important;
    width: 16px !important;
    left: unset;
    top: unset;
    right: 0;
}
.dropdown-options form#language-head .select2-results__option {
    padding: 12px 6px;
    background: none;
}
.dropdown-options form#language-head .btn input {
    display: flex;
    font-size: 14px;
    padding: 8px 16px 8px 16px;
    justify-content: center;
    background: #203567;
    color: white;
    border-radius: 100px;
    transition: 0.3s all;
    width: 100%;
    border: none;
    outline: none;
}
.dropdown-options form#language-head .btn input:hover {
    background: #5391FF;
}



.header-top {
    display: flex;
    gap: 20px;
    justify-content: flex-end;
    align-items: center;
}
.header-top a,
.header-top .dropdown {
    font-family: "Albert Sans";
    font-size: 13px;
    font-style: normal;
    font-weight: 450;
    color: #203567;
}
.header-top .guest {
    color: #A3A7C0;
}
/*.header-top a:hover {
    opacity: 0.7;
}*/
.header-top a img,
.header-top div img {
    position: relative;
    top: 2px;
}
.header-top span.count {
    background-color: #203567;
    color: white;
    border-radius: 15px;
    padding: 0px 8px;
    font-size: 13px;
}


/* Dropdown Button */
.header-top .dropdown {
    display: inline-block;
    position: relative;
    /* cursor: pointer; */
}

.header-top .dropdown-options {
    width: 100%;
    position: absolute;
    height: 300px;
    /* background-color: red; */
    z-index: 9999999999;
    display: none;
}
.header-top .dropdown-options .wrapper {
    display: flex;
    position: static;
    overflow: hidden;
    z-index: 1001;
    height: auto;
    background: white;
    flex-direction: column;
    padding: 20px;
    border-radius: 5px;
    gap: 20px;
    /* right: 0; */
    font-size: 12px;
    color: #203567;
    z-index: 99999;
    box-shadow: 0px 1px 24px 0px rgba(218, 220, 224, 0.40);
}
.header-top .dropdown-options a {
    font-size: 12px;
    color: #575D81;
    display: flex;
    align-items: center;
    align-content: center;
    gap: 5px;
}
.header-top .dropdown-options img {
    filter: unset!important;
    top: auto;
}

.header-top .dropdown-options .hr {
    border-bottom: 1px solid #E1E4F5;
}
.header-top .dropdown:hover .dropdown-options {
    display: block;
}



.header-top .number_item {
    color: #575D81;
    margin-bottom: -20px;
}
.header-top .total_price {
    display: flex;
    justify-content: space-between;
}
.header-top .dropdown-options .btn a {
    display: flex;
    padding: 8px 16px 8px 16px;
    font-size: 14px;
    justify-content: center;
    background: #203567;
    color: white;
    border-radius: 100px;
    transition: 0.3s all;
}
.header-top .dropdown-options .btn a:hover {
    background: #5391FF;
}

.header-top .payment_method .title {
    margin-bottom: 10px;
}
.header-top .payment_method .imgs {
    display: flex;
    gap:10px;
    margin-bottom: 10px;
}
.header-top .payment_method img {
    height: 16px;
}
