/*Slick*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
  /*Slick*/
}
main {
  overflow: hidden;
}
select::-ms-expand {
  display: none;
}
.container {
  width: 1890px;
}
.account-content {
  background: #222;
  display: flex;
  flex-direction: row;
  padding: 0px 15px;
  align-items: center;
  justify-content: center;
  height: 70px;
  box-shadow:0px 0px 0px 0px transparent;
  transition: box-shadow 0.3s ease, background-color 0.3s ease;
}
.account-content:hover {
  cursor: pointer;
  box-shadow: 0px 0px 2px 0px rgba(10, 10, 10, 0.686);
  background-color: rgb(10, 10, 10);
}

.account-content .icon-user-check {
  font-size: 20px;
}
.account-content span {
  color: #fff;
}

.account-content .login_right {
  color: #222;
  text-align: left;
  position: absolute;
  min-width: 90px;
  top: 100%;
  right: 0%;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  padding: 10px 20px;
  text-align: center;
  z-index: 260;
  border-bottom: 1px solid #e5e5e5;
  transition: 0.3s all ease 0s;
  box-shadow: 0 0 15px rgb(0 0 0 / 10%);
}

.account-content .login_right .login_right_line {
  border-bottom: 1px solid #e5e5e5;
  transition: 0.3s all ease 0s;
  -moz-transition: 0.3s all ease 0s;
  -webkit-transition: 0.3s all ease 0s;
  -ms-transition: 0.3s all ease 0s;
}
.account-content .login_right .login_right_line a {
  padding: 8px 0;
  display: block;
}
.account-content .login_right .login_right_line a:hover {
  background: #f5f5f5;
}
.account-content .login_right .login_right_line:last-child {
  border: none;
}
.account-content:hover .login_right {
  opacity: 1;
  visibility: visible;
}
#header .header-nav {
    background-color: #4e5049;
    color: #ccc;
    z-index: 310;
    border: none;
    box-shadow: 0 0 15px rgba(0, 0, 0, .75);
}
#header .header-nav .nav-left {
  font-size: 13px;
}
#header .header-nav .nav-left .welcome_text {
  margin-right: 25px;
}
#header .header-nav .nav-left .topleft-header label, #header .header-nav .nav-left .topleft-header a {
  color: #ccc;
  font-size: 13px;
  vertical-align: top;
  margin: 0;
}
#header .header-nav .nav-left .topleft-header .welcome_text {
  font-size: 13px;
}
#header .header-nav .nav-left .topleft-header .phone {
  display: inline-block;
  vertical-align: top;
}
#header .header-nav .nav-left .topleft-header .phone .icon i {
  font-size: 14px;
}
#header .header-nav .nav-left .topleft-header .email {
  display: inline-block;
  margin: 0 20px;
  vertical-align: top;
}
#header .header-nav .nav-left .topleft-header .email .icon i {
  font-size: 14px;
}
.lang-rtl #header .header-nav .nav-right {
  text-align: left;
}
#header .header-nav .nav-right .language-selector:hover {
  cursor: pointer;
}
#header .header-nav .nav-right .language-selector {
  color: #ccc;
  font-size: 12px;
}
.lang-rtl #header .header-nav .nav-right .language-selector {
  padding: 0 0 0 15px;
}
#header .header-nav .nav-right .language-selector span {
  padding: 0 5px 0 0;
}
#header .header-nav .nav-right .language-selector .dropdown-menu {
  left: auto;
  right: 0;
  min-width: 100px;
  margin: 0;
  padding: 10px;
  border: none;
  border-radius: 0;
  box-shadow: 0 0 15px rgba(0, 0, 0, .1);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
  -o-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
  border-top: none;
  list-style: none;
  z-index: 1000;
  font-size: 12px;
  text-transform: uppercase;
}
#header .header-nav .nav-right .language-selector .dropdown-menu li {
    line-height: 1;
    border: solid 1px transparent;
    background: #f5f5f5;
    margin-bottom: 6px;
}
#header .header-nav .nav-right .language-selector .dropdown-menu li a {
    color: #222;
    display: block;
    padding: 10px 10px;
}
#header .header-nav .nav-right .language-selector .dropdown-menu li:hover {
  background: #fff;
}
#header .header-nav .nav-right .language-selector .dropdown-menu li:last-child {
  margin: 0;
}
#header .header-nav .nav-right #spcurrency {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 9;
}
#header .header-nav .nav-right #spcurrency:hover {
  cursor: pointer;
}
#header .header-nav .nav-right #spcurrency .currency-selector {
  margin: 0;
  line-height: 40px;
  color: #ccc;
  font-size: 12px;
  text-transform: uppercase;
}
#header .header-nav .nav-right #spcurrency .currency-selector span {
  padding: 0 5px 0 20px;
}
.lang-rtl #header .header-nav .nav-right #spcurrency .currency-selector span {
  padding: 0 20px 0 5px;
}
#header .header-nav .nav-right #spcurrency .currency-selector .dropdown-menu {
  left: auto;
  right: 0;
  min-width: 100px;
  margin: 0;
  padding: 10px;
  border: none;
  border-radius: 0;
  box-shadow: 0 0 15px rgba(0, 0, 0, .1);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
  -o-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
  border-top: none;
  list-style: none;
  z-index: 5;
  font-size: 12px;
  text-transform: uppercase;
}
#header .header-nav .nav-right #spcurrency .currency-selector .dropdown-menu li {
  line-height: 1;
  padding: 10px 10px;
  border: solid 1px transparent;
  background: #f5f5f5;
  margin-bottom: 6px;
}
#header .header-nav .nav-right #spcurrency .currency-selector .dropdown-menu li a {
  color: #222;
}
#header .header-nav .nav-right #spcurrency .currency-selector .dropdown-menu li:hover {
  background: #fff;
}
#header .header-nav .nav-right #spcurrency .currency-selector .dropdown-menu li:last-child {
  margin: 0;
}
#header .header-top {
  padding: 0;
  position: relative;
  /*z-index: 300;
  background: #090909 !important;*/
  background: url(../img/bg_patern.webp) 0 0 repeat;
}
#header .header-top.menu-fixed {
  position: fixed;
}
#header .header-top .header-top-wrap {
  display: block;
  width: 100%;
  justify-content: center;
}
#header .header-top .header-top-wrap #_desktop_logo {
  width: 370px;
  float: left;
}
.lang-rtl #header .header-top .header-top-wrap #_desktop_logo {
  float: right;
}
#header .header-top .header-top-wrap .header-top-center {
    /*width: calc(100% - 440px);*/
    width: 80%;
    float: left;
}

#header .header-top .header-top-wrap #_desktop_logo {
    display: block;
}

.lang-rtl #header .header-top .header-top-wrap .header-top-center {
  float: right;
}
#header .header-top .header-top-wrap .header-top-right {
  width: 370px;
  float: right;
}
.lang-rtl #header .header-top .header-top-wrap .header-top-right {
  float: left;
}
#header .header-top .header-top-wrap .header-top-right #n_desktop_topsearch .spSearchPro .spr_selector .spr_select {
  background: url(../img/bg-select.svg) no-repeat center right;
}
#header .header-top .header-top-wrap .header-top-right div#cart-header-menu {
  float: right;
  text-align: center;
}
.lang-rtl #header .header-top .header-top-wrap .header-top-right div#cart-header-menu {
  float: left;
}
#header .header-top .header-top-wrap .header-top-right .keywords {
  clear: both;
  padding-top: 5px;
}
#header .header-top .header-top-wrap .header-top-right .keywords ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#header .header-top .header-top-wrap .header-top-right .keywords ul li {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 0;
  font-size: 92.857%;
  position: relative;
}
#header .header-top .header-top-wrap .header-top-right .keywords ul li a {
  color: #bbb;
  display: block;
  position: relative;
}
#header .header-top .header-top-wrap .header-top-right .keywords ul li a:hover {
  color: #fff;
}
#header .header-top .header-top-wrap .header-top-right .keywords ul li:not(:last-child) a {
  margin-right: 8px;
  padding-right: 12px;
}
#header .header-top .header-top-wrap .header-top-right .keywords ul li:not(:last-child) a:after {
  content: "";
  display: block;
  width: 1px;
  height: 9px;
  border-right: dotted 1px #bbb;
  position: absolute;
  right: 0;
  top: 3px;
}
#header .free_delivery {
  text-align: center;
  background-color: #fff;
  position: relative;
  z-index: 200;
  padding: 12px 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, .05);
  -moz-box-shadow: 0 4px 8px rgba(0, 0, 0, .05);
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, .05);
  -o-box-shadow: 0 4px 8px rgba(0, 0, 0, .05);
}
#header .free_delivery p {
  margin: 0;
  color: #444;
}
#header .free_delivery p strong {
  color: #222;
}
#header .free_delivery a {
  text-decoration: underline;
}
.homepage-v4 #sp-cpanel_btn {
  top: 170px;
}
.spbanner img:hover {
  opacity: 0.85;
  -webkit-filter: none;
  -moz-filter: none;
  -o-filter: none;
  -ms-filter: none;
}
.cat-slider .module-title {
  margin-bottom: 30px !important;
}
.cat-slider .block-content {
  margin-left: -15px;
  margin-right: -15px;
}
.cat-slider .content-box {
  text-align: center;
}
.cat-slider .content-box:hover .image-cat:before {
  opacity: 1;
}
.cat-slider .content-box:hover .image-cat img {
  opacity: 1;
}
.cat-slider .image-cat {
  padding: 15px;
  background: url("../img/index4/bg-cat.png") no-repeat top center;
  background-size: 100% auto;
  position: relative;
}
.cat-slider .image-cat:before {
  content: "";
  display: block;
  background: url("../img/index4/bg-cat.png") no-repeat bottom center;
  background-size: 100% auto;
  position: absolute;
  z-index: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  transition: 0.1s;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
}
.cat-slider .image-cat a {
  position: relative;
  z-index: 10;
}
.cat-slider .image-cat img {
  opacity: 0.4;
  transition: 0.1s;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
}
.cat-slider .image-cat img.lazyload {
  opacity: 1;
}
.cat-slider .child-cat .cat-title {
  font-weight: 700;
  font-size: 114.285%;
  margin-top: -55px;
  padding-top: 10px;
  position: relative;
  z-index: 15;
}
#index .sp-vermegamenu .sp-verticalmenu-container {
  display: none;
}
#headerver4 .spverticalmenu .cat-title {
  background: #f9f9f9;
  color: #222;
  height: 45px;
  line-height: 45px;
  position: relative;
  transition: 0.3s all ease 0s;
  -moz-transition: 0.3s all ease 0s;
  -webkit-transition: 0.3s all ease 0s;
  -ms-transition: 0.3s all ease 0s;
}
#headerver4 .spverticalmenu .cat-title:hover, #headerver4 .spverticalmenu .cat-title.ver-close {
  color: #fff;
}
#headerver4 .spverticalmenu .cat-title:before {
  content: "";
  height: 2px;
  background: #ff384b;
  left: 0;
  right: 0;
  bottom: -1px;
  position: absolute;
}
#headerver4 .spverticalmenu #sp-vermegamenu .sp-verticalmenu-container {
  border: none;
}
#headerver4 .sp-megamenu .sp-megamenu-container {
  font-size: 0;
  text-align: center;
}
#headerver4 .sp-megamenu .sp-megamenu-container .navbar-nav {
  float: left;
  display: inline-block;
  vertical-align: top;
  padding: 0;
  margin: 0;
}
#headerver4 .sp-megamenu .sp-megamenu-container .navbar-nav > li > a {
  height: 70px;
  line-height: 70px;
  color: #fff !important;
  font-weight: 700;
  padding: 0 30px;
}
#headerver4 .sp-megamenu .sp-megamenu-container .navbar-nav > li > a .label_sale, #headerver4 .sp-megamenu .sp-megamenu-container .navbar-nav > li > a .label_hot {
  top: 3px;
  text-transform: capitalize;
}
#headerver4 .sp-megamenu .sp-megamenu-container .navbar-nav > li.parent > a {
  padding: 0 47px 0 30px;
}
.lang-rtl #headerver4 .sp-megamenu .sp-megamenu-container .navbar-nav > li.parent > a {
  padding: 0 30px 0 47px;
}
#headerver4 .sp-megamenu .sp-megamenu-container .navbar-nav > li.parent:after {
  right: 33px;
}
.lang-rtl #headerver4 .sp-megamenu .sp-megamenu-container .navbar-nav > li.parent:after {
  right: auto;
  left: 33px;
}
#headerver4 .sp-megamenu .sp-home-layouts {
  float: none;
  display: inline-block;
  vertical-align: top;
}
#headerver4 .sp-megamenu .sp-home-layouts > a {
  height: 70px;
  line-height: 70px;
  color: #fff !important;
  font-weight: 700;
}
#headerver4 #n_desktop_topsearch {
  position: relative;
  height: 70px;
  float: right;
  width: 50px;
  text-align: center;
}
.lang-rtl #headerver4 #n_desktop_topsearch {
  float: left;
}
#headerver4 #n_desktop_topsearch:before {
  color: #fff;
  content: '\e954';
  display: inline-block;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 18px;
  line-height: 70px;
}
#headerver4 #n_desktop_topsearch .spSearchPro {
  width: 0;
  position: absolute;
  left: 5px;
  top: calc(50% - 20px);
  transform: translateX(-100%);
  overflow: hidden;
  transition: 0.3s all ease 0s;
  -moz-transition: 0.3s all ease 0s;
  -webkit-transition: 0.3s all ease 0s;
  -ms-transition: 0.3s all ease 0s;
}
.lang-rtl #headerver4 #n_desktop_topsearch .spSearchPro {
  left: auto;
  right: 5px;
  transform: translateX(100%);
}
#headerver4 #n_desktop_topsearch .spSearchPro .spr-container .sprsearch-form {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border: none;
}
#headerver4 #n_desktop_topsearch .spSearchPro .spr-container .sprsearch-form .spr_selector {
  border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px;
  padding: 0 10px 0 0;
  height: 40px;
}
.lang-rtl #headerver4 #n_desktop_topsearch .spSearchPro .spr-container .sprsearch-form .spr_selector {
  border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0 4px 4px 0;
  padding: 0 0 0 10px;
}
#headerver4 #n_desktop_topsearch .spSearchPro .spr-container .sprsearch-form .spr_selector .spr_select {
  padding: 0 20px;
  background-color: transparent;
}
#headerver4 #n_desktop_topsearch .spSearchPro .spr-container .sprsearch-form .content-search .spr-query {
  height: 40px;
}

#headerver4 #n_desktop_topsearch .spSearchPro .spr-container .sprsearch-form .content-search .spr-search-button {
    right: 0;
    border-radius: 0 4px 4px 0 !important;
    -moz-border-radius: 0 4px 4px 0 !important;
    -webkit-border-radius: 0 4px 4px 0 !important;
}
.lang-rtl #headerver4 #n_desktop_topsearch .spSearchPro .spr-container .sprsearch-form .content-search .spr-search-button {
    left: 0;
    right: auto;
    border-radius: 4px 0 0 4px !important;
    -moz-border-radius: 4px 0 0 4px !important;
    -webkit-border-radius: 4px 0 0 4px !important;
}

#headerver4 #n_desktop_topsearch:hover .spSearchPro, #headerver4 #n_desktop_topsearch.search_active .spSearchPro {
  width: 450px;
  overflow: visible;
}
#headerver4 #n_desktop_topsearch:hover .spSearchPro .spr-container .sprsearch-form .content-search .spr-query, #headerver4 #n_desktop_topsearch.search_active .spSearchPro .spr-container .sprsearch-form .content-search .spr-query {
  width: calc(100% - 65px);
  padding: 0 20px;
}
#headerver4 div#cart-header-menu {
  background: #222;
  transition: 0.3s all ease 0s;
  -moz-transition: 0.3s all ease 0s;
  -webkit-transition: 0.3s all ease 0s;
  -ms-transition: 0.3s all ease 0s;
}
#headerver4 div#cart-header-menu #spminicartpro .sp_minicartpro_block {
  transition: 0.3s all ease 0s;
}
#headerver4 div#cart-header-menu #spminicartpro .sp_minicartpro_block
{
  background-color: #e10f21;
  height:100%;
  display:flex;
  flex-direction:row;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
}

.language-selector-wrapper
{
  box-shadow:0px 0px 0px 0px transparent;
  transition: box-shadow 0.3s ease,background-color 0.3s ease,border-color 0.3s ease;
  border: 1px solid transparent;
  border-radius: 11px;
  padding: 1px 2px;
}

.language-selector-wrapper:hover
{
  box-shadow: 0px 0px 2px 1px rgb(255 255 255 / 29%);
  border-color: #ffffff59;
}

#headerver4 div#cart-header-menu #spminicartpro .sp_minicartpro_block:hover {
  cursor: pointer;
  background-color: #af1522;
}
.lang-rtl #headerver4 div#cart-header-menu #spminicartpro .sp_minicartpro_block .cart-products-count {
  float: left;
}
#headerver4 div#cart-header-menu #spminicartpro .sp_minicartpro_block .right_cart {
  float: none;
  display: inline-block;
}
#headerver4 div#cart-header-menu #spminicartpro .sp_minicartpro_block .icon-shopping-cart1 {
  font-size: 18px;
}
.lang-rtl #headerver4 div#cart-header-menu #spminicartpro .sp_minicartpro_block .icon-shopping-cart1 {
  margin: -3px 0 0 3px;
}
#headerver4 div#cart-header-menu #spminicartpro .sp_minicartpro_body {
  padding-top: 0;
  transition: 0.3s all ease 0s;
  -moz-transition: 0.3s all ease 0s;
  -webkit-transition: 0.3s all ease 0s;
  -ms-transition: 0.3s all ease 0s;
  opacity: 0;
  visibility: hidden;
  display: block;
  right: 0;
  left: auto;
}
.lang-rtl #headerver4 div#cart-header-menu #spminicartpro .sp_minicartpro_body {
  right: auto;
  left: 0;
}
#headerver4 div#cart-header-menu #spminicartpro .sp_minicartpro_body .sp_minicartpro_header {
  border-top: solid 1px #000;
}
#headerver4 div#cart-header-menu #spminicartpro:hover .sp_minicartpro_body {
  opacity: 1;
  visibility: visible;
}
.owl-nav.disabled, .owl-dots.disabled {
  display: none !important;
}
#right-column, #left-column {
  width: 300px;
}
#content-wrapper.left-column, #content-wrapper.right-column {
  width: calc(100% - 300px);
}
#index .content-full-width {
  padding: 0;
}
#index #content {
  padding: 0;
}
.marginb30 {
  margin: 0 0 30px 0;
}
.marginb90 {
  margin: 0 0 90px 0;
}
.marginb93 {
  margin: 0 0 93px 0;
}
.content_v4 .owl-carousel .owl-dots {
  margin-top: 50px;
  text-align: center;
}
.content_v4 .owl-carousel .owl-dots button {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
  outline: none;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -o-box-shadow: none !important;
}
.content_v4 .owl-carousel .owl-dots button span {
  width: 14px !important;
  height: 14px !important;
  margin: 0 5px !important;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: 0.3s all ease 0s;
  -moz-transition: 0.3s all ease 0s;
  -webkit-transition: 0.3s all ease 0s;
  -ms-transition: 0.3s all ease 0s;
  border-radius: 30px;
}
.content_v4 .owl-carousel .owl-nav {
  position: static;
}
.content_v4 .owl-carousel .owl-nav > button {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #ababab;
  padding: 0;
  color: #fff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  position: absolute;
  top: calc(50% - 25px);
  opacity: 0;
  visibility: hidden;
  border: none;
}
.content_v4 .owl-carousel .owl-nav > button i {
  line-height: inherit;
  font-size: 24px;
  font-weight: 400;
  color: #fff;
}
.content_v4 .owl-carousel .owl-nav > button.owl-prev {
  left: 25px;
}
.content_v4 .owl-carousel .owl-nav > button.owl-next {
  right: 25px;
}
.content_v4 .owl-carousel:hover .owl-nav > button {
  opacity: 1;
  visibility: visible;
}
.content_v4 .sp-listing-tabs .owl-carousel .owl-nav > button {
  top: 27.3%;
}
.content_v4 .sp_brands {
  margin: 0;
}
.content_v4 .module-title {
  font-size: 36px;
  color: #222;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0;
  line-height: 1.4;
}
.content_v4 .module-subtitle {
  text-align: center;
  margin-bottom: 45px;
  margin-top: 5px;
}
.content_v4 .sp-deal-slider {
  background: url("../img/index4/bg1.jpg") no-repeat top center;
  background-size: cover;
  background-attachment: fixed;
  padding: 90px 0 95px;
  margin-bottom: 90px;
}
.content_v4 .sp-deal-slider .module-title {
  color: #fff;
}
.content_v4 .sp-deal-slider .module-subtitle {
  color: #ccc;
}
.content_v4 .sp-deal-slider .spfilter-products .products {
  padding: 0;
}
.content_v4 .sp-deal-slider .spfilter-products .products .owl-stage-outer .item {
  padding: 0 15px;
}
.content_v4 .sp-deal-slider .product-miniature .thumbnail-container {
  background-color: #fff;
  padding: 20px;
  margin-bottom: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.content_v4 .sp-deal-slider .product-miniature .thumbnail-container .product-image {
  float: left;
  width: 300px;
}
.lang-rtl .content_v4 .sp-deal-slider .product-miniature .thumbnail-container .product-image {
  float: right;
}
.content_v4 .sp-deal-slider .product-miniature .thumbnail-container .product-info {
  margin-left: 320px;
  text-align: left;
  padding: 10px 0 0;
}
.content_v4 .sp-deal-slider .product-miniature .thumbnail-container .product-info .product-title a {
  font-size: 18px;
  text-align: unset;
  line-height: 1.5;
}
.content_v4 .sp-deal-slider .product-miniature .thumbnail-container .product-info .comments_note {
  text-align: unset;
}
.content_v4 .sp-deal-slider .product-miniature .thumbnail-container .product-info .product-price-and-shipping {
  text-align: unset;
  font-size: 24px;
}
.content_v4 .sp-deal-slider .product-miniature .thumbnail-container .product-info .spfp-countdown-style3 {
  border-top: 1px solid #e5e5e5;
  padding-top: 15px;
  margin-bottom: 15px;
}
.content_v4 .sp-deal-slider .product-miniature .thumbnail-container .product-info .spfp-countdown-style3 .deal-title {
  margin-bottom: 10px;
}
.content_v4 .sp-deal-slider .product-miniature .thumbnail-container .product-info .product-countdown {
  background: transparent !important;
  padding: 0;
  margin: 0;
}
.content_v4 .sp-deal-slider .product-miniature .thumbnail-container .product-info .product-countdown .deals-time {
  background: #444;
  min-width: 50px;
  border-radius: 3px;
}
.content_v4 .sp-deal-slider .product-miniature .thumbnail-container .product-info .product-countdown .deals-time:first-child {
  margin-left: 0;
}
.lang-rtl .content_v4 .sp-deal-slider .product-miniature .thumbnail-container .product-info .product-countdown .deals-time:first-child {
  margin-left: 4px;
  margin-right: 0;
}
.content_v4 .sp-deal-slider .product-miniature .thumbnail-container .product-info .product-countdown .deals-time span {
  display: block;
}
.content_v4 .sp-deal-slider .product-miniature .thumbnail-container .product-info .product-countdown .deals-time .num-time {
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  font-size: 142.857%;
  border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
}
.content_v4 .sp-deal-slider .product-miniature .thumbnail-container .product-info .product-countdown .deals-time .title-time {
  font-size: 12px;
  height: 29px;
  line-height: 29px;
  border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0 0 3px 3px;
}
.lang-rtl .content_v4 .sp-deal-slider .product-miniature .thumbnail-container .product-info {
  text-align: right;
  margin-right: 320px;
  margin-left: 0;
}
.content_v4 .sp-listing-tabs .ltabs-tabs-container .ltabs-tabs {
  display: block;
  margin-top: 13px;
  text-align: center;
}
.content_v4 .sp-listing-tabs .ltabs-tabs-container .ltabs-tabs li {
  display: inline-block;
  color: #222;
  font-weight: 700;
}
.content_v4 .sp-listing-tabs .ltabs-wrap .ltabs-items-container {
  padding: 25px 0;
  border: none;
}
.content_v4 .sp-listing-tabs .ltabs-wrap .ltabs-items-container .owl-carousel .owl-item {
  padding: 0 15px;
}
.content_v4 .sp-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-item {
  margin-bottom: 45px;
}
.content_v4 .sp-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-item .product-miniature {
  padding: 0;
}
.content_v4 .sp-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-item .product-miniature .product-container {
  margin: 0;
}
.content_v4 .sp-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-item .product-miniature:first-child:after {
  display: none;
}
.content_v4 .clients-container {
  background: url("../img/index4/bg2.jpg") no-repeat top center;
  background-size: cover;
  background-attachment: fixed;
  padding: 45px 0 50px;
}
.content_v4 .clients-container .clients-slider {
  max-width: 1070px;
  margin: 0 auto;
}
.content_v4 .clients-container .clients-slider .client-image-slick {
  max-width: 575px;
  margin: 0 auto;
  display: none;
}
.content_v4 .clients-container .clients-slider .client-image-slick.slick-initialized {
  display: block;
}
.content_v4 .clients-container .clients-slider .client-image-slick .slick-slide {
  opacity: 0.6;
  cursor: pointer;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
}
.content_v4 .clients-container .clients-slider .client-image-slick .slick-slide.slick-current {
  opacity: 1;
}
.content_v4 .clients-container .clients-slider .client-image-slick .image-content {
  width: 90px;
  margin: 0 auto;
  border: 2px solid #fff;
  overflow: hidden;
  position: relative;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.content_v4 .clients-container .clients-slider .client-image-slick .image-content:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, .5) inset;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .5) inset;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .5) inset;
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, .5) inset;
}
.content_v4 .clients-container .clients-slider .client-main {
  display: none;
}
.content_v4 .clients-container .clients-slider .client-main.slick-initialized {
  display: block;
}
.content_v4 .clients-container .clients-slider .client-main .info-content {
  text-align: center;
  color: #fff;
}
.content_v4 .clients-container .clients-slider .client-main .info-content .name-client {
  font-size: 257.142%;
  font-weight: 700;
}
.content_v4 .clients-container .clients-slider .client-main .info-content .job-client {
  text-transform: uppercase;
  margin-bottom: 30px;
}
.content_v4 .clients-container .clients-slider .client-main .info-content .description-client {
  background-color: rgba(0, 0, 0, .4);
  border: 1px solid rgba(255, 255, 255, .4);
  font-size: 142.857%;
  padding: 40px 100px;
  margin-bottom: 50px;
  position: relative;
  max-width: 1070px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
.content_v4 .clients-container .clients-slider .slick-arrow {
  opacity: 0;
  visibility: hidden;
  background-color: #fff;
  color: #222;
  width: 50px;
  height: 50px;
  text-align: center;
  position: absolute;
  border: none !important;
  z-index: 200;
  cursor: pointer;
  padding: 0 !important;
  margin-top: 30px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  transition: 0.1s;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
}
.content_v4 .clients-container .clients-slider .slick-arrow:hover {
  color: #fff;
}
.content_v4 .clients-container .clients-slider .slick-arrow.slick-next {
  top: calc(50% - 25px);
  right: -25px;
  font-size: 0;
}
.content_v4 .clients-container .clients-slider .slick-arrow.slick-next:after {
  content: '\e930';
  display: inline-block;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 24px;
}
.content_v4 .clients-container .clients-slider .slick-arrow.slick-prev {
  top: calc(50% - 25px);
  left: -25px;
  font-size: 0;
}
.content_v4 .clients-container .clients-slider .slick-arrow.slick-prev:after {
  content: '\e92f';
  display: inline-block;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 24px;
}
.content_v4 .clients-container .clients-slider .slick-arrow:after {
  line-height: 50px !important;
}
.content_v4 .clients-container .clients-slider .slick-arrow:before, .content_v4 .clients-container .clients-slider .slick-arrow span {
  display: none !important;
}
.content_v4 .clients-container .clients-slider:hover .slick-arrow {
  opacity: 1;
  visibility: visible;
}
.content_v4 .sp_brands {
  border: none;
}
.content_v4 .sp_brands .sp-manu-slider .spmanufactureslider {
  text-align: center;
  padding: 40px 0 10px 0;
}

.bannerbox1 {
    /* margin-bottom: 30px; */
}

.bannerbox1 .bannerbox1_0,
.bannerbox1 .bannerbox1_1,
.bannerbox1 .bannerbox1_2 {
    float: left;
    width: 24.2%;
    margin-right: 1%;
}

.bannerbox1 .bannerbox1_1 .spbanner {
  /* text-align: left; */
}

.lang-rtl .bannerbox1 .bannerbox1_1 {
  float: right;
  padding-left: 30px;
  padding-right: 0;
}

.lang-rtl .bannerbox1 .bannerbox1_1 .spbanner {
  text-align: right;
}


.lang-rtl .bannerbox1 .bannerbox1_2 {
  float: right;
}
.bannerbox1 .bannerbox1_3 {
  float: right;
  width: 24.2%;
}
.lang-rtl .bannerbox1 .bannerbox1_3 {
  float: left;
}
.sp-product-flags li {
  border-radius: 0 !important;
}
.product-miniature .sp-cart-box a {
  width: 44px;
  height: 44px;
  line-height: 44px;
  border-radius: 50%;
}
.product-miniature .sp-cart-box a i {
  line-height: inherit;
}
.product-miniature .thumbnail-container {
  padding: 0;
  margin: 0;
}
.product-miniature .thumbnail-container .product-info {
  padding: 10px 14px 30px;
}
.product-miniature .thumbnail-container .product-info .product-title a {
  font-size:20px!important;
  font-weight:bold!important;
  color:#4e5049!important;
  text-align: center;
  height: auto !important;
}
.product-miniature .thumbnail-container .product-info .product-price-and-shipping {
  padding-bottom: 10px;
  text-align: center;
}
.product-miniature .thumbnail-container .product-info .comments_note {
  text-align: center;
}
.product-miniature .thumbnail-container .product-info .cart-button {
  background-color: #f5f5f5;
  color: #222;
  height: 40px;
  line-height: 40px;
  padding: 0 22px;
  text-transform: uppercase;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  font-weight: 400;
  font-size: 14px;
  transition: 0.3s all ease 0s;
  -moz-transition: 0.3s all ease 0s;
  -webkit-transition: 0.3s all ease 0s;
  -ms-transition: 0.3s all ease 0s;
  box-shadow: none;
}
.product-miniature .thumbnail-container .product-info .cart-button:hover {
  color: #fff;
}
.product-miniature:hover .thumbnail-container .product-info .cart-button {
  color: #fff;
}
.sp-simple-slider .spfilter-products .products {
  padding: 0;
}
.sp-simple-slider .spfilter-products .products .simple_item {
  width: 20%;
  float: left;
}
.lang-rtl .sp-simple-slider .spfilter-products .products .simple_item {
  float: right;
}
.sp-categories .cat-wrap .content-box img {
  max-width: 150px !important;
}
.lang-rtl #products .product-miniature .sp-cart-box, .lang-rtl .featured-products .product-miniature .sp-cart-box, .lang-rtl .product-accessories .product-miniature .sp-cart-box, .lang-rtl .product-miniature .sp-cart-box {
  text-align: center;
}
.list-services ul {
  display: table;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-services ul li {
  float: left;
  width: 25%;
  text-align: center;
  margin-bottom: 30px;
  padding: 0px 15px;
}
.list-services .icon-service {
  width: 70px;
  height: 70px;
  padding: 10px;
  margin: 0 auto 13px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.list-services .info-service .title-service {
  font-size: 114.285%;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 5px;
}
.list-services .info-service p {
  margin: 0;
}
#footer {
  clear: both;
}
#footer .footer-v4.footer-container {
  background: #050505;
}
#footer .footer-v4.footer-container .footer-content .footerRow {
  margin-bottom: 10px;
}
#footer .footer-v4.footer-container .footer-top {
  background-color: #111;
  color: #bbb;
  padding-top: 40px;
  padding-bottom: 5px;
  border-bottom: 1px solid #2a2a2a;
}

#footer .footer-v4.footer-container .footer-content .title-footer,
#footer .footer-v4.footer-container .footer-content h6.title-footer
{
  font-size: 128.571%;
  position: relative;
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
  padding: 0;
  text-transform: uppercase;
}

#footer .footer-v4.footer-container .footer-content .title-footer:before,
#footer .footer-v4.footer-container .footer-content h6.title-footer:before
{
  display: none;
}

#footer .footer-v4.footer-container .footer-content p {
  color: #ccc;
}
#footer .footer-v4.footer-container .footer-content .footerlinks-box .links li a {
  color: #ccc;
  transition: 0.3s all ease 0s;
  -moz-transition: 0.3s all ease 0s;
  -webkit-transition: 0.3s all ease 0s;
  -ms-transition: 0.3s all ease 0s;
}
#footer .footer-v4.footer-container .contactinfo .content-footer > div .icon i {
  vertical-align: top;
}
#footer .footer-v4.footer-container .contactinfo .content-footer > div > div {
  color: #ccc;
}
#footer .footer-v4.footer-container .contactinfo .content-footer > div > div a {
  color: #ccc;
}
#footer .footer-v4.footer-container .contactinfo .content-footer > div > div label {
  display: none;
}
#footer .footer-v4.footer-container .block-subscribe-footer {
  margin-bottom: 40px;
}
#footer .footer-v4 .seo-structure {
  text-align: center;
  border-top: 1px solid #1e1e1e;
  margin-top: 25px;
  padding: 25px 0 15px;
  background: transparent;
}
#footer .footer-v4 .seo-structure ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  max-width: 1427px;
}
#footer .footer-v4 .seo-structure ul li {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 0;
  font-size: 92.857%;
  position: relative;
}
#footer .footer-v4 .seo-structure ul li.title {
  padding-right: 0;
  color: #222;
  font-weight: 700;
}
#footer .footer-v4 .seo-structure ul li.title:after {
  display: none;
}
#footer .footer-v4 .seo-structure ul li a {
  color: #ccc;
  display: block;
  position: relative;
  font-size: 13px;
}
#footer .footer-v4 .seo-structure ul li:not(:last-child) a {
  margin-right: 5px;
  padding-right: 8px;
  margin-bottom: 10px;
}
#footer .footer-v4 .seo-structure ul li:not(:last-child) a:after {
  content: "";
  display: block;
  width: 1px;
  height: 9px;
  border-right: dotted 1px #bbb;
  position: absolute;
  right: 0;
  top: 6px;
}
#footer .footer-v4 .footer-bottom {
  border-top: 1px solid #1e1e1e;
}
#footer .footer-v4 .footer-bottom .block-right {
  text-align: center;
  color: #ccc;
  font-size: 13px;
}
.footer-social .title-footer {
  display: none;
}
#content-wrapper {
  margin-bottom: 30px;
  /* Reset PrestaShop theme's default CSS*/
}
body#checkout #footer {
  box-shadow: none;
  padding: 0;
  background: transparent;
}
.page-content.page-cms {
  padding: 0 15px;
}
#wrapper {
  background: none;
  box-shadow: none;
  padding: 0;
}
#main .page-footer {
  margin: 0;
  /* /Reset PrestaShop theme's default CSS*/
}
.spfilter_box .spfilter-products {
  border: none;
}
.spfilter_box .spfilter-products .spfp-wrap .products_banner {
  padding-top: 20px;
  border: 1px solid #e5e5e5;
  border-top: 0;
  text-align: center;
}
.spfilter_box .spfilter-products .spfp-wrap .products_banner .spbanner {
  padding: 0 20px;
}
.spfilter_box .spfilter-products .spfp-wrap .products {
  position: static;
}
.spfilter_box .spfilter-products .spfp-wrap .products .owl-nav {
  top: 0px;
  right: 12px;
}
.lang-rtl .spfilter_box .spfilter-products .spfp-wrap .products .owl-nav {
  right: auto;
  left: 12px;
}
.sp_brands {
  border: 1px solid #e5e5e5;
  /* Custom HTML */
}
.services-list {
  border: 1px solid #e5e5e5;
  padding: 20px 20px 0;
  background-color: #fff;
}
.services-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.services-list ul li {
  float: left;
  width: 20%;
  margin-bottom: 20px;
}
.services-list .item-icon {
  float: left;
  width: 60px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.services-list .item-info {
  margin-left: 70px;
  padding-top: 9px;
}
.services-list .item-info .item-title {
  text-transform: uppercase;
  color: #222;
}
.lang-rtl .services-list .item-info {
  margin-left: 0;
  margin-right: 70px;
}
.lang-rtl .services-list .item-icon {
  float: right;
}
.sphomepage-slider .owl-carousel .owl-nav > button {
  background-color: rgba(0, 0, 0, .3);
  color: #fff;
  width: 70px;
  height: 70px;
  line-height: 70px;
  top: 50%;
  margin-top: -35px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border: none;
}
.sphomepage-slider .owl-carousel .owl-nav > button i {
  line-height: inherit;
  font-size: 30px;
  color: #fff;
}
.sphomepage-slider .owl-carousel .owl-nav > button.owl-prev {
  left: 30px;
}
.sphomepage-slider .owl-carousel .owl-nav > button.owl-prev .lang-rtl {
  left: auto;
  right: 30px;
}
.sphomepage-slider .owl-carousel .owl-nav > button.owl-next {
  right: 30px;
}
.sphomepage-slider .owl-carousel .owl-nav > button.owl-next .lang-rtl {
  left: 30px;
  right: 0;
}
.homepage-v4 .sphomepage-slider .owl-carousel .owl-dots {
  bottom: 20px;
}
.sphomepage-slider.sp-preload {
  height: 495px;
  position: relative;
  overflow: hidden;
}
.spbanner {
  text-align: center;
}
.bannerbox2 .spbanner {
  margin-bottom: 60px;
}
.spattributes_search {
  margin-bottom: 70px;
}
.lang-rtl .product-miniature .product-price-and-shipping .price {
  font-size: 14px !important;
}
.lang-rtl .product-miniature .product-price-and-shipping .regular-price {
  font-size: 13px !important;
}
.footer-container .footer-bottom {
  padding: 30px 0 25px;
}
.footer-container .footer-bottom .block-left {
  padding-top: 10px;
}
.sp-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox {
  padding: 0;
}
#header #headerver4 .header-nav .nav-left .topleft-header .phone .icon i, #header #headerver4 .header-nav .nav-left .topleft-header .email .icon i {
  vertical-align: -2px;
  /* Responsiveeeee */
}
@media (max-width: 1599px) {
    #header .header-top .header-top-wrap #_desktop_logo {
        /* width: 170px; */
        /* display: none; */
    }
  
    #header .header-top .header-top-wrap .header-top-center {
        /*width: calc(100% - 440px);*/
        width: 73%;
    }

    #headerver4 .sp-megamenu .sp-megamenu-container .navbar-nav > li > a {
        padding: 0 8px;
        font-size: 10px;
    }  
  
  
    .cat-slider .child-cat .cat-title {
        margin-top: -35px;
    }
}
@media (min-width: 1200px) {
  /* 3.Medium devices Desktops 
    ================================================== 
  */
  .sp-simple-slider .spfilter-products .products .simple_item {
    width: 20%;
  }
  .sp_product_image {
    /* width: 500px; */
  }
  .sp_product_content {
    /* width: calc(100% - 500px); */
  }
}
@media (min-width: 1200px) {
  #js-product-list.product-list--list .product-miniature .product-container .product-image {
    width: 28%;
  }
  #js-product-list.product-list--list .product-miniature .product-container .product-info {
    width: 72%;
  }
}
@media (min-width: 1024px) {
  .vertical_mobile_only {
    display: none;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  #header .header-top #_desktop_logo {
    width: 200px;
  }
  #header .header-top .header-top-right {
    width: calc(100% - 200px);
  }
  #header .header-top .header-top-right div#cart-header-menu {
    padding-left: 0;
  }
  .lang-rtl #header .header-top .header-top-right div#cart-header-menu {
    padding-left: 15px;
    padding-right: 0;
  }
  #sp-vermegamenu .navbar-nav > li > a {
    padding: 15px 20px 15px 20px;
    max-height: 46px;
  }
  #sp-vermegamenu .navbar-nav .more-wrap {
    padding: 17px 20px;
  }
}
@media (max-width: 1199px) {
  .bannerbox1 .bannerbox1_1 {
    padding: 0 15px 0 0;
  }
  .lang-rtl .bannerbox1 .bannerbox1_1 {
    padding: 0 0 0 15px;
  }
  #header .header-top .header-top-wrap .header-top-right {
    width: calc(100% - 170px);
  }
  .content_v4 .clients-container .clients-slider {
    max-width: 80%;
  }
  #headerver4 #n_desktop_topsearch {
    width: 60%;
    padding: 15px;
  }
  #headerver4 #n_desktop_topsearch:before {
    display: none;
  }
  #headerver4 #n_desktop_topsearch .spSearchPro {
    width: 100%;
    position: static;
    transform: none;
  }
  .content_v4 .spcontent-sidebar .spbanner-sidebar {
    margin: 0 -5px;
    margin-bottom: 20px;
  }
  .content_v4 .spcontent-sidebar .spbanner-sidebar .spbanner {
    padding: 0 5px;
  }
  .content_v4 .sp-deal-slider .product-miniature .thumbnail-container .product-image, .content_v4 .sp-deal-slider .product-miniature .thumbnail-container .product-info {
    width: 100%;
    margin: 0;
    clear: both;
  }
  .product-miniature .product-price-and-shipping .price {
    font-size: 18px !important;
  }
  .product-miniature .product-price-and-shipping .regular-price {
    font-size: 16px !important;
  }
  .sp_discount_link {
    display: none !important;
  }
  .promotion .item {
    padding: 15px 10px;
  }
  .vertical_style .sp-filters {
    padding: 15px 5px;
  }
  .spfilter-products.vertical_style .products {
    padding: 15px 5px;
  }
  .footer-container .footer-bottom .copyright {
    font-size: 13px;
  }
  .hotline span {
    font-size: 12px;
  }
  .container {
    width: 100% !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sp-simple-slider .spfilter-products .products .simple_item {
    width: 25%;
  }
}
@media (max-width: 1023px) {
  #sp-vermegamenu .navbar-nav > li.active a {
    color: #fff;
  }
  #index #header #headerver4 .sp-home-layouts > a, #sp-vermegamenu .navbar-nav > li.sp-home-layouts {
    color: #222 !important;
  }
  #header #headerver4 .sp-home-layouts:hover > a {
    color: #fff !important;
  }
  #header .sp_discount_link {
    display: none !important;
  }
  #header .header-top #_desktop_logo {
    width: 200px;
  }
  #header .header-top .header-top-right {
    width: calc(100% - 200px);
  }
  #header .header-center {
    margin-top: -1px;
    border-top: none !important;
  }
  #header .header-bottom {
    padding: 15px 0 0 0;
  }
  #header .header-bottom .bottom-box-menu1 {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #header .header_v1 .box-slider {
    width: 481px;
  }
  #header .header_v1 .box-banner {
    width: calc(100% - 491px);
  }
  .content_v4 .spcontent-sidebar .bottom-html .services-sidebar ul li {
    width: 33.33333%;
  }
  .footer-container .footer-top .socials-wrap {
    padding: 25px 0 25px 20px;
  }
  .lang-rtl .footer-container .footer-top .socials-wrap {
    padding: 25px 20px 25px 0;
  }
}
@media (min-width: 992px) {
  .logo-hidden-md-up, .pull-xs-right.mobile-search {
    display: none !important;
  }
  .product-accessories .product-miniature {
    width: 16.66666%;
  }
}
@media (max-width: 991px) {
  .list-services ul li {
    width: 100%;
  }
  #header .header-top .header-top-wrap .header-top-right, #header .header-top .header-top-wrap #_desktop_logo {
    width: 100%;
    clear: both;
  }
  #header .header-nav .cart-preview, #header .header-nav .cart-preview.active {
    background: none;
    height: auto;
    padding: 0;
    margin: 0;
  }
  #header .header-nav .nav-right #spcurrency .currency-selector, #header .header-nav .nav-right .language-selector, div#cart #spminicartpro .shopping-cart-title {
    font-size: 12px;
  }
  #header .header-nav .nav-right #spcurrency .currency-selector span {
    padding: 0;
  }
  /* .homepage-v4 #header .header-nav .cart-preview {
    padding: 0 10px;
  } */
  .spverticalmenu .navbar-header .navbar-toggle {
    top: 9%;
  }
  #headerver4 div#cart-header-menu {
    display: inline-block;
    vertical-align: top;
    float: right;
  }
  #headerver4 div#cart-header-menu #spminicartpro .sp_minicartpro_block {
    line-height: inherit;
    margin: 0;
  }
  #headerver4 #n_desktop_topsearch {
    width: 100%;
    padding: 15px;
  }
  #headerver4 #n_desktop_topsearch:before {
    display: none;
  }
  #headerver4 #n_desktop_topsearch .spSearchPro {
    width: 100%;
    position: static;
    transform: none;
  }
  .content-search .spr-query {
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
  }
  #n_desktop_topsearch {
    width: 100%;
  }
  #n_desktop_topsearch .content-search {
    width: 100%;
  }
  #n_desktop_topsearch .spr_selector {
    display: none;
  }
  .content_v4 .module-title {
    line-height: 1.1;
    padding: 0 15px;
  }
  .content_v4 .module-subtitle {
    padding: 0 15px;
  }
  .content_v4 .sp-listing-tabs .ltabs-tabs-container {
    text-align: center;
    margin-top: 17px;
  }
  .lang-rtl .content_v4 .sp-listing-tabs .ltabs-tabs-container {
    text-align: left;
  }
  .content_v4 .sp-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox span.ltabs-tab-selected, .content_v4 .sp-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox span.ltabs-tab-arrow {
    background: #fff;
    border-radius: 0;
    border-color: #ddd;
    margin-top: 1px;
    height: 33px;
    line-height: 33px;
  }
  .content_v4 .sp-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox span.ltabs-tab-selected {
    text-indent: unset;
    padding: 0 20px;
    width: auto;
  }
  .content_v4 .sp-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox .ltabs-tabs li {
    height: auto;
    border: none !important;
    display: block;
  }
  #header .header-top #_desktop_logo {
    width: 100%;
    text-align: center;
  }
  #header .header-top .header-top-right {
    width: 100%;
  }
  #search_filters .faceted_search_box {
    padding: 5px;
  }
  .footer-container .footer-top .newsletter-title-footer, .lang-rtl .footer-container .footer-top {
    padding: 0;
    margin-bottom: 15px;
  }
  .footer-container .footer-top .newsletter-title-footer:before, .lang-rtl .footer-container .footer-top:before {
    display: none;
  }
  .footer-container .footer-top .newsletter-title-footer #newsletter_block_home, .lang-rtl .footer-container .footer-top #newsletter_block_home {
    padding-bottom: 5px;
  }
  .footer-container .footer-content {
    padding: 0;
  }
  .footer-container .footer-content .footerRow {
    margin: 0;
    padding: 60px 0 25px 0;
  }
  .footer-container .footer-content .footerRow .footerlinks-box .footerlinks-col {
    padding: 15px;
  }
  .footer-container .footer-bottom .block-left {
    text-align: left;
    width: 100%;
    margin-bottom: 30px;
  }
  .lang-rtl .footer-container .footer-bottom .block-left {
    text-align: right;
  }
  .footer-container .footer-bottom .block-left .app-footer .app-list {
    display: block;
  }
  .footer-container .footer-bottom .block-left .app-footer .app-list ul li {
    margin: 0;
  }
  .footer-container .footer-bottom .block-right {
    text-align: left;
    width: 100%;
  }
  .lang-rtl .footer-container .footer-bottom .block-right {
    text-align: right;
  }
  #js-product-list.product-list--list .product-miniature .product-container .product-info {
    padding: 20px 0 0;
  }
  #header .header_v1 .header-bottom .box-slider {
    width: 100%;
    margin-bottom: 30px;
  }
  #header .header_v1 .header-bottom .box-banner {
    width: 100%;
    margin-bottom: 30px;
  }
  #header .header_v1 .header-bottom .box-banner .spbanner {
    float: left;
    width: 33.33333%;
    margin: 0;
  }
  #header .header_v1 .home-page-1 .services-home .banner-policy .inner .policy {
    padding: 7px 20px;
  }
  #header .header_v1 .spblockcart .header span.cart-products-count-number {
    display: block !important;
    position: absolute;
    right: 0;
    top: 0;
    width: 17px;
    font-size: 11px;
    height: 17px;
    font-weight: bold;
    line-height: 15px;
    background: #fff;
    color: #e74c40;
    text-align: center;
    border-radius: 50%;
    box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.5);
  }
  #btn_search {
    display: block;
    width: 34px;
    height: 34px;
    margin: 0;
    color: #fff;
    font-size: 18px;
    border-left: solid 1px #777;
    line-height: 34px;
    margin: 0 49px 0 0;
    text-align: center;
    cursor: pointer;
  }
  .header_v1 #btn_search {
    margin: 0 15px 0 0;
  }
  #_mobile_topsearch {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 10;
    opacity: 0;
    padding: 0 5px;
    background-color: #555;
    border-radius: 5px;
    visibility: hidden;
    transition: all 0.3s ease;
  }
  #_mobile_topsearch.active-search {
    opacity: 1;
    visibility: visible;
  }
  .lastestnews .post {
    padding: 10px;
  }
  .lastestnews .post-inner {
    display: block;
  }
  .lastestnews .post-inner .post_image {
    width: 100%;
  }
  .lastestnews .post-inner .post_content {
    width: 100%;
    padding-top: 10px;
  }
  .postItem .postMeta {
    padding-top: 5px;
  }
  .footer-social {
    margin-bottom: 15px;
  }
  .footer-social > a {
    margin: 0 5px;
  }
  .top-map {
    margin-bottom: 30px;
  }
  #footer .contactinfo {
    margin-top: 30px;
    margin-bottom: 40px;
  }
  #content-wrapper {
    margin-bottom: 30px;
  }

    #header .header-top .header-top-wrap #_desktop_logo {
        display: block;
    }

}


@media (min-width: 992px) and (max-width: 1199px) {
  .services-list ul li {
    width: 33.33333%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #js-product-list-top .showing_products {
    display: none;
  }
  .services-list ul li {
    width: 33.33333%;
  }
  .services-sidebar {
    padding: 10px;
  }
  .homeOneFourBanners .banners-middle .spbanner:first-child {
    margin-bottom: 18px;
  }
  #_desktop_headermenu {
    width: 25%;
  }
  .header_search_bar {
    width: 75%;
  }
  #header .header_v1 .header-bottom .box-menu2 {
    width: auto;
  }
  #header .header_v1 .header-bottom .header-top-right #cart {
    position: absolute;
    right: 0;
    padding: 0;
    width: auto;
  }
  #header .header_v1 .header-bottom .header-top-right #_desktop_topsearch {
    float: left;
    padding-left: 98px;
    width: calc(100% - 50px);
  }
  #header .header_v1 .header-bottom .header-top-right #_desktop_topsearch .content-search .spr-search-button {
    border-right: solid 1px #777;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  #cms .choose-us {
    width: 100%;
    margin-bottom: 30px;
  }
  #cms .open-time {
    width: 50%;
  }
  #cms .customers {
    width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* 5.Extra small devices Phones
================================================== */  .sp-simple-slider .spfilter-products .products .simple_item {
    width: 33.33333%;
  }
}
@media (min-width: 768px) {
  .product-accessories .product-miniature {
    width: 20%;
  }
}
@media (max-width: 767px) {
  #content-wrapper.left-column, #content-wrapper.right-column {
    width: 100%;
    clear: both;
  }
  #right-column, #left-column {
    width: 100%;
    clear: both;
  }
  .marginb90 {
    margin-bottom: 70px;
  }
  .marginb93 {
    margin-bottom: 73px;
  }
  .content_v4 .sp-deal-slider .product-miniature .thumbnail-container .product-info .product-countdown .deals-time {
    min-width: 42px;
  }
  #header {
    background: none;
  }
  .sp-simple-slider .spfilter-products .products .simple_item {
    width: 50%;
  }
  .container {
    width: auto !important;
    max-width: 100% !important;
  }
  .sp-listing-tabs .ltabs-wrap .ltabs-items-container {
    padding-left: 0;
    padding-right: 0;
  }
  #_desktop_cart .spminicartpro:hover .sp_minicartpro_body {
    left: 0;
  }
  .sp-listing-tabs .ltab_banner {
    display: none;
  }
  .sp-listing-tabs .ltab_wrap_items {
    width: 100%;
  }
  .services-list ul li {
    width: 50%;
  }
  #header .header_v1 .home-page-1 .services-home .banner-policy .inner {
    padding: 15px 0;
  }
  #header .header_v1 .home-page-1 .services-home .banner-policy .inner .policy {
    width: 100%;
  }
  #n_desktop_topsearch .spr_selector {
    display: none;
  }
  #n_desktop_topsearch .content-search {
    width: 100%;
  }
  #header .header-top .header-top-right div#cart-header-menu {
    text-align: center !important;
  }
  #header .header-nav .nav-left .welcome_text {
    display: none;
    /*Decrease white space*/
  }
  .promotion, #content-wrapper {
    margin-bottom: 40px;
  }
  .js-product-list .category-view-type {
    display: none;
  }
  .js-product-list .sort-by-box {
    margin: 0 auto;
  }
  #js-product-list.product-list--list .product-image.sp_listing_view {
    width: 30%;
  }
  #js-product-list.product-list--list .product-info.sp_listing_view {
    width: calc(70% - 30px);
  }
  .promotion {
    display: block;
  }
  .promotion .item {
    padding: 30px;
    margin: 0 0 15px 0 !important;
  }
  .promotion .item:last-child {
    margin: 0 !important;
  }
  .footer-container .footer-top #newsletter_block_home {
    text-align: center;
  }
  .footer-container .footer-top #newsletter_block_home .newsletterTitle {
    margin-bottom: 25px;
    padding: 0 15px !important;
    display: block;
  }
  .footer-container .footer-top #newsletter_block_home .newsletterForm {
    display: block;
  }
  .footer-container .footer-content {
    padding: 0;
  }
  .footer-container.footer-v4 .footer-toplinks .toplinks ul {
    background: transparent;
  }
  .footer-container.footer-v4 .footer-toplinks .toplinks ul li a {
    font-weight: normal;
  }
  #search_filters_wrapper {
    margin-left: 0 !important;
    margin-right: 0 !important;
    display: block !important;
  }
  #search_filters_wrapper #search_filters .faceted_search_box {
    padding: 0;
  }
  #search_filters_wrapper #search_filters .faceted_search_box .facet {
    padding-bottom: 0;
    margin: 10px;
  }
  #products .thumbnail-container .product-description {
    box-shadow: none;
  }
  .banner-slider {
    text-align: center;
  }
  .nav-top {
    text-align: center;
  }
  .nav-top .nav-right > div {
    float: none !important;
  }
  body > main {
    overflow: hidden;
  }
  #wrapper {
    padding-bottom: 0px;
  }
  .products-selection .product-sort {
    float: left;
    width: calc(100% - 90px);
  }
  .products-selection .product-sort:after {
    content: "";
    display: table;
    clear: both;
  }
  .products-selection .product-sort .products-sort-order {
    width: 100%;
    height: 42px;
    margin-bottom: 10px;
  }
  .products-selection .product-sort .products-sort-order .select-title {
    padding: 4px 15px;
    line-height: 33px;
  }
  .products-selection .product-sort .products-sort-order .select-title .material-icons {
    top: 8px;
  }
  .products-selection .product-sort .products-sort-order .select-title:after {
    top: 10px;
  }
  .products-selection .filter-button {
    width: 80px;
    float: right;
  }
  #pagenotfound .page-not-found h3 {
    font-size: 200px;
  }
  #pagenotfound .page-not-found h4 {
    font-size: 30px;
  }
  #pagenotfound .page-not-found .pagenot-desc {
    font-size: 16px;
  }
  .footer-container .footer-bottom .block-left, .footer-container .footer-bottom .block-right {
    text-align: center;
  }
  .footer-container .footer-bottom .block-left {
    margin-bottom: 20px;
  }
  .header_v1 .box-slider, .header_v1 .box-banner {
    width: 100%;
    float: none;
    text-align: center;
  }
  .header_v1 .search-widget {
    position: relative;
    margin: 0px;
  }
  .header_v1 #_mobile_headercallus {
    padding: 8px 0;
  }
  .header_v1 #_mobile_headercallus p {
    margin: 0px;
    line-height: 20px;
  }
  .header_v1 #menu-icon {
    margin: 0px;
    padding: 8px 0;
    line-height: 20px;
    cursor: pointer;
  }
  .header_v1 #menu-icon .material-icons {
    font-size: 16px;
  }
  .header_v1 .js-top-menu-bottom {
    padding-bottom: 5px;
    border-top: 1px solid #ebebeb;
  }
  .header_v1 .js-top-menu-bottom:after {
    content: "";
    display: table;
    clear: both;
  }
  .header_v1 #_mobile_spcurrency {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .lang-rtl .header_v1 #_mobile_spcurrency {
    float: right;
    margin-left: 10px;
    margin-right: 0px;
  }
  .header_v1 #_mobile_splanguage {
    float: left;
    margin-bottom: 10px;
  }
  .lang-rtl .header_v1 #_mobile_splanguage {
    float: right;
  }
  .header_v1 .currency-selector {
    padding-top: 0px;
  }
  .header_v1 .currency-selector:after {
    display: none;
  }
  .header_v1 .language-selector {
    padding-top: 0px;
  }
  .header_v1 .language-selector:after {
    display: none;
  }
  .header_v1 .hotline {
    padding: 8px 0 0;
    height: auto;
    text-align: left;
  }
  .header_v1 .hotmail {
    padding: 0 0 5px;
    height: auto;
    text-align: left;
  }
  .header-center-wrap {
    position: relative;
  }
  .header-center-wrap .searchRight {
    position: static;
  }
  .product-page .tabs .tab-content {
    padding: 15px;
  }
}
@media (max-width: 575px) {
  .content_v4 .sp-countdown .spfilter-products .spfp-countdown-style2 {
    width: auto;
    float: none;
    margin-bottom: 20px;
    text-align: center;
  }
  .content_v4 .sp-countdown .spfilter-products .spfp-countdown-style2 .product-countdown .deals-time {
    display: inline-block;
    margin: 0 10px;
  }
  .content_v4 .sp-countdown .spfilter-products .spfp-countdown-style2 .product-countdown .deals-time .num-time {
    padding: 0 10px;
  }
  .content_v4 .sp-countdown .spfilter-products .products {
    width: auto;
    float: none;
  }
  .content_v4 .sp-countdown .spfilter-products .products .owl-stage-outer .item .product-miniature .thumbnail-container .product-image {
    float: none;
    width: 100%;
  }
  .content_v4 .sp-countdown .spfilter-products .products .owl-stage-outer .item .product-miniature .thumbnail-container .product-image img {
    width: auto;
  }
  .content_v4 .sp-countdown .spfilter-products .products .owl-stage-outer .item .product-miniature .thumbnail-container .product-info {
    float: none;
    width: 100%;
    max-width: unset;
  }
  .content_v4 .spcontent-sidebar .spbanner-sidebar .spbanner {
    width: 50%;
  }
  .content_v4 .spcontent-sidebar .bottom-html .services-sidebar ul li {
    width: 100%;
  }
  .about-container .our-client-say .client-image {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
  .about-container .our-client-say .client-info {
    margin: 0;
  }
  .thumbnail-container {
    text-align: center;
  }
  .thumbnail-container .product-countdown {
    margin: 0 auto 10px auto;
  }
  
  .thumbnail-container .product-info {
        width: 100%;
        margin: 0 auto;
        padding: 0 !important;
  }
  
  #content-wrapper, #left-column, #right-column {
    padding-left: 15px !important;
    padding-right: 15px !important;
    width: 100% !important;
  }
  #index .content-full-width {
    padding: 0 !important;
  }
}
@media (max-width: 543px) {
  .content_v4 .clients-container .clients-slider .client-main .info-content .description-client {
    padding: 10px;
  }
  .services-list ul li {
    width: 100%;
  }

  /* #header .header-nav .nav-left {
    width: 100%;
    text-align: center;
  }
  #header .header-nav .nav-right {
    width: 100%;
    text-align: center !important;
  } */
  #header .header_v1 .header-bottom .box-banner .spbanner {
    width: 100%;
    margin-bottom: 30px;
  }
  #header .header_v1 .header-bottom .box-banner .spbanner:last-child {
    margin: 0;
  }
  #header .header_v1 .header-nav .user-info a span {
    display: none !important;
  }
  .product-page .tabs .nav-tabs .nav-item .nav-link {
    padding: 10px;
  }
  .pagination {
    justify-content: center;
  }
  .showing_products_bottom {
    display: none;
  }
  .product-page .tabs .nav-tabs .nav-item .nav-link:after {
    display: none;
  }
  .sp-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox .ltabs-tabs.ltabs-open {
    min-width: 200px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }
  .lang-rtl .sp-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox .ltabs-tabs.ltabs-open {
    right: 50%;
    left: auto;
  }
  .sp-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox .ltabs-tabs.ltabs-open li {
    display: block;
  }
  .content_v1 .sp-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox span.ltabs-tab-selected {
    display: none;
  }
  .product-page .product-prices {
    float: none;
    display: block;
  }
  .product-page #product-availability {
    float: none;
    display: block;
    margin-bottom: 16px;
  }
  .homeOneFourBanners {
    text-align: center;
  }
  .homeOneFourBanners .spbanner {
    margin: 0 0 10px 0;
  }
  #pagenotfound .page-not-found h3 {
    font-size: 120px;
  }
  #pagenotfound .page-not-found h4 {
    font-size: 20px;
  }
  #pagenotfound .page-not-found .pagenot-desc {
    font-size: 12px;
  }
  .product-page .moreinfo-list .infobox .contentbox {
    padding: 15px;
  }
  .product-page .product-actions .product-add-to-cart .add-to-cart {
    padding: 0px 20px;
  }
  .homeOneTwoBanner > .row > div.last {
    margin-top: 15px;
  }
  .header_v1 .promotion {
    margin-top: 15px;
  }
  .content_v1 .contentOneTop {
    padding-top: 5px;
  }
  .content_v1 #htmlTestimonials, .content_v1 .dealBottomBanner, .content_v1 .dealStyleOne {
    margin-top: 10px;
  }
  .content_v1 .homeOneFourBanners {
    margin-top: 30px;
  }
  .content_v1 .contentOneBottom {
    padding-bottom: 15px;
  }
}

@media (max-width: 480px) {
    .sp-simple-slider .spfilter-products .products .simple_item {
        width: 100%;
        clear: both;
    }
  
    .bannerbox1 .bannerbox1_0,
    .bannerbox1 .bannerbox1_1, 
    .bannerbox1 .bannerbox1_2, 
    .bannerbox1 .bannerbox1_3 {
        clear: both;
        width: 100%;
        padding: 0;
    }

}

@media (max-width: 410px) {
  .list-services ul li {
    width: 100%;
  }
  .sp-listing-tabs .title_tabs {
    display: block;
  }
  .sp-listing-tabs .owl-carousel .owl-nav {
    top: -60px;
  }
  .spfilter_box .spfilter-products .spfp-wrap .products .owl-nav {
    top: -2px;
  }
  .title_tabs .title-module-listingtab {
    font-size: 15px !important;
  }
  #headerver4 div#cart-header-menu #spminicartpro .sp_minicartpro_body {
    position: absolute;
    right: 0px;
  }
  #_desktop_cart .spminicartpro:hover .sp_minicartpro_body .lang-rtl {
    left: auto;
    right: -35%;
  }
}

@media (max-width: 359px) {
  .header_v1 .box-banner .spbanner {
    width: 100%;
  }
  .header_v1 .box-banner .spbanner img {
    width: 100%;
    height: auto;
  }
  .product-miniature .product-image {
    padding: 9px;
  }
  .product-miniature .product-info {
    padding: 10px 9px;
  }
  .cart-grid-body .cart-overview {
    padding: 5px;
  }
  .product-line-grid > div {
    padding: 0 5px;
  }
  .product-line-grid .product-line-grid-right > .row > div {
    padding: 0 5px;
  }
  #category .pagination {
    text-align: center;
  }
  #category .pagination .product-showing {
    display: block;
    float: none;
    margin-bottom: 5px;
  }
  #category .pagination .product-pagelist {
    display: inline-block;
    float: none;
  }
  .footer-container .footer-top #newsletter_block_home .newsletterTitle {
    white-space: unset;
  }
}
