.modalview model-viewer {
    background-color: #f1f1f1;
    width: 100%;
    height: 400px
}

.category #sta {
    font-size: 22px;
    color: #fdc040
}
.card {
    border: 1px solid rgba(0, 0, 0, .125) !important;
}

.breadcrum {
    padding: 15px;
    font-size: 13px;
    font-weight: 450;
}

.breadcrum span {
    color: #56362C;
    font-size: 13px;
    font-weight: 450
}

.image-gallery {
    display: table
}

.thumbnails .nav-item {
    margin-bottom: 15px;
    width: 100%;
    border: 1px solid #f0f0f0
}

.thumbnails .nav-item:last-child {
    margin-bottom: 0
}

.thumbnails .nav-item.bottomimg {
    margin-bottom: 10px;
    width: 20%;
    display: inline-block;
    margin-left: 20px;
    margin-right: 3px
}

.nav-item .nav-link {
    padding-left: 13px !important;
    padding-right: 13px !important
}

.nav-tabs .nav-link.active {
    padding: 10px;
    width: 100%;
    border-radius: 0
}

.nav-tabs .nav-link {
    padding: 10px;
    border-radius: 0
}

.image-gallery img,
.image-gallery video {
    width: 100%
}

.mytabcnt {
    margin-left: 20px
}

.pos1 {
    position: relative
}

.wrapper {
    display: flex
}

.togglecontent {
    margin-top: -141%;
    margin-left: -25%;
    display: none
}

.sticky-addcart {
    position: fixed;
    right: 0
}

.sticky-addcart {
    bottom: 0;
    width: 100%;
    left: 0;
    background-color: #fff;
    box-shadow: 4px 7px 10px #000;
    padding: 10px;
    margin-bottom: 0;
    z-index: 2
}

.close-icon {
    font-size: 18px
}

.close-icon:hover {
    cursor: pointer;
    color: red
}

.sticky-addcart .sellername {
    font-size: 19px;
    text-align: center;
    border-bottom: 0;
    margin: 0 !important
}

.sticky-addcart .prdpagebtn {
    display: block;
    text-align: center
}

.fa.fa-star-o:before {
    color: #d4d4d4
}

.relat {
    font-weight: 450;
    font-size: 35px;
    color: var(--primary_color);
    text-align: center
}
.variable.form-check-input:checked+label {
    border: 1px solid #56362C;
    color: #000;
    text-align: center;
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 11px !important;
    border-radius: 5px;
}
.form-check-label.small {
    border: 1px solid #d5c7c2;
    padding: 10px 0;
    color: #807c7a;
    font-weight: 600;
    font-size: 11px !important;
    width: 110px;
    border-radius: 5px;
}
#addcart-buttonproduct {
    border: 2px solid var(--primary_color);
    font-size: 22px;
    border-radius: 4px;
    line-height: 25px;
    width: 100% !important;
    color: var(--primary_color) !important;
    background-color: transparent;
    height: auto
}

#addcart-buttonproduct:hover {
    background-color: var(--primary_color);
    color: #fff !important
}
.prd-tab .tab button.active {
    color: var(--primary_color);
    border: 0 solid var(--primary_color);
    background-color: transparent;
    border-bottom: 2px solid var(--primary_color)
}

.prd-tab .tab button {
    padding: 15px 0;
    margin-right: 35px;
    color: #ab9790;
    font-size: 18px;
    font-weight: 700
}
.Reviews {
    width: 130px;
    height: 155px;
    object-fit: cover;
    border-radius: 6px;
}
#Description {
    line-height: 1.5em;
    border-radius: 0;
    padding: 0;
    font-size: 15px;
    text-align: justify;
    border: 0 solid #dee2e6;
    border-top: 0
}
#variableprice span {
    color: var(--primary_color);
    font-weight: 700;
    font-size: 26px;
    margin-bottom: 4px;
    display: inline-block
}
.qtyValue {
    display: inline-block;
    padding: 3px 6px;
    width: 80px !important;
    height: 50px;
    border-radius: 0;
    background-color: #fff;
    border: 0 solid #F0F0F0;
    vertical-align: middle;
    text-align: center;
    border-right: 0;
    border-left: 0;
    padding: 0;
    font-size: 19px;
    border-bottom: 2px solid
}
.p-name {
    font-size: 22px;
    display: inline-block;
    line-height: 1.4;
    font-weight: 500;
    color: #56362C
}
.single-heart{
    font-size: 18px !important;
}
.instock_modal_button {
    background-color: var(--primary_color) !important;
    color: #fff !important;
    width: auto;
}
.instock_modal_button:hover {
    color: var(--primary_color) !important;
    border: 1px solid var(--primary_color);
    background-color: transparent !important;
}
.table-design {
    background-color: rgba(228, 228, 228, 0.801);
    height: 65px;
    vertical-align: middle !important
}

.table-designs tr {
    border: 1px solid #D9D9D9
}

.table-designs tr td {
    height: 60px;
    vertical-align: middle
}

.table-design tr th {
    border-bottom-color: transparent !important
}

.btn-outline-danger{
    color: #dc3545 !important;
    border-color: #dc3545 !important;
}

@media (max-width:320px){
    .instock_modal_button{
        width:38% !important;
    }
}

.notifier_card .card-header {
    background-color: var(--primary_color) !important;
    color: #fff;
    text-align: center;
    font-size: 20px
}
.instock_notifier_subscribe_form .test_notifier_button {
    background-color: var(--primary_color) !important;
    color: #fff !important;
    width: 70%
}

.instock_notifier_subscribe_form .test_notifier_button:hover{
    background-color: #fff !important;
    color: var(--primary_color) !important;
    border: 1px solid var(--primary_color);
}