@media (min-width: 1200px) {
  .shopping_cart > a:first-child .ajax_cart_quantity {
    display: inline-block !important; } } 
.ui-to-top {
  font-size: 50px;
  line-height: 1;
  color: #20252e;
  background: none;
  position: fixed;
  right: 15px;
  bottom: 15px;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 999;
  -moz-transform: translate(0, 100px);
  -ms-transform: translate(0, 100px);
  -o-transform: translate(0, 100px);
  -webkit-transform: translate(0, 100px);
  transform: translate(0, 100px); }
  .ui-to-top:before {
    line-height: 1; }
  .ui-to-top:hover {
    color: #7370b4;
    text-decoration: none; }
  .ui-to-top.active {
    color: #20252e;
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
    .ui-to-top.active:hover {
      color: #7370b4; }

.mobile .ui-to-top,
.tablet .ui-to-top {
  display: none !important; }

@media (min-width: 480px) {
  .ui-to-top {
    right: 40px;
    bottom: 40px; } }
.content_only .ui-to-top {
  display: none !important; }
/*
Uniform Theme: Uniform Default
Version: 1.8
By: Josh Pyles
License: MIT License
---
For use with the Uniform plugin:
http://uniformjs.com/

*/
/* General settings */
div.selector, div.selector span, div.uploader, div.uploader span.action, div.button, div.button span {
  background-image: url("themes/theme1421/img/jquery/uniform/sprite.png");
  background-repeat: no-repeat;
  -webkit-font-smoothing: antialiased; }
div.selector, div.checker, div.button, div.radio, div.uploader {
  vertical-align: middle;
  /* Keeping this as :focus to remove browser styles */ }
  div.selector:focus, div.checker:focus, div.button:focus, div.radio:focus, div.uploader:focus {
    outline: 0; }
div.selector, div.selector *, div.radio, div.radio *, div.checker, div.checker *, div.uploader, div.uploader *, div.button, div.button * {
  margin: 0;
  padding: 0; }

.highContrastDetect {
  background: url("themes/img/jquery/uniform/bg-input.png") repeat-x 0 0;
  width: 0;
  height: 0; }

/* Input & Textarea */
input.uniform-input,
select.uniform-multiselect,
textarea.uniform {
  padding: 3px;
  background: white;
  outline: 0; }

/* Remove default webkit and possible mozilla .search styles.
 * Keeping this as :active to remove browser styles */
div.checker input,
input[type="search"],
input[type="search"]:active {
  -moz-appearance: none;
  -webkit-appearance: none; }

/* Select */
div.selector {
  line-height: 50px;
  height: 50px;
  padding: 0 0 0 10px;
  position: relative;
  overflow: hidden;
  border: 1px solid #e1e1e1;
  background: white;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-size: 12px; }
  div.selector span {
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    background: none;
    height: 48px;
    line-height: 48px;
    padding-right: 50px;
    cursor: pointer;
    width: 100%;
    display: block;
    color: #252a33; }
    div.selector span:after {
      font-family: "FontAwesome";
      content: "\f0d7";
      display: inline-block;
      font-weight: normal;
      position: absolute;
      right: 1px;
      top: 1px;
      border: 1px solid #e1e1e1;
      text-align: center;
      height: 46px;
      width: 46px;
      font-size: 23px;
      line-height: 44px;
      color: #252a33;
      background: #fcfcfd;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px; }
  div.selector.fixedWidth {
    width: 190px; }
    div.selector.fixedWidth span {
      width: 150px; }
  div.selector select {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    border: none;
    background: none;
    position: absolute;
    height: 50px;
    top: 0;
    left: 0;
    width: 100%;
    font-size: 12px; }
  div.selector.active span:after {
    color: black;
    top: 1px; }
  div.selector.hover span:after, div.selector.focus span:after {
    color: black;
    top: 1px; }
  div.selector.hover.active span:after, div.selector.focus.active span:after {
    color: black;
    top: 1px; }
  div.selector.disabled span:after, div.selector.disabled.active span:after {
    color: black;
    top: 1px; }

/* Checkbox */
div.checker {
  position: relative; }
  div.checker, div.checker span {
    width: 14px;
    height: 14px; }
  div.checker input {
    position: relative;
    left: -1px;
    top: -3px;
    width: 14px;
    height: 13px !important;
    padding: 0;
    cursor: pointer; }
  div.checker span {
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-align: center;
    border: 1px solid #e1e1e1;
    overflow: hidden;
    background: #fff; }
    div.checker span.checked:before {
      content: '\f00c';
      font-family: "FontAwesome";
      position: absolute;
      left: auto;
      top: auto;
      padding: 0 0 0 1px;
      text-align: center;
      width: 13px;
      height: 13px;
      line-height: 14px;
      font-size: 12px;
      background: #f2f2f2; }
  div.checker input {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    border: none;
    background: none;
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1; }
  div.checker.active span {
    background-position: -14px -257px; }
    div.checker.active span.checked {
      background-position: -14px -257px; }
  div.checker.hover span, div.checker.focus span {
    background: #f2f2f2; }
    div.checker.hover span.checked, div.checker.focus span.checked {
      background: #ececec; }
  div.checker.disabled, div.checker.disabled.active {
    background-position: 0 -257px; }
    div.checker.disabled span.checked, div.checker.disabled.active span.checked {
      background-position: 0 -257px; }

/* Radio */
div.radio {
  position: relative;
  display: inline; }
  div.radio, div.radio span, div.radio input {
    width: 13px;
    height: 13px; }
  div.radio span {
    width: 14px;
    height: 14px; }
  div.radio span {
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-align: center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 1px solid #e1e1e1; }
    div.radio span.checked:before {
      width: 8px;
      height: 8px;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      border-radius: 100%;
      background: #727272;
      position: absolute;
      z-index: 1;
      left: 2px;
      top: 2px;
      display: block;
      text-indent: -5000px;
      content: '*'; }
  div.radio input {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    border: none;
    background: none;
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-align: center; }
  div.radio.hover span, div.radio.focus span {
    background-color: #f7f7f7; }

/* Uploader */
div.uploader {
  background: none;
  height: 27px;
  width: 100%;
  cursor: pointer;
  position: relative;
  overflow: hidden; }
  div.uploader span.action {
    background-position: 0 -378px;
    height: 27px;
    line-height: 27px;
    width: 94px;
    text-align: center;
    float: left;
    display: inline;
    overflow: hidden;
    cursor: pointer; }
  div.uploader span.filename {
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    float: left;
    cursor: default;
    height: 27px;
    margin: 0 0 0 0;
    line-height: 27px;
    width: 172px;
    padding: 0 10px; }
  div.uploader input {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    border: none;
    background: none;
    position: absolute;
    top: 0;
    right: 0;
    float: right;
    cursor: default;
    width: 100%;
    height: 100%; }

/* Buttons */
div.button {
  background-position: 0 -633px;
  height: 30px;
  cursor: pointer;
  position: relative;
  /* Keep buttons barely visible so they can get focus */ }
  div.button a, div.button button, div.button input {
    opacity: 0.01;
    filter: alpha(opacity=1);
    -moz-opacity: 0.01;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute; }
  div.button span {
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
    line-height: 30px;
    text-align: center;
    background-position: right -513px;
    height: 30px;
    margin-left: 13px;
    padding: 0; }
  div.button.active {
    background-position: 0 -663px; }
    div.button.active span {
      background-position: right -543px;
      cursor: default; }
  div.button.hover, div.button.focus {
    background-position: 0 -693px; }
    div.button.hover span, div.button.focus span {
      background-position: right -573px; }
  div.button.disabled, div.button.disabled.active {
    background-position: 0 -723px; }
    div.button.disabled span, div.button.disabled.active span {
      background-position: right -603px;
      cursor: default; }

/* INPUT & TEXTAREA */
/* ************************************************************************************************
		uniform
************************************************************************************************ */
input.uniform-input,
select.uniform-multiselect,
textarea.uniform {
  font-size: 13px;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: normal;
  line-height: 18px;
  color: #777;
  border: solid 1px #d6d4d4; }
  input.uniform-input.hover, input.uniform-input.focus,
  select.uniform-multiselect.hover,
  select.uniform-multiselect.focus,
  textarea.uniform.hover,
  textarea.uniform.focus {
    border-color: #cbcaca; }

/* PRESENTATION */
/* Buttons */
div.button span {
  font-weight: bold;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase; }
div.button.hover span, div.button.focus span {
  color: #555; }
div.button.disabled span, div.button.disabled.active span {
  color: #bbb; }

/* Select */
#compare_shipping .form-group label {
  display: block; }

.checker span input {
  margin: 0 !important;
  position: relative; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  margin: 0 !important; }

.radio-inline,
.checkbox-inline {
  cursor: default; }

/* Checker */
div.checker {
  cursor: pointer;
  margin-right: 5px; }
  div.checker span {
    position: relative;
    top: 1px; }

#layered_form div.checker {
  display: inline;
  cursor: default; }

/* Radio */
div.radio {
  margin-right: 3px; }
  div.radio span {
    position: relative; }

/* Uploader */
div.uploader span.action {
  text-shadow: rgba(0, 0, 0, 0.1) 0 1px 0;
  font-size: 13px;
  font-weight: bold;
  color: #fff; }
div.uploader span.filename {
  color: #777;
  border: solid 1px #d6d4d4;
  font-size: 13px;
  background: #fbfbfb;
  margin-right: 2px; }
div.uploader.disabled span.action, div.uploader.disabled.active span.action {
  color: #aaa; }
div.uploader.disabled span.filename, div.uploader.disabled.active span.filename {
  border-color: #ddd;
  color: #aaa; }

input.uniform-input, input.uniform-input:focus {
  background-color: #fff; }
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('js/jquery/plugins/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('js/jquery/plugins/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('js/jquery/plugins/fancybox/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('js/jquery/plugins/fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('js/jquery/plugins/fancybox/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('js/jquery/plugins/fancybox/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}/*******************************************************************
					Cart Block(Header) Styles
********************************************************************/
#header .shopping_cart {
  margin-left: 35px; }
  @media (min-width: 1200px) and (max-width: 1329px) {
    #header .shopping_cart {
      margin-left: 20px; } }
  @media (max-width: 1199px) {
    #header .shopping_cart {
      display: inline-block;
      margin: 0; } }
  @media (min-width: 1200px) {
    #header .shopping_cart {
      position: relative;
      padding-top: 10px; } }
  @media (min-width: 1600px) {
    #header .shopping_cart {
      margin-left: 53px; } }
#header .cart_block {
  display: none;
  width: 230px;
  padding: 24px 28px;
  margin-top: 15px;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 2;
  overflow: hidden;
  background: white;
  border-radius: 2px;
  color: #5e646c;
  font-size: 15px;
  line-height: 1.6;
  -moz-box-shadow: 0px 15px 62px 0px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0px 15px 62px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 15px 62px 0px rgba(0, 0, 0, 0.07);
  left: auto;
  right: 0;
  width: 370px;
  padding: 30px 0;
  font-size: 16px;
  text-align: left; }
  #header .cart_block li + li {
    margin-top: 12px; }
  @media (min-width: 1200px) and (max-width: 1359px) {
    #header .cart_block {
      font-size: 13px; } }
  @media (min-width: 1360px) {
    #header .cart_block {
      width: 270px;
      padding: 34px 39px 30px;
      margin-top: 23px; }
      #header .cart_block li + li {
        margin-top: 21px; } }
  @media (min-width: 1200px) {
    #header .cart_block {
      width: 370px;
      right: -30px;
      padding-left: 0;
      padding-right: 0;
      padding-bottom: 38px; } }
  @media (max-width: 1199px) {
    #header .cart_block {
      right: 50%;
      -moz-transform: translate(50%, 0);
      -ms-transform: translate(50%, 0);
      -o-transform: translate(50%, 0);
      -webkit-transform: translate(50%, 0);
      transform: translate(50%, 0);
      max-width: 100%; } }
  #header .cart_block .cart_block_list {
    padding: 0; }
    #header .cart_block .cart_block_list .products {
      padding-left: 30px;
      padding-right: 30px; }
      #header .cart_block .cart_block_list .products::-webkit-scrollbar-button {
        width: 2px;
        height: 0;
        background-color: transparent; }
      #header .cart_block .cart_block_list .products::-webkit-scrollbar-track {
        background-color: transparent; }
      #header .cart_block .cart_block_list .products::-webkit-scrollbar-thumb {
        border-radius: 0;
        background-color: #7370b4; }
      #header .cart_block .cart_block_list .products::-webkit-scrollbar-thumb:hover {
        background-color: #8381bd; }
      #header .cart_block .cart_block_list .products::-webkit-scrollbar {
        width: 4px; }
      @media (min-width: 1200px) {
        #header .cart_block .cart_block_list .products {
          max-height: calc(100vh - 390px);
          overflow-y: auto;
          padding-left: 39px;
          padding-right: 39px; } }
#header .block_content {
  margin-bottom: 0; }

/*******************************************************************
					Cart Block(MAIN) Styles
********************************************************************/
.shopping_cart > a:first-child {
  display: inline-block;
  border: none;
  position: relative;
  color: inherit;
  text-align: center; }
  .shopping_cart > a:first-child:before {
    font-family: 'Thin Regular';
    content: "\e837";
    display: inline-block;
    font-weight: normal;
    font-size: 47px;
    line-height: 1;
    color: #55bee7;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease; }
    @media (max-width: 1199px) {
      .shopping_cart > a:first-child:before {
        font-size: 24px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .shopping_cart > a:first-child span.ajax_cart_product_txt, .shopping_cart > a:first-child span.ajax_cart_product_txt_s {
      display: none !important; } }
  .shopping_cart > a:first-child b {
    margin-top: 12px;
    display: block;
    font-weight: 400; }
    @media (max-width: 1449px) {
      .shopping_cart > a:first-child b {
        font-size: 12px; } }
  .shopping_cart > a:first-child span {
    position: absolute;
    top: 0;
    left: 50%;
    color: white;
    background: #7370b4;
    font-size: 9px;
    height: 14px;
    margin-left: 6px;
    line-height: 14px;
    min-width: 14px;
    border-radius: 50%;
    padding: 0 3px;
    text-align: center; }
    @media (min-width: 1200px) {
      .shopping_cart > a:first-child span {
        top: 4px;
        font-size: 10px;
        height: 16px;
        margin-left: 12px;
        line-height: 16px;
        min-width: 16px; } }
  .shopping_cart > a:first-child:hover:before, .shopping_cart > a:first-child:focus:before, .shopping_cart > a:first-child.active:before {
    color: #7370b4; }
  @media (max-width: 1199px) {
    .shopping_cart > a:first-child {
      padding: 0; }
      .shopping_cart > a:first-child:before {
        position: static;
        margin: 0; }
      .shopping_cart > a:first-child span, .shopping_cart > a:first-child b {
        display: none; } }

.shopping_cart .ajax_cart_total {
  display: none !important; }
.shopping_cart .block_cart_expand:after, .shopping_cart .block_cart_collapse:after {
  font-family: "FontAwesome";
  content: "\f0d7";
  display: inline-block;
  font-weight: normal;
  float: right; }
.shopping_cart .block_cart_collapse:after {
  font-family: "FontAwesome";
  content: "\f0d8";
  display: inline-block;
  font-weight: normal; }

/*******************************************************************
					Cart Block(Drop Down Box) Styles
********************************************************************/
.cart_block {
  display: none;
  width: 230px;
  padding: 24px 28px;
  margin-top: 15px;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 2;
  overflow: hidden;
  background: white;
  border-radius: 2px;
  color: #5e646c;
  font-size: 15px;
  line-height: 1.6;
  -moz-box-shadow: 0px 15px 62px 0px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0px 15px 62px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 15px 62px 0px rgba(0, 0, 0, 0.07);
  position: static;
  display: block;
  padding: 0; }
  .cart_block li + li {
    margin-top: 12px; }
  @media (min-width: 1200px) and (max-width: 1359px) {
    .cart_block {
      font-size: 13px; } }
  @media (min-width: 1360px) {
    .cart_block {
      width: 270px;
      padding: 34px 39px 30px;
      margin-top: 23px; }
      .cart_block li + li {
        margin-top: 21px; } }
  .cart_block .cart_block_list {
    padding: 15px; }
    .cart_block .cart_block_list > .cart-prices .cart-prices-line {
      margin-bottom: 15px; }
      .cart_block .cart_block_list > .cart-prices .cart-prices-line span {
        float: left; }
        .cart_block .cart_block_list > .cart-prices .cart-prices-line span:first-child {
          margin-right: 15px;
          min-width: 90px; }
        .cart_block .cart_block_list > .cart-prices .cart-prices-line span:last-child {
          font-weight: 700;
          color: #20252e; }
    .cart_block .cart_block_list .products {
      margin-bottom: 20px;
      border-bottom: 1px solid #ebebeb; }
    .cart_block .cart_block_list dl a {
      color: #5e646c; }
      .cart_block .cart_block_list dl a:hover {
        color: #7370b4; }
    .cart_block .cart_block_list dt {
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      align-items: center;
      overflow: hidden;
      border-top: 1px solid #ebebeb; }
      .cart_block .cart_block_list dt:first-child {
        border-top: none; }
        .cart_block .cart_block_list dt:first-child .remove_link {
          top: -3px; }
    .cart_block .cart_block_list .remove_link {
      line-height: 20px;
      position: absolute;
      right: -3px;
      top: 16px; }
    .cart_block .cart_block_list .remove_link a,
    .cart_block .cart_block_list .ajax_cart_block_remove_link {
      color: #7370b4; }
      .cart_block .cart_block_list .remove_link a:before,
      .cart_block .cart_block_list .ajax_cart_block_remove_link:before {
        font-family: 'Material Icons';
        content: "\e5cd";
        display: inline-block;
        font-weight: normal;
        font-size: 14px; }
      .cart_block .cart_block_list .remove_link a:hover,
      .cart_block .cart_block_list .ajax_cart_block_remove_link:hover {
        color: #20252e; }
    .cart_block .cart_block_list .product-atributes {
      padding-bottom: 8px;
      font-size: 11px; }
  .cart_block .cart-images {
    display: block;
    position: relative;
    background: #f2f9fa;
    float: left;
    margin-right: 15px;
    max-width: 25%; }
    @media (min-width: 480px) {
      .cart_block .cart-images {
        margin-right: 17px; } }
    .cart_block .cart-images img {
      max-width: 100%;
      height: auto; }
  .cart_block .cart-info {
    overflow: hidden;
    position: relative;
    padding-right: 20px; }
    .cart_block .cart-info .quantity-formated {
      display: inline-block;
      text-transform: uppercase;
      font-size: 10px;
      padding-right: 5px; }
      .cart_block .cart-info .quantity-formated .quantity {
        font-size: 15px; }
  .cart_block dt {
    font-weight: normal;
    position: relative;
    margin-bottom: 20px;
    padding-top: 20px; }
    .cart_block dt:first-child {
      padding-top: 0; }
    .cart_block dt .product-name {
      color: #252a33;
      font: normal 15px/21px "Roboto", sans-serif;
      font-size: 14px;
      padding-bottom: 5px;
      line-height: 1.2; }
      .cart_block dt .product-name a {
        color: #20252e;
        font: normal 15px/21px "Roboto", sans-serif;
        font-size: 14px; }
        .cart_block dt .product-name a:hover {
          color: #7370b4; }
  .cart_block dd {
    position: relative; }
    .cart_block dd .cart_block_customizations {
      margin-top: 10px; }
      .cart_block dd .cart_block_customizations li {
        padding: 3px 15px;
        font-size: 11px; }
        .cart_block dd .cart_block_customizations li .deleteCustomizableProduct {
          position: absolute;
          right: 10px;
          line-height: 15px; }
  .cart_block .cart_block_no_products {
    margin: 0;
    padding: 10px 20px; }
  .cart_block .cart-prices {
    line-height: 30px; }
    .cart_block .cart-prices .cart-prices-line {
      overflow: hidden;
      padding: 3px 0; }
      .cart_block .cart-prices .cart-prices-line.last-line {
        border: none; }
  .cart_block .cart-buttons {
    overflow: hidden;
    padding: 0;
    margin: 0; }
    .cart_block .cart-buttons .btn {
      width: 100%;
      margin-top: 18px; }
  .cart_block .bottom-wrapper {
    padding-left: 30px;
    padding-right: 30px; }
    @media (min-width: 1200px) {
      .cart_block .bottom-wrapper {
        padding-left: 39px;
        padding-right: 39px; } }
    .cart_block .bottom-wrapper .cart-prices {
      font-size: 14px;
      color: #20252e; }
      .cart_block .bottom-wrapper .cart-prices .cart-prices-line span:first-child {
        display: inline-block;
        margin-right: 15px;
        float: left; }
      .cart_block .bottom-wrapper .cart-prices .cart-prices-line span:last-child {
        float: right; }
  .cart_block table.vouchers {
    clear: both;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 10px; }
    .cart_block table.vouchers tr td {
      padding: 2px; }
      .cart_block table.vouchers tr td.quantity {
        margin-right: 5px;
        min-width: 18px; }
      .cart_block table.vouchers tr td.delete {
        padding-left: 0;
        padding-right: 0;
        text-align: right;
        width: 15px; }

@media (min-width: 480px) {
  .lang_ru .cart_block .bottom-wrapper .cart-prices .cart-prices-line span:last-child {
    float: left; } }

/*****************************************************************************
					Layer Cart Css
*****************************************************************************/
.layer_cart_overlay {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 9999;
  overflow: hidden;
  -moz-transition: 0.3s opacity ease;
  -o-transition: 0.3s opacity ease;
  -webkit-transition: 0.3s opacity ease;
  transition: 0.3s opacity ease;
  display: none; }

* html .layer_cart_overlay {
  position: absolute;
  left: 0;
  margin-left: -160px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  opacity: 0.2; }

#layer_cart {
  background: white;
  -moz-box-shadow: 0 1px 16px rgba(16, 39, 71, 0.5);
  -webkit-box-shadow: 0 1px 16px rgba(16, 39, 71, 0.5);
  box-shadow: 0 1px 16px rgba(16, 39, 71, 0.5);
  border: none;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  z-index: 99999;
  display: none;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  width: 95%;
  max-width: 470px;
  left: 50%;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0); }
  @media (min-width: 768px) {
    #layer_cart > div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; } }
  @media (min-width: 768px) {
    #layer_cart {
      max-width: 1280px; } }
  #layer_cart .layer_cart_product {
    padding: 40px 20px 20px;
    overflow: hidden;
    position: static;
    background: #fafafa; }
    @media (min-width: 480px) {
      #layer_cart .layer_cart_product {
        padding: 40px; } }
    @media (min-width: 1200px) {
      #layer_cart .layer_cart_product {
        padding: 44px 41px; } }
    #layer_cart .layer_cart_product .title {
      display: block;
      position: relative;
      font: 500 24px/32px "Roboto", sans-serif;
      font-size: 22px;
      line-height: 1.3;
      color: #20252e;
      margin: 0 0 22px;
      padding-left: 42px; }
      @media (max-width: 991px) {
        #layer_cart .layer_cart_product .title {
          font-size: 20px;
          padding-left: 32px; } }
      #layer_cart .layer_cart_product .title i {
        position: absolute;
        top: 0;
        left: 0;
        font-size: 26px;
        line-height: 26px;
        color: #7370b4; }
        @media (max-width: 767px) {
          #layer_cart .layer_cart_product .title i {
            font-size: 22px;
            line-height: 22px; } }
    #layer_cart .layer_cart_product .product-image-container {
      display: block;
      position: relative;
      background: #f2f9fa;
      padding: 5px 45px; }
    #layer_cart .layer_cart_product .layer_cart_product_info {
      padding: 30px 41px 0; }
      #layer_cart .layer_cart_product .layer_cart_product_info #layer_cart_product_title {
        display: block;
        padding-bottom: 5px;
        font-size: 16px;
        line-height: 1.2;
        color: #20252e; }
      #layer_cart .layer_cart_product .layer_cart_product_info #layer_cart_product_attributes {
        font-size: 13px; }
      #layer_cart .layer_cart_product .layer_cart_product_info > div {
        margin-top: 12px; }
        #layer_cart .layer_cart_product .layer_cart_product_info > div span, #layer_cart .layer_cart_product .layer_cart_product_info > div strong {
          display: inline-block;
          font-size: 13px;
          color: #878787; }
        #layer_cart .layer_cart_product .layer_cart_product_info > div span {
          min-width: 105px; }
        #layer_cart .layer_cart_product .layer_cart_product_info > div strong {
          color: #20252e;
          margin-left: 8px; }
        #layer_cart .layer_cart_product .layer_cart_product_info > div + div {
          margin-top: 10px; }
  #layer_cart .layer_cart_cart {
    padding: 30px 30px 180px;
    position: relative; }
    @media (min-width: 480px) {
      #layer_cart .layer_cart_cart {
        padding: 40px 40px 200px; } }
    @media (min-width: 1200px) {
      #layer_cart .layer_cart_cart {
        padding: 44px 45px 250px; } }
    #layer_cart .layer_cart_cart .title {
      display: block;
      position: relative;
      font: 500 24px/32px "Roboto", sans-serif;
      font-size: 22px;
      line-height: 1.3;
      color: #20252e;
      padding-bottom: 15px;
      padding-left: 35px;
      margin-bottom: 23px; }
      @media (max-width: 991px) {
        #layer_cart .layer_cart_cart .title {
          font-size: 20px;
          padding-left: 32px; } }
      #layer_cart .layer_cart_cart .title i {
        position: absolute;
        top: 2px;
        left: 0;
        font-size: 20px;
        line-height: 26px; }
        @media (max-width: 767px) {
          #layer_cart .layer_cart_cart .title i {
            font-size: 22px;
            line-height: 22px; } }
      #layer_cart .layer_cart_cart .title .ajax_cart_quantity {
        color: #7370b4; }
    #layer_cart .layer_cart_cart .layer_cart_row {
      padding: 0 0 9px;
      overflow: hidden;
      *zoom: 1; }
      @media (min-width: 992px) {
        #layer_cart .layer_cart_cart .layer_cart_row {
          padding: 0 10px 9px 35px; } }
      #layer_cart .layer_cart_cart .layer_cart_row span, #layer_cart .layer_cart_cart .layer_cart_row strong {
        display: inline-block;
        font-size: 13px;
        color: #878787; }
      #layer_cart .layer_cart_cart .layer_cart_row span {
        float: left; }
      #layer_cart .layer_cart_cart .layer_cart_row strong {
        float: right;
        color: #20252e;
        margin-left: 8px; }
    #layer_cart .layer_cart_cart .button-container {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      padding: 0 15px 20px; }
      @media (min-width: 480px) {
        #layer_cart .layer_cart_cart .button-container {
          padding: 0 30px 35px; } }
      @media (min-width: 768px) {
        #layer_cart .layer_cart_cart .button-container {
          padding-bottom: 40px; } }
      @media (min-width: 1200px) {
        #layer_cart .layer_cart_cart .button-container {
          padding: 0 50px 40px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex; } }
      #layer_cart .layer_cart_cart .button-container .btn {
        margin-bottom: 10px;
        padding: 22px 32px; }
        #layer_cart .layer_cart_cart .button-container .btn:first-child {
          margin-right: 19px; }
          @media (min-width: 1200px) {
            #layer_cart .layer_cart_cart .button-container .btn:first-child {
              min-width: 47%; } }
        @media (min-width: 1200px) {
          #layer_cart .layer_cart_cart .button-container .btn:last-child {
            flex: 1 1 auto; } }
  #layer_cart .cross {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 2;
    text-align: center;
    line-height: 30px;
    background-image: none;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease; }
    #layer_cart .cross:before {
      font-family: 'Material Icons';
      content: "\e5cd";
      display: inline-block;
      font-weight: normal;
      font-size: 16px; }
    #layer_cart .cross:hover {
      color: #7370b4; }
  #layer_cart p {
    padding: 0; }

/************************************************************************
						Layer Cart Caroucel
*************************************************************************/
#layer_cart .crossseling {
  border-top: 1px solid #e1e1e1; }
  #layer_cart .crossseling .crossseling-content {
    padding: 26px 30px 40px 30px;
    position: relative;
    width: 100%; }
  #layer_cart .crossseling h2 {
    font: 500 24px/32px "Roboto", sans-serif;
    color: #252a33;
    margin-bottom: 25px; }
  #layer_cart .crossseling #blockcart_list {
    margin: 0 auto;
    padding: 0 1px; }
    #layer_cart .crossseling #blockcart_list ul {
      display: block; }
      #layer_cart .crossseling #blockcart_list ul li {
        float: left; }
        #layer_cart .crossseling #blockcart_list ul li .product-image-container {
          border: 1px solid #e1e1e1;
          text-align: center;
          padding: 5px;
          margin-bottom: 15px; }
          #layer_cart .crossseling #blockcart_list ul li .product-image-container img {
            width: 100%; }
        #layer_cart .crossseling #blockcart_list ul li .product-name {
          padding-bottom: 5px; }
          #layer_cart .crossseling #blockcart_list ul li .product-name a {
            font-size: 15px;
            line-height: 20px; }
    #layer_cart .crossseling #blockcart_list .bx-prev {
      left: -30px; }
    #layer_cart .crossseling #blockcart_list .bx-next {
      right: -30px; }
