





.ec-cart-content .table-content table {
  border: 1px solid #ebebeb;
  width: 100%;
  background-color: #fff;
}
.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: "ï„‡";
}
.ec-cart-content .table-content table tbody > tr td .cart-qty-plus-minus .inc.ec_qtybtn:before {
  padding-top: 4px;
  content: "ï„†";
}
.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  {
  
}
.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 .table-content .qty-item{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ec-cart-content .table-content .qty-item .plus-minus{
    display: flex;
    align-items: center;
}
.ec-cart-content .table-content .qty-item .plus-minus span{
    display: flex;
    border: 1px solid #eee;
}
.ec-cart-content .table-content .qty-item .plus-minus span a{
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ec-cart-content .table-content .qty-item .plus-minus span input{
    width: 50px;
    height: 30px;
    padding: 0px;
    text-align: center;
    border-top: none;
    border-bottom: none;
}
.ec-cart-content .table-content .qty-item .plus-minus a.quick-cart,
.ec-cart-content .table-content .qty-item .plus-minus a.quick-wishlist{
    width: 40px;
    height: 40px;
    background-color: #f5ab1e;
    color: #fff;
    font-size: 16px;
    margin-left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}
.ec-cart-content .table-content .qty-item .center a.pro-remove{
    color: #f5ab1e;
    margin-top: 15px;
    text-decoration: underline;
    display: flex;
    align-items: center;
    justify-content: center;
}


.custom-switch {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: default;
  display: inline-flex;
  align-items: center;
  margin: 0;
}

.custom-switch-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-switches-stacked {
  display: flex;
  flex-direction: column;
}
.custom-switches-stacked .custom-switch {
  margin-bottom: 0.5rem;
}

.custom-switch-indicator {
  display: inline-block;
  height: 1.25rem;
  width: 2.25rem;
  background: #e9ecef;
  border-radius: 50px;
  position: relative;
  vertical-align: bottom;
  border: 1px solid rgba(0, 40, 100, 0.12);
  transition: 0.3s border-color, 0.3s background-color;
}
.custom-switch-indicator:before {
  content: "";
  position: absolute;
  height: calc(1.25rem - 4px);
  width: calc(1.25rem - 4px);
  top: 1px;
  left: 1px;
  background: #fff;
  border-radius: 50%;
  transition: 0.3s left;
}

.custom-switch-input:checked ~ .custom-switch-indicator {
  background: #6777ef;
}
.custom-switch-input:checked ~ .custom-switch-indicator:before {
  left: calc(1rem + 1px);
}
.custom-switch-input:focus ~ .custom-switch-indicator {
  border-color: #6777ef;
}

.custom-switch-description {
  margin-left: 0.5rem;
  color: #6e7687;
  transition: 0.3s color;
}

.custom-switch-input:checked ~ .custom-switch-description {
  color: #495057;
}












@media only screen and (max-width: 991px) {

  .ec-cart-content .table-content table tbody > tr td {
    font-size: 16px;
    padding: 15px 10px;
  }
  .ec-cart-content .table-content table tbody > tr td .ec-cart-pro-img {
    width: 45px;
  }
  .ec-cart-content .table-content table tbody > tr td.ec-cart-pro-remove a {
    font-size: 20px;
  }
  .ec-cart-content .table-content table thead > tr > th {
    font-size: 16px;
  }



}

@media only screen and (max-width: 767px) {
	
 .ec-cart-content .table-content table {
    border: 0;
  }
  .ec-cart-content .table-content table tbody > tr {
    border: 1px solid #ebebeb;
    display: block;
    margin-bottom: 15px;
  }
  .ec-cart-content .table-content table tbody > tr td.ec-cart-pro-name {
    width: 100%;
  }
  .ec-cart-content .table-content table tbody > tr td {
    border-bottom: 1px solid #ebebeb;
    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;
    font-size: 14px;
    padding: 8px 10px;
  }
  .ec-cart-content .table-content table tbody > tr td .cart-qty-plus-minus {
    margin: 0;
  }
  .ec-cart-content .table-content table tbody > tr td .cart-qty-plus-minus input {
    font-size: 14px;
  }
  .ec-cart-content .table-content table tbody > tr td.ec-cart-pro-remove {
    width: auto;
  }
  .ec-cart-content .table-content table tbody > tr td.ec-cart-pro-remove a {
    margin: 0;
  }
  .ec-cart-content .table-content table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .ec-cart-content .table-content table td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: capitalize;
    font-size: 16px;
    color: #444444;
    min-width: 90px;
    text-align: left;
  }
  .ec-cart-content .table-content table td:last-child {
    border-bottom: 0;
  }
	
}

@media only screen and (max-width: 575px) {
	
.ec-cart-content .ec-cart-update-bottom {
    padding: 15px 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
	
}

