/*-------------------------------------------------
  Instagram Section CSS
---------------------------------------------------*/
section.ec-instagram-section {
  overflow: hidden;
}

.ec-instagram-section .section-title .sub-title {
  margin-top: 7px;
}

.ec-insta-outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.ec-insta-wrapper {
  margin: 0 -15px;
}

.ec-insta-item {
  width: 250px;
  padding: 0 15px;
}

.ec-insta-inner a {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  display: block;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  overflow: hidden;
}
.ec-insta-inner a:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #3474d4;
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ec-insta-inner a:before {
  font-family: "EcIcons";
  content: "";
  display: block;
  font-size: 45px;
  top: 52%;
  left: 50%;
  color: #ffffff;
  z-index: 3;
  position: absolute;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
  visibility: hidden;
  line-height: 1;
  margin-left: -20px;
  margin-top: -28px;
}
/* .ec-insta-inner a:hover:after {
  opacity: 0.8;
}
.ec-insta-inner a:hover:before {
  opacity: 1;
  visibility: visible;
} */
.ec-insta-inner img {
  max-width: 100%;
}

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

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

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

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

.recent-purchase .detail p {
  line-height: normal;
  margin-bottom: 10px;
  font-size: 12px;
  color: #333;
}

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

/*---- Newsletter Page On load Style ----*/
#ec-popnews-bg {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 99;
}

#ec-popnews-box-content {
  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-popnews-box {
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #fff;
  color: #444444;
  width: 100%;
  max-width: 700px;
  border: 0;
  display: none;
  z-index: 100;
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}
#ec-popnews-box h2 {
  text-decoration: none;
  color: #444;
  display: block;
  font-size: 22px;
  line-height: 33px;
  font-weight: 600;
  margin: 0 auto 10px;
  letter-spacing: 0;
  text-transform: capitalize;
}
#ec-popnews-box p {
  margin-bottom: 20px;
  color: #777;
}
#ec-popnews-box form {
  margin-bottom: 0px;
}
#ec-popnews-box input {
  height: 45px;
  background-color: transparent;
  border: 1px solid #ededed;
  color: #444444;
  font-size: 14px;
  margin-bottom: 20px;
  padding: 0 15px;
  width: 100%;
  outline: none;
  background-color: #fff;
  border-radius: 30px;
}
#ec-popnews-box button {
  height: 40px;
  line-height: 42px;
  font-size: 16px;
  text-transform: uppercase;
  border-radius: 30px;
}

#ec-popnews-close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  width: 30px;
  height: 30px;
  color: #777;
  border-color: #3474d4;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  line-height: 1;
}

/*---- Site Loader Style ----*/
#ec-overlay {
  display: block;
  width: 100%;
  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;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #ffffff;
  z-index: 999;
}
#ec-overlay .ec-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
#ec-overlay .ec-ellipsis div {
  position: absolute;
  top: 33px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
  opacity: 0.7;
}
#ec-overlay .ec-ellipsis div:nth-child(1) {
  background: #3474d4;
  left: 8px;
  -webkit-animation: lds-ellipsis1 0.6s infinite;
  animation: lds-ellipsis1 0.6s infinite;
}
#ec-overlay .ec-ellipsis div:nth-child(2) {
  background: #555;
  left: 8px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
  animation: lds-ellipsis2 0.6s infinite;
}
#ec-overlay .ec-ellipsis div:nth-child(3) {
  background: #3474d4;
  left: 32px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
  animation: lds-ellipsis2 0.6s infinite;
}
#ec-overlay .ec-ellipsis div:nth-child(4) {
  background: #555;
  left: 56px;
  -webkit-animation: lds-ellipsis3 0.6s infinite;
  animation: lds-ellipsis3 0.6s infinite;
}
@-webkit-keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@-webkit-keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(24px, 0);
    transform: translate(24px, 0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(24px, 0);
    transform: translate(24px, 0);
  }
}

/*-------------------------------------------------
    Site Footer Section
---------------------------------------------------*/
.ec-footer {
  color: #ffffff;
  background: #f1f1f1;
}
.ec-footer .footer-top {
  border-top: 0px solid #2b3684;
}
.ec-footer .footer-top .col-sm-12 {
  width: 20%;
}
.ec-footer .footer-top .container > .row {
  padding: 0 20px;
}
.ec-footer .footer-top .ec-footer-widget .ec-footer-heading {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 18px;
    color: #c00;
    letter-spacing: 0;
    position: relative;
    display: block;
    width: 100%;
    padding-bottom: 0px;
    text-transform: uppercase;
    line-height: 29px;

}
.ec-footer .footer-top .ec-footer-widget .ec-footer-heading::before {
  content: "";
  position: absolute;
  top: auto;
  right: 0;
  left: 0;
  height: 1px;
  border-bottom: 1px solid #00969b;
  bottom: 0;
  width: 53px;
}
.ec-footer .footer-top .ec-footer-widget .s-head {
  display: none;
}
.ec-footer .footer-top .ec-footer-widget .ec-footer-links .ec-footer-link {
  display: block;
  margin: 0;
  line-height: 1.5;
  border: 0;
  padding: 0;
  font-weight: 400;
  font-size: 14px;
  color: #777;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ec-footer .footer-top .ec-footer-widget .ec-footer-links .ec-footer-link:not(:last-child) {
  margin-bottom: 16px;
}
.ec-footer .footer-top .ec-footer-widget .ec-footer-links .ec-footer-link a {
    transition: all 0.3s ease-in-out;
    font-size: 14px;
    line-height: 20px;
    padding: 0;
    color: #777;
    margin-bottom: 0;
    display: inline-block;
    position: relative;
    word-break: break-all;
    letter-spacing: 0;
    font-weight: 300;
    font-family: 'Montserrat';
}
.ec-footer .footer-top .ec-footer-widget .ec-footer-links .ec-footer-link a:hover {
  color: #00969b;
  opacity: 1;
}
.ec-footer .footer-top .ec-footer-contact .ec-footer-widget .ec-footer-links li:first-child {
  -webkit-box-align: self-start;
      -ms-flex-align: self-start;
          align-items: self-start;
}
.ec-footer .footer-top .ec-footer-contact .ec-footer-widget .ec-footer-links li p {
  font-weight: 300;
  opacity: 0.4;
}
.ec-footer .footer-top .ec-footer-contact .ec-footer-widget .ec-footer-links a {
  text-transform: unset;
}
.ec-footer .footer-top .ec-footer-contact .ec-footer-widget .ec-footer-links .ec-footer-link span {
  width: 65px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ec-footer .footer-top .ec-footer-contact .ec-footer-widget .ec-footer-links .ec-footer-link span i {
  font-size: 18px;
  line-height: 15px;
  opacity: 0.4;
}
.ec-footer .footer-top .ec-footer-social {
  margin-bottom: 0;
}
.ec-footer .footer-top .ec-footer-social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ec-footer .footer-top .ec-footer-social .ec-footer-widget .ec-footer-links .ec-footer-link {
  padding-right: 5px;
}
.ec-footer .footer-top .ec-footer-social .ec-footer-widget .ec-footer-links .ec-footer-link:not(:last-child) {
  margin-bottom: 0;
}
.ec-footer .footer-top .ec-footer-social .ec-footer-widget .ec-footer-links .ec-footer-link a {
  text-transform: capitalize;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
}
.ec-footer .footer-top .ec-footer-social .ec-footer-widget .ec-footer-links .ec-footer-link a i {
  font-size: 25px;
  margin-right: 10px;
}

.footer-news-block {
  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;
  padding: 0 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 990px;
  margin: 0 auto;
}

.footer-news-stitle {
  margin-bottom: 15px;
  font-weight: 500;
  color: #f1a744;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

.footer-news-title {
font-size: 18px;
    font-weight: 600;
    color: #2b3684;
    letter-spacing: 0;
    line-height: 25px;
    text-transform: uppercase;
    margin-bottom: -2px;
    font-family: 'Montserrat';
}

.footer-news-desc {
max-width: 67%;
    font-size: 13px;
    line-height: 28px;
    padding: 0;
    color: #000;
    margin-bottom: 20px;
    letter-spacing: 0;
    font-weight: 300;
    font-family: 'Montserrat';
}

.ec-subscribe-form {
  position: relative;
  width: 100%;
}
.ec-subscribe-form .ec-email {
  margin-bottom: 30px;
  padding: 5px 15px;
  display: inline-block;
  vertical-align: top;
  line-height: 40px;
  height: 40px;
  color: #000;
  font-size: 14px;
  max-width: 500px;
  border: 0;
  border: 2px solid #6a6a6a;
  background: transparent;
  border-radius: 0;
  -webkit-border-radius: 0;
  text-align: center;
  letter-spacing: 0;
  opacity: 0.4;
}
.ec-subscribe-form .ec-email::-webkit-input-placeholder {
  color: #000;
}
.ec-subscribe-form .ec-email::-moz-placeholder {
  color: #000;
}
.ec-subscribe-form .ec-email:-ms-input-placeholder {
  color: #000;
}
.ec-subscribe-form .ec-email::-ms-input-placeholder {
  color: #000;
}
.ec-subscribe-form .ec-email::placeholder {
  color: #000;
}
.ec-subscribe-form .ec-email:focus {
  border-color: #eeeeee;
  border-radius: 0;
}
.ec-subscribe-form .button {
  font-size: 18px;
  border-radius: 20px;
  border: 0;
  height: 50px;
  width: 245px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  line-height: 50px;
  text-align: center;
  font-weight: 500;
  min-width: 245px;
  text-transform: uppercase;
  background: #000;
}

div#ec_news_signup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

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

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

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

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

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

.footer-bottom {
  padding: 10px 0;
  border-top: 0px solid #2b3684;
  background: #074ba0;
}
.footer-bottom .ec-copy {
  line-height: normal;
  color: #fff;
  font-size: 13px;
  letter-spacing: 1.2px;
  text-align: center;
  font-family: 'Montserrat';
  font-weight: 300;
}
.footer-bottom .ec-copy a {
  color: #ffffff;
}
.footer-bottom .ec-copy .site-name:hover {
  color: #00969b;
}

.footer-bottom-payment {
  margin-bottom: 15px;
}
/*----  Product Style  ----*/
.ec-pro-variation {
  margin: 5px 0 0px;
}
.ec-pro-variation .ec-pro-variation-inner {
  font-size: 16px;
  font-weight: 600;
  color: #212121;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ec-pro-variation .ec-pro-variation-inner > span {
  display: block;
  margin: 0 0 5px;
}
.ec-pro-variation .ec-pro-variation-inner .ec-pro-variation-content li {
  display: inline-block;
  border: 1px solid transparent;
  padding: 1px;
  float: left;
  cursor: pointer;
  margin-right: 5px;
}
.ec-pro-variation
  .ec-pro-variation-inner.ec-pro-variation-color
  .ec-pro-variation-content
  li {
  border-radius: 100%;
}
.ec-pro-variation
  .ec-pro-variation-inner.ec-pro-variation-color
  .ec-pro-variation-content
  li
  span {
  width: 16px;
  height: 16px;
  display: block;
  border-radius: 100%;
}
.ec-pro-variation
  .ec-pro-variation-inner.ec-pro-variation-color
  .ec-pro-variation-content
  li:hover {
  border: 1px solid #444444;
}
.ec-pro-variation
  .ec-pro-variation-inner.ec-pro-variation-size
  .ec-pro-variation-content
  li {
  height: 100%;
  cursor: pointer;
  background-color: #eeeeee;
  color: #777777;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  line-height: 22px;
  padding: 0;
  border-radius: 5px;
}
.ec-pro-variation
  .ec-pro-variation-inner.ec-pro-variation-size
  .ec-pro-variation-content
  li:hover {
  background-color: #e2e2e2;
}
.ec-pro-variation
  .ec-pro-variation-inner.ec-pro-variation-size
  .ec-pro-variation-content
  .active {
  background-color: #e2e2e2;
}

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

.ec-product-inner .ec-pro-image {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
  border: 1px solid #eeeeee;
}
.ec-product-inner .ec-pro-image .image {
  position: relative;
  display: block;
  overflow: hidden;
  pointer-events: none;
}
.ec-product-inner .ec-pro-image .image img {
  z-index: 1;
  max-width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ec-product-inner .ec-pro-image .image img.hover-image {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  opacity: 0;
}
.ec-product-inner .ec-pro-image .flags {
  position: absolute;
  z-index: 8;
  top: 10px;
  left: 15px;
  right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.ec-product-inner .ec-pro-image .flags span {
  font-size: 13px;
  width: 3.2rem;
  font-weight: 600;
  line-height: 20px;
  padding-left: 8px;
  text-align: left;
  border-radius: 5px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #e58487;
  letter-spacing: 0.5px;
}
.ec-product-inner .ec-pro-image .flags + .flags {
  right: 20px;
}
.ec-product-inner .ec-pro-image .percentage {
  position: absolute;
  z-index: 8;
  top: 0px;
  right: 0px;
  font-size: 13px;
  font-weight: 500;
  line-height: 29px;
  padding: 0 7px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #e58487;
}
.ec-product-inner .ec-pro-image a.quickview {
  visibility: hidden;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 0 auto;
  top: auto !important;
  bottom: 15px;
  right: 15px;
  left: auto;
  width: 35px;
  height: 35px;
  opacity: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: rgba(68, 68, 68, 0.7);
  background-color: #ffffff;
  z-index: 9;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  border: 1px solid #eeeeee;
}
.ec-product-inner .ec-pro-image a.quickview i {
  font-size: 17px;
  line-height: 14px;
}
.ec-product-inner .ec-pro-image a.quickview:hover {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 5px 0px #ccc;
  box-shadow: 0px 0px 5px 0px #ccc;
}

.ec-product-inner:hover .ec-pro-image a.quickview {
  visibility: visible;
  opacity: 1;
  top: 44%;
}
.ec-product-inner:hover .ec-pro-image a.quickview i {
  font-size: 17px;
  line-height: 14px;
}
.ec-product-inner:hover .ec-pro-image .image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.ec-product-inner:hover .ec-pro-image .image img:not(:last-child) {
  opacity: 0;
}
.ec-product-inner:hover .ec-pro-image .image img.hover-image {
  opacity: 1;
}
.ec-product-inner .ec-pro-content {
  position: relative;
  z-index: 7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 11px 0 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-align: left;
  background-color: #ffffff;
  letter-spacing: 0.6px;
}
.ec-product-inner .ec-pro-content .ec-pro-title {
  font-size: 20px;
  margin: 0 0 10px;
  height: auto;
  overflow: hidden;
}
.ec-product-inner .ec-pro-content .ec-pro-title a {
    text-decoration: none;
    color: #2b3684;
    height: auto;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    font-size: 15px;
    line-height: 22px;
    font-weight: 600;
    font-family: Montserrat;
    text-align: center;
   margin-top: 10px;
}
.ec-product-inner .ec-pro-content .ec-pro-title a:hover {
  color: #3474d4;
}
.ec-product-inner .ec-pro-content .ec-price {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  color: #777777;
}
.ec-product-inner .ec-pro-content .ec-price:not(:last-child) {
  margin-bottom: 5px;
}
.ec-product-inner .ec-pro-content .ec-price span.new-price {
  color: #555;
  font-weight: 700;
  font-size: 14px;
  font-family: "Montserrat";
}
.ec-product-inner .ec-pro-content .ec-price span.old-price {
  font-size: 13px;
  margin-right: 10px;
  text-decoration: line-through;
  color: #777777;
}
.ec-product-inner .ec-pro-content .btn {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
.ec-product-inner .ec-pro-content .ec-pro-rating {
  margin-bottom: 10px;
}
.ec-product-inner .ec-pro-content .ec-pro-rating i {
  opacity: 0.7;
}
.ec-product-inner .ec-pro-image.pro-loading:before {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  content: "";
  opacity: 0.8;
  z-index: 21;
}

.ec-shop-product-inner .ec-pro-image .add-to-cart {
  width: 35px;
  padding: 0;
}
.ec-shop-product-inner .ec-pro-image .add-to-cart .svg_img.pro_svg {
  margin-right: 0;
}

.svg_img.pro_svg {
  height: 22px;
  fill: #686868;
  width: auto;
}

a.quickview .svg_img.pro_svg {
  height: 22px;
}

a.compare .svg_img.pro_svg {
  height: 22px;
}

a.wishlist .svg_img.pro_svg {
  height: 22px;
}

/*----  Product Image Loader  ----*/
/*-------------------------------------------------
   Demo 4 Page CSS
---------------------------------------------------*/
/*-------------------------------------------------  Breadcrumb Style CSS
---------------------------------------------------*/
.ec-breadcrumb {
  padding: 18px 0;
  background-color: #f7f7f7;
  border-top: 0px solid #eeeeee;
  border-bottom: 0px solid #eeeeee;
  margin-top: 20px;
}
.ec-breadcrumb .ec-breadcrumb-title {
  text-decoration: none;
  color: #444444;
  display: block;
  font-size: 17px;
  font-family: "Montserrat";
  line-height: 22px;
  font-weight: 700;
  margin: 0 auto;
  text-transform: capitalize;
}

.ec-breadcrumb-list {
  text-align: right;
}
.ec-breadcrumb-list li {
  display: inline-block;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.02rem;
  line-height: 1.2;
  text-transform: capitalize;
}
.ec-breadcrumb-list li a {
  position: relative;
  color: #444444;
}
.ec-breadcrumb-list li.active {
  color: #3474d4;
}
.ec-breadcrumb-list .ec-breadcrumb-item.active::before {
  color: #3474d4;
}

.ec-breadcrumb-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ec-breadcrumb-item + .ec-breadcrumb-item {
  padding-left: 7px;
}
.ec-breadcrumb-item + .ec-breadcrumb-item::before {
  display: inline-block;
  padding-right: 7px;
  color: #444444;
  content: "\f101";
  font-family: "EcIcons";
  font-size: 15px;
}

/*-------------------------------------------------
  Testimonial Section CSS
---------------------------------------------------*/
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: 17px;
    color: #000;
    line-height: 28px;
    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: #3474d4;
  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 {
  width: 45px;
  height: auto;
  fill: #555;
}

.svg_img.test_svg.top {
  top: -24px;
  left: 63px;
  right: auto;
}

.fi-rr-quote-right.top {
  top: 0px;
  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: 0px;
  right: 88px;
  left: auto;
  font-size: 41px;
}

/*-------------------------------------------------
  Instagram Section CSS
---------------------------------------------------*/

.slick-arrow {
  position: absolute;
  top: 45%;
  left: auto;
  right: auto;
  margin: 0 auto;
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 30px;
  height: 30px;
  padding: 0;
  z-index: 1;
}
.slick-arrow:before {
  content: "";
  color: #777777;
  top: 4px;
  right: -4px;
  position: relative;
  font-size: 30px;
  font-family: "EcIcons";
  width: 100%;
  line-height: 30px;
  height: 30px;
}
.slick-arrow:hover:before {
  color: #3474d4;
}

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

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

.ec-nav-toolbar {
  display: none;
  background-color: #ffffff;
}
/*-------------------------------------------------
    Site Footer Section
---------------------------------------------------*/
.ec-footer {
  color: #ffffff;
  background: #f1f1f1;
}
.ec-footer .footer-top {
  border-top: 0px solid #2b3684;
}
.ec-footer .footer-top .col-sm-12 {
  width: 20%;
}
.ec-footer .footer-top .container > .row {
  padding: 0 20px;
}
.ec-footer .footer-top .ec-footer-widget .ec-footer-heading {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 18px;
    color: #c00;
    letter-spacing: 0;
    position: relative;
    display: block;
    width: 100%;
    padding-bottom: 0px;
    text-transform: uppercase;
    line-height: 29px;

}
.ec-footer .footer-top .ec-footer-widget .ec-footer-heading::before {
  content: "";
  position: absolute;
  top: auto;
  right: 0;
  left: 0;
  height: 1px;
  border-bottom: 1px solid #00969b;
  bottom: 0;
  width: 53px;
}
.ec-footer .footer-top .ec-footer-widget .s-head {
  display: none;
}
.ec-footer .footer-top .ec-footer-widget .ec-footer-links .ec-footer-link {
  display: block;
  margin: 0;
  line-height: 1.5;
  border: 0;
  padding: 0;
  font-weight: 400;
  font-size: 14px;
  color: #777;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ec-footer .footer-top .ec-footer-widget .ec-footer-links .ec-footer-link:not(:last-child) {
  margin-bottom: 16px;
}
.ec-footer .footer-top .ec-footer-widget .ec-footer-links .ec-footer-link a {
    transition: all 0.3s ease-in-out;
    font-size: 14px;
    line-height: 20px;
    padding: 0;
    color: #777;
    margin-bottom: 0;
    display: inline-block;
    position: relative;
    word-break: break-all;
    letter-spacing: 0;
    font-weight: 300;
    font-family: 'Montserrat';
}
.ec-footer .footer-top .ec-footer-widget .ec-footer-links .ec-footer-link a:hover {
  color: #00969b;
  opacity: 1;
}
.ec-footer .footer-top .ec-footer-contact .ec-footer-widget .ec-footer-links li:first-child {
  -webkit-box-align: self-start;
      -ms-flex-align: self-start;
          align-items: self-start;
}
.ec-footer .footer-top .ec-footer-contact .ec-footer-widget .ec-footer-links li p {
  font-weight: 300;
  opacity: 0.4;
}
.ec-footer .footer-top .ec-footer-contact .ec-footer-widget .ec-footer-links a {
  text-transform: unset;
}
.ec-footer .footer-top .ec-footer-contact .ec-footer-widget .ec-footer-links .ec-footer-link span {
  width: 65px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ec-footer .footer-top .ec-footer-contact .ec-footer-widget .ec-footer-links .ec-footer-link span i {
  font-size: 18px;
  line-height: 15px;
  opacity: 0.4;
}
.ec-footer .footer-top .ec-footer-social {
  margin-bottom: 0;
}
.ec-footer .footer-top .ec-footer-social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ec-footer .footer-top .ec-footer-social .ec-footer-widget .ec-footer-links .ec-footer-link {
  padding-right: 5px;
}
.ec-footer .footer-top .ec-footer-social .ec-footer-widget .ec-footer-links .ec-footer-link:not(:last-child) {
  margin-bottom: 0;
}
.ec-footer .footer-top .ec-footer-social .ec-footer-widget .ec-footer-links .ec-footer-link a {
  text-transform: capitalize;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
}
.ec-footer .footer-top .ec-footer-social .ec-footer-widget .ec-footer-links .ec-footer-link a i {
  font-size: 25px;
  margin-right: 10px;
}

.footer-news-block {
  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;
  padding: 0 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 990px;
  margin: 0 auto;
}

.footer-news-stitle {
  margin-bottom: 15px;
  font-weight: 500;
  color: #f1a744;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

.footer-news-title {
font-size: 18px;
    font-weight: 600;
    color: #2b3684;
    letter-spacing: 0;
    line-height: 25px;
    text-transform: uppercase;
    margin-bottom: -2px;
    font-family: 'Montserrat';
}

.footer-news-desc {
max-width: 67%;
    font-size: 13px;
    line-height: 28px;
    padding: 0;
    color: #000;
    margin-bottom: 20px;
    letter-spacing: 0;
    font-weight: 300;
    font-family: 'Montserrat';
}

.ec-subscribe-form {
  position: relative;
  width: 100%;
}
.ec-subscribe-form .ec-email {
  margin-bottom: 30px;
  padding: 5px 15px;
  display: inline-block;
  vertical-align: top;
  line-height: 40px;
  height: 40px;
  color: #000;
  font-size: 14px;
  max-width: 500px;
  border: 0;
  border: 2px solid #6a6a6a;
  background: transparent;
  border-radius: 0;
  -webkit-border-radius: 0;
  text-align: center;
  letter-spacing: 0;
  opacity: 0.4;
}
.ec-subscribe-form .ec-email::-webkit-input-placeholder {
  color: #000;
}
.ec-subscribe-form .ec-email::-moz-placeholder {
  color: #000;
}
.ec-subscribe-form .ec-email:-ms-input-placeholder {
  color: #000;
}
.ec-subscribe-form .ec-email::-ms-input-placeholder {
  color: #000;
}
.ec-subscribe-form .ec-email::placeholder {
  color: #000;
}
.ec-subscribe-form .ec-email:focus {
  border-color: #eeeeee;
  border-radius: 0;
}
.ec-subscribe-form .button {
  font-size: 18px;
  border-radius: 20px;
  border: 0;
  height: 50px;
  width: 245px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  line-height: 50px;
  text-align: center;
  font-weight: 500;
  min-width: 245px;
  text-transform: uppercase;
  background: #000;
}

div#ec_news_signup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

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

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

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

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

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

.footer-bottom {
  padding: 10px 0;
  border-top: 0px solid #2b3684;
  background: #074ba0;
}
.footer-bottom .ec-copy {
  line-height: normal;
  color: #fff;
  font-size: 13px;
  letter-spacing: 1.2px;
  text-align: center;
  font-family: 'Montserrat';
  font-weight: 300;
}
.footer-bottom .ec-copy a {
  color: #ffffff;
}
.footer-bottom .ec-copy .site-name:hover {
  color: #00969b;
}

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

/*-------------------------------------------------
   Demo 4 Page CSS
---------------------------------------------------*/
/*-------------------------------------------------
   Demo 4 Page CSS
---------------------------------------------------*/
/*----  Footer nav toolbar responsive display  ----*/
.nav-toolbar {
  display: none;
}

/** Responsive **/
@media only screen and (max-width: 1449px) and (min-width: 1200px) {
  .footer-bottom .ec-copy {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1199px) {
  .ec-footer .footer-top .ec-footer-widget .ec-footer-heading {
    font-size: 17px;
  }
  .ec-footer .footer-top .ec-footer-contact ul {
    width: auto;
  }
  .ec-footer
    .footer-top
    .ec-footer-contact
    .ec-footer-widget
    .ec-footer-heading {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 991px) {
  .ec-footer .footer-top .ec-footer-widget .ec-footer-heading {
    margin-bottom: 15px;
    font-size: 16px;
            margin-top: 10px;
  }
  .ec-footer .footer-top .ec-footer-widget .ec-footer-links .ec-footer-link {
    font-size: 14px;
  }
  .ec-footer .footer-top .ec-footer-widget .ec-footer-links .ec-footer-link a {
    font-size: 14px;
    line-height: 20px;
  }
  .ec-footer
    .footer-top
    .ec-footer-contact
    .ec-footer-widget
    .ec-footer-heading {
    margin-bottom: 15px;
    border-bottom: 0px solid #eeeeee;
    display: block;
  }
  .ec-footer-logo a img {
    width: 130px;
  }
  .col.text-left.footer-bottom-left {
    text-align: center !important;
  }
  .footer-bottom .col {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }
  .col.text-center.footer-copy {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .col.footer-bottom-right {
    margin: 15px auto;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .footer-bottom-payment.d-flex.justify-content-end {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .footer-top .row {
    margin-bottom: -15px;
  }
}
@media only screen and (max-width: 767px) {
  .section-space-footer-p {
    padding: 30px 0;
  }
  .footer-off-msg span {
    font-size: 18px;
  }
  .footer-bottom .ec-copy {
    font-size: 14px;
  }
}
@media only screen and (max-width: 575px) {
  .ec-footer .footer-top .ec-footer-widget .ec-footer-heading {
    font-size: 15px;
  }
  .ec-footer .footer-top .ec-footer-widget .ec-footer-links .ec-footer-link {
    font-size: 14px;
  }
  .ec-footer .footer-top .ec-footer-widget .ec-footer-links .ec-footer-link a {
    font-size: 13px;
    line-height: 20px;
  }
  .footer-bottom .container {
    margin-bottom: 60px;
  }
  .footer-off-msg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 15px;
    padding-top: 15px;
  }
  .footer-off-msg span {
    font-size: 14px;
  }
  .footer-off-msg a {
    padding-left: 0;
    margin-top: 5px;
    font-size: 14px;
  }
}
/*===  Quick View ===*/
.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;
  padding-right: 2rem;
  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;
  height: 7rem;
}
.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;
  margin: 1rem;
}
.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;
}

/*-------------------------------------------------
  Category Section CSS
---------------------------------------------------*/
.ec-category-section .section-title .sub-title {
  margin-top: 7px;
}
.ec-category-section .ec-cat-tab-nav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  height: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.ec-category-section .ec-cat-tab-nav li.cat-item:not(:last-child) {
  margin-bottom: 5px;
}
.ec-category-section .ec-cat-tab-nav .cat-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  background-color: #f5f5f5;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ec-category-section .ec-cat-tab-nav .cat-link:hover {
  background-color: #3474d4;
}
.ec-category-section .ec-cat-tab-nav .cat-link:hover .cat-icon-hover {
  display: block;
}
.ec-category-section .ec-cat-tab-nav .cat-link:hover .cat-icon {
  display: none;
}
.ec-category-section .ec-cat-tab-nav .cat-link:hover .cat-desc span {
  color: #ffffff;
}
.ec-category-section .ec-cat-tab-nav .cat-link:hover .cat-desc span + span {
  color: #ffffff;
}
.ec-category-section .ec-cat-tab-nav .cat-link .cat-icons {
  display: block;
  margin-right: 15px;
}
.ec-category-section .ec-cat-tab-nav .cat-link .cat-icon-hover {
  display: none;
}
.ec-category-section .ec-cat-tab-nav .cat-link .cat-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.ec-category-section .ec-cat-tab-nav .cat-link .cat-desc span {
  margin-top: 5px;
  font-size: 17px;
  font-family: "Montserrat";
  font-weight: 700;
  color: #444444;
  letter-spacing: 0;
  line-height: 1.2;
}
.ec-category-section .ec-cat-tab-nav .cat-link .cat-desc span + span {
  font-size: 13px;
  color: #777777;
  letter-spacing: 0;
  line-height: 1.2;
  font-family: "Nunito", sans-serif;
  text-transform: capitalize;
  font-weight: 500;
}
.ec-category-section .ec-cat-tab-nav .cat-link.active {
  background-color: #f1a744;
}
.ec-category-section .ec-cat-tab-nav .cat-link.active .cat-icon-hover {
  display: block;
}
.ec-category-section .ec-cat-tab-nav .cat-link.active .cat-icon {
  display: none;
}
.ec-category-section .ec-cat-tab-nav .cat-link.active .cat-desc span {
  color: #ffffff;
}
.ec-category-section .ec-cat-tab-nav .cat-link.active .cat-desc span + span {
  color: #ffffff;
}

/*-------------------------------------------------
  Shop Page CSS
---------------------------------------------------*/
.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: #3474d4;
  border: 1px solid #3474d4;
}
.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: #3474d4;
  border: 1px solid #3474d4;
}
.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(../../docs/images/imageBanners/banner1.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 {
  line-height: normal;
  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: #3474d4;
}
.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: #3474d4;
}

/*-----  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;
}

/*-----  Togal Sidebar  -----*/
.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;
  border-radius: 10px;
  box-shadow: 5px 5px 10px rgba(0, 0.1, 0, 0.1);
}
.ec-sidebar-wrap h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
  position: relative;
  display: block;
  color: #555;
  font-family: "Montserrat";
  font-weight: bold;
  color: #444444;
}
.ec-sidebar-wrap .h3 {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1.2px;
  margin-bottom: 10px;
  position: relative;
  display: block;
  color: #3474d4;
  font-family: "Fjalla One";
  letter-spacing: 0.4px;
}
.ec-sidebar-wrap .ec-sb-block-content {
  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 {
  margin: 1rem 0;
  position: relative;
}
.ec-sidebar-wrap
  .ec-sidebar-block
  .ec-sb-block-content
  li
  .ec-sidebar-block-item
  input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  z-index: 999;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
}
.ec-sidebar-wrap
  .ec-sidebar-block
  .ec-sb-block-content
  li
  .ec-sidebar-block-item
  .checked {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 0;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.ec-sidebar-wrap
  .ec-sidebar-block
  .ec-sb-block-content
  li
  .ec-sidebar-block-item
  .checked:after {
  left: -1px;
  top: -1px;
  width: 18px;
  height: 18px;
  border: 1px solid #3474d4;
  content: "\f00c";
  position: absolute;
  display: none;
  background: #3474d4;
  font-family: "Ecicons";
  font-size: 14px;
  color: #ffffff;
  line-height: 16px;
  text-align: center;
}
.ec-sidebar-wrap
  .ec-sidebar-block
  .ec-sb-block-content
  li
  .ec-sidebar-block-item
  .checked.grey {
  background: #aab2bd;
  -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
}
.ec-sidebar-wrap
  .ec-sidebar-block
  .ec-sb-block-content
  li
  .ec-sidebar-block-item
  .checked.white {
  background: #ffffff;
  -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
}
.ec-sidebar-wrap
  .ec-sidebar-block
  .ec-sb-block-content
  li
  .ec-sidebar-block-item
  .checked.black {
  background: #434a54;
  -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
}
.ec-sidebar-wrap
  .ec-sidebar-block
  .ec-sb-block-content
  li
  .ec-sidebar-block-item
  .checked.camel {
  background: #c19a6b;
  -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
}
.ec-sidebar-wrap
  .ec-sidebar-block
  .ec-sb-block-content
  li
  .ec-sidebar-block-item.ec-more-toggle {
  cursor: pointer;
}
.ec-sidebar-wrap .ec-sidebar-block .ec-sb-block-content li #ec-more-toggle {
  margin-left: 25px;
  display: block;
  color: #444444;
  font-size: 15px;
  margin-top: 0;
  line-height: 18px;
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: 0;
  cursor: pointer;
}
.ec-sidebar-wrap .ec-sidebar-block .ec-sb-block-content li a {
  margin-left: 30px;
  display: block;
  color: #777;
  font-size: 14px;
  margin-top: 0;
  line-height: 20px;
  font-weight: 400;
  text-transform: capitalize;
  cursor: pointer;
}
.ec-sidebar-wrap .ec-sidebar-block .ec-sb-block-content li a:hover {
  color: #3474d4;
}
.ec-sidebar-wrap
  .ec-sidebar-block
  .ec-sb-block-content
  li
  .ec-more-toggle
  .checked:after {
  left: -1px;
  top: -1px;
  width: 18px;
  height: 18px;
  border: 1px solid #3474d4;
  content: "\f067";
  position: absolute;
  display: block;
  background-color: #3474d4;
  font-family: "Ecicons";
  font-size: 12px;
  color: #ffffff;
  line-height: 18px;
  text-align: center;
}
.ec-sidebar-wrap
  .ec-sidebar-block
  .ec-sb-block-content
  li
  .ec-more-toggle.active
  .checked:after {
  content: "\f068";
}
.ec-sidebar-wrap .ec-sidebar-block .ec-sb-block-content li:hover .checked {
  color: #3474d4;
}
.ec-sidebar-wrap
  .ec-sidebar-block.ec-sidebar-block-clr
  .ec-sb-block-content
  li {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  padding: 2px;
  border-radius: 30px;
  cursor: pointer;
  margin-right: 5px;
  width: 26px;
  height: 26px;
}
.ec-sidebar-wrap
  .ec-sidebar-block.ec-sidebar-block-clr
  .ec-sb-block-content
  li:hover {
  -webkit-box-shadow: 0px 0px 5px 0px #ccc;
  box-shadow: 0px 0px 5px 0px #ccc;
}
.ec-sidebar-wrap
  .ec-sidebar-block.ec-sidebar-block-clr
  .ec-sb-block-content
  li
  span {
  width: 22px;
  height: 22px;
  display: block;
  border-radius: 30px;
}
.ec-sidebar-wrap
  .ec-sidebar-block.ec-sidebar-block-clr
  .ec-sb-block-content
  li.active {
  padding: 2px;
  border-color: #3474d4;
}
.ec-sidebar-wrap .ec-sb-block-content.es-price-slider {
  margin-bottom: 0;
  border-bottom: none;
  background: #f5f5f5;
  padding: 21px 15px 15px;
  font-family: "Montserrat";
  border: 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;
}

/*-----  No UI Target  -----*/
.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 #3474d4;
  border-radius: 50%;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.1s;
  transition: -webkit-transform 0.1s;
  transition: transform 0.1s;
  transition: transform 0.1s, -webkit-transform 0.1s;
}

.noUi-connect {
  background: #444444;
}

.noUi-base {
  background: #777777;
}

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

/*-----  Price Filter  -----*/
.ec-price-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.ec-price-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ec-price-input .ec-price-divider {
  position: relative;
  border-bottom: 1px solid #777;
  width: 10px;
  height: 1px;
  margin: 0 10px;
}

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

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

/*-----  Sidebar Block  -----*/
.ec-sidebar-block
  .ec-sb-block-content
  ul
  li
  .ec-sidebar-block-item
  input:checked
  ~ .checked::after {
  display: block;
}

.ec-sidebar-block.no-cba
  .ec-sb-block-content
  ul
  li
  .ec-sidebar-block-item
  input:checked
  ~ .checked::after {
  display: none;
}
.ec-sidebar-block.no-cba
  .ec-sb-block-content
  ul
  li
  .ec-sidebar-block-item
  .checked {
  border: 0;
}

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

/*-------------------------------------------------
  Login Page CSS
---------------------------------------------------*/
.ec-login-wrapper {
  max-width: 530px;
  margin: 0 auto 0;
}
.ec-login-wrapper .ec-login-container {
  border: 1px solid #ededed;
  padding: 34px 38px 34px;
  text-align: left;
  background-color: #fff;
}
.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: 600;
  letter-spacing: 0;
  line-height: 1;
}
.ec-login-wrapper .ec-login-container .ec-login-form input {
  background-color: transparent;
  border: 2px solid #eeeeee;
  color: #777;
  font-size: 14px;
  margin-bottom: 27px;
  padding: 0 15px;
  width: 100%;
  outline: none;
}
.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: 600;
  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;
  margin-top: 2rem;
}
.ec-login-wrapper .ec-login-container .ec-login-form .btn {
  cursor: pointer;
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
  padding: 0 15px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  outline: none;
  border-radius: 7px;
  width: 170px;
  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;
}

/*-------------------------------------------------
  Register Page CSS
---------------------------------------------------*/
.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: 0 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 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: 9px;
  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: 150px;
  margin: 26px 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;
}

/*-------------------------------------------------
  About Us Page CSS
---------------------------------------------------*/
.ec-cms-block {
  background-color: #fff;
}
.ec-cms-block .ec-cms-block-title {
  margin-bottom: 14px;
  color: #444444;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 0;
  text-align: left;
  font-family: "Montserrat";
}
.ec-cms-block p {
  font-size: 14px;
  color: #777777;
  line-height: 26px;
  font-weight: 300;
  letter-spacing: 0;
  text-align: left;
}

/*-------------------------------------------------
  Terms-Condition Page CSS
---------------------------------------------------*/
.terms_condition_page .ec-common-wrapper {
  padding: 30px;
  border: 1px solid #ededed;
  max-width: 1140px;
  margin: 0 auto;
  background-color: #fff;
}
.terms_condition_page .ec-cms-block p {
  margin-bottom: 29px;
}
.terms_condition_page .ec-cms-block p b {
  font-weight: 500;
}
.terms_condition_page .ec-cms-block:last-child p {
  margin-bottom: 0;
}

/*-------------------------------------------------
  Contact Page CSS
---------------------------------------------------*/
.ec-contact-leftside {
  max-width: 568px;
  padding-right: 15px;
  float: left;
  margin: 0 auto;
}

.ec-contact-rightside {
  max-width: calc(100% - 568px);
  padding-left: 15px;
  float: left;
  margin: 0 auto;
  width: 100%;
}

.ec-contact-container {
  padding: 30px;
  background-color: #fff;
  border: 1px solid #ededed;
  text-align: left;
}
.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: 800px;
  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: #3474d4;
  margin-right: 11px;
}

.ec_map_canvas iframe {
  overflow: hidden;
  background: none !important;
  height: 500px;
  width: 100%;
}

/*-------------------------------------------------
  FAQ Page Wrapper CSS
---------------------------------------------------*/
/*-----  FAQ Wrapper  -----*/
.ec-faq-wrapper {
  max-width: 934px;
  margin: 0 auto;
}
.ec-faq-wrapper .ec-faq-container {
  border: 1px solid #ededed;
  padding: 30px;
  background-color: #fff;
}

.ec-faq-container-1 {
  margin-bottom: -15px;
}
.ec-faq-container-1 .ec-faq-wrapper {
  margin: 0 auto;
}
.ec-faq-container-1 .ec-faq-block {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #d9d9d9;
  background-color: #fff;
}

.ec-faq-container-2 {
  margin-bottom: -15px;
}
.ec-faq-container-2 .ec-faq-wrapper {
  margin: 0 auto;
}

.ec-faq-container-3 {
  margin-bottom: -15px;
}
.ec-faq-container-3 h4.ec-faq-title {
  background-color: #3474d4;
  color: #ffffff;
}
.ec-faq-container-3 h4.ec-faq-title:after {
  color: #ffffff;
}

/*-----  FAQ Section  -----*/
h2.ec-faq-heading {
  font-size: 18px;
  font-weight: 700;
  color: #444444;
  letter-spacing: 0;
  line-height: 1;
  padding: 0;
  margin-bottom: 15px;
  margin-top: 2px;
  font-family: "Montserrat";
}

.ec-faq-block {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
  width: 100%;
  background-color: #fff;
}
.ec-faq-block:first-child .ec-faq-content {
  display: block;
  background-color: #fff;
  border-radius: 0 0 5px 5px;
}
.ec-faq-block:last-child {
  margin-bottom: 0;
}

h4.ec-faq-title {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0;
  color: #777777;
  letter-spacing: 0;
  position: relative;
  line-height: 17px;
  padding: 15px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-family: "Montserrat";
}
h4.ec-faq-title::after {
  content: "\f107";
  font-family: "EcIcons";
  cursor: pointer;
  font-size: 24px;
  color: #777777;
  font-weight: 400;
  margin-left: 15px;
}

.ec-faq-content {
  border-top: 2px solid #ededed;
  display: none;
  padding: 7px 15px 8px;
}
.ec-faq-content p {
  font-size: 14px;
  font-weight: 300;
  color: #777777;
  letter-spacing: 0.3px;
  position: relative;
  line-height: 26px;
}

/*-------------------------------------------------
  Single product Page CSS
---------------------------------------------------*/
.product_page .ec-sidebar-wrap {
  margin-bottom: 30px;
  border: 1px solid #eeeeee;
}
.product_page .ec-sidebar-wrap .ec-sidebar-block .ec-sb-block-content li {
  padding: 0;
}
.product_page
  .ec-sidebar-wrap
  .ec-sidebar-block
  .ec-sb-block-content
  li
  .ec-sidebar-sub-item
  a {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #777777;
  font-size: 14px;
  margin-top: 0;
  line-height: 20px;
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: 0;
  cursor: pointer;
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.product_page
  .ec-sidebar-wrap
  .ec-sidebar-block
  .ec-sb-block-content
  li
  .ec-sidebar-block-item {
  padding: 10px 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #777;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 1;
  cursor: pointer;
}
.product_page
  .ec-sidebar-wrap
  .ec-sidebar-block
  .ec-sb-block-content
  li
  .ec-sidebar-block-item::after {
  content: "\f067";
  font-family: "EcIcons";
  cursor: pointer;
  font-size: 10px;
  color: #777777;
  font-weight: 400;
  margin-left: 7px;
}
.product_page .ec-sidebar-wrap .ec-sidebar-block .ec-sb-block-content li li {
  padding: 0 0 6px;
}
.product_page .ec-sidebar-wrap .ec-sidebar-block .ec-sb-block-content ul ul {
  border-top: 1px solid #ededed;
  display: none;
  padding-top: 13px;
  padding-bottom: 3px;
}
.product_page
  .ec-sidebar-wrap
  .ec-sidebar-block
  .ec-sb-block-content:last-child
  li
  .ec-sidebar-block-item {
  padding-bottom: 3px;
}
.product_page .ec-sidebar-wrap .ec-sb-block-content {
  margin-bottom: 0;
  padding: 0;
  border-bottom: none;
}
.product_page .ec-sidebar-slider .ec-sb-pro-sl .ec-sb-pro-sl-item {
  background: #f7f7f7;
  padding: 15px;
  border: none;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  border: 1px solid #eeeeee;
}
.product_page
  .ec-sidebar-slider
  .ec-sb-pro-sl
  .ec-sb-pro-sl-item
  .ec-pro-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 4px;
  overflow: hidden;
  padding-left: 12px;
}
.product_page
  .ec-sidebar-slider
  .ec-sb-pro-sl
  .ec-sb-pro-sl-item
  .ec-pro-content
  .ec-pro-title
  a {
  text-decoration: none;
  color: #444444;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  font-weight: 400;
  font-family: "Poppins, sans-serif";
}
.product_page
  .ec-sidebar-slider
  .ec-sb-pro-sl
  .ec-sb-pro-sl-item
  .ec-pro-content
  .ec-pro-rating {
  margin: 4px 0 6px;
}
.product_page
  .ec-sidebar-slider
  .ec-sb-pro-sl
  .ec-sb-pro-sl-item
  .ec-pro-content
  .ec-price {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  color: #777777;
}
.product_page
  .ec-sidebar-slider
  .ec-sb-pro-sl
  .ec-sb-pro-sl-item
  .ec-pro-content
  .ec-price
  span.new-price {
  color: #555;
  font-weight: 600;
  font-size: 16px;
}
.product_page
  .ec-sidebar-slider
  .ec-sb-pro-sl
  .ec-sb-pro-sl-item
  .ec-pro-content
  .ec-price
  span.old-price {
  font-size: 13px;
  margin-right: 15px;
  text-decoration: line-through;
  color: #777777;
  line-height: 14px;
}
.product_page
  .ec-sidebar-slider
  .ec-sb-pro-sl
  .ec-sb-pro-sl-item
  .sidekka_pro_img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 36%;
  flex: 0 0 36%;
}
.product_page
  .ec-sidebar-slider
  .ec-sb-pro-sl
  .ec-sb-pro-sl-item
  .sidekka_pro_img
  img {
  max-width: 100%;
}
.product_page .ec-sb-slider-title {
  font-family: "Montserrat";
  text-decoration: none;
  color: #212121;
  display: block;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  font-weight: 700;
  padding-bottom: 15px;
}
.product_page .ec-page-content {
  margin-bottom: 0;
}

/*-----  Sidebar Slider  -----*/
.ec-sidebar-slider .slick-arrow {
  top: -36px;
  border: 1px solid #dedede;
  border-radius: 100%;
  width: 20px;
  height: 20px;
}
.ec-sidebar-slider .slick-arrow:hover {
  border-color: #3474d4;
}
.ec-sidebar-slider .slick-arrow:before {
  height: 20px;
  font-size: 16px;
  line-height: 19px;
}
.ec-sidebar-slider .slick-arrow.slick-next {
  right: 0;
  left: auto;
}
.ec-sidebar-slider .slick-arrow.slick-prev {
  right: 28px;
  left: auto;
}

/*-----  Single Product  -----*/
.single-pro-img {
  position: relative;
  width: 30rem;
}
.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: 40%;
}

.single-pro-desc-no-sidebar {
  width: 60%;
}

.space-6 > div {
  margin-top: 30px;
}
.space-6 > div:nth-child(-n + 2) {
  margin-top: 0;
}

.single-product-cover {
  overflow: hidden;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.single-slide.zoom-image-hover {
  border: 1px solid #eeeeee !important;
}

.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: #3474d4;
}
.single-nav-thumb .slick-slide.slick-current.slick-active img {
  border-color: #3474d4;
}
.single-nav-thumb .slick-arrow {
  top: 42%;
}

.single-pro-content .ec-single-title {
  color: #444444;
  font-size: 25px;
  text-transform: capitalize;
  margin: 10px 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;
  word-break: break-word;
}
.single-pro-content p span {
  font-weight: 400;
}
.single-pro-content .single-para {
  font-weight: 400;
  color: #444444;
  line-height: 26px;
}
.single-pro-content .ec-single-rating-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 14px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.single-pro-content .ec-single-rating-wrap i.ecicon {
  margin-right: 2px;
  line-height: 20px;
  font-size: 16px;
  float: unset;
}
.single-pro-content .ec-single-rating-wrap .ec-read-review a {
  color: #444444;
  text-decoration: underline;
  font-size: 14px;
  line-height: 20px;
}
.single-pro-content .ec-single-rating-wrap .ec-read-review a:hover {
  color: #3474d4;
}
.single-pro-content .ec-single-rating {
  padding-right: 15px;
  border-right: 1px solid #eeeeee;
  margin-right: 15px;
  line-height: 17px;
}
.single-pro-content .ec-read-review {
  line-height: 17px;
  margin-left: 2rem;
}
.single-pro-content .ec-single-desc {
  margin-bottom: 12px;
  height: 18rem;
  color: #333;
  font-size: 16px;
  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: #3474d4;
  padding: 0 3px;
  margin: 0 6px;
}
.single-pro-content .ec-single-sales .ec-single-sales-progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 20px;
}
.single-pro-content
  .ec-single-sales
  .ec-single-sales-progress
  .ec-single-progressbar {
  position: relative;
  border: 3px solid #edecff;
  width: 100%;
  border-radius: 6px;
}
.single-pro-content
  .ec-single-sales
  .ec-single-sales-progress
  .ec-single-progressbar:before {
  position: absolute;
  border: 3px solid #555;
  width: 50%;
  border-radius: 6px;
  top: -3px;
  left: -3px;
  right: auto;
  content: "";
}
.single-pro-content .ec-single-sales .ec-single-progress-desc {
  font-size: 12px;
  color: #444444;
  font-weight: 500;
  letter-spacing: 0.1px;
  margin-bottom: 4px;
}
.single-pro-content .ec-single-sales .ec-single-sales-countdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.single-pro-content
  .ec-single-sales
  .ec-single-sales-countdown
  .ec-single-countdown {
  margin-right: 32px;
}
.single-pro-content .ec-single-sales .ec-single-count-desc {
  font-size: 14px;
  font-weight: 700;
  position: relative;
  display: block;
  color: #777;
  letter-spacing: 0.3px;
  line-height: 17px;
}
.single-pro-content .ec-single-price-stoke {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eeeeee;
}
.single-pro-content .ec-single-price-stoke > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.single-pro-content .ec-single-price-stoke .ec-single-ps-title {
  line-height: 1;
  font-size: 1rem;
  font-weight: 700;
  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: red;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.2;
  font-family: "Montserrat";
  letter-spacing: 0;
}
.single-pro-content .ec-pro-variation {
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #eeeeee;
}
.single-pro-content .ec-pro-variation .ec-pro-variation-inner {
  font-size: 16px;
  font-weight: 600;
  color: #212121;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.single-pro-content .ec-pro-variation .ec-pro-variation-inner > span {
  margin: 0 0 10px;
  color: #202020;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.1;
  letter-spacing: 0.04rem;
  text-transform: uppercase;
  font-family: "Montserrat";
}
.single-pro-content
  .ec-pro-variation
  .ec-pro-variation-inner
  .ec-pro-variation-content
  li {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background-color: #f5f5f5;
  color: #777777;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 12px;
  line-height: 22px;
  padding: 0;
  border: 1px solid #eeeeee;
  float: left;
  margin-right: 10px;
  border-radius: 0;
}
.single-pro-content
  .ec-pro-variation
  .ec-pro-variation-inner.ec-pro-variation-color
  .ec-pro-variation-content
  li {
  padding: 2px;
  border-radius: 30px;
  opacity: 0.7;
  background-color: transparent;
}
.single-pro-content
  .ec-pro-variation
  .ec-pro-variation-inner.ec-pro-variation-color
  .ec-pro-variation-content
  li
  span {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 30px;
}
.single-pro-content
  .ec-pro-variation
  .ec-pro-variation-inner.ec-pro-variation-color
  .ec-pro-variation-content
  .active {
  border: 1px solid #444444;
}
.single-pro-content .ec-single-qty {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eeeeee;
}
.single-pro-content .ec-single-qty .qty-plus-minus {
  border: 1px solid #eeeeee;
  display: inline-block;
  height: 40px;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 0;
}
.single-pro-content .ec-single-qty .qty-plus-minus .ec_qtybtn {
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  cursor: pointer;
  font-size: 22px;
  color: #777777;
}
.single-pro-content .ec-single-qty .qty-plus-minus input.qty-input {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  color: #444444;
  float: left;
  font-size: 15px;
  height: auto;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 40px;
  outline: none;
  font-weight: 700;
}
.single-pro-content .ec-single-qty .qty-plus-minus .dec.ec_qtybtn {
  border-right: 1px solid #eeeeee;
}
.single-pro-content .ec-single-qty .qty-plus-minus .inc.ec_qtybtn {
  border-left: 1px solid #eeeeee;
}
.single-pro-content .ec-single-qty .ec-single-cart .btn {
    color: #ffffff;
    background: #f1a744;
    border-radius: 5px !important;
  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 {
    border-radius: 5px !important;
  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;
  display: flex;
    justify-content: center;
    align-items: center;
}
.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: #2b3684;
  border-color: #2b3684;
}
.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;
  transform: translateY(-1px)
}

.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;
   border: 1px solid #eeeeee;
    border-radius: 10px;
    box-shadow: 5px 5px 10px rgba(0, 0.1, 0, 0.1);
    padding: 20px;
}

.ec-single-pro-tab-nav {
  border-bottom: none;
  position: relative;
  display: block;
  margin: auto;
  text-align: center;
  width: 100%;
  float: left;
  margin-bottom: -1px;
}
.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: 20px;
  color: #444444;
  padding: 10px 24px;
  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: #3474d4;*/
/*  border: 1px solid #3474d4;*/
/*}*/
.ec-single-pro-tab-nav .nav-tabs .nav-link.active {
  color: #c00;
  /*background-color: #f1a744;*/
  /*border: 1px solid #f1a744;*/
}
.ec-single-pro-tab-nav li {
  display: inline-block;
  float: left;
  margin-right: 2px;
}

.tab-pane p {
  color: #000;
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
}

.ec-single-pro-tab-content {
  overflow: hidden;
  background-color: #fff;
  text-align: left;
  padding: 19px 4px 21px 4px;
  border-top: 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: 16px;
  letter-spacing: 0;
  color: #000;
  line-height: 25px;
}
.ec-single-pro-tab-content .ec-single-pro-tab-desc ol {
  padding-left: 24px;
}
.ec-single-pro-tab-content .ec-single-pro-tab-desc ol li {
  list-style: outside;
  margin-bottom: 4px;
  color: #777;
}
.ec-single-pro-tab-content .ec-single-pro-tab-desc ul {
  padding-left: 24px;
}
.ec-single-pro-tab-content .ec-single-pro-tab-desc ul li {
  font-size: 15px;
  list-style: outside;
  margin-bottom: 4px;
  color: #777;
}
.ec-single-pro-tab-content .ec-single-pro-tab-moreinfo p {
  color: #777;
  font-family: "Montserrat";
  font-size: 15px;
  font-weight: 500;
}
.ec-single-pro-tab-content .ec-single-pro-tab-moreinfo ol {
  padding-left: 24px;
}
.ec-single-pro-tab-content .ec-single-pro-tab-moreinfo ol li {
  list-style: outside;
  margin-bottom: 4px;
  color: #777;
}
.ec-single-pro-tab-content .ec-single-pro-tab-moreinfo ul {
  padding-left: 24px;
}
.ec-single-pro-tab-content .ec-single-pro-tab-moreinfo ul li {
  margin-bottom: 4px;
  font-size: 15px;
  list-style: outside;
  color: #777;
}
.ec-single-pro-tab-content .ec-single-pro-tab-moreinfo li span {
  margin: 0 25px 0 0;
  min-width: 150px;
  font-size: 15px;
  color: #000000;
  display: inline-block;
  font-weight: 600;
  color: #777;
}
.ec-single-pro-tab-content .ec-t-review-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #eeeeee;
}
.ec-single-pro-tab-content .ec-t-review-item p {
  color: #777;
}
.ec-single-pro-tab-content .ec-t-review-item .ec-t-review-avtar {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 90px;
  flex: 0 0 90px;
  margin: 0 15px 0 0;
}
.ec-single-pro-tab-content .ec-t-review-item .ec-t-review-avtar img {
  max-width: 100%;
}
.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;
}

/*-----  Video Player on Product page  -----*/
#ec_product_player_modal .ec-product-player {
  padding: 15px 15px 7px 15px !important;
}
#ec_product_player_modal .ec-player-wrapper video {
  width: 100%;
}
#ec_product_player_modal .qty_close {
  height: 35px;
  margin-bottom: 15px;
  line-height: 35px;
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 15px;
  opacity: 0.5;
  z-index: 2;
}
#ec_product_player_modal .qty_close:hover {
  opacity: 1;
}

/*-----  Product 360 Modal  -----*/
#ec_360_view_modal .modal-dialog {
  width: auto;
  max-width: 800px;
  margin: auto;
}

.ec-360-panel {
  position: relative;
}
.ec-360-panel .qty_close {
  height: 30px;
  width: 30px;
  position: absolute;
  right: 15px;
  top: 15px;
  margin-left: 5px;
  padding: 0;
  line-height: 30px;
  background-color: #555;
  opacity: 0.6;
  z-index: 1;
  font-size: 23px;
  color: #fff;
  border-radius: 30px;
}
.ec-360-panel .qty_close:hover {
  opacity: 1;
}
.ec-360-panel .ec-tool-play {
  position: absolute;
  right: 15px;
  bottom: 15px;
}
.ec-360-panel .ec-tool-play a {
  height: 30px;
  width: 30px;
  margin-left: 5px;
  padding: 0;
  line-height: 29px;
  background-color: #555;
  opacity: 0.6;
  border-radius: 30px;
}
.ec-360-panel .ec-tool-play a:hover {
  opacity: 1;
}
.ec-360-panel .ec-tool-play a i {
  color: #ffffff;
  font-size: 11px;
}
.ec-360-panel .ec-tool-play a .svg_img {
  width: 13px;
  height: 13px;
  fill: #ffffff;
}

.ec-product-360 .ec-circlr {
  max-width: 760px;
  cursor: move;
  margin: 0 auto 0 auto;
  min-height: 100px;
  position: relative;
  border: 1px solid #f1f1f1;
}
.ec-product-360 .ec-circlr .ec-img-loader {
  background: url(../images/common/loader.html) center center no-repeat;
  bottom: 0;
  display: none;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.ec-product-360 .space-b-15 {
  margin-bottom: 30px;
}
.ec-product-360 .ec-tool-box-sec {
  max-width: 740px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.ec-product-360 .ec-tool-box-sec .ec-tool-box {
  width: 165px;
  text-align: center;
}
.ec-product-360 .ec-tool-box-sec .ec-tool-box h4 {
  font-size: 14px;
  color: #777;
  font-weight: 700;
  text-transform: uppercase;
}
.ec-product-360 .ec-tool-box-sec .ec-tool-box-2 {
  max-width: 740px;
  text-align: center;
}
.ec-product-360 .ec-tool-box-sec .ec-tool-box-2 h4 {
  font-size: 14px;
  color: #777;
  font-weight: 700;
  text-transform: uppercase;
}
.ec-product-360 .ec-tool-box-sec .ec-tool-box-2 a {
  height: 30px;
  width: 30px;
  margin-left: 5px;
  margin-top: 8px;
  padding: 0;
  line-height: 29px;
  background-color: #555;
  opacity: 0.6;
  color: #fff;
}
.ec-product-360 .ec-tool-box-sec .ec-tool-box-2 a:hover {
  opacity: 1;
}
.ec-product-360 .ec-switch {
  width: 40px;
  height: 20px;
  margin: 0;
  position: relative;
  display: inline-block;
}
.ec-product-360 .ec-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.ec-product-360 .ec-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.ec-product-360 .ec-slider:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.ec-product-360 input:checked + .ec-slider {
  background-color: #3474d4;
}
.ec-product-360 input:checked + .ec-slider:before {
  -webkit-transform: translateX(18px);
  transform: translateX(18px);
}
.ec-product-360 input:focus + .ec-slider {
  -webkit-box-shadow: 0 0 1px #2196f3;
  box-shadow: 0 0 1px #2196f3;
}
.ec-product-360 .ec-slider.round {
  border-radius: 34px;
}
.ec-product-360 .ec-slider.round:before {
  border-radius: 50%;
}

/*-------------------------------------------------
  Blog Page CSS
---------------------------------------------------*/
.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;
  border: 0px solid #eeeeee;
    border-radius: 10px;
    padding: 10px;
}
.ec-blog-inner .ec-blog-image {
  margin-bottom: 15px;
  overflow: hidden;
  border: 0px solid #fff;
}
.ec-blog-inner .ec-blog-image :hover {
  margin-bottom: 15px;
  overflow: hidden;
  border: 2px solid #fff;
}
.ec-blog-inner .ec-blog-title {
  margin: 0 0 3px;
}
.ec-blog-inner .ec-blog-title a {
color: #555;
    /* height: 3.5rem; */
    font-size: 14px;
    margin: 0 auto;
    text-decoration: none;
    /* white-space: nowrap; */
    overflow: hidden;
    /* text-overflow: ellipsis; */
    display: block;
    font-family: "Montserrat";
    font-weight: 600;
    line-height: 23px;
    letter-spacing: 0;
    text-transform: capitalize;
}
.ec-blog-inner .ec-blog-title a:hover {
  color: #3474d4;
}
.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;
  height: 6rem;
  overflow: hidden;
  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;
  margin-bottom: 2rem;
}
.ec-blog-main-img img {
  overflow: hidden;
}

.ec-blog-date {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: flex;
  justify-content: flex-start;
  padding: 5px 5rem 5px 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: 17px;
  line-height: 26px;
  color: #000;
}
.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-blog-cmt-form
  .ec-blog-reply-wrapper
  .ec-blog-form
  .ec-leave-form
  input::-webkit-input-placeholder,
.ec-blog-cmt-form
  .ec-blog-reply-wrapper
  .ec-blog-form
  .ec-text-leave
  input::-webkit-input-placeholder {
  color: #777;
}
.ec-blog-cmt-form
  .ec-blog-reply-wrapper
  .ec-blog-form
  .ec-leave-form
  input::-moz-placeholder,
.ec-blog-cmt-form
  .ec-blog-reply-wrapper
  .ec-blog-form
  .ec-text-leave
  input::-moz-placeholder {
  color: #777;
}
.ec-blog-cmt-form
  .ec-blog-reply-wrapper
  .ec-blog-form
  .ec-leave-form
  input:-ms-input-placeholder,
.ec-blog-cmt-form
  .ec-blog-reply-wrapper
  .ec-blog-form
  .ec-text-leave
  input:-ms-input-placeholder {
  color: #777;
}
.ec-blog-cmt-form
  .ec-blog-reply-wrapper
  .ec-blog-form
  .ec-leave-form
  input::-ms-input-placeholder,
.ec-blog-cmt-form
  .ec-blog-reply-wrapper
  .ec-blog-form
  .ec-text-leave
  input::-ms-input-placeholder {
  color: #777;
}
.ec-blog-cmt-form
  .ec-blog-reply-wrapper
  .ec-blog-form
  .ec-leave-form
  input::placeholder,
.ec-blog-cmt-form
  .ec-blog-reply-wrapper
  .ec-blog-form
  .ec-text-leave
  input::placeholder {
  color: #777;
}
.ec-blog-cmt-form
  .ec-blog-reply-wrapper
  .ec-blog-form
  .ec-leave-form
  input::-ms-input-placeholder,
.ec-blog-cmt-form
  .ec-blog-reply-wrapper
  .ec-blog-form
  .ec-text-leave
  input::-ms-input-placeholder {
  color: #777;
}
.ec-blog-cmt-form .ec-blog-reply-wrapper .ec-blog-form .ec-leave-form textarea,
.ec-blog-cmt-form .ec-blog-reply-wrapper .ec-blog-form .ec-text-leave textarea {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #d9d9d9;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #777;
  height: 250px;
  margin-bottom: 20px;
  padding: 20px 20px 0 20px;
  font-size: 14px;
}
.ec-blog-cmt-form
  .ec-blog-reply-wrapper
  .ec-blog-form
  .ec-leave-form
  textarea::-webkit-input-placeholder,
.ec-blog-cmt-form
  .ec-blog-reply-wrapper
  .ec-blog-form
  .ec-text-leave
  textarea::-webkit-input-placeholder {
  color: #777;
}
.ec-blog-cmt-form
  .ec-blog-reply-wrapper
  .ec-blog-form
  .ec-leave-form
  textarea::-moz-placeholder,
.ec-blog-cmt-form
  .ec-blog-reply-wrapper
  .ec-blog-form
  .ec-text-leave
  textarea::-moz-placeholder {
  color: #777;
}
.ec-blog-cmt-form
  .ec-blog-reply-wrapper
  .ec-blog-form
  .ec-leave-form
  textarea:-ms-input-placeholder,
.ec-blog-cmt-form
  .ec-blog-reply-wrapper
  .ec-blog-form
  .ec-text-leave
  textarea:-ms-input-placeholder {
  color: #777;
}
.ec-blog-cmt-form
  .ec-blog-reply-wrapper
  .ec-blog-form
  .ec-leave-form
  textarea::-ms-input-placeholder,
.ec-blog-cmt-form
  .ec-blog-reply-wrapper
  .ec-blog-form
  .ec-text-leave
  textarea::-ms-input-placeholder {
  color: #777;
}
.ec-blog-cmt-form
  .ec-blog-reply-wrapper
  .ec-blog-form
  .ec-leave-form
  textarea::placeholder,
.ec-blog-cmt-form
  .ec-blog-reply-wrapper
  .ec-blog-form
  .ec-text-leave
  textarea::placeholder {
  color: #777;
}
.ec-blog-cmt-form
  .ec-blog-reply-wrapper
  .ec-blog-form
  .ec-leave-form
  textarea::-ms-input-placeholder,
.ec-blog-cmt-form
  .ec-blog-reply-wrapper
  .ec-blog-form
  .ec-text-leave
  textarea::-ms-input-placeholder {
  color: #777;
}

/*-------------------------------------------------
  Cart Page CSS
---------------------------------------------------*/
.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 #ebebeb;
  width: 100%;
  background-color: #fff;
  overflow: hidden;
  border: 1px solid #eeeeee;
    border-radius: 10px;
    box-shadow: 5px 5px 10px rgba(0.3, 0.3, 0.3, 0.3);
}
.ec-cart-content .table-content table thead > tr {
  background-color: #ffffff;
  border: 1px solid #ebebeb;
}
.ec-cart-content .table-content table thead > tr > th {
  border-top: medium none;
  color: #444444;
  font-size: 15px;
  font-weight: 500;
  padding: 15px 14px 12px;
  text-align: left;
  text-transform: capitalize;
  vertical-align: middle;
  white-space: nowrap;
  line-height: 1;
  letter-spacing: 0;
  font-weight:bold;
}
.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: left;
}
.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;
  padding: 0;
  position: relative;
  width: 84px;
  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: #444444;
  font-weight: 400;
  text-decoration: none;
  font-size: 14px;
  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: 500;
  font-size: 15px;
}
.ec-cart-content .table-content table tbody > tr td.ec-cart-pro-price {
  color: #555;
  font-weight: 500;
  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: 22px;
  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: 15px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0.8px;
}
.ec-cart-update-bottom .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  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: 16px;
  font-weight: 500;
}
.ec-cart-summary-bottom .ec-cart-summary .ec-cart-summary-total .text-right {
  font-size: 16px;
  font-weight: 500;
}

.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;
}

/*-------------------------------------------------
  Compare Page CSS
---------------------------------------------------*/
.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: 0px;
  left: auto;
  right: 0px;
  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: #3474d4;
}
.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: #3474d4;
  letter-spacing: 0;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 5px;
}

/*-------------------------------------------------
  Track Order Page CSS
---------------------------------------------------*/
.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: #3474d4;
  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: #3474d4;
  font-family: "EcIcons";
  content: "\f00c";
  z-index: 2;
}
#ec-progressbar li.active .ec-progressbar-track:after {
  background: #3474d4;
}
#ec-progressbar .step0 .ec-progressbar-track:before {
  font-family: "EcIcons";
  content: "\f10c";
}

/*-------------------------------------------------
  Checkout Page CSS
---------------------------------------------------*/
.checkout_page .ec-checkout-wrap {
  padding: 30px;
  border: 1px solid #ededed;
  background-color: #fff;
}
.checkout_page .ec-checkout-wrap h3 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
  margin-bottom: 25px;
  position: relative;
  display: block;
  color: #444444;
  font-family: "Montserrat";
  line-height: 1;
}
.checkout_page .ec-checkout-wrap .ec-check-login h3 {
  margin-bottom: 22px;
}
.checkout_page .ec-checkout-wrap .ec-check-bill h3 {
  margin-bottom: 26px;
  line-height: 1.2;
}
.checkout_page .ec-checkout-wrap .ec-check-bill .ec-check-subtitle {
  margin-bottom: 10px;
}
.checkout_page [type="radio"]:checked {
  position: absolute;
  left: -9999px;
}
.checkout_page [type="radio"]:checked + label {
  position: relative;
  padding-left: 26px;
  cursor: pointer;
  line-height: 16px;
  display: inline-block;
  color: #777777;
  letter-spacing: 0;
}
.checkout_page [type="radio"]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #ffffff;
  border: 1px solid #3474d4;
}
.checkout_page [type="radio"]:checked + label:after {
  content: "";
  width: 8px;
  height: 8px;
  background: #3474d4;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.checkout_page [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.checkout_page [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 26px;
  cursor: pointer;
  line-height: 16px;
  display: inline-block;
  color: #777777;
  letter-spacing: 0;
}
.checkout_page [type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #ffffff;
}
.checkout_page [type="radio"]:not(:checked) + label:after {
  content: "";
  width: 8px;
  height: 8px;
  background: #3474d4;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.checkout_page .ec-sidebar-wrap {
  border: 1px solid #ededed;
  margin-bottom: 30px;
}
.checkout_page .ec-sidebar-wrap:last-child {
  margin-bottom: 0;
}
.checkout_page .ec-sidebar-wrap .ec-sb-block-content {
  margin-bottom: 0;
  border-bottom: none;
}
.checkout_page .ec-checkout-pay-wrap [type="radio"]:checked + label {
  margin-bottom: 30px;
}
.checkout_page .ec-checkout-pay-wrap [type="radio"]:not(:checked) + label {
  margin-bottom: 6px;
}
.checkout_page .ec-new-product {
  margin-top: 2px;
}

.ec-check-subtitle {
  margin-bottom: 14px;
  color: #444444;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}

.ec-checkout-block.ec-check-new {
  margin-bottom: 30px;
}

.ec-new-option span {
  margin-right: 45px;
}

.ec-new-desc {
  position: relative;
  line-height: 24px;
  color: #777;
  letter-spacing: 0;
  max-width: 64%;
}

.ec-new-btn {
  margin-top: 26px;
}
.ec-new-btn a {
  height: 40px;
  text-transform: uppercase;
  font-size: 16px;
  min-width: 150px;
  line-height: 40px;
  letter-spacing: 0;
}

.ec-check-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-check-login-form label {
  margin-bottom: 11px;
  color: #444444;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}
.ec-check-login-form input {
  background-color: transparent;
  border: 1px solid #ededed;
  color: #444444;
  font-size: 14px;
  margin-bottom: 16px;
  padding: 0 15px;
  width: 100%;
  outline: none;
}
.ec-check-login-form .ec-check-login-fp {
  color: #444444;
  font-weight: 600;
  letter-spacing: 0.8px;
  text-decoration: underline;
  font-size: 15px;
  line-height: 24px;
}
.ec-check-login-form .ec-check-login-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 14px;
}
.ec-check-login-form .ec-check-login-btn .btn {
  height: 40px;
  text-transform: uppercase;
  font-size: 16px;
  min-width: 150px;
  line-height: 40px;
  letter-spacing: 0;
  cursor: pointer;
  padding: 0 15px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  outline: none;
  border-radius: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 20px;
}

.ec-check-bill-form {
  margin-bottom: 2px;
}

.ec-bill-option {
  margin-bottom: 32px;
  display: block;
}
.ec-bill-option span {
  margin-right: 45px;
}

.padding-bottom-3 {
  padding-bottom: 3px !important;
}

/*-----  Checkout Page CSS  ------*/
.ec-checkout-wrap .ec-check-bill-form .ec-bill-wrap {
  width: 100%;
  padding: 0 15px;
}
.ec-checkout-wrap .ec-check-bill-form .ec-bill-wrap.ec-bill-half {
  width: 50%;
}
.ec-checkout-wrap .ec-check-bill-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0 -15px;
}
.ec-checkout-wrap .ec-check-bill-form label {
  margin-bottom: 7px;
  color: #444444;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  font-weight: bold;
}

.ec-checkout-title{
    font-weight: bold;
    color: #444444;
}
.ec-checkout-wrap .ec-check-bill-form input {
  background-color: transparent;
  border: 1px solid #ededed;
  color: #444444;
  font-size: 14px;
  margin-bottom: 26px;
  padding: 0 15px;
  width: 100%;
  outline: none;
  border-radius: 10px;
}
.ec-checkout-wrap .ec-check-bill-form .ec-bill-fp label {
  margin-bottom: 0;
}
.ec-checkout-wrap .ec-check-bill-form .ec-bill-fp label a {
  color: #444444;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0px;
}
.ec-checkout-wrap .ec-check-bill-form .ec-bl-select-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  border-radius: 0;
  border: 1px solid #ededed;
  font-size: 14px;
  padding: 0;
  margin-bottom: 27px;
}
.ec-checkout-wrap .ec-check-bill-form .ec-bl-select-inner select {
  padding: 0 15px;
}
.ec-checkout-wrap .ec-check-bill-form .ec-bl-select-inner::after {
  content: "\f107";
  position: absolute;
  font-family: "EcIcons";
  top: 0;
  right: 0;
  padding: 0 10px;
  cursor: pointer;
  pointer-events: none;
  font-size: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  line-height: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #777777;
}

.ec-checkout-content .ec-check-order-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0;
}
.ec-checkout-content .ec-check-order-btn .btn {
  color: #ffffff;
  background: #f1a744;
  border-radius: 5px !important;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  font-size: 16px;
  line-height: 1;
  padding: 0 5px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  outline: none;
  border-radius: 0px;
  width: 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;
  letter-spacing: 0;
}

.ec-checkout-summary > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}
.ec-checkout-summary .text-left {
  color: #444444;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0;
}
.ec-checkout-summary .text-right {
  color: #555;
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
}
.ec-checkout-summary .text-right a {
  color: #eb2629;
  font-weight: 500;
  font-size: 14px;
}
.ec-checkout-summary .ec-checkout-summary-total {
  border-top: 1px solid #ededed;
  padding-top: 19px;
  margin-bottom: 0;
  margin-top: 16px;
}
.ec-checkout-summary .ec-checkout-summary-total .text-left {
  font-size: 16px;
  font-weight: 700;
  font-family: "Montserrat";
}
.ec-checkout-summary .ec-checkout-summary-total .text-right {
  font-size: 16px;
  font-weight: 700;
  font-family: "Montserrat";
}

/*-----  Sidebar Page CSS  ------*/
.ec-sidebar-wrap .ec-sidebar-block {
  padding: 15px;
  
}
.ec-sidebar-wrap .ec-sidebar-block .ec-checkout-pro {
  margin-top: 34px;
}
.ec-sidebar-wrap .ec-sidebar-block .ec-sb-block-content .ec-checkout-pro li {
  padding: 1px;
}
.ec-sidebar-wrap .ec-sidebar-block .ec-sb-block-content .ec-checkout-pro li a {
  margin: 0 auto;
  display: block;
  color: #777777;
  font-size: 12px;
  margin-top: 0;
  line-height: 18px;
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: 0;
  cursor: pointer;
}
.ec-sidebar-wrap
  .ec-sidebar-block
  .ec-sb-block-content
  .ec-checkout-pro
  .ec-pro-size
  li
  a {
  pointer-events: none;
  width: 18px;
  height: 18px;
  cursor: pointer;
  background-color: #dddddd;
  color: #777777;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 12px;
  line-height: 18px;
  padding-top: 2px;
}
.ec-sidebar-wrap
  .ec-sidebar-block
  .ec-sb-block-content
  .ec-checkout-pro
  .ec-pro-size
  li.active
  a {
  background-color: #555;
  color: #ffffff;
}
.ec-sidebar-wrap
  .ec-sidebar-block
  .ec-sb-block-content
  .ec-checkout-pro
  .ec-pro-option {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.ec-sidebar-wrap
  .ec-sidebar-block
  .ec-sb-block-content
  .ec-checkout-pro
  .ec-product-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ec-sidebar-wrap
  .ec-sidebar-block
  .ec-sb-block-content
  .ec-checkout-pro
  .ec-product-inner
  .ec-pro-content {
  width: calc(100% - 143px);
  padding: 0;
}
.ec-sidebar-wrap
  .ec-sidebar-block
  .ec-sb-block-content
  .ec-checkout-pro
  .ec-product-inner
  .ec-pro-image-outer {
  width: 128px;
  margin-right: 15px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ec-sidebar-wrap
  .ec-sidebar-block
  .ec-sb-block-content
  .ec-checkout-pro
  .ec-product-inner
  .ec-pro-color {
  margin-bottom: 8px;
}
.ec-sidebar-wrap .ec-sidebar-block .ec-sb-block-content .ec-del-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ec-sidebar-wrap .ec-sidebar-block .ec-sb-block-content .ec-del-option > * {
  width: 50%;
}
.ec-sidebar-wrap .ec-sidebar-block .ec-sb-block-content .ec-del-opt-head {
  color: #444444;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 10px;
  display: block;
}
.ec-sidebar-wrap .ec-sidebar-block .ec-sb-block-content .ec-del-desc {
  color: #777;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 15px;
  display: block;
  letter-spacing: 0;
}
.ec-sidebar-wrap .ec-sidebar-block .ec-sb-block-content .ec-pay-opt-head {
  color: #444444;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 6px;
  display: block;
}
.ec-sidebar-wrap .ec-sidebar-block .ec-sb-block-content .ec-pay-desc {
  color: #777;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 15px;
  display: block;
  letter-spacing: 0;
}

.ec-product-inner .ec-pro-content .ec-price:not(:last-child) {
  margin-bottom: 15px;
}

.ec-sidebar-wrap.ec-checkout-del-wrap h3 {
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 0;
  margin-bottom: 13px;
}
.ec-sidebar-wrap.ec-checkout-del-wrap .ec-del-commemt {
  margin-top: 12px;
  display: block;
}
.ec-sidebar-wrap.ec-checkout-del-wrap .ec-del-commemt .ec-del-opt-head {
  margin-bottom: 8px;
}
.ec-sidebar-wrap.ec-checkout-del-wrap textarea {
  background: transparent;
  border: 1px solid #ededed;
  color: #444444;
  height: 100px;
  padding: 10px 15px;
  margin-bottom: 0;
  width: 100%;
  outline: none;
  font-size: 14px;
  display: block;
}

.ec-sidebar-wrap.ec-checkout-pay-wrap h3 {
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 0;
  margin-bottom: 8px;
}
.ec-sidebar-wrap.ec-checkout-pay-wrap textarea {
  background: transparent;
  border: 1px solid #ededed;
  color: #444444;
  height: 110px;
  padding: 10px 15px;
  margin-bottom: 0;
  width: 100%;
  outline: none;
  font-size: 14px;
  display: block;
}
.ec-sidebar-wrap.ec-checkout-pay-wrap .ec-pay-commemt .ec-pay-opt-head {
  margin-bottom: 8px;
}
.ec-sidebar-wrap.ec-checkout-pay-wrap .ec-pay-agree {
  position: relative;
  display: block;
  margin-top: 20px;
}
.ec-sidebar-wrap.ec-checkout-pay-wrap .ec-pay-agree input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  z-index: 999;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
}
.ec-sidebar-wrap.ec-checkout-pay-wrap
  .ec-pay-agree
  input:checked
  ~ .checked::after {
  display: block;
}
.ec-sidebar-wrap.ec-checkout-pay-wrap .ec-pay-agree a {
  margin-left: 27px;
  display: block;
  color: #777777;
  font-size: 14px;
  margin-top: 0;
  line-height: 18px;
  font-weight: 300;
  letter-spacing: 0;
  cursor: pointer;
}
.ec-sidebar-wrap.ec-checkout-pay-wrap .ec-pay-agree a span {
  font-weight: 500;
  color: #444444;
}
.ec-sidebar-wrap.ec-checkout-pay-wrap .ec-pay-agree .checked {
  position: absolute;
  top: -2px;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #ffffff;
  border: 1px solid #444444;
  border-radius: 4px;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.ec-sidebar-wrap.ec-checkout-pay-wrap .ec-pay-agree .checked:after {
  left: -1px;
  top: -1px;
  width: 15px;
  height: 15px;
  border: 1px solid #3474d4;
  content: "\f00c";
  position: absolute;
  display: none;
  font-family: "EcIcons";
  font-size: 9px;
  color: #3474d4;
  line-height: 14px;
  text-align: center;
  border-radius: 4px;
}

.ec-sidebar-wrap.ec-check-pay-img-wrap h3 {
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 0;
  margin-bottom: 24px;
}

.ec-check-pay-img-wrap .ec-check-pay-img-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 55%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ec-check-pay-img-wrap .ec-check-pay-img {
  margin-bottom: 18px;
  margin-right: 5px;
}
.ec-check-pay-img-wrap .ec-check-pay-img:last-child {
  margin-bottom: 0;
  margin-top: 12px;
}

/*-----  Checkout Summary CSS  ------*/
.ec-checkout-summary .ec-checkout-coupan-content {
  display: none;
  margin-bottom: 0;
}

.ec-checkout-coupan-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #ededed;
  padding: 5px;
  border-radius: 5px;
}
.ec-checkout-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-checkout-coupan-form .ec-coupan-btn {
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  padding: 0 15px;
  width: 8.5rem;
  color: #ffffff;
  background: #f1a744;
  border-radius: 5px !important;
}

/*-------------------------------------------------
  Element Tab Wrapper CSS
---------------------------------------------------*/
.ec-tab-wrapper-1 .ec-single-pro-tab-content .ec-single-pro-tab-desc p,
.ec-tab-wrapper-2 .ec-single-pro-tab-content .ec-single-pro-tab-desc p,
.ec-tab-wrapper-3 .ec-single-pro-tab-content .ec-single-pro-tab-desc p,
.ec-tab-wrapper-4 .ec-single-pro-tab-content .ec-single-pro-tab-desc p {
  margin: 0;
  font-family: "Montserrat";
  font-size: 15px;
  font-weight: 500;
}

.ec-tab-wrapper-2 .ec-single-pro-tab-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ec-tab-wrapper-3 .ec-single-pro-tab-content {
  padding: 30px;
}
.ec-tab-wrapper-3 .ec-single-pro-tab-nav {
  margin-bottom: -1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.ec-tab-wrapper-3 .ec-single-pro-tab-nav .nav-tabs .nav-link.active {
  background-color: transparent;
  color: #777;
  border-color: #ebebeb;
  border-bottom: none;
}

.ec-tab-wrapper-4 .ec-single-pro-tab-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
}
.ec-tab-wrapper-4 .ec-single-pro-tab-content {
  padding: 30px 0px 0px 1px;
  border: none;
}

/*-------------------------------------------------
  Element Category Wrapper CSS
---------------------------------------------------*/
.ec-category-wrapper-1 .slick-arrow:before {
  content: "";
  color: #ffffff;
  position: relative;
  font-size: 38px;
  font-family: "EcIcons";
  width: 100%;
  line-height: 50px;
  height: 50px;
  z-index: 1;
  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-category-wrapper-1 .slick-arrow:after {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
  position: absolute;
  width: 50px;
  top: 0;
  height: 50px;
  background: #2d313e;
  left: 0;
  right: 0;
  border-radius: 100%;
  opacity: 0.5;
  border: 1px solid #fff;
}
.ec-category-wrapper-1 .slick-arrow:hover:after {
  opacity: 1;
}
.ec-category-wrapper-1 .slick-arrow.slick-prev {
  left: 5px;
}
.ec-category-wrapper-1 .slick-arrow.slick-next {
  right: 5px;
}
.ec-category-wrapper-1 .slick-arrow.slick-next:before {
  content: "\f105";
}
.ec-category-wrapper-1 .slick-arrow.slick-prev:before {
  content: "\f104";
}
.ec-category-wrapper-1 .slick-arrow {
  position: absolute;
  top: 45%;
  margin: 0 auto;
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding: 0;
  z-index: 1;
}
.ec-category-wrapper-1 .ec_cat_content {
  padding: 15px;
}
.ec-category-wrapper-1 .ec_cat_content .ec_cat_inner {
  position: relative;
}
.ec-category-wrapper-1 .ec_cat_content .ec-cat-image {
  box-shadow: 5px 7px 13px 0px rgba(35, 31, 32, 0.1);
  -webkit-box-shadow: 5px 7px 13px 0px rgba(35, 31, 32, 0.1);
  -moz-box-shadow: 5px 7px 13px 0px rgbaa(35, 31, 32, 0.1);
  border-radius: 10px;
  overflow: hidden;
}
.ec-category-wrapper-1 .ec_cat_content .ec-cat-desc {
  position: absolute;
  top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 30px;
}
.ec-category-wrapper-1 .ec_cat_content .ec-section-btn a {
  font-size: 16px;
  padding: 10px 15px;
  min-width: 160px;
}

.ec-category-wrapper-3 .cat-card {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
}
.ec-category-wrapper-3 .cat-card img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ec-category-wrapper-3 .cat-card:hover img {
  -webkit-transform: scale(1.2) rotate(-5deg);
  transform: scale(1.2) rotate(-5deg);
}
.ec-category-wrapper-3 .cat-card .cat-detail {
  padding: 15px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.ec-category-wrapper-3 .cat-card .cat-detail h4 {
  font-weight: 700;
  font-size: 18px;
  color: #777;
}
.ec-category-wrapper-3 .cat-card .cat-detail h5 {
  line-height: 1.4;
  margin-bottom: 20px;
  font-size: 15px;
  color: #777;
}
.ec-category-wrapper-3 .cat-card .cat-detail .btn-primary {
  padding: 8px 15px;
  text-transform: uppercase;
  line-height: 22px;
}

.ec-category-wrapper-4 .cat-card {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
}
.ec-category-wrapper-4 .cat-card .card-img {
  position: relative;
  overflow: hidden;
}
.ec-category-wrapper-4 .cat-card img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ec-category-wrapper-4 .cat-card:hover img {
  -webkit-transform: scale(1.2) rotate(-5deg);
  transform: scale(1.2) rotate(-5deg);
}
.ec-category-wrapper-4 .cat-card .cat-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-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ec-category-wrapper-4 .cat-card .cat-detail h4 {
  margin-top: 15px;
  text-align: center;
  font-weight: 700;
  font-size: 17px;
  color: #777;
}
.ec-category-wrapper-4 .cat-card .cat-detail h5 {
  margin-bottom: 15px;
  text-align: center;
  line-height: 1.4;
  font-size: 15px;
  color: #777;
}
.ec-category-wrapper-4 .cat-card .cat-detail .btn-primary {
  text-align: center;
  width: 120px;
  padding: 8px 15px;
  text-transform: uppercase;
  line-height: 22px;
}

.ec-category-wrapper-5 .cat-card {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}
.ec-category-wrapper-5 .cat-card img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ec-category-wrapper-5 .cat-card:hover .cat-detail {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.ec-category-wrapper-5 .cat-card:hover .btn-primary-1 {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.ec-category-wrapper-5 .cat-card:hover img {
  -webkit-transform: scale(1.2) rotate(-5deg);
  transform: scale(1.2) rotate(-5deg);
}
.ec-category-wrapper-5 .cat-card .btn-primary-1 {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 120px;
  margin: 0 auto;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  opacity: 0;
  padding: 10px 15px 8px 15px;
  text-transform: uppercase;
  border-radius: 30px;
  z-index: 1;
  -webkit-transform: scale(0);
  transform: scale(0);
  line-height: 22px;
  text-align: center;
}
.ec-category-wrapper-5 .cat-card .cat-detail {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 15px;
  opacity: 1;
}
.ec-category-wrapper-5 .cat-card .cat-detail .cat-detail-block {
  height: 100%;
  width: 100%;
  border-radius: 50%;
  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;
  background: rgba(255, 255, 255, 0.8);
}
.ec-category-wrapper-5 .cat-card .cat-detail h4 {
  font-weight: 700;
  font-size: 17px;
}
.ec-category-wrapper-5 .cat-card .cat-detail h5 {
  line-height: 1.4;
  margin-bottom: 15px;
  text-align: center;
  font-size: 15px;
}
.ec-category-wrapper-5 .cat-card .cat-detail .btn-primary {
  padding: 8px 15px;
  text-transform: uppercase;
  border-radius: 30px;
  line-height: 22px;
}

.cat-space-2 > div {
  margin: 15px 0;
}

.cat-space-3 > div {
  margin: 15px 0;
}

/*-------------------------------------------------
  Element Button Page CSS
---------------------------------------------------*/
/*------  Button Set  ------*/
.btn-sets {
  margin: -15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ec-btn-ds {
  margin: -10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ec-btn-ds .btn {
  margin: 10px;
}
.ec-btn-ds .btn-jittery {
  animation: jittery 4s infinite;
  -webkit-animation: jittery 4s infinite;
}
.ec-btn-ds .btn-icon {
  position: relative;
  margin-left: 8px;
  overflow: hidden;
}
.ec-btn-ds .btn-icon i {
  position: absolute;
  top: 41%;
  left: 48%;
  -webkit-transform: scale(0.75) translate(-16%, 400%);
  transform: scale(0.75) translate(-16%, 400%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.ec-btn-ds .btn-icon span {
  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;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.ec-btn-ds .btn-icon:hover i {
  -webkit-transform: scale(0.75) translate(-16%, 0);
  transform: scale(0.75) translate(-16%, 0);
}
.ec-btn-ds .btn-icon:hover span {
  -webkit-transform: translateY(-400%);
  transform: translateY(-400%);
}
.ec-btn-ds .btn-jelly:hover {
  animation: jelly 0.5s;
  -webkit-animation: jelly 0.5s;
}
.ec-btn-ds .btn-pulse:hover {
  -webkit-box-shadow: 0 0 0 18px transparent;
  box-shadow: 0 0 0 18px transparent;
  animation: pulse 1s;
  -webkit-animation: pulse 1s;
}
@-webkit-keyframes jittery {
  5%,
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  15% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
  20% {
    -webkit-transform: scale(1.15) rotate(-5deg);
    transform: scale(1.15) rotate(-5deg);
  }
  25% {
    -webkit-transform: scale(1.15) rotate(5deg);
    transform: scale(1.15) rotate(5deg);
  }
  30% {
    -webkit-transform: scale(1.15) rotate(-3deg);
    transform: scale(1.15) rotate(-3deg);
  }
  35% {
    -webkit-transform: scale(1.15) rotate(2deg);
    transform: scale(1.15) rotate(2deg);
  }
  40% {
    -webkit-transform: scale(1.15) rotate(0);
    transform: scale(1.15) rotate(0);
  }
}
@keyframes jittery {
  5%,
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  15% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
  20% {
    -webkit-transform: scale(1.15) rotate(-5deg);
    transform: scale(1.15) rotate(-5deg);
  }
  25% {
    -webkit-transform: scale(1.15) rotate(5deg);
    transform: scale(1.15) rotate(5deg);
  }
  30% {
    -webkit-transform: scale(1.15) rotate(-3deg);
    transform: scale(1.15) rotate(-3deg);
  }
  35% {
    -webkit-transform: scale(1.15) rotate(2deg);
    transform: scale(1.15) rotate(2deg);
  }
  40% {
    -webkit-transform: scale(1.15) rotate(0);
    transform: scale(1.15) rotate(0);
  }
}
@-webkit-keyframes jelly {
  25% {
    -webkit-transform: scale(0.9, 1.1);
    transform: scale(0.9, 1.1);
  }
  50% {
    -webkit-transform: scale(1.1, 0.9);
    transform: scale(1.1, 0.9);
  }
  75% {
    -webkit-transform: scale(0.95, 1.05);
    transform: scale(0.95, 1.05);
  }
}
@keyframes jelly {
  25% {
    -webkit-transform: scale(0.9, 1.1);
    transform: scale(0.9, 1.1);
  }
  50% {
    -webkit-transform: scale(1.1, 0.9);
    transform: scale(1.1, 0.9);
  }
  75% {
    -webkit-transform: scale(0.95, 1.05);
    transform: scale(0.95, 1.05);
  }
}
@-webkit-keyframes pulse {
  from {
    -webkit-box-shadow: 0 0 0 0 #3474d4;
    box-shadow: 0 0 0 0 #3474d4;
  }
}
@keyframes pulse {
  from {
    -webkit-box-shadow: 0 0 0 0 #3474d4;
    box-shadow: 0 0 0 0 #3474d4;
  }
}

.ec-btn-bw {
  margin: -10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /* 1 */
  /* 2 */
  /* 3 */
  /* 4 */
  /* 5 */
  /* 6 */
  /* 7 */
  /* 8 */
  /* 9 */
  /* 10 */
  /* 11 */
  /* 12 */
  /* 13 */
  /* 14 */
  /* 15 */
  /* 16 */
}
.ec-btn-bw .custom-btn {
  margin: 10px;
  outline: none;
  width: 130px;
  height: 39px;
  padding: 10px 25px;
  border: 2px solid #000;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  line-height: 17px;
}
.ec-btn-bw .btn-1 {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ec-btn-bw .btn-1:hover {
  -webkit-box-shadow: -7px -7px 20px 0px rgba(255, 255, 255, 0.6),
    -4px -4px 5px 0px rgba(255, 255, 255, 0.6),
    7px 7px 20px 0px rgba(0, 0, 0, 0.1333333333),
    4px 4px 5px 0px rgba(0, 0, 0, 0.0666666667);
  box-shadow: -7px -7px 20px 0px rgba(255, 255, 255, 0.6),
    -4px -4px 5px 0px rgba(255, 255, 255, 0.6),
    7px 7px 20px 0px rgba(0, 0, 0, 0.1333333333),
    4px 4px 5px 0px rgba(0, 0, 0, 0.0666666667);
}
.ec-btn-bw .btn-2:after {
  position: absolute;
  content: "";
  top: 4px;
  left: 5px;
  right: 5px;
  height: 28px;
  border: 1px solid #000;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ec-btn-bw .btn-2:hover:after {
  opacity: 1;
}
.ec-btn-bw .btn-3 {
  line-height: 39px;
  padding: 0;
}
.ec-btn-bw .btn-3:hover {
  background: transparent;
  color: #000;
}
.ec-btn-bw .btn-3 span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.ec-btn-bw .btn-3:before,
.ec-btn-bw .btn-3:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: #000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ec-btn-bw .btn-3:before {
  height: 0%;
  width: 2px;
}
.ec-btn-bw .btn-3:after {
  width: 0%;
  height: 2px;
}
.ec-btn-bw .btn-3:hover:before {
  height: 100%;
}
.ec-btn-bw .btn-3:hover:after {
  width: 100%;
}
.ec-btn-bw .btn-3 span:before,
.ec-btn-bw .btn-3 span:after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  background: #000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ec-btn-bw .btn-3 span:before {
  width: 2px;
  height: 0%;
}
.ec-btn-bw .btn-3 span:after {
  width: 0%;
  height: 2px;
}
.ec-btn-bw .btn-3 span:hover:before {
  height: 100%;
}
.ec-btn-bw .btn-3 span:hover:after {
  width: 100%;
}
.ec-btn-bw .btn-4 {
  position: relative;
  color: #000;
  z-index: 2;
  padding: 0;
}
.ec-btn-bw .btn-4:hover {
  border: none;
}
.ec-btn-bw .btn-4:before,
.ec-btn-bw .btn-4:after {
  position: absolute;
  content: "";
  width: 0%;
  height: 0%;
  border: 2px solid;
  z-index: -1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ec-btn-bw .btn-4:before {
  top: 0;
  left: 0;
  border-bottom-color: transparent;
  border-right-color: transparent;
  border-top-color: #000;
  border-left-color: #000;
}
.ec-btn-bw .btn-4:after {
  bottom: 0;
  right: 0;
  border-top-color: transparent;
  border-left-color: transparent;
  border-bottom-color: #000;
  border-right-color: #000;
}
.ec-btn-bw .btn-4:hover:before,
.ec-btn-bw .btn-4:hover:after {
  border-color: #000;
  height: 100%;
  width: 100%;
}
.ec-btn-bw .btn-5 {
  background: #000;
  color: #fff;
  line-height: 42px;
  padding: 0;
  border: none;
}
.ec-btn-bw .btn-5:hover {
  background: transparent;
  color: #000;
  -webkit-box-shadow: -7px -7px 20px 0px rgba(255, 255, 255, 0.6),
    -4px -4px 5px 0px rgba(255, 255, 255, 0.6),
    7px 7px 20px 0px rgba(0, 0, 0, 0.1333333333),
    4px 4px 5px 0px rgba(0, 0, 0, 0.0666666667);
  box-shadow: -7px -7px 20px 0px rgba(255, 255, 255, 0.6),
    -4px -4px 5px 0px rgba(255, 255, 255, 0.6),
    7px 7px 20px 0px rgba(0, 0, 0, 0.1333333333),
    4px 4px 5px 0px rgba(0, 0, 0, 0.0666666667);
}
.ec-btn-bw .btn-5:before,
.ec-btn-bw .btn-5:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 2px;
  width: 0;
  background: #000;
  -webkit-transition: 400ms ease all;
  transition: 400ms ease all;
}
.ec-btn-bw .btn-5:after {
  right: inherit;
  top: inherit;
  left: 0;
  bottom: 0;
}
.ec-btn-bw .btn-5:hover:before,
.ec-btn-bw .btn-5:hover:after {
  width: 100%;
  -webkit-transition: 800ms ease all;
  transition: 800ms ease all;
}
.ec-btn-bw .btn-6 {
  background: #000;
  color: #fff;
  line-height: 42px;
  padding: 0;
  border: none;
}
.ec-btn-bw .btn-6 span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.ec-btn-bw .btn-6:before,
.ec-btn-bw .btn-6:after {
  position: absolute;
  content: "";
  height: 0%;
  width: 2px;
  background: #000;
}
.ec-btn-bw .btn-6:before {
  right: 0;
  top: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.ec-btn-bw .btn-6:after {
  left: 0;
  bottom: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.ec-btn-bw .btn-6:hover {
  color: #000;
  background: transparent;
}
.ec-btn-bw .btn-6:hover:before {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  height: 100%;
}
.ec-btn-bw .btn-6:hover:after {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  height: 100%;
}
.ec-btn-bw .btn-6 span:before,
.ec-btn-bw .btn-6 span:after {
  position: absolute;
  content: "";
  background: #000;
}
.ec-btn-bw .btn-6 span:before {
  left: 0;
  top: 0;
  width: 0%;
  height: 2px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.ec-btn-bw .btn-6 span:after {
  right: 0;
  bottom: 0;
  width: 0%;
  height: 2px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.ec-btn-bw .btn-6 span:hover:before {
  width: 100%;
}
.ec-btn-bw .btn-6 span:hover:after {
  width: 100%;
}
.ec-btn-bw .btn-7 {
  background: #000;
  color: #fff;
  line-height: 42px;
  padding: 0;
  border: none;
  z-index: 1;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.ec-btn-bw .btn-7:hover {
  background: transparent;
  color: #000;
}
.ec-btn-bw .btn-7:before,
.ec-btn-bw .btn-7:after {
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  height: 50%;
  right: 0;
  z-index: -1;
  background: #000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ec-btn-bw .btn-7:before {
  top: 0;
}
.ec-btn-bw .btn-7:after {
  bottom: 0;
}
.ec-btn-bw .btn-7:hover:before,
.ec-btn-bw .btn-7:hover:after {
  height: 0;
  background-color: #000;
}
.ec-btn-bw .btn-8 {
  line-height: 40px;
  padding: 0;
  background: transparent;
  position: relative;
  z-index: 2;
  color: #fff;
  -webkit-perspective: 300px;
  perspective: 300px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.ec-btn-bw .btn-8:hover {
  color: #000;
}
.ec-btn-bw .btn-8:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: -1;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ec-btn-bw .btn-8:hover:after {
  -webkit-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}
.ec-btn-bw .btn-9 {
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
}
.ec-btn-bw .btn-9:after {
  position: absolute;
  content: " ";
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ec-btn-bw .btn-9:hover {
  -webkit-box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, 0.5),
    -4px -4px 6px 0 rgba(116, 125, 136, 0.2),
    inset -4px -4px 6px 0 rgba(255, 255, 255, 0.5),
    inset 4px 4px 6px 0 rgba(116, 125, 136, 0.3);
  box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, 0.5),
    -4px -4px 6px 0 rgba(116, 125, 136, 0.2),
    inset -4px -4px 6px 0 rgba(255, 255, 255, 0.5),
    inset 4px 4px 6px 0 rgba(116, 125, 136, 0.3);
  color: #fff;
}
.ec-btn-bw .btn-9:hover:after {
  -webkit-transform: scale(2) rotate(180deg);
  transform: scale(2) rotate(180deg);
  background: #000;
  -webkit-box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, 0.5),
    -4px -4px 6px 0 rgba(116, 125, 136, 0.2),
    inset -4px -4px 6px 0 rgba(255, 255, 255, 0.5),
    inset 4px 4px 6px 0 rgba(116, 125, 136, 0.3);
  box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, 0.5),
    -4px -4px 6px 0 rgba(116, 125, 136, 0.2),
    inset -4px -4px 6px 0 rgba(255, 255, 255, 0.5),
    inset 4px 4px 6px 0 rgba(116, 125, 136, 0.3);
}
.ec-btn-bw .btn-10 {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
}
.ec-btn-bw .btn-10:after {
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: scale(0.1);
  transform: scale(0.1);
}
.ec-btn-bw .btn-10:hover {
  color: #fff;
}
.ec-btn-bw .btn-10:hover:after {
  background: #000;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.ec-btn-bw .btn-11 {
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ec-btn-bw .btn-11:hover {
  background: #000;
  color: #fff;
}
.ec-btn-bw .btn-11:before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  -webkit-animation: shiny-btn1 3s ease-in-out infinite;
  animation: shiny-btn1 3s ease-in-out infinite;
}
.ec-btn-bw .btn-11:active {
  -webkit-box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, 0.3),
    -4px -4px 6px 0 rgba(116, 125, 136, 0.2),
    inset -4px -4px 6px 0 rgba(255, 255, 255, 0.2),
    inset 4px 4px 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, 0.3),
    -4px -4px 6px 0 rgba(116, 125, 136, 0.2),
    inset -4px -4px 6px 0 rgba(255, 255, 255, 0.2),
    inset 4px 4px 6px 0 rgba(0, 0, 0, 0.2);
}
@-webkit-keyframes shiny-btn1 {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
.ec-btn-bw .btn-12 {
  position: relative;
  border: none;
  width: 130px;
  height: 40px;
  line-height: 40px;
  -webkit-perspective: 230px;
  perspective: 230px;
  overflow: hidden;
}
.ec-btn-bw .btn-12 span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 130px;
  height: 40px;
  border: 2px solid #000;
  margin: 0;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ec-btn-bw .btn-12 span:nth-child(1) {
  -webkit-box-shadow: -7px -7px 20px 0px rgba(255, 255, 255, 0.6),
    -4px -4px 5px 0px rgba(255, 255, 255, 0.6),
    7px 7px 20px 0px rgba(0, 0, 0, 0.1333333333),
    4px 4px 5px 0px rgba(0, 0, 0, 0.0666666667);
  box-shadow: -7px -7px 20px 0px rgba(255, 255, 255, 0.6),
    -4px -4px 5px 0px rgba(255, 255, 255, 0.6),
    7px 7px 20px 0px rgba(0, 0, 0, 0.1333333333),
    4px 4px 5px 0px rgba(0, 0, 0, 0.0666666667);
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transform-origin: 50% 50% -24px;
  transform-origin: 50% 50% -24px;
}
.ec-btn-bw .btn-12 span:nth-child(2) {
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-transform-origin: 50% 50% -20px;
  transform-origin: 50% 50% -20px;
}
.ec-btn-bw .btn-12:hover span:nth-child(1) {
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
.ec-btn-bw .btn-12:hover span:nth-child(2) {
  background: #e0e5ec;
  color: #e0e5ec;
  -webkit-transform: rotateX(-100deg);
  transform: rotateX(-100deg);
}
.ec-btn-bw .btn-13 {
  background: #000;
  color: #fff;
  z-index: 1;
}
.ec-btn-bw .btn-13:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: #e0e5ec;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ec-btn-bw .btn-13:hover {
  color: #000;
}
.ec-btn-bw .btn-13:hover:after {
  top: 0;
  height: 100%;
}
.ec-btn-bw .btn-13:active {
  top: 2px;
}
.ec-btn-bw .btn-14 {
  background: #000;
  color: #fff;
  z-index: 1;
}
.ec-btn-bw .btn-14:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  z-index: -1;
  background: #e0e5ec;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ec-btn-bw .btn-14:hover {
  color: #000;
}
.ec-btn-bw .btn-14:hover:after {
  top: auto;
  bottom: 0;
  height: 100%;
}
.ec-btn-bw .btn-14:active {
  top: 2px;
}
.ec-btn-bw .btn-15 {
  background: #000;
  color: #fff;
  z-index: 1;
}
.ec-btn-bw .btn-15:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background: #e0e5ec;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ec-btn-bw .btn-15:hover {
  color: #000;
}
.ec-btn-bw .btn-15:hover:after {
  left: 0;
  width: 100%;
}
.ec-btn-bw .btn-15:active {
  top: 2px;
}
.ec-btn-bw .btn-16 {
  background: #000;
  color: #fff;
  z-index: 1;
}
.ec-btn-bw .btn-16:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  direction: rtl;
  z-index: -1;
  background: #e0e5ec;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ec-btn-bw .btn-16:hover {
  color: #000;
}
.ec-btn-bw .btn-16:hover:after {
  left: auto;
  right: 0;
  width: 100%;
}
.ec-btn-bw .btn-16:active {
  top: 2px;
}

.ec-btn-anim .noselect {
  width: 150px;
  height: 50px;
  margin: 15px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: red;
  border: none;
  border-radius: 10px;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
  background: #e62222;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  direction: ltr !important;
}
.ec-btn-anim .noselect,
.ec-btn-anim .noselect span {
  -webkit-transition: 200ms;
  transition: 200ms;
}
.ec-btn-anim .noselect .text {
  -webkit-transform: translateX(35px);
  transform: translateX(35px);
  color: white;
  font-weight: bold;
}
.ec-btn-anim .noselect .icon {
  position: absolute;
  border-left: 1px solid #ffffff;
  -webkit-transform: translateX(110px);
  transform: translateX(110px);
  height: 50px;
  width: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.ec-btn-anim .noselect svg {
  width: 15px;
  fill: #eee;
}
.ec-btn-anim .noselect:hover {
  background: #ff3636;
}
.ec-btn-anim .noselect:hover .text {
  color: transparent;
}
.ec-btn-anim .noselect:hover .icon {
  width: 150px;
  border-left: none;
  -webkit-transform: translateX(-5px);
  transform: translateX(-5px);
}
.ec-btn-anim .noselect:focus {
  outline: none;
}
.ec-btn-anim .btn-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ec-btn-anim .btn-swip-right {
  margin: 15px;
  border: 0;
  position: relative;
  min-width: 180px;
  min-height: 50px;
  border-radius: 60px;
  color: #fff;
  font-family: "Montserrat";
  font-weight: bold;
  background: #222;
  cursor: pointer;
  overflow: hidden;
  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;
  direction: ltr !important;
}
.ec-btn-anim .btn-swip-right .text,
.ec-btn-anim .btn-swip-right .icon-container {
  position: relative;
  z-index: 2;
}
.ec-btn-anim .btn-swip-right .icon-container {
  position: relative;
  width: 14px;
  height: 25px;
  margin-left: 15px;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}
.ec-btn-anim .btn-swip-right .icon-container .icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 14px;
  height: 14px;
  -webkit-transition: opacity 250ms ease, -webkit-transform 500ms ease;
  transition: opacity 250ms ease, -webkit-transform 500ms ease;
  transition: transform 500ms ease, opacity 250ms ease;
  transition: transform 500ms ease, opacity 250ms ease,
    -webkit-transform 500ms ease;
}
.ec-btn-anim .btn-swip-right .icon-container .icon--left {
  -webkit-transform: translateX(-200%);
  transform: translateX(-200%);
  opacity: 0;
}
.ec-btn-anim .btn-swip-right .icon-container .icon svg {
  width: 100%;
  height: 100%;
  fill: #fff;
}
.ec-btn-anim .btn-swip-right::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #da0000;
  border-radius: 60px;
  z-index: 1;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}
.ec-btn-anim .btn-swip-right:hover::after {
  -webkit-transform: translateX(73%);
  transform: translateX(73%);
}
.ec-btn-anim .btn-swip-right:hover .icon-container {
  -webkit-transform: translateX(260%);
  transform: translateX(260%);
}
.ec-btn-anim .btn-swip-right:hover .icon-container .icon--left {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
.ec-btn-anim .btn-swip-right:hover .icon-container .icon--right {
  -webkit-transform: translateX(200%);
  transform: translateX(200%);
  opacity: 0;
}

.ec-bg-anim .horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 180px;
  height: 50px;
  margin: 15px;
  border: 5px solid #3474d4;
  font-size: 20px;
  cursor: pointer;
}
.ec-bg-anim .horizontal > .text {
  position: relative;
  color: #3474d4;
  background-repeat: repeat;
  background-size: 200%;
  background-position: 100% 0;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-transition: background-position 300ms;
  transition: background-position 300ms;
  font-weight: 700;
}
.ec-bg-anim .horizontal::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #3474d4;
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transition: -webkit-transform 300ms;
  transition: -webkit-transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms;
}
.ec-bg-anim .horizontal:hover .text {
  background-position: 0 0;
  color: #fff;
}
.ec-bg-anim .horizontal:hover::before {
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.ec-bg-anim .vertical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 180px;
  height: 50px;
  margin: 15px;
  border: 5px solid #3474d4;
  font-size: 20px;
  cursor: pointer;
}
.ec-bg-anim .vertical > .text {
  position: relative;
  color: #3474d4;
  background-repeat: repeat;
  background-size: 100% 200%;
  background-position: 0 0;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-transition: background-position 300ms;
  transition: background-position 300ms;
  font-weight: 700;
}
.ec-bg-anim .vertical::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #3474d4;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scale3d(1, 0, 1);
  transform: scale3d(1, 0, 1);
  -webkit-transition: -webkit-transform 300ms;
  transition: -webkit-transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms;
}
.ec-bg-anim .vertical:hover .text {
  background-position: 0 100%;
  color: #fff;
}
.ec-bg-anim .vertical:hover::before {
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.ec-border-anim .corner-button {
  margin: 15px;
  letter-spacing: 0.02rem;
  cursor: pointer;
  background: transparent;
  border: 4px solid #3474d4;
  padding: 5px 30px;
  font-size: 20px;
  color: #3474d4;
  position: relative;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  font-weight: 700;
}
.ec-border-anim .corner-button:hover {
  color: #3474d4;
}
.ec-border-anim .corner-button:hover::before {
  width: 0;
}
.ec-border-anim .corner-button:hover::after {
  height: 0;
}
.ec-border-anim .corner-button:active {
  border-width: 0.25rem;
}
.ec-border-anim .corner-button span {
  position: relative;
  z-index: 2;
}
.ec-border-anim .corner-button::before,
.ec-border-anim .corner-button::after {
  content: "";
  position: absolute;
  background: #ffffff;
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ec-border-anim .corner-button::before {
  width: calc(100% - 1rem);
  height: calc(100% + 1rem);
  top: -0.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.ec-border-anim .corner-button::after {
  height: calc(100% - 1rem);
  width: calc(101% + 1rem);
  left: -0.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.ec-swipe-left {
  height: 50px;
  width: 170px;
  margin: 15px;
  padding: 0;
}
.ec-swipe-left:hover .cta {
  -webkit-transform: translateX(-90%);
  transform: translateX(-90%);
  -webkit-transition: 1.2s;
  transition: 1.2s;
}
.ec-swipe-left .phone {
  background-color: #ddd;
  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;
  border-radius: 36px;
  position: absolute;
  cursor: pointer;
}
.ec-swipe-left .cta {
  height: 50px;
  width: 170px;
  color: white;
  z-index: 1;
  -webkit-transition: 1.2s;
  transition: 1.2s;
  background: -webkit-gradient(
    linear,
    left top,
    right bottom,
    from(#4776e6),
    to(#8e54e9)
  );
  background: linear-gradient(to right bottom, #4776e6, #8e54e9);
}
.ec-swipe-left .number {
  height: 50px;
  width: 170px;
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.5)),
      to(rgba(0, 0, 0, 0.5))
    ),
    url(https://images.unsplash.com/photo-1529044728228-9917df974897?ixlib=rb-1.2.1&amp;ixid=eyJhcHBfaWQiOjEyMDd9&amp;auto=format&amp;fit=crop&amp;w=1050&amp;q=80);
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(https://images.unsplash.com/photo-1529044728228-9917df974897?ixlib=rb-1.2.1&amp;ixid=eyJhcHBfaWQiOjEyMDd9&amp;auto=format&amp;fit=crop&amp;w=1050&amp;q=80);
  background-size: cover;
  color: white;
  -webkit-box-shadow: 3px 3px 30px rgba(0, 0, 0, 0.5);
  box-shadow: 3px 3px 30px rgba(0, 0, 0, 0.5);
}

.ec-swipe-arrow {
  height: 50px;
  width: 159px;
  margin: 15px;
  padding: 0;
}
.ec-swipe-arrow .ec-swipe-btn {
  border: 4px solid #d9d9d9;
  color: #777;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  line-height: 27px;
  margin: auto;
  padding: 10px 20px 10px 50px;
  position: relative;
  text-decoration: none;
  overflow: hidden;
}
.ec-swipe-arrow .ec-swipe-btn .label,
.ec-swipe-arrow .ec-swipe-btn .icon-arrow {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-perspective: 1000;
  perspective: 1000;
}
.ec-swipe-arrow .ec-swipe-btn .label {
  display: inline-block;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1),
    -webkit-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
.ec-swipe-arrow .ec-swipe-btn .icon-arrow {
  fill: #777;
  height: 15px;
  top: 16px;
  -webkit-transition: opacity 0.4s cubic-bezier(0.86, 0, 0.07, 1),
    -webkit-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  transition: opacity 0.4s cubic-bezier(0.86, 0, 0.07, 1),
    -webkit-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1),
    opacity 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1),
    opacity 0.4s cubic-bezier(0.86, 0, 0.07, 1),
    -webkit-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  width: 35px;
}
.ec-swipe-arrow .ec-swipe-btn .icon-arrow.before {
  left: 10px;
  margin-right: 15px;
  position: absolute;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
.ec-swipe-arrow .ec-swipe-btn .icon-arrow.after {
  margin-left: 15px;
  opacity: 0;
  position: absolute;
  right: 10px;
  -webkit-transform: translateX(75%) scaleX(0.1);
  transform: translateX(75%) scaleX(0.1);
  -webkit-transform-origin: right center;
  transform-origin: right center;
}
.ec-swipe-arrow .ec-swipe-btn:hover .label {
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
}
.ec-swipe-arrow .ec-swipe-btn:hover .icon-arrow.before {
  opacity: 0;
  -webkit-transform: translateX(-75%) scaleX(0.1);
  transform: translateX(-75%) scaleX(0.1);
}
.ec-swipe-arrow .ec-swipe-btn:hover .icon-arrow.after {
  opacity: 1;
  -webkit-transform: translateX(0) scaleX(1);
  transform: translateX(0) scaleX(1);
}
.ec-swipe-arrow .ec-swipe-btn:active {
  border-color: #fd6154;
  color: #fd6154;
}
.ec-swipe-arrow .ec-swipe-btn:active .icon-arrow {
  fill: #fd6154;
}

.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: #d9d9d9;
  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;
}

.ec-btn-classic {
  margin: -10px 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;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ec-btn-classic .ec-buttons {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: 10px;
  padding: 15px 20px;
  border: 2px solid #d9d9d9;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 700;
}
.ec-btn-classic .ec-buttons:after {
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  content: "";
  width: 0;
  left: 50%;
  bottom: 0;
  height: 3px;
  background: #3474d4;
}
.ec-btn-classic .ec-buttons:nth-of-type(2):after {
  left: 0;
}
.ec-btn-classic .ec-buttons:nth-of-type(3):after {
  right: 0;
  left: auto;
}
.ec-btn-classic .ec-buttons:nth-of-type(4):after {
  left: 0;
  bottom: auto;
  top: -3px;
  width: 100%;
}
.ec-btn-classic .ec-buttons:nth-of-type(5):after {
  height: 120%;
  left: -10%;
  -webkit-transform: skewX(15deg);
  transform: skewX(15deg);
  z-index: -1;
}
.ec-btn-classic .ec-buttons:hover {
  cursor: pointer;
}
.ec-btn-classic .ec-buttons:hover:after {
  width: 100%;
  left: 0;
}
.ec-btn-classic .ec-buttons:hover:nth-of-type(4):after {
  top: calc(100% - 3px);
}
.ec-btn-classic .ec-buttons:hover:nth-of-type(5) {
  color: #fff;
}
.ec-btn-classic .ec-buttons:hover:nth-of-type(5):after {
  left: -10%;
  width: 120%;
}
.ec-btn-classic .ec-buttons:hover:nth-of-type(6) {
  border-radius: 30px;
}
.ec-btn-classic .ec-buttons:hover:nth-of-type(6):after {
  width: 0%;
}
.ec-btn-classic .ec-buttons:hover:nth-of-type(7) {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.ec-btn-classic .ec-buttons:hover:nth-of-type(7):after {
  width: 0%;
}
.ec-btn-classic .ec-buttons:hover:nth-of-type(8) {
  -webkit-box-shadow: inset 0px 0px 0px 3px #3474d4;
  box-shadow: inset 0px 0px 0px 3px #3474d4;
}
.ec-btn-classic .ec-buttons:hover:nth-of-type(8):after {
  width: 0%;
}
.ec-btn-classic .ec-buttons:hover:nth-of-type(9) {
  -webkit-box-shadow: 0px 0px 0px 3px #3474d4;
  box-shadow: 0px 0px 0px 3px #3474d4;
}
.ec-btn-classic .ec-buttons:hover:nth-of-type(9):after {
  width: 0%;
}

/*-------------------------------------------------
  Element Product Card Page CSS
---------------------------------------------------*/
/* ----------- Start Product-DS -----------*/
.ec-product-ds {
  font-family: "Poppins", sans-serif;
  text-align: center;
  border: 1px solid #eeeeee;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.ec-product-ds:hover {
  -webkit-box-shadow: 5px 10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 5px 10px 30px rgba(0, 0, 0, 0.1);
}
.ec-product-ds:hover .links {
  opacity: 1;
  top: 50%;
}
.ec-product-ds:hover .ec-price {
  opacity: 0;
}
.ec-product-ds:hover .ec-add-to-cart {
  opacity: 1;
  bottom: 13px;
  text-decoration: none;
}
.ec-product-ds .ec-product-image {
  position: relative;
}
.ec-product-ds .ec-product-image a.image {
  display: block;
}
.ec-product-ds .ec-product-image img {
  width: 100%;
  height: auto;
}
.ec-product-ds .ec-product-discount-label {
  color: #fff;
  background: #3474d4;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 2px 8px;
  position: absolute;
  top: 12px;
  left: 12px;
}
.ec-product-ds .links {
  width: 145px;
  padding: 0;
  margin: 0;
  list-style: none;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  top: 65%;
  left: 50%;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.ec-product-ds .links li {
  display: inline-block;
  margin: 0 2px;
}
.ec-product-ds .links li a {
  position: relative;
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 10px;
  color: rgba(68, 68, 68, 0.7);
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.ec-product-ds .links li a:hover {
  -webkit-box-shadow: 0px 0px 5px 0px #ccc;
  box-shadow: 0px 0px 5px 0px #ccc;
}
.ec-product-ds .links li a:hover img {
  fill: #fff;
}
.ec-product-ds .links li a:hover:before {
  display: block;
}
.ec-product-ds .links li a:hover:after {
  display: block;
}
.ec-product-ds .links li a:before {
  content: attr(data-tip);
  color: #fff;
  background-color: #555;
  font-size: 12px;
  line-height: 18px;
  padding: 5px 10px;
  white-space: nowrap;
  display: none;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  top: -40px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ec-product-ds .links li a:after {
  content: attr(data-tip);
  color: #fff;
  background-color: #555;
  font-size: 12px;
  line-height: 18px;
  padding: 5px 10px;
  white-space: nowrap;
  display: none;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  top: -40px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  content: "";
  height: 10px;
  width: 10px;
  padding: 0;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  top: -18px;
  z-index: -1;
}
.ec-product-ds .ec-product-body {
  padding: 12px 12px 15px;
  position: relative;
  background-color: #fff;
}
.ec-product-ds .ec-rating {
  padding: 0;
  margin: 10px 0 8px;
  list-style: none;
}
.ec-product-ds .ec-rating li {
  font-size: 14px;
}
.ec-product-ds .ec-title {
  margin: 0 0 10px;
}
.ec-product-ds .ec-title a {
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  color: #777;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ec-product-ds .ec-title a:hover {
  color: #3474d4;
  text-decoration: none;
}
.ec-product-ds .ec-price {
  margin-bottom: 5px;
  color: #3474d4;
  font-size: 16px;
  font-weight: 600;
  display: block;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.ec-product-ds .ec-price span {
  color: #999;
  font-weight: 500;
  text-decoration: line-through;
}
.ec-product-ds .ec-add-to-cart {
  position: absolute;
  bottom: 50px;
  left: 50%;
  width: 130px;
  height: 35px;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 33px;
  opacity: 0;
  color: rgba(68, 68, 68, 0.7);
  background-color: #ffffff;
  border: 2px solid #eeeeee;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.ec-product-ds .ec-add-to-cart:hover {
  -webkit-box-shadow: 0px 0px 5px 0px #ccc;
  box-shadow: 0px 0px 5px 0px #ccc;
}

/* -----------/ END Product-DS -----------*/
/* ----------- START Product-csc -----------*/
.ec-product-csc {
  font-family: "Poppins", sans-serif;
  text-align: center;
  border: 1px solid #eeeeee;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.ec-product-csc .ec-product-image {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: relative;
}
.ec-product-csc .ec-product-image img {
  max-width: 100%;
}
.ec-product-csc .ec-product-image .ec-product-ribbon {
  width: 45px;
  height: 25px;
  position: absolute;
  top: 15px;
  right: 15px;
  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: 11px;
  text-align: center;
  text-transform: uppercase !important;
  color: #fff;
  background-color: #373840;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
  z-index: 10;
}
.ec-product-csc:hover .ec-product-image .ec-product-ribbon {
  -webkit-box-shadow: 0px 20px 20px -16px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 20px 20px -16px rgba(0, 0, 0, 0.5);
}
.ec-product-csc .ec-product-body {
  padding: 15px;
  position: relative;
  background-color: #fff;
}
.ec-product-csc .ec-product-body .ec-title {
  margin: 0 0 5px;
  font-size: 12px;
  font-weight: 500;
  color: #777;
  text-transform: uppercase;
}
.ec-product-csc .ec-product-body .ec-title a:hover {
  text-decoration: none;
}
.ec-product-csc .ec-product-body .ec-description {
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 5px;
  color: #777;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ec-product-csc .ec-product-body .ec-rating {
  padding: 0;
  margin: 10px 0 8px;
  list-style: none;
}
.ec-product-csc .ec-product-body .ec-rating li {
  font-size: 14px;
}
.ec-product-csc .ec-product-body .ec-price {
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: #3474d4;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.ec-product-csc .ec-product-body .ec-price span {
  color: #999;
  font-weight: 500;
  text-decoration: line-through;
}
.ec-product-csc .ec-product-body .ec-link-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.ec-product-csc .ec-product-body .ec-link-icon a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  margin: 10px 5px 0 5px;
  padding: 6px;
  line-height: 10px;
  color: rgba(68, 68, 68, 0.7);
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.ec-product-csc .ec-product-body .ec-link-icon a:hover {
  -webkit-box-shadow: 0px 0px 5px 0px #ccc;
  box-shadow: 0px 0px 5px 0px #ccc;
}
.ec-product-csc .ec-product-body .ec-link-btn {
  padding: 10px 20px 0 0;
}
.ec-product-csc .ec-product-body .ec-link-btn .ec-add-to-cart {
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  line-height: 33px;
  color: rgba(68, 68, 68, 0.7);
  background-color: #ffffff;
  border: 1px solid #eeeeee;
}
.ec-product-csc .ec-product-body .ec-link-btn .ec-add-to-cart:hover {
  -webkit-box-shadow: 0px 0px 5px 0px #ccc;
  box-shadow: 0px 0px 5px 0px #ccc;
}

/* -----------/ END Product-csc -----------*/
/* ----------- START Product-fw -----------*/
.ec-product-fw {
  font-family: "Poppins", sans-serif;
  text-align: center;
  background: #fff;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  border: 1px solid #eeeeee;
}
.ec-product-fw .ec-product-image {
  padding: 15px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}
.ec-product-fw .ec-product-image img {
  max-width: 100%;
}
.ec-product-fw .ec-product-image .ec-link-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  right: auto;
  left: auto;
  bottom: 20px;
  opacity: 0;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.ec-product-fw .ec-product-image .ec-link-icon a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  margin: 9px 5px;
  padding: 7px;
  line-height: 10px;
  color: rgba(68, 68, 68, 0.7);
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.ec-product-fw .ec-product-image .ec-link-icon a:hover {
  -webkit-box-shadow: 0px 0px 5px 0px #ccc;
  box-shadow: 0px 0px 5px 0px #ccc;
}
.ec-product-fw .ec-product-image .ec-product-ribbon {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 11px;
  text-align: center;
  text-transform: uppercase !important;
  color: #fff;
  background-color: #3474d4 !important;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
  z-index: 10;
  padding: 5px 15px;
}
.ec-product-fw:hover .ec-product-image .ec-link-icon {
  opacity: 1;
}
.ec-product-fw:hover .ec-product-image .ec-product-ribbon {
  -webkit-box-shadow: 5px 10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 5px 10px 30px rgba(0, 0, 0, 0.1);
}
.ec-product-fw .ec-product-body {
  padding: 0 15px 15px 15px;
  position: relative;
}
.ec-product-fw .ec-product-body .ec-title {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 5px;
}
.ec-product-fw .ec-product-body .ec-title a:hover {
  text-decoration: none;
}
.ec-product-fw .ec-product-body .ec-description {
  font-size: 13px;
  font-weight: 500;
  margin: 0 0 5px;
  color: #777;
  font-family: "Montserrat";
}
.ec-product-fw .ec-product-body .ec-rating {
  padding: 0;
  margin: 10px 0 8px;
  list-style: none;
}
.ec-product-fw .ec-product-body .ec-rating li {
  font-size: 14px;
}
.ec-product-fw .ec-product-body .ec-price {
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: #3474d4;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.ec-product-fw .ec-product-body .ec-price span {
  color: #999;
  font-weight: 500;
  text-decoration: line-through;
}
.ec-product-fw .ec-link-btn .ec-add-to-cart {
  display: block;
  padding: 5px 10px;
  width: 100%;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  line-height: 33px;
  color: rgba(68, 68, 68, 0.7);
  background-color: #ffffff;
  border: 1px solid #eeeeee;
}
.ec-product-fw .ec-link-btn .ec-add-to-cart:hover {
  -webkit-box-shadow: 0px 0px 5px 0px #ccc;
  box-shadow: 0px 0px 5px 0px #ccc;
}

/* -----------/ END Product-fw -----------*/
/* ----------- START Product-tp -----------*/
.ec-product-tp {
  font-family: "Poppins", sans-serif;
  text-align: center;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.ec-product-tp .ec-product-image {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 15px 15px 15px;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  z-index: 1;
}
.ec-product-tp .ec-product-image img {
  max-width: 100%;
  border-radius: 15px;
}
.ec-product-tp .ec-product-image .ec-link-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  right: auto;
  left: auto;
  bottom: 30px;
  opacity: 0;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.ec-product-tp .ec-product-image .ec-link-icon a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  margin: 9px 5px;
  padding: 7px;
  line-height: 10px;
  color: rgba(68, 68, 68, 0.7);
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  border-radius: 30px;
}
.ec-product-tp .ec-product-image .ec-link-icon a:hover {
  -webkit-box-shadow: 0px 0px 5px 0px #ccc;
  box-shadow: 0px 0px 5px 0px #ccc;
}
.ec-product-tp .ec-product-image .ec-product-ribbon {
  position: absolute;
  padding: 5px 15px;
  top: 15px;
  right: 30px;
  font-size: 11px;
  text-align: center;
  text-transform: uppercase !important;
  border-radius: 0 10px 0 0;
  color: #fff;
  background-color: #3474d4 !important;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
  z-index: 10;
  border-radius: 15px;
}
.ec-product-tp:hover .ec-product-image .ec-link-icon {
  opacity: 1;
}
.ec-product-tp .ec-product-body {
  position: relative;
  margin-top: -130px;
  padding: 15px;
  border: 1px solid;
  border-color: #eeeeee;
  border-radius: 15px;
  background-color: #fff;
}
.ec-product-tp .ec-product-body .ec-title {
  margin: 110px 0 5px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
.ec-product-tp .ec-product-body .ec-title a:hover {
  text-decoration: none;
}
.ec-product-tp .ec-product-body .ec-description {
  font-size: 13px;
  font-weight: 300;
  margin: 0 0 5px;
  color: #777;
}
.ec-product-tp .ec-product-body .ec-rating {
  padding: 0;
  margin: 10px 0 8px;
  list-style: none;
}
.ec-product-tp .ec-product-body .ec-rating li {
  font-size: 14px;
}
.ec-product-tp .ec-product-body .ec-price {
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: #3474d4;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.ec-product-tp .ec-product-body .ec-price span {
  color: #999;
  font-weight: 500;
  text-decoration: line-through;
}
.ec-product-tp .ec-link-btn .ec-add-to-cart {
  display: block;
  padding: 5px 10px;
  width: 100%;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  line-height: 33px;
  color: #fff;
  color: rgba(68, 68, 68, 0.7);
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 30px;
}
.ec-product-tp .ec-link-btn .ec-add-to-cart:hover {
  -webkit-box-shadow: 0px 0px 5px 0px #ccc;
  box-shadow: 0px 0px 5px 0px #ccc;
}

/* -----------/ END Product-tp -----------*/
/* ----------- START Product-lsc -----------*/
.ec-product-lsc {
  padding: 15px;
  border: 1px solid;
  border-color: #eeeeee;
  font-family: "Poppins", sans-serif;
  text-align: center;
  background-color: #fff;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.ec-product-lsc .ec-product-image {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}
.ec-product-lsc .ec-product-image img {
  max-width: 100%;
}
.ec-product-lsc .ec-product-image .ec-product-ribbon {
  position: absolute;
  top: 7px;
  right: 7px;
  font-size: 11px;
  text-align: center;
  text-transform: uppercase !important;
  color: #fff;
  background-color: #3474d4 !important;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
  z-index: 10;
  padding: 3px 10px;
  line-height: 15px;
}
.ec-product-lsc:hover .ec-product-image .ec-product-ribbon {
  -webkit-box-shadow: 5px 10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 5px 10px 30px rgba(0, 0, 0, 0.1);
}
.ec-product-lsc .ec-product-body {
  padding: 12px 0 0;
  position: relative;
  text-align: left;
}
.ec-product-lsc .ec-product-body .ec-title {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 5px;
}
.ec-product-lsc .ec-product-body .ec-title a:hover {
  text-decoration: none;
}
.ec-product-lsc .ec-product-body .ec-description {
  font-size: 13px;
  font-weight: 500;
  margin: 0 0 8px;
  color: #777;
}
.ec-product-lsc .ec-product-body .ec-description span {
  position: absolute;
  top: 12px;
  right: 0;
  font-size: 12px;
  color: #555;
}
.ec-product-lsc .ec-product-body .ec-rating {
  padding: 0;
  margin: 10px 0 12px;
  list-style: none;
}
.ec-product-lsc .ec-product-body .ec-rating li {
  font-size: 14px;
}
.ec-product-lsc .ec-product-body .ec-el-price {
  position: relative;
}
.ec-product-lsc .ec-product-body .ec-el-price .ec-o-price {
  position: relative;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  color: #3474d4;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.ec-product-lsc .ec-product-body .ec-el-price .ec-d-price {
  margin: -5px 0 8px;
  position: absolute;
  top: 9px;
  left: 60px;
  color: #999;
  font-size: 14px;
  font-weight: 600;
  text-decoration: line-through;
}
.ec-product-lsc .ec-product-body .ec-size a {
  display: inline-block;
  padding: 1px;
  border: 1px solid;
  border-color: #eeeeee;
  color: #777;
  margin: 5px 0 20px;
  font-size: 11px;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  width: 20px;
  height: 20px;
  text-align: center;
}
.ec-product-lsc .ec-product-body .ec-size a:hover {
  border: 1px solid #eeeeee;
  text-decoration: none;
  color: #fff;
  background-color: #3474d4;
}
.ec-product-lsc .ec-product-body .ec-link-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.ec-product-lsc .ec-product-body .ec-link-btn .ec-add-to-cart {
  height: 35px;
  display: block;
  padding: 0 10px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  line-height: 33px;
  color: rgba(68, 68, 68, 0.7);
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  margin-right: 2px;
}
.ec-product-lsc .ec-product-body .ec-link-btn .ec-add-to-cart:hover {
  -webkit-box-shadow: 0px 0px 5px 0px #ccc;
  box-shadow: 0px 0px 5px 0px #ccc;
}
.ec-product-lsc .ec-product-body .ec-link-icon {
  display: contents;
  position: absolute;
  right: auto;
  left: auto;
  bottom: 20px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.ec-product-lsc .ec-product-body .ec-link-icon a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  margin: 0 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 10px;
  color: rgba(68, 68, 68, 0.7);
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.ec-product-lsc .ec-product-body .ec-link-icon a:hover {
  -webkit-box-shadow: 0px 0px 5px 0px #ccc;
  box-shadow: 0px 0px 5px 0px #ccc;
}

/* -----------/ END Product-lsc -----------*/
/* ----------- START Product-swd -----------*/
.ec-product-swd {
  background-color: #fff;
  font-family: "Lato", sans-serif;
  text-align: center;
}
.ec-product-swd .ec-product-image {
  position: relative;
}
.ec-product-swd .ec-product-image a.image {
  display: block;
}
.ec-product-swd .ec-product-image img {
  width: 100%;
  height: auto;
}
.ec-product-swd .ec-product-image .pic-2 {
  width: 100%;
  height: 100%;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.ec-product-swd:hover .ec-product-image .pic-1 {
  opacity: 0;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.ec-product-swd:hover .ec-product-image .pic-2 {
  -webkit-filter: blur(0);
  filter: blur(0);
  opacity: 1;
}
.ec-product-swd:hover .ec-product-links {
  opacity: 1;
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
}
.ec-product-swd:hover .ec-product-body {
  -webkit-transform: translateY(47px);
  transform: translateY(47px);
}
.ec-product-swd .ec-product-like-icon {
  color: #999;
  font-size: 16px;
  position: absolute;
  right: 13px;
  top: 10px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ec-product-swd .ec-product-like-icon:hover {
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.5);
}
.ec-product-swd .ec-product-links {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  opacity: 0;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  position: absolute;
  top: calc(100% + 18px);
  left: 50%;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #fff;
}
.ec-product-swd .ec-product-links li {
  display: inline-block;
}
.ec-product-swd .ec-product-links li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  font-size: 16px;
  line-height: 10px;
  color: rgba(68, 68, 68, 0.7);
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ec-product-swd .ec-product-links li a:hover {
  -webkit-box-shadow: 0px 0px 5px 0px #ccc;
  box-shadow: 0px 0px 5px 0px #ccc;
}
.ec-product-swd .ec-product-body {
  background-color: #fff;
  padding: 10px 10px 10px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ec-product-swd .ec-product-body .ec-title {
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
  margin: 10px 0 7px;
}
.ec-product-swd .ec-product-body .ec-title a {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ec-product-swd .ec-product-body .ec-title a:hover {
  text-decoration: none;
}
.ec-product-swd .ec-product-body .ec-price {
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: #3474d4;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.ec-product-swd .ec-product-body .ec-price span {
  color: #999;
  font-weight: 500;
  text-decoration: line-through;
}
.ec-product-swd .ec-product-body .ec-size a {
  display: inline-block;
  padding: 2px;
  border: 1px solid;
  border-color: #eeeeee;
  color: #777;
  margin: 5px 0 15px;
  font-size: 13px;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  width: 25px;
  height: 25px;
  text-align: center;
}
.ec-product-swd .ec-product-body .ec-size a:hover {
  border: 1px solid #eeeeee;
  text-decoration: none;
  background-color: #eeeeee;
}
.ec-product-swd .ec-product-body .ec-color {
  opacity: 0.7;
}
.ec-product-swd .ec-product-body .ec-color a {
  border: none;
  border: 2px solid transparent;
  padding: 1px;
  line-height: 10px;
  text-align: center;
  display: inline-block;
  border-radius: 30px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ec-product-swd .ec-product-body .ec-color a:hover {
  border: 2px solid;
  border-color: #eeeeee;
}
.ec-product-swd .ec-product-body .ec-color span {
  width: 17px;
  height: 17px;
  display: inline-block;
  border-radius: 30px;
}
.ec-product-swd .ec-product-body .ec-color .red {
  background-color: rgb(245, 100, 100);
}
.ec-product-swd .ec-product-body .ec-color .blue {
  background-color: rgb(93, 93, 252);
}
.ec-product-swd .ec-product-body .ec-color .pink {
  background-color: rgb(255, 159, 175);
}
.ec-product-swd .ec-product-body .ec-color .green {
  background-color: rgb(83, 150, 83);
}

/* -----------/ END Product-swd -----------*/
/* ----------- START Product-cbb -----------*/
.ec-product-cbb {
  background-color: #fff;
  font-family: "Work Sans", sans-serif;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ec-product-cbb:hover {
  -webkit-box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.3);
}
.ec-product-cbb:hover .ec-product-image .pic-1 {
  opacity: 0;
}
.ec-product-cbb:hover .ec-product-image .pic-2 {
  -webkit-filter: blur(0);
  filter: blur(0);
  opacity: 1;
}
.ec-product-cbb:hover .ec-product-links {
  opacity: 1;
}
.ec-product-cbb:hover .ec-product-links li {
  -webkit-transform: rotate(0) scale(1);
  transform: rotate(0) scale(1);
}
.ec-product-cbb:hover .ec-product-links li:nth-child(3) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.ec-product-cbb:hover .ec-product-links li:nth-child(2) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.ec-product-cbb:hover .ec-product-links li:nth-child(1) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.ec-product-cbb .ec-product-image {
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ec-product-cbb .ec-product-image a.image {
  display: block;
}
.ec-product-cbb .ec-product-image img {
  width: 100%;
  height: auto;
}
.ec-product-cbb .ec-product-image .pic-1 {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.ec-product-cbb .ec-product-image .pic-2 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.ec-product-cbb .ec-product-links {
  padding: 0;
  margin: 0;
  list-style: none;
  opacity: 0;
  position: absolute;
  bottom: 0;
  right: 10px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ec-product-cbb .ec-product-links li {
  margin: 0 0 10px 0;
  -webkit-transform: rotate(360deg) scale(0);
  transform: rotate(360deg) scale(0);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ec-product-cbb .ec-product-links li a {
  display: block;
  padding: 6px;
  width: 35px;
  height: 35px;
  line-height: 10px;
  border-radius: 50%;
  color: rgba(68, 68, 68, 0.7);
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ec-product-cbb .ec-product-links li a i {
  font-size: 16px;
  line-height: 30px;
}
.ec-product-cbb .ec-product-links li a:hover {
  -webkit-box-shadow: 0px 0px 5px 0px #ccc;
  box-shadow: 0px 0px 5px 0px #ccc;
}
.ec-product-cbb .ec-product-body {
  text-align: center;
  padding: 15px 10px;
}
.ec-product-cbb .ec-product-body .ec-rating {
  padding: 0;
  margin: 0 0 5px;
  list-style: none;
}
.ec-product-cbb .ec-product-body .ec-rating li {
  font-size: 14px;
}
.ec-product-cbb .ec-product-body .ec-title {
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
  margin: 0 0 7px;
}
.ec-product-cbb .ec-product-body .ec-title a {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ec-product-cbb .ec-product-body .ec-title a:hover {
  text-decoration: none;
}
.ec-product-cbb .ec-product-body .ec-price {
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 600;
  color: #3474d4;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.ec-product-cbb .ec-product-body .ec-price span {
  color: #999;
  font-weight: 500;
  text-decoration: line-through;
}
.ec-product-cbb .ec-product-body .ec-size a {
  display: inline-block;
  padding: 1px;
  border: 1px solid;
  border-color: #eeeeee;
  color: #777;
  margin: 5px 0;
  font-size: 12px;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  width: 20px;
  height: 20px;
  text-align: center;
}
.ec-product-cbb .ec-product-body .ec-size a:hover {
  border: 1px solid #3474d4;
  text-decoration: none;
  color: #fff;
  background-color: #3474d4;
}
.ec-product-cbb .ec-product-body .ec-color a {
  border: none;
  border: 2px solid transparent;
  padding: 1px;
  line-height: 10px;
  text-align: center;
  display: inline-block;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border-radius: 30px;
}
.ec-product-cbb .ec-product-body .ec-color a:hover {
  border: 2px solid;
  border-color: #eeeeee;
}
.ec-product-cbb .ec-product-body .ec-color span {
  width: 17px;
  height: 17px;
  display: inline-block;
  opacity: 0.7;
  border-radius: 30px;
}
.ec-product-cbb .ec-product-body .ec-color .red {
  background-color: rgb(255, 143, 143);
}
.ec-product-cbb .ec-product-body .ec-color .blue {
  background-color: rgb(108, 108, 255);
}
.ec-product-cbb .ec-product-body .ec-color .pink {
  background-color: rgb(255, 143, 161);
}
.ec-product-cbb .ec-product-body .ec-color .green {
  background-color: rgb(116, 180, 116);
}

/* -----------/ END Product-cbb -----------*/
/* ----------- START Product-sup -----------*/
.ec-product-sup {
  font-family: "Roboto", sans-serif;
  text-align: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.ec-product-sup:hover {
  -webkit-box-shadow: 0 5px 18px rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.3);
}
.ec-product-sup:hover .ec-product-image .pic-1 {
  opacity: 0;
}
.ec-product-sup:hover .ec-product-image .pic-2 {
  opacity: 1;
}
.ec-product-sup:hover .ec-social li {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.ec-product-sup:hover .ec-product-rating {
  opacity: 1;
  bottom: 0;
}
.ec-product-sup .ec-product-image {
  position: relative;
  overflow: hidden;
}
.ec-product-sup .ec-product-image a.image {
  display: block;
}
.ec-product-sup .ec-product-image img {
  width: 100%;
  height: auto;
}
.ec-product-sup .ec-product-image .pic-1 {
  opacity: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.ec-product-sup .ec-product-image .pic-2 {
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.ec-product-sup .ec-product-sale-label {
  color: #fff;
  background: #3474d4;
  font-size: 14px;
  font-style: italic;
  text-transform: uppercase;
  width: 55px;
  height: 55px;
  line-height: 55px;
  border-radius: 50px;
  position: absolute;
  top: 10px;
  left: 10px;
}
.ec-product-sup .ec-social {
  padding: 0;
  margin: 0;
  top: 0;
  right: 10px;
  list-style: none;
  position: absolute;
}
.ec-product-sup .ec-social li {
  -webkit-transform: translateX(60px);
  transform: translateX(60px);
  -webkit-transition: all 0.3s ease 0.3s;
  transition: all 0.3s ease 0.3s;
}
.ec-product-sup .ec-social li:nth-child(2) {
  -webkit-transition: all 0.3s ease 0.4s;
  transition: all 0.3s ease 0.4s;
}
.ec-product-sup .ec-social li a {
  display: block;
  padding: 6px;
  margin: 10px 0;
  width: 35px;
  height: 35px;
  line-height: 10px;
  border-radius: 50%;
  color: rgba(68, 68, 68, 0.7);
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ec-product-sup .ec-social li a i {
  font-size: 16px;
  line-height: 30px;
}
.ec-product-sup .ec-social li a:hover {
  -webkit-box-shadow: 0px 0px 5px 0px #ccc;
  box-shadow: 0px 0px 5px 0px #ccc;
}
.ec-product-sup .ec-product-rating {
  background: #eee;
  width: 100%;
  padding: 10px;
  opacity: 0;
  position: absolute;
  bottom: -60px;
  left: 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.ec-product-sup .ec-rating {
  padding: 0;
  margin: 0;
  list-style: none;
  float: left;
}
.ec-product-sup .ec-rating li {
  font-size: 13px;
}
.ec-product-sup .ec-add-to-cart {
  color: #fff;
  font-weight: 500;
  float: right;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  border: 1px solid;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  color: rgba(68, 68, 68, 0.7);
  background-color: #ffffff;
  border: 1px solid #eeeeee;
}
.ec-product-sup .ec-add-to-cart:hover {
  -webkit-box-shadow: 0px 0px 5px 0px #ccc;
  box-shadow: 0px 0px 5px 0px #ccc;
}
.ec-product-sup .ec-product-body {
  background: #fff;
  padding: 15px;
}
.ec-product-sup .ec-product-body .ec-title {
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
  margin: 0 0 5px;
}
.ec-product-sup .ec-product-body .ec-title a {
  -webkit-transition: all 500ms;
  transition: all 500ms;
}
.ec-product-sup .ec-product-body .ec-title a:hover {
  text-decoration: none;
  color: #3474d4;
}
.ec-product-sup .ec-product-body .ec-price {
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 600;
  color: #3474d4;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.ec-product-sup .ec-product-body .ec-price span {
  color: #999;
  font-weight: 500;
  text-decoration: line-through;
}
.ec-product-sup .ec-product-body .ec-size a {
  display: inline-block;
  padding: 2px;
  border: 1px solid;
  border-color: #3474d4;
  color: #3474d4;
  margin: 5px 0;
  font-size: 13px;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  width: 25px;
  height: 25px;
  text-align: center;
}
.ec-product-sup .ec-product-body .ec-size a:hover {
  border: 1px solid #3474d4;
  text-decoration: none;
  color: #fff;
  background-color: #3474d4;
}
.ec-product-sup .ec-product-body .ec-color a {
  width: 20px;
  height: 20px;
  border: none;
  border: 1px solid transparent;
  display: inline-block;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ec-product-sup .ec-product-body .ec-color a:hover {
  border: 1px solid #eeeeee;
}
.ec-product-sup .ec-product-body .ec-color span {
  width: 100%;
  height: 100%;
  border: 1px solid #fff !important;
  display: inline-block;
}
.ec-product-sup .ec-product-body .ec-color .red {
  background-color: red;
}
.ec-product-sup .ec-product-body .ec-color .blue {
  background-color: blue;
}
.ec-product-sup .ec-product-body .ec-color .pink {
  background-color: pink;
}
.ec-product-sup .ec-product-body .ec-color .green {
  background-color: green;
}

/* -----------/ END Product-sup -----------*/
/* ----------- START Product-sbtn -----------*/
.ec-product-sbtn {
  font-family: "Montserrat";
  text-align: center;
}
.ec-product-sbtn:hover {
  -webkit-box-shadow: 0 0 20px -10px rgba(63, 63, 63, 0.3);
  box-shadow: 0 0 20px -10px rgba(63, 63, 63, 0.3);
}
.ec-product-sbtn:hover .ec-product-image .pic-1 {
  opacity: 0;
}
.ec-product-sbtn:hover .ec-product-image .pic-2 {
  opacity: 1;
}
.ec-product-sbtn:hover .ec-add-to-cart {
  text-decoration: none;
  color: #fff;
  background: #3474d4;
}
.ec-product-sbtn:hover .ec-add-to-cart i {
  display: inline-block;
  visibility: visible;
}
.ec-product-sbtn:hover .ec-product-like-icon {
  opacity: 1;
  left: 0;
}
.ec-product-sbtn:hover .ec-product-compare-icon {
  opacity: 1;
  right: 0;
}
.ec-product-sbtn .ec-product-image {
  position: relative;
}
.ec-product-sbtn .ec-product-image a.ec-image {
  display: block;
}
.ec-product-sbtn .ec-product-image img {
  width: 100%;
  height: auto;
}
.ec-product-sbtn .ec-product-image .pic-1 {
  opacity: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ec-product-sbtn .ec-product-image .pic-2 {
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ec-product-sbtn .ec-product-sale-label {
  color: #fff;
  background: #da5555;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 14px;
  padding: 5px 11px;
  border-radius: 12px;
  position: absolute;
  top: 10px;
  right: 10px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: #81dca8;
  text-transform: uppercase;
  left: 11px;
  right: auto;
  font-weight: 600;
  line-height: 12px;
}
.ec-product-sbtn .ec-product-discount-label {
  color: #fff;
  background: #ff6285;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 14px;
  padding: 5px 11px;
  border-radius: 12px;
  position: absolute;
  top: 10px;
  right: 10px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ec-product-sbtn .ec-product-body {
  padding: 15px;
}
.ec-product-sbtn .ec-product-body .ec-size a {
  display: inline-block;
  border: 1px solid;
  border-color: #eeeeee;
  color: #3474d4;
  margin: 10px 0 16px;
  font-size: 13px;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  width: 25px;
  height: 25px;
  text-align: center;
}
.ec-product-sbtn .ec-product-body .ec-size a:hover {
  border: 1px solid #3474d4;
  text-decoration: none;
  color: #fff;
  background-color: #3474d4;
}
.ec-product-sbtn .ec-product-body .ec-color a {
  width: 20px;
  height: 20px;
  border: none;
  border: 1px solid transparent;
  text-align: center;
  display: inline-block;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ec-product-sbtn .ec-product-body .ec-color a:hover {
  border: 1px solid #eeeeee;
}
.ec-product-sbtn .ec-product-body .ec-color span {
  width: 100%;
  height: 100%;
  border: 1px solid #fff !important;
  display: inline-block;
}
.ec-product-sbtn .ec-product-body .ec-color .red {
  background-color: red;
}
.ec-product-sbtn .ec-product-body .ec-color .blue {
  background-color: blue;
}
.ec-product-sbtn .ec-product-body .ec-color .pink {
  background-color: pink;
}
.ec-product-sbtn .ec-product-body .ec-color .green {
  background-color: green;
}
.ec-product-sbtn .ec-rating {
  padding: 0;
  margin: 0 0 7px;
  list-style: none;
}
.ec-product-sbtn .ec-rating li {
  font-size: 12px;
  display: inline-block;
}
.ec-product-sbtn .ec-title {
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
  margin: 0 0 5px;
}
.ec-product-sbtn .ec-title a {
  -webkit-transition: all 500ms;
  transition: all 500ms;
  font-family: "Poppins", sans-serif;
}
.ec-product-sbtn .ec-title a:hover {
  text-decoration: none;
  color: #3474d4;
}
.ec-product-sbtn .ec-price {
  color: #3474d4;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.005em;
  margin-bottom: 10px;
}
.ec-product-sbtn .ec-price span {
  color: #a7a7a7;
  font-size: 16px;
  font-weight: 400;
  text-decoration: line-through;
}
.ec-product-sbtn .ec-product-button-group {
  position: relative;
  z-index: 1;
}
.ec-product-sbtn .ec-add-to-cart {
  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: 0 auto;
  width: calc(100% - 95px);
  height: 40px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
  background-color: #3474d4;
}
.ec-product-sbtn .ec-add-to-cart:hover {
  background-color: #555;
  text-decoration: none;
}
.ec-product-sbtn .ec-add-to-cart i {
  margin-right: 8px;
  display: none;
  visibility: hidden;
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}
.ec-product-sbtn .ec-product-like-icon {
  left: 50px;
  right: auto;
}
.ec-product-sbtn .ec-product-compare-icon {
  left: auto;
  right: 50px;
}
.ec-product-sbtn .ec-product-like-icon,
.ec-product-sbtn .ec-product-compare-icon {
  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: rgba(68, 68, 68, 0.7);
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  line-height: 10px;
  width: 40px;
  height: 40px;
  opacity: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  z-index: -1;
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}
.ec-product-sbtn .ec-product-like-icon:hover,
.ec-product-sbtn .ec-product-compare-icon:hover {
  -webkit-box-shadow: 0px 0px 5px 0px #ccc;
  box-shadow: 0px 0px 5px 0px #ccc;
}

/* -----------/ END Product-sbtn -----------*/
/* ----------- START Product-sdwn -----------*/
.ec-product-sdwn {
  -webkit-box-shadow: 0px 15px 35px -5px rgba(0, 0, 0, 0.32);
  box-shadow: 0px 15px 35px -5px rgba(0, 0, 0, 0.32);
  border-radius: 15px;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  position: relative;
}
.ec-product-sdwn:hover {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}
.ec-product-sdwn:hover .ec-product-image .pic-2 {
  opacity: 1;
}
.ec-product-sdwn:hover .ec-social li {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.ec-product-sdwn:hover .ec-product-body {
  margin-top: 0px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.ec-product-sdwn .ec-product-image {
  position: relative;
  overflow: hidden;
}
.ec-product-sdwn .ec-product-image a.ec-image {
  display: block;
}
.ec-product-sdwn .ec-product-image img {
  width: 100%;
  height: auto;
}
.ec-product-sdwn .ec-product-image .pic-1 {
  opacity: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ec-product-sdwn .ec-product-sale-label {
  color: #fff;
  background: #3474d4;
  font-size: 14px;
  font-style: italic;
  text-transform: uppercase;
  width: 55px;
  height: 55px;
  line-height: 55px;
  border-radius: 50px;
  position: absolute;
  top: 10px;
  left: 10px;
  text-align: center;
}
.ec-product-sdwn .ec-social {
  padding: 0;
  margin: 0;
  top: 0;
  right: 10px;
  list-style: none;
  position: absolute;
}
.ec-product-sdwn .ec-social li {
  -webkit-transform: translateX(60px);
  transform: translateX(60px);
  -webkit-transition: all 0.3s ease 0.3s;
  transition: all 0.3s ease 0.3s;
}
.ec-product-sdwn .ec-social li:nth-child(2) {
  -webkit-transition: all 0.3s ease 0.4s;
  transition: all 0.3s ease 0.4s;
}
.ec-product-sdwn .ec-social li a {
  display: block;
  padding: 7px;
  margin: 10px 0;
  width: 35px;
  height: 35px;
  line-height: 10px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: rgba(68, 68, 68, 0.7);
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ec-product-sdwn .ec-social li a i {
  font-size: 16px;
  line-height: 26px;
}
.ec-product-sdwn .ec-social li a:hover {
  -webkit-box-shadow: 0px 0px 5px 0px #ccc;
  box-shadow: 0px 0px 5px 0px #ccc;
}
.ec-product-sdwn .ec-product-body {
  width: 100%;
  margin-top: -145px;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.ec-product-sdwn .ec-product-body .ec-slide {
  padding: 10px;
}
.ec-product-sdwn .ec-product-body .ec-rating {
  padding: 0;
  margin: 0 0 7px;
  list-style: none;
}
.ec-product-sdwn .ec-product-body .ec-rating li {
  font-size: 12px;
  display: inline-block;
}
.ec-product-sdwn .ec-product-body .ec-title {
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
  margin: 0 0 5px;
}
.ec-product-sdwn .ec-product-body .ec-title a {
  -webkit-transition: all 500ms;
  transition: all 500ms;
}
.ec-product-sdwn .ec-product-body .ec-title a:hover {
  text-decoration: none;
  color: #3474d4;
}
.ec-product-sdwn .ec-product-body .ec-price {
  color: #3474d4;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.005em;
  margin-bottom: 10px;
}
.ec-product-sdwn .ec-product-body .ec-price span {
  color: #a7a7a7;
  font-size: 16px;
  font-weight: 400;
  text-decoration: line-through;
}
.ec-product-sdwn .ec-product-body .ec-size a {
  display: inline-block;
  margin: 10px 0;
  width: 20px;
  height: 20px;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  border: 1px solid;
  border-color: #eeeeee;
  color: #777;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.ec-product-sdwn .ec-product-body .ec-size a:hover {
  border: 1px solid #3474d4;
  text-decoration: none;
  color: #fff;
  background-color: #3474d4;
}
.ec-product-sdwn .ec-product-body .ec-color a {
  width: 20px;
  height: 20px;
  border: 1px solid transparent;
  text-align: center;
  display: inline-block;
  border-radius: 30px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ec-product-sdwn .ec-product-body .ec-color a:hover {
  border: 1px solid #eeeeee;
}
.ec-product-sdwn .ec-product-body .ec-color span {
  width: 100%;
  height: 100%;
  border: 1px solid #fff !important;
  display: inline-block;
  border-radius: 30px;
}
.ec-product-sdwn .ec-product-body .ec-color .red {
  background-color: rgb(255, 131, 131);
}
.ec-product-sdwn .ec-product-body .ec-color .blue {
  background-color: rgb(131, 131, 255);
}
.ec-product-sdwn .ec-product-body .ec-color .pink {
  background-color: rgb(255, 163, 179);
}
.ec-product-sdwn .ec-product-body .ec-color .green {
  background-color: rgb(118, 170, 118);
}
.ec-product-sdwn .ec-product-body .ec-link-btn .ec-add-to-cart {
  display: block;
  padding: 5px;
  width: 100%;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  line-height: 33px;
  color: #fff;
  background-color: #3474d4;
}
.ec-product-sdwn .ec-product-body .ec-link-btn .ec-add-to-cart:hover {
  background-color: #555;
  text-decoration: none;
}

/* -----------/ END Product-sdwn -----------*/
/*----  Whatsapp chat start  ----*/
.ec-style {
  display: inline-block;
  position: fixed;
  letter-spacing: 0.1px;
  z-index: 13;
}
.ec-style .ec-button {
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.ec-style .ec-button .whatsapp {
  width: 23px;
  height: 23px;
  background-image: url(../images/common/whatsapp.png);
  background-repeat: no-repeat;
  background-size: 100%;
  display: table;
  margin-right: 0;
  font-size: 25px;
  text-align: center;
  line-height: 38px;
  cursor: pointer;
  color: #2ab674;
}
.ec-style .ec-panel {
  display: none;
  margin-bottom: 5px;
  width: 275px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.479);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.479);
  background-color: #fff;
}
.ec-style .ec-panel .ec-header {
  padding: 12px 15px 15px;
  text-align: center;
  color: #fff;
  background: #2ab674;
}
.ec-style .ec-panel .ec-body {
  min-width: 250px;
  white-space: nowrap;
  list-style: none;
  overflow-y: auto;
}
.ec-style .ec-header strong {
  font-size: 15px;
  line-height: 20px;
}
.ec-style .ec-header p {
  margin-bottom: 0;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
}
.ec-style .ec-list .d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ec-style .ec-list .ec-img-cont {
  position: relative;
}
.ec-style .ec-list .ec-user-img {
  height: auto;
  width: 40px;
  vertical-align: middle;
  border-radius: 50%;
}
.ec-style .ec-list .ec-status-icon {
  position: absolute;
  bottom: 5px;
  right: 1px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  border: 1px solid #fff;
  background-color: #a0a0a0;
}
.ec-style .ec-list .ec-online {
  background-color: #2ab674;
}
.ec-style .ec-list .ec-offline {
  background-color: #a0a0a0;
}
.ec-style .ec-list .ec-user-info {
  margin-top: 0;
  margin-bottom: auto;
  margin-left: 15px;
}
.ec-style .ec-list .ec-user-info span {
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  color: #555;
}
.ec-style .ec-list .ec-user-info p {
  margin-bottom: 0;
  color: #888;
  font-size: 12px;
  line-height: 15px;
  font-weight: 300;
}
.ec-style .ec-list .ec-chat-icon {
  margin-top: -46px;
  right: -10px;
  position: absolute;
  color: #d4d4d4;
  font-size: 60px;
  opacity: 0.5;
  -webkit-transition: all 0.05s ease-in-out;
  transition: all 0.05s ease-in-out;
  overflow: hidden;
}
.ec-style .ec-body:hover {
  text-decoration: none;
  cursor: pointer;
}
.ec-style .ec-body:hover .ec-user-img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ec-style .ec-body li {
  display: block;
  padding: 10px;
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  border-bottom: 1px solid #eee;
  list-style-type: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ec-style .ec-body li:hover {
  background-color: rgba(42, 182, 116, 0.07);
}
.ec-style .ec-body li:hover .ec-chat-icon {
  color: #555;
  -webkit-transition: all 0.05s ease-in-out;
  transition: all 0.05s ease-in-out;
}
.ec-style .ec-body li:hover .ec-chat-icon i {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ec-style .ec-body .ec-chat-icon i {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.ec-right-bottom {
  bottom: 15px;
  right: 15px;
  float: right;
}
.ec-right-bottom .ec-box {
  background-color: #ffffff;
  border: 2px solid #2ab674;
}
.ec-right-bottom .ec-box:hover {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}

@keyframes ec-fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes ec-fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.rotateForward {
  -webkit-animation-name: rotateF;
  animation-name: rotateF;
  -webkit-animation-duration: 0.65s;
  animation-duration: 0.65s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

@-webkit-keyframes rotateF {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotateF {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rotateBackward {
  -webkit-animation-name: rotateB;
  animation-name: rotateB;
  -webkit-animation-duration: 0.65s;
  animation-duration: 0.65s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

@-webkit-keyframes rotateB {
  from {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes rotateB {
  from {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.ec-panel .ec-body ul {
  margin: 0;
  padding: 0;
}

.ec-cart-float {
  display: none;
  position: fixed;
  bottom: 15px;
  right: 70px;
  padding: 15px;
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  z-index: 15;
  background: #ffffff;
}
.ec-cart-float .ec-header-btn {
  position: relative;
  display: block;
  line-height: 5px;
}
.ec-cart-float .ec-header-btn .svg_img {
  width: 45px;
  height: 45px;
}
.ec-cart-float .ec-header-btn .ec-cart-count {
  position: absolute;
  top: -37px;
  right: -12px;
  left: auto;
  bottom: 0;
  background: #3474d4;
  color: #ffffff;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  font-size: 12px;
  line-height: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

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

.emp-wishlist-msg {
  padding: 30px 0;
  text-align: center;
  font-size: 50px;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #777;
}

.modal-backdrop {
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 1 !important;
}

/*----  Particles  ----*/
.particles {
  overflow: hidden;
}
.particles canvas {
  display: block;
  vertical-align: bottom;
}
.particles .count-particles {
  background: #000022;
  position: absolute;
  top: 48px;
  left: 0;
  width: 80px;
  color: #13e8e9;
  font-size: 0.8em;
  text-align: left;
  text-indent: 4px;
  line-height: 14px;
  padding-bottom: 2px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  -webkit-user-select: none;
  margin-top: 5px;
  margin-left: 5px;
  border-radius: 0 0 3px 3px;
}
.particles .js-count-particles {
  font-size: 1.1em;
}
.particles #stats {
  -webkit-user-select: none;
  margin-top: 5px;
  margin-left: 5px;
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}
.particles #particles-js {
  width: 100%;
  height: 100vh;
  background-image: url("");
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

/*----  Maintenance page  ----*/
.ec-under-maintenance {
  padding: 1rem;
  height: 100vh;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: flex-start;
  -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: #3474d4;
  border-color: #3474d4;
}
.ec-under-maintenance
  .under-maintenance
  .mainte-counter
  #timer
  .date-box
  .text {
  color: #777;
}

/*----  Main page Contant without server or localhost popup  ----*/
.ec-direct-run {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 16;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ec-direct-run .ec-direct-body {
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 500px;
}
.ec-direct-run .ec-direct-body h4 {
  padding: 0 0 10px 0;
  margin-bottom: 15px;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  border-bottom: 1px solid;
}
.ec-direct-run .ec-direct-body p {
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  color: #fff;
}

/*----  Main page Contant with lazy load  ----*/