.danger {
  background-color: #ff5b5c;
}

.success {
  background-color: #39da8a;
}

.warning {
  background-color: #fdac41;
}

.default {
  background-color: #5a8dee;
}

.info {
    background-color: #00cfdd;
}

.btn-orange {
    color: #fff !important;
    background-color: #f36f11 !important;
    border-color: #f36f11 !important;
    box-shadow: none !important;
}

.btn-orange:hover {
    color: #fff;
    background-color: #b94b04 !important;
    border-color: #b94b04 !important;
}

.property-slider-outer-wrap-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 3rem;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.property-slider-widget-2 {
  width: 100%;
  height: 100%;
  /* max-width: 1600px; */
  padding-top: 1rem;
  background-color: transparent;

}


.w-slider {
  position: relative;
  /* height: 524px; */
  text-align: center;
  background: rgb(248, 248, 248);
    background-color: rgb(248, 248, 248) !important;
  clear: both;
  max-width: 1600px;
margin: 0 auto;

}

.w-slider-mask {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
  left: 0;
  right: 0;
  height: 100%;
  /* white-space: nowrap; */
}


.card-text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  min-height: 3.25rem;
  padding: 0 8px;
    height: 80.53px !important;
}

.product-card .product-card-right-label {
    width: 106px !important;
    min-height: 31px !important;
    margin: 2px 20px 0 !important;
    padding: 0 0 0 15px !important;
    position: absolute !important;
    right: 0 !important;
}

/*  */
.item-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  pointer-events: all;
  border: 0;
  border-radius: 50px;
  background: #F4C25480;
  font-size: 15px;
}

.item-button li {
  width: 20px;
  height: 20px;
  fill: #4a4a4a;
}

ul.item-icons li {
  color: #f6f7fb;
  padding: 0 8px;
}

ul.item-icons {
  display: flex;
  margin: 18px 0;
  padding: 0;
  list-style: none;
  justify-content: center;
}

.bid-price {
  color: #30a6ce;
}

.bid-price:hover {
  background: #30a6ce;
  color: #ffffff;
}

.product-description {
  color: #ecaa3b;
}

.product-description:hover {
  background: #ecaa3b;
  color: #ffffff;
}

.share-item {
  color: #ceb130;
}

.share-item:hover {
  background: #ceb130;
  color: #ffffff;

}

.sales-quantity {
  color: #b12626;
}

.sales-quantity:hover {
  background: #b12626;
  color: #ffffff;
}
.black-color{
    background: black;
}
.ribbon-wrapper {
  width: 88px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: -2px;
  left: -1px;
}

.zoomImg{
    z-index: 1 !important;
}

.ribbon-wrapper .ribbon {
    font-weight: 700;
    font-size: 12px;
    text-align: center;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    position: relative;
    padding: 5px 0;
    top: 23px;
    left: -25px;
    width: 120px;
    color: #fff;
    box-shadow: 0 3px 3px 1px #c9cbcb;
  }

.item-container    .ribbon-wrapper {
    position: relative;

    z-index: 1;

}
/* @media (min-width:320px)  {
    .item-container    .ribbon-wrapper {

        top: 34% !important;
        left: 11% !important;
        z-index: 1;
    }
}
@media (min-width:481px)  {
    .item-container    .ribbon-wrapper {

        top: 40% !important;
        left: 3% !important;
        z-index: 1;
    }
}
@media (min-width:641px)  {
    .item-container    .ribbon-wrapper {

        top: 40% !important;
        left: 3% !important;
        z-index: 1;
    }
}
@media (min-width:961px)  {
    .item-container    .ribbon-wrapper {

        top: 40% !important;
        left: 3% !important;
        z-index: 1;
    }
}
@media (min-width:1025px) {
    .item-container    .ribbon-wrapper {

        top: 25% !important;
        left: 9% !important;
        z-index: 1;
    }
}
@media (min-width:1281px) {
    .item-container    .ribbon-wrapper {

        top: 27% !important;
        left: 15% !important;
        z-index: 1;
    }
} */
/* .card-body{
    padding: unset;
  } */

/*  */
.card-img-top {
  display: block;
  width: 95%;

  margin: 42px auto;
  padding: 0 50px;
}
.card-img-category {
    display: block;
    width: 95%;
    margin: 42px auto;
    padding: 0 10px;
    max-height: 168px;
    min-height: 168px;
}

.owl-carousel-products .owl-item img {
  display: block;
  width: 100%;
  margin: 26px 0;
  padding: 0px 11px;
  min-height: 220px;
  max-height: 220px;
}

.icon-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45px;
  height: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  color: #666;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 600;
}

.property-slider-arrow-link-4:hover {
  background-color: #febb16;
}

.icon-5:hover {
  color: #fff;
}

.property-slider-arrow-link-4.owl-next {
  position: absolute;
  top: 40%;
  right: 15px;
}

.property-slider-arrow-link-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin: auto 0 auto 4px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: rgba(97, 97, 97, 0);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  color: #666;
  font-size: 1.25rem;
}

.property-slider-arrow-link-4.owl-prev {
  position: absolute;
  top: 40%;
  left: 20px;
}



.owl-next.disabled,
.owl-prev.disabled {
  visibility: hidden;
}

.icon-5 i {
  font-size: 3rem;
}


@media screen and (max-width: 768px) {
  .owl-carousel-banner {
    height: 100px;
  }

  .w-slider-mask {
    padding-right: 10px;
    padding-left: 6px;
  }
}

@media screen and (min-width: 769px) {
  .owl-carousel-banner {
    /* height: 38vh; */
  }

  .w-slider-mask {
    padding-right: 85px;
    padding-left: 90px;
  }
}


.pro-qty {
  margin: auto;
}

/* TODO UPDATE MASK LIKE ABOVE!! */


.owl-carousel-banner {
  background: url("https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/ajax-loader.gif") no-repeat center center;
}


.popover ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 200px;
  background-color: #f1f1f1;
}

.popover li a {
  display: block;
  color: #000;
  padding: 8px 16px;
  text-decoration: none;
  background-color: #f1f1f1;
  font-size: 12px;
}

.popover li a.active {
  background-color: #04AA6D;
  color: white;
}

.popover li a:hover:not(.active) {
  background-color: #555;
  color: white;
}

.slider-home {
  min-height: 370px;
  height: 370px;
  max-height: 370px;

}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.stickyCart {
  position: fixed;
  top: 90px;
  z-index: 9;
  right: 20px;
  background: #ffffff;
  padding: 13px 15px !important;
  border-radius: 5px;
  text-decoration: underline;
}

.bg-green{
    background-color: green !important;
}
.bg-orange{
    background-color: orangered !important;
}
.bg-blue{
    background-color: blue !important;
}

label.error{
    color: #fd0000;
}

.text-small{
    font-size: smaller!important;
}

.text-decoration-line-through-danger{
    text-decoration: line-through #dc3545 ;
}

.product-card {
    height: 571px !important;
}

.product-card:hover .product-add-to-card-button {
    visibility: visible !important;
}

.product-card .product-add-to-card-button {
    visibility: hidden !important;
    padding: 0 !important;
}

.product-card .product-add-to-card-button img{
    min-height: auto;
    max-height: none;
    height: 39px;
    width: auto !important;
    margin: 0 auto !important;
    padding: 5px !important;
}

@media (max-width: 767px) {
    .product-card .product-add-to-card-button {
        visibility: visible !important;
    }
}

/*body {*/
/*    -webkit-touch-callout: none;*/
/*    -webkit-user-select: none;*/
/*    -moz-user-select: none;*/
/*    -ms-user-select: none;*/
/*    user-select: none;*/
/*}*/
