/*
 * VARIABLES
 */
/*
 * MIXINS
 */
html.rtl {
  /**
     *  GRID
     */
  /**
     *  ELEMENTS
     */
  /**
     * STAGE AND GALLERIES
     */
  /**
     * STYLEFINDER
     */
  /**
     * SUB-NAVI AKA ANCHOR NAVI
     */
}
html.rtl .col-xs-1 {
  float: right;
}
html.rtl .col-xs-2 {
  float: right;
}
html.rtl .col-xs-3 {
  float: right;
}
html.rtl .col-xs-4 {
  float: right;
}
html.rtl .col-xs-5 {
  float: right;
}
html.rtl .col-xs-6 {
  float: right;
}
html.rtl .col-xs-7 {
  float: right;
}
html.rtl .col-xs-8 {
  float: right;
}
html.rtl .col-xs-9 {
  float: right;
}
html.rtl .col-xs-10 {
  float: right;
}
html.rtl .col-xs-11 {
  float: right;
}
html.rtl .col-xs-12 {
  float: right;
}
html.rtl .col-xs-pull-12 {
  left: 100%;
  right: auto;
}
html.rtl .col-xs-pull-11 {
  left: 91.66666667%;
  right: auto;
}
html.rtl .col-xs-pull-10 {
  left: 83.33333333%;
  right: auto;
}
html.rtl .col-xs-pull-9 {
  left: 75%;
  right: auto;
}
html.rtl .col-xs-pull-8 {
  left: 66.66666667%;
  right: auto;
}
html.rtl .col-xs-pull-7 {
  left: 58.33333333%;
  right: auto;
}
html.rtl .col-xs-pull-6 {
  left: 50%;
  right: auto;
}
html.rtl .col-xs-pull-5 {
  left: 41.66666667%;
  right: auto;
}
html.rtl .col-xs-pull-4 {
  left: 33.33333333%;
  right: auto;
}
html.rtl .col-xs-pull-3 {
  left: 25%;
  right: auto;
}
html.rtl .col-xs-pull-2 {
  left: 16.66666667%;
  right: auto;
}
html.rtl .col-xs-pull-1 {
  left: 8.33333333%;
  right: auto;
}
html.rtl .col-xs-pull-0 {
  left: 0%;
  right: auto;
}
html.rtl .col-xs-push-12 {
  left: auto;
  right: 100%;
}
html.rtl .col-xs-push-11 {
  left: auto;
  right: 91.66666667%;
}
html.rtl .col-xs-push-10 {
  left: auto;
  right: 83.33333333%;
}
html.rtl .col-xs-push-9 {
  left: auto;
  right: 75%;
}
html.rtl .col-xs-push-8 {
  left: auto;
  right: 66.66666667%;
}
html.rtl .col-xs-push-7 {
  left: auto;
  right: 58.33333333%;
}
html.rtl .col-xs-push-6 {
  left: auto;
  right: 50%;
}
html.rtl .col-xs-push-5 {
  left: auto;
  right: 41.66666667%;
}
html.rtl .col-xs-push-4 {
  left: auto;
  right: 33.33333333%;
}
html.rtl .col-xs-push-3 {
  left: auto;
  right: 25%;
}
html.rtl .col-xs-push-2 {
  left: auto;
  right: 16.66666667%;
}
html.rtl .col-xs-push-1 {
  left: auto;
  right: 8.33333333%;
}
html.rtl .col-xs-push-0 {
  left: auto;
  right: 0%;
}
html.rtl .col-xs-offset-12 {
  margin-left: auto;
  margin-right: 100%;
}
html.rtl .col-xs-offset-11 {
  margin-left: auto;
  margin-right: 91.66666667%;
}
html.rtl .col-xs-offset-10 {
  margin-left: auto;
  margin-right: 83.33333333%;
}
html.rtl .col-xs-offset-9 {
  margin-left: auto;
  margin-right: 75%;
}
html.rtl .col-xs-offset-8 {
  margin-left: auto;
  margin-right: 66.66666667%;
}
html.rtl .col-xs-offset-7 {
  margin-left: auto;
  margin-right: 58.33333333%;
}
html.rtl .col-xs-offset-6 {
  margin-left: auto;
  margin-right: 50%;
}
html.rtl .col-xs-offset-5 {
  margin-left: auto;
  margin-right: 41.66666667%;
}
html.rtl .col-xs-offset-4 {
  margin-left: auto;
  margin-right: 33.33333333%;
}
html.rtl .col-xs-offset-3 {
  margin-left: auto;
  margin-right: 25%;
}
html.rtl .col-xs-offset-2 {
  margin-left: auto;
  margin-right: 16.66666667%;
}
html.rtl .col-xs-offset-1 {
  margin-left: auto;
  margin-right: 8.33333333%;
}
html.rtl .col-xs-offset-0 {
  margin-left: auto;
  margin-right: 0%;
}
@media (min-width: 768px) {
  html.rtl .col-sm-1 {
    float: right;
  }
  html.rtl .col-sm-2 {
    float: right;
  }
  html.rtl .col-sm-3 {
    float: right;
  }
  html.rtl .col-sm-4 {
    float: right;
  }
  html.rtl .col-sm-5 {
    float: right;
  }
  html.rtl .col-sm-6 {
    float: right;
  }
  html.rtl .col-sm-7 {
    float: right;
  }
  html.rtl .col-sm-8 {
    float: right;
  }
  html.rtl .col-sm-9 {
    float: right;
  }
  html.rtl .col-sm-10 {
    float: right;
  }
  html.rtl .col-sm-11 {
    float: right;
  }
  html.rtl .col-sm-12 {
    float: right;
  }
  html.rtl .col-sm-pull-12 {
    left: 100%;
    right: auto;
  }
  html.rtl .col-sm-pull-11 {
    left: 91.66666667%;
    right: auto;
  }
  html.rtl .col-sm-pull-10 {
    left: 83.33333333%;
    right: auto;
  }
  html.rtl .col-sm-pull-9 {
    left: 75%;
    right: auto;
  }
  html.rtl .col-sm-pull-8 {
    left: 66.66666667%;
    right: auto;
  }
  html.rtl .col-sm-pull-7 {
    left: 58.33333333%;
    right: auto;
  }
  html.rtl .col-sm-pull-6 {
    left: 50%;
    right: auto;
  }
  html.rtl .col-sm-pull-5 {
    left: 41.66666667%;
    right: auto;
  }
  html.rtl .col-sm-pull-4 {
    left: 33.33333333%;
    right: auto;
  }
  html.rtl .col-sm-pull-3 {
    left: 25%;
    right: auto;
  }
  html.rtl .col-sm-pull-2 {
    left: 16.66666667%;
    right: auto;
  }
  html.rtl .col-sm-pull-1 {
    left: 8.33333333%;
    right: auto;
  }
  html.rtl .col-sm-pull-0 {
    left: 0%;
    right: auto;
  }
  html.rtl .col-sm-push-12 {
    left: auto;
    right: 100%;
  }
  html.rtl .col-sm-push-11 {
    left: auto;
    right: 91.66666667%;
  }
  html.rtl .col-sm-push-10 {
    left: auto;
    right: 83.33333333%;
  }
  html.rtl .col-sm-push-9 {
    left: auto;
    right: 75%;
  }
  html.rtl .col-sm-push-8 {
    left: auto;
    right: 66.66666667%;
  }
  html.rtl .col-sm-push-7 {
    left: auto;
    right: 58.33333333%;
  }
  html.rtl .col-sm-push-6 {
    left: auto;
    right: 50%;
  }
  html.rtl .col-sm-push-5 {
    left: auto;
    right: 41.66666667%;
  }
  html.rtl .col-sm-push-4 {
    left: auto;
    right: 33.33333333%;
  }
  html.rtl .col-sm-push-3 {
    left: auto;
    right: 25%;
  }
  html.rtl .col-sm-push-2 {
    left: auto;
    right: 16.66666667%;
  }
  html.rtl .col-sm-push-1 {
    left: auto;
    right: 8.33333333%;
  }
  html.rtl .col-sm-push-0 {
    left: auto;
    right: 0%;
  }
  html.rtl .col-sm-offset-12 {
    margin-left: auto;
    margin-right: 100%;
  }
  html.rtl .col-sm-offset-11 {
    margin-left: auto;
    margin-right: 91.66666667%;
  }
  html.rtl .col-sm-offset-10 {
    margin-left: auto;
    margin-right: 83.33333333%;
  }
  html.rtl .col-sm-offset-9 {
    margin-left: auto;
    margin-right: 75%;
  }
  html.rtl .col-sm-offset-8 {
    margin-left: auto;
    margin-right: 66.66666667%;
  }
  html.rtl .col-sm-offset-7 {
    margin-left: auto;
    margin-right: 58.33333333%;
  }
  html.rtl .col-sm-offset-6 {
    margin-left: auto;
    margin-right: 50%;
  }
  html.rtl .col-sm-offset-5 {
    margin-left: auto;
    margin-right: 41.66666667%;
  }
  html.rtl .col-sm-offset-4 {
    margin-left: auto;
    margin-right: 33.33333333%;
  }
  html.rtl .col-sm-offset-3 {
    margin-left: auto;
    margin-right: 25%;
  }
  html.rtl .col-sm-offset-2 {
    margin-left: auto;
    margin-right: 16.66666667%;
  }
  html.rtl .col-sm-offset-1 {
    margin-left: auto;
    margin-right: 8.33333333%;
  }
  html.rtl .col-sm-offset-0 {
    margin-left: auto;
    margin-right: 0%;
  }
}
@media (min-width: 992px) {
  html.rtl .col-md-1 {
    float: right;
  }
  html.rtl .col-md-2 {
    float: right;
  }
  html.rtl .col-md-3 {
    float: right;
  }
  html.rtl .col-md-4 {
    float: right;
  }
  html.rtl .col-md-5 {
    float: right;
  }
  html.rtl .col-md-6 {
    float: right;
  }
  html.rtl .col-md-7 {
    float: right;
  }
  html.rtl .col-md-8 {
    float: right;
  }
  html.rtl .col-md-9 {
    float: right;
  }
  html.rtl .col-md-10 {
    float: right;
  }
  html.rtl .col-md-11 {
    float: right;
  }
  html.rtl .col-md-12 {
    float: right;
  }
  html.rtl .col-md-pull-12 {
    left: 100%;
    right: auto;
  }
  html.rtl .col-md-pull-11 {
    left: 91.66666667%;
    right: auto;
  }
  html.rtl .col-md-pull-10 {
    left: 83.33333333%;
    right: auto;
  }
  html.rtl .col-md-pull-9 {
    left: 75%;
    right: auto;
  }
  html.rtl .col-md-pull-8 {
    left: 66.66666667%;
    right: auto;
  }
  html.rtl .col-md-pull-7 {
    left: 58.33333333%;
    right: auto;
  }
  html.rtl .col-md-pull-6 {
    left: 50%;
    right: auto;
  }
  html.rtl .col-md-pull-5 {
    left: 41.66666667%;
    right: auto;
  }
  html.rtl .col-md-pull-4 {
    left: 33.33333333%;
    right: auto;
  }
  html.rtl .col-md-pull-3 {
    left: 25%;
    right: auto;
  }
  html.rtl .col-md-pull-2 {
    left: 16.66666667%;
    right: auto;
  }
  html.rtl .col-md-pull-1 {
    left: 8.33333333%;
    right: auto;
  }
  html.rtl .col-md-pull-0 {
    left: 0%;
    right: auto;
  }
  html.rtl .col-md-push-12 {
    left: auto;
    right: 100%;
  }
  html.rtl .col-md-push-11 {
    left: auto;
    right: 91.66666667%;
  }
  html.rtl .col-md-push-10 {
    left: auto;
    right: 83.33333333%;
  }
  html.rtl .col-md-push-9 {
    left: auto;
    right: 75%;
  }
  html.rtl .col-md-push-8 {
    left: auto;
    right: 66.66666667%;
  }
  html.rtl .col-md-push-7 {
    left: auto;
    right: 58.33333333%;
  }
  html.rtl .col-md-push-6 {
    left: auto;
    right: 50%;
  }
  html.rtl .col-md-push-5 {
    left: auto;
    right: 41.66666667%;
  }
  html.rtl .col-md-push-4 {
    left: auto;
    right: 33.33333333%;
  }
  html.rtl .col-md-push-3 {
    left: auto;
    right: 25%;
  }
  html.rtl .col-md-push-2 {
    left: auto;
    right: 16.66666667%;
  }
  html.rtl .col-md-push-1 {
    left: auto;
    right: 8.33333333%;
  }
  html.rtl .col-md-push-0 {
    left: auto;
    right: 0%;
  }
  html.rtl .col-md-offset-12 {
    margin-left: auto;
    margin-right: 100%;
  }
  html.rtl .col-md-offset-11 {
    margin-left: auto;
    margin-right: 91.66666667%;
  }
  html.rtl .col-md-offset-10 {
    margin-left: auto;
    margin-right: 83.33333333%;
  }
  html.rtl .col-md-offset-9 {
    margin-left: auto;
    margin-right: 75%;
  }
  html.rtl .col-md-offset-8 {
    margin-left: auto;
    margin-right: 66.66666667%;
  }
  html.rtl .col-md-offset-7 {
    margin-left: auto;
    margin-right: 58.33333333%;
  }
  html.rtl .col-md-offset-6 {
    margin-left: auto;
    margin-right: 50%;
  }
  html.rtl .col-md-offset-5 {
    margin-left: auto;
    margin-right: 41.66666667%;
  }
  html.rtl .col-md-offset-4 {
    margin-left: auto;
    margin-right: 33.33333333%;
  }
  html.rtl .col-md-offset-3 {
    margin-left: auto;
    margin-right: 25%;
  }
  html.rtl .col-md-offset-2 {
    margin-left: auto;
    margin-right: 16.66666667%;
  }
  html.rtl .col-md-offset-1 {
    margin-left: auto;
    margin-right: 8.33333333%;
  }
  html.rtl .col-md-offset-0 {
    margin-left: auto;
    margin-right: 0%;
  }
}
@media (min-width: 1200px) {
  html.rtl .col-lg-1 {
    float: right;
  }
  html.rtl .col-lg-2 {
    float: right;
  }
  html.rtl .col-lg-3 {
    float: right;
  }
  html.rtl .col-lg-4 {
    float: right;
  }
  html.rtl .col-lg-5 {
    float: right;
  }
  html.rtl .col-lg-6 {
    float: right;
  }
  html.rtl .col-lg-7 {
    float: right;
  }
  html.rtl .col-lg-8 {
    float: right;
  }
  html.rtl .col-lg-9 {
    float: right;
  }
  html.rtl .col-lg-10 {
    float: right;
  }
  html.rtl .col-lg-11 {
    float: right;
  }
  html.rtl .col-lg-12 {
    float: right;
  }
  html.rtl .col-lg-pull-12 {
    left: 100%;
    right: auto;
  }
  html.rtl .col-lg-pull-11 {
    left: 91.66666667%;
    right: auto;
  }
  html.rtl .col-lg-pull-10 {
    left: 83.33333333%;
    right: auto;
  }
  html.rtl .col-lg-pull-9 {
    left: 75%;
    right: auto;
  }
  html.rtl .col-lg-pull-8 {
    left: 66.66666667%;
    right: auto;
  }
  html.rtl .col-lg-pull-7 {
    left: 58.33333333%;
    right: auto;
  }
  html.rtl .col-lg-pull-6 {
    left: 50%;
    right: auto;
  }
  html.rtl .col-lg-pull-5 {
    left: 41.66666667%;
    right: auto;
  }
  html.rtl .col-lg-pull-4 {
    left: 33.33333333%;
    right: auto;
  }
  html.rtl .col-lg-pull-3 {
    left: 25%;
    right: auto;
  }
  html.rtl .col-lg-pull-2 {
    left: 16.66666667%;
    right: auto;
  }
  html.rtl .col-lg-pull-1 {
    left: 8.33333333%;
    right: auto;
  }
  html.rtl .col-lg-pull-0 {
    left: 0%;
    right: auto;
  }
  html.rtl .col-lg-push-12 {
    left: auto;
    right: 100%;
  }
  html.rtl .col-lg-push-11 {
    left: auto;
    right: 91.66666667%;
  }
  html.rtl .col-lg-push-10 {
    left: auto;
    right: 83.33333333%;
  }
  html.rtl .col-lg-push-9 {
    left: auto;
    right: 75%;
  }
  html.rtl .col-lg-push-8 {
    left: auto;
    right: 66.66666667%;
  }
  html.rtl .col-lg-push-7 {
    left: auto;
    right: 58.33333333%;
  }
  html.rtl .col-lg-push-6 {
    left: auto;
    right: 50%;
  }
  html.rtl .col-lg-push-5 {
    left: auto;
    right: 41.66666667%;
  }
  html.rtl .col-lg-push-4 {
    left: auto;
    right: 33.33333333%;
  }
  html.rtl .col-lg-push-3 {
    left: auto;
    right: 25%;
  }
  html.rtl .col-lg-push-2 {
    left: auto;
    right: 16.66666667%;
  }
  html.rtl .col-lg-push-1 {
    left: auto;
    right: 8.33333333%;
  }
  html.rtl .col-lg-push-0 {
    left: auto;
    right: 0%;
  }
  html.rtl .col-lg-offset-12 {
    margin-left: auto;
    margin-right: 100%;
  }
  html.rtl .col-lg-offset-11 {
    margin-left: auto;
    margin-right: 91.66666667%;
  }
  html.rtl .col-lg-offset-10 {
    margin-left: auto;
    margin-right: 83.33333333%;
  }
  html.rtl .col-lg-offset-9 {
    margin-left: auto;
    margin-right: 75%;
  }
  html.rtl .col-lg-offset-8 {
    margin-left: auto;
    margin-right: 66.66666667%;
  }
  html.rtl .col-lg-offset-7 {
    margin-left: auto;
    margin-right: 58.33333333%;
  }
  html.rtl .col-lg-offset-6 {
    margin-left: auto;
    margin-right: 50%;
  }
  html.rtl .col-lg-offset-5 {
    margin-left: auto;
    margin-right: 41.66666667%;
  }
  html.rtl .col-lg-offset-4 {
    margin-left: auto;
    margin-right: 33.33333333%;
  }
  html.rtl .col-lg-offset-3 {
    margin-left: auto;
    margin-right: 25%;
  }
  html.rtl .col-lg-offset-2 {
    margin-left: auto;
    margin-right: 16.66666667%;
  }
  html.rtl .col-lg-offset-1 {
    margin-left: auto;
    margin-right: 8.33333333%;
  }
  html.rtl .col-lg-offset-0 {
    margin-left: auto;
    margin-right: 0%;
  }
}
html.rtl .pull-left {
  float: right !important;
}
html.rtl .pull-right {
  float: left !important;
}
html.rtl .text-left {
  text-align: right;
}
html.rtl .text-right {
  text-align: left;
}
html.rtl .radio,
html.rtl .checkbox {
  padding-left: 0;
  padding-right: 20px;
}
html.rtl .radio input[type="radio"],
html.rtl .radio-inline input[type="radio"],
html.rtl .checkbox input[type="radio"],
html.rtl .checkbox-inline input[type="radio"],
html.rtl .radio input[type="checkbox"],
html.rtl .radio-inline input[type="checkbox"],
html.rtl .checkbox input[type="checkbox"],
html.rtl .checkbox-inline input[type="checkbox"] {
  float: right;
  margin-right: -20px;
}
html.rtl .p ul li:before {
  left: auto;
  right: 5px;
}
html.rtl input[name='phone'],
html.rtl input[name='f_phone'],
html.rtl input[name='phonenumber'] {
  direction: ltr;
  text-align: right;
}
html.rtl button.button,
html.rtl a.button {
  background: url('../file/assets/sprite.png') no-repeat left -11px;
  padding-left: 30px;
  padding-right: 15px;
  background-color: #7a7a80;
}
html.rtl .link-box ~ ul,
html.rtl .link-box-cat ~ ul,
html.rtl .link-box > ul,
html.rtl .link-box-cat > ul {
  padding-left: 0;
  padding-right: 30px;
}
html.rtl .link-box ~ ul li a:before,
html.rtl .link-box-cat ~ ul li a:before,
html.rtl .link-box > ul li a:before,
html.rtl .link-box-cat > ul li a:before {
  left: auto;
  right: -26px;
  background: url('../file/assets/sprite.png') no-repeat -2px -13px;
}
html.rtl .link-box > ul,
html.rtl .link-box-cat > ul {
  margin-left: 0;
  margin-right: -5px;
}
html.rtl .mfb {
  left: -85px;
  right: auto;
}
html.rtl .mfb .main .flyout {
  left: 0;
  right: auto;
}
html.rtl .mfb .main .flyout .sharefly {
  left: 118px;
  right: auto;
  -webkit-transform: translate3d(-24%, 0, 0) scale(0.96);
  -ms-transform: translate3d(-24%, 0, 0) scale(0.96);
  transform: translate3d(-24%, 0, 0) scale(0.96);
}
html.rtl .mfb .main .flyout .sharefly.on {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  -ms-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}
html.rtl .mfb .main .flyout .sharefly a {
  float: right;
}
html.rtl .mfb .main .flyout.vertical .sharefly {
  left: 59px;
  right: auto;
}
html.rtl .mfb .main .buttons {
  float: left;
}
html.rtl #stage .mfb,
html.rtl .gallery-container.standard .mfb {
  left: 0;
  right: auto;
}
html.rtl #header .search label {
  float: right;
  text-indent: 0;
  color: transparent;
}
html.rtl #header .search .field {
  float: right;
  margin-left: 0;
  margin-right: -55px;
  padding-left: 35px;
  padding-right: 55px;
}
html.rtl #header .search .field button {
  right: auto;
  left: 10px;
  background: url('../file/assets/sprite.png') no-repeat left -1064px;
}
html.rtl #footer .footer-row .footer-content #footer-social .sociallink a {
  background: transparent none !important;
  padding-left: 0 !important;
  /*
                        &:before {
                            float: right;
                            display: block;
                            content: "";
                            width: 30px;
                            height: 20px;
                        }
                        */
}
html.rtl #footer .footer-row .footer-content #footer-social #footernav-socialfb:before,
html.rtl #footer .footer-row .footer-content #footer-social #footernav-instagram:before,
html.rtl #footer .footer-row .footer-content #footer-social #footernav-socialtwitter:before,
html.rtl #footer .footer-row .footer-content #footer-social #footernav-socialpinterest:before,
html.rtl #footer .footer-row .footer-content #footer-social #footernav-socialli:before,
html.rtl #footer .footer-row .footer-content #footer-social #footernav-socialblog:before,
html.rtl #footer .footer-row .footer-content #footer-social #footernav-socialyt:before {
  float: right;
  width: 20px;
  margin-left: 10px;
}
html.rtl #footer #footer-logo div {
  float: left;
}
html.rtl #footer #countryselector [class^='flag-']:before {
  float: right;
  display: block;
  content: "";
  margin-left: 10px;
  margin-right: 0;
}
html.rtl #sidebar button.collection-profile {
  float: left;
}
html.rtl #sidebar .control .title {
  left: auto;
  right: 30px;
}
html.rtl #sidebar .control .buttons {
  left: auto;
  right: 280px;
}
html.rtl #sidebar .control .buttons button .arw:after {
  border-width: 0 9px 9px;
  margin-left: -9px;
}
html.rtl #sidebar .control .hair-cross {
  left: 16px;
  right: auto;
}
html.rtl #sidebar .my-duravit .myduravit-profile-buttons #submitRegisterSidebar {
  float: left;
}
html.rtl .collections .content > .list .dl a {
  min-height: 20px;
  padding-left: 0px;
  text-align: right;
  background: url('../file/assets/sprite.png') no-repeat left -118px;
}
html.rtl .collections .content > .list .dl-btn a.dl-dwn {
  float: left;
  background: url('../file/assets/sprite.png') no-repeat left -110px;
}
html.rtl .collections .content > .list .dl-btn button.dl-del {
  float: right;
  padding-right: 5px;
  background: transparent none;
  white-space: normal;
}
html.rtl .collections .content > .list .dl-btn button.dl-del:after {
  float: right;
  display: block;
  content: "";
  width: 25px;
  height: 20px;
  background: url('../file/assets/sprite.png') no-repeat -906px -414px;
}
html.rtl .collections .content > .list button.del {
  left: auto;
  right: 0;
}
html.rtl .collections .content > .list .bathplanner .controls {
  position: static;
}
html.rtl .collections .content > .list .bathplanner .controls a.download {
  background-image: none;
  padding-left: 0;
  padding-right: 5px;
}
html.rtl .collections .content > .list .bathplanner .controls a.download:after {
  content: "";
  display: block;
  float: right;
  width: 20px;
  height: 20px;
  background: url('../file/assets/sprite.png') no-repeat -466px -415px;
}
html.rtl #modal-searchbar button {
  left: 16px;
  right: auto;
  background: url('../file/assets/sprite.png') no-repeat left -1064px;
}
html.rtl #modal-searchbar .hair-cross {
  left: 20px;
  right: auto;
}
html.rtl #stage-panel .back-link {
  float: right;
}
html.rtl #stage-panel .back-link .back-icon {
  margin-left: 15px;
  margin-right: 0;
  background: url('../file/assets/sprite.png') no-repeat -971px -180px;
}
html.rtl #stage-panel #open-inspiration-nav {
  float: left;
}
html.rtl #inspiration-nav-container #selection #change-selection {
  float: left;
}
html.rtl #inspiration-nav-container #element-list ul li.nav-element .image div.hover {
  padding-left: 30px;
  padding-right: 0;
}
html.rtl #inspiration-nav-container #element-list .arrow.left button,
html.rtl #inspiration-nav-container #element-list .arrow.left .outer {
  float: left;
}
html.rtl #inspiration-nav-container #element-list .arrow.right button,
html.rtl #inspiration-nav-container #element-list .arrow.right .outer {
  float: left;
}
html.rtl #stage .arrow.right:before,
html.rtl #stylefinder .arrow.right:before,
html.rtl .gallery-container .arrow.right:before,
html.rtl .carousel .arrow.right:before,
html.rtl #stage .arrow.right:after,
html.rtl #stylefinder .arrow.right:after,
html.rtl .gallery-container .arrow.right:after,
html.rtl .carousel .arrow.right:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
html.rtl #stage .arrow.right:after,
html.rtl #stylefinder .arrow.right:after,
html.rtl .gallery-container .arrow.right:after,
html.rtl .carousel .arrow.right:after {
  clear: both;
}
html.rtl #stage .arrow.right .outer,
html.rtl #stylefinder .arrow.right .outer,
html.rtl .gallery-container .arrow.right .outer,
html.rtl .carousel .arrow.right .outer {
  float: left;
}
html.rtl #stage .arrow.small.left,
html.rtl #stylefinder .arrow.small.left,
html.rtl .gallery-container .arrow.small.left,
html.rtl .carousel .arrow.small.left {
  left: -19px;
}
html.rtl #stage .arrow.small.right,
html.rtl #stylefinder .arrow.small.right,
html.rtl .gallery-container .arrow.small.right,
html.rtl .carousel .arrow.small.right {
  right: 13px;
}
html.rtl #stage .arrow.small.right .outer,
html.rtl #stylefinder .arrow.small.right .outer,
html.rtl .gallery-container .arrow.small.right .outer,
html.rtl .carousel .arrow.small.right .outer {
  float: none;
}
html.rtl .gallery-container.advanced {
  /* FLIPS NAV-ARROWS VERTICALLY
            .arrow {
                &.left {
                    left: auto;
                    right: -24px;
                    .outer {
                        float: left;
                        margin-left: 0;
                        margin-right: 46px;
                        .transform(rotate(45deg));
                    }
                }
                &.right {
                    left: -24px;
                    right: auto;
                    .outer {
                        float: right;
                        .transform(rotate(225deg));
                    }
                }
            }
            */
}
html.rtl .gallery-container.advanced ol {
  direction: ltr;
}
html.rtl .gallery-container.pd .slide .slidetext .normal {
  display: block;
  direction: ltr;
}
html.rtl #stylefinder .canvas .imagewall {
  left: auto;
  right: 0;
  width: 100%;
}
html.rtl #stylefinder .canvas .image-row {
  float: right;
}
html.rtl #stylefinder .controls .strip .label,
html.rtl #stylefinder .controls .strip .initial {
  left: auto;
  right: 50%;
}
html.rtl #stylefinder .controls .strip .label span,
html.rtl #stylefinder .controls .strip .initial span {
  margin-left: auto;
  margin-right: -50%;
}
html.rtl .sub-nav a.sub.sub-back div {
  padding-right: 37px;
  background: url('../file/assets/sprite.png') no-repeat right -180px;
}
html.rtl .retailersearch .result-item .send-retailer {
  float: left;
  width: auto;
  padding-left: 0;
  background: transparent none;
}
html.rtl .retailersearch .result-item .send-retailer:after {
  float: right;
  display: block;
  content: "";
  height: 45px;
  width: 49px;
  background: url('../file/assets/sprite.png') no-repeat -447px -311px;
}
html.rtl .retailersearch .result-item .icon-map {
  float: right;
  width: 27px;
  margin-left: 10px;
  background-position: -312px -412px;
}
html.rtl .retailersearch .result-item .btn-select-retailer div {
  float: left;
}
html.rtl .retailersearch .result-item .follow-link {
  margin-left: 0;
  margin-right: 20px;
  background: url('../file/assets/sprite.png') no-repeat left -181px;
}
html.rtl .retailer-contact ul.steps .step.active:after {
  left: -14px;
  right: auto;
  border-width: 18px 18px 18px 0;
  border-color: transparent #505050 transparent transparent;
}
html.rtl .retailer-contact ul.steps .step:before {
  left: auto;
  right: 0px;
  border-width: 18px 18px 18px 0;
  border-color: transparent #FFF transparent transparent;
}
html.rtl .retailer-contact ul.steps .step:after {
  left: -14px;
  right: auto;
  border-width: 18px 18px 18px 0;
  border-color: transparent #e6e6eb transparent transparent;
}
html.rtl .imgdb-asset .imgdb-asset-measures {
  float: left;
  direction: ltr;
}
html.rtl .imgdb-asset .imgdb-icon.cart {
  background: url('../file/assets/sprite.png') no-repeat -611px -616px;
}
html.rtl #idb-status div.left,
html.rtl #idb-profile div.left {
  float: right;
}
html.rtl #idb-status #bulletpoint i,
html.rtl #idb-profile #bulletpoint i {
  float: right;
}
html.rtl .catalog-selection-list .catalog .catalog-control .open-flippingbook .icon {
  background: url('../file/assets/sprite.png') no-repeat left -1166px;
}
html.rtl .catalog-selection-list .catalog .catalog-control .order-catalog {
  float: left;
}
html.rtl .mm-hero-unit {
  text-align: right;
}
html.rtl .mm-series-square .inner .child {
  text-align: right;
}
html.rtl .mm-articles .title:last-child {
  direction: ltr;
}
html.rtl .theme-darkgray a.button,
html.rtl .theme-black a.button,
html.rtl .theme-green a.button {
  background: url('../file/assets/sprite.png') no-repeat left -61px;
  background-color: #e6e6eb;
}
html.rtl .theme-darkgray form .input-wrap,
html.rtl .theme-black form .input-wrap,
html.rtl .theme-green form .input-wrap {
  border-color: #e6e6eb;
}
html.rtl #product-detail #sizes .normal {
  direction: ltr;
  text-align: right;
}
html.rtl #product-detail .variants td {
  padding-right: 0;
}
html.rtl #product-detail div.pd-link {
  margin-left: 0;
  margin-right: 26px;
}
html.rtl #product-detail div.pd-link a.pd-pics,
html.rtl #product-detail div.pd-link a.pdf,
html.rtl #product-detail div.pd-link a.pro-link {
  padding-left: 0;
  padding-right: 35px;
}
html.rtl #product-detail div.pd-link a.pd-pics:before,
html.rtl #product-detail div.pd-link a.pdf:before,
html.rtl #product-detail div.pd-link a.pro-link:before {
  left: auto;
  right: 5px;
}
html.rtl #product-detail div.pd-link a.pro-link:before {
  background: url('../file/assets/sprite.png') no-repeat left -63px;
}
html.rtl .mm-advertising .bg-cover div .arrow span:before {
  left: -3px;
  right: auto;
  -moz-transform: rotate(-130deg);
  -webkit-transform: rotate(-130deg);
  -ms-transform: rotate(-130deg);
  -o-transform: rotate(-130deg);
  transform: rotate(-130deg);
}
html.rtl .mm-advertising .bg-cover div .arrow span:after {
  left: -3px;
  right: auto;
  -moz-transform: rotate(130deg);
  -webkit-transform: rotate(130deg);
  -ms-transform: rotate(130deg);
  -o-transform: rotate(130deg);
  transform: rotate(130deg);
}
html.rtl a[href*='media/flipping_books']:not(.open-flippingbook) {
  background-image: none;
  padding-left: 0;
}
html.rtl a[href*='media/flipping_books']:not(.open-flippingbook):after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  float: right;
  background: url('../file/assets/sprite.png') no-repeat -964px -1163px;
}
html.rtl a[href*='media/flipping_books']:not(.open-flippingbook).button {
  padding-right: 0;
  background-color: #fff;
}
html.rtl a[href*='media/flipping_books']:not(.open-flippingbook).button:after {
  background: url('../file/assets/sprite.png') no-repeat -964px -1164px;
}
html.rtl .control-bar #page-selection {
  margin-left: 0;
  margin-right: 5px;
}
html.rtl .control-bar .page-selection {
  left: auto;
  right: 0;
}
html.rtl .control-bar .navigation .prev {
  margin-left: 25px;
  margin-right: 0;
  background: url('../file/assets/sprite.png') no-repeat -979px -69px;
}
html.rtl .control-bar .navigation .next {
  margin-left: 0;
  margin-right: 25px;
  background: url('../file/assets/sprite.png') no-repeat -769px -619px;
}
html.rtl .control-bar .controls {
  left: 0;
  right: auto;
}
html.rtl .control-bar .controls .icon {
  border-style: none solid none none;
  border-width: 0 1px 0 0;
}
html.rtl .control-bar .controls .icon:first-child {
  border: none;
}
html.rtl .control-bar .controls .chapter {
  background: url('../file/assets/sprite.png') no-repeat -950px -310px;
}
html.rtl .control-bar #gotoinput,
html.rtl .control-bar #gotolabel {
  float: right;
}
html.rtl .flipbookwrapper .singlechapter {
  float: right;
}
html.rtl form .input-wrap,
html.rtl form .textarea-wrap {
  border: 1px solid #505050;
  border-width: 0 1px 1px 0;
}
html.rtl form .input-wrap label.error,
html.rtl form .input-wrap label.error em {
  left: auto;
  right: -1px;
}
html.rtl form .form-submit-button .submit-link {
  float: left;
}
html.rtl .checkbox .styledCheckbox {
  margin-left: 0px;
  margin-right: -20px;
}
html.rtl .hair-cross {
  left: 30px;
  right: auto;
}
html.rtl .hair-cross.small {
  left: 16px;
  right: auto;
}
html.rtl .tip.sharefly .arw:after {
  border-width: 10px;
}
html.rtl .tip.bottom .arw:after {
  left: auto;
  right: -9px;
}
html.rtl .tip.left .arw {
  left: -9px;
  right: auto;
  border-width: 9px;
  border-left-width: 0;
  border-color: transparent;
  border-right-color: #e0e0e0;
}
html.rtl .tip.left .arw:after {
  left: 1px;
  right: auto;
  border-left-width: 0;
  border-right-color: #fff;
}
html.rtl .foldable:after {
  left: 10px;
  right: auto;
}
html.rtl .sharing-container .sharing-btn:before {
  float: right;
  margin-right: 0;
  margin-left: 5px;
}
html.rtl .social-icon.pi {
  margin-left: 0;
  margin-right: 10px;
}
html.rtl .mm-planningmanager .dashboard {
  padding-left: 40px;
  padding-right: 0;
}
html.rtl .mm-planningmanager .planning .content {
  padding-left: 0;
  padding-right: 210px;
}
html.rtl .mm-planningmanager .planning .content .cover {
  left: auto;
  right: 0;
  margin-left: 30px;
  margin-right: 0;
}
html.rtl .gallery-container.gallery-slider .slick-prev {
  left: auto;
  right: -70px;
  transform: rotate(45deg);
}
html.rtl .gallery-container.gallery-slider .slick-next {
  right: auto;
  left: -70px;
  transform: rotate(-135deg);
}
html.rtl .slick-slider .slick-list,
html.rtl .slick-slider .slick-track {
  direction: ltr;
}
@media (max-width: 767px) {
  html.rtl .gallery-container.gallery-slider .slick-arrow {
    direction: ltr;
  }
}
@media (max-width: 991px) {
  html.rtl #header .search .field {
    padding: 0;
  }
  html.rtl #header .nav-mobile {
    float: left;
  }
  html.rtl #dropdown .mobile-main-nav.foldable:after {
    left: 25px;
    right: auto;
  }
  html.rtl #dropdown nav a {
    background: url('../file/assets/sprite.png') no-repeat left -64px;
  }
  html.rtl #dropdown nav .description a {
    background-image: none;
  }
  html.rtl .mfb {
    left: 0;
    right: auto;
  }
  html.rtl .mfb .main .flyout.vertical .sharefly {
    left: 118px;
    right: auto;
  }
  html.rtl .gallery-container.advanced .mfb {
    left: 0;
    right: auto;
  }
}