/* Custom CSS */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'), local('Roboto-Regular'), url(../font/CrYjSnGjrRCn0pd9VQsnFOvvDin1pK8aKteLpeZ5c0A.woff) format('woff');
}

@font-face {
    font-family: 'helveticaneueregular';
    src: url('../font/helveticaneue-webfont.woff2') format('woff2'),
    url('../font/helveticaneue-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'helveticaneuemedium';
    src: url('../font/helveticaneue_medium-webfont.woff2') format('woff2'),
    url('../font/helveticaneue_medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'helveticaneuethin';
    src: url('../font/helveticaneue_thin-webfont.woff2') format('woff2'),
    url('../font/helveticaneue_thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'helveticaneuelight';
    src: url('../font/helveticaneue_light-webfont.woff2') format('woff2'),
    url('../font/helveticaneue_light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

* {
    margin: 0;
    padding: 0;
    outline: 0;
}

html {
    height: 100%;
}

body {
    font-size: 16px;
    color: #000;
    height: 100%;
    font-family: 'helveticaneueregular';
    letter-spacing: 1.2px;
    background: #ededed;
}

.checkMarkPrice {
    position: absolute;
    right: 60px;
}

@font-face {
    font-family: 'helveticaneuebold';
    src: url('../font/helvetica_neu_bold-webfont.woff2') format('woff2'),
    url('../font/helvetica_neu_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

#couponBtn {
    padding-left: 10px;
    padding-right: 10px;
}

.overflow {
    overflow: hidden;
}

p {
    text-align: left;
    line-height: 25px;
}

a {
    color: var(--primaryColor);
}

li {
    list-style: none;
}

.mt-white {
    /*height:100vh!important;*/
}

.subHeader {

    color: #000;
    font-size: 12px;
    text-align: center;
}

/* Splash Page */
body#home {
    background: url(../img/splash-page-background.png) top center no-repeat;
    background-size: cover;
    position: relative;
}

.searchContainer {
    width: 86%;
    display: inline-block;

}

.searchText {
    display: none;
    width: 100%;

}

.welcome-text-center {
    text-align: center;
}

.searchDiv {

    cursor: pointer;
    position: relative;
    top: -15px;
}

#searchList {
    display: none;
    /* width: 100%;*/
}

/*.searchScrollClass > div div {
    cursor: pointer;
}*/
.enableProduct {
    cursor: pointer;
}

.disableProduct {
    cursor: auto;
}

.search-info {
    padding: 10px;
    cursor: pointer;
}

.searchText input {
    margin-bottom: 0px !important;

    padding-left: 10px;
    width: 99%;
}

.searchLabel {
    padding: 10px;
    background: var(--secondaryColor);
    color: white;
    font-weight: bold;
}

.topnav {

    overflow: hidden;
    background-color: var(--primaryColor);
    height: 52px;
    width: 97%;
    display: inline-block;

    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer */
    -khtml-user-select: none; /* KHTML browsers (e.g. Konqueror) */
    -webkit-user-select: none; /* Chrome, Safari, and Opera */
    -webkit-touch-callout: none; /* Disable Android and iOS callouts*/

}

#sandwich {
    font-size: 40px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    margin-right: 2px;
}

.site_logo img {

    height: 100px;
    margin: 5px;
}

.topnav::-webkit-scrollbar {
    width: 0 !important;
    height: 0 !important;
}

.topnav a {
    /*float: left;*/
    display: inline-block;
    color: white;
    text-align: center;
    padding: 15px 16px;
    text-decoration: none;
    font-size: 22px;
}

.fullWidth {
    width: 40%;
}

.topnav a:hover {
    color: #fff;
    background-color: var(--buttonColor);
}

.mySidenav a:hover {

    color: #fff;
    background-color: var(--buttonColor);
}

.mySidenav a.active {

    color: white;
}

.topnav a.active {

    color: white;
}

.logo img {
    margin: 120px auto 200px;
    display: block;
}

.swal2-cancel {
    margin-left: 10px !important;
}

.swal2-title {
    display: table-row !important;
}

.swal2-actions {
    margin: 0px !important;
}

.swal2-confirm {
    margin-top: 10px !important;
}

.swalTest {
    font-size: 55px !important;
}

.bkg-black-pos input[type=submit], .bkg-black-pos input[type=button] {
    position: fixed;
    bottom: 0;
    width: 50%;
}

.bottom_content img, .bottom_content p {
    display: block;
    margin: 0 auto;
}

.bottom_content img {
    margin-bottom: 15px;
}

.bottom_content {
    position: absolute;
    bottom: 44px;
    width: 100%;
    font-family: 'helveticaneuebold';
}

.bottom-static {
    position: static;
    padding-bottom: 40px;
}

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

.m-t-30 {
    margin-top: 30px;
}

.m-b-0 {
    margin-bottom: 0 !important;
}

.m-t-0 {
    margin-top: 0 !important;
}

.m-t-4 {
    margin-top: 4px !important;
}

.m-t-5 {
    margin-top: 5px !important;
}

.m-r-10 {
    margin-right: 10px !important;
}

.m-r-30 {
    margin-right: 25px !important;
}

.w-70 {
    width: 70px !important;
}

.m-t-45 {
    margin-top: 45px !important;
}

.m-t-13 {
    margin-top: 13px !important;
}

.p-t-b {
    padding: 15px 0 10px;
}

.m-t-27 {
    margin-top: 27px !important;
}

.m-t-25 {
    margin-top: 25px !important;
}

.m-t-20 {
    margin-top: 20px !important;
}

.desk-block {
    display: block;

}

.mob-block {

    height: 52px;
    display: none;
}

.modifierBlock {
    background: var(--primaryColor);
}

/** Sign Up **/
header {
    background: var(--primaryColor);
    color: #fff;
    text-transform: uppercase;
    font-family: 'helveticaneuebold';
    box-shadow: 0px 4px 5px rgba(51, 51, 51, 0.6);
    -moz-box-shadow: 0px 4px 5px rgba(51, 51, 51, 0.6);
    -webkit-box-shadow: 0px 4px 5px rgba(51, 51, 51, 0.6);
    -o-box-shadow: 0px 4px 5px rgba(51, 51, 51, 0.6);
    height: 45px;
    /* display:table; */
    width: 100%;
    z-index: 1;
}

.m-t-7 {
    margin-top: 7px;
}

.modifierSelect {
    height: 32px !important;
    margin-top: 10px;
}

.previous-link a {
    background: url(../img/left-arrow-img.png) no-repeat left center;
    width: 13px;
    height: 45px;
    display: inline;
    float: left;
    margin-top: 5px;
}

.previous-link h2 {
    height: 52px;
    padding-top: 7px;
    margin-top: 9px;
}

.right_panel header h2 {
    color: #fff;


}

header h2 {
    color: #fff;
    margin-top: 0px;
}

h2 {
    margin: 0;
    /* display:table-cell;
    vertical-align:middle; */
    width: 100%;
    margin: 13px 0 0 0;
    font-size: 26px;
    font-family: 'helveticaneuebold';
}

.header-title {
    margin: 30px 0 20px;
}

.bkg_box h3 {
    color: #fff;
}

h1, h2, h3, h4, h5, h6 {
    color: var(--primaryColor);
    text-transform: uppercase;
    font-family: 'helveticaneuebold';
}


.tips {
    list-style-type: none;
    padding-top: 10px;
    position: relative;
    padding-bottom: 10px;
    padding-left: 10px;

}

.tips li {
    margin: 0 5px 0 0;
    min-width: 15%;
    height: 40px;
    color: white;
    position: relative;
    text-align: center;
    font-weight: bold;
    display: inline-block;
}

.btnClose {
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.tips label, .tips input {
    display: block;

    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.tips input[type="radio"] {
    opacity: 0.011;
    z-index: 100;
    position: absolute;
}

.tips input[type="radio"]:checked + label {
    background: #000;
    border: 1px solid #000;
    color: #fff;

}

.tips label {
    padding: 5px;
    border: 1px solid #FFF;
    cursor: pointer;
    z-index: 90;
    border-radius: 10px;
}

.tipBox {
    background: var(--buttonColor);
}

.customTip {

    color: #000 !important;
    font-size: 18px !important;
    height: 30px !important;
    border: 1px solid #FFF !important;
    border-radius: 5px !important;
    padding: 5px;
}

.simple-box, .total_box, .info_block {
    padding: 0 25px;
    width: 51%;
    margin: 0 auto 53px;
    overflow: hidden;
}

.centerButton {
    width: 51% !important;
}

.bkg-white {
    background: #fff;
    color: var(--secondaryColor) !important;

}

.bkg-white a {
    /*color: var(--secondaryColor) !important;*/
}

input.search_text {
    background: none;
    border: none;
    margin-left: 5px !important;
    color: #707070;
    font-size: 16px;
    margin: 0;
    height: 25px;
    width: 90%;
    margin-top: 5px;
}

.search_box {
    border: 2px #707070 solid;
    margin: 10px;
    margin-top: 70px;
    background-color: #E0E0E0;
    border-radius: 10px;

    color: #707070;
    padding: 5px;
}

input.search_text:focus {
    width: 90%;
    color: #707070;
}

input.search_text::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #707070;
    opacity: 1; /* Firefox */
}

input.search_text:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #707070;
}

input.search_text:-ms-input-placeholder { /* Microsoft Edge */
    color: #707070;
}


.total_box {
    background: #000000;
    width: 100%;
}

.custom-select {
    height: 40px;
}

.right-r .total_box {
    margin: 0 auto 10px;
}

.right-r .total_box ul {
    margin-bottom: 150px;
}

.total_box.p-20 {
    padding: 0 20px;
}

.m-b-150 {
    margin-bottom: 150px;
}

.botton-content {
    width: 98%;
    padding: 0 30px;
    margin: 10px 0 25px 0;
    font-family: 'helveticaneuemedium';
}

.div-center {
    margin: 0 auto;
}


.scrollClass {
    height: 100vh;
    overflow-y: scroll;
    position: fixed;
    top: 90px;
    padding-bottom: 100px;
}

.searchClass {


    position: fixed;
    top: 90px;
    width: 75%;

}

.searchText {
    display: none;
    width: 100%;

}

#mySidenav a.first {
    color: #fff;
    background-color: var(--buttonColor);
}

.nav_side {
    overflow-y: scroll;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none;

}

.nav_side::-webkit-scrollbar {
    display: none;
}

.nav_side a.first {
    color: #fff;
    background: var(--buttonColor) !important;
}

.mySidenav a:hover {

    color: #fff;
    background-color: var(--buttonColor);
}

#mySidenav {
    background-color: var(--primaryColor);
}

.mySidenav a.active {

    color: white;
}

/***** TOPBAR ****/
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;

    z-index: 1;
    top: 0;
    right: 0;
    background-color: var(--primaryColor);
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 0px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: white;
    font-family: 'helveticaneuebold';
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: white;

}

.sidenav .click:hover {
    color: white;
    background-color: var(--buttonColor);
}

/*.sidenav .closebtn {
    position: relative;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    float: right;
}*/
.sidenav .closebtn {
    /* position: relative; */
    display: inline-block;
    top: 0;
    right: 25px;
    padding-right: 20px !important;
    font-size: 36px;
    margin-left: 50px;
    float: right;
    width: 100%;
    text-align: right;
}


.searchText input {
    margin-bottom: 0px !important;

    padding-left: 10px;
    width: 99%;
}

.searchScrollClass {
    height: 100vh !important;
    overflow-y: scroll !important;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
    width: 100% !important;
    padding-bottom: 100px;
}

.bkg-black {
    background: #000;
}

.bkg-grey {
    background: #e4e4e4;
}

.logo-div {
    margin: 6px 0 15px;
}

.simple-box p {
    text-align: center;
}

.account-box {
    background: #ffffff;
    padding: 0 30px;
    width: 32%;
}

input[type=text], input[type=password], input[type=month], input[type=number], .select-wrapper {
    border: 1px solid #989898;
    color: #2F2F2F;
    font-size: 15px;
    padding-left: 5px;
    border-radius: 5px;
    height: 40px;
    margin-bottom: 15px;
    width: 100%;
    letter-spacing: 1.2px;
    font-family: 'helveticaneuemedium';
}

input[type=text]:focus, input[type=password]:focus, input[type=month]:focus {
    width: 100%;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

input[type=submit], input[type=button], .link_button {
    background: var(--buttonColor);
    text-align: center;
    color: #fff !important;
    border: 1px solid var(--buttonColor);
    margin: 0 auto;
    display: block;
    height: 40px;
    font-weight: 600;
    font-size: 20px;
    width: 100%;
    text-transform: uppercase;
    font-family: 'helveticaneuebold';
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
}

.link_button_disabled {
    background: #999 !important;
    text-align: center !important;
    color: #fff !important;
    border: 1px solid #999 !important;
    margin: 0 auto !important;
    margin-top: 13px !important;
    display: block !important;
    height: 40px !important;
    font-weight: 600 !important;
    font-size: 20px !important;
    width: 100% !important;
    cursor: auto !important;
    text-transform: uppercase !important;
    font-family: 'helveticaneuebold' !important;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15) !important;
}

.summaryTable {
    width: 100%;

}

.summaryTable td:nth-child(3) {
    text-align: right;
}

.summaryTable tr {
    border-bottom: 1px solid #cccccc;

}

.summaryTable td {

    padding: 15px;
}


input[type=submit].w-96 {
    width: 94%;
    margin-bottom: 15px;
}

input[type=text]::placeholder, input[type=password]::placeholder, input[type=month]::placeholder, input[type=email]::placeholder {
    color: #8e8e8e;
    opacity: 1; /* Firefox */
}

input[type=text]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=month]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #8e8e8e;
}

input[type=text]::-ms-input-placeholder, input[type=password]::-ms-input-placeholder, input[type=month]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder { /* Microsoft Edge */
    color: #8e8e8e;
}

.product-info .w-160 {
    width: 160px;
}

.fixedHeader {
    position: fixed;
    top: 0;
}

.middleContent {
    margin-top: 40px;
}

.btn-red input[type=submit] {
    background: var(--primaryColor);
    border: 1px solid var(--primaryColor);
}

.account-box input[type=submit] {
    width: 70%;
}

.font-family-bold {
    font-family: 'helveticaneuebold';
}

.link_button {
    line-height: 40px;
}

.btn_blue {
    background: #0054a6;
    border: 1px solid #0054a6;
}

.btn_blue img {
    margin-top: -5px;
}

input[type=submit].bkg_black_btn {
    background: #000;
}

.link_button:hover,.link_button:focus {
    color: #fff;
    text-decoration: none;
}

.w-60 {
    width: 60% !important;
}

.w-60-d {
    width: 60%;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 30px;
}

.font-family-bold {
    font-family: 'helveticaneuebold';
}

.order_content {
    width: 85%;
    margin: 0 auto 40px;
}

/*** Account **/
.black-bottom-box {
    background: #000;
    position: fixed;
    bottom: 0;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
}

.black-bottom-box-inner {
    padding: 10px 30px;
    float: left;
    width: 100%;
}

.black-bottom-box p {
    float: left;
    padding: 7px 0 0 0;
    margin: 0;
}

.black-bottom-box a {
    float: right;
}

.a_link {
    background: var(--buttonColor);
    color: #fff;
    padding: 6px 10px;
    font-family: 'helveticaneuebold';
    font-size: 14px;
}

.a_link:hover {
    color: #fff;
    background: var(--buttonColor);
}

/** Payment Method **/
.m-b-10 {
    margin-bottom: 10px;
}

.p-t-10 {
    padding-top: 10px;
}

.p-t-20 {
    padding-top: 20px !important;
}

.p-b-10 {
    padding-bottom: 10px;
}

.three-column {
    width: 32%;
    float: left;
    margin: 0;
}

.three-column.last {
    float: right;
}

.m-r-1 {
    margin-right: 2%;
}

.m-l-1 {
    margin-right: 1.5%;
}

.center-text-div {
    text-align: center;
    display: block;
}

.p-t-55 {
    padding-top: 45px;
}

.m_b_40 {
    margin-bottom: 40px;
}

.m_b_15 {
    margin-bottom: 15px !important;
}

.help_content p {
    font-weight: 600;
    line-height: 20px;
}

.timer {

    display: inline;
    width: 40px;
    height: 40px;
}

.btnCloseDialog {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    cursor: pointer;
}

#timingClick {
    cursor: pointer;

    color: black;

}

.timeSelect {

    display: none;
    width: 100%;
    margin-top: 10px;
}

.timeContent {
    display: inline;
    position: relative;
    float: right;
    width: 85%;
    text-align: left;
    margin-top: 5px;
}

.bkg_box {
    background: #f24518;
    padding: 0 0 100px 0;
}

/* Custome Checkbox */
.ch_box {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    margin-left: 3px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 1.2;
    padding-top: 3px;
}

.register_form .ch_box {
    padding-top: 0;
}

/* Hide the browser's default checkbox */
.ch_box input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.w-72p {
    width: 72%;
    margin-left: auto;
    margin-right: auto;
}

.checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border: 1px solid #989898;
}

.p-b-15 {
    padding-bottom: 15px;
}

.w-100 {
    width: 100%;
}

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

small {
    line-height: 1.245345;
    font-size: 75%;
}

/* On mouse-over, add a grey background color */
.ch_box:hover input ~ .checkmark {
    background-color: #fff;
}

/* When the checkbox is checked, add a blue background */
.ch_box input:checked ~ .checkmark {
    background-color: #000000;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.ch_box input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.ch_box .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.clear {
    clear: both;
}

hr {
    border-top: 1px solid #c68982;
}

/* Custom Select Box */
.select-wrapper {
    float: left;
    display: inline-block;
    background: url("../img/arrow-down-icon.png") no-repeat right center;
    cursor: pointer;
    position: relative;
    height: 40px;
    width: 100%;
    line-height: 38px;
}

.grey-select .select-wrapper {
    background: #fff url("../img/arrow-down-icon_grey.png") no-repeat left center;
    height: 30px;
    line-height: 30px;
    margin-bottom: 0;
}

.grey-select .select-wrapper select, .grey-select .select-wrapper .holder {
    height: 28px;
    color: #000;
    font-family: 'helveticaneuebold';
}

.grey-select .select-wrapper .holder {
    position: static;
}

.select-wrapper .holder {
    display: block;
    margin: 0 35px 0 12px;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    z-index: 1;
    background: #fff;
    height: 38px;
    color: #000000;
}

.select-wrapper select {
    margin: 0;
    position: absolute;
    z-index: 2;
    cursor: pointer;
    outline: none;
    opacity: 0;
    height: 40px;
    background: #fff;
    left: 0;
    /* CSS hacks for older browsers */
    _noFocusLine: expression(this.hideFocus=true);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -khtml-opacity: 0;
    -moz-opacity: 0;
}

.bkg_box_black {
    background: #000;
    padding: 25px 0 0 0;
    width: 100%;
    float: left;
}

.p-t-40, .m-b-30 {
    margin-bottom: 30px !important;
}

.total_box ul li {
    text-transform: uppercase;
    margin: 0 0 15px 0;
    font-size: 26px;
    color: #fff;
    list-style: none;
    text-align: right;
    font-family: 'helveticaneuebold';
}

.total_box ul li label {
    text-align: left;
    float: left;
    width: 70%;
}

.total_box ul li.total_num {
    font-size: 30px;
    margin-bottom: 30px;
    font-family: 'helveticaneuebold';
}

.total_box ul li.line {
    border-bottom: 3px solid #fff;
}

.info_block {
    padding: 25px 30px;
    clear: both;
    margin-bottom: 30px;
}

/* Create an account */
.border-bottom {
    border-bottom: 1px solid var(--primaryColor);
}

.two-column {
    width: 49%;
    float: left;
}

.two-column.last {
    float: right;
}

.form-group {
    margin-bottom: 0;
}

.third-5-column {
    width: 39%;
    float: left;
    margin-right: 2%;
}

/*#guestBtn {

    position: absolute!important;
    top: 14px!important;
    width: 220px!important;
    right: -10px!important;
    height: 35px!important;

}*/
.logoOrder{
    width:30%;
    background-color: var(--primaryColor);
}

.third-5-column1 {
    width: 42%;
}

.third-4-column {
    width: 29%;
    float: left;
}

.third-3-column {
    width: 28%;
    float: left;
    margin-right: 2%;
}

.float_l {
    float: left;
}

.float_r {
    float: right;
}

.m-b-15 {
    margin-bottom: 15px;
    overflow: hidden;
}

.m_9 {
    margin: 9px;
}

.m-b-2 {
    margin-bottom: 2px !important;
}

.m_b_10 {
    margin-bottom: 10px;
}

.m-b-40 {
    margin-bottom: 40px;
}

.m-b-60 {
    margin-bottom: 60px;
}

.underline {
    text-decoration: underline;
}

.line_4 {
    border-top: 4px solid var(--primaryColor);
}

.full-height1 {
    height: 77%;
}

.line_10 {
    height: 10px;
    background: #fff;
    width: 100%;
    float: left;
}

.bkg_box_black_inner {
    padding: 10px 0 0 0;
}

.bkg_box_black h1 {
    color: #fff;
    margin: 0;
    font-size: 30px;
}

.bkg_box_black p {
    color: #fff;
    font-family: 'helveticaneuebold';
}

.bkg_box_black_content {
    padding: 20px 0 0 0;
}

.bkg_box_black p.text-small {
    font-size: 14px;
    font-family: 'helveticaneuelight';
}

.float_none {
    float: none;
}

.sign-in-block h1 {
    font-size: 50px;
}

.m_l_10 {
    margin-left: 10px;
}

.m_l_20 {
    margin-left: 20px;
}

/* Payment Methods */
.header-content ul li {
    font-weight: bold;
    padding: 5px 0;
    text-align: center;
}

.header-content ul li {

    font-family: 'helveticaneuebold';
}

.header-content ul li:nth-child(2) {
    background: none;
}

.payment_method_box {
    width: 312px;
    margin: 0 auto;
}

.payment_method_box a {
    width: 140px;
    float: left;
    margin-top: 10px;
}

.payment_method_box a.second {
    width: 160px;
    float: right;
}

.product-block {
    margin-bottom: 30px;
    width: 100%;
    float: left;
}

.product-img img {
    width: 100%;
    height: auto;
}

.product-info .input-number {
    width: 40px;
    height: 40px;
    background: #000;
    color: #fff !important;
    border: 1px solid #000;
    border-radius: 25px !important;
    margin: 0 7px;
    font-weight: bold;
    padding: 10px;
    z-index: 0;
    text-align: center;
}

.product-info .input-group {
    width: 60px;
}

.quty-icon {
    display: block;
    border: none;
    font-family: 'helveticaneuebold';
    font-size: 25px;
    margin: 0;
}

.quty-icon.plus-icon {
    background-position: -11px 0;
}

.btn-number {
    background: none;
    border: none;
}

.p-b-35 {
    padding-bottom: 30px;
}

.shopping-link {
    clear: both;
    margin: 5px 0 30px 0;
}

.shopping-link a, .shopping-link a:hover {
    background: none;
    color: #f24518;
}

.product-price {
    margin: 10px 0 0 0;
}

.product-price p {
    font-size: 25px;
    font-family: 'helveticaneuebold';
    text-align: right;
    margin-right: 2px;
}

.p-l-0 {
    padding-left: 0;
}

.p-0 {
    padding: 0 !important;
    padding: 0 !important;
}

.bp-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.product-info h4 {
    margin-top: 0;
}

.m-t-13 {
    margin-top: 13px;
}

.right_panel {
    border-left: 1px solid #dddad9;
}

.right_panel.h-auto {
    height: auto;
}

/* Order Page */
input[type=submit].add_order_link, input[type=button].add_order_link {
    border-radius: 0;
    background: #e2dee2;
    clear: both;
    border: 1px solid #e2dee2;
    float: left;
    box-shadow: none;
    margin: 5px 0;
}

input[type=submit].add_order_link.bkg-btn, input[type=button].add_order_link.bkg-btn {
    background: var(--buttonColor);
    border: 1px solid var(--buttonColor);
}

input[type=button].add_order_link.font, input[type=submit].add_order_link.font {
    font-size: 13px;
}

.w-btn {
    float: left;
    height: 25px;
    line-height: 25px;
}

.tipContainer {
    padding-bottom: 15px !important;
    padding-top: 15px !important;
}

.product-content {
    float: left;
    width: 100%;
}

.product-extra-block {
    float: left;
    width: 100%;
}

.p-b-50 {
    padding-bottom: 50px;
}

.p-b-150 {
    padding-bottom: 150px;
}

.p-b-100 {
    padding-bottom: 100px;
}

.product-main-block .product-block {
    margin-bottom: 15px;
}

.product-main-block {
    width: 100%;
    float: left;
}

.main-block {
    top: 45px;
    position: relative;
}

.productList {


    height: 100vh !important;
    padding-bottom: 45px;
    overflow-y: scroll;
    position: fixed;
}

.cartInfo {
    position: fixed;
    right: 0;
}

.product-info {
    margin-top: 10px;
}

.bkg-white-border-15 {
    border-bottom: 15px solid #fff;
}

.extra-block-header {
    color: #fff;
    text-transform: uppercase;
    background: var(--primaryColor);
    padding: 8px 30px;
    width: 100%;
    float: left;
}

.swal2-cancel {
    margin-top: 10px !important;
}

.extra-block-content {
    background: var(--primaryColor);
    padding: 15px 30px 15px;
    float: left;
    width: 100%;
}

.m-0 {
    margin: 0;
}

.color_white {
    color: #fff;
}

.color_black {
    color: #000;
}

.extra-block-content span {
    color: #fff;
    text-transform: uppercase;
}

input[type=submit].bkg-purple-btn, input[type=button].bkg-purple-btn {
    background: var(--buttonColor);
    border-radius: 0;
    margin-top: 15px;
    border: 1px solid var(--buttonColor);
}

.white-box-padding {
    padding: 150px 0 0 0;
    background: #fefdfb;
    float: left;
    width: 100%;
}

/* Custom Toggle Button Css */
.toggle_block {
    margin-bottom: 10px;
    float: left;
    width: 100%;
}

.toggle_block .label_title {
    width: 33%;
    float: left;
    clear: both;
    height: 30px;
    display: table;
    margin-right: 10px;
}

.toggle_block .label_title span {
    display: table-cell;
    vertical-align: middle;
}

.toggle_block .btn_toggle {
    display: inline-block;
    padding: 5px;
    position: relative;
    text-align: center;
    -webkit-transition: background 600ms ease, color 600ms ease;
    transition: background 600ms ease, color 600ms ease;
    width: 15%;
    background: #f24518;
    border: 1px solid #fff;
    color: #feede8;
    margin: 0 1% 0 0;
    float: left;
    height: 35px;
    line-height: 25px;
    text-transform: uppercase;
}

.toggle_block .btn_toggle.last {
    margin-right: 0;
    padding: 5px 0px !important;
}

input[type="radio"].toggle {
    display: none;
}

input[type="radio"].toggle + label {
    cursor: pointer;
}

input[type="radio"].toggle + label:hover {
    background: none;
    color: #fff;
}

input[type="radio"].toggle.toggle-left + label {
    border-right: 0;
}

input[type="radio"].toggle.toggle-left + label:after {
    left: 100%;
}

input[type="radio"].toggle.toggle-right + label {
    margin-left: -5px;
}

input[type="radio"].toggle.toggle-right + label:after {
    left: -100%;
}

input[type="radio"].toggle:checked + label {
    cursor: default;
    color: #000;
    -webkit-transition: color 200ms;
    transition: color 200ms;
    border: 1px solid #fff;
    background: #fff;
    padding: 5px;
}

input[type="radio"].toggle:checked + label:after {
    left: 0;
}

.btn_font_size {
    font-size: 12px;
}

.text-md-left h2 {
    text-align: left;
    float: left;
}

#nav-main li.first {
    float: left;
}

#nav-main li.first a {
    color: #fff;
    background: var(--buttonColor);
}

#nav-main li.search_li img {
    margin: 14px 10px 0 0;
}

#nav-main .okayNav__nav--visible li {
    float: left;
}

#nav-main li h2 {
    margin: 0;
}

/* Account Setaup */
.white-block {
    background: #ffffff;
    margin: 0 0 2vw 0;
    width: 12vw;
    height: 12vw;
    float: left;
    display: table;
    box-shadow: 0px 0px 10px #eaeaea;
    border: 1px solid #d8d8d8;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
}

.sky-block.m-right {
    margin-right: 5vw;
}

.block-right {
    float: right;
}

.account_wrap {
    padding: 20px 0 20px;
    overflow: hidden;
}

.block-content {
    display: table-cell;
    vertical-align: middle;
}

.block-content img {
    margin: 0 auto;
    display: block;
}

.block-content h4, .block-content h2 {
    margin-bottom: 0;
    text-align: center;
}

.account_wrap .block-content h2 {
    font-size: 18px;
    margin: 15px 0 0 0;
}

/* web checkout css */
.left_panel {
    display: table;
    height: 100%;
    width: 100%;
}

.left_panel_block {
    display: block;
    width: 25%;
    float: left;
    background: #fff;
    height: 100%;
    margin-top: 20px;

    position: fixed;

}

.privacyBlock {
    position: fixed;
    width: 25%;
    bottom: 0px;
    text-align: center;

}

.privacyBlock a {
    color: white;
    padding: 10px;
}

.left_panel img {
    margin: 0 auto;
    display: block;
}

.left_panel_content {
    display: table-cell;
    vertical-align: middle;
}

.right_panel {
    width: 75%;
    float: right;
    background: #ededed;
    overflow: hidden;
    position: relative;

}

.h-100 {
    height: 100%;
}

.h-auto {
    height: auto;
}

.right_panel header {
    width: 75%;
    float: right;
    right: 0;
    left: auto;
}

.sign_in_up {
    margin: 5px 0 0 0;
}

#nav-main-md ul li {
    float: left;
    line-height: 53px;
}

#nav-main-md ul li a {
    color: #f68876;
    padding: 0 15px;
}

#nav-main-md ul li a:hover, #nav-main-md ul li.active a {
    color: #fff;
    text-decoration: none;
}

.total_box.total_box_1 {
    width: 95%;
}

.total_box.total_box_1 ul li label {
    width: auto;
    margin-right: 2px;
}

.total_box.total_box_1 ul {
    float: left;
}

.total_box.total_box_1 ul li.total_num {
    font-family: 'helveticaneueregular';
}

body.white-bkg {
    background: #fff;
}

.float_r .dropdown {
    display: block;
}

.float_r .dropdown button {
    border: none;
    margin: 10px 15px 7px 0;
}

.dropdown-menu {
    border-radius: 0;
    width: 300px;
    left: auto;
    right: 0;
    padding: 0;
    box-shadow: none;
    z-index: 1100;
}

.dropdown-menu a, .dropdown-menu span {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    text-decoration: none;
    background: #f4421a;
    padding: 0.7em 1em 0.7em 2em;
    color: #fff;
    width: 100%;
    float: left;
    display: block;
}

.dropdown-menu span {
    padding-bottom: 0;
}

.dropdown-menu span .line {
    background: url(../img/line.png) left bottom no-repeat;
    height: 2px;
    display: block;
    padding-bottom: 0.7em;
}

.dropdown-menu a:hover {
    color: #fff;
    background: #561e59;
    opacity: 1;
}

.bkg_box_black {
    position: relative;
}

.link_button.checkout_link {
    float: right;
    position: absolute;
    bottom: 40px;
    right: 30px;
    width: auto;
    padding: 0 10px;
}

.column-phone {
    width: 80%;
    float: left;
}

.column-ext {
    width: 18%;
    float: right;
}

.container {
    height: 100vh;
    position: fixed;
    overflow-y: scroll;
}

.simple-box-w-100 {
    width: 100%;
    float: left;
    padding-left: 0;
}

.searchBlock {


}

.mainContainer {

    position: fixed;
    overflow: hidden;
    height: 100vh;
    overflow-y: scroll;
    width: 100%;
}

.bodyContainer {

}

.w-auto {
    width: auto;
}

input[type=submit].bkg-purple-btn.btn-auto {
    width: auto;
    padding: 0 50px;
}

.w-75, .black-bottom-box.w-75 {
    width: 75% !important;
}

.bkg-purple-btn.w-160, .add_order_link.w-160, .shopping-link a.w-160 {
    width: 160px;
}

.p-0-30 {
    padding: 0 30px;
}

.drp-menu .dropdown button {
    position: relative;
    top: -28px;
    right: 0;
    margin: 0;
}

.drp-menu .dropdown-menu {
    top: 43%;
}

.display-sm {
    display: block;
}

.dis-block {
    display: block;
}

/* View Order */
.main {
    padding: 0 15px;
}

.border-left {
    border-left: 2px solid #707070;
}

.left-40p-content p {
    font-family: 'helveticaneuemedium';
    margin-bottom: 6px;
}

input[type=button].btn-auto {
    width: auto;
    padding: 0 20px;
}

.l_content .btn-auto {
    margin: 10px 25px 10px 0;
    float: left;
}

.margin-auto {
    margin-left: auto;
    margin-right: auto;
}

.bkg-yellow {
    background: var(--buttonColor);
}

.bkg-red {
    background: var(--primaryColor)
}

.right-r {

}

.text-dark {
    color: #000;
}

.right-r-top {
    padding: 0 10px;
}

.discount_offer {
    margin: 0 0 12px 0;
    float: left;
}

.discount_offer li {
    float: left;
    margin: 0 3px 5px 0;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 6px;
    font-family: 'helveticaneuebold';
    padding: 8px 18px;
}

.discount_offer li a {
    color: #fff;
}

.discount_offer li a:hover {
    text-decoration: none;
}

/* Rewards */
.pos-relative {
    position: relative;
}

.account-box.bkg-grey {
    background: #ededed;
}

.points_box {
    border: 2px solid #030303;
    -webkit-border-radius: 11px;
    border-radius: 11px;
    -moz-border-radius: 11px;
    -khtml-border-radius: 11px;
    margin-bottom: 0px;

}

.title_points {
    position: absolute;
    top: -10px;
    background: #ededed;
    width: 125px;
    left: 50%;
    margin-left: -62px;
}

.points_box h3 {
    margin: 27px 0 10px 0;
}

h4.h4-hr {
    overflow: hidden;
    position: relative;
    color: #101010;
}

h4.h4-hr::after {
    content: '';
    width: 100%;
    height: 2px;
    background: #030303;
    position: absolute;
    top: 50%;
    margin-left: 5px;
}

.rewards_box {
    border: 1px solid #ddd;
    -webkit-border-radius: 11px;
    border-radius: 11px;
    -moz-border-radius: 11px;
    -khtml-border-radius: 11px;
    padding: 5px 0 15px 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.plr-15 {
    padding: 15px;
}

.m-t-8 {
    margin-top: 8px;
}

.rewards_info h4 {
    font-size: 17px;
}

.rewards_info a, p.rewards_h5 {
    color: #0D0D0D;
    font-family: 'helveticaneuemedium';
    text-transform: uppercase;
    font-size: 79%;
}

p.rewards_h5 {
    font-size: 90%;
    text-transform: capitalize;
    float: left;
    line-height: 1.2;
}

.rewards_info {
    margin-top: 20px;
}

.rewards_box .product-block {
    border-bottom: 1px solid #f5f5f5;
    padding: 0 0 20px 0;
    width: 100%;
}

.rewards_box .product-block.last {
    padding: 0;
    border: 0;
}

.rewards_box .product-block .product-img {
    position: relative;
}

.rewards_box .product-block .overlay-img {
    background: rgba(0, 0, 0, 0.5) url("../img/lock-img.png") center no-repeat;
    height: 100%;
    width: 100%;
    overflow: auto;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.rewards_box .product-block.img-overlay .rewards_info a {
    color: #a8a8a8;
}

/* Coupon Code */
/*Clearing Floats*/
.cf:before, .cf:after {
    content: "";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    zoom: 1;
}

/* Form wrapper styling */

.coupon_code_box {
    width: 100%;
    margin: 10px 0;
    background: transparent;
    padding: 0 10px;
}

/* Form text input */

.c-code-wrapper input {
    padding-left: 20px;
    width: 100%;
    height: 40px;
    padding: 10px 5px;
    float: left;
    font: bold 13px 'lucida sans', 'trebuchet MS', 'Tahoma';
    border: 0;
    background: #fff;
    border-radius: 10px;
    border-top-style: none;
}

.c-code-wrapper input:focus {
    outline: 0;
    background: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.8) inset;
}

.c-code-wrapper input::-webkit-input-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
    padding-left: 20px;
}

.c-code-wrapper input:-moz-placeholder {

    color: #999;
    font-weight: normal;
    font-style: italic;
}

.c-code-wrapper input:-ms-input-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
    border-style: none;
}

/* Form submit button */
.c-code-wrapper button {
    overflow: visible;
    position: absolute;
    float: right;
    border: 0;
    padding: 0;
    cursor: pointer;
    height: 40px;
    width: 60px;
    color: #fff;
    text-transform: uppercase;
    background: #E4B33A;
    border-radius: 10px;
    right: 0px;
    left: auto;
    bottom: auto;
    top: auto;
    font-size: 20px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    font-family: 'helveticaneuebold';
}

.c-code-wrapper button:hover {
    /*     background: #e54040; */
}

.c-code-wrapper button:active,
.c-code-wrapper button:focus {
    background: #198cff;
    outline: 0;
}

.c-code-wrapper button:focus:before,
.c-code-wrapper button:active:before {
    border-right-color: #c42f2f;
}

.c-code-wrapper button::-moz-focus-inner { /* remove extra button spacing for Mozilla Firefox */
    border: 0;
    padding: 0;
}

@media screen and (min-width: 50em) {
    .display-sm {
        display: none;
    }
}

@media only screen and (max-width: 320px) {
    .third-5-column1, .third-5-column2 {
        width: 50%;
    }

    .font-size-20 {
        font-size: 20px;
    }

    .total_box ul li {
        font-size: 17px;
    }

    .scrollClass {
        top: 52px;
    }

    .fullWidth {
        width: 100%;
    }

    .searchClass {


        top: 52px;
        width: 100%;

    }

    .rewards_info h4 {
        font-size: 9px;
    }

    .rewards_info a {
        font-size: 47%;
    }

    p.rewards_h5 {
        font-size: 60%;
    }

    .product-info.rewards_info {
        margin-top: 14px;
    }

    .total_box ul li.total_num, .total_box ul li {
        font-size: 17px;
    }
}

@media only screen and (max-width: 370px) {
    .font-size-20 {
        font-size: 20px;
    }

    .fullWidth {
        width: 100%;
    }

    .scrollClass {
        top: 52px;
    }

    .searchClass {


        top: 52px;
        width: 100%;

    }

    .rewards_info h4 {
        font-size: 12px;
    }

    .rewards_info a {
        font-size: 55%;
    }

    p.rewards_h5 {
        font-size: 70%;
    }

    .product-info.rewards_info {
        margin-top: 17px;
    }
}

@media only screen and (max-width: 420px) {
    .product-content1 {
        margin-top: 10px;
        /*margin-left: -85%;*/
        width: 100%;
    }

    .fullWidth {
        width: 100%;
    }

    .scrollClass {
        top: 52px;
    }

    .searchClass {


        width: 100%;
        top: 52px;

    }

    .add_order_link.w-160, .shopping-link a.w-160 {
        width: 100%;
    }

    .product-info .input-group.cat_input {
        float: right;
    }

    .rewards_info h4 {
        font-size: 12px;
    }

    .rewards_info a {
        font-size: 58%;
    }

    p.rewards_h5 {
        font-size: 75%;
    }

    .product-info.rewards_info {
        margin-top: 17px;
    }
}

@media only screen and (max-width: 600px) {
    .product-info {
        margin-top: 10px;
    }

    .scrollClass {
        top: 52px;
    }

    /* .fullWidth{
         width: 55%;
     }*/
    .searchClass {


        top: 52px;
        width: 100%;

    }

    .rewards_box.simple-box.account-box {
        background: #fff;
    }


    .simple-box.account-box {
        background: transparent;
        padding: 0 20px;
    }

    .simple-box.account-box .white-block {
        border: 0;
        border-radius: 0;
    }

    .account-box input[type=submit] {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .desk-block {
        display: none;
    }

    .bp-0 {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }


    .tipContainer {
        padding-bottom: 5px !important;
        padding-top: 5px !important;
    }

    .m-w-60.simple-box.account-box {
        padding: 5px 0 15px 0;
        width: 90%;
    }

    .bkg-black-pos input[type=submit], .bkg-black-pos input[type=button] {
        position: fixed;
        bottom: 0;
        width: 100%;
    }

    .parameters {
        height: auto !important;
    }

    .scrollClass {
        top: 52px;
    }

    .productList {


        height: auto !important;
        position: static;
    }

    .cartInfo {
        position: static;

    }

    .searchClass {

        width: 100%;
        top: 52px;

    }

    .mob-block {
        display: block;
    }

    .simple-box.account-box {
        width: 100%;
        padding: 0 20px;
    }

    .total_box.p-20 {
        padding: 0 10px;
        width: 98%;
    }

    .text-md-left h2 {
        text-align: center;
    }

    .left_panel_block, #nav-main-md {
        display: none;
    }

    .privacyBlock {
        display: none;
    }

    .right_panel, .right_panel header, body.homepage .right_panel header {
        width: 100%;
    }

    .sign_in_up {
        margin-top: 2px;
    }

    .simple-box, .total_box {
        padding: 0 10px;
        width: 100%;
    }

    .extra-block-content {
        padding: 0px;
    }

    .centerButton {
        width: 100% !important;
    }

    h2 {
        font-size: 21px;
    }

    .w-75 {
        width: 100% !important;
    }

    .p-0-30 {
        padding: 0 10px;
    }

    .m-r-10 {
        margin-right: 0 !important;
    }

    .product-price p {
        margin-right: 10px;
        font-size: 20px;
    }

    .form-box-red .form-control {
        border: 1px solid var(--primaryColor);
        border-radius: 0;
    }

    .form-box-red .form-control.m-w-50 {
        width: 48%;
        margin-right: 2%;
    }

    .w-75.div-center.m-w-100 {
        width: 100%;
    }

    .form-box-red .btn-red input[type=submit] {
        background: var(--buttonColor);
        border: 1px solid var(--buttonColor);
    }

    .form-box-red .checkmark {
        border: 1px solid var(--primaryColor);;
    }

    .w-72p {
        width: 100%;
    }

    .form-box-red .ch_box a {
        color: var(--primaryColor);
    }

    .w-60-d {
        padding-bottom: 0;
        margin-top: 50px;
        width: 100%;
    }

    .w-60-d1 {
        width: 90%;
    }

    .order_content {
        width: 100%;
    }

    .m-grey {
        background: #e4e4e4;
    }

    /*.bkg-white.simple-box {
        background: transparent;
    }*/
}

/******* Media Query For Mobile *******/
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
    .account_wrap .block-content h2 {
        font-size: 17px;
    }

    input[type=text]::placeholder, input[type=password]::placeholder, input[type=month]::placeholder, input[type=email]::placeholder {
        color: #8e8e8e;
        opacity: 1; /* Firefox */
    }

    input[type=text]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=month]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: #8e8e8e;
    }

    input[type=text]::-ms-input-placeholder, input[type=password]::-ms-input-placeholder, input[type=month]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder { /* Microsoft Edge */
        color: #8e8e8e;
    }
}

@media screen and (orientation: portrait) {
    /* Portrait styles */
    .rewards_box .product-block .overlay-img {
        background: rgba(0, 0, 0, 0.5) url("../img/lock-img-sm.png") center no-repeat;
    }

    .coupon_code_box h4 {
        font-size: 13px;
    }

    .right-r-top h3 {
        font-size: 20px;
    }

    .discount_offer li {
        padding: 4px 9px;
    }

    .right-l .product-info h4 {
        font-size: 14px;
    }

    .m-label-none label {
      /*  display: none;*/
    }

    input[type=text]::placeholder, input[type=password]::placeholder, input[type=month]::placeholder, input[type=email]::placeholder {
        color: #8e8e8e;
        opacity: 1; /* Firefox */
    }

    input[type=text]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=month]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: #8e8e8e;
    }

    input[type=text]::-ms-input-placeholder, input[type=password]::-ms-input-placeholder, input[type=month]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder { /* Microsoft Edge */
        color: #8e8e8e;
    }

    .sign-in-block h1 {
        font-size: 25px;
        text-align: center;
    }

    .simple-box, .total_box {
        padding: 0 10px;
    }

    .third-5-column2 {
        width: 57%;
    }

    .info_block {
        padding-left: 10px;
        padding-right: 10px;
    }

    .total_box ul li {
        font-size: 19px;
    }

    .total_box ul li.total_num {
        font-size: 25px;
    }

    .right-r .total_box ul, .total_box ul li.total_num {
        margin-bottom: 20px;
    }

    input[type=submit].w-96 {
        width: 100%;
    }

    .product-info .w-160 {
        width: 125px;
        margin-top: 10px;
    }

    .m-r-30 {
        margin-right: 15px !important;
    }

    .l_content {
        margin-top: 10px;
    }

    p {
        line-height: 18px;
    }

    p, .ch_box {
        font-size: 14px;
    }

    .ch_box {
        padding-top: 5px;
    }

    .botton-content {
        padding: 0 10px;
    }

    .toggle_block .btn_toggle, .extra-block-content span {
        font-size: 13px;
    }

    .account_wrap .block-content h2 {
        font-size: 18px;
    }

    .account_wrap .block-content img {
        width: 70%;
        height: auto;
    }

    h2, .h2 {
        font-size: 21px;
        margin-top: 16px;
    }

    .right_panel .header h2 {
        margin-top: 11px;
    }

    header h2 {
        margin-top: 0px;
    }

    .simple-box, .info_block, .total_box {
        width: 100%;
    }

    .centerButton {
        width: 100% !important;
    }

    .btn_toggle.btn_font_size {
        font-size: 8px;
    }

    .extra-block-content, .extra-block-header, .product-content {
        padding-left: 0;
        padding-right: 0;
    }

    #nav-main li.first {
        float: left;
    }

    #nav-main li {
        float: left;
    }

    input[type=button].add_order_link.font, input[type=submit].add_order_link.font {
        font-size: 11px;
    }

    .white-block {
        width: 40vw;
        height: 50vw;
        margin-bottom: 8vw;
    }

    .account_wrap {
        padding-top: 20px;
    }

    .block-content h4 {
        font-size: 12px;
    }

    .link_button.checkout_link {
        position: static;
        margin: 0 15px 20px 0;
    }

    .font {
        font-size: 12px !important;
    }

    .bkg-purple-btn.w-160 {
        width: 145px;
    }

    .w-75, .black-bottom-box.w-75 {
        width: 100% !important;
    }

    .w-75.div-center {
        width: 94%;
    }
}

@media only screen and (min-device-width: 481px) and (max-device-width: 768px) {
    .simple-box.account-box {
        width: 90%;
        padding: 0 30px;
    }


    .centerButton {
        width: 90% !important;
    }

    .m-w-60.simple-box.account-box {
        padding: 5px 0 15px 0;
    }

    .fullWidth {
        width: 55%;
    }

    .scrollClass {
        top: 52px;
    }

    .searchClass {

        width: 100%;
        top: 52px;

    }

    .white-block {
        width: 35vw;
        height: 35vw;
        margin-bottom: 5vw;
    }

    .simple-box, .total_box, .info_block {
        width: 100%;
    }

    .centerButton {
        width: 100% !important;
    }

    .checkout .total_box {
        width: 100%;
    }
}

@media screen and (orientation: landscape) {
    /* Landscape styles */
}

@media only screen and (device-width: 768px) {
    /* For general iPad layouts */

}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: portrait) {
    /* For portrait layouts only */

}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: landscape) {
    /* For landscape layouts only */

}

@media only screen and (min-device-width: 768px) {
    /*.fullWidth {
        width: 0 !important;
    }*/
}
@media only screen and (max-device-width: 481px) {
    .welcome-text-center {
        text-align: left;
    }
}

@media only screen and (max-device-width: 768px) {


   /* #guestBtn {

        font-size: 12px!important;
        width: 130px!important;
        right: -10px!important;
        top: 14px!important;
        height: 35px!important;
    }*/
    .logoOrder{
        width:60%;
    }

}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .full-height1 {
        height: 81%;
    }


    .scrollClass {
        top: 90px;
    }

    .searchClass {

        width: 75%;
        top: 90px;

    }

    body.homepage .right_panel header {
        width: 70%;
    }

    .left_panel_block_b ul {
        width: 190px;
        margin: 0 auto;
    }

    input[type=text]::placeholder, input[type=password]::placeholder, input[type=month]::placeholder, input[type=email]::placeholder {
        color: #8e8e8e;
        opacity: 1; /* Firefox */
    }

    input[type=text]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=month]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: #8e8e8e;
    }

    input[type=text]::-ms-input-placeholder, input[type=password]::-ms-input-placeholder, input[type=month]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder { /* Microsoft Edge */
        color: #8e8e8e;
    }

    .left_panel_block.bkg-red.h-auto {
        height: 100%;
    }

    .left_panel_block {
        width: 30%;
    }

    .privacyBlock {
        position: fixed;
        width: 30%;
        bottom: 0px;
    }

    .right_panel {
        width: 70%;
    }

    .right_panel header {
        width: 70%;
        float: right;
        right: 0;
        left: auto;
    }

    .sign-in-block h1 {
        font-size: 35px;
    }

    .simple-box, .total_box, .info_box {
        width: 60%;
    }

    .centerButton {
        width: 60% !important;
    }

    .total_box.total_box-100 {
        width: 100%;
    }

    .white-block {
        width: 17vw;
        height: 17vw;
        margin-bottom: 3vw;
    }

    .simple-box.account-box {
        width: 45%;
    }

    .extra-block-content, .extra-block-header {
        padding-left: 15px;
        padding-right: 15px;
    }

    .rewards_box {
        padding: 5px 0 15px 0;
    }


    .simple-box, .total_box {
        padding: 0 10px;
    }

    .product-content {
        padding: 0;
    }

    .btn_font_size {
        font-size: 10px;
    }

    .text-md-left h2 {
        text-align: left;
        float: left;
    }

    .sky-block {
        width: 21vw;
        height: 21vw;
    }

    .simple-box-w-100 {
        width: 100%;
        float: left;
        padding-left: 0;
    }


    .left_panel_block {
        padding: 0 10px;
    }

    .left_panel_block.bkg-red {
        padding: 0;
    }

    .left_panel_block img {
        width: 80%;
        height: auto;
    }

    .display-sm {
        display: none;
    }
}

@media only screen
and (min-device-width: 1024px)
and (max-device-width: 1366px)
and (-webkit-min-device-pixel-ratio: 1.5) {
    .full-height1 {
        height: 89%;
    }

    .scrollClass {
        top: 90px;
    }

    .searchClass {


        top: 90px;

    }

    .m-w-60.simple-box.account-box {
        padding: 5px 0 15px 0;
    }

    .sky-block {
        width: 22vw;
        height: 22vw;
    }

    .left_panel img {
        width: 80%;
    }

    .product-info {
        margin-top: 10px;
    }

    .white-block {
        width: 15vw;
        height: 15vw;
        margin-bottom: 3vw;
    }

    .simple-box.account-box {
        width: 40%;
        padding: 0 30px;
    }

}

/* Model */
.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
}

.overlay:target {
    visibility: visible;
    opacity: 1;
}

.popup {
    margin: 70px auto;
    padding: 20px;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #707070;
    width: 35%;
    position: relative;
    transition: all 5s ease-in-out;
}

.popup h2 {
    margin-top: 0;
    color: #333;
}

.popup .close {
    position: absolute;
    top: 5px;
    right: 5px;
    transition: all 200ms;
    font-size: 20px;
    text-decoration: none;
    color: #4F4F4F;
    font-family: 'helveticaneuethin';
    border: 1px solid #707070;
    border-radius: 100%;
    line-height: 0.8;
    width: 22px;
    text-align: center;
    height: 22px;
}

.popup .close:hover {
    color: #000;
}

.popup .content {
    max-height: 30%;
    overflow: auto;
}

.popup .content p {
    font-family: 'helveticaneuelight';
}

.popup .content p span {
    float: left;
    width: 40px;
    margin-right: 5px;
}

.m-b-4 {
    margin-bottom: 4px !important;
}

@media screen and (max-width: 700px) {
    .box {
        width: 70%;
    }

    .popup {
        width: 70%;
    }

    .scrollClass {
        top: 52px;
    }

    .searchClass {

        width: 100%;
        top: 52px;

    }
}

/* Homepage */
.sign_in_up li {
    float: left;
    margin: 0;
}

.sign_in_up li a {
    color: #fff;
    padding: 0 0 0 10px;
}

.p_r_10 {
    padding-right: 10px !important;
}

.h_content {
    font-family: 'helveticaneuemedium';
    padding: 5px 15px;
    border-bottom: 1px solid #d6d6d6;
    position: fixed;
    top: 52px;
    z-index: 999;
}

.radius-0 {
    border-radius: 0;
}

.product-content p {
    font-family: 'helveticaneuemedium';
    color: #111111;
}

.search_block {
    background: var(--primaryColor);
    padding: 10px 10px;
}

.search_img {
    width: 20px;
    height: auto;
}

.search_block input.form-control {
    width: 90%;
    float: right;
    height: 25px;
    border-radius: 7px;
    font-size: 12px;
    padding: 5px 12px;
    margin: 0;
}

.nav_side a {
    background: var(--primaryColor);
    text-align: center;
    display: inline-block;
    font-size: 25px;
    text-transform: uppercase;
    color: #fff;
    font-family: 'helveticaneuebold';
    padding: 12px 0;
    width: 100%;
    cursor: pointer;
}

.nav_side a.bkg-yellow {
    background: var(--buttonColor);
}

.first {
    color: #fff;
    background-color: var(--buttonColor);

}

.nav_side a {
    color: #fff;
    text-decoration: none;
}

.nav_side a:hover {

    background: var(--buttonColor);
}

.left_panel_block_b ul li {
    float: left;
    font-family: 'helveticaneuemedium';
    font-size: 10px;
    color: #fff;
    margin: 5px 2px;
}

.m-r-0 {
    margin-right: 0 !important;
}

.left_panel_block_b ul li a {
    color: #fff;
}

.left_panel_block_b ul {
    width: 88%;
    margin: 0 auto;
}

.left_panel_block_b {
    position: absolute;
    bottom: 5px;
    width: 100%;
    font-family: 'helveticaneuemedium';
    font-size: 12px;
    color: #fff;
    text-align: center;

}

.left_panel_block_b a {


    font-family: 'helveticaneuemedium';
    font-size: 12px;
    color: #fff;
    margin: 5px 2px;

}

.sign_in_block p, .sign_in_block .ch_box {
    font-family: 'helveticaneuemedium';
}

.toggle-password {
    margin-top: -38px;
    margin-right: 5px;
    float: right;
    position: relative;
    cursor: pointer;
}

/* Search Toggle */
.togglesearch {
    background: #E8E8E4;
    position: absolute;
    top: 74px;
    right: 8%;
    width: 350px;
    height: 60px;
    line-height: 60px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    border-top: 4px solid #D80B15;
    display: none;
}

.togglesearch:before {
    content: "";
    position: absolute;
    top: -30px;
    right: 13px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 14px solid transparent;
    border-bottom: 14px solid #D80B15;
}

.togglesearch input[type="text"] {
    width: 200px;
    padding: 5px 10px;
    margin-left: 23px;
    border: 1px solid #D80B15;
    outline: none;
}

.togglesearch input[type="button"] {
    width: 80px;
    padding: 5px 0;
    background: #D80B15;
    color: #fff;
    margin-left: -6px;
    border: 1px solid #D80B15;
    outline: none;
    cursor: pointer;
}

.full-height {
    height: 100%;
}

@media only screen
and (min-device-width: 320px)
and (max-device-width: 1399px) {
    .h-100 {
        height: auto;
    }


}

@media only screen
and (min-device-width: 1400px)
and (max-device-width: 1500px) {
    /*.white-block {
        width: 11vw;
        height: 11vw;
    }
    .account-box {
        width: 29%;
    }*/
    .left_panel_block_b ul {
        width: 81%;
    }

    .scrollClass {
        top: 90px;
    }

    .searchClass {

        width: 75%;
        top: 90px;

    }

    .h-100 {
        height: 100%;
    }

    .full-height1 {
        height: 83.5%;
    }
}


.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border: 1px solid var(--primaryColor);
}

/* On mouse-over, add a grey background color */
.ch_box:hover input ~ .checkmark {
    background-color: #fff;
}

/* When the checkbox is checked, add a blue background */
.ch_box input:checked ~ .checkmark {
    background-color: var(--primaryColor);
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.ch_box input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.ch_box .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.checkMarkPrice {
    position: absolute;
    right: 60px;
}

.ch_boxModifier {
    display: block;
    position: relative;

    margin-left: 3px;

    cursor: pointer;
    font-size: 14px;
    color: white;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.ch_boxModifier input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmarkModifier {
    position: absolute;
    top: 0;
    right: 20px;
    height: 25px;
    width: 25px;

    border: 1px solid white;
}

/* On mouse-over, add a grey background color */
.ch_boxModifier:hover input ~ .checkmarkModifier {
    color: white;

}

/* When the checkbox is checked, add a blue background */
.ch_boxModifier input:checked ~ .checkmarkModifier {
    background-color: #fff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmarkModifier:after {
    content: "";
    position: absolute;
    display: none;

}

/* Show the checkmark when checked */
.ch_boxModifier input:checked ~ .checkmarkModifier:after {
    display: block;

}

/* Style the checkmark/indicator */
.ch_boxModifier .checkmarkModifier:after {
    left: 7px;
    top: -2px;
    width: 10px;
    height: 22px;
    border: solid var(--primaryColor);
    border-width: 0 4px 4px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


#language{
    position: fixed;
    right:5px;
    background: #ededed;
    bottom: 57px;
    padding: 5px;
    text-align: center;
    border-radius: 5px;
    font-size: 12px;
    border: 1px solid var(--primaryColor);
}

.customProfileModal{
    box-shadow: 0px 0px 12px #474d57;
    border-radius: 10px;
    margin: 0 auto;
    padding-top: 0;
    padding-left: 1.5rem;
    padding-right: 1.5rem;

    max-width: 345px;
    width: 95%;

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

}

.modalboxHeader {
    color: #fff;
    font-size: 33px;
    padding: 25px 5px;
    background: #D7614F;
    text-align: center;
    border-radius: 8px 8px 0px 0px;
    height: 10px;
}


.sessionAlertBoxBodyTop {
    color: #2F3740;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2em 0 2em 0;
}

.sessionAlertBoxBodyTop h1 {
    display: inline;
    font-size: 2em;
    font-family: 'robotoregular';
}

.sessionAlertBoxBodyTop i {
    font-size: 2em;

}

.sessionAlertBoxBodyCountdown {
    color: #2F3740;
    display: flex;
    align-items: baseline;
    justify-content: center;
}

.sessionAlertBoxBodyCountdown h1 {
    display: inline;
    font-family: 'poppinsmedium';
    font-size: 36px;
    font-weight: 300;
}

.sessionAlertBoxBodyCountdown h4 {
    display: inline;
    font-weight: 300;

    font-family: 'poppinsmedium';
    font-size: 22px;
    color: #393F45;
}

.sessionAlertBoxBodyCountdown h4:nth-child(2) {
    margin-right: 0.7em;
}

.sessionAlertBoxBody p {
    font-weight: 300;
    line-height: normal;
    margin-top: 1em;
    font-family: 'helveticaneuelight';
    font-size: 20px;
    color: #393F45;
    text-align: center;
}

.sessionAlertBoxBodyButtons {
    display: flex;
    justify-content: space-evenly;
    margin-top: 2em;
    margin-bottom: 1em;
}
.customModalIcon {

    width: 90px;
    height: 90px;

    border-radius: 50%;
    margin: 0 auto;
    font-size: 30px !important;
}

.customModalIcon span {
    font-size: 50px !important;
    margin-top: 20px;
}
.sessionAlertTitle {
    font-family: 'helveticaneuebold';
    font-size: 20px;
    color: #393F45;
}

.infoIcon {
    border: 2px solid #D7614F;
    color: #D7614F;

    padding-top: 0.5rem;

}


.btn-logout {
    line-height: 35px;
    width: 145px;
    height: 35px;
    box-shadow: 0px 0px 1px #f1f5f6;
    border-radius: 2px;
    background: #F1F5F6;
    text-align: center;
    font-family: 'helveticaneuemedium';
    font-size: 16px;
    color: #393F45;
}

.btn-logout:hover{
    color: #393F45;
}

.btn-continue {
    width: 145px;
    height: 35px;
    box-shadow: 0px 0px 1px #000000;
    border-radius: 2px;
    background: #D7614F;
    line-height: 35px;
    margin-left: 10px;
    text-align: center;
    font-family: 'helveticaneuemedium';
    font-size: 16px;
    color: #fff;
}
.btn-continue:hover,.btn-continue:focus{
    color: #fff!important;
    text-decoration: none;
}
