/* input(6495,16): run-time error CSS1062: Expected semicolon or closing curly-brace, found '%'
input(9965,33): run-time error CSS1046: Expect comma, found '0'
input(9965,36): run-time error CSS1046: Expect comma, found '/' */
/*! perfect-scrollbar - v0.5.8
* http://noraesae.github.com/perfect-scrollbar/
* Copyright (c) 2014 Hyunje Alex Jun; Licensed MIT */
.ps-container.ps-active-x>.ps-scrollbar-x-rail,.ps-container.ps-active-y>.ps-scrollbar-y-rail{display:block}.ps-container>.ps-scrollbar-x-rail{display:none;position:absolute;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;opacity:0;-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);-webkit-transition:background-color .2s linear,opacity .2s linear;-moz-transition:background-color .2s linear,opacity .2s linear;-o-transition:background-color .2s linear,opacity .2s linear;transition:background-color .2s linear,opacity .2s linear;bottom:3px;height:8px}.ps-container>.ps-scrollbar-x-rail>.ps-scrollbar-x{position:absolute;background-color:#aaa;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;-webkit-transition:background-color .2s linear;-moz-transition:background-color .2s linear;-o-transition:background-color .2s linear;transition:background-color .2s linear;bottom:0;height:8px}.ps-container>.ps-scrollbar-x-rail.in-scrolling{background-color:#eee;opacity:.9;-ms-filter:"alpha(Opacity=90)";filter:alpha(opacity=90)}.ps-container>.ps-scrollbar-y-rail{display:none;position:absolute;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;opacity:0;-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);-webkit-transition:background-color .2s linear,opacity .2s linear;-moz-transition:background-color .2s linear,opacity .2s linear;-o-transition:background-color .2s linear,opacity .2s linear;transition:background-color .2s linear,opacity .2s linear;right:3px;width:8px}.ps-container>.ps-scrollbar-y-rail>.ps-scrollbar-y{position:absolute;background-color:#aaa;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;-webkit-transition:background-color .2s linear;-moz-transition:background-color .2s linear;-o-transition:background-color .2s linear;transition:background-color .2s linear;right:0;width:8px}.ps-container>.ps-scrollbar-y-rail.in-scrolling{background-color:#eee;opacity:.9;-ms-filter:"alpha(Opacity=90)";filter:alpha(opacity=90)}.ps-container:hover>.ps-scrollbar-x-rail,.ps-container:hover>.ps-scrollbar-y-rail{opacity:.6;-ms-filter:"alpha(Opacity=60)";filter:alpha(opacity=60)}.ps-container:hover>.ps-scrollbar-x-rail.in-scrolling,.ps-container:hover>.ps-scrollbar-y-rail.in-scrolling{background-color:#eee;opacity:.9;-ms-filter:"alpha(Opacity=90)";filter:alpha(opacity=90)}.ps-container:hover>.ps-scrollbar-x-rail:hover{background-color:#eee;opacity:.9;-ms-filter:"alpha(Opacity=90)";filter:alpha(opacity=90)}.ps-container:hover>.ps-scrollbar-x-rail:hover>.ps-scrollbar-x{background-color:#999}.ps-container:hover>.ps-scrollbar-y-rail:hover{background-color:#eee;opacity:.9;-ms-filter:"alpha(Opacity=90)";filter:alpha(opacity=90)}.ps-container:hover>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y{background-color:#999}

/* CSS RESET */

* {
	margin: 0;
	outline: none;
	padding: 0;
	text-decoration: none;
	box-sizing: border-box;
}
html {
	margin: 0 !important;
	-webkit-text-size-adjust: none;
}
ol, ul {
	list-style: none;
}
a img {
	border: none;
    border-radius: 5px;
}
a:active {
	outline: none;
}
button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
	margin: 0;
	border: 0;
	padding: 0;
}
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="number"],
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
textarea, button, select {
	min-width: 0;
	border-radius: 0;
}
input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
	color: transparent;
}
input:focus::placeholder,
textarea:focus::placeholder {
	color: transparent;
}
input:-webkit-autofill {
	-webkit-box-shadow: inset 0 0 0 1000px #fff;
	-webkit-transition-delay: 9999s;
}
select:disabled {
	color: inherit;
}
script {
    display: none !important;
}


/* FONT FACES */
@font-face {
  font-family: icons;
  src: url(../Themes/Voyage/Content/fonts/icon-font.eot);
  src: url(../Themes/Voyage/Content/fonts/icon-font.eot?#iefix) format("embedded-opentype"),url(../Themes/Voyage/Content/fonts/icon-font.woff) format("woff"),url(../Themes/Voyage/Content/fonts/icon-font.ttf) format("truetype"),url(../Themes/Voyage/Content/fonts/icon-font.svg#icon-font) format("svg");
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: ulla-ico-font;
  src: url(../Themes/Voyage/Content/fonts/ulla-ico-font.eot);
  src: url(../Themes/Voyage/Content/fonts/ulla-ico-font.eot?#iefix) format("embedded-opentype"),url(../Themes/Voyage/Content/fonts/ulla-ico-font.woff) format("woff"),url(../Themes/Voyage/Content/fonts/ulla-ico-font.ttf) format("truetype"),url(../Themes/Voyage/Content/fonts/ulla-ico-font.svg#icon-font) format("svg");
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v15/pxiEyp8kv8JHgFVrJJnecmNE.woff2) format('woff2'); /* latin-ext */
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v15/pxiByp8kv8JHgFVrLEj6Z1JlFc-K.woff2) format('woff2'); /* latin-ext */
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v15/pxiEyp8kv8JHgFVrJJfecg.woff2) format('woff2'); /* latin */
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v15/pxiByp8kv8JHgFVrLEj6Z1xlFQ.woff2) format('woff2'); /* latin */
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'DM Serif Display';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/dmserifdisplay/v5/-nFnOHM81r4j6k0gjAW3mujVU2B2G_5x0ujy.woff2) format('woff2'); /* latin-ext */
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'DM Serif Display';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/dmserifdisplay/v5/-nFnOHM81r4j6k0gjAW3mujVU2B2G_Bx0g.woff2) format('woff2'); /* latin */
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'voyage-icons';
    src: url('../Themes/Voyage/Content/fonts/voyage.woff') format('woff'),
         url('../Themes/Voyage/Content/fonts/voyage.svg#voyage') format('svg');
    font-weight: normal;
    font-style: normal;
}
*:before, *:after {
	font-family: 'voyage-icons';
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	box-sizing: border-box;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v35/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWt06F15M.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v35/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWuU6F.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v35/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWt06F15M.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v35/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWuU6F.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v35/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWt06F15M.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v35/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWuU6F.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v35/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWt06F15M.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v35/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWuU6F.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 800;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v35/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWt06F15M.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 800;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v35/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWuU6F.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v35/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSGmu1aB.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v35/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v35/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSGmu1aB.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v35/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v35/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSGmu1aB.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v35/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v35/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSGmu1aB.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v35/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v35/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSGmu1aB.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v35/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ANIMATION */


@keyframes fadein {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

@keyframes loader {
  0% {
    transform: scale(0.1);
    opacity: 1;
  }
  70% {
    transform: scale(1);
    opacity: 0.7;
  }
  100% {
    opacity: 0.0;
  }
}


/* GLOBAL STYLES */


html {
	overflow-x: hidden;
}
body {
	background-color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #000;
}
h1,h2 {
	font-weight: 600;
}
table {
	width: 100%;
	border-collapse: collapse;
}
p {
	line-height: 24px;
	color: #888;
}
a {
	color: inherit !important;
	transition: 0.2s ease;
	cursor: pointer;
}
a:hover {
	color: inherit !important;
}
p a {
	text-decoration: underline;
	color: #000;
}
strong {
	font-weight: 600;
}
p strong, p b {
	color: #444;
}
p + p {
	margin-top: 20px;
}
img {
	max-width: 100%;
	border-radius: 5px;
}
input[type="text"],
input[type="password"],
input[type="number"],
input[type="email"],
input[type="tel"],
textarea, select {
	height: 50px;
	border: 1px solid #ddd;
	padding: 0 15px;
	vertical-align: middle;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
}
textarea {
	min-height: 180px;
	padding: 15px;
}
select {
	min-width: 60px;
	max-width: 100%;
	background: url('../Themes/Voyage/Content/img/arrow-select1.svg') right 15px center no-repeat;
	background-size: 7px;
	padding: 0 25px 0 15px; /*not cross-browser consistent*/
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	color: #000; /*iOS reset*/
}
select::-ms-expand {
    display: none;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
textarea:focus, select:focus {
	border-color: #ccc;
}
input[type="button"],
input[type="submit"],
button {
	border: none;
	background-color: transparent;
	font-family: "Open Sans", Arial, sans-serif;
	font-weight: 600;
	white-space: nowrap;
	transition: 0.2s ease;
	cursor: pointer;
	color: #000; /*iOS reset*/
}
input[type="radio"],
input[type="checkbox"],
label, label + * {
	vertical-align: middle;
}
input[type="radio"] + span,
input[type="checkbox"] + span {
	vertical-align: middle;
}
/*custom checkboxes and radio buttons*/
input[type="radio"],
input[type="checkbox"] {
	margin-right: -19px;
	opacity: 0;
}
input[type="radio"] + label,
input[type="checkbox"] ~ label {
	position: relative;
	padding-top: 1px; /*cross-browser consistency*/
	padding-left: 23px;
	cursor: pointer;
}
input[type="radio"] + label:before,
input[type="checkbox"] ~ label:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 15px;
	height: 15px;
	margin: auto;
	border: 1px solid #ccc;
	box-shadow: inset 0 0 0 2px #fff;
	background-color: #fff;
}
input[type="radio"]:checked + label,
input[type="checkbox"]:checked ~ label {
	color: #000;
}
input[type="radio"]:checked + label:before {
	background-color: #000;
}
input[type="checkbox"]:checked ~ label:before {
	content: "\e918";
	font-size: 10px;
	padding: 2px;
}

.date-picker-wrapper {
	display: flex;
	column-gap: 10px;
}
.date-picker-wrapper select {
	flex: 1 0 0;
	min-width: 0 !important;
}

html:not(.html-account-page)
.master-column-wrapper {
	display: flex;
	flex-flow: column-reverse;
}
.home-page .page-body > div {
	margin: 50px 0;
}
.home-page .slider-wrapper {
	padding-top: 15px;
}

.center-1, .center-2 {
	margin: 0 0 80px;
	padding: 0 2.5%;
}
.side-2 {
	margin: 0 0 80px;
}

.page {
	min-height: 200px;
	text-align: center;
}
.page-title {
	padding: 15px 0;
	text-align: center;
}
.page-title h1 {
	font-family: "Open Sans",Arial,sans-serif;
	font-size: 28px;
	font-weight: 400;
}
.product-grid .title,
.topic-block .title,
.home-page .title {
	padding: 15px 0;
	text-align: center;
	font-family: "Open Sans",Arial,sans-serif;
	font-size: 28px;
	text-transform: none;
}
.product-grid .title strong,
.home-page .title strong {
	font-weight: 400;
}
.home-page-polls {
	text-align: center;
}
.mfp-bg, .mfp-wrap {
	z-index: 1090 !important;
}
li.total-summary {
	display: none !important;
}
.payment-logo {
	display: none;
}
.plus-button {
	display: none;
}
.buttons {
	text-align: center;
}
.link-rss {
	display: none;
}
.no-data {
	text-align: center;
}
.noscript {
    background-color: #ff9;
	padding: 10px 15px;
    text-align: center;
}

.product-rating-box,
.product-review-box {
	display: flex;
	align-items: center;
}
.product-rating-box .rating,
.product-review-box .rating {
	position: relative;
	height: 15px;
	font-size: 0;
	letter-spacing: 1px;
}
.product-rating-box .rating:before,
.product-review-box .rating:before {
    content: "\e90a \e90a \e90a \e90a \e90a";
    position: absolute;
    left: 0; color: #ccc;
    font-size: 14px;
}
.product-rating-box .rating div,
.product-review-box .rating div {
	position: relative;
	overflow: hidden;
	background-color: #fff;
}
.product-rating-box .rating div:before,
.product-review-box .rating div:before {
    content: "\e909 \e909 \e909 \e909 \e909";
    font-size: 14px;
	color: #e43d51;
}

.qty-wrapper {
	display: inline-block;
	position: relative;
	height: 50px;
	border: 1px solid #ddd;
}
.qty-wrapper.focus {
	border-color: #ccc;
}
.qty-wrapper .increase,
.qty-wrapper .decrease {
	display: flex;
	align-items: center;
	position: absolute;
	bottom: 2px;
	width: 20px;
	height: 44px;
	background-color: #f3f3f3;
	padding: 6px;
	font-size: 0;
	cursor: pointer;
}
.qty-wrapper .increase {
	right: 2px;
}
.qty-wrapper .decrease {
	left: 2px;
}
.qty-wrapper .increase:after,
.qty-wrapper .decrease:before {
	font-size: 8px;
	font-weight: bold;
	color: #666;
}
.qty-wrapper .increase:after {
	content: "\e917";
}
.qty-wrapper .decrease:before {
	content: "\e916";
}
.qty-wrapper .qty-input {
	width: 40px;
    height: 100%;
	border: none;
	margin: 0 22px;
	padding: 0;
	text-align: center;
    font-size: 14px;
}
.qty-wrapper .qty-dropdown {
	min-width: 60px;
    height: 100%;
	border: none;
	text-align: left;
    font-size: 14px;
}

.category-description ul,
.manufacturer-description ul,
.vendor-description ul,
.full-description ul,
.topic-html-content ul,
.topic-page ul, .custom-tab ul,
.post-body ul, .news-body ul {
	margin: 20px 0;
	padding: 0 0 0 36px;
	list-style: disc;
}
.category-description ol,
.manufacturer-description ol,
.vendor-description ol,
.full-description ol,
.topic-html-content ol,
.topic-page ol, .custom-tab ol,
.post-body ol, .news-body ol {
	margin: 20px 0;
	padding: 0 0 0 36px;
	list-style: decimal;
}
.category-description td,
.manufacturer-description td,
.vendor-description td,
.full-description td,
.topic-html-content td,
.topic-page td, .custom-tab td,
.post-body td, .news-body td {
	/*border: 1px solid #ebebeb;*/
	padding: 10px 20px;
}
.category-description p,
.manufacturer-description p,
.vendor-description p,
.full-description p,
.topic-page p, .custom-tab p,
.topic-html-content p {
	word-wrap: break-word;
}
.post-body p ~ p,
.news-body p ~ p {
	margin-top: 20px;
}
.post-body p ~ table,
.news-body p ~ table {
	margin-top: 20px;
}


/* GLOBAL FORMS */


.fieldset .title,
.section .title {
	margin: 0 0 10px;
	text-align: center;
	font-size: 15px;
}
.form-fields {
	position: relative;
}
.inputs {
	position: relative;
	width: 600px;
	max-width: 100%;
	margin: 0 auto 25px;
	text-align: center;
    font-size: 0;
}
.inputs:after {
	content: "";
	display: block;
	clear: both;
}
.inputs label {
	display: block;
	width: 100%;
	margin: 0 0 5px;
	text-align: left;
    font-size: 13px; /*reset zeroing*/
	color: #888;
}
.inputs input[type="text"],
.inputs input[type="password"],
.inputs input[type="email"],
.inputs input[type="tel"],
.inputs select, .inputs textarea {
	width: 100%;
	max-width: 100%;
    vertical-align: middle;
}
.custom-attributes > label {
	color: #000;
}
.inputs .option-list {
    text-align: left;
}
.inputs .option-list li {
	margin: 15px 0 0;
}
.inputs .option-list label {
	display: inline;
	width: auto;
	margin-left: 5px;
}
.required {
	font-size: 18px;
	line-height: 0;
	font-weight: 400;
	color: #e31d31;
}
.inputs .required {
	position: absolute;
    margin: 14px 0 0 -14px;
}
.message-error,
.field-validation-error,
.username-not-available-status,
.poll-vote-error, .password-error {
	display: block;
	text-align: center;
	font-size: 11px;
	color: #e31d31;
}
.field-validation-valid,
.username-available-status,
.new-comment .result {
	display: block;
	text-align: center;
	font-size: 11px;
	color: #22b482;
}
.captcha-box {
	margin: 0 0 25px;
	text-align: center;
	line-height: 0; /*firefox line-height bug fix*/
}
.captcha-box > div {
	display: inline-block;
}
.captcha-box iframe {
	margin: 0;
}
.captcha-box input {
	height: auto;
}
.account-page .message-error {
	margin: 0 0 10px;
}
.account-button {
	min-width: 240px;
    height: 50px;
    background-color: #000;
    padding: 0 20px;
    font-size: 14px;
    color: #fff;
}
.account-button:hover {
	background-color: #e43d51;
}


/* GLOBAL TABLES */


.cart, .data-table,
.compare-products-table,
.forums-table-section table {
	margin: 0 0 30px;
}
.cart th, .data-table th,
.forums-table-section th {
	border-bottom: 1px solid #eee;
    padding: 10px;
	white-space: nowrap;
	font-weight: 400;
	color: #888;
}
.cart td, .data-table td,
.compare-products-table td,
.forums-table-section td {
	min-width: 50px;
    border-bottom: 1px solid #eee;
    padding: 10px;
}
.account-page .data-table td {
    padding: 20px 10px;
}
.cart a:hover, .data-table a:hover,
.compare-products-table a:hover,
.forums-table-section a:hover {
	text-decoration: underline;
}
.cart .product,
.data-table .product,
.data-table .message,
.data-table .info,
.data-table .name,
.data-table .note {
	text-align: left;
}
.cart .remove-from-cart,
.cart .add-to-cart,
.data-table .select-boxes,
.data-table .order {
	position: relative;
    text-align: center;
}
.cart .remove-from-cart input {
	position: absolute;
}
.cart .remove-from-cart button {
	position: relative;
	font-size: 12px;
	text-decoration: underline;
}
.cart .add-to-cart label {
	font-size: 0;
}
.cart td.product-picture {
	font-size: 0;
}
.cart .product-picture a {
	display: inline-block;
	border: 1px solid #eee;
}
.cart .product-picture img {
	min-width: 80px;
}
.cart .attributes,
.cart .rental-info {
	margin: 5px 0 0;
	font-size: 12px;
	color: #888;
}
.cart .edit-item {
	text-decoration: underline;
	font-size: 12px;
	color: #888;
}
.cart .edit-item:hover {
	color: #000;
}
.cart .message-error {
	margin: 5px 0 0;
	text-align: left;
}
.cart .unit-price {
    white-space: nowrap;
	color: #666;
}
.cart .quantity .qty-input {
	font-size: 12px;
}
.cart .product-subtotal {
    white-space: nowrap;
}
.cart .discount label {
    white-space: nowrap;
}
.discount-additional-info {
	font-size: 12px;
	color: #888;
}


/* RESPONSIVE TABLES */


table:not(.breakpoint) .footable-first-column {
	min-width: 0;
	padding: 0;
	font-size: 0;
}
table:not(.breakpoint) .footable-toggle {
	display: none;
}
.breakpoint .footable-first-column {
	position: relative;
}
.breakpoint .footable-toggle {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0; right: 0;
	bottom: 0; left: 0;
	background-color: #fff;
	cursor: pointer;
}
.footable-toggle:after {
	content: "\e917";
	font-size: 10px;
}
.footable-detail-show
.footable-toggle:after {
	content: "\e916";
	font-size: 10px;
}
.footable-row-detail {
	text-align: left;
}
.footable-row-detail-row {
    display: table-row;
}
.footable-row-detail-name,
.footable-row-detail-value {
    display: table-cell;
	padding: 5px 10px;
}


/* NOTIFICATIONS & POPUPS */


.bar-notification {
	display: none;
	position: fixed;
	left: 0; right: 0;
	bottom: 0; z-index: 1040;
	box-shadow: 0 0 20px rgba(0,0,0,.15);
	padding: 20px;
	opacity: 0.95;
}
.bar-notification.success {
	background-color: #22b482;
}
.bar-notification.warning {
	background-color: #e4903d;
}
.bar-notification.error {
	background-color: #e31d31;
}
.bar-notification .content {
	padding-right: 30px;
	text-align: left;
	color: #fff;
}
.bar-notification .content a {
	text-decoration: underline;
	color: inherit;
}
.bar-notification .close {
	position: absolute;
	top: 0; bottom: 0;
	right: 8px;
	width: 40px;
	height: 40px;
	margin: auto;
	transition: 0.6s ease;
	cursor: pointer;
}
.bar-notification .close:after {
	content: "\e919";
	position: absolute;
	top: 0; right: 0;
	bottom: 0; left: 0;
	width: 14px;
	height: 14px;
	margin: auto;
	font-size: 14px;
	color: #fff;
}
.bar-notification .close:hover {
	transform: rotate(-180deg);
}

.ajax-loading-block-window {
	position: fixed;
	top: 0; right: 0;
	bottom: 0; left: 0;
	z-index: 9999;
    height: 50px !important;
	width: 50px !important;
	margin: auto !important;
    border-radius: 100%;
    border: 2px solid #e43d51;
    animation: loader 1s 0s infinite cubic-bezier(.21,.53,.56,.8);
}

.ui-dialog {
	position: absolute !important;
	z-index: 1050;
	width: 500px !important;
	max-width: 95%;
	box-shadow: 0 0 20px rgba(0,0,0,0.15);
	background-color: #fff;
	padding: 15px 20px;
}
.ui-dialog:before {
	content: "";
	position: fixed;
	top: 0; right: 0;
	bottom: 0; left: 0;
	z-index: -1;
	background-color: rgba(0,0,0,.5);
}
.ui-dialog:after {
	content: "";
	position: absolute;
	top: 0; right: 0;
	bottom: 0; left: 0;
	z-index: -1;
	box-shadow: 0 0 20px rgba(0,0,0,0.15);
	background-color: #fff;
}
.ui-dialog-titlebar {
	padding: 10px;
	font-size: 15px;
	font-weight: 600;
}
.ui-dialog-titlebar button {
	position: absolute;
	top: 0; right: 0;
	width: 40px;
	height: 40px;
	overflow: hidden;
	border: 1px solid #eee;
	font-size: 0;
}
.ui-dialog-titlebar button:after {
	content: "\e919";
	font-size: 14px;
}
.ui-dialog-titlebar button:hover {
	color: #e43d51;
}
.ui-dialog-content {
	height: auto !important;
	padding: 10px;
}
.ui-dialog-content p {
	color: #000;
}
.ui-dialog-content .page {
	min-height: 0;
}
.ui-dialog-content .page-title {
	display: none !important;
}
.ui-dialog-content .page-body {
	line-height: 24px;
}
.ui-dialog-content .tooltip {
	margin-bottom: 15px;
}
.ui-dialog-content button {
	border: 1px solid #000;
	padding: 10px 20px;
	font-size: 13px;
}
.ui-dialog-content button:hover {
	border-color: #e43d51;
	color: #e43d51;
}

.eu-cookie-bar-notification {
    position: fixed;
	left: 0; right: 0;
	bottom: 0; z-index: 1050;
    box-shadow: 0 0 20px rgba(0,0,0,.15);
    background-color: #fff;
    padding: 20px;
}
.eu-cookie-bar-notification .content {
	display: flex;
	flex-flow: column;
	align-items: center;
}
.eu-cookie-bar-notification .buttons-more {
	display: flex;
	column-gap: 5px;
}
.eu-cookie-bar-notification .ok-button,
.eu-cookie-bar-notification .learn-more {
	min-width: 120px;
	padding: 10px 20px;
	font-size: 14px;
	font-weight: 600;
}
.eu-cookie-bar-notification .ok-button {
	background-color: #000;
	color: #fff;
}
.eu-cookie-bar-notification .ok-button:hover {
	background-color: #e43d51;
}
.eu-cookie-bar-notification .learn-more {
	border: 1px solid #000;
	white-space: nowrap;
}
.eu-cookie-bar-notification .learn-more:hover {
	border-color: #e43d51;
	color: #e43d51;
}


/* TABULATION */


.ui-tabs {
	border: 1px solid #eee;
	padding: 25px 3%;
}
.ui-tabs .ui-tabs-nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	row-gap: 10px;
	margin: 0 0 20px;
}
.ui-tabs .ui-tabs-nav li {
	display: flex;
	align-items: center;
	font-size: 14px;
}
.ui-tabs-nav li + li:before {
	content: "";
	display: block;
	width: 3px;
	height: 3px;
	margin: 0 10px;
	border-radius: 50%;
	background-color: #333;
}
.ui-tabs .ui-tabs-nav a {
	display: block;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-selected a, 
.ui-tabs .ui-tabs-active a {
	position: relative;
	color: #e43d51;
}
.ui-tabs-selected a:after, 
.ui-tabs-active a:after {
	content: "";
	position: absolute;
	left: 0; right: 0;
	bottom: -1px;
	height: 1px;
	background-color: #e43d51;
}
.ui-tabs .message-error li {
	font-size: 11px;
}
.ui-tabs .ui-tabs-hide {
	display: none;
}


/* HEADER */


.header-upper {
	display: flex;
	justify-content: space-between;
	background-color: #f3f3f3;
	padding: 0 4%;
	text-align: center;
	color: #444;
}
.header-links-upper {
	text-align: right;	
	display: inline-block;
}
.header-links-upper-contact, .header-links-upper-lokacija {
	padding-left: 15px;
    display: table-cell;
}
.header-links-wrapper last{
	text-align: right !important;	
	display: inline-block;
}
.header-selectors-wrapper,
.header-links-wrapper,
.header-text-wrapper {
	margin: auto 0; /*prepare for flex*/
}
.header-links-wrapper.second .admin-header-links{

}
.header-links-wrapper.first {
	min-width: 55px;
}
.header-website-selector {
	text-align: left;
    display: inline-block;
}
.header-selectors {
	display: flex;
	column-gap: 20px;
	white-space: nowrap;
}
.header-selectors select {
	min-width: 0;
	border: none;
	height: 37px; /*odd value*/
	background: url('../Themes/Voyage/Content/img/arrow-select2.svg') right center no-repeat;
	background-size: 10px;
	padding: 0 15px 0 0; /*not cross-browser consistent*/
	box-sizing: content-box; /*workaround*/
	font-size: 12px;
	text-transform: uppercase;
	color: #444;
}
.language-list {
	margin-left: -8px;
	font-size: 0;
}
.language-list li {
	display: inline-block; 
	margin: 0 1px; 
}
.language-list a { 
	display: block;
	position: relative;
	width: 32px;
	height: 32px;
}
.language-list img {
	position: absolute;
	top: 0; right: 0;
	bottom: 0; left: 0;
	margin: auto;
}

.admin-header-links {
	white-space: nowrap;
}
.header-links-upper a, .admin-header-links a {
	display: inline-block;
	padding: 7px 0;
	font-size: 12px;
}
.header-website-selector a {
	display: inline-block;
	padding: 7px 0;
	font-size: 12px;
}
.admin-header-links a + a {
	display: inline-block;
	margin-left: 20px;
}
.impersonated.session {
	padding-top: 24px;
}
.impersonated .impersonate {
	display: flex;
	justify-content: center;
	position: fixed;
	left: 0; right: 0;
	top: 0; z-index: 1060;
	background-color: #000;
	padding: 2px 0;
	color: #fff;
}
.impersonated  .impersonate span {
	display: inline-block;
	max-width: calc(100% - 40px);
	margin: auto 5px;
	overflow-x: hidden;
	text-overflow: ellipsis;
}
.finish-impersonation {
	margin: auto 5px !important;
	background-color: #000;
	padding: 0 !important;
	font-size: 0 !important;
}
.finish-impersonation:after {
	content: "\e919";
	font-size: 16px;
}
.impersonated .admin-header-links {
	flex-basis: 0 !important;
}

.header-lower {
	/*border-bottom: 1px solid #eee;*/
	background-color: #fff;
}
.header-logo {
	text-align: center;
	font-size: 0;
}
.header-logo.mobile {
	flex-grow: 1;
	display: flex;
	padding: 12px 0;
}
.header-logo.desktop {
	display: none;
}
.header-logo a {
	display: block;
	max-width: 100%;
	margin: auto;
}
.header-logo a img {
	display: block;
	/*max-width: 100%;*/
	max-width: 95px;
}

.search-box form {
	position: relative;
	width: 340px;
	border-bottom: 1px solid #eee;
	background-color: #F2F2F2;
	border-radius: 4px;
}
.search-box .search-box-text {
  display: block;
  width: calc(100% - 30px);
  height: 40px;
  border: none;
  background: none;
  padding: 1px 0 0 15px;
  font-size: 16px;
  font-family: "Open Sans", Arial, sans-serif;
  color: #191919;
  }
.search-box-text::placeholder {
	color: #191919;
}
.search-box .search-box-button {
	position: absolute;
	top: 0; right: 0;
	width: 44px;
	height: 44px;
	font-size: 0;
}
.search-box .search-box-button:after {	
    content: '\e801';
    font-size: 25px;
    font-family: ulla-ico-font;
}
.ui-helper-hidden-accessible {
	display: none !important;
}
.search-box .ui-autocomplete {
	width: 100% !important;
	max-width: 100%;
	overflow: hidden;
    text-align: left;
}
.ui-autocomplete li:first-child {
	padding-top: 10px;
}
.ui-autocomplete li:last-child {
	padding-bottom: 10px;
}
.ui-autocomplete .ui-menu-item a {
	display: flex;
	width: 100%;
	padding: 5px 20px;
}
.ui-autocomplete .ui-state-active,
.ui-autocomplete .ui-state-focus {
	background-color: #f6f6f6;
}
.ui-autocomplete .ui-menu-item img {
	margin-right: 10px;
}

.flyout-cart-wrapper {
	display: none;
}
.mini-shopping-cart .count {
	display: none;
}
.mini-shopping-cart .item {
	display: flex;
	margin: 0 0 10px;
}
.mini-shopping-cart .picture {
	flex: 0 1 100px;
	width: 100px;
	font-size: 0;
}
.mini-shopping-cart .picture a {
	display: inline-block;
}
.mini-shopping-cart .product {
	flex: 1 0 0;
	display: flex;
	flex-flow: column;
	padding-left: 10px;
	font-size: 12px;
}
.mini-shopping-cart .name {
	font-size: 13px;
}
.mini-shopping-cart .attributes {
	margin: 5px 0 0;
	color: #888;
}
.mini-shopping-cart .quantity {
	margin: 5px 0;
	color: #888;
}
.mini-shopping-cart .price {
	font-weight: 600;
}
.mini-shopping-cart .remove {
	flex: 1 0 auto;
	align-self: flex-end;
	display: flex;
	font-size: 11px;
	text-decoration: underline;
	color: #888;
}
.mini-shopping-cart .remove-btn {
	align-self: flex-end;
	transition: 0.2s ease;
	cursor: pointer;
}
.mini-shopping-cart .remove-btn:hover {
	color: #000;
}
.mini-shopping-cart .totals {
	display: flex;
	justify-content: space-between;
	margin: 0 -10px;
    border-top: 1px solid #eee;
	padding: 20px 15px;
	font-size: 14px;
}
.mini-shopping-cart .totals strong {
	font-weight: 600;
	color: #e43d51;
}
.mini-shopping-cart .buttons {
	padding: 0 5px;
	font-size: 0;
}
.mini-shopping-cart button {
	width: 48.5%;
	height: 45px;
	background-color: #000;
	padding: 0 15px;
	font-size: 14px;
	color: #fff;
}
.mini-shopping-cart button:hover {
	background-color: #e43d51;
}
.mini-shopping-cart button + button {
	margin-left: 3%;
}
.mini-shopping-cart button:only-child {
	width: 100%;
}
.mini-shopping-cart .no-data {
	margin: 4px 0 0;
    padding: 10px;
    font-size: 12px;
	color: #888;
}

/* FOOTER */
.justify-content-between {
	background-color: #fe8273
}


.footer-upper-2 {
	position: relative;
	background-color: #f3f3f3;
	text-align: center;
}
.footer-upper {
	position: relative;
	background-color: #f3f3f3;
	text-align: center;
}
.footer-upper:before,
.footer-upper:after {
	content: "";
	position: absolute;
	left: 0; right: 0;
	background-color: #fff;
}
.footer-upper:before {
	top: 0;
	height: 30px;
}
.footer-upper:after {
	bottom: 0;
	height: 20px;
}
.footer .newsletter {
	position: relative;
	z-index: 1;
	background-color: #222;
	padding: 50px 20px;
	color: #fff;
}
.newsletter .title strong {
	display: block;
	font-family: 'Open Sans',sans-serif;
	font-size: 32px;
	font-weight: 400;
	letter-spacing: 0.5px;
}
.newsletter .title span {
	display: block;
	margin-bottom: 20px;
}
.footer .newsletter-form {
	display: flex;
	column-gap: 1px;
	width: 340px;
	max-width: 100%;
	margin: auto;
	border: 1px solid #ddd;
	background-color: #ddd;
	border-radius: 5px;
}
.footer .newsletter-subscribe-text {
	flex-grow: 1;
	height: 40px;
	border: none !important;
	background-color: #fff;
}
.footer .newsletter-subscribe-button {
	height: 40px;
	background-color: #fff;
	padding: 0 15px;
	font-size: 13px;
	text-decoration: underline;
	color: #e43d51;
}
.footer .subscribe-options {
	margin-top: 10px;
}
.footer .subscribe-options span {
	margin: 0 10px;
}
.footer .subscribe-options label {
	padding-left: 20px;
	font-size: 12px;
	color: #fff !important;
}
.subscribe-options label:before {
	width: 13px !important;
	height: 13px !important;
	border: none !important;
	opacity: 0.2;
}
.footer input:checked ~ label:before {
	background-color: #e43d51;
	opacity: 1;
}
.footer .newsletter-validation, 
.footer .newsletter-result {
	position: absolute;
    left: 0; right: 0;
	bottom: 20px;
	padding: 0 20px;
    font-size: 12px;
}
.newsletter-validation .please-wait {
	display: none !important;
}
.newsletter-validation .message {
	color: #fff !important;
}

.footer-middle {
	padding: 40px 0;
	text-align: center;
	background-color: #f3f3f3;
}
.footer-block {
	text-align: left;
}
.footer-block .title {
	font-size: 16px;
}
.footer-block ul {
	display: none;
}
.footer-block li {
	padding: 5px 0;
}
.footer-block a {
	color: #888;
}
.footer-block a:hover {
	color: #e43d51;
}

.social-networks {
	margin-top: 40px;
	text-align: center;
	font-size: 0;
}
.social-networks li {
	display: inline-flex;
	position: relative;
	width: 40px;
	height: 40px;
	margin: 0 3px;
	align-items: center;
	justify-content: center;
	transition: 0.2s ease;
}
.social-networks li:hover {
	background-color: #e43d51;
}
.social-networks li:before {
	font-size: 20px;
	transition: 0.2s ease;
}
.social-networks li:hover:before {
	color: #fff;
}
.social-networks .facebook:before {
	content: "\e920";
	position: relative;
	right: -1px;
}
.social-networks .twitter:before {
	content: "\e921";
	font-size: 22px;
}
.social-networks .pinterest:before {
	content: "\e923";
}
.social-networks .instagram:before {
	content: "\e922";
}
.social-networks .youtube:before {
	content: "\e924";
}
.social-networks .vimeo:before {
	content: "\e936";
	font-size: 18px;
}
.social-networks li:after {
    content: "";
    position: absolute;
    top: 3px; right: -3px;
    bottom: -3px; left: 3px;
    z-index: -1; opacity: 0;
    border: 1px solid #e43d51;
	transition: 0.5s ease;
}
.social-networks li:hover:after {
    opacity: 1;
}
.social-networks .link {
	position: absolute;
	top: 0; right: 0;
	bottom: 0; left: 0;
}

.footer-lower {
	background-color: #f3f3f3;
	padding: 25px 15px;
	text-align: center;
	font-size: 11px;
	color: #888;
}
.footer-text {
	padding: 5px 0;
}
.footer-text img {
	display: block;
	margin: 5px auto;
}
.footer-powered-by a,
.footer-designed-by a {
	display: inline-block;
	text-decoration: underline;
	color: #000;
}
.theme-selector {
	margin: 15px 0 0;
}
.theme-selector select {
	width: 200px;
	background-color: #fff;
}


/* SIDEBAR COLUMN */


.block .title {
	font-size: 15px;
	cursor: pointer;
}
.block .title strong {
	display: block;
	font-weight: 400;
}
.block .listbox {
	display: none;
	font-size: 12px;
	color: #888;
}
.block .listbox:after {
	content: "";
	display: block;
	clear: both;
}
.block .list a {
	display: inline-block;
	padding: 5px 0;
}
.block .listbox a:hover {
	color: #000;
}
.block .active > a {
	color: #000;
}
.block .list img {
	display: none;
}
.block .sublist {
	padding-left: 15px;
}
.block .view-all a {
	display: inline-block;
	padding: 5px 0 1px;
	text-decoration: underline;
	color: #000;
}
.block .tags ul,
.block ul.tags {
	display: flex;
	flex-wrap: wrap;
	column-gap: 15px;
}
.block .tags a,
.product-tags-all-page a {
	display: block;
	padding: 5px 0;
	font-size: 12px !important;
	text-decoration: underline;
}
.block .tags ~ .view-all {
	display: none;
}

.block .accordion {
	position: relative;
}
.block .accordion > a {
	position: relative;
	z-index: 1;
}
.block .accordion > ul:after {
	content: "\e917";
	position: absolute;
	top: 0; right: 0;
	width: 100%;
	padding: 10px 0;
	text-align: right;
	font-size: 8px;
    cursor: pointer;
	color: #000;
}
.block .expanded > ul:after {
	content: "\e916";
}
.block .collapsed > ul:after {
	content: "\e917";
}
.block .accordion:not(.active) li {
	display: none;
}

.filter-title {
	margin-bottom: 12px;
	font-size: 15px;
	color: #000;
}
.filter-title strong {
	display: block;
	font-weight: 400;
}
.filters .item {
	margin: 6px 0 0;
}
.filters input {
	margin-right: -16px;
}
.filters label {
	display: inline-block;
}
.filters .name strong {
	font-weight: 400;
}

.selected-price-range {
	margin: -12px 0 6px;
	overflow: hidden;
	font-weight: 600;
	color: #e43d51;
}
.selected-price-range .from {
	float: left;
}
.selected-price-range .to {
	float: right;
}
.filters .ui-slider {
	position: relative;
	width: auto;
	height: 8px;
	margin: 0 3px 12px;   
	background-color: #f3f3f3;
}
.filters .ui-slider-range {
	position: absolute;
	height: 8px;
	background-color: #ccc;
}
.filters .ui-slider-handle {
	position: absolute;
	top: -5px;
	width: 12px;
	height: 18px;
	margin-left: -6px;
	border: 2px solid #fff;
	background-color: #000;
	cursor: pointer;
}
.filters .attribute-squares {
	font-size: 12px; /*reset zeroing*/
}
:checked + .attribute-squares:before {
	z-index: 1;
    background: none;
    border: 1px solid #fff;
	box-shadow: 0 0 0 1px #000;
    font-size: 0 !important;
}
.filters .attribute-square {
    position: absolute;
	top: 0; bottom: 0;
	left: 0; /**/
    width: 15px;
    height: 15px;
    margin: auto;
	border-color: #222;
}

.poll strong {
	display: block;
	margin: 0 0 10px;
}
.poll-options,
.poll-results {
	margin: 0 0 15px;
}
.poll-options li,
.poll-results li {
	display: inline-block;
	margin: 5px 5px;
}
.poll .buttons button {
	text-decoration: underline;	
}
.poll-total-votes {
	display: block;
	margin: 10px 0 0;
	font-weight: 600;
}
.poll-vote-error {
	margin: 10px 0 0;
}


/* CATALOG PAGES */


.breadcrumb {
	border-bottom: 1px solid #eee;
	padding: 20px 5%;
	margin-left: auto;
    margin-right: auto;
	background-color: unset !important;
	padding: 1rem 1rem !important;
}
.breadcrumb ul {
	font-size: 0;
	color: #888;
}
.breadcrumb li {
	display: inline-block;
	font-family: Open Sans, Arial, sans-serif;
	font-size: 0.75rem;
    line-height: 1.25rem;
    font-weight: 400;
}
.breadcrumb a,
.breadcrumb strong,
.breadcrumb .delimiter {
	/*font-size: 12px;*/
	display: inline-block;
	font-family: Open Sans, Arial, sans-serif;
	font-size: 0.75rem;
    line-height: 1.25rem;
    font-weight: 400;	
}
.breadcrumb .delimiter {
	padding-right: 4px;
}
.breadcrumb a {
	color: #000;
}
.breadcrumb a:hover {
	color: #e43d51;
}
.breadcrumb ul {
	margin-bottom: 0rem;
}
.breadcrumb li {
	margin-bottom: 0.25rem;
	margin-top: 0.25rem;
}

.category-description,
.manufacturer-description,
.vendor-description {
	margin: 0 0 30px;
}
.contact-vendor {
	margin: 0 0 30px;
}
.contact-vendor-button {
	text-decoration: underline;
}

.product-selectors {
	display: flex;
	column-gap: 2%;
	border-top: 1px solid #eee;
	padding: 20px 0;
}
.product-selectors span {
	margin-right: 5px;
	font-size: 12px;
	white-space: nowrap;
}
.product-selectors select {
	flex-grow: 1;
    border: none;
    height: 40px;
    background: #f3f3f3 url(../Themes/Voyage/Content/img/arrow-select2.svg) right 8px center no-repeat;
    background-size: 10px;
    padding: 0 25px 0 10px; /*not cross-browser consistent*/
	box-sizing: content-box; /*workaround*/
	cursor: pointer;
}
.product-selectors select + span {
	display: none !important;
}
.product-viewmode {
	display: none;
}
.product-sorting,
.product-page-size {
	display: flex;
	align-items: center;
	width: 50%;
	color: #888;
}

.category-grid .item-grid,
.manufacturer-grid .item-grid,
.vendor-grid .item-grid,
.product-grid .item-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 25px 2%;
	width: 100%;
}

.item-box {
	display: flex;
	flex-flow: column;
	text-align: left;
}
.item-box .product-item {
	display: flex;
	flex-flow: column;
	position: relative;
	height: 100%;
}
.item-box .picture {
	position: relative;
	margin-bottom: 15px;
	/* border: 1px solid #eee; */
	border: none !important;
}
.item-box .picture a {
	display: block;
	position: relative;
	overflow: hidden;
}
.item-box .picture a:before {
	content: "";
	display: block;
	/*padding-top: 130%;*/
	padding-top: 150%;
}
.item-box .picture img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	margin: auto;
}
.item-box .navigation {
	transition: 0.5s ease;
	opacity: 0;
}
.item-box:hover .navigation {
	opacity: 1;
}
.item-box .color-attributes {
	/*display: none;*/
	bottom: 7px;
	left: 10px;
}
.item-box .attribute-square {
    /* margin: 10px 0 0 5px; */
	margin: 4px 0 0 4px;
    border-width: 1px;
	border-radius: 50%;
}
.item-box .details {
	flex-grow: 1;
	display: flex;
	flex-flow: column;
}
.item-box .product-title {
	flex-grow: 1;
	font-size: 14px;
    font-weight: 600;
    color: #191919;
}
.item-box .product-title a {
	display: block;
}
.item-box .sku { /**/
	margin-top: 5px;
}
.item-box .product-rating-box {
    display: none;
}
.item-box .description {
	display: none;
	font-size: 12px;
	color: #888;
}
.item-box .add-info {
	display: flex;
	align-items: center;
	/*justify-content: space-between;*/
	margin-top: 10px;
}
.item-box .old-price {
	color: #999;
	text-decoration: line-through;
}
.item-box .actual-price {
	font-weight: 600;
}
.item-box .old-price + .actual-price {
	color: #e43d51;
}
.item-box .tax-shipping-info {
	font-size: 11px;
}
.item-box .base-price-pangv {
	margin-top: 5px;
}

.item-box .product-box-add-to-cart-button {
	position: relative;
	top: -1px; /*v-align*/
	text-decoration: underline;
	white-space: nowrap;
}
.item-box .product-box-add-to-cart-button:hover {
	color: #e43d51;
}
.item-box .add-to-wishlist-button,
.item-box .add-to-compare-list-button {
	font-size: 0;
}
.item-box .add-to-wishlist-button:before {
	content: "\e906";
	font-size: 18px;
}
.item-box .add-to-compare-list-button:before {
	content: "\e907";
	font-size: 18px;
}

.item-box .carousel {
	position: relative;
}
.item-box .carousel:before {
	content: "";
	display: block;
	padding-top: 130%;
}
.item-box .carousel .slick-list {
	position: absolute;
	top: 0; right: 0;
	bottom: 0; left: 0;
	height: auto !important;
}
.item-box .navigation .slick-prev,
.item-box .navigation .slick-next {
	display: flex;
	position: absolute;
	top: calc(50% - 20px);
	width: 36px;
	height: 40px;
	text-align: center;
	font-size: 0;
	cursor: pointer;
}
.item-box .navigation .slick-prev {
	left: 0;
}
.item-box .navigation .slick-next {
	right: 0;
}
.item-box .navigation .slick-prev:before,
.item-box .navigation .slick-next:after {
	margin: auto;
	font-size: 13px;
}
.item-box .navigation .slick-prev:before {
	content: "\e90d";
}
.item-box .navigation .slick-next:after {
	content: "\e90e";
}

.home-page-category-grid .picture-wrapper {
	position: relative;
}
.home-page-category-grid .picture a:before {
	padding-top: 130%;
}
.home-page-category-grid .sub-category-list {
	display: none;
	flex-flow: column;
    justify-content: center;
    align-items: center;
    row-gap: 20px;
	position: absolute;
	top: 7%; right: 8%;
	bottom: 7%; left: 8%;
	background-color: #fff;
    padding: 7% 8%;
    text-align: center;
	animation: fadein 0.3s
}
.category-grid .sub-category-item a:hover {
	text-decoration: underline;
	color: #e43d51;
}
.home-page-category-grid .view-more {
	border-bottom: 1px solid #e43d51;
	color: #e43d51;
}
.home-page-category-grid .view-more span,
.home-page-category-grid .view-all span {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}
.home-page-category-grid .view-more:after,
.home-page-category-grid .view-all:after {
	content: "\e910";
	display: inline-block;
	vertical-align: middle;
}
.home-page-category-grid .text-wrapper {
	text-align: center;
}
.home-page-category-grid .category-title {
	font-size: 15px;
}
.home-page-category-grid .view-all {
	border-bottom: 1px solid #000;
	font-size: 12px;
}
.home-page-category-grid .view-all:hover {
	border-color: #e43d51;
	color: #e43d51;
}

.sub-category-grid {
	margin-bottom: 30px;
}
.sub-category-grid .item-grid {
	grid-template-columns: repeat(auto-fit, 100%);
	grid-row-gap: 5px;
}
.sub-category-grid .item-box {
	position: relative;
	/*background-color: #f3f3f3;*/
	padding: 20px 10px;
	text-align: center;
}
.sub-category-grid .picture {
	/*display: none;*/
}
.sub-category-grid .title {
	font-size: 14px;
}
.sub-category-grid .number {
	font-size: 12px;
	color: #888;
}
.sub-category-grid .view-all {
	display: flex;
	position: absolute;
	top: 0; right: 0;
	bottom: 0; left: 0;
	border: 1px solid #e43d51;
	background-color: #fff;
	transition: 0.2s ease;
	opacity: 0; /**/
}
.sub-category-grid .view-all a {
	margin: auto auto;
	/*transform: translateY(-2px);*/
	border-bottom: 1px solid #e43d51;
	font-size: 12px;
	color: #e43d51;
	transition: 0.2s ease;
	opacity: 0; /**/
}
.sub-category-grid .view-all span {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}
.sub-category-grid .view-all a:before {
	content: "";
	position: absolute;
	top: 0; right: 0;
	bottom: 0; left: 0;
}
.sub-category-grid .view-all a:after {
	content: "\e910";
	display: inline-block;
	vertical-align: middle;
}
.sub-category-item:hover .view-all,
.sub-category-item:hover .view-all a {
	opacity: 1; /**/
}

.featured-product-grid {
	margin: -20px 0 50px;
}

.product-grid .buttons .wrapper {
	display: none;
	position: absolute;
	top: 0;
    right: 0;
}
.product-grid .wrapper button {
	display: block;
	width: 36px; height: 28px;
	margin: 4px 4px -4px;
}
.product-grid .wrapper
.add-to-wishlist-button {
	order: -1; /**/
}
.product-grid .wrapper
.add-to-compare-list-button {
	opacity: 0;
}
.product-grid .item-box:hover
.add-to-compare-list-button {
	opacity: 1;
}

.manufacturer-item .wrapper,
.vendor-item .wrapper {
	position: relative;
	margin: 0 0 10px;
}
.manufacturer-item .picture,
.vendor-item .picture {
    margin-bottom: 0;
}
.manufacturer-item .picture {
	background: #f2f2f2;
}

.vendor-item .picture a:before {
	padding-top: 75%;
}
.manufacturer-item .picture a:before {
	padding-top: 100%;
}
.manufacturer-item .view-all a,
.vendor-item .view-all a {
	display: flex;
    justify-content: center;
    align-items: center;
	position: absolute;
	top: 1px; right: 1px;
    bottom: 1px; left: 1px;
    background: rgba(255,255,255,.9);
	font-weight: 600;
	color: #e43d51;
	text-decoration: underline;
	transition: 0.2s ease;
	opacity: 0;
}
.manufacturer-item .wrapper:hover a,
.vendor-item .wrapper:hover a {
	opacity: 1;
}
.manufacturer-item .title a:hover,
.vendor-item .title a:hover {
    color: #e43d51;
}
.manufacturer-item .title,
.vendor-item .title {
    font-size: 14px;
	font-weight: 400;
	color: #666;
}

.cross-sells {
	margin-top: 40px;
}

.pager {
	margin-top: 60px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 10px 0;
}
.pager ul {
	text-align: center;
	font-size: 14px;
}
.pager li {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 40px;
	height: 40px;
	margin: 0 1px;
	vertical-align: middle;
	transition: 0.2s ease;
}
.pager li a {
	display: block;
	width: 100%;
	padding: 8px 0;
}
.pager .current-page {
	background-color: #e43d51;
	color: #fff;
}
.pager li:before {
	font-size: 20px;
	transition: 0.2s ease;
}
.pager li:after {
    content: "";
    position: absolute;
    top: 3px; right: -3px;
    bottom: -3px; left: 3px;
    z-index: -1; opacity: 0;
    border: 1px solid #e43d51;
	transition: 0.5s ease;
}
.pager .current-page:after {
    opacity: 1;
}
.pager li:hover a {
	color: #e43d51;
}
.pager .previous-page a,
.pager .next-page a,
.pager .first-page a,
.pager .last-page a {
	font-size: 0;
}
.pager .previous-page a:before,
.pager .next-page a:after,
.pager .first-page a:before,
.pager .last-page a:after {
	display: inline-block;
	line-height: 21px;
}
.pager .first-page a:before {
	content: "\e911";
	font-size: 16px;
}
.pager .previous-page a:before {
	content: "\e90d";
	font-size: 14px;
}
.pager .next-page a:after {
	content: "\e90e";
	font-size: 14px;
}
.pager .last-page a:after {
	content: "\e912";
	font-size: 16px;
}


/* PRODUCT PAGE */


.product-essential {
	max-width: 500px;
	margin: auto;
}
.product-essential:after {
	content: "";
	display: block;
	clear: both;
}

.gallery {
	margin: 0 0 30px;
	text-align: center;
	font-size: 0;
}
.gallery .picture {
	position: relative;
	border: 1px solid #eee;
	border-radius: 5px;
}
.gallery .picture a {
	display: inline-block;
	max-width: 100%; /*Ie fix*/
}
.gallery .picture-thumbs {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 10px 10px;
	margin: 10px auto 0;
}
.gallery .thumb-item {
	border: 1px solid #eee;
    border-radius: 5px;
}
.extended-gallery .thumb-item {
	display: inline-block;
	width: 115px;
	max-width: 23%;
	margin: 10px 1% 0;
}

.overview, .variant-overview {
	text-align: left;
}
.discontinued-product {
	color: #e31d31;
}
.overview .product-name {
	display: none;
}
.overview .short-description {
	margin: 0 0 25px;
	color: #888;
}

.price-reviews-wrapper {
	margin: 0 0 30px;
	border-bottom: 1px solid #eee;
}
.price-reviews-wrapper .prices {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	justify-content: center;
	margin: 0 0 25px;
	flex-direction: column;
}
.old-product-price,
.non-discounted-price,
.prices .product-price {
	margin: 0 6px;
	/*font-size: 15px;*/
	font-size: 18px;
	color: #888;
}
.prices .product-price {
	color: #191919;
}
.old-product-price,
.non-discounted-price {
	/*text-decoration: line-through;*/
}
.old-product-price +
.non-discounted-price {
	display: none; /*hidden by default*/
}
.prices .tax-shipping-info {
    font-size: 11px;
	white-space: nowrap;
	color: #888;
}
.prices .rental-price {
	width: 100%;
	text-align: center;
	white-space: nowrap;
}
.tier-prices {
	margin: 0 0 30px;
}
.tier-prices .title {
	display: none;
}
.tier-prices .prices-table {
	display: grid;
	grid-template-columns: 50% 50%;
}
.tier-prices .prices-cell {
	box-shadow: 0 0 0 1px #eee;
	background-color: #fff;
    padding: 10px;
}
.tier-prices .field-header {
    font-weight: bold;
}
.tier-prices .item-price {
	color: #e43d51;
}

.product-reviews-overview {
	display: flex;
	justify-content: center;
	margin: 0 0 25px;
	font-size: 0;
	color: #888;
}
.product-reviews-overview * {
	height: 14px !important;
	line-height: 13px; /*cross-browser compatibility*/
	white-space: nowrap;
}
.product-no-reviews,
.product-review-links {
	font-size: 12px;
}
.product-no-reviews span,
.product-review-links span {
	margin: 0 8px;
}
.product-no-reviews a,
.product-review-links a:hover {
	color: #000;
}
.product-review-links {
	display: flex;
}

.stock-delivery-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 10px;
	align-items: center;
	margin: 0 0 25px;
	white-space: nowrap;
}
.stock-delivery-wrapper.empty {
	display: none;
}
.availability .stock .label {
	display: none;
}
.availability .stock .value {
	display: inline-block;
	background-color: #f3f3f3;
	padding: 5px 10px;
}
.delivery .free-shipping {
	display: inline-block;
	background-color: #f3f3f3;
	padding: 5px 10px;
	vertical-align: middle;
	font-weight: 600;
}
.delivery .delivery-date {
	display: inline-block;
	vertical-align: middle;
}
.free-shipping + .delivery-date {
	margin-left: 8px;
}

.stock-delivery-wrapper .availability {
	display: flex;
	align-items: center;
}
.back-in-stock-subscription {
	margin: 0 5px 0 15px;
	font-size: 0;
}
.availability .subscribe-button {
	display: inline-flex;
	font-weight: 400;
}
.availability .subscribe-button:before {
	content: "\e93a";
	position: relative;
	bottom: 1px;
	margin-right: 6px;
	font-size: 20px;
}

.overview .label,
.variant-overview .label {
	color: #888; 
}
.overview .value,
.variant-overview .value {
	/*font-weight: 600;*/ 
	color: #888;
}
.overview .value a,
.variant-overview .value a {
	text-decoration: underline;
}
.overview .manufacturers {
	margin: 0 0 20px;
}
.overview .additional-details,
.variant-overview .additional-details {
	display: flex;
	flex-wrap: wrap;
	gap: 5px 15px;
	margin: 0 0 25px;
}

.download-sample {
	margin: 0 0 25px;
}
.download-sample-button {
	display: inline-flex;
}
.download-sample-button:before {
	content: "\e929";
	margin-right: 5px;
	font-size: 20px;
}

.attributes dl {
	margin: 0 0 30px;
}
.attributes dt {
	margin: 0 0 5px;
	color: #888;
}
.attributes dd {
	margin: 0 0 10px;
}
.attributes li {
	margin: 8px 0 12px;
}
.attributes li.disabled {
	pointer-events: none;
	opacity: 0.5;
}
.attributes li.disabled label {
	text-decoration: line-through;
}
.attributes select,
.attributes .textbox,
.attributes textarea {
	width: 100%;
}
.attributes option.disabled {
	color: #ddd;
}
.attributes .option-list label {
	margin: 0 3px;
}
.attributes .qty-select {
	max-width: calc(100% - 70px);
}
.attributes .qty-box {
	margin: 0 0 0 5px;
}
.attributes .qty-box label {
	display: none;
}
.attributes .qty-box input {
	width: 60px;
}

.attribute-squares {
	display: flex;
	font-size: 0;
}
.attribute-squares li {
	position: relative;
	margin: 6px 6px 3px 0;
	text-align: center;
}
.attribute-squares label {
	display: block;
	margin: 0 !important;
}
.attribute-squares input {
	position: relative;
	z-index: -1;
	margin: -32px 0 0;
}
.attribute-squares span {
    display: block;
}
.attribute-square {
	width: 24px;
    height: 24px;
    border: 2px solid #fff;
    cursor: pointer;
	border-radius: 50%;
	border: 1px solid #aaa;
}
.attribute-squares [title~="White"] span {
    box-shadow: inset 0 0 0 1px #ddd;
}
.selected-value .attribute-square {
    box-shadow: 0 0 0 1px #333 !important;
	border: 4px solid #fff;
}
.attribute-squares li.disabled {
	position: relative;
	opacity: 1;
}
.attribute-squares li.disabled:after {
	content: "\e919";
    position: absolute;
    top: 0; right: 0;
    bottom: 0; left: 0;
	border: 2px solid #fff;
    background-color: #f3f3f3;
    font-size: 10px;
    line-height: 30px;
    opacity: 0.95;
}

.image-squares .tooltip-container {
	display: none;
	position: absolute;
	bottom: 100%; left: 50%;
    transform: translate(-50%,-5px);
	width: 200px; height: 200px;
	box-shadow: 0 0 10px rgba(0,0,0,0.15);
	background-color: #fff;
	padding: 10px; z-index: 1;
	animation: fadein 0.5s;
}
.image-squares .tooltip-container:after {
	content: "";
	position: absolute;
	bottom: -10px; left: 50%;
	margin-left: -10px;
	border-width: 10px 10px 0;
	border-style: solid dashed dashed;
	border-color: #fff transparent transparent;
	filter: drop-shadow(0px 2px 2px rgba(0,0,0,0.06));
	opacity: 0; /*hidden by default*/
}
.image-squares li:hover .tooltip-container {
	display: block;
}

.rental-attributes {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 20px;
	margin: 0 0 20px;
}
.rental-attributes .datepicker {
	width: 340px;
	max-width: 100%;
}
.ui-datepicker {
	width: 340px;
	background-color: #fff;
	text-align: center;
}
.ui-datepicker-header {
	position: relative;
	background-color: #222;
	color: #fff;
}
.ui-datepicker-header a {
	display: flex;
    align-items: center;
    justify-content: center;
	position: absolute;
	top: 0; bottom: 0;
	z-index: 1;
	width: 40px;
	font-size: 0;
}
.ui-datepicker-prev {
	left: 0;
}
.ui-datepicker-next {
	right: 0;
}
.ui-datepicker-prev:before {
	content: "\e914";
	font-size: 13px;
}
.ui-datepicker-next:after {
	content: "\e915";
	font-size: 13px;
}
.ui-datepicker-title {
	position: relative;
	z-index: 0;
	padding: 8px 0;
}
.ui-datepicker-calendar th {
	background-color: #f3f3f3;
}
.ui-datepicker-calendar th,
.ui-datepicker-calendar td {
	width: 14.285%;
	border: 1px solid #ddd;
}
.ui-datepicker-calendar th span,
.ui-datepicker-calendar td a {
	display: block;
	min-height: 32px;
	line-height: 32px;
}
.ui-datepicker-calendar td a:hover,
.ui-datepicker-calendar a.ui-state-active,
.ui-datepicker-calendar a.ui-state-active:hover {
    background-color: #e43d51;
	color: #fff;
}

.page .qq-upload-button,
.k-window .qq-upload-button {
	width: 100%;
}
.page .qq-upload-list li,
.k-window .qq-upload-list li {
	background: none !important;
}
.page .qq-upload-list span,
.k-window .qq-upload-list span {
	margin: 0 5px;
}
.page .qq-upload-list span:empty,
.k-window .qq-upload-list span:empty {
	display: none;
}

.giftcard {
	width: 100%;
	margin: 0 0 30px;
}
.giftcard div {
	position: relative;
	margin: 0 0 10px;
}
.giftcard label {
	display: block;
	margin: 0 0 5px;
	color: #888;
}
.giftcard input,
.giftcard textarea {
	width: 100%;
	max-width: 100%;
}
.giftcard .required {
	position: absolute;
	margin: 14px 0 0 -14px;
}

.product-estimate-shipping {
	margin: 0 0 15px;
}
.product-estimate-shipping a {
	display: inline-block;
}
.product-estimate-shipping i {
	display: inline-block;
	transform: rotate(45deg);
	margin: 0 0 3px 10px;
	border: solid black;
	border-width: 0 1px 1px 0;
	padding: 3px 3px;
}
.product-estimate-shipping span {
	vertical-align: middle;
}
.product-estimate-shipping .shipping-loading {
	display: none !important; /*disable preloader*/
}
.product-estimate-shipping .shipping-title {
	margin: 0 0 5px;
}
.product-estimate-shipping .shipping-price {
	margin: 0 0 0 5px;
	font-weight: 600;
}
.product-estimate-shipping .shipping-date {
	margin: 5px 0 0;
	color: #888;
}

.customer-entered-price {
	display: flex;
	align-items: center;
	position: relative;
    width: 100%;
	max-width: 100%;
	margin: 25px 0 0;
}
.customer-entered-price .price-input {
	margin-right: 10px;
}
.customer-entered-price .enter-price-label {
	position: absolute;
	top: -25px;
	color: #e43d51;
}
.customer-entered-price .enter-price-input {
	width: 86px;
	height: 48px;
	padding-right: 0;
}

.cart-buttons-wrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 5px 5px;
	margin: 0 0 30px;
}
.pre-order-availability-date,
.min-qty-notification {
	width: 100%;
}
.cart-buttons-wrapper .add-to-cart {
	margin: 5px 0;
}
.add-to-cart .add-to-cart-panel {
	display: flex;
	align-items: center;
	position: relative;
}
.add-to-cart-panel .qty-wrapper {
	margin-right: 10px;
}
.add-to-cart-panel .add-to-cart-button {
	width: 250px;
	max-width: calc(100% - 100px);
	height: 50px;
	background-color: #000;
	padding: 0 15px;
	font-size: 14px;
	color: #fff;
}
.add-to-cart-panel .add-to-cart-button:hover {
	background-color: #ff7575;
}

.variants-scroll-button {
	width: 240px !important;
	max-width: 100% !important;
}
.variants-scroll-button:before,
.variants-scroll-button:after {
	content: "\e913";
	position: absolute;
	top: 0; bottom: 0;
	height: 15px;
	margin: auto;
}
.variants-scroll-button:before {
	left: 15px;
}
.variants-scroll-button:after {
	right: 15px;
}

.overview-buttons { 
	display: flex;
	column-gap: 5px;
	margin: 5px 0;
	font-size: 0;
}
.overview-buttons button,
.variants .add-to-wishlist-button {
	width: 45px;
	height: 45px;
	border: 1px solid #ddd;
	border-radius: 50%;
	font-size: 0;
}
.add-to-wishlist-button:before {
	content: "\e906";
	font-size: 18px;
}
.add-to-compare-list-button:before {
	content: "\e907";
	font-size: 16px;
}
.email-a-friend-button:before {
	content: "\e908";
	font-size: 16px;
}
.overview-buttons button:hover,
.variants .add-to-wishlist-button:hover {
	border-color: #ccc;
	color: #e43d51;
}
.html-product-details-page .overview-buttons {
		position: relative;
		top: -35px;
	}
.product-share-button {
	margin: -10px 0 30px;
    font-size: 0;
}
.product-share-button a {
	margin-bottom: 0 !important;
}

.full-description {
	line-height: 24px;
	color: #666;
}
.full-description ~ div {
	margin-top: 50px;
}

.product-collateral {
	max-width: 500px;
	margin: auto;
	text-align: left;
}
.product-collateral .title {
	margin: 0 0 20px;
    font-size: 15px;
}
.product-collateral ~ .product-grid {
	margin: 25px 0 50px;
}

.product-specs-box .title {
	margin: 0 0 20px;
    font-size: 15px;
}
.product-specs-box table {
	margin-bottom: 0;
}
.product-specs-box thead {
    display: none;
}
.product-specs-box td {
	border: 1px solid #eee;
    padding: 10px;
}
.product-specs-box .spec-group-name {
    display: none !important; /*hidden because invalid markup in default nopCommerce code*/
}
.product-specs-box .attribute-squares {
    display: inline-block;
    vertical-align: middle;
}
.product-specs-box .attribute-square {
    cursor: default !important;
}
.overview .product-specs-box {
	margin-top: 25px; /*grouped products*/
}

.product-tags-box {
	display: none; /*hidden by default*/
}
.product-tags-list {
	font-size: 0;
}
.product-tags-list li {
	display: inline-block;
	font-size: 13px; /*reset zeroing*/
}
.product-tags-list li.separator {
	margin: 0 5px 0 3px;
}
.product-tags-list a {
	display: inline-block;
	line-height: 24px;
}

.product-variant-list {
	margin-top: 30px !important;
}
.product-variant-line {
	margin: 30px 0 0;
	border-bottom: 1px solid #eee;
	padding: 20px 0 0;
}
.variant-picture {
	position: relative;
	margin: 0 0 30px;
	border: 1px solid #eee;
	font-size: 0;
}
.variant-overview .desktop {
	display: none;
}
.variant-overview .prices {
	justify-content: flex-start;
}
.variant-overview .variant-name {
	margin: 0 0 15px;
	text-align: left;
	font-size: 15px;
	font-weight: 600;
}
.variant-overview .variant-description {
	margin: 0 0 25px;
	line-height: 24px;
	color: #666;
}
.variant-overview .attributes select {
	width: 395px;
}


/* ESTIMATE SHIPPING */


.estimate-shipping-popup {
	position: relative;
	max-width: 800px;
	margin: auto;
	background-color: #fff;
	padding: 25px;
	transform: scale(0.8);
	transition: all 0.2s ease;
	opacity: 0;
}
.estimate-shipping-popup strong {
	visibility: hidden;
}
.mfp-ready .estimate-shipping-popup {
	transform: scale(1);
	opacity: 1;
}
.mfp-removing .estimate-shipping-popup {
	transform: scale(0.8);
	opacity: 0;
}
.estimate-shipping-popup-zoom-in.mfp-removing {
	transition: all 0.3s ease;
	opacity: 0;
}

.estimate-shipping-row {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	position: relative;
}
.estimate-shipping-row-item {
	flex: 0 1 100%;
}

.mfp-container .address-item {
	margin: 10px 0 0;
}
.mfp-container .address-item + div {
	padding: 0 0 0 15px;
}
.estimate-shipping-address-control {
	width: 100%;
}
.mfp-container .address-item .required {
	position: absolute;
    top: -5px;
	right: -5px;
}
.mfp-container .shipping-options {
	position: relative; /*preloader referrence*/
	margin: 10px 0 25px;
}
.mfp-container .shipping-header-item {
	align-self: flex-end;
	border: none !important;
	padding: 12px 5px !important;
	font-size: 14px;
	white-space: nowrap;
    text-overflow: ellipsis;
}
.mfp-container .shipping-options-body {
	display: table;
	table-layout: fixed;
	width: 100%;
	border: 1px solid #ddd;
	border-collapse: collapse;
}
.mfp-container .shipping-option {
	display: table-row;
	cursor: pointer;
	color: #888;
}
.mfp-container .shipping-option.active {
    color: #000;
}
.mfp-container .shipping-option > div {
	display: table-cell;
	border-top: 1px solid #ddd;
	padding: 10px 11px;
}
.mfp-container .shipping-item {
	border-right: 1px solid #ddd;
	overflow: hidden;
	padding: 8px 0;
	overflow-wrap: break-word;
}
.estimate-shipping-row-item-radio {
	flex: 0 0 30px;
	width: 24px;
}
.estimate-shipping-radio {
	display: none;
}

.apply-shipping-button-container {
	text-align: center;
}
.apply-shipping-button-container + button {
	font-weight: 400;
}
.mfp-container .apply-shipping-button {
	min-width: 150px;
	height: 45px;
	margin: 5px 0;
    background-color: #000;
    padding: 0 15px;
    font-size: 14px;
    color: #fff;
}
.mfp-container .apply-shipping-button:hover {
	background-color: #e43d51;
}

.mfp-container .no-shipping-options {
	padding: 30px 15px;
	text-align: center;
}
.mfp-container .message-failure {
	margin: 10px 0 -5px;
}

@media all and (max-width: 600px) {

	.estimate-shipping-popup {
		padding: 25px 3%;
	}
	.mfp-container .shipping-address {
		flex-flow: column;
	}
	.mfp-container .address-item {
		width: 100%;
	}
	.mfp-container .address-item + div {
		padding: 0;
	}
	.mfp-container .address-item .required {
		top: 14px;
		right: 4px;
	}
}


/* PRODUCT REVIEWS */


.product-reviews-page h1 a {
	display: inline-block;
	border-bottom: 2px solid #000;
	line-height: 30px;
}
.product-reviews-page h1 a:before,
.product-reviews-page h1 a:after {
	content: "''";
}
.product-reviews-page .title {
	margin: 0 0 10px;
	text-align: center;
	font-size: 15px;
}
.product-reviews-page .result,
.product-reviews-page .message-error {
	margin: 0 0 20px;
}

.write-review .review-rating {
	text-align: center;
	font-size: 0;
}
.write-review .review-rating > label {
	text-align: center;
}
.write-review .rating-options input {
	position: absolute;
	margin: 4px 0 0 4px;
}
.write-review .rating-options label {
	display: inline-block;
	max-width: 20px;
	margin: 0 1px;
	padding: 0;
	font-size: 0;
}
.write-review .rating-options label:before {
	content: "\e909";
	display: block;
	position: static;
	width: auto;
	height: auto;
	border: none !important;
	background: none !important;
	box-shadow: none;
	font-size: 20px;
	color: #e43d51;
}
.write-review :checked + label ~ label:before {
	content: "\e90a";
	color: #ccc;
}
.write-review .additional-rating {
	margin-top: -10px;
}
.write-review .tooltip-text p {
	display: none; /*do not use the tooltip*/
}
.write-review .captcha-box {
	margin: 25px 0;
}
.write-product-review-button {
	min-width: 240px;
	height: 50px;
    background-color: #000;
	padding: 0 20px;
	font-size: 14px;
    color: #fff;
}
.write-product-review-button:hover {
    background-color: #e43d51;
}

.product-review-list {
	margin-top: 70px;
	overflow: hidden;
}
.product-review-item {
	margin: 0 0 20px;
	border: 1px solid #eee;
	padding: 20px;
}
.product-review-item .review-title {
	margin: 0 0 5px;
	font-size: 15px;
}
.product-review-item .product-review-box {
	display: inline-flex;
	margin: 0 0 15px;
}
.product-review-item .additional-rating {
	display: none; /*hidden by default on both review page and customer reviews page*/
}
.product-review-item .review-avatar {
	margin: 0 0 25px;
}
.product-review-item .review-avatar a {
	display: table;
	margin: auto;
}
.product-review-item .review-avatar img {
	display: block;
	margin: auto;
}
.product-review-item .review-avatar .user {
	margin-top: 5px;
	word-break: break-all;
	font-size: 12px;
	color: #888;
}
.product-review-item .review-text {
	margin: 0 0 25px;
	text-align: left;
	color: #666;
}
.product-review-item .review-date {
	display: block;
	margin: 0 0 10px;
	padding: 5px 0;
	font-size: 12px;
	color: #888;
}
.product-review-item .review-info label {
	color: #888;
}
.product-review-item .review-info a:hover {
	text-decoration: underline;
}
.product-review-item .separator {
	margin: 0 5px;
	color: #888;
}
.product-review-helpfulness .vote {
	display: inline-block;
	padding: 0 3px;
	font-weight: bold; 
	text-decoration: underline; 
	cursor: pointer;
}
.product-review-helpfulness {
	margin: 25px 0 10px;
}
.product-review-helpfulness .question {
	margin-right: 5px;
	color: #888;
}
.product-review-helpfulness .vote + .vote:before {
	content: "|";
	position: relative;
	bottom: 1px;
	margin: 0 5px 0 -4px;
}
.product-review-helpfulness .vote-stats {
	position: relative;
    bottom: -1px;
	margin-left: 5px;
	font-size: 12px;
	color: #888;
}
.product-review-helpfulness .result {
	margin-left: 10px;
	color: #888;
}
.product-review-item .review-reply {
    margin: 25px 0 0;
	border: 1px dashed #eee;
    background-color: #f9f9f9;
	padding: 15px;
}
.product-review-item .reply-header {
	margin: 0 0 10px;
	font-weight: bold;
}


/* WISHLIST & COMPARE PAGE */


.wishlist-content .buttons {
	display: flex;
	flex-flow: column;
	gap: 10px 10px;
	max-width: 350px;
	margin: auto;
}
.update-wishlist-button,
.email-wishlist-button {
	min-width: 200px;
    height: 50px;
	border: 1px solid #000;
    padding: 0 15px;
    font-size: 14px;
}
.update-wishlist-button:hover,
.email-wishlist-button:hover {
	border-color: #e43d51;
    color: #e43d51;
}
.wishlist-add-to-cart-button {
	min-width: 220px;
	height: 50px;
	background-color: #000;
	padding: 0 15px;
    font-size: 14px;
	color: #fff;
}
.wishlist-add-to-cart-button:hover {
	background-color: #e43d51;
}
.wishlist-content > .message-error {
	margin: 0 0 10px;
}
.wishlist-page .tax-shipping-info {
	margin: 30px 0 0;
	text-align: center;
}
.wishlist-page .share-info {
	margin: 40px -2.5% 0;
	background-color: #f3f3f3;
	padding: 30px 20px 40px;
	text-align: center;
}
.wishlist-page .share-info:before {
	content: "\e906";
	display: block;
	font-size: 20px;
}
.wishlist-page .share-label {
	display: block;
	margin: 5px 0 10px;
	color: #888;
}
.wishlist-page .share-link {
	display: block;
	font-weight: 600;
}

.compare-products-page {
	position: relative;
	overflow: hidden;
}
.compare-products-clear-list {
	margin: 0 0 15px;
	font-weight: 600;
	color: #e43d51;
	text-decoration: underline;
}
.compare-products-page .remove-button {
	font-size: 12px;
	text-decoration: underline;
}
.compare-products-page .picture {
	display: block;
	font-size: 0;
}
.compare-products-page .attribute-squares {
    display: inline-block;
    vertical-align: middle;
}
.compare-products-page .attribute-square {
	width: 24px;
	height: 24px;
    cursor: default !important;
}

.compare-products-table {
	display: none;
}
.compare-products-table td {
	padding: 20px 5px;
    vertical-align: top;
}
.compare-products-table td label {
    font-weight: 400;
}
.compare-products-table td:first-child,
.compare-products-table .short-description {
    color: #888;
}
.compare-products-table .product-price {
	font-weight: 600;
}
.compare-products-table .wrapper {
	position: relative;
	max-width: 80%;
	padding-top: 0;
}
.compare-products-table button {
	display: flex;
	align-items: center;
	position: absolute;
	top: 0; right: 0;
	max-width: 38px;
	height: 38px;
	overflow: hidden;
	background: rgba(255,255,255,.8);
	text-decoration: none !important;
	transition: 0.8s ease-out;
}
.compare-products-table button:before {
	content: "\e919";
	display: block;
	min-width: 38px;
	max-width: 38px;
	vertical-align: middle;
}
.compare-products-table button span {
	margin-right: 8px;
	vertical-align: middle;
}
.compare-products-table button:hover {
	max-width: 150px;
}

.compare-section + .compare-section {
	margin-top: 30px;
}
.compare-products-mobile .title {
	background-color: #f3f3f3;
	padding: 10px;
}
.compare-products-mobile .item {
	display: flex;
	column-gap: 10px;
	border-bottom: 1px solid #eee;
	padding: 10px 1px;
	text-align: left;
}
.compare-products-mobile .picture img {
    max-width: 80px;
}
.compare-section.specification .item {
	display: block;
}


/* TOPICS */


.page .topic-block,
.page.topic-page {
	text-align: left;
}
.topic-block .title {
	padding: 20px 0;
	font-weight: 400;
}
.topic-block-body,
.topic-page .page-body {
	line-height: 24px;
}

.not-found-page p {
	margin: 0 0 30px;
}

.topic-password {
	margin: 70px 0 50px;
	text-align: center;
}
.page .page-body >
.topic-password:first-child {
	margin-top: 0;
}
.enter-password-title {
	margin: 0 0 30px;
}
.enter-password-form {
	width: 600px;
	max-width: 100%;
	margin: auto;
}
.enter-password-form input {
	display: block;
	width: 100%;
}
.enter-password-form button {
    min-width: 240px;
    height: 50px;
    margin: 30px 0 0;
	border: 1px solid #000;
    background: none !important;
    padding: 0 20px;
    font-size: 14px;
    color: #000 !important;
}
.topic-password .password-error {
	margin-top: 10px;
}


/* CONTACT PAGES */


.contact-page .topic-block,
.apply-vendor-page .topic-block {
	margin: 0 0 30px;
	text-align: center;
}
.contact-page .topic-block p,
.apply-vendor-page .topic-block p {
	color: #000;
}
.contact-page .message-error,
.email-a-friend-page .message-error,
.apply-vendor-page .message-error {
	margin: 0 0 10px;
}
.contact-page .buttons,
.email-a-friend-page .buttons,
.apply-vendor-page .buttons {
	margin-top: 30px;
}
.contact-page .button-1,
.email-a-friend-page .button-1,
.apply-vendor-page .button-1 {
	min-width: 240px;
    height: 50px;
    background-color: #000;
    padding: 0 20px;
    font-size: 14px;
    color: #fff;
}
.contact-page .button-1:hover,
.email-a-friend-page .button-1:hover,
.apply-vendor-page .button-1:hover {
    background-color: #e43d51;
}
.email-a-friend-page .title {
	margin: 0 0 30px;
	text-align: center;
}
.email-a-friend-page .title h2 {
	font-weight: 400;
}
.apply-vendor-page input[type="file"] {
	background-color: #eee;
}
.apply-vendor-page .terms-of-service {
    width: 600px;
    max-width: 100%;
    margin: 40px auto 30px;
    background-color: #f3f3f3;
    padding: 20px;
    text-align: center;
}


/* REGISTRATION & LOGIN */


.gender {
	text-align: left;
}
.gender span {
	display: inline-block;
	margin-right: 10px;
	padding: 5px;
}
.gender label {
    display: inline-block;
    width: auto !important;
    margin: 0 !important;
	cursor: pointer;
}
.email-to-revalidate {
	display: block;
	text-align: left;
	font-size: 13px;
}
.email-to-revalidate-note {
	display: block;
	text-align: left;
	font-size: 12px;
	color: #888;
}
#check-availability-button {
	display: block;
	margin-top: 10px;
	font-size: 12px;
    text-decoration: underline;
}
#username-availabilty {
	margin: 5px 0 0;
}
#username-availabilty:empty {
	display: none;
}
.readonly-username {
    display: block;
    text-align: left;
	font-size: 13px;
}
.vat-status, .vat-note {
	display: block;
	margin: 5px 0 0;
	text-align: center;
	font-size: 12px;
}
.accept-privacy-policy {
	width: 600px;
	max-width: 100%;
	margin: 50px auto;
	background-color: #f3f3f3;
	padding: 20px;
	text-align: center;
}
.accept-privacy-policy .read {
	cursor: pointer;
}
.accept-privacy-policy + .accept-consent {
	margin-top: -45px;
}

.registration-page .fieldset {
	margin: 0 0 50px;
}
.registration-result-page .result {
	margin: 0 0 30px;
	text-align: center;
	font-weight: 600;
}
.registration-result-page .buttons {
    display: none;
}

.login-page .customer-blocks {
	display: flex;
	flex-flow: column-reverse;
}
.login-page .fieldset,
.login-page .new-wrapper {
	width: 100%;
	max-width: 600px;
	margin: 50px auto 0;
	border: 1px solid #eee;
	padding: 0 5% 35px;
}
.login-page .fieldset .title,
.login-page .new-wrapper .title {
	position: relative;
	top: -35px;
}
.login-page .message-error {
	margin-bottom: 10px;
}
.login-page .new-wrapper {
	margin-top: 70px;
}
.login-page .new-wrapper .title {
	margin: 0 0 10px;
    text-align: center;
    font-size: 15px;
}
.login-page .new-wrapper .text {
	margin: 0 0 30px;
	text-align: center;
}
.login-page .text .topic-block {
	text-align: center;
}
.login-page .new-wrapper .buttons {
	display: flex;
	flex-flow: row-reverse;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px 10px;
}
.login-page .new-wrapper button {
	border: 1px solid #000;
	background: none !important;
	color: #000;
}
.login-page .new-wrapper button:hover {
	border-color: #e43d51;
	color: #e43d51;
}
.login-page .inputs.reversed {
	display: flex;
	justify-content: space-between;
	white-space: nowrap;
}
.login-page .inputs.reversed label {
	margin: 0 0 0 5px;
}
.login-page .inputs.reversed a {
	font-size: 12px;
	text-decoration: underline;
}
.customer-blocks ~ .topic-block {
	margin: 30px 0 0;
}

.external-authentication {
	margin: 30px 0 0;
	text-align: center;
}
.external-authentication .title {
	display: none;
}
.add-more-external-records {
	width: 600px;
    max-width: 100%;
	margin: auto;
}
.password-recovery-page .tooltip {
	width: 600px;
	max-width: 100%;
	margin: 0 auto 30px;
}
.password-recovery-page .result {
	margin: 0 0 30px;
	text-align: center;
	font-weight: 600;
}


/* ACCOUNT PAGES */


.block-account-navigation a {
	display: flex !important;
	padding: 10px 0 !important;
	font-size: 14px;
	color: #000;
}
.block-account-navigation a:before {
	display: block;
	min-width: 20px;
	margin-right: 10px;
	text-align: center;
	font-size: 20px;
}
.block .customer-info a:before {
	content: "\e926";
}
.block .customer-addresses a:before {
	content: "\e927";
}
.block .customer-orders a:before {
	content: "\e928";
}
.block .downloadable-products a:before {
	content: "\e929";
}
.back-in-stock-subscriptions a:before {
	content: "\e93a";
}
.block .return-requests a:before {
	content: "\e92a";
}
.block .reward-points a:before {
	content: "\e92b";
}
.block .change-password a:before {
	content: "\e92c";
}
.block .customer-avatar a:before {
	content: "\e92d";
}
.block .forum-subscriptions a:before {
	content: "\e930";
}
.block .customer-reviews a:before {
	content: "\e92e";
}
.block .customer-vendor-info a:before {
	content: "\e92f";
}
.block .customer-gdpr a:before {
	content: "\e931";
}
.block .price-match-requests a:before {
	content: "\e93b";
}
.customer-check-gift-card-balance a:before {
	content: "\e932";
}
.customer-multiFactor-authentication a:before {
	content: "\e933";
}

.customer-info-page .fieldset {
	margin: 0 0 50px;
}

.address-list-page .addresses,
.order-list-page .order-list,
.return-list-page .return-list,
.gdpr-tools-page .gdpr-form {
	display: grid;
	grid-gap: 25px 0;
	max-width: 600px;
	margin: auto;
}
.address-list-page .section,
.order-list-page .section,
.return-list-page .section,
.gdpr-tools-page .fieldset {
	border: 1px solid #eee;
	padding: 30px 20px;
	text-align: center;
}
.address-list-page .title,
.order-list-page .title,
.return-list-page .title,
.gdpr-tools-page .title {
	margin-bottom: 15px;
}
.address-list-page .info,
.order-list-page .info,
.return-list-page .info {
	line-height: 24px;
	color: #888;
}
.address-list-page .email {
	margin-bottom: 10px;
	color: #000;
}
.address-list-page .buttons,
.order-list-page .buttons {
	display: flex;
	justify-content: space-between;
	margin: -15px 0 15px;
}
.address-list-page .button-2,
.order-list-page .button-2 {
	text-decoration: underline;
}
.address-list-page .add-address {
	display: flex;
	flex-flow: column;
	border: 1px dashed #ddd;
}
.address-list-page .add:before {
	content: "\e91c";
	flex-grow: 1;
    display: flex;
	align-items: center;
	margin: 0 auto 30px;
	font-size: 90px;
	color: #bbb;
}
.address-list-page .button-1 {
	align-self: center;
}
.address-list-page .no-data+.add {
	max-width: 600px;
    margin: 30px auto 0;
}
.address-edit-page .edit-address {
	margin: 0 0 30px;
}

.order-list-page .buttons {
	flex-flow: row-reverse;
}
.order-list-page .disabled {
	text-decoration: line-through;
	cursor: default;
	opacity: 0.5;
}
.order-list-page .info span,
.return-list-page .info span {
	color: #000;
}

.return-list-page .info {
	margin-top: 25px;
	text-align: left;
}
.return-list-page .info label {
	margin-right: 5px;
	white-space: nowrap;
}
.return-list-page .product a {
	font-weight: 600;
}
.return-list-page .comments {
	margin: 15px 0 0;
	text-align: left;
}

.back-in-stock-list-page .description,
.forum-subscriptions-page .description {
	margin: 0 0 20px;
	text-align: center;
}
.downloadable-products-page .download {
	text-align: center;
}
.downloadable-products-page .download a {
	font-size: 12px;
	font-weight: 600;
	text-decoration: underline;
	white-space: nowrap;
}
.user-agreement-page .terms-of-agreement {
	min-height: 100px;
	margin: 0 0 30px;
}

.reward-points-overview {
    margin: 0 0 30px;
	border: 1px solid #eee;
	padding: 30px 15px;
	text-align: center;
}
.reward-points-history .date,
.reward-points-history .endDate {
	white-space: nowrap;
}
.reward-points-history .empty {
	display: none;
}

.change-password-page .buttons {
	margin-top: 30px;
}

.avatar-page .page-body {
	border: 1px solid #eee;
	padding: 30px 15px;
	text-align: center;
}
.avatar-page .image {
	margin-bottom: 30px;
	font-size: 0;
}
.avatar-page .image img {
	border: 1px solid #eee;
}
.avatar-page .buttons {
	display: flex;
    flex-wrap: wrap;
	justify-content: center;
    gap: 10px 10px;
	margin: 30px 0;
}
.avatar-page .button-2,
.vendorinfo-page .button-2 {
	min-width: 240px;
    height: 50px;
    border: 1px solid #000;
    padding: 0 20px;
    font-size: 14px;
}
.avatar-page .button-2:hover,
.vendorinfo-page .button-2:hover {
    border-color: #e43d51;
	color: #e43d51;
}

.gdpr-tools-page .fieldset {
	display: flex;
	flex-flow: column;
}
.gdpr-tools-page .form-fields {
	flex-grow: 1;
	margin: 0 0 20px;
}
.gdpr-export-data-button,
.gdpr-delete-account-button {
	border: 1px solid #000;
	background: none !important;
	color: #000;
}
.gdpr-export-data-button:hover,
.gdpr-delete-account-button:hover {
	border-color: #e43d51;
	color: #e43d51;
}

.check-gift-card-balance-page .result {
	margin: 0 0 20px;
}
.check-gift-card-balance-page .buttons {
	margin-top: 30px;
}

.vendorinfo-page .vendor-picture {
	display: flex;
	flex-flow: column;
	margin-top: 30px;
}
.vendorinfo-page .vendor-picture img {
	align-self: center;
}
.vendorinfo-page .vendor-picture button {
	align-self: center;
    margin-top: 20px;
    text-decoration: underline;
}
.vendorinfo-page .vendor-attributes {
	max-width: 600px;
	margin: 0 auto 25px;
}

.multifactor-auth-page .description {
	margin: 0 0 30px;
	text-align: left;
}
.multifactor-auth-page .is-enabled {
	margin: 40px 0;
	background-color: #f3f3f3;
	padding: 20px 15px;
}
.multifactor-auth-page .is-enabled .inputs {
	margin-bottom: 0;
}
.multifactor-auth-page .is-enabled label {
	display: inline;
	width: auto;
}
.multifactor-auth-page .method-name {
	display: flex;
}
.multifactor-auth-page .method-name button {
	height: auto;
	background: none;
	padding: 0; color: #000;
	text-decoration: underline;
}

.configure-provider .table-wrapper {
	margin: 40px 0;
	text-align: left;
}
.configure-provider table .qr-code {
	vertical-align: top;
	font-size: 0;
}
.configure-provider table .qr-code img {
	border: 1px solid #eee;
}
.configure-provider table .manual-code {
	padding: 5px 0 5px 15px;
	vertical-align: top;
}


/* SHOPPING CART */


.order-progress {
	position: relative;
	background-color: #f3f3f3;
	padding: 25px 0;
	text-align: center;
}
.order-progress:before {
	content: "";
	position: absolute;
	top: 0; right: -2.5%;
	bottom: 0; left: -2.5%;
	background-color: #f3f3f3;
}
.order-progress ul {
	display: flex;
	justify-content: center;
}
.order-progress li {
	position: relative;
	width: 16.666%;
	max-width: 80px;
}
.order-progress a {
	display: block;
	position: relative;
	z-index: 1;
	padding-top: 40px;
	font-family: "Open Sans",Arial,sans-serif;
	font-size: 0;
	color: #888;
}
.order-progress li:before,
.order-progress li:after {
    position: absolute;
    top: 0; z-index: 0;
	left: 0; right: 0;
	width: 40px; height: 40px;
	margin: auto auto;
	border: 1px solid #888;
	background-color: #f3f3f3;
}
.order-progress li:before {
	content: "\e910";
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1;
	color: #888;
}
.order-progress li:after {
    content: "";
	margin-top: 3px;
    left: 3px; right: -3px;
}
.order-progress .active-step:before {
	content: "\e918";
	border-color: #000;
	color: #000;
}
.order-progress .active-step:after {
	border-color: #000;
}
.order-progress .current-step:before {
	content: "\e91a";
	border-color: #e43d51;
	background-color: #e43d51;
	color: #fff;
}
.order-progress .current-step:after {
	border-color: #e43d51;
}
.order-progress .inactive-step a {
	cursor: default;
}
.order-progress .active-step a {
	cursor: pointer;
	color: #000;
}
.order-progress .current-step a {
	color: #e43d51;
}

.shopping-cart-page .button-1,
.checkout-page .button-1 {
	min-width: 240px;
    height: 50px;
    background-color: #000;
    padding: 0 20px;
    font-size: 14px;
    color: #fff;
}
.shopping-cart-page .button-1:hover,
.checkout-page .button-1:hover {
	background-color: #e43d51;
}
.remove-discount-button,
.remove-gift-card-button {
	margin: 0 0 0 5px;
	padding: 5px;
	cursor: pointer;
}
.remove-discount-button:before,
.remove-gift-card-button:before {
	content: "\e919";
	font-size: 10px;
}

.shopping-cart-page .message-error,
.checkout-page .message-error {
	margin: 0 0 10px;
}

.cart-options {
	margin: 0 0 30px;
	text-align: center;
}
.cart-options .common-buttons {
	display: flex;
    flex-flow: column;
    gap: 10px 10px;
    max-width: 250px;
    margin: auto;
}
.cart-options .tax-shipping-info {
	max-width: 290px;
	margin: 0 0 15px;
}
.cart-options .update-cart-button,
.cart-options .continue-shopping-button,
.cart-options .estimate-shipping-button {
	min-width: 200px;
    height: 50px;
	border: 1px solid #000;
    padding: 0 15px;
    font-size: 14px;
}
.cart-options .continue-shopping-button {
	display: none;
}
/*.tax-shipping-info ~ .continue-shopping-button {
	display: none;
}*/
.cart-options .estimate-shipping-button {
	display: inline-flex;
    justify-content: center;
	align-items: center;
	font-weight: 600;
	order: 3; /**/
}
.cart-options .update-cart-button:hover,
.cart-options .continue-shopping-button:hover,
.cart-options .estimate-shipping-button:hover {
	border-color: #e43d51;
    color: #e43d51;
}

.checkout-attributes dt {
	margin: 0 0 5px;
	color: #888;
}
.checkout-attributes dd {
	margin: 0 0 10px;
}
.checkout-attributes select {
	min-width: 250px;
}
.checkout-attributes li {
	margin: 8px 5px;
	text-align: left;
}

.checkout-attributes + .deals {
	margin-top: 30px;
}

.cart-collaterals .title {
	font-family: "Open Sans",Arial,sans-serif;
	font-size: 20px;
}
.cart-collaterals .title strong {
	font-weight: 400;
}
.cart-collaterals .hint {
	display: none;
	margin: 0 0 5px;
	color: #888;
}
.coupon-box, .giftcard-box {
	margin: 0 0 2px;
}
.cart-collaterals .coupon-code {
	display: flex;
	border: 1px solid #ddd;
	padding-right: 15px;
}
.cart-collaterals .coupon-code input {
	flex-grow: 1;
	height: 50px;
	border: none;
}
.cart-collaterals .coupon-code button {
	text-decoration: underline;
}
.cart-collaterals .message-failure {
	margin: 5px 0 0;
	font-size: 12px;
	color: #e31d31;
}
.cart-collaterals .message-success {
	margin: 5px 0 0;
	font-size: 12px;
}
.cart-collaterals .current-code {
	margin: 5px 0 0;
}

.total-info {
	margin: 0 0 20px;
	background-color: #f3f3f3;
	padding: 20px 15px;
}
.cart-total td {
	width: 50%;
	border: none;
	padding: 5px 1px;
}
.cart-total-left {
	text-align: left;
}
.cart-total-right {
	text-align: right;
}
.cart-total .order-total {
	font-size: 14px;
	font-weight: 600;
}
.terms-of-service {
	max-width: 350px;
	margin: 0 auto 30px;
}
.terms-of-service label:before {
    top: 3px !important;
	bottom: auto !important;
}
.terms-of-service .read {
	margin: 0 0 0 3px;
    cursor: pointer;
}
.cart-footer .totals-txt {
	display: none;
}
.cart-footer .amount-warning {
	margin: 0 0 20px;
	font-weight: 600;
	color: #e31d31;
}
.cart-footer .checkout-button {
	width: 100%;
	height: 55px;
	font-size: 15px;
}
.cart-footer .checkout-disabled {
	font-weight: 600;
	color: #e31d31;
}
.cart-footer .addon-buttons {
	display: flex;
	align-items: center;
}
.cart-footer .addon-buttons img {
	margin: 20px auto 0;
}
.cart-footer .addon-buttons p {
	margin: 20px 0 0;
}


/* CHECKOUT */


.checkout-page .warning {
	margin: 0 0 20px;
}
.checkout-page .order-summary {
	margin: 50px 0 0;
}
.checkout-page .order-summary > .title {
	margin-bottom: 10px;
    font-family: "Open Sans",Arial,sans-serif;
    font-size: 24px;
}
.checkout-page .order-summary > .title strong {
	font-weight: 400;
}

.pickup-in-store,
.ship-to-same-address,
.use-reward-points {
	max-width: 600px;
	margin: 0 auto 20px;
	background-color: #f3f3f3;
	padding: 30px 15px;
	text-align: center;
}
.pickup-in-store.additional,
.use-reward-points {
	max-width: 600px;
	margin: 0 auto 30px;
}
.pickup-in-store .description {
	margin-top: 5px;
}

.checkout-page .address-grid {
	display: grid;
	grid-gap: 25px 0;
	max-width: 600px;
	margin: auto;
}
.checkout-page .address-item {
	border: 1px solid #eee;
	padding: 30px 20px;
	text-align: center;
}
.checkout-page .address-item.last {
    border: 1px dashed #ddd;
}
.checkout-page .address-buttons {
    display: flex;
    justify-content: space-between;
    margin: -15px 0 15px;
	display: none; /*hidden, theme specific*/
}
.checkout-page .address-button {
    text-decoration: underline;
}
.checkout-page .address-title {
	margin-bottom: 15px;
	color: #000;
}
.checkout-page .address-box {
	margin-bottom: 20px;
	line-height: 24px;
	color: #888;
}
.checkout-page .dummy-buttons {
	min-height: 20px;
}
.checkout-page .enter-address {
	flex-grow: 1;
    display: flex;
    flex-flow: column;
}
.checkout-page .enter-address:before {
    content: "\e91c";
	flex-grow: 1;
	display: flex;
	align-items: center;
    margin: 15px auto 30px;
    font-size: 90px;
    color: #bbb;
}
.checkout-page .add-address-button {
	background: #eee !important;
	color: #000;
}
.checkout-page .add-address-button:hover {
	opacity: 0.75;
}
.checkout-page .new-address-wrapper {
	display: none;
	margin-top: 45px;
}
.checkout-page .enter-address .inputs {
	width: auto;
}
.checkout-page .cancel-address-button {
	border: 1px solid #000;
	background: none !important;
	color: #000;
}
.cancel-address-button:hover {
	border-color: #e43d51;
	color: #e43d51;
}

.select-pickup-point {
	margin: 40px 0 0;
	text-align: center;
}
.select-pickup-point ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px 15px;
}
.select-pickup-point label {
	display: block;
	margin-bottom: 10px;
	font-weight: 600;
}
.pickup-points select {
	min-width: 300px;
}
.pickup-points-map {
	height: 340px;
	margin: 25px 0 0;
}
.pickup-points~.buttons {
	margin-top: 30px;
}

.method-list {
	max-width: 600px;
	margin: auto;
}
.method-list li {
	position: relative;
	margin-bottom: 10px;
	border: 1px solid #eee;
	padding: 20px;
	cursor: pointer;
}
.method-list .selected {
	color: #000;
}
.method-list .selected:before {
    content: "";
	position: absolute;
	top: 0; bottom: 0;
	left: 0; width: 5px;
	background-color: #000;
}
.method-list :checked + label {
	font-weight: 600;
}
.method-description {
	margin-top: 5px;
	padding-left: 20px;
	color: #888;
}
.method-list ~ .buttons {
	margin-top: 30px;
}

.payment-info .info {
	margin: 0 0 30px;
}
.payment-info table,
.payment-info tbody,
.payment-info tr,
.payment-info td {
	display: block;
}
.payment-info table.form {
	max-width: 600px;
	margin: 0 auto -25px;
	overflow: hidden;
}
.payment-info .form tr {
	margin-bottom: 25px;
}
.payment-info .form input {
	width: 100% !important;
}
#ExpireMonth, #ExpireYear {
	width: 49%;
}
#ExpireMonth + #ExpireYear {
	margin-left: 2%;
}
.payment-info table:not(.form) {
	border: 1px solid #eee;
	padding: 30px 4%;
	text-align: center;
}

.confirm-order .terms-of-service {
	margin: 0 auto 30px; /*override shopping cart page*/
	text-align: center;
}
.confirm-order .terms-of-service label {
	display: inline;
}

.order-completed .title {
	margin-bottom: 15px;
}
.order-completed .details {
	margin: 0 0 30px;
	border: 1px solid #eee;
	padding: 30px 4%;
	text-align: center;
}
.order-completed .details a {
	margin: 5px 0 0;
	text-decoration: underline;
}

.opc .tab-section {
	margin: 0 0 10px;
	border: 1px solid #f3f3f3;
}
.opc .tab-section.active {
	margin-bottom: 15px;
}
.opc .step-title {
	display: flex;
	align-items: center;
	background-color: #f3f3f3;
	padding: 20px;
}
.allow:not(.active) .step-title,
.allow:not(.active) .step-title .number,
.allow:not(.active) .step-title .title {
	cursor: pointer;
}
.allow:not(.active) .step-title:hover {
	background-color: #eee;
}
.opc .step-title .number {
	position: relative;
	bottom: 1px;
	margin-right: 5px;
	font-family: "Open Sans",Arial,sans-serif;
	font-size: 27px;
	color: #ccc;
}
.opc .step-title .title {
	font-family: "Open Sans",Arial,sans-serif;
	font-size: 21px;
	font-weight: 400;
}
.opc .step-title .number:after {
	content: ".";
}
.opc .step.a-item {
	padding: 30px 15px;
	text-align: center;
}
.opc .section > label {
	display: block;
	margin: 0 0 10px;
}
.opc p.selector {
	line-height: normal;
}
.opc .buttons {
	display: flex;
	justify-content: center;
	margin-top: 30px;
}
.opc .back-link {
	width: 200px;
}
.opc .back-link a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
    border: 1px solid #000;
    padding: 0 15px;
    font-size: 14px;
    font-weight: 600;
	text-decoration: none;
}
.opc .back-link a:hover {
    border-color: #e43d51;
	color: #e43d51;
}
.opc .back-link small {
	display: none;
}
.opc .back-link + button {
	min-width: 0;
	width: 200px;
	margin-left: 10px;
	padding: 0 15px;
}
.opc .please-wait {
	display: none !important;
}
.opc .min-amount-warning {
	font-size: 11px;
    color: #e31d31;
}
.opc .pickup-in-store,
.opc .ship-to-same-address,
.opc .use-reward-points {
	background: none;
	padding: 0;
}
.opc #edit-address-button,
.opc #delete-address-button {
	display: none !important;
}
.opc .select-pickup-point {
    margin-top: 20px;
}
.opc .method-list {
	text-align: left;
}
.opc .payment-info table {
	border: none;
	padding: 0;
}
.opc .order-summary:first-child {
	margin-top: 0;
}
.opc .terms-of-service {
	max-width: 500px;
	margin: 15px auto 0;
}


/* ORDER DETAILS & RETURN REQUEST */


.order-review-data,
.order-details-area,
.shipment-details-area {
	max-width: 600px;
	margin: 0 auto 20px; 
	overflow: hidden;  
}
.order-review-data ul,
.order-details-area ul,
.shipment-details-area ul {
	margin: 0 0 30px;
	border: 1px solid #eee;
	padding: 30px 20px;
	line-height: 24px;
	color: #888;
}
.order-review-data .name,
.order-details-area .name {
	color: #000;
}
.order-review-data .email,
.order-details-area .email {
	margin-bottom: 10px;
	color: #000;
}

.order-details-page .buttons {
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
}
.order-details-page .buttons a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 200px;
    height: 50px;
	margin: 0 5px;
    padding: 0 15px;
    font-size: 14px;
	font-weight: 600; 
}
.print-order-button {
	background-color: #000;
	color: #fff;
}
.print-order-button:hover {
	background-color: #e43d51;
}
.pdf-invoice-button {
	border: 1px solid #000;
}
.pdf-invoice-button:hover {
    border-color: #e43d51;
	color: #e43d51;
}

.order-details-page .order-overview {
	margin: 0 0 30px;
	/*border: 1px solid #eee;
	padding: 20px 20px;*/
	text-align: center;
	line-height: 24px;
}
.order-details-page .order-number {
	text-transform: uppercase;
}
.order-details-page .order-total {
	font-weight: 600;
}
.order-details-page .retry-button {
	margin: 10px 0 5px;
	border: 1px solid #000;
    padding: 8px 12px;
}
.order-details-page .retry-button:hover {
	border-color: #e43d51;
	color: #e43d51;
}

.order-details-page table:not(.last) {
	margin-bottom: 50px;
}
.order-details-page .shipments
td:not(.shipment-id) label {
	display: none;
}
.order-details-page td.vendor {
	float: none;
}
.order-details-page .options {
    margin-bottom: 30px;
}
.order-details-page .cart-total {
	margin-bottom: 0 !important;
}
.order-details-page .total-info {
	margin-bottom: 0;
}
.order-details-page .actions {
	display: flex;
	justify-content: center;
	column-gap: 2%;
	margin-top: 20px;
}
.actions .re-order-button,
.actions .return-items-button {
    width: 49%;
    height: 50px;
    padding: 0 15px;
    font-size: 14px;
}
.actions .re-order-button {
	background-color: #000;
	color: #fff;
}
.actions .re-order-button:hover {
	background-color: #e43d51;
}
.actions .return-items-button {
	border: 1px solid #000;
}
.actions .return-items-button:hover {
    border-color: #e43d51;
	color: #e43d51;
}

.shipment-details-page .shipping-method {
	margin-bottom: 10px;
}
.shipment-details-page .tracking-number {
	color: #000;
}

.return-request-page .data-table {
	margin-bottom: 50px;
}
.return-request-page .unit-price,
.return-request-page .quantity {
	text-align: center;
}
.return-request-page .fieldset {
	margin-bottom: 30px;
}
.return-request-page .qq-upload-button {
	display: flex;
	align-items: center;
	width: 100%; height: 50px;
	border: 1px solid #ddd;
	background-color: #fff;
	padding: 0 15px;
	text-align: left;
	font-size: 13px; /*reset*/
	color: #000; /*reset*/
}
.return-request-page .qq-upload-list li {
	color: #333 !important;
	padding-bottom: 0;
	font-size: 12px;
}


/* SEARCH & SITEMAP */


.search-input .inputs.reversed {
	margin-top: -15px;
}
.search-input .search-button {
	min-width: 240px;
    height: 50px;
    background-color: #000;
    padding: 0 20px;
    font-size: 14px;
    color: #fff;
}
.search-input .search-button:hover {
    background-color: #e43d51;
}
.search-input ~ .product-selectors {
	margin-top: 50px;
}
.search-results .warning,
.search-results .no-result {
	display: block;
	margin-top: 30px;
	text-align: center;
	font-size: 12px;
	color: #e43d51;
}

.sitemap-page .description {
	margin: 0 0 40px;
}
.sitemap-page .entity {
	border: 1px solid #f3f3f3;
}
.sitemap-page .entity + .entity {
	margin-top: 50px;
}
.sitemap-page .entity-title {
	background-color: #f3f3f3;
	padding: 15px;
	font-family: "Open Sans",Arial,sans-serif;
}
.sitemap-page .entity-title h2 {
	font-size: 20px;
	font-weight: 400;
}
.sitemap-page .entity-body {
	padding: 15px;
	line-height: 24px;
}
.sitemap-page li {
	display: inline-block;
	margin: 3px;
}
.sitemap-page li:after {
	content: "/";
	margin-left: 8px;
	color: #888;
}
.sitemap-page a:empty {
	display: none;
}


/* BLOG & NEWS */


.year strong {
	display: block;
	padding: 5px 0;
	color: #000;
	cursor: default;
}
.blog-posts .post + .post,
.news-items .news-item + .news-item {
	margin-top: 40px;
}
.post-title, .news-title {
	display: inline-block;
	margin: 0 0 20px;
	font-family: "Open Sans",Arial,sans-serif;
	font-size: 22px;
}
.post-date, .news-date {
	display: block;
	margin: 0 0 20px;
	font-size: 12px;
	color: #aaa;
}
.post-body, .news-body {
	margin: 0 0 20px;
	text-align: left;
	line-height: 24px;
}
.blog-details {
	display: flex;
	flex-flow: row-reverse;
	justify-content: flex-end;
	column-gap: 15px;
}
.blog-details .tags {
	display: flex;
	margin: 0;
}
.blog-details .tags:before {
    content: "/";
    position: relative;
    bottom: -1px;
    margin: 0 10px 0 -2px;
    font-size: 15px;
    color: #aaa;
}
.blog-page .tags {
	text-align: left;
}
.blogpost-page .tags {
	margin: 30px 0 0;
}
.blog-page .tags label,
.blogpost-page .tags label {
	display: none;
}
.blog-page .tags ul,
.blogpost-page .tags ul {
	display: flex;
	flex-wrap: wrap;
}
.blog-page .tags li,
.blogpost-page .tags li {
	font-size: 12px;
}
.blog-page .tags li.separator,
.blogpost-page .tags li.separator {
	margin: 0 5px 0 3px;
}
.blog-page .tags a,
.blogpost-page .tags a {
	text-decoration: underline;
}
.read-comments:before {
	content: "\e91f";
	font-size: 18px;
	vertical-align: middle;
	margin-right: 5px;
}
.blog-posts .read-more,
.news-items .read-more {
	display: none;
}
.blog-posts .read-more:after,
.news-items .read-more:after {
	content: "\e915";
	margin-left: 8px;
	vertical-align: middle;
}

.new-comment {
	margin: 50px 0 0;
}
.new-comment .title {
	margin-bottom: 15px;
}
.new-comment .notifications {
	margin: 0 0 10px;
}
.new-comment .inputs label {
	display: none;
}
.news-item-page .inputs label {
	display: block;
}
.new-comment .button-1 {
	min-width: 240px;
    height: 50px;
    background-color: #000;
    padding: 0 20px;
    font-size: 14px;
    color: #fff;
}
.new-comment .button-1:hover {
    background-color: #e43d51;
}

.comment-list {
	margin: 50px 0 0;
}
.comment-list .title {
	margin: 0 0 15px;
	text-align: center;
    font-size: 15px;
}
.comment.blog-comment,
.comment.news-comment {
	margin: 0 0 -1px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 20px 0;
}
.comment-info .user-info {
	display: flex;
	flex-flow: column-reverse;
	row-gap: 5px;
	margin: 5px 0 15px;
}
.comment-info .username {
    word-break: break-all;
    font-size: 12px;
    color: #888;
}
.comment-info .avatar {
	font-size: 0;
}
.comment-info .avatar a {
	display: block;
}
.comment-content {
	display: flex;
	flex-flow: column;
}
.comment-author {
	font-size: 12px;
	font-weight: 600;
}
.comment-time {
	margin: 15px 0;
    font-size: 12px;
    color: #888;
}
.comment-time label {
	display: none;
}
.comment-title {
	display: none;
}
.comment-body {
	text-align: left;
	color: #666;
}

.news-list-homepage .title {
	display: none;
}
.news-list-homepage .read-more {
	display: inline;
}
.news-list-homepage .view-all {
	margin: 30px 0 0;
	text-align: center;
}
.news-list-homepage .view-all a {
	display: inline-block;
	border: 1px solid #000;
	padding: 10px 20px;
	font-size: 14px;
	font-weight: 600;
}
.news-list-homepage .view-all a:hover {
	border-color: #e43d51;
	color: #e43d51;
}

/* PROFILE & INBOX */

.profile-info-box {
    text-align: center;
}
.profile-info-box .avatar {
	margin: 0 0 5px;
	font-size: 0;
}
.profile-info-box .avatar img {
	border: 1px solid #eee;
}
.profile-info-box .title {
	display: none;
}
.profile-info-box .stats {
    line-height: 24px;
}
.profile-info-box .send-pm {
	margin: 15px 0 5px;
}
.profile-info-box .pm-button {
	display: inline-block;
	min-width: 120px;
	border: 1px solid #000;
	padding: 10px 20px;
	font-size: 14px;
	font-weight: 600;
}
.profile-info-box .pm-button:hover {
	border-color: #e43d51;
	color: #e43d51;
}
.profile-page .topic + .topic {
    margin-top: 15px;
}
.profile-page .topic-title {
	margin: 0 0 10px;
	text-align: center;
	font-size: 15px;
	font-weight: 600;
}
.profile-page .topic-title label {
	display: none;
}
.profile-page .topic-body {
	text-align: left;
    line-height: 24px;
	color: #888;
}
.profile-page .topic-body .hide {
	display: none;
}
.profile-page .topic-body .quote {
	background-color: #f3f3f3;
	padding: 15px 20px;
}
.profile-page .quote:before {
	content: '"';
}
.profile-page .quote:after {
	content: '"';
}
.profile-page .topic-data {
	margin: 15px 0 0;
}

.private-messages .inputs a,
.private-messages .inputs span,
.forum-edit-page .inputs strong {
	font-size: 14px;
	font-weight: 400;
}
.private-messages .inputs a {
	text-decoration: underline;
}
.private-messages .buttons,
.forum-edit-page .buttons,
.move-topic-page .buttons {
	display: flex;
	justify-content: center;
}
.private-messages button,
.forum-edit-page button,
.move-topic-page button {
	width: 200px;
    height: 50px;
	margin: 0 5px;
    padding: 0 20px;
    font-size: 14px;
}
.private-messages .button-1,
.forum-edit-page .button-1,
.move-topic-page .button-1 {
    background-color: #000;
	color: #fff;
}
.private-messages .button-2,
.forum-edit-page .button-2,
.move-topic-page .button-2 {
    border: 1px solid #000;
}
.private-messages .button-1:hover,
.forum-edit-page .button-1:hover,
.move-topic-page .button-1:hover {
    background-color: #e43d51;
}
.private-messages .button-2:hover,
.forum-edit-page .button-2:hover,
.move-topic-page .button-2:hover {
    border-color: #e43d51;
	color: #e43d51;
}

.private-messages-page th,
.private-messages-page td {
    text-align: left;
}
.private-messages-page .from a,
.private-messages-page .to a {
	word-break: break-word;
}
.private-messages-page .select input {
	margin: 0;
	opacity: 1;
}
.private-messages-page .date {
	display: none;
}
.private-messages-page .pm-unread {
	text-decoration: underline;
	color: #e43d51;
}
.private-messages-page .pager {
	margin: -31px 0 30px;
}

.private-message-view-page .view-message {
	margin: 0 0 30px;
	border: 1px solid #eee;
	padding: 3% 3%;
}
.private-message-view-page .message-head {
	margin-bottom: 3%;
	border-bottom: 1px solid #eee;
	padding-bottom: 3%;
	line-height: 24px;
}
.private-message-view-page .message-head label {
	color: #aaa;
}
.private-message-view-page .message-body {
	padding: 5px;
	text-align: left;
    line-height: 24px;
	color: #888;
}
.private-message-view-page .back-pm-button {
    display: none;
}
@media (min-width: 992px) {
	.header {
  		padding-left: 0;
 		padding-right: 0;
		margin-left: auto;
		margin-right: auto;
	}
}
@media (min-width: 1200px) {
	.header {
  
	}
}

.breadcrumb {
    max-width: 1140px;
    padding: 1rem 1rem !important;
}


.header-logo-container {
	padding-top: 16px;
	display: flex;
}
@media (max-width: 1260px) {
.header-logo-container {
	height: 0px;
	
}
}
.header-left {
	margin: auto 0;
	
}

.header-logo {
	margin: auto auto;
 
}

.header-right {
	/*flex: 1 1 0;*/
    display: flex;
   /* min-height: 37px;
    text-align: right;*/
	
}
@media (min-width: 1200px) {
	.header-logo-container, .header-lower {
        max-width: 1140px;
		margin: auto;
	}
}

.header-bottom {
	background-color: #a50d28;
}

.text-header-bottom {
	margin: auto auto;
	color: #fff;
}

.text-header-bottom span{
	line-height: 32px;
}

/* NOVO headr-links */
.header-right.desktop {
  position: relative;
  margin: 0 0 20px;
}
@media (min-width: 1025px) {
  .header-right.desktop {
    float: right;
    /*width: 35%;*/
    margin-bottom: 0;
    text-align: right;
  }
}
@media (min-width: 1601px) {
  .header-right.desktop {
    /*width: 30%;*/
  }
}

@media (min-width: 1025px) {
  .header-links {
    /*display: table;*/
    width: 100%;
  }
}
.header-links ul {
  display: inline-block;
  font-size: 0;
}
@media (min-width: 1025px) {
  .header-links ul {
    font-size: 0;
    padding-left: 10px;
    display: inline-table;
  }
}
@media (min-width: 1025px) {
  .mobile-flyout-wrapper {
    position: relative;
    display: table-cell;
    width: 1%;
    vertical-align: top;
    text-align: center;
    padding-left: 10px;
    z-index: 1200;
  }
}
@media (min-width: 1025px) {
  .header-links li {
    position: relative;
    display: table-cell;
    text-align: center;
    vertical-align: top;
  }
}
@media (min-width: 1025px) {
  .header-links a {
    display: inline-block;
    font-size: 13px;
    color: #191919;
    transition: color .2s ease;
  }
}
@media (min-width: 1025px) {
  .header-links span:before, .header-links a:before {
    display: block;
    margin-bottom: 4px;
    font-family: ulla-ico-font;
    font-size: 24px;
    color: #191919;
    transition: color .2s ease;
    margin-bottom: -1px;
  }
}
.personal-button > span:before, .ico-account:before {
  content: "a";
}
.profile-menu-box {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: 25px;
  width: 150px;
  padding: 10px 0;
  border-radius: 3px;
  background: #fff;
  font-size: 14px;
  opacity: 0;
  visibility: hidden;
  text-align: left;
  pointer-events: none;
  box-shadow: 0 0 20px rgba(0,0,0,.16);
  z-index: 1020;
  transition: all .2s ease;
}

.profile-menu-box > a, .header-form-holder > a {
  display: block !important;
  padding: 10px 17px;
  color: #444;
}
@media (min-width: 1025px) {
  .header-links a {
    display: inline-block;
    font-size: 13px;
    color: #191919;
    transition: color .2s ease;
  }
}
.profile-menu-box span:before, .profile-menu-box a:before {
  display: inline-block !important;
  color: #191919;
  font-size: 17px;
  vertical-align: middle;
  margin-right: 10px;
  min-width: 20px;
  font-weight: normal;
  text-transform: none;
}

@media (min-width: 1025px) {
  .header-links .profile-menu-box span:before, .header-links .profile-menu-box a:before {
    font-size: 17px;
    margin: 0 7px 0 0;
  }
}
@media (min-width: 1025px) {
  .header-links a {
    display: inline-block;
    font-size: 13px;
    color: #191919;
    transition: color .2s ease;
  }
}
.profile-menu-box:after {
  content: " ";
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255,255,255,0);
  border-bottom-color: #fff;
  border-width: 8px;
  margin-left: -8px;
}
@media (min-width: 1025px) {
  .header-links li + li {
    padding-left: 10px;
  }
}
@media (min-width: 1281px) {
  .header-links li + li {
      padding-left: 20px;
  }
}
@media (min-width: 1025px) {
  .header-links a {
    display: inline-block;
    font-size: 13px;
    color: #191919;
    transition: color .2s ease;
  }
}
@media (min-width: 1025px) {
  .header-links a {
    display: inline-block;
    font-size: 13px;
    color: #191919;
    transition: color .2s ease;
  }
}
.ico-wishlist:before {
  content: "c";
}


@media (min-width: 1025px) {
  .ico-wishlist .wishlist-qty, .ico-cart .cart-qty {
    position: absolute;
    display: inline-block;
    top: -5px;
    left: 50%;
    -webkit-transform: translateX(-65%) translateX(25px);
    -ms-transform: translateX(-65%) translateX(25px);
    transform: translateX(-65%) translateX(25px);
    background-color: #fe8273;
    font-size: 10px;
    height: auto;
    padding: 0 3px;
    width: auto;
    min-width: 15px;
    min-height: 15px;
    line-height: 15px;
    border-radius: 20px;
    color: #fff;
    text-align: center;
  }
}
@media (min-width: 1025px) {
  .mini-shopping-cart {
    display: none;
    position: absolute;
    top: 98%;
    right: 0;
    padding-top: 8px;
    z-index: 1030;
  }
}
.mini-shopping-cart .flyout-cart-scroll-area {
  position: relative;
  width: 100%;
  padding: 20px 0 0;
  background-color: #fff;
}
@media (min-width: 1025px) {
  .mini-shopping-cart .flyout-cart-scroll-area {
    border-radius: 3px;
    box-shadow: 0 0 15px rgba(0,0,0,.15);
    width: 430px;
  }
}
.flyout-cart-scroll-area > p {
  padding: 0 20px 20px;
  font-size: 14px;
  color: #191919;
  text-align: center;
}

.personal-button > span:before, .ico-account:before {
  content: '\e803';
}
:hover > a.ico-account:before {
  content: '\e802';
}
.ico-wishlist:before {
  content: '\e807';
}
:hover > a.ico-wishlist:before {
  content: '\e806';
}
.ico-cart:before {
  content: '\e805';
}
:hover > a.ico-cart:before {
  content: '\e804';
}
.ico-logout:before {
  /*content: "B";*/
  font-family: 'voyage-icons' !important;
  content: "\e91a";
}
.ico-compare:before {
  font-family: 'voyage-icons' !important;
  content: "\e907";
}
.flyout-cart-dropdown {
  display: none;
}
.mobile-flyout-wrapper {
  /*top: 14px;*/
  padding-right: 15px;
  right: -10px;
}
@media (min-width: 1025px) {
  .ico-cart .cart-qty {
    /*left: 25%;*/
  }
}
/*
@media (max-width: 1260px) {
  .header-logo-container {
    display: none;
  }
}
*/
@media (min-width: 1025px) {
  .mobile-flyout-wrapper:hover .mini-shopping-cart {
    display: block;
  }
}

.personal-button {
  position: relative;
}

.profile-menu-box {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: 25px;
  width: 150px;
  padding: 10px 0;
  border-radius: 3px;
  background: #fff;
  font-size: 14px;
  opacity: 0;
  visibility: hidden;
  text-align: left;
  pointer-events: none;
  box-shadow: 0 0 20px rgba(0,0,0,.16);
  z-index: 1020;
  transition: all .2s ease;
}

  .profile-menu-box:after {
    content: " ";
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 8px;
    margin-left: -8px;
  }

  .profile-menu-box.open {
    margin-top: 8px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .profile-menu-box > a,
  .header-form-holder > a {
    display: block !important;
    padding: 10px 17px;
    color: #444444;
  }

  .profile-menu-box span:before,
  .profile-menu-box a:before {
    display: inline-block !important;
    color: #8e8e8e;
    font-size: 17px;
    vertical-align: middle;
    margin-right: 10px;
    min-width: 20px;
    font-weight: normal;
    text-transform: none;
  }

.profile-menu-box .close-side-menu, .mobile-flyout-wrapper .close-side-menu {
  display: none;
}

 .html-category-page .master-column-wrapper {
	margin-right: 2rem !important;
    margin-left: 2rem !important;
}


.html-category-page .master-column-wrapper {
	margin-left: 32px;
	margin-right: 32px;
}	
	
@media (max-width: 1260px) {
	 .html-category-page .master-column-wrapper {
		margin-right: 0.1rem !important;
		margin-left: 0.1rem !important;
	}
}

.ico-account:before,
.ico-wishlist:before,
.ico-cart:before {
	font-family: ulla-ico-font;
}
.header-right .ico-logout:before,
.header-right .ico-account:before,
.header-right .ico-wishlist:before,
.header-right .ico-cart:before {
	margin-right: 10px;
}

.current_topics {
	margin-top : 30px;
	margin-bottom: 30px;
}

@media (max-width: 1260px) {
.header-menu.nav-panel.header-menu-bottom.active.opened {
    /*top: 175px;*/
}
}

/* HTML WIDGET*/

.text-center {
	align-self: center !important;
}

.usp-bar-icon-shirt {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg version=%271.1%27 id=%27Ebene_1%27 xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2724%27 x=%270px%27 y=%270px%27 viewBox=%270 0 24 24%27 xml:space=%27preserve%27%3E%3Cstyle type=%27text/css%27%3E.st0{fill-rule:evenodd;clip-rule:evenodd;fill:none;stroke:%23FFF;stroke-width:1.6;stroke-miterlimit:10;}%3C/style%3E%3Cpath class=%27st0%27 d=%27M6.45,11.84c0,0,0.52-2.37,0.5-1.73l-0.1,3.54l-0.12,4.62c0,0.33-0.06,0.57,0.18,0.76c0.29,0.24,1.08,0.42,1.52,0.48c1.28,0.15,2.3,0.25,3.65,0.25c0.96,0,4.32-0.1,5.01-0.77c0.28-0.28,0.17-1.39,0.16-1.86c0,0-0.14-5.48-0.19-6.84c-0.01-0.24,0.63,1.66,0.63,1.66s2-1.11,2.33-1.35c1.08-0.79,0.94-0.28-0.73-2.8l-1.49-2.21c-0.08-0.12-0.08-0.13-0.18-0.25c-0.13-0.15-0.07-0.11-0.28-0.2l-2.12-0.67c-0.87-0.27-0.54-0.2-1.37,0.07c-1.3,0.42-2.93,0.39-4.17-0.15C9.41,4.25,9.52,4.23,9.21,4.3L6.85,5.04C6.33,5.21,6.39,5.22,6.13,5.59l-2.5,3.67c-0.58,0.91-0.54,0.41,1.24,1.66L6.45,11.84z M14.77,4.79%27/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
}
.usp-bar-icon-restore {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 version=%271.1%27 id=%27Ebene_1%27 width=%2724%27 height=%2724%27 x=%270px%27 y=%270px%27 viewBox=%270 0 24 24%27 style=%27enable-background:new 0 0 24 24;%27 xml:space=%27preserve%27%3E%3Cstyle type=%27text/css%27%3E.st0{fill:none;stroke:%23FFF;stroke-width:1.6;stroke-linecap:round;stroke-miterlimit:10;}%3C/style%3E%3Cg%3E%3Cpath class=%27st0%27 d=%27M11.13,5.18c0.29-0.03,0.58-0.05,0.87-0.05c4.32,0,7.83,3.5,7.83,7.83s-3.5,7.83-7.83,7.83s-7.83-3.5-7.83-7.83c0-1.87,0.65-3.58,1.74-4.93%27/%3E%3Cpath class=%27st0%27 d=%27M11.51,3.22c-0.04,0.02-1.24,1.23-1.76,1.76c-0.14,0.14-0.14,0.35-0.01,0.5l1.72,1.88%27/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
}
.usp-bar-icon-shield {
    background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml%20version=%271.0%27%20encoding=%27utf-8%27?%3E%3Csvg%20version=%271.1%27%20id=%27Ebene_1%27%20xmlns=%27http://www.w3.org/2000/svg%27%20width=%2724%27%20height=%2724%27%20x=%270px%27%20y=%270px%27%20viewBox=%270%200%2024%2024%27%20style=%27enable-background:new%200%200%2024%2024;%27%20xml:space=%27preserve%27%3E%3Cstyle%20type=%27text/css%27%3E.st0{fill:none;stroke:%23FFF;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:22.9256;}%3C/style%3E%3Cpath%20class=%27st0%27%20d=%27M12,20.65c-4.61-1.99-7.71-5.78-7.71-10.11c0-2.22,0.03-4.45,0.03-6.68C5,4.67,6.39,5.23,8,5.23c1.92,0,3.53-0.79,4-1.87c0.47,1.08,2.09,1.87,4,1.87c1.6,0,2.99-0.56,3.68-1.37c0,2.23,0.03,4.45,0.03,6.68C19.71,14.87,16.61,18.65,12,20.65L12,20.65z%27/%3E%3Cpolyline%20class=%27st0%27%20points=%278.22,12.04%2010.71,15.28%2015.78,8.72%20%27/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
}
.usp-bar-icon-car {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 version=%271.1%27 id=%27Ebene_1%27 width=%2724%27 height=%2724%27 x=%270px%27 y=%270px%27 viewBox=%270 0 24 24%27 xml:space=%27preserve%27%3E%3Cstyle type=%27text/css%27%3E.st0{fill:none;stroke:%23FFF;stroke-width:1.6;stroke-linecap:round;stroke-miterlimit:10;}%3C/style%3E%3Cg%3E%3Cpath class=%27st0%27 d=%27M5.75,16.03h-2.4c-0.05,0-0.1-0.04-0.1-0.1V6.24c0-0.05,0.04-0.1,0.1-0.1h10.73c0.05,0,0.1,0.04,0.1,0.1 l0.02,8.92%27/%3E%3Cline class=%27st0%27 x1=%2715.65%27 y1=%2716.03%27 x2=%279.3%27 y2=%2716.03%27/%3E%3Cpath class=%27st0%27 d=%27M14.23,7.46h3.64c0.08,0,0.15,0.04,0.19,0.11l2.56,4.23c0.07,0.12,0.11,0.25,0.11,0.39v2.99c0,0.47-0.37,0.86-0.84,0.86h-0.74%27/%3E%3Cellipse class=%27st0%27 cx=%2717.41%27 cy=%2716.06%27 rx=%271.76%27 ry=%271.8%27/%3E%3Cellipse class=%27st0%27 cx=%277.54%27 cy=%2716.06%27 rx=%271.76%27 ry=%271.8%27/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
}


.content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.content-inline-flex {
    font-family: "Open Sans",Arial,sans-serif;
    padding-bottom: 32px !important;
	padding-top: 32px !important;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    text-opacity: 1;
    color: #fff !important;
}

@media (min-width: 1200px) {
    .content-inline-flex {
        padding-bottom: 8px !important;
		padding-top: 8px !important;
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

.display-text-white {
    position: relative;
    font-family: "Open Sans",Arial,sans-serif;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 0px;
	-webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  
}
@media (min-width: 768px) {
	.display-text-white {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 25%;
	}
}
.row-justify-content-between {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 0px;
    /*margin-left: -15px;
    margin-right: -15px;*/
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.container-footre-top {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container-footre-top {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container-footre-top {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container-footre-top {
        max-width: 960px;
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 1200px) {
    .container-footre-top {
        max-width: 1140px;
    }
}

@media (min-width: 1200px) {
	.content-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}
.footer-upper-2 {
    background-color: #fe8273;
}
.footer-upper {
	margin-bottom: 48px;
}
/* END HTML WIDGET*/

.shops-list-wrapper {
    width: 94%;
    margin: auto;
}
@media (min-width: 1025px) {
	.shops-list-wrapper {
		width: 980px;
	}
}
@media (min-width: 1321px) {
	.shops-list-wrapper {
		width: 1280px;
	}
}
.shops-item .read-more {
    background: #fe8273 !important;
}
.shops-item .read-more {
	color: #fff !important;
}
.shops-item .read-more {
    height: 40px !important;
    padding: 0 25px !important;
    line-height: 40px !important;
}
.html-topic-page .center-1,
.html-not-found-page .center-1 {
    width: 94%;
    margin: auto;
}
@media (min-width: 1025px) {
    .html-topic-page .center-1,
	.html-not-found-page .center-1	{
        width: 980px;
    }
	
}
@media (min-width: 1321px) {
    .html-topic-page .center-1,
	.html-not-found-page .center-1	 {
        width: 1280px;
    }
	
}

/*********** TOPICS ***********/



.topic-block {
	margin: 0 0 40px;
	text-align: center;
}
.topic-block-title {
	margin: 0 0 20px;
	color: #555;
	text-transform: uppercase;
}
.air-theme .topic-block-title h2 {
	font-size: 16px;
	font-weight: 400;
}
.earth-theme .topic-block-title h2 {
	font-size: 18px;
	font-weight: 400;
}
.topic-block-body,
.topic-page .page-body {
	line-height: 26px;
}
.air-theme .topic-block-body,
.air-theme .topic-page .page-body {
	font-family: 'Raleway', sans-serif;
}
.topic-block-body strong,
.topic-page .page-body strong {
	color: #555;
}
.topic-block-body a,
.topic-page .page-body a {
	text-decoration: underline;
}

.home-page .topic-block {
	width: 94%;
	margin: 50px auto 60px;
}
.not-found-page p {
	margin: 30px 0;
}
.not-found-page strong {
	color: #333;
}

.topic-password {
	background-color: #f9f9f9;
	padding: 40px 20px;
	text-align: center;
}
.enter-password-title {
	margin: 0 0 15px;
	color: #555;
}
.enter-password-form {
	max-width: 440px;
	margin: auto;
}
.enter-password-form #password {
	width: 100%;
	margin: 0 0 30px;
}
.enter-password-form #button-password {
	min-width: 150px;
	height: 50px;
	padding: 0 30px;
	color: #fff;
	text-transform: uppercase;
	transition: opacity 0.2s ease;
}
.air-theme .enter-password-form #button-password {
	background-color: #eda187;
	font-size: 14px;
}
.earth-theme .enter-password-form #button-password {
	background-color: #007c5a;
	font-size: 15px;
}
.enter-password-form #button-password:hover {
	opacity: 0.9;
}
.topic-password .password-error {
	margin: 15px 0 -15px;
}

input[type="radio"] + label:before {
	display: none;
}

input[type=radio] {
    display: none;
}
input, select, textarea {
    font-size: 13px;
}
.option-list input[type=radio]+label {
    background: #fff;
    border: 1px solid #efefef;
    font-size: 12px;
    font-weight: 600;
    width: 38px;
    height: 38px;
    line-height: 3;
    display: block;
    /*padding: 9px;*/
    margin: 0;
    cursor: pointer;
    text-align: center;
    -webkit-transition: opacity .15s ease-in-out;
    transition: opacity .15s ease-in-out;
	border-radius: 50%;
	padding-left: unset;
}

.option-list input[type=radio]:checked+label {
	/*background-color: #fe8273;*/
	background-color: #fe827373;
}
.option-list {
	display: flex;
    font-size: 0;
    max-width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
}

.option-list li {	
	margin: 6px 6px 3px 0;
    text-align: center;
}
/*.header-selectors-wrapper.first { display: none; }*/
.product-box-add-to-cart-button { width: 150px !important;}





ul.mob-top-menu {
    display: flex;
    margin-bottom: 30px;
}
.mob-top-menu li{
    text-decoration: underline;
    display: inline-flex !important;
    
}

@media (min-width: 1261px) {
	.mob-top-menu {
		display: none !important;
	}
}

html.html-login-page .topic-block {
    text-align: center;
}
.page-body {
    /*
	margin-right: 2rem !important;
    margin-left: 2rem !important;
	*/
}
.nop7SpikesAjaxFiltersGrid .item-box .old-price {
    display: none;
}


.productTabs-header {
	display: none;
}
.productTabs-body {
	display: none;
}
.ui-tab-body .title:after{
	display: none;
}
.top-menu .sublist li {
    position: relative;
}
.full-header-menu .top-menu .sublist li a {  
    width: 75%;
}
.sublist-toggle, .sublist-toggle-sub {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
}
.sublist-toggle, .sublist-toggle-sub {
    width: 30%;
    text-align: right;
    padding-right: 15px;
}
.sublist-toggle:after, .sublist-toggle-sub:after {
    content: "\e910";
    margin-left: -1px;
    font-size: 10px;
    line-height: 24px;
}

.sublist-toggle:after, .sublist-toggle-sub:after {
    content: "\e913";
    display: inline-block;
    margin-top: auto;
    margin-bottom: auto;
    font-size: 12px;
    transition: 0.2s ease;
}
.menu-open .ACtive {
	display: none;
}

.exchange-rate {
	padding: 0px 10px 15px 10px;
    text-align: center;
    color: #888;
	font-size: 14px;
}

.price.actual-price {
    display: inline-block;
}
.price.actual-price-eur {
    display: inline-block;
    margin-left: 5px;
}
.item-box .add-info {
    display: block;
}
.html-home-page .item-box .buttons .ajax-cart-button-wrapper .button-2 {
	    float: right;
}
.attribute-description {
	display: none;
}	

.checkout-pages-body .master-wrapper-content{
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}
.k-webkit.k-webkit119 .master-wrapper-content {
    display: flow-root;
}
.block.filter-block.attributeFilterPanel7Spikes.Boja,
.block.filter-block.attributeFilterPanel7Spikes.Barva {
    display: none;
}

.Nadboja .filtersGroupPanel.filtersCheckboxPanel.colorOptions .checkbox-item label {
    padding: 34px 0px 12px 0px;
}
.Nadboja .filtersGroupPanel.filtersCheckboxPanel.colorOptions .checkbox-item label.filter-item-name {
    margin-left: -15px;
	margin-right: -15px;
	
}
/*
.attributes .Nadboja {
	display: none;
	background-color: red;
}
*/	


/* NARUČI TELEFONOM */
.fb-row {
    overflow: hidden;
    /*font-family: sans-serif;*/
    font-family: "Open Sans",Arial,sans-serif;
}
.fb-col-3, .fb-col-4, .fb-col-5 {
    position: relative;
    width: 100 %;
    min-height: 1px;
}
@media (min-width: 1440px) {
.fb-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.fb-col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
#img-fb-col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.fb-col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.fb-col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
}
.fb-col-3 {
    display: flex;
    align-self: end;
    justify-content: center;
}
.fb-col-4 {
}
.fb-col-5 {
    align-self: center;
}
.step-num {
    display: inline-block;
    color: #ffffff;
    font-size: 48px;
    line-height: 74px;
    font-weight: bold;
    width: 74px;
    background-color: #3e3f3e;
    text-align: center;
    border-radius: 100px;
    margin: 32px 20px 32px 32px;
}
.naruci-steps h2 {
    display: inline-block;
    font-weight: 300;
    font-size: 24px;
    line-height: 24px;
}
.naruci-info {
    padding: 60px 0;
}
.naruci-info h1.main {
    font-weight: 400;
    font-size: 44px;
    line-height: 52px;
}
.naruci-info h1.main {
    font-weight: 400;
    font-size: 34px;
    line-height: 42px;
}
.naruci-info h1.main-broj {
    font-weight: 400;
    font-size: 54px;
    line-height: 78px;
    margin-bottom: 62px;
}
.naruci-info h1.main-slo {
    font-weight: 400;
    font-size: 30px;
    line-height: 38px;
}
.naruci-info h1.main-slo-broj {
    font-weight: 400;
    font-size: 56px;
    line-height: 66px;
    margin-bottom: 80px;
}
.naruci-info h2 {
    font-weight: 300;
    font-size: 32px;
    line-height: 36px;
    margin: 80px 0;
}
.naruci-info h2 {
    font-weight: 300;
    font-size: 28px;
    line-height: 36px;
    margin: 40px 0;
}
.naruci-lokacije h4 {
    font-weight: 300;
    font-size: 21px;
    line-height: 30px;
    margin: 10px 20px;
	text-align: left;
}
.fb-col-3 img {
    max-height: 500px;
}
@media (max-width: 1439px) {
.naruci-steps {
    display: inline-block;
    padding: 0 30px;
    text-align: center;
    max-width: 100%;
}
.fb-col-5 {
    background-color: #ffffff;
    text-align: center;
    padding: 20px 0 50px;
}
.naruci-lokacije {
    padding: 30px 0;
}
.naruci-lokacije h4 {
    margin: 20px;
	text-align: center;
}
.naruci-steps h2 {
    display: block;
    /*font-size: 24px;
    line-height: 28px;*/
    font-size: 22px;
    line-height: 26px;
}
 .step-num {
    font-size: 36px;
    line-height: 60px;
    width: 60px;
    margin: 32px 20px 20px 32px;
}
 .fb-col-3 img {
    max-height: 300px;
    padding-top: 20px;
}
.naruci-info {
    padding: 30px 0;
}
 .naruci-info h1.main {
    font-size: 28px;
    line-height: 36px;
}
 .naruci-info h1.main-broj {
    font-size: 48px;
    line-height: 58px;
    margin-bottom: 30px;
}
 .naruci-info h1.main-slo {
    font-size: 22px;
    line-height: 30px;
}
 .naruci-info h1.main-slo-broj {
    font-size: 42px;
    line-height: 50px;
    margin-bottom: 30px;
}
 .naruci-info h2 {
    font-size: 24px;
    line-height: 30px;
    margin: 20px 0;
}
}

@media (min-width: 1261px){
    .home-page .page-body .html-widget {
        max-width: 100% !important;
    }
}
@media (min-width: 1440px) {
.fb-row {
    max-height: 500px;
}
}
@media (max-width: 700px) {
.naruci-steps {
  text-align: left;
}
.step-num{
    display: inline-block;
    margin: 10px 15px 10px 0px;
    font-size: 32px;
    line-height: 50px;
    width: 50px;
}
.naruci-steps h2{
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
}
.fb-col-5 {
padding: 30px 0 30px;
}
}
/* END NARUČI TELEFONOM */

.header-left {
	visibility: hidden;
}
.head-local .top-menu {
	display: none;
}

.topic-page th {
	padding: 3px 0px 3px 15px;
    /*text-align: center;*/
}
@media (max-width: 700px) {
.table {
	font-size: 10px;
}
.topic-page td {
	padding: 5px 0px;
    text-align: center;
}
.topic-page th {
	padding: 3px 0px;
    text-align: center;
}
}
.Boja .filtersGroupPanel.filtersCheckboxPanel.colorOptions .checkbox-item label {
    padding: 34px 0px 12px 0px;
}
.Boja .filtersGroupPanel.filtersCheckboxPanel.colorOptions .checkbox-item label.filter-item-name {
    margin-left: -15px;
	margin-right: -15px;
	
}

.old-product-price {
	
}


/* Dostupnost */
.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
#faq .card {
    margin: 0.75rem 0;
}
.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
	border: 1px solid #eee;
    /*border: 1px solid rgba(0,0,0,.125);*/
    /*border-radius: 0.25rem;*/
}
.card-header:first-child {
    /*border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;*/
}
.card-header {
    /*font-weight: bold;*/
    color: #000;
    /*font-size: 14px;*/
	font-size: 16px;
}
.card-header {
	display: flex;
    justify-content: space-between;
    padding: 10px 0;
}
.card-header:after {
    content: "\e913";
    margin-top: auto;
    margin-bottom: auto;
    font-size: 14px;
    color: #aaa;
    transition: 0.2s ease;
}
/*
.card-header:after {
    transform: scaleY(-1);
}
*/
.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    /*background-color: rgba(0,0,0,.03);*/
	background-color: rgba(0,0,0, 0)!important;
    /*border-bottom: 1px solid rgba(0,0,0,.125);*/
	border-bottom: 1px solid #eee;
}
.collapse.show {
    display: block;
}
.collapse {
    display: none;
}
.card-block {
    padding: 0 !important;
    font-size: 14px;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}
@media (max-width: 700px) {
	.stock-table .table {
		font-size: 14px;
	}
	.card {
	border: 1px solid #eee;
}
}
.table {
    border-collapse: collapse;
}


.table {
    margin: 0 !important;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}

.stock-table th:first-child, .stock-table td:first-child {
    /*border-right: 2px solid #eceeef !important;*/
	border-right: 1px solid #eee !important;
}
.table thead th {
    vertical-align: bottom;
    /*border-bottom: 2px solid #dee2e6;*/
	border-bottom: 1px solid #eee;
}
.table th {
    /*text-transform: capitalize;*/
}
.stock-table th, .stock-table td {
    width: 50% !important;
    text-align: center !important;
}
.stock-table .table td, .stock-table .table th {
    padding: 0.75rem;
    vertical-align: top;
   /* border-top: 1px solid #dee2e6;*/
	border-top: 1px solid #eee;
	/*color: #888;*/
	color: #666;
}

.color-description {
    /*padding: 0.75rem 1.25rem;*/
	padding: 0.75rem 1rem;
    /*background-color: #f5f5f5;*/
    vertical-align: top;
   /* border-top: 1px solid #eceeef; */
	border-top: 1px solid #eee;
}
.sign-desc {
    display: inline-block;
    float: left;
    margin-right: 15px;
    padding: 5px 0;
    /*font-weight: bold;*/
    font-size: 14px;
    color: #888;
}


        .table {
            margin: 0 !important
        }

        .card-block {
            padding: 0 !important;
            font-size: 14px
        }

        .wic {
            padding: 0 !important;
            font-size: 14px
        }
        .stock-table th:first-child, .stock-table td:first-child {
            border-right: 2px solid #eceeef !important;
			border-right: 1px solid #eee !important;
			
        }

        .stock-table th, .stock-table td {
            width: 50% !important;
            text-align: center !important
        }

        .container-fluid {
            padding: 0 !important
        }

        .table th {
            /*text-transform: capitalize*/
        }

        .greendot {
            height: 20px;
            width: 20px;
            background-color: #008000;
            border-radius: 50%;
            display: inline-block
        }
		.bluedot {
            height: 20px;
            width: 20px;
            background-color: #4169E1;
            border-radius: 50%;
            display: inline-block
        }
        .greydot {
            height: 20px;
            width: 20px;
            background-color: #808080;
            border-radius: 50%;
            display: inline-block
        }

     


		.green-color, .grey-color, .blue-color {
			padding: 4px 0;
			font-size: 14px;
			margin-left: 130px;
			display: block;
		}
		/*
		.green-color {
			display: inline-block;
			float: left;
			margin-right: 15px;
		}
		*/
        
/* End Dostupnost */

.product-subtotal-eur {
	padding-left: 7px;
}

.potvrdno-okvir,
.potvrdno-okvir label {
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
	color: #888;
	    
}
.potvrdno-okvir label {
	/*padding-left: 0px !important;*/
	font-size: 14px !important;
	color: #888 !important;
	padding-left: 5px !important;
}
.potvrdno-okvir label:before {
	display: none;
} 
.Kolekcija {
    /*display: inline-block;*/
}
/* ProductPage */
.html-product-details-page .overview {
	font-size: 18px;
}

.html-product-details-page .option-list input[type=radio]+label {
	font-size: 15px;
	width: 50px;
    height: 50px;
	
}
.html-product-details-page .attribute-square {
	width: 40px;
    height: 40px;
}
.html-product-details-page .item-grid .attribute-square {
	width: 24px;
    height: 24px;
}

.html-product-details-page .attributes dd {
    margin: 0 0 25px;
}
.html-product-details-page .attributes .text-prompt	{
    font-weight: 600;
	
}
.option-list input[type=radio]:checked+label {
	color: #000 !important;
}
/* End ProductPage */
.productTabs-body {
    width: 600px;
	margin-right: auto;
	margin-left: auto;
}
.list-unstyled {
	font-size: 15px;
}
.quickTab-description {
	margin-top: 30px;
}

.list-unstyled {
	list-style: none !important;
	border-bottom: 1px solid #eee;
	/*padding: 0 0 0 36px;*/

}
.row .col-md-4 {
	display: inline-block;
	width: 25%;
	font-size: 18px;
	font-weight: 600;
}
.row .col-md-8 {
	display: inline-block;
	width: 75%;
	color: #888;
	font-size: 18px;
	font-weight: 500;
}
.row .col-md-8 h5{
	font-weight: normal;
}
.row .col-md-4 h5,
.row .col-md-4 h4 {
	color: #888;
	font-weight: 600;
    font-size: 18px;
}
.list-unstyled .row .col-md-4 {
	float: left;
}


.full-description ul {
	margin: 0px 0;
    padding: 0 0 0 0px;
    list-style: none;
}
.row.col-md-4.h4 {
	
}
.box-attachments .row {
	padding-top: 20px;
	padding-bottom: 20px;
}
.boja-ime {
	ont-weight: 500;
	
}
.item-box .buttons .button-2 {
    background-color: #fff !important;
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

.gm-style-iw-d p+p {
	margin-top: 0px;
}
.gm-style-iw-d p {
	line-height: normal;
}
.button-404 {
    background: #000 !important;
    border: 0;
    text-transform: uppercase;
    text-align: center;
    color: #fff !important;
    font-size: 13px;
    padding: 0 30px;
    border-radius: 2px;
    height: 47px;
    white-space: normal;
    vertical-align: middle;
    margin: 50px;
}
.footer {
    display: inline-block;
    width: 100%;
}
.wic {
	/*display: none;*/
}
.also-purchased-products-grid .title {
    margin-bottom: 50px;
}
.product-price {
    align-self: center;
}
span#samoBroj,
.samoBroj {
    text-decoration: line-through;
}
span.wandMP-postotak-snizenja {
    color: #ff0000;
}
.ribbon-text {
	font-size: 21px !important;
}

span.price.actual-text_WandMP,
span.price.actual-price_WandMP.samoBroj,
span#samoBroj,
span#samoTekst {
	color: #888;
}
/*
@media all and (max-width: 1260px) {
	.mob-sakriven {
		display: none !important;
	}
}
@media all and (min-width: 1261px) {
	.desk-sakriven {
		display: none !important;
	}
}
*/
.first .rich-blog-image:after, 
.first .post-picture:after,
.footer .newsletter,
.footer .newsletter:before,
.richblog-widget .first .read-more,
.pager,
.pager .current-page,
.pager li:after,
.sub-category-grid .view-all,
.add-to-cart-panel .add-to-cart-button:hover,
.add-to-cart-panel .add-to-cart-button,
.add-to-cart-panel .qty-wrapper,
.stock .value,
.fb-row,
.account-button,
.accept-privacy-policy,
.contact-page .button-1, .email-a-friend-page .button-1, .apply-vendor-page .button-1,
.cart-collaterals .coupon-code,
.total-info,
.opc .back-link a,
.cart .product-picture a,
.qty-wrapper,
.cart .qty-wrapper .increase,
.cart .qty-wrapper .decrease,
.mfp-figure:after,
.ui-tabs,
.opc .step-title {
	border-radius: 5px;
}

img.mfp-img {
	padding: unset !important;
	margin: 40px 0 40px !important;	
}

.login-page .fieldset,
.login-page .new-wrapper {
	border-radius: 5px;
}
input[type="text"], input[type="password"], input[type="number"], input[type="email"], input[type="tel"], textarea, select {
	border-radius: 5px;
}
[type=reset], [type=submit], button, html [type=button] {
	border-radius: 5px;
}
.cart-options .estimate-shipping-button,
.cart-options .update-cart-button:hover, .cart-options .continue-shopping-button:hover, .cart-options .estimate-shipping-button:hover {
	border-radius: 5px;
}
textarea#checkout_attribute_2 {
    width: 100%;
}

.mfp-close:focus,
.mfp-close:active {
	outline: none;
}

.opc .tab-section,
.opc .step-title {
	border-radius: 5px;
}
.colorOptions .checkbox-item.disabled {
    display: none;
}
@media (min-width: 768px) {
.blog-page .post {
    min-height: 365px;
}
.rich-blog-image a img {
    max-height: 360px;
}}
span.wandMP-postotak-snizenja-proizvod {
    color: #ff0000;
}

@media all and (max-width: 1260px) {
html, body {width: auto!important; overflow-x: hidden!important;} 
.header-selectors-wrapper,
.header-links-wrapper,
.header-text-wrapper {
	/*flex-basis: 100%;
	text-align: center;*/
}
.logged-in .two .first,
.logged-in .three .first {
	text-align: left; /*header-selects when not only-child*/
}
.logged-in .two .first ~ .last,
.logged-in .three .first ~ .last {
	text-align: right; /*header-links when header-selects are present*/
}
body:not(.logged-in) .last,
.impersonated.session .last {
	flex-basis: 0 !important; /*empty header-links*/
}
.impersonated.session .first {
	text-align: center; /*header-selects when only-child*/
}
.not-logged-in .two .middle,
.impersonated .two .middle {
	display: block; /*header-text when only-child*/
	padding: 7px 0;
}

/* RESPONSIVE NAV BAR */

.responsive-nav-wrapper {
	display: flex;
	/*position: sticky;*/
	position: static;
    top: -1px; z-index: 1050;
	min-height: 60px;
	border-bottom: 1px solid #eee;
	background-color: #fff;
	padding: 0 6px;
	font-size: 0;
	transition: 0.3s ease;
}
/*
.responsive-nav-wrapper.pinned {
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px);
}
.responsive-nav-wrapper.pinned.up {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
*/
.impersonated ~ .responsive-nav-wrapper {
	top: 24px;
}
.responsive-nav-wrapper .button {
	position: relative;
	width: 10%;
	max-width: 42px;
}
.responsive-nav-wrapper .button:before {
	position: absolute;
	top: 0; right: 0;
	bottom: 0; left: 0;
	margin: auto;
	cursor: pointer;
}
.responsive-nav-wrapper .menu-button:before {
	content: "\e900";
	font-size: 17px;
	width: 17px;
	height: 17px;
}
.responsive-nav-wrapper .personal-button:before {
	/*content: "\e904";*/
	content: '\e803';
    font-family: ulla-ico-font;
	/*font-size: 19px;
	width: 19px;
	height: 19px;*/
	font-size: 25px;
    width: 19px;
    height: 25px;
}
.responsive-nav-wrapper .search-button:before {
    /*content: "\e903";*/
    font-size: 18px;
    width: 18px;
    height: 15px;
    content: '\e801';
    font-family: ulla-ico-font;
  }
.responsive-nav-wrapper .cart-button:before {
	/*content: "\e902";*/
	content: '\e805';
    font-family: ulla-ico-font;
	/*font-size: 19px;
	width: 19px;
	height: 19px;*/
	font-size: 25px;
    width: 25px;
    height: 25px;
}
.responsive-nav-wrapper .cart-button a {
	display: block;
	position: relative;
	height: 100%;
}

/* RESPONSIVE NAV PANELS */

.overlayOffCanvas {
    display: none;
    position: fixed;
    top: 0; right: 0;
    bottom: 0; left: 0;
	z-index: 1060;
    background-color: rgba(0,0,0,0);
    transition: background 0.3s ease;
}
.overlayOffCanvas.active {
	background-color: rgba(0,0,0,.5);
}
.overlayOffCanvas.active ~ .k-overlay {
	display: none !important;
}
.scrollYRemove {
    overflow: hidden !important;
    -ms-touch-action: none !important;
    -webkit-overflow-scrolling: touch !important;
}
.nav-panel {
    position: fixed;
    top: 0; left: 0;
	z-index: 1070;
    width: 320px;
    height: 100%;
	overflow: hidden;
    background-color: #fff;
	text-align: left;
    transition: all 0.3s ease;
    -webkit-transform: translate(-320px);
    transform: translate(-320px);
}
.nav-panel.active {
    -webkit-transform: translate(0);
    transform: translate(0);
}
.nav-panel .close-button {
	text-align: right;
}
.nav-panel .back-button {
	text-align: left;
}
.nav-panel .close-button span,
.nav-panel .back-button span {
	display: inline-block;
	padding: 15px 20px;
	font-size: 12px;
	text-decoration: underline;
	cursor: pointer;
}
.header-menu ul {
	max-height: 100%;
	overflow-y: auto;
}
.header-menu .close-menu ~ ul {
	max-height: calc(100% - 48px);
}
.header-menu li:not(.back-button) {
	display: flex;
	padding: 15px 0;
}
.header-menu li > a,
.header-menu li > span {
	display: block;
	position: relative;
	padding: 0 20px;
	z-index: 0;
	font-size: 16px;
}
.header-menu li > .with-subcategories {
	width: calc(100% - 56px);
}
.expand {
    display: none !important;
}
.plus-button {
	display: block;
	position: relative;
	z-index: 0;
	width: 56px;
	border-left: 1px solid #ddd;
	padding: 1px 0;
	text-align: center;
	cursor: pointer;
}
.plus-button:after {
	content: "\e910";    
    margin-left: -1px;
	font-size: 10px;
    line-height: 24px;
}
.header-menu .sublist-wrap {
    position: fixed;
    top: 0; left: 0;
	z-index: 1;
    width: 320px;
    height: 100%;
    overflow: hidden;
    background-color: #fff;
    transition: all 0.5s ease;
}
.header-menu .sublist-wrap {
    -webkit-transform: translate(-320px);
    transform: translate(-320px);
}       
.header-menu .sublist-wrap.active {
    -webkit-transform: translate(0);
    transform: translate(0);
}
.header-links li {
	padding: 15px 0;
}
.header-links li > a {
	padding: 0 20px;
	font-size: 16px;
}
.header-links .qty:before {
	/*content: "(";*/
	/*font-family: 'Poppins', sans-serif; */
	font-family: 'Open Sans', sans-serif;
}
.header-links .qty:after {
	/*content: ")";*/
	/*font-family: 'Poppins', sans-serif; */
	font-family: 'Open Sans', sans-serif;
}
.store-search-box form {
	width: auto;
	margin: 0 20px;
}
.search-box .ui-autocomplete {
	position: static !important;
	max-height: calc(100% - 90px);
	overflow-y: auto;
}
.cart-button .cart-qty {
	display: inline-block;
	position: absolute;
	/*right: 7px; bottom: 14px;*/
	right: 0px; bottom: 28px;
	width: 14px; height: 14px;
	border-radius: 50%;
	overflow: hidden;
	background-color: #e43d51;
	padding: 1px 0;
    text-align: center;
    font-size: 9px;
	color: #fff;
}

/* SIDEBAR COLUMN */

.side-2 {
	display: flex;
	flex-flow: column;
}
.block {
	margin: 1px 0;
}
.block .title {
	display: flex;
	justify-content: space-between;
	background-color: #f3f3f3;
	padding: 10px 15px;
	/*font-family: 'DM Serif Display', serif;*/
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
}
.block .title:after {
	content: "\e913";
	margin-top: auto;
	margin-bottom: auto;
	font-size: 14px;
	transition: 0.2s ease;
}
.block .opened:after {
	transform: scaleY(-1);
}
.block .listbox {
	padding: 15px 15px 15px 16px;
}
.product-filter + .product-filter {
	margin-top: 25px;
}

.featured-product-grid:first-child {
	margin-top: 0;
	border-top: 1px solid #eee;
}

.html-account-page .side-2 {
	margin-bottom: 0;
}
.html-account-page .block {
	max-width: 600px;
	margin: 0 auto 30px;
}
.html-account-page .block .title:before {
	content: "\e913";
	margin-top: auto;
	margin-bottom: auto;
	font-size: 14px;
	transition: 0.2s ease;
}
.html-account-page .block .opened:before {
	transform: scaleY(-1);
}
.html-account-page .block .listbox {
	border-top: 1px solid #fff;
	background-color: #f3f3f3;
}

/* RESPONSIVE TABLES */

table.cart {
	display: block;
	border-top: 1px solid #eee;
}
table.cart colgroup,
table.cart thead {
	display: none;
}
table.cart tbody {
	display: grid;
	grid-template-columns: 48.5% 48.5%;
	grid-column-gap: 3%;
}
table.cart tr {
	display: block;
	position: relative;
	overflow: hidden;
	padding: 40px 0 85px;
}
table.cart tr:after {
	content: "";
	position: absolute;
	right: 0; bottom: 0;
	left: 0; z-index: -1;
	height: 70px;
	background: #f3f3f3;
}
table.cart td {
	display: block;
	border: none;
	padding: 0;
}
.cart label.td-title {
	margin-right: 3px;
}
.cart .add-to-cart label {
	margin: 0 0 0 7px;
	font-size: 12px;
	font-weight: 600;
}
.cart .remove-from-cart,
table.cart .add-to-cart,
table.cart .quantity,
table.cart .subtotal {
	display: flex;
	align-items: center;
	position: absolute;
}
.cart .remove-from-cart,
table.cart .add-to-cart {
	top: 0;
	height: 40px;
}
.cart .remove-from-cart {
	right: 0;
}
table.cart .add-to-cart {
	left: 0;
}
table.cart .quantity,
table.cart .subtotal {
	bottom: 0;
	height: 70px;
}
table.cart .quantity {
	left: 7px;
}
.cart .qty-wrapper span {
	bottom: 0;
	height: 48px;
	background: #fff;
}
.cart .qty-wrapper .decrease {
	left: 0;
}
.cart .qty-wrapper .increase {
	right: 0;
}
table.cart .subtotal {
	flex-wrap: wrap;
	justify-content: flex-end;
	align-content: center;
	right: 10px;
}
.cart .subtotal .discount,
.discount-additional-info {
	width: 100%;
	text-align: right;
}
.cart .product-picture {
	float: left;
	width: 86px;
}
.cart .sku, .cart .product,
.cart .unit-price, td.vendor {
	float: right;
	width: calc(100% - 100px);
	text-align: left;
}
.wishlist-page .cart tr {
	padding-top: 50px;
}
.wishlist-page .remove-from-cart,
.wishlist-page .add-to-cart {
	height: 50px !important;
}
    .sub-category-grid .item-box {
		/*padding: 10px 0px;*/
		padding: 10px 4px;
	}

.nop-jcarousel .carousel-item {
	padding: 0 0.9vw; /*space between items*/
}
}

@media all and (max-width: 450px) {
	.html-product-details-page .overview-buttons {
		top: 0px;
	}
	.cart-button .cart-qty {
		right: 12%;
	}
	.extended-admin .header-upper {
		/*display: block;*/
	}
	.admin-header-links {
     display: block !important;
	}
	.admin-header-links a + a {
    display: block;
	}
	.header-links-upper {
    margin: auto 0;
	}
	.extended-admin .header-selectors {
		justify-content: center;
	}
	.extended-admin .header-upper .first,
	.extended-admin .header-upper .last {
		text-align: center !important;
	}
	.extended-admin .first ~ .last .admin-header-links {
		margin-top: -7px;
	}
	/*
	.home-page-category-grid .item-grid {
		grid-template-columns: 100%;
		grid-row-gap: 15px;
	}
	.home-page-category-grid .category-item {
		display: flex;
		background-color: #f3f3f3;
	}
	.home-page-category-grid .wrapper {
		flex: 1 0 50%;
	}
	.home-page-category-grid .picture {
		margin: 0;
	}
	.home-page-category-grid .text-wrapper {
		display: flex;
		flex-flow: column;
		justify-content: center;
		align-items: center;
		gap: 5px; padding: 2%;
		text-align: center;
	}
	*/
	.product-list .buttons .wrapper {
		display: none !important;
	}
	.footer-block ul {
		display: block;
	}
	.row .col-md-4 {
	display: inline-block;
	width: 33%;
	font-size: 15px;
	font-weight: 600;
	}
	.row .col-md-8 {
		display: inline-block;
		/*width: 67%;*/
		width: 100%;
		color: #888;
		font-size: 16px;
		font-weight: 500;
	}
	.row .col-md-8 h5 {
		width: 95%;
		margin: auto;
	}
}

@media all and (max-width: 600px) {

	.home-page .topic-block {
		padding: 0 5px;
	}
	.html-account-page .block {
		margin: 0 -2.5% 30px;
	}
	.product-box-add-to-cart-button {
		display: none !important;
	}
}

@media all and (max-width: 767px) {

	table.cart tbody {
		display: block;
	}
	.header .header-text-wrapper {
		display: none !important;
	}
	.eu-cookie-bar-notification .text {
		margin-bottom: 15px;
	}
	.footer-blocks {
		display: flex;
		flex-flow: column;
		max-width: 375px;
		margin: auto;
	}
	.footer-block {
		padding: 0 15px;
	}
	.footer-block .title {
		display: flex;
		justify-content: space-between;
		padding: 10px 0;
	}
	.footer-block .title:after {
		content: "\e913";
		margin-top: auto;
		margin-bottom: auto;
		font-size: 14px;
		color: #aaa;
		transition: 0.2s ease;
	}
	.footer-block .opened:after {
		transform: scaleY(-1);
	}
	.footer-block .list {
		padding-bottom: 10px;
	}
	.item-box .tax-shipping-info {
		display: none;
	}
	.product-selectors span {
		display: none;
	}
	.product-selectors select {
		max-width: none !important;
	}
	.product-list .item-grid {
		display: grid;
		grid-template-columns: 49% 49%;
		grid-gap: 25px 2%;
	}

	.product-list .buttons .wrapper {
		display: flex;
		flex-flow: column;
		position: absolute;
		top: 0; left: 0;
	}
	.product-list .wrapper button {
		display: block;
		width: 36px; height: 28px;
		margin: 6px 0 -6px;
	}
	.product-list .wrapper
	.add-to-wishlist-button {
		order: -1; /**/
	}
	.product-list .wrapper
	.quick-view-button {
		height: 30px;
		opacity: 0;
	}
	.product-list .wrapper
	.add-to-compare-list-button {
		opacity: 0;
	}
	.product-list .item-box:hover
	.add-to-compare-list-button {
		opacity: 1;
	}
	.cart-collaterals .option-list {
		display: inline-block;
	}
	.cart-collaterals .title {
		display: flex;
		justify-content: space-between;
		background-color: #f3f3f3;
		padding: 10px 15px;
	}
	.cart-collaterals .title:after {
		content: "\e913";
		margin-top: auto;
		margin-bottom: auto;
		font-size: 14px;
		transition: 0.2s ease;
	}
	.cart-collaterals .opened:after {
		transform: scaleY(-1);
	}
	.cart-collaterals .content {
		display: none;
		padding: 20px 0 40px;
	}
	.cart-collaterals .current-code {
		margin-bottom: -20px;
	}
}

@media all and (min-width: 768px) and (max-width: 1260px) {

	.not-logged-in .three .header-selectors-wrapper, /*when header-selects and header-text are present, but admin-links are not*/
	.impersonated .three .header-selectors-wrapper,  /*when header-selects and header-text are present, but admin-links are not*/
	.logged-in .two .header-text-wrapper {           /*when header-text and admin-links are present, but header-selects are not*/
		text-align: left;
	}
	.not-logged-in .three .header-text-wrapper, /*when header-selects and header-text are present, but admin-links are not*/
	.impersonated .three .header-text-wrapper,  /*when header-selects and header-text are present, but admin-links are not*/
	.logged-in .two .header-links-wrapper {     /*when header-text and admin-links are present, but header-selects are not*/
		text-align: right;
	}
	.logged-in .three .header-selectors-wrapper,
	.logged-in .three .header-links-wrapper {
		flex-shrink: 2;
	}
	.impersonated .two .header-text-wrapper {
		text-align: center;
	}
	.master-column-wrapper > .side-2 {
		display: grid;
		grid-template-columns: 32% 32% 32%;
		grid-gap: 10px 2%;
		padding: 0 2.5%;
	}
	.cart.odd-number tbody:after {
		content: ""; /*fix for cart and wishlist with odd number of products*/
		margin-top: 40px;
		background-color: #fbfbfb;
	}
.block-category-navigation {
		width: 100% !important;
	}
}

@media all and (min-width: 480px) {

.header-upper {
	padding: 0 18px;
}
.sub-category-grid .item-grid {
	grid-template-columns: repeat(auto-fit, minmax(49%,1fr));
	grid-row-gap: 10px !important;
}
.product-grid .buttons .wrapper {
	display: flex;
	flex-flow: column;
}
.item-box .color-attributes {
	display: block;
}
.gallery .picture-thumbs {
	grid-template-columns: 1fr 1fr 1fr 1fr;
}
.rental-attributes .datepicker {
	width: 100%;
}
.checkout-as-guest-button,
.checkout-as-guest-button + button {
	min-width: 200px;
}
.private-messages-page .date {
	display: table-cell;
}
.private-messages-page col.date {
	display: table-column;
}

}

@media all and (min-width: 768px) {

/* GLOBAL STYLES */

.page {
	text-align: left;
}
.page-title h1 {
	font-size: 32px;
}
.center-1 .page-title {
	padding: 35px 0;
}
.center-2 .page-title {
	padding: 30px 0;
}
.product-grid .title,
.topic-block .title,
.home-page .title {
	padding: 25px 0;
	font-size: 32px;
}
.home-page .slider-wrapper {
	padding-top: 25px;
}

  .page.product-details-page {
    max-width: 1140px;
    margin: auto;
  }

/* NOTIFICATIONS & POPUPS */

.eu-cookie-bar-notification .content {
	flex-direction: row;
	justify-content: space-between;
	column-gap: 20px;
}

/* TABULATION */

.ui-widget.ui-tabs {
	padding: 3% 3%;
}
.ui-tabs .ui-tabs-nav {
    margin-bottom: 25px;
}

/* FOOTER */

.footer .newsletter {
	width: 500px;
	margin: auto;
}
.footer .newsletter:before {
	content: "";
	position: absolute;
	top: 15px;
	right: -15px;
	bottom: -15px;
	left: 15px;
	z-index: -1;
	border: 1px solid #222;
}
.footer-middle {
	padding-top: 80px;
}
.footer-blocks {
	display: flex;
	max-width: 1200px;
	margin: auto;
}
.footer-block {
	flex: 1 0 25%;
	padding-left: 5%;
}
.footer-block .title {
	margin-bottom: 15px;
}
.footer-block .list {
	display: block !important;
	height: auto !important;
}
.footer-lower {
	position: relative;
	padding: 15px 25px;
}
.footer-texts {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.footer-text {
	flex: 1 0 33.333%;
	padding: 0;
}
.footer-text.credits {
	display: flex;
	text-align: left;
}
.footer-text .txt + .txt {
	margin-left: 15px;
	border-left: 1px solid #bbb;
	padding-left: 15px;
}
.footer-text.copyright {
	text-align: right;
}
.theme-selector {
	margin-top: 0;
}
.theme-selector select {
	position: absolute;
	top: 0; right: 0;
	bottom: 0; left: 0;
	margin: auto;
}

/* CATEGORY PAGE & GRIDS */

.product-selectors {
	justify-content: flex-end;
}
.product-selectors select {
	min-width: 20px;
	height: 30px;
	line-height: 18px; /*text vertical alignemt*/
	background-color: #fff;
}
.product-viewmode {
	display: flex;
	column-gap: 5px;
	align-items: center;
	margin-right: auto;
}
.product-viewmode span {
	display: none !important;
}
.product-viewmode a {
	padding: 5px;
	font-size: 0;
}
.product-viewmode a:before {
	font-size: 20px;
}
.product-viewmode .grid:before {
	content: "\e937";
}
.product-viewmode .list:before {
	content: "\e939";
}
.product-viewmode .selected {
	color: #e43d51;
}
.product-sorting,
.product-page-size {
	width: auto;
}

.category-grid .item-grid,
.manufacturer-grid .item-grid,
.vendor-grid .item-grid,
.product-grid .item-grid {
	/*grid-template-columns: 1fr 1fr 1fr;*/
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-row-gap: 50px;
}

.sub-category-grid .item-grid {
	grid-template-columns: repeat(auto-fit, minmax(23.5%, 1fr));
    grid-row-gap: 15px !important;
}

.home-page-product-grid:not(.nop-jcarousel) .title,
.home-page .bestsellers:not(.nop-jcarousel) .title {
	margin-bottom: 50px;
}
.home-page-product-grid:not(.nop-jcarousel) .item-grid,
.home-page .bestsellers:not(.nop-jcarousel) .item-grid {
	/*grid-column-gap: 7.5%;*/
	/*grid-column-gap: 0.5%;*/
	grid-column-gap: 1%;
	grid-row-gap: 60px;
}
.home-page-product-grid:not(.nop-jcarousel) .item-box:nth-child(3n+2),
.home-page .bestsellers:not(.nop-jcarousel) .item-box:nth-child(3n+2) {
	position: relative;
	/*bottom: 40px;*/
}

.product-list .item-box + .item-box {
	margin-top: 20px;
}
.product-list .item-box .product-item {
	display: grid; width: 100%;
    grid-template-columns: 32% auto;
	grid-column-gap: 35px;
}
.product-list .item-box .picture {
	margin: 0;
}
.product-list .item-box .details {
	padding: 25px 0;
}
.product-list .item-box .product-title {
	flex-grow: 0;
	margin-bottom: 25px;
	font-size: 14px;
	color: #000;
}
.product-list .item-box .description {
	display: block;
}
.product-list .item-box .add-info {
	display: block;
	margin-top: 20px;
}
.product-list .item-box .buttons {
	margin-top: 30px;
	text-align: left;
}
.product-list .product-box-add-to-cart-button {
	vertical-align: middle;
}
.product-list .buttons .wrapper {
	display: inline-flex;
	vertical-align: middle;
	position: relative;
	bottom: 1px; left: 1px;
}
.product-list .add-to-wishlist-button,
.product-list .add-to-compare-list-button {
	margin-left: 15px;
}

/* PRODUCT PAGE */

.product-essential {
	max-width: none;
	margin-bottom: 40px;
}
.gallery {
	float: left;
	width: 46%;
	max-width: none;
	margin-bottom: 0;
	padding-top: 3%;
}
.overview {
	float: right;
	width: 51.5%;
	max-width: none;
	padding-top: 3%;
}
.product-name.mobile {
	display: none !important;
}
.product-name.desktop {
	display: block !important;
	margin: 0 0 30px;
	border-bottom: 1px solid #eee;
	padding: 5px 0 !important;
	text-align: left;
}
.price-reviews-wrapper {
	margin-bottom: 0;
	border: none;
}
.price-reviews-wrapper .prices,
.product-reviews-overview {
	justify-content: flex-start;
}
.old-product-price,
.non-discounted-price,
.prices .product-price {
	margin-left: 0;
}
.prices .rental-price {
	text-align: left;
}
.product-collateral {
	max-width: none;
}
.product-variant-line {
	display: flex;
	column-gap: 30px;
	margin-top: 15px;
}
.variant-overview.mobile {
	display: none; /*selector string has no space!*/
}
.variant-overview .desktop {
	display: block; /*selector string has space!*/
}
.variant-picture {
	align-self: flex-start;
	flex: 0 0 300px;
}
.variant-overview {
	flex-grow: 1;
}

/* REVIEW PAGE */

.write-review .review-rating {
	position: relative;
}
.write-review .review-rating > label {
	position: absolute;
	left: 0;
	width: auto;
	margin: 0;
}
.product-review-item .review-item-head {
	display: flex;
	justify-content: space-between;
	margin: 0 0 15px;
}
.product-review-item .review-title {
	max-width: calc(100% - 100px);
	margin-bottom: 0;
}
.product-review-item .product-review-box {
	margin-bottom: 0;
}
.product-review-item .review-item-content {
	display: flex;
}
.product-review-item .review-avatar {
	flex: 0 0 150px;
	max-width: 150px;
	margin: 0 30px 0 0;
}
.product-review-item .review-content {
	flex-grow: 1;
}
.product-review-item .review-reply {
    margin-top: 10px;
}

/* WISHLIST & COMPARE PAGE */

.wishlist-content .buttons {
	flex-flow: row;
	max-width: none;
	border-bottom: 1px solid #eee;
	padding-bottom: 30px;
}
.wishlist-add-to-cart-button {
	margin-left: auto;
}
.wishlist-page .share-info {
	margin: 40px 0 0;
}
.compare-products-mobile {
	display: none;
}
.compare-products-table {
	display: table;
    margin-top: -15px;
	border-top: 1px solid #eee;
}
.compare-products-clear-list {
	position: absolute;
    top: 35px; right: 5px;
    margin-bottom: 0;
	line-height: 44px;
}

/* CONTACT PAGES */

.contact-page .topic-block,
.apply-vendor-page .topic-block,
.email-a-friend-page .title {
	margin-top: -10px;
}

/* ACCOUNT PAGES */

.address-list-page .addresses,
.order-list-page .order-list,
.return-list-page .return-list,
.gdpr-tools-page .gdpr-form {
	grid-template-columns: 49% 49%;
	grid-gap: 25px 2%;
	max-width: 900px;
}

/* SHOPPING CART */

.order-progress li {
	max-width: 120px;
}
.order-progress a {
	display: inline-block;
	padding-top: 60px;
	font-size: 18px;
}

.cart-options .common-buttons {
    flex-flow: row;
	align-items: center;
    max-width: none;
    border-bottom: 1px solid #eee;
    padding-bottom: 30px;
}
.cart-options .tax-shipping-info {
	order: 3; /**/
	flex-grow: 1;
	margin: auto;
}
.tax-shipping-info ~ .update-cart-button {
	margin-right: auto;
}
.cart-options .estimate-shipping-button {
	order: 4; /**/
	margin-left: auto;
}
.cart-options .update-cart-button:before {
	content: "\e91d";
	position: relative;
	bottom: -1px;
	margin-right: 8px;
	font-size: 16px;
}
.cart-options .continue-shopping-button:before {
	content: "\e902";
	position: relative;
	bottom: -2px;
	margin-right: 8px;
	font-size: 18px;
}
.cart-options .estimate-shipping-button:before {
	content: "\e91e";
	margin-right: 8px;
	font-size: 31px;
}

.cart-footer {
	display: flex;
	column-gap: 4%;
}
.cart-collaterals {
	flex-grow: 1;
}
.checkout-attributes dt {
	margin: 0 0 10px;
	/*font-family: 'DM Serif Display', serif;*/
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	color: #000;
}
.checkout-attributes dd {
	margin: 0 0 20px;
}
.checkout-attributes select {
	width: 100%;
}
.cart-collaterals .title {
	margin: 0 0 10px;
	font-size: 24px;
}
.coupon-box, .giftcard-box {
	margin-bottom: 0;
}
.coupon-box + .giftcard-box {
	margin-top: 20px;
}
.cart-footer .totals {
	width: 48%;
	max-width: 480px;
}
.cart-footer .totals-txt {
	display: block;
	margin-bottom: 10px;
	/*font-family: 'DM Serif Display', serif;*/
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
}
.terms-of-service {
	max-width: 470px;
	margin-left: 5px;
}
.terms-of-service label {
	display: inline-block;
}

/* CHECKOUT */

.checkout-page .cart-options {
	text-align: right;
}
.checkout-page .cart-footer {
	justify-content: flex-end;
}
.cart-footer .totals-txt {
	display: block;
}

.pickup-in-store,
.ship-to-same-address {
	max-width: none;
}
.checkout-page .address-grid {
	grid-template-columns: 49% 49%;
	grid-gap: 25px 2%;
	max-width: none;
}
.checkout-page .address-item {
	display: flex;
	flex-flow: column;
}
.checkout-page .unflex {
	align-self: flex-start;
}
.checkout-page .address-box {
	flex-grow: 1;
}
.confirm-order .separator {
	margin-bottom: 80px;
}

/* ORDER DETAILS */

.order-review-data,
.order-details-area,
.shipment-details-area {
	display: grid;
	grid-template-columns: 49% 49%;
    grid-template-rows: auto auto;
	grid-column-gap: 2%;
	max-width: none;
	text-align: center;
}
.order-review-data.full,
.order-details-area.full,
.shipment-details-area.full {
	grid-auto-flow: column;
}
.order-review-data > div,
.order-details-area > div,
.shipment-details-area > div {
	display: flex;
	flex-flow: column;
}
.order-review-data ul,
.order-details-area ul,
.shipment-details-area ul {
	flex-grow: 1;
}
.order-details-page .buttons {
	margin-top: -20px;
}
.order-details-page .options {
	text-align: right;
}
.order-details-page .totals {
	width: 48%;
	max-width: 410px;
	margin-left: auto;
}

/* BLOG & NEWS */

.comment.blog-comment,
.comment.news-comment {
	display: flex;
}
.comment-info {
	flex: 0 0 150px;
    max-width: 150px;
    margin-right: 30px;
}
.comment-info .user-info {
	margin: 0;
}
.comment-content {
	flex-grow: 1;
	flex-flow: column;
}
.comment-body {
	flex-grow: 1;
}

.news-list-homepage {
	margin-top: 70px !important;
}
.news-list-homepage .news-items {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(48%,1fr));
	grid-gap: 40px 4%;
}
.news-list-homepage .news-item {
	display: flex;
	flex-flow: column;
	margin: 0 !important;
}
.news-list-homepage .news-body {
	flex-grow: 1;
}
.news-list-homepage .buttons {
	text-align: left;
}

/* PROFILE & INBOX */

.private-message-view-page .message-head {
	margin-bottom: 25px;
	padding-bottom: 20px;
}
.private-message-view-page .message-body {
	padding: 0;
}


/* Dodano*/

.productTabs-header {
	display: block;
}
.productTabs-body {
	display: block;
}
.mobile-productTabs {
	display: none;
}

}

@media all and (min-width: 1024px) {

	.cart-options .tax-shipping-info {
		max-width: none;
	}
}

@media all and (min-width: 1261px) {

/* GLOBAL STYLES */

body { /*desktop only, don't add to mobile*/
	overflow-x: hidden;
}
.master-wrapper-content {
	/*width: 1200px;
	margin: auto;*/
	/*margin-right: 2rem !important;
    margin-left: 2rem !important;*/
	margin-bottom: 80px;
}
.master-column-wrapper {
	display: grid !important;
    grid-template-columns: 20% 78%;
	grid-column-gap: 2%;
	padding-top: 5%;
}
.html-account-page
.master-column-wrapper {
	grid-template-columns: 280px auto;
}
.breadcrumb + .master-column-wrapper {
	padding-top: 1%;
}
.center-1, .center-2 {
	margin-bottom: 140px;
	padding: 0;
} 
.center-1 .page-title {
	padding: 45px 0;
}
.center-2 .page-title {
	margin: -10px 0 30px;
	border-bottom: 1px solid #eee;
	padding: 0 0 10px;
	text-align: left;
}
.side-2 { /*sidebar*/
	margin-bottom: 140px;
}
  .home-page .page-body > div {
    margin: 80px 0;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
  }
.home-page .slider-wrapper {
	padding-top: 30px;
}
.product-grid .title,
.topic-block .title,
.home-page .title {
	padding: 30px 0;
}
.product-grid .title {
	padding: 0px 0;
}

.qty-wrapper .increase,
.qty-wrapper .decrease {
	right: 2px; left: auto;
	width: 18px; height: 21px;
}
.qty-wrapper .increase {
	top: 2px;
	bottom: auto;
}
.qty-wrapper .qty-input {
	width: 38px;
	margin: 0 20px 0 0;
}

/* GLOBAL TABLES */

.cart td:not(.add-to-cart) .td-title {
	display: none;
}
.cart .remove-from-cart button {
	position: relative;
	bottom: 1px;
}
.cart .sku .sku-number {
	vertical-align: baseline;
}

/* HEADER */

.responsive-nav-wrapper {
	display: none;
}
.header .close-button {
	display: none;
}

.header-selectors-wrapper {
	flex: 1 1 0;
	text-align: left;
}
.header-links-wrapper {
	flex: 1 1 0;
	display: flex;
	min-height: 37px; /*preserves space when header-selects are not present*/
	text-align: right;
}
.first ~ .header-text-wrapper {
	padding: 0 30px; /*add padding when header-text is centered*/
}

  .header-links li + li,
  .admin-header-links a + a,
  .admin-header-links + .header-links {
    /*margin-left: 15px;*/
    /*border-left: 1px solid #ccc;*/
    margin-left: 10px;
    padding-left: 14px;
  }
.impersonated.session .header-links {
	margin-left: 0;
	border-left: none;
	padding-left: 0;
}
.admin-header-links {
	/*margin: auto 0 auto auto;*/
	margin: auto auto auto 0;
}
.admin-header-links a {
	padding: 0;
}
.header-links-upper {
	margin: auto 0 auto auto;
}
.header-links-upper {
	margin: auto 0 auto auto;
}
.header-links {
	margin: auto 0 auto auto;
}
.header-website-selector {
	margin: auto auto auto 0;
}
.header-links ul {
	font-size: 0;
	white-space: nowrap;
}
.header-links li {
	display: inline-block;
}
.header-links span,
.header-links a {
	display: inline-block;
	font-size: 10px; /*reset zeroing*/
}
.header-links .hidden {
    display: none;
}
.header-links .wishlist-qty {
	/*display: none;*/
}

.header-lower {
	display: flex;
	/*padding: 2.5% 2%;*/
	padding-top: 1rem !important;
	padding-bottom: 1rem !important;

}
.header-logo.desktop {
	display: block;
	flex: 1 1 0;
	margin: auto 0;
	/*text-align: left;*/
	text-align: center;
}
.header-logo.desktop a {
	display: inline-block;
}
.header-logo.desktop img {
	/*max-width: 340px;*/
	max-width: 164px;
}
.search-cart-wrapper {
	flex: 1 1 0;
	display: flex;
}
.store-search-box {
	position: relative;
	margin: auto 0 auto auto;
}
.store-search-box form {
	/*z-index: 1021;*/
}
.search-box .ui-autocomplete {
	box-sizing: content-box;
	position: absolute !important;
	top: -5px !important;
	left: -10px !important;
	z-index: 1020;
	box-shadow: 0 0 20px rgba(0,0,0,.15);
	background-color: #fff;
	padding: 45px 10px 0 10px;
}
.ui-autocomplete .ui-menu-item a {
	width: auto;
	margin: 0 -10px;
	padding: 5px 10px;
}
.flyout-cart-wrapper {
	display: block;
	position: relative;
	z-index: 1021;
	margin: auto -14px auto 12px;
	white-space: nowrap;
}
.cart-wrap:hover .cart-link:before {
	content: "";
	position: absolute;
	top: -5px; right: 0;
	bottom: 0; left: 0;
	z-index: 1021;
	background-color: #fff;
	box-shadow: 0 0 12px rgba(0,0,0,.15);
	animation: fadein 0.3s
}
.cart-wrap:hover .cart-link:after {
    content: "";
    position: absolute;
    top: 100%;
	left: 0; right: 0;
	z-index: 1021;
	height: 12px;
    background: #fff;
}
.cart-link .ico-cart {
	display: block;
	position: relative;
	z-index: 1021;
	/*padding: 10px 14px 10px 18px;*/
	font-size: 0;
}
.cart-link .cart-label {
	display: inline-block;
	/*min-width: 27px;*/
	/*margin-right: 7px;*/
	vertical-align: middle;
	/*text-transform: uppercase;*/
	/*font-size: 13px;*/
}
/*
.cart-link .cart-qty {
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	overflow: hidden;
	background-color: #e43d51;
    text-align: center;
	vertical-align: middle;
    font-size: 11px;
	line-height: 20px;
	color: #fff;
}
*/
.flyout-cart-dropdown {
	display: none;
	position: absolute;
	top: 100%; right: 0;
	z-index: 1020;
	width: 358px;
	margin-top: -1px;
	box-shadow: 0 1px 20px rgba(0,0,0,.15);
	background-color: #fff;
	padding: 11px 10px 15px;
	white-space: normal;
	animation: fadein 0.3s;
}
.flyout-cart-wrapper:hover
.flyout-cart-dropdown {
	display: block;
}

/* HEADER MENU */

.menu-title, .close-menu,
.header-menu .back-button {
	display: none;
}
.overlayOffCanvas {
	display: none !important;
}

.header-menu {
	/*margin: auto 0;
	padding: 0 50px;*/
}
.header-menu > ul {
	/*margin: -5px 0;
	text-align: center;
	font-size: 0;*/
}
.header-menu > ul > li {
	display: inline-block;
	    border-bottom: 1px solid #fff;
	/*padding: 0 15px;*/ /*use pixels, not %, or flex will wrap*/
	/*vertical-align: middle;*/
}
.header-menu > ul > li > a,
.header-menu > ul > li > span {
	/*display: inline-block;
	padding: 5px 0;
	vertical-align: middle;
	font-size: 14px;
	transition: 0.2s ease;*/

	
	border-color: #fff !important;
	font-size: 0.875rem;
    line-height: 1.5rem;
    font-weight: 600;
	font-family: "Open Sans",Arial,sans-serif;
}
.header-menu > ul > li {
	padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
	margin-right: 1.5rem !important;	
}
.header-menu > ul > li > a:hover {
	/*text-decoration: underline;*/
}
.header-menu > ul > li:hover, .header-menu > ul > li.active{
    border-bottom: 1px solid #fe8273;
}    
.header-menu > ul > li:hover, .header-menu > ul > li.active {
border-color: #fe8273 !important;
}
.header-left .header-menu > ul > li:hover,.header-left .header-menu > ul > li.active{
    border-color: #191919 !important;
}
.header-menu > ul > .has-sublist:after {
	content: "\e90c";
	display: inline-block;
	transform: rotate(90deg);
	margin: 0 -8px 0 8px;
	vertical-align: middle;
	font-size: 8px;
	color: #888;
}
.header-menu .sublist-wrap {
	display: none;
	position: absolute;
	z-index: 1022;
	min-width: 200px;
	margin-top: 10px;
	box-shadow: 0 0 20px rgba(0,0,0,.15);
	background-color: #fff;
	text-align: left;
}
.header-menu .sublist-wrap:before {
	content: "";
	position: absolute;
	left: 0; right: 0;
	top: -10px;
	height: 10px;
}
.top-menu li:hover > .sublist-wrap,
.header-menu .sublist-wrap.active {
	display: block;
}
.header-menu .sublist {
	padding: 10px 0;
}
.header-menu .sublist li {
	position: relative;
}
.header-menu .sublist li a {
	display: block;
	padding: 8px 20px;
	font-size: 13px; /*reset zeroing*/
}
.header-menu .sublist li:hover > a {
	background: #f6f6f6;
	color: #e43d51;
}
.header-menu .sublist-wrap .sublist-wrap {
	top: -20px;
	left: 100%;
}
.header-menu .sublist .with-subcategories:after {
	content: "\e90e";
	position: absolute;
	top: 0; bottom: 0;
	right: 12px;
	height: 10px;
	margin: auto;
	font-size: 10px;
	color: #888;
}

/* FOOTER */

.footer-block {
	padding-left: 7%;
}

/* SIDEBAR COLUMN */

.block + .block {
	
	margin-top: 25px;
	border-top: 1px solid #eee;
	padding-top: 25px;
	
}
.block .title {
	margin-bottom: 10px;
	cursor: default;
}
.block .listbox {
	display: block;
}

.block-recently-viewed-products
.listbox .list li {
	display: flex;
	column-gap: 10px;
}
.block-recently-viewed-products
.listbox .list li + li {
	margin-top: 5px;
}
.block-recently-viewed-products
.product-picture {
	width: 80px;
	padding: 0 !important;
}
.block-recently-viewed-products
.product-picture img {
	display: block;
}
.block-recently-viewed-products
.product-name {
	width: 72%;
	padding: 10px 0 !important;
}

.block.filters > .title {
	display: none;
}
.product-filter + .product-filter {
	margin-top: 25px;
	border-top: 1px solid #eee;
	padding-top: 25px;
}

/* CATEGORY PAGE & GRIDS */

.breadcrumb {
	/*margin: 0 -3px;*/
	/*margin: 0 30px;*/
	border-bottom: none;
	padding: 26px 0;
	text-align: left;
	padding: 1rem 0rem !important;
}
.html-category-page .breadcrumb {
    padding: 1rem 3rem !important;
}
.category-page .page-title {
}
.picture-wrapper:hover .sub-category-list {
	display: flex;
}
.home-page-category-grid .title {
	margin-top: -30px;
}
.home-page-category-grid .category-title {
	margin-bottom: 7px;
	font-size: 17px;
}
.product-selectors:first-child {
	margin-top: -31px;
}
.two-products .product-grid .item-grid {
	grid-template-columns: 1fr 1fr;
}
.extended-gallery .product-data .product-grid,
.product-data .variants ~ .product-grid {
	padding-top: 20px;
}
.product-details-page .item-grid {
	grid-template-columns: 1fr 1fr 1fr 1fr;
}
.cross-sells .item-grid {
	grid-template-columns: 1fr 1fr 1fr 1fr;
}
.pager { /*pagination*/
	padding: 15px 0;
}

/* PRODUCT PAGE */

.gallery, .overview {
	width: 48.5%;
	padding-top: 0;
}
.standard-gallery .price-reviews-wrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.standard-gallery .overview .prices {
	/*align-items: center;*/
}
.standard-gallery .tier-prices {
	/*order: 3;*/
	width: 100%;
}
.standard-gallery .prices-table {
	display: table; width: 100%;
	border-collapse: collapse;
}
.standard-gallery .prices-row {
	display: table-row;
}
.standard-gallery .prices-cell {
	display: table-cell;
	border: 1px solid #e3e3e3;
	box-shadow: none;
}
.standard-gallery .attributes select,
.standard-gallery .attributes .textbox,
.standard-gallery .attributes textarea {
	width: 465px;
}
.extended-gallery .gallery {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 10px 10px;
	/*width: 67%;*/
	width: 814px;
}
.extended-gallery .thumb-item {
	display: block;
	width: auto;
	max-width: none;
	margin: 0;
}
.extended-gallery .overview {
	position: sticky;
	top: 10px;
	/*width: 30%;*/
	width: 350px;
}
.extended-gallery .product-name {
	margin-bottom: 5px;
	border: none;
	padding: 0 !important;
}
.extended-gallery .product-name h1 {
	font-size: 24px;
}
.extended-gallery .overview .prices {
	margin-bottom: 20px;
}
.extended-gallery .datepicker {
	width: 340px;
}
.overview .giftcard,
.variant-overview .giftcard {
	width: 465px;
}
.customer-entered-price {
	width: 465px;
	margin-bottom: -3px;
}
.customer-entered-price .enter-price-input {
	width: 60px;
}
.variants .customer-entered-price {
	width: 100%;
}
.add-to-cart-panel .qty-wrapper {
	margin-right: 5px;
}
.add-to-cart-panel .add-to-cart-button {
	max-width: none;
}

/* COMPARE PAGE */

.compare-products-clear-list {
    top: 45px;
}

/* TOPICS */

.home-page .topic-block {
	position: relative;
	margin-top: 90px !important;
	padding: 5% 0;
}
.home-page .topic-block:before {
	content: "";
	position: absolute;
	top: 0; bottom: 0;
	left: -1000px;
	right: -1000px;
	background-color: #f3f3f3;
}
.home-page .topic-block .wrapper {
	position: relative;
	background-color: #fff;
	padding: 0 3% 4%;
}
.home-page .topic-block-title {
	padding-top: 10px;
}
.home-page .topic-block-body,
.home-page .topic-block-body p {
	line-height: 28px;
}

.vertical .topic-block .wrapper {
	display: flex;
	align-items: center;
	padding: 0;
}
.vertical .topic-block-title {
	writing-mode: vertical-rl;
	transform: rotate(180deg);
	padding: 1% 70px;
}
.vertical .topic-block .title {
	font-size: 60px;
}
.vertical .topic-block-body {
	flex-grow: 1;
	padding-right: 8%;
	text-align: left;
}

/* REGISTRATION & LOGIN */

.login-page .customer-blocks {
	flex-flow: row-reverse;
	column-gap: 20px;
	padding-top: 30px;
	justify-content: center;
}
.login-page .fieldset,
.login-page .new-wrapper {
	margin: 0px 0px;
	padding: 0 50px 40px;
}
.login-page .new-wrapper {
	display: flex;
	flex-flow: column;
}
.login-page .new-wrapper .text {
	flex-grow: 1;
}

/* ACCOUNT PAGES */

.block-account-navigation {
	position: sticky;
	top: 30px;
}
.block-account-navigation .title {
	display: none;
}
.block-account-navigation .active {
	position: relative;
	background-color: #f3f3f3;
}
.block-account-navigation .active:after {
	content: "";
	position: absolute;
	right: -20px;
	top: calc(50% - 10px);
	bottom: calc(50% - 10px);
	border: 10px solid #fff;
	border-left-color: #f3f3f3;
}
.block-account-navigation a {
	border-bottom: 1px solid #eee;
	padding: 18px 10px !important;
}
.account-page .page-title {
	margin: 0 0 30px;
	border: none;
	padding-bottom: 0;
	text-align: center;
}

/* SHOPPING CART */

.order-progress {
	padding: 45px 0;
}
.order-progress:before {
	left: -1000px;
	right: -1000px;
}
.order-progress li {
	max-width: 130px;
}

/* BLOG & NEWS */

.news-list-homepage {
	margin-top: 100px !important;
}

.master-column-wrapper {
    margin-left: 32px;
    margin-right: 32px;
}
.title.carousel-title.has-navigation {
    display: flex !important;
    /* flex-direction: row; */
    /* flex-wrap: nowrap; */
    /* align-content: center; */
    justify-content: space-around;
    align-items: center;
}
.nop-jcarousel .carousel-title strong {
    text-transform: uppercase;
}
.category-grid.sub-category-grid {
    /*display: none;*/
}
.carousel-item.slick-slide .item-box{
    /*display: flex;*/ 
	padding: 0px 5px;
}
}
/* Dodano*/

@media all and (min-width: 1540px) {

	.header-menu > ul > li {
		/*padding: 0 20px;*/
	}
}

@media all and (min-width: 1540px) {

    .header-menu > ul > li {
        /*padding: 0 20px;*/
    }
}
@media (min-width: 1201px) {
	.n4you-ajax-filters .filterbutton, .n4you-ajax-filters .filtercolsebutton {
		display: none;
	}
}
@media (min-width: 768px) {
	.page-body.checkout-data,
	.html-shopping-cart-page .page-body,
    .html-account-page.html-customer-info-page .master-column-wrapper	{
		max-width: 1140px;
		margin: auto;
	}
}


/*050624*/
.filtersGroupPanel .checkbox-item {
    position: relative;
    margin: 15px 15px 15px 15px;
}
.colorOptions .color {
    display: block;
    width: 34px;
    height: 34px;
    border: 2px solid #fff;
    font-size: 0;
    border-radius: 50%;
    border: solid 1px;
}
.filtersGroupPanel .checkbox-item label {
    display: block;
    padding: 10px 0px 12px 0px;
    text-overflow: ellipsis;
    /* top: 35px; */
    text-align: center;
}
.Boja .filtersGroupPanel.filtersCheckboxPanel.colorOptions .checkbox-item label {
    padding: 34px 0px 12px 0px;
}
.Boja .filtersGroupPanel.filtersCheckboxPanel.colorOptions .checkbox-item label.filter-item-name {
    margin-left: -15px;
    margin-right: -15px;
}
.block.filter-block.attributeFilterPanel7Spikes.Boja {
    display: none;
}


/*
*:before, *:after {
    font-family: 'voyage-icons' !important;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-sizing: border-box;
}
*/
/*Desktop css*/
.image img {
    height: 200px;
    width: 200px;
}

.menu-container {
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
}

.wsmenu .menu {
    width: 13%;
    border-right: 1px solid #999;
    height: 100%;
}

.full-wsmenu .menu {
    width: 13%;
    border-right: 1px solid #999;
    height: 100%;
}

.menu > li {
    display: block;
    text-align: center;
    margin-left: -4px;
    border-left: 1px solid rgba(255, 255, 255, 0.11);
}

.menu > li > a {
    padding: 20px 18px;
    display: block;
}

.menu > li:hover > a {
    color: #227087;
}

.menu > li:hover {
    background-color: #fff;
}

.menu > li > .megadrop {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    list-style: none;
    top: 0px;
    right: 0px;
    width: 86%;
    min-height: auto;
    text-align: left;
    margin-top: 30px;
    padding: 0px;
    z-index: 99;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background: #fff;
}

.menu > li:hover .megadrop {
    opacity: 1;
    visibility: visible;
    margin-top: 0px;
}

.menu ul li:hover:after {
    color: #227087;
}

.menu .col {
    width: 20%;
    float: left;
    margin: 0 0 0 0%;
    height: auto;
}

.menu .col ul {
    padding: 0;
    margin: 0;
    padding-left: 0px;
}

.menu .col ul li {
    padding: 0;
    list-style: none;
    font-size: 11px;
    border: none;
}

.menu .col h3 {
    font-size: 16px;
    padding: 10px 0;
    font-weight: bold;
    margin: 5px 0 5px 0;
    color: #227087;
    background: #eee;
}

.menu .col ul li a {
    display: block;
    padding: 0 0 15px 0;
    color: #222;
    font-size: 14px;
}

.menu .col ul li a:hover {
    color: #1E5474;
}

.menu .col ul li:hover {
    background: none !important;
}

.menu > li > ul li ul, .menu li > ul li,
.menu > li > .megadrop, .menu > li > ul, .menu > li {
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

/*Back Button */
.back-button {
    text-align: right;
    font-weight: 400;
    text-transform: none;
    border-color: #d1d1d1;
    cursor: pointer;
}

.back-button span {
    position: relative;
    color: #555 !important;
}

.back-button span:before {
    background-image: url('../Plugins/nop4all.megamenu4all/Themes/Voyage/Content/imges/down.png');
    position: absolute;
    content: '';
    width: 15px;
    height: 15px;
    top: 1px;
    left: -20px;
    background-size: cover;
    background-repeat: no-repeat;
    transform: rotate(180deg);
}
/*back Button*/

.wsmenuexpandermain {
    position: relative;
}

.overlapblackbg {
    display: none;
}

.wsmenu {
    color: #fff;
    position: relative;
    font-size: 17px;
    padding: 5px;
    margin: 0px auto;
    width: 1200px;
}

.wsmenu-list {
    text-align: center;
    margin: 0 auto 0 auto;
    width: 100%;
    display: table;
    padding: 0px;
}

.wsmenu-list > li {
    text-align: center;
    display: inline-block;
}

.wsmenu-list > li > a .fa {
    display: inline-block;
    font-size: 14px;
    line-height: inherit;
    margin-right: 0px;
}

.wsmenu-list li ul li a .fa.fa-angle-double-right {
    font-size: 12px;
    margin: 0 3px 0 -4px;
}

.wsmenu-list > li > a {
    display: block;
    background-color: #fff;
    color: #000;
    padding: 5px 14px;
    line-height: 20px;
    text-decoration: none;
    position: relative;
    text-transform: capitalize;
    font-size: 14px;
}

.wsmenu-list li:hover .megamenu {
    opacity: 1;
}

.megamenu,
.head-local .full-wsmenu .megamenu {
    width: 100%;
    left: 0px;
    position: absolute;
    top: 36px;
    color: #000;
    z-index: 1000;
    margin: 0px !important;
    text-align: left;
    padding: 14px;
    font-size: 15px;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 0 20px rgba(0,0,0,.15);
}

.product-list .item-box .product-item {
    border: 1px solid white !important;
}

.megacollink {
    width: calc(100% - 10px);
    float: left;
    margin: 0% 1%;
    display: grid;
}

.megacollink li a {
    line-height: 18px;
    border-right: none;
    text-align: left;
    padding: 6px 0px;
    background: #fff !important;
    background-image: none !important;
    color: #666666 !important;
    border-right: 0 none !important;
    display: block;
    border-right: 1px solid #e7e7e7;
    background-color: #fff;
    color: #424242;
    display: flex;
    justify-content: flex-start;
    align-items: start;
    width: 210px;
}

.megacollink li a:hover {
    color: #4ab2f1 !important;
}

.megacollink li a span.Category-Name {
    margin-left: 5px
}

.megacollink .fa {
    font-size: 11px;
}

.megacolimage li {
    width: 100%;
    float: none;
}

.wsmenu-list .megamenu li:hover > a {
    background: transparent !important;
}

.wsmenu-list .megamenu li:hover {
    font-weight: normal;
    cursor: pointer;
}

.wsmenu-list .megamenu li h3 {
    font-weight: normal;
}

.wsmenu-list .megamenu li {
    text-align: left;
    font-weight: normal !important;
}

.wsmenu-list .megamenu li .fa {
    margin-right: 5px;
    text-align: center;
    width: 18px;
}

.wsmenu-list li > .megamenu {
    transform-style: preserve-3d;
    transform: rotateX(-75deg);
    -o-transform: rotateX(-75deg);
    -moz-transform: rotateX(-75deg);
}

.wsmenu-list li:hover > .megamenu {
    transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1;
    visibility: visible;
}

.html-topic-menu-page .center-1 {
    width: 100%;
    float: none;
    margin: 0 0 50px
}

.html-topic-menu-page .side-2 .active .sublist-toggle,
.html-topic-menu-page .side-2 .sublist-toggle-sub {
    position: relative;
    right: 0;
    top: 0px;
    left: 0px;
    float: right;
    transform: rotate(90deg);
}

.html-topic-menu-page .side-2 .inactive .sublist-toggle,
.html-topic-menu-page .side-2 .sublist-toggle-sub {
    position: relative;
    right: 0;
    top: 0px;
    left: 0px;
    float: right;
    transform: rotate(90deg);
}

.html-topic-menu-page .side-2 .active .sublist-toggle.slow,
.html-topic-menu-page .side-2 .sublist-toggle-sub.slow {
    transform: rotate(270deg)
}

.html-topic-menu-page .side-2 .inactive .sublist-toggle.slow,
.html-topic-menu-page .side-2 .sublist-toggle-sub.slow {
    transform: rotate(270deg)
}

.html-topic-menu-page .side-2 li {
    background: #F4F4F4;
    display: block;
    text-decoration: none !important;
    padding: 10px;
    font-size: 15.5px;
    padding-left: 10px;
    margin-bottom: 1px;
    border-bottom: 1px solid #CFCFCF;
    font-weight: normal;
}

.html-topic-menu-page .side-2 .sublist li {
    background: #F4F4F4;
    border-bottom: 0;
}

.html-topic-menu-page .topic-block-title h2 {
    text-align: left !important;
}

.html-topic-menu-page .sublist li {
    font-size: 15.5px;
}

/*Show Single In Topic Page */
.showsidemenuitem .showSingleIteminactive {
    display: none;
}

.html-topic-menu-page .service .topic-block-body {
    font-size: 14px;
}

.html-topic-menu-page .SDetails p {
    color: #000;
}

.more-menu-arrow {
    text-align: center;
    position: absolute;
    width: 18px;
    height: 18px;
    font-size: 1.4em;
    color: #555;
    top: 0;
    right: 10px;
    bottom: 0;
    padding: 4px;
}

.simple-menu li {
    list-style-type: none;
    white-space: nowrap;
    position: relative;
    border-bottom: 1px solid #eee;
    width: 100%;
    text-align: left;
    box-shadow: 0 0 20px rgba(0,0,0,.15);
}

.simple-menu a {
    display: block;
    padding: 10px 40px 10px 20px;
    min-width: 100px;
    background-color: #fff;
    color: #000;
    font-size: 14px;
}

.simple-menu {
    position: absolute;
    top: 30px;
    background-color: #fff;
    display: none;
    left: 50%;
    padding: 0;
    margin: 0;
    z-index: 999;
    box-shadow: 0 0 20px rgba(0,0,0,.15);
    transform: translate(-50%);
}

.wsmenu-list > li:hover > .simple-menu,
#ulnoMobile > li:hover > .regular-menu,
#ulnoMobile > li:hover > .tabbed-menu {
    display: block;
}

.simple-menu-submenu {
    position: absolute;
    background-color: #fff;
    left: 100%;
    top: 0;
    display: none;
    box-shadow: 0 0 20px rgba(0,0,0,.15);
}

.simple-menu li:hover > .simple-menu-submenu {
    display: block;
}

.heading-link-li a {
    font-size: 1.2em;
    font-weight: bold;
    padding: 5px;
    display: block;
}

.grid-link-li a {
    display: block;
    text-align: center;
    padding: 10px 40px 10px 20px;
}

.grid-link-li img {
    padding: 7px 10px;
}

.regular {
    top: 30px;
}

.sub-category {
    display: none;
}

.html-topic-menu-page .side-2 .sub-category {
    display: block;
}

.sublist li:hover > .sub-category {
    display: block;
}

.regular-megamenu {
    top: 35px;
    width: 100%;
}

.simple-link-li a {
    padding: 10px;
    min-width: 100px;
    background-color: #fff;
    color: #000;
    margin-bottom: 5px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.simple-link-li.list-left .menuitemdetails .menuitemdes {
    margin-top: 0;
}

.simple-link-li.list-left .menuitemdetails {
    width: calc(80% - 35px);
    text-align: left;
    margin-top: 0;
    margin-left: 10px;
}

.simple-link-li .menuitemdetails {
    width: 100%;
}

.simple-link-li .menuitemdetails {
    margin-top: 5px;
}

.simple-link-li .menuitemdetails p {
    margin: 0;
}

.wsmenu-click {
    display: none;
}

.wsmenu li a:hover {
    color: #fe8273 !important;
    text-decoration: underline;
}

.full-wsmenu li a:hover {
    color: #fe8273 !important;
    text-decoration: underline;
}

.MegaMenuTitle {
    padding: 11px;
    width: 96%;
}

.MegaDropTtl {
    display: block;
    padding: 11px;
    width: 96%;
    /*background-color: #edf8fe;*/
    /*border-left: 3px solid #95e7ff;*/
    margin-bottom: 10px;
}

.IMG-Hori {
    display: block;
    width: 100%;
    height: 127px;
    object-fit: contain;
    border-radius: 4px;
    margin-bottom: 0px;
}

.IMG-Hori-Sec {
    display: block;
    border-radius: 4px;
    margin-bottom: 0px;
}

.Hori-Des {
    padding: 10px 16px 7px 18px;
    display: block;
    width: 100%;
    height: 150px;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgb(0 0 0/20%);
    margin-top: 10px;
    margin-bottom: 14px;
}

.Hori-Des.full-width-img .IMG-Hori {
    height: 100%;
}

.Hori-Des.full-width-img {
    height: 100%;
}

.hori-sub-img {
    width: 25px;
    height: 25px;
    width: 30px;
    height: 30px;
    object-fit: cover;
    border-radius: 4px;
}

.megacol-img {
    display: block;
    width: 30px;
    height: 30px;
    object-fit: cover;
    border-radius: 4px;
    margin-bottom: 15px;
}

.with_children {
    word-break: break-word;
    white-space: normal;
}

.wsmenu-list .Hori-title a:hover {
    color: #000 !important;
}

.top-menu li a:hover {
    text-decoration: underline !important;
    color: #e43d51 !important;
}

.top-menu > li > a {
    display: block;
    font-size: 14px;
    text-transform: capitalize;
}

.top-menu .sublist a:hover {
    background: none;
    text-decoration: underline;
}

.top-menu .sublist a {
    color: #888 !important;
    font-weight: 400;
}

.top-menu .sublist li {
    position: relative;
}

.sublist-toggle,
.sublist-toggle-sub {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
    width: 30px;
}

.sublist-toggle:after,
.sublist-toggle-sub:after {
    content: "\e910";
    margin-left: -1px;
    font-size: 10px;
    line-height: 24px;
}

.html-topic-menu-page .sublist,
.html-topic-menu-page .sublist-sub {
    display: none;
    z-index: 1;
}

.sublist-sub {
    text-transform: capitalize;
}

.full-header-menu .navigation-header,
.header-menu .navigation-header {
    display: none;
}

.side-2 .test li a {
    display: block;
    min-height: 55px;
    padding: 18px;
    font-size: 19px;
    text-transform: capitalize;
}

.side-2 li a:hover {
    color: #4ab2f1 !important;
}

.megacolimage {
    position: relative;
    display: inline-block;
    width: 100%;
}

.megacolimage li {
    width: 100%;
    height: 30%;
    position: relative;
    display: inline-block;
}

.expand {
    display: none !important;
}

.theme-custom {
    margin: 10px auto 60px !important;
}

.MEGADrop {
    padding: 10px;
    width: 84%;
    display: flex;
    flex-wrap: wrap;
}

.megadrop {
    display: flex;
    flex-wrap: wrap;
}

.service {
    width: 100%;
    position: relative;
}

.html-topic-menu-page .side-2 li {
    display: list-item;
}

.menu .img-column {
    width: 16%;
}

#ulnoMobile {
    background-color: #fff;
}

.menu-open {
    display: none !important;
}

.megadrop .img-column .image img {
    max-width: 100% !important;
    height: 100%;
    width: 100%;
    padding: 10px;
}

.header-menu .active-menu .menu-open:after {
    content: '';
    position: fixed;
    background-color: #fff;
    width: calc(100% - 45px);
    height: 50px;
    top: 0;
    right: 0;
}

.full-wsmenu {
    color: #000;
    position: relative;
    font-size: 14px;
    padding: 5px;
    margin: 0px auto;
    width: calc(100% - 35px);
}

/*new-topic-page css Add */

.html-topic-menu-page .service {
    margin-top: 1.5rem;
}

.html-topic-menu-page .custome-topic .topic-text-block-1 {
    width: 70%;
    padding: 0;
    text-align: justify;
}

.html-topic-menu-page .custome-topic .topic-img-block {
    width: 30%;
}

.html-topic-menu-page .custome-topic .topic-img-block img {
    width: calc(100% - 15px);
}

.html-topic-menu-page .custome-topic #topic-li {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    background-color: #fff !important;
    align-items: center;
    flex-basis:auto !important;
}

.html-topic-menu-page .custome-topic #topic-ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0px;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}

.html-topic-menu-page .custome-topic #topic-ul:nth-child(odd) .topic-text-block-1:nth-child(odd) {
    order: 2;
}

.html-topic-menu-page .custome-topic #topic-ul :nth-child(odd) {
    flex-direction: row-reverse;
}

.topic-text-block-1 a:hover {
    color: #4ab2f1;
}

.megadrop .img-column .image img {
    max-width: 100% !important;
    height: 100%;
    width: 100%;
    padding: 10px;
}

.header-menu .active-menu .menu-open:after {
    content: '';
    position: fixed;
    background-color: #fff;
    width: calc(100% - 45px);
    height: 50px;
    top: 0;
    right: 0;
}

.header .full-wsmenu .megamenu,
.header .wsmenu .full-megamenu {
    margin-left: calc(-47vw + 55% + 20px) !important;
    width: 96vw;
}

.master-wrapper-content .full-wsmenu {
    width: calc(100vw - 55px);
    position: relative;
    left: 52%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.head-local .full-wsmenu .regular-megamenu,
.head-local .hader-master-under .regular-megamenu {
    width: 100% !important;
    margin-left: 0 !important;
}

.SUBMENU #MEGAMENULIST .title {
    text-align: left !important;
}

.side-2 {
    margin-top: 1.5rem !important;
}

.topic-text-block-1 a {
    font-weight: bold;
    color: black;
    font-size: 18px;
}

.hideContent {
    overflow: hidden;
    line-height: 1em;
    height: 10em;
    margin-top: 10px;
}

.showContent {
    line-height: 1em;
    height: auto;
    margin-top: 10px;
}

.showContent {
    height: auto;
    margin-top: 10px;
}

.show-more {
    padding: 10px 0;
    text-align: center;
}

.moblie-sub-menu {
    display: flex;
    flex-wrap: wrap;
}

.moblie-sub-menu .menu-iem-img {
    width: 35px;
    height: 35px;
    margin-right: 10px;
}

.simple-link-li.list-left .menuitemdetails, .moblie-sub-menu .menuitemdetails {
    width: calc(95% - 35px);
    text-align: left;
    margin-top: 0;
}

.head-local .moblie-sub-menu img {
    margin-left: 0px;
    margin-right: 10px;
}

#ulnoMobile .regular-menu,
#megamenu-mega-menu .tabbed-menu {
    width: 100%;
}

.regular-menu .menu-block-column,
#megamenu-mega-menu .tabbed-menu .menu-block-column {
    float: left;
    position: relative;
}

.regular-menu .menu-block-column img,
#megamenu-mega-menu .tabbed-menu .menu-block-column img {
    max-width: 100%;
}

.megamenu-topic-body {
    margin: 10px 0 0 0;
}

.service-item-content-text p {
    margin: 20px 0px;
}

.topic-title {
    min-height: 50px;
    margin: 0 0 25px;
    border-bottom: 1px solid #ddd;
    padding: 6px 0px;
    font-size: 30px;
    font-weight: normal;
    color: #444;
}

.topic-block-title {
    display: none;
}

.SUBMENU #MEGAMENULIST .title:hover {
    background: #fff !important;
}

.wsmenu-list .Hori-title a:hover {
    background: none !important;
    text-decoration: none;
}

.title.Hori-title {
    border-bottom: none !important;
    background: #f2f3f3;
    padding: 7px;
    border-left: 3px solid #ccc;
}

.menu #MEGAMENULIST .MegaMenuTitle {
    background: #fff;
}

.menu #MEGAMENULIST .MegaMenuTitle a {
    background: #fff;
    font-size: 14px;
}

.menu #MEGAMENULIST .megadrop .MegaDropTtl {
    /*background: #edf8fe !important;*/
}

.menu #MEGAMENULIST .megadrop .MegaDropTtl:hover {
    /*background: #edf8fe;*/
}

.menu #MEGAMENULIST .megadrop .sub-items a {
    background: #fff;
}

.subbbb .menu #MEGAMENULIST {
    border: none;
}

.subbbb .menu #MEGAMENULIST p {
    background: #fff !important;
}

.subbbb .menu #MEGAMENULIST p a {
    background: #fff !important;
}

.head-local .wsmenu {
    background: #fff !important;
}

.header-menu.hader-master-under {
    background: #fff !important;
}

/*Topic Page Css Start*/
.html-topic-menu-page .custome-topic #topic-ul:nth-child(even) .topic-text-block-1 {
    text-align: right;
}
/*Topic Page Css End*/

/*Home-page-css-start*/
@media only screen and (min-width: 1024px) {
    .cd-hero__content.cd-hero__content--half-width {
        width: 45%;
    }
}

@media only screen and (max-width: 1000px) {
    .cd-hero {
        width: auto !important;
    }

    .html-topic-menu-page .side-2 .title {
        display: none;
    }
}

.block .view-all a {
    color: #000 !important;
}

.h-100 {
    height: 100% !important;
}

.home-page-product-grid .swiper-container {
    height: auto !important;
}

.product-item {
    margin-bottom: 0px;
    width: 100%;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: 0.25rem;
}

.swiper-wrapper {
    height: 324px;
    transform: translate3d(0px, 0px, 0px);
    height: auto !important;
    margin-top: 15px;
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex !important;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
/*
.home-page .page-body > div {
    margin: 20px 0 !important;
}
*/
.admin-header-links {
    white-space: nowrap;
    display: flex;
}

.home-page-category-grid .sub-category-list {
    display: none;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    row-gap: 20px;
    position: absolute;
    top: 7%;
    right: 8%;
    bottom: 7%;
    left: 8%;
    background-color: #fff;
    padding: 7% 8%;
    text-align: center;
    animation: fadein .3s;
}

/*Home-page-css-Endt*/

.item-box {
    width: 100% !important;
}

.item-box .picture {
    position: relative;
    margin-bottom: 15px;
    border: none !important;
}

.html-category-page .item-box .picture {
    z-index: auto !important;
    position: relative;
    margin-bottom: 15px;
    border: 1px solid #fff !important;
}

.html-category-page .item-box .picture a {
    display: block;
    position: relative;
    overflow: hidden;
}

.html-category-page .item-box .picture a:before {
    content: "";
    display: block;
    padding-top: 130%;
}

.html-category-page .item-box .picture img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    margin: inherit !important;
}

.html-category-page .item-box .product-title {
    flex-grow: 1 !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    color: #888 !important;
}

.item-box .buttons .button-2 {
    background-color: #fff !important;
}

.item-box .buttons .button-2:hover {
    background-color: #fff !important;
}

.item-box .picture a img {
    /*height: 100%;*/
}

.full-wsmenu .megamenu, .hader-master-under .full-megamenu {
    margin-left: calc(-47vw + 45% + 45px) !important;
    width: 96vw;
}

.block .active.last > ul::after {
    content: "\e917" !important;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    padding: 10px 0;
    text-align: right;
    font-size: 8px;
    cursor: pointer;
    color: #000;
}

.block .active.last.collapsed > ul::after {
    content: "\e916" !important;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    padding: 10px 0;
    text-align: right;
    font-size: 8px;
    cursor: pointer;
    color: #000;
}

#block-category-navigation .list .active.last .sublist li,
#block-category-navigation .list .inactive .sublist li {
    display: none;
}

.html-topic-menu-page .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.d-none.newproducts-title {
    display: none;
}
/*html-category-page-End*/
/*html-topic-menu-page-start */


/*Mobile css*/

@media only screen and (max-width: 600px) {
    .menu-width {
        width: 100% !important;
    }

    .center-2 .service img {
        height: 100%;
        width: 100%;
    }

    .html-topic-menu-page .center-1 {
        margin: 0 !important;
    }

    .service .service-item-content-img img {
        height: 100%;
        width: 100%;
    }

    .html-topic-menu-page .side-2 {
        width: 100%;
    }

    .html-topic-menu-page .center-1 {
        width: 100%;
        float: none;
        margin: 0;
    }

    .html-topic-menu-page .topic-block-title h2 {
        font-size: 21px;
    }

    .html-topic-menu-page .topic-block-title {
        min-height: 35px;
        margin: 0;
        border-bottom: 1px solid #ddd;
        padding: 0;
    }
}

@media (max-width: 767px) {
    .html-topic-menu-page #jkui {
        padding: 0;
    }

    .html-topic-menu-page #topic-ul {
        padding: 0;
    }

    .html-topic-menu-page .custome-topic #topic-li {
        background-color: red;
        flex-direction: column-reverse;
        padding: 0;
    }

    .html-topic-menu-page #topic-li .topic-text-block-1 {
        width: 100%;
    }

    .html-topic-menu-page #topic-li .topic-img-block {
        width: 100%;
    }

    .html-topic-menu-page #topic-li .topic-img-block img {
        width: 100%;
    }

    .html-topic-menu-page .custome-topic #topic-ul:nth-child(odd) .topic-text-block-1:nth-child(odd) {
        order: 0;
    }

    .html-topic-menu-page .custome-topic #topic-ul :nth-child(odd) {
        flex-direction: column-reverse;
    }

    .html-topic-menu-page .topic-text-block-1 {
        padding: 20px 0 20px 0;
    }

    .html-topic-menu-page .custome-topic #topic-ul:nth-child(2n) .topic-text-block-1 {
        text-align: left !important;
    }
}

@media (max-width: 1000px) {
    .html-topic-menu-page .container {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
}

@media only screen and (max-width:1000px) {
    .megacolimage {
        width: 90% !important;
        margin: 0% 5% !important;
    }

    .header-menu {
        max-width: 100%;
    }

    .wsmenu > .wsmenu-list > li > a.active {
        color: #666666;
        background-color: rgba(0,0,0,0.08);
    }

    .wsmenu > .wsmenu-list > li > a:hover {
        color: #666666;
    }

    .wsmenu-list li:first-child a {
        -webkit-border-radius: 0px 0px 0px 0px;
        -moz-border-radius: 0px 0px 0px 0px;
        border-radius: 0px 0px 0px 0px;
    }

    .wsmenu-list li:last-child a {
        -webkit-border-radius: 0px 4px 0px 0px;
        -moz-border-radius: 0px 0px 0px 0px;
        border-radius: 0px 0px 0px 0px;
        border-right: 0px solid;
    }

    .wsmenu-list > li > a .fa {
        margin-right: 6px;
    }

    .wsmenu {
        position: relative;
    }

    .wsmenu .wsmenu-list {
        height: 100%;
        overflow-y: auto;
        display: block !important;
    }

    .wsmenu .wsmenu-list > li {
        width: 100%;
        display: block;
        float: none;
        border-right: none;
        background-color: transparent;
        position: relative;
        white-space: inherit;
    }

    .wsmenu > .wsmenu-list > li > a {
        padding: 9px 32px 9px 17px;
        font-size: 14px;
        text-align: left;
        border-right: solid 0px;
        background-color: transparent;
        color: #444;
        line-height: 25px;
        border-bottom: 1px solid;
        border-bottom-color: rgba(0,0,0,0.13);
        position: static;
    }

    .wsmenu > .wsmenu-list > li > a > .fa {
        font-size: 16px;
        color: #bfbfbf;
    }

    .wsmenu-list .megamenu {
        background-color: #e7e7e7;
        color: #666666;
        display: none;
        position: relative !important;
        top: 0px;
        padding: 0px;
        border: solid 0px;
        transform: none !important;
        opacity: 1 !important;
        visibility: visible !important;
    }

    .wsmenu-list li:hover .megamenu {
        display: none;
        position: relative !important;
        top: 0px;
    }

    .megamenu .title {
        color: #666666;
        font-size: 15px !important;
        padding: 10px 8px 10px 0px;
    }

    .megamenu > ul {
        width: 100% !important;
        margin: 0px;
        padding: 0px;
        font-size: 13px !important;
    }

    .megamenu > ul > li > a {
        padding: 9px 14px !important;
        line-height: normal !important;
        font-size: 13px !important;
        background-color: #e7e7e7 !important;
        color: #666666;
    }

    .megamenu > ul > li > a:hover {
        background-color: #000000 !important;
    }

    .megamenu ul li.title {
        line-height: 26px;
        color: #666666;
        margin: 0px;
        font-size: 15px;
        padding: 7px 13px !important;
        border-bottom: 1px solid #ccc;
        background-color: transparent !important;
    }

    .wsmenu {
        width: 100%;
        height: 100%;
        position: relative;
        left: 0;
        top: 0;
        margin: 0;
        border-radius: 0px;
        z-index: 0;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        border: none !important;
    }

    .wsmenu-list li > .megamenu {
        transform: none !important;
        -o-transform: none !important;
        -moz-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        -o-transform: none !important;
        -moz-transform: none !important;
        -webkit-transform: none !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    .wsmenu-list li:hover > .megamenu {
        transform: none !important;
        -o-transform: none !important;
        -moz-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        -o-transform: none !important;
        -moz-transform: none !important;
        -webkit-transform: none !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
}

@media (max-width:1025px) {
    .menu-body {
        position: relative;
        max-height: calc(100vh - 50px);
        overflow-y: auto;
    }

    .header-menu .menu-button {
        top: 0px;
    }

    .menu-button {
        position: absolute;
        transition: .3s ease;
    }

    .header-menu.open .menu-open span:nth-child(1) {
        top: 14px;
        left: 4px;
    }

    .header-menu.open .menu-open span:nth-child(2) {
        width: 0;
        opacity: 0;
    }

    .header-menu.open .menu-open span:nth-child(3) {
        top: 26px;
        left: 4px;
        transform: rotate(-45deg);
    }

    .top-menu.mobile::-webkit-scrollbar {
        width: 4px;
        background: #eee;
    }

    .top-menu.mobile::-webkit-scrollbar-thumb {
        background: rgba(1, 101, 149, .15) !important;
        border-radius: 5px;
    }

    .menu-toggle, .sublist-toggle {
        display: block;
    }
}

@media (max-width: 1260px) {
    .hader-master-under .up-down-menu .sublist.slow,
    .hader-master-under .up-down-menu .sublist-sub.slow {
        position: relative !important;
        transform: none !important;
        display: block !important;
    }

    .full-header-menu,
    .header-menu {
        z-index: 1050;
        width: 100%;
        height: 100%;
        background-color: #fff;
        text-align: left;
        transition: .7s ease;
    }

    .nav-panel {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1070;
        width: 320px;
        height: 100%;
        overflow: hidden;
        background-color: #fff;
        text-align: left;
        transition: all 0.3s ease;
        -webkit-transform: translate(-320px);
        transform: translate(-320px);
    }

    .top-menu > li > a {
        text-align: left;
    }

    .head-local .menu-toggle-open span {
        display: block;
        transition: .25s ease;
        font-size: 15px;
        color: #fff;
        text-align: left;
        margin-left: 30px;
        position: relative;
    }

    .head-local .menu-toggle-open span:before {
        content: "\e900";
        font-size: 17px;
        width: 17px;
        height: 17px;
        position: absolute;
        left: -30px;
        bottom: 5px;
    }

    .navigation-header {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        background-color: #f3f3f3 !important;
        padding: 5px 15px;
    }

    .navigation-header h2 {
        margin-bottom: 0;
        text-transform: uppercase;
    }

    .header-menu > ul li > a {
        width: calc(100% - 50px);
    }

    .menu-toggle-open {
        display: block;
        cursor: pointer;
        top: 0;
        padding: 5px 10px;
        background: url('../Plugins/nop4all.megamenu4all/Themes/Voyage/Content/imges/menu.png') left 10px center no-repeat;
        border: 1px solid #fff;
    }

    .menu-toggle-open:hover {
        background: #013C59 url('../Plugins/nop4all.megamenu4all/Themes/Voyage/Content/imges/menu.png') left 10px center no-repeat;
        border: 1px solid #013C59;
    }

    .menu-toggle-open:focus {
        background: #013C59 url('../Plugins/nop4all.megamenu4all/Themes/Voyage/Content/imges/menu.png') left 10px center no-repeat;
        border: 1px solid #013C59;
    }

    .full-header-menu .top-menu.mobile, .header-menu .top-menu.mobile {
        display: block !important;
    }

    .html-category-page .n4you-ajax-filters {
        height: 100%;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .html-topic-menu-page .inactive .sublist-toggle,
    .html-topic-menu-page .inactive .sublist-toggle-sub {
        position: relative;
        right: 0;
        left: 0px;
        float: right;
        transform: rotate(90deg);
    }

    .html-topic-menu-page .side-2 .inactive .sublist-toggle.slow,
    .html-topic-menu-page .side-2 .sublist-toggle-sub.slow {
        transform: rotate(270deg);
    }

    .top-menu > li {
        display: block !important;
        position: relative;
    }

    .hader-master-under .up-down-menu .sublist .back-button,
    .hader-master-under .up-down-menu .sublist-sub .back-button {
        display: none !important;
    }

    .hader-master-under .top-menu .sublist li,
    .full-header-menu .top-menu .sublist li,
    .hader-master-under .top-menu .sublist-sub li,
    .full-header-menu .top-menu .sublist-sub li,
    .full-header-menu .top-menu li,
    .hader-master-under .top-menu li,
    .header-menu .top-menu li {
        padding: 10px 0px 0 0;
        font-size: 13px;
    }

    .hader-master-under .top-menu .sublist li a,
    .full-header-menu .top-menu .sublist li a,
    .header-menu .top-menu .sublist li a {
        padding: 0px 20px;
    }

    .top-menu .sublist li a {
        display: block;
        padding: 0px;
        font-size: 13px;
        text-align: left;
    }

    .top-menu .sublist li {
        display: block;
        padding: 10px 0 0 0;
    }

    .top-menu .sublist-sub li {
        padding: 10px 0 0 0;
    }

    .wsmenu {
        display: none;
    }

    .full-wsmenu {
        display: none;
    }

    .header-second-menu .head-local .top-menu.mobile {
        display: none;
        overflow-y: auto;
        height: 100%;
    }

    .header-second-menu .head-local .top-menu > li {
        padding: 10px 15px;
        background: #f3f3f3;
    }

    .html-home-page .master-wrapper-content .head-local .back-button {
        display: none;
    }

    .header-second-menu .head-local .sublist-toggle::after,
    .header-second-menu .head-local .sublist-toggle-sub::after {
        content: "\e913";
    }

    .header-second-menu .head-local .sublist-toggle::after,
    .header-second-menu .head-local .sublist-toggle-sub::after {
        content: "\e913" !important;
    }

    .html-category-page .master-wrapper-content .head-local .back-button,
    .html-category-page .master-wrapper-content .head-local .back-button {
        display: none;
    }

    .header-menu .hader-master-under .top-menu.up-down-menu .sublist-toggle::after,
    .header-menu .hader-master-under .top-menu.up-down-menu .sublist-toggle-sub::after,
    .header-menu .top-menu.up-down-menu .sublist-toggle::after,
    .header-menu .top-menu.up-down-menu .sublist-toggle-sub::after {
        content: "\e913" !important;
    }

    .header-menu .hader-master-under .top-menu.up-down-menu .sublist-toggle.slow,
    .header-menu .hader-master-under .top-menu.up-down-menu .sublist-toggle-sub.slow {
        transform: rotate(180deg);
    }

    .header-second-menu .head-local .sublist-toggle,
    .header-second-menu .head-local .sublist-toggle-sub {
        padding: 0px 15px;
        right: 0;
    }

    .html-category-page .head-local .sublist-toggle.slow,
    .html-category-page .head-local .sublist-toggle-sub.slow {
        transform: rotate(180deg);
    }

    .header-menu .up-down-menu .sublist.slow,
    .header-menu .up-down-menu .sublist-sub.slow {
        position: relative !important;
        transform: none !important;
        display: block !important;
        overflow-y: hidden;
    }

    .header-menu .up-down-menu .sublist .back-button,
    .header-menu .up-down-menu .sublist-sub .back-button {
        display: none;
    }

    .full-header-menu .up-down-menu .sublist-toggle::after,
    .full-header-menu .up-down-menu .sublist-toggle-sub::after {
        content: "\e913" !important;
    }

    .full-header-menu .top-menu.up-down-menu .sublist-toggle.slow,
    .full-header-menu .top-menu.up-down-menu .sublist-toggle-sub.slow {
        transform: rotate(180deg);
    }

    .full-header-menu .sublist.slow,
    .full-header-menu .sublist-sub.slow {
        transform: translate(0);
    }

    .hader-master-under .sublist.slow,
    .hader-master-under .sublist-sub.slow {
        transform: translate(0);
    }

    .sublist, .sublist-sub {
        position: fixed;
        top: 0px;
        width: 100%;
        height: 100%;
        overflow: hidden;
        transition: all .7s ease;
        transform: translate(-100%);
        z-index: 1;
    }

    .header-lower .sublist,
    .header-lower .sublist-sub {
        background-color: #fff;
    }

    .header-menu .up-down-menu .sublist .back-button,
    .header-menu .up-down-menu .sublist-sub .back-button {
        display: none;
    }

    .html-topic-menu-page .side-2 .sublist,
    .html-topic-menu-page .side-2 .sublist-sub {
        position: relative !important;
        transform: none !important;
    }

    .html-topic-menu-page .side-2 li {
        padding: 10px 15px !important;
        padding-left: 6px;
    }

    .header-second-menu .head-local .sublist-toggle.slow,
    .header-second-menu .head-local .sublist-toggle-sub.slow {
        transform: rotate(180deg);
    }

    .header-menu .sublist.slow {
        transform: translate(0);
    }

    .header-menu .sublist-sub.slow {
        transform: translate(0);
    }

    .header-second-menu .sublist, .header-second-menu .sublist-sub {
        position: relative !important;
        transform: none !important;
        padding-left: 5px;
    }

    .header-second-menu .back-button {
        display: none !important;
    }

    .menuitemdes {
        margin: 0px;
        padding: 5px 0px 0px 0px !important;
    }

    .menu-iem-img:empty {
        width: 0 !important;
        margin-right: 0 !important;
    }

    .menuitemdes:empty {
        padding: 0 !important;
    }

    #block-category-navigation .title strong {
        padding: 0px !important;
        font-family: 'DM Serif Display', serif;
        font-size: 20px;
    }

    #block-category-navigation .listbox ul li .sublist {
        position: initial;
        transform: none;
    }
}

@media (min-width: 768px) and (max-width:1260px) {
    .html-category-page .master-column-wrapper > .side-2, .html-manufacturer-page .master-column-wrapper > .side-2 {
       /* display: block !important; */
    }
}

@media screen and (min-device-width: 1025px) and (max-device-width: 1260px) {
    .MEGADrop {
        width: 80%;
    }
}

@media (min-width: 768px) {
    .html-category-page .product-list .buttons .wrapper {
        display: inline-flex !important;
        vertical-align: middle !important;
        position: relative !important;
        bottom: 1px !important;
        left: 1px !important;
    }
}

@media (min-width: 1000px) {
    .header-menu > ul > li {
        display: inline-block;
    }

    .top-menu li a:hover {
        text-decoration: underline !important;
        color: #e43d51 !important;
    }

    .html-topic-menu-page .topic-side-2 {
        float: none;
        width: 100%;
    }

    .html-topic-menu-page .side-2 .active .sublist-toggle {
        display: block;
    }

    .html-topic-menu-page .side-2 .active .sublist-toggle,
    .html-topic-menu-page .side-2 .sublist-toggle-sub {
        position: relative;
        right: 0;
        top: 0px;
        left: 0px;
        float: right;
        transform: rotate(90deg);
    }

    .center-1.menu-width {
        float: right;
        width: 73%;
    }

    .html-topic-menu-page .container .center-2 {
        width: 78%;
    }

    .html-topic-menu-page .container .side-2 {
        width: 20%;
    }

    .html-topic-menu-page .side-2 .title {
        padding: 7px 30px 7px 11px;
        font-size: 20px;
        color: #444;
        border-bottom: 1px solid #ddd;
    }
}


@media (min-width:1001px) and (max-width:1366px) {
    .menu .col {
        width: 20% !important;
    }
}

@media (min-width: 1261px) {
    .header-menu {
        margin: auto 0;
        padding: 0px;
    }

    .header-lower {
        padding: 1.5% 2%;
    }

    .top-menu.mobile, .navigation-header {
        display: none;
    }

    .home-page .menu-open {
        font-size: 0;
        border: 0;
    }

    .home-page .wsmenu-list {
        margin-bottom: 0px;
    }

    .top-menu .mobile li > a {
        display: block;
        padding: 5px 10px;
        line-height: 20px;
        font-size: 17px;
        cursor: pointer;
    }

    .wsmenu {
        width: 980px;
    }

    .html-category-page .master-column-wrapper {
        /*max-width: 1200px;*/
        margin: auto;
        padding-top: 0%;
    }

    .megacolimage {
        background-color: #fff;
    }

    .menu-block-column.megamenu-col-lg-3.megamenu-col-md-3 {
        padding: 0 5px !important;
    }

    .wsmenu-list .Hori-title a {
        font-size: 15px !important;
    }

    .wsmenu-list .megamenu li {
        text-align: left;
        font-weight: normal !important;
        margin: 5px 0;
        font-size: 13px;
        color: #000;
    }

    .align-items-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .d-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .html-home-page .category-grid.home-page-category-grid {
        margin: 80px 0 !important;
    }

    .cd-hero__slide.cd-hero__slide--selected .main-slide-1 {
        color: #fff !important;
    }

    .cd-hero__slide.cd-hero__slide--selected .main-slide-3 {
        color: #fff !important;
    }

    .search-cart-wrapper {
        z-index: 1;
    }

    /*html-category-page-start*/

   /* .html-category-page .category-grid .item-grid,
    .manufacturer-grid .item-grid,
    .vendor-grid .item-grid,
    .product-grid .item-grid {
        grid-template-columns: 1fr 1fr 1fr;
    }*/

    .html-category-page .master-wrapper-content .full-wsmenu {
        margin-bottom: 10px;
    }

    .html-category-page .center-2 .page-title {
        margin: 41px 0 30px !important;
    }

    .full-header-menu .full-wsmenu .megamenu {
        top: auto;
    }
}

@media only screen and (min-width: 601px) and (max-width: 1000px) {
    .html-topic-menu-page .center-1,
    .html-topic-menu-page .side-2 {
        margin: 0 0 10px;
    }
}


@media(min-width:992px) {
    .megamenu-col-md-1,
    .megamenu-col-md-2,
    .megamenu-col-md-3,
    .megamenu-col-md-4,
    .megamenu-col-md-5,
    .megamenu-col-md-6,
    .megamenu-col-md-7,
    .megamenu-col-md-8,
    .megamenu-col-md-9,
    .megamenu-col-md-10,
    .megamenu-col-md-11,
    .megamenu-col-md-12 {
        float: left;
    }

    .megamenu-col-md-12 {
        width: 100%;
    }

    .megamenu-col-md-11 {
        width: 91.66666667%;
    }

    .megamenu-col-md-10 {
        width: 83.33333333%;
    }

    .megamenu-col-md-9 {
        width: 75%;
    }

    .megamenu-col-md-8 {
        width: 66.66666667%;
    }

    .megamenu-col-md-7 {
        width: 58.33333333%;
    }

    .megamenu-col-md-6 {
        width: 50%;
    }

    .megamenu-col-md-5 {
        width: 41.66666667%;
    }

    .megamenu-col-md-4 {
        width: 33.33333333%;
    }

    .megamenu-col-md-3 {
        width: 25%;
    }

    .megamenu-col-md-2 {
        width: 16.66666667%;
    }

    .megamenu-col-md-1 {
        width: 8.33333333%;
    }

    .megamenu-col-md-pull-12 {
        right: 100%;
    }

    .megamenu-col-md-pull-11 {
        right: 91.66666667%;
    }

    .megamenu-col-md-pull-10 {
        right: 83.33333333%;
    }

    .megamenu-col-md-pull-9 {
        right: 75%;
    }

    .megamenu-col-md-pull-8 {
        right: 66.66666667%;
    }

    .megamenu-col-md-pull-7 {
        right: 58.33333333%;
    }

    .megamenu-col-md-pull-6 {
        right: 50%;
    }

    .megamenu-col-md-pull-5 {
        right: 41.66666667%;
    }

    .megamenu-col-md-pull-4 {
        right: 33.33333333%;
    }

    .megamenu-col-md-pull-3 {
        right: 25%;
    }

    .megamenu-col-md-pull-2 {
        right: 16.66666667%;
    }

    .megamenu-col-md-pull-1 {
        right: 8.33333333%;
    }

    .megamenu-col-md-pull-0 {
        right: auto;
    }

    .megamenu-col-md-push-12 {
        left: 100%;
    }

    .megamenu-col-md-push-11 {
        left: 91.66666667%;
    }

    .megamenu-col-md-push-10 {
        left: 83.33333333%;
    }

    .megamenu-col-md-push-9 {
        left: 75%;
    }

    .megamenu-col-md-push-8 {
        left: 66.66666667%;
    }

    .megamenu-col-md-push-7 {
        left: 58.33333333%;
    }

    .megamenu-col-md-push-6 {
        left: 50%;
    }

    .megamenu-col-md-push-5 {
        left: 41.66666667%;
    }

    .megamenu-col-md-push-4 {
        left: 33.33333333%;
    }

    .megamenu-col-md-push-3 {
        left: 25%;
    }

    .megamenu-col-md-push-2 {
        left: 16.66666667%;
    }

    .megamenu-col-md-push-1 {
        left: 8.33333333%;
    }

    .megamenu-col-md-push-0 {
        left: auto;
    }

    .megamenu-col-md-offset-12 {
        margin-left: 100%;
    }

    .megamenu-col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .megamenu-col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .megamenu-col-md-offset-9 {
        margin-left: 75%;
    }

    .megamenu-col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .megamenu-col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .megamenu-col-md-offset-6 {
        margin-left: 50%;
    }

    .megamenu-col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .megamenu-col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .megamenu-col-md-offset-3 {
        margin-left: 25%;
    }

    .megamenu-col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .megamenu-col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .megamenu-col-md-offset-0 {
        margin-left: 0;
    }
}

@media(min-width:1200px) {
    .megamenu-col-lg-1,
    .megamenu-col-lg-2,
    .megamenu-col-lg-3,
    .megamenu-col-lg-4,
    .megamenu-col-lg-5,
    .megamenu-col-lg-6,
    .megamenu-col-lg-7,
    .megamenu-col-lg-8,
    .megamenu-col-lg-9,
    .megamenu-col-lg-10,
    .megamenu-col-lg-11,
    .megamenu-col-lg-12 {
        float: left;
    }

    .megamenu-col-lg-12 {
        width: 100%;
    }

    .megamenu-col-lg-11 {
        width: 91.66666667%;
    }

    .megamenu-col-lg-10 {
        width: 83.33333333%;
    }

    .megamenu-col-lg-9 {
        width: 75%;
    }

    .megamenu-col-lg-8 {
        width: 66.66666667%;
    }

    .megamenu-col-lg-7 {
        width: 58.33333333%;
    }

    .megamenu-col-lg-6 {
        width: 50%;
    }

    .megamenu-col-lg-5 {
        width: 41.66666667%;
    }

    .megamenu-col-lg-4 {
        width: 33.33333333%;
    }

    .megamenu-col-lg-3 {
        width: 25%;
    }

    .megamenu-col-lg-2 {
        width: 16.66666667%;
    }

    .megamenu-col-lg-1 {
        width: 8.33333333%;
    }

    .megamenu-col-lg-pull-12 {
        right: 100%;
    }

    .megamenu-col-lg-pull-11 {
        right: 91.66666667%;
    }

    .megamenu-col-lg-pull-10 {
        right: 83.33333333%;
    }

    .megamenu-col-lg-pull-9 {
        right: 75%;
    }

    .megamenu-col-lg-pull-8 {
        right: 66.66666667%;
    }

    .megamenu-col-lg-pull-7 {
        right: 58.33333333%;
    }

    .megamenu-col-lg-pull-6 {
        right: 50%;
    }

    .megamenu-col-lg-pull-5 {
        right: 41.66666667%;
    }

    .megamenu-col-lg-pull-4 {
        right: 33.33333333%;
    }

    .megamenu-col-lg-pull-3 {
        right: 25%;
    }

    .megamenu-col-lg-pull-2 {
        right: 16.66666667%;
    }

    .megamenu-col-lg-pull-1 {
        right: 8.33333333%;
    }

    .megamenu-col-lg-pull-0 {
        right: auto;
    }

    .megamenu-col-lg-push-12 {
        left: 100%;
    }

    .megamenu-col-lg-push-11 {
        left: 91.66666667%;
    }

    .megamenu-col-lg-push-10 {
        left: 83.33333333%;
    }

    .megamenu-col-lg-push-9 {
        left: 75%;
    }

    .megamenu-col-lg-push-8 {
        left: 66.66666667%;
    }

    .megamenu-col-lg-push-7 {
        left: 58.33333333%;
    }

    .megamenu-col-lg-push-6 {
        left: 50%;
    }

    .megamenu-col-lg-push-5 {
        left: 41.66666667%;
    }

    .megamenu-col-lg-push-4 {
        left: 33.33333333%;
    }

    .megamenu-col-lg-push-3 {
        left: 25%;
    }

    .megamenu-col-lg-push-2 {
        left: 16.66666667%;
    }

    .megamenu-col-lg-push-1 {
        left: 8.33333333%;
    }

    .megamenu-col-lg-push-0 {
        left: auto;
    }

    .megamenu-col-lg-offset-12 {
        margin-left: 100%;
    }

    .megamenu-col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .megamenu-col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .megamenu-col-lg-offset-9 {
        margin-left: 75%;
    }

    .megamenu-col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .megamenu-col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .megamenu-col-lg-offset-6 {
        margin-left: 50%;
    }

    .megamenu-col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .megamenu-col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .megamenu-col-lg-offset-3 {
        margin-left: 25%;
    }

    .megamenu-col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .megamenu-col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .megamenu-col-lg-offset-0 {
        margin-left: 0;
    }

    .full-wsmenu .megamenu,
    .hader-master-under .full-megamenu {
        margin-left: calc(-43.5vw + 45% + 45px) !important;
        width: 92vw;
    }

    .hader-master-under .wsmenu .full-megamenu {
        margin-left: calc(-48.5vw + 55% + 20px) !important;
        width: 92vw;
    }
}

@media (min-width: 1500px) {
    .full-wsmenu .megamenu,
    .hader-master-under .full-megamenu {
        margin-left: calc(-43.5vw + 45% + 45px) !important;
        width: 92vw;
    }

    .hader-master-under .wsmenu .full-megamenu {
        margin-left: calc(-49.5vw + 55% + 20px) !important;
        width: 92vw;
    }
}

@media only screen and (min-width: 1367px) {
    .wsmenu {
        width: 1120px;
    }

    .full-header-menu {
        width: 100% !important;
    }
}

@media (max-width: 1365px) {
    .master-wrapper-content .full-wsmenu {
        width: calc(100vw - 55px);
        position: relative;
        left: 53%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
    }
}

@media (min-width:1261px) and (max-width:1800px) {
    .MEGADrop {
        width: 79.5%;
    }

    .menu .img-column {
        width: 20%;
    }

    .nav-featured-img {
        text-align: center;
    }
}

@media only screen and (min-width: 781px) {
    .wsmenu-list li:hover > .megamenu {
        display: block !important;
    }
}

@media only screen and (min-width:780px) and (max-width:1023px) {
    .wsmenu-list > li > a > .fa {
        display: none !important;
    }

    .wsmenu {
        font-size: 13px !important;
    }

    .wsmenu-list li a {
        white-space: nowrap !important;
        padding-left: 4px !important;
        padding-right: 4px !important;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1800px) {
    .html-topic-menu-page .container {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        display: flex;
        justify-content: space-between;
    }
}

@media only screen and (min-width: 1000px) {
    .html-topic-menu-page .container {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        display: flex;
        justify-content: space-between;
        padding-top: 5%;
    }
}

/*Swiper Css For Voyage Theme*/

#nop4youSlider.swiper-container {
    margin-bottom: 15px;
}

.Hori-Des:empty {
    box-shadow: none;
    height: 0;
    padding: 0;
    margin: 0;
}

.html-topic-menu-page .activeparent {
    display: block !important;
}

.html-topic-menu-page .inactiveparent,
.html-topic-menu-page .inactiveparentshownow {
    display: none !important;
}

/*refrences Plugin*/
.reference-container img {
    max-width: 100%;
}

@media only screen and (max-width: 600px) {
    .reference-container a {
        width: 100% !important;
    }

    .reference-container {
        flex-direction: column;
        gap: 10px;
    }

    .reference-container .tiles {
        justify-content: center;
        border: 0px !important;
    }
}


.listbox .ZeroParent {
    pointer-events: none;
}

.html-account-page .block-category-navigation {
    display: none;
}

.html-account-page .block-account-navigation {
    border: 0px;
    margin: 0px;
    padding: 0px;
    max-width: 100%;
}

.search-input .inputs label {
    visibility: visible;
}

.block .accordion > ul:after {
    z-index: 9;
    width: auto !important;
}

.block .accordion > a {
    width: 90%;
}

.block .list .parent-active > a.listitem {
    font-weight: bold;
    color: #000 !important;
}

.listbox .inactive.last a.listitem {
    font-weight: normal !important;
    color: #888 !important;
}
/*topic page css new */
@media (min-width:1261px) {
    .html-topic-menu-page .master-wrapper-content {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .html-topic-menu-page .master-wrapper-content .side-2 {
        width: 23%;
    }

    .html-topic-menu-page .master-wrapper-content .center-2 {
        width: 75%;
    }

    #custom_add_page .title {
        padding-left: 0px;
        margin-bottom: 10px;
    }

    #nop4youSlider.swiper-container {
        z-index: 0;
    }
}


/*new css add (side menu like case study design)*/
.html-topic-menu-page .side-2#custom_add_page li,
.html-topic-menu-page .side-2#custom_add_page .sublist li {
    background-color: transparent;
    border: 0px;
    padding: 5px 0px;
    font-size: 14px;
    margin-bottom: 0;
}

.html-topic-menu-page .side-2 li a {
    color: #888 !important;
}

#custom_add_page .topic-sub-btn::after {
    content: "\e917";
    font-size: 8px;
}

#custom_add_page .topic-sub-btn.slow::after {
    content: "\e916";
}

#custom_add_page .topic-sub-btn {
    transform: none;
}

.html-topic-menu-page .side-2 li .sublist {
    padding-left: 15px;
}

@media (max-width:1260px) {
    #custom_add_page .title {
        display: flex;
        justify-content: space-between;
        background-color: #f3f3f3;
        padding: 10px 15px;
        font-size: 20px;
        cursor: pointer;
    }

    .html-topic-menu-page .side-2#custom_add_page {
        padding: 0px 10px;
    }

    #custom_add_page .title:after {
        content: "\e913";
        margin-top: auto;
        margin-bottom: auto;
        font-size: 14px;
        transition: 0.2s ease;
    }

    #custom_add_page .viewBox {
        display: none;
    }

    #custom_add_page .open-viewbox {
        display: block;
    }

    #custom_add_page {
        margin-bottom: 30px;
    }

    #custom_add_page .title.open-title::after {
        transform: scaleY(-1);
    }
}


/*news page css */
.html-topic-menu-page .service .page-title {
    text-align: left !important;
    margin-top: 0px !important;
}

.html-topic-menu-page .service.blogpost-page .page-title {
    text-align: center !important;
}

.html-topic-menu-page .side-2.custom-topic-navigation li.active.last .sublist {
    display: block !important;
}

.html-topic-menu-page .side-2.custom-topic-navigation li.active.last.inactive .sublist {
    display: none !important;
}

.html-topic-menu-page .side-2 li.inactive .sublist {
    display: block;
}

@media (max-width:1260px) {
    .topic-block-head .sublist.sub-category {
        position: initial;
        transform: none;
    }
}

@media screen and (min-device-width: 1261px) and (max-device-width: 1400px) {
    .header .full-wsmenu .megamenu, .header .wsmenu .full-megamenu {
        margin-left: calc(-47vw + 55% + 55px) !important;
    }
}

@media screen and (min-device-width: 1401px) and (max-device-width: 1700px) {
    .header .full-wsmenu .megamenu, .header .wsmenu .full-megamenu {
        margin-left: calc(-47vw + 55% + 40px) !important;
    }
}
.html-shopping-cart-page .mfp-hide, .html-product-details-page .mfp-hide {
    display: none !important;
}
.block-popular-tags {
        display: none;
}
.html-category-page .item-box .picture a:before {
    padding-top: 150%;
}
.header .full-wsmenu .megamenu, .header .wsmenu .full-megamenu {
    margin-left: calc(-28vw + 50% + 28px) !important;
    width: 96vw;
}
.sublist-toggle, .sublist-toggle-sub {
    width: 25%;
    text-align: right;
}
.sublist-toggle:after, .sublist-toggle-sub:after {
    content: "\e913";
    display: inline-block;
    margin-top: auto;
    margin-bottom: auto;
    font-size: 12px;
    transition: 0.2s ease;
}
.top-menu.mobile .back-button {
    text-align: right;
}
.back-button {
	padding: 0 0 0 0 !important;
}

#MEGAMENULIST a.title {
    color: #000;
}

/*
a#speciallistitem {
    max-width: 80%;
}
*/
@media (min-width: 1261px) {

	.header-left.desktop {
		width: 195px;
	}

	.search-cart-wrapper {
		z-index: 1;
	}

	.search-cart-wrapper {
		flex: 1 1 0;
		display: flex;
	}
	.wsmenu-list > li {
		text-align: center;
        display: inline-block;
        font-weight: 600;
	}
	/*
	.header .full-wsmenu .megamenu, .header .wsmenu .full-megamenu {
		margin-left: calc(-28vw + 50% + 28px) !important;
		width: 85vw;
	}
	*/
	/*
	.header .full-wsmenu .megamenu, .header .wsmenu .full-megamenu {
		margin-left: -18vw !important;
		width: 95vw;
	}
	*/
	.header .full-wsmenu .megamenu, .header .wsmenu .full-megamenu {
		/*margin-left: calc(-20vw + 50% + 45px) !important;*/
		margin-left: calc(0%) !important;
		width: 1200px;
	}
	.menu #MEGAMENULIST .MegaMenuTitle a { font-size: 15px; color: #000 !important;}
	a.title.MegaDropTtl { font-size: 15px; }
	.menu #MEGAMENULIST .megadrop .sub-items a { display: none; }
	.full-wsmenu li a:hover {  color: #fe8273; }
}

@media (max-width: 1260px) {
    .top-menu > li > a {
        text-align: left;
        width: 75%;
    }
	.menu-iem-img {
		display: none;
	}
	.top-menu.mobile .top-menu .sublist li a  {
		font-size: 16px;
	}
	.top-menu > li > a,
	.menuitemtitle {
		line-height: 28px;
        font-size: 16px;
		color: #000;
		font-weight: 600;
	}
}


/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 *//*@font-face{font-family:'FontAwesome';src:url('../Plugins/nop4all.megamenu4all/Content/font-awesome/fonts/fontawesome-webfont.eot?v=4.2.0');src:url('../Plugins/nop4all.megamenu4all/Content/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'),url('../Plugins/nop4all.megamenu4all/Content/font-awesome/fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'),url('../Plugins/nop4all.megamenu4all/Content/font-awesome/fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'),url('../Plugins/nop4all.megamenu4all/Content/font-awesome/fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.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-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}*/
/*
* Copyright 2014 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

/* SEARCH BOX */

.store-search-box span.search-box-text {
	padding: 0;
}
.store-search-box input.search-box-text {
	width: 100%;
}
.store-search-box .search-box-select {
	position: absolute;
	top: 10px; right: 60px;
	max-width: 100px;
	height: 20px;
	border: none;
	background-position: right center;
	padding: 0 10px 0 0; /*not cross-browser consistent*/
	box-sizing: content-box; /*workaround*/
	font-size: 12px;
	color: #888;
}

/* AUTOCOMPLETE */

.instantSearch {
	width: 100% !important;
	height: auto !important;
}
.instantSearch .k-list-container {
	position: static !important;
	width: auto !important;
	min-height: 450px;
	margin: 10px -20px;
}
.instantSearch .k-list-scroller {
    height: 100% !important;
    overflow-y: auto;
}
.instantSearch .k-nodata {
	padding: 20px 20px;
}
.instantSearch .k-item {
    text-align: left;
	cursor: pointer;
}
.k-item.k-state-hover a,
.k-item.k-state-focused a  {
	background-color: #f6f6f6;
}
.instant-search-item > a {
	display: flex;
	padding: 5px 20px;
}
.instant-search-item .img-block {
	flex: 0 0 80px;
	margin-right: 10px;
	font-size: 0;
}
.instant-search-item .img-block img {
	display: block;
}
.instant-search-item .detail {
    font-size: 13px;
}
.instant-search-item .detail .title {
	max-height: 40px;
	overflow: hidden;
	margin-bottom: 10px;
}
.instant-search-item .detail .sku {
    margin: -10px 0 5px;
	font-size: 12px;
}
.instant-search-item .detail .price {
	font-weight: 600;
}



@media all and (min-width: 1261px) {

	.instantSearch {
		box-sizing: content-box;
		position: absolute !important;
		top: -5px !important;
		left: -10px !important;
		z-index: -1 !important;
		box-shadow: 0 0 20px rgba(0,0,0,.15);
		padding: 45px 10px 0 10px;
	}
	.instantSearch:before {
		content: "";
		position: absolute;
		top: 46px; right: 0;
		bottom: 0; left: 0;
		z-index: -1;
		background-color: #fff;
	}
	.instantSearch .k-list-container {
		min-height: 0;
		margin: 10px -10px;
	}
	.instant-search-item > a {
		padding: 5px 10px;
	}
}
/*
* Copyright 2014 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

.ribbon-wrapper {
    position: relative;
}
@media all and (min-width: 769px) {
.product-list .ribbon-wrapper {
    float: left; /*should not be applied on smaller resolutions where the product list looks like a grid*/
}
}

/* ribbon positioning */

.ribbon-position {
	font-size: 0;
	line-height: 0;
	position: absolute;
	z-index: 1;
	-webkit-transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}
.ribbon-position.top-left {
	top: 0;
	left: 0;
}
.ribbon-position.top-right {
	top: 0;
	right: 0;
}
.ribbon-position.bottom-left {
	bottom: 0;
	left: 0;
}
.ribbon-position.bottom-right {
	bottom: 0;
	right: 0;
}
.ribbon-position.top-middle {
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
}
.ribbon-position.right-middle {
	top: 0;
	right: 0;
	bottom: 0;
	text-align: right;
}
.ribbon-position.bottom-middle {
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
}
.ribbon-position.left-middle {
	top: 0;
	bottom: 0;
	left: 0;
	text-align: left;
}
.ribbon-position.center {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
}
.ribbon-position.right-middle:before,
.ribbon-position.left-middle:before,
.ribbon-position.center:before {
	content: "";
	display: inline-block;
	height: 100%;
	width: 0;
	vertical-align: middle;
}

/* ribbon wrapping element */

.product-ribbon {
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

/* ribbon label without image*/

.ribbon-text {
	font-size: 12px;
	line-height: normal;
}

/* ribbon label with image */

.ribbon-image-text {
	font-size: 12px;
	line-height: normal;
	position: absolute;
	top: 0;
	left: 0;
}
/*
* Copyright 2014 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

/* predefined ribbon styles,
   import in the administratiuon */

/*.product-ribbon {
	margin: 10px;
    background: #e43d51;
    padding: 2px 10px;
    color: #fff;
}*/
.item-box .product-item .picture a:before,
.item-box .product-box-image-carousel:before,
.sale-item .item-picture a:before {
  padding-top: 150%;
}
.item-box .category-item .picture a:before,
.spc-categories .category-picture a:before {
  padding-top: 150%;
}
.h5.generalTitle {
margin-bottom: 10px;
}
.block.filter-block.attributeFilterPanel7Spikes.Barva {
    display: none !important;
}
.expand {
    display: none !important;
}
