@font-face {
    font-family: 'Ember RG';
    src: url('../fonts/amber/AmazonEmber_Regular.ttf');
    /* IE9 Compat Modes */
}

@font-face {
    font-family: 'Ember Bold';
    src: url('../fonts/amber/AmazonEmber_Bold.ttf');
    /* IE9 Compat Modes */
}

.form-control,
.form-control:focus,
.form-control:hover,
.form-control:active,
.form-control:visited {
    outline: none;
    box-shadow: none;
    border: 1px solid #efefef;
}


body {
    background: #f8f8f8;
    font-family: 'Ember RG';
    font-size: 14px;
    line-height: 20px;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    display: block;
    text-decoration: none;
    color: #0F1111;
}

[v-cloak] {
    display: none;
}

.ember-bold {
    font-family: "Ember Bold";
}

.dropdown-hover {
    position: relative;
    display: inline-block;
}

.dropdown-hover-menu {
    position: absolute;
    z-index: 9999;
    list-style: none;
    margin: 0;
    padding: 0;
    /* background: #fff; */
    border-radius: 4px;
    display: none;
    box-shadow: 0px 0px 4px #ddd;
}

.dropdown-hover:hover .dropdown-hover-menu {
    display: block;
}

.dropdown-hover-left {
    left: 0;
}

.dropdown-hover-right {
    right: 0;
}

.hover-arrow-left::before {
    content: "";
    position: absolute;
    left: 8px;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
}

.hover-arrow-right::before {
    content: "";
    position: absolute;
    right: 8px;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
}

.required::after {
    content: " *";
    color: red;
}

.text-red {
    color: red;
}














#header-section .navbar {
    background-color: #131921;
}

#header-section .nav {
    background-color: #232f3e;
}

#header-section .nav .nav-link {
    color: #fff;
}

.top-navbar-box {
    margin-left: 3px;
    display: flex;
    position: static;
    float: none;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    text-decoration: none;
    padding: 10px;
}

.deliver-to-btn {
    display: flex;
    position: static;
    float: none;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    text-decoration: none;
}

.top-navbar-box:hover {
    outline: 1px solid #fff;
}

.top-navbar-box span:first-child {
    font-size: 12px;
    color: #fff;
    height: 14px;
    font-weight: normal;
}

.top-navbar-box span:last-child {
    color: #fff;
    font-family: 'Ember Bold';
}

.search-box-category {
    position: relative;
    background-color: #f3f3f3;
    background-image: none;
    border-left: 1px solid #f3f3f3;
    border-top: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
    border-radius: 4px 0 0 4px;
    max-width: 55px;
}

.search-box-category::after {
    font-family: 'Font Awesome 5 Free';
    content: '\f0d7';
    position: absolute;
    top: 0px;
    right: 0;
    font-weight: 900;
    height: 100%;
    display: flex;
    align-items: center;
    background: #f3f3f3;
    padding: 0 10px 0px 5px;
}

.search-box-category select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: none;
    padding: 10px;
    border: none;
    outline: none;
    color: #555;
    font-size: 12px;
}

.search-box-category select option {
    font-size: 14px;
}


.language-down-arrow {
    display: inline-block;
    border-style: solid;
    border-width: 4px;
    border-color: transparent;
    border-top: 4px solid #aaa;
    border-bottom-width: 0;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    margin: 0 0 2px 5px;
    visibility: hidden;
}


.cart-icon {
    position: relative;
}

.cart-icon-qty {
    position: absolute;
    left: 19px;
    top: -6px;
    color: orange;
}

.cart-icon-qty-rtl {
    left: 0 !important;
    right: 11px !important;
}

.slider-carousel {
    overflow: hidden;
}



.s-subtitle {
    font-family: "Ember Bold";
    color: #0F1111 !important;
    font-size: 21px !important;
    line-height: 27.3px !important;
}


.front-page-block-section {
    /* margin-top: -80px; */
    z-index: 999;
    position: relative;
}

.block-product img {
    height: 90px;
}


.block-footer-link {
    text-decoration: none;
    color: #007185;
}

.block-product-overlay {
    background-color: rgba(0, 164, 180, .05);
    padding: 10px;
    font-size: 12px !important;
    line-height: 18px !important;
}










/********************************** 11. Footer Area CSS ***********************************/
.footer-section {
    background: #232F3E;
    padding: 3rem 0;
    color: #ddd !important;
}

.footer-section h5 {
    color: #fff;
    margin-bottom: 10px;
}

.footer-section a {
    color: #7a7a7a !important;
    transition: padding 500ms ease;
    cursor: pointer;
}

.footer-section li {
    padding: 0.2rem 0;
}

.footer-section li:hover a {
    color: #fff;
    padding-left: 10px;
}

.site-info h2 {
    color: #fff;
}

.need_help {
    display: flex;
    margin-top: 10px;
    align-items: center;
}

.need_help i {
    font-size: 50px;
    margin-right: 15px;
    color: var(--primary-light);
}

.phone {
    color: #fff;
    font-size: 22px;
}

.social {
    margin-top: 30px;
}

.social a {
    margin-right: 20px;
    font-size: 25px;
}

.social i {
    color: #fff;
}

.app-badge {
    display: flex;
    margin-right: 10px;
    align-items: center;
}



.payment-accept {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
    padding: 20px;

}

.payment-accept a {
    display: block;
    background: var(--on-primary);
    border-radius: 4px;
    margin: 0.5rem;
    padding: 1rem .5rem;
}

.payment-accept img {
    width: 80px;
}


.footer-section .row>div {
    margin-bottom: 20px;
}

/*
.copyright{
    background: #1e2c31;
    text-align: center;
    color: #888;
    padding: 10px;
} */


.subscribe {
    margin-top: 1rem;
    border: 2px solid var(--primary);
    border-radius: 4px;
}


.exzoom .exzoom_img_ul_outer {
    border: none !important;
}

.exzoom_btn {
    display: none;
}

.exzoom:hover .exzoom_btn {
    display: block;
}

.product-title {
    font-size: 24px;
}

.split-line-thin {
    width: 100%;
    height: 2px;
    background: #f9f9f9;
}


.fill-star {
    color: #9C27B0;
}

.blur-star {
    color: #f2f2f2;
}


.product-price {
    font-family: "Ember Bold";
}


.product-qty-buttons {
    display: flex;
    align-items: center;
}

.product-qty-buttons button {
    border-radius: 50% !important;
    border: none;
    background: #f2f2f2;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-qty-buttons input {
    border: none;
    outline: none;
    width: 30px;
    text-align: center;
}

.product-qty-buttons .in-stock {
    color: #999;
    font-size: 12px;
}

.wishlist-btn {
    background: #fff;
    outline: none;
    padding: 0 15px;
    height: 44px;
    line-height: 44px;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    cursor: pointer;
    color: #555;
}

.btn-group-xs>.btn,
.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.pa-value {
    padding: 1px 8px;
    border-radius: 3px;
    box-shadow: inset 0 0 0 1px #ccc;
    cursor: pointer;
    margin-right: 10px;
    color: #333;
}

.pav-active {
    box-shadow: inset 0 0 0 1px orange;
}

.selected_shipping {
    outline: 2px solid orange;
}




.default-address-selection {
    border: 1px solid #ccc;
    padding: 10px;
}


.or-line {
    position: relative;
    border-bottom: 1px solid #eee;
    margin: 15px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.or-line span {
    position: absolute;
    background: #fff;
    z-index: 1;
    padding: 1px 10px;
}


.address-selected {
    border: 2px solid orange !important;
}


/* ------------------------- Bottom Menu ------------------- */
#bottom-menu {
    position: fixed;
    bottom: 0;
    background: #131921;
    width: 100%;
    z-index: 999;
}


.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #d8dbe0;
    border-radius: 4px;
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 35px;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 33px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 33px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

    .front-page-block-section {
        /* margin-top: -130px; */
    }

    .search-box-category {
        max-width: 120px;
    }

}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .front-page-block-section {
        /* margin-top: -160px; */
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {

    .front-page-block-section {
        /* margin-top: -200px; */
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .front-page-block-section {
        /* margin-top: -350px; */
    }
}
