.ajaxpro-modal-dialog .modal-inner-wrap {
    border: 1px solid #D5D9D9;
    box-shadow: 0 0 14px 0 rgba(15, 17, 17, .5);
    border-radius: 10px;
}
.ajaxpro-modal-dialog header.modal-header {
    padding: 10px;
}
.ajaxpro-modal-dialog .fotorama-item.fotorama .fotorama__stage .fotorama__arr.fotorama__arr--next ,.ajaxpro-modal-dialog .fotorama-item.fotorama .fotorama__stage .fotorama__arr.fotorama__arr--prev {
    display: none !important;
}
.ajaxpro-modal-dialog.modal-slide .action-close {
    background-color: #e1e1e1;
    height: 40px;
    width: 40px;
    padding: 0;
    border-radius: 50%;
    border: 1px solid #bbb;
}
.ajaxpro-modal-dialog.modal-custom .action-close:before,.ajaxpro-modal-dialog.modal-popup .action-close:before,.ajaxpro-modal-dialog.modal-slide .action-close:before {
    font-size: 17px;
    line-height: 17px;
    font-weight: 600;
}
.ajaxpro-modal-dialog.modal-custom .action-close:hover:before,
.ajaxpro-modal-dialog.modal-popup .action-close:hover:before,
.ajaxpro-modal-dialog.modal-slide .action-close:hover:before{
    color : #f60;
}
.ajaxpro-modal-dialog.modal-custom .action-close,.ajaxpro-modal-dialog.modal-popup .action-close,.ajaxpro-modal-dialog.modal-slide .action-close {
    right: 15px;
    top: 5px;
    z-index: 5;
}

.ajaxpro-modal-dialog .product-info-main-content .product.media{
    display: block;
    position: sticky;
    top: 10px;
    z-index: 9;
}
.ajaxpro-modal-dialog .bss-qty-total-info-section .ajaxpro-total-qty, .ajaxpro-modal-dialog .bss-qty-total-info-section .ajaxpro-total-price {
    font-size: 17px;
    font-weight: 500;
    color: #f60;
}
.ajaxpro-modal-dialog .bss-qty-total-info-section {
    border: none;
    cursor: unset;
    width: 30%;
    display: flex;
}
.ajaxpro-modal-dialog .product-options-bottom .box-tocart {
    display: none;
}
/* hide button for simple product */
.ajaxpro-modal-dialog .box-tocart button.action.primary.tocart {
    display: none;
}
.ajaxpro-modal-dialog .box-tocart .action.primary.buynow {
    display: none;
}

.ajaxpro-modal-dialog .ajaxpro-add-to-cart-btn {
    width: 30%;
    height: 50px;
    font-size: 20px;
    text-shadow: 1px 1px 0px rgb(0 0 0 / 40%);
    color: white;
    font-weight: 500;
    background-image: linear-gradient(to bottom, #fa3 0, #fc9200 100%);
    border-radius: 6px;
    border: none;
    transition: background-image 0.3s ease-in-out;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-right: 0;
}

.ajaxpro-modal-dialog .ajaxpro-add-to-cart-btn:hover {
    background-image: linear-gradient(to bottom, #FFBF66 0, #FFA830 100%);
    color : #ffffff;
}

.ajaxpro-modal-dialog .ajaxpro-to-buy-btn{
    width: 30%;
    height: 50px;
    font-size: 20px;
    text-shadow: 1px 1px 0px rgb(0 0 0 / 40%);
    color: white;
    font-weight: 500;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#FF8E1F), to(#FF7217));
    border-radius: 6px;
    border: none;
    transition: background-image 0.3s ease-in-out;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.ajaxpro-modal-dialog .ajaxpro-to-buy-btn:hover {
    background: #FF8E1F;
    color : #ffffff;
}

.ajaxpro-modal-dialog footer.modal-footer {
    padding: 10px;
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 10px;
    align-items: center;
    vertical-align: middle;
}
.ajaxpro-modal-dialog .wishlist.mbi-heart.ajaxpro-wishlist {
    font-family: 'mbicon';
    font-size: 30px;
    border: none;
    padding: 0;
    margin-left: 10px;
    width: 3%;
}

.ajaxpro-modal-dialog .wishlist.mbi-heart.ajaxpro-wishlist:hover {
    color: #ff7a05;
}

.ajaxpro-modal-dialog .product-info-main-content .col-12.col-md-6.col-xl-4 {
    max-width: 40%;
    flex: 0 0 40%;
}
.ajaxpro-modal-dialog .product-info-main-content .col-12.col-md-6.col-xl-5 {
    max-width: 60%;
    flex: 0 0 60%;
}
.ajaxpro-modal-dialog .product-info-main-content .product.attribute.overview.is-configurable{
    display : none;
}
.ajaxpro-modal-dialog .product-info-main-content .product-options-wrapper .bss-subtotal-wrapper  {
    display : none;
}
.ajaxpro-modal-dialog table#bss-ptd-table {
    width: 100%;
}
.ajaxpro-modal-dialog #bss-ptd-table tbody tr.bss-table-row, #bss-ptd-table tfoot tr td {
    border: 1px solid #dddddd !important;
}
.ajaxpro-modal-dialog table#bss-ptd-table > tbody > tr > td, table#bss-ptd-table > tfoot > tr > td {
    padding: 2px 3px !important;
}
.ajaxpro-modal-dialog td.bss-table-row-attr.swatch-option.swatch-attribute > div > .swatch-option {
    width: 94%;
    color: #333e48;
    border: 1px solid #a7a7a7;
    border-radius: 5px;
    margin-left: 6px;
}
.ajaxpro-modal-dialog .decreaseQty {
    width: 26px;
    height: 26px;
    text-align: center;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    background-color: white;
    border: 1px solid #aaa;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: rgb(170, 170, 170);
    padding: 4px 4px;
    margin-right: -1px;
    z-index: 5;
}
.ajaxpro-modal-dialog .decreaseQty:hover {
    border: 1px solid red !important;
    color: #474747;
    border-left: 1px solid transparent;
    z-index: 15;
}
.ajaxpro-modal-dialog .increaseQty {
    width: 26px;
    height: 26px;
    text-align: center;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background-color: white;
    border: 1px solid #aaa;
    padding: 4px 4px;
    margin-left: -1px;
}
.ajaxpro-modal-dialog .increaseQty:hover {
    border: 1px solid red !important;
    color: #474747;
    border-right: 1px solid transparent;
}

.ajaxpro-modal-dialog input.input-text.qty.bss-qty {
    -moz-appearance: textfield;
    appearance: textfield;
    border: 1px solid #aaa;
    width: 65px;
    text-align: center;
    height: 26px;
    border-radius: 0;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
}
.ajaxpro-modal-dialog input.input-text.qty.bss-qty::-webkit-outer-spin-button,
.ajaxpro-modal-dialog input.input-text.qty.bss-qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.ajaxpro-modal-dialog input.input-text.qty.bss-qty {
    -moz-appearance: textfield;
    appearance: textfield;
    border: 1px solid #aaa;
    width: 65px;
    text-align: center;
    height: 26px ;
    border-radius: 0;
    border-left : 1px solid transparent;
    border-right : 1px solid transparent;
}
.ajaxpro-modal-dialog input.input-text.qty.bss-qty:focus {
    outline: none;
    border: 1px solid red;
    z-index: 10;
}
.ajaxpro-modal-dialog td.bss-qty-col {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    height: 50px;
}
.ajaxpro-modal-dialog .swatch-attribute-options.clearfix .swatch-option.selected {
    border: 2px solid #ff7519;
}
.ajaxpro-modal-dialog .bss-table-row td.swatch-option.selected div.swatch-option {
    outline: 1px solid #ff5501;
    border: 1px solid #ff5501;
    color: #333;
}
.ajaxpro-modal-dialog  td.bss-table-row-attr.swatch-option.swatch-attribute > div > .swatch-option:hover {
    outline: 2px solid #ff5501;
    border: 2px solid #ff5501;
}
.ajaxpro-modal-dialog .swatch-option.image:not(.disabled):hover {
    border: 1px solid #ff5501;
}

.ajaxpro-modal-dialog  .swatch-option.image {
    border: 1px solid #b6b1b1;
    border-radius: 6px;
}
.ajaxpro-modal-dialog .bss-ptd-table {
    font-size: 14px;
    font-weight: 500;
}
.ajaxpro-modal-dialog .bss-subtotal-wrapper {
    width: 100%;
    display: flex;
    margin-top: 10px;
    justify-content: end;
}
.ajaxpro-modal-dialog .bss-subtotal-right-section {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: end;
}
.ajaxpro-modal-dialog .bss-totals-qty-wrapper.bss-totals-qty-wrapper-left {
    margin-right: 30px;
}
.ajaxpro-modal-dialog .bss-totals-qty-wrapper {
    font-weight: 500;
}
.ajaxpro-modal-dialog .bss-subtotal-section-text, .ajaxpro-modal-dialog .bss-total-section-text, .ajaxpro-modal-dialog .bss-total-section-text-orderprice {
    font-size: 17px;
    font-weight: 500;
    color: #f60;
}
.ajaxpro-modal-dialog .modal-inner-wrap {
    max-width: 1100px;
}
