@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,300;0,400;0,500;0,600;0,700;1,200&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ubuntu&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@400;500;700&family=Inter:wght@200;300;400;500;600;700&display=swap');

body {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 20px;
}

.poppinsa {
    font-family: 'Poppins', sans-serif;
}

.dosis {
    font-family: 'Dosis', sans-serif;
}

a, a:hover, a:active {
    text-decoration: none;
    color: #de3535;
}

label {
    font-size: 1rem;
    font-weight: 500;
}

.blue-text, .breadcrumb-item.active, .page-link {
    color: #de3535;
}

img {
    max-width: 100%;
}

.container {
    max-width: 1230px;
    width: 90%;
}

header {
    padding-top: 2px;
    padding-bottom: 2px;
}

    header .nav-link {
        color: #333;
        padding-left: 0;
    }

        header .nav-link:hover {
            text-decoration: underline;
        }

.dropdown-menu
a.dropdown-item {
    font-size: 12px;
    border-bottom: 1px solid #ddd;
}

.dropdown-menu {
    border-radius: 0;
    padding: 0;
    right: 0 !important;
    left: auto !important;
}

form.header-search {
    max-width: 200px;
}

button.btn-search {
    margin-left: 10px;
    border: 1px solid;
}

form.header-search * {
    border-radius: 2px;
    text-transform: uppercase;
    height: 25px;
}

header nav.top-bar {
    margin-bottom: 15px;
}

.blue-bg, .page-item.active .page-link {
    background: #de3535;
}

.dark-blue-bg {
    background: #1e4194;
}

.main-menu a.nav-link {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 20px 15px !important;
}

    .main-menu a.nav-link:hover {
        background: #405fa8;
    }

.sidebar-widget {
    margin-bottom: 20px;
}

    .sidebar-widget h4, h4.title {
        font-size: 16px;
        font-weight: 600;
        padding: 10px 15px 10px;
        margin-bottom: 0;
        line-height: 18px;
    }

    .sidebar-widget li {
        color: #555555;
        text-transform: capitalize;
        font-size: 14px;
        font-weight: normal;
    }

        .sidebar-widget li a {
            color: #555555;
            padding: 5px 15px;
            display: block;
            text-decoration: none;
        }

            .sidebar-widget li a:hover {
                color: #de3535;
            }

    .sidebar-widget ul {
        background: #fff;
    }

    .sidebar-widget li:last-child {
        border: none;
    }

.shop-menu {
    margin: 0 -10px;
}

    .shop-menu li {
        padding: 0 10px;
        border-right: 2px solid #e0e0e0;
    }

        .shop-menu li a {
            color: #333;
        }

.right-sidebar-widget {
    border: 1px solid #E5E5E5;
}

    .right-sidebar-widget h4 span, .category-widget h4 span {
        color: #333333;
        display: inline-block;
        font-size: 20px;
        font-weight: 500;
        letter-spacing: 0.5px;
        margin: 0 0 30px;
        padding: 11px 0 11px;
        text-transform: uppercase;
        border-bottom: 1px solid #ddd;
        line-height: 35px;
    }

.single-box a {
    color: #333;
    font-size: 13px;
    text-transform: uppercase;
}

.single-box > a {
    border: 1px solid #eee;
    border-bottom: 3px solid #eee;
    display: block;
    padding: 0 10px;
}

.single-box img {
    padding: 15px 20px;
}

.copyright {
    text-align: center;
    background: #efefef;
    padding: 26px 15px;
    font-size: 14px;
    letter-spacing: 1px;
}

.sidebar-widget .widget-title.show {
    margin-bottom: 20px;
}

.sidebar-widget h4 {
    cursor: pointer;
    position: relative;
    padding-right: 40px;
    font-family: 'Ubuntu', sans-serif;
}

    .sidebar-widget h4 i {
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 35px;
        text-align: center;
        line-height: 40px;
        font-size: 12px;
    }

/*-------categories----------
*/
.category-widget h2 {
    font-size: 20px;
    line-height: 20px;
    font-weight: 800;
}

.category-widget table td {
    padding: 5px 10px;
}

.main-slider .carousel-item .slide-content {
    min-height: 50vh;
    z-index: 1;
}

.sidebar-menu > h2 {
    font-size: 18px;
    line-height: 24px;
    padding: 10px 15px;
}

.sidebar-menu > ul li a {
    display: block;
    padding: 10px 15px;
    border-bottom: 1px solid #ddd;
}

.sidebar-menu ul li {
    position: relative;
}

ul.sub-menu {
    position: absolute;
    left: 100%;
    z-index: 1;
    background: #fff;
    width: 100%;
    top: 0;
    visibility: hidden;
}

.sidebar-menu > ul li a:hover + .sub-menu {
    visibility: visible;
}

header {
    font-size: 14px;
    /*line-height: 30px;*/
}

.header-cart {
    position: relative;
    padding-top: 18px;
}

    .header-cart i {
        position: absolute;
        left: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 40px;
        bottom: 0;
        font-size: 30px;
    }

    .header-cart h5 {
        line-height: 18px;
        font-size: 20px;
        font-weight: 600;
    }

    .header-cart small {
        line-height: 10px;
        font-size: 12px;
    }

span.count {
    display: inline-block;
    position: absolute;
    left: 25px;
    background: red;
    width: 20px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    border-radius: 10px;
    font-size: 10px;
    top: 8px;
}

form.header-search {
    display: flex;
    max-width: none;
    border: 2px solid #de3535;
    border-radius: 30px;
    overflow: hidden;
}

    form.header-search input {
        height: 42px;
        border: none;
        text-transform: none;
        border-radius: 0;
    }

    form.header-search button.btn-search {
        height: 45px;
        padding: 0 20px;
        background: transparent;
        border: none !important;
        outline: none;
        font-size: 20px;
        color: #de3535;
    }

button.all-cat-btn {
    color: #fff;
    border: none;
    padding: 20px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    outline: none !important;
}

.main-slider .carousel-item {
    background-position: center;
    background-size: cover;
    position: relative;
}

    .main-slider .carousel-item:after {
        position: absolute;
        content: "";
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        background: #000;
        opacity: 0.6;
    }

.info-box i {
    font-size: 50px;
    margin-right: 11px;
}

.info-box h4 {
    font-size: 18px;
    margin: 5px 0 0;
    font-weight: 600;
}

p:last-child {
    margin: 0;
}

.products-carousel .slick-track {
    display: flex;
    flex-wrap: wrap;
}

.products-carousel {
    overflow: hidden;
    margin: 0;
    border: 1px solid #ddd;
}

.product-slide {
    padding: 10px 15px 0;
    margin: 0;
    background: #fff;
    border-right: 1px solid #ddd;
}

.products-list h2 {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0;
}

.product-slide h2 {
    font-size: 14px;
    margin-top: 10px;
}

.product-slide .p-info div {
    font-size: 16px;
    padding: 10px;
    margin: 0 -15px;
}

.product-slide img {
    float: none;
    height: 180px;
}

.products-carousel button.slide-arrow {
    position: absolute;
    right: 15px;
    top: 5px;
    background: #de3535;
    color: #fff;
    border: 1px solid #de3535;
    padding: 6px 10px;
    line-height: 16px;
    width: 30px;
    border-radius: 0;
}

    .products-carousel button.slide-arrow:hover {
        background: #fff;
        color: #de3535;
    }

    .products-carousel button.slide-arrow.prev-arrow {
        right: 50px;
    }

.sub-categories {
    padding-left: 15px;
    border-top: 1px solid #ddd;
}

.sidebar-widget > .widget-list {
    max-height: 2510px;
    overflow-y: auto;
    border: 1px solid #ddd;
    background: #f7f7f7;
    display: block !important;
}

.sidebar-widget .category-name {
    font-weight: 600;
    color: #de3535;
    text-transform: uppercase;
    border-top: 1px solid #ddd;
    padding: 10px 15px;
}

    .sidebar-widget .category-name i {
        line-height: 20px;
    }

span.price {
    color: #de3535;
    font-weight: 700;
    display: block;
    width: 100%;
    text-align: center;
}

a.add-to-cart {
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    border-radius: 15px;
    margin-top: 10px;
    outline: none !important;
}

    a.add-to-cart i {
        margin-left: 5px;
    }

span.in-stock, span.out-stock {
    font-size: 12px;
    margin-top: 10px;
}

.sidebar-widget li:first-child .category-name {
    border: none;
}

p.sub-title {
    color: #9b9bb4;
}

.cus-btn, .add-to-cart {
    background: #de3535;
    border: 1px solid #de3535;
    color: #fff;
    border-radius: 30px;
}

.blue-btn {
    background: #de3535;
    border: 1px solid #de3535;
    color: #fff;
    border-radius: 30px;
}

    .blue-btn:hover {
        background: #fff;
        color: #de3535;
    }

.cus-btn:hover, .add-to-cart:hover {
    color: #de3535;
    background: transparent;
}

section.welcome-section {
    font-size: 14px;
    line-height: 24px;
}

.info-box {
    background: #de3535;
    margin-bottom: 15px;
}

.grid-view .product-slide {
    border: 1px solid #ddd;
}
/*---------Categories-----------*/
ol.breadcrumb {
    border-radius: 0;
    font-size: 14px;
}

nav ul.pagination {
    font-size: 14px;
}

.qty-box {
    max-width: 120px;
    max-width: 120px;
    border-radius: 4px;
    overflow: hidden;
}

input#qty_input {
    height: 38px;
    text-align: center;
    justify-content: center;
    width: 40px;
}

.single-product a.add-to-cart {
    font-size: 16px;
    padding: 8px 30px;
    border-radius: 30px;
}
/*-------table--------*/
.shop-table td, .shop-table th {
    vertical-align: middle;
    font-size: 16px;
}

ul.contact-info li {
    position: relative;
    padding: 0 10px 20px 50px;
    min-height: 60px;
    font-size: 16px;
    line-height: 30px;
}

    ul.contact-info li i {
        position: absolute;
        left: 0;
        top: 5px;
        font-size: 30px;
    }

.social-list a {
    display: block;
    border: 1px solid #de3535;
    width: 50px;
    text-align: center;
    font-size: 20px;
    border-radius: 50%;
    height: 50px;
    line-height: 50px;
    margin-bottom: 20px;
}

    .social-list a:hover {
        background: #de3535;
        color: #fff;
    }

.products-list .social-list a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
}

@media only screen and (max-width: 992px) {

    div#navbarSupportedContent {
        position: absolute;
        top: 100%;
        background: #fff;
        z-index: 3;
        width: 100%;
        left: 0;
        padding: 10px 20px;
        box-shadow: 0 1px 5px #ddd;
    }

        div#navbarSupportedContent a.nav-link {
            color: #000;
            padding: 0 0;
            margin: 5px 0;
        }
}

@media only screen and (max-width: 576px) {
    header nav.top-bar {
        margin: 0;
    }

    form.header-search {
        max-width: none;
        margin-bottom: 15px;
    }

    .info-box h4 {
        font-size: 14px;
    }

    header .nav-link {
        padding: 0 5px;
    }
}

/* ----------- 4.Headers ---------------
--------------------------------------*/




.dropdowns-container {
    font-size: 0;
    float: none;
}

@media (min-width: 768px) {
    .dropdowns-container {
        float: right;
    }
}

@media (max-width: 991px) {
    .dropdowns-container .dropdowns-wrapper {
        float: right;
    }
}

.dropdowns-container:after {
    content: '';
    clear: both;
    display: table;
}

.header-dropdown {
    display: inline-block;
    margin-top: 21px;
    font: 400 12px/1.5 "Hind", sans-serif;
}

@media (min-width: 768px) {
    .header-dropdown {
        margin-top: 41px;
    }
}

.header-dropdown:hover .icon-header.icon-user,
.header-dropdown:focus .icon-header.icon-user,
.header-dropdown > li:hover .icon-header.icon-user,
.header-dropdown > li:focus .icon-header.icon-user {
    background-position: 0px -1015px;
}

.header-dropdown:hover .icon-header.icon-cart,
.header-dropdown:focus .icon-header.icon-cart,
.header-dropdown > li:hover .icon-header.icon-cart,
.header-dropdown > li:focus .icon-header.icon-cart {
    background-position: 0px -1168px;
}

.header-dropdown:hover .icon-header.icon-globe,
.header-dropdown:focus .icon-header.icon-globe,
.header-dropdown > li:hover .icon-header.icon-globe,
.header-dropdown > li:focus .icon-header.icon-globe {
    background-position: 0px -1219px;
}

.header-dropdown + .header-dropdown {
    margin-left: 10px;
}

@media (min-width: 992px) {
    .header-dropdown + .header-dropdown {
        margin-left: 10px;
    }
}

@media (min-width: 1200px) {
    .header-dropdown + .header-dropdown {
        margin-left: 20px;
    }
}

.header-dropdown > li > a,
.header-dropdown > a {
    display: inline-block;
    padding: 0 0 14px;
    min-width: 40px;
    text-align: right;
}

@media (min-width: 768px) {
    .header-dropdown > li > a,
    .header-dropdown > a {
        padding-bottom: 36px;
    }
}

.header-dropdown > li > a > span,
.header-dropdown > a > span {
    display: none;
}

.header-dropdown li {
    position: relative;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

    .header-dropdown li:hover > ul,
    .header-dropdown li:focus > ul {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

.header-dropdown ul {
    position: absolute;
    right: 0;
    top: 100%;
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    visibility: hidden;
    transition: all 0.4s;
    background-color: #fff;
    min-width: 170px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    z-index: 999;
}

    .header-dropdown ul li img,
    .header-dropdown ul li i,
    .header-dropdown ul li span {
        display: inline-block;
        vertical-align: middle;
    }

    .header-dropdown ul li img {
        max-width: 100%;
        height: auto;
        margin-right: 7px;
    }

    .header-dropdown ul li i {
        margin-right: 7px;
    }

    .header-dropdown ul li + li {
        margin-top: -1px;
    }

    .header-dropdown ul li a {
        display: block;
        color: #666666;
        border: 1px solid #e2e2e2;
        padding: 12px 20px 10px;
    }

        .header-dropdown ul li:hover > a,
        .header-dropdown ul li a:hover,
        .header-dropdown ul li a:focus {
            color: #fff;
            background-color: #F22613;
            border-color: #F22613;
        }

            .header-dropdown ul li:hover > a .icon-dropdown.icon-language,
            .header-dropdown ul li a:hover .icon-dropdown.icon-language,
            .header-dropdown ul li a:focus .icon-dropdown.icon-language {
                background-position: 0px -520px;
            }

            .header-dropdown ul li:hover > a .icon-dropdown.icon-currency,
            .header-dropdown ul li a:hover .icon-dropdown.icon-currency,
            .header-dropdown ul li a:focus .icon-dropdown.icon-currency {
                background-position: 0px -559px;
            }

            .header-dropdown ul li:hover > a .icon-dropdown.icon-dropdown-user,
            .header-dropdown ul li a:hover .icon-dropdown.icon-dropdown-user,
            .header-dropdown ul li a:focus .icon-dropdown.icon-dropdown-user {
                background-position: 0px -299px;
            }

            .header-dropdown ul li:hover > a .icon-dropdown.icon-dropdown-wishlist,
            .header-dropdown ul li a:hover .icon-dropdown.icon-dropdown-wishlist,
            .header-dropdown ul li a:focus .icon-dropdown.icon-dropdown-wishlist {
                background-position: 0px -273px;
            }

            .header-dropdown ul li:hover > a .icon-dropdown.icon-dropdown-heart,
            .header-dropdown ul li a:hover .icon-dropdown.icon-dropdown-heart,
            .header-dropdown ul li a:focus .icon-dropdown.icon-dropdown-heart {
                background-position: 0px -351px;
            }

            .header-dropdown ul li:hover > a .icon-dropdown.icon-dropdown-check,
            .header-dropdown ul li a:hover .icon-dropdown.icon-dropdown-check,
            .header-dropdown ul li a:focus .icon-dropdown.icon-dropdown-check {
                background-position: 0px -416px;
            }

            .header-dropdown ul li:hover > a .icon-dropdown.icon-dropdown-lock,
            .header-dropdown ul li a:hover .icon-dropdown.icon-dropdown-lock,
            .header-dropdown ul li a:focus .icon-dropdown.icon-dropdown-lock {
                background-position: 0px -325px;
            }

    .header-dropdown ul li:last-child {
        border-bottom: none;
    }

    .header-dropdown ul ul {
        right: 100%;
        margin-right: -1px;
        top: 0;
    }

@media (max-width: 767px) {
    .header-dropdown ul ul {
        right: 0;
        top: 100%;
        margin-right: 0;
    }
}

.header-dropdown.account-dropdown ul {
    min-width: 200px;
    right: 0;
    margin-right: -90px;
}

@media (max-width: 767px) {
    .header-dropdown.cart-dropdown {
        position: static;
    }
}

.header-dropdown.cart-dropdown > a {
    position: relative;
}

    .header-dropdown.cart-dropdown > a .dcart-total-count {
        display: block;
        opacity: 0;
        visibility: hidden;
        transition: all 0.4s;
        min-width: 14px;
        position: absolute;
        right: -7px;
        top: 6px;
        border-radius: 50%;
        color: #fff;
        background-color: #F22613;
        text-align: center;
        font: 700 10px/14px "Fira Sans", Arial, sans-serif;
    }

.header-dropdown.cart-dropdown.open > a .dcart-total-count,
.header-dropdown.cart-dropdown:hover > a .dcart-total-count,
.header-dropdown.cart-dropdown:focus > a .dcart-total-count {
    opacity: 1;
    visibility: visible;
}

.header-dropdown.cart-dropdown .dropdown-menu {
    left: 0;
    right: 0;
    padding: 17px 19px 29px;
    width: auto;
    color: #777;
}

@media (min-width: 768px) {
    .header-dropdown.cart-dropdown .dropdown-menu {
        left: auto;
        right: -50px;
        width: 350px;
    }
}

@media (min-width: 992px) {
    .header-dropdown.cart-dropdown .dropdown-menu {
        right: -50px;
    }
}

@media (min-width: 1200px) {
    .header-dropdown.cart-dropdown .dropdown-menu {
        right: -60px;
    }
}

.header-dropdown.cart-dropdown .dropdown-menu > p {
    font-size: 16px;
    color: #666;
    margin-bottom: 15px;
}

    .header-dropdown.cart-dropdown .dropdown-menu > p span {
        font-weight: 500;
    }

.header-dropdown.cart-dropdown .dcart-products {
    margin-bottom: 30px;
}

.header-dropdown.cart-dropdown .product.product-sm {
    position: relative;
    padding: 0;
    margin-bottom: 20px;
    border: none;
}

    .header-dropdown.cart-dropdown .product.product-sm figure {
        max-width: 90px;
    }

        .header-dropdown.cart-dropdown .product.product-sm figure img {
            width: 90px !important;
            height: auto !important;
        }

    .header-dropdown.cart-dropdown .product.product-sm .product-meta {
        padding-left: 110px;
    }

    .header-dropdown.cart-dropdown .product.product-sm .product-title {
        font-size: 13px;
        line-height: 1.23;
        max-width: 110px;
        margin-bottom: 7px;
    }

    .header-dropdown.cart-dropdown .product.product-sm .product-price-container {
        margin-bottom: 0;
        color: #cbcbcb;
        font-family: Arial, sans-serif;
    }

        .header-dropdown.cart-dropdown .product.product-sm .product-price-container .product-old-price,
        .header-dropdown.cart-dropdown .product.product-sm .product-price-container .product-price {
            font-size: 15px;
            font-weight: 700;
        }

            .header-dropdown.cart-dropdown .product.product-sm .product-price-container .product-old-price + .product-price {
                margin-top: 4px;
            }

    .header-dropdown.cart-dropdown .product.product-sm .delete-btn {
        position: absolute;
        right: -2px;
        top: 0;
    }

    .header-dropdown.cart-dropdown .product.product-sm.last-child {
        margin-bottom: 0;
    }

.header-dropdown.cart-dropdown .dcart-action-container:after {
    content: '';
    display: table;
    clear: both;
}

.header-dropdown.cart-dropdown .dcart-action-info {
    padding-top: 4px;
    float: left;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

    .header-dropdown.cart-dropdown .dcart-action-info p {
        margin-bottom: 4px;
        letter-spacing: 0.04em;
    }

        .header-dropdown.cart-dropdown .dcart-action-info p span {
            font-weight: 700;
            font-familiy: Arial, sans-serif;
        }

        .header-dropdown.cart-dropdown .dcart-action-info p:last-child {
            margin-bottom: 0;
        }

.header-dropdown.cart-dropdown .dcart-action {
    float: right;
    width: 120px;
}

    .header-dropdown.cart-dropdown .dcart-action .btn {
        display: block;
        font-size: 13px;
    }

        .header-dropdown.cart-dropdown .dcart-action .btn + .btn {
            margin-top: 6px;
        }


/* Search Form */

.header-search-container {
    float: none;
    font-family: "Hind", sans-serif;
    margin-top: 22px;
    width: 100%;
}

@media (min-width: 768px) {
    .header-search-container {
        float: left;
        margin-top: 29px;
        margin-left: 30px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .header-search-container {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .header-search-container {
        width: auto;
    }
}

@media (min-width: 1600px) {
    .header-search-container {
        width: 380px;
        margin-left: 50px;
    }
}

@media (min-width: 1920px) {
    .header-search-container {
        margin-left: 140px;
    }
}

.header-search-container .header-search-form {
    position: relative;
    border-radius: 20px;
    border: 2px solid #e4e4e4;
}

.header-search-container .icon-search-arrow {
    display: inline-block;
    width: 10px;
    height: 6px;
    position: absolute;
    right: 14px;
    top: 50%;
    margin-top: -3px;
    background-position: 0px 0px;
}

@media (min-width: 992px) {
    .header-search-container .icon-search-arrow {
        right: 20px;
    }
}

.header-search-container .dropdown.search-dropdown {
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.025em;
    margin: 0;
    position: absolute;
    left: -3px;
    top: -2px;
}

    .header-search-container .dropdown.search-dropdown > a {
        display: inline-block;
        position: relative;
        border-radius: 20px 0 0 20px;
        background-color: #EC644B;
        padding: 13px 20px 10.5px 15px;
        color: #fff;
        font-size: 11px;
        line-height: 1.5;
        width: 140px;
        font-weight: 600;
        transition: all 0.4s;
    }

@media (min-width: 992px) {
    .header-search-container .dropdown.search-dropdown > a {
        width: 176px;
        font-size: 13px;
        padding: 12px 30px 9px 22px;
    }
}

.header-search-container .dropdown.search-dropdown .dropdown-menu {
    width: 100%;
    border: 1px solid #EC644B;
    font-size: 11px;
    padding: 10px 20px 7px;
    box-shadow: none;
    min-width: 140px;
}

    .header-search-container .dropdown.search-dropdown .dropdown-menu li {
        margin-bottom: 0;
    }

        .header-search-container .dropdown.search-dropdown .dropdown-menu li:last-child {
            margin-bottom: 0;
        }

        .header-search-container .dropdown.search-dropdown .dropdown-menu li a {
            color: #777777;
            padding: 4px 0;
            font-weight: 500;
        }

            .header-search-container .dropdown.search-dropdown .dropdown-menu li a:hover,
            .header-search-container .dropdown.search-dropdown .dropdown-menu li a:focus {
                color: #EC644B;
                background-color: transparent;
            }

.header-search-container .dropdown.search-dropdown.open > a,
.header-search-container .dropdown.search-dropdown:hover > a,
.header-search-container .dropdown.search-dropdown:focus > a {
    border-radius: 20px 0 0 0;
}

.header-search-container .form-control {
    height: 36px;
    font-size: 13px;
    padding: 10.5px 66px 7.5px 150px;
    color: #666;
    border: none;
    margin: 0;
    border-radius: 20px;
    background-color: #fff;
}

@media (min-width: 992px) {
    .header-search-container .form-control {
        padding-left: 190px;
    }
}

.header-search-container .form-control::-webkit-input-placeholder {
    color: #666;
}

.header-search-container .form-control::-moz-placeholder {
    color: #666;
}

.header-search-container .form-control:-ms-input-placeholder {
    color: #666;
}

.header-search-container .form-control::placeholder {
    color: #666;
}

.header-search-container .icon-header-search {
    display: inline-block;
    width: 15px;
    height: 15px;
    background-position: 0px -659px;
}

.header-search-container .btn {
    position: absolute;
    right: -3px;
    top: -2px;
    background-color: transparent;
    border: none;
    width: 56px;
    text-align: center;
    padding: 12px 10px 9px;
    border-radius: 20px;
    line-height: 1;
}

    .header-search-container .btn:hover,
    .header-search-container .btn:focus {
        background-color: #EC644B;
        border-radius: 20px !important;
    }

        .header-search-container .btn:hover .icon-header-search,
        .header-search-container .btn:focus .icon-header-search {
            background-position: 0px -644px;
        }

.header-search-container .search-dropdown-btn {
    display: none;
    padding: 10px 10px 6px;
    line-height: 1;
}

    .header-search-container .search-dropdown-btn .icon-header-search {
        background-position: 0px -614px;
    }

@media (min-width: 992px) and (max-width: 1599px) {
    .header-search-container .search-dropdown-btn {
        display: block;
    }
}

.header-search-container.search-dropdown-fix {
    position: relative;
}

@media (min-width: 992px) and (max-width: 1599px) {
    .header-search-container.search-dropdown-fix {
        width: auto;
        margin-left: 50px;
        margin-top: 31px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .header-search-container.search-dropdown-fix {
        margin-left: 10px;
    }
}

@media (min-width: 992px) and (max-width: 1599px) {
    .header-search-container.search-dropdown-fix form {
        width: 380px;
        position: absolute;
        right: -20px;
        top: 100%;
        visibility: hidden;
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
        transition: all 0.4s;
        margin-top: 8px;
        z-index: 999;
        box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    }

        .header-search-container.search-dropdown-fix form:before {
            content: '';
            position: absolute;
            top: -10px;
            right: 28px;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 0 6px 9px 6px;
            border-color: transparent transparent #e4e4e4 transparent;
        }
}

@media (min-width: 992px) and (max-width: 1599px) {
    .header-search-container.search-dropdown-fix.open form {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}


.goog-te-gadget-simple {
    background-color: #505050 !important;
    border-left: 1px solid #d5d5d5;
    border-top: 1px solid #9b9b9b;
    border-bottom: 1px solid #e8e8e8;
    border-right: 1px solid #d5d5d5;
    font-size: 10pt;
    display: inline-block;
    padding-top: 1px;
    padding-bottom: 2px;
    cursor: pointer;
    zoom: 1;
    *display: inline;
    border: none !important;
}

    .goog-te-gadget-simple .goog-te-menu-value {
        color: #fff !important;
    }


/* Footer Bottom */




.footer-bottom .footer-left {
    margin-bottom: 25px;
}

@media (min-width: 992px) {
    .footer-bottom .footer-left {
        float: left;
        margin-right: 20px;
        margin-bottom: 0;
    }
}

@media (min-width: 992px) {
    .footer-bottom .footer-right {
        text-align: right;
    }
}

.footer-bottom a {
    color: #a8a8a8;
}

    .footer-bottom a:hover,
    .footer-bottom a:focus {
        color: #F22613;
    }

.footer-bottom .social-icons {
    margin-bottom: 22px;
}

@media (min-width: 768px) {
    .footer-bottom .social-icons {
        margin-bottom: 10px;
    }
}

.footer-bottom .social-icons .social-icon {
    background-color: #cfcfcf;
}

.footer-bottom .footer-menu {
    font-size: 0;
    margin: 0;
}

@media (max-width: 767px) {
    .footer-bottom .footer-menu {
        margin-bottom: 33px;
    }
}

.footer-bottom .footer-menu li {
    font-size: 15px;
    display: block;
    border-bottom: 1px solid #d1d1d1;
}

@media (max-width: 767px) {
    .footer-bottom .footer-menu li {
        line-height: 1.5;
        padding: 10px 0 8px;
        border-color: #f3f3f3;
    }

        .footer-bottom .footer-menu li:first-child {
            border-top: 1px solid #f3f3f3;
        }
}

@media (min-width: 768px) {
    .footer-bottom .footer-menu li {
        display: inline-block;
        border-bottom: none;
    }
}

.footer-bottom .footer-menu li + li:before {
    color: #d1d1d1;
}

@media (min-width: 768px) {
    .footer-bottom .footer-menu li + li:before {
        content: '|';
        margin: 0 10px;
    }
}

@media (min-width: 1200px) {
    .footer-bottom .footer-menu li + li:before {
        margin: 0 14px;
    }
}

@media (min-width: 1440px) {
    .footer-bottom .footer-menu li + li:before {
        margin: 0 21px;
    }
}
/*
.footer-bottom .footer-menu li.active a {
    color: #F22613;
}
*/
/*.footer-bottom .footer-menu a {
    display: inline-block;
}*/

.footer-bottom .payment-info h5 {
    font: 700 14px/1.25 "Fira Sans", Arial, sans-serif;
    color: #a8a8a8;
    margin: -2px 0 4px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}

@media (max-width: 767px) {
    .footer-bottom .payment-info h5 {
        margin-bottom: 10px;
    }
}

.footer-bottom .payment-info p {
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .footer-bottom .payment-info p {
        margin-bottom: 16px;
    }
}

.footer-bottom .payment-info img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    opacity: 0.3;
    transition: opacity 0.4s;
}

    .footer-bottom .payment-info img:hover,
    .footer-bottom .payment-info img:focus {
        opacity: 0.7;
    }

.gridviewback {
    background: lightblue !important;
}

.dropdown12 {
    position: relative;
    /*  display: inline-block;*/
}

.dropdown12-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    z-index: 1;
}

.dropdown12:hover .dropdown12-content {
    display: block;
}
.navbar-expand-lg .navbar-toggler {
    margin: 0px 0px 0px 0px !important;
}
