.mega-card-container {
    position: relative;
    width: 100%;
    margin-top: 1.5em;
    display: flex
}

.single-product .onsale.badge-left,
.single-product .itsnew.badge-left {
    position: absolute;
    top: 0;
    right: 380px;
    margin: 2.8125rem 0.9375rem 0 0;
    z-index: 2;
}

.single-product .itsnew.its_special_offer {
    top: 100px;
}

@media screen and (min-width: 480px) {
    .mega-card-container {
        width:calc(50% - .75em)
    }
}

@media screen and (min-width: 768px) {
    .mega-card-container {
        width:calc(50% - 1em);
        margin-top: 0;
    }
}

@media screen and (min-width: 1200px) {
    .mega-card-container {
        width:calc(33.3333% - 2em);
        margin: 1em
    }
}

@media screen and (max-width: 1300px) {
    .single-product .onsale.badge-left,
    .single-product .itsnew.badge-left {
        right: 350px;
    }
}

@media screen and (max-width: 1200px) {
    .single-product .onsale.badge-left,
    .single-product .itsnew.badge-left {
        position: absolute;
        top: 0;
        right: 320px;
        margin: 2.8125rem 0.9375rem 0 0;
        z-index: 2;
    }

    .single-product .itsnew.its_special_offer {
        top: 0;
        right: 80px;
    }

    .single-product .itsnew.its_special_offer.badge-left {
        top: 0;
        right: 260px;
    }

    .single-product__top-block .badge, .single-product__top-block .badge svg {
        width: 70px !important;
        height: 70px !important;
    }
}

@media screen and (max-width: 1100px) {
    .single-product .onsale.badge-left,
    .single-product .itsnew.badge-left {
        position: absolute;
        top: 0;
        right: 280px;
        margin: 2.8125rem 0.9375rem 0 0;
        z-index: 2;
    }

    .single-product .itsnew.its_special_offer.badge-left {
        top: 0;
        right: 220px;
    }
}

@media screen and (max-width: 1022px) {
    .single-product .onsale.badge-left,
    .single-product .itsnew.badge-left {
        position: absolute;
        top: 0;
        right: 280px;
        left: 0 !important;
        margin: 0.8125rem 0.9375rem 0 0;
        z-index: 2;
    }

    .single-product .itsnew.its_special_offer.badge-left {
        position: absolute;
        top: 0;
        right: 280px;
        left: 60px !important;
        margin: 0.8125rem 0.9375rem 0 0;
        z-index: 2;
    }
}

.mega-card {
    text-decoration: none;
    text-align: left;
    color: #1a1a1a;
    padding: 1em;
    box-sizing: border-box;
    box-shadow: 0 2px 3px 1px #e6e6e6;
    width: 100%
}

@media screen and (min-width: 480px) {
    .mega-card {
        padding:2em 1em
    }
}

.mega-card__wrapper {
    margin: 0;
    height: 100%;
    display: flex;
    flex-direction: row
}

@media screen and (min-width: 480px) {
    .mega-card__wrapper {
        padding-top:1em;
        flex-direction: column
    }
}

.mega-card__image-container {
    width: 100px;
    flex-shrink: 0
}

@media screen and (min-width: 480px) {
    .mega-card__image-container {
        height:200px;
        width: 100%;
    }
}

@media screen and (min-width: 768px) {
    .mega-card__image-container {
        height:300px;
        width: 100%
    }
}

.mega-card__image {
    object-fit: contain;
    height: 100%;
    width: 100%
}

.mega-card__description {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    position: relative
}

@media screen and (min-width: 480px) {
    .mega-card__description {
        position:static
    }
}

.mega-card__description__title--padded {
    padding-top: 3rem
}

@media screen and (min-width: 480px) {
    .mega-card__description__title--padded {
        padding-top:0
    }
}

.mega-card__description__copy {
    margin: 0;
    padding-bottom: 0;
    font-size: .875rem;
    line-height: 1.05rem
}

@media screen and (min-width: 768px) {
    .mega-card__description__copy {
        font-size:1rem
    }
}

.mega-card__description__copy p {
    margin-bottom: 0
}

.mega-card-compare {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(216,216,216,.5);
    cursor: pointer;
    border: none;
    padding: 0
}

.mega-card-compare--active {
    background: transparent;
    border: 2px solid #000
}

.compare-icon {
    position: absolute;
    width: 2.625rem;
    height: 2.625rem;
    line-height: 2.625rem;
    top: 0;
    right: 0;
    border: none;
    padding: 0;
    display: flex;
    justify-content: center;
    background: 0 0;
    color: #fff;
    font-size: 1.5rem;
    overflow: hidden
}

.compare-icon--add {
    background: #000
}

.compare-icon--remove {
    color: #000;
    font-size: 1.7rem
}

.image-placeholder {
    width: 100%
}

.g__heading h3 {
    margin: 1rem 0;
}

.mega-wrapper-price {
    margin: 1rem 0 1rem 0;
    font-weight: 700;
}

.mega-card__description__copy {
    margin: 1rem 0;
}

.mega-container {
    display: flex;
    flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
    .mega-container {
        gap: 20px 0;
    }
}

@media screen and (min-width: 480px) {
    .mega-container {
        justify-content: space-between;
    }
}

@media (max-width: 991.98px) {
    .pay-table {
        margin-bottom: 20px;
    }

    .pay-table th {
        padding: 10px 10px 20px 10px !important;
    }
}

.single-product__kicker {
    display: flex !important;
    align-items: flex-end;
    gap: 10px;
}

.single-product__kicker__block {
    background-color: #6DCFF6;
    font-weight: bold;
    font-size: 14px;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    border: #6DCFF6 solid 5pt;
    padding: 0 1.5em;
}

.single-product__kicker__link {
    display: flex;
    font-size: 14px;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 5px;
    color: #106fad;
}

.offers_tabs {
    position: absolute;
    z-index: 3;
    left: 15px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: flex-start;
}

.offers_tab {
    display: block;
    padding: 6px 12px;
    background: #6dcff6;
    text-transform: uppercase;
    position: relative;
    font-weight: 500;
}

.offers_tab:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 35px 12px 0 10px;
    border-color: #6dcff6 transparent transparent transparent;
    right: -12px;
    top: 0;
    position: absolute;
}

.offers_tab.black {
    background: #000;
    color: #fff;
}

.offers_tab.black:after {
    border-color: #000000 transparent transparent transparent;
}

@media (max-width: 1022.98px) {
    .single-product__kicker {
        justify-content: center;
    }
}

@media (max-width: 419.98px) {
    .single-product__kicker {
        flex-direction: column;
    }
}

.woocommerce-pagination .page-numbers {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.woocommerce-pagination .page-numbers li {
    margin: 0;
}

.single-product__top-block .badge {
    border: none !important;
    box-shadow: none !important;
}

.single-product__top-block .badge, .single-product__top-block .badge svg {
    width: 100px;
    height: 100px;
}

.product-popular__slide .kicker-wrapper text {
    font-size: 16px;
    text-transform: uppercase;
}

@media (max-width: 767.98px) {
    .product-popular__slide .kicker-wrapper text {
        font-size: 16px;
    }

    .woocommerce-products-header__title {
        font-size: 32px !important;
    }
}

.bg-info.woocommerce-products-header {
    display: flex !important;
}

.wrap {
    flex-wrap: wrap !important;
}

.justify-center {
    justify-content: center !important;
}

.modal-victoria .btn-victoria {
    background: rgb(0, 136, 255);
}

.modal-victoria .modal-content {
    border-radius: 20px;
    padding: 32px 92px;
}

.modal-victoria .modal-footer {
    border: none;
    justify-content: center;
    padding: 0;
    flex-direction: column;
    align-items: center;
}

.modal-victoria .modal-footer .promo-footer a {
    color: rgb(0, 136, 255);
}

.modal-victoria .modal-body {
    padding: 0;
    display: flex;
    flex-direction: column;
}

.single-product__victoria {
    background: transparent;
    border: none;
    color: #000;
    margin: 0;
    padding: 0;
    transition: 0.5s;
    text-decoration: underline;
    margin-bottom: 5px;
}

.single-product__victoria:hover {
    color: rgb(0, 136, 255);
}

.modal-victoria h3 {
    color: rgb(0, 136, 255);
    margin-bottom: 15px;
    text-align: center;
}

.single-product__kicker {
    margin-bottom: 10px;
}

.modal-victoria p {
    margin: 0 0 30px 0;
    padding: 0 10px;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    text-align: center;
}

.modal-victoria p span {
    font-weight: 700;
    color: rgb(0, 136, 255);
}

.modal-victoria .btn {
    padding: 7px 70px;
    text-transform: uppercase;
    border-radius: 5px;
    height: 40px;
    background: rgb(0, 136, 255);
    border: 2px solid rgb(0, 136, 255);
    max-width: 282px;
}

.modal-victoria .btn:hover {
    background: transparent;
    color: rgb(0, 136, 255);
}

.modal-victoria .modal-close {
    position: absolute;
    top: 12px;
    left: 12px;
    cursor: pointer;
    background: rgba(189,172,186,0) 0 0 no-repeat padding-box;
    border: 1px solid #2c2c2c;
    border-radius: 20px;
    width: 1.8em;
    height: 1.8em;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-victoria .promo-steps svg {
    margin-right: 0.5em;
    color: rgb(0, 136, 255);
    flex: 0 0 24px;
}

.modal-victoria .promo-steps {
    margin: 0 auto 10px auto;
}

.modal-victoria .promo-steps p {
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 16px;
}

.modal-victoria .promo-steps div {
    display: flex;
    justify-content: center;
}

.modal-victoria .promo-footer {
    padding-top: 5px;
    text-align: center;
}

.modal-victoria .modal-dialog {
    max-width: 700px;
}

.modal-victoria img {
    margin: 0 auto 0 auto;
    max-width: 380px;
    width: 100%;
    height: auto;
}

.modal-victoria ul {
    padding: 0 0 30px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0 auto 30px auto;
    max-width: 400px;
    width: 100%;
}

.modal-victoria ul li{
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 24px;
}

.modal-victoria ul li:last-child {
    margin-bottom: 0;
}

.modal-victoria ul li .circle {
    flex: 0 0 12px;
    height: 12px;
    border-radius: 50%;
    background: rgb(0, 136, 255);
}

.modal-victoria ul li p {
    text-align: left;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}

@media (max-width: 767.98px) {
    .modal-victoria .modal-content {
        padding: 30px 40px;
    }

    .modal-victoria .promo-steps {
        max-width: 236px;
        width: 100%;
        text-align: left;
    }

    .modal-victoria .promo-steps div {
        justify-content: flex-start;
    }

    .modal-victoria .promo-steps div p {
        text-align: left;
    }

    .modal-victoria ul li {
        margin-bottom: 20px;
    }
}

.payment_method_vb_star_card_rate, .payment_method_vb_puncte_star {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.payment_method_vb_star_card_rate img, .payment_method_vb_puncte_star img {
    max-width: 100px;
}

.custom-payment-description span {
    font-weight: 700;
    color: rgb(0, 136, 255);
}

.modal-victoria-list-title {
    display: block;
}

.single-product__kicker__block img {
    max-width: 100px;
    width: 100%;
    margin-left: 10px;
    margin-bottom: 4px;

}

.single-product__kicker__victoria {
    background: transparent;
    border: none;
    padding: 0;
    font-weight: 400;
}

.single-product__kicker__victoria span {
    font-weight: 700;
    color: rgb(0, 136, 255);
    margin-left: 5px;
}

@media (max-width: 575.98px) {
    .modal-victoria ul li .circle {
        display: none;
    }

    .modal-victoria img {
        max-width: 300px;
    }

    .modal-victoria p, .modal-victoria ul li p {
        font-size: 14px;
        line-height: 120%;
    }

    .modal-victoria .promo-steps p {
        font-size: 12px;
        line-height: 120%;
    }

    .modal-victoria .btn {
        height: 35px;
        max-width: 260px;
        font-size: 14px;
        line-height: 120%;
    }

    .modal-victoria .promo-steps svg {
        flex: 0 0 18px;
    }
    .modal-victoria .promo-steps div {
        align-items: center;
        margin-bottom: 10px;
    }

    .modal-victoria .promo-steps div p {
        margin-bottom: 0;

    }

    .payment_method_vb_puncte_star label, .payment_method_vb_star_card_rate label {
        flex: 0 0 90%;
        font-size: 14px;
    }

    .payment_method_vb_star_card_rate img, .payment_method_vb_puncte_star img {
        max-width: 70px;
    }

    .modal-victoria .modal-dialog {
        margin: 1rem;
    }

    .single-product__kicker {
        align-items: center;
        flex-direction: column;
    }
}


/*.wc_payment_methods.payment_methods.methods {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*}*/

/*.wc_payment_method.payment_method_vb_star_card_rate, .wc_payment_method.payment_method_vb_puncte_star {*/
/*    order: -1;*/
/*}*/

.garmin-pay__extract {
    background: #eee;
}

@media (max-width: 991.98px) {
    .garmin-pay__extract .atm-item {
        margin-bottom: 1.875rem;
    }
}

.iute-as-low-as {
    display: block !important;
    order: -2;
}

.single-product .summary {
    display: flex;
    flex-direction: column;
}

.single-product__info__title {
    order: -6;
}

.woocommerce-product-details__short-description {
    order: -5;
}

.single-product__info__part-number {
    order: -4;
}

.single-product__kicker {
    order: -3;
}

.iute-logo {
    max-width: 70px !important;
}