@media (min-width: 768px) {
  /* here go rules for big resources and big screens like: background-images, font-faces, etc. */
  /* Generated by Font Squirrel (http://www.fontsquirrel.com) on January 23, 2014 */
  @font-face {
    font-family: 'apercubold';
    src: url('fonts/apercu_bold-webfont.eot');
    src: url('fonts/apercu_bold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/apercu_bold-webfont.woff') format('woff'), url('fonts/apercu_bold-webfont.ttf') format('truetype'), url('fonts/apercu_bold-webfont.svg#apercubold') format('svg');
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: 'apercumedium';
    src: url('fonts/apercu_medium-webfont.eot');
    src: url('fonts/apercu_medium-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/apercu_medium-webfont.woff') format('woff'), url('fonts/apercu_medium-webfont.ttf') format('truetype'), url('fonts/apercu_medium-webfont.svg#apercumedium') format('svg');
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: 'apercumedium_italic';
    src: url('fonts/apercu_medium_italic-webfont.eot');
    src: url('fonts/apercu_medium_italic-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/apercu_medium_italic-webfont.woff') format('woff'), url('fonts/apercu_medium_italic-webfont.ttf') format('truetype'), url('fonts/apercu_medium_italic-webfont.svg#apercumedium_italic') format('svg');
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: 'apercumono';
    src: url('fonts/apercu_mono-webfont.eot');
    src: url('fonts/apercu_mono-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/apercu_mono-webfont.woff') format('woff'), url('fonts/apercu_mono-webfont.ttf') format('truetype'), url('fonts/apercu_mono-webfont.svg#apercumono') format('svg');
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: 'apercuitalic';
    src: url('fonts/apercu_regular_italic-webfont.eot');
    src: url('fonts/apercu_regular_italic-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/apercu_regular_italic-webfont.woff') format('woff'), url('fonts/apercu_regular_italic-webfont.ttf') format('truetype'), url('fonts/apercu_regular_italic-webfont.svg#apercuitalic') format('svg');
    font-weight: normal;
    font-style: normal;
  }
}
/*!
* www.KNACSS.com V3.0.8 (2014-08-22) @author: Raphael Goetter, Alsacreations
* Licence WTFPL http://www.wtfpl.net/
*/
/* ----------------------------- */
/* == soft reset                 */
/* ----------------------------- */
/* switching box model for all elements */
* {
  box-sizing: border-box;
}
/* soft reset */
html,
body {
  margin: 0;
  padding: 0;
}
ul,
ol {
  padding-left: 2em;
}
ul.unstyled {
  list-style: none;
}
img {
  height: auto;
  vertical-align: middle;
  border: 0;
}
blockquote,
figure {
  margin-left: 0;
  margin-right: 0;
}
audio,
canvas,
video {
  display: inline-block;
}
svg:not(:root) {
  overflow: hidden;
}
/* ----------------------------- */
/* == typography                 */
/* ----------------------------- */
html {
  /* set base font-size to equiv "10px", which is adapted to rem unit */
  font-size: 62.5%;
  /* IE9-IE11 math fixing. See http://bit.ly/1g4X0bX */
  /* thanks to @guardian, @victorbritopro and @eQRoeil */
  font-size: calc(0.625em);
  /* disallow text zooming on orientation change (non standard property) */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  /* set body font-size in em (1.4em equiv "14px") */
  font-size: 1.4em;
  background-color: #fff;
  color: #333333;
  font-family: 'apercumedium', Helvetica, Arial, sans-serif;
  line-height: 1.285715;
}
a {
  color: #58595b;
}
a:hover,
a:focus,
a:active {
  color: #939598;
}
/* font-sizing for content */
p,
.p-like,
ul,
ol,
dl,
blockquote,
pre,
td,
th,
label,
textarea,
caption,
details,
figure {
  margin-top: 0.75em;
  margin-bottom: 0;
  line-height: 1.285715;
}
h1,
.h1-like {
  font-size: 2.1rem;
  font-family: 'apercumedium', Helvetica, Arial, sans-serif;
}
h2,
.h2-like,
.product .summary .price {
  font-size: 1.8rem;
  font-family: 'apercumedium', Helvetica, Arial, sans-serif;
}
h3,
.h3-like,
fieldset legend {
  font-size: 1.6rem;
}
h4,
.h4-like,
.products .product h3,
.checkout h3,
.order-details h2,
.order-details h3 {
  font-size: 1.4rem;
}
h5,
.h5-like {
  font-size: 1.2rem;
}
h6,
.h6-like {
  font-size: 1.2rem;
}
/* alternate font-sizing */
.smaller,
.x-seperator,
.PreHeaderBlock > a {
  font-size: 0.71em;
}
.small,
.FooterMenu-menu .menu-item a,
.payment_methods .payment_box {
  font-size: 0.86em;
}
.big,
.is-villa-alliv-tpl .WpHomeAnnouncement-content p,
.price-carting .price-container,
.cart a.remove,
tr.order-total th,
tr.order-total td {
  font-size: 1.14em;
}
.bigger {
  font-size: 1.29em;
}
.biggest {
  font-size: 1.43em;
}
code,
pre,
samp,
kbd {
  /* IE fix */
  white-space: pre-line;
  white-space: pre-wrap;
  font-family: Consolas, 'DejaVu Sans Mono', Courier, monospace;
  line-height: normal;
}
em,
.italic,
address,
cite,
dfn,
i,
var {
  font-style: italic;
}
strong,
.bold {
  font-weight: bold;
}
small,
sub,
sup {
  font-size: smaller;
}
/* ----------------------------- */
/* == hiding content             */
/* ----------------------------- */
/* hidden but not for an assistive technology like a screen reader, Yahoo! method */
.visually-hidden,
.product .Sharingbox-label {
  position: absolute !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
}
body > script {
  display: none !important;
}
@media (max-width: 768px) {
  .no-small-screen {
    display: none;
  }
}
@media (min-width: 1280px) {
  .no-large-screen {
    display: none;
  }
}
/* ----------------------------- */
/* == browsers consistency       */
/* ----------------------------- */
/* avoid top margins on first content element */
p:first-child,
.p-like:first-child,
ul:first-child,
ol:first-child,
dl:first-child,
blockquote:first-child,
pre:first-child,
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}
/* avoid margins on nested elements */
li p,
li .p-like,
li ul,
li ol {
  margin-top: 0;
  margin-bottom: 0;
}
/* max values */
img,
table,
td,
blockquote,
code,
pre,
textarea,
input,
video {
  max-width: 100%;
}
/* margin-bottom on tables */
table {
  margin-bottom: 35px;
}
/* ----------------------------- */
/* ==layout and modules          */
/* ----------------------------- */
/* float layout */
/* module, gains superpower "BFC" Block Formating Context */
.mod,
.PreHeaderBlock,
.woocommerce-page .term-description,
.woocommerce-result-count,
.woocommerce-ordering,
.product .images,
.product .summary,
.products .product,
.related h2,
.woocommerce-breadcrumb,
.cart-collaterals {
  overflow: hidden;
}
/* blocks that needs to be placed under floats */
.clear,
.line,
.row,
.SiteInner,
.PrimaryMenu-menu,
.FooterMenu-menu,
.products-before-shop-loop,
.woocommerce-pagination {
  clear: both;
}
/* blocks that must contain floats */
.clearfix:after,
.line:after,
dl:after,
.SiteInner:after,
.mc4wp-form .submit:after,
.products-before-shop-loop:after,
.products:after,
.woocommerce-pagination:after {
  content: "";
  display: table;
  clear: both;
  border-collapse: collapse;
}
/* table layout */
.row {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.row > *,
.col {
  display: table-cell;
  vertical-align: top;
}
/* inline-block */
.inbl {
  display: inline-block;
  vertical-align: top;
}
/* alignments (blocks and inline) */
/* ------------------------------ */
/* left (or starting) elements */
.left,
.start,
.products .product {
  float: left;
}
img.left,
img.start {
  margin-right: 20px;
}
/* right (or ending) elements */
.right,
.end,
.cart-collaterals {
  float: right;
}
img.right,
img.end,
img.cart-collaterals {
  margin-left: 20px;
}
img.left,
img.right,
img.start,
img.end,
img.cart-collaterals {
  margin-bottom: 10px;
}
.center {
  margin-left: auto;
  margin-right: auto;
}
.txtleft {
  text-align: left;
}
.txtright {
  text-align: right;
}
.txtcenter {
  text-align: center;
}
/* blocks widths (percentage and pixels) */
.w10 {
  width: 10%;
}
.w20 {
  width: 20%;
}
.w25,
.products .product {
  width: 25%;
}
.w30 {
  width: 30%;
}
.w33,
.woocommerce-page .term-description,
.price-carting .add-to-cart-container {
  width: 33.3333%;
}
.w40,
.product .images {
  width: 40%;
}
.w50,
.woocommerce-result-count,
.woocommerce-ordering,
.product .summary,
.cart-collaterals {
  width: 50%;
}
.w60 {
  width: 60%;
}
.w66,
.price-carting .price-container {
  width: 66.6666%;
}
.w70 {
  width: 70%;
}
.w75 {
  width: 75%;
}
.w80 {
  width: 80%;
}
.w90 {
  width: 90%;
}
.w100 {
  width: 100%;
}
.w50p {
  width: 50px;
}
.w100p {
  width: 100px;
}
.w150p {
  width: 150px;
}
.w200p {
  width: 200px;
}
.w300p {
  width: 300px;
}
.w400p {
  width: 400px;
}
.w500p {
  width: 500px;
}
.w600p {
  width: 600px;
}
.w700p {
  width: 700px;
}
.w800p {
  width: 800px;
}
.w960p {
  width: 960px;
}
.mw960p {
  max-width: 960px;
}
.w1140p {
  width: 1140px;
}
.mw1140p {
  max-width: 1140px;
}
.wauto {
  width: auto;
}
/* spacing helpers
	p,m = padding,margin
	a,t,r,b,l = all,top,right,bottom,left
	s,m,l,n = small, medium, large, none
	*/
.man {
  margin: 0;
}
.pan {
  padding: 0;
}
.mas {
  margin: 20px;
}
.mam {
  margin: 35px;
}
.mal {
  margin: 50px;
}
.pas {
  padding: 20px;
}
.pam {
  padding: 35px;
}
.pal {
  padding: 50px;
}
.mtn {
  margin-top: 0;
}
.mts {
  margin-top: 20px;
}
.mtm {
  margin-top: 35px;
}
.mtl {
  margin-top: 50px;
}
.mrn {
  margin-right: 0;
}
.mrs {
  margin-right: 20px;
}
.mrm {
  margin-right: 35px;
}
.mrl {
  margin-right: 50px;
}
.mbn {
  margin-bottom: 0;
}
.mbs {
  margin-bottom: 20px;
}
.mbm {
  margin-bottom: 35px;
}
.mbl {
  margin-bottom: 50px;
}
.mln {
  margin-left: 0;
}
.mls {
  margin-left: 20px;
}
.mlm {
  margin-left: 35px;
}
.mll {
  margin-left: 50px;
}
.ptn {
  padding-top: 0;
}
.pts {
  padding-top: 20px;
}
.ptm {
  padding-top: 35px;
}
.ptl {
  padding-top: 50px;
}
.prn {
  padding-right: 0;
}
.prs {
  padding-right: 20px;
}
.prm {
  padding-right: 35px;
}
.prl {
  padding-right: 50px;
}
.pbn {
  padding-bottom: 0;
}
.pbs {
  padding-bottom: 20px;
}
.pbm {
  padding-bottom: 35px;
}
.pbl {
  padding-bottom: 50px;
}
.pln {
  padding-left: 0;
}
.pls {
  padding-left: 20px;
}
.plm {
  padding-left: 35px;
}
.pll {
  padding-left: 50px;
}
/* ---------------------------------- */
/* ==classic grids                    */
/* .. use it when gutter size matters */
/* ---------------------------------- */
/* grids inspired from SUIT https://github.com/suitcss/suit */
/* overall container of grids */
.grid {
  overflow: hidden;
}
/* global styles for direct child ex. .grid3 */
.grid > * {
  display: block;
  padding: 0;
  /* gutter value */
  margin-left: -35px;
  text-align: left;
}
/* global styles for each "cell" */
.grid > * > * {
  display: inline-block;
  /* gutter value */
  padding-left: 35px;
  margin-left: 0;
  vertical-align: top;
}
/* whitespace fixing for modern browsers including IE9+ */
:root .grid {
  font-size: 0;
  /* fallback for IE9+ */
  text-justify: distribute-all-lines;
}
:root .grid > * > * {
  /* fallback for Opera Mini */
  font-size: 14px;
  font-size: 1.4rem;
}
/* Opera hack */
.opera:-o-prefocus,
.grid > * {
  word-spacing: -0.43em;
}
.grid2 > * {
  width: 50%;
}
.grid3 > * {
  width: 33.333%;
}
.grid4 > * {
  width: 25%;
}
.grid5 > * {
  width: 20%;
}
.grid6 > * {
  width: 16.667%;
}
.grid8 > * {
  width: 12.5%;
}
.grid10 > * {
  width: 10%;
}
.grid12 > * {
  width: 8.333%;
}
/* unequal grids (1-2, 2-1, 1-3 and 3-1) for 2 blocks */
.grid2-1 > *:first-child,
.grid1-2 > * + * {
  width: 66.666%;
}
.grid1-2 > *:first-child,
.grid2-1 > * + * {
  width: 33.333%;
}
.grid1-3 > *:first-child,
.grid3-1 > * + * {
  width: 25%;
}
.grid3-1 > *:first-child,
.grid1-3 > * + * {
  width: 75%;
}
/* ---------------------------------- */
/* ==autogrids                        */
/* .. to automatically justify blocs  */
/* ---------------------------------- */
/* Demo : http://codepen.io/raphaelgoetter/pen/Kqehf */
/* container of autogrids */
[class*="autogrid"] {
  text-align: justify;
}
[class*="autogrid"]:after {
  content: "";
  display: inline-block;
  width: 100%;
}
[class*="autogrid"] > * {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
/* whitespace fixing for modern browsers including IE9+ */
:root [class*="autogrid"] {
  font-size: 0;
  /* fallback for IE9+ */
  text-justify: distribute-all-lines;
}
:root [class*="autogrid"] > * {
  /* fallback for Opera Mini */
  font-size: 14px;
  font-size: 1.4rem;
}
/* Opera hack */
[class*="autogrid"]:-o-prefocus {
  word-spacing: -0.43em;
}
.autogrid2 > * {
  width: 49%;
}
.autogrid3 > * {
  width: 32%;
}
.autogrid4 > * {
  width: 23.6%;
}
.autogrid5 > * {
  width: 19%;
}
.autogrid6 > * {
  width: 15%;
}
.autogrid8 > * {
  width: 10.8%;
}
.autogrid10 > * {
  width: 9%;
}
.autogrid12 > * {
  width: 6.4%;
}
/* ----------------------------- */
/* ==tables                      */
/* ----------------------------- */
table,
.table {
  width: 100%;
  max-width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  vertical-align: top;
  border: 1px solid #ccc;
}
.table {
  display: table;
}
table#recaptcha_table,
table.table-auto {
  table-layout: auto;
}
caption {
  padding: 20px;
  color: #555;
  font-style: italic;
}
td,
th {
  padding: 0.3em 0.8em;
  border: 1px #aaa dotted;
  vertical-align: top;
  min-width: 35px;
  cursor: default;
  text-align: left;
}
/* ----------------------------- */
/* ==forms                       */
/* ----------------------------- */
/* thanks to HTML5boilerplate,
* github.com/nathansmith/formalize and www.sitepen.com
*/
/* buttons */
.btn,
.BtnClear,
.BtnAddToCart {
  display: inline-block;
}
/* forms items */
form,
fieldset {
  border: none;
}
input,
button,
select,
label,
.btn,
.BtnClear,
.BtnAddToCart {
  vertical-align: middle;
  font-family: inherit;
  font-size: inherit;
}
label {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
legend {
  border: 0;
  white-space: normal;
}
textarea {
  min-height: 5em;
  vertical-align: top;
  font-family: inherit;
  font-size: inherit;
  resize: vertical;
}
/* clickable input types in iOS */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="search"] {
  -webkit-appearance: textfield;
}
/* if select styling bugs on WebKit */
/* select { -webkit-appearance: none; } */
/* 'x' appears on right of search input when text is entered. This removes it */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
::-webkit-input-placeholder {
  color: #777;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #777;
}
/* Removes inner padding and border in FF3+ */
button::-moz-focus-inner,
input[type='button']::-moz-focus-inner,
input[type='reset']::-moz-focus-inner,
input[type='submit']::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/* ----------------------------- */
/* ==icons and bullets	         */
/* ----------------------------- */
.icon {
  display: inline-block;
}
.icon:before,
.icon.after:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -0.1em;
  margin: 0 0.3em 0 0;
  font: 1.4em/1 sans-serif;
  color: #000;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
  speak: none;
}
@media (min-device-width: 768px) {
  .icon:before,
  .icon.after:after {
    font: 1em/0.6 sans-serif;
    -webkit-transform: rotateZ(0.05deg);
  }
}
.icon.after:after {
  margin: 0 0 0 8px;
}
.icon.after:before {
  content: "" !important;
}
.icon-rate:before,
.icon-rate.after:after {
  content: "\2605";
}
.icon-unrate:before,
.icon-unrate.after:after {
  content: "\2606";
}
.icon-check:before,
.icon-check.after:after {
  content: "\2713";
}
.icon-uncheck:before,
.icon-uncheck.after:after {
  content: "\2717";
}
.icon-cloud:before,
.icon-cloud.after:after {
  content: "\2601";
}
.icon-dl:before,
.icon-dl.after:after {
  content: "\21E3";
  font-weight: bold;
}
.icon-cross:before,
.icon-cross.after:after {
  content: "\2716";
  font-weight: bold;
}
.icon-arrow1:before,
.icon-arrow1.after:after {
  content: "\2192";
  position: relative;
  top: -0.15em;
}
.icon-arrow2:before,
.icon-arrow2.after:after {
  content: "\279E";
}
.icon-arrow3:before,
.icon-arrow3.after:after {
  content: "\279A";
}
.icon-bracket1:before,
.icon-bracket1.after:after {
  content: "\2039";
  font-weight: bold;
  font-size: 1.6em;
  position: relative;
  top: -0.15em;
}
.icon-bracket2:before,
.icon-bracket2.after:after {
  content: "\203A";
  font-weight: bold;
  font-size: 1.6em;
  position: relative;
  top: -0.15em;
}
.icon-up:before,
.icon-up.after:after {
  content: "\25B2";
}
.icon-down:before,
.icon-down.after:after {
  content: "\25BC";
}
.icon-bull:before,
.icon-bull.after:after {
  content: "\2022";
  font-size: 1.2em;
  top: -0.05em;
}
.icon-bull2:before,
.icon-bull2.after:after {
  content: "\25E6";
  top: -0.05em;
}
.icon-bull3:before,
.icon-bull3.after:after {
  content: "\2023";
  font-size: 1.6em;
  top: -0.05em;
}
.icon-nav:before,
.icon-nav.after:after {
  content: "\2261";
  font-weight: bold;
}
.icon-losange:before,
.icon-losange.after:after {
  content: "\25C6";
}
.icon-asteri:before,
.icon-asteri.after:after {
  content: "\2731";
  font-weight: bold;
}
.icon-mail:before,
.icon-mail.after:after {
  content: "\2709";
  font-size: 1.6em;
  top: -0.05em;
}
/* ----------------------------- */
/* ==desktop and HD devices      */
/* ----------------------------- */
@media (min-width: 1025px) {
  /* rules for big resources and big screens like: background-images, font-faces, etc. */
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  /* style adjustments for high density devices */
}
/* ---------------------------------- */
/* ==Responsive large                 */
/* ---------------------------------- */
@media (min-width: 1025px) {
  /* layouts for large screens */
  .large-hidden {
    display: none !important;
  }
  .large-visible {
    display: block !important;
  }
  .large-no-float {
    float: none;
  }
  .large-inbl {
    display: inline-block;
    float: none;
    vertical-align: top;
  }
  .large-row {
    display: table;
    table-layout: fixed;
    width: 100% !important;
  }
  .large-col {
    display: table-cell;
    vertical-align: top;
  }
  /* widths for large screens */
  .large-w25 {
    width: 25% !important;
  }
  .large-w33 {
    width: 33.3333% !important;
  }
  .large-w50 {
    width: 50% !important;
  }
  .large-w66 {
    width: 66.6666% !important;
  }
  .large-w75 {
    width: 75% !important;
  }
  .large-w100,
  .large-wauto {
    display: block !important;
    float: none !important;
    clear: none !important;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border: 0;
  }
  /* margins for large screens */
  .large-man {
    margin: 0 !important;
  }
  /* grid rwd for large screens */
  .grid5 > *,
  .grid6 > *,
  .grid8 > *,
  .grid10 > *,
  .grid12 > * {
    width: 33.333%;
  }
  /* autogrid rwd for large screens */
  .autogrid5 > *,
  .autogrid6 > *,
  .autogrid8 > *,
  .autogrid10 > *,
  .autogrid12 > * {
    width: 32%;
  }
}
/* ---------------------------------- */
/* ==Responsive medium                */
/* ---------------------------------- */
@media (min-width: 769px) and (max-width: 1024px) {
  /* layouts for medium screens */
  .medium-hidden {
    display: none !important;
  }
  .medium-visible {
    display: block !important;
  }
  .medium-no-float {
    float: none;
  }
  .medium-inbl {
    display: inline-block;
    float: none;
    vertical-align: top;
  }
  .medium-row {
    display: table;
    table-layout: fixed;
    width: 100% !important;
  }
  .medium-col {
    display: table-cell;
    vertical-align: top;
  }
  /* widths for medium screens */
  .medium-w25 {
    width: 25% !important;
  }
  .medium-w33 {
    width: 33.3333% !important;
  }
  .medium-w50 {
    width: 50% !important;
  }
  .medium-w66 {
    width: 66.6666% !important;
  }
  .medium-w75 {
    width: 75% !important;
  }
  .medium-w100,
  .medium-wauto {
    display: block !important;
    float: none !important;
    clear: none !important;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border: 0;
  }
  /* margins for medium screens */
  .medium-man {
    margin: 0 !important;
  }
}
/* ---------------------------------- */
/* ==Responsive small                 */
/* ---------------------------------- */
@media (min-width: 481px) and (max-width: 768px) {
  /* quick small resolution reset */
  .mod,
  .col,
  fieldset,
  .PreHeaderBlock,
  .woocommerce-page .term-description,
  .woocommerce-result-count,
  .woocommerce-ordering,
  .product .images,
  .product .summary,
  .products .product,
  .related h2,
  .woocommerce-breadcrumb,
  .cart-collaterals {
    display: block !important;
    float: none !important;
    clear: none !important;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border: 0;
  }
  /* quick reset in small resolution and less */
  .w600p,
  .w700p,
  .w800p,
  .w960p,
  .mw960p {
    width: auto;
    float: none;
  }
  /* layouts for small screens */
  .small-hidden {
    display: none !important;
  }
  .small-visible {
    display: block !important;
  }
  .small-no-float {
    float: none;
  }
  .small-inbl {
    display: inline-block;
    float: none;
    vertical-align: top;
  }
  .small-row {
    display: table !important;
    table-layout: fixed !important;
    width: 100% !important;
  }
  .small-col {
    display: table-cell !important;
    vertical-align: top !important;
  }
  /* widths for small screens */
  .small-w25 {
    width: 25% !important;
  }
  .small-w33 {
    width: 33.3333% !important;
  }
  .small-w50 {
    width: 50% !important;
  }
  .small-w66 {
    width: 66.6666% !important;
  }
  .small-w75 {
    width: 75% !important;
  }
  .small-w100,
  .small-wauto {
    display: block !important;
    float: none !important;
    clear: none !important;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border: 0;
  }
  /* margins for small screens */
  .small-man {
    margin: 0 !important;
  }
  .small-pan {
    padding: 0 !important;
  }
  /* grid rwd for small screens */
  .grid3 > *,
  .grid4 > *,
  .grid5 > *,
  .grid6 > *,
  .grid8 > *,
  .grid10 > *,
  .grid12 > * {
    width: 50%;
  }
  /* autogrid rwd for small screens */
  .autogrid5 > *,
  .autogrid6 > *,
  .autogrid8 > *,
  .autogrid10 > *,
  .autogrid12 > * {
    width: 49% !important;
  }
}
/* ---------------------------------- */
/* ==Responsive tiny                  */
/* ---------------------------------- */
@media (max-width: 480px) {
  .w300p,
  .w400p,
  .w500p {
    width: auto;
    float: none;
  }
  .row {
    display: block !important;
    width: 100% !important;
  }
  /* layouts for tiny screens */
  .tiny-hidden {
    display: none !important;
  }
  .tiny-visible {
    display: block !important;
  }
  .tiny-no-float {
    float: none;
  }
  .tiny-inbl {
    display: inline-block;
    float: none;
    vertical-align: top;
  }
  .tiny-row {
    display: table !important;
    table-layout: fixed !important;
    width: 100% !important;
  }
  .tiny-col {
    display: table-cell !important;
    vertical-align: top !important;
  }
  th,
  td {
    display: block !important;
    width: auto !important;
    text-align: left !important;
  }
  thead {
    display: none;
  }
  /* widths for tiny screens */
  .tiny-w25 {
    width: 25% !important;
  }
  .tiny-w33 {
    width: 33.3333% !important;
  }
  .tiny-w50 {
    width: 50% !important;
  }
  .tiny-w66 {
    width: 66.6666% !important;
  }
  .tiny-w75 {
    width: 75% !important;
  }
  .tiny-w100,
  .tiny-wauto {
    display: block !important;
    float: none !important;
    clear: none !important;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border: 0;
  }
  /* margins for tiny screens */
  .tiny-man {
    margin: 0 !important;
  }
  .tiny-pan {
    padding: 0 !important;
  }
  /* grid rwd for tiny screens */
  .grid > * > * {
    width: 100% !important;
  }
  /* autogrid rwd for tiny screens */
  [class*="autogrid"] > * {
    width: 100% !important;
  }
}
/* flexbox layout 
Tutorial: http://knacss.com/demos/tutoriel.html#flex */
.flex {
  display: flex;
}
.flex-h {
  flex-direction: row;
}
.flex-v {
  flex-direction: column;
}
.flex-fluid {
  flex: 1;
}
.flex-start {
  order: -1;
}
.flex-mid {
  order: 1;
}
.flex-end {
  order: 42;
}
/* quick print reset */
@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  body {
    width: auto !important;
    margin: auto !important;
    font-family: serif;
    font-size: 12pt;
    background-color: #fff !important;
    color: #333 !important;
  }
  p,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  blockquote,
  ul,
  ol {
    color: #000 !important;
    margin: auto !important;
  }
  .print {
    display: block;
  }
  .no-print {
    display: none;
  }
  img {
    filter: grayscale(100%);
  }
  /* no orphans, no widows */
  p,
  blockquote {
    orphans: 3;
    widows: 3;
  }
  /* no breaks inside these elements */
  blockquote,
  ul,
  ol {
    page-break-inside: avoid;
  }
  /* page break before main headers */
  h1 {
    page-break-before: always;
  }
  /* no breaks after these elements */
  h1,
  h2,
  h3,
  caption {
    page-break-after: avoid;
  }
  a {
    color: #000 !important;
    text-decoration: underline !important;
  }
  /* displaying URLs */
  a[href]:after {
    content: " (" attr(href) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
}
/* ----------------------------- */
/* ==booleans                    */
/* ----------------------------- */
/* styling skip links */
.skip-links {
  position: absolute;
}
.skip-links a {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0.5em;
  background: black;
  color: white;
  text-decoration: none;
}
.skip-links a:focus {
  position: static;
  overflow: visible;
  clip: auto;
}
@media (max-width: 768px) {
  /* you shall not pass */
  div,
  textarea,
  table,
  td,
  th,
  code,
  pre,
  samp {
    word-wrap: break-word;
    hyphens: auto;
  }
}
/* ----------------------------- */
/* ==gmaps support               */
/* ----------------------------- */
/* Google Gmap3 bug fix on images */
.gm-style img {
  height: 100%;
}
:not(.gm-style) img {
  height: auto;
}
.gm-style img,
.gmnoscreen img,
.gmnoprint img {
  max-width: none !important;
}
/* ----------------------------- */
/* ==IE6, IE7, IE8 support       */
/* ----------------------------- */
/* Active box-sizing for IE6/IE7 */
/* @source https://github.com/Schepp/box-sizing-polyfill */
.ie67 * {
  behavior: url(/js/boxsizing.htc);
}
.ie678 h1,
.ie678 .h1-like {
  font-size: 1.5em;
}
.ie678 h2,
.ie678 .h2-like {
  font-size: 1.29em;
}
.ie678 h3,
.ie678 .h3-like {
  font-size: 1.14em;
}
.ie678 h4,
.ie678 .h4-like,
.ie678 .products .product h3 {
  font-size: 1em;
}
.ie678 h5,
.ie678 .h5-like {
  font-size: 0.86em;
}
.ie678 h6,
.ie678 .h6-like {
  font-size: 0.86em;
}
/* @bugfix for IE8 */
.ie678 img {
  width: auto;
}
.ie678 .gm-style img {
  height: 100%;
}
/* hasLayout for IE6/IE7 */
.clearfix,
.line,
.mod,
.row,
.col,
dl,
.SiteInner,
.PreHeaderBlock,
.mc4wp-form .submit,
.woocommerce-page .term-description,
.products-before-shop-loop,
.woocommerce-result-count,
.woocommerce-ordering,
.product .images,
.product .summary,
.products,
.products .product,
.related h2,
.woocommerce-breadcrumb,
.cart-collaterals,
.woocommerce-pagination {
  *zoom: 1;
}
/*! inline-block and table-cell for IE6/IE7 */
/*! warning: .col needs width on IE6/IE7 */
.btn,
.col,
.inbl,
.BtnClear,
.BtnAddToCart {
  *display: inline;
  *zoom: 1;
}
/* old syntax of clip for IE6/IE7 */
.visually-hidden,
.product .Sharingbox-label {
  *clip: rect(1px 1px 1px 1px);
}
/* IE8 grid hack */
.ie8 .grid > *,
.ie8 [class*="autogrid"] > * {
  letter-spacing: -0.31em;
  text-rendering: optimizespeed;
}
.ie8 .grid > * > *,
.ie8 [class*="autogrid"] > * > * {
  letter-spacing: normal;
  word-spacing: normal;
  text-rendering: auto;
}
/* IE7 grid hack */
.grid > * > *,
[class*="autogrid"] > * > * {
  *display: inline;
  *zoom: 1;
}
/* forms */
/* Corrects excess space around these inputs in IE8/9 */
.ie678 input[type="checkbox"],
.ie678 input[type="radio"] {
  padding: 0;
}
/* Removes default vertical scrollbar on empty textarea in IE6/7/8/9 */
.ie678 textarea {
  overflow: auto;
}
/* ----------------------------- */
/* ==minor stylings              */
/* ----------------------------- */
/* styling elements */
code,
kbd,
mark {
  border-radius: 2px;
}
kbd {
  padding: 0 2px;
  border: 1px solid #999;
}
code {
  padding: 2px 4px;
  background: rgba(0, 0, 0, 0.04);
  color: #b11;
}
pre code {
  padding: none;
  background: none;
  color: inherit;
  border-radius: 0;
}
mark {
  padding: 2px 4px;
  background: #ff0;
}
sup,
sub {
  vertical-align: 0;
  position: relative;
}
sup {
  bottom: 1ex;
}
sub {
  top: 0.5ex;
}
blockquote {
  position: relative;
  padding-left: 3em;
}
blockquote:before {
  content: "\201C";
  position: absolute;
  left: 0;
  top: 0;
  font-family: georgia, serif;
  font-size: 5em;
  line-height: 0.9;
  color: rgba(0, 0, 0, 0.3);
}
blockquote > footer {
  margin-top: .75em;
  font-size: 0.9em;
  color: rgba(0, 0, 0, 0.7);
}
blockquote > footer:before {
  content: "\2014 \0020";
}
q {
  font-style: normal;
}
q,
.q {
  quotes: "“\00a0" "\00a0”";
}
q:lang(fr),
.q:lang(fr) {
  quotes: "«\00a0" "\00a0»";
}
hr {
  display: block;
  clear: both;
  height: 1px;
  margin: 1em 0 2em;
  padding: 0;
  border: 0;
  color: #ccc;
  background-color: #ccc;
}
/* alternate tables */
.alternate {
  border: 0;
}
.alternate tbody {
  border: 1px solid #ccc;
}
.alternate thead tr > * + * {
  border-left: 0;
}
.alternate tbody tr > * + * {
  border-left: 1px solid #ccc;
}
/* alternate-vert tables */
.alternate-vert {
  border: 0;
  border-right: 1px solid #ccc;
}
.alternate-vert tr > :first-child {
  border-bottom: 0;
}
.alternate-vert tr > * + * {
  border-top: 1px solid #ccc;
}
/* striped tables */
.striped tbody tr:nth-child(odd) {
  background: #eee;
  background: rgba(0, 0, 0, 0.05);
}
/* striped-vert tables */
.striped-vert tr > :first-child {
  background: #eee;
  background: rgba(0, 0, 0, 0.05);
}
/* ----------------------------- */
/* ==own stylesheet              */
/* ----------------------------- */
/* Here should go your own CSS styles */
/* You can also link them with a LESS @import */
/* @import "my-styles.less"; */
.txtnodeco {
  text-decoration: none;
}
.txtlower {
  text-transform: lowercase;
}
.txtupper {
  text-transform: uppercase;
}
.txtnormal {
  text-transform: normal;
}
.afix {
  position: fixed;
}
.vam {
  vertical-align: middle;
}
.ovfh {
  overflow: hidden;
}
.rel-base {
  position: relative;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
body.is-fixed {
  position: fixed;
  width: 100%;
}
.inline-list,
.woocommerce-pagination ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.inline-list li,
.woocommerce-pagination ul li {
  margin: 0;
  padding: 0;
  display: inline-block;
  margin-right: -0.3em;
}
.unstyled-list,
.PrimaryMenu-menu,
.FooterMenu-menu,
.DropLinks-items,
ul.woocommerce-error,
.products,
.payment_methods,
ul.order_details {
  padding: 0;
  margin: 0;
  list-style: none;
}
.x-seperator {
  font-family: FreeSans, Arimo, "Droid Sans", Helvetica, Arial, sans-serif;
  display: inline-block;
  margin-left: 20px;
  margin-right: 20px;
}
.vertical-seperator {
  display: inline-block;
  height: 1.285715em;
  vertical-align: middle;
  border-left: 1px solid #333333;
}
.inline-box:before {
  content: "";
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.inline-box > *:first-child {
  display: inline-block;
  vertical-align: middle;
}
.visually-forced {
  position: static !important;
  border: medium none !important;
  height: auto !important;
  width: auto !important;
  overflow: visible !important;
  clip: auto !important;
}
.fade {
  opacity: 0;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
}
.ie678 .collapse {
  display: block;
}
/** box-ratio helper. */
.box-ratio {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.box-ratio:before {
  content: "";
  display: block;
}
.box-ratio-1-1:before {
  padding-top: 100%;
}
.box-ratio-1-2:before {
  padding-top: 200%;
}
.box-ratio-16-9:before {
  padding-top: 56.25%;
}
.box-ratio-project:before {
  padding-top: 110%;
}
.box-ratio-content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@media (max-width: 480px) {
  .small-box-ratio-1-1:before {
    padding-top: 100%;
  }
  .small-box-ratio-1-2:before {
    padding-top: 200%;
  }
  .small-box-ratio-16-9:before {
    padding-top: 56.25%;
  }
}
@media (max-width: 1024px) {
  .box-ratio-thumb-cat:before {
    padding-top: 35.25%;
  }
}
.video-wrapper {
  float: none;
  clear: both;
  width: 100%;
  position: relative;
  padding-bottom: 75%;
  padding-top: 25px;
  height: 0;
}
.video-wrapper embed,
.video-wrapper iframe,
.video-wrapper object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
*[data-fixblock] {
  width: 100%;
}
.metas-list > * {
  display: block;
}
.metas-inline > * {
  display: inline-block;
}
body {
  -webkit-font-smoothing: antialiased;
  overflow-y: scroll;
}
dl dt {
  float: left;
  margin-right: .3em;
}
mark {
  background: whitesmoke;
}
.SiteInner {
  max-width: 1280px;
  margin: 0 auto;
}
.ThumbLink {
  display: block;
  width: 100%;
}
.MasterContent {
  text-align: justify;
}
.error404 .MasterContent {
  text-align: center;
}
.mod,
.PreHeaderBlock,
.woocommerce-page .term-description,
.woocommerce-result-count,
.woocommerce-ordering,
.product .images,
.product .summary,
.products .product,
.related h2,
.woocommerce-breadcrumb,
.cart-collaterals {
  padding-left: 17.5px;
  padding-right: 17.5px;
}
.isLazyContainer {
  background: url(images/ajaxloader-circle-300x300.gif) no-repeat center center;
}
.isLazyContainer img {
  opacity: 0;
  -webkit-transition: opacity .5s ease;
  -moz-transition: opacity .5s ease;
  -o-transition: opacity .5s ease;
  transition: opacity .5s ease;
}
.thumbnail {
  text-align: center;
}
.isNew {
  position: relative;
}
.isNew:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 50;
  top: -10px;
  right: -10px;
  width: 40px;
  height: 40px;
  background: url(images/new.png) no-repeat center center;
}
.FsImage {
  position: fixed;
  z-index: 60;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  background: black;
  overflow: hidden;
  padding: 35px;
  background: url(images/ajaxloader-circle-300x300.gif) no-repeat center center #fff;
  text-align: center;
}
.FsImage img {
  display: inline-block;
  max-width: none;
  cursor: pointer;
}
@media screen and (max-width: 480px) {
  .FsImage {
    padding: 0;
  }
}
.FsImage-close,
.WpHomeAnnouncement-close {
  position: absolute;
  display: block;
  z-index: 61;
  top: 35px;
  left: 35px;
  width: 2em;
  height: 2.07142857em;
  padding-top: 0.35714286em;
  padding-right: 0.35714286em;
  padding-bottom: 0.35714286em;
  padding-left: 0.35714286em;
  border: none;
  text-align: center;
  color: #333333;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMThweCIgaGVpZ2h0PSIxOXB4IiB2aWV3Qm94PSIwIDAuNSAxOCAxOSIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAuNSAxOCAxOSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8cG9seWdvbiBmaWxsPSIjMzMzMzMzIiBwb2ludHM9IjE4LDAuNSAxNy41MzksMC41IDkuMDQ2LDkuMjIzIDAuNDYxLDAuNSAwLDAuNSAwLDIuMTE1IDcuODQ2LDkuOTYxIDAsMTcuODA4IDAsMTkuNSAwLjQ2MSwxOS41IA0KCTguOTU0LDEwLjc3NiAxNy41MzksMTkuNSAxOCwxOS41IDE4LDE3LjgwOCAxMC4xNTQsOS45NjEgMTgsMi4xMTUgIi8+DQo8L3N2Zz4NCg==);
}
@media screen and (max-width: 768px) {
  .FsImage-close,
  .WpHomeAnnouncement-close {
    right: auto;
    top: 20px;
    left: 20px;
  }
}
@media screen and (max-width: 768px) {
  /* quick small resolution reset */
  .mod,
  .col,
  fieldset,
  .PreHeaderBlock,
  .woocommerce-page .term-description,
  .woocommerce-result-count,
  .woocommerce-ordering,
  .product .images,
  .product .summary,
  .products .product,
  .related h2,
  .woocommerce-breadcrumb,
  .cart-collaterals {
    display: block !important;
    float: none !important;
    clear: none !important;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border: 0;
    margin-top: 35px;
  }
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@-moz-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -moz-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@-moz-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -moz-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  -moz-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  -moz-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
.m-scene .scene_element {
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}
.m-scene .scene_element.isFadeOutUp {
  -webkit-animation-name: fadeOutUp;
  -moz-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
.m-scene .scene_element.isFadeOutDown {
  -webkit-animation-name: fadeOutDown;
  -moz-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
.MasterHeader {
  text-align: center;
  padding-top: 35px;
  padding-bottom: 35px;
}
.MasterHeader.isTranslateBlock .Panel-btn.isToggle {
  display: none;
}
.PreHeaderBlock {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  text-align: right;
}
.PreHeaderBlock > a {
  display: block;
  text-decoration: none;
}
.PreHeaderBlock > a.myaccount-link {
  text-transform: uppercase;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .MasterHeader.isTranslateBlock {
    position: fixed;
    padding: 0;
    width: 100%;
    z-index: 80;
    -webkit-transform: translateY(-230px);
    -moz-transform: translateY(-230px);
    -o-transform: translateY(-230px);
    transform: translateY(-230px);
    border-bottom: 1px solid #333333;
  }
  .MasterHeader.isTranslateBlock.isOpen {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  .MasterHeader.isTranslateBlock .Panel {
    position: relative;
    display: block;
    width: 100%;
    height: 229px;
    min-height: 229px;
    overflow: hidden;
    padding-top: 35px;
    padding-bottom: 35px;
    background: #fff;
  }
  .MasterHeader.isTranslateBlock.isOpen .Panel {
    height: auto;
    min-height: 229px;
  }
  .MasterHeader.isTranslateBlock .Panel-btn.isToggle {
    display: block;
    position: absolute;
    bottom: -55px;
    right: 0;
    z-index: 81;
    width: 55px;
    height: 55px;
    border-top: 1px solid #fff;
    border-left: 1px solid #333333;
    border-right: none;
    border-bottom: 1px solid #333333;
    background: #fff;
    font-family: Consolas, 'DejaVu Sans Mono', Courier, monospace;
    outline: none;
    width: 3.92857143em;
    height: 3.92857143em;
    padding-top: 0.35714286em;
    padding-right: 0.35714286em;
    padding-bottom: 0.35714286em;
    padding-left: 0.35714286em;
    text-align: center;
    color: #333333;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMTBweCIgaGVpZ2h0PSIxOXB4IiB2aWV3Qm94PSIwIDAgMTAgMTkiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDEwIDE5IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwb2x5Z29uIGZpbGw9IiMzMzMzMzMiIHBvaW50cz0iMCwxLjgxIDcuNjksOS41IDAsMTcuMTkgMCwxOSAwLjQ1MiwxOSA5LjUsOS43MjcgOS41LDkuMTgzIDAuNDUyLDAgMCwwICIvPg0KPC9zdmc+DQo=);
  }
  .MasterHeader.isTranslateBlock.isOpen .Panel-btn.isToggle {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMThweCIgaGVpZ2h0PSIxOXB4IiB2aWV3Qm94PSIwIDAuNSAxOCAxOSIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAuNSAxOCAxOSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8cG9seWdvbiBmaWxsPSIjMzMzMzMzIiBwb2ludHM9IjE4LDAuNSAxNy41MzksMC41IDkuMDQ2LDkuMjIzIDAuNDYxLDAuNSAwLDAuNSAwLDIuMTE1IDcuODQ2LDkuOTYxIDAsMTcuODA4IDAsMTkuNSAwLjQ2MSwxOS41IA0KCTguOTU0LDEwLjc3NiAxNy41MzksMTkuNSAxOCwxOS41IDE4LDE3LjgwOCAxMC4xNTQsOS45NjEgMTgsMi4xMTUgIi8+DQo8L3N2Zz4NCg==);
  }
  .MasterHeader.isTranslateBlock .DropLinks-items.isOpen {
    height: 0;
    overflow: hidden;
    margin-top: 10px;
  }
  .MasterHeader.isTranslateBlock.isOpen .DropLinks-items.isOpen {
    height: auto;
    margin-top: 10px;
    max-height: 100px;
    overflow-y: auto;
  }
}
.page-template-default,
.page-template-page-full-php {
  border-top: 1px dashed #333333;
  padding-top: 35px;
}
.home.page-template-default {
  padding-top: 0;
  border-top: none;
}
.TopHeaderBlock {
  display: inline-block;
  position: relative;
  z-index: 10;
}
.brand-logo {
  display: inline-block;
  width: 7.85714286em;
  height: 2.89285714em;
}
svg .svg-logo path,
svg .svg-logo polygon {
  transition: fill 0.3s ease-in-out;
}
.brand-logo:hover svg .svg-logo path,
.brand-logo:focus svg .svg-logo path,
.brand-logo:hover svg .svg-logo polygon,
.brand-logo:focus svg .svg-logo polygon {
  fill: #ff381d;
}
.no-inlinesvg .brand-logo {
  background-image: url('images/tabas-logo.png');
  background-position: center center;
  background-repeat: no-repeat;
}
.no-inlinesvg .brand-logo:hover,
.no-inlinesvg .brand-logo:focus {
  background-image: url('images/tabas-logo-alt.png');
}
.PrimaryMenu {
  margin-top: 20px;
}
.FooterMenu {
  margin-top: 20px;
  margin-bottom: 10px;
}
.PrimaryMenu-menu,
.FooterMenu-menu {
  display: inline-block;
}
.PrimaryMenu-menu li,
.FooterMenu-menu li {
  display: inline-block;
  float: left;
  line-height: 1em;
  vertical-align: middle;
}
.PrimaryMenu-menu li + li .FooterMenu-menu li + li {
  border-left: 1px solid #58595b;
}
.PrimaryMenu .menu-item a,
.FooterMenu-menu .menu-item a {
  text-decoration: none;
  line-height: 1em;
  padding: 0 10px;
}
.PrimaryMenu .menu-item a {
  text-transform: uppercase;
}
.FooterMenu-menu .menu-item a {
  color: #939598;
}
.FooterMenu-menu .menu-item a:hover,
.FooterMenu-menu .menu-item a:focus {
  text-decoration: underline;
}
.CreativeTerms {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 40;
}
.WorkSingle {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.WorkSingle .isTranslateBlock {
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-280px);
  -moz-transform: translateX(-280px);
  -o-transform: translateX(-280px);
  transform: translateX(-280px);
}
@media screen and (max-width: 480px) {
  .WorkSingle .isTranslateBlock {
    -webkit-transform: translateX(-210px);
    -moz-transform: translateX(-210px);
    -o-transform: translateX(-210px);
    transform: translateX(-210px);
  }
}
.WorkSingle .isTranslateBlock.isOpen {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.WorkSingle .Panel {
  position: relative;
  display: block;
  float: left;
  width: 280px;
  height: 100%;
  background: #fcfcfc;
}
@media screen and (max-width: 480px) {
  .WorkSingle .Panel {
    width: 210px;
  }
}
.WorkSingle .Panel-wrap {
  height: 100%;
  overflow: hidden;
  padding: 91px 20px;
}
.WorkSingle .Panel-btn.isToggle {
  display: block;
  width: 3.57142857em;
  height: 3.28571429em;
  padding-top: 0.35714286em;
  padding-right: 1.14285714em;
  padding-bottom: 0.35714286em;
  padding-left: 1.14285714em;
  position: absolute;
  z-index: 25;
  top: 50%;
  right: -55px;
  margin-top: -1.78571429em;
  color: #333333;
  text-align: center;
  border: none;
  outline: none;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMThweCIgaGVpZ2h0PSIzNnB4IiB2aWV3Qm94PSIwIDAgMTggMzYiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDE4IDM2IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwb2x5Z29uIGZpbGw9IiMzMzMzMzMiIHBvaW50cz0iMCwzLjQyOSAxNC41NzEsMTggMCwzMi41NzEgMCwzNiAwLjg1NywzNiAxOCwxOC40MjkgMTgsMTcuNCAwLjg1NywwIDAsMCAiLz4NCjwvc3ZnPg0K);
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
}
@media screen and (max-width: 480px) {
  .WorkSingle .Panel-btn.isToggle {
    top: 16px;
    right: -35px;
  }
}
.WorkSingle .isTranslateBlock.isOpen .Panel-btn.isToggle {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMThweCIgaGVpZ2h0PSIzNnB4IiB2aWV3Qm94PSIwIDAgMTggMzYiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDE4IDM2IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwb2x5Z29uIGZpbGw9IiMzMzMzMzMiIHBvaW50cz0iMTgsMzIuNTcxIDMuNDI5LDE4IDE4LDMuNDI5IDE4LDAgMTcuMTQ0LDAgMCwxNy41NzIgMCwxOC42MDEgMTcuMTQ0LDM2IDE4LDM2ICIvPg0KPC9zdmc+DQo=);
}
.WorkSingle .WorkDescription {
  max-height: 100%;
  overflow-y: hidden;
}
.WorkSingle .WorkDescription-header {
  text-transform: uppercase;
  text-align: center;
}
.WorkSingle .WorkDescription-content {
  max-height: 100%;
  overflow-y: hidden;
}
.WorkPictures {
  display: block;
  position: absolute;
  left: 280px;
  height: 100%;
  background: #fff;
}
@media screen and (max-width: 480px) {
  .WorkPictures {
    left: 210px;
  }
}
.WorkPictures-item {
  position: relative;
}
.WorkPictures-item .SocialBtn {
  position: absolute;
  display: block;
  bottom: 35px;
  right: 35px;
}
.WorkPictures-nav-item {
  display: block;
  position: absolute;
  z-index: 70;
  width: 3.28571429em;
  height: 3.57142857em;
  padding-top: 1.14285714em;
  padding-right: 0.35714286em;
  padding-bottom: 1.14285714em;
  padding-left: 0.35714286em;
  left: 114px;
  border: none;
  text-align: center;
  color: #333333;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
}
.WorkPictures-nav-item.isNext {
  top: 30px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMzZweCIgaGVpZ2h0PSIxOHB4IiB2aWV3Qm94PSIwIDAgMzYgMTgiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDM2IDE4IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwb2x5Z29uIGZpbGw9IiMzMzMzMzMiIHBvaW50cz0iMy40MjksMTggMTgsMy40MjkgMzIuNTcxLDE4IDM2LDE4IDM2LDE3LjE0MyAxOC40MjksMCAxNy40LDAgMCwxNy4xNDMgMCwxOCAiLz4NCjwvc3ZnPg0K);
}
.WorkPictures-nav-item.isPrev {
  bottom: 30px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMzZweCIgaGVpZ2h0PSIxOHB4IiB2aWV3Qm94PSIwIDAgMzYgMTgiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDM2IDE4IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwb2x5Z29uIGZpbGw9IiMzMzMzMzMiIHBvaW50cz0iMzIuNTcxLDAgMTgsMTQuNTcxIDMuNDI5LDAgMCwwIDAsMC44NTcgMTcuNTcxLDE4IDE4LjYsMTggMzYsMC44NTcgMzYsMCAiLz4NCjwvc3ZnPg0K);
}
.dragslide {
  width: 100%;
  height: 100%;
  border-radius: 0;
  overflow: hidden;
}
.dragslide .handle {
  height: 100%;
}
*[data-slide] {
  display: block;
  float: left;
  height: 100%;
  text-align: center;
}
*[data-slide]:first-child {
  margin-left: -1px;
}
*[data-slide] > img {
  display: block;
  margin-left: 1px;
  max-width: none;
  width: auto;
  height: 100%!important;
  cursor: pointer;
  cursor: -moz-grab;
  cursor: -webkit-grab;
  opacity: 0;
  -webkit-transition: opacity .4s ease;
  -moz-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease;
}
.dragslide.active *[data-slide] > img {
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
.dragslide.isLoaded *[data-slide] > img {
  opacity: 1;
}
.dragslide-single *[data-slide] {
  display: block;
  float: none;
}
.dragslide-single *[data-slide]:first-child {
  margin-left: 0;
}
.dragslide-single *[data-slide] > img {
  display: inline-block;
  margin-left: 0;
  cursor: default;
}
#progressBar {
  display: block;
  width: 70px;
  height: 70px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -35px;
  margin-top: -35px;
}
#progressBar > svg {
  display: block;
  width: 100%;
}
.preload,
.DragInfo {
  position: absolute;
  width: 100px;
  height: 14px;
  line-height: 14px;
  top: 50%;
  left: 50%;
  margin-left: -50px;
  margin-top: -7px;
  z-index: 50;
  background: transparent;
  text-align: center;
  text-transform: uppercase;
}
.DragInfo {
  text-indent: -9999px;
  width: 100px;
  height: 100px;
  margin-top: -50px;
  background: url(images/grabbing.gif) no-repeat center center #fff;
}
#salvattoreGrid > * {
  float: left;
  padding-left: 17.5px;
  padding-right: 17.5px;
  width: 20%;
}
#salvattoreGrid[data-columns]::before {
  content: '5 .column.w20';
  display: none;
}
#salvattoreGrid .Salvattore-item {
  margin-top: 17.5px;
  margin-bottom: 17.5px;
}
@media screen and (max-width: 768px) {
  #salvattoreGrid > * {
    width: 33.3333%;
  }
}
@media screen and (max-width: 480px) {
  #salvattoreGrid > * {
    width: 50%;
  }
}
/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */
.jspContainer {
  overflow: hidden;
  position: relative;
}
.jspPane {
  position: absolute;
}
.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 3px;
  height: 100%;
  background: red;
}
.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
  background: red;
}
.jspCap {
  display: none;
}
.jspHorizontalBar .jspCap {
  float: left;
}
.jspTrack {
  background: #c7c8ca;
  position: relative;
}
.jspDrag {
  background: #58595b;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
}
.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%;
}
.jspArrow {
  background: #50506d;
  text-indent: -20000px;
  display: block;
  cursor: pointer;
  padding: 0;
  margin: 0;
}
.jspArrow.jspDisabled {
  cursor: default;
  background: #80808d;
}
.jspVerticalBar .jspArrow {
  height: 16px;
}
.jspHorizontalBar .jspArrow {
  width: 3px;
  float: left;
  height: 100%;
}
.jspVerticalBar .jspArrow:focus {
  outline: none;
}
.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%;
}
/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
  margin: 0 -3px 0 0;
}
/*!
 * Justified Gallery - v3.4.0
 * http://miromannino.com/projects/justified-gallery/
 * Copyright (c) 2014 Miro Mannino
 * Licensed under the MIT license.
 */
@-webkit-keyframes justified-gallery-show-caption-animation {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.7;
  }
}
@-moz-keyframes justified-gallery-show-caption-animation {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.7;
  }
}
@-o-keyframes justified-gallery-show-caption-animation {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.7;
  }
}
@keyframes justified-gallery-show-caption-animation {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.7;
  }
}
@-webkit-keyframes justified-gallery-show-entry-animation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1.0;
  }
}
@-moz-keyframes justified-gallery-show-entry-animation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1.0;
  }
}
@-o-keyframes justified-gallery-show-entry-animation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1.0;
  }
}
@keyframes justified-gallery-show-entry-animation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1.0;
  }
}
.justified-gallery {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.justified-gallery > a,
.justified-gallery > div {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  /* IE8 or Earlier */
}
.justified-gallery > a > img,
.justified-gallery > div > img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  padding: 0;
  border: none;
}
.justified-gallery > a > .caption,
.justified-gallery > div > .caption {
  display: none;
  position: absolute;
  bottom: 0;
  padding: 5px;
  background-color: #000000;
  left: 0;
  right: 0;
  margin: 0;
  color: white;
  font-size: 12px;
  font-weight: 300;
  font-family: sans-serif;
}
.justified-gallery > a > .caption.caption-visible,
.justified-gallery > div > .caption.caption-visible {
  display: initial;
  opacity: 0.7;
  filter: "alpha(opacity=70)";
  /* IE8 or Earlier */
  -webkit-animation: justified-gallery-show-caption-animation 500ms 0 ease;
  -moz-animation: justified-gallery-show-caption-animation 500ms 0 ease;
  -ms-animation: justified-gallery-show-caption-animation 500ms 0 ease;
}
.justified-gallery > .entry-visible {
  opacity: 1.0;
  filter: alpha(opacity=100);
  /* IE8 or Earlier */
  -webkit-animation: justified-gallery-show-entry-animation 500ms 0 ease;
  -moz-animation: justified-gallery-show-entry-animation 500ms 0 ease;
  -ms-animation: justified-gallery-show-entry-animation 500ms 0 ease;
}
.justified-gallery > .spinner {
  position: absolute;
  bottom: 0;
  margin-left: -24px;
  padding: 10px 0 10px 0;
  left: 50%;
  opacity: initial;
  filter: initial;
  overflow: initial;
}
.justified-gallery > .spinner > span {
  display: inline-block;
  opacity: 0;
  filter: alpha(opacity=0);
  /* IE8 or Earlier */
  width: 8px;
  height: 8px;
  margin: 0 4px 0 4px;
  background-color: #000;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
.btn,
.BtnClear,
.BtnAddToCart {
  cursor: pointer;
  font-family: 'apercumedium', Helvetica, Arial, sans-serif;
  color: #333333;
  text-align: center;
  text-decoration: none;
}
.BtnClear {
  font-size: inherit;
  display: inline-block;
  padding: 0;
  margin: 0;
  border: none;
  background: transparent;
  color: #333333;
}
.BtnClear:hover,
.BtnClear:focus {
  color: #333333;
}
.BtnAddToCart {
  width: auto;
}
.isBordered {
  padding: .5em;
  border: 1px solid #333333;
}
.isBordered:hover,
.isBordered:focus {
  border: 1px solid #333333;
}
.isBordered.isBig {
  padding: 1em;
}
.isCenter {
  margin-left: auto;
  margin-right: auto;
}
.button {
  display: inline-block;
  margin-top: 20px;
  border: 1px solid #333333;
  padding: .5em;
  text-transform: uppercase;
  background: #fff;
}
.button:hover {
  background: #333333;
  color: #fff;
}
.button[name="update_cart"] {
  border: none;
  text-transform: none;
}
.button[name="update_cart"]:hover {
  background: inherit;
  color: inherit;
  text-decoration: underline;
}
.button[name="woocommerce_checkout_place_order"] {
  border: 1px solid #ff381d;
  padding: 1em;
  min-width: 0;
  color: #ff381d;
}
.button[name="woocommerce_checkout_place_order"]:hover {
  background: #ff381d;
  color: #fff;
}
.DropLinks {
  position: absolute;
  z-index: 50;
  top: 50px;
  right: 17.5px;
  min-width: 10.71428571em;
}
@media screen and (max-width: 768px) {
  .DropLinks {
    position: relative;
    top: 0;
    right: 0;
    width: 50%;
    max-width: 14.14285714em;
    margin: 20px auto;
  }
}
.DropLinks-trigger {
  text-transform: uppercase;
  text-align: left;
  text-decoration: none;
  border: 1px solid #333333;
  color: #333333;
  display: block;
  line-height: 2.4em;
  padding-top: 0.14285714em;
  padding-left: 0.71428571em;
  padding-right: 0.71428571em;
  position: relative;
}
.DropLinks-trigger:hover,
.DropLinks-trigger:focus {
  color: #333333;
}
.DropLinks-trigger:after {
  content: '';
  display: block;
  width: 10px;
  height: 5px;
  position: absolute;
  right: 0.71428571em;
  top: 50%;
  margin-top: -2px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhbHF1ZV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgd2lkdGg9IjEwcHgiIGhlaWdodD0iNXB4IiB2aWV3Qm94PSIwIDAgMTAgNSIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTAgNSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8cG9seWdvbiBmaWxsPSIjMzMzMzMzIiBwb2ludHM9IjgsMCA1LDMgMiwwIDAsMCA1LDUgMTAsMCAiLz4NCjwvc3ZnPg0K);
  background-repeat: no-repeat;
  background-color: transparent;
}
.DropLinks-items {
  height: 0;
  overflow: hidden;
}
.DropLinks-items.isOpen {
  height: auto;
  margin-top: 10px;
}
.DropLink a {
  display: block;
  text-decoration: none;
  padding: 0 5px;
  text-align: left;
  line-height: 1.6em;
  color: #333333;
}
.DropLink a:hover,
.DropLink a:focus {
  color: #333333;
}
.DropLink.isCurrent a {
  text-decoration: underline;
}
.WpHomeAnnouncement {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 154px;
  left: 0;
  z-index: 1000;
  background: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .WpHomeAnnouncement {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 20px;
  }
}
@media screen and (max-width: 480px) {
  .WpHomeAnnouncement {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 10px;
  }
}
.WpHomeAnnouncement-wrapper {
  position: relative;
  display: inline-block;
  text-align: left;
  width: 100%;
  max-width: 1280px;
  margin-top: 35px;
  padding: 35px;
  background: #fff;
}
@media screen and (max-width: 1024px) {
  .WpHomeAnnouncement-wrapper {
    margin-top: 0;
  }
}
.WpHomeAnnouncement-content {
  max-height: 450px;
  overflow-y: hidden;
}
@media screen and (max-width: 1024px) {
  .WpHomeAnnouncement-content {
    height: 100%;
  }
}
.WpHomeAnnouncement-close {
  top: 0.71428571em;
  right: 0.71428571em;
  left: auto;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMThweCIgaGVpZ2h0PSIxOXB4IiB2aWV3Qm94PSIwIDAuNSAxOCAxOSIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAuNSAxOCAxOSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8cG9seWdvbiBmaWxsPSIjZmZmZGU5IiBwb2ludHM9IjE4LDAuNSAxNy41MzksMC41IDkuMDQ2LDkuMjIzIDAuNDYxLDAuNSAwLDAuNSAwLDIuMTE1IDcuODQ2LDkuOTYxIDAsMTcuODA4IDAsMTkuNSAwLjQ2MSwxOS41IA0KCTguOTU0LDEwLjc3NiAxNy41MzksMTkuNSAxOCwxOS41IDE4LDE3LjgwOCAxMC4xNTQsOS45NjEgMTgsMi4xMTUgIi8+DQo8L3N2Zz4NCg==);
}
.is-villa-alliv-tpl .WpHomeAnnouncement-wrapper {
  background: black;
  color: #fffde9;
}
.is-villa-alliv-tpl .WpHomeAnnouncement-wrapper a {
  color: #fffde9;
  opacity: 1;
  -webkit-transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
.is-villa-alliv-tpl .WpHomeAnnouncement-wrapper a:hover,
.is-villa-alliv-tpl .WpHomeAnnouncement-wrapper a:focus {
  opacity: .6;
}
.is-villa-alliv-tpl .WpHomeAnnouncement-content > .line,
.is-villa-alliv-tpl .WpHomeAnnouncement-content > .SiteInner,
.is-villa-alliv-tpl .WpHomeAnnouncement-content > .products-before-shop-loop,
.is-villa-alliv-tpl .WpHomeAnnouncement-content > .woocommerce-pagination {
  height: 100%;
  max-height: 600px;
  overflow: hidden;
}
.is-villa-alliv-tpl .WpHomeAnnouncement-content > .line > .mod,
.is-villa-alliv-tpl .WpHomeAnnouncement-content > .SiteInner > .mod,
.is-villa-alliv-tpl .WpHomeAnnouncement-content > .line > .PreHeaderBlock,
.is-villa-alliv-tpl .WpHomeAnnouncement-content > .line > .woocommerce-page .term-description,
.is-villa-alliv-tpl .WpHomeAnnouncement-content > .products-before-shop-loop > .mod,
.is-villa-alliv-tpl .WpHomeAnnouncement-content > .line > .woocommerce-result-count,
.is-villa-alliv-tpl .WpHomeAnnouncement-content > .line > .woocommerce-ordering,
.is-villa-alliv-tpl .WpHomeAnnouncement-content > .line > .product .images,
.is-villa-alliv-tpl .WpHomeAnnouncement-content > .line > .product .summary,
.is-villa-alliv-tpl .WpHomeAnnouncement-content > .line > .products .product,
.is-villa-alliv-tpl .WpHomeAnnouncement-content > .line > .related h2,
.is-villa-alliv-tpl .WpHomeAnnouncement-content > .line > .woocommerce-breadcrumb,
.is-villa-alliv-tpl .WpHomeAnnouncement-content > .line > .cart-collaterals,
.is-villa-alliv-tpl .WpHomeAnnouncement-content > .woocommerce-pagination > .mod {
  float: left !important;
  width: 33.3333% !important;
}
@media screen and (min-width: 1280px) {
  .is-villa-alliv-tpl .WpHomeAnnouncement-content > .line > .mod,
  .is-villa-alliv-tpl .WpHomeAnnouncement-content > .SiteInner > .mod,
  .is-villa-alliv-tpl .WpHomeAnnouncement-content > .line > .PreHeaderBlock,
  .is-villa-alliv-tpl .WpHomeAnnouncement-content > .line > .woocommerce-page .term-description,
  .is-villa-alliv-tpl .WpHomeAnnouncement-content > .products-before-shop-loop > .mod,
  .is-villa-alliv-tpl .WpHomeAnnouncement-content > .line > .woocommerce-result-count,
  .is-villa-alliv-tpl .WpHomeAnnouncement-content > .line > .woocommerce-ordering,
  .is-villa-alliv-tpl .WpHomeAnnouncement-content > .line > .product .images,
  .is-villa-alliv-tpl .WpHomeAnnouncement-content > .line > .product .summary,
  .is-villa-alliv-tpl .WpHomeAnnouncement-content > .line > .products .product,
  .is-villa-alliv-tpl .WpHomeAnnouncement-content > .line > .related h2,
  .is-villa-alliv-tpl .WpHomeAnnouncement-content > .line > .woocommerce-breadcrumb,
  .is-villa-alliv-tpl .WpHomeAnnouncement-content > .line > .cart-collaterals,
  .is-villa-alliv-tpl .WpHomeAnnouncement-content > .woocommerce-pagination > .mod {
    padding-left: 0;
    width: 287px !important;
  }
}
.is-villa-alliv-tpl .WpHomeAnnouncement-content > .line > .mod + .mod,
.is-villa-alliv-tpl .WpHomeAnnouncement-content > .SiteInner > .mod + .mod,
.is-villa-alliv-tpl .WpHomeAnnouncement-content > .line > .PreHeaderBlock + .PreHeaderBlock,
.is-villa-alliv-tpl .WpHomeAnnouncement-content > .line > .woocommerce-page .term-description + .woocommerce-page .term-description,
.is-villa-alliv-tpl .WpHomeAnnouncement-content > .products-before-shop-loop > .mod + .mod,
.is-villa-alliv-tpl .WpHomeAnnouncement-content > .line > .woocommerce-result-count + .woocommerce-result-count,
.is-villa-alliv-tpl .WpHomeAnnouncement-content > .line > .woocommerce-ordering + .woocommerce-ordering,
.is-villa-alliv-tpl .WpHomeAnnouncement-content > .line > .product .images + .product .images,
.is-villa-alliv-tpl .WpHomeAnnouncement-content > .line > .product .summary + .product .summary,
.is-villa-alliv-tpl .WpHomeAnnouncement-content > .line > .products .product + .products .product,
.is-villa-alliv-tpl .WpHomeAnnouncement-content > .line > .related h2 + .related h2,
.is-villa-alliv-tpl .WpHomeAnnouncement-content > .line > .woocommerce-breadcrumb + .woocommerce-breadcrumb,
.is-villa-alliv-tpl .WpHomeAnnouncement-content > .line > .cart-collaterals + .cart-collaterals,
.is-villa-alliv-tpl .WpHomeAnnouncement-content > .woocommerce-pagination > .mod + .mod {
  float: left !important;
  width: 66.666% !important;
  height: 100%;
  height: 525px;
  margin-top: 0;
}
@media screen and (min-width: 1280px) {
  .is-villa-alliv-tpl .WpHomeAnnouncement-content > .line > .mod + .mod,
  .is-villa-alliv-tpl .WpHomeAnnouncement-content > .SiteInner > .mod + .mod,
  .is-villa-alliv-tpl .WpHomeAnnouncement-content > .line > .PreHeaderBlock + .PreHeaderBlock,
  .is-villa-alliv-tpl .WpHomeAnnouncement-content > .line > .woocommerce-page .term-description + .woocommerce-page .term-description,
  .is-villa-alliv-tpl .WpHomeAnnouncement-content > .products-before-shop-loop > .mod + .mod,
  .is-villa-alliv-tpl .WpHomeAnnouncement-content > .line > .woocommerce-result-count + .woocommerce-result-count,
  .is-villa-alliv-tpl .WpHomeAnnouncement-content > .line > .woocommerce-ordering + .woocommerce-ordering,
  .is-villa-alliv-tpl .WpHomeAnnouncement-content > .line > .product .images + .product .images,
  .is-villa-alliv-tpl .WpHomeAnnouncement-content > .line > .product .summary + .product .summary,
  .is-villa-alliv-tpl .WpHomeAnnouncement-content > .line > .products .product + .products .product,
  .is-villa-alliv-tpl .WpHomeAnnouncement-content > .line > .related h2 + .related h2,
  .is-villa-alliv-tpl .WpHomeAnnouncement-content > .line > .woocommerce-breadcrumb + .woocommerce-breadcrumb,
  .is-villa-alliv-tpl .WpHomeAnnouncement-content > .line > .cart-collaterals + .cart-collaterals,
  .is-villa-alliv-tpl .WpHomeAnnouncement-content > .woocommerce-pagination > .mod + .mod {
    width: 923px !important;
    padding-left: 35px;
    overflow-y: hidden;
  }
}
@media screen and (max-width: 480px) {
  .is-villa-alliv-tpl .WpHomeAnnouncement-content > .line > .mod + .mod,
  .is-villa-alliv-tpl .WpHomeAnnouncement-content > .SiteInner > .mod + .mod,
  .is-villa-alliv-tpl .WpHomeAnnouncement-content > .line > .PreHeaderBlock + .PreHeaderBlock,
  .is-villa-alliv-tpl .WpHomeAnnouncement-content > .line > .woocommerce-page .term-description + .woocommerce-page .term-description,
  .is-villa-alliv-tpl .WpHomeAnnouncement-content > .products-before-shop-loop > .mod + .mod,
  .is-villa-alliv-tpl .WpHomeAnnouncement-content > .line > .woocommerce-result-count + .woocommerce-result-count,
  .is-villa-alliv-tpl .WpHomeAnnouncement-content > .line > .woocommerce-ordering + .woocommerce-ordering,
  .is-villa-alliv-tpl .WpHomeAnnouncement-content > .line > .product .images + .product .images,
  .is-villa-alliv-tpl .WpHomeAnnouncement-content > .line > .product .summary + .product .summary,
  .is-villa-alliv-tpl .WpHomeAnnouncement-content > .line > .products .product + .products .product,
  .is-villa-alliv-tpl .WpHomeAnnouncement-content > .line > .related h2 + .related h2,
  .is-villa-alliv-tpl .WpHomeAnnouncement-content > .line > .woocommerce-breadcrumb + .woocommerce-breadcrumb,
  .is-villa-alliv-tpl .WpHomeAnnouncement-content > .line > .cart-collaterals + .cart-collaterals,
  .is-villa-alliv-tpl .WpHomeAnnouncement-content > .woocommerce-pagination > .mod + .mod {
    width: 100% !important;
    float: none !important;
    padding-left: 0 !important;
    height: 100%;
    padding-right: 0 !important;
  }
}
.is-villa-alliv-tpl .WpHomeAnnouncement-content {
  text-align: center;
}
.is-villa-alliv-tpl .WpHomeAnnouncement-content p {
  text-align: left;
}
.is-villa-alliv-tpl .WpHomeAnnouncement-content .ScrollPane {
  height: 100%;
  width: 100%;
  overflow-y: hidden;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1280px) {
  .is-villa-alliv-tpl .WpHomeAnnouncement-content .ScrollPane {
    width: 873px;
  }
}
@media screen and (max-width: 1024px) {
  .is-villa-alliv-tpl .WpHomeAnnouncement-content .ScrollPane {
    width: 100%;
  }
}
.is-villa-alliv-tpl .jspDrag {
  background: #243f7e;
}
.is-villa-alliv-tpl .jspTrack {
  background-color: #fffde9;
}
@media screen and (max-width: 768px) {
  .is-villa-alliv-tpl .WpHomeAnnouncement-wrapper {
    height: 100%;
    overflow: hidden;
    padding-top: 60px;
  }
}
@media screen and (max-width: 480px) {
  .is-villa-alliv-tpl .WpHomeAnnouncement-content > .line > .mod:first-child,
  .is-villa-alliv-tpl .WpHomeAnnouncement-content > .SiteInner > .mod:first-child,
  .is-villa-alliv-tpl .WpHomeAnnouncement-content > .line > .PreHeaderBlock:first-child,
  .is-villa-alliv-tpl .WpHomeAnnouncement-content > .line > .woocommerce-page .term-description:first-child,
  .is-villa-alliv-tpl .WpHomeAnnouncement-content > .products-before-shop-loop > .mod:first-child,
  .is-villa-alliv-tpl .WpHomeAnnouncement-content > .line > .woocommerce-result-count:first-child,
  .is-villa-alliv-tpl .WpHomeAnnouncement-content > .line > .woocommerce-ordering:first-child,
  .is-villa-alliv-tpl .WpHomeAnnouncement-content > .line > .product .images:first-child,
  .is-villa-alliv-tpl .WpHomeAnnouncement-content > .line > .product .summary:first-child,
  .is-villa-alliv-tpl .WpHomeAnnouncement-content > .line > .products .product:first-child,
  .is-villa-alliv-tpl .WpHomeAnnouncement-content > .line > .related h2:first-child,
  .is-villa-alliv-tpl .WpHomeAnnouncement-content > .line > .woocommerce-breadcrumb:first-child,
  .is-villa-alliv-tpl .WpHomeAnnouncement-content > .line > .cart-collaterals:first-child,
  .is-villa-alliv-tpl .WpHomeAnnouncement-content > .woocommerce-pagination > .mod:first-child {
    display: none !important;
  }
}
.mc4wp-form {
  margin-top: 20px;
}
.mc4wp-form input {
  border: 1px solid #939598;
  padding: 5px;
  outline: none;
  -webkit-transition: color, border .4s ease;
  -moz-transition: color, border .4s ease;
  -o-transition: color, border .4s ease;
  transition: color, border .4s ease;
}
.mc4wp-form input:hover,
.mc4wp-form input:focus {
  border: 1px solid #333333;
  color: #333333;
}
.mc4wp-form .inner {
  text-align: justify;
}
.mc4wp-form .input,
.mc4wp-form .submit {
  display: inline-block;
  vertical-align: middle;
  margin-top: 5px;
}
.mc4wp-form .input.email input {
  min-width: 192px;
}
@media screen and (max-width: 768px) {
  .mc4wp-form .input.email input {
    min-width: none;
  }
}
.mc4wp-form .submit input {
  float: right;
  background: none;
  text-align: center;
  color: #58595b;
}
.mc4wp-form .submit input:hover,
.mc4wp-form .submit input:focus {
  border: 1px solid #333333;
  color: #333333;
}
.mc4wp-alert {
  display: block;
  margin-top: 10px;
  text-align: left;
}
.mc4wp-notice {
  color: #ff381d;
}
.mc4wp-success {
  color: #939598;
}
.mc4wp-error {
  color: #b61600;
}
.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
  width: 100%;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  padding: 1.5em;
  margin: 0;
  text-align: center;
}
.woocommerce-message button,
.woocommerce-error button,
.woocommerce-info button {
  position: absolute;
  top: 20px;
  right: 20px;
  padding-left: .3em;
  padding-right: .3em;
}
.woocommerce-message .button,
.woocommerce-error .button,
.woocommerce-info .button {
  display: inline;
  border: none;
  background: rgba(0, 0, 0, 0);
  padding: 0;
  text-transform: none;
}
ul.woocommerce-error {
  padding: 1.5em;
}
.woocommerce-message,
.woocommerce-info {
  background: skyBlue;
}
.woocommerce-error {
  background: crimson;
}
.form-row + .form-row {
  margin-top: 20px;
}
.form-row label,
.form-row input,
.form-row select,
.form-row textarea {
  display: block;
  width: 100%;
  max-width: 348px;
  text-align: left;
}
.form-row label {
  margin-top: 0;
}
.form-row input,
.form-row textarea {
  border: 1px solid #939598;
  padding: .4em .5em .3em;
  margin-bottom: 1px;
}
.form-row-inline input,
.form-row-inline select,
.form-row-inline textarea {
  width: auto;
  display: inline-block;
}
.form-row.place-order {
  margin-top: 35px;
}
fieldset {
  padding: 0;
  margin: 35px 0 20px 0;
  border: none;
}
input[type="submit"] {
  display: inline-block;
  width: auto;
}
input[type="submit"].button {
  margin-top: 0;
}
label.inline input {
  display: inline-block;
  width: auto;
  margin-top: 0;
}
h3 label {
  margin-top: 0;
}
.page-title {
  text-transform: uppercase;
  text-align: center;
  margin-top: 35px;
  margin-bottom: 35px;
}
.woocommerce-page .term-description {
  margin-top: 35px;
  margin-bottom: 35px;
}
.tax-product_cat-thumb-large {
  text-align: center;
  max-height: 750px;
  overflow: hidden;
}
.tax-product_cat-thumb-large img {
  width: 100%;
  height: auto;
  display: inline-block;
}
.products-before-shop-loop {
  margin-top: 50px;
  margin-bottom: 35px;
}
.woocommerce-result-count,
.woocommerce-ordering {
  float: left;
}
.woocommerce-ordering {
  text-align: right;
}
.product .images,
.product .summary {
  float: left;
}
.product .thumbnails {
  margin-top: 20px;
  margin-left: -5px;
  margin-right: -5px;
}
.product .thumbnails a {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.product .woocommerce-main-image {
  display: block;
  width: 100%;
}
.product .woocommerce-main-image img {
  width: 100%;
  height: auto;
}
.product h1 {
  text-transform: uppercase;
  margin-bottom: 0;
  margin-top: 20px;
}
.product .summary .price {
  margin-top: 20px;
}
.product .summary .entry-content {
  width: auto;
  max-width: 475px;
  display: block;
  padding-top: 35px;
  padding-right: 10px;
  padding-bottom: 35px;
  border-top: 1px dashed #333333;
}
.product .product-is-unique {
  text-transform: uppercase;
  color: #404040;
}
.product .summary .cart {
  margin-top: 35px;
  margin-bottom: 35px;
}
.product .out-of-stock {
  color: crimson;
  margin-top: 0;
}
.product table.shop_attributes {
  border: none;
  table-layout: auto;
  width: auto;
  margin-bottom: 20px;
}
.product table.shop_attributes th,
.product table.shop_attributes td {
  border: none;
  padding: .15em 0;
}
.product table.shop_attributes th:after {
  content: ' :';
}
.product table.shop_attributes td {
  padding-left: .3em;
  padding-right: .3em;
}
.single-product .product {
  margin-top: 50px;
}
.single-product .products .product {
  margin-top: 20px;
}
.products {
  margin-bottom: 95px;
}
.products .product {
  margin-top: 35px;
}
.products .product > a {
  display: block;
  width: 100%;
  text-decoration: none;
  color: #333333;
}
.products .product > a:hover,
.products .product > a:focus {
  color: #333333;
}
.products .product > a img {
  display: block;
  width: 100%;
  height: auto;
}
.products .product h3 {
  text-transform: uppercase;
  margin-bottom: 0;
}
.products .product h3:after {
  content: '-';
  display: block;
}
.related {
  margin-top: 95px;
}
.related .products {
  margin-top: 0;
  margin-bottom: 0;
}
.price-carting {
  border-top: 1px solid #333333;
  padding-top: 10px;
}
.price-carting .add-to-cart-container,
.price-carting .price-container {
  display: inline-block;
  margin-right: -0.3em;
  vertical-align: middle;
}
.price-carting .add-to-cart-container {
  text-align: right;
}
.woocommerce-breadcrumb {
  text-align: right;
  margin-bottom: 35px;
}
.shop_table {
  border: none;
  table-layout: fixed;
}
.shop_table td,
.shop_table th {
  border: none;
}
.shop_table th {
  text-transform: uppercase;
  border-bottom: 1px dashed #333333;
  padding-top: 20px;
  padding-bottom: 20px;
  vertical-align: middle;
}
.shop_table td {
  padding-top: 16px;
  padding-bottom: 16px;
}
.shop_table td.product-quantity,
.shop_table td.product-thumbnail {
  padding-top: 10px;
}
.shop_table tbody tr:first-child td {
  padding-top: 26px;
  padding-bottom: 26px;
}
.shop_table tbody tr:first-child td.product-quantity,
.shop_table tbody tr:first-child td.product-thumbnail {
  padding-top: 20px;
}
.shop_table td.actions {
  text-align: right;
}
.shop_table th.product-remove,
.shop_table td.product-remove {
  width: 40px;
  text-align: center;
}
.order-review .shop_table th,
.order-review .shop_table td {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  border-bottom: none;
}
.order-review .shop_table tbody tr:first-child td {
  padding-top: 10px;
  padding-bottom: 10px;
}
.order-review .shop_table tbody tr:first-child td.product-quantity,
.order-review .shop_table tbody tr:first-child td.product-thumbnail {
  padding-top: 10px;
}
.order-review .shop_table tfoot tr th,
.order-review .shop_table tfoot tr td {
  font-weight: normal;
  vertical-align: bottom;
}
.order-review .shop_table tfoot tr:first-child th,
.order-review .shop_table tfoot tr:first-child td,
.order-review .shop_table tr.order-total th,
.order-review .shop_table tr.order-total td {
  border-top: 1px solid #ff381d;
}
.order-review .shop_table tr.order-total th,
.order-review .shop_table tr.order-total td {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ff381d;
}
.order-review .shop_table .cart_item .product-quantity {
  font-weight: normal;
}
.order-details .order-review .shop_table {
  width: auto;
}
.order-details .order-review .shop_table tfoot tr:first-child th,
.order-details .order-review .shop_table tfoot tr:first-child td,
.order-details .order-review .shop_table tr.order-total th,
.order-details .order-review .shop_table tr.order-total td {
  border-top: 1px solid #333333;
}
.order-actions a {
  margin-top: 0;
  display: inline-block;
  margin-right: .3em;
}
.cart a.remove {
  text-decoration: none;
}
.cart_totals {
  padding-top: 35px;
  padding-bottom: 35px;
  border-top: 1px dashed #333333;
  border-bottom: 1px dashed #333333;
}
.cart_totals table {
  margin-bottom: 0;
  border: none;
}
.cart_totals table th,
.cart_totals table td {
  border: none;
  padding: 10px 0;
}
tr.order-total th,
tr.order-total td {
  padding-top: 20px;
  text-transform: uppercase;
}
.shipping_calculator {
  margin-top: 20px;
}
.cart .cart-quantity > * {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  line-height: 1.6em;
}
.cart .cart-quantity label {
  text-transform: uppercase;
  margin-right: .3em;
}
.cart .cart-quantity input[type="number"],
.cart .cart-quantity input[type="text"] {
  border: 1px solid #333333;
  text-align: center;
}
.coupon {
  text-align: left;
}
.coupon label {
  margin-top: 0;
  display: block;
}
.checkout h3 {
  text-transform: uppercase;
  margin-bottom: 35px;
}
.payment_methods .payment_box {
  color: #939598;
  margin-top: .2em;
  padding-left: 22px;
}
.order-reviewing {
  margin-top: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
  color: #ff381d;
  border-top: 1px dashed #ff381d;
}
.order-reviewing h3,
.order-reviewing .shop_table {
  margin-bottom: 10px;
}
.order-reviewing .order-review {
  padding-top: 10px;
}
.order-details h2,
.order-details h3 {
  text-transform: uppercase;
  margin-top: 35px;
  margin-bottom: 20px;
}
.order-details h2:first-child,
.order-details h3:first-child {
  margin-top: 0;
}
ul.order_details {
  margin-top: 35px;
}
.notes label {
  display: block;
}
.notes textarea {
  margin-top: 20px;
  width: 100%;
}
.shipping_address[style*="display: block;"] + .notes {
  margin-top: 20px;
}
.checkout_coupon {
  margin-bottom: 35px;
}
.myaccount-section {
  margin-top: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.myaccount-section-orders {
  background: whitesmoke;
  padding-top: 35px;
  padding-bottom: 35px;
}
.myaccount-section-orders table {
  margin-bottom: 0;
}
.addresses {
  margin-top: 35px;
}
.addresses > .mod,
.addresses > .PreHeaderBlock,
.addresses > .woocommerce-page .term-description,
.addresses > .woocommerce-result-count,
.addresses > .woocommerce-ordering,
.addresses > .product .images,
.addresses > .product .summary,
.addresses > .products .product,
.addresses > .related h2,
.addresses > .woocommerce-breadcrumb,
.addresses > .cart-collaterals {
  border-left: 1px dashed #333333;
}
.address .edit {
  margin-bottom: 1em;
  display: inline-block;
}
.myaccount-section .address h3 {
  margin-bottom: 0;
}
.woocommerce-pagination {
  display: block;
  text-align: center;
}
.woocommerce-pagination ul {
  display: inline-block;
  width: auto;
}
.woocommerce-pagination ul > li > a,
.woocommerce-pagination ul > li > span {
  display: block;
  width: 30px;
  height: 30px;
  border: 1px solid;
  text-align: center;
  line-height: 30px;
  text-decoration: none;
  margin: 0 5px;
}
.Sharingbox .Sharingbox-label {
  text-transform: uppercase;
  display: block;
  margin-top: 0.75em;
  margin-bottom: .35em;
}
.Sharingbox .Sharingbox-label:before {
  content: "-";
  display: block;
  margin-top: 0.75em;
  margin-bottom: 0;
}
.Sharingbox .SocialBtn {
  display: inline-block;
  width: 1.78571429em;
  height: 1.78571429em;
  line-height: 1.78571429em;
  margin-right: 0.21428571em;
  padding: 0;
  text-align: center;
  border: 1px solid #333333;
  outline: none;
  color: #333333;
  background-color: transparent;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
.Sharingbox .SocialBtn.facebook:hover,
.Sharingbox .SocialBtn.facebook:focus {
  background-color: #3b5998;
  color: #ffffff;
}
.Sharingbox .SocialBtn.twitter:hover,
.Sharingbox .SocialBtn.twitter:focus {
  background-color: #4099FF;
  color: #ffffff;
}
.Sharingbox .SocialBtn.pinterest:hover,
.Sharingbox .SocialBtn.pinterest:focus {
  background-color: #cc2127;
  color: #ffffff;
}
.product .Sharingbox {
  border-top: 1px dashed #333333;
  max-width: 475px;
  padding-top: 20px;
}
.product .Sharingbox-label:before {
  content: none;
}

.post-1657 {
	max-width: 800px;
	margin: 0 auto;
}
.post-1657 form label, .post-1657 form input, .post-1657 form textarea {
	width: 100%;
}

@media (min-width: 600px) {
    
	.wp-block-column:first-child {
        flex-basis: 66%;
    }
	
	.wp-block-column:nth-child(2) {
        flex-basis: 33%;
    }

    
}

@media (max-width: 820px) {
	.wp-block-column {
		padding: 0 20px;
	}
}
