<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body .page-header {
  padding-bottom: 0;
  margin: 0;
  border-bottom: none;
}
.page-title,
.page-header h1 {
  line-height: 1;
  margin: 0;
}
.page-subheader {
  border-bottom: 1px solid #eeeeee;
  margin: 0 0 22px;
}
.page-subheader:before,
.page-subheader:after {
  content: " ";
  display: table;
}
.page-subheader:after {
  clear: both;
}
.page-subtitle,
.page-subheader h2 {
  line-height: 1;
  margin: 0;
}
.page-header + .page-subheader {
  margin-top: -22px;
}
.article-title,
.article-header h1 {
  margin: 0 0 11px 0;
  font-size: 18px;
  text-transform: uppercase;
}
.article-title a,
.article-header h1 a {
  color: #222534;
}
.article-header h1.article-title {
  background: transparent;
  font-family: "Cabin Condensed", Arial, sans-serif;
  color: #333333;
  font-size: 24px;
  line-height: 21.81818182px;
  margin: 0 0 11px 0;
  padding: 0 0 0 22px;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
}
@media screen and (min-width: 768px) {
  .article-header h1.article-title {
    margin-bottom: 22px;
  }
}
.article-header h1.article-title:before {
  background: #222534;
  width: 12px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}
.item-title {
  font-weight: bold;
}
.jumbotron h1,
.jumbotron h2,
.jumbotron h3 {
  margin-top: 0;
}
.jumbotron p:last-child {
  margin-bottom: 0;
}
.container .jumbotron {
  border-radius: 6px;
}
.masthead {
  padding: 44px 0;
  text-align: center;
}
.masthead p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .masthead {
    padding: 88px 0;
  }
  .masthead h1 {
    font-size: 98px;
  }
  .masthead p {
    font-size: 28px;
  }
  .masthead .btn-lg {
    margin-top: 22px;
    padding: 18px 42px;
    font-size: 21px;
  }
}
.contact .page-header {
  border: none;
  margin: 0;
  padding: 0;
}
.contact .image {
  width: 100%;
}
.contact .contact-position h3 {
  color: #333333;
  font-size: 18px;
  line-height: 21.81818182px;
  font-weight: bold;
  line-height: 21.8182px;
  text-transform: uppercase;
}
.contact .jicons-icons,
.contact .jicons-text {
  background: #222534;
  padding: 4.4px;
  color: #ffffff;
  display: inline-block;
  height: 26px;
  line-height: normal;
  margin: 0 10px 0 0;
  text-align: center;
  width: 25px;
}
.contact form {
  margin: 0;
}
.contact .form-horizontal .form-group {
  margin: 0;
}
.contact .form-horizontal .form-group textarea,
.contact .form-horizontal .form-group input[type="text"],
.contact .form-horizontal .form-group input[type="email"],
.contact .form-horizontal .form-group .inputbox {
  width: 100%;
  border-radius: 0;
}
.contact .form-horizontal .form-group #jform_contact_message {
  height: 182px !important;
}
.contact .form-horizontal .form-group .btn[type="submit"] {
  margin-top: 11px;
}
.contact .form-horizontal .control-label {
  padding: 10px 0;
  text-align: left;
  color: #222534;
  font-weight: bold;
}
.jumbotron-primary {
  background-color: #222534;
  color: #999fbc;
}
.jumbotron-primary h1,
.jumbotron-primary h2,
.jumbotron-primary h3 {
  color: #ffffff;
}
.jumbotron-primary p {
  color: #ffffff;
}
.jumbotron-primary .btn-primary {
  border-color: #fff;
}
.label:empty {
  display: none;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.page-header .label,
.page-header .badge {
  vertical-align: middle;
}
.alert h4 {
  color: inherit;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media &gt; .pull-left {
  margin-right: 10px;
}
.media &gt; .pull-right {
  margin-left: 10px;
}
.list-group-item &gt; .badge {
  float: right;
}
.list-group-item &gt; .badge + .badge {
  margin-right: 5px;
}
a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #7a82a8;
}
.panel-heading &gt; .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title &gt; a {
  color: inherit;
}
.pagenav.pager li a &gt; span {
  background: none;
  border: none;
  border-radius: 0;
  display: inline-block;
  padding: 3px;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
@media screen and (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: none;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
  height: auto;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.eshop-container .product-info .image-additional {
  overflow: initial;
}
.product-info .slick-prev,
.product-info .slick-next {
  position: absolute;
  display: block;
  height: 30px;
  width: 30px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background-position: center center!important;
  color: transparent;
  top: 0;
  left: 50%;
  margin: 0 0 0 -22px;
  padding: 0;
  border: none;
  outline: none;
}
.product-info .slick-prev {
  background: #eeeeee url(../../../templates/eshop_fashion_pro/images/arrow-up.png) no-repeat 0 0;
  top: -15px;
}
.product-info .slick-next {
  background: #eeeeee url(../../../templates/eshop_fashion_pro/images/arrow-down.png) no-repeat 0 0;
  bottom: 0;
  top: auto;
}
.product-info .slick-prev:hover,
.product-info .slick-next:hover {
  background-color: #222534;
  background-image: url(../../../templates/eshop_fashion_pro/images/arrow-up-hover.png);
}
.product-info .slick-next:hover {
  background-image: url(../../../templates/eshop_fashion_pro/images/arrow-down-hover.png);
}
.product-info .image-additional-horz .slick-prev,
.product-info .image-additional-horz .slick-next {
  position: absolute;
  display: block;
  height: 30px;
  width: 30px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background-position: center center!important;
  color: transparent;
  top: 35%;
  left: 0;
  margin: 0 0 0 -22px;
  padding: 0;
  border: none;
  outline: none;
}
.product-info .image-additional-horz .slick-prev {
  background: #eeeeee url(../../../templates/eshop_fashion_pro/images/prev.png) no-repeat 0 0;
  left: 15px;
}
.product-info .image-additional-horz .slick-next {
  background: #eeeeee url(../../../templates/eshop_fashion_pro/images/next.png) no-repeat 0 0;
  right: 0;
  bottom: auto;
  left: auto;
}
.image-additional-horz {
  margin: 20px 0 ;
}
.image-additional-horz .slick-slide {
  padding: 0 5px;
}

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 30px;
  width: 30px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 35%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev {
  background: url(../../../templates/eshop_fashion_pro/images/prev.png) no-repeat 0 0;
  left: 0px;
}
.slick-next {
  background: url(../../../templates/eshop_fashion_pro/images/next.png) no-repeat 0 0;
  right: -9px;
}
.product-info .eshop-quantity,
.eshop-info-block .eshop-quantity,
.ajax-block-product .eshop-quantity {
  border: 1px solid #ccc;
  display: table;
  margin: 0 5px 0 0;
}
.product-info .eshop-quantity .input-group-btn-vertical,
.ajax-block-product .eshop-quantity .input-group-btn-vertical {
  position: relative;
  white-space: nowrap;
  width: auto;
  vertical-align: middle;
  display: table-cell;
}
.product-info .bootstrap-touchspin .input-group-btn-vertical &gt; .btn,
.ajax-block-product .bootstrap-touchspin .input-group-btn-vertical &gt; .btn {
  background: none;
  border: none;
  display: block;
  float: none;
  font-size: 12px;
  line-height: normal;
  margin-left: 0 !important;
  max-width: 100%;
  padding: 0 9px;
  position: relative;
  text-align: center;
  width: auto;
  border-radius: 0;
}
.product-info .product-options .radio {
  display: inline-block;
  width: 45%;
}
.eshop-quantity .eshop-quantity-value {
  background: none;
  border: none;
}
#related-products h3 {
  text-align: left;
  margin-bottom: 22px;
  color: #333333;
  font-size: 24px;
  line-height: 21.81818182px;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  padding: 0 0 0 22px;
}
#related-products h3::before {
  background: #222534;
  width: 12px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}
#related-products .related_products_main {
  padding: 0 5px;
}
#related-products .slick-prev {
  background: #eeeeee url(../../../templates/eshop_fashion_pro/images/arrow-prev.png) no-repeat center center;
}
#related-products .slick-next {
  background: #eeeeee url(../../../templates/eshop_fashion_pro/images/arrow-next.png) no-repeat center center;
}
#related-products .slick-prev:hover,
#related-products .slick-next:hover {
  background-color: #222534;
  background-image: url(../../../templates/eshop_fashion_pro/images/arrow-prev-hover.png);
}
#related-products .slick-next:hover {
  background-image: url(../../../templates/eshop_fashion_pro/images/arrow-next-hover.png);
}

.slick-loading .slick-list {
  min-height: 50px;
  background: url(../../../templates/eshop_fashion_pro/images/bx_loader.gif) center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
.slick-disabled {
  display: none !important;
}
.sortPagiBar {
  margin: 0 0 20px;
}
#products-list .eshop-product-desc,
#products-list a,
#products-list input,
#products-list button,
#products-list textarea,
#products-list select {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
body .clearfix {
  clear: none;
}

.eshop-manufacturers-list .row-fluid .span4 {
  margin-bottom: 2.5641%;
}
.eshop-manufacturers-list .eshop-manufacturer-wrap {
  text-align: center;
  border: 1px #eee solid;
}
.eshop-manufacturers-list .eshop-manufacturer-wrap .image {
  padding: 10px;
}
.eshop-manufacturers-list .eshop-manufacturer-wrap .eshop-info-block,
.eshop-manufacturers-list .eshop-manufacturer-wrap .eshop-info-block {
  background: #eee;
}

.eshop-product-sorting .input-large {
  width: auto;
}
.eshop-categories-list .row-fluid .span4 {
  margin-bottom: 2.5641%;
}
.eshop-categories-list .row-fluid:last-child .span4 {
  margin-bottom: 0;
}
.eshop-categories-list .eshop-category-wrap,
.eshop-sub-categories-list .eshop-category-wrap {
  text-align: center;
  border: 1px #eee solid;
}
.eshop-categories-list .eshop-category-wrap .image,
.eshop-sub-categories-list .eshop-category-wrap .image {
  padding: 10px;
}
.eshop-categories-list .eshop-category-wrap .eshop-info-block,
.eshop-sub-categories-list .eshop-category-wrap .eshop-info-block {
  background: #eee;
}
.eshop-categories-list .eshop-category-wrap .eshop-info-block h5 {
  font-weight: bold;
  margin: 0;
}
.product-cart label.btn {
  display: inline-block;
  padding: 5px;
  background: none;
  border: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.product-cart .no_margin_left .input-append {
  vertical-align: top;
  display: inline-block;
}
.eshop-cart-area {
  margin: 0 0 10px;
}
.eshop-buttons .input-append {
  margin: 0;
  display: inline-block;
}
.eshop-quantity {
  margin: 0 5px 0 0;
}
.no_margin_left {
  margin-left: 0;
}
.eshop-quantity-value {
  text-align: center;
  width: 60px !important;
}
.products-list {
  margin-top: -5px;
  margin-left: 5px;
  min-height: 500px;
}
.products-list ul {
  list-style: none;
  margin: 0;
}
.product-info .thumbnails {
  margin: 10px 0 0;
}
.product-info .thumbnails li a img {
  border: 1px #ccc solid;
}
.eshop-pagination {
  margin: 0 auto;
  width: auto;
  text-align: center;
}
.eshop-product-sorting .input-large {
  width: 250px;
}
.eshop-product-show {
  display: inline-block;
  margin: 0 0 0 10px;
}
.eshop-product-show .inputbox {
  width: auto;
}

.products-list {
  margin-top: -5px;
  margin-left: 5px;
  min-height: 500px;
}
.products-list ul {
  list-style: none;
  margin: 0;
}
.products-list &gt; ul &gt; li {
  padding: 8px 8px 8px 0px;
}
.products-list &gt; ul &gt; li + li {
  border-top: 1px solid #EEEEEE;
}
.products-list &gt; ul &gt; li &gt; a {
  text-decoration: none;
}
.products-list &gt; ul &gt; li &gt; a:hover {
  text-decoration: none;
  background: none;
}
.products-list &gt; ul &gt; li ul {
  display: none;
}
.products-list &gt; ul &gt; li a.active {
  font-weight: bold;
}
.products-list &gt; ul &gt; li a.active + ul {
  display: block;
}
.products-list &gt; ul &gt; li ul &gt; li {
  padding: 5px 5px 0px 10px;
}
.products-list &gt; ul &gt; li ul &gt; li &gt; a {
  text-decoration: none;
  display: block;
}
.products-list &gt; ul &gt; li ul &gt; li &gt; a.active {
  font-weight: bold;
}
.related_products .span2 {
  width: 160px;
}
.product_comparison .thumbnail {
  border: none;
  text-align: center;
}
.module {
  position: relative;
}
.product_comparison small {
  font-weight: normal;
}
.product_comparison .product_stars {
  text-align: center;
  margin: 0 auto;
  width: 85px;
}
.product_comparison .price_summary td {
  text-align: center;
}
.navbar .btn.search_btn {
  margin-top: 1px;
}
.carousel-inner {
  height: 286px;
}
.carousel-caption {
  bottom: -77px;
}
.popular_products .span2 {
  width: 160px;
}
.customer_service {
  text-align: right;
  font-size: 13px;
  margin: 12px 0 0;
}
.table td.eshop-center-text {
  text-align: center;
}
.product_comparison .thumbnail {
  border: none;
  text-align: center;
}
.product_comparison small {
  font-weight: normal;
}
.product_comparison .product_stars {
  text-align: center;
  margin: 0 auto;
  width: 85px;
}
.product_comparison .price_summary td {
  text-align: center;
}
.navbar .btn.search_btn {
  margin-top: 1px;
}
.carousel-inner {
  height: 286px;
}
.carousel-caption {
  bottom: -77px;
}
.popular_products .span2 {
  width: 160px;
}
.customer_service {
  text-align: right;
  font-size: 13px;
}
.table td.eshop-center-text {
  text-align: center;
}
#theme_switcher {
  top: 10px;
  left: 10px;
  position: fixed;
}
.eshop-base-price {
  color: #FF0000;
  text-decoration: line-through;
}
.error {
  color: #FF0000;
  display: block;
}
.required {
  color: #FF0000;
  font-weight: bold;
}
.checkout-heading {
  background: #222534;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 10px 10px 10px 45px;
  border: none;
  position: relative;
}
.checkout-heading:before {
  background: #36c2b9;
  content: "1";
  height: auto;
  left: 5px;
  padding: 5px 12px;
  position: absolute;
  text-align: center;
  top: 5px;
  width: auto;
}
.checkout-heading a {
  float: right;
  font-weight: normal;
  margin-top: 1px;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}
#checkout-options .checkout-heading:before {
  content: "1";
}
#payment-address .checkout-heading:before {
  content: "2";
}
#shipping-address .checkout-heading:before {
  content: "3";
}
#shipping-method .checkout-heading:before {
  content: "4";
}
#payment-method .checkout-heading:before {
  content: "5";
}
#confirm .checkout-heading:before {
  content: "6";
}
.checkout-content {
  display: none;
  overflow: auto;
  padding: 0 0 15px;
}
.checkout-content .left {
  float: left;
  width: 48%;
}
.checkout-content .right {
  float: right;
  width: 48%;
}
.checkout-content .eshop-buttons {
  clear: both;
}
.checkout-content input[type="text"],
.checkout-content input[type="password"],
.checkout-content .input-xlarge {
  width: 100%;
}
.success,
.warning,
.attention,
.information {
  border-radius: 5px 5px 5px 5px;
  color: #555555;
  margin-bottom: 15px;
  padding: 10px 10px 10px 33px;
}
.warning {
  background: url("../../../templates/eshop_fashion_pro/images/warning.png") no-repeat scroll 10px center #ffd1d1;
  border: 1px solid #F8ACAC;
  border-radius: 5px 5px 5px 5px;
}
.success {
  background: url("../../../templates/eshop_fashion_pro/images/success.png") no-repeat scroll 10px center #eaf7d9;
  border: 1px solid #BBDF8D;
  border-radius: 5px 5px 5px 5px;
}
.review-list {
  border-bottom: 1px dashed #ddd;
  margin-bottom: 0;
  overflow: auto;
  padding: 10px 0;
}
.review-list:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
.review-list .author {
  font-size: 14px;
  color: #666;
}
.review-list .date {
  font-size: 11px;
  color: #999;
}
.review-list .text {
  clear: both;
}
#reviews .input-large,
#reviews textarea {
  width: 100%;
}
#reviews #review-title {
  border: none;
  font-size: 18px;
  text-transform: uppercase;
}
.review-pagination-list li a {
  cursor: pointer;
}
.review-pagination-list li a.eshop-current {
  color: #fff;
  background: #36c2b9;
}
.product-info .product-desc {
  border-bottom: 1px solid #E7E7E7;
  padding: 0 5px 10px;
}
.product-info .product-desc address {
  margin: 0;
}
.product-info .product-price {
  border-bottom: 1px solid #E7E7E7;
  padding: 10px 5px;
}
.product-info .product-price h2 {
  margin: 0;
}
.product-info .product-price .eshop-base-price {
  font-size: 18px;
  text-decoration: line-through;
}
.product-info .product-options {
  border-bottom: 1px solid #E7E7E7;
  padding: 0 5px 10px;
}
.product-info .product-cart {
  padding: 15px 0;
}
.product-cart .input-append,
.product-cart .input-prepend {
  margin-bottom: 0;
  display: inline-block;
}
.product-info .product-review img {
  float: left;
  margin: 5px 10px 0 0;
}
.product-info .buttons-info {
  padding: 0 0 15px;
}
.product-info .product-share {
  padding: 0;
}
.no-content {
  border: 1px solid #EEEEEE;
  margin-bottom: 20px;
  overflow: auto;
  padding: 10px;
}
span.stock {
  color: #FF0000;
  font-weight: bold;
}
table.list {
  border-collapse: collapse;
  border-left: 1px solid #DDDDDD;
  border-top: 1px solid #DDDDDD;
  margin-bottom: 20px;
  width: 100%;
}
table.list .left {
  padding: 7px;
  text-align: left;
}
table.list td {
  border-bottom: 1px solid #DDDDDD;
  border-right: 1px solid #DDDDDD;
}
table.list thead td {
  background-color: #EFEFEF;
  padding: 0 5px;
}
table.list .right {
  padding: 7px;
  text-align: right;
}
.order-content div,
.download-content div {
  float: left;
  width: 33.3%;
}
download-content div {
  float: left;
  width: 33.3%;
}
.order-list .order-id {
  float: left;
  margin-bottom: 2px;
  width: 49%;
}
.order-list .order-status {
  float: right;
  margin-bottom: 2px;
  text-align: right;
  width: 49%;
}
.download-list .order-id {
  float: left;
  margin-bottom: 2px;
  width: 49%;
}
.download-list .download-size {
  float: right;
  margin-bottom: 2px;
  text-align: right;
  width: 49%;
}
.order-list .order-content,
.download-list .download-content {
  border-bottom: 1px solid #EEEEEE;
  border-top: 1px solid #EEEEEE;
  display: inline-block;
  margin-bottom: 20px;
  padding: 10px 0;
  width: 100%;
}
.eshop-product-sorting {
  float: right;
  display: inline-block;
}
.product-info .image-additional a {
  display: block;
  margin-bottom: 10px;
  margin-left: 0;
}
.product-info .image-additional img {
  border: 1px solid #E7E7E7;
  height: auto;
}
.topmenu .nav {
  margin: 0 0 5px;
}
.eshop-pagination {
  margin: 0 auto;
  width: auto;
  text-align: center;
}
.eshop-product-sorting .input-large {
  width: 120px;
}
.eshop-product-show {
  float: right;
  display: inline-block;
  margin: 0 0 0 10px;
}
.eshop-product-show .inputbox {
  width: auto;
}
.row h5 {
  margin: 0 0 10px;
}
.related_products .thumbnail {
  text-align: center;
}
.related_products .thumbnail img {
  border: 1px solid #DDDDDD;
}
.thumbnail .caption {
  text-align: center;
}
.product-info .related_products .thumbnail .caption {
  min-height: 80px;
}
.product-info .image-additional {
  clear: both;
}
.product-info .image-additional {
  clear: both;
  margin-left: 0;
}
.product-info .image-additional a {
  display: block;
  margin-bottom: 10px;
  margin-left: 0;
}
.no_margin_left {
  float: right;
  display: inline-block;
}
.no_margin_left .btn {
  margin: 0;
}
.no_margin_left .privacy {
  float: left;
  display: inline-block;
  margin: 3px 0 0;
}
.no_margin_left .privacy input[type="checkbox"] {
  margin: 0;
}
.no_margin_left .newsletter-interest {
  float: left;
  display: inline-block;
  margin: 3px 0 0;
}
.no_margin_left .newsletter-interest input[type="checkbox"] {
  margin: 0;
}
.eshop-slideshow {
  margin: 0 0 20px;
  width: 100% !important;
}
.lof-slidecontent {
  width: auto !important;
}

@media screen and (min-width: 768px) {
  #ask-question-area .form-horizontal .control-group .control-label {
    width: 100px;
  }
  #ask-question-area .form-horizontal .control-group .controls {
    margin-left: 120px;
  }
  #ask-question-area input[type="text"],
  #ask-question-area input[type="message"],
  #ask-question-area #message {
    width: 75%;
  }
}

@media screen and (min-width: 768px) {
  #email-a-friend-area .form-horizontal .control-group .control-label {
    width: 100px;
  }
  #email-a-friend-area .form-horizontal .control-group .controls {
    margin-left: 120px;
  }
  #email-a-friend-area input[type="text"],
  #email-a-friend-area[type="message"],
  #email-a-friend-area #message {
    width: 75%;
  }
}
body #productTabs {
  margin: 20px 0;
  padding: 0 0 10px;
  list-style: none;
  border: none;
  border-bottom: 1px solid #eee;
}
body #productTabs li {
  color: #333333;
  font-size: 18px;
  font-weight: bold;
  line-height: normal;
  margin: 0;
  padding: 0;
  position: relative;
  text-transform: uppercase;
  display: block;
  list-style: none;
}
body #productTabs li a {
  background: none;
  position: relative;
  display: inline-block;
  padding: 0 0 0 22px;
  border: none;
  margin: 0 15px 0 0;
}
@media screen and (min-width: 768px) {
  body #productTabs li.active a:before {
    background: #222534;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 12px;
  }
  body #productTabs li.active a:after {
    background: #222534;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    bottom: -12px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  body #productTabs li {
    padding: 10px 0;
    display: block;
  }
  body #productTabs li a {
    display: block;
    padding: 0;
    margin: 0;
  }
  .product-info .image-additional {
    width: 20%;
    float: left;
  }
  .product-info #main-image-area {
    width: 80%;
    float: left;
  }
}
@media screen and (max-width: 480px) {
  .product-info .image-additional {
    width: 26%;
    float: left;
  }
  .product-info #main-image-area {
    width: 74%;
    float: left;
  }
}
.product-info .tab-content {
  border: none;
  padding: 0;
}
.eshop-pre-nav a.pull-left,
.eshop-next-nav a.pull-right {
  font-size: 16px;
}
.eshop-pre-nav a.pull-left {
  background: url(../../../templates/eshop_fashion_pro/images/prev.png) no-repeat left 9px;
  padding: 0 0 0 18px;
}
.eshop-next-nav a.pull-right {
  background: url(../../../templates/eshop_fashion_pro/images/next.png) no-repeat right 9px;
  padding: 0 18px 0 0;
}
.eshop-info .eshop-info-block h4,
.related_products .eshop-info-block h4 {
  font-weight: normal;
  font-size: 16px;
  margin: 10px 0;
  text-transform: uppercase;
}
.eshop-info .eshop-info-block h4 a,
.related_products .eshop-info-block h4 a {
  color: #333;
}

.grid .ajax-block-product .eshop-wrap-image,
.grid .ajax-block-product .eshop-info {
  display: block;
  float: none !important;
  width: 100% !important;
  min-height: 30px;
  padding: 0;
  margin-left: 0 !important;
  *margin-left: 0!important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.grid .ajax-block-product .eshop-info .eshop-buttons {
  display: none;
}
.grid .ajax-block-product &gt; .row {
  margin: 0;
}
.grid .eshop-wrap-image.col-md-4,
.grid .eshop-info.col-md-8 {
  width: 100%;
  padding: 0;
}
.ajax-block-product {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  text-align: center;
}
.grid .ajax-block-product {
  position: relative;
  margin-bottom: 2.5641%;
}
.grid .eshop-info-block .eshop-product-desc {
  display: none;
}
.grid .eshop-buttons {
  position: absolute;
  top: 35%;
  width: 100%;
  text-align: center;
  z-index: 999;
}
.grid .eshop-info-block .eshop-buttons {
  display: none;
}
.grid .ajax-block-product div.eshop-image-block .overlay-background-color,
.related_products .eshop-image-block .overlay-background-color {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}
.grid .ajax-block-product div.eshop-image-block:hover .overlay-background-color,
.related_products .eshop-image-block:hover .overlay-background-color {
  background: rgba(0, 0, 0, 0.3);
}
.grid .ajax-block-product .eshop-image-block .eshop-buttons,
.related_products .eshop-image-block .eshop-buttons {
  position: absolute;
  top: 45%;
  width: 100%;
  text-align: center;
  z-index: 999;
  opacity: 0;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}
.grid .ajax-block-product .eshop-image-block:hover .eshop-buttons,
.related_products .eshop-image-block:hover .eshop-buttons {
  opacity: 1;
  top: 35%;
}
.grid .ajax-block-product .eshop-image-block .eshop-buttons .button,
.related_products .eshop-image-block .eshop-buttons .button {
  color: #fff;
  font-size: 22px;
  padding: 0 10px;
}
.ajax-block-product .eshop-image-block .eshop-buttons .call-for-price,
.related_products .eshop-image-block .call-for-price {
  color: #333;
  font-size: 20px;
  display: block;
  padding: 0 50px;
}
.eshop-product-price .price,
.eshop-product-price .eshop-sale-price,
.related_products .price,
.related_products .eshop-sale-price {
  clear: both;
  display: block;
  font-size: 15px;
  font-weight: bold;
  line-height: normal;
  width: 100%;
}
.eshop-product-price p {
  margin: 0;
}
.eshop-table {
  display: table;
}
.grid .eshop-table .eshop-product-review,
.related_products .eshop-table .eshop-product-review,
.eshop-table .eshop-product-price {
  display: table-cell;
  vertical-align: middle;
  float: none;
  line-height: normal;
}
.related_products .eshop-table .eshop-product-price {
  text-align: right;
}
.grid .eshop-table .eshop-product-price {
  text-align: right;
}

.list .ajax-block-product div.eshop-image-block .overlay-background-color {
  display: none;
}
.list .ajax-block-product:hover .eshop-info-block {
  background: none;
}
.list .ajax-block-product .eshop-info-block .eshop-product-review,
.list .ajax-block-product .eshop-info-block .eshop-product-price {
  display: block;
  width: 100%;
  margin: 15px 0 0;
}
.list .eshop-buttons {
  text-align: left;
  margin: 15px 0 0;
}
.list .eshop-buttons .btn i {
  transition: all 0.8s ease 0s;
}
.list .eshop-buttons .btn:hover i.fa-heart {
  -webkit-transform: rotateY(180deg);
  -webkit-transform-style: preserve-3d;
  transform: rotateY(180deg);
  transform-style: preserve-3d;
}
.list .eshop-buttons .btn:hover i.fa-retweet {
  -webkit-transform: rotate(720deg);
  transform: rotate(720deg);
}
.list .eshop-buttons .btn:hover i.fa-arrow-right {
  padding-left: 5px;
}
.list .eshop-product-price .price,
.list .eshop-product-price .eshop-sale-price {
  clear: both;
  color: #36c2b9;
  display: block;
  font-size: 25px;
  font-weight: bold;
  line-height: normal;
  width: 100%;
}
.list .ajax-block-product.spanbox {
  margin-left: 0px !important;
  margin: 0 0 10px;
  padding: 0 0 10px;
  position: relative;
  width: 100%;
  border-bottom: 1px #efefef solid;
}
.list .eshop-wrap-image .eshop-buttons {
  display: none;
}

.grid .box {
  width: 31.914893617021278%;
  *width: 31.861702127659576%;
}
.s_title_block a {
  text-transform: uppercase;
  color: #3F3F3F;
  font-weight: normal;
  font-size: 13px;
}
.s_title_block a:hover {
  color: #9BC607;
}
.eshop-info-block {
  text-align: left;
}
.eshop-info-block h3 {
  margin: 5px 0px;
  padding: 0px;
  line-height: 20px;
  height: 40px;
}
.list .eshop-info-block {
  float: left;
  text-align: left;
  width: 40%;
  padding: 10px !important;
}
.eshop-info-block h3 a {
  font-size: 15px;
  color: #232323;
}
.eshop-info-block .eshop-product-desc {
  overflow: hidden;
  line-height: 20px;
}
.list .eshop-buttons {
  text-align: left;
}
.list .ajax-block-product.spanbox {
  margin-left: 0px !important;
  margin: 0 0 10px;
  padding: 0 0 10px;
  position: relative;
  width: 100%;
  border-bottom: 1px #efefef solid;
}
.list .eshop-buttons {
  position: absolute;
  bottom: 0;
  right: 0px;
  width: auto;
  text-align: center;
}

.ajax-block-product {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  text-align: center;
}
.list .ajax-block-product:hover .eshop-info-block {
  background: none;
}
.eshop-image-block {
  position: relative;
  text-align: center;
}
body .grid .eshop-buttons .button {
  margin: 0 0 5px;
}
#related-products {
  text-align: center;
}
#related-products .related_products {
  margin-bottom: 2.564102564102564%;
}
.image.img-polaroid {
  text-align: center;
}
@media (min-width: 1024px) {
  .product-info .image-additional {
    clear: both;
    margin-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .product-cart .no_margin_left input.span3 {
    float: left;
    margin: 0 5px 0 0;
    max-width: 35px;
  }
  .thumbnails .thumbnail {
    text-align: center;
  }
  .eshop-product-sorting b {
    display: inline-block;
    float: left;
    padding: 5px 0 0;
  }
  .eshop-product-sorting .input-large {
    float: right;
  }
}
@media (max-width: 767px) {
  .eshop-product ul li.eshop_product,
  .eshop-product ul li.eshop_product,
  .eshop-slideshow {
    width: 100% !important;
  }
  .eshop-product-sorting b {
    display: inline-block;
    float: left;
    padding: 5px 0 0;
  }
  .eshop-product-sorting .input-large {
    float: right;
  }
  
  .list .eshop-image-block {
    width: auto;
    float: none;
  }
  .list .eshop-info-block {
    float: none;
    width: auto;
    text-align: center;
  }
  .eshop-info-block h5 {
    margin: 0;
  }
  .eshop-info-block .eshop-product-desc {
    overflow: hidden;
    line-height: 20px;
  }
  .list .eshop-buttons {
    text-align: left;
  }
  .list .ajax-block-product.spanbox {
    margin-left: 0px !important;
    margin: 0 0 10px;
    padding: 0 0 10px;
    position: relative;
    width: 100%;
    border-bottom: 1px #efefef solid;
  }
  .list .eshop-buttons {
    position: inherit;
    bottom: 0;
    right: 0px;
    width: auto;
    text-align: center;
  }
  body .list .eshop-buttons .button {
    margin: 0 0 5px;
  }
}
@media (max-width: 480px) {
  .eshop-product ul li.eshop_product,
  .eshop-product ul li.eshop_product,
  .eshop-slideshow {
    width: 100% !important;
  }
  #colorbox {
    width: 100% !important;
  }
  #productTab.nav-tabs {
    border-bottom: 0;
  }
  #productTab.nav-tabs &gt; li {
    float: none;
  }
  #productTab.nav-tabs &gt; li &gt; a {
    border: 1px solid #ddd;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-right: 0;
  }
  #productTab.nav-tabs &gt; li:first-child &gt; a {
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
  }
  #productTab.nav-tabs &gt; li:last-child &gt; a,
  #productTab.nav-tabs &gt; .active:last-child &gt; a {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    border-bottom: 1px solid #ddd;
  }
  #productTab.nav-tabs &gt; li &gt; a:hover {
    border-color: #ddd;
    z-index: 2;
  }
  #productTab.nav-tabs.nav-dark &gt; li &gt; a {
    border: 1px solid #333;
  }
  .eshop-product-sorting b {
    display: inline-block;
    float: left;
    padding: 5px 0 0;
  }
  .eshop-product-sorting .input-large {
    float: right;
  }
  #products-list .eshop-image-block,
  #products-list .eshop-info-block {
    width: 100%;
    padding: 10px 0;
    text-align: center;
  }
}
.ps_area {
  width: 100%;
}
.ps_facebook_like,
.ps_facebook_send,
.ps_twitter,
.ps_google,
.ps_linkedin {
  float: left;
  margin: 0 5px;
}
.ps_facebook_like {
  width: 122px;
}
.ps_twitter {
  width: 69px;
  float: left;
  position: relative;
  margin-top: 13px !important;
}
.ps_pinit {
  float: left;
  position: relative;
  width: 50px;
  left: 10px;
  margin-top: 13px !important;
}
.ps_linkedin {
  width: 65px;
}
.ps_google {
  width: 70px;
  margin-left: -3px;
}
.radio {
  display: block;
}
.checkbox {
  display: block;
}
#colorbox #cboxTopLeft,
#colorbox #cboxTopCenter,
#colorbox #cboxTopRight,
#colorbox #cboxBottomLeft,
#colorbox #cboxBottomCenter,
#colorbox #cboxBottomRight,
#colorbox #cboxMiddleLeft,
#colorbox #cboxMiddleRight {
  display: none;
  width: 0;
}
#colorbox #cboxContent {
  background: none;
  overflow: hidden;
}
#colorbox #cboxContent #cboxLoadedContent {
  padding: 30px;
  background: #fff;
  margin: 0;
  height: auto !important;
}
#colorbox #cboxClose {
  bottom: auto;
  right: 10px;
  top: 10px;
}
#colorbox #cboxContent h1 {
  background: #eee;
  margin: -30px -30px 10px;
  padding: 10px;
  line-height: normal;
}
#colorbox #cboxClose {
  background: rgba(0, 0, 0, 0) url("../../../templates/eshop_fashion_pro/images/close_button.png") no-repeat 0 0;
  height: 24px;
  width: 24px;
}
#colorbox .table {
  border: none;
  margin: 0 0 10px;
}
#colorbox .table-bordered &gt; thead &gt; tr &gt; th,
#colorbox .table-bordered &gt; tbody &gt; tr &gt; th,
#colorbox .table-bordered &gt; tfoot &gt; tr &gt; th,
#colorbox .table-bordered &gt; thead &gt; tr &gt; td,
#colorbox .table-bordered &gt; tbody &gt; tr &gt; td,
#colorbox .table-bordered &gt; tfoot &gt; tr &gt; td {
  border-left: none;
  background: none;
}
.cart-info .eshop-quantity,
.quote-info .eshop-quantity {
  margin: 0;
}
.cart-info .eshop-quantity .btn,
.quote-info .eshop-quantity .btn {
  background: #f3f3f3;
  border: 1px solid #d9d9d9;
  color: #444;
  cursor: pointer;
  display: block;
  font-size: 14px;
  height: 18px;
  line-height: 14px;
  margin: 0 auto;
  padding: 0;
  text-decoration: none;
  transition: border-color 0.2s ease 0s;
  width: 47px;
  vertical-align: baseline;
  box-sizing: content-box;
}
.cart-info .eshop-quantity .btn.button-minus,
.quote-info .eshop-quantity .btn.button-minus {
  border-radius: 0 0 4px 4px!important;
  margin: 0 !important;
}
.cart-info .eshop-quantity .btn.button-plus,
.quote-info .eshop-quantity .btn.button-plus {
  border-radius: 4px 4px 0 0!important;
  margin: 0 !important;
}
.cart-info .eshop-quantity input[type="text"],
.quote-info .eshop-quantity input[type="text"] {
  background: #fff;
  border: 1px solid #d9d9d9;
  clear: both;
  box-sizing: content-box;
  color: #444;
  display: inline-block;
  font-size: 12px;
  height: 18px;
  padding: 5px;
  margin: 3px auto;
  text-align: center;
  width: 37px !important;
}
#colorbox .eshop-center-text img.img-polaroid {
  background: none;
  border: none;
  padding: 0;
  box-shadow: none;
}
.totals {
  margin: 0 0 10px;
}
.totals &gt; div {
  border: 2px solid #bbb;
  border-radius: 4px;
  color: #333;
  display: inline-block;
  font-family: Roboto-Medium,Arial,Tahoma;
  font-size: 14px;
  padding: 7px 10px 6px;
  position: relative;
  text-align: center;
}
.product-info h1 {
  font-size: 160%;
}
.cart-info .table,
.quote-info .table,
.product-info .table-bordered {
  border-radius: 0;
  border: 1px solid #dddddd;
}
.cart-info .table-bordered th,
.cart-info .table-bordered td,
.quote-info .table-bordered th,
.quote-info .table-bordered td,
.product-info .table-bordered tbody tr td {
  border-left: none;
  border-right: none;
  background: none !important;
}
.cart-info .table th,
.quote-info .table th,
.product-info .table-bordered thead th {
  background: #f7f7f7 !important;
  border-left: none;
}
.cart-total {
  text-align: right;
  padding: 0 0 20px;
}
#colorbox .cart-info,
#colorbox .quote-info {
  margin: 0 -15px;
}
#colorbox .cart-info .table,
#colorbox .quote-info .table {
  border-radius: 0;
  border: none;
}
#colorbox .cart-info .table-bordered th,
#colorbox .cart-info .table-bordered td,
#colorbox .quote-info .table-bordered th,
#colorbox .quote-info .table-bordered td {
  border-left: none;
  background: none !important;
}
#colorbox .cart-info .table th,
#colorbox .quote-info .table th {
  background: none !important;
}
.cart-info .well {
  background: none;
  box-shadow: none;
  border-radius: 0;
}
#productTabs {
  margin: 0;
}
.alert-success {
  padding: 10px;
  margin: 5px;
}

@media (max-width: 767px) {
  .form-horizontal .control-group .controls {
    margin-left: 0 !important;
  }
}
.ask-question-intro {
  padding: 10px;
}
.form-horizontal .controls &gt; .radio.btn-group-yesno:first-child {
  padding-top: 2px;
}
.table-responsive td,
.table-responsive tr td {
  border: 1px solid #dddddd;
}
.table-responsive {
  border: 1px solid #ddd;
}
.table-responsive .eshop-image-block .image {
  border: medium none;
}
#eshop-list.table-responsive &gt; tbody &gt; tr &gt; td {
  vertical-align: middle;
}
#eshop-list.table-responsive &gt; thead &gt; tr &gt; th {
  border: 1px solid #ddd !important;
  vertical-align: bottom;
}
@media (max-width: 979px) {
  .table-responsive {
    display: block;
    margin-top: 18px;
  }
  .table-responsive thead,
  .table-responsive tbody,
  .table-responsive th,
  .table-responsive td,
  .table-responsive tr {
    display: block;
  }
  .table-responsive thead,
  .table-responsive tfoot {
    display: none;
  }
  .table-responsive tr {
    position: relative;
  }
  .table-responsive td {
    border: 0;
    position: relative;
    padding-top: 0px;
    padding-left: 36%;
    padding-right: 20px;
    text-align: center;
  }
  .table-responsive td.center {
    text-align: left;
  }
  .table-responsive td.has-context {
    height: auto;
  }
  .table-responsive td.table-checkbox {
    display: inline-block;
    position: absolute;
    padding-left: 0;
    padding-right: 0;
    z-index: 1;
    top: 5px;
    right: 12px;
  }
  .table-responsive .pull-left {
    float: none;
  }
  .table-responsive .small {
    font-size: 13px;
  }
  .table-responsive.table-striped tbody &gt; tr:nth-child(2n+1) {
    background-color: #f9f9f9;
  }
}
@media (max-width: 767px) {
  
  table.table-responsive,
  table.table-responsive thead,
  table.table-responsive tbody,
  table.table-responsive th,
  table.table-responsive td,
  table.table-responsive tr {
    display: block;
    border: none;
  }
  table.table-responsive thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  table.table-responsive tr {
    border: 1px solid #ccc;
    margin-bottom: 5px;
  }
  table.table-responsive td {
    border: none !important;
    position: relative;
    padding: 12px 5%;
    text-align: right;
  }
  table.table-responsive td::before,
  table.table-responsive td .td-text {
    float: left;
    width: 50%;
  }
  table.table-responsive td::before {
    width: 50%;
    padding-right: 15px;
    text-align: left;
    content: attr(data-content);
    display: block;
    font-weight: bold;
  }
  table.table-responsive td::after {
    content: "";
    display: table;
    clear: both;
  }
  table.table-responsive td.center {
    text-align: left;
  }
  table.table-responsive li {
    float: left !important;
    text-align: left;
  }
}
.cart-info .table-responsive {
  display: inline-table;
}
.list .ajax-block-product.spanbox {
  flex: initial;
  max-width: 100%;
}
@media (max-width: 767px) {
  .eshop-image-block img {
    display: inline-block;
  }
}
.eshop-agree-privacy-policy-message {
  margin-top: 5px;
}
@media (max-width: 767px) {
  .product-info .nav-tabs &gt; li {
    width: 100%;
  }
  .product-info .nav-tabs &gt; li &gt; a {
    border: 1px solid #ddd;
  }
}
@media (max-width: 767px) {
  .product-info .zoomWindow {
    left: 0px !important;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    top: 240px !important;
  }
  .product-info .zoomWrapper {
    width: 100% !important;
    background: #fff;
  }
  .product-info .zoomWrapperImage img {
    max-width: 100%;
  }
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: top !important;
}
.ps_facebook_like {
  width: auto;
  max-width: 285px;
}
.ps_facebook_like,
.ps_facebook_send,
.ps_twitter,
.ps_google,
.ps_linkedin,
.ps_pinit {
  float: left;
  margin: 10px 5px;
  vertical-align: top;
  left: 0;
}
.ps_twitter {
  width: auto;
}
.ps_pinit &gt; *,
.ps_google &gt; * {
  vertical-align: top !important;
}
.ps_google {
  margin-left: 0;
}
.horizontal.small-db.top_left,
.horizontal.big-db.top_left {
  border-radius: 100%;
  width: 50px;
  height: 50px;
  line-height: 38px;
  border: 1px solid transparent;
  box-shadow: none;
  text-shadow: none;
}
.horizontal.small-db.top_right,
.horizontal.big-db.top_right {
  border-radius: 100%;
  width: 50px;
  height: 50px;
  line-height: 38px;
  border: 1px solid transparent;
  box-shadow: none;
  text-shadow: none;
}
.eshop-image-block .product-image,
.eshop-image-block .additional-image {
  opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  -ms-transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  -o-transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  -moz-transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  -webkit-transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
}
.eshop-image-block .product-image,
.eshop-image-block .additional-image {
  top: 0;
  left: 0;
  transition: all .7s ease;
}
.eshop-image-block .product-image img {
  transition: all 0.7s ease;
  transform: rotateY(0deg);
}
.eshop-image-block .additional-image {
  z-index: 9;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
.eshop-image-block .additional-image img {
  transition: all 0.7s ease;
  transform: rotateY(-180deg);
}
.eshop-wrap-image:hover .eshop-image-block .additional-image {
  opacity: 1;
}
.eshop-wrap-image:hover .eshop-image-block .additional-image img {
  transform: rotateY(0deg);
}
.t3-sidebar .eshop-filter .badge-info {
  background: #222534;
}
.t3-sidebar .eshop-filter .badge-info::after {
  border-right-color: #222534;
}</pre></body></html>