/*---------------------------------------------------------------------------------
    Included CSS INDEX
-----------------------------------------------------------------------------------

01. Typography
02. Components
    - Helper
    - Common
    - Popup Model
    - Breadcrumb
03. Layout
    - Header Section
    - Mainslider Section
    - Product Tab Section
    - Banner Section
    - Category Section
    - Specials Section
    - Services Section
    - Offer Section
    - New Product Section
    - Testimonial Section
    - Brand Section
    - Instagram Section
    - Footer Section
    - Quickview Section
-----------------------------------------------------------------------------------*/
/*-------------------------------------------------
  Fonts Family & Style CSS
---------------------------------------------------*/
@font-face {
    font-family: "Poppins, sans-serif";
    src: url("./../fonts/poppins/Poppins-Thin.ttf") format("truetype");
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: "Poppins, sans-serif";
    src: url("./../fonts/poppins/Poppins-ExtraLight.ttf") format("truetype");
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: "Poppins, sans-serif";
    src: url("./../fonts/poppins/Poppins-Light.ttf");
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: "Poppins, sans-serif";
    src: url("./../fonts/poppins/Poppins-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "Poppins, sans-serif";
    src: url("./../fonts/poppins/Poppins-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: "Poppins, sans-serif";
    src: url("./../fonts/poppins/Poppins-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: "Poppins, sans-serif";
    src: url("./../fonts/poppins/Poppins-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: "Poppins, sans-serif";
    src: url("./../fonts/poppins/Poppins-ExtraBold.ttf") format("truetype");
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: "Poppins, sans-serif";
    src: url("./../fonts/poppins/Poppins-Black.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: "Fjalla One";
    src: url("./../fonts/fjalla/FjallaOne-Regular.ttf") format("truetype");
}
@font-face {
    font-family: "Montserrat";
    src: url("./../fonts/montserrat/Montserrat-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "Montserrat";
    src: url("./../fonts/montserrat/Montserrat-SemiBold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: "Montserrat";
    src: url("./../fonts/montserrat/Montserrat-Bold.ttf") format("truetype");
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: "Montserrat";
    src: url("./../fonts/montserrat/Montserrat-ExtraBold.ttf")
        format("truetype");
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: "Oswald";
    src: url("./../fonts/oswald/Oswald-ExtraLight.ttf") format("truetype");
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: "Oswald";
    src: url("./../fonts/oswald/Oswald-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: "Oswald";
    src: url("./../fonts/oswald/Oswald-Regular.ttf");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "Oswald";
    src: url("./../fonts/oswald/Oswald-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: "Oswald";
    src: url("./../fonts/oswald/Oswald-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: "Oswald";
    src: url("./../fonts/oswald/Oswald-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}
/*-------------------------------------------------
  Site Main Slider CSS
---------------------------------------------------*/
.ec-slide-item {
    width: 100%;
    height: 60vh;
    position: relative;
}

.swiper-slide {
    overflow: auto;
}

.ec-slide-1 {
    width: 100%;
    /* background-image: url("../images/main-slider-banner/1.jpg"); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow-y: hidden;
}

.ec-slide-2 {
    /* background-image: url("../images/main-slider-banner/2.jpg"); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.ec-slide-3 {
    /* background-image: url("../images/main-slider-banner/3.jpg"); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

/*----  Main Slider Style  ----*/

div#ec-main-menu-desk {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: #142f41;
}
.ec-main-menu .ec-header-btn {
    color: #fe8401;
}
.ec-main-menu .ec-header-btn:hover {
    color: #fff;
}

.ec-main-slider .container {
    position: absolute;
    left: 0;
    right: 0;
}
.ec-main-slider * {
    direction: ltr;
}

.ec-slide-content {
    position: relative;
    z-index: 9;
}
.ec-slide-content .ec-slide-title {
    margin-bottom: 25px;
    padding-top: 25px;
    color: #030001;
    font-size: 65px;
    font-weight: 600;
    letter-spacing: 2px;
    font-family: "Fjalla One";
    position: relative;
}
.ec-slide-content .ec-slide-title:before {
    content: "";
    position: absolute;
    top: 0;
    height: 5px;
    width: 50px;
    margin: 0 auto;
    background: #fe8401;
    left: 4px;
    right: auto;
}
.ec-slide-content .ec-slide-stitle {
    font-size: 50px;
    font-weight: 700;
    color: #142f41;
    margin-bottom: 11px;
    text-transform: uppercase;
    letter-spacing: 1.6px;
}
.ec-slide-content p {
    max-width: 350px;
    font-size: 17px;
    color: #777777;
    line-height: 1.5;
    letter-spacing: 0;
    font-weight: 300;
}
.ec-slide-content .btn {
    font-size: 18px;
    text-transform: uppercase;
    padding: 0 19px;
    letter-spacing: 0;
    margin-top: 34px;
}

.main-slider-dot .swiper-pagination-bullets {
    display: none;
}
.main-slider-dot .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    display: inline-block;
    border-radius: 100%;
    background: transparent;
    opacity: 1;
    border: 1px solid #000000;
    margin: 0 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.main-slider-dot .swiper-pagination-bullet:hover {
    background-color: #fe8401;
    border-color: #fe8401;
}
.main-slider-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #fe8401;
    border-color: #fe8401;
}

.main-slider-dot.dot-color-white .swiper-pagination-bullet {
    border: 1px solid #ffffff;
}
.main-slider-dot.dot-color-white .swiper-pagination-bullet:hover {
    background-color: #fe8401;
    border-color: #fe8401;
}
.main-slider-dot.dot-color-white
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #555;
    border-color: #555;
}

.main-slider-nav {
    position: relative;
}
.main-slider-nav .swiper-button-next {
    outline: 0;
    left: auto;
    right: -20px;
}
.main-slider-nav .swiper-button-next:after {
    content: "\f105";
    font-family: "EcIcons";
    font-size: 30px;
    line-height: 1;
    outline: 0;
}
.main-slider-nav .swiper-button-prev {
    outline: 0;
    right: auto;
    left: -20px;
}
.main-slider-nav .swiper-button-prev:after {
    content: "\f104";
    font-family: "EcIcons";
    font-size: 30px;
    line-height: 1;
    outline: 0;
}
.main-slider-nav .swiper-buttons .swiper-button-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9;
    width: 40px;
    height: 40px;
    line-height: 40px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin: auto;
    border-radius: 0;
    text-align: center;
    color: #ffffff;
    background-color: #fe8401;
}
.main-slider-nav .swiper-buttons .swiper-button-next:hover {
    background-color: #555;
    color: #ffffff;
}
.main-slider-nav .swiper-buttons .swiper-button-prev {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9;
    width: 40px;
    height: 40px;
    line-height: 40px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin: auto;
    border-radius: 0;
    text-align: center;
    color: #ffffff;
    background-color: #fe8401;
}
.main-slider-nav .swiper-buttons .swiper-button-prev:hover {
    background-color: #555;
    color: #ffffff;
}
.main-slider-nav:hover .swiper-button-next {
    opacity: 1;
    visibility: visible;
    right: 10px;
}
.main-slider-nav:hover .swiper-button-prev {
    opacity: 1;
    visibility: visible;
    left: 10px;
}

.main-slider-nav.small-nav .swiper-button-next:after {
    font-size: 14px;
}
.main-slider-nav.small-nav .swiper-button-prev:after {
    font-size: 14px;
}
.main-slider-nav.small-nav .swiper-buttons .swiper-button-next {
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.main-slider-nav.small-nav .swiper-buttons .swiper-button-next:hover {
    background-color: #555;
    color: #ffffff;
}
.main-slider-nav.small-nav .swiper-buttons .swiper-button-prev {
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.main-slider-nav.small-nav .swiper-buttons .swiper-button-prev:hover {
    background-color: #555;
    color: #ffffff;
}

/*----  Button Style  ----*/
.btn {
    padding: 0;
    font-size: 16px;
    border-radius: 0;
    height: 45px;
    border: 0;
    font-weight: 500;
    line-height: 45px;
    padding-left: 15px;
    padding-right: 15px;
}
.btn:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-primary {
    color: #ffffff;
    background-color: #fe8401;
    border-color: #fe8401;
}
.btn-primary:hover {
    color: #ffffff;
    background-color: #555;
    border-color: #555;
}
.btn-primary:focus {
    color: #ffffff;
    background-color: #fe8401;
    border-color: #fe8401;
}
.btn-primary:active {
    color: #ffffff;
    background-color: #fe8401;
    border-color: #fe8401;
}

.btn-color-dark {
    background-color: #4d4d4d;
    border-color: #4d4d4d;
    color: #ffffff;
    font-weight: 500;
    font-size: 14px;
    width: 130px;
    height: 45px;
    line-height: 45px;
}

.btn-hover-color-primary:hover {
    color: #ffffff;
    background-color: #555;
    border-color: #555;
}

.btn-check:focus + .btn {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-check:focus + .btn-primary {
    color: #ffffff;
    background-color: #fe8401;
    border-color: #fe8401;
}
.btn-check:checked + .btn-primary {
    color: #ffffff;
    background-color: #fe8401;
    border-color: #fe8401;
}
.btn-check:active + .btn-primary {
    color: #ffffff;
    background-color: #fe8401;
    border-color: #fe8401;
}

.btn-primary.active {
    color: #ffffff;
    background-color: #fe8401;
    border-color: #fe8401;
}

.show > .btn-primary.dropdown-toggle {
    color: #ffffff;
    background-color: #fe8401;
    border-color: #fe8401;
}

/*-------------------------------------------------
  Banner Section CSS
---------------------------------------------------*/
.ec-banner {
    margin-bottom: 3px;
}

.ec-banner-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.banner-block {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
}
.banner-block .bnr-overlay {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #eeeeee;
}
.banner-block img {
    width: 100%;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.banner-block .banner-text {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px;
}
.banner-block .banner-text .ec-banner-title {
    font-size: 28px;
    color: #555;
    margin-bottom: 2px;
    letter-spacing: 1px;
    font-family: "Montserrat";
    font-weight: 800;
    position: relative;
    padding-top: 0;
    text-transform: uppercase;
    line-height: 1.2;
}
.banner-block .banner-text .ec-banner-discount {
    font-size: 24px;
    font-weight: 400;
    color: #ffffff;
    letter-spacing: 0.7px;
    line-height: 1;
}
.banner-block .banner-text .ec-banner-stitle {
    font-size: 20px;
    font-weight: 400;
    color: #555;
    text-transform: capitalize;
    letter-spacing: 0.7px;
    line-height: 1;
    position: relative;
    padding-left: 2px;
    padding-top: 10px;
}
.banner-block .banner-content {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    border-radius: 5px;
    background-color: rgba(31, 28, 28, 0.5);
}
.banner-block .banner-content .ec-banner-btn a {
    height: 40px;
    font-size: 16px;
    text-transform: uppercase;
    padding: 0 18px;
    letter-spacing: 0.02rem;
    background-color: #fe8401;
    color: #ffffff;
    line-height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 600;
}
.banner-block .banner-content .ec-banner-btn a:hover {
    background-color: #555;
}
.banner-block:hover .banner-content {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.ec-banner-block-1 .banner-block .banner-text {
    padding-top: 46px;
}
.ec-banner-block-1 .banner-block .banner-text .ec-banner-discount {
    font-family: "Fjalla One";
}

.ec-banner-block-2 .banner-block .banner-text .ec-banner-title {
    font-size: 28px;
    margin: 15px 0;
}
.ec-banner-block-2 .banner-block .banner-text .ec-banner-discount {
    font-size: 16px;
    color: #777;
    letter-spacing: 0.5px;
    line-height: 1.5;
}

.ec-banner-block.ec-banner-block-2 {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    height: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

/*-------------------------------------------------
  Product Countdown CSS
---------------------------------------------------*/
.ec-fre-spe-section .section-title {
    padding-bottom: 5px;
    border-bottom: 1px solid #eeeeee;
}
.ec-fre-spe-section .section-title .ec-bg-title {
    font-size: 52px;
    letter-spacing: 1px;
}
.ec-fre-spe-section .section-title .ec-title {
    padding: 0;
}
.ec-fre-spe-section .section-title .ec-title:after {
    content: none;
}
.ec-fre-spe-section .section-title .ec-title:before {
    content: none;
}
.ec-fre-spe-section .ec-fs-product {
    padding: 0 10px;
}
.ec-fre-spe-section .ec-fre-products {
    margin: 0 -10px;
}
.ec-fre-spe-section .ec-spe-products {
    margin: 0 -10px;
}
.ec-fre-spe-section .ec-fs-pro-inner {
    background: #f7f7f7;
    padding: 15px 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 476px;
    border-radius: 5px;
    border: 1px solid #eeeeee;
}
.ec-fre-spe-section .slick-arrow {
    top: -70px;
}

.periodDisplay {
    font-size: 13px;
}

.ec-fs-pro-inner .ec-fs-pro-image {
    position: relative;
}
.ec-fs-pro-inner .ec-fs-pro-image .image img {
    max-width: 100%;
    padding-right: 10px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: 1;
}
.ec-fs-pro-inner .ec-fs-pro-image .image img.hover-image {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    opacity: 0;
}
.ec-fs-pro-inner .ec-fs-pro-image a.quickview {
    position: absolute;
    z-index: 9;
    top: 60%;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    visibility: hidden;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 40px;
    height: 40px;
    left: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    margin: 0 auto;
    color: #ffffff;
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 50%;
}
.ec-fs-pro-inner .ec-fs-pro-image a.quickview:hover {
    -webkit-box-shadow: 0px 0px 5px 0px #ccc;
    box-shadow: 0px 0px 5px 0px #ccc;
}
.ec-fs-pro-inner .ec-fs-pro-image a.quickview i {
    color: #777;
    font-size: 17px;
    line-height: 0;
}
.ec-fs-pro-inner:hover .ec-fs-pro-image a.quickview {
    visibility: visible;
    opacity: 1;
    top: 44%;
}
.ec-fs-pro-inner .ec-fs-pro-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 30px;
}
.ec-fs-pro-inner .ec-fs-pro-content .ec-fs-price {
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    color: #777777;
    margin: 10px 0 20px 0;
    line-height: 1.2;
}
.ec-fs-pro-inner .ec-fs-pro-content .ec-fs-price span.new-price {
    color: #555;
    font-weight: 700;
    font-size: 15px;
}
.ec-fs-pro-inner .ec-fs-pro-content .ec-fs-price span.old-price {
    font-size: 13px;
    margin-right: 15px;
    text-decoration: line-through;
    color: #777777;
    margin-top: 2px;
}
.ec-fs-pro-inner .ec-fs-pro-content .ec-fs-pro-desc {
    font-size: 14px;
    color: #777777;
    border-top: 1px solid #eeeeee;
    padding: 10px 0 0;
    line-height: 22px;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
    margin-top: 15px;
}
.ec-fs-pro-inner .ec-fs-pro-content .ec-fs-pro-book {
    margin-bottom: 10px;
    font-size: 16px;
    color: #444444;
    letter-spacing: 0.5px;
    font-weight: 600;
}
.ec-fs-pro-inner .ec-fs-pro-content .ec-fs-pro-book span {
    color: #fe8401;
}
.ec-fs-pro-inner .ec-fs-pro-content .ec-fs-pro-btn a {
    height: 35px;
    line-height: 35px;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 400;
    min-width: 120px;
    text-transform: uppercase;
    font-size: 14px;
}
.ec-fs-pro-inner .ec-fs-pro-content .ec-fs-pro-btn a:not(:last-child) {
    margin-right: 11px;
}
.ec-fs-pro-inner .ec-fs-pro-title {
    margin: 0 0 2px;
}
.ec-fs-pro-inner .ec-fs-pro-title a {
    font-family: "Poppins, sans-serif";
    font-weight: 400;
    font-size: 20px;
    color: #777;
    letter-spacing: 0.6px;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    line-height: 34px;
}
.ec-fs-pro-inner .ec-fs-pro-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    margin-bottom: 2px;
}
.ec-fs-pro-inner .ec-fs-pro-rating .ec-fs-rating-text {
    font-size: 16px;
    color: #777777;
}
.ec-fs-pro-inner .ec-fs-pro-rating .ec-fs-rating-icon {
    margin-right: 14px;
    margin-top: -1px;
}

.ec-fre-products .slick-arrow.slick-prev {
    right: 28px;
    left: auto;
}
.ec-fre-products .slick-arrow.slick-next {
    right: 0;
    left: auto;
}

.ec-spe-products .slick-arrow.slick-prev {
    right: 28px;
    left: auto;
}
.ec-spe-products .slick-arrow.slick-next {
    right: 0;
    left: auto;
}

.numberDisplay {
    font-size: 26px;
    min-height: 26px;
    min-width: 50px;
    color: #142f41;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
    padding-left: 0;
    top: auto;
    left: auto;
    right: 0;
    bottom: 0;
}

/*-------------------------------------------------
  Vendor Section CSS For Home page 1 (index.html)
---------------------------------------------------*/
.ec-vendor-card {
    margin: 15px 0;
    padding: 15px;
    border: 1px solid #eeeeee;
    background-color: #fff;
    border-radius: 5px;
}
.ec-vendor-card .ec-vendor-detail {
    margin-bottom: 15px;
    padding-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    border-bottom: 1px solid #eeeeee;
}
.ec-vendor-card .ec-vendor-detail .ec-vendor-avtar {
    width: 70px;
    margin-right: 10px;
}
.ec-vendor-card .ec-vendor-detail .ec-vendor-info {
    width: calc(100% - 80px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
}
.ec-vendor-card .ec-vendor-detail .ec-vendor-info .name {
    font-weight: 500;
    color: #444444;
}
.ec-vendor-card .ec-vendor-detail .ec-vendor-info .prod-count {
    margin-bottom: 10px;
    color: #999;
}
.ec-vendor-card .ec-vendor-detail .ec-vendor-info .ec-pro-rating i {
    font-size: 12px;
}
.ec-vendor-card .ec-vendor-detail .ec-vendor-info .ec-sale {
    position: absolute;
    right: 0;
    bottom: 0;
    bottom: -1px;
    font-size: 12px;
}
.ec-vendor-card .ec-vendor-detail .ec-vendor-info .ec-sale p {
    margin: 0;
    color: #999;
}
.ec-vendor-card .ec-vendor-prod {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fill, calc(50% - 6px));
    grid-row-gap: 12px;
    grid-column-gap: 12px;
}
.ec-vendor-card .ec-vendor-prod .ec-prod-img {
    overflow: hidden;
}
.ec-vendor-card .ec-vendor-prod .ec-prod-img img {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.ec-vendor-card .ec-vendor-prod .ec-prod-img img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

/*-------------------------------------------------
  Services Section CSS
---------------------------------------------------*/
.ec_ser_inner {
    padding: 30px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    border: 1px solid #eeeeee;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    background-color: #fff;
    border-radius: 5px;
}
.ec_ser_inner .ec-service-image {
    margin-bottom: 15px;
}
.ec_ser_inner .ec-service-image svg {
    width: 50px;
    height: 50px;
    fill: #444444;
    stroke: #444444;
    stroke-dashoffset: 1500;
    stroke-dasharray: 1500;
}
.ec_ser_inner .ec-service-image i {
    font-size: 44px;
    line-height: 25px;
}
.ec_ser_inner:hover {
    box-shadow: 0 3px 25px 4px rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 0 3px 25px 4px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0 3px 25px 4px rgba(0, 0, 0, 0.06);
    border: 1px solid transparent;
}
.ec_ser_inner:hover .ec-service-image svg {
    stroke-dashoffset: 0;
    -webkit-transition: fill 0.5s, stroke-dashoffset 6s, -webkit-transform 0.3s;
    transition: fill 0.5s, stroke-dashoffset 6s, -webkit-transform 0.3s;
    transition: transform 0.3s, fill 0.5s, stroke-dashoffset 6s;
    transition: transform 0.3s, fill 0.5s, stroke-dashoffset 6s,
        -webkit-transform 0.3s;
}

.ec-service-desc h2 {
    font-size: 18px;
    font-weight: 700;
    color: #444444;
    letter-spacing: 0.6px;
    margin-bottom: 10px;
}
.ec-service-desc p {
    font-size: 14px;
    color: #777777;
    line-height: 1.5;
    letter-spacing: 0.5px;
}

/*-------------------------------------------------
  Offer Section CSS
---------------------------------------------------*/
/* .ec-offer-section {
    min-height: 620px;
    background-size: cover;
    overflow: hidden;
    padding: 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: center;
    background-image: url("../images/offer-image/Event.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.ec-offer-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: start;
}
.ec-offer-content .ec-offer-title {
    font-size: 60px;
    color: #fe8401;
    margin-bottom: 5px;
    letter-spacing: 2px;
    font-family: "Montserrat";
    text-transform: uppercase;
    line-height: 1;
    font-weight: 800;
}
.ec-offer-content .ec-offer-stitle {
    font-size: 40px;
    color: #fe8401;
    margin-bottom: 13px;
    letter-spacing: 1.5px;
    font-family: "Montserrat";
    text-transform: uppercase;
}
.ec-offer-content .btn-primary {
    width: 140px;
    margin: 15px auto 0 auto;
}
.ec-offer-content .ec-offer-img {
    margin-bottom: 16px;
}
.ec-offer-content .ec-offer-desc {
    font-size: 32px;
    color: #444444;
    margin-bottom: 16px;
    letter-spacing: 1.2px;
    font-weight: 600;
    line-height: 1.2;
}
.ec-offer-content .ec-offer-price {
    font-size: 40px;
    color: #555;
    letter-spacing: 1.5px;
    font-weight: 900;
    line-height: 1.2;
} */
.numberDisplay {
    font-size: 26px;
    min-height: 26px;
    min-width: 50px;
    color: #142f41;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
}

.labelformat {
    float: left;
    width: auto;
    font-size: 15px;
    color: #777;
    line-height: 1.4;
}

.ec-offer-section {
    height: 80vh;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    background-image: url("../images/offer-image/offer_bg_3.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.ec-offer-section .container {
    position: absolute;
    left: 0;
    right: 0;
}

.ec-offer-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.ec-offer-inner > .row {
    width: 100%;
    margin: 0 auto;
}

.ec-offer-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 35px;
}
.ec-offer-content .ec-offer-title {
    font-size: 100px;
    color: #fe8401;
    margin-bottom: 9px;
    letter-spacing: 3px;
    text-transform: uppercase;
    line-height: 1;
    font-weight: 700;
}
.ec-offer-content .ec-offer-stitle {
    font-size: 24px;
    color: #777;
    margin-bottom: 17px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    font-weight: 400;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.ec-offer-content .ec-offer-stitle:after {
    content: "";
    position: relative;
    height: 7px;
    width: 40px;
    background: #fe8401;
    border-radius: 3px;
    margin: 0 15px;
}
.ec-offer-content .ec-offer-desc {
    font-size: 36px;
    color: #142f41;
    letter-spacing: 1px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 25px;
}
.ec-offer-content .ec-offer-btn a {
    text-transform: uppercase;
    margin-top: 15px;
    font-size: 14px;
    letter-spacing: 0.7px;
    padding: 0 20px;
    text-align: center;
    border-radius: 23px;
    box-shadow: 7px 7px 54px 2px rgba(35, 31, 32, 0.29);
    -webkit-box-shadow: 7px 7px 54px 2px rgba(35, 31, 32, 0.29);
    -moz-box-shadow: 7px 7px 54px 2px rgba(35, 31, 32, 0.29);
}

#ec-offer-count {
    margin-top: 33px;
    margin-bottom: 40px;
}

/*-------------------------------------------------
  Brand Section CSS
---------------------------------------------------*/
.ec-brand-area {
    display: block;
}

.ec-brand-item img {
    margin: 0 auto;
    background-color: #fff;
    border: 1px solid #eeeeee;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    outline: 0;
    border-radius: 5px;
}
.ec-brand-item:hover img {
    box-shadow: 0 3px 25px 4px rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 0 3px 25px 4px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0 3px 25px 4px rgba(0, 0, 0, 0.06);
}

.ec-brand-outer .ec-brand-item .ec-brand-img {
    padding: 0 15px;
}
.ec-brand-outer .slick-arrow {
    height: 100%;
    top: 0;
    display: none !important;
}
.ec-brand-outer .slick-arrow.slick-prev {
    left: -30px;
}
.ec-brand-outer .slick-arrow.slick-next {
    right: -30px;
}

li.ec-brand-item {
    display: block !important;
}

/*-------------------------------------------------
  Category sidebar CSS
---------------------------------------------------*/
.ec-open {
    -webkit-transform: translateX(0) !important;
    transform: translateX(0) !important;
}

.category-sidebar {
    font-size: 14px;
    font-weight: 400;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    right: auto;
    display: block;
    width: 350px;
    height: 100%;
    padding: 30px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    background-color: #ffffff;
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow: auto;
    opacity: 1;
}
.category-sidebar::-webkit-scrollbar {
    position: absolute;
    width: 7px;
}
.category-sidebar::-webkit-scrollbar-thumb {
    background-color: rgba(80, 93, 113, 0.5);
    border-radius: 5px;
}
.category-sidebar .cat-sidebar .cat-sidebar-box .ec-sidebar-wrap {
    padding: 0;
}
.category-sidebar
    .cat-sidebar
    .cat-sidebar-box
    .ec-sidebar-wrap
    .ec-sb-block-content {
    margin-bottom: 0;
    padding: 0;
    border-bottom: none;
}
.category-sidebar
    .cat-sidebar
    .cat-sidebar-box
    .ec-sidebar-wrap
    .ec-sb-block-content
    li {
    padding: 0;
}
.category-sidebar
    .cat-sidebar
    .cat-sidebar-box
    .ec-sidebar-wrap
    .ec-sb-block-content
    li
    .ec-sidebar-block-item {
    padding: 10px 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #777;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 1;
    cursor: pointer;
}
.category-sidebar
    .cat-sidebar
    .cat-sidebar-box
    .ec-sidebar-wrap
    .ec-sb-block-content
    li
    .ec-sidebar-block-item:after {
    content: "\f067";
    position: absolute;
    right: 0;
    top: 40%;
    font-family: "EcIcons";
    cursor: pointer;
    font-size: 10px;
    color: #777;
    font-weight: 400;
    margin-left: 7px;
}
.category-sidebar
    .cat-sidebar
    .cat-sidebar-box
    .ec-sidebar-wrap
    .ec-sb-block-content
    li
    .ec-sidebar-block-item
    .svg_img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.category-sidebar
    .cat-sidebar
    .cat-sidebar-box
    .ec-sidebar-wrap
    .ec-sb-block-content
    li
    ul {
    border-top: 1px solid #ededed;
    display: none;
    padding-top: 13px;
    padding-bottom: 3px;
}
.category-sidebar
    .cat-sidebar
    .cat-sidebar-box
    .ec-sidebar-wrap
    .ec-sb-block-content
    li
    ul
    li {
    padding: 0 0 6px;
}
.category-sidebar
    .cat-sidebar
    .cat-sidebar-box
    .ec-sidebar-wrap
    .ec-sb-block-content
    li
    ul
    li
    a {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #777;
    font-size: 14px;
    margin-top: 0;
    line-height: 20px;
    font-weight: 300;
    text-transform: capitalize;
    letter-spacing: 0;
    cursor: pointer;
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.category-sidebar
    .cat-sidebar
    .cat-sidebar-box
    .ec-sidebar-wrap
    .ec-sidebar-block
    .ec-sb-title
    h3 {
    text-decoration: none;
    color: #444444;
    display: block;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: 5px;
    position: relative;
    border: none;
}
.category-sidebar
    .cat-sidebar
    .cat-sidebar-box
    .ec-sidebar-wrap
    .ec-sidebar-block
    .ec-sb-title
    h3
    .ec-close {
    padding: 0;
    position: absolute;
    right: -3px;
    display: inline-block !important;
    font-size: 30px;
    color: #444444;
}
.category-sidebar
    .cat-sidebar
    .cat-sidebar-box
    .ec-sidebar-wrap
    .ec-sidebar-block
    .ec-sb-title
    h3
    i {
    display: none;
}
.category-sidebar .cat-sidebar .ec-sb-slider-title {
    margin-top: 30px;
    text-decoration: none;
    color: #444;
    display: block;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: 15px;
}
.category-sidebar .cat-sidebar .slick-arrow.slick-prev {
    right: 20px;
    left: auto;
}
.category-sidebar .cat-sidebar .slick-arrow.slick-prev:before {
    font-size: 22px;
}
.category-sidebar .cat-sidebar .slick-arrow {
    top: -43px;
    right: -10px;
    left: auto;
}
.category-sidebar .cat-sidebar .slick-arrow:before {
    font-size: 22px;
}
.category-sidebar .cat-sidebar .ec-sb-pro-sl .ec-sb-pro-sl-item {
    border: none;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
}
.category-sidebar
    .cat-sidebar
    .ec-sb-pro-sl
    .ec-sb-pro-sl-item
    .sidekka_pro_img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
}
.category-sidebar
    .cat-sidebar
    .ec-sb-pro-sl
    .ec-sb-pro-sl-item
    .ec-pro-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 4px;
    overflow: hidden;
    padding-left: 12px;
}
.category-sidebar
    .cat-sidebar
    .ec-sb-pro-sl
    .ec-sb-pro-sl-item
    .ec-pro-content
    .ec-pro-title
    a {
    text-decoration: none;
    color: #444;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.5px;
    font-weight: 400;
    font-family: "Poppins, sans-serif";
    text-transform: capitalize;
}
.category-sidebar
    .cat-sidebar
    .ec-sb-pro-sl
    .ec-sb-pro-sl-item
    .ec-pro-content
    .ec-pro-rating {
    margin: 4px 0 6px;
    opacity: 0.7;
}
.category-sidebar
    .cat-sidebar
    .ec-sb-pro-sl
    .ec-sb-pro-sl-item
    .ec-pro-content
    .ec-price {
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    color: #777;
}
.category-sidebar
    .cat-sidebar
    .ec-sb-pro-sl
    .ec-sb-pro-sl-item
    .ec-pro-content
    .ec-price
    span.old-price {
    font-size: 13px;
    margin-right: 15px;
    text-decoration: line-through;
    color: #777;
    line-height: 14px;
}
.category-sidebar
    .cat-sidebar
    .ec-sb-pro-sl
    .ec-sb-pro-sl-item
    .ec-pro-content
    .ec-price
    span.new-price {
    color: #555;
    font-weight: 600;
    font-size: 14px;
}

.ec-side-cat-overlay {
    display: none;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 16;
}

/*-----------------------------------------------------------------------------------
    Responsive CSS
-----------------------------------------------------------------------------------*/
/*----- Responsive Media Query -----*/
@media only screen and (max-width: 1699px) {
    .ec_cat_slider .slick-arrow.slick-next {
        right: -5px;
    }
    .ec_cat_slider .slick-arrow.slick-prev {
        left: -5px;
    }
}
@media only screen and (max-width: 1599px) {
    .section-title .ec-title {
        font-size: 22px;
    }
    .section-title .sub-title {
        margin-top: 5px;
    }
    .banner-block .banner-content .ec-banner-btn a {
        font-size: 14px;
    }
    .section-btn .ec-section-btn a {
        font-size: 14px;
        padding: 10px 15px;
    }
    .ec-header-bottons .ec-header-btn {
        margin-left: 15px;
    }
    .ec-slide-content .ec-slide-title {
        font-size: 50px;
    }
    .ec-slide-content .ec-slide-stitle {
        font-size: 22px;
    }
    .ec-slide-content p {
        font-size: 15px;
        margin-bottom: 20px;
    }
    .ec-slide-content .ec-slide-disc {
        margin-bottom: 15px;
    }
    .ec-slide-item .col-xl-6 {
        margin-left: 7%;
    }
    .ec-main-slider .slick-arrow.slick-prev {
        left: 20px;
    }
    .ec-main-slider .slick-arrow.slick-next {
        right: 20px;
    }
    .ec-service-desc h2 {
        font-size: 18px;
    }
    .ec_ser_inner {
        height: 100%;
    }
    .banner-block .banner-text .ec-banner-title {
        font-size: 24px;
    }
    .ec-banner-block-4 .banner-block .banner-text .ec-banner-title {
        font-size: 22px;
    }
    .ec-banner-block-3 .banner-block .banner-text .ec-banner-title {
        font-size: 22px;
    }
    .ec-footer .footer-top .ec-footer-widget .ec-footer-heading {
        font-size: 16px;
    }
}
@media only screen and (max-width: 1499px) {
    .ec-offer-content {
        padding-left: 0;
    }
    .ec-offer-content .ec-offer-title {
        font-size: 60px;
    }
    .ec-offer-content .ec-offer-stitle {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .ec-offer-content .ec-offer-desc {
        font-size: 30px;
        margin-bottom: 15px;
    }
    #ec-offer-count {
        margin-top: 24px;
        margin-bottom: 24px;
    }
}
@media only screen and (max-width: 1366px) {
    .section-space-p {
        padding: 40px 0;
    }
    .section-space {
        padding: 40px 0;
    }
    .section-space-pb {
        padding-bottom: 40px;
    }
    .section-space-pt {
        padding-top: 40px;
    }
    .section-space-ptb-100 {
        padding: 80px 0;
    }
    .section-space-m {
        margin: 40px 0;
    }
    .section-space-mt {
        margin-top: 40px;
    }
    .section-space-mb {
        margin-bottom: 40px;
    }
}
@media only screen and (max-width: 1240px) {
    .ec-main-menu ul li .ec-right-0 {
        right: 0;
    }
}
@media only screen and (max-width: 1199px) {
    .section-title .ec-title {
        font-size: 24px;
    }
    .section-title .sub-title {
        margin-top: 5px;
    }
    .ec-category-block {
        width: 20%;
    }
    .ec-main-menu-block {
        width: 80%;
    }
    .ec-main-menu ul li:not(:first-child) {
        margin-left: 20px;
    }
    .ec-slide-content .ec-slide-title {
        font-size: 40px;
    }
    .ec-slide-content .ec-slide-stitle {
        font-size: 28px;
    }
    .ec-slide-content p {
        font-size: 14px;
        line-height: 20px;
    }
    .ec-slide-content .btn {
        margin-top: 15px;
    }
    .ec-slide-content .ec-slide-disc {
        margin-bottom: 0;
    }
    .ec-slide-content .ec-slide-disc span {
        font-size: 26px;
    }
    .ec-main-slider .slick-thumb-nav {
        width: 30px;
        height: 30px;
    }
    .ec-main-slider .slick-arrow {
        width: 50px;
        height: 50px;
    }
    .ec-slide-item .col-xl-6 {
        margin-left: 5%;
    }
    .ec-service-desc h2 {
        font-size: 16px;
    }
    .ec-service-desc p {
        font-size: 14px;
    }
    .ec_ser_inner {
        height: 100%;
    }
    .ec_ser_inner .ec-service-image {
        margin-left: 0;
    }
    .ec-banner-right .banner-block .banner-content {
        padding: 15px 20px;
    }
    .banner-block .banner-content {
        padding: 15px 20px;
    }
    .banner-block .banner-content .ec-banner-btn a {
        font-size: 14px;
        padding: 8px 13px;
    }
    .banner-block .banner-text .ec-banner-stitle {
        font-size: 16px;
    }
    .banner-block .banner-text .ec-banner-title {
        font-size: 20px;
    }
    .ec-banner-block-3 .banner-block .banner-text .ec-banner-title {
        font-size: 20px;
    }
    .ec-banner-block-3 .banner-block .banner-text .ec-banner-desc {
        font-size: 14px;
    }
    .ec-banner-block-3 .banner-block .banner-content {
        padding: 10px 15px;
    }
    .ec-banner-block-4 .banner-block .banner-content {
        padding: 10px 15px;
    }
    .ec-banner-block-4 .banner-block .banner-text .ec-banner-title {
        font-size: 20px;
        margin-bottom: 5px;
    }
    .ec-banner-block-4 .banner-block .banner-text .ec-banner-stitle {
        margin-bottom: 0;
    }
    .ec-offer-content {
        width: 40%;
    }
    .ec-offer-content .ec-offer-title {
        font-size: 50px;
    }
    .ec-offer-content .ec-offer-desc {
        font-size: 22px;
    }
    .ec-offer-content .ec-offer-btn a {
        font-size: 14px;
        height: 40px;
        line-height: 40px;
    }
    #ec-offer-count {
        margin-top: 14px;
        margin-bottom: 10px;
    }
    .labelformat {
        font-size: 16px;
    }
    .numberDisplay {
        font-size: 26px;
    }
    .ec-pro-tab-nav .nav-item .nav-link {
        font-size: 16px;
        padding: 8px 15px;
        min-width: unset;
    }
    .ec-footer .footer-top .ec-footer-widget .ec-footer-links .ec-footer-link {
        font-size: 14px;
    }
    .ec-footer
        .footer-top
        .ec-footer-widget
        .ec-footer-links
        .ec-footer-link
        a {
        letter-spacing: 0.1px;
        font-size: 14px;
    }
    .ec-footer .footer-top .ec-footer-widget .ec-footer-heading {
        font-size: 18px;
    }
    .footer-off-msg span {
        font-size: 20px;
    }
    .footer-off-msg span.footer-off-text {
        font-size: 16px;
    }
    .footer-off-msg a {
        font-size: 14px;
    }
    .footer-bottom .ec-copy {
        font-size: 14px;
    }
}
@media only screen and (max-width: 1199px) and (min-width: 992px) {
    .col-lg-3.ec-product-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .ec-product-tab .tab-pane > .row {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
@media only screen and (min-width: 992px) {
    .ec-footer-links.ec-footer-dropdown {
        display: block !important;
    }
}
@media only screen and (max-width: 991px) {
    .section-space-p {
        padding: 35px 0;
    }
    .section-space {
        padding: 35px 0;
    }
    .section-space-pb {
        padding-bottom: 35px;
    }
    .section-space-pt {
        padding-top: 35px;
    }
    .section-space-ptb-100 {
        padding: 70px 0;
    }
    .section-space-m {
        margin: 35px 0;
    }
    .section-space-mt {
        margin-top: 35px;
    }
    .margin-b-30 {
        margin-bottom: 30px;
    }
    .section-space-mb {
        margin-bottom: 35px;
    }
    .section-title .ec-title {
        font-size: 22px;
    }
    .section-btn .ec-section-btn a {
        font-size: 14px;
        padding: 6px 15px;
    }
    .slick-arrow {
        width: 34px;
        height: 34px;
    }
    .slick-arrow:after {
        width: 34px;
        height: 34px;
    }
    .slick-arrow:before {
        font-size: 25px;
        line-height: 34px;
        height: 34px;
    }
    .ec-header-bottom {
        padding: 25px 0;
        border-bottom: 1px solid #eeeeee;
    }
    .ec-header-bottons .ec-header-btn {
        padding: 0 7px;
        min-height: 35px;
    }
    .header-top-left {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    .col.header-top-res {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 221px;
        flex: 0 0 221px;
    }
    .ec-header-user .dropdown-toggle {
        min-height: 35px;
        border: 1px solid #555;
        border-radius: 18px;
        padding: 0 10px;
    }
    .ec-header-user .dropdown-menu {
        top: 42px !important;
    }
    .ec-header-user .header_svg {
        fill: #555;
    }
    .header-logo {
        text-align: left;
    }
    .header-search {
        max-width: 100%;
        margin-right: 0;
    }
    .ec-menu-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .header-res-lan-curr {
        margin-top: 30px;
        margin-bottom: 20px;
    }
    .header-top-lan-curr .dropdown .dropdown-toggle {
        padding: 0;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        padding-bottom: 10px;
        color: #555;
    }
    .header-top-lan-curr .dropdown .dropdown-toggle::after {
        display: none;
    }
    .header-top-lan-curr .dropdown .dropdown-toggle i {
        margin-left: 15px;
        color: #555;
    }
    .header-top-lan-curr .dropdown .dropdown-menu {
        top: 0 !important;
        position: relative !important;
    }
    .header-top-lan-curr > * {
        width: 100%;
        margin-bottom: 10px;
    }
    .ec-header-search {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
    }
    .ec-main-slider {
        height: 60vh;
    }
    .ec-main-slider .slide-1,
    .ec-main-slider .slide-2,
    .ec-main-slider .slide-3 {
        height: 60vh;
    }
    .ec-side-cart .ec-menu-inner .ec-menu-content ul li .sub-menu li a {
        font-size: 14px;
    }
    .ec-side-cart .ec-cart-inner .ec-cart-bottom .cart_btn a {
        font-size: 13px;
        line-height: 40px;
    }
    .header-top-call {
        text-align: center;
        line-height: 1;
        display: block;
    }
    .ec-category-menu .ec-category-toggle {
        min-height: 50px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        max-width: 100%;
        padding: 0 15px;
    }
    .ec-category-block {
        width: 100%;
    }
    .ec-category-content {
        position: relative;
    }
    #ec-category-menu {
        width: 100%;
        left: 0;
        right: 0;
    }
    .search_submit {
        padding: 12px;
    }
    .search_svg {
        margin: 0 auto !important;
    }
    .ec-slide-content .ec-slide-title {
        font-size: 26px;
        margin-bottom: 5px;
    }
    .ec-slide-content .ec-slide-stitle {
        font-size: 18px;
    }
    .ec-slide-content .ec-slide-stitle:after {
        top: -16px;
        height: 30px;
        width: 30px;
        left: -10px;
    }
    .ec-slide-content .btn {
        margin-top: 10px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }
    .ec-slide-content p {
        margin-bottom: 10px;
    }
    .ec-slide-content .ec-slide-disc {
        font-size: 20px;
    }
    .ec-slide-item .col-xl-6 {
        margin-left: 0;
    }
    .ec-product-inner .ec-pro-image .ec-pro-actions {
        visibility: visible !important;
        bottom: 65px;
        top: auto;
        opacity: 1 !important;
    }
    .ec_cat_content .ec-section-btn a {
        font-size: 16px;
        padding: 8px 15px;
        min-width: unset;
    }
    .ec_ser_inner {
        text-align: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .ec_ser_inner .ec-service-image {
        margin: 0;
        margin-bottom: 10px;
    }
    .ec-service-desc h2 {
        margin-top: 10px;
        font-size: 16px;
    }
    .ec-offer-content .ec-offer-title {
        font-size: 36px;
    }
    .ec-offer-content .ec-offer-desc {
        font-size: 18px;
    }
    .ec-offer-content .ec-offer-btn a {
        margin-top: 10px;
    }
    .numberDisplay {
        font-size: 18px;
    }
    .labelformat {
        font-size: 14px;
    }
    .ec-pro-tab-nav .nav-item:not(:first-child) {
        margin-left: 10px;
    }
    .ec-pro-tab-nav .nav-item .nav-link {
        font-size: 14px;
        padding: 8px 15px;
        min-width: unset;
    }
    .ec-product-tab .tab-pane > .row {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .ec-test-section .ec-test-desc {
        font-size: 14px;
    }
    .ec-test-inner .ec-test-content {
        padding: 15px;
    }
    .ec-footer
        .footer-top
        .ec-footer-news
        .ec-footer-widget
        .ec-footer-heading {
        padding-bottom: 9px;
        border-bottom: 1px solid #eeeeee;
        text-transform: uppercase;
    }
    .ec-footer
        .footer-top
        .ec-footer-social
        .ec-footer-widget
        .ec-footer-heading {
        padding-bottom: 9px;
        border-bottom: 1px solid #eeeeee;
        text-transform: uppercase;
    }
    .ec-footer
        .footer-top
        .ec-footer-contact
        .ec-footer-widget
        .ec-footer-heading {
        padding-bottom: 9px;
        border-bottom: 1px solid #eeeeee;
        text-transform: uppercase;
        margin-bottom: 15px;
    }
    .ec-footer
        .footer-top
        .ec-footer-widget
        .ec-footer-links
        .ec-footer-link:not(:last-child) {
        margin-bottom: 15px;
    }
    .ec-footer .footer-top .ec-footer-widget .ec-footer-heading {
        margin-bottom: 15px;
    }
    .ec-footer .footer-top .col-sm-12.col-lg-3 {
        width: 100%;
    }
    .ec-footer .footer-top .col-sm-12.col-lg-3.ec-footer-contact {
        width: 100%;
    }
    .footer-news-title {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 38%;
        flex: 0 0 38%;
        font-size: 20px;
    }
    .ec-subscribe-form {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58%;
        flex: 0 0 58%;
    }
    .ec-heading-res {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 100%;
        height: 100%;
        display: block;
        text-align: right;
        padding-right: 10px;
        cursor: pointer;
    }
    .ec-footer-links.ec-footer-dropdown {
        display: none;
        padding: 0 0 15px 0;
    }
    .footer-bottom-copy {
        text-align: center;
    }
    .footer-bottom .col {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
    }
    .col.footer-bottom-right {
        margin: 15px auto 0;
    }
    .footer-bottom-payment.d-flex.justify-content-end {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .ec-insta-inner img {
        width: 200px;
    }
    .ec-offer-section {
        height: 65vh;
    }
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
    .banner-block .banner-content {
        padding: 20px 30px;
    }
    .banner-block .banner-content .ec-banner-btn a {
        font-size: 12px;
        padding: 7px 13px 5px;
    }
    .banner-block .banner-text .ec-banner-stitle {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .banner-block .banner-text .ec-banner-title {
        font-size: 15px;
        margin-bottom: 20px;
    }
    .ec-banner-block-2 .banner-block .banner-text .ec-banner-title {
        margin-bottom: 5px;
    }
    .ec-banner-block-2 .banner-block .banner-text .ec-banner-stitle {
        margin-bottom: 5px;
        padding-bottom: 5px;
    }
    .ec-banner-block-4 .banner-block .banner-text .ec-banner-title {
        font-size: 16px;
    }
    .ec-banner-block-4 .banner-block .banner-text .ec-banner-stitle {
        font-size: 14px;
    }
    .ec-banner-block-4 .banner-block .banner-content {
        padding: 10px 10px;
    }
    .ec-banner-block-3 .banner-block .banner-text .ec-banner-title {
        font-size: 16px;
    }
    .ec-banner-block-3 .banner-block .banner-content {
        padding: 10px 10px;
    }
}
@media only screen and (max-width: 767px) {
    .section-space-p {
        padding: 25px 0;
    }
    .section-space {
        padding: 25px 0;
    }
    .section-space-pb {
        padding-bottom: 25px;
    }
    .section-space-pt {
        padding-top: 25px;
    }
    .section-space-ptb-100 {
        padding: 50px 0;
    }
    .section-space-m {
        margin: 2px 0;
    }
    .section-space-mt {
        margin-top: 2px;
    }
    .section-space-footer-p {
        padding: 2px 0;
    }
    .section-space-mb {
        margin-bottom: 1px;
    }
    .footer-off-msg {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .footer-off-msg span {
        margin-bottom: 10px;
    }
    .section-title .ec-title {
        font-size: 22px;
    }
    .section-title .ec-title:after {
        top: -10px;
        height: 26px;
        width: 26px;
        left: -14px;
    }
    .header-top .header-top-left {
        margin-right: 30px;
    }
    .ec-header-search {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 65%;
        flex: 0 0 65%;
    }
    .header-top-center {
        display: none;
    }
    .ec-header-bottons .ec-header-btn {
        margin-left: 10px;
    }
    .ec-main-slider {
        height: 50vh;
    }
    .ec-main-slider .slide-1,
    .ec-main-slider .slide-2,
    .ec-main-slider .slide-3 {
        height: 50vh;
    }
    .ec-category-menu .ec-category-toggle .ec-category-title {
        font-size: 16px;
    }
    .ec-main-slider ul.slick-dots {
        display: none !important;
    }
    .ec-slide-content .ec-slide-stitle {
        font-size: 16px;
        margin-bottom: 1px;
    }
    .ec-slide-content p {
        display: none;
    }
    .ec-slide-content .ec-slide-title {
        font-size: 22px;
    }
    .ec-slide-content .ec-slide-disc {
        font-size: 14px;
    }
    .ec-slide-content .ec-slide-disc span {
        font-size: 16px;
    }
    .ec-slide-content .btn {
        height: 35px;
        line-height: 35px;
        font-size: 12px;
        padding: 0 15px;
    }
    .ec_cat_content .ec-section-btn a {
        font-size: 14px;
    }
    .ec_cat_slider .slick-arrow.slick-next {
        right: 15px;
    }
    .ec_cat_slider .slick-arrow.slick-prev {
        left: 15px;
    }
    .ec_ser_content {
        margin-bottom: 30px;
    }
    .ec-service-desc h2 {
        margin-top: 0;
        font-size: 20px;
    }
    .ec-service-desc p {
        font-size: 14px;
    }
    .ec_ser_inner {
        text-align: left;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .ec_ser_inner .ec-service-image {
        margin-right: 22px;
        margin-bottom: 0;
    }
    .ec-banners {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: -15px auto;
    }
    .ec-banners > .col-sm-6 {
        width: 100%;
    }
    .ec-banner-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0 auto;
    }
    .ec-banner-top {
        margin-bottom: 0;
    }
    .ec-banner-block {
        padding: 15px;
    }
    .ec-banner-block-2 .banner-block .banner-text .ec-banner-title {
        font-size: 18px;
    }
    .ec-trend-product .slick-slide {
        text-align: center;
    }
    .ec-trend-product .section-title-block {
        margin-bottom: 15px;
    }
    .ec-trend-slider .slick-arrow.slick-next {
        left: 50px;
    }
    .ec-trend-slider .slick-arrow.slick-prev {
        right: 50px;
    }
    .ec-offer-content {
        width: 46%;
    }
    .ec-offer-content .ec-offer-title {
        font-size: 24px;
        margin-bottom: 5px;
    }
    .ec-offer-content .ec-offer-stitle {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .ec-offer-content .ec-offer-stitle:after {
        height: 4px;
    }
    .ec-offer-content .ec-offer-desc {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .ec-offer-content .ec-offer-btn a {
        font-size: 14px;
        padding: 0 15px;
        margin-top: 0;
        line-height: 40px;
    }
    .numberDisplay {
        min-height: 20px;
        min-width: 40px;
        font-size: 20px;
        padding-right: 10px;
    }
    .numberDisplay:after {
        height: 4px;
        width: 4px;
    }
    .labelformat {
        font-size: 14px;
    }
    .displaySection {
        margin-right: 5px;
    }
    #ec-offer-count {
        margin-top: 10px;
        margin-bottom: 15px;
    }
    .ec-pro-tab-nav {
        margin: 15px 0 0;
        -webkit-box-pack: left;
        -ms-flex-pack: left;
        justify-content: left;
    }
    .ec-pro-tab-nav .nav-item {
        font-size: 14px;
    }
    .ec-product-inner .ec-pro-content {
        padding: 17px 0 0;
    }
    .ec-product-inner .ec-pro-content .ec-pro-title a {
        font-size: 16px;
    }
    .ec-pro-tab-slider {
        padding-bottom: 63px;
    }
    .ec-pro-tab-slider .slick-arrow.slick-next {
        left: 50px;
    }
    .ec-pro-tab-slider .slick-arrow.slick-prev {
        right: 50px;
    }
    .ec-product-tab .section-title-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .ec-test-section .slick-arrow {
        width: 60px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60px;
        flex: 0 0 60px;
    }
    .ec-test-section .ec-test-desc {
        font-size: 14px;
        line-height: 1.3;
    }
    #ec-testimonial-slider .slick-list {
        margin: 0 15px;
    }
    .ec-brand-item {
        width: 33.33333%;
    }
    .ec-footer .footer-top .ec-footer-widget .ec-footer-heading {
        font-size: 15px;
    }
    .ec-footer
        .footer-top
        .ec-footer-news
        .ec-footer-widget
        .ec-footer-heading {
        font-size: 15px;
    }
    .ec-footer
        .footer-top
        .ec-footer-social
        .ec-footer-widget
        .ec-footer-heading {
        font-size: 15px;
    }
    .ec-footer
        .footer-top
        .ec-footer-contact
        .ec-footer-widget
        .ec-footer-heading {
        font-size: 15px;
    }
    .footer-off-msg span {
        font-size: 16px;
    }
    .modal-dialog {
        width: 80%;
        height: auto;
        max-width: 100%;
        padding: 35px 0;
        margin: 0 auto;
    }
    .modal-dialog .qty-nav-thumb {
        max-width: 420px;
        margin: 0 auto;
    }
    .modal-dialog .qty-product-cover {
        max-width: 420px;
        margin: 0 auto;
        margin-bottom: 15px;
    }
    .modal-dialog .quickview-pro-content {
        margin-top: 20px;
    }
    button.btn-close.qty_close {
        right: 5px;
        top: 5px;
        width: 10px;
        height: 10px;
    }
    #ec-popnews-box {
        width: 90%;
        max-width: 600px;
    }
    #ec-popnews-box h1 {
        font-size: 20px;
    }
    .ec-insta-inner img {
        width: 170px;
    }
    .ec-footer-logo a img {
        width: 100px;
    }
    .mb-minus-30 {
        margin-bottom: -30px;
    }
    .ec-offer-section {
        /* height: 50vh; */
        height: auto;
    }
    .ec-fb-style .fb-footer .fb-msg-button svg {
        stroke: #fff;
    }
    .ec-fb-style .fb-footer .fb-msg-button:before {
        width: 100%;
    }
}
@media only screen and (max-width: 599px) {
    .ec-test-section .section-title-block {
        margin-bottom: 20px;
    }
    .ec-test-section .ec-test-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .ec-test-inner .ec-test-img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        border-radius: 0;
    }
    .ec-test-inner .ec-test-img img {
        margin: 0 auto;
    }
}
@media only screen and (max-width: 575px) {
    .header-top .header-top-left {
        margin-right: 50px;
    }
    .ec-header-bottom {
        padding: 20px 0;
    }
    .ec-header-bottom .col {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
    }
    .header-logo {
        text-align: center;
        margin-bottom: 20px;
    }
    .ec-main-slider {
        height: 25vh;
    }
    .ec-main-slider .slide-1,
    .ec-main-slider .slide-2,
    .ec-main-slider .slide-3 {
        height: 35vh;
        background-position: right;
    }
    .ec-main-slider .slide-1 .ec-slide-content,
    .ec-main-slider .slide-2 .ec-slide-content,
    .ec-main-slider .slide-3 .ec-slide-content {
        padding: 15px;
        background-color: rgba(255, 255, 255, 0.8);
        border-radius: 15px;
        -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.08);
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.08);
    }
    .ec-insta-outer {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .header-search {
        margin-right: auto;
    }
    .header-logo a img {
        width: 110px;
    }
    .ec-banner-block {
        width: 100%;
    }
    .ec-banner-block .banner-block > a {
        width: 100%;
    }
    .banner-block img {
        height: 200px;
    }
    .ec-fb-style .fb-panel {
        width: 290px;
    }
}
@media only screen and (max-width: 479px) {
    .col-lg-3.ec-product-content {
        max-width: 320px;
        margin: 0 auto;
    }
    .ec-trend-slider .ec-product-content {
        max-width: 320px;
        margin: 0 auto;
    }
    .section-title-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .section-btn .ec-section-btn a {
        margin-top: 10px;
        min-width: auto !important;
        font-size: 12px;
        padding: 5px 10px;
    }
    .section-title .ec-title {
        font-size: 18px;
    }
    .section-title .sub-title {
        font-size: 14px;
    }
    .header-top-left {
        display: none;
    }
    .col.header-top-res {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
        flex: 1 0 0;
    }
    .ec-search-select-inner {
        width: 72px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .ec-search-select-inner select {
        font-size: 14px;
        padding: 0 10px;
    }
    .ec-header-user .dropdown-menu {
        min-width: 110px;
    }
    .ec-side-cart {
        width: 290px;
    }
    .ec-side-cart .ec-menu-inner .ec-menu-content ul li a {
        padding: 7px 0px;
        font-size: 16px;
    }
    .ec-side-cart .ec-menu-inner .ec-menu-content ul li .sub-menu li a {
        font-size: 15px;
    }
    .ec-side-cart .ec-cart-inner .ec-cart-title {
        margin-bottom: 15px;
    }
    /* .ec-side-cart.ec-mobile-menu {
        width: 290px;
    } */
    .eccart-pro-items li {
        margin-bottom: 15px;
        padding-bottom: 15px;
    }
    .ec-slide-content .ec-slide-stitle {
        font-size: 12px;
        margin-bottom: 5px;
    }
    .ec-slide-content .ec-slide-stitle:after {
        top: -12px;
        height: 20px;
        width: 20px;
        left: -10px;
    }
    .ec-slide-content .ec-slide-disc {
        display: none;
    }
    .ec-slide-content .ec-slide-title {
        font-size: 20px;
    }
    .ec-slide-content .btn {
        margin-top: 0;
        height: 30px;
        line-height: 30px;
        font-size: 10px;
        padding: 0 10px;
    }
    .ec_ser_content {
        width: 100%;
    }
    .ec_ser_inner {
        min-height: auto;
    }
    .ec_ser_inner .ec-service-image {
        margin-right: 10px;
    }
    .ec_ser_inner .ec-service-image svg {
        width: 34px;
        height: 34px;
    }
    .ec_ser_inner .ec-service-image:before {
        height: 50px;
        width: 50px;
    }
    .ec-service-desc h2 {
        font-size: 14px;
    }
    .ec-service-desc p {
        font-size: 12px;
    }
    .banner-block .banner-text .ec-banner-stitle {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .banner-block .banner-text .ec-banner-title {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .banner-block .banner-content .ec-banner-btn a {
        font-size: 12px;
    }
    .ec-banner-block-2 .banner-block .banner-text {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .ec-banner-block-2 .banner-block .banner-text .ec-banner-stitle {
        margin-right: 10px;
    }
    .ec-offer-content {
        width: 48%;
    }
    .ec-offer-content .ec-offer-title {
        font-size: 18px;
        margin-bottom: 2px;
    }
    .ec-offer-content .ec-offer-stitle {
        font-size: 12px;
        margin-bottom: 2px;
    }
    .ec-offer-content .ec-offer-stitle:after {
        width: 20px;
        margin: 0 10px;
    }
    .ec-offer-content .ec-offer-desc {
        display: none;
    }
    .ec-offer-content .ec-offer-btn a {
        font-size: 12px;
        line-height: 40px;
    }
    .labelformat {
        font-size: 10px;
        letter-spacing: 0;
    }
    .numberDisplay {
        min-height: 14px;
        min-width: 35px;
        font-size: 14px;
        padding-right: 5px;
    }
    .ec-pro-tab-nav .nav-item {
        width: 100%;
        margin: 0 auto 5px;
    }
    .ec-pro-tab-nav .nav-item:not(:first-child) {
        margin-left: 0;
    }
    .ec-pro-tab-nav .nav-item .nav-link {
        font-size: 14px;
        padding: 10px 15px 9px;
    }
    .ec-product-tab .section-title-block {
        margin-bottom: 25px;
    }
    .ec-product-tab .slick-slide {
        text-align: center;
    }
    .ec-test-section .slick-arrow {
        width: 40px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
        flex: 0 0 40px;
    }
    .ec-test-section .ec-test-name {
        font-size: 18px;
    }
    .ec-test-section .ec-test-designation {
        font-size: 14px;
    }
    .ec-brand-item {
        width: 50%;
    }
    .footer-off-msg {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .footer-off-msg a {
        padding-left: 0;
        margin-top: 5px;
        font-size: 14px;
    }
    .footer-off-msg span.footer-off-text {
        margin: 10px auto;
        font-size: 14px;
    }
    .footer-bottom .ec-copy {
        font-size: 14px;
    }
    .modal-dialog {
        width: 90%;
    }
    .quickview-pro-content .ec-quick-title a {
        font-size: 18px;
        margin: 0 0 10px 0;
    }
    .quickview-pro-content .ec-quickview-rating {
        margin-bottom: 10px;
    }
    .quickview-pro-content .ec-quickview-qty .ec-quickview-cart .btn {
        margin: 0 10px;
        margin-right: 0;
        font-size: 14px;
    }
    #ec-popnews-box {
        padding: 20px;
    }
    #ec-popnews-box h1 {
        font-size: 17px;
    }
    #ec-popnews-box button {
        font-size: 14px;
        height: 40px;
        line-height: 1;
    }
    #ec-popnews-box input {
        margin-bottom: 15px;
    }
    #ec-popnews-close {
        width: 20px;
        height: 20px;
        font-size: 12px;
    }
    #addtocart_toast {
        font-size: 14px;
    }
    #wishlist_toast {
        font-size: 14px;
    }
    .ec-d-l {
        position: absolute !important;
        left: 0 !important;
    }
}
@media only screen and (max-width: 379px) {
    .numberDisplay {
        min-height: 12px;
        min-width: 26px;
        font-size: 12px;
        padding: 0;
    }
}
/*# sourceMappingURL=demo1.css.map */
