* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "Open Sans";
  width: 100vw;
  min-height: 100vh;
  overflow-x: hidden;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  flex-basis: auto;
}

header,
.main-wrapper,
footer {
  width: 100%;
}

footer {
  background: #444444;
}

.main-wrapper {
  flex-grow: 1;
  margin: 0 0 55px;
}

.row {
  width: 100%;
  max-width: 1170px;
  padding: 0 15px;
  margin: 15px auto;
}

.row-header {
  display: block;
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  color: #555;
  margin: 30px 0;
}

button:focus {
  outline: none;
}

.btn {
  display: inline-block;
  text-decoration: none;
  outline: none;
  background: #fff;
  border: 1px solid #aaaaaa;
  border-radius: 3px;
  color: #555555;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 16px;
  padding: 18px 50px;
  cursor: pointer;
  text-align: center;
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}
.btn.btn-green {
  border: 1px solid #4ab542;
  color: #4ab542;
}
.btn.btn-full-green {
  background: #4ab542;
  color: #fff;
}
.btn.btn-purple {
  border: 1px solid #aa72af;
  color: #aa72af;
}
.btn.btn-full-purple {
  background: #aa72af;
  color: #fff;
}
.btn.btn-decor-green {
  font-size: 24px;
  font-weight: 700;
  font-variant: small-caps;
  border: 0;
  color: #fff;
  background: url(../img/backgrounds/green-background.gif) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
}

.btn.btn-decor-purple {
  font-size: 24px;
  font-weight: 700;
  font-variant: small-caps;
  border: 0;
  color: #fff;
  background: url(../img/backgrounds/purple-background.gif) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
}
.btn .ico {
  margin-right: 5px;
  font-size: 18px;
}
.page-header {
  font-family: Roboto, sans-serif;
  font-weight: 500;
  text-align: center;
  color: #333;
}
.quantity {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  margin: 5px 0;
}
.quantity .qnt-btn {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
  line-height: 16px;
  color: #888;
}
.quantity .qnt-val {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  color: #888;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #888;
  border-radius: 5px;
  outline: none;
  width: 52px;
  height: 27px;
  text-align: center;
  padding: 8px 0;
  margin: 0 7px;
}
/* Banners Slider */
.banners-wrapper {
  position: relative;
  z-index: 1;
}
.banners-wrapper .banners-items-controls {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.banners-items-controls-arrow {
  font-size: 26px;
  padding: 20px;
  cursor: pointer;
}

/* Maps */
.map-buttons-wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: stretch;
  align-items: stretch;
  justify-content: center;
  margin-top: 30px;
}
.map-buttons-wrapper .btn {
  margin: 0 15px;
  width: 100%;
  max-width: 360px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}
.map-buttons-wrapper .btn .ico {
  margin-right: 15px;
  font-size: 24px;
}
.map-buttons-wrapper .btn .adv {
  display: block;
  font-variant: small-caps;
  font-size: 20px;
  font-weight: 600;
  margin-top: 5px;
}
#map {
  display: none;
  margin: 30px 0;
}

/* Products Slider */
.slider-control {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  margin-top: 5px;
}
.slider-control .control-arrow {
  padding: 15px;
  font-size: 22px;
  line-height: 22px;
  cursor: pointer;
  color: #aa72af;
}
.product-slider-item .product-card {
  margin: 0 auto;
}
.slider-control .slick-dots {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}

.slider-control .slick-dots li button {
  display: none;
}
.slider-control .slick-dots li {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #aa72af;
  color: #fff;
  cursor: pointer;
  border-radius: 50px;
  display: block;
  width: 15px;
  height: 15px;
  margin: 0 5px;
  font-size: 1px;
  line-height: 1px;
}
.slider-control .slick-dots .slick-active {
  background: #aa72af;
  border: 1px solid #aa72af;
  color: #aa72af;
}

/* Product Card */
.product-card {
  display: block;
  text-decoration: none;
  width: 100%;
  max-width: 360px;
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.1);
  box-shadow: 0 0 5px rgba(0,0,0,.1);
  outline: none;
}

.product-card .product-header {
  margin: 0;
}

.product-card .product-header a {
  display: block;
  text-align: center;
  padding: 10px 20px;
  background: url(../img/backgrounds/purple-background.gif) no-repeat;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 20px;
  color: #fff;
  border-radius: 5px 5px 0 0;
  margin: 0;
  text-decoration: none;
  font-variant: small-caps;
}

.product-card .product-info {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  height: 100%;
  max-height: 180px;
}

.product-card .product-info .product-image {
  width: 50%;
  height: 180px;
  border-radius: 0 0 0 5px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-around;
}

.product-card .product-info .product-image img {
  border-radius: 0 0 0 5px;
  width: 100%;
  max-width: 180px;
  max-height: 180px;
  cursor: pointer;
}

#list_product_image_thumb {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -ms-align-items: stretch;
  align-items: stretch;
  justify-content: flex-start;
}

#list_product_image_middle {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}

#list_product_image_thumb .thumb_block {
  width: 31.33%;
  margin: 0 1% 5px;
}

.product-page .product-info .product-image .thumb_block {
  height: initial;
}

.product-card .product-info .product-description {
  width: 50%;
  padding: 10px;
  border-radius: 0 0 5px 5px;
}

.product-card .product-info .product-description .description {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  color: #333333;
}

.product-card .product-info .product-description .price {
  font-family: Roboto, sans-serif;
  font-size: 24px;
  line-height: 24px;
  color: #aa72af;
  font-weight: 700;
  margin: 10px 0;
}

.product-card .product-info .product-description .btn {
  font-size: 16px;
  padding: 10px 30px;
}

/* Footer */
footer .row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -ms-align-items: flex-start;
  align-items: flex-start;
  justify-content: space-between;
}
.footer-col {
  width: 23%;
}
.footer-col .footer-col-header {
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #f2f2f2;
  text-align: center;
  position: relative;
}
.footer-col .footer-col-header i {
  margin-right: 5px;
  font-size: 16px;
  color: #b584b9;
}
.footer-col .footer-col-header:after {
  content: '';
  display: block;
  width: 100%;
  max-width: 67px;
  height: 1px;
  background: #5cb3de;
  margin: 15px auto;
}
.footer-col.menu a {
  display: block;
  margin-bottom: 5px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #b4b4b4;
}
.footer-col.adress p {
  margin: 0;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #b4b4b4;
}
.footer-col.socials .footer-col-content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer-col.socials .footer-col-content a {
  text-decoration: none;
}
.footer-col.socials .footer-col-content i {
  display: block;
  width: 60px;
  height: 60px;
  background: #b584b9;
  border-radius: 50%;
  color: #f2f2f2;
  font-size: 35px;
  text-align: center;
  line-height: 60px;
  margin: 0 3px;
}
.footer-col.contacts a {
  display: block;
  text-decoration: none;
  color: #e5e5e5;
  text-align: center;
  margin-bottom: 5px;
}
.footer-col.contacts .phone {
  font-family: Roboto, sans-serif;
  font-size: 24px;
  font-weight: 500;
}
.footer-col.contacts .email {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

/* Product List */
.jshop.list_product {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-align-items: stretch;
  align-items: stretch;
}
.jshop.list_product .block_product {
  width: 31.33%;
  margin: 1% 1%;
}

/* Pagination */
.jshop_pagination {
  width: 100%;
  text-align: center;
  font-family: Roboto, sans-serif;
}
.jshop_pagination .pagination .pagination-list {
  list-style: none;
  margin: 20px 0 10px;
  padding: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -ms-align-items: stretch;
  align-items: stretch;
  justify-content: center;
}
.jshop_pagination .pagination .pagination-list a {
  text-decoration: none;
  display: block;
  width: 24px;
  height: 24px;
  font-size: 16px;
  line-height: 25px;
  margin: 0 3px;
  color: #444;
  background: #eee;
  cursor: pointer;
  border-radius: 3px;
  text-align: center;
}
.jshop_pagination .pagination .pagination-list .active a {
  color: #eee;
  background: #4ab542;
}
.icon-next,
.icon-last,
.icon-previous,
.icon-first {
  position: relative;
}
.icon-next:before {
  font-family: 'Font Awesome 5 Pro';
  content: '\f054';
}
.icon-last:before {
  font-family: 'Font Awesome 5 Pro';
  content: '\f324';
}
.icon-previous:before {
  font-family: 'Font Awesome 5 Pro';
  content: '\f053';
}
.icon-first:before {
  font-family: 'Font Awesome 5 Pro';
  content: '\f323';
}

/* Modals */
#modals-wrapper {
  position: fixed;
  right: -200vw;
  top: 0;
  width: 100%;
  height: 100vh;
  background: rgba(82,79,77,.5);
  z-index: 1001;
  transition: .5s ease-in-out;
}
#modals-wrapper.active {
  right: 0;
}
#advanced-info .row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -ms-align-items: stretch;
  align-items: stretch;
  flex-basis: auto;
  margin: 0 auto;
}
#advanced-info .row .col-1 {
  width: 100%;
  max-width: 200px;
}
#advanced-info .row .col-1 .btn {
  margin-top: 50px;
  padding: 18px;
}
#advanced-info .row .col-2 {
  flex-grow: 1;
  flex-basis: auto;
  background: #fff;
  position: relative;
  z-index: 1;
  padding: 50px 20px 20px;
  height: 100vh;
}
#advanced-info .row .col-2:after {
  content: '';
  display: block;
  position: absolute;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  background: #fff;
  z-index: -1;
}
#advanced-info .row .col-2 a {
  text-decoration: none;
}
#product-advanced-main-name {
  font-family: Roboto, sans-serif;
  font-size: 36px;
  font-weight: 500;
  color: #333333;
  margin: 0;
  margin-bottom: 5px;
  font-variant: small-caps;
}
#product-advanced-main-adv {
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #333333;
  margin: 0;
  margin-bottom: 15px;
}
#product-advanced-main-image {
  display: block;
  margin: 0 auto;
  width: 360px;
  max-height: 360px;
}
#advanced-info .product-advanced-main {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -ms-align-items: stretch;
  align-items: stretch;
  flex-basis: auto;
  margin-bottom: 15px;
}
#advanced-info .product-advanced-main .left-side {
  flex-grow: 1;
  flex-basis: auto;
  padding: 0 10px 0 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
  flex-basis: auto;
}
#advanced-info .product-advanced-main .right-side {
  padding: 0 0 0 10px;
}
#advanced-info .product-advanced-main .prices h3 {
  font-family: Roboto, sans-serif;
  color: #333333;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}
#advanced-info .product-advanced-main .prices .price {
  font-family: Roboto, sans-serif;
  color: #aa72af;
  font-size: 24px;
  font-weight: 500;
}
#advanced-info .product-advanced-main .prices .price #price1 {
  font-size: 34px;
}
#advanced-info .product-advanced-main .prices #price2 {
  position: relative;
  color: #a8a8a8;
  padding-left: 22px;
}
#advanced-info .product-advanced-main .prices #price2 i {
    position: absolute;
    left: 0;
    top: 20%;
}
#advanced-info .product-advanced-main .prices #price2 .adv {
  font-size: 14px;
  font-weight: 300;
}
#advanced-info .product-advanced-main .prices #price2 span {
  font-size: 24px;
  font-weight: 500;
}
#advanced-info .product-advanced-main .prices #price2 a {
  color: #4ab542;
  text-decoration: underline;
}
#advanced-info .product-advanced-main .left-side .recommend {
  flex-grow: 1;
  flex-basis: auto;
  margin: 15px 0;
}
#advanced-info .product-advanced-main .left-side .recommend h3 {
  font-family: Roboto, sans-serif;
  font-size: 28px;
  color: #333;
  font-weight: 500;
  margin: 0;
}
#advanced-info .product-advanced-description {
  padding-top: 10px;
}
#advanced-info .product-advanced-description p {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 18px;
  color: #888888;
  font-weight: 300;
  margin: 0;
  margin-top: 10px;
}

/* Product page */
.product-page .product-info {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -ms-align-items: stretch;
  align-items: stretch;
  justify-content: space-between;
}
.product-page .product-info .product-image {
  width: 100%;
  max-width: 440px;
  margin-left: 20px;
}
.product-page .product-info .product-image img {
  display: block;
  max-width: 440px;
  max-height: 440px;
}
.product-page .product-info .product-description h1 {
  font-family: Roboto, sans-serif;
  font-size: 36px;
  font-weight: 500;
  color: #333;
  margin-bottom: 10px;
  margin: 0;
  font-variant: small-caps;
  text-align: left;
}
.product-page .product-info .product-description .price {
  font-family: Roboto, sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #aa72af;
  text-transform: uppercase;
}
.product-page .product-info .product-description .price span {
  font-size: 34px;
}
.product-page .product-info .product-description .price h3 {
  margin: 10px 0 0;
  font-size: 16px;
  color: #333;
  text-transform: capitalize;
}
.product-page .product-info .product-description .price2 {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #a8a8a8;
  position: relative;
  padding-left: 25px;
  text-transform: uppercase;
}
.product-page .product-info .product-description i {
  position: absolute;
  left: 0;
  top: 20%;
}
.product-page .product-labels {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: stretch;
  align-items: stretch;
  justify-content: flex-start;
}
.product-page .product-labels .btn {
  padding: 7px 10px 7px 25px;
  margin: 10px 5px 10px 0;
  position: relative;
}
.product-page .product-labels .btn i {
  position: absolute;
  left: 10px;
  top: 7px;
  font-size: 14px;
  font-weight: lighter;
}
.product-page .product-labels .btn.btn-green i {
  left: 7px;
}
.product-page .product-info .product-description .price2 span {
  font-size: 24px;
}
.product-page .product-info .product-description .price2 .adv {
  font-size: 14px;
  font-weight: 300;
  text-transform: lowercase;
}
.product-page .product-info .product-description .price2 .adv a{
  color: #4ab542;
}
.product-page .product-attributes {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -1%;
}
.product-page .product-attributes-item {
  width: 14.66%;
  margin: 1%;
}
.product-page .product-attributes-item form {
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -ms-align-items: stretch;
  align-items: stretch;
  flex-basis: auto;
}
.product-page .product-attributes-item-image {
  width: 165px;
  height: 165px;
  position: relative;
}
.product-page .product-attributes-item-image img {
  width: 100%;
  height: 100%;
}
.product-page .product-attributes-item-image .labels {
  position: absolute;
  bottom: 5px;
  left: 5px;
}
.product-page .product-attributes-item-image .labels .btn {
  font-size: 12px;
  padding: 5px 10px 5px 20px;
  margin-top: 3px;
}
.product-page .product-attributes-item-image .labels .btn i {
  position: absolute;
  left: 7px;
  top: 7px;
  font-size: 10px;
}
.product-page .product-attributes-item-name {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  color: #888;
  margin: 10px 0;
  text-align: center;
  font-variant: small-caps;
  flex-basis: auto;
  flex-grow: 1;
}
.product-page .product-attributes-item .btn {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  margin-top: 10px;
  padding: 10px 18px 9px;
}

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.login_block {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

.login_block label {
    justify-content: flex-start;
}

.login_block label span {
    width: 120px;
    text-align: left;
}
.form-label span {
    display: block;
    width: 50%;
    text-align: right;
    padding-right: 25px;
    font-size: 14px;
    font-family: Ubuntu, sans-serif;
    font-weight: 500;
}

.form-label input {
    display: block;
    width: 50%;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    outline: none;
    border: 2px solid #aa72af;
    border-radius: 5px;
    padding: 5px 10px;
    transition: .2s ease-in-out;
}

.login_block .rowpasword, .login_block .rowremember, .login_block .rowbutton, .login_block .rowlostpassword {
    margin-bottom: 8px !important;
}

.login_block .form-horizontal .controls {
    margin-left: 120px !important;
}

.form-label {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex !important;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    margin: 0 0 10px 0 !important;
}

.text-center {
    text-align: center;
}

h1 {
    /*font-family: Roboto, sans-serif;*/
    font-family: "Open Sans";
    font-size: 36px;
    font-weight: 500;
    color: #333;
    margin: 0;
    margin-bottom: 20px;
  text-align: center;
  margin: 30px 0;
}

.login_block .btn {
  font-size: 16px;
  font-weight: 400;
  margin-top: 10px;
  padding: 10px 12px 9px;
}

.login_block {
  font-family: "Open Sans";
  font-size: 14px;
  color: #333;
}

.register_block {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

.register_block label {
    justify-content: flex-start;
}

.register_block label span {
    width: 120px;
    text-align: left;
}

.form-label input {
    display: block;
    width: 50%;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    outline: none;
    border: 2px solid #aa72af;
    border-radius: 5px;
    padding: 5px 10px;
    transition: .2s ease-in-out;
}

.register_block .form-horizontal .controls {
    margin-left: 120px !important;
}

.register_block .btn {
  font-size: 16px;
  font-weight: 400;
  margin-top: 10px;
  padding: 10px 12px 9px;
}

.register_block {
  font-family: "Open Sans";
  font-size: 14px;
  color: #333;
}

.login_block a,
.register_block a {
  color: #333;
  text-decoration: underline;
  -moz-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.login_block a:hover,
.register_block a:hover {
  color: #aa72af;
  text-decoration: underline;
  -moz-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.rd-navbar-cart-items.empty_cart:before {
  content: "В корзине нет товаров";
  width: 100%;
  display: block;
  margin-top: 35%;
  text-align: center;
}

.mobile-cart {
  display: none;
}

.order_cart {
  width: 100%;
  border-collapse: collapse;
}

.order_cart .attribs {
  color: #777;
  font-size: 13px;
  padding: 3px 0;
}

.order_cart tr th,
.order_cart tr td {
  border-bottom: 1px solid #eee;
  padding: 10px 5px;
}

td.order_cart_single_price,
td.order_cart_quantity,
td.order_cart_total_price {
  text-align: center;
}

th.order_cart_product_name {
  text-align: left;
}

.jshop_list_category.category-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-align-items: stretch;
  align-items: stretch;
}
.category-list-item {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 25%;
  padding: 1px;
  position: relative;
  text-decoration: none;
  color: #fff;
  transition: .2s ease-in-out;
}
.category-list-item-image {
  width: 100%;
  height: 100%;
}
.category-list-item img {
  width: 100%;
  height: 100%;
}
.category-list-item-name {
  width: 80%;
  height: 80%;
  position: absolute;
  left: 10%;
  top: 10%;
  z-index: 1;
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  font-weight: 400;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #fff;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  transition: .2s ease-in-out;
}
.category-list-item:hover .category-list-item-name {
  background: rgba(255,255,255,.2);
}

/* Contacts page */
.contacts-blocks-wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-align-items: stretch;
  align-items: stretch;
}
.contacts-blocks-wrapper .contact-block {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: stretch;
  align-items: stretch;
  background: #eeeeee;
  margin: 0 1%;
  width: 31.2%;
  margin-bottom: 15px;
  flex-basis: auto;
}
.contacts-blocks-wrapper .contact-block.big {
  width: 48%;
}
.contacts-blocks-wrapper .contact-block .icon {
  width: 100%;
  max-width: 40px;
  border-right: 1px solid #cfcfcf;
  font-size: 16px;
  color: #5d5d5d;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}

.contacts-blocks-wrapper .contact-block .info {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  -ms-align-items: flex-start;
  align-items: flex-start;
  padding: 30px;
  flex-grow: 1;
  flex-basis: auto;
}

.contacts-blocks-wrapper .contact-block .info .info-label {
  display: inline-block;
  width: 100%;
  max-width: 50px;
}

.contacts-blocks-wrapper .contact-block .info p {
  width: 100%;
  margin: 3px 0 3px;
  color: #5d5d5d;
  font-size: 16px;
  font-weight: 400;
}

.contacts-blocks-wrapper .contact-block .info a {
  text-decoration: none;
  color: #5d5d5d;
  font-weight: 500;
}

.contacts-blocks-wrapper .contact-block.phones .info .main,
.contacts-blocks-wrapper .contact-block.emails .info .main {
  font-size: 20px;
}

.contact-page-map {
  margin: 15px;
}

/* Cart */
.cart-items {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}
.cart-item {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
  flex-basis: auto;
  margin: 0px 15px 0px;
  border-bottom: 1px solid #eee;
}
.cart-item-image {
  width: 100px;
  height: 100px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}
.cart-item-image img {
  width: 100%;
  max-width: 80px;
  max-height: 80px;
}
.cart-item-name {
  flex-grow: 1;
  flex-basis: auto;
}
.cart-item-name-main a {
  text-decoration: none;
  font-size: 24px;
  margin-bottom: 5px;
  font-weight: 500;
  color: #333;
  text-transform: lowercase;
  font-variant: small-caps;
}
.cart-item-name-attr {
  font-size: 16px;
  font-weight: 300;
  color: #333;
  text-transform: lowercase;
  font-variant: small-caps;
}
.cart-item-price,
.cart-item-quantity,
.cart-item-total {
  width: 100%;
  max-width: 140px;
  text-align: center;
}
.cart-item-remove {
  width: 100%;
  max-width: 30px;
  text-align: center;
}
.cart-item-remove a {
  text-decoration: none;
  color: #aa72af;
  display: block;
}
.cart-item-price,
.cart-item-total {
  font-size: 16px;
  font-weight: 500;
}
.cart-total {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: flex-end;
  font-size: 20px;
  margin: 15px 0;
}
.cart-total-sum {
  margin-left: 15px;
  font-weight: 500;
}
.jshop.cart_buttons #checkout {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
}
.jshop.cart_buttons #checkout .btn-decor-green {
  font-size: 16px;
  font-weight: 400;
  font-variant: none;
}

/* Compare */
.compare-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-align-items: stretch;
  align-items: stretch;
  flex-basis: auto;
}
.compare-list .compare-item {
  width: 23%;
  margin: 0 1%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  flex-basis: auto;
}
.compare-list .compare-item div {
  padding: 10px 0;
  width: 100%;
  text-align: center;
}
.compare-list .compare-item div:nth-child(even) {
  background: #eee;
}
.compare-list .compare-item-remove a {
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  color: red;
  cursor: pointer;
}
.compare-list .compare-item-remove a i {
  font-weight: lighter;
}
.compare-list .compare-item-image img {
  width: 100%;
  max-width: 200px;
  max-height: 200px;
  margin: 10px auto 8px;
}
.compare-list .compare-item-name,
.compare-item-advanced {
  text-transform: uppercase;
  font-variant: small-caps;
  font-size: 14px;
}
.compare-list.btn {
  margin: 0 auto 15px;
}
.compare-list .compare-item-name {
  flex-grow: 1;
  flex-basis: auto;
}
.showonmobile {
  display: none;
}

/* Filters */
.products_top_wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -ms-align-items: stretch;
  align-items: stretch;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  text-transform: uppercase;
  font-variant: small-caps;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #333;
}
.products_top_wrapper button {
  background: none;
  border: none;
  cursor: pointer;
  text-decoration: underline;
  text-transform: uppercase;
  font-variant: small-caps;
  font-size: 14px;
  font-weight: 500;
  color: #aa72af;
  padding: 0;
}

/* Orders */
.jshop.myorders_list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -ms-align-items: stretch;
  align-items: stretch;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.jshop.myorders_list .myorders_block_info {
  width: 23%;
  margin: 1%;
}
.jshop.myorders_list .myorders_block_info b {
  display: inline-block;
  margin-bottom: 5px;
}
.jshop.myorders_list .myorders_block_info .btn {
  margin-top: 10px;
}

/* Account */
.jshop.profile {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}
.jshop_profile_data {
  margin-bottom: 10px;
}
.jshop_profile_data div {
  margin-bottom: 5px;
}
.jshop.profile .btn {
  margin-bottom: 5px;
}
.jshop.profile .btn i {
  margin-right: 10px;
}


.myorderinfo h1 {
  color: #aa72af;
}

.btn.btn-usual {
  display: inline-block;
  font-size: 16px !important;
  padding: 10px 30px;
}

.reset_password_wrapper {
  max-width: 600px;
  text-align: center;
  margin: 0 auto;
  padding: 0px 10px;
}

.reset_password_wrapper .control-label {
  margin-bottom: 10px;
}

.reset_password_wrapper .controls {
  margin-bottom: 10px;
}

.product-page .product-info .product-description .compare i {
  left: 10px;
  top: 9px;
}

.product-page .product-info .product-image #list_product_image_middle img {
  max-width: 400px;
}

.product-page .product-info .product-image #list_product_image_middle {
    margin-bottom: 20px;
}

.product-page .product-info .product-image .thumb_block:first-child {
    margin-left: 0px;
}

.product-page .product-info .product-image .thumb_block img {
  max-width: 127px;
  max-height: 100%;
  margin: 0 auto;
}

.product-page .product-info .product-image .thumb_block {
    margin: 2px;
    width: 127px;
    height: 127px;
    display: inline-block;
    text-align: center;
    box-sizing: border-box;
    vertical-align: top;
}

.cart_empty_text {
  margin: 30px 0;
}

.btn.btn-small {
    display: inline-block;
    font-size: 14px !important;
    padding: 3px 15px;
}

.quantity_update_button_wrapper {
  position: relative;
}

.quantity_update_button_wrapper2 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}

.btn.btn-account {
  font-size: 20px;
  line-height: 24px;
  padding: 8px 20px;
}

.search_category_radio {
  display: none;
}

.search_categories_wrapper {
  text-align: center;
}

.search_category_label {
  display: inline-block;
  border: 1px solid #cccccc;
  border-radius: 5px;
  background: #eeeeee;
  line-height: 16px;
  font-size: 16px;
  white-space: nowrap;
  padding: 20px;
  text-transform: uppercase;
  margin: 5px 3px;
  cursor: pointer;
  font-variant: small-caps;
}

.search_category_label:hover {
  border-color: #4ab542;
}

.search_category_label.active {
  border: 0;
  padding: 21px;
  color: #fff;
  background: url(../img/backgrounds/green-background.gif) no-repeat;
}

.uppercase {
  /*text-transform: uppercase;*/
  font-variant: small-caps;
}

.search_shadow_wrapper {
  border-radius: 5px;
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.2);
  padding: 20px;
  margin: 30px 0;
}

.search_shadow_upper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  justify-content: space-between;
}
.search_shadow_upper_left,
.search_shadow_upper_right {
  width: 45%;
}

.shipping_method {
  position: relative;
  padding: 5px 10px 5px 20px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
}

.shipping_label {
  cursor: pointer;
}
.shipping_radio {
  position: absolute;
  top: 7px;
  left: 0;
}

.shipping_descr p {
  margin: 5px 0;
}

.finish_text {
  text-align: center;
}

.styled_checkbox {
  cursor: pointer;
}

.styled_checkbox input {
  display: none;
}

.search_shadow_labels .styled_checkbox_text {
  font-size: 16px;
  font-weight: bold;
  font-family: "Roboto";
  color: #555;
}

.styled_checkbox {
  position: relative;
  padding-left: 35px;
  margin: 20px 0;
}

.search_shadow_labels .styled_checkbox:before {
  font-family: "Font Awesome 5 Pro";
  border: 1px solid #ccc;
  content: "";
  display: block;
  position: absolute;
  top: -4px;
  left: 0;
  width: 23px;
  height: 23px;
  color: #4ab542;
  text-align: center;
  font-size: 18px;
  line-height: 23px;
  font-style: 300;
}

.search_shadow_labels .styled_checkbox.checked:before {
  content: "\f00c";
  border-color: #4ab542;
}

.search_shadow_labels .styled_checkbox {
  display: inline-block;
  margin-right: 25px;
}

.search_shadow_wrapper .chzn-container {
  width: auto !important;
  min-width: 100px;
}

.search_shadow_buttons .btn {
  margin: 15px auto;
}

#price_slider {
  margin: 20px;
}

.search_shadow_prices {
  text-align: center;
  margin-bottom: 20px;
}

.search_shadow_extra_field {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 20px;
}

.search_shadow_wrapper .chzn-container-multi .chzn-choices {
  border-color: #ddd !important;
  
}

.search_shadow_wrapper .chzn-container-multi .chzn-choices li.search-choice {
    margin: 5px 8px 5px 0 !important;
}

.search_shadow_wrapper .chzn-container-active .chzn-choices {
  box-shadow: none !important;
}

.search_shadow_extra_field_name {
  font-variant: small-caps;
}

.search_shadow_labels .label_style_1 .styled_checkbox_text {
  color: #ffd700;
  text-shadow: 2px 2px 2px rgba(0,0,0,0.1);
}

.search_shadow_labels .styled_checkbox.label_style_1.checked::before {
  border-color: #ffd700;
  color: #ffd700;
  box-shadow: 2px 2px 4px rgba(0,0,0,0.1);
  text-shadow: 2px 2px 4px rgba(0,0,0,0.1);
}

.search_shadow_labels .label_style_2 .styled_checkbox_text {
  color: #ed2f39;
  text-shadow: 2px 2px 2px rgba(0,0,0,0.1);
}

.search_shadow_labels .styled_checkbox.label_style_2.checked::before {
  border-color: #ed2f39;
  color: #ed2f39;
  box-shadow: 2px 2px 4px rgba(0,0,0,0.1);
  text-shadow: 2px 2px 4px rgba(0,0,0,0.1);
}

.deliver-options {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

.deliver-option {
  display: inline-block;
  width: 20%;
  vertical-align: top;
  border: 1px solid #ccc;
  padding: 20px;
  min-height: 203px;
}

.deliver-option i {
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
  font-size: 48px;
}

.deliver-option-title {
  display: block;
  margin-bottom: 10px;
}

.deliver-option-price {
  display: block;
  font-weight: bold;
}

.color-purple {
  color: #aa72af;
}

.color-green {
  color: #4ab542;
}

.payment-options {
  text-align: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.payment-option {
  display: inline-block;
  border: 1px solid #ccc;
  width: 300px;
  padding: 20px;
  vertical-align: top;
  min-height: 130px;
}

.payment-option-title {
  font-weight: bold;
  margin-bottom: 10px;
  text-transform: uppercase;
}
