/* ----------- 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: var(--primary);
  font-size: 11px;
  font-style: italic;
  text-transform: uppercase;
  width: 40px;
  height: 40px;
  line-height: 40px;
  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: var(--primary);
  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;
   color: var(--secondary);       
}
.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: var(--primary);
}
.ec-product-sdwn .ec-product-body .ec-price {
  color: var(--primary);
  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 var(--primary);
  text-decoration: none;
  color: #fff;
  background-color: var(--primary);
}
.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: var(--primary);
}
.ec-product-sdwn .ec-product-body .ec-link-btn .ec-add-to-cart:hover {
  background-color: #555;
  text-decoration: none;
}


/* -----------/ END Product-sdwn -----------*/
/* ----------- START Common CSS -----------*/
.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-title a {
  color: #777;
  font-family: "Poppins, sans-serif";
  font-size: 15px;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.ec-title a:hover {
  color: var(--primary) !important;
  text-decoration: none;
}

.ec-rating li {
  color: #999;
}
.ec-rating .fill {
  color: #eec317;
}


/*-------------------------------------------------
  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: var(--primary);
  border: 1px solid var(--primary);
}
.ec-gl-btn .btn:hover .svg_img.gl_svg {
  fill: #ffffff;
}
.ec-gl-btn .btn:hover i {
  color: #ffffff;
}
.ec-gl-btn .btn .svg_img.gl_svg {
  height: 20px;
  fill: #444444;
  width: 20px;
}
.ec-gl-btn .btn i {
  font-size: 17px;
  line-height: 14px;
  color: #444444;
}
.ec-gl-btn .btn.active {
  background: var(--primary);
  border: 1px solid var(--primary);
}
.ec-gl-btn .btn.active .svg_img.gl_svg {
  fill: #ffffff;
}
.ec-gl-btn .btn.active i {
  color: #ffffff;
}

.ec-sort-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ec-sort-select .sort-by {
  font-size: 16px;
  color: #555555;
  font-weight: 500;
  padding-right: 4px;
  font-family: "Poppins, sans-serif";
}

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: 155px;
  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;
  border-radius: 20px;
}
/* .ec-page-detail .ec-cat-bnr a span {
  width: 100%;
  height: 250px;
  display: block;
  background-image: url(../images/banner/5.png);
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
} */
.ec-page-detail .ec-page-description {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px;
  background-color: #f7f7f7;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #777;
  font-size: 15px;
  line-height: 28px;
  border: 1px solid #eeeeee;
}
.ec-page-detail .ec-page-description h6 {
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: 700;
  color: #555;
}
.ec-page-detail .ec-page-description p {
  color: #777;
  font-size: 14px;
  line-height: 24px;
}

.col-5 .add-to-cart {
  width: 50px !important;
  font-size: 0 !important;
}
.col-5 .add-to-cart .svg_img.pro_svg {
  margin: 0;
}

.container-fluid .col-lg-2 .add-to-cart {
  width: 50px;
  font-size: 0 !important;
}
.container-fluid .col-lg-2 .add-to-cart .svg_img.pro_svg {
  margin: 0;
}

/*-----  List View Section  -----*/
.list-view .ec-pro-content {
  padding-left: 30px;
  padding-top: 0;
}
.list-view .ec-pro-content .ec-pro-size {
  margin-top: 15px;
}
.list-view .ec-product-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.list-view .ec-product-inner .ec-pro-image-outer {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.list-view .ec-product-inner .ec-pro-image-outer {
  max-width: 200px;
}
.list-view .ec-pro-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.list-view .ec-pro-list-desc {
  display: block;
  margin: 5px auto 10px;
  font-size: 13px;
}

.list-view-50 .ec-pro-content {
  padding-left: 30px;
  padding-top: 0;
}
.list-view-50 .ec-pro-content .ec-pro-size {
  margin-top: 10px;
}
.list-view-50 .add-to-cart {
  font-size: 0 !important;
}
.list-view-50 .add-to-cart .svg_img.pro_svg {
  margin: 0;
}
.list-view-50 .ec-product-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.list-view-50 .ec-product-inner .ec-pro-image-outer {
  min-width: 200px;
  max-width: 200px;
}
.list-view-50 .ec-pro-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.list-view-50 .ec-pro-list-desc {
  display: block;
  margin: 5px auto 10px;
  font-size: 15px;
}

/*-----  Pro List View Section  -----*/
.ec-pro-list-desc {
  display: none;
}

.ec-pro-pagination {
  padding: 30px 0px 30px;
  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.page-numbers:hover {
    color: #ffffff;        /* text color on hover */
    background-color: var(--primary); /* optional background change */
}
.ec-pro-pagination a.page-numbers.current {
    color: #ffffff;
    background-color: var(--primary);
}

.ec-pro-pagination a.prev,
.ec-pro-pagination a.next {
    width: 32px;
    height: 32px;
    line-height: 35px;
    display: inline-block;
    text-align: center;
    margin: 0 5px;
    border-radius: 50%;
    background-color: #f2f2f2;
    color: #333;
    transition: all 0.3s;
    line-height: 30px;
}

.ec-pro-pagination a.prev:hover,
.ec-pro-pagination a.next:hover {
    color: #ffffff;
    background-color: var(--primary);
}
.ec-pro-pagination a {
  font-weight: 300;
  color: #777;
  padding: 0;
  height: 32px;
  width: 32px;
  line-height: 32px;
  background: #f2f2f2;
  margin: 0 5px; 
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  vertical-align: top;
  font-size: 13px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
   border-radius: 50%;
}
.ec-pro-pagination a:hover {
  color: #ffffff;    
  border-radius: 50%;
  background-color: var(--primary);
}
.ec-pro-pagination a.next {
  width: auto;
  padding: 0 13px;
  /* border: 1px solid #eeeeee; */
  line-height: 30px;
}
/* .ec-pro-pagination a.next i:before {
  padding-left: 0px;
    font-size: 17px;
} */
.ec-pro-pagination a.active {
  color: #ffffff;
  background-color: var(--primary);
}

/*-----  Filter Sidebar Back Overlay  -----*/
.filter-sidebar-overlay {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 16;
  display: none;
}
.filter-sidebar {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 300px;
  height: 100vh;
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 16;
  background-color: #ffffff;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.filter-sidebar ::-webkit-scrollbar {
  width: 5px;
}
.filter-sidebar ::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.filter-sidebar ::-webkit-scrollbar-thumb {
  background: #888;
}
.filter-sidebar ::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.filter-sidebar .ec-sidebar-heading {
  position: relative;
}
.filter-sidebar .ec-sidebar-heading h1 {
  margin-bottom: 0;
}
.filter-sidebar .ec-sidebar-heading a {
  position: absolute;
  top: 0px;
  right: 13px;
  font-size: 31px;
  color: #777;
}
.filter-sidebar .ec-sidebar-wrap {
  height: calc(100vh - 50px);
  border: none;
  overflow-y: auto;
}

/*-----  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; */
}
.ec-sidebar-wrap h3 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
  position: relative;
  display: block;
  color: #555;
  font-family: "Poppins, sans-serif";
  padding-bottom: 8px;
  cursor: pointer;
}
.ec-sidebar-wrap .h3 {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1.2px;
  margin-bottom: 10px;
  position: relative;
  display: block;
  color: var(--primary);
  font-family: "Fjalla One";
  letter-spacing: 0.4px;
}
.ec-sidebar-wrap .ec-sb-block-content {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 10px;
}
.ec-sidebar-wrap .ec-sb-block-content li a span {
  float: right;
}
.ec-sidebar-wrap .ec-sb-block-content li a:hover {
  color: #555;
}
.ec-sidebar-wrap .ec-sidebar-block .ec-sb-block-content li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 0 0 14px;
  display: block;
}
.ec-sidebar-wrap .ec-sidebar-block .ec-sb-block-content li .ec-sidebar-block-item {
  position: relative;
}
.ec-sidebar-wrap .ec-sidebar-block .ec-sb-block-content li .ec-sidebar-block-item input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  z-index: 999;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
}
.ec-sidebar-wrap .ec-sidebar-block .ec-sb-block-content li .ec-sidebar-block-item .checked {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 0;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.ec-sidebar-wrap .ec-sidebar-block .ec-sb-block-content li .ec-sidebar-block-item .checked:after {
  left: -1px;
  top: -1px;
  width: 18px;
  height: 18px;
  border: 1px solid var(--primary);
  content: "\f00c";
  position: absolute;
  display: none;
  background: var(--primary);
  font-family: "Ecicons";
  font-size: 14px;
  color: #ffffff;
  line-height: 16px;
  text-align: center;
}
.ec-sidebar-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: 0px;
  line-height: 20px;
  font-weight: 400;
  text-transform: capitalize;
  cursor: pointer;
}
.ec-sidebar-wrap .ec-sidebar-block .ec-sb-block-content li a:hover {
  color: var(--primary);
}
.ec-sidebar-wrap .ec-sidebar-block .ec-sb-block-content li .ec-more-toggle .checked:after {
  left: -1px;
  top: -1px;
  width: 18px;
  height: 18px;
  border: 1px solid var(--primary);
  content: "\f067";
  position: absolute;
  display: block;
  background-color: var(--primary);
  font-family: "Ecicons";
  font-size: 12px;
  color: #ffffff;
  line-height: 18px;
  text-align: center;
}
.ec-sidebar-wrap .ec-sidebar-block .ec-sb-block-content li .ec-more-toggle.active .checked:after {
  content: "\f068";
}
.ec-sidebar-wrap .ec-sidebar-block .ec-sb-block-content li:hover .checked {
  color: var(--primary);
}
.ec-sidebar-wrap .ec-sidebar-block.ec-sidebar-block-clr .ec-sb-block-content li {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  padding: 2px;
  border-radius: 30px;
  cursor: pointer;
  margin-right: 5px;
  width: 26px;
  height: 26px;
}
.ec-sidebar-wrap .ec-sidebar-block.ec-sidebar-block-clr .ec-sb-block-content li:hover {
  -webkit-box-shadow: 0px 0px 5px 0px #ccc;
          box-shadow: 0px 0px 5px 0px #ccc;
}
.ec-sidebar-wrap .ec-sidebar-block.ec-sidebar-block-clr .ec-sb-block-content li span {
  width: 22px;
  height: 22px;
  display: block;
  border-radius: 30px;
}
.ec-sidebar-wrap .ec-sidebar-block.ec-sidebar-block-clr .ec-sb-block-content li.active {
  padding: 2px;
  border-color: var(--primary);
}
.ec-sidebar-wrap .ec-sb-block-content.es-price-slider {
  margin-bottom: 0;
  border-bottom: none;
  background: #f7f7f7;
  padding: 21px 15px 15px;
  font-family: "Poppins, sans-serif";
  border: 1px solid #eeeeee;
}

.ec-sidebar-heading h1 {
  text-decoration: none;
  color: #777;
  display: block;
  font-size: 16px;
  font-family: "Poppins, sans-serif";
  font-weight: 600;
  line-height: 20px;
  background: #f7f7f7;
  padding: 14px 15px 14px;
  letter-spacing: 0.2px;
  margin-bottom: 0px;
  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 var(--primary);
  border-radius: 50%;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.1s;
  transition: -webkit-transform 0.1s;
  transition: transform 0.1s;
  transition: transform 0.1s, -webkit-transform 0.1s;
}

.noUi-connect {
  background: #444444;
}

.noUi-base {
  background: #777777;
}

.noUi-handle.noUi-handle-upper {
  right: 0;
}

/*-----  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: 80px;
  line-height: 30px;
  background: #ffffff;
  text-align: center;
  font-size: 14px;
  color: #777;
  border: 1px solid #777;
}
/*-----  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;
}
/*-------------------------------------------------
  Breadcrumb Style CSS
---------------------------------------------------*/
/* .sticky-header-next-sec {
    background-image: url('../bg-img.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 70px 0;
}
.ec_breadcrumb_inner {
    display: flex;
    flex-direction: column; 
    align-items: flex-start; 
    gap: 10px; 
}
.ec-breadcrumb {
    margin: 30px;
    border-radius: 20px;
    background-color: #f7f7f7;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
}
.ec-breadcrumb .ec-breadcrumb-title {
  text-decoration: none;
  color: #ffffff;
  display: block;
  font-size: 35px;
  font-family: "Poppins, sans-serif";
  line-height: 44px;
  font-weight: 700;
  margin: 7px auto;
  text-transform: capitalize;
}

.ec-breadcrumb-list {
  text-align: left;
}
.ec-breadcrumb-list li {
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.02rem;
  line-height: 1.2;
  text-transform: capitalize;
}
.ec-breadcrumb-list li a {
  position: relative;
  color: #ffffff;
}
.ec-breadcrumb-list li.active {
  color: #ffffff;
}
.ec-breadcrumb-list .ec-breadcrumb-item.active::before {
  color: #ffffff;
}

.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;
} */


/*-------------------------------------------------
  Breadcrumb Style CSS
---------------------------------------------------*/
.ec-breadcrumb {
  padding: 15px 0;
  background-color: #f7f7f7;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}
.ec-breadcrumb .ec-breadcrumb-title {
  text-decoration: none;
  color: var(--primary);
  display: block;
  font-size: 20px;
  font-family: "Poppins, sans-serif";
  line-height: 22px;
  font-weight: 600;
  margin: 0 auto;
  text-transform: capitalize;
}

.ec-breadcrumb-list {
  text-align: right;
}
.ec-breadcrumb-list li {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.02rem;
  line-height: 1.2;
  text-transform: capitalize;
}
.ec-breadcrumb-list li a {
  position: relative;
  color:  var(--primary);
}
.ec-breadcrumb-list li.active {
  color:  var(--primary);
}
.ec-breadcrumb-list .ec-breadcrumb-item.active::before {
  color:  var(--primary);
}

.ec-breadcrumb-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ec-breadcrumb-item + .ec-breadcrumb-item {
  padding-left: 7px;
}
.ec-breadcrumb-item + .ec-breadcrumb-item::before {
  display: inline-block;
  padding-right: 7px;
  color:  var(--primary);
  content: "\f101";
  font-family: "EcIcons";
  font-size: 15px;
}



/*-------------------------------------------------
  Site Header Section CSS
---------------------------------------------------*/
.ec-header {
  background: #ffffff;
}





/*-----  Single Product  -----*/
.single-pro-img {
  position: relative;
  width: 47.3%;
}
.single-pro-img .single-product-scroll {
  position: sticky;
  top: 30px;
}
.single-pro-img .ec-360-lbl {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
  border-radius: 50%;
  cursor: pointer;
  height: 40px;
  width: 40px;
  text-align: center;
  -ms-flex-line-pack: center;
      align-content: center;
  display: -ms-grid;
  display: grid;
  opacity: 0.7;
}
.single-pro-img .ec-360-lbl:hover {
  opacity: 1;
}
.single-pro-img .ec-video-icon {
  position: absolute;
  display: -ms-grid;
  display: grid;
  top: 15px;
  right: 15px;
  height: 40px;
  width: 40px;
  text-align: center;
  -ms-flex-line-pack: center;
      align-content: center;
  cursor: pointer;
  z-index: 1;
  opacity: 0.7;
}
.single-pro-img .ec-video-icon:hover {
  opacity: 1;
}

.single-pro-desc {
  width: 52.7%;
  background-color: #fff;
}

.single-pro-img-no-sidebar {
  width: 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 20px 11px 20px;
  display: block !important;
}
.single-nav-thumb .slick-slide img {
  border: 1px solid #eeeeee;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}
.single-nav-thumb .slick-slide:hover img {
  border-color: var(--primary);
}
.single-nav-thumb .slick-slide.slick-current.slick-active img {
  border-color: var(--primary);
}
.single-nav-thumb .slick-arrow {
  top: 42%;
} */

.single-pro-content .ec-single-title {
  color:var(--primary);
  font-size: 27px;
  text-transform: capitalize;
  margin: 0 0 20px 0;
  text-decoration: none;
  display: block;
  font-family: "Poppins, sans-serif";
  font-weight: 600;
  line-height: 50px;
  letter-spacing: 0.02rem;
}
.single-pro-content p {
  font-size: 14px;
  color: #212121;
  margin: 0 0 12px;
  font-weight: 600;
}
.single-pro-content p span {
  font-weight: 400;
}
.single-pro-content .single-para {
  font-weight: 400;
  color: #444444;
  line-height: 26px;
}
.single-pro-content .ec-single-rating-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single-pro-content .ec-single-rating-wrap i.ecicon {
  margin-right: 2px;
  line-height: 20px;
  font-size: 21px;
  float: unset;
}
.single-pro-content .ec-single-rating-wrap .ec-read-review a {
  color: #444444;
  text-decoration: underline;
  font-size: 14px;
  line-height: 20px;
}
.single-pro-content .ec-single-rating-wrap .ec-read-review a:hover {
  color: var(--primary);
}
.single-pro-content .ec-single-rating {
  padding-right: 0px;
  border-right: 1px solid #eeeeee;
  margin-right: 15px;
  line-height: 17px;
}
.single-pro-content .ec-read-review {
  line-height: 17px;
}
.single-pro-content .ec-single-desc {
  margin-bottom: 12px;
  color: #253D4E;
  font-size: 14px;
  letter-spacing: 0;
  word-break: break-all;
  line-height: 1.7;
  font-family: "Poppins, sans-serif";
}
.single-pro-content .ec-single-sales {
  margin: 0px 0px 12px 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: 1px;
}
.single-pro-content .ec-single-sales .ec-single-sales-visitor span {
  color: #555;
  font-size: 15px;
  line-height: 27px;
  font-weight: 500;
  /* background-color: var(--primary); */
  padding: 0 3px;
  margin: 0 6px;
}
.single-pro-content .ec-single-sales .ec-single-sales-progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* margin-bottom: 20px; */
}
.single-pro-content .ec-single-sales .ec-single-sales-progress .ec-single-progressbar {
  position: relative;
  border: 3px solid #edecff;
  width: 100%;
  border-radius: 6px;
}
.single-pro-content .ec-single-sales .ec-single-sales-progress .ec-single-progressbar:before {
  position: absolute;
  border: 3px solid #555;
  width: 50%;
  border-radius: 6px;
  top: -3px;
  left: -3px;
  right: auto;
  content: "";
}
.single-pro-content .ec-single-sales .ec-single-progress-desc {
  font-size: 12px;
  color: #444444;
  font-weight: 500;
  letter-spacing: 0.1px;
  margin-bottom: 4px;
}
.single-pro-content .ec-single-sales .ec-single-sales-countdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single-pro-content .ec-single-sales .ec-single-sales-countdown .ec-single-countdown {
  margin-right: 32px;
}
.single-pro-content .ec-single-sales .ec-single-count-desc {
  font-size: 14px;
  font-weight: 700;
  position: relative;
  display: block;
  color: #777;
  letter-spacing: 0.3px;
  line-height: 17px;
}
.single-pro-content .ec-single-price-stoke {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: 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: 16px;
  color: #202020;
  margin-bottom: 14px;
  letter-spacing: 0;
}
.single-pro-content .ec-single-price-stoke .ec-single-sku {
  line-height: 1.4;
  font-size: 18px;
  color: #444444;
  font-weight: 500;
}
.single-pro-content .ec-single-price span.new-price {
  color: var(--primary);
  font-weight: 600;
  font-size: 27px;
  line-height: 1.2;
  font-family: "Poppins, sans-serif";
  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: "Poppins, sans-serif";
}
.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: 71%;
  margin-bottom: 20px;
  padding-bottom: 0px;
  border-bottom: 1px solid #fff;
}
.single-pro-content .ec-single-qty .qty-plus-minus {
  border: 1px solid var(--primary);
  display: inline-block;
  height: 40px;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 0;
}
.single-pro-content .ec-single-qty .qty-plus-minus .ec_qtybtn {
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  cursor: pointer;
  font-size: 22px;
  color: #777777;
}
.single-pro-content .ec-single-qty .qty-plus-minus input.qty-input {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  color: #444444;
  float: left;
  font-size: 15px;
  height: auto;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 40px;
  outline: none;
  font-weight: 700;
}
.single-pro-content .ec-single-qty .qty-plus-minus .dec.ec_qtybtn {
  border-right: 1px solid #eeeeee;
}
.single-pro-content .ec-single-qty .qty-plus-minus .inc.ec_qtybtn {
  border-left: 1px solid #eeeeee;
}
.single-pro-content .ec-single-qty .ec-single-cart .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  line-height: 50px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  margin: 0 10px;
  text-transform: uppercase;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 160px;
  letter-spacing: 0.02rem;
}
.single-pro-content .ec-single-qty .ec-single-cart .btn svg {
  margin-right: 8px;
}
.single-pro-content .ec-single-qty .ec-btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-decoration: none;
  color: #000000;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
}
.single-pro-content .ec-single-qty .ec-btn-group i {
  line-height: 22px;
}
.single-pro-content .ec-single-qty .ec-btn-group .svg_img.pro_svg {
  fill: #000000;
}
.single-pro-content .ec-single-qty .ec-btn-group:hover {
  color: #ffffff;
  background-color: var(--primary);
  border-color: var(--primary);
}
.single-pro-content .ec-single-qty .ec-btn-group:hover .svg_img.pro_svg {
  fill: #ffffff;
}
.single-pro-content .ec-single-qty .ec-single-wishlist {
  margin-right: 10px;
}
.single-pro-content .ec-single-social ul {
  display: initial;
}
.single-pro-content .ec-single-social ul li a {
  width: 30px;
  height: 30px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* background: #efefef; */
  border-radius: 100%;
  color: var(--primary);
  border: 1px solid var(--primary);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 15px;
}
.single-pro-content .ec-single-social ul li a:hover {
  color: #fff;
}
.single-pro-content .ec-single-social ul li.facebook a:hover {
  background: #3c5a98;
}
.single-pro-content .ec-single-social ul li.twitter a:hover {
  background: #1da1f2;
}
.single-pro-content .ec-single-social ul li.instagram a:hover {
  background: #d6249f;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}
.single-pro-content .ec-single-social ul li.behance a:hover {
  background: #0057ff;
}
.single-pro-content .ec-single-social ul li.whatsapp a:hover {
  background: #2db842;
}
.single-pro-content .ec-single-social ul li.plus a:hover {
  background: #000000;
}
.single-pro-content .ec-single-social ul li.youtube-play a:hover {
  background: #ff0000;
}
.single-pro-content .ec-single-social ul li.list-inline-item:not(:last-child) {
  margin-right: 6px;
}

i.ecicon.eci-star-o.fill {
  color: #ff6262;
}

i.ecicon.eci-star-o {
  color: #b2b2b2;
  float: left;
}

.ec-single-sales-countdown .displaySection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px;
  background-color: #f7f7f7;
  min-width: 60px;
  padding: 10px 5px;
}
.ec-single-sales-countdown .numberDisplay {
  font-size: 18px;
  min-height: unset;
  min-width: auto;
  color: #777;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.2;
  margin-bottom: 5px;
  background-color: transparent;
}
.ec-single-sales-countdown .periodDisplay {
  font-weight: 400;
}
.ec-single-sales-countdown .labelformat {
  width: auto;
  font-size: 12px;
  color: #777;
  line-height: 1;
  letter-spacing: -1px;
  font-weight: 500;
  letter-spacing: 0.02rem;
}

.ec-single-pro-tab {
  margin-top: 40px;
}

.ec-single-pro-tab-nav {
  border-bottom: none;
  position: relative;
  display: block;
  margin: auto;
  text-align: center;
  width: 100%;
  float: left;
  margin-bottom: -20px;
}
.ec-single-pro-tab-nav .nav-tabs {
  border-bottom: none;
  display: inline-block;
  float: left;
  background: #ffffff;
}
.ec-single-pro-tab-nav .nav-tabs li:last-child {
  margin-right: 0;
}
.ec-single-pro-tab-nav .nav-tabs li {
  margin: 0 5px 0 auto;
}
.ec-single-pro-tab-nav .nav-tabs .nav-link {
  border: 1px solid #eeeeee;
  text-transform: capitalize;
  line-height: 24px;
  color: #444444;
  padding: 8px 28px;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  display: inline-block;
  cursor: pointer;
  background-color: #ffffff;
  border-radius: 0;
  letter-spacing: 0;
}
.ec-single-pro-tab-nav .nav-tabs .nav-link:hover {
  color: #ffffff;
  background-color: var(--primary);
  border: 1px solid var(--primary);
}
.ec-single-pro-tab-nav .nav-tabs .nav-link.active {
  color: #ffffff;
  background-color: var(--primary);
  border: 1px solid var(--primary);
}
.ec-single-pro-tab-nav li {
  display: inline-block;
  float: left;
  margin-right: 2px;
}

.tab-pane p {
  color: #777;
  font-family: "Poppins, sans-serif";
  font-size: 14px;
  font-weight: 500;
}

.ec-single-pro-tab-content {
  overflow: hidden;
  background-color: #fff;
  text-align: left;
  padding: 35px 30px 21px 30px;
  border: 1px solid #eeeeee;
  border-radius: 0;
  color: #202020;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 1.6;
}
.ec-single-pro-tab-content .ec-t-review-wrapper {
  margin-top: 10px;
}
.ec-single-pro-tab-content .ec-single-pro-tab-desc p {
  margin-bottom: 15px;
  font-size: 14px;
  letter-spacing: 0;
  color: #777;
  line-height: 24px;
}
.ec-single-pro-tab-content .ec-single-pro-tab-desc ol {
  padding-left: 24px;
}
.ec-single-pro-tab-content .ec-single-pro-tab-desc ol li {
  list-style: outside;
  margin-bottom: 4px;
  color: #777;
}
.ec-single-pro-tab-content .ec-single-pro-tab-desc ul {
  padding-left: 24px;
}
.ec-single-pro-tab-content .ec-single-pro-tab-desc ul li {
  font-size: 15px;
  list-style: outside;
  margin-bottom: 4px;
  color: #777;
}
.ec-single-pro-tab-content .ec-single-pro-tab-moreinfo p {
  color: #777;
  font-family: "Poppins, sans-serif";
  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 {
  width: 100px;        /* fixed size */
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #eee;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}
.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-t-review-item .review-date{
  font-size: 12px;
  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: "Poppins, sans-serif";
}
.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;
} */
/*-----  Settings vendor page  -----*/
.ec-vendor-setting-card .name {
  margin: 15px 15px 5px 15px;
  font-size: 15px;
}
.ec-vendor-setting-card h5 {
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: 700;
  color: #777;
}
.ec-vendor-setting-card .ec-vendor-block-img {
  padding-bottom: 30px;
  border-bottom: 1px solid #eeeeee;
}
.ec-vendor-setting-card .ec-vendor-block-bg {
  width: 100%;
  height: 200px;
  background-image: url(../images/banner/7.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-blend-mode: overlay;
  background-color: rgba(0, 0, 0, 0.6);
  position: relative;
}
.ec-vendor-setting-card .ec-vendor-block-bg a {
  height: 40px;
  line-height: 40px;
  position: absolute;
  top: 8px;
  right: 15px;
  border-radius: 12px;
}
.ec-vendor-setting-card .ec-vendor-block-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative; 
}
.ec-vendor-setting-card .ec-vendor-block-detail .v-img {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  margin-top: -70px;
  border: 10px solid #ffffff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.ec-vendor-setting-card .ec-vendor-block-address ul li,
.ec-vendor-setting-card .ec-vendor-block-email ul li,
.ec-vendor-setting-card .ec-vendor-block-contact ul li {
  padding: 15px ;
}
.ec-vendor-setting-card .ec-vendor-block-address ul li strong,
.ec-vendor-setting-card .ec-vendor-block-email ul li strong,
.ec-vendor-setting-card .ec-vendor-block-contact ul li strong {
  font-weight: 500;
}

/*-----  Modal Window  -----*/
#edit_modal .ec-vendor-block-img {
  /* height: 80vh; */
  height: 37vh;
  overflow-y: auto;
}
#edit_modal .ec-vendor-block-bg {
  width: 100%;
  height: 200px;
  background-color: rgba(0, 0, 0, 0.6);
  position: relative;
}
#edit_modal .ec-vendor-block-bg .btns {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
}
#edit_modal .ec-vendor-block-bg .btns a {
  height: 40px;
  margin-left: 5px;
  margin-bottom: 5px;
  line-height: 40px;
  font-size: 14px;
}
#edit_modal .cover-upload {
  width: 100%;
  height: 200px;
  overflow: hidden;
}
#edit_modal .cover-upload:after {
  content: "";
  width: 100%;
  height: 200px;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
}
#edit_modal .cover-upload .thumb-upload {
  height: 200px;
  position: relative;
}
#edit_modal .cover-upload .thumb-upload .thumb-edit {
  position: absolute;
  bottom: 15px;
  right: 15px;
  z-index: 1;
}
#edit_modal .cover-upload .thumb-upload .thumb-edit input {
  opacity: 0;
  width: 30px;
  height: 30px;
  padding: 0;
  border-radius: 50%;
  position: absolute;
  z-index: 1;
}
#edit_modal .cover-upload .thumb-upload .thumb-edit input + label {
  width: 30px;
  height: 30px;
  padding: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0;
  border-radius: 100%;
  background: #ffffff;
  border: 1px solid transparent;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
  border: 1px solid #eeeeee;
  cursor: pointer;
  font-weight: normal;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#edit_modal .cover-upload .thumb-upload .thumb-edit input + label .svg_img {
  opacity: 0.6;
}
#edit_modal .cover-upload .thumb-upload .thumb-edit input + label:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
#edit_modal .ec-vendor-block-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
#edit_modal .ec-vendor-block-detail .v-img {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  margin-top: -70px;
  border: 10px solid #ffffff;
}
#edit_modal .ec-vendor-block-detail .thumb-upload {
  position: relative;
}
#edit_modal .ec-vendor-block-detail .thumb-upload .thumb-edit {
  position: absolute;
  top: -60px;
  right: 5px;
  z-index: 1;
}
#edit_modal .ec-vendor-block-detail .thumb-upload .thumb-edit input {
  opacity: 0;
  width: 30px;
  height: 30px;
  padding: 0;
  border-radius: 50%;
  position: absolute;
  z-index: 1;
}
#edit_modal .ec-vendor-block-detail .thumb-upload .thumb-edit input + label {
  width: 30px;
  height: 30px;
  padding: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0;
  border-radius: 100%;
  background: #ffffff;
  border: 1px solid transparent;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
  border: 1px solid #eeeeee;
  cursor: pointer;
  font-weight: normal;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#edit_modal .ec-vendor-block-detail .thumb-upload .thumb-edit input + label .svg_img {
  opacity: 0.6;
}
#edit_modal .ec-vendor-block-detail .thumb-upload .thumb-edit input + label:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
#edit_modal .ec-vendor-upload-detail .space-t-15 {
  margin-top: 15px;
}
#edit_modal .ec-vendor-upload-detail input,
#edit_modal .ec-vendor-upload-detail textarea,
#edit_modal .ec-vendor-upload-detail select {
  background-color: transparent;
  color: #777;
  border-radius: 0;
  border: 1px solid #eeeeee !important;
}
#edit_modal .ec-vendor-upload-detail input,
#edit_modal .ec-vendor-upload-detail select {
  height: 45px;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
#edit_modal .ec-vendor-upload-detail .qty_close {
  margin-left: 5px;
}












@media screen and (max-width: 1200px) {
  .ec-product-ds .ec-title a {
    font-size: 14px;
  }
  .ec-product-ds .ec-price {
    font-size: 14px;
  }
  .ec-product-csc .ec-product-body .ec-link-icon a {
    margin: 9px 2px;
  }
  .ec-product-csc .ec-product-body .ec-link-btn .ec-add-to-cart {
    font-size: 12px;
    line-height: 33px;
  }
  .ec-product-fw .ec-product-body .ec-link-icon a {
    margin: 9px 2px;
  }
  .ec-product-fw .ec-product-body .ec-link-btn .ec-add-to-cart {
    font-size: 12px;
    line-height: 33px;
  }
  .ec-product-tp .ec-product-body .ec-link-icon a {
    margin: 9px 2px;
  }
  .ec-product-tp .ec-product-body .ec-link-btn .ec-add-to-cart {
    font-size: 12px;
    line-height: 33px;
  }
  .ec-product-lsc .ec-product-body .ec-link-icon a {
    margin: 0 2px;
  }
  .ec-product-lsc .ec-product-body .ec-link-btn .ec-add-to-cart {
    font-size: 12px;
    line-height: 35px;
    height: 35px;
    margin: 0 2px 0 0;
  }
}
@media screen and (max-width: 991px) {
  .ec-product-ds {
    margin: 20px 0;
    overflow: inherit;
  }
  .ec-product-ds .links {
    opacity: unset;
    bottom: 0;
    top: auto !important;
  }
  .ec-product-ds .links li a {
    width: 35px;
    height: 35px;
    font-size: 16px;
  }
  .ec-product-ds .ec-price {
    margin-bottom: 15px;
    opacity: inherit;
  }
  .ec-product-ds:hover .ec-price {
    opacity: inherit;
  }
  .ec-product-ds .ec-add-to-cart {
    opacity: unset;
    bottom: auto !important;
    line-height: 35px;
    font-size: 13px;
  }
  .ec-product-csc {
    margin: 20px 0;
  }
  .ec-product-csc .ec-product-body .ec-title a {
    font-size: 14px;
  }
  .ec-product-csc .ec-product-body .ec-link-icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .ec-product-fw {
    margin: 20px 0;
  }
  .ec-product-fw .ec-product-body .ec-title a {
    font-size: 14px;
  }
  .ec-product-fw .ec-product-image .ec-link-icon {
    opacity: 1;
  }
  .ec-product-tp {
    margin: 20px 0;
  }
  .ec-product-tp .ec-product-body .ec-title a {
    font-size: 14px;
  }
  .ec-product-tp .ec-product-image .ec-link-icon {
    opacity: 1;
  }
  .ec-product-sdwn {
    margin: 15px 0;
  }
  .ec-product-lsc {
    margin: 15px 0;
  }
  .ec-product-lsc .ec-product-body .ec-title a {
    font-size: 14px;
  }
  .ec-product-lsc .ec-product-image .ec-link-icon {
    opacity: 1;
  }
  .ec-product-swd {
    margin: 0 0 30px;
  }
  .ec-product-cbb {
    margin: 0 0 30px;
  }
  .ec-product-sup {
    margin-bottom: 40px;
  }
  .ec-product-sbtn {
    margin-bottom: 30px;
  }
}
.section-title {
  margin-bottom: 10px;
  position: relative;
}
.section-title .ec-title {
  font-family: "Poppins, sans-serif";
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 7px;
  color: #222;
  letter-spacing: 0;
  position: relative;
  display: inline;
  padding: 0 27px;
  line-height: 22px;
  letter-spacing: 0.02rem;
  text-transform: capitalize;
}
.section-title .ec-title:after {
  content: "";
  position: absolute;
  top: 50%;
  height: 3px;
  width: 50px;
  margin: 0 auto;
  background: var(--primary);
  right: 0;
  left: auto;
  display: none;
}
.section-title .ec-title:before {
  content: "";
  position: absolute;
  top: 50%;
  height: 3px;
  width: 50px;
  margin: 0 auto;
  background: var(--primary);
  left: 0;
  right: auto;
  display: none;
}
.section-title .ec-bg-title {
  font-family: "Fjalla One";
  font-size: 63px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  color: #444444;
  opacity: 0.1;
  margin-bottom: 0;
  letter-spacing: 0;
  display: none;
}
.section-title .sub-title {
  margin: 0px 0 0 0 !important;
  color: #777;
  padding: 0 20%;
  font-size: 14px;
  letter-spacing: 0.03rem;
  font-weight: 300;
}
.section-title .sub-title a {
  color: var(--primary);
  font-weight: 400;
  margin-left: 3px;
  text-decoration: underline;
}

.text-upper {
  text-transform: uppercase;
}

/*-------------------------------------------------
  About Us Page CSS
---------------------------------------------------*/
.ec-cms-block {
  background-color: #fff;
}
.ec-cms-block .ec-cms-block-title {
  margin-bottom: 14px;
  color: #222;
  font-size: 24px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0;
  text-align: left;
  font-family: "Poppins, sans-serif";
}
.ec-cms-block p {
  font-size: 14px;
  color: #777777;
  line-height: 26px;
  font-weight: 300;
  letter-spacing: 0;
  text-align: left;
}

/*-------------------------------------------------
  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: 15px;
  color: #777777;
  line-height: 26px;
  letter-spacing: 0;
  margin-bottom: 15px;
}
.ec-test-section .ec-test-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.ec-test-section .ec-test-name {
  font-family: "Poppins, sans-serif";
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 6px;
  color: var(--primary);
  letter-spacing: 0.6px;
  line-height: 1.2;
}
.ec-test-section .ec-test-designation {
  font-size: 16px;
  color: #444444;
  line-height: 1.2;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
}
.ec-test-section .ec-test-rating {
  margin: 0 auto;
}
.ec-test-section .ec-test-rating i {
  font-size: 11px;
  margin: 0 0.5px;
}
.ec-test-section .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ec-test-section .slick-dots li {
  width: 100px;
  background-color: #ffffff;
  border: 3px solid #555;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  display: inline-block;
  height: 100px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0.5;
}
.ec-test-section .slick-dots li:hover {
  margin: 0 15px;
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.ec-test-section .slick-dots li img {
  max-width: 100%;
}
.ec-test-section .slick-dots li.slick-active {
  margin: 0 15px;
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

#ec-testimonial-slider {
  text-align: center;
}

.ec-test-inner .ec-test-img {
  display: flex !important;
}

.svg_img.test_svg, .fi-rr-quote-right {
  position: absolute;
  width: 45px;
  height: auto;
  fill: #555;
}

.svg_img.test_svg.top {
  top: -24px;
  left: 63px;
  right: auto;
}

.fi-rr-quote-right.top {
  top: -38px;
  left: 63px;
  right: auto;
  font-size: 41px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.svg_img.test_svg.bottom {
  bottom: -27px;
  right: 88px;
  left: auto;
}

.fi-rr-quote-right.bottom {
  bottom: -38px;
  right: 88px;
  left: auto;
  font-size: 41px;
}
/*-------------------------------------------------
  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: var(--secondary); */
}
.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:  var(--primary);
}
.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: "Poppins, sans-serif";
  font-weight: 500;
  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: var(--secondary);
}
.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: #444444;
}
.ec-category-section .ec-cat-tab-nav .cat-link.active .cat-desc span + span {
  color: #ffffff;
}




/*-------------------------------------------------
  New Product CSS
---------------------------------------------------*/
section.ec-new-product .section-title .sub-title {
  margin-top: 7px;
}


/*-------------------------------------------------
  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: 3px;
  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 {
  margin-top: 7px;
  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: 10px;
  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: 390px;
  margin-top: 21px;
  background-color: #fff;
}
.ec_contact_info .ec_contact_info_head {
font-family: "Poppins, sans-serif";
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 7px;
    color: #222;
    letter-spacing: 0;
    position: relative;
    display: inline;
    padding: 0 27px;
    line-height: 22px;
    letter-spacing: 0.02rem;
    text-transform: capitalize;
}

li.ec-contact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  line-height: 26px;
  border: 0;
  padding: 0;
  font-weight: 400;
  font-size: 14px;
  color: #777777;
  margin-bottom: 9px;
}
li.ec-contact-item + .ec-contact-item {
  margin-bottom: 18px;
}
li.ec-contact-item:last-child {
  margin-bottom: 0;
}
li.ec-contact-item a {
  color: #777777;
}
li.ec-contact-item span {
  font-size: 15px;
  color: #444444;
  font-weight: 500;
  min-width: 74px;
}

.ec-contact-item i {
  min-width: 20px;
  font-size: 20px;
  color: var(--primary);
  margin-right: 11px;
}

.ec_map_canvas iframe {
  overflow: hidden;
  background: none !important;
  height: 500px;
  width: 100%;
}
/*-------------------------------------------------
  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: 500;
  letter-spacing: 0;
  line-height: 1;
}
.ec-login-wrapper .ec-login-container .ec-login-form input {
  background-color: transparent;
  border: 1px solid #eeeeee;
  color: #777;
  font-size: 14px;
  margin-bottom: 27px;
  padding: 0 15px;
  width: 100%;
  outline: none;
}
.ec-login-wrapper .ec-login-container .ec-login-form .ec-login-wrap + .ec-login-wrap input {
  margin-bottom: 15px;
}
.ec-login-wrapper .ec-login-container .ec-login-form .ec-login-fp label {
  margin-bottom: 0;
}
.ec-login-wrapper .ec-login-container .ec-login-form .ec-login-fp label a {
  color: #444444;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0px;
}
.ec-login-wrapper .ec-login-container .ec-login-form .ec-login-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ec-login-wrapper .ec-login-container .ec-login-form .btn {
  cursor: pointer;
  font-size: 18px;
  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: 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;
}
.digit-control{
    width: 45px;
    height: 45px;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    border: 2px solid #ddd;
    border-radius: 8px;
    transition: all 0.3s ease;
}
.digit-control:hover{
    border-color: var(--primary);
    box-shadow: 0 0 5px rgba(252, 37, 241, 0.678);
}
.digit-control:focus{
    border-color: var(--primary);
    box-shadow: 0 0 5px rgba(252, 37, 241, 0.884);
    outline: none;
}
/*-------------------------------------------------
  Register Page CSS
---------------------------------------------------*/
.ec-register-wrapper {
  max-width: 460px;
  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: 10px;
  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: 10px;
}
.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;
}


/*-------------------------------------------------
  User account Page CSS
---------------------------------------------------*/
.ec-vendor-setting-card .ec-vendor-block-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative; 
}
.ec-vendor-setting-card .ec-vendor-block-detail .v-img {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  margin-top: -70px;
  border: 10px solid #ffffff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.ec-user-account .ec-vendor-block-img {
  border-bottom: 1px solid #fff;
  padding-bottom: 0px;
}
.ec-user-account .ec-vendor-block-img p {
  margin-bottom: 5px;
}
.ec-user-account .ec-vendor-block-img p span {
  font-weight: 700;
}
.ec-user-account .ec-vendor-block-bg {
  width: 100%;
  height: 200px;
  background-image: url(../images/banner/8.jpg) !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-blend-mode: overlay;
  background-color: rgba(0, 0, 0, 0.6);
  position: relative;
}
.ec-user-account .border-none {
  border: none;
}
.ec-user-account .border-color {
  border-bottom: none;
}
.ec-user-account tfoot tr td {
  color: #777;
}
.ec-user-account tfoot tr td span {
  padding: 15px 0 0 0 !important;
  display: block;
}
.ec-user-account .page-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ec-user-account .page-header .page-tools {
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.ec-user-account .page-header img {
  width: 130px;
}
.ec-user-account .ec-vendor-block-detail {
  position: relative;
  margin-bottom: 15px;
}
.ec-user-account .brc-default-l1 {
  border-color: #eeeeee; 
}
.ec-user-account .ml-n1 {
  margin-left: -0.25rem;
}
.ec-user-account .mx-n1 {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
.ec-user-account .mr-n1 {
  margin-right: -0.25rem;
}
.ec-user-account .mb-4 {
  margin-bottom: 1.5rem;
}
.ec-user-account .my-4 {
  margin-bottom: 1.5rem;
}
.ec-user-account hr {
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.ec-user-account .text-grey-m2 {
  color: #777;
}
.ec-user-account .font-bolder {
  font-weight: 600;
}
.ec-user-account .text-600 {
  font-weight: 700;
}
.ec-user-account .pb-25 {
  padding-bottom: 0.75rem;
}
.ec-user-account .py-25 {
  padding-bottom: 0.75rem;
  padding-top: 0.75rem;
}
.ec-user-account .pt-25 {
  padding-top: 0.75rem;
}
.ec-user-account .w-2 {
  width: 1rem;
}
.ec-user-account .note-text-color {
  color: #999;
}
.ec-user-account .padding-b-0 {
  padding-bottom: 0 !important;
}

.ec-invoice-2 table {
  margin-bottom: 30px;
}
.ec-invoice-2 .ec-vendor-dashboard-card .ec-vendor-card-body .ec-vendor-card-table thead tr {
  background-color: #2d313e;
}
.ec-invoice-2 .ec-vendor-dashboard-card .ec-vendor-card-body .ec-vendor-card-table thead tr th {
  color: #fff;
}
.ec-invoice-2 .ec-vendor-dashboard-card .ec-vendor-card-body .ec-vendor-card-table tbody tr, .ec-invoice-2 .ec-vendor-dashboard-card .ec-vendor-card-body .ec-vendor-card-table tfoot tr {
  background-color: #f7f7f7;
}
.ec-invoice-2 .ec-vendor-dashboard-card .ec-vendor-card-body .ec-vendor-card-table tbody tr:nth-child(even), .ec-invoice-2 .ec-vendor-dashboard-card .ec-vendor-card-body .ec-vendor-card-table tfoot tr:nth-child(even) {
  background-color: #f3f3f3;
}
.ec-invoice-2 .ec-vendor-dashboard-card .ec-vendor-card-body .ec-vendor-card-table tbody tr td span, .ec-invoice-2 .ec-vendor-dashboard-card .ec-vendor-card-body .ec-vendor-card-table tbody tr th span, .ec-invoice-2 .ec-vendor-dashboard-card .ec-vendor-card-body .ec-vendor-card-table tfoot tr td span, .ec-invoice-2 .ec-vendor-dashboard-card .ec-vendor-card-body .ec-vendor-card-table tfoot tr th span {
  padding: 10px 0 !important;
}


/*-----  Vendor Dashboard  -----*/
.ec-vendor-dashboard .ec-vendor-dashboard-card,
.ec-vendor-uploads .ec-vendor-dashboard-card {
  background: #ffffff;
}

.ec-vendor-dashboard .ec-vendor-sidebar .ec-sidebar-wrap,
.ec-vendor-uploads .ec-vendor-sidebar .ec-sidebar-wrap {
  border-color: #eeeeee;
  position: sticky;
  top: 30px;
}
.ec-vendor-dashboard .ec-vendor-sidebar .ec-border-box,
.ec-vendor-uploads .ec-vendor-sidebar .ec-border-box {
  border: 1px solid #eeeeee;
  border-radius: 10px;
}
.ec-vendor-dashboard .ec-vendor-sidebar .ec-sidebar-block .ec-vendor-block .ec-vendor-block-bg,
.ec-vendor-uploads .ec-vendor-sidebar .ec-sidebar-block .ec-vendor-block .ec-vendor-block-bg {
  width: 100%;
  height: 200px;
  background-image: url(../images/banner/7.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-blend-mode: overlay;
  background-color: rgba(0, 0, 0, 0.6);
}
.ec-vendor-dashboard .ec-vendor-sidebar .ec-sidebar-block .ec-vendor-block .ec-vendor-block-detail,
.ec-vendor-uploads .ec-vendor-sidebar .ec-sidebar-block .ec-vendor-block .ec-vendor-block-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ec-vendor-dashboard .ec-vendor-sidebar .ec-sidebar-block .ec-vendor-block .ec-vendor-block-detail .v-img,
.ec-vendor-uploads .ec-vendor-sidebar .ec-sidebar-block .ec-vendor-block .ec-vendor-block-detail .v-img {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  margin-top: -70px;
  border: 10px solid #ffffff;
}
.ec-vendor-dashboard .ec-vendor-sidebar .ec-sidebar-block .ec-vendor-block .ec-vendor-block-detail h5,
.ec-vendor-uploads .ec-vendor-sidebar .ec-sidebar-block .ec-vendor-block .ec-vendor-block-detail h5 {
  font-weight: 700;
  color: #777;
}
.ec-vendor-dashboard .ec-vendor-sidebar .ec-sidebar-block .ec-vendor-block .ec-vendor-block-items ul li,
.ec-vendor-uploads .ec-vendor-sidebar .ec-sidebar-block .ec-vendor-block .ec-vendor-block-items ul li {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-top: 1px solid #eeeeee;
  padding: 13px 0 10px 0;
}
.ec-vendor-dashboard .ec-vendor-sidebar .ec-sidebar-block .ec-vendor-block .ec-vendor-block-items ul li:hover a,
.ec-vendor-uploads .ec-vendor-sidebar .ec-sidebar-block .ec-vendor-block .ec-vendor-block-items ul li:hover a {
  margin-left: 5px;
}
.ec-vendor-dashboard .ec-vendor-sidebar .ec-sidebar-block .ec-vendor-block .ec-vendor-block-items ul li a,
.ec-vendor-uploads .ec-vendor-sidebar .ec-sidebar-block .ec-vendor-block .ec-vendor-block-items ul li a {
  width: 100%;
  display: block;
  color: #777;
  font-weight: 550;
}
.ec-vendor-dashboard .ec-vendor-sidebar .ec-sidebar-block .ec-vendor-block .ec-vendor-block-items ul li:first-child,
.ec-vendor-uploads .ec-vendor-sidebar .ec-sidebar-block .ec-vendor-block .ec-vendor-block-items ul li:first-child {
  border-top: 0;
}
.ec-vendor-dashboard .ec-vendor-detail-block h6,
.ec-vendor-uploads .ec-vendor-detail-block h6 {
  margin-bottom: 3px;
  padding: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 400;
  color: #777;
  /* background: #f7f7f7;
  border: 1px solid #eeeeee; */
}
.ec-vendor-dashboard .space-bottom-30,
.ec-vendor-uploads .space-bottom-30 {
  margin-bottom: 30px;
}
.ec-vendor-dashboard .ec-vendor-dashboard-card,
.ec-vendor-uploads .ec-vendor-dashboard-card {
  border: 1px solid #eeeeee;
}
.ec-vendor-dashboard .ec-vendor-dashboard-card .ec-vendor-card-header,
.ec-vendor-uploads .ec-vendor-dashboard-card .ec-vendor-card-header {
  padding: 15px;
  border-bottom: 1px solid #eeeeee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ec-vendor-dashboard .ec-vendor-dashboard-card .ec-vendor-card-header h5,
.ec-vendor-uploads .ec-vendor-dashboard-card .ec-vendor-card-header h5 {
  margin: 0;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  color: #777;
}
.ec-vendor-dashboard .ec-vendor-dashboard-card .ec-vendor-card-header .ec-header-btn .btn,
.ec-vendor-uploads .ec-vendor-dashboard-card .ec-vendor-card-header .ec-header-btn .btn {
  height: 30px;
  margin-left: 5px;
  line-height: 31px;
}
.ec-vendor-dashboard .ec-vendor-dashboard-card .ec-vendor-card-body,
.ec-vendor-uploads .ec-vendor-dashboard-card .ec-vendor-card-body {
  /* padding: 30px; */
  padding: 0px;

}
.ec-vendor-dashboard .ec-vendor-dashboard-card .ec-vendor-card-body .ec-vendor-card-table,
.ec-vendor-uploads .ec-vendor-dashboard-card .ec-vendor-card-body .ec-vendor-card-table {
  overflow-y: auto;
  border-radius: 10px;
}
.ec-vendor-dashboard .ec-vendor-dashboard-card .ec-vendor-card-body .ec-table thead tr th,
.ec-vendor-uploads .ec-vendor-dashboard-card .ec-vendor-card-body .ec-table thead tr th {
  color: #fff;
  border-color: #eeeeee !important;
}
.ec-vendor-dashboard .ec-vendor-dashboard-card .ec-vendor-card-body .ec-table tbody tr th,
.ec-vendor-dashboard .ec-vendor-dashboard-card .ec-vendor-card-body .ec-table tbody tr td,
.ec-vendor-uploads .ec-vendor-dashboard-card .ec-vendor-card-body .ec-table tbody tr th,
.ec-vendor-uploads .ec-vendor-dashboard-card .ec-vendor-card-body .ec-table tbody tr td {
  color: #777;
  border-color: #eeeeee !important;
}
.ec-vendor-dashboard .ec-vendor-dashboard-card .ec-vendor-card-body .ec-table tbody tr th .prod-img,
.ec-vendor-dashboard .ec-vendor-dashboard-card .ec-vendor-card-body .ec-table tbody tr td .prod-img,
.ec-vendor-uploads .ec-vendor-dashboard-card .ec-vendor-card-body .ec-table tbody tr th .prod-img,
.ec-vendor-uploads .ec-vendor-dashboard-card .ec-vendor-card-body .ec-table tbody tr td .prod-img {
  width: 100px;
  height: 100px;
}
.ec-vendor-dashboard .ec-vendor-dashboard-card .ec-vendor-card-body .ec-table tbody tr th span,
.ec-vendor-dashboard .ec-vendor-dashboard-card .ec-vendor-card-body .ec-table tbody tr td span,
.ec-vendor-uploads .ec-vendor-dashboard-card .ec-vendor-card-body .ec-table tbody tr th span,
.ec-vendor-uploads .ec-vendor-dashboard-card .ec-vendor-card-body .ec-table tbody tr td span {
  padding: 14px 0 !important;
  display: block;
}
.ec-vendor-dashboard .ec-vendor-dashboard-card .ec-vendor-card-body .ec-table tbody tr th .btn,
.ec-vendor-dashboard .ec-vendor-dashboard-card .ec-vendor-card-body .ec-table tbody tr td .btn,
.ec-vendor-uploads .ec-vendor-dashboard-card .ec-vendor-card-body .ec-table tbody tr th .btn,
.ec-vendor-uploads .ec-vendor-dashboard-card .ec-vendor-card-body .ec-table tbody tr td .btn {
  height: 30px;
  line-height: 31px;
}
.ec-vendor-dashboard .ec-vendor-dashboard-card .ec-vendor-card-body .ec-table tbody tr th .tbl-btn,
.ec-vendor-dashboard .ec-vendor-dashboard-card .ec-vendor-card-body .ec-table tbody tr td .tbl-btn,
.ec-vendor-uploads .ec-vendor-dashboard-card .ec-vendor-card-body .ec-table tbody tr th .tbl-btn,
.ec-vendor-uploads .ec-vendor-dashboard-card .ec-vendor-card-body .ec-table tbody tr td .tbl-btn {
  padding: 10px 0 !important;
}
.ec-vendor-dashboard .ec-vendor-dashboard-card .ec-vendor-card-body canvas,
.ec-vendor-uploads .ec-vendor-dashboard-card .ec-vendor-card-body canvas {
  height: 400px;
}
.ec-vendor-dashboard .ec-vendor-dashboard-sort-card,
.ec-vendor-uploads .ec-vendor-dashboard-sort-card {
  margin-bottom: 30px;
  padding: 30px;
  border: 1px solid #eeeeee !important;
  position: relative;
  overflow: hidden;
}
.ec-vendor-dashboard .ec-vendor-dashboard-sort-card h5,
.ec-vendor-dashboard .ec-vendor-dashboard-sort-card h3,
.ec-vendor-dashboard .ec-vendor-dashboard-sort-card p,
.ec-vendor-uploads .ec-vendor-dashboard-sort-card h5,
.ec-vendor-uploads .ec-vendor-dashboard-sort-card h3,
.ec-vendor-uploads .ec-vendor-dashboard-sort-card p {
  color: #fff;
}
.ec-vendor-dashboard .ec-vendor-dashboard-sort-card h5,
.ec-vendor-uploads .ec-vendor-dashboard-sort-card h5 {
  margin-bottom: 15px;
  font-size: 17px;
  text-transform: uppercase;
  font-family: sans-serif;
  font-weight: 600;
}
.ec-vendor-dashboard .ec-vendor-dashboard-sort-card h3,
.ec-vendor-uploads .ec-vendor-dashboard-sort-card h3 {
  margin: 0;
  line-height: 24px;
  font-weight: 600;
}
.ec-vendor-dashboard .ec-vendor-dashboard-sort-card h3 span,
.ec-vendor-uploads .ec-vendor-dashboard-sort-card h3 span {
  position: absolute;
  font-size: 15px;
  font-weight: 400;
  margin-left: 10px;
}
.ec-vendor-dashboard .ec-vendor-dashboard-sort-card:after,
.ec-vendor-uploads .ec-vendor-dashboard-sort-card:after {
  content: "";
  width: 90px;
  height: 90px;
  position: absolute;
  right: -2px;
  bottom: -35px;
  background: #fff;
  border-radius: 50%;
  opacity: 0.3;
}
.ec-vendor-dashboard .ec-vendor-dashboard-sort-card:before,
.ec-vendor-uploads .ec-vendor-dashboard-sort-card:before {
  content: "";
  width: 90px;
  height: 90px;
  position: absolute;
  right: -35px;
  bottom: -2px;
  background: #fff;
  border-radius: 50%;
  opacity: 0.3;
}
.ec-vendor-dashboard .color-blue,
.ec-vendor-uploads .color-blue {
  background-image: linear-gradient(145deg, #b1d1ff 0%, #588fe4 100%);
}
.ec-vendor-dashboard .color-pink,
.ec-vendor-uploads .color-pink {
  background-image: linear-gradient(145deg, #fdb8c3, #ec6f85);
}
.ec-vendor-dashboard .color-green,
.ec-vendor-uploads .color-green {
  background-image: linear-gradient(145deg, #78ecc7 0%, #2fce9a 100%);
}
.ec-vendor-dashboard .color-orange,
.ec-vendor-uploads .color-orange {
  background-image: linear-gradient(145deg, #f9c899, #f79165);
}

/*-----  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: 4px;
}

.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: 0;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #ffffff;
  border: 1px solid #ededed;
  border-radius: 4px;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.ec-sidebar-wrap.ec-checkout-pay-wrap .ec-pay-agree .checked:after {
  left: -1px;
  top: -1px;
  width: 15px;
  height: 15px;
  border: 1px solid #3474d4;
  content: "\f00c";
  position: absolute;
  display: none;
  font-family: "EcIcons";
  font-size: 9px;
  color: #3474d4;
  line-height: 14px;
  text-align: center;
  border-radius: 4px;
}

.ec-sidebar-wrap.ec-check-pay-img-wrap h3 {
  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;
}
/*-------------------------------------------------
   Wishlist Page CSS
---------------------------------------------------*/
.wishlist-2 .ec-table tbody tr td .avl {
  color: #8bd38b;
}
.wishlist-2 .ec-table tbody tr td .out {
  color: #e9abab;
}
.wishlist-2 .ec-table tbody tr td .dis {
  color: #999;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.wishlist-2 .ec-table tbody tr td .btn {
  width: 30px;
  height: 30px;
  margin: 0 3px;
  padding: 0;
}
.wishlist-2 .ec-table tbody tr td .btn .svg_img.pro_svg {
  width: 16px;
  fill: #fff;
}
.wishlist-2 .ec-table tbody tr td .ec-remove-wish {
  font-size: 20px;
  background-color: #e9abab;
}
.wishlist-2 .ec-table tbody tr td .ec-remove-wish:hover {
  background-color: #555;
}
/*-------------------------------------------------
  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;
}
 .ec-ship-title::after {
  content: "\f107";
  position: relative;
  font-family: "EcIcons";
  font-size: 18px;
  color: #777777;
  font-weight: 400;
   padding: 0px 5px 6px 125px;
}

.ec-cart-content .table-content table {
  border: 1px solid #ebebeb;
  width: 100%;
  background-color: #fff;
  overflow: hidden;
}
.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;
}
.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: "Poppins, sans-serif";
  letter-spacing: 0;
  margin: 0 auto;
  text-align: center;
}

.ec-compare-inner .ec-com-remove {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 11px;
  left: auto;
  right: 11px;
  border-radius: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #555;
  z-index: 8;
}
.ec-compare-inner .ec-com-remove:hover {
  background: #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: 12px 15px;
  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: "Poppins, sans-serif";
  background-color: #3474d4;
  letter-spacing: 0;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 5px;
}

/*-------------------------------------------------
  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: "Poppins, sans-serif";
  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-top: -10px;
  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;
}
.ec-checkout-wrap .ec-check-bill-form input {
  background-color: transparent;
  border: 1px solid #ededed;
  color: #444444;
  font-size: 14px;
  margin-bottom: 26px;
  padding: 0 15px;
  width: 100%;
  outline: none;
}
.ec-checkout-wrap .ec-check-bill-form .ec-bill-fp label {
  margin-bottom: 0;
}
.ec-checkout-wrap .ec-check-bill-form .ec-bill-fp label a {
  color: #444444;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0px;
}
.ec-checkout-wrap .ec-check-bill-form .ec-bl-select-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  border-radius: 0;
  border: 1px solid #ededed;
  font-size: 14px;
  padding: 0;
  margin-bottom: 27px;
}
.ec-checkout-wrap .ec-check-bill-form .ec-bl-select-inner select {
  padding: 0 15px;
}
.ec-checkout-wrap .ec-check-bill-form .ec-bl-select-inner::after {
  content: "\f107";
  position: absolute;
  font-family: "EcIcons";
  top: 0;
  right: 0;
  padding: 0 10px;
  cursor: pointer;
  pointer-events: none;
  font-size: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  line-height: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #777777;
}

.ec-checkout-content .ec-check-order-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0;
}
.ec-checkout-content .ec-check-order-btn .btn {
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  font-size: 16px;
  line-height: 1;
  padding: 0 5px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  outline: none;
  border-radius: 0px;
  width: 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: flex-start;
  -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: 18px;
  font-weight: 500;
  letter-spacing: 0;
}
.ec-checkout-summary .text-right {
  color: #555;
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
  margin-left: 8px;
}
.ec-checkout-summary .text-right a {
  color: var(--primary);
  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: 15px;
  font-weight: 600;
  font-family: "Poppins, sans-serif";
}
.ec-checkout-summary .ec-checkout-summary-total .text-right {
  font-size: 16px;
  font-weight: 700;
  font-family: "Poppins, sans-serif";
}
/*-----  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: 4px;
}

.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: 0;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #ffffff;
  border: 1px solid #ededed;
  border-radius: 4px;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.ec-sidebar-wrap.ec-checkout-pay-wrap .ec-pay-agree .checked:after {
  left: -1px;
  top: -1px;
  width: 15px;
  height: 15px;
  border: 1px solid #3474d4;
  content: "\f00c";
  position: absolute;
  display: none;
  font-family: "EcIcons";
  font-size: 9px;
  color: #3474d4;
  line-height: 14px;
  text-align: center;
  border-radius: 4px;
}

.ec-sidebar-wrap.ec-check-pay-img-wrap h3 {
  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;
}
.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-size: 16px;
  text-align: center;
  padding: 0 15px;
}


/*-------------------------------------------------
   Thank you Page CSS
---------------------------------------------------*/
.ec-thank-you-page .ec-thank-you {
  padding-left: 30px;
  padding-right: 30px;
  border: 1px solid #eeeeee;
}
.ec-thank-you-page .ec-thank-you .ec-thank-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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ec-thank-you-page .ec-thank-you .ec-thank-content i {
  margin-bottom: 1px;
  font-size: 90px;
  color: var(--primary);
}
.ec-thank-you-page .ec-thank-you .ec-thank-content .section-title {
  text-align: center;
}
.ec-thank-you-page .ec-thank-you .ec-thank-content .section-title .ec-title {
  /* font-size: 40px; */
  font-size: 28px;
}
.ec-thank-you-page .ec-thank-you .ec-thank-content .section-title .sub-title {
  /* font-size: 19px; */
  font-size: 15px;
}
.ec-thank-you-page .ec-thank-you .ec-hunger {
  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-thank-you-page .ec-thank-you .ec-hunger .ec-hunger-detial {
  max-width: 500px;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #f7f7f7;
}
.ec-thank-you-page .ec-thank-you .ec-hunger .ec-hunger-detial h3 {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 600;
  color: #777;
  text-align: center;
}
.ec-thank-you-page .ec-thank-you .ec-hunger .ec-hunger-detial h6 {
  margin-bottom: 15px;
  color: #777;
  text-align: center;
}

/*-------------------------------------------------
  Popup Model Dialog CSS
---------------------------------------------------*/
.modal-dialog {
  height: 100%;
  margin: 0% auto;
  max-width: 960px;
  width: 820px;
  padding: 5px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.modal-dialog .modal-header {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 10px 10px;
  border-bottom: 1px solid #eeeeee;
}
.modal-dialog .modal-header span {
  font-size: 24px;
  color: #444444;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.modal-dialog .modal-header span:hover {
  color: #555;
}
.modal-dialog .qty-nav-thumb {
  padding: 0 14px;
  margin-top: 20px;
}
.modal-dialog .qty-nav-thumb .slick-slide img {
  border-radius: 12px;
  padding: 5px;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.modal-dialog .qty-nav-thumb .slick-slide:hover img {
  border-color:  var(--primary);
}
.modal-dialog .qty-nav-thumb .slick-slide.slick-current img {
  border-color: var(--primary);
}
.modal-dialog .qty-nav-thumb .slick-arrow {
  height: 100%;
  top: 0;
}
.modal-dialog .qty-slide {
  display: block !important;
  padding: 2px;
}

.modal.fade {
  display: block !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.modal.fade.show {
  display: block !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.modal-dialog {
  padding: 30px;
}

#product-details-modal {
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0,0,0,0.3); /* subtle shadow */
}

/*-------------------------------------------------
  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;
}

/*-------------------------------------------------
  Single product Page CSS
---------------------------------------------------*/
 .ec-sidebar-wrap {
  margin-bottom: 30px;
  border: 1px solid #eeeeee;
}
 .ec-sidebar-wrap .ec-sidebar-block .ec-sb-block-content li {
  padding: 7px;
}
 .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;
}
 .ec-sidebar-wrap .ec-sidebar-block .ec-sb-block-content li .ec-sidebar-block-items {
  padding: 5px 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: 14px;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 1;
  cursor: pointer;
}
 .ec-sidebar-wrap .ec-sidebar-block .ec-sb-block-content li .ec-sidebar-block-items::after {
  content: "\f067";
  font-family: "EcIcons";
  cursor: pointer;
  font-size: 10px;
  color: #777777;
  font-weight: 400;
  margin-left: 7px;
}
 .ec-sidebar-wrap .ec-sidebar-block .ec-sb-block-content li li {
  padding: 0 0 6px;
}
 .ec-sidebar-wrap .ec-sidebar-block .ec-sb-block-content ul ul {
  border-top: 1px solid #ededed;
  display: none;  
  padding-top: 13px;
  padding-bottom: 3px;
}
 .ec-sidebar-wrap .ec-sidebar-block .ec-sb-block-content:last-child li .ec-sidebar-block-items {
  padding-bottom: 3px;
  margin-top:0px;
}
 .ec-sidebar-wrap .ec-sb-block-content {
  margin-bottom: 0;
  padding: 17px;
  border-bottom: none;
}
 .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;
}
 .ec-sidebar-slider .ec-sb-pro-sl .ec-sb-pro-sl-item .ec-pro-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 4px;
  overflow: hidden;
  padding-left: 12px;
}
 .ec-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";
}
 .ec-sidebar-slider .ec-sb-pro-sl .ec-sb-pro-sl-item .ec-pro-content .ec-pro-rating {
  margin: 4px 0 6px;
}
 .ec-sidebar-slider .ec-sb-pro-sl .ec-sb-pro-sl-item .ec-pro-content .ec-price {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  color: #777777;
}
 .ec-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;
}
 .ec-sidebar-slider .ec-sb-pro-sl .ec-sb-pro-sl-item .ec-pro-content .ec-price span.old-price {
  font-size: 13px;
  margin-right: 15px;
  text-decoration: line-through;
  color: #777777;
  line-height: 14px;
}
 .ec-sidebar-slider .ec-sb-pro-sl .ec-sb-pro-sl-item .sidekka_pro_img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 36%;
          flex: 0 0 36%;
}
 .ec-sidebar-slider .ec-sb-pro-sl .ec-sb-pro-sl-item .sidekka_pro_img img {
  max-width: 100%;
}
 .ec-sb-slider-title {
  font-family: "Poppins, sans-serif";
  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;
}
 .ec-page-content {
  margin-bottom: 0;
}


















