@charset "UTF-8";

/*-------------------------------------------------
  Helper Class
---------------------------------------------------*/






img {
  vertical-align: middle;
  max-width: 100%;
}

svg {
  vertical-align: middle;
}



.ec-header-bottom {
  background-color: transparent;
  padding: 25px 0;
  border-bottom: 1px solid #eeeeee;
}

.ec-flex {
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/*----  Site Logo  ----*/
.header-logo {
  text-align: left;
}
.header-logo img {
  width: 130px;
}

/*----  Header Button Actions  ----*/
.header_svg {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 36px;
  height: 36px;
  fill: #444444;
}

.ec-header-wishlist .header_svg {
  width: 33px;
  height: 33px;
}

.ec-header-bottons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.ec-header-bottons > * + * {
  padding-right: 9px;
  margin-left: 27px;
}
.ec-header-bottons .ec-header-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  color: #444444;
  width: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ec-header-bottons .ec-header-btn:hover {
  color: #222;
}
.ec-header-bottons .ec-header-btn:hover .ec-header-count {
  color: #ffffff;
  background-color: #222;
}
.ec-header-bottons .ec-header-btn:hover .header_svg {
  fill: #ff909d;
}
.ec-header-bottons .ec-header-btn:hover .cart-amount {
  color: #222;
}
.ec-header-bottons .ec-header-btn i {
  font-size: 24px;
  line-height: 1;
  color: #444444;
}
.ec-header-bottons .ec-header-btn .ec-header-count {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  position: absolute;
  z-index: 2;
  top: auto;
  right: 0;
  height: 20px;
  min-width: 20px;
  text-align: center;
  color: #ffffff;
  border-radius: 10px;
  background-color: #777777;
  bottom: 0;
  padding: 0 4px;
}
.ec-header-bottons .ec-header-btn .cart-amount {
  display: block;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  padding-left: 15px;
  color: #0f0f0f;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ec-header-bottons .ec-header-btn.ec-header-wishlist {
  padding-bottom: 0;
  padding-right: 8px;
  margin-left: 34px;
}
.ec-header-bottons .ec-header-btn.ec-header-wishlist .header-icon {
  margin-top: 3px;
}
.ec-header-bottons .ec-header-btn.dropdown-toggle::after {
  display: none;
}
.ec-header-bottons .ec-header-user:hover .header_svg {
  fill: #ff909d;
}

.ec-header-user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ec-header-user .dropdown-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border: none;
  background-color: transparent;
  padding: 0;
}
.ec-header-user .dropdown-toggle::after {
  display: none;
}
.ec-header-user .dropdown-toggle i {
  font-size: 24px;
  line-height: 1;
  color: #444444;
}
.ec-header-user .dropdown-menu {
  margin: 0;
  top: 50px !important;
  left: auto !important;
  right: 0 !important;
  min-width: 130px;
  overflow: hidden;
  padding: 0 10px;
  background: #ffffff;
  border-radius: 0;
  -webkit-box-shadow: 0 3px 25px 4px rgba(0, 0, 0, 0.06);
          box-shadow: 0 3px 25px 4px rgba(0, 0, 0, 0.06);
  -webkit-transform: translate3d(0, 0, 0) !important;
          transform: translate3d(0, 0, 0) !important;
  border: 1px solid #d9d9d9;
}
.ec-header-user .dropdown-menu li {
  border-bottom: 1px solid #ebebeb;
}
.ec-header-user .dropdown-menu li:last-child {
  border: none;
}
.ec-header-user .dropdown-menu .dropdown-item {
  padding: 7px;
  color: #777;
  font-size: 13px;
  font-weight: 300;
  background: transparent;
  text-transform: uppercase;
}
.ec-header-user .dropdown-menu .dropdown-item:hover {
  color: #222;
}

/*----  Main Menu  ----*/
.ec-main-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ec-main-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.ec-main-menu ul li {
  margin-left: 20px;
  margin-right: 20px;
}
.ec-main-menu ul li a {
  font-size: 14px;
  line-height: 50px;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #444444;
  display: block;
  position: relative;
  font-family: "Poppins, sans-serif";
}
.ec-main-menu ul li .main-label-note-new {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 10px;
  height: 10px;
  margin: auto;
  background-color: rgb(236, 113, 109);
  border-radius: 50%;
  cursor: default;
  display: block;
  position: absolute;
  bottom: 6px;
  left: 0;
  right: 0;
  z-index: 3;
  -webkit-animation: blink-lbl-back 2.3s infinite;
          animation: blink-lbl-back 2.3s infinite;
}
@-webkit-keyframes blink-lbl-back {
  0% {
    opacity: 1;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  80% {
    opacity: 0.4;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes blink-lbl-back {
  0% {
    opacity: 1;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  80% {
    opacity: 0.4;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes blink-lbl {
  0% {
    opacity: 0;
  }
  49% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@keyframes blink-lbl {
  0% {
    opacity: 0;
  }
  49% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
.ec-main-menu ul li:hover > a {
  color: #ff909d !important;
}
.ec-main-menu ul li .mega-menu {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
  margin-top: 15px;
  padding: 20px 0px 30px 30px;
  position: absolute;
  -webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1);
  background: #ffffff;
  opacity: 0;
  visibility: hidden;
  left: 0;
  z-index: 15;
  border-radius: 30px;
}
.ec-main-menu ul li .mega-menu li ul {
  width: 25%;
  margin-right: 30px;
}
.ec-main-menu ul li .mega-menu li ul li.menu_title a {
  color: #444444;
  font-size: 14px;
  font-weight: 600;
  display: block;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 10px;
  padding-bottom: 5px;
  height: auto;
}
.ec-main-menu ul li .mega-menu li ul li.menu_title a:hover {
  color: #222;
}
.ec-main-menu ul li .mega-menu li ul li a {
  color: #777;
  text-transform: capitalize;
  line-height: 30px;
  font-weight: 400;
  font-size: 14px;
  display: block;
  padding: 3px 0;
  border: 0;
  height: auto;
}
.ec-main-menu ul li .mega-menu li ul li a:hover {
  color: #222;
}
.ec-main-menu ul li .mega-menu ul.ec-main-banner {
  margin-top: 20px;
}
.ec-main-menu ul li .mega-menu ul.ec-main-banner li {
  width: 25%;
  padding-right: 30px;
}
.ec-main-menu ul li .mega-menu ul.ec-main-banner li a {
  height: auto;
  padding: 0;
  margin: 0;
  position: relative;
  overflow: hidden;
  border-radius: 30px;
}
.ec-main-menu ul li.active > a {
  color: #ff909d !important;
}
.ec-main-menu ul li.dropdown {
  position: relative;
}
.ec-main-menu ul li.dropdown ul.sub-menu {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  min-width: 215px;
  margin-top: 15px;
  padding: 15px 0;
  position: absolute;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  left: auto !important;
  background: #ffffff;
  -webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1);
  display: block;
  z-index: 9;
  border-radius: 30px;
}
.ec-main-menu ul li.dropdown ul.sub-menu .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  background-image: url("../images/bg/menu-bg-8.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: bottom;
  z-index: -1;
}
.ec-main-menu ul li.dropdown ul li {
  padding: 0;
  margin: 0;
  display: block;
}
.ec-main-menu ul li.dropdown ul li a {
  display: block;
  line-height: 20px;
  padding: 8px 20px;
  font-weight: 400;
  font-size: 14px;
  color: #777;
  text-transform: capitalize;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ec-main-menu ul li.dropdown ul li .label-note-new {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 5px;
  height: 20px;
  background: rgb(250, 164, 164);
  cursor: default;
  display: none;
  position: absolute;
  top: 8px;
  left: 0px;
  z-index: 16;
  border-radius: 0 4px 4px 0;
}
.ec-main-menu ul li.dropdown ul li .label-note-hot {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 5px;
  height: 20px;
  background: rgb(138, 179, 134);
  cursor: default;
  display: none;
  position: absolute;
  top: 8px;
  left: 0px;
  z-index: 16;
  border-radius: 0 4px 4px 0;
}
.ec-main-menu ul li.dropdown ul li .label-note-trending {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 5px;
  height: 20px;
  background: rgb(25, 128, 175);
  cursor: default;
  display: none;
  position: absolute;
  top: 8px;
  left: 0px;
  z-index: 16;
  border-radius: 0 4px 4px 0;
}
.ec-main-menu ul li.dropdown li.position-static {
  position: relative !important;
}
.ec-main-menu ul li.dropdown li.position-static:hover .sub-menu.sub-menu-child {
  margin: 0;
  opacity: 1;
  visibility: visible;
}
.ec-main-menu ul li.dropdown ul.sub-menu.sub-menu-child {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 15px 0 0 0;
  left: 100% !important;
  opacity: 0;
  visibility: hidden;
  top: 0;
}
.ec-main-menu ul li.dropdown:hover .sub-menu {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
}
.ec-main-menu ul li.dropdown:hover .mega-menu {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
}
.ec-main-menu > ul > li > a:before {
  content: "";
  position: absolute;
  top: auto;
  bottom: 0;
  height: 2px;
  width: 0;
  margin: 0 auto;
  background: transparent;
  left: 0;
  right: auto;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ec-main-menu > ul > li:hover > a:before {
  background: #ff909d;
  width: 100%;
}
.ec-main-menu > ul > li.active > a:before {
  background: #ff909d;
  width: 100%;
}

/*----  Desktop search  ----*/
.header-search {
  width: 500px;
  position: relative;
}
.header-search .form-control {
  display: block;
  width: 100%;
  min-height: 45px;
  height: 45px;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #777777;
  border-radius: 30px;
  border: 1px solid #eeeeee;
  letter-spacing: 0.5px;
}

.action-form {
  position: relative;
}

.submit {
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  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;
  width: 45px;
  height: 100%;
  background: transparent;
  color: #222;
  font-size: 16px;
  border-radius: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
  padding: 0;
}
.submit .header_svg {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 14px;
  height: 14px;
  fill: #444;
  margin-bottom: 1px;
}
.submit .header_svg:hover {
  fill: #ff909d;
}
.submit:hover {
  color: #ff909d;
}
.submit:hover .header_svg {
  fill: #ff909d;
}

/*----  Side Cart & Side Menu Toggle  ----*/
body.ec-open {
  overflow: hidden;
}
body.ec-open:before {
  height: 100%;
  width: 100%;
  background: #000000;
  opacity: 0.7;
  position: absolute;
  z-index: 998;
  content: "";
}

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

.ec-side-cart {
  font-size: 14px;
  font-weight: 400;
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  left: auto;
  display: block;
  width: 350px;
  height: 100%;
  padding: 15px 20px 20px 20px;
  -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: 0;
}
.ec-side-cart .text-right {
  font-weight: 700;
}
.ec-side-cart .ec-cart-inner {
  position: relative;
  z-index: 9;
  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;
}
.ec-side-cart .ec-cart-inner .ec-cart-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 0 0 10px 0;
  border-bottom: 2px solid #eeeeee;
  margin-bottom: 20px;
}
.ec-side-cart .ec-cart-inner .ec-cart-title .cart_title {
  font-size: 17px;
  color: #222;
  font-family: "Montserrat";
  font-weight: 600;
}
.ec-side-cart .ec-cart-inner .ec-cart-title .ec-close {
  position: relative;
  border: 0;
  font-size: 30px;
  line-height: 1;
  color: #222;
}
.ec-side-cart .ec-cart-inner .ec-cart-bottom .cart_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
.ec-side-cart .ec-cart-inner .ec-cart-bottom .cart_btn a {
  width: 48%;
  height: 40px;
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 8px 15px;
  line-height: 22px;
  border-radius: 15px;
}
.ec-side-cart .ec-cart-inner .ec-cart-bottom .cart-sub-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 0;
  padding-bottom: 8px;
  border-top: 1px solid #eeeeee;
  margin: 20px 0 0 0px;
}
.ec-side-cart .ec-cart-inner .ec-cart-bottom .cart-sub-total table {
  margin: 10px 0 0 0;
}
.ec-side-cart .ec-cart-inner .ec-cart-bottom .cart-sub-total table tr td {
  border: none;
}
.ec-side-cart .ec-menu-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 0 0 10px 0;
  border-bottom: 2px solid #eeeeee;
  margin-bottom: 30px;
  margin-bottom: 10px;
}
.ec-side-cart .ec-menu-title .menu_title {
  font-size: 18px;
  color: #ff909d;
  font-family: "Poppins, sans-serif";
  font-weight: 600;
}
.ec-side-cart .ec-menu-title .ec-close {
  position: relative;
  border: 0;
  font-size: 30px;
  line-height: 1;
  color: #222;
}
.ec-side-cart .ec-menu-inner .ec-menu-content ul li {
  position: relative;
  display: block;
  line-height: 28px;
}
.ec-side-cart .ec-menu-inner .ec-menu-content ul li a {
  display: block;
  padding: 10px 0px;
  text-transform: capitalize;
  color: #444444;
  border-bottom: 1px solid #ededed;
  font-size: 15px;
  font-weight: 500;
}
.ec-side-cart .ec-menu-inner .ec-menu-content ul li .sub-menu {
  position: static;
  top: auto;
  display: none;
  visibility: visible;
  width: 100%;
  min-width: auto;
  padding: 0;
  -webkit-transition: none;
  transition: none;
  opacity: 1;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ec-side-cart .ec-menu-inner .ec-menu-content ul li .sub-menu li {
  line-height: inherit;
  position: relative;
}
.ec-side-cart .ec-menu-inner .ec-menu-content ul li .sub-menu li a {
  text-transform: capitalize;
  padding-left: 15px;
  padding-right: 0px;
  display: block;
  border-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  color: #777;
  border-radius: 30px;
  overflow: hidden;
}
.ec-side-cart .ec-menu-inner .ec-menu-content ul li .sub-menu li .sub-menu li a {
  font-weight: 300;
  padding-left: 30px;
  font-size: 14px;
}
.ec-side-cart .ec-menu-inner .ec-menu-content ul li:hover > a {
  color: #222;
}
.ec-side-cart .ec-menu-inner .ec-menu-content ul li:hover > span.menu-toggle:before {
  color: #222;
}
.ec-side-cart .ec-menu-inner .ec-social li {
  display: inline-block;
  margin: 0 10px 0px 0;
  line-height: 40px;
  padding: 0;
}
.ec-side-cart .ec-menu-inner .ec-social li a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
  background: #222;
  font-size: 16px;
  padding: 0;
  line-height: 40px;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  text-align: center;
  border: none;
  z-index: 1;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.ec-side-cart .ec-menu-inner .ec-social li a:hover {
  background: #212121;
  color: #ffffff;
}

.ec-menu-content > ul > li .menu-toggle {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  width: 24px;
  height: 44px;
  cursor: pointer;
  background-color: transparent;
}
.ec-menu-content > ul > li .menu-toggle::before {
  width: 100%;
  content: "\f067";
  font-family: "EcIcons";
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  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;
  height: 100%;
  color: #444444;
  font-size: 12px;
}
.ec-menu-content > ul > li.active > .menu-toggle::before {
  content: "\f068";
}
.ec-menu-content > ul > li.active > ul > li.active > .menu-toggle::before {
  content: "\f068";
}

.ec-side-cart.ec-mobile-menu {
  right: auto;
  left: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  width: 340px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.ec-side-cart.ec-mobile-menu.ec-open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.ec-side-cart.ec-open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

.ec-side-cart.ec-cart .ec-cart-inner .ec-cart-title {
  margin-bottom: 30px;
  padding: 0;
}
.ec-side-cart.ec-cart .ec-cart-inner .ec-cart-title .cart_title {
  font-size: 20px;
}

.ec-side-cart.ec-wishlist .ec-cart-inner .ec-cart-title {
  margin-bottom: 30px;
  padding: 0;
}
.ec-side-cart.ec-wishlist .ec-cart-inner .ec-cart-title .cart_title {
  font-size: 20px;
}

.eccart-pro-items {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.eccart-pro-items li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eeeeee;
}
.eccart-pro-items li .sidekka_pro_img {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 20%;
          flex: 1 0 20%;
}
.eccart-pro-items li .sidekka_pro_img img {
  max-width: 100%;
}
.eccart-pro-items li .ec-pro-content {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 70%;
          flex: 1 0 70%;
  padding-left: 15px;
  overflow: hidden;
}
.eccart-pro-items li .ec-pro-content .cart_pro_title {
  width: 100%;
  padding-right: 30px;
  text-decoration: none;
  color: #777;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
}
.eccart-pro-items li .ec-pro-content .cart_pro_title:hover {
  color: #ff909d;
}
.eccart-pro-items li .ec-pro-content .cart-price {
  font-size: 14px;
  display: block;
  margin-top: 5px;
}
.eccart-pro-items li .ec-pro-content .cart-price span {
  color: #777;
  font-weight: 700;
  font-size: 16px;
}
.eccart-pro-items li .ec-pro-content .remove {
  line-height: 15px;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 9px;
  color: #222;
  font-size: 16px;
  background: #ffffff;
}
.eccart-pro-items li .ec-pro-content .remove:hover {
  color: #555;
}
.eccart-pro-items li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.eccart-pro-items li .ec-pro-content .qty-plus-minus {
  border: 1px solid #eeeeee;
  display: inline-block;
  height: 35px;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 7px 0;
  margin-top: 7px;
}
.eccart-pro-items li .ec-pro-content .qty-plus-minus .ec_qtybtn {
  width: 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;
  height: 100%;
  cursor: pointer;
  font-size: 20px;
  color: #777;
}
.eccart-pro-items li .ec-pro-content .qty-plus-minus input.qty-input {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  color: #777;
  float: left;
  font-size: 14px;
  height: auto;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 32px;
  outline: none;
  font-weight: 400;
  line-height: 35px;
}
.eccart-pro-items li .ec-pro-content .qty-plus-minus .dec.ec_qtybtn {
  border-right: 1px solid #eeeeee;
}
.eccart-pro-items li .ec-pro-content .qty-plus-minus .inc.ec_qtybtn {
  border-left: 1px solid #eeeeee;
}

/*-------------------------------------------------
    Site Footer Section
---------------------------------------------------*/
.ec-footer {
  color: #ffffff;
  background: #222222;
}
.ec-footer .footer-top {
  border-top: 1px solid #3c3c3c;
}
.ec-footer .footer-top .col-sm-12 {
  width: 20%;
}
.ec-footer .footer-top .ec-footer-widget .ec-footer-heading {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 18px;
  color: #ffffff;
  letter-spacing: 0;
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 7px;
  text-transform: uppercase;
}
.ec-footer .footer-top .ec-footer-widget .ec-footer-heading::before {
  content: "";
  position: absolute;
  top: auto;
  right: 0;
  left: 0;
  height: 1px;
  border-bottom: 1px solid #ff909d;
  bottom: 0;
  width: 53px;
}
.ec-footer .footer-top .ec-footer-widget .s-head {
  display: none;
}
.ec-footer .footer-top .ec-footer-widget .ec-footer-links .ec-footer-link {
  display: block;
  margin: 0;
  line-height: 1.5;
  border: 0;
  padding: 0;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ec-footer .footer-top .ec-footer-widget .ec-footer-links .ec-footer-link:not(:last-child) {
  margin-bottom: 16px;
}
.ec-footer .footer-top .ec-footer-widget .ec-footer-links .ec-footer-link a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 16px;
  line-height: 20px;
  padding: 0;
  color: #ffffff;
  margin-bottom: 0;
  display: inline-block;
  position: relative;
  word-break: break-all;
  opacity: 0.4;
  letter-spacing: 0;
  font-weight: 300;
}
.ec-footer .footer-top .ec-footer-widget .ec-footer-links .ec-footer-link a:hover {
  color: #ff909d;
  opacity: 1;
}
.ec-footer .footer-top .ec-footer-contact .ec-footer-widget .ec-footer-links li:first-child {
  -webkit-box-align: self-start;
      -ms-flex-align: self-start;
          align-items: self-start;
}
.ec-footer .footer-top .ec-footer-contact .ec-footer-widget .ec-footer-links li p {
  font-weight: 300;
  opacity: 0.4;
}
.ec-footer .footer-top .ec-footer-contact .ec-footer-widget .ec-footer-links a {
  text-transform: unset;
}
.ec-footer .footer-top .ec-footer-contact .ec-footer-widget .ec-footer-links .ec-footer-link span {
  width: 35px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ec-footer .footer-top .ec-footer-contact .ec-footer-widget .ec-footer-links .ec-footer-link span i {
  font-size: 18px;
  line-height: 15px;
  opacity: 0.4;
}
.ec-footer .footer-top .ec-footer-social {
  margin-bottom: 0;
}
.ec-footer .footer-top .ec-footer-social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ec-footer .footer-top .ec-footer-social .ec-footer-widget .ec-footer-links .ec-footer-link {
  padding-right: 5px;
}
.ec-footer .footer-top .ec-footer-social .ec-footer-widget .ec-footer-links .ec-footer-link:not(:last-child) {
  margin-bottom: 0;
}
.ec-footer .footer-top .ec-footer-social .ec-footer-widget .ec-footer-links .ec-footer-link a {
  text-transform: capitalize;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
}
.ec-footer .footer-top .ec-footer-social .ec-footer-widget .ec-footer-links .ec-footer-link a i {
  font-size: 25px;
  margin-right: 10px;
}

.footer-cat-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  margin: 0 auto;
}
.footer-cat-block .footer-cat-stitle {
  margin-bottom: 14px;
  font-weight: 600;
  color: #ff909d;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}
.footer-cat-block .footer-cat-title {
  font-size: 13px;
  font-weight: 600;
  color: #999;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 22px;
}
.footer-cat-block a, .footer-cat-block span {
  color: #787878;
}
.footer-cat-block a {
  padding: 0 5px;
  text-transform: capitalize;
}
.footer-cat-block a:hover {
  color: #999;
}
.footer-cat-block .block {
  margin: 5px 0;
}

div#ec_news_signup {
  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;
}

.ec-footer-contact {
  margin-bottom: 30px;
}

.svg_img.foo_svg {
  height: 25px;
  fill: #ffffff;
  width: auto;
  opacity: 0.4;
}

.ec-foo-location .svg_img.foo_svg {
  margin-top: 3px;
}

.ec-foo-call .svg_img.foo_svg {
  height: 24px;
}

.ec-foo-mail .svg_img.foo_svg {
  height: 20px;
}

.footer-bottom {
  padding: 30px 0;
  border-top: 1px solid #3c3c3c;
}
.footer-bottom .ec-copy {
  color: #ffffff;
  font-size: 13px;
  letter-spacing: 3.2px;
  text-align: center;
  opacity: 0.4;
  font-weight: 300;
}
.footer-bottom .ec-copy a {
  color: #ffffff;
}
.footer-bottom .ec-copy .site-name:hover {
  color: #ff909d;
}

.footer-bottom-payment {
  margin-bottom: 15px;
}

.ec-heading-res {
  display: none;
}

/*-------------------------------------------------
   Demo 8 Page CSS
---------------------------------------------------*/
/*---------------------------------------------------------------------------------
    Common CSS
-----------------------------------------------------------------------------------*/
body {
  user-select: none; /* supported by Chrome and Opera */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
}

/*----- Section Style  -----*/
.section-space-p {
  padding: 40px 0;
}

.section-space-pb {
  padding-bottom: 40px;
}

.section-space-pt {
  padding-top: 40px;
}

.section-space-ptb-100 {
  padding: 800px 0;
}

.section-space-m {
  margin: 40px 0;
}

.section-space-mt {
  margin-top: 40px;
}

.section-space-mb {
  margin-bottom: 40px;
}

.section-space-footer-p {
  padding: 40px 0;
}

.space-t-50 {
  padding-top: 50px;
}

.btn-secondary {
  background-color: #222;
}
.btn-secondary:hover {
  background-color: #555555;
}

/*----- Page Section Animation Style  -----*/
@-webkit-keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@-webkit-keyframes slideInleft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes slideInleft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@-webkit-keyframes zoomReverseIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes zoomReverseIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@-webkit-keyframes flipInY {
  0% {
    opacity: 0;
    -webkit-transform: rotateY(90deg);
            transform: rotateY(90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes flipInY {
  0% {
    opacity: 0;
    -webkit-transform: rotateY(90deg);
            transform: rotateY(90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
[data-animation] {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

.animations-disabled,
.animations-disabled [data-animation] {
  -webkit-animation: none !important;
          animation: none !important;
  opacity: 1 !important;
}

.slideInUp {
  -webkit-animation-name: slideInUp;
          animation-name: slideInUp;
}

.slideInDown {
  -webkit-animation-name: slideInDown;
          animation-name: slideInDown;
}

.slideInLeft {
  -webkit-animation-name: slideInleft;
          animation-name: slideInleft;
}

.slideInRight {
  -webkit-animation-name: slideInRight;
          animation-name: slideInRight;
}

.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

.fadeOut {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  animation-direction: reverse;
}

.zoomIn {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
}

.zoomOut {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
  animation-direction: reverse;
}

.zoomReverseIn {
  -webkit-animation-name: zoomReverseIn;
          animation-name: zoomReverseIn;
}

.zoomReverseOut {
  -webkit-animation-name: zoomReverseIn;
          animation-name: zoomReverseIn;
  animation-direction: reverse;
}

.flipInY {
  -webkit-animation-name: flipInY;
          animation-name: flipInY;
}

.flipOutY {
  -webkit-animation-name: flipInY;
          animation-name: flipInY;
  animation-direction: reverse;
}

/*-----  Margin Style  -----*/
.margin-bottom-30 {
  margin-bottom: 30px;
}

.margin-minus-t-15 {
  margin-top: -15px;
}

.margin-minus-tb-15 {
  margin: -15px 0;
}

.margin-minus-b-30 {
  margin-bottom: -30px;
}

.margin-minus-b-15 {
  margin-bottom: -15px;
}

.btn-primary {
  background-color: #ff909d;
}
.btn-primary:active, .btn-primary:focus {
  background-color: #ff909d;
}

/*-----  Scroll UP Style  -----*/
#scrollUp {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 40px;
  height: 40px;
  background-color: #ff909d;
  color: #ffffff;
  right: 70px;
  bottom: 15px;
  text-align: center;
  overflow: hidden;
  z-index: 15 !important;
  font-size: 18px;
  line-height: 40px;
  -webkit-box-shadow: 0 0 10px rgba(12, 12, 12, 0.3);
          box-shadow: 0 0 10px rgba(12, 12, 12, 0.3);
  border-radius: 30px;
}
#scrollUp:hover {
  background: #555;
  -webkit-box-shadow: 0 0 10px rgba(12, 12, 12, 0.5);
          box-shadow: 0 0 10px rgba(12, 12, 12, 0.5);
}

.timerDisplay > span.displaySection {
  display: block;
  background-color: #f3f3f3;
  border-radius: 15px;
}

.numberDisplay {
  min-height: 20px;
  margin-bottom: 0 !important;
  font-weight: 500;
}

.labelformat {
  font-size: 12px;
}

/*-----  Slider Style  -----*/
.slider-animation > * {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeOutDown;
          animation-name: fadeOutDown;
}

.swiper-slide-active .slider-animation > * {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}
.swiper-slide-active .slider-animation > *:nth-child(1) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.swiper-slide-active .slider-animation > *:nth-child(2) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.swiper-slide-active .slider-animation > *:nth-child(3) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.swiper-slide-active .slider-animation > *:nth-child(4) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.swiper-slide-active .slider-animation > *:nth-child(5) {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}
.swiper-slide-active .slider-animation > *:nth-child(6) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.section-title {
  margin-bottom: 15px;
  margin-top: -3px;
  padding: 0;
  position: relative;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 15px;
}
.section-title .ec-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 0;
  color: #222;
  letter-spacing: 0.4px;
  position: relative;
  display: inline;
  padding: 0;
  text-transform: capitalize;
  line-height: 1;
}

.text-upper {
  text-transform: uppercase;
}

#ec-fixedbutton {
  top: 26.8%;
  right: 5px;
  position: fixed;
  z-index: 998;
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-align: end;
  -webkit-box-align: end;
          align-items: flex-end;
  direction: ltr;
}
#ec-fixedbutton * {
  direction: ltr;
}
#ec-fixedbutton > * {
  display: block;
  position: relative;
}
#ec-fixedbutton .ec-change-color .ec-color-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: absolute;
  right: 0;
  top: 0;
  padding: 8px 15px 7px 12px;
  white-space: nowrap;
  background-color: #000000;
  height: 35px;
  border-radius: 5px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transform: translate(calc(100% + 5px), 0);
  transform: translate(calc(100% + 5px), 0);
  -webkit-transform: translate3d(calc(100% + 5px), 0, 0);
  transform: translate3d(calc(100% + 5px), 0, 0);
}
#ec-fixedbutton .ec-change-color .ec-color-desc .ec-color-title {
  font-weight: 600;
  color: #ffffff;
  padding-right: 7px;
}
#ec-fixedbutton .ec-change-color .ec-color-desc ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
#ec-fixedbutton .ec-change-color .ec-color-desc ul li {
  width: 20px;
  height: 20px;
  margin-left: 10px;
}
#ec-fixedbutton .ec-change-color .ec-color-desc ul li a {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-align: center;
}
#ec-fixedbutton .ec-change-color .ec-color-desc ul li:hover a {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
#ec-fixedbutton .ec-change-color .ec-color-desc ul li a.colorcode1 {
  background-color: #3474d4;
}
#ec-fixedbutton .ec-change-color .ec-color-desc ul li a.colorcode2 {
  background-color: #7f77fd;
}
#ec-fixedbutton .ec-change-color .ec-color-desc ul li a.colorcode3 {
  background-color: #ff764b;
}
#ec-fixedbutton .ec-change-color .ec-color-desc ul li.active {
  pointer-events: none;
}
#ec-fixedbutton .ec-change-color .ec-color-desc ul li.active a:before {
  content: "\f00c";
  color: #ffffff;
  font-size: 12px;
  line-height: 1;
  position: relative;
  top: 0;
  font-family: "EcIcons";
  font-style: normal;
  font-weight: 400;
}
#ec-fixedbutton .ec-change-color:hover .ec-color-desc {
  -webkit-transform: translate(0%, 0);
  transform: translate(0%, 0);
  -webkit-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}
#ec-fixedbutton .ec-change-rtl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 0;
  white-space: nowrap;
  height: 35px;
  border-radius: 5px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  width: 40px;
  margin-bottom: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
#ec-fixedbutton .ec-change-rtl > * {
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 35px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
  cursor: pointer;
  color: #ffffff;
  font-size: 12px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
}
#ec-fixedbutton .ec-change-rtl .ec-rtl-btn {
  pointer-events: none;
  background-color: #222;
  padding: 0 9px 0;
}
#ec-fixedbutton .ec-change-rtl .ec-rtl-switch > * {
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 35px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
  cursor: pointer;
  padding: 0 7px 0;
}
#ec-fixedbutton .ec-change-rtl .ec-rtl-off {
  background-color: red;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#ec-fixedbutton .ec-change-rtl .ec-rtl-on {
  background-color: green;
  color: #ffffff;
  display: none;
}
#ec-fixedbutton .ec-change-rtl:hover {
  width: 80px;
}
#ec-fixedbutton .ec-change-rtl.active {
  width: 80px;
}
#ec-fixedbutton .ec-change-rtl.active .ec-rtl-on {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#ec-fixedbutton .ec-change-rtl.active .ec-rtl-off {
  display: none;
}
#ec-fixedbutton .ec-change-mode {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 0;
  white-space: nowrap;
  height: 35px;
  border-radius: 5px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  width: 40px;
  margin-bottom: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
#ec-fixedbutton .ec-change-mode > * {
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 35px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
  cursor: pointer;
  color: #ffffff;
  font-size: 12px;
}
#ec-fixedbutton .ec-change-mode .ec-mode-btn {
  pointer-events: none;
  background-color: #222;
  padding: 0 7px 0;
  font-size: 10px;
}
#ec-fixedbutton .ec-change-mode .ec-mode-switch > * {
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 35px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
  cursor: pointer;
  padding: 0 7px 0;
}
#ec-fixedbutton .ec-change-mode .ec-mode-off {
  background-color: red;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#ec-fixedbutton .ec-change-mode .ec-mode-on {
  background-color: green;
  color: #ffffff;
  display: none;
}
#ec-fixedbutton .ec-change-mode:hover {
  width: 80px;
}
#ec-fixedbutton .ec-change-mode.active {
  width: 80px;
}
#ec-fixedbutton .ec-change-mode.active .ec-mode-on {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#ec-fixedbutton .ec-change-mode.active .ec-mode-off {
  display: none;
}

.ec-cc-style .cc-button {
  background-color: #ff909d;
  border-radius: 30px;
}
.ec-cc-style .cc-right-bottom {
  z-index: 15;
}
.ec-cc-style .cc-panel .cc-header {
  background-color: #ff909d;
}
.ec-cc-style .cc-footer .cc-call-button:before {
  background-color: #ff909d;
}

/*-----  Select Style  -----*/
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0 !important;
  background: transparent;
  background-image: none;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 10px;
  color: #777777;
  cursor: pointer;
}
select::-ms-expand {
  display: none;
}

.ec-select-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 172px;
  height: 40px;
  line-height: 2.9;
  background: #ffffff;
  overflow: hidden;
  border-radius: 0;
}
.ec-select-inner::after {
  content: "\f107";
  position: absolute;
  font-family: "EcIcons";
  top: 0;
  right: 0;
  padding: 0 10px;
  cursor: pointer;
  pointer-events: none;
  font-size: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  line-height: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #777777;
}

/*-----  Product Countdown Style  -----*/
ul.slick-dots {
  text-align: center;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 25px;
}

.slick-dots li {
  width: 20px;
  height: 20px;
  display: inline-block;
  border-radius: 10px;
  opacity: 1;
  border: none;
  margin: 0 2.5px;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: #555;
  cursor: pointer;
}
.slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
  font-size: 0;
}
.slick-dots li:hover {
  background-color: #3474d4;
}
.slick-dots li.slick-active {
  background-color: #3474d4;
  width: 40px;
}

.slick-arrow {
  position: absolute;
  top: 45%;
  left: auto;
  right: auto;
  margin: 0 auto;
  font-size: 0;
  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;
  width: 30px;
  height: 30px;
  padding: 0;
  z-index: 1;
}
.slick-arrow:before {
  content: "";
  color: #444444;
  position: relative;
  font-size: 24px;
  font-family: "EcIcons";
  width: 100%;
  line-height: 30px;
  height: 30px;
}
.slick-arrow:hover:before {
  color: #ff909d;
}

.slick-arrow.slick-prev {
  left: 0;
  right: auto;
}
.slick-arrow.slick-prev:before {
  content: "\f104";
}

.slick-arrow.slick-next {
  right: 0;
  left: auto;
}
.slick-arrow.slick-next:before {
  content: "\f105";
}

.numberDisplay {
  color: #222;
  margin-bottom: 10px;
}

.timerDisplay > span.displaySection:not(:last-child):before {
  position: absolute;
  left: auto;
  right: -20px;
  content: ":";
  color: #cccccc;
  font-size: 26px;
  top: 22%;
}

/*-----  Overlay  -----*/
#ec-overlay {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #ffffff;
  z-index: 999999999999;
}
#ec-overlay .loader_img {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 999999999999;
  background: #ffffff url("../images/common/loader.html") no-repeat scroll 50% 50%;
  pointer-events: none;
  overflow: hidden;
}

/*-----  New Popup Window  -----*/
#ec-popnews-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  filter: alpha(opacity=80);
  opacity: 0.8;
  display: none;
  z-index: 9998;
}

#ec-popnews-box {
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #ffffff;
  color: #444444;
  width: 100%;
  max-width: 600px;
  padding: 30px;
  border: 15px solid #ff909d;
  display: none;
  z-index: 9999;
  text-align: center;
}
#ec-popnews-box h1, #ec-popnews-box .h1 {
  text-decoration: none;
  color: #555;
  display: block;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 700;
  margin: 0 auto 17px;
  letter-spacing: 0;
  text-transform: capitalize;
}
#ec-popnews-box form {
  margin-bottom: 0px;
}
#ec-popnews-box input {
  background-color: transparent;
  border: 1px solid #eeeeee;
  color: #444444;
  font-size: 14px;
  margin-bottom: 27px;
  padding: 0 15px;
  width: 100%;
  outline: none;
}
#ec-popnews-box button {
  height: 40px;
  font-size: 17px;
  text-transform: uppercase;
  line-height: 40px;
}

#ec-popnews-close {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
  width: 30px;
  height: 30px;
  color: #ffffff;
  background-color: #ff909d;
  border-color: #ff909d;
  border-radius: 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;
  font-size: 16px;
  line-height: 1;
}

#ec-overlay {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #ffffff;
  z-index: 999999999999;
}
#ec-overlay .loader_img {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 999999999999;
  background: #ffffff url("../images/common/loader.html") no-repeat scroll 50% 50%;
  pointer-events: none;
  overflow: hidden;
  background-size: 65px;
}

/*-----  Add To Cart Toast  -----*/
.addtocart_toast {
  visibility: hidden;
  min-width: 290px;
  height: auto;
  margin: auto;
  background-color: rgba(0, 128, 0, 0.8);
  color: #ffffff;
  text-align: center;
  border-radius: 30px;
  position: fixed;
  z-index: 9999;
  left: 15px;
  right: auto;
  bottom: 15px;
  font-size: 14px;
  white-space: nowrap;
}
.addtocart_toast .desc {
  color: #ffffff;
  padding: 10px 15px;
  overflow: hidden;
  white-space: nowrap;
}

.addtocart_toast.show {
  visibility: visible;
  -webkit-animation: fadeInUp 0.5s, fadeInOut 0.5s 2.5s;
  animation: fadeInUp 0.5s, fadeInOut 0.5s 4.5s;
}

/*-----  Wishlist  -----*/
.wishlist_toast {
  visibility: hidden;
  min-width: 290px;
  height: auto;
  margin: auto;
  background-color: rgba(0, 128, 0, 0.8);
  color: #ffffff;
  text-align: center;
  border-radius: 30px;
  position: fixed;
  z-index: 9999;
  left: 15px;
  right: auto;
  bottom: 15px;
  font-size: 14px;
  white-space: nowrap;
}
.wishlist_toast .desc {
  color: #ffffff;
  padding: 10px 15px;
  overflow: hidden;
  white-space: nowrap;
}

.wishlist_toast.show {
  visibility: visible;
  -webkit-animation: fadeInUp 0.5s, fadeInOut 0.5s 2.5s;
  animation: fadeInUp 0.5s, fadeInOut 0.5s 4.5s;
}

/*======  Sidebar Panel  ======*/
/*-----  Layout switcher  -----*/
.bg-switcher {
  position: fixed;
  right: -163px;
  top: 28%;
  width: 158px;
  z-index: 12;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.bg-switcher .bg-option-box img {
  width: 25px;
  height: 25px;
}
.bg-switcher .option-box-title {
  padding: 3px 15px;
  background-color: #222;
}
.bg-switcher .option-box-title h3, .bg-switcher .option-box-title .h3 {
  color: #fff;
  margin: 0;
  font-size: 18px;
  text-align: center;
  padding: 6px 5px;
}
.bg-switcher ul {
  margin: 0;
  background: #fff;
  padding: 18px;
  overflow: hidden;
  border: 2px solid #222;
}
.bg-switcher ul li {
  width: 25px;
  height: 25px;
  margin: 7px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
}
.bg-switcher ul li span {
  cursor: pointer;
}
.bg-switcher ul .bg {
  width: 100%;
  margin: 0 5px;
}
.bg-switcher ul .bg a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #222;
  font-size: 13px;
}
.bg-switcher ul .bg a:hover {
  margin-left: 5px;
}
.bg-switcher .section i {
  font-size: 16px;
  margin-right: 10px;
}
.bg-switcher a.bg-option-box {
  position: absolute;
  right: 164px;
  width: 40px;
  height: 41px;
  color: #000;
  background-color: #222;
  -webkit-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
  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-size: 25px;
  z-index: -1;
  text-decoration: none;
  top: 0;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
.bg-switcher .skin-color {
  width: 25px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bg-switcher .skin a {
  display: block;
  width: 30px;
  height: 30px;
  margin-left: 0;
  margin-top: 0;
  margin-right: 5px;
  text-align: center;
  line-height: 30px;
  border: 2px transparent solid;
}

.bg-panel {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
}
.bg-panel .bg {
  margin: 5px;
}
.bg-panel .bg a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: transform 0.2s;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  margin: 0 auto;
  font-size: 0;
  width: 50px;
  display: block;
  height: 50px;
  background-size: cover;
  background-repeat: no-repeat;
}
.bg-panel .bg a:hover {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}
.bg-panel .bg .back-bg-4 {
  background-image: url("../images/bg/display-bg-0.png");
}
.bg-panel .bg .back-bg-1 {
  background-image: url("../images/bg/display-bg-1.png");
}
.bg-panel .bg .back-bg-2 {
  background-image: url("../images/bg/display-bg-2.png");
}
.bg-panel .bg .back-bg-3 {
  background-image: url("../images/bg/display-bg-3.png");
}

/*-----  Language switcher  -----*/
.lang-switcher {
  position: fixed;
  right: -163px;
  top: 28%;
  width: 158px;
  z-index: 12;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.lang-switcher .lang-option-box img {
  width: 25px;
  height: 25px;
}
.lang-switcher .option-box-title {
  padding: 5px 7px;
  margin-bottom: 10px;
  background-color: #222;
  height: 40px;
  overflow: hidden;
}
.lang-switcher .option-box-title h3, .lang-switcher .option-box-title .h3 {
  color: #fff;
  margin: 0;
  font-size: 18px;
  text-align: center;
  padding: 6px 5px;
}
.lang-switcher ul {
  margin: 0;
  background: #fff;
  padding: 18px;
  overflow: hidden;
  border: 2px solid #222;
}
.lang-switcher ul li {
  width: 25px;
  height: 25px;
  margin: 7px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
}
.lang-switcher ul li span {
  cursor: pointer;
}
.lang-switcher ul .lang {
  width: 100%;
  margin: 0 5px;
}
.lang-switcher ul .lang a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #555;
  font-size: 13px;
}
.lang-switcher ul .lang a:hover {
  margin-left: 5px;
}
.lang-switcher .lang-panel {
  padding: 12px;
}
.lang-switcher .section i {
  font-size: 16px;
  margin-right: 10px;
}
.lang-switcher a.lang-option-box {
  position: absolute;
  right: 164px;
  width: 40px;
  height: 41px;
  color: #ffffff;
  font-size: 12px;
  background-color: #222;
  -webkit-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
  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;
  z-index: -1;
  text-decoration: none;
  top: 0;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
.lang-switcher .skin-color {
  width: 25px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.lang-switcher .skin a {
  display: block;
  width: 30px;
  height: 30px;
  margin-left: 0;
  margin-top: 0;
  margin-right: 5px;
  text-align: center;
  line-height: 30px;
  border: 2px transparent solid;
}

.ec-tools-sidebar-overlay {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 16;
  display: none;
  -webkit-filter: blur(3px);
          filter: blur(3px);
}

.ec-tools-sidebar {
  width: 280px;
  height: 100vh;
  position: fixed;
  right: -280px;
  top: 0;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 16;
}
.ec-tools-sidebar ::-webkit-scrollbar {
  width: 5px;
}
.ec-tools-sidebar ::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.ec-tools-sidebar ::-webkit-scrollbar-thumb {
  background: #888;
}
.ec-tools-sidebar ::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.ec-tools-sidebar .ec-tools-detail {
  height: calc(100vh - 60px);
  overflow-y: auto;
}
.ec-tools-sidebar .tool-title {
  padding: 15px;
  border-bottom: 1px solid #eeeeee;
}
.ec-tools-sidebar .tool-title h3, .ec-tools-sidebar .tool-title .h3 {
  line-height: 28px;
  margin: 0;
  font-size: 20px;
  color: #777;
  font-weight: 700;
  text-transform: uppercase;
}
.ec-tools-sidebar .ec-tools-sidebar-toggle {
  position: absolute;
  top: 32%;
  right: 282px;
  width: 40px;
  height: 40px;
  color: #000;
  background-color: #373840;
  -webkit-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
  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-size: 25px;
  z-index: -1;
  text-decoration: none;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
.ec-tools-sidebar .ec-tools-sidebar-toggle img {
  width: 27px;
  -webkit-animation: rotation 3s infinite linear;
          animation: rotation 3s infinite linear;
}
@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
.ec-tools-sidebar .ec-tools-sidebar-content {
  padding: 15px;
  border-bottom: 1px solid #eeeeee;
}
.ec-tools-sidebar .ec-tools-sidebar-content h3, .ec-tools-sidebar .ec-tools-sidebar-content .h3 {
  margin-bottom: 10px;
  line-height: 28px;
  font-size: 18px;
  color: #777;
  font-weight: 600;
}
.ec-tools-sidebar .ec-tools-sidebar-content li {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ec-tools-sidebar .ec-tools-sidebar-content .ec-change-lang {
  width: 100%;
  height: 28px;
  padding-bottom: 29px;
  overflow: hidden;
  border: 1px solid #eeeeee;
}
.ec-tools-sidebar .ec-tools-sidebar-content .ec-change-lang #google_translate_element span {
  display: none;
}
.ec-tools-sidebar .ec-tools-sidebar-content .ec-change-lang #google_translate_element select {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 10px;
  background: url(../images/common/arrow-down-light.png);
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-repeat: no-repeat;
  background-position: 96% 42%;
  color: #777;
}
.ec-tools-sidebar .ec-tools-sidebar-content .ec-change-lang #google_translate_element select option {
  color: #777;
  background: #fff;
}
.ec-tools-sidebar .ec-tools-sidebar-content .ec-change-lang #google_translate_element .goog-te-gadget .goog-te-combo {
  margin: 5px 0;
}
.ec-tools-sidebar .ec-color-desc .ec-color-title {
  font-weight: 600;
  color: #ffffff;
  padding-right: 7px;
}
.ec-tools-sidebar .ec-color-desc ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.ec-tools-sidebar .ec-color-desc ul li {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.ec-tools-sidebar .ec-color-desc ul li a {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-align: center;
}
.ec-tools-sidebar .ec-color-desc ul li:hover {
  margin-left: 0 !important;
}
.ec-tools-sidebar .ec-color-desc ul li:hover a {
  margin-left: 0 !important;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.ec-tools-sidebar .ec-color-desc ul li a.colorcode1 {
  background-color: #3474d4;
}
.ec-tools-sidebar .ec-color-desc ul li a.colorcode2 {
  background-color: #7f77fd;
}
.ec-tools-sidebar .ec-color-desc ul li a.colorcode3 {
  background-color: #ff764b;
}
.ec-tools-sidebar .ec-color-desc ul li.active {
  pointer-events: none;
}
.ec-tools-sidebar .ec-color-desc ul li.active a:before {
  content: "\f00c";
  color: #ffffff;
  font-size: 12px;
  line-height: 1;
  position: relative;
  top: 0;
  font-family: "EcIcons";
  font-style: normal;
  font-weight: 400;
}
.ec-tools-sidebar .ec-change-mode {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 0;
  white-space: nowrap;
  height: 35px;
  border-radius: 5px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  width: 80px;
  margin-bottom: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
.ec-tools-sidebar .ec-change-mode > * {
  width: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 35px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
  cursor: pointer;
  color: #ffffff;
  font-size: 12px;
}
.ec-tools-sidebar .ec-change-mode .ec-mode-btn {
  width: 40px;
  pointer-events: none;
  background-color: #222;
  padding: 3px 7px 0;
  font-size: 10px;
  cursor: pointer;
}
.ec-tools-sidebar .ec-change-mode .ec-mode-switch > * {
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 35px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
  cursor: pointer;
  padding: 3px 7px 0;
}
.ec-tools-sidebar .ec-change-mode .ec-mode-off {
  background-color: red;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ec-tools-sidebar .ec-change-mode .ec-mode-on {
  background-color: green;
  color: #ffffff;
  display: none;
}
.ec-tools-sidebar .ec-change-mode:hover {
  width: 80px;
}
.ec-tools-sidebar .ec-change-mode.active {
  width: 80px;
}
.ec-tools-sidebar .ec-change-mode.active .ec-mode-on {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ec-tools-sidebar .ec-change-mode.active .ec-mode-off {
  display: none;
}
.ec-tools-sidebar .ec-change-rtl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 0;
  white-space: nowrap;
  height: 35px;
  border-radius: 5px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  width: 80px;
  margin-bottom: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
.ec-tools-sidebar .ec-change-rtl > * {
  width: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 35px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
  cursor: pointer;
  color: #ffffff;
  font-size: 12px;
}
.ec-tools-sidebar .ec-change-rtl .ec-rtl-btn {
  pointer-events: none;
  background-color: #222;
  padding: 3px 9px 0;
}
.ec-tools-sidebar .ec-change-rtl .ec-rtl-switch > * {
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 35px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
  cursor: pointer;
  padding: 3px 7px 0;
}
.ec-tools-sidebar .ec-change-rtl .ec-rtl-off {
  background-color: red;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ec-tools-sidebar .ec-change-rtl .ec-rtl-on {
  background-color: green;
  color: #ffffff;
  display: none;
}
.ec-tools-sidebar .ec-change-rtl:hover {
  width: 80px;
}
.ec-tools-sidebar .ec-change-rtl.active {
  width: 80px;
}
.ec-tools-sidebar .ec-change-rtl.active .ec-rtl-on {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ec-tools-sidebar .ec-change-rtl.active .ec-rtl-off {
  display: none;
}
.ec-tools-sidebar .ec-fullscreen-mode {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 0;
  white-space: nowrap;
  height: 35px;
  border-radius: 5px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  width: 80px;
  margin-bottom: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
.ec-tools-sidebar .ec-fullscreen-mode > * {
  width: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 35px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
  cursor: pointer;
  color: #ffffff;
  font-size: 12px;
}
.ec-tools-sidebar .ec-fullscreen-mode .ec-fullscreen-btn {
  width: 40px;
  pointer-events: none;
  background-color: #222;
  padding: 3px 7px 0;
  font-size: 10px;
  cursor: pointer;
}
.ec-tools-sidebar .ec-fullscreen-mode .ec-fullscreen-switch > * {
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 35px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
  cursor: pointer;
  padding: 3px 7px 0;
}
.ec-tools-sidebar .ec-fullscreen-mode .ec-fullscreen-off {
  background-color: red;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ec-tools-sidebar .ec-fullscreen-mode .ec-fullscreen-on {
  background-color: green;
  color: #ffffff;
  display: none;
}
.ec-tools-sidebar .ec-fullscreen-mode:hover {
  width: 80px;
}
.ec-tools-sidebar .ec-fullscreen-mode.active {
  width: 80px;
}
.ec-tools-sidebar .ec-fullscreen-mode.active .ec-fullscreen-on {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ec-tools-sidebar .ec-fullscreen-mode.active .ec-fullscreen-off {
  display: none;
}

/*-------------------------------------------------
    Banner Section
---------------------------------------------------*/
.ec-banner-block {
  width: 100%;
  height: 100%;
  padding: 0 15px;
  background-image: url(../images/banner/26.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.ec-banner-inner {
  padding: 0;
  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;
  border-radius: 30px;
  overflow: hidden;
}

.banner-block {
  min-height: 515px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.banner-block img {
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.banner-block:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.banner-block .banner-text {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.banner-block .banner-text .ec-banner-title {
  font-size: 24px;
  position: relative;
  line-height: 1.2;
  color: #444;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.banner-block .banner-text .ec-banner-disc {
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  background: #222;
  text-transform: uppercase;
  letter-spacing: 0;
  position: relative;
  margin-bottom: 15px;
  padding: 5px 12px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border-radius: 30px;
}
.banner-block .banner-text .ec-banner-stitle {
  font-size: 14px;
  font-weight: 400;
  color: #777777;
  text-transform: capitalize;
  letter-spacing: 0;
  position: relative;
  display: block;
}
.banner-block .banner-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 53%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 61px 15px 57px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 30px;
}
.banner-block .banner-content .ec-banner-btn a {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0;
  color: #777777;
  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: 700;
}
.banner-block .banner-content .ec-banner-btn a i {
  margin: 0 5px;
  font-size: 18px;
  font-weight: 700;
}

/*-------------------------------------------------
    Category Section
---------------------------------------------------*/
#ec-cat-slider .owl-dots {
  display: none;
}

.ec_cat_content {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ec_cat_inner-1 .ec-category-image {
  background-color: #fff4dc;
  border: 1px solid #eee1c6;
}

.ec_cat_inner-2 .ec-category-image {
  background-color: #edfdf1;
  border: 1px solid #c0e7ca;
}

.ec_cat_inner-3 .ec-category-image {
  background-color: #f4f4ff;
  border: 1px solid #dbdbfa;
}

.ec_cat_inner-4 .ec-category-image {
  background-color: #e4fffa;
  border: 1px solid #c2ebe3;
}

.ec_cat_inner-5 .ec-category-image {
  background-color: #fff7ea;
  border: 1px solid #eee1cc;
}

.ec_cat_inner-6 .ec-category-image {
  background-color: #e8ffed;
  border: 1px solid #c8ebcf;
}

.ec_cat_inner-7 .ec-category-image {
  background-color: #dcfeff;
  border: 1px solid #bde9eb;
}

.ec_cat_inner-8 .ec-category-image {
  background-color: #fdffdc;
  border: 1px solid #dee0af;
}

.ec_cat_inner {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  overflow: hidden;
  border: 1px solid #eeeeee;
  border-radius: 30px;
}
.ec_cat_inner:hover .ec-category-desc .cat-show-all i {
  margin-left: 10px;
}
.ec_cat_inner:hover .ec-category-image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.ec_cat_inner .ec-category-image {
  width: 70px;
  min-width: 70px;
  height: 70px;
  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;
  border-radius: 15px;
}
.ec_cat_inner .ec-category-image svg {
  width: 30px;
  height: 30px;
}
.ec_cat_inner .ec-category-image img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 30px;
  max-width: unset;
  height: 30px;
}
.ec_cat_inner svg {
  min-width: 50px;
  fill: #444;
}

.ec-category-desc {
  width: 100%;
  padding-left: 30px;
}
.ec-category-desc h3, .ec-category-desc .h3 {
  width: 100%;
  margin-bottom: 8px;
  padding-right: 30px;
  font-size: 16px;
  font-weight: 600;
  color: #222;
  line-height: 1;
  text-transform: uppercase;
  line-height: 1.3;
  position: relative;
}
.ec-category-desc h3 span, .ec-category-desc .h3 span {
  position: absolute;
  top: 0;
  right: -2px;
  font-size: 11px;
  font-weight: 400;
  color: #777;
}
.ec-category-desc li {
  position: relative;
  padding-left: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 14px;
}
.ec-category-desc li a {
  font-size: 14px;
  color: #777;
  line-height: 1;
  word-break: break-all;
  text-transform: capitalize;
}
.ec-category-desc li a:hover {
  color: #ff909d;
}
.ec-category-desc li:before {
  content: ">";
  position: absolute;
  top: auto;
  color: #777;
  right: auto;
  left: 0;
  border-radius: 100%;
}
.ec-category-desc .cat-show-all {
  font-size: 14px;
  color: #ff909d;
  font-weight: 400;
  position: relative;
}
.ec-category-desc .cat-show-all i {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 20px;
}

/*-------------------------------------------------
    Instagram Section
---------------------------------------------------*/
section.ec-instagram-section {
  padding-bottom: 30px;
  overflow: hidden;
}

.ec-insta-outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  border-radius: 30px;
  overflow: hidden;
}

.ec-insta-inner {
  padding: 0 15px;
}
.ec-insta-inner a {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  display: block;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  overflow: hidden;
  border-radius: 30px;
}
.ec-insta-inner a:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #ff909d;
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ec-insta-inner a:before {
  font-family: "EcIcons";
  content: "\f16d";
  font-size: 35px;
  top: 0;
  left: 0;
  color: #ffffff;
  z-index: 3;
  position: absolute;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
  visibility: hidden;
  line-height: 1;
  height: 100%;
  width: 100%;
  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;
  right: 0;
}
.ec-insta-inner a:hover:after {
  opacity: 0.6;
}
.ec-insta-inner a:hover:before {
  opacity: 1;
  visibility: visible;
}
.ec-insta-inner img {
  max-width: 100%;
  width: 150px;
}

/*-------------------------------------------------
    Site Main Section
---------------------------------------------------*/
.ec-slide-item {
  position: relative;
}

.slide-1,
.slide-2,
.slide-3 {
  height: 60vh;
}

.ec-main-slider .swiper-container {
  border-radius: 50px;
}
.ec-main-slider .slide-1 {
  background-image: url("../images/main-slider-banner/20.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.ec-main-slider .slide-2 {
  background-image: url("../images/main-slider-banner/21.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.ec-main-slider .slide-3 {
  background-image: url("../images/main-slider-banner/22.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.ec-main-slider * {
  direction: ltr;
}
.ec-main-slider .swiper-buttons {
  display: none;
}
.ec-main-slider .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 25px;
}

.ec-slide-content {
  width: 50%;
  padding-left: 85px;
  position: relative;
  z-index: 9;
}
.ec-slide-content .ec-slide-title {
  font-size: 55px;
  color: #222;
  margin-bottom: 15px;
  letter-spacing: 0.05rem;
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
  font-family: "Poppins, sans-serif";
  line-height: 1;
}
.ec-slide-content .ec-slide-title span {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  font-weight: 400;
  letter-spacing: 3px;
  font-size: 50px;
}
.ec-slide-content .ec-slide-stitle {
  font-size: 30px;
  color: #ff909d;
  margin-bottom: 15px;
  letter-spacing: 10px;
  position: relative;
  font-family: "Poppins, sans-serif";
  text-transform: capitalize;
}
.ec-slide-content .ec-slide-desc {
  display: block;
}
.ec-slide-content p {
  margin-bottom: 15px;
  margin-right: 78px;
  font-size: 20px;
  color: #777;
  line-height: 1;
  letter-spacing: 0;
  font-family: "Poppins, sans-serif";
  font-weight: 500;
}
.ec-slide-content p b {
  font-size: 30px;
  font-weight: 700;
}
.ec-slide-content .btn {
  font-size: 15px;
  text-transform: uppercase;
  padding: 0 36px;
  letter-spacing: 0;
  height: 60px;
  line-height: 60px;
  border-radius: 0;
  border-radius: 15px;
}
.ec-slide-content .btn i {
  margin-left: 3px;
  font-size: 18px;
}
.ec-slide-content .btn:hover {
  background-color: #222;
}

.main-slider-dot .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  display: inline-block;
  border-radius: 6px;
  opacity: 1;
  border: none;
  margin: 0 2.5px !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: #202020;
}
.main-slider-dot .swiper-pagination-bullet:hover {
  background-color: #ff909d;
}
.main-slider-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ff909d;
  width: 30px;
}

.main-slider-dot.dot-color-white .swiper-pagination-bullet:hover {
  background-color: #ff909d;
}
.main-slider-dot.dot-color-white .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ff909d;
  width: 30px;
}

/*-------------------------------------------------
    New Product Section
---------------------------------------------------*/
.ec-new-product-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 0;
  margin-right: -15px;
  margin-left: -15px;
}

/*-------------------------------------------------
    Product Tab Section
---------------------------------------------------*/
/* Sidebar area */
.ec-sb-block-content.es-price-slider {
  margin-bottom: 0;
  border-bottom: none;
  padding: 21px 15px 15px;
  font-family: "Montserrat";
}

/*-----  No UI Target  -----*/
.noUi-target {
  cursor: pointer;
}
.noUi-target:focus {
  outline: none;
}

.noUi-connect {
  background: #222 !important;
}

.noUi-horizontal {
  height: 4px;
  margin: 10px 0;
}
.noUi-horizontal .noUi-handle {
  top: -6px;
  right: -15px;
  width: 16px;
  height: 16px;
  background: #ffffff;
  border: 2px solid #222;
  border-radius: 50%;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.1s;
  transition: -webkit-transform 0.1s;
  transition: transform 0.1s;
  transition: transform 0.1s, -webkit-transform 0.1s;
}

.noUi-connect {
  background: #444444;
}

.noUi-base {
  background: #777777;
}

.noUi-handle.noUi-handle-upper {
  right: 0;
}

/*-----  Price Filter  -----*/
.ec-price-clock {
  margin-top: 15px;
  border-top: 1px solid #eeeeee;
  padding-top: 15px;
}
.ec-price-clock .ec-price-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.ec-price-input {
  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;
}
.ec-price-input .ec-price-divider {
  position: relative;
  border-bottom: 1px solid #777;
  width: 10px;
  height: 1px;
  margin: 0 10px;
}

/*-----  Filter Label  -----*/
.filter__label {
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 0;
  font-size: 16px;
  color: #777;
}
.filter__label:before {
  color: #777;
  font-size: 15px;
  line-height: 1;
  margin-right: 4px;
}
.filter__label:nth-child(1):before {
  content: "$";
}
.filter__label:nth-child(3):before {
  content: "$";
}

.filter__input {
  height: 30px;
  border: none;
  border-radius: 0;
  padding: 0;
  max-width: 48px;
  line-height: 30px;
  background: #ffffff;
  font-size: 14px;
  color: #777;
}

.ec-product-tab .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;
}
.ec-product-tab .cat-sidebar {
  margin-bottom: -15px;
  position: sticky;
  top: 30px;
}
.ec-product-tab .cat-sidebar .cat-sidebar-box {
  width: 100%;
}
.ec-product-tab .cat-sidebar .cat-sidebar-box .ec-sidebar-wrap {
  margin-bottom: 30px;
  padding: 25px 30px 20px 30px;
  border: 1px solid #eeeeee;
  border-radius: 30px;
}
.ec-product-tab .cat-sidebar .cat-sidebar-box .ec-sidebar-wrap .ec-sidebar-block .ec-sb-title h3, .ec-product-tab .cat-sidebar .cat-sidebar-box .ec-sidebar-wrap .ec-sidebar-block .ec-sb-title .h3 {
  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: 5px;
}
.ec-product-tab .cat-sidebar .cat-sidebar-box .ec-sidebar-wrap .ec-sidebar-block .ec-sb-title h3 .ec-close, .ec-product-tab .cat-sidebar .cat-sidebar-box .ec-sidebar-wrap .ec-sidebar-block .ec-sb-title .h3 .ec-close {
  display: none;
}
.ec-product-tab .cat-sidebar .cat-sidebar-box .ec-sidebar-wrap .ec-sidebar-block .ec-sb-block-content li {
  padding: 0;
}
.ec-product-tab .cat-sidebar .cat-sidebar-box .ec-sidebar-wrap .ec-sidebar-block .ec-sb-block-content li .ec-sidebar-sub-item a {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #777777;
  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;
}
.ec-product-tab .cat-sidebar .cat-sidebar-box .ec-sidebar-wrap .ec-sidebar-block .ec-sb-block-content li .ec-sidebar-sub-item a:hover {
  color: #222;
}
.ec-product-tab .cat-sidebar .cat-sidebar-box .ec-sidebar-wrap .ec-sidebar-block .ec-sb-block-content li .ec-sidebar-sub-item a span {
  text-transform: lowercase;
  font-size: 12px;
}
.ec-product-tab .cat-sidebar .cat-sidebar-box .ec-sidebar-wrap .ec-sidebar-block .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;
}
.ec-product-tab .cat-sidebar .cat-sidebar-box .ec-sidebar-wrap .ec-sidebar-block .ec-sb-block-content li .ec-sidebar-block-item .svg_img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  fill: #ff909d;
}
.ec-product-tab .cat-sidebar .cat-sidebar-box .ec-sidebar-wrap .ec-sidebar-block .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: #777777;
  font-weight: 400;
  margin-left: 7px;
}
.ec-product-tab .cat-sidebar .cat-sidebar-box .ec-sidebar-wrap .ec-sidebar-block .ec-sb-block-content li li {
  padding: 0 0 6px;
}
.ec-product-tab .cat-sidebar .cat-sidebar-box .ec-sidebar-wrap .ec-sidebar-block .ec-sb-block-content ul ul {
  border-top: 1px solid #ededed;
  display: none;
  padding-top: 13px;
  padding-bottom: 3px;
}
.ec-product-tab .cat-sidebar .cat-sidebar-box .ec-sidebar-wrap .ec-sb-block-content {
  margin-bottom: 0;
  padding: 0;
  border-bottom: none;
}
.ec-product-tab .cat-sidebar .ec-sidebar-slider .slick-arrow {
  top: -43px;
}
.ec-product-tab .cat-sidebar .ec-sidebar-slider .slick-arrow:before {
  font-size: 22px;
}
.ec-product-tab .cat-sidebar .ec-sidebar-slider .slick-arrow.slick-next {
  right: -10px;
  left: auto;
}
.ec-product-tab .cat-sidebar .ec-sidebar-slider .slick-arrow.slick-prev {
  right: 20px;
  left: auto;
}
.ec-product-tab .cat-sidebar .ec-sidebar-slider .ec-sb-pro-sl .ec-sb-pro-sl-item {
  border: none;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.ec-product-tab .cat-sidebar .ec-sidebar-slider .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;
}
.ec-product-tab .cat-sidebar .ec-sidebar-slider .ec-sb-pro-sl .ec-sb-pro-sl-item .ec-pro-content .ec-pro-title a {
  text-decoration: none;
  color: #444444;
  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;
}
.ec-product-tab .cat-sidebar .ec-sidebar-slider .ec-sb-pro-sl .ec-sb-pro-sl-item .ec-pro-content .ec-pro-rating {
  margin: 4px 0 6px;
  opacity: 0.7;
}
.ec-product-tab .cat-sidebar .ec-sidebar-slider .ec-sb-pro-sl .ec-sb-pro-sl-item .ec-pro-content .ec-pro-rating i {
  font-size: 12px;
}
.ec-product-tab .cat-sidebar .ec-sidebar-slider .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: #777777;
}
.ec-product-tab .cat-sidebar .ec-sidebar-slider .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-product-tab .cat-sidebar .ec-sidebar-slider .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: #777777;
  line-height: 14px;
}
.ec-product-tab .cat-sidebar .ec-sidebar-slider .ec-sb-pro-sl .ec-sb-pro-sl-item .sidekka_pro_img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 36%;
          flex: 0 0 36%;
}
.ec-product-tab .cat-sidebar .ec-sidebar-slider .ec-sb-pro-sl .ec-sb-pro-sl-item .sidekka_pro_img img {
  max-width: 100%;
  border-radius: 15px;
}
.ec-product-tab .cat-sidebar .ec-sb-slider-title {
  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;
}

/* Product area */
.ec-pro-tab {
  margin-top: -50px;
}

.ec-pro-tab-nav {
  margin: 0 auto;
}
.ec-pro-tab-nav .nav-item {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  cursor: pointer;
  font-weight: 700;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  line-height: 20px;
  letter-spacing: 0.7px;
}
.ec-pro-tab-nav .nav-item:not(:last-child) {
  margin-right: 65px;
}
.ec-pro-tab-nav .nav-item .nav-link {
  padding: 0;
  color: #777;
  position: relative;
  font-weight: 400;
}
.ec-pro-tab-nav .nav-item .nav-link:hover {
  color: #ff909d;
}
.ec-pro-tab-nav .nav-item .nav-link.active {
  color: #ff909d;
}

.ec-product-content {
  padding: 15px;
}

.col-5 {
  width: 20%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
}

.ec-product-inner {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 1px solid #eeeeee;
  cursor: pointer;
  overflow: hidden;
  border-radius: 30px;
}
.ec-product-inner .ec-pro-image {
  position: relative;
  overflow: hidden;
}
.ec-product-inner .ec-pro-image .image {
  position: relative;
  display: block;
  overflow: hidden;
  pointer-events: none;
}
.ec-product-inner .ec-pro-image .image img {
  z-index: 1;
  max-width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ec-product-inner .ec-pro-image .image img.hover-image {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  opacity: 0;
}
.ec-product-inner .ec-pro-image .image .label {
  width: 11px;
  height: 11px;
  position: absolute;
  top: 10px;
  right: 10px;
  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;
}
.ec-product-inner .ec-pro-image .image .label .dot {
  width: 5px;
  height: 5px;
  display: block;
  border-radius: 50%;
}
.ec-product-inner .ec-pro-image .image .veg {
  border: 1px solid #46c389;
}
.ec-product-inner .ec-pro-image .image .veg .dot {
  background-color: #46c389;
}
.ec-product-inner .ec-pro-image .image .nonveg {
  border: 1px solid #ff9898;
}
.ec-product-inner .ec-pro-image .image .nonveg .dot {
  background-color: #ff9898;
}
.ec-product-inner .ec-pro-image .flags {
  right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
  text-transform: uppercase;
  position: absolute;
  top: 5px;
  left: -10px;
  z-index: 2;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.ec-product-inner .ec-pro-image .flags span {
  font-size: 11px;
  font-weight: 500;
  line-height: 12px;
  text-align: left;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #222;
  color: #ffffff;
  letter-spacing: 0.5px;
  position: relative;
  padding: 5px 14px;
}
.ec-product-inner .ec-pro-image .flags span:after {
  content: "";
  width: 40px;
  height: 100%;
  background: #222;
  position: absolute;
  right: 99%;
  left: auto;
  top: 0;
  left: 99%;
  right: auto;
}
.ec-product-inner .ec-pro-image .flags span:before {
  content: "";
  width: 40px;
  height: 100%;
  background: #222;
  position: absolute;
  right: 99%;
  left: auto;
  top: 0;
}
.ec-product-inner .ec-pro-image .flags span.new {
  background: #ff909d;
}
.ec-product-inner .ec-pro-image .flags span.new:after {
  background: #ff909d;
}
.ec-product-inner .ec-pro-image .flags span.new:before {
  background: #ff909d;
}
.ec-product-inner .ec-pro-image .percentage {
  position: absolute;
  z-index: 8;
  top: 15px;
  left: 15px;
  font-size: 13px;
  font-weight: 500;
  line-height: 19px;
  padding: 0 7px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  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;
  background-color: #46c389;
  border-radius: 30px;
}
.ec-product-inner .ec-pro-image .ec-pro-actions {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  z-index: 9;
  top: 10px;
  left: auto;
  right: -10px;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  opacity: 0;
}
.ec-product-inner .ec-pro-image .ec-pro-actions .ec-btn-group {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  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;
  width: 30px;
  height: 30px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-decoration: none;
  color: #ffffff;
  background-color: #fff;
  border-radius: 11px;
  border: 1px solid #eeeeee;
}
.ec-product-inner .ec-pro-image .ec-pro-actions .ec-btn-group:hover:not(.active) {
  background-color: #222;
  border: 1px solid #222;
}
.ec-product-inner .ec-pro-image .ec-pro-actions .ec-btn-group:hover .svg_img.pro_svg {
  fill: #ffffff;
}
.ec-product-inner .ec-pro-image .ec-pro-actions .ec-btn-group:hover i {
  color: #fff;
}
.ec-product-inner .ec-pro-image .ec-pro-actions .ec-btn-group .svg_img.pro_svg {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ec-product-inner .ec-pro-image .ec-pro-actions .ec-btn-group:not(:first-child) {
  margin-top: 5px;
}
.ec-product-inner .ec-pro-image .ec-pro-actions .ec-btn-group i {
  color: #777;
  font-size: 16px;
  line-height: 0;
}
.ec-product-inner .ec-pro-image-outer {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 11;
  position: relative;
}
.ec-product-inner:hover {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.ec-product-inner:hover .ec-pro-actions {
  opacity: 1;
  right: 10px;
}
.ec-product-inner:hover .ec-pro-image .image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.ec-product-inner:hover .ec-pro-image .image img:not(:last-child) {
  opacity: 0;
}
.ec-product-inner:hover .ec-pro-image .image img.hover-image {
  opacity: 1;
}
.ec-product-inner .ec-pro-content {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 15px 0 0;
  text-align: left;
  background-color: #fff;
}
.ec-product-inner .ec-pro-content .ec-pro-stitle {
  padding: 0 20px;
  margin-bottom: 10px;
  font-weight: 500;
  color: #ff909d;
  font-size: 12px;
  text-transform: uppercase;
}
.ec-product-inner .ec-pro-content .ec-pro-rat-price {
  margin-top: 5px;
  margin-bottom: 15px;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.ec-product-inner .ec-pro-content .ec-pro-title {
  padding: 0 20px;
  font-size: 16px;
  margin: 0 0 5px;
}
.ec-product-inner .ec-pro-content .ec-pro-title a {
  text-decoration: none;
  color: #777;
  display: block;
  font-size: 13px;
  line-height: 20px;
  font-weight: 300;
  letter-spacing: 0.85px;
  text-transform: capitalize;
}
.ec-product-inner .ec-pro-content .ec-pro-title a:hover {
  color: #222;
}
.ec-product-inner .ec-pro-content .ec-price {
  font-size: 18px;
  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: #222;
  letter-spacing: 0.4px;
}
.ec-product-inner .ec-pro-content .ec-price span.new-price {
  color: #222;
  font-weight: 700;
  font-size: 14px;
  margin-right: 7px;
}
.ec-product-inner .ec-pro-content .ec-price span.old-price {
  font-size: 14px;
  text-decoration: line-through;
  color: #777;
}
.ec-product-inner .ec-pro-content .btn {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.ec-product-inner .ec-pro-content .ec-pro-rating {
  margin-bottom: 10px;
  opacity: 0.7;
  position: relative;
}
.ec-product-inner .ec-pro-content .ec-pro-rating .qty {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #777;
  font-size: 13px;
}
.ec-product-inner .ec-pro-image.pro-loading:before {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  content: "";
  opacity: 0.5;
  z-index: 98;
}

.ec-pro-variation {
  margin: 5px 0 0px;
}
.ec-pro-variation .ec-pro-variation-inner {
  font-size: 16px;
  font-weight: 600;
  color: #212121;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ec-pro-variation .ec-pro-variation-inner > span {
  display: block;
  margin: 0 0 5px;
}
.ec-pro-variation .ec-pro-variation-inner .ec-pro-variation-content li {
  display: inline-block;
  border: 1px solid transparent;
  padding: 1px;
  float: left;
  cursor: pointer;
  margin-right: 5px;
}
.ec-pro-variation .ec-pro-variation-inner.ec-pro-variation-color .ec-pro-variation-content li {
  border-radius: 100%;
}
.ec-pro-variation .ec-pro-variation-inner.ec-pro-variation-color .ec-pro-variation-content li span {
  width: 16px;
  height: 16px;
  display: block;
  border-radius: 100%;
}
.ec-pro-variation .ec-pro-variation-inner.ec-pro-variation-color .ec-pro-variation-content li:hover {
  border: 1px solid #444444;
}
.ec-pro-variation .ec-pro-variation-inner.ec-pro-variation-size .ec-pro-variation-content li {
  height: 22px;
  padding: 2px 8px;
  cursor: pointer;
  border: 1px solid #eeeeee;
  color: #777777;
  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-size: 12px;
  line-height: 22px;
  border-radius: 0;
  font-weight: 400;
}
.ec-pro-variation .ec-pro-variation-inner.ec-pro-variation-size .ec-pro-variation-content li:hover {
  background-color: #ff909d;
  color: #ffffff;
  border-color: #ff909d;
}

button.btn-close.qty_close {
  position: absolute;
  left: auto;
  right: 10px;
  top: 10px;
  z-index: 9999;
}

.svg_img.pro_svg {
  width: 18px;
  fill: #888888;
}

a.wishlist .svg_img.pro_svg {
  width: 16px;
}

.eccart-pro-items li .ec-pro-content .qty-plus-minus {
  width: 85px;
  height: 35px;
  margin-top: 7px;
  padding: 7px 0;
  border: 1px solid #eeeeee;
  display: inline-block;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #ffffff;
  border-radius: 0;
  border-radius: 15px;
}
.eccart-pro-items li .ec-pro-content .qty-plus-minus .ec_qtybtn {
  width: 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;
  height: 100%;
  cursor: pointer;
  font-size: 20px;
  color: #777777;
}
.eccart-pro-items li .ec-pro-content .qty-plus-minus input.qty-input {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  color: #444444;
  float: left;
  font-size: 14px;
  height: auto;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 32px;
  outline: none;
  font-weight: 400;
  line-height: 35px;
}
.eccart-pro-items li .ec-pro-content .qty-plus-minus .dec.ec_qtybtn {
  border-right: 1px solid #eeeeee;
}
.eccart-pro-items li .ec-pro-content .qty-plus-minus .inc.ec_qtybtn {
  border-left: 1px solid #eeeeee;
}

.ec-pro-loader {
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  display: none;
  background: url(../images/common/pro-loader.html) no-repeat scroll 50% 50%;
  background-color: rgba(255, 255, 255, 0.5);
  background-size: 75px;
}

.pro-loading .ec-pro-loader {
  opacity: 1;
  display: block;
}

i.ecicon.eci-star {
  color: #8c8c8c;
  float: left;
  font-size: 14px;
  margin-right: 3px;
}

i.ecicon.eci-star.fill {
  color: #f27d0c;
}

.ec-pro-option {
  display: none;
  width: 100%;
  position: absolute;
  top: auto;
  bottom: 0;
  background: #ffffff;
  height: 100%;
  left: 0;
  right: 0;
}

.ec-pro-opt-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 0 15px;
}

.ec-pro-color li {
  display: inline-block;
  border: 1px solid transparent;
  padding: 3px;
  border-radius: 100%;
  float: left;
  cursor: pointer;
}
.ec-pro-color li span {
  width: 16px;
  height: 16px;
  display: block;
  border-radius: 100%;
}
.ec-pro-color li a {
  pointer-events: none;
  width: 16px;
  height: 16px;
  display: block;
  cursor: pointer;
}
.ec-pro-color li:last-child {
  margin-right: 0;
}
.ec-pro-color li.active {
  border-color: #ff909d;
}

.ec-pro-size li {
  display: inline-block;
  float: left;
  cursor: pointer;
  margin-right: 5px;
}
.ec-pro-size li:last-child {
  margin-right: 0;
}
.ec-pro-size li a {
  pointer-events: none;
  min-width: 20px;
  padding: 0 4px;
  height: 20px;
  cursor: pointer;
  background-color: #ffffff;
  color: #777;
  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-size: 12px;
  font-weight: 400;
  border: 1px solid #eeeeee;
}
.ec-pro-size li.active a {
  border-color: #ff909d;
  background-color: #ff909d;
  color: #ffffff;
}

.tab-content .tab-pane {
  display: block;
  overflow: hidden;
  height: 0;
  visibility: hidden;
  max-width: 100%;
  opacity: 0;
}
.tab-content .tab-pane.active {
  height: auto;
  visibility: visible;
  opacity: 1;
  overflow: visible;
}

/*-------------------------------------------------
    Quick View Section
---------------------------------------------------*/
.quickview-pro-content .ec-quick-title a {
  color: #444444;
  font-size: 24px;
  text-transform: capitalize;
  margin: 0 0 15px 0;
  text-decoration: none;
  display: block;
  line-height: 1.5;
}
.quickview-pro-content p {
  font-size: 14px;
  color: #212121;
  margin: 0 0 12px;
  font-weight: 600;
}
.quickview-pro-content p span {
  font-weight: 400;
}
.quickview-pro-content .quickview-para {
  font-weight: 400;
  color: #444444;
  line-height: 26px;
}
.quickview-pro-content .ec-quickview-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}
.quickview-pro-content .ec-quickview-desc {
  margin-bottom: 10px;
  line-height: 24px;
  color: #777;
}
.quickview-pro-content .ec-quickview-price {
  padding: 5px 0 10px 0;
  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;
}
.quickview-pro-content .ec-quickview-price span.old-price {
  font-size: 18px;
  margin-left: 10px;
  text-decoration: line-through;
  color: #777;
}
.quickview-pro-content .ec-quickview-price span.new-price {
  color: #222;
  font-weight: 700;
  font-size: 22px;
}
.quickview-pro-content .pro-details-list {
  padding: 0 0 30px 0;
  margin: 0 0 15px 0;
  border-bottom: 1px solid #eeeeee;
  display: inline-block;
  width: 100%;
  color: #444444;
}
.quickview-pro-content .pro-details-list .ec-quickview-desc {
  font-weight: 400;
  color: #444444;
  line-height: 24px;
  margin: 0;
}
.quickview-pro-content .pro-details-list li {
  display: block;
  width: 100%;
  line-height: 24px;
}
.quickview-pro-content .ec-quickview-qty {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 15px 0 0 0;
  width: 100%;
}
.quickview-pro-content .ec-quickview-qty .qty-plus-minus {
  border: 1px solid #eeeeee;
  display: inline-block;
  height: 40px;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 0;
}
.quickview-pro-content .ec-quickview-qty .qty-plus-minus .ec_qtybtn {
  width: 24px;
  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;
  height: 100%;
  cursor: pointer;
}
.quickview-pro-content .ec-quickview-qty .qty-plus-minus input.qty-input {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  color: #444444;
  float: left;
  font-size: 14px;
  height: 50px;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 40px;
  outline: none;
}
.quickview-pro-content .ec-quickview-qty .ec-quickview-cart .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  line-height: 1;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  margin: 0 15px;
  text-transform: uppercase;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0;
}
.quickview-pro-content .ec-quickview-qty .ec-quickview-cart .btn svg {
  margin-right: 8px;
}

/*-------------------------------------------------
    Services Section
---------------------------------------------------*/
.ec-services-section .ec_ser_block {
  margin: 0 auto;
  border: 1px solid #eeeeee;
  margin-top: 30px;
  padding: 15px 20px;
  background-color: #fff;
  border-radius: 30px;
}
.ec-services-section .ec_ser_content:not(:last-child) .ec_ser_inner {
  border-bottom: 1px solid #eeeeee;
}

.ec_ser_inner {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0;
}
.ec_ser_inner:hover .ec-service-image svg {
  fill: #222;
}
.ec_ser_inner .ec-service-image {
  margin-right: 20px;
  margin-left: 13px;
  min-width: 66px;
}
.ec_ser_inner .ec-service-image svg {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 60px;
  height: 60px;
  fill: #ff909d;
}

.ec_ser_content_2 .ec_ser_inner .ec-service-image svg {
  width: 53px;
  height: 53px;
}

.ec_ser_content_3 .ec_ser_inner .ec-service-image svg {
  width: 40px;
  height: 40px;
}

.ec_ser_content_4 .ec_ser_inner .ec-service-image svg {
  width: 55px;
  height: 55px;
}

.ec_ser_content_5 .ec_ser_inner .ec-service-image svg {
  width: 66px;
  height: 66px;
}

.ec-service-desc h2, .ec-service-desc .h2 {
  font-size: 16px;
  color: #777777;
  letter-spacing: 0;
  margin-bottom: 9px;
  text-transform: capitalize;
  font-weight: 600;
}
.ec-service-desc p {
  font-size: 13px;
  color: #777;
  line-height: 18px;
  letter-spacing: 0;
}

/*-------------------------------------------------
    Special Section
---------------------------------------------------*/
.ec-spe-section .ec-spe-products {
  margin: 30px auto 0 auto;
  border: 1px solid #eeeeee;
  border-radius: 30px;
}
.ec-spe-section .ec-spe-pro-inner {
  padding: 30px;
  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;
  background-color: #fff;
  border-radius: 30px;
}
.ec-spe-section .ec-spe-pro-thumb .ec-spe-pro-slide {
  border: 1px solid #eeeeee;
  border-radius: 5px;
  overflow: hidden;
  margin: 11px auto;
  cursor: pointer;
  display: block !important;
}
.ec-spe-section .slick-arrow {
  top: -72px;
}

.ec-spe-pro-inner .ec-spe-pro-image {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ec-spe-pro-inner .ec-spe-pro-image img {
  border-radius: 30px;
}
.ec-spe-pro-inner .ec-spe-pro-image .image img {
  border-radius: 30px;
  z-index: 1;
  max-width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ec-spe-pro-inner .ec-spe-pro-cover {
  width: calc(100% - 260px);
}
.ec-spe-pro-inner .ec-spe-pro-thumb {
  width: 152px;
  margin-left: 108px;
}
.ec-spe-pro-inner .ec-spe-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-spe-pro-inner .ec-spe-pro-content .ec-spe-price {
  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;
  margin-bottom: 36px;
  line-height: 1.2;
}
.ec-spe-pro-inner .ec-spe-pro-content .ec-spe-price span.new-price {
  color: #ff909d;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0;
}
.ec-spe-pro-inner .ec-spe-pro-content .ec-spe-price span.old-price {
  font-size: 20px;
  margin: 0 10px;
  text-decoration: line-through;
  color: #777;
  font-weight: 300;
  letter-spacing: 0;
}
.ec-spe-pro-inner .ec-spe-pro-content .ec-spe-pro-desc {
  font-size: 14px;
  color: #777;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0;
  margin-bottom: 20px;
  max-width: 76%;
}
.ec-spe-pro-inner .ec-spe-pro-content .ec-spe-pro-book {
  font-size: 18px;
  color: #444444;
  letter-spacing: 0.5px;
  margin-bottom: 11px;
}
.ec-spe-pro-inner .ec-spe-pro-content .ec-spe-pro-book span {
  color: #ff909d;
}
.ec-spe-pro-inner .ec-spe-pro-content .ec-spe-pro-btn {
  margin-bottom: 25px;
}
.ec-spe-pro-inner .ec-spe-pro-content .ec-spe-pro-btn a {
  height: 40px;
  line-height: 40px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 600;
  min-width: 150px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 15px;
}
.ec-spe-pro-inner .ec-spe-pro-content .ec-spe-pro-progress-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 9px;
  padding: 0 7px;
}
.ec-spe-pro-inner .ec-spe-pro-content .ec-spe-pro-progress-desc span {
  font-size: 14px;
  font-weight: 400;
  color: #222;
  text-transform: uppercase;
  letter-spacing: 0;
  position: relative;
  display: block;
}
.ec-spe-pro-inner .ec-spe-pro-content .ec-spe-pro-progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 26px;
  max-width: 100%;
}
.ec-spe-pro-inner .ec-spe-pro-content .ec-spe-pro-progress .ec-spe-pro-progressbar {
  position: relative;
  border: 5px solid #f3f3f3;
  width: 100%;
  border-radius: 10px;
}
.ec-spe-pro-inner .ec-spe-pro-content .ec-spe-pro-progress .ec-spe-pro-progressbar:before {
  position: absolute;
  border: 2px solid #ff909d;
  width: 38%;
  border-radius: 10px;
  top: -2px;
  left: -2px;
  right: auto;
  content: "";
}
.ec-spe-pro-inner .ec-spe-pro-content .countdowntimer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.ec-spe-pro-inner .ec-spe-pro-content .ec-spe-count-desc {
  font-size: 14px;
  font-weight: 600;
  color: #222;
  text-transform: uppercase;
  letter-spacing: 0;
  position: relative;
  display: block;
  margin-bottom: 15px;
}
.ec-spe-pro-inner .ec-spe-pro-title {
  margin: 0 0 7px;
}
.ec-spe-pro-inner .ec-spe-pro-title a {
  font-size: 14px;
  color: #222;
  letter-spacing: 0.1px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  line-height: 1.5;
  text-transform: uppercase;
  font-weight: 700;
}
.ec-spe-pro-inner .ec-spe-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: 14px;
}
.ec-spe-pro-inner .ec-spe-pro-rating .ec-spe-rating-text {
  font-size: 16px;
  color: #777777;
}

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

/*-------------------------------------------------
    Testimonial Section
---------------------------------------------------*/
.ec-test-outer {
  height: calc(100% - 83px);
  margin: 30px auto 0 auto;
  border: 1px solid #eeeeee;
  padding: 22px 15px;
  background-color: #fff;
  border-radius: 30px;
}

#ec-testimonial-slider {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}

.ec-test-inner .ec-test-img {
  text-align: center;
  margin-bottom: 26px;
}
.ec-test-inner .ec-test-img img {
  display: block;
  margin: 0 auto;
  border-radius: 100%;
  height: 80px;
  width: 80px;
}

.ec-test-section .ec-test-name {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 11px;
  color: #777777;
  letter-spacing: 0.8px;
  line-height: 1.2;
  text-transform: uppercase;
}
.ec-test-section .ec-test-designation {
  font-size: 14px;
  color: #444444;
  line-height: 1.2;
  letter-spacing: 0.6px;
  margin-bottom: 8px;
}
.ec-test-section .ec-test-desc {
  font-size: 14px;
  color: #777;
  line-height: 26px;
  letter-spacing: 0.7px;
  font-weight: 300;
  max-width: 90%;
  margin: 0 auto;
}
.ec-test-section .ec-test-divider {
  margin: 20px auto 11px;
}
.ec-test-section .ec-test-inner {
  text-align: center;
  margin: 0 auto;
  cursor: pointer;
}
.ec-test-section .slick-dots {
  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;
  margin: 22px auto 0;
}
.ec-test-section .slick-dots li {
  background-color: #e6e6e6;
  border: none;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  display: inline-block;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  width: 12px;
  height: 12px;
  margin: 0 6px;
}
.ec-test-section .slick-dots li.slick-active {
  background: #ff909d;
}

.svg_img.test_svg {
  width: 26px;
  height: auto;
  fill: #ff909d;
}

/*-------------------------------------------------
    Blog section css start
---------------------------------------------------*/
.ec-blog-section .owl-dots {
  display: none;
}

.ec-blog-inner {
  background-color: #fff;
}
.ec-blog-inner .ec-blog-image {
  margin-bottom: 15px;
}
.ec-blog-inner .ec-blog-image img {
  border-radius: 30px;
}
.ec-blog-inner .ec-blog-cat a {
  margin-bottom: 5px;
  color: #ff909d;
  font-size: 13px;
}
.ec-blog-inner .ec-blog-title {
  margin: 0 0 5px;
}
.ec-blog-inner .ec-blog-title a {
  color: #222;
  font-size: 16px;
  margin: 0 auto;
  text-decoration: none;
  display: block;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0;
  text-transform: capitalize;
}
.ec-blog-inner .ec-blog-title a:hover {
  color: #ff909d;
}
.ec-blog-inner .ec-blog-date {
  font-size: 14px;
  color: #777777;
  line-height: 1.4;
  letter-spacing: 0;
}
.ec-blog-inner .ec-blog-date span {
  padding: 0 5px;
  color: #555;
}
.ec-blog-inner .ec-blog-desc {
  margin-bottom: 13px;
  color: #777;
  font-size: 14px;
  letter-spacing: 0;
  word-break: break-all;
  line-height: 24px;
  font-family: "Montserrat";
}
.ec-blog-inner .ec-blog-btn a.btn {
  min-width: 130px;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
}
[type=button]:not(:disabled) {
  cursor: pointer;
}
/*-------------------------------------------------
    New Arrivals, Top Selling, Top Rated
---------------------------------------------------*/
.ec-all-product-content .slick-slide {
  margin-top: 15px;
}
.ec-all-product-content .slick-slide > div:not(:last-child) {
  margin-bottom: 15px;
}
.ec-all-product-content .slick-arrow {
  width: auto;
  top: -62px;
}
.ec-all-product-content .slick-arrow.slick-prev {
  left: auto;
  right: 30px;
}

.ec-all-product-inner {
  margin-right: 1px;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border: 1px solid #eeeeee;
  overflow: hidden;
  position: relative;
  border-radius: 30px;
}
.ec-all-product-inner .label {
  width: 11px;
  height: 11px;
  position: absolute;
  top: 7px;
  right: 7px;
  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;
}
.ec-all-product-inner .label .dot {
  width: 8px;
  height: 8px;
  display: block;
  border-radius: 50%;
}
.ec-all-product-inner .veg .dot {
  background-color: #46c389;
}
.ec-all-product-inner .nonveg .dot {
  background-color: #ff9898;
}
.ec-all-product-inner .ec-pro-image-outer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70px;
          flex: 0 0 70px;
}
.ec-all-product-inner .ec-pro-image-outer .ec-pro-image {
  overflow: hidden;
  border-radius: 15px;
}
.ec-all-product-inner .ec-pro-content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 70px);
          flex: 0 0 calc(100% - 70px);
  width: calc(100% - 70px);
  padding-left: 15px;
}
.ec-all-product-inner .ec-pro-content .ec-pro-title {
  font-size: 16px;
  margin: 0 0 5px;
}
.ec-all-product-inner .ec-pro-content .ec-pro-title a {
  text-decoration: none;
  color: #202020;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 0.2px;
  text-transform: capitalize;
}
.ec-all-product-inner .ec-pro-content .ec-pro-stitle {
  text-decoration: none;
  color: #777;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: 0.3px;
  text-transform: capitalize;
  margin-bottom: 5px;
}
.ec-all-product-inner .ec-pro-content .ec-pro-stitle a:hover {
  color: #ff909d;
}
.ec-all-product-inner .ec-pro-content .ec-price {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ff909d;
}
.ec-all-product-inner .ec-pro-content .ec-price span.new-price {
  color: #ff909d;
  font-weight: 700;
  font-size: 14px;
}
.ec-all-product-inner .ec-pro-content .ec-price span.old-price {
  font-size: 12px;
  text-decoration: line-through;
  color: #777;
  margin-left: 9px;
}
.ec-all-product-inner .ec-pro-content .ec-price span.qty {
  display: none;
  font-size: 12px;
  color: #777;
  margin-left: 9px;
}

/*-------------------------------------------------
    Popup Model Style
---------------------------------------------------*/
#ec-popnews-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 9998;
}

#ec-popnews-box {
  width: 100%;
  max-width: 700px;
  padding: 0;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #fff;
  color: #444444;
  border: 0;
  display: none;
  z-index: 9999;
  text-align: center;
  border-radius: 30px;
  overflow: hidden;
}

#ec-popnews-close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  width: 30px;
  height: 30px;
  color: #fff;
  border-color: #ff909d;
  background-color: #ff909d;
  border-radius: 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;
  font-size: 16px;
  line-height: 1;
}

#ec-popnews-box-content {
  height: 100%;
  padding: 30px 30px 30px 0px;
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#ec-popnews-box h2,
#ec-popnews-box .h2 {
  text-decoration: none;
  color: #444;
  display: block;
  font-size: 22px;
  line-height: 33px;
  font-weight: 600;
  margin: 0 auto 10px;
  letter-spacing: 0;
  text-transform: capitalize;
}

#ec-popnews-box p {
  margin-bottom: 20px;
  color: #777;
}
#ec-popnews-box form {
  margin-bottom: 0px;
}
#ec-popnews-box input {
  height: 45px;
  background-color: transparent;
  border: 1px solid #ededed;
  color: #444444;
  font-size: 14px;
  margin-bottom: 20px;
  padding: 0 15px;
  width: 100%;
  outline: none;
  background-color: #fff;
  border-radius: 30px;
}
#ec-popnews-box button {
  height: 40px;
  line-height: 42px;
  font-size: 16px;
  text-transform: uppercase;
  background-color: #222;
  border-radius: 30px;
}
#ec-popnews-box button:hover {
  background-color: #ff909d;
}

.modal-dialog {
  height: 100%;
  margin: 0% auto;
  max-width: 960px;
  width: 960px;
  padding: 35px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.modal-dialog .modal-content {
  border-radius: 0;
}
.modal-dialog .modal-header {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 10px 10px;
  border-bottom: 1px solid #eeeeee;
}
.modal-dialog .modal-header span {
  font-size: 24px;
  color: #444444;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.modal-dialog .modal-header span:hover {
  color: #555;
}
.modal-dialog .qty-nav-thumb {
  padding: 0 30px;
  margin-top: 20px;
}
.modal-dialog .qty-nav-thumb .slick-slide img {
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.modal-dialog .qty-nav-thumb .slick-slide:hover img {
  border-color: #555;
}
.modal-dialog .qty-nav-thumb .slick-slide.slick-current img {
  border-color: #ff909d;
}
.modal-dialog .qty-nav-thumb .slick-arrow {
  height: 100%;
  top: 0;
}
.modal-dialog .qty-slide {
  display: block !important;
  padding: 2px;
}

.modal.fade {
  display: block !important;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.modal.fade.show {
  display: block !important;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.ec-nav-toolbar {
  display: none;
  background-color: #ffffff;
}

/*---- Recent purchase popup  ----*/
.recent-purchase {
  width: 300px;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  left: 15px;
  bottom: 15px;
  background-color: #ffffff;
  z-index: 12;
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  border-radius: 30px;
}

.recent-purchase img {
  width: 70px;
  height: 75px;
  margin-right: 15px;
  display: inline-block;
  border: 1px solid #eeeeee;
  border-radius: 15px;
}

.recent-purchase .detail {
  width: 65%;
  display: inline-block;
}

.recent-purchase .detail h6, .recent-purchase .detail .h6 {
  color: #444;
  font-size: 14px;
}

.recent-purchase .detail p {
  margin-bottom: 10px;
  font-size: 11px;
  color: #777;
}

.recent-purchase a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  right: 10px;
  top: 0;
  font-size: 20px;
  color: #777;
}
.recent-purchase a:hover {
  color: #555;
}

/*-----------------------------------------------------------------------------------
    Responsive CSS
-----------------------------------------------------------------------------------*/
/*----- Responsive Media Query -----*/
@media only screen and (max-width: 1869px) {
  .ec-main-menu ul li .mega-menu li ul {
    width: 25%;
    margin-right: 5px;
  }
  .ec-category-desc h3, .ec-category-desc .h3 {
    font-size: 14px;
  }
  .ec-offer-content .ec-offer-title {
    font-size: 50px;
  }
  .ec-footer .footer-top .ec-footer-social .ec-footer-widget .ec-footer-links .ec-footer-link a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1699px) {
  .ec-btn-desc {
    margin-left: 7px;
  }
  .ec-slide-content .ec-slide-title {
    font-size: 50px;
  }
  .ec-slide-content .ec-slide-title span {
    font-size: 42px;
  }
  .ec-slide-content .ec-slide-stitle {
    font-size: 28px;
    letter-spacing: 8px;
  }
  .ec_cat_inner {
    padding: 15px;
  }
  .ec-category-desc .cat-show-all {
    font-size: 12px;
  }
  .banner-block .banner-content {
    padding: 20px 15px;
  }
}
@media only screen and (min-width: 1567px) {
  .ec-header-bottom .sticky-nav .nav-desk {
    padding-right: 30px;
    padding-left: 30px;
  }
  .ec-header-bottom .sticky-nav .nav-desk .ec-main-menu ul li.dropdown:not(:last-child) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1500px) and (max-width: 1566px) {
  .ec-header-bottom .sticky-nav .nav-desk {
    padding-right: 0;
    padding-left: 0;
  }
  .ec-header-bottom .sticky-nav .nav-desk .ec-main-menu ul li.dropdown:not(:last-child) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1499px) {
  .banner-block {
    min-height: 435px;
  }
  div#ec-main-menu-desk .position-relative {
    width: 100%;
  }
  .ec-main-menu {
    width: 100%;
  }
  .ec-header-search {
    margin: 0 auto;
  }
  .ec-category-menu .ec-category-toggle .ec-category-title {
    font-size: 13px;
    padding: 0 10px;
  }
  .ec-slide-content .ec-slide-title {
    font-size: 45px;
  }
  .ec-slide-content .ec-slide-title span {
    font-size: 30px;
  }
  .ec-slide-content .ec-slide-stitle {
    font-size: 24px;
    letter-spacing: 5px;
  }
  .ec-slide-content .btn {
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
  }
  .ec-category-desc {
    padding-left: 15px;
  }
  .ec-category-desc li {
    margin-bottom: 10px;
  }
  .ec-category-desc li a {
    font-size: 12px;
  }
  .ec-category-desc .cat-show-all i {
    font-size: 14px;
  }
  .ec_ser_inner {
    padding: 11px 0;
  }
  .ec_ser_inner .ec-service-image {
    margin-right: 10px;
    margin-left: 5px;
    min-width: 50px;
  }
  .ec_ser_inner .ec-service-image i {
    font-size: 40px;
    line-height: 0;
    color: #ff909d;
  }
  .ec_ser_inner .ec-service-image svg {
    width: 44px;
    height: 44px;
  }
  .ec_ser_content_5 .ec_ser_inner .ec-service-image svg {
    width: 40px;
    height: 40px;
  }
  .ec_ser_content_4 .ec_ser_inner .ec-service-image svg {
    width: 40px;
    height: 40px;
  }
  .ec_ser_content_3 .ec_ser_inner .ec-service-image svg {
    width: 40px;
    height: 40px;
  }
  .ec_ser_content_2 .ec_ser_inner .ec-service-image svg {
    width: 40px;
    height: 40px;
  }
  .ec-service-desc h2, .ec-service-desc .h2 {
    font-size: 14px;
  }
  .banner-block .banner-text {
    margin-bottom: 10px;
  }
  .banner-block .banner-text .ec-banner-disc {
    font-size: 13px;
    margin-bottom: 10px;
  }
  .banner-block .banner-text .ec-banner-title {
    font-size: 20px;
  }
  .banner-block .banner-content .ec-banner-btn a {
    font-size: 14px;
  }
  .ec-offer-content .ec-offer-stitle {
    font-size: 22px;
  }
  .ec-offer-content .ec-offer-title {
    font-size: 40px;
  }
  .ec-offer-content .ec-offer-btn a {
    font-size: 16px;
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
  }
  .ec-offer-content .ec-offer-desc {
    font-size: 17px;
  }
  .ec-spe-pro-inner .ec-spe-pro-thumb {
    width: 85px;
    margin-left: 15px;
    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;
  }
  .ec-spe-pro-inner .ec-spe-pro-cover {
    width: calc(100% - 100px);
  }
  .ec-spe-pro-inner .ec-spe-pro-content {
    padding-left: 20px;
  }
  .ec-spe-pro-inner .ec-spe-pro-content .ec-spe-pro-desc {
    line-height: 1.5;
    margin-bottom: 10px;
    max-width: 100%;
  }
  .ec-spe-pro-inner .ec-spe-pro-content .ec-spe-pro-btn {
    margin-bottom: 15px;
  }
  .ec-spe-pro-inner .ec-spe-pro-content .ec-spe-pro-progress {
    margin-bottom: 15px;
  }
  .ec-spe-pro-inner .ec-spe-pro-content .ec-spe-price {
    margin-bottom: 15px;
  }
  .displaySection {
    margin-right: 18px;
    padding: 5px;
    min-width: 55px;
  }
  .numberDisplay {
    font-size: 16px;
  }
  .timerDisplay > span.displaySection:not(:last-child):before {
    right: -14px;
    top: 18%;
  }
  .ec-spe-section .ec-spe-products {
    min-height: 406px;
  }
  .ec-test-outer {
    height: unset;
  }
  .ec-footer .footer-top .col-sm-12.ec-footer-cont-social {
    width: 24%;
  }
  .ec-footer .footer-top .col-sm-12 {
    width: 19%;
  }
  .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 {
    font-size: 14px;
  }
  .ec-footer .footer-top .ec-footer-widget .ec-footer-links .ec-footer-link:not(:last-child) {
    margin-bottom: 11px;
  }
  .ec-footer .footer-top .ec-footer-widget .ec-footer-heading {
    font-size: 14px;
  }
  .ec-foo-call .svg_img.foo_svg {
    height: 22px;
  }
  .svg_img.foo_svg {
    height: 22px;
  }
  .footer-bottom .ec-copy {
    letter-spacing: 1.2px;
  }
  .ec-subscribe-form .button {
    font-size: 16px;
    height: 44px;
    line-height: 44px;
    min-width: auto;
    width: auto;
    padding: 0 15px;
  }
}
@media only screen and (max-width: 1399px) {
  .ec-pro-tab-nav .nav-item:not(:last-child) {
    margin-right: 30px;
  }
  .tab-content .tab-pane .row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (max-width: 1366px) {
  .section-space-p {
    padding: 35px 0;
  }
  .section-space {
    padding: 35px 0;
  }
  .section-space-pb {
    padding-bottom: 35px;
  }
  .section-space-pb-30 {
    padding-bottom: 30px;
  }
  .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;
  }
  .section-space-mb {
    margin-bottom: 35px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1449px) {
  .pt-100px {
    padding-top: 80px;
  }
  .pt-70px {
    padding-top: 55px;
  }
  .pb-70px {
    padding-bottom: 55px;
  }
  .pt-86px {
    padding-top: 76px;
  }
  .pt-60px {
    padding-top: 50px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1265px) {
  .ec-product-content .ec-opt-size li {
    margin-right: 4px;
  }
}
@media only screen and (max-width: 1199px) {
  .ec-main-menu ul li {
    margin-left: 15px;
    margin-right: 15px;
  }
  .section-title .ec-title {
    font-size: 18px;
  }
  .col-5 {
    width: 25%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }
  .d-1199 {
    display: none !important;
  }
  .ec-all-product-inner .ec-pro-content .ec-price span.qty {
    font-size: 11px;
    position: absolute;
    right: 10px;
  }
  .col.ec-category-block {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 10%;
            flex: 0 0 10%;
  }
  div#ec-main-menu-desk {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 90%;
            flex: 0 0 90%;
  }
  .header-search {
    min-width: 450px;
  }
  .ec-category-menu .ec-category-toggle {
    width: 45px;
  }
  .ec-header-search {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .col.text-center.header-top-center {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 10%;
    flex: 1 0 10%;
  }
  .search_submit {
    width: 50px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .search_submit .search_svg {
    width: 18px;
    height: 18px;
  }
  .ec-slide-content .ec-slide-title {
    font-size: 42px;
    padding-bottom: 10px;
  }
  .ec-slide-content .ec-slide-title span {
    font-size: 22px;
    letter-spacing: 2px;
  }
  .ec-slide-content .ec-slide-stitle {
    font-size: 26px;
    letter-spacing: 3px;
  }
  .ec-slide-content p {
    font-size: 22px;
    margin-right: 50px;
  }
  .ec-slide-content p b {
    font-size: 30px;
  }
  .ec-slide-content .btn {
    font-size: 14px;
    height: 34px;
    line-height: 34px;
  }
  .ec-category-desc h3, .ec-category-desc .h3 {
    font-size: 12px;
  }
  .ec_ser_inner {
    padding: 15px 0;
  }
  .ec_ser_inner .ec-service-image {
    min-width: 34px;
  }
  .ec_ser_inner .ec-service-image svg {
    width: 34px;
    height: 34px;
  }
  .ec_ser_content_5 .ec_ser_inner .ec-service-image svg {
    width: 34px;
    height: 34px;
  }
  .ec_ser_content_4 .ec_ser_inner .ec-service-image svg {
    width: 34px;
    height: 34px;
  }
  .ec_ser_content_3 .ec_ser_inner .ec-service-image svg {
    width: 34px;
    height: 34px;
  }
  .ec_ser_content_2 .ec_ser_inner .ec-service-image svg {
    width: 34px;
    height: 34px;
  }
  .ec-service-desc p {
    font-size: 12px;
  }
  .banner-block .banner-content {
    padding: 15px;
  }
  .banner-block .banner-content .ec-banner-btn a {
    font-size: 14px;
  }
  .banner-block .banner-content .ec-banner-btn a i {
    font-size: 14px;
  }
  .banner-block .banner-text {
    margin-bottom: 5px;
  }
  .banner-block .banner-text .ec-banner-disc {
    font-size: 12px;
    margin-bottom: 5px;
    padding: 2px 8px;
  }
  .banner-block .banner-text .ec-banner-stitle {
    font-size: 14px;
  }
  .banner-block .banner-text .ec-banner-title {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .ec-offer-content .ec-offer-desc {
    font-size: 18px;
  }
  .ec-offer-content .ec-offer-btn a {
    font-size: 14px;
  }
  .ec-spe-pro-inner .ec-spe-pro-content {
    padding-left: 15px;
  }
  .ec-spe-pro-inner .ec-spe-pro-content .ec-spe-pro-btn a {
    height: 34px;
    line-height: 34px;
    min-width: unset;
    font-size: 12px;
  }
  .ec-spe-pro-inner .ec-spe-pro-content .ec-spe-pro-progress-desc span {
    font-size: 12px;
  }
  .ec-spe-pro-inner .ec-spe-pro-content .ec-spe-count-desc {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .displaySection {
    min-width: 45px;
  }
  .numberDisplay {
    margin-bottom: 5px;
  }
  .labelformat {
    font-size: 10px;
  }
  section.ec-new-product {
    margin-top: 40px;
  }
  .footer-news-title {
    font-size: 28px;
    margin-bottom: 10px;
  }
  .footer-bottom .ec-copy {
    font-size: 14px;
  }
  .footer-bottom-payment {
    margin-bottom: 15px;
  }
  .ec-test-section,
.ec-new-product-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .ec-test-section {
    width: 50%;
  }
  .ec-services-section {
    width: 100%;
  }
  .ec-spe-section {
    width: 100%;
  }
  .ec-services-section .ec_ser_block {
    padding: 15px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .ec-services-section .ec_ser_content:not(:last-child) .ec_ser_inner {
    border: none;
  }
  .ec_ser_content.col-sm-12 {
    width: 20%;
  }
  .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-right: 0;
    margin-bottom: 10px;
  }
  .ec-banner-inner {
    margin-bottom: 30px;
  }
  .banner-block {
    min-height: 405px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pt-100px {
    padding-top: 70px;
  }
  .pt-70px {
    padding-top: 40px;
  }
  .pb-70px {
    padding-bottom: 40px;
  }
  .pt-86px {
    padding-top: 66px;
  }
  .pt-60px {
    padding-top: 40px;
  }
  .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-header-bottom .menu_fixed .nav-desk {
    padding-right: 30px;
    padding-left: 30px;
  }
  .ec-header-bottom .menu_fixed .nav-desk .ec-main-menu ul li.dropdown:not(:last-child) {
    margin-right: 0;
  }
  .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;
  }
  .marg-b-0 {
    margin-bottom: 0 !important;
  }
  .ec-header {
    z-index: auto;
  }
  .ec-slide-content {
    padding-left: 50px;
  }
  .ec-ofr-bnr {
    height: 60vh;
  }
  .sidebar-dis-991 {
    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;
  }
  .ec-product-tab .ec-sidebar-block h3, .ec-product-tab .ec-sidebar-block .h3 {
    position: relative;
  }
  .ec-product-tab .ec-sidebar-block h3 .ec-close, .ec-product-tab .ec-sidebar-block .h3 .ec-close {
    padding: 0;
    position: absolute;
    right: -3px;
    display: inline-block !important;
    font-size: 30px;
    color: #222;
  }
  .ec-product-tab .cat-sidebar .cat-sidebar-box .ec-sidebar-wrap {
    padding: 0;
    border: none;
  }
  .sidebar-dis-991.ec-open {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .col-5 {
    width: 33.3333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
  }
  .slide-1,
.slide-2,
.slide-3 {
    height: 55vh;
  }
  .col.ec-category-block {
    margin-bottom: 20px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 23%;
            flex: 0 0 23%;
  }
  .banner-block {
    min-height: 420px;
  }
  .ec-header-search {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .header-search {
    padding: 0;
  }
  .ec-pro-tab-nav .nav-item {
    font-size: 13px;
    font-weight: 600;
  }
  .ec-category-menu .ec-category-toggle {
    width: 100%;
  }
  .ec-category-dropdown {
    left: auto;
    right: 0;
  }
  .section-title .ec-title {
    font-size: 17px;
  }
  .header-top .row {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .ec-sidebar-toggle {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 0px;
            flex: 0 0 0;
  }
  .ec-sidebar-toggle i {
    font-size: 24px;
    line-height: 1;
  }
  .ec-header-bottom {
    padding: 20px 0;
  }
  .ec-main-slider {
    margin-top: 30px;
  }
  .ec-header-bottons .ec-header-btn {
    margin-left: 15px;
    padding: 0;
    color: #ffffff;
  }
  .ec-header-bottons .ec-header-btn .ec-header-btn.ec-header-wishlist {
    padding-bottom: 0;
    padding-right: 8px;
    margin-left: 34px;
  }
  .ec-header-bottons .ec-header-btn:not(:last-child) {
    margin-left: 15px;
    padding: 0 2px;
  }
  .ec-header-bottons .ec-header-btn .ec-header-count {
    height: 16px;
    min-width: 16px;
    top: -5px;
    right: -6px;
    position: absolute;
    left: auto;
    background-color: #ff909d;
    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-size: 12px;
    line-height: 16px;
    border-radius: 8px;
  }
  .ec-header-bottons .ec-header-btn:last-child {
    padding-right: 0;
  }
  .ec_cat_inner .ec-category-image {
    /* padding: 40px; */
  }
  .header_svg {
    width: 25px;
    height: 25px;
    fill: #444;
  }
  .ec-header-user .header_svg {
    width: 25px;
    height: 25px;
  }
  .ec-header-user .dropdown-menu {
    top: 46px !important;
  }
  .ec-header-wishlist .header_svg {
    width: 25px;
    height: 25px;
  }
  .header-top-left {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .header-top-message {
    font-size: 12px;
  }
  .ec-category-dropdown .ec-cat-menu-link {
    padding: 10px 15px;
    font-size: 12px;
  }
  .col.ec-header-logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    margin-top: 5px;
    margin-bottom: 20px;
  }
  .ec-header-call {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    margin-bottom: 20px;
  }
  .ec-header-call .ec-call-title {
    font-size: 14px;
  }
  .ec-header-call .ec-call-no {
    font-size: 14px;
  }
  .ec-category-menu .ec-category-toggle {
    min-height: 46px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0 15px;
  }
  .header-search {
    max-width: 100%;
  }
  .header-search .form-control {
    min-height: 42px;
    height: 42px;
  }
  .search_submit {
    height: 42px;
  }
  .ec-search-select-inner {
    height: 44px;
    font-size: 12px;
  }
  .ec-search-select-inner::before {
    top: 5px;
    height: 34px;
  }
  .header-logo {
    text-align: left;
  }
  .call_svg {
    width: 30px;
    height: 30px;
  }
  .header-res-social {
    margin-bottom: 20px;
    text-align: center;
  }
  .header-top-social ul li.list-inline-item:not(:last-child) {
    margin-right: 5px;
  }
  .header-top-social ul li a {
    width: 40px;
    height: 40px;
    font-size: 20px;
    font-size: 20px;
  }
  .header-top-social ul li a i {
    color: #222;
  }
  .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: #222;
    font-weight: 600;
  }
  .header-top-lan-curr .dropdown .dropdown-toggle::after {
    display: none;
  }
  .header-top-lan-curr .dropdown .dropdown-toggle i {
    margin-left: 15px;
    color: #222;
  }
  .header-top-lan-curr .dropdown .dropdown-menu {
    top: 0 !important;
    position: relative !important;
  }
  .header-top-lan-curr > * {
    width: 100%;
    margin-bottom: 10px;
  }
  .header-top-center {
    text-align: left !important;
  }
  .ec-slide-content .ec-slide-title {
    font-size: 38px;
  }
  .ec-slide-content .ec-slide-title span {
    font-size: 18px;
    letter-spacing: 1px;
  }
  .ec-slide-content .ec-slide-title:before {
    height: 4px;
    bottom: 3px;
    width: 100px;
  }
  .ec-slide-content .ec-slide-stitle {
    font-size: 20px;
  }
  .ec-slide-content p {
    font-size: 18px;
    margin-right: 25px;
  }
  .ec-slide-content .btn {
    font-size: 12px;
    height: 34px;
    line-height: 34px;
  }
  .ec-slide-content .btn i {
    font-size: 15px;
  }
  .ec-main-slider .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 10px;
  }
  .main-slider-dot .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
  }
  .main-slider-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 28px;
  }
  .ec-service-desc h2, .ec-service-desc .h2 {
    font-size: 13px;
  }
  .banner-block .banner-text .ec-banner-disc {
    font-size: 10px;
    padding: 0px 8px;
  }
  .banner-block .banner-text .ec-banner-stitle {
    font-size: 12px;
    margin-bottom: 2px;
  }
  .banner-block .banner-text .ec-banner-title {
    text-align: center;
  }
  .banner-block .banner-content {
    padding: 10px;
  }
  .banner-block .banner-content .ec-banner-btn a {
    font-size: 14px;
    font-size: 12px;
  }
  .ec-test-section,
.ec-new-product-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .ec-test-section {
    display: block;
    margin-bottom: 30px;
  }
  .ec-product-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .ec-product-tab .tab-pane > .row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .ec-spe-section .ec-spe-products {
    min-height: unset;
  }
  .ec-test-section .ec-test-desc {
    line-height: 1.5;
  }
  .footer-news-desc {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .ec-footer .footer-top .container > .row {
    padding: 0;
  }
  .ec-footer .footer-top .col-sm-12 {
    margin-bottom: 0;
  }
  .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%;
    margin-bottom: 5px;
  }
  .ec-footer .footer-top .col-sm-12.col-lg-3.ec-footer-contact {
    width: 100%;
    margin-bottom: 5px;
  }
  .ec-footer .footer-top .ec-footer-contact .ec-footer-widget .ec-footer-heading {
    margin-bottom: 15px;
  }
  .ec-footer-contact {
    margin-bottom: 0;
  }
  .footer-news-title {
    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;
  }
  .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;
  }
  .footer-bottom-payment.d-flex.justify-content-end {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .ec-footer .footer-top .ec-footer-social ul {
    margin-top: 15px;
  }
  .ec-footer .footer-top .ec-footer-widget .s-head {
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pt-100px {
    padding-top: 50px;
  }
  .pt-70px {
    padding-top: 30px;
  }
  .pb-70px {
    padding-bottom: 30px;
  }
  .pt-86px {
    padding-top: 46px;
  }
  .pt-60px {
    padding-top: 30px;
  }
  .modal-dialog {
    max-width: 720px;
    width: 720px;
  }
}
@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: 25px 0;
  }
  .section-space-mt {
    margin-top: 25px;
  }
  .section-space-footer-p {
    padding: 30px 0;
  }
  .section-space-mb {
    margin-bottom: 25px;
  }
  .ec-test-section {
    margin-bottom: 0;
  }
  .col-5 {
    width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .ec-test-section,
.ec-new-product-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .ec-slide-content {
    width: 70%;
  }
  .ec-all-product-content .slick-arrow:before {
    font-size: 22px;
  }
  #ec-popnews-box-content {
    padding: 30px;
  }
  .col-sm-12.ec-all-product-block {
    padding: 0 8px;
  }
  .ec-ofr-bnr {
    height: 50vh;
  }
  .slide-1,
.slide-2,
.slide-3 {
    height: 40vh;
  }
  .header-logo a img {
    width: 130px;
  }
  .ec_cat_inner .ec-category-image {
    /* padding: 30px; */
  }
  .section-title .ec-title {
    font-size: 16px;
  }
  .col.text-center.header-top-center {
    width: 60%;
  }
  .header-search .form-control {
    padding: 6px 10px;
    width: 100%;
  }
  .ec-search-select-inner {
    width: 110px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .ec-search-select-inner select {
    padding: 0 10px;
  }
  .ec-search-select-inner::after {
    right: 15px;
  }
  .col.ec-category-block {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 35%;
  }
  .ec-header-search {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin: 0;
    width: 100%;
  }
  .header-search {
    width: 100%;
    min-width: 290px;
  }
  .ec-category-dropdown .ec-cat-menu-link {
    padding: 15px 10px;
    line-height: 1;
  }
  .ec-slide-content {
    padding-left: 35px;
  }
  .ec-slide-content .ec-slide-stitle {
    font-size: 18px;
    letter-spacing: 2px;
  }
  .ec-slide-content p {
    font-size: 14px;
  }
  .ec-slide-content p b {
    font-size: 24px;
  }
  .ec-slide-content .ec-slide-title {
    padding-bottom: 0;
    font-size: 30px;
  }
  .ec-slide-content .ec-slide-title span {
    font-size: 16px;
    letter-spacing: 0;
  }
  .ec-slide-content .btn {
    margin-top: 0;
    height: 30px;
    line-height: 30px;
    font-size: 10px;
    padding: 0 15px;
  }
  .ec-slide-content .btn i {
    font-size: 13px;
  }
  .ec-main-slider .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 5px;
  }
  .ec-service-desc h2, .ec-service-desc .h2 {
    font-size: 14px;
  }
  .ec_ser_content.col-sm-12 {
    width: auto;
    padding: 0 10px;
    min-width: 208px;
    margin: 5px auto;
  }
  .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: 15px;
    margin-left: 0;
    margin-bottom: 10px;
  }
  .ec-services-section .ec_ser_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .ec-banner-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 30px auto;
  }
  .banner-block {
    margin: 10px auto;
  }
  .banner-block .banner-content {
    padding: 35px 15px;
  }
  .banner-block .banner-content .ec-banner-btn a {
    font-size: 16px;
  }
  .banner-block .banner-text .ec-banner-stitle {
    font-size: 16px;
  }
  .banner-block .banner-text .ec-banner-title {
    font-size: 24px;
  }
  .banner-block .banner-text .ec-banner-disc {
    font-size: 14px;
    padding: 5px 8px;
  }
  .ec-pro-tab-nav {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .ec-pro-tab-nav .nav-item {
    font-size: 12px;
    letter-spacing: 0;
  }
  .ec-pro-tab {
    margin-top: 0;
  }
  .slick-dots li {
    width: 14px;
    height: 14px;
  }
  .slick-dots li.slick-active {
    width: 28px;
  }
  .ec-spe-section .ec-spe-pro-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .ec-spe-pro-image-outer {
    width: 70%;
  }
  .ec-spe-pro-inner .ec-spe-pro-content {
    width: 100%;
    padding: 30px 0 0 0;
  }
  .ec-spe-pro-inner .ec-spe-pro-thumb {
    width: 60px;
  }
  .ec-spe-pro-inner .ec-spe-pro-cover {
    width: calc(100% - 75px);
  }
  section.ec-test-section {
    margin-top: 25px;
  }
  .ec-test-section .slick-dots li {
    width: 12px;
  }
  .ec-test-section .ec-test-desc {
    max-width: 70%;
  }
  .ec-new-product .slick-initialized .slick-slide {
    text-align: center;
  }
  .ec-brand-area {
    padding-left: 15px;
    padding-right: 15px;
  }
  .footer-news-desc {
    max-width: 100%;
  }
  .ec-subscribe-form .button {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
  }
  .ec-footer .footer-top .ec-footer-widget .ec-footer-links .ec-footer-link:not(:last-child) {
    margin-bottom: 10px;
  }
  .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, #ec-popnews-box .h1 {
    font-size: 30px;
  }
  .ec-insta-inner img {
    width: 200px;
  }
  .ec-cc-style .cc-footer .cc-call-button svg {
    stroke: #fff;
  }
  .ec-cc-style .cc-footer .cc-call-button:before {
    width: 100%;
  }
  .ec-cc-style .cc-footer .cc-call-button span {
    color: #fff;
  }
  .ec-brand-outer .slick-arrow.slick-next,
.ec-brand-outer .slick-arrow.slick-prev {
    display: none !important;
  }
  .disp-no-767 {
    display: none;
  }
}
@media only screen and (max-width: 400px) {
  .ec_cat_inner {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .ec_cat_inner .ec-category-desc {
    padding-left: 15px !important;
  }
  .ec_cat_inner .ec-category-image {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 575px) {
  .ec-main-slider .ec-slide-content {
    background: rgba(255, 255, 255, 0.7);
    padding: 15px;
    border-radius: 15px;
  }
  .ec-main-slider .slide-1,
.ec-main-slider .slide-2,
.ec-main-slider .slide-3 {
    background-position: right;
  }
  .header-logo {
    text-align: center !important;
    margin-bottom: 15px;
  }
  .header-logo a img {
    width: 120px;
  }
  .banner-block {
    min-height: 300px;
  }
  .recent-purchase {
    bottom: 75px;
    z-index: 16;
  }
  .ec-header-bottom .col {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }
  .banner-block .banner-content {
    width: 70%;
  }
  .ec-nav-toolbar {
    height: 60px;
    padding: 5px;
    -webkit-box-shadow: 0 0 5px rgba(61, 61, 61, 0.2);
    box-shadow: 0 0 5px rgba(61, 61, 61, 0.2);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 14;
    overflow-y: hidden;
  }
  .ec-nav-toolbar .ec-nav-panel {
    width: 100%;
    height: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .ec-nav-toolbar .ec-nav-panel .ec-nav-panel-icons {
    width: 30px;
    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;
  }
  .ec-nav-toolbar .ec-nav-panel .ec-nav-panel-icons a {
    line-height: 5px;
  }
  .ec-nav-toolbar .ec-nav-panel .ec-nav-panel-icons a {
    position: relative;
  }
  .ec-nav-toolbar .ec-nav-panel .ec-nav-panel-icons a .header_svg {
    width: 25px;
    height: 25px;
    fill: #222;
  }
  .ec-nav-toolbar .ec-nav-panel .ec-nav-panel-icons a .ec-cart-noti {
    width: 15px;
    height: 15px;
    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;
    position: absolute;
    top: -8px;
    right: -10px;
    border-radius: 30px;
    color: #fff;
    font-size: 12px;
    background-color: #ff6767;
  }
  .ec-nav-toolbar .ec-nav-panel .ec-nav-panel-icons a i {
    font-size: 17px;
  }
  #scrollUp,
.cc-right-bottom {
    bottom: 75px;
  }
  .footer-bottom .container {
    margin-bottom: 55px;
  }
  .ec-header-bottom {
    padding: 20px 0 10px;
  }
  .ec-product-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
  }
  .ec-ofr-bnr {
    height: 36vh;
  }
  .ec-insta-inner img {
    width: 150px;
  }
  .ec-cc-style .cc-panel {
    width: 290px;
  }
  .displaySection {
    margin-right: 5px;
  }
}
@media only screen and (max-width: 574px) {
  .ec-insta-outer {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (min-width: 480px) and (max-width: 574px) {
  .ec-product-inner .ec-pro-content .ec-pro-rat-price {
    padding: 0 10px;
  }
  .ec-product-inner .ec-pro-content .ec-pro-title {
    padding: 0 10px;
  }
  .ec-product-inner .ec-pro-content .ec-pro-stitle {
    padding: 0 10px;
  }
  .ec-product-inner .ec-pro-content .ec-price span.old-price {
    font-size: 12px;
  }
  .ec-product-inner .ec-pro-content .ec-price span.new-price {
    font-size: 12px;
  }
  .ec-product-inner .ec-pro-image .flags span {
    font-size: 12px;
    line-height: 14px;
  }
  .ec-product-inner .ec-pro-image .ec-pro-actions .ec-btn-group {
    width: 34px;
    height: 34px;
  }
  .ec-pro-opt-inner {
    padding: 0 10px;
  }
  .ec-pro-size li:not(:last-child) {
    margin-right: 5px;
  }
  .ec-pro-size li a {
    font-size: 10px;
    width: 18px;
    height: 18px;
  }
  .ec-pro-color li span {
    width: 12px;
    height: 12px;
  }
  .ec-pro-color li a {
    width: 12px;
    height: 12px;
  }
  a.wishlist .svg_img.pro_svg {
    height: 17px;
  }
  .svg_img.pro_svg {
    height: 19px;
  }
}
@media only screen and (max-width: 479px) {
  .col-5 {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .section-title {
    padding-bottom: 10px;
  }
  .ec-slide-content {
    width: 100%;
    padding-left: 15px;
  }
  .slide-1,
.slide-2,
.slide-3 {
    height: 35vh;
  }
  .col.text-center.header-top-center {
    display: none;
  }
  .header-top-left {
    display: none;
  }
  .ec-search-select-inner select {
    padding: 0 5px;
  }
  .col.ec-category-block {
    width: 45px;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    margin-top: 15px;
  }
  .ec-header-bottom {
    padding: 15px 0 10px;
  }
  .d-479 {
    display: none;
  }
  .col.ec-category-block {
    margin-top: 0;
    margin-bottom: 15px;
  }
  .ec-category-menu .ec-category-toggle {
    width: 40px;
    min-height: 40px;
    padding: 0 13px;
  }
  .ec-header-search {
    width: 100%;
    padding: 0 15px !important;
  }
  .col.header-top-res {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
  }
  .col.ec-header-logo {
    margin-bottom: 15px;
    margin-top: 2px;
  }
  .ec-header-call {
    margin-bottom: 15px;
  }
  .ec-header-call .ec-call-title {
    font-size: 12px;
  }
  .ec-header-call .ec-call-no {
    font-size: 12px;
  }
  .ec-side-cart {
    width: 290px;
  }
  .ec-side-cart .ec-cart-inner .ec-cart-title {
    margin-bottom: 15px;
  }
  .ec-side-cart.ec-mobile-menu {
    width: 290px;
  }
  .sidebar-dis-991 {
    width: 290px;
  }
  .eccart-pro-items li {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .ec-search-select-inner select {
    font-size: 14px;
  }
  .call_svg {
    width: 24px;
    height: 24px;
  }
  .ec-slide-content .ec-slide-stitle {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .ec-slide-content p {
    display: none;
  }
  .ec-slide-content .ec-slide-title {
    font-size: 25px;
    letter-spacing: 1px;
  }
  .ec-slide-content .ec-slide-title span {
    font-size: 14px;
    letter-spacing: 0;
  }
  .ec-slide-content .btn {
    margin-top: 0;
    height: 24px;
    line-height: 24px;
    font-size: 10px;
    padding: 0 5px;
  }
  .ec_cat_inner {
    padding: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .ec-category-image {
    margin-bottom: 15px;
  }
  .ec-category-desc {
    padding: 0 !important;
  }
  .ec_ser_content.col-sm-12 {
    min-width: 194px;
  }
  .banner-block .banner-text .ec-banner-disc {
    font-size: 10px;
    margin-bottom: 3px;
    padding: 0px 8px;
  }
  .banner-block .banner-text .ec-banner-stitle {
    font-size: 14px;
    margin-bottom: 2px;
  }
  .banner-block .banner-text .ec-banner-title {
    font-size: 16px;
  }
  .banner-block .banner-content {
    padding: 20px 15px;
  }
  .banner-block .banner-content .ec-banner-btn a {
    font-size: 12px;
  }
  .ec-offer-content .ec-offer-title {
    font-size: 20px;
  }
  .ec-offer-content .ec-offer-stitle {
    font-size: 18px;
    margin-bottom: 4px;
  }
  .ec-offer-content .ec-offer-desc {
    display: none;
  }
  .ec-offer-content .ec-offer-btn a {
    font-size: 10px;
    height: 26px;
    line-height: 26px;
    margin-top: 8px;
  }
  .ec-pro-tab-nav .nav-item {
    width: auto;
  }
  .ec-pro-tab-nav .nav-item:not(:last-child) {
    margin: 0 15px 5px;
  }
  .ec-spe-pro-image-outer {
    width: 100%;
  }
  .ec-spe-pro-inner .ec-spe-pro-thumb {
    width: 40px;
  }
  .ec-spe-pro-inner .ec-spe-pro-cover {
    width: calc(100% - 55px);
  }
  .ec-subscribe-form .ec-email {
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 15px;
  }
  .footer-news-title {
    font-size: 20px;
  }
  .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 {
    font-size: 14px;
    line-height: 20px;
  }
  .footer-bottom .ec-copy {
    font-size: 13px;
  }
  .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, #ec-popnews-box .h1 {
    font-size: 22px;
  }
  #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;
  }
}
/*# sourceMappingURL=demo8.css.map */