/* Sanna Louisa stylesheet */

html,
body,
body div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: none
}

body {
    overflow: hidden;
    overflow-y: scroll;
}
article,
aside,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block
}
img,
object,
embed {
    max-width: 100%
}
ul {
    list-style: inside;
    color: #000000;
    list-style-type: circle;
}
blockquote,
q {
    quotes: none
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none
}
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: none;
    font-family: 'Nunito sans';
    font-weight: normal;
    color: #000000;
    text-decoration: none;
}

del {
    text-decoration: line-through
}
abbr[title],
dfn[title] {
    border-bottom: 1px dotted #000;
    cursor: help
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: inherit;
    font-size: 100%
}
th {
    font-weight: 700;
    vertical-align: bottom
}
td {
    font-weight: 400;
    vertical-align: top
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}
input,
select {
    vertical-align: middle
}
pre {
    white-space: pre;
    white-space: pre-wrap;
    white-space: pre-line;
    word-wrap: break-word
}
input[type="radio"] {
    vertical-align: text-bottom
}
input[type="checkbox"] {
    vertical-align: bottom;
    *vertical-align: baseline
}
.ie6 input {
    vertical-align: text-bottom
}
select,
input,
textarea {
    font: 99% sans-serif
}
a:hover,
a:active {
    outline: none
}
small {
    font-size: 85%
}
strong,
th {
    font-weight: 700
}
td,
td img {
    vertical-align: top
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative
}
sup {
    top: -.5em
}
sub {
    bottom: -.25em
}
pre,
code,
kbd,
samp {
    font-family: monospace, sans-serif
}
.clickable,
label,
input[type=button],
input[type=submit],
button {
    cursor: pointer
}
button,
input,
select,
textarea {
    margin: 0
}
button {
    width: auto;
    overflow: visible
}
.ie7 img {
    -ms-interpolation-mode: bicubic
}
.ie6 html {
    filter: expression(document.execCommand("BackgroundImageCache", false, true))
}

.clearfix:before,
.clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden
}
.clearfix:after {
    clear: both
}
.clearfix {
    zoom: 1
}
body,
select,
input,
textarea {
    color: #596679;
}
a:hover {
    color: #9E9E9E;
}
::-moz-selection {
    background: #44BAEB;
    color: #ffffff;
    text-shadow: none;
}
::selection {
    background: #44BAEB;
    color: #ffffff;
    text-shadow: none;
}
a:link {
    -webkit-tap-highlight-color: #000000;
}
ins {
    color: #000;
    text-decoration: none;
    background: #fcd700
}
mark {
    color: #000;
    font-style: italic;
    font-weight: 700;
    background: #fcd700
}


ol {
    counter-reset: foo;
    display: table;
}

ol > li {
    counter-increment: foo;
    display: table-row;
}

ol > li::before {
    content: counter(foo) ".";
    display: table-cell; 
    text-align: right;
}

ul {
padding-left: 40px; 
}
.background {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.moduletable.background {
    border-bottom: solid 8px #e9b358;
}
/*----------------------------*\
    Top header
\*----------------------------*/
ul.header-links.pull-left {
    margin-bottom: 0px;
}
#top-header {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #1c1b1b;
    border-bottom: solid 1px rgb(233 179 88 / 62%);
}

.header-links li {
  display: inline-block;
  margin-right: 15px;
  font-size: 12px;
}

.header-links li:last-child {
  margin-right: 0px;
}
ul.header-links.pull-left a {
    text-decoration: none;
}
.header-links li a {
  color: #FFF;
}

.header-links li a:hover {
  color: #D10024;
}

.header-links li i {
    color: #d49d40;
    margin-right: 5px;
}

/*=========================================================
    04 -> CATEGORY SHOP
===========================================================*/

.vis_nav .shop {
    position: relative;
    overflow: hidden;
    margin: 15px 0px;
    /* border: solid 1px hsl(37.66deg 76.72% 62.94% / 30%); */
    box-shadow: 1px 2px 3px rgb(136 136 136 / 48%);
}

.vis_nav .shop:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0px;
    width: 60%;
    background: #858699;
    opacity: 0.9;
    -webkit-transform: skewX(-45deg);
    -ms-transform: skewX(-45deg);
    transform: skewX(-45deg);
}

.vis_nav .shop:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1px;
  width: 100%;
  background: #858699;
  opacity: 0.9;
  -webkit-transform: skewX(-45deg) translateX(-100%);
  -ms-transform: skewX(-45deg) translateX(-100%);
  transform: skewX(-45deg) translateX(-100%);
}

.vis_nav .shop .shop-img {
  position: relative;
  background-color: #E4E7ED;
  z-index: -1;
}

.vis_nav .shop .shop-img>img {
  width: 100%;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.vis_nav .shop:hover .shop-img>img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.vis_nav .shop .shop-body {
    position: absolute;
    top: 0;
    width: 75%;
    padding: 48px 30px 30px 30px;
    z-index: 10;
    text-align: left;
}

.vis_nav .shop .shop-body h3 {
  color: #FFF;
}
.vis_nav .shop-body a {
    text-decoration: none;
}


.vis_nav .shop .shop-body .cta-btn {
    color: #FFF;
    text-transform: uppercase;
    font-size: 14px;
    top: -3px;
    position: relative;
}
fieldset.input {
    width: 1200px;
    margin: 0 auto;
    max-width: 90%;
}
.inner {
    width: 1200px;
    margin: 0 auto;
    max-width: 90%;
}
div#header {
    position: absolute;
    top: 0px;
    width: 1200px;
    margin: 0 auto;
    max-width: 90%;
    overflow: hidden;
    left: 0;
    right: 0;
    z-index: 99;
}
.head-wrap {
    margin: 0 auto;
    width: 1200px;
    /* overflow: hidden; */
    z-index: 9999;
    float: none;
    margin: 0 auto;
    max-width: 90%;
    position: relative;
}
div#header_top {
    position: relative;
    margin: 0px auto 0px;
    left: 0;
    right: 0;
    /* overflow: hidden; */
    min-height: 80px;
    background-color: #333333;
}
div#header_top_inner {
    width: 1200px;
    max-width: 90%;
    margin: 0 auto;
}
.moduletable.login {
    float: right;
    margin-right: 25px;
}
.moduletable.cart {
    float: right;
    margin-top: 9px;
}
div#header_right {
    float: right;
}
.hikashop_cart_empty_message {
    font-size: 15px;
    color: #ffffff;
    font-family: nunito sans;
    line-height: 1em;
    padding-left: 36px;
    background-image: url(../images/cart.png);
    background-repeat: no-repeat;
    background-position: 0% 50%;
    background-size: 18px auto;
    padding-top: 7px;
    padding-bottom: 7px;
}

a.hikashop_small_cart_checkout_link{
        font-size: 15px;
    color: #ffffff;
    font-family: nunito sans;
    line-height: 1em;
}
a.hikashop_small_cart_checkout_link:hover {
    color: #f5a092;
}
img.hikashop_cart_module_product_icon_title {
    margin-right: 8px;
}

.sclogin {
    overflow: visible;
    text-align: left;
    line-height: 1em;
}
.moduletable.login a {
    color: #ffffff;
    text-decoration: none;
    font-size: 13px;
    font-family: nunito sans;
    text-transform: uppercase;
    font-weight: 800;
}
button.sclogin-passkey-button.plg_system_webauthn_login_button.btn-secondary {
    display: none;
}
.moduletable.login {
    color: #ffffff;
    margin-top: 15px;
}
div#login-modal-177 {
    width: 600px;
    margin: 0 auto;
    float: none;
    left: 0;
    right: 0;
    max-width: 100%;
}
div#form-sclogin-submitcreate-177 button.btn.btn-primary {
    background-color: #e9b358;
    border: none;
    border-radius: 0px;
}
div#form-sclogin-submitcreate-177 a.btn.validate.btn-secondary {
    border: solid 1px #e9b358;
    color: #e9b358;
    border-radius: 0;
}
.com-users-login.login .btn-primary {
    color: #fff;
    background-color: #e9b358;
    border-color: #e9b358;
    border-radius: 0;
}
.com-users-login.login .plg_system_webauthn_login_button {
    display: none;
}
.ns-bs5 .form-check-input:checked, .form-check-input:checked {
    background-color: #e9b358 !important;
    border-color: #e9b358 !important;
}
.mod-sclogin__username.mb-3 {
    width: 94%;
}
.com-users-login__options.list-group {
    margin-top: 20px;
}
a.btn.validate.btn-secondary
#megamenucss #js-mainnav.megamenu {
    z-index: 99 !important;
}
.childcontent-inner-wrap.dropdown-menu.tabs_vertical {
    background-color: rgb(174 164 162 / 50%);
}
.dj-megamenu-modern li a.dj-up_a > span {
    height: auto !important;
}
.dj-megamenu-wrapper {
    margin: 0 auto;
    width: max-content;
    max-width: 90%;
}
.moduletable.main_nav {
    height: auto;
    margin-top: 55px;
    float: right;
    z-index: 9999;
    display: block;
    clear: both;
}
.moduletablemain_nav {
    background-color: #222221;
    height: 80px;
    width: 1200px;
    margin: 0 auto;
    float: none;
    position: absolute;
    left: 0;
    right: 0;
    max-width: 80%;    
}
.dj-megamenu-modern li ul.dj-submenu > li > a {
    font-size: 13px;
    color: #005aaa !important;
    font-weight: 400;
    text-transform: uppercase;
}
.dj-megamenu-modern li div.dj-subwrap .dj-subwrap-in {
    border-radius: 0px !important;
}
.dj-megamenu-modern li div.dj-subwrap .dj-subwrap-in {
    background-color: #fff;
}
.dj-megamenu-wrapper {
    float: right;
}
ul#dj-megamenu115 li:last-child span.title {
    padding-right: 0px;
}
ul#dj-megamenu115 li:last-child span.title {
    border-right: none;
}
ul#dj-megamenu115 li span.title {
    padding-left: 10px;
    padding-right: 10px;
}
div#menu_hide p {
    font-size: 35px;
    color: #ffffff;
    font-weight: 800;
    margin-bottom: 0px;
    line-height: 0.8em;
}
.moduletable.background img {
    width: 100%;
    height: auto;
}
.dj-megamenu-modern li a.dj-up_a > span {
    height: auto;
}
.moduletablemain_nav {
    width: 100%;
    margin: 0 auto;
    max-width: 100%;
    position: relative;
}
ul.megamenu.level0 li a {
    display: block;
    height: auto !important;
    font-size: 20px !important;
    text-decoration: none;
    padding: 0px 22px !important;
    color: #ffffff;
    font-weight: 300;
    line-height: 1em !important;
    border-left: 1.5px solid rgb(255 255 255 / 80%);
    text-transform: uppercase;
text-shadow: 1px 1px #6c757d
}
a#menu101 {
    border-left: none;
}
li.active span {
    font-weight: 700;
}
ul.megamenu.level0 li:hover {
    background-color: rgb(221 221 221 / 30%);
}
ul.megamenu.level1 li a {
    color: #ffffff;
    font-size: 20px !important;
}
#megamenucss #js-mainnav.megamenu .group-content ul.megamenu.level1 li a, #megamenucss #js-mainnav.megamenu .group-content ul.megamenu.level1 li {
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    color: #333 !important;
}

#megamenucss #js-mainnav.megamenu ul.megamenu.level1 {
    margin: 0px;
    padding: 0px;
}
ul.megamenu.level0 li:last-child a {
    padding-right: 0 !important;
}
.childcontent-inner-wrap.dropdown-menu.tabs_vertical li a {
    margin: 10px 0px !important;
}
div#js-meganav {
    width: 100% !important;
}

h1.site-description {
    height:0px !important;
    overflow: hidden;
}
div#background {
    width: 100%;
    overflow: hidden;
    height: auto;
    margin: 0 auto 0px;
    position: relative;
    border-bottom: solid 11px #6B7883;
}
.moduletable.logo {
    margin-top: 15px;
    left: 0;
    float: left;
    width: 66px;
    display: none;
}
.bold_100{
    font-weight:100 !important;
}
.bold_200{
    font-weight:200 !important;
}
.bold_300{
    font-weight:300 !important;
}
.bold_400{
    font-weight:400 !important;
}
.bold_500{
    font-weight: 500 !important;
}
.bold_600{
    font-weight:600 !important; 
}
.bold_700{
    font-weight:700 !important;
}
.bold_800{
    font-weight:800 !important;
}
.bold_900{
    font-weight:900 !important;
}
article.item-page a img {
    height: auto;
}
body,a,p,h1,h2,h3,h4,li{
    font-family: 'Nunito sans';
}
div#content_area_a {
    padding-top: 100px;
    padding-bottom: 180px;
}
div#page_header {
    overflow: hidden;
}
div#page_header h1 {
    font-family: 'Nunito sans';
    font-size: 30px;
    color: #717285;
    font-weight: 800;
    line-height: 1em;
    margin-bottom: 45px;
    float: left;    
}
body.home div#page_header h1 {
    text-align: center;
    float: none;
}
div#content_area_a p {
    font-size: 18px;
    color: #717285;
    font-weight: 300;
}
div#content_area_a p.intro_text {
    font-size: 20px;
    font-weight: 500;
}
.article_img {
    margin-bottom: 45px;
}
body.home div#content_area_a {
    padding-top: 65px;
}
p.leadin_text {
    font-size: 17px;
    font-weight: 500;
}
.page_header h1 {
    font-size: 35px;
    font-weight: 800;
    color: #858699;
    text-align: center;
    line-height: 1em;
    padding-bottom: 45px;
    margin-bottom: 0px;
    text-transform: uppercase;
}
div#content_area_inner {
    max-width: 90%;
    width: 1200px;
    margin: 0 auto;
}
body.home div#content_area_a {
    text-align: center;
}
div#cta_button {
    background-color: #e9b358;
    max-width: 270px;
    margin-top: 70px;
    text-align: center;
    height: 35px;
    padding-left: 15px;
    padding-right: 15px;
}
div#cta_button a {
    color: #ffffff;
    font-size: 17px;
    font-weight: 800;
    text-decoration: none;
    padding-top: 6px;
    display: block;
}
div#cta_button:hover {
    background-color: #d1dae8;
}
button#Submit {
    border-radius: 0px;
    text-transform: uppercase;
    font-weight: 800;
    width: 250px;
    font-size: 22px;
    background-color: #222222 !important;
    background: #003a51;
    margin-top: 22px;
}
button#Submit:hover {
    background-color: #F05423;
}
.ui.selection.dropdown{
    background: #EEEFF2;  
}
.ui.dropdown .item{
    margin-bottom: 0px;
}
div#inintainer {
    width: 1200px;
    margin: 0 auto;
    height: auto;
    max-width: 90%;
    overflow: hidden;
}
div#contentarea-a {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    height: auto;
}
.moduletable.products h3 {
    font-size: 35px;
    font-weight: 800;
    color: #858699;
    text-align: center;
    line-height: 1em;
    padding-bottom: 45px;
    margin-bottom: 82px;
    border-bottom: solid 1px #86899B;
    text-transform: uppercase;
}
.page-header h1, h1 {
    font-size: 35px;
    font-weight: 800;
    color: #858699;
    text-align: left;
    line-height: 1em;
}
.page-header {
    margin-bottom: 60px;
}
.com-content-category-blog__item.blog-item a {
    color: #858699;
    text-decoration: none;
    font-weight: 700;
}
.com-content-category-blog__item.blog-item h2 {
    font-size: 20px;
        font-weight: 600 !important;
}
.com-content-category-blog__item.blog-item .page-header {
    margin-bottom: 25px;
}
.blog-items p.readmore {
    float: left;
    display: inline;
    padding: 0;
    margin: 0;
    line-height: 1em;
}
.blog-items p.readmore a {
    color: #717285;
    background-color: initial;
    border: none;
    padding: 0;
    margin: 0;
    line-height: 1em;
}
.item-content {
    margin-bottom: 120px;
    padding-bottom: 120px;
    border-bottom: solid #DDD 1px;
}
.com-content-category-blog__items.blog-items:last-child .item-content {
    border: none;
    padding: 0;
    margin: 0;
}
.item-pageblog h2 {
    color: #858699;
    text-decoration: none;
    font-size: 20px;
    font-weight: 700 !important;
    margin-bottom: 0;
    padding-left: 35.4%;
}
.com-content-article.item-pageblog .page-header:nth-child(3) {
    margin-bottom: 20px;
}
div#blog_inner {
    max-width: 81.25%;
    width: 1560px;
    display: flex;
}
.moduletable.blog {
    background-image: url(../images/blog_bg.png);
    background-repeat: no-repeat;
    background-position: 100% 0%;
    background-size: auto 657px;
    margin-top: 85px;
    padding-top: 150px;
    overflow: hidden;
}
figure.left.item-image {
    float: left;
    width: 367px;
    margin-right: 60px;
    margin-top: -44px;
}
figure.left.item-image img {
    height: auto;
}
.com-content-category-blog__item.blog-item .page-header {
    margin-bottom: 25px;
    padding-left: 35.4%;
}
.com-content-category-blog__item.blog-item a:hover {
    color: #f5a092;
}
.mod_header {
    padding-bottom: 30px;
    margin-bottom: 40px;
    text-align: center;
    border-bottom: solid 1px #85889A;
}
div#blog_left {
    max-width: 61.5%;
    float: left;
    display: inline-block;
    background-image: url(../images/blog_img.jpg);
    background-repeat: no-repeat;
    background-position: 50% 0%;
    background-size: cover;
    width: 958px;
}
div#blog_right {
    float: left;
    display: inline-block;
    max-width: 38.5%;
    background-color: #ffffff;
    padding-top: 80px;
    padding-left: 65px;
    padding-right: 65px;
    text-align: center;
    padding-bottom: 40px;
    width: 600px;
}
div#blog_right  ul.mod-articles-items.mod-list li {
    list-style: none;
}
div#blog_button a {
    color: #31323B;
    font-size: 17px;
    font-weight: 800;
    text-decoration: none;
}
div#blog_button {
    background-color: #CDD9E9;
    width: 154px;
    margin: 0 auto;
    float: none;
    padding-bottom: 4px;
    padding-top: 5px;
}
h4.mod-articles-title {
    font-size: 40px;
    line-height: 1em;
    margin-bottom: 22px;
}
h4.mod-articles-title a {
    text-decoration: none;
    color: #313239;
    font-weight: 800;
}
.mod_header h2 {
    font-size: 35px;
    color: #858599;
    line-height: 1em;
    font-weight: 800;
    margin: 0;
}
.moduletable.blog_article p {
    font-size: 18px;
    color: #313239;
    line-height: 1.2em;
}
.form-control {
    border-radius: 0px !important;
}
button#Submit {
    border-radius: 0px;
    text-transform: uppercase;
    font-weight: 800;
    width: 250px;
    font-size: 20px;
    background-color: #e9b358 !important;
    background: #e9b358;
    margin-top: 20px;
    border: none;
}
.col-form-label {
    font-weight: 600;
    color: #717285;
}
button.ui.button {
    background-color: #222222;
    border-radius: 0px;
    color: #ffffff;
    text-transform: uppercase;
    width: 100%;
}
textarea#message, .ui.form input:not([type]), .ui.form input[type=date], .ui.form input[type=datetime-local], .ui.form input[type=email], .ui.form input[type=file], .ui.form input[type=number], .ui.form input[type=password], .ui.form input[type=search], .ui.form input[type=tel], .ui.form input[type=text], .ui.form input[type=time], .ui.form input[type=url] {
    border-radius: 0px !important;
}
ul#sitemap a {
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
}
div#footer {
    overflow: hidden;
    background-color: #1c1b1b;
    padding-bottom: 50px;
    padding-top: 135px;
    border-top: solid 8px #e9b358;
}
div#footer_inner {
    width: 1200px;
    margin: 0 auto;
    max-width: 90%;
}
ul#footer_menu {
    display: inline;
}
ul#footer_menu li {
    display: block;
    margin-bottom: 22px;
    padding: 0px;
    line-height: 1em;
}
.moduletable.Footer_nav li a {
    color: #ffffff;
    font-size: 13px;
    text-decoration: none;
    line-height: 1em;
    font-weight: 600;
    text-transform: uppercase;
}
div#footer_grid h3 {
    font-size: 20px;
    color: #e9b358;
    font-weight: 700;
    line-height: 1em;
    margin-bottom: 18px;
}
div#newsletter,div#contact_footer,div#foot_nav{
    float: right;
    display: inline-block;
}
div#footer_logo{
    float: left;
}
a.chronocredits {
    opacity: 0;
    height: 0;
    display: none;
}
div#copyright {
    float: right;
    position: relative;
    margin-top: 53px;
    text-align: right;
    display: block;
    clear: both;
    width: 100%;
    text-align: center;
}
div#foot_nav {
    padding-right: 105px;
    margin-right: 80px;
    border-right: solid 1px rgb(133 136 154 / 40%);
}
div#contact_footer {
    padding-right: 75px;
    margin-right: 60px;
    border-right: solid 1px rgb(133 136 154 / 40%);
}
.moduletable.newsletter {
    margin-bottom: 40px;
}
table#social td {
    float: left;
    margin-right: 6px;
}
input.cell {
    margin-bottom: 8px;
}
.acym_module_form input, .acym_module_form, form#formAcym71081 {
    max-width: 100% !important;
    width: 100%;
}
div#newsletter {
    width: 300px;
}
table.acym_form {
    width: 100%;
}
input.btn.btn-primary.button.subbutton {
    background-color: #848697;
    border: none;
    border-radius: 0px;
    text-transform: uppercase;
    font-family: nunito sans;
    font-weight: 100;
}
div#contact_footer p, div#contact_footer a {
    font-size: 13px;
    color: #ffffff;
    text-decoration: none;
}
#copyright p {
    margin: 8px 0px 10px 0;
    color: #ffffff;
    line-height: 1em;
    font-size: 15px;
    font-weight: 500;
}
#copyright a {
    /* margin: 5px 0 10px; */
    /* font-family: n; */
    color: #848798;
    text-decoration: underline;
    text-transform: capitalize;
}
#copyright span.om {
    padding: 0 5px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-left: 3px;
    color: #ffffff;
    -moz-transition: background-color 500ms linear,color 500ms linear;
    -o-transition: background-color 500ms linear,color 500ms linear;
    -webkit-transition: background-color 500ms linear, color 500ms linear;
    transition: background-color 500ms linear, color 500ms linear;
    /* background: hsl(0deg 0% 100% / 25%); */
    font-size: 13px;
}
.moduletable.vis_nav {
    margin-top: 90px;
}
table#vis_nav p {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2em;
    max-width: 190px;
    display: block;
    margin: 0 auto;
}
table#vis_nav p {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3em;
}
table#vis_nav {
    width: 100%;
    text-align: center;
}
table#vis_nav td:nth-child(1) p {
    color: #7B9DC5;
}
table#vis_nav td:nth-child(2) p {
    color: #8B8BBA;
}
table#vis_nav td:nth-child(3) p {
    color: #F88B9F;
}
table#vis_nav td:nth-child(4) p {
    color: #EE6C55;
}
table#vis_nav td:nth-child(5) p {
    color: #F78C5A;
}
table#vis_nav td:nth-child(1) {
    background-color:#CDD9E9;
}
table#vis_nav td:nth-child(2) {
    background-color:#CBCBE2;
}
table#vis_nav td:nth-child(3) {
    background-color:#FCC9D5;
}
table#vis_nav td:nth-child(4) {
    background-color:#F5A092;
}
table#vis_nav td:nth-child(5) {
    background-color:#FAC1A7;
}
table#vis_nav img {
    margin-top: 40px;
    margin-bottom: 35px;
}
table#vis_nav td {
    width: 20%;
    height: 333px;
    padding: 0 2.5% 0 2.5%;
}
.hikashop_product_desc p {
    color: #31323C;
    font-size: 16px;
    line-height: 1.3em;
    margin-bottom: 0px;
}



/* ------------------  HIKASHOP STYLING  ------------------ */
#hikashop_category_information_menu_117 .hikashop_product_image {
    height: auto !important;
}
.hikashop_product_row_1 {
    margin-bottom: 70px;
}
.hikashop_category_information .hikashop_subcontainer{
    padding: 0px;
}
#hikashop_category_information_module_179 div.hikashop_container {
    margin: 10px 0px;
}
.hikashop_category_information .hikashop_subcontainer {
    padding: 31px 0px 16px 0px !important;
}
span.hikashop_product_price.hikashop_product_price_0 {
    font-size: 25px;
    font-weight: 800;
    font-family: 'Nunito Sans';
    color: #303239;
}
table.hikashop_cart span.hikashop_product_price.hikashop_product_price_0 {
    font-size: initial;
}
.hkc-sm-4 {
    padding-left: 26px !important;
    padding-right: 26px !important;
}    
.hikacart {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600 !important;
    background-color: #e9b358 !important;
    border-radius: 0px !important;
    border: none !important;
    width: 154px;
    font-size: 17px !important;
    font-family: 'Nunito Sans';
    float: right;
    margin-bottom: 0px !important;
}
#hikashop_category_information_module_179 .hikashop_product_image_subdiv, .hikashop_product_image_subdiv  {
    max-width: fit-content;
}
.hikashop_product_desc {
    margin-bottom: 25px;
}
.hikashop_category_information .hikashop_subcontainer.hikashop_subcontainer_border {
    border: 1px solid rgb(139 139 144 / 49%) !important;
    position: relative;
}
.hikashop_container button.hikabtn.hikacart {
    /* position: absolute; */
    /* bottom: 46px; */
    /* right: 26px; */
}
span.hikashop_product_price_full {
    /* position: absolute; */
    /* bottom: 46px; */
}
div#content_area_a .hikashop_product_desc p {
    color: #31323C;
    font-size: 16px;
    line-height: 1.3em;
    margin-bottom: 0px;
}
span.hikashop_product_name {
    border-bottom: solid 1px #576A79;
    margin-bottom: 13px !important;
    padding-bottom: 14px;
    margin-top: 12px;
}
span.hikashop_product_name a {
    color: #31323C;
    font-size: 19px;
    font-weight: 800;
    line-height: 1.2em;
}
.hikashop_product_item_left_part {
    width: 100% !important;
}
.list-footer.pagination.pagination-toolbar.clearfix {
    margin: 0 auto 20px;
    width: max-content;
}
.hikashop_products_listing_main h1 {
    text-align: center;
    font-size: 35px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1em;
    margin-bottom: 80px;
    padding-bottom: 45px;
    border-bottom: solid 1px #86899B;
}
body.shop .hikashop_products_listing {
    width: 1200px;
    max-width: 90%;
    margin: 0 auto;
}
body.shop div#content_area_inner {
    width: 100%;
    max-width: 100%;
}
body.shop div.hikashop_products_listing_main {
    width: 100%;
    max-width: 100%;
}
div.hikashop_products_listing_main {
    width: 1200px;
    max-width: 90%;
    margin: 0 auto;
}
.hikashop_footer {
    display: none;
    opacity: 0;
    height: 0;
}
.hikashop_product_page {
    width: 1200px;
    margin: 0 auto;
    max-width: 90%;
}
.hikashop_products_pagination.hikashop_products_pagination_bottom {
    width: 100%;
    text-align: center;
}
div#hikashop_module_176 {
    margin-top: 120px;
}
.hikashop_products_listing .hikacart:hover {
    color: #ffffff;
    background-color: #cdd9e9;
}
.hikashop_products_listing .thumbnail {
    border-radius: 0px;
}
.hikashop_footer {
    display: none;
    opacity: 0;
    height: 0px;
}
.hikashop_products_pagination.hikashop_products_pagination_bottom {
    width: 100%;
    text-align: center;
}
div#content_area_inner {
    width: 1200px;
    max-width: 90%;
    margin: 0 auto;
}
.moduletable.search button.btn.btn-primary {
    background-color: #d10024;
    border: none;
    border-radius: 0px 30px 30px 0px;
    font-weight: 800;
    width: 120px;
}
.moduletable.search .input-group {
    position: relative;
    display: inline-flex;
    border-collapse: separate;
}
input#mod-finder-searchword171 {
    border-radius: 30px 0px 0px 30px !important;
    width: 300px;
}
span.hikashop_product_name a {
    color: #2B2D42;
    font-size: 19px;
    font-weight: 800;
    text-transform: uppercase;
}    
.moduletable.login a, .moduletable.login {
    color: #ffffff;
    text-decoration: none;
    font-size: 12px;
}
span.hikashop_product_name {
    margin-top: 15px;
}
#hikashop_category_information_menu_101 .hikashop_product_image_subdiv {
    margin-top: 12px;
}
span.hikashop_small_cart_total_title {
    font-size: 12px;
    color: #ffffff;
}
a.hikashop_small_cart_clean_link {
    color: #d10024;
}
a.hikabtn.hikashop_cart_proceed_to_checkout {
    font-size: 12px;
    margin-top: 5px;
    background-color: #e9b358;
    color: #ffffff;
    border: none;
    font-weight: 500;
}
.hikashop_cart_empty_message {
    color: #ffffff;
}
img.hikashop_cart_module_product_icon_title {
    margin-right: 8px;
    width: 17px;
    margin-top: -2px;
}
div#login_icon {
    float: left;
    margin-right: 5px;
    color: #d10024;
}
.moduletable.login {
    float: right;
}
span.hikashop_results_counter {
    display: block;
}
.hikashop_product:hover {
    background-color: rgb(244 244 244);
}
div#hikashop_product_right_part {
    width: 60%;
}
div#hikashop_product_left_part {
    width: 38%;
    margin-right: 2%;
}
img#hikashop_main_image {
    margin: 0 !important;
}
div#hikashop_small_image_div {
    margin-top: 30px;
}
div#hikashop_main_image_div {
    border: solid 1px #8B8B90;
    padding: 30px;
}
span#hikashop_product_name_main {
    color:#717285;
    font-size: 25px;
    font-weight: 700;
    border-bottom: solid 1px #717285;
    padding-bottom: 28px;
    margin-bottom: 35px;
    display: block;
}
div#hikashop_product_right_part br {
    display: none;
}
div#hikashop_product_description_main ul li::marker {
    font-size: 0.5em;
}
div#hikashop_product_description_main ul li {
    font-size: 18px;
    color: #717285;
    font-weight: 300;
    list-style-type: disc;
}
div#hikashop_product_description_main ul {
    padding-left: 0;
}
div#hikashop_image_main_thumb_div {
    height: auto !important;
}
div#content_area_a section p {
    font-weight: 700;
    margin-bottom: 0;
    line-height: 1.1em;
}
.hikashop_product_page span.hikashop_product_price_full {
    float: left;
    display: inline-block;
}
.hikashop_product_quantity_div {
    display: inline;
}
.hikashop_product_page .hikashop_quantity_form {
    margin: 0px 0;
}
.hikacart:hover {
    background-color: #d6dee9 !important;
}
.hikashop_quantity_form {
    display: inline;
}

/* ------------------  END OF HIKASHOP STYLING  ------------------ */

.grid-container {
    /*display: grid;*/
    grid-template-columns: repeat(auto-fit, minmax(20%, 1fr));
  }
  .grid-container td {
    opacity: 0;               
    transform: translateY(60px) scale(0.75);
    transition: opacity .6s ease, transform 1.5s ease;
  }
  .grid-container td.visible {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
  .grid-container img {
    max-width: 100%;
    height: auto;
  }
table#vis_nav img {
    margin-bottom: 30px;
    transition: all .3s ease;
}
table#vis_nav td:hover img {
    transform: scale(1.1);
    transition: all .3s ease;
}
table#vis_nav td:hover {
    transform: rotate(3deg) scale(1.03);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}


ul.mod-articles-items.mod-list {
    padding: 0;
}

.eapps-widget-toolbar {
    display: none !important;
}
div#insta_end {
    width: 100%;
    height: 33px;
    background-color: #1c1b1b;
    position: relative;
    bottom: 41px;
    z-index: 99999999;
}
div#eapps-instagram-feed-1 {
    background-color: #1c1b1b;
}
.moduletable.instagram {
    margin: 160px auto 0;
}
/* ------------------ MEDIA QUERIES ------------------ */

@media only screen and (min-width: 320px) and (max-width: 480px) {
#hikashop_category_information_module_179 .hikashop_product_image {
        height: auto !important;
}
.hikashop_container button.hikabtn.hikacart {
    width: 100%;
}
span.hikashop_product_name a {
    font-size: 16px;
}
span.hikashop_product_name {
    line-height: 1em;
}
.hikashop_product_desc p {
    font-size: 14px !important;
}
#hikashop_category_information_module_179 div.hikashop_subcontainer, #hikashop_category_information_module_179 div.hikashop_subcontainer span, #hikashop_category_information_module_179 div.hikashop_container {
    text-align: center !important;
}
button#Submit {
    width: 100%;
}
.shop-body h3 {
    font-size: 1em;
}
}

@media only screen and (max-width: 600px) {
table#vis_nav p {
    font-size: 14px;
}
table#vis_nav img {
    max-width: 80%;
}
table#vis_nav td {
    width: 50%;
    height: 300px;
    padding: 0 2.5% 0 2.5%;
    float: left;
}
#js-mainnav .jux-fa.jux-fa-bars {
    margin-top: 0px;
}
ul.megamenu.level0 li a {
    padding: 8px 14px !important;
}
ul.megamenu.level0 li:first-child a {
    padding-left: 14px !important;
}
div#js-mainnav {
    border: none !important;
}
#js-mainnav .jux-fa.jux-fa-bars {
    margin-top: 0px !important;
    float: right !important;
}
#js-mainnav.megamenu div.megaMenuToggle {
    height: 30px !important;
}
    div#js-meganav {
        background-color: #e9b358;
        max-width: 100%;
    }
div#header_right,.moduletable.main_nav {
    width: 100%;
}
.moduletable.main_nav {
    margin-top: 6px;
}
.moduletable.login {
    float: right;
    display: block;
    clear: both;
    margin-top: 10px;
    margin-right: 0px;
}
div#header {
        position: relative;
        max-width: 100%;
        background-color: rgb(138 140 159 / 55%);
    }
div#header_inner {
    max-width: 90%;
    margin: 0 auto;
}
.moduletable.logo {
        display: inline-block;
        position: absolute;
        left: 5%;
}
div#content_area_a {
    padding-top: 45px;
    padding-bottom: 80px;
}
div#content_area_a p {
    font-size: 16px;
}
div#content_area_a p.intro_text {
    font-size: 16px;
}
#hikashop_category_information_module_179 .hikashop_product_image {
    height: auto;
}
.hikashop_container button.hikabtn.hikacart {
    width: 100%;
}
span.hikashop_product_name a {
    font-size: 16px;
}
span.hikashop_product_name {
    line-height: 1em;
}
.hikashop_product_desc p {
    font-size: 14px !important;
}
#hikashop_category_information_module_179 div.hikashop_subcontainer, #hikashop_category_information_module_179 div.hikashop_subcontainer span, #hikashop_category_information_module_179 div.hikashop_container {
    text-align: center !important;
}
span.hikashop_product_price_full {
    float: left;
}
div#footer_logo, div#newsletter{
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}
table#social {
    width: 126px;
    display: block;
    margin: 0 auto;
}
div#contact_footer {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}
div#foot_nav {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
    text-align: center;
    width: 100%;
}
#copyright p {
    font-size: 11px;
    text-align: center;
}
div#blog_inner {
    display: block;
        width: 100%;
        max-width: 100%;
}
div#blog_left {
    max-width: 100%;
    float: none;
    display: block;
    background-position: 50% 50%;
    width: 958px;
    height: 290px;
}
div#blog_right {
    float: none;
    display: block;
    max-width: 100%;
    width: 100%;
}
h4.mod-articles-title {
    font-size: 1.5em;
}
.moduletable.blog_article p {
    font-size: 16px;
}
.mod_header h2 {
    font-size: 2em;
}
.moduletable.products h3 {
    font-size: 1.5em;
}
    div#page_header h1 {
        font-size: 2em;
        margin-bottom: 1em;
    }
.article_img {
    max-width: 45%;
    margin: 0px auto 20px;
}
figure.left.item-image {
    margin-top:initial;
        max-width: 100%;    
}
.com-content-category-blog__item.blog-item .page-header {
    padding-left: 0;
}
.item-content {
    margin-bottom: 80px;
    padding-bottom: 80px;
}
.com-content-category-blog__item.blog-item h2 {
    font-size: 18px;
}
.item-pageblog h2 {
    padding-left: 0;
}
div#hikashop_product_right_part, div#hikashop_product_left_part {
    display: block;
    width: 100%;
}
span#hikashop_product_name_main {
    font-size: 16px;
    padding-bottom: 20px;
    margin-bottom: 25px;
}
.shop-body h3 {
    font-size: 3em;
}
button#hikashop_product_quantity_field_1_add_to_cart_button {
    float: left;
    clear: both;
    margin-top: 30px;
    width: 100%;
}
}

@media only screen and (max-width: 765px) {
.moduletable.logo {
    display: block;
}
}

@media only screen and (min-width: 601px) and (max-width: 899px) {
table#vis_nav td {
    width: 33%;
    height: 333px;
    padding: 0 2.5% 0 2.5%;
    padding-bottom: 30px;
    float: left;
}
table#vis_nav p {
    font-size: 13px;
}
#hikashop_category_information_module_179 .hikashop_product_image {
    height: auto;
}
span.hikashop_product_price_full {
    float: left;
}
div#footer_logo {
    float: left;
    width: 50%;
    margin-bottom: 30px;
}
div#newsletter {
    width: 50%;
    margin-bottom: 30px;
}
div#contact_footer {
    padding-right: 0;
    margin-right: 0;
    width: 50%;
    float: left;
    margin-top: 30px;
}
div#foot_nav {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
    width: 50%;
    padding-left: 0;
    float: left;
    text-align: center;
}
div#blog_inner {
    display: block;
}
div#blog_left {
    max-width: 100%;
    float: none;
    display: block;
    background-position: 50% 50%;
    width: 958px;
    height: 500px;
}
div#blog_right {
    float: none;
    display: block;
    max-width: 100%;
    width: 100%;
}
#js-mainnav .jux-fa.jux-fa-bars {
    margin-top: 0px;
}
ul.megamenu.level0 li a {
    padding: 8px 14px !important;
}
ul.megamenu.level0 li:first-child a {
    padding-left: 14px !important;
}
div#js-mainnav {
    border: none !important;
}
#js-mainnav .jux-fa.jux-fa-bars {
    margin-top: 0px !important;
    float: right !important;
}
#js-mainnav.megamenu div.megaMenuToggle {
    height: 30px !important;
}
div#js-meganav {
    background-color: #f5a092;
    max-width: 100%;
}
figure.left.item-image {
    margin-top:initial;
}
.com-content-category-blog__item.blog-item .page-header {
    padding-left: 0;
}
.item-pageblog h2 {
    padding-left: 0;
}
div#hikashop_product_right_part, div#hikashop_product_left_part {
    display: block;
    width: 100%;
}
.hikashop_product_page div#hikashop_product_bottom_part {
    width: 100%;
    float: left;
    display: block;
}
}


@media only screen and (min-width: 900px) and (max-width: 1000px) {
table#vis_nav td {
    height: auto;
    padding-bottom: 30px;
}
table#vis_nav p {
    font-size: 13px;
}
#hikashop_category_information_module_179 .hikashop_product_image {
    height: auto;
}
.hkc-md-4.hikashop_product {
    width: 50%;
}
div#footer_logo {
    float: left;
    max-width: 20%;
}
div#newsletter {
    max-width: 25%;
}
div#contact_footer {
    padding-right: 40px;
    margin-right: 30px;
}
div#foot_nav {
    padding-right: 20px;
    margin-right: 20px;
}
div#blog_right {
    padding-left: 25px;
    padding-right: 25px;
    max-width: 50.5%;
    width: 800px;
}
h4.mod-articles-title {
    font-size: 22px;
}
.moduletable.blog_article p {
    font-size: 14px;
}
div#blog_inner {
    max-width: 89.25%;
}
#js-mainnav .jux-fa.jux-fa-bars {
    margin-top: 0px;
}
ul.megamenu.level0 li a {
    padding: 8px 14px !important;
}
ul.megamenu.level0 li:first-child a {
    padding-left: 14px !important;
}
div#js-mainnav {
    border: none !important;
}
#js-mainnav .jux-fa.jux-fa-bars {
    margin-top: 0px !important;
    float: right !important;
}
#js-mainnav.megamenu div.megaMenuToggle {
    height: 30px !important;
}
div#js-meganav {
    background-color: #f5a092;
    max-width: 100%;
}
figure.left.item-image {
    margin-top:initial;
}
.com-content-category-blog__item.blog-item .page-header {
    padding-left: 0;
}
.item-pageblog h2 {
    padding-left: 0;
}
}

@media only screen and (min-width: 900px) and (max-width: 991px) {
#js-mainnav .jux-fa.jux-fa-bars {
    margin-top: 0px;
}
ul.megamenu.level0 li a {
    padding: 8px 14px !important;
}
ul.megamenu.level0 li:first-child a {
    padding-left: 14px !important;
}
div#js-mainnav {
    border: none !important;
}
#js-mainnav .jux-fa.jux-fa-bars {
    margin-top: 0px !important;
    float: right !important;
}
#js-mainnav.megamenu div.megaMenuToggle {
    height: 30px !important;
}
div#js-meganav {
    background-color: #f5a092;
    max-width: 100%;
}
figure.left.item-image {
    margin-top:initial;
}
.com-content-category-blog__item.blog-item .page-header {
    padding-left: 0;
}
}

@media only screen and (min-width: 1001px) and (max-width: 1100px) {
table#vis_nav p {
    font-size: 14px;
}
#hikashop_category_information_module_179 .hikashop_product_image {
    height: auto !important;
}
span.hikashop_product_name {
    line-height: 1em;
}
span.hikashop_product_name a {
    font-size: 14px;
}
.hikashop_product_desc p {
    font-size: 14px;
}
span.hikashop_product_price_full {
    float: left;
}
.hikacart{
    width: auto;
}
div#footer_logo {
    float: left;
    max-width: 20%;
}
div#newsletter {
    max-width: 25%;
}
div#contact_footer {
    padding-right: 40px;
    margin-right: 30px;
}
div#foot_nav {
    padding-right: 20px;
    margin-right: 20px;
}
div#blog_right {
    padding-left: 25px;
    padding-right: 25px;
}
h4.mod-articles-title {
    font-size: 22px;
}
.moduletable.blog_article p {
    font-size: 14px;
}
figure.left.item-image {
    margin-right: 5%;
    max-width: 30.58%;
}
}

@media only screen and (min-width: 1101px) and (max-width: 1176px) {
#hikashop_category_information_module_179 .hikashop_product_image {
    height: auto !important;
}
.hikacart {
    width: 120px;
}
div#foot_nav {
    padding-right: 50px;
    margin-right: 40px;
}
div#contact_footer {
    padding-right: 40px;
    margin-right: 30px;
}
div#blog_right {
    padding-left: 25px;
    padding-right: 25px;
}
h4.mod-articles-title {
    font-size: 22px;
}
.moduletable.blog_article p {
    font-size: 14px;
}
figure.left.item-image {
    margin-right: 5%;
    max-width: 30.58%;
}
}

@media only screen and (min-width: 1177px) and (max-width: 1260px) {
#hikashop_category_information_module_179 .hikashop_product_image {
    height: auto !important;
}
div#foot_nav {
    padding-right: 40px;
    margin-right: 45px;
}
div#contact_footer {
    padding-right: 55px;
    margin-right: 40px;
}
div#blog_right {
    padding-left: 25px;
    padding-right: 25px;
}
h4.mod-articles-title {
    font-size: 22px;
}
.moduletable.blog_article p {
    font-size: 14px;
}
figure.left.item-image {
    margin-right: 5%;
    max-width: 30.58%;
}
}

@media only screen and (min-width: 1261px) and (max-width: 1390px) {
#hikashop_category_information_module_179 .hikashop_product_image {
    height: auto !important;
}
div#blog_right {
    padding-left: 25px;
    padding-right: 25px;
}
h4.mod-articles-title {
    font-size: 22px;
}
.moduletable.blog_article p {
    font-size: 14px;
}
figure.left.item-image {
    margin-right: 5%;
    max-width: 30.58%;
}
}

@media screen and (min-width: 1391px) and (max-width: 1560px) {
h4.mod-articles-title {
    font-size: 30px !important; 
}
.moduletable.blog_article p {
    font-size: 16px !important;
}
div#blog_right {
    padding-left: 35px;
    padding-right: 35px;
}
h4.mod-articles-title {
    font-size: 26px;
}
.moduletable.blog_article p {
    font-size: 16px;
}

}
