.spacer-5rem-top {
    margin-top: 5rem;
}

.spacer-5rem-bottom {
    margin-bottom: 5rem;
}

.productItem {
    text-align: center;
    position: relative;
}

.product__image img{
    min-height: 500px;
    position: relative;
    z-index: 99;
}

#Product .product__image .category__color--circle{
    position: absolute;
    width: 70%;
    aspect-ratio: 1 / 1;
    top: 60%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    border-radius: 50%;
    z-index: 1;
    background-color: #ae1065;
    background-image: url('/resources/themes/franzxaver/images/dots_pink.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.product__image-sticky {
    transition: none;
}

#Product .floating-cart-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

#Product .price__buy {
    width: 100%;
}

#Product .price__buy span.h3{
    font-size: 70px;
}

#relatedProducts .product__image img{
    min-height: 300px;
    max-height: 600px;
}

#relatedProducts * {
    color: #fff !important;
}

#Product table tr,
#Product table *{
    border: none !important;
}

#Product tr:hover {
    background-color: transparent;
}

#Product table tr td:nth-child(2){
    text-align: right;
}

.product__container table{
    width: 100% !important;
}

/*
.add .button{
    padding-top: 3px!important;
    padding-bottom: 5px!important;
    width: 65%;
    padding-left: 7px;
    padding-right: 7px;
    margin-left: -45px;
}
*/


.add__form{
    width: 40%;
}

#add__form * {
    display: inline;
}

.nav li:before {
    display: none;
}

.nav {
    border: none;
}

.product_Images li:before{
    display: none;
}

.active.product{
    background-color: rgb(249, 198, 80);
    color: #fff!important;
    font-weight: 600;
    border: 2px solid rgb(249, 198, 80);
}

.breadcrumbs *,
.breadcrumbs{
    color: rgb(249, 198, 80);
    font-size: 15px;
}
.customDropDown{
    margin-top: 15px;
    display: block;
    width: 50%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 42px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.productItem{
    border: 1px solid #eee;
}

.nav-tabs {
    position: relative;
    margin: auto;
}

table{
    width: 100%;
    overflow: scroll;
}


.payment li {
    display: inline;
    list-style: none;
}
.payment{
    border-top: 1px solid #eee ;
}

.shippingInfo *{
    text-align: center;
    font-size: 18px;
    line-height: 1.2;
}

.add{
    position: absolute;
    bottom: 10px;
}

.productItem{
    min-height: 250px;
}

.product__newbadge{
    z-index: 50;
    position: absolute;
    top: 20px;
    left: 20px;
    font-weight: bold;
    color: #fff;
    background-color: rgb(249, 198, 80);
    text-transform: uppercase;
    border-radius: 24px;
    cursor: pointer;
}

@media only screen and (max-width: 767.98px) {

    .add{
        position: relative;
    }
    #properties{
        overflow: scroll;
    }

    .product:nth-child(odd){
        padding-right: 4px;
    }
    .product:nth-child(even){
        padding-left: 4px;
    }
    .product__image .category__color--circle{
        height: 300px;
        width: 300px;
    }

    .product__image img{
        height: 500px !important;
    }
}

.fancybox-toolbar{
    background-color: white;
}

.lSPrev:after{
    content:"\f053";
    color:#000;
    font-family: Font Awesome\ 5 Pro;
}
.lSNext:after{
    content:"\f054";
    color:#000;
    font-family: Font Awesome\ 5 Pro;
}

/* Product Images */
.product__mediaslider img{
    border-radius: 24px;
    overflow: hidden;
}

.product__mediacontainer ul.lSPager {
    position: absolute;
    bottom:20px;
    left:20px;
}

.product__mediacontainer ul.lSPager  li{
    overflow: hidden;
    border-radius: 5px;
    border:2px solid transparent;
    transition: all 0.3s ease;
    width: 60px !important;
}

.product__mediacontainer ul.lSPager  li.active{
    border-color: #fff;

}


/* Pricing */
.product__price .price *{
    font-size: 52px;
    line-height: 1;
}

.product__discountprice{
    font-size: 18px !important;
}


/* description */
.product__originimage
{
    border:4px solid #fff;
    border-radius: 200px;
    overflow: hidden;
}

.product__details *,
.product__details h3{
    color:#002E52 !important;
}

.product__details .product__advantage img{
    max-width: 25%;
}

@media screen and (max-width: 768px){
    .product__details .product__advantage img{
        max-width: 60%;
    }

    #Product .price__buy p.value {
        font-size: 35px !important;
    }

    #Product .price__buy {
        z-index: 1200000;
        bottom: 0;
        padding-top: 20px;
    }

    #Product .price__buy span.h3{
        font-size: 50px;
    }

    .price__tax{
        font-size: 12px;
    }
}