/* line 1, _settings.scss */
:root {
  --bg: var(--draft-bg, #ffffff);
  --bg-is-light: var(--draft-bg-is-light, true);
  --bg-minor-shade: var(--draft-bg-minor-shade, #f7f7f7);
  --bg-minor-shade-is-light: var(--draft-bg-minor-shade-is-light, true);
  --bg-major-shade: var(--draft-bg-major-shade, #ededed);
  --bg-major-shade-is-light: var(--draft-bg-major-shade-is-light, true);
  --bg-half-shade: var(--draft-bg-half-shade, #808080);
  --bg-half-shade-is-dark: var(--draft-bg-half-shade-is-dark, true);
  --color-btn-bg: var(--draft-color-btn-bg, #B3A0A0);
  --color-btn-bg-is-dark: var(--draft-color-btn-bg-is-dark, true);
  --color-btn-bg-minor-shade: var(--draft-color-btn-bg-minor-shade, #baa8a8);
  --color-btn-bg-minor-shade-is-dark: var(--draft-color-btn-bg-minor-shade-is-dark, true);
  --color-btn-bg-major-shade: var(--draft-color-btn-bg-major-shade, #c1b2b2);
  --color-btn-bg-major-shade-is-light: var(--draft-color-btn-bg-major-shade-is-light, true);
  --color-btn-bg-half-shade: var(--draft-color-btn-bg-half-shade, #d8cfcf);
  --color-btn-bg-half-shade-is-light: var(--draft-color-btn-bg-half-shade-is-light, true);
  --color-accent-text: var(--draft-color-accent-text, #FA1E05);
  --color-accent-text-is-dark: var(--draft-color-accent-text-is-dark, true);
  --color-accent-text-minor-shade: var(--draft-color-accent-text-minor-shade, #fa341e);
  --color-accent-text-minor-shade-is-dark: var(--draft-color-accent-text-minor-shade-is-dark, true);
  --color-accent-text-major-shade: var(--draft-color-accent-text-major-shade, #fb4b37);
  --color-accent-text-major-shade-is-dark: var(--draft-color-accent-text-major-shade-is-dark, true);
  --color-accent-text-half-shade: var(--draft-color-accent-text-half-shade, #fc8e82);
  --color-accent-text-half-shade-is-dark: var(--draft-color-accent-text-half-shade-is-dark, true);
  --color-text-dark: var(--draft-color-text-dark, #000000);
  --color-text-dark-is-dark: var(--draft-color-text-dark-is-dark, true);
  --color-text-dark-minor-shade: var(--draft-color-text-dark-minor-shade, #1a1a1a);
  --color-text-dark-minor-shade-is-dark: var(--draft-color-text-dark-minor-shade-is-dark, true);
  --color-text-dark-major-shade: var(--draft-color-text-dark-major-shade, #333333);
  --color-text-dark-major-shade-is-dark: var(--draft-color-text-dark-major-shade-is-dark, true);
  --color-text-dark-half-shade: var(--draft-color-text-dark-half-shade, #808080);
  --color-text-dark-half-shade-is-dark: var(--draft-color-text-dark-half-shade-is-dark, true);
  --color-text-light: var(--draft-color-text-light, #FCFAFA);
  --color-text-light-is-light: var(--draft-color-text-light-is-light, true);
  --color-text-light-minor-shade: var(--draft-color-text-light-minor-shade, #fbf8f8);
  --color-text-light-minor-shade-is-light: var(--draft-color-text-light-minor-shade-is-light, true);
  --color-text-light-major-shade: var(--draft-color-text-light-major-shade, #fbf8f8);
  --color-text-light-major-shade-is-light: var(--draft-color-text-light-major-shade-is-light, true);
  --color-text-light-half-shade: var(--draft-color-text-light-half-shade, #f9f5f5);
  --color-text-light-half-shade-is-light: var(--draft-color-text-light-half-shade-is-light, true);
  --icons_pack: var(--draft-icons_pack, elementary);
  --controls-btn-border-radius: var(--draft-controls-btn-border-radius, 10px);
  --color-notice-warning: var(--draft-color-notice-warning, #fff3cd);
  --color-notice-warning-is-light: var(--draft-color-notice-warning-is-light, true);
  --color-notice-warning-minor-shade: var(--draft-color-notice-warning-minor-shade, #fff3ca);
  --color-notice-warning-minor-shade-is-light: var(--draft-color-notice-warning-minor-shade-is-light, true);
  --color-notice-warning-major-shade: var(--draft-color-notice-warning-major-shade, #fff2c8);
  --color-notice-warning-major-shade-is-light: var(--draft-color-notice-warning-major-shade-is-light, true);
  --color-notice-warning-half-shade: var(--draft-color-notice-warning-half-shade, #ffedb3);
  --color-notice-warning-half-shade-is-light: var(--draft-color-notice-warning-half-shade-is-light, true);
  --color-notice-success: var(--draft-color-notice-success, #d4edda);
  --color-notice-success-is-light: var(--draft-color-notice-success-is-light, true);
  --color-notice-success-minor-shade: var(--draft-color-notice-success-minor-shade, #d3ecd9);
  --color-notice-success-minor-shade-is-light: var(--draft-color-notice-success-minor-shade-is-light, true);
  --color-notice-success-major-shade: var(--draft-color-notice-success-major-shade, #d1ecd7);
  --color-notice-success-major-shade-is-light: var(--draft-color-notice-success-major-shade-is-light, true);
  --color-notice-success-half-shade: var(--draft-color-notice-success-half-shade, #bee4c7);
  --color-notice-success-half-shade-is-light: var(--draft-color-notice-success-half-shade-is-light, true);
  --color-notice-error: var(--draft-color-notice-error, #f8d7da);
  --color-notice-error-is-light: var(--draft-color-notice-error-is-light, true);
  --color-notice-error-minor-shade: var(--draft-color-notice-error-minor-shade, #f8d7da);
  --color-notice-error-minor-shade-is-light: var(--draft-color-notice-error-minor-shade-is-light, true);
  --color-notice-error-major-shade: var(--draft-color-notice-error-major-shade, #f8d5d8);
  --color-notice-error-major-shade-is-light: var(--draft-color-notice-error-major-shade-is-light, true);
  --color-notice-error-half-shade: var(--draft-color-notice-error-half-shade, #f5c4c8);
  --color-notice-error-half-shade-is-light: var(--draft-color-notice-error-half-shade-is-light, true);
  --color-notice-info: var(--draft-color-notice-info, #cce5ff);
  --color-notice-info-is-light: var(--draft-color-notice-info-is-light, true);
  --color-notice-info-minor-shade: var(--draft-color-notice-info-minor-shade, #cae4ff);
  --color-notice-info-minor-shade-is-light: var(--draft-color-notice-info-minor-shade-is-light, true);
  --color-notice-info-major-shade: var(--draft-color-notice-info-major-shade, #c8e3ff);
  --color-notice-info-major-shade-is-light: var(--draft-color-notice-info-major-shade-is-light, true);
  --color-notice-info-half-shade: var(--draft-color-notice-info-half-shade, #b3d7ff);
  --color-notice-info-half-shade-is-light: var(--draft-color-notice-info-half-shade-is-light, true);
  --font-family: var(--draft-font-family, "Exo 2");
  --font-size: var(--draft-font-size, 16px);
  --font-family-heading: var(--draft-font-family-heading, "Fira Sans");
  --heading-ratio: var(--draft-heading-ratio, 2.1);
  --heading-weight: var(--draft-heading-weight, 600);
  --collection_count: var(--draft-collection_count, 12);
  --search_count: var(--draft-search_count, 15);
  --blog_size: var(--draft-blog_size, 10);
  --product_not_available: var(--draft-product_not_available, hidden);
  --layout-content-max-width: var(--draft-layout-content-max-width, 1408px);
  --delta_sidebar: var(--draft-delta_sidebar, 2);
  --sidebar_index_show: var(--draft-sidebar_index_show, false);
  --sidebar_index_position: var(--draft-sidebar_index_position, left);
  --sidebar_collection_show: var(--draft-sidebar_collection_show, true);
  --sidebar_collection_position: var(--draft-sidebar_collection_position, left);
  --sidebar_cart_show: var(--draft-sidebar_cart_show, false);
  --sidebar_cart_position: var(--draft-sidebar_cart_position, left);
  --sidebar_product_show: var(--draft-sidebar_product_show, false);
  --sidebar_product_position: var(--draft-sidebar_product_position, left);
  --sidebar_blog_show: var(--draft-sidebar_blog_show, false);
  --sidebar_blog_position: var(--draft-sidebar_blog_position, left);
  --sidebar_article_show: var(--draft-sidebar_article_show, true);
  --sidebar_article_position: var(--draft-sidebar_article_position, left);
  --sidebar_page_show: var(--draft-sidebar_page_show, false);
  --sidebar_page_position: var(--draft-sidebar_page_position, left);
  --sidebar_compare_show: var(--draft-sidebar_compare_show, false);
  --sidebar_compare_position: var(--draft-sidebar_compare_position, left);
  --sidebar_search_show: var(--draft-sidebar_search_show, false);
  --sidebar_search_position: var(--draft-sidebar_search_position, left);
  --feedback_captcha_enabled: var(--draft-feedback_captcha_enabled, true);
  --favorite_enabled: var(--draft-favorite_enabled, false);
  --compare_enabled: var(--draft-compare_enabled, false);
  --nye_enabled: var(--draft-nye_enabled, false); }

/*body{
	position:relative;
	z-index:0;
	margin:0;
	padding:0 0 1em 0;
	background-image: url('bg.jpg') !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-attachment: fixed !important;
	background-position: center bottom !important;
}*/
/* line 16, theme.scss */
.b-page__content {
  z-index: 8000;
  min-height: 83px;
  background: #FFF9F9; }

/* line 17, theme.scss */
.b-head-decor {
  display: none; }

/* line 18, theme.scss */
.b-page_newyear .b-head-decor {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  z-index: 8000;
  height: 103px;
  width: 100%;
  overflow: hidden;
  background: url(b-head-decor_newyear.png) repeat-x 0 0; }

/* line 29, theme.scss */
.b-page_newyear .b-head-decor__inner {
  position: absolute;
  top: 0;
  left: 0;
  height: 115px;
  display: block;
  width: 373px; }

/* line 30, theme.scss */
.b-page_newyear .b-head-decor::before {
  content: '';
  display: block;
  position: absolute;
  top: -115px;
  left: 0;
  z-index: 3;
  height: 115px;
  display: block;
  width: 100%;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.75); }

/* line 31, theme.scss */
.b-page_newyear .b-head-decor__inner_n2 {
  left: 373px; }

/* line 32, theme.scss */
.b-page_newyear .b-head-decor__inner_n3 {
  left: 746px; }

/* line 33, theme.scss */
.b-page_newyear .b-head-decor__inner_n4 {
  left: 1119px; }

/* line 34, theme.scss */
.b-page_newyear .b-head-decor__inner_n5 {
  left: 1492px; }

/* line 35, theme.scss */
.b-page_newyear .b-head-decor__inner_n6 {
  left: 1865px; }

/* line 36, theme.scss */
.b-page_newyear .b-head-decor__inner_n7 {
  left: 2238px; }

/* line 38, theme.scss */
.b-ball {
  position: absolute; }

/* line 39, theme.scss */
.b-ball_n1 {
  top: 0;
  left: 3px;
  width: 59px;
  height: 83px; }

/* line 40, theme.scss */
.b-ball_n2 {
  top: -19px;
  left: 51px;
  width: 55px;
  height: 70px; }

/* line 41, theme.scss */
.b-ball_n3 {
  top: 9px;
  left: 88px;
  width: 49px;
  height: 67px; }

/* line 42, theme.scss */
.b-ball_n4 {
  top: 0;
  left: 133px;
  width: 57px;
  height: 102px; }

/* line 43, theme.scss */
.b-ball_n5 {
  top: 0;
  left: 166px;
  width: 49px;
  height: 57px; }

/* line 44, theme.scss */
.b-ball_n6 {
  top: 6px;
  left: 200px;
  width: 54px;
  height: 70px; }

/* line 45, theme.scss */
.b-ball_n7 {
  top: 0;
  left: 240px;
  width: 56px;
  height: 67px; }

/* line 46, theme.scss */
.b-ball_n8 {
  top: 0;
  left: 283px;
  width: 54px;
  height: 53px; }

/* line 47, theme.scss */
.b-ball_n9 {
  top: 10px;
  left: 321px;
  width: 49px;
  height: 66px; }

/* line 48, theme.scss */
.b-ball_n1 .b-ball__i {
  background: url(b-ball_n1_blue.png) no-repeat; }

/* line 49, theme.scss */
.b-ball_n2 .b-ball__i {
  background: url(b-ball_n2.png) no-repeat; }

/* line 50, theme.scss */
.b-ball_n3 .b-ball__i {
  background: url(b-ball_n3.png) no-repeat; }

/* line 51, theme.scss */
.b-ball_n4 .b-ball__i {
  background: url(b-ball_n4.png) no-repeat; }

/* line 52, theme.scss */
.b-ball_n5 .b-ball__i {
  background: url(b-ball_n5_blue.png) no-repeat; }

/* line 53, theme.scss */
.b-ball_n6 .b-ball__i {
  background: url(b-ball_n6.png) no-repeat; }

/* line 54, theme.scss */
.b-ball_n7 .b-ball__i {
  background: url(b-ball_n7.png) no-repeat; }

/* line 55, theme.scss */
.b-ball_n8 .b-ball__i {
  background: url(b-ball_n8.png) no-repeat; }

/* line 56, theme.scss */
.b-ball_n9 .b-ball__i {
  background: url(b-ball_n9.png) no-repeat; }

/* line 57, theme.scss */
.b-ball_i1 .b-ball__i {
  background: url(b-ball_i1.png) no-repeat; }

/* line 58, theme.scss */
.b-ball_i2 .b-ball__i {
  background: url(b-ball_i2.png) no-repeat; }

/* line 59, theme.scss */
.b-ball_i3 .b-ball__i {
  background: url(b-ball_i3.png) no-repeat; }

/* line 60, theme.scss */
.b-ball_i4 .b-ball__i {
  background: url(b-ball_i4.png) no-repeat; }

/* line 61, theme.scss */
.b-ball_i5 .b-ball__i {
  background: url(b-ball_i5.png) no-repeat; }

/* line 62, theme.scss */
.b-ball_i6 .b-ball__i {
  background: url(b-ball_i6.png) no-repeat; }

/* line 63, theme.scss */
.b-ball_i1 {
  top: 0;
  left: 0;
  width: 25px;
  height: 71px; }

/* line 64, theme.scss */
.b-ball_i2 {
  top: 0;
  left: 25px;
  width: 61px;
  height: 27px; }

/* line 65, theme.scss */
.b-ball_i3 {
  top: 0;
  left: 176px;
  width: 29px;
  height: 31px; }

/* line 66, theme.scss */
.b-ball_i4 {
  top: 0;
  left: 205px;
  width: 50px;
  height: 51px; }

/* line 67, theme.scss */
.b-ball_i5 {
  top: 0;
  left: 289px;
  width: 78px;
  height: 28px; }

/* line 68, theme.scss */
.b-ball_i6 {
  top: 0;
  left: 367px;
  width: 6px;
  height: 69px; }

/* line 69, theme.scss */
.b-ball__i {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  pointer-events: none; }

/* line 83, theme.scss */
.b-ball_bounce .b-ball__right {
  position: absolute;
  top: 0;
  right: 0;
  left: 50%;
  bottom: 0;
  z-index: 9; }

/* line 84, theme.scss */
.b-ball_bounce:hover .b-ball__right {
  display: none; }

/* line 85, theme.scss */
.b-ball_bounce .b-ball__right:hover {
  left: 0;
  display: block !important; }

/* line 86, theme.scss */
.b-ball_bounce.bounce > .b-ball__i {
  -webkit-transform: rotate(-9deg);
  -moz-transform: rotate(-9deg);
  -o-transform: rotate(-9deg);
  transform: rotate(-9deg); }

/* line 87, theme.scss */
.b-ball_bounce .b-ball__right.bounce + .b-ball__i {
  -webkit-transform: rotate(9deg);
  -moz-transform: rotate(9deg);
  -o-transform: rotate(9deg);
  transform: rotate(9deg); }

/* line 88, theme.scss */
.b-ball_bounce.bounce1 > .b-ball__i {
  -webkit-transform: rotate(6deg);
  -moz-transform: rotate(6deg);
  -o-transform: rotate(6deg);
  transform: rotate(6deg); }

/* line 89, theme.scss */
.b-ball_bounce .b-ball__right.bounce1 + .b-ball__i {
  -webkit-transform: rotate(-6deg);
  -moz-transform: rotate(-6deg);
  -o-transform: rotate(-6deg);
  transform: rotate(-6deg); }

/* line 90, theme.scss */
.b-ball_bounce.bounce2 > .b-ball__i {
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  transform: rotate(-3deg); }

/* line 91, theme.scss */
.b-ball_bounce .b-ball__right.bounce2 + .b-ball__i {
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  transform: rotate(3deg); }

/* line 92, theme.scss */
.b-ball_bounce.bounce3 > .b-ball__i {
  -webkit-transform: rotate(1.5deg);
  -moz-transform: rotate(1.5deg);
  -o-transform: rotate(1.5deg);
  transform: rotate(1.5deg); }

/* line 93, theme.scss */
.b-ball_bounce .b-ball__right.bounce3 + .b-ball__i {
  -webkit-transform: rotate(-1.5deg);
  -moz-transform: rotate(-1.5deg);
  -o-transform: rotate(-1.5deg);
  transform: rotate(-1.5deg); }

/* line 96, theme.scss */
.outside-widgets .delete-widget-link {
  display: none; }

/* line 100, theme.scss */
.outside-widgets .add-widget-link {
  display: none; }

/* line 103, theme.scss */
.product-preview__area-bottom {
  display: none !important; }

/* line 107, theme.scss */
.snowflake {
  color: #fff;
  font-size: 1em;
  font-family: Arial;
  text-shadow: 0 0 1px #000; }

@-webkit-keyframes snowflakes-fall {
  0% {
    top: -10%; }
  100% {
    top: 100%; } }
@-webkit-keyframes snowflakes-shake {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px); }
  50% {
    -webkit-transform: translateX(80px);
    transform: translateX(80px); }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px); } }
@keyframes snowflakes-fall {
  0% {
    top: -10%; }
  100% {
    top: 100%; } }
@keyframes snowflakes-shake {
  0% {
    transform: translateX(0px); }
  50% {
    transform: translateX(80px); }
  100% {
    transform: translateX(0px); } }
/* line 114, theme.scss */
.snowflake {
  position: fixed;
  top: -10%;
  z-index: 9999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
  -webkit-animation-name: snowflakes-fall,snowflakes-shake;
  -webkit-animation-duration: 10s,3s;
  -webkit-animation-timing-function: linear,ease-in-out;
  -webkit-animation-iteration-count: infinite,infinite;
  -webkit-animation-play-state: running,running;
  animation-name: snowflakes-fall,snowflakes-shake;
  animation-duration: 10s,3s;
  animation-timing-function: linear,ease-in-out;
  animation-iteration-count: infinite,infinite;
  animation-play-state: running,running; }

/* line 114, theme.scss */
.snowflake:nth-of-type(0) {
  left: 1%;
  -webkit-animation-delay: 0s,0s;
  animation-delay: 0s,0s; }

/* line 114, theme.scss */
.snowflake:nth-of-type(1) {
  left: 10%;
  -webkit-animation-delay: 1s,1s;
  animation-delay: 1s,1s; }

/* line 114, theme.scss */
.snowflake:nth-of-type(2) {
  left: 20%;
  -webkit-animation-delay: 6s,.5s;
  animation-delay: 6s,.5s; }

/* line 114, theme.scss */
.snowflake:nth-of-type(3) {
  left: 30%;
  -webkit-animation-delay: 4s,2s;
  animation-delay: 4s,2s; }

/* line 114, theme.scss */
.snowflake:nth-of-type(4) {
  left: 40%;
  -webkit-animation-delay: 2s,2s;
  animation-delay: 2s,2s; }

/* line 114, theme.scss */
.snowflake:nth-of-type(5) {
  left: 50%;
  -webkit-animation-delay: 8s,3s;
  animation-delay: 8s,3s; }

/* line 114, theme.scss */
.snowflake:nth-of-type(6) {
  left: 60%;
  -webkit-animation-delay: 6s,2s;
  animation-delay: 6s,2s; }

/* line 114, theme.scss */
.snowflake:nth-of-type(7) {
  left: 70%;
  -webkit-animation-delay: 2.5s,1s;
  animation-delay: 2.5s,1s; }

/* line 114, theme.scss */
.snowflake:nth-of-type(8) {
  left: 80%;
  -webkit-animation-delay: 1s,0s;
  animation-delay: 1s,0s; }

/* line 114, theme.scss */
.snowflake:nth-of-type(9) {
  left: 90%;
  -webkit-animation-delay: 3s,1.5s;
  animation-delay: 3s,1.5s; }

/* Demo Purpose Only*/
/* line 116, theme.scss */
.demo {
  font-family: 'Raleway', sans-serif;
  color: #fff;
  display: block;
  margin: 0 auto;
  padding: 15px 0;
  text-align: center; }
