.swquickview-loader::before {
    content: "";
    background: black;
    position: fixed;
    z-index: 9;
    width: 100vw;
    height: 100vh;
    opacity: 0.3;
    display: block;
    visibility: visible;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
}
.swquickview-loader::after {
    content: "";
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #C57C57; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 101;
}
@keyframes spin {
    0% { transform: translate(-50% , -50%) rotate(0deg); }
    100% { transform: translate(-50%, -50%) rotate(360deg); }
}
.modals-wrapper .modal-popup.quickview-modal .modal-inner-wrap {
    width: 80vw;
    height: 80vh;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
}
.quick_view {
    cursor: pointer;
}
.modals-overlay {
    z-index: 800 !important;
}
.modals-wrapper .modal-popup {
    z-index: 900 !important;
}
.quickview-override {
    background-image: none;
}
.product-quickview iframe {
    height: 80vh !important;
}
.modal-popup .modal-header {
    padding-bottom: 0;
    padding-top: 0;
}
.modal-popup .modal-header, .modal-popup .modal-content, .modal-popup .modal-footer {
    padding-left: 0;
    padding-right: 0;
}
.quickview-override.page-layout-1column main#maincontent .columns {
    padding: 50px !important;
    margin-bottom: 0;
}
.modals-wrapper .modal-popup.quickview-modal .modal-inner-wrap {
    overflow: hidden;
}
.quickview-override .sw-back-to-top-container {
    display: none !important;
}
.modal-slide .action-close {
    padding: 0;
    width: 50px;
    height: 50px;
    right: 10px;
}
.modal-custom .action-close:before, .modal-popup .action-close:before, .modal-slide .action-close:before {
    color: #45000E;
}
.modal-custom .action-close:hover:before, .modal-popup .action-close:hover:before, .modal-slide .action-close:hover:before {
    color: #C57C57;
}
/* .quickview-override.catalog-product-view  .sw-product-main-left {
    width: calc(40% - 10px);
}
.quickview-override.catalog-product-view  .sw-product-main-right {
    width: calc(60% - 10px);
} */
.quickview-override.page-layout-1column.catalog-product-view main#maincontent .columns {
    padding: 50px !important;
}
.modal-slide .modal-inner-wrap, .modal-popup .modal-inner-wrap {
    box-shadow: none;
}
.quickview-override .fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
    opacity: 1;
    transform: none !important;
    top: 30px;
}
.quickview-override  .fotorama--fullscreen .fotorama__fullscreen-icon {
    top: 30px;
}