:root {
    --primary-color: #448DE5;
    --primary-dark-color: #1655A2;
}
@font-face {
    font-family: Avenir;
    src: url('../fonts/Avenir-Medium-09.ttf');
}
body {
    font-family: Avenir;
}

a, button {
    transition: 0.3s ease all;
    cursor: pointer;
    text-decoration: none !important;
}

.btn-primary {
    background: var(--primary-color);
}

.header-list {
    padding: 30px;
    transition: 0.3s ease all;
}

.header-list .nav {
    justify-content: center;
}

.spanish-div {
    margin-bottom: 20px;
}

.spanish-div img {
    height: 45px;
    margin-right: 15px;
}

.header-list .nav .nav-item .nav-link {
    color: #000000;
    opacity: 0.7;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.25rem;
    letter-spacing: 0.125rem;
    position: relative;
    padding: 0 8px 0 0;
    margin-right: 10px;
}

.item-detail-border {
    border-bottom: 2px solid #e5e5e5;
    margin-bottom: 10%;
}

.inner-header .header-list .nav {
    justify-content: flex-end;
}

.header-list .nav .nav-item.active a.nav-link, .header-list .nav .nav-item a.nav-link:hover {
    opacity: 1;
    font-weight: 600;
}

.header-list .nav .nav-item a.nav-link:before {
    content: "";
    width: 50%;
    height: 0.125rem;
    position: absolute;
    bottom: -3px;
    left: 0;
    opacity: 0;
    transition: 0.3s ease all;
    background: var(--primary-color);
}

.header-list .nav .nav-item.active > a.nav-link:before, .header-list .nav .nav-item > a.nav-link:hover:before,
.header-list .product-mobile-menu .nav .nav-item a.nav-link.active:before {
    opacity: 1;
}

.inner-header {
    padding: 0 1rem 0 1rem;
    transition: 0.3s ease all;
    position: fixed;
    top: 0;
    background: #ffffff;
    z-index: 20;
}

.inner-header.fixed-header {
    box-shadow: 0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.09);
}

.inner-header.fixed-header .header-list {
    padding: 1rem 2rem;
    display: flex;
    align-items: center;
}

.inner-header .logo-inner-div {
    display: flex;
    justify-content: center;
    padding-top: 5px;
    align-items: center;
}

.inner-header .logo-inner-div a {
    display: inline-block;
}

.inner-header .logo-inner-div img {
    max-width: 11.25rem;
}

.logo-div {
    height: calc(100% - 100px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 5%;
}

.logo-content {
    width: 40%;
    text-align: center;
}

.logo-content img {
    height: 5.313rem;
    margin-bottom: 50%;
}

.logo-content p {
    margin-top: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: rgba(7, 25, 48, 0.7);
    opacity: 0.5;
}

.logo-content .btn-primary {
    font-size: 0.875rem;
    width: 100%;
    border-radius: 0;
    text-transform: uppercase;
}

.banner-img {
    text-align: right;
}

.banner-img .carousel-item {
    height: 100%;
    overflow: hidden;
}

.banner-img .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.carousel-caption {
    bottom: auto;
    top: 25%;
    left: auto;
    right: 16%;
}

.carousel-caption h4, .carousel-caption p {
    color: var(--primary-dark-color);
}


.carousel-indicators li {
    width: 0.688rem;
    height: 0.688rem;
    border-radius: 50%;
    margin: 0 0.438rem;
}

.heading-div {
    display: flex;
    align-items: center;
}

.heading-div a {
    display: flex;
    align-items: center;
    padding: 0.625rem;
    text-decoration: none !important;
}

.heading-div h4 {
    display: inline-block;
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 2px;
    color: #000000;
}

.heading-div h4 img {
    height: 1.375rem;
    display: inline-block;
    margin-right: 0.313rem;
}

.heading-div .explore-icon {
    display: inline-block;
    margin-left: 0.313rem;
    color: #bdbdbd;
}

.heading-div .explore-icon i {
    display: inline-block;
    margin-left: 0.313rem;
}

.heading-div .explore-icon p {
    display: none;
    margin-bottom: 0;
    color: var(--primary-color);
}

.heading-div a:hover .explore-icon p {
    display: inline-block;
}

.heading-row {
    padding: 0.938rem 0 1.563rem;
    margin: 0;
}

.heading-row .nav-tabs {
    border: none;
    width: 95%;
}

.heading-row .nav-tabs.nav-tabs-inner {
    display: inline-block;
    padding: 0 15px 10px;
    text-align: center;

}

.heading-row .nav-tabs .nav-link {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 500;
    border: none;
    padding: .5rem 0;
    text-align: center;
    letter-spacing: 1px;
    color: #4F4F4F;
    opacity: 0.7;
    position: relative;
}

.heading-row .nav-tabs .nav-link:hover {
    color: #000000;
    font-weight: 600;
}

.heading-row .nav-tabs .nav-item.show .nav-link, .heading-row .nav-tabs .nav-link.active {
    border: none;
    opacity: 1;
    font-weight: 600;
    color: #000000;
}

.heading-row .nav-tabs .nav-link:after {
    content: "";
    width: 50%;
    height: 0.125rem;
    background: var(--primary-color);
    position: absolute;
    bottom: -7px;
    left: 0;
    margin: auto;
    transition: 0.3s ease all;
    opacity: 0;
    right: 0;
}

.heading-row .nav-tabs .nav-link.active:after, .heading-row .nav-tabs .nav-link:hover:after {
    opacity: 1;
}

.heading-row .nav-tabs .nav-item {
    margin: 0;
    display: inline-block;
    padding: 0 10px;
}

/*.tab-pane .row .col-sm-3:nth-child(2) .tab-image-div{*/
/*    background: #E0E0E0;*/
/*}*/
/*.tab-pane .row .col-sm-3:nth-child(3) .tab-image-div{*/
/*    background: #F6F5F5;*/
/*}*/
/*.tab-pane .row .col-sm-3:nth-child(4) .tab-image-div{*/
/*    background: #E0E0E0;;*/
/*}*/

.tab-image-div {
    width: 100%;
    padding: 10px 15px 0;
    text-align: center;
    transition: 0.3s ease;
    height: auto;
    display: inline-block;
    position: relative;
    border: 1px solid transparent;
    overflow: hidden;
}

.tab-image-div.product-card-gray {
    background: #D3D3D3;
    border-radius: 8px;
}

.tab-image-div.product-card-white {
    background: #FFFFFF;
    border-radius: 8px;
}

.tab-image-div.category-small-detail.product-card-gray {
    background: #FFFFFF;
}

.tab-image-div.category-small-detail.product-card-gray:hover {
    border-color: transparent;
}

.tab-image-div.category-small-detail.product-card-gray:hover .search-icon {
    display: none;
}

.tab-image-div.product-card-gray:hover {
    /*border-color: #448DE5;*/
    background: #FFFFFF;
    box-shadow: 0 3px 1px rgba(0, 0, 0, 0.04), 0 3px 8px rgba(0, 0, 0, 0.12);
}

.tab-image-div.product-card-gray:hover .search-icon {
    opacity: 1;
}

.search-icon {
    top: 0;
    right: 5px;
    opacity: 0;
    transition: 0.3s ease all;
}

.tab-image-div .search-icon img {
    height: 18px;
}

.tab-image-div.category-small-detail h6 {
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 2px;
    color: #000000;
}

.tab-image-div.category-small-detail p {
    font-size: 13px;
    line-height: 17px;
    color: rgba(7, 25, 48, 0.7);
    opacity: 0.5;
}

.tab-image-div.category-small-detail .common-btn {
    height: 36px;
    background: #448DE5;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    font-size: 12px;
    line-height: 16px;
}

.tab-image-div.category-small-detail img {
    height: 135px;
}

.tab-image-div img {
    height: 300px;
}

.tab-image-div img.hover-image, .item-detail a p {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0;
    margin: auto;
}

.item-detail a:hover img {
    opacity: 0;
}

.item-detail a:hover img.hover-image, .item-detail a:hover p {
    opacity: 1;
}

.tab-header {
    margin: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.tab-content {
    padding-bottom: 1rem;
}

.tab-content .tab-pane a {
    display: inline-block;
    width: 100%;
}

.footer-fluid {
    background: #071930;
    padding: 2rem 1.5rem;
}

.footer-list ul {
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}

.footer-list {
    padding: 0;
}

.footer-list ul li a {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 0.7rem;
    /*line-height: 1.25rem;*/
    letter-spacing: 0.125rem;
    color: #FFFFFF;
    display: inline-block;
    margin: 0 15px;
    padding: 0 8px;
}

.contact-btn {
    text-align: right;
}

.footer-list p {
    margin: 3rem 0 0;
    text-align: center;
    font-weight: 500;
    font-size: 0.75rem;
    line-height: 1rem;
    color: #FFFFFF;
    opacity: 0.6;
}

.footer-contact {
    background: var(--primary-color);
    display: inline-block;
    padding: 0.313rem 2.063rem;
    line-height: 24px;
    text-decoration: none !important;
    height: 2.063rem;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 0.875rem;
    letter-spacing: 0.125rem;
    color: #FFFFFF;
    border-radius: 0.125rem;
}

.footer-contact:hover {
    color: #ffffff;
    background: #000000;
}

.scroll-top-btn {
    position: fixed;
    bottom: 10%;
    right: 1.25rem;
    background: #9E9E9E;
    color: #ffffff;
    border: none;
    height: 3.75rem;
    width: 3.75rem;
    border-radius: 50%;
    display: none;
    z-index: 99;
    box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.2);
    opacity: 0.3;
}

.inner-heading {
    padding: 2rem 0;
}

.inner-tabs.heading-row {
    padding: 0 1rem 2rem;
}

.inner-heading h3 {
    font-size: 2.5rem;
    text-align: center;
    text-transform: uppercase;
}

.inner-tabs .tab-header {
    justify-content: center;
}

.inner-tab-content {
    padding-top: 10rem;
}

.inner-tab-content .tab-image-div {
    margin-bottom: 0.5rem;
}

.contact-row {
    align-items: center;
    justify-content: center;
    height: calc(100% - 100px);
}

.contact-banner {
    padding: 0;
    text-align: left;
    overflow: hidden;
}

.contact-banner img {
    height: 100%;
    width: 100%;
}

.contact-banner #contact-img img {
    width: 100%;
    height: 100%;
}

.contact-div {
    width: 60%;
    padding: 0 15px;
}

.contact-form .submit-btn {
    color: #ffffff;
    width: 60%;
    margin: 0.813rem 0;
    background: #1655A2;
    box-shadow: 0 0.125rem 0.938rem rgba(0, 0, 0, 0.12);
    border-radius: 0.25rem;
    height: 2.75rem;
    font-size: 0.875rem;
    line-height: 1.188rem;
    text-align: center;
    letter-spacing: 0.125rem;
}

.contact-form input.form-control {
    margin: 0.813rem 0;
    display: inline-block;
    font-size: 0.875rem;
    background: #F2F2F2;
    border-radius: 0.25rem;
    border-color: #f2f2f2;
    height: 2.75rem;
    padding: 0.625rem;
    box-shadow: none;
    -webkit-appearance: none;
}

.custom_radio {
    margin: 0;
    display: flex;
}

.custom_radio input[type="radio"] {
    display: none;
}

.custom_radio input[type="radio"] + label {
    position: relative;
    display: inline-block;
    padding-left: 1.5em;
    margin-right: 1em;
    cursor: pointer;
    line-height: 1em;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.custom_radio input[type="radio"] + label:before,
.custom_radio input[type="radio"] + label:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.custom_radio input[type="radio"] + label:after {
    border: 2px solid #1655A2;
}

.custom_radio input[type="radio"] + label:before {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    box-shadow: inset 0 0 0 0.2em white, inset 0 0 0 1em white;
}

.custom_radio input[type="radio"] + label:hover:before {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    box-shadow: none;
}

.custom_radio input[type="radio"]:checked + label:before {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    box-shadow: none;
}

.custom_radio input[type="radio"]:checked + label:after,
.custom_radio input[type="radio"] + label:hover:after {
    border: 5px solid #1655A2;
}


.contact-form textarea {
    margin: 0.813rem 0;
    font-size: 0.875rem;
    background: #F2F2F2;
    border-radius: 0.25rem;
    border-color: #f2f2f2;
    height: 8rem;
    padding: 0.625rem;
    resize: none;
    box-shadow: none;
    -webkit-appearance: none;
}

.contact-form .submit-btn:hover {
    border-color: var(--primary-dark-color);
    color: var(--primary-dark-color);
    background: #ffffff;
}

.contact-info {
    width: 40%;
    margin: 2rem auto 1rem;
}

.contact-detail {
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
    padding-left: 2.5rem;
}

.contact-detail img {
    margin-right: 0.625rem;
}

.product-detail-div {
    padding-bottom: 2rem;
}

.product-detail-div h4 {
    font-weight: 700;
    font-size: 2rem;
}

.product-detail-div .sub-detail {
    color: var(--primary-dark-color);
    font-weight: 700;
    text-transform: uppercase;
}

.product-detail-div .price-head {
    font-size: 2.5rem;
    font-weight: 600;
    margin: 2rem 0;
}

.sku-div {
    margin-top: 45px;
}

#variant_detail {
    padding: 60px 15px 45px;
}

.product-detail-div .sku-div p, .product-detail-div .select-color-div p {
    font-weight: 600;
    margin: 0;
    color: #999999;
}

.product-detail-div .select-color-div {
    display: block;
float: right;
}

.product-detail-div .select-color-div p {
    display: inline-block;
    margin-right: 10px;
    float: left;
}

.product-detail-div .sku-div span, .product-detail-div .select-color-div span {
    color: #000000;
}

.select-color-div {
    padding: 2.188rem 0 0.625rem;
}
.product-colour {
    float: left;
}
.product-colour .color-container {
    width:40%;
    display: inline-block;
}

.desc-sub-heading {
    margin: 2rem 0;
}

.description-div.product-detail {
    border: 0.063rem solid #dbdbdb;
    padding: 0.938rem;
}

.description-div p {
    margin-bottom: 0.313rem;
    font-size: 0.875rem;
    line-height: 1.125rem;
    font-weight: 800;
    color: #000000;
}

.description-div p span {
    color: #646464;
}
.description-div.product-description-div{
    margin-top: 115px ;
}
.region-div {
    padding: 1.563rem 0.938rem;
}

.region-div p {
    margin-bottom: 0.313rem;
    color: #646464;
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 800;
}

.region-div p span {
    color: #000000;
}

.product-slider .carousel-indicators li::before, .product-slider .carousel-indicators li::after {
    display: none;
}

.product-slider .carousel-inner {
    height: 300px;
}

.product-slider .carousel-indicators li {
    width: 8.125rem;
    height: 7.125rem;
    border-radius: 0;
    text-align: center;
    background: #ffffff;
    padding: 0.313rem;
    margin: 0 0.313rem;
    border: 0.063rem solid transparent;
    transition: 0.4s ease all;
    overflow: hidden;
    display: inline-block;
}

.product-slider .carousel-indicators li img {
    display: block;
    height: 100%;
    margin: auto;
    transition: 0.4s ease all;
    transform: scale(1);
    padding: 10px;
}

.product-slider .carousel-indicators .active img {
    transform: scale(1.2);
}

.product-slider .carousel-item {
    text-align: center;
}

.product-slider .carousel-item img {
    max-height: 20rem;
}

.product-slider .carousel-indicators {
    position: static;
    width: 100%;
    left: 0;
    right: auto;
    margin: 3rem 0 1rem;
    align-items: center;
    justify-content: center;
    display: block;
    white-space: nowrap;
    overflow: auto;
}

.product-slider .carousel-indicators .active {
    border-color: var(--primary-color);
    box-shadow: 0 0 0.438rem rgba(0, 0, 0, 0.09);
}

.color-option {
    display: inline-block;
    float: left;
}

.color-option input[type="radio"] {
    display: none;
}

.color-option.blue input[type="radio"]:checked + label {
    border-color: #5697AC;
}

.color-option.gray input[type="radio"]:checked + label {
    border-color: #cccccc;
}

.color-option label {
    border: 0;
    display: inline-block;
    width: 1.8rem;
    height: 1.13rem;
    margin-left: 6px;
    margin-bottom: 0;
    cursor: pointer;
    border-radius: 0;
    overflow: hidden;
    padding: 0.125rem 0;
    float: left;
    border-bottom: 0.125rem solid transparent;
    position: relative;
}

.color-option label span {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 0;
    transition: transform .2s ease-in-out;
}

.color-option label span.blue {
    background: #5697AC;
}

.color-option label span.gray {
    background: #cccccc;
}

.owl-stage-outer {
    padding: 0.938rem;
}

.owl-carousel .owl-item img {
    width: 100%;
    margin: auto;
    height: 250px;
    object-fit: contain;
}

.owl-carousel.hm-slider .owl-item img {
    transform: scale(1.4);
}

.owl-carousel.owl-drag .owl-item .item {
    padding: 8px;
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
    width: 3.125rem;
    height: 3.125rem;
    position: absolute;
    top: 35%;
    border-radius: 50%;
    background: #f2f2f2;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease;
    box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
    opacity: 0;
}

.owl-carousel:hover .owl-nav button.owl-prev, .owl-carousel:hover .owl-nav button.owl-next {
    opacity: 1;
}

.owl-carousel .owl-nav button.owl-prev:focus,
.owl-carousel .owl-nav button.owl-next:focus,
.owl-theme .owl-dots .owl-dot:focus {
    outline: none;
}

.owl-carousel .owl-nav button.owl-prev span, .owl-carousel .owl-nav button.owl-next span {
    font-size: 1.563rem;
    cursor: pointer;
}

.owl-carousel .owl-nav button.owl-prev {
    float: left;
    left: 0.938rem;
}

.owl-carousel .owl-nav button.owl-next {
    float: right;
    right: 0.938rem;
}

.product-btm-menu {
    max-height: 23.125rem;
    overflow: auto;
    padding: 0 8%;
    margin: 1rem 0 0;
}

.product-menu-list h5 {
    color: var(--primary-color);
    min-height: 30px;
    margin: 0;
    font-size: 14px;
    line-height: 20px;
}

.product-menu-list {
    display: inline-block;
    width: 20%;
    text-align: center;
    margin-bottom: 15px;
}

.product-menu-list ul {
    list-style: none;
    padding: 0 0.5rem 0.5rem;
}

.product-menu-list ul li a {
    display: inline-block;
    color: #000000;
    padding: 0.25rem;
    font-size: 12px;
    line-height: 29px;
    text-align: center;
    letter-spacing: 2px;
    width: 100%;
    text-transform: uppercase;

}

.product-list-img {
    text-align: center;
    width: 100%;
    min-height: 45px;
}

.product-list-img img {
    height: 50px;
}

::-webkit-scrollbar {
    width: 0.525rem;
    height: 0.45rem;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 0.375rem rgba(0, 0, 0, 0.3);
    border-radius: 3.125rem;
    background: #F4F5F8;
}

::-webkit-scrollbar-thumb {
    background-color: #9E9E9E;
    outline: 0.063rem solid #9E9E9E;
    border-radius: 3.125rem;
}


.p-name {
    font-size: 13px;
    font-weight: 800;
    color: var(--primary-dark-color);
    margin-bottom: 0;
    position: relative;
    z-index: 9;
    float: left;
    width: 100%;
}

.p-category-name {
    font-size: 10px;
    color: var(--gray);
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
    float: left;
}

.select-color-div.select-color-div-2 {
    margin-bottom: 30px;
}

.hide {
    display: none !important;
}

.form-submit-alert {
    position: fixed;
    top: 5rem;
    right: 0.625rem;
    margin: auto;
    width: 48.5%;
    text-align: center;
    z-index: 9999;
}

.mt-100 {
    margin-top: 6.25rem;
}

.contact-div h5 {
    font-weight: 800;
    font-size: 1rem;
    line-height: 1.375rem;
    letter-spacing: 0.125rem;
    color: #000000;
}

.contact-div .spanish-div h5 {
    color: #009CDA;
}

.contact-div .color-primary-div p {
    color: #009CDA;
}

.banner-img-slider .carousel .carousel-indicators li {
    border: 0;
    width: 15px;
    height: 15px;
    background: #333333;
    opacity: 0.5;
}

.banner-img-slider .carousel .carousel-indicators li.active {
    opacity: 1;
}

.banner-img-slider .carousel .carousel-inner .carousel-item img {
    height: auto;
    width: 100%;
}

.carousel-custom {
    overflow: hidden;
}

.banner-main-slider-fluid {
    padding-top: 72px;
}

.banner-img-slider .carousel .carousel-control-prev,
.banner-img-slider .carousel .carousel-control-next {
    background: rgba(255, 255, 255, 0.5);
    width: 36px;
    height: 140px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.banner-img-slider .carousel .carousel-control-prev:hover,
.banner-img-slider .carousel .carousel-control-next:hover,
.banner-img-slider .carousel .carousel-control-prev:focus,
.banner-img-slider .carousel .carousel-control-next:focus {
    background-color: #ffffff;
}

.banner-img-slider .carousel .carousel-control-prev {
    left: 0;
}

.banner-img-slider .carousel .carousel-control-next {
    right: 0;
}

.banner-img-slider .product-btn-primary {
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 2px;
    background: #1655A2;
    border-color: #1655A2;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.12);
    border-radius: 4px;
    width: 20%;
    bottom: 60px;
    left: 0;
    right: 0;
    height: 44px;
}

.contact-div p {
    font-weight: normal;
    font-size: 0.875rem;
    line-height: 1.188rem;
    color: #828282;
    margin-bottom: 1.25rem;
}


.contact-info h5 {
    font-size: 0.875rem;
    line-height: 1.188rem;
    letter-spacing: 0.125rem;
    color: #000000;
}

.contact-detail p {
    font-weight: normal;
    font-size: 0.75rem;
    line-height: 1rem;
    margin-bottom: 0.625rem;
    color: #333333;

}

.sign-in-div {
    top: 30px;
    right: 45px;
    z-index: 99;
}

.sign-in-div a {
    width: 128px;
    height: 32px;
    border: none;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    font-size: 12px;
    line-height: 16px;
    color: rgba(0, 0, 0, 0.7);
    opacity: 0.7;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lang-select-div select {
    height: 32px;
    width: 90px;
    -webkit-appearance: none;
    text-indent: 1px;
    font-size: 10px;
    line-height: 12px;
    color: #071930;
    background: transparent;
    border: none;

}

.lang-select-bg.lang-select-div select {
    border: 1px solid #949494;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    color: #949494;
    background-color: #ffffff;
    opacity: 0.7;
}

.lang-select-div select:focus {
    outline: none;
    box-shadow: none;
    border: none;
}


.lang-select-div select::-ms-expand {
    display: none;
}

.logo-content .scroll-btn {
    font-size: 12px;
    line-height: 20px;
    margin-top: 50%;
    color: #BDBDBD;
    display: inline-block;
}

.logo-content .scroll-btn img {
    height: 12px;
}

.nav-custom {
    padding-left: 0;
    text-align: left;
}

.scoll-pane {
    width: 100%;
    height: auto;
    overflow: auto;
    outline: none;
    overflow-y: hidden;
    padding-bottom: 15px;
    -ms-overflow-style: auto;
}


.scoll-pane::-webkit-scrollbar {
    display: none;
}

.scroll-arrow {
    background: transparent;
    border: none;
    padding: 0;
    position: absolute;
    top: 45%;
    /*display: none;*/
}

.scroll-arrow:hover, .scroll-arrow:focus {
    box-shadow: none;
    outline: none;
}

#slideBack.scroll-arrow {
    left: 0;
}

#slide.scroll-arrow {
    right: 0;
}

.indicator-div {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 0 20px;
}

.scroll-arrow i {
    font-size: 35px;
    color: #b2b2b2;
}

.show-arrow .scroll-arrow {
    display: block;
}

.mobile-hide {
    display: block;
}

.mobile-show {
    display: none;
}

.g-recaptcha {
    transform: scale(1.04);
    padding-left: 10px;
}

.tab-header {
    margin: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    left: 0;
    width: 100%;
    background: #f5f5f5;
    z-index: 9;
}

.heading-row .nav-tabs {
    border: none;
    width: 100%;
}

.heading-row .nav-tabs.nav-tabs-inner {
    display: flex;
    padding: 7px 0;
    text-align: center;
    align-items: center;
    justify-content: space-evenly;
}

.heading-row .nav-tabs.nav-tabs-inner li a img {
    height: 40px;
}

.heading-row .nav-tabs.nav-tabs-inner li a span {
    display: block;
    width: 100%;
}

.heading-row .nav-tabs .nav-item.show .nav-link, .heading-row .nav-tabs .nav-link.active {
    border: none;
    opacity: 1;
    font-weight: 600;
    color: #000000;
    background: transparent;
}

.header-catalogue-btn {
    border: 2px solid #1655A2;
    padding: 6px 10px;
    color: #1655A2;
}

.social-links {
    width: 100%;
    padding: 0;
    margin: 10px 0 0;
}

.social-links li {
    display: inline-block;
    list-style: none;
}

.social-links li a {
    display: inline-block;
}

.main-modal-info .modal-dialog {
    max-width: 720px;
}

.main-modal-info .modal-content {
}

.main-modal-info .modal-header {
    background: #F4F5F8;
    height: 70px;
    align-items: center;
    padding: 0 30px;
    border: 0;
}

.main-modal-info .modal-title {
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    color: #1655A2;
    text-align: center;
    width: 100%;
}

.main-modal-info .close {
    background: #646464;
    border-radius: 19px;
    width: 65px;
    height: 26px;
    font-weight: 300;
    font-size: 8px;
    line-height: 11px;
    color: #FFFFFF;
    padding: 0 8px;
    opacity: 1;
    text-shadow: none;
    position: absolute;
    right: 30px;
    left: auto;
    z-index: 99;
}

.main-modal-info .modal-body {
    padding:45px 30px;
}

.main-modal-info .modal-body h6 {
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: #828282;
    margin-bottom: 30px;
}
.main-modal-info .contact-form input.form-control{
    color: #333333;
}
.main-modal-info .contact-form input.form-control:focus{
    border: 1px solid #3E65B0;
}
.main-modal-info .contact-form input.form-control::-webkit-input-placeholder{
    color: #BDBDBD;
}
.description-div.product-description-div h6{
    color: #bdbdbd;
}

.dropdown {
    position: relative;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}
.dropdown-content a {
    display: block;
    background-color: #FFFFFF;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    border: none;
    padding: 1rem 0.5rem;
    text-align: center;
    color: #4F4F4F;
}
.dropdown-content a:hover {
    background-color: #f5f5f5;
}
.dropdown:hover .dropdown-content {
    display: block;
}
.dropdown .dropdown-content .dropdown {
    position: relative;
}
.dropdown .dropdown-content .dropdown .dropdown-content {
    left: 100%;
    top: 0;
    display: none;
}
.dropdown .dropdown-content .dropdown:hover .dropdown-content {
    display: block;
}
.navlink, .dropdown-link, .dropdown-content a {
    text-transform: uppercase;
}
.dropdown-content.scrollable {
    max-height: 250px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #888 #f1f1f1;
}
.dropdown-content.scrollable::-webkit-scrollbar {
    width: 6px;
}
.dropdown-content.scrollable::-webkit-scrollbar-track {
    background: #f1f1f1;
}
.dropdown-content.scrollable::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 3px;
}
.dropdown-content.scrollable::-webkit-scrollbar-thumb:hover {
    background: #555;
}
