


















#wrapper .breadcrumb {
  margin-bottom: 30px;
  text-align: left;
}
#wrapper .breadcrumb .title-page {
  line-height: 30px;
  margin: 0 0 10px;
  text-transform: uppercase;
}
#wrapper .breadcrumb ul {
  margin: 0;
  padding: 0;
}
#wrapper .breadcrumb ul li {
  display: inline-block;
  position: relative;
  transition: 0.3s all ease 0s;
  font-size: 12px;
  color: #444;
  margin: 0 2px 10px 0;
}
#wrapper .breadcrumb ul li:before {
  content: "";
  display: block;
  border-style: solid;
  border-width: 13px;
  position: absolute;
  top: 0;
  left: 1px;
  border-color: transparent transparent transparent #ddd;
  cursor: pointer;
  transition: 0.3s all ease 0s;
}
#wrapper .breadcrumb ul li:after {
  content: "";
  display: block;
  border-style: solid;
  border-width: 12px;
  position: absolute;
  top: 1px;
  left: 0;
  border-color: transparent transparent transparent #fff;
  cursor: pointer;
  margin: 0;
  transition: 0.3s all ease 0s;
}
#wrapper .breadcrumb ul li:first-child {
  z-index: 9;
  margin: 0 2px 0 0;
}
#wrapper .breadcrumb ul li:first-child a {
  padding: 0 8px 0 10px;
}
#wrapper .breadcrumb ul li:first-child:before, #wrapper .breadcrumb ul li:first-child:after {
  display: none;
}
#wrapper .breadcrumb ul li:nth-child(1) {
  z-index: 6;
}
#wrapper .breadcrumb ul li:nth-child(2) {
  z-index: 5;
}
#wrapper .breadcrumb ul li:nth-child(3) {
  z-index: 4;
}
#wrapper .breadcrumb ul li:nth-child(4) {
  z-index: 3;
}
#wrapper .breadcrumb ul li:nth-child(5) {
  z-index: 2;
}
#wrapper .breadcrumb ul li:nth-child(6) {
  z-index: 1;
}
#wrapper .breadcrumb ul li:hover:before {
  border-color: transparent transparent transparent #f50;
}
.lang-rtl #wrapper .breadcrumb ul li:hover:before {
  border-color: transparent #f50 transparent transparent;
}
#wrapper .breadcrumb ul li a {
  color: #444;
  display: inline-block;
  border: solid 1px #ddd;
  padding: 0 8px 0 18px;
  position: relative;
  transition: 0.3s all ease 0s;
  height: 25px;
  line-height: 22px;
  vertical-align: bottom;
}
#wrapper .breadcrumb ul li a:hover {
  color: #f50;
  border-color: #f50;
}
#wrapper .breadcrumb ul li a:hover:before {
  border-color: transparent transparent transparent #f50;
}
.lang-rtl #wrapper .breadcrumb ul li a:hover:before {
  border-color: transparent #f50 transparent transparent;
}
#wrapper .breadcrumb ul li a:before {
  content: "";
  display: block;
  border-style: solid;
  border-width: 13px;
  position: absolute;
  top: -1px;
  right: -27px;
  border-color: transparent transparent transparent #ddd;
  cursor: pointer;
  transition: 0.3s all ease 0s;
}
#wrapper .breadcrumb ul li a:after {
  content: "";
  display: block;
  border-style: solid;
  border-width: 12px;
  position: absolute;
  top: 0;
  right: -24px;
  border-color: transparent transparent transparent #fff;
  cursor: pointer;
  transition: 0.3s all ease 0s;
}
.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: 166.6%;
  color: #444;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  line-height: 24px;
  margin-bottom: 30px;
}
.block-category .page-title:before {
  content: "";
  width: 70px;
  height: 3px;
  display: inline-block;
  position: absolute;
  bottom: -8px;
  left: 0;
  background: #f50;
}
.lang-rtl .block-category .page-title:before {
  left: auto;
  right: 0;
}
.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;
}
.pagination .page-list {
  padding: 0;
  box-shadow: none;
}
.pagination .page-list li {
  display: inline-block;
  width: 27px;
  height: 28px;
  border: 1px solid #ddd;
  float: left;
  margin: 0 1px;
}
.lang-rtl .pagination .page-list li {
  float: right;
}
.pagination .page-list li a {
  color: #444;
  font-size: 12px;
  vertical-align: middle;
  line-height: 26px;
  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: #f50;
  border-color: #f50;
}
.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: #f1f1f1;
}
.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 5px 0 0;
  font-size: 13px;
  transition: 0.3s all ease 0s;
  background: #e9e9e9;
  width: 33px;
  height: 33px;
  line-height: 35px;
  text-align: center;
  cursor: pointer;
}
.js-product-list .category-view-type .category-view-type-selector a {
  color: #898989;
}
.js-product-list .category-view-type .category-view-type-selector:hover, .js-product-list .category-view-type .category-view-type-selector.selected {
  background: #f50;
}
.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 5px;
}
#js-product-list.product-list--list .thumbnail-container {
  box-shadow: none !important;
  padding: 0;
  margin-bottom: 30px;
}
#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;
  border: 1px solid #ebebeb;
}
#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: 5px 30px 0;
}
.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 5px;
  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: 16px;
  font-weight: 700;
}
#js-product-list.product-list--list .product-miniature .product-container .product-info .comments_note {
  text-align: left;
}
.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 10px;
  text-align: left;
}
.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-price-and-shipping .price {
  font-size: 16px;
}
#js-product-list.product-list--list .product-miniature .product-container .product-info .product-price-and-shipping .regular-price {
  font-size: 12px;
}
#js-product-list.product-list--list .product-miniature .product-container .product-info .product-description-short {
  margin: 0 0 5px;
  font-size: 12px;
  display: block !important;
}
#js-product-list.product-list--list .product-miniature .product-container .product-info .sp-cart-box {
  text-align: left;
}
.lang-rtl #js-product-list.product-list--list .product-miniature .product-container .product-info .sp-cart-box {
  text-align: right;
}
#js-product-list.product-list--list .product-miniature .product-container .product-info .sp-cart-box .variant-links {
  text-align: left;
}
.lang-rtl #js-product-list.product-list--list .product-miniature .product-container .product-info .sp-cart-box .variant-links {
  text-align: right;
}
.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;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.products-selection .sort-by {
  margin: 0;
  padding: 0 5px;
}
.products-selection .products-sort-order {
  color: #444;
}
.products-selection .products-sort-order .select-title {
  height: 30px;
  padding: 0 5px;
  width: auto;
  min-width: 150px;
  box-shadow: none;
  border: 1px solid #c2c2c2;
  line-height: 30px;
}
.products-selection .products-sort-order .select-title .material-icons {
  font-size: 18px;
  line-height: 30px;
  color: #aaa;
}
.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: #f50;
}
.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;
  border: 1px solid #ddd;
  border-left: none;
  border-right: none;
  margin: 0;
  overflow: hidden;
  background: #fff;
  text-align: center;
}
.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: #f50;
  border-color: #f50;
}
.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: #f50;
  border-color: #f50;
}
#footer {
  padding: 0;
}
.footer-container {
  margin: 0;
  padding: 0;
  box-shadow: none;
}
.footer-container .footer-top {
  background-color: #4a5678;
  color: #fff;
}
.footer-container .footer-top .socials-wrap {
  background-color: rgba(0, 10, 40, 0.4);
  padding: 25px 30px 15px;
  display: table;
  width: 100%;
}
.footer-container .footer-top .socials-wrap .footer-social a {
  display: inline-block;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  background: transparent;
  font-size: 16px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.footer-container .footer-top .socials-wrap .footer-social a:hover {
  background: #f50;
  border-color: #f50;
}
.lang-rtl .footer-container .footer-top .socials-wrap .footer-social a {
  float: right;
  margin: 0 0 10px 10px;
}
.footer-container .footer-top #newsletter_block_home {
  padding: 25px 0;
}
.footer-container .footer-top #newsletter_block_home .newsletterTitle {
  display: table-cell;
  vertical-align: middle;
  font-size: 150%;
  text-transform: uppercase;
  font-weight: 700;
  white-space: nowrap;
  padding-right: 70px;
}
.lang-rtl .footer-container .footer-top #newsletter_block_home .newsletterTitle {
  padding: 0 0 0 70px;
}
.footer-container .footer-content {
  position: relative;
  background: #f3f4f8;
}
.footer-container .footer-content .footerRow {
  position: relative;
}
.footer-container .footer-content .footerRow .contactinfo-box {
  background-color: #eceef4;
  padding: 40px 30px;
}
.footer-container .footer-content .footerRow .footerlinks-box .footerlinks-col {
  padding-top: 40px;
  padding-bottom: 35px;
}
.footer-container .footer-middle {
  padding: 32px 0;
}
.footer-container .footer-middle .moduletable {
  margin: 0;
}
.footer-container .footer-bottom {
  padding: 11px 0;
  background: #f3f4f8;
}
.footer-container .footer-bottom .block-left {
  text-align: left;
}
.footer-container .footer-bottom .block-right {
  text-align: right;
}
.contactinfo .title-footer {
  font-weight: 700;
  font-size: 116.67%;
  color: #222;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.contactinfo .content-footer {
  padding: 4px 0 0;
}
.contactinfo .content-footer > div {
  min-height: 30px;
  margin-bottom: 12px;
  position: relative;
  padding: 0 0 0 40px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.contactinfo .content-footer > div.address > div {
  margin: -8px 0 0 0;
  line-height: 5px;
}
.contactinfo .content-footer > div.phone {
  margin: 0;
}
.contactinfo .content-footer > div .icon {
  display: block;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 28px;
  color: #fff;
  background: #4a5678;
  font-size: 13px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  transition: 0.3s all ease 0s;
}
.contactinfo .content-footer > div .icon i.fa-map-marker {
  font-size: 16px;
  line-height: 30px;
}
.contactinfo .content-footer > div .icon i.fa-mobile {
  font-size: 21px;
  line-height: 30px;
}
.contactinfo .content-footer > div:hover .icon {
  background: #f50;
}
.contactinfo .content-footer > div > div {
  font-weight: normal;
  font-size: 12px;
  margin: 0;
  padding: 0;
  line-height: 30px;
  color: #444;
}
.contactinfo .content-footer > div > div label {
  font-weight: normal;
  font-size: 12px;
  margin: 0;
  padding: 0;
  line-height: 30px;
  color: #444;
}
.contactinfo .content-footer > div > div a {
  text-decoration: underline;
}
.contactinfo .content-footer > div > span {
  display: inline-block;
  vertical-align: middle;
  font-weight: 400;
  line-height: 30px;
  width: 22px;
  color: #333;
  font-size: 12px;
}
.footer-container li a:hover, .spfooterlinks .links li a:hover, .footer-toplinks .toplinks ul li a:hover {
  color: #f50;
}
@media (max-width: 991px) {
  .footer-container .footer-top .socials-wrap {
    padding: 15px 0;
    text-align: center;
  }
  .footer-container .footer-top .socials-wrap .footer-social a {
    float: none !important;
    margin: 0 5px;
  }
}
body * {
  outline: none !important;
}
.content-search .ac_results {
  z-index: 9;
  background: #fff;
}
#manufacturer #content-wrapper ul li.brand {
  width: 24%;
  display: inline-block;
  text-align: center;
  margin-bottom: 20px;
}
#overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2111;
}
#overlay i {
  position: absolute;
  left: 48.5%;
  top: 40%;
  color: #f50;
  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: #f50;
}
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: #f50;
}
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: 12px;
  color: #666;
  line-height: 1.66;
  margin-bottom: 1rem;
}
body, #products {
  color: #666;
  line-height: 1.6;
  font-size: 12px;
}
img {
  max-width: 100%;
  height: auto;
}
#header a, body a, a {
  color: #444;
  text-decoration: none;
}
#header a:hover, body a:hover, a:hover, #header a:focus, body a:focus, a:focus {
  color: #f50;
}
.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;
}
.title_line {
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
  position: relative;
}
.title_line span {
  font-size: 133.33% !important;
  color: #444;
  font-weight: 700;
  display: inline-block;
  padding-bottom: 5px;
}
.title_line:before {
  content: '';
  display: inline-block;
  height: 1px;
  width: 100px;
  position: absolute;
  left: 0;
  bottom: -1px;
  background-color: #f50;
}
.lang-rtl .title_line:before {
  left: auto;
  right: 0;
}
.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;
  border-bottom: 1px solid #ddd;
}
.block .block-title:before {
  content: "";
  background: #f4a137;
  height: 1px;
  width: 110px;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.block .block-content {
  background-color: #fff;
}
.block .module-title {
  font-size: 133.33%;
  font-weight: 700;
  margin-bottom: 30px;
  color: #222;
  border-bottom: 1px solid #ddd;
  text-transform: uppercase;
  padding-bottom: 3px;
  position: relative;
}
.block .module-title:before {
  content: "";
  background: #f4a137;
  height: 1px;
  width: 110px;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.moduletable {
  overflow: hidden;
  margin: 0;
}
.moduletable .module-title {
  margin: 0 0 30px 0;
  font-size: 18px;
  font-weight: 700;
  color: #222;
  border-bottom: 1px solid #ddd;
  text-transform: uppercase;
  padding-bottom: 3px;
  position: relative;
}
.owl-carousel .owl-stage-outer {
  overflow: unset !important;
}
.owl-controls, .owl-controls * {
  direction: ltr;
}
.owl-controls .owl-nav {
  position: absolute;
  top: -43px;
  right: -1px;
  z-index: 9;
  margin-top: 1px;
}
.lang-rtl .owl-controls .owl-nav {
  right: auto !important;
  left: 0 !important;
}
.owl-controls .owl-nav > div {
  border: 1px solid #ddd;
  font-size: 0;
  height: 27px;
  width: 20px;
  background: #fff;
  text-indent: -9999;
  cursor: pointer;
  display: inline-block;
  margin: 0 3px;
}
.owl-controls .owl-nav > div.owl-prev {
  background: url(../img/icon/arrow_left.png) no-repeat top center #fff;
}
.owl-controls .owl-nav > div.owl-prev:hover {
  background-position: bottom center;
  background-color: #f50;
  border-color: #f50;
}
.owl-controls .owl-nav > div.owl-next {
  background: url(../img/icon/arrow_right.png) no-repeat top center #fff;
}
.owl-controls .owl-nav > div.owl-next:hover {
  background-position: bottom center;
  background-color: #f50;
  border-color: #f50;
}
.owl-controls .owl-nav > div i {
  display: none;
}
#left-column .block .block-title, #right-column .block .block-title {
  border-radius: 5px 5px 0 0;
}
.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: #f50;
}
.pc-devices .collection .item:hover .item-inner a {
  color: #f50;
}
.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: 30px 0 0 0;
}
#index #wrapper {
  padding: 0;
}
.full-wrapper {
  margin-left: -1000px;
  margin-right: -1000px;
  clear: both;
}
.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: #f50;
  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;
}
.contentOneTop {
  padding: 0;
}
.contentOneTop .dealBottomBanner {
  margin-top: 30px;
}
.sp-listing-tabs .owl-controls .owl-nav {
  left: auto;
  right: 0;
}
.lang-rtl .sp-listing-tabs .owl-controls .owl-nav {
  left: 0;
  right: auto;
}
#main .page-footer {
  margin: 0;
}
.owl-controls .owl-nav > div {
  background: #fff !important;
  border: 1px solid #eee;
  color: #666;
  height: 32px;
  width: 24px;
  margin: 0;
  text-align: center;
}
.owl-controls .owl-nav > div.owl-prev {
  border-right: none;
}
.owl-controls .owl-nav > div.owl-prev:before {
  content: '\f104';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 16px;
  line-height: 30px;
}
.owl-controls .owl-nav > div.owl-prev:hover {
  background-position: bottom center;
  background-color: #f50 !important;
  border-color: #f50;
  color: #fff;
}
.owl-controls .owl-nav > div.owl-next {
  border-left: none;
}
.owl-controls .owl-nav > div.owl-next:before {
  content: '\f105';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 16px;
  line-height: 30px;
}
.owl-controls .owl-nav > div.owl-next:hover {
  background-position: bottom center;
  background-color: #f50 !important;
  border-color: #f50;
  color: #fff;
}
.owl-controls .owl-nav > div i {
  display: none;
}
.language-selector .sp-language-title {
  margin: 0;
  padding: 0 11px;
  height: 34px;
  line-height: 34px;
  color: #444;
  border: solid 1px #eee;
  border-top: none;
  border-bottom: none;
  transition: all 0.3s ease 0s;
}
.language-selector .sp-language-title:hover {
  color: #f50;
}
.language-selector .sp-language-title i {
  margin-left: 7px;
}
.sphomepage-slider .owl-carousel .owl-controls .owl-dots {
  left: 35px;
  right: auto;
  bottom: 30px;
}
.sphomepage-slider .owl-carousel .owl-controls .owl-dots .owl-dot {
  margin: 0 15px;
  background-color: transparent;
  border: 3px solid #858585;
  box-shadow: none;
  width: 12px;
  height: 12px;
}
.sphomepage-slider .owl-carousel .owl-controls .owl-dots .owl-dot.active, .sphomepage-slider .owl-carousel .owl-controls .owl-dots .owl-dot:hover {
  width: 12px;
  height: 12px;
  background-color: #f50;
  border-color: #f50;
}
.sphomepage-slider .owl-carousel .owl-controls .owl-nav .owl-next {
  right: 0;
  top: calc(50% - 25px);
  background: rgba(0, 0, 0, 0.2) !important;
  border: none;
  margin: 0;
}
.sphomepage-slider .owl-carousel .owl-controls .owl-nav .owl-next:before {
  display: none;
}
.sphomepage-slider .owl-carousel .owl-controls .owl-nav .owl-prev {
  left: 0;
  top: calc(50% - 25px);
  background: rgba(0, 0, 0, 0.2) !important;
  border: none;
  margin: 0;
}
.sphomepage-slider .owl-carousel .owl-controls .owl-nav .owl-prev:before {
  display: none;
}
.sphomepage-slider .owl-carousel .owl-controls .owl-nav > div i {
  display: inline-block;
}
.sphomepage-slider .owl-carousel .owl-controls .owl-nav > div:hover {
  background-color: #444 !important;
}
.user-info {
  padding: 0;
  height: 34px;
}
.user-info a {
  color: #fff;
  padding: 0 10px;
  height: 34px;
  line-height: 34px;
  border-right: solid 1px #eee;
}
.user-info a:before {
  content: '\f007';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 13px;
  width: 15px;
  height: 15px;
  color: #4a5678;
  background: #fff;
  border-radius: 50%;
}
.user-info a.checkout_link:before {
  content: '\f14a';
  background-color: #f50;
  color: #4a5678;
}
.header-container .user-info a.checkout_link:before {
  background: #fff;
}
.user-info a:after {
  display: none;
}
.user-info a.checkout_link {
  border-left: solid 1px #eee;
  background: #f50;
}
.user-info a.checkout_link span {
  display: inline-block;
}
.lang-rtl .user-info a.checkout_link {
  border-left: none;
  border-right: solid 1px #eee;
}
.user-info a span {
  padding: 0 2px;
  display: none;
}
.user-info a:hover:before {
  color: #f50;
}
.user-info:hover a span {
  display: none;
}
.user-info:hover a.checkout_link {
  background: transparent;
}
.user-info:hover a.checkout_link:before {
  color: #444;
  background: #fff;
}
.user-info:hover a.checkout_link:hover:before {
  background-color: #f50;
  color: #fff;
}
.user-info:hover a:hover {
  background-color: #f50;
  text-decoration: none;
}
.user-info:hover a:hover span {
  display: inline-block;
  color: #fff;
}
.user-info .welcome-text {
  padding: 0;
  color: #fff;
}
div#search_filters .facet .facet-label .custom-checkbox, div#search_filters .facet .facet-label .custom-radio {
  top: 0;
}
div.faceted-overlay {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: transparent;
  z-index: 100;
}
div.faceted-overlay .overlay__inner {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
div.faceted-overlay .overlay__content {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
div.faceted-overlay .spinner {
  width: 75px;
  height: 75px;
  display: inline-block;
  border-width: 2px;
  border-color: transparent;
  border-top-color: transparent;
  animation: spin 1s infinite linear;
  border-radius: 100%;
  border-style: solid;
}
#search_filters .facet .facet-label.active .custom-checkbox span.ps-shown-by-js {
  background: url(../../assets/img/icon/icon_select.png) no-repeat 3px center #f7f7f7;
}
#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: #f50;
}
.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: #f50;
}
.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 .faceted_search_box {
  border: 1px solid #ddd;
  padding: 20px;
}
#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: #f50;
}
#search_filters .facet {
  padding-bottom: 20px;
  border-bottom: 1px dotted #ddd;
  margin-bottom: 20px;
}
#search_filters .facet:last-child {
  border-bottom: none;
  margin: 0;
}
#search_filters .facet .collapse {
  margin: 0;
  display: block;
}
#search_filters .facet .facet-title {
  line-height: 1.1;
  font-size: 14px;
  margin-top: 2rem;
  margin-bottom: 2rem;
  margin: 0 0 10px;
  word-break: break-all;
  color: #666;
  font-weight: normal;
  text-transform: uppercase;
}
#search_filters .facet .facet-label {
  padding: 3px 0;
  margin: 0;
  line-height: 22px;
  text-align: inherit !important;
}
#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(../../assets/img/icon/icon_select.png) no-repeat 3px center #f7f7f7;
}
#search_filters .facet .facet-label .custom-checkbox {
  margin-right: 4px;
}
#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 a {
  margin: 0;
  font-weight: normal;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  padding: 0;
  color: #444;
  font-family: Arial;
  font-size: 12px;
}
#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 #f50;
  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: #f50;
}
div.quickview .modal-content .product-price {
  color: #f50;
}
div.quickview .modal-content .product-images > li.thumb-container > .thumb.selected, div.quickview .modal-content .product-images > li.thumb-container > .thumb:hover {
  border-color: #f50;
}
#product #content {
  max-width: 100%;
}
.zoomContainer {
  z-index: 99;
}
.product-page .pp_leftcolumn {
  margin: 0 0 20px 0;
}
.product-page .pp_rightcolumn {
  margin: 0 0 20px 0;
}
.product-page .pp_rightcolumn .product-actions {
  float: left;
}
.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 #ddd;
  cursor: pointer;
  transition: 0.3s all ease 0s;
  margin: 0 12px 0 0;
  box-shadow: none;
}
.lang-rtl .product-page .images-container .js-qv-mask .thumb-container .thumb {
  margin: 0 0 0 12px;
}
.product-page .images-container .js-qv-mask .thumb-container .thumb:hover, .product-page .images-container .js-qv-mask .thumb-container .thumb.selected {
  border-color: #f50;
}
.product-page .images-container .js-qv-mask .scroll-box-arrows i {
  width: 27px;
  height: 27px;
  line-height: 25px;
  border: solid 1px #ddd;
  background: #fff;
  bottom: calc(50% - 11px);
}
.product-page .images-container .js-qv-mask .scroll-box-arrows i:hover {
  background: #f50;
  color: #fff;
  border-color: #f50;
}
.product-page .images-container .js-qv-mask .scroll-box-arrows i.left {
  left: 10px;
}
.product-page .images-container .js-qv-mask .scroll-box-arrows i.right {
  right: 10px;
}
.product-page .images-container .js-qv-mask.scroll {
  width: 100% !important;
}
.product-page .images-container .product-cover img {
  border: solid 1px #ddd;
  position: relative;
  box-shadow: none;
}
.product-page .images-container .product-cover .layer {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 105;
  cursor: pointer;
  width: 40px;
  height: 40px;
  left: auto;
  top: auto;
  opacity: 1;
}
.product-page .images-container .product-cover .layer:hover {
  color: #f50;
}
.product-page .images-container .product-cover .layer .zoom-in {
  font-size: 40px;
}
.product-page .images-container.vertical-thumbnails .js-qv-mask {
  float: left;
  width: 102px;
  top: -8px;
  position: relative;
}
.product-page .images-container.vertical-thumbnails .js-qv-mask .thumb-container {
  margin: 10px 0;
}
.product-page .images-container.vertical-thumbnails .product-cover {
  float: right;
  width: calc(100% - 122px);
}
.product-page .images-container.horizontal-thumbnails .js-qv-mask .thumb-container {
  margin: 0 5px;
  float: left;
}
.product-page .images-container.horizontal-thumbnails .js-qv-mask .thumb-container .lang-rtl {
  float: right;
}
.product-page .images-container.horizontal-thumbnails .product-cover {
  margin-bottom: 10px;
}
.product-page .images-container.horizontal-thumbnails .product-images {
  padding: 0;
  margin: 0 -5px;
}
.product-page .images-container.horizontal-thumbnails .slick-arrow {
  height: 27px;
  width: 27px;
  font-size: 0px;
  position: absolute;
  top: calc(50% - 13px);
  z-index: 2;
  padding: 0px;
  background: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #ddd;
}
.product-page .images-container.horizontal-thumbnails .slick-arrow:before {
  content: "";
  font-family: "Fontawesome";
  font-size: 12px;
  display: block;
}
.product-page .images-container.horizontal-thumbnails .slick-arrow:hover {
  color: #f50;
}
.product-page .images-container.horizontal-thumbnails .slick-prev {
  left: 10px;
  outline: none;
  background: url(../img/icon/arrow_left.png) center top no-repeat #fff;
}
.product-page .images-container.horizontal-thumbnails .slick-prev:hover {
  background: url(../img/icon/arrow_left.png) center bottom no-repeat #f50;
  border-color: #f50;
}
.product-page .images-container.horizontal-thumbnails .slick-next {
  right: 10px;
  outline: none;
  background: url(../img/icon/arrow_right.png) center top no-repeat #fff;
}
.product-page .images-container.horizontal-thumbnails .slick-next:hover {
  background: url(../img/icon/arrow_right.png) center bottom no-repeat #f50;
  border-color: #f50;
}
#carousel-accessories .owl-controls .owl-nav {
  top: -55px;
}
.zoomWindowContainer > div {
  border: solid 2px #ddd !important;
}
.pp_rightcolumn .product-detail-title {
  font-size: 20px;
  text-transform: none;
  margin: 0;
}
.pp_rightcolumn .product-variants > .product-variants-item.Color ul li {
  display: inline-block;
  padding: 1px;
  margin-right: 10px;
  border: solid 1px #f50;
}
.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 {
  font-size: 20px;
  font-weight: 700;
  color: #444;
  margin: -3px 0px 15px;
}
.product-page .product-short-description {
  margin: 0 0 25px 0;
  float: left;
  padding: 0;
  font-size: 12px;
  color: #777;
}
.product-page .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 {
  line-height: 1.7em;
  font-size: 12px;
  margin: 0px;
}
.product-page #product-availability {
  margin: 20px 0 0 0;
  display: block;
  font-size: 14px;
  font-weight: 600;
}
.product-page #product-availability .material-icons {
  line-height: 1;
}
.product-page #product-availability .fa {
  color: red;
}
.product-page #product-availability .fa.fa-check-square-o {
  color: #4cbb6c;
}
.product-page #product-availability label {
  color: #444;
  font-size: 12px;
}
.product-page #product-availability span.instock {
  color: #00abf0;
}
.product-page #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 {
  color: #ff444e;
}
.product-page #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 .tab-pane > div {
  margin: 0 0 15px 0;
}
.product-page .product-reference, .product-page .product-quantities {
  margin: 0 0 15px;
  float: left;
  width: 100%;
}
.product-page .product-reference .label, .product-page .product-quantities .label {
  margin: 0;
  color: #555;
  font-size: 13px !important;
  font-weight: 600 !important;
  min-width: 80px;
  text-align: left;
}
.product-page .product-reference span, .product-page .product-quantities span {
  padding: 0 5px;
}
.product-page .product-prices {
  margin: 0 0 15px 0;
  padding: 0;
}
.product-page .product-prices .product-discount {
  display: inline-block;
  margin: 0;
  color: #aaa;
  font-size: 18px;
  font-weight: 500;
  text-decoration: line-through;
}
.product-page .product-prices .product-price {
  font-size: 20px;
  display: inline-block;
  color: #e74c3c;
  margin: 0px;
  font-weight: normal;
}
.product-page .product-prices .tax-shipping-delivery-label {
  margin: 0;
}
.product-page .product-prices div {
  margin-bottom: 0;
}
.product-page .product-prices span {
  display: inline-block;
  margin: 0 5px 0 0;
  line-height: normal;
}
.lang-rtl .product-page .product-prices span {
  margin: 0 0 0 5px;
}
.product-page .product-prices span.discount {
  padding: 0 10px;
}
.product-page .product-actions .control-label {
  display: inline-block;
  color: #444;
  font-weight: 700;
  text-transform: uppercase;
  min-width: 70px;
  vertical-align: top;
  padding: 5px 0 0;
  margin: 0;
  font-size: 12px;
}
.product-page .product-actions .product-variants .product-variants-item {
  margin: 0 0 20px;
}
.product-page .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, .product-page .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, .product-page .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 {
  height: 30px;
  position: relative;
  display: inline-block;
  width: 200px;
  background: #fff;
  padding: 0px;
}
.product-page .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 {
  padding: 0 30px 0 10px;
  width: auto;
  border: solid 1px #ddd;
  overflow: hidden;
  outline: none !important;
}
.lang-rtl .product-page .product-actions .product-variants .product-variants-item select {
  padding: 0 10px 0 30px;
}
.product-page .product-actions .product-variants .product-variants-item select option {
  padding: 5px 12px;
}
.product-page .product-actions .product-variants .product-variants-item .input-color {
  z-index: 5;
}
.product-page .product-actions .product-variants .product-variants-item input[type="radio"]:checked {
  opacity: 0;
}
.product-page .product-actions .product-variants .product-variants-item .color {
  box-shadow: none;
  width: 19px;
  height: 19px;
  z-index: 1;
  position: relative;
  margin: 0;
  vertical-align: top;
}
.product-page .product-actions .product-discounts {
  margin: 0;
}
.product-page .product-actions .product-add-to-cart .product-quantity {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
.product-page .product-actions .product-add-to-cart .product-quantity #quantity_wanted {
  width: 35px;
  height: 30px;
  border: none !important;
  padding: 0;
  line-height: 30px;
  text-align: center;
  float: left;
  display: inline-block !important;
  color: #444;
  font-size: 12px;
  font-family: Arial;
  border-radius: 0 !important;
}
.product-page .product-actions .product-add-to-cart .product-quantity .input-group-btn-vertical {
  width: 15px;
  height: 30px;
  float: right;
  display: inline-block;
}
.product-page .product-actions .product-add-to-cart .product-quantity .btn-touchspin {
  color: #747474;
  width: 15px;
  padding: 0;
  height: 15px;
  border: none;
}
.product-page .product-actions .product-add-to-cart .product-quantity .btn-touchspin i {
  line-height: 15px;
  top: 0;
}
.product-page .product-actions .product-add-to-cart .product-quantity .btn-touchspin i.touchspin-down {
  top: 2px;
}
.product-page .product-actions .product-add-to-cart .product-quantity .btn-touchspin.bootstrap-touchspin-up i:after {
  content: "+";
  width: 15px;
  height: 15px;
  background: #444;
  color: #fff;
  display: block;
  font-size: 12px;
  line-height: 9px;
}
.product-page .product-actions .product-add-to-cart .product-quantity .btn-touchspin.bootstrap-touchspin-down i:after {
  content: "-";
  width: 15px;
  height: 15px;
  background: #444;
  color: #fff;
  display: block;
  font-size: 12px;
  line-height: 9px;
  margin-top: -1px;
}
.product-page .product-actions .product-add-to-cart .product-quantity .qty {
  margin: 0;
  display: inline-block;
  float: left;
  min-width: 120px;
  height: 40px;
  background: #eee;
  padding: 5px 15px;
  text-align: left;
}
.lang-rtl .product-page .product-actions .product-add-to-cart .product-quantity .qty {
  text-align: right;
}
.product-page .product-actions .product-add-to-cart .product-quantity .qty .input-group {
  width: auto;
  float: none;
  vertical-align: middle;
}
.product-page .product-actions .product-add-to-cart .product-quantity .qty .quantity-label {
  margin-right: 10px;
  font-size: 12px;
  vertical-align: middle;
}
.lang-rtl .product-page .product-actions .product-add-to-cart .product-quantity .qty .quantity-label {
  margin-left: 10px;
  margin-right: 0;
}
.product-page .product-actions .product-add-to-cart .product-quantity .add {
  margin: 0;
  float: left;
  min-width: 120px;
}
.quickview .product-page .product-actions .product-add-to-cart .product-quantity .add {
  width: auto;
}
.product-page .product-actions .product-add-to-cart .add-to-cart {
  padding: 0 20px;
  width: 100%;
  height: 40px;
  font-size: 12px;
  color: #fff;
  background: #f50;
  border: none;
  box-shadow: none;
  line-height: 42px;
  transition: 0.3s all ease 0s;
}
.product-page .product-actions .product-add-to-cart .add-to-cart:hover {
  background: #c40;
}
.product-page .product-actions .social-sharing {
  display: block;
  margin: 0;
  padding: 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.product-page .product-actions .social-sharing:after {
  content: "";
  display: table;
  clear: both;
}
.product-page .product-actions .social-sharing span {
  float: left;
  margin: 0;
  padding: 10px 0;
  min-width: 70px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}
.product-page .product-actions .social-sharing ul {
  float: right;
  margin: 0;
  list-style: none;
}
.product-page .product-actions .social-sharing li {
  width: 30px;
  height: 40px;
  box-shadow: none;
}
.product-page .product-actions .social-sharing li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  color: #666;
  text-indent: 0;
  text-align: center;
}
.product-page .product-actions .social-sharing li a:before {
  font-size: 16px;
  font-family: Fontawesome;
  line-height: 40px;
  text-align: center;
}
.product-page #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-moreinfo {
  margin: 20px 0;
  width: 100%;
  display: inline-block;
  border: solid 1px #ddd;
}
.product-page .product-moreinfo .product-description {
  color: #777;
}
.product-page .tabs {
  margin: 0;
  box-shadow: none;
  padding: 0;
}
.product-page .tabs .nav-tabs {
  border: none;
  padding: 0;
  margin-bottom: 0;
}
.product-page .tabs .nav-tabs .nav-item {
  margin: 0;
  float: none;
}
.product-page .tabs .nav-tabs .nav-item .nav-link {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  padding: 3px 12px 2px;
  font-size: 16px;
  font-weight: 700;
  color: #444;
  background-color: transparent;
  border-bottom: solid 1px #ddd;
  text-transform: uppercase;
  transition: 0.3s all ease 0s;
  line-height: 50px;
  
}
.product-page .tabs .nav-tabs .nav-item .nav-link:after {
  content: "";
  display: block;
  position: absolute;
  left: -1px;
  top: 50%;
  bottom: 50%;
  width: 4px;
  transition: 0.3s all ease 0s;
}
.product-page .tabs .nav-tabs .nav-item .nav-link:hover:after {
  top: -1px;
  bottom: -1px;
}
.product-page .tabs .nav-tabs .nav-item .nav-link:hover, .product-page .tabs .nav-tabs .nav-item .nav-link.active {
  color: #f50;
}
.product-page .tabs .nav-tabs .nav-item .nav-link:hover:after, .product-page .tabs .nav-tabs .nav-item .nav-link.active:after {
  background: #f50;
}
.product-page .tabs .tab-content {
  border-left: solid 1px #ddd;
  padding: 30px;
  line-height: 22px;
  font-size: 12px;
  min-height: 220px;
}
.product-page .tabs .tab-content .tab-pane {
  padding: 0;
  font-weight: 400;
}
.product-page .tabs .tab-content p {
  margin: 0;
}
.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 #ddd;
  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: #f50;
}
.product-page .panel .panel-heading:hover h4 a {
  color: #f50;
}
.product-page .panel .panel-body {
  border: solid 1px #ddd;
  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 #ddd;
}
.product-page .moreinfo-list .infobox .contentbox {
  border: solid 1px #ddd;
  padding: 30px;
}
.product-page .moreinfo-list .infobox .contentbox p {
  line-height: 22px;
  margin: 0;
}
.pp_rightcolumn #product-details {
  clear: both;
}
.sp-cart-box .cart-button span, .sp-cart-box .cart-button i {
  pointer-events: none;
}
#products .product-miniature .product-flags, .featured-products .product-miniature .product-flags, .product-flags {
  left: 0;
}
.lang-rtl #products .product-miniature .product-flags, .lang-rtl .featured-products .product-miniature .product-flags, .lang-rtl .product-flags {
  left: auto;
  right: 0;
}
#products .product-miniature .product-flags .product-flag:not(.new), .featured-products .product-miniature .product-flags .product-flag:not(.new), .product-flags .product-flag:not(.new) {
  display: none !important;
}
#products .product-miniature .product-flags .product-flag.new, .featured-products .product-miniature .product-flags .product-flag.new, .product-flags .product-flag.new, #products .product-miniature .product-flags .sp-discount-percentage, .featured-products .product-miniature .product-flags .sp-discount-percentage, .product-flags .sp-discount-percentage {
  top: 15px;
  right: 15px;
  display: block;
  position: absolute;
  z-index: 5;
  color: #fff;
  left: auto;
  background-color: #00b46a;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  padding: 0;
  margin: 0 !important;
  min-height: auto;
  min-width: auto;
  line-height: 38px;
  font-size: 12px;
  text-align: center;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, .2);
}
.lang-rtl #products .product-miniature .product-flags, .lang-rtl .featured-products .product-miniature .product-flags, .lang-rtl .product-flags {
  right: auto;
  left: 15px;
}
#products .product-miniature .product-flags .sp-discount-percentage, .featured-products .product-miniature .product-flags .sp-discount-percentage, .product-flags .sp-discount-percentage {
  background: #f50;
  left: 15px;
  right: auto;
}
.product-flags .long_label {
  border-radius: 0 !important;
  width: auto !important;
  height: 30px !important;
  line-height: 30px !important;
  padding: 0 10px !important;
}
.product-miniature {
  text-align: center;
  
}
.product-miniature .span-review-main {
  display: none;
}
.product-miniature .product-image {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.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:hover .product-image .img_0 {
  left: 0;
  visibility: visible;
}
.product-miniature .product-list-actions {
  padding: 15px 0 0;
}
.product-miniature .quick-view {
  line-height: 34px;
  background: #fff;
  padding: 0;
  border: solid 1px #ddd;
  text-align: center;
  width: 36px;
  display: block;
  height: 36px;
  font-size: 14px;
  color: #fff;
  position: absolute;
  left: calc(50% - 18px);
  top: calc(50% - 18px);
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  background-color: #f50;
  border-color: #f50;
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .2);
}
.product-miniature .quick-view:hover {
  background: #f05000;
  border-color: #f05000;
}
.product-miniature .quick-view .material-icons {
  font-size: 22px;
}
.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: #f50;
}
.sp-cart-box {
  text-align: center;
}
.sp-cart-box .cart-button {
  background: transparent;
  color: #666;
  padding: 0 12px;
  height: 30px;
  line-height: 26px;
  text-transform: none;
  box-shadow: none;
  border: solid 1px #ddd;
}
.sp-cart-box .cart-button:hover {
  background: #f50;
  color: #fff !important;
  border-color: #f50;
}
.sp-cart-box .cart-button .material-icons {
  font-size: 17px;
  margin: 0;
  line-height: 28px;
  vertical-align: top;
}
.sp-cart-box .cart-button span {
  font-size: 12px;
  margin: 0;
  font-weight: 600;
  line-height: 28px;
  vertical-align: top;
}
#products .product-title, .featured-products .product-title, .product-accessories .product-title, .product-miniature .product-title {
  margin: 0;
  padding: 5px 0;
}
#products .product-title a, .featured-products .product-title a, .product-accessories .product-title a, .product-miniature .product-title a {
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 5px 0;
  font-size: 14px;
  color: #444;
}
#products .product-title a:hover, .featured-products .product-title a:hover, .product-accessories .product-title a:hover, .product-miniature .product-title a:hover {
  color: #f50;
}
#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 {
  color: #e74c3c;
  font-size: 16px;
  font-weight: 600;
}
#products .thumbnail-container, .featured-products .thumbnail-container, .product-accessories .thumbnail-container, .product-miniature .thumbnail-container {
  width: auto;
  height: auto;
  box-shadow: none;
  padding-bottom: 25px;
  margin-bottom: 30px;
}
.product-miniature:hover .thumbnail-container {
  box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 10px !important;
  z-index: 2;
}
.product-miniature:hover .product-image img {
  opacity: 0.8;
}
.product-miniature:hover .product-image .quick-view {
  opacity: 1;
  visibility: visible;
}
#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.png) repeat-x 0px 0px;
}
#products .product-description, .featured-products .product-description, .product-accessories .product-description, .product-miniature .product-description {
  position: static;
  margin: 0;
  text-align: center;
  padding: 10px 20px 15px;
  height: auto;
  width: 100%;
}
.product-accessories .product-miniature .product-container .product-info .variant-links, .product-accessories .product-miniature .product-container .product-info .product-description-short, .product-accessories .product-miniature .product-container .product-info .product-availability {
  display: none;
}
@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 .product-add-to-cart .product-quantity {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
div.quickview .product-add-to-cart .product-quantity #quantity_wanted {
  width: 35px;
  height: 30px;
  border: none !important;
  padding: 0;
  line-height: 30px;
  text-align: center;
  float: left;
  display: inline-block !important;
  color: #444;
  font-size: 12px;
  font-family: Arial;
  border-radius: 0 !important;
}
div.quickview .product-add-to-cart .product-quantity .input-group-btn-vertical {
  width: 15px;
  height: 30px;
  float: right;
  display: inline-block;
}
div.quickview .product-add-to-cart .product-quantity .btn-touchspin {
  color: #747474;
  width: 15px;
  padding: 0;
  height: 15px;
  border: none;
}
div.quickview .product-add-to-cart .product-quantity .btn-touchspin i {
  line-height: 15px;
  top: 0;
}
div.quickview .product-add-to-cart .product-quantity .btn-touchspin i.touchspin-down {
  top: 2px;
}
div.quickview .product-add-to-cart .product-quantity .btn-touchspin.bootstrap-touchspin-up i:after {
  content: "+";
  width: 15px;
  height: 15px;
  background: #444;
  color: #fff;
  display: block;
  font-size: 12px;
  line-height: 9px;
}
div.quickview .product-add-to-cart .product-quantity .btn-touchspin.bootstrap-touchspin-down i:after {
  content: "-";
  width: 15px;
  height: 15px;
  background: #444;
  color: #fff;
  display: block;
  font-size: 12px;
  line-height: 9px;
  margin-top: -1px;
}
div.quickview .product-add-to-cart .product-quantity .qty {
  margin: 0;
  display: inline-block;
  float: left;
  min-width: 120px;
  height: 40px;
  background: #eee;
  padding: 5px 15px;
  text-align: left;
}
.lang-rtl div.quickview .product-add-to-cart .product-quantity .qty {
  text-align: right;
  float: right;
}
div.quickview .product-add-to-cart .product-quantity .qty .input-group {
  width: auto;
  float: none;
  vertical-align: top;
}
div.quickview .product-add-to-cart .product-quantity .qty .quantity-label {
  margin-right: 10px;
  font-size: 12px;
  vertical-align: top;
  margin-top: -7px;
  display: inline-block;
}
.lang-rtl div.quickview .product-add-to-cart .product-quantity .qty .quantity-label {
  margin-left: 10px;
  margin-right: 0;
}
div.quickview .product-add-to-cart .product-quantity .add {
  margin: 0;
  float: left;
  min-width: 120px;
}
.lang-rtl div.quickview .product-add-to-cart .product-quantity .add {
  float: right;
}
.quickview div.quickview .product-add-to-cart .product-quantity .add {
  width: auto;
}
div.quickview .product-add-to-cart .add-to-cart {
  padding: 0 20px;
  width: 100%;
  height: 40px;
  font-size: 12px;
  color: #fff;
  background: #f50;
  border: none;
  box-shadow: none;
  line-height: 42px;
  transition: 0.3s all ease 0s;
}
div.quickview .product-add-to-cart .add-to-cart:hover {
  background: #c40;
}
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 .social-sharing {
  margin: 0;
}
div.quickview .social-sharing span {
  display: inline-block;
  width: 70px;
  color: #222;
  font-size: 14px;
  margin: 0;
  vertical-align: top;
  padding: 0 10px;
}
div.quickview .social-sharing li {
  margin: 0 10px 0 0;
  height: 40px;
  width: 40px;
  box-shadow: none;
}
div.quickview .social-sharing li a {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  text-indent: 0;
  text-align: center;
  border-radius: 50%;
}
div.quickview .social-sharing li a:before {
  font-family: Fontawesome;
  color: #fff;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
}
div.quickview .social-sharing li.facebook a {
  background: #3b5998;
}
div.quickview .social-sharing li.facebook a:before {
  content: "\f09a";
}
div.quickview .social-sharing li.twitter a {
  background: #1da1f2;
}
div.quickview .social-sharing li.twitter a:before {
  content: "\f099";
}
div.quickview .social-sharing li.googleplus a {
  background: #c03c30;
}
div.quickview .social-sharing li.googleplus a:before {
  content: "\f0d5";
}
div.quickview .social-sharing li.pinterest a {
  background: #d50c22;
}
div.quickview .social-sharing li.pinterest a:before {
  content: "\f231";
}
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 .product-page .images-container.horizontal-thumbnails .js-qv-mask .thumb-container {
  width: 82px;
  display: inline-block;
}
.right-qv .productname-qv {
  font-size: 20px;
  text-transform: none;
  margin: 0;
}
.right-qv .qty {
  line-height: 44px;
}
.right-qv .qty .quantity-label {
  padding: 0 10px;
}
.quickview .mask {
  margin-left: 10px;
}
.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;
}
.spblockcart .cart-images {
  width: 80px;
  
}
.homepage-v1 .sp-home-layouts > .dropdown-menu li a.homepage-v1, .homepage-v2 .sp-home-layouts > .dropdown-menu li a.homepage-v2, .homepage-v3 .sp-home-layouts > .dropdown-menu li a.homepage-v3, .homepage-v4 .sp-home-layouts > .dropdown-menu li a.homepage-v4, .homepage-v5 .sp-home-layouts > .dropdown-menu li a.homepage-v5, .homepage-v6 .sp-home-layouts > .dropdown-menu li a.homepage-v6, .homepage-v7 .sp-home-layouts > .dropdown-menu li a.homepage-v7, .homepage-v8 .sp-home-layouts > .dropdown-menu li a.homepage-v8, .homepage-v9 .sp-home-layouts > .dropdown-menu li a.homepage-v9, .homepage-v10 .sp-home-layouts > .dropdown-menu li a.homepage-v10, .homepage-v11 .sp-home-layouts > .dropdown-menu li a.homepage-v11, .homepage-v12 .sp-home-layouts > .dropdown-menu li a.homepage-v12, .homepage-v13 .sp-home-layouts > .dropdown-menu li a.homepage-v13, .homepage-v14 .sp-home-layouts > .dropdown-menu li a.homepage-v14, .homepage-v15 .sp-home-layouts > .dropdown-menu li a.homepage-v15, .homepage-v16 .sp-home-layouts > .dropdown-menu li a.homepage-v16, .homepage-v17 .sp-home-layouts > .dropdown-menu li a.homepage-v17, .homepage-v18 .sp-home-layouts > .dropdown-menu li a.homepage-v18, .homepage-v19 .sp-home-layouts > .dropdown-menu li a.homepage-v19, .homepage-v20 .sp-home-layouts > .dropdown-menu li a.homepage-v20, .homepage-v21 .sp-home-layouts > .dropdown-menu li a.homepage-v21, .homepage-v22 .sp-home-layouts > .dropdown-menu li a.homepage-v22, .homepage-v23 .sp-home-layouts > .dropdown-menu li a.homepage-v23 {
  color: #f50 !important;
  font-weight: bold;
}
.sp_brands .moduletable {
  overflow: unset;
}
.sp_brands .moduletable .spmanufactureslider {
  padding: 24px 19px;
  border: 1px solid #e5e5e5;
}
.sp_brands .moduletable .spmanufactureslider .owl-stage-outer {
  overflow: hidden !important;
}
.sp_brands .title_line {
  margin-bottom: 7px;
  border: none;
}
.sp_brands .title_line:before {
  display: none;
}
.sp_brands .title_line span {
  font-size: 18px !important;
  padding-bottom: 6px;
}
.fa-star_on {
  color: #ffb400;
}
#left-column .spfilter-products {
  margin-bottom: 30px;
}
#spfilter_products_1 {
  margin-bottom: 30px;
}
.spfilter-products.deals {
  border: solid 1px #e5e5e5;
}
.spfilter-products.deals .owl-controls {
  display: none !important;
}
.spfilter-products.deals .product-miniature .thumbnail-container {
  margin: 0;
  padding: 0;
}
.spfilter-products.deals .product-miniature {
  margin: 0;
}
.spfilter-products.deals .product-miniature .product-title {
  padding: 3px 0;
}
.spfilter-products.deals .product-miniature .product-description {
  padding-bottom: 0;
}
.spfilter-products.deals .product-miniature .quick-view {
  color: #fff !important;
}
.spfilter-products.deals div.comments_note div.star_content {
  line-height: 1;
}
.spfilter-products.deals .product-info {
  padding: 10px 10px 0 10px;
}
.spfilter-products.deals .item-time {
  background: #f50;
  color: #fff;
  position: relative;
  margin: 0px 20px 20px;
  padding: 0px;
}
.spfilter-products.deals .item-time .time-item {
  float: left;
  line-height: 22px;
  text-align: center;
  width: 25%;
  padding: 5px 0px;
}
.spfilter-products.deals .item-time .time-item .num-time {
  font-size: 16px;
}
.spfilter-products.deals .item-time .time-item:not(:first-child) {
  border-left: 1px solid #fff;
}
.spfilter-products .product-miniature img {
  margin: 0;
}
.spfilter-products .product-miniature .dealc5-image {
  float: left;
  width: 50%;
  padding-right: 15px;
}
.spfilter-products .product-miniature .dealc5-detail {
  float: right;
  width: 50%;
  padding: 20px 0 0 15px !important;
  text-align: left;
}
.lang-rtl .spfilter-products .product-miniature .dealc5-detail {
  text-align: right;
}
.spfilter-products .product-miniature .dealc5-detail .product-title {
  text-align: left;
}
.lang-rtl .spfilter-products .product-miniature .dealc5-detail .product-title {
  text-align: right;
}
.spfilter-products .product-miniature .dealc5-detail .product-title a {
  text-align: left;
  font-size: 18px;
}
.spfilter-products .product-miniature .dealc5-detail .comments_note {
  text-align: left;
}
.lang-rtl .spfilter-products .product-miniature .dealc5-detail .comments_note {
  text-align: right;
}
.spfilter-products .product-miniature .dealc5-detail .product-price-and-shipping {
  text-align: left;
  color: #e74c3c;
  font-size: 26px;
}
.lang-rtl .spfilter-products .product-miniature .dealc5-detail .product-price-and-shipping {
  text-align: right;
}
.spfilter-products .product-miniature .dealc5-detail .product-price-and-shipping .price {
  font-weight: bold;
  margin: 0 10px 0 0;
}
.lang-rtl .spfilter-products .product-miniature .dealc5-detail .product-price-and-shipping .price {
  margin: 0 0 0 10px;
}
.spfilter-products .product-miniature .dealc5-detail .sp-cart-box {
  text-align: left;
  margin-bottom: 35px;
}
.lang-rtl .spfilter-products .product-miniature .dealc5-detail .sp-cart-box {
  text-align: right;
}
.spfilter-products.daily-deals {
  margin: 0 !important;
}
.spfilter-products.daily-deals .spfp_box {
  border: 1px solid #e5e5e5;
  padding: 20px 70px;
  position: relative;
  background-color: #fff;
  margin-top: 5px;
}
.spfilter-products.daily-deals .spfp_box:before {
  content: '';
  width: 111px;
  height: 111px;
  background: url(../img/deal-label.png) no-repeat top left;
  position: absolute;
  left: -5px;
  top: -5px;
  z-index: 3;
}
.spfilter-products.daily-deals .spfp_box .owl-controls {
  opacity: 0;
  visibility: hidden;
}
.spfilter-products.daily-deals .spfp_box .owl-controls .owl-nav {
  position: static;
}
.spfilter-products.daily-deals .spfp_box .owl-controls .owl-nav > div.owl-prev {
  position: absolute;
  z-index: 99;
  left: 0;
  top: calc(50% - 21px);
  width: 30px;
  height: 44px;
  border: 1px solid #e5e5e5;
}
.spfilter-products.daily-deals .spfp_box .owl-controls .owl-nav > div.owl-prev:before {
  line-height: 44px;
}
.spfilter-products.daily-deals .spfp_box .owl-controls .owl-nav > div.owl-next {
  position: absolute;
  z-index: 99;
  right: 0;
  top: calc(50% - 21px);
  width: 30px;
  height: 44px;
  border: 1px solid #e5e5e5;
}
.spfilter-products.daily-deals .spfp_box .owl-controls .owl-nav > div.owl-next:before {
  line-height: 44px;
}
.spfilter-products.daily-deals .spfp_box:hover .owl-controls {
  opacity: 1;
  visibility: visible;
}
.spfilter-products.daily-deals .spfp_box .product-countdown .clock-time {
  display: inline-block;
  padding: 0 0 0 60px;
  color: #fff;
  background-image: url(../img/clock-deal.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-color: #f50;
}
.spfilter-products.daily-deals .spfp_box .product-countdown .clock-time .time-item {
  line-height: 1;
  display: table-cell;
  vertical-align: top;
  text-align: center;
  padding: 8px;
  border-left: 1px solid #fff;
}
.spfilter-products.daily-deals .spfp_box .product-countdown .clock-time .time-item .num-time {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 14px;
}
#newsletter_block_home2 {
  padding: 15px;
  margin-bottom: 25px;
  border: 5px solid #e5e5e5;
}
#newsletter_block_home2 .title-newsletter {
  color: #222;
  font-size: 200%;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 33px;
}
#newsletter_block_home2 .detail-newsletter {
  margin-bottom: 20px;
}
#newsletter_block_home2 .block_content .form-group {
  margin: 0;
}
#newsletter_block_home2 .block_content .newsletter-input {
  height: 40px;
  color: #999;
  border-color: #e5e5e5;
  border: 1px solid #adadad;
  line-height: 1.66;
  background-color: #fff;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  max-width: 100%;
  padding: 0 10px;
}
#newsletter_block_home2 .block_content button {
  background-color: #4a5678;
  width: 100%;
  height: 40px;
  line-height: 40px;
  margin-top: 10px;
  padding: 0;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 400;
}
.sp-extraslider-box {
  padding-top: 5px;
}
.sp-extraslider-box .title_line span {
  padding-bottom: 15px;
}
.sp-extraslider-box .sp-extraslider {
  position: relative;
  margin-bottom: 25px;
}
.sp-extraslider-box .sp-extraslider .owl-controls .owl-nav {
  top: -65px;
  right: 0;
}
.sp-extraslider-box .sp-extraslider .product-miniature {
  margin-bottom: 15px;
}
.sp-extraslider-box .sp-extraslider .left-block {
  float: left;
  width: 85px;
  border-width: 1px;
  border-style: solid;
  border-color: #ddd;
  border-image: initial;
}
.lang-rtl .sp-extraslider-box .sp-extraslider .left-block {
  float: right;
}
.sp-extraslider-box .sp-extraslider .right-block {
  margin-left: 100px;
  min-height: 85px;
}
.lang-rtl .sp-extraslider-box .sp-extraslider .right-block {
  margin: 0 100px 0 0;
}
.sp-extraslider-box .sp-extraslider .right-block .product-info {
  padding: 0;
}
.sp-extraslider-box .sp-extraslider .right-block .product-info .product-title, .sp-extraslider-box .sp-extraslider .right-block .product-info .comments_note, .sp-extraslider-box .sp-extraslider .right-block .product-info .product-price-and-shipping {
  text-align: left;
}
.lang-rtl .sp-extraslider-box .sp-extraslider .right-block .product-info .product-title, .lang-rtl .sp-extraslider-box .sp-extraslider .right-block .product-info .comments_note, .lang-rtl .sp-extraslider-box .sp-extraslider .right-block .product-info .product-price-and-shipping {
  text-align: right;
}
.content_v2 .sp-extraslider-box .title_line, .content_v3 .sp-extraslider-box .title_line {
  margin-bottom: 8px;
  border: none;
}
.content_v2 .sp-extraslider-box .title_line span, .content_v3 .sp-extraslider-box .title_line span {
  font-size: 18px !important;
  padding-bottom: 6px;
}
.content_v2 .sp-extraslider-box .title_line:before, .content_v3 .sp-extraslider-box .title_line:before {
  display: none;
}
.content_v2 .sp-extraslider-box .sp-extraslider, .content_v3 .sp-extraslider-box .sp-extraslider {
  padding: 10px;
  border: solid 1px #e5e5e5;
}
.content_v2 .sp-extraslider-box .sp-extraslider .left-block, .content_v3 .sp-extraslider-box .sp-extraslider .left-block {
  border: none;
}
.content_v2 .sp-extraslider-box .sp-extraslider .owl-controls .owl-nav, .content_v3 .sp-extraslider-box .sp-extraslider .owl-controls .owl-nav {
  top: -48px;
}
.content_v3 .spverticalmenu .cat-title {
  background: #4a5678;
}
.services-home .banner-policy .inner .policy a:hover {
  border-color: #f50;
}
.services-home .banner-policy .inner .policy a:hover .title-sv {
  color: #f50;
}
.sp-listing-tabs {
  position: relative;
}
.sp-listing-tabs .title-module-listingtab {
  float: left;
  border: none;
  margin-bottom: 10px;
}
.lang-rtl .sp-listing-tabs .title-module-listingtab {
  float: right;
}
.sp-listing-tabs .ltabs-tabs-container {
  position: absolute;
  right: 100px;
  top: -8px;
  z-index: 99;
}
.lang-rtl .sp-listing-tabs .ltabs-tabs-container {
  right: auto !important;
  left: 100px;
}
.sp-listing-tabs .ltabs-tabs-container .ltabs-tabs li {
  cursor: pointer;
  float: left;
  margin-left: 30px;
  height: 50px;
  line-height: 50px;
  padding-bottom: 8px;
  text-transform: uppercase;
}
.lang-rtl .sp-listing-tabs .ltabs-tabs-container .ltabs-tabs li {
  float: right;
}
.sp-listing-tabs .ltabs-tabs-container .ltabs-tabs li.tab-sel {
  color: #f50;
  border-bottom: solid 1px #f50;
}
.sp-listing-tabs .ltabs-tabs-container .ltabs-tabs li:hover {
  color: #f50;
  border-bottom: solid 1px #f50;
}
.sp-listing-tabs .ltabs-items-container .ltabs-items-inner {
  border: 1px solid #e5e5e5;
  border-right-color: transparent;
  border-left-color: transparent;
}
.sp-listing-tabs .ltabs-items-container .ltabs-items-inner .owl-stage-outer:before {
  display: block;
  content: "";
  height: 100%;
  width: 1px;
  background: #e5e5e5;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 150;
}
.sp-listing-tabs .ltabs-items-container .ltabs-items-inner .owl-stage-outer:after {
  display: block;
  content: "";
  height: 100%;
  width: 1px;
  background: #e5e5e5;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 150;
}
.sp-listing-tabs .product-miniature .thumbnail-container {
  margin-bottom: 0;
  padding-bottom: 30px;
}
#newsletter_block_home .newsletterForm .form-group .btn {
  background: #f50;
}
#newsletter_block_popup .block_content .content-inner {
  color: #4a5678;
}
#newsletter_block_popup .block_content .content-inner .newstitle {
  font-size: 36px;
  font-weight: 700;
}
#newsletter_block_popup .block_content .content-inner .newsdescription {
  padding: 20px 0 30px;
  font-size: 13px;
}
#newsletter_block_popup .block_content .content-inner .form-group .button {
  padding: 0 20px;
  height: 34px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  border: none;
  position: absolute;
  top: 4px;
  right: 4px;
  background: #f50;
}
.lang-rtl #newsletter_block_popup .block_content .content-inner .form-group .button {
  right: auto;
  left: 4px;
}
#newsletter_block_popup .block_content .content-inner .news_social .footer-social > a {
  display: inline-block;
  line-height: 38px;
  text-align: center;
  width: 40px;
  height: 40px;
  background: #fff;
  color: #4a5678;
  font-size: 16px;
  margin: 0 3px 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
}
#newsletter_block_popup .block_content .content-inner .news_social .footer-social > a:hover {
  background: #f50;
  color: #fff;
}
.spr-container .sprsearch-form {
  border-color: #4a5678;
}
.spr-container .content-search .spr-search-button {
  background-color: #4a5678;
}
#sp-vermegamenu .product-miniature .product-container:hover a.product-btn.cart-button {
  background: #f50;
  color: #fff;
}
#sp-vermegamenu .navbar-nav > li.group > .dropdown-menu > ul > li a:hover, #sp-vermegamenu .navbar-nav > li.group > .dropdown-menu > ul > li li.parent > a:hover {
  color: #f50;
}
#sp-vermegamenu .navbar-nav:before {
  background: #f50;
}
#sp-vermegamenu .navbar-nav > li:hover > a {
  color: #f50;
  background-color: #f3f4f8;
}
#sp-vermegamenu .navbar-nav > li:hover > a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -1px;
  width: 2px;
  height: 100%;
  background-color: #f50;
}
.lang-rtl #sp-vermegamenu .navbar-nav > li:hover > a:before {
  left: auto;
  right: -1px;
}
#sp-vermegamenu .navbar-nav .more-wrap:hover {
  color: #f50;
}
#index #header .sp-megamenu .home > a, #header .sp-megamenu .home:hover > a {
  color: #f50 !important;
  background-color: #f3f4f8 !important;
}
#index #header .sp-megamenu .home > a:before, #header .sp-megamenu .home:hover > a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #f50;
}
#header .sp-megamenu .navbar-nav > li > a {
  color: #fff;
}
#header .sp-megamenu .navbar-nav > li > a:hover {
  color: #f50;
  background-color: #f3f4f8;
}
#header .sp-megamenu .navbar-nav > li > a:hover:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #f50;
}
#header .sp-megamenu .navbar-nav > li.active > a {
  color: #f50;
  background-color: #f3f4f8;
}
#header .sp-megamenu .navbar-nav > li.active > a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #f50;
}
#index #header #headerver2 .sp-megamenu .home > a, #header #headerver2 .sp-megamenu .home:hover > a {
  color: #f50;
  background-color: transparent;
}
#index #header #headerver2 .sp-megamenu .home > a:before, #header #headerver2 .sp-megamenu .home:hover > a:before {
  display: none;
}
#headerver2 .sp-megamenu .navbar-nav > li.active a:before {
  display: none !important;
}
#header #headerver3.header_v1 .header-center .sp-megamenu .navbar-nav > li.active > a {
  color: #f50;
}
#prices-drop .spmenu-style1 .sp-megamenu .navbar-nav > li.specials, #new-products .spmenu-style1 .sp-megamenu .navbar-nav > li.new-product, #contact .spmenu-style1 .sp-megamenu .navbar-nav > li.contactus, body[id^="module-smartblog"] .spmenu-style1 .sp-megamenu .navbar-nav > li.blog-link {
  background-color: #f3f4f8;
}
#prices-drop .spmenu-style1 .sp-megamenu .navbar-nav > li.specials a, #new-products .spmenu-style1 .sp-megamenu .navbar-nav > li.new-product a, #contact .spmenu-style1 .sp-megamenu .navbar-nav > li.contactus a, body[id^="module-smartblog"] .spmenu-style1 .sp-megamenu .navbar-nav > li.blog-link a {
  color: #f50 !important;
}
#prices-drop .spmenu-style1 .sp-megamenu .navbar-nav > li.specials a:before, #new-products .spmenu-style1 .sp-megamenu .navbar-nav > li.new-product a:before, #contact .spmenu-style1 .sp-megamenu .navbar-nav > li.contactus a:before, body[id^="module-smartblog"] .spmenu-style1 .sp-megamenu .navbar-nav > li.blog-link a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #f50;
}
#prices-drop #headerver2 .sp-megamenu .navbar-nav > li.specials a, #new-products #headerver2 .sp-megamenu .navbar-nav > li.new-product a, #contact #headerver2 .sp-megamenu .navbar-nav > li.contactus a {
  color: #f50 !important;
}
#prices-drop #headerver3 .sp-megamenu .navbar-nav > li.specials, #new-products #headerver3 .sp-megamenu .navbar-nav > li.new-product, #contact #headerver3 .sp-megamenu .navbar-nav > li.contactus {
  background-color: #f3f4f8;
}
#prices-drop #headerver3 .sp-megamenu .navbar-nav > li.specials a, #new-products #headerver3 .sp-megamenu .navbar-nav > li.new-product a, #contact #headerver3 .sp-megamenu .navbar-nav > li.contactus a {
  color: #f50 !important;
}
#prices-drop #headerver3 .sp-megamenu .navbar-nav > li.specials a:before, #new-products #headerver3 .sp-megamenu .navbar-nav > li.new-product a:before, #contact #headerver3 .sp-megamenu .navbar-nav > li.contactus a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #f50;
}
.hidden {
  display: none;
}
.services-sidebar {
  border: 1px solid #ebebeb;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 10px 20px;
  margin-bottom: 30px;
}
.services-sidebar li .service-content {
  border-bottom: 1px dashed #ebebeb;
  padding: 25px 0;
}
.services-sidebar li .service-content .service-icon {
  display: inline-block;
  color: #f50;
  font-size: 30px;
  line-height: 1.2;
  min-width: 36px;
  text-align: center;
  vertical-align: top;
}
.services-sidebar li .service-content .service-info {
  display: inline-block;
  vertical-align: top;
  padding-left: 10px;
}
.services-sidebar li .service-content .service-info h4 {
  font-size: 116.67%;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
}
.services-sidebar li .service-content .service-info p {
  margin: 0;
}
.services-sidebar li:last-child .service-content {
  border: none;
}
#header .custom-tag ul li a {
  color: #666;
}
#header .custom-tag ul li a:hover {
  color: #f50;
}
.content_v5 .testimonials {
  margin-bottom: 30px;
}
.collection-list {
  display: table;
  width: 100%;
  margin: 0 0 37px 0;
}
.collection-list li {
  background: #fafafa;
  border: 1px solid #e5e5e5;
  margin-bottom: 3px;
}
.collection-list li:hover {
  border-color: #f50;
}
.collection-list li a {
  display: block;
}
.collection-list li .icon-collection {
  display: table-cell;
  vertical-align: middle;
  height: 50px;
  min-width: 69px;
  text-align: center;
  opacity: 0.7;
}
.collection-list li .name-collection {
  display: table-cell;
  vertical-align: middle;
  height: 50px;
  font-size: 116.67%;
  color: #444;
  text-transform: uppercase;
  font-weight: bold;
}
.collection-list li:hover {
  background: #fff;
}
.collection-list li:hover .icon-collection {
  opacity: 1;
}
.box-sp-categories .moduletable .module-title {
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
  padding: 0;
}
.box-sp-categories .moduletable .module-title span {
  border-bottom: 2px solid #f50;
  padding-bottom: 6px;
  margin-bottom: -1px;
  display: inline-block;
}
.user-info {
  font-size: 12px;
  line-height: 22px;
}
.user-info:before, .user-info:after {
  content: "";
  display: table;
}
.user-info:after {
  clear: both;
}
.user-info .welcome-text {
  float: left;
  padding: 0 20px;
}
.user-info a {
  position: relative;
  float: left;
  padding: 0 10px;
}
.user-info a:after {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 5px);
  width: 1px;
  height: 9px;
  background-color: #ccc;
}
.user-info a:hover {
  text-decoration: underline;
}
.currency-selector {
  font-size: 12px;
}
.currency-selector .sp-currency-title {
  margin: 0;
  padding: 0 11px;
  height: 34px;
  line-height: 34px;
  color: #444;
  border-right: solid 1px #e5e5e5;
  transition: all 0.3s ease 0s;
}
.lang-rtl .currency-selector .sp-currency-title {
  border-right: none;
  border-left: solid 1px #e5e5e5;
}
.currency-selector .sp-currency-title i {
  margin-left: 7px;
}
.currency-selector .sp-currency-title:hover {
  color: #f50;
  cursor: pointer;
}
.currency-selector .dropdown-menu {
  left: -1px;
  right: 0;
  margin: 0;
  padding: 0 10px;
  min-width: auto;
  border: none;
  border-radius: 0;
  border: 1px solid #ddd;
  border-top: none;
  list-style: none;
  z-index: 1400;
}
.currency-selector .dropdown-menu li:last-child {
  border-bottom: none;
}
.currency-selector .dropdown-menu li.current a {
  color: #f50;
}
.currency-selector .dropdown-menu .currency-item {
  display: block;
  padding: 4px 0;
  line-height: 24px;
  text-align: left;
  font-size: 12px;
}
.lang-rtl .currency-selector .dropdown-menu .currency-item {
  text-align: right;
}
.currency-selector .sp-currency-select {
  padding: 2px 15px;
  height: 30px;
  border: 1px solid #e5e5e5;
}
.language-selector {
  font-size: 12px;
}
.language-selector .sp-language-title {
  margin: 0;
  padding: 0 11px;
  height: 34px;
  line-height: 34px;
  color: #444;
}
.language-selector .sp-language-title i {
  margin-left: 7px;
}
.language-selector .sp-language-title:hover {
  cursor: pointer;
}
.language-selector .dropdown-menu {
  left: 0;
  right: 0;
  margin: 0;
  padding: 0 10px;
  min-width: auto;
  border: solid 1px #ddd;
  border-top: none;
  border-radius: 0;
  z-index: 1400;
  list-style: none;
}
.language-selector .dropdown-menu li:last-child {
  border-bottom: none;
}
.language-selector .dropdown-menu li.current a {
  color: #f50;
}
.language-selector .dropdown-menu .language-item {
  display: block;
  padding: 4px 0;
  line-height: 24px;
  font-size: 12px;
}
.language-selector .sp-language-select {
  padding: 2px 15px;
  height: 30px;
  border: 1px solid #e5e5e5;
}
.post_date {
  font-size: 13px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 12px;
  margin-bottom: 10px;
  display: none;
}
.date_added {
  z-index: 2;
  position: absolute;
  top: 17px;
  left: 17px;
  right: auto;
  padding: 15px 13px 7px;
  text-align: center;
  background: #fff;
  color: #666;
}
.lang-rtl .date_added {
  left: auto;
  right: 17px;
}
.date_added .d {
  display: block;
  font-size: 24px;
  font-weight: 400;
  margin: -3px 0 3px;
}
.date_added .m {
  display: block;
  font-size: 14px;
  font-weight: 300;
  text-transform: capitalize;
  margin: 0px;
}
.sdsarticleItem {
  background: #fff;
  margin-bottom: 35px;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}
.sdsarticleItem:hover {
  border-color: #f50;
}
.sdsarticleItem .articleContent {
  overflow: visible;
}
.sdsarticleItem .articleContent .imageFeaturedLink {
  display: block;
  position: relative;
  border: 1px solid #ddd;
  padding: 5px;
}
.sdsarticleItem .articleContent .imageFeaturedLink img {
  max-width: 100%;
  padding: 0;
}
.sdsarticleItem .articleContent .imageFeaturedLink img:hover {
  opacity: 0.8;
}
.sdsarticleItem .articleContent .sdsarticle-text .info-info {
  padding: 20px 0 0;
}
.sdsarticleItem .articleContent .sdsarticleHeader {
  padding: 0;
  margin: 0 0 7px;
}
.sdsarticleItem .articleContent .sdsarticleHeader .sdsarticleTitle {
  margin: 0 0 10px;
  padding: 0;
  background: transparent;
  border: none;
}
.sdsarticleItem .articleContent .sdsarticleHeader .sdsarticleTitle a {
  font-size: 14px;
  color: #222;
  font-weight: 600;
  text-transform: capitalize;
  display: block;
  transition: 0.3s all ease 0s;
}
.sdsarticleItem .articleContent .sdsarticleHeader .sdsarticleTitle a:hover {
  color: #f50;
}
.sdsarticleItem .articleContent .sdsarticle-info {
  margin-bottom: 10px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ebebeb;
  font-size: 12px;
  color: #909090;
}
.sdsarticleItem .articleContent .sdsarticle-info a {
  color: #909090;
}
.sdsarticleItem .articleContent .sdsarticle-info span {
  display: inline-block;
}
.sdsarticleItem .articleContent h3 {
  margin: 0;
}
.sdsarticleItem .articleContent h3 a.more {
  font-size: 13px;
  color: #ff5c00;
  text-transform: capitalize;
  font-weight: bold;
  transition: all 0.3s ease 0s;
}
#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: #f2f2f2;
  padding: 20px 0 18px;
  border: solid 1px #ebebeb;
  border-radius: 6px;
  margin: 0;
  text-align: center;
}
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: none;
}
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 {
  color: #222;
  display: block;
  padding: 4px 12px;
  border-radius: 50%;
  border: solid 1px #ebebeb;
  background: #fff;
  font-size: 16px;
  font-weight: normal;
}
div.post-page .pagination li .page-active {
  color: #f50;
  background: #fff;
}
div.post-page .pagination li .page-link:hover, div.post-page .pagination li .page-link:focus {
  color: #f50;
  background: #fff;
}
div.post-page .results {
  margin-top: 5px;
  float: none;
  display: inline-block;
}
#sdsblogArticle {
  border-bottom: solid 1px #ebebeb;
  padding: 0 0 40px;
  margin-bottom: 35px;
}
#sdsblogArticle .articleContent {
  margin: 0 0 25px;
  position: relative;
  overflow: visible;
}
#sdsblogArticle .articleContent img {
  padding: 0;
  max-width: 100%;
}
#sdsblogArticle .article-info {
  margin-bottom: 10px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ebebeb;
  font-size: 12px;
  color: #909090;
}
#sdsblogArticle .article-info span {
  display: inline-block;
}
#sdsblogArticle .article-info span.comment a:hover {
  color: #f50;
}
#sdsblogArticle .article-info a {
  color: #909090;
}
#sdsblogArticle .article-info a:hover {
  color: #f50;
}
#sdsblogArticle .sdstitle_block {
  color: #222;
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 15px;
  text-transform: capitalize;
  padding: 0;
  border: none;
  background: transparent;
}
#sdsblogArticle .sdsarticle-des {
  margin: 0;
}
#sdsblogArticle .sdsarticle-des p {
  margin: 0 0 13px;
  font-size: 13px;
  line-height: 28px;
}
#sdsblogArticle .sdsarticleBottom {
  margin: 0;
}
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: #f50;
  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: #f50;
  vertical-align: top;
  background: transparent;
  padding: 0;
  font-size: 11px;
  text-transform: uppercase;
}
div#articleComments .commentList li .text .reply a:hover {
  color: #f73;
}
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 {
  border: none !important;
  
}
div#respond .error {
  margin: 0;
}
div#respond .comment-reply-title {
  margin: 0 0 30px;
  padding: 0 0 10px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  color: #222;
  position: relative;
  border-bottom: 1px solid #ebebeb;
}
div#respond .comment-reply-title:before {
  content: "";
  width: 100px;
  height: 2px;
  background: #f50;
  position: absolute;
  top: auto;
  left: 0;
  right: auto;
  bottom: -1px;
}
div#respond #commentform {
  margin: 0;
}
div#respond #commentform .input {
  float: left;
  width: 50%;
  margin-bottom: 30px;
}
div#respond #commentform .input.fl {
  text-align: left;
}
div#respond #commentform .input.fr {
  text-align: right;
}
div#respond #commentform .input.fr .error {
  float: left;
  margin: 0 3%;
}
div#respond #commentform input[type="text"] {
  width: 100%;
  height: 40px;
  border: solid 1px #ebebeb;
  color: #8c8c8c;
  padding: 5px 20px;
  background: #fff;
  font-size: 13px;
  font-weight: normal;
  display: inline-block;
}
div#respond #commentform input[type="text"].smartblogcaptcha {
  width: 220px;
  margin: 0 20px;
  float: left;
}
div#respond #commentform input[type="text"]:focus {
  border-color: #f50;
}
div#respond #commentform .content {
  margin-bottom: 30px;
}
div#respond #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;
}
div#respond #commentform .inputContent:focus {
  border-color: #f50;
}
div#respond #commentform .capcha {
  overflow: hidden;
}
div#respond #commentform .capcha img {
  float: left;
}
div#respond #commentform #submitComment {
  color: #fff;
  padding: 13px 25px;
  background: #f50;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
}
div#respond #commentform #submitComment:hover {
  background: #f73;
}
#recent_article_smart_blog_block_left {
  padding-bottom: 0;
  margin-bottom: 40px;
  border: 1px solid #ebebeb;
}
#recent_article_smart_blog_block_left h3.block-title {
  margin-bottom: 0;
  border-bottom: 1px solid #ebebeb;
  background: #f2f2f2;
}
#recent_article_smart_blog_block_left ul.recentArticles {
  padding: 0;
  margin: 0;
  background: #fff;
}
#recent_article_smart_blog_block_left ul.recentArticles li {
  overflow: hidden;
  border-bottom: 1px solid #ebebeb;
}
#recent_article_smart_blog_block_left ul.recentArticles li a {
  display: block;
  padding: 7px 20px;
}
#recent_article_smart_blog_block_left ul.recentArticles li:last-child {
  border-bottom: none;
}
#category_blog_block_left {
  padding-bottom: 0;
  margin-bottom: 40px;
  border: 1px solid #ebebeb;
}
#category_blog_block_left h3.block-title {
  margin-bottom: 0;
  border-bottom: 1px solid #ebebeb;
  background: #f2f2f2;
}
#category_blog_block_left ul.list-link {
  margin: 0;
  padding: 0;
  background: #fff;
}
#category_blog_block_left ul.list-link li {
  border-top: solid 1px #ebebeb;
  padding: 11px 20px;
}
#category_blog_block_left ul.list-link li:first-child {
  border: none;
}
#category_blog_block_left ul.list-link li a {
  display: block;
  position: relative;
  padding: 0;
  font-size: 13px;
  font-weight: 400;
  color: #7d7d7d;
  transition: 0.3s all ease 0s;
}
#category_blog_block_left ul.list-link li a:hover {
  color: #f50;
}
div.lastestnews {
  margin: 0;
}
div.lastestnews .title_line {
  margin-bottom: 7px;
  border: none;
}
div.lastestnews .title_line span {
  font-size: 18px !important;
  padding-bottom: 6px;
}
div.lastestnews .title_line:before {
  display: none;
}
div.lastestnews .lastest_posts {
  margin: 0;
  border-width: 1px;
  border-style: solid;
  border-color: #e5e5e5;
  border-image: initial;
  padding: 30px;
}
div.lastestnews .post {
  padding: 0 1px;
}
div.lastestnews .post .post_image a img {
  transition: all 0.3s ease 0s;
}
div.lastestnews .post:hover .post_image a img {
  opacity: 0.8;
}
div.lastestnews .owl-carousel .owl-stage-outer {
  overflow: hidden !important;
}
div.lastestnews .post-inner .post_content {
  padding: 15px 0px 5px;
}
div.lastestnews .post-inner .post_content .sdsarticleHeader {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  margin: 0 0 5px 0;
  padding: 0;
}
div.lastestnews .post-inner .post_content .desc {
  margin-bottom: 15px;
}
div.lastestnews .post-inner .post_content .readmore {
  text-transform: uppercase;
  font-weight: 600;
  color: #222;
  border-width: 1px;
  border-style: solid;
  border-color: #e5e5e5;
  border-image: initial;
  padding: 5px 20px;
  display: inline-block;
}
div.lastestnews .post-inner .post_content .readmore:hover {
  background: #f50;
  border-color: #f50;
  color: #fff;
}
@media (max-width: 767px) {
  div.lastestnews .owl-controls .owl-next, div.lastestnews .owl-controls .owl-prev {
    top: -35px;
  }
}
.homepage-v3 div.lastestnews, .homepage-v4 div.lastestnews {
  margin-bottom: 65px;
}
.homepage-v3 div.lastestnews p.sub-title, .homepage-v4 div.lastestnews p.sub-title {
  text-align: center;
  font-size: 14px;
  color: #222;
  margin-bottom: 33px;
}
.homepage-v3 div.lastestnews .post .post_content .sdsarticleHeader a, .homepage-v4 div.lastestnews .post .post_content .sdsarticleHeader a {
  text-transform: uppercase;
}
.homepage-v3 div.lastestnews .post .post_content .sdsarticleHeader a:hover, .homepage-v4 div.lastestnews .post .post_content .sdsarticleHeader a:hover {
  color: #f50;
}
.homepage-v3 div.lastestnews .post .post_content h6.readmore a, .homepage-v4 div.lastestnews .post .post_content h6.readmore a {
  color: #222;
}
.homepage-v3 div.lastestnews .post .post_content h6.readmore a:hover, .homepage-v4 div.lastestnews .post .post_content h6.readmore a:hover {
  color: #f50;
}
.homepage-v12 div.lastestnews {
  margin-bottom: 15px;
}
.homepage-v12 div.lastestnews .title_block_lastest {
  border-bottom: 1px solid #e2e2e2;
  margin: 0 0 30px;
  position: relative;
}
.homepage-v12 div.lastestnews .title_block_lastest:before {
  content: '';
  width: 100px;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -1px;
  background: #f50;
}
.homepage-v12 div.lastestnews .title_block_lastest h3.title_blog {
  text-transform: uppercase;
  color: #222;
  font-size: 20px;
}
.homepage-v12 div.lastestnews .post .post_content {
  position: relative;
  padding: 0;
}
.homepage-v12 div.lastestnews .post .post_content .date_added {
  left: 0;
  right: auto;
  top: 0;
  background: #f50;
  color: #fff;
  padding: 6px 11px 5px;
}
.lang-rtl .homepage-v12 div.lastestnews .post .post_content .date_added {
  left: auto;
  right: 0;
}
.homepage-v12 div.lastestnews .post .post_content .date_added span.d {
  font-size: 14px;
  margin-bottom: 1px;
  font-weight: bold;
}
.homepage-v12 div.lastestnews .post .post_content .date_added span.m {
  font-size: 12px;
  font-weight: bold;
}
.homepage-v12 div.lastestnews .post .post_content .sdsarticleHeader {
  min-height: 65px;
  padding: 12px 0 0 55px;
}
.lang-rtl .homepage-v12 div.lastestnews .post .post_content .sdsarticleHeader {
  padding: 12px 55px 0 0;
}
.homepage-v12 div.lastestnews .post .post_content .sdsarticleHeader a {
  text-transform: capitalize;
  font-size: 14px;
}
.homepage-v12 div.lastestnews .post .post_content .sdsarticleHeader a:hover {
  color: #f50;
}
.homepage-v12 div.lastestnews .post .post_content .desc {
  font-size: 13px;
  color: #666;
}
.homepage-v12 div.lastestnews .owl-controls .owl-nav {
  position: inherit;
  left: auto;
  right: auto;
  top: auto;
}
.homepage-v12 div.lastestnews .owl-controls .owl-nav .owl-prev {
  left: 0px;
  right: auto;
}
.homepage-v12 div.lastestnews .owl-controls .owl-nav .owl-next {
  right: 0px;
  left: auto;
}
.homepage-v12 div.lastestnews .owl-controls .owl-nav .owl-prev, .homepage-v12 div.lastestnews .owl-controls .owl-nav .owl-next {
  position: absolute;
  text-align: center;
  top: 33%;
  z-index: 2;
  bottom: auto;
  margin: 0px;
  cursor: pointer;
  text-indent: -9999;
  background-color: transparent;
  border: 1px solid #ddd;
  color: #666;
  height: 40px;
  line-height: 28px;
  width: 40px;
  font-size: 30px;
  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;
}
.homepage-v12 div.lastestnews .owl-controls .owl-nav .owl-prev:hover, .homepage-v12 div.lastestnews .owl-controls .owl-nav .owl-next:hover {
  border-color: #f50;
  color: #fff;
}
.content_v13 div.lastestnews {
  margin-bottom: 50px;
  background: #fff;
  border: 1px solid #dcdde1;
}
.content_v13 div.lastestnews .title_block_lastest {
  margin: 0 0 30px;
  padding: 30px 30px 25px;
  border-bottom: 1px solid #ebebeb;
}
.content_v13 div.lastestnews .title_block_lastest h3.title_blog {
  text-transform: uppercase;
  color: #f50;
  font-size: 20px;
  margin: 0 0 5px;
}
.content_v13 div.lastestnews .title_block_lastest p {
  margin: 0;
}
.content_v13 div.lastestnews .lastest_posts-2 {
  padding: 0 30px 15px;
}
.content_v13 div.lastestnews .post_image {
  margin-bottom: 10px;
}
.content_v13 div.lastestnews .post .post_content {
  position: relative;
  padding: 0;
}
.content_v13 div.lastestnews .post .post_content .date_added {
  left: 0;
  right: auto;
  top: 0;
  background: #f50;
  color: #fff;
  padding: 6px 11px 5px;
}
.lang-rtl .content_v13 div.lastestnews .post .post_content .date_added {
  left: auto;
  right: 0;
}
.content_v13 div.lastestnews .post .post_content .date_added span.d {
  font-size: 14px;
  margin-bottom: 1px;
  font-weight: bold;
}
.content_v13 div.lastestnews .post .post_content .date_added span.m {
  font-size: 12px;
  font-weight: bold;
}
.content_v13 div.lastestnews .post .post_content .sdsarticleHeader {
  min-height: 65px;
  padding: 10px 0 0 55px;
}
.lang-rtl .content_v13 div.lastestnews .post .post_content .sdsarticleHeader {
  padding: 10px 55px 0 0;
}
.content_v13 div.lastestnews .post .post_content .sdsarticleHeader a {
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 400;
}
.content_v13 div.lastestnews .post .post_content .sdsarticleHeader a:hover {
  color: #f50;
}
.content_v13 div.lastestnews .post .post_content .desc {
  font-size: 13px;
  color: #666;
  display: none;
}
.content_v13 div.lastestnews .owl-controls .owl-nav {
  right: 20px;
  top: -100px;
}
.content_v13 div.lastestnews .owl-controls .owl-nav .owl-prev, .content_v13 div.lastestnews .owl-controls .owl-nav .owl-next {
  width: 30px;
  height: 30px;
  border: 1px solid #dcdcde;
}
.content_v13 div.lastestnews .owl-controls .owl-nav .owl-prev:before, .content_v13 div.lastestnews .owl-controls .owl-nav .owl-next:before {
  line-height: 28px;
}
.content_v13 div.lastestnews .owl-controls .owl-nav .owl-prev:hover, .content_v13 div.lastestnews .owl-controls .owl-nav .owl-next:hover {
  border-color: #f50;
}
.content_v13 div.lastestnews .owl-controls .owl-nav .owl-prev {
  margin-right: 5px;
}
.lang-ar .content_v13 div.lastestnews .owl-controls .owl-nav {
  left: 20px !important;
  right: auto;
}
.content_v14 div.lastestnews {
  margin-bottom: 20px;
  background: #fff;
  border: 1px solid #dcdde1;
}
.content_v14 div.lastestnews .title_block_lastest {
  padding: 27px 30px;
}
.content_v14 div.lastestnews .title_block_lastest h3.title_blog {
  text-transform: capitalize;
  font-size: 24px;
  margin: 0 0 5px;
  font-weight: 600;
  color: #222;
}
.content_v14 div.lastestnews .title_block_lastest p {
  margin: 0;
}
.content_v14 div.lastestnews .lastest_posts-3 {
  padding: 0 30px 5px;
}
.content_v14 div.lastestnews .post_image {
  margin-bottom: 10px;
}
.content_v14 div.lastestnews .post_image img {
  width: 100%;
}
.content_v14 div.lastestnews .post .post_content {
  position: relative;
  padding: 0;
}
.content_v14 div.lastestnews .post .post_content .date_added {
  left: 0;
  right: auto;
  top: 0;
  background: #f50;
  color: #fff;
  padding: 4px 15px 7px;
}
.lang-rtl .content_v14 div.lastestnews .post .post_content .date_added {
  left: auto;
  right: 0;
}
.content_v14 div.lastestnews .post .post_content .date_added span.d {
  font-size: 18px;
  margin-bottom: 1px;
  font-weight: bold;
}
.content_v14 div.lastestnews .post .post_content .date_added span.m {
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
}
.content_v14 div.lastestnews .post .post_content .sdsarticleHeader {
  min-height: 65px;
  padding: 10px 0 0 55px;
}
.lang-rtl .content_v14 div.lastestnews .post .post_content .sdsarticleHeader {
  padding: 10px 55px 0 0;
}
.content_v14 div.lastestnews .post .post_content .sdsarticleHeader a {
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 400;
}
.content_v14 div.lastestnews .post .post_content .sdsarticleHeader a:hover {
  color: #f50;
}
.content_v14 div.lastestnews .post .post_content .desc {
  font-size: 13px;
  color: #666;
  display: none;
}
.content_v14 div.lastestnews .owl-controls .owl-nav {
  position: inherit;
  left: auto;
  right: auto;
  top: auto;
}
.content_v14 div.lastestnews .owl-controls .owl-nav .owl-prev {
  left: -1px;
  right: auto;
  border-radius: 0 5px 5px 0;
}
.content_v14 div.lastestnews .owl-controls .owl-nav .owl-next {
  right: -1px;
  left: auto;
  border-radius: 5px 0 0 5px;
}
.content_v14 div.lastestnews .owl-controls .owl-nav .owl-prev, .content_v14 div.lastestnews .owl-controls .owl-nav .owl-next {
  position: absolute;
  text-align: center;
  top: 22%;
  z-index: 2;
  bottom: auto;
  margin: 0px;
  cursor: pointer;
  text-indent: -9999;
  background-color: #fff;
  border: 1px solid #dedfe3;
  color: #222;
  opacity: 0.5;
  height: 80px;
  line-height: 78px;
  width: 48px;
  font-size: 30px;
  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);
}
.content_v14 div.lastestnews .owl-controls .owl-nav .owl-prev:before, .content_v14 div.lastestnews .owl-controls .owl-nav .owl-next:before {
  font-size: 40px;
}
.content_v14 div.lastestnews .owl-controls .owl-nav .owl-prev:hover, .content_v14 div.lastestnews .owl-controls .owl-nav .owl-next:hover {
  opacity: 1;
  background: #fff !important;
}
.content_v14 div.lastestnews:hover .owl-controls .owl-nav .owl-prev, .content_v14 div.lastestnews:hover .owl-controls .owl-nav .owl-next {
  transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
}
.content_v15 div.lastestnews {
  margin-bottom: 80px;
  background: #fff;
  position: relative;
}
.content_v15 div.lastestnews:before, .content_v15 div.lastestnews:after {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  bottom: 0;
  background: transparent;
  width: 20px;
}
.content_v15 div.lastestnews:before {
  left: -20px;
  right: auto;
}
.content_v15 div.lastestnews:after {
  left: auto;
  right: -20px;
}
.content_v15 div.lastestnews .title_block_lastest {
  text-align: center;
  margin: 0 0 48px;
}
.content_v15 div.lastestnews .title_block_lastest h3.title_blog {
  text-transform: uppercase;
  font-size: 30px;
  margin: 0 0 15px;
  font-weight: bold;
  color: #222;
}
.content_v15 div.lastestnews .title_block_lastest p {
  margin: 0;
  font-size: 13px;
  color: #666;
}
.content_v15 div.lastestnews .lastest_posts-3 {
  padding: 0 30px 5px;
}
.content_v15 div.lastestnews .post_image {
  margin-bottom: 10px;
}
.content_v15 div.lastestnews .post_image img {
  width: 100%;
}
.content_v15 div.lastestnews .post .post_content {
  position: relative;
  padding: 0;
}
.content_v15 div.lastestnews .post .post_content .date_added {
  left: 0;
  right: auto;
  top: 0;
  background: #000;
  color: #fff;
  padding: 6px 12px 7px;
}
.lang-rtl .content_v15 div.lastestnews .post .post_content .date_added {
  left: auto;
  right: 0;
}
.content_v15 div.lastestnews .post .post_content .date_added span.d {
  font-size: 14px;
  margin-bottom: 0;
  font-weight: bold;
}
.content_v15 div.lastestnews .post .post_content .date_added span.m {
  font-size: 12px;
  font-weight: 600;
  text-transform: capitalize;
}
.content_v15 div.lastestnews .post .post_content .sdsarticleHeader {
  min-height: 65px;
  padding: 10px 0 0 55px;
}
.lang-rtl .content_v15 div.lastestnews .post .post_content .sdsarticleHeader {
  padding: 10px 55px 0 0;
}
.content_v15 div.lastestnews .post .post_content .sdsarticleHeader a {
  text-transform: capitalize;
  font-size: 14px;
  font-weight: bold;
  color: #000;
}
.content_v15 div.lastestnews .post .post_content .sdsarticleHeader a:hover {
  color: #f50;
}
.content_v15 div.lastestnews .post .post_content .desc {
  font-size: 13px;
  color: #666;
}
.content_v15 div.lastestnews .owl-controls .owl-nav {
  position: inherit;
  left: auto;
  right: auto;
  top: auto;
}
.content_v15 div.lastestnews .owl-controls .owl-nav .owl-prev {
  left: -80px;
  right: auto;
}
.content_v15 div.lastestnews .owl-controls .owl-nav .owl-next {
  right: -80px;
  left: auto;
}
.content_v15 div.lastestnews .owl-controls .owl-nav .owl-prev, .content_v15 div.lastestnews .owl-controls .owl-nav .owl-next {
  position: absolute;
  text-align: center;
  top: 29%;
  z-index: 2;
  bottom: auto;
  margin: 0px;
  cursor: pointer;
  text-indent: -9999;
  background-color: #e5e5e5 !important;
  color: #fff;
  height: 60px;
  line-height: 58px;
  width: 60px;
  border-radius: 50%;
  font-size: 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;
  transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
}
.content_v15 div.lastestnews .owl-controls .owl-nav .owl-prev:before, .content_v15 div.lastestnews .owl-controls .owl-nav .owl-next:before {
  font-size: 40px;
}
.content_v15 div.lastestnews .owl-controls .owl-nav .owl-prev:hover, .content_v15 div.lastestnews .owl-controls .owl-nav .owl-next:hover {
  background: #f50 !important;
}
.content_v15 div.lastestnews:hover .owl-controls .owl-nav .owl-prev, .content_v15 div.lastestnews:hover .owl-controls .owl-nav .owl-next {
  transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
}
.content_v17 div.lastestnews {
  margin-bottom: 80px;
  background: #fff;
  position: relative;
}
.content_v17 div.lastestnews:before, .content_v17 div.lastestnews:after {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  bottom: 0;
  background: transparent;
  width: 20px;
}
.content_v17 div.lastestnews:before {
  left: -20px;
  right: auto;
}
.content_v17 div.lastestnews:after {
  left: auto;
  right: -20px;
}
.content_v17 div.lastestnews .title_block_lastest {
  text-align: center;
  margin: 0 0 35px;
}
.content_v17 div.lastestnews .title_block_lastest h3.title_blog {
  text-transform: uppercase;
  font-size: 40px;
  margin: 0 0 8px;
  font-weight: bold;
  color: #333;
}
.content_v17 div.lastestnews .title_block_lastest p {
  margin: 0;
  font-size: 13px;
  color: #666;
}
.content_v17 div.lastestnews .lastest_posts-3 {
  padding: 0 30px 5px;
}
.content_v17 div.lastestnews .post_image {
  margin-bottom: 10px;
}
.content_v17 div.lastestnews .post_image img {
  width: 100%;
}
.content_v17 div.lastestnews .post .post_content {
  position: relative;
  padding: 0;
}
.content_v17 div.lastestnews .post .post_content .date_added {
  left: 0;
  right: auto;
  top: 0;
  background: #f50;
  color: #fff;
  padding: 6px 12px 7px;
}
.lang-rtl .content_v17 div.lastestnews .post .post_content .date_added {
  left: auto;
  right: 0;
}
.content_v17 div.lastestnews .post .post_content .date_added span.d {
  font-size: 14px;
  margin-bottom: 0;
  font-weight: bold;
}
.content_v17 div.lastestnews .post .post_content .date_added span.m {
  font-size: 12px;
  font-weight: 600;
  text-transform: capitalize;
}
.content_v17 div.lastestnews .post .post_content .sdsarticleHeader {
  min-height: 50px;
  padding: 10px 0 0 55px;
}
.lang-rtl .content_v17 div.lastestnews .post .post_content .sdsarticleHeader {
  padding: 10px 55px 0 0;
}
.content_v17 div.lastestnews .post .post_content .sdsarticleHeader a {
  text-transform: capitalize;
  font-size: 14px;
  font-weight: bold;
  color: #000;
}
.content_v17 div.lastestnews .post .post_content .sdsarticleHeader a:hover {
  color: #f50;
}
.content_v17 div.lastestnews .post .post_content .desc {
  font-size: 13px;
  color: #666;
}
.content_v17 div.lastestnews .owl-controls .owl-nav {
  position: inherit;
  left: auto;
  right: auto;
  top: auto;
}
.content_v17 div.lastestnews .owl-controls .owl-nav .owl-prev {
  left: -70px;
  right: auto;
}
.content_v17 div.lastestnews .owl-controls .owl-nav .owl-next {
  right: -70px;
  left: auto;
}
.content_v17 div.lastestnews .owl-controls .owl-nav .owl-prev, .content_v17 div.lastestnews .owl-controls .owl-nav .owl-next {
  position: absolute;
  text-align: center;
  top: 29%;
  z-index: 2;
  bottom: auto;
  margin: 0px;
  cursor: pointer;
  text-indent: -9999;
  background-color: transparent !important;
  color: #ddd;
  height: 50px;
  line-height: 48px;
  width: 50px;
  border: 2px solid #ddd;
  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);
}
.content_v17 div.lastestnews .owl-controls .owl-nav .owl-prev:before, .content_v17 div.lastestnews .owl-controls .owl-nav .owl-next:before {
  font-size: 30px;
  line-height: 44px;
}
.content_v17 div.lastestnews .owl-controls .owl-nav .owl-prev:hover, .content_v17 div.lastestnews .owl-controls .owl-nav .owl-next:hover {
  border-color: #f50;
  color: #f50;
  background-color: transparent !important;
}
.content_v17 div.lastestnews:hover .owl-controls .owl-nav .owl-prev, .content_v17 div.lastestnews:hover .owl-controls .owl-nav .owl-next {
  transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
}
.footer-v13 {
  
}
.footer-v13 div.lastestnews_special h3.title_blog {
  color: #222;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0 0 26px;
  padding-bottom: 20px;
  position: relative;
}
.footer-v13 div.lastestnews_special h3.title_blog:before {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  top: auto;
  bottom: -1px;
  width: 40px;
  height: 2px;
  background: #f50;
}
.footer-v13 div.lastestnews_special .post .post-inner {
  margin-bottom: 15px;
  display: block;
}
.footer-v13 div.lastestnews_special .post .post-inner .post_image {
  width: 65px;
  float: left;
  position: relative;
  margin-right: 10px;
  border-radius: 3px;
  overflow: hidden;
}
.footer-v13 div.lastestnews_special .post .post-inner .post_image a {
  position: relative;
  display: block;
}
.footer-v13 div.lastestnews_special .post .post-inner .post_image a img {
  width: 65px;
  height: 50px;
}
.footer-v13 div.lastestnews_special .post .post-inner .post_content .sdsarticleHeader {
  margin: 0 0 5px;
  padding: 0;
}
.footer-v13 div.lastestnews_special .post .post-inner .post_content .sdsarticleHeader h5 a {
  font-size: 13px;
  color: #222;
  font-weight: 600;
}
.footer-v13 div.lastestnews_special .post .post-inner .post_content .sdsarticleHeader h5 a:hover {
  color: #f50;
}
.footer-v13 div.lastestnews_special .post .post-inner .sdsarticle-info {
  color: #aaa;
}
.footer-v13 div.lastestnews_special .post .post-inner .date {
  display: inline-block;
  color: #aaa;
}
.footer-v13 div.lastestnews_special .post .post-inner .author {
  color: #aaa;
  font-weight: normal;
}
.footer-v13 div.lastestnews_special .post:last-child {
  display: none;
}
.lang-rtl .lastest_posts .owl-stage-outer {
  direction: ltr;
}
.lang-rtl div.lastestnews {
  direction: ltr;
}
.lang-rtl div.lastestnews h3.title_blog {
  direction: rtl;
}
.lang-rtl div.lastestnews h3.title_blog:before {
  left: auto;
  right: 0;
}
.lang-rtl div.lastestnews .post .post_content {
  direction: rtl;
  text-align: right;
}
.lang-rtl div.lastestnews .post .post_content .post-info span .fa {
  margin: 0 0 0 5px;
}
.lang-rtl div.lastestnews .post .post_content h6.readmore a .fa {
  margin: 0 0 0 3px;
}
.lang-rtl div.lastestnews .post .fa-caret-right:before {
  content: "\f0d9";
}
.lang-rtl div.lastestnews .owl-controls .owl-prev {
  left: 0;
  right: auto;
}
.lang-rtl div.lastestnews .owl-controls .owl-next {
  left: 35px;
  right: auto;
}
.lang-rtl ul.recentArticles li .image {
  float: right;
  margin: 0 0 0 15px;
}
.lang-rtl #smartblogcat .articleContent .sdsarticle-info .fa {
  margin: 0 0 0 5px;
}
.lang-rtl #smartblogcat .articleContent h3 a.more .fa {
  margin: 0 0 0 7px;
}
.lang-rtl #smartblogcat .articleContent h3 a.more .fa.fa-caret-right:before {
  content: "\f0d9";
}
.lang-rtl #sdsblogArticle .article-info .fa {
  margin-left: 5px;
  margin-right: 0;
}
.lang-rtl #sdsblogArticle .sdsarticle-des p {
  margin: 0 0 13px !important;
  font-size: 13px !important;
  line-height: 28px !important;
  color: #7d7d7d !important;
  font-family: "Open Sans", "Helvetica", "Arial", "sans-serif" !important;
}
.lang-rtl #sdsblogArticle .sharing-buttons h5 {
  margin: 0 0 0 10px;
}
.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;
}
.lang-rtl #recent_article_smart_blog_block_left ul li .content-more-comment .more {
  float: left;
  padding-right: 0;
  padding-left: 21px;
}
.lang-rtl #recent_article_smart_blog_block_left ul li .content-more-comment .more:after {
  content: '\f0a8';
  right: auto;
  left: 1px;
}
.lang-rtl #recent_article_smart_blog_block_left ul li .content-more-comment .date i {
  margin: 0 0 0 3px;
}
@media (max-width: 1199px) {
  div.lastestnews .post .post_image a img {
    width: 100%;
  }
  .content_v15 div.lastestnews .owl-controls .owl-nav .owl-prev, .content_v17 div.lastestnews .owl-controls .owl-nav .owl-prev {
    left: 0;
    right: auto;
  }
  .content_v15 div.lastestnews .owl-controls .owl-nav .owl-next, .content_v17 div.lastestnews .owl-controls .owl-nav .owl-next {
    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;
  }
  .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: 479px) {
  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.lastestnews h4.subtitle span {
    width: 100%;
    font-size: 12px;
  }
  div.lastestnews h4.subtitle span span {
    width: auto;
    padding: 0 10px;
  }
  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 img {
  width: 95px;
}
#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: #f50;
}
div#blockcart-modal .modal-content {
  border: none;
}
div#blockcart-modal .modal-header {
  background: #f50;
}
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: #f50;
  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: #c40;
}
body#checkout #header .header-nav {
  padding: 0;
  box-shadow: none;
  border-bottom: 1px solid #eee;
}
body#checkout #footer {
  padding: 0;
  box-shadow: none;
}
.spblockcart {
  text-align: right;
  
}
.spblockcart .header {
  position: relative;
  display: inline-block;
  padding-left: 45px;
  text-align: left;
}
.spblockcart .header a {
  display: block;
}
.spblockcart .header a:after {
  content: "";
  display: table;
  clear: both;
}
.spblockcart .header i.shopping-cart {
  background-color: #f50;
  display: block;
  height: 40px;
  width: 40px;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
}
.spblockcart .header i.shopping-cart:before {
  content: "\f291";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-stretch: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  font-size: 16px;
  line-height: 40px;
  position: absolute;
  left: 0px;
  top: 0;
  display: inline-block;
  width: 40px;
  height: 40px;
  font-variant: normal;
  vertical-align: top;
}
.spblockcart .shopping-cart-title {
  white-space: nowrap;
  text-transform: uppercase;
  font-weight: 700;
  color: #222;
  line-height: 1.6;
  margin: 0;
  font-size: 12px;
  display: block;
}
.spblockcart span {
  font-size: 12px;
  font-weight: 700;
  text-align: left;
  color: #f50;
}
#_desktop_cart .spblockcart {
  position: relative;
  z-index: 999;
}
.sp_blockcart_header {
  background: #f50;
  margin: 0;
  color: #fff;
  padding: 8px 20px;
  font-size: 14px;
  text-transform: uppercase;
}
.sp_blockcart_body {
  background-color: #fff;
  color: #444;
  right: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  z-index: 999;
  display: none;
  width: 320px;
  margin-top: 10px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15) !important;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15) !important;
}
.sp_blockcart_body:before {
  display: block;
  content: "";
  height: 20px;
  width: 100%;
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
}
.spblockcart .sp_blockcart_body .sp_blockcart_content {
  padding: 15px 10px 15px 20px;
}
.spblockcart .sp_blockcart_body li {
  padding: 10px 0;
}
.spblockcart .sp_blockcart_body .cart-info {
  padding-right: 0;
}
.spblockcart .sp_blockcart_body .cart-info .product-name a {
  font-size: 14px;
  line-height: 1.4;
}
.spblockcart .sp_blockcart_body .cart-info .price {
  font-size: 16px;
  float: right;
  padding-right: 20px;
  vertical-align: top;
}
.sp_blockcart_body a, .sp_blockcart_body a i {
  color: #444;
}
.sp_blockcart_body a:hover, .sp_blockcart_body a:hover i {
  color: #f50;
}
.sp_blockcart_body > a:first-child {
  padding: 7px 10px 14px 16px;
  background: #333;
  display: block;
  font-weight: bold;
  color: #444;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
a#dropdowncart_url {
  text-decoration: none;
}
.sp_blockcart_body .cart-total .cart-prices-line {
  margin: 0 -10px 0 -20px;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  text-transform: uppercase;
  color: #444;
  text-align: left;
  padding: 13px 20px 10px;
}
.lang-rtl .sp_blockcart_body .cart-total .cart-prices-line {
  margin: 0;
}
.sp_blockcart_body .cart-total .cart-prices-line.first-line {
  border-top: 1px solid #ddd;
}
.sp_blockcart_body .cart-total .price {
  font-size: 16px;
  white-space: nowrap;
  float: right;
}
.spblockcart .spblockcart_shipping_cost, .spblockcart .spblockcart_tax_cost, .spblockcart .spblockcart_total, .spblockcart .spblockcart_wrapping_cost {
  float: right;
}
.sp_blockcart_body .checkout-link {
  text-align: center;
  padding-top: 15px;
}
.sp_blockcart_body .checkout-link a.button_order_cart {
  cursor: pointer;
  display: inline-block;
  height: 38px;
  padding: 0 20px;
  text-transform: uppercase;
  background-color: #4a5678;
  font-size: 14px;
  color: #fff !important;
  font-weight: 700;
  line-height: 38px;
}
.spblockcart .sp_blockcart_list .remove_link {
  position: absolute;
  left: 74px;
  top: 75px;
}
.spblockcart .sp_blockcart_list {
  height: auto !important;
  max-height: 250px;
  overflow-y: auto;
  padding: 0;
}
.spblockcart .sp_blockcart_list .remove_link a, .spblockcart .sp_blockcart_list .ajax_spblockcart_remove_link {
  display: inline-block;
  font-size: 19px;
}
.spblockcart .sp_blockcart_list .remove_link a:hover, .spblockcart .sp_blockcart_list .ajax_spblockcart_remove_link:hover {
  color: #fff;
}
.spblockcart .cart-images {
  float: left;
  margin-right: 10px;
  border: 1px solid #ddd;
}
.spblockcart .cart-info {
  overflow: hidden;
  position: relative;
  padding-right: 25px;
}
.spblockcart .cart-info .product-name {
  padding-bottom: 5px;
  margin-top: -4px;
  text-align: left;
}
.spblockcart .cart-info .product-name a {
  font-size: 13px;
  line-height: 18px;
  display: inline-block;
}
.spblockcart .cart-info .quantity-formated {
  white-space: normal;
  font-weight: normal;
  float: left;
}
.spblockcart .cart-info .product-name .cart_block_product_name {
  white-space: normal;
  text-align: left;
  display: inline;
}
.spblockcart .cart-info .quantity-formated .quantity {
  font-size: 13px;
  font-weight: normal;
  color: #666;
}
.spblockcart .cart-info > .price {
  float: left;
}
.spblockcart li {
  font-weight: normal;
  overflow: hidden;
  padding: 20px 10px 16px 10px;
  position: relative;
}
.spblockcart li.cart_divider {
  position: relative;
  border-bottom: 1px dashed #ccc;
  height: 1px;
  padding: 0;
  margin: 0 10px;
}
.spblockcart li.cart_divider .customizations {
  border-top: 1px dashed #333;
}
.spblockcart .customizations li {
  padding: 0px;
  text-align: left;
}
.spblockcart .customizations li .remove-from-cart {
  position: absolute;
  right: 0px;
}
.cart-prices-line .label {
  float: left;
  margin: 0;
  font-weight: bold;
}
.cart-prices-line.first-line {
  border-bottom: 1px solid #ccc;
}
.sp_blockcart_body a.button_order_cart i {
  line-height: 23px !important;
  margin-left: 5px;
}
.sp_unvisible {
  display: none;
}
.customization_row span {
  font-size: 14px;
}
.lang-rtl .sp_blockcart_body {
  right: auto;
  left: 0;
}
.lang-rtl .spblockcart .sp_blockcart_body .sp_blockcart_content {
  padding: 15px 20px 15px 10px;
}
.lang-rtl .spblockcart .cart-info .product-name {
  text-align: right;
}
.lang-rtl .spblockcart .cart-images {
  float: right;
  margin-right: 0;
  margin-left: 10px;
}
.lang-rtl .spblockcart .sp_blockcart_list .remove_link {
  left: auto;
  right: 74px;
}
.lang-rtl .spblockcart .cart-info .quantity-formated {
  float: right;
}
.lang-rtl .spblockcart .sp_blockcart_body .cart-info .price {
  float: left;
}
.lang-rtl .sp_blockcart_body .cart-total {
  margin: 0 -20px 0 -10px;
}
@media (max-width: 350px) {
  .sp_blockcart_body {
    width: 290px;
  }
}
#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;
  background: #333;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  line-height: 30px;
  text-transform: uppercase;
  box-shadow: none;
}
#contact .form-footer .btn:hover {
  background: #f50;
}
#contact .group-span-filestyle .btn {
  background: #f50;
  border-radius: 0px 4px 4px 0px;
}
#contact .group-span-filestyle .btn:hover {
  background: #c40;
}
.contact-rich {
  margin: 0 0 30px 0;
  padding: 0 0 20px 0;
  color: #666;
}
.contact-rich h4 {
  margin: 0;
  margin-bottom: 10px;
  padding: 15px 0;
  font-size: 18px;
  font-weight: 600;
  color: #333;
  position: relative;
}
.contact-rich .block-rich {
  margin: 0;
  padding: 10px 0;
  border-top: 1px solid #f3f3f3;
}
.contact-rich .block-rich:before, .contact-rich .block-rich:after {
  content: "";
  display: table;
}
.contact-rich .block-rich:after {
  clear: both;
}
.contact-rich .block-rich .icon {
  float: left;
  width: 24px;
  color: #666;
}
.contact-rich .block-rich .icon .material-icons {
  font-size: 16px;
}
.contact-rich .block-rich .labelcontact {
  float: left;
  width: 66px;
  font-size: 13px;
}
.contact-rich .block-rich .data {
  float: left;
  font-size: 13px;
}
.contact-form {
  margin: 0 0 30px 0;
  padding: 0 0 20px 0;
  color: #666;
}
.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;
}
.img-circle {
  border-radius: 50%;
}
#cms {
  font-size: 12px;
  overflow-x: hidden;
}
#cms .our-content .customers .content > div {
  padding: 9px 0px 8px 0;
}
#cms .page-header {
  padding: 0 0 10px 0;
  text-align: center;
}
#cms .page-header h1 {
  margin: 10px 0;
  color: #444;
  font-size: 20px;
  font-weight: 700;
  text-align: left;
  position: relative;
}
#cms .page-header h1:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -13px;
  width: 70px;
  height: 3px;
  background-color: #f50;
}
#cms .sp-about-us > div {
  padding-top: 33px;
}
#cms .sp-about-us > div:after {
  content: "";
  display: block;
  width: calc(100% - 15px);
  height: 1px;
  background-color: #e9e9e9;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
#cms .sp-about-us > div:before {
  content: "";
  display: block;
  width: calc(100% - 15px);
  height: 1px;
  background-color: #e9e9e9;
  position: absolute;
  left: 0;
  top: 3px;
  z-index: 1;
}
#cms .sp-about-us .box_title_line {
  font-size: 22px;
  font-weight: 200;
  color: #444;
  display: inline-block;
  float: left;
  background: #fff;
  position: absolute;
  left: 0;
  top: -12px;
  padding-right: 17px;
  z-index: 3;
}
#cms .sp-about-us .wcu_right .box_title_line {
  padding-left: 15px;
}
#cms .sp-about-us .wcu_right ul {
  padding: 0;
}
#cms .sp-about-us .wcu_right ul li {
  position: relative;
  padding-left: 25px;
  border-bottom: dotted 1px #999;
  padding-bottom: 8px;
  padding-top: 6px;
  font-size: 12px;
}
#cms .sp-about-us .wcu_right ul li:before {
  content: "\f00c";
  font-family: "FontAwesome";
  font-size: 12px;
  color: #e56664;
  position: absolute;
  left: 0;
  top: 5px;
}
#cms .sp-about-us .welcome_left {
  position: relative;
  padding: 33px 15px 0 0;
}
#cms .sp-about-us .welcome_left .welcome_content {
  font-size: 12px;
  color: #666;
}
#cms .sp-about-us .welcome_left .welcome_content p {
  margin-bottom: 5px;
}
#cms .sp-about-us .welcome_left img {
  float: left;
  margin-right: 30px;
}
#cms .sp-about-us .our_members {
  margin-top: 33px;
  text-align: center;
}
#cms .sp-about-us .our_members .box_title_line {
  left: 50%;
  transform: translate(-50%);
  padding: 0 17px;
}
#cms .sp-about-us .our_members .desc {
  max-width: 790px;
  display: inline-block;
}
#search #wrapper {
  padding-top: 30px;
}
.spaboutus .aboutusImage {
  padding: 10px;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
}
.spaboutus .aboutusHeading {
  margin: 10px 0 15px;
  padding: 0px;
  color: #222;
  font-size: 24px;
  font-weight: 400;
}
.spaboutus .aboutusDesc {
  color: #777;
  font-weight: 400;
  line-height: 24px;
}
.spaboutus .aboutusBottom {
  position: relative;
  margin-top: 60px;
  padding: 70px 0;
  z-index: 1;
}
.spaboutus .aboutusBottom:after {
  content: "";
  position: absolute;
  top: 0px;
  left: -50%;
  width: 200%;
  height: 100%;
  z-index: -1;
  background-color: #f8f8f8;
}
.spaboutus .aboutusBottom .aboutusHeading {
  text-align: center;
}
.spaboutus .personBox {
  margin-top: 5px;
  text-align: center;
}
.spaboutus .personBox .personAvatar {
  padding: 6px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.spaboutus .personBox .personInfo {
  padding: 10px 0;
}
.spaboutus .personBox .personInfo h4 {
  margin: 0px;
  padding: 5px 0;
  color: #222;
  font-size: 18px;
  font-weight: 400;
}
.spaboutus .personBox .personInfo p {
  margin: 0px;
  color: #777;
  font-size: 12px;
}
.page-content.page-cms {
  color: #777;
  line-height: 22px;
  padding: 0 0 10px 0;
}
.page-content.page-cms .cms-box img {
  margin: 10px 0;
}
.page-content.page-cms .testimonials {
  border: 0;
  border-radius: 0;
}
.page-content.page-cms h1, .page-content.page-cms h2, .page-content.page-cms h3, .page-content.page-cms h4, .page-content.page-cms h5, .page-content.page-cms h6 {
  color: #555;
  line-height: 24px;
}
.page-content.page-cms ul {
  list-style: none;
  position: relative;
  padding-left: 30px;
}
.lang-rtl .page-content.page-cms ul {
  padding-left: 0;
  padding-right: 30px;
}
.page-content.page-cms ol {
  padding-left: 30px;
}
.lang-rtl .page-content.page-cms ol {
  padding-left: 0;
  padding-right: 30px;
}
.faqCollapseContent {
  margin-bottom: 40px;
}
.aboutus .about-image {
  text-align: center;
}
.aboutus .about-text {
  padding: 30px 0;
  font-size: 13px;
  font-weight: 400;
  color: #666;
}
.aboutus .about-text h3 {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: #333;
  margin: 0px;
  padding: 20px 0;
  text-transform: uppercase;
}
.groupAccordion .accordionCms {
  background-color: #eee;
  color: #333;
  padding: 12px 18px;
  width: 100%;
  border: none;
  outline: none;
  cursor: pointer;
  text-align: left;
  transition: 0.4s;
}
.groupAccordion .accordionCms .lang-rtl {
  text-align: right;
}
.groupAccordion .accordionCms.active, .groupAccordion .accordionCms:hover {
  background-color: #ddd;
}
.groupAccordion .accordionCms.active:after {
  content: "\2796";
}
.groupAccordion .accordionCms:after {
  content: '\02795';
  font-size: 13px;
  color: #777;
  float: right;
  margin-left: 5px;
}
.groupAccordion .accordionContent {
  padding: 10px 18px;
  background-color: white;
  height: 0;
  overflow: hidden;
  transition: 0.35s ease-in-out;
  opacity: 0;
}
.groupAccordion .accordionContent.show {
  opacity: 1;
  height: 100%;
}
.our-content .content .about-button, .our-content .content .owl-dots .owl-dot.active span {
  background: #f50;
}
#cms.lang-rtl .page-header h1 {
  text-align: right;
}
@-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: #f50;
  right: 30px;
  position: fixed;
  z-index: 1101;
  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: #c40;
}
.pattern1, .pattern2, .pattern3, .pattern4, .pattern5 {
  
}
.pattern1.homepage-v10 main, .pattern2.homepage-v10 main, .pattern3.homepage-v10 main, .pattern4.homepage-v10 main, .pattern5.homepage-v10 main {
  background: transparent !important;
}
@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_v2.has-top-margin .header-center {
    margin-top: 105px;
  }
  #header #headerver2.header_v1 .header-top.menu-fixed {
    padding: 0;
  }
  #header #headerver2.header_v1 .header-top.menu-fixed #cart {
    display: none;
  }
  .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;
  }
  .header_v3.has-top-margin .menu-fixed .sp-megamenu {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .header_v3.has-top-margin .menu-fixed .header-top-right {
    margin-top: 15px;
  }
  #header #headerver11.header_v11 .menu-fixed .box-menu2 {
    width: 83.33333%;
  }
  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;
  }
}
.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: #f50;
}
div.themeColor.active, div.themeColor.selected {
  border-color: #f50;
}
.reset-group .btn:hover {
  background: #f50;
  
}
@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: #f50;
  
  
}
#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) {
    .mobile_layout select, .mobile_layout textarea, .mobile_layout input[type="text"], .mobile_layout input[type="password"], .mobile_layout input[type="datetime"], .mobile_layout input[type="datetime-local"], .mobile_layout input[type="date"], .mobile_layout input[type="month"], .mobile_layout input[type="time"], .mobile_layout input[type="week"], .mobile_layout input[type="number"], .mobile_layout input[type="email"], .mobile_layout input[type="url"] {
    font-size: 16px !important;
  }
}
@media screen and (device-aspect-ratio: 40/71) {
    .mobile_layout select, .mobile_layout textarea, .mobile_layout input[type="text"], .mobile_layout input[type="password"], .mobile_layout input[type="datetime"], .mobile_layout input[type="datetime-local"], .mobile_layout input[type="date"], .mobile_layout input[type="month"], .mobile_layout input[type="time"], .mobile_layout input[type="week"], .mobile_layout input[type="number"], .mobile_layout input[type="email"], .mobile_layout input[type="url"] {
    font-size: 16px !important;
  }
}
@media screen and (device-aspect-ratio: 375/667) {
    .mobile_layout select, .mobile_layout textarea, .mobile_layout input[type="text"], .mobile_layout input[type="password"], .mobile_layout input[type="datetime"], .mobile_layout input[type="datetime-local"], .mobile_layout input[type="date"], .mobile_layout input[type="month"], .mobile_layout input[type="time"], .mobile_layout input[type="week"], .mobile_layout input[type="number"], .mobile_layout input[type="email"], .mobile_layout input[type="url"] {
    font-size: 16px !important;
  }
}
@media screen and (device-aspect-ratio: 9/16) {
  .mobile_layout select, .mobile_layout textarea, .mobile_layout input[type="text"], .mobile_layout input[type="password"], .mobile_layout input[type="datetime"], .mobile_layout input[type="datetime-local"], .mobile_layout input[type="date"], .mobile_layout input[type="month"], .mobile_layout input[type="time"], .mobile_layout input[type="week"], .mobile_layout input[type="number"], .mobile_layout input[type="email"], .mobile_layout 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: #f50;
  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: #f50;
}
.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: #f50;
}
.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: #f50 !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: #f50;
  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: #f50;
  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: #f50;
  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: #f50;
  color: #fff;
}
.lang-rtl.mobile_layout #_mobile_cart {
  float: none !important;
}
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;
    margin-bottom: 10px;
  }
}
@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%;
  }
}
#header {
  background: transparent;
}
.header-main.menu-fixed .box-menu2 {
  width: 100%;
}
#header .header-top .menu {
  padding: 0;
  margin: 0;
}
#headerver18 {
  padding: 0 30px;
  border-bottom: 1px solid #ddd;
}
#index #headerver18 {
  border-bottom: none;
}
#headerver18 .nav-left > div {
  display: inline-block;
  position: relative;
}
#headerver18 .nav-right {
  text-align: right;
  font-size: 0;
}
#headerver18 .nav-right > div {
  display: inline-block;
  vertical-align: middle;
}
.lang-rtl #headerver18 .nav-right {
  text-align: left;
}
#headerver18 .user-info {
  padding: 0;
  height: 34px;
  width: 42px;
  cursor: pointer;
}
#headerver18 .user-info a {
  color: #fff;
  padding: 0 10px;
  height: 38px;
  line-height: 38px;
  border-right: solid 1px transparent;
  background: transparent;
}
#headerver18 .user-info a:before {
  content: '\f007';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 13px;
  width: 15px;
  height: 15px;
  color: #fff;
  background: transparent;
  border-radius: 50%;
}
#headerver18 .user-info a.login {
  padding: 0 0 0 10px;
}
#headerver18 .user-info a.checkout_link:before {
  content: '\f14a';
  background-color: transparent;
  color: #fff;
}
.header-container #headerver18 .user-info a.checkout_link:before {
  background: #fff;
}
#headerver18 .user-info a.checkout_link {
  border-left: solid 1px transparent;
}
#headerver18 .user-info a.checkout_link span {
  display: inline-block;
}
.lang-rtl #headerver18 .user-info a.checkout_link {
  border-left: none;
  border-right: solid 1px transparent;
}
#headerver18 .user-info a.checkout_link:after {
  content: '';
  background: rgba(255, 255, 255, 0.2);
  height: 15px;
  width: 1px;
  display: block;
  position: absolute;
  left: auto;
  right: 0;
  top: 11px;
  bottom: auto;
}
#headerver18 .user-info a span {
  padding: 0;
  display: inline-block;
}
#headerver18 .user-info a:hover:before {
  color: transparent;
}
#headerver18 .user-info:hover a.checkout_link {
  background: transparent;
}
#headerver18 .user-info:hover a.checkout_link:hover:before {
  color: #f50;
}
#headerver18 .user-info:hover a:hover {
  text-decoration: none;
}
#headerver18 .user-info:hover a:hover span {
  display: inline-block;
  color: #f50;
}
#headerver18 #sp-vermegamenu .navbar-nav .more-wrap {
  padding: 20px 30px 19px 55px;
}
#headerver18 #sp-vermegamenu .navbar-nav .more-wrap:before {
  top: 25px;
}
#headerver18 .services-home {
  margin: 0;
  line-height: 0;
}
#headerver18 .services-home .banner-policy {
  border: none;
  margin: 0;
  text-transform: none;
}
#headerver18 .services-home .banner-policy .inner {
  padding: 0;
}
#headerver18 .services-home .banner-policy .inner .policy {
  border: none;
  width: 33.33333%;
  position: relative;
  padding: 13px 35px 15px;
  margin: 0;
  text-align: center;
  background: #222;
}
#headerver18 .services-home .banner-policy .inner .policy a {
  color: #fff;
}
#headerver18 .services-home .banner-policy .inner .policy a span {
  width: auto;
  display: inline-block;
  padding: 0;
}
#headerver18 .services-home .banner-policy .inner .policy a em {
  display: inline-block;
  font-size: 14px;
  width: auto;
  margin: 0 15px;
}
#headerver18 .services-home .banner-policy .inner .policy:before {
  content: '';
  display: none;
  height: 19px;
  width: 1px;
  background: #ccc;
  position: absolute;
  top: calc(50% - 10px);
  left: auto;
  right: 0;
  bottom: auto;
}
#headerver18 .services-home .banner-policy .inner .policy.policy-2 {
  background: #111;
}
#headerver18 .services-home .banner-policy .inner .policy.policy-3:before {
  display: none;
}
#header #headerver18 .header-top {
  padding: 25px 0;
}
#index #header #headerver18 .header-top {
  padding: 46px 0 42px;
  box-shadow: none;
}
#header #headerver18 .header-top .sp-megamenu .sp-megamenu-container {
  text-align: right;
}
#header #headerver18 .header-top .sp-megamenu .sp-megamenu-container .sp-home-layouts.home {
  float: none;
  display: inline-block;
}
#header #headerver18 .header-top .sp-megamenu .sp-megamenu-container > ul {
  float: none;
}
#header #headerver18 .header-top .menu-fixed #headermenu {
  float: left;
  padding: 0;
}
#header #headerver18 .header-top .menu-fixed #headermenu .sp-megamenu .sp-megamenu-container {
  text-align: left;
}
.lang-rtl #header #headerver18 .header-top .menu-fixed #headermenu .sp-megamenu .sp-megamenu-container {
  text-align: right;
}
#header #headerver18 .header-top .menu-fixed #n_desktop_topsearch, #header #headerver18 .header-top .menu-fixed #cart {
  vertical-align: top;
  height: 40px;
  padding-top: 5px;
}
#header #headerver18 .header-top .menu-search-cart {
  padding: 0;
}
#header #headerver18 .header-top .menu-fixed .menu-search-cart {
  padding: 0 15px;
}
#header #headerver18 .header-center {
  background-color: #4a5678;
  height: 50px;
}
#index #header #headerver18 .header-bottom {
  margin-bottom: 30px;
}
#header #headerver18 #_desktop_logo a {
  display: block;
  background-color: #fff;
}
#header #headerver18 #headermenu {
  display: inline-block;
  padding-right: 55px;
}
#header #headerver18 #headermenu .sp-megamenu .home > a {
  color: #222;
  background: transparent !important;
  border: none;
  padding: 0 10px;
  font-weight: 600;
  height: 40px;
  line-height: 40px;
}
#header #headerver18 #headermenu .sp-megamenu .home > a:before {
  display: none;
}
#header #headerver18 #headermenu .sp-megamenu .navbar-nav > li {
  background: transparent !important;
}
#header #headerver18 #headermenu .sp-megamenu .navbar-nav > li > a {
  color: #222;
  background: transparent;
  border: none;
  padding: 0 10px;
  height: 40px;
  line-height: 40px;
  font-weight: 600;
}
#header #headerver18 #headermenu .sp-megamenu .navbar-nav > li > a:before {
  display: none;
}
#header #headerver18 #headermenu .sp-megamenu .navbar-nav > li:hover > a {
  color: #f50;
}
#header #headerver18 .menu-fixed {
  background: #4a5678;
}
#header #headerver18 .menu-fixed #headermenu .sp-megamenu .home > a {
  height: 50px;
  line-height: 50px;
  color: #fff;
}
#header #headerver18 .menu-fixed #headermenu .sp-megamenu .navbar-nav > li > a {
  height: 50px;
  line-height: 50px;
  color: #fff;
}
#header #headerver18 .menu-fixed .spblockcart .shopping-cart-title {
  color: #fff;
}
#header #headerver18 #n_desktop_topsearch {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  float: right;
  margin-right: 27px;
}
.lang-rtl #header #headerver18 #n_desktop_topsearch {
  float: left;
  margin: 0 0 0 27px;
}
#header #headerver18 #n_desktop_topsearch:hover {
  cursor: pointer;
  opacity: 0.6;
}
#header #headerver18 #n_desktop_topsearch:hover .fa.fa-search {
  color: #f50;
}
#header #headerver18 #n_desktop_topsearch .searchbox-layout6 {
  position: relative;
  width: 36px;
  height: 36px;
  transition: all 0.3s ease 0s;
}
#header #headerver18 #n_desktop_topsearch .fa.fa-search {
  text-align: center;
  font-size: 0;
  background: url(../img/icon-search.png) no-repeat top 5px center;
  line-height: 34px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #222;
  width: 36px;
  height: 36px;
  opacity: 1;
  text-shadow: none;
}
#header #headerver18 #n_desktop_topsearch .search-wrapper .spSearchPro {
  display: none;
  width: 340px;
  position: absolute;
  right: 0;
  bottom: -34px;
  z-index: 106;
}
.lang-rtl #header #headerver18 #n_desktop_topsearch .search-wrapper .spSearchPro {
  right: auto;
  left: 0;
}
#header #headerver18 #n_desktop_topsearch .search-wrapper .spSearchPro:before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  transform: translatey(-100%);
  width: 300px;
  height: 40px;
  z-index: 2;
}
#header #headerver18 #n_desktop_topsearch .search-wrapper .spSearchPro .spr-container .sprsearch-form {
  border: 1px solid #ddd;
  max-width: 350px;
  background: #fff;
}
#header #headerver18 #n_desktop_topsearch .search-wrapper .spSearchPro .spr-container .sprsearch-form .spr_selector {
  width: 120px;
  height: 32px;
  line-height: 32px;
}
#header #headerver18 #n_desktop_topsearch .search-wrapper .spSearchPro .spr-container .sprsearch-form .spr_selector:after {
  top: 5px;
}
#header #headerver18 #n_desktop_topsearch .search-wrapper .spSearchPro .spr-container .sprsearch-form .spr_selector .spr_select {
  height: 32px;
  font-size: 12px;
}
#header #headerver18 #n_desktop_topsearch .search-wrapper .spSearchPro .spr-container .sprsearch-form .content-search {
  width: calc(100% - 120px);
}
#header #headerver18 #n_desktop_topsearch .search-wrapper .spSearchPro .spr-container .sprsearch-form .content-search .spr-query {
  height: 32px;
  padding: 0 8px;
  width: calc(100% - 32px);
}
#header #headerver18 #n_desktop_topsearch .search-wrapper .spSearchPro .spr-container .sprsearch-form .content-search .spr-search-button {
  color: #f50;
  width: 32px;
  height: 32px;
  font-size: 0;
  background: #fff;
}
#header #headerver18 #n_desktop_topsearch .search-wrapper .spSearchPro .spr-container .sprsearch-form .content-search .spr-search-button:hover {
  cursor: pointer;
}
#header #headerver18 #n_desktop_topsearch .search-wrapper .spSearchPro .spr-container .sprsearch-form .content-search .spr-search-button:before {
  content: "\f002";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-stretch: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  font-size: 14px;
  font-variant: normal;
}
#header #headerver18 #cart {
  display: inline-block;
  vertical-align: top;
  position: relative;
  float: right;
  top: 0;
  z-index: 1006;
  margin: 0 20px 0 0;
}
.lang-rtl #header #headerver18 #cart {
  float: left;
  margin: 0 0 0 20px;
}
#header #headerver18 #cart, #header #headerver18 #n_desktop_topsearch, #header #headerver18 #header-form, #header #headerver18 #spuserinfo {
  display: inline-block;
}
#header #headerver18 #spuserinfo {
  float: right;
  display: inline-block;
  vertical-align: top;
  background: transparent url(../img/icon-user.png) no-repeat center center;
  margin: 0 20px 0 0;
}
.lang-rtl #header #headerver18 #spuserinfo {
  margin: 0 0 0 20px;
  float: left;
}
#header #headerver18 #spuserinfo:hover {
  opacity: 0.5;
}
#header #headerver18 #spuserinfo .header_icon_title {
  display: none;
}
#header #headerver18 .user-info a.checkout_link {
  display: none;
}
#header #headerver18 .user-info a.login {
  font-size: 0;
  padding: 0;
}
#header #headerver18 .user-info div.login, #header #headerver18 .user-info div.logout {
  position: relative;
  text-transform: capitalize;
  color: transparent;
  font-size: 93%;
  cursor: pointer;
  display: inline-block;
}
#header #headerver18 .user-info div.login a, #header #headerver18 .user-info div.logout a {
  height: 40px;
  padding: 0 15px;
  color: transparent;
  display: block;
}
#header #headerver18 .user-info div.login a.login, #header #headerver18 .user-info div.logout a.login, #header #headerver18 .user-info div.login a.logout, #header #headerver18 .user-info div.logout a.logout {
  font-weight: 400;
  line-height: 40px;
}
#header #headerver18 .user-info div.login a:hover, #header #headerver18 .user-info div.logout a:hover {
  color: transparent;
}
#header #headerver18 #header-form {
  position: relative;
  float: right;
  cursor: pointer;
}
.lang-rtl #header #headerver18 #header-form {
  float: left;
}
#header #headerver18 #header-form .header_icon_title {
  display: none;
}
#header #headerver18 #header-form .button-header {
  text-align: center;
  width: 40px;
  border-radius: 3px 0 0 3px;
  background: transparent url(../img/icon-setting.png) no-repeat center center;
  cursor: pointer;
  line-height: 40px;
  font-size: 0;
  color: #fff;
  position: relative;
  margin: 0;
}
#header #headerver18 #header-form .button-header:hover {
  opacity: 0.7;
}
#header #headerver18 #header-form .dropdown-form {
  background: #fff;
  position: absolute;
  left: auto;
  right: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 5;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  width: 300px;
  padding: 40px 30px;
  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 #headerver18 #header-form .dropdown-form {
  left: 0;
  right: auto;
}
#header #headerver18 #header-form .dropdown-form:before {
  content: '';
  position: absolute;
  background: transparent;
  height: 27px;
  width: 100%;
  position: absolute;
  bottom: auto;
  top: -27px;
  right: 0;
  left: 0;
}
#header #headerver18 #header-form:hover .dropdown-form {
  opacity: 1;
  visibility: visible;
}
#header #headerver18 #spcurrency {
  vertical-align: top;
  position: relative;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  border: 1px solid #eae9ef;
  border-radius: 40px;
  z-index: 2;
}
#header #headerver18 .currency-selector .sp-currency-title {
  padding: 0 25px;
  border: none;
}
#header #headerver18 .currency-selector .sp-currency-title span {
  display: inline-block;
  vertical-align: middle;
  color: #444;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  transition: all 0.3s ease 0s;
}
#header #headerver18 .currency-selector .sp-currency-title span.text {
  font-size: 85.7%;
  color: #ccc;
}
#header #headerver18 .currency-selector .sp-currency-title i {
  font-size: 16px;
  color: #373a48;
  margin: 0;
  float: right;
  line-height: 37px;
  vertical-align: middle;
  transition: all 0.3s ease 0s;
}
.lang-rtl #header #headerver18 .currency-selector .sp-currency-title i {
  float: left;
}
#header #headerver18 .currency-selector .sp-currency-title:hover span, #header #headerver18 .currency-selector .sp-currency-title:hover .fa {
  color: #f50;
}
#header #headerver18 .currency-selector .sp-currency-list li {
  margin-bottom: 15px;
}
#header #headerver18 .currency-selector .sp-currency-list li a {
  color: #fff;
  font-size: 100%;
  display: block;
}
#header #headerver18 .currency-selector .sp-currency-list li:hover a {
  color: #f50;
}
#header #headerver18 .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 #headerver18 .currency-selector .dropdown-menu {
  left: auto;
  right: 0;
}
#header #headerver18 .currency-selector .dropdown-menu li {
  line-height: 35px;
  border-bottom: 1px solid #eee;
}
#header #headerver18 .currency-selector .dropdown-menu li a {
  display: block;
  text-transform: capitalize;
  font-size: 12px;
  padding: 5px 15px;
  font-weight: 400;
  color: #222;
}
#header #headerver18 .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 #headerver18 .currency-selector .dropdown-menu li:hover a {
  color: #f50;
}
#header #headerver18 .currency-selector .sp-currency-select {
  padding: 2px 15px;
  height: 30px;
  border: 1px solid #eee;
}
#header #headerver18 #splanguage {
  vertical-align: top;
  position: relative;
  margin: 0 0 20px;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  border: 1px solid #eae9ef;
  border-radius: 40px;
  z-index: 3;
}
#header #headerver18 .language-selector .sp-language-title {
  cursor: pointer;
  border: none;
  padding: 0 25px;
}
#header #headerver18 .language-selector .sp-language-title span {
  vertical-align: middle;
  color: #444;
  font-size: 13px;
  font-weight: 600;
  transition: all 0.3s ease 0s;
}
#header #headerver18 .language-selector .sp-language-title span.text {
  font-size: 100%;
  color: #373a48;
}
#header #headerver18 .language-selector .sp-language-title .fa {
  color: #373a48;
  font-size: 16px;
  margin: 0;
  float: right;
  line-height: 37px;
  vertical-align: middle;
  transition: all 0.3s ease 0s;
}
.lang-rtl #header #headerver18 .language-selector .sp-language-title .fa {
  float: left;
}
#header #headerver18 .language-selector .sp-language-title:hover span, #header #headerver18 .language-selector .sp-language-title:hover .fa {
  color: #f50;
}
#header #headerver18 .language-selector .sp-language-list li {
  margin-bottom: 15px;
}
#header #headerver18 .language-selector .sp-language-list li a {
  color: #464646;
  font-size: 100%;
  display: block;
}
#header #headerver18 .language-selector .sp-language-list li:hover a {
  color: #f50;
}
#header #headerver18 .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 #headerver18 .language-selector .dropdown-menu {
  left: auto;
  right: 0;
}
#header #headerver18 .language-selector .dropdown-menu li {
  line-height: 35px;
  border-bottom: 1px solid #eee;
}
#header #headerver18 .language-selector .dropdown-menu li:hover a {
  color: #f50;
}
#header #headerver18 .language-selector .dropdown-menu .language-item {
  display: block;
  padding: 5px 13px;
  color: #222;
  font-size: 12px;
  text-transform: capitalize;
}
#header #headerver18 .language-selector .sp-language-select {
  padding: 2px 15px;
  height: 30px;
  border: 1px solid #eee;
}
#header #headerver18 .spblockcart .header {
  vertical-align: top;
}
#header #headerver18 .spblockcart .header i.shopping-cart {
  height: 40px;
  width: 40px;
  color: #222;
  font-size: 0;
  cursor: pointer;
  background: url(../img/icon-cart.png) no-repeat top 4px center;
}
#header #headerver18 .spblockcart .header i.shopping-cart:before {
  height: 40px;
  width: 40px;
  line-height: 40px;
  font-size: 0;
}
#header #headerver18 .spblockcart .header i.shopping-cart:hover {
  opacity: 0.6;
}
#header #headerver18 .spblockcart .shopping-cart-title {
  display: none;
}
#header #headerver18 .spblockcart .cart-products-count-text, #header #headerver18 .spblockcart .cart-products-total {
  display: none;
}
#header #headerver18 .spblockcart .cart-products-count-number {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #f50;
  display: inline-block;
  text-align: center;
  position: absolute;
  right: 0;
  top: -4px;
  color: #fff;
  font-weight: 500;
  font-size: 13px;
}
#header #headerver18 .spblockcart .sp_blockcart_body {
  top: calc(100% + 30px);
}
#header #headerver18 .spblockcart .sp_blockcart_body .cart_block_product_name {
  color: #222;
}
#header #headerver18 .spblockcart .sp_blockcart_body a i {
  color: #444;
}
#header #headerver18 .spblockcart .sp_blockcart_body a:hover i {
  color: #f50;
}
#header #headerver18 .sphomepage-slider .owl-carousel .owl-controls .owl-nav .owl-prev, #header #headerver18 .sphomepage-slider .owl-carousel .owl-controls .owl-nav .owl-next {
  line-height: 38px;
  width: 52px;
  height: 38px;
  transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  color: #fff;
  top: calc(50% - 40px);
  font-size: 0;
  opacity: 0.4;
}
#header #headerver18 .sphomepage-slider .owl-carousel .owl-controls .owl-nav .owl-prev:hover, #header #headerver18 .sphomepage-slider .owl-carousel .owl-controls .owl-nav .owl-next:hover {
  color: #222;
  opacity: 1;
}
#header #headerver18 .sphomepage-slider .owl-carousel .owl-controls .owl-nav .owl-prev {
  left: 20px;
  background: url(../img/icon-pre.png) no-repeat top center !important;
}
#header #headerver18 .sphomepage-slider .owl-carousel .owl-controls .owl-nav .owl-next {
  right: 20px;
  background: url(../img/icon-next.png) no-repeat top center !important;
}
#header #headerver18 .sphomepage-slider .owl-carousel .owl-controls .owl-dots {
  left: calc(50% - 40px);
  bottom: 30px;
}
#header #headerver18 .sphomepage-slider .owl-carousel .owl-controls .owl-dots .owl-dot {
  border: 1px solid rgba(255, 255, 255, 0.5);
  margin: 0 9px;
  border-radius: 0;
  width: 10px;
  height: 10px;
}
#header #headerver18 .sphomepage-slider .owl-carousel .owl-controls .owl-dots .owl-dot.active, #header #headerver18 .sphomepage-slider .owl-carousel .owl-controls .owl-dots .owl-dot:hover {
  border-color: #f50;
}
#header #headerver18 .sphomepage-slider:hover .owl-carousel .owl-controls .owl-nav .owl-prev, #header #headerver18 .sphomepage-slider:hover .owl-carousel .owl-controls .owl-nav .owl-next {
  transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
}
@media (max-width: 410px) {
  #header #headerver18 #n_desktop_topsearch .search-wrapper .spSearchPro {
    width: 290px;
  }
  .lang-rtl #header #headerver16 .nav-right {
    text-align: center !important;
  }
}
@media (max-width: 543px) {
  #header #headerver18 #n_desktop_topsearch .search-wrapper .spSearchPro {
    width: 290px;
  }
}
@media (max-width: 574px) {
  #header #headerver18 .sp_blockcart_body {
    transform: translateX(calc(50% - 30px));
    right: 10px;
    left: auto;
  }
}
@media (max-width: 767px) {
  #header #headerver18 .nav-left {
    float: left;
  }
  .lang-rtl #header #headerver18 .nav-left {
    float: right;
  }
}
@media (max-width: 991px) {
  #header #headerver18.header_v1 .header-top-right {
    position: static;
    width: 100%;
  }
  #header #headerver18.header_v1 .header-top {
    padding: 10px 0;
  }
  #header #headerver18.header_v1 .header-top .menu-search-cart {
    text-align: center !important;
  }
  #header #headerver18.header_v1 .header-top .menu-search-cart #headermenu {
    display: none;
  }
  #header #headerver18.header_v1 .header-top .menu-search-cart #n_desktop_topsearch {
    display: inline-block;
  }
  #header #headerver18.header_v1 .header-top .menu-search-cart #n_desktop_topsearch .search-wrapper .spSearchPro {
    transform: translateX(50%);
    bottom: -40px;
  }
  #header #headerver18.header_v1 .header-top .menu-search-cart #n_desktop_topsearch .search-wrapper .spSearchPro .spr-container .sprsearch-form .content-search {
    width: 100%;
  }
  #header #headerver18.header_v1 .header-top .menu-search-cart #cart {
    display: inline-block;
  }
  #header #headerver18.header_v1 .header-top .menu-search-cart #cart .spblockcart .header i {
    height: 40px;
    width: 40px;
  }
  #header #headerver18.header_v1 .spverticalmenu .navbar-header .navbar-toggle {
    position: fixed;
    z-index: 99;
    top: 35%;
    box-shadow: rgba(0, 0, 0, .3) 0 0 5px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  #headerver18 #_desktop_logo {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  #headerver18 .header-top-right {
    width: 100%;
  }
  #header #headerver18.header_v1 #headermenu {
    padding: 0;
    width: auto;
  }
}
@media (max-width: 1199px) {
  #header #headerver18.header_v1 .header-top .menu-search-cart {
    width: auto !important;
  }
  #header #headerver18.header_v1 #n_desktop_topsearch .search-wrapper .spSearchPro:before {
    display: none !important;
  }
}
.content_v18 {
  
}
.content_v18 .services-home {
  margin: 0 0 35px;
  line-height: 0;
}
.content_v18 .services-home .banner-policy {
  border: none;
  margin: 0;
}
.content_v18 .services-home .banner-policy .inner {
  padding: 0;
}
.content_v18 .services-home .banner-policy .inner .policy {
  border: none;
  width: 33.33333%;
  position: relative;
  padding: 0 15px;
}
.content_v18 .services-home .banner-policy .inner .policy a {
  border-bottom: 1px solid #222;
  border-right: 1px solid #222;
  color: #222;
  margin: 0;
  padding: 15px 10px;
  text-align: center;
}
.content_v18 .services-home .banner-policy .inner .policy a em {
  font-size: 18px;
  display: inline-block;
  width: 40px;
}
.content_v18 .services-home .banner-policy .inner .policy a span {
  font-weight: 700;
  display: inline-block;
  width: auto;
  padding: 0;
}
.lang-rtl .content_v18 .services-home .banner-policy .inner .policy a span {
  padding: 0;
}
.content_v18 .services-home .banner-policy .inner .policy:hover a {
  color: #f50;
}
.content_v18 .block-for-it-18-1 {
  display: block;
  width: 100%;
  min-height: 1220px;
  overflow: hidden;
  margin-bottom: 115px;
}
.content_v18 .sp_c18_customhtml1 {
  width: 100%;
  left: 0;
  font-size: 0;
  position: absolute;
  right: 0;
  display: inline-block;
  padding: 0 30px 30px;
  margin-bottom: 80px;
}
.content_v18 .hot-categories .item-cat {
  position: relative;
  margin-bottom: 30px;
}
.content_v18 .hot-categories .item-cat:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  background: #f50;
  z-index: 20;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
}
.content_v18 .hot-categories .item-cat .button-cat {
  height: 54px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  text-align: center;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  z-index: 30;
}
.content_v18 .hot-categories .item-cat .button-cat a {
  font-size: 18px;
  font-weight: 600;
  color: #444;
  display: inline-block;
  height: 54px;
  line-height: 54px;
  background-color: #fff;
  padding: 0 35px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}
.content_v18 .hot-categories .item-cat:hover:before {
  opacity: 0.6;
}
.content_v18 .hot-categories .item-cat:hover .button-cat {
  bottom: 50%;
  margin-bottom: -27px;
}
.content_v18 .sp_c18_customhtml {
  position: relative;
  overflow: visible;
  padding: 75px 0 15px;
  margin-bottom: 118px;
}
.content_v18 .sp_c18_customhtml:before {
  content: '';
  position: absolute;
  background: #f5f5f5;
  top: 0;
  left: -50%;
  right: -50%;
  width: 200%;
  height: 100%;
}
.content_v18 .testimonials {
  text-align: center;
  border: none;
  margin-bottom: 75px;
  position: relative;
}
.content_v18 .testimonials div.img {
  margin-bottom: 13px;
}
.content_v18 .testimonials div.img img {
  display: inline-block;
  max-width: 100px;
  border: 5px solid #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}
.content_v18 .testimonials div.info h5 {
  text-transform: uppercase;
  color: #333;
  font-size: 150%;
  margin: 0 0;
  font-weight: 700;
}
.content_v18 .testimonials div.info p {
  font-size: 12px;
  color: #999;
}
.content_v18 .testimonials div.text {
  font-size: 150%;
  color: #888;
  line-height: 1.6;
  margin: 45px auto 65px;
  max-width: 1168px;
  padding: 0 70px;
  position: relative;
}
.content_v18 .testimonials div.text:before, .content_v18 .testimonials div.text:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 20%;
  z-index: 10;
  color: #e5e5e5;
}
.content_v18 .testimonials div.text:before {
  content: '\f10d';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 60px;
  left: 0;
}
.content_v18 .testimonials div.text:after {
  content: '\f10e';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-stretch: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  font-size: 60px;
  right: 0px;
  font-variant: normal;
}
.content_v18 .testimonials .owl-controls .owl-dots {
  display: block !important;
  position: absolute;
  z-index: 1;
  top: auto;
  bottom: -15px;
  margin: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.content_v18 .testimonials .owl-controls .owl-dots .owl-dot {
  width: 12px;
  height: 12px;
  border-radius: 12px;
  margin: 0 8px;
  background: #dcdcdc;
  display: inline-block;
  float: none;
  vertical-align: middle;
  cursor: pointer;
  -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;
}
.content_v18 .testimonials .owl-controls .owl-dots .owl-dot.active, .content_v18 .testimonials .owl-controls .owl-dots .owl-dot:hover {
  background: #f50;
}
.content_v18 .block-for-it-18-2, .content_v18 .block-for-it-18-3 {
  display: block;
  width: 100%;
  min-height: 632px;
  overflow: hidden;
  margin-bottom: 118px;
}
.content_v18 .sp_c18_filterproducts1, .content_v18 .sp_c18_filterproducts2 {
  width: 100%;
  left: 0;
  font-size: 0;
  position: absolute;
  right: 0;
  display: inline-block;
  padding: 0 30px 30px;
  margin-bottom: 80px;
}
.content_v18 div.spfilter-products.hot-sale-layout-18 {
  margin-bottom: 70px;
  background: #fff;
}
.content_v18 div.spfilter-products.hot-sale-layout-18 .products {
  margin: 0 -5px;
  padding: 5px;
}
.content_v18 div.spfilter-products.hot-sale-layout-18 .title_line {
  margin-bottom: 25px;
  text-align: center;
  border-bottom: none;
}
.content_v18 div.spfilter-products.hot-sale-layout-18 .title_line:before {
  display: none;
}
.content_v18 div.spfilter-products.hot-sale-layout-18 .title_line span {
  padding-bottom: 17px;
  font-size: 30px !important;
  display: block;
  text-transform: uppercase;
  color: #222;
  font-weight: 600;
}
.content_v18 div.spfilter-products.hot-sale-layout-18 .title_line span span.p-p {
  font-size: 60px !important;
  font-weight: 500;
  left: 0;
  position: absolute;
  top: 3px;
  right: 0;
  
  line-height: 40px;
  opacity: 0.08;
  text-transform: uppercase;
}
.content_v18 div.spfilter-products.hot-sale-layout-18 .product-miniature {
  margin: 0;
}
.content_v18 div.spfilter-products.hot-sale-layout-18 .product-miniature:hover {
  z-index: 2;
}
.content_v18 div.spfilter-products.hot-sale-layout-18 .product-miniature:hover .product-container {
  z-index: 2;
}
.content_v18 div.spfilter-products.hot-sale-layout-18 .product-miniature .product-container .sp-cart-box .cart-button:hover {
  opacity: 1;
}
.content_v18 div.spfilter-products.hot-sale-layout-18 .product-miniature .quick-view {
  background: #fff;
  border-color: #ddd;
  color: #333;
  width: 60px;
  height: 60px;
  line-height: 58px;
  font-size: 22px;
  left: calc(50% - 30px);
  top: calc(50% - 30px);
  box-shadow: none;
}
.content_v18 div.spfilter-products.hot-sale-layout-18 .product-miniature .quick-view:hover {
  border-color: #f50;
  background: #f50;
  color: #fff;
}
.content_v18 div.spfilter-products.hot-sale-layout-18 div.comments_note div.star_content {
  font-size: 10px;
}
.content_v18 div.spfilter-products.hot-sale-layout-18 .left-block {
  float: none;
  width: 100%;
  border: none;
}
.content_v18 div.spfilter-products.hot-sale-layout-18 .right-block {
  margin: 0;
  padding: 0;
}
.lang-rtl .content_v18 div.spfilter-products.hot-sale-layout-18 .right-block {
  margin: 0;
}
.content_v18 div.spfilter-products.hot-sale-layout-18 .right-block .product-info .product-price-and-shipping {
  margin-bottom: 10px;
}
.content_v18 div.spfilter-products.hot-sale-layout-18 .right-block .product-info .product-price-and-shipping .price {
  font-size: 18px;
}
.content_v18 div.spfilter-products.hot-sale-layout-18 .right-block .product-info .product-price-and-shipping .regular-price {
  font-size: 14px;
}
.content_v18 div.spfilter-products.hot-sale-layout-18 .right-block .cart-box-carousel2 {
  display: block;
  visibility: visible;
  position: absolute;
  left: auto;
  right: 0;
  bottom: 8px;
}
.lang-rtl .content_v18 div.spfilter-products.hot-sale-layout-18 .right-block .cart-box-carousel2 {
  left: 0;
  right: auto;
}
.content_v18 div.spfilter-products.hot-sale-layout-18 .right-block .sp-cart-box .cart-button {
  width: 24px;
  height: 32px;
  border: none;
  opacity: 0.4;
  background: url(../img/icon-shopping.png) no-repeat top center;
}
.content_v18 div.spfilter-products.hot-sale-layout-18 .right-block .sp-cart-box .cart-button span, .content_v18 div.spfilter-products.hot-sale-layout-18 .right-block .sp-cart-box .cart-button .material-icons {
  display: none;
}
.content_v18 div.spfilter-products.hot-sale-layout-18 .spfp_box .owl-controls .owl-nav {
  position: inherit;
  left: auto;
  right: auto;
  top: auto;
}
.content_v18 div.spfilter-products.hot-sale-layout-18 .spfp_box .owl-controls .owl-nav .owl-prev, .content_v18 div.spfilter-products.hot-sale-layout-18 .spfp_box .owl-controls .owl-nav .owl-next {
  position: absolute;
  text-align: center;
  top: -86px;
  z-index: 2;
  bottom: auto;
  margin: 0px;
  cursor: pointer;
  text-indent: -9999;
  border: none;
  opacity: 0.4;
  color: #ccc;
  height: 38px;
  line-height: 38px;
  width: 52px;
  border-radius: 50%;
  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);
}
.content_v18 div.spfilter-products.hot-sale-layout-18 .spfp_box .owl-controls .owl-nav .owl-prev:before, .content_v18 div.spfilter-products.hot-sale-layout-18 .spfp_box .owl-controls .owl-nav .owl-next:before {
  font-size: 0px;
  line-height: 46px;
}
.content_v18 div.spfilter-products.hot-sale-layout-18 .spfp_box .owl-controls .owl-nav .owl-prev:hover, .content_v18 div.spfilter-products.hot-sale-layout-18 .spfp_box .owl-controls .owl-nav .owl-next:hover {
  opacity: 1;
}
.content_v18 div.spfilter-products.hot-sale-layout-18 .spfp_box .owl-controls .owl-nav .owl-prev {
  left: 0px;
  right: auto;
  background: url(../img/icon-pre.png) no-repeat top center !important;
}
.content_v18 div.spfilter-products.hot-sale-layout-18 .spfp_box .owl-controls .owl-nav .owl-next {
  right: 0px;
  left: auto;
  background: url(../img/icon-next.png) no-repeat top center !important;
}
.content_v18 div.spfilter-products.hot-sale-layout-18:hover .owl-controls .owl-nav .owl-prev, .content_v18 div.spfilter-products.hot-sale-layout-18:hover .owl-controls .owl-nav .owl-next {
  transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
}
.content_v18 .block-for-it-18-4 {
  position: relative;
  padding: 100px 0;
}
.content_v18 .block-for-it-18-4:before {
  content: '';
  position: absolute;
  background: url(../img/bg-bottom-lay-18.jpg) no-repeat top center;
  top: 0;
  left: -50%;
  right: -50%;
  width: 200%;
  height: 100%;
  z-index: -1;
}
.content_v18 .our_brands-6 {
  overflow: visible;
  margin-bottom: 150px;
}
.content_v18 .our_brands-6 .sp-manu-slider .item {
  text-align: center;
  padding: 30px 0;
  background: #fff;
  border: 1px solid #e5e5e5;
  opacity: 0.7;
}
.content_v18 .our_brands-6 .sp-manu-slider .item:hover {
  border-color: transparent;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  opacity: 1;
}
.content_v18 .our_brands-6 .sp-manu-slider .owl-stage-outer {
  overflow: hidden !important;
}
.content_v18 .our_brands-6 .owl-controls .owl-nav {
  position: inherit;
  left: auto;
  right: auto;
  top: auto;
}
.content_v18 .our_brands-6 .owl-controls .owl-nav .owl-prev, .content_v18 .our_brands-6 .owl-controls .owl-nav .owl-next {
  position: absolute;
  text-align: center;
  top: 33%;
  z-index: 2;
  bottom: auto;
  margin: 0px;
  cursor: pointer;
  text-indent: -9999;
  background-color: transparent !important;
  color: #ddd;
  height: 50px;
  line-height: 45px;
  width: 50px;
  font-size: 36px;
  border: 2px solid #ddd;
  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);
}
.content_v18 .our_brands-6 .owl-controls .owl-nav .owl-prev:before, .content_v18 .our_brands-6 .owl-controls .owl-nav .owl-next:before {
  line-height: 50px;
}
.content_v18 .our_brands-6 .owl-controls .owl-nav .owl-prev:hover, .content_v18 .our_brands-6 .owl-controls .owl-nav .owl-next:hover {
  border-color: #f50;
  color: #f50;
  background-color: transparent !important;
}
.content_v18 .our_brands-6 .owl-controls .owl-nav .owl-prev {
  left: -30px;
  right: auto;
}
.content_v18 .our_brands-6 .owl-controls .owl-nav .owl-next {
  right: -30px;
  left: auto;
}
.content_v18 #newsletter_block_home {
  padding: 0;
  max-width: 770px;
  margin: 0 auto;
  text-align: center;
}
.content_v18 #newsletter_block_home .title-newsletter {
  position: relative;
  color: #333;
  text-align: center;
  margin-bottom: 50px;
}
.content_v18 #newsletter_block_home .title-newsletter h2 {
  font-size: 30px;
  font-weight: 600;
  left: 0;
  line-height: 42px;
  position: absolute;
  right: 0;
  text-transform: uppercase;
}
.content_v18 #newsletter_block_home .title-newsletter span {
  line-height: 40px;
  font-size: 60px;
  opacity: 0.08;
  text-transform: uppercase;
}
.content_v18 #newsletter_block_home .newsletterForm {
  display: block;
}
.content_v18 #newsletter_block_home .newsletterForm .form-group .input {
  display: block;
  margin-bottom: 20px;
  border: 1px solid #e5e5e5;
}
.content_v18 #newsletter_block_home .newsletterForm .form-group .input .newsletter-input {
  padding: 0 20px;
  background: #fff;
  height: 50px;
  font-size: 14px;
  line-height: 50px;
  color: #fff;
  text-align: center;
}
.content_v18 #newsletter_block_home .newsletterForm .form-group .input .newsletter-input input::-webkit-input-placeholder {
  color: #aaa;
}
.content_v18 #newsletter_block_home .newsletterForm .form-group .input .newsletter-input input::-moz-placeholder {
  color: #aaa;
}
.content_v18 #newsletter_block_home .newsletterForm .form-group .input .newsletter-input input:-moz-placeholder {
  color: #aaa;
}
.content_v18 #newsletter_block_home .newsletterForm .form-group .input .newsletter-input input:-ms-input-placeholder {
  color: #aaa;
}
.content_v18 #newsletter_block_home .newsletterForm .form-group .btn {
  background: #222;
  display: block;
  width: 100%;
  height: 45px;
  line-height: 45px;
  font-size: 14px !important;
  font-weight: 500;
  text-transform: uppercase;
}
.content_v18 #newsletter_block_home .newsletterForm .form-group .btn:hover {
  background: #f50;
}
.footer-container.footer-v11 {
  background: #111;
  padding-top: 80px;
  padding-bottom: 43px;
}
.footer-container.footer-v11 .footer-top {
  margin-bottom: 20px;
  background: transparent;
}
.footer-container.footer-v11 .footer-center {
  margin: 0;
}
.footer-container.footer-v11 .footer-bottom {
  background: transparent;
  padding: 18px 0;
}
.footer-container.footer-v11 .html-layout {
  text-align: center;
}
.footer-container.footer-v11 .html-layout a {
  display: inline-block;
  margin-bottom: 22px;
}
.footer-container.footer-v11 .html-layout p {
  font-size: 13px;
  color: #bbb;
  margin-bottom: 34px;
}
.footer-container.footer-v11 .socialFooter {
  text-align: center;
  padding-bottom: 60px;
  margin-bottom: 13px;
  border-bottom: 1px dashed #343434;
}
.footer-container.footer-v11 .footer-bottomlinks {
  line-height: 20px;
  margin: 0 0 24px;
  text-align: center;
}
.footer-container.footer-v11 .footer-bottomlinks ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
}
.footer-container.footer-v11 .footer-bottomlinks ul li {
  display: inline-block;
  position: relative;
  padding: 0 28px;
  margin-bottom: 0;
}
.footer-container.footer-v11 .footer-bottomlinks ul li:after {
  content: "\|";
  display: block;
  font-size: 14px;
  color: #383838;
  position: absolute;
  top: -1px;
  right: -2px;
}
.footer-container.footer-v11 .footer-bottomlinks ul li a {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}
.footer-container.footer-v11 .footer-bottomlinks ul li a:hover {
  color: #f50;
}
.footer-container.footer-v11 .footer-bottomlinks ul li:last-child:after {
  display: none;
}
.footer-container.footer-v11 .spfooterlinks .title-footer {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0 0 16px;
}
.footer-container.footer-v11 .spfooterlinks .links li {
  margin-bottom: 5px;
}
.footer-container.footer-v11 .spfooterlinks .links li a {
  color: #bbb;
  font-size: 13px;
  position: relative;
  transition: all 0.3s ease 0s;
}
.footer-container.footer-v11 .spfooterlinks .links li a:before {
  display: none;
  height: 1px;
  content: '';
  position: absolute;
  top: 12px;
  width: 0;
  left: 0;
  transition: all 0.3s ease 0s;
  background: transparent;
  right: auto;
}
.footer-container.footer-v11 .spfooterlinks .links li:hover a {
  color: #f50;
  padding-left: 17px;
}
.lang-rtl .footer-container.footer-v11 .spfooterlinks .links li:hover a {
  padding-right: 17px;
}
.lang-rtl .footer-container.footer-v11 .spfooterlinks .links li:hover a:before {
  left: auto;
  right: 0;
}
.footer-container.footer-v11 .spfooterlinks .links li:hover a:before {
  background: #f50;
  display: inline-block;
  width: 13px;
}
.footer-container.footer-v11 .contactinfo {
  padding-bottom: 25px;
  border-bottom: 1px dashed #343434;
  margin-bottom: 55px;
}
.footer-container.footer-v11 .contactinfo .title-footer {
  color: #fff;
  font-size: 14px;
  margin: 0 0 20px;
  display: none;
}
.footer-container.footer-v11 .contactinfo .content-footer > div {
  width: 33%;
  display: inline-block;
  vertical-align: top;
  padding: 0;
  text-align: center;
}
.footer-container.footer-v11 .contactinfo .content-footer > div > div {
  font-size: 13px;
  color: #bbb;
  line-height: normal;
}
.footer-container.footer-v11 .contactinfo .content-footer > div > div label, .footer-container.footer-v11 .contactinfo .content-footer > div > div a {
  color: #bbb;
}
.footer-container.footer-v11 .contactinfo .content-footer > div .icon {
  border-radius: 3px;
  margin-bottom: 18px;
  background: transparent;
  position: relative;
  width: 100%;
}
.footer-container.footer-v11 .contactinfo .content-footer > div .icon i.fa-map-marker, .footer-container.footer-v11 .contactinfo .content-footer > div .icon i.fa-envelope {
  font-size: 30px;
}
.footer-container.footer-v11 .contactinfo .content-footer > div .icon i.fa-mobile {
  font-size: 36px;
}
.footer-container.footer-v11 .contactinfo .content-footer > div:hover .icon {
  color: #f50;
}
.footer-container.footer-v11 .footer-social {
  display: inline-block;
}
.footer-container.footer-v11 .footer-social a {
  float: left;
  margin-right: 22px;
  margin-bottom: 10px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  color: #fff;
  background: transparent;
  font-size: 30px;
}
.footer-container.footer-v11 .footer-social a:hover {
  color: #f50;
}
.lang-rtl .footer-container.footer-v11 .footer-social a {
  float: right;
  margin: 0 0 10px 22px;
}
.footer-container.footer-v11 #newsletter_block_home {
  padding: 0;
}
.footer-container.footer-v11 #newsletter_block_home .title-newsletter {
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 11px;
}
.footer-container.footer-v11 #newsletter_block_home p.detail-newsletter {
  font-size: 13px;
  color: #bbb;
  margin-bottom: 7px;
}
.footer-container.footer-v11 #newsletter_block_home .newsletterForm {
  display: table-cell;
}
.footer-container.footer-v11 #newsletter_block_home .newsletterForm .form-group .input {
  display: block;
  margin-bottom: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.footer-container.footer-v11 #newsletter_block_home .newsletterForm .form-group .input .newsletter-input {
  padding: 0 20px;
  background: transparent;
  height: 36px;
  line-height: 36px;
  color: #fff;
}
.footer-container.footer-v11 #newsletter_block_home .newsletterForm .form-group .input .newsletter-input input::-webkit-input-placeholder {
  color: #fff;
}
.footer-container.footer-v11 #newsletter_block_home .newsletterForm .form-group .input .newsletter-input input::-moz-placeholder {
  color: #fff;
}
.footer-container.footer-v11 #newsletter_block_home .newsletterForm .form-group .input .newsletter-input input:-moz-placeholder {
  color: #fff;
}
.footer-container.footer-v11 #newsletter_block_home .newsletterForm .form-group .input .newsletter-input input:-ms-input-placeholder {
  color: #fff;
}
.footer-container.footer-v11 #newsletter_block_home .newsletterForm .form-group .btn {
  background: #444;
  display: block;
  width: 100%;
  height: 38px;
  line-height: 38px;
  font-size: 12px !important;
  font-weight: 500;
}
.footer-container.footer-v11 #newsletter_block_home .newsletterForm .form-group .btn:hover {
  background: #f50;
}
.footer-container.footer-v11 .block-left {
  margin-bottom: 27px;
}
.footer-container.footer-v11 div.block-left, .footer-container.footer-v11 div.block-right {
  text-align: center;
}
.lang-rtl .footer-container.footer-v11 div.block-left, .lang-rtl .footer-container.footer-v11 div.block-right {
  text-align: center;
}
.footer-container.footer-v11 .copyright {
  color: #bbb;
  font-size: 12px;
}
