﻿.modal-header {
    z-index: 300;
}

.modal {
    display: none;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3000;
    padding: 20px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
}

    .modal.product-modal {
        -webkit-animation: modalFadeOut 0.3s forwards;
        animation: modalFadeOut 0.3s forwards;
    }

    .modal.in {
        opacity: 1;
        -webkit-animation: modalFadeIn 0.3s forwards;
        animation: modalFadeIn 0.3s forwards;
    }

.modal-dialog {
    position: relative;
    margin: 0 auto;
    border-radius: 3px;
    width: 100%;
    max-width: 61.2rem;
    background-color: #fff;
}

.modal-header {
    position: absolute;
    width: 100%;
    z-index: 5000;
    padding: 1rem 0 1.2rem;
}

    .modal-header h1,
    .modal-header h2,
    .modal-header h3,
    .modal-header h4,
    .modal-header h5,
    .modal-header h6 {
        font-size: 1.5rem;
        text-align: center;
        text-transform: uppercase;
        font-family: brown-light, sans-serif;
    }

.modal-body {
    position: relative;
    z-index: 190;
}

.modal-footer {
    padding: 1rem 0 1.2rem;
}

.modal-close {
    position: absolute;
    width: 60px;
    height: 60px;
    top: 0;
    right: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    padding: 15px;
    background-color: transparent;
    color: #000;
    text-align: center;
    z-index: 5100;
}

.layout-reversed .modal-close {
    right: auto;
    left: 0;
}

.modal-close:before {
    font-size: inherit;
    line-height: inherit;
    height: auto;
}

.modal-close:active,
.modal-close:active:focus,
.modal-close:focus {
    outline: 0;
}

.modal-close:hover {
    background-color: transparent;
    color: #000;
    opacity: 0.7;
}

#terms-conditions-modal .modal-dialog {
    font-size: 12px;
    max-width: 58.3333rem;
    border-radius: 0;
    max-height: 58.3333rem;
    padding: 30px 30px;
}

#terms-conditions-modal .buttom-center {
    text-align: center;
    display: -ms-grid;
    display: grid;
}

    #terms-conditions-modal .buttom-center .right {
        float: none;
    }

#terms-conditions-modal .button-margin {
    margin-bottom: 15px !important;
}

#terms-conditions-modal .checkbox-wrap label:after,
#terms-conditions-modal .checkbox-wrap label:before {
    top: 0 !important;
}

#terms-conditions-modal .custom-scroll {
    max-height: calc(93.6vh - 10rem - 15.2rem);
}

#terms-conditions-modal .mCSB_scrollTools_vertical {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0.3333rem;
    height: 80%;
}

#terms-conditions-modal .mCSB_draggerContainer {
    background: #ddd;
}

#terms-conditions-modal .mCSB_dragger {
    background: #000;
}

#terms-conditions-modal .button-wrapper {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 20;
    padding-top: 1.6rem;
    padding-bottom: 2rem;
    background: #fff;
}

#terms-conditions-modal .button {
    width: auto;
    min-width: 16rem;
    margin: 0;
    padding-right: 1.8rem;
    padding-left: 1.8rem;
}

#terms-conditions-modal .modal-registration-thanks-content {
    display: none;
}

.custom-select-container select::-ms-expand {
    display: none;
}

.custom-select-container select {
    display: inline-block;
    padding: 0.9375rem calc(0.9375rem + 15px) 0.9375rem 0.9375rem;
    min-height: 48px;
    background: none;
    border: 1px solid #7E8A4A;
    border-radius: 0;
    box-shadow: none;
    color: #455255;
    font-size: 0.75rem;
    line-height: 1.8;
    text-transform: uppercase;
    outline: none;
    -webkit-appearance: none;
    height: 60px;
    width: 100%;
}

html[dir='rtl'] .custom-select-container select {
    padding: 0.9375rem 0.9375rem 0.9375rem calc(0.9375rem + 15px);
}

@media screen and (min-width:600px) {
    .custom-select-container select {
        max-width: 250px;
        width: 250px;
    }
}

.custom-select-container span {
    top: 22px;
}

.custom-select {
    position: relative;
    font-family: BrownStd-Regular;
}

.custom-select select {
    display: none;
}

.select-selected {
    display: inline-block;
    padding: 0.9375rem calc(0.9375rem + 15px) 0.9375rem 0.9375rem;
    min-height: 48px;
    background: none;
    border: 1px solid #7E8A4A;
    border-radius: 0;
    box-shadow: none;
    font-size: 0.75rem;
    line-height: 1.8;
    text-transform: uppercase;
    outline: none;
    -webkit-appearance: none;
    height: 50px;
    width: 100%;
    white-space: nowrap;
}

.select-items div, select-selected {
    display: inline-block;
    padding: 0.9375rem calc(-0.0625rem + 15px) 0.9375rem 0.9375rem;
    min-height: 48px;
    border: 1px solid #7E8A4A;
    border-top: 0;
    border-bottom: 0;
    border-radius: 0;
    box-shadow: none;
    font-size: 0.75rem;
    line-height: 1.8;
    text-transform: uppercase;
    outline: none;
    -webkit-appearance: none;
    height: 50px;
    width: 100%;
    cursor: pointer;
    white-space: nowrap;
}

.select-items {
    position: absolute;
    background-color: #F5F0E6;
    left: 0;
    right: 0;
    z-index: 99;
    height: auto;
    max-height: 300px;
    overflow-x: hidden;
    border: 0px;
}

    .select-items .same-as-selected {
        background: #7E8A4A;
        color: #FFF;
    }

.select-last-item {
    border-bottom: 1px solid #7E8A4A;
}

.select-hide {
    display: none;
}

.select-items div:hover, .same-as-selected {
    background: #7E8A4A;
    color: #FFF;
}

.select-items-selected {
    background: #7E8A4A !important;
    color: #FFF !important;
}

@media screen and (min-width: 64em) {
    @supports (-ms-accelerator: true) {
        .nav-navItem.active .nav-arrow-active {
            bottom: -0.6rem;
        }
    }
}

@media screen and (min-width: 64em) {
    @supports (-ms-accelerator: true) {
        .nav-main > ul > .nav-navItem:hover .nav-arrow-active {
            bottom: -0.6rem;
        }
    }
}