.form-review-heading{
    font-size:2rem !important;
    line-height: 1.2em !important;
    margin-bottom:.8em !important;
}
.badcategory-prodcat-page-tab .form-control {
    font-size:1.6rem !important;
    padding:.375em .75em !important ;
}
.btn_pro {
    font-size:1.6rem !important;
    line-height: 1.5em !important;
    background-color:var(--primary);
    color:#fff;
    border:var(--primary);

}
.btn_pro:hover {
    width: 100%;
    height: 40px;
    padding: 0 !important;
}
.tab-pane {
    margin-bottom: 2em;
}

.profile-pic {
    position: relative;
}

.profile-pic:hover .edit {
    display: block;
}

.edit {
    padding-top: 10px;
    padding-left: 10px;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}

.badproduct-title {
    font-size: 3rem !important;
    font-weight: 400;
    font-family: "Bree Serif", serif;
}
#product-product select {
    width: 50%;
    background: transparent;
}
.star_content {
    display: flex;
    gap: 12px;
}
.badquickview-price {
    color:var(--primary);
    font-family: none;
}
.badquickview-price h2 {
    font-size:1.8rem;
    font-weight: 700;
}
.edit a {
    color: #808080;
}

.comments_note i {
    font-size: 1.4rem;
}

#checkout-cart1 .fa {
    font-size: 1.2rem;
}
.btn-update {
    height: 50px;
    width: 50px;
    background:#fff;
    border: unset;
    display: flex;
    justify-content: center;
    align-items: center;
}
#tab-description ul {
    list-style: unset;
}
#button-cart{
    border: 1px solid var(--primary);
    background-color:var(--primary);
    color:#fff;
    font-size:2rem !important;
    width:100%;
    border-radius:50px;
}
.btn-update1:focus {

    outline: unset;

}

#content1 .fa {
    padding-right: 0;

}

#input-quantity {
    border: unset;
    width: 100%;
    max-width:50px;
    height: 50px;
}
.input_quantity_size {
    border: 1px solid #ddddddfa !important;
}
.form-horizontal{
    margin-top: 3.125em;
}
.thumbnails{
    cursor:pointer;
    top: 0;
    gap:10px;
}
.review_list p{
    margin-bottom: 0;

}
.review_list td{
    padding: 10px 0 0 0;
    
}
.image-content-box{
    text-align: -webkit-center;
    gap:12.2px;
}
.item {
    cursor:pointer;
}
.product-option {
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 500;
}
.product-option-heading {
    margin-bottom: 0.4em;
    font-family: inherit;
    font-weight: 400;
    text-transform: uppercase;
    font-size:1.6rem;
    color:var(--primary);
    font-family: 'Playfair Display', serif;
}
.radio input[type=radio] {
    display: none;
}
.radio-options {
    gap:.4rem;
}
.singleimage-prev, .singleimage-next {
    top:50%;
    transform: translate(0%, -50%);
}
.singleimage-next, .singleimage-prev {
    background: unset;
    box-shadow: none;
    position: absolute;
    top: 50%;
    z-index: 1;
    border: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transform: translateY(-50%);
}
.singleimage-next{
    right: -10px !important;
}
.singleimage-prev{
    left:-10px !important;
}
.options {
    cursor: pointer;
}
.product-option-heading.collapsed:after {
    content: "\002B";
    font-size: 2.69rem;
    font-weight: bold;
}
.product-option-heading {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content:space-between;
    padding: 24px 0;
}
.add-cart{
    margin:17px 0;
}
@media screen and (max-width: 768px){
.add-cart {
    position: fixed;
    bottom: 0;
    z-index: 99;
    left: 0;
    right: 0;
    margin:0;
    border-top: 1px solid var(--primary);
    box-shadow: 0px 1px var(--primary);
    padding: 12px;
    background: #fff;
    
}
#button-cart{
    width:100%;
}
}
.product-option-heading:after {
    content: "\2212";
    float: right;
    font-size: 2.69rem;
    font-weight: normal;
    cursor: pointer;
}
.badcategory-prodcat-social-icon .icon-share a, .badcategory-prodcat-social-icon .icon-share a svg {
    height: 20px;
    width: 32px;
}
.add-cart .btn:focus {
    box-shadow: none;
}
