@font-face {
  font-family: 'Ubuntu-cirilic-Light';
  src: url(../fonts/Ubuntu-Light.ttf);
}
/*
@font-face {
    font-family: 'Ubuntu-cirilic-Regular';
    src: url(../fonts/Ubuntu-Regular.ttf);
}
*/
@font-face {
  font-family: 'Ubuntu-cirilic-Medium';
  src: url(../fonts/Ubuntu-Medium.ttf);
}
@font-face {
  font-family: 'Bebas-Neue-Cyrillic';
  src: url(../fonts/Bebas-Neue-Cyrillic.ttf);
}
@font-face {
  font-family: 'PTSans';
  src: url(../fonts/PTSans-Regular.ttf);
}
/**/
div.field._required[name="shippingAddress.street.0"] span,
div.field._required[name="billingAddressshared.street.0"] span {
  display: none;
}
/**/
.product-item .price-box {
  height: 45px;
  margin-bottom: 15px;
}
.product-item-name {
  height: 45px;
  text-overflow: clip !important;
  white-space: normal !important;
  padding: 0 10px;
  margin-top: 15px;
}
.product.attribute.overview p {
  font-family: Ubuntu-cirilic-Light;
  line-height: 18px;
  padding: 5px 0;
}
.footer p {
  font-family: Ubuntu-cirilic-Regular;
}
.main-blog-content p {
  font-family: Ubuntu-cirilic-Regular;
}
.product-item-info a {
  font-family: Ubuntu-cirilic-Light;
}
.header-form-container p {
  font-family: Ubuntu-cirilic-Light;
}
.header.content {
  max-width: 1100px;
}
.main-blog-content {
  max-width: 1100px;
  margin: 0 auto;
}
.breadcrumbs {
  max-width: 1100px;
}
body.cms-page-view main.page-main,
body.blog-page main.page-main,
body.catalog-product-view main.page-main,
body.checkout-onepage-success main.page-main,
body.checkout-cart-index main.page-main {
  max-width: 1100px;
}
body.catalog-product-view .breadcrumbs {
  max-width: 1100px;
  padding: 0 50px 0 50px;
}
.product-style11,
.checkout-container,
.cart-container {
  max-width: 1100px;
  margin: 0 auto;
}
.osc .step-title {
  background: transparent;
}
.authentication-wrapper {
  display: none;
}
div#registration {
  display: none;
}
body.cms-home .post-content,
body.cms-home .post-footer {
  font-size: 13px;
}
.post-img {
  height: 250px !important;
  display: flex;
  justify-content: center;
}
.post-img img {
  max-height: 250px !important;
}
.page-header .block-static-block.widget {
  margin-bottom: 0;
}
.section-item-title.nav-sections-item-title[aria-controls="store.links"] {
  display: none;
}
.section-item-title.nav-sections-item-title[aria-controls="store.settings"] {
  width: 66%;
}
.product.attribute.overview p {
  line-height: 24px !important;
}
/* Home - Top Contact Form */
.slideshow-container {
  min-height: 1100px;
  margin-bottom: 18vw;
}
.slideshow-container .slideshow-wrap {
  position: relative;
}
.slideshow-container .slideshow-wrap .slideshow-container-text {
  position: absolute;
  top: 20vw;
  width: 1100px;
  text-align: center;
  left: calc(50% - 550px);
  font-size: 25px;
  font-family: Ubuntu-cirilic-Regular;
  color: #fff;
  line-height: 35px;
}
.slideshow-container .slideshow-wrap .header-form-container {
  position: absolute;
  width: 900px;
  top: 32vw;
  left: calc(50% - 450px);
  padding: 25px;
  background: no-repeat url("/media/wysiwyg/form-bg.jpg");
  background-size: 100% 100%;
}
.slideshow-container .slideshow-wrap .header-form-container h2 {
  font-family: Bebas-Neue-Cyrillic;
  text-align: center;
  font-weight: 300;
  font-size: 53px;
}
.slideshow-container .slideshow-wrap .header-form-container p {
  text-align: center;
  font-size: 18px;
  line-height: 23px;
}
.slideshow-container .slideshow-wrap .header-form-container img.form-img {
  margin: 0 calc(50% - 113px);
  width: 226px;
  height: 188px;
}
.slideshow-container .slideshow-wrap .header-form-container form {
  width: 500px;
  margin: 0 auto;
  padding: 20px;
}
.slideshow-container .slideshow-wrap .header-form-container form input,
.slideshow-container .slideshow-wrap .header-form-container form textarea {
  background: transparent;
  border-bottom: 2px solid #000;
  outline: none;
}
.slideshow-container .slideshow-wrap .header-form-container form input {
  width: 49%;
}
.slideshow-container .slideshow-wrap .header-form-container form input#topic,
.slideshow-container .slideshow-wrap .header-form-container form input#massege {
  width: 100%;
}
.slideshow-container .slideshow-wrap .header-form-container form input::placeholder,
.slideshow-container .slideshow-wrap .header-form-container form textarea::placeholder {
  color: #000;
}
.slideshow-container .slideshow-wrap .header-form-container form .header-form-btn {
  width: 100%;
  background: #dd5a5a;
  color: #fff;
  margin: 15px 0;
  padding: 15px 0;
  border: none;
  font-size: 18px;
}
@media (min-device-width: 1921px) {
  .slideshow-container.slideshow-wrap img {
    width: 1920px;
    margin: 0 calc(50% - 960px);
  }
}
@media (max-device-width: 1024px) {
  .slideshow-container {
    margin-bottom: 15vw !important;
  }
  .slideshow-container .header-form-container {
    width: 766px !important;
    top: 40vw !important;
    left: calc(50% - 383px) !important;
  }
}
@media (max-width: 767px) {
  .slideshow-container {
    margin-bottom: 0 !important;
  }
  .slideshow-container .slideshow-wrap .slideshow-container-text {
    width: auto;
  }
  .slideshow-container img:first-child {
    display: none !important;
  }
  .slideshow-container .header-form-container {
    position: relative !important;
    width: 100% !important;
    left: 0 !important;
    top: 0 !important;
  }
  .slideshow-container .header-form-container form {
    width: 100% !important;
    margin: 0 auto !important;
    padding: 20px !important;
  }
  .slideshow-container .header-form-container form input {
    margin: 10px 0;
  }
  .product-item-name {
    height: 70px;
    white-space: normal !important;
    padding: 0 10px;
    margin-top: 15px;
    overflow: hidden;
  }
}
/* BLOCK PRODUCT LIST*/
.home-title {
  width: 100%;
  text-align: center;
  font-size: 53px !important;
  font-family: Bebas-Neue-Cyrillic !important;
}
.products-grid .product-items:not(.owl-carousel) > .product-item {
  width: calc(100% / 3);
}
.page-layout-1column .products-grid .product-item {
  width: calc(100% / 3);
}
.page-layout-3columns .products-grid .product-item {
  width: calc(100% / 3);
}
.page-products .products-grid .product-item {
  width: calc(100% / 3);
}
.page-products.page-layout-1column .products-grid .product-item {
  width: calc(100% / 3);
}
.page-products.page-layout-3columns .products-grid .product-item {
  width: calc(100% / 3);
}
@media screen and (max-width: 767px) {
  .products-grid .product-items:not(.owl-carousel) > .product-item {
    width: 50% !important;
  }
  .product-style11 .product-item .actions-primary .action.primary,
  .products-grid #category-products-grid .product-item .actions-primary .action.primary {
    left: 0;
  }
  .product-style11 .product-item .actions-primary .action.primary span,
  .products-grid #category-products-grid .product-item .actions-primary .action.primary span {
    opacity: 1;
  }
  .product-style11 .product-item .actions-primary,
  .products-grid #category-products-grid .product-item .actions-primary {
    width: 100%;
  }
  .product-style11 .product-item .actions-primary .action.primary span,
  .products-grid #category-products-grid .product-item .actions-primary .action.primary span {
    font-size: 18px;
  }
}
.product-item-name {
  font-size: 18px !important;
  font-family: Ubuntu-cirilic-Regular !important;
}
.product-item .price {
  font-size: 23px !important;
  font-family: Ubuntu-cirilic-Regular !important;
  height: 45px;
  line-height: 45px;
}
.to-shop-btn {
  margin: 15px 0;
  padding: 15px;
  border: none;
  border-radius: 10px;
  font-size: 18px;
}
/*Footer Top - Menu*/
.page-footer .top-footer-wrapper {
  border: none;
}
.page-footer .top-footer-wrapper .footer-top-ads ul {
  margin: 0;
  padding: 0;
  width: max-content;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
}
.page-footer .top-footer-wrapper .footer-top-ads ul li {
  margin: 0 20px;
}
.page-footer .top-footer-wrapper .footer-top-ads ul li a {
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
}
.page-footer a:hover {
  color: #fff;
}
.form.form-purchase-order .field.field-number {
  display: none;
}
@media (max-width: 767px) {
  .footer-top-ads {
    display: none;
  }
}
/*HEADER TOP*/
.logo img {
  width: 100%;
  height: 40px;
  max-width: 280px;
}
.lang-flag {
  display: none !important;
}
.cdz-main-menu .cdz-horizontal-menu li.level0 > a.menu-link {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-right: 50px;
  font-size: 16px !important;
  font-family: Ubuntu-cirilic-Regular !important;
}
.page-header .switcher .options .action.toggle:after {
  display: none;
}
.page-header .switcher .options .action.toggle.active:after {
  display: none;
}
.page-header .switcher strong {
  font-size: 10pt !important;
  font-family: Ubuntu-cirilic-Regular !important;
  margin-right: 10px;
}
@media (max-device-width: 1024px) {
  .cdz-main-menu .cdz-horizontal-menu li.level0 > a.menu-link {
    margin-right: 30px;
  }
}
@media (max-device-width: 767px) {
  .cdz-main-menu .cdz-horizontal-menu li.level0 > a.menu-link {
    padding-left: 14px !important;
    padding-right: 10px !important;
  }
  .section-item-title.nav-sections-item-title[aria-controls="store.settings"] {
    display: none;
  }
  .switcher-language:before {
    background-color: transparent !important;
  }
  .nav-before-open.nav-open .page-header .header-wrapper-bottom .switcher {
    width: 100%;
    padding: 0;
    margin: 40px 0;
  }
}
/* Footer Links */
.page-footer .footer-container-wrapper {
  padding-top: 0;
}
.page-footer .footer-container-wrapper .row.footer-links {
  display: flex;
  align-items: stretch;
  margin-bottom: 40px;
}
.page-footer .footer-container-wrapper .row.footer-links > div.brend {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.page-footer .footer-container-wrapper .row.footer-links .footer-box.col,
.page-footer .footer-container-wrapper .row.footer-links .footer-box.col-1,
.page-footer .footer-container-wrapper .row.footer-links .footer-box.col-2,
.page-footer .footer-container-wrapper .row.footer-links .footer-box.col-3 {
  display: flex;
  flex-direction: column;
}
.page-footer .footer-container-wrapper .row.footer-links .footer-box.col .footer-content-block,
.page-footer .footer-container-wrapper .row.footer-links .footer-box.col-1 .footer-content-block,
.page-footer .footer-container-wrapper .row.footer-links .footer-box.col-2 .footer-content-block,
.page-footer .footer-container-wrapper .row.footer-links .footer-box.col-3 .footer-content-block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.page-footer .footer-container-wrapper .row.footer-links .footer-box.col p,
.page-footer .footer-container-wrapper .row.footer-links .footer-box.col-1 p,
.page-footer .footer-container-wrapper .row.footer-links .footer-box.col-2 p,
.page-footer .footer-container-wrapper .row.footer-links .footer-box.col-3 p {
  width: 100%;
}
.page-footer .footer-container-wrapper .row.footer-links .footer-box.col p.h5,
.page-footer .footer-container-wrapper .row.footer-links .footer-box.col-1 p.h5,
.page-footer .footer-container-wrapper .row.footer-links .footer-box.col-2 p.h5,
.page-footer .footer-container-wrapper .row.footer-links .footer-box.col-3 p.h5 {
  align-self: flex-start;
  margin-bottom: 10px;
  font-size: 18px;
}
.page-footer .footer-container-wrapper .row.footer-links .footer-box.col .txt,
.page-footer .footer-container-wrapper .row.footer-links .footer-box.col-1 .txt,
.page-footer .footer-container-wrapper .row.footer-links .footer-box.col-2 .txt,
.page-footer .footer-container-wrapper .row.footer-links .footer-box.col-3 .txt {
  font-size: 18px;
}
.page-footer .footer-container-wrapper .row.footer-links .footer-box.col .phone-num,
.page-footer .footer-container-wrapper .row.footer-links .footer-box.col-1 .phone-num,
.page-footer .footer-container-wrapper .row.footer-links .footer-box.col-2 .phone-num,
.page-footer .footer-container-wrapper .row.footer-links .footer-box.col-3 .phone-num {
  font-size: 21px;
}
.page-footer .footer-container-wrapper .row.footer-links .footer-box.col .email,
.page-footer .footer-container-wrapper .row.footer-links .footer-box.col-1 .email,
.page-footer .footer-container-wrapper .row.footer-links .footer-box.col-2 .email,
.page-footer .footer-container-wrapper .row.footer-links .footer-box.col-3 .email,
.page-footer .footer-container-wrapper .row.footer-links .footer-box.col small,
.page-footer .footer-container-wrapper .row.footer-links .footer-box.col-1 small,
.page-footer .footer-container-wrapper .row.footer-links .footer-box.col-2 small,
.page-footer .footer-container-wrapper .row.footer-links .footer-box.col-3 small {
  font-size: 15px;
}
.page-footer .footer-container-wrapper .row.footer-links .footer-box.col .footer-social,
.page-footer .footer-container-wrapper .row.footer-links .footer-box.col-1 .footer-social,
.page-footer .footer-container-wrapper .row.footer-links .footer-box.col-2 .footer-social,
.page-footer .footer-container-wrapper .row.footer-links .footer-box.col-3 .footer-social {
  padding: 0;
  align-self: center;
}
.page-footer .footer-container-wrapper .row.footer-links .footer-box.col .footer-social a,
.page-footer .footer-container-wrapper .row.footer-links .footer-box.col-1 .footer-social a,
.page-footer .footer-container-wrapper .row.footer-links .footer-box.col-2 .footer-social a,
.page-footer .footer-container-wrapper .row.footer-links .footer-box.col-3 .footer-social a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  border: 1px solid #f6aaaa;
}
.page-footer .footer-container-wrapper .row.footer-links .footer-box.col .footer-social a span::before,
.page-footer .footer-container-wrapper .row.footer-links .footer-box.col-1 .footer-social a span::before,
.page-footer .footer-container-wrapper .row.footer-links .footer-box.col-2 .footer-social a span::before,
.page-footer .footer-container-wrapper .row.footer-links .footer-box.col-3 .footer-social a span::before {
  font-size: 18px;
}
.page-footer .footer-container-wrapper .row.footer-links .footer-box.col p.h5 {
  text-align: right;
  padding-right: 7%;
}
.page-footer .footer-container-wrapper .row.footer-links .footer-box.col div {
  width: 100%;
}
.page-footer .footer-container-wrapper .row.footer-links .footer-box.col div p {
  text-align: right;
  padding-right: 7%;
}
.page-footer .footer-container-wrapper .row.footer-links .footer-box.col .footer-social {
  width: auto;
}
.page-footer .footer-container-wrapper .row.footer-links .footer-box.col .footer-social .social {
  padding: 0;
}
.page-footer .footer-container-wrapper .row.footer-links .footer-box.col p.txt {
  color: #fff;
}
.page-footer .footer-container-wrapper .row.footer-links .footer-box.col-1 {
  height: 100%;
}
.page-footer .footer-container-wrapper .row.footer-links .footer-box.col-1 p.h5 {
  text-align: right;
  padding-right: 7%;
}
.page-footer .footer-container-wrapper .row.footer-links .footer-box.col-1 .footer-content-block {
  width: 100%;
}
.page-footer .footer-container-wrapper .row.footer-links .footer-box.col-1 .footer-content-block p.txt {
  text-align: right;
  padding: 0 7% 0 0;
  color: #fff;
}
.page-footer .footer-container-wrapper .row.footer-links .footer-box.col-1 .footer-content-block p.phone-num {
  margin-bottom: 25px;
  text-align: right;
  padding-right: 7%;
  color: #fff;
}
.page-footer .footer-container-wrapper .row.footer-links .footer-box.col-1 .footer-content-block p.phone-num span {
  color: #fff;
}
.page-footer .footer-container-wrapper .row.footer-links .footer-box.col-1 .footer-content-block p.phone-num span small {
  font-size: 15px;
}
.page-footer .footer-container-wrapper .row.footer-links .footer-box.col-1 .footer-content-block p.email {
  text-align: right;
  padding-right: 7%;
}
.page-footer .footer-container-wrapper .row.footer-links .footer-box.col-2 {
  align-items: flex-end;
}
.page-footer .footer-container-wrapper .row.footer-links .footer-box.col-2 p {
  text-align: center;
}
.page-footer .footer-container-wrapper .row.footer-links .footer-box.col-2 p.h2 {
  font-family: Bebas-Neue-Cyrillic;
  font-size: 53px;
  text-align: center;
  color: #fff;
}
.page-footer .footer-container-wrapper .row.footer-links .footer-box.col-3 div {
  width: 100%;
}
.page-footer .footer-container-wrapper .row.footer-links .footer-box.col-3 div p {
  margin-bottom: 25px;
}
.page-footer .footer-container-wrapper .row.footer-links .footer-box.col-3 div p span {
  color: #fff;
}
.page-footer .footer-container-wrapper .row.footer-links .footer-box.col-3 div p.email {
  margin-bottom: 0;
}
.page-footer .footer-container-wrapper .row.footer-links.bottom > div.brend {
  display: none;
}
.page-footer .footer-container-wrapper .col-sm-24 {
  width: calc(100% / 3);
}
@media (max-device-width: 767px) {
  .page-footer .footer-container-wrapper {
    padding-top: 0;
  }
  .page-footer .footer-container-wrapper .row.footer-links {
    flex-direction: column;
  }
  .page-footer .footer-container-wrapper .row.footer-links p {
    text-align: center !important;
    padding-right: 0 !important;
  }
  .page-footer .footer-container-wrapper .row.footer-links .footer-box.col p,
  .page-footer .footer-container-wrapper .row.footer-links .footer-box.col-1 p,
  .page-footer .footer-container-wrapper .row.footer-links .footer-box.col-2 p,
  .page-footer .footer-container-wrapper .row.footer-links .footer-box.col-3 p {
    padding-right: 0 !important;
    text-align: center !important;
  }
  .page-footer .col-sm-24 {
    width: 100% !important;
  }
  .row.footer-links.top > div.brend {
    display: none !important;
  }
  .row.footer-links.bottom > div.brend {
    display: block !important;
  }
  .page-footer .footer-box p.h5:after {
    content: '';
  }
}
/* Review*/
.fieldset .review-legend.legend span,
.fieldset .review-legend.legend strong {
  font-size: 18pt;
}
.fieldset legend.lable span {
  font-size: 18pt;
}
/**/
@media (max-width: 767px) {
  .header-wrapper-center-language {
    display: none;
  }
  .product-item-actions {
    display: block;
  }
  .product-item-actions button span {
    font-size: 10px;
  }
}
/* HOME BLOG */
.post-list-wrapper .post-list.clearfix {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  height: auto;
}
.post-list-wrapper .post-list.clearfix:after {
  content: none !important;
}
.post-list-wrapper .post-list.clearfix .post-holder {
  display: flex;
  flex-direction: column;
  background-color: #999999;
  padding: 0;
}
.post-list-wrapper .post-list.clearfix .post-holder .post-header .post-img {
  height: 350px;
}
.post-list-wrapper .post-list.clearfix .post-holder .post-header .post-img img {
  max-height: 350px;
}
.post-list-wrapper .post-list.clearfix .post-holder .post-content {
  padding: 10px;
  color: #fff;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  height: 100%;
}
.post-list-wrapper .post-list.clearfix .post-holder .post-content .post-title {
  width: 100%;
  text-align: center;
  font-size: 18px;
  color: #fff;
  margin: 20px 0;
}
.post-list-wrapper .post-list.clearfix .post-holder .post-content .post-title a {
  font-size: 18px;
  color: #fff;
  font-family: Ubuntu-cirilic-Medium !important;
}
.post-list-wrapper .post-list.clearfix .post-holder .post-content .post-description {
  margin: 20px 0;
}
.post-list-wrapper .post-list.clearfix .post-holder .post-content .post-description p {
  font-size: 18px;
}
.post-list-wrapper .post-list.clearfix .post-holder .post-content .post-description p span {
  font-size: 18px;
}
.post-list-wrapper .post-list.clearfix .post-holder .post-footer {
  position: relative;
  color: #fff;
  height: 50px;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  text-align: center;
}
.post-list-wrapper .post-list.clearfix .post-holder .post-footer:before {
  position: absolute;
  content: '';
  top: 0;
  left: 5%;
  width: 90%;
  height: 1px;
  background: #fff;
  /*background: #999;*/
}
.post-list-wrapper .post-list.clearfix .post-holder .post-footer span {
  font-size: 15px;
}
.blog-date {
  display: none;
}
@media (max-device-width: 900px) {
  .post-list-wrapper .post-holder {
    flex-direction: column;
  }
  .post-list-wrapper .post-list {
    flex-direction: column;
    height: auto !important;
  }
  .blog-widget-recent .post-holder {
    width: 100% !important;
    margin-bottom: 40px !important;
  }
  .post-img {
    height: auto !important;
  }
}
/* PRODUCT PAGE */
.product-info-main .page-title-wrapper .page-title {
  font-family: Ubuntu-cirilic-Medium !important;
  font-size: 18px !important;
}
.product-info-main .stock.available {
  font-size: 18px !important;
  font-family: Ubuntu-cirilic-Light !important;
  color: 35c9b1;
}
.product-info-main .stock.unavailable {
  font-size: 14pt !important;
  font-family: Ubuntu-cirilic-Light !important;
}
.product-info-main .product-info-price .price-wrapper .price {
  font-size: 26pt !important;
  font-family: Ubuntu-cirilic-Regular !important;
}
.product.attribute.overview p,
.product.attribute.description p,
.product.attribute.overview li,
.product.attribute.description li {
  font-size: 14pt !important;
  font-family: Ubuntu-cirilic-Light !important;
}
.product.attribute.overview strong,
.product.attribute.description strong {
  font-size: 14pt !important;
  font-family: Ubuntu-cirilic-Medium !important;
}
.fieldset .review-legend.legend span {
  font-size: 18pt !important;
  font-family: Ubuntu-cirilic-Medium !important;
}
.fieldset .review-legend.legend strong {
  font-weight: 300;
  font-size: 18px !important;
  font-family: Ubuntu-cirilic-Regular !important;
}
.fieldset .review-field-ratings > .label {
  font-weight: 300;
  font-size: 18px !important;
  font-family: Ubuntu-cirilic-Regular !important;
}
.fieldset #product-review-table .field.choice label.label {
  color: #9e9e9e;
  font-size: 18px !important;
  font-family: Ubuntu-cirilic-Regular !important;
}
.fieldset > .field {
  font-size: 18px !important;
  font-family: Ubuntu-cirilic-Regular !important;
}
/* CHECKOUT */
.fieldset > .field[name="shippingAddress.company"],
.fieldset > .field[name="shippingAddress.region"],
.fieldset > .field[name="shippingAddress.city"],
.fieldset > .field[name="shippingAddress.postcode"],
.fieldset > .field[name="billingAddressshared.company"],
.fieldset > .field[name="billingAddressshared.region"],
.fieldset > .field[name="billingAddressshared.city"],
.fieldset > .field[name="billingAddressshared.postcode"] {
  display: block;
}
.osc > .col {
  width: 50%;
}
.osc > .col ol {
  margin-bottom: 200px;
}
.osc .fieldset.address .field.inline {
  width: 100% !important;
}
.discount-code {
  margin-top: 30px;
}
ol.minicart-items li.product-item .product .product-item-details {
  padding-left: 60px;
}
ol.minicart-items li.product-item .product .product-item-details .product-item-name-block {
  display: flex;
  flex-direction: row;
}
ol.minicart-items li.product-item .product .product-item-details .product-item-name-block strong.product-item-name {
  width: calc(100% - 60px);
}
ol.minicart-items li.product-item .product .product-item-details .product-item-name-block .details-qty {
  width: 60px;
  margin: 0;
  position: relative;
  padding-left: 30px;
}
ol.minicart-items li.product-item .product .product-item-details .product-item-name-block .details-qty:before {
  content: '-';
  position: absolute;
  left: 0;
}
.checkout-billing-address {
  display: none;
}
@media (max-width: 767px) {
  .osc > .col {
    width: 100%;
    padding: 0;
  }
  .osc > .col ol {
    margin-bottom: 200px;
  }
  .osc .fieldset.address .field.inline {
    width: 100% !important;
  }
}
.cms-o-nas p {
  font-family: PTSans;
}
.cms-o-nas h1.page-title {
  font-size: 60px;
  line-height: 1.25em;
  text-align: center;
  color: #000;
}
.cms-o-nas .page-banner {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.cms-o-nas .page-banner img {
  width: 100%;
}
.cms-o-nas .page-banner .white-space {
  position: absolute;
  bottom: 0;
  background-color: #fff;
  width: 828px;
  height: 32px;
  left: calc(50% - 414px);
}
@media screen and (max-width: 767px) {
  .cms-o-nas .page-banner .white-space {
    display: none;
  }
}
.cms-o-nas .page-banner-text {
  width: 708px;
  margin: 0 auto;
  margin-bottom: 32px;
  text-align: center;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .cms-o-nas .page-banner-text {
    width: 100%;
    margin-top: 32px;
  }
}
.cms-o-nas .page-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 40px 0;
}
@media screen and (max-width: 767px) {
  .cms-o-nas .page-row {
    flex-direction: column;
  }
}
.cms-o-nas .page-row .page-column-3 {
  width: calc((100% / 3) - 20px);
}
@media screen and (max-width: 767px) {
  .cms-o-nas .page-row .page-column-3 {
    width: 100%;
  }
}
.cms-o-nas .page-row .page-column-3 .column-title {
  font-size: 32px;
  font-weight: bold;
  color: #D55958;
}
.cms-o-nas .page-row .page-column-2 {
  width: calc(50% - 20px);
}
.cms-o-nas .page-row .left-title {
  width: 30%;
  font-size: 22px;
  font-weight: bold;
  color: #000;
}
@media screen and (max-width: 767px) {
  .cms-o-nas .page-row .left-title {
    width: 100%;
  }
}
.cms-o-nas .page-row .right-column {
  width: 70%;
}
@media screen and (max-width: 767px) {
  .cms-o-nas .page-row .right-column {
    width: 100%;
  }
}
.cms-o-nas .page-row .text-link {
  text-decoration: none;
  color: #D55958;
}
.cms-o-nas .page-row .text-link:hover {
  text-decoration: underline;
}
.cms-o-nas .page-row .author-block {
  display: flex;
  flex-direction: row;
  margin: 20px 0;
}
.cms-o-nas .page-row .author-block img {
  margin-right: 20px;
  max-width: 100px;
  max-height: 100px;
}
.cms-o-nas .page-row .author-block .description {
  font-size: 16px;
  color: #000;
  font-weight: 600;
}
.cms-o-nas .page-row .info-text-block {
  background-color: #F7F7F7;
  padding: 30px 20px 30px 100px;
  font-size: 20px;
  color: #000;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .cms-o-nas .mobile-row {
    flex-direction: row;
  }
}
.cms-o-nas .color-red {
  color: #D55958;
}
.fotorama-stretch,
.fotorama-focus-overlay:after,
.fotorama__stage__shaft,
.fotorama__stage__frame,
.fotorama__html,
.fotorama__video iframe {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.fotorama-grab-cursor,
.fotorama__wrap .fotorama__grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.fotorama-grabbing-cursor,
.fotorama__grabbing * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.fotorama-gpu,
.fotorama--fullscreen,
.fotorama__caption,
.fotorama__wrap--css3 .fotorama__spinner,
.fotorama__wrap--css3 .fotorama__stage,
.fotorama__wrap--css3 .fotorama__nav,
.fotorama__wrap--css3 .fotorama__stage__frame,
.fotorama__wrap--css3 .fotorama__html,
.fotorama__stage:before,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__nav:after,
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  transform: translateZ(0);
}
.fotorama-focus,
.fotorama__nav__frame,
.fotorama__fullscreen-icon:focus,
.fotorama__zoom-out:focus,
.fotorama__zoom-in:focus {
  outline: 0;
}
.fotorama-focus-overlay:after {
  background-color: #006bb4;
  border-radius: inherit;
  content: '';
}
.fotorama-transform-disabled,
.fotorama__wrap--video .fotorama__stage__shaft,
.fotorama__wrap--video .fotorama__stage,
.fotorama__wrap--video .fotorama__stage__frame--video,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html {
  transform: none !important;
}
.fotorama-transition-for-slide,
.fotorama__wrap--css3 .fotorama__stage__shaft,
.fotorama__wrap--css3 .fotorama__nav__shaft,
.fotorama__wrap--css3 .fotorama__thumb-border {
  transition-duration: 0ms;
  transition-property: transform, width;
  transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
}
.fotorama-no-select,
.fotorama__wrap,
.fotorama__no-select,
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
  user-select: none;
}
.fotorama-select,
.fotorama__select {
  user-select: text;
}
.fotorama-empty-bg {
  background: url(data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=);
}
.fotorama-auto-margin,
.fotorama__nav,
.fotorama__nav__frame {
  margin: auto;
  padding: 0;
}
.fotorama-inline-block,
.fotorama__nav__shaft,
.fotorama__nav__frame,
.fotorama__caption__wrap {
  *display: inline;
  *zoom: 1;
  -moz-box-orient: vertical;
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
}
.fotorama-content-box,
.fotorama__nav__frame {
  box-sizing: content-box;
}
.fotorama-border-box,
.fotorama__thumb-border,
.fotorama__caption__wrap,
.fotorama__arr {
  box-sizing: border-box;
}
.fotorama-hidden,
.fotorama--hidden,
.fotorama__load {
  left: -99999px;
  position: absolute;
  top: -99999px;
  z-index: -1000;
}
.fotorama-visible {
  left: auto;
  opacity: 1;
  position: relative;
  top: auto;
  z-index: auto;
}
.fotorama-no-tap,
.fotorama__stage__shaft,
.fotorama__stage__frame,
.fotorama__nav,
.fotorama__nav__shaft,
.fotorama__nav__frame,
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.transitionDuration {
  transition-duration: 333ms;
}
.transitionDurationZero {
  transition-duration: 0ms;
}
.fotorama-sprite,
.fotorama__fullscreen .fotorama__zoom-out,
.fotorama__fullscreen .fotorama__zoom-in,
.fotorama__arr .fotorama__arr__arr,
.fotorama__fullscreen-icon,
.fotorama__video-play,
.fotorama__thumb--icon,
.fotorama__video-close {
  background-image: url('gallery.png');
  background-repeat: no-repeat;
}
@media print {
  .fotorama-print-background,
  .fotorama-sprite,
  .fotorama__thumb-border,
  .fotorama__fullscreen .fotorama__zoom-out,
  .fotorama__fullscreen .fotorama__zoom-in,
  .fotorama__arr .fotorama__arr__arr,
  .fotorama__fullscreen-icon,
  .fotorama__video-play,
  .fotorama__thumb--icon,
  .fotorama__video-close {
    background: none !important;
  }
}
.fotorama__fullscreen-icon:focus,
.fotorama__zoom-out:focus,
.fotorama__zoom-in:focus,
.fotorama__arr:focus,
.fotorama__stage__shaft:focus,
.fotorama__nav__frame--thumb:focus .fotorama__thumb,
.fotorama__nav__frame--dot:focus .fotorama__dot {
  box-shadow: none;
}
.fotorama__fullscreen-icon:focus:after,
.fotorama__zoom-out:focus:after,
.fotorama__zoom-in:focus:after,
.fotorama__arr:focus:after,
.fotorama__stage__shaft:focus:after,
.fotorama__nav__frame--thumb:focus .fotorama__thumb:after,
.fotorama__nav__frame--dot:focus .fotorama__dot:after {
  border-radius: inherit;
  bottom: 3px;
  box-shadow: 0 0 3px 1px #68a8e0;
  content: '';
  left: 3px;
  position: absolute;
  right: 3px;
  top: 3px;
  z-index: 1000;
}
.fotorama__nav__frame--thumb:focus .fotorama__thumb:after,
.fotorama__nav__frame--dot:focus .fotorama__thumb:after,
.fotorama__nav__frame--thumb:focus .fotorama__dot:after,
.fotorama__nav__frame--dot:focus .fotorama__dot:after {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
.fotorama__nav__frame--thumb:focus .fotorama__thumb.fotorama_vertical_ratio:after,
.fotorama__nav__frame--dot:focus .fotorama__thumb.fotorama_vertical_ratio:after {
  left: 2px;
  right: 2px;
}
.fotorama__nav__frame--thumb:focus .fotorama__thumb,
.fotorama__nav__frame--dot:focus .fotorama__thumb {
  overflow: inherit;
}
.fotorama__nav__frame:nth-child(2):focus .fotorama__thumb:after {
  left: 1px;
}
.fotorama__nav__frame:nth-child(2):focus .fotorama__thumb.fotorama_vertical_ratio:after {
  top: 1px;
}
.fotorama__nav__frame:last-child:focus .fotorama__thumb:after {
  right: 1px;
}
.fotorama__nav__frame:last-child:focus .fotorama__thumb.fotorama_vertical_ratio:after {
  bottom: 1px;
}
.fotorama__thumb__arr {
  box-shadow: none;
}
.fotorama--fullscreen {
  background: #ffffff;
  bottom: 0 !important;
  float: none !important;
  left: 0 !important;
  margin: 0 !important;
  position: fixed !important;
  right: 0 !important;
  top: 0 !important;
  width: 100% !important;
  z-index: 1000 !important;
}
.fotorama--fullscreen .fotorama__wrap {
  max-width: 100% !important;
}
.fotorama__fullscreen {
  overflow: hidden;
  position: relative;
}
.fotorama__fullscreen .fotorama__zoom-in,
.fotorama__fullscreen .fotorama__zoom-out {
  cursor: pointer;
  display: block;
  height: 80px;
  overflow: hidden;
  position: absolute;
  width: 80px;
}
.fotorama__fullscreen .fotorama__zoom-out {
  background-position: 0 -80px !important;
  top: 80px;
}
.fotorama__fullscreen .fotorama__zoom-out.fotorama__zoom-out--disabled {
  display: none;
}
.fotorama__fullscreen .fotorama__zoom-in {
  background-position: 0 0 !important;
  top: 0;
}
.fotorama__fullscreen .fotorama__zoom-in.fotorama__zoom-in--disabled {
  display: none;
}
.fotorama__fullscreen .fotorama__video-close {
  display: none;
}
.fotorama--fullscreen .fotorama__loaded--full .fotorama__img {
  display: none;
}
.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full {
  display: block;
}
.fotorama__zoom-in,
.fotorama__zoom-out {
  display: none;
}
.fotorama {
  min-width: 1px;
  overflow: hidden;
}
.fotorama__wrap {
  -webkit-text-size-adjust: 100%;
  direction: ltr;
  position: relative;
  z-index: 0;
}
.fotorama__wrap--rtl .fotorama__stage__frame {
  direction: rtl;
}
.fotorama__stage,
.fotorama__nav {
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
.fotorama__wrap--pan-y {
  -ms-touch-action: pan-y;
}
.fotorama__stage__shaft {
  position: relative;
}
.fotorama__wrap .fotorama__pointer {
  cursor: pointer;
}
.fotorama__wrap--slide .fotorama__stage__frame {
  opacity: 1 !important;
}
.fotorama__stage__frame {
  overflow: hidden;
}
.fotorama__stage__frame.fotorama__active {
  z-index: 8;
}
.fotorama__wrap--fade .fotorama__stage__frame {
  display: none;
}
.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active,
.fotorama__wrap--fade .fotorama__fade-front,
.fotorama__wrap--fade .fotorama__fade-rear {
  display: block;
  left: 0;
  top: 0;
}
.fotorama__wrap--fade .fotorama__fade-front {
  z-index: 8;
}
.fotorama__wrap--fade .fotorama__fade-rear {
  z-index: 7;
}
.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active {
  z-index: 9;
}
.fotorama__wrap--fade .fotorama__stage .fotorama__shadow {
  display: none;
}
.fotorama__img {
  border: none !important;
  max-width: inherit;
  opacity: 0;
}
.fotorama__loaded .fotorama__img,
.fotorama__error .fotorama__img {
  opacity: 1;
}
.fotorama__img--full {
  display: none;
}
.fotorama__nav {
  display: none;
  font-size: 0;
  line-height: 0;
  white-space: nowrap;
  z-index: 5;
}
.fotorama__nav__shaft {
  left: 0;
  position: relative;
  text-align: left;
  top: 0;
}
.fotorama__nav__frame {
  position: relative;
}
.fotorama__nav--dots {
  display: block;
  text-align: center;
}
.fotorama__nav--dots .fotorama__nav__frame {
  height: 30px;
  width: 18px;
}
.fotorama__nav--dots .fotorama__nav__frame--thumb,
.fotorama__nav--dots .fotorama__thumb-border {
  display: none;
}
.fotorama__nav--thumbs {
  display: block;
}
.fotorama__nav--thumbs .fotorama__nav__frame {
  padding-left: 0 !important;
}
.fotorama__nav--thumbs .fotorama__nav__frame:last-child {
  padding-right: 0 !important;
}
.fotorama__nav--thumbs .fotorama__nav__frame--dot {
  display: none;
}
.fotorama__active .fotorama__dot {
  background-color: #ff5501;
  border-color: #ff5501;
}
.fotorama__nav__frame.fotorama__active .fotorama__nav__frame {
  border-width: 3px;
  height: 0;
  width: 0;
}
.fotorama__nav__frame.fotorama__active .fotorama__nav__frame:after {
  left: -3px;
  padding: 3px;
  top: -3px;
}
.fotorama__nav__frame:focus  {
  box-shadow: none;
}
.fotorama__nav__frame:focus :after {
  left: -1px;
  padding: 1px;
  top: -1px;
}
.fotorama__dot {
  border-radius: 6px;
  border: 1px solid #858585;
  display: block;
  height: 4px;
  left: 6px;
  position: relative;
  top: 12px;
  width: 4px;
}
.fotorama__thumb {
  background-color: #ebebeb;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.fotorama__nav__frame:focus .fotorama__thumb {
  z-index: 2;
}
.fotorama__thumb-border {
  backface-visibility: hidden;
  background-image: linear-gradient(to bottom right, rgba(255, 255, 255, 0.25), rgba(64, 64, 64, 0.1));
  border: 1px solid #ff5501;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 9;
}
.fotorama__caption {
  bottom: 0;
  color: #000000;
  font-size: 14px;
  left: 0;
  line-height: 1.5;
  position: absolute;
  right: 0;
  z-index: 12;
}
.fotorama__caption a {
  border-bottom: 1px solid;
  border-color: rgba(0, 0, 0, 0.005);
  color: #000000;
  text-decoration: none;
}
.fotorama__caption a:hover {
  border-color: rgba(0, 0, 0, 0.005);
  color: #000000;
}
.fotorama__wrap--rtl .fotorama__caption {
  left: auto;
  right: 0;
}
.fotorama__wrap--video .fotorama__caption,
.fotorama__wrap--no-captions .fotorama__caption {
  display: none;
}
.fotorama__caption__wrap {
  background-color: #ffffff;
  padding: 5px 10px;
}
@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fotorama__spinner {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
}
.fotorama__wrap--css3 .fotorama__spinner {
  animation: spinner 24s infinite linear;
}
.fotorama__wrap--css3 .fotorama__html {
  transition-duration: 0.3s;
  transition-property: opacity;
  transition-timing-function: linear;
}
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html {
  opacity: 0;
}
.fotorama__select {
  cursor: auto;
}
.fotorama__video {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 32px;
  z-index: 10;
}
@-moz-document url-prefix() {
  .fotorama__active {
    box-shadow: 0 0 0 transparent;
  }
}
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
  cursor: pointer;
  position: absolute;
}
.fotorama__arr {
  z-index: 900;
}
.fotorama__fullscreen-icon,
.fotorama__zoom-out,
.fotorama__zoom-in,
.fotorama__video-close {
  z-index: 1000;
}
.fotorama__arr {
  bottom: 0;
  position: absolute;
  top: 0;
  width: 80px;
}
._block-content-loading .fotorama__arr {
  opacity: 0;
}
.fotorama__arr .fotorama__arr__arr {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
  height: 80px;
  width: 80px;
}
.fotorama__arr--prev {
  left: 0;
}
.fotorama__arr--prev .fotorama__arr__arr {
  background-position: -80px -80px;
}
.fotorama__arr--next {
  right: 0;
}
.fotorama__arr--next .fotorama__arr__arr {
  background-position: -160px -80px;
}
.fotorama__arr--disabled {
  cursor: default;
  opacity: 0;
  pointer-events: none;
}
.fotorama__fullscreen-icon {
  background-position: 0 0;
  display: none;
  height: 80px;
  right: 0;
  top: 0;
  width: 80px;
  z-index: 1000;
}
.fotorama--fullscreen-icons .fotorama__fullscreen-icon {
  display: none;
}
.fotorama--fullscreen .fotorama__fullscreen-icon {
  background-position: -80px 0;
  display: inline-block;
}
.fotorama__video-play {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
  background-position: -80px -160px;
  height: 160px;
  width: 160px;
}
.fotorama__wrap--css2 .fotorama__video-play,
.fotorama__wrap--video .fotorama__stage .fotorama__video-play {
  display: none;
}
.fotorama__loaded .fotorama__video-play,
.fotorama__error .fotorama__video-play,
.fotorama__nav__frame .fotorama__video-play {
  display: block;
  opacity: 1;
}
.fotorama__nav__frame .fotorama__video-play {
  background-position: 0 -240px;
  height: 80px;
  width: 80px;
}
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  opacity: 0;
}
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
  opacity: 1;
}
.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
  display: none;
}
.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
  opacity: 1;
  right: 93px;
  top: 97px;
}
.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
  display: none;
}
.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
  opacity: 1;
  right: 93px;
  top: 97px;
}
.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
  display: none;
}
.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
  opacity: 1;
  right: 93px;
  top: 97px;
}
.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--video .fotorama__fullscreen-icon {
  opacity: 0 !important;
}
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  display: none;
}
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
  display: block;
}
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon {
  display: none !important;
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus) {
  -webkit-transform: translate3d(80px, -80px, 0);
  -ms-transform: translate3d(80px, -80px, 0);
  -o-transform: translate3d(80px, -80px, 0);
  transform: translate3d(80px, -80px, 0);
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus) {
  -webkit-transform: translate3d(-120px, 0, 0);
  -ms-transform: translate3d(-120px, 0, 0);
  -o-transform: translate3d(-120px, 0, 0);
  transform: translate3d(-120px, 0, 0);
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus) {
  -webkit-transform: translate3d(120px, 0, 0);
  -ms-transform: translate3d(120px, 0, 0);
  -o-transform: translate3d(120px, 0, 0);
  transform: translate3d(120px, 0, 0);
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon {
  -webkit-transform: translate3d(80px, -80px, 0) !important;
  -ms-transform: translate3d(80px, -80px, 0) !important;
  -o-transform: translate3d(80px, -80px, 0) !important;
  transform: translate3d(80px, -80px, 0) !important;
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev {
  -webkit-transform: translate3d(-120px, 0, 0) !important;
  -ms-transform: translate3d(-120px, 0, 0) !important;
  -o-transform: translate3d(-120px, 0, 0) !important;
  transform: translate3d(-120px, 0, 0) !important;
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next {
  -webkit-transform: translate3d(120px, 0, 0) !important;
  -ms-transform: translate3d(120px, 0, 0) !important;
  -o-transform: translate3d(120px, 0, 0) !important;
  transform: translate3d(120px, 0, 0) !important;
}
.fotorama__wrap--css3 .fotorama__arr:not(:focus),
.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),
.fotorama__wrap--css3 .fotorama__video-play:not(:focus),
.fotorama__wrap--css3 .fotorama__video-close:not(:focus) {
  transition-duration: 0.3s;
  transition-property: transform, opacity, background-color;
}
.fotorama__stage:before,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__nav:after {
  background-repeat: no-repeat;
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  text-decoration: none;
  z-index: 10;
}
.fotorama__stage:before,
.fotorama__nav:before {
  left: -10px;
  top: -10px;
}
.fotorama__stage:after,
.fotorama__nav:after {
  right: -10px;
  bottom: -10px;
}
.fotorama__stage.fotorama__shadows--left:before,
.fotorama__nav.fotorama__shadows--left:before,
.fotorama__stage.fotorama__shadows--right:after,
.fotorama__nav.fotorama__shadows--right:after {
  background-size: 1px 100%, 5px 100%;
  bottom: 0;
  height: auto;
  top: 0;
  width: 10px;
}
.fotorama__stage.fotorama__shadows--top:before,
.fotorama__nav.fotorama__shadows--top:before,
.fotorama__stage.fotorama__shadows--bottom:after,
.fotorama__nav.fotorama__shadows--bottom:after {
  background-size: 100% 1px, 100% 5px ;
  height: 10px;
  left: 0;
  right: 0;
  width: auto;
}
.fotorama__stage.fotorama__shadows--left:before,
.fotorama__nav.fotorama__shadows--left:before {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 0, 0 0;
  left: 0;
}
.fotorama__stage.fotorama__shadows--right:after,
.fotorama__nav.fotorama__shadows--right:after {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 100% 0, 100% 0;
  right: 0;
}
.fotorama__stage.fotorama__shadows--top:before,
.fotorama__nav.fotorama__shadows--top:before {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 0, 0 0;
  top: 0;
}
.fotorama__stage.fotorama__shadows--bottom:after,
.fotorama__nav.fotorama__shadows--bottom:after {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 100%, 0 100%;
  bottom: 0;
}
.fotorama--fullscreen .fotorama__stage:before,
.fotorama--fullscreen .fotorama__nav:before,
.fotorama__wrap--no-shadows .fotorama__stage:before,
.fotorama__wrap--no-shadows .fotorama__nav:before,
.fotorama__wrap--fade .fotorama__stage:before,
.fotorama--fullscreen .fotorama__stage:after,
.fotorama--fullscreen .fotorama__nav:after,
.fotorama__wrap--no-shadows .fotorama__stage:after,
.fotorama__wrap--no-shadows .fotorama__nav:after,
.fotorama__wrap--fade .fotorama__stage:after {
  display: none;
}
.fotorama__nav-wrap .fotorama_vertical_ratio .fotorama__img {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: auto;
  position: absolute;
  top: 50%;
  width: 100%;
}
.fotorama__nav-wrap .fotorama_horizontal_ratio .fotorama__img {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translateY(-50%, -50%);
  -o-transform: translateY(-50%, -50%);
  transform: translateY(-50%, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
  width: auto;
}
.magnifier-thumb-wrapper {
  display: block;
  left: 0;
  position: relative;
  top: 0;
}
.magnifier-lens {
  border: solid 1px #bbbbbb;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 800;
}
.magnify-lens {
  background: rgba(255, 255, 255, 0.5);
  border: solid 1px #bbbbbb;
  color: #ffffff;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  z-index: 1000;
  overflow: hidden;
}
.magnify-lens .magnifier-large {
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  border: none;
  position: absolute;
  z-index: 100;
}
.magnifier-loader-text {
  margin-top: 10px;
}
.magnifier-preview {
  bottom: 0;
  left: 58%;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 2;
  top: 215px;
}
.magnifier-preview:not(.hidden) {
  background-color: #ffffff;
}
.magnifier-preview img {
  left: 0;
  max-width: inherit;
  max-height: inherit;
  position: absolute;
  top: 0;
  object-fit: scale-down;
}
.fotorama__stage__frame {
  text-align: center;
}
.fotorama__stage__frame .fotorama__img {
  height: auto;
  left: 50%;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  transition-duration: 0.3s;
  transition-property: width, height, top, left;
  vertical-align: middle;
  width: auto;
}
.magnify-opaque {
  opacity: .5;
}
.magnify-hidden {
  display: none;
}
.fotorama__nav-wrap--vertical.fotorama__nav-wrap {
  display: inline-block;
  left: 0;
  position: absolute;
  top: 0;
}
.fotorama__nav-wrap--vertical .fotorama__nav__shaft {
  background-color: white;
  width: 100%;
}
.fotorama__nav-wrap--vertical .fotorama__nav__shaft .fotorama__nav__frame--thumb {
  display: block;
  padding-bottom: inherit !important;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img {
  display: none;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img,
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: inherit;
  max-width: inherit;
  position: absolute;
  right: 0;
  top: 0;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  cursor: default;
  display: block;
  height: auto;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  top: 0;
  transition: 0.3s linear;
  vertical-align: middle;
  width: auto;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full.fotorama__img--zoommable {
  cursor: pointer;
  max-height: none;
  max-width: none;
  transition-property: width, height, bottom, right, top, left;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full.fotorama__img--draggable {
  cursor: move;
  transition-property: none;
}
.fotorama--fullscreen .fotorama__stage__frame iframe {
  left: 80px;
  width: calc(100% - 80px * 2);
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left,
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
  bottom: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  width: 30px;
  z-index: 1000;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .fotorama__thumb--icon,
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right .fotorama__thumb--icon {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
  width: 100%;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left {
  left: 0;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
  right: 0;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left,
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right {
  cursor: pointer;
  height: 30px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 1000;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left .fotorama__thumb--icon,
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right .fotorama__thumb--icon {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  margin: auto;
  width: 30px;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left {
  top: 0;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right {
  bottom: 0;
}
.fotorama__wrap--only-active .fotorama__stage,
.fotorama__wrap--only-active .fotorama__nav {
  max-width: 99999px !important;
}
.fotorama__wrap--only-active .fotorama__stage__frame {
  visibility: hidden;
}
.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active {
  visibility: visible;
}
.fotorama__thumb--icon {
  font-size: 0.001px;
  padding-bottom: 30px;
}
.fotorama__thumb__arr--left .fotorama__thumb--icon {
  background-position: -25px -265px;
}
.fotorama__thumb__arr--right .fotorama__thumb--icon {
  background-position: -25px -350px;
}
.magnify-fullimage {
  display: none;
}
.fotorama__arr,
.fotorama__thumb__arr {
  background-color: rgba(255, 255, 255, 0.3);
  transition: background-color 0.3s ease-in-out;
}
.fotorama__arr:hover,
.fotorama__thumb__arr:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.fotorama__arr:active,
.fotorama__thumb__arr:active {
  background-color: rgba(213, 213, 213, 0.5);
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in {
  background-color: rgba(255, 255, 255, 0.3);
  transition: background-color 0.3s ease-in-out;
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon:hover,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out:hover,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon:active,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out:active,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in:active {
  background-color: rgba(213, 213, 213, 0.5);
}
.fotorama__video-close {
  background-position: -80px 0;
  height: 80px;
  opacity: 0;
  right: 0;
  top: 0;
  transform: translate3d(80px, -80px, 0);
  transition: opacity 0.3s ease-in-out;
  width: 80px;
}
@media all and (max-width: 768px) {
  .fotorama__video-close {
    background-position: -100px -20px;
    top: 10px;
    height: 40px;
    width: 40px;
  }
}
.fotorama__video-close.fotorama-show-control {
  opacity: 1;
  transform: translate3d(0, -10px, 0);
}
.gallery-placeholder__image {
  display: block;
  margin: auto;
}
.fotorama__spinner {
  background-image: url('../../images/loader-1.gif');
  bottom: 0;
  display: none;
  height: 64px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 64px;
  z-index: 100;
}
.fotorama__spinner.fotorama__spinner--show {
  display: block;
}
.fotorama__product-video--loaded .fotorama__img,
.fotorama__product-video--loaded .fotorama__img--full {
  display: none !important;
}
.fotorama__stage .fotorama__arr--shown {
  display: block !important;
}
.fotorama__stage .fotorama__arr--hidden {
  display: none !important;
}
