*,
body
{
  outline: none !important;
  text-decoration: none !important;
  color: black
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.loader-products {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffffc7;
    z-index: 99999;
}

.loader-products .lds-ellipsis {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}
.loader-cart {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffffc7;
    z-index: 99999;
}

.loader-cart .lds-ellipsis {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}
.load-more {
    position: fixed;
    bottom: 0;
}
.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #6778ef;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}

.header {
    padding: 11px 0;
    border-bottom: 1px solid #0000001f;
}
.content {
    margin: 30px 0;
}
.content .content-cc {}
.content .content-cc h4.cc-title {
    font-size: 19px;
    color: #3a3a3a;
    margin: 7px 0;
    font-weight: 400;
}

.content .content-cc .cc-products {}

.content .content-cc .cc-products .product-cc {
    /* padding: 0 15px; */
    border-radius: 0;
    border: 1px solid #dfdfdf;
}

.content .content-cc .cc-products .product-cc h2 {
    font-size: 16px;
    color: black;
}

.content .content-cc .cc-products .product-cc .ccp-prt2 {
    display: flex;
    align-content: space-between;
    align-items: center;
    justify-content: space-between;
    padding: 12px 6px 10px 6px;
}

.content .content-cc .cc-products .product-cc .ccp-prt2 a {
    background: #def9ec;
    display: inline-block;
    padding: 6px 9px;
    color: #29a56c;
    border-radius: 3px;
    text-decoration: none;
}

.content .content-cc .cc-products .product-cc .ccp-prt2 span {
    display: inline-block;
    font-weight: 700;
    color: black;
    font-size: 18px;
}
.header .header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header .header-content .hdr-pr2 {}

.header .header-content .hdr-pr2 i.fa-solid.fa-bars {
    color: black;

}

.product {
    margin: 5pc 0;
}

.product-.product container {}

.product .product-container {}

.product .product-container .product-co {}

.product .product-container .product-co h3 {
    color: black;
}

.product .product-container .product-co p {
}

.product .product-container .product-co p i.fa-solid.fa-star {
    color: #ffc800;
    font-size: 10px;
}

.product .product-container .product-co .pco-priceprt {}

.product .product-container .product-co .pco-priceprt h4.procc-price {
    color: #8ac31c;
    font-size: 22px;
    font-weight: 800;
    margin: 30px 0;
}

.product .product-container .product-co p {
    color: #7a7a7a;
}
.product .product-container .product-simg {
}
.product-co .quantity {
    display: flex;
    align-items: center;
    margin: 3pc 0;
}

.product-co .quantity span.box {
    background: #fff;
    display: inline-flex;
    padding: 0;
    border: 1px solid var(--tb-border-color,#ddd);
    border-radius: 0;
}

.product-co .quantity span.box button.minus {
    padding: 0 23px 0 8px;
}

.product-co .quantity span.box input {
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    background: #fff;
    float: right;
    width: 45px;
    font-size: 15px;
    font-weight: 400;
    color: black;
    height: 50px;
    text-align: center;
}

.product-co .quantity span.box button.plus {}

.product-co .quantity span.box button {
    border: 0;
    background: 0 0;
    float: left;
    clear: both;
    padding: 0 8px 0 23px;
    text-align: center;
    font-size: 10px;
    cursor: pointer;
}

.product-co .quantity span.box button i {
    color: #0000005e;
    font-size: 15px;
}

.product-co .quantity a {
    background: #798aff;
    height: 52px;
    margin: 0 10px;
    padding: 0 30px;
    color: white;
    line-height: 52px;
    font-size: 15px;
    border-radius: 4px;
    font-weight: 500;
    text-decoration: none;
}

.product-co .quantity a.buy-now {
    background: #21c35d;
}

.product-co .quantity a i {
    margin: 0 0 0 4px;
    color: white
}
.ppslick-style {
    border: 1px solid #0000001f;
    margin: 0 2px;
    padding: 3px;
}
.procc-attrimg {
    display: flex;
    margin: 12px 0;
}
.procc-attrimg label.attrimg-label {
    margin: 0 5px;
    border: 1px solid #0000003d;
    border-radius: 5px;
    cursor: pointer;
}
.procc-attrimg label.attrimg-label input.attrimg-input {
    display: none;
}

.procc-attrimg label.attrimg-label .attrimg-image {
    /* border: 1px solid #000000; */
    /* border-radius: 8px; */
}

.procc-attrimg label.attrimg-label .attrimg-image img {
    width: 35px;
    border-radius: 5px;
}
.attrimg-label.active{
  border: 1px solid #6778ef !important;
}
.ppslick-style img{
  cursor: pointer
}
.attrimg-value{
  font-size: 13px;
  padding: 3px 5px;
  height: 100%;
}
.category-main .category .categorymain-css {
    background: #ffffffb3;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
    /* min-width: 60px; */
    padding: 5px 11px;
    margin: 0 0 0 6px;
    border-radius: 4px;
    border: 1px solid #c9c9c9;
    transition: .5s;
    display: inline-block;
    margin-bottom: 8px;
}

.category-main {}

.category-main .category {
    /* display: flex; */
}


.slick-prev, .slick-next {
    height: auto !important;
      width: 30px;
      height: 30px !important;
      display: flex;
      justify-content: center;
      background: white !important;
      align-items: center;
      border-radius: 19px;
      box-shadow: 0 0 20px 15px #ffffff;
      z-index: 999;
      transition: .5s;
}
.slick-next{
  left: -6px !important;
}
.slick-prev{
    right: -5px !important;
}
.slick-next:before{
  content: url('../img/chevron-left.svg') !important;
}
.slick-prev:before{
  content: url('../img/chevron-right.svg') !important;
}
.slick-disabled{
  display: none !important;
}
.slick-dots,
.owl-dots{
  display: none !important
}
a.cartsvg {
    position: relative;
}

a.cartsvg span#cartvalue {
    position: absolute;
    top: -14px;
    right: -8px;
    display: block !important;
    padding: 3px 5px !important;
    font-size: 10px;
    border-radius: 50px;
    line-height: 1.1;
    background: #798aff;
    color: white;
}

.content .content-cc .cc-products .product-cc p {
    margin: 0;
    padding: 0;
    line-height: 0;
}

.content .content-cc .cc-products .product-cc p i {
    color: #ffc800;
    font-size: 10px;
}
.shop-table {}

.shop-table .cart-item.head {
    border: 0;
    padding-top: 0;
    padding-bottom: 14px;
}

.shop-table .cart-item {
    border-top: 1px solid var(--tb-border-color,#ddd);
    padding: 16px 25px 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
}

.shop-table .cart-item>div {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #7684ec;
}

.shop-table .cart-item .product-info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 15;
    -moz-box-flex: 15;
    -webkit-flex: 15;
    -ms-flex: 15;
    flex: 15;
    align-items: center;
}

.shop-table .cart-item .product-price {
    line-height: 1;
    -webkit-box-flex: 5;
    -moz-box-flex: 5;
    -webkit-flex: 5;
    -ms-flex: 5;
    flex: 5;
}

.shop-table .cart-item .product-quantity {
    -webkit-box-flex: 5;
    -moz-box-flex: 5;
    -webkit-flex: 5;
    -ms-flex: 5;
    flex: 5;
}

.shop-table .cart-item .product-subtotal {
    -webkit-box-flex: 3;
    -moz-box-flex: 3;
    -webkit-flex: 3;
    -ms-flex: 3;
    flex: 3;
}

.shop-table .cart-item .product-remove {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    justify-content: flex-end;
    display: flex;
}

button.owl-prev {
    position: absolute;
    right: 0;
    top: 2px;
}

button.owl-next {
    position: absolute;
    left: 0;
    top: 2px;
}

.owl-nav button {
    width: 30px;
    height: 30px !important;
    display: flex;
    justify-content: center;
    background: white !important;
    align-items: center;
    border-radius: 19px;
    box-shadow: 0 0 20px 15px #ffffff;
    z-index: 999;
    transition: .5s;
}

button.owl-prev.disabled {
    display: none;
}

button.owl-next.disabled {
    display: none;
}


.shop-table .cart-item .product-info img {
    width: 145px;
}

.shop-table .cart-item .product-info span.product-name {
    color: black;
}

.shop-table .cart-item .product-info span.product-name a {
    color: #485be1;
}
.cart-load {
    background: #ffffffad;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
}
.notifcart {
    position: fixed;
    background: #c1f8d1;
    box-shadow: 0 4px 4px rgba(0,0,0,.25);
    border-radius: 4px;
    right: 2%;
    top: 7%;
    max-width: 412px;
    padding: 10px 21px;
    z-index: 99999999999;
}
.notifcart .notifcart-inner {
    display: flex;
}

.notifcart .notifcart-inner .notifcart-icon {
}

.notifcart .notifcart-inner .notifcart-icon svg {
    width: 28px;
}

.notifcart .notifcart-inner .notifcart-info {
    font-weight: 200;
    font-size: 17px;
    line-height: 24px;
    color: #111;
    margin-right: 12px;
}

.notifcart .notifcart-inner .notifcart-info p {margin: 0;}

.notifcart .notifcart-inner .notifcart-info .notftitle {display:inline-block;font-weight: 500;margin-right: 5px;}

.notifcart .notifcart-inner .notifcart-info p span {
    margin-right: 5px;
    font-size: 15px;
    /* display: block; */
}

.notifcart .notifcart-inner .notifcart-info p a {
    color: black;
    font-size: 13px;
    font-weight: 600;
    display: block;
    text-decoration: underline !important;
}

.notifcart .notifcart-inner .notifcart-close {
    margin-right: 30px;
}

.notifcart .notifcart-inner .notifcart-close svg.icon-close {
    cursor: pointer;
    width: 15px;
}
.checkout {
    position: fixed;
    bottom: 0;
    background: white;
    border-top: 1px solid #00000026;
    width: 100%;
    left: 0;
    right: 0;
}

.checkout .checkout-amount {
    display: flex;
    justify-content: space-between;
    padding: 10px 10px;
    font-size: 18px;
}

.checkout .checkout-btn a {
    display: block;
    background: #4ac94f;
    color: white;
    padding: 17px 14px;
    text-align: center;
    font-size: 16px;
}
.checkout .checkout-btn a i {
    color: white;
    font-size: 18px;
    margin-left: 3px;
}
.main-attrproduct
 img {
    width: 20px !important;
}

.main-attrproduct {
    padding: 0 6px;
    display: block;
}

.main-attrproduct .procc-attrimg {
    margin: 8px 0 0 0;
    display: flow-root;
}

.main-attrproduct label.attrimg-label {
    margin: 0 0px 3px 2px;
}
.owl-item:last-child{
  margin: 0 !important
}
.slider-products {}

.slider-products button {
    top: 40%;
    background: transparent !important;
    box-shadow: inherit !important;
}

.owl-carousel.owl-rtl .owl-item {
    padding: 0;
}
.categorymain-css.active {
    border: 1px solid #fea922 !important;
    background: #fea922 !important;
    color: white;
}
.product-cc>a{
    padding: 0 6px;
    display: block;
}


.ccp-prt2 {
}
@media (max-width: 767px) {
  .product{
    margin: 2pc 0 5pc 0;

  }
  .formcart .quantity{

  }
  .mobile-qty {
    position: fixed;
    bottom: 0;
    background: white;
    border-top: 1px solid #00000038;
    padding: 9px 5px 11px 5px;
    width: 100%;
    display: flex;
    justify-content: center;
    left: 0;
    right: 0;
  }

  .mobile-qty .quantity {
      margin: 0;
  }

  .mobile-qty .quantity span.box {}

  .mobile-qty .quantity span.box button {
      padding: 0 13px !important;
  }

  .mobile-qty .quantity span.box input {
      width: 34px;
      height: 40px;
  }

  .mobile-qty .quantity a {
      padding: 0 12px;
      height: 42px;
      margin: 0 5px;
      font-size: 13px;
      line-height: 42px;
  }
  .product .product-container .product-co .pco-priceprt h4.procc-price {
      margin: 7px 0;
    }
    .cart_item.head {
      display: none;
  }
  .shop-table .cart-item.head {
      display: none;
  }

  .shop-table .cart-item {
    display: block;
    border: 0;
    border-bottom: 1px solid #eee;
    padding-right: 104px;
    position: relative;
    min-height: 60px;
    float: right;
    width: 100%;
  }
  .shop-table .cart-item .product-info {
    width: 100%;
    padding-left: 30px;
    padding-right: 0;
    margin-bottom: 10px;
  }
  .shop-table .cart-item .product-info img {
    position: absolute;
    right: 0;
    top: 24px;
    left: auto;
    width: 95px;
  }
  .shop-table .cart-item .product-price {
    margin: 5px 0;
  }

  .shop-table .cart-item .product-quantity .quantity {
    margin: 15px 0;
  }

  .shop-table .cart-item .product-remove {
    position: absolute;
    left: 0;
    right: auto;
    top: 25px;
  }
}
