body {
    font-family: Verdana, Arial;
    font-size: 12px;
    margin: 0;
    padding: 0;
}

a, a:VISITED {
    color: #000000;
    text-decoration: none;
}

a:HOVER {
    color: #000066;
    text-decoration: underline;
}

.bold, .caption, .form_button, .th, .button, .errMess, .subTitle, .subSubTitle {
    font-weight: bold;
}

.hand {
    cursor: pointer;
}

.width50 {
    width: 50px;
}

.width100 {
    width: 100px;
}

.width150 {
    width: 150px;
}

.width200 {
    width: 200px;
}

.width250 {
    width: 250px;
}

.width300 {
    width: 300px;
}

.width350 {
    width: 350px;
}

.width400 {
    width: 400px;
}

.width450 {
    width: 450px;
}

.width500 {
    width: 500px;
}

.maxWidth50 {
    max-width: 50px;
}

.maxWidth100 {
    max-width: 100px;
}

.maxWidth150 {
    max-width: 150px;
}

.maxWidth200 {
    max-width: 200px;
}

.maxWidth250 {
    max-width: 250px;
}

.maxWidth300 {
    max-width: 300px;
}

.maxWidth350 {
    max-width: 350px;
}

.maxWidth400 {
    max-width: 400px;
}

.maxWidth450 {
    max-width: 450px;
}

.maxWidth500 {
    max-width: 500px;
}

.maxWidth600 {
    max-width: 600px;
}

.width600 {
    max-width: 600px;
}

.width700 {
    max-width: 700px;
}

.width800 {
    max-width: 800px;
}

.width900 {
    max-width: 900px;
}

.caption {
    padding-right: 5px;
}

.center, .errMess {
    text-align: center;
}

.right {
    text-align: right;
}

.left {
    text-align: left;
}

.floatRight {
    float: right;
}

.floatLeft {
    float: left;
}

.noStyle {
    border-width: 0px;
    background-color: transparent;
}

.text9 {
    font-size: 9px;
}

.text10 {
    font-size: 10px;
}

.text11, .caption, input, select, textarea {
    font-size: 11px;
}

.text12, .infoTable, .th, .button, .errMess, a {
    font-size: 12px;
}

.text13 {
    font-size: 13px;
}

.text14 {
    font-size: 14px;
}

.text-xs {
    font-size: 80%;
}

.text-sm {
    font-size: 90%;
}

.text-md {
    font-size: 115%;
}

.text-lg {
    font-size: 130%;
}

.noStyle {
    background-color: transparent;
    border-width: 0px;
}

.black {
    color: #000000;
}

.white {
    color: #ffffff;
}

.red {
    color: #ff0000;
}

.grey {
    color: grey;
}

.maroon {
    color: #880000;
}

.orange {
    color: #f19f36;
}

.underlined {
    text-decoration: underline;
}

.clear {
    clear: both;
}

.notBold {
    font-weight: normal;
}

.autoCenter {
    margin: 0px auto;
}

.p5 {
    padding: 5px;
}

.p10 {
    padding: 10px;
}

.errMess {
    color: maroon;
}

.whiteBack {
    background-color: white;
}

.hidden {
    display: none;
}


.search-popup {
    position: fixed;
    right: 0;
    left: 0;
    top: -999px;
    bottom: auto;
    width: 100%;
    max-width: 550px;
    height: 0;
    text-align: left;
    background-color: #fff;
    z-index: 1000;
}

.search-popup.active {
    top: 0;
    bottom: 0;
    left: auto;
    height: 100%;
}

.search-popup__header-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
    padding: 15px;
    border-bottom: 1px solid #f2f2f2;
}

.search-popup__header-mobile-text {
    font-size: 600px;
    font-size: 18px;
}

.search-popup__close {
    cursor: pointer;
}

.search-popup__form {
    height: 100%;
}

.search-popup__wrap-input {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    padding: 0 15px;
}

.search-popup__input {
    display: block;
    width: 100%;
    min-width: 100px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.5;
    color: #495057;
    border: 1px solid #ced4da;
    border-radius: 0;
    background-clip: padding-box;
    background-color: #fff;
}

.search-popup__input:focus {
    color: #495057;
    outline: 0;
    border-color: #579f00;
    background-color: #fff;
}

.search-popup__input::placeholder {
    color: #a4a4a4;
}

.search-popup__submit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #579f00;
    border: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.search-popup__result-wrap {
    height: calc(100% - 133px);
    overflow-y: auto;
    z-index: 950;
}

.search-popup .mod-search-result__result-wrap {
    padding-top: 0;
}

.search-popup .lds-dual-ring {
    position: absolute;
    top: 5px;
    right: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 30px;
    height: 30px;
}

.search-popup .lds-dual-ring:after {
    width: 25px;
    height: 25px;
    margin: 0;
    border-width: 2px;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.search-popup .msr-beforesend .lds-dual-ring {
    -webkit-animation: lds-dual-ring 1.2s linear infinite;
    animation: lds-dual-ring 1.2s linear infinite;
}

.search-popup .msr-beforesend .lds-dual-ring:after {
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.search-popup svg {
    display: block;
}

.reset-button {
    width: auto;
    margin: 0;
    padding: 0;
    color: inherit;
    font: inherit;
    line-height: normal;
    border: none;
    background: transparent;
    overflow: visible;
}

.search-popup-toggle {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
    padding: 10px;
    color: #333;
    font-weight: 600;
    font-size: 20px;
    cursor: pointer;
}

@media (min-width: 768px) {
    .search-popup-toggle {
        display: none;
    }
}

.search-popup-toggle__item-icon {
    margin-right: 6px;
}

.search-popup-toggle__item-icon svg {
    display: block;
}

.mod-search-result__product:hover {
    text-decoration: none;
}

.page-overlay {
    position: fixed;
    background-color: #0f0f0f;
    opacity: 0;
    z-index: 2;
    transition: .3s;
}

.page-overlay.active {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .4;
    transition: .3s;
}

.lds-dual-ring {
    position: absolute;
    top: 5px;
    right: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
}

.lds-dual-ring.active {
    -webkit-animation: lds-dual-ring 1.2s linear infinite;
    animation: lds-dual-ring 1.2s linear infinite;
}

.lds-dual-ring:after {
    width: 25px;
    height: 25px;
    margin: 0;
    border-width: 2px;
    opacity: 0;
    transition: opacity .3s;
}

@-webkit-keyframes lds-dual-ring {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes lds-dual-ring {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#searchContainer {
    position: relative;
    display: flex;
    justify-content: right;
    margin: 10px 25px 10px 25px;
    white-space: normal;
}

@media (min-width: 1200px) {
    margin: 10px 25px 0 25px;
}

#searchContainer .ff_search_form {
    display: none;
    box-sizing: border-box;
}

@media (min-width: 768px) {
    #searchContainer .ff_search_form {
        display: block;
        width: 100%;
    }
}

#searchContainer .mod-search-result {
    position: absolute;
    top: -15px;
    left: -15px;
    right: -15px;
    text-align: left;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.16);
    border-radius: 3px;
    background-color: #fff;
    z-index: 900;
}

#searchContainer .mod-search-result__result-wrap {
    padding: 25px;
}

#searchContainer.msr-active .mod-search-result {
    padding-top: 65px;
}

.search-page__overlay {
    position: fixed;
    background-color: #0f0f0f;
    opacity: 0;
    z-index: 25;
    transition: 0.3s;
}

.active .search-page__overlay {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.4;
    transition: 0.3s;
}

.lds-dual-ring {
    position: absolute;
    top: 2px;
    right: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
}

.lds-dual-ring:after {
    content: "";
    width: 25px;
    height: 25px;
    margin: 0;
    border-width: 2px;
    opacity: 0;
    transition: opacity 0.3s;
    border-radius: 50%;
    border: 3px solid #579f00;
    border-color: #579f00 transparent #579f00 transparent;
}

.msr-beforesend .lds-dual-ring {
    animation: lds-dual-ring 1.2s linear infinite;
}

.msr-beforesend .lds-dual-ring:after {
    opacity: 1;
    transition: opacity 0.3s;
}

/* Custom */
.form-group--flex {
    position: relative;
    display: flex;
    z-index: 950;
}

.input-100 {
    width: 100%;
}

.reset-button {
    width: auto;
    margin: 0;
    padding: 0;
    color: inherit;
    font: inherit;
    line-height: normal;
    border: none;
    background: transparent;
    overflow: visible;
}

#searchContainer .p5 {
    margin: 0 5px;
}

.majc__btn {
    padding: 1.3rem 0.75rem !important;
    color: white !important;
    font-weight: bold !important;
    background-color: #f19f36 !important;
    font-size: 18px !important;
    text-decoration: none;
}
.majc__btn:hover {
    text-decoration: none;
}

.majc {
    z-index: 150000000000;
}

.add-cart-btn {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 10px 15px !important;
    color: white;
    font-weight: bold !important;
    background-color: #f19f36;
    border: 0px;
    font-size: 16px;
    text-align: center;
    cursor: pointer !important;
}

#jform_captcha-lbl{
    display: none;
}
