/* Shop Quantity Style Css */

.apork-quantity {
    position: relative;
    width: 100px;
}

.apork-quantity button.down.qtybtn {
    position: absolute;
    right: 0;
    bottom: 0px;
    width: 40px;
    height: 25px;
    line-height: 1;
    z-index: 1;
    background: transparent;
    border: 1px solid #eee;
    transition: all 0.3s;
}

.apork-quantity button.up.qtybtn {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 26px;
    line-height: 1;
    background: transparent;
    border: 1px solid #eee;
    transition: all 0.3s;
}

.apork-quantity button.up.qtybtn:hover,
.apork-quantity button.down.qtybtn:hover {
    color: #fff;
    background-image: -moz-linear-gradient(178deg,
            rgb(47, 50, 212) 0%,
            rgb(113, 66, 247) 100%);
    background-image: -webkit-linear-gradient(178deg,
            rgb(47, 50, 212) 0%,
            rgb(113, 66, 247) 100%);
    background-image: -ms-linear-gradient(178deg,
            rgb(47, 50, 212) 0%,
            rgb(113, 66, 247) 100%);
}

.apork-quantity input.form-control {
    width: 100px;
    position: relative;
    height: 50px;
    border: 1px solid #eee;
    padding: 0 40px 0 10px;
    border-radius: 0;
    font-size: 20px;
}

/*top mini cart Style css*/

.header-cart-wraper {
    position: relative;
    list-style: none;
    margin: 5px 10px 0 25px;
    display: inline-block;
}

.header-cart-wraper li>a {
    color: #111111;
}

.header-cart-wraper li>a:hover {
    color: #6f30e4;
}

li.apork_mini_cart sup {
    display: inline-block;
    background-color: #20dcb9;
    border-radius: 10px;
    color: white;
    font-size: 12px;
    text-align: center;
    vertical-align: middle;
    top: -14px;
    left: -6px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    position: relative;
}

.mini_cart_wraper {
    margin-top: 20px;
    width: 300px;
    padding: 17px !important;
    right: 0 !important;
    background: #ffffff none repeat scroll 0 0;
    border-top: 3px solid #6f30e4;
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    position: absolute;
    top: 100%;
    transition: all 0.4s ease-out;
    z-index: 9;
    transform-origin: top;
    visibility: hidden;
    opacity: 0;
    transform: scaleY(0);
}

.header-cart-wraper:hover .mini_cart_wraper {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
}

.mini_cart_wraper li {
    list-style: none;
    margin: 0;
}

.mini_product_cart_item {
    display: flex !important;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 10px;
    margin-bottom: 10px !important;
    align-items: center;
}

.mini_product_cart_img img {
    width: 50px;
    height: 50px;
    border: 1px solid #e1e1e1;
    margin-right: 20px;
}

a.mini_product_cart_title {
    padding: 0 !important;
    margin-bottom: 10px !important;
    font-size: 14px !important;
    text-transform: capitalize;
    font-weight: 600;
    color: #111;
}

.mini_product_cart_item span.mini_product_cart_info {
    font-size: 14px;
    font-weight: 500;
}

.cart-remove {
    margin-left: auto;
    padding: 5px 10px !important;
    border: 1px solid #e1e1e1;
    color: #666666 !important;
    border-radius: 50%;
    transition: all 0.3s;
    cursor: pointer;
}

.mini_product_cart_item:hover .mini_product_cart_img img {
    border-color: #20dcb9 !important;
}

.mini_product_cart_item:hover .cart-remove {
    background: #20dcb9;
    color: #fff !important;
}

h3.apork-heading-title {
    margin-bottom: 30px;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 24px;
    background: #000;
    color: #fff;
    padding: 25px 0 25px 25px;
    background-image: -moz-linear-gradient(178deg,
            rgb(47, 50, 212) 0%,
            rgb(113, 66, 247) 100%);
    background-image: -webkit-linear-gradient(178deg,
            rgb(47, 50, 212) 0%,
            rgb(113, 66, 247) 100%);
    background-image: -ms-linear-gradient(178deg,
            rgb(47, 50, 212) 0%,
            rgb(113, 66, 247) 100%);
}

.apork-checkout-area label h6 {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
}

.my-cart-table p {
    margin: 0;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 600;
}

/*  */
.table td,
.table th {
    vertical-align: middle;
}

.product-thumbnail {
    width: 50px;
    height: 50px;
}

.apork-cart-summary {
    padding: 40px 20px;
    background: #192a56;
    border-radius: 10px;
    color: #fff;
}

.cid-adrQs0XpBy {
  padding-top: 200px;
  padding-bottom: 75px;
  background-color: #ffffff;
}

/*Cart New*/

.cid-ufuMje2HTu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ufuMje2HTu .mbr-section-title {
  margin-bottom: 10px;
  color: #000000;
}
.cid-ufuMje2HTu .table__title {
  padding-top: 22px;
  padding-bottom: 20px;
}
.cid-ufuMje2HTu .mbr-text {
  margin-bottom: 0;
}
.cid-ufuMje2HTu .tables {
  background-color: #7fa8d7;
}
.cid-ufuMje2HTu .tables {
  background-color: transparent;
}
.cid-ufuMje2HTu .border__bot {
  border-bottom: 2px solid #ebeaed;
}
.cid-ufuMje2HTu .cell {
  padding: 22px 30px 20px 30px;
}
.cid-ufuMje2HTu .title {
  letter-spacing: 2px;
  color: #919dab;
  margin-bottom: 0;
}
.cid-ufuMje2HTu .border__bot:last-child {
  border-bottom: none !important;
}
.cid-ufuMje2HTu .content__block {
  padding: 35px;
  background-color: #582bab;
  border-radius: 6px;
  max-width: 350px;
  margin-left: auto;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-ufuMje2HTu .content__block {
    margin: auto;
  }
}
.cid-ufuMje2HTu .title__text {
  margin-bottom: 0;
  font-weight: 400;
  color: #ffffff;
}
.cid-ufuMje2HTu .text {
  margin-top: 10px;
  margin-bottom: 0;
  font-weight: 500;
  color: #919dab;
}
.cid-ufuMje2HTu .mbr-section-btn {
  margin-top: 35px;
}
.cid-ufuMje2HTu .mbr-section-btn .btn {
  height: 40px;
  font-weight: 500;
}
.cid-ufuMje2HTu .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufuMje2HTu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufuMje2HTu .text,
.cid-ufuMje2HTu .mbr-section-btn {
  color: #ffffff;
}
.cid-ufuMje2HTu .fa {
    font: normal normal normal 18px / 1 FontAwesome !important;
    color: #8e8d8f;
}