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

.productItem__Image{
    position: relative;
}

.productProperties table *{
    border: none !important;
}

.productProperties tr:hover {
    background-color: transparent;
}

/*
.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;
    }
}

.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;
    color: rgb(249, 198, 80);
    margin-bottom: 10px;
    display: block;
}

.product__discountprice{
    font-size: 18px !important;
    color: rgb(249, 198, 80) !important;
}


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

.product__details *,
.product__details h3{
    color:#fff !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 .price *{
        font-size: 30px;
    }
}

@media screen and (min-width: 2500px){
    #Product{
        margin-top: 4% !important;
    }
}