﻿/**************************************
 * SOB 2.0 TAB STYLING
 **************************************/
.slider-tabs.nav {
    position: relative;
    margin: 10px;
}

.slider-tabs.nav .nav-link {
    background: transparent !important;
    color: #2439EA;
    text-transform: uppercase;
    font-weight:700;
    font-size:14px;
}

.slider-tabs.nav .nav-link.active {
    background: transparent !important;
}

.slider-tabs.nav .indicator {
    position: absolute;
    top: 36px;
    min-width: 0;
    width: 0;
    height: 5px;
    background: #2439EA;
    border-radius: 3px;
    transition: left .3s, width .3s;
}


/**************************************
 * HTML ELEMENT OVERRIDES
 **************************************/

h3 {
    font-weight: bold;
}

h5 {
    font-weight: bold;
}

h6 {
    font-size: 13pt;
    font-weight: bold;
}

select {
    background: white !important;
}

select:after {
    margin-right: 100px;
}

input {
    background: white!important;
}

.nav-link:hover {
    text-decoration: none;
}

ol { counter-reset: item }
.list li{ display: block; }
.list li:before { content: counters(item, ".") " "; counter-increment: item }

a.btn:hover {
    text-decoration: none;
}

.modal-content {
    width:inherit;
    max-width:inherit;
    height:inherit;
    margin: 0 auto !important;
    pointer-events: all;
}

.lead {
    margin-top: 0 !important;
    line-height: 1 !important;
}

.page-item .page-link {
    color: #1e3af3 !important;
}

.page-item.active .page-link {
    color: #ffffff !important;
    background-color: #1e3af3 !important;
}

.sob-oversized-h1 {
    font-size: 40pt;
}

.sob-a {
    color: #1e3af3 !important;
    text-decoration: none !important;
}

.sob-a:hover {
    color: #132ADC !important;
}

.sob-a-no-color-change {
    text-decoration: none !important;
}

.sob-a-underline {
    color: #1e3af3 !important;
}

.sob-a-underline:hover {
    color: #132ADC !important;
}

/**************************************
 * OTHER OVERRIDES
 **************************************/

.dropdown-menu {
    margin-right: 30px !important;
}

.card-header {
    margin-top: -10px !important;
    max-width: 100% !important;
}

.card-header p {
    text-align: left;
    white-space: normal !important;
}

.card-body {
    padding-left: 14px !important;
}

.menu-bag-icon-holder {
    position:relative;
    display:inline-block;
}

.menu-wallet-total {
    position:absolute;
    top: 2px;
    right: -4px;
}

.menu-favourite-total {
    position: absolute;
    top: 2px;
    right: -4px;
}

/**************************************
 * BOOTSTRAP STYLES
 **************************************/

.bg-primary {
    background-color: #2439EA !important;
}

.text-primary {
    color: #2439EA !important;
}

.text-secondary {
    color: #33eaf7 !important;
}

.text-decoration-none {
    text-decoration: none!important;
}

.deal-card {
    border: none !important;
    background-color: transparent!important;
}

.btn {
    border-radius: 4px;
    font-weight: bold;
}

.btn-lg {
    padding-bottom: 11px;
}

.input-group-btn .btn {
    border-top-left-radius:0;
    border-bottom-left-radius:0;
}

.btn-primary {
    font-size: 12px;
    color: #fff;
    background-color: #2439EA;
    border-color: #2439EA;
}

.btn-primary:hover {
    color: #fff;
    background-color: #2439EA;
    text-align: center;
    border-color: #2439EA;
}

.btn-default {
    font-size: 12px;
    color: #2439EA;
    border-color: #2439EA;
    border-width: 3px;
    border-radius: 6px;
    text-align: center;
    text-decoration: none;
    padding: 10px 20px;
}


.btn-default:hover {
    color: #fff;
    background-color: #2439EA;
    border-color: #2439EA;
    text-decoration: none;
}


/**************************************
 * ICON HELPERS
 **************************************/

.bi-05x {
    font-size: 1.2em;
}

.bi-2x {
    font-size: 2em;
}

.bi-3x {
    font-size: 3em;
}

.bi-4x {
    font-size: 5em;
}

.bi-xxl {
    font-size: 5em;

    @media (min-width: 1800px) {
        font-size: 10em;
    }
}

/* FOR THE SPIN ANIMATION */
.bi-spin {
    -webkit-animation: spin 1000ms infinite linear;
    animation: spin 1000ms infinite linear;
}

.carousel-control-next {
    width: 8%;
    color: #1e3af3 !important;
    cursor:pointer;
    z-index: 110;
}

.carousel-control-next-icon {
    font-size:18pt;
    font-weight: bold;
    position:relative;
    top:-32px;
    right: 43%;
}

.carousel-control-prev {
    width: 8%;
    color: #1e3af3 !important;
    cursor:pointer;
    z-index: 110;
}

.carousel-control-prev-icon {
    font-size:18pt;
    font-weight: bold;
    position:relative;
    left:60%;
    top:-32px;
    left: 43%;
}

.sob-carousel-large {
    width: 88%;
    margin-left: 6%;
    padding: 0;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}


/**************************************
 * GENERIC STYLES
 **************************************/

.sob-faq-link {
    text-decoration: none;
    font-style: normal;
    font-weight: 500;
    font-size: 11pt;
    line-height: 100%;
    color: #6B6B6B;
}

.sob-faq-link:hover {
    text-decoration: underline;
}

.faq-card-border {
    border-bottom: 1px solid #6B6B6B;
    padding:0;
}

.sob-login-body {
    height: 100vh;
    min-width:100%;
    min-height:100%;
}

.sob-bottom-shadow {
    box-shadow: 0 .125rem .25rem rgba(51,51,51,.075) !important;
}

.sob-bg-gradient {
    background-color: #2439EA !important;
}

.sob-bg-gradient-alt {
    margin-bottom: 190px;
    background-image: linear-gradient(
            43deg
            ,#2439EA,#33eaf7);
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.sob-bg-gradient-alt::-webkit-scrollbar {
    display: none;
}

.sob-bg-light-gray {
    width: 100%;
    background-color: #f8f9fa !important;
}

.sob-bg-dark-gray {
    background-color: #dadada !important;
}

.sob-circle-icon {
    background: #1e3af3;
    font-size: 3em;
    color:white;
    width: 100px;
    height: 80px;
    border-radius: 50%;
    text-align: center;
    line-height: 80px;
    vertical-align: middle;
    padding: 10px 20px;
    margin:15px 0;
}

.sob-deal-card-img {
    max-height: 240px;
    position:relative;
    border-radius: 10px;
    overflow: hidden;
}

.sob-deal-card-img-main {
    height: 240px;
    top: 0;
    left: 0;
    width: 100%;
    object-fit: scale-down;
}

.sob-deal-card-img-lg {
    margin-left: 0;
    max-height: 280px;
    position:relative;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 1px 15px rgba(0, 0, 0, 0.2) !important;
}

.sob-deal-card-img-lg-main {
    height: 280px;
    top: 0;
    left: 0;
    width: 100%;
    object-fit: scale-down;
}

.sob-deal-card-body {
    margin-left: 0;
    padding: 10px !important;
    width: 100% !important;
}

.sob-home-section {
    margin-top: -2px;
    width: 84%;
    margin-left: 8%;
}

.sob-deal-card-img-lg-home {
    margin-left: 0;
    max-height: 250px;
    position:relative;
    border-radius: 10px;
    overflow: hidden;
}

.sob-deal-card-img-lg-main-home {
    max-height: 250px;
    top: 0;
    left: 0;
    width: 100%;
    object-fit: scale-down;
}

.sob-deal-card-body-home {
    margin-left: 0;
    padding: 10px !important;
    width: 100% !important;
}

.sob-deal-page-img {
    min-width: 100% !important;
    min-height: 100% !important;
    border-radius: 15px;
    object-fit: cover;
}

.sob-manual-deal-view-page-img {
    max-height: 100%;
}

.sob-manual-partner-page-img {
    max-height: 88px;
}

/*.sob-manual-deal-view-page-img {
    max-height: 250px;
}*/

.sob-carousel-img {
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
}


.sob-deal-page-img-bottom-banner {
    position: relative;
    bottom: 15px;
    text-align: center;
    background-color: #dc3545;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 4px 0;
    width: 100%;
    right: 0;
}

.sob-deal-img {
    height: 100%;
    width: 100%;
    object-fit: scale-down;
    border-radius: 15px;
}

.sob-coupon-card-img {
    height: 160px;
    position:relative;
    border-radius: 10px;
    overflow: hidden;
}

.sob-coupon-card-img img {
    max-height:160px;
    max-width:100%;
    top: 0;
    left: 0;
    width: 100%;
    object-fit: cover;
}

.sob-coupon-page-img {
    max-height: 400px;
    width: 100%;
    border-radius: 15px;
    box-shadow: 0 1px 15px rgba(0, 0, 0, 0.2);
    object-fit: scale-down;
}

.sob-coupons-card {
    border-radius: 10px;
    box-shadow: 0 1px 15px rgba(0, 0, 0, 0.2) !important;
}

.sob-coupons-brand-card {
    border-radius: 10px;
}

.sob-coupons-brand-card:hover {
    border: 2px solid #1e3af3;
    background-color: #1e3af3;
    color: #ffffff;
}

.sob-coupons-card-img {
    margin-bottom: -10px;
    height: 160px;
    position: relative;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}

.sob-coupons-card-img img {
    max-height: 160px;
    max-width:100%;
    top: 0;
    left: 0;
    width: 100%;
    object-fit: scale-down;
}

.sob-coupons-card-brand-img {
    position: relative;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    max-height: 175px;
}

.sob-badge-primary {
    background-color: #1e3af3;
}

.sob-img-bottom-banner {
    position: absolute;
    bottom: 0;
    text-align: center;
    background-color: #dc3545;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 4px 0;
    width: 100%;
    right:0;
}

.sob-img-bottom-banner-lg {
    position: absolute;
    text-align: center;
    margin-top: -32px;
    background-color: #dc3545;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 4px 0;
    width: 100%;
    right: 0;
}

.sob-img-no-stock-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    border-radius: 10px;
    z-index: 10;
    background-color: rgba(0,0,0,.6);
}

.sob-img-no-stock-overlay-deal {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: calc(100% - 30px);
    height: 100%;
    border-radius: 10px;
    z-index: 10;
    background-color: rgba(0,0,0,.6);
}

.sob-img-no-stock-overlay-deal-home {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    border-radius: 10px;
    z-index: 10;
    background-color: rgba(0,0,0,.6);
}

.sob-img-no-stock-overlay p {
    text-transform: uppercase;
    border-radius: 10px;
    transform: rotate(
            -25deg
    );
    font-size: 1.5em;
    line-height: 45px;
}

.sob-img-no-stock-overlay-deal p {
    text-transform: uppercase;
    border-radius: 10px;
    transform: rotate(
            -25deg
    );
    font-size: 1.5em;
    line-height: 45px;
}

.sob-img-no-stock-overlay-deal-home p {
    text-transform: uppercase;
    border-radius: 10px;
    transform: rotate(
            -25deg
    );
    font-size: 1.5em;
    line-height: 45px;
}

.sob-deal-label {
    position: absolute;
    top: 5%;
    right: 2%;
    box-shadow: 0 4px 4px rgba(51,51,51,.075) !important;
}

.sob-card-merchant-logo {
    position: absolute;
    top: 10px;
    left: 10px;
}

.sob-card-merchant-logo-deal {
    position: absolute;
    top: 10px;
    left: 25px;
}

.sob-card-merchant-logo-deal-featured {
    position: absolute;
    top: 10px;
    left: 10px;
}

.sob-card-merchant-logo img {
    height: 50px;
    width: 50px;
    border-radius: 5px!important;
}

.sob-card-merchant-logo-deal img {
    height: 50px;
    width: 50px;
    border-radius: 5px!important;
}

.sob-card-merchant-logo-deal-featured img {
    height: 50px;
    width: 50px;
    border-radius: 5px!important;
}

.sob-card-check-icon {

    font-size: 2em;
    position: absolute;
    top: -26px;
    right: 16px;
    z-index: 2;
}


.sob-card-check-icon > div > i {
    color: #cccccc !important;
}

.sob-coupon-selected > a > .sob-card-check-icon > div > i {
    color: #1e3af3 !important;
}

.sob-social-icon {
    font-size:20pt;
    color: #1e3af3 !important;
}

.sob-category-result-img {
    max-height:80px;
    max-width:80px;
}

.sob-category-result-text {
    margin-top: 12px;
    color: #333333;
}

.sob-coupons-brand-text {
    color: #333333;
    text-decoration: none;
}

.sob-grey-link-text {
    color: #333333;
    text-decoration: none !important;
}

.sob-btn-primary {
    color: #1e3af3;
    background-color: #ffffff;
    border-color: #1e3af3;
    opacity: 1 !important;
    width: 40px;
    height: 40px;
    margin-right: 25px;
}

.sob-btn-primary:hover {
    color: #ffffff;
    background-color: #1e3af3;
    border-color: #1e3af3;
}

.sob-btn-primary-selected {
    color: #ffffff;
    background-color: #1e3af3;
    border-color: #1e3af3;
    opacity: 1 !important;
    width: 40px;
    height: 40px;
    margin-right: 25px;
}

.sob-btn-danger {
    color: #FFFFFF;
    background-color: #BD3A35;
    border: 2px solid #BD3A35;
    opacity: 1 !important;
    width: 40px;
    height: 40px;
    margin-right: 25px;
}

.sob-btn-danger:hover {
    background-color: #FFFFFF;
    color: #BD3A35;
}

.sob-custom-hover:hover {
    text-decoration: underline;
}

.sob-selected-nav-item {
    color: #ffffff !important;
    font-weight: bold;
    cursor: default;
    background-color: #2439EA;
    border-radius: 15px;
    margin-top: 6px;
    padding: 2px;
}

.sob-cart-thumb {
    object-fit: scale-down;
    width: 100%;
    padding: 0;
}

.sob-login-modal {
    width: 100%;
}

.sob-support h3 {
    margin: 14pt 0cm 7pt;
    break-after: auto;
    text-align: left;
    font-size: 17.5pt;
    line-height: 25.6667px;

    color: #333333;
    font-weight: normal;
}

.sob-support p {
    margin: 0cm 0cm 7pt;
    font-size: 10pt;

    text-align: left;
    color: #333333;
}

.sob-support li {
    font-size: 10pt;

    color: #333333;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    font-stretch: normal;
}


/**************************************
 * TOP BAR
 **************************************/

.sob-help-header {
    background-color: #1e3af3 !important;
}

.sob-help-header .btn-link {
    color:white !important;
}

.sob-brand-header {
    margin-bottom:0;
    height:80px;
}



.sob-nav-link {
    color: #1e3af3;
}

.sob-nav-link:hover {
    color: #132ADC;
    text-decoration: none !important;
}

.sob-nav-link-active {
    color: #ffffff !important;
    background-color: #1e3af3;
}

.sob-nav-link-active:hover {
    color: #ffffff;
    background-color: #132ADC;
}

.sob-brand-header-nav {
    margin-right:25px;
    margin-left:-72px;
    background: none;
    border:none;
    color:white !important;
}

.sob-brand-header-sub-nav > ul > li > a {
    color:white !important;
    font-size: 14pt;
}

.sob-brand-header-sub-nav > ul > li > a:hover {
    color:gray !important;
}

.sob-menu-tabs > li {
    float:none !important;
    display:inline-block !important;
    zoom:1 !important;
}

.sob-menu-tabs {
    margin-top: 5px;
    text-align:center !important;
    display:inline-block !important;
}

.sob-login-page {
    height: 100%;
    min-height: 100%;
}

.sob-expiring-soon-nav-link {
    border: 3px solid rgba(255,255,255,0);
    border-radius: 25px;
    padding-top: 2px;
    padding-bottom: 12px;
    line-height:0;
    color: rgba(255,255,255,1) !important;
}

.sob-expiring-soon-nav-link:hover {
    border: 3px solid #4EACF4;
    border-radius: 25px;
    text-decoration: none !important;
}

.sob-login-nav-link {
    border: 3px solid rgba(255,255,255,0);
    border-radius: 25px;
    padding: 3px 8px 2px 0;
    line-height:1.1;
    color: rgba(255,255,255,1) !important;
}

.sob-login-nav-link:hover {
    border: 3px solid #4EACF4;
    border-radius: 25px;
}

.sob-login-nav-link a {
    color: rgba(255,255,255,1) !important;
}

.sob-login-nav-link a:hover {
    text-decoration: none !important;
}

.sob-nav-link-white {
    color: rgba(255,255,255,1) !important;
}

.sob-nav-link-white:hover {
    text-decoration: none !important;
}



@media(max-width:377px) {

    .sob-login-modal {
        width: calc(100% - 16px);
    }

    .sob-coupons-card-img {
        height: 225px;
    }

    .sob-coupons-card-img img {
        max-height: 225px;
    }

    .sob-coupons-card {
        margin: 0 15px;
    }

    .sob-deal-card-img-lg {
        margin: 0 15px;
    }

    .sob-deal-card-body {
        margin-left: 15px;
        width: calc(100% - 30px) !important;
    }

    .sob-deal-card-img-lg-home {
        margin: 0 20px;
        max-height: 130px;
        width: 180px !important;
    }

    .sob-deal-card-img-lg-main-home {
        height: 130px;
        width: 180px !important;
    }

    .sob-deal-card-body-home {
        margin-left: 20px;
        width: 180px !important;
    }
}

@media(min-width:378px) {
    .sob-login-modal {
        width: calc(100% - 16px);
    }

    .sob-coupons-card-img {
        height: 255px;
    }

    .sob-coupons-card-img img {
        max-height: 255px;
    }

    .sob-coupons-card {
        margin: 0 15px;
    }

    .sob-deal-card-img-lg {
        margin: 0 15px;
    }

    .sob-deal-card-body {
        margin-left: 15px;
        width: calc(100% - 30px) !important;
    }

    .sob-deal-card-img-lg-home {
        margin: 0 15px;
        max-height: 200px;
        width: 280px !important;
    }

    .sob-deal-card-img-lg-main-home {
        height: 200px;
        width: 280px !important;
    }

    .sob-deal-card-body-home {
        margin-left: 15px;
        width: 280px !important;
    }
}

@media(min-width:488px){
    .sob-login-modal {
        width: 100%;
    }

    .sob-deal-card-img-main {
        height: 100%;
    }

    .sob-deal-card-img {
        max-height: 100%;
    }

    .sob-card-check-icon {
        font-size: 2em;
        position: absolute;
        top: 0;
        right: 10px;
        z-index: 2;
    }

    .sob-coupons-card-brand-img {
        max-height: 120px;
    }

    .sob-deal-img {
        margin: 0 25px;
    }

    .sob-deal-card-img-lg {
        max-height: 320px;
    }

    .sob-deal-card-img-lg-main {
        height: 320px;
    }

    .sob-deal-card-body {
        margin-left: 15px;
        width: calc(100% - 30px) !important;
    }

    .sob-deal-card-img-lg-home {
        max-height: 300px;
        width: 368px !important;
    }

    .sob-deal-card-img-lg-main-home {
        height: 300px;
        width: 368px !important;
    }

    .sob-coupons-card-img {
        height: 310px;
    }

    .sob-coupons-card-img img {
        max-height: 310px;
    }

    .sob-deal-card-body-home {
        margin-left: 15px;
        width: 368px !important;
    }
}

@media(min-width:576px) {
    .sob-deal-card-img-lg {
        max-height: 180px;
        margin: 0;
    }

    .sob-deal-card-img-lg-main {
        height: 180px;
    }

    .sob-deal-card-body {
        margin-left: 0;
        width: 100% !important;
    }

    .sob-deal-card-img-lg-home {
        max-height: 170px;
        width: 195px !important;
        margin: 0;
    }

    .sob-deal-card-img-lg-main-home {
        height: 170px;
        width: 195px !important;
    }

    .sob-coupons-card-img {
        height: 160px;
    }

    .sob-coupons-card-img img {
        max-height: 160px;
    }

    .sob-coupons-card {
        margin: 0;
    }

    .sob-deal-card-body-home {
        margin-left: 0;
        width: 195px !important;
    }
}

@media(max-width:767px) {
    .sob-cart-thumb {
        width: calc(100% - 20px);
        border-radius: 15px;
        margin: 20px 10px;

    }
}

@media(max-width:991px) {
    .sob-client-hours {
        padding: 0 !important;
    }

    .sob-manual-deal-view-page-img {
        max-height: 100%;
    }
}

@media(min-width:766px){
    .sob-coupons-card-brand-img {
        max-height: 160px;
    }

    .sob-deal-card-img {
        max-height: 160px;
    }

    .sob-deal-card-img-main {
        height: 160px;
    }

    .sob-deal-card-img-lg {
        max-height: 160px;
    }

    .sob-deal-card-img-lg-main {
        height: 160px;
    }

    .sob-home-section {
        width: 86%;
        margin-left: 7%;
    }

    .sob-deal-card-img-lg-home {
        max-height: 140px;
        width: 179px !important;
    }

    .sob-deal-card-img-lg-main-home {
        height: 140px;
        width: 179px !important;
    }

    .sob-coupons-card-img {
        height: 140px;
    }

    .sob-coupons-card-img img {
        max-height: 140px;
    }

    .sob-deal-card-body-home {
        width: 179px !important;
    }
}

@media(min-width:992px){
    .sob-deal-card-img {
        max-height: 170px;
    }

    .sob-deal-card-img-main {
        height: 170px;
    }

    .sob-deal-card-img-lg {
        max-height: 230px;
    }

    .sob-deal-card-img-lg-main {
        height: 230px;
    }

    .sob-home-section {
        width: 86%;
        margin-left: 7%;
    }

    .sob-deal-card-img-lg-home {
        max-height: 140px;
        width: 182px !important;
    }

    .sob-deal-card-img-lg-main-home {
        height: 140px;
        width: 182px !important;
    }

    .sob-coupons-card-img {
        height: 140px;
    }

    .sob-coupons-card-img img {
        max-height: 140px;
    }

    .sob-deal-card-body-home {
        width: 182px !important;
    }
}

@media(min-width:1200px){
    .sob-deal-card-img-lg {
        max-height: 280px;
    }

    .sob-deal-card-img-lg-main {
        height: 280px;
    }

    .sob-home-section {
        width: 88%;
        margin-left: 6%;
    }

    .sob-deal-card-img-lg-home {
        max-height: 170px;
        width: 225px !important;
    }

    .sob-deal-card-img-lg-main-home {
        height: 170px;
        width: 225px !important;
    }

    .sob-coupons-card-img {
        height: 170px;
    }

    .sob-coupons-card-img img {
        max-height: 170px;
    }

    .sob-deal-card-body-home {
        width: 225px !important;
    }
}

.card-home {
    padding: 0;
    margin-right: 0;
}
/*
@media (min-width: 768px) {
    .carousel-item {
        margin-right: 3px;
        flex: 0 0 25%;
        display: block;
    }
    .carousel-inner {
        display: flex;
    }
}*/
