/*
The provided mixins are intended to be used with the array-like variables

.icon-home {
  @include sprite-width($icon-home);
}

.icon-email {
  @include sprite($icon-email);
}
*/
/*
The `sprites` mixin generates identical output to the CSS template
  but can be overridden inside of SCSS

@include sprites($spritesheet-sprites);
*/
.ys_overlay {
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2;
  right: 0;
  bottom: 0;
  display: none;
}

.qty_wrap {
  display: inline-block;
  vertical-align: middle;
  width: 100px;
}
.qty_wrap input, .qty_wrap button {
  height: 30px;
  padding: 4px;
  text-align: center;
}
.qty_wrap button {
  width: 30px;
}

.p_image {
  width: 100%;
  padding-top: 100%;
  position: relative;
  display: block;
}
.p_image .p_image_in {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p_image .no_photo {
  background: url("../img/no-photo.png") no-repeat 50% 50%;
  background-size: 84px;
  width: 100%;
  height: 100%;
}

.star-empty {
  color: #CACACA !important;
}

.star-hover {
  color: #D13838 !important;
}

.star {
  color: #f0c808 !important;
}

.bonus {
  background: #ceb;
  padding: 2px 4px 1px;
}

.plugin {
  margin-bottom: 20px;
}

/* shipping and payment plugins ouput */
span.loading {
  position: relative;
  top: 4px;
  left: 10px;
}

/* "over-the-background-image": if you are using background slider product images or photos, you may want to customize font colors and sizes depending on your image content; by default we assume that background images are either dark or rich of color , and thuse headings and labels should be bright */
/* "over-the-background-image" */
.promos {
  margin: 0;
  padding: 0;
}
.promos li {
  margin: 0;
  padding: 0;
}
.promos li a {
  display: block;
  padding: 40px 20px;
  height: 80px;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  color: #000;
  background-color: rgba(0, 0, 0, 0.05);
  text-align: center;
  position: relative;
  box-sizing: content-box;
  text-decoration: none;
}
.promos li a .background-color-layer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0.1;
  background-color: #000;
}
.promos li a h5 {
  font-size: 1.3em;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 2;
  margin-top: 0;
}
.promos li a p {
  font-size: 0.9em;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 2;
}
.promos li a:hover .background-color-layer {
  opacity: 0.5;
  transition: 0.3s;
}

.hotdeals-header {
  clear: left;
  text-align: center;
  color: #999;
  font-weight: normal;
  font-size: 2em;
  margin-bottom: 40px;
  padding-top: 30px;
}

.connect h4 {
  color: #aaa;
}

.connect ul {
  padding-left: 0;
}

.connect ul li {
  margin-bottom: 1em;
  list-style: none;
}

.connect .likebox {
  margin-bottom: 20px;
  min-width: 200px;
}

/* Customer account
------------------- */
.order-status {
  padding: 2px 5px;
  color: #fff;
}

h1 .order-status {
  font-size: 0.75em;
  margin-left: 10px;
}

/* Swipebox
----------- */
.fly .icon_zoom,
.fly .badge-wrapper {
  display: none;
}
.fly img {
  max-width: 100%;
}

body #storequickorder .dialog-background {
  z-index: 10001;
}
body #storequickorder .dialog-window {
  z-index: 10002;
}

.btn_add2cart_wrap {
  position: relative;
  display: inline-block;
}
.btn_add2cart_wrap .adding2cart {
  position: absolute;
  top: 50%;
  margin: -8px 0 0;
  right: -20px;
  display: none;
}

.btn_add2cart i {
  background-image: url(../img/sprite.png);
  background-position: -92px -32px;
  width: 15px;
  height: 14px;
  display: inline-block;
  margin: -2px 6px 0 -7px;
  vertical-align: middle;
}
.btn_add2cart.disabled i {
  color: #fff;
  background: none;
  font-size: 16px;
  vertical-align: -1px;
}

.badge-wrapper {
  top: 0;
  right: 0;
  position: absolute;
  z-index: 1;
  width: 46px;
  overflow: hidden;
}
.badge-wrapper .badge {
  display: table;
  white-space: normal;
  text-align: center;
  font-size: 13px;
  margin-bottom: 5px;
  height: 45px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0;
  background-color: transparent;
  -moz-border-radius: none;
  -webkit-border-radius: none;
  border-radius: none;
}
.badge-wrapper .badge.small {
  font-size: 9px;
}
.badge-wrapper .badge span {
  display: table-cell;
  vertical-align: middle;
  padding: 0 2px;
}
.badge-wrapper .badge.new {
  background-image: url(../img/sprite.png);
  background-position: 0px -46px;
  width: 46px;
  height: 46px;
}
.badge-wrapper .badge.bestseller {
  background-image: url(../img/sprite.png);
  background-position: 0px 0px;
  width: 46px;
  height: 46px;
}
.badge-wrapper .badge.low-price {
  font-size: 9px;
  background-image: url(../img/sprite.png);
  background-position: -46px 0px;
  width: 46px;
  height: 46px;
}
.badge-wrapper .badge.discount {
  font-size: 14px;
  background-image: url(../img/sprite.png);
  background-position: -46px 0px;
  width: 46px;
  height: 46px;
}

.p_buttons a {
  color: #6c6c6c !important;
  font-size: 12px;
  text-decoration: none;
}
.p_buttons a i {
  opacity: 0.16;
  filter: alpha(opacity=16);
  vertical-align: middle;
}
.p_buttons a i {
  display: inline-block;
}
.p_buttons a span {
  margin-left: 8px;
  border-bottom: 1px dotted;
}
.p_buttons a.active i {
  opacity: 0.45;
  filter: alpha(opacity=45);
}
.p_buttons a.to_compare i {
  background-image: url(../img/sprite.png);
  background-position: -46px -46px;
  width: 16px;
  height: 16px;
}
.p_buttons a.to_favorites i {
  background-image: url(../img/sprite.png);
  background-position: -62px -46px;
  width: 16px;
  height: 16px;
}

.no-touch .p_buttons a:hover i {
  opacity: 0.45;
  filter: alpha(opacity=45);
}
.no-touch .p_buttons a:hover span {
  border-bottom: none;
}

.rating {
  display: block;
}
.rating .fa.fa-star {
  color: #f0c808 !important;
  vertical-align: middle;
  margin: 0;
}
.rating .fa.fa-star.empty {
  color: #ddd !important;
}
.rating a {
  text-decoration: none;
  border-bottom: 1px dotted;
  color: #7e7e7e !important;
  display: inline-block;
  font-size: 12px;
  line-height: 12px;
  margin: 0 0 0 3px;
}

.product-list {
  padding-left: 0;
}
.product-list .btn_remove {
  border: none;
  background: transparent;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  width: 24px;
  height: 24px;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  z-index: 1;
  color: #A5A5A5;
}
.product-list .btn_remove:hover {
  color: #222222;
}
.product-list .price {
  color: #333333;
}
.product-list .price-new {
  color: #ef4814;
}
.product-list > li {
  list-style: none;
}
.product-list .btn {
  font-size: 13px;
  line-height: 1.4;
  padding: 5px 12px 6px;
}
.product-list .quick_view,
.product-list .quick_photo {
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.15s ease-out, background 0.15s ease-out, color 0.15s ease-out;
  -o-transition: opacity 0.15s ease-out, background 0.15s ease-out, color 0.15s ease-out;
  transition: opacity 0.15s ease-out, background 0.15s ease-out, color 0.15s ease-out;
}
.product-list .quick_view {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -18px;
  margin-left: -18px;
  width: 36px;
  height: 36px;
  line-height: 32px;
  border: 2px solid #fff;
  text-decoration: none;
  text-align: center;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.product-list .quick_view .fa {
  color: #fff;
  font-size: 16px;
}
.product-list .quick_view:hover {
  background: rgba(0, 0, 0, 0.8);
}
.product-list .quick_photo {
  position: absolute;
  left: 0;
  top: 0;
}
.product-list .quick_photo .fa {
  color: #c6c6c6;
}
.product-list .quick_photo:hover .fa {
  color: #555555;
}
.product-list .stock {
  font-size: 12px;
}
.product-list .stock.yes {
  color: green;
}
.product-list .stock.no {
  color: red;
}

.fly * {
  color: inherit;
}
.fly .quick_photo,
.fly .quick_view,
.fly .offers {
  display: none;
}

.products_view_grid {
  /*
  margin: 81px 0 0 -33px;
  margin: 81px -1px 0 -14px;
  */
  margin: 0 -1px 0 -13px;
}
.products_view_grid li {
  width: 210px;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 15px 13px;
}
.products_view_grid li .in {
  border: 1px solid #eeeeee;
  margin: 0 0 6px;
  position: relative;
}
.products_view_grid li .image_wrap {
  margin: 17px 17px 12px;
  position: relative;
}
.products_view_grid li .image_wrap .img_middle {
  margin: 0 auto;
  max-width: 200px;
}
.products_view_grid li h5 {
  margin: 0 17px;
}
.products_view_grid li h5 a {
  color: #5c5c5c;
  font-size: 13px;
  line-height: 18px;
  margin: 0;
  height: 54px;
  overflow: hidden;
  text-decoration: none;
  display: block;
}
.products_view_grid li h5 a:hover {
  text-decoration: underline;
}
.products_view_grid li .offers {
  padding: 2px 17px 15px;
}
.products_view_grid li .offers .prices {
  margin-bottom: 6px;
}
.products_view_grid li .offers .price {
  font-size: 18px;
  font-weight: 600;
}
.products_view_grid li .offers .rating {
  margin: -2px 0 14px;
}
.products_view_grid li .offers .p_buttons {
  float: right;
  margin: 4px -5px 0 0;
}
.products_view_grid li .offers .p_buttons a {
  text-decoration: none;
  color: #c9c9c9 !important;
  margin-left: 5px;
  padding: 2px 4px;
  display: inline-block;
}
.products_view_grid li .offers .p_buttons a:hover, .products_view_grid li .offers .p_buttons a.active {
  color: #7B7B7B !important;
}
.products_view_grid li .stock {
  margin-top: 8px;
}

.no-touch .products_view_grid li .in:hover,
.no-touch .products_view_list li .in:hover {
  -webkit-box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.15);
  border-color: #e9e9e9;
}
.no-touch .products_view_grid li .in:hover .quick_view,
.no-touch .products_view_grid li .in:hover .quick_photo,
.no-touch .products_view_list li .in:hover .quick_view,
.no-touch .products_view_list li .in:hover .quick_photo {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}

.products_slider {
  margin: 39px 0;
}
.products_slider .title {
  color: #333333;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 65px 20px 0;
}
.products_slider .title .t_icon {
  display: inline-block;
  vertical-align: -6px;
  margin: 0 10px 0 0;
}
.products_slider .product-list {
  margin: 0;
}
.products_slider .product-list li {
  display: block;
  margin: 0;
  margin-bottom: 5px;
  float: left;
}

.products_view_list li {
  margin: 0 0 20px;
}
.products_view_list li .in {
  border: 1px solid #eeeeee;
  padding: 21px 30px;
  position: relative;
}
.products_view_list li .badge-wrapper {
  top: 0;
  bottom: auto;
}
.products_view_list li .item_img {
  float: left;
  margin: 0 30px 0 0;
  width: 20%;
}
.products_view_list li .image_wrap {
  position: relative;
}
.products_view_list li .col_c {
  overflow: hidden;
}
.products_view_list li .image {
  width: 172px;
  height: 172px;
}
.products_view_list li h5 {
  margin: 0 0 13px;
  font-size: 18px;
  text-decoration: none;
}
.products_view_list li .rating {
  margin: 0 0 17px;
}
.products_view_list li .item_descr {
  font-size: 13px;
  line-height: 18px;
  color: #636266;
}
.products_view_list li .offers {
  float: right;
  margin-left: 20px;
}
.products_view_list li .offers .prices {
  margin: 0 0 19px;
}
.products_view_list li .offers .price {
  font-size: 16px;
  font-weight: 600;
}
.products_view_list li .offers .p_buttons {
  margin: 16px 0 0;
}
.products_view_list li .offers .p_buttons div {
  margin: 0 0 8px;
}
.products_view_list li .stock {
  margin: -11px 0 11px;
}
@media screen and (max-width: 767px) {
  .products_view_list li .in {
    padding: 15px 20px;
  }
  .products_view_list li .mobile_name {
    margin: 0 0 12px;
    font-size: 16px;
  }
  .products_view_list li .item_img {
    width: 30%;
    margin-right: 15px;
  }
  .products_view_list li .offers {
    float: left;
    margin-left: 0;
  }
}
@media screen and (max-width: 480px) {
  .products_view_list li .in {
    padding: 15px;
  }
  .products_view_list li .item_img {
    width: 50%;
    min-width: 120px;
    min-height: 120px;
  }
  .products_view_list li .offers .p_buttons div {
    display: inline-block;
    margin: 0 10px 0 0;
  }
  .products_view_list li .offers .p_buttons a span {
    display: none;
  }
}

.catalog_toolbar {
  background: #F7F7F7;
  border: 1px solid #eeeeee;
  padding: 7px 17px;
  color: #777777;
  font-size: 13px;
  margin-top: 30px;
  margin-bottom: 20px;
}
.catalog_toolbar .item {
  float: left;
  margin-right: 20px;
}
.catalog_toolbar .item:last-child {
  margin-right: 0;
}
.catalog_toolbar .item .item_label {
  margin: 0 5px 0 0;
}
.catalog_toolbar .item .dropdown {
  display: inline-block;
}
.catalog_toolbar .item .dropdown .btn {
  background: #fff;
  font-size: 13px;
  color: #3a3a3a;
  height: 28px;
  padding: 0 28px 0px 10px;
  text-align: left;
  border: 1px solid #e5e5e5;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.catalog_toolbar .item .dropdown .btn > .fa {
  font-size: 18px;
  position: absolute;
  right: 9px;
  vertical-align: middle;
  color: #777777;
}
.catalog_toolbar .item .dropdown .btn:hover {
  background: #fff;
  border: 1px solid #c9c9c9 !important;
}
.catalog_toolbar .item .dropdown .dropdown-menu {
  padding: 0;
  font-size: 12px;
}
.catalog_toolbar .item .dropdown .dropdown-menu li {
  margin: 0;
}
.catalog_toolbar .item .dropdown .dropdown-menu li i {
  margin-left: 4px;
  color: inherit;
}
.catalog_toolbar .item .dropdown .dropdown-menu li i.sort-asc {
  vertical-align: -2px;
  border-top-color: #fff;
}
.catalog_toolbar .item .dropdown .dropdown-menu li i.sort-desc {
  border-bottom-color: #fff;
}
.catalog_toolbar .filter_button .btn {
  height: 28px;
  line-height: 27px;
  padding-top: 0;
  padding-bottom: 0;
  color: #fff;
  border: none;
  font-size: 13px;
}
.catalog_toolbar .filter_button .btn i {
  vertical-align: -1px;
}
.catalog_toolbar .sort_wrap .dropdown .btn {
  min-width: 160px;
}
.catalog_toolbar .sort_wrap .dropdown .dropdown-menu {
  min-width: 100%;
}
.catalog_toolbar .show_per_page_wrap .dropdown .btn {
  width: 60px;
}
.catalog_toolbar .show_per_page_wrap .dropdown .dropdown-menu {
  width: 60px;
  min-width: 0;
}
.catalog_toolbar .select_view {
  float: right;
  padding: 2px 0;
  margin-right: 0;
}
.catalog_toolbar .select_view .btn {
  float: left;
  background: transparent;
  width: 24px;
  height: 24px;
  font-size: 14px;
  padding: 0;
  margin-left: 7px;
  border: 1px solid transparent;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #555555;
}
.catalog_toolbar .select_view .btn i {
  display: block;
  margin: auto;
}
.catalog_toolbar .select_view .btn.view_grid i {
  background-image: url(../img/sprite.png);
  background-position: -62px -62px;
  width: 16px;
  height: 16px;
}
.catalog_toolbar .select_view .btn.view_grid.active i {
  background-image: url(../img/sprite.png);
  background-position: -46px -62px;
  width: 16px;
  height: 16px;
}
.catalog_toolbar .select_view .btn.view_list i {
  background-image: url(../img/sprite.png);
  background-position: -92px -16px;
  width: 16px;
  height: 16px;
}
.catalog_toolbar .select_view .btn.view_list.active i {
  background-image: url(../img/sprite.png);
  background-position: -92px 0px;
  width: 16px;
  height: 16px;
}
.catalog_toolbar .select_view .btn:hover {
  border-color: #bbb !important;
}
.catalog_toolbar .select_view .btn.active {
  background: #bbb;
  border-color: transparent !important;
}
@media screen and (max-width: 767px) {
  .catalog_toolbar {
    padding: 12px 17px 0;
  }
  .catalog_toolbar .item {
    float: left;
    margin: 0 12px 12px 0;
  }
}

.theme_not_flat .catalog_toolbar {
  background-image: -webkit-linear-gradient(top, #f8f8f8 0%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f8f8f8 0%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, #f8f8f8 0%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF8F8F8', endColorstr='#FFEEEEEE', GradientType=0);
}

/* Slider
----------------------------------*/
.ui-slider {
  position: relative;
  text-align: left;
}
.ui-slider * {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

.ui-slider-horizontal {
  height: .8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: .8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.filters h5 {
  color: #5d5d5d;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  margin: 0;
}
.filters h5 a {
  color: inherit;
  text-decoration: none;
}
.filters h5 a .fa-chevron-down {
  display: none;
}
.filters h5 a.collapsed .fa-chevron-down {
  display: block;
}
.filters h5 a.collapsed .fa-chevron-up {
  display: none;
}
.filters h5 .fa {
  font-size: 14px;
  color: #cccccc;
  float: right;
}
.filters .filter-param {
  border-top: 1px solid #e7e7e7;
  padding: 15px 20px;
}
.filters .filter-param label {
  display: block;
  font-weight: normal;
  color: #5d5d5d;
  font-size: 14px;
  margin: 5px 0 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.filters .filter-param label:first-child {
  margin-top: 0;
}
.filters .filter-param label input {
  vertical-align: -2px;
  margin-right: 5px;
}
.filters .filter-param .in {
  overflow: hidden;
}
.filters .filter-param-in {
  padding-top: 15px;
}
.filters .slider {
  font-size: 12px;
}
.filters .slider input {
  font-size: 14px;
  width: 66px;
  margin: 0 3px;
  text-align: center;
  padding: 2px 4px;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
}
.filters .slider input:focus {
  border: 1px solid #c8c8c8;
}
.filters .btn {
  margin: 5px 0 18px 18px;
}
.filters .ui-slider {
  margin: 22px 5px 10px;
  display: block;
}
.filters .ui-slider-horizontal {
  height: 10px;
  border: none;
}
.filters .ui-slider-horizontal .ui-slider-handle,
.filters .ui-slider-horizontal .ui-slider-handle.ui-state-focus {
  top: -7px;
  margin-left: -5px;
  height: 23px;
  width: 10px;
  border: 1px solid #d7d7d7;
  border-radius: 4px;
  z-index: 0;
  background-image: -webkit-linear-gradient(top, #fbfcfb 0%, #ededed 100%);
  background-image: -o-linear-gradient(top, #fbfcfb 0%, #ededed 100%);
  background-image: linear-gradient(to bottom, #fbfcfb 0%, #ededed 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFBFCFB', endColorstr='#FFEDEDED', GradientType=0);
}
.filters .ui-slider-horizontal .ui-slider-handle.ui-state-hover {
  border: 1px solid #cacaca;
}
.filters .ui-slider-horizontal.ui-widget-content {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-image: -webkit-linear-gradient(top, #E0E0E0 0%, #EFEFEF 100%);
  background-image: -o-linear-gradient(top, #E0E0E0 0%, #EFEFEF 100%);
  background-image: linear-gradient(to bottom, #e0e0e0 0%, #efefef 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFE0E0E0', endColorstr='#FFEFEFEF', GradientType=0);
}
.filters .ui-slider-horizontal .ui-widget-header {
  background: #F0C808;
  background-image: -webkit-linear-gradient(top, #fce297 0%, #fec747 100%);
  background-image: -o-linear-gradient(top, #fce297 0%, #fec747 100%);
  background-image: linear-gradient(to bottom, #fce297 0%, #fec747 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFCE297', endColorstr='#FFFEC747', GradientType=0);
  border: 1px solid rgba(0, 0, 0, 0.005);
  height: 10px;
  position: relative;
  top: 0;
  z-index: 0;
}
.filters .ui-slider-horizontal .ui-widget-content .ui-state-default {
  border: 1px solid #ccc;
  background: #f7f7f7;
}

#filter_mobile {
  position: absolute;
  width: 250px;
  display: none;
  z-index: 2;
}
#filter_mobile.open {
  display: block;
}
#filter_mobile .filters {
  background: #fff;
  border: 1px solid #eee;
}
#filter_mobile .filters .filter-param:first-child {
  border-top: none;
}

.remodal_filter {
  padding: 30px 20px 20px;
}
.remodal_filter .remodal-close {
  top: 0;
  right: 0;
}
.remodal_filter .filters .filter-param {
  padding: 15px 0;
}
.remodal_filter .filters .filter-param:first-child {
  border-top: none;
  padding-top: 0;
}
.remodal_filter .filters .btn {
  margin: 5px 10px 5px 0;
}
@media screen and (min-width: 320px) {
  .remodal_filter {
    width: 280px;
    padding: 30px;
  }
}

/* Product page
--------------- */
.product_page h1 {
  margin-bottom: 40px;
}
.product_page .p_buttons {
  margin: 23px 0;
}
.product_page .p_buttons div {
  display: inline-block;
  margin-right: 15px;
}
.product_page .badge-wrapper {
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
}
.product_page .inline-menu {
  margin: 15px 0;
}
.product_page .inline-menu a {
  padding: 0 4px;
  margin: 0 2px;
}
.product_page .articul {
  margin: 20px 0;
}

#cart-form select.form-control,
#cart-form-dialog select.form-control {
  display: inline-block;
  width: auto;
}

.stocks {
  margin: 20px 0 18px;
  font-size: 13px;
}
.stocks .fa {
  color: inherit !important;
  margin-left: 3px;
}
.stocks .stock-high {
  color: #049004;
}
.stocks .stock-low {
  color: #a80;
}
.stocks .stock-critical {
  color: #e00;
}
.stocks .stock-none {
  color: #aaa;
}

.options {
  margin: 20px 0;
}
.options .option {
  font-size: 13px;
  margin: 10px 0;
}
.options .option_name {
  font-size: 12px;
  margin-bottom: 1px;
}
.options .h6 {
  margin: 12px 0 3px;
}
.options .inline-select {
  margin-bottom: 10px;
}
.options .inline-select a {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin: 0 10px 8px 0;
  display: inline-block;
  padding: 0 12px;
  border: 1px solid #c5c5c5;
  background-color: #fff;
  font-size: 13px;
  height: 31px;
  line-height: 29px;
  min-width: 31px;
  color: #555555;
  text-decoration: none;
  font-weight: 400;
  position: relative;
  text-align: center;
}
.options .inline-select a:hover {
  border-color: #8f8f8f;
}
.options .inline-select a.selected {
  border-color: #8f8f8f;
  background-color: #e3e3e3;
  color: #333333 !important;
}
.options .inline-select.color {
  margin-bottom: -15px;
}
.options .inline-select.color a {
  width: 29px;
  height: 29px;
  background-image: none;
  margin-bottom: 24px;
}
.options .inline-select.color a .color {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid #fff;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.options .inline-select.color a .color_name {
  display: none;
  position: absolute;
  top: 29px;
  left: 50%;
  line-height: 100%;
  font-size: 9px;
  color: #4F4F4F;
  margin-left: -40px;
  width: 80px;
}
.options .inline-select.color a .color_checkmark {
  display: none;
  position: absolute;
  top: 5px;
  left: 6px;
  color: #fff !important;
  font-size: 16px;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.7);
}
.options .inline-select.color a.selected, .options .inline-select.color a:hover {
  border-color: #8f8f8f;
}
.options .inline-select.color a.selected .color_name,
.options .inline-select.color a.selected .color_checkmark {
  display: block;
}

.pp_short_description {
  font-size: 13px;
  line-height: 21px;
  margin: 20px 0;
}

.services {
  margin-bottom: 20px;
  font-size: 13px;
}
.services label {
  margin: 5px 2px 5px;
  cursor: pointer;
}
.services input {
  vertical-align: -2px;
}
.services div {
  margin: 10px 0;
}

.purchase .title {
  margin-top: 27px;
  margin-bottom: 23px;
}

.add2cart {
  margin-top: 18px;
}
.add2cart .buy_buttons {
  margin-top: 12px;
}
.add2cart .buy_buttons > .btn-primary {
  font-size: 14px;
  padding: 7px 16px;
  margin-right: 10px;
}
.add2cart .compare-at-price {
  font-size: 16px;
}
.add2cart .price {
  color: #222222;
  font-size: 24px;
  font-weight: 600;
  vertical-align: -2px;
  margin-right: 10px;
}
.add2cart .price-new {
  color: #ef4814 !important;
}
.add2cart .qty_wrap {
  margin-right: 10px;
}
.add2cart .icon24.loading.adding2cart {
  position: relative;
  top: 7px;
}

.product-sidebar {
  float: right;
  width: 27%;
  background: #eee;
  position: relative;
}

.product-info {
  background: #fff;
  margin-right: 27%;
}

.product-gallery {
  text-align: center;
  max-width: 750px;
}

ul.product-nav {
  font-size: 1.1em;
  list-style: none;
  padding-left: 0;
}

ul.product-nav li {
  padding-right: 20px;
  display: inline-block;
}

ul.product-nav li a {
  padding: 2px 5px;
}

ul.product-nav li.selected a {
  background: #eed;
}

.product-sidebar .cart {
  padding: 25px;
}

.aux {
  padding: 15px;
  font-size: 0.9em;
}

.added2cart {
  display: block;
  padding-top: 5px;
  font-style: italic;
  display: none !important;
}

.image {
  position: relative;
  display: inline-block;
  max-width: 100%;
}

.image.product-core-image .icon_zoom {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 40px;
  margin: -20px 0 0 -20px;
  text-align: center;
  width: 40px;
  height: 40px;
  opacity: 0;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.8);
  -webkit-transition: opacity 0.15s ease-out, background 0.15s ease-out, color 0.15s ease-out;
  -o-transition: opacity 0.15s ease-out, background 0.15s ease-out, color 0.15s ease-out;
  transition: opacity 0.15s ease-out, background 0.15s ease-out, color 0.15s ease-out;
}
.image.product-core-image .icon_zoom .fa {
  color: #fff;
}
.image.product-core-image:hover .icon_zoom {
  opacity: 0.7;
}

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

.image .corner {
  position: absolute;
  z-index: 10;
  font-size: 0.8em;
  color: #fff;
  font-weight: bold;
}

.image .corner.top {
  top: -5px;
}

.image .corner.bottom {
  bottom: -5px;
}

.image .corner.left {
  left: -8px;
}

.image .corner.right {
  right: 78px;
}

ul.thumbs .image .corner.right {
  right: 28px;
}

.image .switching-image {
  background: #fff url("../img/loading32.gif") no-repeat 50% 50%;
  background-size: 32px 32px;
  padding: 10px;
  opacity: 0.5;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.product-gallery-wrap {
  padding-right: 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .product-gallery-wrap {
    padding-right: 0;
  }
}

.more-images {
  display: block;
  margin-top: 10px;
}
.more-images .image img {
  border: 1px solid #e1e1e1;
  max-width: 80px;
  padding: 1px;
}
@media screen and (max-width: 399px) {
  .more-images {
    display: none;
  }
}
@media screen and (min-width: 400px) {
  .more-images.vertical {
    width: 80px;
    float: left;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .more-images.vertical ~ .image {
    display: block;
    width: auto;
    margin: 0 0 0 90px;
  }
  .more-images.vertical li.image {
    display: block;
    width: 80px;
    height: 80px;
  }
  .more-images.vertical .bx-prev,
  .more-images.vertical .bx-next {
    position: absolute;
    line-height: 30px;
    height: 30px;
    width: 100%;
    display: block;
    top: auto;
    bottom: auto;
    left: 0;
    text-align: center;
    font-size: 30px;
    background: none;
    text-indent: 0;
    margin: 0;
  }
  .more-images.vertical .bx-prev .fa,
  .more-images.vertical .bx-next .fa {
    color: #777777;
  }
  .more-images.vertical .bx-prev:hover .fa,
  .more-images.vertical .bx-next:hover .fa {
    color: #333333;
  }
  .more-images.vertical .bx-prev.disabled,
  .more-images.vertical .bx-next.disabled {
    display: block !important;
    opacity: 0.25;
    cursor: default;
  }
  .more-images.vertical .bx-prev.disabled .fa,
  .more-images.vertical .bx-next.disabled .fa {
    color: #777777;
  }
  .more-images.vertical .bx-prev {
    top: -30px;
  }
  .more-images.vertical .bx-next {
    bottom: -30px;
  }
}
.more-images.no_slider .image {
  margin: 0 2px 10px;
  width: 80px;
}

ul.skus {
  list-style: none;
  padding-left: 2px;
}

ul.skus li {
  padding-bottom: 3px;
}

ul.sorting {
  margin-left: 0;
  margin-bottom: 20px;
  padding-left: 0;
}

ul.sorting li {
  padding-right: 5px;
  list-style: none;
  display: inline-block;
}

ul.sorting li a {
  padding: 2px 3px;
}

ul.sorting li.selected a {
  background: #eee;
}

i.sort-desc {
  height: 0;
  width: 0;
  border: 4px solid transparent;
  border-bottom-color: #000;
  margin-bottom: 0.2em;
  display: inline-block;
}

i.sort-asc {
  height: 0;
  width: 0;
  border: 4px solid transparent;
  border-top-color: #000;
  margin-top: 0.1em;
  display: inline-block;
}

.qty input {
  width: 40px;
}

.price {
  margin-right: 3px;
}

.out-of-stock strong {
  color: #aaa;
  font-size: 0.9em;
}

.description {
  margin-bottom: 20px;
}

.rating i.icon16 {
  margin-right: 0.13em;
  margin-top: 0em;
}

span.rating {
  white-space: nowrap;
}

h1 .rating i.icon16 {
  margin-top: 0.35em;
}

table.features {
  border-spacing: 0;
  border-collapse: collapse;
}

table.features td {
  padding: 5px 0 2px;
  border: none;
}

table.features td.name {
  min-width: 145px;
  color: #777;
  vertical-align: top;
}

table.features tr.divider td {
  border-bottom: 1px solid #ccc;
  padding-left: 0;
  padding-top: 15px;
  padding-bottom: 0;
  font-weight: bold;
  text-transform: uppercase;
  color: #aaa;
}

.related {
  border-top: 1px solid #ccc;
  padding-top: 30px;
  margin-top: 50px;
}

.pp_tabpanel {
  padding-top: 30px;
}
.pp_tabpanel .nav-tabs {
  border: none;
}
.pp_tabpanel .nav-tabs li {
  margin-right: 3px;
}
.pp_tabpanel .nav-tabs li a {
  margin: 0;
  border-color: #DEDEDE;
  border-bottom: none;
  background: #f1f0f1;
  color: #696969;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px;
  border-radius: 4px 4px 0 0;
}
.pp_tabpanel .nav-tabs li a .fa {
  color: #afafaf !important;
  margin-right: 10px;
}
.pp_tabpanel .nav-tabs li a:hover {
  color: #000;
}
.pp_tabpanel .nav-tabs li.active a {
  color: #000;
  background: #fff;
  border-bottom: 1px solid transparent;
}
.pp_tabpanel .tab-content {
  border-top: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
}
.pp_tabpanel .tab-content .tab-pane {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .pp_tabpanel .tab-content {
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0;
    border-radius: 0 0 4px 4px;
  }
  .pp_tabpanel .tab-content .tab-pane {
    margin: 30px 0;
  }
}

/* Product reviews
------------------ */
table.rating-distribution td {
  padding: 2px 15px 2px 0;
  border: none;
}

table.rating-distribution td .bar {
  background: #eee;
  width: 200px;
  height: 13px;
}

table.rating-distribution td .bar .filling {
  background: #f7c854;
  height: 13px;
}

.write-review {
  margin: 30px 0 30px;
}

.review .summary {
  font-size: 0.9em;
  color: #777;
}
.review .summary h6 {
  color: #555;
  font-size: 1.1em;
  margin: 0 0 6px;
}
.review .summary a.username {
  color: #777;
}
.review .summary a {
  display: inline;
  padding: 0;
}
.review .summary .date {
  color: #aaa;
}
.review .review_rate {
  font-size: 12px;
  margin-right: 1px;
}

#product-list {
  margin-top: 30px;
}

.category-name ~ img {
  display: none;
}

.categories_grid {
  margin-left: -14px;
  margin-top: 30px;
}
.categories_grid .item {
  display: inline-block;
  border: 1px solid #efefef;
  padding: 20px;
  width: 208px;
  margin: 0 0 20px 14px;
  text-align: center;
  color: #555555;
  text-decoration: none;
  vertical-align: top;
}
.categories_grid .item .image {
  margin-bottom: 5px;
}
.categories_grid .item:hover {
  text-decoration: underline;
  -webkit-box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.15);
  border-color: #e9e9e9;
}
.categories_grid .item .cat_name {
  font-size: 14px;
  margin: 0;
  font-weight: 600;
}

/* Cart items
------------- */
.cart-table {
  margin-top: 20px;
  width: 100%;
}
.cart-table td {
  border: none;
}
.cart-table thead td {
  font-size: 13px;
  color: #777777;
  padding: 5px 10px;
}
.cart-table .item {
  padding-top: 15px;
  border: 1px solid #efefef;
}
.cart-table .item td {
  padding: 15px 10px;
  vertical-align: middle;
}
.cart-table .item .services {
  margin: 10px 0 0;
}
.cart-table .item .services label {
  color: #777777;
}
.cart-table .item select.form-control {
  display: inline-block;
  width: auto;
}
.cart-table .item-thumb {
  text-align: center;
}
.cart-table .item-price, .cart-table .item-total {
  font-size: 16px;
  color: #333333;
}
.cart-table .item-remove a {
  color: #777777;
  font-size: 13px;
}
.cart-table .item-remove a .fa {
  font-size: 15px;
  color: inherit;
  margin-right: 5px;
  vertical-align: -1px;
}

.cart_bottom {
  margin-top: 20px;
}

#apply-coupon-code {
  font-size: 13px;
}
#apply-coupon-code .coupon_discount {
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  font-weight: 600;
}

.coupon_wrapper {
  display: inline-block;
  vertical-align: middle;
}
.coupon_wrapper .form-control, .coupon_wrapper .btn {
  height: 30px;
}
.coupon_wrapper .btn {
  margin-left: 3px;
}

.affiliate .fa {
  font-size: 18px;
  vertical-align: -1px;
  margin-right: 3px;
  color: #8C8C8C;
}

.affiliate_bonus .btn {
  margin-top: 5px;
}
.affiliate_bonus .btn-default {
  margin: 0 0 0 8px;
}

.cart_total_checkout th, .cart_total_checkout td {
  padding: 0 0 10px;
  font-weight: normal;
  border: none;
}
.cart_total_checkout th {
  color: #555555;
  font-size: 13px;
  padding-right: 10px;
  text-align: right;
}
.cart_total_checkout td {
  color: #222222;
  font-size: 16px;
}
.cart_total_checkout .cart-checkout {
  padding-top: 10px;
  padding-bottom: 0;
}
.cart_total_checkout .cart-checkout .btn {
  width: 100%;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .cart-table, .cart-table tbody, .cart-table tr, .cart-table td {
    display: block;
  }
  .cart-table .item {
    padding: 18px 10px 18px 90px;
    position: relative;
    margin-bottom: -1px;
  }
  .cart-table .item td {
    padding: 0;
  }
  .cart-table .item .services, .cart-table .item .item-price {
    margin: 5px 0;
  }
  .cart-table .item-thumb {
    position: absolute;
    left: 10px;
    top: 18px;
    width: 70px;
  }
  .cart-table .item-thumb a {
    width: 70px;
    height: 70px;
  }
  .cart-table .item-qty, .cart-table .item-remove {
    display: inline-block;
    margin-right: 5px;
  }

  .coupon_wrapper {
    display: block;
    margin-top: 5px;
    position: relative;
    padding-right: 35px;
  }
  .coupon_wrapper .btn {
    padding: 0;
    width: 30px;
    position: absolute;
    right: 0;
    top: 0;
  }
}
@media screen and (min-width: 768px) {
  .cart-table .item-center {
    width: 38%;
  }
}
/* Checkout
----------- */
#checkout_header .h_logo img {
  max-width: 200px;
  max-height: 150px;
}

@media screen and (max-width: 767px) {
  #checkout_header .col-xs-12 {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 768px) {
  #checkout_header {
    margin: 0 -15px;
  }
  #checkout_header .row {
    width: 100%;
    display: table;
    table-layout: fixed;
    margin: 0;
  }
  #checkout_header .col-sm-6 {
    float: none;
    width: 50%;
    vertical-align: middle;
    display: table-cell;
  }
  #checkout_header .h_contacts {
    text-align: right;
  }
}
.checkout-title {
  margin: 57px 0 40px;
}
.checkout-title .back2cart {
  font-size: 100%;
  color: #777777;
  text-decoration: underline;
  margin-top: 4px;
}
.checkout-title .back2cart:hover {
  color: #555555;
}

.checkout-header {
  margin: 0;
  color: #999;
  background: #fff;
  padding: 20px;
}
.checkout-header h3 {
  margin-bottom: 0;
}
.checkout-header h3 a {
  text-decoration: none;
  color: #777;
  font-weight: normal;
}
.checkout-header h3 a:hover {
  color: #a00 !important;
}
.checkout-header strong {
  color: #666;
}

.checkout {
  margin: 0;
}
.checkout ul.checkout-options {
  padding-left: 25px;
}
.checkout ul.checkout-options li {
  list-style: none;
  position: relative;
  margin-bottom: 50px;
  clear: both;
}
.checkout ul.checkout-options li h3 {
  font-weight: bold;
  margin-bottom: 10px;
}
.checkout ul.checkout-options li h3 label {
  margin-right: 10px;
}
.checkout ul.checkout-options li .rate {
  float: right;
  text-align: center;
  width: 250px;
}
.checkout ul.checkout-options li p {
  width: 70%;
  font-size: 0.85em;
}
.checkout ul.checkout-options li input[type="radio"] {
  position: absolute;
  top: 4px;
  left: -25px;
}
.checkout ul.checkout-options li label input[type="radio"] {
  top: 7px;
}
.checkout ul.checkout-options li img.method-logo {
  position: relative;
  float: left;
  margin-right: 10px;
  top: -6px;
  left: 0px;
  /* adjusted for default 60x32-px logos */
}
.checkout ul.checkout-options li .wa-form {
  margin-top: 0px;
  margin-bottom: 30px;
}
.checkout ul.checkout-options li .wa-form label input[type="radio"] {
  position: static;
}
.checkout .checkout-result {
  padding: 60px 0 20px;
  background: #fff;
  text-align: center;
}
.checkout .checkout-result h1 {
  font-size: 4em;
  margin-bottom: 50px;
  font-weight: bold;
}
.checkout .checkout-result .welcome {
  margin-top: -30px;
  padding-top: 280px;
}
.checkout .checkout-result.error h1 {
  color: red;
}
.checkout .checkout-result .wa-form {
  margin: 10px auto 20px;
  width: 400px;
  float: none;
  text-align: left;
}
.checkout .checkout-result .back {
  margin-top: 50px;
}
.checkout h2 {
  padding: 10px 20px 11px;
  border: 1px solid #ddd;
  font-weight: normal;
  margin: 0 0 12px;
  background: #f5f5f5;
  font-size: 16px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.checkout h2 a {
  text-decoration: none;
  color: #222222;
}
.checkout h2 .upcoming a:hover {
  color: #000 !important;
  cursor: default;
}
.checkout h2 a.hint {
  color: #aaa;
  color: #777777;
  text-decoration: none;
  margin-top: 1px;
}
.checkout h2 a.hint:hover {
  color: #555555;
  text-decoration: underline;
}
.checkout h2 a.hint strong {
  text-decoration: underline;
}
.checkout .wa-auth-adapters ul {
  margin: 20px 0;
}
.checkout .checkout-step-content {
  padding: 13px 0px 7px;
  margin-bottom: 42px;
}
.checkout .checkout-step-content.auth {
  margin-bottom: 0;
}
.checkout .checkout-step-content.auth blockquote {
  font-size: 14px;
}
.checkout .checkout-step-content.auth blockquote img {
  margin-right: 20px;
  float: left;
  border-radius: 50%;
}
.checkout .checkout-step-content.auth blockquote p {
  margin-bottom: 0;
  margin-left: 70px;
}
.checkout .checkout-step-content.auth blockquote p span {
  color: #000;
}
.checkout .checkout-step-content.auth > ul {
  margin: 0 0 20px;
}
.checkout .checkout-step-content.auth label {
  font-size: 12px;
}
.checkout .checkout-step-content.auth input {
  vertical-align: -2px;
}
.checkout ul {
  list-style: none;
  padding-left: 0;
  margin-top: 0;
}
.checkout ul li {
  margin-bottom: 5px;
}
.checkout ul li input[type="radio"] {
  margin-right: 3px;
}
.checkout #login-form h1 {
  display: none;
}
.checkout input.large {
  font-size: 1.4em;
}
.checkout .comment {
  width: 100%;
  height: 100px;
  margin-bottom: 20px;
}
.checkout .errormsg.inline {
  display: inline;
  margin-left: 10px;
}
.checkout table.table {
  width: 100%;
}
.checkout span.loading {
  position: relative;
  top: 9px;
  left: 10px;
}
.checkout .wa-form .wa-field .wa-name {
  padding-top: 0.3em;
}
.checkout .wa-form .wa-field.wa-field-birthday .wa-value select {
  margin-right: 5px;
}
.checkout .wa-form .wa-field.wa-field-address .wa-field-address-zip input {
  min-width: 100px;
}

@media screen and (max-width: 480px) {
  .checkout-title h1 {
    margin-top: 5px;
  }
  .checkout-title .back2cart {
    float: none !important;
  }

  .checkout .wa-form .wa-field .wa-name {
    float: none;
  }
  .checkout .wa-form .wa-field .wa-value {
    margin-left: 0;
  }
}
ul.compare-diff-all {
  float: right;
  list-style: none;
  margin: 10px 0;
  padding: 0;
}
ul.compare-diff-all li {
  display: inline-block;
  float: left;
  margin-left: 10px;
}
ul.compare-diff-all li a {
  padding: 5px;
  display: inline-block;
}
ul.compare-diff-all li.selected a {
  background: #eee;
}
ul.compare-diff-all li.selected a b {
  border: none;
}

table.compare {
  width: 100%;
  font-size: 13px;
}
table.compare thead th, table.compare thead td {
  border-top: none;
  vertical-align: top;
}
table.compare thead a {
  line-height: 1.2em;
}
table.compare td {
  text-align: left;
  line-height: 1em;
  padding: 10px 6px;
  border-left: none;
  border-right: none;
}
table.compare td a {
  text-decoration: none;
}
table.compare td a.compare-remove {
  display: inline-block;
  margin: 0 0 5px;
}
table.compare td a.compare-remove .fa {
  color: red !important;
}
table.compare td .image_wrap {
  display: block;
  margin-bottom: 5px;
}
table.compare td .link:hover {
  text-decoration: underline;
}
table.compare tbody th, table.compare tbody td {
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  min-width: 130px;
}
table.compare tbody th {
  text-align: left;
  padding-right: 10px;
}

@media screen and (max-width: 600px) {
  .order_table {
    font-size: 13px;
  }
}
/* Dialogs
---------- */
.dialog {
  display: none;
}

.dialog-background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  opacity: 0.8;
  filter: alpha(opacity=80);
  z-index: 99;
}

.dialog-window .cart {
  position: fixed;
  top: 15%;
  left: 0;
  right: 0;
  opacity: 1;
  z-index: 100;
  overflow-x: hidden;
  box-shadow: 0 3px 15px #ddd;
  margin: 0 auto;
  text-align: left;
  width: 400px;
  bottom: 15%;
  background: #fff;
  padding: 25px;
}

.dialog-window .cart .added2cart {
  font-style: italic;
}

.dialog-window .cart .purchase {
  display: block;
}

.dialog-window .dialog-close {
  float: right;
  color: #bbb;
  text-decoration: none;
  font-size: 200%;
  margin-top: -3px;
}
