/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap');
html {
    scroll-behavior: smooth;
    font-family: 'DM Sans', sans-serif;
}

a,
button {
    transition: .3s all ease-in-out;
}

#main-page-content {
    background-color: #f0f2f3;
    background-image: url(/img/cms/bg-top-1.jpg) !important;
    background-repeat: no-repeat;
    background-position: 0% 0;
}

#header {
    max-width: 1440px;
    width: 100%;
    background: #fff;
    margin: 0 auto;
    margin-bottom: 10px;
}

body#index #header {
    max-width: 1410px;
    width: 100%;
    background: #fff;
    margin: 0 auto;
    margin-bottom: 10px;
}

@media (min-width:1200px) {
    .header-custom {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        place-content: center;
        text-align: center;
        border-top: 1px solid #efefef;
        border-bottom: 1px solid #efefef;
    }
}

.iqit-megamenu-container {
    padding: 0;
}

.slider__title {
    font-size: 56px;
    line-height: 60px;
    color: #FFFFFF;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    font-family: 'DM Sans', sans-serif;
}

.slider__text {
    text-align: center;
    letter-spacing: 0px;
    color: #FFFFFF;
    font-size: 31px;
    line-height: 60px;
    font-weight: normal;
    font-family: 'DM Sans', sans-serif;
}

.tp-mask-wrap .tp-caption {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.custom-btn {
    font-family: 'DM Sans', sans-serif;
    max-width: 183px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    font-size: 14px;
    height: 44px;
    letter-spacing: normal;
    color: #fff;
    background: #C0282D;
    white-space: nowrap;
    margin: 0 auto;
    white-space: nowrap;
    text-transform: uppercase;
}

.custom-btn:hover {
    background: #FFF;
    color: #4C4C4C;
}

.custom-btn::after {
    content: "\f105";
    display: block;
    position: relative;
    font-family: 'FontAwesome';
    color: currentColor;
}

.custom-btn.slider__btn {
    color: #fff;
    background: #C0282D;
    font-weight: 600;
}

.custom-btn.slider__btn:hover {
    background: #FFF;
    color: #4C4C4C;
}

.boxes {
    padding: 30px;
}

.boxes .elementor-column a {
    width: 100%;
    min-height: 277px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    text-align: center;
    flex-direction: column;
    position: relative;
    color: #fff;
    border: 1px solid transparent;
    gap: 35px;
    text-transform: uppercase;
    font-weight: 700;
}

a.boxes__link:hover {
    border: 15px solid #b24b4fbd;
    color: #fff;
    gap: 55px;
}

.boxes .elementor-widget-container {
    color: #fff;
}

.boxes .elementor-column svg {
    width: 28px !important;
    height: 16px;
    display: block;
    fill: currentColor;
}

.boxes .elementor-column * {
    width: 100% !important;
}

.boxes .elementor-column-gap-default .elementor-element-populated {
    padding: 0;
}

.usp .elementor-widget-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 22.2px;
}

.usp .elementor-widget-wrap h2 {
    font-size: 14px;
    font-weight: normal;
    color: #4C4C4C;
    margin-bottom: 0;
}

.usp .elementor-column-gap-default .elementor-element-populated .elementor-column-wrap {
    padding: 30px 0;
}

.usp .elementor-widget-wrap {
    padding: 28px;
    background: #fff;
}

@media (min-width: 768px) {
    .boxes .elementor-column {
        width: 100% !important;
    }
    .boxes .elementor-row {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 20px;
    }
}

.elementor-section.categories {
    padding: 0 30px;
}

.categories .elementor-widget-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    place-content: center;
    gap: 20px;
    align-items: center;
}

.title_block {
    text-align: center;
    font-size: 28px;
    color: #C0282D;
    FONT-WEIGHT: 700;
    margin: 47px auto 25px auto;
}

.elementor-products-tabs .nav-tabs {
    justify-content: center !important;
}

.newsletter__heading {
    text-align: center;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: bold;
}

.elementor-widget-prestashop-widget-Newsletter .newsletter-form {
    width: 100%;
    display: flex;
    margin-top: 42px;
}

.elementor-widget-prestashop-widget-Newsletter .newsletter-form .elementor-newsletter-form {
    max-width: 680px !important;
    width: 100%;
    margin: 0 auto;
}

.newsletter {
    padding: 50px;
    margin: 40px 0 20px 0;
}

.newsletter .custom-checkbox label {
    font-size: 14px;
    line-height: 17px;
    font-weight: normal;
    color: #fff;
}

.newsletter #gdpr_consent_73 {
    margin-top: 23px;
}

.btn-primary {
    background: #fff;
    color: #C0282D;
    border: 2px solid #C0282D;
}

.btn-primary:hover {
    color: #fff;
    background: #C0282D;
    border: 2px solid #C0282D;
}

.btn-primary.add-to-cart {
    color: #fff;
    background: #C0282D;
    border: 2px solid #C0282D;
}

.btn-primary.add-to-cart:hover {
    background: #fff;
    color: #C0282D;
    border: 2px solid #C0282D;
}

.custom-btn-gr {
    text-align: center;
}

.elementor-instagram .il-item a {
    margin-right: 10px;
}

.usp__column .elementor-column-wrap {
    padding: 0;
}

.usp .elementor-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
}

.usp__column {
    width: 100% !important;
}


/******************top bar*************************/

#header .header-nav .left-nav a::before {
    content: "";
    display: block;
    font-size: 20px;
    color: #4C4C4C;
    font-family: 'FontAwesome';
    margin-right: 10px;
    transition: 0.3s all ease-in-out;
}

#header .header-nav .left-nav ul li:nth-child(2) a:before,
#header .header-nav .left-nav ul li:nth-child(1) a:before {
    content: "\f095" !important;
}

#header .header-nav .left-nav ul li:nth-child(3) a {
    color: #C0282D;
}

#header .header-nav .left-nav ul li:nth-child(3) a:hover {
    color: #4C4C4C;
}

#header .header-nav .left-nav ul li:nth-child(3) a:before {
    content: "\f0e0" !important;
}

#header .header-nav .left-nav ul li:nth-child(4),
#header .header-nav .left-nav ul li:nth-child(5),
#header .header-nav .left-nav ul li:nth-child(6),
#header .header-nav .left-nav ul li:nth-child(7) {
    float: right;
}

#header .header-nav .left-nav ul li:nth-child(4) a,
#header .header-nav .left-nav ul li:nth-child(5) a,
#header .header-nav .left-nav ul li:nth-child(6) a,
#header .header-nav .left-nav ul li:nth-child(7) a {
    font-size: 0% !important;
}

#header .header-nav .left-nav ul li:nth-child(4) a:before {
    content: "\f16d" !important;
    margin-right: 0px !important;
}

#header .header-nav .left-nav ul li:nth-child(5) a:before {
    content: "\f09a" !important;
    margin-right: 0px !important;
}

#header .header-nav .left-nav ul li:nth-child(6) a:before {
    content: "\f167" !important;
    margin-right: 0px !important;
}

#header .header-nav .left-nav ul li:nth-child(7) a:before {
    content: "\f16d" !important;
    margin-right: 0px !important;
}

#header .header-nav .left-nav ul li:hover a::before {
    color: #C0282D;
}

#header .header-nav a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #4C4C4C;
    font-size: 14px;
    font-weight: 700;
}

.block-links-inline ul>li:after {
    display: none;
}

.block-links-inline ul>li:not(.block-links-inline ul>li:first-of-type) {
    margin-left: 20px;
}

.d-inline-block,
.d-inline-block ul {
    width: 100%;
}

.header-nav .center-nav,
.header-nav .right-nav {
    display: none;
}

.sm-panel {
    z-index: 999 !important
}


/****************************foooter******************************/

.grecaptcha-badge {
    bottom: 80px!important
}

.contact-info__item {
    display: grid;
    align-items: start;
    grid-template-columns: 40px 1fr;
}

.contact-info__item::before {
    content: "";
    display: flex;
    align-items: center;
    font-size: 21px;
    font-family: 'FontAwesome';
    color: #C0282D
}

.contact-info__item--location::before {
    content: "\f041"
}

.contact-info__item--phone::before {
    content: "\f095"
}

.contact-info__item--fax::before {
    content: "\f1ac"
}

.contact-info__item--email::before {
    content: "\f0e0"
}

.contact-info__item--person::before {
    content: "\f007"
}

#footer-container-main a {
    color: #3E3F47;
}

#footer-container-main a:hover {
    color: #C0282D;
}

.contact-info__data p {
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    color: #3E3F47
}

.elementor-displayFooter h3 {
    margin-top: 43px;
    color: #4C4C4C;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 34px;
}

#footer-container-main {
    background: #F0F2F3;
}

.footer-info__item {
    color: #3E3F47;
    font-size: 14px;
    text-align: left;
    display: grid;
    grid-template-columns: 19px 1fr;
    margin-top: 30px;
    align-items: baseline;
}

.footer-info__item::before {
    content: "";
    display: block;
    width: 12px;
    height: 14px;
    background-repeat: no-repeat !important;
}

.footer-info__item--letter::before {
    background: url(../img/k-little.png);
}

.footer-info__item--pointer::before {
    background: url(../img/map-marker.png);
}

.footer__col--first {
    padding: 50px 0 0px 50px;
}

#footer-copyrights .container {
    width: 100%;
    display: flex;
    justify-content: center;
}

body:not(#index) #inner-wrapper {
    padding-top: 30px;
    background: #fff;
    padding-bottom: 30px;
}

#content-wrapper .page-title {
    color: #C0282D;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: bold;
    padding-top: 40px;
    padding-bottom: 30px;
    display: block;
}

.container.breadcrumb-container {
    background: #fff;
    margin-top: 30px;
    border-bottom: 1px solid #e3e3e3;
}

.col-product-info {
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-iqitcompare-add,
.btn-iqitwishlist-add {
    height: 60px;
}

#product-infos-tabs {
    flex-wrap: nowrap;
}

#product-infos-tabs li {
    width: 100%;
    margin-right: unset;
}

#product-infos-tabs li a {
    border: none !important;
    background: #ececec;
    color: #1c1f2f;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    padding: 17px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

#product-infos-tabs li a.active {
    background: transparent;
    color: #C0282D;
}

.btn-product-list {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #4c4c4c;
}

.btn-product-list i {
    width: 28px;
    height: 28px;
    color: #C0282D;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s all ease-in-out;
}

.btn-product-list:hover i {
    color: #fff;
    background: #c0282d;
}

.contact__bottom #iqitcontactpage-map,
.contact__bottom .col-sm-8 {
    width: 100% !important;
    min-width: 100% !important;
}

.contact__bottom {
    display: grid;
    grid-template-columns: 58% 1fr;
    padding: 30px;
}

.contact-info .contact-info__list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

.contact-info .contact-info__list .contact-info__item {
    max-width: 430px;
    width: 100%;
    padding: 27px 16px;
    border: 1px solid #ECECEC;
    align-items: center;
    gap: 10px;
}

.contact-info .contact-info__list .contact-info__item h2 {
    font-size: 16px;
    color: #C0282D;
    font-weight: bold;
}

.contact-info .contact-info__item a {
    font-size: 16px;
    font-weight: bold;
}

.contact__map h2,
.form-group h4 {
    font-size: 24px;
    font-weight: bold;
    text-align: left;
}

.csocial-link {
    color: #fff;
}

.csocial-link:hover {
    color: #C0282D;
}

.elementor-newsletter-btn {
    border: none !important;
    position: relative;
    background-color: transparent;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.elementor-newsletter-btn:hover {
    border: none !important;
    position: relative;
    background-color: transparent !important;
}

.elementor-newsletter-btn--arrow:before {
    content: "";
    display: block;
    position: absolute;
    width: 45px;
    height: 45px;
    background: url(../img/icons-send2.png) center center no-repeat;
    right: 15px;
    z-index: 0;
    transition: all .3s ease-in-out;
    background-color: #FFFFFF;
}

.elementor-newsletter-btn:hover+.elementor-newsletter-btn--arrow::before {
    background: url(../img/icons-send.png) center center no-repeat;
    background-color: #c0282d;
}

.elementor-newsletter-input {
    border: none !important;
}

.btn-primary,
.btn-primary.disabled,
.btn-primary:disabled {
    border: 2px solid #c0282d;
}

.footer-custom {
    padding: 40px 0
}

#header .header-nav {
    margin: 4px 0;
}

#dropdownListCateTop span {
    font-size: 14px;
    color: #4C4C4C;
}

#dropdownListCateTop:hover span {
    font-size: 14px;
    color: #c0282d;
}

#header .header-btn-w .header-btn>.icon {
    color: #c0282d;
}

.margin-top {
    margin-top: 30px;
}

.elementor-section {
    padding-bottom: 31px;
}

#wrapper .breadcrumb a span {
    color: #4c4c4c;
}

#wrapper .breadcrumb a:hover span {
    color: #C0282D;
}

#wrapper .breadcrumb li span {
    color: #C0282D;
}


/*******************rwd******************************/

@media (max-width: 1199px) {
    .boxes .elementor-column:last-child,
    .boxes .elementor-column:first-child {
        padding: 0;
    }
    .header-nav .row .col-md {
        width: 100%;
    }
    .contact-info__list {
        display: flex;
        flex-direction: column;
    }
    .contact-info .contact-info__list .contact-info__item {
        max-width: 100%;
    }
}

@media (max-width: 1199px) and (min-width:768px) {
    .boxes .elementor-row {
        flex-direction: row;
        gap: 15px;
    }
    .boxes .elementor-column a {
        min-height: 327px;
    }
    .boxes .elementor-element-populated {
        background-size: cover !important;
    }
    .boxes .elementor-column {
        padding: 0;
    }
    .categories .elementor-widget-wrap {
        display: flex !important;
        place-content: center;
        gap: 20px;
        align-items: center;
    }
    .categories .elementor-column:nth-child(2) .elementor-widget-wrap {
        flex-direction: row-reverse !important;
        display: flex;
        flex-direction: row;
    }
    .categories .elementor-row {
        width: 100%;
        flex-direction: column;
    }
    .categories .elementor-column {
        width: 100%;
    }
}

@media (max-width: 991px) {
    #cms .elementor-row {
        flex-direction: column;
    }
    .about-us .elementor-row {
        gap: 30px;
    }
    #cms .elementor-column,
    .footer-custom .elementor-column {
        width: 100% !important;
    }
    #cms .elementor-row,
    .footer-custom .elementor-row {
        flex-direction: column;
    }
    .footer__col--first {
        padding: 0;
    }
}

@media (max-width: 767px) {
    #cms .elementor-row {
        gap: 20px;
    }
    .js-search-filters-clear-all i {
        margin-right: 10px !important;
    }
    .slider__title {
        font-size: 27px !important;
    }
    .about-us {
        padding: 20px;
    }
    .elementor-section {
        padding: 20px;
    }
    .categories .elementor-widget-wrap {
        gap: 20px;
        flex-direction: column;
        display: flex;
    }
    .categories .elementor-row {
        gap: 20px;
        padding: 20px 0;
    }
    .usp .elementor-row {
        display: flex;
    }
    .boxes .elementor-row {
        gap: 20px;
    }
    .header-nav .row {
        margin: 0;
    }
    .contact-info .contact-info__item a {
        font-size: 13px;
    }
    .contact__bottom {
        display: flex;
        flex-direction: column;
    }
    #header .header-nav .left-nav>div>ul {
        display: grid;
        grid-template-columns: 1fr 1fr;
        width: 100%;
        gap: 10px;
    }
}

@media (max-width: 480px) {
    .slider__title {
        font-size: 23px !important;
    }
    #header .header-nav .left-nav>div>ul {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        justify-content: center;
    }
    #header .header-nav .left-nav ul li:nth-child(1),
    #header .header-nav .left-nav ul li:nth-child(2),
    #header .header-nav .left-nav ul li:nth-child(3) {
        grid-column: 1/4;
    }
}