.contact-select{
    border: 1px solid #ececec;
    width: 100%;
    height: 41px;
    border-radius:5px;
}
.active-1{
    border-bottom: 4px solid white;
}
.active-2{
    border-bottom: 4px solid black;
}
@media only screen and (max-width: 600px) {
    .captcha{
        transform:scale(0.80);
        -webkit-transform:scale(0.80);
        transform-origin:0 0;
        -webkit-transform-origin:0 0;
    }
    .text-sm-white{
        color: white !important;
    }
    .product-image{
        height: auto !important;
    }
}

/* ===================================
            search popup
=================================== */
.search {vertical-align: sub;}

.open_search {
    cursor: pointer;
    color: #FFFFFF;
    display: inline-block;
    padding: 10px;
    font-size: 18px;
    position: relative;
    transform: translateX(-36px);
}

@media (min-width: 992px) {
    .open_search {
        transform: translateX(0px); 
    }
}

.search_block {
    position: fixed;
    z-index: 1;
    width: 100%;
    height: 100vh;
    opacity: 0;
    display: none;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    justify-content: center;
    align-items: center;
    background-color: #002E5B;

}

.search_block.visible {
    opacity: 1;
    display: flex;
}

.search_block.visible .search_box {
    opacity: 1;
    top: 0;
    transform: scale(1);
}

.search_block .overlayer {
    background-color: #002E5B;
    position: fixed;
    cursor: url(../images/overlay-close.png), auto;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.search_block .inner {
    display: flex;
    justify-content: center;
    align-items: stretch;
}

input, select, textarea {background-color: #002E5B; font-size: 20px;}
.inner input, select, textarea::placeholder {color: #FFFFFF !important;}
.search_block input::-webkit-input-placeholder {
    color: #FFFFFF !important;
}

.search_block input:-moz-placeholder { /* Firefox 18- */
    color: #FFFFFF !important;
}

.search_block input::-moz-placeholder {  /* Firefox 19+ */
    color: #FFFFFF !important;
}

.search_block input:-ms-input-placeholder {
    color: #FFFFFF !important;
}

.search_box {
    background-color: #002E5B;
    opacity: 0;
    display: inline-block;
    padding: 10px;
    position: relative;
    text-align: center;
    top: -120px;
    transform: scale(1.05);
    transition: all 0.4s ease 0s;
    z-index: 10;
    max-width: 700px;
    width: 100%;
}

.search_box .search_input {
    border: 3px solid #002E5B;
    border-bottom: 1px solid;
    box-sizing: border-box;
    display: inline-block;
    height: 80px;
    line-height: 2;
    font-family: 'Roboto', sans-serif;
    outline: medium none;
    padding: 10px 10px 10px 0px;
    width: 100%;
    transition: all 0.45s ease 0s;
    -webkit-appearance: none;
    border-radius: 0;
}

.search-form .search-input {
    font-size: 30px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 200;
}

#search ::placeholder {
    color: #FFFFFF;
    opacity: 1;
}

.search_icon {
    background-color: transparent;
    border: medium none;
    color: #FFFFFF;
    font-size: 28px;
    line-height: 38PX;
    padding: 8px;
}

.search_icon:hover {color: #FFFFFF;}

.search_icon:focus {color: #FFFFFF;}

.search_block input::-webkit-input-placeholder {
    color: #999;
    font-style: normal;
}

.search_block input:-moz-placeholder {
    /* Firefox 18- */
    color: #999;
    font-style: normal;
}

.search_block input::-moz-placeholder {
    /* Firefox 19+ */
    color: #999;
    font-style: normal;
}
.search_block input:-ms-input-placeholder {
    color: #999;
    font-style: normal;
}

.search_block input, select, textarea {margin :0;}

/* ======================================
    Dropdown menu
====================================== */

.dropdown-menu {
    max-width: 100%;

}

.dropdown-menu .dropdown-item {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0 1rem 0 1.4rem !important;
}

.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus {
    padding: 0 1rem 0 1.8rem !important;
}

.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.object-center {
    object-position: center;
}

.object-contain {
    object-fit: contain;
}

/* =========================================
Sizing
========================================= */
/* Width */
.w-70 {
    width: 70px;
}

/* Height */
.h-70 {
    height: 70px;
}


@media (min-width: 992px) {
    .w-lg-120 {
        width: 120px;
    }

    .h-lg-120 {
        height: 120px;
    }
}
