.category-image{
    width: 17px;
    height: 17px;
    display: inline-block;
    margin-right: 3px;
}

.payment-method {
    height: 40px;
    width: 70px;
    background: #fff;
    padding: 0px 10px;
    display: inline-block !important;
    object-fit: contain;
}

.smartpay-icon {
    padding: 0px;
    width: 100px;
}

#newsletter-modal {
    text-align: center;
    width: 600px;
    max-width: 90%;
}

@media screen and (min-width: 768px) { 
    #newsletter-modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}

@media screen and (max-width: 767px) { 
    #newsletter-first-name {
        margin-bottom: 20px;
    }
    #newsletter-subscribe {
        margin-bottom: 10px;
    }
}

#newsletter-content {
    padding: 20px;
}

#newsletter-title {
    text-align: center;
    font-size: 2em;
    text-transform: none;
    margin-top: 0px;
}

#newsletter-message {
    text-align: center;
    font-size: 1.3em;
}

#newsletter-subscribe {
    width: 100%;
}

#newsletter-no-thanks {
    width: 100%;
    color: #fff;
    background-color: #95a5a6;
    border-color: #95a5a6;
}

#newsletter-no-thanks:hover,
#newsletter-no-thanks:focus,
#newsletter-no-thanks:focus-visible,
#newsletter-no-thanks:active {
    background-color: #7f8c8d;
    border-color: #7f8c8d;
}

.mb-1 {
    margin-bottom: 10px !important;
}

.mb-2 {
    margin-bottom: 20px !important;
}

.product-gallery-btn.product-image-full {
    display: none !important;
}

.product-thumb {
    width: 100px;
    height: 100px;
}

.product-variations,
.addon-groups {
    margin-bottom: 0.5rem;
}

.product-form {
    margin-top: 1.5rem;
}

.product-variations,
.product-addons {
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 5px;
}

.variant,
.addon {
    display: inline-block;
    text-align: center;
    margin-bottom: .5rem;
    margin-left: 5px;
    padding: 0.6rem 0.8rem;
    width: auto;
    height: auto;
    line-height: 1;
    font-size: 1.2rem;
    border: 1px solid #ccc;
    border-radius: 2px;
    color: #666;
    transition: border-color .35s, color .35s;
}

.variant:hover,
.variant.active,
.addon:hover,
.addon.active {
    border-color: #369;
    color: #369;
}

.variant-label,
.addon-group-label {
    width: 120px;
}

.formio .input-group {
    display: flex;
}

.formio .input-group-append {
    display: -ms-flexbox;
    display: flex;
    margin-left: -1px;
}

.formio .input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

button:disabled {
    background: #666;
    border: 1px solid #555;
}

.short-description {
    max-height: 200px;
    overflow: hidden;
}

.search-ul a.active {
    color: #000 !important;
    font-weight: bold;
}

.toolbox select {
    width: 19rem;
}

.no-link {
    cursor: auto;
}

.login-popup {
    max-width: 66rem;
}

.tab-vertical .tab-content {
    border-top: none !important;
}

#my-account .link-item {
    padding: 1.7rem 0 1.6rem;
    font-size: 1.6rem;
    text-transform: none;
    border-bottom: 1px solid #eee;
    display: block;
    position: relative;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
    transition: border .3s, color .3s, background-color .3s;
}

#my-account .link-item a {
    color: #333;
}

#my-account .link-item a:hover {
    color: #369;
}

.justify-left {
    justify-content: left;
}

.no-border {
    border: none;
}

.order-extra-items {
    margin: 0;
    list-style: none;
}

.address-label {
    font-size: 0.8em;
    margin-bottom: 0px;
    margin-right: 6px;
}

#my-account .icon-box-side  {
    justify-content: start !important;
}

.content-right {
    width: 100%;
    display: block;
    text-align: end;
}


.form-title {
    padding-bottom: 20px !important;
    border-bottom: 1px solid #eee;
    text-align: center;
}

.modal {
    width: 70rem;
    padding: 20px;
}

.clearfix {
    clear: both;
}

.mla {
    margin-left: auto;
}

.address-delete {
    color: #e74c3c;
}

.address-delete:hover,
.address-delete:visited,
.address-delete:focus {
    color: #c0392b;
}

.icon-box-title{
    font-size: 1.8rem !important;
}

.col-gap-1 {
    width: calc(100% - 10px);
    margin-right: 10px;
}

.credit-input {
    height: auto !important;
    max-width: 100% !important;
}

.credit-cell {
    width: 25% !important;
    font-size: 16px !important;
    letter-spacing: 1px;
    padding: 6px;
    height: 30px !important;
}

.form-title-desc {
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    text-align: center;
}

.form-title-desc h4 {
    margin-bottom: 6px;
}

.accordion .card-header a {
    padding-left: 1.5em;
}

.accordion .card-header a::after {
    right: 1.5em;
}

.accordion .card-body.expanded {
    padding: 1.5em;
}

.cart .accordion {
    border: none;
}

.payment-button {
    display: block;
    width: 200px;
    height: 60px;
    border: 1px solid #ddd;
    padding: 5px;
    margin-bottom: 10px;
    border-radius: 60px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.payment-button.paypal-pay {
    background-size: 80% 65%;
}

.payment-button.payfast-pay {
    background-size: 80% 75%;
}

.payment-button.smartpay-pay {
    background-size: 85% 100%;
}

.payment-button.cash-pay {
    background-size: 60% 150%;
}

.payment-button.stitch-pay {
    background-size: 80% 76%;
}

.review-product {
    display: grid;
    grid-template-columns: 70px 1fr;
    align-items: center;
    grid-column-gap: 10px;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.page-banner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    height: 520px;
    text-align: center;
}

.page-banner h1 {
    line-height: 520px;
}

.btn-xs {
    padding: 8px 12px;
}

.cart-dropdown .products {
    max-height: unset;
}

.cart-dropdown .dropdown-box {
    max-height: 100%;
    overflow-y: auto;
}

.category-dropdown>a:not(.btn):hover,
.category-dropdown>a:not(.btn):active,
.category-dropdown:hover>a, .category-dropdown.show>a {
    background-color: #369 !important;
}

@media (max-width: 575px) {
    .bought-together-products .product-wrap {
        max-width: 10rem;
    }
}

.main-menu-categories {
    max-height: 260px;
    overflow-y: auto;
    overflow-x: hidden;
    transform: none !important;
}

.border-box {
    border: 1px solid #ddd;
    padding: 2rem;
    margin: 2rem 0px;
}

.scrollable-container {
    width: 100%;
    overflow-x: auto;
}

.intro-slide {
    min-height: 260px !important;
    max-height: 260px !important;
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.mw-100 {
    max-width: 100% !important;
}

.px-2 {
    padding: 0 1em;
}

/* .header-bottom:not(.fixed) .category-dropdown>a {
    background-color: inherit;
}

.header-bottom:not(.fixed) .dropdown-box {
    visibility: hidden;
} */

section.intro-section {
    max-width: calc(100% - 280px);
    margin-left: 280px;
}

@media (max-width: 991px) {
    section.intro-section {
        max-width: 100%;
        margin-left: 0px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    section.intro-section {
        max-width: calc(100% - 240px);
        margin-left: 240px;
    }
}

@media (max-width: 575px) {
    .intro-slide {
        min-height: 80px !important;
        max-height: 80px !important;
        background-position: center center;
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }

    .intro-section .owl-dots {
        bottom: 10px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .intro-slide {
        min-height: 120px !important;
        max-height: 120px !important;
        background-position: center center;
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }

    .intro-section .owl-dots {
        bottom: 10px;
    }
}

.image-contain {
    object-fit: contain !important;
}

.megamenu {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    width: 60rem;
    max-height: 260px;
    overflow-y: auto;
}

.megamenu li {
    padding: 0;
}

.megamenu ul.submenu {
    padding: 0 !important;
}

/* .megamenu li.has-submenu>a:not(.menu-title) {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
} */
.megamenu li.has-submenu:hover>a:not(.menu-title) {
    transform: scale(1, 1) !important;
}

.megamenu .submenu .has-submenu>a::after {
    content: none !important;
}
.service-summery {
    line-height: 1;
    font-size: 1.4rem;
    color: #333;
    font-weight: 600;
    padding-bottom: .8rem;
}

.store-detail-title {
    text-align: center;
    line-height: 260px;
    color: #fff;
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #333, 0 0 40px #333;
    font-weight: 400;
}

p.company-name {
    font-size: 1.2rem;
    margin-bottom: 4px;
}

.category-menu .megamenu>li {
    padding: 2.8rem 2rem 0 0rem;
}

.errors {
    margin-left: 25%;
    margin-right: 25%;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 50%
}

.mx-auto {
    display: table;
    margin: 0 auto;
}

.error-container{
    background-color:#f7f7f7;
    padding: 5rem;
}

.errors .alert-error {
    background-color: #fdfafa;
}

.px-1 {
    padding-left: 1rem;
    padding-right: 1rem;
}

iframe#page-frame {
    width: 100%;
    border: 0;
}

.toolbox .toolbox-show select {
    width: 10rem;
}