/*fonts*/

@font-face {
    font-family: "HelveticaNeueLTW20-Roman";
    src: url("../fonts/HelveticaNeueLT.eot");
    src: url("../fonts/HelveticaNeueLT.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueLT.woff2") format("woff2"), url("../fonts/HelveticaNeueLTW20-Roman.woff") format("woff"), url("../fonts/HelveticaNeueLTW20-Roman.ttf") format("truetype"), url("../fonts/HelveticaNeueLTW20-Roman.svg#rubikmedium") format("svg");
    font-weight: normal;
    font-style: normal;
}

.rtl {
    direction: rtl;
}


/* Btn Css starts here */

.btn {
    min-width: 113px;
    max-width: 113px;
}

.btn-primary {
    background-color: #0ba4dc;
}


/* btn css ends here */

body {
    font-family: "HelveticaNeueLTW20-Roman";
    font-size: 16px;
    line-height: 1.44;
    color: #4d4d4d;
    background: #fefefe;
    position: relative;
}

@media (max-width: 1200px) {
    .container {
        max-width: 100%;
    }
}

.msg-container p {
    padding: 0;
    margin: 0;
    font-size: 12px;
    color: #666666;
    text-align: center;
    line-height: 30px;
}

header {
    background: #ffffff;
    position: relative;
    z-index: 3;
}

header .header-content {
    position: relative;
}

header .header-content .mobile-lang {
    display: none;
}

header .header-content h1 {
    display: inline-block;
    margin: 18px 0;
}

header .header-content h1 a img {
    max-height: 65px;
    height: 100%;
}

header .header-content .menu {
    display: inline-block;
}

header .header-content .information-nav .nav {
    margin: 30px 0 0 0;
    padding: 0;
    float: left;
}

header .header-content .information-nav .nav li {
    list-style: none;
    float: left;
    margin: 0 15px;
    position: relative;
}

header .header-content .information-nav .nav li a {
    font-size: 17px;
    font-weight: 600;
    font-family: "HelveticaNeueLTW20-Roman";
    text-transform: none;
    padding: 0 10px !important;
    text-decoration: none;
    color: #4d4d4d;
}

header .header-content .information-nav .nav li a:hover {
    color: #cc4605;
}

header .header-content .information-nav .nav li a .links-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

header .header-content .information-nav .nav li a .links-text s {
    display: block;
    color: #888;
    font-size: 10px;
    text-decoration: none;
    padding-left: 20px;
}

header .header-content .information-nav .nav li a.tel,
header .header-content .information-nav .nav li a.ship,
header .header-content .information-nav .nav li a.pay {
    padding-left: 40px;
}

header .header-content .information-nav .nav li a.tel .fa,
header .header-content .information-nav .nav li a.ship .fa,
header .header-content .information-nav .nav li a.pay .fa {
    font-size: 35px;
    position: absolute;
    left: 0;
}

header .header-content .information-nav .nav li a.tel .links-text s,
header .header-content .information-nav .nav li a.ship .links-text s,
header .header-content .information-nav .nav li a.pay .links-text s {
    padding-left: 40px;
}

header .header-content .information-nav .nav li a.tel {
    padding-left: 20px;
}

header .header-content .information-nav .nav li a.tel .links-text s {
    padding-left: 20px;
}

header .header-content .information-nav .nav li a.pay .fa {
    font-size: 25px;
    top: 5px;
}

header .header-content .main-navigation .nav {
    margin: 38px 0 0 0;
    padding: 0;
    float: left;
}

header .header-content .main-navigation .nav li {
    list-style: none;
    float: left;
    margin: 0 22px;
}

header .header-content .main-navigation .nav li a {
    display: inline-block;
    font-family: "Raleway" sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    color: #4d4d4d;
    text-decoration: none;
}

header .header-content .main-navigation .nav li a:hover {
    color: #cc4605;
}

.cities {
    display: none;
    margin: 0 !important;
    padding: 0 !important;
}

.cities>li {
    list-style: none;
    line-height: 25px;
    font-size: 14px;
    padding: 5px 10px;
    font-weight: 700;
    font-family: "HelveticaNeueLTW20-Roman";
    cursor: pointer;
    display: inline-block;
    min-width: 130px;
    text-align: center;
}

.cities>li:hover {
    background: #eee;
}

.cities>li a {
    display: block;
    color: #cc4605;
    text-decoration: none;
}

.subheader {
    /* height: 55px; */
    background: #242424;
    padding: 8px 0;
    position: relative;
}

.subheader .holder {
    width: 100%;
    display: flex;
}

.subheader .holder .city-menu {
    display: inline-block;
    margin-right: 10px;
    width: 115px;
}

.subheader .holder .city-menu .btn {
    line-height: 1.6 !important;
    max-width: inherit;
}

.subheader .holder .category-menu {
    display: inline-block;
    width: 185px;
}

.subheader .holder .category-menu .top-menu-item {
    padding: 0px 20px;
    white-space: nowrap;
    display: block;
    background-color: #fefefe;
    line-height: 40px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    color: #4d4d4d;
}

.subheader .holder .category-menu .top-menu-item i {
    margin-right: 6px;
}

.subheader .holder .category-menu .top-menu-item:hover {
    color: #cc4605;
}

.subheader .holder .search-store {
    margin-left: 15px;
    display: inline-block;
    width: 66%;
}

.subheader .holder .search-store .input-search {
    padding: 10px 20px;
    width: 600px;
    font-size: 14px;
    outline: none;
    border: none;
    border-radius: 5px;
    font-weight: 400;
    text-decoration: none;
    color: #4d4d4d;
    height: 40px;
}

.custom-select {
    height: auto !important;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: 10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.dropdown li a {
    font-size: 12px;
    font-weight: 600;
    font-family: "HelveticaNeueLTW20-Roman";
    text-transform: none;
    text-decoration: none;
    color: #4d4d4d;
    display: block;
}

.dropdown-item,
.dropdown-submenu {
    padding: 10px 16px;
    cursor: pointer;
}

.dropdown-menu.multi-level {
    transform: none !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    top: 39px !important;
}

.latest-products .product .content img {
    max-height: 215px;
}

@media (max-width: 980px) {
    .subheader .holder .search-store form {
        width: 100%;
    }
    .subheader .holder .search-store {
        width: 100%;
    }
    .subheader .holder .search-store .input-search {
        width: 100%;
    }
}

@media (max-width: 850px) {
    header .header-content h1 {
        margin: 10px 0;
    }
    header .header-content .information-nav .nav {
        margin: 25px 0 0 0;
    }
    header .header-content .information-nav .nav li {
        margin: 0 8px;
    }
    header .header-content .information-nav .nav li a {
        font-size: 16px;
    }
    header .header-content .information-nav .nav li a .links-text s {
        font-size: 8px;
    }
    .subheader .holder .search-store .input-search {
        width: 400px;
    }
}

@media (max-width: 767px) {
    header .header-content h1 {
        margin: 10px 0;
    }
    header .header-content .information-nav .nav {
        margin: 25px 0 0 0;
    }
    header .header-content .information-nav .nav li {
        margin: 0 8px;
    }
    header .header-content .information-nav .nav li a {
        font-size: 16px;
    }
    header .header-content .information-nav .nav li a .links-text s {
        font-size: 8px;
    }
    .subheader {
        padding: 7px 0;
    }
    .subheader .holder .category-menu {
        display: none;
    }
    .subheader .holder .search-store {
        margin: 0 5px;
    }
    .subheader .holder .search-store form {
        width: 100%;
    }
    .subheader .holder .search-store {
        width: 100%;
    }
    .subheader .holder .search-store .input-search {
        width: 100% !important;
    }
    .latest-products .product .content>a:first-child {
        max-height: inherit !important;
    }
    .latest-products .product .content img {
        height: auto;
        max-height: inherit;
        width: 100% !important;
        max-width: 100%;
        margin: 0 auto;
    }
    .latest-products .product .content .store-primary-icon a img {
        width: auto !important;
    }
}

@media (max-width: 450px) {
    .search-store .input-group-append .btn.btn-info {
        width: 70px !important;
        min-width: 70px;
        max-width: 70px;
    }
    .search-store .input-group-append {
        /* display: unset; */
    }
    header .header-content h1 {
        margin: 10px 0;
        display: block;
        text-align: center;
        float: none !important;
    }
    header .header-content .menu {
        display: none;
    }
    header .header-content .mobile-lang {
        display: block;
        height: 35px;
        position: absolute;
        top: 15px;
        right: 0px;
        padding: 0 20px;
    }
    header .header-content .mobile-lang .btn {
        padding: 5px !important;
        font-size: 14px !important;
        min-width: 90px !important;
        font-weight: 700 !important;
        font-family: "Raleway", sans-serif !important;
    }
    header .header-content .mobile-lang .languages {
        display: none;
        margin: 0 !important;
        padding: 0 !important;
    }
    header .header-content .mobile-lang .languages>li {
        list-style: none;
        line-height: 25px;
        font-size: 14px;
        background: #efefef;
        padding: 5px 10px;
        font-weight: 700;
        font-family: "HelveticaNeueLTW20-Roman";
        cursor: pointer;
    }
    header .header-content .mobile-lang .languages>li:hover {
        background: #eee;
    }
    header .header-content .mobile-lang .languages>li a {
        color: #cc4605;
        text-decoration: none;
    }
    header .header-content .mobile-lang .menu-options {
        display: none;
        margin: 0 !important;
        padding: 0 !important;
    }
    header .header-content .mobile-lang .menu-options>li {
        list-style: none;
        line-height: 25px;
        font-size: 14px;
        background: #efefef;
        padding: 5px 10px;
        font-weight: 700;
        font-family: "HelveticaNeueLTW20-Roman";
        cursor: pointer;
    }
    header .header-content .mobile-lang .menu-options>li:hover {
        background: #eee;
    }
    header .header-content .mobile-lang .menu-options>li a {
        color: #cc4605;
        text-decoration: none;
    }
    .subheader {
        padding: 7px 0;
    }
    .subheader .holder .city-menu {
        width: auto;
    }
    .subheader .holder .city-menu button {
        padding: 0.375rem 0.5rem;
    }
    .subheader .holder .category-menu {
        display: none;
        width: 160px;
    }
    .subheader .holder .category-menu .top-menu-item {
        padding: 0 10px;
        white-space: nowrap;
    }
    .dropdown li a {
        white-space: break-spaces;
    }
    .subheader .holder .city-menu .btn {
        min-width: 70px;
    }
    .dropdown-menu.multi-level {
        width: 235px;
    }
    .subheader .holder .search-store {
        margin: 0 5px;
    }
    .subheader .holder .search-store .input-search {
        width: calc(100vw - 170px);
    }
    .cities>li {
        min-width: 100px;
        padding: 4px 8px;
    }
}

@media (max-width: 375px) {
    header .header-content h1 {
        margin: 10px 0;
        display: block;
        text-align: center;
        float: none !important;
    }
    header .header-content .menu {
        display: none;
    }
    header .header-content .mobile-lang {
        display: block;
        height: 35px;
        position: absolute;
        top: 15px;
        right: 0px;
        padding: 0 20px;
    }
    header .header-content .mobile-lang .btn {
        padding: 5px !important;
        font-size: 14px !important;
        min-width: 90px !important;
        font-weight: 700 !important;
        font-family: "Raleway", sans-serif !important;
    }
    header .header-content .mobile-lang .languages {
        display: none;
        margin: 0 !important;
        padding: 0 !important;
    }
    header .header-content .mobile-lang .languages>li {
        list-style: none;
        line-height: 25px;
        font-size: 14px;
        background: #efefef;
        padding: 5px 10px;
        font-weight: 700;
        font-family: "HelveticaNeueLTW20-Roman";
        cursor: pointer;
    }
    header .header-content .mobile-lang .languages>li:hover {
        background: #eee;
    }
    header .header-content .mobile-lang .languages>li a {
        color: #cc4605;
        text-decoration: none;
    }
    .subheader {
        padding: 7px 0;
    }
    .subheader .holder .city-menu {
        width: auto;
    }
    .subheader .holder .category-menu {
        display: none;
        width: 160px;
    }
    .subheader .holder .category-menu .top-menu-item {
        padding: 0 10px;
        white-space: nowrap;
    }
    .dropdown li a {
        white-space: break-spaces;
    }
    .subheader .holder .city-menu .btn {
        min-width: 70px;
    }
    .dropdown-menu.multi-level {
        width: 235px;
    }
    .subheader .holder .category-menu .top-menu-item i {
        display: none;
    }
    .subheader .holder .search-store {
        margin: 0 5px;
    }
    .subheader .holder .search-store .input-search {
        width: calc(100vw - 170px);
    }
    .cities>li {
        min-width: 90px;
        padding: 3px 7px;
    }
}

footer .footer-bottom {
    margin-top: 10px;
}

footer .footer-bottom p {
    display: block;
    text-align: center;
    font-family: "HelveticaNeueLTW20-Roman";
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #efefef;
    padding: 0;
    margin: 0;
}

footer .footer-bottom .promo-text {
    display: block;
    text-align: center;
    font-family: "HelveticaNeueLTW20-Roman";
    font-size: 10px;
    line-height: 12px;
    color: #5e5e5e;
    padding: 0;
    margin: 0;
    margin-top: 10px;
}

footer .footer-bottom a {
    color: #cc4605;
    text-decoration: none;
}

footer .footer-bottom a:hover {
    color: #efefef;
}

footer .footer-upper {
    background: #000000;
    padding: 15px 0;
}

footer .footer-upper .footer-items {
    margin: 10px 0 0 0;
    padding: 0;
    float: left;
}

footer .footer-upper .footer-items .item {
    margin: 0 22px;
    position: relative;
    text-decoration: none;
    font-size: 24px;
    font-weight: 600;
    font-family: "HelveticaNeueLTW20-Roman";
    text-transform: none;
    color: #ffffff;
}

footer .footer-upper .footer-items .item .links-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

footer .footer-upper .footer-items .item .links-text s {
    display: block;
    color: #888;
    font-size: 10px;
    text-decoration: none;
    padding-left: 20px;
}

footer .footer-upper .footer-items .item.tel,
footer .footer-upper .footer-items .item.ship,
footer .footer-upper .footer-items .item.pay {
    padding-left: 40px;
}

footer .footer-upper .footer-items .item.tel .fa,
footer .footer-upper .footer-items .item.ship .fa,
footer .footer-upper .footer-items .item.pay .fa {
    font-size: 35px;
    position: absolute;
    left: 0;
}

footer .footer-upper .footer-items .item.tel .links-text s,
footer .footer-upper .footer-items .item.ship .links-text s,
footer .footer-upper .footer-items .item.pay .links-text s {
    padding-left: 40px;
}

footer .footer-upper .footer-items .item.tel {
    padding-left: 20px;
}

footer .footer-upper .footer-items .item.tel .links-text s {
    padding-left: 41px;
}

footer .footer-upper .footer-items .item.pay .fa {
    font-size: 25px;
    top: 5px;
}

footer .footer-upper .footer-items .item.pay .links-text s {
    padding-left: 62px;
}

footer .footer-upper .footer-items .item.ship .links-text s {
    padding-left: 62px;
}

footer .footer-upper .footer-blocks h4 {
    font-family: "HelveticaNeueLTW20-Roman";
    font-size: 22px;
    font-weight: 600;
    line-height: 26px;
    color: #efefef;
    margin: 10px 0;
}

footer .footer-upper .footer-blocks p {
    font-family: "HelveticaNeueLTW20-Roman";
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #efefef;
}

footer .footer-upper .footer-blocks ul {
    margin: 0;
    padding: 0;
}

footer .footer-upper .footer-blocks ul li {
    list-style: none;
    margin: 4px 0;
    padding: 0 0 0 5px;
}

footer .footer-upper .footer-blocks ul li a {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    color: #ffffff;
    opacity: 0.6;
    text-decoration: none;
}

footer .footer-upper .footer-blocks ul li a:hover {
    opacity: 1;
}

footer .footer-upper .footer-blocks ul li a i {
    padding: 0 10px 0 0;
}

footer .footer-upper .footer-blocks .social a {
    font-size: 20px;
    line-height: 22px;
    text-decoration: none;
    color: #ffffff;
    margin-right: 8px;
}

footer .footer-upper .footer-blocks .social a:hover {
    color: #cc4605;
}

.main-wrapper {
    overflow: hidden;
}

.empty-data {
    background-color: #fdf7f7;
    padding: 40px;
    text-align: center;
    margin: 25px 0 0 0;
}

.latest-products .empty-data h3 {
    font-size: 22px;
    line-height: 24px;
    color: #242424;
    margin: 0 0 10px 0;
    text-align: center;
}

.latest-products .empty-data h3:after {
    display: none;
}

.empty-data p {
    font-size: 16px;
    line-height: 1.44;
    color: #242424;
    margin: 0 0 10px 0;
}

.empty-data img {
    margin: 0 0 10px 0;
}

.hero-content .flexslider {
    margin: 0;
    border: none;
    overflow: hidden;
}

.flexslider {
    border-bottom: 1px solid #d6d6d6;
}

.flexslider .slides {
    border-bottom: 1px solid #acacac;
}

.flexslider .slides>li {
    position: relative;
}

.flexslider .slides>li h2 {
    position: absolute;
    right: 0;
    top: 32%;
    font-family: "Monteress", sans-serif;
    font-size: 42px;
    line-height: 44px;
    max-width: 1248px;
    margin: 0 auto;
    left: 0;
}

.flexslider .slides>li h2.white-text p span {
    color: #ffffff;
}

.flexslider .slides>li h2.white-text p span em {
    color: #ffffff;
}

.flexslider .slides>li h2.white-text p span em.green {
    color: #ffffff;
}

.flexslider .slides>li h2 p {
    float: right;
}

.flexslider .slides>li h2 p span {
    font-size: 58px;
    line-height: 62px;
    color: #0ba4dc;
    letter-spacing: 2px;
}

.flexslider .slides>li h2 p span.big {
    font-size: 100px;
    line-height: 110px;
}

.flexslider .slides>li h2 p span em {
    font-style: normal;
    color: #0a6bb3;
}

.flexslider .slides>li h2 p span em.green {
    color: #139362;
}

.flexslider .slides.store-slides {
    background: #efefef;
}

.flexslider .slides.store-slides>li img {
    width: 100%;
    height: auto;
    max-height: 500px;
}

.flexslider .flex-control-nav {
    z-index: 2;
    bottom: 20px;
    display: inline-block;
    width: 100px;
    margin: 0 auto;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    height: 15px;
    padding: 3px 0 0 0;
}

.flexslider .flex-control-nav.flex-control-paging li a {
    width: 9px;
    height: 9px;
    background: rgba(255, 255, 255, 0.6);
    box-shadow: none;
}

.flexslider .flex-control-nav.flex-control-paging li a.flex-active {
    background: #cc4605;
}

.categories {
    padding: 70px 0 0 0;
}

.categories h3 {
    font-family: "HelveticaNeueLTW20-Roman";
    font-size: 28px;
    font-weight: 700;
    line-height: 32px;
    text-align: start;
    color: #cc4605;
    position: relative;
}

.categories h3:after {
    content: "";
    width: 100px;
    height: 5px;
    background: #cc4605;
    display: block;
    position: absolute;
    top: 30px;
}

.categories p {
    text-align: start;
    margin: 0 0 65px 0;
}

.categories .services {
    padding: 20px 0 0 0;
}

.categories .services .content {
    text-align: center;
    margin: 10px 0 25px 0;
    height: 120px;
    background: #f1dbd2;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    position: relative;
}

.categories .services .content img {
    width: 70px;
    height: 70px;
    margin: 25px auto;
}

.categories .services .content h4 {
    position: absolute;
    bottom: -24px;
    left: 12px;
    right: 12px;
    font-family: "HelveticaNeueLTW20-Roman";
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    background: #888;
    padding: 5px 10px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    height: 34px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.latest-products {
    padding: 70px 0 0 0;
}

.latest-products h3 {
    font-family: "HelveticaNeueLTW20-Roman";
    font-size: 28px;
    font-weight: 700;
    line-height: 32px;
    text-align: start;
    color: #cc4605;
    position: relative;
}

.latest-products h3:after {
    content: "";
    width: 100px;
    height: 5px;
    background: #cc4605;
    display: block;
    position: absolute;
    top: 30px;
}

.latest-products .product {
    padding: 20px 0 0 0;
}

.latest-products .product .content {
    text-align: center;
    margin: 10px 0 25px 0;
    min-height: 200px;
    background: #ffffff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    position: relative;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 2px 6px 0;
    -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 2px 6px 0;
    box-shadow: rgba(0, 0, 0, 0.2) 0 2px 6px 0;
    padding: 30px 20px;
    height: 100%;
    max-height: 447px;
    min-height: 447px !important;
}

.latest-products .product .content img {
    height: 200px;
    width: 100%;
    cursor: pointer;
}

.latest-products .product .content a {
    text-decoration: none;
    cursor: text;
}

.latest-products .product .content>a:first-child {
    height: 215px !important;
    max-height: 215px !important;
}

.latest-products .product .content .featured+a {
    height: 215px;
    display: flex;
    align-items: center;
}

.latest-products .product .content h4 {
    margin-top: 14px;
    font-family: "HelveticaNeueLTW20-Roman";
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #4d4d4d;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
}

.latest-products .product .content p {
    margin-top: 5px;
    font-family: "HelveticaNeueLTW20-Roman";
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #4d4d4d;
    max-height: 22px;
    overflow: hidden;
    cursor: text;
}

.latest-products .product .content h6 {
    line-height: 22px;
    max-height: 22px;
    overflow: hidden;
}

.latest-products .product .content .socials {
    margin: 30px 0px 0px;
    display: block;
    width: 100%;
    height: 50px;
}

.latest-products .product .content .socials .icons {
    margin: 0;
    padding: 0;
    list-style: none;
}

.latest-products .product .content .socials .icons li {
    display: inline-block;
    margin: 0 10px;
}

.latest-products .product .content .socials .icons li .social-item {
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.latest-products .product .content .socials .icons li .social-item i {
    font-size: 30px;
}

.latest-products .product .content .socials .icons li .social-item.whatsapp {
    color: #096c62;
}

.latest-products .product .content .socials .icons li .social-item.facebook {
    color: #06559b;
}

.latest-products .product .content .socials .icons li .social-item.call {
    color: #0d4f3d;
}

.latest-products .product .content .socials .icons li .social-item:hover {
    color: #cc4605;
}

.store-information {
    padding: 70px 0 0 0;
}

.store-information h3 {
    font-family: "HelveticaNeueLTW20-Roman";
    font-size: 28px;
    font-weight: 600;
    line-height: 32px;
    text-align: start;
    color: #cc4605;
    position: relative;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.store-information p {
    display: block;
    font-size: 16px;
    line-height: 18px;
    text-align: start;
}

.store-information small {
    display: block;
    text-align: start;
    margin-bottom: 10px;
}

.store-information .social-links {
    display: block;
    padding: 0 0 70px 0;
}

.store-information .social-links .social-item {
    display: inline-block;
    min-width: 90px;
    max-width: 90px;
    margin: 0 auto;
    text-align: center;
    margin-top: 10px;
    margin-inline-end: 10px;
}

.store-information .social-links .social-item a {
    font-size: 40px;
    line-height: 40px;
    cursor: pointer;
    text-decoration: none;
    color: #4d4d4d;
}

.store-information .social-links .social-item a:hover {
    color: #cc4605;
}

@media (max-width: 575px) {
    .latest-products .product .content {
        height: auto;
        max-height: inherit;
        min-height: inherit !important;
        padding: 20px 20px;
    }
    .latest-products .product .content>a:first-child {
        display: block !important;
        height: auto !important;
    }
    footer .footer-bottom .promo-text {
        display: none;
    }
}

@media (max-width: 450px) {
    .categories {
        padding: 40px 0 0 0;
    }
    .categories h3 {
        font-size: 20px;
        line-height: 30px;
    }
    .categories h3:after {
        content: "";
        width: 90px;
        height: 2px;
        top: 27px;
    }
    .categories .services {
        padding: 0px;
    }
    .latest-products {
        padding: 40px 0 0 0;
    }
    .latest-products h3 {
        font-size: 20px;
        line-height: 30px;
    }
    .latest-products h3:after {
        content: "";
        width: 90px;
        height: 2px;
        top: 27px;
    }
    .latest-products .product {
        padding: 0px;
    }
    footer .footer-bottom .promo-text {
        display: none;
    }
}

@media (max-width: 375px) {
    .categories {
        padding: 40px 0 0 0;
    }
    .categories h3 {
        font-size: 20px;
        line-height: 30px;
    }
    .categories h3:after {
        content: "";
        width: 90px;
        height: 2px;
        top: 27px;
    }
    .categories .services {
        padding: 0px;
    }
    .latest-products {
        padding: 40px 0 0 0;
    }
    .latest-products h3 {
        font-size: 20px;
        line-height: 30px;
    }
    .latest-products h3:after {
        content: "";
        width: 90px;
        height: 2px;
        top: 27px;
    }
    .latest-products .product {
        padding: 0px;
    }
    footer .footer-bottom .promo-text {
        display: none;
    }
}

header .header-content .mobile-lang .menu-options {
    display: none;
    margin: 0 !important;
    padding: 0 !important;
}

header .header-content .mobile-lang .menu-options>li {
    list-style: none;
    line-height: 25px;
    font-size: 12px;
    background: #efefef;
    padding: 5px 10px;
    font-weight: 700;
    font-family: "HelveticaNeueLTW20-Roman";
    cursor: pointer;
}

header .header-content .mobile-lang .menu-options>li:hover {
    background: #eee;
}

header .header-content .mobile-lang .menu-options>li a {
    color: #cc4605;
    text-decoration: none;
}

.hero-content {
    position: relative;
}

.hero-content .sponsor-container {
    /* position: absolute; */
    /* height: 100px; */
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    z-index: 99;
    padding: 20px;
    justify-content: space-between;
    justify-content: space-evenly;
    background-color: #242424;
}

.hero-content .sponsor-container .sponsor-item {
    height: 70px;
    width: 25%;
    font-family: "HelveticaNeueLTW20-Roman";
}

.hero-content .sponsor-container .sponsor-item:nth-child(odd) {
    text-align: center;
}

.hero-content .sponsor-container .sponsor-item:nth-child(even) {
    text-align: center;
}

.hero-content .sponsor-container .sponsor-item .image-container {
    height: 100%;
    width: auto;
    max-width: 100%;
    display: inline-block;
    padding: 10px;
    border-radius: 10px;
}

.hero-content .sponsor-container .sponsor-item .image-container .sponsor-available {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 14px;
    flex-direction: column;
}

.hero-content .sponsor-container .sponsor-item .image-container img {
    height: 100%;
    width: auto;
    max-width: 100%;
    object-fit: contain;
}

@media (max-width: 1500px) {}

@media (max-width: 1400px) {
    .hero-content .sponsor-container {
        padding: 15px;
    }
    .hero-content .sponsor-container .sponsor-item {
        height: 60px;
    }
}

@media (max-width: 1080px) {
    .hero-content .sponsor-container {
        padding: 10px;
    }
    .hero-content .sponsor-container .sponsor-item .image-container {
        padding: 6px;
    }
    .hero-content .sponsor-container .sponsor-item {
        height: 50px;
    }
}

@media (max-width: 767px) {
    .hero-content .sponsor-container .sponsor-item .image-container {
        padding: 5px;
    }
    .hero-content .sponsor-container {
        padding: 5px;
    }
    .hero-content .sponsor-container .sponsor-item {
        height: 40px;
    }
    .hero-content .sponsor-container .sponsor-item .image-container .sponsor-available {
        font-size: 12px;
    }
}

@media (max-width: 568px) {
    .hero-content .sponsor-container .sponsor-item .image-container {
        padding: 2px;
        border-radius: 5px;
    }
    .hero-content .sponsor-container {
        padding: 5px;
        padding-top: 10px;
    }
    .hero-content .sponsor-container .sponsor-item {
        width: 50%;
        height: 80px;
        margin-bottom: 5px;
    }
}

@media (max-width: 460px) {
    .hero-content .sponsor-container .sponsor-item {
        height: 70px;
    }
}

@media (max-width: 350px) {
    .hero-content .sponsor-container .sponsor-item {
        height: 55px;
    }
}


/*# sourceMappingURL=main.css.map */