

























@charset "UTF-8";
.breadcrumb {
  margin: 0 0 60px;
}
.breadcrumb .breadcrumb-container {
  padding: 43px 0;
  margin: 0;
  color: #fff;
  position: relative;
}
.breadcrumb .breadcrumb-container:before {
  position: absolute;
  background: #f9f9f9;
  height: 100%;
  width: 200%;
  content: "";
  top: 0;
  bottom: 0;
  left: -50%;
  z-index: -1;
}
.breadcrumb .breadcrumb-container .title-page {
  display: none;
  font-size: 150%;
  color: #fff;
  line-height: 30px;
  margin: 0;
  text-transform: uppercase;
}
.breadcrumb .breadcrumb-container ul {
  padding: 0;
  margin: 0;
}
.breadcrumb .breadcrumb-container ul li {
  display: inline-block;
  position: relative;
  padding: 0 18px 0 0;
  margin: 0 10px 0 0;
  font-size: 100%;
}
.breadcrumb .breadcrumb-container ul li a {
  color: #888;
}
.breadcrumb .breadcrumb-container ul li a:hover {
  color: #222;
}
.breadcrumb .breadcrumb-container ul li:after {
  content: "\f105";
  font-family: fontawesome;
  position: absolute;
  top: -2px;
  right: 3px;
  font-size: 14px;
  display: inline-block;
  color: #888;
  width: 5px;
  height: 5px;
}
.lang-rtl .breadcrumb .breadcrumb-container ul li:after {
  content: '\f104';
}
.breadcrumb .breadcrumb-container ul li:last-child {
  padding-right: 0;
}
.breadcrumb .breadcrumb-container ul li:last-child a {
  color: #222;
}
.breadcrumb .breadcrumb-container ul li:last-child:after {
  display: none;
}
.hide-producttitle .product-miniature .product-info h5.product-title {
  display: none !important;
}
.hide-productdesc .product-miniature .product-container .product-info .product-description-short {
  display: none;
}
.hide-productquickview .product-miniature .product-container .product-image .quick-view {
  display: none !important;
}
.hide-productprice .product-miniature .product-container .product-info .product-price-and-shipping {
  display: none !important;
}
.hide-productlabel .product-flags {
  display: none !important;
}
.hide-productcolor .product-miniature .product-container .product-info .variant-links {
  display: none !important;
}
.hide-productstock .product-miniature .product-container .product-info .product-availability {
  display: none !important;
}
.hide-productsecondimage .product-miniature .product-container .product-image .img_0 {
  display: none !important;
}
.hide-productcounter .products-selection .total-products {
  display: none !important;
}
.block-category {
  margin-bottom: 0;
  min-height: auto;
  padding: 0;
  border: 0;
  box-shadow: none;
  background-color: transparent;
}
.block-category .page-title {
  font-size: 30px;
  color: #222;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 25px;
}
.block-category .category-cover {
  margin-bottom: 30px;
}
.block-category .category-cover img {
  width: 100%;
}
.block-category #category-description {
  font-size: 13px;
  line-height: 22px;
}
.block-category #category-description p {
  margin: 0;
}
.page-numbers {
  margin: 2px 0 0 0;
}
.showing-total-products {
  margin: 7px 0 0 0;
  color: #444;
  font-size: 12px;
}
.pagination .page-list {
  padding: 0;
  box-shadow: none;
}
.pagination .page-list li {
  display: inline-block;
  width: 35px;
  height: 35px;
  border: 1px solid #e5e5e5;
  float: left;
  margin: 0 2px;
}
.lang-rtl .pagination .page-list li {
  float: right;
}
.pagination .page-list li a {
  color: #222;
  font-size: 12px;
  vertical-align: middle;
  line-height: 34px;
  display: block;
  float: none;
}
.pagination .page-list li a .material-icons {
  font-size: 18px;
}
.pagination .page-list li:hover, .pagination .page-list li.current {
  cursor: pointer;
  background: #4e78a3;
  border-color: #4e78a3;
}
.pagination .page-list li:hover a, .pagination .page-list li.current a {
  color: #fff;
}
.pagination .page-list li .disabled {
  cursor: not-allowed;
  pointer-events: none;
}
.pagination .page-list li.disabled-a {
  pointer-events: none;
}
.pagination .page-list li.disabled-a:not(.current) {
  background: #fff;
}
.pagination a:not(.previous):not(.next) {
  letter-spacing: unset;
}
.js-product-list .category-view-type {
  display: inline-block;
  margin: 0 30px 0 0;
  float: left;
}
.lang-rtl .js-product-list .category-view-type {
  float: right;
  margin: 0 0 0 30px;
}
.js-product-list .category-view-type .category-view-type-selector {
  display: inline-block;
  float: left;
  margin: 0 10px 0 0;
  font-size: 14px;
  transition: 0.3s all ease 0s;
  background: #f5f5f5;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  cursor: pointer;
}
.js-product-list .category-view-type .category-view-type-selector a {
  color: #777;
}
.js-product-list .category-view-type .category-view-type-selector:hover, .js-product-list .category-view-type .category-view-type-selector.selected {
  background: #4e78a3;
}
.js-product-list .category-view-type .category-view-type-selector:hover a, .js-product-list .category-view-type .category-view-type-selector.selected a {
  color: #fff;
}
.js-product-list .category-view-type .category-view-type-selector#list {
  margin: 0 7px;
}
.lang-rtl .js-product-list .category-view-type {
  float: right;
}
.lang-rtl .js-product-list .category-view-type .category-view-type-selector {
  float: right;
  margin: 0 0 0 5px;
}
.js-product-list .product-sort {
  display: inline-block;
  vertical-align: top;
}
#js-product-list {
  margin-bottom: 30px;
}
#js-product-list.product-list--list .comments_note {
  margin: 0 0 10px;
  display: block !important;
}
#js-product-list.product-list--list .thumbnail-container {
  box-shadow: none !important;
  padding: 0;
  margin-bottom: 40px;
}
#js-product-list.product-list--list .product-miniature .product-container {
  border: none;
}
#js-product-list.product-list--list .product-miniature .product-container:hover {
  box-shadow: none;
}
#js-product-list.product-list--list .product-miniature .product-container .product-image {
  margin: 0;
  padding: 0;
}
#js-product-list.product-list--list .product-miniature .product-container .product-description {
  padding: 0;
}
#js-product-list.product-list--list .product-miniature .product-container .product-info {
  text-align: left;
  padding: 17px 30px 55px;
}
.lang-rtl #js-product-list.product-list--list .product-miniature .product-container .product-info {
  text-align: right;
}
#js-product-list.product-list--list .product-miniature .product-container .product-info .product-title {
  margin: 0 0 21;
  text-align: left;
}
.lang-rtl #js-product-list.product-list--list .product-miniature .product-container .product-info .product-title {
  text-align: right;
}
#js-product-list.product-list--list .product-miniature .product-container .product-info .product-title a {
  font-size: 18px;
  font-weight: 500;
  color: #222;
}
#js-product-list.product-list--list .product-miniature .product-container .product-info .product-title:hover a {
  color: #4e78a3;
}
#js-product-list.product-list--list .product-miniature .product-container .product-info .comments_note {
  text-align: left;
  margin-bottom: 15px;
}
.lang-rtl #js-product-list.product-list--list .product-miniature .product-container .product-info .comments_note {
  text-align: right;
}
#js-product-list.product-list--list .product-miniature .product-container .product-info .product-price-and-shipping {
  margin: 0 0 15px;
  text-align: left;
  font-size: 18px;
}
.lang-rtl #js-product-list.product-list--list .product-miniature .product-container .product-info .product-price-and-shipping {
  text-align: right;
}
#js-product-list.product-list--list .product-miniature .product-container .product-info .product-description-short {
  margin: 0 0 5px;
  font-size: 12px;
}
#js-product-list.product-list--list .product-miniature .product-container .product-info .sp-cart-box {
  top: auto;
  bottom: 0;
  left: 30px;
  opacity: 1;
  text-align: inherit;
  width: 200px;
  border: 1px solid #ddd;
}
#js-product-list.product-list--list .product-miniature .product-container .product-info .sp-cart-box:hover {
  border-color: #222;
}
.lang-rtl #js-product-list.product-list--list .product-miniature .product-container .product-info {
  text-align: right;
}
.lang-rtl #js-product-list.product-list--list .product-miniature .product-container .product-info .cart_content {
  text-align: right;
}
.block-subcategory h3.subcategory-heading {
  font-weight: 600;
  font-size: 20px;
  text-transform: capitalize;
  color: #222;
  margin: 0 0 20px;
}
.block-subcategory .subcategories-box {
  border: solid 1px #ddd;
  padding: 15px;
  margin-bottom: 30px;
}
.block-subcategory .subcategories-box .subcategory-image {
  margin-bottom: 15px;
}
.block-subcategory .subcategories-box h4.subcategory-name {
  font-size: 14px;
}
.products-selection {
  padding: 10px 0;
  margin-bottom: 30px;
}
.products-selection .sort-by {
  margin: 0;
  padding: 0 10px;
  color: #444;
  font-size: 12px;
}
.products-selection .products-sort-order {
  color: #444;
  font-size: 12px;
}
.products-selection .products-sort-order .select-title {
  height: 30px;
  padding: 0 5px;
  width: auto;
  min-width: 150px;
  box-shadow: none;
  border: 1px solid #e5e5e5;
  line-height: 30px;
  color: #444;
}
.products-selection .products-sort-order .select-title .material-icons {
  font-size: 18px;
  line-height: 30px;
  color: #444;
}
.products-selection .products-sort-order .dropdown-menu {
  width: 100%;
  left: 0;
  border: solid 1px #e5e5e5;
  background: #fff;
  padding: 0;
  margin: 1px 0 0;
  top: 100%;
}
.products-selection .products-sort-order .dropdown-menu .select-list {
  font-size: 12px;
  color: #444;
  padding: 3px 15px;
}
.products-selection .products-sort-order .dropdown-menu .select-list:hover {
  color: #fff;
  background: #4e78a3;
}
.products-selection .total-products {
  float: left;
  margin: 0;
  padding: 6px 0;
}
.lang-rtl .products-selection .total-products {
  float: right;
}
.products-selection .sort-by-box {
  float: right;
}
.lang-rtl .products-selection .sort-by-box {
  float: left;
}
.products-selection .product-sort {
  display: inline-block;
  vertical-align: top;
  float: right;
}
.products-selection .product-sort .sort-by {
  float: left;
  color: #404040;
  margin: 0;
  padding: 5px 7px 0 0;
  vertical-align: top;
  font-weight: normal;
  font-size: 12px;
  font-family: Arial;
}
.products-selection .product-sort .products-sort-order {
  float: left;
  width: 160px;
  height: 28px;
}
.products-selection .product-sort .products-sort-order .select-title {
  border: solid 1px #e2e2e2;
  padding: 5px 12px;
  line-height: 18px;
  text-align: left;
  width: 100%;
  height: 100%;
  box-shadow: none;
  color: #404040;
  background: #fff;
  z-index: 1;
  font-family: Arial;
  font-size: 12px;
  font-weight: normal;
  margin-left: 0;
}
.products-selection .product-sort .products-sort-order .select-title:after {
  content: "\f0d7";
  background: transparent;
  color: #8d8d8d;
  text-align: center;
  margin: 0;
  position: absolute;
  right: 2px;
  top: 1px;
  height: 26px;
  width: 25px;
  pointer-events: none;
  -ms-pointer-events: none;
  -webkit-pointer-events: none;
  font-family: Fontawesome;
  z-index: 3;
  line-height: 26px;
  font-size: 12px;
}
.products-selection .product-sort .products-sort-order .select-title .material-icons {
  position: absolute;
  top: 4px;
  right: 5px;
  color: #444;
  display: none;
}
.pagination {
  padding: 10px 0;
  margin: 0;
  overflow: hidden;
  background: #fff;
  text-align: center;
  display: block;
}
.pagination .product-showing {
  float: left;
  line-height: 28px !important;
  color: #444;
  font-size: 12px;
  font-family: Arial;
  height: 28px;
}
.pagination .product-pagelist {
  float: right;
}
.pagination .product-pagelist .page-list {
  padding: 0;
}
.pagination .product-pagelist .page-list li {
  display: inline-block;
  vertical-align: top;
  float: left;
  margin: 0 0 0 2px;
}
.pagination .product-pagelist .page-list li a {
  display: block;
  height: 28px;
  width: 27px;
  border: solid 1px #ddd;
  line-height: 28px;
  text-align: center;
  font-weight: 400;
  color: #404040;
  font-size: 12px;
  font-family: Arial;
}
.pagination .product-pagelist .page-list li a:hover {
  color: #fff;
  background: #4e78a3;
  border-color: #4e78a3;
}
.pagination .product-pagelist .page-list li a i {
  font-size: 17px;
  width: 100%;
  height: 100%;
  line-height: 27px;
  vertical-align: top;
}
.pagination .product-pagelist .page-list li.current a {
  color: #fff;
  background: #4e78a3;
  border-color: #4e78a3;
}
#footer {
  padding: 0;
}
.footer-container.footer-v1 {
  margin: 0;
  padding: 98px 0 0;
  background: #222;
}
.footer-container.footer-v1 .footer-top {
  margin-bottom: 70px;
}
.footer-container.footer-v1 .footer-bottom .border {
  border-top: 1px solid #2d2d2d;
  padding: 60px 0 30px;
}
.footer-container.footer-v1 #copyright {
  padding: 40px 0;
  border-top: 1px solid #2d2d2d;
}
.footer-container.footer-v1 #copyright .copyright {
  font-size: 13px;
  color: #aaa;
}
.footer-container.footer-v1 #copyright .block-right {
  text-align: right;
}
.lang-rtl .footer-container.footer-v1 #copyright .block-right {
  text-align: left;
}
.contactinfo {
  margin-bottom: 30px;
}
.contactinfo h4.title-footer {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.contactinfo .content-footer {
  color: #aaa;
}
.contactinfo .content-footer .address, .contactinfo .content-footer .email, .contactinfo .content-footer .phone {
  padding: 0;
  position: relative;
  line-height: 22px;
  margin-bottom: 10px;
  padding: 3px 0 0 40px;
  position: relative;
  color: #aaa;
  font-size: 14px;
}
.contactinfo .content-footer .address label, .contactinfo .content-footer .email label, .contactinfo .content-footer .phone label {
  color: #aaa;
}
.contactinfo .content-footer .address a, .contactinfo .content-footer .email a, .contactinfo .content-footer .phone a {
  color: #aaa;
  font-size: 14px;
  font-weight: normal;
}
.contactinfo .content-footer .address a:hover, .contactinfo .content-footer .email a:hover, .contactinfo .content-footer .phone a:hover {
  color: #4e78a3;
}
.contactinfo .content-footer .address:hover span, .contactinfo .content-footer .email:hover span, .contactinfo .content-footer .phone:hover span, .contactinfo .content-footer .address:hover a, .contactinfo .content-footer .email:hover a, .contactinfo .content-footer .phone:hover a {
  cursor: pointer;
  color: #4e78a3;
}
.contactinfo .content-footer .address {
  background: transparent url("../img/icon/item-1.png") no-repeat left center;
}
.lang-rtl .contactinfo .content-footer .address {
  background-position: right center;
}
.contactinfo .content-footer .phone {
  background: transparent url("../img/icon/item-2.png") no-repeat left center;
}
.lang-rtl .contactinfo .content-footer .phone {
  background-position: right center;
}
.contactinfo .content-footer .email {
  background: transparent url("../img/icon/item-3.png") no-repeat left center;
}
.lang-rtl .contactinfo .content-footer .email {
  background-position: right center;
}
.footer-social {
  margin: 0 0 30px;
}
.footer-social h3.block-title {
  color: #222;
  padding: 0;
  font-size: 114%;
  text-transform: uppercase;
  white-space: nowrap;
  font-weight: 400;
  margin: 0 0 27px;
  vertical-align: middle;
  display: none;
}
.footer-social .socials a {
  display: inline-block;
  color: #fff;
  width: 40px;
  height: 40px;
  background: #393939;
  line-height: 44px;
  font-size: 18px;
  margin: 0 14px 0 0;
  text-align: center;
  position: relative;
  transition: all 0.3s;
}
.footer-social .socials a .fa {
  font-size: 16px;
}
.footer-social .socials a:hover {
  background: #4e78a3;
  color: #fff;
  border-color: #4e78a3;
}
.lang-rtl .footer-social .socials a {
  margin: 0 0 0 14px;
}
.footer-container.footer-v2 {
  margin: 0;
  padding: 100px 0 0;
  background: #222;
}
.footer-container.footer-v2 .footer-social {
  text-align: center;
  margin: 0 0 60px;
}
.footer-container.footer-v2 .footer-social .socials a {
  border-radius: 50%;
  width: 44px;
  height: 44px;
  margin: 0 8px 0 0;
}
.lang-rtl .footer-container.footer-v2 .footer-social .socials a {
  margin: 0 0 0 8px;
}
.footer-container.footer-v2 #copyright {
  text-align: center;
}
.footer-container.footer-v2 #copyright .row {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 50px 0;
}
.footer-container.footer-v2 #copyright .copyright {
  font-size: 13px;
  color: #aaa;
  margin-bottom: 20px;
}
.footer-container.footer-v3 {
  margin: 0;
  padding: 100px 0 0;
  background: #222;
}
.footer-container.footer-v3 .footer-top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 55px;
}
.footer-container.footer-v3 .footer-social {
  text-align: center;
  margin: 0 0 60px;
}
.footer-container.footer-v3 .footer-social .socials a {
  border-radius: 50%;
  width: 44px;
  height: 44px;
  margin: 0 8px 0 0;
}
.lang-rtl .footer-container.footer-v3 .footer-social .socials a {
  margin: 0 0 0 8px;
}
.footer-container.footer-v3 #copyright {
  text-align: center;
  padding: 50px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-container.footer-v3 #copyright .copyright {
  font-size: 13px;
  color: #aaa;
  margin-bottom: 20px;
}
.content-search .ac_results {
  z-index: 9;
  background: #fff;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
#overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1111;
}
#overlay i {
  position: absolute;
  left: 48.5%;
  top: 40%;
  color: #4e78a3;
  font-size: 50px;
}
.spin-big {
  font-size: 50px;
  height: 50px;
  width: 50px;
}
body#checkout section.checkout-step.-current.-reachable.-complete .content {
  display: block;
}
body#checkout section.checkout-step.-reachable.-complete .content {
  display: none;
}
body#checkout section.checkout-step a {
  color: #2fb5d2;
}
body#checkout section.checkout-step a:hover {
  color: #4e78a3;
}
body#checkout section.checkout-step .add-address a {
  color: #232323;
}
body#checkout section.checkout-step.-reachable h1 .step-edit {
  cursor: pointer;
  display: block;
  float: right;
  margin-right: 0.125rem;
  color: #7a7a7a;
  text-transform: lowercase;
  font-weight: 400;
}
body#checkout section.checkout-step.-reachable h1 .step-edit:hover {
  color: #4e78a3;
}
body#checkout section.checkout-step .payment-options label {
  display: inline-block;
}
body#checkout section.checkout-step #conditions-to-approve {
  padding: 0;
}
body#checkout #checkout-payment-step .float-xs-left {
  float: left !important;
}
body#checkout section.checkout-step .address-item.selected {
  background: #fff;
}
body#checkout #checkout-payment-step .js-modal-content {
  padding: 30px;
}
p {
  font-size: 13px;
  color: #888;
  line-height: 23px;
  margin-bottom: 1rem;
}
body {
  color: #888;
  line-height: 23px;
  font-size: 13px;
  position: relative;
}
h1, h2, h3, h4, h5, h6 {
  color: #222;
}
#header a:hover {
  color: #4e78a3;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  color: #444;
  text-decoration: none;
}
a:hover, a:focus {
  color: #4e78a3;
}
.no-gutter-width.row {
  margin-left: 0;
  margin-right: 0;
}
.no-gutter-width.row > [class*='col-'] {
  padding-left: 0;
  padding-right: 0;
}
.page-authentication #content.page-content {
  box-shadow: none;
}
* {
  outline: none;
}
.block {
  margin: 0 0 30px;
}
.block .block-title {
  margin: 0 0 20px 0;
  color: #444;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0 0 7px 0;
  position: relative;
}
.block .block-content {
  background-color: #fff;
}
.slick-arrow.slick-disabled {
  pointer-events: none;
  cursor: inherit;
  opacity: 0.8;
}
.pc-devices .collection .scroll-container {
  border: 1px solid #eee;
  background-color: #fafafa;
  margin: 0;
}
.pc-devices .collection .scroll-container .scroll-block {
  padding-top: 0;
  padding-bottom: 0;
}
.pc-devices .collection .item {
  border: 1px solid transparent;
}
.pc-devices .collection .item:hover {
  background-color: #fff;
  border-color: #4e78a3;
}
.pc-devices .collection .item:hover .item-inner a {
  color: #4e78a3;
}
.pc-devices .collection .item:hover .item-inner a img {
  opacity: 1;
}
.pc-devices .collection .item .item-inner {
  text-align: center;
  display: block;
  padding: 20px;
}
.pc-devices .collection .item .item-inner a img {
  opacity: 0.6;
}
.pc-devices .collection .item .item-inner a span {
  padding-top: 5px;
  display: block;
  font-size: 116.67%;
  text-transform: uppercase;
  font-weight: 700;
}
#wrapper {
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
  background: transparent;
  box-shadow: none;
  padding: 0 0 80px;
}
#index #wrapper {
  padding: 0;
}
#cms #wrapper {
  padding: 0;
}
#index #content-wrapper {
  padding: 0;
}
.page-customer-account .page-header h1 {
  margin: 15px 0;
  color: #222;
  font-size: 30px;
  font-weight: 400;
  text-align: center;
}
.bannerhome-box {
  margin-bottom: 40px;
}
.bannerhome-box .bannerhome-box-left {
  float: left;
  width: 590px;
}
.bannerhome-box .bannerhome-box-left .banner-top {
  margin-bottom: 10px;
}
.bannerhome-box .bannerhome-box-left .banner-bottom-l {
  float: left;
}
.bannerhome-box .bannerhome-box-left .banner-bottom-r {
  float: right;
}
.bannerhome-box .bannerhome-box-right {
  float: right;
  width: calc(100% - 590px);
}
.bannerhome-box .bannerhome-box-right .spbanner {
  float: right;
}
#search .page-not-found {
  padding: 20px;
  border: 1px solid #ccc;
}
#search .page-not-found h4 {
  margin: 10px 0;
  color: #333;
  font-size: 16px;
}
#search .page-not-found p {
  font-size: 14px;
}
#search .page-not-found #search_widget {
  margin: 20px 0 10px;
  float: none;
  padding: 0px;
}
#pagenotfound header.page-header {
  display: none;
}
#pagenotfound .page-not-found {
  text-align: center;
}
#pagenotfound .page-not-found h3 {
  margin: 30px 0 0;
  color: #fff;
  font-size: 340px;
  font-weight: 700;
  text-shadow: 5px 0px 15px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
#pagenotfound .page-not-found h4 {
  margin: 0px;
  color: #4e78a3;
  font-size: 50px;
  font-weight: 700;
}
#pagenotfound .page-not-found .pagenot-desc {
  padding: 10px 0 30px;
  color: #222;
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
}
#main .page-footer {
  margin: 0;
}
.ps-spotlight2-2 {
  padding: 100px 0 50px;
  background: #f5f5f5;
  margin: 0 0 118px;
}
.ps-spotlight2-4 {
  background: #f5f5f5;
  padding: 180px 0 85px;
  margin-bottom: 115px;
}
.ps-spotlight3-1 {
  padding: 0 60px;
}
.ps-spotlight3-2 {
  padding: 0 75px;
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
#header {
  background: transparent;
}
#header .header-top .menu {
  padding: 0;
  margin: 0;
}
#_desktop_logo a {
  display: block;
  background-color: #fff;
}
#header .header_v1 .nav-left > div {
  display: inline-block;
  float: left;
  position: relative;
}
.lang-rtl #header .header_v1 .nav-left > div {
  float: right;
}
#header .header_v1 .nav-right {
  text-align: right;
  font-size: 0;
}
#header .header_v1 .nav-right > div {
  display: inline-block;
  vertical-align: middle;
}
.lang-rtl #header .header_v1 .nav-right {
  text-align: left;
}
#header .header_v1 .header-nav {
  height: 50px;
  margin: 0;
  border-bottom: 1px solid #eee;
}
#header .header_v1 .header-top {
  padding: 36px 0;
}
#header .header_v1 .header-menu {
  position: inherit;
}
#header .header_v1 .header-center {
  padding: 40px 0;
}
#header .header_v1 .slider-banner {
  padding: 0 90px;
  margin-bottom: 80px;
}
#header .header_v1 .header-center-sub {
  text-align: right;
}
.lang-rtl #header .header_v1 .header-center-sub {
  text-align: left;
}
#header .header_v1 .header-center-sub > div {
  display: inline-block;
  vertical-align: top;
}
.header_v2 .header-top {
  padding: 40px 50px;
}
.header_v2 .header-top, .header_v3 .header-top {
  padding: 40px 50px;
}
.header_v2 .cart-info, .header_v3 .cart-info {
  text-align: right;
}
.lang-rtl .header_v2 .cart-info, .lang-rtl .header_v3 .cart-info {
  text-align: left;
}
.header_v2 .cart-info > div, .header_v3 .cart-info > div {
  display: inline-block;
}
.header_v2 .header-form .button-header, .header_v3 .header-form .button-header {
  text-align: center;
  width: 20px;
  cursor: pointer;
  line-height: 30px;
  color: #222;
  position: relative;
  font-size: 18px;
}
.header_v2 .header-form .button-header:hover, .header_v3 .header-form .button-header:hover {
  color: #4e78a3;
}
.header_v2 .header-form .dropdown-form, .header_v3 .header-form .dropdown-form {
  background: #fff;
  position: absolute;
  border: 1px solid #e5e5e5;
  left: auto;
  right: 15px;
  top: calc(100% + 10px);
  z-index: 5;
  display: none;
  text-align: left;
  width: 220px;
  padding: 28px 20px 2px;
}
.lang-rtl .header_v2 .header-form .dropdown-form, .lang-rtl .header_v3 .header-form .dropdown-form {
  left: 15px;
  right: auto;
  text-align: right;
}
.slider-banner-2 {
  margin-bottom: 75px;
}
.header_v3 .header-top {
  padding: 30px 75px;
}
.header_v3 .header-bottom {
  padding: 0 75px;
  margin-bottom: 30px;
  margin-top:-39px;
}
.header_v3 .slider-banner-3 {
  padding: 0 75px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  #header .header_v1 .header-top {
    padding: 10px 0;
  }
  #header .header_v1 .header-top .container {
    position: relative;
  }
}
#search_filters_wrapper {
  margin-bottom: 30px;
}
.product-detail-footer .category-products {
  margin: 20px 0 0 0 !important;
}
.block-categories .category-sub-menu {
  margin: 0;
  padding: 15px 0;
}
.block-categories .category-sub-menu li {
  position: relative;
  padding: 0px 3px;
}
.block-categories .category-sub-menu li[data-depth="0"] a {
  display: block;
  padding: 5px 25px;
  color: #333;
  border-radius: 5px;
  font-size: 14px;
  line-height: 30px;
}
.block-categories .category-sub-menu li[data-depth="0"] > a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 8px;
  background-image: url("../img/icon/icon-list.png");
  background-position: 0 0;
  background-repeat: no-repeat;
}
.block-categories .category-sub-menu li[data-depth="1"] {
  margin: 0;
  background: #fff;
}
.block-categories .category-sub-menu li[data-depth="1"] > a {
  font-size: 13px;
}
.block-categories .category-sub-menu li[data-depth="1"] .category-sub-menu {
  border-top: solid 1px #ddd;
}
.block-categories .category-sub-menu li:last-child {
  border: none;
}
.block-categories .category-sub-menu li:hover > a {
  color: #fff;
  background-color: #4e78a3;
}
.block-categories .category-sub-menu li:hover > a:before {
  background-position: 0 -10px;
}
.block-categories .category-sub-menu li:hover > .collapse-icons, .block-categories .category-sub-menu li:hover > .arrows {
  color: #fff;
}
.block-categories .collapse-icons {
  position: absolute;
  right: 12px;
  top: 8px;
  padding: 0;
  cursor: pointer;
  color: #444;
  font-size: 20px;
}
.block-categories .collapse-icons .material-icons {
  font-size: 16px;
}
.block-categories .collapse-icons .remove {
  display: none;
}
.block-categories .collapse-icons .add:hover, .block-categories .collapse-icons .remove:hover {
  color: #fff;
}
.block-categories .collapse-icons[aria-expanded="true"] .add {
  display: none;
}
.block-categories .collapse-icons[aria-expanded="true"] .remove {
  display: block;
}
.block-categories .arrows {
  position: absolute;
  top: 12px;
  right: 11px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  color: #444;
}
.block-categories .arrows .material-icons {
  font-size: 16px;
}
.block-categories .arrows .arrow-down {
  display: none;
}
.block-categories .arrows .arrow-right:hover, .block-categories .arrows .arrow-down:hover {
  color: #4e78a3;
}
.block-categories .arrows[aria-expanded="true"] .arrow-right {
  display: none;
}
.block-categories .arrows[aria-expanded="true"] .arrow-down {
  display: inline-block;
}
#search_filters {
  position: relative;
  box-shadow: none;
  margin: 0;
  padding: 0;
}
#search_filters .title_line {
  color: #222;
  font-size: 16px;
  margin: 0 0 15px;
}
#search_filters .title_line span {
  font-weight: 600;
}
#search_filters .block-content {
  border: solid 1px #e3e1e1;
  padding: 15px 20px;
}
#search_filters .clear-all-wrapper {
  position: absolute;
  top: -2px;
  right: 0;
}
#search_filters .clear-all-wrapper .js-search-filters-clear-all {
  margin: 0;
  padding: 8px 10px 6px;
  font-size: 12px;
  color: #444;
  border-radius: 5px;
  text-transform: capitalize;
  box-shadow: none;
}
#search_filters .clear-all-wrapper .js-search-filters-clear-all .material-icons {
  margin: 0;
  margin-top: -3px;
}
#search_filters .clear-all-wrapper .js-search-filters-clear-all:hover, #search_filters .clear-all-wrapper .js-search-filters-clear-all:focus {
  color: #fff;
  background: #4e78a3;
}
#search_filters .facet {
  padding-bottom: 25px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 25px;
}
#search_filters .facet:last-child {
  border-bottom: none;
  margin: 0;
}
#search_filters .facet .collapse {
  margin: 0;
  display: block;
  padding: 0;
}
#search_filters .facet .collapse li a {
  transition: all 0.3s ease 0s;
}
#search_filters .facet .collapse li:hover a {
  color: #4e78a3;
}
#search_filters .facet .facet-title {
  font-size: 18px;
  margin: 0 0 10px;
  word-break: break-all;
  color: #222;
  font-weight: 600;
  text-transform: uppercase;
}
#search_filters .facet .facet-label {
  padding: 8px 0;
  margin: 0;
  line-height: 22px;
}
#search_filters .facet .facet-label:hover .custom-checkbox input[type="checkbox"] + span, #search_filters .facet .facet-label:hover .custom-checkbox input[type="radio"] + span {
  background: url(../img/icon/icon_select.png) no-repeat 3px center #f7f7f7;
}
#search_filters .facet .facet-label .custom-checkbox {
  margin-right: 4px;
  display: none;
}
#search_filters .facet .facet-label .custom-checkbox input[type="radio"] {
  margin-top: 0.25rem;
  opacity: 0;
  cursor: pointer;
  position: absolute;
}
#search_filters .facet .facet-label .custom-checkbox input[type="radio"] + span, #search_filters .facet .facet-label .custom-checkbox input[type="checkbox"] + span {
  margin-right: 3px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  height: 16px;
  width: 16px;
  border: solid 1px #e3e1e1;
  background: #f7f7f7;
  border-radius: 2px;
}
#search_filters .facet .facet-label .custom-checkbox input[type="radio"] + span .checkbox-checked, #search_filters .facet .facet-label .custom-checkbox input[type="checkbox"] + span .checkbox-checked {
  display: none;
  margin: -0.25rem -0.125rem;
  font-size: 1.1rem;
  color: #414141;
}
#search_filters .facet .facet-label .custom-radio {
  display: none;
}
#search_filters .facet .facet-label a {
  margin: 0;
  font-weight: normal;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  padding: 0;
  font-size: 14px;
  color: #888;
}
#search_filters .facet .facet-label .color {
  margin: 0 5px 0 0;
  box-shadow: none;
}
.search-widget {
  margin-top: 40px;
}
.search-widget form input[type="text"] {
  padding: 2px 30px;
  padding-right: 50px;
  width: 100%;
  height: 46px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 50px;
  font-size : 14px;
}
.search-widget form input[type="text"]::-webkit-input-placeholder {
  color: #888;
}
.search-widget form input[type="text"]:-moz-placeholder {
  color: #888;
}
.search-widget form input[type="text"]::-moz-placeholder {
  color: #888;
}
.search-widget form input[type="text"]:-ms-input-placeholder {
  color: #888;
}
.search-widget form input[type="text"]:hover, .search-widget form input[type="text"]:focus {
  border: 1px solid #4e78a3;
  outline: 0px;
}
.search-widget form button[type="submit"] {
  bottom: 0px;
  width: 50px;
  height: 46px;
  color: #444;
  line-height: 46px;
}
.search-widget form input[type=text]:focus + button .search {
  color: #4e78a3;
}
div.quickview .modal-content .product-price {
  color: #4e78a3;
}
div.quickview .modal-content .product-images > li.thumb-container > .thumb.selected, div.quickview .modal-content .product-images > li.thumb-container > .thumb:hover {
  border-color: #4e78a3;
}
#product #content {
  max-width: 100%;
}
.zoomContainer {
  z-index: 99;
}
.product-page .pp_leftcolumn {
  margin: 0 0 30px;
}
.product-page .pp_rightcolumn {
  margin: 0 0 30px;
}
.product-page .pp_rightcolumn .product-actions {
  float: left;
  margin-top: 35px;
  margin-bottom: 25px;
}
.product-page .images-container .slick-arrow {
  transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
}
.product-page .images-container:hover .slick-arrow {
  transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
}
.product-page .images-container .js-qv-mask {
  position: relative;
}
.product-page .images-container .js-qv-mask .thumb-container {
  outline: none;
}
.product-page .images-container .js-qv-mask .thumb-container .thumb {
  border: solid 1px transparent;
  cursor: pointer;
  transition: 0.3s all ease 0s;
  margin: 0;
  box-shadow: none;
}
.product-page .images-container .js-qv-mask .thumb-container .thumb:hover, .product-page .images-container .js-qv-mask .thumb-container .thumb.selected {
  border-color: #222;
}
.product-page .images-container .product-cover img {
  position: relative;
  box-shadow: none;
}
.product-page .images-container .product-cover .layer {
  position: absolute;
  bottom: 5px;
  right: 5px;
  z-index: 105;
  cursor: pointer;
  width: 40px;
  height: 40px;
  left: auto;
  top: auto;
  opacity: 1;
}
.product-page .images-container .product-cover .layer .zoom-in {
  font-size: 14px;
  color: #222;
}
.product-page .images-container .product-cover .layer .zoom-in:hover {
  color: #4e78a3;
}
.product-page .images-container.vertical-thumbnails .js-qv-mask {
  float: left;
  width: 100px;
  top: 5px;
  position: relative;
}
.product-page .images-container.vertical-thumbnails .js-qv-mask .thumb-container {
  margin: 0 0 12px;
}
.product-page .images-container.vertical-thumbnails .product-cover {
  float: right;
  width: calc(100% - 120px);
}
.product-page .images-container.vertical-thumbnails .slick-prev, .product-page .images-container.vertical-thumbnails .slick-next {
  width: 50px;
  height: 25px;
  line-height: 25px;
}
.product-page .images-container.vertical-thumbnails .slick-prev:after, .product-page .images-container.vertical-thumbnails .slick-next:after {
  line-height: 25px;
}
.product-page .images-container.vertical-thumbnails .slick-prev {
  top: 0;
  left: calc(50% - 25px);
  right: auto;
}
.product-page .images-container.vertical-thumbnails .slick-prev:after {
  content: "\f106";
}
.product-page .images-container.vertical-thumbnails .slick-next {
  top: auto;
  bottom: 25px;
  right: auto;
  left: calc(50% - 25px);
}
.product-page .images-container.vertical-thumbnails .slick-next:after {
  content: "\f107";
}
.product-page .images-container.horizontal-thumbnails .js-qv-mask {
  margin: 0 -5px;
  padding: 0;
}
.product-page .images-container.horizontal-thumbnails .js-qv-mask .product-images {
  margin-bottom: 0;
}
.product-page .images-container.horizontal-thumbnails .js-qv-mask .thumb-container {
  margin: 0 9px 1px 9px;
  float: left;
}
.product-page .images-container.horizontal-thumbnails .js-qv-mask .thumb-container .thumb {
  margin: 0;
}
.product-page .images-container.horizontal-thumbnails .product-cover {
  margin-bottom: 20px;
}
.product-page .images-container.horizontal-thumbnails .slick-prev {
  top: calc(50% - 25px);
  left: 0px;
  right: auto;
}
.product-page .images-container.horizontal-thumbnails .slick-prev:after {
  content: "\f104";
}
.product-page .images-container.horizontal-thumbnails .slick-next {
  top: calc(50% - 25px);
  right: 0px;
  left: auto;
}
.product-page .images-container.horizontal-thumbnails .slick-next:after {
  content: "\f105";
}
.product-page .images-container .slick-prev, .product-page .images-container .slick-next {
  font-size: 0;
  position: absolute;
  z-index: 2;
  transition: 0.3s all ease 0s;
  width: 30px;
  height: 50px;
  background: #4e78a3;
  border: none;
}
.product-page .images-container .slick-prev:after, .product-page .images-container .slick-next:after {
  font-size: 20px;
  font-family: Fontawesome;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  line-height: 50px;
}
.product-page .images-container .slick-prev:hover:after, .product-page .images-container .slick-next:hover:after {
  background: #ad7810;
}
#carousel-accessories .owl-controls .owl-nav {
  top: -55px;
}
.zoomWindowContainer > div {
  border: solid 2px #ddd !important;
}
.pp_rightcolumn .product-variants > .product-variants-item.Color ul li {
  display: inline-block;
  padding: 1px;
  margin-right: 10px;
  border: solid 1px #4e78a3;
}
.pp_rightcolumn .product-variants > .product-variants-item.Color ul li .color {
  height: 19px;
  width: 19px;
  float: left;
}
.pp_rightcolumn .hide-share-buttons .social-sharing {
  display: none;
}
.product-variants > .product-variants-item select {
  outline: none !important;
}
.product-page h1.product-name, .modal.quickview h1.product-name {
  font-size: 24px;
  text-transform: none;
  margin: 0 0 25px;
  font-weight: 500;
  color: #222;
}
.product-page .product-description-detail, .modal.quickview .product-description-detail {
  margin-bottom: 20px;
}
.product-page .product-short-description, .modal.quickview .product-short-description {
  margin: 0 0 25px 0;
  float: left;
  padding: 0;
  font-size: 12px;
  color: #777;
}
.product-page .product-short-description label, .modal.quickview .product-short-description label {
  font-weight: 700;
  color: #444;
  font-size: 12px;
  margin-bottom: 5px;
  text-transform: uppercase;
  padding: 0px;
}
.product-page .product-short-description p, .modal.quickview .product-short-description p {
  line-height: 1.7em;
  font-size: 12px;
  margin: 0px;
}
.product-page #product-availability, .modal.quickview #product-availability {
  margin: 20px 0 0 0;
  display: block;
  font-size: 14px;
  font-weight: 600;
}
.product-page #product-availability .material-icons, .modal.quickview #product-availability .material-icons {
  line-height: 1;
}
.product-page #product-availability .fa, .modal.quickview #product-availability .fa {
  color: red;
}
.product-page #product-availability .fa.fa-check-square-o, .modal.quickview #product-availability .fa.fa-check-square-o {
  color: #4cbb6c;
}
.product-page #product-availability label, .modal.quickview #product-availability label {
  color: #444;
  font-size: 12px;
}
.product-page #product-availability span.instock, .modal.quickview #product-availability span.instock {
  color: #00abf0;
}
.product-page #product-availability span.instock i:before, .modal.quickview #product-availability span.instock i:before {
  content: "\f046";
  color: #00abf0;
  line-height: 20px;
  font-family: Fontawesome;
  font-size: 14px;
  padding: 0 5px;
  font-style: normal;
}
.product-page #product-availability span.outstock, .modal.quickview #product-availability span.outstock {
  color: #ff444e;
}
.product-page #product-availability span.outstock i:before, .modal.quickview #product-availability span.outstock i:before {
  content: "\f00d";
  color: #00abf0;
  line-height: 20px;
  font-family: Fontawesome;
  font-size: 14px;
  padding: 0 5px;
  font-style: normal;
}
.product-page .product-features h3, .modal.quickview .product-features h3 {
  font-weight: 500;
}
.product-page .tab-pane > div, .modal.quickview .tab-pane > div {
  margin: 0 0 15px 0;
}
.product-page .product-reference, .modal.quickview .product-reference, .product-page .product-quantities, .modal.quickview .product-quantities {
  margin: 0 0 21px;
  width: 100%;
}
.product-page .product-reference .label, .modal.quickview .product-reference .label, .product-page .product-quantities .label, .modal.quickview .product-quantities .label {
  margin: 0;
  color: #888;
  font-size: 14px;
  font-weight: 400;
  min-width: 80px;
  text-align: left;
}
.product-page .product-reference span, .modal.quickview .product-reference span, .product-page .product-quantities span, .modal.quickview .product-quantities span {
  padding: 0 5px;
  color: #222;
  font-weight: 600;
}
.product-page .product-prices, .modal.quickview .product-prices {
  margin: 0 0 20px 0;
  padding: 0;
}
.product-page .product-prices .product-discount, .modal.quickview .product-prices .product-discount {
  display: inline-block;
  margin: 0;
  color: #aaa;
  font-size: 24px;
  font-weight: 400;
}
.product-page .product-prices .product-discount .regular-price, .modal.quickview .product-prices .product-discount .regular-price {
  margin: 0 10px;
}
.product-page .product-prices .product-price, .modal.quickview .product-prices .product-price {
  font-size: 24px;
  display: inline-block;
  color: #4e78a3;
  margin: 0px;
  font-weight: 500;
}
.product-page .product-prices .tax-shipping-delivery-label, .modal.quickview .product-prices .tax-shipping-delivery-label {
  margin: 0;
}
.product-page .product-prices div, .modal.quickview .product-prices div {
  margin-bottom: 0;
}
.product-page .product-actions .control-label, .modal.quickview .product-actions .control-label {
  display: inline-block;
  font-weight: 400;
  width: auto;
  text-transform: uppercase;
  vertical-align: bottom;
  padding: 0;
  margin: 0 10px 0 0;
  font-size: 14px;
  line-height: 40px;
  color: #222;
  min-width: 60px;
}
.product-page .product-actions .product-variants .product-variants-item, .modal.quickview .product-actions .product-variants .product-variants-item {
  margin: 0 0 20px;
}
.product-page .product-actions .product-variants .product-variants-item.Color ul li, .modal.quickview .product-actions .product-variants .product-variants-item.Color ul li {
  margin: 0 10px 0 0;
  padding: 1px;
  border: none;
}
.product-page .product-actions .product-variants .product-variants-item.Color ul li input:checked + .color:after, .modal.quickview .product-actions .product-variants .product-variants-item.Color ul li input:checked + .color:after, .product-page .product-actions .product-variants .product-variants-item.Color ul li input:hover + .color:after, .modal.quickview .product-actions .product-variants .product-variants-item.Color ul li input:hover + .color:after {
  content: "";
  display: block;
  border: solid 1px #f4a137;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  display: block;
  position: absolute;
  z-index: -1;
  top: -2px;
  left: -2px;
}
.product-page .product-actions .product-variants .product-variants-item ul, .modal.quickview .product-actions .product-variants .product-variants-item ul, .product-page .product-actions .product-variants .product-variants-item .selector, .modal.quickview .product-actions .product-variants .product-variants-item .selector {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}
.product-page .product-actions .product-variants .product-variants-item .selector, .modal.quickview .product-actions .product-variants .product-variants-item .selector {
  height: 30px;
  position: relative;
  display: inline-block;
  width: 200px;
  background: #fff;
  padding: 0px;
}
.product-page .product-actions .product-variants .product-variants-item .selector:after, .modal.quickview .product-actions .product-variants .product-variants-item .selector:after {
  content: "";
  font-size: 12px;
  color: #8d8d8d;
  text-align: center;
  position: absolute;
  right: 1px;
  top: 1px;
  height: 28px;
  width: 28px;
  z-index: 2;
  pointer-events: none;
  font-family: Fontawesome;
  line-height: 30px;
  background: #fff;
  margin: 0px;
}
.product-page .product-actions .product-variants .product-variants-item select, .modal.quickview .product-actions .product-variants .product-variants-item select {
  padding: 0 30px 0 10px;
  width: auto;
  min-width: 200px;
  border: solid 1px #ddd;
  outline: none;
  display: inline-block;
  box-shadow: none;
  position: relative;
}
.lang-rtl .product-page .product-actions .product-variants .product-variants-item select, .lang-rtl .modal.quickview .product-actions .product-variants .product-variants-item select {
  padding: 0 10px 0 30px;
}
.product-page .product-actions .product-variants .product-variants-item select option, .modal.quickview .product-actions .product-variants .product-variants-item select option {
  padding: 5px 12px;
}
.product-page .product-actions .product-variants .product-variants-item select:before, .modal.quickview .product-actions .product-variants .product-variants-item select:before {
  content: "\f107";
  background: #fff;
  color: #666;
  text-align: center;
  margin: 0;
  position: absolute;
  right: 0px;
  top: 0px;
  height: 40px;
  width: 39px;
  font-size: 15px;
  border-radius: 0px;
  overflow: hidden;
  line-height: 39px;
  z-index: 0;
  pointer-events: none;
  -ms-pointer-events: none;
  -webkit-pointer-events: none;
  font-family: Fontawesome;
}
.product-page .product-actions .product-variants .product-variants-item .input-color, .modal.quickview .product-actions .product-variants .product-variants-item .input-color {
  z-index: 5;
}
.product-page .product-actions .product-variants .product-variants-item .color, .modal.quickview .product-actions .product-variants .product-variants-item .color {
  box-shadow: none;
  width: 19px;
  height: 19px;
  z-index: 1;
  position: relative;
  border: none;
  margin: 0;
  vertical-align: top;
}
.product-page .product-actions .product-add-to-cart, .modal.quickview .product-actions .product-add-to-cart {
  margin: 0 0 30px;
  font-size: 0;
}
.product-page .product-actions .product-add-to-cart .control-label, .modal.quickview .product-actions .product-add-to-cart .control-label {
  padding: 10px 20px 0 0;
  vertical-align: top;
  margin: 0 5px 0 0;
  display: inline-block;
  width: auto;
  font-size: 14px;
  color: #373a48;
  font-weight: 600;
}
.lang-rtl .product-page .product-actions .product-add-to-cart .control-label, .lang-rtl .modal.quickview .product-actions .product-add-to-cart .control-label {
  margin: 0 0 0 5px;
}
.product-page .product-actions .product-add-to-cart .product-quantity, .modal.quickview .product-actions .product-add-to-cart .product-quantity {
  display: inline-block;
  height: 40px;
}
.product-page .product-actions .product-add-to-cart .product-quantity #quantity_wanted, .modal.quickview .product-actions .product-add-to-cart .product-quantity #quantity_wanted {
  height: 42px;
  width: 130px;
  line-height: 42px;
  text-align: center;
  border: none;
  z-index: 0;
  vertical-align: top;
  color: #222;
  font-weight: 500;
  font-size: 14px;
}
.product-page .product-actions .product-add-to-cart .product-quantity .btn-touchspin, .modal.quickview .product-actions .product-add-to-cart .product-quantity .btn-touchspin {
  height: 14px;
  width: 16px;
  padding: 0;
}
.product-page .product-actions .product-add-to-cart .product-quantity .input-group-btn-vertical, .modal.quickview .product-actions .product-add-to-cart .product-quantity .input-group-btn-vertical {
  float: none;
  width: auto;
  position: static;
}
.product-page .product-actions .product-add-to-cart .product-quantity .input-group-btn-vertical .btn, .modal.quickview .product-actions .product-add-to-cart .product-quantity .input-group-btn-vertical .btn {
  border: none;
  background: transparent;
  position: absolute;
  font-size: 12px;
}
.product-page .product-actions .product-add-to-cart .product-quantity .input-group-btn-vertical .btn:hover i, .modal.quickview .product-actions .product-add-to-cart .product-quantity .input-group-btn-vertical .btn:hover i {
  color: #4e78a3;
}
.product-page .product-actions .product-add-to-cart .product-quantity .input-group-btn-vertical .btn i, .modal.quickview .product-actions .product-add-to-cart .product-quantity .input-group-btn-vertical .btn i {
  left: 7px;
  color: #999;
}
.product-page .product-actions .product-add-to-cart .product-quantity .input-group-btn-vertical .btn.bootstrap-touchspin-up, .modal.quickview .product-actions .product-add-to-cart .product-quantity .input-group-btn-vertical .btn.bootstrap-touchspin-up {
  left: auto;
  right: 5px;
  width: 30px;
  height: 42px;
  top: 0;
  line-height: 42px;
  font-size: 12px;
}
.product-page .product-actions .product-add-to-cart .product-quantity .input-group-btn-vertical .btn.bootstrap-touchspin-up i, .modal.quickview .product-actions .product-add-to-cart .product-quantity .input-group-btn-vertical .btn.bootstrap-touchspin-up i {
  top: 14px;
}
.product-page .product-actions .product-add-to-cart .product-quantity .input-group-btn-vertical .btn.bootstrap-touchspin-up i:after, .modal.quickview .product-actions .product-add-to-cart .product-quantity .input-group-btn-vertical .btn.bootstrap-touchspin-up i:after {
  content: '\E145';
}
.product-page .product-actions .product-add-to-cart .product-quantity .input-group-btn-vertical .btn.bootstrap-touchspin-down, .modal.quickview .product-actions .product-add-to-cart .product-quantity .input-group-btn-vertical .btn.bootstrap-touchspin-down {
  right: auto;
  left: 5px;
  width: 30px;
  height: 42px;
  top: 0;
  line-height: 42px;
  font-size: 12px;
}
.product-page .product-actions .product-add-to-cart .product-quantity .input-group-btn-vertical .btn.bootstrap-touchspin-down i, .modal.quickview .product-actions .product-add-to-cart .product-quantity .input-group-btn-vertical .btn.bootstrap-touchspin-down i {
  top: 14px;
}
.product-page .product-actions .product-add-to-cart .product-quantity .input-group-btn-vertical .btn.bootstrap-touchspin-down i:after, .modal.quickview .product-actions .product-add-to-cart .product-quantity .input-group-btn-vertical .btn.bootstrap-touchspin-down i:after {
  content: '\E15B';
}
.product-page .product-actions .product-add-to-cart .product-quantity .qty, .modal.quickview .product-actions .product-add-to-cart .product-quantity .qty {
  margin: 0 0 40px;
  display: inline-block;
  float: none;
  width: auto;
}
.product-page .product-actions .product-add-to-cart .product-quantity .qty .quantity-label, .modal.quickview .product-actions .product-add-to-cart .product-quantity .qty .quantity-label {
  padding: 10px 0px 0 0;
  vertical-align: top;
  margin: 0 10px 0 0;
  display: inline-block;
  min-width: 60px;
  font-size: 14px;
  color: #222;
  font-weight: 400;
  text-transform: uppercase;
}
.product-page .product-actions .product-add-to-cart .product-quantity .qty .input-group, .modal.quickview .product-actions .product-add-to-cart .product-quantity .qty .input-group {
  width: auto;
  border: 1px solid #e5e5e5;
  background: #fff;
  float: none;
  box-shadow: none;
}
.product-page .product-actions .product-add-to-cart .add, .modal.quickview .product-actions .product-add-to-cart .add {
  margin: 0;
  display: inline-block;
  vertical-align: top;
  float: none;
}
.product-page .product-actions .product-add-to-cart .add-to-cart, .modal.quickview .product-actions .product-add-to-cart .add-to-cart {
  box-shadow: none;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  background: #222;
  border: none;
  padding: 0 54px;
  height: 42px;
  line-height: 42px;
  margin: 0 0 0 20px;
  outline: none;
  transition: 0.3s all ease 0s;
}
.product-page .product-actions .product-add-to-cart .add-to-cart .fa, .modal.quickview .product-actions .product-add-to-cart .add-to-cart .fa {
  margin: 0 5px 0 0;
}
.lang-rtl .product-page .product-actions .product-add-to-cart .add-to-cart .fa, .lang-rtl .modal.quickview .product-actions .product-add-to-cart .add-to-cart .fa {
  margin: 0 0 0 5px;
}
.product-page .product-actions .product-add-to-cart .add-to-cart:hover, .modal.quickview .product-actions .product-add-to-cart .add-to-cart:hover {
  background: #ad7810;
}
.product-page .product-actions .product-add-to-cart .product-minimal-quantity, .modal.quickview .product-actions .product-add-to-cart .product-minimal-quantity {
  margin-bottom: 0;
}
.product-page .social-sharing, .modal.quickview .social-sharing {
  display: block;
  overflow: hidden;
  text-transform: capitalize;
  padding: 30px 0 0;
  border-top: solid 1px #e5e5e5;
  margin: 0;
}
.product-page .social-sharing span, .modal.quickview .social-sharing span {
  display: inline-block;
  margin: 10px 15px 0 0;
  font-size: 14px;
  font-weight: 400;
  color: #222;
  vertical-align: top;
  text-transform: uppercase;
}
.product-page .social-sharing ul, .modal.quickview .social-sharing ul {
  padding: 0;
  display: inline-block;
  float: right;
}
.lang-rtl .product-page .social-sharing ul, .lang-rtl .modal.quickview .social-sharing ul {
  float: left;
}
.product-page .social-sharing li, .modal.quickview .social-sharing li {
  display: inline-block;
  height: 36px;
  width: 36px;
  border-radius: 50%;
  text-align: center;
  box-shadow: none;
  border: 1px solid #ddd;
  overflow: hidden;
  margin: 0 5px;
  transition: all 0.3s ease 0s;
}
.product-page .social-sharing li:hover, .modal.quickview .social-sharing li:hover {
  border-color: #222;
}
.product-page .social-sharing li:hover a, .modal.quickview .social-sharing li:hover a {
  background: #222;
}
.product-page .social-sharing li:hover a:before, .modal.quickview .social-sharing li:hover a:before {
  color: #fff;
}
.product-page .social-sharing li a, .modal.quickview .social-sharing li a {
  position: relative;
  text-indent: 0;
  font-size: 100%;
  text-align: center;
}
.product-page .social-sharing li a:before, .modal.quickview .social-sharing li a:before {
  font-family: Fontawesome;
  color: #888;
  line-height: 36px;
  transition: all 0.3s ease 0s;
  text-align: center;
  display: block;
  background: transparent;
}
.product-page .social-sharing li.facebook, .modal.quickview .social-sharing li.facebook {
  background-image: none;
}
.product-page .social-sharing li.facebook a:before, .modal.quickview .social-sharing li.facebook a:before {
  content: "\f09a";
  background: transparent;
}
.product-page .social-sharing li.twitter, .modal.quickview .social-sharing li.twitter {
  background-image: none;
}
.product-page .social-sharing li.twitter a:before, .modal.quickview .social-sharing li.twitter a:before {
  content: "\f099";
}
.product-page .social-sharing li.googleplus, .modal.quickview .social-sharing li.googleplus {
  background-image: none;
}
.product-page .social-sharing li.googleplus a:before, .modal.quickview .social-sharing li.googleplus a:before {
  content: "\f0d5";
}
.product-page .social-sharing li.pinterest, .modal.quickview .social-sharing li.pinterest {
  background-image: none;
}
.product-page .social-sharing li.pinterest a:before, .modal.quickview .social-sharing li.pinterest a:before {
  content: "\f231";
}
.product-page #block-reassurance, .modal.quickview #block-reassurance {
  box-shadow: none !important;
  border: none !important;
}
.quickview .product-page .quickview_right > div {
  display: block;
  clear: both;
}
.quickview .product-page #product-availability {
  float: none;
  margin: 20px 0 0;
}
.product-page .product-detail-moreinfo {
  margin-top: 85px;
}
.product-page .product-moreinfo {
  margin-bottom: 73px;
  padding-bottom: 40px;
  border-bottom: 1px solid #ddd;
}
.product-page .tabs {
  margin: 0;
  box-shadow: none;
  padding: 0;
  background: transparent;
}
.product-page .tabs .nav-tabs {
  padding: 0;
  position: relative;
  margin-bottom: 0;
  font-size: 0;
  border-bottom: 1px solid #ddd;
}
.product-page .tabs .nav-tabs li.nav-item {
  margin: 0;
}
.product-page .tabs .nav-tabs li.nav-item a.nav-link {
  color: #222;
  font-weight: 600;
  height: 100%;
  text-transform: uppercase;
  border: none;
  font-size: 18px;
  display: block;
  border-radius: 0;
  margin: 0 20px;
  padding: 0 0 15px;
  position: relative;
  background: transparent;
}
.product-page .tabs .nav-tabs li.nav-item a.nav-link:before {
  content: "";
  background: #4e78a3;
  height: 2px;
  width: 100%;
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: -1px;
  display: none;
}
.product-page .tabs .nav-tabs li.nav-item:first-child {
  margin-left: 0px !important;
}
.product-page .tabs .nav-tabs li.nav-item:first-child a.nav-link {
  padding: 0px 0px 15px 0;
  margin: 0 20px 0 0;
}
.product-page .tabs .nav-tabs li.nav-item a.nav-link:hover, .product-page .tabs .nav-tabs li.nav-item a.nav-link.active {
  color: #222;
}
.product-page .tabs .nav-tabs li.nav-item a.nav-link:hover:before, .product-page .tabs .nav-tabs li.nav-item a.nav-link.active:before {
  display: block;
}
.product-page .tabs .tab-content {
  padding: 55px 0 0;
  line-height: 22px;
  font-size: 12px;
  min-height: 120px;
}
.product-page .tabs .tab-content .tab-pane {
  padding: 0;
}
.product-page .tabs .tab-content p {
  margin: 0 0 10px;
}
.product-page .tabs .tab-content .product-features {
  margin: 0;
}
.product-page .tabs .tab-content .data-sheet {
  margin: 0;
}
.product-page .panel {
  margin-bottom: 15px;
}
.product-page .panel .panel-heading {
  border: solid 1px #e5e5e5;
  transition: 0.3s all ease 0s;
}
.product-page .panel .panel-heading h4 {
  margin: 0;
}
.product-page .panel .panel-heading h4 a {
  color: #666;
  font-weight: 400;
  display: block;
  padding: 15px;
  transition: 0.3s all ease 0s;
}
.product-page .panel .panel-heading:hover {
  border-color: #4e78a3;
}
.product-page .panel .panel-heading:hover h4 a {
  color: #4e78a3;
}
.product-page .panel .panel-body {
  border: solid 1px #e5e5e5;
  padding: 30px;
}
.product-page .panel .panel-body p {
  line-height: 22px;
  margin: 0;
}
.product-page .moreinfo-list .infobox {
  margin-bottom: 30px;
}
.product-page .moreinfo-list .infobox .titlebox {
  text-align: center;
  margin-bottom: -1px;
}
.product-page .moreinfo-list .infobox .titlebox h4 {
  margin: 0;
  display: inline-block;
  background: #fff;
  text-transform: uppercase;
  font-weight: 400;
  padding: 10px 20px;
  border: solid 1px #e5e5e5;
}
.product-page .moreinfo-list .infobox .contentbox {
  border: solid 1px #e5e5e5;
  padding: 30px;
}
.product-page .moreinfo-list .infobox .contentbox p {
  line-height: 22px;
  margin: 0;
}
#product.layout-left-column .product-page .product-actions .product-add-to-cart .add, #product.layout-right-column .product-page .product-actions .product-add-to-cart .add {
  display: block;
}
#product.layout-left-column .product-page .product-actions .product-add-to-cart .add-to-cart, #product.layout-right-column .product-page .product-actions .product-add-to-cart .add-to-cart {
  margin: 0;
}
#product.layout-left-column .product-page .pp_rightcolumn .product-actions, #product.layout-right-column .product-page .pp_rightcolumn .product-actions {
  margin-top: 0;
}
#product .product-accessories {
  position: relative;
  margin: 0 -22px;
}
#product .product-accessories div.title {
  text-align: center;
  margin: 0 22px 55px;
}
#product .product-accessories h3.title-block {
  font-size: 30px;
  font-weight: 600;
  color: #222;
  text-transform: uppercase;
  margin: 0 0 11px;
  position: relative;
  display: inline-block;
}
#product .product-accessories .products {
  width: auto;
  padding: 0 22px;
  overflow: hidden;
}
#product .product-accessories .products .product-miniature {
  width: 100%;
  padding: 0;
}
#product .product-accessories .products .owl-stage-outer {
  overflow: visible;
}
#product .product-accessories .owl-controls .owl-prev, #product .product-accessories .owl-controls .owl-next {
  position: absolute;
  background: rgba(0, 0, 0, 0.05);
  text-align: center;
  top: 40%;
  z-index: 2;
  bottom: auto;
  margin: 0px;
  cursor: pointer;
  text-indent: -9999;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  font-size: 24px;
  color: #222;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
}
#product .product-accessories .owl-controls .owl-prev:hover, #product .product-accessories .owl-controls .owl-next:hover {
  color: #fff;
  background: #282828;
}
#product .product-accessories .owl-controls .owl-prev {
  left: 0;
  right: auto;
}
#product .product-accessories .owl-controls .owl-next {
  left: auto;
  right: 0;
}
#product .product-accessories:hover .owl-controls .owl-prev, #product .product-accessories:hover .owl-controls .owl-next {
  transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
}
#products .product-miniature .product-flags, .product-flags {
  left: 0;
}
.lang-rtl #products .product-miniature .product-flags, .lang-rtl .product-flags {
  left: auto;
  right: 0;
}
#products .product-miniature .product-flags .product-flag.new, .product-flags .product-flag.new, #products .product-miniature .product-flags .sp-discount-percentage, .product-flags .sp-discount-percentage, #products .product-miniature .product-flags .discount, .product-flags .discount {
  display: block;
  position: absolute;
  color: #4e78a3;
  background-color: #fff;
  width: 50px;
  height: 23px;
  top: 10px;
  font-weight: 400;
  border-radius: 23px;
  padding: 0;
  margin: 0 !important;
  line-height: 23px;
  font-size: 12px;
  text-align: center;
  box-shadow: none;
  min-height: 0;
  text-transform: uppercase;
}
.lang-rtl #products .product-miniature .product-flags, .lang-rtl .product-flags {
  right: auto;
  left: 10px;
}
#products .product-miniature .product-flags .sp-discount-percentage, .product-flags .sp-discount-percentage {
  left: auto;
  right: 10px;
  z-index: 3;
}
#products .product-miniature .product-flags .discount, .product-flags .discount {
  left: auto;
  right: 10px;
  z-index: 2;
  display: none;
}
#products .product-miniature .product-flags .product-flag.new, .product-flags .product-flag.new {
  right: auto;
  left: 10px;
  color: #222;
}
.product-miniature {
  
}
.product-miniature .span-review-main {
  display: none;
}
.product-miniature .product-image {
  overflow: hidden;
  position: relative;
}
.product-miniature .product-image:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #000;
  z-index: 2;
  pointer-events: none;
  transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  opacity: 0;
}
.product-miniature .product-image img {
  max-width: 100%;
  height: auto;
  margin: 0 !important;
}
.product-miniature .product-image .img_0 {
  position: absolute;
  top: 0;
  left: -100%;
  padding: 19px;
  width: 100%;
  transition: 0.3s all ease 0s;
  z-index: 3;
  visibility: hidden;
}
.product-miniature .product-image:hover .quick-view {
  opacity: 1;
  visibility: visible;
}
.product-miniature:hover .product-image:before {
  opacity: 0.05;
}
.product-miniature:hover .product-image .img_0 {
  left: 0;
  visibility: visible;
}
.product-miniature .product-list-actions {
  padding: 15px 0 0;
}
.product-miniature .quick-view {
  line-height: 44px;
  padding: 0;
  text-align: center;
  width: 46px;
  display: block;
  height: 46px;
  font-size: 14px;
  color: #222;
  position: absolute;
  left: calc(50% - 18px);
  top: calc(50% - 18px);
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  background-color: #fff;
  border-radius: 50%;
}
.product-miniature .quick-view:hover {
  color: #4e78a3;
}
.btn-primary, .btn-primary.focus, .btn-primary:focus, .btn-primary:hover, .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .btn-primary.dropdown-toggle.focus, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle:hover {
  background: #4e78a3;
}
.product-miniature .product-thumbnail {
  text-align: center;
  background: #f5f5f5;
}
.product-miniature .product-container .product-info {
  position: relative;
}
.product-miniature .sp-cart-box {
  height: 42px;
  line-height: 42px;
  color: #fff;
  position: absolute;
  z-index: 2;
  text-align: center;
  top: -52px;
  left: 10px;
  right: 10px;
  width: auto;
  transition: 0.2s;
  border-radius: 0px;
  opacity: 0;
}
.product-miniature .sp-cart-box .cart-button {
  cursor: pointer;
  white-space: nowrap;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 500;
  position: relative;
  padding: 0 20px;
  color: #222;
  background: #fff;
  display: block;
  border: none;
  width: 100%;
  height: 100%;
  line-height: 42px;
}
.product-miniature .sp-cart-box .cart-button span {
  font-size: 14px;
  margin: 0;
  font-weight: 400;
  vertical-align: top;
}
.product-miniature .sp-cart-box .cart-button:hover {
  background: #222;
  color: #fff;
}
.product-miniature .sp-cart-box .cart-button .material-icons {
  font-size: 14px;
  margin: 0;
}
.product-miniature:hover .sp-cart-box {
  opacity: 1;
}
.product-miniature .comments_note {
  display: none;
}
#products .product-title, .featured-products .product-title, .product-accessories .product-title, .product-miniature .product-title {
  margin: 0 0 10px;
  text-align: inherit;
}
#products .product-title a, .featured-products .product-title a, .product-accessories .product-title a, .product-miniature .product-title a {
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  color: #888;
}
#products .product-title a:hover, .featured-products .product-title a:hover, .product-accessories .product-title a:hover, .product-miniature .product-title a:hover {
  color: #4e78a3;
}
#products .variant-links, .featured-products .variant-links, .product-accessories .variant-links, .product-miniature .variant-links {
  position: static;
}
#products .product-price-and-shipping, .featured-products .product-price-and-shipping, .product-accessories .product-price-and-shipping, .product-miniature .product-price-and-shipping {
  font-size: 14px;
  font-weight: 500;
  text-align: inherit;
}
#products .product-price-and-shipping .price, .featured-products .product-price-and-shipping .price, .product-accessories .product-price-and-shipping .price, .product-miniature .product-price-and-shipping .price {
  color: #222;
}
#products .product-price-and-shipping.price-has-discount .price, .featured-products .product-price-and-shipping.price-has-discount .price, .product-accessories .product-price-and-shipping.price-has-discount .price, .product-miniature .product-price-and-shipping.price-has-discount .price {
  color: #4e78a3;
}
#products .product-price-and-shipping .regular-price, .featured-products .product-price-and-shipping .regular-price, .product-accessories .product-price-and-shipping .regular-price, .product-miniature .product-price-and-shipping .regular-price {
  color: #aaa;
  margin: 0 5px;
  font-weight: 400;
}
#products .thumbnail-container, .featured-products .thumbnail-container, .product-accessories .thumbnail-container, .product-miniature .thumbnail-container {
  width: auto;
  height: auto;
  box-shadow: none;
  margin-bottom: 30px;
}
#products .product-miniature, .featured-products .product-miniature, .product-accessories .product-miniature, .product-miniature .product-miniature {
  margin: 0;
}
#products .thumbnail-container:focus .product-description:after, #products .thumbnail-container:hover .product-description:after, .featured-products .thumbnail-container:focus .product-description:after, .featured-products .thumbnail-container:hover .product-description:after, .product-accessories .thumbnail-container:focus .product-description:after, .product-accessories .thumbnail-container:hover .product-description:after, .product-miniature .thumbnail-container:focus .product-description:after, .product-miniature .thumbnail-container:hover .product-description:after {
  display: none !important;
}
.accessories-title {
  font-size: 22px;
  color: #222;
  font-weight: 400;
  margin: 0 0 20px;
  position: relative;
  padding: 0 0 15px;
}
.accessories-title:after {
  content: "";
  display: block;
  height: 5px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../img/icon/bg_title.html) repeat-x 0px 0px;
}
#products .product-info, .featured-products .product-info, .product-accessories .product-info, .product-miniature .product-info {
  margin: 0;
  padding: 10px 0 5px;
  height: auto;
}
@media (min-width: 992px) {
  .product-miniature[data-sp_gridproduct="4"]:nth-child(3n+1), .product-miniature[data-sp_gridproduct="3"]:nth-child(4n+1) {
    clear: left;
  }
}
div.quickview .modal-content {
  border: none;
  border-radius: 0;
  background: #fff;
}
div.quickview #product-availability .material-icons {
  line-height: 1;
}
div.quickview .modal-header {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
}
div.quickview .product-page .images-container .product-cover .layer {
  display: none;
}
div.quickview .js-qv-product-images {
  text-align: center;
}
div.quickview .product-page .images-container.vertical-thumbnails .js-qv-mask {
  height: 435px;
  overflow: hidden;
  top: 0;
}
div.quickview div.comments_note {
  margin-bottom: 17px;
}
div.quickview .product-page .images-container.horizontal-thumbnails .js-qv-mask .thumb-container {
  width: 82px;
  display: inline-block;
}
div.quickview .arrows {
  position: absolute;
  top: 32px;
  bottom: 0;
  right: 40px;
  z-index: 0;
}
div.quickview .arrows .material-icons {
  font-size: 48px;
  right: 0;
  color: #222;
  opacity: 1 !important;
}
div.quickview .arrows .material-icons:hover {
  color: #4e78a3;
}
.quickview .mask {
  margin-left: 10px;
  max-height: 425px;
}
.lang-rtl .quickview .mask {
  margin-left: 0;
  margin-right: 10px;
}
.images-container .product-images > li.thumb-container > .thumb {
  margin-right: 10px;
}
.lang-rtl .images-container .product-images > li.thumb-container > .thumb {
  margin-left: 10px;
  margin-right: 0;
}
.header_v1 .currency-selector {
  font-size: 12px;
}
.header_v1 .currency-selector .sp-currency-title {
  margin: 0;
  padding: 0 11px;
  height: 50px;
  line-height: 50px;
  color: #666;
}
.header_v1 .currency-selector .sp-currency-title i {
  margin-left: 7px;
}
.header_v1 .currency-selector .sp-currency-title:hover, .header_v1 .currency-selector .sp-currency-title:focus {
  cursor: pointer;
  color: #4e78a3;
}
.header_v1 .currency-selector .dropdown-menu {
  left: -1px;
  right: 0;
  margin: 0;
  padding: 10px 10px 5px;
  min-width: 120px;
  border: none;
  border-radius: 0;
  border: 1px solid #ddd;
  border-top: none;
  list-style: none;
}
.header_v1 .currency-selector .dropdown-menu li .currency-item {
  display: block;
  padding: 5px 10px;
  line-height: 24px;
  font-size: 12px;
  border: 1px solid transparent;
  margin: 0 0 5px;
  background: #f5f5f5;
  transition: all 0.3s ease 0s;
}
.header_v1 .currency-selector .dropdown-menu li.current .currency-item, .header_v1 .currency-selector .dropdown-menu li:hover .currency-item {
  border: 1px solid #222;
  background: #fff;
}
.header_v1 .currency-selector .dropdown-menu li .currency-item:hover {
  color: #222 !important;
}
.header_v1 .currency-selector .sp-currency-select {
  padding: 2px 15px;
  height: 30px;
  border: 1px solid #eee;
}
.header_v1 #splanguage {
  margin-right: 10px;
}
.header_v1 .language-selector {
  font-size: 12px;
}
.header_v1 .language-selector .sp-language-title {
  margin: 0;
  padding: 0;
  height: 50px;
  line-height: 50px;
  color: #666;
}
.header_v1 .language-selector .sp-language-title i {
  margin-left: 7px;
}
.header_v1 .language-selector .sp-language-title:hover {
  cursor: pointer;
  color: #4e78a3;
}
.header_v1 .language-selector .dropdown-menu {
  left: 0;
  right: 0;
  margin: 0;
  padding: 10px 10px 5px;
  min-width: 150px;
  border: solid 1px #ddd;
  border-top: none;
  border-radius: 0;
  list-style: none;
}
.header_v1 .language-selector .dropdown-menu li .language-item {
  display: block;
  padding: 5px 10px;
  line-height: 24px;
  font-size: 12px;
  border: 1px solid transparent;
  margin: 0 0 5px;
  background: #f5f5f5;
  transition: all 0.3s ease 0s;
}
.header_v1 .language-selector .dropdown-menu li.current .language-item, .header_v1 .language-selector .dropdown-menu li:hover .language-item {
  border: 1px solid #222;
  margin: 0 0 5px;
  background: #fff;
  color: #222;
}
.header_v1 .language-selector .dropdown-menu li .language-item:hover {
  color: #222 !important;
}
.header_v1 .language-selector .sp-language-select {
  padding: 2px 15px;
  height: 30px;
  border: 1px solid #eee;
}
.header_v2 #sp-currency, .header_v3 #sp-currency {
  vertical-align: top;
  position: relative;
  cursor: pointer;
  height: 40px;
  line-height: 36px;
  border: 1px solid #ddd;
  margin-bottom: 30px;
}
.header_v2 .currency-selector .sp-currency-title, .header_v3 .currency-selector .sp-currency-title {
  padding: 0 12px;
}
.header_v2 .currency-selector .sp-currency-title span, .header_v3 .currency-selector .sp-currency-title span {
  display: inline-block;
  vertical-align: middle;
  color: #666;
  font-size: 93%;
  text-transform: uppercase;
  font-weight: 500;
  transition: all 0.3s ease 0s;
}
.header_v2 .currency-selector .sp-currency-title span.text, .header_v3 .currency-selector .sp-currency-title span.text {
  font-size: 85.7%;
  color: #666;
}
.header_v2 .currency-selector .sp-currency-title i, .header_v3 .currency-selector .sp-currency-title i {
  font-size: 16px;
  color: #373a48;
  margin: 0;
  float: right;
  line-height: 40px;
  vertical-align: middle;
  transition: all 0.3s ease 0s;
}
.lang-rtl .header_v2 .currency-selector .sp-currency-title i, .lang-rtl .header_v3 .currency-selector .sp-currency-title i {
  float: left;
}
.header_v2 .currency-selector .sp-currency-title:hover span, .header_v3 .currency-selector .sp-currency-title:hover span, .header_v2 .currency-selector .sp-currency-title:hover .fa, .header_v3 .currency-selector .sp-currency-title:hover .fa {
  color: #4e78a3;
}
.header_v2 .currency-selector .sp-currency-list li, .header_v3 .currency-selector .sp-currency-list li {
  margin-bottom: 15px;
}
.header_v2 .currency-selector .sp-currency-list li a, .header_v3 .currency-selector .sp-currency-list li a {
  color: #fff;
  font-size: 100%;
  display: block;
}
.header_v2 .currency-selector .sp-currency-list li:hover a, .header_v3 .currency-selector .sp-currency-list li:hover a {
  color: #4e78a3;
}
.header_v2 .currency-selector .dropdown-menu, .header_v3 .currency-selector .dropdown-menu {
  margin: 0;
  background: #fff;
  right: auto;
  left: 0;
  padding: 5px 0 0;
  z-index: 9;
  width: 100%;
  min-width: 0;
  border: 1px solid #ebebeb;
  border-radius: 3px;
  box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.15);
}
.lang-rtl .header_v2 .currency-selector .dropdown-menu, .lang-rtl .header_v3 .currency-selector .dropdown-menu {
  left: auto;
  right: 0;
}
.header_v2 .currency-selector .dropdown-menu li, .header_v3 .currency-selector .dropdown-menu li {
  line-height: 35px;
  border-bottom: 1px solid #eee;
}
.header_v2 .currency-selector .dropdown-menu li a, .header_v3 .currency-selector .dropdown-menu li a {
  display: block;
  text-transform: capitalize;
  font-size: 12px;
  padding: 0 15px;
  font-weight: 400;
  color: #222;
}
.header_v2 .currency-selector .dropdown-menu li a i, .header_v3 .currency-selector .dropdown-menu li a i {
  display: inline-block;
  width: 25px;
  height: 25px;
  color: #373a48;
  font-size: 16px;
  border-radius: 50%;
  text-align: center;
  margin-right: 5px;
  font-style: inherit;
}
.header_v2 .currency-selector .dropdown-menu li:hover a, .header_v3 .currency-selector .dropdown-menu li:hover a {
  color: #4e78a3;
}
.header_v2 .currency-selector .sp-currency-select, .header_v3 .currency-selector .sp-currency-select {
  padding: 2px 15px;
  height: 30px;
  border: 1px solid #eee;
}
.header_v2 #sp-language, .header_v3 #sp-language {
  vertical-align: top;
  position: relative;
  margin: 0 0 20px;
  cursor: pointer;
  height: 40px;
  line-height: 36px;
  border: 1px solid #ddd;
  margin-bottom: 30px;
}
.header_v2 .language-selector .sp-language-title, .header_v3 .language-selector .sp-language-title {
  cursor: pointer;
  padding: 0 12px;
}
.header_v2 .language-selector .sp-language-title span, .header_v3 .language-selector .sp-language-title span {
  vertical-align: middle;
  color: #666;
  font-size: 93%;
  font-weight: 500;
  transition: all 0.3s ease 0s;
}
.header_v2 .language-selector .sp-language-title span.text, .header_v3 .language-selector .sp-language-title span.text {
  font-size: 100%;
  color: #373a48;
}
.header_v2 .language-selector .sp-language-title .fa, .header_v3 .language-selector .sp-language-title .fa {
  color: #373a48;
  font-size: 16px;
  margin: 0;
  float: right;
  line-height: 40px;
  vertical-align: middle;
  transition: all 0.3s ease 0s;
}
.lang-rtl .header_v2 .language-selector .sp-language-title .fa, .lang-rtl .header_v3 .language-selector .sp-language-title .fa {
  float: left;
}
.header_v2 .language-selector .sp-language-title:hover span, .header_v3 .language-selector .sp-language-title:hover span, .header_v2 .language-selector .sp-language-title:hover .fa, .header_v3 .language-selector .sp-language-title:hover .fa {
  color: #4e78a3;
}
.header_v2 .language-selector .sp-language-list li, .header_v3 .language-selector .sp-language-list li {
  margin-bottom: 15px;
}
.header_v2 .language-selector .sp-language-list li a, .header_v3 .language-selector .sp-language-list li a {
  color: #464646;
  font-size: 100%;
  display: block;
}
.header_v2 .language-selector .sp-language-list li:hover a, .header_v3 .language-selector .sp-language-list li:hover a {
  color: #4e78a3;
}
.header_v2 .language-selector .dropdown-menu, .header_v3 .language-selector .dropdown-menu {
  width: 100%;
  padding: 5px 0 0;
  margin: 0;
  background: #fff;
  left: 0;
  right: auto;
  border: 1px solid #ebebeb;
  z-index: 9;
  min-width: 0;
  border-radius: 3px;
  box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.15);
}
.lang-rtl .header_v2 .language-selector .dropdown-menu, .lang-rtl .header_v3 .language-selector .dropdown-menu {
  left: auto;
  right: 0;
}
.header_v2 .language-selector .dropdown-menu li, .header_v3 .language-selector .dropdown-menu li {
  line-height: 35px;
  border-bottom: 1px solid #eee;
}
.header_v2 .language-selector .dropdown-menu li:hover a, .header_v3 .language-selector .dropdown-menu li:hover a {
  color: #4e78a3;
}
.header_v2 .language-selector .dropdown-menu .language-item, .header_v3 .language-selector .dropdown-menu .language-item {
  display: block;
  padding: 0 13px;
  color: #222;
  font-size: 12px;
  text-transform: capitalize;
}
.header_v2 .language-selector .sp-language-select, .header_v3 .language-selector .sp-language-select {
  padding: 2px 15px;
  height: 30px;
  border: 1px solid #eee;
}
#module-smartblog-category #wrapper {
  padding: 0 0 50px;
}
.sdsarticleItem {
  margin-bottom: 60px;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}
.sdsarticleItem .imageFeaturedLink {
  display: block;
  position: relative;
  margin: 0 0 10px;
}
.sdsarticleItem .imageFeaturedLink img {
  max-width: 100%;
  padding: 0;
}
.sdsarticleItem .imageFeaturedLink:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #222;
  opacity: 0;
  transition: 0.3s all ease 0s;
}
.sdsarticleItem .sdsarticleMeta a {
  font-size: 100%;
}
.sdsarticleItem .sdsarticleMeta a:hover {
  color: #4e78a3;
}
.sdsarticleItem .sdsarticle-info {
  margin: 0 0 10px;
  text-transform: capitalize;
  font-size: 92%;
}
.sdsarticleItem .sdsarticle-info div.date_added, .sdsarticleItem .sdsarticle-info div.sdsarticleMeta {
  display: inline-block;
}
.sdsarticleItem .sdsarticle-info div.sdsarticleMeta a {
  color: #4e78a3;
}
.sdsarticleItem div.more {
  margin: 25px 0 0;
  position: relative;
}
.sdsarticleItem div.more a {
  display: inline-block;
  padding: 8px 25px;
  border: 1px solid #222;
  font-size: 14px;
  text-transform: uppercase;
  color: #222;
  font-weight: 500;
}
.sdsarticleItem div.more a:hover {
  background: #222;
  color: #fff;
}
.sdsarticleItem .sdsarticleHeader {
  padding: 0;
  margin: 0 0 10px;
}
.sdsarticleItem .sdsarticleHeader .sdsarticleTitle {
  margin: 0 0 10px;
  font-size: 138.5%;
  text-transform: capitalize;
  font-weight: 500;
}
.sdsarticleItem .sdsarticleHeader .sdsarticleTitle a {
  display: block;
  transition: 0.3s all ease 0s;
  color: #333;
}
.sdsarticleItem .sdsarticleHeader .sdsarticleTitle a:hover {
  color: #4e78a3;
}
.sdsarticleItem .sdsarticleDescription {
  font-size: 100%;
  margin-bottom: 12px;
}
.sdsarticleItem:hover .imageFeaturedLink:after {
  opacity: 0.2;
}
#sdsblogCategory .imageFeatured {
  display: none;
}
.smartBlogCatTitle {
  font-size: 18px;
  text-transform: uppercase;
  color: #222;
  font-weight: bold;
  margin-bottom: 30px;
}
div.post-page {
  overflow: hidden;
  background: #fafafa;
  padding: 13px 20px;
  border: 1px solid #ddd;
  margin: 0;
}
div.post-page label {
  vertical-align: top;
  margin: 5px 15px 0 0;
  font-weight: normal;
  color: #222;
  display: none;
}
div.post-page .pagination {
  margin: 0;
  float: right;
}
div.post-page .pagination li {
  display: inline-block;
  margin: 0 3px;
  vertical-align: top;
}
div.post-page .pagination li a, div.post-page .pagination li span {
  text-align: center;
  color: #222;
  font-size: 100%;
  display: block;
  padding: 0;
  width: 36px;
  height: 36px;
  line-height: 36px;
  background: #fff;
  border: 1px solid #ddd;
  font-size: 14px;
  font-weight: 600;
}
div.post-page .pagination li .page-active, div.post-page .pagination li .page-link:hover, div.post-page .pagination li .page-link:focus {
  color: #fff;
  background: #222;
  border-color: #222;
}
div.post-page .results {
  margin-top: 8px;
  float: none;
  display: inline-block;
  color: #222;
  font-size: 100%;
}
#sdsblogArticle {
  padding: 0;
  background: #fff;
}
#sdsblogArticle .articleContent {
  margin: 0 0 17px;
  position: relative;
  overflow: visible;
}
#sdsblogArticle .articleContent img {
  padding: 0;
  max-width: 100%;
  width: 100%;
}
#sdsblogArticle .imageFeaturedLink {
  display: block;
  position: relative;
}
#sdsblogArticle .article-main {
  padding: 0;
}
#sdsblogArticle .sdsarticle-text {
  margin-bottom: 20px;
  border-bottom: 1px solid #ebebeb;
}
#sdsblogArticle .articleInfo {
  margin: 0 0 15px;
  text-transform: capitalize;
  font-size: 92%;
}
#sdsblogArticle .articleInfo div.date_added, #sdsblogArticle .articleInfo div.author {
  display: inline-block;
  font-weight: 400;
}
#sdsblogArticle .articleInfo div.date_added .fa, #sdsblogArticle .articleInfo div.author .fa {
  margin: 0 5px 0 0;
  color: #909090;
}
.lang-rtl #sdsblogArticle .articleInfo div.date_added .fa, .lang-rtl #sdsblogArticle .articleInfo div.author .fa {
  margin: 0 0 0 5px;
}
#sdsblogArticle .articleInfo span.line {
  margin: 0 5px;
}
#sdsblogArticle .sdstitle_block {
  margin: 0 0 10px;
  font-size: 123%;
  text-transform: uppercase;
  font-weight: 600;
}
#sdsblogArticle .sdstitle_block a {
  display: block;
  transition: 0.3s all ease 0s;
  color: #222;
}
#sdsblogArticle .sdstitle_block a:hover {
  color: #4e78a3;
}
#sdsblogArticle .sdsarticle-des {
  margin: 0 0 30px;
}
#sdsblogArticle .sdsarticle-des p {
  font-size: 100%;
}
#sdsblogArticle .sdsarticleBottom {
  margin: 0;
}
div.blog-sharing-buttons h5 {
  display: inline-block;
  font-size: 100%;
  color: #222;
  font-weight: 400;
  vertical-align: top;
  margin: 15px 0 0;
}
div.blog-sharing-buttons div.buttons {
  display: inline-block;
  vertical-align: middle;
  float: right;
}
.lang-rtl div.blog-sharing-buttons div.buttons {
  float: left;
}
div#smartblogsearch h2.sdstitle_block {
  display: none;
  padding: 14px 20px 17px;
  border: none;
  background: #fff;
  color: #999;
  font-weight: bold;
  margin: 0;
}
div#smartblogsearch #search_query_top {
  height: 40px;
  line-height: 40px;
  border: 1px solid #ebebeb;
  background: transparent;
  margin: 0;
  font-size: 12px;
  outline: none;
  border-radius: 3px;
}
div#smartblogsearch .btn.button-search {
  line-height: 40px;
  width: 40px;
  padding: 0;
  background: transparent;
  color: #4e78a3;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
}
div#smartblogsearch .btn.button-search:before {
  font-size: 12px;
}
div#smartblogsearch .btn.button-search:hover {
  color: #ad7810;
}
div#articleComments {
  box-shadow: none;
  border-radius: 0;
  margin: 0 0 3px;
  padding: 0;
  border: none;
}
div#articleComments h3 {
  padding: 0 0 12px;
  margin: 0 0 15px;
  border-bottom: 1px solid #ebebeb;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #222;
  position: relative;
}
div#articleComments h3:before {
  content: "";
  width: 100px;
  height: 2px;
  background: #4e78a3;
  position: absolute;
  top: auto;
  left: 0;
  right: auto;
  bottom: -1px;
}
div#articleComments .commentList li {
  overflow: hidden;
  border: none;
  padding: 0 0 0 100px;
  margin: 0 0 30px;
}
div#articleComments .commentList li .avatar {
  border: none;
  padding: 0;
  width: 70px;
  height: 70px;
  overflow: hidden;
  top: 0;
  left: 0;
}
div#articleComments .commentList li .text {
  background: transparent;
  padding: 0;
  text-transform: uppercase;
}
div#articleComments .commentList li .text .name {
  color: #222;
  font-size: 11px;
  vertical-align: top;
  font-weight: bold;
  display: inline-block;
  text-transform: uppercase;
  margin: 0;
}
div#articleComments .commentList li .text .created {
  float: right;
  display: inline-block;
  margin: 0;
  padding: 0 15px;
  font-size: 11px;
  color: #909090;
  position: relative;
}
div#articleComments .commentList li .text .created:before {
  content: "/";
  position: absolute;
  font-size: 11px;
  color: #909090;
  left: auto;
  right: 5px;
  top: 0;
  bottom: auto;
}
div#articleComments .commentList li .text .reply {
  float: right;
  display: inline-block;
  font-size: 11px;
  height: auto;
  margin: 0;
}
div#articleComments .commentList li .text .reply a {
  color: #4e78a3;
  vertical-align: top;
  background: transparent;
  padding: 0;
  font-size: 11px;
  text-transform: uppercase;
}
div#articleComments .commentList li .text .reply a:hover {
  color: #edaf36;
}
div#articleComments .commentList li .text p {
  margin: 0;
  border-top: solid 1px #ebebeb;
  padding-top: 5px;
  font-weight: normal;
  text-transform: none;
  font-size: 13px;
}
div#articleComments .commentList li .comment {
  padding-top: 30px;
}
div#articleComments .commentList li .comment li {
  margin: 0;
}
div#respond.smartblogcomments {
  border: none !important;
  background: #fff;
  padding: 20px;
  
}
div#respond.smartblogcomments .error {
  margin: 0;
}
div#respond.smartblogcomments .comment-reply-title {
  margin: 0 0 30px;
  padding: 0 0 10px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  color: #222;
  position: relative;
}
div#respond.smartblogcomments .comment-reply-title:before {
  content: "";
  width: 60px;
  height: 1px;
  background: #4e78a3;
  position: absolute;
  top: auto;
  left: 0;
  right: auto;
  bottom: 0;
}
div#respond.smartblogcomments #commentform {
  margin: 0;
}
div#respond.smartblogcomments #commentform .input {
  float: left;
  width: 50%;
  margin-bottom: 30px;
}
div#respond.smartblogcomments #commentform .input:before {
  position: absolute;
  color: #666;
  border: 1px solid #ebebeb;
  display: inline-block;
  height: 40px;
  width: 30px;
  text-align: center;
  line-height: 36px;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
}
div#respond.smartblogcomments #commentform .input:hover:before {
  background: #4e78a3;
  color: #fff;
  border: 1px solid #4e78a3;
}
div#respond.smartblogcomments #commentform .input.fl {
  text-align: left;
}
div#respond.smartblogcomments #commentform .input.fr {
  text-align: right;
}
div#respond.smartblogcomments #commentform .input.fr .error {
  float: left;
  margin: 0 3%;
}
div#respond.smartblogcomments #commentform .input.name:before {
  content: "\f007";
  font-family: FontAwesome;
}
div#respond.smartblogcomments #commentform .input.email:before {
  content: "\f0e0";
  font-family: FontAwesome;
}
div#respond.smartblogcomments #commentform input[type="text"] {
  width: 100%;
  height: 40px;
  border: solid 1px #ebebeb;
  color: #999;
  padding: 5px 40px;
  background: #fff;
  font-size: 12px;
  font-weight: normal;
  display: inline-block;
  outline: none;
}
div#respond.smartblogcomments #commentform input[type="text"].smartblogcaptcha {
  width: 220px;
  margin: 0 20px;
  float: left;
}
div#respond.smartblogcomments #commentform input[type="text"]:focus {
  border-color: #4e78a3;
}
div#respond.smartblogcomments #commentform .content {
  margin-bottom: 30px;
}
div#respond.smartblogcomments #commentform .inputContent {
  border: solid 1px #ebebeb;
  font-size: 13px;
  color: #8c8c8c;
  font-weight: normal;
  width: 100%;
  border-radius: 0;
  background: #fff;
  margin: 0;
  padding: 10px 20px;
  outline: none;
}
div#respond.smartblogcomments #commentform .inputContent:focus {
  border-color: #4e78a3;
}
div#respond.smartblogcomments #commentform .capcha {
  overflow: hidden;
}
div#respond.smartblogcomments #commentform .capcha img {
  float: left;
}
div#respond.smartblogcomments #commentform #submitComment {
  color: #fff;
  padding: 13px 50px;
  border-radius: 20px;
  background: #4e78a3;
  font-size: 12px;
  font-weight: bold;
  text-transform: capitalize;
}
div#respond.smartblogcomments #commentform #submitComment:hover {
  background: #edaf36;
}
#recent_article_smart_blog_block_left {
  padding-bottom: 0;
  margin-bottom: 30px;
  background: #fff;
}
#recent_article_smart_blog_block_left h3.block-title {
  margin-bottom: 10px;
  font-size: 18px;
  color: #222;
  position: relative;
  text-transform: uppercase;
  padding-bottom: 0;
}
#recent_article_smart_blog_block_left ul.recentArticles {
  padding: 0 0 5px;
  margin: 0;
  background: #fff;
}
#recent_article_smart_blog_block_left ul.recentArticles li {
  position: relative;
  clear: both;
  padding: 8px 0;
  display: block;
  color: #888;
}
#recent_article_smart_blog_block_left ul.recentArticles li:hover a.title {
  color: #4e78a3;
}
#recent_article_smart_blog_block_left ul.recentArticles li a.image {
  display: block;
  position: relative;
  margin: 0 0 10px;
}
#recent_article_smart_blog_block_left ul.recentArticles li a.image img {
  width: 100%;
}
#recent_article_smart_blog_block_left ul.recentArticles li a.image span.info {
  z-index: 2;
  text-align: center;
  display: block;
  height: 57px;
  width: 52px;
  position: absolute;
  top: 10px;
  left: 10px;
  right: auto;
  padding: 7px 0 0;
  background: #fff;
  color: #222;
  text-transform: uppercase;
}
#recent_article_smart_blog_block_left ul.recentArticles li a.image span.info > span {
  display: block;
}
#recent_article_smart_blog_block_left ul.recentArticles li a.image span.info span.d {
  font-size: 171.4%;
}
#recent_article_smart_blog_block_left ul.recentArticles li a.image span.info span.m {
  font-size: 100%;
}
#recent_article_smart_blog_block_left ul.recentArticles li a.title {
  position: relative;
  padding: 0;
  font-size: 100%;
  font-weight: 400;
  color: #888;
  transition: 0.3s all ease 0s;
  display: block;
}
#tags_blog_block_left .title_block {
  font-size: 114.2%;
  font-weight: 500;
  text-transform: uppercase;
  color: #222;
}
#tags_blog_block_left .block_content {
  padding: 20px 0 5px;
  overflow: hidden;
  background-color: transparent;
}
#tags_blog_block_left .block_content a {
  color: #888;
  font-size: 12px;
  padding: 5px 20px 3px;
  border: 1px solid #ddd;
  display: block;
  float: left;
  margin: 0 5px 5px 0;
}
#tags_blog_block_left .block_content a:hover {
  color: #fff;
  background-color: #4e78a3;
}
#tags_blog_block_left .view-tag {
  font-size: 12px;
  padding: 7px 20px 5px;
  background-color: #fff;
  color: #444;
  display: inline-block;
  border: 1px solid #ddd;
}
#tags_blog_block_left .view-tag .fa {
  margin-left: 8px;
}
.lang-rtl #tags_blog_block_left .view-tag .fa {
  margin: 0 8px 0 0;
}
.lang-rtl #tags_blog_block_left .view-tag .fa:before {
  content: '\f0d9';
}
#tags_blog_block_left .view-tag:hover {
  background-color: #4e78a3;
  color: #fff;
}
#category_blog_block_left {
  padding-bottom: 11px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 35px;
}
#category_blog_block_left h3.block-title {
  margin-bottom: 10px;
  padding: 0;
  font-size: 18px;
  color: #222;
  position: relative;
  text-transform: uppercase;
  border: none;
}
#category_blog_block_left ul.list-link {
  margin: 0;
  padding: 0;
  background: #fff;
}
#category_blog_block_left ul.list-link li {
  padding: 0;
  margin: 0 0 16px;
  position: relative;
}
#category_blog_block_left ul.list-link li:hover a {
  color: #4e78a3;
}
#category_blog_block_left ul.list-link li a {
  display: block;
  position: relative;
  padding: 0;
  font-size: 100%;
  font-weight: 400;
  color: #888;
  transition: 0.3s all ease 0s;
}
div.lastestnews {
  margin: 0 0 120px;
  position: relative;
  
}
div.lastestnews .title-block {
  margin-bottom: 54px;
  text-align: center;
}
div.lastestnews h3.title_blog {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 600;
  color: #222;
  margin: 0 0 18px;
}
div.lastestnews p {
  color: #aaa;
}
div.lastestnews .post .post-inner {
  display: block;
}
div.lastestnews .post .post_image {
  position: relative;
  overflow: hidden;
  margin: 0 0 13px;
}
div.lastestnews .post .post_image a {
  position: relative;
  display: block;
}
div.lastestnews .post .post_image a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3) url(../img/icon/plus.png) no-repeat scroll center center;
  opacity: 0;
  transition: 0.3s all ease 0s;
  pointer-events: none;
}
.lang-rtl div.lastestnews .post .post_content {
  text-align: right;
}
div.lastestnews .post .post_content .sdsarticleHeader {
  margin: 0 0 10px;
  padding: 0;
}
div.lastestnews .post .post_content .sdsarticleHeader h5 {
  margin: 0;
  padding: 3px 0 0;
  line-height: 22px;
}
div.lastestnews .post .post_content .sdsarticleHeader a {
  color: #222;
  display: block;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 16px;
}
div.lastestnews .post .post_content .sdsarticleHeader a:hover {
  color: #4e78a3;
}
div.lastestnews .post .post_content .sdsarticle-info {
  font-size: 12px;
  color: #aaa;
  margin-bottom: 5px;
}
div.lastestnews .post .post_content .sdsarticle-info .date_added {
  display: inline-block;
  color: #aaa;
}
div.lastestnews .post .post_content .sdsarticle-info span.title_cateblog .fa {
  margin: 0 5px;
}
div.lastestnews .post .post_content .sdsarticle-info span.author {
  font-weight: 400;
  color: #4e78a3;
}
div.lastestnews .post .post_content .desc {
  font-size: 13px;
  font-weight: normal;
  margin-bottom: 25px;
}
div.lastestnews .post .post_content a.readmore {
  display: inline-block;
  padding: 8px 25px;
  border: 1px solid #222;
  font-size: 14px;
  text-transform: uppercase;
  color: #222;
  font-weight: 500;
}
div.lastestnews .post .post_content a.readmore:hover {
  background: #222;
  color: #fff;
}
div.lastestnews .post:hover {
  cursor: pointer;
}
div.lastestnews .post:hover .post_image a:after {
  opacity: 1;
}
div.lastestnews .owl-controls .owl-dots {
  display: block !important;
  position: absolute;
  z-index: 1;
  top: -15px;
  bottom: auto;
  left: auto;
  width: 100%;
  padding: 10px 0;
  text-align: right;
}
div.lastestnews .owl-controls .owl-dots .owl-dot {
  display: inline-block;
  float: none;
  vertical-align: middle;
  cursor: pointer;
}
div.lastestnews .owl-controls .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  border-radius: 8px;
  margin: 0 5px;
  background: #43424d;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 300ms ease;
  -moz-transition: opacity 300ms ease;
  -ms-transition: opacity 300ms ease;
  -o-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}
div.lastestnews .owl-controls .owl-dots .owl-dot.active span, div.lastestnews .owl-controls .owl-dots .owl-dot:hover span {
  background: #4e78a3;
}
div.lastestnews .owl-controls .owl-dots .owl-dot.active span {
  width: 30px;
}
div.lastestnews .owl-controls .owl-nav .owl-prev, div.lastestnews .owl-controls .owl-nav .owl-next {
  position: absolute;
  background: rgba(0, 0, 0, 0.05);
  text-align: center;
  top: 22%;
  z-index: 2;
  bottom: auto;
  margin: 0px;
  cursor: pointer;
  text-indent: -9999;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  font-size: 24px;
  color: #222;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
}
div.lastestnews .owl-controls .owl-nav .owl-prev:hover, div.lastestnews .owl-controls .owl-nav .owl-next:hover {
  color: #fff;
  background: #282828;
}
div.lastestnews .owl-controls .owl-nav .owl-prev {
  left: -25px;
  right: auto;
}
div.lastestnews .owl-controls .owl-nav .owl-next {
  right: -25px;
  left: auto;
}
div.lastestnews:hover .owl-controls .owl-nav .owl-prev, div.lastestnews:hover .owl-controls .owl-nav .owl-next {
  transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
}
.lang-rtl .lastest_posts .owl-stage-outer {
  direction: ltr;
}
.lang-rtl div.lastestnews {
  direction: ltr;
}
.lang-rtl div.lastestnews .owl-controls .owl-dots {
  text-align: left;
}
.lang-rtl div.lastestnews .owl-controls .owl-nav {
  left: 10px;
  right: auto;
  direction: ltr;
}
.lang-rtl div.lastestnews .owl-controls .owl-nav div.owl-prev {
  left: 0;
  right: auto;
}
.lang-rtl div.lastestnews .owl-controls .owl-nav div.owl-next {
  left: 25px;
  right: auto;
}
.lang-rtl #recent_article_smart_blog_block_left ul.recentArticles li a.image span.info {
  left: auto;
  right: 10px;
}
.lang-rtl #category_blog_block_left h3.block-title:after {
  left: auto;
  right: 0;
}
.lang-rtl #category_blog_block_left ul.list-link li:after {
  left: auto;
  right: 0;
}
.lang-rtl #category_blog_block_left ul.list-link li:before {
  left: auto;
  right: 2px;
}
.lang-rtl #sdssearch_block_top .btn.button-search {
  left: 0;
  right: auto;
}
.lang-rtl div.sdsarticleItem .imageFeaturedLink .date_added {
  left: auto;
  right: 10px;
}
.lang-rtl div.sdsarticleItem .articleContent .sdsarticle-info:before {
  left: auto;
  right: 0;
}
.lang-rtl div.sdsarticleItem span.comment {
  float: right;
}
.lang-rtl div.sdsarticleItem div.more .fa:before {
  content: '\f100';
}
.lang-rtl div.post-page {
  text-align: left;
}
.lang-rtl div.post-page .pagination {
  padding: 0;
}
.lang-rtl #sdsblogArticle .article-info:before {
  left: auto;
  right: 0;
}
.lang-rtl div#respond #commentform .input {
  float: right;
}
.lang-rtl div#respond #commentform .input.fl {
  text-align: right;
}
.lang-rtl div#respond #commentform .input.fr {
  text-align: left;
}
.lang-rtl div#respond #commentform .input.fr .error {
  float: right;
}
.lang-rtl div#respond .comment-reply-title:before {
  left: auto;
  right: 0;
}
.lang-rtl div#respond .comment-reply-title small {
  float: left !important;
}
.lang-rtl div#articleComments h3 {
  direction: ltr;
  text-align: right;
}
.lang-rtl div#articleComments h3:before {
  left: auto;
  right: 0;
}
.lang-rtl div#articleComments .commentList li {
  padding: 0 100px 0 0;
}
.lang-rtl div#articleComments .commentList li .text .reply, .lang-rtl div#articleComments .commentList li .text .created {
  float: left;
}
.lang-rtl div#articleComments .commentList li .text .created:before {
  left: 5px;
  right: auto;
  content: "\\";
}
.lang-rtl div#articleComments .commentList li .avatar {
  left: auto;
  right: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  div.lastestnews .post .post_content .post_title a {
    font-size: 15px;
  }
  div.lastestnews .post .post_content .post-info span {
    font-size: 11px;
  }
  div.lastestnews .post .post_content .post-info span.view {
    padding: 0 10px;
  }
  div.lastestnews .post .post_content .post-info span .fa {
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  div#articleComments .commentList li .text .name {
    display: block;
    margin: 0 0 10px 0;
  }
  div#articleComments .commentList li .text .created, div#articleComments .commentList li .text .reply {
    float: none;
    margin-bottom: 5px;
  }
  div#articleComments .commentList li .text .created:before {
    display: none;
  }
  #sdsblogArticle .sharing-buttons .buttons a {
    padding: 7px 10px;
    margin: 0 2px;
  }
  #smartblogcat .sdsarticleItem .sdsarticle-text {
    margin-top: 20px;
  }
  .lang-rtl div#articleComments .commentList li .text .created, .lang-rtl div#articleComments .commentList li .text .reply {
    float: none;
    margin-bottom: 5px;
  }
  .lang-rtl div#articleComments .commentList li .text .created:before {
    display: none;
  }
}
@media (max-width: 767px) {
  #sdsblogArticle .sharing-buttons .buttons a {
    margin: 0 3px 20px;
  }
  div.lastestnews .title-block {
    margin-bottom: 34px;
  }
  div.lastestnews h3.title_blog {
    margin-bottom: 10px;
  }
  div.lastestnews .owl-controls .owl-nav .owl-prev, div.lastestnews .owl-controls .owl-nav .owl-next {
    top: 18%;
  }
  div.lastestnews .owl-controls .owl-nav .owl-prev {
    left: 0;
  }
  div.lastestnews .owl-controls .owl-nav .owl-next {
    right: 0;
  }
}
@media (max-width: 479px) {
  div.lastestnews {
    margin-bottom: 80px;
  }
  div.lastestnews h3.title_blog {
    font-size: 20px;
  }
  div.lastestnews .post .post_image a img {
    width: 100%;
  }
  div.lastestnews .post .post_content .post-info span {
    font-size: 11px;
  }
  div.lastestnews .post .post_content .post-info span.view {
    padding: 0 5px;
  }
  div.lastestnews .post .post_content .post-info span .fa {
    font-size: 12px;
  }
  div#respond #commentform input[type="text"] {
    width: 100%;
  }
  div#respond #commentform .input {
    width: 100%;
  }
  div#respond #commentform .input.fl, div#respond #commentform .input.fr {
    text-align: left;
  }
  div#articleComments .commentList li {
    padding: 8px 0 0;
  }
  div#articleComments .commentList li .avatar {
    position: relative;
    margin-bottom: 20px;
  }
  .lang-rtl div#respond #commentform .input.fl, .lang-rtl div#respond #commentform .input.fr {
    text-align: right;
  }
  .lang-rtl div#articleComments .commentList li {
    padding: 8px 0 0;
  }
  .lang-rtl div#articleComments .commentList li .avatar {
    position: relative;
  }
}
#product-modal .modal-content .modal-body .mask {
  position: relative;
  overflow: hidden;
  max-height: 900px;
  height: 900px;
  margin-top: 70px;
  z-index: 1;
}
#product-modal .modal-content .modal-body .arrows .arrow-up, #product-modal .modal-content .modal-body .arrows .arrow-down {
  left: 50px;
}
#product-modal .modal-content .modal-body .product-images {
  margin-left: 25px;
}
.product-images > li.thumb-container {
  margin: 0 0 10px 0;
}
#product-modal .modal-content .modal-body .product-images .thumb-container {
  display: inline-block;
}
#product-modal .modal-content .modal-body .product-images .thumb-container img {
  width: 95px;
}
#product-modal .modal-content .modal-body .product-images img:hover {
  border: 2px solid #4e78a3;
}
#product-modal .modal-content .modal-body .image-caption {
  width: 100%;
}
#product-modal .modal-content .modal-body .thumbnails {
  text-align: left !important;
}
.card {
  box-shadow: none;
}
#cart .cart-container .text-xs-right a.remove-from-cart:hover i.material-icons {
  color: #4e78a3;
}
div#blockcart-modal .modal-content {
  border: none;
}
div#blockcart-modal .modal-header {
  background: #4e78a3;
}
div#blockcart-modal .modal-header .close {
  padding: 0;
  color: #fff;
  font-size: 20px;
  opacity: 1;
  text-shadow: none;
}
div#blockcart-modal .modal-header .close:hover {
  color: #f55;
}
div#blockcart-modal .modal-body {
  padding: 30px;
  background: #fff;
}
div#blockcart-modal .modal-body .product-image-container .product-image {
  width: 190px;
}
div#blockcart-modal .modal-body .product-name {
  font-weight: 600;
  padding-bottom: 12px;
  color: #444;
  font-size: 16px;
}
div#blockcart-modal .modal-body .product-price {
  color: #f55;
  font-size: 18px;
  font-weight: 600;
  display: block;
  padding-bottom: 15px;
}
div#blockcart-modal .modal-body span, div#blockcart-modal .modal-body p {
  padding: 10px 0;
  font-weight: 400;
  margin: 0;
  font-size: 14px;
}
div#blockcart-modal .modal-body span strong, div#blockcart-modal .modal-body p strong {
  font-weight: 600;
}
div#blockcart-modal .modal-body .cart-products-count {
  padding-bottom: 12px;
}
div#blockcart-modal .modal-body .cart-content {
  padding: 0 15px;
}
div#blockcart-modal .modal-body .cart-content .btn {
  margin: 30px 0 0;
  background: #4e78a3;
  color: #fff;
  box-shadow: none;
  line-height: 40px;
  padding: 0 15px;
  transition: 0.3s all ease 0s;
}
div#blockcart-modal .modal-body .cart-content .btn:hover {
  background: #ad7810;
}
body#checkout #header .header-nav {
  padding: 0;
  box-shadow: none;
  border-bottom: 1px solid #eee;
}
body#checkout #footer {
  padding: 0;
  box-shadow: none;
}
#contact #content-wrapper > .row {
  margin: 0;
}
#contact .page-content {
  border: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
}
#contact .form-control-label {
  text-align: left;
}
.lang-rtl#contact .form-control-label {
  text-align: right;
}
#contact .form-footer .btn {
  padding: 6px 20px;
  height: 42px;
  color: #fff;
  width: 100%;
  background: #222;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  text-transform: uppercase;
  box-shadow: none;
}
#contact .form-footer .btn:hover {
  background: #4e78a3;
}
#contact .group-span-filestyle .btn {
  background: #4e78a3;
  border-radius: 0px 4px 4px 0px;
}
#contact .group-span-filestyle .btn:hover {
  background: #ad7810;
}
#contact #right-column {
  text-align: center;
  margin-bottom: 30px;
}
#contact #right-column h4 {
  margin-bottom: 18px;
  font-size: 30px;
  font-weight: 600;
  color: #222;
  text-transform: uppercase;
  position: relative;
  padding: 115px 0 0;
  border-top: 1px solid #e5e5e5;
}
#contact #right-column p {
  font-size: 14px;
  color: #888;
  margin-bottom: 55px;
}
.contact-rich {
  margin: 0 0 120px;
  padding: 80px 50px 50px;
  color: #666;
  background: #f5f5f5;
}
.contact-rich h4 {
  margin: 0;
  margin-bottom: 18px;
  font-size: 24px;
  font-weight: 600;
  color: #222;
  position: relative;
}
.contact-rich p {
  font-size: 14px;
  color: #888;
  margin-bottom: 40px;
}
.contact-rich .address, .contact-rich .email, .contact-rich .phone {
  padding: 0;
  position: relative;
  line-height: 22px;
  margin-bottom: 30px;
  padding: 3px 0 0 80px;
  position: relative;
  font-size: 14px;
  min-height: 60px;
  color: #222;
}
.contact-rich .address label, .contact-rich .email label, .contact-rich .phone label {
  color: #aaa;
}
.contact-rich .address a, .contact-rich .email a, .contact-rich .phone a {
  color: #222;
  font-size: 14px;
  font-weight: normal;
}
.contact-rich .address a:hover, .contact-rich .email a:hover, .contact-rich .phone a:hover {
  color: #4e78a3;
}
.contact-rich .address:hover span, .contact-rich .email:hover span, .contact-rich .phone:hover span, .contact-rich .address:hover a, .contact-rich .email:hover a, .contact-rich .phone:hover a {
  cursor: pointer;
  color: #4e78a3;
}
.contact-rich .address {
  background: transparent url("../img/icon/item-4.png") no-repeat left center;
}
.lang-rtl .contact-rich .address {
  background-position: right center;
}
.contact-rich .phone {
  padding-top: 18px;
  background: transparent url("../img/icon/item-5.png") no-repeat left center;
}
.lang-rtl .contact-rich .phone {
  background-position: right center;
}
.contact-rich .email {
  padding-top: 18px;
  background: transparent url("../img/icon/item-6.png") no-repeat left center;
}
.lang-rtl .contact-rich .email {
  background-position: right center;
}
.contact-form {
  margin: 0 0 120px;
  padding: 55px 15px 0 70px;
  color: #666;
}
.lang-rtl .contact-form {
  padding: 55px 70px 0 15px;
}
.contact-form h3 {
  text-transform: uppercase;
  font-weight: 600;
  color: #222;
  font-size: 24px;
  margin-bottom: 20px;
}
.contact-form p {
  font-size: 14px;
}
.contact-form .form-fields > .form-group:first-child {
  margin-bottom: 0;
}
.contact-form .title-contactform {
  margin: 0;
  margin-bottom: 10px;
  padding: 15px 0;
  font-size: 18px;
  font-weight: 600;
  color: #333;
  position: relative;
}
.contact-form .form-control-label {
  color: #555;
}
.contact-form .form-control-select {
  padding-top: 6px;
  color: #555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
}
.contact-form .form-control-select:focus {
  outline: 0px;
}
.contact-form .form-control {
  color: #555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
}
.contact-form .form-control:focus {
  outline: 0px;
}
@media (min-width: 1200px) {
  #contact #left_column {
    width: 44%;
  }
  #contact #content-wrapper {
    width: 56%;
  }
}
@media (max-width: 767px) {
  .contact-form {
    padding: 0;
  }
}
#cms {
  overflow-x: hidden;
}
#cms .page-header {
  padding: 10px 0;
  display: none;
}
#cms .page-header h1 {
  margin: 15px 0;
  color: #222;
  font-size: 30px;
  font-weight: 400;
}
#cms .page-content.page-cms {
  background: transparent;
}
.about-wrap {
  margin: 0;
  padding: 0 0 95px;
}
.about-wrap div.about-us {
  padding: 0 0 95px;
  margin-bottom: 115px;
  position: relative;
  border-bottom: 1px solid #e5e5e5;
}
.about-wrap div.about-us .image {
  margin-bottom: 52px;
}
.about-wrap div.about-us .content {
  text-align: center;
  margin-bottom: 20px;
}
.about-wrap div.about-us .content h1 {
  font-size: 30px;
  color: #222;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 25px;
}
.about-wrap .our-team .title {
  text-align: center;
  padding: 0 15px;
  margin-bottom: 44px;
}
.about-wrap .our-team .title h3 {
  font-size: 30px;
  color: #222;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
}
.about-wrap .our-team .title h3 span.number {
  font-size: 150px;
  font-weight: 100;
  color: #0b79bf;
  opacity: 0.2;
  float: left;
}
.about-wrap .our-team .title h3 span.text {
  margin-top: 12%;
  display: inline-block;
}
.about-wrap .our-team .out-team-content .owl-stage-outer {
  overflow: hidden;
  direction: ltr;
}
.about-wrap .our-team .out-team-content .owl-stage-outer .content-inner {
  text-align: center;
  background: #fff;
}
.about-wrap .our-team .out-team-content .owl-stage-outer .content-inner .image {
  position: relative;
}
.about-wrap .our-team .out-team-content .owl-stage-outer .content-inner .image:after {
  content: '';
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
  opacity: 0;
}
.about-wrap .our-team .out-team-content .owl-stage-outer .content-inner .image .socials {
  position: absolute;
  top: 45%;
  width: 100%;
  text-align: center;
  z-index: 2;
  opacity: 0;
}
.about-wrap .our-team .out-team-content .owl-stage-outer .content-inner .image .socials a {
  display: inline-block;
  position: relative;
  height: 30px;
  width: 25px;
  margin: 0 1px;
  overflow: hidden;
  border-radius: 50%;
  font-size: 0;
}
.about-wrap .our-team .out-team-content .owl-stage-outer .content-inner .image .socials a:before {
  font-family: Fontawesome;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  font-size: 14px;
}
.about-wrap .our-team .out-team-content .owl-stage-outer .content-inner .image .socials a.dribbble:before {
  content: "\f17d";
}
.about-wrap .our-team .out-team-content .owl-stage-outer .content-inner .image .socials a.linkedin:before {
  content: "\f0e1";
}
.about-wrap .our-team .out-team-content .owl-stage-outer .content-inner .image .socials a.fb:before {
  content: "\f09a";
}
.about-wrap .our-team .out-team-content .owl-stage-outer .content-inner .image .socials a.tw:before {
  content: "\f099";
}
.about-wrap .our-team .out-team-content .owl-stage-outer .content-inner .image .socials a.google:before {
  content: "\f1a0";
}
.about-wrap .our-team .out-team-content .owl-stage-outer .content-inner .image .socials a:hover:before {
  color: #4e78a3;
}
.about-wrap .our-team .out-team-content .owl-stage-outer .content-inner .text {
  line-height: 18px;
  padding: 18px 0 10px;
  background: transparent;
}
.about-wrap .our-team .out-team-content .owl-stage-outer .content-inner .name {
  font-size: 18px;
  color: #222;
  margin: 0 0 5px;
  font-weight: 600;
  text-transform: capitalize;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
}
.about-wrap .our-team .out-team-content .owl-stage-outer .content-inner .job {
  font-size: 14px;
  margin: 0 0 12px;
  font-weight: 400;
  color: #888;
}
.about-wrap .our-team .out-team-content .owl-stage-outer .content-inner:hover {
  cursor: pointer;
}
.about-wrap .our-team .out-team-content .owl-stage-outer .content-inner:hover .image:after {
  opacity: 1;
}
.about-wrap .our-team .out-team-content .owl-stage-outer .content-inner:hover .image .socials {
  opacity: 1;
}
.about-wrap .our-team .out-team-content .owl-controls {
  display: none;
}
.about-wrap .our-team .out-team-content .owl-controls .owl-prev, .about-wrap .our-team .out-team-content .owl-controls .owl-next {
  display: block;
  height: 33px;
  width: 33px;
  background: #fff;
  padding: 1px;
  border-radius: 50%;
  text-align: center;
  font-size: 16px;
  position: absolute;
  top: 25%;
  overflow: hidden;
}
.about-wrap .our-team .out-team-content .owl-controls .owl-prev .fa, .about-wrap .our-team .out-team-content .owl-controls .owl-next .fa {
  display: block;
  height: 100%;
  width: 100%;
  background: #636363;
  color: #fff;
  line-height: 30px;
  border-radius: 50%;
}
.about-wrap .our-team .out-team-content .owl-controls .owl-prev:hover .fa, .about-wrap .our-team .out-team-content .owl-controls .owl-next:hover .fa {
  background: #bd2c21;
}
.about-wrap .our-team .out-team-content .owl-controls .owl-prev {
  left: 0;
}
.about-wrap .our-team .out-team-content .owl-controls .owl-next {
  right: 0;
}
.about-wrap .shop-location {
  text-align: center;
}
.about-wrap .shop-location h3 {
  font-size: 30px;
  color: #222;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
  margin: 0 0 35px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .about-wrap .shop-location .map {
    width: 900px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .about-wrap .shop-location .map {
    width: 700px;
  }
}
@media (max-width: 767px) {
  .about-wrap .shop-location .map {
    width: auto;
  }
  .about-wrap #accordion {
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .about-wrap .our-team .out-team-content .owl-stage-outer .content-inner .image img {
    width: 100%;
  }
}
@-webkit-keyframes animate-translate-top {
  0% {
    -webkit-transform: translate(0, -150px);
    -ms-transform: translate(0, -150px);
    transform: translate(0, -150px);
  }
  100% {
    -webkit-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }
}
@-moz-keyframes animate-translate-top {
  0% {
    -webkit-transform: translate(0, -150px);
    -ms-transform: translate(0, -150px);
    transform: translate(0, -150px);
  }
  100% {
    -webkit-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }
}
@keyframes animate-translate-top {
  
  0% {
    -webkit-transform: translate(0, -150px);
    -ms-transform: translate(0, -150px);
    transform: translate(0, -150px);
  }
  100% {
    -webkit-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }
}
a.backtotop {
  display: block;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background: #4e78a3;
  right: 30px;
  position: fixed;
  z-index: 105;
  bottom: 50px;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  
}
a.backtotop.hidden-top {
  opacity: 0;
  visibility: hidden;
}
a.backtotop i {
  color: #fff;
}
a.backtotop:hover {
  background: #ad7810;
}
@media (min-width: 1200px) {
    .menu-fixed {
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;
    left: 0;
    background-color: #fff;
    box-shadow: 0px 1px 3px #ccc;
  }
  .header-main.menu-fixed {
    -webkit-animation: animate-translate-top 0.8s;
    -moz-animation: animate-translate-top 0.8s;
    animation: animate-translate-top 0.8s;
  }
  .header_v1.has-top-margin .header-center {
    margin-top: 110px;
  }
  .header_v3.has-top-margin .header-bottom {
    margin-top: 130px;
  }
  .header_v3.has-top-margin .menu-fixed #_desktop_logo {
    min-height: 80px;
    line-height: 80px;
  }
  body.layout-boxed main {
    width: 1200px;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 0 6px #777;
    overflow: hidden;
  }
  body.layout-framed main {
    width: 1200px;
    margin: 20px auto;
    background: #fff;
    box-shadow: 0 0 10px #777;
    overflow: hidden;
  }
  body.layout-rounded main {
    width: 1200px;
    margin: 20px auto;
    background: #fff;
    box-shadow: 0 0 10px #777;
    border-radius: 15px;
    overflow: hidden;
  }
  body.layout-boxed .ps-spotlight2-4 .row, body.layout-framed .ps-spotlight2-4 .row, body.layout-rounded .ps-spotlight2-4 .row {
    margin: 0 -15px;
  }
}
.hide-title .product_list.grid h5, .hide-quickview .product_list.grid .quick-view {
  display: none !important;
}
.hide-title .product_lists.grid h5, .hide-quickview .product_lists.grid .quick-view {
  display: none !important;
}
.hide-productdes .grid .product-desc, .hide-coloroption .grid .color-list-container, .hide-stockinfo .grid .availability {
  display: none !important;
  
}
div.img-pattern.active, div.img-pattern.selected {
  border-color: #4e78a3;
}
div.themeColor.active, div.themeColor.selected {
  border-color: #4e78a3;
}
.reset-group .btn:hover {
  background: #4e78a3;
  
}
@media (max-width: 991px) {
  #sp-cpanel_btn {
    display: none;
  }
}
.remove-box-sticky, .button-sticky-bottom.btn-search-filters {
  display: none !important;
}
#checkout .cart-bottom a, #checkout .cart-bottom .shopping_cart, #search .search-bottom .button-sticky-bottom {
  color: #fff !important;
}
#search .search-bottom, #search .search-bottom:hover, #checkout .cart-bottom, #checkout .cart-bottom:hover, #my-account .myaccount-bottom:hover, #my-account .myaccount-bottom {
  background: #4e78a3;
  
  
}
#search .search-bottom .button-sticky-bottom, #search .search-bottom:hover .button-sticky-bottom, #checkout .cart-bottom .button-sticky-bottom, #checkout .cart-bottom:hover .button-sticky-bottom, #my-account .myaccount-bottom:hover .button-sticky-bottom, #my-account .myaccount-bottom .button-sticky-bottom {
  color: #fff;
}
@media screen and (device-aspect-ratio: 2/3) {
    select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"] {
    font-size: 16px !important;
  }
}
@media screen and (device-aspect-ratio: 40/71) {
    select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"] {
    font-size: 16px !important;
  }
}
@media screen and (device-aspect-ratio: 375/667) {
    select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"] {
    font-size: 16px !important;
  }
}
@media screen and (device-aspect-ratio: 9/16) {
  select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"] {
    font-size: 16px !important;
  }
}
.mobile_layout_only {
  display: none;
}
.mobile_layout {
  
}
.mobile_layout .banners-middle .spbanner:first-child {
  margin-bottom: 17px;
}
.mobile_layout .sphomepage-slider {
  border-radius: 0;
}
.mobile_layout .lang-cur {
  float: right;
}
.lang-rtl.mobile_layout .lang-cur {
  float: left;
}
.mobile_layout .lang-cur #splanguage {
  float: left;
}
.lang-rtl.mobile_layout .lang-cur #splanguage {
  float: right;
}
.mobile_layout .lang-cur #splanguage .language-selector .sp-language-title {
  border: none !important;
}
.mobile_layout .lang-cur #spcurrency {
  float: left;
}
.lang-rtl.mobile_layout .lang-cur #spcurrency {
  float: right;
}
.mobile_layout .lang-cur #spcurrency .currency-selector .sp-currency-title {
  border: none !important;
}
.mobile_layout .spr-container .sprsearch-form {
  outline: none !important;
  border: none !important;
}
.mobile_layout .spr-container .sprsearch-form .spr_selector {
  display: none;
}
.mobile_layout .vertical_title {
  display: none;
}
.mobile_layout .mobile_layout_only {
  display: inline-block;
}
.mobile_layout #header {
  margin-bottom: 10px;
}
.mobile_layout .col-xs-1, .mobile_layout .col-xs-2, .mobile_layout .col-xs-3, .mobile_layout .col-xs-4, .mobile_layout .col-xs-5, .mobile_layout .col-xs-6, .mobile_layout .col-xs-7, .mobile_layout .col-xs-8, .mobile_layout .col-xs-9, .mobile_layout .col-xs-10, .mobile_layout .col-xs-11, .mobile_layout .col-xs-12, .mobile_layout .col-sm-1, .mobile_layout .col-sm-2, .mobile_layout .col-sm-3, .mobile_layout .col-sm-4, .mobile_layout .col-sm-5, .mobile_layout .col-sm-6, .mobile_layout .col-sm-7, .mobile_layout .col-sm-8, .mobile_layout .col-sm-9, .mobile_layout .col-sm-10, .mobile_layout .col-sm-11, .mobile_layout .col-sm-12, .mobile_layout .col-md-1, .mobile_layout .col-md-2, .mobile_layout .col-md-3, .mobile_layout .col-md-4, .mobile_layout .col-md-5, .mobile_layout .col-md-6, .mobile_layout .col-md-7, .mobile_layout .col-md-8, .mobile_layout .col-md-9, .mobile_layout .col-md-10, .mobile_layout .col-md-11, .mobile_layout .col-md-12, .mobile_layout .col-lg-1, .mobile_layout .col-lg-2, .mobile_layout .col-lg-3, .mobile_layout .col-lg-4, .mobile_layout .col-lg-5, .mobile_layout .col-lg-6, .mobile_layout .col-lg-7, .mobile_layout .col-lg-8, .mobile_layout .col-lg-9, .mobile_layout .col-lg-10, .mobile_layout .col-lg-11, .mobile_layout .col-lg-12, .mobile_layout .col-xl-1, .mobile_layout .col-xl-2, .mobile_layout .col-xl-3, .mobile_layout .col-xl-4, .mobile_layout .col-xl-5, .mobile_layout .col-xl-6, .mobile_layout .col-xl-7, .mobile_layout .col-xl-8, .mobile_layout .col-xl-9, .mobile_layout .col-xl-10, .mobile_layout .col-xl-11, .mobile_layout .col-xl-12 {
  padding-right: 5px;
  padding-left: 5px;
}
.mobile_layout .row {
  margin-left: -5px;
  margin-right: -5px;
}
.mobile_layout .container {
  padding-left: 10px;
  padding-right: 10px;
}
.mobile_layout .block_n {
  margin-bottom: 10px;
}
.mobile_layout .moduletable {
  margin: 0;
}
.mobile_layout .cart_content {
  position: static;
}
.mobile_layout .cart_mobilelayout {
  height: 50px;
  text-align: center;
  display: block;
  color: #444;
  padding: 7px 0px 0px;
  float: none !important;
}
.mobile_layout .cart_mobilelayout .spblockcart {
  float: none;
}
.mobile_layout #blockcart-modal .modal-title {
  text-align: left !important;
}
.mobile_layout .product-image .quick-view {
  display: none !important;
}
.mobile_layout .cart_content .quick-view {
  display: inline-block !important;
}
.mobile_layout .moduletable.left-product {
  margin: 0 0 30px 0;
}
.mobile_layout div#blockcart-modal .modal-body {
  padding: 0 10px 50px 10px;
}
.mobile_layout div#blockcart-modal div.divide-right .row > div:first-child {
  text-align: center;
}
.mobile_layout .carrier_delay {
  margin: 0 15px;
}
.mobile_layout .sticky-bottom .myaccount-bottom .box-sticky-bottom {
  min-height: 190px;
}
.mobile_layout .welcome-text {
  display: block;
  text-align: center;
  font-size: 16px;
  margin-bottom: 15px;
  color: #fff;
}
.mobile_layout .mobile-layout-content {
  text-align: center;
}
.mobile_layout .mobile-layout-content span a {
  font-size: 16px;
  border: none;
  display: inline-block;
  vertical-align: top;
  padding: 0;
  line-height: 41px;
  height: 45px;
  background: #4e78a3;
  border-radius: 45px;
  color: #fff !important;
  width: 45%;
  margin: 5px 10px;
}
.mobile_layout .language-currency-mobile {
  text-align: center;
}
.mobile_layout .language-currency-mobile .spcurrency-block {
  padding-left: 15px;
}
.lang-rtl.mobile_layout .language-currency-mobile .spcurrency-block {
  padding: 0 20px 0 0;
}
.mobile_layout .language-currency-mobile .spcurrency-block .currency-selector {
  color: #fff;
}
.mobile_layout .language-currency-mobile .spcurrency-block .currency-selector .sp-currency-title.active span {
  color: #4e78a3;
}
.mobile_layout .language-currency-mobile .spcurrency-block .currency-selector .sp-currency-title span {
  color: #fff;
  font-size: 16px;
}
.mobile_layout .language-currency-mobile .splanguage-block {
  margin-right: 0;
  padding-right: 0;
}
.lang-rtl.mobile_layout .language-currency-mobile .splanguage-block:before {
  right: 0;
  left: auto;
}
.lang-rtl.mobile_layout .language-currency-mobile .splanguage-block {
  margin: 0 15px 0 0;
  padding: 0 15px 0 0;
}
.mobile_layout .language-currency-mobile .splanguage-block .language-selector {
  color: #fff;
}
.mobile_layout .language-currency-mobile .splanguage-block .language-selector .sp-language-title.active span {
  color: #4e78a3;
}
.mobile_layout .language-currency-mobile .splanguage-block .language-selector .sp-language-title span {
  color: #fff;
  font-size: 16px;
}
.mobile_layout .language-currency-mobile .splanguage-block:after {
  display: none;
}
.mobile_layout .navbar .navbar-button.mobile-megamenu .navbar-toggle {
  background: transparent;
  color: #666;
  margin: 0;
  width: 100%;
}
.mobile_layout .navbar .navbar-button.mobile-megamenu .navbar-toggle i {
  font-size: 18px;
  line-height: 20px;
  min-height: 20px;
  vertical-align: top;
}
.mobile_layout .navbar .navbar-button.mobile-megamenu .navbar-toggle span {
  display: block;
  font-size: 10px;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 10px;
}
.mobile_layout #products .product-miniature, .mobile_layout .featured-products .product-miniature, .mobile_layout .product-accessories .product-miniature, .mobile_layout .product-miniature, .mobile_layout .category-products .product-miniature {
  margin-bottom: 0;
}
.mobile_layout #products .product-miniature .product-container .cart_content, .mobile_layout .featured-products .product-miniature .product-container .cart_content, .mobile_layout .product-accessories .product-miniature .product-container .cart_content, .mobile_layout .product-miniature .product-container .cart_content, .mobile_layout .category-products .product-miniature .product-container .cart_content {
  padding: 0 0 10px 0;
  position: static;
}
.mobile_layout #products .product-miniature .product-container .cart_content .button-mobilelayout, .mobile_layout .featured-products .product-miniature .product-container .cart_content .button-mobilelayout, .mobile_layout .product-accessories .product-miniature .product-container .cart_content .button-mobilelayout, .mobile_layout .product-miniature .product-container .cart_content .button-mobilelayout, .mobile_layout .category-products .product-miniature .product-container .cart_content .button-mobilelayout {
  display: inline-block;
  background: #4e78a3 !important;
  color: #fff;
  font-size: 13px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  vertical-align: top;
  padding: 0;
}
.mobile_layout #products .product-miniature .product-container .product-info .product-price-and-shipping, .mobile_layout .featured-products .product-miniature .product-container .product-info .product-price-and-shipping, .mobile_layout .product-accessories .product-miniature .product-container .product-info .product-price-and-shipping, .mobile_layout .product-miniature .product-container .product-info .product-price-and-shipping, .mobile_layout .category-products .product-miniature .product-container .product-info .product-price-and-shipping {
  margin-bottom: 5px;
}
.mobile_layout .header-top-content {
  background-color: #fff;
  display: table;
  width: 100%;
  z-index: 210;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 5px;
  padding: 0;
}
.mobile_layout .header-top-content .logo-categories {
  padding: 10px 0;
}
.mobile_layout .header-top-content .logo-categories .logo-mobile {
  float: left;
}
.lang-rtl.mobile_layout .header-top-content .logo-categories .logo-mobile {
  float: right;
}
.mobile_layout .header-top-content .logo-categories .logo-mobile img.logo {
  max-height: 32px;
  width: auto;
}
.mobile_layout .header-top-content .logo-categories .spverticalmenu-mobile {
  float: right;
}
.lang-rtl.mobile_layout .header-top-content .logo-categories .spverticalmenu-mobile {
  float: left;
}
.mobile_layout .header-top-content .logo-categories .spverticalmenu-mobile div.spverticalmenu .navbar-vertical {
  position: static;
}
.mobile_layout .header-top-content .logo-categories .spverticalmenu-mobile div.spverticalmenu .navbar-vertical .navbar-header {
  position: static;
}
.mobile_layout .header-top-content .logo-categories .spverticalmenu-mobile div.spverticalmenu .navbar-vertical .navbar-header .navbar-toggle {
  color: #fff;
  font-weight: bold;
  padding: 5px 10px;
  height: auto;
  font-size: 12px;
}
.mobile_layout .sticky-bottom {
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 9999;
  background-color: #fff;
}
.mobile_layout .sticky-bottom .content-group-block {
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 5px;
  margin: 0px -10px;
  padding: 0px 10px;
}
.mobile_layout .sticky-bottom .content-group-block .group-block {
  display: table;
  width: 100%;
}
.mobile_layout .sticky-bottom .content-group-block .group-block .block-bottom {
  display: table-cell;
  width: 20%;
  vertical-align: top;
}
.mobile_layout .sticky-bottom .content-group-block .group-block .block-bottom.cart-bottom .button-sticky-bottom-text {
  margin-top: 3px;
}
.mobile_layout .sticky-bottom .content-group-block .group-block .block-bottom .button-home .button-sticky-bottom-text {
  margin-top: 2px;
}
.mobile_layout .sticky-bottom .content-group-block .group-block .block-bottom .button-sticky-bottom {
  height: 50px;
  text-align: center;
  display: block;
  color: #666;
  padding: 7px 0px 0px;
}
.mobile_layout .sticky-bottom .content-group-block .group-block .block-bottom .button-sticky-bottom i {
  line-height: 20px;
  min-height: 20px;
}
.mobile_layout .sticky-bottom .content-group-block .group-block .block-bottom .button-sticky-bottom.active-bg {
  background: #4e78a3;
  color: #fff !important;
}
.mobile_layout .sticky-bottom .content-group-block .group-block .block-bottom .button-sticky-bottom-text {
  display: block;
  font-size: 10px;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 10px;
}
.mobile_layout .sticky-bottom .remove-box-sticky {
  z-index: 10;
  cursor: pointer;
  color: #fff;
  position: absolute;
  top: 10px;
  right: 10px;
  display: inline-block !important;
  font-size: 14px;
}
.lang-rtl.mobile_layout .sticky-bottom .remove-box-sticky {
  right: auto;
  left: 10px;
}
.mobile_layout .sticky-bottom .box-sticky-bottom {
  position: fixed;
  right: 0px;
  left: 0;
  background: rgba(68, 73, 78, 0.95);
  bottom: 50px;
  min-height: 180px;
  padding: 40px 10px 0 10px;
  z-index: 999;
  visibility: hidden;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.mobile_layout .sticky-bottom .box-sticky-bottom.box-sticky-bottom-active {
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mobile_layout .sticky-bottom .search-bottom .box-sticky-bottom .spSearchPro {
  height: auto;
}
.mobile_layout .sticky-bottom .search-bottom .box-sticky-bottom .spSearchPro .spr-container {
  text-align: center;
}
.mobile_layout .sticky-bottom .search-bottom .box-sticky-bottom .spSearchPro .spr-container .content-search {
  width: 90%;
  display: inline-block;
}
.mobile_layout .sticky-bottom .search-bottom .box-sticky-bottom .spSearchPro .spr-container .spr-query {
  border-radius: 45px;
  border: none !important;
  width: 100%;
}
.mobile_layout .sticky-bottom .search-bottom .box-sticky-bottom .spSearchPro .spr-container .spr-search-button {
  width: 100%;
  font-size: 14px;
  border-radius: 45px;
  margin-top: 10px;
  background: #4e78a3;
  color: #fff !important;
}
.mobile_layout .sticky-bottom .search-bottom .box-sticky-bottom .spSearchPro .spr-container .ac_results {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
  max-height: 350px;
  overflow-y: scroll;
}
.mobile_layout .services-home {
  margin-bottom: 10px;
}
.mobile_layout .services-home ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mobile_layout .services-home ul li {
  margin: 0;
  text-transform: uppercase;
}
.mobile_layout .services-home ul li a {
  display: block;
  padding: 10px 0;
}
.mobile_layout .services-home ul li:not(:last-child) {
  border-bottom: 1px solid #ddd;
}
.mobile_layout .services-home ul li em {
  display: inline-block;
  vertical-align: middle;
  width: 46px;
  text-align: center;
  font-size: 20px;
}
.mobile_layout .scroll-container {
  margin-bottom: 25px;
}
.mobile_layout .scroll-container .scroll-block {
  margin: 0 -10px;
  overflow-x: scroll;
  padding: 10px 5px 10px;
}
.mobile_layout .scroll-container .scroll-block .item-table {
  display: table;
}
.mobile_layout .scroll-container .scroll-block .item-table .item-table-cell {
  float: none;
  display: table-cell;
  padding: 0 5px;
}
.mobile_layout .scroll-container .scroll-block .item-table .item-table-cell:last-child {
  padding-right: 10px;
}
.mobile_layout .scroll-container .scroll-block .product-items .product-item .item-inner {
  width: 205px;
}
.mobile_layout .scroll-container .scroll-block .product-items.list-filter-products .product-item .item-inner {
  width: 225px;
}
.mobile_layout .scroll-container .scroll-block .product-items.list-filter-products .product-item .item-inner .product-item-info .product-item-image {
  float: left;
  width: 90px;
}
.mobile_layout .scroll-container .scroll-block .product-items.list-filter-products .product-item .item-inner .product-item-info .product-item-details {
  margin-left: 98px;
  padding: 0;
  text-align: left;
}
.mobile_layout .scroll-container .scroll-block .product-items.list-filter-products .product-item .item-inner .product-item-info .product-item-details .product-item-name {
  white-space: normal;
  text-overflow: clip;
}
.mobile_layout .scroll-container .scroll-block .product-items.list-filter-products .product-item .item-inner .product-item-info .product-item-details .price-box .special-price, .mobile_layout .scroll-container .scroll-block .product-items.list-filter-products .product-item .item-inner .product-item-info .product-item-details .price-box .old-price {
  display: block;
  float: none;
  padding: 0;
}
.mobile_layout .collection .scroll-container {
  border: 1px solid #ddd;
  overflow: hidden;
}
.mobile_layout .collection .scroll-container .scroll-block {
  padding-top: 0;
  padding-bottom: 0;
}
.mobile_layout .collection .item-inner {
  text-align: center;
  width: 146px;
  padding: 15px 5px 13px;
}
.mobile_layout .collection .item-inner a img {
  opacity: 0.6;
}
.mobile_layout .collection .item-inner a span {
  padding-top: 5px;
  display: block;
  font-size: 116.67%;
  text-transform: uppercase;
  font-weight: 700;
}
.mobile_layout .collection .item-inner a:hover img {
  opacity: 1;
}
.mobile_layout div.sp-listing-tabs {
  margin-top: 10px;
  padding: 0;
}
.mobile_layout div.sp-listing-tabs .ltabs-items .ltabs-item {
  margin-bottom: 25px;
}
.mobile_layout div.sp-listing-tabs .box-html {
  float: left;
}
.mobile_layout .sp_listing_tab_1.sp_listing_tab_2 .box-html, .mobile_layout .sp_listing_tab_1.sp_listing_tab_2 .sp-listing-tabs {
  float: left;
}
.mobile_layout .sp_listing_tab_1.sp_listing_tab_2 .title-module-listingtab {
  text-align: left;
}
.mobile_layout .sp_listing_tab_1.sp_listing_tab_2 .sp-listing-tabs .ltabs-tabs-container .ltabs-tabs li {
  float: left;
}
.mobile_layout .banner-mobile1, .mobile_layout .banner-mobile2, .mobile_layout .banner-mobile3, .mobile_layout .banner-mobile4 {
  margin-bottom: 10px;
}
.mobile_layout .banner-mobile1 .spbanner a, .mobile_layout .banner-mobile2 .spbanner a, .mobile_layout .banner-mobile3 .spbanner a, .mobile_layout .banner-mobile4 .spbanner a {
  display: block;
}
.mobile_layout .banner-mobile1 img, .mobile_layout .banner-mobile2 img, .mobile_layout .banner-mobile3 img, .mobile_layout .banner-mobile4 img {
  width: 100%;
  height: auto;
}
.mobile_layout .banner-mobile4 {
  margin-bottom: 30px;
}
.mobile_layout .htmlbox2-mobile .title-collections {
  font-size: 18px;
  color: #222;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 20px;
  border: none;
  position: relative;
  display: block;
  margin: 0 0 12px;
}
.mobile_layout div.lastestnews .owl-controls .owl-next, .mobile_layout div.lastestnews .owl-controls .owl-prev {
  top: -65px;
}
.mobile_layout a.backtotop {
  display: none;
}
.mobile_layout .spfooterlinks .title-footer:before {
  content: "\f107";
  font-family: fontawesome;
  display: block;
  position: absolute;
  top: 15px;
  right: 15px;
}
.lang-rtl.mobile_layout .spfooterlinks .title-footer:before {
  right: auto;
  left: 15px;
}
.mobile_layout .spfooterlinks ul.links {
  display: none;
}
.mobile_layout .footer-container #copyright {
  padding-bottom: 60px;
  
}
.mobile_layout .add-to-cart span {
  display: none !important;
}
.mobile_layout #js-product-list.product-list--list .product-miniature .product-container {
  margin: 0 -5px 30px -5px;
}
.mobile_layout #js-product-list.product-list--list .product-miniature .product-info h5.product-title {
  margin: -3px 0 0 0;
}
.mobile_layout #js-product-list.product-list--list .product-miniature .product-info .product-description-short {
  line-height: 18px;
}
.mobile_layout #js-product-list.product-list--list .product-miniature .product-info .comments_note {
  margin: 0;
}
.mobile_layout .breadcrumb {
  padding: 15px 0;
}
.mobile_layout .breadcrumb .breadcrumb-container ul {
  margin: 0;
}
.mobile_layout .cart_content span {
  opacity: 1 !important;
}
.mobile_layout .products-selection .showing {
  padding: 0;
  
}
.mobile_layout .btn-search-filters {
  left: 0px;
  background-color: #fff;
  color: #4e78a3;
  position: fixed;
  top: 20%;
  width: 30px;
  height: 30px;
  display: inline-block !important;
  text-align: center;
  line-height: 32px;
  z-index: 888;
  transition: 0.2s;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  box-shadow: rgba(0, 0, 0, 0.3) 3px 0px 3px;
}
.mobile_layout #search_filters_wrapper.box-sticky-bottom {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  background: rgba(68, 73, 78, 0.95);
  bottom: 50px;
  padding: 40px 10px 50px 10px;
  margin: 0 50px 0 0 !important;
  z-index: 999;
  visibility: hidden;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.mobile_layout #search_filters_wrapper.box-sticky-bottom.box-sticky-bottom-active {
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mobile_layout #search_filters_wrapper.box-sticky-bottom .remove-box-sticky {
  z-index: 10;
  cursor: pointer;
  color: #fff;
  position: absolute;
  top: 10px;
  right: 10px;
  display: inline-block !important;
  font-size: 14px;
}
.mobile_layout #search_filters_wrapper.box-sticky-bottom #search_filters {
  max-height: 100%;
  overflow-y: scroll;
  padding-bottom: 30px;
  border: none !important;
}
.mobile_layout #search_filters_wrapper.box-sticky-bottom #search_filter_controls button {
  border-radius: 5px;
}
.mobile_layout #search_filters_wrapper.box-sticky-bottom .navbar-toggler {
  display: none !important;
}
.mobile_layout #search_filters_wrapper.box-sticky-bottom .facet {
  margin-bottom: 10px;
  border-radius: 5px;
}
.mobile_layout #search_filters_wrapper.box-sticky-bottom .facet ul {
  display: block !important;
  overflow-y: scroll;
  max-height: 140px;
}
.mobile_layout #search_filters_wrapper.box-sticky-bottom .facet ul li {
  padding: 0 !important;
}
.mobile_layout #search_filters_wrapper.box-sticky-bottom .facet ul li .facet-label {
  padding: 5px 15px;
}
.mobile_layout #search_filters_wrapper.box-sticky-bottom .facet ul li .custom-radio {
  display: none;
}
.mobile_layout .footer-container .spfooterlinks {
  margin: 0;
}
.cart_content .quick-view {
  display: none !important;
}
#index .button-home {
  background: #4e78a3;
  color: #fff;
}
.lang-rtl.mobile_layout #_mobile_cart {
  float: none !important;
}
body#checkout.sp_mobilelayout section.checkout-step, #checkout.sp_mobilelayout #wrapper {
  padding: 0;
}
body#checkout.sp_mobilelayout section.checkout-step.-current .content {
  padding: 0 15px;
}
body#checkout.sp_mobilelayout .continue {
  margin-bottom: 10px;
}
body#checkout.sp_mobilelayout section.checkout-step .forgot-password {
  margin: 0;
}
@media (max-width: 520px) {
  .mobile_layout #js-product-list.product-list--list .product-miniature .product-info .product-description-short {
    max-height: 70px;
    overflow: scroll;
    line-height: 16px;
  }
}
@media (max-width: 479px) {
  .mobile_layout .sp_listing_tab_1.sp_listing_tab_2 .sp-listing-tabs .ltabs-tabs-container .ltabs-tabs li {
    float: none;
  }
}
@media (max-width: 320px) {
  .mobile_layout .product-miniature {
    width: 100%;
  }
}
.tags_block {
  line-height: normal;
  padding: 4px 0 0px;
}
.tags_block h3.title_block {
  border-bottom: none;
  font-size: 100%;
  color: #222;
  font-weight: 500;
  text-transform: capitalize;
  padding: 0;
  display: inline-block;
  line-height: 30px;
  vertical-align: top;
  margin: 0 20px 0 0;
  font-size: 12px;
}
.lang-rtl .tags_block h3.title_block {
  margin: 0 0 0 20px;
}
.tags_block .block_content {
  overflow: hidden;
  display: inline-block;
}
.tags_block .block_content a {
  margin-right: 20px;
  line-height: 30px;
  font-size: 12px;
  text-transform: capitalize;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  color: #666;
}
.lang-rtl .tags_block .block_content a {
  margin: 0 0 0 20px;
}
.tags_block .block_content a:hover {
  color: #4e78a3;
}
.footer-container #newsletter_block_home {
  margin-bottom: 30px;
}
.footer-container #newsletter_block_home h3.title_block {
  margin: 17px 0 21px;
  font-size: 18px;
  text-transform: uppercase;
  white-space: nowrap;
  font-weight: 500;
  vertical-align: middle;
  position: relative;
  color: #fff;
}
.footer-container #newsletter_block_home h3.title_block span {
  color: #4e78a3;
}
.footer-container #newsletter_block_home form {
  margin: 0;
  background: #2d2d2d;
  width: 100%;
  vertical-align: middle;
  overflow: hidden;
  color: #fff;
}
.footer-container #newsletter_block_home .form-group {
  margin: 0;
  height: 50px;
  padding: 0;
  position: relative;
}
.footer-container #newsletter_block_home .form-group .button {
  width: auto;
  padding: 0 20px;
  height: 50px;
  position: absolute;
  text-transform: uppercase;
  font-weight: 400;
  right: 0px;
  top: 0px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background: transparent;
}
.footer-container #newsletter_block_home .form-group .button:hover {
  color: #4e78a3;
}
.lang-rtl .footer-container #newsletter_block_home .form-group .button {
  right: auto;
  left: 0;
}
.footer-container #newsletter_block_home .form-group .newsletter-input {
  height: 100%;
  border: 1px solid transparent;
  background: transparent;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  padding: 0 30px;
  width: calc(100% - 65px);
}
.footer-container #newsletter_block_home .form-group input::-webkit-input-placeholder {
  color: #fff;
}
.footer-container #newsletter_block_home .form-group input::-moz-placeholder {
  color: #fff;
}
.footer-container #newsletter_block_home .form-group input:-moz-placeholder {
  color: #fff;
}
.footer-container #newsletter_block_home .form-group input:-ms-input-placeholder {
  color: #fff;
}
#newsletter_block_home2 {
  text-align: center;
  margin-bottom: 120px;
  background: url(../img/bg-new.jpg) no-repeat center center;
  padding: 85px 185px;
  border: 15px solid #f5f5f5;
}
#newsletter_block_home2 h3.title_block {
  margin: 0 0 20px;
  font-size: 30px;
  text-transform: uppercase;
  white-space: nowrap;
  font-weight: 600;
  vertical-align: middle;
  position: relative;
  color: #222;
}
#newsletter_block_home2 p {
  font-size: 13px;
  color: #aaa;
  margin-bottom: 50px;
}
#newsletter_block_home2 form {
  margin: 0;
  background: #fff;
  width: 100%;
  vertical-align: middle;
  overflow: hidden;
  color: #222;
  border: 1px solid #eee;
}
#newsletter_block_home2 .form-group {
  margin: 0;
  height: 50px;
  padding: 0;
  position: relative;
}
#newsletter_block_home2 .form-group .button {
  width: auto;
  padding: 0 20px;
  height: 50px;
  position: absolute;
  text-transform: uppercase;
  font-weight: 400;
  right: 5px;
  top: 0px;
  text-align: center;
  font-size: 14px;
  color: #222;
  background: transparent;
}
#newsletter_block_home2 .form-group .button:hover {
  color: #4e78a3;
}
.lang-rtl #newsletter_block_home2 .form-group .button {
  right: auto;
  left: 0;
}
#newsletter_block_home2 .form-group .newsletter-input {
  height: 100%;
  border: 1px solid transparent;
  background: transparent;
  color: #222;
  font-size: 14px;
  font-weight: 600;
  padding: 0 30px;
  width: 100%;
}
#newsletter_block_home2 .form-group input::-webkit-input-placeholder {
  color: #222;
}
#newsletter_block_home2 .form-group input::-moz-placeholder {
  color: #222;
}
#newsletter_block_home2 .form-group input:-moz-placeholder {
  color: #222;
}
#newsletter_block_home2 .form-group input:-ms-input-placeholder {
  color: #222;
}
#newsletter_block_popup {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}
#newsletter_block_popup:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #222;
  opacity: 0.67;
}
#newsletter_block_popup .close {
  display: block;
  height: 34px;
  width: 34px;
  line-height: 29px;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  top: -30px;
  right: -38px;
  left: auto;
  opacity: 1;
  cursor: pointer;
  transition: all 0.3s ease 0s;
  background: #fff url(../img/icon_close.png) no-repeat center center;
}
#newsletter_block_popup .close:hover {
  background-color: #4e78a3;
}
#newsletter_block_popup .block_content {
  width: 62.5%;
  height: 450px;
  position: fixed;
  left: 19.8%;
  z-index: 11;
  top: 70px;
  padding: 0 72px 0 400px;
  background: transparent url(../img/bg_popup.jpg) no-repeat left center;
  background-size: 100%;
}
.lang-rtl #newsletter_block_popup .block_content {
  padding: 0 400px 0 72px;
  background: transparent url(../img/bg_popup_2.jpg) no-repeat right center;
}
#newsletter_block_popup .block_content .content-inner {
  padding: 0;
  height: 100%;
  width: 100%;
  display: block;
  position: relative;
  text-align: center;
}
#newsletter_block_popup .block_content .content-inner h3.title {
  font-size: 24px;
  color: #222;
  font-weight: 700;
  margin: 0 0 36px;
  padding: 0;
  position: relative;
  text-transform: uppercase;
}
#newsletter_block_popup .block_content .content-inner p {
  font-size: 18px;
  color: #4e78a3;
  font-weight: 400;
  margin: 104px 0 5px;
  text-transform: uppercase;
}
#newsletter_block_popup .block_content .content-inner form {
  margin: 0 0 36px;
  width: auto;
  overflow: hidden;
}
#newsletter_block_popup .block_content .content-inner .form-group {
  margin: 0;
  height: auto;
  padding: 0;
  position: relative;
}
#newsletter_block_popup .block_content .content-inner .form-group .button {
  width: 100%;
  outline: none;
  height: 43px;
  padding: 0;
  text-align: center;
  font-size: 100%;
  text-transform: uppercase;
  font-weight: 400;
  color: #fff;
  display: block;
  position: relative;
  background: #222;
  transition: all 0.3s ease 0s;
}
#newsletter_block_popup .block_content .content-inner .form-group .button:hover {
  background: #4e78a3;
}
#newsletter_block_popup .block_content .content-inner .form-group .newsletter-input {
  height: 43px;
  background: #fff;
  color: #444;
  font-size: 114%;
  text-align: center;
  width: 100%;
  font-weight: 400;
  padding: 0 20px;
  border: solid 1px #ddd;
  margin: 0 0 20px;
}
#newsletter_block_popup .block_content .content-inner .msg {
  margin-bottom: 25px;
}
#newsletter_block_popup .block_content .content-inner .msg .checker {
  display: inline-block;
  margin: 0 5px;
}
#newsletter_block_popup .block_content .content-inner .msg .ckmsg {
  vertical-align: middle;
  margin-bottom: 2px;
}
#newsletter_block_popup .block_content .content-inner .msg label {
  display: inline-block;
  font-weight: normal;
  font-size: 14px;
  color: #444;
}
#newsletter_block_popup .block_content .content-inner .sharing-buttons {
  border: none;
  padding: 0;
  margin: 0 0 25px;
}
#newsletter_block_popup .block_content .content-inner .sharing-buttons a {
  display: inline-block;
  height: 38px;
  width: 38px;
  line-height: 38px;
  border-radius: 3px;
  text-align: center;
  margin: 0 8px 0 0;
  background: #666;
  color: #fff;
  font-size: 16px;
  transition: all 0.3s ease 0s;
}
#newsletter_block_popup .block_content .content-inner .sharing-buttons a:hover {
  background: #4e78a3;
}
@media (min-width: 1800px) {
  #newsletter_block_popup .block_content {
    top: 180px;
    width: 43.8%;
    left: 27%;
  }
}
@media (min-width: 1601px) and (max-width: 1799px) {
  #newsletter_block_popup .block_content {
    width: 52%;
    left: 24%;
  }
}
@media (min-width: 1501px) and (max-width: 1600px) {
  #newsletter_block_popup .block_content {
    width: 55%;
    left: 22.5%;
  }
}
@media (min-width: 1401px) and (max-width: 1500px) {
  #newsletter_block_popup .block_content {
    width: 58%;
    left: 21%;
  }
}
@media (min-width: 1251px) and (max-width: 1400px) {
  #newsletter_block_popup .block_content {
    width: 62%;
    left: 19%;
  }
}
@media (min-width: 1120px) and (max-width: 1249px) {
  #newsletter_block_popup .block_content {
    width: 70%;
    left: 15%;
  }
}
@media (min-width: 992px) and (max-width: 1119px) {
  #newsletter_block_popup .block_content {
    width: 80%;
    left: 10%;
  }
}
@media (max-width: 991px) {
  #newsletter_block_popup .block_content {
    top: 100px;
    width: 86%;
    left: 7%;
    height: 435px;
  }
  #newsletter_block_home2 {
    padding: 30px;
  }
  #newsletter_block_home h3.title_block {
    margin: 0 0 20px;
  }
}
@media (max-width: 910px) {
  #newsletter_block_popup .block_content {
    top: 100px;
    width: 90%;
    left: 5%;
    height: 435px;
    padding: 0 15px 0 380px;
  }
  .lang-rtl #newsletter_block_popup .block_content {
    padding: 0 380px 0 15px;
  }
}
@media (max-width: 835px) {
  #newsletter_block_popup .block_content {
    top: 100px;
    width: 90%;
    left: 5%;
    height: 435px;
    padding: 0 15px 0 300px;
  }
  .lang-rtl #newsletter_block_popup .block_content {
    padding: 0 300px 0 15px;
  }
}
@media (max-width: 767px) {
  #newsletter_block_popup {
    display: none;
  }
  #newsletter_block_home .title {
    margin-bottom: 20px;
  }
  #newsletter_block_home .form-group .newsletter-input {
    width: calc(100% - 48px);
    padding: 0 20px;
  }
  #newsletter_block_home .form-group .button {
    padding: 0 10px;
  }
  #newsletter_block_home2 {
    padding: 30px 15px;
  }
  #newsletter_block_home2 h3.title_block {
    margin-bottom: 10px;
  }
  #newsletter_block_home2 p {
    margin-bottom: 35px;
  }
  .lang-rtl div#newsletter_block_home h3.title_block {
    margin: 0 0 20px;
  }
}
@media (max-width: 479px) {
  #newsletter_block_home2 {
    margin-bottom: 60px;
  }
  #newsletter_block_home2 h3.title_block {
    font-size: 20px;
  }
  .footer-container #newsletter_block_home h3.title_block {
    white-space: normal;
  }
  .footer-container #newsletter_block_home .form-group .newsletter-input {
    padding: 0 20px;
    font-size: 12px !important;
  }
}
.image-left {
  position: relative;
  margin-bottom: 60px;
}
.image-left img {
  width: 100%;
}
.image-left .owl-carousel .owl-dots {
  display: block !important;
  position: absolute;
  bottom: 0;
  left: auto;
  width: 100%;
  padding: 14px 0;
  text-align: center;
}
.image-left .owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  float: none;
  vertical-align: middle;
}
.image-left .owl-carousel .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  margin: 0 5px;
  background: #434347;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 300ms ease;
  -moz-transition: opacity 300ms ease;
  -ms-transition: opacity 300ms ease;
  -o-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}
.image-left .owl-carousel .owl-dots .owl-dot.active span, .image-left .owl-carousel .owl-dots .owl-dot:hover span {
  background: #4e78a3;
}
.banner {
  overflow: hidden;
  position: relative;
  display: block;
  text-align: center;
}
.banner:hover img {
  opacity: 0.8;
}
.item-item {
  margin-bottom: 70px;
}
.item-item .item {
  text-align: center;
  padding: 10px 15px;
  cursor: pointer;
}
.item-item .item .text h4 {
  color: #fff;
}
.item-item .item .icon {
  position: relative;
  display: inline-block;
  font-size: 0;
  text-indent: -9999999999px;
  height: 65px;
  width: 65px;
  margin: 0 0 10px;
  text-align: center;
  transition: all 0.3s ease 0s;
}
.item-item .item .icon:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: none;
  transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
}
.item-item .item.item-1 .icon:before {
  background: url(../img/icon/icon-1.png) no-repeat center center;
}
.item-item .item.item-2 .icon:before {
  background: url(../img/icon/icon-2.png) no-repeat center center;
}
.item-item .item.item-3 .icon:before {
  background: url(../img/icon/icon-3.png) no-repeat center center;
}
.item-item .item .text h4 {
  font-size: 14px;
}
.item-item .item .text h4 a {
  color: #222;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 3px;
}
.item-item .item p {
  transition: all 0.3s ease 0s;
  font-size: 13px;
  color: #aaa;
}
.item-item .item:hover .text h4 a {
  color: #4e78a3;
}
.banner-1 {
  margin-bottom: 115px;
}
.banner-1 .item-1, .banner-1 .item-2 {
  margin-bottom: 30px;
}
.logo-bottom {
  margin-bottom: 55px;
}
.link-bottom {
  text-align: center;
  margin-bottom: 50px;
}
.link-bottom ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}
.link-bottom ul li {
  display: inline-block;
  position: relative;
  padding: 0 25px;
}
.link-bottom ul li a {
  font-size: 16px;
  font-weight: 400;
  color: #aaa;
  transition: all 0.3s ease 0s;
  text-transform: uppercase;
}
.link-bottom ul li a:hover {
  color: #4e78a3;
}
.categories .item {
  float: left;
  text-align: center;
  display: block;
  width: 12.5%;
  background: #222;
  padding: 28px 0 12px;
  transition: all 0.3s ease 0s;
}
.categories .item .icon {
  margin-bottom: 12px;
}
.categories .item .icon img {
  opacity: 0.5;
}
.categories .item h4 a {
  color: #aaa;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 14px;
}
.categories .item:hover {
  cursor: pointer;
  background: #111;
}
.categories .item:hover h4 a {
  color: #4e78a3;
}
.categories .item:hover .icon img {
  opacity: 1;
}
.banner-2 {
  margin-bottom: 113px;
}
.testimonials {
  text-align: center;
  padding: 65px 0;
  border: 15px solid #f5f5f5;
  margin-bottom: 115px;
}
.testimonials .testimonial-items .item {
  padding: 0 14%;
}
.testimonials div.img {
  margin-bottom: 54px;
}
.testimonials div.img img {
  border-radius: 50%;
}
.testimonials div.text {
  margin-bottom: 17px;
  position: relative;
  font-size: 16px;
  color: #888;
}
.testimonials div.name {
  color: #222;
  font-weight: 600;
  font-size: 18px;
  text-transform: capitalize;
  margin: 0 0 8px;
}
.testimonials div.job {
  color: #888;
  font-weight: 400;
  font-size: 12px;
}
.testimonials .owl-controls .owl-prev, .testimonials .owl-controls .owl-next {
  position: absolute;
  background: rgba(0, 0, 0, 0.05);
  text-align: center;
  top: 41%;
  z-index: 2;
  bottom: auto;
  margin: 0px;
  cursor: pointer;
  text-indent: -9999;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  font-size: 24px;
  color: #222;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
}
.testimonials .owl-controls .owl-prev:hover, .testimonials .owl-controls .owl-next:hover {
  color: #fff;
  background: #282828;
}
.testimonials .owl-controls .owl-prev {
  left: 15px;
  right: auto;
}
.testimonials .owl-controls .owl-next {
  right: 15px;
  left: auto;
}
.testimonials:hover .owl-controls .owl-prev, .testimonials:hover .owl-controls .owl-next {
  transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
}
.footer-v3 .item-item {
  margin-bottom: 50px;
}
.footer-v3 .item-item .item .text h4 a {
  color: #fff;
}
.footer-v3 .item-item .item .text h4 a:hover {
  color: #4e78a3;
}
.footer-v3 .item-item .item.item-1 .icon:before {
  background: url(../img/icon/icon-3-1.png) no-repeat center center;
}
.footer-v3 .item-item .item.item-2 .icon:before {
  background: url(../img/icon/icon-3-2.png) no-repeat center center;
}
.footer-v3 .item-item .item.item-3 .icon:before {
  background: url(../img/icon/icon-3-3.png) no-repeat center center;
}
body.layout-boxed .bonus-menu ul li.item div.text a, body.layout-framed .bonus-menu ul li.item div.text a, body.layout-rounded .bonus-menu ul li.item div.text a, body.layout-boxed .bonus-menu-2 ul li.item div.text a, body.layout-framed .bonus-menu-2 ul li.item div.text a, body.layout-rounded .bonus-menu-2 ul li.item div.text a {
  font-size: 100%;
}
body.layout-boxed .bonus-menu ul li.item div.text p, body.layout-framed .bonus-menu ul li.item div.text p, body.layout-rounded .bonus-menu ul li.item div.text p, body.layout-boxed .bonus-menu-2 ul li.item div.text p, body.layout-framed .bonus-menu-2 ul li.item div.text p, body.layout-rounded .bonus-menu-2 ul li.item div.text p {
  font-size: 93%;
}
@media (min-width: 1400px) {
  .top-links {
    margin-left: -286px;
  }
  .lang-rtl .top-links {
    margin: 0 -286px 0 0;
  }
  .banner-6 .text {
    bottom: 110px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .categories .item {
    width: 25%;
  }
  .link-bottom ul li {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .banner:before, .banner:after {
    display: none;
  }
  .banner-top .item-1, .banner-top .item-2 {
    margin-bottom: 30px;
  }
  .banner-bottom .item-1 {
    margin-bottom: 30px;
  }
  .image-left.block {
    margin-bottom: 80px;
  }
  .image-left.block a:hover img {
    opacity: 0.8;
  }
  .image-left.block a:before {
    display: none;
  }
  .banner-1 {
    margin-bottom: 65px;
    padding: 0 7.5px;
  }
  .banner-1 .item-1, .banner-1 .item-2 {
    margin-bottom: 15px;
  }
  .banner-1 .item-1, .banner-1 .item-2, .banner-1 .item-3, .banner-1 .item-4 {
    padding: 0 7.5px;
  }
  .banner-1 .item-1, .banner-1 .item-4 {
    width: 33%;
  }
  .banner-1 .item-2, .banner-1 .item-3 {
    width: 67%;
  }
  .banner-2 .item-1, .banner-2 .item-2 {
    margin-bottom: 10px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .categories .item {
    width: 25%;
  }
}
@media (max-width: 479px) {
  .item-item {
    margin-bottom: 53px;
  }
  .banner-1 {
    margin-bottom: 75px;
  }
  .banner-1 .item-1, .banner-1 .item-2 {
    margin-bottom: 15px;
  }
  .banner-1 .item-1, .banner-1 .item-4 {
    width: 33.4%;
  }
  .banner-1 .item-2, .banner-1 .item-3 {
    width: 66.6%;
  }
  .categories .item {
    width: 50%;
  }
  .link-bottom ul li {
    padding: 0 10px;
  }
  .banner-2 {
    margin-bottom: 73px;
  }
  .testimonials {
    margin-bottom: 75px;
  }
}
@media (max-width: 380px) {
  .banner-1 {
    margin-bottom: 65px;
  }
  .banner-1 .item-1, .banner-1 .item-4 {
    width: 33.6%;
  }
  .banner-1 .item-2, .banner-1 .item-3 {
    width: 66.4%;
  }
}
div.shop-categories-product.moduletable {
  position: relative;
  margin-bottom: 30px;
}
div.shop-categories-product.moduletable .title-module-categories {
  text-align: center;
  margin-bottom: 24px;
}
div.shop-categories-product.moduletable .title-module-categories h3.block-title {
  margin: 0;
  position: relative;
  padding: 0 30px;
  display: inline-block;
  font-size: 30px;
  color: #222;
  font-weight: 600;
  text-transform: uppercase;
}
div.shop-categories-product.moduletable .title-module-categories h3.block-title span {
  display: block;
  color: #aaa;
  font-size: 13px;
  text-transform: none;
  font-weight: 400;
  margin: 20px 0 0;
  line-height: 22px;
}
div.shop-categories-product.moduletable .sp-categories .content-box {
  text-align: center;
  padding: 0 15px;
  margin-bottom: 27px;
}
div.shop-categories-product.moduletable .sp-categories .content-box .cate-title a {
  font-size: 16px;
  color: #222;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}
div.shop-categories-product.moduletable .sp-categories .content-box:hover .cate-title a {
  color: #4e78a3;
}
div.shop-categories-product.moduletable div.product-number {
  color: #666;
  font-size: 12px;
}
.clear {
  clear: both;
}
.sp-categories {
  overflow: hidden;
}
.page-title-categories {
  color: #2e2c2d;
  font-size: 13px;
  font-weight: bold;
  margin: 10px 0 8px;
  overflow: hidden;
  text-transform: uppercase;
  width: 75%;
}
.sp-categories .intro_text, .sp-categories .footer_text {
  margin: 10px 0px;
}
.sp-categories .cat-wrap {
  width: 100%;
  display: inline-block;
  
}
.sp-categories.lt-ie9.preset01-1 .cat-wrap .content-box {
  float: left;
  margin: 0;
  width: 100%;
}
.sp-categories.lt-ie9.preset01-2 .cat-wrap .content-box {
  float: left;
  margin: 0;
  width: 50%;
}
.sp-categories.lt-ie9.preset01-3 .cat-wrap .content-box {
  float: left;
  margin: 0;
  width: 33.3333%;
}
.sp-categories.lt-ie9.preset01-4 .cat-wrap .content-box {
  float: left;
  margin: 0;
  width: 25%;
}
.sp-categories.lt-ie9.preset01-5 .cat-wrap .content-box {
  float: left;
  margin: 0;
  width: 20%;
}
.sp-categories.lt-ie9.preset01-6 .cat-wrap .content-box {
  float: left;
  margin: 0;
  width: 16.6666%;
}
.sp-categories.lt-ie9.preset01-1 .clr1, .sp-categories.lt-ie9.preset01-2 .clr2, .sp-categories.lt-ie9.preset01-3 .clr3, .sp-categories.lt-ie9.preset01-4 .clr4, .sp-categories.lt-ie9.preset01-5 .clr5, .sp-categories.lt-ie9.preset01-6 .clr6 {
  clear: both;
}
@media all and (max-width: 320px) {
  .page-title-categories {
    padding: 0 20px;
  }
  .h3 {
    padding: 0 20px;
  }
  .sp-categories.preset04-1 .cat-wrap .content-box {
    float: left;
    margin: 0;
    width: 100%;
  }
  .sp-categories.preset04-2 .cat-wrap .content-box {
    float: left;
    margin: 0;
    width: 50%;
  }
  .sp-categories.preset04-3 .cat-wrap .content-box {
    float: left;
    margin: 0;
    width: 33.3333%;
  }
  .sp-categories.preset04-4 .cat-wrap .content-box {
    float: left;
    margin: 0;
    width: 25%;
  }
  .sp-categories.preset04-5 .cat-wrap .content-box {
    float: left;
    margin: 0;
    width: 20%;
  }
  .sp-categories.preset04-6 .cat-wrap .content-box {
    float: left;
    margin: 0;
    width: 16.6666%;
  }
  .sp-categories.preset05-1 .clr1, .sp-categories.preset05-2 .clr2, .sp-categories.preset05-3 .clr3, .sp-categories.preset05-4 .clr4, .sp-categories.preset05-5 .clr5, .sp-categories.preset05-6 .clr6 {
    clear: both;
  }
}
@media (max-width: 768px) {
  div.shop-categories-product.moduletable {
    margin-bottom: 30px;
  }
  div.shop-categories-product.moduletable .sp-categories .content-box {
    margin-bottom: 25px;
  }
}
@media all and (min-width: 321px) and (max-width: 480px) {
  div.shop-categories-product.moduletable .sp-categories .content-box {
    padding: 0;
  }
  .page-title-categories {
    padding: 0 20px;
  }
  .h3 {
    padding: 0 20px;
  }
  .sp-categories {
    padding: 0 20px;
  }
  .sp-categories.preset04-1 .cat-wrap .content-box {
    float: left;
    margin: 0;
    width: 100%;
  }
  .sp-categories.preset04-2 .cat-wrap .content-box {
    float: left;
    margin: 0;
    width: 50%;
  }
  .sp-categories.preset04-3 .cat-wrap .content-box {
    float: left;
    margin: 0;
    width: 33.3333%;
  }
  .sp-categories.preset04-4 .cat-wrap .content-box {
    float: left;
    margin: 0;
    width: 25%;
  }
  .sp-categories.preset04-5 .cat-wrap .content-box {
    float: left;
    margin: 0;
    width: 20%;
  }
  .sp-categories.preset04-6 .cat-wrap .content-box {
    float: left;
    margin: 0;
    width: 16.6666%;
  }
  .sp-categories.preset04-1 .clr1, .sp-categories.preset04-2 .clr2, .sp-categories.preset04-3 .clr3, .sp-categories.preset04-4 .clr4, .sp-categories.preset04-5 .clr5, .sp-categories.preset04-6 .clr6 {
    clear: both;
  }
}
@media (max-width: 767px) {
  div.shop-categories-product.moduletable .title-module-categories h3.block-title span {
    margin: 10px 0 0;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  .sp-categories.preset03-1 .cat-wrap .content-box {
    float: left;
    margin: 0;
    width: 100%;
  }
  .sp-categories.preset03-2 .cat-wrap .content-box {
    float: left;
    margin: 0;
    width: 50%;
  }
  .sp-categories.preset03-3 .cat-wrap .content-box {
    float: left;
    margin: 0;
    width: 33.3333%;
  }
  .sp-categories.preset03-4 .cat-wrap .content-box {
    float: left;
    margin: 0;
    width: 25%;
  }
  .sp-categories.preset03-5 .cat-wrap .content-box {
    float: left;
    margin: 0;
    width: 20%;
  }
  .sp-categories.preset03-6 .cat-wrap .content-box {
    float: left;
    margin: 0;
    width: 16.6666%;
  }
  .sp-categories.preset03-1 .clr1, .sp-categories.preset03-2 .clr2, .sp-categories.preset03-3 .clr3, .sp-categories.preset03-4 .clr4, .sp-categories.preset03-5 .clr5, .sp-categories.preset03-6 .clr6 {
    clear: both;
  }
}
@media all and (min-width: 769px) and (max-width: 1200px) {
  .sp-categories.preset02-1 .cat-wrap .content-box {
    float: left;
    margin: 0;
    width: 100%;
  }
  .sp-categories.preset02-2 .cat-wrap .content-box {
    float: left;
    margin: 0;
    width: 50%;
  }
  .sp-categories.preset02-3 .cat-wrap .content-box {
    float: left;
    margin: 0;
    width: 33.3333%;
  }
  .sp-categories.preset02-4 .cat-wrap .content-box {
    float: left;
    margin: 0;
    width: 20%;
  }
  .sp-categories.preset02-5 .cat-wrap .content-box {
    float: left;
    margin: 0;
    width: 20%;
  }
  .sp-categories.preset02-6 .cat-wrap .content-box {
    float: left;
    margin: 0;
    width: 16.6666%;
  }
}
@media all and (min-width: 1201px) {
    .sp-categories.preset01-1 .cat-wrap .content-box {
    float: left;
    margin: 0;
    width: 100%;
  }
  .sp-categories.preset01-2 .cat-wrap .content-box {
    float: left;
    margin: 0;
    width: 50%;
  }
  .sp-categories.preset01-3 .cat-wrap .content-box {
    float: left;
    margin: 0;
    width: 33.3333%;
  }
  .sp-categories.preset01-4 .cat-wrap .content-box {
    float: left;
    margin: 0;
    width: 25%;
  }
  .sp-categories.preset01-5 .cat-wrap .content-box {
    float: left;
    margin: 0;
    width: 20%;
  }
  .sp-categories.preset01-6 .cat-wrap .content-box {
    float: left;
    margin: 0;
    width: 16.6666%;
  }
  .sp-categories.preset01-1 .clr1, .sp-categories.preset01-2 .clr2, .sp-categories.preset01-3 .clr3, .sp-categories.preset01-4 .clr4, .sp-categories.preset01-5 .clr5, .sp-categories.preset01-6 .clr6 {
    clear: both;
  }
}
.sp-categories .cat-wrap .content-box {
  overflow: hidden;
  line-height: 20px;
  padding-bottom: 15px;
}
.sp-categories .cat-wrap .content-box .cate-title {
  display: block;
}
.sp-categories .cat-wrap .content-box .cate-title a {
  font-weight: 500;
}
.sp-categories .cat-wrap.theme1 .content-box .child-cat .child-cat-title {
  float: none;
  padding: 0;
}
.sp-categories .cat-wrap .content-box .child-cat .child-cat-title {
  padding-right: 5px;
}
.sp-categories .cat-wrap.theme3 .content-box .child-cat .child-cat-title {
  display: inline;
}
.sp-categories .cat-wrap.theme2 .content-box img, .sp-categories .cat-wrap.theme3 .content-box img {
  width: 100%;
  display: block;
  max-width: 100%;
  box-shadow: #000 0em 0em 0em;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.sp-categories .cat-wrap .image-cat {
  overflow: hidden;
}
.sp-categories .cat-wrap.theme4 .sp-categories-content .child-cat .child-cat-info .image-cat {
  float: left;
  width: 30%;
  margin: 0;
  margin: 0 13px 0 0;
  overflow: hidden;
}
.sp-categories .cat-wrap.theme4 .sp-categories-content .child-cat .child-cat-info .image-cat a {
  display: block;
  border: 0;
  width: 100%;
  float: left;
  overflow: hidden;
}
.sp-categories .cat-wrap.theme4 .sp-categories-content .child-cat .child-cat-info .image-cat img {
  width: 100%;
  display: block;
  max-width: 100%;
  box-shadow: #000 0em 0em 0em;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.sp-categories .cat-wrap img:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  box-shadow: #000 0em 0em 0em;
  
}
.sp-categories .cat-wrap.theme2 .arrow {
  background: url(../img/arrow.html) no-repeat;
  margin-top: 6px;
  width: 6px;
  height: 7px;
  float: left;
  padding-right: 5px;
}
.sp-categories .cat-wrap.theme2 .content-box .parent-cat {
  float: left;
  margin: 0 10px 10px 0;
  max-width: 50%;
}
.sp-categories .cat-wrap.theme2 .content-box .child-cat {
  padding-top: 20px;
}
.sp-categories .cat-wrap.theme2 .content-box .parent-cat .cate-title {
  padding-bottom: 5px;
}
.sp-categories .cat-wrap.theme2 .content-box .child-cat .child-cat-title {
  float: none;
  overflow: hidden;
}
.sp-categories .cat-wrap.theme2 .content-box .child-cat .child-cat-title a {
  padding-left: 4px;
  
}
.sp-categories .cat-wrap.theme3 .content-box .cate-title {
  margin: 15px 0 8px;
  
}
.sp-categories.theme4 {
  padding: 1px;
}
.sp-categories .cat-wrap.theme4 {
  border: 1px solid #ccc;
  width: 100%;
  margin: 0 -1px;
  height: auto;
}
.sp-categories .cat-wrap.theme4 .sp-categories-inner {
  width: 100%;
  float: left;
  padding: 0px;
  margin: 0px;
}
.sp-categories .cat-wrap.theme4 .sp-categories-heading {
  background: url(../img/bk.html) repeat-x;
  height: 24px;
  cursor: pointer;
}
.sp-categories .cat-wrap.theme4 .sp-categories-heading .icon_left {
  background: url(../img/icon.html) no-repeat;
  margin-top: 8px;
  width: 7px;
  height: 7px;
  margin-left: 5px;
  float: left;
}
.sp-categories .cat-wrap.theme4 .sp-categories-heading .icon_right {
  background: url(../img/plus.html) no-repeat;
  margin-top: 5px;
  margin-right: 5px;
  width: 13px;
  height: 13px;
  float: right;
}
.sp-categories .cat-wrap.theme4 .sp-categories-inner.selected .icon_right {
  background: url(../img/minus.html) no-repeat;
}
.sp-categories .cat-wrap.theme4 .sp-categories-heading .cate-title {
  padding-left: 5px;
  line-height: 24px;
  float: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 75%;
  display: block;
}
.sp-categories .cat-wrap.theme4 .sp-categories-heading .cate-title a {
  display: block;
  color: #000;
}
.sp-categories .cat-wrap.theme4 .sp-categories-content {
  height: 0;
  overflow: hidden;
  width: 100%;
}
.sp-categories .cat-wrap.theme4 .sp-categories-content .child-cat {
  
  padding: 15px;
  overflow: hidden;
}
.sp-categories .cat-wrap.theme4 .sp-categories-content .child-cat.cat-lastitem {
  padding-bottom: 15px;
}
.sp-categories .cat-wrap.theme4 .sp-categories-content .child-cat.subcat-empty {
  padding: 10px;
}
.sp-categories .cat-wrap.theme4 .sp-categories-content .child-cat .child-cat-info {
  display: block;
}
.sp-categories .cat-wrap.theme4 .sp-categories-content .child-cat .image-cat {
  float: left;
  margin-right: 10px;
  overflow: hidden;
  
}
.sp-categories .cat-wrap.theme4 .sp-categories-content .child-cat .child-cat-desc .child-cat-title, .sp-categories .cat-wrap.theme4 .sp-categories-content .child-cat .child-cat-desc .child-cat-title a {
  float: left;
  font-weight: bold;
  padding-right: 3px;
}
@media all and (max-width: 480px) {
  .sp-categories .cat-wrap.theme2 .content-box .parent-cat {
    margin: 0 0 10px 0;
    width: 100%;
    float: none;
    max-width: 100%;
  }
  .sp-categories .cat-wrap.theme2 .content-box img {
    width: 100%;
    display: block;
    max-width: 100%;
  }
}
.cf:before, .cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
.lang_ar .sp-categories .cat-wrap .content-box {
  float: right;
}
.lang_ar .sp-categories .cat-wrap.theme1 .content-box .child-cat .child-cat-title a {
  margin-left: 5px;
}
.lang_ar .sp-categories .cat-wrap.theme1 .content-box .child-cat .child-cat-title a {
  display: inline-block;
}
.lang_ar .sp-categories .cat-wrap.theme4 .sp-categories-heading .icon_right {
  float: left;
}
.lang_ar .sp-categories .cat-wrap.theme4 .sp-categories-heading .icon_left {
  float: right;
}
.lang_ar .sp-categories .cat-wrap.theme4 .sp-categories-heading .cate-title {
  float: right;
}
.lang_ar .sp-categories .cat-wrap.theme4 .sp-categories-content .child-cat .child-cat-info .image-cat {
  float: right;
}
.lang_ar .sp-categories .cat-wrap.theme2 .content-box .parent-cat {
  float: right;
}
.lang_ar .sp-categories .cat-wrap.theme2 .arrow {
  float: right;
  display: inline-block;
}
.lang_ar .sp-categories .cat-wrap.theme2 .content-box .child-cat .child-cat-title {
  display: inline-block;
}
.lang_ar .sp-categories .cat-wrap.theme2 .content-box .child-cat .child-cat-title a {
  display: inline-block;
  
}
.lang_ar .sp-categories .cat-wrap.theme3 .content-box .child-cat .child-cat-title {
  display: inline-block;
}
.lang_ar .sp-categories .cat-wrap.theme3 .content-box .child-cat .child-cat-title a {
  display: inline-block;
}
.lang_ar .sp-categories .cat-wrap.theme4 .child-cat-desc a {
  display: inline-block;
}
.lang_ar .sp-categories .cat-wrap.theme4 .sp-categories-content .child-cat .child-cat-info .image-cat {
  margin: 0 0 0 13px;
}
.lang_ar .sp-categories .cat-wrap.theme2 .cat-chilren-inner {
  display: inline-block;
}
.lang_ar .sp-categories .cat-wrap.theme2 .content-box .parent-cat {
  width: 50%;
  margin: 0;
  padding: 0 0 10px 10px;
  float: right;
}
.lang_ar .sp-categories .cat-wrap.theme2 .content-box .child-cat {
  width: 50%;
  float: right;
}
.sphomepage-slider {
  overflow: hidden;
  position: relative;
}
.sphomepage-slider .owl-nav .owl-prev, .sphomepage-slider .owl-nav .owl-next {
  position: absolute;
  text-align: center;
  top: 45.3%;
  bottom: auto;
  z-index: 3;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #fff;
  line-height: 70px;
  margin: 0px;
  text-indent: -9999;
  font-size: 30px;
  color: #222;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
}
.sphomepage-slider .owl-nav .owl-prev:hover, .sphomepage-slider .owl-nav .owl-next:hover {
  background: #222;
  color: #fff;
}
.sphomepage-slider .owl-nav .owl-prev {
  left: 30px;
  right: auto;
}
.sphomepage-slider .owl-nav .owl-next {
  right: 30px;
  left: auto;
}
.sphomepage-slider:hover .owl-nav .owl-prev, .sphomepage-slider:hover .owl-nav .owl-next {
  transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
}
.sphomepage-slider .owl-carousel .owl-dots {
  display: block !important;
  position: absolute;
  bottom: 0;
  left: auto;
  width: 100%;
  padding: 14px 0;
  text-align: center;
}
.sphomepage-slider .owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  float: none;
  vertical-align: middle;
}
.sphomepage-slider .owl-carousel .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  margin: 0 5px;
  background: #666;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 300ms ease;
  -moz-transition: opacity 300ms ease;
  -ms-transition: opacity 300ms ease;
  -o-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}
.sphomepage-slider .owl-carousel .owl-dots .owl-dot.active span, .sphomepage-slider .owl-carousel .owl-dots .owl-dot:hover span {
  background: #4e78a3;
}
.header_v3 .sphomepage-slider .owl-nav .owl-prev, .header_v3 .sphomepage-slider .owl-nav .owl-next {
  top: 45%;
}
@media (min-width: 768px) and (max-width: 992px) {
}
@media (max-width: 767px) {
  .sphomepage-slider img {
    min-height: 110px;
  }
  .sphomepage-slider .owl-nav .owl-prev, .sphomepage-slider .owl-nav .owl-next {
    top: 35%;
  }
  .header_v3 .sphomepage-slider .owl-nav .owl-prev, .header_v3 .sphomepage-slider .owl-nav .owl-next {
    top: 30%;
  }
}
@media (max-width: 479px) {
  .sphomepage-slider .owl-nav .owl-prev, .sphomepage-slider .owl-nav .owl-next {
    height: 55px;
    width: 55px;
    line-height: 55px;
    top: 32%;
  }
  .header_v3 .sphomepage-slider .owl-nav .owl-prev, .header_v3 .sphomepage-slider .owl-nav .owl-next {
    top: 28%;
  }
}
#n_desktop_topsearch {
  margin: 0 10px 0 0;
  position: relative;
}
.lang-rtl #n_desktop_topsearch {
  margin: 0 0 0 10px;
}
#n_desktop_topsearch .dropdown-menu.search {
  width: 370px;
  padding: 0;
  left: auto;
  right: 0;
  border: none;
  z-index: 1;
  top: 0;
}
.lang-rtl #n_desktop_topsearch .dropdown-menu.search {
  left: 0;
  right: auto;
}
.icon-search {
  height: 41px;
  line-height: 40px;
  cursor: pointer;
  position: relative;
  float: none;
  width: 80px;
  display: block;
  font-size: 0;
  color: #fff;
  background: transparent url(../img/icon/icon-search.png) no-repeat left 8px center;
}
.lang-rtl .icon-search {
  background-position: right 8px center;
}
.icon-search span {
  text-transform: capitalize;
  font-weight: 400;
  font-size: 13px;
  color: #aaa;
  line-height: 42px;
}
.icon-search:hover {
  opacity: 0.6;
}
.spSearchPro {
  border: 1px solid #222;
}
.content-search {
  position: relative;
  width: 100%;
  padding: 0 20px;
  background: #fff;
}
.content-search .spr-query {
  width: 100%;
  height: 41px;
  box-shadow: none;
  border: none;
  padding: 0;
  background: transparent;
  border-radius: 0;
  color: #999;
  font-size: 14px;
}
.content-search .spr-search-button {
  color: #222;
  border: none;
  height: 43px;
  line-height: 43px;
  padding: 0 15px;
  top: 0;
  right: 5px;
  color: #222;
  position: absolute;
  right: 0px;
  height: 41px;
  line-height: 41px;
  background-color: transparent;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
}
.content-search .spr-search-button i:before {
  content: '\f002';
}
.content-search .spr-search-button:hover {
  color: #4e78a3;
}
.spr-container {
  position: relative;
}
.spr-container .sprsearch-form {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.spr_selector {
  position: relative;
  margin: 0 10px 0 0;
  background: #fff;
  height: 41px;
  display: none;
  width: 33%;
  border-radius: 5px;
}
.spr_selector .fa {
  position: absolute;
  right: 0px;
  width: 42px;
  z-index: 2;
  margin: 0;
  color: #666;
  font-size: 18px;
  text-align: center;
  height: 41px;
  line-height: 41px;
  background: #ededed;
  border-radius: 0;
}
.spr_selector .searchproLabel {
  display: block;
  padding: 9px 20px;
  min-width: 150px;
  width: auto;
  height: 41px;
  color: #444;
  font-weight: 400;
  white-space: nowrap;
  cursor: pointer;
}
.spr_selector .spr_select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  padding: 10px 15px;
  height: 41px;
  color: #999;
  font-size: 13px;
  cursor: pointer;
  outline: none;
}
.content-search .ac_results {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  border: 0;
  overflow: visible;
}
.content-search .ac_results > ul {
  border: 0;
}
.content-search .ac_results li {
  border-bottom: solid 1px #eee;
}
.content-search .ac_results li:last-child {
  border-bottom: 0;
}
.content-search .ac_results li:last-child:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  box-shadow: 0 3px 3px #999;
}
.content-search .ac_results li img {
  margin-right: 8px;
}
.lang-rtl .content-search .ac_results li img {
  margin-left: 8px;
  margin-right: 0;
}
.ui-menu .ui-menu-item a.ui-state-focus {
  background: none;
  border: none;
  transition: none;
  margin: 0 !important;
  opacity: 0.8;
  cursor: pointer;
}
.ui-autocomplete li span.images {
  margin: 0 10px 0 0;
}
.ui-autocomplete li span.images img {
  width: 35px;
  height: 35px;
}
.lang-rtl .ui-autocomplete li span.images {
  margin: 0 0 0 10px;
}
@media (min-width: 992px) {
  .content-v1 .ui-autocomplete {
    width: 270px !important;
  }
  .content-v1 .ui-autocomplete span.product, .content-v1 .ui-autocomplete span.category {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  #_desktop_topsearch {
    margin: 5px 0 0;
  }
}
@media (max-width: 480px) {
  #n_desktop_topsearch .dropdown-menu.search {
    width: 290px;
    z-index: 2;
  }
}
@media (max-width: 479px) {
  #n_desktop_topsearch .dropdown-menu.search {
    top: 100%;
    right: -93px;
  }
  .lang-rtl #n_desktop_topsearch .dropdown-menu.search {
    left: -113px;
    right: auto;
  }
  .header_v2 #n_desktop_topsearch .dropdown-menu.search, .header_v3 #n_desktop_topsearch .dropdown-menu.search {
    top: 100%;
    right: -143px;
  }
  .lang-rtl .header_v2 #n_desktop_topsearch .dropdown-menu.search, .lang-rtl .header_v3 #n_desktop_topsearch .dropdown-menu.search {
    left: -143px;
    right: auto;
  }
}
#_desktop_cart:hover .cart-icon {
  opacity: 0.5;
}
.header_v2 #_desktop_cart, .header_v3 #_desktop_cart {
  margin: 0 18px 0 0;
}
.lang-rtl .header_v2 #_desktop_cart, .lang-rtl .header_v3 #_desktop_cart {
  margin: 0 0 0 18px;
}
.spblockcart {
  cursor: pointer;
  display: block;
  margin: 0;
  vertical-align: top;
}
.spblockcart .shopping_cart {
  position: relative;
  line-height: 18px;
  vertical-align: middle;
}
.spblockcart .cart-content {
  margin: 0;
  padding: 11px 0 0;
  display: inline-block;
}
.spblockcart .cart-icon {
  float: left;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0;
  text-align: center;
  padding: 0;
  transition: all 0.3s ease 0s;
  position: relative;
  font-size: 16px;
  background: transparent url(../img/icon/icon-cart.png) no-repeat center center;
  color: transparent;
}
.spblockcart .cart-products-count-number {
  padding: 0;
  color: #aaa;
  font-size: 13px;
  font-weight: 400;
  display: inline-block;
  line-height: 22px;
}
.spblockcart span.shopping-cart-title {
  vertical-align: middle;
  color: #aaa;
  font-size: 13px;
  margin: 0;
  padding: 0;
  position: relative;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 18px;
}
.spblockcart span.cart-products-count-text {
  display: none;
}
.spblockcart span.cart-products-total {
  color: #4e78a3;
  font-weight: 600;
  font-size: 107%;
  display: none;
}
.user-info {
  padding: 0;
  height: 50px;
  line-height: 50px;
}
.user-info a {
  color: #666;
  padding: 0 0 0 25px;
  font-size: 12px;
}
.lang-rtl .user-info a {
  padding: 0 25px 0 0;
}
.user-info a span {
  padding: 0 2px;
}
.user-info a:hover {
  color: #4e78a3;
}
.user-info a.or, .user-info a.register {
  padding: 0;
}
.user-info a.or:hover {
  color: #666;
}
.lang-rtl .user-info a.login {
  padding: 0;
}
.header_v2 .spuserinfo-block, .header_v3 .spuserinfo-block {
  margin-bottom: 30px;
}
.header_v2 .user-info, .header_v3 .user-info {
  height: auto;
  line-height: normal;
}
.header_v2 .user-info h3.title, .header_v3 .user-info h3.title {
  color: #222;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.header_v2 .user-info div.login, .header_v3 .user-info div.login, .header_v2 .user-info div.logout, .header_v3 .user-info div.logout {
  position: relative;
  text-transform: capitalize;
  cursor: pointer;
}
.header_v2 .user-info div.login a, .header_v3 .user-info div.login a, .header_v2 .user-info div.logout a, .header_v3 .user-info div.logout a {
  padding: 0;
  color: #888;
  font-size: 14px;
  display: block;
  margin: 0 0 15px;
  position: relative;
  transition: all 0.3s ease 0s;
}
.header_v2 .user-info div.login a:before, .header_v3 .user-info div.login a:before, .header_v2 .user-info div.logout a:before, .header_v3 .user-info div.logout a:before {
  display: none;
  height: 2px;
  content: '';
  position: absolute;
  top: 10px;
  width: 0;
  left: 0;
  transition: all 0.3s ease 0s;
  background: transparent;
  right: auto;
}
.lang-rtl .header_v2 .user-info div.login a:before, .lang-rtl .header_v3 .user-info div.login a:before, .lang-rtl .header_v2 .user-info div.logout a:before, .lang-rtl .header_v3 .user-info div.logout a:before {
  left: auto;
  right: 0;
}
.header_v2 .user-info div.login a:hover, .header_v3 .user-info div.login a:hover, .header_v2 .user-info div.logout a:hover, .header_v3 .user-info div.logout a:hover {
  color: #4e78a3;
  padding-left: 12px;
}
.lang-rtl .header_v2 .user-info div.login a:hover, .lang-rtl .header_v3 .user-info div.login a:hover, .lang-rtl .header_v2 .user-info div.logout a:hover, .lang-rtl .header_v3 .user-info div.logout a:hover {
  padding: 0 12px 0 0;
}
.header_v2 .user-info div.login a:hover:before, .header_v3 .user-info div.login a:hover:before, .header_v2 .user-info div.logout a:hover:before, .header_v3 .user-info div.logout a:hover:before {
  background: #4e78a3;
  display: inline-block;
  width: 8px;
}
@media (max-width: 767px) {
  .user-info a {
    padding: 0 0 0 10px;
  }
  .lang-rtl .user-info a {
    padding: 0 10px 0 0;
  }
}
.ac_results {
  text-align: left;
  padding: 0px;
  border: 1px solid black;
  background-color: white;
  overflow: hidden;
  z-index: 99999;
}
.ac_results ul {
  width: 100%;
  list-style-position: outside;
  list-style: none;
  padding: 0;
  margin: 0;
}
.ac_results li {
  margin: 0px;
  padding: 2px 5px;
  cursor: default;
  
  
  display: block;
  font: menu;
  
  font-size: 12px;
  line-height: 16px;
  overflow: hidden;
  
}
.ac_odd {
  background-color: #eee;
}
.ac_over {
  background-color: #0a246a;
  color: white;
}
.sp-manu-slider .slider, .sp-manu-slider .preset01-6 .vpo-wrap, .sp-manu-slider .slider .vpo-wrap .vp, .sp-manu-slider .slider .vpo-wrap .vp .vpi-wrap {
  direction: ltr !important;
}
.sp-manu-slider .preset02-1 .vpo-wrap {
  width: 100%;
  margin: 0;
}
.sp-manu-slider .preset02-1 .vpo-wrap .vp {
  margin-right: 0;
}
.sp-manu-slider .preset02-1 .vpo-wrap .vp .item {
  float: left;
  margin: 0;
  width: 100%;
}
.sp-manu-slider .preset02-2 .vpo-wrap {
  width: 50%;
  margin: 0 -50% 0 0;
}
.sp-manu-slider .preset02-2 .vpo-wrap .vp {
  margin-right: -100%;
}
.sp-manu-slider .preset02-2 .vpo-wrap .vp .item {
  float: left;
  margin: 0;
  width: 50%;
}
.sp-manu-slider .preset02-3 .vpo-wrap {
  width: 33.3333%;
  margin: 0 -66.6666% 0 0;
}
.sp-manu-slider .preset02-3 .vpo-wrap .vp {
  margin-right: -200%;
}
.sp-manu-slider .preset02-3 .vpo-wrap .vp .item {
  float: left;
  margin: 0%;
  width: 33.3333%;
}
.sp-manu-slider .preset02-4 .vpo-wrap {
  width: 25%;
  margin: 0 -75% 0 0;
}
.sp-manu-slider .preset02-4 .vpo-wrap .vp {
  margin-right: -300%;
}
.sp-manu-slider .preset02-4 .vpo-wrap .vp .item {
  float: left;
  margin: 0;
  width: 25%;
}
.sp-manu-slider .preset02-5 .vpo-wrap {
  width: 20%;
  margin: 0 -80% 0 0;
}
.sp-manu-slider .preset02-5 .vpo-wrap .vp {
  margin-right: -400%;
}
.sp-manu-slider .preset02-5 .vpo-wrap .vp .item {
  float: left;
  margin: 0;
  width: 20%;
}
.sp-manu-slider .preset02-6 .vpo-wrap {
  width: 16.6666%;
  margin: 0 -83.3333% 0 0;
}
.sp-manu-slider .preset02-6 .vpo-wrap .vp {
  margin-right: -500%;
}
.sp-manu-slider .preset02-6 .vpo-wrap .vp .item {
  float: left;
  margin: 0%;
  width: 16.6666%;
}
@media all and (max-width: 320px) {
  .sp-manu-slider .preset05-1 .vpo-wrap {
    width: 100%;
    margin: 0;
  }
  .sp-manu-slider .preset05-1 .vpo-wrap .vp {
    margin-right: 0;
  }
  .sp-manu-slider .preset05-1 .vpo-wrap .vp .item {
    float: left;
    margin: 0;
    width: 100%;
  }
  .sp-manu-slider .preset05-2 .vpo-wrap {
    width: 50%;
    margin: 0 -50% 0 0;
  }
  .sp-manu-slider .preset05-2 .vpo-wrap .vp {
    margin-right: -100%;
  }
  .sp-manu-slider .preset05-2 .vpo-wrap .vp .item {
    float: left;
    margin: 0%;
    width: 50%;
  }
  .sp-manu-slider .preset05-3 .vpo-wrap {
    width: 33.3333%;
    margin: 0 -66.6666% 0 0;
  }
  .sp-manu-slider .preset05-3 .vpo-wrap .vp {
    margin-right: -200%;
  }
  .sp-manu-slider .preset05-3 .vpo-wrap .vp .item {
    float: left;
    margin: 0;
    width: 33.3333%;
  }
  .sp-manu-slider .preset05-4 .vpo-wrap {
    width: 25%;
    margin: 0 -75% 0 0;
  }
  .sp-manu-slider .preset05-4 .vpo-wrap .vp {
    margin-right: -300%;
  }
  .sp-manu-slider .preset05-4 .vpo-wrap .vp .item {
    float: left;
    margin: 0;
    width: 25%;
  }
  .sp-manu-slider .preset05-5 .vpo-wrap {
    width: 20%;
    margin: 0 -80% 0 0;
  }
  .sp-manu-slider .preset05-5 .vpo-wrap .vp {
    margin-right: -400%;
  }
  .sp-manu-slider .preset05-5 .vpo-wrap .vp .item {
    float: left;
    margin: 0;
    width: 20%;
  }
  .sp-manu-slider .preset05-6 .vpo-wrap {
    width: 16.6666%;
    margin: 0 -83.3333% 0 0;
  }
  .sp-manu-slider .preset05-6 .vpo-wrap .vp {
    margin-right: -500%;
  }
  .sp-manu-slider .preset05-6 .vpo-wrap .vp .item {
    float: left;
    margin: 0;
    width: 16.6666%;
  }
}
@media all and (max-width: 479px) {
  .sp-manu-slider .preset04-1 .vpo-wrap {
    width: 100%;
    margin: 0;
  }
  .sp-manu-slider .preset04-1 .vpo-wrap .vp {
    margin-right: 0;
  }
  .sp-manu-slider .preset04-1 .vpo-wrap .vp .item {
    float: left;
    margin: 0;
    width: 100%;
  }
  .sp-manu-slider .preset04-2 .vpo-wrap {
    width: 50%;
    margin: 0 -50% 0 0;
  }
  .sp-manu-slider .preset04-2 .vpo-wrap .vp {
    margin-right: -100%;
  }
  .sp-manu-slider .preset04-2 .vpo-wrap .vp .item {
    float: left;
    margin: 0;
    width: 50%;
  }
  .sp-manu-slider .preset04-3 .vpo-wrap {
    width: 33.3333%;
    margin: 0 -66.6666% 0 0;
  }
  .sp-manu-slider .preset04-3 .vpo-wrap .vp {
    margin-right: -200%;
  }
  .sp-manu-slider .preset04-3 .vpo-wrap .vp .item {
    float: left;
    margin: 0;
    width: 33.3333%;
  }
  .sp-manu-slider .preset04-4 .vpo-wrap {
    width: 25%;
    margin: 0 -75% 0 0;
  }
  .sp-manu-slider .preset04-4 .vpo-wrap .vp {
    margin-right: -300%;
  }
  .sp-manu-slider .preset04-4 .vpo-wrap .vp .item {
    float: left;
    margin: 0;
    width: 25%;
  }
  .sp-manu-slider .preset04-5 .vpo-wrap {
    width: 20%;
    margin: 0 -80% 0 0;
  }
  .sp-manu-slider .preset04-5 .vpo-wrap .vp {
    margin-right: -400%;
  }
  .sp-manu-slider .preset04-5 .vpo-wrap .vp .item {
    float: left;
    margin: 0;
    width: 20%;
  }
  .sp-manu-slider .preset04-6 .vpo-wrap {
    width: 16.6666%;
    margin: 0 -83.3333% 0 0;
  }
  .sp-manu-slider .preset04-6 .vpo-wrap .vp {
    margin-right: -500%;
  }
  .sp-manu-slider .preset04-6 .vpo-wrap .vp .item {
    float: left;
    margin: 0;
    width: 16.6666%;
  }
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .sp-manu-slider .preset03-1 .vpo-wrap {
    width: 100%;
    margin: 0;
  }
  .sp-manu-slider .preset03-1 .vpo-wrap .vp {
    margin-right: 0;
  }
  .sp-manu-slider .preset03-1 .vpo-wrap .vp .item {
    float: left;
    margin: 0;
    width: 100%;
  }
  .sp-manu-slider .preset03-2 .vpo-wrap {
    width: 50%;
    margin: 0 -50% 0 0;
  }
  .sp-manu-slider .preset03-2 .vpo-wrap .vp {
    margin-right: -100%;
  }
  .sp-manu-slider .preset03-2 .vpo-wrap .vp .item {
    float: left;
    margin: 0;
    width: 50%;
  }
  .sp-manu-slider .preset03-3 .vpo-wrap {
    width: 33.3333%;
    margin: 0 -66.6666% 0 0;
  }
  .sp-manu-slider .preset03-3 .vpo-wrap .vp {
    margin-right: -200%;
  }
  .sp-manu-slider .preset03-3 .vpo-wrap .vp .item {
    float: left;
    margin: 0;
    width: 33.3333%;
  }
  .sp-manu-slider .preset03-4 .vpo-wrap {
    width: 25%;
    margin: 0 -75% 0 0;
  }
  .sp-manu-slider .preset03-4 .vpo-wrap .vp {
    margin-right: -300%;
  }
  .sp-manu-slider .preset03-4 .vpo-wrap .vp .item {
    float: left;
    margin: 0;
    width: 25%;
  }
  .sp-manu-slider .preset03-5 .vpo-wrap {
    width: 20%;
    margin: 0 -80% 0 0;
  }
  .sp-manu-slider .preset03-5 .vpo-wrap .vp {
    margin-right: -400%;
  }
  .sp-manu-slider .preset03-5 .vpo-wrap .vp .item {
    float: left;
    margin: 0;
    width: 20%;
  }
  .sp-manu-slider .preset03-6 .vpo-wrap {
    width: 16.6666%;
    margin: 0 -83.3333% 0 0;
  }
  .sp-manu-slider .preset03-6 .vpo-wrap .vp {
    margin-right: -500%;
  }
  .sp-manu-slider .preset03-6 .vpo-wrap .vp .item {
    float: left;
    margin: 0;
    width: 16.6666%;
  }
}
@media all and (min-width: 780px) and (max-width: 1199px) {
  .sp-manu-slider .preset02-1 .vpo-wrap {
    width: 100%;
    margin: 0;
  }
  .sp-manu-slider .preset02-1 .vpo-wrap .vp {
    margin-right: 0;
  }
  .sp-manu-slider .preset02-1 .vpo-wrap .vp .item {
    float: left;
    margin: 0;
    width: 100%;
  }
  .sp-manu-slider .preset02-2 .vpo-wrap {
    width: 50%;
    margin: 0 -50% 0 0;
  }
  .sp-manu-slider .preset02-2 .vpo-wrap .vp {
    margin-right: -100%;
  }
  .sp-manu-slider .preset02-2 .vpo-wrap .vp .item {
    float: left;
    margin: 0;
    width: 50%;
  }
  .sp-manu-slider .preset02-3 .vpo-wrap {
    width: 33.3333%;
    margin: 0 -66.6666% 0 0;
  }
  .sp-manu-slider .preset02-3 .vpo-wrap .vp {
    margin-right: -200%;
  }
  .sp-manu-slider .preset02-3 .vpo-wrap .vp .item {
    float: left;
    margin: 0;
    width: 33.3333%;
  }
  .sp-manu-slider .preset02-4 .vpo-wrap {
    width: 25%;
    margin: 0 -75% 0 0;
  }
  .sp-manu-slider .preset02-4 .vpo-wrap .vp {
    margin-right: -300%;
  }
  .sp-manu-slider .preset02-4 .vpo-wrap .vp .item {
    float: left;
    margin: 0;
    width: 25%;
  }
  .sp-manu-slider .preset02-5 .vpo-wrap {
    width: 20%;
    margin: 0 -80% 0 0;
  }
  .sp-manu-slider .preset02-5 .vpo-wrap .vp {
    margin-right: -400%;
  }
  .sp-manu-slider .preset02-5 .vpo-wrap .vp .item {
    float: left;
    margin: 0;
    width: 20%;
  }
  .sp-manu-slider .preset02-6 .vpo-wrap {
    width: 16.6666%;
    margin: 0 -83.3333% 0 0;
  }
  .sp-manu-slider .preset02-6 .vpo-wrap .vp {
    margin-right: -500%;
  }
  .sp-manu-slider .preset02-6 .vpo-wrap .vp .item {
    float: left;
    margin: 0;
    width: 16.6666%;
  }
}
@media all and (min-width: 1200px) {
    .sp-manu-slider .preset01-1 .vpo-wrap {
    width: 100%;
    margin: 0;
  }
  .sp-manu-slider .preset01-1 .vpo-wrap .vp {
    margin-right: 0;
  }
  .sp-manu-slider .preset01-1 .vpo-wrap .vp .item {
    float: left;
    margin: 0;
    width: 100%;
  }
  .sp-manu-slider .preset01-2 .vpo-wrap {
    width: 50%;
    margin: 0 -50% 0 0;
  }
  .sp-manu-slider .preset01-2 .vpo-wrap .vp {
    margin-right: -100%;
  }
  .sp-manu-slider .preset01-2 .vpo-wrap .vp .item {
    float: left;
    margin: 0;
    width: 50%;
  }
  .sp-manu-slider .preset01-3 .vpo-wrap {
    width: 33.3333%;
    margin: 0 -66.6666% 0 0;
  }
  .sp-manu-slider .preset01-3 .vpo-wrap .vp {
    margin-right: -200%;
  }
  .sp-manu-slider .preset01-3 .vpo-wrap .vp .item {
    float: left;
    margin: 0;
    width: 33.3333%;
  }
  .sp-manu-slider .preset01-4 .vpo-wrap {
    width: 25%;
    margin: 0 -75% 0 0;
  }
  .sp-manu-slider .preset01-4 .vpo-wrap .vp {
    margin-right: -300%;
  }
  .sp-manu-slider .preset01-4 .vpo-wrap .vp .item {
    float: left;
    margin: 0;
    width: 25%;
  }
  .sp-manu-slider .preset01-5 .vpo-wrap {
    width: 20%;
    margin: 0 -80% 0 0;
  }
  .sp-manu-slider .preset01-5 .vpo-wrap .vp {
    margin-right: -400%;
  }
  .sp-manu-slider .preset01-5 .vpo-wrap .vp .item {
    float: left;
    margin: 0;
    width: 20%;
  }
  .sp-manu-slider .preset01-6 .vpo-wrap {
    width: 16.6666%;
    margin: 0 -83.3333% 0 0;
  }
  .sp-manu-slider .preset01-6 .vpo-wrap .vp {
    margin-right: -500%;
  }
  .sp-manu-slider .preset01-6 .vpo-wrap .vp .item {
    float: left;
    margin: 0;
    width: 16.6666%;
  }
}
.sp-manu-slider .new-box {
  left: -3px;
}
.sp-manu-slider.sp-preload {
  height: 300px;
  position: relative;
  overflow: hidden;
}
.sp-manu-slider.sp-preload .sp-loading {
  position: absolute;
  z-index: 10;
  background: url(../../modules/spmanufactureslider/views/img/loading.gif) no-repeat scroll center center transparent;
  top: 0;
  bottom: 0;
  width: 100%;
}
.sp-manu-slider .slider {
  overflow: hidden;
  position: relative;
  margin: 0;
  z-index: 8;
}
.sp-manu-slider .slider .item {
  background-size: 100% 100%;
}
.sp-manu-slider .slider .item img {
  width: 100%;
  vertical-align: middle;
}
.sp-manu-slider .slider .item img:hover {
  
  
  cursor: pointer;
}
.sp-manu-slider .slider .vpo-wrap .vp {
  position: relative;
  overflow: hidden;
  height: auto;
}
.sp-manu-slider .slider .vpo-wrap .vp .vpi-wrap {
  white-space: nowrap;
  font-size: 0 !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sp-manu-slider .slider .vpo-wrap .vp .item {
  margin-bottom: 2%;
  display: inline-block;
  font-size: medium;
  white-space: normal;
  vertical-align: top;
  float: none;
}
.sp-manu-slider .slider .vpo-wrap .vpi-wrap:after {
  display: block;
  height: 0;
  line-height: 0;
  content: '';
  clear: both;
}
.sp-manu-slider .not-js .vpo-wrap, .sp-manu-slider .not-js .vpo-wrap .vp, .sp-manu-slider .not-js .vpo-wrap .vp .vpi-wrap, .sp-manu-slider .not-js .vpo-wrap .vp .item {
  position: static;
}
.sp-manu-slider .not-js .vpo-wrap .vp .item {
  float: left;
}
.sp-manu-slider #to li a {
  outline: none;
  
}
.page-title-manu {
  color: #2e2c2d;
  text-transform: uppercase;
  font-size: 13px;
  
  font-weight: bold;
  overflow: hidden;
  width: 75%;
  margin: 10px 0 8px 0;
  clear: both;
  
}
.sp-manu-slider .control-button {
  list-style: none outside none;
  margin-bottom: 0;
  margin-left: 0;
}
.sp-manu-slider .page-button.top, .sp-manu-slider .page-button.bottom {
  margin-right: 0px;
}
.sp-manu-slider .page-button.top .control-button .preview, .sp-manu-slider .page-button.top .control-button .next {
  bottom: 10px;
}
.sp-manu-slider .page-button.bottom .control-button .preview, .sp-manu-slider .page-button.bottom .control-button .next {
  top: 10px;
}
.sp-manu-slider .page-button.style2 .control-button .preview {
  background-position: -180px 0;
  width: 22px;
  height: 20px;
  right: 21px;
  z-index: 9;
}
.sp-manu-slider .page-button.style2 .control-button .next {
  background-position: -210px 0;
  width: 22px;
  height: 20px;
  z-index: 9;
}
.sp-manu-slider .page-button.style3 .control-button .preview {
  background-position: -60px 0;
  width: 14px;
  height: 21px;
  right: 15px;
  z-index: 9;
}
.sp-manu-slider .page-button.style3 .control-button .next {
  background-position: -90px 0;
  width: 12px;
  height: 21px;
  z-index: 9;
}
.sp-manu-slider .page-button .control-button .preview:hover, .sp-manu-slider .page-button .control-button .next:hover, .sp-manu-slider .page-button.style2 .control-button .preview:hover, .sp-manu-slider .page-button.style2 .control-button .next:hover {
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
  
}
.sp-manu-slider .slider .vpo-wrap .vp .item .item-wrap {
  width: 100%;
  position: relative;
}
.sp-manu-slider .slider .vpo-wrap .vp .item .item-wrap .item-info {
  margin-top: 10px;
  font-size: 14px;
}
.sp-manu-slider .slider .vpo-wrap .vp .item .item-wrap .item-info .item-title {
  margin-bottom: 5px;
  text-transform: uppercase;
}
.sp-manu-slider .slider .vpo-wrap .vp .item .item-wrap .item-info .item-content {
  margin: 0px;
}
.sp-manu-slider .slider .vpo-wrap .vp .item .item-wrap .item-info .item-content .item-des {
  margin-bottom: 5px;
}
.sp-manu-slider .slider .vpo-wrap .vp .item .item-wrap .item-info .item-content .item-details {
  text-align: right;
  
  
}
.sp-manu-slider .slider .vpo-wrap .vp .item .item-wrap .item-info.item-spotlight {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 10px 0 10px 0;
  width: 100%;
}
.sp-manu-slider .slider .vpo-wrap .vp .item .item-wrap .item-info.item-spotlight .item-inner {
  position: relative;
  padding: 8px 10px 0px 10px;
  overflow: hidden;
  margin-right: 10px;
  margin-left: 10px;
}
.sp-manu-slider .slider .vpo-wrap .vp .item .item-wrap .item-info.item-spotlight .item-content, .sp-manu-slider .slider .vpo-wrap .vp .item .item-wrap .item-info.item-spotlight .item-content a, .sp-manu-slider .slider .vpo-wrap .vp .item .item-wrap .item-info.item-spotlight .item-title a, .sp-manu-slider .slider .vpo-wrap .vp .item .item-wrap .item-info.item-spotlight .item-title {
  position: relative;
  color: white;
  z-index: 2;
}
.sp-manu-slider .slider .vpo-wrap .vp .item .item-wrap .item-info.item-spotlight .item-content {
  padding-bottom: 2px;
  height: 0px;
  -webkit-transition: all 3s;
  -moz-transition: all 3s;
  -ms-transition: all 3s;
  -o-transition: all 3s;
  transition: all 3s;
  float: left;
}
.sp-manu-slider .slider .vpo-wrap .vp .item .item-wrap .item-info.item-spotlight:hover .item-content {
  height: auto;
}
.sp-manu-slider .slider .vpo-wrap .vp .item .item-wrap .item-info.item-spotlight .item-bg {
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: #222;
  opacity: 0.7;
  filter: alpha(opacity=70);
  height: 100%;
  width: 100%;
  z-index: 1;
}
.sp-manu-slider .item-review {
  margin: 0 0 5px 0;
  line-height: 22px;
}
.sp-manu-slider .item-review .ratings .rating-links, .sp-manu-slider .item-review .ratings {
  margin: 0 0 0 0;
}
.sp-manu-slider .item-price {
  margin: 0 0 5px 0;
  line-height: 22px;
}
.sp-manu-slider .add-to-links {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
.sp-manu-slider .ratings .rating-box {
  margin-right: 5px;
}
.sp-manu-slider .item-review {
  vertical-align: middle;
  overflow: hidden;
}
.sp-manu-slider .item-btn-addtocart {
  margin-bottom: 5px;
}
.pre-text {
  margin: 15px 0px;
}
.post-text {
  margin: 15px 0px;
}
.sp-manu-slider .control-button:after {
  clear: both;
}
.sp-manu-slider .control-button:before, .sp-manu-slider .control-button:after {
  content: "";
  display: table;
}
.ratings .rating-box {
  float: left;
  margin: 2px 10px 0 0;
}
.cf:before, .cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
.sp-manu-slider .content_price {
  margin-bottom: 10px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  div.sp-manu-slider {
    max-height: 130px;
  }
}
div.our_brands {
  margin: 0 0 115px;
  padding: 76px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  position: relative;
}
div.our_brands .owl-controls .owl-dots {
  display: block !important;
  position: absolute;
  z-index: 1;
  top: 0px;
  bottom: auto;
  left: auto;
  width: 100%;
  text-align: right;
}
div.our_brands .owl-controls .owl-dots .owl-dot {
  display: inline-block;
  float: none;
  vertical-align: middle;
  cursor: pointer;
}
div.our_brands .owl-controls .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  border-radius: 8px;
  margin: 0 0 0 10px;
  background: #43424d;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 300ms ease;
  -moz-transition: opacity 300ms ease;
  -ms-transition: opacity 300ms ease;
  -o-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}
div.our_brands .owl-controls .owl-dots .owl-dot.active span, div.our_brands .owl-controls .owl-dots .owl-dot:hover span {
  background: #4e78a3;
}
div.our_brands .owl-controls .owl-dots .owl-dot.active span {
  width: 30px;
}
div.our_brands h3.title_block {
  margin: 0 0 30px;
  color: #333;
  font-size: 150%;
  font-weight: 500;
  text-transform: uppercase;
  border-bottom: 2px solid #eee;
  position: relative;
  padding-bottom: 7px;
}
div.sp-manu-slider {
  direction: ltr;
  position: relative;
}
div.sp-manu-slider .item {
  padding: 0;
  text-align: center;
}
div.sp-manu-slider .item .item-wrap .item-img a {
  display: inline-block;
}
div.sp-manu-slider .item .item-wrap .item-img a img {
  width: auto;
  max-width: none;
  transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  opacity: 0.3;
}
div.sp-manu-slider .item .item-wrap .item-img a:hover img {
  opacity: 1;
}
div.sp-manu-slider .owl-controls .owl-nav .owl-prev, div.sp-manu-slider .owl-controls .owl-nav .owl-next {
  position: absolute;
  background: rgba(0, 0, 0, 0.05);
  text-align: center;
  top: 31%;
  bottom: auto;
  margin: 0px;
  text-indent: -9999;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  font-size: 24px;
  color: #222;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
}
div.sp-manu-slider .owl-controls .owl-nav .owl-prev:hover, div.sp-manu-slider .owl-controls .owl-nav .owl-next:hover {
  color: #fff;
  background: #282828;
}
div.sp-manu-slider .owl-controls .owl-nav .owl-prev {
  left: 0px;
  right: auto;
}
div.sp-manu-slider .owl-controls .owl-nav .owl-next {
  right: 0px;
  left: auto;
}
div.sp-manu-slider:hover .owl-controls .owl-nav .owl-prev, div.sp-manu-slider:hover .owl-controls .owl-nav .owl-next {
  transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
}
.content_v2 div.our_brands {
  padding: 0;
  border: none;
}
@media (max-width: 479px) {
  div.our_brands {
    margin: 0 0 78px;
    padding: 40px 0;
  }
}
.spfooterlinks {
  margin-bottom: 30px;
}
.spfooterlinks h4.title-footer {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  display: block;
  text-transform: uppercase;
  margin-bottom: 21px;
  position: relative;
}
.spfooterlinks ul.links {
  padding: 0;
}
.spfooterlinks ul.links li {
  margin: 0 0 19px;
  overflow: hidden;
}
.spfooterlinks ul.links li a {
  display: inline-block;
  font-size: 14px;
  position: relative;
  padding: 0;
  transition: all 0.3s ease 0s;
  color: #aaa;
}
.spfooterlinks ul.links li a:before {
  display: none;
  height: 4px;
  content: '';
  position: absolute;
  top: 10px;
  width: 0;
  left: 0;
  border-radius: 50%;
  transition: all 0.3s ease 0s;
  background: transparent;
  right: auto;
}
.spfooterlinks ul.links li:hover a {
  color: #4e78a3;
  padding-left: 12px;
}
.spfooterlinks ul.links li:hover a:before {
  background: #4e78a3;
  display: inline-block;
  width: 4px;
}
@media (max-width: 991px) {
  div.spfooterlinks {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  div.spfooterlinks {
    margin-bottom: 40px;
  }
}
div.listing_tab_modules .product-container .left-block .product-image a img {
  transition: all 0.3s ease 0s;
}
div.listing_tab_modules .product-container .right-block {
  padding: 0 20px;
  text-align: center;
}
div.listing_tab_modules .product-container .right-block h5.product-title {
  min-height: 38px;
}
div.listing_tab_modules .product-container div.comments_note {
  display: none;
}
div.listing_tab_modules .img a {
  display: block;
  position: relative;
}
.sp_listing_tab_1 {
  margin-bottom: 80px;
}
.sp_listing_tab_1 .title-module-listingtab {
  margin-bottom: 45px;
  text-align: center;
}
.sp_listing_tab_1 .title-module-listingtab h3 {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 18px;
}
.sp_listing_tab_1 .title-module-listingtab span {
  display: block;
  color: #aaa;
  font-size: 13px;
  text-transform: none;
  font-weight: 400;
  line-height: 22px;
  margin: 20px 0 30px;
}
.sp_listing_tab_1 div.sp-listing-tabs .ltabs-tabs-container {
  margin: 0 0 50px;
  position: relative;
  text-align: center;
}
.sp_listing_tab_1 div.sp-listing-tabs .ltabs-tabs-container .ltabs-tabs {
  position: relative;
}
.sp_listing_tab_1 div.sp-listing-tabs .ltabs-tabs-container .ltabs-tab {
  color: #aaa;
  font-weight: 600;
  display: inline-block;
  position: relative;
  transition: 0.3s all ease 0s;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  padding: 0 20px;
  position: relative;
  margin: 0 10px;
  text-transform: uppercase;
}
.sp_listing_tab_1 div.sp-listing-tabs .ltabs-tabs-container .ltabs-tab:hover {
  color: #222;
}
.sp_listing_tab_1 div.sp-listing-tabs .ltabs-tabs-container .ltabs-tab.tab-sel {
  color: #222;
}
.sp_listing_tab_1 div.sp-listing-tabs .ltabs-tabs-container .ltabs-tab .ltabs-tab-img {
  width: 100%;
  text-align: center;
  overflow: hidden;
  position: relative;
}
.sp_listing_tab_1 div.sp-listing-tabs .ltabs-tabs-container {
  clear: both;
}
.sp_listing_tab_1 div.sp-listing-tabs .product-container {
  margin-bottom: 20px;
}
.sp_listing_tab_1 div.sp-listing-tabs .ltabs-items-container {
  position: relative;
}
.sp_listing_tab_1 div.sp-listing-tabs .owl-controls .owl-nav .owl-prev, .sp_listing_tab_1 div.sp-listing-tabs .owl-controls .owl-nav .owl-next {
  position: absolute;
  background: rgba(0, 0, 0, 0.05);
  text-align: center;
  top: 36%;
  bottom: auto;
  margin: 0px;
  text-indent: -9999;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  font-size: 24px;
  color: #222;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
}
.sp_listing_tab_1 div.sp-listing-tabs .owl-controls .owl-nav .owl-prev:hover, .sp_listing_tab_1 div.sp-listing-tabs .owl-controls .owl-nav .owl-next:hover {
  color: #fff;
  background: #282828;
}
.sp_listing_tab_1 div.sp-listing-tabs .owl-controls .owl-nav .owl-prev {
  left: -22px;
  right: auto;
}
.sp_listing_tab_1 div.sp-listing-tabs .owl-controls .owl-nav .owl-next {
  right: -22px;
  left: auto;
}
.sp_listing_tab_1 div.sp-listing-tabs:hover .owl-controls .owl-nav .owl-prev, .sp_listing_tab_1 div.sp-listing-tabs:hover .owl-controls .owl-nav .owl-next {
  transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
}
.sp_listing_tab_1 div.sp-listing-tabs .more {
  float: left;
  padding: 15px 35px 10px;
}
.sp_listing_tab_1 div.sp-listing-tabs .more a {
  font-size: 100%;
  color: #4e78a3;
}
.sp_listing_tab_1 div.sp-listing-tabs .more a:hover {
  color: #7f570c;
}
@media (max-width: 767px) {
  .sp_listing_tab_1 .title-module-listingtab {
    margin-bottom: 25px;
  }
  .sp_listing_tab_1 .title-module-listingtab span {
    margin: 10px 0;
  }
  div.sp-listing-tabs {
    width: 100%;
  }
  div.sp-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap {
    border: none;
  }
  .lang-rtl div.sp-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap {
    float: right;
  }
  div.sp-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox .ltabs-tabs li {
    display: block;
  }
  div.sp-listing-tabs .ltabs-tabs-container .ltabs-tabs {
    padding: 0;
  }
  div.sp-listing-tabs .ltabs-tabs-container .ltabs-tab {
    display: block;
    text-align: left;
    border-radius: 0;
  }
  .sp_listing_tab_1 div.sp-listing-tabs .owl-controls .owl-nav .owl-prev {
    left: 0;
    right: auto;
  }
  .sp_listing_tab_1 div.sp-listing-tabs .owl-controls .owl-nav .owl-next {
    left: auto;
    right: 0;
  }
  .lang-rtl div.sp-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox {
    text-align: right;
  }
  .lang-rtl div.sp-listing-tabs .ltabs-tabs-container .ltabs-tab {
    text-align: right;
  }
}
@media (max-width: 479px) {
  .sp_listing_tab_1 {
    margin-bottom: 40px;
  }
  div.listing_tab_modules .title-module-listingtab h3.block-title {
    font-size: 20px;
  }
  div.sp-listing-tabs .ltabs-wrap .ltabs-tabs-container {
    background: transparent;
    padding: 0;
    margin-bottom: 15px;
  }
  .sp_listing_tab_2 div.sp-listing-tabs .title-module-listingtab h3.block-title {
    margin: 0 0 30px;
  }
  .sp_listing_tab_2 div.sp-listing-tabs .ltabs-tabs-wrap {
    float: none;
  }
  .sp_listing_tab_2 div.sp-listing-tabs .ltabs-tabs-container .ltabs-tab:after {
    background: transparent;
  }
}
.title-module-listingtab {
  display: block;
  clear: both;
  font-weight: bold;
  text-transform: uppercase;
}
.sp-listing-tabs {
  margin: 0;
  padding: 0;
}
.acd-btn-add {
  float: left;
}
.sp-listing-tabs .tab-all .ltabs-tab-img {
  height: 30px;
}
.sp-listing-tabs .ltabs-wrap {
  margin: 0;
  padding: 0;
  
}
.sp-listing-tabs .item-price {
  margin-bottom: 5px;
}
.sp-listing-tabs .item-price .price.product-price, .sp-listing-tabs .item-price .old-price.product-price {
  color: red;
}
.sp-listing-tabs .button-container .button.lnk_view {
  margin-left: 10px;
  background: none;
}
.sp-listing-tabs .button-container .button.ajax_add_to_cart_button {
  background: none;
}
.sp-listing-tabs .item-price .old-price.product-price {
  margin-right: 3px;
  margin-left: 3px;
}
.sp-listing-tabs .item-desc {
  margin-bottom: 5px;
}
.sp-listing-tabs .item-desc p {
  margin: 0;
  padding: 0;
}
.sp-listing-tabs .functional-buttons {
  margin-top: 5px;
}
.sp-listing-tabs .wishlist {
  margin-bottom: 5px;
}
.sp-listing-tabs .compare {
  margin-bottom: 5px;
}
.page-title-listingtabs {
  color: #2e2c2d;
  text-transform: uppercase;
  font-size: 13px;
  
  font-weight: bold;
  overflow: hidden;
  width: 75%;
  margin: 10px 0 8px 10px;
}
.sp-listing-tabs .load-clear {
  clear: both;
}
.sp-listing-tabs .ltabs-tabs-container ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sp-listing-tabs .ltabs-tabs-container .ltabs-tabs {
  display: block;
}
.sp-listing-tabs .ltabs-tabs-container .ltabs-tabs .tab-all:hover .cat-all {
  margin-top: -48px;
}
.sp-listing-tabs .ltabs-tabs-container .ltabs-tabs .tab-all .cat-all {
  margin-top: 0px;
}
.sp-listing-tabs .ltabs-tabs-container .ltabs-tabs .tab-sel .cat-all {
  margin-top: -48px;
}
.sp-listing-tabs .ltabs-tab-img {
  float: left;
  overflow: hidden;
}
.sp-listing-tabs .item-prices {
  float: left;
  border-top: 1px solid #e9e9e9;
  padding: 2% 0 2% 0;
  border-bottom: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
  color: #909090;
  width: 40%;
}
.sp-listing-tabs .item-title {
  text-transform: uppercase;
  margin-bottom: 5px;
}
.sp-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap span.ltabs-tab-arrow, .sp-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap span.ltabs-tab-selected {
  display: none;
}
.sp-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox {
  position: relative;
  display: inline-block;
  text-align: left;
  line-height: 35px;
  color: #888;
  cursor: pointer;
  margin: 0;
}
.sp-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox span.ltabs-tab-selected {
  width: 115px;
  text-indent: 20px;
  border: 1px solid #ddd;
  border-right: none;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  background: #fff;
  overflow: hidden;
}
.sp-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox span.ltabs-tab-arrow {
  width: 35px;
  border: 1px solid #ddd;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  text-align: center;
  font-size: 12px;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  background: #ddd;
}
.sp-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox span.ltabs-tab-arrow, .sp-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox span.ltabs-tab-selected {
  position: relative;
  float: left;
  height: 36px;
  z-index: 1;
  display: inline-block;
}
.sp-listing-tabs .add-loadmore {
  float: right;
  margin-left: 10px;
  margin-top: 2px;
  vertical-align: middle;
}
.sp-listing-tabs .loaded .add-loadmore {
  display: none;
}
.sp-listing-tabs .ltabs-items-container .ltabs-items-inner {
  margin: 0;
  padding: 0;
  width: 100%;
}
.sp-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox .ltabs-tabs {
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  border: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  overflow: hidden;
  background: #fff;
  display: none;
  z-index: 999;
}
.sp-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox .ltabs-tabs.ltabs-open {
  display: block;
}
.sp-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox .ltabs-tabs li {
  margin: 0;
  padding: 0;
  float: none;
}
.sp-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox .ltabs-tab span {
  display: block;
  line-height: 20px;
  padding: 15px 10% 10px;
  
}
.sp-listing-tabs .ltabs-wrap .ltabs-items-container {
  padding: 0;
}
.sp-listing-tabs .ltabs-items-container .ltabs-items {
  margin: 0;
  padding: 0;
  width: 100%;
  display: none;
}
.sp-listing-tabs .ltabs-items-container .ltabs-items-inner {
  margin: 0;
  padding: 0;
  width: 100%;
}
.sp-listing-tabs .ltabs-items-container .ltabs-items-selected {
  display: block;
}
.sp-listing-tabs .ltabs-items-container .ltabs-item-wrap {
  margin: 0;
  padding: 0;
  opacity: 0;
  
  filter: alpha(opacity=0);
}
.sp-listing-tabs .ltabs-items-container .ltabs-item-wrap img {
  width: 100%;
  
  max-width: 100%;
}
.sp-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item {
  float: left;
  opacity: 1;
  
  filter: alpha(opacity=0);
  
}
.sp-listing-tabs .ltabs-items-container.show-slider .new-box {
  top: 1px;
}
.sp-listing-tabs .ltabs-items-container.show-slider .ltabs-item {
  width: 100%;
}
.sp-listing-tabs .ltabs-items-container.show-slider .ltabs-items .ltabs-item {
  opacity: 1;
  
}
.sp-listing-tabs .ltabs-items-container .ltabs-items-selected .owl-controls .owl-prev {
  direction: ltr;
  z-index: 3;
}
.sp-listing-tabs .ltabs-items-container .ltabs-items-selected .owl-controls .owl-prev:hover {
  cursor: pointer;
}
.sp-listing-tabs .ltabs-items-container .ltabs-items-selected .owl-controls .owl-next {
  z-index: 3;
  direction: ltr;
}
.sp-listing-tabs .ltabs-items-container .ltabs-items-selected .owl-controls .owl-next:hover {
  cursor: pointer;
  
  
}
.sp-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item .item-inner {
  margin: 0 10px;
}
.sp-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item .item-inner .item-image {
  border: 1px solid #e9e9e9;
  margin-bottom: 10px;
  position: relative;
}
.sp-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item .item-inner .item-image img {
  width: 99%;
}
.sp-listing-tabs .ltabs-items .ltabs-loading {
  width: 100%;
  max-width: 100%;
  padding: 0;
  position: relative;
  background: url(../../modules/splistingtabs/views/img/477.gif) no-repeat scroll center center transparent;
  min-height: 300px;
  display: block;
  z-index: 0;
}
div.sp-listing-tabs .ltabs-items-container .ltabs-loadmore.ltabs-item {
  display: block;
  text-align: center;
  margin: 3px 0 0;
  float: none;
  width: 100%;
  background: transparent;
  padding: 0px;
  margin: 0;
  overflow: hidden;
  position: relative;
}
div.sp-listing-tabs .ltabs-items .ltabs-loadmore .ltabs-loadmore-btn {
  display: inline-block;
  color: #fff;
  background: #189eff;
  border-bottom: 2px solid #106db1;
  text-transform: capitalize;
  font-size: 107%;
  font-weight: 400;
  padding: 8px 37px;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s all ease 0s;
}
div.sp-listing-tabs .ltabs-items .ltabs-loadmore .ltabs-loadmore-btn:hover {
  background: #106db1;
}
.sp-listing-tabs .ltabs-items .ltabs-loadmore .ltabs-loadmore-btn .ltabs-image-loading {
  background: url(../../modules/splistingtabs/views/img/301.gif) no-repeat scroll center center transparent;
  width: 22px;
  height: 22px;
  display: none;
  margin-right: 10px;
  vertical-align: middle;
}
.sp-listing-tabs .ltabs-items .ltabs-loadmore .ltabs-loadmore-btn:after {
  content: attr(data-label);
}
.sp-listing-tabs .ltabs-items.ltabs-process .ltabs-loadmore {
  display: none;
  
}
@media all and (max-width: 479px) {
  .sp-listing-tabs .ltabs-item .item-prices {
    width: 100%;
    border-bottom: none;
    border-right: none;
  }
  .ltabs-tabs-container .ltabs-tabs li {
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
  }
  .sp-listing-tabs .ltabs-item .hits {
    width: 100%;
    padding-left: 0;
  }
  .sp-listing-tabs .ltabs04-6 .ltabs-item {
    width: 16.64%;
  }
  .sp-listing-tabs .ltabs04-5 .ltabs-item {
    width: 19.958%;
  }
  .sp-listing-tabs .ltabs04-4 .ltabs-item {
    width: 24.995%;
  }
  .sp-listing-tabs .ltabs04-3 .ltabs-item {
    width: 33.315%;
  }
  .sp-listing-tabs .ltabs04-2 .ltabs-item {
    width: 49.985%;
  }
  .sp-listing-tabs .ltabs04-1 .ltabs-item {
    width: 100%;
  }
  .sp-listing-tabs .ltabs04-1 .clr1, .sp-listing-tabs .ltabs04-2 .clr2, .sp-listing-tabs .ltabs04-3 .clr3, .sp-listing-tabs .ltabs04-4 .clr4, .sp-listing-tabs .ltabs04-5 .clr5, .sp-listing-tabs .ltabs04-6 .clr6 {
    clear: both;
  }
  .sp-listing-tabs .ltabs01-3 .ltabs-item .item-prices, .sp-listing-tabs .ltabs01-4 .ltabs-item .item-prices, .sp-listing-tabs .ltabs01-5 .ltabs-item .item-prices, .sp-listing-tabs .ltabs01-6 .ltabs-item .item-prices {
    width: 100%;
    border-bottom: none;
    border-right: none;
  }
  .sp-listing-tabs .ltabs01-3 .ltabs-item .hits, .sp-listing-tabs .ltabs01-4 .ltabs-item .hits, .sp-listing-tabs .ltabs01-5 .ltabs-item .hits, .sp-listing-tabs .ltabs01-6 .ltabs-item .hits {
    width: 100%;
  }
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .sp-listing-tabs .ltabs03-6 .ltabs-item {
    width: 16.64%;
  }
  .sp-listing-tabs .ltabs03-5 .ltabs-item {
    width: 19.958%;
  }
  .sp-listing-tabs .ltabs03-4 .ltabs-item {
    width: 24.995%;
  }
  .sp-listing-tabs .ltabs02-5 .ltabs-item .hits {
    width: 100%;
  }
  .sp-listing-tabs .ltabs02-5 .ltabs-item .item-prices {
    width: 100%;
    border-bottom: none;
    border-right: none;
  }
  .sp-listing-tabs .ltabs02-6 .ltabs-item .item-prices {
    width: 100%;
    border-bottom: none;
    border-right: none;
  }
  .sp-listing-tabs .ltabs03-3 .ltabs-item {
    width: 33.295%;
  }
  .sp-listing-tabs .ltabs03-2 .ltabs-item {
    width: 49.999%;
  }
  .sp-listing-tabs .ltabs03-1 .ltabs-item {
    width: 100%;
  }
  .sp-listing-tabs .ltabs03-1 .clr1, .sp-listing-tabs .ltabs03-2 .clr2, .sp-listing-tabs .ltabs03-3 .clr3, .sp-listing-tabs .ltabs03-4 .clr4, .sp-listing-tabs .ltabs03-5 .clr5, .sp-listing-tabs .ltabs03-6 .clr6 {
    clear: both;
  }
  .sp-listing-tabs .ltabs01-3 .ltabs-item .item-prices, .sp-listing-tabs .ltabs01-4 .ltabs-item .item-prices, .sp-listing-tabs .ltabs01-5 .ltabs-item .item-prices, .sp-listing-tabs .ltabs01-6 .ltabs-item .item-prices {
    width: 100%;
    border-bottom: none;
    border-right: none;
  }
  .sp-listing-tabs .ltabs01-3 .ltabs-item .hits, .sp-listing-tabs .ltabs01-4 .ltabs-item .hits, .sp-listing-tabs .ltabs01-5 .ltabs-item .hits, .sp-listing-tabs .ltabs01-6 .ltabs-item .hits {
    width: 100%;
  }
}
@media all and (min-width: 768px) and (max-width: 1199px) {
  .sp-listing-tabs .ltabs01-3 .ltabs-item .item-prices, .sp-listing-tabs .ltabs01-4 .ltabs-item .item-prices, .sp-listing-tabs .ltabs01-5 .ltabs-item .item-prices, .sp-listing-tabs .ltabs01-6 .ltabs-item .item-prices {
    width: 100%;
    border-bottom: none;
    border-right: none;
  }
  .sp-listing-tabs .ltabs01-3 .ltabs-item .hits, .sp-listing-tabs .ltabs01-4 .ltabs-item .hits, .sp-listing-tabs .ltabs01-5 .ltabs-item .hits, .sp-listing-tabs .ltabs01-6 .ltabs-item .hits {
    width: 100%;
    padding-left: 0;
  }
  .sp-listing-tabs .ltabs02-6 .ltabs-item {
    width: 16.64%;
  }
  .sp-listing-tabs .ltabs02-5 .ltabs-item {
    width: 19.958%;
  }
  .sp-listing-tabs .ltabs02-4 .ltabs-item {
    width: 24.995%;
  }
  .sp-listing-tabs .ltabs02-3 .ltabs-item {
    width: 33.315%;
  }
  .sp-listing-tabs .ltabs02-2 .ltabs-item {
    width: 49.999%;
  }
  .sp-listing-tabs .ltabs02-1 .ltabs-item {
    width: 100%;
  }
  .sp-listing-tabs .ltabs02-4 .ltabs-item .item-prices {
    width: 100%;
    border-bottom: none;
    border-right: none;
  }
  .sp-listing-tabs .ltabs02-4 .ltabs-item .hits, .sp-listing-tabs .ltabs02-5 .ltabs-item .hits, .sp-listing-tabs .ltabs02-6 .ltabs-item .hits {
    width: 100%;
    padding-left: 0;
  }
  .sp-listing-tabs .ltabs02-5 .ltabs-item .item-prices {
    width: 100%;
    border-bottom: none;
    border-right: none;
  }
  .sp-listing-tabs .ltabs02-6 .ltabs-item .item-prices {
    width: 100%;
    border-bottom: none;
    border-right: none;
  }
  .sp-listing-tabs .ltabs02-1 .clr1, .sp-listing-tabs .ltabs02-2 .clr2, .sp-listing-tabs .ltabs02-3 .clr3, .sp-listing-tabs .ltabs02-4 .clr4, .sp-listing-tabs .ltabs02-5 .clr5, .sp-listing-tabs .ltabs02-6 .clr6 {
    clear: both;
  }
}
@media all and (min-width: 1200px) {
    .sp-listing-tabs .ltabs01-6 .ltabs-item {
    width: 16.64%;
  }
  .sp-listing-tabs .ltabs01-5 .ltabs-item {
    width: 20%;
  }
  .sp-listing-tabs .ltabs01-4 .ltabs-item {
    width: 25%;
  }
  .sp-listing-tabs .ltabs01-3 .ltabs-item {
    width: 33.315%;
  }
  .sp-listing-tabs .ltabs01-2 .ltabs-item {
    width: 49.999%;
  }
  .sp-listing-tabs .ltabs01-1 .ltabs-item {
    width: 100%;
  }
  .sp-listing-tabs .ltabs01-1 .clr1, .sp-listing-tabs .ltabs01-2 .clr2, .sp-listing-tabs .ltabs01-3 .clr3, .sp-listing-tabs .ltabs01-4 .clr4, .sp-listing-tabs .ltabs01-5 .clr5, .sp-listing-tabs .ltabs01-6 .clr6 {
    clear: both;
  }
}
.sp-listing-tabs.lt-ie9 .ltabs01-6 .ltabs-item {
  width: 16.64%;
}
.sp-listing-tabs.lt-ie9 .ltabs01-5 .ltabs-item {
  width: 20%;
}
.sp-listing-tabs.lt-ie9 .ltabs01-4 .ltabs-item {
  width: 25%;
}
.sp-listing-tabs.lt-ie9 .ltabs01-3 .ltabs-item {
  width: 33.315%;
}
.sp-listing-tabs.lt-ie9 .ltabs01-2 .ltabs-item {
  width: 49.999%;
}
.sp-listing-tabs.lt-ie9 .ltabs01-1 .ltabs-item {
  width: 100%;
}
.sp-listing-tabs.lt-ie9 .ltabs01-1 .clr1, .sp-listing-tabs.lt-ie9 .ltabs01-2 .clr2, .sp-listing-tabs.lt-ie9 .ltabs01-3 .clr3, .sp-listing-tabs.lt-ie9 .ltabs01-4 .clr4, .sp-listing-tabs.lt-ie9 .ltabs01-5 .clr5, .sp-listing-tabs.lt-ie9 .ltabs01-6 .clr6 {
  clear: both;
}
.sp-listing-tabs .ltabs-item .item-desc {
  overflow: hidden;
}
.sp-listing-tabs .ltabs-item .item-readmore {
  text-align: right;
}
.sp-listing-tabs .ltabs-item .item-desc + .item-readmore {
  margin-top: 10px;
}
.sp-listing-tabs .ltabs-item .item-btn-add {
  clear: both;
  display: block;
  padding-top: 10px;
  overflow: hidden;
}
.sp-listing-tabs .ltabs-item .item-btn-add form {
  margin: 0;
  
}
.cf:before, .cf:after {
  
  content: " ";
  
  display: table;
}
.cf:after {
  clear: both;
}
.lang_ar .sale-label {
  direction: ltr !important;
}
.lang_ar .sp-listing-tabs .ltabs-items-container .ltabs-items-selected .owl-controls .owl-prev {
  left: 0;
  right: inherit;
  direction: ltr !important;
}
.lang_ar .sp-listing-tabs .ltabs-items-container .ltabs-items-selected .owl-controls .owl-next {
  right: 0;
  left: inherit;
  direction: ltr !important;
}
.lang_ar .owl-stage-outer, .lang_ar .owl-carousel {
  float: left;
}
.lang_ar .sale-label {
  direction: ltr !important;
}
.lang_ar .sp-listing-tabs .ltabs-tabs-container .ltabs-tabs li {
  float: right;
}
.sp-deal .owl-controls {
  display: block;
  margin: 18px 0 0;
}
.sp-deal .owl-controls .owl-prev, .sp-deal .owl-controls .owl-next {
  position: absolute;
  background: rgba(0, 0, 0, 0.05);
  text-align: center;
  top: 44%;
  z-index: 2;
  bottom: auto;
  margin: 0px;
  cursor: pointer;
  text-indent: -9999;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  font-size: 24px;
  color: #222;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
}
.sp-deal .owl-controls .owl-prev:hover, .sp-deal .owl-controls .owl-next:hover {
  color: #fff;
  background: #282828;
}
.sp-deal .owl-controls .owl-prev {
  left: 45px;
  right: auto;
}
.sp-deal .owl-controls .owl-next {
  right: 45px;
  left: auto;
}
.sp-deal .owl-controls .owl-dots {
  display: block !important;
  position: relative;
  bottom: auto;
  left: auto;
  text-align: center;
  width: 100%;
}
.sp-deal .owl-controls .owl-dots .owl-dot {
  display: inline-block;
  float: none;
  vertical-align: middle;
}
.sp-deal .owl-controls .owl-dots .owl-dot span {
  width: 30px;
  height: 6px;
  border-radius: 5px;
  margin: 0 4px;
  background: #222;
  border: none;
  display: block;
  -moz-transition: opacity 300ms ease;
  -ms-transition: opacity 300ms ease;
  -o-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}
.sp-deal:hover .owl-controls .owl-prev, .sp-deal:hover .owl-controls .owl-next {
  transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
}
div.deal-1 {
  position: relative;
  margin-bottom: 52px;
  background: #fff;
}
div.deal-1 .owl-carousel .owl-stage-outer {
  overflow: visible;
}
div.deal-1 h3.module-tilte {
  margin: 0 0 30px;
  padding: 15px 30px;
  position: relative;
  text-transform: uppercase;
  font-size: 18px;
  color: #222;
  display: inline-block;
  font-weight: 500;
  z-index: 2;
}
div.deal-1 .sp-deal {
  margin-bottom: 0;
  overflow: hidden;
}
div.deal-1 .sp-deal .product-miniature {
  margin: 0;
}
div.deal-1 .sp-deal .product-miniature .product-image:before {
  left: 15px;
  right: 15px;
  width: auto;
}
div.deal-1 .sp-deal .product-miniature .product-container {
  border: none;
  margin: 0;
}
div.deal-1 .sp-deal .product-miniature .product-container .product-flags .product-flag.new, div.deal-1 .sp-deal .product-miniature .product-container .product-flags .sp-discount-percentage {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  line-height: 45px;
  top: 20px;
}
div.deal-1 .sp-deal .product-miniature .product-container .product-flags .product-flag.new {
  left: 35px;
}
div.deal-1 .sp-deal .product-miniature .product-container .product-flags .sp-discount-percentage {
  right: 35px;
}
div.deal-1 .sp-deal .product-miniature .product-container .label-timer {
  display: none;
}
div.deal-1 .sp-deal .product-miniature .product-container .item-time {
  z-index: 2;
  transition: 0.3s all ease 0s;
  -moz-transition: 0.3s all ease 0s;
  -webkit-transition: 0.3s all ease 0s;
  font-weight: 500;
  margin: 0 0 30px;
  line-height: 22px;
}
div.deal-1 .sp-deal .product-miniature .product-container .item-time span {
  font-size: 14px;
  color: #fff;
  display: inline-block;
  position: relative;
  padding: 0 18px 0 0;
}
div.deal-1 .sp-deal .product-miniature .product-container .item-time .time-item {
  display: inline-block;
  position: relative;
  color: #222;
  font-size: 12px;
  margin: 0 5px;
  padding: 16px 0 13px;
  text-align: center;
  border: 2px solid #eee;
  width: 70px;
}
div.deal-1 .sp-deal .product-miniature .product-container .item-time .time-item.time-day {
  margin: 0 1px 0 4px;
}
.lang-rtl div.deal-1 .sp-deal .product-miniature .product-container .item-time .time-item.time-day {
  margin: 0 4px 0 1px;
}
div.deal-1 .sp-deal .product-miniature .product-container .item-time .time-item .num-time {
  color: #222;
  display: block;
  font-weight: 500;
  font-size: 24px;
  margin: 0 0 2px;
}
div.deal-1 .sp-deal .product-miniature .product-container .item-time .time-item .name-time {
  color: #888;
  text-transform: uppercase;
  font-weight: 400;
  display: inline-block;
  text-align: center;
}
div.deal-1 .sp-deal .product-miniature .product-container div.comments_note {
  margin: 0 0 27px;
  display: block;
}
div.deal-1 .sp-deal .product-miniature .product-container .product-title {
  margin-bottom: 30px;
}
div.deal-1 .sp-deal .product-miniature .product-container .product-title a {
  font-size: 24px;
  color: #222;
  transition: all 0.3s ease 0s;
}
div.deal-1 .sp-deal .product-miniature .product-container .product-title:hover a {
  color: #4e78a3;
}
div.deal-1 .sp-deal .product-miniature .product-container .product-info {
  text-align: center;
  padding: 0 15px;
}
div.deal-1 .sp-deal .product-miniature .product-container .product-info .box-box {
  border: 15px solid #f5f5f5;
  padding: 87px 30px 0;
  min-height: 685px;
}
div.deal-1 .sp-deal .product-miniature .product-container .product-price-and-shipping {
  font-size: 22px;
  margin-bottom: 46px;
}
div.deal-1 .sp-deal .product-miniature .product-container .product-price-and-shipping .regular-price {
  font-weight: 400;
}
div.deal-1 .sp-deal .product-miniature .product-container .product-description {
  margin-bottom: 30px;
}
div.deal-1 .sp-deal .product-miniature .product-container .btn-primary.cart-button {
  background: #222;
  font-size: 14px;
  padding: 11px 110px;
  margin-bottom: 50px;
}
div.deal-1 .sp-deal .product-miniature .product-container .btn-primary.cart-button:hover {
  background: #4e78a3;
}
div.deal-1 .sp-deal .product-miniature .product-container .sp-cart-box {
  margin-bottom: 50px;
}
@media (min-width: 1200px) {
  div.deal-1 div.sp-deal .product-miniature .product-container .product-info .box-box {
    padding: 87px 60px 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  div.deal-1 div.sp-deal .product-miniature .product-container .product-info .box-box {
    min-height: 518px;
    padding: 50px 30px 0;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  div.deal-1 div.sp-deal .product-miniature .product-container .product-title {
    margin-bottom: 15px;
  }
  div.deal-1 div.sp-deal .product-miniature .product-container div.comments_note {
    margin-bottom: 15px;
  }
  div.deal-1 div.sp-deal .product-miniature .product-container .btn-primary.cart-button {
    padding: 8px 85px;
  }
  div.deal-1 div.sp-deal .product-miniature .product-container .product-price-and-shipping {
    margin-bottom: 20px;
  }
  div.deal-1 div.sp-deal .product-miniature .product-container .item-time .time-item {
    width: 60px;
  }
  div.deal-1 div.sp-deal .product-miniature .product-container .product-info .box-box {
    padding: 20px 10px 0;
    min-height: 0;
  }
  div.deal-1 div.sp-deal .product-miniature .product-container .sp-cart-box {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .sp-deal .owl-controls .owl-prev {
    left: 16px;
  }
  .sp-deal .owl-controls .owl-next {
    right: 16px;
  }
}
@media (max-width: 480px) {
  div.deal-1 {
    margin-bottom: 25px;
  }
  div.deal-1 .sp-deal .product-miniature .product-container .btn-primary.cart-button {
    padding: 11px 60px;
  }
  div.deal-1 .sp-deal .product-miniature .product-container .product-info .box-box {
    padding: 30px 15px 0;
    min-height: 0;
  }
  div.deal-1 .sp-deal .product-miniature .product-container .product-title {
    margin-bottom: 10px;
  }
  div.deal-1 .sp-deal .product-miniature .product-container .product-title a {
    font-size: 20px;
  }
  div.deal-1 .sp-deal .product-miniature .product-container div.comments_note {
    margin-bottom: 10px;
  }
  div.deal-1 .sp-deal .product-miniature .product-container .product-description {
    margin-bottom: 20px;
  }
  div.deal-1 .sp-deal .product-miniature .product-container .product-price-and-shipping {
    margin-bottom: 30px;
  }
  div.deal-1 .sp-deal .product-miniature .product-container .btn-primary.cart-button {
    margin-bottom: 35px;
  }
  div.deal-1 .sp-deal .product-miniature .product-container .item-time .time-item {
    margin-bottom: 15px;
    padding: 12px 0 8px;
    width: 60px;
  }
}
#module-smartblog-category .spmegamenu .sp-megamenu-container ul li.blog > a, #contact .spmegamenu .sp-megamenu-container ul li.contact > a {
  color: #4e78a3;
}
#module-smartblog-category .spmegamenu .sp-megamenu-container ul li.blog > a:after, #contact .spmegamenu .sp-megamenu-container ul li.contact > a:after {
  display: block;
}
div.sp-megamenu .navbar-nav > li.group .dropdown-menu ul li > a:hover {
  color: #4e78a3;
}
div.sp-megamenu .navbar-nav > li.group .dropdown-menu ul li .dropdown-menu ul li > a:hover {
  color: #4e78a3;
}
div.sp-megamenu .navbar-nav > li.css_type .dropdown-menu ul li a:hover {
  color: #4e78a3;
}
div.sp-megamenu .navbar-nav .css_type > .dropdown-menu > ul > li:hover > a {
  color: #4e78a3;
}
div.sp-megamenu .home {
  display: inline-block;
  position: relative;
}
div.sp-megamenu .home:hover .dropdown-menu a:hover {
  color: #4e78a3;
}
div.sp-megamenu .home:hover .dropdown-menu a:hover:after {
  display: block;
}
div div.sp-megamenu .navbar-nav > li.item-1.parent:hover > a:before, div div.sp-megamenu .navbar-nav > li.item-1.parent.active > a:before {
  color: #4e78a3;
}
div div.sp-megamenu .navbar-nav > li > a:after {
  background: #4e78a3;
}
div div.sp-megamenu .navbar-nav > li:hover > a {
  color: #4e78a3;
}
div div.sp-megamenu .navbar-nav > li:hover > a:after {
  display: block;
}
div div.sp-megamenu .navbar-nav > li.active > a {
  color: #4e78a3;
}
div div.sp-megamenu .navbar-nav > li.active > a:after {
  display: block;
}
.navbar {
  border: none;
  margin: 0;
  border-radius: 0;
  z-index: auto;
  z-index: inherit;
  position: inherit;
}
.header-container .container {
  position: relative;
}
.spmegamenu {
  font-size: 0;
}
.spmegamenu .navbar {
  padding: 0;
}
.sp-megamenu {
  padding: 0;
  min-height: inherit;
}
.sp-megamenu .icon-menu {
  margin-bottom: 0;
  position: absolute;
  right: auto;
  left: 0;
  top: 15px;
}
.sp-megamenu img:hover {
  opacity: 0.8;
  cursor: pointer;
}
.sp-megamenu .navbar-nav {
  float: none;
  display: inline-block;
  vertical-align: top;
}
.sp-megamenu .navbar-nav > li {
  display: inline-block;
  float: none;
  position: inherit;
  padding: 0 15px;
}
.sp-megamenu .navbar-nav > li > a {
  color: #222;
  font-size: 16px;
  text-transform: uppercase;
  line-height: normal;
  padding: 13px 0;
  font-weight: 500;
  transition: 0.3s all ease 0s;
  display: block;
  position: relative;
}
.sp-megamenu .navbar-nav > li > a:hover, .sp-megamenu .navbar-nav > li > a:focus {
  background: transparent;
}
.sp-megamenu .navbar-nav > li.parent {
  padding: 0 26px 0 15px;
}
.lang-rtl .sp-megamenu .navbar-nav > li.parent {
  padding: 0 15px 0 26px;
}
.sp-megamenu .navbar-nav > li .dropdown-menu {
  z-index: 5;
  border: none;
  border-radius: 0;
  transition: all 0.3s ease 0s;
  display: block;
  visibility: hidden;
  top: 150%;
  font-size: 14px;
  opacity: 0;
  min-width: inherit;
  margin: 0;
}
.sp-megamenu .navbar-nav > li:hover .dropdown-menu {
  opacity: 1;
  z-index: 10;
  top: 100%;
  visibility: visible;
}
.sp-megamenu .navbar-nav > li > .dropdown-menu {
  border: 1px solid #ddd;
}
.sp-megamenu .navbar-nav .item-1.parent > a:before {
  content: "\f0d7";
  font-family: fontawesome;
  font-size: 12px;
  font-weight: normal;
  color: #222;
  position: absolute;
  right: -15px;
  top: 20px;
  left: auto;
}
.sp-megamenu .navbar-nav > li.group {
  position: inherit;
}
.sp-megamenu .navbar-nav > li.group .cha {
  margin: 0 -15px;
}
.sp-megamenu .navbar-nav > li.group > .dropdown-menu {
  left: 15px;
  right: 15px;
  min-width: 1000px;
  padding: 23px 15px 22px;
}
.sp-megamenu .navbar-nav > li.group > .dropdown-menu h5 {
  font-size: 16px;
  margin-bottom: 5px;
}
.sp-megamenu .navbar-nav > li.group > .dropdown-menu h5 a {
  color: #222;
  font-weight: 600;
  text-transform: uppercase;
}
.sp-megamenu .navbar-nav > li.group > .dropdown-menu h5 a:before {
  display: none;
}
.sp-megamenu .navbar-nav > li.group > .dropdown-menu h5 a:hover {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.sp-megamenu .navbar-nav > li.group > .dropdown-menu h5 a:hover:before {
  display: none !important;
}
.sp-megamenu .navbar-nav > li.group > .dropdown-menu img {
  margin-bottom: 15px;
}
.sp-megamenu .navbar-nav > li.group > .dropdown-menu li.item-2 > a {
  display: none;
}
.sp-megamenu .navbar-nav > li.group > .dropdown-menu > ul > li {
  float: left;
  padding: 0 15px;
}
.sp-megamenu .navbar-nav > li.group > .dropdown-menu > ul > li:first-child {
  border: none;
}
.sp-megamenu .navbar-nav > li.group > .dropdown-menu > ul > li > a {
  text-transform: uppercase;
  font-weight: 500;
  color: #222;
  display: block;
  font-size: 108%;
  position: relative;
  margin-bottom: 8px;
}
.sp-megamenu .navbar-nav > li.group > .dropdown-menu > ul > li .dropdown-menu {
  position: relative;
  top: auto;
  left: auto;
  box-shadow: none;
  right: auto;
  bottom: auto;
  padding: 0;
  opacity: 1;
  z-index: 9;
  display: block;
  width: 100%;
}
.sp-megamenu .navbar-nav > li.group > .dropdown-menu > ul > li .dropdown-menu ul li {
  width: 100%;
}
.sp-megamenu .navbar-nav > li {
  position: relative;
}
.sp-megamenu .navbar-nav > li:hover > .dropdown-menu {
  top: 100%;
}
.sp-megamenu .navbar-nav > li .dropdown-menu {
  left: 0;
  right: auto;
  width: 210px;
  padding: 15px 20px;
}
.sp-megamenu .navbar-nav > li .dropdown-menu ul li {
  position: relative;
  padding: 0;
}
.sp-megamenu .navbar-nav > li .dropdown-menu ul li.parent > a:after {
  content: "\f105";
  font-family: Fontawesome;
  position: absolute;
  right: 0px;
  display: block;
  font-size: 14px;
  top: 4px;
}
.sp-megamenu .navbar-nav > li .dropdown-menu ul li a {
  display: block;
  font-weight: normal;
  text-transform: capitalize;
  color: #888;
  padding: 5px 0;
  font-size: 100%;
}
.sp-megamenu .navbar-nav > li .dropdown-menu ul li a:hover {
  color: #4e78a3;
}
.sp-megamenu .navbar-nav > li .dropdown-menu ul li .dropdown-menu {
  left: 189px;
  right: auto;
  top: 120%;
  margin: 0;
  z-index: -1;
  opacity: 0;
  margin: 0;
}
.sp-megamenu .navbar-nav > li .dropdown-menu ul li .dropdown-menu:before {
  content: "";
  display: block;
  height: 100%;
  width: 30px;
  position: absolute;
  top: 0;
  left: -30px;
  background: transparent;
}
.sp-megamenu .navbar-nav > li .dropdown-menu ul li:hover .dropdown-menu {
  z-index: 1;
  opacity: 1;
  top: 0;
}
.sp-megamenu .navbar-nav > li .dropdown-menu ul li .dropdown-menu {
  border: 1px solid #ddd;
}
.sp-megamenu .navbar-nav > li.parent.group .dropdown-menu ul li .dropdown-menu {
  border: none;
}
#index .sp-megamenu .home > a {
  color: #4e78a3;
}
#index .sp-megamenu .home > a:after {
  display: block;
}
.sp-megamenu .home {
  display: inline-block;
  position: relative;
  vertical-align: top;
  font-size: 0;
  padding: 0 15px;
}
.sp-megamenu .home > a {
  color: #222;
  display: block;
  font-size: 16px;
  line-height: normal;
  font-weight: 500;
  padding: 13px 0;
  position: relative;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}
.sp-megamenu .home > a:hover {
  color: #4e78a3;
}
.sp-megamenu .home .dropdown-menu {
  left: 0;
  right: auto;
  width: 220px;
  padding: 5px 0px;
  opacity: 0;
  display: block;
  z-index: -1;
  border-radius: 0;
  transition: 0.3s all ease 0s;
  top: 170%;
  margin-top: 0;
  z-index: 9;
  min-width: inherit;
  visibility: hidden;
  border: none;
  box-shadow: 0px 0px 6px 0 rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0px 0px 6px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 6px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 6px 0 rgba(0, 0, 0, 0.15);
}
.sp-megamenu .home .dropdown-menu:before {
  content: "";
  background: transparent;
  width: 100%;
  left: 0;
  position: absolute;
  height: 1px;
  top: -1px;
}
.sp-megamenu .home .dropdown-menu li {
  position: relative;
  padding: 0 20px;
}
.sp-megamenu .home .dropdown-menu li:last-child > a {
  border: none;
}
.sp-megamenu .home .dropdown-menu li.parent > a:before {
  content: "\f105";
  font-family: Fontawesome;
  position: absolute;
  right: 30px;
  display: block;
  font-size: 14px;
  top: 12px;
}
.sp-megamenu .home .dropdown-menu li a {
  padding: 12px 0;
  display: block;
  text-transform: capitalize;
  color: #222;
  font-weight: normal;
  font-size: 14px;
  border-bottom: solid 1px #f0f0f0;
}
.sp-megamenu .home .dropdown-menu li a:hover {
  background: transparent;
}
.sp-megamenu .home:hover .dropdown-menu {
  opacity: 1;
  top: 100%;
  z-index: 9;
  visibility: visible;
}
.label-menu {
  display: none;
}
#remove-megamenu {
  display: none;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sp-megamenu .navbar-nav > li.group > .dropdown-menu {
    padding: 20px 5px;
    min-width: 800px;
  }
  #header_menu {
    position: inherit;
  }
  .sp-megamenu .home {
    padding: 0 8px;
  }
  .sp-megamenu .navbar-nav > li.parent {
    padding: 0 23px 0 8px;
  }
  .lang-rtl .sp-megamenu .navbar-nav > li.parent {
    padding: 0 8px 0 23px;
  }
  .sp-megamenu .navbar-nav > li {
    vertical-align: top;
    padding: 0 8px;
  }
  .lang-rtl .sp-megamenu .navbar-nav > li.mega_type1 > .dropdown-menu, .lang-rtl .sp-megamenu .navbar-nav > li.mega_type2 > .dropdown-menu {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .spmegamenu .navbar-button {
    display: none;
  }
}
@media (max-width: 991px) {
  .sp-megamenu .home {
    padding: 0;
  }
  .sp-megamenu .navbar-nav > li.parent {
    padding: 0;
  }
  .sp-megamenu .navbar-nav > li {
    padding: 0;
  }
  .navbar .navbar-button .navbar-toggle {
    display: inline-block;
  }
}
@media (max-width: 991px) {
  .sp-megamenu .navbar-nav > li.group > .dropdown-menu {
    min-width: 0;
  }
  .sp-megamenu .navbar-nav > li.group > .dropdown-menu h5 {
    margin-bottom: 30px;
  }
  .sp-megamenu .navbar-nav > li.group .cha ul li:last-child h5 {
    margin-bottom: 10px;
  }
  .sp-megamenu .navbar-nav > li.group > .dropdown-menu li.item-2 > a {
    display: block;
  }
  .sp-megamenu .navbar-nav > li .dropdown-menu ul li a:before {
    display: none;
  }
  .sp-megamenu h1, .sp-megamenu h2, .sp-megamenu h3, .sp-megamenu h4, .sp-megamenu h5 {
    color: #fff;
  }
  .navbar .navbar-button {
    height: 40px;
  }
  .navbar .navbar-button .navbar-toggle {
    margin: 0;
    cursor: pointer;
    text-align: center;
    border-radius: 0;
    border: none;
    height: 42px;
    width: 30px;
    padding: 10px 0;
    background: transparent;
    transition: all 0.3s ease 0s;
  }
  .navbar .navbar-button .navbar-toggle:hover .icon-bar {
    background: #4e78a3;
  }
  .navbar .navbar-button .navbar-toggle .icon-bar {
    height: 2px;
    width: 16px;
    display: block;
    margin: 0 0 4px;
    background: #282828;
    border-radius: 0;
  }
  .navbar .navbar-button .navbar-toggle .icon-bar:last-child {
    margin-bottom: 0;
  }
  .navbar #sp-megamenu {
    position: fixed;
    top: 0px;
    left: 0;
    background: rgba(68, 73, 78, 0.95);
    bottom: 0px;
    width: 280px;
    padding: 0;
    z-index: 999999;
    visibility: hidden;
    -webkit-transform: translate3d(-280px, 0, 0);
    transform: translate3d(-280px, 0, 0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    text-align: left;
  }
  .navbar #sp-megamenu.sp-megamenu-active {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .navbar #sp-megamenu .label-menu {
    padding: 20px;
    font-size: 24px;
    color: #fff;
    display: block;
    background: #222;
    margin-bottom: 1px;
  }
  .navbar #sp-megamenu #remove-megamenu {
    z-index: 10;
    cursor: pointer;
    color: #fff;
    position: absolute;
    top: 12px;
    right: 15px;
    display: block;
    font-size: 16px;
  }
  .navbar #sp-megamenu #remove-megamenu:hover {
    color: red;
  }
  .navbar #sp-megamenu .sp-megamenu-container {
    overflow-y: auto;
    overflow-x: hidden;
    margin: 0;
    height: 295px;
  }
  .navbar #sp-megamenu .navbar-nav {
    float: none;
    text-align: left;
    overflow: hidden;
    margin: 0;
    display: block;
  }
  .navbar #sp-megamenu .navbar-nav li {
    float: left;
    margin: 0;
    position: relative;
    width: 100%;
    margin: 0 0 1px;
  }
  .navbar #sp-megamenu .navbar-nav li a, .navbar #sp-megamenu .navbar-nav li span.menu-title {
    color: #fff;
    font-weight: normal;
    text-transform: none;
    padding: 15px 20px;
    border: none;
    margin: 0;
    background: #333;
    line-height: inherit;
    font-size: 14px;
  }
  .navbar #sp-megamenu .navbar-nav li a:after, .navbar #sp-megamenu .navbar-nav li span.menu-title:after {
    display: none;
  }
  .navbar #sp-megamenu .navbar-nav li:hover a, .navbar #sp-megamenu .navbar-nav li:hover span.menu-title {
    background: #222;
    color: #fff;
  }
  .navbar #sp-megamenu .navbar-nav li span.grower {
    display: inline-block;
    position: absolute;
    right: 0;
    cursor: pointer;
    font-family: "FontAwesome";
    font-size: 10px;
    top: 0;
    color: #fff;
    opacity: 1;
    text-shadow: none;
    height: 100%;
    text-align: center;
    width: 50px;
    line-height: 48px;
    background: #222;
  }
  .navbar #sp-megamenu .navbar-nav li span.grower.close:before {
    content: "\f067";
  }
  .navbar #sp-megamenu .navbar-nav li span.grower.open:before {
    content: "\f068";
  }
  .navbar #sp-megamenu .navbar-nav li .dropdown-menu {
    position: relative;
    display: none;
    width: 100% !important;
    filter: alpha(opacity=100);
    opacity: 1;
    visibility: inherit;
    margin: 0px;
    box-shadow: none;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    border: none;
    background: transparent;
    transition: 0s all ease 0s;
    background: #222;
    z-index: 9;
    padding: 15px 20px;
  }
  .navbar #sp-megamenu .navbar-nav li .dropdown-menu:after {
    display: none;
  }
  .navbar #sp-megamenu .navbar-nav ul li {
    width: 100% !important;
    padding: 10px 0;
    border: none;
  }
  .navbar #sp-megamenu .navbar-nav ul li a {
    font-size: 12px;
    padding: 0;
    background: transparent;
  }
  .navbar #sp-megamenu .navbar-nav ul li.category-thumbnail {
    display: none;
  }
  .navbar #sp-megamenu .navbar-nav ul li.featured-product {
    display: none;
  }
  .navbar #sp-megamenu .navbar-nav ul li .dropdown-menu {
    padding: 5px 0;
    border: none !important;
  }
  .navbar #sp-megamenu .navbar-nav ul li .dropdown-menu ul li {
    padding: 10px 15px;
  }
  .navbar #sp-megamenu .home {
    display: block;
    overflow: hidden;
    margin-bottom: 1px;
  }
  .navbar #sp-megamenu .home > a {
    padding: 15px 20px;
    background: #222;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    line-height: inherit;
    margin: 0;
    text-transform: none;
  }
  .navbar #sp-megamenu .home > a:after {
    display: none;
  }
  .navbar #sp-megamenu .home > a:hover {
    background: #222;
    color: #fff;
  }
  .navbar #sp-megamenu .home .dropdown-menu {
    position: relative;
    display: none;
    width: 100% !important;
    filter: alpha(opacity=100);
    opacity: 1;
    visibility: inherit;
    margin: 0px;
    box-shadow: none;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    border: none;
    background: transparent;
    transition: 0s all ease 0s;
    background: #222;
    z-index: 9;
    padding: 15px 20px;
  }
  .navbar #sp-megamenu .home .dropdown-menu:after {
    display: none;
  }
  .navbar #sp-megamenu .home .dropdown-menu li {
    width: 100% !important;
    padding: 10px 0;
    border: none;
  }
  .navbar #sp-megamenu .home .dropdown-menu li a {
    font-size: 14px;
    padding: 0;
    background: transparent;
    color: #fff;
    border: none;
  }
  .navbar #sp-megamenu .home span.grower {
    display: inline-block;
    position: absolute;
    right: 0;
    cursor: pointer;
    font-family: "FontAwesome";
    font-size: 10px;
    top: 0;
    color: #fff;
    opacity: 1;
    text-shadow: none;
    height: 100%;
    text-align: center;
    width: 50px;
    line-height: 48px;
    background: #222;
  }
  .navbar #sp-megamenu .home span.grower.close:before {
    content: "\f067";
  }
  .navbar #sp-megamenu .home span.grower.open:before {
    content: "\f068";
  }
  .navbar #sp-megamenu .navbar-nav li .dropdown-menu {
    border-radius: 0;
  }
  .sp-vermegamenu {
    min-height: 52px !important;
  }
  .sp-megamenu .home > a:before {
    content: none;
  }
  .sp-megamenu .navbar-nav > li.parent > a:before {
    content: none;
  }
  .sp-megamenu .navbar-nav li.group .dropdown-menu li.custom-box-html {
    display: none;
  }
  .sp-megamenu .navbar-nav > li.group > .dropdown-menu > ul > li > a:before {
    display: none;
  }
  .lang-rtl .navbar #sp-megamenu {
    left: auto;
    right: 0;
    transform: translate3d(280px, 0, 0);
    text-align: right;
  }
  .lang-rtl .navbar #sp-megamenu.sp-megamenu-active {
    transform: translate3d(0, 0, 0);
  }
  .lang-rtl .navbar #sp-megamenu #remove-megamenu {
    right: auto;
    left: 15px;
  }
  .lang-rtl .navbar #sp-megamenu .navbar-nav {
    text-align: right;
    width: 100%;
  }
  .lang-rtl .navbar #sp-megamenu .navbar-nav li span.grower {
    right: auto;
    left: 0;
  }
  .lang-rtl .navbar #sp-megamenu .home span.grower {
    right: auto;
    left: 0;
  }
  .lang-rtl .sp-megamenu .home {
    width: 100%;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .navbar #sp-megamenu .sp-megamenu-container {
    height: 345px;
  }
}
@media (max-width: 479px) {
  .navbar #sp-megamenu .sp-megamenu-container {
    height: 357px;
  }
}
#index .header_v3 div.spverticalmenu h3 {
  border-radius: 5px 5px 0 0;
}
#index .header_v3 div.spverticalmenu .navbar-vertical {
  display: none;
}
#index .header_v3 div.spverticalmenu:hover .navbar-vertical {
  display: block;
}
div.spverticalmenu .sp-vermegamenu .navbar-nav > li:hover > a {
  color: #4e78a3;
}
div.spverticalmenu .sp-vermegamenu .more-wrap:hover .more-view, div.spverticalmenu .sp-vermegamenu .more-wrap:hover .fa {
  color: #4e78a3;
}
div.spverticalmenu .sp-vermegamenu .navbar-nav > li.item-1.parent:hover a:before, div.spverticalmenu .sp-vermegamenu .navbar-nav > li.item-1.parent:hover a:after {
  color: #4e78a3;
}
div.spverticalmenu .sp-vermegamenu .navbar-nav > li > a:hover {
  color: #4e78a3;
}
div.spverticalmenu .sp-vermegamenu .navbar-nav .vertical-cat .dropdown-menu ul li.cat-child:hover a:hover, div.spverticalmenu .sp-vermegamenu .navbar-nav .vertical-cat .dropdown-menu ul li.cat-child-2:hover a:hover {
  color: #4e78a3;
}
div.spverticalmenu .sp-vermegamenu .navbar-nav .css_type > .dropdown-menu > ul > li:hover > a {
  color: #4e78a3;
}
div.spverticalmenu .sp-vermegamenu .navbar-nav .css_type ul li.item-2.parent > a:hover:before {
  color: #4e78a3;
}
.sp-vermegamenu .navbar-nav > li {
  float: none;
}
#index div.spverticalmenu .navbar-vertical {
  display: block;
}
div.spverticalmenu {
  position: relative;
  z-index: 3;
}
div.spverticalmenu h3 {
  background: #4e78a3;
  color: #fff;
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
  padding: 0 0px 0 45px;
  margin: 0;
  line-height: 40px;
  text-transform: uppercase;
  position: relative;
  transition: all 0.3s ease 0s;
}
div.spverticalmenu h3:before {
  position: absolute;
  content: "\f00b";
  font-family: fontawesome;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  top: 0;
  left: 22px;
  right: auto;
  transition: all 0.3s ease 0s;
  
}
div.spverticalmenu .navbar-vertical {
  width: 100%;
  display: none;
  z-index: 4;
  border: 1px solid #ccc;
  border-top: 0;
  position: absolute;
  background: #fff;
}
div.spverticalmenu:hover {
  cursor: pointer;
}
div.spverticalmenu:hover .navbar-vertical {
  display: block;
}
div.spverticalmenu .more-wrap {
  clear: both;
  display: block;
  font-weight: normal;
  cursor: pointer;
  padding: 7px 20px 7px;
  margin-top: 10px;
  border-top: 1px solid #ccc;
  transition: all 0.3s ease 0s;
}
div.spverticalmenu .more-wrap:hover span.more-view {
  color: #4e78a3;
}
div.spverticalmenu .more-wrap:hover i {
  color: #4e78a3;
}
div.spverticalmenu .more-wrap i {
  margin: 7px 10px 0 0;
  font-size: 93%;
  float: left;
  color: #666;
}
.lang-rtl div.spverticalmenu .more-wrap i {
  float: left;
}
div.spverticalmenu .more-wrap .more-view {
  padding: 0;
  font-size: 100%;
  text-transform: capitalize;
  font-weight: 400;
  color: #222;
}
div.spverticalmenu .sp-vermegamenu .navbar-nav > li {
  padding: 0 20px;
}
div.spverticalmenu .sp-vermegamenu .navbar-nav > li > a {
  padding: 8px 0 5px;
  position: relative;
  font-size: 107%;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 22px;
  color: #666;
  display: block;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms ease 0s;
  transition: all 0.3s ease 0s;
}
div.spverticalmenu .sp-vermegamenu .navbar-nav > li.item-1.parent > a {
  position: relative;
}
div.spverticalmenu .sp-vermegamenu .navbar-nav > li.item-1.parent > a:after {
  content: "\f105";
  font-family: fontawesome;
  font-size: 14px;
  font-weight: normal;
  color: #aaa;
  position: absolute;
  right: 0;
  left: auto;
  line-height: 20px;
}
div.spverticalmenu .sp-vermegamenu .navbar-nav > li.item-1.parent ul li a:before {
  content: "";
}
div.spverticalmenu .sp-vermegamenu .navbar-nav .css_type {
  position: relative;
}
div.spverticalmenu .sp-vermegamenu .navbar-nav .css_type .dropdown-menu {
  border: none;
}
div.spverticalmenu .sp-vermegamenu .navbar-nav .css_type > .dropdown-menu {
  padding: 15px 0;
  width: 220px;
}
div.spverticalmenu .sp-vermegamenu .navbar-nav .css_type > .dropdown-menu > ul > li > a {
  padding: 9px 0;
  margin: 0 30px;
  border-bottom: 1px solid #f0f0f0;
}
div.spverticalmenu .sp-vermegamenu .navbar-nav .css_type > .dropdown-menu > ul > li > a:after {
  display: none;
}
div.spverticalmenu .sp-vermegamenu .navbar-nav .css_type > .dropdown-menu > ul > li:last-child > a {
  border-bottom: none;
}
div.spverticalmenu .sp-vermegamenu .navbar-nav .css_type ul li.item-2.parent > a {
  position: relative;
}
div.spverticalmenu .sp-vermegamenu .navbar-nav .css_type ul li.item-2.parent > a:before {
  content: "\f105";
  font-family: fontawesome;
  font-size: 13px;
  font-weight: normal;
  color: #616161;
  position: absolute;
  right: 0;
  left: auto;
  line-height: 21px;
}
div.spverticalmenu .sp-vermegamenu .navbar-nav li.group.mid {
  position: relative;
}
div.spverticalmenu .sp-vermegamenu .navbar-nav li.group .dropdown-menu {
  padding: 25px 10px;
}
div.spverticalmenu .sp-vermegamenu .navbar-nav li.group .dropdown-menu ul li.group.item-3 > a {
  font-size: 143%;
  font-weight: 400;
  text-transform: capitalize;
  color: #0b79bf;
  padding: 0;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  position: relative;
}
div.spverticalmenu .sp-vermegamenu .navbar-nav li.group .dropdown-menu ul li.group.item-3 > a:after {
  display: none;
}
div.spverticalmenu .sp-vermegamenu .navbar-nav li.group .dropdown-menu ul li.group.item-3 > .dropdown-menu {
  padding: 5px 0;
  display: block;
  left: 0;
  top: auto;
  position: relative;
  box-shadow: none;
  background: transparent;
  border: none;
  width: 100%;
}
div.spverticalmenu .sp-vermegamenu .navbar-nav li.group .dropdown-menu ul li.group.item-3 > .dropdown-menu ul li {
  padding: 0;
  margin: 0;
}
div.spverticalmenu .sp-vermegamenu .navbar-nav li.group .dropdown-menu ul li.group.item-3 > .dropdown-menu ul li > a {
  font-weight: normal;
  padding: 7px 0;
  font-size: 100%;
}
div.spverticalmenu .sp-vermegamenu .navbar-nav > li.parent.group > .dropdown-menu {
  padding: 24px 10px 10px;
  background-size: cover;
  box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.15);
}
div.spverticalmenu .sp-vermegamenu .navbar-nav > li.parent.group > .dropdown-menu {
  background: url(../img/icon/bg-ver-1.html) no-repeat top center;
}
.lang-rtl div.spverticalmenu .sp-vermegamenu .navbar-nav > li.parent.group > .dropdown-menu {
  background: url(../img/icon/bg-ver-1-2.html) no-repeat top center;
}
div.spverticalmenu .sp-vermegamenu .navbar-nav > li.parent.group.bg-2 > .dropdown-menu {
  background: url(../img/icon/bg-ver-2-1.html) no-repeat top center;
}
.lang-rtl div.spverticalmenu .sp-vermegamenu .navbar-nav > li.parent.group.bg-2 > .dropdown-menu {
  background: url(../img/icon/bg-ver-2-2.html) no-repeat top center;
}
div.spverticalmenu .sp-vermegamenu .navbar-nav > li.parent.group > .dropdown-menu ul li.group > a {
  display: block;
}
div.spverticalmenu .sp-vermegamenu .navbar-nav > li.parent.group > .dropdown-menu ul li.group > .dropdown-menu {
  padding: 0;
  background: transparent;
}
div.spverticalmenu .sp-vermegamenu .navbar-nav > li.group > .dropdown-menu {
  padding: 0;
}
div.spverticalmenu .sp-vermegamenu .navbar-nav > li.group > .dropdown-menu ul li.group {
  float: left;
  margin-bottom: 10px;
}
div.spverticalmenu .sp-vermegamenu .navbar-nav > li.group > .dropdown-menu ul li.group .label a {
  text-align: left;
  color: #222;
  font-weight: bold;
  font-size: 14px;
  text-transform: capitalize;
}
div.spverticalmenu .sp-vermegamenu .navbar-nav > li.group > .dropdown-menu ul li.group .label img {
  width: auto;
  margin: 0 5px 0 0;
}
div.spverticalmenu .sp-vermegamenu .navbar-nav > li.group > .dropdown-menu ul li.group li.item-3 {
  padding: 0;
  margin: 0 0 8px;
}
div.spverticalmenu .sp-vermegamenu .navbar-nav > li.group > .dropdown-menu ul li.group li.item-3 > a {
  display: block;
}
div.spverticalmenu .sp-vermegamenu .navbar-nav > li.group > .dropdown-menu ul li.group li.item-3 a:before {
  display: none;
}
div.spverticalmenu .sp-vermegamenu .navbar-nav > li.group > .dropdown-menu ul li.group > a {
  display: none;
}
div.spverticalmenu .sp-vermegamenu .navbar-nav > li.group > .dropdown-menu ul li.group > .dropdown-menu {
  display: block;
  position: static;
  padding: 20px 30px 3px;
  margin: 0;
  width: 100%;
}
div.spverticalmenu .sp-vermegamenu .navbar-nav > li.group > .dropdown-menu ul li.group > .dropdown-menu > li > a {
  display: none;
}
div.spverticalmenu .sp-vermegamenu .navbar-nav > li.group > .dropdown-menu ul li.group > .dropdown-menu > li .dropdown-menu li {
  width: 100%;
  padding-top: 0;
}
.sp-vermegamenu .menu > li > .dropdown-menu {
  display: block;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.2s ease-in;
  z-index: 99999;
  left: 110%;
  top: 0px;
}
.sp-vermegamenu .menu > li > .dropdown-menu .short_description {
  color: #747474;
  width: 100%;
  padding: 5px 10px;
}
.sp-vermegamenu .menu > li > .dropdown-menu {
  padding: 0;
}
.sp-vermegamenu .menu > li > .dropdown-menu > li {
  float: left;
}
.sp-short .dropdown-menu .short_description {
  display: block;
  border-top: 1px solid #dfdfdf;
  float: right;
}
.sp-vermegamenu .menu > li:focus {
  background-color: #d9d9d9;
}
.sp-vermegamenu .menu > li:hover > .dropdown-menu {
  visibility: visible;
  margin: 0;
  top: 0px;
}
.sp-vermegamenu a:focus {
  outline: none;
}
.sp-vermegamenu .menu > li:focus > a:focus, .sp-vermegamenu .menu > li:focus > a:hover, .sp-vermegamenu .menu > li:hover > a:focus, .sp-vermegamenu .menu > li:hover > a:hover {
  color: #4e78a3;
}
.sp-vermegamenu .menu > li.active {
  background-color: #d9d9d9;
}
.sp-vermegamenu .menu > li.active > a {
  background-color: transparent;
  color: white;
}
.sp-vermegamenu .menu > li.active > a:hover {
  background-color: transparent;
}
.sp-vermegamenu > .dropdown-menu {
  min-width: 155px;
  background: white;
}
.sp-vermegamenu .dropdown-menu .menu-title {
  color: #202020;
  font-size: 15px;
}
.sp-vermegamenu .dropdown-menu ul {
  display: block;
}
.sp-vermegamenu .dropdown-menu ul li {
  display: block;
  position: relative;
}
.sp-vermegamenu .dropdown-menu ul li.parent:hover .dropdown-menu {
  display: block;
  left: 100%;
  top: 0;
}
.sp-vermegamenu .sp-cat ul > li .dropdown-menu {
  display: block;
  background-color: transparent;
  border: medium none;
  box-shadow: none;
  position: relative;
  top: 0px;
}
.sp-vermegamenu .sp-cat .dropdown-menu ul li.parent:hover .dropdown-menu {
  display: block;
  left: 0px;
  top: 0px;
}
.sp-vermegamenu .dropdown-menu ul li.parent > a:after {
  display: inline-block;
  content: "\f105";
  font-family: "FontAwesome";
  top: 0;
  position: relative;
  float: right;
  margin-left: 5px;
}
.sp-vermegamenu .sp-cat .dropdown-menu ul li.parent > a:after {
  display: none;
}
.sp-vermegamenu .dropdown-menu ul li.parent.group > a:after {
  display: none;
}
.sp-vermegamenu .dropdown-menu ul li.parent {
  z-index: 9;
}
.sp-vermegamenu .dropdown-menu ul li.parent.group {
  float: left;
  box-sizing: border-content;
}
.sp-vermegamenu .dropdown-menu ul li.parent.group > a {
  color: #0b79bf;
  font-weight: 400;
  font-size: 143%;
  text-transform: capitalize;
}
.sp-vermegamenu .dropdown-menu ul li.parent.group .dropdown-menu {
  display: block;
  position: static;
  border: none;
  box-shadow: none;
}
.sp-vermegamenu .dropdown-menu ul li.parent.group .dropdown-menu li .dropdown-menu {
  padding-top: 0;
}
.sp-vermegamenu .dropdown-menu ul li.parent.group .dropdown-menu li .dropdown-menu li {
  margin-top: 0;
  padding-top: 20px;
}
.sp-vermegamenu .dropdown-menu ul li.parent.group .dropdown-menu li .dropdown-menu li .dropdown-menu li {
  width: 100%;
  padding-top: 0;
}
.sp-vermegamenu .dropdown-menu ul li.html-menu {
  float: left;
}
.sp-vermegamenu .dropdown-menu ul li.html-menu .menu-content {
  margin-top: 15px;
}
.sp-vermegamenu .dropdown-menu ul li a {
  display: block;
  padding: 4px 0;
  text-transform: capitalize;
  font-weight: 400;
}
.sp-vermegamenu .dropdown-menu ul li > span.menu-title {
  color: #444;
  font-size: 14px;
  display: block;
  padding: 10px;
  width: 100%;
  font-weight: 600;
}
.sp-vermegamenu .dropdown-menu img {
  width: 100%;
  padding: 8px 8px 0;
}
.sp-vermegamenu .poduct-list {
  position: static;
}
.sp-vermegamenu #remove-vermegamenu {
  padding: 15px 20px;
  z-index: 10;
  cursor: pointer;
  display: none;
  background: #222;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(68, 73, 78, 0.95);
  color: #fff;
}
.sp-vermegamenu #remove-vermegamenu:after {
  content: "\f00d";
  color: #fff;
  font-size: 14px;
  position: absolute;
  top: 10px;
  right: 10px;
  font-family: fontawesome;
  z-index: 10;
}
.sp-vermegamenu #remove-vermegamenu:hover:after {
  color: red;
}
div.spverticalmenu div.sp-vermegamenu.sp-vermegamenu-active {
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.sp-vermegamenu a i {
  margin-right: 10px;
  width: 25px;
  height: 25px;
  vertical-align: middle;
  position: relative;
}
.sp-vermegamenu a i:before {
  position: absolute;
  bottom: 2px;
  display: inline-block;
}
@media (min-width: 1199px) and (max-width: 1399px) {
  div.spverticalmenu .sp-vermegamenu .navbar-nav > li > a {
    padding: 7px 0 5px;
  }
}
@media (max-width: 1024px) {
  .sp-vermegamenu .dropdown-menu {
    min-width: 155px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #index div.spverticalmenu .navbar-vertical {
    display: none;
  }
  #index div.spverticalmenu:hover .navbar-vertical {
    display: block;
  }
  div.spverticalmenu h3 {
    font-size: 14px;
  }
  div.spverticalmenu .sp-vermegamenu .navbar-nav > li.group > .dropdown-menu ul li.group li.item-3 {
    padding: 0 15px;
    background: #fff !important;
  }
  .lang-rtl div.spverticalmenu div.sp-vermegamenu .navbar-nav > li.group > .dropdown-menu ul li.group li.item-3 {
    padding: 0 15px;
  }
}
@media (min-width: 992px) {
  .spverticalmenu .navbar-header {
    display: none;
  }
  .sp-vermegamenu .menu > li > .dropdown-menu, div.spverticalmenu .sp-vermegamenu .navbar-nav .css_type > .dropdown-menu {
    display: block;
    transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
    -webkit-transform-origin: 0 0 0;
    top: 0;
    opacity: 0;
    position: absolute;
    backface-visibility: hidden;
    transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    z-index: 3;
    left: 100%;
    border: 1px solid #eaeaea;
  }
  .sp-vermegamenu .menu > li:hover > .dropdown-menu, div.spverticalmenu .sp-vermegamenu .navbar-nav .css_type:hover > .dropdown-menu {
    display: block;
    opacity: 1;
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    left: 100%;
    z-index: 999;
  }
  .lang-rtl div.spverticalmenu .menu > li > .dropdown-menu, .lang-rtl div.spverticalmenu .sp-vermegamenu .navbar-nav .css_type > .dropdown-menu {
    right: 100%;
    left: auto;
    transform-origin: right top 0;
    -webkit-transform-origin: right top 0;
    -ms-transform-origin: right top 0;
  }
}
@media (max-width: 991px) {
  #index .header_v3 div.spverticalmenu .navbar-vertical {
    display: block;
  }
  div.spverticalmenu {
    z-index: inherit;
  }
  div.spverticalmenu .navbar-vertical {
    z-index: inherit;
  }
  div.spverticalmenu .sp-vermegamenu .navbar-nav > li.parent.group > .dropdown-menu, div.spverticalmenu .sp-vermegamenu .navbar-nav > li.parent.group.bg-2 > .dropdown-menu {
    background: #fff;
  }
  .sp-vermegamenu ul li.item-1 .dropdown-menu {
    overflow: hidden;
  }
  div.spverticalmenu .sp-vermegamenu .navbar-nav > li > a:before {
    display: none;
  }
  div div.spverticalmenu .sp-vermegamenu .navbar-nav > li {
    padding: 0;
  }
  div div.spverticalmenu .sp-vermegamenu .navbar-nav > li > a {
    padding: 0 20px;
    border-top: none;
  }
  #vertical_menu {
    height: 50px;
  }
  div.spverticalmenu .sp-vermegamenu .navbar-nav > li.group > .dropdown-menu ul li.group, div.spverticalmenu .sp-vermegamenu .navbar-nav > li.group > .dropdown-menu ul li.custom-box-image {
    width: 100% !important;
  }
  div.spverticalmenu .navbar-vertical {
    left: 0;
    right: auto;
    top: 0;
    display: block;
    border: none;
  }
  div.spverticalmenu h3 {
    display: none;
  }
  div.spverticalmenu h3:before, div.spverticalmenu h3:after {
    display: none;
  }
  div.spverticalmenu .navbar-header {
    position: absolute;
    top: 0;
  }
  div.spverticalmenu .navbar-header .navbar-toggle {
    padding: 15px 13px;
    border-radius: 0;
    margin: 0;
    border: none;
    display: block;
    height: 50px;
  }
  div.spverticalmenu .navbar-header .navbar-toggle .icon-bar {
    background-color: #fff;
    display: block;
    height: 4px;
    width: 26px;
    margin-top: 4px;
  }
  div.spverticalmenu .navbar-header .navbar-toggle .icon-bar.bar1 {
    width: 10px;
  }
  div.spverticalmenu .navbar-header .navbar-toggle .icon-bar.bar2 {
    width: 18px;
  }
  div.spverticalmenu .more-wrap {
    border-top: none;
  }
  div.spverticalmenu .sp-vermegamenu {
    border: none;
    padding: 0;
    position: fixed;
    top: 0px;
    left: 0;
    background: #333;
    bottom: 0px;
    width: 280px;
    z-index: 99999;
    overflow-x: hidden;
    overflow-y: auto;
    visibility: hidden;
    -webkit-transform: translate3d(-280px, 0, 0);
    transform: translate3d(-280px, 0, 0);
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    height: 100%;
  }
  div.spverticalmenu .sp-vermegamenu #remove-vermegamenu {
    display: block;
  }
  div.spverticalmenu .sp-vermegamenu .navbar-default .navbar-toggle {
    margin: 8px 0;
  }
  div.spverticalmenu .sp-vermegamenu .navbar-nav {
    overflow-y: auto;
    float: none;
    height: 295px;
    margin: 0;
  }
  div.spverticalmenu .sp-vermegamenu .navbar-nav > li {
    background: #fff;
    position: relative;
  }
  div.spverticalmenu .sp-vermegamenu .navbar-nav > li.item-1 {
    background: #333;
  }
  div.spverticalmenu .sp-vermegamenu .navbar-nav > li > a {
    padding: 0 10px;
    margin: 0;
    border-bottom: 1px solid rgba(68, 73, 78, 0.95);
    line-height: 50px;
    color: #fff;
  }
  div.spverticalmenu .sp-vermegamenu .navbar-nav > li:hover {
    background: #222;
  }
  div.spverticalmenu .sp-vermegamenu .navbar-nav > li > .dropdown-menu ul li .grower {
    display: none !important;
  }
  div.spverticalmenu .sp-vermegamenu .navbar-nav li .dropdown-menu {
    width: 100% !important;
    position: relative;
    display: none;
    filter: alpha(opacity=100);
    opacity: 1;
    visibility: inherit;
    margin-top: 0px;
    float: none;
    box-shadow: none !important;
    border: none !important;
    boder-radius: none !important;
  }
  div.spverticalmenu .sp-vermegamenu .navbar-nav .vertical-cat .dropdown-menu {
    overflow: hidden;
  }
  div.spverticalmenu .sp-vermegamenu .navbar-nav .vertical-cat .dropdown-menu ul li.cat-child-2, div.spverticalmenu .sp-vermegamenu .navbar-nav .vertical-cat .dropdown-menu ul li.ver-img {
    width: 100%;
  }
  div.spverticalmenu .sp-vermegamenu .navbar-nav .item-1 ul li.item-2.parent > a:before {
    display: none;
  }
  div.spverticalmenu .sp-vermegamenu li.parent .dropdown-menu {
    display: none;
    padding: 0px;
    left: 0px;
  }
  div.spverticalmenu .sp-vermegamenu .navbar-nav li {
    clear: both;
    position: relative !important;
  }
  div.spverticalmenu .sp-vermegamenu .navbar-nav > li.parent > a::before {
    display: none;
  }
  div.spverticalmenu .sp-vermegamenu .dropdown-menu ul li.parent > a::after {
    display: none;
  }
  div.spverticalmenu .sp-vermegamenu .navbar-nav > li.parent > a::after {
    display: none;
  }
  div.spverticalmenu .sp-vermegamenu .navbar-nav > li.parent span.grower {
    display: block;
    background: #222;
    position: absolute;
    right: 0;
    left: auto;
    cursor: pointer;
    font-family: "FontAwesome";
    font-size: 14px;
    height: 50px;
    width: 50px;
    top: 0px;
    text-align: center;
    line-height: 48px;
    font-weight: 300;
    opacity: 1;
    color: #fff;
  }
  div.spverticalmenu .sp-vermegamenu .navbar-nav > li.parent .dropdown-menu span.grower {
    right: 15px;
  }
  div.spverticalmenu .sp-vermegamenu .navbar-nav > li.parent span.grower.close:before {
    content: "\f067";
  }
  div.spverticalmenu .sp-vermegamenu .navbar-nav > li.parent span.grower.open:before {
    content: "\f068";
  }
  div.spverticalmenu .sp-vermegamenu .navbar-brand {
    color: #777;
    position: absolute;
    top: 0px;
  }
  div.spverticalmenu .sp-vermegamenu .menu > li:focus > a:focus, div.spverticalmenu .sp-vermegamenu .sp-vermegamenu .menu > li:focus > a:hover, div.spverticalmenu .sp-vermegamenu .sp-vermegamenu .menu > li:hover > a:focus, div.spverticalmenu .sp-vermegamenu .sp-vermegamenu .menu > li:hover > a:hover {
    background-color: #dfdfdf;
    color: #333;
  }
  div.spverticalmenu .sp-vermegamenu .menu > li:focus, div.spverticalmenu .sp-vermegamenu .sp-vermegamenu .menu > li:hover a {
    color: #333;
  }
  div.spverticalmenu .sp-vermegamenu .dropdown-menu ul li a {
    min-width: auto;
    padding: auto;
  }
  div.spverticalmenu .sp-vermegamenu .navbar-nav .ver-poduct-list .dropdown-menu ul li a {
    padding: 7px 0;
  }
  div.spverticalmenu .sp-vermegamenu .dropdown-menu ul li.parent .dropdown-menu {
    margin-left: 15px;
  }
  div.spverticalmenu .sp-vermegamenu .dropdown-menu ul li.parent:hover .dropdown-menu {
    display: none;
    top: inherit;
    left: 10px;
  }
  div.spverticalmenu .sp-vermegamenu .sp-cat .dropdown-menu ul li.parent:hover .dropdown-menu {
    display: none;
    left: 10px;
    top: inherit;
  }
  div.spverticalmenu .sp-vermegamenu .sp-cat ul > li {
    width: inherit;
  }
  div.spverticalmenu .sp-vermegamenu .menu > li:focus, div.spverticalmenu .sp-vermegamenu .sp-vermegamenu .menu > li:hover {
    background-color: transparent;
  }
  div.spverticalmenu .more-wrap .fa-angle-down, div.spverticalmenu .more-wrap .fa-angle-up, div.spverticalmenu .more-wrap .more-view {
    color: #fff;
  }
  div.spverticalmenu .sp-vermegamenu .navbar-nav > li.mega_type3 .group, div.spverticalmenu .sp-vermegamenu .navbar-nav > li.mega_type3 .custom-box-image {
    width: 100% !important;
    float: none !important;
    overflow: hidden;
    display: block;
    position: relative;
    visibility: visible;
  }
  div.spverticalmenu .sp-vermegamenu .navbar-nav > li.mega_type3 .group:hover .dropdown-menu, div.spverticalmenu .sp-vermegamenu .navbar-nav > li.mega_type3 .custom-box-image:hover .dropdown-menu {
    display: block;
  }
  div.spverticalmenu .sp-vermegamenu .navbar-nav > li.mega_type3 .group:hover li.item-3, div.spverticalmenu .sp-vermegamenu .navbar-nav > li.mega_type3 .custom-box-image:hover li.item-3 {
    display: block !important;
  }
  div.spverticalmenu .sp-vermegamenu .navbar-nav > li.mega_type3 .group li.item-3, div.spverticalmenu .sp-vermegamenu .navbar-nav > li.mega_type3 .custom-box-image li.item-3 {
    display: block !important;
  }
  .lang-rtl div.spverticalmenu .vernavbar {
    left: auto;
    right: 0;
  }
  .lang-rtl .sp-vermegamenu #remove-vermegamenu:after {
    left: 10px;
    right: auto;
  }
  .lang-rtl .sp-vermegamenu li.parent .dropdown-menu {
    right: 0;
    left: auto;
  }
  .lang-rtl .navbar-default .navbar-toggle {
    float: right;
  }
  .lang-rtl div.sp-vermegamenu .navbar-nav > li.parent span.grower {
    right: auto;
    left: 0;
  }
  .lang-rtl .navbar #sp-megamenu .home span.grower {
    right: auto;
    left: 0;
  }
  .lang-rtl div.spverticalmenu div.sp-vermegamenu {
    left: auto;
    right: 0;
    transform: translate3d(280px, 0, 0);
    text-align: right;
  }
  .lang-rtl div.spverticalmenu div.sp-vermegamenu.sp-vermegamenu-active {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@media (max-width: 767px) {
  div.spverticalmenu .navbar-header .navbar-toggle {
    background: transparent;
  }
  div.spverticalmenu .navbar-header .navbar-toggle:hover {
    background: transparent;
  }
  div.spverticalmenu .navbar-header .navbar-toggle:hover .icon-bar {
    background: #ad7810;
  }
  div.spverticalmenu .navbar-header .navbar-toggle .icon-bar {
    background: #4e78a3;
  }
  .header_v3 div.spverticalmenu .navbar-header .navbar-toggle {
    padding: 15px 5px;
  }
}
div.spcountdown-slider {
  overflow: visible;
  float: none;
  margin-bottom: 38px;
}
div.spcountdown-slider .title {
  text-align: center;
  padding: 0 15px;
  margin: 55px 0 40px;
  color: #fff;
}
div.spcountdown-slider .title h4 {
  color: #222;
  font-size: 40px;
  font-weight: 600;
  margin: 0 0 6px;
  text-transform: uppercase;
  letter-spacing: 1.3px;
}
div.spcountdown-slider .title div.icon-left, div.spcountdown-slider .title div.icon-right {
  position: relative;
  display: inline-block;
  height: 18px;
  width: 40px;
  margin: 0;
}
div.spcountdown-slider .title div.icon-left:before, div.spcountdown-slider .title div.icon-right:before, div.spcountdown-slider .title div.icon-left:after, div.spcountdown-slider .title div.icon-right:after {
  content: "";
  height: 1px;
  background: #fff;
  position: absolute;
  right: auto;
}
div.spcountdown-slider .title div.icon-left:before, div.spcountdown-slider .title div.icon-right:before {
  top: 0;
  width: 40px;
}
div.spcountdown-slider .title div.icon-left:after, div.spcountdown-slider .title div.icon-right:after {
  top: 5px;
  width: 20px;
}
div.spcountdown-slider .title div.icon-left:before {
  left: 0;
  right: auto;
}
div.spcountdown-slider .title div.icon-left:after {
  left: 20px;
  right: auto;
}
div.spcountdown-slider .title div.icon-right:before {
  left: 0;
  right: auto;
}
div.spcountdown-slider .title div.icon-right:after {
  left: 0;
  right: auto;
}
div.spcountdown-slider .title div.icon-icon {
  display: inline-block;
  position: relative;
  height: 30px;
  background: transparent;
  width: 26px;
  text-align: center;
}
div.spcountdown-slider .title div.icon-icon:before {
  content: "\f006";
  font-family: fontawesome;
  position: absolute;
  font-size: 18px;
  color: #fff;
  top: 3px;
  left: 5px;
}
div.spcountdown-slider .sp-homeslider .count_left {
  padding: 0;
  text-align: center;
}
div.spcountdown-slider .sp-homeslider .count_left a {
  display: inline-block;
}
div.spcountdown-slider .sp-homeslider .count_right {
  padding: 45px 90px 0;
}
div.spcountdown-slider .sp-homeslider .spcountdownslider {
  position: absolute;
  top: 51%;
  left: 85px;
  right: auto;
  display: inline-block;
  margin-bottom: 7px;
}
.lang-rtl div.spcountdown-slider .sp-homeslider .spcountdownslider {
  right: 85px;
  left: auto;
}
div.spcountdown-slider .sp-homeslider .spcountdownslider .clock-time > span {
  display: inline-block;
  position: relative;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  margin: 0 5px;
  padding: 16px 0 13px;
  text-align: center;
  background: #222;
  width: 70px;
}
div.spcountdown-slider .sp-homeslider .spcountdownslider .clock-time > span > span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #aaa;
}
div.spcountdown-slider .sp-homeslider .spcountdownslider-description {
  padding: 0;
  position: relative;
  top: auto;
}
div.spcountdown-slider .sp-homeslider .spcountdownslider-description h3 {
  font-weight: 600;
  font-size: 35px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #222;
  margin-bottom: 4px;
}
div.spcountdown-slider .sp-homeslider .spcountdownslider-description p {
  width: 100%;
  color: #888;
  line-height: 24px;
  margin-bottom: 160px;
  font-size: 14px;
  font-style: italic;
  letter-spacing: 0.5px;
}
div.spcountdown-slider .sp-homeslider .spcountdownslider-description a {
  font-weight: 600;
  transition: all 0.3s ease 0s;
  font-size: 16px;
  display: inline-block;
  text-transform: uppercase;
  color: #222;
  position: relative;
  padding: 0 0 15px;
}
div.spcountdown-slider .sp-homeslider .spcountdownslider-description a:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  top: auto;
  bottom: 1px;
  left: auto;
  background: #222;
}
div.spcountdown-slider .sp-homeslider .spcountdownslider-description a:hover {
  color: #4e78a3;
}
div.spcountdown-slider .sp-homeslider .spcountdownslider-description a:hover:before {
  background: #4e78a3;
}
div.spcountdown-slider .sp-homeslider .owl-nav div {
  border: none;
  width: 34px;
  text-align: center;
}
div.spcountdown-slider .sp-homeslider .owl-controls {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 36%;
  pointer-events: none;
}
div.spcountdown-slider .sp-homeslider .owl-controls .owl-nav div {
  transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
}
div.spcountdown-slider .sp-homeslider .owl-controls .owl-nav div.owl-prev {
  left: 0;
  z-index: 2;
  pointer-events: auto;
}
div.spcountdown-slider .sp-homeslider .owl-controls .owl-nav div.owl-next {
  right: 0;
  z-index: 2;
  pointer-events: auto;
}
div.spcountdown-slider .sp-homeslider:hover .owl-controls .owl-nav div {
  transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
}
@media (min-width: 992px) and (max-width: 1366px) {
  div.spcountdown-slider .sp-homeslider .spcountdownslider {
    left: 18px;
  }
  .lang-rtl div.spcountdown-slider .sp-homeslider .spcountdownslider {
    right: 18px;
  }
  div.spcountdown-slider .title {
    margin: 0 0 20px;
  }
  div.spcountdown-slider .sp-homeslider .count_right {
    padding: 20px 20px 0;
  }
  div.spcountdown-slider .sp-homeslider .count_right .spcountdownslider {
    margin-bottom: 15px;
  }
  div.spcountdown-slider .sp-homeslider .count_right .spcountdownslider > div {
    height: 60px;
    padding: 10px 0;
    width: 60px;
  }
  div.spcountdown-slider .sp-homeslider .count_right .spcountdownslider > div > div {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  div.spcountdown-slider .sp-homeslider .spcountdownslider {
    left: 12px;
  }
  div.spcountdown-slider .sp-homeslider .spcountdownslider .clock-time > span {
    width: 60px;
  }
  .lang-rtl div.spcountdown-slider .sp-homeslider .spcountdownslider {
    right: 12px;
  }
  div.spcountdown-slider .sp-homeslider .count_right {
    padding: 45px 15px 0;
  }
}
@media (max-width: 479px) {
    div.spcountdown-slider .sp-homeslider .count_right .spcountdownslider > div {
    height: 50px;
    width: 50px;
    padding: 5px 0;
  }
  div.spcountdown-slider .sp-homeslider .spcountdownslider {
    top: 58%;
  }
  div.spcountdown-slider .sp-homeslider .spcountdownslider-description h3 {
    font-size: 30px;
  }
}
.spcountdown-slider {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 14px;
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  float: left;
  
  width: 100%;
}
@media (max-width: 767px) {
  .spcountdown-slider {
    width: 100%;
    max-width: 100%;
    padding-top: 20px;
  }
}
.spcountdown-slider .spcountdownslider {
  margin: 0 auto;
  padding: 0;
}
.spcountdown-slider .spcountdownslider-container {
  position: relative;
}
.spcountdown-slider .spcountdownslider-image {
  position: absolute;
  left: 0;
  top: 0;
}
.spcountdown-slider .spcountdownslider-description {
  position: absolute;
  top: 0;
  padding-left: 100px;
  padding-top: 50px;
  cursor: pointer;
}
.spcountdown-slider .spcountdownslider-description h2 {
  font-size: 2.7em;
  color: white;
  margin: 0;
  padding: 0;
}
.spcountdown-slider .spcountdownslider-description p {
  width: 50%;
  font-size: 1.15em;
  line-height: 1.3em;
  padding: 0.5em 0;
  color: white;
}
.spcountdown-slider .spcountdownslider-description button {
  font-size: 1.2em;
  text-transform: uppercase;
}
.spcountdown-slider .sp-homeslider {
  position: relative;
  padding: 0;
  zoom: 1;
  margin: 0 !important;
  display: inline-block;
}
.spcountdown-slider .sp-homeslider a {
  display: block;
}
.spcountdown-slider .sp-homeslider img {
  width: 100%;
  height: auto;
}
.spcountdown-slider .sp-homeslider .bx-viewport {
  width: 100%;
  direction: ltr !important;
}
.spcountdown-slider .sp-homeslider .bx-pager.bx-default-pager a {
  background: #666;
}
.spcountdown-slider .sp-homeslider .owl-nav div {
  bottom: auto;
  position: absolute;
  font-size: 36px;
  bottom: 48%;
  transition: all 0.3s ease 0s;
  color: #999;
  outline: 0;
  width: 52px;
  height: 52px;
  z-index: 2;
  border: 2px solid #fff;
  line-height: 52px;
}
.spcountdown-slider .sp-homeslider .owl-nav div.owl-prev {
  left: 10px;
}
.spcountdown-slider .sp-homeslider .owl-nav div.owl-next {
  right: 10px;
}
.ie8 .spcountdown-slider .sp-homeslider .bx-controls-direction a:before {
  background: #333;
  
}
.spcountdown-slider .owl-item {
  float: left;
}
.owl-carousel .owl-dots {
  display: block !important;
  position: absolute;
  bottom: 20px;
  left: 50%;
}
.owl-carousel .owl-dots .owl-dot {
  float: left;
}
.owl-carousel .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.owl-carousel .owl-dots .owl-dot.active span, .owl-carousel .owl-dots .owl-dot:hover span {
  background: #869791;
}
#left_column .spcountdown-slider .spcountdownslider-description, #right_column .spcountdown-slider .spcountdownslider-description {
  padding: 10px;
  font-size: 0.5em;
}
#left_column .spcountdown-slider .spcountdownslider-description p, #right_column .spcountdown-slider .spcountdownslider-description p {
  font-size: 1.7em;
}
#left_column .spcountdownslider, #right_column .spcountdownslider {
  left: inherit;
}
.spcountdownslider > div {
  float: left;
  width: 52px;
  height: 52px;
  border: 2px solid #fff;
  margin-left: 10px;
  text-align: center;
  line-height: 25px;
}
.spcountdownslider .slider-countdown {
  font-size: 16px;
}
@media (max-width: 1200px) {
  .spcountdown-slider .spcountdownslider-description {
    font-size: 0.8em;
  }
}
@media (max-width: 768px) {
  .spcountdown-slider .spcountdownslider-description {
    font-size: 0.7em;
  }
  .spcountdown-slider .spcountdownslider-description p {
    font-size: 1.5em;
  }
}
@media (max-width: 480px) {
  .spcountdown-slider .spcountdownslider-description {
    padding: 30px;
    font-size: 0.5em;
  }
  .spcountdown-slider .spcountdownslider-description p {
    font-size: 1.7em;
  }
  .spcountdownslider {
    left: 10%;
  }
}
.sp-listing-tabs .ltabs-items .fadeIn .ltabs-item {
  opacity: 0;
  position: relative;
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.sp-listing-tabs .ltabs-items .flipInY .ltabs-item {
  opacity: 0;
  position: relative;
  -webkit-animation-play-state: running;
  -webkit-backface-visibility: visible;
  -moz-animation-play-state: running;
  -moz-backface-visibility: visible;
  -o-animation-play-state: running;
  -o-backface-visibility: visible;
  animation-play-state: running;
  backface-visibility: visible;
}
@-webkit-keyframes flipInY {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(80deg);
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
  }
  90% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg);
  }
}
@-moz-keyframes flipInY {
  0% {
    opacity: 0;
    -moz-transform: perspective(400px) rotateY(80deg);
  }
  40% {
    -moz-transform: perspective(400px) rotateY(-20deg);
  }
  70% {
    -moz-transform: perspective(400px) rotateY(10deg);
  }
  90% {
    -moz-transform: perspective(400px) rotateY(-5deg);
  }
  100% {
    opacity: 1;
    -moz-transform: perspective(400px) rotateY(0deg);
  }
}
@-o-keyframes flipInY {
  0% {
    opacity: 0;
    -o-transform: perspective(400px) rotateY(80deg);
  }
  40% {
    -o-transform: perspective(400px) rotateY(-20deg);
  }
  70% {
    -o-transform: perspective(400px) rotateY(10deg);
  }
  90% {
    -o-transform: perspective(400px) rotateY(-5deg);
  }
  100% {
    opacity: 1;
    -o-transform: perspective(400px) rotateY(0deg);
  }
}
@keyframes flipInY {
  
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(80deg);
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
  }
  90% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg);
  }
}
.sp-listing-tabs .ltabs-items .flipInX .ltabs-item {
  opacity: 0;
  position: relative;
  -webkit-animation-play-state: running;
  -webkit-backface-visibility: visible;
  -moz-animation-play-state: running;
  -moz-backface-visibility: visible;
  -o-animation-play-state: running;
  -o-backface-visibility: visible;
  animation-play-state: running;
  backface-visibility: visible;
}
@-webkit-keyframes flipInX {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(85deg);
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(15deg);
  }
  90% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
  }
}
@-moz-keyframes flipInX {
  0% {
    opacity: 0;
    -moz-transform: perspective(400px) rotateX(85deg);
  }
  40% {
    -moz-transform: perspective(400px) rotateX(-20deg);
  }
  70% {
    -moz-transform: perspective(400px) rotateX(15deg);
  }
  90% {
    -moz-transform: perspective(400px) rotateX(-5deg);
  }
  100% {
    opacity: 1;
    -moz-transform: perspective(400px) rotateX(0deg);
  }
}
@-o-keyframes flipInX {
  0% {
    opacity: 0;
    -o-transform: perspective(400px) rotateX(85deg);
  }
  40% {
    -o-transform: perspective(400px) rotateX(-20deg);
  }
  70% {
    -o-transform: perspective(400px) rotateX(15deg);
  }
  90% {
    -o-transform: perspective(400px) rotateX(-5deg);
  }
  100% {
    opacity: 1;
    -o-transform: perspective(400px) rotateX(0deg);
  }
}
@keyframes flipInX {
  
  0% {
    opacity: 0;
    transform: perspective(400px) rotateX(85deg);
  }
  40% {
    transform: perspective(400px) rotateX(-20deg);
  }
  70% {
    transform: perspective(400px) rotateX(15deg);
  }
  90% {
    transform: perspective(400px) rotateX(-5deg);
  }
  100% {
    opacity: 1;
    transform: perspective(400px) rotateX(0deg);
  }
}
.sp-listing-tabs .ltabs-items .flip .ltabs-item {
  opacity: 0;
  position: relative;
  -webkit-animation-play-state: running;
  -webkit-backface-visibility: visible;
  -moz-animation-play-state: running;
  -moz-backface-visibility: visible;
  -o-animation-play-state: running;
  -o-backface-visibility: visible;
  animation-play-state: running;
  backface-visibility: visible;
}
@-webkit-keyframes flip {
  0% {
    opacity: 0;
    -webkit-transform: perspective(500px) rotateY(0);
    -webkit-animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(500px) translateZ(150px) rotateY(170deg);
    -webkit-animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(500px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(500px) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(500px) scale(1);
    -webkit-animation-timing-function: ease-in;
  }
}
@-moz-keyframes flip {
  0% {
    opacity: 0;
    -moz-transform: perspective(500px) rotateY(0);
    -moz-animation-timing-function: ease-out;
  }
  40% {
    -moz-transform: perspective(500px) translateZ(150px) rotateY(170deg);
    -moz-animation-timing-function: ease-out;
  }
  50% {
    -moz-transform: perspective(500px) translateZ(150px) rotateY(190deg) scale(1);
    -moz-animation-timing-function: ease-in;
  }
  80% {
    -moz-transform: perspective(500px) rotateY(360deg) scale(0.95);
    -moz-animation-timing-function: ease-in;
  }
  100% {
    opacity: 1;
    -moz-transform: perspective(500px) scale(1);
    -moz-animation-timing-function: ease-in;
  }
}
@-o-keyframes flip {
  0% {
    opacity: 0;
    -o-transform: perspective(500px) rotateY(0);
    -o-animation-timing-function: ease-out;
  }
  40% {
    -o-transform: perspective(500px) translateZ(150px) rotateY(170deg);
    -o-animation-timing-function: ease-out;
  }
  50% {
    -o-transform: perspective(500px) translateZ(150px) rotateY(190deg) scale(1);
    -o-animation-timing-function: ease-in;
  }
  80% {
    -o-transform: perspective(500px) rotateY(360deg) scale(0.95);
    -o-animation-timing-function: ease-in;
  }
  100% {
    opacity: 1;
    -o-transform: perspective(500px) scale(1);
    -o-animation-timing-function: ease-in;
  }
}
@keyframes flip {
  
  0% {
    opacity: 0;
    transform: perspective(500px) rotateY(0);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(500px) translateZ(150px) rotateY(170deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(500px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(500px) rotateY(360deg) scale(0.95);
    animation-timing-function: ease-in;
  }
  100% {
    opacity: 1;
    transform: perspective(500px) scale(1);
    animation-timing-function: ease-in;
  }
}
.sp-listing-tabs .ltabs-items .starwars .ltabs-item {
  opacity: 0;
  position: relative;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-play-state: running;
  -moz-transform-origin: 50% 50%;
  -moz-animation-play-state: running;
  -o-transform-origin: 50% 50%;
  -o-animation-play-state: running;
  transform-origin: 50% 50%;
  animation-play-state: running;
}
@-webkit-keyframes starwars {
  0% {
    opacity: 0;
    -webkit-transform: perspective(200px) scale(3) translateY(180px) rotateX(80deg);
  }
  80% {
    opacity: 1;
    -webkit-transform: perspective(200px) scale(1) rotateX(60deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(200px) scale(1) rotateX(0deg);
  }
}
@-moz-keyframes starwars {
  0% {
    opacity: 0;
    -moz-transform: perspective(200px) scale(3) translateY(180px) rotateX(80deg);
  }
  80% {
    opacity: 1;
    -moz-transform: perspective(200px) scale(1) rotateX(60deg);
  }
  100% {
    opacity: 1;
    -moz-transform: perspective(200px) scale(1) rotateX(0deg);
  }
}
@-o-keyframes starwars {
  0% {
    opacity: 0;
    -o-transform: perspective(200px) scale(3) translateY(180px) rotateX(80deg);
  }
  80% {
    opacity: 1;
    -o-transform: perspective(200px) scale(1) rotateX(60deg);
  }
  100% {
    opacity: 1;
    -o-transform: perspective(200px) scale(1) rotateX(0deg);
  }
}
@keyframes starwars {
  
  0% {
    opacity: 0;
    transform: perspective(200px) scale(3) translateY(180px) rotateX(80deg);
  }
  80% {
    opacity: 1;
    transform: perspective(200px) scale(1) rotateX(60deg);
  }
  100% {
    opacity: 1;
    transform: perspective(200px) scale(1) rotateX(0deg);
  }
}
.sp-listing-tabs .ltabs-items .slideRight .ltabs-item {
  opacity: 0;
  position: relative;
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
}
@-webkit-keyframes slideRight {
  0% {
    opacity: 0;
    left: 30px;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@-moz-keyframes slideRight {
  0% {
    opacity: 0;
    left: 30px;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@-o-keyframes slideRight {
  0% {
    opacity: 0;
    left: 30px;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@keyframes slideRight {
  
  0% {
    opacity: 0;
    left: 30px;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
.sp-listing-tabs .ltabs-items .bounceIn .ltabs-item {
  opacity: 0;
  position: relative;
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
}
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
  50% {
    -webkit-transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes bounceIn {
  0% {
    opacity: 0;
    -moz-transform: scale(0.3);
  }
  50% {
    -moz-transform: scale(1.05);
  }
  70% {
    -moz-transform: scale(0.9);
  }
  100% {
    opacity: 1;
    -moz-transform: scale(1);
  }
}
@-o-keyframes bounceIn {
  0% {
    opacity: 0;
    -o-transform: scale(0.3);
  }
  50% {
    -o-transform: scale(1.05);
  }
  70% {
    -o-transform: scale(0.9);
  }
  100% {
    opacity: 1;
    -o-transform: scale(1);
  }
}
@keyframes bounceIn {
  
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.sp-listing-tabs .ltabs-items .zoomIn .ltabs-item {
  opacity: 0;
  position: relative;
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes zoomIn {
  0% {
    opacity: 0;
    -moz-transform: scale(1.8);
  }
  100% {
    opacity: 1;
    -moz-transform: scale(1);
  }
}
@-o-keyframes zoomIn {
  0% {
    opacity: 0;
    -o-transform: scale(1.8);
  }
  100% {
    opacity: 1;
    -o-transform: scale(1);
  }
}
@keyframes zoomIn {
  
  0% {
    opacity: 0;
    transform: scale(1.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.sp-listing-tabs .ltabs-items .pageTop .ltabs-item {
  opacity: 0;
  position: relative;
  -webkit-animation-play-state: running;
  -webkit-transform-origin: 50% 0%;
  -moz-animation-play-state: running;
  -moz-transform-origin: 50% 0%;
  -o-animation-play-state: running;
  -o-transform-origin: 50% 0%;
  animation-play-state: running;
  transform-origin: 50% 0%;
}
@-webkit-keyframes pageTop {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
  }
}
@-moz-keyframes pageTop {
  0% {
    opacity: 0;
    -moz-transform: perspective(400px) rotateX(90deg);
  }
  100% {
    opacity: 1;
    -moz-transform: perspective(400px) rotateX(0deg);
  }
}
@-o-keyframes pageTop {
  0% {
    opacity: 0;
    -o-transform: perspective(400px) rotateX(90deg);
  }
  100% {
    opacity: 1;
    -o-transform: perspective(400px) rotateX(0deg);
  }
}
@keyframes pageTop {
  
  0% {
    opacity: 0;
    transform: perspective(400px) rotateX(90deg);
  }
  100% {
    opacity: 1;
    transform: perspective(400px) rotateX(0deg);
  }
}
.sp-listing-tabs .ltabs-items .zoomOut .ltabs-item {
  opacity: 0;
  position: relative;
  -webkit-animation-play-state: running;
  -moz-animation: zoomOut 600ms ease both;
  -moz-animation-play-state: paused;
  -o-animation-play-state: running;
  animation-play-state: running;
}
@-webkit-keyframes zoomOut {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.6);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes zoomOut {
  0% {
    opacity: 0;
    -moz-transform: scale(0.6);
  }
  100% {
    opacity: 1;
    -moz-transform: scale(1);
  }
}
@-o-keyframes zoomOut {
  0% {
    opacity: 0;
    -o-transform: scale(0.6);
  }
  100% {
    opacity: 1;
    -o-transform: scale(1);
  }
}
@keyframes zoomOut {
  0% {
    opacity: 0;
    transform: scale(0.6);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.sp-listing-tabs .ltabs-items .slideLeft .ltabs-item {
  opacity: 0;
  position: relative;
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
}
@-webkit-keyframes slideLeft {
  0% {
    opacity: 0;
    left: -30px;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@-moz-keyframes slideLeft {
  0% {
    opacity: 0;
    left: -30px;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@-o-keyframes slideLeft {
  0% {
    opacity: 0;
    left: -30px;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@keyframes slideLeft {
  0% {
    opacity: 0;
    left: -30px;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
.play .ltabs-item {
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.bounceIn, .animated.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}
.animated.flipOutX, .animated.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}
@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
  
}
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
  
}
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}
@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
  
}
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
  
}
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
.fa-star-o:before, .fa-star_on:before {
  content: "\f005";
}
div.comments_note .fa-star fa-star_on, div.star_content .fa-star fa-star_on {
  margin: 0 3px 0 0;
}
div.comments_note {
  min-height: 25px;
  margin: 0 0 5px;
}
div.comments_note div.star_content {
  padding: 0;
  font-size: 12px;
}
div.comments_note div.star_content .fa {
  color: #ccc;
}
div.comments_note div.star_content .fa.fa-star_on {
  color: #222;
}
div.comments_note span.span-review-main {
  display: none;
}
#product_comments_block_extra {
  color: #aaa;
  font-size: 100%;
  font-weight: normal;
  margin-bottom: 17px;
}
#product_comments_block_extra span.average {
  display: none;
}
#product_comments_block_extra .comments_note {
  display: inline-block;
  margin: 0 15px 0 0;
}
#product_comments_block_extra .star_content {
  display: inline-block;
  width: auto;
}
#product_comments_block_extra .comments_advices {
  display: inline-block;
  vertical-align: top;
  padding: 0;
  text-transform: capitalize;
}
#product_comments_block_extra .comments_advices a {
  display: inline-block;
  position: relative;
  padding: 0 15px;
  color: #b3b3b3;
}
#product_comments_block_extra .comments_advices a:after {
  content: "";
  display: inline-block;
  height: 10px;
  width: 1px;
  background: #b3b3b3;
  position: absolute;
  left: 0;
  top: 6px;
}
#product_comments_block_extra div.star {
  background: url("../../modules/productcomments/img/star.gif") no-repeat scroll 0 0 transparent;
}
#product_comments_block_extra div.star_on {
  background: url("../../modules/productcomments/img/star.gif") no-repeat scroll 0 -12px transparent;
}
#fancybox-wrap {
  width: 100%;
}
#fancybox-content {
  width: 100%;
  border-width: 0;
}
#comment-form-wrap {
  width: 100%;
  color: #333;
  text-align: left;
}
#comment-form-wrap .title {
  padding: 10px;
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  background: #2592a9;
}
#comment-form-wrap ul.grade_content {
  list-style-type: none;
}
#comment-form-wrap .grade_content li {
  width: 50%;
}
#comment-form-wrap .product {
  padding: 15px;
}
#comment-form-wrap .product img {
  float: left;
  border: 1px solid #ccc;
  max-width: 100%;
}
#comment-form-wrap .product .product_desc {
  float: left;
  line-height: 18px;
  margin-top: 15px;
}
#comment-form-wrap .product .product_desc .product_name {
  padding-bottom: 5px;
  font-size: 13px;
  color: #222;
}
#comment-form-wrap .grade_content {
  margin: 0 0 20px 0;
}
#comment-form-wrap .grade_content span, #comment-form-wrap .grade_content span {
  display: inline-block;
  padding: 0 10px;
  
  width: 150px;
  font-weight: bold;
}
#comment-form-wrap .grade_content .cancel {
  margin-right: 5px;
}
.comment-form-wrap_content {
  padding: 15px;
  background: #fff;
}
.comment-form-wrap_content .intro_form {
  padding-bottom: 10px;
  font-weight: bold;
  font-size: 12px;
}
#comment-form-wrap label {
  display: block;
  margin: 12px 0 4px 0;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0;
}
#comment-form-wrap input.star {
  width: auto !important;
}
#comment-form-wrap textarea {
  height: 80px;
  width: 100% !important;
  max-width: 100% !important;
}
#comment-form-wrap .submit {
  margin-top: 20px;
  padding: 0;
  font-size: 13px;
  text-align: right;
}
#comment-form-wrap button {
  cursor: pointer;
  cursor: pointer;
  display: inline-block;
  padding: 4px 7px 3px 7px;
  border: 1px solid #c90;
  border-radius: 3px 3px 3px 3px;
  font-weight: bold;
  color: #222;
  background: url("../../modules/productcomments/img/bg_bt.gif") repeat-x scroll 0 0 #f4b61b;
}
#comment-form-wrap #criterions_list {
  list-style-type: none;
}
#comment-form-wrap #criterions_list li {
  margin-bottom: 10px;
}
#comment-form-wrap #criterions_list label {
  width: 100%;
  display: block;
}
#comment-form-wrap #criterions_list .star_content {
  float: left;
  padding-left: 20px;
  margin: 10px 0 4px 0;
  position: relative;
}
#comment-form-wrap #comment-form-wrap_footer {
  margin-top: 20px;
  font-size: 12px;
  
}
#product_comments_block_tab {
  margin: 0 0 2rem 0;
}
#product_comments_block_tab div.star_content {
  padding: 0;
  font-size: 80%;
}
#product_comments_block_tab div.star_content .fa {
  color: #ddd;
}
#product_comments_block_tab div.star_content .fa.fa-star_on {
  color: #ebdb2c;
}
#product_comments_block_tab div.comment {
  margin: 0 0 2rem 0;
}
#product_comments_block_tab div.comment div.comment_author {
  float: left;
  padding-right: 25px;
  width: 140px;
  line-height: 18px;
}
#product_comments_block_tab div.comment div.comment_author span {
  font-weight: bold;
}
#product_comments_block_tab div.comment div.comment_author span {
  float: left;
}
#product_comments_block_tab div.comment .star_content {
  margin: 0 0 0 5px;
}
#product_comments_block_tab div.star, #product_comments_block_tab div.star_on {
  background: url("../../modules/productcomments/img/star.gif") no-repeat 0 0 transparent;
}
#product_comments_block_tab div.star_on {
  background-position: 0 -12px;
}
#product_comments_block_tab .comment_author_infos {
  clear: both;
}
#product_comments_block_tab .comment_author_infos em {
  color: #999;
}
#product_comments_block_tab div.comment div.comment_details {
  float: left;
  overflow: hidden;
  width: 360px;
}
#product_comments_block_tab div.comment_details .title_block, #product_comments_block_tab div.comment_details h4 {
  padding-bottom: 10px;
}
#product_comments_block_tab div.comment_details p {
  padding-bottom: 10px;
}
#product_comments_block_tab div.comment_details ul {
  list-style-type: none;
  margin: 0;
}
#product_comments_block_tab div.comment_details li {
  padding: 2px 0 2px 12px;
  background: url("../../modules/productcomments/img/bg_li.png") no-repeat 1px 45% #fff;
}
#product_comments_block_tab a {
  text-decoration: none;
  font-weight: bold;
}
#product_comments_block_tab a:hover {
  text-decoration: underline;
}
#product_comments_block_tab button.usefulness_btn {
  cursor: pointer;
  margin: 0 0 0 5px;
  display: inline-block;
  padding: 0 2px;
  border: 1px solid #c90;
  border-radius: 3px 3px 3px 3px;
  color: #222;
  font-weight: bold;
  background: url("../../modules/productcomments/img/bg_bt.gif") repeat-x scroll 0 0 #f4b61b;
}
#product_comments_block_tab button.usefulness_btn:hover {
  background-position: left -50px;
}
#product_comments_block_tab button.usefulness_btn:active {
  background-position: left -100px;
}
#product_comments_block_tab span.report_btn {
  cursor: pointer;
}
#product_comments_block_tab span.report_btn:hover {
  text-decoration: underline;
}
.fl {
  float: left;
}
.fr {
  float: right;
  
}
#comment-form .stars {
  background: url("../../modules/productcomments/img/stars.png") repeat-x 0 0;
  width: 150px;
  position: relative;
}
#comment-form .stars input[type="radio"] {
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}
#comment-form .stars input[type="radio"].star-5:checked ~ span {
  width: 100%;
}
#comment-form .stars input[type="radio"].star-4:checked ~ span {
  width: 80%;
}
#comment-form .stars input[type="radio"].star-3:checked ~ span {
  width: 60%;
}
#comment-form .stars input[type="radio"].star-2:checked ~ span {
  width: 40%;
}
#comment-form .stars input[type="radio"].star-1:checked ~ span {
  width: 20%;
}
#comment-form .stars label {
  display: block !important;
  width: 30px !important;
  height: 30px !important;
  margin: 0 !important;
  padding: 0 !important;
  text-indent: -999em;
  float: left;
  position: absolute;
  z-index: 10;
  background: transparent !important;
  cursor: pointer;
  letter-spacing: 0;
}
#comment-form .stars label.star-1 {
  left: 0;
}
#comment-form .stars label.star-2 {
  left: 30px;
}
#comment-form .stars label.star-3 {
  left: 60px;
}
#comment-form .stars label.star-4 {
  left: 90px;
}
#comment-form .stars label.star-5 {
  left: 120px;
}
#comment-form .stars label:hover ~ span {
  background-position: 0 -30px;
}
#comment-form .stars label.star-5:hover ~ span {
  width: 100% !important;
}
#comment-form .stars label.star-4:hover ~ span {
  width: 80% !important;
}
#comment-form .stars label.star-3:hover ~ span {
  width: 60% !important;
}
#comment-form .stars label.star-2:hover ~ span {
  width: 40% !important;
}
#comment-form .stars label.star-1:hover ~ span {
  width: 20% !important;
}
#comment-form .stars span {
  display: block;
  width: 0;
  position: relative;
  top: 0;
  left: 0;
  height: 30px;
  background: url("../../modules/productcomments/img/stars.png") repeat-x 0 -60px;
  -webkit-transition: -webkit-width 0.5s;
  -moz-transition: -moz-width 0.5s;
  -ms-transition: -ms-width 0.5s;
  -o-transition: -o-width 0.5s;
  transition: width 0.5s;
}
#comment-form .required {
  color: red;
  font-weight: 800 !important;
}
#comment-form .alert {
  width: 100%;
  margin: 0 auto;
  background-color: #fff9c4;
  padding: 16px;
  border-radius: 2px;
  color: #212121;
  position: relative;
}
#comment-form .alert ul {
  padding: 0 !important;
  margin: 0 !important;
}
#comment-form .alert ul li {
  font-size: 0.85rem;
}
#comment-form-wrap, #product_comments_block_tab {
  font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
}
#comment-form h2 {
  margin-bottom: 0 !important;
  letter-spacing: 0;
}
#phi_comment-form-wrap {
  margin-top: 2rem;
  box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, .1);
  -webkit-box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, .1);
  -moz-box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, .1);
}
.ibtn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 0;
  box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, .1);
  -webkit-box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, .1);
  -moz-box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, .1);
  letter-spacing: 0;
  color: #fff !important;
  text-transform: uppercase;
  font-weight: normal !important;
}
.iclose-btn {
  z-index: 500250;
  cursor: pointer;
  position: absolute;
  right: 5px;
  top: 2px;
}
.iclose-btn:hover {
  color: #ff4081;
}
.ialign_center {
  text-align: center;
}
.star_content {
  width: 100%;
}
.author {
  cursor: pointer;
  font-size: 14px;
  color: rgba(0, 0, 0, .87);
  font-weight: 700;
}
.metadata {
  display: inline-block;
  color: rgba(0, 0, 0, .4);
  font-size: 0.875em;
  margin-left: 0.5em;
}
#product_comments_block_tab .date {
  font-size: 12px;
}
.metadata > * {
  margin: 0 0.5em 0 0;
  display: inline-block;
}
.metadata > :last-child {
  margin-right: 0;
}
#product_comments_block_tab .text {
  width: 100%;
  height: auto;
  margin-top: 1em;
  line-height: 24px;
}
#product_comments_block_tab .text .title_block {
  font-size: 14px;
  color: #222;
  font-weight: 600;
  text-transform: capitalize;
}
#product_comments_block_tab .comment {
  background-color: #eee;
  border: 1px solid #eee;
  background-color: #fff;
  padding: 15px;
  box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, .1);
  -webkit-box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, .1);
  -moz-box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, .1);
}
.text-bottom > span {
  color: rgba(0, 0, 0, .4);
  margin: 0 0.75em 0 0;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  font-size: 0.875em;
}
.text-bottom > span:hover {
  color: rgba(0, 0, 0, .8);
  text-decoration: none !important;
}
#comment-form .alert.success {
  background-color: #4caf50;
  color: #fff;
}
.div-people-like {
  font-size: small;
  color: rgba(0, 0, 0, .4);
}
.span-review-main {
  font-size: small;
  color: rgba(0, 0, 0, .4);
}
.spfilter-products {
  margin-bottom: 78px;
}
.spfilter-products .title_line {
  margin-bottom: 55px;
  text-align: center;
}
.spfilter-products .title_line h3.block-title {
  margin: 0;
  position: relative;
  padding: 0 30px;
  display: inline-block;
  font-size: 30px;
  color: #222;
  font-weight: 600;
  text-transform: uppercase;
}
.spfilter-products .title_line h3.block-title span {
  display: block;
  color: #aaa;
  font-size: 13px;
  text-transform: none;
  font-weight: 400;
  margin: 20px 0 0;
  line-height: 22px;
}
.spfilter-products .spfp_box {
  position: relative;
}
.spfilter-products .spfp_box .owl-controls .owl-prev, .spfilter-products .spfp_box .owl-controls .owl-next {
  position: absolute;
  background: rgba(0, 0, 0, 0.05);
  text-align: center;
  top: 33%;
  z-index: 2;
  bottom: auto;
  margin: 0px;
  cursor: pointer;
  text-indent: -9999;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  font-size: 24px;
  color: #222;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
}
.spfilter-products .spfp_box .owl-controls .owl-prev:hover, .spfilter-products .spfp_box .owl-controls .owl-next:hover {
  color: #fff;
  background: #282828;
}
.spfilter-products .spfp_box .owl-controls .owl-prev {
  left: -25px;
  right: auto;
}
.spfilter-products .spfp_box .owl-controls .owl-next {
  right: -25px;
  left: auto;
}
.spfilter-products .spfp_box:hover .owl-controls .owl-prev, .spfilter-products .spfp_box:hover .owl-controls .owl-next {
  transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
}
.spfilter-products .spfp_box .owl-controls .owl-nav {
  top: -65px;
}
.spfilter-products.filter-left {
  margin-bottom: 20px;
}
.spfilter-products.filter-left .title_line {
  text-align: left;
  margin: 0 0 30px;
}
.lang-rtl .spfilter-products.filter-left .title_line {
  text-align: right;
}
.spfilter-products.filter-left .title_line h3.block-title {
  padding: 0;
  font-size: 18px;
}
.spfilter-products.filter-left .product-miniature .product-image {
  float: left;
  width: 100px;
  margin: 0 10px 0 0;
}
.lang-rtl .spfilter-products.filter-left .product-miniature .product-image {
  float: right;
  margin: 0 0 0 10px;
}
.spfilter-products.no_nav .spfp_box:hover .owl-controls .owl-prev, .spfilter-products.no_nav .spfp_box:hover .owl-controls .owl-next {
  transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
}
.spfilter-products.lol .owl-stage, .spfilter-products.lol .owl-item {
  width: 100% !important;
}
.spfilter-products.lol .owl-stage-outer .owl-item .item .product-miniature {
  float: right;
  width: 25%;
  padding: 0 15px;
}
.spfilter-products.lol .owl-stage-outer .owl-item .item .product-miniature .product-container {
  margin-bottom: 30px;
}
.spfilter-products.lol .owl-stage-outer .owl-item .item .product-miniature:nth-child(3) {
  width: 50%;
}
.spfilter-products.lol .owl-stage-outer .owl-item .item .product-miniature:nth-child(4) {
  width: 50%;
  margin-top: -30%;
}
.spfilter-products .spfp-products .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  margin: 0 auto;
}
.spfilter-products .spfp-products .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.spfilter-products .spfp-products .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.spfilter-products .spfp-products .owl-dots .owl-dot.active span, .spfp-products .owl-dots .owl-dot:hover span {
  background: #869791;
}
@media (min-width: 992px) and (max-width: 1400px) {
  .spfilter-products.special .spfp_box .owl-controls .owl-prev, .spfilter-products.special .spfilter-products .spfp_box .owl-controls .owl-next {
    top: 29%;
  }
}
@media (max-width: 991px) {
  .spfilter-products .product-miniature {
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .spfilter-products .title_line {
    margin-bottom: 37px;
  }
  .spfilter-products .title_line h3.block-title span {
    margin-top: 10px;
  }
  .spfilter-products .spfp_box .owl-controls .owl-prev {
    left: 0;
    right: auto;
  }
  .spfilter-products .spfp_box .owl-controls .owl-next {
    right: 0;
    left: auto;
  }
  .spfilter-products.lol .owl-stage-outer .owl-item .item .product-miniature {
    width: 50%;
  }
  .spfilter-products.lol .owl-stage-outer .owl-item .item .product-miniature:nth-child(4) {
    margin: 0;
  }
}
@media (max-width: 479px) {
  .spfilter-products {
    margin-bottom: 40px;
  }
  .spfilter-products .title_line h3 {
    font-size: 20px;
  }
  .spfilter-products.lol .owl-stage-outer .owl-item .item .product-miniature {
    width: 100%;
  }
  .spfilter-products.lol .owl-stage-outer .owl-item .item .product-miniature:nth-child(4), .spfilter-products.lol .owl-stage-outer .owl-item .item .product-miniature:nth-child(3) {
    margin: 0;
    width: 100%;
  }
}
.cf:before, .cf:after {
  
  content: " ";
  
  display: table;
}
.cf:after {
  clear: both;
  
}
.cf {
  *zoom: 1;
}
