
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300);
@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700);
@import url(https://fonts.googleapis.com/css?family=Amatic+SC);

/* --------------------------------
        Fonts
-------------------------------- */

@font-face {
    font-family: 'Hanken';
    src: url('../fonts/Hanken/Hanken-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Oswald';
    src: url('../fonts/Oswald-VariableFont_wght.ttf') format('truetype');
}

/* --------------------------------
        General
-------------------------------- */
html .row {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

html header .navbar {
    padding-top: 8px;
}

.body {
    font-family: 'PT Sans', sans-serif;
}

.white {
    color: #fff;
}

.teal {
    color: #00b5ad;
}

.btn-teal {
    background-color: #00b5ad;
    color: #fff;
}

.btn-teal:hover {
    color: #FFF;
}

.btn-round {
    border-radius: 1000px;
}

.bold {
    font-weight: bold;
}

.center {
    text-align: center;
}

.center-block {
    display: flex;
    align-items: center;
    justify-content: center;
}

.mat-1 {
    margin-top: 1.2rem;
}

*:focus {
    outline: none;
}

.green {
    color: green;
}

.red {
    color: red !important;
}

.blue {
    color: #007bff !important;
}

.btn-orange {
    background: #fd935c;
    border-bottom: 2px solid #cf7e3b;
    color: #FFF;
}

.orange {
    color: #fd935c;
}

.verify-address {
    border: 1px solid #fd935c !important;
}
/* .rating-light-green:before {
    color: #5BA829 !important;
}

.rating-red:before {
    color: red !important;
}

.rating-green:before {
    color: #3F7E00 !important;
}

.rating-yellow:before {
    color: #FFE623 !important;
}

.rating-light-yellow:before {
    color: #CCCC00 !important;
} */

.rating {
    background: rgb(238, 238, 238);
}

.rating-green {
    background: rgb(230, 242, 237);
    color: #3F7E00;
}

.right {
    float: right;
}

.btn-outline-teal {
    color: #00b5ad;
    border-color: #00b5ad;
}

.no-padding {
    padding: 0;
}

.pt2 {
    padding-top: 2em;
}

.pt3 {
    padding-top: 3em;
}
.p2 {
    padding-bottom: 2em;
}

.pt1 {
    padding-top: 1em;
}

.pb1 {
    padding-bottom: 1em;
}

.pb2 {
    padding-bottom: 2em;
}

.w100 {
    width: 100%;
}

.white {
    color: #FFF !important;
}

.red-text {
    color: #bc534b;
}

.heading {
    margin-bottom: 20px;
}

.display {
    display: none;
}

.no-padding-left {
    padding-left: 0 !important;
}

.teal-bg {
    background-color: #00b5ad;
    color: #FFF !important;
    border-bottom: 1px solid #e7e7e7;
}

.mt10 {
    margin-top: 5px;
}

.mt11 {
    margin-top: 10px;
}

.mb10 {
    margin-bottom: 40px;
}

.align-left {
    text-align: left !important;
}

.align-right {
    text-align: right !important;
}

.align-items-right {
    float: right;
}

.italic {
    font-style: italic;
}

.fs13 {
    font-size: 13px;
}

.w30 {
    width: 30px;
}

a:not([href]) {
    cursor: pointer;
}

.bordered {
    border: 1px solid #eee;
}

.padded {
    padding: 20px;
}

.grey-bg {
    background-color: rgb(248, 248, 248);
}

textarea::-webkit-input-placeholder {
    color: #0bf;
}

textarea:-moz-placeholder { /* Firefox 18- */
    color: #0bf;  
}

textarea::-moz-placeholder {  /* Firefox 19+ */
    color: #0bf;  
}

textarea:-ms-input-placeholder {
    color: #0bf;  
}
  
textarea::placeholder {
    color: #0bf;  
}

.region a {
    color: #FFF;
}

.region ul a {
    color: #000;
}

.region .align-items-right {
    position: relative;
    z-index: 1023;
}

.custom-select {
    background-color: transparent !important;
    color: #FFF;
    border: 0 !important;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='white' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") !important;
    width: 20%;
}

.custom-select option {
    color: #000 !important;
}

.btn-warning {
    color: #FFF !important;
}

.logo {
    /* width: 65px; */
    width: 75px;
    top: -10px;
    position: relative;
}
/* --------------------------------
        Modern Header
-------------------------------- */
.modern-header {
    background: #ffffff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    transition: all 0.3s ease;
}

.header-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 70px;
}

.logo-section {
    flex-shrink: 0;
}

.brand-logo {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.brand-logo .logo {
    height: 40px;
    width: auto;
    transition: transform 0.2s ease;
}

.brand-logo:hover .logo {
    transform: scale(1.05);
}

.main-navigation {
    flex: 1;
    display: flex;
    justify-content: center;
}

.nav-list {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 40px;
}

.nav-item {
    position: relative;
}

.nav-link {
    display: flex;
    align-items: center;
    padding: 12px 0;
    text-decoration: none;
    color: #333;
    font-weight: 500;
    font-size: 16px;
    transition: color 0.2s ease;
    position: relative;
}

.nav-link:hover {
    color: #00b5ad;
}

.nav-link.active {
    color: #00b5ad;
}

.nav-link.active::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 2px;
    background: #00b5ad;
    border-radius: 1px;
}

.header-right {
    display: flex;
    align-items: center;
    gap: 20px;
}

.auth-section .btn-signin {
    background: #00b5ad;
    color: white;
    padding: 10px 20px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
    transition: background-color 0.2s ease;
}

.auth-section .btn-signin:hover {
    background: #009a8f;
    color: white;
}

.user-section {
    display: flex;
    align-items: center;
    gap: 20px;
}

.header-search {
    position: relative;
}

.search-input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.search-icon {
    position: absolute;
    left: 12px;
    color: #999;
    font-size: 14px;
    z-index: 1;
}

.search-input {
    padding: 10px 12px 10px 40px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
    width: 300px;
    transition: border-color 0.2s ease;
}

.search-input:focus {
    outline: none;
    border-color: #00b5ad;
    box-shadow: 0 0 0 3px rgba(0, 181, 173, 0.1);
}

.user-menu {
    position: relative;
}

.user-dropdown {
    position: relative;
}

.user-button {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    background: none;
    border: 1px solid #ddd;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: 14px;
    color: #333;
}

.user-button:hover {
    border-color: #00b5ad;
    background: #f8f9fa;
}

.dropdown-arrow {
    font-size: 12px;
    transition: transform 0.2s ease;
}

.user-dropdown:hover .dropdown-arrow {
    transform: rotate(180deg);
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    background: white;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    min-width: 200px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.2s ease;
    z-index: 1000;
    margin-top: 8px;
}

.user-dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dropdown-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    text-decoration: none;
    color: #333;
    font-size: 14px;
    transition: background-color 0.2s ease;
}

.dropdown-item:hover {
    background: #f8f9fa;
    color: #00b5ad;
}

.dropdown-divider {
    height: 1px;
    background: #eee;
    margin: 8px 0;
}

.cart-section {
    position: relative;
}

.cart-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background: #f8f9fa;
    border: 1px solid #ddd;
    border-radius: 6px;
    text-decoration: none;
    color: #333;
    transition: all 0.2s ease;
    position: relative;
}

.cart-button:hover {
    background: #00b5ad;
    color: white;
    border-color: #00b5ad;
}

.cart-count {
    position: absolute;
    top: -8px;
    right: -8px;
    background: #ff4757;
    color: white;
    font-size: 12px;
    font-weight: 600;
    padding: 2px 6px;
    border-radius: 10px;
    min-width: 18px;
    text-align: center;
    line-height: 1.2;
}

.mobile-menu-toggle {
    display: none;
}

.hamburger {
    padding: 0;
    background: none;
    border: none;
    cursor: pointer;
}

.hamburger-box {
    width: 24px;
    height: 18px;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -1px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    width: 24px;
    height: 2px;
    background-color: #333;
    border-radius: 1px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
    content: "";
    display: block;
}

.hamburger-inner::before {
    top: -6px;
}

.hamburger-inner::after {
    bottom: -6px;
}

.hamburger--collapse.is-active .hamburger-inner {
    transform: rotate(45deg);
}

.hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
}

.hamburger--collapse.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(90deg);
}

.mobile-navigation {
    display: none;
    background: white;
    border-top: 1px solid #eee;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.mobile-navigation.active {
    display: block;
}

.mobile-nav-content {
    padding: 20px;
}

.mobile-nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mobile-nav-item {
    margin-bottom: 8px;
}

.mobile-nav-link {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    text-decoration: none;
    color: #333;
    font-weight: 500;
    border-radius: 6px;
    transition: background-color 0.2s ease;
}

.mobile-nav-link:hover {
    background: #f8f9fa;
    color: #00b5ad;
}

.shopping-cart-dropdown {
    position: absolute;
    top: 100%;
    right: 20px;
    width: 350px;
    background: white;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    margin-top: 8px;
}

.cart-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px;
    border-bottom: 1px solid #eee;
}

.cart-header h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

.close-cart {
    background: none;
    border: none;
    color: #999;
    cursor: pointer;
    padding: 4px;
}

.cart-content {
    max-height: 300px;
    overflow-y: auto;
    padding: 16px 20px;
}

.cart-items {
    list-style: none;
    margin: 0;
    padding: 0;
}

.cart-footer {
    padding: 16px 20px;
    border-top: 1px solid #eee;
}

.btn-checkout {
    display: block;
    width: 100%;
    background: #00b5ad;
    color: white;
    padding: 12px;
    border-radius: 6px;
    text-decoration: none;
    text-align: center;
    font-weight: 500;
    transition: background-color 0.2s ease;
}

.btn-checkout:hover {
    background: #009a8f;
    color: white;
}

.cart-total {
    float: right;
    font-weight: 600;
}

/* Header Scroll Effect */
.modern-header.scrolled {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
}

/* Mobile Menu States */
body.mobile-menu-open {
    overflow: hidden;
}

.mobile-navigation {
    position: fixed;
    top: 70px;
    left: 0;
    right: 0;
    bottom: 0;
    background: white;
    z-index: 999;
    transform: translateX(100%);
    transition: transform 0.3s ease;
}

.mobile-navigation.active {
    transform: translateX(0);
}

/* Dropdown Show State */
.dropdown-menu.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Cart Dropdown States */
.shopping-cart-dropdown:not(.display) {
    display: block;
}

/* Responsive Design */
@media (max-width: 768px) {
    .header-container {
        padding: 0 16px;
    }
    
    .main-navigation {
        display: none;
    }
    
    .mobile-menu-toggle {
        display: block;
    }
    
    .header-search {
        display: none;
    }
    
    .user-section {
        gap: 12px;
    }
    
    .search-input {
        width: 250px;
    }
    
    .nav-list {
        gap: 20px;
    }
    
    .mobile-navigation {
        top: 60px;
    }
}

@media (max-width: 480px) {
    .header-content {
        height: 60px;
    }
    
    .brand-logo .logo {
        height: 35px;
    }
    
    .user-button {
        padding: 6px 10px;
        font-size: 13px;
    }
    
    .cart-button {
        width: 40px;
        height: 40px;
    }
    
    .shopping-cart-dropdown {
        right: 10px;
        width: calc(100vw - 20px);
        max-width: 350px;
    }
}

/* --------------------------------
        Header
-------------------------------- */
/* Old header styles removed - using modern header instead */

.header-main {
    position: relative;
}

header .row {
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
    display: block;
}

header .row .brand {
    position: relative;
    top: -3px;
}

header .row .nav-main {
    float: right;
}

header .row .nav-main .navbar {
    padding-right: 0px;
}

header .row .nav-main .navbar .navbar-nav {
    flex-direction: unset;
    -ms-flex-direction: row;
}

header .row .nav-main .navbar .navbar-nav > li {
    margin-top: 4px;
}

header .row .nav-main .navbar .navbar-nav li {
    /* font-family: "Jim Sans Regular",Arial; */
    display: block;
    cursor: pointer;
}

header .row .nav-main .navbar .navbar-nav li a {
    padding-left: 15px;
    padding-right: 15px;
    color: #2b2b2b;
    text-decoration: none;
}

header .row .nav-main .navbar .navbar-nav .dropdown {
    height: 55px;
}

header .row .nav-main .navbar .navbar-nav .dropdown a {
    text-decoration: none;
}

header .row .nav-main .navbar .navbar-nav .dropdown a svg {
    vertical-align: bottom;
    margin-bottom: 7px;
    margin-left: 5.5px;
}

header .row .nav-main .navbar .navbar-nav .dropdown .expand, header .row .nav-main .navbar .navbar-nav .dropdown .collapse {
    display: none;
}

header .row .nav-main .navbar .navbar-nav .dropdown .dropdown-menu {
    top: 47px;
    transition: top 0.25s ease 0s;
    flex-direction: column;
    position: absolute;
    display: flex;
    opacity: 0;
    pointer-events: none;
    left: 0px;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
    padding-bottom: 22px;
    width: 261px;
}

.navbar .navbar-nav .dropdown .dropdown-menu li{
    font-size:15px;
    font-weight:500;
    color:#2b2b2b;
    background-color:#FFFFFF;
    background-repeat:repeat;
    background-position:left top;
    opacity:1;
    padding:19px 20px 7px;
    line-height:14px;
    cursor:pointer
}

@media (max-width: 991.98px){
    header .row .nav-main .navbar .navbar-nav .dropdown .dropdown-menu li{
        /* padding-top:12px;
        padding-left:17px; */
        padding: 2px 20px 0px;
        margin-left:0px;
        border-bottom:none
    }
    
    header .row .nav-main .navbar .navbar-nav .dropdown .dropdown-menu li:first-child{
        padding-top:4px
    }
    
    header .row .nav-main .navbar .navbar-nav .dropdown .dropdown-menu li:last-child{
        padding-bottom:15px
    }
}

header .row .nav-main .navbar .navbar-nav .dropdown .dropdown-menu li .desc{
    width:200px;
    font-weight:400;
    background-repeat:repeat;
    background-position:left top;
    font-family:"Jim Sans Regular",Arial;
    font-weight:400;
    font-size:13.33px;
    color:#82888c;
    vertical-align:middle;
    line-height:20px;
    margin-top:7px
}

header .row .nav-main .navbar .navbar-nav .dropdown .dropdown-menu li a{
    text-decoration:none;
    color:#2b2b2b;
    padding-left:0px
}

header .row .nav-main .navbar .navbar-nav .dropdown .dropdown-menu li:hover{
    transition:color 0.25s ease;
    color:#2b2b2b
}

header .row .nav-main .navbar .navbar-nav .dropdown .dropdown-menu li:hover a .desc{
    color:#2b2b2b;
    transition:color 0.25s ease
}

header .row .nav-main .navbar .navbar-nav .dropdown .dropdown-menu:hover li:not(:hover){
    opacity:.5;
    transition:opacity 0.25s
}

@media (max-width: 991.98px){
    header .row .nav-main .navbar .navbar-nav .dropdown .dropdown-menu{
        position:relative;
        display:none;
        opacity:1;
        transition:none;
        top:0px;
        box-shadow:none;
        padding-top:0px;
        margin-top:0px;
        padding-bottom:10px
    }
}

header .row .nav-main .navbar .navbar-nav .dropdown:hover .dropdown-menu{
    transition:top 0.25s ease 0s;
    opacity:1;
    top:35px;
    pointer-events:auto
}

header .row .nav-main .navbar .navbar-nav .dropdown:hover .dropdown-menu li{
    margin-left:0px;
    margin-right:0px
}

header .row .nav-main .navbar .navbar-nav .dropdown:hover .dropdown-menu li a{
    text-decoration:none;
    color:#2b2b2b
}

@media (max-width: 991.98px){
    header .row .nav-main .navbar .navbar-nav .dropdown:hover .dropdown-menu{
        opacity:1;
        transition:none;
        top:0px
    }
    
    header .row .nav-main .navbar .navbar-nav .dropdown:hover .dropdown-menu li{
        margin-left:0px
    }
}

header .row .nav-main .navbar .navbar-nav .dropdown .expand{
    display:none
}

header .row .nav-main .navbar .navbar-nav .dropdown .collapse{
    display:none
}

@media (max-width: 991.98px){
    header .row .nav-main .navbar .navbar-nav .dropdown .expand{
        display:none;
        position:absolute;
        top:18px;
        right:5px;
        -webkit-transition:opacity 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
        transition:opacity 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
        transition:opacity 0.25s ease-in-out, transform 0.25s ease-in-out;
        transition:opacity 0.25s ease-in-out, transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
        display:inline-block;
        background:url(../img/sprite.png);
        background-size:621px 563px;
        background-position:-599px -535px;
        background-repeat:no-repeat;
        width:13px;
        height:13px;
        opacity:1;
        -webkit-transform:rotate(0deg);
        transform:rotate(0deg)
    }
    
    header .row .nav-main .navbar .navbar-nav .dropdown .collapse{
        display:none;
        position:absolute;
        top:18px;
        right:5px;
        -webkit-transition:opacity 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
        transition:opacity 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
        transition:opacity 0.25s ease-in-out, transform 0.25s ease-in-out;
        transition:opacity 0.25s ease-in-out, transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
        display:inline-block;
        background:url(../img/sprite.png);
        background-size:621px 563px;
        background-position:-559px -189px;
        background-repeat:no-repeat;
        width:13px;
        height:13px;
        opacity:0;
        -webkit-transform:rotate(-90deg);
        transform:rotate(-90deg)
    }
    
    header .row .nav-main .navbar .navbar-nav .dropdown.is-active .expand{
        opacity:0;
        -webkit-transform:rotate(90deg);
        transform:rotate(90deg)
    }
    
    header .row .nav-main .navbar .navbar-nav .dropdown.is-active .collapse{
        opacity:1;
        -webkit-transform:rotate(0deg);
        transform:rotate(0deg)
    }
}

@media (max-width: 991.98px){
    header .row .nav-main .navbar .navbar-nav .dropdown{
        height:100%
    }
}

@media (max-width: 991.98px){
    header .row .nav-main .navbar{
        padding-top:8px;
        padding-left:19px;
        padding-right:21px;
        padding-bottom:20px
    }
}

@media (max-width: 991.98px){
    header .row .nav-main{
        position:absolute;
        right:5%;
        background-color:#fff;
        color:#000;
        border-radius:5px;
        transition:opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
        -webkit-transition:opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
        width:405px
    }
    
    header .row .nav-main .navbar .navbar-nav{
        flex-direction:column;
        width:100%
    }
    
    header .row .nav-main .navbar .navbar-nav li{
        height:auto;
        border-bottom:1px solid #ced3d6
    }
    
    header .row .nav-main .navbar .navbar-nav li a{
        color:#000;
        padding-left:0px
    }
}

@media (max-width: 991.98px){
    header .row .nav-main{
        margin-top:10px;
        opacity:0;
        display:none;
        right:2%;
        max-width:400px;
        box-shadow:0px 0px 15px 0px rgba(0,0,0,0.25);
        border-radius:5px;
        width:375px;
        padding-top:2px;
        padding-top:12px;
        width:345px
    }
    
    header .row .nav-main .arrow{
        display:inline;
        position:absolute;
        width:0px;
        height:0px;
        top:-9px;
        margin-left:-10px;
        border-left:10px solid transparent;
        border-right:10px solid transparent;
        border-bottom:10px solid #fff;
        right:1.5vw
    }
}

@media (max-width: 767.98px){
    header .row .nav-main{
        margin-top:18px
    }
}

@media (max-width: 400px){
    header .row .nav-main{
        width:100%;
        right:0px;
        border-radius:0px
    }
}

header .row .menu-mobile-button {
    display: none;
    font-size: 30px;
    color: #fff;
    position: absolute;
    right: 4%;
}

header .row .menu-mobile-button .hamburger--collapse.is-active .hamburger-inner:before{
    top:0px !important
}

header .row .menu-mobile-button .hamburger{
    padding-top:2px;
    padding-bottom:2px;
    padding-right:0px
}

header .row .menu-mobile-button .hamburger .hamburger-box{
    padding-left:13px;
    margin-bottom:3px;
    width:29px
}

header .row .menu-mobile-button .hamburger .hamburger-box .hamburger-inner{
    background-color:#fff;
    width:17px;
    height:2px
}

header .row .menu-mobile-button .hamburger .hamburger-box .hamburger-inner:before{
    background-color:#fff;
    width:17px;
    height:2px;
    top:-5px
}

header .row .menu-mobile-button .hamburger .hamburger-box .hamburger-inner:after{
    background-color:#fff;
    width:17px;
    height:2px;
    top:-10px
}

@media (max-width: 991.98px){
    header .row .menu-mobile-button{
        display:inline
    }
}

@media (max-width: 1280px){
    header{
        width:100%;
        padding-left:4%;
        padding-right:4%
    }
}

/* Old header styles removed - using modern header instead */

.header-white {
    background-color: white;
}

.header-white a, .header-white a:hover{
    color:#000;
}

.header-white .navbar-nav>li>a:hover{
    color:#959595 !important
}

.header-white svg {
    color: #2b2b2b !important;
    fill: #2b2b2b !important;
}

.header-white svg polygon {
    color: #2b2b2b !important;
    fill: #2b2b2b !important;
}

@media (max-width: 991.98px){
    .header-white svg{
        display:none
    }
}

.header-white .hamburger-inner{
    background-color:#000 !important
}

.header-white .hamburger-inner:before{
    background-color:#000 !important
}

.header-white .hamburger-inner:after{
    background-color:#000 !important
}

.header-fixed{
    position:fixed;
    border-bottom:1px solid #e4e7eb;
    box-shadow:3.716px 3.346px 40px 0px rgba(43,43,43,0.1)
}

.mobile-cart {
    font-size: 13.6px;
    position: relative;
    top: -3px;
    left: 3px;
}


.active-cart {
    color: #007bff !important;
}


/* --------------------------------
        Icon
-------------------------------- */
.search .fa-map-marker-alt:before, .fa-chart-line:before{
    color: #00b5ad;
}

/* --------------------------------
        Content
-------------------------------- */
/* Page content positioning handled by modern header */

.main {
    position: relative;
    margin-bottom: 4rem;
}

.bg-img {
    height: 40rem;
    width: 100%;
    position: relative;
    background: rgb(200, 200, 200);
    overflow: hidden;
}

.bg-img .low-res-container {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 1;
    overflow: hidden;
    transition: all 1.4s ease 0s;
}

.bg-img .low-res-image {
    filter: blur(20px);
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    transform: scale(1.1);
    object-fit: cover;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
}

.bg-img .high-res-image, .restaurant-img .high-res-image {
    filter: blur(2px);
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    object-fit: cover;
    transform: scale(1.1);
    opacity: 1;
    transition: all 1.4s ease 0s;
    filter: brightness(60%);
}

.main .content-wrapper {
    position: absolute;
    bottom: 20%;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
}

.content-wrapper .search-container {
    margin-top: 3rem;
    border-width: 0px;
}

@media (max-width: 991.98px){
    .bg-img {
        height: 30rem;
    }

    .main .content-wrapper {
        bottom: 30%;
    }
}

.web-search, .mobile-search {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    /* height: 5.4rem; */
    height: 3.4rem;
    box-shadow: rgba(28, 28, 28, 0.08) 0px 2px 8px;
    background: rgb(255, 255, 255);
    border-radius: 0.8rem;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(232, 232, 232);
    border-image: initial;
}

.mobile-search  {
    display: none;
}

.search-location, .mobile-search-location, .mobile-search-form input {
    display: flex;
    justify-content: space-around;
    position: relative;
    height: 100%;
    width: 15.5rem;
    -webkit-box-align: center;
    align-items: center;
    border-radius: 0.8rem;
    padding: 0px 1rem;
}

.mobile-search-form input {
    border-radius: 0.8rem 0px 0px 0.8rem;
}

@media (max-width: 991.98px){
    .content-wrapper .search-container {
        width: 90%;
    }

    .web-search, .web-icons {
        display: none !important;
    }

    .mobile-search {
        display: block !important;
    }

    .mobile-search-location, .mobile-search-form {
        width: 100%;
        margin-bottom: 25px;
    }

    .mobile-search-form {
        padding: 0;
    }

    .mobile-search-form input {
        width: 100%;
        height: 3.5em;
    }

    .custom-select {
        width: 65%;
    }
}


.search-location-input, .mobile-search-location-input {
    /* font-size: 1.4rem; */
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    margin: 0px 0rem 0px 0.5rem;
    background: transparent;
    width: 100%;
}

/* remove the original arrow */
select.search-location-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    /* no standardized syntax available, no ie-friendly solution available */
  }
  
select + i.fas {
    float: right;
    /* margin-top: -30px; */
    margin-right: 5px;
    /* this is so when you click on the chevron, your click actually goes on the dropdown menu */
    pointer-events: none;
    /* everything after this is just to cover up the original arrow */
    /* (for browsers that don't support the syntax used above) */
    background-color: #fff;
    padding-right: 5px;
}

.search-tab {
    width: 0rem;
    height: 2rem;
    border-width: 0.05rem;
    border-style: solid;
    border-color: rgb(207, 207, 207);
    border-image: initial;
}

.site-search-form {
    width: max-content;
}


@media (min-width: 481px) {
    .search-bar {
        width: 30rem;
        height: 100%;
        display: flex;
        position: relative;
        border-radius: 0.8rem;
    }
}

.search-bar input {
    border: none;
    padding: 1px 1px 1px 15px;
    width: 90%
}

.search-btn, .mobile-search-btn {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    background-color: #00b5ad !important;
    width: 3.5rem;
    cursor: pointer;
    margin: -1px;
    border-radius: 0px 0.8rem 0.8rem 0px;
}

.search-btn i, .mobile-search-btn i {
    color: #FFF;
    size: 16px;
}

@media(max-width: 480px) {
    
}

.content-header {
    font-size: 4.6rem;
    font-family: "Oswald";
}

@media (max-width: 991.98px){
    .content-header {
        font-size: 3rem;
    }
}

.join-item {
    margin: 0px 17px;
}

@media (max-width: 991.98px){
    .join-item {
        margin: 0px 17px 30px;
    }
}

.join-item-img {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.join-item-img img {
    height: 100px;
    width: 100px;
}

.join-item-txt {
    display: flex;
    width: 100%;
    min-height: 160px;
    flex-flow: column nowrap;
}

.home-banner-bg {
    background-color: rgb(255, 251, 247);
}

.home-banner {
    /* background-color: #F9F5E9; */
    /* margin-top: 100px; */
    /* padding: 100px 0px 96px; */
    padding: 60px 0;
}

@media (max-width: 991.98px){
    .home-banner {
        margin-top: 0px;
        padding: 100px 0px 40px;
    }

    .home-banner h2 {
        font-size: 1.5rem;
    }
}

.fill {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden
}

.fill img {
    flex-shrink: 0;
    min-width: 100%;
    max-height: 400px;
}

.footer {
    padding-top: 51px;
    border-top: 1px solid #e4e7eb;
    z-index: 100;
    position: relative;
}

html .footer .row {
    margin-left: -15px !important;
    margin-right: -15px !important;
}

.footer .footer-header {
    letter-spacing: 0.2rem;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0px 0px 1.2rem;
}
.footer .footer-links {
    line-height: 1.2rem;
    color: rgb(105, 105, 105);
    margin: 0.5rem 0px;
}

@media (max-width: 991.98px){
    .footer .col-md-3 {
        padding-bottom: 30px;
    }
}

.social-icons {
    display: flex;
    margin-left: 0.6rem;
    -webkit-box-pack: start;
    justify-content: flex-start;
}

.social-icons a {
    margin-right: 0.8rem;
    text-decoration: none;
}

.menu-footer {
    padding: 32px 0px;
}
  
.ui.divider {
    margin: 1rem auto;
    line-height: 1;
    height: 0;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: rgba(0,0,0,.85);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    font-size: 1rem;
}

.ui.horizontal.divider {
    display: table;
    white-space: nowrap;
    height: auto;
    margin: '';
    line-height: 1;
    text-align: center;
}

.ui.horizontal.divider:after, .ui.horizontal.divider:before {
    content: '';
    display: table-cell;
    position: relative;
    top: 50%;
    width: 48%;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABaAAAAACCAYAAACuTHuKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1OThBRDY4OUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1OThBRDY4QUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjU5OEFENjg3Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjU5OEFENjg4Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+VU513gAAADVJREFUeNrs0DENACAQBDBIWLGBJQby/mUcJn5sJXQmOQMAAAAAAJqt+2prAAAAAACg2xdgANk6BEVuJgyMAAAAAElFTkSuQmCC);
}

.ui.horizontal.divider:before {
    background-position: right 1em top 50%;
}

.ui.horizontal.divider:after {
    background-position: left 1em top 50%;
}

#divider-font {
    font-family: Roboto, Arial !important; 
}

div.sign-in .modal-header, .modal-header {
    padding: 0;
    border-bottom: none;
}

div.sign-in .modal-header .close, .modal-header .close {
    padding: 0;
    margin: 0;
}

div.sign-in .close {
    float: left;
    font-weight: 300;
}
 
div.sign-in .modal-content, .modal-content {
    background: #fefefe;
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
} 

div.sign-in .modal-body {
    padding: 20px 40px;
}

div.sign-in .btn {
    display: block;
    /* background: #bded7d; */
    color: white;
    text-decoration: none;
    margin: 20px 0;
    padding: 15px 15px;
    border-radius: 5px;
    position: relative;
    width: 100%;
}

div.sign-in .btn::after {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    box-shadow: inset 0 3px 0 rgba(0, 0, 0, 0), 0 3px 3px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}

div.sign-in .btn:hover::after {
    background: rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 3px 0 rgba(0, 0, 0, 0.2);
}

.btn-social {
    padding-left: 64px !important;
    position: relative !important;
    z-index: 1;
}

.btn-social .fab {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 50px;
    height: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 0.1);
    line-height: 3.2;
    border-radius: 5px 0 0 5px;
}

.btn-facebook {
    background-color: hsl(221, 44%, 41%);
}
/* .btn-twitter {
    background-color: hsl(206, 82%, 63%);
} */
.btn-google {
    background-color: hsl(7, 71%, 55%); 
}

@media (max-width: 991.98px){
    div.sign-in .modal-body {
        padding: 20px 0px;
    }

    .modal-body, .modal-form {
        padding: 0rem !important;
    }

    .no-padding-left {
        padding-left: 15px;
    }
}

.search-form {
    background-color: #F6F6F6;
}

.home-search {
    width: 300px;
    border: none;
    background-color: #F6F6F6;
    padding: 9px;
}

@media(max-width: 991.98px) {
    .search-form {
        margin-top: 0px;
    }

    .home-search {
        width: 250px;
    }

}

.search-icon {
    padding-left: 10px;
}

/* .search-icon {
    flex-shrink: 0;
    display: flex;
} */
/* .home-search-form i{
    position: relative;
    z-index: 1;
    top: -5px;
}

.home-search {
    position: relative;
    padding: 5px 40px 15px 20px;
    width: 20px;
    color: #525252;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 100;
    letter-spacing: 2px;
    border: none;
    border-radius: 5px;
    /* background: linear-gradient(to right, #FFFFFF 0%, #464747 #F9F9F9 100%); */
 /*   transition: width 0.4s ease;
    outline: none;
    left: 20px;
    top: -8px;
}

.home-search:focus, .home-search-btn:hover {
    width: 300px;
}  */


@media (max-width: 991.98px) {
    header .row .nav-main .navbar .navbar-nav li a {
        color: #000;
        padding-left: 0px;
    }
}
@media (max-width: 991.98px) {
    header .row .nav-main .navbar .navbar-nav li>a {
        text-transform: uppercase;
        line-height: 45px;
        font-size: 12.6px;
        font-family: "Jim Sans Medium",Arial;
        display: block;
    }
}

.site-main {
    padding-top: 35px;
    padding-bottom: 35px;
}
  
.collection-list {
    /* padding-bottom: 4em; */
    padding-bottom: 2em;
}

.collection-header {
    padding-bottom: 1em;
}

.collection-content {
    padding: .5em 0 2em 0px;
    /* padding-bottom: 2em; */
    width: 100%;
    display: flex;

}

.collection-content-header {
    overflow: hidden;
    text-overflow: ellipsis; 
    white-space: nowrap; 
}

.collection-content-header a {
    display: inline;
    /* font-size: 1.2rem; */
    font-size: 1.1rem;
    line-height: 1.5;
    color: rgb(28, 28, 28);
    font-weight: 500;
    text-decoration: none;
}

.collection-img {
    width:auto; /* maintain aspect ratio */
    /* width:250px; */
    /* height: 200px; */
    height: 150px;
}

.promotion-img {
    width:auto; /* maintain aspect ratio */
    /* width:250px; */
    /* height: 200px; */
    height: 150px;
}

.collection-img img, .promotion-img img, .restaurant-item-img-block picture {
    height: 100%;
    width: 100%;
 }

.collection-content-description {
    font-size: 14px;
    height: 40px;
}


/* Slider */
.restaurant-search {
    margin: 20px auto 3em; 
}

.restaurant-search-homepage {
    margin: 0 auto 3em; 
}

.restaurant-search-content {
    text-align: center;
    width: 70px;
}

.restaurant-search-title {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0ch;
    text-transform: none;
    color: rgb(25, 25, 25);
    text-align: center;
}

.slick-slide {
    width: 105px;
}

.slick-disabled {
    display: none !important;
}
  
/* Custom Arrow */
.prev, .next {
    height: 90px;
    background: #FFF;
    width: 35px;
}

.prev {
    color: #999;
    position: absolute;
    /* top: 0; */
    top: 7px;
    left: 0;
    font-size: 1.5em;
}
.prev :hover {
    cursor: pointer;
    color: black;
}

.next {
    color: #999;
    position: absolute;
    top: 0%;
    right: -.1em;
    font-size: 1.5em;
}
.next :hover {
    cursor: pointer;
    color: black;
}

@media screen and (max-width: 800px) {
    .next {
        display: none !important;
    }
}


.restaurant-search-slider-icon {
    position: relative;
    top: 28%;
    width: 30px;
    height: 30px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    border-radius: 50%;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(231, 231, 231);
    border-image: initial;
    transition: border-color 0.2s ease 0s;
}

.slider-home {
    background: rgba(0, 0, 0, 0.4);
    border-radius: 15px;
}
  
.slider-home .restaurant-search-content {
    /* background: #FFF; */
    border-radius: 5px;
}

.slider-home .slick-slide img {
    padding: 5px;
}

.slider-home .prev, .slider-home .next {
    background: transparent;
    width: 28px;
}

.slider-home .restaurant-search-slider-icon {
    background-color: #fff;
}

.slider-home .restaurant-search-title {
    color: #FFF;
}

.slick-slide a, .slick-slide a:focus {
    text-decoration: none !important;
}

.search-item {
    margin: 10px 0 40px 0;
}

.item-rating {
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    line-height: 35px;
    font-size: 14px;
    text-align: center;
}

.restaurant-header {
    position: relative;
    height: 290px;
}

.restaurant-header-block {
    z-index: 1;
    height: 274px;
    clip-path: polygon(0px 0px, 100% 0px, 100% 100%, 0px 80%);
}

.resturant-header-block-img {
    height: 274px;
    border: 2px solid #eee;
}

@media screen and (min-width: 768px) {
    .restaurant-header-block {
        height: 250px;
        clip-path: polygon(0px 0px, 100% 0px, 100% 100%, 0px 100%);
        margin-bottom: 40px;
        border-radius: 8px;
        overflow: hidden;
    }

    .resturant-header-block-img {
        height: 250px;
    }
}


.restaurant-header-block picture, .restaurant-logo picture {
    height: 100%;
    width: 100%;
}

.restaurant-header-block img, .restaurant-logo img{
    object-fit: cover;
    width: 100%;
    height: 100%;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    transform: translateZ(0px);
}

.restaurant-logo-block {
    z-index: 2;
    width: 80px;
    height: 80px;
    position: absolute;
    bottom: 0px;
    left: 16px;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 8px;
    border-radius: 50%;
    overflow: hidden;
    border-width: 2px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-image: initial;
}

@media screen and (min-width: 768px) {
    .restaurant-logo-block {
        /* left: 100px; */
        /* top: 320px; */
        left: 32px;
    }
}

.restaurant-logo {
    height: 76px;
}

.restaurant-information {
    margin-top: 3em;
}

.restaurant-subcategory {
    border-bottom: 1px solid rgb(231, 231, 231);
    margin-bottom: 2em;
}


.restaurant-subcategory span.nav-link{
    background-color: #fff;
    /* padding: 20px; */
    padding: 14px;
    color: #000;
    text-overflow: ellipsis;
    font-size: 16px;
}

.restaurant-subcategory span:hover {
    cursor: pointer;
}

.restaurant-subcategory span.nav-link.active {
    border-bottom: 4px solid rgb(25, 25, 25);
    background-color: #fff;
    color: #000;
    border-radius: 0;
}

.menu-item-data {
    margin-bottom: 1.5em; 
    display: flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    /* border: 1px solid #e7e7e7; */
    border: 1px solid rgb(231, 231, 231);;
    border-radius: 4px;
}


/* @media screen and (min-width: 768px){
    .menu-items .col-md-4 {
        padding-left: 0px;
    }
} */

.menu-item-img {
    position: relative;
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 0;
    background: rgba(0,0,0,.05);
    width: 40%;
}

.menu-item-data img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.menu-item-info {
    width: 60%;
    padding: 16px 5px 16px 16px;
}

.menu-item-desc {
    /* width: 80px;/ */
    min-height: 100px;
}

.menu-item-desc p, .small {
    color: rgb(118, 118, 118);
    font-size: 13px;
}

.menu-item-price {
    font-weight: 700;
    color: #c94a30;
    line-height: 2;
}

.card-content-cuisine {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card span {
    font-size: 11px;
    color: #89959b;
    text-transform: uppercase;
    letter-spacing: .01em;
}

.card h5 {
    font-size: 1.1em;
    color: #cb202d;
    margin-bottom: 0;
}

.card p {
    font-size: 13px;
    font-weight: 500;
    color: #1c1c1c;
    margin-left: 2px;
}

.card-logo {
    width: 100%;
    box-sizing: border-box;
    float: left;
    position: relative;
    min-height: 107px;
    padding-top: 20px;
}

  .card-logo img {
    width: 96%;
  }

  .card-content {
      padding-right: 15px;
  }

  .card-button {
    border: 1px solid #e7e7e7;
    border-left: 0 !important;
    border-right: 0 !important;
    border-bottom: 0 !important;
    background-color: #fdfdfd;
    /* background-color: #00b5ad !important; */
    display: flex;
    align-items: center;
    /* border-radius: 3px; */
    ;
  }

  .card-button a {
    width: 100%;
    padding: 13px 28px;
    text-transform: none;
    color: #33373d;
    /* color: #FFF; */
    font-weight: 400;
    text-align: center;
    /* font-size: 15px; */
  }

  .card-button a:hover {
      text-decoration: none;
  }

@media (max-width: 991.98px){
    .card-logo {
        padding-top: 0;
    }

    .card-logo img {
        width: 40%;
    }

    .mobile .card .col-md-8 {
        padding: 0 20px !important;
    }
}


.plan, .current-plan-features {
    /* float: left;
    width: 150px; */
    margin: 20px 2px;
    padding: 15px;
    text-align: center;
    background: white;
    background-clip: padding-box;
    border: 2px solid #e5ded6;
    border-color: rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}


.plan-highlight {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
    /* border: 4px solid #00b5ad; */
    border: 4px solid #33c4b6;;
}

.plan-title {
    margin-bottom: 12px;
    font-size: 24px;
    color: #00b5ad;
}

.plan-unit {
    display: block;
    margin-top: 5px;
    font-size: 13px;
    font-weight: normal;
    color: #aaa;
}

.plan-features {
    /* width: 120px; */
    margin: 20px auto 15px;
    /* padding: 15px 0 0 15px; */
    padding: 15px 15px 0;
    border-top: 1px solid #e5ded6;
    text-align: left;
}
.plan-feature-name {
    font-size: 13px;
    font-weight: normal;
    color: #aaa;
}

.plan-recommended {
    width: 160px;
    margin: -15px auto 15px;
    padding-bottom: 2px;
    line-height: 22px;
    font-size: 14px;
    font-weight: bold;
    color: white;
    text-shadow: 0 1px rgba(0, 0, 0, 0.05);
    background: #00b5ad;
    border-radius: 0 0 4px 4px;
}

.plan-button {
    position: relative;
    display: block;
    line-height: 40px;
    font-size: 16px;
    font-weight: 500;
    color: white !important;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px rgba(0, 0, 0, 0.1);
    background: #fd935c;
    border-bottom: 2px solid #cf7e3b;
    border-color: rgba(0, 0, 0, 0.15);
    border-radius: 4px;
}

.plan-highlight .plan-button {
    background: #00b5ad;
    border-color: #33c4b6;;
    border-color: rgba(0, 0, 0, 0.15);
}

.plan-button:hover {
    color: #FFF;
    text-decoration: none;
}

.payment, .address-book {
    border: 1px solid #e5ded6;
    border-color: rgba(0, 0, 0, 0.1);
    position: relative;
    padding: 10px 0;
}

.payment-img {
    width: 40px;
    height: 40px;
}

.no-debit-card {
    background-color: #eee;
    padding: 15px;
    color: lightgrey;
}

.no-debit-card h6 {
    padding: 22px;
    font-size: 18px;
}

.debit-card {
    border-top: 2px solid #00B5AD;
    padding: 15px;
}

.address-book {
    min-height: 200px;
    padding: 15px 10px;
}

@media (max-width: 991.98px){
    .card-block {
        padding-bottom: 3rem;
    }

    .address-book {
        margin: 20px 0 0 0;
    }
}

.add-address {
    border: 1px dashed #e5ded6 !important;
    /* padding: 70px 0; */
    padding: 115px 0;
    text-align: center;
}

.add-address-link, .add-address-link:hover {
    color: #000;
    text-decoration: none;
}

/* .add-address .fas {
    font-size: 2em;
} */

/* Page content positioning handled by modern header */

.shopping-cart {
    margin: 20px 0;
    background: white;
    width: 400px;
    position: absolute;
    border-radius: 3px;
    padding: 20px;
    right: 200px;
    top: 59px;
    border: 1px solid #e4e7eb;
    z-index: 1;
}

.shopping-cart-item {
    max-width: 100%;
    width: 100%;
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: auto 1fr;
    grid-column-gap: 20px;
}

.shopping-cart .shopping-cart-header {
    border-bottom: 1px solid #E8E8E8;
    padding-bottom: 15px;
}
.shopping-cart .shopping-cart-header .shopping-cart-total {
    float: right;
}
.shopping-cart .shopping-cart-items {
    padding-top: 20px;
    padding-left: 0;
}
.shopping-cart .shopping-cart-items li {
    margin-bottom: 18px;
    list-style: none;
}
.shopping-cart .shopping-cart-items img {
    float: left;
    margin-right: 12px;
    width: 70px;
    height: 70px;
    /* width: 70px;
    height: 70px; */
}
.shopping-cart .shopping-cart-items .item-name {
    display: block;
    padding-top: 10px;
    font-size: 16px;
    font-weight: 500;
    
}
.shopping-cart .shopping-cart-items .item-price {
    color: teal;
    margin-right: 8px;
    font-size: 1rem;
}
.shopping-cart .shopping-cart-items .item-quantity {
    color: #ABB0BE;
    font-size: 14px;
}

.shopping-cart .btn-primary, .shopping-cart .btn-primary:hover {
    color: #FFF !important;
    width: 100%;
}

.shopping-cart:after {
    bottom: 100%;
    left: 89%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    /* border-bottom-color: white; */
    border-width: 8px;
    margin-left: -8px;

    border-bottom-color: #e4e7eb;
}

.cart-icon {
    color: teal;
    font-size: 24px;
    margin-right: 7px;
    float: left;
}

.modal-form {
    /* background-color: #e4e7eb; */
    padding: 20px;

}

#cardnumber {
    background-image: url(../img/card-list.png);
    /* background-position: 2px -121px, 260px -61px; */
    background-position: 2px -118px, 260px -61px;
    /*background-size: 120px 361px, 120px 361px;*/
    background-size: 120px 356px, 120px 356px;
    background-repeat: no-repeat;
    padding-left: 54px;
    /*width: 225px;*/
}

#cardnumber.visa {
    background-position: 2px -163px, 260px -61px;
}

#cardnumber.mastercard {
    background-position: 2px -247px, 260px -61px;
}

#cardnumber.discover {
    background-position: 2px -331px, 260px -61px;
}

.add-item-cart {
    display: flex;
    flex-direction: row;
    align-self: flex-end;
    width: fit-content;
}

.add-item-cart-group {
    max-width: 100%;
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    justify-content: flex-start;
}

.add-item-cart .input-number {
    width: 50px;
    text-align: center;
}

.add-item-cart-group .btn-danger  {
    min-width: 192px;
}

.radio-price {
    font-size: 14px;
}

.grey {
    color: rgb(118, 118, 118);
    font-weight: normal;
}

.options {
    display: -ms-flexbox;
    display: flex;
}

.options label {
    /* width: 150px; */
    width: 220px;
}

.options select {
    position: relative;
    padding: 0 var(--space-md) 0 0;
    cursor: pointer;
    color: currentColor;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    padding-right: var(--space-sm);
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    align-items: center;
    white-space: pre;
    -webkit-rtl-ordering: logical;
}

.qty {
    background-color: #EEE;
    padding: 0 5px;
}

.option-heading {
    margin-top: 1.25rem;
}
.option-data {
    padding-bottom: 1rem;
}

.checkout-block {
    box-shadow: none;
    width: 100%;
    margin-bottom: 1.5rem;
    border-width: 0.1rem;
    border-style: solid;
    border-color: rgb(232, 232, 232);
    border-image: initial;
    border-radius: 0.8rem;
    overflow: hidden;
}

.checkout-info {
    /* padding: 1.5rem; */
    padding: 1rem 1.5rem;
    border-bottom: 0.1rem solid rgb(232, 232, 232);
    background: rgb(248, 248, 248);
}

.checkout-summary {
    border-width: 1px;
    border-style: solid;
    border-color: rgb(248, 248, 248);
    border-image: initial;
    /* border-radius: 0.8rem; */
    overflow: hidden;
}

.checkout-block-item {
    /* padding: 1.5rem; */
    /* padding: 1rem; */
    padding: 0.8rem;
    border-bottom: 0.1rem solid rgb(232, 232, 232);
    background: rgb(255, 255, 255);
}

.checkout-total {
    padding: 1.5rem;
    /* border-bottom: 0.1rem solid rgb(232, 232, 232); */
    /* border-bottom: none; */
    background: rgb(254, 252, 249);
    border-bottom: 3px solid #0BB4AA;
}

.checkout-subtotal {
    display: flex;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    flex-grow: 0;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
}

.checkout-subtotal div, .checkout-grandTotal div {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.checkout-subtotal p {
    line-height: 1.5;
    color: rgb(79, 79, 79);
    font-weight: 500;
    font-size: 1rem;
    margin: 0px;
}

.checkout-taxes {
    display: flex;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    flex-grow: 0;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-top: 1rem;
    -webkit-box-align: center;
    align-items: center;
    cursor: default;
}


.checkout-taxes div {
    font-size: 1rem;
    width: 75%;
    color: rgb(130, 130, 130);
    text-decoration: none;
}

.checkout-taxes p {
    line-height: 1.5;
    font-size: .9rem;
    color: rgb(130, 130, 130);
    white-space: nowrap;
    margin: 0px;
}

.checkout-grandTotal p {
    line-height: 1.5;
    /* color: rgb(79, 79, 79); */
    /* font-weight: 500; */
    font-size: 1.2rem;
    margin: 0px;
    font-weight: bold;
}

.checkout-order-item, .grid-list {
    max-width: 100%;
    width: 100%;
    display: grid;
    grid-template-rows: auto auto auto;
    grid-template-columns: auto 1fr auto;
    grid-column-gap: 20px;
    /* padding: 16px; */
}

.checkout-order-item-qty, .grid-item-1 {
    flex-shrink: 0;
    align-self: flex-start;
    grid-row: 2 / auto;
    grid-column: 1 / auto;
}

.checkout-order-item-detail, .grid-item-2 {
    -webkit-box-flex: 1;
    flex-grow: 1;
    flex-basis: 100%;
    overflow: hidden;
    grid-row: 2 / auto;
    grid-column: 2 / auto;
}

.checkout-order-item-detail span {
    color: rgb(73, 73, 73);
    font-size: 11px;
}

.checkout-order-item-detail .item-detail-name {
    font-style: normal;
    font-size: 1rem;
}

.checkout-order-item-detail a {
    padding-top: 4px;
    color: red;
    font-size: 14px;
}

.checkout-order-item-side {
    font-size: 13px !important;
}

.checkout-order-item-price, .grid-item-3 {
    flex-shrink: 0;
    align-self: flex-start;
    grid-row: 2 / auto;
    grid-column: 3 / auto;
}

.checkout-block {
    padding: 15px;
}

.checkout-block-link {
    font-size: 13px;
    font-weight: normal;
}

@media (max-width: 991.98px){
    .checkout-page {
        padding-bottom: 2rem;
    }
}

.payment-card-detail {
    background: rgb(248, 248, 248);
    border: 1px solid rgb(248, 248, 248);
    padding: 20px;
}

.search-result {
    padding-top: 30px;
}

.item-body .form-check {
    padding-bottom: 1em;
}

/* 
/*=== mask === */
/*-- This code is for mask over all web content which will be 
fade out when your webpage get loaded. 
 --*/
 #mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* you can change color of mask here*/
    background: #f3f3f3;
    z-index: 99;
    /* makes sure it stays on top */
  }

  #nest3 {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	height: 50px;
	width: 50px;
	margin: -25px 0 0 -25px;
	border: 2px solid transparent;
	border-top-color: #000000;
	box-shadow: 0 0 5px skyblue;
	border-radius: 50%;
	-webkit-animation: spin9 1.5s ease infinite;
	animation: spin9 1.5s ease infinite;
}

#nest3:before {
	content: "";
	position: absolute;
	top: 7px;
	right: 7px;
	bottom: 7px;
	left: 7px;
	border: 2px solid transparent;
	border-radius: 50%;
	border-top-color: #000000;
	box-shadow: 0 0 5px skyblue;
	-webkit-animation: spin9_x 1s linear infinite;
	animation: spin9_x 1s linear infinite;
}

#nest3:after {
	content: "";
	position: absolute;
	top: 15px;
	right: 15px;
	bottom: 15px;
	left: 15px;
	border: 2px solid transparent;
	border-radius: 50%;
	border-top-color: #000000;
	box-shadow: 0 0 5px skyblue;
	-webkit-animation: spin9 1.5s linear infinite;
	animation: spin9 1.5s linear infinite;
}

@-webkit-keyframes spin9 {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}
@keyframes spin9 {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}
@-webkit-keyframes spin9_x {
	0% {
		-webkit-transform: rotateX(0deg);
		transform: rotateX(0deg);
	}
	100% {
		-webkit-transform: rotateX(360deg);
		transform: rotateX(360deg);
	}
}
@keyframes spin9_x {
	0% {
		-webkit-transform: rotateX(0deg);
		transform: rotateX(0deg);
		-webkit-transform: rotateX(0deg);
		transform: rotateX(0deg);
	}
	100% {
		-webkit-transform: rotateX(360deg);
		transform: rotateX(360deg);
		-webkit-transform: rotateX(360deg);
		transform: rotateX(360deg);
	}
}

.spinner-wrapper h1 {
  position: relative;
  margin: 0 auto;
  top: 25vh;
  width: 100vw;
  text-align: center;
  font-family: "Amatic SC";
  font-size: 6vh;
  color: #FFF;
  opacity: 0.75;
  animation: pulse 2.5s linear infinite;
}

#cooking {
  position: relative;
  margin: 0 auto;
  top: 0;
  width: 75vh;
  height: 75vh;
  overflow: hidden;
}
#cooking .bubble {
  position: absolute;
  border-radius: 100%;
  box-shadow: 0 0 0.25vh #FFF;
  opacity: 0;
}
#cooking .bubble:nth-child(1) {
  margin-top: 2.5vh;
  left: 58%;
  width: 2.5vh;
  height: 2.5vh;
  background-color: #FFF;
  animation: bubble 2s cubic-bezier(0.53, 0.16, 0.39, 0.96) infinite;
}
#cooking .bubble:nth-child(2) {
  margin-top: 3vh;
  left: 52%;
  width: 2vh;
  height: 2vh;
  background-color: #FFF;
  animation: bubble 2s ease-in-out 0.35s infinite;
}
#cooking .bubble:nth-child(3) {
  margin-top: 1.8vh;
  left: 50%;
  width: 1.5vh;
  height: 1.5vh;
  background-color: #FFF;
  animation: bubble 1.5s cubic-bezier(0.53, 0.16, 0.39, 0.96) 0.55s infinite;
}
#cooking .bubble:nth-child(4) {
  margin-top: 2.7vh;
  left: 56%;
  width: 1.2vh;
  height: 1.2vh;
  background-color: #FFF;
  animation: bubble 1.8s cubic-bezier(0.53, 0.16, 0.39, 0.96) 0.9s infinite;
}
#cooking .bubble:nth-child(5) {
  margin-top: 2.7vh;
  left: 63%;
  width: 1.1vh;
  height: 1.1vh;
  background-color: #FFF;
  animation: bubble 1.6s ease-in-out 1s infinite;
}
#cooking #area {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 50%;
  background-color: transparent;
  transform-origin: 15% 60%;
  animation: flip 2.1s ease-in-out infinite;
}
#cooking #area #cooking-sides {
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: 15% 60%;
  animation: switchSide 2.1s ease-in-out infinite;
}
#cooking #area #cooking-sides #handle {
  position: absolute;
  bottom: 18%;
  right: 80%;
  width: 35%;
  height: 20%;
  background-color: transparent;
  border-top: 1vh solid #FFF;
  border-left: 1vh solid transparent;
  border-radius: 100%;
  transform: rotate(20deg) rotateX(0deg) scale(1.3, 0.9);
}
#cooking #area #cooking-sides #pan {
  position: absolute;
  bottom: 20%;
  right: 30%;
  width: 50%;
  height: 8%;
  /* background-color: #333; */
  background-color: #FFF;
  border-radius: 0 0 1.4em 1.4em;
  transform-origin: -15% 0;
}
#cooking #area #pancake {
  position: absolute;
  top: 24%;
  width: 100%;
  height: 100%;
  transform: rotateX(85deg);
  animation: jump 2.1s ease-in-out infinite;
}
#cooking #area #pancake #pastry {
  position: absolute;
  bottom: 26%;
  right: 37%;
  width: 40%;
  height: 45%;
  background-color: #FFF;
  box-shadow: 0 0 3px 0 #FFF;
  border-radius: 100%;
  transform-origin: -20% 0;
  animation: fly 2.1s ease-in-out infinite;
}

#overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.8);
  z-index: 1022;
  cursor: pointer;
}

#text{
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 25px;
  color: white;
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
}

@keyframes jump {
  0% {
    top: 24%;
    transform: rotateX(85deg);
  }
  25% {
    top: 10%;
    transform: rotateX(0deg);
  }
  50% {
    top: 30%;
    transform: rotateX(85deg);
  }
  75% {
    transform: rotateX(0deg);
  }
  100% {
    transform: rotateX(85deg);
  }
}
@keyframes flip {
  0% {
    transform: rotate(0deg);
  }
  5% {
    transform: rotate(-27deg);
  }
  30%,
  50% {
    transform: rotate(0deg);
  }
  55% {
    transform: rotate(27deg);
  }
  83.3% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes switchSide {
  0% {
    transform: rotateY(0deg);
  }
  50% {
    transform: rotateY(180deg);
  }
  100% {
    transform: rotateY(0deg);
  }
}
@keyframes fly {
  0% {
    bottom: 26%;
    transform: rotate(0deg);
  }
  10% {
    bottom: 40%;
  }
  50% {
    bottom: 26%;
    transform: rotate(-190deg);
  }
  80% {
    bottom: 40%;
  }
  100% {
    bottom: 26%;
    transform: rotate(0deg);
  }
}
@keyframes bubble {
  0% {
    transform: scale(0.15, 0.15);
    top: 80%;
    opacity: 0;
  }
  50% {
    transform: scale(1.1, 1.1);
    opacity: 1;
  }
  100% {
    transform: scale(0.33, 0.33);
    top: 60%;
    opacity: 0;
  }
}
@keyframes pulse {
  0% {
    transform: scale(1, 1);
    opacity: 0.25;
  }
  50% {
    transform: scale(1.2, 1);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0.25;
  }
}

.spinner-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: teal;
    z-index: 999999;
}

.w100 {
    width: 100%;
}

.usr-verify-msg {
    padding-left: 20px;
    color: red;
}

.verify-charge-msg {
    color: red;
}

/* Kravemart */
.krave-body {
    background: #00BB27;
}

.krave-header {
    border-bottom: none;
    background: #fff;
    position: relative;
    /* position: fixed;
    top: 0;
    z-index: 9; */
    box-shadow: 0 10px 20px 0 rgb(0 0 0 / 20%);
}

.krave-main {
    position: relative;
    z-index: 10;
    background: #00bb27;
    height: calc(100vh - 100px - 50px);
    min-height: 580px;
    max-height: 900px;
    /* min-height: 680px;
    max-height: 900px; */
}

.kravemart-btn {
    border: 2px dashed #00bb27;
    color: #00bb27 !important;
    font-weight: 500;
}

.curve {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 0;
}

.flex {
    display: flex;
    height: 100%;
}

.flex-7 {
    flex: 7;
}

.flex-6 {
    flex: 6;
}

.flex-1 {
    margin-bottom: -5px;
    flex: 1;
}

.flex-1-o {
    flex: 1;
    padding: 0 60px;
    padding-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.flex-1-o img {
    width: 30%;
}

.flex-1-o h1 {
    font-weight: 700;
    color: #FFF;
}

.krave-block {
    display: flex;
    align-items: center;
}
.krave-text {
    position: relative;
    align-items: center;
    /* top: -80px; */
}

.krave-text h1 {
    font-size: 3.42857rem;
    font-weight: 700;
    margin: 0;
    color: #fff;
    margin-bottom: 6px;
}

.flex-img {
    position: relative;
    top: 300px;
}

.krave-image {
    position: absolute;
    left: 0;
    bottom: 0;
}

.krave-icon {
    position: absolute;
    transform-origin: bottom left; 
    width: 170px;
    z-index: 100;
    right: 90px;
    top: 12px;
}

.krave-mobile {
    width: 380px;
    z-index: 1;
    position: relative;
    background: #fff;
    border-top-left-radius: 10%;
    border-top-right-radius: 10%;
    bottom: 70px;
    right: -60px;
} 

.btn-kravemart {
    color: #fff;
    border-radius: 12px;
    padding: 22px 24px;
    font-size: 18px;
    font-weight: 500;
    background-color: #C19E67;
    margin-top: 20px;
}

.btn-kravemart:hover, .btn-kravemart:focus {
    /* background-color: #FFF;
    border: 1px dashed #C19E67; */
    /* color: #C19E67; */
    color: #FFF;
    transition: 2ms;
}

.krave-content {
    padding-top: 6em;
    background: #fff;
}

.krave-content h1 {
    font-weight: 700;
}

.krave-list {
    list-style: none;
    padding-left: 20px;
}

.krave-list li {
    padding: 15px;
}

.krave-list-item {
    background-color: #0BB4AA;
    border-radius: 50%;
    padding: 10px;
    color: #fff;
}

.flex-grid {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    max-width: 100%;
} 

.flex-grid-item { 
    /* margin: 3%; */
    width: 10%;
    position: relative;
    margin: 8% 5%;
} 

.flex-company-img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .flex-1-o {
        padding-left: 0;
    }
}

@media (max-width: 640px) {
    .krave-main {
        overflow: hidden;
        /* padding-top: 300px; */
        padding-top: 46px;
        top: -1px;
        height: 110vw;
        /* background: #881952;
        position: relative;
        z-index: 10; */
    }

    h1 {
        font-size: 2.25rem;
        font-weight: 700;
    }

    .krave-main h1 {
        color: #fff;
        font-size: 2.25rem;
        font-weight: 700;
        margin: 1px 0;
    }

    .flex, .krave-block {
        display: block !important;
    }

    .krave-content {
        padding-top: 4em;
    }

    .krave-content h1 {
        padding-bottom: 1em;
    }

    .curve {
        display: none;
    }

    /* .krave-text span.btn-kravemart {
        display: none;
    } */

    .krave-mobile {
        width: 300px;
        left: 20px;
        bottom: 250px;
    }

    .krave-icon {
        display: none;
    }

    .flex-grid-item { 
        margin: 10% 10%;
        width: 28%;
    }

    .flex-1 {
        padding-top: 30px;
        padding-bottom: 30px;
        margin-bottom: 0;
    }

    .flex-1-o {
        padding: 0 20px 30px;
    }
}

.download-section {
    background: #00BB27;
}