.bg-grey {
  background-color: #eeeeee;
}
.text-white {
  color: #ffffff;
}

.form-control.parsley-error {
  border-color: #ff473d;
  border-radius: 0;
}

.parsley-errors-list.filled {
  color: #ff473d;
}

.ec-header-search form.ec-search-group-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #eeeeee;
  border-radius: 10px !important;
  overflow: hidden;
}

.search_submit {
  position: relative;
  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: auto;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  height: 100%;
  background: none;
  color: #000000 !important;
  font-size: 16px;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
  padding: 0;
  height: 37px;
  margin: 3px;
  border-radius: 23px;
  padding: 2px 15px 0 20px;
  letter-spacing: 0.4px;
}

.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;
  min-height: 45px;
  padding: 0 12px;
  border: 1px solid #142f41;
  border-radius: 10px !important;
  -webkit-transition: none;
  transition: none;
  padding-top: 1px;
  margin-left: 15px;
  -webkit-transition: all 0.3s ease-in-out !important;
  transition: all 0.3s ease-in-out !important;
}

.category-blocks {
  min-height: 45px;
  margin: 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: var(--primary);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  border-radius: 10px;
}

.ec-category-menu .ec-category-toggle {
  min-height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: var(--primary);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  max-width: 195px;
}

.ec-category-menu .ec-category-toggle .ec-category-title {
  font-size: 12px;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 0.5px;
  padding: 0px 10px;
  font-weight: 700;
}

.header-logo img {
  width: 200px !important;
}

.ec-footer-logo img {
  width: 200px;
}

.ec-category-section .owl-carousel .owl-stage-outer {
  padding: 15px;
  margin: 0 -15px;
}

#ec-cat-slider .owl-dots {
  display: none;
}

.ec_cat_content {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ec_cat_inner {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
  padding: 30px;
  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: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  overflow: hidden;
  border-radius: 8px;
  -webkit-box-shadow: 1px 2px 14px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 2px 14px rgba(0, 0, 0, 0.1);
}

.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: 50px;
  height: 50px;
  margin-bottom: 10px;
  display: block;
  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: 50px;
  height: 50px;
}

.ec_cat_inner svg {
  min-width: 50px;
  fill: #444;
}

.ec-category-desc {
  text-align: center;
}

.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;
  line-height: 1.3;
  position: relative;
}

.ec-category-desc h3 span,
.ec-category-desc .h3 span {
  position: absolute;
  top: 0;
  right: -2px;
  font-size: 13px;
  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;
}

.ec-banner-block {
  padding: 0 15px;
}

.ec-banner-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0;
}

.banner-block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-radius: 15px;
}

.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;
}

.banner-block .banner-text .ec-banner-title {
  font-size: 24px;
  position: relative;
  line-height: 1.2;
  color: #222;
  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: #46c389;
  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 {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 53%;
  height: 100%;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 61px 15px 57px;
  cursor: pointer;
}

.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;
}

.ec-spe-section .ec-spe-products {
  margin: 30px auto 0 auto;
  border: 1px solid #eeeeee;
}

.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;
}

.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 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ec-spe-pro-inner .ec-spe-pro-image .image img {
  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% - 100px);
}

.ec-spe-pro-inner .ec-spe-pro-thumb {
  width: 85px;
  margin-left: 15px;
}

.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: var(--primary);
  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: var(--primary);
}

.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: 45px;
  line-height: 45px;
  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;
}

.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: #000000;
  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 #e6e6e6;
  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 var(--primary);
  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: #000000;
  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: #000000;
  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;
}

.ec_ser_inner .ec-service-image {
  margin-top: 4px;
  margin-right: 0px;
  position: relative;
  padding-right: 20px;
  margin-left: 0px;
}

.ec_ser_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  margin-bottom: 0px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  cursor: pointer;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border: 1px solid #eeeeee;
  min-height: 90px;
  border-radius: 0px;
  box-shadow: 0px 2px 7px 0px rgba(35, 31, 32, 0.15);
  -webkit-box-shadow: 0px 2px 7px 0px rgba(35, 31, 32, 0.15);
}

.ec-services-section .ec_ser_block {
  margin: 0 auto;
  border: 0px solid #eeeeee;
  margin-top: 0px;
  padding: 0px;
  /* background-color: none; */
}

.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: 17px 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: 55px;
}

.ec_ser_inner .ec-service-image svg {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 55px;
  height: 55px;
  fill: var(--primary);
}

.ec_ser_inner .ec-service-image i {
  font-size: 40px;
  color: var(--primary);
  line-height: 35px;
}

.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: 51px;
  height: 51px;
}

.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 {
  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;
}

.border-radius-20 {
  border-radius: 20px;
}

.ec-product-inner .ec-pro-content .ec-pro-rat-price {
  padding: 0 0px;
  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-top: 5px;
  margin-bottom: 11px;
}

.ec-product-inner .ec-pro-content .ec-rating {
  font-size: 15px;
  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: #6b6767;
}

.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: var(--primary);
}

.ec-breadcrumb-list .ec-breadcrumb-item.active::before {
  color: var(--primary);
}

.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-login-wrapper {
  max-width: 570px;
  margin: 0 auto 0;
}

.ec-login-wrapper .ec-login-container {
  border: 1px solid #ededed;
  padding: 34px 38px 34px;
  text-align: left;
  background-color: #fff;
  border-radius: 32px;
}

.ec-login-wrapper .ec-login-container .ec-login-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.ec-login-wrapper .ec-login-container .ec-login-form label {
  margin-bottom: 9px;
  color: #444444;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}

.ec-login-wrapper .ec-login-container .ec-login-form input {
  background-color: transparent;
  border: 1px solid #eeeeee;
  color: #777;
  font-size: 14px;
  margin-bottom: 27px;
  padding: 0 15px;
  width: 100%;
  outline: none;
  border-radius: 10px;
}

.ec-login-wrapper .ec-login-container .ec-login-form .ec-login-wrap+.ec-login-wrap input {
  margin-bottom: 15px;
}

.ec-login-wrapper .ec-login-container .ec-login-form .ec-login-fp label {
  margin-bottom: 0;
}

.ec-login-wrapper .ec-login-container .ec-login-form .ec-login-fp label a {
  color: #444444;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0px;
}

.ec-login-wrapper .ec-login-container .ec-login-form .ec-login-btn {
  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;
}

.ec-login-wrapper .ec-login-container .ec-login-form .btn {
  cursor: pointer;
  font-size: 20px;
  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: 10px;
  width: 100%;
  margin: 15px auto 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;
}

.cart_page .shop-all-btn {
  margin-bottom: 0;
}

.cart_page .ec-sidebar-wrap {
  border: 1px solid #ededed;
}

.cart_page .ec-sidebar-wrap h3 {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 21px;
}

.cart_page .ec-sidebar-wrap .ec-sb-block-content {
  margin-bottom: 0;
  border-bottom: none;
}

.cart_page .ec-sidebar-wrap .ec-ship-title {
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0;
  border-bottom: 1px solid #ededed;
  color: #444444;
  padding-bottom: 15px;
  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;
}

.cart_page .ec-sidebar-wrap .ec-ship-title::after {
  content: "\f107";
  position: relative;
  font-family: "EcIcons";
  font-size: 18px;
  color: #777777;
  font-weight: 400;
}

.ec-cart-content .table-content table {
  border: 1px solid #cccccc;
  width: 100%;
  background-color: #fff;
  overflow: hidden;
  /* border-radius: 20px;  */
}

.ec-cart-content .table-content table thead>tr {
  background-color: #ffffff;
  /* border: 1px solid #eee; */
  border-bottom: 1px solid #eee;
}

.ec-cart-content .table-content table thead>tr>th {
  border-top: medium none;
  color: #444444;
  font-size: 18px;
  font-weight: 400;
  padding: 15px 14px 12px;
  text-align: left;
  text-transform: capitalize;
  vertical-align: middle;
  white-space: nowrap;
  line-height: 1;
  letter-spacing: 0;
}

/* .ec-cart-content .table-content table tbody > tr {
    border-bottom: 1px solid #ebebeb;
  } */
.ec-cart-content .table-content table tbody>tr td {
  color: #444444;
  font-size: 16px;
  padding: 15px 14px;
  text-align: center;
}

.ec-cart-content .table-content table tbody>tr td .ec-cart-pro-img {
  width: 61px;
}

.ec-cart-content .table-content table tbody>tr td .cart-qty-plus-minus {
  border: 1px solid #ededed;
  display: inline-block;
  height: 35px;
  overflow: hidden;
  border-radius: 10px;
  padding: 0;
  position: relative;
  width: 70px;
  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;
  margin: 0 auto;
}

.ec-cart-content .table-content table tbody>tr td .cart-qty-plus-minus 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: 40px;
  outline: none;
  font-weight: 600;
  line-height: 38px;
}

.ec-cart-content .table-content table tbody>tr td .cart-qty-plus-minus .ec_cart_qtybtn {
  color: #444444;
  float: left;
  font-size: 20px;
  height: auto;
  margin: 0;
  padding: 0;
  width: 40px;
  height: 38px;
  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;
}

.ec-cart-content .table-content table tbody>tr td .cart-qty-plus-minus .ec_qtybtn {
  width: 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;
  cursor: pointer;
  font-size: 0;
  color: #444444;
  height: 19px;
  position: relative;
}

.ec-cart-content .table-content table tbody>tr td .cart-qty-plus-minus .ec_qtybtn:before {
  width: 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;
  cursor: pointer;
  font-size: 20px;
  color: #444444;
  height: 19px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  content: "";
  font-family: "EcIcons";
  overflow: hidden;
}

.ec-cart-content .table-content table tbody>tr td .cart-qty-plus-minus .dec.ec_qtybtn:before {
  padding-bottom: 4px;
  content: "\f107";
}

.ec-cart-content .table-content table tbody>tr td .cart-qty-plus-minus .inc.ec_qtybtn:before {
  padding-top: 4px;
  content: "\f106";
}

.ec-cart-content .table-content table tbody>tr td.ec-cart-pro-name {
  width: 40%;
}

.ec-cart-content .table-content table tbody>tr td.ec-cart-pro-name a {
  color: #7b7777;
  font-weight: 500;
  text-decoration: none;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.5;
  letter-spacing: 0.6px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ec-cart-content .table-content table tbody>tr td.ec-cart-pro-subtotal {
  color: #555;
  font-weight: 600;
  font-size: 15px;
}

.ec-cart-content .table-content table tbody>tr td.ec-cart-pro-price {
  color: #555;
  font-weight: 600;
  font-size: 15px;
}

.ec-cart-content .table-content table tbody>tr td.ec-cart-pro-qty .qty-plus-minus {
  display: inline-block;
  height: 40px;
  padding: 0;
  position: relative;
  width: 110px;
}

.ec-cart-content .table-content table tbody>tr td.ec-cart-pro-remove {
  width: 90px;
  text-align: right;
}

.ec-cart-content .table-content table tbody>tr td.ec-cart-pro-remove a {
  font-size: 20px;
  margin: 0 auto;
  color: #555;
}

.ec-cart-content .ec-cart-update-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 30px 0 0;
}

.ec-cart-update-bottom>a {
  color: #444444;
  display: inline-block;
  text-decoration: underline;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 0.8px;
}

.ec-cart-update-bottom .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  border-radius: 10px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  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: 150px;
}

.ec-cart-form {
  padding-top: 19px;
}

.ec-cart-form label {
  margin-bottom: 9px;
  color: #444444;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}

.ec-cart-form p {
  color: #777;
  font-size: 14px;
  margin-bottom: 10px;
  letter-spacing: 0;
}

.ec-cart-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-cart-form select {
  padding: 0 15px;
}

.ec-cart-form .ec-cart-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: 28px;
}

.ec-cart-form .ec-cart-select-inner::after {
  content: "\f107";
  position: absolute;
  font-family: "EcIcons";
  top: 0;
  right: 0;
  padding: 0 10px;
  cursor: pointer;
  pointer-events: none;
  font-size: 18px;
  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-cart-summary-bottom .ec-cart-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-cart-summary-bottom .ec-cart-summary .text-left {
  color: #444444;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0;
}

.ec-cart-summary-bottom .ec-cart-summary .text-right {
  color: #555;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
}

.ec-cart-summary-bottom .ec-cart-summary .text-right a {
  color: #eb2629;
  font-weight: 500;
}

.ec-cart-summary-bottom .ec-cart-summary .ec-cart-summary-total {
  border-top: 1px solid #ededed;
  padding-top: 19px;
  margin-bottom: 0;
  margin-top: 16px;
}

.ec-cart-summary-bottom .ec-cart-summary .ec-cart-summary-total .text-left {
  font-size: 18px;
  font-weight: 600;
}

.ec-cart-summary-bottom .ec-cart-summary .ec-cart-summary-total .text-right {
  font-size: 18px;
  font-weight: 800;
}

.ec-cart-summary-bottom .ec-cart-summary .ec-cart-coupan-content {
  display: none;
  margin-bottom: 0;
}

.ec-cart-coupan-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #ededed;
  padding: 5px;
}

.ec-cart-coupan-form .ec-coupan {
  display: inline-block;
  vertical-align: top;
  line-height: 35px;
  height: 35px;
  color: #777777;
  font-size: 14px;
  width: 100%;
  border: 0;
  background: transparent;
  border-radius: 0;
  -webkit-border-radius: 0;
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
  letter-spacing: 0.5px;
}

.ec-cart-coupan-form .button {
  font-size: 16px;
  text-align: center;
  padding: 0 15px;
}

.border-radius-20px {
  border-radius: 20px;
}

.btn-width {
  width: 100%;
  border-radius: 10px;
}

.ec-vendor-dashboard .ec-vendor-dashboard-card,
.ec-vendor-uploads .ec-vendor-dashboard-card {
  background: #ffffff;
}

.ec-vendor-dashboard .ec-vendor-sidebar .ec-sidebar-wrap,
.ec-vendor-uploads .ec-vendor-sidebar .ec-sidebar-wrap {
  border-color: #eeeeee;
  position: sticky;
  top: 30px;
}

.ec-vendor-dashboard .ec-vendor-sidebar .ec-border-box,
.ec-vendor-uploads .ec-vendor-sidebar .ec-border-box {
  border: 1px solid #eeeeee;
}

.ec-vendor-dashboard .ec-vendor-sidebar .ec-sidebar-block .ec-vendor-block .ec-vendor-block-bg,
.ec-vendor-uploads .ec-vendor-sidebar .ec-sidebar-block .ec-vendor-block .ec-vendor-block-bg {
  width: 100%;
  height: 200px;
  background-image: url(../images/banner/7.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-blend-mode: overlay;
  background-color: rgba(0, 0, 0, 0.6);
}

.ec-vendor-dashboard .ec-vendor-sidebar .ec-sidebar-block .ec-vendor-block .ec-vendor-block-detail,
.ec-vendor-uploads .ec-vendor-sidebar .ec-sidebar-block .ec-vendor-block .ec-vendor-block-detail {
  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-vendor-dashboard .ec-vendor-sidebar .ec-sidebar-block .ec-vendor-block .ec-vendor-block-detail .v-img,
.ec-vendor-uploads .ec-vendor-sidebar .ec-sidebar-block .ec-vendor-block .ec-vendor-block-detail .v-img {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  margin-top: -70px;
  border: 10px solid #ffffff;
}

.ec-vendor-dashboard .ec-vendor-sidebar .ec-sidebar-block .ec-vendor-block .ec-vendor-block-detail h5,
.ec-vendor-uploads .ec-vendor-sidebar .ec-sidebar-block .ec-vendor-block .ec-vendor-block-detail h5 {
  font-weight: 700;
  color: #777;
}

.ec-vendor-dashboard .ec-vendor-sidebar .ec-sidebar-block .ec-vendor-block .ec-vendor-block-items ul li,
.ec-vendor-uploads .ec-vendor-sidebar .ec-sidebar-block .ec-vendor-block .ec-vendor-block-items ul li {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-top: 1px solid #eeeeee;
  padding: 13px 0 10px 0;
}

.ec-vendor-dashboard .ec-vendor-sidebar .ec-sidebar-block .ec-vendor-block .ec-vendor-block-items ul li:hover a,
.ec-vendor-uploads .ec-vendor-sidebar .ec-sidebar-block .ec-vendor-block .ec-vendor-block-items ul li:hover a {
  margin-left: 5px;
}

.ec-vendor-dashboard .ec-vendor-sidebar .ec-sidebar-block .ec-vendor-block .ec-vendor-block-items ul li a,
.ec-vendor-uploads .ec-vendor-sidebar .ec-sidebar-block .ec-vendor-block .ec-vendor-block-items ul li a {
  width: 100%;
  display: block;
  color: #777;
  font-weight: 500;
}

.ec-vendor-dashboard .ec-vendor-sidebar .ec-sidebar-block .ec-vendor-block .ec-vendor-block-items ul li:first-child,
.ec-vendor-uploads .ec-vendor-sidebar .ec-sidebar-block .ec-vendor-block .ec-vendor-block-items ul li:first-child {
  border-top: 0;
}

.ec-vendor-dashboard .ec-vendor-detail-block h6,
.ec-vendor-uploads .ec-vendor-detail-block h6 {
  margin-bottom: 15px;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: 700;
  color: #777;
  background: #f7f7f7;
  border: 1px solid #eeeeee;
}

.ec-vendor-dashboard .space-bottom-30,
.ec-vendor-uploads .space-bottom-30 {
  margin-bottom: 30px;
}

.ec-vendor-dashboard .ec-vendor-dashboard-card,
.ec-vendor-uploads .ec-vendor-dashboard-card {
  border: 1px solid #8d8b8b;
  border-radius: 25px;
}

.ec-vendor-dashboard .ec-vendor-dashboard-card .ec-vendor-card-header,
.ec-vendor-uploads .ec-vendor-dashboard-card .ec-vendor-card-header {
  padding: 30px;
  border-bottom: 1px solid #eeeeee;
  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-vendor-dashboard .ec-vendor-dashboard-card .ec-vendor-card-header h5,
.ec-vendor-uploads .ec-vendor-dashboard-card .ec-vendor-card-header h5 {
  margin: 0;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  color: #777;
}

.ec-vendor-dashboard .ec-vendor-dashboard-card .ec-vendor-card-header .ec-header-btn .btn,
.ec-vendor-uploads .ec-vendor-dashboard-card .ec-vendor-card-header .ec-header-btn .btn {
  height: 30px;
  margin-left: 5px;
  line-height: 31px;
}

.ec-vendor-dashboard .ec-vendor-dashboard-card .ec-vendor-card-body,
.ec-vendor-uploads .ec-vendor-dashboard-card .ec-vendor-card-body {
  padding: 30px;
}

.ec-vendor-dashboard .ec-vendor-dashboard-card .ec-vendor-card-body .ec-vendor-card-table,
.ec-vendor-uploads .ec-vendor-dashboard-card .ec-vendor-card-body .ec-vendor-card-table {
  overflow-y: auto;
}

.ec-vendor-dashboard .ec-vendor-dashboard-card .ec-vendor-card-body .ec-table thead tr th,
.ec-vendor-uploads .ec-vendor-dashboard-card .ec-vendor-card-body .ec-table thead tr th {
  color: #444;
  border-color: #eeeeee !important;
}

.ec-vendor-dashboard .ec-vendor-dashboard-card .ec-vendor-card-body .ec-table tbody tr th,
.ec-vendor-dashboard .ec-vendor-dashboard-card .ec-vendor-card-body .ec-table tbody tr td,
.ec-vendor-uploads .ec-vendor-dashboard-card .ec-vendor-card-body .ec-table tbody tr th,
.ec-vendor-uploads .ec-vendor-dashboard-card .ec-vendor-card-body .ec-table tbody tr td {
  color: #777;
  border-color: #eeeeee !important;
}

.ec-vendor-dashboard .ec-vendor-dashboard-card .ec-vendor-card-body .ec-table tbody tr th .prod-img,
.ec-vendor-dashboard .ec-vendor-dashboard-card .ec-vendor-card-body .ec-table tbody tr td .prod-img,
.ec-vendor-uploads .ec-vendor-dashboard-card .ec-vendor-card-body .ec-table tbody tr th .prod-img,
.ec-vendor-uploads .ec-vendor-dashboard-card .ec-vendor-card-body .ec-table tbody tr td .prod-img {
  width: 50px !important;
  height: 50px !important;
}

.ec-vendor-dashboard .ec-vendor-dashboard-card .ec-vendor-card-body .ec-table tbody tr th span,
.ec-vendor-dashboard .ec-vendor-dashboard-card .ec-vendor-card-body .ec-table tbody tr td span,
.ec-vendor-uploads .ec-vendor-dashboard-card .ec-vendor-card-body .ec-table tbody tr th span,
.ec-vendor-uploads .ec-vendor-dashboard-card .ec-vendor-card-body .ec-table tbody tr td span {
  padding: 14px 0;
  display: block;
}

.border-radius-25 {
  border-radius: 25px;
}

.ec-vendor-dashboard .ec-vendor-dashboard-card .ec-vendor-card-body .ec-table tbody tr th .btn,
.ec-vendor-dashboard .ec-vendor-dashboard-card .ec-vendor-card-body .ec-table tbody tr td .btn,
.ec-vendor-uploads .ec-vendor-dashboard-card .ec-vendor-card-body .ec-table tbody tr th .btn,
.ec-vendor-uploads .ec-vendor-dashboard-card .ec-vendor-card-body .ec-table tbody tr td .btn {
  height: 30px;
  line-height: 31px;
}

.ec-vendor-dashboard .ec-vendor-dashboard-card .ec-vendor-card-body .ec-table tbody tr th .tbl-btn,
.ec-vendor-dashboard .ec-vendor-dashboard-card .ec-vendor-card-body .ec-table tbody tr td .tbl-btn,
.ec-vendor-uploads .ec-vendor-dashboard-card .ec-vendor-card-body .ec-table tbody tr th .tbl-btn,
.ec-vendor-uploads .ec-vendor-dashboard-card .ec-vendor-card-body .ec-table tbody tr td .tbl-btn {
  padding: 10px 0 !important;
}

.ec-vendor-dashboard .ec-vendor-dashboard-card .ec-vendor-card-body canvas,
.ec-vendor-uploads .ec-vendor-dashboard-card .ec-vendor-card-body canvas {
  height: 400px;
}

.ec-vendor-dashboard .ec-vendor-dashboard-sort-card,
.ec-vendor-uploads .ec-vendor-dashboard-sort-card {
  margin-bottom: 30px;
  padding: 30px;
  border: 1px solid #eeeeee !important;
  position: relative;
  overflow: hidden;
}

.ec-vendor-dashboard .ec-vendor-dashboard-sort-card h5,
.ec-vendor-dashboard .ec-vendor-dashboard-sort-card h3,
.ec-vendor-dashboard .ec-vendor-dashboard-sort-card p,
.ec-vendor-uploads .ec-vendor-dashboard-sort-card h5,
.ec-vendor-uploads .ec-vendor-dashboard-sort-card h3,
.ec-vendor-uploads .ec-vendor-dashboard-sort-card p {
  color: #fff;
}

.ec-vendor-dashboard .ec-vendor-dashboard-sort-card h5,
.ec-vendor-uploads .ec-vendor-dashboard-sort-card h5 {
  margin-bottom: 15px;
  font-size: 17px;
  text-transform: uppercase;
  font-family: sans-serif;
  font-weight: 600;
}

.ec-vendor-dashboard .ec-vendor-dashboard-sort-card h3,
.ec-vendor-uploads .ec-vendor-dashboard-sort-card h3 {
  margin: 0;
  line-height: 24px;
  font-weight: 800;
}

.ec-vendor-dashboard .ec-vendor-dashboard-sort-card h3 span,
.ec-vendor-uploads .ec-vendor-dashboard-sort-card h3 span {
  position: absolute;
  font-size: 15px;
  font-weight: 400;
  margin-left: 10px;
}

.ec-vendor-dashboard .ec-vendor-dashboard-sort-card:after,
.ec-vendor-uploads .ec-vendor-dashboard-sort-card:after {
  content: "";
  width: 90px;
  height: 90px;
  position: absolute;
  right: -2px;
  bottom: -35px;
  background: #fff;
  border-radius: 50%;
  opacity: 0.3;
}

.ec-vendor-dashboard .ec-vendor-dashboard-sort-card:before,
.ec-vendor-uploads .ec-vendor-dashboard-sort-card:before {
  content: "";
  width: 90px;
  height: 90px;
  position: absolute;
  right: -35px;
  bottom: -2px;
  background: #fff;
  border-radius: 50%;
  opacity: 0.3;
}

.ec-vendor-dashboard .color-blue,
.ec-vendor-uploads .color-blue {
  background-image: linear-gradient(145deg, #b1d1ff 0%, #588fe4 100%);
}

.ec-vendor-dashboard .color-pink,
.ec-vendor-uploads .color-pink {
  background-image: linear-gradient(145deg, #fdb8c3, #ec6f85);
}

.ec-vendor-dashboard .color-green,
.ec-vendor-uploads .color-green {
  background-image: linear-gradient(145deg, #78ecc7 0%, #2fce9a 100%);
}

.ec-vendor-dashboard .color-orange,
.ec-vendor-uploads .color-orange {
  background-image: linear-gradient(145deg, #f9c899, #f79165);
}

.ec-vendor-profile-card .ec-vendor-block-profile h5 {
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: 700;
  color: #777;
}

.ec-vendor-profile-card .ec-vendor-block-profile .ec-vendor-block-img {
  padding-bottom: 30px;
  border-bottom: 1px solid #eeeeee;
}

.ec-vendor-profile-card .ec-vendor-block-profile .ec-vendor-block-img .ec-vendor-block-bg {
  width: 100%;
  height: 200px;
  background-image: url(../images/banner/7.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-blend-mode: overlay;
  background-color: rgba(0, 0, 0, 0.6);
}

.ec-vendor-profile-card .ec-vendor-block-profile .ec-vendor-block-img .ec-vendor-block-detail {
  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-vendor-profile-card .ec-vendor-block-profile .ec-vendor-block-img .ec-vendor-block-detail .v-img {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  margin-top: -70px;
  border: 10px solid #ffffff;
}

.ec-vendor-profile-card .ec-vendor-block-profile .ec-vendor-block-img .ec-vendor-block-detail h5 {
  margin: 15px 15px 5px 15px;
}

.ec-vendor-profile-card .ec-vendor-block-profile .ec-vendor-block-img .ec-vendor-block-detail p {
  color: #999;
}

.ec-vendor-profile-card .ec-vendor-block-profile .ec-vendor-block-address ul li,
.ec-vendor-profile-card .ec-vendor-block-profile .ec-vendor-block-email ul li,
.ec-vendor-profile-card .ec-vendor-block-profile .ec-vendor-block-contact ul li {
  padding: 5px 0;
}

.ec-vendor-profile-card .ec-vendor-block-profile .ec-vendor-block-address ul li strong,
.ec-vendor-profile-card .ec-vendor-block-profile .ec-vendor-block-email ul li strong,
.ec-vendor-profile-card .ec-vendor-block-profile .ec-vendor-block-contact ul li strong {
  font-weight: 500;
}

.ec-vendor-detail-block h6,
.ec-vendor-uploads .ec-vendor-detail-block h6 {
  margin-bottom: 15px;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: 700;
  color: #777;
  background: #f7f7f7;
  border: 1px solid #eeeeee;
}

.pt-140 {
  padding-top: 140px;
}

.checkbox {
  margin-right: 5px;
  width: 20px;
  height: 20px;
}

.fs-14 {
  font-size: 14px;
}

.fs-18 {
  font-size: 18px;
}

.fs-24 {
  font-size: 24px;
}

section.ec-test-section {
  background: #f9f9f9;
}

.ec-test-section .ec-test-inner {
  max-width: 730px;
  margin: 0 auto;
  cursor: pointer;
}

.ec-test-section .ec-test-item {
  max-width: 1140px;
  margin: 0 auto;
  background: #ffffff;
  padding: 29px 25px;
  position: relative;
  border: 1px solid #eeeeee;
}

.ec-test-section .slick-slide {
  padding: 27px 0;
}

.ec-test-section .ec-test-desc {
  font-size: 15px;
  color: #777777;
  line-height: 26px;
  letter-spacing: 0;
  margin-bottom: 15px;
}

.ec-test-section .ec-test-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.ec-test-section .ec-test-name {
  font-family: "Montserrat";
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 6px;
  color: var(--primary);
  letter-spacing: 0.6px;
  line-height: 1.2;
}

.ec-test-section .ec-test-designation {
  font-size: 16px;
  color: #444444;
  line-height: 1.2;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
}

.ec-test-section .ec-test-rating {
  margin: 0 auto;
}

.ec-test-section .ec-test-rating i {
  font-size: 11px;
  margin: 0 0.5px;
}

.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;
}

.ec-test-section .slick-dots li {
  width: 100px;
  background-color: #ffffff;
  border: 3px solid #555;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  display: inline-block;
  height: 100px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0.5;
}

.ec-test-section .slick-dots li:hover {
  margin: 0 15px;
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.ec-test-section .slick-dots li img {
  max-width: 100%;
}

.ec-test-section .slick-dots li.slick-active {
  margin: 0 15px;
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

#ec-testimonial-slider {
  text-align: center;
}

.ec-test-inner .ec-test-img {
  display: none;
}

.svg_img.test_svg,
.fi-rr-quote-right {
  position: absolute;
  width: 45px;
  height: auto;
  fill: #555;
}

.svg_img.test_svg.top {
  top: -24px;
  left: 63px;
  right: auto;
}

.fi-rr-quote-right.top {
  top: -38px;
  left: 63px;
  right: auto;
  font-size: 41px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.svg_img.test_svg.bottom {
  bottom: -27px;
  right: 88px;
  left: auto;
}

.fi-rr-quote-right.bottom {
  bottom: -38px;
  right: 88px;
  left: auto;
  font-size: 41px;
}

.ec_ser_inner_about {
  padding: 30px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  border: 1px solid #eeeeee;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  background-color: #fff;
}

.ec_ser_inner_about .ec-service-image i {
  font-size: 55px;
  color: var(--primary);
  line-height: 35px;
  padding-bottom: 10px;
}

.ec_ser_inner_about .ec-service-image {
  /* margin-right: 20px;
  margin-left: 13px;  */
  min-width: 55px;
  margin: 10px;
}

.blog_page .ec-page-content .section-title {
  margin-bottom: 23px;
}

.blog_page .ec-sidebar-wrap .ec-sb-block-content {
  margin-bottom: 0;
  border-bottom: none;
}

.blog_page .ec-sidebar-wrap .ec-sidebar-recent-blog .ec-sb-block-content {
  margin-bottom: 30px;
  padding-bottom: 0;
}

.blog_page .ec-sidebar-wrap .ec-sidebar-recent-blog h3 {
  margin-bottom: 4px;
  margin-top: 2px;
}

.blog_page .ec-sidebar-wrap h3 {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  letter-spacing: 0;
}

.blog_page .ec-sidebar-wrap .ec-sidebar-block .ec-sb-block-content>li:last-child {
  padding: 0;
}

.ec-blog-inner {
  background-color: #fff;
}

.ec-blog-inner .ec-blog-image {
  margin-bottom: 15px;
  overflow: hidden;
}

.ec-blog-inner .ec-blog-title {
  margin: 0 0 3px;
}

.ec-blog-inner .ec-blog-title a {
  color: #555;
  font-size: 16px;
  margin: 0 auto;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  font-family: "Montserrat";
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0;
  text-transform: capitalize;
}

.ec-blog-inner .ec-blog-title a:hover {
  color: var(--primary);
}

.ec-blog-inner .ec-blog-date {
  font-size: 14px;
  color: #777777;
  line-height: 1.4;
  letter-spacing: 0;
  margin-bottom: 10px;
}

.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;
}

.ec-sidebar-recent-blog .ec-sidebar-block-item {
  margin-bottom: 13px;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 18px;
}

.ec-sidebar-recent-blog .ec-sidebar-block-item .ec-blog-title {
  margin-bottom: 2px;
}

.ec-sidebar-recent-blog .ec-sidebar-block-item .ec-blog-title a {
  color: #777;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1;
  font-weight: 600;
  font-family: "Montserrat";
}

.ec-sidebar-recent-blog .ec-sidebar-block-item .ec-blog-date {
  font-size: 16px;
  color: #777777;
  line-height: 1;
  letter-spacing: 0;
}

.ec-blog-search {
  height: 50px;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 100%;
  margin-bottom: 30px;
  outline: none;
  border: 1px solid #eeeeee;
  color: #444444;
  padding: 0;
  position: relative;
}

.ec-blog-search .ec-blog-search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
}

.ec-blog-search .form-control {
  display: block;
  width: 100%;
  min-height: 48px;
  height: 48px;
  padding: 0 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #777777;
  border-radius: 0;
  background-color: transparent;
  border: none;
  letter-spacing: 0;
}

.ec-blog-search .submit {
  position: relative;
  height: 48px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 60px;
  color: #444444;
}

.ec-blog-search .submit i {
  font-weight: 700;
}

.ec-blogs-inner {
  background: #fff;
}

.ec-blog-main-img {
  overflow: hidden;
}

.ec-blog-main-img img {
  overflow: hidden;
}

.ec-blog-date {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 5px 0 0px 0;
}

.ec-blog-date a {
  margin-left: 5px;
  margin-top: 15px;
}

.ec-blog-date .date {
  margin-top: 15px;
}

.ec-blog-detail .ec-blog-title {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 0;
  color: #555;
}

.ec-blog-detail p {
  font-size: 14px;
  line-height: 26px;
}

.ec-blog-detail .blockquote {
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  font-style: italic;
}

.ec-blog-detail .ec-blog-sub-imgs img {
  margin-bottom: 30px;
}

.ec-blog-tags {
  margin: 30px 0;
}

.ec-blog-tags a {
  margin-right: 10px;
  font-size: 17px;
  text-transform: capitalize;
}

.ec-blog-arrows {
  margin-bottom: 30px;
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}

.ec-blog-arrows a {
  font-size: 20px;
  text-transform: capitalize;
  color: #777;
}

.ec-blog-comment-wrapper h4 {
  color: #777;
}

.ec-blog-comment-wrapper .ec-single-comment-wrapper {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ec-blog-comment-wrapper .ec-single-comment-wrapper h5 {
  color: #777;
  font-family: "Montserrat";
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
}

.ec-blog-comment-wrapper .ec-single-comment-wrapper .ec-blog-user-img {
  margin-right: 30px;
  max-width: 4rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 4rem;
  flex: 0 0 4rem;
  height: 4rem;
  overflow: hidden;
}

.ec-blog-comment-wrapper .ec-single-comment-wrapper .ec-blog-user-img img {
  width: 100%;
}

.ec-blog-comment-wrapper .ec-single-comment-wrapper .ec-blog-comment-content p {
  margin: 15px 0;
}

.ec-blog-comment-wrapper .ml-150 {
  margin-left: 4rem;
}

.ec-blog-cmt-form {
  margin-top: 30px;
}

.ec-blog-cmt-form .ec-blog-dec-title {
  font-weight: 600;
  color: #777;
  margin-bottom: 15px;
}

.ec-blog-cmt-form .ec-blog-reply-wrapper .ec-blog-form .ec-leave-form input,
.ec-blog-cmt-form .ec-blog-reply-wrapper .ec-blog-form .ec-text-leave input {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #d9d9d9;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #777;
  height: 45px;
  margin-bottom: 30px;
  padding-left: 20px;
  font-size: 14px;
}

.ec-sidebar-wrap {
  background-color: #fff;
  border: 1px solid #eeeeee;
}

.ec-sidebar-wrap .ec-sidebar-block {
  padding: 15px;
}

.ec-pro-pagination {
  padding-top: 15px;
  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;
  border-top: 1px solid #eeeeee;
}

.ec-pro-pagination span {
  font-size: 16px;
  color: #777;
}

.ec-pro-pagination li {
  display: inline-block;
  float: left;
  margin-left: 1px;
}

.ec-pro-pagination a {
  font-weight: 300;
  color: #777;
  padding: 0;
  height: 32px;
  line-height: 32px;
  background: #ffffff;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  text-align: center;
  vertical-align: top;
  font-size: 16px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ec-pro-pagination a:hover {
  color: #ffffff;
  background-color: var(--primary);
}

.ec-pro-pagination a.next {
  width: auto;
  padding: 0 13px;
  border: 1px solid #eeeeee;
  line-height: 30px;
}

.ec-pro-pagination a.next i:before {
  padding-left: 7px;
  font-size: 22px;
}

.ec-pro-pagination a.active {
  color: #ffffff;
  background-color: var(--primary);
}

.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;
}

.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: 27px;
  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: 375px;
  margin-top: 30px;
  background-color: #fff;
}

.ec_contact_info .ec_contact_info_head {
  font-family: "Montserrat";
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 19px;
  color: #202b3a;
  letter-spacing: 0.6px;
  position: relative;
}

li.ec-contact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  line-height: 26px;
  border: 0;
  padding: 0;
  font-weight: 400;
  font-size: 14px;
  color: #777777;
  margin-bottom: 9px;
}

li.ec-contact-item+.ec-contact-item {
  margin-bottom: 18px;
}

li.ec-contact-item:last-child {
  margin-bottom: 0;
}

li.ec-contact-item a {
  color: #777777;
}

li.ec-contact-item span {
  font-size: 15px;
  color: #444444;
  font-weight: 500;
  min-width: 74px;
}

.ec-contact-item i {
  min-width: 20px;
  font-size: 20px;
  color: var(--primary);
  margin-right: 11px;
}

.ec_map_canvas iframe {
  overflow: hidden;
  background: none !important;
  height: 500px;
  width: 100%;
}

.ec-under-maintenance {
  height: 100vh;
  overflow-y: auto;
  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-under-maintenance .under-maintenance {
  height: 100%;
  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-under-maintenance .under-maintenance .maintenance-img {
  width: 80%;
  padding: 15px;
}

.ec-under-maintenance .under-maintenance .logo img {
  width: 150px;
  padding: 0;
}

.ec-under-maintenance .under-maintenance p {
  max-width: 500px;
  margin-bottom: 15px;
  color: #777;
  text-align: center;
}

.ec-under-maintenance .under-maintenance h1 {
  margin-bottom: 15px;
  color: #444;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 28px;
}

.ec-under-maintenance .under-maintenance h4 {
  margin-bottom: 15px;
  color: #666;
  text-align: center;
  text-transform: capitalize;
  font-size: 20px;
}

.ec-under-maintenance .under-maintenance .mainte-counter {
  margin: 0 auto;
  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-under-maintenance .under-maintenance .mainte-counter #timer .date-box {
  color: var(--primary);
  border-color: var(--primary);
}

.ec-under-maintenance .under-maintenance .mainte-counter #timer .date-box .text {
  color: #777;
}

.list-view .ec-pro-content {
  padding-left: 30px;
  padding-top: 0;
}

.list-view .ec-pro-content .ec-pro-size {
  margin-top: 15px;
}

.list-view .ec-product-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.list-view .ec-product-inner .ec-pro-image-outer {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.list-view .ec-product-inner .ec-pro-image-outer {
  max-width: 200px;
}

.list-view .ec-pro-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: unset;
  -ms-flex-pack: unset;
  justify-content: unset;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.list-view .ec-pro-list-desc {
  display: block;
  margin: 5px auto 10px;
  font-size: 13px;
}

.list-view-50 .ec-pro-content {
  padding-left: 30px;
  padding-top: 0;
}

.list-view-50 .ec-pro-content .ec-pro-size {
  margin-top: 10px;
}

.list-view-50 .add-to-cart {
  font-size: 0 !important;
}

.list-view-50 .add-to-cart .svg_img.pro_svg {
  margin: 0;
}

.list-view-50 .ec-product-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.list-view-50 .ec-product-inner .ec-pro-image-outer {
  min-width: 200px;
  max-width: 200px;
}

.list-view-50 .ec-pro-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: unset;
  -ms-flex-pack: unset;
  justify-content: unset;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.list-view-50 .ec-pro-list-desc {
  display: block;
  margin: 5px auto 10px;
  font-size: 15px;
}

/*-----  Pro List View Section  -----*/
.ec-pro-list-desc {
  display: none;
}

.ec-pro-pagination {
  padding-top: 15px;
  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;
  border-top: 1px solid #eeeeee;
}

.ec-pro-pagination span {
  font-size: 16px;
  color: #777;
}

.ec-pro-pagination li {
  display: inline-block;
  float: left;
  margin-left: 1px;
}

.ec-pro-pagination a {
  font-weight: 300;
  color: #777;
  padding: 0;
  height: 32px;
  line-height: 32px;
  background: #ffffff;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  text-align: center;
  vertical-align: top;
  font-size: 16px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ec-pro-pagination a:hover {
  color: #ffffff;
  background-color: var(--primary);
}

.ec-pro-pagination a.next {
  width: auto;
  padding: 0 13px;
  border: 1px solid #eeeeee;
  line-height: 30px;
}

.ec-pro-pagination a.next i:before {
  padding-left: 7px;
  font-size: 22px;
}

.ec-pro-pagination a.active {
  color: #ffffff;
  background-color: var(--primary);
}

/*-----  Filter Sidebar Back Overlay  -----*/
.filter-sidebar-overlay {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 16;
  display: none;
}

.filter-sidebar {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 300px;
  height: 100vh;
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 16;
  background-color: #ffffff;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.filter-sidebar ::-webkit-scrollbar {
  width: 5px;
}

.filter-sidebar ::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.filter-sidebar ::-webkit-scrollbar-thumb {
  background: #888;
}

.filter-sidebar ::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.filter-sidebar .ec-sidebar-heading {
  position: relative;
}

.filter-sidebar .ec-sidebar-heading h1 {
  margin-bottom: 0;
}

.filter-sidebar .ec-sidebar-heading a {
  position: absolute;
  top: 0px;
  right: 13px;
  font-size: 31px;
  color: #777;
}

.filter-sidebar .ec-sidebar-wrap {
  height: calc(100vh - 50px);
  border: none;
  overflow-y: auto;
}

.width-100 {
  -webkit-box-flex: 0 !important;
  -ms-flex: 0 0 auto !important;
  flex: 0 0 auto !important;
  width: 100% !important;
}

.width-50 {
  -webkit-box-flex: 0 !important;
  -ms-flex: 0 0 auto !important;
  flex: 0 0 auto !important;
  width: 50% !important;
}

.col-5 {
  width: 20%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
}

.ec-shop-rightside .ec-pro-list-top {
  margin-bottom: 30px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 14px;
  background: #f7f7f7;
  padding: 7px;
  border: none;
  border: 1px solid #eeeeee;
}

.ec-gl-btn .btn {
  width: 34px;
  height: 34px;
  padding: 0;
  background: #ffffff;
  border: 1px solid #eeeeee;
  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;
  line-height: 34px;
  float: left;
  margin-right: 10px;
}

.ec-gl-btn .btn:hover {
  background: var(--primary);
  border: 1px solid var(--primary);
}

.ec-gl-btn .btn:hover .svg_img.gl_svg {
  fill: #ffffff;
}

.ec-gl-btn .btn:hover i {
  color: #ffffff;
}

.ec-gl-btn .btn .svg_img.gl_svg {
  height: 20px;
  fill: #444444;
  width: 20px;
}

.ec-gl-btn .btn i {
  font-size: 17px;
  line-height: 14px;
  color: #444444;
}

.ec-gl-btn .btn.active {
  background: var(--primary);
  border: 1px solid var(--primary);
}

.ec-gl-btn .btn.active .svg_img.gl_svg {
  fill: #ffffff;
}

.ec-gl-btn .btn.active i {
  color: #ffffff;
}

.ec-sort-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ec-sort-select .sort-by {
  font-size: 14px;
  color: #777777;
  padding-right: 22px;
}

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: #ffffff;
  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: 34px;
  line-height: 1.5;
  background: #ffffff;
  overflow: hidden;
  border-radius: 0;
  border: 1px solid #eeeeee;
}

.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: 34px;
  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-page-detail .ec-cat-bnr {
  border: 1px solid #eeeeee;
}

.ec-page-detail .ec-cat-bnr a span {
  width: 100%;
  height: 250px;
  display: block;
  background-image: url(../images/banner/5.png);
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
}

.ec-page-detail .ec-page-description {
  min-height: 100%;
  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;
  padding: 30px;
  background-color: #f7f7f7;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #777;
  font-size: 15px;
  line-height: 28px;
  border: 1px solid #eeeeee;
}

.ec-page-detail .ec-page-description h6 {
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: 700;
  color: #555;
}

.ec-page-detail .ec-page-description p {
  color: #777;
  font-size: 14px;
  line-height: 24px;
}

.col-5 .add-to-cart {
  width: 50px !important;
  font-size: 0 !important;
}

.col-5 .add-to-cart .svg_img.pro_svg {
  margin: 0;
}

.container-fluid .col-lg-2 .add-to-cart {
  width: 50px;
  font-size: 0 !important;
}

.container-fluid .col-lg-2 .add-to-cart .svg_img.pro_svg {
  margin: 0;
}

/*-----  List View Section  -----*/
.list-view .ec-pro-content {
  padding-left: 30px;
  padding-top: 0;
}

.list-view .ec-pro-content .ec-pro-size {
  margin-top: 15px;
}

.list-view .ec-product-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.list-view .ec-product-inner .ec-pro-image-outer {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.list-view .ec-product-inner .ec-pro-image-outer {
  max-width: 200px;
}

.list-view .ec-pro-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: unset;
  -ms-flex-pack: unset;
  justify-content: unset;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.list-view .ec-pro-list-desc {
  display: block;
  margin: 5px auto 10px;
  font-size: 13px;
}

.list-view-50 .ec-pro-content {
  padding-left: 30px;
  padding-top: 0;
}

.list-view-50 .ec-pro-content .ec-pro-size {
  margin-top: 10px;
}

.list-view-50 .add-to-cart {
  font-size: 0 !important;
}

.list-view-50 .add-to-cart .svg_img.pro_svg {
  margin: 0;
}

.list-view-50 .ec-product-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.list-view-50 .ec-product-inner .ec-pro-image-outer {
  min-width: 200px;
  max-width: 200px;
}

.list-view-50 .ec-pro-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: unset;
  -ms-flex-pack: unset;
  justify-content: unset;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.list-view-50 .ec-pro-list-desc {
  display: block;
  margin: 5px auto 10px;
  font-size: 15px;
}

/*-----  Pro List View Section  -----*/
.ec-pro-list-desc {
  display: none;
}

.ec-pro-pagination {
  padding-top: 15px;
  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;
  border-top: 1px solid #eeeeee;
}

.ec-pro-pagination span {
  font-size: 16px;
  color: #777;
}

.ec-pro-pagination li {
  display: inline-block;
  float: left;
  margin-left: 1px;
}

.ec-pro-pagination a {
  font-weight: 300;
  color: #777;
  padding: 0;
  height: 32px;
  line-height: 32px;
  background: #ffffff;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  text-align: center;
  vertical-align: top;
  font-size: 16px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ec-pro-pagination a:hover {
  color: #ffffff;
  background-color: var(--primary);
}

.ec-pro-pagination a.next {
  width: auto;
  padding: 0 13px;
  border: 1px solid #eeeeee;
  line-height: 30px;
}

.ec-pro-pagination a.next i:before {
  padding-left: 7px;
  font-size: 22px;
}

.ec-pro-pagination a.active {
  color: #ffffff;
  background-color: var(--primary);
}

.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: 1px solid #eeeeee;
}

.toggle-sidebar-swipe {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.ec-border-box {
  border: 1px solid #eeeeee;
}

.ec-sidebar-wrap {
  background-color: #fff;
  border: 1px solid #eeeeee;
}

.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: var(--primary);
  font-family: "Fjalla One";
  letter-spacing: 0.4px;
}

.ec-sidebar-wrap .ec-sb-block-content {
  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 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 .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 var(--primary);
  content: "\f00c";
  position: absolute;
  display: none;
  background: var(--primary);
  font-family: "Ecicons";
  font-size: 14px;
  color: #ffffff;
  line-height: 16px;
  text-align: center;
}
.ec-sidebar-block .ec-sb-block-content ul li .ec-sidebar-block-item input:checked ~ .checked::after {
  display: block;
}
.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: var(--primary);
}

.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 var(--primary);
  content: "\f067";
  position: absolute;
  display: block;
  background-color: var(--primary);
  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: var(--primary);
}

.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: var(--primary);
}

.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: 1px solid #eeeeee;
}

.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: 1px solid #eeeeee;
}

.filter__slider-price {
  position: relative;
  border: 3px solid #edecff;
  width: 100%;
  border-radius: 6px;
}

.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: 1px solid #eeeeee;
}

.noUi-target {
  cursor: pointer;
}

.noUi-target:focus {
  outline: none;
}

.noUi-horizontal {
  height: 4px;
  margin-bottom: 20px;
}

.noUi-horizontal .noUi-handle {
  top: -6px;
  right: -15px;
  width: 16px;
  height: 16px;
  background: #ffffff;
  border: 2px solid var(--primary);
  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;
}

.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;
}

.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__input {
  height: 30px;
  border: none;
  border-radius: 0;
  padding: 0;
  max-width: 48px;
  line-height: 30px;
  background: #ffffff;
  text-align: center;
  font-size: 14px;
  color: #777;
  border: 1px solid #eeeeee;
}

.ec-price-input .ec-price-divider {
  position: relative;
  border-bottom: 1px solid #777;
  width: 10px;
  height: 1px;
  margin: 0 10px;
}

.box-shadow {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 4px 12px 19px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
}

.ec_cat_inner_category {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 31px 30px;
  background: #f7f7f7;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  overflow: hidden;
  flex-direction: row;
}

.ec_cat_inner_category .ec-category-image {
  width: 60%;
}

.single-pro-img {
  position: relative;
  width: 47.3%;
}

.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: 52.7%;
  background-color: #fff;
}

.single-pro-img-no-sidebar {
  width: 60%;
}

.single-pro-desc-no-sidebar {
  width: 40%;
}

.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;
}

.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;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}

.single-nav-thumb .slick-slide:hover img {
  border-color: var(--primary);
}

.single-nav-thumb .slick-slide.slick-current.slick-active img {
  border-color: var(--primary);
}

.single-nav-thumb .slick-arrow {
  top: 42%;
}

.single-pro-content .ec-single-title {
  color: #444444;
  font-size: 22px;
  text-transform: capitalize;
  margin: 0 0 20px 0;
  text-decoration: none;
  display: block;
  font-family: "Montserrat";
  font-weight: 800;
  line-height: 30px;
  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: var(--primary);
}

.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;
}

.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: var(--primary);
  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;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: normal;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eeeeee;
}

.border-radius-5 {
  border-radius: 5px;
}

.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;
  flex-direction: column;
}

.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: 106px;
  height: 30px;
  cursor: pointer;
  background-color: #ffffff;
  color: var(--primary);
  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 #858484;
  float: left;
  margin-right: 10px;
  border-radius: 9px;
}

.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: var(--primary);
  border-color: var(--primary);
}

.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;
}

.ec-single-pro-tab-nav .nav-tabs .nav-link:hover {
  color: #ffffff;
  background-color: var(--primary);
  border: 1px solid var(--primary);
}

.ec-single-pro-tab-nav .nav-tabs .nav-link.active {
  color: #ffffff;
  background-color: var(--primary);
  border: 1px solid var(--primary);
}

.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;
}

.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: 14px;
  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: 12px;
  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%;
}

.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 {
  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;
}

.float-right {
  float: right;
  color: var(--primary);
  font-weight: 700;
  border-bottom: 1px solid var(--primary);
}

.shop-old-price {
  font-size: 15px;
  margin-right: 15px;
  text-decoration: line-through;
  color: #777777;
}

.shop-new-price {
  color: #000;
  font-weight: 800;
  font-size: 18px;
  font-family: "Montserrat";
}

.list-disc {
  margin-left: 40px;
  list-style-type: disc;
  display: list-item
}

/*.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;
}*/

.ec-pro-variation-quick {
  margin: 5px auto !important;
}

#zip {
  border: 0;
  border-bottom: 2px dashed;
  width: 80px;
  height: 25px;
}

.primary-color {
  color: var(--hov-primary);
  font-size: 16px !important;
  font-weight: 600 !important;
}

.ec-compare-leftside .ec-sidebar-wrap {
  min-height: 355px;
  margin-bottom: 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-compare-leftside .ec-compare-title {
  line-height: 23px;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  display: block;
  color: #555;
  font-family: "Montserrat";
  letter-spacing: 0;
  margin: 0 auto;
  text-align: center;
}

.ec-compare-inner .ec-com-remove {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 11px;
  left: auto;
  right: 11px;
  border-radius: 100%;
  text-align: center;
  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: #555;
  z-index: 8;
}

.ec-compare-inner .ec-com-remove:hover {
  background: var(--primary);
}

.ec-compare-inner .ec-com-remove a {
  font-size: 18px;
  color: #ffffff;
  font-weight: 500;
  line-height: 5px;
  padding-bottom: 1px;
  letter-spacing: 0;
}

.ec-compare-table {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}

.ec-compare-table form {
  border: 1px solid #eeeeee;
}

.ec-compare-table .table tbody {
  border: none;
}

.ec-compare-table .table tbody tr:nth-child(even) {
  background: #eeeeee;
}

.ec-compare-table .table tbody tr:nth-child(odd) {
  background: #fff;
}

.ec-compare-table .table tbody tr td {
  text-align: left;
  border: none;
  padding: 19px 30px;
  vertical-align: middle;
  font-size: 14px;
  color: #444444;
  letter-spacing: 0;
  line-height: 1.1;
}

.ec-compare-table .table tbody tr td.first-column {
  font-size: 15px;
  font-weight: 500;
  text-align: left;
  text-transform: capitalize;
}

.ec-com-tab-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 28px;
  text-align: center;
  font-size: 17px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
  font-family: "Montserrat";
  background-color: var(--primary);
  letter-spacing: 0;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 5px;
}

.ec-register-wrapper {
  max-width: 934px;
  margin: 0 auto 0;
}

.ec-register-wrapper .ec-register-container {
  border: 1px solid #ededed;
  padding: 30px;
  text-align: left;
  background-color: #fff;
}

.ec-register-wrapper .ec-register-container .ec-register-form .ec-register-wrap {
  width: 100%;
  padding: 15px;
}

.ec-register-wrapper .ec-register-container .ec-register-form .ec-register-wrap.ec-register-half {
  width: 50%;
}

.ec-register-wrapper .ec-register-container .ec-register-form .ec-register-wrap.ec-register-full {
  width: 100%;
}

.ec-register-wrapper .ec-register-container .ec-register-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-register-wrapper .ec-register-container .ec-register-form label {
  margin-bottom: 14px;
  color: #444444;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}

.ec-register-wrapper .ec-register-container .ec-register-form input {
  background-color: transparent;
  border: 1px solid #ededed;
  color: #777;
  font-size: 14px;
  margin-bottom: 26px;
  padding: 0 15px;
  width: 100%;
  outline: none;
}

.ec-register-wrapper .ec-register-container .ec-register-form input::-webkit-input-placeholder {
  color: #777 !important;
}

.ec-register-wrapper .ec-register-container .ec-register-form input::-moz-placeholder {
  color: #777 !important;
}

.ec-register-wrapper .ec-register-container .ec-register-form input:-ms-input-placeholder {
  color: #777 !important;
}

.ec-register-wrapper .ec-register-container .ec-register-form input::-ms-input-placeholder {
  color: #777 !important;
}

.ec-register-wrapper .ec-register-container .ec-register-form input::placeholder {
  color: #777 !important;
}

.ec-register-wrapper .ec-register-container .ec-register-form .ec-register-fp label {
  margin-bottom: 0;
}

.ec-register-wrapper .ec-register-container .ec-register-form .ec-register-fp label a {
  color: #444444;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0px;
}

.ec-register-wrapper .ec-register-container .ec-register-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;
  font-size: 14px;
  padding: 0;
  margin-bottom: 27px;
}

.ec-register-wrapper .ec-register-container .ec-register-form .ec-rg-select-inner select {
  padding: 0 15px;
}

.ec-register-wrapper .ec-register-container .ec-register-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-register-wrapper .ec-register-container .ec-register-form .ec-register-wrap.ec-recaptcha {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ec-register-wrapper .ec-register-container .ec-register-form .ec-register-btn {
  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;
}

.ec-register-wrapper .ec-register-container .ec-register-form .btn {
  cursor: pointer;
  font-size: 20px;
  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: 200px;
  margin: 26px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center;
  justify-content: center !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center;
  align-items: center !important;
}

.table-collapse {
  caption-side: bottom;
  border-collapse: separate;
}

.table-collapse tbody tr td {
  border-bottom-width: 0px !important;
}

.ec-vendor-block-items>ul>li.active>a {
  color: #d42431;
  width: 100%;
}

.line-clamp2 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.track_order_page .ec-page-content .section-title {
  margin-bottom: 22px;
}

.track_order_page .ec-page-content .section-title .ec-title {
  padding: 0 64px;
}

.track_order_page .ec-page-content .section-title .ec-title:after {
  width: 50px;
}

.track_order_page .ec-page-content .section-title .ec-title:before {
  width: 50px;
}

.ec-trackorder-inner {
  background: #f9f9f9;
  padding: 50px;
  overflow: hidden;
  border: 1px solid #eeeeee;
}

.ec-trackorder-top {
  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;
}

.ec-trackorder-top .ec-order-id {
  font-family: "Montserrat";
  font-size: 25px;
  font-weight: 600;
  line-height: 40px;
  margin-bottom: 0;
  color: #555;
  letter-spacing: 0;
  position: relative;
  text-transform: capitalize;
}

.ec-trackorder-top .ec-order-detail {
  font-size: 15px;
  color: #444444;
  letter-spacing: 0;
  line-height: 1.1;
}

.ec-trackorder-top .ec-order-detail div:first-child {
  margin-bottom: 7px;
}

.ec-trackorder-top .ec-order-detail span {
  color: var(--primary);
  text-transform: uppercase;
  font-weight: 600;
}

#ec-progressbar {
  overflow: hidden;
  margin: 58px -9% 5px;
}

#ec-progressbar li {
  list-style-type: none;
  font-size: 14px;
  width: 20%;
  float: left;
  position: relative;
  font-weight: 400;
  text-align: center;
}

#ec-progressbar li .ec-progressbar-track {
  position: relative;
  display: block;
}

#ec-progressbar li .ec-progressbar-track:before {
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: block;
  font-size: 26px;
  background: #deddff;
  border-radius: 50%;
  margin: auto;
  padding: 0px;
  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;
  z-index: 9;
  position: relative;
}

#ec-progressbar li .ec-progressbar-track:after {
  content: "";
  width: 100%;
  height: 12px;
  background: #deddff;
  position: absolute;
  left: 0;
  top: 19px;
}

#ec-progressbar li .ec-track-icon {
  display: block;
  margin-bottom: 11px;
}

#ec-progressbar li .ec-track-title {
  position: relative;
  color: #444444;
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 500;
  line-height: 24px;
  max-width: 50%;
  display: block;
  margin: 0 auto;
  text-align: center;
  letter-spacing: 0;
  margin-top: 16px;
  word-break: break-all;
}

#ec-progressbar li:first-child .ec-progressbar-track:after {
  content: none;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  position: absolute;
  left: 50%;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

#ec-progressbar li:last-child .ec-progressbar-track:after {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  position: absolute;
  left: -50%;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

#ec-progressbar li:nth-child(2) .ec-progressbar-track:after {
  left: -50%;
}

#ec-progressbar li:nth-child(3) .ec-progressbar-track:after {
  left: -50%;
}

#ec-progressbar li:nth-child(4) .ec-progressbar-track:after {
  left: -50%;
}

#ec-progressbar li.active .ec-progressbar-track:before {
  background: #deddff;
  background: var(--primary);
  font-family: "EcIcons";
  content: "\f00c";
  z-index: 2;
}

#ec-progressbar li.active .ec-progressbar-track:after {
  background: var(--primary);
}

#ec-progressbar .step0 .ec-progressbar-track:before {
  font-family: "EcIcons";
  content: "\f10c";
}

.ec-vendor-block-img {
  height: 80vh;
  overflow-y: auto;
}

.ec-vendor-block-bg {
  width: 100%;
  height: 200px;
  background-color: rgba(0, 0, 0, 0.6);
  position: relative;
}

.ec-vendor-block-bg .btns {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
}

.ec-vendor-block-bg .btns a {
  height: 40px;
  margin-left: 5px;
  margin-bottom: 5px;
  line-height: 40px;
  font-size: 14px;
}

.cover-upload {
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.cover-upload:after {
  content: "";
  width: 100%;
  height: 200px;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
}

.cover-upload .thumb-upload {
  height: 200px;
  position: relative;
}

.cover-upload .thumb-upload .thumb-edit {
  position: absolute;
  bottom: 15px;
  right: 15px;
  z-index: 1;
}

.cover-upload .thumb-upload .thumb-edit input {
  opacity: 0;
  width: 30px;
  height: 30px;
  padding: 0;
  border-radius: 50%;
  position: absolute;
  z-index: 1;
}

.cover-upload .thumb-upload .thumb-edit input+label {
  width: 30px;
  height: 30px;
  padding: 4px;
  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;
  margin-bottom: 0;
  border-radius: 100%;
  background: #ffffff;
  border: 1px solid transparent;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
  border: 1px solid #eeeeee;
  cursor: pointer;
  font-weight: normal;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.cover-upload .thumb-upload .thumb-edit input+label .svg_img {
  opacity: 0.6;
}

.cover-upload .thumb-upload .thumb-edit input+label:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.ec-vendor-block-detail {
  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;
  position: relative;
}

.ec-vendor-block-detail .v-img {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  margin-top: -70px;
  border: 10px solid #ffffff;
}

.ec-vendor-block-detail .thumb-upload {
  position: relative;
}

.ec-vendor-block-detail .thumb-upload .thumb-edit {
  position: absolute;
  top: -60px;
  right: 5px;
  z-index: 1;
}

.ec-vendor-block-detail .thumb-upload .thumb-edit input {
  opacity: 0;
  width: 30px;
  height: 30px;
  padding: 0;
  border-radius: 50%;
  position: absolute;
  z-index: 1;
}

.ec-vendor-block-detail .thumb-upload .thumb-edit input+label {
  width: 30px;
  height: 30px;
  padding: 4px;
  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;
  margin-bottom: 0;
  border-radius: 100%;
  background: #ffffff;
  border: 1px solid transparent;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
  border: 1px solid #eeeeee;
  cursor: pointer;
  font-weight: normal;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.ec-vendor-block-detail .thumb-upload .thumb-edit input+label .svg_img {
  opacity: 0.6;
}

.ec-vendor-block-detail .thumb-upload .thumb-edit input+label:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.ec-vendor-upload-detail .space-t-15 {
  margin-top: 15px;
}

.ec-vendor-upload-detail input,
.ec-vendor-upload-detail textarea,
.ec-vendor-upload-detail select {
  background-color: transparent;
  color: #777;
  border-radius: 0;
  border: 1px solid #eeeeee !important;
}

.ec-vendor-upload-detail input,
.ec-vendor-upload-detail select {
  height: 45px;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.ec-vendor-upload-detail .qty_close {
  margin-left: 5px;
}

/*-------------------------------------------------
  User account Page CSS
---------------------------------------------------*/
.ec-user-account .ec-vendor-block-img {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 30px;
}

.ec-user-account .ec-vendor-block-img p {
  margin-bottom: 5px;
}

.ec-user-account .ec-vendor-block-img p span {
  font-weight: 700;
}

.ec-user-account .ec-vendor-block-bg {
  width: 100%;
  height: 200px;
  background-image: url(../images/banner/8.jpg) !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-blend-mode: overlay;
  background-color: rgba(0, 0, 0, 0.6);
  position: relative;
}

.ec-user-account .border-none {
  border: none;
}

.ec-user-account .border-color {
  border-bottom: none;
}

.ec-user-account tfoot tr td {
  color: #777;
}

.ec-user-account tfoot tr td span {
  padding: 15px 0 0 0 !important;
  display: block;
}

.ec-user-account .page-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ec-user-account .page-header .page-tools {
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.ec-user-account .page-header img {
  width: 130px;
}

.ec-user-account .ec-vendor-block-detail {
  position: relative;
  margin-bottom: 15px;
}

.ec-user-account .brc-default-l1 {
  border-color: #eeeeee;
}

.ec-user-account .ml-n1 {
  margin-left: -0.25rem;
}

.ec-user-account .mx-n1 {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

.ec-user-account .mr-n1 {
  margin-right: -0.25rem;
}

.ec-user-account .mb-4 {
  margin-bottom: 1.5rem;
}

.ec-user-account .my-4 {
  margin-bottom: 1.5rem;
}

.ec-user-account hr {
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.ec-user-account .text-grey-m2 {
  color: #777;
}

.ec-user-account .font-bolder {
  font-weight: 600;
}

.ec-user-account .text-600 {
  font-weight: 700;
}

.ec-user-account .pb-25 {
  padding-bottom: 0.75rem;
}

.ec-user-account .py-25 {
  padding-bottom: 0.75rem;
  padding-top: 0.75rem;
}

.ec-user-account .pt-25 {
  padding-top: 0.75rem;
}

.ec-user-account .w-2 {
  width: 1rem;
}

.ec-user-account .note-text-color {
  color: #999;
}

.ec-user-account .padding-b-0 {
  padding-bottom: 0 !important;
}

.ec-invoice-2 table {
  margin-bottom: 30px;
}

.ec-invoice-2 .ec-vendor-dashboard-card .ec-vendor-card-body .ec-vendor-card-table thead tr {
  background-color: #2d313e;
}

.ec-invoice-2 .ec-vendor-dashboard-card .ec-vendor-card-body .ec-vendor-card-table thead tr th {
  color: #fff;
}

.ec-invoice-2 .ec-vendor-dashboard-card .ec-vendor-card-body .ec-vendor-card-table tbody tr,
.ec-invoice-2 .ec-vendor-dashboard-card .ec-vendor-card-body .ec-vendor-card-table tfoot tr {
  background-color: #f7f7f7;
}

.ec-invoice-2 .ec-vendor-dashboard-card .ec-vendor-card-body .ec-vendor-card-table tbody tr:nth-child(even),
.ec-invoice-2 .ec-vendor-dashboard-card .ec-vendor-card-body .ec-vendor-card-table tfoot tr:nth-child(even) {
  background-color: #f3f3f3;
}

.ec-invoice-2 .ec-vendor-dashboard-card .ec-vendor-card-body .ec-vendor-card-table tbody tr td span,
.ec-invoice-2 .ec-vendor-dashboard-card .ec-vendor-card-body .ec-vendor-card-table tbody tr th span,
.ec-invoice-2 .ec-vendor-dashboard-card .ec-vendor-card-body .ec-vendor-card-table tfoot tr td span,
.ec-invoice-2 .ec-vendor-dashboard-card .ec-vendor-card-body .ec-vendor-card-table tfoot tr th span {
  padding: 10px 0 !important;
}

.ec-vendor-setting-card .ec-vendor-block-detail .v-img {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  margin-top: -70px;
  border: 10px solid #ffffff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.ec-login-wrapper .ec-login-container .ec-login-form input.digit-control {
  background-color: transparent;
  border: 1px solid #eeeeee;
  color: #777;
  font-size: 14px;
  margin-bottom: 27px;
  padding: 0px 15px;
  width: 65px;
  outline: none;
  margin-right: 10px;
  border-radius: 10px;
}

.digit-control {
  text-align: center;
  width: 15%;
  float: left;
  padding: 0px;
}

.digit-control:not(:first-child) {
  margin-left: 2%;
}

.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-rg-select-inner select {
  padding: 0 15px;
}

.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-rg-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-rg-select-inner select {
  padding: 0 15px;
}

.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;
}

::-webkit-inner-spin-button {
  display: none;
}

::-webkit-calendar-picker-indicator {
  background-color: white
}

/* input[type=date]{
  font-size:25px;
} */
::-webkit-datetime-edit-text {
  color: #555555
}

::-webkit-datetime-edit-month-field {
  color: #555555
}

::-webkit-datetime-edit-day-field {
  color: #555555;
}

::-webkit-datetime-edit-year-field {
  color: #555555;
}

::-webkit-calendar-picker-indicator {
  background-image: url(http://icons.iconarchive.com/icons/dakirby309/simply-styled/256/Calendar-icon.png);
  background-position: center;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  color: rgba(204, 204, 204, 0);
}

.font-medium {
  font-size: medium;
}

.tbl-head {
  --bs-table-accent-bg: #f1f2f9;
  color: var(--bs-table-striped-color);
}

.autocomplete-suggestions {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #999;
  background: #FFF;
  cursor: default;
  overflow: auto;
  -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
}

.autocomplete-suggestion {
  padding: 2px 5px;
  white-space: nowrap;
  overflow: hidden;
}

.autocomplete-no-suggestion {
  padding: 2px 5px;
}

.autocomplete-selected {
  background: var(--primary);
  color: #fff;
}

.autocomplete-suggestions strong {
  font-weight: bold;
  color: #000;
}

.autocomplete-group {
  padding: 2px 5px;
  font-weight: bold;
  font-size: 16px;
  color: #000;
  display: block;
  border-bottom: 1px solid #000;
}

.ec-header-bottons .ec-header-btn-cart {
  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;
  min-height: 45px;
  padding: 0 12px;
  border: 1px solid #142f41;
  border-radius: 10px !important;
  -webkit-transition: none;
  transition: none;
  padding-top: 1px;
  margin-left: 15px;
  -webkit-transition: all 0.3s ease-in-out !important;
  transition: all 0.3s ease-in-out !important;
}

.ec-header-bottons .ec-header-btn-cart .ec-header-count {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  position: relative;
  z-index: 2;
  height: 16px;
  min-width: 16px;
  text-align: center;
  color: #ffffff;
  border-radius: 8px;
  background-color: #202b3a;
  bottom: 0;
  padding: 0 2px;
  left: -5px;
}

.parsley-required {
  color: #d42431;
}

.w-7 {
  width: 7%;
}

.old-p {
  text-decoration: line-through;
}

.info-icon {
  display: inline-block;
}

.menu {
  position: relative;
  vertical-align: top;
}

.menu__activator {
  align-items: center;
  cursor: pointer;
  height: inherit;
  position: relative;
}

.rmi-small {
  width: 14px;
  height: 14px;
  display: block;
}

.compare-tenure__btn {
  color: var(--primary);
  font-weight: 700;
  font-size: 12px;
  cursor: pointer;
}

.rm-tenure__container {
  padding: 15px 15px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.range-item {
  position: relative;
}

.range-item:not(:last-child) {
  margin-bottom: 24px;
}

.range-item .range-input {
  margin-top: 6px;
}

.range-item .range-input input {
  position: relative;
  z-index: 2;
  cursor: pointer;
}

.range-item ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: calc(100% + 34.4px);
  margin: 0 -17px;
}

.range-item ul .list-inline-item:not(:last-child) {
  margin-right: 0;
}

.range-item ul .list-inline-item span {
  position: relative;
  min-width: 58px;
  text-align: center;
  display: block;
  font-size: 14px;
  padding-top: 4px;
  word-break: break-word;
  color: #b1b1b1;
}

.range-item .range-line {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 8px;
  width: calc(100% - 14px);
  background-color: #ddd;
  z-index: 0;
  margin: 0 7px;
  border-radius: 50px;
  overflow: hidden;
}

.range-item .range-input.disable-range+ul .list-inline-item span::before {
  background-color: #b1b1b1;
}

.range-item .range-input.disable-range .range-line .active-line {
  background-color: #b1b1b1;
}

.range-item .range-input.disable-range+ul .list-inline-item.active span::before {
  background-color: #777777;
}

.range-item .range-input .dot-line {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: calc(100% - 24px);
  left: 0;
  z-index: 1;
}

.range-item .range-input .active-dot {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  cursor: pointer;
  background-color: #ddd;
  height: 24px;
  width: 24px;
  border: 4px solid var(--primary);
  z-index: 11;
  left: 0%;
  border-radius: 50%;
}

.range-item .range-input .range-line .active-line {
  position: absolute;
  left: 0;
  width: 0;
  height: 100%;
  background-color: var(--primary);
  transition: all 0.1s ease;
}

.range-item ul .list-inline-item span::before {
  content: "";
  display: block;
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #696969;
}

.range-item ul .list-inline-item.active span::before {
  background-color: white;
}

.range-item .range-input input:disabled~.dot-line .active-dot {
  background-color: #d9d9d9;
  border: 4px solid #b1b1b1;
}

input[type="range"]::-moz-range-thumb {
  -webkit-appearance: none;
  /* Override default look */
  appearance: none;
  margin-top: -8px;
  /* Centers thumb on the track */
  background-color: #0000;
  height: 15px;
  width: 15px;
  border: 4px solid #0000;
  z-index: 11;
  box-shadow: none;
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  /* Override default look */
  appearance: none;
  margin-top: -8px;
  /* Centers thumb on the track */
  background-color: #0000;
  height: 24px;
  width: 24px;
  border: 4px solid #0000;
  box-shadow: none;
  z-index: 11;
}

input[type="range"]::-webkit-slider-runnable-track {
  background-color: #f0f0f000;
}

input[type="range"]::-moz-range-progress {
  background-color: #f0f0f000;
}

input[type="range"]::-ms-track {
  background-color: #f0f0f000;
}

input[type="range"]::-moz-range-track {
  background-color: #f0f0f000;
}

/* IE*/
input[type="range"]::-ms-fill-lower {
  background-color: #f0f0f000;
}

input[type="range"]::-ms-fill-upper {
  background-color: #f0f0f000;
}

input[type="range"]:focus::-webkit-slider-thumb {
  box-shadow: none !important;
  background-color: #f0f0f000;
}

input[type="range"]:focus::-moz-range-thumb {
  box-shadow: none !important;
  background-color: #f0f0f000;
}

input[type="range"]:focus::-ms-thumb {
  background-color: #f0f0f000;
  box-shadow: none !important;
}

input[type="range"]:disabled::-webkit-slider-thumb {
  background-color: #0000;
  border: 4px solid #0000;
}

input[type="range"]:disabled::-moz-range-thumb {
  background-color: #0000;
  border: 4px solid #0000;
}

.billing-container {
  width: 600px;
  height: 175px;
  border: 1px solid #e3e6f4;
  box-shadow: 5px 5px #c0c8e3;
  display: flex;
  align-items: center;
}

.bill-types {
  flex: 1.2;
}

.bill-type {
  height: 100%;
  flex: 1;
  outline: 1px solid var(--bg-color);
  display: flex;
  align-items: center;
  margin-left: 10px;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  position: relative;
  transition: all 500ms ease;

  &:hover {
    box-shadow: 0 0 10px 0 black;
    outline: none;
  }
}

.bill-type>.title-type {
  font-weight: 700;
}

.bill-type>.price {
  font-size: 12px;
  font-weight: 500;
}

.bill-type>.buy-now {
  padding: 5px;
  width: 60%;
  border: none;
  background-color: black;
  color: white;
  border-radius: 2px;
  cursor: pointer;
  transition: all 500ms ease;

  &:hover {
    transform: scale(1.1);
  }
}

.bill-type>.purchase {
  position: absolute;
  bottom: 15px;
  font-size: 10px;
}

.bill-type>.purchase>a {
  color: black;
}

.bill-types {
  flex-direction: column;
  display: flex;
  justify-content: center;
  gap: 5px;
}

.bill-types>.type {
  display: flex;
  align-items: center;
  margin-left: 30px;
  gap: 5px;
  cursor: pointer;
}

.bill-types>.type>label {
  cursor: pointer;
}

.benefits {
  font-size: 18px;
  color: #313131;
  font-weight: 700;
  margin: 0;
  padding: 13px 13px 28px;
}

.quickview-pro-content .ec-quick-title a {
  color: #444444;
  font-size: 20px;
  text-transform: capitalize;
  margin: 0 0 15px 0;
  text-decoration: none;
  display: block;
  line-height: 1.5;
  font-weight: 700;
}

.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;
}

.quickview-pro-content .ec-quickview-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;
}

.quickview-pro-content .ec-quickview-price span.old-price {
  font-size: 18px;
  margin-right: 10px;
  text-decoration: line-through;
  color: #444444;
}

.quickview-pro-content .ec-quickview-price span.new-price {
  color: #555;
  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 #ebebeb;
  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;
}

.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 {
  height: 40px;
  margin: 2px 0 0 0;
  padding: 0;
  background: transparent none repeat scroll 0 0;
  border: medium none;
  color: #444444;
  float: left;
  font-size: 14px;
  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.5;
  text-align: center;
  font-size: 14px;
  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;
}

.quickview-pro-content .ec-quickview-qty .ec-quickview-cart .btn i {
  margin-right: 8px;
}

.dropzone {
  min-height: 45px;
  cursor: pointer;
  border: 1px dashed #20d489;
  background-color: #e4fff4;
  border-radius: 0.65rem !important;
}

.dropzone .dz-message {
  margin: 0;
  display: flex;
  text-align: center !important;
  padding: 1.5rem 1.75rem;
}

.image-center {
  height: 200px;
  object-fit: contain;
  display: flex;
  justify-content: center;
  margin: 10px auto;
}

.dropdown-toggles {
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 18px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #777;
  border: none;
  padding-right: 0;
  letter-spacing: 0.5px;
}

.dropdown-menus {
  margin: 0;
  top: 34px !important;
  left: auto !important;
  right: 0 !important;
  min-width: 130px;
  overflow: hidden;
  padding: 0 10px;
  background: #ffffff;
  border-radius: 0;
  border: 1px solid #d9d9d9;
  -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;
}

.rate {
  float: left;
  height: 46px;
  padding: 0 10px;
}

.rate:not(:checked)>input {
  position: absolute;
  top: -9999px;
}

.rate:not(:checked)>label {
  float: right;
  width: 1em;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 30px;
  color: #ccc;
}

.rate:not(:checked)>label:before {
  content: '★ ';
}

.rate>input:checked~label {
  color: #ffc700;
}

.rate:not(:checked)>label:hover,
.rate:not(:checked)>label:hover~label {
  color: #f5ed0c;
}

.rate>input:checked+label:hover,
.rate>input:checked+label:hover~label,
.rate>input:checked~label:hover,
.rate>input:checked~label:hover~label,
.rate>label:hover~input:checked~label {
  color: #f5ed0c;
}

.rate2 {
  float: left;
  height: 46px;
  padding: 0 10px;
}

.rate2:not(:checked)>input {
  position: absolute;
  top: -9999px;
}

.rate2:not(:checked)>label {
  float: right;
  width: 1em;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 30px;
  color: #ccc;
}

.rate2:not(:checked)>label:before {
  content: '★ ';
}

.rate2>input:checked~label {
  color: #ffc700;
}

.rate2:not(:checked) .rate2:not(:checked) {
  color: #f5ed0c;
}

.rate2>input:checked .rate2>input:checked .rate2>input:checked .rate2>input:checked {
  color: #f5ed0c;
}

.ec-com-remove {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 11px;
  left: auto;
  right: 11px;
  border-radius: 100%;
  text-align: center;
  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: #555;
  z-index: 8;
}

.ec-com-remove a {
  font-size: 18px;
  color: #ffffff;
  font-weight: 500;
  line-height: 5px;
  padding-bottom: 1px;
  letter-spacing: 0;
}

.btn-login {
  cursor: pointer;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  padding: 0px 0px;
  /* text-transform: uppercase; */
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  outline: none;
  border-radius: 10px;
  /* width: 100%; */
  /* margin: 15px auto 0; */
  /* display: -webkit-box; */
  display: -ms-flexbox;
  /* display: flex; */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
}
.d-flex-reverse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex !important;
  flex-direction: row-reverse !important;
}
.variant-active {
  background-color: #142f41 !important;
  color: #FFF !important;
}

.variant {
  background-color: #eee !important;
  color: red !important;
}

.tprice-active{ border: 2px solid var(--primary) !important; border-radius: 10px; }
.tprice{ border: 1px solid #eee !important; border-radius: 10px; }

.tenure-btn-primary {
  background-color: rgba(0, 0, 0, 0);
  color: black;
  border: 1px solid #eeeeee;
  border-radius: 6px;
}

.tenure-btn-primary-active {
  background-color: var(--primary);
  color: white;
  border: none;
  border-radius: 6px;
  box-shadow: 5px 5px 10px #eeeeee, -5px -5px 10px #ffffff;
}

/* .tenure-btn-primary:hover {
  border-radius: 6px;
  background: linear-gradient(90deg, #f2f2f2, #ededed);
  box-shadow: 5px 5px 10px #c9c9c9, -5px -5px 10px #ffffff;
  color: black;
} */

.ec-header-user .dropdown-toggle:hover {
  color: #ffffff !important;
}

.category {
  background-color: #fff;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.category h2 {
  font-size: 1.5em;
  margin-bottom: 10px;
}
.category ul {
  list-style-type: none;
  padding-left: 0;
}
.category ul li {
  padding: 8px;
  background-color: #f1f1f1;
  margin-bottom: 6px;
  border-radius: 4px;
}
.note {
  font-style: italic;
  color: red;
  font-size: x-small;
}
.additional-docs {
  margin-top: 10px;
  padding-left: 20px;
}


@media only screen and (max-width: 575px) {
  .single-pro-desc-no-sidebar {
    width: 100%;
  }
}

@media only screen and (max-width: 575px) {
  .single-pro-img-no-sidebar {
    width: 100%;
  }
}

.text-justify{ 
    text-align: justify;
}
.about-card{
  border: 1px solid lightgray;
  border-radius: 10px;
  box-shadow: 1px 1px 5px 1px #5e6f759c;
}
.padding-2x {
	padding: 20px;
}

.ec-bg-swipe {
  height: 50px;
  width: 200px;
  padding: 0;
  margin: 15px;
}
.ec-bg-swipe .ec-btn-bg-swipe {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
  direction: ltr !important;
}
.ec-bg-swipe .ec-btn-bg-swipe {
  width: 12rem;
  height: auto;
  width: 12rem;
  height: auto;
  border: 1px solid #d9d9d9;
  border-radius: 50px;
}
.ec-bg-swipe .ec-btn-bg-swipe .circle {
  -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 3rem;
  height: 3rem;
  background: var(--primary);
  border-radius: 1.625rem;
}
.ec-bg-swipe .ec-btn-bg-swipe .circle .icon {
  -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}
.ec-bg-swipe .ec-btn-bg-swipe .circle .icon.arrow {
  -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 0.625rem;
  width: 1.125rem;
  height: 0.125rem;
  background: none;
}
.ec-bg-swipe .ec-btn-bg-swipe .circle .icon.arrow::before {
  position: absolute;
  content: "";
  top: -0.25rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.ec-bg-swipe .ec-btn-bg-swipe .button-text {
  -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.75rem 0;
  margin: 0 0 0 1.85rem;
  color: #777;
  font-weight: 700;
  line-height: 28px;
  text-align: center;
  text-transform: uppercase;
}
.ec-bg-swipe .ec-btn-bg-swipe:hover .circle {
  width: 100%;
}
.ec-bg-swipe .ec-btn-bg-swipe:hover .circle .icon.arrow {
  background: #fff;
  -webkit-transform: translate(1rem, 0);
          transform: translate(1rem, 0);
}
.ec-bg-swipe .ec-btn-bg-swipe:hover .button-text {
  color: #fff;
}
