.caller {
  display: flex;
  margin-right: 10px;
  align-items: center;
}

.caller .icon {
  width: 40px;
  height: 40px;
  background: #c12a42;
  border-radius: 50%;
  color: #fff;
  line-height: 45px;
  text-align: center;
  font-size: 17px;
  text-shadow: 0 1px 1px #00000029;
  margin-right: 10px;
}

.caller h4 {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  color: #c12a42;
}

.caller p {
  margin-bottom: 0;
  font-size: 12px;
  color: #666;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.srb-banner-img-h img {
  height: 450px;
  width: 100%;
  object-fit: cover;
}

.srb-ft-section {
  background: #c12a42;
  padding: 40px 0px;
  position: relative;
}

.rsgi {
  background: #c12a42;
  z-index: 99;
  left: 0;
  right: 0;
  width: 80%;
  margin: auto;
  border-radius: 10px;
}

.rsgi h2 {
  font-size: 35px !important;
  color: #fffa74 !important;
}

.srb-ft-section .section-title .ec-title {
  color: #fff;
  text-shadow: 0px 1px 2px #3d215f69;
}

.srb-ft-section .section-title .sub-title {
  color: #f7f7f7;
  text-shadow: 0px 1px 2px #3d215f69;
}

.srb-top-cat-menu {
  border-bottom: 1px solid #f5f5f5;
}

.srb-tets {
  display: flex;
  text-align: center;
  padding: 10px 5px;
  background: #ff979700;
  margin: 0 2px;
  border-radius: 5px;
  color: #fff;
  align-items: center;
  flex-direction: column;
  position: relative;
}

.sbr-head {
  border: none;
  margin-bottom: 30px;
}

.srb-ft-section .ec_ser_inner .srb-ec-service-image {
  margin: 0px;
  min-width: auto;
  background: #fffcee;
  width: 100%;
  padding: 1px;
}

.srb-ft-section .ec_ser_inner .srb-ft-desc {
  width: 100%;
  border: 1px solid #fffcee;
  padding-bottom: 5px;
  position: absolute;
  bottom: 30px;
  background: #3d215f;
}


.srb-ft-section .srb-ft-desc h2 {
  font-size: 14px;
  color: #fff;
  letter-spacing: 0;
  margin-bottom: 0px;
  text-transform: capitalize;
  font-weight: 600;
  margin-top: 10px;
}

.wm {
  width: 100%;
  position: absolute;
  font-size: 200px;
  font-weight: bold;
  top: -55px;
  left: 0;
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
}

.wm.dark.wm-border {
  font-size: 100px;
  color: rgb(61 33 95 / 5%);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgb(61 33 95 / 76%);
}

.special-product .product-box {
  position: relative;
  height: 100%;
  box-shadow: 1px 1px 3px 0px #a8a8a8b3;
}

.special-product .product-box .img-wrap {
  height: 100%;
}

.special-product .ratio_163 .bg-size:before {
  padding-top: 159%;
}

.special-product .product-box .catagories-small-label,
.special-product .product-box .catagories-large-label {
  position: absolute;
  left: 50%;
  width: 90%;
  bottom: calc(10px + (15 - 10) * ((100vw - 320px) / (1920 - 320)));
  padding: calc(9px + (11 - 9) * ((100vw - 320px) / (1920 - 320)));
  text-align: center;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.8);

  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}

@media only screen and (max-width: 767px) {

  .special-product .product-box .catagories-small-label,
  .special-product .product-box .catagories-large-label {
    padding: calc(9px + (20 - 9) * ((100vw - 320px) / (1920 - 320)));
  }
}

.special-product .product-box .catagories-small-label a>span,
.special-product .product-box .catagories-large-label a>span {
  font-weight: normal;
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #767676;
  text-transform: capitalize;
  overflow: hidden;
  white-space: nowrap;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  text-overflow: ellipsis;
  margin: 0 auto;
  margin-top: -2px;
}

@media only screen and (max-width: 1199px) {

  .special-product .product-box .catagories-small-label a>span,
  .special-product .product-box .catagories-large-label a>span {
    font-size: 13px;
  }
}

@media only screen and (max-width: 767px) {

  .special-product .product-box .catagories-small-label a>span,
  .special-product .product-box .catagories-large-label a>span {
    font-size: 14px;
  }
}

.special-product .product-box .catagories-small-label a h3,
.special-product .product-box .catagories-large-label a h3 {
  font-weight: 500;
  font-size: calc(11px + (16 - 11) * ((100vw - 320px) / (1920 - 320)));
  line-height: calc(19px + (23 - 19) * ((100vw - 320px) / (1920 - 320)));
  color: #262834;
  text-transform: uppercase;
  margin: 0 auto;
  margin-bottom: -5px;
  overflow: hidden;
  white-space: nowrap;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  text-overflow: ellipsis;
}

.ratio_asos {
  margin-top: 15px;
}

.section-btn .ec-section-btn a {
  padding: 10px 15px;
  border-width: 1px;
  border-style: solid;
  font-size: 15px;
  font-weight: 500;
  border-radius: 23px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  line-height: 19px;
  background: transparent !important;
  color: #142f41;
  border-color: #142f41;
}

.section-title-block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
}

.section-title .ec-title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 0;
  color: #c12a42;
  position: relative;
  display: inline;
  padding: 0;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 1.1px;
}

.section-title .sub-title {
  margin-top: 11px;
  color: #3d215f;
  font-size: 20px;
  letter-spacing: 0.5px;
  line-height: 19px;
  padding: 0;
}

.section-title .ec-title:after {
  content: "";
  position: absolute;
  top: -16px;
  height: 36px;
  width: 36px;
  margin: 0 auto;
  background: #ffbf7f;
  right: auto;
  left: -19px;
  border-radius: 100%;
  opacity: 0.5;
  z-index: -1;
}

.ec_cat_slider .ec_cat_content {
  padding: 0px;
}

.ec_cat_content .ec_cat_inner {
  position: relative;
}

.ec-cat-image {
  box-shadow: 3px 4px 7px 0px rgb(35 31 32 / 8%);
  -webkit-box-shadow: 3px 4px 7px 0px rgb(35 31 32 / 8%);
  -moz-box-shadow: 3px 4px 7px 0px rgb(35 31 32 / 8%);
  border-radius: 10px;
  overflow: hidden;
}

.ec_cat_inner {
  padding: 15px;
  border: none;
}

.slick-slide img {
  display: block;
}

.ec_cat_content .ec-cat-desc {
  position: absolute;
  top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 30px;
}

.ec_cat_content .ec-section-btn a {
  border-width: 1px;
  border-style: solid;
  font-size: 13px;
  border-radius: 10px;
  letter-spacing: 0.6px;
  padding: 5px 20px 5px;
  text-transform: uppercase;
  text-align: center;
  display: block;
  background-color: #3d215f;
  border-color: #fff;
}

.about-two {
  position: relative;
  display: block;
  padding: 70px 0 50px;
  background-color: #f9fafe;
}

.section-title {
  position: relative;
  display: block;
  margin-top: 0px;
  margin-bottom: 15px;
}

.section-title__tagline {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 18px;
  color: #c12a42;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-family: var(--mcore-font-two);
  margin-left: 38px;
  z-index: 1;
}

.about-two__text-1 {
  font-weight: 600;
  color: #3a1016;
  font-size: 13px;
}

.section-title__tagline:before {
  position: absolute;
  left: -40px;
  top: 7px;
  width: 30px;
  height: 2px;
  background-color: #000;
  content: "";
}

.section-title__title {
  margin: 0;
  color: #3d215f;
  font-size: 30px;
  line-height: 40px;
  font-weight: 800;
  margin-top: 10px;
}
p.about-two__text-2 {
  margin-bottom: 5px;
}

.abot {
  position: relative;
  box-shadow: 0 0px 6px 1px #7e7e7e70;
}

.abot::before {
  content: "";
  display: block;
  background: #d2213d;
  /* border: 5px solid; */
  width: 100px;
  height: 100px;
  position: absolute;
  z-index: 0;
  top: -6px;
  left: -6px;
}

.abot img {
  position: relative;
  z-index: 99;
}

.abot::after {
  content: "";
  display: block;
  background: #d2213d;
  width: 100px;
  height: 100px;
  position: absolute;
  z-index: 0;
  bottom: -6px;
  right: -6px;
}

.sehfyu {
  background-color: #fff;
  text-align: center;
  justify-content: center;

}

.ec_cat_slider2 .slick-arrow {
  background: #c12a42;
  color: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

.ec_cat_slider2 .slick-arrow:before {
  color: #fff;
}

.toggle-sidebar-swipe {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.ec-border-box {
  border: 1px solid #eeeeee;
  border-radius: 5px;
}

.ec-sidebar-wrap {
  padding: 15px;
  background-color: #fff;
}

.ec-sidebar-wrap h3,
.ec-sidebar-wrap .h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
  position: relative;
  display: block;
  color: #555;
  font-family: "Montserrat";
}

.ec-sidebar-wrap .h3 {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1.2px;
  margin-bottom: 10px;
  position: relative;
  display: block;
  color: #3474d4;
  font-family: "Fjalla One";
  letter-spacing: 0.4px;
}

.ec-sidebar-wrap .ec-sb-block-content {
  margin-bottom: 15px;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 10px;
}

.ec-sidebar-wrap .ec-sb-block-content li a span {
  float: right;
}

.ec-sidebar-wrap .ec-sb-block-content li a:hover {
  color: #555;
}

.ec-sidebar-wrap .ec-sidebar-block .ec-sb-block-content li {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 0 0 14px;
  display: block;
}

.ec-sidebar-wrap .ec-sidebar-block .ec-sb-block-content li .ec-sidebar-block-item {
  position: relative;
}

.ec-sidebar-wrap .ec-sidebar-block .ec-sb-block-content li .ec-sidebar-block-item input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  z-index: 999;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
}

.ec-sidebar-wrap .ec-sidebar-block .ec-sb-block-content li .ec-sidebar-block-item .checked {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 0;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}

.ec-sidebar-wrap .ec-sidebar-block .ec-sb-block-content li .ec-sidebar-block-item .checked:after {
  left: -1px;
  top: -1px;
  width: 18px;
  height: 18px;
  border: 1px solid #3474d4;
  content: "\f00c";
  position: absolute;
  display: none;
  background: #3474d4;
  font-family: "Ecicons";
  font-size: 14px;
  color: #ffffff;
  line-height: 16px;
  text-align: center;
}

.ec-sidebar-wrap .ec-sidebar-block .ec-sb-block-content li .ec-sidebar-block-item .checked.grey {
  background: #aab2bd;
  -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
}

.ec-sidebar-wrap .ec-sidebar-block .ec-sb-block-content li .ec-sidebar-block-item .checked.white {
  background: #ffffff;
  -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
}

.ec-sidebar-wrap .ec-sidebar-block .ec-sb-block-content li .ec-sidebar-block-item .checked.black {
  background: #434a54;
  -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
}

.ec-sidebar-wrap .ec-sidebar-block .ec-sb-block-content li .ec-sidebar-block-item .checked.camel {
  background: #c19a6b;
  -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
}

.ec-sidebar-wrap .ec-sidebar-block .ec-sb-block-content li .ec-sidebar-block-item.ec-more-toggle {
  cursor: pointer;
}

.ec-sidebar-wrap .ec-sidebar-block .ec-sb-block-content li #ec-more-toggle {
  margin-left: 25px;
  display: block;
  color: #444444;
  font-size: 15px;
  margin-top: 0;
  line-height: 18px;
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: 0;
  cursor: pointer;
}

.ec-sidebar-wrap .ec-sidebar-block .ec-sb-block-content li a {
  margin-left: 30px;
  display: block;
  color: #777;
  font-size: 14px;
  margin-top: 0;
  line-height: 20px;
  font-weight: 400;
  text-transform: capitalize;
  cursor: pointer;
}

.ec-sidebar-wrap .ec-sidebar-block .ec-sb-block-content li a:hover {
  color: #3474d4;
}

.ec-sidebar-wrap .ec-sidebar-block .ec-sb-block-content li .ec-more-toggle .checked:after {
  left: -1px;
  top: -1px;
  width: 18px;
  height: 18px;
  border: 1px solid #3474d4;
  content: "\f067";
  position: absolute;
  display: block;
  background-color: #3474d4;
  font-family: "Ecicons";
  font-size: 12px;
  color: #ffffff;
  line-height: 18px;
  text-align: center;
}

.ec-sidebar-wrap .ec-sidebar-block .ec-sb-block-content li .ec-more-toggle.active .checked:after {
  content: "\f068";
}

.ec-sidebar-wrap .ec-sidebar-block .ec-sb-block-content li:hover .checked {
  color: #3474d4;
}

.ec-sidebar-wrap .ec-sidebar-block.ec-sidebar-block-clr .ec-sb-block-content li {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  padding: 2px;
  border-radius: 30px;
  cursor: pointer;
  margin-right: 5px;
  width: 26px;
  height: 26px;
}

.ec-sidebar-wrap .ec-sidebar-block.ec-sidebar-block-clr .ec-sb-block-content li:hover {
  -webkit-box-shadow: 0px 0px 5px 0px #ccc;
  box-shadow: 0px 0px 5px 0px #ccc;
}

.ec-sidebar-wrap .ec-sidebar-block.ec-sidebar-block-clr .ec-sb-block-content li span {
  width: 22px;
  height: 22px;
  display: block;
  border-radius: 30px;
}

.ec-sidebar-wrap .ec-sidebar-block.ec-sidebar-block-clr .ec-sb-block-content li.active {
  padding: 2px;
  border-color: #3474d4;
}

.ec-sidebar-wrap .ec-sb-block-content.es-price-slider {
  margin-bottom: 0;
  border-bottom: none;
  background: #f5f5f5;
  padding: 21px 15px 15px;
  font-family: "Montserrat";
  border-radius: 5px;
  border: 1px solid #eeeeee;
}

.ec-sidebar-heading h1,
.ec-sidebar-heading .h1 {
  text-decoration: none;
  color: #777;
  display: block;
  font-size: 16px;
  font-family: "Montserrat";
  font-weight: 600;
  line-height: 20px;
  background: #f7f7f7;
  padding: 14px 15px 14px;
  letter-spacing: 0.2px;
  margin-bottom: 30px;
  border-radius: 5px;
  border: 1px solid #eeeeee;
}

.ec-breadcrumb {
  padding: 15px 0;
  background-color: #f7f7f7;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}

.ec-breadcrumb .ec-breadcrumb-title {
  text-decoration: none;
  color: #444444;
  display: block;
  font-size: 15px;
  font-family: "Montserrat";
  line-height: 22px;
  font-weight: 700;
  margin: 0 auto;
  text-transform: capitalize;
}

.ec-breadcrumb-list {
  text-align: right;
}

.ec-breadcrumb-list li {
  display: inline-block;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.02rem;
  line-height: 1.2;
  text-transform: capitalize;
}

.ec-breadcrumb-list li a {
  position: relative;
  color: #444444;
}

.ec-breadcrumb-list li.active {
  color: #3474d4;
}

.ec-breadcrumb-list .ec-breadcrumb-item.active::before {
  color: #3474d4;
}

.ec-breadcrumb-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ec-breadcrumb-item+.ec-breadcrumb-item {
  padding-left: 7px;
}

.ec-breadcrumb-item+.ec-breadcrumb-item::before {
  display: inline-block;
  padding-right: 7px;
  color: #444444;
  content: "\f101";
  font-family: "EcIcons";
  font-size: 15px;
}

.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: 100%;
  cursor: pointer;
  background-color: #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: 14px;
  line-height: 22px;
  padding: 0;
  border-radius: 5px;
}

.ec-pro-variation .ec-pro-variation-inner.ec-pro-variation-size .ec-pro-variation-content li:hover {
  background-color: #e2e2e2;
}

.ec-pro-variation .ec-pro-variation-inner.ec-pro-variation-size .ec-pro-variation-content .active {
  background-color: #e2e2e2;
}

button.btn-close.qty_close {
  position: absolute;
  left: auto;
  right: 10px;
  top: 10px;
  z-index: 9999;
}

.ec-product-inner {
  border: 1px solid #eeeeee;
  padding: 15px;
  border-radius: 15px;
}

.ec-product-inner .ec-pro-image {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
  border: 1px solid #eeeeee;
}

.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 .flags {
  position: absolute;
  z-index: 8;
  top: 24px;
  left: auto;
  right: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  background-color: #555;
}

.ec-product-inner .ec-pro-image .flags .sale {
  padding: 0 5px;
  background-color: #81dca8;
}

.ec-product-inner .ec-pro-image .flags .new {
  padding: 0 5px;
  background-color: #8196dc;
}

.ec-product-inner .ec-pro-image .flags span {
  font-size: 11px;
  font-weight: 600;
  line-height: 20px;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  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;
  color: #ffffff;
  letter-spacing: 1px;
}

.ec-product-inner .ec-pro-image .flags+.flags {
  right: 20px;
}

.ec-product-inner .ec-pro-image .percentage {
  position: absolute;
  z-index: 8;
  top: 13px;
  left: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  padding: 0 8px;
  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: #ff6285;
  border-radius: 0 15px 15px 0;
  font-weight: 700;
}

.ec-product-inner .ec-pro-image a.quickview {
  visibility: hidden;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 0 auto;
  top: auto !important;
  bottom: 15px;
  right: 15px;
  left: auto;
  width: 35px;
  height: 35px;
  opacity: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0 0 10px 10px;
  color: rgba(68, 68, 68, 0.7);
  background-color: #ffffff;
  z-index: 9;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  border: 1px solid #eeeeee;
}

.ec-product-inner .ec-pro-image a.quickview i {
  font-size: 17px;
  line-height: 14px;
}

.ec-product-inner .ec-pro-image a.quickview:hover {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 5px 0px #ccc;
  box-shadow: 0px 0px 5px 0px #ccc;
}

.ec-product-inner .ec-pro-image .ec-pro-actions {
  position: absolute;
  top: auto;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  visibility: hidden;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  width: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  bottom: 0;
  z-index: 9;
}

.ec-product-inner .ec-pro-image .ec-pro-actions .ec-btn-group {
  position: absolute;
  right: 15px;
  bottom: 26px;
  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: 35px;
  height: 35px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-decoration: none;
  color: rgba(68, 68, 68, 0.7);
  background-color: #ffffff;
  cursor: pointer;
}

.ec-product-inner .ec-pro-image .ec-pro-actions .ec-btn-group i {
  font-size: 17px;
  line-height: 14px;
}

.ec-product-inner .ec-pro-image .ec-pro-actions .ec-btn-group:hover:not(.active),
.ec-product-inner .ec-pro-image .ec-pro-actions .ec-btn-group .active:not(.active) {
  color: rgba(68, 68, 68, 0.7);
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 5px 0px #ccc;
  box-shadow: 0px 0px 5px 0px #ccc;
}

.ec-product-inner .ec-pro-image .ec-pro-actions .compare {
  position: absolute;
  right: 15px;
  bottom: 26px;
  color: rgba(68, 68, 68, 0.7);
  background-color: #ffffff;
  border: 1px solid #eeeeee;
}

.ec-product-inner .ec-pro-image .ec-pro-actions .compare:hover {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 5px 0px #ccc;
  box-shadow: 0px 0px 5px 0px #ccc;
}

.ec-product-inner .ec-pro-image .ec-pro-actions .wishlist {
  position: absolute;
  right: 15px;
  bottom: 62px;
  border: 1px solid #eeeeee;
}

.ec-product-inner .ec-pro-image .ec-pro-actions .wishlist:hover {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 5px 0px #ccc;
  box-shadow: 0px 0px 5px 0px #ccc;
}

.ec-product-inner .ec-pro-image .ec-pro-actions .active {
  color: rgba(68, 68, 68, 0.7);
  background-color: #ffffff;
}

.ec-product-inner .ec-pro-image .ec-pro-actions .ec-btn-group.active {
  color: rgba(68, 68, 68, 0.7);
  background-color: #3474d4;
}

.ec-product-inner .ec-pro-image .ec-pro-actions .ec-btn-group.active .svg_img.pro_svg {
  fill: #fff;
}

.ec-product-inner .ec-pro-image .ec-pro-actions .ec-btn-group.active i {
  color: #fff;
}

.ec-product-inner .ec-pro-image .ec-pro-actions .add-to-cart {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 35px;
  width: 35px;
  right: 15px;
  bottom: 98px;
  margin: 0;
  padding: 0;
  font-size: 0;
  border-radius: 10px 10px 0 0;
  line-height: 1;
  text-align: center;
  font-weight: 400;
  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;
  color: rgba(68, 68, 68, 0.7);
  background-color: #ffffff;
  border: 1px solid #eeeeee;
}

.ec-product-inner .ec-pro-image .ec-pro-actions .add-to-cart:hover {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 5px 0px #ccc;
  box-shadow: 0px 0px 5px 0px #ccc;
}

.ec-product-inner .ec-pro-image .ec-pro-actions .add-to-cart i {
  font-size: 17px;
  line-height: 14px;
}

.ec-product-inner .ec-pro-image .shop-cart-icon {
  padding: 0;
  width: 35px !important;
  font-size: 0 !important;
}

.ec-product-inner .ec-pro-image .shop-cart-icon .svg_img.pro_svg {
  margin-right: 0;
}

.ec-product-inner .ec-pro-image-outer {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 8;
  position: relative;
}

.ec-product-inner:hover a.quickview {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.ec-product-inner:hover .ec-pro-image .ec-pro-actions {
  visibility: visible;
  -webkit-transform: translateY(-25px);
  transform: translateY(-25px);
  opacity: 1;
}

.ec-product-inner:hover .ec-pro-image a.quickview {
  visibility: visible;
  opacity: 1;
  top: 44%;
}

.ec-product-inner:hover .ec-pro-image a.quickview i {
  font-size: 17px;
  line-height: 14px;
}

.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: 7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 11px 0 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-align: left;
  background-color: #ffffff;
  letter-spacing: 0.6px;
}

.ec-product-inner .ec-pro-content .ec-pro-title {
  font-size: 20px;
  margin: 0 0 7px;
}

.ec-product-inner .ec-pro-content .ec-pro-title a {
  text-decoration: none;
  color: #777;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  font-family: "Poppins, sans-serif";
}

.ec-product-inner .ec-pro-content .ec-pro-title a:hover {
  color: #3474d4;
}

.ec-product-inner .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-inner .ec-pro-content .ec-price:not(:last-child) {
  margin-bottom: 5px;
}

.ec-product-inner .ec-pro-content .ec-price span.new-price {
  color: #555;
  font-weight: 700;
  font-size: 15px;
  font-family: "Montserrat";
}

.ec-product-inner .ec-pro-content .ec-price span.old-price {
  font-size: 15px;
  margin-right: 15px;
  text-decoration: line-through;
  color: #777777;
}

.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: 5px;
}

.ec-product-inner .ec-pro-content .ec-pro-rating i {
  opacity: 0.7;
}

.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.8;
  z-index: 21;
}

.ec-shop-product-inner .ec-pro-image .add-to-cart {
  width: 35px;
  padding: 0;
}

.ec-shop-product-inner .ec-pro-image .add-to-cart .svg_img.pro_svg {
  margin-right: 0;
}

.svg_img.pro_svg {
  height: 22px;
  fill: #686868;
  width: auto;
}

a.quickview .svg_img.pro_svg {
  height: 22px;
}

a.compare .svg_img.pro_svg {
  height: 22px;
}

a.wishlist .svg_img.pro_svg {
  height: 22px;
}

.ec-pro-list-desc {
  display: none;
}

/*-------------------------------------------------
  Terms-Condition Page CSS
---------------------------------------------------*/
.terms_condition_page .ec-common-wrapper {
  padding: 30px;
  border: 1px solid #ededed;
  max-width: 1140px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 5px;
}

.terms_condition_page .ec-cms-block p {
  margin-bottom: 29px;
}

.terms_condition_page .ec-cms-block p b {
  font-weight: 500;
}

.terms_condition_page .ec-cms-block:last-child p {
  margin-bottom: 0;
}

/*-------------------------------------------------
    Contact Page CSS
  ---------------------------------------------------*/
.ec-contact-leftside {
  max-width: 568px;
  padding-right: 15px;
  float: left;
  margin: 0 auto;
}

.ec-contact-rightside {
  max-width: calc(100% - 568px);
  padding-left: 15px;
  float: left;
  margin: 0 auto;
  width: 100%;
}

.ec-contact-container {
  padding: 30px;
  background-color: #fff;
  border: 1px solid #ededed;
  text-align: left;
  border-radius: 5px;
}

.ec-contact-container .ec-contact-form .ec-contact-wrap {
  width: 100%;
  padding: 0 15px;
}

.ec-contact-container .ec-contact-form .ec-contact-wrap.ec-contact-half {
  width: 50%;
}

.ec-contact-container .ec-contact-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0 -15px;
}

.ec-contact-container .ec-contact-form label {
  margin-bottom: 9px;
  color: #444444;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}

.ec-contact-container .ec-contact-form input {
  background-color: transparent;
  border: 1px solid #ededed;
  color: #444444;
  font-size: 14px;
  margin-bottom: 15px;
  padding: 0 15px;
  width: 100%;
  outline: none;
}

.ec-contact-container .ec-contact-form input::-webkit-input-placeholder {
  color: #777;
}

.ec-contact-container .ec-contact-form input::-moz-placeholder {
  color: #777;
}

.ec-contact-container .ec-contact-form input:-ms-input-placeholder {
  color: #777;
}

.ec-contact-container .ec-contact-form input::-ms-input-placeholder {
  color: #777;
}

.ec-contact-container .ec-contact-form input::placeholder {
  color: #777;
}

.ec-contact-container .ec-contact-form input::-ms-input-placeholder {
  color: #777;
}

.ec-contact-container .ec-contact-form textarea {
  background-color: transparent;
  border: 1px solid #ededed;
  color: #444444;
  font-size: 14px;
  margin-bottom: 27px;
  padding: 0 15px;
  width: 100%;
  outline: none;
  padding-top: 14px;
  min-height: 150px;
}

.ec-contact-container .ec-contact-form textarea::-webkit-input-placeholder {
  color: #777;
}

.ec-contact-container .ec-contact-form textarea::-moz-placeholder {
  color: #777;
}

.ec-contact-container .ec-contact-form textarea:-ms-input-placeholder {
  color: #777;
}

.ec-contact-container .ec-contact-form textarea::-ms-input-placeholder {
  color: #777;
}

.ec-contact-container .ec-contact-form textarea::placeholder {
  color: #777;
}

.ec-contact-container .ec-contact-form textarea::-ms-input-placeholder {
  color: #777;
}

.ec-contact-container .ec-contact-form .ec-contact-fp label {
  margin-bottom: 0;
}

.ec-contact-container .ec-contact-form .ec-contact-fp label a {
  color: #444444;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0px;
}

.ec-contact-container .ec-contact-form .ec-rg-select-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  border-radius: 0;
  border: 1px solid #ededed !important;
  font-size: 14px;
  padding: 0;
  margin-bottom: 27px;
}

.ec-contact-container .ec-contact-form .ec-rg-select-inner select {
  padding: 0 15px;
}

.ec-contact-container .ec-contact-form .ec-rg-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: 50px;
  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;
}

.ec-contact-container .ec-contact-form .ec-contact-wrap.ec-recaptcha {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ec-contact-container .ec-contact-form .ec-contact-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ec-contact-container .ec-contact-form .btn {
  cursor: pointer;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  padding: 0 15px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  outline: none;
  border-radius: 0px;
  width: 150px;
  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_contact_info {
  max-width: 576px;
  margin-top: 30px;
  background-color: #fff;
}

.ec_contact_info .ec_contact_info_head {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 25px;
  color: #3d215f;
  letter-spacing: 0.6px;
  position: relative;
  line-height: 25px;
}

li.ec-contact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  line-height: 20px;
  border: 0;
  padding: 0;
  font-weight: 400;
  font-size: 12px;
  color: #777777;
  margin-bottom: 20px;
  background: #fff;
  box-shadow: 0px 2px 4px 2px #d9d9d978;
  padding: 15px;
  border-radius: 10px;
}



li.ec-contact-item:last-child {
  margin-bottom: 0;
}

li.ec-contact-item a {
  color: #777777;
}

li.ec-contact-item span {
  font-size: 12px;
  color: #444444;
  font-weight: 600;
  min-width: 150px;
}

.ec-contact-item i {
  min-width: 20px;
  font-size: 20px;
  color: #3474d4;
  margin-right: 11px;
}

.ec_map_canvas iframe {
  overflow: hidden;
  background: none !important;
  height: 500px;
  width: 100%;
  border-radius: 5px;
}

.ec-style {
  display: inline-block;
  position: fixed;
  letter-spacing: 0.1px;
  z-index: 13;
}

.ec-style .ec-button {
  width: 36px;
  height: 36px;
  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-style .ec-button .whatsapp {
  width: 23px;
  height: 23px;
  background-image: url(../images/common/whatsapp.png);
  background-repeat: no-repeat;
  background-size: 100%;
  display: table;
  margin-right: 0;
  font-size: 25px;
  text-align: center;
  line-height: 38px;
  cursor: pointer;
  color: #2ab674;
}

.ec-style .ec-panel {
  display: none;
  margin-bottom: 5px;
  width: 275px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.479);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.479);
  background-color: #fff;
}

.ec-style .ec-panel .ec-header {
  padding: 12px 15px 15px;
  text-align: center;
  color: #fff;
  background: #2ab674;
}

.ec-style .ec-panel .ec-body {
  min-width: 250px;
  white-space: nowrap;
  list-style: none;
  overflow-y: auto;
}

.ec-style .ec-header strong {
  font-size: 15px;
  line-height: 20px;
}

.ec-style .ec-header p {
  margin-bottom: 0;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
}

.ec-style .ec-list .d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ec-style .ec-list .ec-img-cont {
  position: relative;
}

.ec-style .ec-list .ec-user-img {
  height: 40px;
  width: 40px;
  vertical-align: middle;
  border-radius: 50%;
}

.ec-style .ec-list .ec-status-icon {
  position: absolute;
  bottom: 5px;
  right: 1px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  border: 1px solid #fff;
  background-color: #a0a0a0;
}

.ec-style .ec-list .ec-online {
  background-color: #2ab674;
}

.ec-style .ec-list .ec-offline {
  background-color: #a0a0a0;
}

.ec-style .ec-list .ec-user-info {
  margin-top: 0;
  margin-bottom: auto;
  margin-left: 15px;
}

.ec-style .ec-list .ec-user-info span {
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  color: #555;
}

.ec-style .ec-list .ec-user-info p {
  margin-bottom: 0;
  color: #888;
  font-size: 12px;
  line-height: 15px;
  font-weight: 300;
}

.ec-style .ec-list .ec-chat-icon {
  margin-top: -46px;
  right: -10px;
  position: absolute;
  color: #d4d4d4;
  font-size: 60px;
  opacity: 0.5;
  -webkit-transition: all 0.05s ease-in-out;
  transition: all 0.05s ease-in-out;
  overflow: hidden;
}

.ec-style .ec-body:hover {
  text-decoration: none;
  cursor: pointer;
}

.ec-style .ec-body:hover .ec-user-img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.ec-style .ec-body li {
  display: block;
  padding: 10px;
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  border-bottom: 1px solid #eee;
  list-style-type: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.ec-style .ec-body li:hover {
  background-color: rgba(42, 182, 116, 0.07);
}

.ec-style .ec-body li:hover .ec-chat-icon {
  color: #555;
  -webkit-transition: all 0.05s ease-in-out;
  transition: all 0.05s ease-in-out;
}

.ec-style .ec-body li:hover .ec-chat-icon i {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.ec-style .ec-body .ec-chat-icon i {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.ec-right-bottom {
  position: fixed;
  bottom: 65px;
  right: 16px;
}

.ec-right-bottom .ec-box {
  background-color: #ffffff;
  border: 2px solid #2ab674;
  border-radius: 5px;
}

.ec-right-bottom .ec-box:hover {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}

@keyframes ec-fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes ec-fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.rotateForward {
  -webkit-animation-name: rotateF;
  animation-name: rotateF;
  -webkit-animation-duration: 0.65s;
  animation-duration: 0.65s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

@-webkit-keyframes rotateF {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotateF {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.rotateBackward {
  -webkit-animation-name: rotateB;
  animation-name: rotateB;
  -webkit-animation-duration: 0.65s;
  animation-duration: 0.65s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

@-webkit-keyframes rotateB {
  from {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }

  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes rotateB {
  from {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }

  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.srb-lgtxt {
  font-size: 42px !important;
}

.fadfcfdc {
  padding-top: 35px !important;
}

.ec-faq-wrapper .ec-faq-container {
  padding: 30px;
  background-color: #fff;
  border-radius: 5px;
}

.ec-faq-container-1 {
  margin-bottom: -15px;
}

.ec-faq-container-1 .ec-faq-wrapper {
  margin: 0 auto;
}

.ec-faq-container-1 .ec-faq-block {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #d9d9d9;
  background-color: #fff;
  border-radius: 5px;
}

.ec-faq-container-2 {
  margin-bottom: -15px;
}

.ec-faq-container-2 .ec-faq-wrapper {
  margin: 0 auto;
}

.ec-faq-container-3 {
  margin-bottom: -15px;
}

.ec-faq-container-3 h4.ec-faq-title,
.ec-faq-container-3 .ec-faq-title.h4 {
  background-color: #3474d4;
  color: #ffffff;
}

.ec-faq-container-3 h4.ec-faq-title:after,
.ec-faq-container-3 .ec-faq-title.h4:after {
  color: #ffffff;
}

/*-----  FAQ Section  -----*/
h2.ec-faq-heading,
.ec-faq-heading.h2 {
  font-size: 18px;
  font-weight: 700;
  color: #444444;
  letter-spacing: 0;
  line-height: 1;
  padding: 0;
  margin-bottom: 15px;
  margin-top: 2px;
  font-family: "Montserrat";
}

.ec-faq-block {
  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);
  margin-bottom: 15px;
  width: 100%;
  background-color: #fff;
}

.ec-faq-block:first-child .ec-faq-content {
  display: block;
  background-color: #fff;
  border-radius: 0 0 5px 5px;
}

.ec-faq-block:last-child {
  margin-bottom: 0;
}

h4.ec-faq-title,
.ec-faq-title.h4 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0;
  color: #777777;
  letter-spacing: 0;
  position: relative;
  line-height: 17px;
  padding: 15px;
  cursor: pointer;
  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;
  font-family: "Montserrat";
}

h4.ec-faq-title::after,
.ec-faq-title.h4::after {
  content: "\f107";
  font-family: "EcIcons";
  cursor: pointer;
  font-size: 24px;
  color: #777777;
  font-weight: 400;
  margin-left: 15px;
}

.ec-faq-content {
  border-top: 2px solid #ededed;
  display: none;
  padding: 7px 15px 8px;
}

.ec-faq-content p {
  font-size: 14px;
  font-weight: 300;
  color: #777777;
  letter-spacing: 0.3px;
  position: relative;
  line-height: 26px;
}

.single-pro-img {
  position: relative;
  width: 45%;
}

.single-pro-img .single-product-scroll {
  position: sticky;
  top: 30px;
}

.single-pro-img .ec-360-lbl {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
  border-radius: 50%;
  cursor: pointer;
  height: 40px;
  width: 40px;
  text-align: center;
  -ms-flex-line-pack: center;
  align-content: center;
  display: -ms-grid;
  display: grid;
  opacity: 0.7;
}

.single-pro-img .ec-360-lbl:hover {
  opacity: 1;
}

.single-pro-img .ec-video-icon {
  position: absolute;
  display: -ms-grid;
  display: grid;
  top: 15px;
  right: 15px;
  height: 40px;
  width: 40px;
  text-align: center;
  -ms-flex-line-pack: center;
  align-content: center;
  cursor: pointer;
  z-index: 1;
  opacity: 0.7;
}

.single-pro-img .ec-video-icon:hover {
  opacity: 1;
}

.single-pro-desc {
  width: 55%;
  background-color: #fff;
}

.single-pro-img-no-sidebar {
  width: 40%;
}

.single-pro-desc-no-sidebar {
  width: 60%;
}

.space-6>div {
  margin-top: 30px;
}

.space-6>div:nth-child(-n + 2) {
  margin-top: 0;
}

.single-product-cover {
  overflow: hidden;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.single-slide.zoom-image-hover {
  border: 1px solid #eeeeee !important;
  border-radius: 5px !important;
}

.single-nav-thumb {
  width: 100%;
  overflow: hidden;
}

.single-nav-thumb .slick-list {
  margin: 0 -8px;
}

.single-nav-thumb .single-slide {
  padding: 11px 11px 0 11px;
  display: block !important;
}

.single-nav-thumb .slick-slide img {
  border: 1px solid #eeeeee;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}

.single-nav-thumb .slick-slide:hover img {
  border-color: #3474d4;
}

.single-nav-thumb .slick-slide.slick-current.slick-active img {
  border-color: #3474d4;
}

.single-nav-thumb .slick-arrow {
  top: 42%;
}

.single-pro-content .ec-single-title {
  color: #3d215f;
  font-size: 45px;
  text-transform: uppercase;
  margin: 0px 0 20px 0;
  text-decoration: none;
  display: block;
  font-weight: 800;
  line-height: 45px;
  letter-spacing: 0.02rem;
}

.single-pro-content p {
  font-size: 14px;
  color: #212121;
  margin: 0 0 12px;
  font-weight: 600;
}

.single-pro-content p span {
  font-weight: 400;
}

.single-pro-content .single-para {
  font-weight: 400;
  color: #444444;
  line-height: 26px;
}

.single-pro-content .ec-single-rating-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 14px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.single-pro-content .ec-single-rating-wrap i.ecicon {
  margin-right: 2px;
  line-height: 20px;
  font-size: 16px;
  float: unset;
}

.single-pro-content .ec-single-rating-wrap .ec-read-review a {
  color: #444444;
  text-decoration: underline;
  font-size: 14px;
  line-height: 20px;
}

.single-pro-content .ec-single-rating-wrap .ec-read-review a:hover {
  color: #3474d4;
}

.single-pro-content .ec-single-rating {
  padding-right: 15px;
  border-right: 1px solid #eeeeee;
  margin-right: 15px;
  line-height: 17px;
}

.single-pro-content .ec-read-review {
  line-height: 17px;
}

.single-pro-content .ec-single-desc {
  margin-bottom: 12px;
  color: #777;
  font-size: 14px;
  letter-spacing: 0;
  word-break: break-all;
  line-height: 1.7;
  font-family: "Montserrat";
}

.single-pro-content .ec-single-sales {
  margin: 25px 0 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  border: 1px solid #eeeeee;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 5px;
}

.single-pro-content .ec-single-sales .ec-single-sales-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 18px;
  position: relative;
  display: block;
  color: #444444;
  font-family: "Fjalla One";
  letter-spacing: 0.5px;
  text-transform: capitalize;
  line-height: 1.2;
  display: none;
}

.single-pro-content .ec-single-sales .ec-single-sales-visitor {
  color: #444444;
  font-size: 16px;
  line-height: 27px;
  text-transform: capitalize;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: 0.1px;
  margin-bottom: 16px;
}

.single-pro-content .ec-single-sales .ec-single-sales-visitor span {
  color: #ffffff;
  font-size: 16px;
  line-height: 27px;
  font-weight: 600;
  background-color: #3474d4;
  padding: 0 3px;
  margin: 0 6px;
}

.single-pro-content .ec-single-sales .ec-single-sales-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: 20px;
}

.single-pro-content .ec-single-sales .ec-single-sales-progress .ec-single-progressbar {
  position: relative;
  border: 3px solid #edecff;
  width: 100%;
  border-radius: 6px;
}

.single-pro-content .ec-single-sales .ec-single-sales-progress .ec-single-progressbar:before {
  position: absolute;
  border: 3px solid #555;
  width: 50%;
  border-radius: 6px;
  top: -3px;
  left: -3px;
  right: auto;
  content: "";
}

.single-pro-content .ec-single-sales .ec-single-progress-desc {
  font-size: 12px;
  color: #444444;
  font-weight: 500;
  letter-spacing: 0.1px;
  margin-bottom: 4px;
}

.single-pro-content .ec-single-sales .ec-single-sales-countdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.single-pro-content .ec-single-sales .ec-single-sales-countdown .ec-single-countdown {
  margin-right: 32px;
}

.single-pro-content .ec-single-sales .ec-single-count-desc {
  font-size: 14px;
  font-weight: 700;
  position: relative;
  display: block;
  color: #777;
  letter-spacing: 0.3px;
  line-height: 17px;
}

.single-pro-content .ec-single-price-stoke {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eeeeee;
}

.single-pro-content .ec-single-price-stoke>* {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  align-items: center;
}

.single-pro-content .ec-single-price-stoke .ec-single-ps-title {
  line-height: 1;
  font-size: 16px;
  color: #202020;
  margin-bottom: 14px;
  letter-spacing: 0;
}

.single-pro-content .ec-single-price-stoke .ec-single-sku {
  line-height: 1.4;
  font-size: 18px;
  color: #444444;
  font-weight: 600;
}

.single-pro-content .ec-single-price span.new-price {
  color: #202020;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.2;
  font-family: "Montserrat";
  letter-spacing: 0;
}

.single-pro-content .ec-pro-variation {
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #eeeeee;
}

.single-pro-content .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;
}

.single-pro-content .ec-pro-variation .ec-pro-variation-inner>span {
  margin: 0 0 10px;
  color: #202020;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.1;
  letter-spacing: 0.04rem;
  text-transform: uppercase;
  font-family: "Montserrat";
}

.single-pro-content .ec-pro-variation .ec-pro-variation-inner .ec-pro-variation-content li {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background-color: #f5f5f5;
  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;
  padding: 0;
  border: 1px solid #eeeeee;
  float: left;
  margin-right: 10px;
  border-radius: 0;
}

.single-pro-content .ec-pro-variation .ec-pro-variation-inner.ec-pro-variation-color .ec-pro-variation-content li {
  padding: 2px;
  border-radius: 30px;
  opacity: 0.7;
  background-color: transparent;
}

.single-pro-content .ec-pro-variation .ec-pro-variation-inner.ec-pro-variation-color .ec-pro-variation-content li span {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 30px;
}

.single-pro-content .ec-pro-variation .ec-pro-variation-inner.ec-pro-variation-color .ec-pro-variation-content .active {
  border: 1px solid #444444;
}

.single-pro-content .ec-single-qty {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eeeeee;
}

.single-pro-content .ec-single-qty .qty-plus-minus {
  border: 1px solid #eeeeee;
  display: inline-block;
  height: 40px;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 120px;
  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: 10px 0;
}

.single-pro-content .ec-single-qty .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: 22px;
  color: #777777;
}

.single-pro-content .ec-single-qty .qty-plus-minus input.qty-input {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  color: #444444;
  float: left;
  font-size: 15px;
  height: auto;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 40px;
  outline: none;
  font-weight: 700;
}

.single-pro-content .ec-single-qty .qty-plus-minus .dec.ec_qtybtn {
  border-right: 1px solid #eeeeee;
}

.single-pro-content .ec-single-qty .qty-plus-minus .inc.ec_qtybtn {
  border-left: 1px solid #eeeeee;
}

.single-pro-content .ec-single-qty .ec-single-cart .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  line-height: 50px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  margin: 0 10px;
  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;
  min-width: 160px;
  letter-spacing: 0.02rem;
}

.single-pro-content .ec-single-qty .ec-single-cart .btn svg {
  margin-right: 8px;
}

.single-pro-content .ec-single-qty .ec-btn-group {
  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: 40px;
  height: 40px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-decoration: none;
  color: #000000;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
}

.single-pro-content .ec-single-qty .ec-btn-group i {
  line-height: 22px;
}

.single-pro-content .ec-single-qty .ec-btn-group .svg_img.pro_svg {
  fill: #000000;
}

.single-pro-content .ec-single-qty .ec-btn-group:hover {
  color: #ffffff;
  background-color: #3474d4;
  border-color: #3474d4;
}

.single-pro-content .ec-single-qty .ec-btn-group:hover .svg_img.pro_svg {
  fill: #ffffff;
}

.single-pro-content .ec-single-qty .ec-single-wishlist {
  margin-right: 10px;
}

.single-pro-content .ec-single-social ul {
  display: initial;
}

.single-pro-content .ec-single-social ul li a {
  width: 30px;
  height: 30px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #efefef;
  border-radius: 100%;
  color: #777;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 15px;
}

.single-pro-content .ec-single-social ul li a:hover {
  color: #fff;
}

.single-pro-content .ec-single-social ul li.facebook a:hover {
  background: #3c5a98;
}

.single-pro-content .ec-single-social ul li.twitter a:hover {
  background: #1da1f2;
}

.single-pro-content .ec-single-social ul li.instagram a:hover {
  background: #d6249f;
  background: radial-gradient(circle at 30% 107%,
      #fdf497 0%,
      #fdf497 5%,
      #fd5949 45%,
      #d6249f 60%,
      #285aeb 90%);
}

.single-pro-content .ec-single-social ul li.behance a:hover {
  background: #0057ff;
}

.single-pro-content .ec-single-social ul li.whatsapp a:hover {
  background: #2db842;
}

.single-pro-content .ec-single-social ul li.plus a:hover {
  background: #000000;
}

.single-pro-content .ec-single-social ul li.youtube-play a:hover {
  background: #ff0000;
}

.single-pro-content .ec-single-social ul li.list-inline-item:not(:last-child) {
  margin-right: 6px;
}

i.ecicon.eci-star-o.fill {
  color: #ff6262;
}

i.ecicon.eci-star-o {
  color: #b2b2b2;
  float: left;
}

.ec-single-sales-countdown .displaySection {
  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;
  margin-right: 10px;
  background-color: #f7f7f7;
  min-width: 60px;
  padding: 10px 5px;
}

.ec-single-sales-countdown .numberDisplay {
  font-size: 18px;
  min-height: unset;
  min-width: auto;
  color: #777;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.2;
  margin-bottom: 5px;
  background-color: transparent;
}

.ec-single-sales-countdown .periodDisplay {
  font-weight: 400;
}

.ec-single-sales-countdown .labelformat {
  width: auto;
  font-size: 12px;
  color: #777;
  line-height: 1;
  letter-spacing: -1px;
  font-weight: 500;
  letter-spacing: 0.02rem;
}

.ec-single-pro-tab {
  margin-top: 40px;
}

.ec-single-pro-tab-nav {
  border-bottom: none;
  position: relative;
  display: block;
  margin: auto;
  text-align: center;
  width: 100%;
  float: left;
  margin-bottom: -20px;
}

.ec-single-pro-tab-nav .nav-tabs {
  border-bottom: none;
  display: inline-block;
  float: left;
  background: #ffffff;
}

.ec-single-pro-tab-nav .nav-tabs li:last-child {
  margin-right: 0;
}

.ec-single-pro-tab-nav .nav-tabs li {
  margin: 0 5px 0 auto;
}

.ec-single-pro-tab-nav .nav-tabs .nav-link {
  border: 1px solid #eeeeee;
  text-transform: capitalize;
  line-height: 24px;
  color: #444444;
  padding: 8px 28px;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  display: inline-block;
  cursor: pointer;
  background-color: #ffffff;
  border-radius: 0;
  letter-spacing: 0;
  border-radius: 5px;
}

.ec-single-pro-tab-nav .nav-tabs .nav-link:hover {
  color: #ffffff;
  background-color: #3474d4;
  border: 1px solid #3474d4;
}

.ec-single-pro-tab-nav .nav-tabs .nav-link.active {
  color: #ffffff;
  background-color: #3474d4;
  border: 1px solid #3474d4;
}

.ec-single-pro-tab-nav li {
  display: inline-block;
  float: left;
  margin-right: 2px;
}

.tab-pane p {
  color: #777;
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 500;
}

.ec-single-pro-tab-content {
  overflow: hidden;
  background-color: #fff;
  text-align: left;
  padding: 35px 30px 21px 30px;
  border: 1px solid #eeeeee;
  border-radius: 0;
  color: #202020;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 1.6;
  border-radius: 5px;
}

.ec-single-pro-tab-content .ec-t-review-wrapper {
  margin-top: 10px;
}

.ec-single-pro-tab-content .ec-single-pro-tab-desc p {
  margin-bottom: 15px;
  font-size: 14px;
  letter-spacing: 0;
  color: #777;
  line-height: 24px;
}

.ec-single-pro-tab-content .ec-single-pro-tab-desc ol {
  padding-left: 24px;
}

.ec-single-pro-tab-content .ec-single-pro-tab-desc ol li {
  list-style: outside;
  margin-bottom: 4px;
  color: #777;
}

.ec-single-pro-tab-content .ec-single-pro-tab-desc ul {
  padding-left: 24px;
}

.ec-single-pro-tab-content .ec-single-pro-tab-desc ul li {
  font-size: 15px;
  list-style: outside;
  margin-bottom: 4px;
  color: #777;
}

.ec-single-pro-tab-content .ec-single-pro-tab-moreinfo p {
  color: #777;
  font-family: "Montserrat";
  font-size: 15px;
  font-weight: 500;
}

.ec-single-pro-tab-content .ec-single-pro-tab-moreinfo ol {
  padding-left: 24px;
}

.ec-single-pro-tab-content .ec-single-pro-tab-moreinfo ol li {
  list-style: outside;
  margin-bottom: 4px;
  color: #777;
}

.ec-single-pro-tab-content .ec-single-pro-tab-moreinfo ul {
  padding-left: 24px;
}

.ec-single-pro-tab-content .ec-single-pro-tab-moreinfo ul li {
  margin-bottom: 4px;
  font-size: 15px;
  list-style: outside;
  color: #777;
}

.ec-single-pro-tab-content .ec-single-pro-tab-moreinfo li span {
  margin: 0 25px 0 0;
  min-width: 150px;
  font-size: 15px;
  color: #000000;
  display: inline-block;
  font-weight: 600;
  color: #777;
}

.ec-single-pro-tab-content .ec-t-review-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #eeeeee;
}

.ec-single-pro-tab-content .ec-t-review-item p {
  color: #777;
}

.ec-single-pro-tab-content .ec-t-review-item .ec-t-review-avtar {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 90px;
  flex: 0 0 90px;
  margin: 0 15px 0 0;
}

.ec-single-pro-tab-content .ec-t-review-item .ec-t-review-avtar img {
  max-width: 100%;
  border-radius: 5px;
}

.ec-single-pro-tab-content .ec-t-review-item .ec-t-review-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 0 10px;
}

.ec-single-pro-tab-content .ec-t-review-item .ec-t-review-top .ec-t-review-name {
  margin-bottom: 25px;
  font-size: 16px;
  margin: 0;
  line-height: 1.5;
  font-weight: 600;
  display: block;
  color: #444444;
}

.ec-single-pro-tab-content .ec-t-review-item .ec-t-review-top .ec-t-review-rating {
  font-size: 16px;
  margin-top: 5px;
}

.ec-single-pro-tab-content .ec-t-review-item .ec-t-review-top a {
  color: #444444;
}

.ec-single-pro-tab-content .ec-t-review-item .ec-t-review-top a:hover {
  color: #555;
}

.ec-single-pro-tab-content .ec-t-review-item .ec-t-review-bottom p {
  width: 100%;
  font-size: 14px;
  color: #777;
  line-height: 24px;
}

.ec-single-pro-tab-content .ec-ratting-content h3,
.ec-single-pro-tab-content .ec-ratting-content .h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
  font-family: "Montserrat";
}

.ec-single-pro-tab-content .ec-ratting-content .ec-ratting-star {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 5px 0 25px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ec-single-pro-tab-content .ec-ratting-content .ec-ratting-star span {
  margin: 0 18px 0 0;
  font-size: 16px;
  color: #202020;
}

.ec-single-pro-tab-content .ec-ratting-content .ec-ratting-star i {
  font-size: 18px;
}

.ec-single-pro-tab-content .ec-ratting-content .ec-ratting-input {
  margin-bottom: 10px;
}

.ec-single-pro-tab-content .ec-ratting-content .ec-ratting-input input {
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 100%;
  margin-bottom: 15px;
  outline: none;
  border: 1px solid #eeeeee;
  color: #444444;
  padding: 5px 20px;
}

.ec-single-pro-tab-content .ec-ratting-content .ec-ratting-input input::-webkit-input-placeholder,
.ec-single-pro-tab-content .ec-ratting-content .ec-ratting-input textarea::-webkit-input-placeholder {
  color: #777;
  opacity: 1;
}

.ec-single-pro-tab-content .ec-ratting-content .ec-ratting-input input::-moz-placeholder,
.ec-single-pro-tab-content .ec-ratting-content .ec-ratting-input textarea::-moz-placeholder {
  color: #777;
  opacity: 1;
}

.ec-single-pro-tab-content .ec-ratting-content .ec-ratting-input input:-ms-input-placeholder,
.ec-single-pro-tab-content .ec-ratting-content .ec-ratting-input textarea:-ms-input-placeholder {
  color: #777;
  opacity: 1;
}

.ec-single-pro-tab-content .ec-ratting-content .ec-ratting-input input::-ms-input-placeholder,
.ec-single-pro-tab-content .ec-ratting-content .ec-ratting-input textarea::-ms-input-placeholder {
  color: #777;
  opacity: 1;
}

.ec-single-pro-tab-content .ec-ratting-content .ec-ratting-input input::placeholder,
.ec-single-pro-tab-content .ec-ratting-content .ec-ratting-input textarea::placeholder {
  color: #777;
  opacity: 1;
}

.ec-single-pro-tab-content .ec-ratting-content .ec-ratting-input textarea {
  background: transparent;
  border: 1px solid #eeeeee;
  color: #444444;
  height: 150px;
  padding: 20px;
  margin-bottom: 15px;
  width: 100%;
  outline: none;
  font-size: 14px;
}

.ec-single-pro-tab-content .ec-ratting-content .ec-ratting-input button {
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1;
}

.iconabtitem {
  text-align: center;
  background: #fff;
  margin: 0 5px;
  height: 250px;
  padding: 10px;
  box-shadow: 1px 2px 3px -2px #afafaf;
  border-radius: 10px;
}

.iconabtitem img {
  width: 75px;
  padding: 0px; 
  margin-bottom: 10px;
}

.iconabtitem p {
  font-size: 12px;
  text-align: center;
  font-weight: 400;
}

/* checkout */
.ec-checkout-wrap .ec-check-bill-form .ec-bill-wrap {
  width: 100%;
  padding: 0 15px;
}

.ec-checkout-wrap .ec-check-bill-form .ec-bill-wrap.ec-bill-half {
  width: 50%;
}

.ec-checkout-wrap .ec-check-bill-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0 -15px;
}

.ec-checkout-wrap .ec-check-bill-form label {
  margin-bottom: 7px;
  color: #444444;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}

.ec-checkout-wrap .ec-check-bill-form input {
  background-color: transparent;
  border: 1px solid #ededed;
  color: #444444;
  font-size: 14px;
  margin-bottom: 26px;
  padding: 0 15px;
  width: 100%;
  outline: none;
}

.ec-checkout-wrap .ec-check-bill-form .ec-bill-fp label {
  margin-bottom: 0;
}

.ec-checkout-wrap .ec-check-bill-form .ec-bill-fp label a {
  color: #444444;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0px;
}

.ec-checkout-wrap .ec-check-bill-form .ec-bl-select-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  border-radius: 0;
  border: 1px solid #ededed;
  font-size: 14px;
  padding: 0;
  margin-bottom: 27px;
}

.ec-checkout-wrap .ec-check-bill-form .ec-bl-select-inner select {
  padding: 0 15px;
}

.ec-checkout-wrap .ec-check-bill-form .ec-bl-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: 50px;
  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;
}

.ec-checkout-content .ec-check-order-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0;
}

.ec-checkout-content .ec-check-order-btn .btn {
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  font-size: 16px;
  line-height: 1;
  padding: 0 5px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  outline: none;
  border-radius: 0px;
  width: 200px;
  margin: 0 5px;
  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;
  letter-spacing: 0;
}

.ec-checkout-summary>* {
  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;
  margin-bottom: 10px;
}

.ec-checkout-summary .text-left {
  color: #444444;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0;
}

.ec-checkout-summary .text-right {
  color: #555;
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
}

.ec-checkout-summary .text-right a {
  color: #eb2629;
  font-weight: 500;
  font-size: 14px;
}

.ec-checkout-summary .ec-checkout-summary-total {
  border-top: 1px solid #ededed;
  padding-top: 19px;
  margin-bottom: 0;
  margin-top: 16px;
}

.ec-checkout-summary .ec-checkout-summary-total .text-left {
  font-size: 16px;
  font-weight: 700;
  font-family: "Montserrat";
}

.ec-checkout-summary .ec-checkout-summary-total .text-right {
  font-size: 16px;
  font-weight: 700;
  font-family: "Montserrat";
}

.ec-sidebar-wrap .ec-sidebar-block .ec-checkout-pro {
  margin-top: 34px;
}

.ec-sidebar-wrap .ec-sidebar-block .ec-sb-block-content .ec-checkout-pro li {
  padding: 1px;
}

.ec-sidebar-wrap .ec-sidebar-block .ec-sb-block-content .ec-checkout-pro li a {
  margin: 0 auto;
  display: block;
  color: #777777;
  font-size: 12px;
  margin-top: 0;
  line-height: 18px;
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: 0;
  cursor: pointer;
}

.ec-sidebar-wrap .ec-sidebar-block .ec-sb-block-content .ec-checkout-pro .ec-pro-size li a {
  pointer-events: none;
  width: 18px;
  height: 18px;
  cursor: pointer;
  background-color: #dddddd;
  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: 18px;
  padding-top: 2px;
}

.ec-sidebar-wrap .ec-sidebar-block .ec-sb-block-content .ec-checkout-pro .ec-pro-size li.active a {
  background-color: #555;
  color: #ffffff;
}

.ec-sidebar-wrap .ec-sidebar-block .ec-sb-block-content .ec-checkout-pro .ec-pro-option {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.ec-sidebar-wrap .ec-sidebar-block .ec-sb-block-content .ec-checkout-pro .ec-product-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ec-sidebar-wrap .ec-sidebar-block .ec-sb-block-content .ec-checkout-pro .ec-product-inner .ec-pro-content {
  width: calc(100% - 143px);
  padding: 0;
}

.ec-sidebar-wrap .ec-sidebar-block .ec-sb-block-content .ec-checkout-pro .ec-product-inner .ec-pro-image-outer {
  width: 128px;
  margin-right: 15px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.ec-sidebar-wrap .ec-sidebar-block .ec-sb-block-content .ec-checkout-pro .ec-product-inner .ec-pro-color {
  margin-bottom: 8px;
}

.ec-sidebar-wrap .ec-sidebar-block .ec-sb-block-content .ec-del-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ec-sidebar-wrap .ec-sidebar-block .ec-sb-block-content .ec-del-option>* {
  width: 50%;
}

.ec-sidebar-wrap .ec-sidebar-block .ec-sb-block-content .ec-del-opt-head {
  color: #444444;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 10px;
  display: block;
}

.ec-sidebar-wrap .ec-sidebar-block .ec-sb-block-content .ec-del-desc {
  color: #777;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 15px;
  display: block;
  letter-spacing: 0;
}

.ec-sidebar-wrap .ec-sidebar-block .ec-sb-block-content .ec-pay-opt-head {
  color: #444444;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 6px;
  display: block;
}

.ec-sidebar-wrap .ec-sidebar-block .ec-sb-block-content .ec-pay-desc {
  color: #777;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 15px;
  display: block;
  letter-spacing: 0;
}

.ec-product-inner .ec-pro-content .ec-price:not(:last-child) {
  margin-bottom: 4px;
}

.ec-sidebar-wrap.ec-checkout-del-wrap h3,
.ec-sidebar-wrap.ec-checkout-del-wrap .h3 {
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 0;
  margin-bottom: 13px;
}

.ec-sidebar-wrap.ec-checkout-del-wrap .ec-del-commemt {
  margin-top: 12px;
  display: block;
}

.ec-sidebar-wrap.ec-checkout-del-wrap .ec-del-commemt .ec-del-opt-head {
  margin-bottom: 8px;
}

.ec-sidebar-wrap.ec-checkout-del-wrap textarea {
  background: transparent;
  border: 1px solid #ededed;
  color: #444444;
  height: 100px;
  padding: 10px 15px;
  margin-bottom: 0;
  width: 100%;
  outline: none;
  font-size: 14px;
  display: block;
}

.ec-sidebar-wrap.ec-checkout-pay-wrap h3,
.ec-sidebar-wrap.ec-checkout-pay-wrap .h3 {
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 0;
  margin-bottom: 8px;
}

.ec-sidebar-wrap.ec-checkout-pay-wrap textarea {
  background: transparent;
  border: 1px solid #ededed;
  color: #444444;
  height: 110px;
  padding: 10px 15px;
  margin-bottom: 0;
  width: 100%;
  outline: none;
  font-size: 14px;
  display: block;
}

.ec-sidebar-wrap.ec-checkout-pay-wrap .ec-pay-commemt .ec-pay-opt-head {
  margin-bottom: 8px;
}

.ec-sidebar-wrap.ec-checkout-pay-wrap .ec-pay-agree {
  position: relative;
  display: block;
  margin-top: 20px;
}

.ec-sidebar-wrap.ec-checkout-pay-wrap .ec-pay-agree input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  z-index: 999;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
}

.ec-sidebar-wrap.ec-checkout-pay-wrap .ec-pay-agree input:checked~.checked::after {
  display: block;
}

.ec-sidebar-wrap.ec-checkout-pay-wrap .ec-pay-agree a {
  margin-left: 27px;
  display: block;
  color: #777777;
  font-size: 14px;
  margin-top: 0;
  line-height: 18px;
  font-weight: 300;
  letter-spacing: 0;
  cursor: pointer;
}

.ec-sidebar-wrap.ec-checkout-pay-wrap .ec-pay-agree a span {
  font-weight: 500;
  color: #444444;
}

.ec-sidebar-wrap.ec-checkout-pay-wrap .ec-pay-agree .checked {
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #ffffff;
  border: 1px solid #ededed;
  border-radius: 4px;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}

.ec-sidebar-wrap.ec-checkout-pay-wrap .ec-pay-agree .checked:after {
  left: -1px;
  top: -1px;
  width: 15px;
  height: 15px;
  border: 1px solid #3474d4;
  content: "\f00c";
  position: absolute;
  display: none;
  font-family: "EcIcons";
  font-size: 9px;
  color: #3474d4;
  line-height: 14px;
  text-align: center;
  border-radius: 4px;
}

.ec-sidebar-wrap.ec-check-pay-img-wrap h3,
.ec-sidebar-wrap.ec-check-pay-img-wrap .h3 {
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 0;
  margin-bottom: 24px;
}

.ec-check-pay-img-wrap .ec-check-pay-img-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 55%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ec-check-pay-img-wrap .ec-check-pay-img {
  margin-bottom: 18px;
  margin-right: 5px;
}

.ec-check-pay-img-wrap .ec-check-pay-img:last-child {
  margin-bottom: 0;
  margin-top: 12px;
}

.ec-checkout-rightside .ec-pro-image .image img {
  z-index: 1;
  max-width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 80px;
  width: 100%;
}

.checkout_page .ec-checkout-wrap {
  padding: 30px;
  border: 1px solid #ededed;
  background-color: #fff;
  border-radius: 5px;
}

.checkout_page .ec-checkout-wrap h3,
.checkout_page .ec-checkout-wrap .h3 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
  margin-bottom: 25px;
  position: relative;
  display: block;
  color: #444444;
  font-family: "Montserrat";
  line-height: 1;
}

.checkout_page .ec-checkout-wrap .ec-check-login h3,
.checkout_page .ec-checkout-wrap .ec-check-login .h3 {
  margin-bottom: 22px;
}

.checkout_page .ec-checkout-wrap .ec-check-bill h3,
.checkout_page .ec-checkout-wrap .ec-check-bill .h3 {
  margin-bottom: 26px;
  line-height: 1.2;
}

.checkout_page .ec-checkout-wrap .ec-check-bill .ec-check-subtitle {
  margin-bottom: 10px;
}

.checkout_page [type="radio"]:checked {
  position: absolute;
  left: -9999px;
}

.checkout_page [type="radio"]:checked+label {
  position: relative;
  padding-left: 26px;
  cursor: pointer;
  line-height: 16px;
  display: inline-block;
  color: #777777;
  letter-spacing: 0;
}

.checkout_page [type="radio"]:checked+label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #ffffff;
  border: 1px solid #3474d4;
}

.checkout_page [type="radio"]:checked+label:after {
  content: "";
  width: 8px;
  height: 8px;
  background: #3474d4;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.checkout_page [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.checkout_page [type="radio"]:not(:checked)+label {
  position: relative;
  padding-left: 26px;
  cursor: pointer;
  line-height: 16px;
  display: inline-block;
  color: #777777;
  letter-spacing: 0;
}

.checkout_page [type="radio"]:not(:checked)+label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #ffffff;
}

.checkout_page [type="radio"]:not(:checked)+label:after {
  content: "";
  width: 8px;
  height: 8px;
  background: #3474d4;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.checkout_page .ec-sidebar-wrap {
  border: 1px solid #ededed;
  margin-bottom: 30px;
  border-radius: 5px;
}

.checkout_page .ec-sidebar-wrap:last-child {
  margin-bottom: 0;
}

.checkout_page .ec-sidebar-wrap .ec-sb-block-content {
  margin-bottom: 0;
  border-bottom: none;
}

.checkout_page .ec-checkout-pay-wrap [type="radio"]:checked+label {
  margin-bottom: 30px;
}

.checkout_page .ec-checkout-pay-wrap [type="radio"]:not(:checked)+label {
  margin-bottom: 6px;
}

.checkout_page .ec-new-product {
  margin-top: 2px;
}

.ec-menu-content li {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #efefef;
}

/*.ec-menu-content div {*/
/*    background-color: aliceblue;*/
/*    position: fixed;*/
/*    z-index: 1;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    top: 30px;*/
/*    right: -100%;*/
/*    overflow: hidden;*/
/*    opacity:0;*/
/*} */
.open-list-filt {
  opacity: 1 !important;
  right: 0% !important;
}

@media only screen and (max-width: 767px) {
  .srb-ft-section .ec_ser_block.d-flex {
    flex-wrap: wrap;
  }

  .srb-ft-section .ec_ser_block .ec_ser_content.col {
    margin-top: 5px;
  }

  .srb-ft-section {
    padding-top: 10px;
  }

  .rsgi {
    position: unset !important;
    width: 100%;
  }

  .section-title-block {
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    flex-wrap: nowrap;
  }

  .section-title .ec-title {
    font-size: 18px;
  }

  .section-title .sub-title {
    font-size: 14px;
    margin-top: 5px;
  }

  .rsgi h2 {
    font-size: 30px !important;
  }

  #ec-popnews-box-content {
    padding: 0px;
  }

  .wm.dark.wm-border {
    font-size: 55px;
  }

  .srb-lgtxt {
    font-size: 20px !important;
  }

  .section-title-block {
    padding-top: 0 !important;
  }

  a.navbar-toggler-btn.ec-header-btn.ec-side-toggle {
    font-size: 24px;
  }

  .srb-ft-section .ec_ser_content.col {
    width: 100%;
    flex: auto;
  }

  .about-two__right {
    margin-top: 20px;
  }

  .about-two__text-1 {
    font-weight: 500;
    font-size: 11px;
  }

  .section-title__title {
    margin: 0;
    color: #3d215f;
    font-size: 28px;
    line-height: 35px;
    font-weight: 700;
    margin-top: 5px;
  }

  .section-title {
    padding-bottom: 5px;
    margin-bottom: 10px;
  }

  .about-two .col {
    flex: auto;
    margin-bottom: 10px;
  }

  .ec-faq-wrapper .ec-faq-container {
    padding: 0;
  }

  h4.ec-faq-title,
  .ec-faq-title.h4 {
    font-size: 11px;
    padding: 10px;
  }

  .cc-right-bottom {
    bottom: 110px;
  }

  p.about-two__text-2 {
    font-size: 12px;
  }

  .ec-menu-content li {
    display: block !important;
  }

  .single-pro-desc,
  .single-pro-img {
    width: 100%;
  }

  .single-pro-content .ec-single-title {
    font-size: 24px;
    line-height: 25px;
    margin-top: 15px;
  }

  .single-pro-content .ec-single-price-stoke {
    flex-direction: column;
  }

  .freteybip {
    margin-bottom: 10px;
  }

  .ec-single-cart {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .ec-single-cart button {
    margin-bottom: 5px !important;
  }

  .ec-breadcrumb {
    display: none;
  }

  .single-pro-block {
    margin-top: 10px;
  }
}

.ec_cat_inner:hover .ec-cat-desc {
  transform: scale(1.3);
}

.ec-cat-desc {
  transition: all ease-in-out 0.3s;
}

ul.sub-menu {
  height: auto;
  max-height: 300px;
  overflow-y: auto;
}

ul.sub-menu::-webkit-scrollbar-thumb {
  background-color: #3d215f;
  border-radius: 10px;
}

ul.sub-menu::-webkit-scrollbar-track {
  background-color: #c12a42;
}

ul.sub-menu::-webkit-scrollbar {
  width: 5px;
}

ul.dropdown-menuu {
  position: fixed;
  left: 0;
  top: 0;
  background-color: aliceblue;
  width: 100%;
  height: 100%;
  z-index: 9;
  padding: 10px;
}

.hny_block {
  display: block !important;
}

.hny_sub_drop {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #acacac;
}

.header-top {
  padding: 5px;
  border-bottom: 1px solid #f5f5f5;
  background: #c12a42;
}

.hn_over {
  overflow: hidden;
}