html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-family: 'Roboto' !important;
    font-size: 12px;
}

nav {
    display: block;
}

body {
    width: 100vw;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    line-height: 1.4em;
    font-weight: 400;
    color: #252525;
    background: #ffffff;
    position: relative;
    overflow-x: hidden;
}

body.homepage .searchbar.expand div {
    color: #fafafa;
}

body:not(.homepage) .header ul.sub-menu>li>a,
body:not(.homepage) .searchbar.expand div,
body:not(.homepage) header .actionBlock span,
body:not(.homepage) header .actionBlock div {
    color: #252525;
}

ul {
    list-style: disc;
}

div,
span {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-family: 'Roboto';
    font-size: 12px;
}

p,
span:not(.fa, .lnr.btn),
h3,
h5 {
    color: inherit;
}

p,
h6 {
    color: inherit;
}

h5 {
    line-height: 1.2em;
    margin-bottom: .26em;
    word-wrap: break-word;
    font-weight: 700;
    color: #333333;
}

h5 {
    font-size: 18px;
}

h6 {
    line-height: 1.2em;
    margin-bottom: .26em;
    word-wrap: break-word;
    font-weight: 700;
    color: #333333;
    font-size: 14px;
}

h6 span {
    font-weight: 400;
    font-size: inherit;
}

p {
    word-wrap: break-word;
    margin-bottom: 1.5em;
}

i {
    position: relative;
    display: inline-block;
    text-decoration: none;
    font-style: normal;
}

h3 {
    line-height: 1.2em;
    margin-bottom: .26em;
    word-wrap: break-word;
    font-weight: 700;
    color: #333333;
    font-size: 25px;
}

a {
    color: #155399;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a:focus {
    color: #155399;
}

a:hover {
    color: #7c3500;
    font-weight: bold;
}

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

a:active {
    background-color: transparent;
}

span::selection {
    background-color: transparent;
    border: none;
    color: black;
}

img {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #dddddd;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 40px;
    color: #333333;
    font-size: 16px;
}

table tr:first-child {
    border: none;
}

table tr td {
    border-left: 1px solid #dddddd;
    padding: 20px 15px;
}

table tr td:first-child {
    border-left: none;
    font-weight: bold;
}

form {
    width: 407px;
    max-width: 100%;
}

form input[type="text"]:not(#seachInput),
form input[type="password"],
form input[type="email"],
form input[type="tel"] {
    color: #333333;
    font-size: 12px;
    font-family: 'Roboto';
    border: 1px solid #c4c4c4;
    width: 100%;
    letter-spacing: 3px;
    padding-bottom: 5px;
    padding-left: 10px;
}

input[type=checkbox] {
    margin: 0px 0 0;
}

form input[type="submit"] {
    width: 100%;
}

button[type="submit"]:hover {
    cursor: pointer;
    opacity: 1 !important;
}

form p {
    margin-bottom: 0;
}

@media (max-width: 479px) {
    p {
        margin-bottom: 2%;
    }

    table {
        font-size: 14px !important;
        margin-top: 20px;
        margin-bottom: 3%;
    }

    table tr th,
    table tr td {
        padding: 2px;
    }
}

@media (max-width: 767px) {
    .site-main {
        padding-top: 5%;
        padding-bottom: 0px;
    }

    table tr th,
    table tr td {
        padding: 10px;
    }
}

::-moz-selection {
    background: #333333;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #333333;
    color: #fff;
    text-shadow: none;
}

::-moz-placeholder {
    color: #a9a9a9;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #a9a9a9;
}

::-webkit-input-placeholder {
    color: #a9a9a9;
}

span::selection {
    background-color: transparent;
    border: none;
    color: black;
}

::-webkit-scrollbar {
    height: 4px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: lightgrey;
    border-radius: 20px !important;
}

::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-check:before {
    content: "\f00c";
}

.fa-facebook:before {
    content: "\f09a";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-chevron-right:before {
    content: "\f054";
}

#orderWrapper {
    z-index: 101;
}

.fadeIn {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

.fade.active {
    opacity: 1;
}

.hideInput {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.nopadding {
    padding: 0 !important;
}

.overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    background-size: auto;
    z-index: 100;
    position: fixed;
    top: 0px;
    left: 0px;
    display: none;
}

.site {
    scrollbar-width: none;
    -ms-overflow-style: none;
    display: inline-block;
    width: 100%;
    min-height: 100vh;
    -webkit-transition: transform 0.4s ease;
    -moz-transition: transform 0.4s ease;
    -o-transition: transform 0.4s ease;
    -ms-transition: transform 0.4s ease;
    transition: transform 0.4s ease;
}

.site::-webkit-scrollbar {
    display: none;
    height: 0;
    width: 0;
}

.site-main {
    padding-top: 20px;
    padding-bottom: 180px;
    margin-bottom: 120px;
}

.showpwd {
    float: right;
    font-size: 18px !important;
}

.clearfix {
    zoom: 1;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1 !important;
}

/* adv */

.advBoard {
    position: sticky;
    top: 0px;
    z-index: 2;
    background-color: #86684D;
    color: #e0e0e0;
    padding: 5px 10px;
    height: 35px;
    font-size: 12px;
    border: none;
}

.advBoard span {
    color: whitesmoke;
    font-family: 'Roboto';
    text-transform: uppercase;
}

.advBoard .slider-content span {
    color: #FFFFFF !important;
}

.itable {
    display: table;
    height: 100%;
    width: 100%;
}

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

/* header */

.header .categories-shorcut-link {
    max-width: 475px;
}

.header ul.sub-menu {
    list-style: none;
    overflow: hidden;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    height: 20px;
}

.header ul.sub-menu>li {
    margin-right: 20px;
}

.myaccount .header {
    top: 0px !important;
}

.header .user-dropdown-menu::before {
    position: absolute;
    content: ' ';
    border-bottom: 10px solid grey;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    top: -10px;
    right: 20px;
}

.header .user-dropdown-menu::after {
    content: ' ';
    position: absolute;
    border-bottom: 10px solid white;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    top: -9px;
    right: 20px;
}

.header .user-dropdown-menu ul {
    list-style: none;
    padding: 10px 0px;
}

.header .user-dropdown-menu ul>li>a {
    color: #333333;
    display: block;
}

.header .user-dropdown-menu ul>li {
    padding: 5px 10px 5px;
    color: #333333;
}

.header .user-dropdown-menu ul>li:hover {
    background-color: whitesmoke;
    font-weight: bold;
}

.header .user-dropdown-menu {
    display: none;
    border-radius: 5px !important;
    position: absolute;
    right: 50px;
    top: 50px;
    min-width: 200px;
    max-width: 350px;
    background-color: white;
    box-shadow: 0 0 3px 0px;
}

.header .user-login-form {
    z-index: 101;
    display: none;
    border-radius: 5px !important;
    position: absolute;
    right: 50px;
    top: 150px;
    max-width: 350px;
    padding: 0px 20px 20px;
    border: 1px solid grey;
    background-color: white;
}

.wrap-login-forms .page-title {
    font-size: 18px;
    letter-spacing: 2px;
    margin: 20px 0px 30px;
}

.wrap-login-forms .login-forms {
    margin: 0 auto;
}

.wrap-login-forms .login-forms input {
    margin-bottom: 10px;
    height: 30px;
}

.wrap-login-forms input {
    width: 100%;
}

.wrap-login-forms .showpwd {
    font-weight: bold;
    position: absolute;
    right: 5px;
    z-index: 2;
    top: 5px;
}

.wrap-login-forms .login-forms .forget-pwd a {
    letter-spacing: 2px;
    text-transform: uppercase;
}

.wrap-login-forms .login-forms .forget-pwd a:hover {
    font-weight: 500;
}

.wrap-login-forms .login-forms .create-account a {
    display: block;
    letter-spacing: 4px;
    font-weight: bold;
    text-transform: uppercase;
    width: 100%;
    height: 100%;
    height: 35px;
    padding: 10px 5px;
    line-height: 15px;
}

.wrap-login-forms .login-forms .create-account {
    margin-top: 10px;
    color: #fafafa;
    background-color: #ec857c;
}

.wrap-login-forms .login-forms .forget-pwd a,
.wrap-login-forms .login-forms .create-account a {
    font-size: 12px;
    color: inherit;
}

.wrap-login-forms .login-forms .create-account,
.wrap-login-forms .login-forms .forget-pwd {
    text-align: center;
    margin-bottom: 0;
}

.wrap-login-forms .login-forms input[type="submit"].button {
    margin-top: 30px;
    margin-bottom: 0px;
    background: #252525;
    transition: all ease 2s;
    line-height: 5px;
}

.cart-num {
    position: absolute;
    top: -12px;
    right: -10px;
    font-weight: bold;
    font-size: 12px;
    font-family: 'Nunito';
    color: #e0e0e0;
    background: #86684D;
    width: 16px;
    height: 18px;
    border-radius: 10px;
    line-height: 20px;
    z-index: -1;
}

.searchbar {
    position: relative;
}

.searchbar.expand div {
    transition: all 1s ease;
}

.searchbar.expand .searchInputWrap,
.searchbar.minimized .searchInputWrap {
    display: none;
    border: none;
    width: 100vw;
    height: 100vh;
    background: #000000e6;
    position: fixed;
    top: -17px;
    left: 0;
    z-index: 4;
}

.searchbar.expand input,
.searchbar.minimized input {
    border-bottom: 1px solid white;
    border-right: none;
    border-left: none;
    border-top: none;
    outline: none;
    background: white;
    width: 100%;
    left: 0;
    height: 12vh;
    max-height: 120px;
    min-height: 90px;
    padding-left: 20vw;
    font-size: 32px !important;
}

.searchbar.expand .cancelSearch,
.searchbar.minimized .cancelSearch {
    font-size: 54px;
    position: absolute;
    right: 0;
    top: 25px;
    right: 20px;
}

.searchbar.minimized div input::placeholder {
    color: #333;
}

.searchbar.minimized div input {
    width: 100%;
    height: 110px;
    border-bottom: 1px solid #333;
    left: unset;
    position: unset;
}

.searchbar.minimized div {
    width: 150px;
}

.searchbar.minimized div::before {
    content: ' ';
    border: 6px solid;
    position: absolute;
    border-color: transparent transparent #363636 transparent;
    top: -11px;
    left: 70px;
}

.searchbar.minimized div::after {
    content: ' ';
    border: 6px solid;
    position: absolute;
    border-color: transparent transparent white transparent;
    top: -9px;
    left: 70px;
}

.searchbar div input::placeholder {
    color: white;
}

.searchbar div input {
    width: 70%;
    height: 20px;
    left: 20px;
    position: absolute;
    background-color: transparent;
    border-right: none;
    border-left: none;
    border-top: none;
    border-bottom: none;
    font-size: 12px !important;
}

.nopadding {
    padding: 0 !important;
}

.myaccount a {
    color: grey;
    cursor: pointer;
}

.myaccount .form-row input {
    padding-top: 10px;
    height: 30px;
}

.hover-item:hover {
    color: #155399;
}

.wrap-login-forms .login-forms input[type="submit"].button {
    font-family: 'Roboto';
    font-size: 12px;
    line-height: 10px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 5px;
    letter-spacing: 2px;
    border: 1px solid transparent;
    display: inline-block;
    text-align: center;
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.wrap-login-forms .login-forms input[type="submit"].button {
    color: #ffffff;
    border-color: #dcdcdc;
    background-color: #333333;
}

.wrap-login-forms .login-forms input[type="submit"].button:hover {
    background-color: black;
    color: white;
}

header {
    display: block;
}

header.header {
    box-shadow: none;
    background-color: transparent;
    margin: 0 auto;
    position: sticky;
    top: 35px;
    width: 100%;
    z-index: 100;
}

header.header>div.header-container {
    max-width: 1500px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 10px 20px;
    margin: 0 auto;
}

header.header .header-cart>a {
    width: 100%;
}

header.header .header-cart {
    line-height: 24px;
    display: inline-flex;
    text-align: center;
}

header.header .header-cart .cart-link {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
}

header div.brandname,
header div.brandname>a {
    font-size: 14px;
    letter-spacing: 1px;
    position: absolute;
    color: #252525;
    font-weight: bold;
    left: 0;
    top: 25%;
    right: 0;
    width: 100px;
    margin: 0 auto;
}header .actionBlock {
    display: inline-flex;
    width: 30%;
    justify-content: end;
}

header .actionBlock span,
header .actionBlock div {
    cursor: pointer;
}

header .actionBlock>div {
    padding: 0px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

header .actionBlock>div:last-child {
    border-right: 2px solid transparent !important;
    padding-right: 0px;
}

header.header .menu-link-wrap {
    float: left;
    line-height: 48px;
    text-align: left;
}

header.header .menu-link-wrap .menu-link {
    display: block;
    width: 28px;
    height: 30px;
    font-style: normal;
    position: relative;
    top: 5px;
    z-index: 4;
    color: #fafafa;
}

header.header .menu-link-wrap .menu-link span {
    top: 10px;
}

header.header .menu-link-wrap .menu-link:before {
    top: 5px;
}

header.header .menu-link-wrap .menu-link:after {
    top: 15px;
}

header.header .menu-link-wrap .menu-link span,
header.header .menu-link-wrap .menu-link:before,
header.header .menu-link-wrap .menu-link:after {
    content: '';
    display: block;
    width: 22px;
    height: 2px;
    position: absolute;
    left: 50%;
    margin-left: -12.5px;
    background: #252525;
    -webkit-transition: none 0.4s ease 0.4s;
    transition: none 0.4s ease 0.4s;
    -webkit-transition-property: transform, top, bottom, left, opacity;
    transition-property: transform, top, bottom, left, opacity;
}

body:not(.homepage) .header .searchbar.minimized svg {
    color: #252525 !important;
}

header.header .header-cart .cart-link span:not(.cart-num) {
    display: inline-block;
    line-height: 10px;
    font-size: 12px;
    color: #252525;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
}

form p.form-row {
    position: relative;
}

@media (min-width:551px) {
    .header .user-login-form::before {
        position: absolute;
        content: ' ';
        border-bottom: 10px solid grey;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        top: -10px;
        right: 20px;
    }

    .header .user-login-form::after {
        position: absolute;
        content: ' ';
        border-bottom: 10px solid white;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        top: -9px;
        right: 20px;
    }
}

@media (min-width: 991px) {
    .searchbar.expand {
        display: block !important;
        width: fit-content;
    }

    .searchbar.minimized {
        display: none !important;
    }

    .menu-link-wrap {
        display: none;
    }

    .header-cart .mobile {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .searchbar.expand {
        display: none !important;
        width: fit-content;
    }

    .searchbar.minimized {
        display: block !important;
    }

    header.header .categories-link {
        display: none !important;
    }

    .header-cart .non-mobile {
        display: none !important;
    }

    body:not(.homepage) .header-cart .cart-num {
        color: #fafafa !important;
        top: 5px !important;
        right: 1px !important;
        background: transparent !important;
        z-index: 1 !important;
    }

    header .actionBlock>div.userLogin {
        display: none !important;
    }
}

@media (max-width:450px) {
    .noti {
        padding: 0px 14px !important;
        text-align: center;
    }

    .searchbar {
        width: 77%;
    }

    .searchbar div {
        margin-top: 4% !important;
        padding: 0px 10px !important;
    }

    .wrap-login-forms .page-title {
        font-size: 16px !important;
        text-align: center !important;
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .page-title {
        font-size: 28px;
        margin-bottom: 50px;
    }

    .wrap-login-forms .login-forms input[type="submit"].button {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media (max-width:550px) {
    header.header>div.header-container {
        padding: 10px !important;
    }

    header.header {
        padding: 0px !important;
    }

    header.header .menu-link-wrap .menu-link {
        top: 0px;
    }

    header.header .menu-link-wrap .menu-link:before {
        top: 0px !important;
    }

    header.header .menu-link-wrap .menu-link span {
        top: 5px !important;
    }

    header.header .menu-link-wrap .menu-link:after {
        top: 10px !important;
    }

    header.header .menu-link-wrap .menu-link {
        height: 15px !important;
    }

    header .actionBlock {
        display: flex !important;
        top: -5px !important;
        align-items: center;
    }

    header .actionBlock>div {
        border-right: none !important;
        padding: 0px 5px;
    }

    .header .user-dropdown-menu {
        right: 30px !important;
        top: 60px !important;
    }

    .header .non-mobile {
        display: none !important;
    }

    .header .mobile {
        display: block !important;
    }

    .header .user-login-form {
        right: unset !important;
        margin: 0 auto !important;
        position: relative !important;
    }

    form.customform input[type="text"]:not(#seachInput) {
        font-size: 14px !important;
        padding: 5px 10px !important;
    }
}

/* theme menu */

.theme-menu {
    z-index: 101;
    width: 100vw;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0px;
    opacity: 1;
    background-color: #000000a6;
    -webkit-transform: translate(-100vw, 0);
    -moz-transform: translate(-100vw, 0);
    -o-transform: translate(-100vw, 0);
    -ms-transform: translate(-100vw, 0);
    transform: translate(-100vw, 0);
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    -ms-transition: opacity 0.2s ease;
    transition: opacity 1s ease;
    display: flex;
    flex-direction: column;
    -webkit-box-shadow: 0px 0 3px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0 3px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0 3px 0 rgba(0, 0, 0, 0.2);
}

.theme-menu>.container {
    z-index: 101;
    width: 300px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0px;
    opacity: 1;
    background-color: #fafafa;
    display: flex;
    flex-direction: column;
    -webkit-transform: translate(-300px, 0);
    -moz-transform: translate(-300px, 0);
    -o-transform: translate(-300px, 0);
    -ms-transform: translate(-300px, 0);
    transform: translate(-300px, 0);
    -webkit-transition: transform 0.2s ease;
    -moz-transition: transform 0.2s ease;
    -o-transition: transform 0.2s ease;
    -ms-transition: transform 0.2s ease;
    transition: transform 1s ease;
    -webkit-box-shadow: 0px 0 3px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0 3px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0 3px 0 rgba(0, 0, 0, 0.2);
}

.theme-menu-open .theme-menu>.container {
    animation-name: slideright;
    animation-duration: 1s;
    animation-timing-function: ease;
    transform: translate(0, 0);
}

.theme-menu * {
    box-sizing: content-box;
}

.theme-menu .menu-header {
    margin-bottom: 38px;
    display: grid;
}

.theme-menu .menu ul li {
    position: relative;
    padding: 20px 20px;
    border-bottom: 1px solid #bdbdbd;
}

.theme-menu .menu ul li a.main {
    width: 100%;
}

.theme-menu .menu ul li a {
    font-size: 12px;
    font-weight: 400;
    color: #252525;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 2px;
    width: 100%;
    display: inline-block;
}

.theme-menu .menu ul li a:hover {
    color: #155399;
}

.theme-menu .menu ul li .sub-menu {
    display: none;
    padding-top: 10%;
    padding-left: 10px;
    position: absolute;
    border-bottom: 1px dotted #dadada;
    background: #fafafa;
    z-index: 1;
    width: 100%;
    padding: 0;
    top: 0;
    height: calc(100vh - 95px);
    left: 0;
    top: 0;
}

.theme-menu .menu ul li .menu-icon {
    font-weight: 100;
    position: absolute;
    right: 20px;
    top: 20px;
}

.theme-menu .menu ul li .menu-icon:before {
    position: relative;
    top: -1px;
    content: '+';
}

.theme-menu .menu-log-in {
    width: 100%;
    margin-top: 30px;
}

.theme-menu .menu-log-in a {
    font-size: 12px;
    font-weight: normal;
    font-family: 'Roboto', sans-serif;
    color: #333333;
    letter-spacing: 3px;
    display: block;
    padding: 0px 20px;
}

.theme-menu .menu-log-in a:hover {
    color: #155399;
}

.theme-menu-open .theme-menu {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.menu-header-close-button-mobile {
    position: absolute;
    width: 40px;
    height: 40px;
    display: block;
    left: 320px;
    top: 20px;
}

.menu-header-close-button-mobile:before,
.menu-header-close-button-mobile:after {
    content: '';
    width: 30px;
    height: 2px;
    position: absolute;
    top: 7px;
    display: block;
    background-color: #fafafa;
}

.menu-header-close-button-mobile:before {
    transform: rotate(45deg);
}

.menu-header-close-button-mobile:after {
    transform: rotate(-45deg);
}

.searchbar {
    position: relative;
}

.searchbar.expand div {
    transition: all 1s ease;
}

.searchbar.expand input {
    border-bottom: 1px solid white;
    border-right: none;
    border-left: none;
    border-top: none;
    outline: none;
    background: white;
    width: 100%;
    left: 0;
    height: 12vh;
    max-height: 120px;
    min-height: 90px;
    padding-left: 20vw;
    font-size: 32px !important;
}

.searchbar div input::placeholder {
    color: white;
}

.searchbar div input {
    width: 70%;
    height: 20px;
    left: 20px;
    position: absolute;
    background-color: transparent;
    border-right: none;
    border-left: none;
    border-top: none;
    border-bottom: none;
    font-size: 12px !important;
}

@media (max-width:450px) {
    .searchbar {
        width: 77%;
    }

    .searchbar div {
        margin-top: 4% !important;
        padding: 0px 10px !important;
    }

    .theme-menu .menu ul li .menu-icon {
        font-size: 14px !important;
    }

    .container {
        padding: 0 !important;
    }
}

@media (max-width: 479px) {
    .theme-menu .menu-header-close-button-mobile {
        top: 46px !important;
        display: block !important;
    }

    .theme-menu .menu-log-in {
        margin-top: 65px;
    }

    p {
        margin-bottom: 2%;
    }

    .theme-menu .menu-header-close-button-mobile {
        top: 20px;
    }
}

@media (max-width:550px) {
    .mobile .searchbar.expand {
        display: block !important;
        width: 100% !important;
    }

    .mobile .searchbar.expand div {
        width: 100%;
        height: 20px;
        border: none;
        position: relative;
        padding: 0px !important;
    }

    .mobile .searchbar.expand div input {
        border-bottom: 1px solid lightgrey !important;
        display: none;
    }
}

@media (min-width: 991px) {
    .searchbar.expand {
        display: block !important;
        width: fit-content;
    }
}

/*! CSS Used keyframes */
@keyframes slideright {
    0% {
        left: -300px;
    }

    100% {
        left: 0px;
    }
}

/* footer */

.footer {
    background: #86684D;
}

.footer {
    display: block;
    position: relative;
    width: 100%;
    z-index: 100;
    bottom: 0;
    left: 0;
    background: #86684D;
    right: 0;
    font-size: 12px;
}

.footer .chatapp-container {
    max-width: 80px;
    position: fixed;
    right: 20px;
    bottom: 20px;
}

.chatapp-container>a.chatbutton {
    width: 100%;
    font-size: 32px;
}

.footer>div {
    background-color: transparent !important;
    border-top: none !important;
    box-shadow: none;
    max-width: 1200px;
    margin: 0 auto;
}

.footer a {
    color: black;
    cursor: pointer;
}

.footer img {
    max-width: 200px;
}

.footer .listContainer li {
    color: #999999;
}

@media (max-width: 479px) {
    .footer>div:not(:last-child):not(.chatapp-container) {
        padding: 48px 30px 0px !important;
    }

    .footer>div {
        width: 100%;
    }
}

@media (max-width:550px) {
    .footer>div:nth-child(2)>div {
        padding: 0px 10px !important;
    }

    .footer .non-mobile {
        display: none !important;
    }

    .footer .mobile {
        text-align: center;
    }

    .footer .mobile {
        display: block !important;
    }

    .footer .mobile>div {
        padding-bottom: 5px;
    }

    .footer .mobile>div:last-child {
        padding-bottom: 0px;
    }

    .footer .mobile .listContainer {
        display: block;
        margin-bottom: 10px;
        width: fit-content;
        text-align: left;
        margin: 0 auto;
    }

    .footer .mobile ul {
        display: none;
        margin-left: 15px !important;
    }

    .footer .listContainer li {
        margin-bottom: 5px;
        text-align: center;
    }

    .footer p {
        font-size: 10px !important;
    }

    .footer .mobile h6 {
        cursor: pointer;
        font-size: 10px;
        margin-bottom: 10px;
    }
}

@media (max-width: 767px) {
    .footer .chatapp-container {
        max-width: 80px;
        position: fixed;
        bottom: 15px !important;
        right: 5px !important;
        transform: translate(0%, -50%);
    }
}

/* cart */

.theme-cart-open .cart-wrapper {
    box-shadow: 0px 0px 2px 0px;
    z-index: 101;
    opacity: 1;
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    transition-delay: 0.3s;
    animation-name: slideleft;
}

.close-cart {
    opacity: 0;
}

.theme-cart-open .close-cart {
    position: absolute;
    top: 40px;
    z-index: 2;
    width: 50px;
    height: 50px;
    opacity: 1;
    -webkit-transition-delay: 0.3s;
    transition: opacity 1.5s;
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.cart-container {
    display: none;
}

.theme-cart-open .cart-container {
    width: 100vw;
    display: block !important;
    background: #000000a6;
    height: 100vh;
    top: 0;
    position: fixed;
    z-index: 100;
}

.cart-wrapper {
    width: 40vw;
    max-width: 450px;
    min-width: 300px;
    position: fixed;
    top: 0;
    bottom: 0;
    box-sizing: border-box;
    overflow-y: auto;
    overflow-x: hidden;
    opacity: 0;
    background: #fafafa;
    -webkit-transform: translate(130vw, 0);
    -moz-transform: translate(130vw, 0);
    -o-transform: translate(130vw, 0);
    -ms-transform: translate(130vw, 0);
    transform: translate(130vw, 0);
    -webkit-transition: opacity 0.1s ease;
    -moz-transition: opacity 0.1s ease;
    -o-transition: opacity 0.1s ease;
    -ms-transition: opacity 0.1s ease;
    transition: opacity 0.1s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    -webkit-box-shadow: -1px 0 2px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: -1px 0 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: -1px 0 2px 0 rgba(0, 0, 0, 0.05);
}

.cart-wrapper .shop-cart-title {
    letter-spacing: 7px;
    text-align: center;
    margin-bottom: 4vh;
    text-transform: uppercase;
    color: #252525;
    padding: 40px 20px;
    font-size: 14px;
}

.shop-cart-close {
    position: absolute;
    width: 40px;
    height: 40px;
    display: block;
    left: 320px;
    top: 20px;
}

.shop-cart-close:before,
.shop-cart-close:after {
    content: '';
    width: 30px;
    height: 2px;
    position: absolute;
    top: 7px;
    display: block;
    background-color: #fafafa;
}

.shop-cart-close:before {
    transform: rotate(45deg);
}

.shop-cart-close:after {
    transform: rotate(-45deg);
}

.cart-wrapper * {
    box-sizing: content-box;
}

.cart-wrapper .shop_table_cart {
    list-style: none;
}

.cart-wrapper .cart-wrap-total-checkout {
    right: 50px;
    bottom: 50px;
    left: 50px;
    padding: 20px 0 0px;
}

@media (max-width: 479px) {
    .cart-wrapper .shop-cart-title {
        font-size: 17px;
        letter-spacing: 5px;
        text-align: center;
        padding: 5px;
        margin-bottom: 4vh;
    }
}

@media (max-width:750px) {
    .theme-cart-open .cart-wrapper {
        -webkit-transform: translate(calc(100vw - 300px), 0);
        -moz-transform: translate(calc(100vw - 300px), 0);
        -o-transform: translate(calc(100vw - 300px), 0);
        -ms-transform: translate(calc(100vw - 300px), 0);
        transform: translate(calc(100vw - 300px), 0);
    }

    .theme-cart-open .close-cart {
        right: 300px;
    }
}

@media (min-width:1125px) {
    .theme-cart-open .cart-wrapper {
        -webkit-transform: translate(calc(100vw - 450px), 0);
        -moz-transform: translate(calc(100vw - 450px), 0);
        -o-transform: translate(calc(100vw - 450px), 0);
        -ms-transform: translate(calc(100vw - 450px), 0);
        transform: translate(calc(100vw - 450px), 0);
    }

    .theme-cart-open .close-cart {
        right: 450px;
    }
}

@media (min-width:751px) and (max-width:1124px) {
    .theme-cart-open .cart-wrapper {
        -webkit-transform: translate(calc(100vw - 40vw), 0);
        -moz-transform: translate(calc(100vw - 40vw), 0);
        -o-transform: translate(calc(100vw - 40vw), 0);
        -ms-transform: translate(calc(100vw - 40vw), 0);
        transform: translate(calc(100vw - 40vw), 0);
    }

    .theme-cart-open .close-cart {
        right: 40vw;
    }
}

@keyframes slideleft {
    0% {
        left: 0px;
    }

    100% {
        left: -300px;
    }
}

/* wish */

.wish-wrapper .wish-wrap-total-checkout .proceed-to-checkout .checkout-button {
    font-family: 'Roboto';
    font-size: 12px;
    line-height: 10px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 5px;
    letter-spacing: 2px;
    border: 1px solid transparent;
    display: inline-block;
    text-align: center;
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.wish-wrapper .wish-wrap-total-checkout .proceed-to-checkout .checkout-button {
    padding: 20px 10px !important;
}

.wish-wrapper .wish-wrap-total-checkout .proceed-to-checkout .checkout-button {
    color: #ffffff;
    border-color: #dcdcdc;
    background-color: #333333;
}

.proceed-to-checkout span {
    color: white !important;
}

.wish-wrapper {
    width: 40vw;
    max-width: 450px;
    min-width: 300px;
    position: fixed;
    top: 0;
    bottom: 0;
    box-sizing: border-box;
    overflow-y: auto;
    overflow-x: hidden;
    opacity: 0;
    background: #fafafa;
    -webkit-transform: translate(130vw, 0);
    -moz-transform: translate(130vw, 0);
    -o-transform: translate(130vw, 0);
    -ms-transform: translate(130vw, 0);
    transform: translate(130vw, 0);
    -webkit-transition: opacity 0.1s ease;
    -moz-transition: opacity 0.1s ease;
    -o-transition: opacity 0.1s ease;
    -ms-transition: opacity 0.1s ease;
    transition: opacity 0.1s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    -webkit-box-shadow: -1px 0 2px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: -1px 0 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: -1px 0 2px 0 rgba(0, 0, 0, 0.05);
}

.wish-wrapper .shop-wish-title {
    letter-spacing: 7px;
    text-align: center;
    margin-bottom: 4vh;
    text-transform: uppercase;
    color: #252525;
    padding: 40px 20px;
    font-size: 14px;
}

.shop-wish-close {
    position: absolute;
    width: 40px;
    height: 40px;
    display: block;
    left: 320px;
    top: 20px;
}

.shop-wish-close:before,
.shop-wish-close:after {
    content: '';
    width: 30px;
    height: 2px;
    position: absolute;
    top: 7px;
    display: block;
    background-color: #fafafa;
}

.shop-wish-close:before {
    transform: rotate(45deg);
}

.shop-wish-close:after {
    transform: rotate(-45deg);
}

.wish-wrapper * {
    box-sizing: content-box;
}

.wish-wrapper .shop_table_wish {
    list-style: none;
}

.wish-wrapper .wish-wrap-total-checkout {
    right: 50px;
    bottom: 50px;
    left: 50px;
    padding: 20px 0 0px;
}

.wish-wrapper .wish-wrap-total-checkout .proceed-to-checkout {
    width: 100%;
    height: auto;
}

.wish-wrapper .wish-wrap-total-checkout .proceed-to-checkout .checkout-button {
    margin: 30px auto 0px;
    display: block;
    border: none;
}

@media (max-width: 479px) {
    .wish-wrapper .shop-wish-title {
        font-size: 17px;
        letter-spacing: 5px;
        text-align: center;
        padding: 5px;
        margin-bottom: 4vh;
    }

    .wish-wrapper .shop-wish-close {
        top: 20px;
    }
}

@media (max-width: 767px) {
    .wish-wrapper .wish-wrap-total-checkout .proceed-to-checkout .checkout-button {
        padding-left: 40px;
        padding-right: 40px;
    }
}

/* spinner */

.spinner-container {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.682);
    top: 50%;
    left: 50%;
    z-index: 100;
    transform: translate(-50%, -50%);
    height: 100%;
}

.spinner-container .spinner-dot {
    width: 10px;
    height: 10px;
    border: 2px solid #155399;
    border-radius: 50%;
    float: left;
    margin: 0 10px;
    transform: scale(0);
    animation: fx 1000ms ease infinite 0ms;
}

.spinner-container .spinner-dot:nth-child(2) {
    animation: fx 1000ms ease infinite 300ms;
}

.spinner-container .spinner-dot:nth-child(3) {
    animation: fx 1000ms ease infinite 600ms;
}

/*! CSS Used keyframes */
@keyframes fx {
    50% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}
