.border-min {
    border: 4px solid;
    border-image-slice: 1;
    border-width: 4px;
    border-color: #f5f4f2
}

.gallery-tools {
    width: 100%;
    height: 25px;
    /*bottom: -30px;*/

    background-color: #212529;
    /*opacity: 0.8;*/
    /*padding: 3px;*/
    text-align: left;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    color: #5a6970;
}

.text-lime{
    color: #7bd235 !important; 
}
.text-red{
    color: #e73827 !important; 
}
.text-yellow{
    color: #FBB034 !important; 
}
.text-orange{
    color: #fc7303 !important; 
}
.text-azure{
    color: #45aaf2 !important;  
}
.text-purple{
    color: #8927ec !important;  
}
.text-pink{
    color: #fc5296 !important;  
}
.border-color-new {
    border-color: #d4ffb2;
}
.border-color-verify {
    border-color: #ffe8c1;
}
.border-color-highlight {
    border-color: #b5f3ff;
}
.border-color-hot {
    border-color: #CC9933;
}
.border-gradient {
    border: 5px solid;
    border-image-slice: 1;
    border-width: 5px;
    border-image-source: linear-gradient(to top, #e6e6e6, #f4f4f4);
}
.border-gradient-purple {
    border-image-source: linear-gradient(top, #fdb125 45%, #e07e1e 48%, #fcb100 85%);
}
.border-gradient-new {
    border-image-source: linear-gradient(to top, #e6e6e6, #00ff00);
}
.border-gradient-con {
    border-image-source: linear-gradient(to top, #339900, #e6e6e6);
}
.border-gradient-pcon {
    border-image-source: linear-gradient(to top, #e6e6e6, #fdb125);
}
.border-gradient-con-pcon {
    border-image-source: linear-gradient(to top, #339900, #fdb125);
}
.border-gradient-hot {
    border-image-source: linear-gradient(to top, #e6e6e6, #990000);
}
.border-gradient-hot-con {
    border-image-source: linear-gradient(to top, #339900, #990000);
}
.border-gradient-hot-pcon {
    border-image-source: linear-gradient(to top, #fdb125, #990000);
}
.border-gradient-hot-con-pcon {
    border-image-source: linear-gradient(to top,  red, #990000);
}
.border-gradient-club { /*club*/
    border-image-source: linear-gradient(to top, #000, #666);
}
.label-right-top {
    height: 41px;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 70px;
    z-index: 10;
}
.label-left-top {
    height: 51px;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 51px;
    z-index: 10;
}
.label-right-bottom {
    height: 51px;
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 51px;
    z-index: 10;
}
.rib-right-bottom {
    height: 15px;
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 68px;
    z-index: 10;
}
.rib-club {
    background: url("../img/massages/rib-club.png") no-repeat scroll 0 0 transparent;
}
.rib-massage {
    background: url("../img/massages/rib-massage.png") no-repeat scroll 0 0 transparent;
}
.rib-ann {
    background: url("../img/massages/rib-ann.png") no-repeat scroll 0 0 transparent;
}
.rib-bdsm {
    background: url("../img/massages/rib-bdsm.png") no-repeat scroll 0 0 transparent;
}
.rib-kam {
    background: url("../img/massages/rib-kam.png") no-repeat scroll 0 0 transparent;
}
.hot {
    background: url("../img/massages/vip_hot.png") no-repeat scroll 0 0 transparent;
}
.confirm-normal {
    background: url("../img/massages/confirm.png") no-repeat scroll 0 0 transparent;
}
.confirm-premium {
    background: url("../img/massages/confirm1.png") no-repeat scroll 0 0 transparent;
}
.confirm-normal-premium {
    background: url("../img/massages/confirm2.png") no-repeat scroll 0 0 transparent;
}

.product-item .product-item-content-right ul li a {
    display: inline-block;
    font-size: 16px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    background: #999999;
    color: #ffffff;
    border-radius: 100%;
}
.active-list-view .text-truncate {
    /*background-color: yellow;*/
    width: 100%;
}
.text-truncate {
    width: 150px;
}

.sn-pagination ul li a {
    color: #fff !important;
}
.view-info {
    /*background: #ffffff;*/
    font-family: Carrois Gothic, Arial, Helvetica, sans-serif;
    color: #000;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    text-shadow: none;
    /*text-transform: uppercase;*/
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    text-align: center;
    padding: 8px 15px 7px 15px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    vertical-align: middle;
    white-space: nowrap;
}
.product-item .product-item-images .view-info {
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    text-align: center;
    padding: 8px 15px 6px 15px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 3;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    visibility: hidden;
    opacity: 0;
}
.product-item:hover .product-item-images .view-info {
    visibility: visible;
    opacity: 1;
}
.view-button {
    background: #ffffff;
    border: 2px solid #000;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: Carrois Gothic, Arial, Helvetica, sans-serif;
    color: #000;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    text-shadow: none;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    text-align: center;
    padding: 8px 15px 7px 15px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    vertical-align: middle;
    white-space: nowrap;
}
.view-button:hover {
    background: #000000;
    color: #ffffff;
}
.product-item .product-item-images .view-button {
    background: #ffffff;
    border: 2px solid #000;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: Carrois Gothic, Arial, Helvetica, sans-serif;
    color: #000;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    text-shadow: none;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    text-align: center;
    padding: 8px 15px 6px 15px;
    position: relative;
    /*  left: 50%;
      top: 50%;*/
    /*  -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      z-index: 3;*/
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    /*visibility: hidden;*/
    opacity: 0;
}
.product-item .product-item-images .view-button:hover {
    background: #000000;
    color: #ffffff;
}
.product-item:hover .product-item-images .view-button {
    visibility: visible;
    opacity: 1;
}
.product-details-quantity .view-button {
    margin-left: 10px;
}
.compare-pdoduct-image .view-button {
    margin-top: 25px;
}
.about-image img {
    height: auto;
    width: 100%;
}
.about-content h2 span {
    font-size: 70px;
}
.btn-whatsapp {
  --bs-btn-color: #FFF;
  --bs-btn-bg: #25d366;
  --bs-btn-border-color: #25d366;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #48d47c;
  --bs-btn-hover-border-color: #3ad574;
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #55d384;
  --bs-btn-active-border-color: #3ad574;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #25d366;
  --bs-btn-disabled-border-color: #25d366;
}

