.form-control {
  display: block;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
.lib-tranlate-x {
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.lib-tranlate-xo {
  transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
}
.lib-tranlate-y {
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.lib-tranlate-yo {
  transform: translateY(0);
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
}
.lib-tranlate-xy {
  transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
}
@keyframes move1 {
  0% {
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
  }
  25% {
    transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
  }
  50% {
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
  }
  75% {
    transform: translateY(5px);
    -moz-transform: translateY(5px);
    -webkit-transform: translateY(5px);
  }
  100% {
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes move1 {
  0% {
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
  }
  25% {
    transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
  }
  50% {
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
  }
  75% {
    transform: translateY(5px);
    -moz-transform: translateY(5px);
    -webkit-transform: translateY(5px);
  }
  100% {
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
  }
}
@-webkit-keyframes move1 {
  0% {
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
  }
  25% {
    transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
  }
  50% {
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
  }
  75% {
    transform: translateY(5px);
    -moz-transform: translateY(5px);
    -webkit-transform: translateY(5px);
  }
  100% {
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
  }
}
@keyframes move2 {
  0% {
    right: 100%;
    opacity: 0.5;
  }
  100% {
    right: 1px;
    opacity: 1;
  }
}
@-moz-keyframes move2 {
  0% {
    right: 100%;
    opacity: 0.5;
  }
  100% {
    right: 1px;
    opacity: 1;
  }
}
@-webkit-keyframes move2 {
  0% {
    right: 100%;
    opacity: 0.5;
  }
  100% {
    right: 1px;
    opacity: 1;
  }
}
@keyframes move3 {
  0% {
    background-size: 100% 100%;
  }
  50% {
    background-size: 150% 150%;
  }
  100% {
    background-size: 100% 100%;
  }
}
@-moz-keyframes move3 {
  0% {
    background-size: 100% 100%;
  }
  50% {
    background-size: 150% 150%;
  }
  100% {
    background-size: 100% 100%;
  }
}
@-webkit-keyframes move3 {
  0% {
    background-size: 100% 100%;
  }
  50% {
    background-size: 150% 150%;
  }
  100% {
    background-size: 100% 100%;
  }
}
@keyframes effect_icon {
  0% {
    transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
  }
  25% {
    transform: rotateZ(-5deg);
    -moz-transform: rotateZ(-5deg);
    -webkit-transform: rotateZ(-5deg);
  }
  50% {
    transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
  }
  75% {
    transform: rotateZ(5deg);
    -moz-transform: rotateZ(5deg);
    -webkit-transform: rotateZ(5deg);
  }
  100% {
    transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
  }
}
@-webkit-keyframes effect_icon {
  0% {
    transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
  }
  25% {
    transform: rotateZ(-5deg);
    -webkit-transform: rotateZ(-5deg);
  }
  50% {
    transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
  }
  75% {
    transform: rotateZ(5deg);
    -webkit-transform: rotateZ(5deg);
  }
  100% {
    transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
  }
}
@keyframes effect_button {
  0% {
    opacity: 1;
    transform: translateX(0);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
  }
  100% {
    transform: translateX(100px);
    -moz-transform: translateX(100px);
    -webkit-transform: translateX(100px);
    opacity: 0;
  }
}
@-webkit-keyframes effect_button {
  0% {
    opacity: 1;
    transform: translateX(0);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
  }
  100% {
    transform: translateX(100px);
    -moz-transform: translateX(100px);
    -webkit-transform: translateX(100px);
    opacity: 0;
  }
}
.lib-item-wrap {
  border-radius: 3px;
  overflow: hidden;
}
.lib-item-wrap .item-image {
  position: relative;
  overflow: hidden;
}
.lib-item-wrap .item-image .img {
  display: block;
  overflow: hidden;
  position: relative;
  background: #fff;
}
.lib-item-wrap .item-image .img:before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.lib-item-wrap .item-image .addtocart {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  min-width: 135px;
  text-align: center;
  background: #26aae1;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.5);
  padding: 10px 20px;
  border-radius: 4px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
}
.lib-item-wrap .item-image .addtocart:hover {
  background: #146a8d;
}
.lib-item-wrap .item-image .sale,
.lib-item-wrap .item-image .product_label {
  height: 45px;
  width: 45px;
  line-height: 45px;
  border-radius: 45px;
  position: absolute;
  top: 20px;
  right: 20px;
  background: #63c54c;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
}
.lib-item-wrap .item-image .sale:before,
.lib-item-wrap .item-image .product_label:before {
  border-bottom: 17px solid #63c54c;
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
  content: "";
  position: absolute;
  right: -6px;
  top: -6px;
  transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
}
.lib-item-wrap:hover .item-image .img:before {
  opacity: 0.5;
  transition: all 0.5s ease-in-out;
}
.lib-item-wrap:hover .item-image .addtocart {
  opacity: 1;
  transition: all 0.5s ease-in-out;
}
.lib-item-wrap:hover .item-info h3.item-title a {
  color: #26aae1;
}
.lib-item-info {
  background: #fff;
  padding-left: 25px;
  padding-right: 25px;
}
.lib-item-info h3.item-title {
  padding: 20px 0;
  margin: 0 0 20px;
  border-bottom: 1px solid #e1e1d8;
  line-height: 16px;
}
.lib-item-info h3.item-title a {
  color: #222;
  font-weight: 500;
  font-size: 14px;
}
.lib-item-info .item-content {
  margin: 10px 0;
}
.lib-item-info .item-content .item-description {
  color: #666;
  font-size: 12px;
}
.lib-item-info .main-price {
  display: block;
  overflow: hidden;
}
.lib-item-info .main-price .item-price {
  display: inline-block;
  float: left;
  line-height: 16px;
  padding: 0;
}
.lib-item-info .main-price .item-price .price {
  display: block;
  color: #ff5722;
  font-size: 16px;
  font-weight: bold;
}
.lib-item-info .main-price .item-price .old-price {
  display: block;
  color: #ccc;
  text-decoration: line-through;
  font-size: 12px;
  font-weight: normal;
}
.lib-item-info .main-price .price-sale {
  background: #26aae1;
  border-radius: 4px;
  display: inline-block;
  float: right;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
  padding: 5px 10px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
.lib-item-info .main-price .price-sale:before {
  content: "";
  border-color: transparent #26aae1 transparent transparent;
  border-style: solid;
  border-width: 7px 7px 7px 0;
  top: 50%;
  height: 0;
  left: -7px;
  position: absolute;
  width: 0;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.lib-item-info .main-price .price-sale >span {
  display: block;
  color: #fff;
}
.lib-item-info .main-price .price-sale >span.text {
  font-weight: normal;
}
@font-face {
  font-family: 'p30';
  font-style: bold;
  font-weight: 700;
  src: url(../pfonts/p30.eot);
  src: url(../pfonts/p30.eot?#iefix) format('embedded-opentype'), url(../pfonts/p30.woff2) format('woff2'), url(../pfonts/p30.woff) format('woff'), url(../pfonts/p30.ttf) format('truetype');
}
body.rtl p,
body.rtl h1,
body.rtl h2,
body.rtl h3,
body.rtl h4,
body.rtl h5,
body.rtl h6,
body.rtl a,
body.rtl ul,
body.rtl tr,
body.rtl td,
body.rtl input,
body.rtl .acymailing_introtext,
body.rtl .price,
body.rtl .text {
  font-family: "p30" !important;
}
body.rtl .jshop.search-form .field-calendar .input-append button,
body.rtl .jshop.search-form .price_from > span,
body.rtl .jshop.search-form .price_to > span {
  right: auto;
  left: 0;
  border-right: 1px solid #ccc;
  border-left: none;
  border-radius: 0;
}
body.rtl ol.breadcrumb > li {
  border-left: 1px solid #fff;
  border-right: none;
}
body.rtl ol.breadcrumb > li:last-child {
  border: none;
}
body.rtl ol.breadcrumb > li:first-child {
  border: none;
}
body.rtl #offcanvas-toggler {
  float: left;
}
body.rtl #offcanvas-toggler >i {
  padding: 0 10px 0 0;
}
body.rtl .close-offcanvas {
  right: auto;
  left: 10px;
}
body.rtl .offcanvas-menu {
  -webkit-transition: opacity 400ms cubic-bezier(0.7,0,0.3,1), left 400ms cubic-bezier(0.7,0,0.3,1);
  transition: opacity 400ms cubic-bezier(0.7,0,0.3,1), left 400ms cubic-bezier(0.7,0,0.3,1);
}
body.rtl .body-innerwrapper:after {
  left: 0;
}
body.rtl.offcanvas .offcanvas-menu {
  left: 0;
}
body.rtl .sp-megamenu-parent {
  float: right;
}
body.rtl .sambar.layout2 .sambar-inner.menu_vertical .level-1.sj-has-child > a::after,
body.rtl .sambar.layout1 .sambar-inner.menu_vertical .level-1.sj-has-child > a::after {
  left: 0;
  right: auto;
  transform: translateY(-50%) rotate(180deg);
  -webkit-transform: translateY(-50%) rotate(180deg);
}
body.rtl .entry-header.has-post-format {
  margin-left: 0;
  margin-right: 68px;
}
body.rtl .post-format {
  left: auto;
  right: -68px;
}
body.rtl .article-info >dt >i,
body.rtl .article-info >dd >i {
  margin-right: 0;
  margin-left: 3px;
}
body.rtl .entry-link:before {
  top: auto;
  left: auto;
  right: -60px;
  transform: rotate(-90deg);
}
body.rtl .entry-quote:before {
  left: auto;
  transform: rotate(-15deg);
  top: auto;
  right: -40px;
}
body.rtl .categories-list .page-header a.pull-right {
  float: left !important;
}
body.rtl .newsfeed-category .category li .pull-left {
  float: right !important;
}
body.rtl .search .btn-toolbar .pull-left {
  float: right !important;
}
body.rtl .list-serviser li.item .icon {
  float: right;
}
body.rtl .sp-module.my-cart a:before {
  float: right;
}
body.rtl .sp-module.jshopping-search .mod-shop-search {
  float: left;
}
body.rtl .sp-module.jshopping-search .mod-shop-search .adv_search_link {
  float: right;
  border-radius: 0 3px 3px 0;
  border-left: 1px solid #ebebeb;
  border-right: none;
}
body.rtl .sp-module.jshopping-search .mod-shop-search #jshop_search {
  border-radius: 3px 0 0 3px;
}
body.rtl .sp-module.jshopping-search .mod-shop-search .button {
  left: 0;
  right: auto;
  border-radius: 3px 0 0 3px;
}
body.rtl .custom-vertical-2 > .item {
  float: right;
}
body.rtl .custom-vertical-1 li.item .img {
  float: right;
}
body.rtl .si-extraslider-dev h3.sppb-addon-title span:before {
  background-position: right center;
}
body.rtl .si-extraslider-dev .sj-extraslider [class^="fa-"],
body.rtl .si-extraslider-dev .sj-extraslider .glyphicon,
body.rtl .si-extraslider-dev .sj-extraslider [class*=" fa-"] {
  margin: 0;
}
body.rtl .si-extraslider-dev .sj-extraslider .extraslider-control.button-type2 {
  left: 10px;
  right: auto;
}
body.rtl .si-extraslider-dev .sj-extraslider .extraslider-inner .item .line .item-wrap .item-info .main-price .item-price {
  float: right;
}
body.rtl .si-extraslider-dev .sj-extraslider .extraslider-inner .item .line .item-wrap .item-info .main-price .price-sale {
  float: left;
}
body.rtl .si-extraslider-dev .sj-extraslider .extraslider-inner .item .line .item-wrap .item-info .main-price .price-sale:before {
  right: -7px;
  left: auto;
  transform: translateY(-50%) rotateZ(180deg);
  -webkit-transform: translateY(-50%) rotateZ(180deg);
}
body.rtl .si-extraslider-dev.style2-dev .sj-extraslider .extraslider-inner .item .line .item-wrap.style2 .item-image {
  float: right;
}
body.rtl .si-extraslider-dev.style2-dev .sj-extraslider .extraslider-inner .item .line .item-wrap.style2 .item-info .main-price .price-sale:before {
  right: -4px;
}
body.rtl .listing-tab-dev h3.sppb-addon-title span:before {
  background-position: right center;
}
body.rtl .listing-tab-dev .sj-responsive-listing .respl-wrap .respl-header {
  left: 0;
  right: auto;
}
body.rtl .listing-tab-dev .sj-responsive-listing .respl-items .respl-item .item-inner .item-info .main-price .item-price {
  float: right;
}
body.rtl .listing-tab-dev .sj-responsive-listing .respl-items .respl-item .item-inner .item-info .main-price .price-sale {
  float: left;
}
body.rtl .listing-tab-dev .sj-responsive-listing .respl-items .respl-item .item-inner .item-info .main-price .price-sale:before {
  right: -7px;
  left: auto;
  transform: translateY(-50%) rotateZ(180deg);
  -webkit-transform: translateY(-50%) rotateZ(180deg);
}
body.rtl div.sj-extraslider-content {
  direction: ltr;
}
body.rtl div.sj-extraslider-content .extraslider-inner .item-wrap .item-wrap-inner .item-image {
  float: right;
}
body.rtl div.sj-extraslider-content .extraslider-inner .item-wrap .item-wrap-inner .item-info {
  direction: rtl;
}
body.rtl .sp-module.mod-acymailing h3.sp-module-title {
  float: right;
}
body.rtl .sp-module.mod-acymailing .sp-module-content .acymailing_module_form .acymailing_form {
  float: left;
}
body.rtl .sp-module.mod-acymailing .sp-module-content .acymailing_module_form .acymailing_form .acysubbuttons {
  left: 0;
  right: auto;
  border-radius: 40px 0 0 40px;
}
body.rtl .sp-module.mod-acymailing .sp-module-content .acymailing_module_form .acymailing_form .acysubbuttons .button {
  border-radius: 40px 0 0 40px;
}
body.rtl .sppb-section.block-main5 .yt-content-slider {
  direction: ltr;
}
body.rtl ul.list-menu-footer .item-column h3.parent-title:before {
  right: 0;
  left: auto;
}
body.rtl ul.list-menu-footer .item-column .list-menu .item-menu a:before {
  margin-left: 10px;
  margin-right: 0;
}
body.rtl label.select-mask:after {
  border-right: 1px solid #dfdfdf;
  border-left: none;
  right: auto;
  left: 5px;
}
body.rtl .jshop-listing-product .jshop_list_product .list_product .item-wrap .item-info .main-price .item-price {
  float: right;
}
body.rtl .jshop-listing-product .jshop_list_product .list_product .item-wrap .item-info .main-price .price-sale {
  float: left;
}
body.rtl .jshop-listing-product .jshop_list_product .list_product .item-wrap .item-info .main-price .price-sale:before {
  right: -7px;
  left: auto;
  transform: translateY(-50%) rotateZ(180deg);
  -webkit-transform: translateY(-50%) rotateZ(180deg);
}
body.rtl .productfull .product-info .jshop_prod_attributes .attributes_value label.select-mask:after {
  left: 0;
  right: auto;
}
body.rtl .productfull .additional-images .jCarouselLite {
  direction: ltr;
}
body.rtl .productfull .jshop_list_product_related .list_related {
  direction: ltr;
}
body.rtl .productfull .jshop_list_product_related .list_related .owl-controls {
  left: -2px;
  right: auto;
}
body.rtl .productfull .jshop_list_product_related .list_related .item-wrap .item-info .main-price h3.item-title {
  direction: rtl;
}
body.rtl .productfull .jshop_list_product_related .list_related .item-wrap .item-info .main-price .item-price {
  float: right;
}
body.rtl .productfull .jshop_list_product_related .list_related .item-wrap .item-info .main-price .price-sale {
  float: left;
}
body.rtl .productfull .jshop_list_product_related .list_related .item-wrap .item-info .main-price .price-sale:before {
  right: -7px;
  left: auto;
  transform: translateY(-50%) rotateZ(180deg);
  -webkit-transform: translateY(-50%) rotateZ(180deg);
}
body.rtl .list-scoll {
  left: auto;
  right: 30px;
}
body.rtl .list-scoll .item-scoll a span {
  left: auto;
  right: 0;
}
body.rtl .list-scoll .item-scoll a:hover span {
  left: auto;
  right: 100%;
}
body.rtl #faq-page .yt-accordion .yt-accordion-group .accordion-heading:after {
  left: 0;
  right: auto;
}
body.rtl .sj-megamenu-parent .sj-dropdown li.sj-menu-item > a,
body.rtl .sj-megamenu-parent .sj-dropdown li.sj-menu-item > span {
  text-align: right;
}
body.rtl #sp-component div.jshop #checkout .td_1 {
  float: right;
}
body.rtl .sp-module.j-categories .sp-module-content > div a {
  border-left: none;
  border-right: 2px solid transparent;
}
body.rtl .sp-module.j-categories .sp-module-content > div a:hover {
  border-right: 2px solid #26aae1;
  border-left: none;
}
body.rtl #jshop_review_write .star-rating-control {
  display: inline-block;
}
body.rtl #jshop_review_write div.rating-cancel a,
body.rtl #jshop_review_write div.star-rating a {
  width: auto;
}
body.rtl .contact-ajax .ctajax-wrap .ctajax-element.list-input .el-ctajax-form .el-control .ca-tooltip,
body.rtl .contact-ajax .ctajax-wrap .ctajax-element.list-input .el-ctajax-form .el-control .el-ok {
  right: auto;
  left: 30px;
}
body.rtl .sj-megamenu-parent .sj-dropdown .sj-dropdown-items .sj-has-child > a::after {
  left: 10px;
  right: auto;
  transform: rotateZ(180deg);
  -webkit-transform: rotateZ(180deg);
}
body.rtl .sp-module.mod-acymailing h3.sp-module-title::before {
  margin-right: 0;
  margin-left: 5px;
}
