body{
    background-color: #f3f3f3 !important;
}

.pg-bg-img{
    background-color: #85b0bd;
    background-image: url('../images/Product-page/luchiana-1911261111.webp');
    background-repeat: repeat;
    background-position: center;
    background-size: 290px 290px;
    padding: 50px 20px;
    min-height: 250px;
}
.product-page-title{
    font-weight: 400 !important;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    padding: 0 0 0 0.2em;
    margin: 0 auto;
    min-height: 162px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.c-breadcrumbs__list {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    list-style: none;
    padding: 0 25px;
}
.c-breadcrumbs__list {
    margin: 10px auto;
    max-width: 100%;
    width: 780px;
    font-weight: 500;
    font-size: 14x;
    line-height: 1.2;
    text-transform: uppercase;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.c-breadcrumbs__separator {
    position: relative;
    top: -1px;
    font-size: 6px;
    vertical-align: middle;
    margin-left: 8px;
    margin-right: 8px;
}
.link-color-changing{
    color: white;
    text-decoration: none;
}









.product-page-Cimg img{
    width: 100% !important;
    height: 460px !important;
    object-fit: cover !important;
}
.product-page-CSimg img{
    width: 100%!important;
    height: 115px;
    object-fit: cover !important;
}
.product-discount {
    padding: 7px 7px 7px 8px;
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    position: absolute;
    top: 0%;
    left: 0;
    transition: .5s ease-in-out;
    font-size: 12px;
    padding: 7px 7px 7px 8px;
    text-transform: uppercase;
    color: #FFF;
    font-style: normal;
    font-weight: bold;
    font-size: 10px;
    line-height: 11px;
    text-align: center;
    margin-bottom: 5px;
  }
  .product-quality {
    padding: 7px 7px 7px 8px;
    background-color: #e4c1af;
    color: rgb(255, 255, 255);
    position: absolute;
    top: 0%;
    right: 0;
    transition: .5s ease-in-out;
    font-size: 12px;
    padding: 7px 7px 7px 8px;
    text-transform: uppercase;
    color: #FFF;
    font-style: normal;
    font-weight: bold;
    font-size: 10px;
    line-height: 11px;
    text-align: center;
    margin-bottom: 5px;
  }

.PGproduct-name{
    font-family: var(--font-header);
    font-weight: normal;
    font-size: var(--font-size-desktop);
    line-height: 1.27;
}
.PGproduct-text1{
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    margin-top: 15px;
    color: #6c757d;
}
.PGproduct-text2{
    margin-top: 18px;
    color: #ffaa8f;
    font-size: 12px;
}
.Customar-reviews-txt{
    color: black !important;
    font-weight: 500;
    font-size: 16px;
    line-height: 14px;
    opacity: 0.6 !important;
    margin-left: 20px;
}
.PGproduct-text3{
    font-weight: 500 !important;
    font-size: 21px;
    line-height: 20px;
    margin-top: 18px;
    margin-bottom: 0;
}

.quantity-selector {
    display: flex;
    align-items: center;
    background-color: #f7f7f7;
    margin-right: 15px;
}

.quantity-selector button {
    width: 50px;
    height: 50px;
    background-color: white;
    border: 1px solid #000000;
    cursor: pointer;
    font-size: 20px;
    transition: background-color 0.3s, color 0.3s;
}

.quantity-selector button:hover {
    background-color: black;
    color: white;
}

.quantity-selector input {
    width: 55px;
    text-align: center;
    border: none;
    outline: none;
    background-color: #f7f7f7;
    height: 50px;
    font-size: 18px;
    -moz-appearance: textfield; 
}

/* Hide arrows in Chrome, Safari, Edge, Opera */
.quantity-selector input::-webkit-outer-spin-button,
.quantity-selector input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.add-to-cart {
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    
    text-indent: 0.265em;
    background-color: var(--button-color);
    color: white;
    background-color: black;
    text-transform: uppercase;
    border: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

.add-to-cart:hover {
    opacity: 0.6;
}
.pm-section-edits{
    max-width: 401px;
    padding: 30px;
    margin-top: 31px;
}

.wishlist {
    margin-top: 30px !important;
    display: flex;
    align-items: center;
    cursor: pointer;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
}

.wishlist i {
    font-size: 14px;
    line-height: 1;
    margin-right: 11px;
}

.product-info {
    margin-top: 20px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    color: #6c757d;
}

.product-info .info-item {
    margin-bottom: 10px;
}

.share-icons {
    margin-top: 20px;
}
.share-icons span{
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    margin-right: 15px;
}

.share-icons a {
    margin-right: 15px;
    color: black;
    font-size: 20px;
}

.share-icons i {
    font-size: 13px !important;
    margin-right: 1px !important;
}

