/**
* Template Name: Flexor - v2.3.0
* Template URL: https://bootstrapmade.com/flexor-free-multipurpose-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
  color: #696969;
}

a, a .nohref {
    color: #00a4e4;
    text-decoration: none;
}

a:hover, a .nohref:hover {
  color: #00a4e4;
  text-decoration: none;
  cursor: pointer;
}

.loginPage, .signupPage {
    width: 60%;
    max-width: 498px;
    margin: auto;
    position: relative;
    padding-top: 10px;
}

.standard-layout {
    padding: 0 10px 0 10px;
}

.modal-backdrop {
    background: none;
}

.modal-dialog-slideout {
    min-height: 100%;
    margin: 0 0 0 auto;
}

.modal.fade .modal-dialog.modal-dialog-slideout {
    padding-top: 70px;
    -webkit-transform: translate(100%,0)scale(1);
    transform: translate(100%,0)scale(1);
}

.modal.fade.show .modal-dialog.modal-dialog-slideout {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
    display: flex;
    align-items: stretch;
    -webkit-box-align: stretch;
    height: 100%;
}

.modal.fade.show .modal-dialog.modal-dialog-slideout .modal-body {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog-slideout .modal-content {
    border-radius: 0;
    box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.2);
    border: 0;
}

.modal-dialog-slideout .modal-header {
    height: 69px;
    display: block;
}

.modal-dialog-slideout .modal-header h5 {
    float: left;
}

@media screen and (max-width: 768px) {
    .loginPage, .signupPage {
        width: 80%;
    }
}

@media screen and (max-width: 592px) {
    .loginPage, .signupPage {
        width: 100%;
    }
}

.hidden {
    display: none;
}

.failureNotification {
    color: red;
    font-size: 0.80em;
}

.fieldset-shadow {
    padding-top: 10px;
    border: 1px solid #dcdcdc;
    border-radius: 8px;
    box-shadow: 0 0 5px #dcdcdc;
}

.input {
    border: #dcdcdc 1px solid;
    background-color: #fff;
    padding: 3px 3px;
    font: 14px arial, helvetica, sans-serif;
    color: #444;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -webkit-border-radius: 7px;
}

.input[type="date"] {
    -webkit-appearance: none;
    -moz-appearance: none;
}

.input:enabled:hover {
    border: #00a4e4 1px solid;
}

.input:enabled:focus {
	border: #00a4e4 1px solid;
	outline: none
}

.input:disabled {
    background-color: #f2f2f2;
}

.borderless-input {
    border: 0px;
    outline: 0px;
    padding: 0px 0px;
    background-color: #fff;
    font: 14px arial, helvetica, sans-serif;
    color: #444;
}

.borderless-input:disabled {
    background-color: #f2f2f2;
}

.inputlabel {
    font-size: 12px;
    font-weight: 600;
}

input.textEntry {
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry {
    width: 320px;
    border: 1px solid #ccc;
}

.radio td {
    padding-right: 10px;
}

.radio td label {
    padding-left: 2px;
}

a.accountlink {
    font-weight: 500;
    font-size: 1em;
    color: #3a4f63;
    text-decoration: none;
}

a.accountlink:hover {
    color: #00a4e4;
}

.forgotPassword {
    font-size: 0.85em;
    color: #696969;
}

.forgotPassword:hover {
  color: #00a4e4;
  text-decoration: none;
  cursor: pointer;
}

.horizontalRule {
    display: block;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
}

.horizontalRule > span {
    position: relative;
    display: inline-block;
}

.horizontalRule > span:before,
.horizontalRule > span:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 9999px;
    height: 1px;
    background: #d9d9d9;
}

.horizontalRule > span:before {
    right: 100%;
    margin-right: 5px;
}

.horizontalRule > span:after {
    left: 100%;
    margin-left: 5px;
}

.a-color-alternate-background .a-divider.a-divider-break:after {
    border-top: 1px solid #ddd
}

.a-color-alternate-background .a-divider.a-divider-break h5 {
    background-color: #f3f3f3;
    color: #4d4d4d
}

.a-box.a-color-offset-background .a-divider.a-divider-break:after,.a-color-offset-background .a-divider.a-divider-break:after {
    border-top: 1px solid #ddd
}

.a-box.a-color-offset-background .a-divider.a-divider-break h5,.a-color-offset-background .a-divider.a-divider-break h5 {
    background-color: #f6f6f6;
    color: #4d4d4d
}

.a-box.a-color-offset-background .a-divider.a-divider-section .a-divider-inner:after,.a-color-offset-background .a-divider.a-divider-section .a-divider-inner:after {
    background-color: transparent;
    background: -webkit-linear-gradient(to right,#f6f6f6,rgba(255,255,255,0),#f6f6f6);
    background: linear-gradient(to right,#f6f6f6,rgba(255,255,255,0),#f6f6f6)
}

.a-box .a-divider.a-divider-section .a-divider-inner,.a-color-base-background .a-divider.a-divider-section .a-divider-inner,.a-divider.a-divider-section .a-divider-inner {
    height: 35px;
    margin-bottom: -18px;
    background: -webkit-linear-gradient(to bottom,rgba(0,0,0,.14),rgba(0,0,0,.03) 3px,transparent);
    background: linear-gradient(to bottom,rgba(0,0,0,.14),rgba(0,0,0,.03) 3px,transparent);
    z-index: 0;
    zoom:1}

.a-box .a-divider.a-divider-section .a-divider-inner:after,.a-color-base-background .a-divider.a-divider-section .a-divider-inner:after,.a-divider.a-divider-section .a-divider-inner:after {
    display: block;
    width: 100%;
    height: 35px;
    background-color: transparent;
    background: -webkit-linear-gradient(to right,#fff,rgba(255,255,255,0),#fff);
    background: linear-gradient(to right,#fff,rgba(255,255,255,0),#fff);
    z-index: 1;
    content: ""
}

.a-box .a-divider.a-divider-break,.a-color-base-background .a-divider.a-divider-break,.a-divider.a-divider-break {
    text-align: center;
    position: relative;
    top: 2px;
    padding-top: 1px;
    margin-bottom: 14px;
    line-height: 0
}

.a-box .a-divider.a-divider-break:after,.a-color-base-background .a-divider.a-divider-break:after,.a-divider.a-divider-break:after {
    content: "";
    width: 100%;
    background-color: transparent;
    display: block;
    height: 1px;
    border-top: 1px solid #e7e7e7;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    z-index: 1
}

.a-box .a-divider.a-divider-break h5,.a-color-base-background .a-divider.a-divider-break h5,.a-divider.a-divider-break h5 {
    line-height: 1;
    font-size: 12px;
    color: #767676;
    font-weight: 400;
    z-index: 2;
    position: relative;
    display: inline-block;
    background-color: #fff;
    padding: 0 8px 0 7px
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  right: 15px;
  bottom: 15px;
  background: #00a4e4;
  color: #fff;
  transition: display 0.5s ease-in-out;
  z-index: 99999;
}

.back-to-top i {
  font-size: 24px;
  position: absolute;
  top: 8px;
  left: 8px;
}

.back-to-top:hover {
  color: #fff;
  background: #8ec63f;
  transition: background 0.2s ease-in-out;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #39312f;
  font-size: 14px;
  padding: 0;
  color: rgba(255, 255, 255, 0.8);
}

#topbar .contact-info ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#topbar .contact-info li {
  display: inline-block;
  padding: 8px 0;
}

#topbar .contact-info li + li {
  margin-left: 18px;
}

#topbar .contact-info a {
  color: rgba(255, 255, 255, 0.8);
  transition: 0.3s;
}

#topbar .contact-info a:hover {
  color: #fff;
}

#topbar .contact-info i {
  color: #00a4e4;
  padding-right: 4px;
}

.chevron-icon-right {
    width: 25px;
    height: 25px;
    text-align: right;
    font-size: 10px;
    float: right;
}

.chevron-icon-left {
    width: 25px;
    height: 25px;
    text-align: left;
    font-size: 10px;
    float: left;
}

.chevron-icon-down {
    width: 25px;
    height: 25px;
    text-align: right;
    font-size: 10px;
    float: right;
    margin-top: 5px;
}

.chevron-icon-up {
    width: 25px;
    height: 25px;
    text-align: right;
    font-size: 10px;
    float: right;
    margin-top: 5px;
}

.button {
    transition: all 0.5s ease-in-out;
    border: #dcdcdc 1px solid;
    background-color: #f2f2f2;
    padding: 5px 5px;
    cursor: pointer;
    font: 14px arial, helvetica, sans-serif;
    color: #444;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-right: 5px;
}

.button:enabled:hover {
    border: #00a4e4 1px solid;
    background-color: #00a4e4;
    /*background-color: #4b6c9e;*/
    color:#fff;
}

.button:disabled {
    cursor: default;
}

.button-highlighted {
    transition: all 0.5s ease-in-out;
    border: #dcdcdc 1px solid;
    background-color: #00a4e4;
    padding: 5px 5px;
    cursor: pointer;
    font: 14px arial, helvetica, sans-serif;
    color: #fff;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-right: 5px;
}

.button-highlighted:enabled:hover {
    background-color: #274a80;
}

.button-highlighted:disabled {
    cursor: default;
}

.button-accent {
    transition: all 0.5s ease-in-out;
    border: #dcdcdc 1px solid;
    background-color: #f2f2f2;
    padding: 5px 5px;
    cursor: pointer;
    font: 14px arial, helvetica, sans-serif;
    color: #444;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-right: 5px;
}

.button-accent:enabled:hover {
    border: #00a4e4 1px solid;
    background-color: #8ec63f;
    color: #fff;
}

.button-accent:disabled {
    cursor: default;
}

.button-accent-highlighted {
    transition: all 0.5s ease-in-out;
    border: #dcdcdc 1px solid;
    background-color: #8ec63f;
    padding: 5px 5px;
    cursor: pointer;
    font: 14px arial, helvetica, sans-serif;
    color: #fff;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-right: 5px;
}

.button-accent-highlighted:enabled:hover {
    background-color: #5a7d28;
}

.button-accent-highlighted:disabled {
    cursor: default;
}

.button-gray {
    transition: all 0.5s ease-in-out;
    border: #dcdcdc 1px solid;
    background-color: #f2f2f2;
    padding: 5px 5px;
    cursor: pointer;
    font: 14px arial, helvetica, sans-serif;
    color: #444;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-right: 5px;
}

.button-gray:enabled:hover {
    border: #dcdcdc 1px solid;
    background-color: #b9b9b9;
    color: #fff;
}

.button-gray:disabled {
    cursor: default;
 }

.gre-logo img {
    padding: 0;
    margin: 0;
    max-height: 35px;
}

img.store-logo {
    height: 15px;
    vertical-align: top;
}

img.carousel-logo {
    padding: 0;
    margin: 0;
    max-height: 45px;
}

/*--------------------------------------------------------------
# Home
--------------------------------------------------------------*/
#home {
    height: 70px;
    transition: all 0.5s;
    z-index: 997;
    padding: 10px 0;
    background: #fff;
    position: fixed;
    min-width: 100%;
}

#home.header-scrolled {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}

/* Navigation Menu */
.nav-menu, .nav-menu * {
    margin: 0;
    padding: 5px 0 0 0;
    list-style: none;
}

.nav-menu ul li {
    position: relative;
    white-space: nowrap;
    float: left;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #635551;
  padding: 0 5px 0 5px;
  font-size: 14px;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #00a4e4;
  text-decoration: none;
}

div.menucontainer {
    display: grid;
}

/* Navigation Order Menu */
div.ordermenubackground {
    grid-area: 1 / 1;
    background-color: #fff;
    border-bottom: 1px solid #eee;
    width: 100%;
}

div.ordermenu {
    grid-area: 1 / 1;
    padding: 0 15px 0 0px;
}

div.ordermenu ul li a {
    color: #635551;
    background-color: #fff;
    font-weight: 400;
    display: block;
    line-height: 1.35em;
    white-space: nowrap;
}

div.ordermenu ul li a:hover {
    color: #00a4e4;
    text-decoration: none;
}

div.ordermenu a.static.selected {
    color: #635551;
    border-bottom: 3px solid #8ec63f;
    background-color: #fff;
    font-weight: 500;
}

.searchOptions {
    width: 100%;
    height: 30px;
    color: #666666;
    font-size: 1em;
    font-weight: 500;
}

.rounded-border {
    overflow: hidden;
    border: #dcdcdc 1px solid;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
}


.display-address ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    float: left;
}

/*Account Menu*/

.manage-account, .manage-account a {
    line-height: normal;
    color: #696969 !important;
}

.manage-account:hover, .manage-account a:hover {
    cursor: pointer;
    color: #000 !important;
}

.account-menu {
    display: none;
    z-index: 997;
    right: 5px;
    position: absolute;
    width: 365px;
    padding: 10px;
    cursor: default;
    background-color: #fff;
    box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.2);
    -moz-border-radius: 7px;
    border-radius: 7px;
    -webkit-border-radius: 7px;
}

.account-menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    float: left;
}

.account-menu ul li {
    font-size:0.8em;
}

.account-menu a, .account-menu .active > a, .account-menu li > a {
    color: #635551;
    text-decoration: none;
    font-size: 1.1em;
}

.account-menu a:hover, .account-menu .active > a, .account-menu li:hover > a {
    color: #635551;
    font-weight: bold;
}

.manage-orders {
    line-height: normal;
    padding: 0 10px 0 10px;
}

.manage-orders a {
    color: #696969 !important;
}

.manage-orders a:hover {
    cursor: pointer;
    color: #000 !important;
}

.order-details {
    width: 100%;
    padding: 0px;
    overflow: clip;
    background-color: #fff;
    border: #dcdcdc 1px solid;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
}

.order-details-header td {
    padding-left: 5px;
    padding-right: 5px;
}

.order-search-options {
    background-color: #f2f2f2;
    /*box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);*/
}

.order-details-shipment {
    border-top: #dcdcdc 1px solid;
}

.order-details-img {
    width: 80px;
    padding: 0 5px 10px 0;
    text-align: left;
    vertical-align: top;
}

.order-details-img img {
    width: 75px;
}

.order-details-buttons {
    width: 20%;
    padding: 0 0px 0 5px;
    text-align: end;
    vertical-align: top;
}

.order-details-buttons input {
    width: 100%;
    min-width: 160px;
    height: 35px;
}

.order-details-buttons ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 100%;
    float: left;
}

.order-details-buttons ul > li {
    padding: 4px 0 4px 0;
}

.order-details-buttons ul > li:empty {
    display: none;
}

.grayscale-icon {
    opacity: 0.5;
    filter: grayscale(1);
}

.grayscale-icon:hover {
    opacity: 1;
    filter: grayscale(0);
}

.interactive-icon {
    opacity: 0.6;
}

.interactive-icon:hover {
    opacity: 1;
}


.navigation-menu {
    padding: 0 5px 0 0px;
}

.navigation-menu-icon {
    max-height: 25px;
    opacity: 0.6
}

.navigation-menu-icon:hover {
    opacity: 1
}

.navigation-menu-icon-div {
    display: inline-block;
    position: relative;
    padding: 2px 5px;
}


.navigation-menu-icon-div:hover {
    cursor: pointer
}

.navigation-menu-badge {
    background-color: #fa3e3e;
    border-radius: 50px;
    color: white;
    padding: 0 5px;
    font-size: 10px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.tracking-view-header {
    font-size: 0.75em;
    background-color: #f2f2f2;
}

.tracking-view-header td {
    padding: 20px 10px 20px 10px;
}

.tracking-view tr {
    border-top: #f2f2f2 2px solid;
}
/*
.tracking-view tr:hover {
    border-top: 1px solid grey;
    border-bottom: #dcdcdc 1px solid;
    cursor: pointer;
}
*/
.tracking-view td {
    line-height: normal;
    vertical-align: top;
}

.tracking-view input {
    font-size: 0.60em
}


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
    width: 100%;
    height: 60vh;
    position: relative;
    z-index: 1;
    padding: 0;
    margin-bottom: -120px;
}

#hero .container {
  z-index: 2;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 1024px), (max-height: 768px) {
  #hero {
    margin-bottom: -150px;
    height: 80vh;
  }
}

@media (max-width: 768px) {
  #hero {
    height: 80vh;
  }
}

@media (max-height: 500px) {
  #hero {
    height: 100vh;
  }
}

.hero-carousel:hover .hero-carousel-next, .hero-carousel:hover .hero-carousel-prev {
    opacity: 0.4;
}

.hero-carousel-next,
.hero-carousel-prev {
    color: #000;
    opacity: 0;
    transition: opacity ease-in-out 0.6s;
    position: absolute;
    top: 50%;
    max-height:35px;
    transform: translateY(-50%);
}

.hero-carousel-next {
    cursor: pointer;
    font-size: 3em;
    right: 1rem;
}

.hero-carousel-prev {
    cursor: pointer;
    font-size: 3em;
    left: 1rem;
}

.hero-carousel-next:hover, .hero-carousel-prev:hover {
    color:#00a4e4;
}

img.hero-carousel-next:hover,
img.hero-carousel-prev:hover {
    opacity: 1 !important;
}

.hero-carousel-item {
    background-color:#fff;
    height: 600px;
    z-index: 1;
}

.hero-carousel-item:before {
    content: "";
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

/*Signup Banner*/
.signup-banner {
    background: url(/images/place-flying-sunset-sky.jpg) center center;
}

.signup-banner:before {
    background: rgba(0, 0, 0, 0.2);
}

.signup-banner .container {
    position: relative;
    z-index: 5;
}

.signup-banner .get-started-icon {
    font-size: 24px;
    background: #00a4e4;
    padding: 14px;
    color: #fff;
    border-radius: 50px;
    position: relative;
    z-index: 5;
    box-shadow: 10px 2px 15px rgba(0, 0, 0, 0.1);
}

.signup-banner .btn-get-started {
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    transition: 0.5s;
    margin-left: -10px;
    padding: 8px 26px 8px 26px;
    color: #fff;
    background: #584b48;
    border-radius: 0 50px 50px 0;
    position: relative;
    z-index: 4;
}

.signup-banner .btn-get-started:hover {
    background: #8ec63f;
}

.signup-banner h1 {
    margin: 0 0 10px 0;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    color: #fff;
}

.signup-banner h2 {
    color: #eee;
    margin-bottom: 50px;
    font-size: 24px;
}

@media (max-width: 768px) {
  .signup-banner h1 {
    font-size: 28px;
    line-height: 36px;
  }
  .signup-banner h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

/*Video Banner*/
.video-banner {
    position: relative
}

.video-banner video {
    width: 100%
}

.video-banner video[poster] {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: left top;
    object-position: left top;
    width: 100%
}

body:not([data-template=index]) .video-banner {
    margin-left: 0px;
    margin-right: 0px
}

@media only screen and (max-width:767px) {
    body:not([data-template=index]) .video-banner {
        margin-left: 0;
        margin-right: 0
    }
}

@media only screen and (min-width:768px) {
    .video-banner--desktop-hidden, .video-banner__video-mobile {
        display: none
    }
}

@media only screen and (max-width:767px) {
    .video-banner--mobile-hidden, .video-banner__video-desktop {
        display: none
    }
}

.video-banner__content {
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 1
}

@media only screen and (min-width:768px) {
    .video-banner__content {
        top: calc(50% - 100px)
    }
}

@media only screen and (max-width:767px) {
    .video-banner__content {
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%)
    }
}

.image-with-text-overlay-block {
    flex: 0 0 100%;
    max-width: 100%;
    overflow: hidden;
    position: relative
}

.image-with-text-overlay-block--link {
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 1
}

.image-with-text-overlay-block--top-margin {
    margin-top: 2px
}

.image-with-text-overlay-block--bottom-margin {
    margin-bottom: 2px
}

.image-with-text-overlay-content-box {
    position: absolute;
    width: 100%
}

.image-with-text-overlay-content-box__container {
    max-width: 600px
}

.image-with-text-overlay-content-box--bottom-center .image-with-text-overlay-content-box__container, .image-with-text-overlay-content-box--middle-center .image-with-text-overlay-content-box__container {
    margin: 0 auto
}

.image-with-text-overlay-content-box--bottom-center {
    bottom: 0;
    margin-bottom: 25px;
    text-align: center
}

.image-with-text-overlay-image-container {
    position: relative
}

.image-with-text-overlay-image {
    position: relative;
    width: 100%
}

.image-with-text-overlay-image img {
    display: block;
    height: auto;
    max-width: 100%
}

@media only screen and (max-width:359px) {
    .image-with-text-overlay-image img {
        width: 425px
    }
}

@media only screen and (min-width:360px) {
    .image-with-text-overlay-image img {
        width: 768px
    }
}

@media only screen and (min-width:768px) {
    .image-with-text-overlay-image img {
        width: 1200px
    }
}

@media only screen and (min-width:1180px) {
    .image-with-text-overlay-image img {
        width: 1920px
    }
}

.image-with-text-overlay {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    width: auto
}

.image-with-text-overlay--desktop {
    display: flex;
    flex-wrap: wrap;
    width: 100%
}

@media only screen and (max-width:767px) {
    .image-with-text-overlay--desktop {
        display: none
    }
}

.image-with-text-overlay--mobile {
    width: 100%
}

@media only screen and (min-width:768px) {
    .image-with-text-overlay--mobile {
        display: none
    }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/

content section {
    padding: 60px 0;
    overflow: hidden;
}

.section-bg {
  background-color: #f7faff;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #635551;
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us {
  padding: 0 0 30px 0;
  position: relative;
  z-index: 3;
}

.why-us .content {
  padding: 30px;
  background: #00a4e4;
  border-radius: 4px;
  color: #fff;
}

.why-us .content h3 {
  font-weight: 700;
  font-size: 34px;
  margin-bottom: 30px;
}

.why-us .content p {
  margin-bottom: 30px;
}

.why-us .content .more-btn {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  padding: 6px 30px 8px 30px;
  color: #fff;
  border-radius: 50px;
  transition: all ease-in-out 0.4s;
}

.why-us .content .more-btn i {
  font-size: 14px;
}

.why-us .content .more-btn:hover {
  color: #00a4e4;
  background: #fff;
}

.why-us .icon-boxes .icon-box {
  text-align: center;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 40px 30px;
  width: 100%;
}

.why-us .icon-boxes a.icon-box {
  color: #716f6f;
 }

.why-us .icon-boxes a.icon-box:hover {
  color: #fff;
  background: #00a4e4;
  transition: all ease-in-out 0.4s;
 }

.why-us .icon-boxes a.icon-box:hover i {
  color: #fff;
  transition: all ease-in-out 0.4s;
 }


.why-us .icon-boxes .icon-box i {
  font-size: 40px;
  color: #00a4e4;
  margin-bottom: 30px;
}

.why-us .icon-boxes .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 30px 0;
}

.why-us .icon-boxes .icon-box p {
  font-size: 15px;
  color: #716f6f;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .icon-boxes h4 {
  font-size: 18px;
  color: #7f6d68;
  margin-bottom: 15px;
}

.about .icon-boxes h3 {
  font-size: 28px;
  font-weight: 700;
  color: #554945;
  margin-bottom: 15px;
}

.about .icon-box {
  margin-top: 40px;
}

.about .icon-box .icon {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border: 2px solid #8ec63f;
  border-radius: 50px;
  transition: 0.5s;
  background: #fff;
}

.about .icon-box .icon i {
  color: #00a4e4;
  font-size: 32px;
}

.about .icon-box:hover .icon {
  background: #00a4e4;
  border-color: #00a4e4;
}

.about .icon-box:hover .icon i {
  color: #fff;
}

.about .icon-box .title {
  margin-left: 85px;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 18px;
}

.about .icon-box .title a {
  color: #343a40;
  transition: 0.3s;
}

.about .icon-box .title a:hover {
  color: #00a4e4;
}

.about .icon-box .description {
  margin-left: 85px;
  line-height: 24px;
  font-size: 14px;
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# Stores Carousel
--------------------------------------------------------------*/
.stores-carousel {
    width: 45%;
    padding-top: 0px;
    padding-left: 10px;
    /*--mask: linear-gradient(to left, rgba(0,0,0, 1) 90%, rgba(0,0,0, 0) 95%, rgba(0,0,0, 0) 0 ) 100% repeat-x;
    -webkit-mask: var(--mask);
    mask: var(--mask);*/
}

.stores-carousel .owl-item img {
  opacity: 0.5;
  transition: ease-in-out 0.3s;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.stores-carousel .owl-item img:hover {
  -webkit-filter: none;
  filter: none;
  opacity: 1;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  padding: 50px 20px;
  margin-top: 35px;
  margin-bottom: 25px;
  text-align: center;
  height: 200px;
  position: relative;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.services .icon {
  position: absolute;
  top: -36px;
  left: calc(50% - 36px);
  transition: 0.2s;
  border-radius: 50%;
  border: 6px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  width: 72px;
  height: 72px;
  background: #00a4e4;
}

.services .icon i {
  color: #fff;
  font-size: 24px;
}

.services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
  text-transform: uppercase;
}

.services .title a {
  color: #343a40;
}

.services .icon-box:hover .icon {
  background: #fff;
  border: 2px solid #00a4e4;
}

.services .icon-box:hover .icon i {
  color: #00a4e4;
}

.services .icon-box:hover .title a {
  color: #00a4e4;
}

.services .description {
  line-height: 24px;
  font-size: 14px;
}

/*--------------------------------------------------------------
# How It Works
--------------------------------------------------------------*/
.howitworks .card {
  border: 0;
  padding: 160px 20px 20px 20px;
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.howitworks .card-body {
  z-index: 10;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  transition: ease-in-out 0.4s;
  border-radius: 5px;
}

.howitworks .card-title {
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
}

.howitworks .card-title a {
  color: #473d3a;
}

.howitworks .card-text {
  color: #4b4949;
}

.howitworks .read-more a {
  color: #656262;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  transition: 0.4s;
}

.howitworks .read-more a:hover {
  text-decoration: underline;
}

.howitworks .card:hover .card-body {
  background: #00a4e4;
}

.howitworks .card:hover .read-more a, .howitworks .card:hover .card-title, .howitworks .card:hover .card-title a, .howitworks .card:hover .card-text {
  color: #fff;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/

.testimonials {
  padding: 80px 0;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.testimonials::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}

.testimonials .section-header {
  margin-bottom: 40px;
}

.testimonials .testimonial-item {
  text-align: center;
  color: #fff;
}

.testimonials .testimonial-item .testimonial-img {
  width: 100px;
  border-radius: 50%;
  border: 6px solid rgba(255, 255, 255, 0.15);
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #fff;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #ddd;
  margin: 0 0 15px 0;
}

.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: rgba(255, 255, 255, 0.4);
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
  color: #eee;
}

.testimonials .owl-nav, .testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.4) !important;
}

.testimonials .owl-dot.active {
  background-color: #00a4e4 !important;
}

@media (min-width: 1024px) {
  .testimonials {
    background-attachment: fixed;
  }
}

@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%;
  }
}

/*--------------------------------------------------------------
# F.A.Q
--------------------------------------------------------------*/
.faq .faq-list {
  padding: 0 100px;
}

.faq .faq-list ul {
  padding: 0;
  list-style: none;
}

.faq .faq-list li + li {
  margin-top: 15px;
}

.faq .faq-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  position: relative;
}

.faq .faq-list a {
  display: block;
  position: relative;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 30px;
  outline: none;
}

.faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #8ec63f;
}

.faq .faq-list .icon-show, .faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed {
  color: #343a40;
}

.faq .faq-list a.collapsed:hover {
  color: #00a4e4;
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #313030;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px;
}

.contact .info-box i {
  font-size: 32px;
  color: #00a4e4;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #8ec63f;
  float: left;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #656262;
  font-weight: 700;
  margin: 10px 0 10px 68px;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin: 0 0 0 68px;
}

.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input::focus, .contact .php-email-form textarea::focus {
  background-color: #00a4e4;
}

.contact .php-email-form input {
  padding: 20px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type="submit"] {
  background: #00a4e4;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #00a4e4;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #313030;
  font-size: 14px;
  background: #fff;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h4 {
  font-size: 22px;
  margin: 0 0 30px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  color: #656262;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #313030;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding:2px 2px 0 0;
  color: #8ec63f;
  font-size: 18px;
}

#footer .footer-top .footer-links ul li {
  padding: 7px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #656262;
  transition: 0.3s;
  display: inline-block;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #8ec63f;
}

#footer .credits {
  padding-top: 5px;
  font-size: 13px;
  color: #313030;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #00a4e4;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: #00a4e4;
  color: #fff;
  text-decoration: none;
}
.logincard {
  width: 50%;
}
@media (max-width: 900px) {
  .logincard {
    min-width: 100%;
  }
}


/*--------------------------------------------------------------
# Dashboard
--------------------------------------------------------------*/

.dashboard .card {
    border: 1px solid #dcdcdc;
    position: relative;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background: rgba(255, 255, 255, 0.9);
    padding: 5px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
    transition: ease-in-out 0.4s;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

.dashboard .card:hover {
    background: #00a4e4;
}

.dashboard .card a {
    color:#656262;
}

.dashboard .card-title {
    font-weight: 600;
    text-align: left;
}

.dashboard .card-title a {
    font-size: 1em;
}

.dashboard .card-text {
    color: #4b4949;
    font-size: 0.80em;
}

.dashboard .card-text a {
    color: #000;
}

.dashboard .card:hover .card-title, .dashboard .card:hover .card-title a, .card-text a, .dashboard .card:hover .card-text {
    color: #fff;
}

.dashboard .card-icon img {
    padding: 0;
    margin: 0;
    max-width: 45px;
}

/*--------------------------------------------------------------
# AddressBook & Payments Card
--------------------------------------------------------------*/

.addressbook {
    font-size: 0.85em;
}

.payment-method {
    font-size: 0.90em;
}

.addressbook .card, .payment-method .card {
    border: 1px solid #dcdcdc;
    position: relative;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background: rgba(255, 255, 255, 0.9);
    padding: 5px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
    transition: ease-in-out 0.4s;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
}

.addressbook .card-dotted, .payment-method .card-dotted {
    border: 2px dashed #dcdcdc;
    width: 100%;
    background-color: #fff;
    padding: 5px;
    transition: 0.3s;
    transition: ease-in-out 0.4s;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
}

.addressbook .card-dotted:hover, .payment-method .card-dotted:hover {
    background: #f2f2f2;
    cursor: pointer;
}

.addressbook .card-interactive, .payment-method .card-interactive  {
    margin: 0;
    opacity:0.5;
    position: relative;
    text-align: center;
    top: 50%;
    left: 50%;
    transition: 0.3s;
    transition: ease-in-out 0.4s;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.addressbook .card-interactive:hover, .payment-method .card-interactive:hover {
    opacity:1;
}

.addressbook ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.addressbook ul li {
    display: flex;
    align-items: center;
}

/*
.payment-method .card:hover {
    background: #f2f2f2;
    cursor: pointer;
}
*/
.payment-method .payment-icon img {
    padding: 0;
    margin: 0;
    max-width: 75px;
}