html,
body {
    height: 100%;
    width: 100%;
    min-width: 320px;
    font-size: 10px;
}

body {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
}

hr {
    border: 1px solid #d5d7d9;
}

hr.light {
    border-color: white;
}

hr.line-90 {
    border-color: #e8e8e9;
    border-width: 1px;
    min-width: 50px;
    max-width: none;
    width: 90%;
    margin: 7px auto;
}

hr.line-99 {
    border-color: #e8e8e9;
    border-width: 1px;
    min-width: 50px;
    max-width: none;
    width: 99%;
    margin: 7px auto;
}

a, a:not([href]) {
    color: #286aa0;
    text-decoration: none;
}

a:hover,
a:focus,
a:not([href]):hover {
    color: #f1b602;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
}

div#header-h2 {
    float: left;
    text-align: center;
}

div#header-h2 h2 {
    font-size: 20px;
}

div#header-h2 a {
    text-decoration: none;
}

p {
    font-size: 16px;
    line-height: 1.5;
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

.h1, h1 {
    font-size: 36px;
}

.h4, h4 {
    font-size: 18px;
}

.h3, h3 {
    font-size: 24px;
}

.h2, h2 {
    font-size: 30px;
}

.bg-primary {
    background-color: #F05F40;
}

.bg-dark {
    background-color: #222222;
    color: white;
}

.text-faded {
    color: rgba(255, 255, 255, 0.7);
}

section {
    padding: 100px 0;
}

aside {
    padding: 50px 0;
}

.no-padding {
    padding: 0;
}

.navbar {
    margin-bottom: 0;
    padding: 0;
}

footer .container .row, .cart-currency .row, .order-summary, .process-btn, .cart-title {
    display: inherit;
}

.navbar-default {
    background-color: white;
    border: 0;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}

.navbar-default .navbar-header .navbar-brand {
    color: #F05F40;
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    height: 55px;
    font-size: 18px;
}

.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
    color: #eb3812;
}

.navbar-default .navbar-header .navbar-toggle {
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
}

.navbar-default .nav > li > a,
.navbar-default .nav > li > a:focus {
    font-size: 16px;
}

.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus:hover {
    color: #F05F40;
}

.navbar-default .nav > li.active > a,
.navbar-default .nav > li.active > a:focus {
    color: #F05F40 !important;
    background-color: transparent;
}

.navbar-default .nav > li.active > a:hover,
.navbar-default .nav > li.active > a:focus:hover {
    background-color: transparent;
}

.navbar-brand > img {
    height: 100%;
    width: auto;
}

.navbar-brand {
    display: inline-block;
}

.nav > li > a {
    padding: 10px 18px;
}

#bs-example-navbar-collapse-1 .nav > li > a {
    display: block;
}

.navbar-default .navbar-header .navbar-brand {
    padding: 5px 15px;
}

.table-margin {
    display: table;
    margin: 20px auto;
}

.alert h4 {
    margin-top: 0;
    color: inherit;
}

/* SIGN IN AND REGISTER */

.box-form {
    background-color: #fafafa;
    border: solid 1px #efefef;
}

.box-form-size {
    width: 75%;
    display: inline-block;
    padding: 30px 0 0;
    margin: 15px 0;
}

.submit-button {
    width: 46%;
}

@media (max-width: 991px)
    and (min-width: 768px) {
    .col-sm-6 input:not([type='radio'], [type='checkbox']){
        width: 350px;
    }

    .col-sm-6 select {
        width: 350px;
    }

    fieldset:not(.manage-alerts-fieldset, .steps-section fieldset) {
        width: 350px;
    }
}

@media (max-width: 991px) {
    .submit-button {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .box-form-size {
        width: 100%;
    }

    .navbar-default .nav > li > a
    {
        display: block;
    }

    .navbar-default .navbar-header .navbar-brand
    {
        height: 50px;
    }
}


/* TOP LINE */
.block_topline {
    position: relative;
    padding: 2px 0;
}
.block_topline:not(.empty-cart, .empty-hint) {
    background: #286aa0;
    color: #FFFFFF;
    font-size: 16px;
    height: 105px;
}
@media (min-width: 768px) {
    .block_topline:not(.empty-cart) {
        height: 70px;
    }
}
@media (min-width: 1024px) {
    .block_topline:not(.empty-cart) {
        padding-top: 20px;
    }
}
.empty-cart {
    height: 34px;
}
.empty-hint {
    height: 60px;
}

.block_topline .block_inner {
    min-width: 300px;
}

.dropdown-menu > li > a, .dropdown-menu > a {
    color: #286aa0;
    font-size: 16px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
    width: 85%;
}
@media (min-width: 1024px) {
    .float-right {
        width: auto;
    }
}

.clear {
    clear: both;
    line-height: 0;
}

.section-heading {
    margin-top: 0;
}

.service-box {
    max-width: 400px;
    margin: 50px auto 0;
}

@media (min-width: 992px) {
    .service-box {
        margin: 20px auto 0;
    }
}

.service-box p {
    margin-bottom: 0;
}

.call-to-action h2 {
    margin: 0 auto 20px;
}

.no-gutter > [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }
    table.visible-print {
        display: table !important;
    }
    tr.visible-print {
        display: table-row !important;
    }
    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
}

.btn {

    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn-default {
    color: #222222;
    background-color: #f2f2f2;
    border-color: #f2f2f2;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    color: #222222;
    background-color: #e2e2e2;
    border-color: #ededed;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    background-color: white;
    border-color: white;
}

.btn-default .badge {
    color: white;
    background-color: #222222;
}

.btn-primary-ofx {
    color: white;
    background-color: #286aa0;
    border-color: #286aa0;
    padding: 8px 12px 9px 10px;
}

.btn-primary-ofx-active,
.btn-primary-ofx:hover,
.btn-primary-ofx:focus,
.btn-primary-ofx.focus,
.btn-primary-ofx:active,
.btn-primary-ofx.active {
    color: white;
    background-color: #f1b602;
    border-color: #f1b602;
}

.btn-second-ofx {
    background-color: #ffc72c;
    border: 1px solid rgba(48, 48, 48, .3) !important;
    color: #303030;
    box-shadow: 1px 2px 10px 2px #ccc;
    font-weight: 600;
    font-size: 22px;
}

.btn-third-ofx {
    color: white;
    background-color: #286aa0;
    border-color: #286aa0;
}

.btn-third-ofx:hover,
.btn-third-ofx:focus,
.btn-third-ofx.focus,
.btn-third-ofx:active,
.btn-third-ofx.active {
    color: white;
    background-color: #286aa0;
    border-color: #286aa0;
}

.btn-primary {
    color: white;
    background-color: #286aa0;
    border-color: #286aa0;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
    font-size: 16px;
    padding: 10px 20px;
    border-radius: 0;
    box-shadow: 1px 2px 10px 2px #ccc;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    color: white;
    background-color: #f1b602;
    border-color: #f1b602;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #F05F40;
    border-color: #F05F40;
}

.btn-primary.color2 {
    opacity: 0.9;
    background-color: #2d85c6 !important;
}

.btn-primary.color2:hover,
.btn-primary.color2:focus,
.btn-primary.color2.focus,
.btn-primary.color2:active,
.btn-primary.color2.active {
    background-color: #f1b602 !important;
    border-color: #f1b602 !important;
}

.btn-primary.color3 {
    opacity: 0.9;
    background-color: #2d85c6 !important;
}

.btn-primary.color3:hover,
.btn-primary.color3:focus,
.btn-primary.color3.focus,
.btn-primary.color3:active,
.btn-primary.color3.active {
    background-color: #f1b602 !important;
    border-color: #f1b602 !important;
}

.btn-primary .badge {
    color: #F05F40;
    background-color: white;
}

.btn {
    font-family: "Roboto", Helvetica, Arial, sans-serif, serif;
    border: none;
    border-radius: 3px;
}

.btn-xl {
    padding: 15px 30px;
}

::-moz-selection {
    color: white;
    text-shadow: none;
    background: #222222;
}

::selection {
    color: white;
    text-shadow: none;
    background: #222222;
}

img::selection {
    color: white;
    background: transparent;
}

img::-moz-selection {
    color: white;
    background: transparent;
}

body {
    webkit-tap-highlight-color: #222222;
}

.text-italic {
    font-style: italic;
}

footer {
    float: left;
    width: 100%;
    padding: 15px 0;
    text-align: center;
    background: #fff;
    color: #286aa0;
}

/* QUESTION HOVER TIP */
.question-tip {
    vertical-align: 0;
    cursor: pointer;
}

.mobile-hover {
    display: none;
    position: absolute;
    width: 400px;
    left: 50%;
    margin-left: -200px;
    color: rgb(128, 128, 128);
    padding: 5px;
    background-color: #f8f8ff;
    border: 1px solid #a9a9a9;
    border-radius: 3px;
    z-index: 999;
    white-space: normal !important;
}

.hover-title {
    text-align: justify;
    font-weight: normal;
    font-size: 12px;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    z-index: 999;
    word-wrap: break-word;
    padding: 5px 10px 0 10px;
}

.mobile-hover .fa-times-circle {
    font-size: 24px;
    cursor: pointer;
    padding-left: 10px;
}

.form-horizontal .control-label {
    font-weight: 700;
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: right;
    }
}

@media all and (max-width: 479px) {
    .mobile-hover {
        width: 250px;
        margin-left: -125px;
    }
}

/* Currencies based on mixitup component */
.gradientBox {
    /* gradients */
    background: rgb(251,251,251); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(251,251,251,1) 1%, rgba(250,250,250,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(251,251,251,1) 1%,rgba(250,250,250,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(251,251,251,1) 1%,rgba(250,250,250,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#fafafa',GradientType=0 ); /* IE6-9 */

    /* rounded corners */
    -webkit-border-radius: 12px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

@media (min-width: 600px) {
    .small-screen {
        display: none;
    }
}
@media (max-width: 600px) {
    .small-screen {
        display: inline-block;
    }
}

/* Cart */

.table > tbody > tr > td, .table > tfoot > tr > td{
    vertical-align: middle;
}
@media screen and (max-width: 600px) {
    table#cart tbody td .form-control{
        width:20%;
        display: inline !important;
    }
    .actions .btn{
        width:36%;
        margin:1.5em 0;
    }

    .actions .btn-info{
        float:left;
    }
    .actions .btn-danger{
        float:right;
    }

    table#cart thead { display: none; }
    table#cart tbody td {
        display: block;
        padding: .6rem;
        /*min-width:320px;*/
    }
    table#cart tbody tr td:first-child {
        background: #edf7ff;

    }

    table#cart tbody td:before {
        content: attr(data-th); font-weight: bold;
        display: inline-block;
    }

    table#cart tbody tr td:first-child img {
        margin: 0 auto;
    }

    table#cart tfoot td{display:block; }
    table#cart tfoot td .btn{display:block;}

}

#cart_order_options {
    margin: 15px 0 15px 0;
}

@media print {
    *,
    *:before,
    *:after {
        color: #000 !important;
        text-shadow: none !important;
        background: transparent !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }
}

#delivery-box {
    background-color: #f5f5f5;
    text-align: left;
    padding: 15px 15px 15px 15px;
}

#delivery-box h3 {
    margin-top: 0;
}

.index-page #delivery-box {
    background-color:rgba(245, 245, 245, 0.2);
    text-align: left;
    padding: 15px 15px 15px 15px;
    border-radius: 3px;
}

#row-choose-location {
    margin-bottom: 3px;
}

.content-main.index-page #delivery-box button {
    border-radius: 3px;
    display: inline-block;
    padding: 6px 12px;
    text-transform: none;
    width: 100%;
    margin: 0;
    background-color: #286aa0;
}

.index-page #choose-pickup-label {
    font-size: 16px;
    margin-bottom: 5px;
}

.index-page #delivery-box h3 {
    margin-top: 0;
}

.shipping_type_description {
    display: none;
    margin: 0 0 10px 0;
}

.shipping_widget_footer {
    margin: 10px 0 0 0;
}

ul#shipping_type {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul#shipping_type li {
    margin: 0;
    padding: .25em 0 .25em 22px;
    list-style: none;
}

#cart_order_options #total-box {
    padding: 4px;
}

#choose-pickup-box {
    display: none;
}

#choose-pickup-select2 {
    width: 100%;
}

.list-group {
    padding-left: 0;
    margin-bottom: 20px;
}

.location-option-html {
    display: none;
}

#select2-choose-pickup-select-results {
    min-height: 350px;
}

#choose-delivery-date-box {
    display: none;
}

#selected-delivery-date-box {
    display: none;
}

#selected-delivery-date-text {
}

.card {
    margin-bottom: 20px;
}

.card-info {
    border-color: #d3ced2;
}

.hint {
    margin: 0 0 7px 0;
}

.card, .card-heading {
    border-radius: 1px;
}

.card-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
}

.card-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

@media print {
    .no-print,
    .block_topline,
    footer
    {
        display: none !important;
    }
    .mobile-hover {
        display: none !important;
    }
}

.no-pad-and-margin {
    margin: 0;
    padding: 0;
}

/* FANCY CREDIT CARD FORM */

.pay-card-wrapper {
    width: 444px;
    margin: 0 auto;
    position: relative;
    font-size: 12px;
    color: #666;
    text-align: left;
}

.pay-card-wrapper .pay-card {
    width: 300px;
    height: 180px;
    margin-bottom: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 13px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 55px 20px 0px 20px;
    position: relative;
}

.pay-card-wrapper .pay-card-front {
    background: #f2f3f5;
    -webkit-box-shadow: 2px 0 1px 0 rgba(0,0,0,.1);
    box-shadow: 2px 0 1px 0 rgba(0,0,0,.1);
    z-index: 2;
}

.pay-card .payment-systems-icons {
    position: absolute;
    right: 22px;
    top: 10px;
    font-size: 28px;
}

.payment-systems-icons .pw {
    letter-spacing: -15px;
}

.pay-card .card-number {
    padding: 4px 0 5px 0;
    margin-bottom: 14px;
    position: relative;
}

.pay-card .card-number-title {
}

.card-exp-date-bg {
    position: absolute;
    top: 86px;
    left: 0px;
    width: 60px;
    height: 28px;
    background-color: #fff;
    z-index: -1;
}

.card-cvv-bg {
    position: absolute;
    top: 21px;
    left: 300px;
    width: 60px;
    height: 28px;
    background-color: #fff;
    z-index: -1;
}

.pay-card .card-number-digits {
    background-color: #fff;
    width: 262px;
    height: 28px;
}

.pay-card .card-exp-date-input {
    width: 50px;
}

.pay-card-wrapper .pay-card-back {
    right: -144px;
    margin: -190px 0 0;
    padding-top: 18px;
    background: #e1e2e6;
    z-index: 1;
    float: left;
}

.pay-card-wrapper .pay-card-back::before {
    display: block;
    height: 38px;
    content: "";
    margin: 0px -25px 10px;
    background: rgb(51, 51, 51);
    margin: 0px -20px 25px;
    height: 35px;
    background: rgb(96, 98, 101);
}

.pay-card-wrapper .pay-card-back::after {
    position: absolute;
    left: 15px;
    top: 72px;
    right: 50px;
    height: 35px;
    content: "";
    background: rgb(246, 246, 247);
}

.pay-card-cvv {
    display: block;
    font-size: 11px;
    float: right;
    padding-bottom: 10px;
    margin: 0px 5px;
    right: 35px;
    top: -24px;
    position: relative;
    z-index: 1;
    width: 63px;
    text-transform: none;
}

/** Google Map Common Style **/
.gmap-container {
    width: 305px;
    height: 250px;
    overflow: hidden;
    z-index: 5;
    float: right;
}

.gmap {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
/* End of: Google Map Common Style */

/* IE 11 Compatibility */
nav, nav a, nav img  {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    transition: none !important;
}
/* End of: IE 11 Compatibility */

/* Spinner */
.ui-spinner .ui-spinner-button {
    visibility: hidden;
}

.ui-spinner:hover .ui-spinner-button,
.ui-spinner.focus .ui-spinner-button {
    visibility: visible;
}

span.ui-spinner.focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}

.ui-spinner-button {
    width: 1.2em;
}

.qty.ui-spinner-input {
    padding: inherit;
    margin: 0;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
}

#quantity-box .ui-spinner {
    border: 1px solid #c5c5c5;
    border-radius: 0;
}
/* End of: Spinner */

.login-error {
    font-size: 16px;
    color: #a94442;
    margin: 0 0 10px 0;
}
.error-message {
    text-align: center;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    color: #a94442;
    margin: 0 0 10px 0;
    padding: 3px;
}
.error-message ul, .register-error ul {
    text-align: center;
    margin-bottom: 0;
}
.spinner {
    display: none;
    content: "";
    opacity: 0.8;
    position: fixed;
    z-index: 2000;
    height: 100%;
    width: 100%;
    overflow: visible;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #EBEBEB;
}
.align-center {
    text-align: center;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    color: #333333;
    font-weight: 400;
    font-size: 26px;
}

.display-none {
    display: none;
}
.span-slash {
    float: left;
    font-size: 24px;
    padding: 0 5px 0 5px;
    color: #ccc;
}

@media print {
    a[href]:after {
        display:none;
    }
}

/* Mobile responsive design for error messages */

@media (max-width: 479px){
    .pnotify {
        margin-right: -2em;
    }
}

.col-form-label {
    font-weight: 700;
    text-align: center;
}

@media (min-width: 768px) {
    .col-form-label {
        text-align: right;
    }
}

@media (max-width: 479px) {
    .col-form-label {
        text-align: left;
    }
}

.disclaimer-row {
    min-height: 14px;
}

.form-control {
    font-size: 14px;
}

.sign-in-content, .create-account-content {
    background-color: inherit;
    border-color: transparent;
}

@media (max-width: 991px) /*For iPad*/
and (min-width: 768px) {
    .pnotify {
        margin-right: 1em;
    }
}

/* For HEADER on HOME PAGE */
.menu-bars-btn {
    background: transparent;
    color: white;
    font-size: 22px;
    border: none;
    outline: none;
    padding: 0;
    float: left;
    margin: 0 0 0 15px;
}

.menu-bars-btn:focus, .menu-bars-btn:hover {
    color: #FFFFFF;
}

.page-scroll .fa {
    padding-right: 6px;
    font-size: 18px;
    color: #286aa0; /* NEEDS TO BE CONNECTED TO THEMES FOR NAV ICON COLOR */
}

#langMenu {
    background: transparent;
}

.navbar-right #langMenu {
    margin-top: -5px;
    font-size: 16px;
}

.language-btn .fa-globe {
    padding: 0 6px;
    color: #286aa0;
    font-size: 18px;
}

.language-btn .rotate {
    padding: 0 14px;
}

.rotate_down {
    transform: rotate(180deg);
}

.language-btn:active {
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.language-btn:active:focus, .language-btn:focus {
    outline: 0px auto -webkit-focus-ring-color;
}

.search-dropdown {
    float: left;
    overflow: hidden;
}

.search-dropdown .search-btn {
    font-size: 22px;
    border: none;
    outline: none;
    color: white;
    padding: 0 30px 0 15px;
    background-color: transparent;
    margin: 0;
}

.card-content {
    display: inline-block;
    visibility: hidden;
    transition-property: visibility;
    transition-duration: 250ms;
    transition-delay: 250ms;
    transition-timing-function: ease;
}

.search-content {
    position: absolute;
    background-color: #fafafa;
    border: 2px solid #d5d7d9;
    width: auto;
    margin-left: -200px !important;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    color: #303030;
    padding: 20px;
    margin-top: 90px;
}

.search-dropdown:hover .search-content {
    visibility: visible;
}

.search-col .fa-search {
    position: absolute;
    height: 32px;
    margin: 7px;
    color: #a9a9a9;
}

input#search {
    height: 32px;
    width: 100%;
    padding-left: 30px;
    padding-bottom: 4px;
}

.search-content .search-col {
    float: left;
    width: 85%;
}

.search-content .search-button-col {
    float: left;
    width: 15%;
    padding-left: 4%;
}

.search-content .go-button {
    background-color: #286aa0;
    color: white;
    text-align: center;
    margin-left: -20px;
    width: 65px;
    height: 32px;
}

.search-content .go-button:focus,
.search-content .go-button:hover {
    background-color: #f1b602;
    color: #FFFFFF;
}

.store-dropdown {
    float: left;
    overflow: hidden;
}

.store-dropdown .store-btn {
    font-size: 22px;
    border: none;
    outline: none;
    color: white;
    padding: 0 30px;
    background-color: transparent;
    margin: 0;
}

.store-content {
    position: absolute;
    right: 0;
    background-color: #fafafa;
    width: 100%;
    z-index: 1000;
    color: #ffffff;
    padding: 15px;
}
.block_topline:not(.empty-cart, .empty-hint) .store-content {
    top: 103px;
}
.empty-cart .store-content {
    top: 32px;
}
.empty-hint .store-content {
    top: 59px;
}
@media (min-width: 768px) {
    .block_topline:not(.empty-cart) .store-content {
        top: 69px;
    }
}
@media (min-width: 1024px) {
    .store-content {
        width: 50%;
    }
}
.store-dropdown:hover .store-content {
    visibility: visible;
}

.store-content .store-header {
    min-width: 200px;
    text-align: center;
    font-size: 14px;
    margin-bottom: 10px;
}

.store-content .store-name-col {
    float: left;
    width: 78%;
    text-align: center;
}
.store-content .store-button-col {
    float: right;
    width: 22%;
}
@media (min-width: 1024px) {
    .store-content .store-name-col {
        width: 65%;
    }
    .store-content .store-button-col {
        width: 35%;
    }
}

@media (min-width: 1920px) {
    .store-content .store-button-col {
        width: 20%;
    }
}
.store-content p {
    margin-bottom: 2px;
    font-size: 14px;
}

.store-content .call-store-button {
    background-color: #378a54;
    color: white;
    text-align: center;
    margin: 10px 0 12px;
    width: 140px;
    float: right;
}

.store-content .find-store-button {
    text-align: center;
    width: auto;
    float: right;
    font-size: 14px;
    box-shadow: unset;
}

.store-button-col .fa {
    font-size: 12px;
    padding: 4px;
}

.location-dropdown {
    float: left;
    overflow: hidden;
}

.location-dropdown .location-btn {
    font-size: 22px;
    border: none;
    outline: none;
    color: white;
    padding: 0 30px;
    background-color: transparent;
    margin: 0;
}

.profile-dropdown {
    float: left;
    overflow: hidden;
}

.profile-dropdown .profile-btn {
    font-size: 22px;
    border: none;
    outline: none;
    color: white;
    padding: 0 30px;
    background-color: transparent;
    margin: 0;
}

.profile-content {
    position: absolute;
    right: 0;
    background-color: #fafafa;
    width: auto;
    padding: 10px;
    z-index: 1000;
    text-align: center;
}
.block_topline:not(.empty-cart, .empty-hint) .profile-content {
    top: 104px;
}
.empty-cart .profile-content {
    top: 32px;
}
.empty-hint .profile-content {
    top: 59px;
}
@media (min-width: 768px) {
    .block_topline:not(.empty-cart) .profile-content {
        top: 69px;
    }
}

.profile-content a {
    float: none;
    padding: 12px 8px;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    color: #ffffff;
}

.profile-dropdown:hover .profile-content {
	visibility: visible;
}

.profile-dropdown .vertical-line {
    border-right: 2px solid #d5d7d9;
    height: 100%;
}

.cart-dropdown {
    float: right;
    text-align: right;
    width: 100%;
    position: relative;
}
@media (min-width: 768px) {
    .cart-dropdown {
        margin-bottom: -9px;
    }
}
@media (min-width: 1024px) {
    .cart-dropdown {
        width: auto;
        margin-right: 160px;
    }
}
.icons-block {
    float: right;
}

.open-button, .close-button {
    font-size: 14px;
    text-align: right;
}
.cart-dropdown .cart-btn {
    font-size: 22px;
    border: none;
    outline: none;
    color: white;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 10%;
    background-color: transparent;
    margin: 0;
}
.cart-dropdown .btn-opener {
    border: none;
}

.btn-opener {
    color: #ffffff;
    font-size: 10px;
    padding-bottom: 3px;
}
.btn-opener:focus {
    box-shadow: none;
}
.btn.btn-opener:hover {
    color: #ffffff;
}

.btn-opener .close-button {
    display: none;
}

.btn-opener .fa-solid {
    margin-left: 7px;
    color: #4ea4dd;
}

.hint-holder {
    margin-left: -15%;
}
.fees_hint {
    font-style: italic;
    font-size: 11px;
    margin-bottom: 0;
}
p.fees_hint {
    text-align: right;
    white-space: normal;
    color: #ffffff;
    padding: 0 30px 0 10px;
}
.order-summary-hint {
    clear: both;
}
.order-summary-hint p.fees_hint {
    text-align: center;
    clear: both;
    margin: 0;
    padding: 10px 25px 0 20px;
}
.add-line {
    border-bottom: 1px solid #9badb9;
    padding-bottom: 5px;
    text-align: left;
}
.nav-cart-items table {
    font-size: 11px;
    line-height: 1;
}
.nav-cart-items .mini-cart-total {
    padding-top: 5px;
    color: #ffffff;
    font-weight: 500;
    font-size: 14px;
}
.block_topline:not(.empty-hint) .nav-cart-items {
    top: 70px;
}
.empty-hint .nav-cart-items {
    top: 25px;
}
.nav-cart-items {
    position: absolute;
    right: 0;
    background-color: #fafafa;
    width: 118%;
    z-index: 1000;
    font-size: 11px;
    padding: 0 10px;
    visibility: visible;
    display: none;
}
.nav-cart-items:not(.mini-cart-title, .mini-cart-total) {
    color: #DFDFDF;
}
.mini-cart-title {
    font-size: 1.4rem;
    color: #ffffff;
}
@media (min-width: 1024px) {
    .nav-cart-items {
        top: 50px;
        right: 0;
    }
}
.currency-title {
    float: left;
    overflow: hidden;
}
.amount-title {
    float: right;
    overflow: hidden;
}
.cart-table-title {
    border-bottom: 1px solid #286aa0;
    padding-bottom: 16px;
    margin-left: 5px;
    margin-right: 5px;
}
.nav-name span {
    float: right;
}
.nav-cart-items table strong{
    font-weight: 400;
}

.nav-cart-items h4 {
    text-align: center;
}

.nav-cart-btn {
    text-align: center;
}

.nav-cart-btn .btn {
    width: 40%;
    text-align: center;
    margin: 15px 10px;
    box-shadow: unset;
    font-size: 16px;
    padding-top: 2px;
    padding-bottom: 2px;
}
@media (min-width: 480px) {
    .block_topline:not(.empty-hint) .btn-opener {
        margin-top: -10px;
    }
    .hint-holder {
        margin-top: -4px;
    }
    .nav-cart-items {
        width: 350px;
        top: 71px;
        font-size: 13px;
    }
    .fees_hint {
        font-size: 13px;
    }
    .nav-cart-items .mini-cart-total, .mini-cart-title {
        font-size: 16px;
    }
    .nav-cart-items table {
        font-size: 13px;
    }
    .cart-table-title {
        padding-bottom: 20px;
    }
    .open-button, .close-button {
        font-size: 16px;
    }
}
@media (min-width: 768px) {
    .block_topline .nav-cart-items {
        top: 36px;
        font-size: 14px;
    }
    .btn-opener {
        padding-bottom: 0;
    }
    .nav-cart-items .mini-cart-total, .mini-cart-title {
        font-size: 18px;
    }
    .nav-cart-items table {
        font-size: 14px;
    }

    .nav-cart-btn .btn {
        font-size: 18px;
    }
    p.fees_hint {
        text-align: right;
    }
    .order-summary-hint p.fees_hint {
        padding: 10px 30px 0 20px;
    }
    .block_topline:not(.empty-hint.empty-cart) .nav-cart-items {
        top: 35px;
    }
}
@media (min-width: 1024px) {
    .block_topline .nav-cart-items, .block_topline:not(.empty-hint.empty-cart) .nav-cart-items {
        top: 49px;
    }
}
.menu-topline {
    float: left;
    width: 100%;
}

.menu-topline .btn:hover,
.menu-topline .btn:focus,
.menu-topline .btn:active {
    outline: 0;
}

.container {
    clear: both;
}
@media (max-width: 1170px) {
    .container {
        max-width: none;
    }
}

/* For HOME PAGE CONTENT */

.content-main {
    position: relative;
    width: 100%;
    height: 1250px;
    float: left;
    display: block;
    text-align: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.header-title {
    margin-bottom: 20px;
}

.header-sub-text {
    color: #303030;
    float: left;
    width: 100%;
    margin: 6px 0 5px;
}

.content-inner {
    width: 100%;
    background: rgba(250, 250, 250, .9);
    border: 2px solid #d5d7d9;
    position: relative;
    margin: 15px auto;
}

.content-inner h1, .content-inner h3 {
    font-weight: 700;
}

.selectize-dropdown-content {
    font-size: 18px;
}

input#select-currency-selectized {
    font-size: 18px;
    max-height: 20px !important;
}

#drop_down_currency {
    font-size: 18px;
}

.home-currency-selector {
    padding: 0;
    text-align: left;
    width: 100%;
    border: 3px solid #003767;
    border-radius: 2px;
    line-height: 0;
    position: relative;
}
.home-delivery-column {
    position: relative;
    float: left;
    width: 50%;
    margin-bottom: 15px;
}

.home-delivery-check {
    position: absolute;
    z-index: 1;
    float: right;
    width: 35px;
    display: inline;
}

.home-delivery-column .fa, .branch-pickup-column .fa {
    font-size: 37px;
    transform: scaleX(-1);
}

.branch-pickup-column {
    position: relative;
    width: 50%;
    float: left;
    margin-bottom: 15px;
}

.branch-pickup-check {
    display: none;
    position: absolute;
    z-index: 1;
    float: right;
    width: 35px;
}

.branch-pickup img {
    width: 45px;
    margin-top: -8px;
}

.optgroup-header {
    font-weight: bold;
    margin-top: 10px;
}

.shipping-selected {
    width: 245px;
    height: 130px;
    color: white;
    border-radius: 0;
    border: 2px solid #000000;
}

.shipping-selected h4 {
    color: #FFFFFF;
}

.shipping-selected p {
    font-size: 10px;
    margin-bottom: 2px;
    color: white;
}

.shipping-selected:focus, .shipping-selected:hover {
    color: white;
}

.shipping-unselected {
    background-color: #FFFFFF;
    color: #286aa0;
    border: 2px solid #000000;
    width: 245px;
    height: 130px;
    border-radius: 0;
}

.shipping-unselected p {
    font-size: 10px;
    margin-bottom: 2px;
}

.shipping-unselected:focus, .shipping-unselected:hover {
    color: #286aa0;
}

.input-zip {
    padding: 6px;
    color: #303030;
    width: 142px;
    height: 35px;
    border-radius: 0;
    border: 2px solid #bfbfbf;
}

/* Hides arrows on home page zip field */
.input-zip[type=number]::-webkit-inner-spin-button,
.input-zip[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.buy-cash-btn {
    width: 303px;
    margin: 25px 0 20px;
}

.activate-geolocation {
    cursor: pointer;
    margin-left: 14px;
}

.activate-geolocation:focus,
.activate-geolocation:hover {
    background-color: #f1b602;
    color: #FFFFFF;
}

.activate-geolocation .fa-location-arrow, .search-map-btn .fa-map {
    padding-right: 6px;
}

button#search_zip {
    width: 140px;
    padding: 7px 12px 8px 10px;
    margin-top: -3px;
}

.branch-pickup-info {
    display: none;
    float: left;
}

.branch-pickup-search {
    float: left;
    width: 100%;
}

.branch-pickup-search .input-zip {
    padding: 6px;
    color: #303030;
}

.input-location-col {
    width: 36%;
    float: left;
    text-align: right;
}

@media (min-width: 991px) {
    .input-location-col {
        width: 49%;
    }
}

.branch-pickup-search .btn {
    padding: 7px 12px 8px 10px;
    width: 140px;
}

.branch-pickup-search .btn:focus,
.branch-pickup-search .btn:hover {
    background-color: #f1b602;
    color: #FFFFFF;
}

.search-zip-bar-title {
    margin-top: 0;
}

.branch-search-button {
    margin-left: 14px;
    margin-top: -3px;
}

.search-map-btn {
    float: left;
    text-align: left;
}

.map-btn {
    margin-left: 18px;
}

.branch-list {
    list-style-type: none;
    padding: 0 10px;
}

.branch-results {
    float: left;
    width: 100%;
}

.branch-results  li {
    float: left;
    background-color: #fafafa;
    border: 1px solid #d1d1d1;
    border-radius: 3px;
    color: #303030;
    width: 100%;
    margin-top: 15px;
    text-align: left;
    padding: 10px 16px 10px 60px;
}

.branch-street-address {
    margin-bottom: 0;
}

.selected-branch-check {
    position: absolute;
    float: left;
    left: 35px;
    z-index: 10;
    width: 30px;
    display: none;
}

.empty-radio-btn {
    position: absolute;
    float: left;
    z-index: 10;
    font-size: 25px;
    left: 40px;
    margin-top: 3px;
}

.main {
    float: right;
    font-size: 24px;
}

.zip-search-col .input-zip {
    width: 215px;
    height: 37px;
}

.branch-title-address {
    float: left;
    width: 85%;
}

.branch-title {
    font-size: 18px;
}

.branch-hours {
    float: left;
    width: 95%;
}

.branch-hours .fa {
    font-size: 16px;
    width: 2em;
}

.branch-hours .fa-angle-right {
    padding-left: 6px;
}

.payment-options {
    background: transparent;
    list-style-type: none;
    margin-top: 15px;
    font-weight: 700;
}

.payment-options svg {
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
}

.payment-options .fa-brands {
    display: inline-block;
    vertical-align: middle;
    font-size: 28px;
    margin: 0 4px 0 0;
}

.branch-extra-info {
    display: none;
    margin-top: 10px;
    font-size: 14px;
}

.branch .fa {
    font-size: 16px;
    width: 2em;
}

.branch .fa-map-marker {
    font-size: 18px;
    margin-right: -5px;
}

.branch {
    display: block;
    padding-top: 10px;
}

.branch-expanded {
    background-color: #f2f6f9;
    padding-left: 6px;
}

.branch-extra-info {
    float: left;
    width: 100%;
}

.branch-hours-expanded li {
    text-decoration: none;
    list-style-type: none;
    border: none;
    line-height: 1;
    margin: -10px;
    padding-left: 5px;
}

.branch-hours-expanded li label {
    width: 6em;
    font-weight: inherit;
    margin-bottom: 10px;
}

.branch-closed {
    color: #e20f00 !important;
    cursor: pointer;
}

.branch-opened {
    color: #378a54 !important;
    cursor: pointer;
}

.branch-days {
    color: #303030 !important;
}

.branch-hours-collapse {
    cursor: pointer;
}

.get-directions {
    cursor: pointer;
}

.error-explanation {
    margin: -10px auto auto -10px;
}

.has-error > div > .help-block > ul {
    color: #a94442;
}

/* Order Summary */
.order-summary {
    color: #FFFFFF;
    font-size: 16px;
    margin: 30px 0 10px 0;
    padding: 15px;
    float: left;
    width: 100%;
}

.order-summary h4 {
    color: #FFFFFF;
    margin-top: 0;
}

.gray-line-short {
    border-bottom: 1px solid #a6a6a6;
    margin: 15px auto;
    width: 65%;
}

.top-margin {
    margin: 0 auto 15px;
}

.line-style {
    width: 100%;
    float: left;
}

.fee-label-col {
    float: left;
    width: 50%;
    text-align: left;
}

.fee-amounts-col {
    float: left;
    width: 50%;
    text-align: right;
}

.total-label-col, .delivery-date-label-col {
    float: left;
    width: 60%;
    text-align: left;
    font-weight: 500;
}

.order-total-col, .delivery-date-col {
    float: left;
    width: 40%;
    text-align: right;
    font-weight: 500;
}

.delivery-date-label, .delivery-date-col {
    font-size: 14px;
    font-style: italic;
}

.lang-text, a:hover, a:focus {
    text-decoration: none;
}

.currency-amount-rounded {
    color: #229922;
    font-size: 1.3rem;
}

#fos_user_registration_terms_of_use {
    width: 28px;
    height: 28px;
    vertical-align: middle;
    margin: 0 6px 0 0;
}
.subtotal-label, .exchange-fee-label, .shipping-fee-label {
    margin-left: 25%;
}
.order-total-label, .delivery-date-label {
    margin-left: 20%;
}
.subtotal, .exchange-fee, .shipping-fee {
    margin-right: 30%;
}
.order-total, .delivery-date {
    margin-right: 37%;
}
@media (min-width: 480px) {
    .subtotal-label, .exchange-fee-label, .shipping-fee-label {
        margin-left: 45%;
    }
    .order-total-label, .delivery-date-label {
        margin-left: 40%;
    }
    .subtotal, .exchange-fee, .shipping-fee {
        margin-right: 50%;
    }
    .order-total, .delivery-date {
        margin-right: 56%;
    }
    .total-label-col, .delivery-date-label-col {
        width: 55%;
    }

    .order-total-col, .delivery-date-col {
        width: 45%;
    }
}
@media (min-width: 768px) {
    .subtotal-label, .exchange-fee-label, .shipping-fee-label {
        margin-left: 60%;
    }
    .order-total-label, .delivery-date-label {
        margin-left: 54%;
    }
    .subtotal, .exchange-fee, .shipping-fee {
        margin-right: 65%;
    }
    .order-total, .delivery-date {
        margin-right: 72%;
    }
}
@media (min-width: 992px) {
    .subtotal-label, .exchange-fee-label, .shipping-fee-label, .order-total-label, .delivery-date-label {
        margin-left: 70%;
    }
    .subtotal, .exchange-fee, .shipping-fee, .order-total, .delivery-date {
        margin-right: 75%;
    }
    .total-label-col, .delivery-date-label-col {
        width: 50%;
    }
    .order-total-col, .delivery-date-col {
        width: 50%;
    }
}

#fos_user_registration_terms_of_use {
    width: 28px;
    height: 28px;
    vertical-align: middle;
    margin: 0 6px 0 0;
}

.disabled-option {
    opacity: 0.5;
    pointer-events: none;
}

.out-of-stock-label {
    color: #84a9c7;
}
@media (min-width: 1200px) {
    .container {
        min-height: 64%;
    }
}

@media (max-width: 767px) {
    .buy-cash-btn {
        width: 92%;
    }

    .delivery-date-label, .delivery-date-col {
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .order-summary {
        font-size: 14px;
    }

    .delivery-date-label, .delivery-date-col {
        font-size: 11px;
    }
}

.empty-cart .collapse.show {
    top: 33px;
}
.empty-hint .collapse.show {
    top: 60px;
}
.collapse.in, .collapse.show:not(.stimate-input-conversor, .edit-alert-section) {
    display: inline;
    position: absolute;
    right: 0;
}
.block_topline:not(.empty-cart, .empty-hint) .collapse.show {
    top: 105px;
}
/* Header for tablet and mobile*/
@media (max-width: 991px) and (min-width: 768px){
    .block_topline:not(.empty-cart) .collapse.show {
        top: 70px;
    }
}
@media (max-width: 991px) {
    .block_topline {
        float: left;
        width: 100%;
    }

    .block_topline .block_inner {
        float: left;
        width: 100%;
        margin-bottom: -2px;
    }

    .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
        float: left;
        width: 100%;
    }

    .navbar-collapse.in {
        overflow-y: visible;
    }

    .navbar-nav {
        float: left;
        width: 100%;
        position: relative;
        z-index: 100;
    }

    .nav > li {
        border-bottom: 1px solid #e7e7e7;
    }

    .lang-text {
        font-family: "Roboto", Helvetica, Arial, sans-serif, serif;
        font-size: 16px;
    }

    .language-selector {
        border-bottom: 1px solid #e7e7e7;
        padding: 8px 0;
    }

    #langMenu {
        padding-bottom: 2px;
    }

    .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu > a {
        padding: 0 0 0 50px;
    }

    .dropdown-menu {
        box-shadow: none;
    }

    .dropdown-item
    {
        color: inherit;
    }

    .navbar-right {
        display: none;
    }

    .navbar-left {
        display: none;
        position: relative;
    }

    .navbar-collapse {
        display: none;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        padding-left: 15px;
        border: 0;
        font-size: 16px;
    }

    .dropdown-menu > li > a:focus,
    .dropdown-menu > li > a:hover {
        color: #f1b602;
    }

    .branch-list {
        padding: 0 7px;
    }
}

/* STYLE FOR SAFARI */

@media not all and (min-resolution:.001dpcm) {
    @media {
        .branch-search-button {
            margin-top: 0;
        }
    }
}

@media (max-width: 991px)
and (min-width: 649px) {
    .content-inner {
        width: 600px;
        position: relative;
        margin-right: auto;
        margin-left: auto;
    }

    .input-location-col {
        text-align: left;
        margin-left: 7px;
        width: 50%;
    }

    .branch-search-button {
        margin-left: 12px;
    }

    .search-map-btn .activate-geolocation {
        margin-left: 13px;
    }

    .map-btn {
        margin-left: 11px;
    }
}
@media (max-width: 992px)
and (min-width: 649px) {
    .shipping-selected {
        width: 280px;
    }

    .shipping-unselected {
        width: 280px;
    }

    .branch-pickup-search .btn {
        width: 120px;
    }
}
@media (min-width: 992px) {
    .shipping-selected {
        width: 245px;
    }

    .shipping-unselected {
        width: 245px;
    }
}

@media (min-width: 768px) {
    .content-inner {
        width: 650px;
    }
}

/* HEADER FOR DESKTOP */
@media (min-width: 991px) {
    .navbar-right {
        margin-right: 12px;
    }

    .menu-bars-btn {
        display: none;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .nav > li {
        display: inline-block;
    }

    .content-inner .selectize-control {
        width: 100%;
        display: inline-block;
        font-size: 18px;
    }

    .language-selector {
        display: none;
    }

    .navbar-nav > li > .dropdown-menu {
        margin-top: 11px;
        border: 0;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
    .navbar-nav {
        flex-direction: unset;
    }
}
@media (min-width: 992px) {
    .content-inner {
        width: 900px;
    }
    .currency-section-title {
        padding-left: 100px;
    }
}
@media (min-width: 1024px) {
    .content-inner {
        width: 1000px;
    }
}

@media (max-width: 767px) {
    .branch-list p {
        font-size: 14px;
    }

    .branch-title-address {
        width: 90%;
    }

    .branch-extra-info {
        font-size: 12px;
    }

    .branch-title {
        font-size: 16px;
    }

    .main {
        font-size: 18px;
    }

    .selectize-dropdown-content {
        font-size: 12px;
    }

    input#select-currency-selectized {
        font-size: 12px;
    }

    #drop_down_currency {
        font-size: 12px;
    }
}

@media (min-width: 650px) {
    .home-delivery-check {
        top: -15px;
        right: 0;
    }

    .branch-pickup-check {
        top: -15px;
        right: 0;
    }
}

@media (max-width: 649px) {
    .branch-pickup-search .btn {
        width: 47%;
    }

    .search-map-btn {
        width: 100%;
        text-align: center;
    }

    .input-location-col {
        width: 100%;
        margin-bottom: 15px;
        text-align: center;
    }

    .input-zip {
        width: 47%;
    }

    button#search_zip {
        width: 47%;
        margin-left: 14px;
    }

    .home-delivery-zip {
        width: 100%;
        float: left;
        padding: 0 15px;
    }
}

@media (max-width: 649px)
    and (min-width: 481px) {


    .home-delivery-column {
        width: 100%;
    }

    .home-delivery-check {
        top: -15px;
        right: 0;
    }

    .branch-pickup-column {
        float: left;
        width: 100%;
    }

    .branch-pickup-check {
        top: -15px;
        right: 0;
    }

    .shipping-selected {
        width: 100%;
    }

    .shipping-unselected {
        width: 100%;
    }

    .branch-list {
        padding: 0 5px;
    }

    .branch-search-button {
        margin-left: 14px;
    }

    .map-btn {
        margin-left: 0;
    }
}

/* Header for mobile */
@media (max-width: 480px) {
    .search-dropdown .search-btn {
        padding: 0 10px;
    }

    .store-dropdown .call-store-button {
        font-size: 12px;
        width: 115px;
        margin: 0;
        padding: 8px;
    }

    .store-dropdown .find-store-button {
        float: left;
        font-size: 12px;
        width: 115px;
        padding: 6px;
    }

    .store-content .store-name-col {
        width: 100%;
        margin-right: 20px;
    }

    .store-content .store-button-col {
        width: 100%;
        margin-top: 15px;
    }

    .store-dropdown .store-btn {
        padding: 0 23px;
    }

    .profile-dropdown .profile-btn {
        padding: 0 23px;
    }

    .location-dropdown .location-btn {
        padding: 0 23px;
    }

    .profile-content {
        padding: 2px;
        width: 300px;
    }

    .header-sub-text p {
        font-size: 12px;
    }

    .header-title h1 {
        font-size: 24px;
    }

    .home-currency-selector {
        padding: 0;
    }

    .shipping-selected {
        width: 100%;
    }

    .shipping-selected .fa {
        font-size: 30px;
    }

    .shipping-selected h4 {
        font-size: 14px;
    }

    .home-delivery-check {
        top: -15px;
        right: -10px;
    }

    .home-delivery-column {
        width: 100%;
    }

    .branch-pickup-column {
        float: left;
        width: 100%;
    }

    .shipping-unselected {
        width: 100%;
    }

    .shipping-unselected .fa {
        font-size: 35px;
    }

    .shipping-unselected h4 {
        font-size: 14px;
    }

    .branch-pickup-check {
        top: -15px;
        right: -10px;
    }

    .branch-pickup img {
        width: 35px;
    }

    .branch-list {
        padding: 0;
    }

    .input-location-col {
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }

    .input-zip {
        float: left;
    }

    .map-btn {
        margin-left: 0;
        float: left;
    }

    button#search_zip {
        margin-top: 0;
    }

    input#user-search {
        float: left;
    }

   .branch-search-button {
       margin-top: 0;
       float: right;
   }

    .search-map-btn {
        text-align: center;
    }

    .activate-geolocation {
        float: right;
    }

    .payment-options .fa-brands {
        font-size: 22px;
    }

    .payment-options svg {
        width: 29px;
        height: 21px;
    }

    .payment-options svg rect {
        width: 27px;
        height: 19px;
    }

    .payment-options svg text {
        font-size: 10px;
    }

    .branch-hours {
        font-size: 12px;
    }

    .branch-hours-expanded li {
        padding: 6px 0;
        font-size: 12px;
    }

    .branch-hours .fa {
        width: 1.5em;
    }

    .branch-hours-expanded li label {
        width: 5em;
        margin-bottom: 15px;
    }
}

.store-icon-selected {
    display: none;
}

/*Mobile Menu Dropdown*/
@media (max-width: 767px){
    div#header-h2 {
        display: none;
    }

    .nav > li {
        border-bottom: 1px solid #e7e7e7;
    }

    .navbar-header {
        margin: 15px;
    }

    .mobile-cart-account {
        border-bottom: 1px solid #e7e7e7;
        font-size: 16px;
        display: block;
        padding: 2px 18px 10px 0;
        text-align: center;
        color: #337ab7;
    }

    .mobile-store-number {
        border-bottom: 1px solid #e7e7e7;
        font-size: 16px;
        display: block;
        padding: 2px 18px 10px 18px;
        margin-bottom: -8px;
    }

    .store-phone {
        white-space: pre;
    }

    .store-name {
        padding-left: 18px;
    }

    .lang-text {
        font-family: "Roboto", Helvetica, Arial, sans-serif, serif;
        font-size: 16px;
    }

    .lang-text, a:hover, a:focus {
        text-decoration: none;
    }

    #langMenu {
        background: transparent;
    }
}

@media (min-width: 768px) {
    .mobile-cart-account {
        display: none;
    }
    
    .mobile-store-number {
        display: none;
    }
}

.disclaimer {
    float: left;
    width: 100%;
    font-size: 14px;
    margin: 10px 0;
    padding: 0 20px;
}

/* Adding a page break class */
.page-break {
    page-break-before: always;
}

div#DigiCertClickID_TjpuJ7Z5 {
    padding-bottom: 15px;
}

/* Checkout Footer */
.checkout-footer {
    background-color: #f1f0f0;
    border-bottom: 1px solid #e1e1e1;
    float: left;
    width: 100%;
    display: inline-block;
    font-size: 16px;
    margin: 0;
    padding: 15px 0;
}

.secure-col {
    float: left;
    width: 33.33%;
}

.payment-methods-col {
    float: left;
    width: 33.33%;
    text-align: center;
}

.contact-col {
    float: left;
    width: 33.33%;
}

.secure-col img {
    margin: 15px;
}

.payment-methods-col .fa-brands {
    display: inline-block;
    margin: 12px 4px;
    font-size: 26px;
}

.payment-methods-col svg {
    display: inline-block;
    vertical-align: middle;
    margin-top: -6px;
}

.contact-col .fa {
    margin-top: 5px;
    font-size: 18px;
    padding-right: 12px;
}

.contact-col .fa-mobile-phone {
    font-size: 26px;
}

.checkout-footer .vertical-line {
    border-right: 1px solid #d5d7d9;
    height: 70%;
    float: right;
}

/* alert - popup buttons customizations */
.pnotify-action-bar {
    text-align: right;
    padding-top: 15px;
}

@media (max-width: 767px) {
    .secure-col {
        width: 100%;
        border-bottom: 1px solid #d5d7d9;
        padding-bottom: 15px;
    }

    .payment-methods-col {
        width: 100%;
        margin-top: 15px;
        border-bottom: 1px solid #d5d7d9;
    }

    .contact-col {
        width: 100%;
        margin-top: 15px;
    }
}

@media (max-width: 480px) {
    .checkout-footer {
        font-size: 14px;
    }
}

.default-shipping-type {
    margin-left: 0;
}

@media (max-width: 991px) {
    .content-main {
        height: auto;
    }
}

.hide-location, .hide-class{
    display: none;
}

.load-locations-button-block a{
    text-decoration: underline dotted;
}

.load-locations-button-block{
    padding-top: 20px;
}

.grecaptcha-badge {
    visibility: hidden;
}

.trustpilot-section {
    width: 100%;
    background-color: #f1f0f0;
    margin: 0;
}
.currency-section-title h3 {
    margin: 0;
    padding: 0;
    font-size: 18px;
}
.content-inner .clear-currency-select {
    background: url("../img/cross-symbol-icon.svg") no-repeat;
    width: 24px;
    height: 24px;
    top: 22%;
    right: 8%;
    cursor: pointer;
    position: absolute;
    z-index: 10;
    border: none;
}
/*home page pnotify custom style*/
.pnotify-center-message {
    display: flex;
    align-items: center;
    justify-content: center;
    top: 10% !important;
    left: 50% !important;
    right: auto !important;
    transform: translate(-50%, -50%) !important;
    position: fixed !important;
    z-index: 9999;
}
.currency-field-error {
    border-radius: unset;
    border: 5px solid #cc0000;
}
.currency-selector-error::before {
    content: "";
    position: absolute;
    top: -4px;
    bottom: -4px;
    left: -4px;
    right: -4px;
    border: 5px solid #cc0000;
    pointer-events: none;
    box-sizing: border-box;
    z-index: 10;
}
.activate-geolocation, .branch-search-button, .map-btn {
    font-size: 12px;
}
#user_zip, #user_search {
    height: 33px;
}
@media (min-width: 360px) {
    .activate-geolocation, .branch-search-button, .map-btn, #user_zip {
        font-size: 14px;
    }
    #user_zip, #user_search {
        height: 35px;
    }
}
@media (min-width: 649px) {
    .activate-geolocation, .branch-search-button, .map-btn, #user_zip {
        font-size: 12px;
    }
    #user_zip, #user_search {
        height: 33px;
    }
}
@media (min-width: 993px) {
    .activate-geolocation, .branch-search-button, .map-btn, #user_zip {
        font-size: 14px;
    }
    #user_zip, #user_search {
        height: 35px;
    }
}
@media (min-width: 480px) {
    .content-inner .clear-currency-select {
        right: 5%;
    }
}
@media (min-width: 768px) {
    .secure-col {
        border-right: 1px solid #d5d7d9;
        min-height: 112px;
    }
    .payment-methods-col {
        border-right: 1px solid #d5d7d9;
        min-height: 112px;
    }
    .load-locations-button-block {
        padding-left: 30px;
    }
    .content-inner .clear-currency-select {
        right: 12%;
    }
}
@media (min-width: 992px) {
    .currency-section-title h3 {
        font-size: 24px;
    }
    .home-currency-selector {
        width: 92%;
    }
    .home-delivery-column {
        width: 48%;
    }
    .content-inner .clear-currency-select {
        right: 10%;
    }
}