@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSansRegular.eot');
  src: url('../fonts/OpenSansRegular.eot') format('embedded-opentype'), url('../fonts/OpenSansRegular.woff2') format('woff2'), url('../fonts/OpenSansRegular.woff') format('woff'), url('../fonts/OpenSansRegular.ttf') format('truetype'), url('../fonts/OpenSansRegular.svg#OpenSansRegular') format('svg');
}
@font-face {
  font-family: 'RobotoBlack';
  src: url('../fonts/RobotoBlack.eot');
  src: url('../fonts/RobotoBlack.eot') format('embedded-opentype'), url('../fonts/RobotoBlack.woff2') format('woff2'), url('../fonts/RobotoBlack.woff') format('woff'), url('../fonts/RobotoBlack.ttf') format('truetype'), url('../fonts/RobotoBlack.svg#RobotoBlack') format('svg');
}
@font-face {
  font-family: 'RobotoMedium';
  src: url('../fonts/RobotoMedium.eot');
  src: url('../fonts/RobotoMedium.eot') format('embedded-opentype'), url('../fonts/RobotoMedium.woff2') format('woff2'), url('../fonts/RobotoMedium.woff') format('woff'), url('../fonts/RobotoMedium.ttf') format('truetype'), url('../fonts/RobotoMedium.svg#RobotoMedium') format('svg');
}
@font-face {
  font-family: 'LoraItalic';
  src: url('../fonts/LoraItalic.eot');
  src: url('../fonts/LoraItalic.eot') format('embedded-opentype'), url('../fonts/LoraItalic.woff2') format('woff2'), url('../fonts/LoraItalic.woff') format('woff'), url('../fonts/LoraItalic.ttf') format('truetype'), url('../fonts/LoraItalic.svg#LoraItalic') format('svg');
}
*,
html {
  outline: none !important;
}
body {
  background-color: #fff;
  color: #555;
  font-size: 14px;
  line-height: normal;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
body .body-wrapper {
  overflow: hidden;
  position: relative;
}
body a {
  color: #464646;
}
body a:hover {
  color: #d263ee;
  text-decoration: none;
}
body a:focus {
  text-decoration: none;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  margin: 0 0 10px;
}
body input,
body textarea,
body button {
  outline: medium none !important;
  border: 1px solid #ccc;
  margin-bottom: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  padding: 0px 5px;
}
body img {
  display: block;
  max-width: 100%;
  height: auto;
}
body ul {
  padding: 0;
}
body ul,
body ol {
  margin-left: 15px;
}
.rtl body ul,
.rtl body ol {
  margin-left: 0;
  margin-right: 15px;
}
body ol {
  padding-left: 15px;
}
body .container {
  padding: 0;
}
body.boxed-layout .body-wrapper {
  width: 1200px;
  background: #fff;
  margin: 0 auto;
  box-shadow: 0 0 8px #000;
}
.clearfix:after {
  height: 0;
  clear: both;
  content: " ";
  font-size: 0;
  min-height: 0;
  display: block;
  visibility: hidden;
}
.float {
  float: none !important;
}
table {
  margin-bottom: 20px;
}
.thumbnail {
  max-width: 100%;
}
.size-full {
  width: 100%;
  height: auto;
  margin: 0 0 30px 0;
}
.alignleft {
  float: left;
  margin: 0 15px 30px 0;
}
.rtl .alignleft {
  float: right;
  margin: 0 0 30px 15px;
}
.aligncenter {
  display: block;
  margin: 0 auto 30px auto;
  clear: both;
}
.alignright {
  float: right;
  margin: 0 0 30px 15px;
}
.rtl .alignright {
  float: left;
  margin: 0 15px 30px 0;
}
.alignnone {
  float: none;
  clear: both;
  display: block;
  margin: 0 0 30px 0;
}
p .size-full {
  width: auto;
  height: auto;
  margin: 5px 0 30px 0;
}
p .alignleft {
  float: left;
  margin: 5px 15px 30px 0;
}
.rtl p .alignleft {
  float: right;
  margin: 5px 0 30px 15px;
}
p .aligncenter {
  display: block;
  margin: 5px auto 30px auto;
}
p .alignright {
  float: right;
  margin: 5px 0 30px 15px;
  clear: both;
}
.rtl p .alignright {
  float: left;
  margin: 5px 15px 30px 0;
}
p .alignnone {
  float: none;
  display: block;
  margin: 5px 0 30px 0;
}
figure .size-full {
  margin: 0;
}
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
ul.menu,
.dropdown ul {
  list-style: none;
  margin: 0;
}
.fa:before {
  font-family: FontAwesome;
}
.loading {
  position: relative;
  z-index: 2;
  height: 300px;
  overflow: hidden;
}
.loading:before {
  background: url(../assets/img/loading.gif) no-repeat center center #fff;
  background-size: 60px 60px;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 99;
  display: block;
}
.rtl .loading:before {
  left: 0 !important;
  right: 0 !important;
}
.loading.clearfix {
  overflow: hidden;
}
.loading.add_to_cart_button:before {
  background: url(../assets/img/loadingp.gif) no-repeat center center #fff;
}
ul.breadcrumb {
  margin: 0 0 20px;
}
input.input-text:focus,
select:focus,
textarea:focus {
  background-color: #fafafa;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  background-color: transparent;
}
.wpb_map_wraper iframe {
  pointer-events: none;
}
.quote-border {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  background-color: #f4f4f4;
  padding: 20px;
  margin-bottom: 10px;
  font-style: italic;
  border: 1px solid #ddd;
}
.elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated>.elementor-widget-wrap {
  padding: 0;
}
.elementor-widget-slider_revolution .tp-bullets.custom,
.wpb_revslider_element .tp-bullets.custom {
  width: 200px !important;
}
.elementor-widget-slider_revolution .tp-bullets.custom .tp-bullet,
.wpb_revslider_element .tp-bullets.custom .tp-bullet {
  width: 8px !important;
  height: 8px !important;
  background-color: #fff !important;
  position: relative !important;
  display: inline-block !important;
  border-radius: 50% !important;
  cursor: pointer;
  box-sizing: content-box;
  text-align: center !important;
  left: 0 !important;
}
.elementor-widget-slider_revolution .tp-bullets.custom .tp-bullet + .tp-bullet,
.wpb_revslider_element .tp-bullets.custom .tp-bullet + .tp-bullet {
  margin-left: 10px !important;
}
.rtl .elementor-widget-slider_revolution .tp-bullets.custom .tp-bullet + .tp-bullet,
.rtl .wpb_revslider_element .tp-bullets.custom .tp-bullet + .tp-bullet {
  margin-right: 10px !important;
  margin-left: 0 !important;
}
.elementor-widget-slider_revolution .tp-bullets.custom .tp-bullet:after,
.wpb_revslider_element .tp-bullets.custom .tp-bullet:after {
  display: none;
  background-color: transparent;
  box-shadow: none;
}
.elementor-widget-slider_revolution .tp-bullets.custom .tp-bullet.selected,
.wpb_revslider_element .tp-bullets.custom .tp-bullet.selected {
  width: 30px !important;
  height: 8px !important;
  border-radius: 3px !important;
  background-color: #d263ee !important;
}
.home-style3 .elementor-widget-slider_revolution .tp-bullets.custom .tp-bullet.selected,
.home-style3 .wpb_revslider_element .tp-bullets.custom .tp-bullet.selected {
  background-color: #222 !important;
}
.elementor-widget-slider_revolution .see-more1,
.wpb_revslider_element .see-more1 {
  color: #fff !important;
  font-size: 13px !important;
  text-transform: capitalize !important;
}
.elementor-widget-slider_revolution .see-more1 .fa,
.wpb_revslider_element .see-more1 .fa {
  margin-right: 8px !important;
}
.elementor-widget-slider_revolution .see-more1:hover,
.wpb_revslider_element .see-more1:hover {
  opacity: 0.85 !important;
}
.elementor-widget-slider_revolution .see-more2,
.wpb_revslider_element .see-more2 {
  color: #0f8db3 !important;
  font-size: 13px !important;
  text-transform: capitalize !important;
}
.elementor-widget-slider_revolution .see-more2 .fa,
.wpb_revslider_element .see-more2 .fa {
  margin-right: 8px !important;
}
.elementor-widget-slider_revolution .see-more2:hover,
.wpb_revslider_element .see-more2:hover {
  opacity: 0.85 !important;
}
.elementor-widget-slider_revolution .see-more3,
.wpb_revslider_element .see-more3 {
  color: #fff !important;
  font-size: 14px !important;
  vertical-align: top;
  display: inline-block;
  -webkit-transition: all 0.3s !important;
  -moz-transition: all 0.3s !important;
  -o-transition: all 0.3s !important;
  -ms-transition: all 0.3s !important;
  transition: all 0.3s !important;
  border-radius: 0px;
  background: #222;
  height: 40px;
  line-height: 39px !important;
  padding: 0 20px !important;
}
.elementor-widget-slider_revolution .see-more3:hover,
.wpb_revslider_element .see-more3:hover {
  background: #c535e9 !important;
  border-color: #d263ee !important;
  -webkit-transition: all 0.3s !important;
  -moz-transition: all 0.3s !important;
  -o-transition: all 0.3s !important;
  -ms-transition: all 0.3s !important;
  transition: all 0.3s !important;
}
.slider-more {
  color: #fff;
}
.home-style2 .slider-more {
  color: #d263ee !important;
}
.home-style2 .slider-more:hover {
  opacity: 0.85 !important;
}
.slider-more i {
  margin-right: 10px !important;
}
.slider-more:hover {
  color: #d263ee !important;
}
.slider-more1 {
  color: #d263ee !important;
}
.slider-more1 i {
  margin-right: 10px !important;
}
.slider-more1:hover {
  color: #c535e9 !important;
}
.title-sytle1 .block-title {
  margin-bottom: 30px;
}
.title-sytle1 .block-title h3 {
  padding: 15px 0 13px;
  border-bottom: 1px solid #ededed;
  position: relative;
  font-size: 18px;
  color: #222;
  text-transform: uppercase;
  font-weight: 700;
}
.rtl .title-sytle1 .block-title h3 {
  text-align: right;
}
.title-sytle1 .block-title h3:before {
  content: '';
  height: 2px;
  width: 100px;
  background-color: #d263ee;
  position: absolute;
  bottom: -1px;
}
.rtl .title-sytle1 .block-title h3:before {
  right: 0;
  left: auto;
}
.title-sytle2 .box-title {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 15px;
}
.title-sytle2 .box-title h3 {
  font-weight: 600 !important;
  display: inline-block;
  position: relative;
  color: #222;
  text-transform: uppercase;
  height: 42px;
  padding: 0 15px;
  line-height: 42px;
  background-color: #d263ee;
  color: #fff;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}
.title-sytle3 .box-title {
  background-color: #f2f2f2;
}
.title-sytle3 .box-title h3 {
  position: relative;
  padding: 15px;
  color: #222;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700 !important;
  margin-bottom: 0;
}
.title-sytle3 .box-title h3:before {
  content: '\f219';
  font-family: FontAwesome;
  font-size: 18px;
  display: inline-block;
  margin-right: 10px;
  color: #d263ee;
}
.rtl .title-sytle3 .box-title h3:before {
  margin-left: 10px;
  margin-right: 0;
}
.title-sytle4 .box-title {
  position: absolute;
  top: -8px;
  left: -8px;
  min-width: 204px;
}
.rtl .title-sytle4 .box-title {
  right: -8px;
  left: auto;
}
.title-sytle4 .box-title h3 {
  line-height: 48px;
  background-color: #d263ee;
  font-size: 18px;
  padding: 0 16px;
  color: #fff;
  font-weight: 700 !important;
  margin: 0;
  border-top-right-radius: 7px;
  position: relative;
  text-transform: uppercase;
  box-shadow: 0 2px 4px 0px rgba(0,0,0,0.3);
}
.title-sytle4 .box-title h3:before {
  content: '';
  width: 0;
  height: 0;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #8c4aee;
  left: 0;
  bottom: -8px;
  position: absolute;
}
.rtl .title-sytle4 .box-title h3:before {
  border-left: 8px solid #8c4aee;
  border-right: 0;
  right: 0;
  left: auto;
}
.title-sytle5 .block-title {
  margin-bottom: 30px;
  text-align: center;
}
.title-sytle5 .block-title h3 {
  padding: 15px 0 13px;
  border: 0;
  position: relative;
  font-size: 18px;
  color: #222;
  text-transform: uppercase;
  font-weight: 700 !important;
}
.title-sytle5 .block-title h3:before {
  content: '';
  height: 2px;
  width: 100px;
  background-color: #d263ee;
  position: absolute;
  bottom: -1px;
  left: 50%;
  margin-left: -50px;
}
.title-sytle6 .block-title h3 {
  font-size: 24px;
  color: #222;
  text-transform: uppercase;
  position: relative;
  padding: 0 0 0 20px;
  margin-bottom: 25px;
}
.rtl .title-sytle6 .block-title h3 {
  padding: 0 20px 0 0;
}
.title-sytle6 .block-title h3:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 19px;
  top: 4px;
  left: 0;
  background: #d263ee;
}
.rtl .title-sytle6 .block-title h3:before {
  left: auto;
  right: 0;
}
.title-sytle6 .block-title h3 span {
  font-weight: bold;
}
.button-style1 .res-button {
  width: 28px;
  height: 28px;
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -24px;
  cursor: pointer;
  z-index: 3;
}
.button-style1 .res-button.slick-prev {
  left: 5px;
  background: url(../assets/img/bg_general.png) no-repeat -20px -1111px;
}
.button-style1 .res-button.slick-prev:hover {
  background: url(../assets/img/bg_general.png) no-repeat -20px -1063px;
}
.button-style1 .res-button.slick-next {
  right: 5px;
  background: url(../assets/img/bg_general.png) no-repeat -20px -1015px;
}
.button-style1 .res-button.slick-next:hover {
  background: url(../assets/img/bg_general.png) no-repeat -20px -967px;
}
.button-style2 .res-button {
  width: 28px;
  height: 28px;
  display: inline-block;
  position: absolute;
  top: -34px;
  z-index: 2;
  cursor: pointer;
}
.button-style2 .res-button.slick-prev {
  right: 48px;
  background: url(../assets/img/bg_general.png) no-repeat -20px -1111px;
}
.rtl .button-style2 .res-button.slick-prev {
  left: 15px;
  right: auto;
}
.button-style2 .res-button.slick-prev:hover {
  background: url(../assets/img/bg_general.png) no-repeat -20px -1063px;
}
.button-style2 .res-button.slick-next {
  right: 15px;
  background: url(../assets/img/bg_general.png) no-repeat -20px -1015px;
}
.rtl .button-style2 .res-button.slick-next {
  left: 48px;
  right: auto;
}
.button-style2 .res-button.slick-next:hover {
  background: url(../assets/img/bg_general.png) no-repeat -20px -967px;
}
.button-style3 .res-button {
  width: 41px;
  height: 41px;
  display: inline-block;
  position: absolute;
  top: 60%;
  margin-top: -20px;
  cursor: pointer;
}
.button-style3 .res-button.slick-prev {
  left: 15px;
  background: url(../assets/img/bg_general.png) no-repeat -20px -647px;
}
.button-style3 .res-button.slick-prev:hover {
  background: url(../assets/img/bg_general.png) no-repeat -20px -586px;
}
.button-style3 .res-button.slick-next {
  right: 15px;
  background: url(../assets/img/bg_general.png) no-repeat -20px -403px;
}
.button-style3 .res-button.slick-next:hover {
  background: url(../assets/img/bg_general.png) no-repeat -20px -342px;
}
.button-style4 .res-button {
  position: absolute;
  top: 10px;
  cursor: pointer;
  font-size: 16px;
  width: 25px;
  height: 25px;
  border: 2px #ccc solid;
  text-align: center;
  line-height: 21px;
  z-index: 8;
  background: #404040;
  border-radius: 50%;
}
.button-style4 .res-button.slick-next {
  right: 15px;
}
.rtl .button-style4 .res-button.slick-next {
  left: 15px;
  right: auto;
}
.button-style4 .res-button.slick-next:before {
  content: '\f0da';
  font-family: FontAwesome;
  color: #b3b3b3;
}
.rtl .button-style4 .res-button.slick-next:before {
  content: '\f0d9';
}
.button-style4 .res-button.slick-next:hover {
  background: #d263ee;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.button-style4 .res-button.slick-next:hover:before {
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.button-style4 .res-button.slick-prev {
  right: 45px;
}
.rtl .button-style4 .res-button.slick-prev {
  left: 45px;
  right: auto;
}
.button-style4 .res-button.slick-prev:before {
  content: '\f0d9';
  font-family: FontAwesome;
  color: #b3b3b3;
}
.rtl .button-style4 .res-button.slick-prev:before {
  content: '\f0da';
}
.button-style4 .res-button.slick-prev:hover {
  background: #d263ee;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.button-style4 .res-button.slick-prev:hover:before {
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.button-style5 .res-button {
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  cursor: pointer;
  z-index: 2;
}
.button-style5 .res-button.slick-prev {
  left: -20px;
}
.button-style5 .res-button.slick-prev:before {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #222;
  background: rgba(0,0,0,0.1);
  cursor: pointer;
  z-index: 9;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  content: '\f0d9';
  font-family: FontAwesome;
  font-size: 20px;
  display: block;
}
.button-style5 .res-button.slick-next {
  right: -20px;
}
.button-style5 .res-button.slick-next:before {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #222;
  background: rgba(0,0,0,0.1);
  cursor: pointer;
  z-index: 9;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  content: '\f0da';
  font-family: FontAwesome;
  font-size: 20px;
  display: block;
}
.button-style5 .res-button:hover:before {
  background: #d263ee;
  color: #fff;
}
.sale-off,
.sw-newlabel,
.sw-outstock {
  position: absolute;
  z-index: 1;
  top: 10px;
  right: 10px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  display: inline-block;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  line-height: 38px;
  background-color: #d263ee;
}
.rtl .sale-off,
.rtl .sw-newlabel,
.rtl .sw-outstock {
  left: 10px;
  right: auto;
}
.sw-newlabel {
  background: #1CC490;
  right: auto;
  left: 10px;
}
.rtl .sw-newlabel {
  left: auto;
  right: 10px;
}
.sw-outstock {
  text-indent: -9999px;
  background: url(../assets/img/icon-outstock.png) no-repeat center center;
  background-size: 42px 42px;
  right: auto;
  left: 10px;
  width: 42px;
  height: 42px;
}
.rtl .sw-outstock {
  left: auto;
  right: 10px;
}
.sw-brand-container-slider {
  padding: 14px 80px;
  border: 1px solid #ebebeb;
  border-radius: 8px;
  margin: 38px 0 40px;
}
.sw-brand-container-slider .slider .item-brand-cat {
  margin: 0;
}
.sw-brand-container-slider .slider .item-brand-cat .item-image a img {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  margin: 0 auto;
  width: auto;
}
.sw-brand-container-slider .slider .item-brand-cat .item-image a img:hover {
  opacity: 0.85;
}
.sw-brand-container-slider .res-button {
  width: 41px;
  height: 41px;
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  cursor: pointer;
  z-index: 9;
}
.sw-brand-container-slider .res-button.slick-prev {
  left: 30px;
  background: url(../assets/img/bg_general.png) no-repeat -20px -525px;
}
.sw-brand-container-slider .res-button.slick-prev:hover {
  background: url(../assets/img/bg_general.png) no-repeat -20px -464px;
}
.sw-brand-container-slider .res-button.slick-next {
  right: 30px;
  background: url(../assets/img/bg_general.png) no-repeat -20px -281px;
}
.sw-brand-container-slider .res-button.slick-next:hover {
  background: url(../assets/img/bg_general.png) no-repeat -20px -220px;
}
.revo_social {
  text-align: center;
  line-height: 19px;
}
.revo_social .main-social {
  margin: 0 auto;
  list-style-type: none;
}
.revo_social .main-social li {
  display: inline-block;
  vertical-align: top;
  padding: 0 10px;
}
.revo_social .main-social li a {
  color: #999999;
  font-size: 16px;
}
.revo_social .main-social li a:hover {
  color: #d263ee;
}
.yith-wcwl-share {
  text-align: center;
}
.woocommerce a.added_to_cart,
.added_to_cart.wc-forward {
  display: none;
}
.item-price {
  font-size: 18px;
  color: #d263ee;
  overflow: hidden;
  font-weight: 700;
  display: flex;
}
.item-price del {
  text-decoration: line-through;
  color: #7d7d7d;
  margin: 3px 10px 0;
  font-weight: 600;
  float: right;
  font-size: 14px;
}
.rtl .item-price del {
  float: left;
}
.item-price ins {
  float: left;
  margin: 0;
  text-decoration: none;
}
.rtl .item-price ins {
  float: right;
}
.woocommerce span.onsale,
.onsale {
  display: inline-block;
  height: 35px;
  width: 35px;
  line-height: 35px;
  color: #fff;
  background-color: #d263ee;
  text-transform: capitalize;
  font-weight: 600;
  position: absolute;
  top: 15px;
  right: 15px;
  left: auto;
}
.border-tp {
  border-top: 1px solid #ddd;
  margin-top: 95px;
  overflow: visible !important;
}
.border-tp .order-title {
  margin-top: -20px;
}
.order-desc {
  font-family: 'Niconne';
  font-size: 26px;
  color: rgba(1,1,1,0.4);
}
.mc4wp-form.mc4wp-form-success .mc4wp-alert.mc4wp-success {
  color: green;
  margin: 15px 0;
}
.revo-socials ul {
  overflow: hidden;
  margin-top: 30px;
  margin-bottom: 60px;
}
.revo-socials ul > li {
  display: inline-block;
}
.revo-socials ul > li > a {
  font-size: 22px;
  color: #fff;
  margin-right: 30px;
}
.revo-socials ul > li > a:hover {
  color: #faa600;
}
.topsearch-entry:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  background: rgba(0,0,0,0.6);
  z-index: 9;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.topsearch-entry.on:before {
  height: 100%;
}
.topsearch-entry .button-search-pro.loading:before {
  background-image: url(../assets/img/loadingp.gif);
  background-color: #2d2d2d;
  background-size: 20px 20px;
}
.topsearch-entry .input-group-btn {
  position: static;
}
.topsearch-entry .input-group {
  display: block;
}
.topsearch-entry .search-append {
  position: absolute;
  top: 120%;
  right: 0;
  left: -20px;
  padding: 0;
  min-width: 300px;
  text-align: left;
  border: none;
}
.rtl .topsearch-entry .search-append {
  text-align: right;
  right: -20px;
  left: 0;
}
.rtl .topsearch-entry .search-append .autocomplete-suggestion > a img {
  margin-right: 0;
  margin-left: 10px;
}
.topsearch-entry .search-append .autocomplete-suggestions {
  box-shadow: 0 0 0 1px #ccc;
  background: #fff;
  border-radius: 3px;
}
.topsearch-entry .search-append .autocomplete-suggestion {
  clear: both;
  padding: 0 10px;
  margin-bottom: 15px;
}
.topsearch-entry .search-append .autocomplete-suggestion:first-child {
  padding-top: 15px;
}
.topsearch-entry .search-append .autocomplete-suggestion:last-child {
  padding-bottom: 15px;
}
.topsearch-entry .search-append .autocomplete-suggestion.no-result {
  padding: 10px;
}
.topsearch-entry .search-append .autocomplete-suggestion > a {
  padding: 0 10px;
  display: block;
  overflow: hidden;
}
.topsearch-entry .search-append .autocomplete-suggestion > a img {
  margin-right: 10px;
  border: 1px solid #ccc;
}
.topsearch-entry .search-append .autocomplete-suggestion .media-body > span {
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
}
.topsearch-entry .search-append .autocomplete-suggestion .media-body > span strong {
  color: #d263ee;
}
.topsearch-entry .search-append .autocomplete-suggestion .media-body .search-meta > div,
.topsearch-entry .search-append .autocomplete-suggestion .media-body .search-meta > p {
  display: inline-block;
  vertical-align: top;
}
.topsearch-entry .search-append .autocomplete-suggestion .media-body .search-meta .sku {
  margin-right: 20px;
}
.topsearch-entry .search-append .autocomplete-suggestion .media-body .search-meta .sku > span {
  font-weight: bold;
}
.topsearch-entry .search-append .autocomplete-suggestion .media-body .price {
  color: #d263ee;
  font-weight: bold;
  font-size: 14px;
}
.topsearch-entry .search-append .autocomplete-suggestion .media-body .price span.price-label {
  color: #666;
}
.topsearch-entry .search-append .autocomplete-suggestion .media-body .price ins {
  text-decoration: none;
}
.topsearch-entry .search-append .autocomplete-suggestion .media-body .price del {
  color: #999;
}
.sw-ajax-pagination > li.current > a {
  background: #d263ee;
  color: #fff;
}
.sw-ajax-pagination > li.current > a:hover {
  color: #fff;
}
.sw-ajax-pagination > li > a.disabled {
  opacity: 0.4;
}
.button-collapse {
  display: none;
  border: none;
  background-color: transparent;
  position: relative;
  width: 40px;
  line-height: 5px;
}
.button-collapse span {
  width: 30px;
  height: 2px;
  background-color: #000;
  display: inline-block;
  margin: 2px 0;
}
@media (max-width: 991px) {
  .button-collapse {
    display: block;
  }
}
.home-style3 .wpb_revslider_element .tp-revslider-slidesli {
  overflow: visible !important;
}
.home-style3 .wpb_revslider_element .tp-revslider-slidesli:before {
  content: '';
  background: #000;
  left: -102.6%;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  opacity: 0.5;
  visibility: visible;
}
.home-style3 .wpb_revslider_element .tp-revslider-slidesli:after {
  content: '';
  background: #000;
  right: -102.6%;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  opacity: 0.5;
  visibility: visible;
}
.header-style3 .header-top {
  min-height: 35px;
  border: 0;
  background-color: #f2f2f2;
}
.header-style3 .header-top .widget_nav_menu,
.header-style3 .header-top .top-login {
  padding: 8px 0;
}
.header-style3 .header-top .widget_nav_menu ul.menu {
  top: 34px;
}
.header-style3 .header-top .widget_nav_menu ul.menu > li {
  text-align: left;
}
.rtl .header-style3 .header-top .widget_nav_menu ul.menu > li {
  text-align: right;
}
.header-style3 .header-top .block-text-right {
  line-height: 34px;
  margin: 0 20px 0 0;
  color: #222;
}
.header-style3 .header-top .block-text-right span {
  font-weight: bold;
}
.header-style3 .header-top .block-text-left {
  line-height: 34px;
  font-style: italic;
}
.header-style3 #lang_sel > ul.nav > li > a {
  padding: 0;
  border: 0;
}
.header-style3 .top-header {
  text-align: center;
}
.header-style3 .top-header .revo-logo {
  display: inline-block;
}
.header-style3 .header-mid {
  padding: 21px 0;
}
.header-style3 .header-mid .elementor-widget-wp-widget-nav_menu ul.menu,
.header-style3 .header-mid .widget_nav_menu ul.menu {
  margin: 5px 0;
}
.header-style3 .header-mid .elementor-widget-wp-widget-nav_menu ul.menu > li,
.header-style3 .header-mid .widget_nav_menu ul.menu > li {
  display: inline-block;
  float: left;
  margin: 9px 5px 8px;
}
.header-style3 .header-mid .elementor-widget-wp-widget-nav_menu ul.menu > li.menu-wishlist a,
.header-style3 .header-mid .widget_nav_menu ul.menu > li.menu-wishlist a {
  background: url("../assets/img/bg_general.png") no-repeat -20px -1524px;
}
.header-style3 .header-mid .elementor-widget-wp-widget-nav_menu ul.menu > li > a,
.header-style3 .header-mid .widget_nav_menu ul.menu > li > a {
  display: inline-block;
  text-indent: -9999px;
  width: 20px;
  height: 20px;
}
.header-style3 .header-mid .header-right {
  margin-right: 15px;
}
.rtl .header-style3 .header-mid .header-right {
  margin: 0 0 0 15px;
}
.header-style3 .header-bottom {
  text-align: center;
  background-color: #000;
  box-shadow: none;
}
.header-style3 .header-bottom > .container {
  position: relative;
}
.header-style3 .header-bottom .main-menu {
  display: inline-block;
  float: none;
}
.header-style3 .header-bottom .header-right {
  display: none;
}
.header-style3 .header-bottom.sticky-menu .search-cate {
  right: 35px;
}
.rtl .header-style3 .header-bottom.sticky-menu .search-cate {
  left: 35px;
  right: auto;
}
.header-style3 .header-bottom.sticky-menu .header-right {
  display: block;
}
.header-style3 .header-bottom.sticky-menu .header-right .top-form.top-form-minicart .top-minicart-icon {
  background: url("../assets/img/cart-sticky.png") no-repeat center center;
}
.header-style3 .header-bottom.sticky-menu .header-right .top-form.top-form-minicart .top-minicart-icon .minicart-number {
  background-color: #fff;
  color: #222;
}
.header-style3 .header-bottom.sticky-menu .header-right .wrapp-minicart {
  top: 44px;
}
.header-style3 .search-cate {
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  display: inline-block;
  width: auto;
}
.rtl .header-style3 .search-cate {
  left: 0;
  right: auto;
}
.header-style3 .search-cate .revo_top {
  padding: 0;
}
.header-style3 .search-cate .revo_top .top-form.top-search {
  min-width: initial;
  background-color: #000;
  max-width: 180px;
}
.header-style3 .search-cate .revo_top .top-form.top-search .topsearch-entry {
  padding: 0;
}
.header-style3 .search-cate .revo_top .top-form.top-search .cat-wrapper {
  display: none;
}
.header-style3 .search-cate .revo_top .top-form.top-search input {
  padding-left: 0;
  border-radius: 0;
  background-color: #000;
  text-transform: uppercase;
  color: #fff;
}
.rtl .header-style3 .search-cate .revo_top .top-form.top-search input {
  padding-right: 0;
}
.header-style3 .search-cate .revo_top .top-form.top-search button.button-search-pro {
  background-color: #000;
  width: 32px;
}
.header-style3 .search-cate .revo_top .top-form.top-search button.button-search-pro:hover {
  background-color: #000;
  color: #d263ee;
  border-radius: 0;
}
.header-style3 .search-cate .revo_top .top-form.top-search button.button-search-pro:hover:before {
  color: #999;
}
.header-style3 .top-form.top-form-minicart {
  padding: 8px 10px 9px 0;
}
.rtl .header-style3 .top-form.top-form-minicart {
  padding: 8px 10px 9px 10px;
}
.header-style3 .top-form.top-form-minicart .top-minicart-icon {
  text-align: center;
  border-radius: 50%;
  width: 28px;
  height: 26px;
  background: url("../assets/img/bg_general.png") no-repeat -15px -1447px;
  position: relative;
}
.header-style3 .top-form.top-form-minicart .top-minicart-icon .minicart-number {
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  line-height: 20px;
  position: absolute;
  right: -12px;
  top: -5px;
  background-color: #222;
  color: #fff;
  border-radius: 50%;
}
.rtl .header-style3 .top-form.top-form-minicart .top-minicart-icon .minicart-number {
  top: -3px;
  left: -7px;
  right: auto;
}
.home-style4 .header-style4 .container {
  max-width: 1410px;
  position: relative;
}
.home-style4 .sw-brand-home4 {
  border-top: 1px solid #ebebeb;
  margin-top: 35px;
}
.home-style4 .sw-brand-container-slider {
  padding: 10px 0;
  border: 0;
  margin: 0;
}
.home-style4 .responsive-post-slider.style2 {
  margin-top: 0;
}
.home-style4 .sw-category-slider {
  margin-bottom: 60px;
}
.home-style4 .sw-category-slider .block-title {
  margin: 0;
}
.home-style4 .sw-category-slider .block-title h3 {
  text-align: center;
  font-size: 24px;
  color: #222;
  border: 0;
  margin: 0;
  padding: 0 0 5px;
}
.home-style4 .sw-category-slider .block-title h3:before {
  width: 0;
  height: 0;
}
.home-style4 .sw-category-slider .description1 {
  text-align: center;
  font-size: 14px;
  color: #222;
  margin-bottom: 40px;
}
.title-video {
  text-align: center;
  font-size: 24px;
  color: #222;
  text-transform: uppercase;
  font-weight: 700;
}
.des-video {
  text-align: center;
  font-size: 14px;
  color: #222;
  font-weight: 500;
}
.container-home4 .wpb_wrapper {
  max-width: 1410px;
  margin: 0 auto;
}
.header-style4.header-ontop .main-menu {
  top: 54px;
}
.header-style4.header-ontop .header-top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.header-style4.header-ontop .header-top .header-close {
  opacity: 1;
  visibility: visible;
}
.header-style4 .main-menu {
  background-color: #000;
  display: block !important;
  float: none;
  height: 100%;
  opacity: 1 !important;
  position: fixed;
  top: 54px;
  transform: translateX(-280px);
  -webkit-transform: translateX(-280px);
  -moz-transform: translateX(-280px);
  -ms-transform: translateX(-280px);
  transition: transform 200ms ease-out 0s;
  width: 247px;
  background-color: #fff;
  z-index: 999;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.rtl .header-style4 .main-menu {
  transform: translateX(280px);
  -webkit-transform: translateX(280px);
  -moz-transform: translateX(280px);
  -ms-transform: translateX(280px);
}
.header-style4 .main-menu.open {
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  height: 638px;
  overflow-y: auto;
  overflow-x: hidden;
}
.header-style4 .main-menu .resmenu-container .menu-responsive-wrapper {
  display: block;
  min-width: 247px;
  background-color: #fff;
}
.header-style4 .main-menu .resmenu-container .menu-responsive-wrapper .revo_resmenu > li {
  box-shadow: none;
  border-top: 1px solid #ebebeb;
}
.header-style4 .main-menu .resmenu-container .menu-responsive-wrapper .revo_resmenu > li > .show-dropdown {
  height: 60px;
  line-height: 60px;
}
.header-style4 .main-menu .resmenu-container .menu-responsive-wrapper .revo_resmenu > li > a {
  font-size: 14px;
  color: #222;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #fff;
  padding: 22px 20px;
  box-shadow: none;
}
.header-style4 .main-menu .resmenu-container .menu-responsive-wrapper .revo_resmenu > li .show-dropdown {
  background-color: #fff;
  color: #999;
}
.header-style4 .main-menu .resmenu-container .menu-responsive-wrapper .revo_resmenu > li.active > a,
.header-style4 .main-menu .resmenu-container .menu-responsive-wrapper .revo_resmenu > li.active:hover > a {
  color: #d263ee;
  background-color: #fff;
  box-shadow: none;
}
.header-style4 .main-menu .resmenu-container .menu-responsive-wrapper .revo_resmenu > li.active .show-dropdown {
  background-color: #fff;
}
.header-style4 .main-menu .resmenu-container .menu-responsive-wrapper .revo_resmenu > li .dropdown-resmenu {
  padding-bottom: 20px;
}
.header-style4 .main-menu .resmenu-container .menu-responsive-wrapper .revo_resmenu > li .dropdown-resmenu > li {
  box-shadow: none;
}
.header-style4 .main-menu .resmenu-container .menu-responsive-wrapper .revo_resmenu > li .dropdown-resmenu > li > a {
  background-color: #fff;
  color: #999;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 500;
  box-shadow: none;
}
.header-style4 .main-menu .resmenu-container .menu-responsive-wrapper .revo_resmenu > li .dropdown-resmenu > li > .show-dropdown {
  color: #999;
}
.header-style4 .main-menu .resmenu-container .menu-responsive-wrapper .revo_resmenu > li .dropdown-resmenu > li.active > a,
.header-style4 .main-menu .resmenu-container .menu-responsive-wrapper .revo_resmenu > li .dropdown-resmenu > li.active:hover > a {
  color: #d263ee;
  background-color: #fff;
  box-shadow: none;
}
.header-style4 .main-menu .nav-pills.nav-mega .revo-mega-menu.revo-menu-img > a span.menu-img {
  display: none;
}
.header-style4 .main-menu .nav-pills.nav-mega .revo-mega-menu .dropdown-menu {
  left: 100%;
  top: 0;
}
.rtl .header-style4 .main-menu .nav-pills.nav-mega .revo-mega-menu .dropdown-menu {
  right: 100%;
  left: auto;
}
.header-style4 .main-menu .nav-pills > li {
  display: block;
  text-align: left;
  position: relative;
}
.rtl .header-style4 .main-menu .nav-pills > li {
  text-align: right;
}
.header-style4 .main-menu .nav-pills > li.dropdown > a::after {
  content: '';
}
.header-style4 .main-menu .nav-pills > li > a {
  font-size: 14px;
  border-bottom: 1px solid #ebebeb;
  border-radius: 0;
  padding: 20px;
}
.header-style4 .header-top {
  min-height: 54px;
  border: 0;
  background-color: #003764;
}
.header-style4 .header-top .header-open {
  float: left;
  position: relative;
  padding: 20px 0;
  cursor: pointer;
  width: 35px;
  height: 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-style4 .header-top .header-open:hover .btn_menu_line {
  width: 23px !important;
  background-color: #fff;
}
.header-style4 .header-top .header-open .btn_menu_line {
  height: 2px;
  width: 23px;
  margin: 3px 0px 3px 0px;
  background: #fff;
  display: block;
  right: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-style4 .header-top .header-open .btn_menu_line:first-child {
  width: 12px;
}
.header-style4 .header-top .header-open .btn_menu_line:nth-child(3) {
  width: 18px;
}
.rtl .header-style4 .header-top .header-open {
  float: right;
}
.rtl .header-style4 .header-top .header-open:before {
  margin-left: 10px;
  margin-right: 0;
}
.header-style4 .header-top .header-close {
  opacity: 0;
  visibility: hidden;
  padding: 17px 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-style4 .header-top .header-close:hover .btn_menu_line {
  width: 23px !important;
  background-color: #333;
}
.header-style4 .header-top .header-close .btn_menu_line {
  height: 2px;
  width: 23px;
  margin: 3px 0px 3px 0px;
  background: #333;
  display: block;
  right: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-style4 .header-top .header-close .btn_menu_line:first-child {
  width: 12px;
}
.header-style4 .header-top .header-close .btn_menu_line:nth-child(3) {
  width: 18px;
}
.rtl .header-style4 .header-top .header-close {
  left: 0;
  right: auto;
}
.header-style4 .header-top .header-close:hover {
  opacity: 0.7;
}
.header-style4 .header-top .elementor-widget-wp-widget-nav_menu,
.header-style4 .header-top .widget_nav_menu {
  padding: 18px 0;
}
.header-style4 .header-top .elementor-widget-wp-widget-nav_menu:hover h5,
.header-style4 .header-top .elementor-widget-wp-widget-nav_menu:hover h3,
.header-style4 .header-top .widget_nav_menu:hover h5,
.header-style4 .header-top .widget_nav_menu:hover h3 {
  color: #999;
}
.header-style4 .header-top .elementor-widget-wp-widget-nav_menu h5,
.header-style4 .header-top .elementor-widget-wp-widget-nav_menu h3,
.header-style4 .header-top .widget_nav_menu h5,
.header-style4 .header-top .widget_nav_menu h3 {
  color: #fff;
  border: 0;
}
.header-style4 .header-top .elementor-widget-wp-widget-nav_menu ul.menu,
.header-style4 .header-top .widget_nav_menu ul.menu {
  top: 54px;
  left: -32px;
}
.rtl .header-style4 .header-top .elementor-widget-wp-widget-nav_menu ul.menu,
.rtl .header-style4 .header-top .widget_nav_menu ul.menu {
  left: auto;
  right: -32px;
}
.header-style4 .header-top .elementor-widget-wp-widget-nav_menu ul.menu > li,
.header-style4 .header-top .widget_nav_menu ul.menu > li {
  text-align: left;
}
.rtl .header-style4 .header-top .elementor-widget-wp-widget-nav_menu ul.menu > li,
.rtl .header-style4 .header-top .widget_nav_menu ul.menu > li {
  text-align: right;
}
.header-style4 .header-top .top-login {
  padding: 18px 0;
}
.header-style4 .header-top .top-login ul li a {
  color: #fff;
  border: 0;
}
.header-style4 .header-top .top-login ul li a:hover {
  color: #999;
}
.header-style4 .header-top .top-login ul li a:hover:before {
  color: #999;
}
.header-style4 .header-top .top-login ul li a:before {
  color: #fff;
}
.header-style4 .header-top .header-left {
  padding: 8px 0;
}
.header-style4 #lang_sel > ul.nav > li > a {
  padding: 0;
  border: 0;
  color: #fff;
}
.header-style4 #lang_sel > ul.nav > li > a.lang_sel_sel:after {
  color: #fff;
}
.header-style4 .currency_w > li > a {
  color: #fff;
  border-left: 1px solid rgba(221,221,221,0.4);
}
.rtl .header-style4 .currency_w > li > a {
  padding: 0 13px 0 0;
  border-right: 1px solid rgba(221,221,221,0.4);
  border-left: 0;
}
.header-style4 .currency_w > li > a:after {
  color: #fff;
}
.header-style4 .top-header {
  position: absolute;
  width: auto;
  left: 50%;
  margin-left: -95px;
  top: 0;
  min-height: 54px;
}
.rtl .header-style4 .top-header {
  right: 50%;
  margin-right: -95px;
  left: auto;
  margin-left: 0;
  width: auto;
}
.header-style4 .top-header .revo-logo {
  display: inline-block;
  padding: 7px 0;
  vertical-align: top;
  max-width: 120px;
}
.header-style4 .revo_top .top-form.top-search {
  width: 145px;
  background-color: transparent;
  border-radius: 0;
  border-left: 1px solid rgba(255,255,255,0.1);
  border-right: 1px solid rgba(255,255,255,0.1);
  min-width: initial;
}
.header-style4 .revo_top .top-form.top-search input::-webkit-input-placeholder {
  color: #fff;
}
.header-style4 .revo_top .top-form.top-search input {
  background-color: #003764;
  text-transform: uppercase;
  color: #fff;
  border: 0;
  border-radius: 0;
  margin: 0;
  width: 100%;
  padding: 0;
}
.header-style4 .revo_top .top-form.top-search button.button-search-pro {
  background-color: transparent;
  border: 0 none;
  border-radius: 0;
  height: 20px;
  margin: 0;
  position: absolute;
  top: 0;
  right: 15px;
  width: 20px;
}
.rtl .header-style4 .revo_top .top-form.top-search button.button-search-pro {
  left: 15px;
  right: auto;
}
.header-style4 .revo_top .top-form.top-search button.button-search-pro:hover:before {
  color: #999;
}
.header-style4 .revo_top .top-form.top-search button.button-search-pro:before {
  content: '\f002';
  font-family: FontAwesome;
  font-size: 16px;
  color: #fff;
}
.header-style4 .top-form.top-form-minicart {
  padding: 14px 10px;
}
.rtl .header-style4 .top-form.top-form-minicart {
  padding: 14px 10px;
}
.header-style4 .top-form.top-form-minicart .top-minicart-icon {
  text-align: center;
  border-radius: 50%;
  width: 28px;
  height: 26px;
  background: url("../assets/img/bg_general.png") no-repeat -15px -1483px transparent;
  position: relative;
}
.header-style4 .top-form.top-form-minicart .top-minicart-icon .minicart-number {
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  line-height: 20px;
  position: absolute;
  right: -12px;
  top: -5px;
  background-color: #fff;
  color: #222;
  border-radius: 50%;
}
.rtl .header-style4 .top-form.top-form-minicart .top-minicart-icon .minicart-number {
  left: -12px;
  right: auto;
}
.header-style5 .header-top {
  background-color: #f2f2f2;
  border: 0;
}
.header-style5 .header-top .header-message {
  color: #464646;
}
.header-style5 .header-top .top-login ul li a {
  color: #464646;
  border-left: 1px solid #ddd;
}
.header-style5 .header-top .widget_nav_menu h3 {
  color: #464646;
  border-left: 1px solid #ddd;
}
.header-style5 .revo_top .top-form.top-search .cat-wrapper {
  height: 44px;
}
.header-style5 .revo_top .top-form.top-search .cat-wrapper select {
  height: 44px;
}
.header-style5 .revo_top .top-form.top-search input {
  height: 44px;
  line-height: 44px;
}
.header-style5 .revo_top .top-form.top-search button.form-button {
  background-color: #cf43c5;
}
.header-style5 .revo_top .top-form.top-search button.form-button:hover {
  background-color: #cf43c5;
}
.header-style5 .revo_top .top-form.top-search button.form-button:hover:before {
  color: #999;
}
.header-style5 #lang_sel > ul.nav > li > a {
  color: #464646;
  border-left: 1px solid #ddd;
}
.header-style5 .currency_w > li > a {
  border-left: 1px solid #ddd;
  color: #464646;
}
.header-style5 .header-mid {
  background-color: #d263ee;
}
.header-style5 .header-mid .contact-us {
  color: #fff;
  background: url("../assets/img/bg_general.png") no-repeat -20px -1955px;
}
.rtl .header-style5 .header-mid .contact-us {
  background: url("../assets/img/bg_general.png") no-repeat 161px -1955px;
  text-align: left;
}
.header-style5 .header-mid .contact-us .text,
.header-style5 .header-mid .contact-us .phone,
.header-style5 .header-mid .contact-us a {
  color: #fff;
}
.header-style5 .header-bottom {
  background-color: #cf43c5;
}
.header-style5 .header-bottom .widget_nav_menu ul.menu > li {
  margin: 12px 5px;
}
.header-style5 .header-bottom .widget_nav_menu ul.menu > li > a {
  border: 0;
}
.header-style5 .top-form.top-form-minicart {
  padding: 12px 10px 10px 5px;
}
.rtl .header-style5 .top-form.top-form-minicart {
  padding: 13px 10px 10px 5px;
}
.header-style7 .header-mid.sticky-mid .mid-header .top-form.top-form-minicart .top-minicart-icon i {
  font-size: 16px;
  background-color: transparent;
}
.header-style7 .header-mid.sticky-mid .mid-header .elementor-widget-wp-widget-nav_menu,
.header-style7 .header-mid.sticky-mid .mid-header .widget_nav_menu {
  display: none;
}
.header-style7 .header-bottom.sticky-menu {
  position: fixed;
  z-index: 99;
  top: 0;
}
.header-style7 .header-bottom.sticky-menu .container i {
  opacity: 1;
}
.header-style7 .header-bottom .container {
  position: relative;
}
.header-style7 .header-bottom .container i {
  color: #fff;
  font-size: 16px;
  position: absolute;
  top: 20px;
  right: 45px;
  cursor: pointer;
  display: inline-block;
  width: 20px;
  height: 20px;
  opacity: 0;
}
.rtl .header-style7 .header-bottom .container i {
  left: 55px;
  right: auto;
}
.header-style7 .header-bottom .container .sticky-search {
  position: absolute;
  top: 54px;
  right: 55px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(60px);
  -moz-transform: translateY(60px);
  -o-transform: translateY(60px);
  -ms-transform: translateY(60px);
  transform: translateY(60px);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.rtl .header-style7 .header-bottom .container .sticky-search {
  left: 55px;
  right: auto;
}
.header-style7 .header-bottom .container .sticky-search.open {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.header-style7 .header-bottom .container .sticky-search .top-form.top-search .cat-wrapper {
  display: none;
}
.header-style7 .header-bottom .container .sticky-search .top-form.top-search input {
  border: 0;
  border-radius: 0;
  height: 40px;
  float: left;
  padding: 0 20px;
  border: 1px solid #ccc;
}
.rtl .header-style7 .header-bottom .container .sticky-search .top-form.top-search input {
  float: right;
}
.header-style7 .header-bottom .container .sticky-search .top-form.top-search .button-search-pro {
  border: 0;
  border-radius: 0;
  background-color: #d263ee;
  height: 40px;
  color: #fff;
  line-height: 40px;
  display: inline-block;
  width: 50px;
}
.header-style7 .header-bottom .container .sticky-search .top-form.top-search .button-search-pro:hover {
  background-color: #c535e9;
}
.header-style7 .header-top {
  background-color: #303030;
  border: none;
  min-height: 45px;
}
.header-style7 .header-top .header-messages {
  color: #fff;
  line-height: 45px;
}
.header-style7 .header-top .header-messages a {
  color: #fff;
}
.header-style7 .header-top .header-messages a:hover {
  color: #d263ee;
}
.header-style7 .header-top .top-login {
  padding: 13.5px 0;
}
.header-style7 .header-top .top-login ul li a {
  color: #fff;
  border-left: 0;
  padding: 0 20px 0 0;
}
.header-style7 .header-top .elementor-widget-wp-widget-nav_menu,
.header-style7 .header-top .widget_nav_menu {
  padding: 14.5px 0;
}
.header-style7 .header-top .elementor-widget-wp-widget-nav_menu h5,
.header-style7 .header-top .elementor-widget-wp-widget-nav_menu h3,
.header-style7 .header-top .widget_nav_menu h5,
.header-style7 .header-top .widget_nav_menu h3 {
  color: #fff;
  border-color: #676767;
  line-height: 16px;
  padding: 0 20px 0 10px;
}
.header-style7 .header-top .elementor-widget-wp-widget-nav_menu h5:after,
.header-style7 .header-top .elementor-widget-wp-widget-nav_menu h3:after,
.header-style7 .header-top .widget_nav_menu h5:after,
.header-style7 .header-top .widget_nav_menu h3:after {
  content: "\f107";
  font-family: FontAwesome;
  display: inline-block;
  font-size: 12px;
  margin-left: 4px;
  vertical-align: top;
  color: #fff;
  line-height: 16px;
}
.rtl .header-style7 .header-top .elementor-widget-wp-widget-nav_menu h5:after,
.rtl .header-style7 .header-top .elementor-widget-wp-widget-nav_menu h3:after,
.rtl .header-style7 .header-top .widget_nav_menu h5:after,
.rtl .header-style7 .header-top .widget_nav_menu h3:after {
  margin: 0 4px 0 0;
}
.header-style7 .header-top #lang_sel a.lang_sel_sel {
  line-height: 16px;
}
.header-style7 .header-top #lang_sel a.lang_sel_sel:after {
  color: #fff;
  line-height: 16px;
}
.header-style7 .header-top #lang_sel > ul.nav {
  margin: 0;
}
.header-style7 .header-top #lang_sel > ul.nav > li {
  padding: 14.5px 0;
}
.header-style7 .header-top #lang_sel > ul.nav > li > a {
  color: #fff;
  border-color: #676767;
  padding: 0 20px;
}
.header-style7 .header-top .currency_w {
  margin: 0;
}
.header-style7 .header-top .currency_w > li {
  padding: 14.5px 0;
}
.header-style7 .header-top .currency_w > li > a {
  color: #fff;
  border-color: #676767;
  line-height: 16px;
  padding: 0 0 0 20px;
}
.header-style7 .header-top .currency_w > li > a:after {
  color: #fff;
  line-height: 16px;
}
.header-style7 .header-mid {
  padding: 0;
}
.header-style7 .header-mid .top-header .revo-logo {
  padding: 25px 0 26px;
}
.header-style7 .header-mid .search-cate,
.header-style7 .header-mid .mid-header {
  padding: 31px 0;
}
.header-style7 .header-mid.sticky-mid .mid-header {
  position: fixed;
  z-index: 99;
  top: 0;
  right: 90px;
  float: none;
  padding: 5px 0;
  left: auto;
}
.rtl .header-style7 .header-mid.sticky-mid .mid-header {
  left: 90px;
  right: auto;
}
.header-style7 .header-mid.sticky-mid .mid-header .top-form.top-form-minicart .wrapp-minicart {
  top: 51px;
}
.header-style7 .header-mid.sticky-mid .mid-header .top-form.top-form-minicart .top-minicart-icon .title-cart {
  display: none;
}
.header-style7 .revo_top {
  padding: 0;
}
.header-style7 .revo_top .top-form.top-search {
  border: 1px solid #e0e0e0;
}
.header-style7 .revo_top .top-form.top-search .cat-wrapper {
  border-right: 1px solid #e0e0e0;
  height: 42px;
}
.header-style7 .revo_top .top-form.top-search .cat-wrapper select {
  height: 42px;
  cursor: pointer;
}
.header-style7 .revo_top .top-form.top-search .cat-wrapper select:hover {
  color: #d263ee;
}
.header-style7 .revo_top .top-form.top-search input {
  height: 42px;
}
.header-style7 .revo_top .top-form.top-search button.form-button {
  background-color: #d263ee;
  top: -1px;
}
.header-style7 .revo_top .top-form.top-search button.form-button:hover {
  opacity: 0.85;
}
.header-style7 .mid-header .elementor-widget-wp-widget-nav_menu ul,
.header-style7 .mid-header .widget_nav_menu ul {
  margin: 0 11px 0 0;
}
.rtl .header-style7 .mid-header .elementor-widget-wp-widget-nav_menu ul,
.rtl .header-style7 .mid-header .widget_nav_menu ul {
  margin: 0 0 0 11px;
}
.header-style7 .mid-header .elementor-widget-wp-widget-nav_menu ul li a,
.header-style7 .mid-header .widget_nav_menu ul li a {
  display: inline-block;
  font-size: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #7cd7e5;
  text-align: center;
  line-height: 44px;
}
.header-style7 .mid-header .elementor-widget-wp-widget-nav_menu ul li a:before,
.header-style7 .mid-header .widget_nav_menu ul li a:before {
  content: '\f08a';
  font-family: FontAwesome;
  font-size: 15px;
  color: #fff;
  opacity: 1 !important;
}
.header-style7 .mid-header .top-form.top-form-minicart {
  padding: 0;
}
.header-style7 .mid-header .top-form.top-form-minicart .top-minicart-icon {
  background: none;
  width: auto;
  height: auto;
  text-align: left;
}
.header-style7 .mid-header .top-form.top-form-minicart .top-minicart-icon i {
  float: left;
  margin: 0;
  height: 44px;
  width: 44px;
  line-height: 44px;
  border-radius: 50%;
  text-align: center;
  background-color: #d263ee;
  color: #fff;
}
.header-style7 .mid-header .top-form.top-form-minicart .top-minicart-icon .title-cart {
  float: left;
  margin-top: 8px;
  margin-left: 13px;
}
.rtl .header-style7 .mid-header .top-form.top-form-minicart .top-minicart-icon .title-cart {
  direction: ltr;
}
.rtl .header-style7 .mid-header .top-form.top-form-minicart .top-minicart-icon .title-cart span.woocommerce-Price-amount {
  float: left;
  margin-right: 5px;
}
.header-style7 .mid-header .top-form.top-form-minicart .top-minicart-icon .title-cart h3 {
  font-family: Open Sans;
  font-weight: bold;
  font-size: 13px;
  color: #222;
  margin-bottom: 1px;
  text-transform: uppercase;
}
.header-style7 .mid-header .top-form.top-form-minicart .top-minicart-icon .title-cart a {
  font-family: Open Sans;
  font-size: 13px;
  color: #545454;
}
.header-style7 .mid-header .top-form.top-form-minicart .top-minicart-icon .title-cart a span.woocommerce-Price-amount {
  font-family: Open Sans;
  font-weight: bold;
}
.header-style7 .primary-menu .navbar-inverse {
  background: none;
}
.header-style7 .nav-pills >li {
  padding: 0 23px;
}
.header-style7 .nav-pills >li > a {
  padding: 18px 0;
  color: #fff;
}
.header-style7 .nav-pills >li > a:hover {
  color: #fff;
}
.header-style7 .nav-pills >li.active > a {
  color: #fff;
}
.header-style7 .nav-pills >li.active > a:hover {
  color: #fff;
}
.header-style7 .nav-pills >li.active > a:before {
  content: '';
  height: 2px;
  width: 100%;
  background: #fff;
  position: absolute;
  bottom: 0;
}
.header-style7 .nav-pills >li:first-child {
  padding-left: 0;
}
.header-style7 .nav-pills >li.dropdown > a:after {
  right: -15px;
}
.header-style7 .nav-pills.nav-mega .revo-mega-menu.revo-menu-img > a span.menu-img {
  right: -35px;
  top: 2px;
}
.rtl .header-style7 .nav-pills.nav-mega .revo-mega-menu.revo-menu-img > a span.menu-img {
  right: auto;
  left: -35px;
}
.header-style7 .vertical_megamenu {
  position: fixed;
  top: 120px;
  width: 232px;
  left: -300px;
  min-height: 613px;
  z-index: 999;
  text-align: left;
  direction: ltr;
}
.header-style7 .vertical_megamenu .mega-left-title {
  background-color: rgba(0,0,0,0.8);
  height: auto;
  left: 0;
  padding: 0px 0 35px;
  position: fixed;
  width: 38px;
  z-index: 6;
  top: 310px;
  cursor: pointer;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  color: #fff;
}
.header-style7 .vertical_megamenu .mega-left-title span,
.header-style7 .vertical_megamenu .mega-left-title strong {
  position: relative;
  right: -8px;
  display: block;
  transform: rotate(90deg);
  transform-origin: right top 0;
  letter-spacing: 1px;
}
.header-style7 .vertical_megamenu .mega-left-title span:after,
.header-style7 .vertical_megamenu .mega-left-title strong:after {
  background: url("../assets/img/bg-cat7.png") no-repeat center center;
  content: "";
  display: inline-block;
  transform: rotate(-90deg);
  top: 22px;
  right: -80px;
  position: absolute;
  width: 15px;
  height: 15px;
}
.header-style7 .vertical_megamenu .mega-left-title:after {
  background: none;
  width: 0;
  height: 0;
}
.header-style7 .vertical_megamenu .mega-left-title:before {
  background: none;
  width: 0;
  height: 0;
}
.header-style7 .vertical_megamenu .wrapper_vertical_menu {
  display: block;
  visibility: visible;
  min-width: 232px;
  opacity: 1;
}
.header-style7 .vertical_megamenu .wrapper_vertical_menu .vertical-megamenu {
  background-color: rgba(0,0,0,0.8);
  border: 0;
}
.header-style7 .vertical_megamenu .wrapper_vertical_menu .vertical-megamenu > li.dropdown > a:after {
  font-size: 16px;
}
.header-style7 .vertical_megamenu .wrapper_vertical_menu .vertical-megamenu > li.revo-mega-menu {
  position: static;
}
.header-style7 .vertical_megamenu .wrapper_vertical_menu .vertical-megamenu > li > a {
  color: #fff;
  border-bottom: 1px solid rgba(232,232,232,0.11);
}
.header-style7 .vertical_megamenu .wrapper_vertical_menu .vertical-megamenu > li > a:hover {
  color: #d263ee;
  background-color: transparent;
}
.header-style7 .vertical_megamenu.open .mega-left-title span:after
		.header-style7 .vertical_megamenu.open .mega-left-title strong:after {
  transform: rotate(90deg);
}
.home-style7 .wpb_revslider_element .rev_slider_wrapper .tp-caption .des {
  font-size: 13px !important;
  line-height: 18px !important;
}
.home-style7 .revo_breadcrumbs {
  display: none;
}
.service-home4 ul > li a {
  display: inline-block;
}
.service-home4 ul > li a:hover {
  color: #222;
  opacity: 0.85;
}
.home-style1 .mega-left-title::after,
.home-style22 .mega-left-title::after {
  display: none;
}
.home-style1 .revo_breadcrumbs,
.home-style2 .revo_breadcrumbs,
.home-style3 .revo_breadcrumbs,
.home-style4 .revo_breadcrumbs,
.home-style5 .revo_breadcrumbs,
.home-style6 .revo_breadcrumbs,
.home-style8 .revo_breadcrumbs,
.home-style9 .revo_breadcrumbs,
.home-style10 .revo_breadcrumbs,
.home-style11 .revo_breadcrumbs,
.home-style12 .revo_breadcrumbs,
.home-style13 .revo_breadcrumbs,
.home-style14 .revo_breadcrumbs,
.home-style22 .revo_breadcrumbs {
  display: none;
}
.home-style2 .wpb_revslider_element,
.home-style3 .wpb_revslider_element,
.home-style4 .wpb_revslider_element,
.home-style5 .wpb_revslider_element {
  margin-bottom: 20px;
}
.block-popup-login {
  margin-top: 170px;
  width: 600px;
  padding: 0px 20px 0px;
  background: #fff;
  box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
.block-popup-login form.login,
.block-popup-login form.register {
  border: 0px;
  padding: 0px;
  margin: 0;
  text-align: left;
  border-radius: 0px;
}
.rtl .block-popup-login form.login,
.rtl .block-popup-login form.register {
  text-align: right;
}
.block-popup-login form.login.loading,
.block-popup-login form.register.loading {
  height: auto;
}
.block-popup-login form.login.loading:before,
.block-popup-login form.register.loading:before {
  opacity: 0.7;
}
.block-popup-login .tt_popup_login {
  height: 42px;
  background-color: #d263ee;
  margin: 0 -20px;
  padding: 0 10px;
}
.block-popup-login .tt_popup_login strong {
  line-height: 42px;
  display: inline-block;
  padding-left: 55px;
  text-transform: uppercase;
  font-size: 15px;
  color: #fff;
  background-image: url(../assets/img/bg_general.png);
  background-repeat: no-repeat;
  background-position: -20px -700px;
  position: relative;
  padding-right: 10px;
  background-color: #d263ee;
}
.rtl .block-popup-login .tt_popup_login strong {
  background-position: right -20px top -700px;
  padding-left: 10px;
  padding-right: 55px;
}
.block-popup-login .block-content {
  padding-top: 30px;
  padding-bottom: 40px;
  font-weight: normal;
}
.block-popup-login .block-content .col-reg {
  width: 50%;
  float: left;
  min-height: 188px;
}
.rtl .block-popup-login .block-content .col-reg {
  float: right;
}
.block-popup-login .block-content .col-reg.registered-account {
  padding-right: 30px;
  border-right: 1px solid #d0d0d0;
}
.rtl .block-popup-login .block-content .col-reg.registered-account {
  border-left: 1px solid #d0d0d0;
  border-right: 0;
  padding-left: 30px;
}
.block-popup-login .block-content .col-reg.registered-account .submit-login {
  position: relative;
  float: left;
  margin-top: 10px;
}
.rtl .block-popup-login .block-content .col-reg.registered-account .submit-login {
  float: right;
}
.block-popup-login .block-content .col-reg.registered-account .submit-login .btn-submit-login {
  background-color: #d263ee;
  padding: 0 25px 0px 48px;
  height: 42px;
  font-size: 11px;
  font-weight: bold;
  white-space: nowrap;
  text-transform: uppercase;
  color: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border: 0;
}
.rtl .block-popup-login .block-content .col-reg.registered-account .submit-login .btn-submit-login {
  padding: 0 48px 0px 25px;
}
.block-popup-login .block-content .col-reg.registered-account .submit-login .btn-submit-login:hover {
  background-color: #c535e9;
}
.block-popup-login .block-content .col-reg.registered-account .submit-login:before {
  background: url(../assets/img/bg_general.png) no-repeat -20px -1593px;
  content: '';
  display: block;
  width: 15px;
  height: 18px;
  position: absolute;
  top: 10px;
  left: 20px;
  z-index: 5;
}
.rtl .block-popup-login .block-content .col-reg.registered-account .submit-login:before {
  right: 20px;
  left: auto;
}
.block-popup-login .block-content .col-reg.login-customer {
  padding-left: 30px;
  color: #464646;
}
.rtl .block-popup-login .block-content .col-reg.login-customer {
  padding-right: 30px;
  padding-left: 0;
}
.block-popup-login .block-content .col-reg.login-customer h2 {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 0;
}
.block-popup-login .block-content .note-reg {
  margin: 0;
}
.block-popup-login .block-content .list-log {
  list-style: none;
  margin: 0;
}
.block-popup-login .block-content .list-log li {
  padding: 2px 0px 2px 14px;
  font-style: italic;
  position: relative;
  border-left: none;
  line-height: 22px;
}
.rtl .block-popup-login .block-content .list-log li {
  padding: 2px 14px 2px 0;
}
.rtl .block-popup-login .block-content .list-log li:before {
  right: 0;
  left: auto;
}
.block-popup-login .block-content .list-log li:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #666666;
  position: absolute;
  left: 0px;
  top: 10px;
}
.block-popup-login .block-content .btn-reg-popup {
  height: 42px;
  line-height: 42px;
  padding: 0px 42px;
  text-transform: uppercase;
  display: inline-block;
  font-size: 11px;
  margin-top: 15px;
  color: #fff;
  font-weight: bold;
  background-color: #d263ee;
}
.block-popup-login .block-content .btn-reg-popup:hover {
  background-color: #c535e9;
}
.block-popup-login .email-input {
  position: relative;
}
.block-popup-login .email-input:before {
  background: url(../assets/img/bg_general.png) no-repeat -20px -160px #ababab;
  content: "";
  display: inline-block;
  width: 43px;
  height: 40px;
  position: absolute;
  top: 0px;
  left: 0px;
  right: auto;
}
.rtl .block-popup-login .email-input:before {
  right: 0;
  left: auto;
}
.block-popup-login .pass-input {
  position: relative;
}
.block-popup-login .pass-input:before {
  background: url(../assets/img/bg_general.png) no-repeat -20px -100px #ababab;
  content: "";
  display: inline-block;
  width: 43px;
  height: 40px;
  position: absolute;
  top: 0px;
  left: 0px;
  right: auto;
}
.rtl .block-popup-login .pass-input:before {
  right: 0;
  left: auto;
}
.block-popup-login .input-text {
  border: none;
  margin-bottom: 14px;
  width: 100%;
  padding: 0 5px 0px 52px;
  height: 40px !important;
  font-size: 108.33%;
  border: 1px solid #d1d1d1;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.rtl .block-popup-login .input-text {
  padding: 0 52px 0px 5px;
}
.block-popup-login .ft-link-p a {
  color: #464646;
  padding: 0;
  border: 0;
}
.block-popup-login .ft-link-p a:hover {
  color: #d263ee;
}
.block-popup-login #login_message {
  clear: both;
  padding: 10px 0;
  color: #049e06;
}
.block-popup-login #login_message >a {
  font-weight: bold;
}
.block-popup-login #login_message.error {
  color: #ec0122;
}
.block-popup-login .login-line {
  text-align: center;
  position: relative;
  margin: 0 0 20px 0;
}
.block-popup-login .login-line:before {
  content: '';
  position: absolute;
  top: 10px;
  height: 1px;
  left: 0;
  width: 100%;
  background: #ccc;
}
.block-popup-login .login-line > span {
  font-weight: bold;
  display: inline-block;
  padding: 0 10px;
  background: #fff;
  position: relative;
}
.block-popup-login .social-networks {
  text-align: center;
}
.close-login {
  display: inline-block;
  background: url(../assets/img/bg_general.png) no-repeat;
  background-position: -24px -2208px;
  width: 26px;
  height: 26px;
  overflow: hidden;
  text-indent: -9999px;
  right: 7px;
  left: auto;
  top: 7px;
  position: absolute;
  opacity: 1;
}
.close-login:hover {
  opacity: 0.7;
}
.rtl .close-login {
  left: 7px;
  right: auto;
}
.header-top {
  background-color: #f2f2f2;
  min-height: 38px;
  border-bottom: 1px solid #ededed;
}
.header-top .header-message {
  color: #2d2d2d;
  line-height: 38px;
}
.header-top .header-message a {
  color: #d263ee;
  font-weight: bold;
}
.header-top .top-login {
  padding: 10px 0;
}
.header-top .top-login ul {
  margin: 0;
}
.header-top .top-login ul li {
  list-style: none;
}
.header-top .top-login ul li a {
  font-size: 12px;
  color: #2d2d2d;
  position: relative;
  padding: 0 10px 0 5px;
  display: inline-block;
  vertical-align: top;
  border-left: 1px solid #ddd;
}
.header-style2 .header-top .top-login ul li a,
.header-style1 .header-top .top-login ul li a,
.header-style5 .header-top .top-login ul li a,
.header-style12 .header-top .top-login ul li a {
  border-left: 0;
}
.rtl .header-style2 .header-top .top-login ul li a,
.rtl .header-style1 .header-top .top-login ul li a,
.rtl .header-style5 .header-top .top-login ul li a,
.rtl .header-style12 .header-top .top-login ul li a {
  padding: 0px 5px 0 10px;
  border-right: 0;
}
.header-top .top-login ul li a:before {
  content: '\f023';
  font-family: FontAwesome;
  margin: 0 10px;
  display: inline-block;
}
.header-top .top-login ul li a:hover {
  color: #d263ee;
}
.header-style3 .header-top .top-login ul li a:hover {
  color: #999;
}
.header-top .top-login .div-logined ul li a {
  padding: 0 10px 0 0;
}
.header-top .top-login .div-logined ul li a.user-info {
  padding: 0;
}
.header-top .top-login .div-logined ul li a:before {
  content: '';
  margin: 0;
}
.header-top .elementor-widget-wp-widget-nav_menu,
.header-top .widget_nav_menu {
  position: relative;
  padding: 10px 0;
}
.header-top .elementor-widget-wp-widget-nav_menu:hover ul.menu,
.header-top .widget_nav_menu:hover ul.menu {
  opacity: 1;
  display: block;
}
.header-top .elementor-widget-wp-widget-nav_menu:hover h5,
.header-top .elementor-widget-wp-widget-nav_menu:hover h3,
.header-top .widget_nav_menu:hover h5,
.header-top .widget_nav_menu:hover h3 {
  color: #d263ee;
}
.header-style3 .header-top .elementor-widget-wp-widget-nav_menu:hover h5,
.header-style3 .header-top .elementor-widget-wp-widget-nav_menu:hover h3,
.header-style3 .header-top .widget_nav_menu:hover h5,
.header-style3 .header-top .widget_nav_menu:hover h3 {
  color: #999;
}
.header-top .elementor-widget-wp-widget-nav_menu h5,
.header-top .elementor-widget-wp-widget-nav_menu h3,
.header-top .widget_nav_menu h5,
.header-top .widget_nav_menu h3 {
  font-size: 12px;
  color: #2d2d2d;
  text-transform: capitalize;
  position: relative;
  border-left: 1px solid #ddd;
  line-height: 18px;
  margin: 0;
}
.rtl .header-top .elementor-widget-wp-widget-nav_menu h5,
.rtl .header-top .elementor-widget-wp-widget-nav_menu h3,
.rtl .header-top .widget_nav_menu h5,
.rtl .header-top .widget_nav_menu h3 {
  border-left: 0;
}
.header-top .elementor-widget-wp-widget-nav_menu h5:before,
.header-top .elementor-widget-wp-widget-nav_menu h3:before,
.header-top .widget_nav_menu h5:before,
.header-top .widget_nav_menu h3:before {
  content: '\f007';
  font-family: FontAwesome;
  margin: 0 10px;
  display: inline-block;
}
.rtl .header-top .elementor-widget-wp-widget-nav_menu h5:before,
.rtl .header-top .elementor-widget-wp-widget-nav_menu h3:before,
.rtl .header-top .widget_nav_menu h5:before,
.rtl .header-top .widget_nav_menu h3:before {
  margin: 0 15px 0 10px;
}
.header-top .elementor-widget-wp-widget-nav_menu ul.menu,
.header-top .widget_nav_menu ul.menu {
  position: absolute;
  width: 175px;
  left: 0px;
  top: 38px;
  background: #fff;
  z-index: 9999;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  border: 1px #f2f2f2;
  box-shadow: 4px 5px 1px rgba(30,30,30,0.3);
  opacity: 0;
  display: none;
  margin: 0;
}
.header-top .elementor-widget-wp-widget-nav_menu ul.menu > li,
.header-top .widget_nav_menu ul.menu > li {
  float: none;
  border: none;
}
.header-top .elementor-widget-wp-widget-nav_menu ul.menu > li > a,
.header-top .widget_nav_menu ul.menu > li > a {
  font-size: 12px;
  padding: 10px 20px;
  border: none;
  display: block;
}
.header-top .elementor-widget-wp-widget-nav_menu ul.menu > li > a:after,
.header-top .widget_nav_menu ul.menu > li > a:after {
  content: '';
}
.header-top .elementor-widget-wp-widget-nav_menu ul.menu > li > a span.fa,
.header-top .widget_nav_menu ul.menu > li > a span.fa {
  margin-right: 10px;
}
.header-top .elementor-widget-wp-widget-nav_menu ul.menu > li > a:hover,
.header-top .widget_nav_menu ul.menu > li > a:hover {
  color: #d263ee;
  background-color: #f4f4f4;
}
.header-mid {
  padding: 31px 0;
}
.header-mid .search-cate {
  margin-left: 15px;
}
.rtl .header-mid .search-cate {
  margin: 0 15px 0 0;
}
.header-mid .contact-us {
  background: url(../assets/img/violet/icon-phone.png) no-repeat left top 15px;
  padding: 15px 15px 10px 45px;
  color: #2d2d2d;
}
.rtl .header-mid .contact-us {
  padding: 15px 45px 10px 10px;
  background: url(../assets/img/violet/icon-phone.png) no-repeat right top 15px;
}
.header-mid .contact-us .text {
  font-weight: bold;
  color: #2d2d2d;
  text-transform: capitalize;
}
.header-mid .contact-us .phone {
  color: #d263ee;
}
.header-mid .revo-logo {
  padding-top: 5px;
}
.header-style1 .header-mid .sticky-search,
.header-style1 .header-mid .sticky-cart {
  display: none;
}
.header-style1 .header-mid .container {
  position: relative;
}
.header-style1 .header-mid .container .sticky-search.open .sticky-search-content {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.header-style1 .header-mid .container .sticky-search i {
  color: #222;
  font-size: 16px;
  position: absolute;
  top: 23px;
  right: 45px;
  cursor: pointer;
  display: inline-block;
  width: 20px;
  height: 20px;
  opacity: 1;
}
.rtl .header-style1 .header-mid .container .sticky-search i {
  left: 45px;
  right: auto;
}
.header-style1 .header-mid .container .sticky-search .sticky-search-content {
  position: absolute;
  top: 69px;
  right: 45px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(60px);
  -moz-transform: translateY(60px);
  -o-transform: translateY(60px);
  -ms-transform: translateY(60px);
  transform: translateY(60px);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  min-width: 248px;
}
.rtl .header-style1 .header-mid .container .sticky-search .sticky-search-content {
  left: 45px;
  right: auto;
}
.header-style1 .header-mid .container .sticky-search .sticky-search-content .top-form.top-search .cat-wrapper {
  display: none;
}
.header-style1 .header-mid .container .sticky-search .sticky-search-content .top-form.top-search input {
  border: 0;
  border-radius: 0;
  height: 40px;
  float: left;
  padding: 0 20px;
  border: 1px solid #ccc;
}
.rtl .header-style1 .header-mid .container .sticky-search .sticky-search-content .top-form.top-search input {
  float: right;
}
.header-style1 .header-mid .container .sticky-search .sticky-search-content .top-form.top-search .button-search-pro {
  border: 0;
  border-radius: 0;
  background-color: #d263ee;
  height: 40px;
  color: #fff;
  line-height: 40px;
  display: inline-block;
  width: 50px;
}
.header-style1 .header-mid .container .sticky-search .sticky-search-content .top-form.top-search .button-search-pro:hover {
  background-color: #c535e9;
}
.header-style1 .header-mid .container .sticky-cart .top-form-minicart .minicart-number {
  background-color: #d263ee;
  color: #fff;
  right: -5px;
}
.rtl .header-style1 .header-mid .container .sticky-cart .top-form-minicart .minicart-number {
  left: -5px;
  right: auto;
}
.header-style1 .header-mid.sticky-menu .contact-us-header {
  display: none;
}
.header-style1 .header-mid.sticky-menu .sticky-search,
.header-style1 .header-mid.sticky-menu .sticky-cart {
  display: block;
}
.header-bottom {
  background-color: #d263ee;
  box-shadow: -1px 3px 3px 0 rgba(0,0,0,0.2);
  position: relative;
  z-index: 8;
}
.header-style2 .header-bottom {
  background-color: #f2f2f2;
}
.header-style2 .header-bottom .sticky-search,
.header-style5 .header-bottom .sticky-search {
  display: none;
}
.header-style2 .header-bottom .container,
.header-style5 .header-bottom .container {
  position: relative;
}
.header-style2 .header-bottom .container .sticky-search.open .sticky-search-content,
.header-style5 .header-bottom .container .sticky-search.open .sticky-search-content {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.header-style2 .header-bottom .container .sticky-search i,
.header-style5 .header-bottom .container .sticky-search i {
  color: #222;
  font-size: 16px;
  position: absolute;
  top: 23px;
  right: 45px;
  cursor: pointer;
  display: inline-block;
  width: 20px;
  height: 20px;
  opacity: 1;
}
.rtl .header-style2 .header-bottom .container .sticky-search i,
.rtl .header-style5 .header-bottom .container .sticky-search i {
  left: 45px;
  right: auto;
}
.header-style2 .header-bottom .container .sticky-search .sticky-search-content,
.header-style5 .header-bottom .container .sticky-search .sticky-search-content {
  position: absolute;
  top: 55px;
  right: 45px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(60px);
  -moz-transform: translateY(60px);
  -o-transform: translateY(60px);
  -ms-transform: translateY(60px);
  transform: translateY(60px);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  min-width: 248px;
}
.rtl .header-style2 .header-bottom .container .sticky-search .sticky-search-content,
.rtl .header-style5 .header-bottom .container .sticky-search .sticky-search-content {
  left: 45px;
  right: auto;
}
.header-style2 .header-bottom .container .sticky-search .sticky-search-content .top-form.top-search .cat-wrapper,
.header-style5 .header-bottom .container .sticky-search .sticky-search-content .top-form.top-search .cat-wrapper {
  display: none;
}
.header-style2 .header-bottom .container .sticky-search .sticky-search-content .top-form.top-search input,
.header-style5 .header-bottom .container .sticky-search .sticky-search-content .top-form.top-search input {
  border: 0;
  border-radius: 0;
  height: 40px;
  float: left;
  padding: 0 20px;
  border: 1px solid #ccc;
}
.rtl .header-style2 .header-bottom .container .sticky-search .sticky-search-content .top-form.top-search input,
.rtl .header-style5 .header-bottom .container .sticky-search .sticky-search-content .top-form.top-search input {
  float: right;
}
.header-style2 .header-bottom .container .sticky-search .sticky-search-content .top-form.top-search .button-search-pro,
.header-style5 .header-bottom .container .sticky-search .sticky-search-content .top-form.top-search .button-search-pro {
  border: 0;
  border-radius: 0;
  background-color: #d263ee;
  height: 40px;
  color: #fff;
  line-height: 40px;
  display: inline-block;
  width: 50px;
}
.header-style2 .header-bottom .container .sticky-search .sticky-search-content .top-form.top-search .button-search-pro:hover,
.header-style5 .header-bottom .container .sticky-search .sticky-search-content .top-form.top-search .button-search-pro:hover {
  background-color: #c535e9;
}
.header-style2 .header-bottom .container .sticky-cart .top-form-minicart .minicart-number,
.header-style5 .header-bottom .container .sticky-cart .top-form-minicart .minicart-number {
  background-color: #d263ee;
  color: #fff;
  right: -5px;
}
.rtl .header-style2 .header-bottom .container .sticky-cart .top-form-minicart .minicart-number,
.rtl .header-style5 .header-bottom .container .sticky-cart .top-form-minicart .minicart-number {
  left: -5px;
  right: auto;
}
.header-style2 .header-bottom.sticky-menu .header-right,
.header-style5 .header-bottom.sticky-menu .header-right {
  width: auto;
  padding: 0;
}
.rtl .header-style2 .header-bottom.sticky-menu .header-right,
.rtl .header-style5 .header-bottom.sticky-menu .header-right {
  float: left;
}
.header-style2 .header-bottom.sticky-menu .widget_nav_menu,
.header-style5 .header-bottom.sticky-menu .widget_nav_menu {
  display: none;
}
.header-style2 .header-bottom.sticky-menu .sticky-search,
.header-style5 .header-bottom.sticky-menu .sticky-search {
  display: block;
}
.header-style5 .header-bottom .container .sticky-search i {
  color: #fff;
}
.header-bottom .elementor-widget-wp-widget-nav_menu ul.menu > li,
.header-bottom .widget_nav_menu ul.menu > li {
  display: inline-block;
  float: left;
  margin: 11px 5px;
}
.header-style2 .header-bottom .elementor-widget-wp-widget-nav_menu ul.menu > li,
.header-style2 .header-bottom .widget_nav_menu ul.menu > li {
  margin: 10px 5px 9px;
}
.header-style2 .header-bottom .elementor-widget-wp-widget-nav_menu ul.menu > li > a,
.header-style2 .header-bottom .widget_nav_menu ul.menu > li > a {
  border: 1px solid #d263ee;
}
.header-bottom .elementor-widget-wp-widget-nav_menu ul.menu > li.menu-wishlist a,
.header-bottom .widget_nav_menu ul.menu > li.menu-wishlist a {
  background: url("../assets/img/bg_general.png") no-repeat -12px -1403px #fff;
  position: relative;
}
.header-bottom .elementor-widget-wp-widget-nav_menu ul.menu > li.menu-compare a,
.header-bottom .widget_nav_menu ul.menu > li.menu-compare a {
  background: url("../assets/img/bg_general.png") no-repeat -14px -1295px #fff;
}
.header-bottom .elementor-widget-wp-widget-nav_menu ul.menu > li > a,
.header-bottom .widget_nav_menu ul.menu > li > a {
  display: inline-block;
  text-indent: -9999px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
}
.header-style1 .sticky-menu .topsearch-entry .search-append {
  top: 41px;
}
.revo_top {
  padding: 7px 0;
}
.header-style1 .sticky-menu .revo_top {
  padding: 0;
}
.revo_top .top-form.top-search {
  min-width: 595px;
  display: inline-block;
  position: relative;
  border-radius: 28px;
  background-color: #fff;
  margin-right: 25px;
  width: 96%;
  z-index: 99;
}
.revo_top .top-form.top-search form {
  margin: 0;
  position: relative;
  z-index: 10;
}
.rtl .revo_top .top-form.top-search {
  margin: 0;
  border-top-right-radius: 28px;
  border-bottom-right-radius: 28px;
}
.header-style1 .sticky-menu .revo_top .top-form.top-search {
  min-width: 240px;
  margin: 0;
  width: 240px;
}
.header-style2 .revo_top .top-form.top-search {
  border: 2px solid #d263ee;
  min-width: 540px;
}
.header-style2 .revo_top .top-form.top-search .cat-wrapper {
  height: 40px;
}
.header-style2 .revo_top .top-form.top-search .cat-wrapper select {
  height: 40px;
}
.header-style2 .revo_top .top-form.top-search input {
  height: 40px;
  line-height: 40px;
}
.header-style2 .revo_top .top-form.top-search button.form-button {
  top: -2px;
}
.revo_top .top-form.top-search .topsearch-entry {
  padding-left: 20px;
}
.rtl .revo_top .top-form.top-search .topsearch-entry {
  padding-right: 20px;
  padding-left: 0;
}
.header-style1 .sticky-menu .rtl .revo_top .top-form.top-search .topsearch-entry {
  padding-right: 0;
}
.header-style1 .sticky-menu .revo_top .top-form.top-search .topsearch-entry {
  padding-left: 0;
}
.revo_top .top-form.top-search .cat-wrapper {
  background-color: #fff;
  position: absolute;
  height: 44px;
  top: 0;
  left: 0px;
  right: auto;
  border-radius: 0 !important;
  color: #222;
  border-right: 1px solid #d263ee;
}
.revo_top .top-form.top-search .cat-wrapper:before {
  content: '\f0d7';
  font-family: FontAwesome;
  color: #232f3e;
  font-size: 14px;
  position: absolute;
  top: 15px;
  right: 20px;
}
.rtl .revo_top .top-form.top-search .cat-wrapper {
  border-left: 1px solid #d263ee;
  border-right: 0;
  right: 0;
  left: auto;
}
.rtl .revo_top .top-form.top-search .cat-wrapper:before {
  left: 15px;
  right: auto;
}
.revo_top .top-form.top-search .cat-wrapper .label-search {
  display: block;
  margin-bottom: 0;
  font-family: 'Open Sans';
  color: #232f3e;
}
.revo_top .top-form.top-search .cat-wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: transparent;
  border-radius: 0 !important;
  padding: 0px 5px 0;
  height: 44px;
  width: 135px;
}
.revo_top .top-form.top-search .cat-wrapper select:focus {
  outline: none;
  background-color: #fff;
}
.revo_top .top-form.top-search input {
  width: 100%;
  height: 44px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border: none;
  line-height: 44px;
  margin-bottom: 0;
  padding-left: 150px;
  border-radius: 20px;
}
.header_style3 .revo_top .top-form.top-search input {
  color: #fff;
}
.rtl .revo_top .top-form.top-search input {
  padding-right: 150px;
  padding-left: 0;
}
.revo_top .top-form.top-search button.form-button {
  height: 44px;
  line-height: 44px;
  width: 68px;
  margin: 0;
  border: 0;
  position: absolute;
  left: auto;
  right: -2px;
  top: 0;
  font-size: 14px;
  color: #fff;
  border-radius: 0;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #2d2d2d;
}
.header-style3 .revo_top .top-form.top-search button.form-button {
  right: -32px;
}
.rtl .header-style3 .revo_top .top-form.top-search button.form-button {
  left: -8px;
  right: auto;
}
.rtl .revo_top .top-form.top-search button.form-button {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  left: -2px;
  right: auto;
}
.revo_top .top-form.top-search button.form-button:hover {
  background: none repeat scroll 0 0 #d263ee;
}
.header-style1 .revo_top .top-form.top-search button.form-button:hover {
  background-color: #999;
}
.revo_top .top-form.top-search button.form-button:hover:before {
  color: #fff;
}
.revo_top .top-form.top-search.non-category input {
  padding: 0;
}
.rtl .revo_top .top-form.top-search.non-category input {
  padding-right: 0;
}
#lang_sel a,
#lang_sel a:visited {
  border: 0 none;
  padding: 0;
}
#lang_sel a.lang_sel_sel:after {
  content: "\f107";
  font-family: FontAwesome;
  display: inline-block;
  font-size: 12px;
  margin-left: 4px;
  vertical-align: top;
  color: #999;
  line-height: 18px;
}
.rtl #lang_sel a.lang_sel_sel:after {
  margin-right: 4px;
  margin-left: 0;
}
#lang_sel img.iclflag {
  margin-top: -1px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.rtl #lang_sel img.iclflag {
  margin: 0 0 0 5px;
}
#lang_sel > ul.nav {
  display: inline-block;
  list-style: none;
}
.rtl #lang_sel > ul.nav {
  margin-right: 15px;
}
#lang_sel > ul.nav > li {
  position: relative;
  padding: 10px 0;
}
#lang_sel > ul.nav > li > a {
  background-color: transparent;
  color: #464646;
  border-left: 1px solid #ddd;
  padding-left: 15px;
}
.rtl .header-style3 #lang_sel > ul.nav > li > a {
  border-right: 0;
  padding-right: 0;
}
.rtl .header-style4 #lang_sel > ul.nav > li > a {
  border-right: 0;
  padding-right: 0;
}
.rtl #lang_sel > ul.nav > li > a {
  border-left: 0;
  border-right: 1px solid #ddd;
  padding-right: 15px;
  padding-left: 0;
}
#lang_sel > ul.nav > li > a span {
  display: inline-block;
}
#lang_sel > ul.nav > li > ul {
  border: 1px solid #ddd;
  box-shadow: 0px 1px 8px rgba(30,30,30,0.3);
  left: 0;
  top: 38px;
  z-index: 99999;
  position: absolute;
  background: #fff;
  width: 150px;
  padding: 10px 10px 5px;
  display: none;
  margin: 0;
}
.rtl #lang_sel > ul.nav > li > ul {
  right: 0;
  left: auto;
}
#lang_sel > ul.nav > li > ul li {
  background: #fff;
  list-style: none;
  border: 2px solid #ddd;
  padding: 0 10px;
  margin-bottom: 5px;
}
#lang_sel > ul.nav > li > ul li:hover {
  border: 2px solid #d263ee;
}
#lang_sel > ul.nav > li > ul li.active a {
  color: #d263ee;
}
#lang_sel > ul.nav > li > ul li a {
  color: #464646;
  display: block;
  height: auto;
  line-height: 28px;
}
#lang_sel > ul.nav > li > ul li a .iclflag {
  margin-right: 13px;
}
.rtl #lang_sel > ul.nav > li > ul li a .iclflag {
  margin-left: 13px;
  margin-right: 0;
}
#lang_sel > ul.nav > li > ul li:hover a {
  color: #d263ee;
}
#lang_sel > ul.nav > li > ul:before {
  content: "";
  display: inline-block;
  background: transparent;
  height: 3px;
  width: 100%;
  position: absolute;
  top: -3px;
  right: 0;
}
#lang_sel > ul.nav > li:hover > ul {
  display: block !important;
}
.currency_w {
  margin-bottom: 0;
}
.currency_w > li {
  position: relative;
  list-style: none;
  padding: 10px 0;
}
.currency_w > li > a {
  display: block;
  color: #2d2d2d;
  padding: 0 0 0 13px;
  border-left: 1px solid #ddd;
}
.rtl .currency_w > li > a {
  padding: 0 13px 0 0;
  border-right: 1px solid #ddd;
  border-left: 0;
}
.currency_w > li > a:after {
  content: "\f107";
  font-family: FontAwesome;
  display: inline-block;
  margin-left: 10px;
  color: #999;
  line-height: 18px;
  vertical-align: top;
}
.rtl .currency_w > li > a:after {
  margin-right: 10px;
  margin-left: 0;
}
.currency_w > li .currency_switcher {
  border: 1px solid #ddd;
  box-shadow: 0px 1px 8px rgba(30,30,30,0.3);
  left: 0;
  top: 38px;
  z-index: 99999;
  position: absolute;
  background: #fff;
  width: 100px;
  padding: 10px 10px 5px;
  display: none;
  margin: 0;
}
.rtl .currency_w > li .currency_switcher {
  right: 0;
}
.currency_w > li .currency_switcher li {
  background: #fff;
  list-style: none;
  border: 2px solid #ddd;
  padding: 3px 10px;
  margin-bottom: 5px;
}
.currency_w > li .currency_switcher li:hover {
  border: 2px solid #d263ee;
}
.currency_w > li .currency_switcher li:hover a {
  color: #d263ee;
}
.currency_w > li .currency_switcher li a {
  background: none;
  border: 0px;
  border-radius: 0px;
  color: #464646;
  display: block;
  border-bottom: none;
}
.currency_w > li .currency_switcher li a.active {
  color: #d263ee;
}
.currency_w > li .currency_switcher:before {
  content: "";
  display: block;
  background: transparent;
  height: 3px;
  position: absolute;
  top: -3px;
  width: 100%;
}
.currency_w > li:hover .currency_switcher {
  display: block;
  z-index: 9999;
  height: auto;
}
.top-form {
  position: relative;
  float: right;
}
.top-form:hover .wrapp-minicart {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
  transition: opacity 0.35s ease, transform 0.35s ease;
}
.top-form.top-form-minicart {
  cursor: pointer;
  position: relative;
  padding: 11px 10px 10px 5px;
}
.header-style2 .top-form.top-form-minicart {
  padding: 10px 10px 9px 5px;
}
.rtl .top-form.top-form-minicart {
  padding: 10px 5px 10px 10px;
}
.top-form.top-form-minicart .top-minicart-icon {
  text-align: center;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  background: url("../assets/img/bg_general.png") no-repeat -13px -1330px #fff;
  position: relative;
}
.header-style2 .top-form.top-form-minicart .top-minicart-icon {
  border: 1px solid #d263ee;
}
.top-form.top-form-minicart .top-minicart-icon .minicart-number {
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  line-height: 20px;
  position: absolute;
  right: -12px;
  top: -5px;
  background-color: #fff;
  border-radius: 50%;
}
.header-style2 .top-form.top-form-minicart .top-minicart-icon .minicart-number {
  background-color: #d263ee;
  color: #fff;
}
.rtl .top-form.top-form-minicart .top-minicart-icon .minicart-number {
  left: -12px;
  right: auto;
}
.top-form .wrapp-minicart {
  visibility: hidden;
  opacity: 0;
  transform: translateY(50px);
  transition: transform .3s ease;
  background: none repeat scroll 0 0 #fff;
  position: absolute;
  right: 0;
  left: auto;
  top: 58px;
  width: 318px;
  z-index: 99999;
  box-shadow: 0px 3px 5px 2px rgba(0,0,0,0.255);
}
.header-style2 .top-form .wrapp-minicart {
  top: 55px;
}
.top-form .wrapp-minicart:before {
  content: "";
  display: block;
  background: transparent;
  height: 25px;
  position: absolute;
  top: -25px;
  width: 100%;
}
.rtl .top-form .wrapp-minicart {
  left: -30px;
  right: auto;
}
.top-form .wrapp-minicart .minicart-padding .number-item {
  padding: 25px 20px 0;
  font-size: 13px;
  color: #7d7d7d;
}
.top-form .wrapp-minicart .minicart-padding .number-item .item {
  color: #d263ee;
}
.top-form .wrapp-minicart .minicart-padding ul.minicart-content {
  background: #fff;
  max-height: 345px;
  overflow: auto;
  padding: 0px 15px 0px 20px;
  margin-left: 0;
}
.top-form .wrapp-minicart .minicart-padding ul.minicart-content li {
  list-style: none;
  position: relative;
  padding: 30px 0;
  overflow: hidden;
  border-bottom: 1px solid #f0f0f0;
}
.top-form .wrapp-minicart .minicart-padding ul.minicart-content li:first-child {
  padding-top: 25px;
}
.top-form .wrapp-minicart .minicart-padding ul.minicart-content li .product-image {
  display: inline-block;
  width: 100px;
  background: #fff;
  border: 1px #ebebeb;
  float: left;
  margin-right: 20px;
  position: relative;
}
.rtl .top-form .wrapp-minicart .minicart-padding ul.minicart-content li .product-image {
  float: right;
  margin-left: 20px;
  margin-right: 0;
}
.top-form .wrapp-minicart .minicart-padding ul.minicart-content li .product-image:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.top-form .wrapp-minicart .minicart-padding ul.minicart-content li .product-action {
  position: absolute;
  top: 23px;
  right: 0;
}
.rtl .top-form .wrapp-minicart .minicart-padding ul.minicart-content li .product-action {
  left: 0;
  right: auto;
}
.top-form .wrapp-minicart .minicart-padding ul.minicart-content li .product-action a.btn-remove {
  display: block;
  margin: 7px 0;
}
.top-form .wrapp-minicart .minicart-padding ul.minicart-content li .product-action .btn-edit {
  display: block;
  margin: 7px 0;
}
.top-form .wrapp-minicart .minicart-padding ul.minicart-content li .detail-item {
  overflow: hidden;
}
.top-form .wrapp-minicart .minicart-padding ul.minicart-content li .detail-item .product-details h4 {
  margin: 0;
  padding-right: 20px;
}
.rtl .top-form .wrapp-minicart .minicart-padding ul.minicart-content li .detail-item .product-details h4 {
  padding-left: 20px;
  padding-right: 0;
}
.top-form .wrapp-minicart .minicart-padding ul.minicart-content li .detail-item .product-details h4 a {
  font-weight: 600;
  font-size: 14px;
  color: #222;
  text-transform: capitalize;
  line-height: 22px;
}
.top-form .wrapp-minicart .minicart-padding ul.minicart-content li .detail-item .product-details h4 a:hover {
  color: #d263ee;
}
.top-form .wrapp-minicart .minicart-padding ul.minicart-content li .detail-item .product-details .product-price {
  float: left;
}
.rtl .top-form .wrapp-minicart .minicart-padding ul.minicart-content li .detail-item .product-details .product-price {
  float: right;
}
.top-form .wrapp-minicart .minicart-padding ul.minicart-content li .detail-item .product-details .product-price .price {
  display: block;
}
.top-form .wrapp-minicart .minicart-padding ul.minicart-content li .detail-item .product-details .product-price .price span.amount {
  font-weight: 700;
  font-size: 16px;
  color: #d263ee;
  padding: 10px 0px;
  display: inline-block;
}
.top-form .wrapp-minicart .minicart-padding ul.minicart-content li .detail-item .product-details .product-price .qty {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #717171;
  font-size: 15px;
  border: 1px solid #ededed;
}
.top-form .wrapp-minicart .cart-checkout {
  line-height: normal;
}
.top-form .wrapp-minicart .cart-checkout .price-total {
  line-height: 41px;
  padding: 0 25px;
}
.top-form .wrapp-minicart .cart-checkout .price-total .label-price-total {
  font-weight: 700;
  font-size: 12px;
  color: #222;
  text-transform: uppercase;
}
.top-form .wrapp-minicart .cart-checkout .price-total .price-total-w {
  float: right;
}
.rtl .top-form .wrapp-minicart .cart-checkout .price-total .price-total-w {
  float: left;
}
.top-form .wrapp-minicart .cart-checkout .price-total .price-total-w span.price span.amount {
  font-weight: 700;
  font-size: 20px;
  color: #d263ee;
}
.top-form .wrapp-minicart .cart-checkout .cart-links {
  padding: 15px 22px 40px;
  overflow: hidden;
  width: 100%;
}
.top-form .wrapp-minicart .cart-checkout .cart-links .cart-link {
  text-align: left;
}
.rtl .top-form .wrapp-minicart .cart-checkout .cart-links .cart-link {
  text-align: right;
}
.top-form .wrapp-minicart .cart-checkout .cart-links .checkout-link {
  text-align: right;
}
.rtl .top-form .wrapp-minicart .cart-checkout .cart-links .checkout-link {
  text-align: left;
}
.top-form .wrapp-minicart .cart-checkout .cart-links .cart-link,
.top-form .wrapp-minicart .cart-checkout .cart-links .checkout-link {
  float: left;
  width: 50%;
}
.rtl .top-form .wrapp-minicart .cart-checkout .cart-links .cart-link,
.rtl .top-form .wrapp-minicart .cart-checkout .cart-links .checkout-link {
  float: right;
}
.top-form .wrapp-minicart .cart-checkout .cart-links .cart-link a,
.top-form .wrapp-minicart .cart-checkout .cart-links .checkout-link a {
  font-weight: 700;
  font-size: 12px;
  color: #222;
  line-height: 43px;
  height: 45px;
  border: 1px solid #ededed;
  padding: 0 25px;
  background: #fff;
  display: inline-block;
  text-transform: uppercase;
}
.top-form .wrapp-minicart .cart-checkout .cart-links .cart-link:hover a,
.top-form .wrapp-minicart .cart-checkout .cart-links .checkout-link:hover a {
  border: 1px solid #d263ee;
  color: #fff;
  background-color: #d263ee;
}
.slideshow-home1 {
  margin-left: -15px;
}
.rtl .slideshow-home1 {
  margin: 0 -15px 0 0;
}
.slideshow-home1 .vc_column-inner {
  padding: 0;
}
.slideshow-home1 .wpb_revslider_element {
  float: left;
  min-width: 650px;
  margin-bottom: 0;
}
.rtl .slideshow-home1 .wpb_revslider_element {
  float: right;
}
.header-default.sticky-menu {
  position: fixed;
  background: #000;
}
.header-default.sticky-menu .revo-header,
.header-default.sticky-menu .revo-center {
  display: none;
}
.header-default.sticky-menu #main-menu {
  margin-bottom: 0 !important;
}
body.resmenu-open {
  position: relative;
}
body.resmenu-open:before {
  content: '';
  background: rgba(0,0,0,0.7);
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 9999;
  width: 100%;
}
.header-style1 .sticky-menu {
  position: fixed;
  background: #fff;
  box-shadow: 0px 0px 2px 1px #999;
  z-index: 99;
  padding: 5px 0;
}
.header-style1 .sticky-menu .top-header .revo-logo {
  width: 150px;
  padding: 5px 0;
}
.header-style1 .sticky-menu .sticky-search.open i.fa:before {
  content: "\f00d";
}
.header-style5 .sticky-menu {
  position: fixed;
  z-index: 9;
}
.header-style3 .sticky-menu {
  position: fixed;
  background: #000;
  z-index: 9;
}
.header-style2 .sticky-menu,
.header-style4 .sticky-menu {
  position: fixed;
  z-index: 9;
}
.primary-menu .navbar-inverse {
  background-color: transparent;
  border-color: #fff;
}
.header-style2 .primary-menu .navbar-inverse {
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}
.header-style3 .primary-menu .navbar-inverse {
  background-color: #000;
  border-color: #000;
}
.header-style5 .primary-menu .navbar-inverse {
  background-color: #cf43c5;
  border-color: #cf43c5;
}
.nav-pills {
  display: inline-block;
  margin-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}
.nav-pills.nav-css >li {
  float: none;
  display: inline-block;
}
.nav-pills.nav-css >li > a {
  padding: 22px 18px;
}
.nav-pills.nav-css >li.dropdown > a span.menu-img {
  position: absolute;
  right: 5px;
  top: -2px;
}
.nav-pills.nav-css >li.dropdown .dropdown-menu {
  box-shadow: none;
  border: 1px solid #eaeaea;
  padding: 0;
  min-width: 200px;
}
.nav-pills.nav-css >li.dropdown .dropdown-menu li {
  width: 100%;
  padding: 0 20px;
}
.nav-pills.nav-css >li.dropdown .dropdown-menu li >a {
  padding: 13px 0;
  color: #222;
  font-size: 13px;
  text-transform: capitalize;
  border-bottom: 1px solid #eaeaea;
}
.nav-pills.nav-css >li.dropdown .dropdown-menu li >a:hover {
  color: #d263ee;
}
.nav-pills.nav-css >li.dropdown .dropdown-menu li.active > a {
  color: #d263ee;
}
.nav-pills.nav-css >li.dropdown .dropdown-menu li:last-child > a {
  border: 0;
}
.nav-pills.nav-css >li.dropdown .dropdown-menu li.dropdown-submenu {
  position: relative;
}
.nav-pills.nav-css >li.dropdown .dropdown-menu li.dropdown-submenu .dropdown-menu {
  top: -1px;
  left: 100%;
}
.rtl .nav-pills.nav-css >li.dropdown .dropdown-menu li.dropdown-submenu .dropdown-menu {
  left: auto;
  right: 100%;
}
.nav-pills.nav-css >li.dropdown .dropdown-menu li.dropdown-submenu .dropdown-menu > a {
  border-bottom: 1px solid #eaeaea;
}
.nav-pills.nav-css >li:hover .dropdown-menu {
  top: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.nav-pills >li {
  float: none;
  display: inline-block;
}
.header-style5 .nav-pills >li:first-child > a {
  padding-left: 0;
}
.rtl .header-style5 .nav-pills >li:first-child > a {
  padding: 0 0px 0 20px;
}
.header-style2 .nav-pills >li:first-child > a {
  padding-left: 0;
}
.rtl .header-style2 .nav-pills >li:first-child > a {
  padding: 0 0 0 20px;
}
.nav-pills >li > a {
  text-transform: uppercase;
  background-color: transparent;
  position: relative;
  padding: 22px 18px;
  font-weight: 700;
  display: block;
  font-size: 13px;
  line-height: 20px;
  color: #222;
}
.header-gaming .nav-pills >li > a {
  color: #fff;
  padding: 25px;
}
.header-style2 .nav-pills >li > a {
  padding: 17px 19px 18px;
}
.header-style3 .nav-pills >li > a {
  padding: 12px 20px;
  font-weight: 600;
  color: #fff;
}
.header-style5 .nav-pills >li > a {
  padding: 20px 19px;
  color: #fff;
}
.nav-pills >li > a:hover,
.nav-pills >li > a:focus {
  background-color: transparent;
  color: #d263ee;
}
.header-style1 .nav-pills >li > a:hover,
.header-style1 .nav-pills >li > a:focus {
  background-color: transparent;
}
.header-style3 .nav-pills >li > a:hover,
.header-style3 .nav-pills >li > a:focus {
  color: #7d7d7d;
}
.header-style5 .nav-pills >li > a:hover,
.header-style5 .nav-pills >li > a:focus {
  color: #9be8f4;
}
.nav-pills >li.active > a {
  color: #d263ee;
}
.nav-pills >li.dropdown > a {
  position: relative;
}
.nav-pills >li.dropdown > a:after {
  content: '\f0d7';
  font-family: FontAwesome;
  position: absolute;
  right: 5px;
  top: 50%;
  margin: -10px 0 0;
  opacity: 1 !important;
}
.header-style3 .nav-pills >li.dropdown > a:after {
  color: #7d7d7d;
}
.rtl .nav-pills >li.dropdown > a:after {
  left: 5px;
  right: auto;
}
.header-style3 .nav-pills >li.dropdown > a:hover:before {
  color: #d263ee;
}
.header-style3 .nav-pills >li.dropdown > a:before {
  color: #7d7d7d;
}
.header-style5 .nav-pills >li.dropdown > a:hover:before {
  color: #9be8f4;
}
.header-style5 .nav-pills >li.dropdown > a:before {
  color: #7d7d7d;
}
.nav-pills >li.dropdown .dropdown-menu {
  text-align: left;
  display: block;
  visibility: hidden;
  top: 125%;
  padding: 15px 0;
  border: none;
  min-width: 200px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.rtl .nav-pills >li.dropdown .dropdown-menu {
  text-align: right;
}
.nav-pills >li.dropdown .dropdown-menu li {
  width: 100%;
}
.nav-pills >li.dropdown .dropdown-menu li >a {
  position: relative;
  text-transform: capitalize;
  display: block;
  padding: 12px 25px;
  color: #7d7d7d;
}
.nav-pills >li.dropdown .dropdown-menu li >a:hover {
  color: #d263ee;
}
.nav-pills >li.dropdown .dropdown-menu li.dropdown-submenu {
  position: relative;
}
.nav-pills >li.dropdown .dropdown-menu li.dropdown-submenu .dropdown-menu {
  position: absolute;
  top: -16px;
  left: 110%;
  visibility: hidden;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.rtl .nav-pills >li.dropdown .dropdown-menu li.dropdown-submenu .dropdown-menu {
  left: auto;
  right: 110%;
}
.nav-pills >li.dropdown .dropdown-menu >.dropdown-submenu:hover >.dropdown-menu {
  left: 100%;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
.rtl .nav-pills >li.dropdown .dropdown-menu >.dropdown-submenu:hover >.dropdown-menu {
  left: auto;
  right: 100%;
}
.nav-pills >li.dropdown:hover:before {
  top: 100%;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
.nav-pills >li.dropdown > .dropdown-menu.visible {
  visibility: visible;
  top: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
}
.nav-pills >li.active {
  position: relative;
}
.nav-pills >li.active >a,
.nav-pills >li.active >a:hover,
.nav-pills >li.active >a:focus {
  background-color: transparent;
  color: #d263ee;
}
.header-style5 .nav-pills >li.active >a,
.header-style5 .nav-pills >li.active >a:hover,
.header-style5 .nav-pills >li.active >a:focus {
  color: #9be8f4;
}
.header-style3 .nav-pills >li.active >a,
.header-style3 .nav-pills >li.active >a:hover,
.header-style3 .nav-pills >li.active >a:focus {
  color: #7d7d7d;
}
.nav-pills .dropdown-menu li.active >a,
.nav-pills .dropdown-menu li:hover >a {
  color: #d263ee;
  background-color: transparent;
}
.nav-pills.nav-mega .menu-img {
  position: absolute;
  right: 5px;
  top: -2px;
}
.nav-pills.nav-mega .revo-mega-menu .wpb_raw_html {
  margin-bottom: 0;
}
.nav-pills.nav-mega .revo-mega-menu.revo-menu-img > a span.menu-img {
  position: absolute;
  right: 5px;
  top: -2px;
}
.header-style3 .nav-pills.nav-mega .revo-mega-menu.revo-menu-img > a span.menu-img {
  display: none;
}
.header-style10 .nav-pills.nav-mega .revo-mega-menu.revo-menu-img > a span.menu-img img {
  max-width: 38px;
}
.nav-pills.nav-mega .revo-mega-menu .dropdown-menu {
  padding: 30px 15px 15px;
  width: 100%;
  visibility: hidden;
  box-shadow: 0px 0px 5px #999;
}
.nav-pills.nav-mega .revo-mega-menu .dropdown-menu li.active >a,
.nav-pills.nav-mega .revo-mega-menu .dropdown-menu li:hover >a {
  background-color: transparent;
}
.nav-pills.nav-mega .revo-mega-menu .dropdown-menu li .dropdown-sub > li.active >a,
.nav-pills.nav-mega .revo-mega-menu .dropdown-menu li .dropdown-sub > li:hover >a {
  background-color: transparent;
  color: #d263ee;
}
.nav-pills.nav-mega .revo-mega-menu .dropdown-menu >li {
  float: left;
  padding: 0 15px;
}
.nav-pills.nav-mega .revo-mega-menu .dropdown-menu >li.image-full {
  width: 100% !important;
  padding-top: 0;
}
.nav-pills.nav-mega .revo-mega-menu .dropdown-menu >li.image-full >a {
  border-bottom: 0;
  font-size: 14px;
  text-transform: uppercase;
  padding: 7px 20px;
}
.nav-pills.nav-mega .revo-mega-menu .dropdown-menu >li.image-full >a .menu-title {
  display: none;
}
.nav-pills.nav-mega .revo-mega-menu .dropdown-menu >li.image-full img {
  width: 100%;
}
.nav-pills.nav-mega .revo-mega-menu .dropdown-menu >li .item-bottom {
  display: none;
}
.rtl .nav-pills.nav-mega .revo-mega-menu .dropdown-menu >li {
  float: right;
}
.nav-pills.nav-mega .revo-mega-menu .dropdown-menu .dropdown-submenu >a,
.nav-pills.nav-mega .revo-mega-menu .dropdown-menu .dropdown-submenu >.have-title {
  text-transform: uppercase;
  font-weight: normal;
  padding: 0;
  display: block;
  color: #222;
  font-size: 14px;
  font-weight: 700;
}
.nav-pills.nav-mega .revo-mega-menu .dropdown-menu .dropdown-submenu >a .menu-title,
.nav-pills.nav-mega .revo-mega-menu .dropdown-menu .dropdown-submenu >.have-title .menu-title {
  display: block;
  padding-bottom: 15px;
  border-bottom: 1px #eaeaea solid;
  margin-bottom: 5px;
}
.nav-pills.nav-mega .revo-mega-menu .dropdown-menu .dropdown-submenu .dropdown-sub a {
  padding: 9px 0;
  text-transform: capitalize;
  font-size: 13px;
  color: #7d7d7d;
}
.nav-pills.nav-mega .revo-mega-menu .dropdown-menu .dropdown-submenu .dropdown-sub a:hover {
  color: #d263ee;
}
.nav-pills.nav-mega .revo-mega-menu .dropdown-menu .dropdown-submenu .dropdown-sub >li .menu-img {
  float: left;
  width: 25px;
  margin-right: 15px;
}
.rtl .nav-pills.nav-mega .revo-mega-menu .dropdown-menu .dropdown-submenu .dropdown-sub >li .menu-img {
  float: right;
  margin-right: 0;
  margin-left: 15px;
}
.nav-pills.nav-mega .revo-mega-menu .dropdown-menu.column-1 {
  min-width: 1170px;
  padding: 30px 0 15px;
}
.nav-pills.nav-mega .revo-mega-menu .dropdown-menu.column-1 >li {
  width: 100%;
}
.nav-pills.nav-mega .revo-mega-menu .dropdown-menu.column-2 {
  min-width: 380px;
}
.nav-pills.nav-mega .revo-mega-menu .dropdown-menu.column-2 >li {
  width: 50%;
}
.nav-pills.nav-mega .revo-mega-menu .dropdown-menu.column-3 {
  min-width: 720px;
}
.nav-pills.nav-mega .revo-mega-menu .dropdown-menu.column-3 >li {
  width: 33.33%;
}
.nav-pills.nav-mega .revo-mega-menu .dropdown-menu.column-4 {
  min-width: 875px;
}
.nav-pills.nav-mega .revo-mega-menu .dropdown-menu.column-4 >li {
  width: 25%;
}
.nav-pills.nav-mega .revo-mega-menu .dropdown-menu.column-5 {
  min-width: 1170px;
}
.nav-pills.nav-mega .revo-mega-menu .dropdown-menu.column-5 >li {
  width: 20%;
}
.nav-pills.nav-mega .revo-mega-menu .dropdown-menu .revo-menu-img >a {
  padding: 15px 0 0 0;
}
.nav-pills.nav-mega .revo-mega-menu .dropdown-menu .revo-menu-img >a:before {
  display: none;
}
.nav-pills.nav-mega .revo-mega-menu .dropdown-menu .revo-menu-img >a:hover {
  color: #d263ee;
}
.nav-pills.nav-mega .revo-mega-menu .dropdown-menu .revo-menu-img:hover img {
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.nav-pills.nav-mega .revo-mega-menu .dropdown-menu .menu-shortcode >a {
  display: none;
}
.nav-pills.nav-mega .revo-mega-menu.custom-image-col5 .dropdown-menu.column-5 >li {
  width: 18%;
}
.nav-pills.nav-mega .revo-mega-menu.custom-image-col5 .dropdown-menu.column-5 >li.revo-menu-img {
  width: 28%;
}
.nav-pills.nav-mega .revo-mega-menu.custom-mega-product .dropdown-menu {
  padding: 0;
}
.nav-pills.nav-mega .revo-mega-menu.custom-mega-product .dropdown-menu >li {
  padding: 0;
}
.nav-pills.nav-mega .revo-mega-menu:hover .dropdown-menu .listing-tab-shortcode .tabbable.tabs .tab-content {
  visibility: visible;
}
.nav-pills.nav-mega .revo-menu-custom > .dropdown-menu > li.active > a {
  color: #d263ee;
}
.nav-pills.nav-mega .revo-menu-custom ul {
  box-shadow: 0px 0px 5px #999;
}
.nav-pills.nav-mega .revo-menu-custom ul .menu-img {
  display: none;
}
.nav-pills.nav-mega .revo-menu-custom ul > li > a {
  font-size: 13px;
}
.nav-pills.nav-mega .revo-menu-custom ul li >.have-title {
  position: relative;
  display: block;
  padding: 10px 25px;
}
.nav-pills.nav-mega .revo-menu-custom ul li >.have-title:before {
  content: "\f111";
  font-family: fontawesome;
  font-size: 6px;
  display: inline-block;
  vertical-align: middle;
  padding-right: 8px;
}
.rtl .nav-pills.nav-mega .revo-menu-custom ul li >.have-title:before {
  padding-right: 0;
  padding-left: 8px;
}
.nav-pills.nav-mega .revo-menu-custom ul .dropdown-submenu >ul {
  position: absolute;
  background-color: #fff;
  left: 110%;
  top: 0;
  padding: 15px 0;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
  min-width: 180px;
}
.rtl .nav-pills.nav-mega .revo-menu-custom ul .dropdown-submenu >ul {
  left: auto;
  right: 110%;
}
.nav-pills.nav-mega .revo-menu-custom ul .dropdown-submenu >ul >li {
  position: relative;
}
.nav-pills.nav-mega .revo-menu-custom ul .dropdown-submenu >ul >li ul {
  padding: 15px 0;
  position: absolute;
  background-color: #fff;
  left: 110%;
  top: 0;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.rtl .nav-pills.nav-mega .revo-menu-custom ul .dropdown-submenu >ul >li ul {
  left: auto;
  right: 110%;
}
.nav-pills.nav-mega .revo-menu-custom ul .dropdown-submenu >ul >li ul >li:hover >ul {
  left: 100%;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
.rtl .nav-pills.nav-mega .revo-menu-custom ul .dropdown-submenu >ul >li ul >li:hover >ul {
  left: auto;
  right: 100%;
}
.nav-pills.nav-mega .revo-menu-custom ul .dropdown-submenu >ul >li:hover >ul {
  left: 100%;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
.rtl .nav-pills.nav-mega .revo-menu-custom ul .dropdown-submenu >ul >li:hover >ul {
  left: auto;
  right: 100%;
}
.nav-pills.nav-mega .revo-menu-custom ul .dropdown-submenu:hover >ul {
  left: 100%;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
.rtl .nav-pills.nav-mega .revo-menu-custom ul .dropdown-submenu:hover >ul {
  left: auto;
  right: 100%;
}
.nav-pills.nav-mega .revo-mega-menu.custom-image-col4 .dropdown-menu.column-4 >li.revo-menu-img {
  width: 22%;
}
.nav-pills.nav-mega .revo-mega-menu.custom-image-col4 .dropdown-menu.column-4 >li.revo-menu-img a .menu-title {
  border-bottom: none;
}
.nav-pills.nav-mega .revo-mega-menu.custom-image-col4 .dropdown-menu.column-4 >li.custom-slider-col4 {
  width: 31%;
  margin-left: 1.3%;
  border-left: 1px #e6e6e6 solid;
}
.rtl .nav-pills.nav-mega .revo-mega-menu.custom-image-col4 .dropdown-menu.column-4 >li.custom-slider-col4 {
  border-right: 1px #e6e6e6 solid;
  border-left: 0;
  margin-right: 1.3%;
  margin-left: 0;
}
.nav-pills.nav-mega .revo-mega-menu.custom-image-col4 .dropdown-menu.column-4 >li.custom-slider-col4 .order-title {
  display: none;
}
.nav-pills.nav-mega .revo-mega-menu.custom-image-col4 .dropdown-menu.column-4 >li.custom-slider-col4 .sw-woo-container-slider {
  margin-bottom: 0;
}
.nav-pills.nav-mega .revo-mega-menu.custom-image-col4 .dropdown-menu.column-4 >li.custom-slider-col4 .sw-woo-container-slider .item .item-wrap .item-detail .item-content {
  padding: 20px 15px;
}
.nav-pills.nav-mega .revo-mega-menu.custom-image-col4 .dropdown-menu.column-4 >li.custom-slider-col4 .sw-woo-container-slider .item .item-wrap:hover .item-detail {
  border: 1px transparent solid;
}
.nav-pills.nav-mega .revo-mega-menu.custom-image-col4 .dropdown-menu.column-4 >li.custom-slider-col4 .sw-woo-container-slider .slick-next {
  right: 0;
}
.nav-pills.nav-mega .revo-mega-menu.custom-image-col4 .dropdown-menu.column-4 >li.custom-slider-col4 .sw-woo-container-slider .slick-prev {
  left: 0;
}
.mega-left-title {
  background: #2d2d2d;
  height: 58px;
  line-height: 58px;
  overflow: hidden;
  padding: 0 15px;
}
.header-style2 .mega-left-title {
  line-height: 60px;
  height: 60px;
  background-color: #d263ee;
  position: relative;
  margin-top: -5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.rtl .header-style2 .mega-left-title {
  margin-top: -4px;
}
.mega-left-title span,
.mega-left-title strong {
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
}
.mega-left-title:before {
  content: '';
  width: 19px;
  height: 14px;
  display: inline-block;
  margin-right: 10px;
  background: url("../assets/img/bg_general.png") no-repeat -20px -1379px;
}
.rtl .mega-left-title:before {
  margin-left: 10px;
  margin-right: 0;
}
.mega-left-title:after {
  position: absolute;
  right: 25px;
  top: 20px;
  content: '';
  width: 19px;
  height: 15px;
  display: inline-block;
  background: url("../assets/img/bg_general.png") no-repeat -20px -1558px;
}
.rtl .mega-left-title:after {
  left: 25px;
  right: auto;
}
.vertical_megamenu-header .wpb_content_element {
  margin: 0;
}
.elementor-widget-container .vertical_megamenu-header {
  float: none;
}
.vertical_megamenu-header:hover .wrapper_vertical_menu {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
}
.home-style1 .header-style1 .vertical_megamenu-header .wrapper_vertical_menu,
.home-style22 .header-style1 .vertical_megamenu-header .wrapper_vertical_menu {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
}
.wrapper_vertical_menu {
  position: absolute;
  left: 0;
  right: 0;
  min-width: 270px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -o-transform: translateY(40px);
  -ms-transform: translateY(40px);
  transform: translateY(40px);
  z-index: 9;
  visibility: hidden;
}
.wrapper_vertical_menu .dropdown-sub {
  margin: 0;
}
.wrapper_vertical_menu .vertical-megamenu {
  position: relative;
  margin: 0;
  border: 1px solid #efefef;
  background-color: #fff;
  border-top: 0;
  z-index: 9;
}
.wrapper_vertical_menu .vertical-megamenu > li {
  padding: 0 15px;
  background: none;
  border: 0;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.wrapper_vertical_menu .vertical-megamenu > li:last-child > a {
  border-bottom: 0;
}
.wrapper_vertical_menu .vertical-megamenu > li.showMore a.open-more-cat {
  background: url('../assets/img/icon-more.jpg') no-repeat center left;
}
.rtl .wrapper_vertical_menu .vertical-megamenu > li.showMore a.open-more-cat {
  background: url('../assets/img/icon-more.jpg') no-repeat center right;
}
.wrapper_vertical_menu .vertical-megamenu > li.showMore a.close-more-cat {
  background: url('../assets/img/icon-less.jpg') no-repeat center left;
}
.rtl .wrapper_vertical_menu .vertical-megamenu > li.showMore a.close-more-cat {
  background: url('../assets/img/icon-less.jpg') no-repeat center right;
}
.wrapper_vertical_menu .vertical-megamenu > li.icon-phone > a span.menu-img {
  position: absolute;
  left: 0;
  top: 13px;
  display: inline-block;
}
.wrapper_vertical_menu .vertical-megamenu > li.icon-sport > a span.menu-img {
  position: absolute;
  left: 0;
  top: 19px;
  display: inline-block;
}
.wrapper_vertical_menu .vertical-megamenu > li > a {
  font-size: 14px;
  padding: 0 20px 0 30px;
  line-height: 50px;
  font-weight: 600;
  color: #222;
  border-bottom: 1px solid #efefef;
}
.wrapper_vertical_menu .vertical-megamenu > li > a > span.menu-img {
  position: absolute;
  left: 0;
  top: 16px;
  display: inline-block;
}
.rtl .wrapper_vertical_menu .vertical-megamenu > li > a > span.menu-img {
  right: 0;
  left: auto;
}
.rtl .wrapper_vertical_menu .vertical-megamenu > li > a {
  padding: 0 30px 0 20px;
}
.wrapper_vertical_menu .vertical-megamenu > li > a:hover {
  background-color: #fff;
}
.wrapper_vertical_menu .vertical-megamenu > li > a .have-title {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.wrapper_vertical_menu .vertical-megamenu > li > a:hover {
  color: #d263ee;
}
.wrapper_vertical_menu .vertical-megamenu > li > .dropdown-menu {
  position: absolute;
  left: 100%;
  top: 0;
  border-radius: 0;
  min-width: 230px;
  padding: 0;
  border: 0;
}
.rtl .wrapper_vertical_menu .vertical-megamenu > li > .dropdown-menu {
  left: auto;
  right: 100%;
}
.wrapper_vertical_menu .vertical-megamenu > li > .dropdown-menu > li {
  position: relative;
  line-height: 32px;
}
.wrapper_vertical_menu .vertical-megamenu > li > .dropdown-menu > li > a {
  position: relative;
  padding: 10px 20px;
  color: #222;
  background-color: #fff;
  border-bottom: 1px solid #ebebeb;
  text-transform: capitalize;
}
.wrapper_vertical_menu .vertical-megamenu > li > .dropdown-menu > li .dropdown-menu {
  position: absolute;
  left: 100%;
  margin: 0;
  top: 0;
  background: #fff;
  display: none;
  min-width: 230px;
  padding: 0;
  border-radius: 0;
  border: 0;
}
.rtl .wrapper_vertical_menu .vertical-megamenu > li > .dropdown-menu > li .dropdown-menu {
  left: auto;
  right: 100%;
}
.wrapper_vertical_menu .vertical-megamenu > li > .dropdown-menu > li .dropdown-menu > li {
  position: relative;
  line-height: 32px;
}
.wrapper_vertical_menu .vertical-megamenu > li > .dropdown-menu > li .dropdown-menu > li > a {
  position: relative;
  padding: 10px 20px;
  color: #222;
  background-color: #fff;
  border-bottom: 1px solid #ebebeb;
  text-transform: capitalize;
}
.wrapper_vertical_menu .vertical-megamenu > li > .dropdown-menu > li .dropdown-menu > li > a:hover {
  background-color: #fff;
}
.wrapper_vertical_menu .vertical-megamenu > li > .dropdown-menu > li .dropdown-menu > li:hover > a {
  background-color: #f7f7f7;
  color: #d263ee;
}
.wrapper_vertical_menu .vertical-megamenu > li > .dropdown-menu > li .dropdown-menu > li:hover > a:before {
  background-color: #d263ee;
}
.wrapper_vertical_menu .vertical-megamenu > li > .dropdown-menu > li .dropdown-menu > li:hover > .dropdown-menu {
  display: block;
}
.wrapper_vertical_menu .vertical-megamenu > li > .dropdown-menu > li:hover > a {
  color: #d263ee;
}
.wrapper_vertical_menu .vertical-megamenu > li > .dropdown-menu > li:hover > a:before {
  background-color: #d263ee;
}
.wrapper_vertical_menu .vertical-megamenu > li > .dropdown-menu > li:hover > .dropdown-menu {
  display: block;
}
.wrapper_vertical_menu .vertical-megamenu > li.dropdown > a:hover:after {
  color: #d263ee;
}
.wrapper_vertical_menu .vertical-megamenu > li.dropdown > a:after {
  content: '\f105';
  font-family: fontawesome;
  font-size: 14px;
  color: #7d7d7d;
  position: absolute;
  right: 0px;
  top: 0;
}
.rtl .wrapper_vertical_menu .vertical-megamenu > li.dropdown > a:after {
  left: 0px;
  right: auto;
  content: '\f104';
}
.wrapper_vertical_menu .vertical-megamenu > li:hover > a {
  color: #d263ee;
}
.wrapper_vertical_menu .vertical-megamenu > li:hover > a .have-title {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  padding-left: 20px;
}
.wrapper_vertical_menu .vertical-megamenu > li:hover .dropdown-menu {
  display: block;
}
.wrapper_vertical_menu .vertical-megamenu > li > .dropdown-menu.visible {
  display: block;
}
.wrapper_vertical_menu .vertical-megamenu > li.revo-menu-custom ul {
  min-width: 180px;
  padding: 20px 0;
  border: 1px solid #eee;
  box-shadow: 2px 3px 5px #999;
  border-radius: 0;
  box-shadow: none;
}
.wrapper_vertical_menu .vertical-megamenu > li.revo-menu-custom ul > li {
  line-height: 32px;
  padding: 0 30px;
}
.wrapper_vertical_menu .vertical-megamenu > li.revo-menu-custom ul > li a {
  color: #777;
  font-size: 14px;
  position: relative;
  background-color: #fff;
}
.wrapper_vertical_menu .vertical-megamenu > li.revo-menu-custom ul > li .dropdown-sub {
  min-width: 180px;
  padding: 20px 0;
  border: 1px solid #bbb;
  border-radius: 5px;
  box-shadow: none;
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  background-color: #fff;
}
.rtl .wrapper_vertical_menu .vertical-megamenu > li.revo-menu-custom ul > li .dropdown-sub {
  left: auto;
  right: 100%;
}
.wrapper_vertical_menu .vertical-megamenu > li.revo-menu-custom ul > li .dropdown-sub > li {
  padding: 0 30px;
  line-height: normal;
}
.wrapper_vertical_menu .vertical-megamenu > li.revo-menu-custom ul > li .dropdown-sub > li a {
  padding: 6px 10px;
  font-size: 14px;
  line-height: 20px;
  position: relative;
  background-color: #fff;
  padding-left: 15px;
  text-transform: capitalize;
}
.rtl .wrapper_vertical_menu .vertical-megamenu > li.revo-menu-custom ul > li .dropdown-sub > li a {
  padding-left: 0;
  padding-right: 15px;
}
.wrapper_vertical_menu .vertical-megamenu > li.revo-menu-custom ul > li .dropdown-sub > li:hover >  a {
  background: #fff;
  color: #d263ee;
}
.wrapper_vertical_menu .vertical-megamenu > li.revo-menu-custom ul > li .dropdown-sub > li:hover >  a:before {
  background-color: #d263ee;
}
.wrapper_vertical_menu .vertical-megamenu > li.revo-menu-custom ul > li:hover > .dropdown-sub {
  display: block;
}
.wrapper_vertical_menu .vertical-megamenu > li.revo-menu-custom ul > li.active > a,
.wrapper_vertical_menu .vertical-megamenu > li.revo-menu-custom ul > li:hover > a {
  color: #d263ee;
}
.wrapper_vertical_menu .vertical-megamenu > li.revo-menu-custom ul > li.active > a:before,
.wrapper_vertical_menu .vertical-megamenu > li.revo-menu-custom ul > li:hover > a:before {
  background-color: #d263ee;
}
.wrapper_vertical_menu .vertical-megamenu > li.revo-mega-menu > li {
  position: static;
}
.wrapper_vertical_menu .vertical-megamenu > li.revo-mega-menu > .column-1.dropdown-menu .revo-menu-img {
  clear: none;
  position: absolute;
  max-width: 260px !important;
  width: 260px !important;
  top: 0;
  right: 0;
  padding: 0;
}
.wrapper_vertical_menu .vertical-megamenu > li.revo-mega-menu > .column-1.dropdown-menu .revo-menu-img > a {
  padding: 0;
}
.wrapper_vertical_menu .vertical-megamenu > li.revo-mega-menu > .column-1.dropdown-menu .revo-menu-img > a:before {
  width: 0;
  margin: 0;
}
.rtl .wrapper_vertical_menu .vertical-megamenu > li.revo-mega-menu > .column-1.dropdown-menu .revo-menu-img {
  right: auto;
  left: 0;
}
.wrapper_vertical_menu .vertical-megamenu > li.revo-mega-menu > .column-2 {
  min-width: 600px;
}
.wrapper_vertical_menu .vertical-megamenu > li.revo-mega-menu > .column-2 > li {
  width: 160px;
}
.wrapper_vertical_menu .vertical-megamenu > li.revo-mega-menu > .column-2 > li:nth-child(2n+1) {
  clear: both;
}
.wrapper_vertical_menu .vertical-megamenu > li.revo-mega-menu > .column-2 .column-2 {
  clear: both;
  width: 100%;
  background-color: #ddd;
  height: 60px;
  line-height: 60px;
  padding: 0 30px;
}
.rtl .wrapper_vertical_menu .vertical-megamenu > li.revo-mega-menu > .column-2 .column-2 {
  padding: 0 30px;
}
.wrapper_vertical_menu .vertical-megamenu > li.revo-mega-menu > .column-2 .column-2 .tag-menu ul {
  margin: 0;
}
.wrapper_vertical_menu .vertical-megamenu > li.revo-mega-menu > .column-2 .column-2 .tag-menu ul > li {
  display: inline-block;
}
.wrapper_vertical_menu .vertical-megamenu > li.revo-mega-menu > .column-2 .column-2 .tag-menu ul > li span {
  font-size: 13px;
  color: #666;
}
.wrapper_vertical_menu .vertical-megamenu > li.revo-mega-menu > .column-2 .column-2 .tag-menu ul > li:first-child span {
  font-weight: bold;
  color: #222;
}
.wrapper_vertical_menu .vertical-megamenu > li.revo-mega-menu.menu-fashion > .column-3 .revo-menu-img {
  width: 100%;
  padding: 0 15px 5px;
}
.wrapper_vertical_menu .vertical-megamenu > li.revo-mega-menu > .column-3 {
  min-width: 650px;
}
.wrapper_vertical_menu .vertical-megamenu > li.revo-mega-menu > .column-3 .revo-menu-img {
  padding: 0 15px 5px;
}
.wrapper_vertical_menu .vertical-megamenu > li.revo-mega-menu > .column-3 .revo-menu-img > a {
  padding: 0;
  border: none;
}
.wrapper_vertical_menu .vertical-megamenu > li.revo-mega-menu > .column-3 .revo-menu-img > a .have-title .menu-title {
  padding-bottom: 10px;
  display: block;
  border-bottom: 1px #eee solid;
  margin-bottom: 10px;
}
.wrapper_vertical_menu .vertical-megamenu > li.revo-mega-menu > .column-3 .revo-menu-img > a img {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.wrapper_vertical_menu .vertical-megamenu > li.revo-mega-menu > .column-3 .revo-menu-img > a img:hover {
  opacity: 0.85;
}
.wrapper_vertical_menu .vertical-megamenu > li.revo-mega-menu > .column-3 > li:nth-child(3n+1) {
  clear: both;
}
.wrapper_vertical_menu .vertical-megamenu > li.revo-mega-menu > .column-4 {
  min-width: 885px;
}
.wrapper_vertical_menu .vertical-megamenu > li.revo-mega-menu > .column-4 > li {
  width: 285px !important;
}
.wrapper_vertical_menu .vertical-megamenu > li.revo-mega-menu > .column-4 > li img {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.wrapper_vertical_menu .vertical-megamenu > li.revo-mega-menu > .column-4 > li img:hover {
  opacity: 0.85;
}
.wrapper_vertical_menu .vertical-megamenu > li.revo-mega-menu > .column-4 > li > .dropdown-menu {
  padding: 5px 15px 18px;
}
.wrapper_vertical_menu .vertical-megamenu > li.revo-mega-menu > .column-4 > li.revo-menu-img > a  .menu-title {
  margin-top: 24px;
  display: inline-block;
}
.wrapper_vertical_menu .vertical-megamenu > li.revo-mega-menu > .column-4 > li:nth-child(4n+1) {
  clear: both;
}
.wrapper_vertical_menu .vertical-megamenu > li.revo-mega-menu > .column-5 {
  min-width: 900px;
}
.wrapper_vertical_menu .vertical-megamenu > li.revo-mega-menu > .column-5 > li:nth-child(5n+1) {
  clear: both;
}
.wrapper_vertical_menu .vertical-megamenu > li.revo-mega-menu > .dropdown-menu {
  border: 0;
  border-radius: 0;
  box-shadow: 2px 3px 5px #999;
  margin: 0;
  padding: 0 15px;
}
.wrapper_vertical_menu .vertical-megamenu > li.revo-mega-menu > .dropdown-menu > li {
  width: 205px;
  padding: 25px 15px 10px;
  float: left;
  line-height: unset;
}
.rtl .wrapper_vertical_menu .vertical-megamenu > li.revo-mega-menu > .dropdown-menu > li {
  float: right;
}
.wrapper_vertical_menu .vertical-megamenu > li.revo-mega-menu > .dropdown-menu > li:last-child {
  border: 0;
}
.rtl .wrapper_vertical_menu .vertical-megamenu > li.revo-mega-menu > .dropdown-menu > li:last-child {
  border: 0;
}
.wrapper_vertical_menu .vertical-megamenu > li.revo-mega-menu > .dropdown-menu > li:hover > a {
  background-color: #fff;
}
.wrapper_vertical_menu .vertical-megamenu > li.revo-mega-menu > .dropdown-menu > li.dropdown-submenu > a {
  margin-bottom: 5px;
  padding: 0 0 10px;
  font-size: 16px;
  color: #222;
  text-transform: uppercase;
  font-weight: 700;
}
.rtl .wrapper_vertical_menu .vertical-megamenu > li.revo-mega-menu > .dropdown-menu > li {
  float: right;
}
.wrapper_vertical_menu .vertical-megamenu > li.revo-mega-menu > .dropdown-menu > li > a,
.wrapper_vertical_menu .vertical-megamenu > li.revo-mega-menu > .dropdown-menu > li > span {
  display: block;
  font-size: 18px;
  margin-bottom: 15px;
}
.wrapper_vertical_menu .vertical-megamenu > li.revo-mega-menu > .dropdown-menu > li > a:after,
.wrapper_vertical_menu .vertical-megamenu > li.revo-mega-menu > .dropdown-menu > li > span:after {
  display: none;
}
.wrapper_vertical_menu .vertical-megamenu > li.revo-mega-menu > .dropdown-menu > li .dropdown-sub > li:last-child > a {
  border: 0;
}
.wrapper_vertical_menu .vertical-megamenu > li.revo-mega-menu > .dropdown-menu > li .dropdown-sub > li > a {
  padding: 0;
  line-height: 38px;
  display: block;
  font-size: 13px;
  color: #7d7d7d;
  position: relative;
}
.wrapper_vertical_menu .vertical-megamenu > li.revo-mega-menu > .dropdown-menu > li .dropdown-sub > li.revo-menu-img > a {
  padding-left: 30px;
}
.wrapper_vertical_menu .vertical-megamenu > li.revo-mega-menu > .dropdown-menu > li .dropdown-sub > li.revo-menu-img > a span.menu-img {
  position: absolute;
  left: 0;
  top: 14px;
  display: inline-block;
}
.rtl .wrapper_vertical_menu .vertical-megamenu > li.revo-mega-menu > .dropdown-menu > li .dropdown-sub > li.revo-menu-img > a span.menu-img {
  right: 0;
  left: auto;
}
.wrapper_vertical_menu .vertical-megamenu > li.revo-mega-menu > .dropdown-menu > li .dropdown-sub > li.revo-menu-img > a .menu-title {
  padding: 0;
  margin: 0;
}
.wrapper_vertical_menu .vertical-megamenu > li.revo-mega-menu > .dropdown-menu > li .dropdown-sub > li.active a,
.wrapper_vertical_menu .vertical-megamenu > li.revo-mega-menu > .dropdown-menu > li .dropdown-sub > li:hover a {
  color: #d263ee;
}
.wrapper_vertical_menu .vertical-megamenu > li.revo-mega-menu > .dropdown-menu > li.col-1 {
  min-width: 160px;
}
.wrapper_vertical_menu .vertical-megamenu > li.revo-mega-menu > .dropdown-menu > li.col-2 {
  min-width: 360px;
}
.wrapper_vertical_menu .vertical-megamenu > li.revo-mega-menu > .dropdown-menu > li.col-3 {
  min-width: 540px;
}
.wrapper_vertical_menu .vertical-megamenu > li.revo-mega-menu > .dropdown-menu > li.col-4 {
  min-width: 720px;
}
.wrapper_vertical_menu .vertical-megamenu > li.revo-mega-menu > .dropdown-menu > li.col-5 {
  min-width: 900px;
}
.wrapper_vertical_menu .vertical-megamenu > li.revo-mega-menu > .dropdown-menu > li.col-6 {
  min-width: 900px;
}
.wrapper_vertical_menu .vertical-megamenu > li.revo-mega-menu > .dropdown-menu > li.col3-img-right {
  padding: 30px 10px 25px 10px;
}
.wrapper_vertical_menu .vertical-megamenu > li.revo-menu-icon > a span.fa {
  margin: 0 7px 0 0;
  display: inline-block;
  width: 20px;
  text-align: center;
}
.wrapper_vertical_menu .vertical-megamenu > li.icon-phone.revo-menu-img > a span.menu-img {
  position: absolute;
  left: 0;
  top: 13px;
  display: inline-block;
}
.wrapper_vertical_menu .vertical-megamenu > li.icon-sport.revo-menu-img > a span.menu-img {
  position: absolute;
  left: 0;
  top: 19px;
  display: inline-block;
}
.wrapper_vertical_menu .vertical-megamenu > li.revo-menu-img > a span.menu-img {
  position: absolute;
  left: 0;
  top: 18px;
  display: inline-block;
}
.rtl .wrapper_vertical_menu .vertical-megamenu > li.revo-menu-img > a span.menu-img {
  right: 0;
  left: auto;
}
.mega-menu .wrap-content {
  overflow: hidden;
}
.mega-menu .wrap-content .item {
  float: left;
  width: 25%;
  padding: 0 15px;
}
.mega-menu .wrap-content .item .item-image img {
  margin-bottom: 10px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.mega-menu .wrap-content .item .item-image:hover img {
  opacity: 0.9;
}
.mega-menu .wrap-content .item .item-content h3 {
  font-size: 14px;
  color: #222;
  font-weight: 700 !important;
  text-transform: uppercase;
  padding: 15px 0;
  border-bottom: 1px solid #eaeaea;
}
.mega-menu .wrap-content .item .item-content ul > li > a {
  padding: 10px 0;
  font-size: 13px;
  color: #7d7d7d;
}
.mega-menu .wrap-content .item .item-content ul > li > a:hover {
  color: #d263ee;
}
.resmenu-container .navbar-toggle {
  display: none;
  float: left;
  background-color: transparent;
  border-color: transparent;
}
.resmenu-container .navbar-toggle .icon-bar {
  background-color: #111;
  height: 3px;
}
.header-style25 .resmenu-container .navbar-toggle .icon-bar {
  background-color: #fff;
}
.resmenu-container .navbar-toggle:hover,
.resmenu-container .navbar-toggle:focus {
  background-color: transparent;
}
.resmenu-container .navbar-toggle:hover .icon-bar,
.resmenu-container .navbar-toggle:focus .icon-bar {
  background-color: #d263ee;
}
.resmenu-container .menu-responsive-wrapper {
  position: absolute;
  top: 55px;
  padding: 0;
  min-width: 300px;
  background: #464646;
  z-index: 999;
}
.resmenu-container .menu-responsive-wrapper ul {
  list-style-type: none;
  margin: 0;
}
.resmenu-container .menu-responsive-wrapper ul .dropdown-resmenu {
  display: none;
}
.resmenu-container .menu-responsive-wrapper ul .dropdown-resmenu > li > a {
  padding-left: 25px;
}
.resmenu-container .menu-responsive-wrapper ul > li {
  position: relative;
  -webkit-box-shadow: 0 1px 0 0 #555;
  -moz-box-shadow: 0 1px 0 0 #555;
  -o-box-shadow: 0 1px 0 0 #555;
  -ms-box-shadow: 0 1px 0 0 #555;
  box-shadow: 0 1px 0 0 #555;
}
.resmenu-container .menu-responsive-wrapper ul > li > a {
  color: #fff;
  padding: 10px 20px;
  display: block;
  -webkit-box-shadow: 0 1px 0 0 #555;
  -moz-box-shadow: 0 1px 0 0 #555;
  -o-box-shadow: 0 1px 0 0 #555;
  -ms-box-shadow: 0 1px 0 0 #555;
  box-shadow: 0 1px 0 0 #555;
}
.resmenu-container .menu-responsive-wrapper ul > li .show-dropdown {
  display: block;
  width: 40px;
  position: absolute;
  right: 0;
  top: 0;
  height: 39px;
  background: #111;
  cursor: pointer;
  text-align: center;
  line-height: 39px;
  font-size: 20px;
}
.resmenu-container .menu-responsive-wrapper ul > li .show-dropdown:after {
  content: "+";
  font-family: FontAwesome;
}
.resmenu-container .menu-responsive-wrapper ul > li .show-dropdown.show:after {
  content: "–";
}
.resmenu-container .menu-responsive-wrapper ul > li .show-dropdown:hover {
  color: #fff;
  background: #d263ee;
}
.rtl .resmenu-container .menu-responsive-wrapper ul > li .show-dropdown {
  right: auto;
  left: 0;
}
.resmenu-container .menu-responsive-wrapper ul > li:hover > a,
.resmenu-container .menu-responsive-wrapper ul > li.active > a {
  background: #eee;
  color: #d263ee;
}
.resmenu-container .menu-responsive-wrapper ul > li:hover > .show-dropdown,
.resmenu-container .menu-responsive-wrapper ul > li.active > .show-dropdown {
  background: #d263ee;
  color: #fff;
}
.resmenu-container .menu-responsive-wrapper ul > li.has-img > a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.resmenu-container .menu-responsive-wrapper ul > li.has-img > a span.menu-img {
  display: block;
  max-width: 40px;
  margin-right: 10px;
}
.resmenu-container.resmenu-container-sidebar {
  font-size: 14px;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper {
  min-width: 320px;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  -webkit-transform: translate(-350px,0);
  -moz-transform: translate(-350px,0);
  -o-transform: translate(-350px,0);
  -ms-transform: translate(-350px,0);
  transform: translate(-350px,0);
  z-index: 9999;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper.open {
  -webkit-transform: translate(0,0);
  -moz-transform: translate(0,0);
  -o-transform: translate(0,0);
  -ms-transform: translate(0,0);
  transform: translate(0,0);
}
.admin-bar .resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper {
  top: 46px;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner {
  background: #fff;
  position: relative;
  height: 100%;
  overflow-x: auto;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner ul {
  list-style-type: none;
  margin: 0;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner ul > li {
  position: relative;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner ul > li > a {
  color: #333;
  padding: 12px 0;
  display: block;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  border-bottom: 1px solid #eee;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner ul > li .show-dropdown {
  display: block;
  width: 40px;
  position: absolute;
  right: 0;
  top: 0;
  height: 39px;
  cursor: pointer;
  text-align: center;
  line-height: 39px;
  font-size: 18px;
  color: #ccc;
  background: none;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner ul > li .show-dropdown:after {
  content: "\f105";
  font-family: FontAwesome;
}
.rtl .resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner ul > li .show-dropdown:after {
  content: "\f104";
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner ul > li .show-dropdown.show:after {
  content: "\f107";
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner ul > li .show-dropdown:hover {
  color: #d263ee;
  background: none;
}
.rtl .resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner ul > li .show-dropdown {
  right: auto;
  left: 0;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner ul > li:hover > a,
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner ul > li.active > a {
  color: #d263ee;
  background: none;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner ul > li:hover > .show-dropdown,
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner ul > li.active > .show-dropdown {
  color: #d263ee;
  background: none;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner ul > li > ul > li > a {
  padding-left: 10px;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner ul > li.has-img > a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner ul > li.has-img > a span.menu-img {
  display: block;
  max-width: 40px;
  margin-right: 10px;
}
.rtl .resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner ul > li.has-img > a span.menu-img {
  margin-right: 0;
  margin-left: 10px;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .nav-tabs {
  border-top: 1px solid #e4e4e4;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .nav-tabs > li {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  -webkit-flex: 4;
  -ms-flex: 4;
  flex: 4;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .nav-tabs > li >a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 10px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  border: 0;
  text-transform: uppercase;
  background: #fafafa;
  color: #999;
  margin: 0;
  border-bottom: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
  height: 100%;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .nav-tabs > li >a:before {
  content: '\f036';
  font-family: FontAwesome;
  margin-right: 10px;
}
.rtl .resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .nav-tabs > li >a:before {
  margin-right: 0;
  margin-left: 10px;
  display: inline-block;
  vertical-align: top;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .nav-tabs > li >a.tab-vertical {
  border-left: 1px solid #e4e4e4;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .nav-tabs > li >a.tab-vertical:before {
  content: '\f009';
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .nav-tabs > li.active > a {
  color: #333;
  background: none;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .nav-tabs > li .dropdown {
  display: none;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .nav-tabs > li.more-menu {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: #fafafa;
  border-bottom: 1px solid #e4e4e4;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .nav-tabs > li.more-menu > a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border-bottom: 0;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .nav-tabs > li.more-menu > a >span {
  font-size: 14px;
  background: #999;
  color: #fff;
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .nav-tabs > li.more-menu > a:before {
  display: none;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .nav-tabs > li.more-menu > ul {
  position: absolute;
  top: 100%;
  background: #fafafa;
  right: 0;
  min-width: 200px;
  z-index: 99;
  -webkit-box-shadow: 0 0 0 1px #ddd;
  -moz-box-shadow: 0 0 0 1px #ddd;
  -o-box-shadow: 0 0 0 1px #ddd;
  -ms-box-shadow: 0 0 0 1px #ddd;
  box-shadow: 0 0 0 1px #ddd;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .nav-tabs > li.more-menu:hover > a >span {
  background: #d263ee;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .nav-tabs > li:last-child > a {
  border-right: 0;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .tab-content {
  padding: 0 15px;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .resmenu-top {
  padding: 10px;
  background: #fafafa;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  position: relative;
  z-index: 99;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .resmenu-top .resmenu-top-mobile > a {
  display: block;
  width: 40px;
  height: 40px;
  -webkit-box-shadow: 0 0 0 1px #e4e4e4;
  -moz-box-shadow: 0 0 0 1px #e4e4e4;
  -o-box-shadow: 0 0 0 1px #e4e4e4;
  -ms-box-shadow: 0 0 0 1px #e4e4e4;
  box-shadow: 0 0 0 1px #e4e4e4;
  background: #fff;
  color: #999;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  margin-left: 15px;
}
.rtl .resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .resmenu-top .resmenu-top-mobile > a {
  margin-left: 0;
  margin-right: 15px;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .resmenu-top .resmenu-top-mobile #respmenu_setting_content {
  display: none;
  position: absolute;
  right: 10px;
  top: 60px;
  min-width: 120px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 3px #ccc;
  -moz-box-shadow: 0px 0px 3px #ccc;
  -o-box-shadow: 0px 0px 3px #ccc;
  -ms-box-shadow: 0px 0px 3px #ccc;
  box-shadow: 0px 0px 3px #ccc;
  padding: 10px;
}
.rtl .resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .resmenu-top .resmenu-top-mobile #respmenu_setting_content {
  right: auto;
  left: 10px;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .resmenu-top .resmenu-top-mobile #respmenu_setting_content #lang_sel > ul.nav {
  display: block;
}
.rtl .resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .resmenu-top .resmenu-top-mobile #respmenu_setting_content #lang_sel > ul.nav {
  margin-right: 0;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .resmenu-top .resmenu-top-mobile #respmenu_setting_content #lang_sel > ul.nav > li {
  padding: 0 0 10px;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .resmenu-top .resmenu-top-mobile #respmenu_setting_content #lang_sel > ul.nav > li > a {
  padding: 0;
  color: #333;
  border: none;
}
.rtl .resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .resmenu-top .resmenu-top-mobile #respmenu_setting_content #lang_sel > ul.nav > li > a {
  border: none;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .resmenu-top .resmenu-top-mobile #respmenu_setting_content #lang_sel > ul.nav > li > a:after {
  color: #333;
  float: right;
}
.rtl .resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .resmenu-top .resmenu-top-mobile #respmenu_setting_content #lang_sel > ul.nav > li > a:after {
  float: left;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .resmenu-top .resmenu-top-mobile #respmenu_setting_content #lang_sel > ul.nav > li:hover > ul {
  left: -10px;
  top: 30px;
  max-height: none;
}
.rtl .resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .resmenu-top .resmenu-top-mobile #respmenu_setting_content #lang_sel > ul.nav > li:hover > ul {
  left: auto;
  right: -10px;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .resmenu-top .resmenu-top-mobile #respmenu_setting_content ul.currency_w li {
  padding: 0;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .resmenu-top .resmenu-top-mobile #respmenu_setting_content ul.currency_w li > a {
  padding: 0;
  border: 0;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .resmenu-top .resmenu-top-mobile #respmenu_setting_content ul.currency_w li > a:after {
  color: #333;
  float: right;
}
.rtl .resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .resmenu-top .resmenu-top-mobile #respmenu_setting_content ul.currency_w li > a:after {
  float: left;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .resmenu-top .resmenu-top-mobile #respmenu_setting_content ul.currency_w li:hover .currency_switcher {
  left: -10px;
  top: 28px;
  min-width: 122px;
}
.rtl .resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .resmenu-top .resmenu-top-mobile #respmenu_setting_content ul.currency_w li:hover .currency_switcher {
  left: auto;
  right: -10px;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-close {
  position: absolute;
  top: 0px;
  right: -25px;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  background: #000;
  width: 25px;
  height: 25px;
  text-align: center;
  z-index: 999;
  line-height: 25px;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-close:after {
  content: "x";
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-close:hover {
  background: #d263ee;
}
@media (max-width: 991px) {
  #main-menu .primary-menu .resmenu-container .navbar-toggle {
    display: inline-block;
    vertical-align: top;
    z-index: 99;
    margin: 10px 0;
  }
  .header-style1 #main-menu .primary-menu .resmenu-container .navbar-toggle {
    border: 1px solid #d263ee;
  }
  .header-style5 #main-menu .primary-menu .resmenu-container .navbar-toggle,
  .header-style7 #main-menu .primary-menu .resmenu-container .navbar-toggle {
    border: 1px solid #fff;
  }
  .header-style11 #main-menu .primary-menu .resmenu-container .navbar-toggle {
    margin-top: 13px;
  }
  .header-style5 #main-menu .primary-menu .resmenu-container .navbar-toggle .icon-bar,
  .header-style7 #main-menu .primary-menu .resmenu-container .navbar-toggle .icon-bar {
    background: #fff;
  }
  #main-menu .primary-menu .nav-pills {
    display: none;
  }
  .resmenu-container-sidebar .revo_top {
    padding: 0;
  }
  .resmenu-container-sidebar .revo_top .top-form.top-search {
    min-width: auto;
    box-shadow: 0 0 0 1px #e4e4e4;
    -webkit-box-shadow: 0 0 0 1px #e4e4e4;
    border-radius: 0;
    margin: 0;
    width: 100%;
  }
  .resmenu-container-sidebar .revo_top .top-form.top-search .cat-wrapper {
    display: none;
  }
  .resmenu-container-sidebar .revo_top .top-form.top-search input {
    padding: 0 10px;
    border-radius: 4px;
    height: 40px;
    line-height: 40px;
  }
  .rtl .resmenu-container-sidebar .revo_top .top-form.top-search input {
    border-radius: 4px;
  }
  .resmenu-container-sidebar .revo_top .top-form.top-search button.form-button {
    background: none;
    font-size: 16px;
    border-radius: 0 4px 4px 0;
    height: 40px;
    line-height: 40px;
  }
  .resmenu-container-sidebar .revo_top .top-form.top-search button.form-button:before {
    color: #999;
  }
  .rtl .resmenu-container-sidebar .revo_top .top-form.top-search button.form-button {
    border-radius: 4px 0 0 4px;
  }
  .rtl .resmenu-container-sidebar .revo_top .top-form.top-search .topsearch-entry {
    padding-right: 0;
  }
  .resmenu-container-sidebar .topsearch-entry .search-append {
    left: 0;
  }
}
#cpanel-form {
  position: fixed;
  right: -300px;
  top: 40%;
  width: 300px;
  float: right;
  z-index: 10;
  text-align: left;
  direction: ltr;
}
#cpanel-form .cpanel-inner {
  background: none repeat scroll 0 0 #e5e5e5;
  border-color: #f3f3f3;
  color: #555;
  font-size: 11px;
  padding: 8px;
  position: relative;
  z-index: 999;
}
#cpanel-form .cpanel-title {
  background: #666;
  box-shadow: 0 1px 1px rgba(0,0,0,0.2) inset;
  color: #fff;
  float: left;
  font-size: 14px;
  font-weight: bold;
  padding: 3px 10px 0;
  width: 282px;
}
#cpanel-form .cpanel-title h4 {
  float: left;
  margin-top: 5px;
  font-size: 16px;
  text-transform: uppercase;
}
#cpanel-form .cpanel-title h4 i {
  color: #dfdfdf;
}
#cpanel-form .cpannel-button .btn {
  background: #a1a1a1;
  border-radius: 0px;
  margin-left: 10px;
  margin-bottom: 15px;
  margin-top: 15px;
  font-size: 14px;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-image: -webkit-gradient(linear,left 0%,left 100%,from(#a1a1a1),to(#969696));
  background-image: -webkit-linear-gradient(top,#a1a1a1,0%,#969696,100%);
  background-image: -moz-linear-gradient(top,#a1a1a1 0%,#969696 100%);
  background-image: linear-gradient(to bottom,#a1a1a1 0%,#969696 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa1a1a1', endColorstr='#ff969696', GradientType=0);
  border-color: #969696 #969696 #707070;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
}
#cpanel-form .cpannel-button .btn:hover {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-image: -webkit-gradient(linear,left 0%,left 100%,from(#969696),to(#a1a1a1));
  background-image: -webkit-linear-gradient(top,#969696,0%,#a1a1a1,100%);
  background-image: -moz-linear-gradient(top,#969696 0%,#a1a1a1 100%);
  background-image: linear-gradient(to bottom,#969696 0%,#a1a1a1 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff969696', endColorstr='#ffa1a1a1', GradientType=0);
  border-color: #a1a1a1 #a1a1a1 #7b7b7b;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
}
#cpanel-form img {
  display: inline-block;
}
#cpanel-form .panel,
#cpanel-form .panel-default {
  border: 1px solid #bcbcbc;
  margin-bottom: 5px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}
#cpanel-form .panel .panel-heading,
#cpanel-form .panel-default .panel-heading {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-image: -webkit-gradient(linear,left 0%,left 100%,from(#fff),to(#f6f6f6));
  background-image: -webkit-linear-gradient(top,#fff,0%,#f6f6f6,100%);
  background-image: -moz-linear-gradient(top,#fff 0%,#f6f6f6 100%);
  background-image: linear-gradient(to bottom,#fff 0%,#f6f6f6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff6f6f6', GradientType=0);
  border-color: #f6f6f6 #f6f6f6 #d0d0d0;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  clear: both;
  padding: 0 !important;
  text-shadow: none;
}
#cpanel-form .panel .panel-heading .accordion-toggle,
#cpanel-form .panel-default .panel-heading .accordion-toggle {
  color: #909090;
  font-size: 12px;
  position: relative;
  display: block;
  padding: 8px 15px;
}
#cpanel-form .panel .panel-heading .accordion-toggle img,
#cpanel-form .panel-default .panel-heading .accordion-toggle img {
  margin-right: 10px;
  opacity: 0.2;
  width: 20px;
  display: inline-block;
}
#cpanel-form .panel .panel-heading .accordion-toggle:after,
#cpanel-form .panel-default .panel-heading .accordion-toggle:after {
  content: '\F078';
  font-family: 'FontAwesome';
  position: absolute;
  right: 10px;
}
#cpanel-form .panel .panel-heading i,
#cpanel-form .panel-default .panel-heading i {
  color: #909090;
}
#cpanel-form .panel .panel-collapse,
#cpanel-form .panel-default .panel-collapse {
  max-height: 190px;
  overflow-y: auto;
}
#cpanel-form .panel .panel-collapse .accordion-inner,
#cpanel-form .panel-default .panel-collapse .accordion-inner {
  border-top: 1px solid #E5E5E5;
  padding: 9px 15px;
}
#cpanel-form .panel .control-group,
#cpanel-form .panel-default .control-group {
  margin-bottom: 10px;
}
#cpanel-form a.cpanel-control {
  background-color: #707070;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border: 1px solid #fff;
  border-radius: 5px 0 0 5px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.4);
  height: 40px;
  left: -40px;
  line-height: 36px;
  padding: 0 0 5px 10px;
  position: absolute;
  width: 40px;
  z-index: 10;
  top: 20%;
}
#cpanel-form a.cpanel-control:before {
  content: "\f0a5";
  color: #fff;
  display: inline;
  font-family: "FontAwesome";
  font-size: 20px;
}
#cpanel-form a.cpanel-control.active:before {
  content: "\f0a4";
  font-family: "FontAwesome";
  font-size: 20px;
}
#cpanel-form label {
  float: left;
  width: 50%;
  padding: 5px 0;
  text-align: left;
  font-size: 12px;
  font-weight: 500;
}
#cpanel-form label.revo-radio-img-selected {
  box-shadow: 0 0 0 2px #ad2323 inset;
}
#cpanel-form .controls {
  margin-left: 0;
}
#cpanel-form .controls label {
  float: left;
  width: auto;
  padding: 2px;
}
#cpanel-form .controls select {
  font-size: 12px;
}
#cpanel-form .revo-radio-img input[type="radio"],
#cpanel-form .revo-radio-img span {
  display: none;
}
#cpanel-form .revo-radio-img img {
  width: 33px;
  cursor: pointer;
}
.lt-ie9 #cpanel-form .revo-radio-img img {
  width: auto;
}
#cpanel-form input,
#cpanel-form textarea,
#cpanel-form .uneditable-input {
  width: 206px;
  border: 1px solid #ddd;
  background: #fff;
}
#cpanel-form select {
  background-color: #FFFFFF;
  border: 1px solid #ccc;
  width: 220px;
}
#cpanel-form select,
#cpanel-form input {
  height: 20px;
  line-height: 30px;
  padding: 4px 6px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
#cpanel-form select,
#cpanel-form input {
  border-radius: 0px;
  height: 30px;
}
#cpanel-form fieldset {
  width: 100%;
}
#cpanel-form input[type="checkbox"] {
  width: 20px;
  height: 20px;
}
.sidebar .widget {
  margin-bottom: 30px;
}
.sidebar .widget {
  margin-bottom: 30px;
}
.sidebar .widget .widget-inner .block-title-widget {
  background-color: #f2f2f2;
}
.sidebar .widget .widget-inner .block-title-widget h2 {
  position: relative;
  padding: 15px;
  color: #222;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700 !important;
  margin-bottom: 0;
}
.sidebar .widget .widget-inner .block-title-widget h2:before {
  content: '\f219';
  font-family: FontAwesome;
  font-size: 18px;
  display: inline-block;
  margin-right: 10px;
  color: #d263ee;
}
.rtl .sidebar .widget .widget-inner .block-title-widget h2:before {
  margin-left: 10px;
  margin-right: 0;
}
.sidebar .widget .widget-inner select {
  max-width: 100%;
  padding: 7px;
}
.sidebar .widget .widget-inner ul {
  list-style: none;
  margin: 0;
  border: 1px solid #ebebeb;
}
.sidebar .widget .widget-inner ul > li {
  padding: 15px;
  border-bottom: 1px solid #ddd;
}
.sidebar .widget .widget-inner ul > li > a {
  display: inline-block;
  vertical-align: top;
}
.sidebar .widget .widget-inner ul > li:last-child {
  border: 0;
}
.sidebar .widget .widget-inner ul > li ul.children {
  margin-left: 15px;
  padding-top: 10px;
  border: 0;
}
.sidebar .widget .widget-inner ul > li ul.children > li:first-child {
  border-top: 1px solid #ddd;
}
.sidebar .widget.widget_search .searchform {
  margin-top: 20px;
}
.sidebar .widget.widget_search .searchform .screen-reader-text {
  display: block;
}
.sidebar .widget.widget_search .searchform > div {
  position: relative;
  min-height: 60px;
}
.sidebar .widget.widget_search .searchform > div input {
  position: absolute;
  left: 0;
  top: 30px;
  width: 100%;
  border: 1px solid #c9c9c9;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  padding: 7px 60px 7px 7px;
  background: #fff;
}
.rtl .sidebar .widget.widget_search .searchform > div input {
  padding: 7px 7px 7px 60px;
}
.sidebar .widget.widget_search .searchform > div input#searchsubmit {
  background: #222;
  border: #222;
  padding: 8px;
  right: 0;
  width: auto;
  left: auto;
  color: #fff;
}
.sidebar .widget.widget_search .searchform > div input#searchsubmit:hover {
  background: #d263ee;
}
.rtl .sidebar .widget.widget_search .searchform > div input#searchsubmit {
  right: auto;
  left: 0;
}
.sidebar .widget.widget_calendar #calendar_wrap {
  width: 100%;
}
.sidebar .widget.widget_calendar #calendar_wrap #wp-calendar {
  width: 100%;
  max-width: 50%;
}
.sidebar .widget.widget_calendar #calendar_wrap #wp-calendar tbody tr td,
.sidebar .widget.widget_calendar #calendar_wrap #wp-calendar tr th {
  padding: 10px;
  text-align: center;
  border: 1px solid #ccc;
}
.sidebar .widget.widget_calendar #calendar_wrap #wp-calendar tbody tr td > a,
.sidebar .widget.widget_calendar #calendar_wrap #wp-calendar tr th > a {
  font-weight: bold;
}
.sidebar .widget.widget_calendar #calendar_wrap #wp-calendar #today {
  font-weight: bold;
}
.sidebar .widget.widget_archive .screen-reader-text,
.sidebar .widget.widget_categories .screen-reader-text {
  display: none;
}
.sidebar .widget.widget_archive select,
.sidebar .widget.widget_categories select {
  margin-top: 20px;
  width: 100%;
}
.sidebar .widget.widget_text .textwidget {
  padding-top: 15px;
}
.sidebar .widget.widget_tag_cloud .tagcloud {
  padding-top: 15px;
}
.sidebar .widget.widget_rss .block-title-widget h2 span {
  float: left;
}
.sidebar .widget.widget_rss .block-title-widget h2:before {
  content: '';
}
.sidebar .widget.widget_rss .block-title-widget h2 img {
  display: inline-block;
  margin-right: 10px;
}
.sidebar .widget.widget_rss .widget-inner > ul li a {
  padding: 0;
}
.sidebar .widget.widget_rss .widget-inner > ul li a.rsswidget {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}
.sidebar .widget.widget_rss .widget-inner > ul li .rss-date {
  display: block;
  color: #999;
  font-size: 12px;
  margin-bottom: 10px;
}
.sidebar .widget.widget_recent_comments .widget-inner ul#recentcomments > li .comment-author-link {
  font-weight: bold;
}
.sidebar .widget.widget_tag_cloud .tagcloud {
  margin: 0 !important;
}
.sidebar .widget.widget_tag_cloud .tagcloud a {
  display: inline-block;
  color: #333;
  padding: 10px;
  border: 1px solid #e0e0e0;
  padding: 6px 9px;
  margin: 5px 2px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.sidebar .widget.widget_tag_cloud .tagcloud a:hover {
  border: 1px solid #d263ee;
  background-color: #d263ee;
  color: #fff;
}
.sidebar .widget.widget_nav_menu .widget-inner ul.menu {
  border: 0;
}
.sidebar .widget.widget_nav_menu .widget-inner ul.menu > li {
  padding: 0;
  position: relative;
}
.sidebar .widget.widget_nav_menu .widget-inner ul.menu > li > a {
  display: block;
  padding: 10px 0;
}
.sidebar .widget.widget_nav_menu .widget-inner ul.menu > li:hover > a {
  color: #d263ee;
}
.sidebar .widget.widget_nav_menu .widget-inner ul.menu > li:hover > ul.dropdown-menu {
  display: block;
}
.sidebar .widget.widget_nav_menu .widget-inner ul.menu > li ul.dropdown-menu {
  position: static;
  border-radius: 0;
  display: block;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  border: 0;
  background: none;
  padding: 0;
  float: none;
  margin-left: 15px;
  min-width: auto;
}
.sidebar .widget.widget_nav_menu .widget-inner ul.menu > li ul.dropdown-menu > li {
  padding: 0;
  position: relative;
}
.sidebar .widget.widget_nav_menu .widget-inner ul.menu > li ul.dropdown-menu > li.active > a {
  background-color: #fff;
  color: #d263ee;
}
.sidebar .widget.widget_nav_menu .widget-inner ul.menu > li ul.dropdown-menu > li > a {
  display: block;
  padding: 10px 15px;
}
.sidebar .widget.widget_nav_menu .widget-inner ul.menu > li ul.dropdown-menu > li > a:hover,
.sidebar .widget.widget_nav_menu .widget-inner ul.menu > li ul.dropdown-menu > li > a:focus {
  background: none;
  color: #d263ee;
}
.sidebar .widget.widget_nav_menu .widget-inner ul.menu > li ul.dropdown-menu > li:first-child {
  border-top: 1px solid #ccc;
}
.page .listing-title h1 {
  margin: 40px 0 0;
}
.wp_left_contact {
  color: #999999;
  line-height: 22px;
}
.wp_left_contact h4 {
  margin-bottom: 28px;
  color: #313131;
}
.wp_left_contact ul {
  list-style-type: none;
  margin: 0;
  color: #666666;
}
.wp_left_contact ul li {
  margin: 15px 0;
  display: inline-block;
  width: 100%;
}
.wp_left_contact ul li i {
  margin-right: 10px;
}
.rtl .wp_left_contact ul li i {
  margin-right: 0;
  margin-left: 10px;
}
.wp_left_contact ul li a {
  color: #666666;
}
.wp_left_contact ul li a:hover {
  color: #d263ee;
}
.wp_left_contact ul li.address i {
  font-size: 16px;
}
.wp_left_contact ul li.email i {
  font-size: 12px;
}
.wp_left_contact ul li.phone {
  font-size: 20px;
}
.wp_left_contact ul li.phone a {
  font-weight: 600;
}
.wp_left_contact ul li.phone i {
  font-size: 18px;
}
.wpb_gmaps_widget .wpb_wrapper {
  padding: 0;
}
.wpb_gmaps_widget .wpb_wrapper .wpb_map_wraper {
  border: 5px solid #fff;
}
.wpcf7 .wp-input {
  margin: 0 -15px;
}
.wpcf7 .wp-input .wpcf7-form-control-wrap {
  width: 33.333%;
  float: left;
  padding: 0 15px;
}
.wpcf7 .wp-input .wpcf7-form-control-wrap input {
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.wpcf7 .wp-input .wpcf7-form-control-wrap input::-webkit-input-placeholder {
  color: #555;
}
.wpcf7 .wp-input .wpcf7-form-control-wrap input::-moz-placeholder {
  color: #555;
}
.wpcf7 .wp-input .wpcf7-form-control-wrap input:-ms-input-placeholder {
  color: #555;
}
.wpcf7 .wp-input .wpcf7-form-control-wrap .wpcf7-text {
  height: 40px;
  border: 1px solid #ddd;
  font-size: 13px;
  color: #555;
  padding: 10px 20px;
  margin-bottom: 20px;
}
.wpcf7 textarea {
  padding: 10px 20px;
  height: 40px;
  border: 1px solid #ddd;
  font-size: 13px;
  width: 100%;
  min-height: 150px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.wpcf7 textarea::-webkit-input-placeholder {
  color: #555;
}
.wpcf7 textarea::-moz-placeholder {
  color: #555;
}
.wpcf7 textarea:-ms-input-placeholder {
  color: #555;
}
.wpcf7.your-message {
  float: none;
  clear: both;
}
.wpcf7 .wpcf7-submit {
  margin-top: 10px;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  border: 0;
  background-color: #222;
  height: 42px;
  line-height: 42px;
  padding: 0 30px;
  -webkit-border-radius: 42px;
  -moz-border-radius: 42px;
  -o-border-radius: 42px;
  -ms-border-radius: 42px;
  border-radius: 42px;
}
.rtl .wpcf7 .wpcf7-submit {
  float: right;
}
.wpcf7 .wpcf7-submit:hover {
  background-color: #d263ee;
}
.banner-slider .banner-responsive {
  min-width: 196px;
}
.about_us .title-page {
  font-size: 18px;
  color: #222;
  font-weight: 700 !important;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.about_us .about-us {
  text-align: center;
}
.contact_us.rtl .wpcf7 .wpcf7-form-control-wrap input,
.contact_us.rtl .wpcf7 textarea {
  text-align: right;
}
.contact_us.rtl .block-contact .item .item-wrap {
  text-align: right;
}
.contact_us.rtl .block-contact .item .item-wrap .icon {
  float: right;
  margin: 0 0 0 10px;
}
.contact_us .block-contact .item .item-wrap {
  background-color: #f2f2f2;
  font-weight: 600;
  font-size: 14px;
  color: #222;
  overflow: hidden;
  text-align: left;
  padding: 17px 20px;
}
.contact_us .block-contact .item .item-wrap .icon {
  display: inline-block;
  height: 66px;
  width: 66px;
  border-radius: 50%;
  border: 1px solid #b7b7b7;
  float: left;
  margin-right: 10px;
}
.contact_us .block-contact .item .item-wrap .info {
  padding: 20px 0;
  line-height: 20px;
}
.contact_us .block-contact .item.support .item-wrap .icon {
  background: url("../assets/img/bg_general.png") no-repeat -9px -1706px #f2f2f2;
}
.contact_us .block-contact .item.phone .item-wrap .icon {
  background: url("../assets/img/bg_general.png") no-repeat -9px -1761px #f2f2f2;
}
.contact_us .block-contact .item.address .item-wrap .icon {
  background: url("../assets/img/bg_general.png") no-repeat -9px -1818px #f2f2f2;
}
.contact_us .block-contact .item.address .item-wrap .info {
  padding: 13px 0;
}
.contact_us .title-page {
  font-size: 18px;
  color: #222;
  font-weight: 700 !important;
  text-transform: uppercase;
  margin-bottom: 20px;
  text-align: center;
}
.contact_us .des {
  text-align: center;
  margin-bottom: 36px;
}
.contact_us .wpcf7 .wpcf7-form-control-wrap input {
  border-radius: 0;
  color: #8c8c8c;
  height: 45px;
  padding: 0 15px;
  width: 100%;
  margin-bottom: 30px;
}
.contact_us .wpcf7 .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  margin-top: -10px;
}
.contact_us .wpcf7 textarea {
  color: #8c8c8c;
}
.contact_us .wpcf7 input[type="submit"] {
  height: 43px;
  border-radius: 0;
  background-color: #d263ee;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 15px 0 0;
  padding: 0 30px;
  border: 0;
}
.contact_us .wpcf7 input[type="submit"]:hover {
  background-color: #c535e9;
}
.sw-ourteam-slider {
  margin-bottom: 60px;
}
.sw-ourteam-slider .slick-slider .slick-list {
  margin: 0 -15px;
}
.sw-ourteam-slider .slick-slider .item {
  padding: 0 15px;
  text-align: center;
}
.sw-ourteam-slider .slick-slider .item .item-wrap {
  background-color: transparent;
}
.sw-ourteam-slider .slick-slider .item .item-wrap .item-img img {
  margin: auto;
}
.sw-ourteam-slider .slick-slider .item .item-wrap .item-img img:hover {
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.sw-ourteam-slider .slick-slider .item .item-wrap .item-content {
  padding: 10px 0 15px;
  color: #999999;
}
.sw-ourteam-slider .slick-slider .item .item-wrap .item-content h3 {
  font-size: 16px;
  color: #313131;
}
.sw-ourteam-slider .slick-slider .item .item-wrap .item-content .team-info {
  margin-bottom: 15px;
}
.sw-ourteam-slider .slick-slider .item .item-wrap .item-content .item-desc {
  line-height: 22px;
}
.sw-ourteam-slider .slick-slider .item .item-wrap .item-social .team-social {
  display: inline-block;
  vertical-align: top;
  margin: 5px 2px;
}
.sw-ourteam-slider .slick-slider .item .item-wrap .item-social .team-social a {
  display: inline-block;
  vertical-align: top;
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background-color: #999999;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.sw-ourteam-slider .slick-slider .item .item-wrap .item-social .team-social a:hover {
  background-color: #d263ee;
}
.portfolio-desc h1 {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.portfolio-desc .p-desc {
  font-size: 13px;
  color: #666;
  margin-bottom: 0;
}
.portfolio-intro {
  position: relative;
  margin-bottom: 30px;
}
.revo-portfolio .portfolio-tab {
  text-align: center;
}
.rtl .revo-portfolio .portfolio-tab {
  text-align: center;
}
.revo-portfolio .portfolio-tab ul {
  margin: 0 0 25px;
  background: #fff;
  display: inline-block;
  overflow: hidden;
}
.revo-portfolio .portfolio-tab ul li {
  float: left;
  border: 1px solid #ebebeb;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  padding: 0 20px;
  height: 40px;
  line-height: 38px;
  color: #222;
  margin-right: 10px;
  background-color: #fff;
}
.rtl .revo-portfolio .portfolio-tab ul li {
  float: right;
}
.revo-portfolio .portfolio-tab ul li.selected {
  background: #d263ee;
  color: #fff;
  border-color: #d263ee;
}
.revo-portfolio .btn-loadmore {
  padding: 0;
  cursor: pointer;
  text-align: center;
  min-height: 40px;
  margin-bottom: 40px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.revo-portfolio .btn-loadmore.btn-loading {
  margin-top: 20px;
  background: url(../assets/img/loadingp.gif) no-repeat center center;
  border-color: transparent;
  background-size: 40px 40px;
}
.revo-portfolio .btn-loadmore.btn-loading .des-load {
  border: 0;
  display: none;
}
.revo-portfolio .btn-loadmore.btn-loading .des-load:before {
  content: "";
}
.revo-portfolio .btn-loadmore .des-load {
  font-size: 14px;
  padding: 10px 20px;
  display: inline-block;
  line-height: normal;
  background: #d263ee;
  font-weight: bold;
  color: #fff;
  border-radius: 0px;
}
.revo-portfolio .btn-loadmore .des-load:hover {
  opacity: 0.8;
}
.revo-portfolio .btn-loadmore .des-load:before {
  content: attr(data-label);
}
.revo-portfolio .btn-loadmore.btn-loaded  .des-load:before {
  content: attr(data-label-loaded);
}
.revo-portfolio .portfolio-container {
  overflow: hidden;
}
.revo-portfolio .portfolio-container ul.portfolio-content {
  width: 100%;
  margin: 0;
}
.revo-portfolio .portfolio-container ul.portfolio-content:after {
  content: '';
  display: block;
  clear: both;
}
.revo-portfolio .portfolio-container ul.portfolio-content >li {
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 0;
  position: relative;
  display: inline-block;
}
.revo-portfolio .portfolio-container ul.portfolio-content >li.grid-item {
  padding: 0 15px;
  float: left;
}
.revo-portfolio .portfolio-container ul.portfolio-content >li .portfolio-item-inner {
  overflow: hidden;
}
.revo-portfolio .portfolio-container ul.portfolio-content >li .portfolio-item-inner .portfolio-in {
  position: relative;
  z-index: 1;
}
.revo-portfolio .portfolio-container ul.portfolio-content >li .portfolio-item-inner .portfolio-in a.portfolio-img img:hover {
  opacity: 1;
}
.revo-portfolio .portfolio-container ul.portfolio-content >li .portfolio-item-inner .portfolio-in .p-item-content {
  position: absolute;
  z-index: 10;
  top: 50%;
  margin-top: -10%;
  width: 100%;
  text-align: center;
}
.revo-portfolio .portfolio-container ul.portfolio-content >li .portfolio-item-inner .portfolio-in .p-item-content .p-item {
  text-align: center;
  box-shadow: 0 0 1px 1px #fff;
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  line-height: 35px;
  font-size: 14px;
  color: #fff;
  margin: 0 5px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.revo-portfolio .portfolio-container ul.portfolio-content >li .portfolio-item-inner .portfolio-in .p-item-content .p-item.item-more {
  right: 50%;
  left: auto;
  transform: translate3d(-100px,0,0);
}
.revo-portfolio .portfolio-container ul.portfolio-content >li .portfolio-item-inner .portfolio-in .p-item-content .p-item.item-popup {
  transform: translate3d(100px,0,0);
  left: 50%;
  right: auto;
}
.revo-portfolio .portfolio-container ul.portfolio-content >li .portfolio-item-inner .portfolio-in .p-item-content .p-item:hover {
  color: #d263ee;
  box-shadow: 0 0 1px 1px #d263ee;
}
.revo-portfolio .portfolio-container ul.portfolio-content >li .portfolio-item-inner .portfolio-in .p-item-content .p-item-title {
  display: block;
  margin-bottom: 10px;
  background: none;
  font-size: 16px;
  font-weight: bold;
  transform: translate3d(0,-100px,0);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
}
.revo-portfolio .portfolio-container ul.portfolio-content >li .portfolio-item-inner .portfolio-in .p-item-content .p-item-title:hover {
  color: #d263ee;
}
.revo-portfolio .portfolio-container ul.portfolio-content >li .portfolio-item-inner .portfolio-in:hover .p-item-content .p-item {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translate3d(0,0,0);
}
.revo-portfolio .portfolio-container ul.portfolio-content >li .portfolio-item-inner .portfolio-in:hover .p-item-content .p-item-title {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translate3d(0,0,0);
}
.revo-portfolio .portfolio-container ul.portfolio-content >li .portfolio-item-inner .portfolio-in:hover:before {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.revo-portfolio .portfolio-container ul.portfolio-content >li .portfolio-item-inner .portfolio-in:before {
  content: '';
  background: rgba(0,0,0,0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.revo-portfolio .portfolio-container ul.portfolio-content >li.portfolio-item {
  width: 33.332%;
  margin: 0;
  padding: 0;
  border: 0;
}
.revo-portfolio .portfolio-container ul.portfolio-content >li.portfolio-item img {
  width: 100%;
}
.revo-portfolio .portfolio-container ul.portfolio-content >li.portfolio-item.p-double-width {
  width: 40%;
}
.revo-portfolio .portfolio-container ul.portfolio-content >li.portfolio-item :after {
  height: 0;
  clear: both;
  content: " ";
  font-size: 0;
  min-height: 0;
  display: block;
  visibility: hidden;
}
.single-portfolio .portfolio-top {
  background: #fff;
  padding: 0 0 20px;
  margin-bottom: 30px;
}
.single-portfolio .portfolio-top h1 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #333;
  font-weight: bold;
  text-transform: uppercase;
}
.single-portfolio .portfolio-top .portfolio-content .single-thumbnail {
  width: 60%;
  margin-right: 30px;
}
.single-portfolio .portfolio-top .portfolio-content .single-portfolio-content {
  overflow: hidden;
}
.single-portfolio .portfolio-top .portfolio-content .single-portfolio-content h3 {
  font-size: 14px;
  border-bottom: 4px double #e2e2e2;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-weight: bold;
  color: #464646 4;
}
.single-portfolio .portfolio-top .portfolio-content .single-portfolio-content .single-description {
  margin-bottom: 25px;
}
.single-portfolio .portfolio-top .portfolio-content .single-portfolio-content .portfolio-meta .pmeta-item {
  margin-bottom: 10px;
}
.single-portfolio .portfolio-top .portfolio-content .single-portfolio-content .portfolio-meta .pmeta-item span {
  font-weight: bold;
  display: inline-block;
  min-width: 120px;
}
.single-portfolio .portfolio-top .portfolio-content .single-portfolio-content .portfolio-meta .pmeta-item > .meta-link {
  color: #d263ee;
}
.single-portfolio .portfolio-top .portfolio-content .single-portfolio-content .portfolio-meta .pmeta-item > .meta-link:hover {
  color: #c535e9;
}
.single-portfolio .related-portfolio {
  background: #fff;
  padding: 0 0 20px;
  margin-bottom: 40px;
  border-top: 2px solid #d263ee;
  position: relative;
}
.single-portfolio .related-portfolio:before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #ebebeb;
  position: absolute;
  top: 60px;
  left: 0;
  display: inline-block;
}
.single-portfolio .related-portfolio .related-items {
  margin: 0 -10px;
}
.single-portfolio .related-portfolio .related-items .related-item {
  width: 25%;
  padding: 0 10px;
}
.single-portfolio .related-portfolio .related-items .related-item img {
  margin-bottom: 15px;
}
.single-portfolio .related-portfolio .related-items .related-item .thumbnail-portfolio:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.single-portfolio .related-portfolio .related-items .related-item h4 {
  font-size: 14px;
  margin: 0;
}
.single-portfolio .related-portfolio .related-items .related-item h4 a {
  text-transform: capitalize;
  font-weight: bold;
}
.single-portfolio.rtl .portfolio-top .portfolio-content .single-thumbnail {
  margin-left: 30px;
  margin-right: 0;
}
.p-title {
  color: #333;
  font-size: 15px;
  margin: 0;
  padding: 20px 0;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: 'MontserratBold' !important;
}
.masonry .btn-loadmore .des-load {
  margin-top: 30px;
}
.portfolio .cmm-box-right .control-group button {
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .p-lg-1 {
    width: 100%;
  }
  .p-lg-2 {
    width: 50%;
  }
  .p-lg-3 {
    width: 33.3333%;
  }
  .p-lg-4 {
    width: 25%;
  }
  .p-lg-5 {
    width: 20%;
  }
  .p-lg-6 {
    width: 16.6666%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .p-md-1 {
    width: 100%;
  }
  .p-md-2 {
    width: 50%;
  }
  .p-md-3 {
    width: 33.3333%;
  }
  .p-md-4 {
    width: 25%;
  }
  .p-md-5 {
    width: 20%;
  }
  .p-md-6 {
    width: 16.6666%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .p-sm-1 {
    width: 100%;
  }
  .p-sm-2 {
    width: 50%;
  }
  .p-sm-3 {
    width: 33.3333%;
  }
  .p-sm-4 {
    width: 25%;
  }
  .p-sm-5 {
    width: 20%;
  }
  .p-sm-6 {
    width: 16.6666%;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .p-xs-1 {
    width: 100%;
  }
  .p-xs-2 {
    width: 50%;
  }
  .p-xs-3 {
    width: 33.3333%;
  }
  .p-xs-4 {
    width: 25%;
  }
  .p-xs-5 {
    width: 20%;
  }
  .p-xs-6 {
    width: 16.6666%;
  }
}
@media (max-width: 480px) {
  .grid-item {
    width: 100%;
  }
}
.sidebar .widget.widget_categories .block-title-widget,
.sidebar .widget.widget_recent_entries .block-title-widget {
  background-color: #f2f2f2;
}
.sidebar .widget.widget_categories .block-title-widget h2,
.sidebar .widget.widget_recent_entries .block-title-widget h2 {
  position: relative;
  padding: 15px;
  color: #222;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700 !important;
  margin-bottom: 0;
}
.sidebar .widget.widget_categories .block-title-widget h2:before,
.sidebar .widget.widget_recent_entries .block-title-widget h2:before {
  content: '\f219';
  font-family: FontAwesome;
  font-size: 18px;
  display: inline-block;
  margin-right: 10px;
  color: #d263ee;
}
.rtl .sidebar .widget.widget_categories .block-title-widget h2:before,
.rtl .sidebar .widget.widget_recent_entries .block-title-widget h2:before {
  margin-left: 10px;
  margin-right: 0;
}
.listing-title h1 {
  font-size: 28px;
  font-weight: 700 !important;
  color: #222;
  margin: 0 0 30px;
  display: block;
  text-transform: uppercase;
}
.category-contents {
  margin-bottom: 40px;
}
.category-contents .blog-content .post {
  margin-bottom: 30px;
}
.category-contents .blog-content .post.format-gallery .entry-thumb:before {
  border: 0 !important;
}
.category-contents .blog-content .post.format-audio .entry-thumb {
  width: 100%;
}
.category-contents .blog-content .post.sticky .entry .entry-content {
  background: #f2f2f2;
  padding: 20px;
}
.category-contents .blog-content .post .entry {
  background-color: #fff;
}
.category-contents .blog-content .post .entry .entry-thumb {
  position: relative;
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
}
.category-contents .blog-content .post .entry .entry-thumb:hover img {
  opacity: 0.85;
}
.category-contents .blog-content .post .entry .entry-thumb:before {
  content: '';
  width: 0;
  height: 0;
  border-bottom: 85px solid transparent;
  border-left: 80px solid #fff;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 2;
}
.rtl .category-contents .blog-content .post .entry .entry-thumb:before {
  right: 0;
  left: auto;
  border-right: 80px solid #fff;
  border-left: 0;
}
.category-contents .blog-content .post .entry .entry-thumb .entry-meta {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.rtl .category-contents .blog-content .post .entry .entry-thumb .entry-meta {
  right: 0;
  left: auto;
}
.category-contents .blog-content .post .entry .entry-thumb .entry-meta .day-time {
  font-size: 24px;
  color: #909090;
  font-weight: 700;
}
.category-contents .blog-content .post .entry .entry-thumb .entry-meta .month-time {
  font-size: 14px;
  color: #909090;
  display: block;
}
.category-contents .blog-content .post .entry .entry-content {
  padding: 0;
}
.category-contents .blog-content .post .entry .entry-content .content-top {
  padding: 15px 0;
  border-bottom: 1px solid #ebebeb;
}
.category-contents .blog-content .post .entry .entry-content .content-top .entry-title h4 {
  margin-bottom: 20px;
}
.category-contents .blog-content .post .entry .entry-content .content-top .entry-title h4 a {
  font-size: 18px;
  color: #222;
  font-weight: 700;
  line-height: normal;
}
.category-contents .blog-content .post .entry .entry-content .content-top .entry-title h4 a:hover {
  color: #d263ee;
}
.category-contents .blog-content .post .entry .entry-content .content-top .entry-meta {
  color: #909090;
  font-size: 13px;
  margin-bottom: 5px;
}
.category-contents .blog-content .post .entry .entry-content .content-top .entry-meta a {
  color: #909090;
}
.category-contents .blog-content .post .entry .entry-content .content-top .entry-meta a:hover {
  color: #d263ee;
}
.category-contents .blog-content .post .entry .entry-content .content-top .entry-meta span {
  margin-right: 20px;
  display: inline-block;
}
.rtl .category-contents .blog-content .post .entry .entry-content .content-top .entry-meta span {
  margin-left: 20px;
  margin-right: 0;
}
.category-contents .blog-content .post .entry .entry-content .content-top .entry-meta .fa {
  margin-right: 10px;
}
.rtl .category-contents .blog-content .post .entry .entry-content .content-top .entry-meta .fa {
  margin-left: 10px;
  margin-right: 0;
}
.category-contents .blog-content .post .entry .entry-content .content-top .entry-meta-tag {
  color: #909090;
  text-transform: capitalize;
  font-size: 13px;
}
.category-contents .blog-content .post .entry .entry-content .content-top .entry-meta-tag a {
  color: #909090;
}
.category-contents .blog-content .post .entry .entry-content .content-top .entry-meta-tag a:hover {
  color: #d263ee;
}
.category-contents .blog-content .post .entry .entry-content .content-top .entry-meta-tag .fa {
  margin-right: 10px;
}
.rtl .category-contents .blog-content .post .entry .entry-content .content-top .entry-meta-tag .fa {
  margin: 0 0px 0 10px;
}
.category-contents .blog-content .post .entry .entry-content .readmore {
  text-align: center;
}
.category-contents .blog-content .post .entry .entry-content .readmore a {
  display: block;
  width: 100%;
  padding: 15px 0 5px;
  font-size: 13px;
  font-weight: 600;
  color: #d263ee;
  text-align: left;
}
.rtl .category-contents .blog-content .post .entry .entry-content .readmore a {
  text-align: right;
}
.category-contents .blog-content .post .entry .entry-content .readmore a:hover {
  color: #cb4ceb;
}
.category-contents .blog-content .post .entry .entry-content .readmore a i {
  padding: 0 6px;
  font-size: 14px;
}
.rtl .category-contents .blog-content .post .entry .entry-content .readmore a i:before {
  content: '\f0d9';
}
.category-contents .blog-content.blog-content-grid .post .entry .entry-content .content-top .entry-title h4 a {
  font-size: 16px;
}
.category-contents .blog-content.blog-content-list .post .entry .entry-content .content-top {
  padding: 20px 0;
}
.category-contents .blog-content.blog-content-list .post .entry .entry-content .content-top .entry-title h4 {
  margin-bottom: 15px;
}
.category-contents .blog-content.blog-content-list .post .entry .entry-content .content-top .entry-meta {
  margin-bottom: 15px;
}
.category-contents .blog-content.blog-content-list .post.no-thumb .entry .entry-thumb:before {
  display: none;
}
.elementor-pagination,
.pagination {
  display: inline-block;
  float: none;
  width: 100%;
  padding: 20px 0;
  margin: 10px 0 0;
  text-align: center;
  background-color: #f2f2f2;
  border: 1px solid #ebebeb;
}
.elementor-pagination .page-numbers,
.pagination .page-numbers {
  display: inline-block;
  line-height: 30px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #ebebeb;
  text-align: center;
  font-size: 16px;
  color: #222;
  margin-bottom: 5px;
}
.elementor-pagination .page-numbers.next,
.elementor-pagination .page-numbers.prev,
.pagination .page-numbers.next,
.pagination .page-numbers.prev {
  width: auto;
  border-radius: 20px;
  padding: 0 15px;
}
.elementor-pagination ul,
.pagination ul {
  margin: 0;
  list-style-type: none;
  float: none;
  display: inline-block;
  background-color: #f2f2f2;
}
.elementor-pagination ul li,
.pagination ul li {
  float: left;
  position: relative;
  text-transform: capitalize;
  text-align: center;
  margin: 0 2px;
  background-color: #f2f2f2;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.rtl .elementor-pagination ul li,
.rtl .pagination ul li {
  float: right;
}
.elementor-pagination ul li:hover a,
.pagination ul li:hover a {
  color: #d263ee;
}
.elementor-pagination ul li span.current,
.pagination ul li span.current {
  background-color: #fff;
  color: #d263ee !important;
}
.elementor-pagination ul li a,
.elementor-pagination ul li span.current,
.pagination ul li a,
.pagination ul li span.current {
  background-color: #fff;
  display: block;
  width: 32px;
  line-height: 30px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #ebebeb;
  text-align: center;
  font-size: 16px;
  color: #222;
  margin-bottom: 5px;
}
.elementor-pagination ul li .next,
.elementor-pagination ul li .prev,
.pagination ul li .next,
.pagination ul li .prev {
  width: 90px;
  text-align: center;
  text-transform: uppercase;
  color: #222;
  border-radius: 20px;
}
.elementor-pagination ul li .next:hover,
.elementor-pagination ul li .prev:hover,
.pagination ul li .next:hover,
.pagination ul li .prev:hover {
  border: 1px solid #d263ee;
  background-color: #d263ee;
  color: #fff;
}
.rtl .elementor-pagination ul li .fa-angle-right:before,
.rtl .pagination ul li .fa-angle-right:before {
  content: '\f104';
}
.rtl .elementor-pagination ul li .fa-angle-left:before,
.rtl .pagination ul li .fa-angle-left:before {
  content: '\f105';
}
.format-audio .entry .wp-entry-thumb iframe {
  vertical-align: top;
  margin: 0;
}
blockquote {
  border: 0;
  padding: 5px 30px;
  position: relative;
}
blockquote:before {
  content: "";
  width: 17px;
  height: 13px;
  position: absolute;
  left: 0;
  top: 0;
}
blockquote:after {
  content: "";
  width: 17px;
  height: 13px;
  position: absolute;
  right: 0;
  bottom: 0;
}
blockquote p {
  font-style: italic;
  font-size: 13px;
}
.format-gallery .carousel.gallery-slider .carousel-control {
  display: inline-block;
  width: 32px !important;
  height: 32px !important;
  line-height: 32px;
  border-radius: 50%;
  position: absolute;
  z-index: 9;
  cursor: pointer;
  font-size: 0;
  top: 50%;
  margin-top: -16px;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  text-shadow: none;
  background-image: none;
}
.format-gallery .carousel.gallery-slider .carousel-control.left {
  left: 15px;
}
.format-gallery .carousel.gallery-slider .carousel-control.left:before {
  content: '\f0d9';
  font-family: 'FontAwesome';
  font-size: 16px;
  color: #999;
}
.format-gallery .carousel.gallery-slider .carousel-control.left:hover:before {
  color: #d263ee;
}
.format-gallery .carousel.gallery-slider .carousel-control.right {
  right: 15px;
}
.format-gallery .carousel.gallery-slider .carousel-control.right:before {
  content: '\f0da';
  font-family: 'FontAwesome';
  font-size: 16px;
  color: #999;
}
.format-gallery .carousel.gallery-slider .carousel-control.right:hover:before {
  color: #d263ee;
}
.format-gallery .carousel.gallery-slider .carousel-inner .item img {
  margin: 0;
}
.format-gallery .carousel.gallery-slider:hover .carousel-control {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.format-gallery .gallery .thumbnail:hover {
  background-color: #d263ee;
  border-color: #d263ee;
}
.elementor-element .elementor-post__title:hover a {
  color: #d263ee !important;
}
.elementor-posts .elementor-post__meta-data {
  border-bottom: 1px solid #ddd;
  padding: 0 0 15px;
}
.elementor-posts .elementor-post__meta-data .elementor-post-author::before {
  content: "\f007";
  font-family: FontAwesome;
  margin-right: 5px;
}
.elementor-posts .elementor-post__meta-data .elementor-post-date::before {
  content: "\f017";
  font-family: FontAwesome;
  margin-right: 5px;
}
.elementor-posts .elementor-post__meta-data .elementor-post-avatar::before {
  content: "\f086";
  font-family: FontAwesome;
  margin-right: 5px;
}
.elementor-post__meta-data >* {
  padding: 0 20px 0 0;
}
.rtl .elementor-post__meta-data >* {
  padding: 0 0 0 20px;
}
.elementor-element .elementor-post__text .elementor-post__read-more {
  color: #d263ee !important;
}
.elementor-element .elementor-post__text .elementor-post__read-more::before {
  content: '\f0da';
  font-family: FontAwesome;
  margin-right: 5px;
}
.elementor-widget-post-comments ul,
.elementor-widget-post-comments ol {
  list-style: none;
}
.elementor-widget-post-comments form {
  margin: 0 0 25px;
}
.elementor-widget-post-comments .comment-reply-title {
  font-size: 16px;
  color: #222;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 30px;
  padding: 0;
}
.elementor-widget-post-comments #respond {
  margin: 0;
}
.elementor-widget-post-comments p {
  margin: 0;
}
.elementor-widget-post-comments form label {
  width: 100%;
  color: #222;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 10px;
}
.elementor-widget-post-comments form textarea {
  width: 100%;
  border-radius: 0;
  padding: 15px;
}
.elementor-widget-post-comments form .comment-form-author,
.elementor-widget-post-comments form .comment-form-email,
.elementor-widget-post-comments form .comment-form-url {
  width: 33.3%;
  float: left;
}
.elementor-widget-post-comments form .comment-form-author input,
.elementor-widget-post-comments form .comment-form-email input,
.elementor-widget-post-comments form .comment-form-url input {
  height: 40px;
  border-radius: 0;
  width: 95%;
}
.elementor-widget-post-comments form .comment-form-cookies-consent {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  width: 100%;
  align-items: center;
}
.elementor-widget-post-comments form .comment-form-cookies-consent label {
  margin: 0 5px;
}
.elementor-widget-post-comments form .logged-in-as {
  margin-bottom: 10px;
}
.elementor-widget-post-comments form .submit {
  margin-top: 10px;
  height: 35px;
  border: 0;
  line-height: 35px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  text-transform: capitalize;
  padding: 0 30px;
  border-radius: 0;
  background: #d263ee;
  border-radius: 17px;
  margin-bottom: 0;
}
.elementor-widget-post-comments h3 {
  color: #222;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  padding: 20px;
  margin: 0;
}
.elementor-widget-post-comments ol {
  list-style: none;
  padding: 0 20px;
  margin: 0;
}
.elementor-widget-post-comments ol .comment-author {
  color: #222;
  text-transform: capitalize;
  font-weight: 500;
  margin-bottom: 5px;
  font-size: 14px;
}
.elementor-widget-post-comments ol .comment-author img {
  margin: 0 20px 0 0;
  width: 45px;
}
.rtl .elementor-widget-post-comments ol .comment-author img {
  margin: 0 0 0 20px;
}
.elementor-widget-post-comments ol .comment-meta {
  color: #909090;
  font-weight: 600;
  font-size: 12px;
  line-height: 21px;
  padding: 0 20px;
  margin-top: -3px;
  text-transform: capitalize;
}
.elementor-widget-post-comments ol .comment-body {
  position: relative;
  margin-bottom: 30px;
  background-color: #fff;
  padding-bottom: 30px;
  border-bottom: 1px solid #ebebeb;
}
.elementor-widget-post-comments ol .comment-body:last-child {
  border-bottom: none;
}
.elementor-widget-post-comments ol .comment-body >p {
  width: 100%;
  display: inline-block;
  padding: 10px 0;
}
.elementor-widget-post-comments ol .comment-body .reply {
  position: absolute;
  right: 0;
  font-size: 0;
  top: 0;
}
.rtl .elementor-widget-post-comments ol .comment-body .reply {
  right: auto;
  left: 0;
}
.elementor-widget-post-comments ol .comment-body .reply a::before {
  font-size: 20px;
  color: #999;
  content: "\f112";
  display: inline-block;
  vertical-align: top;
  font-family: fontawesome;
}
.rtl .elementor-author-box__avatar {
  margin-right: 0;
  margin-left: 25px;
}
.custom-date {
  position: relative;
}
.custom-date::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 20px;
  width: 63px;
  height: 1px;
  background-image: linear-gradient(to left,transparent 50%,#d263ee 50%);
  background-size: 15px 100%;
}
.rtl .custom-date::before {
  left: auto;
  right: 20px;
}
.custom-date .elementor-widget-wrap {
  flex-direction: row;
  align-items: baseline;
}
.custom-date .elementor-widget-wrap >div {
  width: auto;
}
.custom-date .elementor-widget-wrap >div:last-child {
  width: auto;
  margin: 0 5px;
}
.single.main .post .entry-wrap,
.single.main .team .entry-wrap,
.single.main .attachment .entry-wrap {
  background-color: #fff;
  position: relative;
}
.single.main .post .entry-wrap .entry-thumb,
.single.main .team .entry-wrap .entry-thumb,
.single.main .attachment .entry-wrap .entry-thumb {
  position: relative;
}
.single.main .post .entry-wrap .entry-thumb img,
.single.main .team .entry-wrap .entry-thumb img,
.single.main .attachment .entry-wrap .entry-thumb img {
  width: 100%;
}
.single.main .post .entry-wrap .entry-thumb:before,
.single.main .team .entry-wrap .entry-thumb:before,
.single.main .attachment .entry-wrap .entry-thumb:before {
  content: '';
  width: 0;
  height: 0;
  border-bottom: 85px solid transparent;
  border-left: 80px solid #fff;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 2;
}
.rtl .single.main .post .entry-wrap .entry-thumb:before,
.rtl .single.main .team .entry-wrap .entry-thumb:before,
.rtl .single.main .attachment .entry-wrap .entry-thumb:before {
  border-right: 80px solid #fff;
  border-left: 0;
  right: 0;
  left: auto;
}
.single.main .post .entry-wrap .entry-title,
.single.main .team .entry-wrap .entry-title,
.single.main .attachment .entry-wrap .entry-title {
  color: #222;
  font-size: 22px;
  font-weight: 700 !important;
  margin-top: 25px;
}
.single.main .post .entry-wrap .entry-date,
.single.main .team .entry-wrap .entry-date,
.single.main .attachment .entry-wrap .entry-date {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.rtl .single.main .post .entry-wrap .entry-date,
.rtl .single.main .team .entry-wrap .entry-date,
.rtl .single.main .attachment .entry-wrap .entry-date {
  right: 0;
  left: auto;
}
.single.main .post .entry-wrap .entry-date .day-time,
.single.main .team .entry-wrap .entry-date .day-time,
.single.main .attachment .entry-wrap .entry-date .day-time {
  font-size: 24px;
  color: #909090;
  font-weight: 700;
}
.single.main .post .entry-wrap .entry-date .month-time,
.single.main .team .entry-wrap .entry-date .month-time,
.single.main .attachment .entry-wrap .entry-date .month-time {
  font-size: 14px;
  color: #909090;
  display: block;
}
.single.main .post .entry-wrap .entry-content,
.single.main .team .entry-wrap .entry-content,
.single.main .attachment .entry-wrap .entry-content {
  padding: 20px 0 0;
}
.single.main .post .entry-wrap .entry-content .entry-meta,
.single.main .team .entry-wrap .entry-content .entry-meta,
.single.main .attachment .entry-wrap .entry-content .entry-meta {
  color: #909090;
  font-size: 13px;
  overflow: hidden;
  display: block;
  padding: 8px 0 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ebebeb;
}
.single.main .post .entry-wrap .entry-content .entry-meta a,
.single.main .team .entry-wrap .entry-content .entry-meta a,
.single.main .attachment .entry-wrap .entry-content .entry-meta a {
  color: #909090;
  font-size: 13px;
  text-transform: capitalize;
}
.single.main .post .entry-wrap .entry-content .entry-meta a:hover,
.single.main .team .entry-wrap .entry-content .entry-meta a:hover,
.single.main .attachment .entry-wrap .entry-content .entry-meta a:hover {
  color: #d263ee;
}
.single.main .post .entry-wrap .entry-content .entry-meta .entry-date,
.single.main .team .entry-wrap .entry-content .entry-meta .entry-date,
.single.main .attachment .entry-wrap .entry-content .entry-meta .entry-date {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
}
.single.main .post .entry-wrap .entry-content .entry-meta .entry-author,
.single.main .post .entry-wrap .entry-content .entry-meta .entry-tag,
.single.main .post .entry-wrap .entry-content .entry-meta .entry-comment,
.single.main .post .entry-wrap .entry-content .entry-meta .entry-date,
.single.main .team .entry-wrap .entry-content .entry-meta .entry-author,
.single.main .team .entry-wrap .entry-content .entry-meta .entry-tag,
.single.main .team .entry-wrap .entry-content .entry-meta .entry-comment,
.single.main .team .entry-wrap .entry-content .entry-meta .entry-date,
.single.main .attachment .entry-wrap .entry-content .entry-meta .entry-author,
.single.main .attachment .entry-wrap .entry-content .entry-meta .entry-tag,
.single.main .attachment .entry-wrap .entry-content .entry-meta .entry-comment,
.single.main .attachment .entry-wrap .entry-content .entry-meta .entry-date {
  float: left;
  margin-right: 20px;
}
.rtl .single.main .post .entry-wrap .entry-content .entry-meta .entry-author,
.rtl .single.main .post .entry-wrap .entry-content .entry-meta .entry-tag,
.rtl .single.main .post .entry-wrap .entry-content .entry-meta .entry-comment,
.rtl .single.main .post .entry-wrap .entry-content .entry-meta .entry-date,
.rtl .single.main .team .entry-wrap .entry-content .entry-meta .entry-author,
.rtl .single.main .team .entry-wrap .entry-content .entry-meta .entry-tag,
.rtl .single.main .team .entry-wrap .entry-content .entry-meta .entry-comment,
.rtl .single.main .team .entry-wrap .entry-content .entry-meta .entry-date,
.rtl .single.main .attachment .entry-wrap .entry-content .entry-meta .entry-author,
.rtl .single.main .attachment .entry-wrap .entry-content .entry-meta .entry-tag,
.rtl .single.main .attachment .entry-wrap .entry-content .entry-meta .entry-comment,
.rtl .single.main .attachment .entry-wrap .entry-content .entry-meta .entry-date {
  float: right;
  margin: 0 0 0 20px;
}
.rtl .single.main .post .entry-wrap .entry-content .entry-meta .entry-author i,
.rtl .single.main .post .entry-wrap .entry-content .entry-meta .entry-tag i,
.rtl .single.main .post .entry-wrap .entry-content .entry-meta .entry-comment i,
.rtl .single.main .post .entry-wrap .entry-content .entry-meta .entry-date i,
.rtl .single.main .team .entry-wrap .entry-content .entry-meta .entry-author i,
.rtl .single.main .team .entry-wrap .entry-content .entry-meta .entry-tag i,
.rtl .single.main .team .entry-wrap .entry-content .entry-meta .entry-comment i,
.rtl .single.main .team .entry-wrap .entry-content .entry-meta .entry-date i,
.rtl .single.main .attachment .entry-wrap .entry-content .entry-meta .entry-author i,
.rtl .single.main .attachment .entry-wrap .entry-content .entry-meta .entry-tag i,
.rtl .single.main .attachment .entry-wrap .entry-content .entry-meta .entry-comment i,
.rtl .single.main .attachment .entry-wrap .entry-content .entry-meta .entry-date i {
  margin: 0 0 0 10px;
}
.single.main .post .entry-wrap .entry-content .entry-meta .entry-author i,
.single.main .post .entry-wrap .entry-content .entry-meta .entry-tag i,
.single.main .post .entry-wrap .entry-content .entry-meta .entry-comment i,
.single.main .post .entry-wrap .entry-content .entry-meta .entry-date i,
.single.main .team .entry-wrap .entry-content .entry-meta .entry-author i,
.single.main .team .entry-wrap .entry-content .entry-meta .entry-tag i,
.single.main .team .entry-wrap .entry-content .entry-meta .entry-comment i,
.single.main .team .entry-wrap .entry-content .entry-meta .entry-date i,
.single.main .attachment .entry-wrap .entry-content .entry-meta .entry-author i,
.single.main .attachment .entry-wrap .entry-content .entry-meta .entry-tag i,
.single.main .attachment .entry-wrap .entry-content .entry-meta .entry-comment i,
.single.main .attachment .entry-wrap .entry-content .entry-meta .entry-date i {
  margin: 0 10px 0 0;
}
.single.main .post .entry-wrap .entry-content .entry-summary,
.single.main .team .entry-wrap .entry-content .entry-summary,
.single.main .attachment .entry-wrap .entry-content .entry-summary {
  line-height: 26px;
  color: #7d7d7d;
}
.single.main .post .entry-wrap .entry-content .entry-summary h3,
.single.main .team .entry-wrap .entry-content .entry-summary h3,
.single.main .attachment .entry-wrap .entry-content .entry-summary h3 {
  font-weight: 600 !important;
  color: #222;
  text-transform: uppercase;
  margin: 25px 0;
  font-size: 13px;
}
.single.main .post .entry-wrap .entry-content .entry-summary p .alignnone,
.single.main .team .entry-wrap .entry-content .entry-summary p .alignnone,
.single.main .attachment .entry-wrap .entry-content .entry-summary p .alignnone {
  float: left;
  display: block;
  clear: none;
  margin: 20px 0 30px 0;
}
.single.main .post .entry-wrap .entry-content .entry-summary p .alignnone.image-single,
.single.main .team .entry-wrap .entry-content .entry-summary p .alignnone.image-single,
.single.main .attachment .entry-wrap .entry-content .entry-summary p .alignnone.image-single {
  margin-left: 30px;
}
.single.main .post .entry-wrap .entry-content .social-share,
.single.main .team .entry-wrap .entry-content .social-share,
.single.main .attachment .entry-wrap .entry-content .social-share {
  line-height: 33px;
  display: block;
  border-bottom: 1px solid #ebebeb;
  padding: 25px 0 40px;
}
.single.main .post .entry-wrap .entry-content .social-share .title-share,
.single.main .team .entry-wrap .entry-content .social-share .title-share,
.single.main .attachment .entry-wrap .entry-content .social-share .title-share {
  float: left;
  font-size: 14px;
  color: #222;
  margin-right: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
.rtl .single.main .post .entry-wrap .entry-content .social-share .title-share,
.rtl .single.main .team .entry-wrap .entry-content .social-share .title-share,
.rtl .single.main .attachment .entry-wrap .entry-content .social-share .title-share {
  margin-left: 20px;
  margin-right: 0;
  float: right;
}
.single.main .post .entry-wrap .entry-content .social-share a,
.single.main .team .entry-wrap .entry-content .social-share a,
.single.main .attachment .entry-wrap .entry-content .social-share a {
  display: inline-block;
  vertical-align: top;
  padding: 0;
  margin: 0 4px;
  text-align: center;
  border-radius: 50%;
  height: 33px;
  width: 33px;
  color: #fff;
  background-color: #d263ee;
  font-size: 16px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.single.main .post .entry-wrap .entry-content .social-share a:hover,
.single.main .team .entry-wrap .entry-content .social-share a:hover,
.single.main .attachment .entry-wrap .entry-content .social-share a:hover {
  background-color: #3d084a;
}
.single.main .post .entry-wrap .entry-content .social-share a i,
.single.main .team .entry-wrap .entry-content .social-share a i,
.single.main .attachment .entry-wrap .entry-content .social-share a i {
  line-height: 33px;
}
.single.main .post #authorDetails,
.single.main .team #authorDetails,
.single.main .attachment #authorDetails {
  margin: 40px 0 0;
}
.single.main .post #authorDetails .authorDetail,
.single.main .team #authorDetails .authorDetail,
.single.main .attachment #authorDetails .authorDetail {
  background-color: #fff;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.single.main .post #authorDetails .authorDetail .avatar,
.single.main .team #authorDetails .authorDetail .avatar,
.single.main .attachment #authorDetails .authorDetail .avatar {
  overflow: hidden;
  float: left;
}
.rtl .single.main .post #authorDetails .authorDetail .avatar,
.rtl .single.main .team #authorDetails .authorDetail .avatar,
.rtl .single.main .attachment #authorDetails .authorDetail .avatar {
  float: right;
}
.single.main .post #authorDetails .authorDetail .infomation,
.single.main .team #authorDetails .authorDetail .infomation,
.single.main .attachment #authorDetails .authorDetail .infomation {
  overflow: hidden;
  padding: 10px 20px;
  color: #999999;
  line-height: 22px;
}
.single.main .post #authorDetails .authorDetail .infomation .name-author,
.single.main .team #authorDetails .authorDetail .infomation .name-author,
.single.main .attachment #authorDetails .authorDetail .infomation .name-author {
  text-transform: uppercase;
  color: #222;
  font-size: 14px;
  font-weight: 700;
}
.single-post-relate {
  margin-bottom: 60px;
  margin-top: 40px;
}
.single-post-relate h4 {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 16px;
  color: #464646;
  font-weight: 700 !important;
  padding: 0 0 15px;
  border-bottom: 1px solid #ebebeb;
  position: relative;
}
.single-post-relate h4:before {
  content: '';
  width: 100px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -1px;
  background-color: #d263ee;
}
.rtl .single-post-relate h4:before {
  right: 0;
  left: auto;
}
.single-post-relate .post .item-relate-img {
  position: relative;
}
.single-post-relate .post .item-relate-img:hover img {
  opacity: 0.85;
}
.single-post-relate .post .item-relate-img:before {
  content: '';
  width: 0;
  height: 0;
  border-bottom: 85px solid transparent;
  border-left: 80px solid #fff;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 2;
}
.rtl .single-post-relate .post .item-relate-img:before {
  border-right: 80px solid #fff;
  border-left: 0;
  right: 0;
  left: auto;
}
.single-post-relate .post .item-relate-img .entry-meta {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.rtl .single-post-relate .post .item-relate-img .entry-meta {
  left: auto;
  right: 10px;
}
.single-post-relate .post .item-relate-img .entry-meta .day-time {
  font-size: 24px;
  color: #909090;
  font-weight: 700;
}
.single-post-relate .post .item-relate-img .entry-meta .month-time {
  font-size: 14px;
  color: #909090;
  display: block;
}
.single-post-relate .post .item-relate-content {
  background-color: #fff;
  padding: 15px 0;
}
.single-post-relate .post .item-relate-content h3 {
  margin-bottom: 15px;
  text-transform: capitalize;
}
.single-post-relate .post .item-relate-content h3 a {
  color: #222;
  font-size: 14px;
  font-weight: 700;
}
.single-post-relate .post .item-relate-content h3 a:hover {
  color: #d263ee;
}
.single-post-relate .post .item-relate-content .entry-meta {
  color: #909090;
  font-size: 13px;
  overflow: hidden;
  display: block;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 5px;
}
.single-post-relate .post .item-relate-content .entry-meta a {
  color: #909090;
  font-size: 13px;
  text-transform: capitalize;
}
.single-post-relate .post .item-relate-content .entry-meta a:hover {
  color: #d263ee;
}
.single-post-relate .post .item-relate-content .entry-meta .entry-tag,
.single-post-relate .post .item-relate-content .entry-meta .entry-comment {
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
}
.rtl .single-post-relate .post .item-relate-content .entry-meta .entry-tag,
.rtl .single-post-relate .post .item-relate-content .entry-meta .entry-comment {
  float: right;
  display: block;
  margin-left: 20px;
  margin-right: 0;
}
.rtl .single-post-relate .post .item-relate-content .entry-meta .entry-tag i,
.rtl .single-post-relate .post .item-relate-content .entry-meta .entry-comment i {
  margin: 0 0 0 10px;
}
.single-post-relate .post .item-relate-content .entry-meta .entry-tag i,
.single-post-relate .post .item-relate-content .entry-meta .entry-comment i {
  margin: 0 10px 0 0;
}
.single-post-relate .post .item-relate-content .read-more {
  color: #d263ee;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 14px;
  display: block;
  margin: 15px 0;
}
.single-post-relate .post .item-relate-content .read-more i {
  margin-right: 10px;
}
.rtl .single-post-relate .post .item-relate-content .read-more i {
  margin: 0 0 0 10px;
}
.rtl .single-post-relate .post .item-relate-content .read-more i:before {
  content: '\f0d9';
}
#comments h3 {
  color: #222;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700 !important;
  margin-bottom: 20px;
}
#comments h3 small {
  color: #222;
  font-size: 16px;
}
#comments .commentlist .children {
  margin-left: 90px;
  margin-right: 0;
}
.rtl #comments .commentlist .children {
  margin-right: 90px;
  margin-left: 0;
}
#comments .comment {
  margin-bottom: 30px;
  background-color: #fff;
}
#comments .comment .author {
  margin: 0;
  overflow: hidden;
}
#comments .comment .media-body {
  padding-left: 20px;
}
.rtl #comments .comment .media-body {
  padding-right: 20px;
  padding-left: 0;
}
#comments .comment .media-body .media .media-heading {
  overflow: hidden;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ebebeb;
}
#comments .comment .media-body .media .media-heading .author-name {
  color: #222;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 5px;
}
#comments .comment .media-body .media .media-heading .time {
  color: #909090;
  font-weight: 600;
  font-size: 11px;
  line-height: 21px;
  padding: 0 50px;
  margin-top: -3px;
  text-transform: uppercase;
}
#comments .comment .media-body .media .media-heading .time a {
  color: #909090;
}
#comments .comment .media-body .media .media-heading .reply a {
  position: relative;
  font-size: 0;
}
#comments .comment .media-body .media .media-heading .reply a:before {
  font-size: 20px;
  color: #999999;
  content: "\f112";
  display: inline-block;
  vertical-align: top;
  font-family: fontawesome;
}
#comments .comment .media-body .media .media-heading .reply a:hover:before {
  color: #d263ee;
}
#comments .pingback .media-heading .time {
  display: none;
}
#respond {
  margin-bottom: 60px;
}
#respond .title {
  font-size: 16px;
  color: #222;
  text-transform: uppercase;
  font-weight: 700 !important;
  margin-bottom: 30px;
}
#respond .comment-form .cmm-box-top {
  margin: 0 -15px 10px;
}
#respond .comment-form .cmm-box-top .control-group {
  width: 33.333%;
  padding: 0 15px;
}
#respond .comment-form .cmm-box-top input {
  width: 100%;
  border: 1px solid #ebebeb;
  height: 42px;
  text-indent: 15px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
#respond .comment-form .cmm-box-top input:focus {
  background-color: #fafafa;
}
#respond .comment-form .cmm-box-bottom textarea {
  width: 100%;
  border: 1px solid #ebebeb;
  padding: 14px 20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
#respond .comment-form #submit {
  margin-top: 10px;
  height: 42px;
  border: 0;
  line-height: 42px;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  padding: 0 25px;
  border-radius: 0;
  background: #d263ee;
}
#respond .comment-form #submit:hover {
  background: #c535e9;
}
.sidebar-related-post .sidebar-relate-content {
  padding: 30px 20px 0;
}
.sidebar-related-post .sidebar-relate-content .item {
  margin-bottom: 30px;
}
.sidebar-related-post .sidebar-relate-content .item .item-inner .img_over {
  position: relative;
  margin-bottom: 10px;
}
.sidebar-related-post .sidebar-relate-content .item .item-inner .img_over:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: url('../assets/img/icon-plus.png') no-repeat center center;
  background-color: rgba(0,0,0,0.5);
  pointer-events: none;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  transition: all .5s;
}
.sidebar-related-post .sidebar-relate-content .item .item-inner .img_over .entry-meta {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 10px 15px;
  background-color: rgba(210,99,238,0.8);
}
.rtl .sidebar-related-post .sidebar-relate-content .item .item-inner .img_over .entry-meta {
  left: auto;
  right: 10px;
}
.sidebar-related-post .sidebar-relate-content .item .item-inner .img_over .entry-meta .post_day {
  font-size: 22px;
  font-weight: bold;
  display: block;
  color: #fff;
  margin-bottom: 5px;
}
.sidebar-related-post .sidebar-relate-content .item .item-inner .img_over .entry-meta .post_my {
  display: block;
  color: #fff;
  font-size: 14px;
}
.sidebar-related-post .sidebar-relate-content .item .item-inner .entry-content .entry-title h4 {
  margin-bottom: 13px;
}
.sidebar-related-post .sidebar-relate-content .item .item-inner .entry-content .entry-meta-content {
  color: #999999;
}
.sidebar-related-post .sidebar-relate-content .item .item-inner:hover .img_over:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  filter: alpha(opacity=100);
}
.wrapper_404 {
  width: 100%;
  height: auto;
  text-align: center;
}
.layout-sidebar .wrapper_404 >.container {
  width: 86%;
  float: right;
  max-width: none;
  padding: 0 30px;
}
.wrapper_404 .content_404 {
  overflow: hidden;
  padding: 80px 0;
}
.wrapper_404 .content_404 .block-top {
  text-align: left;
}
.rtl .wrapper_404 .content_404 .block-top {
  text-align: right;
}
.wrapper_404 .content_404 .block-top h2 {
  color: #222;
  font-size: 24px;
  font-weight: 700 !important;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.wrapper_404 .content_404 .block-top .warning-code {
  font-size: 14px;
  color: #7d7d7d;
}
.wrapper_404 .content_404 .block-middle {
  margin: 30px 0 40px;
  overflow: hidden;
}
.wrapper_404 .content_404 .block-middle .revo_search_404 .top-search {
  float: left;
}
.rtl .wrapper_404 .content_404 .block-middle .revo_search_404 .top-search {
  float: right;
}
.wrapper_404 .content_404 .block-middle .revo_search_404 .top-search .topsearch-entry .form-search {
  width: 670px;
  max-width: 100%;
  height: 50px;
  line-height: 50px;
  background-color: #fff;
  overflow: hidden;
  margin: auto;
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border: 1px solid #e0e0e0;
}
.wrapper_404 .content_404 .block-middle .revo_search_404 .top-search .topsearch-entry .form-search .search-query {
  width: 100%;
  border: 0;
  margin: 0;
  height: 50px;
  line-height: 50px;
  padding: 0 80px 0 15px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.rtl .wrapper_404 .content_404 .block-middle .revo_search_404 .top-search .topsearch-entry .form-search .search-query {
  padding-right: 15px;
  padding-left: 80px;
}
.wrapper_404 .content_404 .block-middle .revo_search_404 .top-search .topsearch-entry .form-search .form-button {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 60px;
  background-color: transparent;
  border: 0;
  margin: 0;
}
.wrapper_404 .content_404 .block-middle .revo_search_404 .top-search .topsearch-entry .form-search .form-button:before {
  content: "\f002";
  font-size: 18px;
  color: #7d7d7d;
  font-family: fontawesome;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.wrapper_404 .content_404 .block-middle .revo_search_404 .top-search .topsearch-entry .form-search .form-button:hover:before {
  color: #d263ee;
}
.rtl .wrapper_404 .content_404 .block-middle .revo_search_404 .top-search .topsearch-entry .form-search .form-button {
  right: auto;
  left: 0;
}
.wrapper_404 .content_404 .block-bottom {
  text-align: left;
}
.wrapper_404 .content_404 .block-bottom .btn-404 {
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 14px;
  background-color: #d263ee;
  border-radius: 20px;
  padding: 0 35px;
  display: inline-block;
  vertical-align: top;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 20px 0 0px;
}
.rtl .wrapper_404 .content_404 .block-bottom .btn-404 {
  float: right;
}
.wrapper_404 .content_404 .block-bottom .btn-404:hover {
  background-color: #c535e9;
}
.quote-border {
  background-color: #f4f4f4;
  padding: 20px;
  margin-bottom: 10px;
  font-style: italic;
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
iframe {
  border: none;
  margin-bottom: 10px;
  max-width: 100%;
}
.block-whychoose {
  margin-bottom: 30px !important;
  display: inline-block;
}
.block-whychoose .image-whychoose {
  float: left;
  width: 64px;
}
.rtl .block-whychoose .image-whychoose {
  float: right;
}
.block-whychoose .content-whychoose {
  margin-left: 80px;
}
.rtl .block-whychoose .content-whychoose {
  margin-right: 80px;
  margin-left: 0;
}
.block-whychoose .content-whychoose h2 {
  color: #000;
  font-size: 13px;
  text-transform: uppercase;
}
.block-whychoose .content-whychoose .description {
  color: #666;
}
.vc_wp_search .widget_search .searchform .screen-reader-text {
  display: none;
}
.vc_wp_search .widget_search .searchform input[type="submit"] {
  text-indent: -9999px;
  display: block;
  border: 0;
  width: 34px !important;
  height: 34px;
  background: url('../assets/img/search-icon.png') no-repeat scroll center center #666 !important;
}
.vc_wp_search .widget_search .searchform input[type="submit"]:hover {
  background: url('../assets/img/search-icon.png') no-repeat scroll center center #d263ee !important;
}
.vc_wp_search .widget_search .searchform input[type="text"] {
  border: 1px solid #e0e0e0;
}
.wpb_single_image .vc_single_image-wrapper img:hover {
  opacity: .75;
  filter: alpha(opacity=75);
}
#wp-calendar {
  width: 100%;
}
#wp-calendar caption {
  padding: 10px 0;
}
#wp-calendar tr th {
  text-align: center;
}
#wp-calendar tr td {
  padding: 10px 0;
}
#subscribe_popup {
  text-align: left;
  display: none;
  background-repeat: no-repeat;
  background-color: #fff;
  position: relative;
  min-width: 770px;
}
#subscribe_popup .subscribe-popup-container {
  padding: 64px 68px 25px 68px;
}
#subscribe_popup .subscribe-popup-container h2 {
  color: #222;
  font-size: 30px;
  font-weight: 700 !important;
  text-transform: uppercase;
  margin-bottom: 17px;
}
#subscribe_popup .subscribe-popup-container .description {
  font-size: 16px;
  color: #555;
  font-weight: 600;
  margin-bottom: 30px;
}
#subscribe_popup .subscribe-popup-container .subscribe-form {
  margin-bottom: 15px;
  border: 1px solid #ebebeb;
  max-width: 390px;
  position: relative;
}
.rtl #subscribe_popup .subscribe-popup-container .subscribe-form {
  float: left;
}
#subscribe_popup .subscribe-popup-container .subscribe-form p,
#subscribe_popup .subscribe-popup-container .subscribe-form input {
  margin: 0;
}
#subscribe_popup .subscribe-popup-container .subscribe-form input[type="email"] {
  padding: 0 15px;
  height: 43px;
  line-height: 43px;
  overflow: hidden;
  display: block;
  font-size: 13px;
  width: 350px;
  border-radius: 0;
  border: 0;
}
#subscribe_popup .subscribe-popup-container .subscribe-form input[type="submit"] {
  background: url(../assets/img/violet/icon-newsletter.png) no-repeat center center #fff;
  position: absolute;
  height: 43px;
  width: 43px;
  overflow: hidden;
  top: 0;
  right: 0;
  text-indent: -9999px;
  border: 0;
  border-radius: 0;
}
.rtl #subscribe_popup .subscribe-popup-container .subscribe-form input[type="submit"] {
  left: 0;
  right: auto;
}
#subscribe_popup .subscribe-popup-container .subscribe-form input[type="submit"]:before {
  display: none;
}
#subscribe_popup .subscribe-popup-container .subscribe-form input[type="submit"]:hover {
  opacity: 0.85;
}
#subscribe_popup .subscribe-popup-container .subscribe-checkbox {
  line-height: 30px;
  clear: both;
}
.rtl #subscribe_popup .subscribe-popup-container .subscribe-checkbox {
  margin-left: 160px;
}
#subscribe_popup .subscribe-popup-container .subscribe-checkbox input {
  cursor: pointer;
}
#subscribe_popup .subscribe-popup-container .subscribe-checkbox label {
  vertical-align: top;
  line-height: 25px;
  margin: 0;
  font-weight: normal;
  color: #222;
  font-weight: 500;
}
#subscribe_popup .subscribe-popup-container .subscribe-checkbox label span {
  display: inline-block;
  vertical-align: top;
  line-height: 20px;
}
#subscribe_popup .subscribe-social {
  padding: 15px 0;
  background-color: rgba(210,99,238,0.7);
  text-align: center;
  position: relative;
  z-index: 3;
  margin-top: 20px;
}
#subscribe_popup .subscribe-social h3 {
  color: #fff;
  font-weight: 700 !important;
  font-size: 16px;
  text-transform: uppercase;
}
#subscribe_popup .subscribe-social > .subscribe-social-inner .revo-socials ul {
  margin: 0;
}
#subscribe_popup .subscribe-social > .subscribe-social-inner .revo-socials ul > li > a {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 16px;
  line-height: 40px;
  background: #333;
  margin: 0 5px;
}
.sw-instagram-gallery {
  margin-bottom: 10px;
}
.sw-instagram-gallery .intagram-gallery-content {
  margin: 0 -5px;
  display: inline-block;
  vertical-align: top;
}
.sw-instagram-gallery .intagram-gallery-content .item {
  position: relative;
  padding: 0 5px;
}
.sw-instagram-gallery .intagram-gallery-content .item > a > .fa {
  position: absolute;
  z-index: 2;
  font-size: 24px;
  top: 15px;
  right: 15px;
  color: #cecece;
}
.sw-instagram-gallery .intagram-gallery-content .item:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.sw-instagram-gallery .intagram-gallery-content.col_1 .item {
  width: 100%;
}
.sw-instagram-gallery .intagram-gallery-content.col_2 .item {
  width: 50%;
}
.sw-instagram-gallery .intagram-gallery-content.col_3 .item {
  width: 33.333%;
}
.sw-instagram-gallery .intagram-gallery-content.col_4 .item {
  width: 25%;
}
.sw-instagram-gallery .intagram-gallery-content.col_5 .item {
  width: 20%;
}
.block-title-widget h2 {
  font-size: 16px !important;
  color: #222;
  font-weight: 700 !important;
  text-transform: uppercase;
  padding: 20px;
  margin: 0 !important;
}
.sidebar .widget.widget_layered_nav ul {
  border: 0;
}
.sidebar .widget.widget_product_categories {
  border: 1px solid #ebebeb;
}
.sidebar .widget.widget_product_categories .block-title-widget {
  background-color: #f2f2f2;
}
.sidebar .widget.widget_product_categories .block-title-widget h2 {
  position: relative;
  padding: 15px;
  color: #222;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700 !important;
  margin-bottom: 0;
}
.sidebar .widget.widget_product_categories .block-title-widget h2:before {
  content: '\f219';
  font-family: FontAwesome;
  font-size: 18px;
  display: inline-block;
  margin-right: 10px;
  color: #d263ee;
}
.rtl .sidebar .widget.widget_product_categories .block-title-widget h2:before {
  margin-left: 10px;
  margin-right: 0;
}
.sidebar .widget.widget_product_categories .product-categories {
  border: 0;
}
.sidebar .widget.widget_product_categories .product-categories > li {
  border-top: 1px solid #ebebeb;
  border-bottom: 0 !important;
  padding: 15px 20px !important;
}
.sidebar .widget.widget_product_categories .product-categories > li:last-child {
  border-top: 1px solid #ebebeb !important;
}
.sidebar .widget.widget_product_categories .product-categories > li > a {
  font-size: 13px;
  color: #7d7d7d;
  font-weight: 600;
  cursor: pointer;
}
.sidebar .widget.widget_product_categories .product-categories > li > a:hover {
  color: #d263ee;
}
.sidebar .widget.widget_product_categories .product-categories.accordion-categories li.cat-parent {
  position: relative;
}
.sidebar .widget.widget_product_categories .product-categories.accordion-categories li.cat-parent .child-category-more {
  font-family: Arial;
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #bbb;
  position: absolute;
  right: 18px;
  left: auto;
  top: 16px;
  cursor: pointer;
  color: #fff;
}
.sidebar .widget.widget_product_categories .product-categories.accordion-categories li.cat-parent .child-category-more:before {
  content: '';
  display: block;
  width: 10px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 8px;
  left: 4px;
}
.sidebar .widget.widget_product_categories .product-categories.accordion-categories li.cat-parent .child-category-more:after {
  content: '';
  display: block;
  width: 10px;
  height: 2px;
  background: #fff;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  position: absolute;
  top: 8px;
  left: 4px;
}
.sidebar .widget.widget_product_categories .product-categories.accordion-categories li.cat-parent > ul {
  display: none;
}
.sidebar .widget.widget_product_categories .product-categories.accordion-categories li.cat-parent.active > a,
.sidebar .widget.widget_product_categories .product-categories.accordion-categories li.cat-parent:hover > a {
  color: #d263ee;
}
.sidebar .widget.widget_product_categories .product-categories.accordion-categories li.cat-parent.active .child-category-more,
.sidebar .widget.widget_product_categories .product-categories.accordion-categories li.cat-parent:hover .child-category-more {
  background: #d263ee;
}
.sidebar .widget.widget_product_categories .product-categories.accordion-categories li.cat-parent.active .child-category-more:after {
  display: none;
}
.sidebar .widget.widget_product_categories .product-categories.accordion-categories li > ul.children > li.cat-parent .child-category-more:after {
  display: block;
}
.sidebar .widget.widget_product_categories .product-categories.accordion-categories li > ul.children > li.cat-parent.active .child-category-more:after {
  display: none;
}
.sw-category-slider {
  margin-bottom: 35px;
}
.sw-category-slider .block-title {
  margin-bottom: 30px;
}
.sw-category-slider .block-title h3 {
  padding: 15px 0 13px;
  border-bottom: 1px solid #ededed;
  position: relative;
  font-size: 18px;
  color: #222;
  text-transform: uppercase;
  font-weight: 700;
}
.rtl .sw-category-slider .block-title h3 {
  text-align: right;
}
.sw-category-slider .block-title h3:before {
  content: '';
  height: 2px;
  width: 100px;
  background-color: #d263ee;
  position: absolute;
  bottom: -1px;
}
.rtl .sw-category-slider .block-title h3:before {
  right: 0;
  left: auto;
}
.sw-category-slider .box-title h3 {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: #222;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.sw-category-slider .desciption {
  text-align: center;
  font-size: 14px;
  color: #222;
  margin-bottom: 38px;
}
.sw-category-slider .responsive {
  margin: 0 -15px;
}
.sw-category-slider .responsive .item-product-cat {
  padding: 0 15px;
}
.sw-category-slider .responsive .item-product-cat:hover .item-image img {
  opacity: 0.85;
}
.sw-category-slider .responsive .item-product-cat:hover .item-content h3 a {
  background-color: #222;
  color: #fff;
}
.home-style4 .sw-category-slider .responsive .item-product-cat:hover .item-content h3 a {
  background-color: #d263ee;
}
.sw-category-slider .responsive .item-product-cat .item-image img {
  margin: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.sw-category-slider .responsive .item-product-cat .item-content h3 {
  box-shadow: 0px 2px 3px 0px rgba(100,100,100,0.3);
}
.sw-category-slider .responsive .item-product-cat .item-content h3 a {
  display: block;
  height: 52px;
  line-height: 52px;
  text-align: center;
  color: #222;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  background-color: #fff;
}
.sw-category-slider .res-button {
  width: 41px;
  height: 41px;
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  cursor: pointer;
  z-index: 3;
}
.sw-category-slider .res-button.slick-prev {
  left: 30px;
  background: url(../assets/img/bg_general.png) no-repeat -20px -525px;
}
.sw-category-slider .res-button.slick-prev:hover {
  background: url(../assets/img/bg_general.png) no-repeat -20px -464px;
}
.sw-category-slider .res-button.slick-next {
  right: 30px;
  background: url(../assets/img/bg_general.png) no-repeat -20px -281px;
}
.sw-category-slider .res-button.slick-next:hover {
  background: url(../assets/img/bg_general.png) no-repeat -20px -220px;
}
.countdown-slider {
  border: 1px solid #e0e0e0;
  position: relative;
}
.countdown-slider .box-title {
  position: absolute;
  z-index: 3;
  top: -6px;
  left: 15px;
}
.rtl .countdown-slider .box-title {
  right: 15px;
  left: auto;
}
.countdown-slider .box-title h3 {
  font-weight: 700 !important;
  display: inline-block;
  position: relative;
  color: #222;
  font-size: 16px;
  text-transform: uppercase;
  height: 42px;
  padding: 0 15px;
  line-height: 42px;
  background-color: #d263ee;
  color: #fff;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}
.countdown-slider .box-title h3:before {
  content: '';
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-right: 5px solid #8c4aee;
  left: -5px;
  position: absolute;
}
.countdown-slider .box-title h3:after {
  content: '';
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 5px solid #8c4aee;
  right: -5px;
  position: absolute;
}
.countdown-slider .res-button {
  width: 41px;
  height: 41px;
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  cursor: pointer;
  z-index: 3;
}
.countdown-slider .res-button.slick-prev {
  left: 15px;
  background: url(../assets/img/bg_general.png) no-repeat -20px -525px;
}
.countdown-slider .res-button.slick-prev:hover {
  background: url(../assets/img/bg_general.png) no-repeat -20px -464px;
}
.countdown-slider .res-button.slick-next {
  right: 15px;
  background: url(../assets/img/bg_general.png) no-repeat -20px -281px;
}
.countdown-slider .res-button.slick-next:hover {
  background: url(../assets/img/bg_general.png) no-repeat -20px -220px;
}
.countdown-slider .slider .item-countdown .item-wrap {
  padding: 28px 95px 10px 20px;
  position: relative;
}
.rtl .countdown-slider .slider .item-countdown .item-wrap {
  padding: 28px 20px 10px 95px;
}
.countdown-slider .slider .item-countdown .item-wrap .item-detail .item-image-countdown {
  float: left;
  width: 45%;
  text-align: center;
}
.countdown-slider .slider .item-countdown .item-wrap .item-detail .item-image-countdown a.sw-quickview {
  display: none;
}
.countdown-slider .slider .item-countdown .item-wrap .item-detail .item-image-countdown span.onsale {
  display: none;
}
.rtl .countdown-slider .slider .item-countdown .item-wrap .item-detail .item-image-countdown {
  float: right;
}
.countdown-slider .slider .item-countdown .item-wrap .item-detail .item-image-countdown a {
  width: 300px;
  display: inline-block;
}
.countdown-slider .slider .item-countdown .item-wrap .item-detail .item-content h4 a {
  color: #222;
  font-size: 18px;
  font-weight: 700 !important;
  text-transform: capitalize;
}
.countdown-slider .slider .item-countdown .item-wrap .item-detail .item-content h4 a:hover {
  color: #d263ee;
}
.countdown-slider .slider .item-countdown .item-wrap .item-detail .item-content .reviews-content {
  overflow: hidden;
  padding: 0px 0 12px;
  border-bottom: 1px solid #ededed;
}
.countdown-slider .slider .item-countdown .item-wrap .item-detail .item-content .reviews-content .star {
  float: left;
  margin: 3px 20px 0 0;
}
.rtl .countdown-slider .slider .item-countdown .item-wrap .item-detail .item-content .reviews-content .star {
  float: right;
  margin: 3px 0 0 20px;
}
.countdown-slider .slider .item-countdown .item-wrap .item-detail .item-content .description {
  line-height: 24px;
  padding: 18px 0;
}
.countdown-slider .slider .item-countdown .item-wrap .item-detail .item-content .item-price {
  margin-bottom: 20px;
}
.countdown-slider .slider .item-countdown .item-wrap .item-detail .item-content .item-price .amount {
  font-size: 22px;
}
.countdown-slider .slider .item-countdown .item-wrap .item-detail .item-content .item-price del {
  line-height: 26px;
  font-size: 16px;
  color: #7d7d7d;
}
.countdown-slider .slider .item-countdown .item-wrap .item-detail .item-content .item-price del .amount {
  line-height: 26px;
  font-size: 16px;
}
.countdown-slider .slider .item-countdown .item-wrap .item-detail .item-content .product-countdown .countdown-section {
  position: relative;
  display: inline-block;
  margin-right: 24px;
}
.rtl .countdown-slider .slider .item-countdown .item-wrap .item-detail .item-content .product-countdown .countdown-section {
  margin-left: 24px;
  margin-right: 0;
}
.countdown-slider .slider .item-countdown .item-wrap .item-detail .item-content .product-countdown .countdown-section .countdown-amount {
  display: block;
  width: 70px;
  height: 42px;
  background-color: #ebebeb;
  font-weight: 500;
  line-height: 42px;
  text-align: center;
  font-size: 30px;
  color: #222;
  margin-bottom: 10px;
  border-radius: 3px;
}
.countdown-slider .slider .item-countdown .item-wrap .item-detail .item-content .product-countdown .countdown-section .countdown-period {
  text-align: center;
  font-size: 12px;
  display: block;
  font-weight: 500;
  color: #7d7d7d;
  text-transform: uppercase;
}
.countdown-slider2 {
  border: 1px solid #e0e0e0;
  padding: 23px 10px 6px;
  position: relative;
  border-top: 0;
}
.countdown-slider2 .res-button {
  width: 28px;
  height: 28px;
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -24px;
  cursor: pointer;
  z-index: 3;
}
.countdown-slider2 .res-button.slick-prev {
  left: 5px;
  background: url(../assets/img/bg_general.png) no-repeat -20px -1111px;
}
.countdown-slider2 .res-button.slick-prev:hover {
  background: url(../assets/img/bg_general.png) no-repeat -20px -1063px;
}
.countdown-slider2 .res-button.slick-next {
  right: 5px;
  background: url(../assets/img/bg_general.png) no-repeat -20px -1015px;
}
.countdown-slider2 .res-button.slick-next:hover {
  background: url(../assets/img/bg_general.png) no-repeat -20px -967px;
}
.countdown-slider2 .slider .item-countdown .item-detail {
  padding: 0 10px;
}
.countdown-slider2 .slider .item-countdown .item-detail .item-image-countdown {
  position: relative;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  padding: 5px;
  margin-bottom: 10px;
}
.countdown-slider2 .slider .item-countdown .item-detail .item-image-countdown:hover {
  opacity: 0.85;
  border: 1px solid #d263ee;
}
.countdown-slider2 .slider .item-countdown .item-detail .item-image-countdown a.sw-quickview {
  display: none;
}
.countdown-slider2 .slider .item-countdown .item-detail .item-image-countdown img {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.countdown-slider2 .slider .item-countdown .item-detail .item-image-countdown .onsale {
  display: none;
}
.countdown-slider2 .slider .item-countdown .item-detail .item-content h4 {
  font-size: 13px;
  text-align: center;
}
.countdown-slider2 .slider .item-countdown .item-detail .item-content h4 a {
  color: #7d7d7d;
  font-weight: 500;
  text-transform: capitalize;
}
.countdown-slider2 .slider .item-countdown .item-detail .item-content h4 a:hover {
  color: #d263ee;
}
.sw-best-seller-product {
  border: 1px solid #e0e0e0;
}
.sw-best-seller-product .box-title {
  background-color: #f2f2f2;
}
.sw-best-seller-product .box-title h3 {
  position: relative;
  padding: 15px;
  color: #222;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700 !important;
  margin-bottom: 0;
}
.sw-best-seller-product .box-title h3:before {
  content: '\f219';
  font-family: FontAwesome;
  font-size: 18px;
  display: inline-block;
  margin-right: 10px;
  color: #d263ee;
}
.rtl .sw-best-seller-product .box-title h3:before {
  margin-left: 10px;
  margin-right: 0;
}
.sw-best-seller-product .wrap-content {
  padding: 15px 15px 2px;
  border-top: 1px solid #ebebeb;
}
.elementor-element .sw-best-seller-product .wrap-content {
  padding: 15px 15px 0;
}
.sw-best-seller-product .wrap-content .item {
  overflow: hidden;
  margin-bottom: 33px;
}
.sw-best-seller-product .wrap-content .item >p {
  display: none;
}
.sw-best-seller-product .wrap-content .item .item-img {
  float: left;
  width: 80px;
  margin-right: 10px;
  position: relative;
  z-index: 2;
}
.sw-best-seller-product .wrap-content .item .item-img:hover img {
  opacity: 0.85;
}
.sw-best-seller-product .wrap-content .item .item-img a br {
  display: none;
}
.rtl .sw-best-seller-product .wrap-content .item .item-img {
  float: right;
  margin-left: 10px;
  margin-right: 0;
}
.sw-best-seller-product .wrap-content .item .item-content {
  position: relative;
  padding-top: 15px;
}
.sw-best-seller-product .wrap-content .item .item-content h4 a {
  color: #222;
  font-weight: 500;
  font-size: 14px;
  text-transform: capitalize;
}
.sw-best-seller-product .wrap-content .item .item-content h4 a:hover {
  color: #d263ee;
}
.sw-best-seller-product .wrap-content .item .item-content .item-price {
  display: inline-block;
  vertical-align: top;
}
.sw-best-seller-product .wrap-content .item .item-content .item-price ins {
  margin: 0 10px 0 0;
}
.sw-best-seller-product .wrap-content .item .item-content .item-price del {
  margin: 0;
  line-height: 24px;
}
.sw-best-seller-product .wrap-content .item .item-content .item-price .amount {
  font-size: 16px;
}
.sw-best-seller-product .wrap-content .item .item-content .item-price del .amount {
  font-size: 14px;
}
.sw-woo-tab-default {
  margin-bottom: 45px;
}
.sw-woo-tab-default:last-child {
  margin-bottom: 40px;
}
.sw-woo-tab-default .resp-tab .category-slider-content {
  overflow: hidden;
}
.sw-woo-tab-default .resp-tab .category-slider-content .button-collapse {
  display: none;
}
.sw-woo-tab-default .resp-tab .category-slider-content.style1 .box-title {
  position: absolute;
  top: -8px;
  right: -8px;
  left: auto;
  min-width: 204px;
  text-align: right;
}
.rtl .sw-woo-tab-default .resp-tab .category-slider-content.style1 .box-title {
  text-align: left;
  left: -8px;
  right: auto;
}
.sw-woo-tab-default .resp-tab .category-slider-content.style1 .box-title h3 {
  line-height: 48px;
  background-color: #d263ee;
  font-size: 18px;
  padding: 0 16px;
  color: #fff;
  font-weight: 700 !important;
  margin: 0;
  border-top-left-radius: 7px;
  border-top-right-radius: 0;
  box-shadow: 0 2px 3px 0px rgba(0,0,0,0.3);
  position: relative;
  text-transform: uppercase;
}
.sw-woo-tab-default .resp-tab .category-slider-content.style1 .box-title h3:before {
  content: '';
  width: 0;
  height: 0;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #8c4aee;
  border-right: 0;
  right: 0;
  left: auto;
  bottom: -8px;
  position: absolute;
}
.rtl .sw-woo-tab-default .resp-tab .category-slider-content.style1 .box-title h3:before {
  left: 0;
  right: auto;
  border-left: 0;
  border-right: 8px solid #8c4aee;
}
.sw-woo-tab-default .resp-tab .category-slider-content.style1 .categories-image {
  float: right;
}
.rtl .sw-woo-tab-default .resp-tab .category-slider-content.style1 .categories-image {
  float: left;
}
.sw-woo-tab-default .resp-tab .category-slider-content.style1 ul.nav-tabs {
  margin-right: 196px;
  margin-left: 0;
}
.rtl .sw-woo-tab-default .resp-tab .category-slider-content.style1 ul.nav-tabs {
  margin-left: 196px;
  margin-right: 0;
}
.sw-woo-tab-default .resp-tab .category-slider-content.style1 ul.nav-tabs > li {
  float: right;
}
.rtl .sw-woo-tab-default .resp-tab .category-slider-content.style1 ul.nav-tabs > li {
  float: left;
}
.sw-woo-tab-default .resp-tab .category-slider-content.style1 .tab-content .tab-pane.active .res-button.slick-prev {
  left: 15px;
  right: auto;
}
.rtl .sw-woo-tab-default .resp-tab .category-slider-content.style1 .tab-content .tab-pane.active .res-button.slick-prev {
  right: 48px;
  left: auto;
}
.sw-woo-tab-default .resp-tab .category-slider-content.style1 .tab-content .tab-pane.active .res-button.slick-next {
  left: 48px;
  right: auto;
}
.rtl .sw-woo-tab-default .resp-tab .category-slider-content.style1 .tab-content .tab-pane.active .res-button.slick-next {
  right: 15px;
  left: auto;
}
.sw-woo-tab-default .resp-tab .category-slider-content.style1 .tab-content .tab-pane .woo-tab-container-slider {
  border-right: 0;
  border-left: 1px solid #ebebeb;
}
.sw-woo-tab-default .resp-tab .category-slider-content.style1 .tab-content .tab-pane .woo-tab-container-slider .slider .slick-list {
  margin: 0;
}
.sw-woo-tab-default .resp-tab .category-slider-content .box-title {
  position: absolute;
  top: -8px;
  left: -8px;
  min-width: 204px;
}
.rtl .sw-woo-tab-default .resp-tab .category-slider-content .box-title {
  right: -8px;
  left: auto;
}
.sw-woo-tab-default .resp-tab .category-slider-content .box-title h3 {
  line-height: 48px;
  background-color: #d263ee;
  font-size: 18px;
  padding: 0 16px;
  color: #fff;
  font-weight: 700 !important;
  margin: 0;
  border-top-right-radius: 7px;
  position: relative;
  text-transform: uppercase;
  box-shadow: 0 2px 4px 0px rgba(0,0,0,0.3);
}
.sw-woo-tab-default .resp-tab .category-slider-content .box-title h3:before {
  content: '';
  width: 0;
  height: 0;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #8c4aee;
  left: 0;
  bottom: -8px;
  position: absolute;
}
.rtl .sw-woo-tab-default .resp-tab .category-slider-content .box-title h3:before {
  border-left: 8px solid #8c4aee;
  border-right: 0;
  right: 0;
  left: auto;
}
.sw-woo-tab-default .resp-tab .category-slider-content ul.nav-tabs {
  margin-left: 196px;
  border: 0;
  background-color: #f2f2f2;
}
.rtl .sw-woo-tab-default .resp-tab .category-slider-content ul.nav-tabs {
  margin-right: 196px;
  margin-left: 0;
}
.sw-woo-tab-default .resp-tab .category-slider-content ul.nav-tabs li {
  margin: 0;
}
.rtl .sw-woo-tab-default .resp-tab .category-slider-content ul.nav-tabs li {
  float: right;
}
.sw-woo-tab-default .resp-tab .category-slider-content ul.nav-tabs li > a {
  border: 0;
  font-size: 12px;
  color: #333;
  text-transform: uppercase;
  padding: 0 15px;
  line-height: 40px;
  font-weight: 600;
  border-radius: 0;
}
.sw-woo-tab-default .resp-tab .category-slider-content ul.nav-tabs li.active> a,
.sw-woo-tab-default .resp-tab .category-slider-content ul.nav-tabs li:hover >a {
  background-color: #f2f2f2;
  color: #d263ee;
}
.sw-woo-tab-default .resp-tab .category-slider-content .categories-image {
  float: left;
  position: relative;
  z-index: 3;
}
.sw-woo-tab-default .resp-tab .category-slider-content .categories-image .item-image a {
  position: relative;
  display: block;
}
.sw-woo-tab-default .resp-tab .category-slider-content .categories-image .item-image a:before {
  display: inline-block;
  background-color: rgba(0,0,0,0.3);
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all .2s ease-in-out 0s;
  -moz-transition: all .2s ease-in-out 0s;
  -o-transition: all .2s ease-in-out 0s;
  -ms-transition: all .2s ease-in-out 0s;
  transition: all .2s ease-in-out 0s;
  visibility: hidden;
  opacity: 0;
}
.sw-woo-tab-default .resp-tab .category-slider-content .categories-image .item-image a:hover:before {
  opacity: 1;
  visibility: visible;
}
.rtl .sw-woo-tab-default .resp-tab .category-slider-content .categories-image {
  float: right;
}
.sw-woo-tab-default .resp-tab .category-slider-content .tab-content .tab-pane.active .res-button {
  width: 28px;
  height: 28px;
  display: inline-block;
  position: absolute;
  top: -34px;
  z-index: 2;
  cursor: pointer;
}
.sw-woo-tab-default .resp-tab .category-slider-content .tab-content .tab-pane.active .res-button.slick-prev {
  right: 48px;
  background: url(../assets/img/bg_general.png) no-repeat -20px -1111px;
}
.rtl .sw-woo-tab-default .resp-tab .category-slider-content .tab-content .tab-pane.active .res-button.slick-prev {
  left: 15px;
  right: auto;
}
.sw-woo-tab-default .resp-tab .category-slider-content .tab-content .tab-pane.active .res-button.slick-prev:hover {
  background: url(../assets/img/bg_general.png) no-repeat -20px -1063px;
}
.sw-woo-tab-default .resp-tab .category-slider-content .tab-content .tab-pane.active .res-button.slick-next {
  right: 15px;
  background: url(../assets/img/bg_general.png) no-repeat -20px -1015px;
}
.rtl .sw-woo-tab-default .resp-tab .category-slider-content .tab-content .tab-pane.active .res-button.slick-next {
  left: 48px;
  right: auto;
}
.sw-woo-tab-default .resp-tab .category-slider-content .tab-content .tab-pane.active .res-button.slick-next:hover {
  background: url(../assets/img/bg_general.png) no-repeat -20px -967px;
}
.sw-woo-tab-default .resp-tab .category-slider-content .tab-content .tab-pane.active .res-button {
  top: 6px;
}
.sw-woo-tab-default .resp-tab .category-slider-content .tab-content .tab-pane .woo-tab-container-slider {
  border-right: 1px solid #ebebeb;
}
.rtl .sw-woo-tab-default .resp-tab .category-slider-content .tab-content .tab-pane .woo-tab-container-slider {
  border-left: 1px solid #ebebeb;
  border-right: 0;
}
.sw-woo-tab-default .resp-tab .category-slider-content .tab-content .tab-pane .woo-tab-container-slider .slider .slick-list {
  margin: 0;
  padding: 0;
}
.sw-woo-tab-default .resp-tab .category-slider-content .tab-content .tab-pane .woo-tab-container-slider .slider .slick-list .item {
  overflow: hidden;
  margin: 0;
}
.featured-short {
  margin-top: 0 !important;
}
.featured-short .block-title h3 {
  position: relative;
  padding: 15px;
  color: #222;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700 !important;
  margin-bottom: 0;
  background-color: #f2f2f2;
}
.featured-short .resp-slider-container {
  padding: 20px 20px 0;
  background-color: #fff;
}
.featured-short .resp-slider-container .sw-quickview,
.featured-short .resp-slider-container .sale-off,
.featured-short .resp-slider-container .item-content .item-bottom {
  display: none !important;
}
.featured-short .resp-slider-container .item .item-wrap:hover .item-detail .item-content .item-price,
.featured-short .resp-slider-container .item .item-wrap:hover .item-detail .item-content h4 a {
  opacity: 1;
}
.featured-short .resp-slider-container .item-wrap .item-detail {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  align-items: center;
  text-align: left;
  margin-bottom: 30px;
}
.rtl .featured-short .resp-slider-container .item-wrap .item-detail {
  text-align: right;
}
.featured-short .resp-slider-container .item-wrap .item-detail .item-content {
  width: auto;
  float: left;
}
.rtl .featured-short .resp-slider-container .item-wrap .item-detail .item-content {
  float: right;
}
.featured-short .resp-slider-container .item-wrap .item-detail .item-img {
  width: 82px;
  border: 1px solid #dadada;
  margin-right: 10px;
  float: left;
}
.rtl .featured-short .resp-slider-container .item-wrap .item-detail .item-img {
  float: right;
  margin: 0 0 0 10px;
}
.featured-short,
.sw-best-seller-product-slider,
.sw-featured-product-slider {
  border: 1px solid #e0e0e0;
  margin: 15px 0 30px;
}
.featured-short .box-title,
.sw-best-seller-product-slider .box-title,
.sw-featured-product-slider .box-title {
  background-color: #f2f2f2;
}
.featured-short .box-title h3,
.sw-best-seller-product-slider .box-title h3,
.sw-featured-product-slider .box-title h3 {
  position: relative;
  padding: 15px;
  color: #222;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700 !important;
  margin-bottom: 0;
}
.featured-short .box-title h3:before,
.sw-best-seller-product-slider .box-title h3:before,
.sw-featured-product-slider .box-title h3:before {
  content: '\f219';
  font-family: FontAwesome;
  font-size: 18px;
  display: inline-block;
  margin-right: 10px;
  color: #d263ee;
}
.rtl .featured-short .box-title h3:before,
.rtl .sw-best-seller-product-slider .box-title h3:before,
.rtl .sw-featured-product-slider .box-title h3:before {
  margin-left: 10px;
  margin-right: 0;
}
.featured-short .res-button,
.featured-short .btn-bs,
.sw-best-seller-product-slider .res-button,
.sw-best-seller-product-slider .btn-bs,
.sw-featured-product-slider .res-button,
.sw-featured-product-slider .btn-bs {
  width: 28px;
  height: 28px;
  display: inline-block;
  position: absolute;
  top: 11px;
  cursor: pointer;
  z-index: 9;
}
.featured-short .res-button.slick-prev,
.featured-short .res-button.prev-bs,
.featured-short .btn-bs.slick-prev,
.featured-short .btn-bs.prev-bs,
.sw-best-seller-product-slider .res-button.slick-prev,
.sw-best-seller-product-slider .res-button.prev-bs,
.sw-best-seller-product-slider .btn-bs.slick-prev,
.sw-best-seller-product-slider .btn-bs.prev-bs,
.sw-featured-product-slider .res-button.slick-prev,
.sw-featured-product-slider .res-button.prev-bs,
.sw-featured-product-slider .btn-bs.slick-prev,
.sw-featured-product-slider .btn-bs.prev-bs {
  right: 48px;
  background: url(../assets/img/bg_general.png) no-repeat -20px -1111px;
}
.featured-short .res-button.slick-prev:hover,
.featured-short .res-button.prev-bs:hover,
.featured-short .btn-bs.slick-prev:hover,
.featured-short .btn-bs.prev-bs:hover,
.sw-best-seller-product-slider .res-button.slick-prev:hover,
.sw-best-seller-product-slider .res-button.prev-bs:hover,
.sw-best-seller-product-slider .btn-bs.slick-prev:hover,
.sw-best-seller-product-slider .btn-bs.prev-bs:hover,
.sw-featured-product-slider .res-button.slick-prev:hover,
.sw-featured-product-slider .res-button.prev-bs:hover,
.sw-featured-product-slider .btn-bs.slick-prev:hover,
.sw-featured-product-slider .btn-bs.prev-bs:hover {
  background: url(../assets/img/bg_general.png) no-repeat -20px -1063px;
}
.rtl .featured-short .res-button.slick-prev,
.rtl .featured-short .res-button.prev-bs,
.rtl .featured-short .btn-bs.slick-prev,
.rtl .featured-short .btn-bs.prev-bs,
.rtl .sw-best-seller-product-slider .res-button.slick-prev,
.rtl .sw-best-seller-product-slider .res-button.prev-bs,
.rtl .sw-best-seller-product-slider .btn-bs.slick-prev,
.rtl .sw-best-seller-product-slider .btn-bs.prev-bs,
.rtl .sw-featured-product-slider .res-button.slick-prev,
.rtl .sw-featured-product-slider .res-button.prev-bs,
.rtl .sw-featured-product-slider .btn-bs.slick-prev,
.rtl .sw-featured-product-slider .btn-bs.prev-bs {
  left: 15px;
  right: auto;
}
.featured-short .res-button.slick-next,
.featured-short .res-button.next-bs,
.featured-short .btn-bs.slick-next,
.featured-short .btn-bs.next-bs,
.sw-best-seller-product-slider .res-button.slick-next,
.sw-best-seller-product-slider .res-button.next-bs,
.sw-best-seller-product-slider .btn-bs.slick-next,
.sw-best-seller-product-slider .btn-bs.next-bs,
.sw-featured-product-slider .res-button.slick-next,
.sw-featured-product-slider .res-button.next-bs,
.sw-featured-product-slider .btn-bs.slick-next,
.sw-featured-product-slider .btn-bs.next-bs {
  right: 15px;
  background: url(../assets/img/bg_general.png) no-repeat -20px -1015px;
}
.featured-short .res-button.slick-next:hover,
.featured-short .res-button.next-bs:hover,
.featured-short .btn-bs.slick-next:hover,
.featured-short .btn-bs.next-bs:hover,
.sw-best-seller-product-slider .res-button.slick-next:hover,
.sw-best-seller-product-slider .res-button.next-bs:hover,
.sw-best-seller-product-slider .btn-bs.slick-next:hover,
.sw-best-seller-product-slider .btn-bs.next-bs:hover,
.sw-featured-product-slider .res-button.slick-next:hover,
.sw-featured-product-slider .res-button.next-bs:hover,
.sw-featured-product-slider .btn-bs.slick-next:hover,
.sw-featured-product-slider .btn-bs.next-bs:hover {
  background: url(../assets/img/bg_general.png) no-repeat -20px -967px;
}
.rtl .featured-short .res-button.slick-next,
.rtl .featured-short .res-button.next-bs,
.rtl .featured-short .btn-bs.slick-next,
.rtl .featured-short .btn-bs.next-bs,
.rtl .sw-best-seller-product-slider .res-button.slick-next,
.rtl .sw-best-seller-product-slider .res-button.next-bs,
.rtl .sw-best-seller-product-slider .btn-bs.slick-next,
.rtl .sw-best-seller-product-slider .btn-bs.next-bs,
.rtl .sw-featured-product-slider .res-button.slick-next,
.rtl .sw-featured-product-slider .res-button.next-bs,
.rtl .sw-featured-product-slider .btn-bs.slick-next,
.rtl .sw-featured-product-slider .btn-bs.next-bs {
  left: 48px;
  right: auto;
}
.featured-short .carousel-inner,
.sw-best-seller-product-slider .carousel-inner,
.sw-featured-product-slider .carousel-inner {
  overflow: hidden;
}
.featured-short .carousel-inner .image-slide,
.sw-best-seller-product-slider .carousel-inner .image-slide,
.sw-featured-product-slider .carousel-inner .image-slide {
  float: left;
  width: 50%;
  position: relative;
  z-index: 3;
}
.rtl .featured-short .carousel-inner .image-slide,
.rtl .sw-best-seller-product-slider .carousel-inner .image-slide,
.rtl .sw-featured-product-slider .carousel-inner .image-slide {
  float: right;
}
.featured-short .carousel-inner .item,
.sw-best-seller-product-slider .carousel-inner .item,
.sw-featured-product-slider .carousel-inner .item {
  float: left;
  min-width: 50%;
  padding: 25px 0 0;
}
.rtl .featured-short .carousel-inner .item,
.rtl .sw-best-seller-product-slider .carousel-inner .item,
.rtl .sw-featured-product-slider .carousel-inner .item {
  float: right;
}
.featured-short .carousel-inner .item .item-detail,
.sw-best-seller-product-slider .carousel-inner .item .item-detail,
.sw-featured-product-slider .carousel-inner .item .item-detail {
  overflow: hidden;
  margin-bottom: 30px;
}
.featured-short .carousel-inner .item .item-detail:hover .item-img img,
.sw-best-seller-product-slider .carousel-inner .item .item-detail:hover .item-img img,
.sw-featured-product-slider .carousel-inner .item .item-detail:hover .item-img img {
  opacity: 0.85;
}
.featured-short .carousel-inner .item .item-detail .item-content,
.sw-best-seller-product-slider .carousel-inner .item .item-detail .item-content,
.sw-featured-product-slider .carousel-inner .item .item-detail .item-content {
  padding: 15px 0 0;
}
.featured-short .carousel-inner .item .item-detail .item-content h4 a,
.sw-best-seller-product-slider .carousel-inner .item .item-detail .item-content h4 a,
.sw-featured-product-slider .carousel-inner .item .item-detail .item-content h4 a {
  font-size: 14px;
  font-weight: 600;
  color: #222;
  text-transform: capitalize;
}
.featured-short .carousel-inner .item .item-detail .item-content h4 a:hover,
.sw-best-seller-product-slider .carousel-inner .item .item-detail .item-content h4 a:hover,
.sw-featured-product-slider .carousel-inner .item .item-detail .item-content h4 a:hover {
  color: #d263ee;
}
.featured-short .carousel-inner .item .item-detail .item-content .item-price,
.sw-best-seller-product-slider .carousel-inner .item .item-detail .item-content .item-price,
.sw-featured-product-slider .carousel-inner .item .item-detail .item-content .item-price {
  font-size: 16px;
}
.featured-short .carousel-inner .item .item-detail .item-content .item-price del .amount,
.sw-best-seller-product-slider .carousel-inner .item .item-detail .item-content .item-price del .amount,
.sw-featured-product-slider .carousel-inner .item .item-detail .item-content .item-price del .amount {
  font-size: 14px;
}
.featured-short .carousel-inner .item .item-detail .item-img,
.sw-best-seller-product-slider .carousel-inner .item .item-detail .item-img,
.sw-featured-product-slider .carousel-inner .item .item-detail .item-img {
  width: 90px;
  float: left;
  margin: 0 10px;
}
.rtl .featured-short .carousel-inner .item .item-detail .item-img,
.rtl .sw-best-seller-product-slider .carousel-inner .item .item-detail .item-img,
.rtl .sw-featured-product-slider .carousel-inner .item .item-detail .item-img {
  float: right;
}
.featured-short .carousel-inner .item .item-detail:last-child,
.sw-best-seller-product-slider .carousel-inner .item .item-detail:last-child,
.sw-featured-product-slider .carousel-inner .item .item-detail:last-child {
  margin-bottom: 0;
}
.rtl .sw-child-cat.style1 .child-top .box-title h3::before {
  border-left: 8px solid #2bafa4;
  border-right: 0;
}
.sw-child-cat {
  border-top: 2px solid #d263ee;
}
.sw-child-cat.style1 {
  border-top: 2px solid #2bafa4;
}
.sw-child-cat.style1 .child-top .box-title h3 {
  background-color: #2bafa4;
}
.sw-child-cat.style1 .child-top .box-title h3:before {
  border-right: 8px solid #2bafa4;
}
.sw-child-cat.style1 .child-top .box-title h3:before .rtl {
  border-left: 8px solid #2bafa4;
  border-right: 0;
}
.sw-child-cat.style1 .child-top .childcat-content ul  > li > a:hover {
  color: #2bafa4;
}
.sw-child-cat.style2 {
  border-top: 2px solid #f24f5a;
}
.sw-child-cat.style2 .child-top .box-title h3 {
  background-color: #f24f5a;
}
.sw-child-cat.style2 .child-top .box-title h3:before {
  border-right: 8px solid #ac365a;
}
.rtl .sw-child-cat.style2 .child-top .box-title h3:before {
  border-left: 8px solid #ac365a;
  border-right: 0;
}
.sw-child-cat.style2 .child-top .childcat-content ul  > li > a:hover {
  color: #f24f5a;
}
.sw-child-cat .child-top {
  position: relative;
  z-index: 3;
  float: left;
  min-width: 195px;
}
.rtl .sw-child-cat .child-top {
  float: right;
}
.sw-child-cat .child-top .box-title {
  position: relative;
}
.sw-child-cat .child-top .box-title h3 {
  line-height: 46px;
  background-color: #d263ee;
  font-size: 18px;
  padding: 0 16px;
  color: #fff;
  font-weight: 700 !important;
  margin: 0;
  border-radius: 0;
  position: relative;
  text-transform: uppercase;
  margin-top: -2px;
  margin-left: -8px;
  box-shadow: 0 2px 4px 0 rgba(208,208,208,0.6);
}
.rtl .sw-child-cat .child-top .box-title h3 {
  margin-right: -8px;
  margin-left: 0;
}
.sw-child-cat .child-top .box-title h3:before {
  content: '';
  width: 0;
  height: 0;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #8c4aee;
  left: 0;
  bottom: -8px;
  position: absolute;
}
.rtl .sw-child-cat .child-top .box-title h3:before {
  right: 0;
  left: auto;
  border-right: 0;
  border-left: 8px solid #8c4aee;
}
.sw-child-cat .child-top .box-title .button-collapse {
  display: none;
}
.sw-child-cat .child-top .childcat-content {
  clear: both;
  padding: 29px 15px 42px;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  width: 100%;
}
.sw-child-cat .child-top .childcat-content ul {
  margin: 0;
  list-style: none;
}
.sw-child-cat .child-top .childcat-content ul > li {
  line-height: 35px;
}
.sw-child-cat .child-top .childcat-content ul > li i {
  margin-right: 5px;
}
.rtl .sw-child-cat .child-top .childcat-content ul > li i {
  margin: 0 0 0 5px;
}
.sw-child-cat .child-top .childcat-content ul > li > a {
  color: #222;
  font-weight: 600;
  text-transform: capitalize;
}
.sw-child-cat .child-top .childcat-content ul > li > a:hover {
  color: #d263ee;
}
.sw-child-cat .slider .item .item-wrap {
  border-bottom: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
}
.rtl .sw-child-cat .slider .item .item-wrap {
  border-left: 1px solid #e0e0e0;
  border-right: 0;
}
.sw-child-cat .slider .item .item-wrap .item-content {
  padding: 5px 0 13px;
}
.featured-product .view-all {
  display: none;
  text-align: center;
}
.featured-product .view-all a {
  display: inline-block;
  vertical-align: top;
  background: #352b34;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  height: 50px;
  line-height: 50px;
  padding: 0 35px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.featured-product .view-all a:hover {
  background: #d263ee;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.sw-child-cat2 {
  border-top: 2px solid #6170bc;
  border-right: 1px solid #ebebeb;
  margin-top: 40px;
}
.sw-child-cat2.style2 {
  border-top: 2px solid #ff3366;
}
.sw-child-cat2.style2 .child-top .box-title h3 {
  background-color: #ff3366;
}
.sw-child-cat2.style2 .child-top .box-title h3:before {
  border-right: 8px solid #b91a66;
}
.rtl .sw-child-cat2.style2 .child-top .box-title h3:before {
  border-left: 8px solid #b91a66;
  border-right: 0;
}
.sw-child-cat2.style2 .child-top .childcat-content ul > li > a {
  padding: 0 12px 0 16px;
}
.sw-child-cat2.style2 .child-top .childcat-content ul > li > a:hover {
  color: #ff3366;
}
.sw-child-cat2.style2 .child-top .childcat-content ul > li:last-child >a {
  color: #d263ee;
}
.sw-child-cat2.style2 .child-top .childcat-content ul > li:last-child >a:hover {
  color: #ff3366;
}
.sw-child-cat2 .child-top {
  position: relative;
  z-index: 2;
  float: left;
  box-shadow: 0 2px 3px 0 rgba(208,208,208,0.6);
  width: 100%;
}
.sw-child-cat2 .child-top .box-title {
  position: relative;
  float: left;
  min-width: 199px;
}
.rtl .sw-child-cat2 .child-top .box-title {
  float: right;
}
.sw-child-cat2 .child-top .box-title h3 {
  line-height: 46px;
  background-color: #6170bc;
  font-size: 18px;
  padding: 0 14px;
  color: #fff;
  font-weight: 700 !important;
  margin: 0;
  border-radius: 0;
  position: relative;
  text-transform: uppercase;
  margin-top: -2px;
  margin-left: -8px;
}
.rtl .sw-child-cat2 .child-top .box-title h3 {
  margin-right: -8px;
  margin-left: 0;
}
.sw-child-cat2 .child-top .box-title h3:before {
  content: '';
  width: 0;
  height: 0;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #1b57bc;
  left: 0;
  bottom: -8px;
  position: absolute;
}
.rtl .sw-child-cat2 .child-top .box-title h3:before {
  right: 0;
  left: auto;
  border-left: 8px solid #1b57bc;
  border-right: 0;
}
.sw-child-cat2 .child-top .box-title .button-collapse {
  display: none;
}
.sw-child-cat2 .child-top .childcat-content {
  padding: 10px 1px;
}
.sw-child-cat2 .child-top .childcat-content ul {
  margin: 0;
  list-style: none;
}
.sw-child-cat2 .child-top .childcat-content ul > li {
  line-height: 23px;
  float: left;
}
.rtl .sw-child-cat2 .child-top .childcat-content ul > li {
  float: right;
}
.sw-child-cat2 .child-top .childcat-content ul > li i {
  margin-right: 5px;
}
.rtl .sw-child-cat2 .child-top .childcat-content ul > li i {
  margin: 0 0 0 5px;
}
.sw-child-cat2 .child-top .childcat-content ul > li > a {
  padding: 0 10px;
  color: #222;
  font-weight: 600;
  text-transform: capitalize;
}
.sw-child-cat2 .child-top .childcat-content ul > li > a:hover {
  color: #6170bc;
}
.sw-child-cat2 .child-top .childcat-content ul > li:last-child >a {
  color: #d263ee;
}
.sw-child-cat2 .child-top .childcat-content ul > li:last-child >a:hover {
  color: #6170bc;
}
.sw-child-cat2 .resp-slider-container {
  clear: both;
  overflow: hidden;
  border-bottom: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
}
.sw-child-cat2 .resp-slider-container .item {
  float: left;
  width: 53%;
  padding: 7px 3px 7px 20px;
}
.rtl .sw-child-cat2 .resp-slider-container .item {
  float: right;
}
.sw-child-cat2 .resp-slider-container .item:first-child {
  width: 47%;
  border-right: 1px solid #ebebeb;
  padding: 20px 0 0;
}
.rtl .sw-child-cat2 .resp-slider-container .item:first-child {
  border-left: 1px solid #ebebeb;
  border-right: 0;
}
.sw-child-cat2 .resp-slider-container .item:first-child .item-wrap .products-thumb {
  width: 100%;
}
.sw-child-cat2 .resp-slider-container .item:first-child .item-wrap .item-content {
  text-align: center;
}
.rtl .sw-child-cat2 .resp-slider-container .item:first-child .item-wrap .item-content {
  text-align: center;
}
.sw-child-cat2 .resp-slider-container .item:first-child .item-wrap .item-content h4 a {
  font-size: 16px;
  font-weight: 600;
}
.sw-child-cat2 .resp-slider-container .item .item-wrap .products-thumb {
  float: left;
  width: 100px;
}
.rtl .sw-child-cat2 .resp-slider-container .item .item-wrap .products-thumb {
  float: right;
}
.sw-child-cat2 .resp-slider-container .item .item-wrap .item-content {
  padding: 20px 0;
  display: block;
  text-align: left;
}
.rtl .sw-child-cat2 .resp-slider-container .item .item-wrap .item-content {
  text-align: right;
}
.sw-child-cat2 .resp-slider-container .item .item-wrap .item-content h4 a {
  font-weight: 600;
}
.sw-child-cat2 .resp-slider-container .item .item-wrap:hover .products-thumb a.sw-quickview {
  opacity: 0;
}
.sw-child-cat2 .resp-slider-container .item .item-wrap:hover .item-content h4 a {
  opacity: 1;
}
.sw-child-cat2 .resp-slider-container .item .item-wrap:hover .item-content .item-price {
  opacity: 1;
}
.sw-woo-tab-cat {
  margin: 66px 0 0;
}
.sw-woo-tab-cat .resp-tab .top-tab-slider .box-title h3 {
  font-size: 24px;
  color: #222;
  text-transform: uppercase;
  font-weight: 700 !important;
}
.sw-woo-tab-cat .resp-tab .top-tab-slider .description {
  font-size: 14px;
  color: #222;
}
.sw-woo-tab-cat .resp-tab .top-tab-slider .nav.nav-tabs {
  margin: 28px 0 36px;
}
.sw-woo-tab-cat .resp-tab .top-tab-slider .nav.nav-tabs > li {
  margin: 0;
  height: 40px;
  overflow: hidden;
}
.rtl .sw-woo-tab-cat .resp-tab .top-tab-slider .nav.nav-tabs > li {
  float: right;
}
.sw-woo-tab-cat .resp-tab .top-tab-slider .nav.nav-tabs > li > a {
  display: inline-block;
  height: 40px;
  min-width: 160px;
  text-align: center;
  line-height: 40px;
  text-transform: uppercase;
  border-radius: 0;
  border: 1px solid #202020;
  background-color: #fff;
  color: #222;
  font-weight: 500;
}
.sw-woo-tab-cat .resp-tab .top-tab-slider .nav.nav-tabs > li > a:hover {
  background-color: #222;
  color: #fff;
  border: 1px solid #222;
}
.sw-woo-tab-cat .resp-tab .top-tab-slider .nav.nav-tabs > li.active > a {
  background-color: #222;
  color: #fff;
  border: 1px solid #222;
}
.sw-woo-tab-cat .resp-tab .tab-pane.active .res-button {
  width: 41px;
  height: 41px;
  display: inline-block;
  position: absolute;
  top: 60%;
  margin-top: -20px;
  cursor: pointer;
}
.sw-woo-tab-cat .resp-tab .tab-pane.active .res-button.slick-prev {
  left: 15px;
  background: url(../assets/img/bg_general.png) no-repeat -20px -647px;
}
.sw-woo-tab-cat .resp-tab .tab-pane.active .res-button.slick-prev:hover {
  background: url(../assets/img/bg_general.png) no-repeat -20px -586px;
}
.sw-woo-tab-cat .resp-tab .tab-pane.active .res-button.slick-next {
  right: 15px;
  background: url(../assets/img/bg_general.png) no-repeat -20px -403px;
}
.sw-woo-tab-cat .resp-tab .tab-pane.active .res-button.slick-next:hover {
  background: url(../assets/img/bg_general.png) no-repeat -20px -342px;
}
.sw-woo-tab-cat .resp-tab .tab-pane .responsive-slider .slider .item .item-wrap {
  border: 0;
}
.sw-woo-tab-cat .resp-tab .tab-pane .responsive-slider .slider .item .item-wrap .item-detail .products-thumb a.sw-quickview {
  background-color: #222;
  color: #fff;
}
.sw-woo-tab-cat .resp-tab .tab-pane .responsive-slider .slider .item .item-wrap .item-detail .products-thumb a.sw-quickview:hover {
  background-color: #d263ee;
}
.sw-woo-tab-cat .resp-tab .tab-pane .responsive-slider .slider .item .item-wrap .item-detail .item-content {
  padding: 15px 0 0px;
}
.sw-woo-tab-cat .resp-tab .tab-pane .responsive-slider .slider .item .item-wrap .item-detail .item-content .item-price {
  color: #222;
}
.sw-woo-tab-cat .resp-tab .tab-pane .responsive-slider .slider .item .item-wrap .item-detail .item-content .item-bottom {
  bottom: 0;
}
.sw-woo-tab-cat .resp-tab .tab-pane .responsive-slider .slider .item .item-wrap .item-detail .item-content .item-bottom .add_to_cart_button,
.sw-woo-tab-cat .resp-tab .tab-pane .responsive-slider .slider .item .item-wrap .item-detail .item-content .item-bottom .product_type_external,
.sw-woo-tab-cat .resp-tab .tab-pane .responsive-slider .slider .item .item-wrap .item-detail .item-content .item-bottom .product_type_grouped {
  background-color: #222;
}
.sw-woo-tab-cat .resp-tab .tab-pane .responsive-slider .slider .item .item-wrap .item-detail .item-content .item-bottom .add_to_cart_button:hover,
.sw-woo-tab-cat .resp-tab .tab-pane .responsive-slider .slider .item .item-wrap .item-detail .item-content .item-bottom .product_type_external:hover,
.sw-woo-tab-cat .resp-tab .tab-pane .responsive-slider .slider .item .item-wrap .item-detail .item-content .item-bottom .product_type_grouped:hover {
  background-color: #222;
  opacity: 0.85;
}
.sw-woo-tab-cat .resp-tab .tab-pane .responsive-slider .slider .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.sw-woo-tab-cat .resp-tab .tab-pane .responsive-slider .slider .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.sw-woo-tab-cat .resp-tab .tab-pane .responsive-slider .slider .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
.sw-woo-tab-cat .resp-tab .tab-pane .responsive-slider .slider .item .item-wrap .item-detail .item-content .item-bottom a.compare {
  color: #222;
  border: 1px solid #222;
}
.sw-woo-tab-cat .resp-tab .tab-pane .responsive-slider .slider .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover,
.sw-woo-tab-cat .resp-tab .tab-pane .responsive-slider .slider .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover,
.sw-woo-tab-cat .resp-tab .tab-pane .responsive-slider .slider .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover,
.sw-woo-tab-cat .resp-tab .tab-pane .responsive-slider .slider .item .item-wrap .item-detail .item-content .item-bottom a.compare:hover {
  background-color: #222;
  border: 1px solid #222;
}
.sw-woo-tab-style2 {
  margin: 27px 0 65px;
}
.sw-woo-tab-style2 .resp-tab .top-tab-slider .order-title h2 {
  font-size: 24px;
  color: #222;
  text-transform: uppercase;
  font-weight: 700 !important;
}
.sw-woo-tab-style2 .resp-tab .top-tab-slider .description {
  font-size: 14px;
  color: #222;
}
.sw-woo-tab-style2 .resp-tab .top-tab-slider .nav.nav-tabs {
  margin: 28px 0 36px;
}
.sw-woo-tab-style2 .resp-tab .top-tab-slider .nav.nav-tabs > li {
  margin: 0;
}
.rtl .sw-woo-tab-style2 .resp-tab .top-tab-slider .nav.nav-tabs > li {
  float: right;
}
.rtl .sw-woo-tab-style2 .resp-tab .top-tab-slider .nav.nav-tabs > li:last-child > a {
  border-left: 1px solid #d263ee;
}
.rtl .sw-woo-tab-style2 .resp-tab .top-tab-slider .nav.nav-tabs > li:first-child > a {
  border-left: 0;
}
.sw-woo-tab-style2 .resp-tab .top-tab-slider .nav.nav-tabs > li:first-child > a {
  border-left: 1px solid #d263ee;
}
.sw-woo-tab-style2 .resp-tab .top-tab-slider .nav.nav-tabs > li > a {
  display: inline-block;
  height: 40px;
  min-width: 160px;
  text-align: center;
  line-height: 40px;
  text-transform: uppercase;
  border-radius: 0;
  border: 1px solid #d263ee;
  background-color: #fff;
  color: #222;
  padding: 0 10px;
  font-size: 13px;
  font-weight: 500;
  border-left: 0;
}
.sw-woo-tab-style2 .resp-tab .top-tab-slider .nav.nav-tabs > li > a:hover {
  background-color: #d263ee;
  color: #fff;
  border: 1px solid #d263ee;
  border-left: 0;
}
.sw-woo-tab-style2 .resp-tab .top-tab-slider .nav.nav-tabs > li.active > a {
  background-color: #d263ee;
  color: #fff;
  border: 1px solid #d263ee;
}
.sw-woo-tab-style2 .resp-tab .tab-pane.active .res-button {
  width: 41px;
  height: 41px;
  display: inline-block;
  position: absolute;
  top: 60%;
  margin-top: -20px;
  cursor: pointer;
}
.sw-woo-tab-style2 .resp-tab .tab-pane.active .res-button.slick-prev {
  left: 15px;
  background: url(../assets/img/bg_general.png) no-repeat -20px -647px;
}
.sw-woo-tab-style2 .resp-tab .tab-pane.active .res-button.slick-prev:hover {
  background: url(../assets/img/bg_general.png) no-repeat -20px -586px;
}
.sw-woo-tab-style2 .resp-tab .tab-pane.active .res-button.slick-next {
  right: 15px;
  background: url(../assets/img/bg_general.png) no-repeat -20px -403px;
}
.sw-woo-tab-style2 .resp-tab .tab-pane.active .res-button.slick-next:hover {
  background: url(../assets/img/bg_general.png) no-repeat -20px -342px;
}
.sw-woo-tab-style2 .resp-tab .tab-pane.active .res-button {
  z-index: 3;
}
.sw-woo-tab-style2 .resp-tab .tab-pane .responsive-slider .slider .item .item-wrap {
  border: 0;
}
.sw-woo-tab-style2 .resp-tab .tab-pane .responsive-slider .slider .item .item-wrap .item-detail .products-thumb a.sw-quickview {
  background-color: #d263ee;
  color: #fff;
}
.sw-woo-tab-style2 .resp-tab .tab-pane .responsive-slider .slider .item .item-wrap .item-detail .products-thumb a.sw-quickview:hover {
  opacity: 0.85;
}
.sw-woo-tab-style2 .resp-tab .tab-pane .responsive-slider .slider .item .item-wrap .item-detail .item-content {
  padding: 15px 0 0px;
}
.sw-woo-tab-style2 .resp-tab .tab-pane .responsive-slider .slider .item .item-wrap .item-detail .item-content .item-price {
  color: #222;
}
.sw-woo-tab-style2 .resp-tab .tab-pane .responsive-slider .slider .item .item-wrap .item-detail .item-content .item-bottom {
  bottom: 0;
}
.sw-woo-tab-style2 .resp-tab .tab-pane .responsive-slider .slider .item .item-wrap .item-detail .item-content .item-bottom .add_to_cart_button,
.sw-woo-tab-style2 .resp-tab .tab-pane .responsive-slider .slider .item .item-wrap .item-detail .item-content .item-bottom .product_type_external,
.sw-woo-tab-style2 .resp-tab .tab-pane .responsive-slider .slider .item .item-wrap .item-detail .item-content .item-bottom .product_type_grouped {
  background-color: #d263ee;
}
.sw-woo-tab-style2 .resp-tab .tab-pane .responsive-slider .slider .item .item-wrap .item-detail .item-content .item-bottom .add_to_cart_button:hover,
.sw-woo-tab-style2 .resp-tab .tab-pane .responsive-slider .slider .item .item-wrap .item-detail .item-content .item-bottom .product_type_external:hover,
.sw-woo-tab-style2 .resp-tab .tab-pane .responsive-slider .slider .item .item-wrap .item-detail .item-content .item-bottom .product_type_grouped:hover {
  opacity: 0.85;
}
.sw-woo-tab-style2 .resp-tab .tab-pane .responsive-slider .slider .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.sw-woo-tab-style2 .resp-tab .tab-pane .responsive-slider .slider .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.sw-woo-tab-style2 .resp-tab .tab-pane .responsive-slider .slider .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
.sw-woo-tab-style2 .resp-tab .tab-pane .responsive-slider .slider .item .item-wrap .item-detail .item-content .item-bottom a.compare {
  color: #d263ee;
  border: 1px solid #d263ee;
}
.sw-woo-tab-style2 .resp-tab .tab-pane .responsive-slider .slider .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover,
.sw-woo-tab-style2 .resp-tab .tab-pane .responsive-slider .slider .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover,
.sw-woo-tab-style2 .resp-tab .tab-pane .responsive-slider .slider .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover,
.sw-woo-tab-style2 .resp-tab .tab-pane .responsive-slider .slider .item .item-wrap .item-detail .item-content .item-bottom a.compare:hover {
  color: #fff;
  background-color: #d263ee;
}
.sw-woo-tab-style3 {
  margin: 0 0 40px;
}
.sw-woo-tab-style3 .resp-tab .top-tab-slider .nav.nav-tabs {
  margin: 0px 0 25px;
}
.sw-woo-tab-style3 .resp-tab .top-tab-slider .nav.nav-tabs > li {
  margin: 0;
  position: relative;
}
.rtl .sw-woo-tab-style3 .resp-tab .top-tab-slider .nav.nav-tabs > li {
  float: right;
}
.sw-woo-tab-style3 .resp-tab .top-tab-slider .nav.nav-tabs > li:after {
  position: absolute;
  z-index: 5;
  top: 2px;
  right: 0;
  content: '';
  width: 1px;
  height: 22px;
  background-color: #efefef;
  transform: rotate(20deg);
}
.rtl .sw-woo-tab-style3 .resp-tab .top-tab-slider .nav.nav-tabs > li:after {
  left: 0;
  right: auto;
}
.sw-woo-tab-style3 .resp-tab .top-tab-slider .nav.nav-tabs > li:last-child:after {
  height: 0;
  width: 0;
}
.sw-woo-tab-style3 .resp-tab .top-tab-slider .nav.nav-tabs > li > a {
  display: inline-block;
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  border-radius: 0;
  border: 0;
  line-height: 25px;
  height: auto;
  font-weight: 700;
  background-color: #fff;
  color: #222;
  padding: 0 15px 10px;
  position: relative;
}
.sw-woo-tab-style3 .resp-tab .top-tab-slider .nav.nav-tabs > li > a:before {
  content: '';
  width: 100px;
  height: 2px;
  display: inline-block;
  position: absolute;
  left: 50%;
  margin-left: -50px;
  opacity: 0;
  bottom: 0;
  background-color: #d263ee;
}
.sw-woo-tab-style3 .resp-tab .top-tab-slider .nav.nav-tabs > li > a:hover {
  background-color: #fff;
  color: #d263ee;
  border: 0;
}
.sw-woo-tab-style3 .resp-tab .top-tab-slider .nav.nav-tabs > li > a:hover:before {
  opacity: 1;
}
.sw-woo-tab-style3 .resp-tab .top-tab-slider .nav.nav-tabs > li.active > a {
  background-color: #fff;
  color: #d263ee;
  border: 0;
}
.sw-woo-tab-style3 .resp-tab .top-tab-slider .nav.nav-tabs > li.active > a:before {
  opacity: 1;
}
.sw-woo-tab-style3 .resp-tab .tab-pane.active .responsive-slider {
  border-top: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
}
.rtl .sw-woo-tab-style3 .resp-tab .tab-pane.active .responsive-slider {
  border-right: 0;
}
.sw-woo-tab-style3 .resp-tab .tab-pane.active .res-button {
  width: 28px;
  height: 28px;
  display: inline-block;
  position: absolute;
  top: -34px;
  z-index: 2;
  cursor: pointer;
}
.sw-woo-tab-style3 .resp-tab .tab-pane.active .res-button.slick-prev {
  right: 48px;
  background: url(../assets/img/bg_general.png) no-repeat -20px -1111px;
}
.rtl .sw-woo-tab-style3 .resp-tab .tab-pane.active .res-button.slick-prev {
  left: 15px;
  right: auto;
}
.sw-woo-tab-style3 .resp-tab .tab-pane.active .res-button.slick-prev:hover {
  background: url(../assets/img/bg_general.png) no-repeat -20px -1063px;
}
.sw-woo-tab-style3 .resp-tab .tab-pane.active .res-button.slick-next {
  right: 15px;
  background: url(../assets/img/bg_general.png) no-repeat -20px -1015px;
}
.rtl .sw-woo-tab-style3 .resp-tab .tab-pane.active .res-button.slick-next {
  left: 48px;
  right: auto;
}
.sw-woo-tab-style3 .resp-tab .tab-pane.active .res-button.slick-next:hover {
  background: url(../assets/img/bg_general.png) no-repeat -20px -967px;
}
.sw-woo-tab-style3 .resp-tab .tab-pane.active .res-button {
  top: 0;
}
.seller_elementor {
  margin: 0;
}
.seller_elementor .banner-category {
  float: left;
  width: 50%;
}
.seller_elementor .resp-slider-container {
  float: left;
  width: 50%;
}
.seller_elementor .resp-slider-container .item-detail {
  width: 100%;
  display: inline-block;
}
.seller_elementor .resp-slider-container .item-detail .item-inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  align-items: center;
  padding: 10px 0 0;
}
.seller_elementor .resp-slider-container .item-detail .item-inner .item-img {
  float: left;
}
.seller_elementor .resp-slider-container .item-detail .item-inner .item-price p {
  margin: 0;
}
.seller_elementor .resp-slider-container .item-detail .item-inner .item-price del {
  margin: 0 10px;
}
.block-text1 .wrap-content {
  text-align: center;
  padding: 65px 0 58px;
}
.rtl .block-text1 .wrap-content {
  float: left;
}
.block-text1 .wrap-content h4 {
  color: #7d7d7d;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 600 !important;
  margin: 0;
}
.block-text1 .wrap-content h3 {
  display: block;
  padding: 5px 0 15px;
  margin: 0;
  font-size: 32px;
  color: #222;
  font-weight: 600 !important;
  text-transform: uppercase;
}
.block-text1 .wrap-content a {
  font-size: 13px;
  color: #d263ee;
  font-weight: 600;
  text-transform: capitalize;
}
.block-text1 .wrap-content a i {
  margin: 0 5px;
}
.block-home-2 {
  background-color: #fff;
  padding: 29px 0;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  margin: 20px 0 40px;
}
.block-home-2 .wpb_raw_html {
  margin: 0;
}
.block-home-2 .block-infos .info {
  width: 20%;
  float: left;
}
.rtl .block-home-2 .block-infos .info {
  float: right;
}
.block-home-2 .block-infos .info.info1 .inner {
  border-left: 0;
}
.rtl .block-home-2 .block-infos .info.info1 .inner {
  border-right: 0;
}
.block-home-2 .block-infos .info .inner {
  border-left: 1px solid #ebebeb;
  padding-left: 30px;
  float: left;
  width: 100%;
}
.rtl .block-home-2 .block-infos .info .inner {
  float: right;
  padding-right: 30px;
  padding-left: 0;
  border-right: 1px solid #ebebeb;
  border-left: 0;
}
.block-home-2 .block-infos .info .inner i {
  float: left;
  font-size: 36px;
  padding-top: 2px;
  color: #d263ee;
}
.rtl .block-home-2 .block-infos .info .inner i {
  float: right;
}
.block-home-2 .block-infos .info .inner .info-cont {
  padding-left: 50px;
}
.rtl .block-home-2 .block-infos .info .inner .info-cont {
  padding-right: 50px;
  padding-left: 0;
}
.block-home-2 .block-infos .info .inner .info-cont span {
  font-size: 13px;
  color: #222;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 2px;
}
.block-home-2 .block-infos .info .inner .info-cont p {
  text-transform: capitalize;
  padding-top: 2px;
  color: #666;
  margin-bottom: 3px;
}
.block-home-2 .block-infos .info:hover {
  color: #d263ee;
}
.block-home-2 .block-infos .info:hover .info-cont span {
  color: #d263ee;
}
.block-home2 .wrap-content {
  text-align: center;
  padding: 70px 0 63px;
}
.rtl .block-home2 .wrap-content {
  float: left;
}
.block-home2 .wrap-content h4 {
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  margin: 0;
}
.block-home2 .wrap-content h3 {
  display: block;
  padding: 5px 0 15px;
  margin: 0;
  font-size: 25px;
  color: #fff;
  font-weight: 700 !important;
  text-transform: uppercase;
}
.block-home2 .wrap-content a {
  font-size: 13px;
  color: #d263ee;
  font-weight: 600;
  text-transform: capitalize;
}
.block-home2 .wrap-content a i {
  margin: 0 5px;
}
.block1-home3 {
  margin: 0 0 62px !important;
}
.block1-home3 .wrap-content .item:hover .item-img:before {
  opacity: 1;
}
.block1-home3 .wrap-content .item:hover .item-img a {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}
.block1-home3 .wrap-content .item .item-img {
  position: relative;
  margin-bottom: 27px;
}
.block1-home3 .wrap-content .item .item-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.6);
  display: inline-block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.block1-home3 .wrap-content .item .item-img a {
  position: absolute;
  display: inline-block;
  color: #222;
  text-transform: uppercase;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  height: 44px;
  line-height: 44px;
  opacity: 0;
  width: 190px;
  top: 50%;
  margin-top: -22px;
  left: 50%;
  margin-left: -95px;
  background-color: rgba(255,255,255,0.8);
  -webkit-transform: translateY(-60px);
  -moz-transform: translateY(-60px);
  -o-transform: translateY(-60px);
  -ms-transform: translateY(-60px);
  transform: translateY(-60px);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
}
.block1-home3 .wrap-content .item .item-img a:hover {
  background-color: #222;
  color: #fff;
}
.block1-home3 .wrap-content .item .item-img img {
  margin: 0;
}
.block1-home3 .wrap-content .item .item-content {
  text-align: center;
}
.block1-home3 .wrap-content .item .item-content h4 {
  font-weight: 600 !important;
  font-size: 14px;
  text-transform: uppercase;
  color: #7d7d7d;
}
.block1-home3 .wrap-content .item .item-content h3 {
  font-weight: 700 !important;
  font-size: 18px;
  text-transform: uppercase;
  color: #222;
}
.block2-home3 .wrap-content .title {
  text-align: center;
  margin-bottom: 35px;
}
.block2-home3 .wrap-content .title h3 {
  font-size: 24px;
  font-weight: 700 !important;
  font-weight: 800;
  text-transform: uppercase;
  color: #222;
  margin-bottom: 2px;
}
.block2-home3 .wrap-content .title .des {
  font-size: 14px;
  color: #222;
}
.block2-home3 .wrap-content .item {
  float: left;
}
.rtl .block2-home3 .wrap-content .item {
  float: right;
}
.block2-home3 .wrap-content .item .item-img {
  position: relative;
}
.block2-home3 .wrap-content .item .item-img img {
  margin: 0;
}
.block2-home3 .wrap-content .item .item-img .link-shop {
  display: inline-block;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -95px;
  margin-top: -50px;
}
.rtl .block2-home3 .wrap-content .item .item-img .link-shop {
  right: 50%;
  margin-right: -95px;
  left: auto;
  margin-left: 0;
}
.block2-home3 .wrap-content .item .item-img .link-shop a {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
  display: inline-block;
  text-align: center;
  width: 190px;
  height: 43px;
  line-height: 43px;
  background-color: rgba(255,255,255,0.8);
  color: #222;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  margin: 5px 0;
}
.block2-home3 .wrap-content .item .item-img .link-shop a:hover {
  background-color: #222;
  color: #fff;
}
.block2-home3 .wrap-content .item .item-content h3 {
  margin-top: 20px;
  font-size: 18px;
  color: #222;
  text-transform: uppercase;
  font-weight: 700 !important;
  text-align: center;
}
.block2-home3 .wrap-content .item.col-left,
.block2-home3 .wrap-content .item.col-right {
  padding: 30px 0;
}
.block2-home3 .wrap-content .item.col-mid {
  padding-right: 25px;
}
.block2-home3 .wrap-content .item.col-mid a {
  display: block;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.block2-home3 .wrap-content .item.col-mid a:hover {
  opacity: 0.85;
}
.block2-home3 .wrap-content .item.col-right {
  padding-top: 35px;
}
.block2-home3 .wrap-content .item.col-right .item-img {
  margin-bottom: 40px;
}
.block3-home3 {
  position: relative;
  margin: 0 -5px;
  overflow: hidden;
}
.block3-home3 .content-wrap .item-ins {
  float: left;
  position: relative;
  padding: 0 5px;
}
.rtl .block3-home3 .content-wrap .item-ins {
  float: right;
}
.block3-home3 .content-wrap .item-ins:hover .account-ins {
  height: 40px;
}
.block3-home3 .content-wrap .item-ins i {
  position: absolute;
  font-size: 24px;
  color: #cecece;
  top: 16px;
  right: 16px;
  z-index: 3;
}
.rtl .block3-home3 .content-wrap .item-ins i {
  left: 16px;
  right: auto;
}
.block3-home3 .content-wrap .item-ins .account-ins {
  font-size: 14px;
  color: #222;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  line-height: 40px;
  text-align: center;
  background-color: #fff;
}
.block3-home3 .content-wrap .item-ins .account-ins:hover {
  color: #d263ee;
}
.block-text1-home4 {
  margin: 10px 0 65px !important;
}
.block-text1-home4 .item {
  background-color: #f2f2f2;
  text-align: center;
  padding: 10px 0 12px;
  cursor: pointer;
  border-right: 1px solid #d263ee;
  border-bottom: 1px solid #d263ee;
}
.block-text1-home4 .item h3 {
  font-size: 32px;
  font-weight: 700 !important;
  color: #d263ee;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.block-text1-home4 .item h4 {
  color: #222;
  font-weight: 600 !important;
  font-size: 18px;
  text-transform: uppercase;
}
.block-text2-home4 .wrap-content {
  overflow: hidden;
}
.block-text2-home4 .wrap-content .item {
  float: left;
  text-align: center;
}
.block-text2-home4 .wrap-content .item img {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.block-text2-home4 .wrap-content .item a:hover img {
  opacity: 0.85;
}
.block-text2-home4 .wrap-content .item h4 {
  font-weight: 600 !important;
  font-size: 14px;
  color: #7d7d7d;
  text-transform: uppercase;
  margin-top: 28px;
}
.block-text2-home4 .wrap-content .item h3 {
  font-weight: 700 !important;
  font-size: 18px;
  color: #222;
  text-transform: uppercase;
}
.service-home4 {
  overflow: hidden;
  padding: 13px 0;
}
.service-home4 ul {
  margin: 0;
}
.service-home4 ul > li {
  list-style: none;
  float: left;
  width: 33.33%;
  position: relative;
  color: #7d7d7d;
  font-size: 14px;
}
.service-home4 ul > li:before {
  content: '';
  display: inline-block;
  margin-right: 10px;
  width: 15px;
  height: 15px;
  background: url("../assets/img/bg_general.png") no-repeat -30px -1934px;
}
.rtl .service-home4 ul > li:before {
  margin-left: 10px;
  margin-right: 0;
}
.service-home4 ul > li span {
  color: #222;
  font-weight: 700;
}
.featured-categories2 {
  position: relative;
  overflow: visible !important;
  margin-bottom: 150px;
}
.featured-categories2 .sw-category-slider {
  margin-bottom: 15px;
  position: relative;
  margin-bottom: -170px;
}
.featured-categories2 .sw-category-slider .block-title {
  text-align: center;
}
.featured-categories2 .sw-category-slider .block-title h3 {
  border: 0;
  padding: 5px 0 13px;
}
.featured-categories2 .sw-category-slider .block-title h3:before {
  left: 50%;
  margin-left: -50px;
}
.featured-categories2 .sw-category-slider .resp-slider-container .slider {
  padding: 30px 30px 0;
  background-color: #fff;
}
.featured-categories2 .sw-category-slider .resp-slider-container .res-button {
  width: 34px;
  height: 34px;
  display: inline-block;
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 3;
}
.featured-categories2 .sw-category-slider .resp-slider-container .res-button.slick-prev {
  left: 44px;
  background: url(../assets/img/bg_general.png) no-repeat -20px -2016px;
}
.featured-categories2 .sw-category-slider .resp-slider-container .res-button.slick-prev:hover {
  background: url(../assets/img/bg_general.png) no-repeat -20px -2064px;
}
.featured-categories2 .sw-category-slider .resp-slider-container .res-button.slick-next {
  right: 44px;
  background: url(../assets/img/bg_general.png) no-repeat -20px -2110px;
}
.featured-categories2 .sw-category-slider .resp-slider-container .res-button.slick-next:hover {
  background: url(../assets/img/bg_general.png) no-repeat -20px -2158px;
}
.toprated-product .res-button {
  top: 45px !important;
}
.home-style5.rtl .sw-woo-container-slider .slider {
  border-left: 1px solid #ebebeb;
}
.home-style5.rtl .sw-woo-container-slider .res-button.slick-prev {
  left: 15px;
  right: auto;
}
.home-style5.rtl .sw-woo-container-slider .res-button.slick-next {
  left: 48px;
  right: auto;
}
.home-style5 .service-home4 ul > li {
  width: 33.33%;
}
.home-style5 .service-home4 ul > li:last-child {
  width: 33.33%;
}
.home-style5 .responsive-post-slider {
  margin-top: 30px;
}
.home-style5 .responsive-post-slider .res-button {
  top: 45px;
}
.home-style5 .responsive-post-slider .block-title h3 {
  text-align: center;
  border: 0;
}
.home-style5 .responsive-post-slider .block-title h3:before {
  left: 50%;
  margin-left: -50px;
}
.home-style5 .sw-woo-container-slider {
  margin-bottom: 40px;
  position: relative;
}
.home-style5 .sw-woo-container-slider .block-title {
  margin-bottom: 30px;
  text-align: center;
}
.home-style5 .sw-woo-container-slider .block-title h3 {
  padding: 15px 0 13px;
  border: 0;
  position: relative;
  font-size: 18px;
  color: #222;
  text-transform: uppercase;
  font-weight: 700 !important;
}
.home-style5 .sw-woo-container-slider .block-title h3:before {
  content: '';
  height: 2px;
  width: 100px;
  background-color: #d263ee;
  position: absolute;
  bottom: -1px;
  left: 50%;
  margin-left: -50px;
}
.home-style5 .sw-woo-container-slider .res-button {
  width: 28px;
  height: 28px;
  display: inline-block;
  position: absolute;
  top: -34px;
  z-index: 2;
  cursor: pointer;
}
.home-style5 .sw-woo-container-slider .res-button.slick-prev {
  right: 48px;
  background: url(../assets/img/bg_general.png) no-repeat -20px -1111px;
}
.rtl .home-style5 .sw-woo-container-slider .res-button.slick-prev {
  left: 15px;
  right: auto;
}
.home-style5 .sw-woo-container-slider .res-button.slick-prev:hover {
  background: url(../assets/img/bg_general.png) no-repeat -20px -1063px;
}
.home-style5 .sw-woo-container-slider .res-button.slick-next {
  right: 15px;
  background: url(../assets/img/bg_general.png) no-repeat -20px -1015px;
}
.rtl .home-style5 .sw-woo-container-slider .res-button.slick-next {
  left: 48px;
  right: auto;
}
.home-style5 .sw-woo-container-slider .res-button.slick-next:hover {
  background: url(../assets/img/bg_general.png) no-repeat -20px -967px;
}
.home-style5 .sw-woo-container-slider .res-button {
  top: 0;
}
.home-style5 .sw-woo-container-slider .slider {
  border-top: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
}
.home-style5 .sw-woo-container-slider .slider .item .item-wrap {
  border-bottom: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
}
.home-style5 .sw-woo-container-slider .slider .item .item-wrap .item-content {
  padding: 15px 0;
}
.wp-comingsoon {
  background: url('../assets/img/bg-comingsoon.jpg') no-repeat center center;
  text-align: center;
}
.wp-comingsoon .title-comingsoon {
  margin-bottom: 40px;
  margin-top: 330px;
}
.wp-comingsoon .title-comingsoon h1 {
  color: #fff;
  font-size: 32px;
  font-weight: 700 !important;
  text-transform: uppercase;
}
.wp-comingsoon .title-comingsoon .des-comingsoon {
  font-size: 13px;
  color: #e0e0e0;
  width: 60%;
  line-height: 24px;
  margin: 25px auto 0;
  text-align: center;
}
.wp-comingsoon .countdown-shortcode {
  margin-bottom: 280px;
}
.wp-comingsoon .social-comingsoon .menu-social {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  text-align: center;
  list-style-type: none;
}
.wp-comingsoon .social-comingsoon .menu-social li {
  float: left;
  margin: 0 5px;
}
.wp-comingsoon .social-comingsoon .menu-social li a {
  display: inline-block;
  vertical-align: top;
  color: #818180;
  font-size: 14px;
  width: 46px;
  height: 46px;
  line-height: 46px;
  overflow: hidden;
  background-color: rgba(255,255,255,0.1);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.wp-comingsoon .social-comingsoon .menu-social li a:hover {
  background-color: #d263ee;
  color: #fff;
}
.wp-comingsoon .footer-comingsoon {
  padding: 17px 0;
  line-height: 20px;
  background-color: rgba(0,0,0,0.7);
  color: #fff;
}
.wp-comingsoon .footer-comingsoon a {
  color: #d263ee;
}
.wp-comingsoon .footer-comingsoon a:hover {
  color: #c535e9;
}
.comming-soon {
  text-align: center;
}
.comming-soon .ClassyCountdown-wrapper {
  display: inline-block;
  overflow: hidden;
}
.comming-soon .ClassyCountdown-wrapper > div {
  display: inline-block;
  position: relative;
  width: 120px;
  margin: 10px 15px;
  float: left;
}
.rtl .comming-soon .ClassyCountdown-wrapper > div {
  float: right;
}
.comming-soon .ClassyCountdown-wrapper .ClassyCountdown-value >div {
  position: absolute;
  font-size: 34px !important;
  font-weight: bold;
  font-weight: 700;
  color: #fff;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 100px;
}
.comming-soon .ClassyCountdown-wrapper .ClassyCountdown-value >span {
  font-size: 14px !important;
  font-weight: 700;
  color: #fff !important;
  display: inline-block;
  top: -45px;
  position: relative;
  text-transform: uppercase;
}
@-moz-document url-prefix() {
  .comming-soon .ClassyCountdown-wrapper .ClassyCountdown-value > span {
    margin-top: -50px;
    top: auto;
  }
}
.revo_breadcrumbs {
  margin-top: 36px;
}
.revo_breadcrumbs .listing-title {
  margin-top: 30px;
  margin-bottom: 20px;
}
.revo_breadcrumbs .breadcrumbs .breadcrumb {
  margin: 0;
  background-color: #fff;
  padding: 0 0 36px;
}
.revo_breadcrumbs .breadcrumbs .breadcrumb > li {
  color: #7d7d7d;
  text-transform: uppercase;
  font-weight: 600;
}
.revo_breadcrumbs .breadcrumbs .breadcrumb > li:last-child span.go-page {
  display: none;
}
.revo_breadcrumbs .breadcrumbs .breadcrumb > li + li:before {
  content: '';
  padding: 0;
}
.revo_breadcrumbs .breadcrumbs .breadcrumb > li > 	.go-page:before {
  content: '\f105';
  font-family: 'FontAwesome';
  padding: 0 15px;
}
.rtl .revo_breadcrumbs .breadcrumbs .breadcrumb > li > 	.go-page {
  float: left;
}
.rtl .revo_breadcrumbs .breadcrumbs .breadcrumb > li > 	.go-page:before {
  content: '\f104';
}
.revo_breadcrumbs .breadcrumbs .breadcrumb > li > a {
  color: #7d7d7d;
}
.revo_breadcrumbs .breadcrumbs .breadcrumb > li > a:hover {
  color: #d263ee;
}
.listing-tab-shortcode {
  background-color: #fff;
}
.listing-tab-shortcode .tabbable.tabs #myTabs.nav.nav-tabs {
  max-width: 240px;
  background-color: #fff;
  float: left;
  width: 100%;
  margin: 0;
  border: 0;
  padding: 50px 30px 30px;
}
.rtl .listing-tab-shortcode .tabbable.tabs #myTabs.nav.nav-tabs {
  float: right;
}
.listing-tab-shortcode .tabbable.tabs #myTabs.nav.nav-tabs .title-cat {
  font-size: 14px;
  text-transform: uppercase;
  color: #111;
  margin-bottom: 10px;
}
.listing-tab-shortcode .tabbable.tabs #myTabs.nav.nav-tabs >li {
  width: 100%;
  float: none;
}
.listing-tab-shortcode .tabbable.tabs #myTabs.nav.nav-tabs >li a {
  border: 0;
  font-weight: normal;
  font-family: 'Roboto' !important;
  text-transform: capitalize;
  color: #777777;
  padding: 10px 0;
  cursor: pointer;
}
.listing-tab-shortcode .tabbable.tabs #myTabs.nav.nav-tabs >li a:hover {
  color: #d263ee;
}
.listing-tab-shortcode .tabbable.tabs #myTabs.nav.nav-tabs >li.active,
.listing-tab-shortcode .tabbable.tabs #myTabs.nav.nav-tabs >li:hover,
.listing-tab-shortcode .tabbable.tabs #myTabs.nav.nav-tabs >li:focus {
  background-color: transparent;
}
.listing-tab-shortcode .tabbable.tabs #myTabs.nav.nav-tabs >li.active >a,
.listing-tab-shortcode .tabbable.tabs #myTabs.nav.nav-tabs >li:hover >a,
.listing-tab-shortcode .tabbable.tabs #myTabs.nav.nav-tabs >li:focus >a {
  border: 0;
  background-color: transparent;
}
.listing-tab-shortcode .tabbable.tabs .tab-content {
  overflow: hidden;
  padding: 50px 30px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background-color: #f3f3f3;
  visibility: hidden;
}
.listing-tab-shortcode .tabbable.tabs .tab-content .tab-pane {
  margin: 0 -15px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.listing-tab-shortcode .tabbable.tabs .tab-content .tab-pane .item {
  width: 33.333%;
  float: left;
  padding: 0 15px;
}
.listing-tab-shortcode .tabbable.tabs .tab-content .tab-pane .item .item-wrap {
  border: 1px solid #ddd;
}
.listing-tab-shortcode .tabbable.tabs .tab-content .tab-pane.active {
  opacity: 1;
  filter: alpha(opacity=100);
}
.search .revo_breadcrumbs .breadcrumbs .breadcrumb {
  border-bottom: 1px solid #eee;
  margin-bottom: 40px;
}
.search .blog-content .pagination {
  margin-bottom: 40px;
}
.search.rtl .listing-title h1 small {
  float: right;
}
.search .listing-title h1 {
  font-size: 24px;
}
.search .listing-title h1 small {
  position: relative;
}
.search .listing-title h1 small:before {
  content: '"';
  display: inline-block;
  margin: 0 5px;
}
.search .listing-title h1 small:after {
  content: '"';
  display: inline-block;
  margin: 0 5px;
}
.search .products-wrapper {
  padding: 0;
}
.search .pag-search  > .pagination {
  margin-bottom: 40px;
}
.search .no-result {
  margin-bottom: 40px;
}
.search .no-result p {
  font-size: 14px;
  margin-bottom: 15px;
}
.search .no-result form {
  max-width: 100%;
  min-height: 40px;
  position: relative;
}
.search .no-result form label {
  display: none;
}
.search .no-result form input[type="text"],
.search .no-result form input[type="password"] {
  border-radius: 0;
  padding: 15px 85px 15px 20px;
  width: 100%;
}
.search .no-result form input[type="submit"] {
  background: #d263ee;
  border: 1px solid #d263ee;
  border-radius: 0;
  color: #fff;
  padding: 15px;
  position: absolute;
  right: 0;
  top: 0;
  text-transform: uppercase;
}
.search .no-result form input[type="submit"]:hover {
  background: #c535e9;
  border-color: #c535e9;
}
.search.rtl .no-result form input[type="text"] {
  padding: 15px 20px 15px 85px;
}
.search.rtl .no-result form input[type="submit"] {
  right: auto;
  left: 0;
}
.content-search >.post,
.content-search .product {
  background-color: #fff;
  margin-bottom: 30px;
  padding: 0;
}
.content-search >.post .entry-thumb,
.content-search .product .entry-thumb {
  padding-right: 30px;
}
.rtl .content-search >.post .entry-thumb,
.rtl .content-search .product .entry-thumb {
  padding-left: 30px;
  padding-right: 0;
}
.content-search >.post .entry-content,
.content-search .product .entry-content {
  overflow: hidden;
}
.content-search >.post .entry-content .title-blog h3,
.content-search .product .entry-content .title-blog h3 {
  font-size: 16px;
  color: #111;
}
.content-search >.post .entry-content .entry-meta,
.content-search .product .entry-content .entry-meta {
  margin-bottom: 10px;
}
.content-search >.post .entry-content .entry-meta .entry-author,
.content-search .product .entry-content .entry-meta .entry-author {
  color: #999;
}
.content-search >.post .entry-content .entry-meta .entry-author a,
.content-search .product .entry-content .entry-meta .entry-author a {
  color: #999;
}
.content-search >.post .entry-content .entry-meta .entry-author a:hover,
.content-search .product .entry-content .entry-meta .entry-author a:hover {
  color: #d263ee;
}
.content-search >.post .entry-content .entry-meta i,
.content-search .product .entry-content .entry-meta i {
  margin-right: 5px;
}
.rtl .content-search >.post .entry-content .entry-meta i,
.rtl .content-search .product .entry-content .entry-meta i {
  margin-right: 0;
  margin-left: 5px;
}
.content-search >.post .entry-content .entry-meta a,
.content-search .product .entry-content .entry-meta a {
  color: #999;
}
.content-search >.post .entry-content .entry-meta a:hover,
.content-search .product .entry-content .entry-meta a:hover {
  color: #d263ee;
}
.content-search >.post .entry-content .entry-meta >span,
.content-search .product .entry-content .entry-meta >span {
  padding-right: 20px;
  display: inline-block;
  vertical-align: top;
  color: #999;
}
.rtl .content-search >.post .entry-content .entry-meta >span,
.rtl .content-search .product .entry-content .entry-meta >span {
  padding-right: 0;
  padding-left: 20px;
}
.content-search >.post .entry-content .entry-description,
.content-search .product .entry-content .entry-description {
  margin-bottom: 10px;
}
.content-search >.post .entry-content .bl_read_more a,
.content-search .product .entry-content .bl_read_more a {
  text-transform: capitalize;
  color: #d263ee;
}
.content-search >.post .entry-content .bl_read_more a:hover,
.content-search .product .entry-content .bl_read_more a:hover {
  opacity: 0.8;
}
.content-search >.post .entry-content .bl_read_more i,
.content-search .product .entry-content .bl_read_more i {
  margin: 0 5px;
}
@-moz-document url-prefix() {
  .sw-woo-tab-default .resp-tab .tab-pane .responsive-slider .slider .item .item-wrap .item-detail .item-content {
    padding: 10px 0 11px;
  }
  .sw-child-cat .child-top .childcat-content {
    padding: 11px 15px 51px;
  }
  .sw-child-cat2 .child-top .childcat-content {
    margin-left: 2px;
  }
  .sw-child-cat2 .child-top .childcat-content ul > li > a {
    padding: 0 12px 0 7px;
  }
  .sw-child-cat2.style2 .child-top .childcat-content ul > li > a {
    padding: 0 10px;
  }
  .sw-child-cat2 .child-top .box-title h3 {
    line-height: 47px;
  }
}
.home.blog .header {
  margin-bottom: 30px;
}
.home.blog .category-header .entry-title {
  font-weight: 700 !important;
  font-size: 28px;
  text-transform: uppercase;
  margin: 0 0 20px;
}
.image-hover:hover .wrap-content h3 {
  color: #d263ee;
}
_:-ms-fullscreen,
:root .sw-child-cat .child-top .childcat-content {
  padding: 19px 15px 45px;
}
_:-ms-fullscreen,
:root .sw-child-cat2 .child-top .childcat-content ul > li > a {
  padding: 0 12px 0 13px;
}
_:-ms-fullscreen,
:root .sw-child-cat2.style2 .child-top .childcat-content ul > li > a {
  padding: 0 12px;
}
_:-ms-fullscreen,
:root .sw-child-cat2 .child-top .childcat-content {
  margin-left: 2px;
}
_:-ms-fullscreen,
:root .revo_top .top-form.top-search select::-ms-expand {
  display: none;
}
.resp-tab .top-tab-slider {
  text-align: center;
}
.resp-tab .top-tab-slider .nav.nav-tabs {
  margin: 0 auto;
  display: inline-block;
  vertical-align: top;
  border-bottom: 0;
}
.resp-tab .top-tab-slider .nav.nav-tabs li {
  margin: 0 10px;
}
.rtl .resp-tab .top-tab-slider .nav.nav-tabs li {
  float: right;
}
.resp-tab .top-tab-slider .nav.nav-tabs li a {
  border: 1px solid #dfdfdf;
  padding: 0 30px;
  height: 50px;
  line-height: 46px;
  overflow: hidden;
  font-size: 16px;
  text-transform: capitalize;
  color: #313131;
  margin: 0;
  background-color: #fff;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  transition: all .5s;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
}
.resp-tab .top-tab-slider .nav.nav-tabs li.active a,
.resp-tab .top-tab-slider .nav.nav-tabs li:hover a {
  color: #fff;
  background-color: #d263ee;
  border-color: #d263ee;
}
.resp-tab .tab-pane {
  display: block;
  height: 0;
  overflow: hidden;
}
.resp-tab .tab-pane .responsive-slider {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  transition: all .5s;
}
.resp-tab .tab-pane .responsive-slider .slider .item .item-wrap {
  background-color: #fff;
  border-bottom: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
}
.resp-tab .tab-pane .responsive-slider .slider .item .item-wrap .item-detail .item-content {
  padding: 9px 0 13px;
}
.resp-tab .tab-pane .responsive-slider .slider .item .item-wrap .item-detail .item-content h4 {
  margin-bottom: 10px;
}
.resp-tab .tab-pane.active {
  height: auto;
  overflow: visible;
}
.item .item-wrap {
  background-color: #fff;
  text-align: center;
  padding: 0;
}
.item .item-wrap .item-detail {
  position: relative;
  overflow: hidden;
}
.item .item-wrap .item-detail .products-thumb {
  position: relative;
}
.item .item-wrap .item-detail .products-thumb .onsale {
  display: none;
}
.item .item-wrap .item-detail .products-thumb a.sw-quickview {
  text-align: center;
  color: #fff;
  font-weight: 500;
  height: 32px;
  line-height: 30px;
  padding: 0;
  background-color: #d263ee;
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  opacity: 0;
  min-width: 32px;
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  transform: translateY(-40px);
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
  position: absolute;
  top: 50%;
  margin-top: -16px;
  left: 50%;
  margin-left: -16px;
}
.item .item-wrap .item-detail .products-thumb a.sw-quickview:before {
  font-family: fontawesome;
  font-size: 12px;
  content: '\f06e';
}
.item .item-wrap .item-detail .products-thumb a.sw-quickview:hover {
  background-color: #c535e9;
}
.item .item-wrap .item-detail .item-img {
  text-align: center;
}
.item .item-wrap .item-detail .item-img a {
  display: inline-block;
  max-width: 100%;
}
.item .item-wrap .item-detail .item-content,
.item .item-wrap .item-detail .item-img {
  padding: 0;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.item .item-wrap .item-detail .item-content h4,
.item .item-wrap .item-detail .item-img h4 {
  margin-bottom: 5px;
}
.item .item-wrap .item-detail .item-content h4 a,
.item .item-wrap .item-detail .item-img h4 a {
  font-size: 14px;
  color: #313131;
  font-weight: 500;
  text-transform: capitalize;
  position: relative;
  z-index: 2;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.item .item-wrap .item-detail .item-content .item-price,
.item .item-wrap .item-detail .item-img .item-price {
  font-size: 16px;
  float: none;
  position: relative;
  z-index: 2;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
  display: inline-block;
  vertical-align: top;
}
.item .item-wrap .item-detail .item-content .item-price del,
.item .item-wrap .item-detail .item-img .item-price del {
  font-size: 14px;
}
.item .item-wrap .item-detail .item-content .reviews-content,
.item .item-wrap .item-detail .item-img .reviews-content {
  float: right;
  line-height: 12px;
  padding-top: 10px;
  position: relative;
  z-index: 2;
  display: none;
}
.rtl .item .item-wrap .item-detail .item-content .reviews-content,
.rtl .item .item-wrap .item-detail .item-img .reviews-content {
  float: left;
}
.item .item-wrap .item-detail .item-content .item-bottom,
.item .item-wrap .item-detail .item-img .item-bottom {
  position: absolute;
  font-size: 15px;
  bottom: 10px;
  right: 0;
  left: 0;
  z-index: 2;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  filter: alpha(opacity=0);
}
.item .item-wrap .item-detail .item-content .item-bottom .clear,
.item .item-wrap .item-detail .item-img .item-bottom .clear {
  display: none;
}
.item .item-wrap .item-detail .item-content .item-bottom .button,
.item .item-wrap .item-detail .item-content .item-bottom .add_to_cart_button,
.item .item-wrap .item-detail .item-content .item-bottom .product_type_external,
.item .item-wrap .item-detail .item-content .item-bottom .product_type_grouped,
.item .item-wrap .item-detail .item-img .item-bottom .button,
.item .item-wrap .item-detail .item-img .item-bottom .add_to_cart_button,
.item .item-wrap .item-detail .item-img .item-bottom .product_type_external,
.item .item-wrap .item-detail .item-img .item-bottom .product_type_grouped {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
  height: 32px;
  line-height: 32px;
  font-size: 13px;
  color: #fff;
  padding: 0 10px;
  text-transform: capitalize;
  background-color: #d263ee;
  border-radius: 16px;
  -webkit-transform: translateY(60px);
  -moz-transform: translateY(60px);
  -o-transform: translateY(60px);
  -ms-transform: translateY(60px);
  transform: translateY(60px);
  display: inline-block;
}
.item .item-wrap .item-detail .item-content .item-bottom .button:hover,
.item .item-wrap .item-detail .item-content .item-bottom .add_to_cart_button:hover,
.item .item-wrap .item-detail .item-content .item-bottom .product_type_external:hover,
.item .item-wrap .item-detail .item-content .item-bottom .product_type_grouped:hover,
.item .item-wrap .item-detail .item-img .item-bottom .button:hover,
.item .item-wrap .item-detail .item-img .item-bottom .add_to_cart_button:hover,
.item .item-wrap .item-detail .item-img .item-bottom .product_type_external:hover,
.item .item-wrap .item-detail .item-img .item-bottom .product_type_grouped:hover {
  opacity: 0.85;
}
.item .item-wrap .item-detail .item-content .item-bottom .button.loading,
.item .item-wrap .item-detail .item-content .item-bottom .add_to_cart_button.loading,
.item .item-wrap .item-detail .item-content .item-bottom .product_type_external.loading,
.item .item-wrap .item-detail .item-content .item-bottom .product_type_grouped.loading,
.item .item-wrap .item-detail .item-img .item-bottom .button.loading,
.item .item-wrap .item-detail .item-img .item-bottom .add_to_cart_button.loading,
.item .item-wrap .item-detail .item-img .item-bottom .product_type_external.loading,
.item .item-wrap .item-detail .item-img .item-bottom .product_type_grouped.loading {
  background-color: #d263ee;
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.item .item-wrap .item-detail .item-content .item-bottom .button.loading:before,
.item .item-wrap .item-detail .item-content .item-bottom .add_to_cart_button.loading:before,
.item .item-wrap .item-detail .item-content .item-bottom .product_type_external.loading:before,
.item .item-wrap .item-detail .item-content .item-bottom .product_type_grouped.loading:before,
.item .item-wrap .item-detail .item-img .item-bottom .button.loading:before,
.item .item-wrap .item-detail .item-img .item-bottom .add_to_cart_button.loading:before,
.item .item-wrap .item-detail .item-img .item-bottom .product_type_external.loading:before,
.item .item-wrap .item-detail .item-img .item-bottom .product_type_grouped.loading:before {
  text-align: center;
  left: 0;
  background-color: #d263ee;
  border-radius: 16px;
  background-size: contain;
}
.item .item-wrap .item-detail .item-content .item-bottom .button.added,
.item .item-wrap .item-detail .item-content .item-bottom .add_to_cart_button.added,
.item .item-wrap .item-detail .item-content .item-bottom .product_type_external.added,
.item .item-wrap .item-detail .item-content .item-bottom .product_type_grouped.added,
.item .item-wrap .item-detail .item-img .item-bottom .button.added,
.item .item-wrap .item-detail .item-img .item-bottom .add_to_cart_button.added,
.item .item-wrap .item-detail .item-img .item-bottom .product_type_external.added,
.item .item-wrap .item-detail .item-img .item-bottom .product_type_grouped.added {
  background-color: #d263ee;
}
.item .item-wrap .item-detail .item-content .item-bottom .button.added:after,
.item .item-wrap .item-detail .item-content .item-bottom .add_to_cart_button.added:after,
.item .item-wrap .item-detail .item-content .item-bottom .product_type_external.added:after,
.item .item-wrap .item-detail .item-content .item-bottom .product_type_grouped.added:after,
.item .item-wrap .item-detail .item-img .item-bottom .button.added:after,
.item .item-wrap .item-detail .item-img .item-bottom .add_to_cart_button.added:after,
.item .item-wrap .item-detail .item-img .item-bottom .product_type_external.added:after,
.item .item-wrap .item-detail .item-img .item-bottom .product_type_grouped.added:after {
  font-family: WooCommerce;
  content: "\e017";
  margin-left: .53em;
  vertical-align: bottom;
}
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist,
.item .item-wrap .item-detail .item-img .item-bottom .yith-wcwl-add-to-wishlist {
  margin: 0 1px;
}
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button,
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse,
.item .item-wrap .item-detail .item-img .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button,
.item .item-wrap .item-detail .item-img .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
.item .item-wrap .item-detail .item-img .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse {
  position: relative;
}
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
.item .item-wrap .item-detail .item-img .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.item .item-wrap .item-detail .item-img .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.item .item-wrap .item-detail .item-img .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a {
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  -ms-transition: all .4s;
  transition: all .4s;
}
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before,
.item .item-wrap .item-detail .item-img .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,
.item .item-wrap .item-detail .item-img .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.item .item-wrap .item-detail .item-img .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before {
  content: "\f08a";
  margin: 0;
}
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button.show,
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show,
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show,
.item .item-wrap .item-detail .item-img .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button.show,
.item .item-wrap .item-detail .item-img .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show,
.item .item-wrap .item-detail .item-img .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show {
  display: inline-block !important;
  vertical-align: top;
}
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .feedback,
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .feedback,
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .feedback,
.item .item-wrap .item-detail .item-img .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .feedback,
.item .item-wrap .item-detail .item-img .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .feedback,
.item .item-wrap .item-detail .item-img .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .feedback {
  display: none;
}
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .ajax-loading,
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .ajax-loading,
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .ajax-loading,
.item .item-wrap .item-detail .item-img .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .ajax-loading,
.item .item-wrap .item-detail .item-img .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .ajax-loading,
.item .item-wrap .item-detail .item-img .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .ajax-loading {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.item .item-wrap .item-detail .item-content .item-bottom a.compare,
.item .item-wrap .item-detail .item-img .item-bottom a.compare {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  transition: all .5s;
}
.item .item-wrap .item-detail .item-content .item-bottom a.compare.added:before,
.item .item-wrap .item-detail .item-img .item-bottom a.compare.added:before {
  color: #fff;
}
.item .item-wrap .item-detail .item-content .item-bottom a.compare:before,
.item .item-wrap .item-detail .item-img .item-bottom a.compare:before {
  font-size: 13px;
  content: "\f079";
}
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
.item .item-wrap .item-detail .item-content .item-bottom a.compare,
.item .item-wrap .item-detail .item-img .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.item .item-wrap .item-detail .item-img .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.item .item-wrap .item-detail .item-img .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
.item .item-wrap .item-detail .item-img .item-bottom a.compare {
  text-align: center;
  color: #d263ee;
  font-weight: 500;
  height: 32px;
  line-height: 30px;
  padding: 0;
  background-color: #fff;
  border: 1px solid #d263ee;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  position: relative;
  font-size: 0;
  min-width: 32px;
  margin: 0;
  -webkit-transform: translateY(60px);
  -moz-transform: translateY(60px);
  -o-transform: translateY(60px);
  -ms-transform: translateY(60px);
  transform: translateY(60px);
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
}
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before,
.item .item-wrap .item-detail .item-content .item-bottom a.compare:before,
.item .item-wrap .item-detail .item-img .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,
.item .item-wrap .item-detail .item-img .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.item .item-wrap .item-detail .item-img .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before,
.item .item-wrap .item-detail .item-img .item-bottom a.compare:before {
  font-family: fontawesome;
  font-size: 12px;
}
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover,
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover,
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover,
.item .item-wrap .item-detail .item-content .item-bottom a.compare:hover,
.item .item-wrap .item-detail .item-img .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover,
.item .item-wrap .item-detail .item-img .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover,
.item .item-wrap .item-detail .item-img .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover,
.item .item-wrap .item-detail .item-img .item-bottom a.compare:hover {
  min-width: 32px;
  background-color: #d263ee;
  font-size: 0;
  padding: 0;
}
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover:before,
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover:before,
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover:before,
.item .item-wrap .item-detail .item-content .item-bottom a.compare:hover:before,
.item .item-wrap .item-detail .item-img .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover:before,
.item .item-wrap .item-detail .item-img .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover:before,
.item .item-wrap .item-detail .item-img .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover:before,
.item .item-wrap .item-detail .item-img .item-bottom a.compare:hover:before {
  color: #fff;
}
.item .item-wrap .item-detail .item-content .item-bottom .add_to_cart_button,
.item .item-wrap .item-detail .item-content .item-bottom .product_type_external,
.item .item-wrap .item-detail .item-content .item-bottom .product_type_grouped,
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist,
.item .item-wrap .item-detail .item-content .item-bottom a.compare,
.item .item-wrap .item-detail .item-content .item-bottom .group.fancybox,
.item .item-wrap .item-detail .item-img .item-bottom .add_to_cart_button,
.item .item-wrap .item-detail .item-img .item-bottom .product_type_external,
.item .item-wrap .item-detail .item-img .item-bottom .product_type_grouped,
.item .item-wrap .item-detail .item-img .item-bottom .yith-wcwl-add-to-wishlist,
.item .item-wrap .item-detail .item-img .item-bottom a.compare,
.item .item-wrap .item-detail .item-img .item-bottom .group.fancybox {
  display: inline-block;
  vertical-align: top;
}
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-wishlistaddedbrowse.show a,
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-wishlistexistsbrowse.show a,
.item .item-wrap .item-detail .item-img .item-bottom .yith-wcwl-wishlistaddedbrowse.show a,
.item .item-wrap .item-detail .item-img .item-bottom .yith-wcwl-wishlistexistsbrowse.show a {
  background-color: #d263ee;
}
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-wishlistaddedbrowse.show a:before,
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-wishlistexistsbrowse.show a:before,
.item .item-wrap .item-detail .item-img .item-bottom .yith-wcwl-wishlistaddedbrowse.show a:before,
.item .item-wrap .item-detail .item-img .item-bottom .yith-wcwl-wishlistexistsbrowse.show a:before {
  color: #fff;
}
.item .item-wrap:hover .item-detail .products-thumb .product-thumb-hover img {
  opacity: 0.85;
}
.item .item-wrap:hover .item-detail .products-thumb a.sw-quickview {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.item .item-wrap:hover .item-detail .item-content h4 a {
  opacity: 0;
}
.gaming .item .item-wrap:hover .item-detail .item-content h4 a {
  opacity: 1;
}
.item .item-wrap:hover .item-detail .item-content h4 a:hover {
  color: #d263ee;
}
.item .item-wrap:hover .item-detail .item-content .item-price {
  opacity: 0;
}
.gaming .item .item-wrap:hover .item-detail .item-content .item-price {
  opacity: 1;
}
.item .item-wrap:hover .item-detail .item-content .item-bottom {
  opacity: 1;
  filter: alpha(opacity=100);
}
.item .item-wrap:hover .item-detail .item-content .item-bottom .button,
.item .item-wrap:hover .item-detail .item-content .item-bottom .add_to_cart_button,
.item .item-wrap:hover .item-detail .item-content .item-bottom .product_type_external,
.item .item-wrap:hover .item-detail .item-content .item-bottom .product_type_grouped,
.item .item-wrap:hover .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.item .item-wrap:hover .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.item .item-wrap:hover .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
.item .item-wrap:hover .item-detail .item-content .item-bottom a.compare,
.item .item-wrap:hover .item-detail .item-content .item-bottom .group.fancybox {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.responsive-post-slider {
  background-color: #fff;
}
.responsive-post-slider .block-title {
  margin-bottom: 30px;
}
.responsive-post-slider .block-title h3 {
  padding: 15px 0 13px;
  border-bottom: 1px solid #ededed;
  position: relative;
  font-size: 18px;
  color: #222;
  text-transform: uppercase;
  font-weight: 700;
}
.rtl .responsive-post-slider .block-title h3 {
  text-align: right;
}
.responsive-post-slider .block-title h3:before {
  content: '';
  height: 2px;
  width: 100px;
  background-color: #d263ee;
  position: absolute;
  bottom: -1px;
}
.rtl .responsive-post-slider .block-title h3:before {
  right: 0;
  left: auto;
}
.responsive-post-slider .res-button {
  width: 28px;
  height: 28px;
  display: inline-block;
  position: absolute;
  top: -34px;
  z-index: 2;
  cursor: pointer;
}
.responsive-post-slider .res-button.slick-prev {
  right: 48px;
  background: url(../assets/img/bg_general.png) no-repeat -20px -1111px;
}
.rtl .responsive-post-slider .res-button.slick-prev {
  left: 15px;
  right: auto;
}
.responsive-post-slider .res-button.slick-prev:hover {
  background: url(../assets/img/bg_general.png) no-repeat -20px -1063px;
}
.responsive-post-slider .res-button.slick-next {
  right: 15px;
  background: url(../assets/img/bg_general.png) no-repeat -20px -1015px;
}
.rtl .responsive-post-slider .res-button.slick-next {
  left: 48px;
  right: auto;
}
.responsive-post-slider .res-button.slick-next:hover {
  background: url(../assets/img/bg_general.png) no-repeat -20px -967px;
}
.responsive-post-slider .res-button {
  top: 30px;
}
.home-style1 .responsive-post-slider .res-button,
.home-style22 .responsive-post-slider .res-button {
  top: 10px;
}
.responsive-post-slider.style1 {
  margin: 30px 0 35px;
}
.responsive-post-slider.style1 .box-title {
  text-align: center;
}
.responsive-post-slider.style1 .box-title h3 {
  font-size: 24px;
  color: #222;
  text-transform: uppercase;
  font-weight: 800 !important;
  margin-bottom: 8px;
}
.responsive-post-slider.style1 .description {
  text-align: center;
  color: #666;
  font-size: 14px;
  margin-bottom: 35px;
  font-weight: 400;
}
.responsive-post-slider.style1 .res-button {
  opacity: 0;
}
.responsive-post-slider.style1 .resp-slider-container .slider .item .item-detail .entry-content h4 a {
  font-size: 14px;
  font-weight: 700;
  color: #222;
}
.responsive-post-slider.style1 .resp-slider-container .slider .item .item-detail .entry-content h4 a:hover {
  color: #d263ee;
}
.responsive-post-slider.style1 .resp-slider-container .slider .item .item-detail .entry-content .entry-tag a:hover {
  color: #222;
}
.responsive-post-slider.style2 {
  margin: 60px 0 65px;
}
.responsive-post-slider.style2 .box-title {
  text-align: center;
}
.responsive-post-slider.style2 .box-title h3 {
  font-size: 24px;
  color: #222;
  text-transform: uppercase;
  font-weight: 700 !important;
  margin-bottom: 8px;
}
.responsive-post-slider.style2 .description {
  text-align: center;
  color: #222;
  font-size: 14px;
  margin-bottom: 40px;
}
.responsive-post-slider.style2 .res-button {
  opacity: 0;
}
.responsive-post-slider.style2 .resp-slider-container .slider .item .item-detail .entry-content h4 a {
  font-size: 14px;
  font-weight: 700;
  color: #222;
  text-transform: uppercase;
}
.responsive-post-slider.style2 .resp-slider-container .slider .item .item-detail .entry-content h4 a:hover {
  color: #7d7d7d;
}
.responsive-post-slider.style2 .resp-slider-container .slider .item .item-detail .entry-content .entry-tag a:hover {
  color: #222;
}
.responsive-post-slider.style2 .resp-slider-container .slider .item .item-detail .entry-content .readmore a,
.responsive-post-slider.style2 .resp-slider-container .slider .item .item-detail .entry-content .readmore i {
  color: #222;
}
.responsive-post-slider.style2 .resp-slider-container .slider .item .item-detail .entry-content .readmore:hover a,
.responsive-post-slider.style2 .resp-slider-container .slider .item .item-detail .entry-content .readmore:hover i {
  color: #7d7d7d;
  opacity: 0.85;
}
.rtl .responsive-post-slider.style2 .resp-slider-container .slider .item .item-detail .entry-content .readmore .fa-caret-right:before {
  content: '\f0d9';
  margin: 0 5px 0 0;
}
.responsive-post-slider .resp-slider-container .slider {
  margin: 0 -15px;
}
.responsive-post-slider .resp-slider-container .slider .item {
  padding: 0 15px;
}
.responsive-post-slider .resp-slider-container .slider .item .item-detail .img_over {
  position: relative;
}
.responsive-post-slider .resp-slider-container .slider .item .item-detail .img_over img {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.responsive-post-slider .resp-slider-container .slider .item .item-detail .img_over:before {
  content: '';
  width: 0;
  height: 0;
  border-bottom: 85px solid transparent;
  border-left: 80px solid #fff;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 2;
}
.rtl .responsive-post-slider .resp-slider-container .slider .item .item-detail .img_over:before {
  right: 0;
  left: auto;
  border-bottom: 85px solid transparent;
  border-right: 80px solid #fff;
  border-left: 0;
}
.responsive-post-slider .resp-slider-container .slider .item .item-detail .img_over .entry-date {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.rtl .responsive-post-slider .resp-slider-container .slider .item .item-detail .img_over .entry-date {
  right: 0;
  left: auto;
}
.responsive-post-slider .resp-slider-container .slider .item .item-detail .img_over .entry-date .day-time {
  font-size: 24px;
  color: #909090;
  font-weight: 700;
}
.responsive-post-slider .resp-slider-container .slider .item .item-detail .img_over .entry-date .month-time {
  font-size: 14px;
  color: #909090;
}
.responsive-post-slider .resp-slider-container .slider .item .item-detail .img_over a:hover img {
  opacity: 0.85;
}
.responsive-post-slider .resp-slider-container .slider .item .item-detail .entry-content h4 {
  margin: 20px 0 0;
}
.responsive-post-slider .resp-slider-container .slider .item .item-detail .entry-content h4 a {
  color: #222;
  font-weight: 700;
  font-size: 14px;
  text-transform: capitalize;
  display: block;
}
.responsive-post-slider .resp-slider-container .slider .item .item-detail .entry-content h4 a:hover {
  color: #d263ee;
}
.responsive-post-slider .resp-slider-container .slider .item .item-detail .entry-content .entry-meta {
  color: #909090;
  font-size: 13px;
  overflow: hidden;
  padding: 10px 0 16px;
}
.responsive-post-slider .resp-slider-container .slider .item .item-detail .entry-content .entry-meta .entry-comment {
  margin-right: 20px;
}
.rtl .responsive-post-slider .resp-slider-container .slider .item .item-detail .entry-content .entry-meta .entry-comment {
  margin: 0 0 0 20px;
}
.responsive-post-slider .resp-slider-container .slider .item .item-detail .entry-content .entry-meta .entry-tag a {
  color: #909090;
  font-size: 13px;
}
.responsive-post-slider .resp-slider-container .slider .item .item-detail .entry-content .entry-meta .entry-tag a:hover {
  color: #d263ee;
}
.responsive-post-slider .resp-slider-container .slider .item .item-detail .entry-content .entry-meta .entry-comment,
.responsive-post-slider .resp-slider-container .slider .item .item-detail .entry-content .entry-meta .entry-tag {
  float: left;
}
.rtl .responsive-post-slider .resp-slider-container .slider .item .item-detail .entry-content .entry-meta .entry-comment,
.rtl .responsive-post-slider .resp-slider-container .slider .item .item-detail .entry-content .entry-meta .entry-tag {
  float: right;
}
.responsive-post-slider .resp-slider-container .slider .item .item-detail .entry-content .entry-meta .entry-comment i,
.responsive-post-slider .resp-slider-container .slider .item .item-detail .entry-content .entry-meta .entry-tag i {
  font-size: 16px;
  color: #b7b7b7;
  margin-right: 10px;
}
.rtl .responsive-post-slider .resp-slider-container .slider .item .item-detail .entry-content .entry-meta .entry-comment i,
.rtl .responsive-post-slider .resp-slider-container .slider .item .item-detail .entry-content .entry-meta .entry-tag i {
  margin: 0 0 0 10px;
}
.responsive-post-slider .resp-slider-container .slider .item .item-detail .entry-content .readmore {
  color: #d263ee;
  font-weight: 600;
  text-transform: capitalize;
  display: block;
  border-top: 1px solid #ebebeb;
  padding-top: 15px;
}
.responsive-post-slider .resp-slider-container .slider .item .item-detail .entry-content .readmore:hover a,
.responsive-post-slider .resp-slider-container .slider .item .item-detail .entry-content .readmore:hover i {
  opacity: 0.6;
}
.responsive-post-slider .resp-slider-container .slider .item .item-detail .entry-content .readmore a {
  color: #d263ee;
}
.responsive-post-slider .resp-slider-container .slider .item .item-detail .entry-content .readmore i {
  margin-right: 5px;
}
.rtl .responsive-post-slider .resp-slider-container .slider .item .item-detail .entry-content .readmore i {
  margin: 0 0 0 5px;
}
.rtl .responsive-post-slider .resp-slider-container .slider .item .item-detail .entry-content .readmore i.fa-caret-right:before {
  content: '\f0d9';
  margin: 0 5px 0 0;
}
@media (min-width: 991px) {
  .resmenu-top-mobile {
    display: none;
  }
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-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;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  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;
}
.rtl.woocommerce .widget_layered_nav ul li.chosen a::after,
.rtl.woocommerce .widget_layered_nav_filters ul li a::after {
  line-height: 1;
  content: "\e013";
  font-family: WooCommerce;
  font-weight: 400;
  color: #a00;
  speak: none;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  margin-left: 10px;
}
.woocommerce .listing-title h1,
.woocommerce-page .listing-title h1 {
  margin: 40px 0 0;
}
.woocommerce.rtl .woocommerce .cart-collaterals .cart_totals,
.woocommerce-page.rtl .woocommerce .cart-collaterals .cart_totals {
  text-align: right;
}
.woocommerce input.input-text,
.woocommerce-page input.input-text {
  height: 35px;
  background-color: #eee;
  border: 1px solid #ddd;
  text-indent: 10px;
}
.woocommerce .woocommerce-checkout #payment div.form-row,
.woocommerce-page .woocommerce-checkout #payment div.form-row {
  margin-bottom: 40px;
}
.woocommerce #customer_login h2,
.woocommerce-page #customer_login h2 {
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
  margin-bottom: 20px;
  font-size: 24px;
  text-transform: uppercase;
}
.woocommerce #customer_login form.login,
.woocommerce #customer_login form.register,
.woocommerce-page #customer_login form.login,
.woocommerce-page #customer_login form.register {
  border: 0;
  padding: 0;
}
.woocommerce #customer_login form.login .form-row .input-text,
.woocommerce #customer_login form.register .form-row .input-text,
.woocommerce-page #customer_login form.login .form-row .input-text,
.woocommerce-page #customer_login form.register .form-row .input-text {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  background: #eee;
  border: 0;
}
.woocommerce #customer_login form.login .form-row .input-text#password,
.woocommerce #customer_login form.register .form-row .input-text#password,
.woocommerce-page #customer_login form.login .form-row .input-text#password,
.woocommerce-page #customer_login form.register .form-row .input-text#password {
  width: 100%;
}
.woocommerce form.lost_reset_password .form-row,
.woocommerce-page form.lost_reset_password .form-row {
  width: 300px;
  max-width: 100%;
}
.woocommerce form.lost_reset_password .form-row .input-text,
.woocommerce-page form.lost_reset_password .form-row .input-text {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  background: #eee;
  border: 0;
}
.woocommerce form.lost_reset_password .form-row input.button,
.woocommerce-page form.lost_reset_password .form-row input.button {
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  margin-bottom: 10px;
  margin-top: 0;
}
.woocommerce form.lost_reset_password .form-row input.button:hover,
.woocommerce-page form.lost_reset_password .form-row input.button:hover {
  background: #c535e9;
  color: #fff;
}
.woocommerce .woocommerce form .form-row label,
.woocommerce-page .woocommerce form .form-row label {
  font-weight: normal;
}
.woocommerce .woocommerce-checkout table.shop_table th,
.woocommerce .woocommerce-checkout table.shop_table td,
.woocommerce-page .woocommerce-checkout table.shop_table th,
.woocommerce-page .woocommerce-checkout table.shop_table td {
  border: 0;
}
.woocommerce .woocommerce-checkout table.shop_table th,
.woocommerce-page .woocommerce-checkout table.shop_table th {
  color: #222;
  font-family: Helvetica, Arial, sans-serif;
}
.woocommerce .woocommerce-checkout .col-1 h3,
.woocommerce .woocommerce-checkout .col-2 h3,
.woocommerce-page .woocommerce-checkout .col-1 h3,
.woocommerce-page .woocommerce-checkout .col-2 h3 {
  color: #222;
}
.woocommerce .woocommerce-checkout .woocommerce-checkout-payment label,
.woocommerce-page .woocommerce-checkout .woocommerce-checkout-payment label {
  color: #222;
  font-family: Helvetica, Arial, sans-serif;
}
.woocommerce .woocommerce .checkout #order_review table.shop_table td,
.woocommerce .woocommerce .checkout #order_review table.shop_table tfoot th,
.woocommerce .woocommerce-page .checkout #order_review table.shop_table td,
.woocommerce .woocommerce-page .checkout #order_review table.shop_table tfoot th,
.woocommerce-page .woocommerce .checkout #order_review table.shop_table td,
.woocommerce-page .woocommerce .checkout #order_review table.shop_table tfoot th,
.woocommerce-page .woocommerce-page .checkout #order_review table.shop_table td,
.woocommerce-page .woocommerce-page .checkout #order_review table.shop_table tfoot th {
  border-top: 1px solid #fff;
  padding: 10px 15px;
  border-right: 0;
}
.woocommerce .entry-summary form.register button[type="submit"],
.woocommerce-page .entry-summary form.register button[type="submit"] {
  text-transform: uppercase;
  height: 35px;
  line-height: 35px;
  padding: 0 15px;
  font-weight: normal;
}
.woocommerce .entry-summary form.register button[type="submit"]:hover,
.woocommerce-page .entry-summary form.register button[type="submit"]:hover {
  color: #fff;
  background: #d263ee;
  border-color: #d263ee;
}
.woocommerce .entry-content form.login,
.woocommerce-page .entry-content form.login {
  border: 0;
  padding: 0;
}
.woocommerce .entry-content form.login .form-row-first,
.woocommerce .entry-content form.login .form-row-last,
.woocommerce-page .entry-content form.login .form-row-first,
.woocommerce-page .entry-content form.login .form-row-last {
  float: left;
  width: 48.5%;
  padding: 0;
  margin-bottom: 15px;
}
.woocommerce .entry-content form.login .form-row-first .input-text,
.woocommerce .entry-content form.login .form-row-last .input-text,
.woocommerce-page .entry-content form.login .form-row-first .input-text,
.woocommerce-page .entry-content form.login .form-row-last .input-text {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  background: #eee;
  border: 0;
}
.woocommerce .entry-content form.login .form-row-last,
.woocommerce-page .entry-content form.login .form-row-last {
  margin-left: 3%;
}
.woocommerce .entry-content form.login .form-row label.inline,
.woocommerce-page .entry-content form.login .form-row label.inline {
  clear: both;
  display: block;
  line-height: normal;
  vertical-align: top;
}
.woocommerce .entry-content form.login .form-row input.button,
.woocommerce-page .entry-content form.login .form-row input.button {
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
  height: 35px;
  line-height: 35px;
  padding: 0 15px;
}
.woocommerce .entry-content form.login .form-row input.button:hover,
.woocommerce-page .entry-content form.login .form-row input.button:hover {
  background: #c535e9;
  color: #fff;
}
.woocommerce .entry-content form.login .lost_password a,
.woocommerce-page .entry-content form.login .lost_password a {
  color: #d263ee;
}
.woocommerce .entry-content form.login .lost_password a:hover,
.woocommerce-page .entry-content form.login .lost_password a:hover {
  color: #be1ee6;
}
.woocommerce .entry-content .checkout_coupon,
.woocommerce-page .entry-content .checkout_coupon {
  padding: 0;
  border: 0;
}
.woocommerce .entry-content .checkout_coupon .form-row,
.woocommerce-page .entry-content .checkout_coupon .form-row {
  width: 180px;
  float: left;
  padding: 0;
}
.woocommerce .entry-content .checkout_coupon .form-row.form-row-last,
.woocommerce-page .entry-content .checkout_coupon .form-row.form-row-last {
  text-align: center;
}
.woocommerce .entry-content .checkout_coupon .form-row .input-text,
.woocommerce-page .entry-content .checkout_coupon .form-row .input-text {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  background: #eee;
  border: 0;
}
.woocommerce .entry-content .checkout_coupon .form-row input.button,
.woocommerce-page .entry-content .checkout_coupon .form-row input.button {
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  height: 35px;
  text-transform: uppercase;
}
.woocommerce .entry-content .checkout_coupon .form-row input.button:hover,
.woocommerce-page .entry-content .checkout_coupon .form-row input.button:hover {
  background: #c535e9;
  color: #fff;
}
.woocommerce .checkout .col2-set .col-1,
.woocommerce .checkout .col2-set .col-2,
.woocommerce-page .checkout .col2-set .col-1,
.woocommerce-page .checkout .col2-set .col-2 {
  float: left;
  width: 50%;
}
.woocommerce .checkout .col2-set .col-1 h3,
.woocommerce .checkout .col2-set .col-2 h3,
.woocommerce-page .checkout .col2-set .col-1 h3,
.woocommerce-page .checkout .col2-set .col-2 h3 {
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-weight: normal;
}
.woocommerce .checkout .col2-set .col-1 .chosen-container-single .chosen-single,
.woocommerce .checkout .col2-set .col-2 .chosen-container-single .chosen-single,
.woocommerce-page .checkout .col2-set .col-1 .chosen-container-single .chosen-single,
.woocommerce-page .checkout .col2-set .col-2 .chosen-container-single .chosen-single {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.woocommerce .checkout .col2-set .col-1 input,
.woocommerce .checkout .col2-set .col-1 textarea,
.woocommerce .checkout .col2-set .col-2 input,
.woocommerce .checkout .col2-set .col-2 textarea,
.woocommerce-page .checkout .col2-set .col-1 input,
.woocommerce-page .checkout .col2-set .col-1 textarea,
.woocommerce-page .checkout .col2-set .col-2 input,
.woocommerce-page .checkout .col2-set .col-2 textarea {
  background: #eee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border: 0;
}
.woocommerce .checkout .col2-set .col-1 textarea,
.woocommerce .checkout .col2-set .col-2 textarea,
.woocommerce-page .checkout .col2-set .col-1 textarea,
.woocommerce-page .checkout .col2-set .col-2 textarea {
  padding: 10px;
  min-height: 80px;
}
.woocommerce .checkout .col2-set .col-1 .woocommerce-billing-fields,
.woocommerce-page .checkout .col2-set .col-1 .woocommerce-billing-fields {
  padding-right: 15px;
}
.woocommerce .checkout .col2-set .col-2 .woocommerce-shipping-fields,
.woocommerce-page .checkout .col2-set .col-2 .woocommerce-shipping-fields {
  padding-left: 15px;
}
.woocommerce .checkout .col2-set .col-2 .woocommerce-shipping-fields h3#ship-to-different-address,
.woocommerce-page .checkout .col2-set .col-2 .woocommerce-shipping-fields h3#ship-to-different-address {
  padding: 0 0 10px;
  width: 100%;
}
.woocommerce .checkout .col2-set .col-2 .woocommerce-shipping-fields h3#ship-to-different-address >label,
.woocommerce-page .checkout .col2-set .col-2 .woocommerce-shipping-fields h3#ship-to-different-address >label {
  padding: 0;
  margin: 0;
  font-weight: normal;
  vertical-align: top;
  display: inline-block;
}
.woocommerce .checkout .col2-set .col-2 .woocommerce-shipping-fields h3#ship-to-different-address >input,
.woocommerce-page .checkout .col2-set .col-2 .woocommerce-shipping-fields h3#ship-to-different-address >input {
  display: inline-block;
  vertical-align: top;
  margin: 6px 5px 0;
}
.woocommerce .checkout #order_review table.shop_table,
.woocommerce-page .checkout #order_review table.shop_table {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border: 0;
}
.woocommerce .checkout #order_review table.shop_table td,
.woocommerce .checkout #order_review table.shop_table tfoot th,
.woocommerce-page .checkout #order_review table.shop_table td,
.woocommerce-page .checkout #order_review table.shop_table tfoot th {
  border-top: 1px solid #fff;
  padding: 10px 15px;
}
.woocommerce .checkout #order_review table.shop_table tr,
.woocommerce-page .checkout #order_review table.shop_table tr {
  background: #eee;
}
.woocommerce .checkout #order_review table.shop_table tr:hover,
.woocommerce-page .checkout #order_review table.shop_table tr:hover {
  background: #d5d5d5;
  cursor: pointer;
}
.woocommerce .checkout #payment,
.woocommerce-page .checkout #payment {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.woocommerce .checkout #payment .terms,
.woocommerce-page .checkout #payment .terms {
  float: none;
}
.woocommerce .checkout #payment .terms .input-checkbox,
.woocommerce-page .checkout #payment .terms .input-checkbox {
  margin-top: 6px;
}
.woocommerce .checkout #payment #place_order,
.woocommerce-page .checkout #payment #place_order {
  width: auto;
  border: 0;
  padding: 10px 20px;
  background: #d263ee;
  color: #fff;
  text-shadow: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  text-transform: uppercase;
}
.woocommerce .checkout #payment #place_order:hover,
.woocommerce-page .checkout #payment #place_order:hover {
  background: #be1ee6;
}
.woocommerce form table.shop_table.shop_table_responsive,
.woocommerce-page form table.shop_table.shop_table_responsive {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border: 0;
  border: 1px solid #ccc;
}
.woocommerce form table.shop_table.shop_table_responsive th.product-thumbnail,
.woocommerce form table.shop_table.shop_table_responsive tr td.product-thumbnail,
.woocommerce-page form table.shop_table.shop_table_responsive th.product-thumbnail,
.woocommerce-page form table.shop_table.shop_table_responsive tr td.product-thumbnail {
  display: block;
}
.woocommerce form table.shop_table.shop_table_responsive thead,
.woocommerce-page form table.shop_table.shop_table_responsive thead {
  display: table-row-group;
}
.woocommerce form table.shop_table.shop_table_responsive thead tr,
.woocommerce-page form table.shop_table.shop_table_responsive thead tr {
  display: table-row;
}
.woocommerce form table.shop_table.shop_table_responsive thead tr th,
.woocommerce-page form table.shop_table.shop_table_responsive thead tr th {
  border-bottom: 1px solid #ccc;
  border-top: 0;
  border-left: 0;
  color: #222;
  font-family: Helvetica, Arial, sans-serif;
}
.woocommerce form table.shop_table.shop_table_responsive thead tr th.product-subtotal,
.woocommerce-page form table.shop_table.shop_table_responsive thead tr th.product-subtotal {
  border-right: 0;
}
.woocommerce form table.shop_table.shop_table_responsive tbody tr,
.woocommerce-page form table.shop_table.shop_table_responsive tbody tr {
  display: table-row;
}
.woocommerce form table.shop_table.shop_table_responsive tbody tr td,
.woocommerce-page form table.shop_table.shop_table_responsive tbody tr td {
  border-top: 1px solid #ccc;
  display: table-cell;
  text-align: left !important;
}
.woocommerce form table.shop_table.shop_table_responsive tbody tr td:before,
.woocommerce-page form table.shop_table.shop_table_responsive tbody tr td:before {
  display: none;
}
.woocommerce form table.shop_table.shop_table_responsive tbody tr.cart_item td,
.woocommerce-page form table.shop_table.shop_table_responsive tbody tr.cart_item td {
  border: 0;
}
.woocommerce form table.shop_table.shop_table_responsive tr,
.woocommerce-page form table.shop_table.shop_table_responsive tr {
  border: 0;
}
.woocommerce form table.shop_table.shop_table_responsive tr td,
.woocommerce-page form table.shop_table.shop_table_responsive tr td {
  border: 0;
}
.woocommerce form table.shop_table.shop_table_responsive tr td.product-thumbnail img,
.woocommerce-page form table.shop_table.shop_table_responsive tr td.product-thumbnail img {
  width: 70px;
}
.woocommerce form table.shop_table.shop_table_responsive tr td.product-remove,
.woocommerce-page form table.shop_table.shop_table_responsive tr td.product-remove {
  font-size: 24px;
}
.woocommerce form table.shop_table.shop_table_responsive tr td.product-quantity .quantity,
.woocommerce-page form table.shop_table.shop_table_responsive tr td.product-quantity .quantity {
  border: 1px solid #ccc;
  overflow: visible;
  display: inline-block;
}
.woocommerce form table.shop_table.shop_table_responsive tr td.product-quantity .quantity input.qty,
.woocommerce-page form table.shop_table.shop_table_responsive tr td.product-quantity .quantity input.qty {
  height: 30px;
  min-height: initial;
  border: 0;
  float: left;
  text-indent: inherit;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.woocommerce form table.shop_table.shop_table_responsive tr td.product-quantity .quantity input[type=number],
.woocommerce-page form table.shop_table.shop_table_responsive tr td.product-quantity .quantity input[type=number] {
  -moz-appearance: textfield;
}
.woocommerce form table.shop_table.shop_table_responsive tr td.product-quantity .quantity input::-webkit-outer-spin-button,
.woocommerce form table.shop_table.shop_table_responsive tr td.product-quantity .quantity input::-webkit-inner-spin-button,
.woocommerce-page form table.shop_table.shop_table_responsive tr td.product-quantity .quantity input::-webkit-outer-spin-button,
.woocommerce-page form table.shop_table.shop_table_responsive tr td.product-quantity .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.woocommerce form table.shop_table.shop_table_responsive tr td.product-quantity .quantity .minus,
.woocommerce form table.shop_table.shop_table_responsive tr td.product-quantity .quantity .plus,
.woocommerce-page form table.shop_table.shop_table_responsive tr td.product-quantity .quantity .minus,
.woocommerce-page form table.shop_table.shop_table_responsive tr td.product-quantity .quantity .plus {
  float: left;
  position: static;
  background: #ccc;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  height: auto;
  height: 30px;
  width: 25px;
  border: 0;
  font-size: 18px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  font-weight: normal;
  display: block !important;
}
.woocommerce form table.shop_table.shop_table_responsive tr td.product-quantity .quantity .minus:hover,
.woocommerce form table.shop_table.shop_table_responsive tr td.product-quantity .quantity .plus:hover,
.woocommerce-page form table.shop_table.shop_table_responsive tr td.product-quantity .quantity .minus:hover,
.woocommerce-page form table.shop_table.shop_table_responsive tr td.product-quantity .quantity .plus:hover {
  background: #d263ee;
  color: #fff;
}
.woocommerce form table.shop_table.shop_table_responsive tr td.actions,
.woocommerce-page form table.shop_table.shop_table_responsive tr td.actions {
  padding: 15px 10px;
}
.woocommerce form table.shop_table.shop_table_responsive tr td.actions .coupon,
.woocommerce-page form table.shop_table.shop_table_responsive tr td.actions .coupon {
  float: left;
  padding: 0;
}
.woocommerce form table.shop_table.shop_table_responsive tr td.actions .coupon .input-text,
.woocommerce-page form table.shop_table.shop_table_responsive tr td.actions .coupon .input-text {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  margin: 0;
}
.woocommerce form table.shop_table.shop_table_responsive tr td.actions .coupon input.input-text,
.woocommerce-page form table.shop_table.shop_table_responsive tr td.actions .coupon input.input-text {
  height: 31px;
  padding: 5px 10px;
  width: 200px;
}
.rtl .woocommerce form table.shop_table.shop_table_responsive tr td.actions .coupon input.input-text,
.rtl .woocommerce-page form table.shop_table.shop_table_responsive tr td.actions .coupon input.input-text {
  float: right;
}
.woocommerce form table.shop_table.shop_table_responsive tr td.actions .button,
.woocommerce-page form table.shop_table.shop_table_responsive tr td.actions .button {
  background: #d263ee !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  font-weight: normal;
  color: #fff;
  margin: 0 5px;
  border-color: #d263ee;
  vertical-align: top;
  width: auto;
  padding: 7px 15px;
  text-transform: uppercase;
}
.woocommerce form table.shop_table.shop_table_responsive tr td.actions .button:hover,
.woocommerce-page form table.shop_table.shop_table_responsive tr td.actions .button:hover {
  background: #c535e9 !important;
  color: #fff;
}
.woocommerce form table.shop_table.shop_table_responsive tr td.actions .box-chekout .button,
.woocommerce-page form table.shop_table.shop_table_responsive tr td.actions .box-chekout .button {
  background: #ccc;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  font-weight: normal;
}
.woocommerce form table.shop_table.shop_table_responsive tr td.actions .box-chekout .button:hover,
.woocommerce-page form table.shop_table.shop_table_responsive tr td.actions .box-chekout .button:hover {
  background: #d263ee;
  color: #fff;
  border-color: #d263ee;
}
.woocommerce form table.shop_table.shop_table_responsive tr td.actions .box-chekout .checkout-button.button,
.woocommerce-page form table.shop_table.shop_table_responsive tr td.actions .box-chekout .checkout-button.button {
  background: #d263ee;
  color: #fff;
  border-color: #d263ee;
}
.woocommerce form table.shop_table.shop_table_responsive tr td.actions .box-chekout .checkout-button.button:hover,
.woocommerce-page form table.shop_table.shop_table_responsive tr td.actions .box-chekout .checkout-button.button:hover {
  background: #c535e9;
}
.woocommerce >.cart-collaterals,
.woocommerce-page >.cart-collaterals {
  margin-bottom: 10px;
}
.woocommerce >.cart-collaterals .products-wrapper,
.woocommerce-page >.cart-collaterals .products-wrapper {
  padding: 0;
}
.woocommerce >.cart-collaterals .cart_totals,
.woocommerce-page >.cart-collaterals .cart_totals {
  width: 50%;
  float: left;
}
.rtl .woocommerce >.cart-collaterals .cart_totals,
.rtl .woocommerce-page >.cart-collaterals .cart_totals {
  float: right;
  text-align: right;
}
.woocommerce >.cart-collaterals .cart_totals h2,
.woocommerce-page >.cart-collaterals .cart_totals h2 {
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-size: 24px;
}
.woocommerce >.cart-collaterals .cart_totals table,
.woocommerce-page >.cart-collaterals .cart_totals table {
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border: 1px solid #eee;
}
.woocommerce >.cart-collaterals .cart_totals table tr,
.woocommerce-page >.cart-collaterals .cart_totals table tr {
  border: 0;
  font-family: Helvetica, Arial, sans-serif;
  color: #222;
}
.woocommerce >.cart-collaterals .cart_totals table tr th,
.woocommerce >.cart-collaterals .cart_totals table tr td,
.woocommerce-page >.cart-collaterals .cart_totals table tr th,
.woocommerce-page >.cart-collaterals .cart_totals table tr td {
  border: 0;
  padding: 10px;
}
.woocommerce >.cart-collaterals .cart_totals table tr td,
.woocommerce-page >.cart-collaterals .cart_totals table tr td {
  text-align: right;
}
.woocommerce >.cart-collaterals .cart_totals table tr.order-total th,
.woocommerce >.cart-collaterals .cart_totals table tr.order-total td,
.woocommerce-page >.cart-collaterals .cart_totals table tr.order-total th,
.woocommerce-page >.cart-collaterals .cart_totals table tr.order-total td {
  border-top: 1px solid #eee;
}
.woocommerce >.cart-collaterals .cart_totals table tr.order-total th .amount,
.woocommerce >.cart-collaterals .cart_totals table tr.order-total td .amount,
.woocommerce-page >.cart-collaterals .cart_totals table tr.order-total th .amount,
.woocommerce-page >.cart-collaterals .cart_totals table tr.order-total td .amount {
  font-size: 18px;
  font-weight: normal;
  color: #d263ee;
}
.woocommerce >.cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button,
.woocommerce-page >.cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button {
  background: #d263ee;
  display: inline-block;
  text-shadow: none;
  font-weight: normal;
  font-size: 14px;
  padding: 7px 15px;
}
.woocommerce >.cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button:hover,
.woocommerce-page >.cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button:hover {
  background: #c535e9;
}
.woocommerce >.cart-collaterals .shipping_calculator,
.woocommerce-page >.cart-collaterals .shipping_calculator {
  float: left;
  margin-left: 2%;
  width: 48%;
}
.woocommerce >.cart-collaterals .shipping_calculator h2,
.woocommerce-page >.cart-collaterals .shipping_calculator h2 {
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.woocommerce >.cart-collaterals .shipping_calculator h2 a:after,
.woocommerce-page >.cart-collaterals .shipping_calculator h2 a:after {
  content: "";
}
.woocommerce >.cart-collaterals .shipping_calculator .shipping-calculator-form .form-row,
.woocommerce-page >.cart-collaterals .shipping_calculator .shipping-calculator-form .form-row {
  padding: 5px 0;
}
.woocommerce >.cart-collaterals .shipping_calculator .shipping-calculator-form .form-row .input-text,
.woocommerce-page >.cart-collaterals .shipping_calculator .shipping-calculator-form .form-row .input-text {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.woocommerce >.cart-collaterals .shipping_calculator .shipping-calculator-form .button,
.woocommerce-page >.cart-collaterals .shipping_calculator .shipping-calculator-form .button {
  background: #d263ee;
  color: #fff;
  border-color: #d263ee;
  width: auto;
  display: inline-block;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  font-weight: normal;
}
.woocommerce >.cart-collaterals .shipping_calculator .shipping-calculator-form .button:hover,
.woocommerce-page >.cart-collaterals .shipping_calculator .shipping-calculator-form .button:hover {
  background: #c535e9;
}
.woocommerce #content .woocommerce-message,
.woocommerce #content .woocommerce-error,
.woocommerce #content .woocommerce-info,
.woocommerce #contents .woocommerce-message,
.woocommerce #contents .woocommerce-error,
.woocommerce #contents .woocommerce-info,
.woocommerce-page #content .woocommerce-message,
.woocommerce-page #content .woocommerce-error,
.woocommerce-page #content .woocommerce-info,
.woocommerce-page #contents .woocommerce-message,
.woocommerce-page #contents .woocommerce-error,
.woocommerce-page #contents .woocommerce-info {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border-top-color: #d263ee;
  background: #eee;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
}
.woocommerce #content .woocommerce-message .wc-forward,
.woocommerce #content .woocommerce-error .wc-forward,
.woocommerce #content .woocommerce-info .wc-forward,
.woocommerce #contents .woocommerce-message .wc-forward,
.woocommerce #contents .woocommerce-error .wc-forward,
.woocommerce #contents .woocommerce-info .wc-forward,
.woocommerce-page #content .woocommerce-message .wc-forward,
.woocommerce-page #content .woocommerce-error .wc-forward,
.woocommerce-page #content .woocommerce-info .wc-forward,
.woocommerce-page #contents .woocommerce-message .wc-forward,
.woocommerce-page #contents .woocommerce-error .wc-forward,
.woocommerce-page #contents .woocommerce-info .wc-forward {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  border: 0;
  font-weight: normal;
  background: #d263ee;
  color: #fff;
}
.woocommerce #content .woocommerce-message .wc-forward:hover,
.woocommerce #content .woocommerce-error .wc-forward:hover,
.woocommerce #content .woocommerce-info .wc-forward:hover,
.woocommerce #contents .woocommerce-message .wc-forward:hover,
.woocommerce #contents .woocommerce-error .wc-forward:hover,
.woocommerce #contents .woocommerce-info .wc-forward:hover,
.woocommerce-page #content .woocommerce-message .wc-forward:hover,
.woocommerce-page #content .woocommerce-error .wc-forward:hover,
.woocommerce-page #content .woocommerce-info .wc-forward:hover,
.woocommerce-page #contents .woocommerce-message .wc-forward:hover,
.woocommerce-page #contents .woocommerce-error .wc-forward:hover,
.woocommerce-page #contents .woocommerce-info .wc-forward:hover {
  opacity: 0.7;
}
.woocommerce #reviews #review_form_wrapper h3,
.woocommerce-page #reviews #review_form_wrapper h3 {
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-size: 18px;
  text-transform: uppercase;
}
.woocommerce #reviews #review_form_wrapper .comment-form input,
.woocommerce #reviews #review_form_wrapper .comment-form textarea,
.woocommerce-page #reviews #review_form_wrapper .comment-form input,
.woocommerce-page #reviews #review_form_wrapper .comment-form textarea {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  padding: 7px 10px;
  width: 60%;
}
.woocommerce #reviews #review_form_wrapper .comment-form textarea,
.woocommerce-page #reviews #review_form_wrapper .comment-form textarea {
  width: 100%;
}
.woocommerce #reviews #review_form_wrapper .comment-form input#submit,
.woocommerce-page #reviews #review_form_wrapper .comment-form input#submit {
  width: auto;
  color: #fff;
}
.woocommerce #reviews #review_form_wrapper .comment-form input#submit:hover,
.woocommerce-page #reviews #review_form_wrapper .comment-form input#submit:hover {
  color: #fff;
}
.woocommerce #reviews #review_form_wrapper .comment-form .comment-form-author,
.woocommerce #reviews #review_form_wrapper .comment-form .comment-form-email,
.woocommerce-page #reviews #review_form_wrapper .comment-form .comment-form-author,
.woocommerce-page #reviews #review_form_wrapper .comment-form .comment-form-email {
  width: 50%;
  float: left;
}
.woocommerce #reviews #review_form_wrapper .comment-form .comment-form-author label,
.woocommerce #reviews #review_form_wrapper .comment-form .comment-form-email label,
.woocommerce-page #reviews #review_form_wrapper .comment-form .comment-form-author label,
.woocommerce-page #reviews #review_form_wrapper .comment-form .comment-form-email label {
  display: block;
}
.woocommerce #reviews #review_form_wrapper .comment-form .comment-form-author input,
.woocommerce #reviews #review_form_wrapper .comment-form .comment-form-email input,
.woocommerce-page #reviews #review_form_wrapper .comment-form .comment-form-author input,
.woocommerce-page #reviews #review_form_wrapper .comment-form .comment-form-email input {
  width: 100%;
}
.woocommerce #reviews #review_form_wrapper .comment-form .comment-form-author,
.woocommerce-page #reviews #review_form_wrapper .comment-form .comment-form-author {
  padding-right: 15px;
}
.woocommerce table.my_account_orders,
.woocommerce-page table.my_account_orders {
  font-size: 1em;
}
.woocommerce table.my_account_orders tr th,
.woocommerce-page table.my_account_orders tr th {
  background: #ccc;
}
.woocommerce table.my_account_orders tr td.order-actions .button,
.woocommerce-page table.my_account_orders tr td.order-actions .button {
  background: #333;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  color: #fff;
  text-shadow: none;
  font-weight: normal;
  border: 0;
}
.woocommerce table.my_account_orders tr td.order-actions .button:hover,
.woocommerce-page table.my_account_orders tr td.order-actions .button:hover {
  background: #d263ee;
}
.woocommerce .entry-content .col2-set .address,
.woocommerce-page .entry-content .col2-set .address {
  padding-left: 15px;
  padding-right: 15px;
}
.woocommerce table.wishlist_table thead th {
  border-color: #ccc;
  color: #222;
  font-family: Helvetica, Arial, sans-serif;
}
.woocommerce form table.wishlist_table,
.woocommerce-page form table.wishlist_table {
  border-collapse: collapse;
}
.woocommerce form table.wishlist_table th.product-thumbnail,
.woocommerce-page form table.wishlist_table th.product-thumbnail {
  border: 0;
}
.woocommerce form table.wishlist_table tfoot,
.woocommerce-page form table.wishlist_table tfoot {
  border-top: 1px solid #ccc;
}
.woocommerce form table.wishlist_table tr td,
.woocommerce-page form table.wishlist_table tr td {
  text-align: start;
  padding: 10px 12px;
}
.woocommerce form table.wishlist_table tr td.product-price del,
.woocommerce-page form table.wishlist_table tr td.product-price del {
  margin-right: 10px;
}
.woocommerce form table.wishlist_table tr td.product-price del span,
.woocommerce-page form table.wishlist_table tr td.product-price del span {
  font-size: 16px;
}
.woocommerce form table.wishlist_table tr td.product-price ins,
.woocommerce-page form table.wishlist_table tr td.product-price ins {
  color: ;
  text-decoration: none;
  font-weight: 600;
}
.woocommerce form table.wishlist_table tr td.product-price ins span,
.woocommerce-page form table.wishlist_table tr td.product-price ins span {
  font-size: 18px;
}
.woocommerce form table.wishlist_table tr td.product-price >span.amount,
.woocommerce-page form table.wishlist_table tr td.product-price >span.amount {
  color: ;
  font-size: 18px;
  font-weight: 600;
}
.woocommerce form table.wishlist_table tr td.product-add-to-cart,
.woocommerce-page form table.wishlist_table tr td.product-add-to-cart {
  vertical-align: top;
}
.woocommerce form table.wishlist_table tr td.product-add-to-cart .add_to_cart,
.woocommerce-page form table.wishlist_table tr td.product-add-to-cart .add_to_cart {
  display: inline-block !important;
  padding: 0;
}
.woocommerce form table.wishlist_table tr td.product-add-to-cart .add_to_cart.loading,
.woocommerce-page form table.wishlist_table tr td.product-add-to-cart .add_to_cart.loading {
  height: 43px;
  position: relative;
}
.woocommerce form table.wishlist_table tr td.product-add-to-cart .add_to_cart.loading:before,
.woocommerce-page form table.wishlist_table tr td.product-add-to-cart .add_to_cart.loading:before {
  border-radius: 16px;
  background-color: #d263ee;
}
.woocommerce form table.wishlist_table tr td.product-add-to-cart .add_to_cart.loading:after,
.woocommerce-page form table.wishlist_table tr td.product-add-to-cart .add_to_cart.loading:after {
  content: '';
}
.woocommerce form table.wishlist_table tr td.product-add-to-cart a.button,
.woocommerce-page form table.wishlist_table tr td.product-add-to-cart a.button {
  background: #999;
  border: 0;
  text-transform: capitalize;
  text-shadow: none;
  color: #fff;
  position: static;
  padding: 12px 20px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -o-border-radius: 40px;
  -ms-border-radius: 40px;
  border-radius: 40px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  margin: 13px 0;
}
.woocommerce form table.wishlist_table tr td.product-add-to-cart a.button:hover,
.woocommerce-page form table.wishlist_table tr td.product-add-to-cart a.button:hover {
  background: #d263ee;
}
.woocommerce form table.wishlist_table tr td.product-add-to-cart .remove_from_wishlist.button,
.woocommerce-page form table.wishlist_table tr td.product-add-to-cart .remove_from_wishlist.button {
  display: none !important;
}
.woocommerce form table.wishlist_table tr td.product-add-to-cart .dateadded,
.woocommerce-page form table.wishlist_table tr td.product-add-to-cart .dateadded {
  margin-bottom: 5px;
}
.woocommerce form table.wishlist_table tr td.product-remove a.remove,
.woocommerce-page form table.wishlist_table tr td.product-remove a.remove {
  font-size: 1em;
  margin: 0 auto;
}
.woocommerce form table.wishlist_table tbody tr,
.woocommerce-page form table.wishlist_table tbody tr {
  border-top: 1px solid #fff;
}
.woocommerce form table.wishlist_table tbody tr:hover,
.woocommerce-page form table.wishlist_table tbody tr:hover {
  background: #dedede;
  cursor: pointer;
}
.woocommerce tbody tr td,
.woocommerce thead tr th,
.woocommerce-page tbody tr td,
.woocommerce-page thead tr th {
  font-size: 14px;
}
.woocommerce article header .entry-title,
.woocommerce-page article header .entry-title {
  font-size: 24px;
  color: #d263ee;
}
.woocommerce article .wishlist-title,
.woocommerce-page article .wishlist-title {
  display: none;
}
.woocommerce .return-to-shop .button.wc-backward,
.woocommerce-page .return-to-shop .button.wc-backward {
  background-color: #d263ee;
  color: #fff;
  margin-bottom: 30px;
}
.woocommerce .return-to-shop .button.wc-backward:hover,
.woocommerce-page .return-to-shop .button.wc-backward:hover {
  background-color: ;
}
.woocommerce a.remove {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.woocommerce #respond input#submit,
.woocommerce input.button {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  background-color: #464646;
  color: #fff;
  font-weight: normal;
  border: 0;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.woocommerce #respond input#submit:hover,
.woocommerce input.button:hover {
  background-color: #d263ee;
  color: #fff;
}
.woocommerce td.product-name dl.variation dd,
.woocommerce td.product-name dl.variation dt {
  margin-bottom: 0.25em;
}
.woocommerce div.product p.cart {
  float: left;
}
div.star,
div.stars {
  background: url("../assets/img/star.png") repeat-x scroll 0 0 rgba(0,0,0,0);
  height: 13px;
  margin: 0;
  overflow: hidden;
  position: relative;
  width: 65px;
  display: inline-block;
  vertical-align: top;
}
div.star span,
div.stars span {
  background: url("../assets/img/star-active.png") repeat scroll 0 0 rgba(0,0,0,0);
  float: left;
  left: 0;
  overflow: hidden;
  padding-top: 1.5em;
  position: absolute;
  top: 0;
}
div.star .rating-hidden,
div.stars .rating-hidden {
  display: none;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: #d263ee;
  border: 0;
  height: 8px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  background-color: #555;
  height: 8px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  background-color: #fff;
  border: 1px solid #ededed;
  width: 15px;
  height: 15px;
  top: -4px;
}
.woocommerce .widget_price_filter .ui-slider {
  margin-bottom: 20px;
  margin-top: 20px;
}
.woocommerce .widget_price_filter .price_slider_amount .button {
  background-color: #222;
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  text-transform: uppercase;
  border-radius: 0;
  font-weight: 600;
}
.woocommerce .widget_price_filter .price_slider_amount .button:hover {
  background-color: #d263ee;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.price_slider_wrapper .price_slider_amount #min_price,
.price_slider_wrapper .price_slider_amount #max_price {
  display: inline-block !important;
  width: 48%;
  text-indent: 10px;
  height: 32px;
  margin-bottom: 20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.price_slider_wrapper .price_slider_amount #min_price {
  float: left;
  margin-right: 1%;
}
.price_slider_wrapper .price_slider_amount #max_price {
  float: right;
  margin-left: 1%;
}
.price_slider_wrapper .price_label {
  float: right;
}
.woocommerce .widget_price_filter .ui-slider-horizontal {
  height: 4px;
}
.woocommerce button.button.alt.disabled {
  padding: 0 10px;
}
.woocommerce-account #contents .page .entry-title {
  margin-bottom: 30px;
}
.woocommerce-account .entry-summary>.woocommerce {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.woocommerce-account .entry-summary>.woocommerce .woocommerce-MyAccount-content {
  order: 1;
}
.woocommerce-account h2 {
  font-size: 18px;
}
.woocommerce-account h3 {
  font-size: 16px;
}
.woocommerce-account #contents {
  background: #fff;
  margin-bottom: 30px;
  padding-top: 30px;
}
.woocommerce-account #contents header {
  display: block;
}
.woocommerce-account #contents header h2 {
  font-size: 24px;
  margin-bottom: 20px;
}
.woocommerce-account #contents header h3 {
  font-size: 20px;
}
.woocommerce-account #contents header .edit {
  display: block;
  font-weight: bold;
  color: #d263ee;
  margin-bottom: 10px;
}
.woocommerce-account #contents .entry-content nav.woocommerce-MyAccount-navigation {
  width: 20%;
  padding-right: 30px;
  margin-bottom: 10px;
}
.woocommerce-account #contents .entry-content nav.woocommerce-MyAccount-navigation >ul {
  list-style: none;
  margin: 0;
  border: 1px solid #ccc;
}
.woocommerce-account #contents .entry-content nav.woocommerce-MyAccount-navigation >ul >li >a {
  display: block;
  min-width: 180px;
  padding: 10px 20px;
  border-bottom: 1px solid #ccc;
}
.woocommerce-account #contents .entry-content nav.woocommerce-MyAccount-navigation >ul >li:last-child>a {
  border: 0;
}
.woocommerce-account #contents .entry-content nav.woocommerce-MyAccount-navigation >ul >li.is-active>a {
  color: #d263ee;
}
.woocommerce-account #contents .entry-content .woocommerce-MyAccount-content {
  margin-bottom: 30px;
  width: 80%;
}
.woocommerce-account #contents .entry-content .woocommerce-MyAccount-content table.my_account_orders {
  border: 1px solid #ddd;
  border-radius: 0;
}
.woocommerce-account #contents .entry-content .woocommerce-MyAccount-content table.my_account_orders tr.order {
  border-bottom: 1px solid #ddd;
}
.woocommerce-account #contents .entry-content .woocommerce-MyAccount-content table.my_account_orders tr.order:last-child {
  border: 0;
}
.woocommerce-account #contents .entry-content .woocommerce-MyAccount-content table.my_account_orders tr.order td {
  text-align: start !important;
  padding: 5px 15px;
}
.woocommerce-account #contents .entry-content .woocommerce-MyAccount-content table.my_account_orders tr.order td.order-number,
.woocommerce-account #contents .entry-content .woocommerce-MyAccount-content table.my_account_orders tr.order td.order-status {
  width: 15%;
}
.woocommerce-account #contents .entry-content .woocommerce-MyAccount-content table.my_account_orders tr.order td.order-date {
  width: 20%;
}
.woocommerce-account #contents .entry-content .woocommerce-MyAccount-content table.my_account_orders tr.order td.order-total {
  width: 40%;
}
.woocommerce-wishlist #contents .page .entry-title {
  margin-bottom: 40px;
}
.woocommerce-wishlist .wishlist-title h2 {
  font-size: 24px;
  padding: 0;
  margin-bottom: 20px;
}
.woocommerce-wishlist .woocommerce table.shop_table {
  margin-bottom: 40px;
}
.woocommerce-checkout h3 {
  font-size: 18px;
}
.woocommerce-noreviews {
  padding: 0 15px;
}
.fb_iframe_widget iframe {
  max-width: initial;
  z-index: 1;
}
.woocommerce-cart #contents .page h2,
.woocommerce-wishlist #contents .page h2,
.woocommerce-account #contents .page h2,
.woocommerce-checkout #contents .page h2 {
  margin-bottom: 25px;
  text-transform: uppercase;
  padding-bottom: 10px;
  font-size: 24px;
  color: #222;
}
.woocommerce-cart #contents .page h2 {
  border-bottom: 1px solid #eee;
}
.woocommerce-checkout .customer_details tr {
  clear: both;
}
.woocommerce-checkout .customer_details tr td:before {
  display: none;
}
.woocommerce-checkout .customer_details tr th {
  border-top: 0 !important;
  display: block !important;
}
#tab-description ul {
  margin-right: 20px !important;
  margin-left: 20px !important;
}
.rtl .close-login {
  right: auto;
  left: 10px;
}
.rtl th {
  text-align: right;
}
.rtl .woocommerce table.shop_table {
  text-align: right;
}
.rtl .block-popup-login .email-input:before,
.rtl .block-popup-login .pass-input:before {
  left: auto;
  right: 0px;
}
.rtl .block-popup-login .tt_popup_login strong {
  padding-left: 10px;
  padding-right: 70px;
  float: right;
}
.rtl .block-popup-login .tt_popup_login strong:before {
  right: auto;
  left: -20px;
  border-right: 0px;
  border-left: 20px solid transparent;
}
.rtl .block-popup-login .block-content .col-reg {
  float: right;
  text-align: right;
}
.rtl .block-popup-login .block-content .col-reg.registered-account {
  padding-right: 0px;
  padding-left: 30px;
  border-right: 0;
  border-left: 1px solid #d0d0d0;
}
.rtl .block-popup-login .block-content .col-reg.login-customer {
  padding-left: 0px;
  padding-right: 30px;
  color: #464646;
}
.rtl .block-popup-login .block-content .col-reg.login-customer ul.list-log li {
  border-right: 0 !important;
  float: right !important;
  padding: 2px 14px 2px 0px;
}
.rtl .block-popup-login .block-content .col-reg.login-customer ul.list-log li:before {
  left: auto;
  right: 0px;
}
.rtl .block-popup-login .input-text {
  padding: 0 52px 0px 5px;
}
.rtl.woocommerce #content table.cart td.actions,
.rtl.woocommerce table.cart td.actions,
.rtl.woocommerce-page #content table.cart td.actions,
.rtl.woocommerce-page table.cart td.actions {
  text-align: right;
}
.rtl.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
  float: left;
}
.rtl.woocommerce-checkout #payment ul.payment_methods li input {
  margin: 0 0 0 1em;
}
.rtl.woocommerce-checkout #payment ul.payment_methods li {
  text-align: right;
}
.rtl.woocommerce div.product form.cart .variations td.label {
  padding-left: 1em;
  padding-right: 0;
}
.rtl.woocommerce-cart table.cart td,
.rtl.woocommerce-cart table.cart th {
  text-align: right;
}
.rtl.woocommerce form table.shop_table tr td.actions .coupon,
.rtl.woocommerce-page form table.shop_table tr td.actions .coupon {
  float: right;
}
.rtl.woocommerce form .form-row label,
.rtl.woocommerce-page form .form-row label {
  text-align: right;
}
.rtl .login .form-row .button,
.rtl .register .form-row .button {
  float: right;
}
.rtl .login .lost_password {
  text-align: right;
}
.rtl.woocommerce #reviews #comments ol.commentlist li img.avatar {
  left: auto;
  right: 0;
}
.rtl.woocommerce #reviews #comments ol.commentlist li .comment-text {
  margin: 0 50px 0 0;
}
.rtl.woocommerce .star-rating {
  float: left;
}
.rtl.woocommerce p.stars a {
  margin-right: 0;
  margin-left: 1em;
}
.rtl.woocommerce .woocommerce-error .button,
.rtl.woocommerce .woocommerce-info .button,
.rtl.woocommerce .woocommerce-message .button {
  float: left;
}
.rtl.woocommerce .checkout .col2-set .col-1,
.rtl.woocommerce .checkout .col2-set .col-2,
.rtl.woocommerce-page .checkout .col2-set .col-1,
.rtl.woocommerce-page .checkout .col2-set .col-2 {
  float: right;
}
.rtl.woocommerce .checkout .col2-set .col-1 .woocommerce-billing-fields,
.rtl.woocommerce-page .checkout .col2-set .col-1 .woocommerce-billing-fields {
  padding-right: 0;
  padding-left: 15px;
}
.rtl.woocommerce .checkout .col2-set .col-2 .woocommerce-shipping-fields,
.rtl.woocommerce-page .checkout .col2-set .col-2 .woocommerce-shipping-fields {
  padding-left: 0;
  padding-right: 15px;
}
.rtl.woocommerce form table.shop_table tr td,
.rtl.woocommerce-page form table.shop_table tr td,
.rtl .woocommerce table.shop_table th,
.rtl.woocommerce-checkout #payment ul.payment_methods li,
.rtl .woocommerce form.checkout_coupon,
.rtl .woocommerce form.login,
.rtl .woocommerce form.register {
  text-align: right;
}
.rtl.woocommerce .entry-content form.login .form-row-first,
.rtl.woocommerce .entry-content form.login .form-row-last,
.rtl.woocommerce-page .entry-content form.login .form-row-first,
.rtl.woocommerce-page .entry-content form.login .form-row-last {
  float: right;
}
.rtl.woocommerce .entry-content form.login .form-row-last,
.rtl.woocommerce-page .entry-content form.login .form-row-last {
  margin-left: 0;
  margin-right: 3%;
}
.rtl.woocommerce table.shop_attributes th {
  text-align: right;
  width: 100px;
}
.rtl.woocommerce .entry-content .checkout_coupon .form-row,
.rtl.woocommerce-page .entry-content .checkout_coupon .form-row {
  float: right;
}
.rtl.woocommerce div.product p.cart {
  float: right;
}
.rtl .social-share-item {
  float: right;
}
.rtl.woocommerce table.my_account_orders tr td.order-actions,
.rtl.woocommerce-page table.my_account_orders tr td.order-actions {
  text-align: right;
}
.rtl.woocommerce-page table.shop_table_responsive tr td,
.rtl.woocommerce table.shop_table_responsive tr td {
  text-align: left !important;
}
.rtl.woocommerce table.shop_table_responsive tr:nth-child(2n) td,
.rtl.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
  text-align: left !important;
}
.rtl.woocommerce table.shop_table_responsive tr td:before,
.rtl.woocommerce-page table.shop_table_responsive tr td:before {
  float: right;
}
.rtl .woocommerce ul#shipping_method li {
  padding: .25em 22px .25em 0;
}
.rtl.woocommerce-checkout .customer_details tr th {
  float: right;
}
.rtl .woocommerce .order_details li {
  float: right;
  border-right: 0;
  border-left: 1px dashed #d3ced2;
  margin-right: 0;
  margin-left: 2em;
  padding-right: 0;
  padding-left: 2em;
}
.rtl .woocommerce td.product-name dl.variation dd {
  float: right;
}
.rtl .woocommerce td.product-name dl.variation dt {
  float: right;
  clear: right;
}
.rtl.woocommerce form table.wishlist_table tr td.product-price del,
.rtl.woocommerce-page form table.wishlist_table tr td.product-price del {
  margin-left: 10px;
  margin-right: 0;
}
.rtl .woocommerce-checkout #payment div.payment_box:before {
  left: auto;
  right: 0;
  margin: -1em 2em 0px 2em;
}
.rtl.woocommerce-account .addresses .title h3 {
  float: right;
}
.rtl.woocommerce-account .addresses .title .edit,
.rtl.woocommerce-account ul.digital-downloads li .count {
  float: left;
}
.rtl.woocommerce #reviews #review_form_wrapper .comment-form .comment-form-author,
.rtl.woocommerce #reviews #review_form_wrapper .comment-form .comment-form-email,
.rtl.woocommerce-page #reviews #review_form_wrapper .comment-form .comment-form-author,
.rtl.woocommerce-page #reviews #review_form_wrapper .comment-form .comment-form-email {
  float: right;
}
.rtl.woocommerce #reviews #review_form_wrapper .comment-form .comment-form-author,
.rtl.woocommerce-page #reviews #review_form_wrapper .comment-form .comment-form-author {
  padding-right: 0;
  padding-left: 15px;
}
@media (max-width: 767px) {
  .woocommerce>.cart-collaterals .cart_total .cart_totals,
  .woocommerce-page>.cart-collaterals .cart_total .cart_totals {
    width: 100%;
  }
  .woocommerce-cart .woocommerce>form {
    overflow: auto;
    margin-bottom: 20px;
  }
  .woocommerce form table.shop_table.shop_table_responsive,
  .woocommerce-page form table.shop_table.shop_table_responsive {
    max-width: 100%;
    display: inline-block;
    vertical-align: top;
    margin: 0;
  }
  .woocommerce form table.shop_table.shop_table_responsive thead,
  .woocommerce-page form table.shop_table.shop_table_responsive thead {
    display: none;
  }
  .woocommerce form table.shop_table.shop_table_responsive tbody,
  .woocommerce-page form table.shop_table.shop_table_responsive tbody {
    display: block;
  }
  .woocommerce form table.shop_table.shop_table_responsive tbody tr,
  .woocommerce-page form table.shop_table.shop_table_responsive tbody tr {
    display: block;
  }
  .woocommerce form table.shop_table.shop_table_responsive tbody tr td,
  .woocommerce-page form table.shop_table.shop_table_responsive tbody tr td {
    display: block;
  }
  .woocommerce form table.shop_table.shop_table_responsive tbody tr td:before,
  .woocommerce-page form table.shop_table.shop_table_responsive tbody tr td:before {
    display: block;
    margin-right: 15px;
    min-width: 80px;
  }
  .woocommerce form table.shop_table.shop_table_responsive tbody tr td.product-remove:before,
  .woocommerce form table.shop_table.shop_table_responsive tbody tr td.product-thumbnail:before,
  .woocommerce form table.shop_table.shop_table_responsive tbody tr td.actions:before,
  .woocommerce-page form table.shop_table.shop_table_responsive tbody tr td.product-remove:before,
  .woocommerce-page form table.shop_table.shop_table_responsive tbody tr td.product-thumbnail:before,
  .woocommerce-page form table.shop_table.shop_table_responsive tbody tr td.actions:before {
    display: none;
  }
  .woocommerce-cart .woocommerce table.shop_table {
    max-width: inherit;
  }
  .woocommerce .checkout .col2-set .col-1,
  .woocommerce .checkout .col2-set .col-2,
  .woocommerce-page .checkout .col2-set .col-1,
  .woocommerce-page .checkout .col2-set .col-2 {
    width: 100%;
  }
  .woocommerce .checkout .col2-set .col-1 .woocommerce-billing-fields,
  .woocommerce-page .checkout .col2-set .col-1 .woocommerce-billing-fields,
  .woocommerce .checkout .col2-set .col-2 .woocommerce-shipping-fields,
  .woocommerce-page .checkout .col2-set .col-2 .woocommerce-shipping-fields {
    padding: 0;
  }
  .woocommerce-wishlist.woocommerce form table.shop_table,
  .woocommerce-wishlist.woocommerce-page form table.shop_table {
    width: 100%;
    display: block;
    overflow: auto;
  }
  .rtl.woocommerce .checkout .col2-set .col-1 .woocommerce-billing-fields,
  .rtl.woocommerce-page .checkout .col2-set .col-1 .woocommerce-billing-fields,
  .rtl.woocommerce .checkout .col2-set .col-2 .woocommerce-shipping-fields,
  .rtl.woocommerce-page .checkout .col2-set .col-2 .woocommerce-shipping-fields {
    padding: 0;
  }
  .block-popup-login .block-content .col-reg {
    width: 100%;
  }
  .block-popup-login .block-content .col-reg.registered-account {
    padding-right: 0;
    border-right: 0;
    margin-bottom: 15px;
  }
  .block-popup-login .block-content .col-reg.login-customer {
    padding-left: 0;
  }
  .block-popup-login {
    width: 300px;
    margin-top: 100px;
  }
  .block-popup-login .tt_popup_login strong {
    font-size: 14px;
  }
  .woocommerce>.cart-collaterals .cart_total .cart_totals table tbody,
  .woocommerce-page>.cart-collaterals .cart_total .cart_totals table tbody {
    display: block;
    width: 100%;
  }
  .woocommerce #reviews #review_form_wrapper .comment-form .comment-form-author,
  .woocommerce #reviews #review_form_wrapper .comment-form .comment-form-email,
  .woocommerce-page #reviews #review_form_wrapper .comment-form .comment-form-author,
  .woocommerce-page #reviews #review_form_wrapper .comment-form .comment-form-email {
    width: 100%;
  }
  .woocommerce #reviews #review_form_wrapper .comment-form .comment-form-author,
  .woocommerce-page #reviews #review_form_wrapper .comment-form .comment-form-author {
    padding-right: 0;
  }
  .rtl .block-popup-login .block-content .col-reg.registered-account {
    padding-left: 0;
    border-left: 0;
  }
  .rtl .woocommerce form table.shop_table.shop_table_responsive tbody tr td:before,
  .rtl.woocommerce-page form table.shop_table.shop_table_responsive tbody tr td:before {
    float: right;
    margin-right: 0;
    margin-left: 15px;
  }
  .rtl.woocommerce #reviews #review_form_wrapper .comment-form .comment-form-author,
  .rtl.woocommerce-page #reviews #review_form_wrapper .comment-form .comment-form-author {
    padding: 0;
  }
}
@media (max-width: 640px) {
  .woocommerce .entry-content .checkout_coupon .form-row,
  .woocommerce-page .entry-content .checkout_coupon .form-row {
    width: 100%;
  }
  .woocommerce .entry-content .checkout_coupon .form-row.form-row-last,
  .woocommerce-page .entry-content .checkout_coupon .form-row.form-row-last {
    text-align: left;
  }
  .rtl.woocommerce .entry-content .checkout_coupon .form-row.form-row-last,
  .rtl.woocommerce-page .entry-content .checkout_coupon .form-row.form-row-last {
    text-align: right;
  }
}
@media (max-width: 480px) {
  .entry-content-asset>iframe {
    height: 220px;
  }
  .woocommerce>.cart-collaterals .cart_totals,
  .woocommerce-page>.cart-collaterals .cart_totals {
    width: 100%;
  }
  .woocommerce form table.shop_table.shop_table_responsive tr td.actions .coupon input.input-text,
  .woocommerce-page form table.shop_table.shop_table_responsive tr td.actions .coupon input.input-text {
    width: 134px;
  }
}
@media (max-width: 360px) {
  .woocommerce .woocommerce-checkout #payment ul.payment_methods li img,
  .woocommerce-page .woocommerce-checkout #payment ul.payment_methods li img {
    display: none;
  }
  .woocommerce-checkout #payment .payment_method_paypal .about_paypal {
    line-height: 25px;
    padding: 0 20px;
  }
  .woocommerce form table.shop_table.shop_table_responsive tr td.actions .coupon,
  .woocommerce-page form table.shop_table.shop_table_responsive tr td.actions .coupon {
    margin-bottom: 10px;
  }
  .woocommerce form table.shop_table.shop_table_responsive tr td.actions >input.button,
  .woocommerce-page form table.shop_table.shop_table_responsive tr td.actions >input.button {
    margin: 0 !important;
  }
}
.woocommerce-page.wishlist form table.shop_table tr td.product-thumbnail {
  position: relative;
  margin-top: -1px;
}
.woocommerce div.product form.cart .group_table td {
  padding: 0;
  height: 60px;
  vertical-align: middle;
}
.woocommerce div.product form.cart .group_table td:first-child {
  width: auto;
}
.woocommerce div.product form.cart .group_table td .quantity {
  width: 100px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  flex: 1;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
  width: 100%;
  display: block;
}
label.screen-reader-text {
  display: none;
}
.sidebar .widget.widget_layered_nav .widget-inner ul {
  padding: 20px 15px 15px 15px;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #ebebeb;
}
.sidebar .widget.widget_layered_nav .widget-inner ul >li {
  display: inline-block;
  vertical-align: top;
  border: 1px #ccc solid;
  margin: 0 5px 5px 0;
  padding: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.rtl .sidebar .widget.widget_layered_nav .widget-inner ul >li {
  margin: 0 0 5px 5px;
}
.sidebar .widget.widget_layered_nav .widget-inner ul >li a {
  min-width: 30px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  padding: 0;
}
.sidebar .widget.widget_layered_nav .widget-inner ul >li:hover {
  border-color: #d263ee;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.sidebar .widget.widget_layered_nav .widget-inner ul >li:hover a {
  background: #d263ee;
  color: #fff;
}
.sidebar .widget.widget_layered_nav .widget-inner ul >li span.count {
  display: none;
}
.sidebar .widget.widget_layered_nav .widget-inner ul.custom-filter-layered li a .variation-color {
  display: block;
  height: 30px;
  font-size: 0;
}
.hidden-title-form button i,
.wishlist-title a.show-title-form i,
.wishlist_manage_table tfoot a.create-new-wishlist i,
.wishlist_manage_table tfoot button.submit-wishlist-changes i,
.wishlist_table .add_to_cart.button i,
.wishlist_table .ask-an-estimate-button i,
.yith-wcwl-add-button>a i,
.yith-wcwl-wishlist-new button i,
.yith-wcwl-wishlist-search-form button.wishlist-search-button i {
  margin: 0;
}
.clearfix {
  overflow: inherit;
}
.wc-vendor-page.vendor_dashboard .vendor-dashboard-wrapper center p {
  background: #111;
  margin: 0;
  border: 0;
}
.wc-vendor-page.vendor_dashboard .vendor-dashboard-wrapper center p > a {
  display: inline-block;
  padding: 15px 25px;
  color: #fff;
  position: relative;
}
.wc-vendor-page.vendor_dashboard .vendor-dashboard-wrapper center p > a:hover {
  color: #d263ee;
}
.wc-vendor-page.vendor_dashboard .vendor-dashboard-wrapper center p > a:after {
  content: '';
  background: #fff;
  display: inline-block;
  top: 18px;
  height: 10px;
  width: 1px;
  position: absolute;
  right: 0;
}
.wc-vendor-page.vendor_dashboard .vendor-dashboard-wrapper center p > a:last-child:after {
  display: none;
}
.wc-vendor-page.vendor_dashboard .vendor-dashboard-wrapper hr {
  border-color: transparent;
}
.wc-vendor-page table {
  border: 1px solid #ddd;
}
.wc-vendor-page table thead>tr>th {
  border-width: 1px;
  font-weight: bold;
  text-transform: uppercase;
  color: #222;
}
.wc-vendor-page table th,
.wc-vendor-page table td {
  padding: 10px;
}
.wc-vendor-page .form-row {
  overflow: hidden;
}
.wc-vendor-page .form-row input[type="checkbox"] {
  float: left;
}
.wc-vendor-page .form-row label {
  overflow: hidden;
  margin-top: 2px;
  padding-left: 5px;
}
.wc-vendor-page .entry-content h2 {
  color: #222;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 700;
}
.wc-vendor-page .pv_shop_description {
  margin-top: 20px;
  border-bottom: 1px solid #eee;
  padding-bottom: 25px;
}
.wc-vendor-page .pv_shop_description p {
  margin: 0;
  line-height: 20px;
}
.wc-vendor-page.shop_settings .entry-content {
  margin-bottom: 40px;
}
.wc-vendor-page.shop_settings .entry-content .pv_paypal_container b,
.wc-vendor-page.shop_settings .entry-content .pv_shop_name_container b {
  color: #222;
}
.wc-vendor-page.shop_settings .entry-content .pv_paypal_container input,
.wc-vendor-page.shop_settings .entry-content .pv_shop_name_container input {
  margin-top: 10px;
  border-radius: 0;
  padding: 7px 10px;
}
.wc-vendor-page.shop_settings .entry-content #pv_seller_info_container,
.wc-vendor-page.shop_settings .entry-content #pv_shop_description_container {
  margin-bottom: 30px;
}
.wc-vendor-page.shop_settings .entry-content #pv_seller_info_container > p,
.wc-vendor-page.shop_settings .entry-content #pv_shop_description_container > p {
  margin-bottom: 25px;
}
.wc-vendor-page.shop_settings .entry-content #pv_seller_info_container > p b,
.wc-vendor-page.shop_settings .entry-content #pv_shop_description_container > p b {
  color: #222;
}
.wc-vendor-page.shop_settings .entry-content #pv_seller_info_container div.mce-panel,
.wc-vendor-page.shop_settings .entry-content #pv_shop_description_container div.mce-panel {
  border: 1px solid #eee;
}
.wc-vendor-page .wc-soldby-start {
  padding: 0;
  margin-bottom: 30px;
  text-align: start;
}
.wc-vendor-page .wc-soldby-start small {
  margin-top: 10px;
  font-size: 12px;
  display: block;
  font-weight: bold;
}
.wc-vendor-page .wc-soldby-start small span {
  font-weight: normal;
}
.wc-vendor-page .wc-soldby-start small a {
  font-weight: 600;
  color: #d263ee;
}
.wc-vendor-page .wc-soldby-start small a:hover {
  color: #222;
}
.wc-vendor-page .wc-soldby-start br {
  display: none;
}
.wc-vendor-page .wcv_vendorslist {
  margin: 0 -15px;
  overflow: hidden;
}
.wc-vendor-page .wcv_vendorslist > div {
  padding: 0 15px;
  margin: 0 0 30px !important;
  float: left;
  width: 25%;
}
.wc-vendor-page .wcv_vendorslist > div .pull-left {
  float: none;
}
.wc-vendor-page .wcv_vendorslist > div a.button {
  text-transform: uppercase;
}
.wc-vendor-page.wc-vendor-listing .sidebar {
  margin-top: 40px;
}
.wc-vendor-page.wc-vendor-listing .revo_breadcrumbs {
  margin-top: 40px;
}
.wc-vendor-page.wc-vendor-listing .revo_breadcrumbs .breadcrumb {
  background: #fff;
  padding: 10px;
  border-top: 2px solid #d263ee;
  border-radius: 3px;
}
.wc-vendor-page .item .item-wrap .item-detail .item-content {
  padding-top: 10px;
}
.wc-vendor-page .meta-location {
  bottom: 40px;
}
@media (max-width: 767px) {
  .wc-vendor-page .wcv_vendorslist > div {
    width: 50%;
  }
  .wc-vendor-page .vendor-dashboard-wrapper {
    overflow-x: auto;
  }
  .wc-vendor-page table {
    width: 700px;
  }
}
@media (max-width: 480px) {
  .wc-vendor-page .wcv_vendorslist > div {
    width: 100%;
  }
  .wc-vendor-page.vendor_dashboard .vendor-dashboard-wrapper center p > a {
    display: block;
    border-bottom: 1px solid #fff;
  }
  .wc-vendor-page.vendor_dashboard .vendor-dashboard-wrapper center p > a:after {
    display: none;
  }
}
select.dokan-form-control {
  max-width: 200px;
}
table.dokan-table {
  border: 1px solid #ddd;
}
.dokan-dashboard .dokan-dashboard-wrap {
  max-width: 1170px;
  margin: 30px auto;
}
.dokan-store .header {
  margin-bottom: 40px;
}
.dokan-store #sidebar {
  width: 25%;
  margin-right: 3%;
  margin-bottom: 20px;
}
.rtl .dokan-store #sidebar {
  margin-right: 0;
  margin-left: 3%;
}
.dokan-store #sidebar > ul {
  background: #fff;
  margin: 0;
  list-style: none;
}
.dokan-store #sidebar > ul > li {
  padding: 0 0 30px;
  border-top: 2px solid #d263ee;
}
.dokan-store #sidebar > ul > li .searchform {
  padding: 20px 15px;
}
.dokan-store #sidebar > ul > li .searchform input {
  padding: 7px 10px;
}
.dokan-store #sidebar > ul > li h2 {
  font-size: 16px;
  text-transform: uppercase;
  padding: 10px 15px;
  border-bottom: 1px solid #eee;
}
.dokan-store #sidebar > ul > li ul {
  list-style: none;
  margin: 0;
}
.dokan-store #sidebar > ul > li ul > li {
  padding: 7px 15px;
}
.dokan-store .dokan-store-wrap.layout-left .dokan-store-sidebar {
  margin-right: 3%;
  margin-bottom: 20px;
}
.rtl .dokan-store .dokan-store-wrap.layout-left .dokan-store-sidebar {
  margin-right: 0;
  margin-left: 3%;
}
.dokan-store .dokan-store-sidebar {
  position: relative;
  z-index: 1;
}
.dokan-store .dokan-store-sidebar .widget {
  margin-bottom: 30px;
}
.dokan-store .dokan-store-sidebar h3.widget-title {
  font-size: 16px;
  text-transform: uppercase;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-weight: 600;
  color: #222;
}
.dokan-store .products-loop > li {
  margin-bottom: 30px;
}
.dokan-store .dokan-widget-area .widget {
  list-style: none;
  background: #fff;
  border-radius: 3px;
  border-top: 2px solid #d263ee;
}
.dokan-store .dokan-widget-area .widget .widget-title,
.dokan-store .dokan-widget-area .widget .widgettitle {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding: 10px 5px;
  border-bottom: 1px solid #eee;
}
.dokan-store .dokan-widget-area .widget > div,
.dokan-store .dokan-widget-area .widget form,
.dokan-store .dokan-widget-area .widget .dokan-bestselling-product-widget {
  padding: 0;
}
.dokan-store .dokan-widget-area .widget > div ul,
.dokan-store .dokan-widget-area .widget form ul,
.dokan-store .dokan-widget-area .widget .dokan-bestselling-product-widget ul {
  margin: 0;
}
.dokan-store .dokan-widget-area .widget #cat-drop-stack ul {
  list-style: none;
}
.dokan-store .dokan-widget-area .widget #cat-drop-stack ul > li > a {
  display: block;
  padding: 10px 0;
}
.dokan-store .dokan-widget-area .widget .dokan-bestselling-product-widget > li {
  margin: 0 0 15px;
  padding: 0;
}
.dokan-store .dokan-widget-area .widget .dokan-bestselling-product-widget > li ins {
  text-decoration: none;
  color: #d263ee;
}
.dokan-store .item .item-wrap {
  border: 1px solid #eee;
}
.dokan-store .item .item-wrap .item-detail .item-img {
  margin-bottom: 10px;
}
.dokan-store .item .item-wrap .item-detail h4 {
  margin-bottom: 15px;
}
.dokan-store .item .item-wrap .item-price {
  margin-bottom: 15px;
}
.woocommerce form .form-row.vendor-customer-registration br {
  display: none;
}
.woocommerce form .form-row.vendor-customer-registration label {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 0;
}
.woocommerce form .form-row.vendor-customer-registration label input {
  margin: 0 5px;
}
.product-edit-new-container .dokan-new-product-featured-img img {
  height: auto;
}
.store-cat-stack-dokan ul > li {
  position: relative;
  z-index: 9999;
}
.store-cat-stack-dokan ul > li.has-children ul.children {
  display: none;
}
.store-cat-stack-dokan ul > li.has-children > a .caret-icon {
  float: right;
}
.store-cat-stack-dokan ul > li .caret-icon .fa {
  font-size: 16px;
}
.dokan-pagination-container .dokan-pagination li {
  display: inline-block;
  margin-bottom: 5px;
}
.dokan-pagination-container .dokan-pagination li > a {
  display: block;
  padding: 5px 10px;
}
.dokan-pagination-container .dokan-pagination li.active > a,
.dokan-pagination-container .dokan-pagination li:hover > a {
  background: #d263ee;
  color: #fff;
}
.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info-head .profile-img.profile-img-circle img {
  float: none;
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
}
#dokan-content {
  margin-bottom: 30px;
}
.dokan-single-store ul {
  list-style: none;
}
.dokan-single-store .item-description {
  display: none;
}
.add_note .modal-dialog {
  positon: static;
}
.modal-dialog {
  position: static;
}
#add-shipping-tracking-form select {
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .dokan-store .content-area {
    max-width: 1170px;
    margin: 0 auto;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .dokan-store .content-area {
    max-width: 960px;
    margin: 0 auto;
  }
}
@media (max-width: 991px) {
  .dokan-store .content-area {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery {
    display: flex;
    display: -webkit-flex;
  }
  .dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info-head {
    max-width: 100px;
  }
  .dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info-head .profile-img img {
    width: 100%;
    height: auto;
  }
  .dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info {
    padding: 0;
  }
  .dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info h1.store-name {
    font-size: 18px;
  }
  .dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li {
    margin: 0;
  }
  .dokan-pagination-container .dokan-pagination {
    margin: 0 0 30px;
  }
}
header.woocommerce-products-header {
  margin-top: 30px;
  position: relative;
  z-index: 1;
}
.products-wrapper .column-class {
  margin: 0 0 40px;
}
.products-wrapper .mvx-main-section .products-loop.row {
  display: block;
}
.products-wrapper .mvx-main-section .products-loop.row > li {
  max-width: none;
}
.products-wrapper .mvx-main-section .products-loop.row > li .item-wrap {
  padding: 15px;
}
.products-wrapper .mvx-main-section .products-loop.grid:before {
  display: none;
}
.products-wrapper .mvx-main-section .item .item-wrap .item-detail {
  background: #fff;
}
.products-wrapper .mvx-main-section .mvx-tab-header {
  padding: 0;
  margin-bottom: 15px;
}
.products-wrapper .mvx-main-section .woocommerce-ordering select {
  background: none;
}
.mvx_bannersec_start .mvx-banner-wrap >img {
  width: 100%;
}
.mvx_bannersec_start .mvx-banner-area p.mvx-address i,
.mvx_bannersec_start.mvx-theme01 p.mvx-address i,
.mvx_bannersec_start.mvx-theme03 p.mvx-address i {
  font-size: 14px;
  padding: 4px;
}
.mvx_bannersec_start .mvx_social_profile a i.mvx-font {
  font-size: 20px;
}
.mvx_bannersec_start.mvx-theme01 .mvx-banner-below {
  padding-bottom: 20px;
}
.mvx_bannersec_start.mvx-theme01 .mvx-address {
  margin-bottom: 7px;
}
.mvx_bannersec_start.mvx-theme02 .mvx_vendor_rating,
.mvx_bannersec_start.mvx-theme02 .mvx-address {
  margin-bottom: 10px;
}
.sw-custom-variation input[type="radio"] {
  display: none;
}
.sw-custom-variation .sw-radio-variation {
  margin: 0 2px;
  position: relative;
  display: inline-block;
}
.sw-custom-variation .sw-radio-variation span {
  display: block;
  height: 100%;
  line-height: 30px;
  min-width: 30px;
  text-align: center;
  min-height: 30px;
  cursor: pointer;
  margin: 0 2px;
  font-size: 12px;
  position: relative;
}
.sw-custom-variation .sw-radio-variation span.variation-color,
.sw-custom-variation .sw-radio-variation span.variation-image {
  text-indent: -9999px;
  margin: 1px;
}
.sw-custom-variation .sw-radio-variation span.variation-image {
  background-size: 100% 100%;
}
.sw-custom-variation .sw-radio-variation span:after {
  content: '';
  position: absolute;
  left: -2px;
  right: -2px;
  top: -2px;
  bottom: -2px;
  display: block;
  border: 1px solid #ddd;
}
.sw-custom-variation .sw-radio-variation.selected span {
  background-color: #d263ee;
  color: #fff;
}
.sw-custom-variation .sw-radio-variation.selected span:after {
  border-color: #d263ee;
}
.sw-custom-variation .sw-radio-variation.disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .7;
  filter: alpha(opacity=70);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.sw-custom-variation .sw-radio-variation.disabled span:before {
  content: '';
  position: absolute;
  width: 1px;
  background: #d263ee;
  height: 44px;
  transform: rotate(45deg);
  top: -7px;
  right: 15px;
  opacity: 1;
}
.sw-custom-variation .sw-radio-variation .variation-tooltip {
  position: absolute;
  bottom: 110%;
  z-index: 9999;
  display: none;
  background: #fff;
  border: 1px solid #ddd;
}
.sw-custom-variation .sw-radio-variation:hover .variation-tooltip {
  display: block;
}
.item-content .sw-custom-variation {
  margin: 15px 0 5px;
}
.item-content .sw-custom-variation .sw-radio-variation {
  margin-bottom: 10px;
}
.item-content .sw-custom-variation .sw-radio-variation span.variation-color {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  min-width: initial;
  min-height: initial;
  width: 18px;
  height: 18px;
}
.item-content .sw-custom-variation .sw-radio-variation span.variation-color:after {
  display: none;
}
.item-content .sw-custom-variation .sw-radio-variation span.variation-image {
  min-width: 40px;
  min-height: 40px;
}
.item-content .sw-custom-variation:last-child {
  margin-bottom: 0;
}
.woocommerce-variation.single_variation > p {
  color: #e20000;
}
.widget_sp_image {
  margin-bottom: 40px;
}
.widget_sp_image:hover img {
  opacity: 0.85;
}
.widget_sp_image img {
  width: 100%;
}
h1.page-title {
  font-weight: 700 !important;
  color: #222;
  text-transform: uppercase;
  font-size: 18px;
  margin: 0;
}
.products-wrapper {
  padding: 35px 0;
}
.products-wrapper .products-nav {
  text-align: center;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-bottom: 30px;
}
.products-wrapper .products-nav .view-top {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #dddddd;
}
.products-wrapper .products-nav .view-mode-wrap .view-mode >a {
  position: relative;
  width: 40px;
  height: 40px;
  float: left;
  border: 0;
  overflow: hidden;
  background-color: #252525;
}
.rtl .products-wrapper .products-nav .view-mode-wrap .view-mode >a {
  float: right;
}
.products-wrapper .products-nav .view-mode-wrap .view-mode >a:before {
  position: absolute;
  font-size: 14px;
  font-family: FontAwesome;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: transparent;
  color: #898989;
  left: 0;
  color: #fff;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.products-wrapper .products-nav .view-mode-wrap .view-mode >a.active:before,
.products-wrapper .products-nav .view-mode-wrap .view-mode >a:hover:before {
  background-color: #d263ee;
}
.products-wrapper .products-nav .view-mode-wrap .view-mode >a.grid-view:before {
  content: "\f009";
}
.products-wrapper .products-nav .view-mode-wrap .view-mode >a.list-view:before {
  content: "\f0c9";
}
.products-wrapper .products-nav .view-mode-wrap .view-mode >a >span {
  font-size: 0;
  display: none;
}
.products-wrapper .products-nav form.woocommerce-ordering {
  display: inline-block;
  float: none;
  margin: 0;
  vertical-align: top;
}
.products-wrapper .products-nav form.woocommerce-ordering select {
  height: 40px;
  line-height: 40px;
  border-color: #eee;
}
.products-wrapper .products-nav .catalog-ordering {
  display: inline-block;
  position: relative;
}
.products-wrapper .products-nav .catalog-ordering ul {
  list-style: none;
}
.products-wrapper .products-nav .catalog-ordering .orderby-order-container .show-product {
  line-height: 38px;
  margin: 0 15px;
  color: #6b6b6b;
}
.products-wrapper .products-nav .catalog-ordering .orderby-order-container .sort-count {
  min-width: 65px;
}
.products-wrapper .products-nav .catalog-ordering .orderby-order-container .order-dropdown {
  margin: 0;
  background-color: #fff;
  list-style-type: none;
  text-align: left;
}
.rtl .products-wrapper .products-nav .catalog-ordering .orderby-order-container .order-dropdown {
  text-align: right;
}
.products-wrapper .products-nav .catalog-ordering .orderby-order-container .order-dropdown >li {
  position: relative;
  z-index: 4;
  cursor: pointer;
}
.products-wrapper .products-nav .catalog-ordering .orderby-order-container .order-dropdown >li .current-li {
  line-height: 38px;
  display: block;
  border: 1px solid #ededed;
}
.products-wrapper .products-nav .catalog-ordering .orderby-order-container .order-dropdown >li .current-li a {
  display: block;
  text-indent: 15px;
  position: relative;
}
.products-wrapper .products-nav .catalog-ordering .orderby-order-container .order-dropdown >li .current-li a:after {
  font-family: fontawesome;
  content: "\f0d7";
  font-size: 14px;
  width: 35px;
  line-height: 38px;
  text-align: center;
  position: absolute;
  right: 0px;
  top: 0px;
  text-indent: initial;
}
.rtl .products-wrapper .products-nav .catalog-ordering .orderby-order-container .order-dropdown >li .current-li a:after {
  right: auto;
  left: 0;
}
.products-wrapper .products-nav .catalog-ordering .orderby-order-container .order-dropdown >li >ul {
  position: absolute;
  background-color: #fff;
  margin-left: 0;
  left: 0;
  top: 100%;
  border-left: 1px solid #ededed;
  border-right: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  width: 100%;
  list-style-type: none;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -ms-transform-origin: left top;
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.products-wrapper .products-nav .catalog-ordering .orderby-order-container .order-dropdown >li >ul >li {
  line-height: 25px;
  text-indent: 10px;
}
.products-wrapper .products-nav .catalog-ordering .orderby-order-container .order-dropdown >li >ul >li a {
  display: block;
}
.products-wrapper .products-nav .catalog-ordering .orderby-order-container .order-dropdown >li:hover >ul {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.products-wrapper .woocommerce-pagination {
  float: right;
}
.products-wrapper .woocommerce-pagination .page-numbers {
  margin: 0;
  vertical-align: top;
  background-color: #fff;
  border: 0;
}
.products-wrapper .woocommerce-pagination .page-numbers >li {
  float: left;
  border: 0;
}
.rtl .products-wrapper .woocommerce-pagination .page-numbers >li {
  float: right;
}
.products-wrapper .woocommerce-pagination .page-numbers >li .page-numbers {
  width: 20px;
  height: 40px;
  line-height: 40px;
  display: block;
  padding: 0;
  color: #6b6b6b;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  transition: all .5s;
}
.products-wrapper .woocommerce-pagination .page-numbers >li .page-numbers.current,
.products-wrapper .woocommerce-pagination .page-numbers >li .page-numbers:hover {
  background-color: #fff;
  color: #d263ee;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  transition: all .5s;
}
.products-wrapper .woocommerce-pagination .page-numbers >li .page-numbers.prev,
.products-wrapper .woocommerce-pagination .page-numbers >li .page-numbers.next {
  font-size: 0;
}
.products-wrapper .woocommerce-pagination .page-numbers >li .page-numbers.prev:before,
.products-wrapper .woocommerce-pagination .page-numbers >li .page-numbers.next:before {
  font-family: fontawesome;
  font-size: 14px;
}
.products-wrapper .woocommerce-pagination .page-numbers >li .page-numbers.prev:before {
  content: "\f0d9";
}
.rtl .products-wrapper .woocommerce-pagination .page-numbers >li .page-numbers.prev:before {
  content: "\f0da";
}
.products-wrapper .woocommerce-pagination .page-numbers >li .page-numbers.next:before {
  content: "\f0da";
}
.rtl .products-wrapper .woocommerce-pagination .page-numbers >li .page-numbers.next:before {
  content: "\f0d9";
}
.products-wrapper .products-loop {
  list-style-type: none;
}
.products-wrapper .products-loop >li {
  margin-bottom: 30px;
}
.products-wrapper .products-loop >li .item-wrap {
  border: 1px solid #ededed;
}
.products-wrapper .products-loop >li.product-category a img {
  margin-bottom: 10px;
}
.products-wrapper .products-loop >li.product-category h2.woocommerce-loop-category__title {
  font-size: 14px;
  color: #666;
  margin-bottom: 0;
  text-align: center;
  font-weight: 500;
}
.products-wrapper .products-loop >li.product-category h2.woocommerce-loop-category__title mark {
  background: none;
  color: #666;
}
.products-wrapper .products-loop >li.product-category:hover h2.woocommerce-loop-category__title {
  color: #d263ee;
}
.products-wrapper .products-loop >li.product-category:hover h2.woocommerce-loop-category__title mark {
  color: #d263ee;
}
.products-wrapper .products-loop.grid >li .item-wrap .item-detail .item-content {
  padding: 15px 0;
}
.products-wrapper .products-loop.grid >li .item-wrap .item-detail .item-content h4 a {
  color: #222;
  font-size: 14px;
  font-weight: 600;
}
.products-wrapper .products-loop.grid >li .item-wrap .item-detail .item-content .item-price del .amount {
  font-size: 14px;
  color: #7d7d7d;
}
.products-wrapper .products-loop.grid >li .item-wrap .item-detail .item-content .item-description {
  display: none;
}
.products-wrapper .products-loop.grid >li.product-type-variable .item-price del {
  float: none;
}
.products-wrapper .products-loop.grid >li.product-type-variable .item-price ins {
  float: none;
}
.products-wrapper .products-loop.list .item {
  width: 100%;
}
.products-wrapper .products-loop.list .item .item-wrap {
  text-align: left;
  border: 0;
}
.rtl .products-wrapper .products-loop.list .item .item-wrap {
  text-align: right;
}
.products-wrapper .products-loop.list .item .item-wrap .item-detail:before {
  display: none;
}
.products-wrapper .products-loop.list .item .item-wrap .item-detail .products-thumb {
  width: 270px;
  max-width: 100%;
  float: left;
  margin-bottom: 0;
  overflow: hidden;
  border: 1px solid #ededed;
  margin-right: 30px;
}
.rtl .products-wrapper .products-loop.list .item .item-wrap .item-detail .products-thumb {
  float: right;
  margin-left: 30px;
  margin-right: 0;
}
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content {
  overflow: hidden;
  width: auto;
  display: block;
  padding: 0;
}
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content h4 {
  float: none;
}
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content h4 a {
  color: #222;
  font-size: 18px;
  font-weight: 700;
}
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .reviews-content {
  display: block;
  vertical-align: top;
  float: none;
  margin-bottom: 15px;
}
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-price {
  clear: both;
  display: flex;
  width: 100%;
  vertical-align: top;
  margin-bottom: 20px;
  overflow: hidden;
}
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-price ins {
  float: left;
}
.rtl .products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-price ins {
  float: right;
}
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-price del {
  float: right;
}
.rtl .products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-price del {
  float: left;
}
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-description {
  clear: both;
  margin-bottom: 25px;
}
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom {
  position: static;
  margin-top: 0;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  filter: alpha(opacity=100);
}
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .add_to_cart_button,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_external,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_grouped {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  background-color: #d263ee;
  color: #fff;
  padding: 0 10px;
  font-size: 13px;
  float: none;
}
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .add_to_cart_button:before,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_external:before,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_grouped:before {
  color: #fff;
}
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .add_to_cart_button:hover,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_external:hover,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_grouped:hover {
  background-color: #d263ee;
}
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .add_to_cart_button.loading,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_external.loading,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_grouped.loading {
  background-color: #d263ee;
}
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .add_to_cart_button.loading:after,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_external.loading:after,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_grouped.loading:after {
  display: none;
}
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .add_to_cart_button.added:after,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_external.added:after,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_grouped.added:after {
  display: inline-block;
  margin-left: 0;
  margin-right: 5px;
}
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .compare-button {
  float: none;
  display: inline-block;
  vertical-align: top;
}
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .clear {
  display: none;
}
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom a.compare {
  background-color: #fff;
  color: #fff;
  float: none;
  font-size: 0;
  padding: 0;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  filter: alpha(opacity=100);
}
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom a.compare:hover {
  background-color: #d263ee;
}
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover:before,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover:before,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover:before,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom a.compare:hover:before {
  color: #fff;
}
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom a.compare:before {
  color: #d263ee;
}
.products-wrapper .products-loop.list .item .item-wrap:hover .item-content h4 a {
  color: #313131;
  opacity: 1;
}
.products-wrapper .products-loop.list .item .item-wrap:hover .item-content h4 a:hover {
  color: #d263ee;
}
.products-wrapper .products-loop.list .item .item-wrap:hover .item-content .item-price {
  opacity: 1;
}
.products-wrapper .products-loop.list .item .item-wrap:hover .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.products-wrapper .products-loop.list .item .item-wrap:hover .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.products-wrapper .products-loop.list .item .item-wrap:hover .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
.products-wrapper .products-loop.list .item .item-wrap:hover .item-content .item-bottom a.compare {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.products-loop .product-category a {
  text-align: center;
  display: block;
  background-color: #fff;
}
.products-loop .product-category a img {
  margin: 0 auto;
}
.products-loop .product-category a h3 {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 0;
  padding: 12px 0;
  background-color: #eeeeee;
  color: #464646;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.products-loop .product-category a h3 .count {
  display: none;
}
.products-loop .product-category a:hover h3 {
  background-color: #d263ee;
  color: #fff;
}
.widget_price_filter {
  border: 1px solid #ededed;
  padding: 0 0px 20px;
}
.widget_price_filter .price_slider_wrapper {
  padding: 0 15px;
}
.widget_price_filter .block-title-widget {
  background-color: #f2f2f2;
}
.widget_price_filter .block-title-widget h2 {
  position: relative;
  padding: 15px;
  color: #222;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700 !important;
  margin-bottom: 0;
}
.widget_price_filter .block-title-widget h2:before {
  content: '\f219';
  font-family: FontAwesome;
  font-size: 18px;
  display: inline-block;
  margin-right: 10px;
  color: #d263ee;
}
.rtl .widget_price_filter .block-title-widget h2:before {
  margin-left: 10px;
  margin-right: 0;
}
.woocommerce .product-countdown {
  padding: 10px 0;
  text-align: center;
}
.woocommerce .product-countdown .countdown-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.woocommerce .product-countdown .countdown-row .countdown-section {
  padding: 0 3px;
}
.woocommerce .product-countdown .countdown-row .countdown-section .countdown-amount {
  width: 40px;
  height: 40px;
  background: #e9e9e9;
  border-radius: 3px;
  line-height: 40px;
  text-align: center;
  display: block;
  font-weight: bold;
  color: #333;
  font-size: 14px;
  margin-bottom: 5px;
}
.woocommerce .product-countdown .countdown-row .countdown-section .countdown-period {
  text-transform: uppercase;
  font-size: 10px;
}
.woocommerce.single-product .product-countdown {
  padding: 10px 0 20px;
}
.woocommerce.single-product .product-countdown .countdown-row {
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}
.pagination-ajax .button-ajax {
  display: block;
  border: 1px #ccc solid;
  padding: 10px 0;
  border-radius: 4px;
  text-align: center;
  margin-top: 20px;
  background: #fff;
  width: 100%;
  height: 40px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  text-transform: capitalize;
}
.pagination-ajax .button-ajax:hover {
  background: #d263ee;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
}
.pagination-ajax .button-ajax:before {
  content: attr(data-title);
}
.pagination-ajax .button-ajax.loading:before {
  content: "";
}
.pagination-ajax .button-ajax.loaded:before {
  content: attr(data-loaded);
}
.active-layout .view-mode-wrap {
  display: none;
}
.active-layout .catalog-ordering,
.active-layout .woocommerce-ordering {
  float: left !important;
}
.rtl .active-layout .catalog-ordering,
.rtl .active-layout .woocommerce-ordering {
  float: right !important;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  font-size: 22px;
  color: #d263ee;
  font-weight: 700;
}
.woocommerce div.product p.price del .amount,
.woocommerce div.product span.price del .amount {
  text-decoration: line-through;
  font-weight: normal;
  font-size: 18px;
  color: #999;
}
.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
  margin: 0 10px;
  color: #d263ee;
  text-decoration: none;
  opacity: 1;
}
.woocommerce div.product form.cart .variations select {
  margin: 0;
}
.rtl.woocommerce div.product form.cart .button {
  float: right;
}
.product_detail .slider_img_productd {
  position: relative;
  z-index: 1;
}
.product_detail .onsale {
  display: inline-block;
  height: 35px;
  width: 35px;
  line-height: 35px;
  color: #fff;
  background-color: #d263ee;
  text-transform: capitalize;
  font-weight: 600;
  position: absolute;
  top: 15px;
  right: 15px;
  height: 15px;
  text-align: center;
  border-radius: 50%;
  z-index: 9;
}
.product_detail .slider_img_productd {
  margin-bottom: 30px;
}
.product_detail .slider_img_productd .slick-initialized .slick-slide {
  height: auto;
}
.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive {
  border: 1px solid #ededed;
  margin-bottom: 10px;
  overflow: hidden;
}
.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive .slick-list .slick-track .item-img-slider .images {
  margin-bottom: 0;
}
.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive .featured-video-button {
  position: absolute;
  bottom: 20px;
  left: 70px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  height: 40px;
  width: 40px;
  font-size: 18px;
  border: 0;
  margin-bottom: 0;
  box-shadow: 0 0 0 2px #ddd;
}
.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive-thumbnail {
  padding: 0;
}
.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive-thumbnail:hover .slick-prev,
.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive-thumbnail:hover .slick-next {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
}
.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive-thumbnail .slick-list {
  margin: 0 -5px;
}
.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive-thumbnail .slick-list .slick-track .item-thumbnail-product .thumbnail-wrapper {
  border: 1px solid #ededed;
  margin: 0 5px;
  cursor: pointer;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive-thumbnail .slick-list .slick-track .item-thumbnail-product:hover .thumbnail-wrapper {
  border-color: #d263ee;
}
.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive-thumbnail .slick-prev,
.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive-thumbnail .slick-next {
  position: absolute;
  font-size: 0;
  padding: 0;
  z-index: 3;
  display: inline-block;
  height: 28px;
  width: 28px;
  line-height: 24px;
  border-radius: 50%;
  border: 2px solid #ededed;
  background-color: #fff;
  color: #ededed;
  margin: auto;
  top: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
  text-align: center;
}
.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive-thumbnail .slick-prev:before,
.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive-thumbnail .slick-next:before {
  font-family: Fontawesome;
  font-size: 14px;
}
.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive-thumbnail .slick-prev:hover,
.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive-thumbnail .slick-next:hover {
  border: 2px solid #d263ee;
  color: #d263ee;
}
.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive-thumbnail .slick-prev {
  left: -14px;
  -webkit-transform: translateX(-30px);
  -moz-transform: translateX(-30px);
  -o-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  transform: translateX(-30px);
}
.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive-thumbnail .slick-prev:before {
  content: "\f0d9";
}
.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive-thumbnail .slick-next {
  right: -14px;
  -webkit-transform: translateX(30px);
  -moz-transform: translateX(30px);
  -o-transform: translateX(30px);
  -ms-transform: translateX(30px);
  transform: translateX(30px);
}
.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive-thumbnail .slick-next:before {
  content: "\f0da";
}
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-left,
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-right {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-left .slick-slider.product-responsive-thumbnail,
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-right .slick-slider.product-responsive-thumbnail {
  width: 15%;
  min-width: 100px;
}
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-left .slick-slider.product-responsive-thumbnail .item-thumbnail-product,
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-right .slick-slider.product-responsive-thumbnail .item-thumbnail-product {
  padding: 7px 0;
}
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-left .slick-slider.product-responsive-thumbnail .slick-next,
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-left .slick-slider.product-responsive-thumbnail .slick-prev,
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-right .slick-slider.product-responsive-thumbnail .slick-next,
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-right .slick-slider.product-responsive-thumbnail .slick-prev {
  top: -7px;
  margin-top: 0;
  margin-left: -10px;
  left: 50%;
  right: auto;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-left .slick-slider.product-responsive-thumbnail .slick-prev,
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-right .slick-slider.product-responsive-thumbnail .slick-prev {
  top: auto;
  bottom: -7px;
}
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-left .product-responsive,
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-right .product-responsive {
  width: 80%;
}
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-left .product-responsive {
  order: 1;
  margin: 0 0 0 15px;
}
.rtl .product_detail .slider_img_productd .product-images .product-images-container.thumbnail-left .product-responsive {
  margin: 0 15px 0 0;
}
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-right .product-responsive {
  margin: 0 15px 0 0;
}
.rtl .product_detail .slider_img_productd .product-images .product-images-container.thumbnail-right .product-responsive {
  margin: 0 0 0 15px;
}
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-top {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-top .product-responsive {
  order: 1;
  width: 100%;
  margin-bottom: 0;
}
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-top .slick-slider.product-responsive-thumbnail {
  width: 100%;
  margin-bottom: 15px;
}
.product_detail .content_product_detail .product_title {
  font-size: 18px;
  color: #222;
  font-weight: 700 !important;
  margin-bottom: 12px;
  text-transform: capitalize;
}
.product_detail .content_product_detail .reviews-content {
  margin-bottom: 5px;
}
.product_detail .content_product_detail .reviews-content .woocommerce-review-link {
  display: none;
}
.product_detail .content_product_detail .price-content {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.product_detail .content_product_detail .item-brand {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 0 0 20px;
}
.product_detail .content_product_detail .item-brand > span {
  color: #222;
  font-weight: bold;
  text-transform: uppercase;
}
.product_detail .content_product_detail .item-brand > a {
  display: block;
  padding: 5px;
}
.product_detail .content_product_detail .item-brand > a img {
  max-width: 80px;
}
.product_detail .content_product_detail .item-meta > span {
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  color: #222;
  margin-bottom: 20px;
}
.product_detail .content_product_detail .item-meta > span > a {
  font-weight: normal;
  text-transform: none;
  color: #666;
}
.product_detail .content_product_detail .item-meta > span > a:hover {
  color: #d263ee;
}
.product_detail .content_product_detail .item-meta > span.posted_in {
  padding-right: 30px;
}
.product_detail .content_product_detail .product-info {
  display: block;
  overflow: hidden;
  padding: 20px 0 0;
  border-top: 1px solid #f0f0ed;
}
.product_detail .content_product_detail .product-info .product-stock.in-stock {
  float: left;
  font-weight: 600;
  font-size: 12px;
  color: #525252;
  text-transform: uppercase;
  position: relative;
  margin-right: 20px;
}
.rtl .product_detail .content_product_detail .product-info .product-stock.in-stock {
  float: right;
  margin-left: 20px;
  margin-right: 0;
}
.product_detail .content_product_detail .product-info .product-stock.in-stock:before {
  content: '\f046';
  font-family: 'FontAwesome';
  font-size: 13px;
  margin-right: 10px;
}
.rtl .product_detail .content_product_detail .product-info .product-stock.in-stock:before {
  content: '';
  margin: 0;
}
.rtl .product_detail .content_product_detail .product-info .product-stock.in-stock:after {
  content: '\f046';
  font-family: 'FontAwesome';
  font-size: 13px;
  margin-left: 10px;
}
.product_detail .content_product_detail .product-info .sku_wrapper {
  margin-bottom: 15px;
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  font-weight: 600;
  color: #525252;
  text-transform: uppercase;
}
.product_detail .content_product_detail .product-info .sku_wrapper .sku {
  color: #525252;
  padding: 0 5px;
}
.product_detail .content_product_detail .description {
  line-height: 22px;
  color: #7d7d7d;
  margin-bottom: 30px;
}
.product_detail .content_product_detail .social-share {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  width: 100%;
  margin-bottom: 20px;
}
.product-type-variable .product_detail .content_product_detail .social-share {
  margin-bottom: 20px;
}
.product_detail .content_product_detail .social-share .title-share {
  text-transform: uppercase;
  padding-right: 25px;
  float: left;
  font-size: 14px;
  color: #222;
  line-height: 35px;
  font-weight: 700;
}
.rtl .product_detail .content_product_detail .social-share .title-share {
  float: right;
  padding-left: 18px;
  padding-right: 0;
}
.product_detail .content_product_detail .social-share a {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
  width: 35px;
  height: 35px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
  background-color: #d263ee;
}
.product_detail .content_product_detail .social-share a:hover {
  background-color: #cb4ceb;
}
.product_detail .content_product_detail .social-share a i {
  line-height: 35px;
}
.product_detail .content_product_detail .cart {
  margin-bottom: 0;
}
.product_detail .content_product_detail .cart .item-bottom {
  float: left;
}
.product_detail .content_product_detail .cart .quantity {
  position: relative;
  border: 1px solid #ebebeb;
  height: 32px;
  margin: 0 15px 0 0 !important;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  flex: 1;
}
.rtl .product_detail .content_product_detail .cart .quantity {
  float: right;
  margin: 0 0 0 15px !important;
}
.product_detail .content_product_detail .cart .quantity input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -0-appearance: none;
  background-color: #fff;
  width: 30px;
  height: 32px;
}
.product_detail .content_product_detail .cart .quantity input[type=number] {
  -moz-appearance: textfield;
}
.product_detail .content_product_detail .cart .quantity input::-webkit-outer-spin-button,
.product_detail .content_product_detail .cart .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.product_detail .content_product_detail .cart .quantity .input-text {
  height: 30px !important;
}
.product_detail .content_product_detail .cart .quantity .minus,
.product_detail .content_product_detail .cart .quantity .plus {
  font-size: 0;
  color: #898989;
}
.product_detail .content_product_detail .cart .quantity .minus:hover,
.product_detail .content_product_detail .cart .quantity .plus:hover {
  opacity: 0.5;
}
.product_detail .content_product_detail .cart .quantity .minus {
  background: url(../assets/img/bg_general.png) no-repeat -11px -1683px;
}
.product_detail .content_product_detail .cart .quantity .plus {
  background: url(../assets/img/bg_general.png) no-repeat -18px -1662px;
}
.product_detail .content_product_detail .cart .quantity input {
  margin-bottom: 0;
  border: 0;
  text-align: center;
  text-indent: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.product_detail .content_product_detail .cart .quantity input.qty {
  padding: 0;
  font-size: 16px;
  color: #323232;
  font-weight: 600;
}
.product_detail .content_product_detail .cart .group_table {
  margin-bottom: 25px;
  width: 100%;
}
.product_detail .content_product_detail .cart .group_table .label {
  display: table-cell;
}
.product_detail .content_product_detail .cart .group_table tbody tr {
  border-color: #ddd;
}
.product_detail .content_product_detail .cart .group_table tbody tr td label {
  margin-bottom: 0;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  height: 25px;
  margin: 0;
  line-height: 25px;
}
.product_detail .content_product_detail .cart .group_table tbody tr td label a {
  font-size: 14px;
  color: #222;
  font-weight: 500;
  margin-bottom: 0;
  text-transform: capitalize;
}
.product_detail .content_product_detail .cart .group_table tbody tr td .quantity {
  margin-top: 0;
}
.product_detail .content_product_detail .cart .group_table tbody tr td .quantity .minus {
  bottom: 0;
}
.product_detail .content_product_detail .cart .group_table tbody tr td .quantity:before {
  display: none;
}
.product_detail .content_product_detail .cart .group_table tbody tr td.label {
  white-space: normal;
}
.product_detail .content_product_detail .cart .group_table .woocommerce-grouped-product-list-item__price {
  font-size: 20px;
  color: #cccccc;
  font-weight: 700;
}
.product_detail .content_product_detail .cart .group_table .woocommerce-grouped-product-list-item__price span >.amount,
.product_detail .content_product_detail .cart .group_table .woocommerce-grouped-product-list-item__price del {
  text-decoration: line-through;
  font-weight: normal;
  font-size: 20px;
  margin: 0 5px;
}
.product_detail .content_product_detail .cart .group_table .woocommerce-grouped-product-list-item__price ins {
  font-size: 24px;
  color: #d263ee;
  text-decoration: none;
  opacity: 1;
  margin: 0 5px;
}
.product_detail .content_product_detail .cart .clear {
  display: none;
}
.product_detail .content_product_detail .item-bottom .clear {
  clear: none;
}
.product_detail .content_product_detail .yith-wcwl-add-to-wishlist {
  margin: 0;
  float: left;
}
.rtl .product_detail .content_product_detail .yith-wcwl-add-to-wishlist {
  float: right;
}
.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-add-button,
.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse {
  position: relative;
}
.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,
.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before {
  font-size: 12px;
  content: "\f08a";
  margin: 0;
}
.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-add-button.show,
.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show,
.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show {
  display: inline-block !important;
  vertical-align: top;
}
.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .feedback,
.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .feedback,
.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .feedback {
  display: none;
}
.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .ajax-loading,
.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .ajax-loading,
.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .ajax-loading {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show a,
.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show a {
  background-color: #d263ee;
  color: #fff;
}
.product_detail .content_product_detail .compare {
  float: left;
}
.rtl .product_detail .content_product_detail .compare {
  float: right;
}
.product_detail .content_product_detail .compare:before {
  font-size: 13px;
  content: "\f079";
}
.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
.product_detail .content_product_detail a.compare {
  color: #fff;
  font-weight: 500;
  height: 32px;
  line-height: 32px;
  padding: 0;
  background-color: #d263ee;
  border: 1px solid #d263ee;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  position: relative;
  font-size: 0;
  min-width: 32px;
  float: left;
  margin: 0px 5px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
}
.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,
.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before,
.product_detail .content_product_detail a.compare:before {
  font-family: fontawesome;
}
.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover,
.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover,
.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover,
.product_detail .content_product_detail a.compare:hover {
  background-color: #d263ee;
  color: #fff;
}
.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover:before,
.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover:before,
.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover:before,
.product_detail .content_product_detail a.compare:hover:before {
  color: #fff;
}
.product_detail .content_product_detail .add_to_cart_button,
.product_detail .content_product_detail .product_type_external,
.product_detail .content_product_detail .product_type_grouped,
.product_detail .content_product_detail .single_add_to_cart_button {
  height: 32px;
  line-height: 32px;
  text-transform: capitalize;
  background-color: #d263ee !important;
  color: #fff;
  font-size: 13px;
  padding: 0 10px;
  border-radius: 17px;
  margin-right: 5px;
}
.rtl .product_detail .content_product_detail .add_to_cart_button,
.rtl .product_detail .content_product_detail .product_type_external,
.rtl .product_detail .content_product_detail .product_type_grouped,
.rtl .product_detail .content_product_detail .single_add_to_cart_button {
  margin-left: 5px;
  margin-right: 0;
}
.product_detail .content_product_detail .add_to_cart_button:hover,
.product_detail .content_product_detail .product_type_external:hover,
.product_detail .content_product_detail .product_type_grouped:hover,
.product_detail .content_product_detail .single_add_to_cart_button:hover {
  background-color: #cb4ceb !important;
}
.product_detail .content_product_detail .single-buynow .add_to_cart_button,
.product_detail .content_product_detail .single-buynow .product_type_external,
.product_detail .content_product_detail .single-buynow .product_type_grouped,
.product_detail .content_product_detail .single-buynow .single_add_to_cart_button {
  border-radius: 2px;
  text-transform: uppercase;
  color: #fff;
  font-weight: normal;
  line-height: 30px;
  border: 1px solid #d263ee;
  background-color: #d263ee !important;
  padding: 0 15px;
}
.product_detail .content_product_detail .single-buynow .add_to_cart_button:hover,
.product_detail .content_product_detail .single-buynow .product_type_external:hover,
.product_detail .content_product_detail .single-buynow .product_type_grouped:hover,
.product_detail .content_product_detail .single-buynow .single_add_to_cart_button:hover {
  color: #fff;
  background-color: #df91f3 !important;
}
.product_detail .content_product_detail .single-buynow .button-buynow {
  background: #d263ee;
  color: #fff;
  border-radius: 2px;
  display: inline-block;
  vertical-align: top;
  padding: 0 15px;
  height: 32px;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0 5px;
}
.product_detail .content_product_detail .single-buynow .button-buynow:hover {
  background: #ae17d4;
}
.product_detail .content_product_detail .single-buynow .button-buynow.disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.7;
}
.product_detail .content_product_detail .single-buynow .item-bottom {
  margin: 15px 0 0;
  display: flex;
}
.product_detail .content_product_detail .single-buynow .item-bottom:after {
  height: 0;
  clear: both;
  content: " ";
  font-size: 0;
  min-height: 0;
  display: block;
  visibility: hidden;
}
.product_detail .content_product_detail .single-buynow .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.product_detail .content_product_detail .single-buynow .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.product_detail .content_product_detail .single-buynow .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
.product_detail .content_product_detail .single-buynow .item-bottom a.compare {
  border: 0;
  font-size: 12px;
  color: #fff;
  margin: 0;
  padding: 0 15px !important;
  border: 1px solid #d263ee;
  border-radius: 2px;
  text-transform: uppercase;
  margin: 0 5px;
}
.product_detail .content_product_detail .single-buynow .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,
.product_detail .content_product_detail .single-buynow .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.product_detail .content_product_detail .single-buynow .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before,
.product_detail .content_product_detail .single-buynow .item-bottom a.compare:before {
  display: none;
  font-size: 14px;
  margin-right: 10px;
  margin-left: 2px;
}
.product_detail .content_product_detail .single-buynow .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover,
.product_detail .content_product_detail .single-buynow .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover,
.product_detail .content_product_detail .single-buynow .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover,
.product_detail .content_product_detail .single-buynow .item-bottom a.compare:hover {
  background: #d263ee;
  opacity: 0.9;
  color: #fff;
}
.product_detail .content_product_detail .single-buynow .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover:before,
.product_detail .content_product_detail .single-buynow .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover:before,
.product_detail .content_product_detail .single-buynow .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover:before,
.product_detail .content_product_detail .single-buynow .item-bottom a.compare:hover:before {
  color: #d263ee;
}
.product_detail .content_product_detail .single-buynow .item-bottom a.compare {
  padding-left: 40px;
}
.single-product .tabs,
.single-product >.tabs {
  margin-bottom: 60px;
  margin-top: 10px;
  border: 1px solid #ededed;
}
.single-product .tabs .tabbable .nav.nav-tabs,
.single-product >.tabs .tabbable .nav.nav-tabs {
  margin: 0;
  background-color: transparent;
  border-bottom: 1px solid #ededed;
}
.single-product .tabs .tabbable .nav.nav-tabs li,
.single-product >.tabs .tabbable .nav.nav-tabs li {
  border: 0;
  position: relative;
  margin: 0;
}
@media (max-width: 480px) {
  .single-product .tabs .tabbable .nav.nav-tabs li,
  .single-product >.tabs .tabbable .nav.nav-tabs li {
    width: 100%;
  }
}
.rtl .single-product .tabs .tabbable .nav.nav-tabs li,
.rtl .single-product >.tabs .tabbable .nav.nav-tabs li {
  float: right;
}
.rtl .single-product .tabs .tabbable .nav.nav-tabs li a,
.rtl .single-product >.tabs .tabbable .nav.nav-tabs li a {
  border-left: 1px solid #ededed;
  border-right: 0;
}
.single-product .tabs .tabbable .nav.nav-tabs li a,
.single-product >.tabs .tabbable .nav.nav-tabs li a {
  border: 0;
  padding: 0 26px;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 14px;
  display: inline-block;
  height: 45px;
  line-height: 45px;
  color: #222;
  font-weight: 700;
  background-color: #f2f2f2;
  border-radius: 0;
  margin: 0;
  border-right: 1px solid #ededed;
}
@media (max-width: 480px) {
  .single-product .tabs .tabbable .nav.nav-tabs li a,
  .single-product >.tabs .tabbable .nav.nav-tabs li a {
    width: 100%;
  }
}
.single-product .tabs .tabbable .nav.nav-tabs li.active a,
.single-product .tabs .tabbable .nav.nav-tabs li:hover a,
.single-product >.tabs .tabbable .nav.nav-tabs li.active a,
.single-product >.tabs .tabbable .nav.nav-tabs li:hover a {
  background-color: #d263ee;
  color: #fff;
  border-right: 1px solid #d263ee;
}
.rtl .single-product .tabs .tabbable .nav.nav-tabs li.active a,
.rtl .single-product .tabs .tabbable .nav.nav-tabs li:hover a,
.rtl .single-product >.tabs .tabbable .nav.nav-tabs li.active a,
.rtl .single-product >.tabs .tabbable .nav.nav-tabs li:hover a {
  border-left: 1px solid #d263ee;
  border-right: 0;
}
.single-product .tabs .tabbable .tab-content #tab-description p,
.single-product >.tabs .tabbable .tab-content #tab-description p {
  margin-bottom: 0;
}
.single-product .tabs .tabbable .tab-content .tab-pane,
.single-product >.tabs .tabbable .tab-content .tab-pane {
  padding: 29px;
  line-height: 22px;
  color: #999999;
}
.single-product .tabs .tabbable .tab-content .tab-pane .products-loop li,
.single-product >.tabs .tabbable .tab-content .tab-pane .products-loop li {
  list-style: none;
}
.single-product .tabs .tabbable .tab-content .tab-pane .products-loop li .item-description,
.single-product >.tabs .tabbable .tab-content .tab-pane .products-loop li .item-description {
  display: none;
}
.single-product .tabs .tabbable .tab-content .tab-pane h2,
.single-product >.tabs .tabbable .tab-content .tab-pane h2 {
  font-size: 16px;
  text-transform: uppercase;
}
.single-product .tabs .tabbable .tab-content .tab-pane #reply-title,
.single-product >.tabs .tabbable .tab-content .tab-pane #reply-title {
  font-size: 14px !important;
}
.single-product .tabs .tabbable .tab-content .tab-pane p .alignnone,
.single-product >.tabs .tabbable .tab-content .tab-pane p .alignnone {
  float: left;
  clear: none;
  margin: 0 0 30px;
}
.rtl .single-product .tabs .tabbable .tab-content .tab-pane p .alignnone,
.rtl .single-product >.tabs .tabbable .tab-content .tab-pane p .alignnone {
  float: right;
}
.single-product .tabs .tabbable .tab-content .tab-pane p .alignnone.image-content,
.single-product >.tabs .tabbable .tab-content .tab-pane p .alignnone.image-content {
  margin-left: 30px;
}
.single-product .tabs .tabbable .tab-content .tab-pane #reviews,
.single-product >.tabs .tabbable .tab-content .tab-pane #reviews {
  color: #333;
}
.single-product .tabs .tabbable .tab-content .tab-pane #reviews .form-submit .submit,
.single-product >.tabs .tabbable .tab-content .tab-pane #reviews .form-submit .submit {
  padding: 12px 30px !important;
  background-color: #222 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  border-radius: 0 !important;
  overflow: hidden;
  text-transform: uppercase;
  font-weight: 700;
  border: 0;
}
.single-product .tabs .tabbable .tab-content .tab-pane #reviews .form-submit .submit:hover,
.single-product >.tabs .tabbable .tab-content .tab-pane #reviews .form-submit .submit:hover {
  background-color: #d263ee !important;
}
.variations {
  margin-bottom: 10px;
}
.variations tr {
  margin-bottom: 15px;
  border-bottom: 0;
  height: 50px;
  vertical-align: middle;
}
.variations tr td.label {
  display: table-cell;
  line-height: 30px;
  text-align: left;
  padding: .5em .6em .3em;
}
.rtl .variations tr td.label {
  text-align: right;
}
.variations tr td.label label {
  color: #222;
  font-weight: normal !important;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0;
  font-size: 14px;
}
.variations tr td.value {
  padding: 0;
}
.variations tr td.value select {
  width: 200px !important;
  width: 100%;
  text-indent: 10px;
  height: 40px;
  line-height: 40px;
  background-color: #fff;
  border: 1px solid #ebebeb;
  margin: 0;
  text-transform: uppercase;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  color: #525252;
  font-size: 12px;
}
.variations tr td.value select option {
  text-transform: uppercase;
}
.variations tr td.value select:focus {
  outline-offset: 0;
  outline: -webkit-focus-ring-color auto 0;
}
.variations tr td.value select::-ms-expand {
  display: none;
}
.variations tr .reset_variations {
  margin: 10px 0;
  text-align: center;
  color: #fc2a2a;
  display: block !important;
  text-align: left;
}
.rtl .variations tr .reset_variations {
  text-align: right;
}
.single_variation {
  margin-bottom: 15px;
}
.elementor-widget-wp-widget-sw_related_upsell_widget .sw-woo-container-slider .slider {
  margin: 0 !important;
}
.elementor-widget-wp-widget-sw_related_upsell_widget .product-ur .tabbable.tabs,
.sw_related_upsell_widget .product-ur .tabbable.tabs {
  text-align: left;
}
.elementor-widget-wp-widget-sw_related_upsell_widget .product-ur .tabbable.tabs .nav.nav-tabs,
.sw_related_upsell_widget .product-ur .tabbable.tabs .nav.nav-tabs {
  display: block;
  vertical-align: top;
  margin: 0 0 10px;
  border-bottom: 1px solid #ededed;
  background-color: transparent;
}
.elementor-widget-wp-widget-sw_related_upsell_widget .product-ur .tabbable.tabs .nav.nav-tabs li,
.sw_related_upsell_widget .product-ur .tabbable.tabs .nav.nav-tabs li {
  position: relative;
  padding: 0;
  border: 0;
}
.rtl .elementor-widget-wp-widget-sw_related_upsell_widget .product-ur .tabbable.tabs .nav.nav-tabs li,
.rtl .sw_related_upsell_widget .product-ur .tabbable.tabs .nav.nav-tabs li {
  float: right;
}
.elementor-widget-wp-widget-sw_related_upsell_widget .product-ur .tabbable.tabs .nav.nav-tabs li:first-child > a,
.sw_related_upsell_widget .product-ur .tabbable.tabs .nav.nav-tabs li:first-child > a {
  padding-left: 0;
}
.rtl .elementor-widget-wp-widget-sw_related_upsell_widget .product-ur .tabbable.tabs .nav.nav-tabs li:first-child > a,
.rtl .sw_related_upsell_widget .product-ur .tabbable.tabs .nav.nav-tabs li:first-child > a {
  padding-right: 0;
  padding-left: 20px;
}
.elementor-widget-wp-widget-sw_related_upsell_widget .product-ur .tabbable.tabs .nav.nav-tabs li:first-child > a:after,
.sw_related_upsell_widget .product-ur .tabbable.tabs .nav.nav-tabs li:first-child > a:after {
  content: '';
  position: absolute;
  bottom: 0px;
  width: 100px;
  height: 2px;
  background-color: #d263ee;
  left: 0;
}
.rtl .elementor-widget-wp-widget-sw_related_upsell_widget .product-ur .tabbable.tabs .nav.nav-tabs li:first-child > a:after,
.rtl .sw_related_upsell_widget .product-ur .tabbable.tabs .nav.nav-tabs li:first-child > a:after {
  right: 0;
  left: auto;
}
.elementor-widget-wp-widget-sw_related_upsell_widget .product-ur .tabbable.tabs .nav.nav-tabs li:last-child > a:before,
.sw_related_upsell_widget .product-ur .tabbable.tabs .nav.nav-tabs li:last-child > a:before {
  height: 0;
  width: 0;
}
.elementor-widget-wp-widget-sw_related_upsell_widget .product-ur .tabbable.tabs .nav.nav-tabs li.active,
.elementor-widget-wp-widget-sw_related_upsell_widget .product-ur .tabbable.tabs .nav.nav-tabs li:hover,
.sw_related_upsell_widget .product-ur .tabbable.tabs .nav.nav-tabs li.active,
.sw_related_upsell_widget .product-ur .tabbable.tabs .nav.nav-tabs li:hover {
  border: 0;
  background-color: transparent;
}
.elementor-widget-wp-widget-sw_related_upsell_widget .product-ur .tabbable.tabs .nav.nav-tabs li.active a,
.elementor-widget-wp-widget-sw_related_upsell_widget .product-ur .tabbable.tabs .nav.nav-tabs li:hover a,
.sw_related_upsell_widget .product-ur .tabbable.tabs .nav.nav-tabs li.active a,
.sw_related_upsell_widget .product-ur .tabbable.tabs .nav.nav-tabs li:hover a {
  color: #d263ee;
}
.elementor-widget-wp-widget-sw_related_upsell_widget .product-ur .tabbable.tabs .nav.nav-tabs li > a,
.sw_related_upsell_widget .product-ur .tabbable.tabs .nav.nav-tabs li > a {
  margin: 0;
  border: 0;
  display: inline-block;
  padding: 12px 20px;
  background-color: transparent;
  font-size: 18px;
  color: #222;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
}
.elementor-widget-wp-widget-sw_related_upsell_widget .product-ur .tabbable.tabs .nav.nav-tabs li > a:before,
.sw_related_upsell_widget .product-ur .tabbable.tabs .nav.nav-tabs li > a:before {
  content: '';
  width: 1px;
  height: 16px;
  background-color: #ebebeb;
  position: absolute;
  top: 16px;
  right: 0;
}
.rtl .elementor-widget-wp-widget-sw_related_upsell_widget .product-ur .tabbable.tabs .nav.nav-tabs li > a:before,
.rtl .sw_related_upsell_widget .product-ur .tabbable.tabs .nav.nav-tabs li > a:before {
  left: 0;
  right: auto;
}
.elementor-widget-wp-widget-sw_related_upsell_widget .product-ur .tabbable.tabs .tab-content .tab-pane,
.sw_related_upsell_widget .product-ur .tabbable.tabs .tab-content .tab-pane {
  display: block;
  height: 0;
  overflow: hidden;
}
.elementor-widget-wp-widget-sw_related_upsell_widget .product-ur .tabbable.tabs .tab-content .tab-pane .responsive-slider,
.sw_related_upsell_widget .product-ur .tabbable.tabs .tab-content .tab-pane .responsive-slider {
  -webkit-transform: translate(0,80px);
  -moz-transform: translate(0,80px);
  -o-transform: translate(0,80px);
  -ms-transform: translate(0,80px);
  transform: translate(0,80px);
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  transition: all .5s;
}
.elementor-widget-wp-widget-sw_related_upsell_widget .product-ur .tabbable.tabs .tab-content .tab-pane.active,
.sw_related_upsell_widget .product-ur .tabbable.tabs .tab-content .tab-pane.active {
  height: auto;
  overflow: visible;
}
.elementor-widget-wp-widget-sw_related_upsell_widget .product-ur .tabbable.tabs .tab-content .tab-pane.active .responsive-slider,
.sw_related_upsell_widget .product-ur .tabbable.tabs .tab-content .tab-pane.active .responsive-slider {
  -webkit-transform: translate(0,0);
  -moz-transform: translate(0,0);
  -o-transform: translate(0,0);
  -ms-transform: translate(0,0);
  transform: translate(0,0);
}
.elementor-widget-wp-widget-sw_related_upsell_widget .sw-woo-container-slider,
.sw_related_upsell_widget .sw-woo-container-slider {
  margin-bottom: 80px;
}
.elementor-widget-wp-widget-sw_related_upsell_widget .sw-woo-container-slider .resp-slider-container .box-slider-title h2,
.sw_related_upsell_widget .sw-woo-container-slider .resp-slider-container .box-slider-title h2 {
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.elementor-widget-wp-widget-sw_related_upsell_widget .sw-woo-container-slider .slider,
.sw_related_upsell_widget .sw-woo-container-slider .slider {
  border: 0;
  margin: 0 -15px;
}
.elementor-widget-wp-widget-sw_related_upsell_widget .sw-woo-container-slider .slider .item,
.sw_related_upsell_widget .sw-woo-container-slider .slider .item {
  padding: 0 15px;
}
.elementor-widget-wp-widget-sw_related_upsell_widget .sw-woo-container-slider .slider .item .item-wrap,
.sw_related_upsell_widget .sw-woo-container-slider .slider .item .item-wrap {
  border: 1px solid #ededed;
}
.elementor-widget-wp-widget-sw_related_upsell_widget .sw-woo-container-slider .slider .item .item-wrap .item-detail .item-content,
.sw_related_upsell_widget .sw-woo-container-slider .slider .item .item-wrap .item-detail .item-content {
  padding: 5px 0 20px;
}
.elementor-widget-wp-widget-sw_related_upsell_widget .sw-woo-container-slider .slider .item .item-wrap .item-detail .item-content h4,
.sw_related_upsell_widget .sw-woo-container-slider .slider .item .item-wrap .item-detail .item-content h4 {
  margin-bottom: 5px;
}
.pswp__zoom-wrap {
  text-align: center;
}
.pswp__zoom-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.pswp__zoom-wrap .popup-video {
  line-height: 0;
  width: 100%;
  max-width: 900px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.item-video > a {
  display: block;
}
.item-video > a:before {
  content: '';
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: none;
  z-index: 6;
  display: block;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
  bottom: 20px;
  top: auto;
  right: auto;
  left: 20px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background: #fff;
  text-align: center;
  line-height: 40px;
  text-indent: 0;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger img {
  display: none !important;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger:before {
  content: '';
  display: none;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger:after {
  content: '\f047';
  font-family: Fontawesome !important;
  font-size: 18px;
  display: inline-block;
  position: static;
  line-height: 40px;
  background: none;
  width: 40px;
  vertical-align: top;
  height: 100%;
  box-shadow: 0 0 0 2px #ddd;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  border-radius: 50%;
}
.single-product-style1.woocommerce div.product form.cart .variations tr {
  display: inline-block;
  width: 48%;
  padding-right: 4%;
  vertical-align: top;
}
.single-product-style1.woocommerce div.product form.cart .variations tr td.label {
  line-height: 1em;
}
.single-product-style1.woocommerce div.product form.cart .variations tr:last-child {
  padding: 0;
}
.single-product-style1 .single-product >.tabs {
  border: 0;
}
.single-product-style1 .single-product >.tabs .tabbable .nav.nav-tabs {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  border: 0;
}
.single-product-style1 .single-product >.tabs .tabbable .nav.nav-tabs > li > a {
  border-radius: 20px;
  border: 1px solid #ddd;
  background: none;
  margin: 0 5px;
  color: #999;
  text-transform: capitalize;
  height: auto;
  line-height: normal;
  padding: 10px 20px;
}
.single-product-style1 .single-product >.tabs .tabbable .nav.nav-tabs > li.active > a,
.single-product-style1 .single-product >.tabs .tabbable .nav.nav-tabs > li:hover > a {
  background: #eee;
  border-color: #333;
  color: #333;
}
.single-product-style2 .single-product,
.single-product-style3 .single-product {
  margin-bottom: 30px;
}
.single-product-style2 .single-product .tabs,
.single-product-style3 .single-product .tabs {
  border: 0;
}
.single-product-style2 .single-product .tabs .single-accordion .panel,
.single-product-style3 .single-product .tabs .single-accordion .panel {
  box-shadow: none;
  border: 0;
}
.single-product-style2 .single-product .tabs .single-accordion .panel +.panel,
.single-product-style3 .single-product .tabs .single-accordion .panel +.panel {
  margin-top: 1px;
}
.single-product-style2 .single-product .tabs .single-accordion .panel .panel-heading,
.single-product-style3 .single-product .tabs .single-accordion .panel .panel-heading {
  border: 0;
  padding: 0;
}
.single-product-style2 .single-product .tabs .single-accordion .panel .panel-heading h4,
.single-product-style3 .single-product .tabs .single-accordion .panel .panel-heading h4 {
  margin: 0;
}
.single-product-style2 .single-product .tabs .single-accordion .panel .panel-heading h4 > a,
.single-product-style3 .single-product .tabs .single-accordion .panel .panel-heading h4 > a {
  font-weight: normal;
  text-transform: uppercase;
  color: #d263ee;
  font-size: 14px;
  display: block;
  padding: 12px 15px;
  background: #eee;
  border-radius: 3px;
  position: relative;
}
.single-product-style2 .single-product .tabs .single-accordion .panel .panel-heading h4 > a:after,
.single-product-style3 .single-product .tabs .single-accordion .panel .panel-heading h4 > a:after {
  content: '';
  position: absolute;
  right: 0;
  border-left: 1px solid #e1e1e1;
  top: 7px;
  bottom: 7px;
  padding: 0 30px;
  background: url(../assets/img/icon-accordion.png) no-repeat center -34px;
}
.single-product-style2 .single-product .tabs .single-accordion .panel .panel-heading h4 > a.collapsed,
.single-product-style3 .single-product .tabs .single-accordion .panel .panel-heading h4 > a.collapsed {
  color: #111;
}
.single-product-style2 .single-product .tabs .single-accordion .panel .panel-heading h4 > a.collapsed:after,
.single-product-style3 .single-product .tabs .single-accordion .panel .panel-heading h4 > a.collapsed:after {
  background-position: center -4px;
}
.single-product-style2 .single-product .tabs .single-accordion .panel .content-body,
.single-product-style3 .single-product .tabs .single-accordion .panel .content-body {
  padding: 15px 0;
  line-height: 22px;
  max-height: 144px;
  overflow-y: auto;
}
.single-product-style2 .single-product .tabs .single-accordion .panel .content-body > h2,
.single-product-style2 .single-product .tabs .single-accordion .panel .content-body #comments > h2,
.single-product-style3 .single-product .tabs .single-accordion .panel .content-body > h2,
.single-product-style3 .single-product .tabs .single-accordion .panel .content-body #comments > h2 {
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 15px;
  color: #333;
}
.single-product-style2 .single-product .tabs .single-accordion .panel .content-body .row,
.single-product-style3 .single-product .tabs .single-accordion .panel .content-body .row {
  margin: 0;
}
.rtl.single-product-style2 .single-product .tabs .single-accordion .panel .panel-heading h4 > a:after,
.rtl.single-product-style3 .single-product .tabs .single-accordion .panel .panel-heading h4 > a:after {
  right: auto;
  left: 0;
  border-left: none;
  border-right: 1px solid #e1e1e1;
}
.single-product-style3 .single-product .tabs .single-accordion .panel .content-body {
  max-height: initial;
  overflow-y: visible;
}
.single-product.product-thumbnail-right .slider_img_productd .span.onsale,
.single-product.product-thumbnail-right .slider_img_productd .onsale,
.single-product.product-thumbnail-right .slider_img_productd .sale-off {
  left: 10px;
  right: auto;
}
.single-product.product-thumbnail-right .slider_img_productd .has-newicon span.onsale,
.single-product.product-thumbnail-right .slider_img_productd .has-newicon .onsale,
.single-product.product-thumbnail-right .slider_img_productd .sale-off.has-newicon {
  top: 55px;
}
.single-product.product-thumbnail-left .slider_img_productd .has-newicon span.onsale,
.single-product.product-thumbnail-left .slider_img_productd .has-newicon .onsale,
.single-product.product-thumbnail-left .slider_img_productd .sale-off.has-newicon {
  top: 55px;
}
.single-product.product-thumbnail-left .slider_img_productd .sw-newlabel {
  left: auto;
  right: 10px;
}
.swpb-bundled-products-container {
  margin-bottom: 20px;
}
.swpb-bundled-products-container .swpb-bundled-product .swpb-thumbnail {
  margin-right: 10px;
  width: 75px;
}
.rtl .swpb-bundled-products-container .swpb-bundled-product .swpb-thumbnail {
  margin-right: 0;
  margin-left: 10px;
}
.swpb-bundled-products-container .swpb-bundled-product .swpb-info {
  overflow: hidden;
}
.swpb-bundled-products-container .swpb-bundled-product .swpb-info .category a {
  font-size: 13px;
}
.swpb-bundled-products-container .swpb-bundled-product .swpb-info h3 {
  margin-bottom: 5px;
}
.swpb-bundled-products-container .swpb-bundled-product .swpb-info h3 a {
  font-size: 16px;
  text-transform: capitalize;
}
.swpb-bundled-products-container .swpb-bundled-product .swpb-info .swpb-bundled-product-stock {
  font-size: 12px;
  text-transform: uppercase;
}
.woocommerce div.product .slider_img_productd div.images.woocommerce-product-gallery {
  float: none;
  width: 100%;
}
.fix-row {
  width: auto !important;
  float: left;
  display: flex;
  align-items: center;
}
.elementor-share-buttons--color-custom.elementor-share-buttons--skin-flat .elementor-share-btn,
.elementor-share-buttons--color-custom.elementor-share-buttons--skin-gradient .elementor-share-btn {
  background-color: #d263ee;
}
.sw-quickview-bottom {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9999;
  background: rgba(0,0,0,0.5);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.sw-quickview-bottom.show {
  visibility: visible;
  opacity: 1;
}
.sw-quickview-bottom.show .quickview-content .quickview-close {
  visibility: visible;
}
.sw-quickview-bottom.loading {
  height: 100%;
}
.sw-quickview-bottom.loading:before {
  background-color: transparent;
  background-image: url(../assets/img/loadingp.gif);
  background-size: 32px 32px;
}
.sw-quickview-bottom.loading .quickview-content .quickview-inner {
  padding: 0;
}
.sw-quickview-bottom.loading .quickview-content .quickview-close {
  visibility: hidden;
}
.sw-quickview-bottom .quickview-content {
  background: #fff;
  max-width: 1170px;
  margin: 200px auto;
  position: relative;
}
.sw-quickview-bottom .quickview-content .quickview-close {
  position: absolute;
  width: 28px;
  height: 28px;
  background: #000;
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  border-radius: 50%;
  right: -15px;
  top: -15px;
}
.sw-quickview-bottom .quickview-content .quickview-inner {
  padding: 30px 15px;
}
.sw-quickview-bottom .product_detail .content_product_detail .single-buynow .item-bottom {
  clear: both;
}
.quickview-container.woocommerce {
  padding-top: 15px;
}
.quickview-container.woocommerce .slider_img_productd span.onsale {
  display: none;
}
.quickview-container.woocommerce .product_detail .content_product_detail {
  padding-bottom: 15px;
}
.quickview-container.woocommerce .product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a {
  background-image: none;
}
.quickview-container.woocommerce .product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover {
  background-color: #d263ee !important;
}
@media (max-width: 1400px) {
  .sw-quickview-bottom .quickview-content {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .sw-quickview-bottom .quickview-content {
    max-width: 700px;
  }
}
.gallery {
  padding: 0;
  overflow: hidden;
}
.rtl .gallery {
  margin-right: 0 !important;
}
.gallery li {
  margin-left: 1%;
  margin-right: 0;
  margin-bottom: 20px;
  text-align: center;
  float: left;
  list-style: none;
}
.rtl .gallery li {
  float: right;
  margin: 0 1% 20px 0;
}
.gallery .thumbnail {
  display: block;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  background: #FFF;
  padding: 5px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
}
.gallery .thumbnail:after {
  position: absolute;
  border-color: transparent #FFFFFF #FFFFFF transparent;
  border-style: solid;
  border-width: 45px;
  content: "";
  opacity: 0;
  filter: alpha(opacity=0);
  right: -45px;
  bottom: 0;
  transition: all 0.3s ease 0.2s;
  z-index: 4;
}
.gallery .thumbnail:before {
  content: "\f0a9";
  font-family: FontAwesome;
  position: absolute;
  bottom: 20px;
  right: 0;
  color: #FFF;
  font-size: 20px;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.2s ease 0.3s;
  transform: rotate(0deg);
  z-index: 5;
}
.gallery .thumbnail:hover {
  background: #d263ee;
  border-color: #ddd;
}
.gallery .thumbnail:hover:after {
  bottom: 0;
  right: 0;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.gallery .thumbnail:hover:before {
  right: 20px;
  opacity: 1;
  filter: alpha(opacity=100);
  transform: rotate(360deg);
}
.gallery img {
  width: 100%;
}
.gallery .caption {
  overflow: hidden;
  padding-top: 12px;
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.gallery .caption h4 {
  font-size: 14px;
}
.entry-summary table {
  margin-bottom: 30px;
}
.entry-summary table th,
.entry-summary table td {
  border: 1px solid #ccc;
  padding: 10px;
}
.entry-summary table th > a,
.entry-summary table td > a {
  color: #d263ee;
}
.entry-summary dl dd {
  margin-bottom: 20px;
}
.entry-summary form input[type="text"],
.entry-summary form input[type="password"],
.entry-summary form input[type="date"] {
  border-radius: 0;
  padding: 5px 10px;
}
.entry-summary form input[type="submit"],
.entry-summary form button[type="submit"] {
  background: #333 none repeat scroll 0 0;
  border: 1px solid #333333;
  border-radius: 0;
  color: #fff;
  padding: 5px 15px;
  vertical-align: top;
}
.entry-summary form input[type="submit"]:hover,
.entry-summary form button[type="submit"]:hover {
  background: #000;
}
.entry-summary .page-links {
  clear: both;
}
.page .main-page .page >.entry-content .entry-summary p {
  line-height: 24px;
}
.home.page .main-page .page >.entry-content .entry-summary p {
  line-height: 24px;
}
.header-style6 .header-top {
  min-height: 34px;
  border: 0;
  background-color: #212121;
}
.header-style6 .header-top .top-login {
  padding: 8px 0;
}
.header-style6 .header-top .top-login ul li a {
  color: #b4b4b4;
  border-left: 1px solid rgba(255,255,255,0.1);
}
.header-style6 .header-top .top-login ul li a:hover {
  color: #fff;
}
.rtl .header-style6 .header-top .top-login ul li a {
  border-right: 1px solid rgba(255,255,255,0.1);
  border-left: 0;
  margin: 0 0px 0 10px;
}
.header-style6 .header-top .elementor-widget-wp-widget-nav_menu,
.header-style6 .header-top .widget_nav_menu {
  padding: 8px 0;
}
.header-style6 .header-top .elementor-widget-wp-widget-nav_menu h5,
.header-style6 .header-top .elementor-widget-wp-widget-nav_menu h3,
.header-style6 .header-top .widget_nav_menu h5,
.header-style6 .header-top .widget_nav_menu h3 {
  color: #b4b4b4;
  border-left: 1px solid rgba(255,255,255,0.1);
}
.header-style6 .header-top .elementor-widget-wp-widget-nav_menu h5:hover,
.header-style6 .header-top .elementor-widget-wp-widget-nav_menu h3:hover,
.header-style6 .header-top .widget_nav_menu h5:hover,
.header-style6 .header-top .widget_nav_menu h3:hover {
  color: #fff;
}
.rtl .header-style6 .header-top .elementor-widget-wp-widget-nav_menu h5,
.rtl .header-style6 .header-top .elementor-widget-wp-widget-nav_menu h3,
.rtl .header-style6 .header-top .widget_nav_menu h5,
.rtl .header-style6 .header-top .widget_nav_menu h3 {
  border-right: 1px solid rgba(255,255,255,0.1);
  border-left: 0;
}
.header-style6 .header-top .elementor-widget-wp-widget-nav_menu ul.menu,
.header-style6 .header-top .widget_nav_menu ul.menu {
  top: 34px;
}
.header-style6 .header-top .elementor-widget-wp-widget-nav_menu ul.menu > li,
.header-style6 .header-top .widget_nav_menu ul.menu > li {
  text-align: left;
}
.rtl .header-style6 .header-top .elementor-widget-wp-widget-nav_menu ul.menu > li,
.rtl .header-style6 .header-top .widget_nav_menu ul.menu > li {
  text-align: right;
}
.header-style6 .header-top .block-text-right {
  line-height: 34px;
  margin: 0 20px 0 0;
  color: #fff;
}
.rtl .header-style6 .header-top .block-text-right {
  margin: 0 0 0 20px;
}
.header-style6 .header-top .block-text-right span {
  font-weight: bold;
}
.header-style6 .header-top .block-text-left {
  line-height: 34px;
  font-style: italic;
  color: #b4b4b4;
}
.header-style6 #lang_sel > ul.nav > li > a {
  padding: 0;
  border: 0;
  color: #898989;
}
.header-style6 .currency_w > li > a {
  color: #898989;
}
.header-style6 .top-header {
  text-align: center;
}
.header-style6 .top-header .revo-logo {
  display: inline-block;
}
.header-style6 .header-mid {
  padding: 26px 0;
  background-color: #f8f8f8;
}
.header-style6 .header-mid .elementor-widget-wp-widget-nav_menu ul.menu,
.header-style6 .header-mid .widget_nav_menu ul.menu {
  margin: 5px 0;
}
.header-style6 .header-mid .elementor-widget-wp-widget-nav_menu ul.menu > li,
.header-style6 .header-mid .widget_nav_menu ul.menu > li {
  display: inline-block;
  float: left;
  margin: 9px 5px 8px;
}
.header-style6 .header-mid .elementor-widget-wp-widget-nav_menu ul.menu > li.menu-wishlist a,
.header-style6 .header-mid .widget_nav_menu ul.menu > li.menu-wishlist a {
  background: url("../assets/img/bg_general.png") no-repeat -20px -1524px #fff;
}
.header-style6 .header-mid .elementor-widget-wp-widget-nav_menu ul.menu > li > a,
.header-style6 .header-mid .widget_nav_menu ul.menu > li > a {
  display: inline-block;
  text-indent: -9999px;
  width: 20px;
  height: 20px;
}
.header-style6 .header-mid .header-left {
  margin-top: 10px;
}
.header-style6 .header-mid .header-right {
  margin-top: 6px;
}
.header-style6 .header-mid .header-right .elementor-element,
.header-style6 .header-mid .header-right .widget_text {
  display: inline-block;
  vertical-align: top;
}
.header-style6 .header-mid .header-right .elementor-element .header-right-block,
.header-style6 .header-mid .header-right .widget_text .header-right-block {
  font-size: 12px;
  color: #898989;
}
.header-style6 .header-mid .header-right .elementor-element .header-right-block .menu-confirmation,
.header-style6 .header-mid .header-right .elementor-element .header-right-block .header-help,
.header-style6 .header-mid .header-right .widget_text .header-right-block .menu-confirmation,
.header-style6 .header-mid .header-right .widget_text .header-right-block .header-help {
  margin: 0 10px;
}
.header-style6 .header-mid .header-right .elementor-element .header-right-block .menu-confirmation a,
.header-style6 .header-mid .header-right .elementor-element .header-right-block .header-help a,
.header-style6 .header-mid .header-right .widget_text .header-right-block .menu-confirmation a,
.header-style6 .header-mid .header-right .widget_text .header-right-block .header-help a {
  color: #898989;
}
.header-style6 .header-mid .header-right .elementor-element .header-right-block .menu-confirmation a:hover,
.header-style6 .header-mid .header-right .elementor-element .header-right-block .header-help a:hover,
.header-style6 .header-mid .header-right .widget_text .header-right-block .menu-confirmation a:hover,
.header-style6 .header-mid .header-right .widget_text .header-right-block .header-help a:hover {
  color: #d263ee;
}
.header-style6 .header-mid .header-right .elementor-element .header-right-block .header-help,
.header-style6 .header-mid .header-right .widget_text .header-right-block .header-help {
  float: left;
}
.rtl .header-style6 .header-mid .header-right .elementor-element .header-right-block .header-help,
.rtl .header-style6 .header-mid .header-right .widget_text .header-right-block .header-help {
  float: right;
}
.header-style6 .header-mid .header-right .elementor-element .header-right-block .header-help a,
.header-style6 .header-mid .header-right .widget_text .header-right-block .header-help a {
  vertical-align: top;
  display: inline-block;
  width: 26px;
  height: 26px;
  background: url(../assets/img/icon-help.png) no-repeat top center;
}
.header-style6 .header-mid .header-right .elementor-element .header-right-block .header-help a span,
.header-style6 .header-mid .header-right .widget_text .header-right-block .header-help a span {
  display: block;
  padding-top: 30px;
}
.header-style6 .header-mid .header-right .elementor-element .header-right-block .menu-confirmation,
.header-style6 .header-mid .header-right .widget_text .header-right-block .menu-confirmation {
  position: relative;
  float: left;
}
.header-style6 .header-mid .header-right .elementor-element .header-right-block .menu-confirmation .text-confirmation:hover span,
.header-style6 .header-mid .header-right .widget_text .header-right-block .menu-confirmation .text-confirmation:hover span {
  color: #d263ee;
}
.header-style6 .header-mid .header-right .elementor-element .header-right-block .menu-confirmation.open .text-confirmation span,
.header-style6 .header-mid .header-right .widget_text .header-right-block .menu-confirmation.open .text-confirmation span {
  position: relative;
  color: #d263ee;
}
.header-style6 .header-mid .header-right .elementor-element .header-right-block .menu-confirmation.open .text-confirmation span:before,
.header-style6 .header-mid .header-right .widget_text .header-right-block .menu-confirmation.open .text-confirmation span:before {
  content: '';
  width: 0;
  height: 0;
  opacity: 1;
  display: inline-block;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-bottom: 14px solid #fff;
  position: absolute;
  bottom: -18px;
  left: 50%;
  margin-left: -14px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.header-style6 .header-mid .header-right .elementor-element .header-right-block .menu-confirmation.open ul,
.header-style6 .header-mid .header-right .widget_text .header-right-block .menu-confirmation.open ul {
  opacity: 1;
  visibility: visible;
  height: auto;
  margin-right: -100px;
}
.header-style6 .header-mid .header-right .elementor-element .header-right-block .menu-confirmation .text-confirmation,
.header-style6 .header-mid .header-right .widget_text .header-right-block .menu-confirmation .text-confirmation {
  display: inline-block;
  vertical-align: top;
  width: auto;
  height: 26px;
  background: url(../assets/img/icon-confirmation.png) no-repeat top center;
  cursor: pointer;
}
.header-style6 .header-mid .header-right .elementor-element .header-right-block .menu-confirmation .text-confirmation span,
.header-style6 .header-mid .header-right .widget_text .header-right-block .menu-confirmation .text-confirmation span {
  padding-top: 30px;
  display: block;
}
.header-style6 .header-mid .header-right .elementor-element .header-right-block .menu-confirmation ul,
.header-style6 .header-mid .header-right .widget_text .header-right-block .menu-confirmation ul {
  opacity: 0;
  visibility: hidden;
  height: 0;
  width: 270px;
  position: absolute;
  top: 65px;
  right: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  margin-right: -100px;
  background-color: #fff;
  margin: 0;
  z-index: 9;
  padding: 20px;
  list-style: none;
}
.header-style6 .header-mid .header-right .elementor-element .header-right-block .menu-confirmation ul > li,
.header-style6 .header-mid .header-right .widget_text .header-right-block .menu-confirmation ul > li {
  font-size: 13px;
  color: #666;
  line-height: 35px;
  position: relative;
}
.header-style6 .header-mid .header-right .elementor-element .header-right-block .menu-confirmation ul > li:first-child,
.header-style6 .header-mid .header-right .widget_text .header-right-block .menu-confirmation ul > li:first-child {
  font-weight: 700;
  color: #1c1c1c;
  font-size: 14px;
  text-transform: uppercase;
  padding-left: 30px;
  background: url("../assets/img/icon-si.png") no-repeat left center;
}
.rtl .header-style6 .header-mid .header-right .elementor-element .header-right-block .menu-confirmation ul > li:first-child,
.rtl .header-style6 .header-mid .header-right .widget_text .header-right-block .menu-confirmation ul > li:first-child {
  background: url("../assets/img/icon-si.png") no-repeat right center;
  padding-right: 30px;
  padding-left: 0;
}
.header-style6 .header-mid .header-right .elementor-element .header-right-block .menu-confirmation ul > li:first-child:before,
.header-style6 .header-mid .header-right .widget_text .header-right-block .menu-confirmation ul > li:first-child:before {
  width: 0;
}
.header-style6 .header-mid .header-right .elementor-element .header-right-block .menu-confirmation ul > li:before,
.header-style6 .header-mid .header-right .widget_text .header-right-block .menu-confirmation ul > li:before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #666;
  margin-right: 5px;
  border-radius: 50%;
}
.rtl .header-style6 .header-mid .header-right .elementor-element .header-right-block .menu-confirmation ul > li:before,
.rtl .header-style6 .header-mid .header-right .widget_text .header-right-block .menu-confirmation ul > li:before {
  margin-left: 5px;
  margin-right: 0;
}
.header-style6 .header-bottom {
  text-align: center;
  background-color: #f8f8f8;
  box-shadow: none;
}
.header-style6 .header-bottom > .container {
  position: relative;
}
.header-style6 .header-bottom .revo-logo,
.header-style6 .header-bottom .cart-sticky {
  display: none;
}
.header-style6 .header-bottom .main-menu {
  display: inline-block;
}
.header-style6 .header-bottom .main-menu .primary-menu .navbar-inverse {
  background-color: #f8f8f8;
}
.header-style6 .header-bottom .main-menu .primary-menu .navbar-inverse .nav-pills.nav-mega .revo-mega-menu.revo-menu-img > a span.menu-img {
  display: none;
}
.header-style6 .header-bottom .main-menu .primary-menu .navbar-inverse .nav-pills >li > a {
  padding: 10px 25px 12px;
}
.header-style6 .header-bottom .main-menu .primary-menu .navbar-inverse .nav-pills >li.dropdown > a::after {
  right: 10px;
  left: auto;
}
.header-style6 .header-bottom.sticky-menu {
  padding: 7px 0;
  position: fixed;
}
.header-style6 .header-bottom.sticky-menu .main-menu {
  float: left;
  margin-left: 85px;
}
.rtl .header-style6 .header-bottom.sticky-menu .main-menu {
  float: right;
  margin-right: 85px;
  margin-left: 0;
}
.header-style6 .header-bottom.sticky-menu .main-menu .primary-menu .navbar-inverse .nav-pills >li > a {
  padding: 12px 25px 12px;
}
.header-style6 .header-bottom.sticky-menu .revo-logo {
  display: block;
  padding: 0 15px;
}
.header-style6 .header-bottom.sticky-menu .revo-logo a {
  display: inline-block;
  max-width: 110px;
  padding: 1px 0 0;
}
.header-style6 .header-bottom.sticky-menu .cart-sticky {
  display: block;
  position: absolute;
  right: 0;
  top: 10px;
}
.rtl .header-style6 .header-bottom.sticky-menu .cart-sticky {
  left: 0;
  right: auto;
}
.header-style6 .header-bottom.sticky-menu .cart-sticky .top-form.top-form-minicart {
  padding: 0;
}
.header-style6 .header-bottom.sticky-menu .cart-sticky .top-form.top-form-minicart .top-minicart-icon {
  width: 42px;
}
.header-style6 .header-bottom.sticky-menu .cart-sticky .top-form.top-form-minicart .top-minicart-icon .cart-contents .text-cart {
  display: none;
}
.header-style6 .header-bottom.sticky-menu .cart-sticky .top-form.top-form-minicart .wrapp-minicart {
  top: 41px;
}
.header-style6 .header-bottom.sticky-menu .search-cate {
  top: 3px;
  right: 55px;
}
.rtl .header-style6 .header-bottom.sticky-menu .search-cate {
  left: 55px;
  right: auto;
}
.header-style6 .header-bottom.sticky-menu .search-cate .top-form.top-search.open {
  margin-top: 65px;
}
.header-style6 .search-cate {
  position: absolute;
  top: 0;
  right: 0;
}
.rtl .header-style6 .search-cate {
  left: 0;
  right: auto;
}
.header-style6 .search-cate .search-home6 {
  float: right;
  font-size: 16px;
  color: #1c1c1c;
  line-height: 42px;
  cursor: pointer;
}
.header-style6 .search-cate .search-home6:hover {
  color: #d263ee;
}
.rtl .header-style6 .search-cate .search-home6 {
  float: left;
}
.header-style6 .search-cate .sw_woo_search {
  float: none;
}
.header-style6 .search-cate .revo_top {
  padding: 0;
}
.header-style6 .search-cate .revo_top .top-form.top-search {
  min-width: 250px;
  background-color: #000;
  width: 100%;
  margin: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translate(0,-60px);
  -moz-transform: translate(0,-60px);
  -o-transform: translate(0,-60px);
  -ms-transform: translate(0,-60px);
  transform: translate(0,-60px);
}
.header-style6 .search-cate .revo_top .top-form.top-search.open {
  height: auto;
  opacity: 1;
  visibility: visible;
  margin-top: 60px;
}
.header-style6 .search-cate .revo_top .top-form.top-search .topsearch-entry {
  padding: 0;
}
.header-style6 .search-cate .revo_top .top-form.top-search .cat-wrapper {
  display: none;
}
.header-style6 .search-cate .revo_top .top-form.top-search input {
  padding-left: 10px;
  border-radius: 0;
  background-color: #fff;
  color: #999;
  height: 40px;
  box-shadow: 0 0 3px #999;
  width: auto;
}
.rtl .header-style6 .search-cate .revo_top .top-form.top-search input {
  padding-right: 10px;
}
.header-style6 .search-cate .revo_top .top-form.top-search button.button-search-pro {
  background-color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 0;
  color: #222;
  border-left: 0;
  right: 0;
}
.rtl .header-style6 .search-cate .revo_top .top-form.top-search button.button-search-pro {
  left: 0;
  right: auto;
}
.header-style6 .search-cate .revo_top .top-form.top-search button.button-search-pro:hover {
  background-color: #fff;
  color: #d263ee;
  border-radius: 0;
}
.header-style6 .search-cate .revo_top .top-form.top-search button.button-search-pro:hover:before {
  color: #999;
}
.header-style6 .top-form.top-form-minicart {
  padding: 0 15px 0 0;
}
.rtl .header-style6 .top-form.top-form-minicart {
  padding: 0 5px 0 15px;
}
.header-style6 .top-form.top-form-minicart .top-minicart-icon {
  text-align: center;
  border-radius: 50%;
  width: auto;
  height: 35px;
  background: url("../assets/img/icon-cart6.png") no-repeat top center;
  position: relative;
}
.header-style6 .top-form.top-form-minicart .top-minicart-icon .cart-contents .minicart-number {
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  width: 22px;
  height: 22px;
  line-height: 22px;
  position: absolute;
  right: 0px;
  top: -5px;
  background-color: #d263ee;
  color: #fff;
  border-radius: 50%;
  font-size: 13px;
}
.rtl .header-style6 .top-form.top-form-minicart .top-minicart-icon .cart-contents .minicart-number {
  left: 0;
  right: auto;
}
.header-style6 .top-form.top-form-minicart .top-minicart-icon .cart-contents .text-cart {
  display: block;
  padding-top: 30px;
  font-size: 12px;
  color: #898989;
}
.header-style6 .top-form.top-form-minicart .top-minicart-icon .cart-contents:hover .text-cart {
  color: #d263ee;
}
.video-bg-home6 .rev_slider_wrapper a {
  color: #fff;
}
.service-home6 ul {
  margin: 12px 0;
  list-style: none;
  overflow: hidden;
}
.service-home6 ul > li {
  float: left;
  width: 33.33%;
  padding-right: 7px;
}
.service-home6 ul > li .content {
  color: #222;
  height: 54px;
  line-height: 54px;
  background-color: #d263ee;
  display: block;
  position: relative;
  padding-left: 25px;
  font-size: 14px;
  font-weight: 400;
}
.service-home6 ul > li .content:hover {
  opacity: 0.85;
}
.rtl .service-home6 ul > li .content {
  padding-right: 25px;
  padding-left: 0;
}
.rtl .service-home6 ul > li .content:before {
  margin-right: 0;
  margin-left: 10px;
}
.service-home6 ul > li .content:before {
  content: '';
  display: inline-block;
  margin-right: 10px;
  width: 15px;
  height: 15px;
  background: url(../assets/img/bg_general.png) no-repeat -30px -1934px;
}
.service-home6 ul > li .content span {
  font-weight: 700;
}
.service-home6 ul > li:last-child {
  padding: 0;
}
.featured-cat {
  margin: 65px -15px 0;
  position: relative;
  overflow: hidden;
}
.featured-cat .wrap-content .block-title {
  text-align: center;
}
.featured-cat .wrap-content .block-title h3 {
  font-size: 24px;
  color: #222;
  text-transform: uppercase;
  font-weight: 800 !important;
  margin-bottom: 5px;
}
.featured-cat .wrap-content .description {
  text-align: center;
  color: #666;
  font-size: 14px;
  margin-bottom: 35px;
  font-weight: 400;
}
.featured-cat .wrap-content .item {
  float: left;
  width: 50%;
  position: relative;
  padding: 0 15px;
  margin-bottom: 30px;
}
.featured-cat .wrap-content .item img {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.featured-cat .wrap-content .item:hover img {
  opacity: 0.85;
}
.rtl .featured-cat .wrap-content .item {
  float: right;
}
.featured-cat .wrap-content .item .item-content {
  position: absolute;
}
.featured-cat .wrap-content .item .item-content h2 {
  font-weight: 600;
  font-size: 14px;
  color: #666;
  text-transform: uppercase;
}
.featured-cat .wrap-content .item .item-content h1 {
  font-size: 36px;
  color: #1c1c1c;
  font-weight: 700;
  margin-bottom: 15px;
}
.featured-cat .wrap-content .item .item-content .des {
  color: #666;
  line-height: 20px;
  display: block;
}
.featured-cat .wrap-content .item .item-content .set-to {
  display: inline-block;
  height: 45px;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 45px;
  padding: 0 27px;
  margin: 30px 0;
  background-color: #000;
}
.featured-cat .wrap-content .item .item-content .set-to:hover {
  background-color: #d263ee;
}
.featured-cat .wrap-content .item .item-content h4 {
  font-weight: 600;
  font-size: 20px;
  color: #1c1c1c;
}
.featured-cat .wrap-content .item .item-content a.shop-now {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  color: #1c1c1c;
  position: relative;
}
.featured-cat .wrap-content .item .item-content a.shop-now:hover {
  color: #d263ee;
}
.featured-cat .wrap-content .item .item-content a.shop-now:after {
  content: '\f105';
  font-family: 'FontAwesome';
  font-size: 14px;
  margin-left: 10px;
}
.featured-cat .wrap-content .item.item1 .item-content {
  top: 198px;
  right: 40px;
  text-align: center;
  width: 49%;
}
.featured-cat .wrap-content .item.item2 .item-content {
  bottom: 35px;
  left: 40px;
  text-align: left;
}
.featured-cat .wrap-content .item.item3 .item-content {
  top: 130px;
  left: 40px;
  text-align: left;
}
.featured-cat .wrap-content .item.item4 .item-content {
  top: 70px;
  text-align: left;
  width: 41%;
  right: 35px;
}
.featured-cat .wrap-content .item.item4 .item-content .des {
  margin-bottom: 25px;
}
.featured-cat .wrap-content .item.item2,
.featured-cat .wrap-content .item.item3 {
  width: 25%;
}
.block-text-home6 {
  position: relative;
}
.block-text-home6 .des {
  position: absolute;
  right: 345px;
  top: 45px;
}
.block-text-home6 a.shop-all {
  position: absolute;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  padding: 0 34px;
  background-color: #000;
  line-height: 45px;
  height: 45px;
  top: 38px;
  right: 30px;
  display: inline-block;
  text-transform: uppercase;
}
.block-text-home6 a.shop-all:hover {
  background-color: #d263ee;
}
.home-style6 .featured-product {
  position: relative;
  margin-top: 30px;
}
.home-style6 .featured-product:hover .res-button {
  opacity: 1;
}
.home-style6 .featured-product .block-title {
  text-align: center;
}
.home-style6 .featured-product .block-title h3 {
  font-size: 24px;
  color: #222;
  text-transform: uppercase;
  font-weight: 800 !important;
  margin-bottom: 8px;
}
.home-style6 .featured-product .description {
  text-align: center;
  color: #666;
  font-size: 14px;
  margin-bottom: 35px;
  font-weight: 400;
}
.home-style6 .featured-product .res-button {
  display: inline-block;
  width: 42px;
  height: 42px;
  line-height: 42px;
  background-color: rgba(34,34,34,0.6);
  position: absolute;
  top: 50%;
  color: #e8e8e8;
  font-size: 18px;
  cursor: pointer;
  border-radius: 50%;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 3;
}
.home-style6 .featured-product .res-button:hover {
  background-color: #d263ee;
  color: #fff;
}
.home-style6 .featured-product .res-button.slick-prev {
  left: 0;
  right: auto;
}
.home-style6 .featured-product .res-button.slick-prev:before {
  font-family: 'FontAwesome';
  content: '\f0d9';
}
.home-style6 .featured-product .res-button.slick-next {
  right: 0;
  left: auto;
}
.home-style6 .featured-product .res-button.slick-next:before {
  font-family: 'FontAwesome';
  content: '\f0da';
}
.home-style6 .featured-product .slider .item .item-wrap .products-thumb a.sw-quickview {
  background-color: #222;
}
.home-style6 .featured-product .slider .item .item-wrap .products-thumb a.sw-quickview:hover {
  opacity: 0.85;
}
.home-style6 .featured-product .slider .item .item-wrap .products-thumb .sale-off {
  background-color: #222;
  font-family: 'OpenSansBold';
  font-weight: normal;
}
.home-style6 .featured-product .slider .item .item-wrap .item-content h4 a {
  font-weight: 500;
  color: #222;
}
.home-style6 .featured-product .slider .item .item-wrap .item-content .item-price {
  color: #222;
}
.home-style6 .featured-product .slider .item .item-wrap .item-content .item-price ins {
  color: #222;
}
.home-style6 .featured-product .slider .item .item-wrap .item-content .item-bottom {
  bottom: -10px;
}
.home-style6 .featured-product .slider .item .item-wrap .item-content .item-bottom .add_to_cart_button,
.home-style6 .featured-product .slider .item .item-wrap .item-content .item-bottom .product_type_external,
.home-style6 .featured-product .slider .item .item-wrap .item-content .item-bottom .product_type_grouped {
  background-color: #222;
}
.home-style6 .featured-product .slider .item .item-wrap .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.home-style6 .featured-product .slider .item .item-wrap .item-content .item-bottom a.compare.added {
  border: 1px solid #d263ee !important;
  color: #fff;
}
.home-style6 .featured-product .slider .item .item-wrap .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover,
.home-style6 .featured-product .slider .item .item-wrap .item-content .item-bottom a.compare.added:hover {
  border: 1px solid #222;
}
.home-style6 .featured-product .slider .item .item-wrap .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.home-style6 .featured-product .slider .item .item-wrap .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.home-style6 .featured-product .slider .item .item-wrap .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
.home-style6 .featured-product .slider .item .item-wrap .item-content .item-bottom a.compare {
  border: 1px solid #222;
  color: #222;
}
.home-style6 .featured-product .slider .item .item-wrap .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover,
.home-style6 .featured-product .slider .item .item-wrap .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover,
.home-style6 .featured-product .slider .item .item-wrap .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover,
.home-style6 .featured-product .slider .item .item-wrap .item-content .item-bottom a.compare:hover {
  background-color: #222;
}
.sw-instagram-slider {
  position: relative;
  margin-bottom: 10px;
}
.sw-instagram-slider .slider .slick-list {
  margin: 0 -5px;
}
.sw-instagram-slider .slider .item {
  padding: 0 5px;
}
.sw-instagram-slider .slider .item a {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.sw-instagram-slider .slider .item a img {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.sw-instagram-slider .slider .item a:hover img {
  opacity: 0.85;
}
.sw-instagram-slider .slider .item a .fa {
  font-size: 24px;
  color: #cecece;
  position: absolute;
  top: 15px;
  right: 15px;
}
.sw-instagram-slider .res-button {
  width: 42px;
  height: 42px;
  border: 1px solid #dedede;
  line-height: 40px;
  text-align: center;
  background-color: #f5f5f5;
  color: #898989;
  position: absolute;
  top: 50%;
  margin-top: -21px;
  border-radius: 50%;
  cursor: pointer;
}
.sw-instagram-slider .res-button:hover {
  background-color: #d263ee;
  color: #fff;
  border: 1px solid #d263ee;
}
.sw-instagram-slider .res-button:before {
  font-family: FontAwesome;
  font-size: 26px;
}
.sw-instagram-slider .res-button.slick-prev {
  left: -72px;
}
.sw-instagram-slider .res-button.slick-prev:before {
  content: '\f104';
}
.sw-instagram-slider .res-button.slick-next {
  right: -72px;
}
.sw-instagram-slider .res-button.slick-next:before {
  content: '\f105';
}
.instargram-gallery {
  text-align: center;
  margin-top: 30px;
}
.instargram-gallery h3 {
  font-size: 16px;
  color: #222;
  text-transform: uppercase;
  font-weight: 700;
}
.instargram-gallery ul {
  overflow: hidden;
  display: inline-block;
  margin-bottom: 0;
  margin: 0;
}
.instargram-gallery ul > li {
  list-style: none;
  float: left;
}
.rtl .instargram-gallery ul > li {
  float: right;
}
.instargram-gallery ul > li > a {
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  color: #222;
  margin: 0 6px;
}
.instargram-gallery ul > li > a:hover {
  color: #d263ee;
}
.footer .footer-home6 .vc_wp_custommenu .widget_nav_menu .widgettitle {
  margin-bottom: 15px;
}
.footer .footer-home6 .vc_wp_custommenu .widget_nav_menu ul.menu > li > a {
  color: #666;
}
.footer .footer-home6 .vc_wp_custommenu .widget_nav_menu ul.menu > li > a:hover {
  color: #d263ee;
}
.footer .footer-home6 .wpb_content_element {
  margin: 0;
}
.footer .footer-home6 .newsletter-footer6 {
  float: none;
  margin: 20px auto 0;
  text-align: center;
}
.footer .footer-home6 .newsletter-footer6 .content-wrap h3 {
  font-size: 24px;
  font-weight: 800;
  color: #222;
  text-transform: uppercase;
}
.footer .footer-home6 .newsletter-footer6 .content-wrap .title {
  font-size: 14px;
  color: #666;
  margin-bottom: 28px;
  font-weight: 400;
}
.footer .footer-home6 .newsletter-footer6 .content-wrap .mc4wp-form .mc4wp-alert.mc4wp-success {
  margin: -30px 0 30px;
}
.footer .footer-home6 .newsletter-footer6 .content-wrap .mc4wp-form input[type="email"] {
  border: 0;
  border-radius: 0;
  height: 46px;
  width: 100%;
  border: 1px solid #ccc;
  padding: 0 20px;
  background: url(../assets/img/violet/icon-newsletter.png) no-repeat right 15px center #fff;
}
.rtl .footer .footer-home6 .newsletter-footer6 .content-wrap .mc4wp-form input[type="email"] {
  background-position: left 15px center;
}
.footer .footer-home6 .newsletter-footer6 .content-wrap .mc4wp-form input[type="submit"] {
  height: 35px;
  border-radius: 18px;
  background-color: #d263ee;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  text-align: center;
  color: #1c1c1c;
  line-height: 35px;
  width: 100%;
  border: 0;
  margin: 20px 0 55px;
}
.footer .footer-home6 .newsletter-footer6 .content-wrap .mc4wp-form input[type="submit"]:hover {
  color: #fff;
}
.footer .footer-home6 .contact-address {
  padding-bottom: 50px;
}
.footer .footer-home6 .contact-address .info-footer a {
  color: #7d7d7d;
}
.footer .footer-home6 .contact-address .info-footer a:hover {
  color: #d263ee;
}
.footer .footer-home6 .contact-address .info-footer .app-download {
  display: block;
  margin: 20px 0 20px;
}
.footer .footer-home6 .contact-address .info-footer ul > li {
  margin-top: 10px;
}
.footer .footer-home6 .contact-address .info-footer ul > li span {
  line-height: 21px;
  margin-top: -3px;
}
.footer .footer-home6 .contact-address .info-footer ul > li.email {
  margin-bottom: 15px;
}
@media (max-width: 1199px) {
  .block-text-home6 .des {
    right: 250px;
  }
  .block-text-home6 .shop-all {
    padding: 0 25px;
  }
  .block-text-home6 a.shop-all {
    padding: 0 25px;
  }
  .video-bg-home6 .rev_slider_wrapper .rev_slider .tp-parallax-wrap {
    display: none;
  }
  .header-style6 .header-mid.sticky-mid .header-right .top-form.top-form-minicart {
    right: 50px;
  }
  .rtl .header-style6 .header-mid.sticky-mid .header-right .top-form.top-form-minicart {
    left: 50px;
    right: auto;
  }
  .sw-instagram-slider .res-button.slick-prev {
    left: 10px;
  }
  .sw-instagram-slider .res-button.slick-next {
    right: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .featured-cat .wrap-content .item.item1 .item-content {
    top: 70px;
  }
}
@media (max-width: 991px) {
  .service-home6 ul > li {
    width: 100%;
    margin: 0 0 10px;
    padding: 0;
  }
  .header-style6 .header-bottom .main-menu {
    float: left !important;
    margin: 0 15px;
  }
  .rtl .header-style6 .header-bottom .main-menu {
    float: right !important;
  }
  .header-style6 .header-bottom.sticky-menu .resmenu-container .menu-responsive-wrapper {
    top: 51px;
  }
  .header-style6 .header-bottom.sticky-menu #main-menu .primary-menu .resmenu-container .navbar-toggle {
    margin: 3px 0;
  }
  .header-style6 .header-bottom.sticky-menu .search-cate {
    top: 0;
  }
  .header-style6 .header-bottom.sticky-menu .search-cate .search-home6 {
    line-height: 40px;
  }
  .featured-cat .wrap-content .item.item1 .item-content {
    top: 50px;
  }
  .featured-cat .wrap-content .item.item2 .item-content {
    bottom: 10px;
  }
  .featured-cat .wrap-content .item.item3 .item-content {
    top: 30px;
  }
  .featured-cat .wrap-content .item.item4 .item-content {
    top: 10px;
  }
  .block-text-home6 a.shop-all {
    top: 20px;
    padding: 0 15px;
    height: 35px;
    line-height: 35px;
  }
  .block-text-home6 .des {
    display: none;
  }
  .footer .footer-home6 .wpb_content_element {
    margin: 0 0 20px;
  }
  .header-style6 .header-bottom {
    text-align: left;
  }
  .rtl .header-style6 .header-bottom {
    text-align: right;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .rtl .header-style6 .header-mid .header-right .widget_text .header-right-block .menu-confirmation,
  .header-style6 .header-mid .header-right .widget_text .header-right-block .header-help {
    margin: 0 8px;
  }
  .header-style6 .header-mid .header-right .widget_text .header-right-block .menu-confirmation.open ul {
    margin-right: -70px;
  }
  .rtl .header-style6 .header-mid .header-right .widget_text .header-right-block .menu-confirmation.open ul {
    margin-right: -120px;
  }
}
@media (max-width: 767px) {
  .header-style6 .search-cate .search-home6 {
    margin-right: 15px;
  }
  .rtl .header-style6 .search-cate .search-home6 {
    margin-left: 15px;
    margin-right: 0;
  }
  .header-style6 .search-cate .revo_top .top-form.top-search input {
    padding: 0 20px;
  }
}
@media (max-width: 640px) {
  .header-style6 .header-top {
    text-align: center;
  }
  .header-style6 .header-top .top-header {
    display: inline-block;
  }
  .header-style6 .header-top .top-header .block-text-left {
    display: none;
  }
  .header-style6 .header-mid {
    padding: 10px 0;
    position: relative;
  }
  .header-style6 .header-mid .header-left {
    margin: 0;
  }
  .header-style6 .header-mid .top-header {
    width: 100%;
    clear: both;
  }
  .header-style6 .header-mid .top-header .revo-logo {
    padding-top: 20px;
  }
  .header-style6 .header-mid .header-right {
    position: absolute;
    top: 10px;
    margin: 0;
    right: 0;
  }
  .rtl .header-style6 .header-mid .header-right {
    left: 0;
    right: auto;
  }
  .header-style6 .header-mid .header-right .widget_text .header-right-block .menu-confirmation.open ul {
    margin-right: -70px;
  }
  .rtl .header-style6 .header-mid .header-right .widget_text .header-right-block .menu-confirmation.open ul {
    margin-right: -120px;
  }
  .featured-cat {
    margin: 25px -15px 0;
  }
  .featured-cat .wrap-content .block-title h3 {
    font-size: 18px;
  }
  .featured-cat .wrap-content .block-title .description {
    margin-bottom: 15px;
  }
  .featured-cat .wrap-content .item.item1 .item-content {
    top: 120px;
  }
  .featured-cat .wrap-content .item {
    width: 100%;
  }
  .featured-cat .wrap-content .item img {
    width: 100%;
  }
  .featured-cat .wrap-content .item.item1 {
    width: 100%;
  }
  .featured-cat .wrap-content .item.item1 img {
    width: 100%;
  }
  .featured-cat .wrap-content .item.item1 .item-content {
    top: 198px;
  }
  .featured-cat .wrap-content .item.item2 .item-content {
    bottom: 35px;
  }
  .featured-cat .wrap-content .item.item3 .item-content {
    top: 130px;
  }
  .featured-cat .wrap-content .item.item2,
  .featured-cat .wrap-content .item.item3 {
    width: 50%;
  }
  .featured-cat .wrap-content .item.item2 img,
  .featured-cat .wrap-content .item.item3 img {
    width: 100%;
  }
  .featured-cat .wrap-content .item.item4 .item-content {
    top: 70px;
  }
  .responsive-post-slider.style1 {
    margin: 30px 0 20px;
  }
  .responsive-post-slider.style1 .box-title h3 {
    font-size: 18px;
  }
  .responsive-post-slider.style1 .description {
    margin-bottom: 20px;
  }
  .home-style6 .featured-product .block-title h3 {
    font-size: 18px;
  }
  .home-style6 .featured-product .block-title .description {
    margin-bottom: 15px;
  }
  .featured-cat .wrap-content .item.item1 .item-content {
    top: 120px;
  }
  .block-text-home6 a.shop-all {
    top: 10px;
  }
  .footer .footer-home6 .newsletter-footer6 .content-wrap .mc4wp-form input[type="submit"] {
    margin: 20px 0 15px;
  }
}
@media (max-width: 480px) {
  .header-style6 .header-bottom.sticky-menu .main-menu {
    margin: 0;
  }
  .header-style6 .header-bottom.sticky-menu .main-menu .menu-responsive-wrapper {
    left: 0;
  }
}
@media (max-width: 360px) {
  .header-style6 .header-mid .header-right {
    top: 16px;
  }
  .header-style6 .header-mid .header-right .widget_text .header-right-block .header-help a span {
    display: none;
  }
  .header-style6 .header-mid .header-right .widget_text .header-right-block .menu-confirmation {
    width: 26px;
  }
  .header-style6 .header-mid .header-right .widget_text .header-right-block .menu-confirmation .text-confirmation {
    width: 26px;
  }
  .header-style6 .header-mid .header-right .widget_text .header-right-block .menu-confirmation .text-confirmation span {
    display: none;
  }
  .header-style6 .currency_w {
    margin: 0;
  }
  .header-style6 .top-form.top-form-minicart .top-minicart-icon {
    display: block;
    width: 42px;
  }
  .header-style6 .top-form.top-form-minicart .top-minicart-icon .cart-contents .text-cart {
    display: none;
  }
  .header-style6 .header-mid .header-right .widget_text .header-right-block .menu-confirmation.open ul {
    margin-right: -60px;
    top: 40px;
  }
  .rtl .header-style6 .header-mid .header-right .widget_text .header-right-block .menu-confirmation.open ul {
    margin-right: -160px;
  }
  .header-style6 .search-cate .revo_top .top-form.top-search.open {
    min-width: 320px;
  }
  .rtl .header-style6 .search-cate .revo_top .top-form.top-search.open input {
    padding-left: 0;
  }
  .rtl .header-style6 .search-cate .revo_top .top-form.top-search.open .button-search-pro {
    left: 0;
    right: auto;
  }
  .featured-cat .wrap-content .item {
    margin-bottom: 15px;
  }
  .featured-cat .wrap-content .item.item1 .item-content {
    right: 10px;
    top: 15px;
    width: 93%;
  }
  .featured-cat .wrap-content .item.item2,
  .featured-cat .wrap-content .item.item3 {
    width: 100%;
  }
  .featured-cat .wrap-content .item.item4 .item-content {
    top: 40px;
  }
  .featured-cat .wrap-content .item.item4 .des {
    display: none;
  }
  .block-text-home6 {
    display: block;
  }
  .block-text-home6 a.shop-all {
    display: none;
  }
  .instargram-gallery {
    margin: 10px 0;
  }
  .sw-instagram-gallery .intagram-gallery-content .item {
    width: 100% !important;
    margin: 0 0 10px;
  }
  .sw-instagram-gallery .intagram-gallery-content .item:last-child {
    margin: 0 0 0;
  }
  .footer .footer-home6 .newsletter-footer6 {
    margin-top: 0;
  }
  .footer .footer-home6 .contact-address {
    padding-bottom: 10px;
  }
}
.home-style7 .item .item-wrap .item-detail .item-content .item-price {
  font-size: 18px;
  float: none;
  position: relative;
  z-index: 2;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
  display: inline-block;
  vertical-align: top;
}
.home-style7 .item .item-wrap .item-detail .item-content .item-price del {
  font-size: 16px;
}
.home-style7 .box-slider-title {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 12px;
  margin-bottom: 34px;
}
.home-style7 .box-slider-title h2 {
  font-weight: 700;
  font-size: 22px;
  color: #222;
  text-transform: uppercase;
  margin: 0 0 0;
  font-weight: 800;
}
.home-style7 .box-slider-title .view-all a {
  font-weight: 600;
  font-size: 13px;
  color: #d263ee;
  display: block;
  padding: 8px 0;
  margin: 0 0 0 22px;
}
.home-style7 .wpb_button,
.home-style7 .wpb_content_element,
.home-style7 ul.wpb_thumbnails-fluid>li {
  margin-bottom: 0;
}
.home-style7 .responsive-post-slider .resp-slider-container {
  position: relative;
}
.home-style7 .responsive-post-slider .resp-slider-container .block-title {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 16px;
  margin-bottom: 30px;
}
.home-style7 .responsive-post-slider .resp-slider-container .block-title h3 {
  font-weight: 700;
  font-size: 22px;
  color: #222;
  text-transform: uppercase;
  margin: 0 0 0;
  padding: 0;
  border: none;
  font-weight: 800;
}
.home-style7 .responsive-post-slider .resp-slider-container .block-title h3:before {
  display: none;
}
.home-style7 .responsive-post-slider .resp-slider-container .slider .item .item-detail .entry-content h4 {
  margin: 15px 0 0;
}
.home-style7 .responsive-post-slider .resp-slider-container .slider .item .item-detail .entry-content h4 a {
  line-height: 22px;
}
.home-style7 .responsive-post-slider .res-button {
  top: -2px;
}
#rev_slider_6_1 a {
  color: #fff;
}
#rev_slider_6_1 a i {
  margin-right: 7px;
}
#rev_slider_6_1 .ares {
  width: 57px !important;
}
#rev_slider_6_1 .ares .tp-bullet {
  position: relative;
  left: auto !important;
  float: left;
}
#rev_slider_6_1 .ares .tp-bullet.selected {
  width: 25px;
  border-radius: 4px;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
  background-color: #d263ee;
}
#rev_slider_6_1 .ares .tp-bullet + .tp-bullet {
  margin-left: 8px !important;
}
#rev_slider_6_1 .ares .tp-bullet:hover {
  background-color: #d263ee;
}
.dailydeals-product .resp-slider-container .box-slider-title {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 12px;
  margin-bottom: 34px;
}
.dailydeals-product .resp-slider-container .box-slider-title h2 {
  font-weight: 700;
  font-size: 22px;
  color: #222;
  text-transform: uppercase;
  margin: 0 0 0;
  font-weight: 800;
}
.dailydeals-product .resp-slider-container .box-slider-title .wrap-link .wrap-countdown {
  border: 1px dashed #d263ee;
}
.dailydeals-product .resp-slider-container .box-slider-title .wrap-link .wrap-countdown .end-in {
  border-right: 1px dashed #d263ee;
  font-weight: 600;
  font-size: 12px;
  color: #383838;
  text-transform: uppercase;
  padding: 8px 13px 6px 37px;
  position: relative;
}
.dailydeals-product .resp-slider-container .box-slider-title .wrap-link .wrap-countdown .end-in:before {
  content: '\f017';
  font-family: FontAwesome;
  color: #d263ee;
  font-size: 18px;
  position: absolute;
  top: 6px;
  left: 13px;
}
.dailydeals-product .resp-slider-container .box-slider-title .wrap-link .wrap-countdown .banner-countdown {
  padding: 5px 21px;
  overflow: hidden;
}
.dailydeals-product .resp-slider-container .box-slider-title .wrap-link .wrap-countdown .banner-countdown .countdown-row .countdown-section span {
  font-weight: 600;
  font-size: 12px;
  color: #383838;
  text-transform: capitalize;
}
.dailydeals-product .resp-slider-container .box-slider-title .wrap-link .wrap-countdown .banner-countdown .countdown-row .countdown-section span.countdown-amount {
  margin: 0 3px 0 0;
}
.dailydeals-product .resp-slider-container .box-slider-title .wrap-link .wrap-countdown .banner-countdown .countdown-row .countdown-section.days,
.dailydeals-product .resp-slider-container .box-slider-title .wrap-link .wrap-countdown .banner-countdown .countdown-row .countdown-section.hours,
.dailydeals-product .resp-slider-container .box-slider-title .wrap-link .wrap-countdown .banner-countdown .countdown-row .countdown-section.mins {
  margin: 0 28px 0 0;
  display: inline-block;
}
.dailydeals-product .resp-slider-container .box-slider-title .wrap-link .view-all a {
  font-weight: 600;
  font-size: 13px;
  color: #d263ee;
  display: block;
  padding: 8px 0;
  margin: 0 0 0 22px;
}
.dailydeals-product .resp-slider-container .slick-slider .item .item-wrap {
  margin-bottom: 36px;
}
.dailydeals-product .resp-slider-container .slick-slider .item .item-wrap .item-detail .item-content h4 a {
  opacity: 1;
  line-height: 21px;
}
.dailydeals-product .resp-slider-container .slick-slider .item .item-wrap .item-detail .item-content .item-price {
  opacity: 1;
}
.dailydeals-product .resp-slider-container .slick-slider .item .item-wrap .item-detail .item-img {
  overflow: hidden;
  margin: 0 0 9px;
}
.dailydeals-product .resp-slider-container .slick-slider .item .item-wrap .item-detail .item-img .item-bottom {
  bottom: 0px;
}
.dailydeals-product .resp-slider-container .slick-slider .item .item-wrap:hover .item-img .item-bottom {
  opacity: 1;
  filter: alpha(opacity=100);
}
.dailydeals-product .resp-slider-container .slick-slider .item .item-wrap:hover .item-img .item-bottom .button,
.dailydeals-product .resp-slider-container .slick-slider .item .item-wrap:hover .item-img .item-bottom .add_to_cart_button,
.dailydeals-product .resp-slider-container .slick-slider .item .item-wrap:hover .item-img .item-bottom .product_type_external,
.dailydeals-product .resp-slider-container .slick-slider .item .item-wrap:hover .item-img .item-bottom .product_type_grouped,
.dailydeals-product .resp-slider-container .slick-slider .item .item-wrap:hover .item-img .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.dailydeals-product .resp-slider-container .slick-slider .item .item-wrap:hover .item-img .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.dailydeals-product .resp-slider-container .slick-slider .item .item-wrap:hover .item-img .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
.dailydeals-product .resp-slider-container .slick-slider .item .item-wrap:hover .item-img .item-bottom a.compare,
.dailydeals-product .resp-slider-container .slick-slider .item .item-wrap:hover .item-img .item-bottom .group.fancybox {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.best-selling-product .resp-slider-container .slick-slider .item .item-wrap {
  margin-bottom: 36px;
}
.best-selling-product .resp-slider-container .slick-slider .item .item-wrap .item-detail .item-content h4 a {
  opacity: 1;
  line-height: 21px;
}
.best-selling-product .resp-slider-container .slick-slider .item .item-wrap .item-detail .item-content .item-price {
  opacity: 1;
}
.best-selling-product .resp-slider-container .slick-slider .item .item-wrap .item-detail .item-img {
  overflow: hidden;
  margin: 0 0 9px;
}
.best-selling-product .resp-slider-container .slick-slider .item .item-wrap .item-detail .item-img .item-bottom {
  bottom: 0px;
}
.best-selling-product .resp-slider-container .slick-slider .item .item-wrap:hover .item-img .item-bottom {
  opacity: 1;
  filter: alpha(opacity=100);
}
.best-selling-product .resp-slider-container .slick-slider .item .item-wrap:hover .item-img .item-bottom .button,
.best-selling-product .resp-slider-container .slick-slider .item .item-wrap:hover .item-img .item-bottom .add_to_cart_button,
.best-selling-product .resp-slider-container .slick-slider .item .item-wrap:hover .item-img .item-bottom .product_type_external,
.best-selling-product .resp-slider-container .slick-slider .item .item-wrap:hover .item-img .item-bottom .product_type_grouped,
.best-selling-product .resp-slider-container .slick-slider .item .item-wrap:hover .item-img .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.best-selling-product .resp-slider-container .slick-slider .item .item-wrap:hover .item-img .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.best-selling-product .resp-slider-container .slick-slider .item .item-wrap:hover .item-img .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
.best-selling-product .resp-slider-container .slick-slider .item .item-wrap:hover .item-img .item-bottom a.compare,
.best-selling-product .resp-slider-container .slick-slider .item .item-wrap:hover .item-img .item-bottom .group.fancybox {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
@media (min-width: 1445px) and (max-width: 1920px) {
  .header-style7 .header-mid.sticky-mid .mid-header {
    position: fixed;
    z-index: 99;
    top: 0;
    right: 375px;
    float: none;
    padding: 5px 0;
    left: auto;
  }
  .rtl .header-style7 .header-mid.sticky-mid .mid-header {
    left: 375px;
    right: auto;
  }
  .header-style7 .header-mid.sticky-mid .mid-header .top-form.top-form-minicart .top-minicart-icon .title-cart {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header-style7 .header-mid.sticky-mid .mid-header {
    right: 20px;
    left: auto;
  }
  .rtl .header-style7 .header-mid.sticky-mid .mid-header {
    left: 20px;
    right: auto;
  }
  .header-style7 .header-bottom .container i {
    right: 40px;
    left: auto;
  }
  .rtl .header-style7 .header-bottom .container i {
    left: 40px;
    right: auto;
  }
}
@media (max-width: 767px) {
  .footer .footer-style7 .elementor-widget-wp-widget-nav_menu h5 .icon-footer:before,
  .footer .footer-style7 .widget_nav_menu .widgettitle .icon-footer:before {
    opacity: 1 !important;
    color: #fff;
  }
  .footer .footer-style7 .wpb_content_element h3  .icon-footer:before {
    opacity: 1 !important;
    color: #fff;
  }
  .footer .footer-style7 .elementor-widget-wp-widget-nav_menu ul.menu,
  .footer .footer-style7 .widget_nav_menu ul.menu,
  .footer .footer-style7 .info-footer ul {
    display: none;
  }
  .footer .footer-style7 .footer-home10 .footer-menu h3 .icon-footer:before {
    opacity: 1;
  }
  .footer .footer-style7 .wrapper-footer {
    display: none;
  }
}
@media (max-width: 360px) {
  .home-style7 .service-home4 ul > li {
    margin: 0;
    font-size: 13px;
  }
  .home-style7 .service-home4 ul > li:before {
    width: 0;
    height: 0;
    background: none;
  }
}
.header-style8 .header-top {
  background-color: #e677ff;
  min-height: 38px;
  border: 0;
}
.header-style8 .header-top .header-messages {
  line-height: 38px;
  color: #222;
}
.header-style8 .header-top .custom-login .top-login {
  padding: 12px 0;
}
.header-style8 .header-top .top-login ul li a {
  color: #fff;
  border-left: 1px solid rgba(255,255,255,0.2);
}
.rtl .header-style8 .header-top .top-login ul li a {
  border-right: 1px solid rgba(255,255,255,0.2);
  border-left: 0;
  margin: 0 0px 0 10px;
}
.header-style8 .header-top .elementor-widget-wp-widget-nav_menu h5,
.header-style8 .header-top .elementor-widget-wp-widget-nav_menu h3,
.header-style8 .header-top .widget_nav_menu h5,
.header-style8 .header-top .widget_nav_menu h3 {
  color: #fff;
  border-left: 1px solid rgba(255,255,255,0.2);
}
.rtl .header-style8 .header-top .elementor-widget-wp-widget-nav_menu h5,
.rtl .header-style8 .header-top .elementor-widget-wp-widget-nav_menu h3,
.rtl .header-style8 .header-top .widget_nav_menu h5,
.rtl .header-style8 .header-top .widget_nav_menu h3 {
  border-right: 1px solid rgba(255,255,255,0.2);
  border-left: 0;
}
.header-style8 #lang_sel a.lang_sel_sel::after {
  color: #fff;
}
.header-style8 #lang_sel > ul.nav > li > a {
  padding: 0;
  border: 0;
  color: #fff;
}
.header-style8 .currency_w > li > a {
  padding-right: 10px;
  color: #fff;
  border-left: 1px solid rgba(255,255,255,0.2);
}
.rtl .header-style8 .currency_w > li > a {
  border-right: 1px solid rgba(255,255,255,0.2);
  border-left: 0;
}
.header-style8 .currency_w > li > a:after {
  color: #fff;
}
.header-style8 .header-mid .search-cate .top-form .topsearch-entry {
  padding-left: 0;
}
.rtl .header-style8 .header-mid .search-cate .top-form .topsearch-entry {
  padding-right: 0;
}
.header-style8 .header-mid .search-cate .top-form .topsearch-entry .cat-wrapper {
  display: none;
}
.header-style8 .header-mid .search-cate .top-form .topsearch-entry input {
  border: 1px solid #ccc;
  height: 45px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 0;
}
.header-style8 .header-mid .search-cate .top-form .topsearch-entry .button-search-pro {
  background-color: #464646;
  border-radius: 0;
  height: 45px;
  line-height: 45px;
  width: auto;
  padding: 0 40px;
}
.header-style8 .header-mid .search-cate .top-form .topsearch-entry .button-search-pro:hover {
  background-color: #e677ff;
}
.header-style8 .header-mid .contact-us {
  background: url("../assets/img/icon-phone.png") no-repeat left center;
  color: #1c1c1c;
}
.rtl .header-style8 .header-mid .contact-us {
  background: url("../assets/img/icon-phone.png") no-repeat right center;
}
.header-style8 .header-mid .contact-us .text {
  color: #1c1c1c;
  font-weight: 700;
}
.header-style8 .header-mid.sticky-mid .search-cate {
  position: fixed;
  top: 54px;
  right: 200px;
  z-index: 9;
  display: none;
}
.header-style8 .header-mid.sticky-mid .search-cate .revo_top {
  padding: 0;
}
.rtl .header-style8 .header-mid.sticky-mid .search-cate {
  left: 200px;
  right: auto;
}
.header-style8 .header-mid.sticky-mid .search-cate .revo_top .top-form.top-search {
  min-width: auto;
  margin: 0;
}
.header-style8 .header-mid.sticky-mid .search-cate .revo_top .top-form.top-search .topsearch-entry {
  padding: 0;
}
.header-style8 .header-mid.sticky-mid .search-cate .revo_top .top-form.top-search .topsearch-entry input {
  border: 0;
  width: 250px;
  height: 40px;
}
.header-style8 .header-mid.sticky-mid .search-cate .revo_top .top-form.top-search .topsearch-entry .button-search-pro {
  padding: 0 15px;
  background-color: #fff;
  color: #464646;
  right: 0;
  height: 40px;
  line-height: 40px;
  padding: 0 5px;
}
.header-style8 .header-mid.sticky-mid .search-cate .revo_top .top-form.top-search .topsearch-entry .button-search-pro:hover {
  background-color: #fff;
}
.header-style8 .header-mid.sticky-mid .search-cate .revo_top .top-form.top-search .topsearch-entry .button-search-pro:hover:before {
  color: #e677ff;
}
.header-style8 .header-bottom {
  background-color: #fff;
  box-shadow: none;
}
.header-style8 .header-bottom .bottom-content {
  background-color: #464646;
}
.header-style8 .header-bottom .bottom-content .primary-menu .navbar-inverse {
  background-color: #464646;
}
.header-style8 .header-bottom .bottom-content .primary-menu .navbar-inverse .nav-pills > li.dropdown > a:after {
  display: none;
}
.header-style8 .header-bottom .bottom-content .primary-menu .navbar-inverse .nav-pills > li > a {
  padding: 17px 23px;
  font-size: 13px;
  color: #fff;
}
.header-style8 .header-bottom .bottom-content .primary-menu .navbar-inverse .nav-pills > li.active > a,
.header-style8 .header-bottom .bottom-content .primary-menu .navbar-inverse .nav-pills > li:hover > a {
  color: #e677ff;
}
.header-style8 .header-bottom .bottom-content .primary-menu .navbar-inverse .nav-pills.nav-mega .revo-mega-menu.revo-menu-img > a span.menu-img {
  display: none;
}
.rtl .header-style8 .header-bottom .bottom-content .header-right {
  float: left;
}
.header-style8 .header-bottom .bottom-content .header-right .top-form.top-form-minicart {
  padding: 15px;
}
.header-style8 .header-bottom .bottom-content .header-right .top-form.top-form-minicart .top-minicart-icon {
  height: auto;
  width: auto;
  background: none;
}
.header-style8 .header-bottom .bottom-content .header-right .top-form.top-form-minicart .top-minicart-icon a {
  display: inline-block;
  font-size: 18px;
  color: #fff;
  position: relative;
}
.header-style8 .header-bottom .bottom-content .header-right .top-form.top-form-minicart .top-minicart-icon a i {
  margin-right: 20px;
}
.rtl .header-style8 .header-bottom .bottom-content .header-right .top-form.top-form-minicart .top-minicart-icon a i {
  margin-left: 20px;
  margin-right: 0;
}
.header-style8 .header-bottom .bottom-content .header-right .top-form.top-form-minicart .top-minicart-icon a .minicart-number {
  background-color: #e677ff;
  font-weight: 400;
  color: #fff;
  width: 22px;
  height: 22px;
  line-height: 20px;
  right: auto;
  left: 15px;
}
.rtl .header-style8 .header-bottom .bottom-content .header-right .top-form.top-form-minicart .top-minicart-icon a .minicart-number {
  right: 15px;
  left: auto;
}
.header-style8 .header-bottom .bottom-content .header-right .top-form.top-form-minicart .top-minicart-icon .cart-total {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
}
.header-style8 .header-bottom .bottom-content .header-right .top-form.top-form-minicart .wrapp-minicart {
  top: 54px;
}
.rtl .header-style8 .header-bottom .bottom-content .header-right .top-form.top-form-minicart .wrapp-minicart {
  left: 0;
  right: auto;
}
.header-style8 .header-bottom .sticky-search {
  margin: 0 10px;
  opacity: 0;
}
.header-style8 .header-bottom .sticky-search .fa {
  font-size: 14px;
  color: #fff;
  line-height: 54px;
}
.header-style8 .header-bottom.sticky-menu {
  position: fixed;
  background-color: #464646;
}
.header-style8 .header-bottom.sticky-menu .sticky-search {
  opacity: 1;
  cursor: pointer;
}
.header-style8 .vertical_megamenu {
  position: fixed;
  top: 120px;
  width: 232px;
  left: -300px;
  min-height: 613px;
  z-index: 999;
  text-align: left;
  direction: ltr;
}
.header-style8 .vertical_megamenu .mega-left-title {
  background-color: rgba(0,0,0,0.8);
  height: auto;
  left: 0;
  padding: 0px 0 35px;
  position: fixed;
  width: 38px;
  z-index: 6;
  top: 120px;
  cursor: pointer;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  color: #fff;
}
.header-style8 .vertical_megamenu .mega-left-title span,
.header-style8 .vertical_megamenu .mega-left-title strong {
  position: relative;
  right: -8px;
  display: block;
  transform: rotate(90deg);
  transform-origin: right top 0;
  letter-spacing: 1px;
}
.header-style8 .vertical_megamenu .mega-left-title span:after,
.header-style8 .vertical_megamenu .mega-left-title strong:after {
  background: url("../assets/img/bg-cat7.png") no-repeat center center;
  content: "";
  display: inline-block;
  transform: rotate(-90deg);
  top: 22px;
  right: -80px;
  position: absolute;
  width: 15px;
  height: 15px;
}
.header-style8 .vertical_megamenu .mega-left-title:after {
  background: none;
  width: 0;
  height: 0;
}
.header-style8 .vertical_megamenu .mega-left-title:before {
  background: none;
  width: 0;
  height: 0;
}
.header-style8 .vertical_megamenu .wrapper_vertical_menu {
  display: block;
  visibility: visible;
  min-width: 232px;
  opacity: 1;
}
.header-style8 .vertical_megamenu .wrapper_vertical_menu .vertical-megamenu {
  background-color: rgba(0,0,0,0.8);
  border: 0;
}
.header-style8 .vertical_megamenu .wrapper_vertical_menu .vertical-megamenu > li.dropdown > a:after {
  font-size: 16px;
}
.header-style8 .vertical_megamenu .wrapper_vertical_menu .vertical-megamenu > li.revo-mega-menu {
  position: static;
}
.header-style8 .vertical_megamenu .wrapper_vertical_menu .vertical-megamenu > li > a {
  color: #fff;
  border-bottom: 1px solid rgba(232,232,232,0.11);
}
.header-style8 .vertical_megamenu .wrapper_vertical_menu .vertical-megamenu > li > a:hover {
  color: #d263ee;
  background-color: transparent;
}
.header-style8 .vertical_megamenu .wrapper_vertical_menu .vertical-megamenu > li.showMore a.open-more-cat {
  background: url("../assets/img/icon-more.png") no-repeat center left;
}
.header-style8 .vertical_megamenu.open .mega-left-title strong:after {
  transform: rotate(90deg);
}
.slide-home8 {
  margin-left: 15px;
  position: relative;
  z-index: 2;
}
.slide-home8 .rev_slider .tparrows {
  height: 50px !important;
  width: 50px !important;
  background-color: rgba(0,0,0,0.3) !important;
}
.slide-home8 .rev_slider .tparrows:hover {
  background-color: rgba(0,0,0,0.6) !important;
}
.slide-home8 .rev_slider .tparrows:before {
  line-height: 50px;
  font-size: 18px;
}
.slide-home8 .rev_slider > ul > li .text-slide {
  color: #e677ff;
}
.slide-home8 .vc_column-inner {
  padding-right: 0;
  padding-left: 0;
}
.rtl .slide-home8 {
  margin-left: 0;
  margin-right: 15px;
}
.banner-home8 {
  margin-left: -15px;
}
.rtl .banner-home8 {
  margin-right: -15px;
  margin-left: 0;
}
.banner-home8 .wpb_single_image {
  float: left;
}
.sw-category-slider-layout8 {
  background-color: #fff;
  margin-bottom: 35px;
}
.sw-category-slider-layout8 .slider {
  padding: 34px 30px;
}
.sw-category-slider-layout8 .slider .item-product-cat .item-wrap .item-image {
  float: left;
  margin-right: 15px;
  margin-top: 8px;
}
.rtl .sw-category-slider-layout8 .slider .item-product-cat .item-wrap .item-image {
  float: right;
  margin-left: 15px;
}
.sw-category-slider-layout8 .slider .item-product-cat .item-wrap .item-content {
  text-align: left;
}
.rtl .sw-category-slider-layout8 .slider .item-product-cat .item-wrap .item-content {
  text-align: right;
}
.sw-category-slider-layout8 .slider .item-product-cat .item-wrap .item-content h4 {
  margin-bottom: 5px;
}
.sw-category-slider-layout8 .slider .item-product-cat .item-wrap .item-content h4 a {
  font-weight: 700;
  font-size: 14px;
  color: #222;
  margin-bottom: 2px;
  text-transform: uppercase;
}
.sw-category-slider-layout8 .slider .item-product-cat .item-wrap .item-content h4 a:hover {
  color: #d263ee;
}
.sw-category-slider-layout8 .slider .item-product-cat .item-wrap .item-content .des-cat {
  color: #898989;
}
.item-wrap2 .item-detail {
  padding: 0 15px;
}
.item-wrap2 .item-detail .products-thumb {
  position: relative;
}
.item-wrap2 .item-detail .products-thumb .sale-off {
  background-color: #92d8d6;
  font-family: 'OpenSansBold';
  right: 10px;
}
.item-wrap2 .item-detail .products-thumb .item-button {
  position: absolute;
  font-size: 15px;
  top: 50%;
  margin-top: -20px;
  left: 50%;
  margin-left: -60px;
  display: inline-block;
  text-align: center;
  z-index: 2;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.item-wrap2 .item-detail .products-thumb .item-button .clear {
  display: none;
}
.item-wrap2 .item-detail .products-thumb .item-button .yith-wcwl-add-to-wishlist {
  margin: 0 1px;
  float: left;
}
.item-wrap2 .item-detail .products-thumb .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-add-button,
.item-wrap2 .item-detail .products-thumb .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
.item-wrap2 .item-detail .products-thumb .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse {
  position: relative;
}
.item-wrap2 .item-detail .products-thumb .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.item-wrap2 .item-detail .products-thumb .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.item-wrap2 .item-detail .products-thumb .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a {
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  -ms-transition: all .4s;
  transition: all .4s;
}
.item-wrap2 .item-detail .products-thumb .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,
.item-wrap2 .item-detail .products-thumb .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.item-wrap2 .item-detail .products-thumb .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before {
  content: "\f08a";
  margin: 0;
}
.item-wrap2 .item-detail .products-thumb .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-add-button.show,
.item-wrap2 .item-detail .products-thumb .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show,
.item-wrap2 .item-detail .products-thumb .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show {
  display: inline-block !important;
  vertical-align: top;
}
.item-wrap2 .item-detail .products-thumb .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .feedback,
.item-wrap2 .item-detail .products-thumb .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .feedback,
.item-wrap2 .item-detail .products-thumb .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .feedback {
  display: none;
}
.item-wrap2 .item-detail .products-thumb .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .ajax-loading,
.item-wrap2 .item-detail .products-thumb .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .ajax-loading,
.item-wrap2 .item-detail .products-thumb .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .ajax-loading {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.item-wrap2 .item-detail .products-thumb .item-button a.sw-quickview {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  transition: all .5s;
}
.item-wrap2 .item-detail .products-thumb .item-button a.sw-quickview:before {
  content: "\f06e";
}
.item-wrap2 .item-detail .products-thumb .item-button a.compare {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  transition: all .5s;
}
.item-wrap2 .item-detail .products-thumb .item-button a.compare:before {
  content: "\f079";
}
.item-wrap2 .item-detail .products-thumb .item-button .compare-button {
  width: 40px;
  display: inline-block;
  float: left;
}
.item-wrap2 .item-detail .products-thumb .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.item-wrap2 .item-detail .products-thumb .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.item-wrap2 .item-detail .products-thumb .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
.item-wrap2 .item-detail .products-thumb .item-button a.compare,
.item-wrap2 .item-detail .products-thumb .item-button a.sw-quickview {
  text-align: center;
  color: #525252;
  font-weight: 500;
  height: 40px;
  line-height: 40px;
  padding: 0;
  background-color: #fff;
  border: 0;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  position: relative;
  font-size: 0;
  min-width: 40px;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.item-wrap2 .item-detail .products-thumb .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,
.item-wrap2 .item-detail .products-thumb .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.item-wrap2 .item-detail .products-thumb .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before,
.item-wrap2 .item-detail .products-thumb .item-button a.compare:before,
.item-wrap2 .item-detail .products-thumb .item-button a.sw-quickview:before {
  font-family: fontawesome;
  font-size: 14px;
}
.item-wrap2 .item-detail .products-thumb .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover,
.item-wrap2 .item-detail .products-thumb .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover,
.item-wrap2 .item-detail .products-thumb .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover,
.item-wrap2 .item-detail .products-thumb .item-button a.compare:hover,
.item-wrap2 .item-detail .products-thumb .item-button a.sw-quickview:hover {
  background-color: #fff;
  font-size: 0;
  padding: 0;
}
.item-wrap2 .item-detail .products-thumb .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover:before,
.item-wrap2 .item-detail .products-thumb .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover:before,
.item-wrap2 .item-detail .products-thumb .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover:before,
.item-wrap2 .item-detail .products-thumb .item-button a.compare:hover:before,
.item-wrap2 .item-detail .products-thumb .item-button a.sw-quickview:hover:before {
  color: #e677ff;
}
.item-wrap2 .item-detail .products-thumb .item-button .yith-wcwl-add-to-wishlist,
.item-wrap2 .item-detail .products-thumb .item-button a.compare,
.item-wrap2 .item-detail .products-thumb .item-button .fancybox {
  display: inline-block;
  vertical-align: top;
}
.item-wrap2 .item-detail .products-thumb .item-button .yith-wcwl-add-to-wishlist:hover,
.item-wrap2 .item-detail .products-thumb .item-button a.compare:hover,
.item-wrap2 .item-detail .products-thumb .item-button .fancybox:hover {
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.35);
  -moz-box-shadow: 0 0 3px rgba(0,0,0,0.35);
  -o-box-shadow: 0 0 3px rgba(0,0,0,0.35);
  -ms-box-shadow: 0 0 3px rgba(0,0,0,0.35);
  box-shadow: 0 0 3px rgba(0,0,0,0.35);
}
.item-wrap2 .item-detail .products-thumb .item-button .yith-wcwl-wishlistaddedbrowse.show a,
.item-wrap2 .item-detail .products-thumb .item-button .yith-wcwl-wishlistexistsbrowse.show a {
  background-color: #e677ff;
}
.item-wrap2 .item-detail .products-thumb .item-button .yith-wcwl-wishlistaddedbrowse.show a:before,
.item-wrap2 .item-detail .products-thumb .item-button .yith-wcwl-wishlistexistsbrowse.show a:before {
  color: #fff;
}
.item-wrap2 .item-detail .item-content {
  text-align: center;
  padding: 17px 0;
}
.item-wrap2 .item-detail .item-content h4 a {
  font-size: 14px;
  color: #222;
  font-weight: 500;
  text-transform: capitalize;
}
.item-wrap2 .item-detail .item-content h4 a:hover {
  color: #e677ff;
}
.item-wrap2 .item-detail .item-content .item-price {
  display: block;
  color: #222;
  margin-bottom: 15px;
}
.item-wrap2 .item-detail .item-content .button,
.item-wrap2 .item-detail .item-content .add_to_cart_button,
.item-wrap2 .item-detail .item-content .product_type_external,
.item-wrap2 .item-detail .item-content .product_type_grouped {
  height: 40px;
  line-height: 40px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  background-color: #e677ff;
  padding: 0 45px;
  display: inline-block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.item-wrap2 .item-detail:hover .products-thumb .item-button {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -o-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 1;
  filter: alpha(opacity=100);
}
.item-wrap2 .item-detail:hover .item-content .button,
.item-wrap2 .item-detail:hover .item-content .add_to_cart_button,
.item-wrap2 .item-detail:hover .item-content .product_type_external,
.item-wrap2 .item-detail:hover .item-content .product_type_grouped {
  background-color: #464646;
}
.featured-product2 {
  padding: 35px 0 52px;
}
.featured-product2 .block-title h3 {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  color: #222;
  margin-bottom: 35px;
}
.featured-product2 .res-button {
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  line-height: 40px;
  background-color: #f5f5f5;
  color: #898989;
  border: 1px solid #dedede;
  cursor: pointer;
  text-align: center;
}
.featured-product2 .res-button:before {
  font-family: 'FontAwesome';
  font-size: 26px;
}
.featured-product2 .res-button:hover {
  border: 1px solid #e677ff;
  background-color: #e677ff;
  color: #fff;
}
.featured-product2 .res-button.slick-prev {
  left: -55px;
}
.featured-product2 .res-button.slick-prev:before {
  content: '\f104';
}
.featured-product2 .res-button.slick-next {
  right: -55px;
}
.featured-product2 .res-button.slick-next:before {
  content: '\f105';
}
.featured-product2 .slick-slider .slick-list {
  margin: 0 -15px;
}
.featured-product2 .slick-slider .item-content .item-price span {
  display: inline-block;
}
.featured-product2 .slick-slider .item-content .item-price del {
  line-height: 21px;
}
.newsllter {
  overflow: hidden;
  display: block;
  padding: 40px;
  float: right;
  width: 60%;
}
.newsllter .wrap-content h5,
.newsllter .wrap-content h3 {
  font-size: 24px;
  color: #1c1c1c;
  display: block;
  padding-left: 91px;
  background: url("../assets/img/icon-newletter8.png") no-repeat left center;
  font-weight: 600;
  height: 39px;
  line-height: 39px;
  margin-bottom: 20px;
}
.rtl .newsllter .wrap-content h5,
.rtl .newsllter .wrap-content h3 {
  padding-right: 91px;
  padding-left: 0;
  background: url("../assets/img/icon-newletter8.png") no-repeat right center;
}
.newsllter .wrap-content .mc4wp-form {
  position: relative;
}
.newsllter .wrap-content .mc4wp-form input[type="email"] {
  height: 45px;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 0;
  margin: 0;
}
.newsllter .wrap-content .mc4wp-form input[type="submit"] {
  height: 45px;
  padding: 0 22px;
  line-height: 45px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  background-color: #e677ff;
  position: absolute;
  border: 0;
  right: 0px;
}
.rtl .newsllter .wrap-content .mc4wp-form input[type="submit"] {
  left: 0;
  right: auto;
}
.sw-woo-tab-cat2 {
  margin-bottom: 60px;
}
.sw-woo-tab-cat2 .resp-tab .top-tab-slider .nav.nav-tabs {
  margin: 20px 0 40px;
}
.sw-woo-tab-cat2 .resp-tab .top-tab-slider .nav.nav-tabs > li {
  margin: 0;
}
.rtl .sw-woo-tab-cat2 .resp-tab .top-tab-slider .nav.nav-tabs > li {
  float: right;
}
.sw-woo-tab-cat2 .resp-tab .top-tab-slider .nav.nav-tabs > li > a {
  border: 0;
  height: auto;
  font-size: 20px;
  line-height: 30px;
  color: #222;
  text-transform: uppercase;
  padding: 5px 32px;
  font-weight: 700;
  background-color: #fff;
}
.sw-woo-tab-cat2 .resp-tab .top-tab-slider .nav.nav-tabs > li > a:hover {
  color: #e677ff;
}
.sw-woo-tab-cat2 .resp-tab .top-tab-slider .nav.nav-tabs > li.active > a {
  color: #e677ff;
}
.sw-woo-tab-cat2 .resp-tab .tab-content .tab-pane .item .item-wrap {
  border: 0;
}
.sw-woo-tab-cat2 .resp-tab .tab-content .tab-pane .item .item-wrap .item-left a img {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
.rtl .sw-woo-tab-cat2 .resp-tab .tab-content .tab-pane .item .item-wrap .item-left a img {
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
.rtl .sw-woo-tab-cat2 .resp-tab .tab-content .tab-pane .item .item-wrap .item-right a img {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
.sw-woo-tab-cat2 .resp-tab .tab-content .tab-pane .item .item-wrap .item-center h4.category {
  margin-bottom: 0;
}
.sw-woo-tab-cat2 .resp-tab .tab-content .tab-pane .item .item-wrap .item-center h4.category a {
  font-size: 14px;
  color: #898989;
  text-transform: uppercase;
  font-weight: 600;
  margin: 20px 0 25px;
  display: inline-block;
}
.sw-woo-tab-cat2 .resp-tab .tab-content .tab-pane .item .item-wrap .item-center h4.category a:hover {
  color: #e677ff;
}
.sw-woo-tab-cat2 .resp-tab .tab-content .tab-pane .item .item-wrap .item-center h4.title {
  padding: 0 90px;
}
.sw-woo-tab-cat2 .resp-tab .tab-content .tab-pane .item .item-wrap .item-center h4.title a {
  font-size: 28px;
  line-height: 35px;
  color: #1c1c1c;
  text-transform: capitalize;
  font-weight: 500;
  margin: 20px 0 25px;
}
.sw-woo-tab-cat2 .resp-tab .tab-content .tab-pane .item .item-wrap .item-center .item-price {
  display: inline-block;
  vertical-align: top;
  font-size: 46px;
  margin-bottom: 20px;
}
.sw-woo-tab-cat2 .resp-tab .tab-content .tab-pane .item .item-wrap .item-center .item-price del {
  font-size: 40px;
  color: #999;
}
.sw-woo-tab-cat2 .resp-tab .tab-content .tab-pane .item .item-wrap .item-center .des {
  color: #666;
  margin-bottom: 20px;
}
.sw-woo-tab-cat2 .resp-tab .tab-content .tab-pane .item .item-wrap .item-center .read-more {
  font-weight: 700;
  color: #1c1c1c;
  background-color: #e677ff;
  text-transform: uppercase;
  height: 40px;
  display: inline-block;
  padding: 0 30px;
  line-height: 40px;
}
.sw-woo-tab-cat2 .resp-tab .tab-content .tab-pane .item .item-wrap .item-center .read-more:hover {
  background-color: #464646;
  color: #fff;
}
.testimonial-post-slider {
  position: relative;
  padding: 30px 0 50px;
}
.testimonial-post-slider .block-title h3 {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}
.testimonial-post-slider .slider.responsive-thumbnail {
  margin: 0 350px;
  position: relative;
}
.testimonial-post-slider .slider.responsive-thumbnail button {
  display: inline-block;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
  color: #fff;
  background-color: transparent;
  line-height: 25px;
  border: 0;
}
.testimonial-post-slider .slider.responsive-thumbnail button:hover {
  color: #e677ff;
}
.testimonial-post-slider .slider.responsive-thumbnail button.slick-prev {
  position: absolute;
  left: -25px;
  top: 50%;
  margin-top: -13px;
}
.testimonial-post-slider .slider.responsive-thumbnail button.slick-prev:before {
  content: '\f104';
  font-family: 'FontAwesome';
  font-size: 30px;
  display: inline-block;
  text-indent: 0;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.testimonial-post-slider .slider.responsive-thumbnail button.slick-next {
  position: absolute;
  right: -25px;
  top: 50%;
  margin-top: -13px;
}
.testimonial-post-slider .slider.responsive-thumbnail button.slick-next:before {
  content: '\f105';
  font-family: 'FontAwesome';
  font-size: 30px;
  display: inline-block;
  text-indent: 0;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.testimonial-post-slider .slider.responsive-thumbnail .item {
  padding: 20px 0 0;
  cursor: pointer;
  text-align: center;
}
.testimonial-post-slider .slider.responsive-thumbnail .item .image-client {
  display: inline-block;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  padding: 20px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.testimonial-post-slider .slider.responsive-thumbnail .item .image-client img {
  border-radius: 50%;
}
.testimonial-post-slider .slider.responsive-thumbnail .item.slick-active.slick-center .image-client {
  height: 90px;
  width: 90px;
  padding: 4px;
  border: 1px solid #e677ff;
}
.testimonial-post-slider .responsive-content {
  padding: 0 140px;
}
.testimonial-post-slider .responsive-content .item .client-say-info {
  text-align: center;
  color: #fff;
}
.testimonial-post-slider .responsive-content .item .client-say-info .client-comment {
  line-height: 24px;
  position: relative;
  padding: 20px 59px 0;
}
.testimonial-post-slider .responsive-content .item .client-say-info .client-comment:before {
  content: '';
  display: inline-block;
  width: 59px;
  height: 40px;
  background: url("../assets/img/quote-left.png") no-repeat right center;
  position: absolute;
  left: 0;
  top: 0;
}
.testimonial-post-slider .responsive-content .item .client-say-info .client-comment:after {
  content: '';
  display: inline-block;
  position: absolute;
  right: 0;
  width: 59px;
  height: 40px;
  background: url("../assets/img/quote-right.png") no-repeat right center;
}
.testimonial-post-slider .responsive-content .item .client-say-info .name-client {
  margin-top: 10px;
}
.testimonial-post-slider .responsive-content .item .client-say-info .name-client h2 {
  margin-bottom: 8px;
}
.testimonial-post-slider .responsive-content .item .client-say-info .name-client h2 a {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}
.testimonial-post-slider .responsive-content .item .client-say-info .name-client h4 {
  font-style: italic;
  font-size: 13px;
}
.responsive-post-slider3 .slider .slick-list {
  margin: 0 -15px;
}
.responsive-post-slider3 .slider .item {
  padding: 0 15px;
}
.responsive-post-slider3 .slider .item .item-detail {
  position: relative;
  z-index: 1;
}
.responsive-post-slider3 .slider .item .item-detail .img_over a {
  display: block;
  position: relative;
  z-index: 1;
}
.responsive-post-slider3 .slider .item .item-detail .img_over a:before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.responsive-post-slider3 .slider .item .item-detail .entry-content {
  position: absolute;
  top: 50%;
  z-index: 3;
  margin-top: -45px;
  text-align: center;
  width: 100%;
  padding: 0 30px;
}
.responsive-post-slider3 .slider .item .item-detail .entry-content h4 {
  margin: 0;
}
.responsive-post-slider3 .slider .item .item-detail .entry-content h4 a {
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  display: block;
  line-height: 25px;
}
.responsive-post-slider3 .slider .item .item-detail .entry-content h4 a:hover {
  color: #e677ff;
}
.responsive-post-slider3 .slider .item .item-detail .entry-content .entry-meta {
  color: #fff;
  font-size: 13px;
  overflow: hidden;
  padding: 12px 0 10px;
  display: inline-block;
}
.responsive-post-slider3 .slider .item .item-detail .entry-content .entry-meta .entry-comment {
  margin-right: 20px;
}
.rtl .responsive-post-slider3 .slider .item .item-detail .entry-content .entry-meta .entry-comment {
  margin: 0 0 0 20px;
}
.responsive-post-slider3 .slider .item .item-detail .entry-content .entry-meta .entry-tag a {
  color: #fff;
  font-size: 13px;
}
.responsive-post-slider3 .slider .item .item-detail .entry-content .entry-meta .entry-tag a:hover {
  color: #e677ff;
}
.responsive-post-slider3 .slider .item .item-detail .entry-content .entry-meta .entry-comment,
.responsive-post-slider3 .slider .item .item-detail .entry-content .entry-meta .entry-tag {
  float: left;
}
.rtl .responsive-post-slider3 .slider .item .item-detail .entry-content .entry-meta .entry-comment,
.rtl .responsive-post-slider3 .slider .item .item-detail .entry-content .entry-meta .entry-tag {
  float: right;
}
.responsive-post-slider3 .slider .item .item-detail .entry-content .entry-meta .entry-comment i,
.responsive-post-slider3 .slider .item .item-detail .entry-content .entry-meta .entry-tag i {
  font-size: 16px;
  color: #fff;
  margin-right: 10px;
}
.rtl .responsive-post-slider3 .slider .item .item-detail .entry-content .entry-meta .entry-comment i,
.rtl .responsive-post-slider3 .slider .item .item-detail .entry-content .entry-meta .entry-tag i {
  margin: 0 0 0 10px;
}
.sw-latest-product,
.sw-mostviewed,
.sw-onsale-product {
  margin: 40px 0;
  overflow: hidden;
}
.sw-latest-product .box-title,
.sw-mostviewed .box-title,
.sw-onsale-product .box-title {
  margin: 25px 0 15px;
}
.sw-latest-product .box-title h2,
.sw-mostviewed .box-title h2,
.sw-onsale-product .box-title h2 {
  font-size: 20px;
  color: #222;
  font-weight: 700;
  text-transform: uppercase;
}
.sw-latest-product .content-wrap .item,
.sw-mostviewed .content-wrap .item,
.sw-onsale-product .content-wrap .item {
  margin: 30px 0;
  display: block;
}
.sw-latest-product .content-wrap .item .item-thumbnail,
.sw-mostviewed .content-wrap .item .item-thumbnail,
.sw-onsale-product .content-wrap .item .item-thumbnail {
  max-width: 85px;
  margin-right: 15px;
  border: 1px solid #f7f7f7;
}
.rtl .sw-latest-product .content-wrap .item .item-thumbnail,
.rtl .sw-mostviewed .content-wrap .item .item-thumbnail,
.rtl .sw-onsale-product .content-wrap .item .item-thumbnail {
  margin-left: 15px;
  margin-right: 0;
}
.sw-latest-product .content-wrap .item .item-thumbnail,
.sw-mostviewed .content-wrap .item .item-thumbnail,
.sw-onsale-product .content-wrap .item .item-thumbnail {
  position: relative;
}
.sw-latest-product .content-wrap .item .item-thumbnail a.sw-quickview,
.sw-mostviewed .content-wrap .item .item-thumbnail a.sw-quickview,
.sw-onsale-product .content-wrap .item .item-thumbnail a.sw-quickview {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -5px;
  margin-left: -10px;
  width: 21px;
  height: 11px;
  text-indent: -9999px;
  background: url(../assets/img/icon-qv.png) no-repeat center center;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.sw-latest-product .content-wrap .item .item-thumbnail a.sw-quickview:hover,
.sw-mostviewed .content-wrap .item .item-thumbnail a.sw-quickview:hover,
.sw-onsale-product .content-wrap .item .item-thumbnail a.sw-quickview:hover {
  background: url(../assets/img/violet/icon-qv.png) no-repeat center center;
}
.sw-latest-product .content-wrap .item .item-content h4 a,
.sw-mostviewed .content-wrap .item .item-content h4 a,
.sw-onsale-product .content-wrap .item .item-content h4 a {
  font-size: 14px;
  color: #1c1c1c;
  font-weight: 500;
  text-transform: capitalize;
}
.sw-latest-product .content-wrap .item .item-content h4 a:hover,
.sw-mostviewed .content-wrap .item .item-content h4 a:hover,
.sw-onsale-product .content-wrap .item .item-content h4 a:hover {
  color: #e677ff;
}
.sw-latest-product .content-wrap .item .item-content .item-price,
.sw-mostviewed .content-wrap .item .item-content .item-price,
.sw-onsale-product .content-wrap .item .item-content .item-price {
  font-size: 18px;
  color: #222;
  font-weight: 700;
}
.sw-latest-product .content-wrap .item .item-content .item-price del,
.sw-mostviewed .content-wrap .item .item-content .item-price del,
.sw-onsale-product .content-wrap .item .item-content .item-price del {
  font-size: 16px;
  font-weight: 500;
  color: #7d7d7d;
}
.sw-latest-product .content-wrap .item .item-content .item-button .clear,
.sw-mostviewed .content-wrap .item .item-content .item-button .clear,
.sw-onsale-product .content-wrap .item .item-content .item-button .clear {
  display: none;
}
.sw-latest-product .content-wrap .item .item-content .item-button .add_to_cart_button,
.sw-latest-product .content-wrap .item .item-content .item-button .product_type_external,
.sw-latest-product .content-wrap .item .item-content .item-button .product_type_grouped,
.sw-mostviewed .content-wrap .item .item-content .item-button .add_to_cart_button,
.sw-mostviewed .content-wrap .item .item-content .item-button .product_type_external,
.sw-mostviewed .content-wrap .item .item-content .item-button .product_type_grouped,
.sw-onsale-product .content-wrap .item .item-content .item-button .add_to_cart_button,
.sw-onsale-product .content-wrap .item .item-content .item-button .product_type_external,
.sw-onsale-product .content-wrap .item .item-content .item-button .product_type_grouped {
  float: left;
  display: inline-block;
  width: 15px;
  height: 15px;
  text-indent: -9999px;
  background: url(../assets/img/cart-8.png) no-repeat center center;
}
.rtl .sw-latest-product .content-wrap .item .item-content .item-button .add_to_cart_button,
.rtl .sw-latest-product .content-wrap .item .item-content .item-button .product_type_external,
.rtl .sw-latest-product .content-wrap .item .item-content .item-button .product_type_grouped,
.rtl .sw-mostviewed .content-wrap .item .item-content .item-button .add_to_cart_button,
.rtl .sw-mostviewed .content-wrap .item .item-content .item-button .product_type_external,
.rtl .sw-mostviewed .content-wrap .item .item-content .item-button .product_type_grouped,
.rtl .sw-onsale-product .content-wrap .item .item-content .item-button .add_to_cart_button,
.rtl .sw-onsale-product .content-wrap .item .item-content .item-button .product_type_external,
.rtl .sw-onsale-product .content-wrap .item .item-content .item-button .product_type_grouped {
  float: right;
}
.sw-latest-product .content-wrap .item .item-content .item-button .add_to_cart_button:hover,
.sw-latest-product .content-wrap .item .item-content .item-button .product_type_external:hover,
.sw-latest-product .content-wrap .item .item-content .item-button .product_type_grouped:hover,
.sw-mostviewed .content-wrap .item .item-content .item-button .add_to_cart_button:hover,
.sw-mostviewed .content-wrap .item .item-content .item-button .product_type_external:hover,
.sw-mostviewed .content-wrap .item .item-content .item-button .product_type_grouped:hover,
.sw-onsale-product .content-wrap .item .item-content .item-button .add_to_cart_button:hover,
.sw-onsale-product .content-wrap .item .item-content .item-button .product_type_external:hover,
.sw-onsale-product .content-wrap .item .item-content .item-button .product_type_grouped:hover {
  background: url(../assets/img/violet/cart-8.png) no-repeat center center;
}
.sw-latest-product .content-wrap .item .item-content .item-button .yith-wcwl-add-to-wishlist,
.sw-mostviewed .content-wrap .item .item-content .item-button .yith-wcwl-add-to-wishlist,
.sw-onsale-product .content-wrap .item .item-content .item-button .yith-wcwl-add-to-wishlist {
  display: inline-block;
  vertical-align: top;
  width: 15px;
  height: 15px;
  margin: 0;
}
.sw-latest-product .content-wrap .item .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.sw-latest-product .content-wrap .item .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.sw-latest-product .content-wrap .item .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
.sw-mostviewed .content-wrap .item .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.sw-mostviewed .content-wrap .item .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.sw-mostviewed .content-wrap .item .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
.sw-onsale-product .content-wrap .item .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.sw-onsale-product .content-wrap .item .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.sw-onsale-product .content-wrap .item .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a {
  display: inline-block;
  vertical-align: top;
  width: 15px;
  height: 15px;
  text-indent: -9999px;
  background: url(../assets/img/icon-wishlist8.png) no-repeat center center;
}
.sw-latest-product .content-wrap .item .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover,
.sw-latest-product .content-wrap .item .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover,
.sw-latest-product .content-wrap .item .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover,
.sw-mostviewed .content-wrap .item .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover,
.sw-mostviewed .content-wrap .item .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover,
.sw-mostviewed .content-wrap .item .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover,
.sw-onsale-product .content-wrap .item .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover,
.sw-onsale-product .content-wrap .item .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover,
.sw-onsale-product .content-wrap .item .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover {
  background: url(../assets/img/violet/icon-wishlist8.png) no-repeat center center;
}
.sw-latest-product .content-wrap .item .item-content .item-button .compare-button,
.sw-mostviewed .content-wrap .item .item-content .item-button .compare-button,
.sw-onsale-product .content-wrap .item .item-content .item-button .compare-button {
  display: inline-block;
  float: left;
  vertical-align: top;
}
.rtl .sw-latest-product .content-wrap .item .item-content .item-button .compare-button,
.rtl .sw-mostviewed .content-wrap .item .item-content .item-button .compare-button,
.rtl .sw-onsale-product .content-wrap .item .item-content .item-button .compare-button {
  float: right;
}
.sw-latest-product .content-wrap .item .item-content .item-button .compare-button a.compare,
.sw-mostviewed .content-wrap .item .item-content .item-button .compare-button a.compare,
.sw-onsale-product .content-wrap .item .item-content .item-button .compare-button a.compare {
  display: inline-block;
  width: 13px;
  height: 15px;
  text-indent: -9999px;
  background: url(../assets/img/icon-compare.png) no-repeat center center transparent;
  margin: 0 20px;
  position: relative;
  padding: 0;
  top: 1;
}
.sw-latest-product .content-wrap .item .item-content .item-button .compare-button a.compare:before,
.sw-mostviewed .content-wrap .item .item-content .item-button .compare-button a.compare:before,
.sw-onsale-product .content-wrap .item .item-content .item-button .compare-button a.compare:before {
  width: 1px;
  height: 15px;
  content: '';
  background-color: #cdcdcd;
  text-indent: 0;
  position: absolute;
  top: 0;
  left: -10px;
}
.sw-latest-product .content-wrap .item .item-content .item-button .compare-button a.compare:after,
.sw-mostviewed .content-wrap .item .item-content .item-button .compare-button a.compare:after,
.sw-onsale-product .content-wrap .item .item-content .item-button .compare-button a.compare:after {
  width: 1px;
  height: 15px;
  content: '';
  background-color: #cdcdcd;
  text-indent: 0;
  position: absolute;
  top: 0;
  right: -10px;
}
.sw-latest-product .content-wrap .item .item-content .item-button .compare-button a.compare:hover,
.sw-mostviewed .content-wrap .item .item-content .item-button .compare-button a.compare:hover,
.sw-onsale-product .content-wrap .item .item-content .item-button .compare-button a.compare:hover {
  background: url(../assets/img/violet/icon-compare.png) no-repeat center center;
}
.sw-latest-product .content-wrap .item:hover .item-thumbnail a.sw-quickview,
.sw-mostviewed .content-wrap .item:hover .item-thumbnail a.sw-quickview,
.sw-onsale-product .content-wrap .item:hover .item-thumbnail a.sw-quickview {
  opacity: 1;
}
.sw-instagram-gallery {
  margin: 0 -5px;
  position: relative;
  padding: 25px 0 60px;
}
.sw-instagram-gallery h3 {
  font-size: 20px;
  color: #222;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 35px;
}
.sw-instagram-gallery .intagram-gallery-content .item {
  float: left;
  width: 25%;
  padding: 0 5px;
  margin-bottom: 10px;
}
.rtl .sw-instagram-gallery .intagram-gallery-content .item {
  float: right;
}
.sw-twitter-slider {
  padding-top: 25px;
}
.sw-twitter-slider .box-slider-title {
  text-align: center;
}
.sw-twitter-slider .box-slider-title h2 {
  font-weight: 700;
  color: #222;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
}
.sw-twitter-slider .box-slider-title .fa {
  margin: 25px 0 30px;
  display: inline-block;
  width: 60px;
  height: 60px;
  color: #fff;
  background-color: #44ccf6;
  font-size: 38px;
  line-height: 60px;
  border-radius: 50%;
}
.sw-twitter-slider .carousel-inner .item .item-twiter {
  text-align: center;
}
.sw-twitter-slider .carousel-inner .item .item-twiter .item-top {
  display: inline-block;
  vertical-align: top;
}
.sw-twitter-slider .carousel-inner .item .item-twiter .item-top a {
  float: left;
  font-style: italic;
  font-size: 16px;
  color: #464646;
  display: inline-block;
  margin-right: 20px;
}
.rtl .sw-twitter-slider .carousel-inner .item .item-twiter .item-top a {
  float: right;
  margin-left: 20px;
  margin-right: 0;
}
.sw-twitter-slider .carousel-inner .item .item-twiter .item-top .meta-time {
  color: #909090;
  float: left;
  line-height: 22px;
}
.rtl .sw-twitter-slider .carousel-inner .item .item-twiter .item-top .meta-time {
  float: right;
}
.sw-twitter-slider .carousel-inner .item .item-twiter .tweet-text {
  color: #666;
  padding: 20px 100px 25px;
}
.sw-twitter-slider .carousel-inner .item .item-twiter .tweet-text a {
  color: #e677ff;
}
.sw-twitter-slider .carousel-inner .item .item-twiter .tweet-btn {
  display: inline-block;
  overflow: hidden;
}
.sw-twitter-slider .carousel-inner .item .item-twiter .tweet-btn a {
  float: left;
  color: #898989;
  margin-right: 25px;
}
.rtl .sw-twitter-slider .carousel-inner .item .item-twiter .tweet-btn a {
  float: right;
  margin-left: 25px;
  margin-right: 0;
}
.rtl .sw-twitter-slider .carousel-inner .item .item-twiter .tweet-btn a .fa {
  margin-left: 5px;
  margin-right: 0;
}
.sw-twitter-slider .carousel-inner .item .item-twiter .tweet-btn a .fa {
  margin-right: 5px;
}
.sw-twitter-slider .carousel-inner .item .item-twiter .tweet-btn a:hover {
  color: #e677ff;
}
.sw-twitter-slider .carousel-indicators {
  margin-bottom: 0;
  bottom: -40px;
  padding: 0;
  z-index: 5;
}
.sw-twitter-slider .carousel-indicators > li {
  width: 9px;
  height: 9px;
  background-color: #545454;
  margin: 0 3px;
  border: 0;
  border-radius: 50%;
}
.sw-twitter-slider .carousel-indicators > li:hover {
  background-color: #e677ff;
}
.sw-twitter-slider .carousel-indicators > li.active {
  background-color: #e677ff;
}
intagram-gallery-content .item {
  float: right;
}
.sw-hotdeal {
  margin: 30px 0;
}
.sw-hotdeal .item .item-wrap {
  border: 1px solid #ededed;
  margin-bottom: 30px;
}
.sw-hotdeal .item .item-wrap .item-detail .item-content {
  padding: 15px 0;
}
.footer .footer-top8 {
  background-color: #252424;
  overflow: hidden;
}
.footer .footer-top8.vc_row-has-fill>.vc_column_container {
  padding: 0 15px;
}
.footer .footer-top8.vc_row-has-fill>.vc_column_container > .vc_column-inner {
  padding: 18px 0;
}
.footer .footer-top8 .wpb_single_image {
  float: left;
  display: inline-block;
  margin-right: 135px;
  margin-bottom: 0;
}
.rtl .footer .footer-top8 .wpb_single_image {
  float: right;
  margin-left: 135px;
  margin-right: 0;
}
.footer .footer-top8 .elementor-widget-wrap,
.footer .footer-top8 .vc_wp_custommenu {
  float: left;
  margin-bottom: 0;
}
.rtl .footer .footer-top8 .elementor-widget-wrap,
.rtl .footer .footer-top8 .vc_wp_custommenu {
  float: right;
}
.footer .footer-top8 .elementor-widget-wrap .elementor-widget-wp-widget-nav_menu ul.menu > li,
.footer .footer-top8 .elementor-widget-wrap .widget_nav_menu ul.menu > li,
.footer .footer-top8 .vc_wp_custommenu .elementor-widget-wp-widget-nav_menu ul.menu > li,
.footer .footer-top8 .vc_wp_custommenu .widget_nav_menu ul.menu > li {
  float: left;
  display: inline-block;
}
.rtl .footer .footer-top8 .elementor-widget-wrap .elementor-widget-wp-widget-nav_menu ul.menu > li,
.rtl .footer .footer-top8 .elementor-widget-wrap .widget_nav_menu ul.menu > li,
.rtl .footer .footer-top8 .vc_wp_custommenu .elementor-widget-wp-widget-nav_menu ul.menu > li,
.rtl .footer .footer-top8 .vc_wp_custommenu .widget_nav_menu ul.menu > li {
  float: right;
}
.footer .footer-top8 .elementor-widget-wrap .elementor-widget-wp-widget-nav_menu ul.menu > li > a,
.footer .footer-top8 .elementor-widget-wrap .widget_nav_menu ul.menu > li > a,
.footer .footer-top8 .vc_wp_custommenu .elementor-widget-wp-widget-nav_menu ul.menu > li > a,
.footer .footer-top8 .vc_wp_custommenu .widget_nav_menu ul.menu > li > a {
  color: #c7c7c7;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 15px 26px;
  display: inline-block;
}
.footer .footer-top8 .elementor-widget-wrap .elementor-widget-wp-widget-nav_menu ul.menu > li:hover > a,
.footer .footer-top8 .elementor-widget-wrap .elementor-widget-wp-widget-nav_menu ul.menu > li.active > a,
.footer .footer-top8 .elementor-widget-wrap .widget_nav_menu ul.menu > li:hover > a,
.footer .footer-top8 .elementor-widget-wrap .widget_nav_menu ul.menu > li.active > a,
.footer .footer-top8 .vc_wp_custommenu .elementor-widget-wp-widget-nav_menu ul.menu > li:hover > a,
.footer .footer-top8 .vc_wp_custommenu .elementor-widget-wp-widget-nav_menu ul.menu > li.active > a,
.footer .footer-top8 .vc_wp_custommenu .widget_nav_menu ul.menu > li:hover > a,
.footer .footer-top8 .vc_wp_custommenu .widget_nav_menu ul.menu > li.active > a {
  color: #fff;
}
.footer .home8.footer-menu {
  background-color: #2d2d2d;
  padding-top: 32px;
}
.footer .home8.footer-menu > .vc_column-inner  > .wpb_wrapper {
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.footer .home8.footer-menu .elementor-widget-wp-widget-nav_menu h5,
.footer .home8.footer-menu .elementor-widget-wp-widget-nav_menu .widgettitle,
.footer .home8.footer-menu .vc_wp_custommenu .widget_nav_menu h5,
.footer .home8.footer-menu .vc_wp_custommenu .widget_nav_menu .widgettitle {
  color: #fff !important;
}
.footer .home8.footer-menu .elementor-widget-wp-widget-nav_menu ul.menu > li > a,
.footer .home8.footer-menu .vc_wp_custommenu .widget_nav_menu ul.menu > li > a {
  color: #aaa;
}
.footer .home8.footer-menu .elementor-widget-wp-widget-nav_menu ul.menu > li > a:hover,
.footer .home8.footer-menu .vc_wp_custommenu .widget_nav_menu ul.menu > li > a:hover {
  color: #e677ff;
}
.footer .home8.footer-menu .contact-address .info-footer h3 {
  color: #fff !important;
}
.footer .home8.footer-menu .contact-address .info-footer ul > li.email {
  color: #aaa;
}
.footer .home8.footer-menu .contact-address .info-footer ul > li a {
  color: #aaa;
}
.footer .home8.footer-menu .contact-address .info-footer ul > li a:hover {
  color: #d263ee;
}
.footer .home8.footer-menu .contact-address .info-footer ul > li .fa {
  background-color: #4f4f4f;
}
.footer .home8.footer-menu .contact-address .info-footer ul > li span {
  color: #aaa;
  margin-top: -3px;
}
.footer .home8.footer-menu .wpb_raw_html {
  margin-bottom: 0;
}
.footer .home8.footer-menu .footer-bottom {
  text-align: center;
  padding: 40px 0 25px;
  border-top: 1px solid rgba(255,255,255,0.1);
}
.footer .home8.footer-menu .footer-bottom .footer-content {
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
}
.footer .home8.footer-menu .footer-bottom .footer-content h3 {
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700 !important;
  float: left;
  margin-right: 20px;
  margin-bottom: 0;
  line-height: 40px;
}
.rtl .footer .home8.footer-menu .footer-bottom .footer-content h3 {
  float: right;
  margin-left: 20px;
  margin-right: 0;
}
.footer .home8.footer-menu .footer-bottom .footer-content .footer-app {
  display: inline-block;
  float: left;
  margin-right: 50px;
}
.rtl .footer .home8.footer-menu .footer-bottom .footer-content .footer-app {
  float: right;
  margin-left: 50px;
  margin-right: 0;
}
.footer .home8.footer-menu .footer-bottom .footer-content .footer-app a {
  display: inline-block;
}
.footer .home8.footer-menu .footer-bottom .footer-content .footer-app a:hover {
  opacity: 0.85;
}
.footer .home8.footer-menu .footer-bottom .footer-content .socials-footer {
  display: inline-block;
}
.footer .home8.footer-menu .footer-bottom .footer-content .socials-footer ul {
  overflow: hidden;
  display: inline-block;
}
.footer .home8.footer-menu .footer-bottom .footer-content .socials-footer ul > li {
  float: left;
  display: inline-block;
}
.rtl .footer .home8.footer-menu .footer-bottom .footer-content .socials-footer ul > li {
  float: right;
}
.footer .home8.footer-menu .footer-bottom .footer-content .socials-footer ul > li > a {
  display: inline-block;
  background-color: #000;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  border-radius: 3px;
  margin: 0 5px;
}
.footer .home8.footer-menu .footer-bottom .footer-content .socials-footer ul > li > a:hover {
  background-color: #e677ff;
}
.home-style8.rtl .footer .footer-copyright .copyright-text {
  float: right;
}
.home-style8 .footer .footer-copyright {
  background-color: #252424;
  padding: 20px 0;
}
.home-style8 .footer .footer-copyright .copyright-text {
  float: left;
}
.home-style8 .footer .footer-copyright .copyright-text p {
  margin: 0;
  line-height: 22px;
}
.home-style8 .footer .footer-copyright .sidebar-copyright {
  float: right;
}
.home-style8 .footer .footer-copyright .sidebar-copyright img {
  margin-top: 0;
}
.rtl.home-style8 .footer .footer-copyright .sidebar-copyright {
  float: left;
}
@media (max-width: 1199px) {
  .featured-product2 .res-button.slick-next {
    right: 25px;
  }
  .featured-product2 .res-button.slick-prev {
    left: 25px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home-style8 .rev_slider {
    min-height: 485px !important;
  }
  .slide-home8 {
    margin: 0;
  }
  .slide-home8 .vc_column-inner {
    padding-right: 0;
    padding-left: 15px;
  }
  .rtl .slide-home8 .vc_column-inner {
    padding-left: 0;
    padding-right: 15px;
  }
  .rtl .slide-home8 {
    margin: 0;
  }
  .banner-home8 {
    margin: 0;
  }
  .banner-home8 .vc_column-inner {
    padding-left: 0;
  }
  .rtl .banner-home8 .vc_column-inner {
    padding-right: 0;
    padding-left: 15px;
  }
  .rtl .banner-home8 {
    margin: 0;
  }
  .revo_top .top-form.top-search {
    min-width: 475px;
  }
  .banner-home8 .wpb_single_image {
    width: 50%;
  }
  .testimonial-post-slider .slider.responsive-thumbnail {
    margin: 0 200px;
  }
  .sw-twitter-slider .carousel-inner .item .item-twiter .tweet-text {
    padding: 15px 0;
  }
  .footer .footer-top8 .wpb_single_image {
    margin-right: 50px;
  }
  .rtl .footer .footer-top8 .wpb_single_image {
    margin-left: 50px;
    margin-right: 0;
  }
  .footer .footer-top8 .elementor-widget-wrap,
  .footer .footer-top8 .vc_wp_custommenu {
    float: none;
  }
  .footer .footer-top8 .elementor-widget-wrap .elementor-widget-wp-widget-nav_menu ul.menu >li >a,
  .footer .footer-top8 .elementor-widget-wrap .widget_nav_menu ul.menu > li > a,
  .footer .footer-top8 .vc_wp_custommenu .elementor-widget-wp-widget-nav_menu ul.menu >li >a,
  .footer .footer-top8 .vc_wp_custommenu .widget_nav_menu ul.menu > li > a {
    padding: 15px 20px;
  }
}
@media (max-width: 991px) {
  .header-style8 .resmenu-container .navbar-toggle .icon-bar {
    background-color: #fff;
  }
  .sw-category-slider-layout8 {
    margin-top: 35px;
  }
  .slide-home8 {
    margin: 0;
  }
  .rtl .slide-home8 {
    margin: 0;
  }
  .banner-home8 {
    margin: 0;
  }
  .rtl .banner-home8 {
    margin: 0;
  }
  .sw-woo-tab-cat2 .resp-tab .top-tab-slider .nav.nav-tabs {
    margin-bottom: 0;
  }
  .sw-woo-tab-cat2 .resp-tab .tab-content .tab-pane .item .item-wrap .item-center .item-price {
    font-size: 36px;
  }
  .sw-woo-tab-cat2 .resp-tab .tab-content .tab-pane .item .item-wrap .item-center .item-price del {
    font-size: 28px;
  }
  .testimonial-post-slider .slider.responsive-thumbnail {
    margin: 0 150px 0 250px;
  }
  .testimonial-post-slider .responsive-content {
    padding: 0 100px;
  }
  .sw-latest-product .content-wrap .item .item-thumbnail,
  .sw-mostviewed .content-wrap .item .item-thumbnail,
  .sw-onsale-product .content-wrap .item .item-thumbnail {
    margin-right: 8px;
  }
  .rtl .sw-latest-product .content-wrap .item .item-thumbnail,
  .rtl .sw-mostviewed .content-wrap .item .item-thumbnail,
  .rtl .sw-onsale-product .content-wrap .item .item-thumbnail {
    margin-left: 8px;
    margin-right: 0;
  }
  .sw-twitter-slider {
    padding-top: 0;
  }
  .sw-twitter-slider .box-slider-title .fa {
    margin: 15px 0 10px;
  }
  .sw-twitter-slider .carousel-indicators {
    bottom: -30px;
  }
  .sw-twitter-slider .carousel-inner .item .item-twiter .tweet-text {
    padding: 20px 0 25px;
  }
  .sw-instagram-gallery {
    padding: 0 0 60px;
  }
  .banner-home8 {
    display: none;
  }
  .footer .footer-top8 .wpb_single_image {
    float: none;
    display: block;
    text-align: center;
    margin: 0 0 10px;
  }
  .rtl .footer .footer-top8 .wpb_single_image {
    margin: 0 0 10px;
  }
  .footer .footer-top .elementor-widget-wp-widget-nav_menu ul.menu > li > a,
  .footer .footer-top8 .vc_wp_custommenu .widget_nav_menu ul.menu > li > a {
    padding: 15px 20px;
  }
  .footer .footer-menu.home8 .footer-bottom {
    margin-top: 30px;
  }
  .footer .footer-menu.home8 .footer-bottom .footer-content .socials-footer {
    float: left;
    margin-top: 20px;
  }
  .rtl .footer .footer-menu.home8 .footer-bottom .footer-content .socials-footer {
    float: right;
  }
  .home-style8 .footer .footer-copyright .copyright-text {
    float: none;
    margin: 0 0 10px;
  }
  .rtl.home-style8 .footer .footer-copyright .sidebar-copyright,
  .home-style8.rtl .footer .footer-copyright .copyright-text {
    float: none;
  }
  .rtl .header-style8 .header-mid .revo-logo {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .sw-woo-tab-cat2 .resp-tab .tab-content .tab-pane .item .item-wrap .item-left img,
  .sw-woo-tab-cat2 .resp-tab .tab-content .tab-pane .item .item-wrap .item-right img {
    margin: 0 auto;
  }
  .sw-latest-product,
  .sw-mostviewed,
  .sw-onsale-product {
    margin: 0;
  }
  .sw-twitter-slider {
    margin-bottom: 60px !important;
  }
}
@media (min-width: 460px) and (max-width: 767px) {
  .search-cate .top-form.top-search {
    min-width: 380px !important;
  }
}
@media (max-width: 640px) {
  .header-style8 .header-mid {
    text-align: center;
  }
  .header-style8 .header-mid .search-cate {
    display: inline-block;
    float: none;
    margin-left: 0;
  }
  .rtl .header-style8 .header-mid .search-cate {
    margin-right: 0;
  }
  .header-style8 .header-mid .search-cate .revo_top .top-form.top-search .topsearch-entry {
    padding-left: 0;
  }
  .rtl .header-style8 .header-mid .search-cate .revo_top .top-form.top-search .topsearch-entry {
    padding-right: 0;
  }
  .header-style8 .header-top {
    text-align: center;
  }
  .header-style8 .header-top .top-header {
    display: inline-block;
  }
  .header-style8 .header-top .header-messages {
    display: none;
  }
  .sw-woo-tab-cat2 .resp-tab .tab-content .tab-pane .item .item-wrap .item-center .read-more {
    margin-bottom: 30px;
  }
  .sw-woo-tab-cat2 .resp-tab .top-tab-slider .nav.nav-tabs > li > a {
    padding: 5px 25px;
  }
  .footer .footer-top8 .elementor-widget-wp-widget-nav_menu ul.menu > li > a,
  .footer .footer-top8 .vc_wp_custommenu .widget_nav_menu ul.menu > li > a {
    padding: 15px 8px;
  }
  .newsllter {
    width: 100%;
  }
  .testimonial-post-slider .slider.responsive-thumbnail {
    margin: 0 100px;
  }
  .testimonial-post-slider .responsive-content {
    padding: 0 30px;
  }
  .responsive-post-slider3 .slider .item .item-detail .entry-content .entry-meta {
    padding: 12px 10px 10px;
  }
}
@media (max-width: 480px) {
  .header-style8 .search-cate .top-form.top-search {
    min-width: 300px !important;
  }
  .header-style8 .search-cate .top-form.top-search .topsearch-entry .button-search-pro {
    padding: 0 20px;
  }
  .sw-woo-tab-cat2 .resp-tab .top-tab-slider .nav.nav-tabs > li > a {
    font-size: 16px;
    padding: 5px 15px;
  }
}
@media (max-width: 414px) {
  .testimonial-post-slider .responsive-content {
    padding: 0;
  }
  .testimonial-post-slider .slider.responsive-thumbnail {
    margin: 0 50px;
  }
  .testimonial-post-slider .slider.responsive-thumbnail .item {
    padding: 20px 80px;
  }
  .newsllter {
    padding: 30px 0;
  }
  .newsllter .wrap-content h3 {
    font-size: 18px;
  }
  .newsllter .wrap-content .mc4wp-form input[type="submit"] {
    padding: 0 4px;
  }
}
@media (max-width: 360px) {
  .header-style8 .search-cate .top-form.top-search {
    min-width: 240px !important;
  }
  .testimonial-post-slider .responsive-content .item .client-say-info .client-comment {
    padding: 0;
  }
  .testimonial-post-slider .responsive-content .item .client-say-info .client-comment:before {
    width: 0;
    height: 0;
  }
  .testimonial-post-slider .responsive-content .item .client-say-info .client-comment:after {
    width: 0;
    height: 0;
  }
  .sw-woo-tab-cat2 .resp-tab .top-tab-slider .nav.nav-tabs {
    margin-top: 0;
  }
  .sw-woo-tab-cat2 .resp-tab .top-tab-slider .nav.nav-tabs > li {
    width: 100%;
  }
  .testimonial-post-slider .slider.responsive-thumbnail {
    margin: 0 50px;
  }
  .testimonial-post-slider .slider.responsive-thumbnail .item {
    padding: 20px 40px;
  }
  .footer .footer-top8 .elementor-widget-wp-widget-nav_menu ul.menu > li > a,
  .footer .footer-top8 .vc_wp_custommenu .widget_nav_menu ul.menu > li > a {
    padding: 15px 12px;
  }
}
.header-style9 .header-top {
  background-color: #000;
  color: #b4b4b4;
  text-align: center;
  height: 50px;
  line-height: 50px;
}
.header-style9 .header-top .text-header-top {
  position: relative;
}
.header-style9 .header-top .text-header-top a {
  color: #b4b4b4;
  display: inline-block;
  margin-left: 10px;
  text-decoration: underline;
}
.header-style9 .header-top .text-header-top .remove-banner {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url("../assets/img/icon-remove-9.png") no-repeat center center;
  margin-left: 100px;
  cursor: pointer;
}
.rtl .header-style9 .header-top .text-header-top .remove-banner {
  margin-right: 100px;
  margin-left: 0;
}
.header-style9 .header-bottom {
  padding: 29px 0;
  background-color: #fff;
  box-shadow: none;
  position: relative;
}
.header-style9 .header-bottom.sticky-menu {
  position: fixed;
  top: 0;
  padding: 5px 0;
  border: 1px solid #f1f1f1;
  background-color: rgba(255,255,255,0.8);
  z-index: 19;
}
.header-style9 .header-bottom.sticky-menu .top-header .revo-logo {
  max-width: 100px;
}
.header-style9 .header-bottom.sticky-menu .primary-menu .navbar-inverse {
  background-color: transparent;
}
.header-style9 .header-bottom.sticky-menu .top-form.top-form-minicart .top-minicart-icon a .minicart-number {
  background-color: transparent;
}
.header-style9 .header-bottom.sticky-menu .top-form.top-form-minicart .wrapp-minicart {
  top: 49px;
}
.header-style9 .header-bottom .revo-menures {
  display: none;
}
.header-style9 .header-bottom .primary-menu .nav-pills >li > a {
  padding: 12px 12px 11px;
  font-size: 14px;
}
.header-style9 .header-bottom .primary-menu .nav-pills >li.dropdown > a:after {
  right: -1px;
}
.rtl .header-style9 .header-bottom .primary-menu .nav-pills >li.dropdown > a:after {
  left: -1px;
  right: auto;
}
.header-style9 .header-bottom .primary-menu .nav-pills >li:first-child > a {
  padding-left: 0;
}
.rtl .header-style9 .header-bottom .primary-menu .nav-pills >li:first-child > a {
  padding-right: 0;
  padding-left: 12px;
}
.header-style9 .header-bottom .primary-menu .nav-pills >li:last-child > a {
  color: #d263ee;
}
.header-style9 .header-bottom .primary-menu .nav-pills >li:last-child > a:hover {
  color: #222;
}
.header-style9 .header-bottom .elementor-widget-wp-widget-nav_menu,
.header-style9 .header-bottom .widget_nav_menu {
  position: relative;
  padding: 11px 0;
}
.header-style9 .header-bottom .elementor-widget-wp-widget-nav_menu:hover ul.menu,
.header-style9 .header-bottom .widget_nav_menu:hover ul.menu {
  opacity: 1;
  display: block;
}
.header-style9 .header-bottom .elementor-widget-wp-widget-nav_menu h5,
.header-style9 .header-bottom .elementor-widget-wp-widget-nav_menu h3,
.header-style9 .header-bottom .widget_nav_menu h5,
.header-style9 .header-bottom .widget_nav_menu h3 {
  font-size: 14px;
  color: #1c1c1c;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  line-height: 21px;
  margin: 0 15px 0 0;
}
.rtl .header-style9 .header-bottom .elementor-widget-wp-widget-nav_menu h5,
.rtl .header-style9 .header-bottom .elementor-widget-wp-widget-nav_menu h3,
.rtl .header-style9 .header-bottom .widget_nav_menu h5,
.rtl .header-style9 .header-bottom .widget_nav_menu h3 {
  margin: 0 0 0 15px;
}
.rtl .header-style9 .header-bottom .elementor-widget-wp-widget-nav_menu h5:after,
.rtl .header-style9 .header-bottom .elementor-widget-wp-widget-nav_menu h3:after,
.rtl .header-style9 .header-bottom .widget_nav_menu h5:after,
.rtl .header-style9 .header-bottom .widget_nav_menu h3:after {
  margin-right: 10px;
  margin-left: 0;
}
.header-style9 .header-bottom .elementor-widget-wp-widget-nav_menu h5:after,
.header-style9 .header-bottom .elementor-widget-wp-widget-nav_menu h3:after,
.header-style9 .header-bottom .widget_nav_menu h5:after,
.header-style9 .header-bottom .widget_nav_menu h3:after {
  position: absolute;
  top: -3px;
  content: '\f0dd';
  font-family: 'FontAwesome';
  margin-left: 10px;
}
.header-style9 .header-bottom .elementor-widget-wp-widget-nav_menu ul.menu,
.header-style9 .header-bottom .widget_nav_menu ul.menu {
  position: absolute;
  width: 175px;
  right: 0px;
  top: 38px;
  background: #fff;
  z-index: 9999;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  border: 1px #f2f2f2;
  box-shadow: 0px 0px 5px rgba(30,30,30,0.3);
  opacity: 0;
  display: none;
  margin: 0;
}
.header-style9 .header-bottom .elementor-widget-wp-widget-nav_menu ul.menu > li,
.header-style9 .header-bottom .widget_nav_menu ul.menu > li {
  float: none;
  border: none;
  display: block;
  margin: 0;
}
.header-style9 .header-bottom .elementor-widget-wp-widget-nav_menu ul.menu > li > a,
.header-style9 .header-bottom .widget_nav_menu ul.menu > li > a {
  font-size: 12px;
  padding: 11px 20px;
  border: none;
  display: block;
  width: auto;
  height: auto;
  background: none;
  text-indent: 0;
  border-radius: 0;
}
.header-style9 .header-bottom .elementor-widget-wp-widget-nav_menu ul.menu > li > a:after,
.header-style9 .header-bottom .widget_nav_menu ul.menu > li > a:after {
  content: '';
}
.header-style9 .header-bottom .elementor-widget-wp-widget-nav_menu ul.menu > li > a span.fa,
.header-style9 .header-bottom .widget_nav_menu ul.menu > li > a span.fa {
  margin-right: 10px;
}
.header-style9 .header-bottom .elementor-widget-wp-widget-nav_menu ul.menu > li > a:hover,
.header-style9 .header-bottom .widget_nav_menu ul.menu > li > a:hover {
  color: #d263ee;
  background-color: #f4f4f4;
}
.header-style9 .header-bottom .search-home9 {
  float: right;
  position: relative;
  margin: 0 30px;
  display: inline-block;
  width: 20px;
}
.rtl .header-style9 .header-bottom .search-home9 {
  float: left;
}
.header-style9 .header-bottom .search-home9 h3 {
  position: relative;
  text-indent: -9999px;
  line-height: 42px;
  margin-bottom: 0;
}
.header-style9 .header-bottom .search-home9 h3:before {
  content: '\f002';
  font-family: 'FontAwesome';
  font-size: 16px;
  color: #1c1c1c;
  text-indent: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: inline-block;
  cursor: pointer;
}
.header-style9 .header-bottom .search-home9 .top-form.top-search {
  position: absolute;
  right: 0;
  top: 50px;
  margin: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translate(0,-60px);
  -moz-transform: translate(0,-60px);
  -o-transform: translate(0,-60px);
  -ms-transform: translate(0,-60px);
  transform: translate(0,-60px);
  float: none;
  border: 1px solid #ccc;
  border-radius: 0;
  min-width: 260px;
}
.rtl .header-style9 .header-bottom .search-home9 .top-form.top-search {
  left: 0;
  right: auto;
}
.header-style9 .header-bottom .search-home9 .top-form.top-search.open {
  height: auto;
  opacity: 1;
  visibility: visible;
  margin-top: 60px;
}
.header-style9 .header-bottom .search-home9 .top-form.top-search .topsearch-entry {
  padding: 0;
  display: block;
}
.header-style9 .header-bottom .search-home9 .top-form.top-search .cat-wrapper {
  display: none;
}
.header-style9 .header-bottom .search-home9 .top-form.top-search input {
  float: left;
  padding-left: 10px;
  border-radius: 0;
  background-color: #fff;
  color: #999;
  height: 40px;
  width: 220px;
}
.rtl .header-style9 .header-bottom .search-home9 .top-form.top-search input {
  float: right;
  padding-right: 10px;
}
.header-style9 .header-bottom .search-home9 .top-form.top-search button.button-search-pro {
  background-color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 0;
  color: #222;
  border-left: 0;
  right: 0;
}
.rtl .header-style9 .header-bottom .search-home9 .top-form.top-search button.button-search-pro {
  right: auto;
  left: 0;
}
.header-style9 .header-bottom .search-home9 .top-form.top-search button.button-search-pro:hover {
  background-color: #fff;
  color: #d263ee;
  border-radius: 0;
}
.header-style9 .header-bottom .search-home9 .top-form.top-search button.button-search-pro:hover:before {
  color: #999;
}
.header-style9 .header-bottom .top-form.top-form-minicart {
  padding: 8px 10px;
}
.header-style9 .header-bottom .top-form.top-form-minicart .top-minicart-icon {
  background: url("../assets/img/icon-cart9.png") no-repeat center center;
  border-radius: 0;
  height: 22px;
  width: 15px;
  display: inline-block;
  padding-left: 35px;
}
.header-style9 .header-bottom .top-form.top-form-minicart .top-minicart-icon a {
  position: absolute;
  left: -25px;
  bottom: -3px;
}
.rtl .header-style9 .header-bottom .top-form.top-form-minicart .top-minicart-icon a {
  right: -25px;
  left: auto;
}
.header-style9 .header-bottom .top-form.top-form-minicart .top-minicart-icon a .minicart-number {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  font-size: 14px;
  color: #1c1c1c;
  width: 35px;
  height: auto;
  line-height: normal;
  border-radius: 0;
  background-color: transparent;
}
.header-style9 .header-bottom .top-form.top-form-minicart .top-minicart-icon a .minicart-number:before {
  content: '(';
  font-size: 15px;
  margin: 0 2px;
  display: inline-block;
}
.header-style9 .header-bottom .top-form.top-form-minicart .top-minicart-icon a .minicart-number:after {
  content: ')';
  font-size: 15px;
  margin: 0 2px;
  display: inline-block;
}
.testimonial-slider.layout1 {
  padding: 43px 0;
}
.testimonial-slider.layout1 .carousel-indicators {
  bottom: 25px;
}
.testimonial-slider.layout1 .carousel-indicators > li {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #050505;
  margin: 0 4px;
  border: 0;
  z-index: 5;
  border-radius: 50%;
}
.testimonial-slider.layout1 .carousel-indicators > li.active {
  background-color: #d263ee;
}
.testimonial-slider.layout1 .carousel-inner .item {
  text-align: center;
}
.testimonial-slider.layout1 .carousel-inner .item .client-comment {
  padding: 0 210px;
  color: #666;
  line-height: 22px;
}
.testimonial-slider.layout1 .carousel-inner .item .client-say-info {
  display: inline-block;
  overflow: hidden;
  margin: 30px 0 50px;
}
.testimonial-slider.layout1 .carousel-inner .item .client-say-info .image-client {
  float: left;
  margin-right: 15px;
}
.testimonial-slider.layout1 .carousel-inner .item .client-say-info .image-client a {
  width: 80px;
  display: inline-block;
}
.testimonial-slider.layout1 .carousel-inner .item .client-say-info .image-client a img {
  border-radius: 50%;
}
.testimonial-slider.layout1 .carousel-inner .item .client-say-info .name-client {
  float: left;
  padding: 20px 0;
  text-align: left;
}
.testimonial-slider.layout1 .carousel-inner .item .client-say-info .name-client h2 {
  font-size: 14px;
  color: #222;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0;
}
.testimonial-slider.layout1 .carousel-inner .item .client-say-info .name-client .info-client {
  color: #666;
  font-style: italic;
}
.sw-category-slider2 {
  margin-bottom: 0px;
}
.sw-category-slider2 .slider .slick-list {
  margin: 0 -4px;
}
.sw-category-slider2 .slider .item {
  padding: 0 4px;
}
.sw-category-slider2 .slider .item .item-wrap {
  position: relative;
}
.sw-category-slider2 .slider .item .item-wrap:hover .item-image:before {
  opacity: 1;
}
.sw-category-slider2 .slider .item .item-wrap:hover .item-content h4,
.sw-category-slider2 .slider .item .item-wrap:hover .item-content .des-cat,
.sw-category-slider2 .slider .item .item-wrap:hover .item-content .shop-by-now {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.sw-category-slider2 .slider .item .item-wrap .item-image {
  position: relative;
}
.sw-category-slider2 .slider .item .item-wrap .item-image:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(19,19,19,0.6);
  z-index: 2;
  opacity: 0;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.sw-category-slider2 .slider .item .item-wrap .item-content {
  position: absolute;
  top: 50%;
  z-index: 3;
  margin-top: -106px;
}
.sw-category-slider2 .slider .item .item-wrap .item-content h4 {
  -webkit-transform: translateY(-60px);
  -moz-transform: translateY(-60px);
  -o-transform: translateY(-60px);
  -ms-transform: translateY(-60px);
  transform: translateY(-60px);
  opacity: 0;
}
.sw-category-slider2 .slider .item .item-wrap .item-content .des-cat,
.sw-category-slider2 .slider .item .item-wrap .item-content .shop-by-now {
  -webkit-transform: translateY(60px);
  -moz-transform: translateY(60px);
  -o-transform: translateY(60px);
  -ms-transform: translateY(60px);
  transform: translateY(60px);
  opacity: 0;
}
.sw-category-slider2 .slider .item .item-wrap .item-content h4 {
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  -ms-transition: all .4s;
  transition: all .4s;
  margin-bottom: 15px;
}
.sw-category-slider2 .slider .item .item-wrap .item-content h4 a {
  font-weight: 600;
  text-transform: capitalize;
  color: #fff;
  font-size: 40px;
}
.sw-category-slider2 .slider .item .item-wrap .item-content h4 a:hover {
  color: #d263ee;
}
.sw-category-slider2 .slider .item .item-wrap .item-content .des-cat {
  font-size: 14px;
  color: #fff;
  padding: 0 60px;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -o-transition: all .6s;
  -ms-transition: all .6s;
  transition: all .6s;
  line-height: 24px;
}
.sw-category-slider2 .slider .item .item-wrap .item-content .shop-by-now {
  height: 45px;
  background-color: #000;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 45px;
  display: inline-block;
  padding: 0 30px;
  margin-top: 75px;
  -webkit-transition: all .8s;
  -moz-transition: all .8s;
  -o-transition: all .8s;
  -ms-transition: all .8s;
  transition: all .8s;
}
.sw-category-slider2 .slider .item .item-wrap .item-content .shop-by-now:hover {
  background-color: #d263ee;
}
.block-home9 {
  float: right;
}
.block-home9 .vc_column-inner {
  padding: 0;
}
.block-home9 .block-text-home9 {
  padding: 135px 0 77px;
}
.block-home9 .block-text-home9 .wrap-content {
  text-align: center;
}
.block-home9 .block-text-home9 .wrap-content h3 {
  font-size: 45px;
  font-weight: 600;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 40px;
}
.block-home9 .block-text-home9 .wrap-content .des {
  color: #fff;
  font-style: italic;
  font-size: 16px;
  line-height: 24px;
}
.block-home9 .block-text-home9 .wrap-content a {
  display: inline-block;
  height: 45px;
  text-align: center;
  font-weight: 700;
  font-size: 12px;
  padding: 0 30px;
  background-color: #000;
  color: #fff;
  line-height: 45px;
  text-transform: uppercase;
  margin-top: 70px;
}
.block-home9 .block-text-home9 .wrap-content a:hover {
  color: #d263ee;
}
.title-home9 .block-title h3 {
  font-size: 26px;
  color: #1c1c1c;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 55px;
}
.title-home9 .block-title h3:before {
  content: '';
  width: 50px;
  height: 2px;
  background-color: #d263ee;
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -25px;
}
.sw-category-slider3 {
  margin: 30px 0 25px;
}
.sw-category-slider3 .block-title h3 {
  font-size: 26px;
  color: #1c1c1c;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 55px;
}
.sw-category-slider3 .block-title h3:before {
  content: '';
  width: 50px;
  height: 2px;
  background-color: #d263ee;
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -25px;
}
.sw-category-slider3 .resp-slider-container .item-category-wrapper {
  margin: 0;
}
.sw-category-slider3 .resp-slider-container .item-category-wrapper .item-product-cat {
  width: 100%;
  padding: 0 10px;
}
.sw-category-slider3 .resp-slider-container .item-category-wrapper .item-product-cat.item-even .item-wrap {
  position: relative;
  overflow: hidden;
}
.sw-category-slider3 .resp-slider-container .item-category-wrapper .item-product-cat.item-even .item-wrap:before {
  content: '';
  display: inline-block;
  height: 1px;
  width: 100%;
  position: absolute;
  left: -5px;
  bottom: 20px;
  top: auto;
  right: auto;
  border-bottom: 1px dashed #8e8e8e;
}
.rtl .sw-category-slider3 .resp-slider-container .item-category-wrapper .item-product-cat.item-even .item-wrap:before {
  right: -5px;
  left: auto;
}
.sw-category-slider3 .resp-slider-container .item-category-wrapper .item-product-cat.item-even .item-wrap .item-image {
  margin-bottom: 40px;
}
.sw-category-slider3 .resp-slider-container .item-category-wrapper .item-product-cat.item-odd .item-wrap .item-content {
  float: right;
}
.rtl .sw-category-slider3 .resp-slider-container .item-category-wrapper .item-product-cat.item-odd .item-wrap .item-content {
  float: left;
}
.sw-category-slider3 .resp-slider-container .item-category-wrapper .item-product-cat.item-odd .item-wrap .item-image {
  float: left;
}
.rtl .sw-category-slider3 .resp-slider-container .item-category-wrapper .item-product-cat.item-odd .item-wrap .item-image {
  float: right;
}
.sw-category-slider3 .resp-slider-container .item-category-wrapper .item-product-cat .item-wrap .item-content {
  height: 320px;
  padding: 80px 20px 0;
  float: left;
  width: 50%;
}
.rtl .sw-category-slider3 .resp-slider-container .item-category-wrapper .item-product-cat .item-wrap .item-content {
  float: right;
}
.sw-category-slider3 .resp-slider-container .item-category-wrapper .item-product-cat .item-wrap .item-content h4 a {
  font-size: 20px;
  color: #1c1c1c;
  text-transform: capitalize;
  font-weight: 600;
  line-height: 30px;
}
.sw-category-slider3 .resp-slider-container .item-category-wrapper .item-product-cat .item-wrap .item-content h4 a:hover {
  color: #d263ee;
}
.sw-category-slider3 .resp-slider-container .item-category-wrapper .item-product-cat .item-wrap .item-content .des-cat {
  color: #666;
  margin: 25px 0 40px;
}
.sw-category-slider3 .resp-slider-container .item-category-wrapper .item-product-cat .item-wrap .item-content .shop-by-now {
  font-size: 12px;
  color: #d263ee;
  text-transform: uppercase;
  font-weight: 700;
}
.sw-category-slider3 .resp-slider-container .item-category-wrapper .item-product-cat .item-wrap .item-content .shop-by-now i {
  margin-left: 10px;
}
.rtl .sw-category-slider3 .resp-slider-container .item-category-wrapper .item-product-cat .item-wrap .item-content .shop-by-now i {
  margin-right: 10px;
  margin-left: 0;
}
.rtl .sw-category-slider3 .resp-slider-container .item-category-wrapper .item-product-cat .item-wrap .item-content .shop-by-now i:before {
  content: '\f100';
}
.sw-category-slider3 .resp-slider-container .item-category-wrapper .item-product-cat .item-wrap .item-content .shop-by-now:hover {
  opacity: 0.85;
}
.sw-category-slider3 .resp-slider-container .item-category-wrapper .item-product-cat .item-wrap .item-image {
  float: right;
}
.rtl .sw-category-slider3 .resp-slider-container .item-category-wrapper .item-product-cat .item-wrap .item-image {
  float: left;
}
.sw-category-slider3 .resp-slider-container .item {
  position: relative;
}
.sw-category-slider3 .resp-slider-container .item:first-child .item-wrap .item-content {
  padding-top: 0;
}
.sw-category-slider3 .resp-slider-container .item.item-odd .item-image {
  margin-bottom: 40px;
}
.sw-category-slider3 .resp-slider-container .item.item-even .item-wrap:before {
  left: -20px;
  right: auto;
}
.rtl .sw-category-slider3 .resp-slider-container .item.item-even .item-wrap:before {
  right: -20px;
  left: auto;
}
.sw-category-slider3 .resp-slider-container .item.item-even .item-content {
  margin-bottom: 40px;
}
.sw-category-slider3 .resp-slider-container .item .item-wrap {
  position: relative;
}
.sw-category-slider3 .resp-slider-container .item .item-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  width: 1px;
  position: absolute;
  right: -20px;
  top: 0;
  border-right: 1px dashed #8e8e8e;
}
.rtl .sw-category-slider3 .resp-slider-container .item .item-wrap:before {
  left: -20px;
  right: auto;
}
.sw-category-slider3 .resp-slider-container .item .item-wrap .item-image img {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.sw-category-slider3 .resp-slider-container .item .item-wrap .item-image:hover img {
  opacity: 0.85;
}
.sw-category-slider3 .resp-slider-container .item .item-wrap .item-content {
  height: 320px;
  padding: 80px 20px 0;
}
.sw-category-slider3 .resp-slider-container .item .item-wrap .item-content h4 a {
  font-size: 20px;
  color: #1c1c1c;
  text-transform: capitalize;
  font-weight: 600;
  line-height: 30px;
}
.sw-category-slider3 .resp-slider-container .item .item-wrap .item-content h4 a:hover {
  color: #d263ee;
}
.sw-category-slider3 .resp-slider-container .item .item-wrap .item-content .des-cat {
  color: #666;
  margin: 25px 0 40px;
}
.sw-category-slider3 .resp-slider-container .item .item-wrap .item-content .sal-of {
  padding: 25px 0;
  display: inline-block;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  color: #fff;
  background-color: #d2e3ff;
  border: 1px solid #d02a5a;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 45px;
}
.sw-category-slider3 .resp-slider-container .item .item-wrap .item-content .sal-of span {
  display: block;
  margin-bottom: 2px;
}
.sw-category-slider3 .resp-slider-container .item .item-wrap .item-content .sal-of span.sale {
  color: #d02a5a;
}
.sw-category-slider3 .resp-slider-container .item .item-wrap .item-content .shop-by-now {
  font-size: 12px;
  color: #d263ee;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
}
.sw-category-slider3 .resp-slider-container .item .item-wrap .item-content .shop-by-now i {
  margin-left: 10px;
}
.rtl .sw-category-slider3 .resp-slider-container .item .item-wrap .item-content .shop-by-now i {
  margin-right: 10px;
  margin-left: 0;
}
.rtl .sw-category-slider3 .resp-slider-container .item .item-wrap .item-content .shop-by-now i:before {
  content: '\f100';
}
.sw-category-slider3 .resp-slider-container .item .item-wrap .item-content .shop-by-now:hover {
  opacity: 0.85;
}
.item-wrap3 .item-detail {
  padding: 0 15px;
}
.item-wrap3 .item-detail .products-thumb {
  position: relative;
}
.item-wrap3 .item-detail .products-thumb .sale-off {
  width: 60px;
  height: 30px;
  background-color: #d263ee;
  font-family: 'OpenSansBold';
  left: 0;
  border-radius: 0;
  line-height: 30px;
  top: 0;
}
.rtl .item-wrap3 .item-detail .products-thumb .sale-off {
  right: 0;
  left: auto;
}
.item-wrap3 .item-detail .products-thumb .item-button {
  position: absolute;
  font-size: 15px;
  top: 0;
  right: 0;
  display: inline-block;
  text-align: center;
  z-index: 2;
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -o-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.rtl .item-wrap3 .item-detail .products-thumb .item-button {
  left: 0;
  right: auto;
}
.item-wrap3 .item-detail .products-thumb .item-button .clear {
  display: none;
}
.item-wrap3 .item-detail .products-thumb .item-button .yith-wcwl-add-to-wishlist {
  margin: 0 1px;
}
.item-wrap3 .item-detail .products-thumb .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-add-button,
.item-wrap3 .item-detail .products-thumb .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
.item-wrap3 .item-detail .products-thumb .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse {
  position: relative;
}
.item-wrap3 .item-detail .products-thumb .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.item-wrap3 .item-detail .products-thumb .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.item-wrap3 .item-detail .products-thumb .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a {
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  -ms-transition: all .4s;
  transition: all .4s;
}
.item-wrap3 .item-detail .products-thumb .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,
.item-wrap3 .item-detail .products-thumb .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.item-wrap3 .item-detail .products-thumb .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before {
  content: "\f004";
}
.item-wrap3 .item-detail .products-thumb .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-add-button.show,
.item-wrap3 .item-detail .products-thumb .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show,
.item-wrap3 .item-detail .products-thumb .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show {
  display: inline-block !important;
  vertical-align: top;
}
.item-wrap3 .item-detail .products-thumb .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .feedback,
.item-wrap3 .item-detail .products-thumb .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .feedback,
.item-wrap3 .item-detail .products-thumb .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .feedback {
  display: none;
}
.item-wrap3 .item-detail .products-thumb .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .ajax-loading,
.item-wrap3 .item-detail .products-thumb .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .ajax-loading,
.item-wrap3 .item-detail .products-thumb .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .ajax-loading {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.item-wrap3 .item-detail .products-thumb .item-button a.sw-quickview {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  transition: all .5s;
}
.item-wrap3 .item-detail .products-thumb .item-button a.sw-quickview:before {
  content: "\f002";
}
.item-wrap3 .item-detail .products-thumb .item-button a.compare {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  transition: all .5s;
}
.item-wrap3 .item-detail .products-thumb .item-button a.compare:before {
  content: "\f0ec";
}
.item-wrap3 .item-detail .products-thumb .item-button .compare-button {
  width: 40px;
}
.item-wrap3 .item-detail .products-thumb .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.item-wrap3 .item-detail .products-thumb .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.item-wrap3 .item-detail .products-thumb .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
.item-wrap3 .item-detail .products-thumb .item-button a.compare,
.item-wrap3 .item-detail .products-thumb .item-button a.sw-quickview {
  text-align: center;
  color: #444;
  font-weight: 500;
  height: 18px;
  line-height: 18px;
  padding: 0;
  border: 0;
  overflow: hidden;
  position: relative;
  font-size: 0;
  min-width: 20px;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  background-color: transparent;
}
.item-wrap3 .item-detail .products-thumb .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,
.item-wrap3 .item-detail .products-thumb .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.item-wrap3 .item-detail .products-thumb .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before,
.item-wrap3 .item-detail .products-thumb .item-button a.compare:before,
.item-wrap3 .item-detail .products-thumb .item-button a.sw-quickview:before {
  font-family: fontawesome;
  font-size: 14px;
}
.item-wrap3 .item-detail .products-thumb .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover,
.item-wrap3 .item-detail .products-thumb .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover,
.item-wrap3 .item-detail .products-thumb .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover,
.item-wrap3 .item-detail .products-thumb .item-button a.compare:hover,
.item-wrap3 .item-detail .products-thumb .item-button a.sw-quickview:hover {
  background-color: transparent;
  font-size: 0;
  padding: 0;
}
.item-wrap3 .item-detail .products-thumb .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover:before,
.item-wrap3 .item-detail .products-thumb .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover:before,
.item-wrap3 .item-detail .products-thumb .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover:before,
.item-wrap3 .item-detail .products-thumb .item-button a.compare:hover:before,
.item-wrap3 .item-detail .products-thumb .item-button a.sw-quickview:hover:before {
  color: #d263ee;
}
.item-wrap3 .item-detail .products-thumb .item-button .yith-wcwl-wishlistaddedbrowse.show a,
.item-wrap3 .item-detail .products-thumb .item-button .yith-wcwl-wishlistexistsbrowse.show a {
  background-color: transparent;
  color: #d263ee;
}
.item-wrap3 .item-detail .products-thumb .item-button .yith-wcwl-wishlistaddedbrowse.show a:before,
.item-wrap3 .item-detail .products-thumb .item-button .yith-wcwl-wishlistexistsbrowse.show a:before {
  color: #d263ee;
}
.item-wrap3 .item-detail .item-content {
  text-align: center;
  padding: 2px 0 17px;
}
.item-wrap3 .item-detail .item-content h4 a {
  font-size: 14px;
  color: #222;
  font-weight: 500;
  text-transform: capitalize;
}
.item-wrap3 .item-detail .item-content h4 a:hover {
  color: #d263ee;
}
.item-wrap3 .item-detail .item-content .reviews-content div.star {
  background: url("../assets/img/star-home9.png");
  margin-bottom: 10px;
}
.item-wrap3 .item-detail .item-content .reviews-content div.star span {
  background: url("../assets/img/star-active-home9.png");
}
.item-wrap3 .item-detail .item-content .item-price {
  display: block;
  color: #222;
  margin-bottom: 25px;
}
.item-wrap3 .item-detail .item-content .item-price span {
  display: inline-block;
  vertical-align: top;
}
.item-wrap3 .item-detail .item-content .item-price del {
  line-height: 21px;
}
.item-wrap3 .item-detail .item-content .button,
.item-wrap3 .item-detail .item-content .add_to_cart_button,
.item-wrap3 .item-detail .item-content .product_type_external,
.item-wrap3 .item-detail .item-content .product_type_grouped {
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  color: #222;
  background-color: #f1f1f1;
  padding: 0 40px;
  display: inline-block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  overflow: visible;
}
@media (max-width: 480px) {
  .item-wrap3 .item-detail .item-content .button,
  .item-wrap3 .item-detail .item-content .add_to_cart_button,
  .item-wrap3 .item-detail .item-content .product_type_external,
  .item-wrap3 .item-detail .item-content .product_type_grouped {
    padding: 0 10px;
  }
}
.item-wrap3 .item-detail:hover .products-thumb .item-button {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -o-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  opacity: 1;
  filter: alpha(opacity=100);
}
.item-wrap3 .item-detail:hover .item-content .button,
.item-wrap3 .item-detail:hover .item-content .add_to_cart_button,
.item-wrap3 .item-detail:hover .item-content .product_type_external,
.item-wrap3 .item-detail:hover .item-content .product_type_grouped {
  background-color: #d263ee;
  color: #fff;
}
.featured-product3,
.latest-product-home9 {
  margin: 30px 0 52px;
}
.featured-product3 .block-title h3,
.latest-product-home9 .block-title h3 {
  font-size: 26px;
  color: #1c1c1c;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 55px;
}
.featured-product3 .block-title h3:before,
.latest-product-home9 .block-title h3:before {
  content: '';
  width: 50px;
  height: 2px;
  background-color: #d263ee;
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -25px;
}
.featured-product3 .slider .slick-slider,
.latest-product-home9 .slider .slick-slider {
  margin: 0 -15px;
}
.footer-home9 {
  background-color: #000;
  padding: 40px 0;
  position: relative;
}
@media (max-width: 480px) {
  .footer-home9 {
    padding: 20px 0;
  }
}
.footer-home9 .footer-top9 .wrap-content {
  overflow: hidden;
  padding: 25px 0 55px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.footer-home9 .footer-top9 .wrap-content .item {
  float: left;
  width: 33.33%;
}
.footer-home9 .footer-top9 .wrap-content .item .item-content {
  text-align: left;
  padding-left: 45px;
}
.rtl .footer-home9 .footer-top9 .wrap-content .item .item-content {
  text-align: right;
  padding-right: 45px;
  padding-left: 0;
}
.footer-home9 .footer-top9 .wrap-content .item.item1 .item-content {
  background: url("../assets/img/icon-email9.png") no-repeat left center;
}
.rtl .footer-home9 .footer-top9 .wrap-content .item.item1 .item-content {
  background-position: right center;
}
.footer-home9 .footer-top9 .wrap-content .item.item2 {
  text-align: center;
}
.footer-home9 .footer-top9 .wrap-content .item.item2 .item-content {
  background: url("../assets/img/icon-phone9.png") no-repeat left center;
  display: inline-block;
}
.rtl .footer-home9 .footer-top9 .wrap-content .item.item2 .item-content {
  background-position: right center;
}
.footer-home9 .footer-top9 .wrap-content .item.item3 .item-content {
  margin-left: 60px;
  background: url("../assets/img/icon-support9.png") no-repeat left center;
}
.rtl .footer-home9 .footer-top9 .wrap-content .item.item3 .item-content {
  margin-left: 0;
  margin-right: 60px;
  background-position: right center;
}
.footer-home9 .footer-top9 .wrap-content .item h4 {
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.footer-home9 .footer-top9 .wrap-content .item span {
  color: #7d7d7d;
}
.footer-home9 .footer-top9 .wrap-content .item a:hover span {
  color: #d263ee;
}
.footer-home9 .news-letter .wrap-content {
  margin-top: 50px;
}
.footer-home9 .news-letter .wrap-content h4 {
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 15px;
}
.footer-home9 .news-letter .wrap-content h3 {
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 25px;
}
.footer-home9 .news-letter .wrap-content .mc4wp-form input[type="email"] {
  border: 0;
  border-radius: 0;
  background-color: #fff;
  color: #898989;
  height: 40px;
  padding: 0 10px;
  min-width: 195px;
  float: left;
}
.rtl .footer-home9 .news-letter .wrap-content .mc4wp-form input[type="email"] {
  float: right;
}
.footer-home9 .news-letter .wrap-content .mc4wp-form input[type="submit"] {
  height: 40px;
  line-height: 40px;
  text-transform: uppercase;
  padding: 0 15px;
  background-color: #d263ee;
  border-radius: 0;
  border: 0;
  font-weight: 700;
  color: #fff;
  margin: 0;
}
.footer-home9 .news-letter .wrap-content .mc4wp-form input[type="submit"]:hover {
  background-color: #c535e9;
}
.footer-home9 .follow-us ul {
  overflow: hidden;
  display: block;
  margin: 0;
}
.footer-home9 .follow-us ul > li {
  float: left;
  list-style: none;
}
.rtl .footer-home9 .follow-us ul > li {
  float: right;
}
.rtl .footer-home9 .follow-us ul > li > a {
  margin-left: 10px;
  margin-right: 0;
}
.footer-home9 .follow-us ul > li > a {
  display: inline-block;
  background-color: #fff;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  color: #0d0d0d;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  margin-right: 10px;
  font-size: 18px;
}
.footer-home9 .follow-us ul > li > a:hover {
  background-color: #d263ee;
  color: #fff;
}
.footer-home9 .footer-menu9 {
  overflow: hidden;
  padding-top: 40px;
}
.footer-home9 .footer-menu9 .vc_column-inner {
  position: relative;
}
.footer-home9 .footer-menu9 .vc_column-inner:before {
  content: '';
  height: 295px;
  width: 1px;
  position: absolute;
  top: -40px;
  left: 0;
  display: inline-block;
  background-color: rgba(255,255,255,0.1);
}
.footer-home9 .footer-menu9 .vc_column-inner:after {
  content: '';
  height: 295px;
  width: 1px;
  position: absolute;
  top: -40px;
  right: 0;
  display: inline-block;
  background-color: rgba(255,255,255,0.1);
}
.footer-home9 .footer-menu9 .vc_column-inner .wpb_wrapper {
  overflow: hidden;
}
.footer-home9 .footer-menu9 .elementor-widget-wrap .elementor-widget-wp-widget-nav_menu ul > li,
.footer-home9 .footer-menu9 .elementor-widget-wrap .widget_nav_menu ul > li {
  line-height: 34px;
}
.footer-home9 .footer-menu9 .elementor-widget-wrap .elementor-widget-wp-widget-nav_menu ul > li > a,
.footer-home9 .footer-menu9 .elementor-widget-wrap .widget_nav_menu ul > li > a {
  color: #fff;
}
.footer-home9 .footer-menu9 .elementor-widget-wrap .elementor-widget-wp-widget-nav_menu ul > li > a:hover,
.footer-home9 .footer-menu9 .elementor-widget-wrap .widget_nav_menu ul > li > a:hover {
  color: #d263ee;
}
.footer-home9 .footer-menu9 .vc_wp_custommenu {
  float: left;
  width: 50%;
  padding-left: 60px;
}
.rtl .footer-home9 .footer-menu9 .vc_wp_custommenu {
  padding-right: 60px;
  padding-left: 0;
}
.footer-home9 .footer-menu9 .vc_wp_custommenu .elementor-widget-wp-widget-nav_menu ul > li,
.footer-home9 .footer-menu9 .vc_wp_custommenu .widget_nav_menu ul > li {
  line-height: 34px;
}
.footer-home9 .footer-menu9 .vc_wp_custommenu .elementor-widget-wp-widget-nav_menu ul > li > a,
.footer-home9 .footer-menu9 .vc_wp_custommenu .widget_nav_menu ul > li > a {
  color: #fff;
}
.footer-home9 .footer-menu9 .vc_wp_custommenu .elementor-widget-wp-widget-nav_menu ul > li > a:hover,
.footer-home9 .footer-menu9 .vc_wp_custommenu .widget_nav_menu ul > li > a:hover {
  color: #d263ee;
}
.footer-home9 .contact-address > .vc_column-inner {
  padding-left: 68px;
  padding-right: 0;
}
.rtl .footer-home9 .contact-address > .vc_column-inner {
  padding-right: 68px;
  padding-left: 0;
}
.footer-home9 .contact-address .wpb_single_image {
  margin-bottom: 20px;
  margin-top: 35px;
}
.rtl .footer-home9 .contact-address .wpb_single_image {
  text-align: right;
}
.footer-home9 .contact-address .info-footer ul {
  overflow: hidden;
  margin: -8px 0 0;
}
.footer-home9 .contact-address .info-footer ul > li {
  color: #fff;
  list-style: none;
  overflow: hidden;
  line-height: 24px;
  margin-top: 15px;
}
.footer-home9 .contact-address .info-footer ul > li.email {
  margin-bottom: 22px;
  line-height: 32px;
}
.footer-home9 .contact-address .info-footer ul > li.email a {
  color: #fff;
}
.footer-home9 .contact-address .info-footer ul > li.email a:hover {
  color: #d263ee;
}
.footer-home9 .contact-address .info-footer ul > li .fa {
  width: 32px;
  height: 32px;
  background-color: rgba(102,102,102,0.6);
  color: #fff;
  line-height: 32px;
  font-size: 16px;
  margin-right: 10px;
  text-align: center;
  float: left;
  border-radius: 2px;
}
.rtl .footer-home9 .contact-address .info-footer ul > li .fa {
  float: right;
  margin: 0 0 0 10px;
}
.footer-home9 .contact-address .info-footer ul > li span {
  display: block;
  overflow: hidden;
  line-height: 20px;
  margin-top: -3px;
}
.home-style9.disable-search .header-style9 .header-bottom .search-home9 {
  margin: 0 10px;
}
.home-style9.disable-search .header-style9 .header-bottom .search-home9 h3:before {
  display: none;
}
.home-style9 .wpb_single_image .vc_single_image-wrapper {
  position: relative;
}
.home-style9 .wpb_single_image .vc_single_image-wrapper:before {
  content: '';
  display: inline-block;
  height: 100%;
  width: 100%;
  background-color: rgba(0,0,0,0.2);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.home-style9 .wpb_single_image .vc_single_image-wrapper:hover:before {
  opacity: 1;
}
.home-style9 .wpb_single_image .vc_single_image-wrapper:hover img {
  opacity: 1;
}
.home-style9 .responsive-slider {
  position: relative;
}
.home-style9 .responsive-slider .res-button {
  display: inline-block;
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #d263ee;
  color: #fff;
  top: 50%;
  text-align: center;
  cursor: pointer;
  z-index: 3;
}
.home-style9 .responsive-slider .res-button:before {
  font-size: 24px;
  font-family: 'FontAwesome';
}
.home-style9 .responsive-slider .res-button.slick-prev {
  left: 20px;
  right: auto;
}
.home-style9 .responsive-slider .res-button.slick-prev:before {
  content: '\f104';
}
.home-style9 .responsive-slider .res-button.slick-next {
  right: 20px;
  left: auto;
}
.home-style9 .responsive-slider .res-button.slick-next:before {
  content: '\f105';
}
.home-style9 .footer .footer-copyright {
  background-color: #000;
  padding: 20px 0;
}
.home-style9 .footer .footer-copyright > .container {
  position: relative;
}
.home-style9 .footer .footer-copyright > .container .sidebar-copyright {
  width: 50%;
}
.home-style9 .footer .footer-copyright > .container .sidebar-copyright .widget_sp_image {
  display: none;
}
.home-style9 .footer .footer-copyright > .container .sidebar-copyright .elementor-widget-wp-widget-nav_menu,
.home-style9 .footer .footer-copyright > .container .sidebar-copyright .widget_nav_menu {
  display: block;
}
.home-style9 .footer .footer-copyright > .container .sidebar-copyright .elementor-widget-wp-widget-nav_menu ul.menu > li,
.home-style9 .footer .footer-copyright > .container .sidebar-copyright .widget_nav_menu ul.menu > li {
  float: right;
}
.home-style9 .footer .footer-copyright > .container .sidebar-copyright .elementor-widget-wp-widget-nav_menu ul.menu > li > a,
.home-style9 .footer .footer-copyright > .container .sidebar-copyright .widget_nav_menu ul.menu > li > a {
  font-size: 12px;
  color: #e3e3e3;
  font-weight: 500;
  display: inline-block;
  padding: 0 13px;
  text-transform: uppercase;
  position: relative;
}
.home-style9 .footer .footer-copyright > .container .sidebar-copyright .elementor-widget-wp-widget-nav_menu ul.menu > li > a:before,
.home-style9 .footer .footer-copyright > .container .sidebar-copyright .widget_nav_menu ul.menu > li > a:before {
  content: '';
  width: 4px;
  height: 1px;
  background-color: #e3e3e3;
  position: absolute;
  right: 0;
  top: 5px;
}
.home-style9 .footer .footer-copyright > .container .sidebar-copyright .elementor-widget-wp-widget-nav_menu ul.menu > li > a:hover,
.home-style9 .footer .footer-copyright > .container .sidebar-copyright .widget_nav_menu ul.menu > li > a:hover {
  color: #d263ee;
}
.home-style9 .footer .footer-copyright > .container .sidebar-copyright .elementor-widget-wp-widget-nav_menu ul.menu > li:first-child > a,
.home-style9 .footer .footer-copyright > .container .sidebar-copyright .widget_nav_menu ul.menu > li:first-child > a {
  padding-right: 0;
}
.home-style9 .footer .footer-copyright > .container .sidebar-copyright .elementor-widget-wp-widget-nav_menu ul.menu > li:first-child > a:before,
.home-style9 .footer .footer-copyright > .container .sidebar-copyright .widget_nav_menu ul.menu > li:first-child > a:before {
  width: 0;
}
.home-style9 .footer .footer-copyright > .container:before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: rgba(255,255,255,0.1);
  position: absolute;
  top: -30px;
  left: 0;
}
.home-style9 .footer .footer-copyright .copyright-text {
  float: left;
  color: #fff;
}
.home-style9 .footer .footer-copyright .copyright-text p {
  margin: 0;
  line-height: 22px;
}
.home-style9 .footer .footer-copyright .sidebar-copyright {
  float: right;
}
.home-style9 .footer .footer-copyright .sidebar-copyright img {
  margin-top: 0;
}
.home-style9.rtl .footer .footer-copyright .sidebar-copyright {
  float: left;
}
.home-style9.rtl .footer .footer-copyright .copyright-text {
  float: right;
}
.home-style9.rtl .footer .footer-copyright > .container .sidebar-copyright .widget_nav_menu ul.menu > li {
  float: left;
}
.home-style9.rtl .footer .footer-copyright > .container .sidebar-copyright .widget_nav_menu ul.menu > li > a:before {
  left: 0;
  right: auto;
}
.home-style9.rtl .footer .footer-copyright > .container .sidebar-copyright .widget_nav_menu ul.menu > li:first-child > a {
  padding-left: 0;
  padding-right: 13px;
}
.page-style .revo_breadcrumbs {
  margin-top: 0;
}
.page-style .revo_breadcrumbs .listing-title h1 {
  margin-top: 0;
}
.page-style .best-selling-page .box-slider-title,
.page-style .woo-slider-default .box-slider-title {
  display: none;
}
.page-style .best-selling-page .slider .slick-list,
.page-style .woo-slider-default .slider .slick-list {
  margin: 0 -15px;
}
.page-style .best-selling-page .slider .item .item-wrap,
.page-style .woo-slider-default .slider .item .item-wrap {
  padding: 0 15px;
  margin-bottom: 30px;
}
.page-style .best-selling-page .slider .item .item-wrap .item-detail,
.page-style .woo-slider-default .slider .item .item-wrap .item-detail {
  border: 1px solid #eee;
}
.page-style .best-selling-page .slider .item .item-wrap .item-detail .products-thumb .sale-off,
.page-style .woo-slider-default .slider .item .item-wrap .item-detail .products-thumb .sale-off {
  background-color: #d263ee;
}
.page-style .best-selling-page .slider .item .item-wrap .item-detail .item-content,
.page-style .woo-slider-default .slider .item .item-wrap .item-detail .item-content {
  padding: 5px 0 20px;
}
.page-style .sw-hotdeal {
  margin-top: 0;
}
.page-style .sw-hotdeal .item .item-wrap .products-thumb .sale-off {
  background-color: #d263ee;
}
@media (min-width: 1445px) and (max-width: 1920px) {
  .home-style9 .hom9-full {
    max-width: 1820px;
    margin: 0 auto;
    left: -325px !important;
    padding-left: 310px !important;
    padding-right: 310px !important;
  }
  .home-style9 .hom9-full.home-9-slide {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .home-style9 .footer .footer-copyright {
    margin: 0 42px;
  }
  .home-style9.rtl .hom9-full {
    max-width: 1820px;
    margin: 0 auto;
    right: -325px !important;
    left: auto !important;
  }
}
@media (min-width: 1366px) and (max-width: 1920px) {
  .header-style9 .header-bottom .top-header .revo-logo {
    margin-left: 30px;
  }
  .rtl .header-style9 .header-bottom .top-header .revo-logo {
    margin-right: 30px;
    margin-left: 0;
  }
}
@media (max-width: 1440px) {
  .sw-category-slider2 .slider .item .item-wrap .item-content h4 a {
    font-size: 28px;
  }
  .sw-category-slider2 .slider .item .item-wrap .item-content .des-cat {
    padding: 0;
  }
  .block-home9 .block-text-home9 {
    padding: 145px 0 40px;
  }
  .block-home9 .block-text-home9 .wrap-content h3 {
    margin-bottom: 30px;
  }
}
@media (max-width: 1199px) {
  .testimonial-slider.layout1 .carousel-inner .item .client-comment {
    padding: 0 150px;
  }
  .sw-category-slider3 .resp-slider-container .item-category-wrapper .item-product-cat .item-wrap .item-image {
    width: 50%;
  }
  .sw-category-slider3 .resp-slider-container .item-category-wrapper .item-product-cat .item-wrap .item-content {
    height: 240px;
    padding: 25px 20px 0;
  }
  .sw-category-slider3 .resp-slider-container .item .item-wrap .item-content {
    padding: 15px 20px 0;
  }
  .sw-category-slider3 .resp-slider-container .item .item-wrap .item-content {
    height: 260px;
  }
  .footer-home9 .footer-menu9  .elementor-widget-wrap,
  .footer-home9 .footer-menu9 .vc_wp_custommenu {
    padding-left: 30px;
  }
  .sw-category-slider2 .slider .item .item-wrap .item-content h4 a {
    font-size: 20px;
  }
  .rtl .footer-home9 .footer-menu9  .elementor-widget-wrap,
  .rtl .footer-home9 .footer-menu9 .vc_wp_custommenu {
    padding-right: 33px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home-style9 .footer .footer-copyright > .container .copyright-text {
    width: 50%;
  }
  .home-style9 .footer .footer-copyright > .container .sidebar-copyright .elementor-widget-wp-widget-nav_menu ul.menu > li > a,
  .home-style9 .footer .footer-copyright > .container .sidebar-copyright .widget_nav_menu ul.menu > li > a {
    padding: 0 10px;
  }
  .sw-category-slider3 .resp-slider-container .item:first-child .item-wrap .item-content .des-cat {
    margin: 25px 0 15px;
  }
  .sw-category-slider3 .resp-slider-container .item:first-child .item-wrap .item-content .sal-of {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .header-style9 .main-menu .primary-menu .resmenu-container .navbar-toggle {
    float: left;
  }
  .rtl .header-style9 .main-menu .primary-menu .resmenu-container .navbar-toggle {
    float: right;
  }
  .header-style9 .header-bottom .elementor-widget-wp-widget-nav_menu,
  .header-style9 .header-bottom .widget_nav_menu {
    padding: 18px 0;
  }
  .header-style9 .header-bottom .search-home9 h3 {
    margin-top: 5px;
  }
  .header-style9 .header-bottom .top-form.top-form-minicart {
    padding: 16px 10px;
  }
  .header-style9 .header-bottom .top-header {
    text-align: center;
  }
  .header-style9 .header-bottom .top-header .revo-logo {
    display: inline-block;
  }
  .sw-category-slider3 .resp-slider-container .item .item-wrap .item-content h4 a {
    font-size: 14px;
    line-height: 20px;
  }
  .sw-category-slider3 .resp-slider-container .item-category-wrapper .item-product-cat .item-wrap .item-content {
    height: 175px;
    padding: 25px 10px 0;
  }
  .sw-category-slider3 .resp-slider-container .item-category-wrapper .item-product-cat .item-wrap .item-content h4 a {
    font-size: 14px;
    line-height: 20px;
  }
  .sw-category-slider3 .resp-slider-container .item-category-wrapper .item-product-cat .item-wrap .item-content .des-cat {
    margin: 25px 0 20px;
  }
  .sw-category-slider3 .resp-slider-container .item .item-wrap .item-content {
    height: 195px;
    padding: 0 10px 0;
  }
  .sw-category-slider3 .resp-slider-container .item-category-wrapper .item-product-cat .item-wrap .item-content .des-cat {
    margin: 10px 0 15px;
  }
  .sw-category-slider3 .resp-slider-container .item .item-wrap .item-content .des-cat {
    margin: 25px 0 20px;
  }
  .testimonial-slider.layout1 .carousel-inner .item .client-comment {
    padding: 0 50px;
  }
  .footer-home9 .contact-address > .vc_column-inner {
    padding-left: 15px;
  }
  .rtl .footer-home9 .contact-address > .vc_column-inner {
    padding-right: 15px;
  }
  .footer-home9 .footer-top9 .wrap-content {
    padding: 10px 0 40px;
  }
  .footer-home9 .footer-menu9 {
    padding-top: 0;
  }
  .footer-home9 .footer-menu9 .vc_column-inner::before {
    width: 0;
    height: 0;
  }
  .footer-home9 .news-letter .wrap-content {
    margin-top: 15px;
  }
  .home-style9 .footer .footer-copyright .copyright-text {
    float: none;
    margin-bottom: 15px;
  }
  .home-style9 .footer .footer-copyright > .container .sidebar-copyright {
    float: none;
    width: 100%;
  }
  .home-style9 .footer .footer-copyright > .container .sidebar-copyright .elementor-widget-wp-widget-nav_menu,
  .home-style9 .footer .footer-copyright > .container .sidebar-copyright .widget_nav_menu {
    display: inline-block;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sw-category-slider3 .resp-slider-container .item .item-wrap .item-content .des-cat {
    margin: 10px 0 20px;
  }
  .sw-category-slider3 .resp-slider-container .item .item-wrap .item-content .sal-of {
    padding: 14px 0;
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .header-style9 .header-bottom .header-right {
    position: relative;
    top: 0;
  }
  .sw-category-slider3 .resp-slider-container .item {
    overflow: hidden;
  }
  .sw-category-slider3 .resp-slider-container .item .item-wrap .item-image {
    float: left;
    padding-right: 20px;
    width: 50%;
  }
  .rtl .sw-category-slider3 .resp-slider-container .item .item-wrap .item-image {
    float: right;
    padding-left: 20px;
    padding-right: 0;
  }
  .sw-category-slider3 .resp-slider-container .item .item-wrap .item-content {
    height: auto;
    padding: 70px 0;
  }
  .sw-category-slider3 .resp-slider-container .item-category-wrapper {
    margin: 0;
  }
  .sw-category-slider3 .resp-slider-container .item-category-wrapper .item-even {
    padding: 0;
  }
  .sw-category-slider3 .resp-slider-container .item-category-wrapper .item-even .item-wrap .item-image {
    width: 50%;
    padding-left: 20px;
    padding-right: 0;
  }
  .rtl .sw-category-slider3 .resp-slider-container .item-category-wrapper .item-even .item-wrap .item-image {
    padding-right: 20px;
    padding-left: 0;
  }
  .sw-category-slider3 .resp-slider-container .item-category-wrapper .item-even .item-wrap .item-content {
    padding: 70px 15px;
    height: auto;
  }
  .sw-category-slider3 .resp-slider-container .item-category-wrapper .item-product-cat.item-odd .item-wrap .item-image {
    width: 50%;
  }
  .sw-category-slider3 .resp-slider-container .item.item-even .item-wrap .item-content {
    float: left;
    width: 50%;
  }
  .rtl .sw-category-slider3 .resp-slider-container .item.item-even .item-wrap .item-content {
    float: right;
  }
  .sw-category-slider3 .resp-slider-container .item.item-even .item-wrap .item-image {
    float: right;
    padding-left: 20px;
    padding-right: 0;
  }
  .rtl .sw-category-slider3 .resp-slider-container .item.item-even .item-wrap .item-image {
    float: left;
    padding-right: 20px;
    padding-left: 0;
  }
  .sw-category-slider3 .resp-slider-container .item-category-wrapper .item-product-cat {
    padding: 0;
  }
  .sw-category-slider3 .resp-slider-container .item-category-wrapper .item-product-cat.item-odd .item-wrap .item-content {
    padding: 70px 0;
  }
  .sw-category-slider3 .resp-slider-container .item.item-odd .item-image {
    margin-bottom: 20px;
  }
  .sw-category-slider3 .resp-slider-container .item .item-wrap:before {
    border: 0;
  }
  .single-image-home9 .vc_column-inner {
    padding-right: 15px !important;
  }
  .rtl .footer-home9 .footer-top9 .wrap-content .item.item3 .item-content {
    margin: 0;
  }
  .single-image-home92 .vc_column-inner {
    padding-left: 15px !important;
  }
  .footer-home9 .footer-menu9 .vc_wp_custommenu {
    padding-left: 0;
  }
  .rtl .footer-home9 .footer-menu9 .vc_wp_custommenu {
    padding-right: 0;
  }
  .footer-home9 .footer-top9 .wrap-content .item {
    width: 100%;
    margin-bottom: 20px;
  }
  .footer-home9 .footer-top9 .wrap-content .item.item2 .item-content {
    display: block;
  }
  .footer-home9 .footer-top9 .wrap-content .item.item3 .item-content {
    margin: 0;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .header-style9 .header-bottom .search-home9 {
    margin: 0 14px;
  }
  .header-style9 .header-bottom .search-home9 h3:before {
    left: -10px;
    right: auto;
  }
  .rtl .header-style9 .header-bottom .search-home9 h3:before {
    right: -10px;
    left: auto;
  }
  .header-style9 .header-bottom .elementor-widget-wp-widget-nav_menu h5:after,
  .header-style9 .header-bottom .widget_nav_menu h3:after {
    margin-left: 4px;
  }
  .rtl .header-style9 .header-bottom .elementor-widget-wp-widget-nav_menu h5:after,
  .rtl .header-style9 .header-bottom .widget_nav_menu h3:after {
    margin-right: 4px;
    margin-left: 0;
  }
  .header-style9 .header-bottom .top-form.top-form-minicart {
    padding: 10px 0;
  }
  .sw-category-slider3 .slick-slider .item .item-wrap .item-content {
    height: 300px;
  }
}
@media (max-width: 640px) {
  .block-home9 .block-text-home9 .wrap-content h3 {
    font-size: 32px;
  }
  .block-home9 .block-text-home9 .wrap-content .des {
    font-size: 14px;
  }
  .sw-category-slider2 {
    margin-bottom: 15px;
  }
  .single-image-home9 .wpb_single_image,
  .single-image-home92 .wpb_single_image {
    margin-bottom: 15px;
  }
  .featured-product3,
  .latest-product-home9 {
    margin: 0 0 10px;
  }
  .sw-category-slider3 {
    margin: 0 0 30px;
  }
  .testimonial-slider.layout1 {
    padding: 20px 0;
  }
  .testimonial-slider.layout1 .carousel-inner .item .client-comment {
    padding: 0 20px;
  }
  .footer-home9 .footer-top9 .wrap-content {
    padding: 10px 0 15px;
  }
  .footer-home9 .contact-address .wpb_single_image {
    margin-top: 0;
  }
  .footer-home9 .contact-address .wpb_content_element {
    margin-bottom: 0;
  }
  .footer-home9 .contact-address .wpb_content_element.wpb_single_image {
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .rtl .header-style9 .main-menu .primary-menu .resmenu-container .navbar-toggle {
    float: right;
  }
  .sw-category-slider3 .resp-slider-container .item-category-wrapper .item-product-cat.item-odd .item-wrap .item-image,
  .sw-category-slider3 .resp-slider-container .item-category-wrapper .item-product-cat.item-even .item-wrap .item-image,
  .sw-category-slider3 .resp-slider-container .item.item-odd .item-image,
  .sw-category-slider3 .resp-slider-container .item.item-even .item-wrap .item-image {
    padding: 0 !important;
  }
  .rtl .sw-category-slider3 .resp-slider-container .item-category-wrapper .item-product-cat.item-odd .item-wrap .item-image,
  .rtl .sw-category-slider3 .resp-slider-container .item-category-wrapper .item-product-cat.item-even .item-wrap .item-image,
  .rtl .sw-category-slider3 .resp-slider-container .item.item-odd .item-image,
  .rtl .sw-category-slider3 .resp-slider-container .item.item-even .item-wrap .item-image {
    padding: 0 !important;
  }
  .header-style9 .header-bottom .top-header {
    width: 100%;
  }
  .header-style9 .header-bottom {
    padding: 10px 0 20px !important;
  }
  .header-style9 .header-bottom .main-menu {
    padding: 0;
  }
  .sw-category-slider3 .resp-slider-container .item.item-even,
  .sw-category-slider3 .resp-slider-container .item.item-odd {
    border-bottom: 1px dashed #8e8e8e;
    padding-bottom: 20px;
  }
  .sw-category-slider3 .resp-slider-container .item-category-wrapper .item.item-even,
  .sw-category-slider3 .resp-slider-container .item.item-even {
    border: 0;
    padding: 0;
  }
  .sw-category-slider3 {
    margin-bottom: 40px;
  }
  .sw-category-slider3 .resp-slider-container .item.item-odd .item-image {
    float: none;
    width: 100%;
    padding: 0;
  }
  .rtl .sw-category-slider3 .resp-slider-container .item.item-odd .item-image {
    float: none;
  }
  .sw-category-slider3 .resp-slider-container .item.item-odd .item-image img {
    display: inline-block;
  }
  .sw-category-slider3 .resp-slider-container .item.item-odd .item-content {
    padding: 10px 0 0;
  }
  .sw-category-slider3 .resp-slider-container .item.item-even .item-wrap .item-image {
    float: none;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  .rtl .sw-category-slider3 .resp-slider-container .item.item-even .item-wrap .item-image {
    float: none;
  }
  .sw-category-slider3 .resp-slider-container .item.item-even .item-wrap .item-image img {
    display: inline-block;
  }
  .sw-category-slider3 .resp-slider-container .item.item-even .item-wrap .item-content {
    float: none;
    width: 100%;
    padding: 20px 15px;
    margin-bottom: 10px;
  }
  .rtl .sw-category-slider3 .resp-slider-container .item.item-even .item-wrap .item-content {
    float: none;
  }
  .sw-category-slider3 .resp-slider-container .item-category-wrapper .item-product-cat.item-odd .item-wrap .item-image {
    float: none;
    width: 100%;
  }
  .rtl .sw-category-slider3 .resp-slider-container .item-category-wrapper .item-product-cat.item-odd .item-wrap .item-image {
    float: none;
  }
  .sw-category-slider3 .resp-slider-container .item-category-wrapper .item-product-cat.item-odd .item-wrap .item-image img {
    display: inline-block;
  }
  .sw-category-slider3 .resp-slider-container .item-category-wrapper .item-product-cat.item-odd .item-wrap .item-content {
    float: none;
    padding: 0;
    height: auto;
    width: 100%;
  }
  .rtl .sw-category-slider3 .resp-slider-container .item-category-wrapper .item-product-cat.item-odd .item-wrap .item-content {
    float: none;
  }
  .home-style9 .footer .footer-copyright > .container .sidebar-copyright .widget_nav_menu ul.menu > li {
    float: none;
  }
  .rtl .home-style9 .footer .footer-copyright > .container .sidebar-copyright .widget_nav_menu ul.menu > li {
    float: none;
  }
  .home-style9 .footer .footer-copyright > .container .sidebar-copyright .widget_nav_menu ul.menu > li > a {
    padding: 8px;
  }
  .home-style9 .footer .footer-copyright > .container .sidebar-copyright .widget_nav_menu ul.menu > li > a:before {
    width: 0;
  }
  .header-style9 .header-bottom .search-home9 {
    margin: 0 15px;
  }
  .footer .footer-contact .newsletter-footer h3 {
    margin-right: 6px;
  }
  .footer .footer-contact .newsletter-footer input[type="submit"] {
    padding: 0 7px;
    font-size: 11px;
  }
}
@media (max-width: 415px) {
  .sw-category-slider3 .slick-slider .item .item-wrap .item-image img {
    display: inline-block;
  }
  .sw-category-slider3 {
    margin: 0 0 20px;
  }
  .sw-category-slider3 .slick-slider .item .item-wrap .item-content {
    height: auto;
  }
  .sw-category-slider3 .slick-slider .item .item-wrap .item-content .shop-by-now {
    display: inline-block;
    margin-bottom: 10px;
  }
}
@media (max-width: 360px) {
  .header-style9 .header-bottom .search-home9 .top-form.top-search {
    right: -30px;
  }
  .rtl .header-style9 .header-bottom .search-home9 .top-form.top-search {
    left: -30px;
    right: auto;
  }
  .block-home9 .block-text-home9 .wrap-content h3 {
    font-size: 24px;
  }
  .title-home9 .block-title h3 {
    font-size: 20px;
    margin-bottom: 35px;
  }
  .footer-home9 .follow-us ul > li > a {
    margin-right: 5px;
  }
  .rtl .footer-home9 .follow-us ul > li > a {
    margin-left: 5px;
    margin-right: 0;
  }
  .footer-home9 .news-letter .wrap-content h3 {
    font-size: 18px;
  }
  .footer-home9 .news-letter .wrap-content h4 {
    font-size: 13px;
  }
  .footer-home9 .news-letter .wrap-content .mc4wp-form input[type="submit"] {
    padding: 0 7px;
  }
}
.header-style10 .header-top .top-login ul li a:before {
  margin: 0 10px 0 0;
}
.rtl .header-style10 .header-top .top-login ul li a:before {
  margin: 0 0 0 10px;
}
.header-style10 .header-top {
  background-color: #fff;
  color: #2d2d2d;
  text-align: center;
  height: 50px;
}
.header-style10 .header-top .top-login,
.header-style10 .header-top .widget_nav_menu,
.header-style10 .header-top #lang_sel > ul.nav > li,
.header-style10 .header-top .currency_w > li {
  padding: 15px 0;
}
.header-style10 .header-top .widget_nav_menu,
.header-style10 .header-top #lang_sel > ul.nav > li > a {
  text-align: left;
}
.header-style10 .header-top .top-login ul li a,
.header-style10 .header-top .widget_nav_menu h3,
.header-style10 .header-top #lang_sel > ul.nav > li > a,
.header-style10 .header-top .currency_w > li > a {
  border: 0;
  color: #898989;
}
.header-style10 .header-top .widget_text {
  float: none;
  display: inline-block;
}
.header-style10 .header-top .widget_text .header-message {
  font-style: italic;
  line-height: 50px;
}
.header-style10 .header-top .language-home10 {
  float: right;
}
.rtl .header-style10 .header-top .language-home10 {
  float: left;
}
.header-style10 .header-top .language-home10 #lang_sel {
  text-align: left;
}
.rtl .header-style10 .header-top .language-home10 #lang_sel {
  text-align: right;
}
.header-style10 .header-mid {
  background-color: #f5f5f5;
  padding: 25px 0;
}
.header-style10 .header-mid.sticky-mid .header-right .top-form.top-form-minicart {
  position: fixed;
  top: 0;
  z-index: 10;
  right: 85px;
}
.rtl .header-style10 .header-mid.sticky-mid .header-right .top-form.top-form-minicart {
  left: 85px;
  right: auto;
}
.header-style10 .header-mid.sticky-mid .header-right .top-form.top-form-minicart .top-minicart-icon {
  border: 0;
  background-color: transparent;
  color: #fff;
}
.header-style10 .header-mid.sticky-mid .header-right .top-form.top-form-minicart .top-minicart-icon .minicart-number {
  right: 0;
  top: 0;
}
.header-style10 .header-mid .search-cate {
  margin: 10px 0 0;
}
.header-style10 .header-mid .search-cate .revo_top {
  padding: 0;
}
.header-style10 .header-mid .search-cate .top-form.top-search {
  min-width: auto;
  width: 100%;
  border: 1px solid #e6e6e6;
}
.header-style10 .header-mid .search-cate .top-form.top-search .cat-wrapper {
  border-right: 1px solid #f5f5f5;
}
.rtl .header-style10 .header-mid .search-cate .top-form.top-search .cat-wrapper {
  border-left: 1px solid #f5f5f5;
  border-right: 0;
}
.header-style10 .header-mid .search-cate .top-form.top-search button.form-button {
  background-color: #d263ee;
  height: 46px;
  line-height: 46px;
  top: -1px;
}
.header-style10 .header-mid .search-cate .top-form.top-search button.form-button:hover {
  background-color: #c535e9;
}
.header-style10 .header-mid .header-right .widget_text {
  float: left;
}
.rtl .header-style10 .header-mid .header-right .widget_text {
  float: right;
}
.header-style10 .header-mid .header-right .top-form.top-form-minicart .top-minicart-icon {
  width: 45px;
  height: 45px;
  border: 1px solid #e6e6e6;
  background-image: none;
  border-radius: 10px;
  position: relative;
  line-height: 45px;
  color: #d263ee;
}
.header-style10 .header-mid .header-right .top-form.top-form-minicart .top-minicart-icon:before {
  content: '\f07a';
  font-family: 'FontAwesome';
  font-size: 18px;
}
.header-style10 .header-mid .header-right .top-form.top-form-minicart .top-minicart-icon .minicart-number {
  background-color: #d263ee;
  color: #fff;
}
.header-style10 .header-mid .header-right .top-form.top-form-minicart .wrapp-minicart {
  top: 55px;
}
.header-style10 .header-bottom {
  padding: 0;
  background-color: #f5f5f5;
  box-shadow: none;
  position: relative;
  margin-bottom: 30px;
}
.header-style10 .header-bottom.sticky-menu {
  background-color: #3d3d3d;
  position: fixed;
  z-index: 9;
  top: 0;
}
.header-style10 .header-bottom.sticky-menu .nav-pills.nav-mega .revo-mega-menu.revo-menu-img > a span.menu-img {
  display: none;
}
.header-style10 .header-bottom.sticky-menu .container {
  position: relative;
}
.header-style10 .header-bottom.sticky-menu .container i {
  opacity: 1;
}
.header-style10 .header-bottom .container {
  position: relative;
}
.header-style10 .header-bottom .container i {
  color: #fff;
  font-size: 16px;
  position: absolute;
  top: 23px;
  right: 55px;
  cursor: pointer;
  display: inline-block;
  width: 20px;
  height: 20px;
  opacity: 0;
}
.rtl .header-style10 .header-bottom .container i {
  left: 55px;
  right: auto;
}
.header-style10 .header-bottom .container .sticky-search {
  position: absolute;
  top: 54px;
  right: 55px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(60px);
  -moz-transform: translateY(60px);
  -o-transform: translateY(60px);
  -ms-transform: translateY(60px);
  transform: translateY(60px);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.rtl .header-style10 .header-bottom .container .sticky-search {
  left: 55px;
  right: auto;
}
.header-style10 .header-bottom .container .sticky-search.open {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.header-style10 .header-bottom .container .sticky-search .top-form.top-search .cat-wrapper {
  display: none;
}
.header-style10 .header-bottom .container .sticky-search .top-form.top-search input {
  border: 0;
  border-radius: 0;
  height: 40px;
  float: left;
  padding: 0 20px;
  border: 1px solid #ccc;
}
.rtl .header-style10 .header-bottom .container .sticky-search .top-form.top-search input {
  float: right;
}
.header-style10 .header-bottom .container .sticky-search .top-form.top-search .button-search-pro {
  border: 0;
  border-radius: 0;
  background-color: #d263ee;
  height: 40px;
  color: #fff;
  line-height: 40px;
  display: inline-block;
  width: 50px;
}
.header-style10 .header-bottom .container .sticky-search .top-form.top-search .button-search-pro:hover {
  background-color: #c535e9;
}
.header-style10 .header-bottom .primary-menu .navbar-inverse {
  background-color: #3d3d3d;
  padding-left: 17px;
}
.header-style10 .header-bottom .primary-menu .navbar-inverse .nav-pills > li.dropdown > a:after {
  display: none;
}
.header-style10 .header-bottom .primary-menu .navbar-inverse .nav-pills > li > a {
  color: #fff;
  padding: 17px 0;
  margin: 0 29px;
  position: relative;
}
.header-style10 .header-bottom .primary-menu .navbar-inverse .nav-pills > li > a:before {
  content: '';
  height: 3px;
  width: 100%;
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0px;
  opacity: 0;
  background-color: #d263ee;
}
.header-style10 .header-bottom .primary-menu .navbar-inverse .nav-pills > li > a:hover {
  color: #d263ee;
}
.header-style10 .header-bottom .primary-menu .navbar-inverse .nav-pills > li > a:hover:before {
  opacity: 1;
}
.header-style10 .header-bottom .primary-menu .navbar-inverse .nav-pills > li.active > a {
  color: #d263ee;
}
.header-style10 .header-bottom .primary-menu .navbar-inverse .nav-pills > li.active > a:before {
  opacity: 1;
}
.sw-woo-tab-cat3 {
  margin-bottom: 40px;
  border: 1px solid #e6e6e6;
  padding-bottom: 10px;
}
.sw-woo-tab-cat3 .resp-tab .top-tab-slider .box-title {
  text-align: left;
}
.rtl .sw-woo-tab-cat3 .resp-tab .top-tab-slider .box-title {
  text-align: right;
}
.sw-woo-tab-cat3 .resp-tab .top-tab-slider .box-title h3 {
  background: #f2f2f2;
  font-size: 18px;
  color: #1c1c1c;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
  padding: 15px 20px;
}
.sw-woo-tab-cat3 .resp-tab .top-tab-slider .button-collapse {
  display: none;
}
.sw-woo-tab-cat3 .resp-tab .top-tab-slider .nav.nav-tabs {
  position: absolute;
  top: 0;
  right: 90px;
}
.rtl .sw-woo-tab-cat3 .resp-tab .top-tab-slider .nav.nav-tabs {
  left: 90px;
  right: auto;
}
.sw-woo-tab-cat3 .resp-tab .top-tab-slider .nav.nav-tabs > li {
  margin: 0;
}
.rtl .sw-woo-tab-cat3 .resp-tab .top-tab-slider .nav.nav-tabs > li {
  float: right;
}
.sw-woo-tab-cat3 .resp-tab .top-tab-slider .nav.nav-tabs > li > a {
  margin: 0 15px;
  padding: 0;
  border: 0;
  background-color: transparent;
  border-radius: 0;
  font-weight: 600;
  color: #222;
  font-size: 13px;
}
padding:
						.sw-woo-tab-cat3 .resp-tab .top-tab-slider .nav.nav-tabs > li > a:hover {
  color: #d263ee;
}
.sw-woo-tab-cat3 .resp-tab .top-tab-slider .nav.nav-tabs > li.active > a {
  color: #d263ee;
}
.sw-woo-tab-cat3 .resp-tab .tab-content .tab-pane .woo-tab-container-slider .slider {
  padding-top: 20px;
}
.sw-woo-tab-cat3 .resp-tab .tab-content .tab-pane .woo-tab-container-slider .slider .item {
  padding: 0 15px;
}
.sw-woo-tab-cat3 .resp-tab .tab-content .tab-pane .woo-tab-container-slider .slider .item .item-wrap {
  border: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 10px;
}
.sw-woo-tab-cat3 .resp-tab .tab-content .tab-pane .woo-tab-container-slider .slider .item .item-wrap:hover {
  box-shadow: 0 0 5px #ccc;
}
.sw-woo-tab-cat3 .resp-tab .tab-content .tab-pane .woo-tab-container-slider .slider .item .item-wrap:hover .item-content h4 a,
.sw-woo-tab-cat3 .resp-tab .tab-content .tab-pane .woo-tab-container-slider .slider .item .item-wrap:hover .item-content .item-price {
  opacity: 1;
}
.sw-woo-tab-cat3 .resp-tab .tab-content .tab-pane .woo-tab-container-slider .slider .item .item-wrap:hover .item-content .item-bottom {
  opacity: 1;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -o-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}
.sw-woo-tab-cat3 .resp-tab .tab-content .tab-pane .woo-tab-container-slider .slider .item .item-wrap .products-thumb .sale-off {
  background-color: #d263ee;
}
.sw-woo-tab-cat3 .resp-tab .tab-content .tab-pane .woo-tab-container-slider .slider .item .item-wrap .item-content {
  padding: 15px 0 20px;
}
.sw-woo-tab-cat3 .resp-tab .tab-content .tab-pane .woo-tab-container-slider .slider .item .item-wrap .item-content h4 a {
  color: #222;
}
.sw-woo-tab-cat3 .resp-tab .tab-content .tab-pane .woo-tab-container-slider .slider .item .item-wrap .item-content h4 a:hover {
  color: #d263ee;
}
.sw-woo-tab-cat3 .resp-tab .tab-content .tab-pane .woo-tab-container-slider .slider .item .item-wrap .item-content .item-bottom {
  position: relative;
  bottom: auto;
  right: auto;
  left: auto;
  opacity: 0;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -o-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}
.sw-woo-tab-cat3 .resp-tab .tab-content .tab-pane .woo-tab-container-slider .slider .item .item-wrap .item-content .item-price {
  margin-bottom: 15px;
}
.sw-woo-tab-cat3 .resp-tab .tab-content .tab-pane .res-button {
  position: absolute;
  top: 10px;
  display: inline-block;
  width: 28px;
  height: 28px;
  background-color: #fff;
  color: #e8e8e8;
  border: 2px solid #e8e8e8;
  border-radius: 50%;
  cursor: pointer;
  line-height: 24px;
  text-align: center;
}
.sw-woo-tab-cat3 .resp-tab .tab-content .tab-pane .res-button:hover {
  border: 2px solid #c3c3c3;
  color: #c3c3c3;
}
.sw-woo-tab-cat3 .resp-tab .tab-content .tab-pane .res-button:before {
  font-size: 16px;
  font-family: 'FontAwesome';
}
.sw-woo-tab-cat3 .resp-tab .tab-content .tab-pane .res-button.slick-prev {
  right: 55px;
}
.rtl .sw-woo-tab-cat3 .resp-tab .tab-content .tab-pane .res-button.slick-prev {
  left: 22px;
  right: auto;
}
.sw-woo-tab-cat3 .resp-tab .tab-content .tab-pane .res-button.slick-prev:before {
  content: '\f0d9';
}
.sw-woo-tab-cat3 .resp-tab .tab-content .tab-pane .res-button.slick-next {
  right: 22px;
}
.rtl .sw-woo-tab-cat3 .resp-tab .tab-content .tab-pane .res-button.slick-next {
  left: 55px;
  right: auto;
}
.sw-woo-tab-cat3 .resp-tab .tab-content .tab-pane .res-button.slick-next:before {
  content: '\f0da';
}
.home-style10 .wp_verticle_revo {
  max-height: 561px;
  position: relative;
  z-index: 5;
}
.home-style10 .mega-left-title {
  padding: 0 20px;
  height: 60px;
  line-height: 60px;
  color: #fff;
  background-color: #d263ee;
}
.home-style10 .mega-left-title:before {
  background-image: none;
  width: auto;
  height: auto;
  content: '\f0c9';
  font-size: 16px;
  font-family: 'FontAwesome';
}
.home-style10 .mega-left-title:after {
  background: none;
}
.home-style10 .wrapper_vertical_menu {
  position: relative;
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  z-index: 3;
}
.home-style10 .wrapper_vertical_menu .vertical-megamenu {
  border: 1px solid #e5e5e5;
}
.home-style10 .wrapper_vertical_menu .vertical-megamenu > li {
  padding: 0 20px;
}
.home-style10 .wrapper_vertical_menu .vertical-megamenu > li > a {
  line-height: 49px;
  padding: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.home-style10 .wrapper_vertical_menu .vertical-megamenu > li > a:hover {
  padding-left: 15px;
}
.home-style10 .wrapper_vertical_menu .vertical-megamenu > li.showMore a.open-more-cat {
  background-position: center right;
}
.home-style10 .wrapper_vertical_menu .vertical-megamenu > li.showMore a.close-more-cat {
  background-position: center right;
}
.home-style10 .sw-brand-container-slider {
  border: 0;
  padding: 14px 50px;
  border-radius: 0;
  margin: 30px 0 0;
}
.home-style10 .woo-slider-default {
  border: 1px solid #e6e6e6;
  margin-bottom: 40px;
}
.home-style10 .woo-slider-default .box-slider-title h2 {
  background: #f2f2f2;
  font-size: 18px;
  color: #1c1c1c;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
  padding: 15px 20px;
}
.rtl .home-style10 .woo-slider-default .box-slider-title h2 {
  text-align: right;
}
.home-style10 .woo-slider-default .res-button {
  position: absolute;
  top: 10px;
  display: inline-block;
  width: 28px;
  height: 28px;
  background-color: #fff;
  color: #e8e8e8;
  border: 2px solid #e8e8e8;
  border-radius: 50%;
  cursor: pointer;
  line-height: 24px;
  text-align: center;
}
.home-style10 .woo-slider-default .res-button:hover {
  border: 2px solid #c3c3c3;
  color: #c3c3c3;
}
.home-style10 .woo-slider-default .res-button:before {
  font-size: 16px;
  font-family: 'FontAwesome';
}
.home-style10 .woo-slider-default .res-button.slick-prev {
  right: 55px;
}
.home-style10 .woo-slider-default .res-button.slick-prev:before {
  content: '\f0d9';
}
.home-style10 .woo-slider-default .res-button.slick-next {
  right: 22px;
}
.home-style10 .woo-slider-default .res-button.slick-next:before {
  content: '\f0da';
}
.home-style10 .woo-slider-default .slick-slider {
  padding: 20px 0;
}
.home-style10 .woo-slider-default .slick-slider .item {
  padding: 0 15px;
}
.home-style10 .woo-slider-default .slick-slider .item .item-wrap {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  border: 0;
}
.home-style10 .woo-slider-default .slick-slider .item .item-wrap:hover {
  box-shadow: 0 0 5px #ccc;
}
.home-style10 .woo-slider-default .slick-slider .item .item-wrap:hover .item-content h4 a,
.home-style10 .woo-slider-default .slick-slider .item .item-wrap:hover .item-content .item-price {
  opacity: 1;
}
.home-style10 .woo-slider-default .slick-slider .item .item-wrap:hover .item-content .item-bottom {
  opacity: 1;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -o-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}
.home-style10 .woo-slider-default .slick-slider .item .item-wrap .products-thumb .sale-off {
  background-color: #d263ee;
}
.home-style10 .woo-slider-default .slick-slider .item .item-wrap .item-content {
  padding: 15px 0 20px;
}
.home-style10 .woo-slider-default .slick-slider .item .item-wrap .item-content h4 a {
  color: #222;
}
.home-style10 .woo-slider-default .slick-slider .item .item-wrap .item-content h4 a:hover {
  color: #d263ee;
}
.home-style10 .woo-slider-default .slick-slider .item .item-wrap .item-content .item-bottom {
  position: relative;
  bottom: auto;
  right: auto;
  left: auto;
  opacity: 0;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -o-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}
.home-style10 .woo-slider-default .slick-slider .item .item-wrap .item-content .item-price {
  margin-bottom: 15px;
}
.home-style10 .sw-twitter-slider {
  padding-top: 0;
  background-color: #44ccf6;
  height: 374px;
}
.home-style10 .sw-twitter-slider .box-slider-title .fa {
  background-color: #fff;
  color: #44ccf6;
  margin: 25px 0 25px;
}
.home-style10 .sw-twitter-slider .carousel-inner .item .item-twiter .time-tweet {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}
.home-style10 .sw-twitter-slider .carousel-inner .item .item-twiter .time-tweet p {
  margin-bottom: 0;
}
.home-style10 .sw-twitter-slider .carousel-inner .item .item-twiter .tweet-text {
  color: #fff;
  padding: 16px 15px 36px;
  line-height: 22px;
  height: 192px;
  overflow: hidden;
}
.home-style10 .sw-twitter-slider .carousel-inner .item .item-twiter .tweet-text a {
  color: #fff;
}
.home-style10 .sw-twitter-slider .carousel-indicators {
  bottom: 80px;
}
.home-style10 .sw-twitter-slider .carousel-indicators > li {
  background-color: #a1e5fa;
}
.home-style10 .sw-twitter-slider .carousel-indicators > li.active {
  background-color: #fff;
}
.home-style10 .sw-twitter-slider .text-follow {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding: 20px 0;
  border-top: 1px solid #a1e5fa;
  font-weight: 700;
}
.home-style10 .sw-featured-product-slider {
  border: 1px solid #e6e6e6;
  margin-bottom: 38px;
}
.home-style10 .sw-featured-product-slider .box-title h3:before {
  content: '';
  width: 0;
  margin: 0;
}
.home-style10 .sw-featured-product-slider .customNavigation .btn-bs {
  width: 12px;
  height: 20px;
}
.home-style10 .sw-featured-product-slider .customNavigation .btn-bs.prev-bs {
  background-image: none;
  border: 0;
  right: 25px;
  left: auto;
}
.home-style10 .sw-featured-product-slider .customNavigation .btn-bs.prev-bs:before {
  content: '\f104';
  font-family: 'FontAwesome';
  font-size: 26px;
  color: #bcbcbc;
  line-height: 20px;
  display: inline-block;
  height: 20px;
}
.home-style10 .sw-featured-product-slider .customNavigation .btn-bs.prev-bs:hover:before {
  color: #1c1c1c;
}
.home-style10 .sw-featured-product-slider .customNavigation .btn-bs.next-bs {
  background-image: none;
  border: 0;
  right: 5px;
  left: auto;
}
.home-style10 .sw-featured-product-slider .customNavigation .btn-bs.next-bs:before {
  content: '\f105';
  font-family: 'FontAwesome';
  font-size: 26px;
  color: #bcbcbc;
  line-height: 20px;
  display: inline-block;
  height: 20px;
}
.home-style10 .sw-featured-product-slider .customNavigation .btn-bs.next-bs:hover:before {
  color: #1c1c1c;
}
.home-style10 .sw-featured-product-slider .carousel-inner {
  padding: 20px;
}
.home-style10 .sw-featured-product-slider .carousel-inner .item {
  float: none;
  width: auto;
  padding: 0;
}
.home-style10 .sw-featured-product-slider .carousel-inner .item .item-img {
  width: 82px;
  border: 1px solid #dadada;
  margin-right: 10px;
}
.home-style10 .sw-featured-product-slider .carousel-inner .item .item-content {
  padding: 5px 0 0;
}
.home-style10 .footer .footer-copyright {
  background-color: #f7f7f7;
  text-align: right;
  padding: 27px 0 12px;
  border-top: 1px solid #d9d9d9;
}
.home-style10 .footer .footer-copyright .copyright-text {
  float: left;
}
.home-style10 .footer .footer-copyright .widget_sp_image {
  display: none;
}
.home-style10 .footer .footer-copyright img {
  margin-top: 0 !important;
}
.home-style10 .sw-brand-container-slider .res-button {
  margin-top: -8px;
}
.home-style10 .sw-brand-container-slider .res-button.slick-prev {
  left: 15px;
}
.home-style10 .sw-brand-container-slider .res-button.slick-next {
  right: 15px;
}
.home-style10.rtl .sw-featured-product-slider .customNavigation .btn-bs.prev-bs {
  left: 5px;
  right: auto;
}
.home-style10.rtl .sw-featured-product-slider .customNavigation .btn-bs.next-bs {
  left: 25px;
  right: auto;
}
.home-style10.rtl .woo-slider-default .res-button.slick-prev {
  left: 22px;
  right: auto;
}
.home-style10.rtl .woo-slider-default .res-button.slick-next {
  left: 55px;
  right: auto;
}
.home-style10.rtl .wrapper_vertical_menu .vertical-megamenu > li.showMore a.open-more-cat {
  background-position: center left;
}
.home-style10.rtl .wrapper_vertical_menu .vertical-megamenu > li.showMore a.close-more-cat {
  background-position: center left;
}
.home-style10.rtl .footer .footer-copyright .copyright-text {
  float: right;
}
.slider-home10 .vc_column-inner {
  margin-left: 15px;
  padding-left: 0;
  padding-right: 0;
}
.rtl .slider-home10 .vc_column-inner {
  margin-right: 15px;
  margin-left: 0;
}
.slider-home10 .vc_column-inner .rev_slider_wrapper .rev_slider ul {
  min-height: 460px;
}
.slider-home10 .rev_slider_wrapper:hover .uranus.tparrows {
  opacity: 1;
}
.slider-home10 .rev_slider_wrapper .uranus.tparrows {
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.banner-image-home10 {
  overflow: hidden;
}
.banner-image-home10 .wpb_single_image.vc_align_left {
  float: left;
  margin: 0;
}
.banner-image-home10 .wpb_single_image.vc_align_left:last-child {
  margin: 0 0 30px;
}
.rtl .banner-image-home10 .wpb_single_image.vc_align_left {
  float: right;
}
.slider-home10 {
  overflow: hidden;
}
.slider-home10 #rev_slider_10_1_wrapper {
  max-width: 400px;
  float: left;
}
.rtl .slider-home10 #rev_slider_10_1_wrapper {
  float: right;
}
.slider-home10 #rev_slider_10_1_wrapper rs-layer-wrap {
  max-width: 400px;
  min-height: 460px;
}
.slider-home10 #rev_slider_10_1_wrapper rs-layer-wrap .rs-layer.rev-btn > a {
  color: #fff;
}
.slider-home10 #rev_slider_10_1_wrapper rs-layer-wrap .rs-layer.rev-btn > a.read-more {
  color: #1c1c1c;
}
.slider-home10 #rev_slider_10_1_wrapper rs-layer-wrap .rs-layer.rev-btn:hover a.read-more {
  color: #fff;
}
.slider-home10 .wpb_single_image.vc_align_left {
  float: left;
  margin: 0;
}
.rtl .slider-home10 .wpb_single_image.vc_align_left {
  float: right;
}
.slider-home10 .wpb_raw_code {
  float: left;
  display: block;
  width: 100%;
}
.testimonial-slider2 .block-title h2 {
  background: #f2f2f2;
  font-size: 18px;
  color: #1c1c1c;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
  padding: 15px 20px;
}
.testimonial-slider2 .carousel-control {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 28px;
  height: 28px;
  border: 2px solid #e8e8e8;
  border-radius: 50%;
  text-align: center;
  line-height: 24px;
  text-shadow: none;
  background-image: none;
  background-color: #fff;
  color: #e8e8e8;
  font-size: 16px;
  opacity: 1;
  z-index: 3;
}
.testimonial-slider2 .carousel-control i {
  line-height: 24px;
}
.rtl .testimonial-slider2 .carousel-control {
  left: 42px;
  right: auto;
}
.testimonial-slider2 .carousel-control:hover {
  color: #c3c3c3;
  border: 2px solid #c3c3c3;
}
.testimonial-slider2 .carousel-control.left {
  right: 42px;
  left: auto;
}
.rtl .testimonial-slider2 .carousel-control.left {
  left: 10px;
  right: auto;
}
.testimonial-slider2 .carousel-inner {
  background: url(../assets/img/bg-testimonial.jpg) no-repeat center center;
  text-align: center;
  padding: 47px 50px 50px;
}
.testimonial-slider2 .carousel-inner .image-client {
  display: inline-block;
}
.testimonial-slider2 .carousel-inner .image-client a {
  display: inline-block;
  width: 80px;
  margin-bottom: 20px;
}
.testimonial-slider2 .carousel-inner .image-client a img {
  border-radius: 50%;
}
.testimonial-slider2 .carousel-inner .client-comment {
  text-align: center;
  color: #fff;
  line-height: 24px;
}
.testimonial-slider2 .carousel-inner .client-say-info {
  color: #fff;
}
.testimonial-slider2 .carousel-inner .client-say-info .name-client h2 a {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}
.testimonial-slider2 .carousel-inner .client-say-info .name-client .info-client {
  font-style: italic;
}
.block-home10 {
  overflow: hidden;
  display: block;
  clear: both;
  margin: 15px 30px 4px 0px;
}
.rtl .block-home10 {
  margin: 15px 0 4px 30px;
}
.block-home10 .wrapper-content {
  margin: 0 -7px;
  position: relative;
}
.block-home10 .wrapper-content > .item {
  float: left;
  width: 33.33%;
  padding: 0 7px;
}
.block-home10 .wrapper-content > .item a {
  display: block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.block-home10 .wrapper-content > .item a:hover {
  opacity: 0.85;
}
.rtl .block-home10 .wrapper-content > .item {
  float: right;
}
.block-home10 .wrapper-content > .item.item1 .item-content {
  background: url(../assets/img/violet/icon-money.png) no-repeat left 30px center #f2f2f2;
}
.rtl .block-home10 .wrapper-content > .item.item1 .item-content {
  background-position: right 30px center;
}
.block-home10 .wrapper-content > .item.item2 .item-content {
  background: url(../assets/img/violet/icon-gif.png) no-repeat left 30px center #f2f2f2;
}
.rtl .block-home10 .wrapper-content > .item.item2 .item-content {
  background-position: right 30px center;
}
.block-home10 .wrapper-content > .item.item3 .item-content {
  background: url(../assets/img/violet/icon-lock.png) no-repeat left 30px center #f2f2f2;
}
.rtl .block-home10 .wrapper-content > .item.item3 .item-content {
  background-position: right 30px center;
}
.block-home10 .wrapper-content > .item .item-content {
  padding: 25px 30px 24px 90px;
  background-color: #f2f2f2;
}
.rtl .block-home10 .wrapper-content > .item .item-content {
  padding: 25px 90px 24px 30px;
}
.block-home10 .wrapper-content > .item .item-content h4 {
  font-weight: 600;
  text-transform: uppercase;
  color: #222;
  font-size: 13px;
  margin-bottom: 5px;
}
.block-home10 .wrapper-content > .item .item-content .text {
  color: #7d7d7d;
}
.sw_tab_countdown {
  border: 1px solid #e6e6e6;
  padding: 20px 0 0;
  margin-bottom: 40px;
}
.sw_tab_countdown .box-title {
  position: absolute;
  right: 248px;
}
.rtl .sw_tab_countdown .box-title {
  left: 257px;
  right: auto;
}
.sw_tab_countdown .box-title h3 {
  text-align: right;
  color: #1c1c1c;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  font-size: 16px;
}
.rtl .sw_tab_countdown .box-title h3 {
  text-align: left;
}
.sw_tab_countdown .box-title h3:before {
  content: '';
  display: inline-block;
  width: 41px;
  height: 28px;
  background: url(../assets/img/hot-sale.png) no-repeat center center;
  position: absolute;
  right: -50px;
  top: -10px;
}
.rtl .sw_tab_countdown .box-title h3:before {
  left: -50px;
  right: auto;
}
.sw_tab_countdown .tab-countdown-slide {
  border: 0;
  padding: 0;
}
.sw_tab_countdown .tab-countdown-slide .top-tab-slider {
  float: right;
  display: block;
  max-width: 80px;
  width: 100%;
  margin-top: -5px;
  position: relative;
}
.rtl .sw_tab_countdown .tab-countdown-slide .top-tab-slider {
  float: left;
}
.sw_tab_countdown .tab-countdown-slide .top-tab-slider .res-button {
  position: absolute;
  display: inline-block;
  height: 28px;
  width: 79px;
  right: 0;
  background-color: #fff;
  line-height: 26px;
  color: #444;
  text-align: center;
  border: 1px solid #e6e6e6;
  cursor: pointer;
  border-right: 0;
}
.rtl .sw_tab_countdown .tab-countdown-slide .top-tab-slider .res-button {
  border-right: 1px solid #e6e6e6;
  border-left: 0;
  right: 1px;
}
.sw_tab_countdown .tab-countdown-slide .top-tab-slider .res-button:hover {
  color: #d263ee;
}
.sw_tab_countdown .tab-countdown-slide .top-tab-slider .res-button:before {
  font-family: 'FontAwesome';
  font-size: 24px;
}
.sw_tab_countdown .tab-countdown-slide .top-tab-slider .res-button.slick-prev {
  bottom: -29px;
}
.sw_tab_countdown .tab-countdown-slide .top-tab-slider .res-button.slick-prev:before {
  content: '\f107';
}
.sw_tab_countdown .tab-countdown-slide .top-tab-slider .res-button.slick-next {
  top: -16px;
  border-bottom: 0;
}
.sw_tab_countdown .tab-countdown-slide .top-tab-slider .res-button.slick-next:before {
  content: '\f106';
}
.sw_tab_countdown .tab-countdown-slide .top-tab-slider ul {
  margin: 12px 0 0;
  border: 0;
}
.sw_tab_countdown .tab-countdown-slide .top-tab-slider ul li a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border: 1px solid #ddd;
  margin: -1px 0px;
  height: 80px;
  width: 80px;
  display: block;
  position: relative;
  border-bottom: 0;
}
.sw_tab_countdown .tab-countdown-slide .top-tab-slider ul li a img {
  height: 100%;
  padding: 10px;
}
.sw_tab_countdown .tab-countdown-slide .top-tab-slider ul li.active a,
.sw_tab_countdown .tab-countdown-slide .top-tab-slider ul li:hover a {
  border: 1px solid #d263ee;
}
.sw_tab_countdown .tab-countdown-slide .top-tab-slider ul li.active a:before,
.sw_tab_countdown .tab-countdown-slide .top-tab-slider ul li:hover a:before {
  content: '';
  height: 100%;
  width: 1px;
  background-color: #d263ee;
  position: absolute;
  right: 0;
  top: 0;
}
.rtl .sw_tab_countdown .tab-countdown-slide .top-tab-slider ul li.active a:before,
.rtl .sw_tab_countdown .tab-countdown-slide .top-tab-slider ul li:hover a:before {
  left: 0;
  right: auto;
}
.sw_tab_countdown .tab-countdown-slide .top-tab-slider-full {
  display: none;
}
.sw_tab_countdown .tab-countdown-slide .tab-content {
  width: 750px;
  float: left;
  clear: none;
}
.rtl .sw_tab_countdown .tab-countdown-slide .tab-content {
  float: right;
}
.sw_tab_countdown .tab-countdown-slide .tab-content .item-wrap:hover .item-detail .item-content .item-bottom {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.sw_tab_countdown .tab-countdown-slide .tab-content .item-wrap .item-detail .products-thumb {
  max-width: 371px;
  width: 100%;
  float: left;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 20px 20px;
}
.sw_tab_countdown .tab-countdown-slide .tab-content .item-wrap .item-detail .products-thumb .onsale {
  display: none;
}
.rtl .sw_tab_countdown .tab-countdown-slide .tab-content .item-wrap .item-detail .products-thumb {
  float: right;
}
.sw_tab_countdown .tab-countdown-slide .tab-content .item-wrap .item-detail .item-content {
  max-width: 375px;
  float: left;
  text-align: left;
  padding-top: 40px;
  padding-left: 10px;
}
.rtl .sw_tab_countdown .tab-countdown-slide .tab-content .item-wrap .item-detail .item-content {
  float: right;
  text-align: right;
}
.sw_tab_countdown .tab-countdown-slide .tab-content .item-wrap .item-detail .item-content h4 {
  margin-bottom: 5px;
  position: relative;
  margin-top: 20px;
}
.sw_tab_countdown .tab-countdown-slide .tab-content .item-wrap .item-detail .item-content h4:before {
  display: inline-block;
  content: '';
  width: 100%;
  height: 1px;
  top: -28px;
  left: 0;
  background-color: #e6e6e6;
  position: absolute;
}
.sw_tab_countdown .tab-countdown-slide .tab-content .item-wrap .item-detail .item-content h4 a {
  font-size: 18px;
  position: relative;
  color: #1c1c1c;
  font-weight: 700;
  text-transform: capitalize;
  opacity: 1;
}
.sw_tab_countdown .tab-countdown-slide .tab-content .item-wrap .item-detail .item-content h4 a:hover {
  color: #d263ee;
}
.sw_tab_countdown .tab-countdown-slide .tab-content .item-wrap .item-detail .item-content .description {
  margin-bottom: 15px;
}
.sw_tab_countdown .tab-countdown-slide .tab-content .item-wrap .item-detail .item-content .item-price {
  display: inline-block;
  opacity: 1;
  font-size: 22px;
  margin-bottom: 30px;
}
.sw_tab_countdown .tab-countdown-slide .tab-content .item-wrap .item-detail .item-content .item-price del span {
  font-size: 16px;
  line-height: 30px;
}
.sw_tab_countdown .tab-countdown-slide .tab-content .item-wrap .item-detail .item-content .reviews-content {
  display: block;
  float: none;
  margin-bottom: 15px;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 15px;
  padding-top: 5px;
}
.sw_tab_countdown .tab-countdown-slide .tab-content .item-wrap .item-detail .item-content .item-bottom {
  position: relative;
  bottom: auto;
  right: auto;
  left: auto;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.sw_tab_countdown .tab-countdown-slide .tab-content .item-wrap .item-detail .item-content .item-bottom .button,
.sw_tab_countdown .tab-countdown-slide .tab-content .item-wrap .item-detail .item-content .item-bottom .add_to_cart_button,
.sw_tab_countdown .tab-countdown-slide .tab-content .item-wrap .item-detail .item-content .item-bottom .product_type_external,
.sw_tab_countdown .tab-countdown-slide .tab-content .item-wrap .item-detail .item-content .item-bottom .product_type_grouped,
.sw_tab_countdown .tab-countdown-slide .tab-content .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.sw_tab_countdown .tab-countdown-slide .tab-content .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.sw_tab_countdown .tab-countdown-slide .tab-content .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
.sw_tab_countdown .tab-countdown-slide .tab-content .item-wrap .item-detail .item-content .item-bottom a.compare {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.responsive-post-slider-home10 {
  border: 1px solid #e6e6e6;
  position: relative;
}
.responsive-post-slider-home10 .res-button {
  position: absolute;
  top: 10px;
  display: inline-block;
  width: 28px;
  height: 28px;
  background-color: #fff;
  color: #e8e8e8;
  border: 2px solid #e8e8e8;
  border-radius: 50%;
  cursor: pointer;
  line-height: 24px;
  text-align: center;
}
.responsive-post-slider-home10 .res-button:hover {
  border: 2px solid #c3c3c3;
  color: #c3c3c3;
}
.responsive-post-slider-home10 .res-button:before {
  font-size: 16px;
  font-family: 'FontAwesome';
}
.responsive-post-slider-home10 .res-button.slick-prev {
  right: 55px;
}
.responsive-post-slider-home10 .res-button.slick-prev:before {
  content: '\f0d9';
}
.rtl .responsive-post-slider-home10 .res-button.slick-prev {
  left: 22px;
  right: auto;
}
.responsive-post-slider-home10 .res-button.slick-next {
  right: 22px;
}
.responsive-post-slider-home10 .res-button.slick-next:before {
  content: '\f0da';
}
.rtl .responsive-post-slider-home10 .res-button.slick-next {
  left: 55px;
  right: auto;
}
.responsive-post-slider-home10 .resp-slider-container .box-title h3 {
  background: #f2f2f2;
  font-size: 18px;
  color: #1c1c1c;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
  padding: 15px 20px;
}
.responsive-post-slider-home10 .resp-slider-container .slick-slider .item .item-detail {
  overflow: hidden;
  padding: 25px 20px 34px;
}
.responsive-post-slider-home10 .resp-slider-container .slick-slider .item .item-detail .img_over {
  float: left;
  width: 53%;
  margin-right: 20px;
}
.rtl .responsive-post-slider-home10 .resp-slider-container .slick-slider .item .item-detail .img_over {
  float: right;
  margin-left: 20px;
  margin-right: 0;
}
.responsive-post-slider-home10 .resp-slider-container .slick-slider .item .item-detail .entry-content {
  padding-top: 12px;
}
.responsive-post-slider-home10 .resp-slider-container .slick-slider .item .item-detail .entry-content .entry-meta {
  color: #909090;
  font-size: 13px;
  overflow: hidden;
  margin-bottom: 13px;
}
.responsive-post-slider-home10 .resp-slider-container .slick-slider .item .item-detail .entry-content .entry-meta .fa {
  margin-right: 10px;
}
.rtl .responsive-post-slider-home10 .resp-slider-container .slick-slider .item .item-detail .entry-content .entry-meta .fa {
  margin-left: 10px;
  margin-right: 0;
}
.responsive-post-slider-home10 .resp-slider-container .slick-slider .item .item-detail .entry-content .entry-meta .entry-comment {
  float: left;
  margin-right: 10px;
}
.rtl .responsive-post-slider-home10 .resp-slider-container .slick-slider .item .item-detail .entry-content .entry-meta .entry-comment {
  float: right;
  margin-left: 10px;
}
.responsive-post-slider-home10 .resp-slider-container .slick-slider .item .item-detail .entry-content .entry-meta .entry-tag {
  float: left;
}
.rtl .responsive-post-slider-home10 .resp-slider-container .slick-slider .item .item-detail .entry-content .entry-meta .entry-tag {
  float: right;
}
.responsive-post-slider-home10 .resp-slider-container .slick-slider .item .item-detail .entry-content .entry-meta .entry-tag a {
  color: #909090;
}
.responsive-post-slider-home10 .resp-slider-container .slick-slider .item .item-detail .entry-content .entry-meta .entry-tag a:hover {
  color: #d263ee;
}
.responsive-post-slider-home10 .resp-slider-container .slick-slider .item .item-detail .entry-content .item-title h4 a {
  font-size: 14px;
  color: #222;
  font-weight: 700;
  line-height: 24px;
}
.responsive-post-slider-home10 .resp-slider-container .slick-slider .item .item-detail .entry-content .item-title h4 a:hover {
  color: #d263ee;
}
.responsive-post-slider-home10 .resp-slider-container .slick-slider .item .item-detail .entry-content .description {
  margin: 25px 0 40px;
  line-height: 22px;
}
.responsive-post-slider-home10 .resp-slider-container .slick-slider .item .item-detail .entry-content .readmore i {
  margin-right: 7px;
}
.rtl .responsive-post-slider-home10 .resp-slider-container .slick-slider .item .item-detail .entry-content .readmore i {
  margin-left: 7px;
  margin-right: 0;
}
.responsive-post-slider-home10 .resp-slider-container .slick-slider .item .item-detail .entry-content .readmore a {
  color: #d263ee;
  text-transform: capitalize;
  font-weight: 600;
  position: relative;
}
.responsive-post-slider-home10 .resp-slider-container .slick-slider .item .item-detail .entry-content .readmore a:hover {
  opacity: 0.85;
}
.rtl .responsive-post-slider-home10 .resp-slider-container .slick-slider .item .item-detail .entry-content .readmore a .fa-caret-right {
  position: absolute;
  left: -12px;
  top: 1px;
  margin: 0;
}
.rtl .responsive-post-slider-home10 .resp-slider-container .slick-slider .item .item-detail .entry-content .readmore a .fa-caret-right:before {
  content: '\f0d9';
}
.home-style10.rtl .footer .sidebar-copyright {
  float: left;
}
.footer .wrapper-footer img {
  margin-bottom: 0;
}
.footer .footer-home10 {
  background: url(../assets/img/bg-footer.jpg) no-repeat top center;
  padding-top: 100px;
  padding-bottom: 70px;
}
.rtl .footer .footer-home10 {
  padding-bottom: 25px;
}
.footer .footer-home10 .footer-menu {
  padding-top: 0;
  background-color: transparent;
}
.footer .footer-home10 .footer-menu > .vc_column-inner {
  padding-top: 0;
}
.rtl .footer .footer-home10 .footer-menu .contact-address .wpb_single_image {
  text-align: right;
}
.footer .footer-home10 .footer-menu h3 {
  font-weight: 700;
  font-size: 14px;
  color: #222;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.footer .footer-home10 .footer-menu h3 .icon-footer {
  float: right;
  position: relative;
}
.rtl .footer .footer-home10 .footer-menu h3 .icon-footer {
  float: left;
}
.footer .footer-home10 .footer-menu h3 .icon-footer:before {
  content: '\f0d7';
  color: #222;
  font-family: Fontawesome;
  font-size: 14px;
  display: inline-block;
  opacity: 0;
}
.footer .footer-home10 .footer-menu .wpb_content_element {
  margin-bottom: 20px;
}
.rtl .footer .footer-home10 .footer-menu .wpb_content_element {
  float: right;
}
.footer .footer-home10 .footer-menu .info-footer h3 {
  display: none;
}
.footer .footer-home10 .footer-menu .info-footer a {
  color: #7d7d7d;
}
.footer .footer-home10 .footer-menu .info-footer a:hover {
  color: #d263ee;
}
.footer .footer-home10 .footer-menu .info-footer .des {
  line-height: 22px;
  margin: 20px 0;
  color: #666;
}
.footer .footer-home10 .footer-menu .working-time {
  margin-top: 20px;
  padding-right: 30px;
}
.footer .footer-home10 .footer-menu .working-time ul {
  margin: 0 0 40px;
  list-style: none;
  overflow: hidden;
}
.footer .footer-home10 .footer-menu .working-time ul > li {
  float: none;
  color: #666;
  line-height: 40px;
  display: block;
  overflow: hidden;
}
.rtl .footer .footer-home10 .footer-menu .working-time ul > li {
  float: right;
}
.footer .footer-home10 .footer-menu .working-time ul > li .day {
  text-transform: capitalize;
  float: left;
}
.footer .footer-home10 .footer-menu .working-time ul > li .time {
  float: right;
}
.footer .footer-home10 .footer-menu .connect-us {
  margin-top: 20px;
}
.footer .footer-home10 .footer-menu .connect-us ul {
  margin: 0 0 40px;
  list-style: none;
  overflow: hidden;
  position: relative;
}
.footer .footer-home10 .footer-menu .connect-us ul > li {
  float: left;
}
.rtl .footer .footer-home10 .footer-menu .connect-us ul > li {
  float: right;
}
.footer .footer-home10 .footer-menu .connect-us ul > li > a {
  display: inline-block;
  height: 40px;
  width: 40px;
  background-color: #d4d4d4;
  color: #fff;
  font-size: 20px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  margin: 5px 15px 5px 0;
}
.rtl .footer .footer-home10 .footer-menu .connect-us ul > li > a {
  margin: 5px 0 5px 15px;
}
.footer .footer-home10 .footer-menu .connect-us ul > li > a:hover {
  background-color: #d263ee;
}
.footer .footer-home10 .footer-menu .connect-us a:hover {
  opacity: 0.85;
  display: inline-block;
}
.footer .footer-home10 .footer-menu .newsletter {
  margin-top: 20px;
}
.footer .footer-home10 .footer-menu .newsletter .des {
  color: #666;
  line-height: 22px;
  overflow: hidden;
}
.footer .footer-home10 .footer-menu .newsletter .mc4wp-form {
  margin: 20px 0 40px;
}
.footer .footer-home10 .footer-menu .newsletter .mc4wp-form input[type="email"] {
  height: 40px;
  border: 1px solid #e6e6e6;
  width: 185px;
  float: left;
  border-radius: 0;
}
.rtl .footer .footer-home10 .footer-menu .newsletter .mc4wp-form input[type="email"] {
  float: right;
}
.footer .footer-home10 .footer-menu .newsletter .mc4wp-form input[type="submit"] {
  height: 38px;
  line-height: 38px;
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
  background-color: #d263ee;
  color: #fff;
  border: 0;
  border-radius: 0;
  font-weight: 700;
  margin-top: 1px;
  position: relative;
}
.footer .footer-home10 .footer-menu .newsletter .mc4wp-form input[type="submit"]:hover {
  background-color: #c535e9;
}
.footer .footer-home10 .footer-menu .newsletter a:hover {
  opacity: 0.85;
  display: inline-block;
}
.carousel.carousel-fade .item {
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  opacity: 0;
}
.carousel.carousel-fade .item.active {
  opacity: 1;
}
.carousel.carousel-fade .item.active.left,
.carousel.carousel-fade .item.active.right {
  left: 0;
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
}
.carousel.carousel-fade .item.left,
.carousel.carousel-fade .item.right {
  left: 0;
  z-index: 1;
}
@media (min-width: 1445px) and (max-width: 1920px) {
  .header-style10 .header-mid.sticky-mid .header-right .top-form.top-form-minicart {
    right: 365px;
  }
  .rtl .header-style10 .header-mid.sticky-mid .header-right .top-form.top-form-minicart {
    left: 365px;
    right: auto;
  }
}
@media (min-width: 1366px) and (max-width: 1920px) {
  .home-style10 {
    background-color: #f7f7f7;
  }
  .home-style10 .body-wrapper {
    width: 1230px;
    background: #fff;
    margin: 0 auto;
    box-shadow: 0 0 5px #e8e8e8;
  }
}
@media (max-width: 1199px) {
  .rtl .block-home10 .wrapper-content > .item .item-content {
    padding: 25px 79px 24px 10px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header-style10 .header-mid.sticky-mid .header-right .top-form.top-form-minicart {
    right: 10px;
    left: auto;
  }
  .rtl .header-style10 .header-mid.sticky-mid .header-right .top-form.top-form-minicart {
    left: 10px;
    right: auto;
  }
  .slider-home10 .vc_column-inner .rev_slider_wrapper {
    max-width: 300px;
  }
  .slider-home10 .vc_column-inner .rev_slider_wrapper .rev_slider ul {
    max-width: 300px;
    min-height: 439px;
  }
  .slider-home10 .wpb_single_image.vc_align_left {
    max-width: 220px;
  }
  .slider-home10 .wpb_single_image.vc_align_left.image-first {
    max-width: 229px;
  }
  .block-home10 .wrapper-content > .item .item-content {
    padding: 25px 10px 20px 80px;
  }
  .sw_tab_countdown {
    padding: 20px 0 26px;
  }
  .sw_tab_countdown .box-title {
    right: 172px;
  }
  .rtl .sw_tab_countdown .box-title {
    left: 179px;
    right: auto;
  }
  .sw_tab_countdown .box-title h3 {
    font-size: 13px;
  }
  .sw_tab_countdown .tab-countdown-slide .tab-content {
    width: 636px;
  }
  .sw_tab_countdown .tab-countdown-slide .tab-content .item-wrap .item-detail .products-thumb {
    max-width: 345px;
  }
  .sw_tab_countdown .tab-countdown-slide .tab-content .item-wrap .item-detail .item-content {
    max-width: 270px;
  }
  .responsive-post-slider-home10 .resp-slider-container .slick-slider .item .item-detail {
    padding: 23px 20px;
  }
  .responsive-post-slider-home10 .resp-slider-container .slick-slider .item .item-detail .img_over {
    width: 55%;
  }
  .responsive-post-slider-home10 .resp-slider-container .slick-slider .item .item-detail .entry-content {
    float: left;
    width: 40%;
    padding: 0;
  }
  .responsive-post-slider-home10 .resp-slider-container .slick-slider .item .item-detail .entry-content .description {
    margin: 10px 0 20px;
  }
  .testimonial-slider2 .carousel-inner {
    padding: 33px 50px;
  }
  .block-home10 {
    margin: 15px 0 0;
  }
  .home-style10 .sw-featured-product-slider .box-title h3 {
    font-size: 14px;
  }
  .home-style10 .footer .footer-copyright .widget_nav_menu .menu > li > a {
    padding: 0 7px;
  }
  .footer .footer-home10 {
    padding-bottom: 22px;
  }
  .footer .footer-home10 .footer-menu .contact-address .info-footer ul > li.email {
    line-height: 18px;
  }
  .home-style10 .wrapper_vertical_menu .vertical-megamenu > li > a {
    line-height: 47px;
  }
  .home-style10 .sw-featured-product-slider .carousel-inner .item .item-detail .item-content .item-price del {
    float: left;
    margin: 0 0 5px;
  }
  .home-style10.rtl .sw-featured-product-slider .carousel-inner .item .item-detail .item-content .item-price del {
    float: right;
  }
  .sw-woo-tab-cat3 .resp-tab .top-tab-slider .nav.nav-tabs > li > a {
    margin: 0 10px;
  }
}
@media (max-width: 991px) {
  .header-style10 .header-mid .header-right {
    float: right;
  }
  .rtl .header-style10 .header-mid .header-right {
    float: left;
  }
  .header-style10 .header-mid .search-cate {
    margin: 15px 0 20px;
  }
  .header-style10 .header-mid.sticky-mid .header-right .top-form.top-form-minicart {
    right: 10px;
  }
  .rtl .header-style10 .header-mid.sticky-mid .header-right .top-form.top-form-minicart {
    left: 10px;
    right: auto;
  }
  .header-style10 #main-menu {
    float: left;
  }
  .rtl .header-style10 #main-menu {
    float: right;
  }
  .header-style10 .header-bottom.sticky-menu {
    padding: 10px 0;
  }
  .header-style10 .header-bottom.sticky-menu .resmenu-container .navbar-toggle .icon-bar {
    background-color: #fff;
  }
  .header-style10 .header-bottom .navbar-toggle {
    position: absolute;
    bottom: 30px;
    left: 0;
  }
  .rtl .header-style10 .header-bottom .navbar-toggle {
    right: 0;
    left: auto;
  }
  .header-style10 .header-bottom .resmenu-container .menu-responsive-wrapper {
    top: 0;
  }
  .header-style10 .header-bottom.sticky-menu .navbar-toggle {
    position: relative;
    bottom: auto;
    left: auto;
  }
  .header-style10 .header-bottom.sticky-menu .resmenu-container .menu-responsive-wrapper {
    top: 55px;
  }
  .header-style10 #main-menu .primary-menu .resmenu-container .navbar-toggle {
    margin: 0;
  }
  .rtl .header-style10 #main-menu .primary-menu .resmenu-container .navbar-toggle {
    float: right;
  }
  .block-home9 .block-text-home9 .wrap-content .des {
    padding: 0 40px;
  }
  .sw-twitter-slider {
    margin-bottom: 30px;
  }
  .col-right .wpb_single_image {
    display: none;
  }
  .footer .footer-home10 .footer-menu .working-time {
    padding-right: 0;
  }
  .slider-home10 .wpb_raw_code {
    margin-bottom: 0;
  }
  .search-cate {
    text-align: center;
  }
  .search-cate .revo_top {
    display: inline-block;
  }
  .rtl .slider-home10 .vc_column-inner {
    margin: 0;
  }
  .rtl .block-home10 {
    margin: 15px 0 4px;
  }
  .block-home10 .wrapper-content > .item .item-content {
    padding: 25px 10px 20px 90px;
  }
  .testimonial-slider2 .carousel-inner {
    background-size: cover;
  }
  .responsive-post-slider-home10 .resp-slider-container .slick-slider .item .item-detail .img_over {
    width: auto;
  }
  .footer .footer-home10 {
    background-image: none;
    background-color: #f7f7f7;
  }
  .home-style10.rtl .footer .footer-copyright .copyright-text,
  .footer .footer-copyright .sidebar-copyright {
    float: none;
  }
  .home-style10 .footer .footer-copyright {
    text-align: center;
  }
  .home-style10 .footer .footer-copyright .copyright-text {
    float: none;
  }
  .sw_tab_countdown .box-title {
    position: relative;
    left: auto;
    right: auto;
    text-align: center;
  }
  .rtl .sw_tab_countdown .box-title {
    left: auto;
  }
  .sw_tab_countdown .box-title h3 {
    display: inline-block;
    text-align: center;
  }
  .sw_tab_countdown .tab-countdown-slide .top-tab-slider {
    display: none;
  }
  .sw_tab_countdown .tab-countdown-slide .top-tab-slider-full {
    display: block;
  }
  .sw_tab_countdown .tab-countdown-slide .top-tab-slider-full .sw-tab-slider2 ul {
    border: 0;
    margin: 0;
    padding: 0 70px;
  }
  .sw_tab_countdown .tab-countdown-slide .top-tab-slider-full .sw-tab-slider2 ul li a {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    border: 1px solid #ddd;
    margin: 1px 0px;
    height: 100px;
    width: 100px;
    display: block;
    position: relative;
  }
  .sw_tab_countdown .tab-countdown-slide .top-tab-slider-full .sw-tab-slider2 ul li a img {
    height: 100%;
    padding: 10px;
  }
  .sw_tab_countdown .tab-countdown-slide .top-tab-slider-full .sw-tab-slider2 ul li.active a,
  .sw_tab_countdown .tab-countdown-slide .top-tab-slider-full .sw-tab-slider2 ul li:hover a {
    border: 1px solid #d263ee;
  }
  .sw_tab_countdown .tab-countdown-slide .tab-content {
    width: auto;
  }
  .sw_tab_countdown .tab-countdown-slide .tab-content .item-wrap .item-detail .item-content {
    max-width: 50%;
    padding-top: 10px;
  }
  .sw_tab_countdown .tab-countdown-slide .tab-content .item-wrap .item-detail .item-content h4:before {
    width: 0;
    height: 0;
  }
  .footer .footer-home10 {
    padding: 20px 0 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-style10 .header-bottom .container i {
    top: 10px;
  }
  .header-style10 .header-mid .search-cate .top-form.top-search {
    min-width: 400px;
  }
  .header-style10 .header-mid .header-right {
    float: right;
  }
  .rtl .header-style10 .header-mid .header-right {
    float: left;
  }
  .header-style10 .header-mid .search-cate {
    margin: 15px 0 20px;
  }
  .header-style10 .header-mid.sticky-mid .header-right .top-form.top-form-minicart {
    right: 10px;
  }
  .rtl .header-style10 .header-mid.sticky-mid .header-right .top-form.top-form-minicart {
    left: 10px;
    right: auto;
  }
  .header-style10 .header-bottom.sticky-menu {
    padding: 10px 0;
  }
  .header-style10 .header-bottom.sticky-menu .resmenu-container .navbar-toggle .icon-bar {
    background-color: #fff;
  }
  .header-style10 .header-bottom .navbar-toggle {
    position: absolute;
    bottom: 30px;
    left: 0;
  }
  .rtl .header-style10 .header-bottom .navbar-toggle {
    right: 0;
    left: auto;
  }
  .header-style10 .header-bottom .resmenu-container .menu-responsive-wrapper {
    top: 0;
  }
  .header-style10 .header-bottom.sticky-menu .navbar-toggle {
    position: relative;
    bottom: auto;
    left: auto;
  }
  .header-style10 .header-bottom.sticky-menu .resmenu-container .menu-responsive-wrapper {
    top: 55px;
  }
  .header-style10 #main-menu .primary-menu .resmenu-container .navbar-toggle {
    margin: 0;
  }
  .rtl .header-style10 #main-menu .primary-menu .resmenu-container .navbar-toggle {
    float: right;
  }
  .slider-home10 .vc_column-inner {
    margin: 0;
  }
  .rtl .slider-home10 .vc_column-inner {
    margin: 0;
  }
  .slider-home10 .wpb_single_image.vc_align_left {
    display: none;
  }
  .slider-home10 .vc_column-inner .rev_slider_wrapper {
    float: none;
    max-width: 100%;
  }
  .slider-home10 .vc_column-inner .rev_slider_wrapper .rev_slider ul {
    min-height: auto;
    min-width: auto;
    max-width: 100%;
  }
  .sw_tab_countdown .tab-countdown-slide .tab-content .item-wrap .item-detail .products-thumb {
    max-width: 50%;
    width: 50%;
  }
  .sw_tab_countdown .tab-countdown-slide .tab-content .item-wrap .item-detail .item-content {
    padding: 30px;
  }
  .rtl .footer .footer-home10 .footer-menu .working-time > ul > li {
    float: none;
  }
  .rtl .footer .footer-home10 .footer-menu .working-time > ul > li .day {
    padding: 0 80px;
  }
  .rtl .footer .footer-home10 .footer-menu .wpb_content_element {
    clear: both;
  }
  .rtl .block-home10 {
    margin: 15px 0 4px 0px;
  }
}
@media (max-width: 767px) {
  .header-style10 .header-mid {
    text-align: center;
  }
  .header-style10 .header-mid .header-right {
    float: right;
  }
  .rtl .header-style10 .header-mid .header-right {
    float: left;
  }
  .header-style10 .header-mid .search-cate {
    margin: 15px 0 20px;
    display: inline-block;
    width: 400px;
    float: none;
  }
  .header-style10 .header-mid.sticky-mid .header-right .top-form.top-form-minicart {
    right: 10px;
  }
  .rtl .header-style10 .header-mid.sticky-mid .header-right .top-form.top-form-minicart {
    left: 10px;
    right: auto;
  }
  .header-style10 .header-bottom.sticky-menu {
    padding: 10px 0;
  }
  .header-style10 .header-bottom.sticky-menu .resmenu-container .navbar-toggle .icon-bar {
    background-color: #fff;
  }
  .header-style10 .header-bottom .navbar-toggle {
    position: absolute;
    bottom: 35px;
    left: 0;
  }
  .rtl .header-style10 .header-bottom .navbar-toggle {
    right: 0;
    left: auto;
  }
  .header-style10 .header-bottom .resmenu-container .menu-responsive-wrapper {
    top: 0;
  }
  .header-style10 .header-bottom.sticky-menu .navbar-toggle {
    position: relative;
    bottom: auto;
    left: auto;
  }
  .header-style10 .header-bottom.sticky-menu .resmenu-container .menu-responsive-wrapper {
    top: 55px;
  }
  .header-style10 #main-menu .primary-menu .resmenu-container .navbar-toggle {
    margin: 0;
  }
  .rtl .header-style10 #main-menu .primary-menu .resmenu-container .navbar-toggle {
    float: right;
  }
  .slider-home10 .vc_column-inner {
    margin: 0;
  }
  .rtl .slider-home10 .vc_column-inner {
    margin: 0;
  }
  .slider-home10 .wpb_single_image.vc_align_left {
    display: none;
  }
  .slider-home10 .vc_column-inner .rev_slider_wrapper {
    float: none;
    max-width: 100%;
  }
  .slider-home10 .vc_column-inner .rev_slider_wrapper .rev_slider ul {
    min-height: auto;
    min-width: auto;
    max-width: 100%;
  }
  .footer .footer-home10 .footer-menu .wpb_content_element {
    float: none;
  }
  .rtl .footer .footer-home10 .footer-menu .wpb_content_element {
    float: none;
  }
  .footer .footer-home10 .footer-menu .wpb_content_element .info-footer h3 .icon-footer:nth-child(2) {
    display: none;
  }
  .slider-home10 .wpb_single_image.vc_align_left {
    display: none;
  }
  .slider-home10 .vc_column-inner .rev_slider_wrapper {
    float: none;
  }
  .slider-home10 .vc_column-inner .rev_slider_wrapper .rev_slider ul {
    min-height: auto;
    min-width: auto;
  }
  .block-home10 .wrapper-content > .item {
    float: none;
    width: 100%;
  }
  .header-style10 .header-top .widget_text .header-message {
    display: none;
  }
  .sw-woo-tab-cat3 .resp-tab .top-tab-slider,
  .sw-woo-tab-cat5 .resp-tab .top-tab-slider {
    position: relative;
  }
  .sw-woo-tab-cat3 .resp-tab .top-tab-slider .button-collapse,
  .sw-woo-tab-cat5 .resp-tab .top-tab-slider .button-collapse {
    position: absolute;
    top: 8px;
    z-index: 99;
    display: block;
    background: #cccccc none repeat scroll 0 0;
    border-radius: 3px;
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
    height: 30px;
    line-height: 30px;
    right: 100px;
    text-align: center;
    width: 30px;
  }
  .sw-woo-tab-cat3 .resp-tab .top-tab-slider .button-collapse:hover,
  .sw-woo-tab-cat5 .resp-tab .top-tab-slider .button-collapse:hover {
    background: #d263ee;
  }
  .rtl .sw-woo-tab-cat3 .resp-tab .top-tab-slider .button-collapse,
  .rtl .sw-woo-tab-cat5 .resp-tab .top-tab-slider .button-collapse {
    left: 100px;
    right: auto;
  }
  .sw-woo-tab-cat3 .resp-tab .top-tab-slider .button-collapse:before,
  .sw-woo-tab-cat5 .resp-tab .top-tab-slider .button-collapse:before {
    content: '\f0c9';
    font-family: FontAwesome;
    font-size: 16px;
    color: #fff;
    height: 30px;
    width: 30px;
    line-height: 30px;
    display: inline-block;
    text-align: center;
  }
  .sw-woo-tab-cat3 .resp-tab .top-tab-slider .tab_list,
  .sw-woo-tab-cat5 .resp-tab .top-tab-slider .tab_list {
    padding: 0;
    border: 0;
    height: 0;
    margin: 0;
    text-align: left;
    position: absolute;
    top: 50px;
    z-index: 99;
    right: 10px;
    opacity: 0;
    box-shadow: 0 2px 4px rgba(0,0,0,0.3);
    background: #fff;
    width: 200px;
  }
  .sw-woo-tab-cat3 .resp-tab .top-tab-slider .tab_list.in,
  .sw-woo-tab-cat5 .resp-tab .top-tab-slider .tab_list.in {
    opacity: 1;
  }
  .rtl .sw-woo-tab-cat3 .resp-tab .top-tab-slider .tab_list,
  .rtl .sw-woo-tab-cat5 .resp-tab .top-tab-slider .tab_list {
    padding: 0;
    left: 10px;
    right: auto;
  }
  .sw-woo-tab-cat3 .resp-tab .top-tab-slider .tab_list .nav.nav-tabs,
  .sw-woo-tab-cat5 .resp-tab .top-tab-slider .tab_list .nav.nav-tabs {
    display: block;
    left: auto;
    right: auto;
    top: auto;
    position: relative;
  }
  .sw-woo-tab-cat3 .resp-tab .top-tab-slider .tab_list .nav.nav-tabs > li,
  .sw-woo-tab-cat5 .resp-tab .top-tab-slider .tab_list .nav.nav-tabs > li {
    list-style: none;
    float: none !important;
    width: 100%;
    border-radius: 0;
    border: 0;
    background-color: #fff;
  }
  .sw-woo-tab-cat3 .resp-tab .top-tab-slider .tab_list .nav.nav-tabs > li:first-child > a,
  .sw-woo-tab-cat5 .resp-tab .top-tab-slider .tab_list .nav.nav-tabs > li:first-child > a {
    border-top: 0;
  }
  .sw-woo-tab-cat3 .resp-tab .top-tab-slider .tab_list .nav.nav-tabs > li > a,
  .sw-woo-tab-cat5 .resp-tab .top-tab-slider .tab_list .nav.nav-tabs > li > a {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    color: #444;
    display: block;
    margin: 0;
    padding: 0 20px;
    border-top: 1px solid #ddd;
    border-radius: 0;
  }
  .rtl .sw-woo-tab-cat3 .resp-tab .top-tab-slider .tab_list .nav.nav-tabs > li > a,
  .rtl .sw-woo-tab-cat5 .resp-tab .top-tab-slider .tab_list .nav.nav-tabs > li > a {
    text-align: right;
  }
  .sw-woo-tab-cat3 .resp-tab .top-tab-slider .tab_list .nav.nav-tabs > li > a:after,
  .sw-woo-tab-cat5 .resp-tab .top-tab-slider .tab_list .nav.nav-tabs > li > a:after {
    width: 0;
    height: 0;
  }
  .sw-woo-tab-cat3 .resp-tab .top-tab-slider .tab_list .nav.nav-tabs > li:hover > a,
  .sw-woo-tab-cat5 .resp-tab .top-tab-slider .tab_list .nav.nav-tabs > li:hover > a {
    background-color: #fff;
    color: #d263ee;
  }
  .sw-woo-tab-cat3 .resp-tab .top-tab-slider .tab_list .nav.nav-tabs > li:hover > a:before,
  .sw-woo-tab-cat5 .resp-tab .top-tab-slider .tab_list .nav.nav-tabs > li:hover > a:before {
    opacity: 0 !important;
  }
  .responsive-post-slider-home10 {
    margin-top: 30px;
  }
  .sw_tab_countdown .tab-countdown-slide .tab-content .item-wrap .item-detail .item-content {
    max-width: 100%;
    padding: 10px 20px 20px;
  }
  .sw_tab_countdown .tab-countdown-slide .tab-content .item-wrap .item-detail .products-thumb {
    max-width: 100%;
  }
  .header-style10 .header-mid .search-cate {
    margin-right: 20px;
  }
  .header-style10 .header-mid .search-cate .revo_top {
    display: block;
  }
  .header-style10 .header-mid .search-cate .revo_top .top-form.top-search {
    min-width: 300px !important;
  }
  .header-style10 .header-mid .contact-us-header {
    display: block;
  }
  .header-style10 .header-bottom .navbar-toggle {
    position: absolute;
    bottom: 35px;
    left: 0;
  }
  .rtl .header-style10 .header-bottom .navbar-toggle {
    right: 35px;
    left: auto;
  }
  .header-style10 .header-bottom .resmenu-container .menu-responsive-wrapper {
    top: 0;
  }
  .header-style10 .header-bottom.sticky-menu .navbar-toggle {
    position: relative;
    bottom: auto;
    left: auto;
  }
  .rtl .header-style10 .header-bottom.sticky-menu .navbar-toggle {
    right: auto;
  }
  .header-style10 .header-bottom.sticky-menu .resmenu-container .menu-responsive-wrapper {
    top: 55px;
  }
  .footer .social-connect {
    display: inline-block;
  }
  .footer .social-connect .connect-us .pay-ment h3 .icon-footer {
    display: none;
  }
  .footer .footer-menu .vc_wp_custommenu .widget_nav_menu .widgettitle .icon-footer:before,
  .footer .footer-menu .contact-address .info-footer h3  .icon-footer:before {
    opacity: 1 !important;
  }
  .footer .footer-menu .vc_wp_custommenu .widget_nav_menu ul.menu,
  .footer .footer-menu .contact-address .info-footer ul {
    display: none;
  }
  .footer .footer-home10 .footer-menu h3 .icon-footer:before {
    opacity: 1;
  }
  .footer .footer-home10 .footer-menu .contact-address .info-footer h3 {
    font-size: 14px !important;
    display: block;
    margin-bottom: 15px;
  }
  .footer .wrapper-footer {
    display: none;
  }
  .elementor .footer .wrapper-footer {
    display: inline-block;
  }
}
@media (max-width: 640px) {
  .header-style10 .header-mid .contact-us {
    display: none;
  }
  .sw-woo-tab-cat3 .resp-tab .top-tab-slider,
  .sw-woo-tab-cat5 .resp-tab .top-tab-slider {
    background-color: #f2f2f2;
  }
  .sw-woo-tab-cat3 .resp-tab .top-tab-slider .nav.nav-tabs,
  .sw-woo-tab-cat5 .resp-tab .top-tab-slider .nav.nav-tabs {
    position: relative;
    top: auto;
    right: auto;
    display: inline-block;
    background-color: #f2f2f2;
  }
  .rtl .sw-woo-tab-cat3 .resp-tab .top-tab-slider .nav.nav-tabs,
  .rtl .sw-woo-tab-cat5 .resp-tab .top-tab-slider .nav.nav-tabs {
    left: auto;
  }
}
@media (max-width: 480px) {
  .header-style10 .header-bottom .resmenu-container .menu-responsive-wrapper {
    left: 10px;
    top: -20px;
  }
  .rtl .header-style10 .header-bottom .resmenu-container .menu-responsive-wrapper {
    right: 10px;
    left: auto;
  }
  .header-style10 .header-mid .search-cate .top-form.top-search .cat-wrapper {
    display: none;
  }
  .header-style10 .header-mid .search-cate .top-form.top-search input {
    padding-left: 20px;
  }
  .rtl .header-style10 .header-mid .search-cate .top-form.top-search input {
    padding-left: 0;
    padding-right: 20px;
  }
  .header-style10 .header-mid {
    padding: 25px 0 10px;
  }
  .home-style10 .footer .footer-copyright .widget_nav_menu .menu > li > a {
    padding: 0 10px;
  }
  .header-style10 .header-mid .top-header {
    float: none;
    margin-bottom: 20px;
  }
  .header-style10 .header-mid .search-cate {
    float: none;
    margin: 0;
    width: 100%;
    text-align: center;
  }
  .header-style10 .header-mid .search-cate .revo_top {
    display: inline-block;
  }
  .header-style10 .header-bottom {
    padding: 0 !important;
  }
  .header-style10 .header-bottom #main-menu .primary-menu .resmenu-container .navbar-toggle {
    position: absolute;
    bottom: 20px;
    left: 15px;
  }
  .rtl .header-style10 .header-bottom #main-menu .primary-menu .resmenu-container .navbar-toggle {
    right: 15px;
    left: auto;
  }
  .header-style10 .header-bottom.sticky-menu .navbar-toggle {
    position: relative;
    bottom: auto;
    left: auto;
  }
  .rtl .header-style10 .header-bottom.sticky-menu .navbar-toggle {
    right: auto;
  }
  .header-style10 .header-bottom.sticky-menu .resmenu-container .menu-responsive-wrapper {
    top: 55px;
  }
  .header-style10 .contact-us-header .contact-us {
    display: none;
  }
  .responsive-post-slider-home10 .resp-slider-container .slick-slider .item .item-detail .entry-content .description {
    margin: 15px 0 20px;
  }
  .sw-woo-tab-cat3 .resp-tab .top-tab-slider .nav.nav-tabs > li > a {
    margin: 0 8px;
  }
  .sw_tab_countdown .box-title h3 {
    font-size: 14px;
  }
  .sw_tab_countdown .box-title h3:before {
    width: 0;
    height: 0;
  }
  .sw_tab_countdown .tab-countdown-slide .top-tab-slider-full .sw-tab-slider2 ul {
    padding: 0;
  }
  .sw-woo-tab-cat3 .resp-tab .top-tab-slider .box-title h3 {
    font-size: 14px;
  }
  .responsive-post-slider-home10 .resp-slider-container .slick-slider .item .item-detail .img_over {
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
  }
  .responsive-post-slider-home10 .resp-slider-container .slick-slider .item .item-detail .img_over img {
    width: 100%;
    display: inline-block;
  }
}
@media (max-width: 415px) {
  .home-style10 .footer .footer-copyright .widget_nav_menu .menu > li {
    float: none;
  }
  .home-style10 .footer .footer-copyright .widget_nav_menu .menu > li > a {
    padding: 3px 10px;
  }
}
@media (max-width: 360px) {
  .sw_tab_countdown .tab-countdown-slide .top-tab-slider-full .sw-tab-slider2 ul li a {
    width: 96px;
    height: 96px;
  }
  .sw-woo-tab-cat3 .resp-tab .top-tab-slider .box-title h3 {
    font-size: 13px;
    padding: 15px 10px;
  }
  .sw-woo-tab-cat3 .resp-tab .top-tab-slider .button-collapse {
    right: 90px;
  }
  .rtl .sw-woo-tab-cat3 .resp-tab .top-tab-slider .button-collapse {
    left: 90px;
    right: auto;
  }
}
.header-style11 .header-top {
  background-color: transparent;
  border: 0;
}
.header-style11 .header-top > .container {
  background-color: #d263ee;
  padding: 0 15px;
}
.header-style11 .header-top > .container .top-header .block-text-left {
  font-size: 12px;
  color: #1a1a1a;
  line-height: 38px;
}
.rtl .header-style11 .header-top > .container .top-login ul li a {
  padding: 0 5px 0 10px;
}
.header-style11 .header-top .top-login ul li a,
.header-style11 .header-top .widget_nav_menu h3,
.header-style11 .header-top #lang_sel > ul.nav > li > a,
.header-style11 .header-top .currency_w > li > a {
  color: #1a1a1a;
  border-left: 1px solid rgba(109,109,109,0.3);
}
.rtl .header-style11 .header-top .top-login ul li a,
.rtl .header-style11 .header-top .widget_nav_menu h3,
.rtl .header-style11 .header-top #lang_sel > ul.nav > li > a,
.rtl .header-style11 .header-top .currency_w > li > a {
  border-right: 1px solid rgba(109,109,109,0.3);
  border-left: 0;
}
.header-style11 .header-top #lang_sel a.lang_sel_sel:after,
.header-style11 .header-top .currency_w > li > a:after {
  color: #1a1a1a;
}
.header-style11 .header-top .top-login ul li a {
  border: 0;
}
.rtl .header-style11 .header-top .top-login ul li a {
  border: 0;
}
.header-style11 .header-mid {
  background-color: transparent;
  padding: 0;
}
.header-style11 .header-mid.sticky-menu {
  position: fixed;
}
.header-style11 .header-mid.sticky-menu > .container {
  padding: 0 15px;
}
.header-style11 .header-mid.sticky-menu .top-header .revo-logo {
  max-width: 130px;
}
.header-style11 .header-mid.sticky-menu .search-cate .revo_top .top-form.top-search {
  margin-top: 8px;
}
.header-style11 .header-mid > .container {
  background-color: #1a1a1a;
  padding: 25px 15px;
}
.header-style11 .header-mid .primary-menu .navbar-inverse .nav-pills >li.dropdown > a:after {
  content: '';
}
.header-style11 .header-mid .primary-menu .navbar-inverse .nav-pills >li > a {
  color: #fff;
  padding: 20px;
}
.header-style11 .header-mid .primary-menu .navbar-inverse .nav-pills >li > a:hover {
  color: #d263ee;
}
.header-style11 .header-mid .primary-menu .navbar-inverse .nav-pills.nav-mega .revo-mega-menu.revo-menu-img > a span.menu-img {
  display: none;
}
.header-style11 .header-mid .search-cate {
  max-width: 255px;
}
.header-style11 .header-mid .search-cate .search-icon {
  opacity: 0;
  visibility: hidden;
  height: 0;
}
.header-style11 .header-mid .search-cate .search-icon .fa {
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  line-height: 60px;
  margin-right: 20px;
}
.header-style11 .header-mid .search-cate .search-icon .fa:hover {
  color: #d263ee;
}
.rtl .header-style11 .header-mid .search-cate {
  margin: 0 0 0 30px;
}
.header-style11 .header-mid .search-cate .revo_top {
  padding: 0;
}
.header-style11 .header-mid .search-cate .revo_top .top-form.top-search {
  min-width: 195px;
  margin-top: 9px;
}
.header-style11 .header-mid .search-cate .revo_top .top-form.top-search .topsearch-entry {
  padding: 0;
}
.header-style11 .header-mid .search-cate .revo_top .top-form.top-search .topsearch-entry form .cat-wrapper {
  display: none;
}
.header-style11 .header-mid .search-cate .revo_top .top-form.top-search .topsearch-entry form input {
  padding: 0 20px;
  border-top-left-radius: 22px;
  border-bottom-left-radius: 22px;
  color: #7d7d7d;
}
.rtl .header-style11 .header-mid .search-cate .revo_top .top-form.top-search .topsearch-entry form input {
  border-top-right-radius: 22px;
  border-bottom-right-radius: 22px;
}
.header-style11 .header-mid .search-cate .revo_top .top-form.top-search .topsearch-entry form button {
  background-color: #d263ee;
  width: 60px;
  border-top-right-radius: 22px;
  border-bottom-right-radius: 22px;
}
.rtl .header-style11 .header-mid .search-cate .revo_top .top-form.top-search .topsearch-entry form button {
  left: -20px;
  right: auto;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 22px;
  border-bottom-left-radius: 22px;
}
.header-style11 .header-mid .sw-revo-cart {
  margin-left: 10px;
  margin-top: 10px;
}
.rtl .header-style11 .header-mid .sw-revo-cart {
  margin-right: 10px;
}
.header-style11 .header-mid .sw-revo-cart .top-form.top-form-minicart {
  padding: 0;
}
.header-style11 .header-mid .sw-revo-cart .top-form.top-form-minicart .top-minicart-icon {
  height: 44px;
  width: 44px;
  border: 1px solid #484848;
  background: url('../assets/img/icon-cart-home11.png') no-repeat center center transparent;
  margin-right: 53px;
  position: relative;
}
.rtl .header-style11 .header-mid .sw-revo-cart .top-form.top-form-minicart .top-minicart-icon {
  margin-left: 53px;
  margin-right: 0;
}
.header-style11 .header-mid .sw-revo-cart .top-form.top-form-minicart .top-minicart-icon .cart-contents .minicart-number {
  display: block;
  width: 22px;
  height: 22px;
  line-height: 22px;
  background-color: #d263ee;
  text-align: center;
  color: #fff;
}
.header-style11 .header-mid .sw-revo-cart .top-form.top-form-minicart .top-minicart-icon .cart-contents .text-cart {
  font-size: 12px;
  color: #fff;
  text-transform: capitalize;
  position: absolute;
  right: -53px;
  top: 15px;
}
.rtl .header-style11 .header-mid .sw-revo-cart .top-form.top-form-minicart .top-minicart-icon .cart-contents .text-cart {
  left: -53px;
  right: auto;
}
.block-text-home11 {
  position: relative;
  z-index: 3;
}
.block-text-home11 .item {
  text-align: center;
  cursor: pointer;
  padding: 10px 15px 0;
}
.block-text-home11 .item:hover .item-content h3 {
  color: #d263ee;
}
.block-text-home11 .item.free-ship .icon {
  background: url('../assets/img/icon-free-ship.png') no-repeat center center #363636;
}
.block-text-home11 .item.free-ship:hover .icon {
  background: url('../assets/img/icon-free-ship.png') no-repeat center center #d263ee;
}
.block-text-home11 .item.money .icon {
  background: url('../assets/img/icon-money.png') no-repeat center center #363636;
}
.block-text-home11 .item.money:hover .icon {
  background: url('../assets/img/icon-money.png') no-repeat center center #d263ee;
}
.block-text-home11 .item.support .icon {
  background: url('../assets/img/icon-support.png') no-repeat center center #363636;
}
.block-text-home11 .item.support:hover .icon {
  background: url('../assets/img/icon-support.png') no-repeat center center #d263ee;
}
.block-text-home11 .item .icon {
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-bottom: 15px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.block-text-home11 .item .item-content {
  text-align: center;
}
.block-text-home11 .item .item-content h3 {
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
  margin-bottom: 5px;
}
.block-text-home11 .item .item-content p {
  font-size: 14px;
  color: #c5c5c5;
}
.sw-category-slider4 .resp-slider-container {
  overflow: hidden;
}
.sw-category-slider4 .resp-slider-container .item {
  float: left;
  position: relative;
  width: 33.333%;
  min-height: 225px;
  background-color: #131313;
  cursor: pointer;
}
.sw-category-slider4 .resp-slider-container .item:hover .item-image img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transform: translate(3%,0);
  -moz-transform: translate(3%,0);
  -o-transform: translate(3%,0);
  -ms-transform: translate(3%,0);
  transform: translate(3%,0);
}
.sw-category-slider4 .resp-slider-container .item:hover .item-content {
  -webkit-transform: translate(0,5%);
  -moz-transform: translate(0,5%);
  -o-transform: translate(0,5%);
  -ms-transform: translate(0,5%);
  transform: translate(0,5%);
}
.rtl .sw-category-slider4 .resp-slider-container .item {
  float: right;
}
.sw-category-slider4 .resp-slider-container .item:nth-child(2n) {
  background-color: #222;
}
.sw-category-slider4 .resp-slider-container .item:nth-child(5) .item-image {
  bottom: 0;
}
.sw-category-slider4 .resp-slider-container .item .item-image {
  position: absolute;
  bottom: 15px;
  right: 20px;
}
.rtl .sw-category-slider4 .resp-slider-container .item .item-image {
  left: 20px;
  right: auto;
}
.sw-category-slider4 .resp-slider-container .item .item-image img {
  margin-bottom: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.sw-category-slider4 .resp-slider-container .item .item-content {
  position: absolute;
  top: 20px;
  left: 30px;
  -webkit-transition: all 450ms ease-out;
  -moz-transition: all 450ms ease-out;
  -o-transition: all 450ms ease-out;
  -ms-transition: all 450ms ease-out;
  transition: all 450ms ease-out;
}
.rtl .sw-category-slider4 .resp-slider-container .item .item-content {
  right: 30px;
  left: auto;
}
.sw-category-slider4 .resp-slider-container .item .item-content h3 a {
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
}
.sw-category-slider4 .resp-slider-container .item .item-content h3 a:hover {
  color: #d263ee;
}
.sw-category-slider4 .resp-slider-container .item .item-content .product-count {
  font-size: 14px;
  color: rgba(255,255,255,0.4);
  font-family: 'Raleway';
}
.sw-category-slider4 .resp-slider-container .item .item-content .shop-now a {
  font-size: 12px;
  color: #d263ee;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
  margin-top: 28px;
}
.sw-category-slider4 .resp-slider-container .item .item-content .shop-now a i {
  margin: 0 10px;
}
.news-letter .wrap-content {
  text-align: center;
  padding: 45px 0 45px;
}
.news-letter .wrap-content h3 {
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  margin: 0;
}
.news-letter .wrap-content .des {
  font-size: 13px;
  color: #7d7d7d;
  padding: 10px 0 15px;
}
.news-letter .wrap-content .mc4wp-form {
  display: inline-block;
}
.news-letter .wrap-content .mc4wp-form input[type="email"] {
  height: 44px;
  min-width: 305px;
  border-radius: 22px;
  background-color: #fff;
  border: 0;
  color: #898989;
  padding: 0 20px;
  margin: 0 10px 0 0;
}
.rtl .news-letter .wrap-content .mc4wp-form input[type="email"] {
  margin: 0 0 0 10px;
}
.news-letter .wrap-content .mc4wp-form input[type="submit"] {
  height: 44px;
  padding: 0 42px;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  border-radius: 22px;
  background-color: #d263ee;
}
.news-letter .wrap-content .mc4wp-form input[type="submit"]:hover {
  background-color: #c535e9;
}
.sw_tab_countdown2 {
  position: relative;
}
.sw_tab_countdown2 .block-title h3 {
  margin-bottom: 170px !important;
}
.sw_tab_countdown2 .tab-countdown-slide {
  overflow: hidden;
}
.sw_tab_countdown2 .tab-countdown-slide .top-tab-slider {
  float: left;
  display: block;
  max-width: 100px;
  width: 100%;
  position: relative;
}
.rtl .sw_tab_countdown2 .tab-countdown-slide .top-tab-slider {
  float: right;
}
.sw_tab_countdown2 .tab-countdown-slide .top-tab-slider .sw-tab-slider ul {
  margin: 0;
  border: 0;
}
.sw_tab_countdown2 .tab-countdown-slide .top-tab-slider .sw-tab-slider ul .slick-slide {
  border: 1px solid #3a3a3a;
  background-color: #222;
  margin: 0 0 24px;
}
.sw_tab_countdown2 .tab-countdown-slide .top-tab-slider .sw-tab-slider ul .slick-slide:hover {
  border: 1px solid #d263ee;
}
.sw_tab_countdown2 .tab-countdown-slide .top-tab-slider .sw-tab-slider ul .slick-slide.active {
  border: 1px solid #d263ee;
}
.sw_tab_countdown2 .tab-countdown-slide .top-tab-slider .sw-tab-slider ul .slick-slide a {
  background-color: #222;
}
.sw_tab_countdown2 .tab-countdown-slide .tab-content {
  float: right;
  width: 1040px;
}
.rtl .sw_tab_countdown2 .tab-countdown-slide .tab-content {
  float: left;
}
.sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap {
  background-color: transparent;
}
.sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap:hover .item-detail .item-content h4 a,
.sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap:hover .item-detail .item-content .item-price {
  opacity: 1;
}
.sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail {
  overflow: hidden;
  position: static;
}
.sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .products-thumb {
  float: left;
  max-width: 470px;
  margin-right: 40px;
  background-color: #222;
  border: 1px solid #3a3a3a;
}
.rtl .sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .products-thumb {
  float: right;
  margin-left: 40px;
  margin-right: 0;
}
.sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content {
  float: left;
  max-width: 530px;
  text-align: left;
}
.rtl .sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content {
  float: right;
  text-align: right;
}
.sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .product-countdown {
  width: 535px;
  position: absolute;
  top: 80px;
  left: 50%;
  margin-left: -266px;
}
.sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .product-countdown .countdown-show4 .countdown-section {
  display: inline-block;
  width: 100px;
  height: 100px;
  margin-right: 44px;
  background-color: #131313;
  border-radius: 5px;
  text-align: center;
  padding: 22px 0;
  position: relative;
}
.rtl .sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .product-countdown .countdown-show4 .countdown-section {
  margin-left: 44px;
  margin-right: 0;
}
.sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .product-countdown .countdown-show4 .countdown-section:last-child {
  margin: 0;
}
.sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .product-countdown .countdown-show4 .countdown-section.secs:before {
  content: '';
}
.sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .product-countdown .countdown-show4 .countdown-section:before {
  content: ':';
  color: #777;
  position: absolute;
  top: 30px;
  right: -27px;
  font-size: 28px;
}
.rtl .sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .product-countdown .countdown-show4 .countdown-section:before {
  left: -27px;
  right: auto;
}
.sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .product-countdown .countdown-show4 .countdown-section .countdown-amount {
  display: block;
  font-size: 30px;
  font-weight: 700;
  color: #fff;
}
.sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .product-countdown .countdown-show4 .countdown-section .countdown-period {
  font-size: 16px;
  color: #777;
  text-transform: capitalize;
  font-weight: 500;
}
.sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content h4 a {
  font-size: 30px;
  color: #555;
  text-transform: capitalize;
  font-weight: 700;
  padding: 35px 0 0;
  display: block;
}
.sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content h4 a:hover {
  color: #d263ee;
}
.sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .reviews-content {
  display: block;
  float: none;
  padding: 30px 0 35px;
}
.sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .reviews-content div.star {
  background: url('../assets/img/star1.png') repeat center center;
  width: 65px;
  height: 11px;
}
.sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .reviews-content div.star span {
  top: 1px;
  padding-top: 2.5em;
  background: url('../assets/img/star1-active.png') repeat left center;
}
.sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .description {
  font-size: 13px;
  color: #777;
  line-height: 22px;
  border-top: 1px solid rgba(229,229,229,0.2);
  padding: 40px 0 36px;
}
.sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-price {
  font-size: 30px;
  font-family: 'Raleway';
  margin: 0 0 75px;
}
.sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-price del {
  font-size: 22px;
  margin-right: 20px;
  font-weight: 600;
  color: #7d7d7d;
  line-height: 34px;
}
.sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-price ins {
  font-size: 30px;
  font-weight: 700;
}
.sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-button .add_to_cart_button,
.sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-button .product_type_external,
.sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-button .product_type_grouped {
  float: left;
  margin-right: 10px;
  letter-spacing: 1px;
  display: inline-block;
  font-family: 'Raleway';
  font-weight: 700;
  height: 50px;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  padding: 0 40px 0 82px;
  line-height: 50px;
  background: url('../assets/img/icon-button-cart2.png') no-repeat left 50px center #d263ee;
}
.sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-button .add_to_cart_button:hover,
.sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-button .product_type_external:hover,
.sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-button .product_type_grouped:hover {
  background-color: #cb4ceb;
}
.rtl .sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-button .add_to_cart_button,
.rtl .sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-button .product_type_external,
.rtl .sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-button .product_type_grouped {
  float: right;
  margin-left: 10px;
  margin-right: 0;
}
.sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-button .button-group {
  overflow: hidden;
}
.sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-button .button-group .clear {
  clear: none;
}
.sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,
.sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before {
  content: '\f004';
}
.sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:after,
.sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:after,
.sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:after {
  content: '';
  width: 1px;
  height: 11px;
  position: absolute;
  top: 20px;
  right: 0;
  background-color: rgba(255,255,255,0.15);
}
.rtl .sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:after,
.rtl .sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:after,
.rtl .sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:after {
  left: 0;
  right: auto;
}
.sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-button .button-group a.compare:before {
  content: '\f0ec';
}
.sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-button .button-group a.compare:after {
  content: '';
  width: 1px;
  height: 11px;
  position: absolute;
  top: 20px;
  right: 0;
  background-color: rgba(255,255,255,0.15);
}
.rtl .sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-button .button-group a.compare:after {
  left: 0;
  right: auto;
}
.sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-button .button-group a.sw-quickview:before {
  content: '\f002';
}
.sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
.sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-button .button-group a.compare,
.sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-button .button-group a.sw-quickview {
  float: left;
  display: inline-block;
  width: 75px;
  height: 50px;
  vertical-align: top;
  padding: 0;
  margin: 0;
  font-size: 0;
  overflow: hidden;
  position: relative;
  background-color: #222;
  border-radius: 0;
  text-align: center;
  line-height: 50px;
}
.rtl .sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.rtl .sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.rtl .sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
.rtl .sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-button .button-group a.compare,
.rtl .sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-button .button-group a.sw-quickview {
  float: right;
}
.sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,
.sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before,
.sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-button .button-group a.compare:before,
.sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-button .button-group a.sw-quickview:before {
  font-family: 'FontAwesome';
  font-size: 14px;
  color: #ccc;
}
.sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover:before,
.sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover:before,
.sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover:before,
.sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-button .button-group a.compare:hover:before,
.sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-button .button-group a.sw-quickview:hover:before {
  color: #d263ee;
}
.sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist .ajax-loading {
  position: absolute;
}
.sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-button .button-group .add_to_cart_button,
.sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-button .button-group .product_type_external,
.sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-button .button-group .product_type_grouped,
.sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist,
.sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-button .button-group a.compare,
.sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-button .button-group .group.fancybox {
  display: inline-block;
  vertical-align: top;
  float: left;
  margin: 0;
  border-radius: 0;
}
.rtl .sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-button .button-group .add_to_cart_button,
.rtl .sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-button .button-group .product_type_external,
.rtl .sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-button .button-group .product_type_grouped,
.rtl .sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist,
.rtl .sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-button .button-group a.compare,
.rtl .sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-button .button-group .group.fancybox {
  float: right;
}
.sw-latest-review {
  padding: 5px 0 40px;
  position: relative;
}
.sw-latest-review .res-button {
  width: 40px;
  height: 40px;
  background-color: transparent;
  line-height: 38px;
  border: 1px solid #3a3a3a;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  text-align: center;
  cursor: pointer;
  margin-top: -20px;
  z-index: 3;
}
.sw-latest-review .res-button:before {
  content: '';
  font-family: FontAwesome;
  font-size: 26px;
  color: #898989;
}
.sw-latest-review .res-button:hover {
  background-color: #d263ee;
  border: 1px solid #d263ee;
}
.sw-latest-review .res-button:hover:before {
  color: #fff;
}
.sw-latest-review .res-button.slick-next {
  top: 35%;
  right: -55px;
  left: auto;
}
.sw-latest-review .res-button.slick-next:before {
  content: '\f105';
}
.sw-latest-review .res-button.slick-prev {
  top: 35%;
  left: -55px;
  right: auto;
}
.sw-latest-review .res-button.slick-prev:before {
  content: '\f104';
}
.sw-latest-review .resp-slider-container .slider .slick-list {
  margin: 0 -15px;
}
.sw-latest-review .resp-slider-container .slider .slick-list .item {
  padding: 0 15px;
}
.sw-latest-review .resp-slider-container .slider .slick-list .item .item-content-top {
  overflow: hidden;
  margin-bottom: 13px;
}
.sw-latest-review .resp-slider-container .slider .slick-list .item .item-content-top h4 {
  float: left;
  font-size: 14px;
  color: #fff;
  text-transform: capitalize;
  margin-right: 10px;
}
.rtl .sw-latest-review .resp-slider-container .slider .slick-list .item .item-content-top h4 {
  float: right;
  margin-left: 10px;
  margin-right: 0;
}
.sw-latest-review .resp-slider-container .slider .slick-list .item .item-content-top .item-revivew {
  margin: 0;
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: top;
  background: url('../assets/img/star1.png') repeat center center;
  width: 65px;
  height: 11px;
}
.sw-latest-review .resp-slider-container .slider .slick-list .item .item-content-top .item-revivew span {
  padding-top: 2.5em;
  background: url('../assets/img/star1-active.png') repeat left center;
  float: left;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
}
.sw-latest-review .resp-slider-container .slider .slick-list .item .item-content {
  font-size: 13px;
  color: #545454;
}
.sw-latest-review .resp-slider-container .slider .slick-list .item .item-date {
  font-size: 12px;
  color: #545454;
  text-align: right;
}
.rtl .sw-latest-review .resp-slider-container .slider .slick-list .item .item-date {
  text-align: left;
}
.sw-latest-review .resp-slider-container .slider .slick-list .item .item-post {
  font-size: 12px;
  margin: 10px 0;
}
.sw-latest-review .resp-slider-container .slider .slick-list .item .item-post a {
  font-size: 14px;
  color: #545454;
}
.sw-latest-review .resp-slider-container .slider .slick-list .item .item-post a:hover {
  color: #d263ee;
}
.home-style11 .header-style11 {
  position: absolute;
  top: 0;
  z-index: 3;
  width: 100%;
}
.home-style11 .block-title h3 {
  text-align: center;
  position: relative;
  padding: 15px 0;
  font-size: 18px;
  color: #fff;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-weight: 700;
  border: 0;
}
.home-style11 .block-title h3:before {
  width: 100px;
  content: '';
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -50px;
  background-color: #d263ee;
}
.home-style11 .featured-product {
  padding: 60px 0;
  position: relative;
}
.home-style11 .featured-product .res-button {
  width: 28px;
  height: 28px;
  background-color: transparent;
  line-height: 24px;
  border: 2px solid rgba(195,195,195,0.4);
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  text-align: center;
  cursor: pointer;
  top: 85px;
  z-index: 3;
}
.home-style11 .featured-product .res-button:before {
  content: '';
  font-family: FontAwesome;
  font-size: 16px;
  color: rgba(195,195,195,0.6);
}
.home-style11 .featured-product .res-button:hover {
  border: 2px solid #c3c3c3;
}
.home-style11 .featured-product .res-button:hover:before {
  color: #e8e8e8;
}
.home-style11 .featured-product .res-button.slick-next {
  right: 0;
  left: auto;
}
.home-style11 .featured-product .res-button.slick-next:before {
  content: '\f0da';
}
.home-style11 .featured-product .res-button.slick-prev {
  right: 35px;
  left: auto;
}
.home-style11 .featured-product .res-button.slick-prev:before {
  content: '\f0d9 ';
}
.home-style11 .featured-product .slider .slick-list {
  position: relative;
}
.home-style11 .featured-product .slider .slick-list:before {
  content: '';
  height: 100%;
  width: 1px;
  background-color: #3a3a3a;
  position: absolute;
  top: 0;
  left: 0px;
  z-index: 2;
}
.home-style11 .featured-product .item .item-wrap {
  background-color: #222;
  border: 1px solid #3a3a3a;
  border-left: 0;
}
.home-style11 .featured-product .item .item-wrap .item-detail .item-content {
  padding: 0 0 18px;
}
.home-style11 .featured-product .item .item-wrap .item-detail .item-content h4 a {
  color: #fff;
}
.home-style11 .featured-product .item .item-wrap .item-detail .item-content h4 a:hover {
  color: #d263ee;
}
.home-style11 .responsive-post-slider {
  background-color: transparent;
  margin: 29px 0 70px;
}
.home-style11 .responsive-post-slider .resp-slider-container .slider .item .item-detail .img_over {
  overflow: hidden;
}
.home-style11 .responsive-post-slider .resp-slider-container .slider .item .item-detail .img_over:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 1;
}
.home-style11 .responsive-post-slider .resp-slider-container .slider .item .item-detail .img_over img {
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  -ms-transition: all 0.7s;
  transition: all 0.7s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.home-style11 .responsive-post-slider .resp-slider-container .slider .item .item-detail .img_over:before {
  border: 0;
}
.home-style11 .responsive-post-slider .resp-slider-container .slider .item .item-detail .img_over .entry-date {
  display: none;
}
.home-style11 .responsive-post-slider .resp-slider-container .slider .item .item-detail .entry-content {
  padding: 20px;
  background-color: #1a1a1a;
}
.home-style11 .responsive-post-slider .resp-slider-container .slider .item .item-detail .entry-content h4 {
  margin: 0;
}
.home-style11 .responsive-post-slider .resp-slider-container .slider .item .item-detail .entry-content h4 a {
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  text-transform: none;
}
.home-style11 .responsive-post-slider .resp-slider-container .slider .item .item-detail .entry-content h4 a:hover {
  color: #d263ee;
}
.home-style11 .responsive-post-slider .resp-slider-container .slider .item .item-detail .entry-content .entry-meta {
  color: #909090;
}
.home-style11 .responsive-post-slider .resp-slider-container .slider .item .item-detail .entry-content .readmore {
  border: 0;
  padding: 10px 0 0;
}
.home-style11 .footer .footer-menu.style4 {
  padding: 8px 0 15px;
}
.home-style11 .footer .footer-menu.style4 .footer-top11 {
  padding: 40px 0 0;
}
.home-style11 .footer .footer-copyright {
  background-color: #d263ee;
  padding: 10px 0;
}
.home-style11 .footer .footer-copyright .copyright-text {
  float: left;
}
.home-style11 .footer .footer-copyright .sidebar-copyright {
  float: right;
}
.home-style11 .footer .footer-copyright .copyright-text p {
  color: #222;
  line-height: 20px;
  padding: 10px 0;
  margin: 0;
}
.home-style11 .footer .footer-copyright .copyright-text p a {
  color: #222;
}
.home-style11 .footer .footer-copyright .copyright-text p a:hover {
  color: #d263ee;
}
.home-style11.rtl .footer .footer-copyright .copyright-text {
  float: right;
}
.home-style11.rtl .footer .footer-copyright .sidebar-copyright {
  float: left;
}
@media (max-width: 1199px) {
  .header-style11 .header-mid .search-cate {
    position: relative;
  }
  .header-style11 .header-mid .search-cate .search-icon {
    opacity: 1;
    visibility: visible;
    height: auto;
  }
  .header-style11 .header-mid .search-cate .top-form.top-search {
    position: absolute;
    right: 0;
    top: 50px;
    display: none;
  }
  .rtl .header-style11 .header-mid .search-cate .top-form.top-search {
    left: 0;
    right: auto;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sw_tab_countdown2 .tab-countdown-slide .top-tab-slider {
    width: 100px;
  }
  .sw_tab_countdown2 .tab-countdown-slide .top-tab-slider .sw-tab-slider ul .slick-slide {
    margin: 0 0 17px;
  }
  .sw_tab_countdown2 .tab-countdown-slide .tab-content {
    width: 850px;
  }
  .sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .products-thumb {
    max-width: 450px;
    margin-right: 20px;
  }
  .sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content {
    max-width: 380px;
  }
  .rtl .sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content {
    max-width: 360px;
  }
  .sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-price {
    margin: 0 0 45px;
  }
  .sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content h4 a {
    padding-top: 10px;
  }
  .sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .description {
    padding: 30px 0 26px;
  }
  .sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-button .add_to_cart_button,
  .sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-button .product_type_external,
  .sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-button .product_type_grouped {
    padding: 0 20px 0 40px;
    background: url('../assets/img/icon-button-cart2.png') no-repeat left 15px center #d263ee;
  }
  .sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
  .sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
  .sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
  .sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-button .button-group a.compare,
  .sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-button .button-group a.sw-quickview {
    float: left;
    display: inline-block;
    width: 65px;
    height: 50px;
    vertical-align: top;
    padding: 0;
    margin: 0;
    font-size: 0;
    overflow: hidden;
    position: relative;
    background-color: #222;
    border-radius: 0;
    text-align: center;
    line-height: 50px;
  }
  .rtl .sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
  .rtl .sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
  .rtl .sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
  .rtl .sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-button .button-group a.compare,
  .rtl .sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-button .button-group a.sw-quickview {
    float: right;
    width: 62px;
  }
  .sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,
  .sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
  .sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before,
  .sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-button .button-group a.compare:before,
  .sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-button .button-group a.sw-quickview:before {
    font-family: 'FontAwesome';
    font-size: 14px;
    color: #ccc;
  }
  .sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover:before,
  .sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover:before,
  .sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover:before,
  .sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-button .button-group a.compare:hover:before,
  .sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-button .button-group a.sw-quickview:hover:before {
    color: #d263ee;
  }
}
@media (max-width: 991px) {
  .sw_tab_countdown2 .tab-countdown-slide .top-tab-slider {
    display: none;
  }
  .sw_tab_countdown2 .tab-countdown-slide .top-tab-slider-full {
    display: block;
    margin: 0 110px 30px;
  }
  .sw_tab_countdown2 .tab-countdown-slide .top-tab-slider-full .sw-tab-slider2 {
    text-align: center;
  }
  .sw_tab_countdown2 .tab-countdown-slide .top-tab-slider-full .sw-tab-slider2 ul {
    border: 0;
  }
  .sw_tab_countdown2 .tab-countdown-slide .top-tab-slider-full .sw-tab-slider2 ul .slick-list li.slick-slide a {
    border: 1px solid #3a3a3a;
    display: inline-block;
    width: 100px;
    background-color: #222;
  }
  .sw_tab_countdown2 .tab-countdown-slide .top-tab-slider-full .sw-tab-slider2 ul .slick-list li.slick-slide a:hover {
    border: 1px solid #d263ee;
  }
  .sw_tab_countdown2 .tab-countdown-slide .tab-content {
    float: none;
    width: auto;
  }
  .sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .products-thumb {
    float: none;
    max-width: 100%;
  }
  .sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content {
    float: none;
    max-width: 100%;
    display: block;
  }
  .header-style11 .resmenu-container .menu-responsive-wrapper {
    top: 120px;
  }
  .sw-category-slider4 .resp-slider-container .item {
    width: 50%;
  }
  .home-style11 .footer .footer-copyright .sidebar-copyright,
  .home-style11 .footer .footer-copyright .copyright-text {
    float: none;
  }
  .home-style11.rtl .footer .footer-copyright .sidebar-copyright,
  .home-style11.rtl .footer .footer-copyright .copyright-text {
    float: none;
  }
  .home-style11 .footer .footer-copyright {
    padding: 10px 0 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-style11 #main-menu .primary-menu .resmenu-container .navbar-toggle .icon-bar {
    background-color: #fff;
  }
  .header-style11 .header-mid > .container {
    padding: 25px 15px 20px;
  }
  .header-style11 .header-mid > .container .search-cate {
    margin: 25px 0 0;
  }
  .header-style11 .header-mid > .container .search-cate .search-icon .fa {
    line-height: normal;
  }
}
@media (max-width: 767px) {
  .home-style11 .responsive-post-slider .res-button {
    display: none !important;
  }
  .header-style11 .header-mid.sticky-menu {
    position: relative;
  }
  .home-style11 .header-style11 {
    position: relative;
    top: auto;
  }
  .header-style11 #main-menu .primary-menu .resmenu-container .navbar-toggle {
    margin-left: 40px;
  }
  .rtl .header-style11 #main-menu .primary-menu .resmenu-container .navbar-toggle {
    margin-right: 40px;
    margin-left: 0;
  }
  .header-style11 #main-menu .primary-menu .resmenu-container .navbar-toggle .icon-bar {
    background-color: #fff;
  }
  .header-style11 .header-top {
    text-align: center;
  }
  .header-style11 .header-top .top-header {
    display: inline-block;
  }
  .header-style11 .header-top .top-header .block-text-left {
    display: none;
  }
  .sw-category-slider4 .resp-slider-container .res-button {
    display: none !important;
  }
  .header-style11 .header-mid > .container {
    padding: 25px 15px 15px;
  }
  .header-style11 .header-mid > .container .search-cate {
    margin: 25px 0 0;
  }
  .header-style11 .header-mid > .container .search-cate .search-icon .fa {
    line-height: normal;
  }
  .sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-button .button-group  a.sw-quickview {
    display: none;
  }
  .sw_tab_countdown2 .tab-countdown-slide .top-tab-slider-full .sw-tab-slider2 ul {
    margin: 0;
  }
}
@media (max-width: 640px) {
  .sw_tab_countdown2 .tab-countdown-slide .top-tab-slider-full {
    margin: 0 0 30px;
  }
  .sw_tab_countdown2 .tab-countdown-slide .top-tab-slider-full .sw-tab-slider2 {
    text-align: center;
  }
  .sw_tab_countdown2 .tab-countdown-slide .top-tab-slider-full .sw-tab-slider2 ul .slick-list li.slick-slide a {
    margin: 0 30px;
  }
  .header-style11 .resmenu-container .menu-responsive-wrapper {
    top: 195px;
  }
}
@media (max-width: 480px) {
  .sw-category-slider4 .resp-slider-container .item {
    width: 100%;
  }
  .sw_tab_countdown2 .tab-countdown-slide .tab-content {
    width: 850px;
  }
  .sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content {
    max-width: 380px;
  }
  .sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-button .add_to_cart_button,
  .sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-button .product_type_external,
  .sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-button .product_type_grouped {
    padding: 0 20px 0 40px;
    background: url('../assets/img/icon-button-cart2.png') no-repeat left 15px center #d263ee;
  }
  .sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
  .sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
  .sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
  .sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-button .button-group a.compare,
  .sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-button .button-group a.sw-quickview {
    width: 65px;
  }
  .sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .products-thumb {
    display: block;
    float: none;
    max-width: 448px;
    margin: 0;
  }
  .sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .products-thumb a {
    display: block;
  }
  .sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .product-countdown {
    width: 420px;
    margin-left: -205px;
  }
  .sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .product-countdown .countdown-show4 .countdown-section {
    height: 80px;
    width: 80px;
    margin-right: 30px;
  }
  .sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .product-countdown .countdown-show4 .countdown-section:before {
    top: 20px;
    right: -20px;
  }
  .sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .product-countdown .countdown-show4 .countdown-section .countdown-amount {
    font-size: 24px;
  }
  .sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .product-countdown .countdown-show4 .countdown-section .countdown-period {
    font-size: 14px;
  }
  .rtl .sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .product-countdown .countdown-show4 .countdown-section {
    margin-left: 30px;
    margin-right: 0;
  }
  .news-letter .wrap-content .mc4wp-form input[type="email"] {
    margin-bottom: 10px;
  }
  .rtl .news-letter .wrap-content .mc4wp-form input[type="email"] {
    margin-bottom: 10px;
  }
  .rtl .sw_tab_countdown2 .tab-countdown-slide .tab-content {
    float: none;
    width: auto;
  }
  .rtl .sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .products-thumb {
    margin: 0;
  }
  .rtl .sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .product-countdown .countdown-section.secs {
    margin: 0 0 10px;
  }
}
@media (max-width: 360px) {
  .sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .product-countdown {
    width: 230px;
    margin-left: -95px;
  }
  .sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .product-countdown .countdown-show4 .countdown-section {
    margin-bottom: 30px;
  }
  .sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .product-countdown .countdown-show4 .countdown-section:before {
    content: '';
  }
  .sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .products-thumb {
    max-width: 330px;
  }
  .sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .products-thumb {
    max-width: 290px;
  }
  .rtl .sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .products-thumb {
    max-width: 330px;
  }
  .sw_tab_countdown2 .tab-countdown-slide .top-tab-slider-full {
    margin: 60px 0 30px;
  }
  .sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .product-countdown {
    margin-left: -135px;
  }
}
.header-style12 {
  margin-bottom: 15px;
}
.home-style12 .header-style12 {
  margin-bottom: 0;
}
.header-style12 .header-top .block-text-left {
  padding-top: 9px;
  color: #222;
}
.header-style12 .header-top .block-text-left a {
  margin-left: 10px;
  border-left: 1px #ccc solid;
  padding-left: 10px;
}
.header-style12 .header-top .top-banner .widget_sp_image {
  margin: 0;
}
.header-style12 .header-top .top-banner .widget_sp_image a img {
  min-height: 60px;
}
.header-style12 .header-top .top-banner .widget_media_image img {
  margin: 0;
  min-height: 60px;
}
.header-style12 .revo_top {
  padding-top: 14px;
}
.header-style12 .header-mid {
  padding: 27px 0 34px 0;
}
.header-style12 .header-mid .search-cate .top-form .topsearch-entry {
  padding-left: 0;
}
.rtl .header-style12 .header-mid .search-cate .top-form .topsearch-entry {
  padding-right: 0;
}
.header-style12 .header-mid .search-cate .top-form .topsearch-entry .cat-wrapper {
  display: none;
}
.header-style12 .header-mid .search-cate .top-form .topsearch-entry input {
  border: 1px solid #efefef;
  height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 0;
}
.header-style12 .header-mid .search-cate .top-form .topsearch-entry .button-search-pro {
  background-color: #464646;
  border-radius: 0;
  height: 40px;
  line-height: 40px;
  width: auto;
  padding: 0 40px;
}
.header-style12 .header-mid .search-cate .top-form .topsearch-entry .button-search-pro:hover {
  background-color: #e677ff;
}
.header-style12 .header-mid .mid-header {
  margin-top: 15px;
  margin-right: 15px;
}
.rtl .header-style12 .header-mid .mid-header {
  margin-right: 0;
  margin-left: 15px;
}
.header-style12 .header-mid .mid-header .top-form.top-form-minicart {
  padding: 0;
}
.header-style12 .header-mid .mid-header .top-form.top-form-minicart .top-minicart-icon {
  width: auto;
  height: auto;
  text-align: left;
  border-radius: 0;
  background: url("../assets/img/icon-cart12.png") no-repeat 4px 7px #fff;
}
.rtl .header-style12 .header-mid .mid-header .top-form.top-form-minicart .top-minicart-icon {
  text-align: right;
  background-position: 108px 7px;
}
.header-style12 .header-mid .mid-header .top-form.top-form-minicart .top-minicart-icon .title-cart {
  float: left;
  margin-top: 4px;
  margin-left: 40px;
}
.rtl .header-style12 .header-mid .mid-header .top-form.top-form-minicart .top-minicart-icon .title-cart {
  float: right;
  margin-left: 0;
  margin-right: 40px;
  direction: ltr;
}
.header-style12 .header-mid .mid-header .top-form.top-form-minicart .top-minicart-icon .title-cart h3 {
  font-weight: bold;
  font-size: 13px;
  color: #222;
  margin-bottom: 1px;
  text-transform: uppercase;
}
.header-style12 .header-mid .mid-header .top-form.top-form-minicart .top-minicart-icon .title-cart a {
  font-size: 13px;
  color: #d263ee;
}
.header-style12 .header-mid .sw-setting {
  margin-top: 21px;
  position: relative;
}
.header-style12 .header-mid .sw-setting i {
  font-size: 26px;
  color: #222;
  padding: 0px 15px;
  cursor: pointer;
  margin-right: 12px;
  border-right: 1px #ccc solid;
}
.header-style12 .header-mid .sw-setting i:hover {
  color: #d263ee;
}
.rtl .header-style12 .header-mid .sw-setting i {
  margin-right: 0;
  margin-left: 12px;
  border-right: none;
  border-left: 1px #ccc solid;
}
.header-style12 .header-mid .sw-setting .mid-header3 {
  position: absolute;
  display: none;
  box-shadow: 0px 1px 1px 1px #ccc;
  top: 40px;
  background: #fff;
  right: -30px;
  z-index: 9;
  min-width: 280px;
  padding: 15px 20px;
}
.rtl .header-style12 .header-mid .sw-setting .mid-header3 {
  right: auto;
  left: -30px;
}
.header-style12 .header-mid .sw-setting .mid-header3 h3 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  color: #222;
  background: url("../assets/img/icon-setting.png") no-repeat 0px 5px;
  padding: 10px 0 10px 35px;
}
.header-style12 .header-mid .sw-setting .mid-header3 ul li {
  color: #666;
  line-height: 26px;
}
.header-style12 .header-bottom {
  background: #303030;
}
.header-style12 .header-bottom .nav-pills >li > a {
  padding: 15px 18px;
  color: #fff;
}
.header-style12 .header-bottom .nav-pills >li > a:hover {
  color: #d263ee;
}
.header-style12 .header-bottom .nav-pills >li.dropdown > a:after {
  display: none;
}
.header-style12 .header-bottom .nav-pills.nav-mega .revo-mega-menu.revo-menu-img > a span.menu-img {
  display: none;
}
.header-style12 .header-bottom .header-right {
  margin-right: 15px;
}
.rtl .header-style12 .header-bottom .header-right {
  margin-right: 0;
  margin-left: 15px;
}
.header-style12 .header-bottom .header-right .sw_social ul {
  list-style: none;
  margin: 0;
  background: #454545;
  padding: 11px 10px;
}
.header-style12 .header-bottom .header-right .sw_social ul li {
  display: inline-block;
  vertical-align: top;
}
.header-style12 .header-bottom .header-right .sw_social ul li a {
  color: #ccc;
  display: block;
  padding: 5px 3px;
}
.header-style12 .header-bottom .header-right .sw_social ul li a:hover {
  color: #d263ee;
}
.header-style12 .header-bottom .sticky-cart,
.header-style12 .header-bottom .top-header {
  display: none;
}
.header-style12 .header-bottom .sticky-cart {
  margin-top: 5px;
}
.header-style12 .header-bottom .sticky-search {
  position: relative;
  display: none;
}
.header-style12 .header-bottom .sticky-search i {
  color: #222;
  text-align: center;
  margin-top: 18px;
  font-size: 16px;
  width: 40px;
  height: 40px;
  line-height: 35px;
  cursor: pointer;
}
.header-style12 .header-bottom .sticky-search i:hover {
  color: #d263ee;
}
.header-style12 .header-bottom .sticky-search .sticky-search-content {
  position: absolute;
  top: 66px;
  right: 0;
  display: none;
  min-width: 248px;
}
.rtl .header-style12 .header-bottom .sticky-search .sticky-search-content {
  left: 0;
  right: auto;
}
.header-style12 .header-bottom .sticky-search .sticky-search-content .top-form.top-search .cat-wrapper {
  display: none;
}
.header-style12 .header-bottom .sticky-search .sticky-search-content .top-form.top-search input {
  border: 0;
  border-radius: 0;
  height: 40px;
  float: left;
  padding: 0 20px;
  border: 1px solid #ccc;
}
.rtl .header-style12 .header-bottom .sticky-search .sticky-search-content .top-form.top-search input {
  float: right;
}
.header-style12 .header-bottom .sticky-search .sticky-search-content .top-form.top-search .button-search-pro {
  border: 0;
  border-radius: 0;
  background-color: #d263ee;
  height: 40px;
  color: #fff;
  line-height: 40px;
  display: inline-block;
  width: 50px;
}
.header-style12 .header-bottom .sticky-search .sticky-search-content .top-form.top-search .button-search-pro:hover {
  background-color: #c535e9;
}
.header-style12 .header-bottom.sticky-menu {
  position: fixed;
  background: #fff;
  box-shadow: 0 1px 1px 1px #ccc;
}
.header-style12 .header-bottom.sticky-menu .vertical_megamenu-header .wrapper_vertical_menu {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  transform: translateY(-40px);
}
.header-style12 .header-bottom.sticky-menu .vertical_megamenu-header:hover .wrapper_vertical_menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.header-style12 .header-bottom.sticky-menu .nav-pills >li > a {
  color: #222;
  padding: 24px 18px;
}
.header-style12 .header-bottom.sticky-menu .nav-pills >li > a:hover {
  color: #d263ee;
}
.header-style12 .header-bottom.sticky-menu .nav-pills >li.active >a {
  color: #d263ee;
}
.header-style12 .header-bottom.sticky-menu .sticky-cart,
.header-style12 .header-bottom.sticky-menu .sticky-search {
  display: block;
}
.header-style12 .header-bottom.sticky-menu .top-header {
  display: block;
  padding-top: 6px;
}
.header-style12 .header-bottom.sticky-menu .header-right,
.header-style12 .header-bottom.sticky-menu .vertical_megamenu {
  display: none;
}
.header-style12 .mega-left-title {
  background: #d263ee;
  height: 50px;
  line-height: 54px;
}
.header-style12 .mega-left-title strong {
  font-size: 15px;
}
.header-style12 .mega-left-title:after {
  display: none;
}
.home-style12 .vertical_megamenu-header .wrapper_vertical_menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.home-style12 .sw-brand-container-slider {
  border: none;
  padding: 10px 40px;
}
.home-style12 .sw-brand-container-slider .res-button.slick-prev {
  left: -30px;
}
.home-style12 .sw-brand-container-slider .res-button.slick-next {
  right: -30px;
}
.home-style12 .ares .tp-bullet {
  border-radius: 0;
  width: 30px;
  height: 3px;
}
.home-style12 .sw-brand-container-slider .slider .item-brand-cat {
  float: none;
  display: inline-block;
  vertical-align: middle;
  margin-right: -3px;
}
.sw_tab_countdown3 {
  position: relative;
  margin-bottom: 30px;
}
.sw_tab_countdown3 .block-title h3 {
  font-size: 24px;
  color: #222;
  text-transform: uppercase;
  position: relative;
  padding: 0 0 0 20px;
  margin-bottom: 25px;
}
.rtl .sw_tab_countdown3 .block-title h3 {
  padding: 0 20px 0 0;
}
.sw_tab_countdown3 .block-title h3:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 19px;
  top: 4px;
  left: 0;
  background: #d263ee;
}
.rtl .sw_tab_countdown3 .block-title h3:before {
  left: auto;
  right: 0;
}
.sw_tab_countdown3 .block-title h3 span {
  font-weight: bold;
}
.sw_tab_countdown3 .tab-countdown-slide {
  overflow: hidden;
}
.sw_tab_countdown3 .tab-countdown-slide .top-tab-slider {
  float: left;
  display: block;
  max-width: 100px;
  width: 100%;
  position: relative;
}
.rtl .sw_tab_countdown3 .tab-countdown-slide .top-tab-slider {
  float: right;
}
.sw_tab_countdown3 .tab-countdown-slide .top-tab-slider .sw-tab-slider ul {
  margin: 0;
  border: 0;
}
.sw_tab_countdown3 .tab-countdown-slide .top-tab-slider .sw-tab-slider ul .slick-slide {
  border: 2px solid transparent;
  margin: 0 0 20px;
}
.sw_tab_countdown3 .tab-countdown-slide .top-tab-slider .sw-tab-slider ul .slick-slide:hover {
  border: 2px solid #d263ee;
}
.sw_tab_countdown3 .tab-countdown-slide .top-tab-slider .sw-tab-slider ul .slick-slide.active {
  border: 2px solid #d263ee;
}
.sw_tab_countdown3 .tab-countdown-slide .tab-content {
  float: right;
  width: 1040px;
}
.rtl .sw_tab_countdown3 .tab-countdown-slide .tab-content {
  float: left;
}
.sw_tab_countdown3 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap {
  background-color: transparent;
}
.sw_tab_countdown3 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap:hover .item-detail .item-content h4 a,
.sw_tab_countdown3 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap:hover .item-detail .item-content .item-price {
  opacity: 1;
}
.sw_tab_countdown3 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail {
  overflow: hidden;
  position: static;
}
.sw_tab_countdown3 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .products-thumb {
  float: left;
  max-width: 460px;
  margin-right: 30px;
}
.rtl .sw_tab_countdown3 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .products-thumb {
  float: right;
  margin-left: 30px;
  margin-right: 0;
}
.sw_tab_countdown3 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .products-thumb a {
  position: relative;
  width: 100%;
}
.sw_tab_countdown3 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .products-thumb a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #999;
  opacity: 0.05;
}
.sw_tab_countdown3 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .products-thumb a img {
  width: 100%;
}
.sw_tab_countdown3 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .products-thumb .sale-off {
  top: 15px;
}
.rtl .sw_tab_countdown3 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .products-thumb .sale-off {
  right: auto;
}
.sw_tab_countdown3 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content {
  float: left;
  max-width: 530px;
  text-align: left;
}
.rtl .sw_tab_countdown3 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content {
  float: right;
  text-align: right;
}
.sw_tab_countdown3 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .product-countdown .countdown-show4 .countdown-section {
  display: inline-block;
  width: 70px;
  height: 100px;
  margin-right: 44px;
  border-radius: 5px;
  text-align: center;
  padding: 0 0 22px 0;
  position: relative;
}
.rtl .sw_tab_countdown3 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .product-countdown .countdown-show4 .countdown-section {
  margin-left: 44px;
  margin-right: 0;
}
.sw_tab_countdown3 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .product-countdown .countdown-show4 .countdown-section:last-child {
  margin: 0;
}
.sw_tab_countdown3 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .product-countdown .countdown-show4 .countdown-section.secs:before {
  content: '';
}
.sw_tab_countdown3 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .product-countdown .countdown-show4 .countdown-section:before {
  content: ':';
  color: #222;
  position: absolute;
  top: 3px;
  right: -27px;
  font-size: 28px;
  font-family: 'RobotoBlack';
}
.rtl .sw_tab_countdown3 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .product-countdown .countdown-show4 .countdown-section:before {
  left: -27px;
  right: auto;
}
.sw_tab_countdown3 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .product-countdown .countdown-show4 .countdown-section .countdown-amount {
  display: block;
  background: #f2f2f2;
  font-size: 30px;
  border-radius: 4px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 600;
  color: #222;
}
.sw_tab_countdown3 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .product-countdown .countdown-show4 .countdown-section .countdown-period {
  font-size: 13px;
  color: #7d7d7d;
  text-transform: uppercase;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 500;
}
.sw_tab_countdown3 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content h4 a {
  font-size: 18px;
  color: #222;
  text-transform: capitalize;
  font-weight: 700;
  display: block;
}
.sw_tab_countdown3 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content h4 a:hover {
  color: #d263ee;
}
.sw_tab_countdown3 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .reviews-content {
  display: block;
  float: none;
  padding: 15px 0;
}
.sw_tab_countdown3 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .reviews-content div.star {
  background: url('../assets/img/star1.png') repeat center center;
  width: 65px;
  height: 11px;
}
.sw_tab_countdown3 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .reviews-content div.star span {
  top: 1px;
  padding-top: 2.5em;
  background: url('../assets/img/star1-active.png') repeat left center;
}
.sw_tab_countdown3 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .description {
  font-size: 13px;
  color: #777;
  line-height: 22px;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.sw_tab_countdown3 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-price {
  font-size: 22px;
  margin: 0 0 60px;
}
.sw_tab_countdown3 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-price del {
  font-size: 16px;
  margin-right: 20px;
  font-weight: 600;
  color: #7d7d7d;
  line-height: 34px;
}
.sw_tab_countdown3 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-price ins {
  font-size: 22px;
  font-weight: 700;
}
.sw_tab_countdown3 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-button .add_to_cart_button,
.sw_tab_countdown3 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-button .product_type_external,
.sw_tab_countdown3 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-button .product_type_grouped {
  float: left;
  margin-right: 10px;
  letter-spacing: 1px;
  display: inline-block;
  height: 50px;
  border-radius: 0;
  text-transform: capitalize;
  font-size: 15px;
  color: #fff;
  padding: 0 40px;
  line-height: 50px;
  border-radius: 4px;
  background: #d263ee;
}
.sw_tab_countdown3 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-button .add_to_cart_button:hover,
.sw_tab_countdown3 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-button .product_type_external:hover,
.sw_tab_countdown3 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-button .product_type_grouped:hover {
  background-color: #cb4ceb;
}
.sw_tab_countdown3 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-button .add_to_cart_button:before,
.sw_tab_countdown3 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-button .product_type_external:before,
.sw_tab_countdown3 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-button .product_type_grouped:before {
  content: '\f07a';
  font-family: FontAwesome;
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
}
.rtl .sw_tab_countdown3 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-button .add_to_cart_button:before,
.rtl .sw_tab_countdown3 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-button .product_type_external:before,
.rtl .sw_tab_countdown3 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-button .product_type_grouped:before {
  margin-right: 0;
  margin-left: 5px;
}
.sw_tab_countdown3 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-button .add_to_cart_button.loading,
.sw_tab_countdown3 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-button .product_type_external.loading,
.sw_tab_countdown3 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-button .product_type_grouped.loading {
  background: transparent;
  border: 1px #ccc solid;
}
.rtl .sw_tab_countdown3 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-button .add_to_cart_button,
.rtl .sw_tab_countdown3 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-button .product_type_external,
.rtl .sw_tab_countdown3 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-button .product_type_grouped {
  float: right;
  margin-left: 10px;
  margin-right: 0;
}
.sw_tab_countdown3 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-button .button-group {
  overflow: hidden;
}
.sw_tab_countdown3 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-button .button-group .feedback {
  display: none;
}
.sw_tab_countdown3 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-button .button-group .clear {
  clear: none;
}
.sw_tab_countdown3 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,
.sw_tab_countdown3 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.sw_tab_countdown3 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before {
  content: '\f004';
}
.sw_tab_countdown3 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:after,
.sw_tab_countdown3 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:after,
.sw_tab_countdown3 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:after {
  content: '';
  width: 1px;
  height: 11px;
  position: absolute;
  top: 20px;
  right: 0;
  background-color: rgba(255,255,255,0.15);
}
.rtl .sw_tab_countdown3 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:after,
.rtl .sw_tab_countdown3 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:after,
.rtl .sw_tab_countdown3 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:after {
  left: 0;
  right: auto;
}
.sw_tab_countdown3 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist .ajax-loading {
  position: absolute;
}
.sw_tab_countdown3 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show a:before {
  color: #d263ee;
}
.sw_tab_countdown3 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-button .button-group a.compare:before {
  content: '\f0ec';
}
.sw_tab_countdown3 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-button .button-group a.compare:after {
  content: '';
  width: 1px;
  height: 11px;
  position: absolute;
  top: 20px;
  right: 0;
  background-color: rgba(255,255,255,0.15);
}
.rtl .sw_tab_countdown3 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-button .button-group a.compare:after {
  left: 0;
  right: auto;
}
.sw_tab_countdown3 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-button .button-group a.sw-quickview:before {
  content: '\f002';
}
.sw_tab_countdown3 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.sw_tab_countdown3 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.sw_tab_countdown3 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
.sw_tab_countdown3 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-button .button-group a.compare,
.sw_tab_countdown3 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-button .button-group a.sw-quickview {
  float: left;
  display: inline-block;
  width: 50px;
  height: 50px;
  vertical-align: top;
  padding: 0;
  margin: 0;
  font-size: 0;
  overflow: hidden;
  position: relative;
  background-color: #fff;
  border-radius: 4px;
  text-align: center;
  line-height: 50px;
}
.rtl .sw_tab_countdown3 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.rtl .sw_tab_countdown3 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.rtl .sw_tab_countdown3 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
.rtl .sw_tab_countdown3 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-button .button-group a.compare,
.rtl .sw_tab_countdown3 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-button .button-group a.sw-quickview {
  float: right;
}
.sw_tab_countdown3 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,
.sw_tab_countdown3 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.sw_tab_countdown3 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before,
.sw_tab_countdown3 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-button .button-group a.compare:before,
.sw_tab_countdown3 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-button .button-group a.sw-quickview:before {
  font-family: 'FontAwesome';
  font-size: 14px;
  color: #222;
}
.sw_tab_countdown3 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover:before,
.sw_tab_countdown3 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover:before,
.sw_tab_countdown3 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover:before,
.sw_tab_countdown3 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-button .button-group a.compare:hover:before,
.sw_tab_countdown3 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-button .button-group a.sw-quickview:hover:before {
  color: #d263ee;
}
.sw_tab_countdown3 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-button .button-group .add_to_cart_button,
.sw_tab_countdown3 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-button .button-group .product_type_external,
.sw_tab_countdown3 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-button .button-group .product_type_grouped,
.sw_tab_countdown3 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist,
.sw_tab_countdown3 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-button .button-group a.compare,
.sw_tab_countdown3 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-button .button-group .group.fancybox {
  display: inline-block;
  vertical-align: top;
  float: left;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  margin: 0 10px 0 0;
  border-radius: 4px;
  border: 1px #ccc solid;
}
.rtl .sw_tab_countdown3 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-button .button-group .add_to_cart_button,
.rtl .sw_tab_countdown3 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-button .button-group .product_type_external,
.rtl .sw_tab_countdown3 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-button .button-group .product_type_grouped,
.rtl .sw_tab_countdown3 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist,
.rtl .sw_tab_countdown3 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-button .button-group a.compare,
.rtl .sw_tab_countdown3 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-button .button-group .group.fancybox {
  float: right;
  margin: 0 0 0 10px;
}
.best-selling-product.style2,
.woo-slider-style1 {
  position: relative;
  margin: 0 15px;
}
.best-selling-product.style2 .block-title h3,
.woo-slider-style1 .block-title h3 {
  font-size: 24px;
  color: #222;
  text-transform: uppercase;
  position: relative;
  padding: 0 0 0 20px;
  margin-bottom: 25px;
}
.rtl .best-selling-product.style2 .block-title h3,
.rtl .woo-slider-style1 .block-title h3 {
  padding: 0 20px 0 0;
}
.best-selling-product.style2 .block-title h3:before,
.woo-slider-style1 .block-title h3:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 19px;
  top: 4px;
  left: 0;
  background: #d263ee;
}
.rtl .best-selling-product.style2 .block-title h3:before,
.rtl .woo-slider-style1 .block-title h3:before {
  left: auto;
  right: 0;
}
.best-selling-product.style2 .block-title h3 span,
.woo-slider-style1 .block-title h3 span {
  font-weight: bold;
}
.best-selling-product.style2 .res-button,
.woo-slider-style1 .res-button {
  width: 28px;
  height: 28px;
  display: inline-block;
  position: absolute;
  top: -34px;
  z-index: 2;
  cursor: pointer;
}
.best-selling-product.style2 .res-button.slick-prev,
.woo-slider-style1 .res-button.slick-prev {
  right: 48px;
  background: url(../assets/img/bg_general.png) no-repeat -20px -1111px;
}
.rtl .best-selling-product.style2 .res-button.slick-prev,
.rtl .woo-slider-style1 .res-button.slick-prev {
  left: 15px;
  right: auto;
}
.best-selling-product.style2 .res-button.slick-prev:hover,
.woo-slider-style1 .res-button.slick-prev:hover {
  background: url(../assets/img/bg_general.png) no-repeat -20px -1063px;
}
.best-selling-product.style2 .res-button.slick-next,
.woo-slider-style1 .res-button.slick-next {
  right: 15px;
  background: url(../assets/img/bg_general.png) no-repeat -20px -1015px;
}
.rtl .best-selling-product.style2 .res-button.slick-next,
.rtl .woo-slider-style1 .res-button.slick-next {
  left: 48px;
  right: auto;
}
.best-selling-product.style2 .res-button.slick-next:hover,
.woo-slider-style1 .res-button.slick-next:hover {
  background: url(../assets/img/bg_general.png) no-repeat -20px -967px;
}
.best-selling-product.style2 .res-button,
.woo-slider-style1 .res-button {
  top: 0;
}
.best-selling-product.style2 .res-button.slick-next,
.woo-slider-style1 .res-button.slick-next {
  right: 0;
}
.rtl .best-selling-product.style2 .res-button.slick-next,
.rtl .woo-slider-style1 .res-button.slick-next {
  right: auto;
  left: 34px;
}
.best-selling-product.style2 .res-button.slick-prev,
.woo-slider-style1 .res-button.slick-prev {
  right: 34px;
}
.rtl .best-selling-product.style2 .res-button.slick-prev,
.rtl .woo-slider-style1 .res-button.slick-prev {
  right: auto;
  left: 0;
}
.best-selling-product.style2 .resp-slider-container .slick-slider,
.woo-slider-style1 .resp-slider-container .slick-slider {
  margin: 0 -15px;
}
.best-selling-product.style2 .resp-slider-container .slick-slider .item,
.woo-slider-style1 .resp-slider-container .slick-slider .item {
  padding: 0 15px;
}
.best-selling-product.style2 .resp-slider-container .slick-slider .item .item-wrap,
.woo-slider-style1 .resp-slider-container .slick-slider .item .item-wrap {
  margin-bottom: 0;
}
.best-selling-product.style2 .resp-slider-container .slick-slider .item .item-wrap .item-detail .item-img,
.woo-slider-style1 .resp-slider-container .slick-slider .item .item-wrap .item-detail .item-img {
  margin: 0 0 12px 0;
}
.best-selling-product.style2 .resp-slider-container .slick-slider .item .item-wrap .item-detail .item-img a,
.woo-slider-style1 .resp-slider-container .slick-slider .item .item-wrap .item-detail .item-img a {
  display: block;
}
.best-selling-product.style2 .resp-slider-container .slick-slider .item .item-wrap .item-detail .item-img a img,
.woo-slider-style1 .resp-slider-container .slick-slider .item .item-wrap .item-detail .item-img a img {
  width: 100%;
}
.best-selling-product.style2 .resp-slider-container .slick-slider .item .item-wrap .item-detail .item-content,
.woo-slider-style1 .resp-slider-container .slick-slider .item .item-wrap .item-detail .item-content {
  text-align: left;
  position: relative;
  padding-top: 0;
}
.rtl .best-selling-product.style2 .resp-slider-container .slick-slider .item .item-wrap .item-detail .item-content,
.rtl .woo-slider-style1 .resp-slider-container .slick-slider .item .item-wrap .item-detail .item-content {
  text-align: right;
}
.best-selling-product.style2 .resp-slider-container .slick-slider .item .item-wrap .item-detail .item-content h4,
.woo-slider-style1 .resp-slider-container .slick-slider .item .item-wrap .item-detail .item-content h4 {
  padding: 5px 0;
  padding-right: 30px;
  z-index: 9;
  position: relative;
  margin-bottom: 7px;
}
.rtl .best-selling-product.style2 .resp-slider-container .slick-slider .item .item-wrap .item-detail .item-content h4,
.rtl .woo-slider-style1 .resp-slider-container .slick-slider .item .item-wrap .item-detail .item-content h4 {
  padding-right: 0;
  padding-left: 30px;
}
.best-selling-product.style2 .resp-slider-container .slick-slider .item .item-wrap .item-detail .item-content .item-price,
.woo-slider-style1 .resp-slider-container .slick-slider .item .item-wrap .item-detail .item-content .item-price {
  font-size: 18px;
  color: #222;
}
.best-selling-product.style2 .resp-slider-container .slick-slider .item .item-wrap .item-detail .item-content .item-price del,
.woo-slider-style1 .resp-slider-container .slick-slider .item .item-wrap .item-detail .item-content .item-price del {
  margin-top: 2px;
  font-size: 16px;
  color: #7d7d7d;
}
.best-selling-product.style2 .resp-slider-container .slick-slider .item .item-wrap .item-detail .item-content .item-price ins,
.woo-slider-style1 .resp-slider-container .slick-slider .item .item-wrap .item-detail .item-content .item-price ins {
  font-size: 18px;
  color: #222;
}
.best-selling-product.style2 .resp-slider-container .slick-slider .item .item-wrap .item-detail .item-content .reviews-content,
.woo-slider-style1 .resp-slider-container .slick-slider .item .item-wrap .item-detail .item-content .reviews-content {
  display: block;
  padding-top: 3px;
}
.best-selling-product.style2 .resp-slider-container .slick-slider .item .item-wrap .item-detail .item-content .item-button,
.woo-slider-style1 .resp-slider-container .slick-slider .item .item-wrap .item-detail .item-content .item-button {
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -o-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  padding-right: 30px;
}
.rtl .best-selling-product.style2 .resp-slider-container .slick-slider .item .item-wrap .item-detail .item-content .item-button,
.rtl .woo-slider-style1 .resp-slider-container .slick-slider .item .item-wrap .item-detail .item-content .item-button {
  padding-right: 0;
  padding-left: 30px;
}
.best-selling-product.style2 .resp-slider-container .slick-slider .item .item-wrap .item-detail .item-content .item-button .button,
.best-selling-product.style2 .resp-slider-container .slick-slider .item .item-wrap .item-detail .item-content .item-button .add_to_cart_button,
.best-selling-product.style2 .resp-slider-container .slick-slider .item .item-wrap .item-detail .item-content .item-button .product_type_external,
.best-selling-product.style2 .resp-slider-container .slick-slider .item .item-wrap .item-detail .item-content .item-button .product_type_grouped,
.woo-slider-style1 .resp-slider-container .slick-slider .item .item-wrap .item-detail .item-content .item-button .button,
.woo-slider-style1 .resp-slider-container .slick-slider .item .item-wrap .item-detail .item-content .item-button .add_to_cart_button,
.woo-slider-style1 .resp-slider-container .slick-slider .item .item-wrap .item-detail .item-content .item-button .product_type_external,
.woo-slider-style1 .resp-slider-container .slick-slider .item .item-wrap .item-detail .item-content .item-button .product_type_grouped {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
  height: 32px;
  display: block;
  line-height: 32px;
  font-size: 13px;
  padding-left: 22px;
  color: #222;
  position: relative;
  text-transform: capitalize;
}
.rtl .best-selling-product.style2 .resp-slider-container .slick-slider .item .item-wrap .item-detail .item-content .item-button .button,
.rtl .best-selling-product.style2 .resp-slider-container .slick-slider .item .item-wrap .item-detail .item-content .item-button .add_to_cart_button,
.rtl .best-selling-product.style2 .resp-slider-container .slick-slider .item .item-wrap .item-detail .item-content .item-button .product_type_external,
.rtl .best-selling-product.style2 .resp-slider-container .slick-slider .item .item-wrap .item-detail .item-content .item-button .product_type_grouped,
.rtl .woo-slider-style1 .resp-slider-container .slick-slider .item .item-wrap .item-detail .item-content .item-button .button,
.rtl .woo-slider-style1 .resp-slider-container .slick-slider .item .item-wrap .item-detail .item-content .item-button .add_to_cart_button,
.rtl .woo-slider-style1 .resp-slider-container .slick-slider .item .item-wrap .item-detail .item-content .item-button .product_type_external,
.rtl .woo-slider-style1 .resp-slider-container .slick-slider .item .item-wrap .item-detail .item-content .item-button .product_type_grouped {
  padding-left: 0;
  padding-right: 22px;
}
.best-selling-product.style2 .resp-slider-container .slick-slider .item .item-wrap .item-detail .item-content .item-button .button:hover,
.best-selling-product.style2 .resp-slider-container .slick-slider .item .item-wrap .item-detail .item-content .item-button .add_to_cart_button:hover,
.best-selling-product.style2 .resp-slider-container .slick-slider .item .item-wrap .item-detail .item-content .item-button .product_type_external:hover,
.best-selling-product.style2 .resp-slider-container .slick-slider .item .item-wrap .item-detail .item-content .item-button .product_type_grouped:hover,
.woo-slider-style1 .resp-slider-container .slick-slider .item .item-wrap .item-detail .item-content .item-button .button:hover,
.woo-slider-style1 .resp-slider-container .slick-slider .item .item-wrap .item-detail .item-content .item-button .add_to_cart_button:hover,
.woo-slider-style1 .resp-slider-container .slick-slider .item .item-wrap .item-detail .item-content .item-button .product_type_external:hover,
.woo-slider-style1 .resp-slider-container .slick-slider .item .item-wrap .item-detail .item-content .item-button .product_type_grouped:hover {
  color: #d263ee;
}
.best-selling-product.style2 .resp-slider-container .slick-slider .item .item-wrap .item-detail .item-content .item-button .button:after,
.best-selling-product.style2 .resp-slider-container .slick-slider .item .item-wrap .item-detail .item-content .item-button .add_to_cart_button:after,
.best-selling-product.style2 .resp-slider-container .slick-slider .item .item-wrap .item-detail .item-content .item-button .product_type_external:after,
.best-selling-product.style2 .resp-slider-container .slick-slider .item .item-wrap .item-detail .item-content .item-button .product_type_grouped:after,
.woo-slider-style1 .resp-slider-container .slick-slider .item .item-wrap .item-detail .item-content .item-button .button:after,
.woo-slider-style1 .resp-slider-container .slick-slider .item .item-wrap .item-detail .item-content .item-button .add_to_cart_button:after,
.woo-slider-style1 .resp-slider-container .slick-slider .item .item-wrap .item-detail .item-content .item-button .product_type_external:after,
.woo-slider-style1 .resp-slider-container .slick-slider .item .item-wrap .item-detail .item-content .item-button .product_type_grouped:after {
  content: '\f07a';
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  font-size: 15px;
}
.rtl .best-selling-product.style2 .resp-slider-container .slick-slider .item .item-wrap .item-detail .item-content .item-button .button:after,
.rtl .best-selling-product.style2 .resp-slider-container .slick-slider .item .item-wrap .item-detail .item-content .item-button .add_to_cart_button:after,
.rtl .best-selling-product.style2 .resp-slider-container .slick-slider .item .item-wrap .item-detail .item-content .item-button .product_type_external:after,
.rtl .best-selling-product.style2 .resp-slider-container .slick-slider .item .item-wrap .item-detail .item-content .item-button .product_type_grouped:after,
.rtl .woo-slider-style1 .resp-slider-container .slick-slider .item .item-wrap .item-detail .item-content .item-button .button:after,
.rtl .woo-slider-style1 .resp-slider-container .slick-slider .item .item-wrap .item-detail .item-content .item-button .add_to_cart_button:after,
.rtl .woo-slider-style1 .resp-slider-container .slick-slider .item .item-wrap .item-detail .item-content .item-button .product_type_external:after,
.rtl .woo-slider-style1 .resp-slider-container .slick-slider .item .item-wrap .item-detail .item-content .item-button .product_type_grouped:after {
  left: auto;
  right: 0;
}
.best-selling-product.style2 .resp-slider-container .slick-slider .item .item-wrap .item-detail .item-content .item-button .button.loading,
.best-selling-product.style2 .resp-slider-container .slick-slider .item .item-wrap .item-detail .item-content .item-button .add_to_cart_button.loading,
.best-selling-product.style2 .resp-slider-container .slick-slider .item .item-wrap .item-detail .item-content .item-button .product_type_external.loading,
.best-selling-product.style2 .resp-slider-container .slick-slider .item .item-wrap .item-detail .item-content .item-button .product_type_grouped.loading,
.woo-slider-style1 .resp-slider-container .slick-slider .item .item-wrap .item-detail .item-content .item-button .button.loading,
.woo-slider-style1 .resp-slider-container .slick-slider .item .item-wrap .item-detail .item-content .item-button .add_to_cart_button.loading,
.woo-slider-style1 .resp-slider-container .slick-slider .item .item-wrap .item-detail .item-content .item-button .product_type_external.loading,
.woo-slider-style1 .resp-slider-container .slick-slider .item .item-wrap .item-detail .item-content .item-button .product_type_grouped.loading {
  background-color: #fff;
  display: inline-block;
  vertical-align: top;
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.best-selling-product.style2 .resp-slider-container .slick-slider .item .item-wrap .item-detail .item-content .item-button .button.loading:before,
.best-selling-product.style2 .resp-slider-container .slick-slider .item .item-wrap .item-detail .item-content .item-button .add_to_cart_button.loading:before,
.best-selling-product.style2 .resp-slider-container .slick-slider .item .item-wrap .item-detail .item-content .item-button .product_type_external.loading:before,
.best-selling-product.style2 .resp-slider-container .slick-slider .item .item-wrap .item-detail .item-content .item-button .product_type_grouped.loading:before,
.woo-slider-style1 .resp-slider-container .slick-slider .item .item-wrap .item-detail .item-content .item-button .button.loading:before,
.woo-slider-style1 .resp-slider-container .slick-slider .item .item-wrap .item-detail .item-content .item-button .add_to_cart_button.loading:before,
.woo-slider-style1 .resp-slider-container .slick-slider .item .item-wrap .item-detail .item-content .item-button .product_type_external.loading:before,
.woo-slider-style1 .resp-slider-container .slick-slider .item .item-wrap .item-detail .item-content .item-button .product_type_grouped.loading:before {
  text-align: center;
  left: 0;
  background-color: #fff;
  border-radius: 16px;
  background-size: contain;
}
.best-selling-product.style2 .resp-slider-container .slick-slider .item .item-wrap .item-detail .item-content .item-button .button.added,
.best-selling-product.style2 .resp-slider-container .slick-slider .item .item-wrap .item-detail .item-content .item-button .add_to_cart_button.added,
.best-selling-product.style2 .resp-slider-container .slick-slider .item .item-wrap .item-detail .item-content .item-button .product_type_external.added,
.best-selling-product.style2 .resp-slider-container .slick-slider .item .item-wrap .item-detail .item-content .item-button .product_type_grouped.added,
.woo-slider-style1 .resp-slider-container .slick-slider .item .item-wrap .item-detail .item-content .item-button .button.added,
.woo-slider-style1 .resp-slider-container .slick-slider .item .item-wrap .item-detail .item-content .item-button .add_to_cart_button.added,
.woo-slider-style1 .resp-slider-container .slick-slider .item .item-wrap .item-detail .item-content .item-button .product_type_external.added,
.woo-slider-style1 .resp-slider-container .slick-slider .item .item-wrap .item-detail .item-content .item-button .product_type_grouped.added {
  background-color: #fff;
}
.best-selling-product.style2 .resp-slider-container .slick-slider .item .item-wrap .item-detail .item-content .item-button .button.added:after,
.best-selling-product.style2 .resp-slider-container .slick-slider .item .item-wrap .item-detail .item-content .item-button .add_to_cart_button.added:after,
.best-selling-product.style2 .resp-slider-container .slick-slider .item .item-wrap .item-detail .item-content .item-button .product_type_external.added:after,
.best-selling-product.style2 .resp-slider-container .slick-slider .item .item-wrap .item-detail .item-content .item-button .product_type_grouped.added:after,
.woo-slider-style1 .resp-slider-container .slick-slider .item .item-wrap .item-detail .item-content .item-button .button.added:after,
.woo-slider-style1 .resp-slider-container .slick-slider .item .item-wrap .item-detail .item-content .item-button .add_to_cart_button.added:after,
.woo-slider-style1 .resp-slider-container .slick-slider .item .item-wrap .item-detail .item-content .item-button .product_type_external.added:after,
.woo-slider-style1 .resp-slider-container .slick-slider .item .item-wrap .item-detail .item-content .item-button .product_type_grouped.added:after {
  font-family: WooCommerce;
  content: "\e017";
}
.best-selling-product.style2 .resp-slider-container .slick-slider .item .item-wrap .item-detail .item-content .item-button .compare,
.woo-slider-style1 .resp-slider-container .slick-slider .item .item-wrap .item-detail .item-content .item-button .compare {
  z-index: 10;
}
.best-selling-product.style2 .resp-slider-container .slick-slider .item .item-wrap .item-detail .item-content .item-bottom,
.woo-slider-style1 .resp-slider-container .slick-slider .item .item-wrap .item-detail .item-content .item-bottom {
  text-align: right;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  bottom: auto;
  top: 1px;
  z-index: 9;
  width: 32px;
  left: auto;
  right: 0;
}
.rtl .best-selling-product.style2 .resp-slider-container .slick-slider .item .item-wrap .item-detail .item-content .item-bottom,
.rtl .woo-slider-style1 .resp-slider-container .slick-slider .item .item-wrap .item-detail .item-content .item-bottom {
  text-align: left;
  right: auto;
  left: 0;
}
.best-selling-product.style2 .resp-slider-container .slick-slider .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist,
.woo-slider-style1 .resp-slider-container .slick-slider .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist {
  margin: 0;
}
.best-selling-product.style2 .resp-slider-container .slick-slider .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.best-selling-product.style2 .resp-slider-container .slick-slider .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.best-selling-product.style2 .resp-slider-container .slick-slider .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
.best-selling-product.style2 .resp-slider-container .slick-slider .item .item-wrap .item-detail .item-content .item-bottom a.compare,
.woo-slider-style1 .resp-slider-container .slick-slider .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.woo-slider-style1 .resp-slider-container .slick-slider .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.woo-slider-style1 .resp-slider-container .slick-slider .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
.woo-slider-style1 .resp-slider-container .slick-slider .item .item-wrap .item-detail .item-content .item-bottom a.compare {
  color: #222;
  min-width: 22px;
  font-weight: 500;
  background-color: transparent;
  border: none;
}
.best-selling-product.style2 .resp-slider-container .slick-slider .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,
.best-selling-product.style2 .resp-slider-container .slick-slider .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.best-selling-product.style2 .resp-slider-container .slick-slider .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before,
.best-selling-product.style2 .resp-slider-container .slick-slider .item .item-wrap .item-detail .item-content .item-bottom a.compare:before,
.woo-slider-style1 .resp-slider-container .slick-slider .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,
.woo-slider-style1 .resp-slider-container .slick-slider .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.woo-slider-style1 .resp-slider-container .slick-slider .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before,
.woo-slider-style1 .resp-slider-container .slick-slider .item .item-wrap .item-detail .item-content .item-bottom a.compare:before {
  font-size: 14px;
}
.best-selling-product.style2 .resp-slider-container .slick-slider .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover:before,
.best-selling-product.style2 .resp-slider-container .slick-slider .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover:before,
.best-selling-product.style2 .resp-slider-container .slick-slider .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover:before,
.best-selling-product.style2 .resp-slider-container .slick-slider .item .item-wrap .item-detail .item-content .item-bottom a.compare:hover:before,
.woo-slider-style1 .resp-slider-container .slick-slider .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover:before,
.woo-slider-style1 .resp-slider-container .slick-slider .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover:before,
.woo-slider-style1 .resp-slider-container .slick-slider .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover:before,
.woo-slider-style1 .resp-slider-container .slick-slider .item .item-wrap .item-detail .item-content .item-bottom a.compare:hover:before {
  color: #d263ee;
  font-size: 14px;
}
.best-selling-product.style2 .resp-slider-container .slick-slider .item .item-wrap:hover .item-detail .item-content h4 a,
.woo-slider-style1 .resp-slider-container .slick-slider .item .item-wrap:hover .item-detail .item-content h4 a {
  opacity: 1;
}
.best-selling-product.style2 .resp-slider-container .slick-slider .item .item-wrap:hover .item-detail .item-content .item-button,
.woo-slider-style1 .resp-slider-container .slick-slider .item .item-wrap:hover .item-detail .item-content .item-button {
  -webkit-transform: translateY(-80%);
  -moz-transform: translateY(-80%);
  -o-transform: translateY(-80%);
  -ms-transform: translateY(-80%);
  transform: translateY(-80%);
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  background: #fff;
  position: relative;
  z-index: 9;
}
.best-selling-product.style2 .resp-slider-container .slick-slider .item .item-wrap:hover .item-detail .item-img,
.woo-slider-style1 .resp-slider-container .slick-slider .item .item-wrap:hover .item-detail .item-img {
  position: relative;
}
.best-selling-product.style2 .resp-slider-container .slick-slider .item .item-wrap:hover .item-detail .item-img:before,
.woo-slider-style1 .resp-slider-container .slick-slider .item .item-wrap:hover .item-detail .item-img:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #999;
  opacity: 0.2;
}
.responsive-post-slider.style5 .block-title h3 {
  font-size: 24px;
  color: #222;
  text-transform: uppercase;
  position: relative;
  padding: 0 0 0 20px;
  margin-bottom: 25px;
}
.rtl .responsive-post-slider.style5 .block-title h3 {
  padding: 0 20px 0 0;
}
.responsive-post-slider.style5 .block-title h3:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 19px;
  top: 4px;
  left: 0;
  background: #d263ee;
}
.rtl .responsive-post-slider.style5 .block-title h3:before {
  left: auto;
  right: 0;
}
.responsive-post-slider.style5 .block-title h3 span {
  font-weight: bold;
}
.responsive-post-slider.style5 .block-title {
  margin-bottom: 0;
}
.responsive-post-slider.style5 .block-title h3 {
  font-weight: normal !important;
  border: none;
}
.responsive-post-slider.style5 .res-button {
  top: 0;
}
.responsive-post-slider.style5 .resp-slider-container .slider .item {
  margin-bottom: 2px;
}
.responsive-post-slider.style5 .resp-slider-container .slider .item .item-detail .img_over:before {
  display: none;
}
.responsive-post-slider.style5 .resp-slider-container .slider .item .item-detail .img_over img {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
}
.responsive-post-slider.style5 .resp-slider-container .slider .item .item-detail .img_over .entry-date {
  background: #d263ee;
  min-width: 50px;
  text-align: center;
  padding: 3px 0 5px 0;
}
.responsive-post-slider.style5 .resp-slider-container .slider .item .item-detail .img_over .entry-date .day-time {
  color: #fff;
  font-size: 18px;
}
.responsive-post-slider.style5 .resp-slider-container .slider .item .item-detail .img_over .entry-date .month-time {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
}
.responsive-post-slider.style5 .resp-slider-container .slider .item .item-detail .entry-content {
  padding: 15px;
  margin: 1px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.responsive-post-slider.style5 .resp-slider-container .slider .item .item-detail .entry-content h4 {
  margin: 0 0 10px 0;
}
.responsive-post-slider.style5 .resp-slider-container .slider .item .item-detail .entry-content h4 a {
  line-height: 20px;
}
.responsive-post-slider.style5 .resp-slider-container .slider .item .item-detail .entry-content .readmore {
  border: none;
}
.responsive-post-slider.style5 .resp-slider-container .slider .item:hover .item-detail .entry-content {
  box-shadow: 0px 1px 2px 1px #ccc;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.banner-sigle {
  overflow: hidden;
  margin: 0;
}
.banner-sigle .vc_figure a img {
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -ms-transition: all 0.6s;
  transition: all 0.6s;
}
.banner-sigle .vc_figure a img:hover {
  opacity: 1;
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -o-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -ms-transition: all 0.6s;
  transition: all 0.6s;
}
.sw-category-slider5 {
  margin-bottom: 35px;
}
.sw-category-slider5 .responsive {
  margin: 0 -15px;
}
.sw-category-slider5 .responsive .item-product-cat {
  padding: 0 15px;
}
.sw-category-slider5 .responsive .item-product-cat .item-image {
  position: relative;
}
.sw-category-slider5 .responsive .item-product-cat .item-image >a img {
  margin: 0;
  width: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.sw-category-slider5 .responsive .item-product-cat .item-image .item-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.sw-category-slider5 .responsive .item-product-cat .item-image .item-content h3 {
  margin: 0;
}
.sw-category-slider5 .responsive .item-product-cat .item-image .item-content h3 a {
  display: block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #222;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  background-color: rgba(255,255,255,0.7);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.sw-category-slider5 .responsive .item-product-cat .item-image:hover >a img {
  opacity: 0.85;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.sw-category-slider5 .responsive .item-product-cat .item-image:hover .item-content h3 a {
  background: #d263ee;
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.elementor .sw-category-slider6 img {
  margin: 0 0 30px 0;
}
.sw-category-slider6 {
  margin: 10px -15px;
}
.sw-category-slider6 .block-title {
  width: 25%;
  float: left;
  padding: 0 15px;
}
.rtl .sw-category-slider6 .block-title {
  float: right;
}
.sw-category-slider6 .block-title h3 {
  font-size: 24px;
  color: #222;
  text-transform: uppercase;
  position: relative;
  padding: 0 0 0 20px;
  margin-bottom: 20px;
}
.rtl .sw-category-slider6 .block-title h3 {
  padding: 0 20px 0 0;
}
.sw-category-slider6 .block-title h3:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 44px;
  top: 4px;
  left: 0;
  background: #d263ee;
}
.rtl .sw-category-slider6 .block-title h3:before {
  left: auto;
  right: 0;
}
.sw-category-slider6 .block-title h3 span {
  font-weight: bold;
  display: block;
}
.sw-category-slider6 .block-title .description1 {
  font-size: 12px;
  line-height: 22px;
  margin-bottom: 20px;
}
.sw-category-slider6 .block-title .view-all {
  color: #d263ee;
  float: right;
  position: relative;
  padding: 0 15px;
}
.rtl .sw-category-slider6 .block-title .view-all {
  float: left;
}
.sw-category-slider6 .block-title .view-all:hover {
  color: #ae17d4;
}
.sw-category-slider6 .block-title .view-all:before {
  position: absolute;
  top: 2px;
  right: 0;
  content: '\f101';
  font-family: FontAwesome;
}
.rtl .sw-category-slider6 .block-title .view-all:before {
  content: '\f100';
  right: auto;
  left: 0;
}
.sw-category-slider6 .resp-slider-container .responsive .item {
  width: 25%;
  float: left;
  padding: 0 15px;
}
.rtl .sw-category-slider6 .resp-slider-container .responsive .item {
  float: right;
}
.sw-category-slider6 .resp-slider-container .responsive .item .item-image {
  position: relative;
}
.sw-category-slider6 .resp-slider-container .responsive .item .item-image .item-content {
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.rtl .sw-category-slider6 .resp-slider-container .responsive .item .item-image .item-content {
  left: auto;
  right: 0;
}
.sw-category-slider6 .resp-slider-container .responsive .item .item-image .item-content h3 {
  margin: 0;
}
.sw-category-slider6 .resp-slider-container .responsive .item .item-image .item-content h3 a {
  display: inline-block;
  padding: 10px 20px;
  color: #fff;
  background: #d263ee;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  width: 154px;
  text-align: center;
}
.sw-category-slider6 .resp-slider-container .responsive .item .item-image:hover .item-content {
  bottom: 40%;
  left: 50%;
  margin-left: -77px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.rtl .sw-category-slider6 .resp-slider-container .responsive .item .item-image:hover .item-content {
  left: auto;
  right: 21%;
}
.toggle-tab .vc_toggle_simple {
  margin-bottom: 10px;
}
.toggle-tab .vc_toggle_simple .vc_toggle_title {
  border-bottom: 1px #ccc solid;
  padding-top: 10px;
  padding-bottom: 10px;
}
.toggle-tab .vc_toggle_simple .vc_toggle_title h4 {
  font-size: 14px;
  color: #222;
  font-weight: bold;
}
.toggle-tab .vc_toggle_simple .vc_toggle_title:hover h4 {
  color: #d263ee;
}
.toggle-tab .vc_toggle_simple .vc_toggle_content {
  margin-bottom: 10px;
}
.toggle-tab .vc_toggle_simple .vc_toggle_content p {
  margin-bottom: 0;
  color: #7d7d7d;
  font-size: 12px;
}
.toggle-tab .vc_toggle_simple:last-child .vc_toggle_title {
  border-bottom: none;
}
.home12-newletter {
  text-align: center;
  padding-top: 17px;
  margin-bottom: 28px;
}
.home12-newletter h3 {
  margin-right: 20px;
  line-height: 30px;
  color: #222;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 0;
}
.home12-newletter p {
  font-size: 14px;
  color: #555;
  text-transform: uppercase;
  font-weight: 700;
}
.home12-newletter .form-newsletter {
  margin-top: 30px;
}
.home12-newletter .form-newsletter input[type="email"] {
  border-radius: 0;
  border: 2px #d263ee solid;
  border-width: 2px 0 2px 2px;
  color: #999;
  height: 50px;
  padding: 0 16px;
  min-width: 410px;
}
.rtl .home12-newletter .form-newsletter input[type="email"] {
  border-width: 2px 2px 2px 0;
}
.home12-newletter .form-newsletter input[type="submit"] {
  background-color: #222;
  border: 2px #d263ee solid;
  height: 50px;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  padding: 0 25px;
  border-radius: 0;
}
.home12-newletter .form-newsletter input[type="submit"]:hover {
  background-color: #c535e9;
}
.block-text-home12 {
  position: relative;
  padding: 0 0 0 20px;
  margin-bottom: 24px;
}
.rtl .block-text-home12 {
  padding: 0 20px 0 0;
  text-align: right !important;
}
.block-text-home12:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 19px;
  top: 4px;
  left: 0;
  background: #d263ee;
}
.rtl .block-text-home12:before {
  left: auto;
  right: 0;
}
.banner-left12 >.vc_column-inner,
.slider-left12 >.vc_column-inner {
  padding-left: 0;
}
.rtl .banner-left12 >.vc_column-inner,
.rtl .slider-left12 >.vc_column-inner {
  padding-left: 15px;
  padding-right: 0;
}
.slider-left12 >.vc_column-inner,
.slider-right12 >.vc_column-inner {
  padding-top: 10px !important;
}
.border-slide12 {
  position: relative;
}
.border-slide12:before {
  content: "";
  background: #fff;
  width: 30px;
  height: 2px;
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -15px;
}
.banner-shortcode {
  text-align: center;
  padding-top: 5px;
  margin-bottom: -52px;
  z-index: 9;
  position: relative;
}
.banner-shortcode p {
  margin: 0;
}
.banner-shortcode .wp-order-title {
  display: inline-block;
  vertical-align: top;
  margin: 14px 50px 0 0;
}
.rtl .banner-shortcode .wp-order-title {
  margin: 14px 0 0 50px;
}
.banner-shortcode .wp-order-title .order-title h2 {
  font-size: 20px;
  color: #652a02;
  text-transform: capitalize;
}
.banner-shortcode .banner-inner {
  display: inline-block;
  vertical-align: top;
}
.banner-shortcode .banner-inner .banner-countdown .countdown-row .countdown-section {
  margin-right: 25px;
}
.banner-shortcode .banner-inner .banner-countdown .countdown-row .countdown-section .countdown-amount {
  color: #ECB34A;
  background: #652a02;
  font-size: 20px;
  padding: 10px 12px;
  display: inline-block;
  font-weight: bold;
  vertical-align: top;
  border-radius: 4px;
}
.banner-shortcode .banner-inner .banner-countdown .countdown-row .countdown-section .countdown-period {
  color: #652a02;
  display: inline-block;
  vertical-align: top;
  padding: 14px 8px;
}
.banner-shortcode .banner-close {
  font-size: 0;
  position: relative;
  margin-top: 4px;
}
.banner-shortcode .banner-close:before {
  content: '+';
  font-family: fontawesome;
  font-size: 32px;
  font-weight: normal;
  color: #652a02;
  margin: 0 15px;
  cursor: pointer;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  display: inline-block;
}
.faq {
  margin-bottom: 30px;
}
.faq h2 {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 600;
  text-transform: uppercase;
  color: #222;
}
.faq .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
  border-color: #d263ee !important;
  background-color: #d263ee !important;
}
.faq .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title>a {
  color: #fff !important;
}
.faq .vc_tta-color-grey.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before {
  content: "\f068" !important;
}
.faq .vc_tta-color-grey.vc_tta-style-classic .vc_tta-controls-icon::after,
.faq .vc_tta-color-grey.vc_tta-style-classic .vc_tta-controls-icon::before {
  border: 0 !important;
}
.faq .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon {
  width: 44px;
  height: 44px;
  background-color: #d263ee;
  left: 0 !important;
}
.faq .vc_tta-color-grey.vc_tta-style-classic .vc_tta-controls-icon::before {
  content: "\f067" !important;
  font-family: FontAwesome !important;
  font-style: normal !important;
  font-size: 14px;
  right: auto;
  left: 50% !important;
  margin-left: -5px;
  margin-top: -7px;
  color: #fff;
  -webkit-transform: translateY(0%) !important;
  -ms-transform: translateY(0%) !important;
  transform: translateY(0%) !important;
  border-width: 0 !important;
}
.faq .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body,
.faq .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::after,
.faq .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::before {
  border-color: #e9e9e9 !important;
}
.faq .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
  background-color: transparent !important;
}
.faq .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
  background-color: #f4f4f4 !important;
  border: 0 !important;
}
.faq .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title>a {
  color: #222 !important;
  font-size: 16px !important;
  padding-left: 58px !important;
}
.faq .vc_tta.vc_tta-style-classic .vc_tta-panel.vc_active+.vc_tta-panel .vc_tta-panel-heading,
.faq .vc_tta.vc_tta-style-classic .vc_tta-panel:not(:first-child) .vc_tta-panel-heading {
  margin-top: 2px !important;
}
.faq .vc_tta.vc_general .vc_tta-panel-body {
  padding: 25px 18px !important;
}
.footer	.footer-menu.home12 {
  padding-top: 119px;
}
.footer	.footer-menu.home12:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -200px;
  width: 0px;
  height: 0px;
  border-left: 200px solid transparent;
  border-right: 200px solid transparent;
  border-top: 30px solid #fff;
}
.footer	.footer-menu.home12:after {
  content: "\f102";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -25px;
  font-family: FontAwesome;
  color: #fff;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: #d263ee;
  border-radius: 50%;
  font-size: 22px;
}
.home-style12.rtl .footer .footer-copyright .copyright-text {
  float: right;
}
.home-style12 .footer .footer-copyright {
  background-color: #252424;
  padding: 20px 0;
}
.home-style12 .footer .footer-copyright .copyright-text {
  float: left;
}
.home-style12 .footer .footer-copyright .copyright-text p {
  margin: 0;
  line-height: 22px;
}
.home-style12 .footer .footer-copyright .sidebar-copyright {
  float: right;
}
.home-style12 .footer .footer-copyright .sidebar-copyright img {
  margin-top: 0;
}
.rtl.home-style12 .footer .footer-copyright .sidebar-copyright {
  float: left;
}
@media (max-width: 1199px) {
  .top-banner {
    display: none;
  }
  .sw-category-slider6 .block-title h3,
  .sw-category-slider6 .block-title .description1 {
    margin-bottom: 0;
  }
  .sw-category-slider6 .block-title .description1 {
    line-height: 18px;
  }
  .home-style12 .sw-brand-container-slider .res-button.slick-prev {
    left: 0;
  }
  .rtl .home-style12 .sw-brand-container-slider .res-button.slick-prev {
    right: 0;
  }
  .home-style12 .sw-brand-container-slider .res-button.slick-next {
    right: 0;
  }
  .rtl .home-style12 .sw-brand-container-slider .res-button.slick-next {
    left: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sw_tab_countdown3 .tab-countdown-slide .top-tab-slider {
    width: 100px;
  }
  .sw_tab_countdown3 .tab-countdown-slide .top-tab-slider .sw-tab-slider ul .slick-slide {
    margin: 0 0 5px;
  }
  .sw_tab_countdown3 .tab-countdown-slide .tab-content {
    width: 850px;
  }
  .sw_tab_countdown3 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .products-thumb {
    max-width: 415px;
    margin-right: 20px;
  }
  .sw_tab_countdown3 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content {
    max-width: 380px;
  }
  .rtl .sw_tab_countdown3 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content {
    max-width: 360px;
  }
  .sw_tab_countdown3 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .product-countdown .countdown-show4 .countdown-section {
    width: 60px;
  }
  .sw_tab_countdown3 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .product-countdown .countdown-show4 .countdown-section .countdown-amount {
    font-size: 24px;
  }
  .sw_tab_countdown3 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-price {
    margin: 0 0 30px;
  }
  .sw_tab_countdown3 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content h4 a {
    padding-top: 10px;
  }
  .sw_tab_countdown3 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .description {
    padding: 30px 0 26px;
  }
  .sw_tab_countdown3 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-button .add_to_cart_button,
  .sw_tab_countdown3 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-button .product_type_external,
  .sw_tab_countdown3 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-button .product_type_grouped {
    padding: 0 20px;
  }
}
@media (max-width: 991px) {
  .header-style12 .header-bottom .vertical_megamenu-header {
    display: none;
  }
  .header-style12 .header-bottom.sticky-menu .vertical_megamenu-header .wrapper_vertical_menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .header-style12 .header-bottom.sticky-menu #main-menu .primary-menu .resmenu-container .navbar-toggle {
    border: 1px #d263ee solid;
    margin-top: 15px;
  }
  .header-style12 .header-bottom.sticky-menu #main-menu .primary-menu .resmenu-container .navbar-toggle .icon-bar {
    background: #d263ee;
  }
  .header-style12 #main-menu .primary-menu .resmenu-container .navbar-toggle {
    border: 1px #fff solid;
    margin: 7px 0;
  }
  .header-style12 #main-menu .primary-menu .resmenu-container .navbar-toggle .icon-bar {
    background: #fff;
  }
  .header-style12 .header-mid .top-header {
    width: 100%;
    float: none;
  }
  .header-style12 .header-mid .search-cate {
    margin: 15px 0 0 15px;
  }
  .rtl .header-style12 .header-mid .search-cate {
    margin: 15px 15px 0 0;
  }
  .sw_tab_countdown3 .tab-countdown-slide .top-tab-slider {
    display: none;
  }
  .sw_tab_countdown3 .tab-countdown-slide .top-tab-slider-full {
    display: block;
    margin: 0 110px 30px;
  }
  .sw_tab_countdown3 .tab-countdown-slide .top-tab-slider-full .sw-tab-slider2 {
    text-align: center;
  }
  .sw_tab_countdown3 .tab-countdown-slide .top-tab-slider-full .sw-tab-slider2 ul {
    border: 0;
  }
  .sw_tab_countdown3 .tab-countdown-slide .top-tab-slider-full .sw-tab-slider2 ul .slick-list li.slick-slide a {
    border: 1px solid #3a3a3a;
    display: inline-block;
    width: 100px;
    background-color: #222;
  }
  .sw_tab_countdown3 .tab-countdown-slide .top-tab-slider-full .sw-tab-slider2 ul .slick-list li.slick-slide a:hover {
    border: 1px solid #d263ee;
  }
  .sw_tab_countdown3 .tab-countdown-slide .tab-content {
    float: none;
    width: auto;
  }
  .sw_tab_countdown3 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .products-thumb {
    float: none;
    max-width: 100%;
  }
  .sw_tab_countdown3 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content {
    float: none;
    padding-top: 20px;
    max-width: 100%;
    display: block;
  }
  .sw_tab_countdown3 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-price {
    margin-bottom: 30px;
  }
  .sw-category-slider6 .block-title,
  .sw-category-slider6 .resp-slider-container .responsive .item {
    width: 50%;
  }
  .sw-category-slider6 .block-title h3,
  .sw-category-slider6 .block-title .description1 {
    margin-bottom: 20px;
  }
  .home-style12 .footer .footer-copyright .copyright-text {
    float: none;
    margin: 0 0 10px;
  }
  .home-style12 .footer .footer-copyright .sidebar-copyright {
    float: none;
  }
  .rtl.home-style12 .footer .footer-copyright .sidebar-copyright,
  .home-style12	.rtl .footer .footer-copyright .copyright-text {
    float: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .slider-left12 {
    width: 44.6%;
  }
  .slider-right12 {
    width: 55.4%;
  }
}
@media (max-width: 767px) {
  .header-style12 .header-top .block-text-left {
    display: none;
  }
  .header-style12 .header-top .widget_nav_menu h3 {
    border: none;
  }
  .rtl .header-style12 .header-top .widget_nav_menu h3 {
    border: none;
  }
  .header-style12 .header-mid .search-cate {
    margin: 15px 0 0 0;
  }
  .rtl .header-style12 .header-mid .search-cate {
    margin: 15px 0 0 0;
  }
  .header-style12 .header-bottom.sticky-menu {
    position: relative;
  }
  .header-style12 .sw_top {
    float: left;
  }
  .rtl .header-style12 .sw_top {
    float: right;
  }
  .header-style12 .header-mid .mid-header .top-form.top-form-minicart .top-minicart-icon .title-cart {
    height: 35px;
  }
  .header-style12 .header-mid .mid-header .top-form.top-form-minicart .top-minicart-icon .title-cart h3,
  .header-style12 .header-mid .mid-header .top-form.top-form-minicart .top-minicart-icon .title-cart a {
    font-size: 0;
  }
  .rtl .header-style12 .header-mid .mid-header .top-form.top-form-minicart .top-minicart-icon {
    background-position: 4px 7px;
  }
  .slider-left12 >.vc_column-inner {
    padding-left: 15px;
  }
  .rtl .slider-left12 >.vc_column-inner {
    padding-right: 15px;
  }
  .banner-left12,
  .banner-sigle {
    display: none;
  }
  .sw_tab_countdown3 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-button .button-group  a.sw-quickview {
    display: none;
  }
  .sw_tab_countdown3 .tab-countdown-slide .top-tab-slider-full .sw-tab-slider2 ul {
    margin: 0;
  }
  .sw_tab_countdown3 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-button .button-group .group.fancybox {
    display: none;
  }
}
@media (max-width: 640px) {
  .sw_tab_countdown3 .tab-countdown-slide .top-tab-slider-full {
    margin: 0 0 30px;
  }
  .sw_tab_countdown3 .tab-countdown-slide .top-tab-slider-full .sw-tab-slider2 {
    text-align: center;
  }
  .sw_tab_countdown3 .tab-countdown-slide .top-tab-slider-full .sw-tab-slider2 ul .slick-list li.slick-slide a {
    margin: 0 30px;
  }
  .header-style12 .revo_top .top-form.top-search {
    width: 195px;
    min-width: 195px !important;
  }
  .header-style12 .header-mid .search-cate .top-form .topsearch-entry .button-search-pro {
    padding: 0 10px;
  }
  .header-style12 .header-mid .mid-header {
    margin-right: 0;
  }
  .rtl .header-style12 .header-mid .mid-header {
    margin-left: 0;
  }
  .home12-newletter .form-newsletter input[type="email"] {
    min-width: 220px;
  }
  .home12-newletter .form-newsletter input[type="submit"] {
    padding: 0 12px;
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  .sw_tab_countdown3 .tab-countdown-slide .tab-content {
    width: 850px;
  }
  .sw_tab_countdown3 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content {
    max-width: 380px;
  }
  .sw_tab_countdown3 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-button .add_to_cart_button,
  .sw_tab_countdown3 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-button .product_type_external,
  .sw_tab_countdown3 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .item-button .product_type_grouped {
    padding: 0 20px;
  }
  .sw_tab_countdown3 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .products-thumb {
    display: block;
    float: none;
    max-width: 440px;
    margin: 0;
  }
  .sw_tab_countdown3 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .products-thumb a {
    display: block;
  }
  .sw_tab_countdown3 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .product-countdown {
    width: 420px;
  }
  .sw_tab_countdown3 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .product-countdown .countdown-show4 .countdown-section {
    height: 80px;
    width: 60px;
    margin-right: 10px;
  }
  .rtl .sw_tab_countdown3 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .product-countdown .countdown-show4 .countdown-section {
    margin-right: 0;
    margin-left: 10px;
  }
  .sw_tab_countdown3 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .product-countdown .countdown-show4 .countdown-section:before {
    display: none;
  }
  .sw_tab_countdown3 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .product-countdown .countdown-show4 .countdown-section .countdown-amount {
    font-size: 22px;
  }
  .sw_tab_countdown3 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .product-countdown .countdown-show4 .countdown-section .countdown-period {
    font-size: 14px;
  }
  .rtl .sw_tab_countdown3 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .product-countdown .countdown-show4 .countdown-section {
    margin-left: 30px;
    margin-right: 0;
  }
  .rtl .sw_tab_countdown3 .tab-countdown-slide .tab-content {
    float: none;
    width: auto;
  }
  .rtl .sw_tab_countdown3 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .products-thumb {
    margin: 0;
  }
  .rtl .sw_tab_countdown3 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .product-countdown .countdown-section.secs {
    margin: 0 0 10px;
  }
  .sw-category-slider6 .block-title,
  .sw-category-slider6 .resp-slider-container .responsive .item {
    width: 100%;
  }
  .sw-category-slider6 .block-title {
    margin-bottom: 15px;
  }
  .home12-newletter .form-newsletter input[type="email"] {
    width: 170px;
    min-width: 170px;
  }
  .footer .footer-menu.home8 .footer-bottom .footer-content .footer-app {
    display: none;
  }
}
@media (max-width: 360px) {
  .sw_tab_countdown3 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .products-thumb {
    max-width: 330px;
  }
  .sw_tab_countdown3 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .products-thumb {
    max-width: 290px;
  }
  .rtl .sw_tab_countdown3 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .products-thumb {
    max-width: 330px;
  }
}
.home-style13 .wrapper_vertical_menu {
  visibility: visible;
  opacity: 1;
  width: 100%;
  z-index: 3;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.home-style13 .wrapper_vertical_menu .vertical-megamenu {
  border: none;
}
.home-style13 .wrapper_vertical_menu .vertical-megamenu > li > a {
  line-height: 54px;
}
.home-style13 .wpb_revslider_element {
  margin-bottom: 0;
}
.home-style13 .container {
  max-width: 1920px;
  padding: 0 15px;
}
.home-style13 .wp_verticle_sw .mega-left-title {
  background: #d263ee;
  height: 47px;
  line-height: 47px;
}
.home-style13 .wp_verticle_sw .mega-left-title:after {
  top: 16px;
}
.home-style13 .sw-brand-container-slider {
  border: none;
  padding: 30px 0 55px 0;
  position: relative;
  margin: 0 0 30px 0;
  border-bottom: 1px rgba(255,255,255,0.1) solid;
}
.home-style13 .sw-brand-container-slider .res-button {
  display: none !important;
}
.home-style13 .testimonial-post-slider .slider.responsive-thumbnail {
  display: none;
}
.home-style13 .testimonial-post-slider .responsive-content .item .client-say-info .client-comment {
  padding-top: 6px;
  font-size: 16px;
}
.home-style13 .testimonial-post-slider .responsive-content .item .client-say-info .name-client {
  margin-top: 25px;
}
.home-style13 .testimonial-post-slider .responsive-content .item .client-say-info .name-client h2,
.home-style13 .testimonial-post-slider .responsive-content .item .client-say-info .name-client h4 {
  display: inline-block;
  vertical-align: top;
}
.home-style13 .testimonial-post-slider .responsive-content .item .client-say-info .name-client h4 {
  margin: 10px;
}
.home-style13 .responsive-post-slider6 {
  margin-top: 25px;
}
.home-style13 .footer .container > p {
  display: none;
}
.home-style13 .footer .footer-copyright {
  background-color: #fff;
  text-align: right;
  padding: 27px 0 12px;
}
.home-style13 .footer .footer-copyright img {
  margin-top: 0 !important;
}
.home-style13 .footer .footer-copyright .copyright-text {
  float: left;
}
.home-style13 .footer .footer-copyright .widget_sp_image {
  display: none;
}
.header-style13 .header-top {
  background: #252525;
  padding: 2px 0;
}
.header-style13 .header-top .top-header .socials-header {
  padding-top: 9px;
}
.header-style13 .header-top .top-header .socials-header ul {
  margin: 0;
  list-style: none;
}
.header-style13 .header-top .top-header .socials-header ul li {
  display: inline-block;
  vertical-align: top;
}
.header-style13 .header-top .top-header .socials-header ul li a {
  color: #252525;
  display: block;
  width: 20px;
  height: 20px;
  line-height: 18px;
  text-align: center;
  background: #707070;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.header-style13 .header-top .top-header .socials-header ul li a:hover {
  background: #d263ee;
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.header-style13 .header-top .phone-add {
  margin: 0;
  list-style: none;
}
.header-style13 .header-top .phone-add li {
  display: inline-block;
  vertical-align: top;
  padding: 10px 0 9px 25px;
}
.header-style13 .header-top .phone-add li i {
  font-size: 14px;
  margin: 0 2px;
}
.header-style13 .header-top .phone-add li a {
  color: #707070;
  font-size: 12px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.header-style13 .header-top .phone-add li a:hover {
  color: #d263ee;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.header-style13 .header-top .top-login ul li a {
  color: #707070;
  border: none;
  padding: 0;
}
.rtl .header-style13 .header-top .top-login ul li a {
  border: none;
}
.header-style13 .header-top .top-login ul li a:hover {
  color: #d263ee;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.header-style13 .header-top #lang_sel > ul.nav > li > a,
.header-style13 .header-top .currency_w > li > a {
  color: #707070;
  border-color: rgba(255,255,255,0.1);
}
.header-style13 .header-top .currency_w {
  margin: 0;
}
.header-style13 .header-top .currency_w > li > a {
  padding: 0;
  border: none;
}
.header-style13 .header-top h5,
.header-style13 .header-top .widget_nav_menu h3 {
  color: #707070;
  border-left: none;
  border-right: 1px rgba(255,255,255,0.1) solid;
  padding: 0 30px;
  margin-right: 15px;
}
.header-style13 .header-top h5:before,
.header-style13 .header-top .widget_nav_menu h3:before {
  display: none;
}
.rtl .header-style13 .header-top h5,
.rtl .header-style13 .header-top .widget_nav_menu h3 {
  border-right: none;
  border-left: 1px rgba(255,255,255,0.1) solid;
  margin-right: 0;
  margin-left: 15px;
}
.header-style13 .header-mid {
  padding: 22px 0;
}
.header-style13 .header-mid .revo-logo {
  padding-top: 0;
}
.header-style13 .header-mid .search-cate {
  margin-top: 4px;
}
.header-style13 .header-mid .search-cate .revo_top {
  border: 2px #eee solid;
  border-radius: 4px;
  padding: 0;
}
.header-style13 .header-mid .search-cate .revo_top .top-form.top-search {
  top: 0;
  margin: 0;
  display: inline-block;
  position: relative;
  background-color: #fff;
  width: 100%;
  min-width: auto;
  z-index: 99;
}
.header-style13 .header-mid .search-cate .revo_top .top-form.top-search .topsearch-entry {
  padding: 0;
}
.header-style13 .header-mid .search-cate .revo_top .top-form.top-search form {
  margin: 0;
  position: relative;
  z-index: 10;
}
.header-style13 .header-mid .search-cate .revo_top .top-form.top-search .cat-wrapper {
  display: block;
  position: absolute;
  height: 40px;
  top: 0;
  left: 0px;
  right: auto;
  border-radius: 4px 0 0 4px;
  overflow: hidden;
  color: #666;
  border-right: 1px solid #ccc;
}
.header-style13 .header-mid .search-cate .revo_top .top-form.top-search .cat-wrapper:before {
  content: '\f107';
  font-family: FontAwesome;
  color: #666;
  font-size: 14px;
  position: absolute;
  top: 13px;
  right: 20px;
}
.rtl .header-style13 .header-mid .search-cate .revo_top .top-form.top-search .cat-wrapper {
  border-left: 1px solid #ccc;
  border-right: 0;
  border-radius: 0 4px 4px 0;
  right: 0;
  left: auto;
}
.rtl .header-style13 .header-mid .search-cate .revo_top .top-form.top-search .cat-wrapper:before {
  right: auto;
  left: 20px;
}
.header-style13 .header-mid .search-cate .revo_top .top-form.top-search .cat-wrapper .label-search {
  display: block;
  font-size: 12px;
  margin-bottom: 0;
  color: #666;
}
.header-style13 .header-mid .search-cate .revo_top .top-form.top-search .cat-wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0 !important;
  padding: 0px 10px 0;
  height: 40px;
  width: 135px;
  color: #666;
  background: #fff;
}
.header-style13 .header-mid .search-cate .revo_top .top-form.top-search .cat-wrapper select:focus {
  outline: none;
  background-color: #fff;
}
.header-style13 .header-mid .search-cate .revo_top .top-form.top-search input {
  width: 100%;
  background: #fff;
  height: 40px;
  border: none;
  font-size: 12px;
  line-height: 40px;
  margin-bottom: 0;
  padding-left: 150px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.rtl .header-style13 .header-mid .search-cate .revo_top .top-form.top-search input {
  padding-right: 150px;
  padding-left: 0;
}
.header-style13 .header-mid .search-cate .revo_top .top-form.top-search button.form-button {
  height: 40px;
  line-height: 40px;
  width: 50px;
  margin: 0;
  border: 0;
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
  font-size: 16px;
  color: #999;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  background: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.rtl .header-style13 .header-mid .search-cate .revo_top .top-form.top-search button.form-button {
  left: 0;
  right: auto;
}
.header-style13 .header-mid .search-cate .revo_top .top-form.top-search button.form-button:hover {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.header-style13 .header-mid .search-cate .revo_top .top-form.top-search button.form-button:hover:before {
  color: #d263ee;
}
.header-style13 .header-mid .search-cate .revo_top .top-form.top-search.non-category input {
  padding: 0;
}
.rtl .header-style13 .header-mid .search-cate .revo_top .top-form.top-search.non-category input {
  padding-right: 0;
}
.header-style13 .header-mid .search-cate .revo_top.revo_top-3 .top-form.top-search input {
  padding: 0 5px;
}
.rtl .header-style13 .header-mid .search-cate .revo_top.revo_top-3 .top-form.top-search input {
  padding: 0 5px;
}
.header-style13 .top-form.revo-minicart6 {
  padding-right: 15px;
  margin-top: 4px;
}
.rtl .header-style13 .top-form.revo-minicart6 {
  padding-right: 0;
  padding-left: 15px;
}
.header-style13 .top-form.revo-minicart6 .top-minicart-icon {
  border: 2px #eee solid;
  border-radius: 4px;
}
.header-style13 .top-form.revo-minicart6 .top-minicart-icon .cart-contents {
  display: inline-block;
  vertical-align: top;
  border-right: 2px #eee solid;
  position: relative;
  text-align: center;
}
.rtl .header-style13 .top-form.revo-minicart6 .top-minicart-icon .cart-contents {
  border-left: 2px #eee solid;
  border-right: none;
}
.header-style13 .top-form.revo-minicart6 .top-minicart-icon .cart-contents i.fa {
  height: 39px;
  line-height: 38px;
  width: 39px;
  font-size: 16px;
}
.header-style13 .top-form.revo-minicart6 .top-minicart-icon .cart-contents .minicart-number {
  position: absolute;
  top: -10px;
  right: -10px;
  background: #d263ee;
  color: #fff;
  font-size: 11px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
}
.rtl .header-style13 .top-form.revo-minicart6 .top-minicart-icon .cart-contents .minicart-number {
  right: auto;
  left: -10px;
}
.header-style13 .top-form.revo-minicart6 .top-minicart-icon .cart-title {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  padding: 0 5px;
}
.header-style13 .top-form.revo-minicart6 .top-minicart-icon .cart-title h3 {
  font-size: 12px;
  font-weight: normal;
  height: 39px;
  line-height: 39px;
  text-transform: capitalize;
  margin-bottom: 0;
}
.header-style13 .top-form.revo-minicart6 .top-minicart-icon .cart-title span {
  color: #d263ee;
  font-size: 14px;
}
.header-style13 .top-form:hover .wrapp-minicart {
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -o-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
}
.header-style13 .nav-pills >li > a {
  padding: 18px;
  font-size: 14px;
}
.header-style13 .nav-pills >li > a:after {
  display: none;
}
.header-style13 .nav-pills.nav-mega .autusin-mega-menu.autusin-menu-img > a span.menu-img {
  top: -4px;
}
.header-style13 .sticky-menu {
  position: fixed;
  z-index: 99;
  background: #fff;
  box-shadow: 0 2px 1px #eee;
}
.vc_row.pos-in13 {
  overflow: inherit !important;
}
.sw-child-cat4 .child-top {
  background: #0072bc;
  padding-top: 44px;
  padding-left: 94px;
}
.rtl .sw-child-cat4 .child-top {
  padding-left: 0;
  padding-right: 94px;
}
.sw-child-cat4 .child-top .box-title {
  background: #f3f3f3;
  padding: 18px 15px;
  position: relative;
}
.sw-child-cat4 .child-top .box-title:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: -15px;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-right: 15px solid #f3f3f3;
}
.rtl .sw-child-cat4 .child-top .box-title:before {
  left: auto;
  right: -15px;
  border-right: none;
  border-left: 15px solid #f3f3f3;
}
.sw-child-cat4 .child-top .box-title:after {
  content: "\f135";
  font-family: FontAwesome;
  font-size: 30px;
  color: #fff;
  position: absolute;
  bottom: 46px;
  left: -70px;
  z-index: 2;
  visibility: visible;
}
.rtl .sw-child-cat4 .child-top .box-title:after {
  left: auto;
  right: -70px;
}
.sw-child-cat4 .child-top .box-title h3 {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 600;
  color: #0072bc;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 0;
  padding: 0;
}
.sw-child-cat4 .child-top .box-title .view-all {
  font-size: 12px;
  color: #999;
  text-transform: capitalize;
  margin: 4px 0 0 90px;
  display: inline-block;
  vertical-align: top;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.rtl .sw-child-cat4 .child-top .box-title .view-all {
  margin: 4px 90px 0 0;
}
.sw-child-cat4 .child-top .box-title .view-all:hover {
  color: #d263ee;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.sw-child-cat4 .child-top .box-title .button-collapse {
  display: none;
}
.sw-child-cat4 .child-top .box-title .childcat-content {
  margin-top: 4px;
}
.sw-child-cat4 .child-top .box-title .childcat-content ul {
  margin: 0;
  list-style: none;
}
.sw-child-cat4 .child-top .box-title .childcat-content ul li {
  display: inline-block;
  vertical-align: top;
  padding: 0 0 0 20px;
}
.sw-child-cat4 .child-top .box-title .childcat-content ul li a {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  color: #898989;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.sw-child-cat4 .child-top .box-title .childcat-content ul li a:hover {
  color: #d263ee;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.sw-child-cat4 .childcat-slider-content .child-top-left {
  width: 20%;
}
.sw-child-cat4 .childcat-slider-content .child-top-left .banner-category a {
  display: block;
  overflow: hidden;
}
.sw-child-cat4 .childcat-slider-content .child-top-left .banner-category a img {
  margin-bottom: 0;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.sw-child-cat4 .childcat-slider-content .child-top-left .banner-category:hover a img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.sw-child-cat4 .childcat-slider-content .resp-slider .slider .item {
  width: 20%;
  border-left: 1px #ddd solid;
  border-bottom: 1px #ccc solid;
}
.sw-child-cat4 .childcat-slider-content .resp-slider .slider .item:first-child {
  border-left: none;
}
.sw-child-cat4 .childcat-slider-content .resp-slider .slider .item .item-wrap .item-detail .item-img a img {
  max-width: 300px;
}
.sw-child-cat4 .childcat-slider-content .resp-slider .slider .item .item-wrap .item-detail .item-content {
  background: #f6f6f6;
  padding: 22px 0;
}
.sw-child-cat4 .childcat-slider-content .resp-slider .slider .item .item-wrap .item-detail .item-content h4 {
  margin-bottom: 13px;
}
.sw-child-cat4 .childcat-slider-content .resp-slider .slider .item .item-wrap .item-detail .item-content h4 a {
  text-transform: uppercase;
  font-weight: 600;
}
.sw-child-cat4 .childcat-slider-content .resp-slider .slider .item .item-wrap .item-detail .item-content .reviews-content {
  display: block;
  float: none;
  padding-top: 0;
  margin-bottom: 4px;
}
.sw-child-cat4 .childcat-slider-content .resp-slider .slider .item .item-wrap .item-detail .item-content .reviews-content div.star {
  background: url("../assets/img/star1.png");
  margin-bottom: 10px;
  height: 11px;
}
.sw-child-cat4 .childcat-slider-content .resp-slider .slider .item .item-wrap .item-detail .item-content .reviews-content div.star span {
  background: url("../assets/img/star1-active.png");
}
.sw-child-cat4 .childcat-slider-content .resp-slider .slider .item .item-wrap .item-detail .item-content .item-price {
  font-size: 20px;
}
.sw-child-cat4 .childcat-slider-content .resp-slider .slider .item .item-wrap .item-detail .item-content .item-price del {
  margin-top: 5px;
}
.sw-child-cat4.style1 .child-top {
  background: #ff3366;
}
.sw-child-cat4.style1 .child-top .box-title:after {
  content: "\f27e";
}
.sw-child-cat4.style1 .child-top .box-title h3 {
  color: #ff3366;
}
.block-home13 {
  background-size: cover;
}
.block-home13 .wpb_raw_html {
  margin: 0;
  overflow: hidden;
}
.block-home13 .block-infos {
  margin: 30px 0 100px 0;
  overflow: hidden;
}
.block-home13 .block-infos .info {
  width: 25%;
  float: left;
  text-align: center;
}
.rtl .block-home13 .block-infos .info {
  float: right;
}
.block-home13 .block-infos .info.info1 .inner {
  border-left: 0;
}
.rtl .block-home13 .block-infos .info.info1 .inner {
  border-right: 0;
}
.block-home13 .block-infos .info .inner i {
  display: inline-block;
  vertical-align: top;
  font-size: 36px;
  padding-top: 2px;
  color: #d263ee;
}
.block-home13 .block-infos .info .inner .info-cont {
  padding-left: 25px;
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.rtl .block-home13 .block-infos .info .inner .info-cont {
  padding-right: 25px;
  padding-left: 0;
  text-align: right;
}
.block-home13 .block-infos .info .inner .info-cont span {
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 2px;
}
.block-home13 .block-infos .info .inner .info-cont p {
  text-transform: capitalize;
  padding-top: 2px;
  color: #999;
  margin-bottom: 3px;
  font-size: 13px;
}
.block-home13 .block-infos .info:hover {
  color: #d263ee;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.block-home13 .block-infos .info:hover .info-cont span {
  color: #d263ee;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.featured-product4,
.best-selling-product4,
.woo-slider-style2 {
  background: #f6f6f6;
  padding: 0 15px;
  position: relative;
  margin-bottom: 10px;
}
.featured-product4 .block-title h3,
.best-selling-product4 .block-title h3,
.woo-slider-style2 .block-title h3 {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: bold;
  color: #222;
  padding: 15px 0;
}
.featured-product4 .resp-slider-container .slider,
.best-selling-product4 .resp-slider-container .slider,
.woo-slider-style2 .resp-slider-container .slider {
  margin: 0 -15px;
}
.featured-product4 .resp-slider-container .slider .item,
.best-selling-product4 .resp-slider-container .slider .item,
.woo-slider-style2 .resp-slider-container .slider .item {
  padding: 0 15px;
}
.featured-product4 .resp-slider-container .slider .item .item-wrap,
.best-selling-product4 .resp-slider-container .slider .item .item-wrap,
.woo-slider-style2 .resp-slider-container .slider .item .item-wrap {
  background: #f6f6f6;
}
.featured-product4 .resp-slider-container .slider .item .item-wrap .item-detail .item-img,
.best-selling-product4 .resp-slider-container .slider .item .item-wrap .item-detail .item-img,
.woo-slider-style2 .resp-slider-container .slider .item .item-wrap .item-detail .item-img {
  border: 1px #ccc solid;
}
.featured-product4 .resp-slider-container .slider .item .item-wrap .item-detail .item-img a,
.best-selling-product4 .resp-slider-container .slider .item .item-wrap .item-detail .item-img a,
.woo-slider-style2 .resp-slider-container .slider .item .item-wrap .item-detail .item-img a {
  vertical-align: top;
}
.featured-product4 .resp-slider-container .slider .item .item-wrap .item-detail .item-content,
.best-selling-product4 .resp-slider-container .slider .item .item-wrap .item-detail .item-content,
.woo-slider-style2 .resp-slider-container .slider .item .item-wrap .item-detail .item-content {
  background: #f6f6f6;
  padding: 22px 0;
}
.featured-product4 .resp-slider-container .slider .item .item-wrap .item-detail .item-content h4,
.best-selling-product4 .resp-slider-container .slider .item .item-wrap .item-detail .item-content h4,
.woo-slider-style2 .resp-slider-container .slider .item .item-wrap .item-detail .item-content h4 {
  margin-bottom: 13px;
}
.featured-product4 .resp-slider-container .slider .item .item-wrap .item-detail .item-content h4 a,
.best-selling-product4 .resp-slider-container .slider .item .item-wrap .item-detail .item-content h4 a,
.woo-slider-style2 .resp-slider-container .slider .item .item-wrap .item-detail .item-content h4 a {
  text-transform: uppercase;
  font-weight: 600;
}
.featured-product4 .resp-slider-container .slider .item .item-wrap .item-detail .item-content .reviews-content,
.best-selling-product4 .resp-slider-container .slider .item .item-wrap .item-detail .item-content .reviews-content,
.woo-slider-style2 .resp-slider-container .slider .item .item-wrap .item-detail .item-content .reviews-content {
  display: block;
  float: none;
  padding-top: 0;
  margin-bottom: 4px;
}
.featured-product4 .resp-slider-container .slider .item .item-wrap .item-detail .item-content .reviews-content div.star,
.best-selling-product4 .resp-slider-container .slider .item .item-wrap .item-detail .item-content .reviews-content div.star,
.woo-slider-style2 .resp-slider-container .slider .item .item-wrap .item-detail .item-content .reviews-content div.star {
  background: url("../assets/img/star1.png");
  margin-bottom: 10px;
  height: 11px;
}
.featured-product4 .resp-slider-container .slider .item .item-wrap .item-detail .item-content .reviews-content div.star span,
.best-selling-product4 .resp-slider-container .slider .item .item-wrap .item-detail .item-content .reviews-content div.star span,
.woo-slider-style2 .resp-slider-container .slider .item .item-wrap .item-detail .item-content .reviews-content div.star span {
  background: url("../assets/img/star1-active.png");
}
.featured-product4 .resp-slider-container .slider .item .item-wrap .item-detail .item-content .item-price,
.best-selling-product4 .resp-slider-container .slider .item .item-wrap .item-detail .item-content .item-price,
.woo-slider-style2 .resp-slider-container .slider .item .item-wrap .item-detail .item-content .item-price {
  font-size: 20px;
}
.featured-product4 .resp-slider-container .slider .item .item-wrap .item-detail .item-content .item-price del,
.best-selling-product4 .resp-slider-container .slider .item .item-wrap .item-detail .item-content .item-price del,
.woo-slider-style2 .resp-slider-container .slider .item .item-wrap .item-detail .item-content .item-price del {
  margin-top: 5px;
}
.featured-product4 .res-button,
.best-selling-product4 .res-button,
.woo-slider-style2 .res-button {
  width: 28px;
  height: 28px;
  display: inline-block;
  position: absolute;
  top: -34px;
  z-index: 2;
  cursor: pointer;
}
.featured-product4 .res-button.slick-prev,
.best-selling-product4 .res-button.slick-prev,
.woo-slider-style2 .res-button.slick-prev {
  right: 48px;
  background: url(../assets/img/bg_general.png) no-repeat -20px -1111px;
}
.rtl .featured-product4 .res-button.slick-prev,
.rtl .best-selling-product4 .res-button.slick-prev,
.rtl .woo-slider-style2 .res-button.slick-prev {
  left: 15px;
  right: auto;
}
.featured-product4 .res-button.slick-prev:hover,
.best-selling-product4 .res-button.slick-prev:hover,
.woo-slider-style2 .res-button.slick-prev:hover {
  background: url(../assets/img/bg_general.png) no-repeat -20px -1063px;
}
.featured-product4 .res-button.slick-next,
.best-selling-product4 .res-button.slick-next,
.woo-slider-style2 .res-button.slick-next {
  right: 15px;
  background: url(../assets/img/bg_general.png) no-repeat -20px -1015px;
}
.rtl .featured-product4 .res-button.slick-next,
.rtl .best-selling-product4 .res-button.slick-next,
.rtl .woo-slider-style2 .res-button.slick-next {
  left: 48px;
  right: auto;
}
.featured-product4 .res-button.slick-next:hover,
.best-selling-product4 .res-button.slick-next:hover,
.woo-slider-style2 .res-button.slick-next:hover {
  background: url(../assets/img/bg_general.png) no-repeat -20px -967px;
}
.featured-product4 .res-button,
.best-selling-product4 .res-button,
.woo-slider-style2 .res-button {
  top: 15px;
}
.feature-new13 {
  margin: 0 10px;
  position: relative;
  margin-top: -65px;
}
.feature-new13 .vc_col-sm-4:nth-child(2) {
  border-left: 1px #ccc solid;
  border-right: 1px #ccc solid;
}
.footer-style14 {
  padding-top: 50px;
  background: #f6f6f6;
}
.footer-style14 .elementor-widget-container h5,
.footer-style14 .elementor-widget-container h2,
.footer-style14 .widget_nav_menu h5,
.footer-style14 .widget_nav_menu h2 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  color: #222;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.footer-style14 .elementor-widget-container ul li a,
.footer-style14 .widget_nav_menu ul li a {
  font-size: 12px;
  color: #707070;
  line-height: 26px;
  display: block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.footer-style14 .elementor-widget-container ul li a:hover,
.footer-style14 .widget_nav_menu ul li a:hover {
  color: #d263ee;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.footer-style14 .info-foot {
  margin-bottom: 30px;
}
.footer-style14 .info-foot h5,
.footer-style14 .info-foot h3 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  color: #222;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.footer-style14 .info-foot ul {
  margin: 0;
  list-style: none;
}
.footer-style14 .info-foot ul li {
  font-size: 12px;
  color: #707070;
  line-height: 26px;
}
.footer-style14 .info-foot ul li a {
  color: #707070;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.footer-style14 .info-foot ul li a:hover {
  color: #d263ee;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.footer-style14 .socials-foot ul {
  margin: 0;
  list-style: none;
}
.footer-style14 .socials-foot ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 0 0;
}
.rtl .footer-style14 .socials-foot ul li {
  margin: 0 0 0 10px;
}
.footer-style14 .socials-foot ul li a {
  font-size: 20px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  margin-bottom: 5px;
  background: #ccc;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.footer-style14 .socials-foot ul li a:hover {
  background: #d263ee;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.footer-style14 .newsletter-foot .form-newsletter .mc4wp-form-fields {
  border: 1px #ccc solid;
}
.footer-style14 .newsletter-foot .form-newsletter .mc4wp-form-fields p {
  margin: 0;
}
.footer-style14 .newsletter-foot .form-newsletter .mc4wp-form-fields input[type="email"] {
  border: 0;
  color: #8c8c8c;
  height: 40px;
  padding: 0 14px;
  width: 80%;
  background: #f6f6f6;
  border-radius: 0;
  margin: 0;
  font-size: 12px;
}
.footer-style14 .newsletter-foot .form-newsletter .mc4wp-form-fields input[type="submit"] {
  border: 0;
  background: url("../assets/img/fly.png") no-repeat #d263ee center center;
  height: 40px;
  width: 20%;
  border-radius: 0;
  text-indent: -99999px;
  margin: 0;
}
.footer-style14 .newsletter-foot .form-newsletter .mc4wp-form-fields input[type="submit"]:hover {
  opacity: 0.85;
}
.responsive-post-slider6 {
  margin-bottom: 60px;
}
.responsive-post-slider6 .block-title {
  text-align: center;
  margin-bottom: 25px;
}
.responsive-post-slider6 .block-title h3 {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: bold;
  color: #222;
  margin-bottom: 8;
}
.responsive-post-slider6 .block-title p {
  color: #999;
}
.responsive-post-slider6 .resp-slider-container .slider {
  margin: 0 -15px;
}
.responsive-post-slider6 .resp-slider-container .slider .item {
  padding: 0 15px;
}
.responsive-post-slider6 .resp-slider-container .slider .item .item-detail .img_over {
  border-radius: 4px;
  overflow: hidden;
}
.responsive-post-slider6 .resp-slider-container .slider .item .item-detail .img_over img {
  width: 100%;
  margin-bottom: 30px;
}
.responsive-post-slider6 .resp-slider-container .slider .item .item-detail .img_over a:hover img {
  opacity: 0.85;
}
.responsive-post-slider6 .resp-slider-container .slider .item .item-detail .entry-content {
  padding-left: 70px;
  position: relative;
}
.rtl .responsive-post-slider6 .resp-slider-container .slider .item .item-detail .entry-content {
  padding-left: 0;
  padding-right: 70px;
}
.responsive-post-slider6 .resp-slider-container .slider .item .item-detail .entry-content .entry-date {
  position: absolute;
  top: 0;
  left: 0;
  background: #252525;
  color: #fff;
  text-align: center;
  width: 56px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px 0;
}
.responsive-post-slider6 .resp-slider-container .slider .item .item-detail .entry-content .entry-date .month-time {
  font-size: 12px;
}
.rtl .responsive-post-slider6 .resp-slider-container .slider .item .item-detail .entry-content .entry-date {
  left: auto;
  right: 0;
}
.responsive-post-slider6 .resp-slider-container .slider .item .item-detail .entry-content h4 a {
  color: #222;
  font-weight: bold;
  font-size: 14px;
  text-transform: capitalize;
  display: block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.responsive-post-slider6 .resp-slider-container .slider .item .item-detail .entry-content h4 a:hover {
  color: #d263ee;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.responsive-post-slider6 .resp-slider-container .slider .item .item-detail .entry-content .entry-meta {
  color: #999;
  font-size: 12px;
  overflow: hidden;
  margin-bottom: 15px;
}
.responsive-post-slider6 .resp-slider-container .slider .item .item-detail .entry-content .entry-meta a {
  color: #999;
}
.responsive-post-slider6 .resp-slider-container .slider .item .item-detail .entry-content .entry-meta i {
  font-size: 12px;
  color: #999;
  margin-right: 5px;
}
.rtl .responsive-post-slider6 .resp-slider-container .slider .item .item-detail .entry-content .entry-meta i {
  margin: 0 0 0 5px;
}
.responsive-post-slider6 .resp-slider-container .slider .item .item-detail .entry-content .description {
  margin-bottom: 20px;
}
.responsive-post-slider6 .resp-slider-container .slider .item .item-detail .entry-content .readmore a {
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  text-align: center;
  font-size: 14px;
  border: 1px #eee solid;
  color: #999;
  font-weight: bold;
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.responsive-post-slider6 .resp-slider-container .slider .item .item-detail .entry-content .readmore a:hover {
  background: #d263ee;
  border-color: #d263ee;
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.brand-tesin13 {
  background-size: cover;
}
.rtl .wpb_single_image.vc_align_left {
  text-align: right;
}
.rtl .wpb_single_image.vc_align_right {
  text-align: left;
}
@media (min-width: 1200px) and (max-width: 1390px) {
  .home-style13 .wrapper_vertical_menu {
    min-width: 224px;
  }
  .home-style13 .wrapper_vertical_menu .vertical-megamenu > li > a {
    line-height: 37px;
  }
  .home-style13 .wrapper_vertical_menu .vertical-megamenu > li.revo-menu-img > a span.menu-img {
    top: 9px;
  }
  .header-style13 .header-mid .top-form.revo-minicart6 .cart-title {
    display: none;
  }
  .header-style13 .header-mid .top-form.revo-minicart6 .cart-contents {
    border: none;
  }
  .rtl .header-style13 .header-mid .top-form.revo-minicart6 .cart-contents {
    border: none;
  }
  .sw-child-cat4 .childcat-slider-content .resp-slider .slider .item .item-wrap .item-detail .item-img a img {
    max-width: 174px;
  }
  .footer-style14 .socials-foot {
    display: none;
  }
}
@media (max-width: 1199px) {
  .home-style13 .wrapper_vertical_menu {
    min-width: 256px;
  }
  .header-style13 .header-mid .top-form.revo-minicart6 .cart-title {
    display: none;
  }
  .header-style13 .header-mid .top-form.revo-minicart6 .cart-contents {
    border: none;
  }
  .rtl .header-style13 .header-mid .top-form.revo-minicart6 .cart-contents {
    border: none;
  }
  .sw-child-cat4 .childcat-slider-content .resp-slider .slider .item .item-wrap .item-detail .item-img a img {
    max-width: 140px;
  }
  .sw-child-cat4 .childcat-slider-content .resp-slider .slider .item .item-wrap .item-detail .item-content {
    padding: 10px 0;
  }
  .sw-child-cat4 .childcat-slider-content .resp-slider .slider .item .item-wrap .item-detail .item-content .reviews-content {
    margin-bottom: 0;
  }
  .sw-child-cat4 .childcat-slider-content .resp-slider .slider .item .item-wrap .item-detail .item-content h4 {
    margin-bottom: 4px;
  }
}
@media (min-width: 991px) and (max-width: 1199px) {
  .header-style13 .header-mid .search-cate {
    display: none;
  }
}
@media (max-width: 991px) {
  .home-style13 .mega-left-title,
  .home-style13 .wrapper_vertical_menu .vertical-megamenu {
    display: none;
  }
  .home-style13 .wp_verticle_revo {
    display: none;
  }
  .header-style13 .header-top .top-header .socials-header,
  .header-style13 .header-top .top-header .phone-add {
    display: none;
  }
  .header-style13 .header-mid .revo-logo {
    margin-bottom: 10px;
  }
  .header-style13 #main-menu {
    position: relative;
  }
  .header-style13 #main-menu .primary-menu .resmenu-container .navbar-toggle {
    margin: 8px 10px;
  }
  .sw-child-cat4 .child-top .box-title .view-all {
    display: none;
  }
  .sw-child-cat4 .child-top .box-title .button-collapse {
    position: absolute;
    top: 15px;
    z-index: 9;
    display: block;
    background: #cccccc none repeat scroll 0 0;
    border-radius: 3px;
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
    height: 30px;
    line-height: 30px;
    right: 15px;
    text-align: center;
    width: 30px;
  }
  .sw-child-cat4 .child-top .box-title .button-collapse:hover {
    background: #d263ee;
  }
  .rtl .sw-child-cat4 .child-top .box-title .button-collapse {
    left: 15px;
    right: auto;
  }
  .sw-child-cat4 .child-top .box-title .button-collapse:before {
    content: '\f0c9';
    font-family: FontAwesome;
    font-size: 16px;
    color: #fff;
    height: 30px;
    width: 30px;
    line-height: 30px;
    display: inline-block;
    text-align: center;
  }
  .sw-child-cat4 .child-top .box-title .childcat-content {
    padding: 0;
    border: 0;
    height: 0;
    margin: 0;
    overflow: hidden;
    text-align: left;
    position: absolute;
    top: 44px;
    z-index: 9;
    right: 15px;
    box-shadow: 0 3px 3px rgba(0,0,0,0.3);
    background: #fff;
    width: 250px;
  }
  .rtl .sw-child-cat4 .child-top .box-title .childcat-content {
    left: 15px;
    right: auto;
  }
  .sw-child-cat4 .child-top .box-title .childcat-content ul {
    padding: 0;
  }
  .sw-child-cat4 .child-top .box-title .childcat-content ul > li {
    list-style: none;
    line-height: 40px;
    float: none !important;
    width: 100%;
    padding: 0;
    border-radius: 0;
    border: 0;
    background-color: #fff;
  }
  .sw-child-cat4 .child-top .box-title .childcat-content ul > li > a {
    font-size: 14px;
    line-height: 22px;
    color: #444;
    display: block;
    padding: 9px 20px;
    border-radius: 0;
  }
  .rtl .sw-child-cat4 .child-top .box-title .childcat-content ul > li > a {
    text-align: right;
  }
  .sw-child-cat4 .child-top .box-title .childcat-content ul > li > a:after {
    width: 0;
    height: 0;
  }
  .sw-child-cat4 .child-top .box-title .childcat-content ul > li:hover > a {
    background-color: #d263ee;
    color: #fff !important;
    border-top: 1px solid #d263ee;
  }
  .sw-child-cat4 .child-top .box-title .childcat-content ul > li:hover > a:before {
    opacity: 0 !important;
  }
  .sw-child-cat4 .childcat-slider-content .child-top-left {
    display: none;
  }
  .sw-child-cat4 .childcat-slider-content .resp-slider .slider .item {
    border: none;
    width: 33.332%;
  }
  .block-home13 .block-infos .info .inner .info-cont {
    padding-left: 15px;
  }
  .rtl .block-home13 .block-infos .info .inner .info-cont {
    padding-right: 15px;
  }
  .featured-product4 .block-title h3,
  .best-selling-product4 .block-title h3,
  .woo-slider-style2 .block-title h3 {
    font-size: 16px;
  }
  .featured-product4 .res-button,
  .best-selling-product4 .res-button,
  .woo-slider-style2 .res-button {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .header-style13 .sticky-menu {
    position: relative;
    box-shadow: none;
  }
  .header-style13 #main-menu .primary-menu .resmenu-container .navbar-toggle {
    margin: 4px 10px;
  }
  .header-style13 .header-mid .top-form.revo-minicart6 {
    margin-top: 0;
  }
  .header-style13 .header-mid .top-form.revo-minicart6 .cart-title {
    display: none;
  }
  .header-style13 .header-mid .top-form.revo-minicart6 .cart-contents {
    border: none;
  }
  .rtl .header-style13 .header-mid .top-form.revo-minicart6 .cart-contents {
    border: none;
  }
  .header-style13 .header-mid .search-cate {
    width: 63%;
    margin: 0;
    float: right;
  }
  .rtl .header-style13 .header-mid .search-cate {
    float: left;
  }
  .header-style13 .header-mid .search-cate .revo_top .top-form.top-search .cat-wrapper {
    display: none;
  }
  .header-style13 .header-mid .search-cate .revo_top .top-form.top-search input {
    padding-left: 10px;
  }
  .rtl .header-style13 .header-mid .search-cate .revo_top .top-form.top-search input {
    padding-right: 10px;
  }
  .sw-child-cat4 .childcat-slider-content .resp-slider .slider .item {
    width: 50%;
  }
  .block-home13 {
    display: none;
  }
  .feature-new13 {
    margin-top: 0;
  }
  .feature-new13 .vc_col-sm-4:nth-child(2) {
    border: none;
  }
  .home-style13 .footer .footer-copyright .copyright-text {
    float: none;
    text-align: center;
  }
}
@media (max-width: 360px) {
  .header-style13 .header-mid .search-cate {
    width: 56%;
  }
}
.home-style14 .wpb_revslider_element {
  margin-bottom: 60px;
}
.home-style14 .header-style14 {
  margin-bottom: 30px;
}
.home-style14 .header-style14 .wrapper_vertical_menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(2px);
  -moz-transform: translateY(2px);
  -o-transform: translateY(2px);
  -ms-transform: translateY(2px);
  transform: translateY(2px);
  box-shadow: 0px 1px 2px 2px #efefef;
  border: none;
}
.home-style14 .responsive-post-slider {
  margin-bottom: 60px;
}
.home-style14 .responsive-post-slider .res-button {
  top: 45px;
}
.home-style14 .sw-brand-container-slider {
  border: none;
  padding: 0;
  position: relative;
  margin: 0 0 30px 0;
}
.home-style14 .sw-brand-container-slider .res-button {
  position: absolute;
  top: 10px;
  cursor: pointer;
  font-size: 16px;
  width: 25px;
  height: 25px;
  border: 2px #ccc solid;
  text-align: center;
  line-height: 21px;
  z-index: 8;
  background: #404040;
  border-radius: 50%;
}
.home-style14 .sw-brand-container-slider .res-button.slick-next {
  right: 15px;
}
.rtl .home-style14 .sw-brand-container-slider .res-button.slick-next {
  left: 15px;
  right: auto;
}
.home-style14 .sw-brand-container-slider .res-button.slick-next:before {
  content: '\f0da';
  font-family: FontAwesome;
  color: #b3b3b3;
}
.rtl .home-style14 .sw-brand-container-slider .res-button.slick-next:before {
  content: '\f0d9';
}
.home-style14 .sw-brand-container-slider .res-button.slick-next:hover {
  background: #d263ee;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.home-style14 .sw-brand-container-slider .res-button.slick-next:hover:before {
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.home-style14 .sw-brand-container-slider .res-button.slick-prev {
  right: 45px;
}
.rtl .home-style14 .sw-brand-container-slider .res-button.slick-prev {
  left: 45px;
  right: auto;
}
.home-style14 .sw-brand-container-slider .res-button.slick-prev:before {
  content: '\f0d9';
  font-family: FontAwesome;
  color: #b3b3b3;
}
.rtl .home-style14 .sw-brand-container-slider .res-button.slick-prev:before {
  content: '\f0da';
}
.home-style14 .sw-brand-container-slider .res-button.slick-prev:hover {
  background: #d263ee;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.home-style14 .sw-brand-container-slider .res-button.slick-prev:hover:before {
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.home-style14 .sw-brand-container-slider .res-button {
  top: 43px;
}
.home-style14 .sw-brand-container-slider .res-button.slick-prev {
  left: 0;
}
.home-style14 .sw-brand-container-slider .res-button.slick-next {
  right: 0;
}
.home-style14 .footer-copyright {
  display: none;
}
.header-style14 .header-top {
  background: #282828;
  padding: 2px 0;
}
.header-style14 .header-top .top-header .socials-header {
  padding-top: 4px;
}
.header-style14 .header-top .top-header .socials-header ul {
  margin: 0;
  list-style: none;
}
.header-style14 .header-top .top-header .socials-header ul li {
  display: inline-block;
  vertical-align: top;
}
.header-style14 .header-top .top-header .socials-header ul li a {
  color: #ccc;
  display: block;
  border-radius: 4px;
  width: 30px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  border: 1px rgba(255,255,255,0.1) solid;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.header-style14 .header-top .top-header .socials-header ul li a:hover {
  background: #d263ee;
  color: #fff;
  border-color: #d263ee;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.header-style14 .header-top .top-login ul li a {
  color: #ccc;
  border: none;
  padding: 0;
}
.header-style14 .header-top .top-login ul li a:hover {
  color: #d263ee;
}
.rtl .header-style14 .header-top .top-login ul li a {
  border: none;
}
.header-style14 .header-top #lang_sel > ul.nav > li > a,
.header-style14 .header-top .currency_w > li > a {
  color: #ccc;
  border-color: rgba(255,255,255,0.1);
}
.header-style14 .header-mid {
  padding: 31px 0 25px 0;
}
.header-style14 .header-mid .search-cate {
  margin-top: 4px;
}
.header-style14 .header-mid .search-cate .revo_top {
  border: 2px #eee solid;
  border-radius: 4px;
  padding: 0;
}
.header-style14 .header-mid .search-cate .revo_top .top-form.top-search {
  top: 0;
  margin: 0;
  display: inline-block;
  position: relative;
  background-color: #fff;
  width: 100%;
  min-width: auto;
  z-index: 99;
}
.header-style14 .header-mid .search-cate .revo_top .top-form.top-search .topsearch-entry {
  padding: 0;
}
.header-style14 .header-mid .search-cate .revo_top .top-form.top-search form {
  margin: 0;
  position: relative;
  z-index: 10;
}
.header-style14 .header-mid .search-cate .revo_top .top-form.top-search .cat-wrapper {
  display: block;
  position: absolute;
  height: 40px;
  top: 0;
  left: 0px;
  right: auto;
  border-radius: 4px 0 0 4px;
  overflow: hidden;
  color: #666;
  border-right: 1px solid #ccc;
}
.header-style14 .header-mid .search-cate .revo_top .top-form.top-search .cat-wrapper:before {
  content: '\f107';
  font-family: FontAwesome;
  color: #666;
  font-size: 14px;
  position: absolute;
  top: 13px;
  right: 20px;
}
.rtl .header-style14 .header-mid .search-cate .revo_top .top-form.top-search .cat-wrapper {
  border-left: 1px solid #ccc;
  border-right: 0;
  border-radius: 0 4px 4px 0;
  right: 0;
  left: auto;
}
.rtl .header-style14 .header-mid .search-cate .revo_top .top-form.top-search .cat-wrapper:before {
  right: auto;
  left: 20px;
}
.header-style14 .header-mid .search-cate .revo_top .top-form.top-search .cat-wrapper .label-search {
  display: block;
  font-size: 12px;
  margin-bottom: 0;
  color: #666;
}
.header-style14 .header-mid .search-cate .revo_top .top-form.top-search .cat-wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0 !important;
  padding: 0px 10px 0;
  height: 40px;
  width: 135px;
  color: #666;
  background: #fff;
}
.header-style14 .header-mid .search-cate .revo_top .top-form.top-search .cat-wrapper select:focus {
  outline: none;
  background-color: #fff;
}
.header-style14 .header-mid .search-cate .revo_top .top-form.top-search input {
  width: 100%;
  background: #fff;
  height: 40px;
  border: none;
  font-size: 12px;
  line-height: 40px;
  margin-bottom: 0;
  padding-left: 150px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.rtl .header-style14 .header-mid .search-cate .revo_top .top-form.top-search input {
  padding-right: 150px;
  padding-left: 0;
}
.header-style14 .header-mid .search-cate .revo_top .top-form.top-search button.form-button {
  height: 40px;
  line-height: 40px;
  width: 50px;
  margin: 0;
  border: 0;
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
  font-size: 16px;
  color: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  background: #d263ee;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 0px 4px 4px 0;
}
.rtl .header-style14 .header-mid .search-cate .revo_top .top-form.top-search button.form-button {
  left: 0;
  right: auto;
  border-radius: 4px 0px 0px 4px;
}
.header-style14 .header-mid .search-cate .revo_top .top-form.top-search button.form-button:hover {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.header-style14 .header-mid .search-cate .revo_top .top-form.top-search button.form-button:hover:before {
  color: #222;
}
.header-style14 .header-mid .search-cate .revo_top .top-form.top-search.non-category input {
  padding: 0;
}
.rtl .header-style14 .header-mid .search-cate .revo_top .top-form.top-search.non-category input {
  padding-right: 0;
}
.header-style14 .header-mid .search-cate .revo_top.revo_top-3 .top-form.top-search input {
  padding: 0 5px;
}
.rtl .header-style14 .header-mid .search-cate .revo_top.revo_top-3 .top-form.top-search input {
  padding: 0 5px;
}
.header-style14 .header-mid .right-header {
  margin-top: 4px;
}
.header-style14 .header-mid .right-header .wishlist {
  margin: 0 15px;
}
.header-style14 .header-mid .right-header .wishlist a {
  border: 2px #eee solid;
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  text-align: center;
  border-radius: 4px;
}
.header-style14 .header-mid .right-header .wishlist a i.fa {
  font-size: 16px;
  width: 39px;
  height: 39px;
  line-height: 39px;
}
.header-style14 .header-bottom {
  border-bottom: 2px #d263ee solid;
  background: #fff;
}
.header-style14 .header-bottom .mega-left-title {
  background: #d263ee;
  border-radius: 4px 4px 0 0;
  height: 46px;
  line-height: 46px;
}
.header-style14 .header-bottom .mega-left-title:after {
  display: none;
}
.header-style14 .header-bottom .mega-left-title:before {
  position: absolute;
  right: 20px;
  top: 16px;
}
.rtl .header-style14 .header-bottom .mega-left-title:before {
  right: auto;
  left: 20px;
}
.header-style14 .header-bottom .mega-left-title strong {
  font-size: 14px;
}
.header-style14 .header-bottom .sticky-search {
  display: none;
  margin-top: 3px;
  position: relative;
}
.header-style14 .header-bottom .sticky-search.open i.fa:before {
  content: "\f00d";
}
.header-style14 .header-bottom .sticky-search.open .sticky-search-content {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.header-style14 .header-bottom .sticky-search .revo_top {
  padding: 0;
}
.header-style14 .header-bottom .sticky-search i {
  color: #222;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
  display: inline-block;
  width: 30px;
  line-height: 39px;
  height: 39px;
}
.header-style14 .header-bottom .sticky-search i:hover {
  color: #d263ee;
}
.header-style14 .header-bottom .sticky-search .sticky-search-content {
  position: absolute;
  top: 45px;
  right: 0px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(60px);
  -moz-transform: translateY(60px);
  -o-transform: translateY(60px);
  -ms-transform: translateY(60px);
  transform: translateY(60px);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  min-width: 300px;
}
.rtl .header-style14 .header-bottom .sticky-search .sticky-search-content {
  left: 0;
  right: auto;
}
.header-style14 .header-bottom .sticky-search .sticky-search-content .top-form.top-search {
  margin: 0;
  border-radius: 0;
  width: 100%;
  min-width: auto;
}
.header-style14 .header-bottom .sticky-search .sticky-search-content .top-form.top-search .topsearch-entry {
  padding: 0;
}
.header-style14 .header-bottom .sticky-search .sticky-search-content .top-form.top-search .topsearch-entry .search-append {
  top: 40px;
  left: 1px;
}
.rtl .header-style14 .header-bottom .sticky-search .sticky-search-content .top-form.top-search .topsearch-entry .search-append {
  right: 1px;
  left: auto;
}
.header-style14 .header-bottom .sticky-search .sticky-search-content .top-form.top-search .topsearch-entry.on:before {
  height: 0;
}
.header-style14 .header-bottom .sticky-search .sticky-search-content .top-form.top-search .cat-wrapper {
  display: none;
}
.header-style14 .header-bottom .sticky-search .sticky-search-content .top-form.top-search input {
  border: 0;
  border-radius: 0;
  height: 40px;
  float: left;
  padding: 0 20px;
  border: 1px solid #ccc;
}
.rtl .header-style14 .header-bottom .sticky-search .sticky-search-content .top-form.top-search input {
  float: right;
}
.header-style14 .header-bottom .sticky-search .sticky-search-content .top-form.top-search .button-search-pro {
  border: 0;
  border-radius: 0;
  background-color: #d263ee;
  height: 40px;
  color: #fff;
  line-height: 40px;
  display: inline-block;
  width: 50px;
}
.header-style14 .header-bottom .sticky-search .sticky-search-content .top-form.top-search .button-search-pro:hover {
  background-color: #c535e9;
}
.header-style14 .header-bottom .sticky-cart {
  display: none;
}
.header-style14 .header-bottom .sticky-cart .top-form.revo-minicart6 .top-minicart-icon {
  border: none;
}
.header-style14 .header-bottom .sticky-cart .top-form.revo-minicart6 .top-minicart-icon .cart-contents {
  border: none;
}
.rtl .header-style14 .header-bottom .sticky-cart .top-form.revo-minicart6 .top-minicart-icon .cart-contents {
  border: none;
}
.header-style14 .header-bottom .sticky-cart .top-form.revo-minicart6 .top-minicart-icon .cart-contents .minicart-number {
  top: 0;
  right: 0;
}
.rtl .header-style14 .header-bottom .sticky-cart .top-form.revo-minicart6 .top-minicart-icon .cart-contents .minicart-number {
  left: 0;
  right: auto;
}
.header-style14 .header-bottom .sticky-cart .top-form.revo-minicart6 .top-minicart-icon .cart-title {
  display: none;
}
.header-style14 .top-form.revo-minicart6 {
  padding-right: 15px;
  margin-top: 4px;
}
.rtl .header-style14 .top-form.revo-minicart6 {
  padding-right: 0;
  padding-left: 15px;
}
.header-style14 .top-form.revo-minicart6 .top-minicart-icon {
  border: 2px #eee solid;
  border-radius: 4px;
}
.header-style14 .top-form.revo-minicart6 .top-minicart-icon .cart-contents {
  display: inline-block;
  vertical-align: top;
  border-right: 2px #eee solid;
  position: relative;
  text-align: center;
}
.rtl .header-style14 .top-form.revo-minicart6 .top-minicart-icon .cart-contents {
  border-left: 2px #eee solid;
  border-right: none;
}
.header-style14 .top-form.revo-minicart6 .top-minicart-icon .cart-contents i.fa {
  height: 39px;
  line-height: 38px;
  width: 39px;
  font-size: 16px;
}
.header-style14 .top-form.revo-minicart6 .top-minicart-icon .cart-contents .minicart-number {
  position: absolute;
  top: -10px;
  right: -10px;
  background: #d263ee;
  color: #fff;
  font-size: 11px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
}
.rtl .header-style14 .top-form.revo-minicart6 .top-minicart-icon .cart-contents .minicart-number {
  right: auto;
  left: -10px;
}
.header-style14 .top-form.revo-minicart6 .top-minicart-icon .cart-title {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  padding: 0 5px;
}
.header-style14 .top-form.revo-minicart6 .top-minicart-icon .cart-title h3 {
  font-size: 12px;
  font-weight: normal;
  height: 39px;
  line-height: 39px;
  text-transform: capitalize;
  margin-bottom: 0;
}
.header-style14 .top-form.revo-minicart6 .top-minicart-icon .cart-title span {
  color: #d263ee;
  font-size: 14px;
}
.header-style14 .top-form:hover .wrapp-minicart {
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -o-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
}
.header-style14 .nav-pills >li > a {
  padding: 13px 18px;
  font-size: 14px;
}
.header-style14 .nav-pills >li > a:after {
  display: none;
}
.header-style14 .nav-pills >li.active >a,
.header-style14 .nav-pills >li.active >a:hover,
.header-style14 .nav-pills >li.active >a:focus {
  background: #d263ee;
  color: #fff;
  border-radius: 4px 4px 0 0;
}
.header-style14 .nav-pills.nav-mega .autusin-mega-menu.autusin-menu-img > a span.menu-img {
  top: -4px;
}
.header-style14 .wrapper_vertical_menu .vertical-megamenu > li > a {
  font-size: 13px;
  font-weight: 500;
  line-height: 49px;
}
.header-style14 .sticky-menu {
  position: fixed;
  z-index: 99;
  background: #fff;
}
.header-style14 .sticky-menu .wrapper_vertical_menu {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -o-transform: translateY(40px);
  -ms-transform: translateY(40px);
  transform: translateY(40px);
}
.header-style14 .sticky-menu .vertical_megamenu-header:hover .wrapper_vertical_menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(2px);
  -moz-transform: translateY(2px);
  -o-transform: translateY(2px);
  -ms-transform: translateY(2px);
  transform: translateY(2px);
}
.header-style14 .sticky-menu .sticky-cart,
.header-style14 .sticky-menu .sticky-search {
  display: block;
}
.block-text3 {
  z-index: 1;
  position: relative;
  margin-bottom: 60px;
  overflow: hidden;
}
.block-text3 ul {
  list-style-type: none;
  margin: 0;
}
.block-text3 ul li {
  width: 25%;
  overflow: hidden;
  float: left;
}
.block-text3 ul li .fly-icon {
  width: 70px;
  line-height: 66px;
  height: 70px;
  color: #d263ee;
  margin-right: 10px;
  font-size: 38px;
  border: 2px #ddd solid;
  float: left;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.rtl .block-text3 ul li .fly-icon {
  float: right;
  margin-right: 0;
  margin-left: 10px;
}
.block-text3 ul li .wrap-text {
  overflow: hidden;
  padding-top: 8px;
}
.block-text3 ul li .wrap-text h3 {
  margin-bottom: 2px;
  text-transform: uppercase;
}
.block-text3 ul li .wrap-text h3 a {
  color: #222;
  font-weight: 600;
  font-size: 16px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  transition: all .5s;
}
.block-text3 ul li .wrap-text p {
  font-size: 14px;
  color: #666;
}
.block-text3 ul li:hover .fly-icon {
  border-color: #d263ee;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  transition: all .5s;
}
.block-text3 ul li:hover .wrap-text h3 a {
  color: #d263ee;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  transition: all .5s;
}
.best-selling-product3 {
  border: 1px #eee solid;
  margin-bottom: 60px;
  position: relative;
  background: #fff;
}
.best-selling-product3 .block-title {
  margin-bottom: 30px;
  background: #404040;
  padding: 8px 15px 4px 15px;
  display: block !important;
}
.best-selling-product3 .block-title h3 {
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  margin-right: 15px;
  padding-top: 6px;
  margin-bottom: 8px;
}
.rtl .best-selling-product3 .block-title h3 {
  margin-right: 0;
  margin-left: 15px;
}
.best-selling-product3 .block-title .item-countdown2 {
  margin-top: 3px;
}
.best-selling-product3 .block-title .item-countdown2 .countdown-section {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 24px;
}
.rtl .best-selling-product3 .block-title .item-countdown2 .countdown-section {
  margin-left: 24px;
  margin-right: 0;
}
.best-selling-product3 .block-title .item-countdown2 .countdown-section .countdown-amount {
  display: block;
  min-width: 32px;
  padding: 0 2px;
  font-weight: 600;
  text-align: center;
  font-size: 16px;
  color: #fdb819;
  border-radius: 3px;
  position: relative;
}
.best-selling-product3 .block-title .item-countdown2 .countdown-section .countdown-amount:before {
  content: ":";
  position: absolute;
  right: -15px;
  top: 0;
  color: #fdb819;
}
.rtl .best-selling-product3 .block-title .item-countdown2 .countdown-section .countdown-amount:before {
  right: auto;
  left: -15px;
}
.best-selling-product3 .block-title .item-countdown2 .countdown-section.icon-clock {
  background: url(../assets/img/icon-clock.png) no-repeat center center;
  width: 18px;
  height: 18px;
  background-size: cover;
  margin: 3px 10px 0 0;
}
.rtl .best-selling-product3 .block-title .item-countdown2 .countdown-section.icon-clock {
  margin: 3px 0 0 10px;
}
.best-selling-product3 .block-title .item-countdown2 .countdown-section:last-child {
  margin-right: 0;
}
.rtl .best-selling-product3 .block-title .item-countdown2 .countdown-section:last-child {
  margin-left: 0;
}
.best-selling-product3 .block-title .item-countdown2 .countdown-section:last-child .countdown-amount:before {
  display: none;
}
.best-selling-product3 .resp-slider-container .slider .item .item-wrap {
  border-right: 1px #eee solid;
  margin-bottom: 30px;
}
.rtl .best-selling-product3 .resp-slider-container .slider .item .item-wrap {
  border-right: none;
  border-left: 1px #eee solid;
}
.best-selling-product3 .resp-slider-container .slider .item .item-wrap .item-detail {
  border: none;
}
.best-selling-product3 .resp-slider-container .slider .item:last-child .item-wrap {
  border-right: none;
}
.best-selling-product3 .res-button {
  position: absolute;
  top: 10px;
  cursor: pointer;
  font-size: 16px;
  width: 25px;
  height: 25px;
  border: 2px #ccc solid;
  text-align: center;
  line-height: 21px;
  z-index: 8;
  background: #404040;
  border-radius: 50%;
}
.best-selling-product3 .res-button.slick-next {
  right: 15px;
}
.rtl .best-selling-product3 .res-button.slick-next {
  left: 15px;
  right: auto;
}
.best-selling-product3 .res-button.slick-next:before {
  content: '\f0da';
  font-family: FontAwesome;
  color: #b3b3b3;
}
.rtl .best-selling-product3 .res-button.slick-next:before {
  content: '\f0d9';
}
.best-selling-product3 .res-button.slick-next:hover {
  background: #d263ee;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.best-selling-product3 .res-button.slick-next:hover:before {
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.best-selling-product3 .res-button.slick-prev {
  right: 45px;
}
.rtl .best-selling-product3 .res-button.slick-prev {
  left: 45px;
  right: auto;
}
.best-selling-product3 .res-button.slick-prev:before {
  content: '\f0d9';
  font-family: FontAwesome;
  color: #b3b3b3;
}
.rtl .best-selling-product3 .res-button.slick-prev:before {
  content: '\f0da';
}
.best-selling-product3 .res-button.slick-prev:hover {
  background: #d263ee;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.best-selling-product3 .res-button.slick-prev:hover:before {
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sw-child-cat3 {
  background: #fff;
  margin-bottom: 60px;
  overflow: hidden;
}
.sw-child-cat3 .child-top .child-top-left {
  width: 200px;
}
.sw-child-cat3 .child-top .child-top-left .banner-category a {
  display: block;
  overflow: hidden;
}
.sw-child-cat3 .child-top .child-top-left .banner-category a img {
  margin-bottom: 0;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.sw-child-cat3 .child-top .child-top-left .banner-category:hover a img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.sw-child-cat3 .child-top .child-top-left .child-cat-brand .item-brand {
  border-bottom: 1px #eee solid;
}
.sw-child-cat3 .child-top .child-top-left .child-cat-brand .item-brand a img {
  margin: 10px auto;
  max-width: 80px;
}
.sw-child-cat3 .child-top .child-top-left .child-cat-brand .item-brand a img:hover {
  opacity: 0.8;
}
.sw-child-cat3 .child-top .child-top-left .child-cat-brand .item-brand:last-child {
  border-bottom: none;
}
.sw-child-cat3 .child-top .child-top-right {
  width: 250px;
}
.sw-child-cat3 .child-top .child-top-right .box-title h3 {
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  background: #0072bc;
  padding: 15px 20px;
  font-weight: 600;
  margin-bottom: 20px;
}
.sw-child-cat3 .child-top .child-top-right .box-title .button-collapse {
  display: none;
}
.sw-child-cat3 .child-top .child-top-right ul {
  margin: 0;
  list-style: none;
  padding: 0 20px;
}
.sw-child-cat3 .child-top .child-top-right ul li {
  line-height: 35px;
}
.sw-child-cat3 .child-top .child-top-right ul li i {
  margin-right: 5px;
}
.rtl .sw-child-cat3 .child-top .child-top-right ul li i {
  margin: 0 0 0 5px;
}
.rtl .sw-child-cat3 .child-top .child-top-right ul li i:before {
  content: "\f0d9";
}
.sw-child-cat3 .child-top .child-top-right ul li a {
  color: #707070;
  font-weight: 500;
  text-transform: capitalize;
  font-size: 14px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.sw-child-cat3 .child-top .child-top-right ul li a:hover {
  color: #d263ee;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.sw-child-cat3 .child-top .child-top-right ul li:first-child a {
  color: #d263ee;
}
.sw-child-cat3 .childcat-slider-content {
  overflow: hidden;
  border-left: 1px #eee solid;
}
.sw-child-cat3 .childcat-slider-content .resp-slider-container .slider .item {
  border-right: 1px #eee solid;
}
.sw-child-cat3 .childcat-slider-content .resp-slider-container .slider .item .products-thumb a img {
  max-width: 160px;
  margin: 0 auto;
}
.sw-child-cat3 .childcat-slider-content .resp-slider-container .slider .item .item-wrap {
  border-bottom: 1px #eee solid;
  padding-bottom: 15px;
}
.sw-child-cat3 .childcat-slider-content .resp-slider-container .slider .item .item-wrap:last-child {
  border-bottom: none;
}
.sw-child-cat3 .childcat-slider-content .resp-slider-container .slider .item .item-wrap .item-content {
  padding-top: 0;
}
.sw-child-cat3 .childcat-slider-content .resp-slider-container .slider .item:last-child {
  border-right: none;
}
.sw-child-cat3.style1 .child-top .child-top-right .box-title h3 {
  background: #c9085c;
}
.sw-child-cat3.style2 .child-top .child-top-right .box-title h3 {
  background: #d85d20;
}
.sw-category-slider7 {
  position: relative;
  margin-bottom: 60px;
  background: #fff;
}
.sw-category-slider7 .block-title {
  margin-bottom: 30px;
  background: #404040;
  padding: 8px 15px 4px 15px;
  display: block !important;
}
.sw-category-slider7 .block-title h3 {
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  padding-top: 6px;
  margin-bottom: 8px;
}
.sw-category-slider7 .resp-slider-container .slider .item {
  padding: 0 15px;
  border-right: 1px #eee solid;
  margin-bottom: 30px;
}
.sw-category-slider7 .resp-slider-container .slider .item:last-child {
  border-right: none;
}
.sw-category-slider7 .resp-slider-container .slider .item .item-content h3 {
  font-size: 14px;
  text-transform: uppercase;
  background: #d263ee;
  border-radius: 4px 4px 0 0;
}
.sw-category-slider7 .resp-slider-container .slider .item .item-content h3 a {
  color: #fff;
  padding: 10px 15px;
  display: block;
}
.sw-category-slider7 .resp-slider-container .slider .item .item-content .childcat-product-cat ul {
  margin: 0;
  list-style: none;
  padding: 0 15px;
}
.sw-category-slider7 .resp-slider-container .slider .item .item-content .childcat-product-cat ul li {
  position: relative;
  padding-left: 10px;
}
.rtl .sw-category-slider7 .resp-slider-container .slider .item .item-content .childcat-product-cat ul li {
  padding-left: 0;
  padding-right: 10px;
}
.sw-category-slider7 .resp-slider-container .slider .item .item-content .childcat-product-cat ul li:before {
  content: '\f111';
  font-family: FontAwesome;
  font-size: 4px;
  position: absolute;
  top: 50%;
  left: 1px;
  margin-top: -2px;
}
.rtl .sw-category-slider7 .resp-slider-container .slider .item .item-content .childcat-product-cat ul li:before {
  left: auto;
  right: 1px;
}
.sw-category-slider7 .resp-slider-container .slider .item .item-content .childcat-product-cat ul li a {
  font-size: 13px;
  color: #888;
  text-transform: capitalize;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  padding: 4px 0;
}
.sw-category-slider7 .resp-slider-container .slider .item .item-content .childcat-product-cat ul li a:hover {
  color: #d263ee;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.sw-category-slider7 .resp-slider-container .slider .item .item-content .childcat-product-cat ul li.view-all a {
  height: 30px;
  line-height: 30px;
  color: #d263ee;
  display: inline-block;
  vertical-align: top;
}
.sw-category-slider7 .resp-slider-container .slider .item .item-content .childcat-product-cat ul li.view-all a:hover {
  color: #222;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.sw-category-slider7 .resp-slider-container .slider .item .item-content .childcat-product-cat ul li.view-all:before {
  display: none;
}
.sw-category-slider7 .res-button {
  position: absolute;
  top: 10px;
  cursor: pointer;
  font-size: 16px;
  width: 25px;
  height: 25px;
  border: 2px #ccc solid;
  text-align: center;
  line-height: 21px;
  z-index: 8;
  background: #404040;
  border-radius: 50%;
}
.sw-category-slider7 .res-button.slick-next {
  right: 15px;
}
.rtl .sw-category-slider7 .res-button.slick-next {
  left: 15px;
  right: auto;
}
.sw-category-slider7 .res-button.slick-next:before {
  content: '\f0da';
  font-family: FontAwesome;
  color: #b3b3b3;
}
.rtl .sw-category-slider7 .res-button.slick-next:before {
  content: '\f0d9';
}
.sw-category-slider7 .res-button.slick-next:hover {
  background: #d263ee;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sw-category-slider7 .res-button.slick-next:hover:before {
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sw-category-slider7 .res-button.slick-prev {
  right: 45px;
}
.rtl .sw-category-slider7 .res-button.slick-prev {
  left: 45px;
  right: auto;
}
.sw-category-slider7 .res-button.slick-prev:before {
  content: '\f0d9';
  font-family: FontAwesome;
  color: #b3b3b3;
}
.rtl .sw-category-slider7 .res-button.slick-prev:before {
  content: '\f0da';
}
.sw-category-slider7 .res-button.slick-prev:hover {
  background: #d263ee;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sw-category-slider7 .res-button.slick-prev:hover:before {
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer-style13 {
  padding-top: 50px;
}
.footer-style13 .elementor-widget-container h5,
.footer-style13 .elementor-widget-container h2,
.footer-style13 .widget_nav_menu h5,
.footer-style13 .widget_nav_menu h2 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  color: #222;
  border-bottom: 1px #eee solid;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.footer-style13 .elementor-widget-container ul li a,
.footer-style13 .widget_nav_menu ul li a {
  font-size: 12px;
  color: #707070;
  line-height: 26px;
  display: block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.footer-style13 .elementor-widget-container ul li a:hover,
.footer-style13 .widget_nav_menu ul li a:hover {
  color: #d263ee;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.footer-style13 .info-foot {
  margin-bottom: 30px;
}
.footer-style13 .info-foot h3 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  color: #222;
  border-bottom: 1px #eee solid;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.footer-style13 .info-foot ul {
  margin: 0;
  list-style: none;
}
.footer-style13 .info-foot ul li {
  font-size: 12px;
  color: #707070;
  line-height: 26px;
}
.footer-style13 .info-foot ul li a {
  color: #707070;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.footer-style13 .info-foot ul li a:hover {
  color: #d263ee;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.footer-style13 .socials-foot h3 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  color: #222;
  border-bottom: 1px #eee solid;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.footer-style13 .socials-foot ul {
  margin: 0;
  list-style: none;
}
.footer-style13 .socials-foot ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 0 0;
}
.rtl .footer-style13 .socials-foot ul li {
  margin: 0 0 0 10px;
}
.footer-style13 .socials-foot ul li a {
  font-size: 20px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  margin-bottom: 5px;
  background: #ccc;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.footer-style13 .socials-foot ul li a:hover {
  background: #d263ee;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.footer-style13 .newsletter-foot h3 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  color: #222;
  border-bottom: 1px #eee solid;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.footer-style13 .newsletter-foot .form-newsletter .mc4wp-form-fields {
  border: 1px #ccc solid;
}
.footer-style13 .newsletter-foot .form-newsletter .mc4wp-form-fields input[type="email"] {
  border: 0;
  color: #8c8c8c;
  height: 40px;
  padding: 0 14px;
  width: 80%;
  border-radius: 0;
  margin: 0;
}
.footer-style13 .newsletter-foot .form-newsletter .mc4wp-form-fields input[type="submit"] {
  border: 0;
  background: url("../assets/img/fly.png") no-repeat #d263ee center center;
  height: 40px;
  width: 20%;
  border-radius: 0;
  text-indent: -99999px;
}
.footer-style13 .newsletter-foot .form-newsletter .mc4wp-form-fields input[type="submit"]:hover {
  opacity: 0.85;
}
@media (min-width: 991px) and (max-width: 1199px) {
  .header-style14 .top-form.revo-minicart6 {
    padding-right: 8px;
  }
  .rtl .header-style14 .top-form.revo-minicart6 {
    padding-right: 0;
    padding-left: 8px;
  }
}
@media (max-width: 991px) {
  .home-style14 .header-style14 .wrapper_vertical_menu {
    box-shadow: none;
  }
  .header-style14 .header-mid {
    padding: 20px 0 10px 0;
  }
  .header-style14 .header-mid .revo-logo {
    margin-bottom: 10px;
  }
  .header-style14 .header-mid .search-cate {
    float: left;
  }
  .rtl .header-style14 .header-mid .search-cate {
    float: right;
  }
  .header-style14 .sticky-menu .wrapper_vertical_menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(2px);
    -moz-transform: translateY(2px);
    -o-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px);
  }
  .header-style14 .vertical_megamenu-header {
    display: none;
  }
  .header-style14 #main-menu .primary-menu .resmenu-container .navbar-toggle {
    margin: 8px 0;
    border: 1px #d263ee solid;
    border-radius: 4px;
  }
  .rtl .header-style14 #main-menu .primary-menu .resmenu-container .navbar-toggle {
    float: right;
  }
  .header-style14 #main-menu .primary-menu .resmenu-container .navbar-toggle .icon-bar {
    background: #d263ee;
  }
  .header-style14 #main-menu .primary-menu .resmenu-container .menu-responsive-wrapper {
    right: 15px;
  }
  .rtl .header-style14 #main-menu .primary-menu .resmenu-container .menu-responsive-wrapper {
    left: 15px;
    right: auto;
  }
  .block-text3 {
    text-align: center;
  }
  .block-text3 ul li .fly-icon {
    float: none;
    margin: 0 auto;
  }
  .rtl .block-text3 ul li .fly-icon {
    float: none;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .header-style14 .sticky-menu {
    position: relative;
  }
  .header-style14 .header-top .top-header .socials-header {
    display: none;
  }
  .header-style14 .header-mid .right-header {
    display: none;
  }
  .header-style14 .header-mid .top-form.revo-minicart6 {
    margin-top: 0;
  }
  .header-style14 .header-mid .top-form.revo-minicart6 .cart-title {
    display: none;
  }
  .header-style14 .header-mid .top-form.revo-minicart6 .cart-contents {
    border: none;
  }
  .rtl .header-style14 .header-mid .top-form.revo-minicart6 .cart-contents {
    border: none;
  }
  .header-style14 .header-mid .search-cate {
    width: 72%;
    margin: 0 0 0 15px;
    float: left;
  }
  .rtl .header-style14 .header-mid .search-cate {
    margin: 0 15px 0 0;
    float: right;
  }
  .header-style14 .header-mid .search-cate .revo_top .top-form.top-search .cat-wrapper {
    display: none;
  }
  .header-style14 .header-mid .search-cate .revo_top .top-form.top-search input {
    padding-left: 10px;
  }
  .rtl .header-style14 .header-mid .search-cate .revo_top .top-form.top-search input {
    padding-right: 10px;
  }
  .sw-child-cat3 .child-top {
    float: none;
    overflow: hidden;
    width: 100%;
  }
  .sw-child-cat3 .child-top .child-top-left {
    display: none;
  }
  .sw-child-cat3 .child-top .child-top-right {
    width: 100%;
    float: none;
  }
  .rtl .sw-child-cat3 .child-top .child-top-right {
    float: none;
  }
  .sw-child-cat3 .child-top .child-top-right .box-title {
    position: relative;
  }
  .sw-child-cat3 .child-top .child-top-right .box-title .button-collapse {
    position: absolute;
    top: 9px;
    z-index: 9;
    display: block;
    background: #cccccc none repeat scroll 0 0;
    border-radius: 3px;
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
    height: 30px;
    line-height: 30px;
    right: 15px;
    text-align: center;
    width: 30px;
  }
  .sw-child-cat3 .child-top .child-top-right .box-title .button-collapse:hover {
    background: #d263ee;
  }
  .rtl .sw-child-cat3 .child-top .child-top-right .box-title .button-collapse {
    left: 15px;
    right: auto;
  }
  .sw-child-cat3 .child-top .child-top-right .box-title .button-collapse:before {
    content: '\f0c9';
    font-family: FontAwesome;
    font-size: 16px;
    color: #fff;
    height: 30px;
    width: 30px;
    line-height: 30px;
    display: inline-block;
    text-align: center;
  }
  .sw-child-cat3 .child-top .child-top-right .childcat-content {
    padding: 0;
    border: 0;
    height: 0;
    margin: 0;
    overflow: hidden;
    text-align: left;
    position: absolute;
    top: 44px;
    z-index: 9;
    right: 15px;
    box-shadow: 0 3px 3px rgba(0,0,0,0.3);
    background: #fff;
    width: 250px;
  }
  .rtl .sw-child-cat3 .child-top .child-top-right .childcat-content {
    left: 15px;
    right: auto;
  }
  .sw-child-cat3 .child-top .child-top-right .childcat-content ul {
    padding: 0;
  }
  .sw-child-cat3 .child-top .child-top-right .childcat-content ul > li {
    list-style: none;
    padding: 0;
    line-height: 40px;
    float: none !important;
    width: 100%;
    border-radius: 0;
    border: 0;
    background-color: #fff;
  }
  .sw-child-cat3 .child-top .child-top-right .childcat-content ul > li > a {
    font-size: 14px;
    line-height: 22px;
    color: #444;
    display: block;
    padding: 9px 20px;
    border-radius: 0;
  }
  .rtl .sw-child-cat3 .child-top .child-top-right .childcat-content ul > li > a {
    text-align: right;
  }
  .sw-child-cat3 .child-top .child-top-right .childcat-content ul > li > a:after {
    width: 0;
    height: 0;
  }
  .sw-child-cat3 .child-top .child-top-right .childcat-content ul > li:hover > a {
    background-color: #d263ee;
    color: #fff !important;
    border-top: 1px solid #d263ee;
  }
  .sw-child-cat3 .child-top .child-top-right .childcat-content ul > li:hover > a:before {
    opacity: 0 !important;
  }
  .sw-child-cat3 .childcat-slider-content {
    overflow: inherit;
  }
  .sw-category-slider7 .resp-slider-container .slider .item .item-content .childcat-product-cat ul li:before {
    display: none;
  }
  .responsive-post-slider .resp-slider-container .slider .item .item-detail .entry-content h4 {
    text-align: left;
  }
  .rtl .responsive-post-slider .resp-slider-container .slider .item .item-detail .entry-content h4 {
    text-align: right;
  }
}
@media (max-width: 480px) {
  .header-style14 .vertical_megamenu-header .wrapper_vertical_menu .resmenu-container .navbar-toggle {
    margin-left: 0;
  }
  .rtl .header-style14 .vertical_megamenu-header .wrapper_vertical_menu .resmenu-container .navbar-toggle {
    margin-right: 0;
  }
}
.home-style15 .header-style15 {
  margin-bottom: 35px;
}
.home-style15 .wpb_revslider_element {
  margin-bottom: 30px;
}
.home-style15 .responsive-post-slider {
  margin-bottom: 60px;
}
.home-style15 .responsive-post-slider .res-button {
  top: 10px;
}
.home-style15 .footer-style15 {
  padding-top: 100px;
}
.home-style15 .footer .container > p {
  display: none;
}
.home-style15 .footer .footer-copyright {
  background-color: #252525;
  text-align: right;
  padding: 27px 0 12px;
  border-top: 1px rgba(255,255,255,0.1) solid;
}
.home-style15 .footer .footer-copyright img {
  margin-top: 0 !important;
}
.home-style15 .footer .footer-copyright .copyright-text {
  float: left;
  color: #e4e4e4;
}
.rtl .home-style15 .footer .footer-copyright .copyright-text {
  float: right;
}
.home-style15 .footer .footer-copyright .widget_sp_image {
  display: none;
}
.header-style15 .header-top .top-login ul li a {
  border-left: none;
}
.rtl .header-style15 .header-top .top-login ul li a {
  border-right: none;
}
.header-style15 .header-mid {
  padding: 35px 0;
  background: #252525;
}
.header-style15 .header-mid .revo-logo {
  padding-top: 0;
}
.header-style15 .header-mid .search-cate {
  margin-top: 4px;
}
.header-style15 .header-mid .search-cate .revo_top {
  border: 2px #eee solid;
  border-radius: 4px;
  padding: 0;
}
.header-style15 .header-mid .search-cate .revo_top .top-form.top-search {
  top: 0;
  margin: 0;
  display: inline-block;
  position: relative;
  background-color: #fff;
  width: 100%;
  min-width: auto;
  z-index: 99;
}
.header-style15 .header-mid .search-cate .revo_top .top-form.top-search .topsearch-entry {
  padding: 0;
}
.header-style15 .header-mid .search-cate .revo_top .top-form.top-search form {
  margin: 0;
  position: relative;
  z-index: 10;
}
.header-style15 .header-mid .search-cate .revo_top .top-form.top-search .cat-wrapper {
  display: block;
  position: absolute;
  height: 40px;
  top: 0;
  left: 0px;
  right: auto;
  border-radius: 4px 0 0 4px;
  overflow: hidden;
  color: #666;
  border-right: 1px solid #ccc;
}
.header-style15 .header-mid .search-cate .revo_top .top-form.top-search .cat-wrapper:before {
  content: '\f107';
  font-family: FontAwesome;
  color: #666;
  font-size: 14px;
  position: absolute;
  top: 13px;
  right: 20px;
}
.rtl .header-style15 .header-mid .search-cate .revo_top .top-form.top-search .cat-wrapper {
  border-left: 1px solid #ccc;
  border-right: 0;
  border-radius: 0 4px 4px 0;
  right: 0;
  left: auto;
}
.rtl .header-style15 .header-mid .search-cate .revo_top .top-form.top-search .cat-wrapper:before {
  right: auto;
  left: 20px;
}
.header-style15 .header-mid .search-cate .revo_top .top-form.top-search .cat-wrapper .label-search {
  display: block;
  font-size: 12px;
  margin-bottom: 0;
  color: #666;
}
.header-style15 .header-mid .search-cate .revo_top .top-form.top-search .cat-wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0 !important;
  padding: 0px 10px 0;
  height: 40px;
  width: 135px;
  color: #666;
  background: #fff;
}
.header-style15 .header-mid .search-cate .revo_top .top-form.top-search .cat-wrapper select:focus {
  outline: none;
  background-color: #fff;
}
.header-style15 .header-mid .search-cate .revo_top .top-form.top-search input {
  width: 100%;
  background: #fff;
  height: 40px;
  border: none;
  font-size: 12px;
  line-height: 40px;
  margin-bottom: 0;
  padding-left: 150px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.rtl .header-style15 .header-mid .search-cate .revo_top .top-form.top-search input {
  padding-right: 150px;
  padding-left: 0;
}
.header-style15 .header-mid .search-cate .revo_top .top-form.top-search button.form-button {
  height: 40px;
  line-height: 40px;
  width: 50px;
  margin: 0;
  border: 0;
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
  font-size: 16px;
  color: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  background: #d263ee;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.rtl .header-style15 .header-mid .search-cate .revo_top .top-form.top-search button.form-button {
  left: 0;
  right: auto;
}
.header-style15 .header-mid .search-cate .revo_top .top-form.top-search button.form-button:hover {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.header-style15 .header-mid .search-cate .revo_top .top-form.top-search button.form-button:hover:before {
  color: #222;
}
.header-style15 .header-mid .search-cate .revo_top .top-form.top-search.non-category input {
  padding: 0;
}
.rtl .header-style15 .header-mid .search-cate .revo_top .top-form.top-search.non-category input {
  padding-right: 0;
}
.header-style15 .header-mid .search-cate .revo_top.revo_top-3 .top-form.top-search input {
  padding: 0 5px;
}
.rtl .header-style15 .header-mid .search-cate .revo_top.revo_top-3 .top-form.top-search input {
  padding: 0 5px;
}
.header-style15 .header-mid .right-header {
  margin-top: 4px;
}
.header-style15 .header-mid .right-header .wishlist {
  margin: 0 15px;
}
.header-style15 .header-mid .right-header .wishlist a {
  border: 2px #eee solid;
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  text-align: center;
  border-radius: 4px;
}
.header-style15 .header-mid .right-header .wishlist a i.fa {
  font-size: 16px;
  width: 39px;
  height: 39px;
  line-height: 39px;
  background: #fff;
}
.header-style15 .header-bottom .contact-us {
  color: #222;
  background: url("../assets/img/bg_general.png") no-repeat -20px -1960px;
  padding: 9px 15px 9px 45px;
}
.rtl .header-style15 .header-bottom .contact-us {
  background: url("../assets/img/bg_general.png") no-repeat 161px -1960px;
  padding: 9px 45px 9px 15px;
}
.header-style15 .header-bottom .contact-us .text {
  font-weight: 600;
  text-transform: capitalize;
}
.header-style15 .header-bottom .contact-us .phone {
  color: #fff;
}
.header-style15 .header-bottom .contact-us a {
  color: #222;
}
.header-style15 .header-bottom .contact-us a:hover {
  color: #fff;
}
.header-style15 .top-form.revo-minicart6 {
  padding-right: 15px;
  margin-top: 4px;
}
.rtl .header-style15 .top-form.revo-minicart6 {
  padding-right: 0;
  padding-left: 15px;
}
.header-style15 .top-form.revo-minicart6 .top-minicart-icon {
  border: 2px #eee solid;
  border-radius: 4px;
  background: #fff;
}
.header-style15 .top-form.revo-minicart6 .top-minicart-icon .cart-contents {
  display: inline-block;
  vertical-align: top;
  border-right: 2px #eee solid;
  position: relative;
  text-align: center;
}
.rtl .header-style15 .top-form.revo-minicart6 .top-minicart-icon .cart-contents {
  border-left: 2px #eee solid;
  border-right: none;
}
.header-style15 .top-form.revo-minicart6 .top-minicart-icon .cart-contents i.fa {
  height: 39px;
  line-height: 38px;
  width: 39px;
  font-size: 16px;
}
.header-style15 .top-form.revo-minicart6 .top-minicart-icon .cart-contents .minicart-number {
  position: absolute;
  top: -10px;
  right: -10px;
  background: #d263ee;
  color: #fff;
  font-size: 11px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
}
.rtl .header-style15 .top-form.revo-minicart6 .top-minicart-icon .cart-contents .minicart-number {
  right: auto;
  left: -10px;
}
.header-style15 .top-form.revo-minicart6 .top-minicart-icon .cart-title {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  padding: 0 5px;
}
.header-style15 .top-form.revo-minicart6 .top-minicart-icon .cart-title h3 {
  font-size: 12px;
  font-weight: normal;
  height: 39px;
  line-height: 39px;
  text-transform: capitalize;
  margin-bottom: 0;
}
.header-style15 .top-form.revo-minicart6 .top-minicart-icon .cart-title span {
  color: #d263ee;
  font-size: 14px;
}
.header-style15 .top-form:hover .wrapp-minicart {
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -o-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
}
.header-style15 .nav-pills >li > a {
  padding: 16px 18px;
  font-size: 13px;
  color: #fff;
}
.header-style15 .nav-pills >li > a:after {
  display: none;
}
.header-style15 .nav-pills >li.active >a,
.header-style15 .nav-pills >li.active >a:hover,
.header-style15 .nav-pills >li.active >a:focus {
  background: #d263ee;
  color: #fff;
  border-radius: 4px 4px 0 0;
}
.header-style15 .nav-pills.nav-mega .autusin-mega-menu.autusin-menu-img > a span.menu-img {
  top: -4px;
}
.header-style15 .sticky-menu {
  position: fixed;
  z-index: 99;
  background: #fff;
}
.sw-category-slider7.style1 {
  margin-bottom: 50px;
}
.sw-category-slider7.style1 .block-title {
  margin-bottom: 30px;
}
.sw-category-slider7.style1 .block-title h3 {
  padding: 15px 0 13px;
  border-bottom: 1px solid #ededed;
  position: relative;
  font-size: 18px;
  color: #222;
  text-transform: uppercase;
  font-weight: 700;
}
.rtl .sw-category-slider7.style1 .block-title h3 {
  text-align: right;
}
.sw-category-slider7.style1 .block-title h3:before {
  content: '';
  height: 2px;
  width: 100px;
  background-color: #d263ee;
  position: absolute;
  bottom: -1px;
}
.rtl .sw-category-slider7.style1 .block-title h3:before {
  right: 0;
  left: auto;
}
.sw-category-slider7.style1 .block-title {
  background: transparent;
  padding: 0;
}
.sw-category-slider7.style1 .res-button {
  background: #fff;
}
.sw-category-slider7.style1 .res-button.slick-next {
  right: 0;
}
.rtl .sw-category-slider7.style1 .res-button.slick-next {
  left: 0;
}
.sw-category-slider7.style1 .res-button.slick-prev {
  right: 30px;
}
.rtl .sw-category-slider7.style1 .res-button.slick-prev {
  left: 30px;
}
.sw-category-slider7.style1 .resp-slider-container .slider {
  margin: 0 -15px;
}
.sw-category-slider7.style1 .resp-slider-container .slider .item {
  border: none;
  margin-bottom: 0;
}
.sw-category-slider7.style1 .resp-slider-container .slider .item .item-image a {
  overflow: hidden;
  display: block;
}
.sw-category-slider7.style1 .resp-slider-container .slider .item .item-image a img {
  -webkit-transform: scale(1.);
  -moz-transform: scale(1.);
  -o-transform: scale(1.);
  -ms-transform: scale(1.);
  transform: scale(1.);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 0;
}
.sw-category-slider7.style1 .resp-slider-container .slider .item .item-image:hover a img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.sw-category-slider7.style1 .resp-slider-container .slider .item .item-content {
  padding-top: 30px;
}
.sw-category-slider7.style1 .resp-slider-container .slider .item .item-content h3 {
  background: transparent;
}
.sw-category-slider7.style1 .resp-slider-container .slider .item .item-content h3 a {
  color: #222;
  padding: 0;
  font-weight: bold;
}
.sw-category-slider7.style1 .resp-slider-container .slider .item .item-content h3 a:hover {
  color: #d263ee;
}
.sw-category-slider7.style1 .resp-slider-container .slider .item .item-content .childcat-product-cat ul {
  padding: 0;
}
.sw-category-slider7.style1 .resp-slider-container .slider .item .item-content .childcat-product-cat ul li {
  padding-left: 20px;
}
.rtl .sw-category-slider7.style1 .resp-slider-container .slider .item .item-content .childcat-product-cat ul li {
  padding-right: 20px;
}
.sw-category-slider7.style1 .resp-slider-container .slider .item .item-content .childcat-product-cat ul li a {
  padding: 6px 0;
}
.sw-category-slider7.style1 .resp-slider-container .slider .item .item-content .childcat-product-cat ul li:before {
  content: "\f18e";
  font-size: 10px;
  color: #d263ee;
  top: 12px;
}
.rtl .sw-category-slider7.style1 .resp-slider-container .slider .item .item-content .childcat-product-cat ul li:before {
  content: "\f190";
}
.sw-category-slider7.style1 .resp-slider-container .slider .item .item-content .childcat-product-cat ul li.view-all a {
  display: block;
  line-height: 18px;
}
.sw-category-slider7.style1 .resp-slider-container .slider .item .item-content .childcat-product-cat ul li.view-all:before {
  display: block;
}
.best-selling-product3.style2 {
  border: none;
}
.best-selling-product3.style2 .block-title {
  margin-bottom: 30px;
}
.best-selling-product3.style2 .block-title h3 {
  padding: 15px 0 13px;
  border-bottom: 1px solid #ededed;
  position: relative;
  font-size: 18px;
  color: #222;
  text-transform: uppercase;
  font-weight: 700;
}
.rtl .best-selling-product3.style2 .block-title h3 {
  text-align: right;
}
.best-selling-product3.style2 .block-title h3:before {
  content: '';
  height: 2px;
  width: 100px;
  background-color: #d263ee;
  position: absolute;
  bottom: -1px;
}
.rtl .best-selling-product3.style2 .block-title h3:before {
  right: 0;
  left: auto;
}
.best-selling-product3.style2 .block-title {
  background: transparent;
  padding: 0;
  border-bottom: 1px #ededed solid;
}
.best-selling-product3.style2 .block-title h3 {
  border-bottom: none;
  margin-bottom: 0;
}
.best-selling-product3.style2 .block-title .item-countdown2 {
  margin-top: 10px;
}
.best-selling-product3.style2 .block-title .item-countdown2 .countdown-section {
  position: relative;
  display: inline-block;
  margin-right: 24px;
}
.best-selling-product3.style2 .block-title .item-countdown2 .countdown-section.icon-clock {
  display: none;
}
.rtl .best-selling-product3.style2 .block-title .item-countdown2 .countdown-section {
  margin-left: 24px;
  margin-right: 0;
}
.best-selling-product3.style2 .block-title .item-countdown2 .countdown-section .countdown-amount {
  display: block;
  min-width: 32px;
  padding: 0 2px;
  height: 26px;
  line-height: 26px;
  background-color: #d263ee;
  font-weight: 500;
  text-align: center;
  font-size: 18px;
  color: #fff;
  border-radius: 3px;
  position: relative;
}
.best-selling-product3.style2 .block-title .item-countdown2 .countdown-section .countdown-amount:before {
  content: ":";
  position: absolute;
  right: -15px;
  top: 0;
  color: #d263ee;
}
.rtl .best-selling-product3.style2 .block-title .item-countdown2 .countdown-section .countdown-amount:before {
  right: auto;
  left: -15px;
}
.best-selling-product3.style2 .block-title .item-countdown2 .countdown-section:last-child {
  margin-right: 0;
}
.rtl .best-selling-product3.style2 .block-title .item-countdown2 .countdown-section:last-child {
  margin-left: 0;
}
.best-selling-product3.style2 .block-title .item-countdown2 .countdown-section:last-child .countdown-amount:before {
  display: none;
}
.best-selling-product3.style2 .res-button {
  background: #fff;
}
.best-selling-product3.style2 .res-button.slick-next {
  right: 0;
}
.rtl .best-selling-product3.style2 .res-button.slick-next {
  left: 0;
  right: auto;
}
.best-selling-product3.style2 .res-button.slick-prev {
  right: 30px;
}
.rtl .best-selling-product3.style2 .res-button.slick-prev {
  left: 30px;
  right: auto;
}
.best-selling-product3.style2 .resp-slider-container {
  border: 1px #eee solid;
}
.best-selling-product3.style2 .resp-slider-container .item .item-wrap4 {
  border-right: 1px #eee solid;
}
.item-wrap4 .item-detail {
  padding: 0 15px;
}
.item-wrap4 .item-detail .products-thumb {
  position: relative;
}
.item-wrap4 .item-detail .products-thumb a {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
}
.item-wrap4 .item-detail .products-thumb a img {
  width: 100%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.item-wrap4 .item-detail .products-thumb .sale-off {
  position: absolute;
  z-index: 1;
  top: 10px;
  right: 10px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  display: inline-block;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  line-height: 38px;
  background-color: #d263ee;
}
.rtl .item-wrap4 .item-detail .products-thumb .sale-off {
  left: 10px;
  right: auto;
}
.item-wrap4 .item-detail .products-thumb:hover a img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.item-wrap4 .item-detail .item-content h4 a {
  font-size: 14px;
  color: #222;
  font-weight: 500;
  text-transform: capitalize;
}
.item-wrap4 .item-detail .item-content h4 a:hover {
  color: #d263ee;
}
.item-wrap4 .item-detail .item-content .item-price {
  display: block;
  color: #d263ee;
  margin-bottom: 25px;
  font-size: 16px;
}
.item-wrap4 .item-detail .item-content .item-price span {
  display: inline-block;
  vertical-align: top;
}
.item-wrap4 .item-detail .item-content .item-price del {
  line-height: 21px;
  margin-top: 1px;
}
.item-wrap4 .item-detail .item-content .item-price del span {
  text-decoration: line-through;
}
.item-wrap4 .item-detail .item-content .item-bottom {
  z-index: 2;
  overflow: hidden;
  border: 1px #eee solid;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 30px;
}
.item-wrap4 .item-detail .item-content .item-bottom .clear {
  display: none;
}
.item-wrap4 .item-detail .item-content .item-bottom .button,
.item-wrap4 .item-detail .item-content .item-bottom .add_to_cart_button,
.item-wrap4 .item-detail .item-content .item-bottom .product_type_external,
.item-wrap4 .item-detail .item-content .item-bottom .product_type_grouped {
  text-align: center;
  color: #999;
  height: 40px;
  line-height: 40px;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  position: relative;
  font-size: 0;
  min-width: 40px;
  margin: 0;
  background: transparent;
}
.item-wrap4 .item-detail .item-content .item-bottom .button:before,
.item-wrap4 .item-detail .item-content .item-bottom .add_to_cart_button:before,
.item-wrap4 .item-detail .item-content .item-bottom .product_type_external:before,
.item-wrap4 .item-detail .item-content .item-bottom .product_type_grouped:before {
  font-family: fontawesome;
  font-size: 14px;
  content: "\f291";
}
.item-wrap4 .item-detail .item-content .item-bottom .button:hover,
.item-wrap4 .item-detail .item-content .item-bottom .add_to_cart_button:hover,
.item-wrap4 .item-detail .item-content .item-bottom .product_type_external:hover,
.item-wrap4 .item-detail .item-content .item-bottom .product_type_grouped:hover {
  font-size: 0;
  padding: 0;
  background: #d263ee;
}
.item-wrap4 .item-detail .item-content .item-bottom .button:hover:before,
.item-wrap4 .item-detail .item-content .item-bottom .add_to_cart_button:hover:before,
.item-wrap4 .item-detail .item-content .item-bottom .product_type_external:hover:before,
.item-wrap4 .item-detail .item-content .item-bottom .product_type_grouped:hover:before {
  color: #fff;
}
.item-wrap4 .item-detail .item-content .item-bottom .button.loading,
.item-wrap4 .item-detail .item-content .item-bottom .add_to_cart_button.loading,
.item-wrap4 .item-detail .item-content .item-bottom .product_type_external.loading,
.item-wrap4 .item-detail .item-content .item-bottom .product_type_grouped.loading {
  background-color: #d263ee;
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.item-wrap4 .item-detail .item-content .item-bottom .button.loading:before,
.item-wrap4 .item-detail .item-content .item-bottom .add_to_cart_button.loading:before,
.item-wrap4 .item-detail .item-content .item-bottom .product_type_external.loading:before,
.item-wrap4 .item-detail .item-content .item-bottom .product_type_grouped.loading:before {
  text-align: center;
  left: 0;
  background-color: #d263ee;
  border-radius: 16px;
}
.item-wrap4 .item-detail .item-content .item-bottom .button.added,
.item-wrap4 .item-detail .item-content .item-bottom .add_to_cart_button.added,
.item-wrap4 .item-detail .item-content .item-bottom .product_type_external.added,
.item-wrap4 .item-detail .item-content .item-bottom .product_type_grouped.added {
  color: #fff;
}
.item-wrap4 .item-detail .item-content .item-bottom .button.added:before,
.item-wrap4 .item-detail .item-content .item-bottom .add_to_cart_button.added:before,
.item-wrap4 .item-detail .item-content .item-bottom .product_type_external.added:before,
.item-wrap4 .item-detail .item-content .item-bottom .product_type_grouped.added:before {
  color: #999;
}
.item-wrap4 .item-detail .item-content .item-bottom .button.added:after,
.item-wrap4 .item-detail .item-content .item-bottom .add_to_cart_button.added:after,
.item-wrap4 .item-detail .item-content .item-bottom .product_type_external.added:after,
.item-wrap4 .item-detail .item-content .item-bottom .product_type_grouped.added:after {
  font-family: WooCommerce;
  background: #90cd0d;
  font-size: 10px;
  content: "\e017";
  display: inline-block;
  width: 14px;
  height: 14px;
  line-height: 14px;
  vertical-align: top;
  border-radius: 50%;
  margin-top: 10px;
  margin-left: -4px;
  color: #444;
  font-weight: bold;
}
.rtl .item-wrap4 .item-detail .item-content .item-bottom .button.added:after,
.rtl .item-wrap4 .item-detail .item-content .item-bottom .add_to_cart_button.added:after,
.rtl .item-wrap4 .item-detail .item-content .item-bottom .product_type_external.added:after,
.rtl .item-wrap4 .item-detail .item-content .item-bottom .product_type_grouped.added:after {
  margin-left: 0;
  margin-right: -4px;
}
.item-wrap4 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist {
  margin: 0;
}
.item-wrap4 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button,
.item-wrap4 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
.item-wrap4 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse {
  position: relative;
}
.item-wrap4 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,
.item-wrap4 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.item-wrap4 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before {
  content: "\f004";
}
.item-wrap4 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button.show,
.item-wrap4 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show,
.item-wrap4 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show {
  display: inline-block !important;
  vertical-align: top;
}
.item-wrap4 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .feedback,
.item-wrap4 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .feedback,
.item-wrap4 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .feedback {
  display: none;
}
.item-wrap4 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .ajax-loading,
.item-wrap4 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .ajax-loading,
.item-wrap4 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .ajax-loading {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.item-wrap4 .item-detail .item-content .item-bottom a.compare:before {
  font-size: 14px;
  content: "\f021";
}
.item-wrap4 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.item-wrap4 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.item-wrap4 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
.item-wrap4 .item-detail .item-content .item-bottom a.compare {
  text-align: center;
  color: #999;
  height: 40px;
  line-height: 40px;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  position: relative;
  font-size: 0;
  min-width: 40px;
  margin: 0;
}
.item-wrap4 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,
.item-wrap4 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.item-wrap4 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before,
.item-wrap4 .item-detail .item-content .item-bottom a.compare:before {
  font-family: fontawesome;
  font-size: 14px;
}
.item-wrap4 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover,
.item-wrap4 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover,
.item-wrap4 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover,
.item-wrap4 .item-detail .item-content .item-bottom a.compare:hover {
  font-size: 0;
  padding: 0;
  background: #d263ee;
  border-radius: 0;
}
.item-wrap4 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover:before,
.item-wrap4 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover:before,
.item-wrap4 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover:before,
.item-wrap4 .item-detail .item-content .item-bottom a.compare:hover:before {
  color: #fff;
}
.item-wrap4 .item-detail .item-content .item-bottom .add_to_cart_button,
.item-wrap4 .item-detail .item-content .item-bottom .product_type_external,
.item-wrap4 .item-detail .item-content .item-bottom .product_type_grouped,
.item-wrap4 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist,
.item-wrap4 .item-detail .item-content .item-bottom a.compare,
.item-wrap4 .item-detail .item-content .item-bottom .sw-quickview {
  display: inline-block;
  float: left;
  vertical-align: top;
  font-weight: normal;
  border-right: 1px #eee solid;
}
.rtl .item-wrap4 .item-detail .item-content .item-bottom .add_to_cart_button,
.rtl .item-wrap4 .item-detail .item-content .item-bottom .product_type_external,
.rtl .item-wrap4 .item-detail .item-content .item-bottom .product_type_grouped,
.rtl .item-wrap4 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist,
.rtl .item-wrap4 .item-detail .item-content .item-bottom a.compare,
.rtl .item-wrap4 .item-detail .item-content .item-bottom .sw-quickview {
  float: right;
  border-right: none;
  border-left: 1px #eee solid;
}
.item-wrap4 .item-detail .item-content .item-bottom .yith-wcwl-wishlistaddedbrowse.show a,
.item-wrap4 .item-detail .item-content .item-bottom .yith-wcwl-wishlistexistsbrowse.show a {
  color: #999;
}
.item-wrap4 .item-detail .item-content .item-bottom .yith-wcwl-wishlistaddedbrowse.show a:before,
.item-wrap4 .item-detail .item-content .item-bottom .yith-wcwl-wishlistexistsbrowse.show a:before {
  color: #d263ee;
}
.item-wrap4 .item-detail .item-content .item-bottom a.sw-quickview {
  text-align: center;
  color: #999;
  height: 40px;
  line-height: 40px;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  position: relative;
  font-size: 0;
  min-width: 40px;
  border-right: none;
}
.item-wrap4 .item-detail .item-content .item-bottom a.sw-quickview:before {
  font-family: fontawesome;
  font-size: 14px;
  content: '\f06e';
}
.item-wrap4 .item-detail .item-content .item-bottom a.sw-quickview:hover {
  color: #fff;
  background: #d263ee;
}
.sw-woo-tab-style4 {
  position: relative;
  z-index: 3;
  margin-bottom: 60px;
}
.sw-woo-tab-style4 .top-tab-slider .nav.nav-tabs {
  display: block;
  border-bottom: 1px #eee solid;
  margin-bottom: 30px;
}
.sw-woo-tab-style4 .top-tab-slider .nav.nav-tabs li {
  margin: 0;
  position: relative;
}
.rtl .sw-woo-tab-style4 .top-tab-slider .nav.nav-tabs li {
  float: right;
}
.sw-woo-tab-style4 .top-tab-slider .nav.nav-tabs li:before {
  content: "";
  width: 0;
  height: 2px;
  background: #d263ee;
  position: absolute;
  bottom: 0;
  left: 0;
}
.rtl .sw-woo-tab-style4 .top-tab-slider .nav.nav-tabs li:before {
  left: auto;
  right: 0;
}
.sw-woo-tab-style4 .top-tab-slider .nav.nav-tabs li:after {
  content: "/";
  width: 0;
  background: #d263ee;
  position: absolute;
  top: 9px;
  right: 21px;
  font-size: 20px;
}
.rtl .sw-woo-tab-style4 .top-tab-slider .nav.nav-tabs li:after {
  right: auto;
  left: 21px;
}
.sw-woo-tab-style4 .top-tab-slider .nav.nav-tabs li a {
  border: none;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0 40px 0 0;
}
.rtl .sw-woo-tab-style4 .top-tab-slider .nav.nav-tabs li a {
  padding: 0 0 0 40px;
}
.sw-woo-tab-style4 .top-tab-slider .nav.nav-tabs li.active a,
.sw-woo-tab-style4 .top-tab-slider .nav.nav-tabs li:hover a {
  color: #d263ee;
  background: transparent;
}
.sw-woo-tab-style4 .top-tab-slider .nav.nav-tabs li.active:before,
.sw-woo-tab-style4 .top-tab-slider .nav.nav-tabs li:hover:before {
  width: 100px;
}
.sw-woo-tab-style4 .top-tab-slider .nav.nav-tabs li:last-child:after {
  display: none;
}
.sw-woo-tab-style4 .resp-slider-container {
  border: 1px #eee solid;
  border-width: 1px 0 1px 1px;
}
.rtl .sw-woo-tab-style4 .resp-slider-container {
  border: 1px 1px 1px 0;
}
.sw-woo-tab-style4 .resp-slider-container .slider .slick-list {
  overflow: inherit;
}
.sw-woo-tab-style4 .resp-slider-container .slider .item {
  border-right: 1px #eee solid;
}
.sw-woo-tab-style4 .resp-slider-container .slider .item .item-wrap4 {
  border-bottom: 1px #eee solid;
}
.sw-woo-tab-style4 .resp-slider-container .slider .item .item-wrap4 .item-detail {
  padding: 0;
}
.sw-woo-tab-style4 .resp-slider-container .slider .item .item-wrap4 .item-detail .item-content {
  position: relative;
  padding: 0 15px;
}
.sw-woo-tab-style4 .resp-slider-container .slider .item .item-wrap4 .item-detail .item-content .item-price {
  margin-bottom: 10px;
}
.sw-woo-tab-style4 .resp-slider-container .slider .item .item-wrap4 .item-detail .item-content .des {
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 21px;
}
.sw-woo-tab-style4 .resp-slider-container .slider .item .item-wrap4 .item-detail .item-content .item-transition {
  position: absolute;
  padding: 0 15px;
  left: 0;
  right: 0;
  top: 100px;
  z-index: 2;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 2px 0 #ccc;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.sw-woo-tab-style4 .resp-slider-container .slider .item .item-wrap4:last-child {
  border-bottom: none;
}
.sw-woo-tab-style4 .resp-slider-container .slider .item .item-wrap4:hover .item-detail .item-content .item-transition {
  top: 60px;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.sw-vendor-container-slider {
  position: relative;
  margin-bottom: 60px;
}
.sw-vendor-container-slider .title-home {
  margin-bottom: 30px;
}
.sw-vendor-container-slider .title-home h2 {
  padding: 15px 0 13px;
  border-bottom: 1px solid #ededed;
  position: relative;
  font-size: 18px;
  color: #222;
  text-transform: uppercase;
  font-weight: 700 !important;
}
.sw-vendor-container-slider .title-home h2:before {
  content: '';
  height: 2px;
  width: 100px;
  background-color: #d263ee;
  position: absolute;
  bottom: -1px;
}
.sw-vendor-container-slider .resp-slider-container .slider {
  margin: 0 -15px;
}
.sw-vendor-container-slider .resp-slider-container .slider .item .item-product {
  margin-bottom: 15px;
}
.sw-vendor-container-slider .resp-slider-container .slider .item .item-product .item-product-content .item-img a {
  display: block;
  position: relative;
  overflow: hidden;
}
.sw-vendor-container-slider .resp-slider-container .slider .item .item-product .item-product-content .item-img a:before {
  content: "";
  background: rgba(0,0,0,0.05);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.sw-vendor-container-slider .resp-slider-container .slider .item .item-product .item-product-content .item-img a img {
  margin: 0 auto;
}
.sw-vendor-container-slider .resp-slider-container .slider .item .item-product .item-product-content .item-img:hover a:before {
  background: rgba(0,0,0,0.2);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.sw-vendor-container-slider .resp-slider-container .slider .item .item-product .item-product-content .wrap-small-item {
  margin: 5px -2.5px;
}
.sw-vendor-container-slider .resp-slider-container .slider .item .item-product .item-product-content .wrap-small-item .item-img {
  width: 33.332%;
  float: left;
  padding: 0 2.5px;
}
.rtl .sw-vendor-container-slider .resp-slider-container .slider .item .item-product .item-product-content .wrap-small-item .item-img {
  float: right;
}
.sw-vendor-container-slider .resp-slider-container .slider .item .item-bottom .item-user {
  float: left;
}
.rtl .sw-vendor-container-slider .resp-slider-container .slider .item .item-bottom .item-user {
  float: right;
}
.sw-vendor-container-slider .resp-slider-container .slider .item .item-bottom .item-user .item-user-img {
  display: inline-block;
  vertical-align: top;
  border-radius: 4px;
  overflow: hidden;
  max-width: 50px;
}
.sw-vendor-container-slider .resp-slider-container .slider .item .item-bottom .item-user h4 {
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  text-transform: capitalize;
  font-weight: bold;
  color: #222;
  margin: 15px 10px 10px 10px;
}
.sw-vendor-container-slider .resp-slider-container .slider .item .item-bottom > a {
  float: right;
  background: #d263ee;
  font-size: 13px;
  color: #222;
  height: 34px;
  line-height: 34px;
  padding: 0 15px;
  border-radius: 4px;
  font-weight: 600;
  margin-top: 8px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.rtl .sw-vendor-container-slider .resp-slider-container .slider .item .item-bottom > a {
  float: left;
}
.sw-vendor-container-slider .resp-slider-container .slider .item .item-bottom > a:hover {
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.sw-vendor-container-slider .res-button {
  width: 28px;
  height: 28px;
  display: inline-block;
  position: absolute;
  top: -34px;
  z-index: 2;
  cursor: pointer;
}
.sw-vendor-container-slider .res-button.slick-prev {
  right: 48px;
  background: url(../assets/img/bg_general.png) no-repeat -20px -1111px;
}
.rtl .sw-vendor-container-slider .res-button.slick-prev {
  left: 15px;
  right: auto;
}
.sw-vendor-container-slider .res-button.slick-prev:hover {
  background: url(../assets/img/bg_general.png) no-repeat -20px -1063px;
}
.sw-vendor-container-slider .res-button.slick-next {
  right: 15px;
  background: url(../assets/img/bg_general.png) no-repeat -20px -1015px;
}
.rtl .sw-vendor-container-slider .res-button.slick-next {
  left: 48px;
  right: auto;
}
.sw-vendor-container-slider .res-button.slick-next:hover {
  background: url(../assets/img/bg_general.png) no-repeat -20px -967px;
}
.sw-vendor-container-slider .res-button {
  top: 8px;
}
.sw-vendor-container-slider .res-button.slick-prev {
  right: 32px;
}
.rtl .sw-vendor-container-slider .res-button.slick-prev {
  left: 32px;
  right: auto;
}
.sw-vendor-container-slider .res-button.slick-next {
  right: 0;
}
.rtl .sw-vendor-container-slider .res-button.slick-next {
  left: 0;
  right: auto;
}
.footer-style15 {
  padding-top: 50px;
  background: #252525;
}
.footer-style15 .elementor-widget-wp-widget-nav_menu h5,
.footer-style15 .elementor-widget-wp-widget-nav_menu h2,
.footer-style15 .widget_nav_menu h5,
.footer-style15 .widget_nav_menu h2 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  margin-bottom: 15px;
}
.footer-style15 .elementor-widget-wp-widget-nav_menu ul li a,
.footer-style15 .widget_nav_menu ul li a {
  font-size: 13px;
  color: #b1b1b1;
  line-height: 22px;
  padding: 4px 0;
  display: block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.footer-style15 .elementor-widget-wp-widget-nav_menu ul li a:hover,
.footer-style15 .widget_nav_menu ul li a:hover {
  color: #d263ee;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.footer-style15 .info-foot {
  margin-bottom: 30px;
}
.footer-style15 .info-foot h3 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  margin-bottom: 19px;
}
.footer-style15 .info-foot p {
  color: #b1b1b1;
  line-height: 22px;
  margin-bottom: 15px;
}
.footer-style15 .info-foot ul.social-foot {
  margin: 0;
}
.footer-style15 .info-foot ul.social-foot li {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 0 0;
}
.rtl .footer-style15 .info-foot ul.social-foot li {
  margin: 0 0 0 10px;
}
.footer-style15 .info-foot ul.social-foot li a {
  font-size: 20px;
  text-align: center;
  margin-bottom: 5px;
  color: #b1b1b1;
  display: inline-block;
  vertical-align: top;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.footer-style15 .info-foot ul.social-foot li a:hover {
  color: #d263ee;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.footer-style15 .info-foot2 {
  margin-bottom: 30px;
}
.footer-style15 .info-foot2 h3 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  margin-bottom: 19px;
}
.footer-style15 .info-foot2 ul {
  margin: 0;
  list-style: none;
}
.footer-style15 .info-foot2 ul li {
  font-size: 13px;
  color: #b1b1b1;
  line-height: 26px;
}
.footer-style15 .info-foot2 ul li i {
  width: 20px;
  font-size: 16px;
  text-align: center;
  float: left;
  margin: 4px;
}
.rtl .footer-style15 .info-foot2 ul li i {
  float: right;
}
.footer-style15 .info-foot2 ul li span {
  overflow: hidden;
  display: block;
}
.footer-style15 .info-foot2 ul li a {
  color: #b1b1b1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.footer-style15 .info-foot2 ul li a:hover {
  color: #d263ee;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.newsletter-foot15 {
  text-align: center;
  background: #d263ee;
  padding: 30px 0 20px 0;
}
.home-style15 .elementor .newsletter-foot15 {
  margin-bottom: -50px;
}
.home-style15 .newsletter-foot15 {
  margin-bottom: -80px;
  z-index: 2;
  position: relative;
}
.newsletter-foot15 .elementor-widget-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
.newsletter-foot15 h5,
.newsletter-foot15 h3 {
  margin-right: 20px;
  display: inline-block;
  vertical-align: top;
  color: #fff;
  text-transform: uppercase;
  padding-top: 7px;
  font-size: 24px;
}
.rtl .newsletter-foot15 h5,
.rtl .newsletter-foot15 h3 {
  margin-left: 20px;
  margin-right: 0;
}
.newsletter-foot15 .form-newsletter {
  display: inline-block;
  vertical-align: top;
}
.newsletter-foot15 .form-newsletter p {
  margin-bottom: 8px;
}
.newsletter-foot15 .form-newsletter input {
  margin: 0;
}
.newsletter-foot15 .form-newsletter input[type="submit"] {
  background: #222;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  margin: 0;
  border: none;
  color: #fff;
}
.newsletter-foot15 .form-newsletter input[type="submit"]:hover {
  color: #d263ee;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.newsletter-foot15 .form-newsletter input[type="email"] {
  min-width: 300px;
  height: 40px;
  line-height: 40px;
  border-radius: 0;
  border: 1px rgba(255,255,255,0.2) solid;
  background: transparent;
  color: #fff;
}
.newsletter-foot15 .form-newsletter input::-webkit-input-placeholder {
  color: #fff;
}
.newsletter-foot15 .form-newsletter input::-moz-placeholder {
  color: #fff;
}
.newsletter-foot15 .form-newsletter input:-ms-input-placeholder {
  color: #fff;
}
@media (max-width: 1199px) {
  .vc_column-inner.vc_custom_1542474092183 {
    padding: 0 15px !important;
  }
}
@media (max-width: 991px) {
  .elementor-header-style15.header-style15 .header-mid .search-cate {
    margin: 0 !important;
  }
  .header-style15 .header-mid {
    padding: 20px 0 10px 0;
  }
  .header-style15 .header-mid .revo-logo {
    margin-bottom: 10px;
  }
  .header-style15 .header-mid .search-cate {
    float: left;
  }
  .rtl .header-style15 .header-mid .search-cate {
    float: right;
  }
  .header-style15 .sticky-menu .wrapper_vertical_menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(2px);
    -moz-transform: translateY(2px);
    -o-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px);
  }
  .header-style15 #main-menu {
    float: left;
  }
  .rtl .header-style15 #main-menu {
    float: right;
  }
  .header-style15 #main-menu .primary-menu .resmenu-container .navbar-toggle {
    float: left;
  }
  .rtl .header-style15 #main-menu .primary-menu .resmenu-container .navbar-toggle {
    float: right;
  }
  .header-style15 #main-menu .primary-menu .resmenu-container .navbar-toggle .icon-bar {
    background: #fff;
  }
  .header-style15 #main-menu .primary-menu .resmenu-container .menu-responsive-wrapper {
    right: auto;
    left: 15px;
  }
  .rtl .header-style15 #main-menu .primary-menu .resmenu-container .menu-responsive-wrapper {
    left: auto;
    right: 15px;
  }
  .resmenu-container .menu-responsive-wrapper {
    top: 52px;
  }
  .home-style15 .footer .footer-copyright .copyright-text {
    float: none;
    text-align: center;
  }
  .rtl .home-style15 .footer .footer-copyright .copyright-text {
    float: none;
    text-align: center;
  }
  .home-style15 .footer .footer-copyright .sidebar-copyright {
    display: none;
  }
}
@media (max-width: 767px) {
  .header-style15 .sticky-menu {
    position: relative;
  }
  .header-style15 .header-top .header-message {
    display: none;
  }
  .header-style15 .header-mid .right-header {
    display: none;
  }
  .header-style15 .header-mid .top-form.revo-minicart6 {
    margin-top: 0;
  }
  .header-style15 .header-mid .top-form.revo-minicart6 .cart-title {
    display: none;
  }
  .header-style15 .header-mid .top-form.revo-minicart6 .cart-contents {
    border: none;
  }
  .rtl .header-style15 .header-mid .top-form.revo-minicart6 .cart-contents {
    border: none;
  }
  .header-style15 .header-mid .search-cate {
    width: 72%;
    margin: 0 10px 0 0;
    float: right;
  }
  .rtl .header-style15 .header-mid .search-cate {
    margin: 0 0 0 10px;
    float: left;
  }
  .header-style15 .header-mid .search-cate .revo_top .top-form.top-search .cat-wrapper {
    display: none;
  }
  .header-style15 .header-mid .search-cate .revo_top .top-form.top-search input {
    padding-left: 10px;
  }
  .rtl .header-style15 .header-mid .search-cate .revo_top .top-form.top-search input {
    padding-right: 10px;
  }
  .sw-category-slider7.style1 .resp-slider-container .slider .item .item-content .childcat-product-cat ul li:before,
  .sw-woo-tab-style4 .top-tab-slider .nav.nav-tabs li:after {
    display: none !important;
  }
  .sw-category-slider7.style1 .resp-slider-container .slider .item .item-content .childcat-product-cat ul li {
    padding: 0;
  }
  .rtl .sw-category-slider7.style1 .resp-slider-container .slider .item .item-content .childcat-product-cat ul li {
    padding: 0;
  }
  .sw-woo-tab-style4 .top-tab-slider .nav.nav-tabs li a {
    padding: 0 15px 0 0;
  }
  .rtl .sw-woo-tab-style4 .top-tab-slider .nav.nav-tabs li a {
    padding: 0 0 0 15px;
  }
  .newsletter-foot15 .form-newsletter input[type="email"] {
    min-width: auto;
  }
}
@media (max-width: 480px) {
  .header-style15 #lang_sel > ul.nav {
    margin: 0;
  }
  .best-selling-product3.style2 .res-button {
    display: none !important;
  }
}
@media (max-width: 375px) {
  .best-selling-product3.style2 .block-title .item-countdown2 .countdown-section {
    margin-right: 14px;
  }
  .rtl .best-selling-product3.style2 .block-title .item-countdown2 .countdown-section {
    margin-left: 24px;
    margin-right: 0;
  }
  .best-selling-product3.style2 .block-title .item-countdown2 .countdown-section .countdown-amount {
    min-width: 28px;
  }
  .best-selling-product3.style2 .block-title .item-countdown2 .countdown-section .countdown-amount:before {
    right: -9px;
  }
  .rtl .best-selling-product3.style2 .block-title .item-countdown2 .countdown-section .countdown-amount:before {
    left: -9px;
  }
}
.home-style16 .item-price del {
  margin: 2px 10px 0;
}
@media (min-width: 1200px) {
  .home-style16 .sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .countdown-left {
    border: 1px solid #cccccc;
    border-radius: 10px;
    width: 79px;
    margin: 2% 30px 0;
  }
}
.home-style16 .wpb_revslider_element {
  margin-bottom: 0;
}
.home-style16 .see-more {
  color: #222;
  font-weight: 600;
  font-size: 14px !important;
  vertical-align: top;
  display: inline-block;
  -webkit-transition: all 0.3s !important;
  -moz-transition: all 0.3s !important;
  -o-transition: all 0.3s !important;
  -ms-transition: all 0.3s !important;
  transition: all 0.3s !important;
  border-radius: 30px;
  background: #d263ee;
  height: 45px;
  line-height: 44px !important;
  padding: 0 45px !important;
  letter-spacing: 1px;
}
.home-style16 .see-more:hover {
  background: #c535e9;
  border-color: #d263ee;
  -webkit-transition: all 0.3s !important;
  -moz-transition: all 0.3s !important;
  -o-transition: all 0.3s !important;
  -ms-transition: all 0.3s !important;
  transition: all 0.3s !important;
}
.home-style16 .revo-des {
  font-size: 18px !important;
  line-height: 26px !important;
}
.home-style16 .revo-color {
  color: #d263ee;
}
.home-style16 .sw_tab_countdown4 {
  margin-top: -100px;
  position: relative;
  z-index: 3;
}
.home-style16 .block-text-home11 {
  padding: 20px 0;
}
.home-style16 .block-text-home11 .item .icon {
  background-color: #d263ee;
}
.home-style16 .block-text-home11 .item .item-content h3 {
  color: #222;
  font-size: 16px;
  text-transform: capitalize;
}
.home-style16 .block-text-home11 .item .item-content p {
  color: #999;
}
.home-style16 .sw-category-slider {
  margin-bottom: 56px;
}
.home-style16 .sw-category-slider .block-title {
  margin: 0;
}
.home-style16 .sw-category-slider .block-title h3 {
  text-align: center;
  font-size: 24px;
  color: #222;
  border: 0;
  margin: 0;
  padding: 0 0 5px;
}
.home-style16 .sw-category-slider .block-title h3:before {
  width: 0;
  height: 0;
}
.home-style16 .sw-category-slider .description1 {
  text-align: center;
  font-size: 14px;
  color: #222;
  margin-bottom: 35px;
}
.home-style16 .responsive-post-slider.style2 {
  margin-top: 25px;
}
.home-style16 .responsive-post-slider.style2 .resp-slider-container .slider .item .item-detail .entry-content h4 a {
  font-size: 16px;
  text-transform: capitalize;
}
.home-style16 .sw-brand-container-slider {
  border: none;
  margin: 0 0 50px 0;
  border-top: 1px #ddd solid;
  padding: 50px 0 0 0;
  border-radius: 0;
}
.home-style16 .sw-brand-container-slider .res-button {
  display: none !important;
}
.home-style16 .footer {
  background: url("../assets/img/bg-footer16.jpg") no-repeat center center;
  background-size: cover;
}
.home-style16 .footer .footer-style15.style2 {
  background: transparent;
}
.home-style16 .footer .footer-copyright {
  background: transparent;
}
.header-style16 {
  border-bottom: 1px #ccc solid;
}
.home-style6 .header-style16 {
  border-bottom: none;
}
.header-style16 .header-top {
  background: #252525;
}
.header-style16 .header-top .header-message {
  display: none;
}
.header-style16 .header-top .top-header .sw_top-2 {
  float: left;
}
.rtl .header-style16 .header-top .top-header .sw_top-2 {
  float: right;
}
.header-style16 .header-top .top-header .top-login ul li a {
  color: #999;
  margin-left: 15px;
  border-color: #999;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.rtl .header-style16 .header-top .top-header .top-login ul li a {
  margin-right: 15px;
  margin-left: 0;
  border-right: 1px #999 solid;
  border-left: none;
}
.header-style16 .header-top .top-header .top-login ul li a:hover {
  color: #d263ee;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.header-style16 .header-top .top-header .elementor-widget-wp-widget-nav_menu,
.header-style16 .header-top .top-header .widget_nav_menu {
  float: left;
}
.rtl .header-style16 .header-top .top-header .elementor-widget-wp-widget-nav_menu,
.rtl .header-style16 .header-top .top-header .widget_nav_menu {
  float: right;
}
.header-style16 .header-top .top-header .elementor-widget-wp-widget-nav_menu h5,
.header-style16 .header-top .top-header .elementor-widget-wp-widget-nav_menu h3,
.header-style16 .header-top .top-header .widget_nav_menu h5,
.header-style16 .header-top .top-header .widget_nav_menu h3 {
  border: none;
  color: #999;
}
.rtl .header-style16 .header-top .top-header .elementor-widget-wp-widget-nav_menu h5,
.rtl .header-style16 .header-top .top-header .elementor-widget-wp-widget-nav_menu h3,
.rtl .header-style16 .header-top .top-header .widget_nav_menu h5,
.rtl .header-style16 .header-top .top-header .widget_nav_menu h3 {
  border: none;
}
.header-style16 .header-top #lang_sel > ul.nav > li > a {
  color: #999;
  border: none;
}
.rtl .header-style16 .header-top #lang_sel > ul.nav > li > a {
  border: none;
}
.header-style16 .header-top .currency_w > li > a {
  color: #999;
  border-color: #999;
}
.header-style16 .header-mid {
  padding: 7px 0;
}
.header-style16 .search-cate {
  margin-top: 13px;
  position: relative;
}
.rtl .header-style16 .search-cate {
  margin-top: 13px;
}
.header-style16 .search-cate .icon-search {
  width: 35px;
  height: 35px;
  line-height: 33px;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  color: #222;
  border: 1px #eee solid;
}
.header-style16 .search-cate .icon-search:hover {
  cursor: pointer;
  color: #d263ee;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.header-style16 .search-cate .icon-search.closex i:before {
  content: "\f00d";
}
.header-style16 .search-cate .top-form.top-search {
  min-width: 320px;
  position: absolute;
  right: 0;
  top: 50px;
  display: none;
  margin: 0;
}
.rtl .header-style16 .search-cate .top-form.top-search {
  float: left;
  right: auto;
  left: 0;
  margin: 0;
}
.header-style16 .search-cate .top-form.top-search .topsearch-entry {
  padding-left: 0;
}
.rtl .header-style16 .search-cate .top-form.top-search .topsearch-entry {
  padding-right: 0;
}
.header-style16 .search-cate .top-form.top-search .topsearch-entry .icon-loading.loading {
  right: 95px;
}
.header-style16 .search-cate .top-form.top-search .topsearch-entry .cat-wrapper {
  display: none;
}
.header-style16 .search-cate .top-form.top-search .topsearch-entry input {
  background: #f5f5f5;
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  border-radius: 0;
}
.header-style16 .search-cate .top-form.top-search .topsearch-entry .button-search-pro {
  background-color: #f5f5f5;
  border-radius: 0;
  height: 60px;
  line-height: 60px;
  color: #222;
}
.header-style16 .search-cate .top-form.top-search .topsearch-entry .button-search-pro:hover {
  background-color: #d263ee;
}
.header-style16 .top-form.revo-minicart6 {
  padding-right: 15px;
  margin-top: 11px;
}
.rtl .header-style16 .top-form.revo-minicart6 {
  padding-right: 0;
  padding-left: 15px;
}
.header-style16 .top-form.revo-minicart6 .top-minicart-icon .cart-contents {
  display: inline-block;
  vertical-align: top;
  position: relative;
  text-align: center;
}
.header-style16 .top-form.revo-minicart6 .top-minicart-icon .cart-contents i.fa {
  height: 39px;
  line-height: 38px;
  width: 39px;
  font-size: 20px;
}
.header-style16 .top-form.revo-minicart6 .top-minicart-icon .cart-contents .minicart-number {
  position: absolute;
  top: 0;
  right: 0;
  background: #d263ee;
  color: #fff;
  font-size: 11px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
}
.rtl .header-style16 .top-form.revo-minicart6 .top-minicart-icon .cart-contents .minicart-number {
  right: auto;
  left: 0;
}
.header-style16 .top-form.revo-minicart6 .top-minicart-icon .cart-title {
  display: none;
}
.header-style16 .top-form:hover .wrapp-minicart {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.header-style16 .nav-pills >li > a {
  font-size: 14px;
}
.header-style16 .sticky-menu {
  position: fixed;
  z-index: 99;
  background: #fff;
  box-shadow: 0 2px 1px #ccc;
}
.tab-countdown-slide2 {
  padding: 20px 0;
  margin-bottom: 30px;
}
.tab-countdown-slide2 .top-tab-slider {
  float: left;
  display: block;
  width: 12%;
  margin-top: -7px;
}
.rtl .tab-countdown-slide2 .top-tab-slider {
  float: right;
}
.tab-countdown-slide2 .top-tab-slider ul {
  margin: 0;
  border: 0;
}
.tab-countdown-slide2 .top-tab-slider ul li a {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  margin: 7px;
  height: 102px;
  width: 102px;
  border: 1px #ccc solid;
  display: block;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tab-countdown-slide2 .top-tab-slider ul li a img {
  height: auto;
}
.tab-countdown-slide2 .top-tab-slider ul li.active,
.tab-countdown-slide2 .top-tab-slider ul li:hover {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tab-countdown-slide2 .top-tab-slider ul li.active a,
.tab-countdown-slide2 .top-tab-slider ul li:hover a {
  border: 2px #d263ee solid;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tab-countdown-slide2 .top-tab-slider-full {
  display: none;
}
.tab-countdown-slide2 .tab-content {
  width: 88%;
  float: left;
  clear: none;
}
.tab-countdown-slide2 .tab-content .item-wrap:hover:before,
.tab-countdown-slide2 .tab-content .item-wrap:hover:after {
  display: none;
}
.tab-countdown-slide2 .tab-content .item-wrap .item-detail .products-thumb {
  width: 44%;
  float: left;
  margin-right: 3%;
  position: relative;
  overflow: hidden;
}
.rtl .tab-countdown-slide2 .tab-content .item-wrap .item-detail .products-thumb {
  margin-right: 0;
  margin-left: 3%;
  float: right;
}
.tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content {
  float: left;
  text-align: left;
}
.rtl .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content {
  float: right;
  text-align: right;
}
.tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .countdown-left .countdown-section {
  background: #a97610;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  width: 100px;
  display: inline-block;
  text-align: center;
  position: relative;
  line-height: normal;
  margin-right: 26px;
  padding: 14px 0px;
}
.rtl .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .countdown-left .countdown-section {
  margin-right: 0;
  margin-left: 26px;
}
.tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .countdown-left .countdown-section span {
  width: 100%;
  display: block;
  text-transform: capitalize;
}
.tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .countdown-left .countdown-section span.countdown-amount {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 4px;
}
.tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .countdown-left .countdown-section span.countdown-period {
  font-size: 14px;
}
.tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .countdown-left .countdown-section:before {
  content: ":";
  position: absolute;
  top: 15px;
  right: -17px;
  color: #ccc;
  font-size: 40px;
}
.rtl .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .countdown-left .countdown-section:before {
  right: auto;
  left: -17px;
}
.tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .countdown-left .countdown-section:last-child {
  margin-right: 0;
}
.tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .countdown-left .countdown-section:last-child:before {
  display: none;
}
.tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content h4 {
  margin-bottom: 23px;
}
.tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content h4 a {
  font-size: 30px;
  color: #fff;
  text-transform: capitalize;
  font-weight: 600;
}
.tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content h4:hover a {
  color: #d263ee;
}
.tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .reviews-content {
  margin: 10px 0 20px 0;
}
.tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .reviews-content .star {
  display: inline-block;
  vertical-align: top;
  margin: 2px 20px 0 0;
}
.rtl .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .reviews-content .star {
  margin: 2px 0 0 20px;
}
.tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .reviews-content .item-number-rating {
  display: inline-block;
  vertical-align: top;
  color: #ccc;
  font-size: 13px;
  line-height: 18px;
}
.rtl .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .reviews-content .item-number-rating {
  direction: ltr;
}
.tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .description {
  margin-bottom: 15px;
  font-size: 13px;
  color: #ccc;
  line-height: 20px;
}
.tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .item-price {
  display: inline-block;
  font-size: 26px;
  margin-bottom: 25px;
}
.tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .item-price del {
  font-size: 20px;
  color: #999;
  margin-top: 7px;
  font-weight: normal;
}
.sw_tab_countdown4 .tab-countdown-slide2 {
  padding: 0;
  margin-bottom: 50px;
}
.sw_tab_countdown4 .tab-countdown-slide2 .tab-content {
  max-width: 100%;
  width: 100%;
  background: #fff;
  position: relative;
  border: 1px #ccc solid;
  padding-bottom: 30px;
  overflow: initial;
}
.sw_tab_countdown4 .tab-countdown-slide2 .tab-content .order-title {
  padding: 0 30px;
}
.sw_tab_countdown4 .tab-countdown-slide2 .tab-content .order-title h2 {
  font-size: 18px;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  background: #d263ee;
  padding: 10px 20px;
  border-radius: 0 0 6px 6px;
  margin-top: -7px;
  position: relative;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}
.sw_tab_countdown4 .tab-countdown-slide2 .tab-content .order-title h2:before {
  content: '';
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-right: 5px solid #d263ee;
  left: -5px;
  position: absolute;
  top: 0;
}
.sw_tab_countdown4 .tab-countdown-slide2 .tab-content .order-title h2:after {
  content: '';
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 5px solid #d263ee;
  right: -5px;
  position: absolute;
  top: 0;
}
.sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .products-thumb {
  width: 40%;
  margin-right: 4%;
}
.rtl .sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .products-thumb {
  margin-right: 0;
  margin-left: 4%;
}
.sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .products-thumb a img {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
}
.sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .countdown-left {
  float: left;
  width: 14%;
  margin-right: 2%;
  margin-top: 20px;
}
.rtl .sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .countdown-left {
  float: right;
  margin-right: 0;
  margin-left: 2%;
}
.sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .countdown-left .product-countdown2 {
  border: 1px #ccc solid;
  max-width: 90px;
  margin: 0 auto;
  border-radius: 4px;
}
.sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .countdown-left .countdown-section {
  display: block;
  text-align: center;
  position: relative;
  line-height: normal;
  padding: 15px 0 25px 0;
}
.sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .countdown-left .countdown-section:after {
  content: "";
  width: 60px;
  height: 1px;
  background: #ccc;
  position: absolute;
  bottom: 3px;
  left: 50%;
  margin-left: -30px;
}
.sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .countdown-left .countdown-section.secs:after {
  display: none;
}
.sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .countdown-left .countdown-section .countdown-amount {
  font-size: 24px;
  color: #222;
  font-weight: bold;
  margin-bottom: -5px;
}
.sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .countdown-left .countdown-section span {
  width: 100%;
  display: block;
  text-transform: capitalize;
}
.sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .countdown-left .countdown-section span.countdown-period {
  font-size: 14px;
  color: #999;
}
.sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content {
  width: 40%;
  padding-top: 22px;
}
.sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content h4,
.sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .description,
.sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .reviews-content {
  padding-right: 60px;
}
.rtl .sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content h4,
.rtl .sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .description,
.rtl .sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .reviews-content {
  padding-right: 0;
  padding-left: 60px;
}
.sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content h4 {
  margin-bottom: 13px;
}
.sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content h4 a {
  color: #222;
  font-size: 20px;
}
.sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content h4 a:hover {
  color: #d263ee;
}
.sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .reviews-content {
  float: left;
  width: 100%;
}
.sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .reviews-content .item-number-rating {
  color: #666;
}
.sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .description {
  color: #666;
  line-height: 24px;
  position: relative;
  padding-top: 26px;
  font-size: 14px;
}
.sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .description:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 85%;
  background: #ccc;
}
.rtl .sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .description:before {
  left: auto;
  right: 0;
}
.sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .item-button .add_to_cart_button,
.sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .item-button .product_type_simple,
.sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .item-button .product_type_external,
.sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .item-button .product_type_grouped {
  float: left;
  margin-right: 10px;
  letter-spacing: 1px;
  display: inline-block;
  height: 40px;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 15px;
  color: #fff;
  padding: 0 20px;
  line-height: 40px;
  border-radius: 4px;
  background: #d263ee;
}
.sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .item-button .add_to_cart_button:hover,
.sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .item-button .product_type_simple:hover,
.sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .item-button .product_type_external:hover,
.sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .item-button .product_type_grouped:hover {
  background-color: #cb4ceb;
}
.sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .item-button .add_to_cart_button.loading,
.sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .item-button .product_type_simple.loading,
.sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .item-button .product_type_external.loading,
.sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .item-button .product_type_grouped.loading {
  background: transparent;
  border: 1px #d263ee solid;
}
.rtl .sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .item-button .add_to_cart_button,
.rtl .sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .item-button .product_type_simple,
.rtl .sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .item-button .product_type_external,
.rtl .sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .item-button .product_type_grouped {
  float: right;
  margin-left: 10px;
  margin-right: 0;
}
.sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .item-button .button-group {
  overflow: hidden;
}
.sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .item-button .button-group .feedback {
  display: none;
}
.sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .item-button .button-group .clear {
  clear: none;
}
.sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,
.sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before {
  content: '\f004';
}
.sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:after,
.sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:after,
.sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:after {
  content: '';
  width: 1px;
  height: 11px;
  position: absolute;
  top: 20px;
  right: 0;
  background-color: rgba(255,255,255,0.15);
}
.rtl .sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:after,
.rtl .sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:after,
.rtl .sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:after {
  left: 0;
  right: auto;
}
.sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist .ajax-loading {
  position: absolute;
}
.sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show a:before {
  color: #d263ee;
}
.sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .item-button .button-group a.compare:before {
  content: '\f0ec';
}
.sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .item-button .button-group a.compare:after {
  content: '';
  width: 1px;
  height: 11px;
  position: absolute;
  top: 20px;
  right: 0;
  background-color: rgba(255,255,255,0.15);
}
.rtl .sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .item-button .button-group a.compare:after {
  left: 0;
  right: auto;
}
.sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .item-button .button-group a.sw-quickview:before {
  content: '\f002';
}
.sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
.sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .item-button .button-group a.compare,
.sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .item-button .button-group a.sw-quickview {
  float: left;
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: top;
  padding: 0;
  margin: 0;
  font-size: 0;
  overflow: hidden;
  position: relative;
  background-color: #fff;
  border-radius: 4px;
  text-align: center;
  line-height: 40px;
}
.rtl .sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.rtl .sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.rtl .sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
.rtl .sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .item-button .button-group a.compare,
.rtl .sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .item-button .button-group a.sw-quickview {
  float: right;
}
.sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,
.sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before,
.sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .item-button .button-group a.compare:before,
.sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .item-button .button-group a.sw-quickview:before {
  font-family: 'FontAwesome';
  font-size: 14px;
  color: #d263ee;
}
.sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover:before,
.sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover:before,
.sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover:before,
.sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .item-button .button-group a.compare:hover:before,
.sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .item-button .button-group a.sw-quickview:hover:before {
  color: #d263ee;
}
.sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .item-button .button-group .add_to_cart_button,
.sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .item-button .button-group .product_type_external,
.sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .item-button .button-group .product_type_grouped,
.sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist,
.sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .item-button .button-group a.compare,
.sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .item-button .button-group .group.fancybox {
  display: inline-block;
  vertical-align: top;
  float: left;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  margin: 0 10px 0 0;
  border-radius: 4px;
  border: 1px #d263ee solid;
}
.rtl .sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .item-button .button-group .add_to_cart_button,
.rtl .sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .item-button .button-group .product_type_external,
.rtl .sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .item-button .button-group .product_type_grouped,
.rtl .sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist,
.rtl .sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .item-button .button-group a.compare,
.rtl .sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .item-button .button-group .group.fancybox {
  float: right;
  margin: 0 0 0 10px;
}
.sw_tab_countdown4 .tab-countdown-slide2 .top-tab-slider {
  width: 100%;
  max-width: 100%;
  margin: 20px 0;
  position: relative;
}
.sw_tab_countdown4 .tab-countdown-slide2 .top-tab-slider ul {
  margin: 0 -15px;
}
.sw_tab_countdown4 .tab-countdown-slide2 .top-tab-slider ul li {
  position: relative;
  margin: 0 15px;
  padding-top: 10px;
}
.sw_tab_countdown4 .tab-countdown-slide2 .top-tab-slider ul li a {
  height: auto;
  width: auto;
  margin: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sw_tab_countdown4 .tab-countdown-slide2 .top-tab-slider ul li a:before {
  display: none;
}
.sw_tab_countdown4 .tab-countdown-slide2 .top-tab-slider ul li:hover,
.sw_tab_countdown4 .tab-countdown-slide2 .top-tab-slider ul li.active {
  cursor: pointer;
  margin-top: -9px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sw_tab_countdown4 .tab-countdown-slide2 .top-tab-slider ul li:hover a,
.sw_tab_countdown4 .tab-countdown-slide2 .top-tab-slider ul li.active a {
  border: 2px #d263ee solid;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-shadow: 0px 0px 12px rgba(0,0,0,0.5);
}
.sw_tab_countdown4 .tab-countdown-slide2 .top-tab-slider ul li img {
  margin: 0;
  border: 0;
  width: 100%;
}
.sw_tab_countdown4 .tab-countdown-slide2 .top-tab-slider .sw-tab-slider .res-button {
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  cursor: pointer;
  z-index: 2;
}
.sw_tab_countdown4 .tab-countdown-slide2 .top-tab-slider .sw-tab-slider .res-button.slick-prev {
  left: -20px;
}
.sw_tab_countdown4 .tab-countdown-slide2 .top-tab-slider .sw-tab-slider .res-button.slick-prev:before {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #222;
  background: rgba(0,0,0,0.1);
  cursor: pointer;
  z-index: 9;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  content: '\f0d9';
  font-family: FontAwesome;
  font-size: 20px;
  display: block;
}
.sw_tab_countdown4 .tab-countdown-slide2 .top-tab-slider .sw-tab-slider .res-button.slick-next {
  right: -20px;
}
.sw_tab_countdown4 .tab-countdown-slide2 .top-tab-slider .sw-tab-slider .res-button.slick-next:before {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #222;
  background: rgba(0,0,0,0.1);
  cursor: pointer;
  z-index: 9;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  content: '\f0da';
  font-family: FontAwesome;
  font-size: 20px;
  display: block;
}
.sw_tab_countdown4 .tab-countdown-slide2 .top-tab-slider .sw-tab-slider .res-button:hover:before {
  background: #d263ee;
  color: #fff;
}
.sw-woo-tab-cat4 {
  margin-bottom: 70px;
}
.sw-woo-tab-cat4 .box-title h3 {
  font-size: 24px;
  text-transform: uppercase;
  color: #222;
  font-weight: bold;
  margin-bottom: 5px;
}
.sw-woo-tab-cat4 .description {
  font-size: 14px;
  color: #222;
  margin-bottom: 30px;
}
.sw-woo-tab-cat4 .button-collapse {
  display: none;
}
.sw-woo-tab-cat4 .resp-tab .top-tab-slider {
  margin-bottom: 40px;
}
.sw-woo-tab-cat4 .resp-tab .top-tab-slider .nav.nav-tabs li a {
  font-size: 14px;
  background: #eee;
  font-weight: 600;
  height: 42px;
  line-height: 38px;
}
.sw-woo-tab-cat4 .resp-tab .top-tab-slider .nav.nav-tabs li.active a,
.sw-woo-tab-cat4 .resp-tab .top-tab-slider .nav.nav-tabs li:hover a {
  background: #d263ee;
}
.sw-woo-tab-cat4 .resp-tab .tab-content .resp-slider-container {
  margin: 0 -15px;
}
.sw-woo-tab-cat4 .resp-tab .tab-content .resp-slider-container .slider .item {
  padding: 0 15px;
}
.sw-woo-tab-cat4 .resp-tab .tab-content .resp-slider-container .slider .item .item-wrap {
  margin-bottom: 30px;
  border: 1px #ccc solid;
}
.sw-woo-tab-cat4 .resp-tab .item .item-wrap .item-detail .item-img a {
  vertical-align: top;
}
.sw-woo-tab-cat4 .resp-tab .item .item-wrap .item-detail .item-content h4 a {
  font-weight: 600;
}
.sw-woo-tab-cat4 .resp-tab .woocommmerce-shop {
  text-align: center;
}
.sw-woo-tab-cat4 .resp-tab .woocommmerce-shop a {
  display: inline-block;
  vertical-align: top;
  padding: 0 30px;
  height: 50px;
  line-height: 49px;
  font-weight: 600;
  border-radius: 30px;
  background: #d263ee;
  color: #222;
  text-transform: capitalize;
  font-size: 14px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.sw-woo-tab-cat4 .resp-tab .woocommmerce-shop a:hover {
  background: #222;
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.vc_row.bg-tesin16 {
  background-size: cover;
}
.vc_row.bg-countin16 {
  overflow: inherit;
}
.testimonial-post-slider.style2 {
  position: relative;
  padding: 24px 0 60px;
}
.testimonial-post-slider.style2 .slider.responsive-thumbnail {
  position: static;
  margin: 0 300px;
}
.testimonial-post-slider.style2 .slider.responsive-thumbnail .item .image-client {
  display: inline-block;
  width: 90px;
  height: 90px;
  border-radius: 4px;
  padding: 0;
  border: 2px #fff solid;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.testimonial-post-slider.style2 .slider.responsive-thumbnail .item .image-client img {
  border-radius: 4px;
}
.testimonial-post-slider.style2 .slider.responsive-thumbnail .item.slick-active.slick-center .image-client {
  height: 90px;
  width: 90px;
  padding: 0;
  border: 2px solid #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 1;
  filter: alpha(opacity=100);
}
.testimonial-post-slider.style2 .responsive-content {
  padding: 0;
  margin-bottom: 13px;
}
.testimonial-post-slider.style2 .responsive-content .item .client-say-info .name-client {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 38px;
}
.testimonial-post-slider.style2 .responsive-content .item .client-say-info .name-client h2 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 14px;
}
.testimonial-post-slider.style2 .responsive-content .item .client-say-info .name-client h4 {
  color: #d263ee;
  font-style: normal;
  font-size: 14px;
}
.testimonial-post-slider.style2 .responsive-content .item .client-say-info .client-comment {
  border: 1px rgba(255,255,255,0.2) solid;
  background: rgba(0,0,0,0.6);
  font-size: 16px;
  border-radius: 6px;
  padding: 50px 10%;
  margin-bottom: 10px;
  line-height: 30px;
}
.testimonial-post-slider.style2 .responsive-content .item .client-say-info .client-comment:before,
.testimonial-post-slider.style2 .responsive-content .item .client-say-info .client-comment:after {
  display: none;
}
.testimonial-post-slider.style2 .slider.responsive-thumbnail button {
  background: #fff;
  border-radius: 50%;
  color: #222;
  width: 35px;
  height: 35px;
  line-height: 35px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.testimonial-post-slider.style2 .slider.responsive-thumbnail button:hover {
  background: #d263ee;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.testimonial-post-slider.style2 .slider.responsive-thumbnail button.slick-prev {
  top: 41%;
  left: -18px;
}
.testimonial-post-slider.style2 .slider.responsive-thumbnail button.slick-prev:before {
  font-size: 24px;
}
.testimonial-post-slider.style2 .slider.responsive-thumbnail button.slick-next {
  top: 41%;
  right: -18px;
}
.testimonial-post-slider.style2 .slider.responsive-thumbnail button.slick-next:before {
  font-size: 24px;
}
.footer-style15.style2 {
  padding-top: 70px;
  padding-bottom: 20px;
}
.footer-style15.style2 .elementor-widget-wp-widget-nav_menu h5,
.footer-style15.style2 .info-foot2 h3,
.footer-style15.style2 .widget_nav_menu h2 {
  font-size: 18px;
}
.footer-style15.style2 .elementor-widget-wp-widget-nav_menu ul li a,
.footer-style15.style2 .widget_nav_menu ul li a {
  font-size: 14px;
  line-height: 26px;
}
.footer-style15.style2 .elementor-widget-wp-widget-nav_menu ul li a:hover,
.footer-style15.style2 .widget_nav_menu ul li a:hover {
  padding-left: 10px;
}
.rtl .footer-style15.style2 .elementor-widget-wp-widget-nav_menu ul li a:hover,
.rtl .footer-style15.style2 .widget_nav_menu ul li a:hover {
  padding-left: 0;
  padding-right: 10px;
}
.footer-style15.style2 .info-foot2 ul li {
  font-size: 14px;
  padding: 8px 0;
}
.footer-style15.style2 .info-foot2 ul li i {
  color: #d263ee;
}
.footer-style15.style2 .info-foot2 ul li i.fa-mobile {
  font-size: 20px;
}
.footer-style16-bot {
  background: #353535;
}
.home-style16 .footer-style16-bot {
  background: rgba(254,185,0,0.5);
}
.footer-style16-bot .newsletter-foot {
  margin-top: 40px;
}
.footer-style16-bot .newsletter-foot h5,
.footer-style16-bot .newsletter-foot h3 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  float: left;
  margin-right: 15px;
  line-height: 40px;
  text-transform: uppercase;
}
.rtl .footer-style16-bot .newsletter-foot h5,
.rtl .footer-style16-bot .newsletter-foot h3 {
  float: right;
  margin-right: 0;
  margin-left: 15px;
}
.footer-style16-bot .newsletter-foot .form-newsletter .mc4wp-form-fields {
  overflow: hidden;
}
.footer-style16-bot .newsletter-foot .form-newsletter input[type="email"] {
  border: 0;
  color: #999;
  width: 75%;
  background: #fff;
  height: 40px;
  padding: 0 20px;
  border-radius: 4px 0 0 4px;
  float: left;
}
.rtl .footer-style16-bot .newsletter-foot .form-newsletter input[type="email"] {
  border-radius: 0 4px 4px 0;
  float: right;
}
.footer-style16-bot .newsletter-foot .form-newsletter input[type="submit"] {
  border: 0;
  width: 25%;
  background: #d263ee;
  height: 40px;
  line-height: 40px;
  color: #222;
  text-transform: uppercase;
  text-align: center;
  border-radius: 0 4px 4px 0;
  float: left;
  font-size: 14px;
  font-weight: 600;
}
.rtl .footer-style16-bot .newsletter-foot .form-newsletter input[type="submit"] {
  border-radius: 4px 0 0 4px;
  float: right;
}
.footer-style16-bot .newsletter-foot .form-newsletter input[type="submit"]:hover {
  background: #c535e9;
}
.footer-style16-bot .newsletter-foot .form-newsletter .mc4wp-success {
  color: #222;
}
.footer-style16-bot .socials-footer h3 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  float: left;
  margin-right: 15px;
  line-height: 40px;
  text-transform: uppercase;
}
.rtl .footer-style16-bot .socials-footer h3 {
  float: right;
  margin-right: 0;
  margin-left: 15px;
}
.footer-style16-bot .socials-footer ul {
  margin: 40px 0;
  list-style: none;
}
.footer-style16-bot .socials-footer ul li {
  display: inline-block;
  vertical-align: top;
}
.footer-style16-bot .socials-footer ul li a {
  color: #666;
  background: #fff;
  border-radius: 4px;
  height: 38px;
  line-height: 38px;
  width: 38px;
  font-size: 18px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  margin: 0 3px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.footer-style16-bot .socials-footer ul li a:hover {
  color: #fff;
  background: #d263ee;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 1200px) {
  .home-style16 .footer .footer-copyright .copyright-text {
    float: left;
    padding-top: 15px;
  }
  .rtl .home-style16 .footer .footer-copyright .copyright-text {
    float: right;
  }
  .home-style16 .footer .footer-copyright .sidebar-copyright {
    float: right;
  }
  .rtl .home-style16 .footer .footer-copyright .sidebar-copyright {
    float: left;
  }
}
@media (min-width: 1400px) and (max-width: 1680px) {
  .revo-color {
    font-size: 49px !important;
  }
  .revo-des {
    font-size: 16px !important;
    line-height: 24px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .revo-color {
    font-size: 42px !important;
  }
  .revo-des {
    font-size: 16px !important;
    line-height: 24px !important;
  }
}
@media (max-width: 1199px) {
  .home-style16 .sw_tab_countdown4 {
    margin-top: 0;
  }
  .testimonial-post-slider.style2 .slider.responsive-thumbnail {
    margin: 0 205px;
  }
  .testimonial-post-slider.style2 .slider.responsive-thumbnail button {
    display: none !important;
  }
  .revo-color {
    font-size: 24px !important;
  }
  .footer-style16-bot .newsletter-foot .content-wrap h3,
  .footer-style16-bot .socials-footer h3 {
    display: none;
  }
}
@media (max-width: 991px) {
  .header-style16 .header-mid .revo-logo {
    margin-bottom: 10px;
  }
  .header-style16 .search-cate {
    margin-top: 8px;
  }
  .rtl.header-style16 .search-cate {
    margin-top: 8px;
  }
  .header-style16 .top-form.revo-minicart6 {
    margin-top: 6px;
  }
  .rtl .header-style16 .top-form.revo-minicart6 {
    margin-top: 11px;
  }
  .header-style16 #main-menu {
    float: left;
  }
  .rtl .header-style16 #main-menu {
    float: right;
  }
  .header-style16 #main-menu .primary-menu .resmenu-container .navbar-toggle {
    float: left;
  }
  .rtl .header-style16 #main-menu .primary-menu .resmenu-container .navbar-toggle {
    float: right;
  }
  .header-style16 #main-menu .primary-menu .resmenu-container .menu-responsive-wrapper {
    right: auto;
    left: 15px;
  }
  .rtl .header-style16 #main-menu .primary-menu .resmenu-container .menu-responsive-wrapper {
    left: auto;
    right: 15px;
  }
  .resmenu-container .menu-responsive-wrapper {
    top: 52px;
  }
  .home-style16 .block-text-home11 {
    display: none;
  }
  .sw_tab_countdown4 .tab-countdown-slide2 .top-tab-slider .sw-tab-slider .res-button,
  .sw-category-slider .res-button {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .header-style16 .sticky-menu {
    position: relative;
    box-shadow: none;
  }
  .header-style16 .header-top .top-header .top-login ul li a {
    margin: 0;
  }
  .rtl .header-style16 .header-top .top-header .top-login ul li a {
    margin: 0;
  }
  .sw-woo-tab-cat4 .resp-tab .top-tab-slider .button-collapse {
    position: absolute;
    top: -2px;
    z-index: 99;
    display: block;
    background: #222;
    border-radius: 3px;
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
    height: 30px;
    width: 30px;
    line-height: 30px;
    right: 5px;
    text-align: center;
  }
  .sw-woo-tab-cat4 .resp-tab .top-tab-slider .button-collapse:hover {
    background: #d263ee;
  }
  .rtl .sw-woo-tab-cat4 .resp-tab .top-tab-slider .button-collapse {
    left: 5px;
    right: auto;
  }
  .sw-woo-tab-cat4 .resp-tab .top-tab-slider .button-collapse:before {
    content: '\f0c9';
    font-family: FontAwesome;
    font-size: 16px;
    color: #fff;
    height: 30px;
    width: 30px;
    line-height: 30px;
    display: inline-block;
    text-align: center;
  }
  .sw-woo-tab-cat4 .resp-tab .top-tab-slider .tab_list {
    margin-bottom: 0;
    position: absolute;
    top: 36px;
    right: 0;
    left: 0;
    z-index: 9;
  }
  .sw-woo-tab-cat4 .resp-tab .top-tab-slider .tab_list ul {
    height: 0;
    overflow: hidden;
  }
  .sw-woo-tab-cat4 .resp-tab .top-tab-slider .tab_list ul li {
    width: 100%;
    margin: 0;
  }
  .sw-woo-tab-cat4 .resp-tab .top-tab-slider .tab_list ul li a {
    border: none !important;
    border-radius: 0 !important;
  }
  .sw-woo-tab-cat4 .resp-tab .top-tab-slider .tab_list.in ul {
    height: auto;
  }
  .testimonial-post-slider.style2 .slider.responsive-thumbnail {
    margin: 0 100px;
  }
  .sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .countdown-left {
    width: 100%;
    margin: 0;
    float: none;
  }
  .rtl .sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .countdown-left {
    width: 100%;
    margin: 0;
    float: none;
  }
  .sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .countdown-left .product-countdown2 {
    max-width: 100%;
    border: none;
    text-align: center;
  }
  .sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .countdown-left .product-countdown2 .countdown-section {
    display: inline-block;
    vertical-align: top;
    padding: 10px;
  }
  .sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .countdown-left .product-countdown2 .countdown-section:after {
    display: none;
  }
  .sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .countdown-left .product-countdown2 .countdown-section .countdown-amount {
    display: inline-block;
    vertical-align: top;
  }
  .sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-img {
    width: 100%;
    margin: 0;
    float: none;
  }
  .rtl .sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-img {
    width: 100%;
    margin: 0;
    float: none;
  }
  .sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content {
    width: 100%;
    margin: 0;
    float: none;
    padding: 0 15px;
  }
  .rtl .sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content {
    width: 100%;
    margin: 0;
    float: none;
  }
  .sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content h4,
  .sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .description,
  .sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .reviews-content {
    padding-right: 0;
  }
  .rtl .sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content h4,
  .rtl .sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .description,
  .rtl .sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .reviews-content {
    padding-left: 0;
  }
  .revo-color {
    font-size: 13px !important;
  }
  .footer-style16-bot .newsletter-foot {
    margin-top: 0;
  }
}
@media (max-width: 480px) {
  .testimonial-post-slider.style2 .slider.responsive-thumbnail {
    margin: 0 50px;
  }
  .testimonial-post-slider.style2 .slider.responsive-thumbnail .item {
    padding: 20px 40px;
  }
}
@media (min-width: 1200px) {
  .elementor-4022 .elementor-element.elementor-element-e793ab7 {
    margin-top: 40px !important;
  }
}
.home-style17 .resmenu-container .navbar-toggle .icon-bar {
  background-color: #222;
}
.home-style17 .sw-latest-product .box-title h2,
.home-style17 .sw-mostviewed .box-title h2,
.home-style17 .sw-onsale-product .box-title h2 {
  border-bottom: 1px #ccc solid;
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 13px;
}
.home-style17 .sw-latest-product .box-title h2:before,
.home-style17 .sw-mostviewed .box-title h2:before,
.home-style17 .sw-onsale-product .box-title h2:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 80px;
  height: 1px;
  background: #d263ee;
}
.home-style17 .sw-latest-product .content-wrap .item .item-content h4 a,
.home-style17 .sw-mostviewed .content-wrap .item .item-content h4 a,
.home-style17 .sw-onsale-product .content-wrap .item .item-content h4 a {
  font-weight: 600;
}
.home-style17 .footer .container > p {
  display: none;
}
.home-style17 .footer .footer-menu.style4 {
  background: #2d2d2d;
  padding-top: 60px;
  padding-bottom: 30px;
}
.home-style17 .footer .footer-menu.style4 .wpb_single_image {
  margin-bottom: 15px;
}
.home-style17 .footer .footer-menu.style4 h5,
.home-style17 .footer .footer-menu.style4 .widgettitle,
.home-style17 .footer .footer-menu.style4 h3 {
  margin-bottom: 20px;
}
.home-style17 .footer .footer-menu .elementor-widget-wp-widget-nav_menu ul.menu > li > a,
.home-style17 .footer .footer-menu .contact-address .info-footer ul > li.email a
		.footer-menu .vc_wp_custommenu .widget_nav_menu ul.menu > li > a,
.home-style17 .footer .footer-menu .contact-address .info-footer ul > li.email a {
  color: #aaa;
}
.home-style17 .footer .footer-menu .elementor-widget-wp-widget-nav_menu ul.menu > li > a:hover,
.home-style17 .footer .footer-menu .contact-address .info-footer ul > li.email a
		.footer-menu .vc_wp_custommenu .widget_nav_menu ul.menu > li > a:hover,
.home-style17 .footer .footer-menu .contact-address .info-footer ul > li.email a:hover {
  color: #d263ee;
}
.home-style17 .footer .footer-menu .contact-address .info-footer ul > li {
  color: #aaa;
}
.home-style17 .footer .footer-menu .contact-address .info-footer ul > li i {
  color: #aaa;
}
.home-style17 .footer .footer-copyright {
  background-color: #252424;
  padding: 27px 0 12px;
  text-align: left;
}
.rtl .home-style17 .footer .footer-copyright {
  text-align: right;
}
.home-style17 .footer .footer-copyright img {
  margin-top: 0 !important;
}
.home-style17 .footer .footer-copyright .copyright-text {
  float: left;
  color: #d7d7d7;
}
.rtl .home-style17 .footer .footer-copyright .copyright-text {
  float: right;
}
.home-style17 .footer .footer-copyright .widget_sp_image {
  display: none;
}
.rtl.home-style17 .sw-latest-product .box-title h2:before,
.rtl.home-style17 .sw-mostviewed .box-title h2:before,
.rtl.home-style17 .sw-onsale-product .box-title h2:before {
  left: auto;
  right: 0;
}
.header-style17 {
  border-bottom: 1px #ccc solid;
}
.home-style17 .header-style17 {
  border-bottom: none;
}
.header-style17 .header-mid {
  padding: 7px 0;
}
.header-style17 .header-mid .revo-logo {
  padding-top: 17px;
}
.header-style17 .header-mid .elementor-widget-wp-widget-nav_menu,
.header-style17 .header-mid .widget_nav_menu {
  position: relative;
  padding: 10px 0;
}
.header-style17 .header-mid .elementor-widget-wp-widget-nav_menu:hover ul.menu,
.header-style17 .header-mid .widget_nav_menu:hover ul.menu {
  opacity: 1;
  display: block;
}
.header-style17 .header-mid .elementor-widget-wp-widget-nav_menu:hover h5,
.header-style17 .header-mid .elementor-widget-wp-widget-nav_menu:hover h3,
.header-style17 .header-mid .widget_nav_menu:hover h5,
.header-style17 .header-mid .widget_nav_menu:hover h3 {
  color: #d263ee;
}
.header-style17 .header-mid .elementor-widget-wp-widget-nav_menu h5,
.header-style17 .header-mid .elementor-widget-wp-widget-nav_menu h3,
.header-style17 .header-mid .widget_nav_menu h5,
.header-style17 .header-mid .widget_nav_menu h3 {
  color: #2d2d2d;
  position: relative;
  margin: 10px 0;
  font-size: 0;
}
.header-style17 .header-mid .elementor-widget-wp-widget-nav_menu h5:before,
.header-style17 .header-mid .elementor-widget-wp-widget-nav_menu h3:before,
.header-style17 .header-mid .widget_nav_menu h5:before,
.header-style17 .header-mid .widget_nav_menu h3:before {
  content: '\f2be';
  font-size: 14px;
  line-height: 20px;
  font-family: FontAwesome;
  margin: 0 10px;
  display: inline-block;
}
.header-style17 .header-mid .elementor-widget-wp-widget-nav_menu ul.menu,
.header-style17 .header-mid .widget_nav_menu ul.menu {
  position: absolute;
  width: 175px;
  right: 0px;
  top: 50px;
  background: #fff;
  z-index: 9999;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  border: 1px #f2f2f2;
  box-shadow: 4px 5px 1px rgba(30,30,30,0.3);
  opacity: 0;
  display: none;
  margin: 0;
}
.rtl .header-style17 .header-mid .elementor-widget-wp-widget-nav_menu ul.menu,
.rtl .header-style17 .header-mid .widget_nav_menu ul.menu {
  right: auto;
  left: 0;
}
.header-style17 .header-mid .elementor-widget-wp-widget-nav_menu ul.menu > li,
.header-style17 .header-mid .widget_nav_menu ul.menu > li {
  float: none;
  border: none;
}
.header-style17 .header-mid .elementor-widget-wp-widget-nav_menu ul.menu > li > a,
.header-style17 .header-mid .widget_nav_menu ul.menu > li > a {
  font-size: 12px;
  padding: 10px 20px;
  border: none;
  display: block;
}
.header-style17 .header-mid .elementor-widget-wp-widget-nav_menu ul.menu > li > a:after,
.header-style17 .header-mid .widget_nav_menu ul.menu > li > a:after {
  content: '';
}
.header-style17 .header-mid .elementor-widget-wp-widget-nav_menu ul.menu > li > a span.fa,
.header-style17 .header-mid .widget_nav_menu ul.menu > li > a span.fa {
  margin-right: 10px;
}
.header-style17 .header-mid .elementor-widget-wp-widget-nav_menu ul.menu > li > a:hover,
.header-style17 .header-mid .widget_nav_menu ul.menu > li > a:hover {
  color: #d263ee;
  background-color: #f4f4f4;
}
.header-style17 .search-cate {
  margin-top: 13px;
  position: relative;
  margin-left: 0;
}
.rtl .header-style17 .search-cate {
  margin-top: 13px;
  margin-right: 0;
}
.header-style17 .search-cate .icon-search {
  width: 35px;
  height: 35px;
  line-height: 33px;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  color: #222;
}
.header-style17 .search-cate .icon-search:hover {
  cursor: pointer;
  color: #d263ee;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.header-style17 .search-cate .icon-search.closex i:before {
  content: "\f00d";
}
.header-style17 .search-cate .top-form.top-search {
  min-width: 320px;
  position: absolute;
  right: 0;
  top: 50px;
  display: none;
  margin: 0;
}
.rtl .header-style17 .search-cate .top-form.top-search {
  float: left;
  right: auto;
  left: 0;
  margin: 0;
}
.header-style17 .search-cate .top-form.top-search .topsearch-entry {
  padding-left: 0;
}
.rtl .header-style17 .search-cate .top-form.top-search .topsearch-entry {
  padding-right: 0;
}
.header-style17 .search-cate .top-form.top-search .topsearch-entry .icon-loading.loading {
  right: 95px;
}
.header-style17 .search-cate .top-form.top-search .topsearch-entry .cat-wrapper {
  display: none;
}
.header-style17 .search-cate .top-form.top-search .topsearch-entry input {
  background: #f5f5f5;
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  border-radius: 0;
}
.header-style17 .search-cate .top-form.top-search .topsearch-entry .button-search-pro {
  background-color: #f5f5f5;
  border-radius: 0;
  height: 60px;
  line-height: 60px;
  color: #222;
}
.header-style17 .search-cate .top-form.top-search .topsearch-entry .button-search-pro:hover {
  background-color: #d263ee;
}
.header-style17 .top-form.revo-minicart6 {
  margin-top: 11px;
}
.header-style17 .top-form.revo-minicart6 .top-minicart-icon .cart-contents {
  display: inline-block;
  vertical-align: top;
  position: relative;
  text-align: center;
}
.header-style17 .top-form.revo-minicart6 .top-minicart-icon .cart-contents i.fa {
  height: 39px;
  line-height: 38px;
  width: 30px;
  font-size: 15px;
}
.header-style17 .top-form.revo-minicart6 .top-minicart-icon .cart-contents .minicart-number {
  position: absolute;
  top: 3px;
  right: 0;
  background: #d263ee;
  color: #fff;
  font-size: 11px;
  width: 15px;
  height: 15px;
  line-height: 15px;
  border-radius: 50%;
}
.rtl .header-style17 .top-form.revo-minicart6 .top-minicart-icon .cart-contents .minicart-number {
  right: auto;
  left: 0;
}
.header-style17 .top-form.revo-minicart6 .top-minicart-icon .cart-title {
  display: none;
}
.header-style17 .top-form:hover .wrapp-minicart {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.header-style17 .nav-pills >li > a {
  font-size: 14px;
}
.header-style17 .sticky-menu {
  position: fixed;
  z-index: 99;
  background: #fff;
  box-shadow: 0 2px 1px #ccc;
}
.featured-product5 {
  margin: 0 0 50px 0;
}
.featured-product5 .box-title {
  margin-bottom: 30px;
}
.featured-product5 .box-title h3 {
  text-align: center;
  font-size: 24px;
  color: #222;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  padding-bottom: 25px;
}
.featured-product5 .box-title h3:before {
  content: "\f096";
  font-family: FontAwesome;
  font-size: 13px;
  font-weight: bold;
  color: #d263ee;
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 25px;
  line-height: 23px;
  background: #fff;
  z-index: 9;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.featured-product5 .box-title h3:after {
  content: "";
  width: 150px;
  height: 2px;
  background: #d263ee;
  position: absolute;
  bottom: 4px;
  left: 50%;
  margin-left: -75px;
}
.featured-product5 .item .item-wrap .item-detail .item-content h4 a {
  font-weight: 600;
}
.featured-product5 .sale-off,
.featured-product5 .sw-newlabel,
.featured-product5 .sw-outstock {
  border-radius: 2px;
  height: 25px;
  line-height: 25px;
  text-transform: uppercase;
  font-weight: normal;
}
.block-home-3 {
  background-color: #fff;
  padding: 29px 0;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  margin: 20px 0 80px 0;
}
.block-home-3 .wpb_raw_html {
  margin: 0;
}
.block-home-3 .block-infos .info {
  width: 25%;
  float: left;
}
.rtl .block-home-3 .block-infos .info {
  float: right;
}
.block-home-3 .block-infos .info.info1 .inner {
  border-left: 0;
}
.rtl .block-home-3 .block-infos .info.info1 .inner {
  border-right: 0;
}
.block-home-3 .block-infos .info .inner {
  border-left: 1px solid #ebebeb;
  padding-left: 30px;
  float: left;
  width: 100%;
}
.rtl .block-home-3 .block-infos .info .inner {
  float: right;
  padding-right: 30px;
  padding-left: 0;
  border-right: 1px solid #ebebeb;
  border-left: 0;
}
.block-home-3 .block-infos .info .inner i {
  float: left;
  font-size: 36px;
  padding-top: 2px;
  color: #d263ee;
}
.rtl .block-home-3 .block-infos .info .inner i {
  float: right;
}
.block-home-3 .block-infos .info .inner .info-cont {
  padding-left: 50px;
}
.rtl .block-home-3 .block-infos .info .inner .info-cont {
  padding-right: 50px;
  padding-left: 0;
}
.block-home-3 .block-infos .info .inner .info-cont span {
  font-size: 13px;
  color: #222;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 2px;
}
.block-home-3 .block-infos .info .inner .info-cont p {
  text-transform: capitalize;
  padding-top: 2px;
  color: #666;
  margin-bottom: 3px;
}
.block-home-3 .block-infos .info:hover {
  color: #d263ee;
}
.block-home-3 .block-infos .info:hover .info-cont span {
  color: #d263ee;
}
.new-socials17 {
  overflow: hidden;
}
.new-socials17 .wpb_content_element {
  margin-bottom: 20px;
}
.new-socials17 .vc_column_container >.vc_column-inner {
  padding-top: 10px;
}
.new-socials17 .newsletter-foot {
  position: relative;
}
.new-socials17 .newsletter-foot:before {
  content: "\f0e0";
  font-family: FontAwesome;
  font-size: 100px;
  color: #ccc;
  position: absolute;
  top: -30px;
  left: 0;
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
  transform: rotate(-30deg);
}
.rtl .new-socials17 .newsletter-foot:before {
  left: auto;
  right: 0;
}
.new-socials17 .newsletter-foot h5,
.new-socials17 .newsletter-foot h3 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  float: left;
  padding: 10px 30px 0 130px;
}
.rtl .new-socials17 .newsletter-foot h5,
.rtl .new-socials17 .newsletter-foot h3 {
  float: right;
  padding: 10px 130px 0 30px;
}
.new-socials17 .newsletter-foot .form-newsletter .mc4wp-form-fields {
  border: none;
  max-width: 250px;
  overflow: hidden;
  border-radius: 4px;
}
.new-socials17 .newsletter-foot .form-newsletter .mc4wp-form-fields input[type="email"] {
  border: 0;
  color: #8c8c8c;
  height: 40px;
  padding: 0 14px;
  width: 80%;
  border-radius: 0;
  margin: 0;
}
.new-socials17 .newsletter-foot .form-newsletter .mc4wp-form-fields input[type="submit"] {
  border: 0;
  background: url(../assets/img/violet/icon-newsletter.png) no-repeat center center #fff;
  height: 40px;
  background-size: 15px;
  width: 20%;
  border-radius: 0;
  text-indent: -99999px;
}
.new-socials17 .newsletter-foot .form-newsletter .mc4wp-form-fields input[type="submit"]:hover {
  opacity: 0.85;
}
.new-socials17 .socials-footer {
  text-align: right;
}
.rtl .new-socials17 .socials-footer {
  text-align: left;
}
.new-socials17 .socials-footer ul {
  list-style: none;
  margin-top: 3px;
  margin-left: 0;
}
.new-socials17 .socials-footer ul li {
  display: inline-block;
  vertical-align: top;
}
.new-socials17 .socials-footer ul li a {
  color: #fff;
  background: #000;
  border-radius: 4px;
  height: 38px;
  line-height: 38px;
  width: 38px;
  font-size: 18px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  margin: 0 3px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.new-socials17 .socials-footer ul li a:hover {
  background: #d263ee;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .header-style17 #main-menu {
    float: left;
  }
  .rtl .header-style17 #main-menu {
    float: right;
  }
  .header-style17 #main-menu .primary-menu .resmenu-container .navbar-toggle {
    float: left;
  }
  .rtl .header-style17 #main-menu .primary-menu .resmenu-container .navbar-toggle {
    float: right;
  }
  .header-style17 .search-cate {
    margin-top: 10px;
  }
  .header-style17 .top-form.revo-minicart6 {
    margin-top: 8px;
  }
  .header-style17 .header-mid  .elementor-widget-wp-widget-nav_menu h5,
  .header-style17 .header-mid .widget_nav_menu h3 {
    margin-top: 7px;
  }
  .new-socials17 .socials-footer {
    text-align: center;
  }
  .rtl .new-socials17 .socials-footer {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .header-style17 .sticky-menu {
    position: relative;
    box-shadow: none;
  }
  .block-home-3,
  .best-selling-product.style2 .res-button,
  .woo-slider-style1 .res-button {
    display: none !important;
  }
  .new-socials17 .newsletter-foot:before {
    display: none;
  }
  .new-socials17 .newsletter-foot h3 {
    display: none;
  }
  .new-socials17 .newsletter-foot .form-newsletter .mc4wp-form-fields {
    margin: 0 auto;
  }
}
.rtl.home-style18 .best-selling-product3 .res-button.slick-prev {
  left: 45px;
  right: auto;
}
.home-style18 .header-style7 {
  margin-bottom: 30px;
}
.home-style18 .best-selling-product3 .block-title {
  background: #f2f2f2;
}
.home-style18 .best-selling-product3 .block-title h3 {
  color: #222;
}
.home-style18 .best-selling-product3 .resp-slider-container .slider .item .item-wrap {
  border: none;
}
.home-style18 .best-selling-product3 .res-button {
  background: #fff;
}
.home-style18 .best-selling-product3 .res-button.slick-prev {
  right: 45px;
  left: auto;
}
.home-style18 .featured-product {
  position: relative;
  border: 1px #eee solid;
  margin-bottom: 80px;
  overflow: hidden;
}
.home-style18 .featured-product .box-title {
  background-color: #f2f2f2;
}
.home-style18 .featured-product .box-title h3 {
  position: relative;
  padding: 15px;
  color: #222;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700 !important;
  margin-bottom: 0;
}
.home-style18 .featured-product .box-title h3:before {
  content: '\f219';
  font-family: FontAwesome;
  font-size: 18px;
  display: inline-block;
  margin-right: 10px;
  color: #d263ee;
}
.rtl .home-style18 .featured-product .box-title h3:before {
  margin-left: 10px;
  margin-right: 0;
}
.home-style18 .featured-product .block-title {
  background-color: #f2f2f2;
  margin-bottom: 30px;
}
.home-style18 .featured-product .block-title h3 {
  position: relative;
  padding: 15px;
  color: #222;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700 !important;
  margin-bottom: 0;
}
.home-style18 .featured-product .res-button {
  width: 28px;
  height: 28px;
  display: inline-block;
  position: absolute;
  top: -34px;
  z-index: 2;
  cursor: pointer;
}
.home-style18 .featured-product .res-button.slick-prev {
  right: 48px;
  background: url(../assets/img/bg_general.png) no-repeat -20px -1111px;
}
.rtl .home-style18 .featured-product .res-button.slick-prev {
  left: 15px;
  right: auto;
}
.home-style18 .featured-product .res-button.slick-prev:hover {
  background: url(../assets/img/bg_general.png) no-repeat -20px -1063px;
}
.home-style18 .featured-product .res-button.slick-next {
  right: 15px;
  background: url(../assets/img/bg_general.png) no-repeat -20px -1015px;
}
.rtl .home-style18 .featured-product .res-button.slick-next {
  left: 48px;
  right: auto;
}
.home-style18 .featured-product .res-button.slick-next:hover {
  background: url(../assets/img/bg_general.png) no-repeat -20px -967px;
}
.home-style18 .featured-product .res-button {
  top: 10px;
}
.home-style18 .featured-product .resp-slider-container .slider .item {
  padding: 0 15px;
}
.home-style18 .featured-product .resp-slider-container .slider .item .item-wrap {
  margin-bottom: 30px;
}
.home-style18 .footer .footer-copyright {
  padding: 27px 0 12px;
  background: #111;
}
.home-style18 .footer .footer-copyright img {
  margin-top: 0 !important;
}
.home-style18 .footer .footer-copyright .copyright-text {
  float: left;
  color: #d7d7d7;
}
.rtl .home-style18 .footer .footer-copyright .copyright-text {
  float: right;
}
.home-style18 .footer .footer-copyright .widget_sp_image {
  display: none;
}
.home-style18 .footer .footer-copyright .sidebar-copyright {
  float: right;
}
.rtl .home-style18 .footer .footer-copyright .sidebar-copyright {
  float: left;
}
.home-style18 .bg-touch {
  background: url('../assets/img/bg-footer18.jpg') no-repeat center center;
  background-size: cover;
}
.home-style18 .footer-style7 {
  background: #191919;
}
.home-style18 .footer-style7 .info-footer ul > li,
.home-style18 .footer-style7 .widget_nav_menu ul.menu > li > a,
.home-style18 .footer-style7 .newletter .des,
.home-style18 .footer-style7 .footer-logo .des {
  color: #d7d7d7;
}
.rtl.home-style18 .featured-product .res-button.slick-prev {
  left: 15px;
  right: auto;
}
.rtl.home-style18 .featured-product .res-button.slick-next {
  left: 48px;
  right: auto;
}
.sw-woo-tab-cat5 {
  border: 1px #eee solid;
  overflow: hidden;
  margin-bottom: 60px;
}
.sw-woo-tab-cat5 .resp-tab .top-tab-slider {
  margin-bottom: 30px;
}
.sw-woo-tab-cat5 .resp-tab .top-tab-slider .box-title {
  text-align: left;
}
.rtl .sw-woo-tab-cat5 .resp-tab .top-tab-slider .box-title {
  text-align: right;
}
.sw-woo-tab-cat5 .resp-tab .top-tab-slider .box-title h3 {
  background: #f2f2f2;
  font-size: 18px;
  color: #1c1c1c;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
  padding: 15px 20px;
}
.sw-woo-tab-cat5 .resp-tab .top-tab-slider .button-collapse {
  display: none;
}
.sw-woo-tab-cat5 .resp-tab .top-tab-slider .nav.nav-tabs {
  position: absolute;
  top: 0;
  right: 90px;
}
.rtl .sw-woo-tab-cat5 .resp-tab .top-tab-slider .nav.nav-tabs {
  left: 90px;
  right: auto;
}
.sw-woo-tab-cat5 .resp-tab .top-tab-slider .nav.nav-tabs > li {
  margin: 0;
}
.rtl .sw-woo-tab-cat5 .resp-tab .top-tab-slider .nav.nav-tabs > li {
  float: right;
}
.sw-woo-tab-cat5 .resp-tab .top-tab-slider .nav.nav-tabs > li > a {
  margin: 0 15px;
  padding: 0;
  border: 0;
  background-color: transparent;
  border-radius: 0;
  border-bottom: 1px transparent solid;
  color: #222;
  font-size: 14px;
}
.sw-woo-tab-cat5 .resp-tab .top-tab-slider .nav.nav-tabs > li > a:hover {
  color: #d263ee;
}
.sw-woo-tab-cat5 .resp-tab .top-tab-slider .nav.nav-tabs > li.active > a,
.sw-woo-tab-cat5 .resp-tab .top-tab-slider .nav.nav-tabs > li:hover > a {
  color: #d263ee;
  border-bottom: 1px #d263ee solid;
}
.sw-woo-tab-cat5 .resp-tab .tab-content .tab-pane .woo-tab-container-slider .slider .item-product {
  padding: 0 15px;
}
.sw-woo-tab-cat5 .resp-tab .tab-content .tab-pane .woo-tab-container-slider .slider .item-product .item-wrap {
  margin-bottom: 20px;
}
.sw-woo-tab-cat5 .resp-tab .tab-content .tab-pane .woo-tab-container-slider .slider .item-product .item-wrap .item-detail .item-img {
  margin-right: 15px;
}
.rtl .sw-woo-tab-cat5 .resp-tab .tab-content .tab-pane .woo-tab-container-slider .slider .item-product .item-wrap .item-detail .item-img {
  margin-right: 0;
  margin-left: 15px;
}
.sw-woo-tab-cat5 .resp-tab .tab-content .tab-pane .woo-tab-container-slider .slider .item-product .item-wrap .item-detail .item-content {
  padding-top: 15px;
}
.sw-woo-tab-cat5 .resp-tab .tab-content .tab-pane .woo-tab-container-slider .slider .item-product .item-wrap .item-detail .item-content h4 a {
  font-size: 14px;
  text-transform: capitalize;
}
.sw-woo-tab-cat5 .resp-tab .tab-content .tab-pane .woo-tab-container-slider .slider .item-product .item-wrap .item-detail .item-content .item-price {
  float: left;
}
.rtl .sw-woo-tab-cat5 .resp-tab .tab-content .tab-pane .woo-tab-container-slider .slider .item-product .item-wrap .item-detail .item-content .item-price {
  float: right;
}
.sw-woo-tab-cat5 .resp-tab .tab-content .tab-pane .woo-tab-container-slider .slider .item-product .item-wrap .item-detail .item-content .add_to_cart_button,
.sw-woo-tab-cat5 .resp-tab .tab-content .tab-pane .woo-tab-container-slider .slider .item-product .item-wrap .item-detail .item-content .product_type_external,
.sw-woo-tab-cat5 .resp-tab .tab-content .tab-pane .woo-tab-container-slider .slider .item-product .item-wrap .item-detail .item-content .product_type_grouped,
.sw-woo-tab-cat5 .resp-tab .tab-content .tab-pane .woo-tab-container-slider .slider .item-product .item-wrap .item-detail .item-content .product_type_simple,
.sw-woo-tab-cat5 .resp-tab .tab-content .tab-pane .woo-tab-container-slider .slider .item-product .item-wrap .item-detail .item-content .single_add_to_cart_button {
  float: right;
  margin: -8px 0 0 0;
  font-size: 0;
  background: transparent;
}
.rtl .sw-woo-tab-cat5 .resp-tab .tab-content .tab-pane .woo-tab-container-slider .slider .item-product .item-wrap .item-detail .item-content .add_to_cart_button,
.rtl .sw-woo-tab-cat5 .resp-tab .tab-content .tab-pane .woo-tab-container-slider .slider .item-product .item-wrap .item-detail .item-content .product_type_external,
.rtl .sw-woo-tab-cat5 .resp-tab .tab-content .tab-pane .woo-tab-container-slider .slider .item-product .item-wrap .item-detail .item-content .product_type_grouped,
.rtl .sw-woo-tab-cat5 .resp-tab .tab-content .tab-pane .woo-tab-container-slider .slider .item-product .item-wrap .item-detail .item-content .product_type_simple,
.rtl .sw-woo-tab-cat5 .resp-tab .tab-content .tab-pane .woo-tab-container-slider .slider .item-product .item-wrap .item-detail .item-content .single_add_to_cart_button {
  float: left;
}
.sw-woo-tab-cat5 .resp-tab .tab-content .tab-pane .woo-tab-container-slider .slider .item-product .item-wrap .item-detail .item-content .add_to_cart_button:before,
.sw-woo-tab-cat5 .resp-tab .tab-content .tab-pane .woo-tab-container-slider .slider .item-product .item-wrap .item-detail .item-content .product_type_external:before,
.sw-woo-tab-cat5 .resp-tab .tab-content .tab-pane .woo-tab-container-slider .slider .item-product .item-wrap .item-detail .item-content .product_type_grouped:before,
.sw-woo-tab-cat5 .resp-tab .tab-content .tab-pane .woo-tab-container-slider .slider .item-product .item-wrap .item-detail .item-content .product_type_simple:before,
.sw-woo-tab-cat5 .resp-tab .tab-content .tab-pane .woo-tab-container-slider .slider .item-product .item-wrap .item-detail .item-content .single_add_to_cart_button:before {
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
  background: #999;
  height: 30px;
  line-height: 30px;
  width: 30px;
  padding: 0;
  border-radius: 50%;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  position: relative;
  font-family: fontawesome;
  font-size: 13px;
  content: "\f218";
}
.sw-woo-tab-cat5 .resp-tab .tab-content .tab-pane .woo-tab-container-slider .slider .item-product .item-wrap .item-detail .item-content .add_to_cart_button:hover:before,
.sw-woo-tab-cat5 .resp-tab .tab-content .tab-pane .woo-tab-container-slider .slider .item-product .item-wrap .item-detail .item-content .product_type_external:hover:before,
.sw-woo-tab-cat5 .resp-tab .tab-content .tab-pane .woo-tab-container-slider .slider .item-product .item-wrap .item-detail .item-content .product_type_grouped:hover:before,
.sw-woo-tab-cat5 .resp-tab .tab-content .tab-pane .woo-tab-container-slider .slider .item-product .item-wrap .item-detail .item-content .product_type_simple:hover:before,
.sw-woo-tab-cat5 .resp-tab .tab-content .tab-pane .woo-tab-container-slider .slider .item-product .item-wrap .item-detail .item-content .single_add_to_cart_button:hover:before {
  color: #fff;
  background: #d263ee;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.sw-woo-tab-cat5 .resp-tab .tab-content .tab-pane .woo-tab-container-slider .slider .item-product .item-wrap .item-detail .item-content .add_to_cart_button.loading,
.sw-woo-tab-cat5 .resp-tab .tab-content .tab-pane .woo-tab-container-slider .slider .item-product .item-wrap .item-detail .item-content .product_type_external.loading,
.sw-woo-tab-cat5 .resp-tab .tab-content .tab-pane .woo-tab-container-slider .slider .item-product .item-wrap .item-detail .item-content .product_type_grouped.loading,
.sw-woo-tab-cat5 .resp-tab .tab-content .tab-pane .woo-tab-container-slider .slider .item-product .item-wrap .item-detail .item-content .product_type_simple.loading,
.sw-woo-tab-cat5 .resp-tab .tab-content .tab-pane .woo-tab-container-slider .slider .item-product .item-wrap .item-detail .item-content .single_add_to_cart_button.loading {
  background-color: #d263ee;
  height: 30px;
  border-radius: 50%;
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.sw-woo-tab-cat5 .resp-tab .tab-content .tab-pane .woo-tab-container-slider .slider .item-product .item-wrap .item-detail .item-content .add_to_cart_button.loading:before,
.sw-woo-tab-cat5 .resp-tab .tab-content .tab-pane .woo-tab-container-slider .slider .item-product .item-wrap .item-detail .item-content .product_type_external.loading:before,
.sw-woo-tab-cat5 .resp-tab .tab-content .tab-pane .woo-tab-container-slider .slider .item-product .item-wrap .item-detail .item-content .product_type_grouped.loading:before,
.sw-woo-tab-cat5 .resp-tab .tab-content .tab-pane .woo-tab-container-slider .slider .item-product .item-wrap .item-detail .item-content .product_type_simple.loading:before,
.sw-woo-tab-cat5 .resp-tab .tab-content .tab-pane .woo-tab-container-slider .slider .item-product .item-wrap .item-detail .item-content .single_add_to_cart_button.loading:before {
  text-align: center;
  left: 0;
  background: url(../assets/img/loadingp.gif) no-repeat center center #d263ee;
  background-color: #d263ee;
  border-radius: 50%;
}
.sw-woo-tab-cat5 .resp-tab .tab-content .tab-pane .woo-tab-container-slider .slider .item-product .item-wrap .item-detail .item-content .add_to_cart_button.added,
.sw-woo-tab-cat5 .resp-tab .tab-content .tab-pane .woo-tab-container-slider .slider .item-product .item-wrap .item-detail .item-content .product_type_external.added,
.sw-woo-tab-cat5 .resp-tab .tab-content .tab-pane .woo-tab-container-slider .slider .item-product .item-wrap .item-detail .item-content .product_type_grouped.added,
.sw-woo-tab-cat5 .resp-tab .tab-content .tab-pane .woo-tab-container-slider .slider .item-product .item-wrap .item-detail .item-content .product_type_simple.added,
.sw-woo-tab-cat5 .resp-tab .tab-content .tab-pane .woo-tab-container-slider .slider .item-product .item-wrap .item-detail .item-content .single_add_to_cart_button.added {
  color: #fff;
}
.sw-woo-tab-cat5 .resp-tab .tab-content .tab-pane .woo-tab-container-slider .slider .item-product .item-wrap .item-detail .item-content .add_to_cart_button.added:before,
.sw-woo-tab-cat5 .resp-tab .tab-content .tab-pane .woo-tab-container-slider .slider .item-product .item-wrap .item-detail .item-content .product_type_external.added:before,
.sw-woo-tab-cat5 .resp-tab .tab-content .tab-pane .woo-tab-container-slider .slider .item-product .item-wrap .item-detail .item-content .product_type_grouped.added:before,
.sw-woo-tab-cat5 .resp-tab .tab-content .tab-pane .woo-tab-container-slider .slider .item-product .item-wrap .item-detail .item-content .product_type_simple.added:before,
.sw-woo-tab-cat5 .resp-tab .tab-content .tab-pane .woo-tab-container-slider .slider .item-product .item-wrap .item-detail .item-content .single_add_to_cart_button.added:before {
  background: #d263ee;
}
.sw-woo-tab-cat5 .resp-tab .tab-content .tab-pane .res-button {
  position: absolute;
  top: 10px;
  display: inline-block;
  width: 28px;
  height: 28px;
  background-color: #fff;
  color: #e8e8e8;
  border: 2px solid #e8e8e8;
  border-radius: 50%;
  cursor: pointer;
  line-height: 24px;
  text-align: center;
}
.sw-woo-tab-cat5 .resp-tab .tab-content .tab-pane .res-button:hover {
  border: 2px solid #c3c3c3;
  color: #c3c3c3;
}
.sw-woo-tab-cat5 .resp-tab .tab-content .tab-pane .res-button:before {
  font-size: 16px;
  font-family: 'FontAwesome';
}
.sw-woo-tab-cat5 .resp-tab .tab-content .tab-pane .res-button.slick-prev {
  right: 55px;
}
.rtl .sw-woo-tab-cat5 .resp-tab .tab-content .tab-pane .res-button.slick-prev {
  left: 22px;
  right: auto;
}
.sw-woo-tab-cat5 .resp-tab .tab-content .tab-pane .res-button.slick-prev:before {
  content: '\f0d9';
}
.sw-woo-tab-cat5 .resp-tab .tab-content .tab-pane .res-button.slick-next {
  right: 22px;
}
.rtl .sw-woo-tab-cat5 .resp-tab .tab-content .tab-pane .res-button.slick-next {
  left: 55px;
  right: auto;
}
.sw-woo-tab-cat5 .resp-tab .tab-content .tab-pane .res-button.slick-next:before {
  content: '\f0da';
}
.countdown-slider3 {
  position: relative;
  margin-bottom: 50px;
  border: 1px #d263ee solid;
}
.countdown-slider3 .block-title {
  background-color: #d263ee;
}
.countdown-slider3 .block-title h3 {
  position: relative;
  padding: 15px;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0;
}
.countdown-slider3 .res-button {
  width: 28px;
  height: 28px;
  display: inline-block;
  position: absolute;
  top: -34px;
  z-index: 2;
  cursor: pointer;
}
.countdown-slider3 .res-button.slick-prev {
  right: 48px;
  background: url(../assets/img/bg_general.png) no-repeat -20px -1111px;
}
.rtl .countdown-slider3 .res-button.slick-prev {
  left: 15px;
  right: auto;
}
.countdown-slider3 .res-button.slick-prev:hover {
  background: url(../assets/img/bg_general.png) no-repeat -20px -1063px;
}
.countdown-slider3 .res-button.slick-next {
  right: 15px;
  background: url(../assets/img/bg_general.png) no-repeat -20px -1015px;
}
.rtl .countdown-slider3 .res-button.slick-next {
  left: 48px;
  right: auto;
}
.countdown-slider3 .res-button.slick-next:hover {
  background: url(../assets/img/bg_general.png) no-repeat -20px -967px;
}
.countdown-slider3 .res-button {
  top: 10px;
}
.countdown-slider3 .resp-slider-container .slider .item-countdown .item-wrap .item-detail {
  text-align: center;
  padding: 10px 15px;
}
.countdown-slider3 .resp-slider-container .slider .item-countdown .item-wrap .item-detail .item-image-countdown a img {
  margin: 0 auto;
}
.countdown-slider3 .resp-slider-container .slider .item-countdown .item-wrap .item-detail .item-image-countdown .sw-quickview {
  display: none;
}
.countdown-slider3 .resp-slider-container .slider .item-countdown .item-wrap .item-detail .item-content h4 {
  margin-bottom: 5px;
}
.countdown-slider3 .resp-slider-container .slider .item-countdown .item-wrap .item-detail .item-content h4 a {
  font-size: 14px;
  color: #313131;
  font-weight: 500;
  text-transform: capitalize;
  position: relative;
  z-index: 2;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.countdown-slider3 .resp-slider-container .slider .item-countdown .item-wrap .item-detail .item-content .item-price {
  font-size: 16px;
  float: none;
  margin-bottom: 10px;
  position: relative;
  z-index: 2;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
  display: inline-block;
  vertical-align: top;
}
.countdown-slider3 .resp-slider-container .slider .item-countdown .item-wrap .item-detail .item-content .item-price del {
  font-size: 14px;
}
.countdown-slider3 .resp-slider-container .slider .item-countdown .item-wrap .item-detail .item-content .product-countdown {
  padding: 10px 0;
  border: 1px #ccc solid;
  border-width: 1px 0;
  margin-bottom: 10px;
}
.countdown-slider3 .resp-slider-container .slider .item-countdown .item-wrap .item-detail .item-content .product-countdown .countdown-section {
  position: relative;
  display: inline-block;
  margin-right: 10px;
}
.rtl .countdown-slider3 .resp-slider-container .slider .item-countdown .item-wrap .item-detail .item-content .product-countdown .countdown-section {
  margin-left: 10px;
  margin-right: 0;
}
.countdown-slider3 .resp-slider-container .slider .item-countdown .item-wrap .item-detail .item-content .product-countdown .countdown-section .countdown-amount {
  display: block;
  width: 40px;
  height: 22px;
  font-weight: bold;
  line-height: 22px;
  text-align: center;
  font-size: 18px;
  color: #222;
}
.countdown-slider3 .resp-slider-container .slider .item-countdown .item-wrap .item-detail .item-content .product-countdown .countdown-section .countdown-period {
  text-align: center;
  font-size: 11px;
  display: block;
  font-weight: 500;
  color: #7d7d7d;
  text-transform: uppercase;
}
.countdown-slider3 .resp-slider-container .slider .item-countdown .item-wrap .item-detail .item-content .item-bot {
  margin-bottom: 10px;
}
.countdown-slider3 .resp-slider-container .slider .item-countdown .item-wrap .item-detail .item-content .item-bot a {
  font-size: 16px;
  color: #fff;
  background: #d263ee;
  height: 40px;
  line-height: 38px;
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.countdown-slider3 .resp-slider-container .slider .item-countdown .item-wrap .item-detail .item-content .item-bot a:hover {
  background: #c535e9;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.countdown-slider3 .resp-slider-container .slider .item-countdown .item-wrap .item-detail .item-content .item-bot a:after {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  margin: 0 8px;
  font-family: fontawesome;
  font-size: 18px;
  content: "\f218";
}
.countdown-slider3 .resp-slider-container .slider .item-countdown .item-wrap .item-detail .item-content .item-bot a.loading:before {
  background-color: #d263ee;
}
.testimonial-slider4 {
  margin-bottom: 40px;
  position: relative;
}
.testimonial-slider4:before {
  content: "\f10d";
  font-size: 120px;
  position: absolute;
  top: -15px;
  left: -15px;
  color: rgba(255,255,255,0.4);
  z-index: 9;
  font-family: FontAwesome;
}
.testimonial-slider4 .carousel-inner {
  background: #d263ee;
  text-align: center;
  padding: 20px 30px 60px 30px;
}
.testimonial-slider4 .carousel-inner .image-client {
  display: inline-block;
}
.testimonial-slider4 .carousel-inner .image-client a {
  display: inline-block;
  width: 80px;
}
.testimonial-slider4 .carousel-inner .image-client a img {
  border-radius: 50%;
  border: 5px #fff solid;
}
.testimonial-slider4 .carousel-inner .client-say-info {
  color: #fff;
}
.testimonial-slider4 .carousel-inner .client-say-info .name-client h2 a {
  font-size: 16px;
  color: #fff;
  text-transform: capitalize;
  font-weight: 600;
}
.testimonial-slider4 .carousel-inner .client-comment {
  color: #fff;
  font-size: 14px;
}
.testimonial-slider4 .carousel-indicators {
  bottom: 15px;
}
.testimonial-slider4 .carousel-indicators li {
  width: 8px;
  height: 8px;
  margin: 0;
}
.testimonial-slider4 .carousel-indicators li.active {
  width: 30px;
  height: 8px;
}
.testimonial-slider4 .carousel-indicators li:hover {
  background: #fff;
}
.block-text-home18 {
  margin-bottom: 60px;
}
.block-text-home18 .item {
  text-align: center;
  cursor: pointer;
  padding: 10px 15px 0;
}
.block-text-home18 .item:hover .item-content h3 {
  color: #d263ee;
}
.block-text-home18 .item.free-ship .icon {
  background: url('../assets/img/icon-proin18.png') no-repeat 17px center #fff;
}
.block-text-home18 .item.money .icon {
  background: url('../assets/img/icon-proin18.png') no-repeat center center #fff;
}
.block-text-home18 .item.support .icon {
  background: url('../assets/img/icon-proin18.png') no-repeat -166px center #fff;
}
.block-text-home18 .item .icon {
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.block-text-home18 .item .item-content {
  text-align: center;
}
.block-text-home18 .item .item-content h3 {
  font-weight: bold;
  text-transform: uppercase;
  color: #222;
  font-size: 14px;
  margin-bottom: 5px;
}
.block-text-home18 .item .item-content p {
  font-size: 13px;
  color: #999;
}
.banner-in18 {
  margin-top: -130px;
  position: relative;
  z-index: 3;
}
.banner-in18 img {
  border: 30px #fff solid;
}
.banner-in18 img:hover {
  opacity: 1;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .countdown-slider3 .resp-slider-container .slider .item-countdown .item-wrap .item-detail {
    padding: 10px 5px;
  }
}
@media (max-width: 767px) {
  .block-text-home18,
  .banner-in18 {
    display: none;
  }
}
.rtl.home-style18 .bg-touch  {
  background: url('../assets/img/bg-footer18.jpg') no-repeat center center;
  background-size: cover;
}
.home-style19 .wp-block-themepunch-revslider,
.home-style19 .wpb_revslider_element {
  margin-bottom: 0;
  position: relative;
}
.home-style19 .wp-block-themepunch-revslider:before,
.home-style19 .wpb_revslider_element:before {
  content: "";
  background: url("../assets/img/bg-chris-slide.png") center center repeat;
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  height: 43px;
  z-index: 2;
}
.home-style19 .revo-border {
  position: relative;
}
.home-style19 .revo-border:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -100px;
  width: 80px;
  height: 2px;
  background: #fff;
}
.home-style19 .revo-border:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -100px;
  width: 80px;
  height: 2px;
  background: #fff;
}
.home-style19 .see-more3 {
  color: #fff;
  font-weight: normal;
  font-size: 14px !important;
  vertical-align: top;
  display: inline-block;
  -webkit-transition: all 0.3s !important;
  -moz-transition: all 0.3s !important;
  -o-transition: all 0.3s !important;
  -ms-transition: all 0.3s !important;
  transition: all 0.3s !important;
  border-radius: 30px;
  background: #d263ee;
  height: 45px;
  line-height: 44px !important;
  padding: 0 45px !important;
}
.home-style19 .see-more3:hover {
  background: #c535e9;
  border-color: #d263ee;
  -webkit-transition: all 0.3s !important;
  -moz-transition: all 0.3s !important;
  -o-transition: all 0.3s !important;
  -ms-transition: all 0.3s !important;
  transition: all 0.3s !important;
}
.home-style19 .sale-off {
  background: url(../assets/img/sale-chris.png) center center no-repeat;
  width: 40px;
  height: 54px;
  background-color: initial;
  border-radius: 0;
  line-height: 66px;
  font-weight: normal;
}
.home-style19 .sw-category-slider {
  margin-top: 60px;
  margin-bottom: 41px;
}
.home-style19 .sw-category-slider .block-title {
  margin-bottom: 17px;
}
.home-style19 .sw-category-slider .block-title h3 {
  border: none;
  text-transform: capitalize;
  font-size: 30px;
  text-align: center;
  font-weight: 500;
  padding: 0;
}
.home-style19 .sw-category-slider .block-title h3:before {
  display: none;
}
.home-style19 .sw-category-slider .block-title h3 span {
  position: relative;
}
.home-style19 .sw-category-slider .block-title h3 span:after {
  content: "";
  width: 73px;
  height: 65px;
  background: url("../assets/img/icon-chris.png") center center no-repeat;
  position: absolute;
  top: -25px;
  right: -40px;
}
.home-style19 .sw-category-slider .description1 {
  text-align: center;
  font-size: 14px;
  margin-bottom: 53px;
  color: #909090;
}
.home-style19 .sw-category-slider .responsive .item-product-cat .item-image img {
  width: auto;
  margin: 0 auto;
}
.home-style19 .sw-category-slider .responsive .item-product-cat .item-content {
  padding-top: 11px;
}
.home-style19 .sw-category-slider .responsive .item-product-cat .item-content h3 {
  box-shadow: none;
}
.home-style19 .sw-category-slider .responsive .item-product-cat .item-content h3 a {
  font-weight: 500;
  text-transform: capitalize;
}
.home-style19 .sw-category-slider .responsive .item-product-cat:hover .item-content h3 a {
  background: #fff;
  color: #d263ee;
}
.home-style19 .sw-woo-tab-cat4 {
  margin-top: 60px;
  margin-bottom: 20px;
}
.home-style19 .sw-woo-tab-cat4 .box-title h3 {
  text-transform: capitalize;
  font-weight: 500;
  font-size: 30px;
  margin-bottom: 16px;
}
.home-style19 .sw-woo-tab-cat4 .box-title h3 span {
  position: relative;
}
.home-style19 .sw-woo-tab-cat4 .box-title h3 span:after {
  content: "";
  width: 73px;
  height: 65px;
  background: url("../assets/img/icon-chris.png") center center no-repeat;
  position: absolute;
  top: -25px;
  right: -40px;
}
.home-style19 .sw-woo-tab-cat4 .description {
  color: #909090;
  margin-bottom: 19px;
}
.home-style19 .sw-woo-tab-cat4 .resp-tab .top-tab-slider .nav.nav-tabs li a {
  background: #fff;
  color: #909090;
  font-weight: normal;
  border-color: transparent;
  height: 24px;
  line-height: 23px;
  padding: 0 10px;
}
.home-style19 .sw-woo-tab-cat4 .resp-tab .top-tab-slider .nav.nav-tabs li.active a,
.home-style19 .sw-woo-tab-cat4 .resp-tab .top-tab-slider .nav.nav-tabs li:hover a {
  border-color: #d263ee;
  color: #d263ee;
}
.home-style19 .sw-woo-tab-cat4 .resp-tab .tab-content .resp-slider-container {
  margin: 0 -11px;
}
.home-style19 .sw-woo-tab-cat4 .resp-tab .tab-content .resp-slider-container .slider .item {
  padding: 0 11px;
}
.home-style19 .sw-woo-tab-cat4 .resp-tab .tab-content .resp-slider-container .slider .item .item-wrap {
  border: none;
}
.home-style19 .sw-woo-tab-cat4 .resp-tab .tab-content .resp-slider-container .slider .item .item-wrap .item-detail .item-content h4 a {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  font-size: 16px;
}
.home-style19 .sw-woo-tab-cat4 .resp-tab .tab-content .resp-slider-container .slider .item .item-wrap .item-detail .item-content .item-price {
  font-size: 18px;
  color: #222;
}
.home-style19 .sw-woo-tab-cat4 .resp-tab .tab-content .resp-slider-container .slider .item .item-wrap .item-detail .item-content .item-price del {
  font-weight: normal;
  margin-top: 4px;
}
.home-style19 .sw-woo-tab-cat4 .resp-tab .woocommmerce-shop {
  display: none;
}
.home-style19 .sw_tab_countdown4 .tab-countdown-slide2 {
  margin: 107px 0;
  position: relative;
}
.home-style19 .sw_tab_countdown4 .tab-countdown-slide2:before {
  content: "";
  width: 979px;
  height: 260px;
  background: url("../assets/img/icon-chris2.png") center center no-repeat;
  position: absolute;
  top: -50px;
  right: -30px;
  z-index: 2;
}
.home-style19 .sw_tab_countdown4 .tab-countdown-slide2 .tab-content {
  border-color: #eee;
  overflow: inherit;
}
.home-style19 .sw_tab_countdown4 .tab-countdown-slide2 .tab-content .order-title h2 {
  position: relative;
  margin-top: -5px;
}
.home-style19 .sw_tab_countdown4 .tab-countdown-slide2 .tab-content .order-title h2:before {
  content: "";
  position: absolute;
  left: -10px;
  top: 0px;
  width: 0px;
  height: 0px;
  border-left: 5px solid transparent;
  border-top: 4px solid transparent;
  border-right: 5px solid #333;
}
.home-style19 .sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .item-price del {
  margin-top: 5px;
  color: #909090;
}
.home-style19 .sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .countdown-left .countdown-section .countdown-amount {
  color: #d263ee;
}
.home-style19 .woo-slider-default {
  margin: 85px 0 98px 0;
}
.home-style19 .woo-slider-default .box-slider-title {
  text-align: center;
}
.home-style19 .woo-slider-default .box-slider-title h2 {
  text-transform: capitalize;
  font-weight: 500;
  font-size: 30px;
  margin-bottom: 17px;
}
.home-style19 .woo-slider-default .box-slider-title h2 span {
  position: relative;
}
.home-style19 .woo-slider-default .box-slider-title h2 span:after {
  content: "";
  width: 73px;
  height: 65px;
  background: url("../assets/img/icon-chris.png") center center no-repeat;
  position: absolute;
  top: -25px;
  right: -40px;
}
.home-style19 .woo-slider-default .box-slider-title .slider-description {
  color: #909090;
  font-size: 14px;
  margin-bottom: 32px;
}
.home-style19 .woo-slider-default .resp-slider-container {
  margin: 0 -10px;
}
.home-style19 .woo-slider-default .resp-slider-container .slider .item {
  padding: 0 10px;
}
.home-style19 .woo-slider-default .resp-slider-container .slider .item .item-wrap {
  border: none;
}
.home-style19 .woo-slider-default .resp-slider-container .slider .item .item-wrap .item-detail .item-content h4 a {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  font-size: 16px;
}
.home-style19 .woo-slider-default .resp-slider-container .slider .item .item-wrap .item-detail .item-content .item-price {
  font-size: 18px;
  color: #222;
}
.home-style19 .woo-slider-default .resp-slider-container .slider .item .item-wrap .item-detail .item-content .item-price del {
  font-weight: normal;
  margin-top: 4px;
}
.home-style19 .woo-slider-default .res-button {
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  cursor: pointer;
  z-index: 2;
}
.home-style19 .woo-slider-default .res-button.slick-prev {
  left: -20px;
}
.home-style19 .woo-slider-default .res-button.slick-prev:before {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #222;
  background: rgba(0,0,0,0.1);
  cursor: pointer;
  z-index: 9;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  content: '\f0d9';
  font-family: FontAwesome;
  font-size: 20px;
  display: block;
}
.home-style19 .woo-slider-default .res-button.slick-next {
  right: -20px;
}
.home-style19 .woo-slider-default .res-button.slick-next:before {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #222;
  background: rgba(0,0,0,0.1);
  cursor: pointer;
  z-index: 9;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  content: '\f0da';
  font-family: FontAwesome;
  font-size: 20px;
  display: block;
}
.home-style19 .woo-slider-default .res-button:hover:before {
  background: #d263ee;
  color: #fff;
}
.home-style19 .woo-slider-default .res-button {
  top: 56%;
}
.home-style19 .sw-brand-container-slider {
  margin: 51px 0 66px;
}
.home-style19 .sw-brand-container-slider .res-button {
  margin-top: -28px;
}
.home-style19 .responsive-post-slider {
  margin: 60px 0 90px 0;
}
.home-style19 .responsive-post-slider .block-title {
  margin-bottom: 17px;
}
.home-style19 .responsive-post-slider .block-title h3 {
  border: none;
  text-transform: capitalize;
  font-size: 30px;
  text-align: center;
  font-weight: 500;
  padding: 0;
}
.home-style19 .responsive-post-slider .block-title h3:before {
  display: none;
}
.home-style19 .responsive-post-slider .block-title h3 span {
  position: relative;
}
.home-style19 .responsive-post-slider .block-title h3 span:after {
  content: "";
  width: 73px;
  height: 65px;
  background: url("../assets/img/icon-chris.png") center center no-repeat;
  position: absolute;
  top: -25px;
  right: -40px;
}
.home-style19 .responsive-post-slider .description {
  text-align: center;
  font-size: 14px;
  margin-bottom: 40px;
  color: #909090;
}
.home-style19.rtl .sw_tab_countdown4 .tab-countdown-slide2:before {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
  right: auto;
  left: -30px;
}
.header-style18 .header-mid {
  text-align: center;
  background: url("../assets/img/bg-menu.png") center center no-repeat;
}
.header-style18 .header-stickybar {
  position: fixed;
  top: 30%;
  right: 0;
  width: 38px;
  display: none;
}
.home-style19 .header-style18 .header-stickybar {
  display: block;
}
.header-style18 .header-stickybar .top-form.top-form-minicart {
  margin-bottom: 1px;
  float: none;
  display: inline-block;
  vertical-align: top;
  padding: 0;
}
.header-style18 .header-stickybar .top-form.top-form-minicart .top-minicart-icon {
  background: #d263ee;
  border-radius: 0;
  width: 38px;
  height: 38px;
}
.header-style18 .header-stickybar .top-form.top-form-minicart .top-minicart-icon .cart-contents {
  position: relative;
}
.header-style18 .header-stickybar .top-form.top-form-minicart .top-minicart-icon .cart-contents:before {
  content: "\f07a";
  font-family: fontawesome;
  font-size: 16px;
  color: #fff;
  width: 38px;
  height: 38px;
  line-height: 38px;
}
.header-style18 .header-stickybar .top-form.top-form-minicart .top-minicart-icon .minicart-number {
  display: none;
}
.header-style18 .header-stickybar .top-form .wrapp-minicart {
  right: 40px;
  top: 0;
}
.header-style18 .header-stickybar .header-right {
  position: relative;
}
.header-style18 .header-stickybar .header-right:hover .header-right-bar {
  opacity: 1;
  visibility: visible;
  top: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.header-style18 .header-stickybar .header-right .fa {
  font-size: 16px;
  font-family: FontAwesome;
  text-align: center;
  background: #d263ee;
  color: #fff;
  height: 38px;
  line-height: 38px;
  width: 38px;
  display: block;
  margin-bottom: 1px;
}
.header-style18 .header-stickybar .header-right .header-right-bar {
  position: absolute;
  right: 40px;
  top: 30px;
  border: 1px #f2f2f2;
  box-shadow: 4px 5px 1px rgba(30,30,30,0.3);
  background: #fff;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.header-style18 .header-stickybar .header-right .elementor-widget-wp-widget-nav_menu ul.menu,
.header-style18 .header-stickybar .header-right .widget_nav_menu ul.menu {
  width: 175px;
  right: 40px;
  top: 38px;
}
.header-style18 .header-stickybar .header-right .elementor-widget-wp-widget-nav_menu ul.menu > li,
.header-style18 .header-stickybar .header-right .widget_nav_menu ul.menu > li {
  float: none;
  border: none;
}
.header-style18 .header-stickybar .header-right .elementor-widget-wp-widget-nav_menu ul.menu > li > a,
.header-style18 .header-stickybar .header-right .widget_nav_menu ul.menu > li > a {
  font-size: 12px;
  padding: 10px 15px;
  border: none;
  display: block;
}
.header-style18 .header-stickybar .header-right .elementor-widget-wp-widget-nav_menu ul.menu > li > a:after,
.header-style18 .header-stickybar .header-right .widget_nav_menu ul.menu > li > a:after {
  content: '';
}
.header-style18 .header-stickybar .header-right .elementor-widget-wp-widget-nav_menu ul.menu > li > a span.fa,
.header-style18 .header-stickybar .header-right .widget_nav_menu ul.menu > li > a span.fa {
  margin-right: 10px;
}
.header-style18 .header-stickybar .header-right .elementor-widget-wp-widget-nav_menu ul.menu > li > a:hover,
.header-style18 .header-stickybar .header-right .widget_nav_menu ul.menu > li > a:hover {
  color: #d263ee;
  background-color: #f4f4f4;
}
.header-style18 .header-stickybar .header-right .currency_w > li > a,
.header-style18 .header-stickybar .header-right #lang_sel > ul.nav > li a {
  padding: 0;
  border: none;
}
.rtl .header-style18 .header-stickybar .header-right .currency_w > li > a,
.rtl .header-style18 .header-stickybar .header-right #lang_sel > ul.nav > li a {
  padding: 0;
  border: none;
}
.rtl .header-style18 .header-stickybar .header-right .currency_w {
  margin-right: 15px;
}
.header-style18 .header-stickybar .search-cate {
  position: relative;
  margin: 0;
}
.header-style18 .header-stickybar .search-cate .icon-search {
  background: #d263ee;
  color: #fff;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  cursor: pointer;
}
.header-style18 .header-stickybar .search-cate .icon-search.closex i:before {
  content: "\f00d";
}
.header-style18 .header-stickybar .search-cate .revo_top {
  padding: 0;
}
.header-style18 .header-stickybar .search-cate .revo_top .top-form.top-search {
  display: none;
  position: fixed;
  top: 30%;
  right: 0;
  left: 0;
  margin: 0 auto;
  border-radius: 4px;
  width: 500px;
  border: 1px #ccc solid;
}
.rtl .header-style18 .header-stickybar .search-cate .revo_top .top-form.top-search {
  margin: 0 auto;
}
.header-style18 .header-stickybar .search-cate .revo_top .top-form.top-search .topsearch-entry {
  padding: 0;
}
.rtl .header-style18 .header-stickybar .search-cate .revo_top .top-form.top-search .topsearch-entry {
  padding: 0;
}
.header-style18 .header-stickybar .search-cate .revo_top .top-form.top-search .topsearch-entry .search-append {
  left: 0;
}
.rtl .header-style18 .header-stickybar .search-cate .revo_top .top-form.top-search .topsearch-entry .search-append {
  right: 0;
}
.header-style18 .header-stickybar .search-cate .revo_top .top-form.top-search .cat-wrapper {
  display: none;
}
.header-style18 .header-stickybar .search-cate .revo_top .top-form.top-search input {
  padding: 0 10px;
  border-radius: 4px;
}
.header-style18 .header-stickybar .search-cate .revo_top .top-form.top-search button.form-button {
  border-radius: 4px;
  right: 0;
  background: transparent;
  color: #d263ee;
}
.header-style18 .header-stickybar .search-cate .revo_top .top-form.top-search button.form-button:hover:before {
  color: #d263ee;
}
.rtl .header-style18 .header-stickybar .search-cate .revo_top .top-form.top-search button.form-button {
  left: 0;
  right: auto;
}
.home-style19 .header-style18 {
  position: absolute;
  top: 31px;
  left: 0;
  right: 0;
  z-index: 999;
}
.header-style18 .header-mid .nav-pills >li.logo-chris {
  min-width: 270px;
  position: relative;
}
.header-style18 .header-mid .nav-pills >li.logo-chris a {
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  padding: 0 60px;
}
.home-style19 .header-style18 .header-mid .nav-pills >li.logo-chris a {
  bottom: -60px;
  padding: 0 40px;
}
.header-style18 .header-mid .nav-pills >li.logo-chris a .menu-img {
  position: static;
}
.header-style18 .header-mid .nav-pills >li.logo-chris a .menu-img img {
  margin: 0 auto;
}
.header-style18 .header-mid .nav-pills >li > a {
  padding: 15px 22px;
  color: #fff;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 500;
}
.header-style18 .header-mid .nav-pills >li > a:after {
  display: none;
}
.header-style18 .nav-pills >li.active >a,
.header-style18 .nav-pills >li.active >a:hover,
.header-style18 .nav-pills >li.active >a:focus,
.header-style18 .nav-pills >li > a:hover {
  color: #8812a6;
}
.header-style18 .sticky-menu {
  position: fixed;
  z-index: 99;
  padding: 20px 0;
}
.header-style18 .sticky-menu.header-mid .nav-pills >li.logo-chris a {
  padding: 0px 80px;
  bottom: -35px;
}
.vc_row.bg-chris-top {
  background-repeat: no-repeat;
}
.vc_row.wpb_row.newsletter-in18 {
  padding-top: 35px;
  background-size: 100% 100%;
}
.vc_row.wpb_row.newsletter-in18 >.vc_column_container >.vc_column-inner {
  padding-top: 0;
}
.vc_row.wpb_row.newsletter-in18 .wpb_content_element {
  margin-bottom: 0;
}
.newsletter-foot18 .news-top {
  float: left;
  position: relative;
  padding-left: 90px;
}
.rtl .newsletter-foot18 .news-top {
  float: right;
  padding-left: 0;
  padding-right: 90px;
}
.newsletter-foot18 .news-top:before {
  content: "";
  background: url("../assets/img/icon-chris3.png") center center repeat;
  position: absolute;
  top: -12px;
  left: 0;
  height: 64px;
  width: 70px;
  z-index: 2;
}
.rtl .newsletter-foot18 .news-top:before {
  left: auto;
  right: 0;
}
.newsletter-foot18 .news-top h3 {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 2px;
  font-size: 16px;
}
.newsletter-foot18 .news-top p {
  color: #fff;
  font-size: 12px;
}
.newsletter-foot18 .form-newsletter {
  float: right;
  margin-bottom: 25px;
}
.rtl .newsletter-foot18 .form-newsletter {
  float: left;
}
.newsletter-foot18 .form-newsletter p {
  margin-bottom: 8px;
}
.newsletter-foot18 .form-newsletter input {
  margin: 0;
}
.newsletter-foot18 .form-newsletter input[type="submit"] {
  background: #222;
  text-transform: capitalize;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 4px;
  height: 36px;
  line-height: 35px;
  padding: 0 15px;
  margin: 0;
  border: none;
  color: #fff;
  background-color: green;
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
}
.newsletter-foot18 .form-newsletter input[type="submit"]:hover {
  color: #d263ee;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.rtl .newsletter-foot18 .form-newsletter input[type="submit"] {
  left: 2px;
  right: auto;
}
.newsletter-foot18 .form-newsletter input[type="email"] {
  min-width: 370px;
  height: 40px;
  line-height: 40px;
  border: none;
  background: #fff;
  color: #999;
  border-radius: 4px;
  width: 100%;
  padding: 0 25px;
}
.newsletter-foot18 .form-newsletter input::-webkit-input-placeholder {
  color: #999;
}
.newsletter-foot18 .form-newsletter input::-moz-placeholder {
  color: #999;
}
.newsletter-foot18 .form-newsletter input:-ms-input-placeholder {
  color: #999;
}
.elementor-element .footer-style15.style18 {
  background: transparent !important;
}
.footer-style15.style18 {
  background: url("../assets/img/bg-footchris.jpg") center center no-repeat;
  background-size: cover;
}
.footer-style15.style18 .elementor-widget-wp-widget-nav_menu h5,
.footer-style15.style18 .widget_nav_menu h2,
.footer-style15.style18 .info-foot h3,
.footer-style15.style18 .info-foot2 h3 {
  color: #222;
}
.footer-style15.style18 .info-foot p,
.footer-style15.style18 .info-foot2 ul li {
  color: #666;
}
.footer-style15.style18 .elementor-widget-wp-widget-nav_menu ul li a,
.footer-style15.style18 .widget_nav_menu ul li a,
.footer-style15.style18 .info-foot2 ul li a {
  color: #666;
}
.footer-style15.style18 .elementor-widget-wp-widget-nav_menu ul li a:hover,
.footer-style15.style18 .widget_nav_menu ul li a:hover,
.footer-style15.style18 .info-foot2 ul li a:hover {
  color: #d263ee;
}
.footer-style18-bot {
  border-top: 1px #ccc solid;
  padding-top: 20px;
}
.footer-style18-bot .wpb_single_image,
.footer-style18-bot .wpb_raw_html {
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .home-style19 .header-style18 {
    position: relative;
    top: 0;
  }
  .home-style19 .header-style18 .header-mid .nav-pills >li.logo-chris a {
    padding: 0px 60px;
    bottom: -48px;
  }
  .home-style19 .header-style18 .sticky-menu {
    padding-top: 30px;
  }
  .home-style19 .header-style18 #main-menu .primary-menu .resmenu-container .navbar-toggle {
    margin: 6px 0;
  }
  .header-style18 .header-mid .header-mid .nav-pills >li.logo-chris a {
    padding: 0 60px;
  }
  .header-style18 .header-mid .sticky-menu {
    padding-top: 36px;
  }
}
@media (max-width: 991px) {
  .header-style18 .header-mid {
    padding: 0 !important;
  }
  .header-style18 .header-stickybar {
    top: 10%;
  }
  .header-style18 .header-stickybar .search-cate {
    display: none;
  }
  .resmenu-container .logo-chris {
    display: none;
  }
  .resmenu-container .revo_top .top-form.top-search .topsearch-entry {
    padding-left: 0;
  }
  .rtl .resmenu-container .revo_top .top-form.top-search .topsearch-entry {
    padding-right: 0;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .newsletter-foot18 .news-top p {
    display: none;
  }
}
@media (max-width: 767px) {
  .header-style18 .sticky-menu {
    position: relative;
  }
  .header-style18 .header-stickybar {
    top: 15%;
  }
  .newsletter-foot18 .news-top {
    float: none;
    width: 100%;
    padding-left: 0;
  }
  .newsletter-foot18 .news-top:before {
    display: none;
  }
  .rtl .newsletter-foot18 .news-top {
    float: none;
    width: 100%;
    padding-right: 0;
  }
  .newsletter-foot18 .form-newsletter {
    float: none;
    padding: 10px 0;
  }
  .rtl .newsletter-foot18 .form-newsletter {
    float: none;
    text-align: right;
  }
  .newsletter-foot18 .form-newsletter input[type="email"] {
    min-width: auto;
  }
  .home-style19 .wpb_revslider_element .uranus .tp-bullet,
  .responsive-post-slider .res-button,
  .home-style19 .woo-slider-default .res-button {
    display: none !important;
  }
  .home-style19 .sw-woo-tab-cat4 .resp-tab .top-tab-slider .tab_list {
    top: 130px;
  }
}
@media (max-width: 480px) {
  .home-style19 .sw_tab_countdown4 .tab-countdown-slide2:before {
    top: -70px;
  }
  .home-style19 .sw-woo-tab-cat4 .resp-tab .top-tab-slider .button-collapse {
    top: 99px;
  }
}
.home-style20 .wpb_revslider_element {
  margin-bottom: 80px;
}
.home-style20 .see-more3 {
  color: #fff;
  font-weight: bold;
  vertical-align: top;
  display: inline-block;
  -webkit-transition: all 0.3s !important;
  -moz-transition: all 0.3s !important;
  -o-transition: all 0.3s !important;
  -ms-transition: all 0.3s !important;
  transition: all 0.3s !important;
  border-radius: 30px;
  background: #d263ee;
  height: 45px;
  line-height: 44px !important;
  padding: 0 45px !important;
}
.home-style20 .see-more3:hover {
  background: #c535e9;
  border-color: #d263ee;
  -webkit-transition: all 0.3s !important;
  -moz-transition: all 0.3s !important;
  -o-transition: all 0.3s !important;
  -ms-transition: all 0.3s !important;
  transition: all 0.3s !important;
}
.home-style20 .sale-off,
.home-style20 .sw-newlabel,
.home-style20 .sw-outstock {
  border-radius: 0;
  height: 26px;
  line-height: 26px;
}
.home-style20 .sale-off {
  background: #ff2929;
  font-weight: normal;
}
.home-style20 .footer .footer-copyright {
  padding: 27px 0 12px;
  background: #111;
}
.home-style20 .footer .footer-copyright img {
  margin-top: 0 !important;
}
.home-style20 .footer .footer-copyright .copyright-text {
  float: left;
  color: #d7d7d7;
}
.rtl .home-style20 .footer .footer-copyright .copyright-text {
  float: right;
}
.home-style20 .footer .footer-copyright .widget_sp_image {
  display: none;
}
.home-style20 .footer .footer-copyright .sidebar-copyright {
  float: right;
}
.rtl .home-style20 .footer .footer-copyright .sidebar-copyright {
  float: left;
}
.home-style20 .bg-touch {
  display: none;
}
.home-style20 .footer-style7 {
  background: #191919;
}
.home-style20 .footer-style7 .info-footer ul > li,
.home-style20 .footer-style7 .widget_nav_menu ul.menu > li > a,
.home-style20 .footer-style7 .newletter .des,
.home-style20 .footer-style7 .footer-logo .des {
  color: #d7d7d7;
}
.header-style19 {
  border-bottom: 1px #eee solid;
}
.home-style20 .header-style19 {
  position: absolute;
  top: 55px;
  left: 0;
  right: 0;
  z-index: 9;
  border-bottom: none;
}
.header-style19 .header-mid >.container {
  background: #d263ee;
  padding: 0 15px;
}
.header-style19 .header-mid {
  padding: 0;
  background: #d263ee;
}
.home-style20 .header-style19 .header-mid {
  background: transparent;
}
.header-style19 .header-mid .revo-logo {
  padding-top: 17px;
}
.header-style19 .header-mid .revo-logo a img {
  margin: 0 auto;
  max-width: 102px;
}
.header-style19 .header-mid .header-right {
  padding-right: 15px;
  position: relative;
  padding-top: 14px;
}
.rtl .header-style19 .header-mid .header-right {
  padding-left: 15px;
  padding-right: 0;
}
.header-style19 .header-mid .header-right:hover .header-right-bar {
  opacity: 1;
  visibility: visible;
  top: 60px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.header-style19 .header-mid .header-right .fa {
  font-size: 16px;
  font-family: FontAwesome;
  text-align: center;
  background: #d263ee;
  color: #fff;
  height: 38px;
  line-height: 38px;
  width: 38px;
  display: block;
  margin-bottom: 1px;
}
.header-style19 .header-mid .header-right .header-right-bar {
  position: absolute;
  right: 0;
  top: 68px;
  border: 1px #f2f2f2;
  box-shadow: 4px 5px 1px rgba(30,30,30,0.3);
  background: #fff;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.rtl .header-style19 .header-mid .header-right .header-right-bar {
  right: auto;
  left: 0;
}
.header-style19 .header-mid .header-right .elementor-widget-wp-widget-nav_menu ul.menu,
.header-style19 .header-mid .header-right .widget_nav_menu ul.menu {
  width: 175px;
}
.header-style19 .header-mid .header-right .elementor-widget-wp-widget-nav_menu ul.menu > li,
.header-style19 .header-mid .header-right .widget_nav_menu ul.menu > li {
  float: none;
  border: none;
}
.header-style19 .header-mid .header-right .elementor-widget-wp-widget-nav_menu ul.menu > li > a,
.header-style19 .header-mid .header-right .widget_nav_menu ul.menu > li > a {
  font-size: 12px;
  padding: 10px 15px;
  border: none;
  display: block;
}
.header-style19 .header-mid .header-right .elementor-widget-wp-widget-nav_menu ul.menu > li > a:after,
.header-style19 .header-mid .header-right .widget_nav_menu ul.menu > li > a:after {
  content: '';
}
.header-style19 .header-mid .header-right .elementor-widget-wp-widget-nav_menu ul.menu > li > a span.fa,
.header-style19 .header-mid .header-right .widget_nav_menu ul.menu > li > a span.fa {
  margin-right: 10px;
}
.header-style19 .header-mid .header-right .elementor-widget-wp-widget-nav_menu ul.menu > li > a:hover,
.header-style19 .header-mid .header-right .widget_nav_menu ul.menu > li > a:hover {
  color: #d263ee;
  background-color: #f4f4f4;
}
.header-style19 .header-mid .header-right .currency_w > li > a,
.header-style19 .header-mid .header-right #lang_sel > ul.nav > li a {
  padding: 0;
  border: none;
}
.rtl .header-style19 .header-mid .header-right .currency_w > li > a,
.rtl .header-style19 .header-mid .header-right #lang_sel > ul.nav > li a {
  padding: 0;
  border: none;
}
.rtl .header-style19 .header-mid .header-right .currency_w {
  margin-right: 15px;
}
.header-style19 .header-mid .header-right .currency_w > li {
  padding: 10px 0 5px 0;
}
.header-style19 .header-mid .header-right .currency_w > li > a {
  display: none;
}
.header-style19 .header-mid .header-right .currency_w > li .currency_switcher {
  position: static;
  width: auto;
  display: block;
  box-shadow: none;
  border: none;
  padding: 0;
}
.header-style19 .header-mid .header-right .currency_w > li .currency_switcher li {
  width: auto;
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 0 0;
}
.rtl .header-style19 .header-mid .header-right .currency_w > li .currency_switcher li {
  margin: 0 0 0 10px;
}
.header-style19 .search-cate {
  margin-top: 16px;
  position: relative;
  margin-left: 0;
  margin-right: 0;
}
.rtl .header-style19 .search-cate {
  margin-top: 16px;
  margin-right: 0;
  margin-left: 0;
}
.header-style19 .search-cate .icon-search {
  width: 35px;
  height: 35px;
  line-height: 33px;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  color: #fff;
}
.header-style19 .search-cate .icon-search:hover {
  cursor: pointer;
  color: #222;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.header-style19 .search-cate .icon-search.closex i:before {
  content: "\f00d";
}
.header-style19 .search-cate .top-form.top-search {
  min-width: 320px;
  position: absolute;
  right: 0;
  top: 50px;
  display: none;
  margin: 0;
}
.rtl .header-style19 .search-cate .top-form.top-search {
  float: left;
  right: auto;
  left: 0;
  margin: 0;
}
.header-style19 .search-cate .top-form.top-search .topsearch-entry {
  padding-left: 0;
  border: 1px #ccc solid;
}
.rtl .header-style19 .search-cate .top-form.top-search .topsearch-entry {
  padding-right: 0;
}
.header-style19 .search-cate .top-form.top-search .topsearch-entry .icon-loading.loading {
  right: 95px;
}
.header-style19 .search-cate .top-form.top-search .topsearch-entry .cat-wrapper {
  display: none;
}
.header-style19 .search-cate .top-form.top-search .topsearch-entry input {
  background: #f5f5f5;
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  border-radius: 0;
}
.header-style19 .search-cate .top-form.top-search .topsearch-entry .button-search-pro {
  background-color: #f5f5f5;
  border-radius: 0;
  height: 60px;
  line-height: 60px;
  color: #222;
  right: 0;
}
.rtl .header-style19 .search-cate .top-form.top-search .topsearch-entry .button-search-pro {
  left: auto;
}
.header-style19 .search-cate .top-form.top-search .topsearch-entry .button-search-pro:hover {
  background-color: #d263ee;
}
.header-style19 .top-form.revo-minicart6 {
  margin-top: 15px;
}
.header-style19 .top-form.revo-minicart6 .top-minicart-icon .cart-contents {
  display: inline-block;
  vertical-align: top;
  position: relative;
  text-align: center;
}
.header-style19 .top-form.revo-minicart6 .top-minicart-icon .cart-contents i.fa {
  height: 39px;
  line-height: 38px;
  width: 30px;
  font-size: 15px;
  color: #fff;
}
.header-style19 .top-form.revo-minicart6 .top-minicart-icon .cart-contents .minicart-number {
  position: absolute;
  top: 3px;
  right: 0;
  background: #fff;
  color: #d263ee;
  font-size: 10px;
  width: 15px;
  height: 15px;
  line-height: 13px;
  border-radius: 50%;
  border: 1px #d263ee solid;
}
.rtl .header-style19 .top-form.revo-minicart6 .top-minicart-icon .cart-contents .minicart-number {
  right: auto;
  left: 0;
}
.header-style19 .top-form.revo-minicart6 .top-minicart-icon .cart-title {
  display: none;
}
.header-style19 .top-form:hover .wrapp-minicart {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.header-style19 .nav-pills >li > a {
  font-size: 14px;
  color: #fff;
  padding: 25px 18px;
}
.header-style19 .nav-pills >li.active >a:hover,
.header-style19 .nav-pills >li.active >a:focus,
.header-style19 .nav-pills >li > a:hover {
  color: #222;
}
.header-style19 .sticky-menu {
  position: fixed;
  z-index: 99;
  background: #d263ee;
}
.home-style20 .header-style19 .sticky-menu {
  background: #d263ee;
}
.block-infos.style4 {
  margin: 0 -15px 80px -15px;
  overflow: hidden;
}
.block-infos.style4 .info {
  width: 25%;
  float: left;
  padding: 2px 15px;
}
.rtl .block-infos.style4 .info {
  float: right;
}
.block-infos.style4 .info .inner {
  text-align: center;
  box-shadow: 0px 0px 2px 1px #eee;
  padding: 23px 0;
}
.block-infos.style4 .info .inner i {
  display: inline-block;
  vertical-align: top;
  font-size: 36px;
  padding-top: 2px;
  color: #d263ee;
}
.block-infos.style4 .info .inner .info-cont {
  padding-left: 15px;
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.rtl .block-infos.style4 .info .inner .info-cont {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
}
.block-infos.style4 .info .inner .info-cont span {
  font-size: 13px;
  color: #222;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 2px;
}
.block-infos.style4 .info .inner .info-cont p {
  text-transform: capitalize;
  padding-top: 2px;
  color: #666;
  margin-bottom: 3px;
}
.block-infos.style4 .info:hover {
  color: #d263ee;
}
.block-infos.style4 .info:hover .info-cont span {
  color: #d263ee;
}
.sw-woo-tab-cat6 {
  margin-bottom: 30px;
  position: relative;
}
.sw-woo-tab-cat6 .box-title h3 {
  text-transform: capitalize;
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 28px;
  color: #222;
}
.sw-woo-tab-cat6 .button-collapse {
  display: none;
}
.sw-woo-tab-cat6 .resp-tab .top-tab-slider {
  margin-bottom: 40px;
}
.sw-woo-tab-cat6 .resp-tab .top-tab-slider .nav.nav-tabs li {
  padding: 0 15px;
}
.sw-woo-tab-cat6 .resp-tab .top-tab-slider .nav.nav-tabs li a {
  background: #fff;
  color: #909090;
  font-weight: normal;
  border-color: transparent;
  border-width: 0 0 2px 0;
  height: 24px;
  line-height: 23px;
  padding: 0;
  border-radius: 0;
}
.sw-woo-tab-cat6 .resp-tab .top-tab-slider .nav.nav-tabs li.active a,
.sw-woo-tab-cat6 .resp-tab .top-tab-slider .nav.nav-tabs li:hover a {
  border-color: #d263ee;
  color: #d263ee;
}
.sw-woo-tab-cat6 .resp-tab .tab-content .resp-slider-container .slider .item-product .item-wrap {
  margin-bottom: 50px;
}
.sw-woo-tab-cat6 .resp-tab .tab-content .resp-slider-container .slider .item-product .item-wrap .item-detail .item-img {
  max-width: 160px;
  position: relative;
  margin-right: 15px;
}
.rtl .sw-woo-tab-cat6 .resp-tab .tab-content .resp-slider-container .slider .item-product .item-wrap .item-detail .item-img {
  margin-right: 0;
  margin-left: 15px;
}
.sw-woo-tab-cat6 .resp-tab .tab-content .resp-slider-container .slider .item-product .item-wrap .item-detail .item-content {
  overflow: hidden;
}
.sw-woo-tab-cat6 .resp-tab .tab-content .resp-slider-container .slider .item-product .item-wrap .item-detail .item-content h4 a {
  color: #222;
  text-transform: capitalize;
  font-weight: 700;
  font-size: 14px;
}
.sw-woo-tab-cat6 .resp-tab .tab-content .resp-slider-container .slider .item-product .item-wrap .item-detail .item-content h4 a:hover {
  color: #d263ee;
}
.sw-woo-tab-cat6 .resp-tab .tab-content .resp-slider-container .slider .item-product .item-wrap .item-detail .item-content .item-price del,
.sw-woo-tab-cat6 .resp-tab .tab-content .resp-slider-container .slider .item-product .item-wrap .item-detail .item-content .item-price ins {
  width: 100%;
  margin: 0 0 5px 0;
  display: block;
}
.sw-woo-tab-cat6 .resp-tab .tab-content .resp-slider-container .slider .item-product .item-wrap .item-detail .item-content .item-price del {
  font-weight: normal;
}
.sw-woo-tab-cat6 .resp-tab .tab-content .resp-slider-container .slider .item-product .item-wrap .item-detail .item-content .reviews-content {
  margin: 10px 0;
}
.sw-woo-tab-cat6 .resp-tab .tab-content .resp-slider-container .slider .item-product .item-wrap .item-detail .item-content .item-button .add_to_cart_button,
.sw-woo-tab-cat6 .resp-tab .tab-content .resp-slider-container .slider .item-product .item-wrap .item-detail .item-content .item-button .product_type_external,
.sw-woo-tab-cat6 .resp-tab .tab-content .resp-slider-container .slider .item-product .item-wrap .item-detail .item-content .item-button .product_type_grouped {
  float: left;
  margin-right: 10px;
  letter-spacing: 1px;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 12px;
  color: #fff;
  padding: 0 10px;
  border-radius: 4px;
  background: #d263ee;
}
.sw-woo-tab-cat6 .resp-tab .tab-content .resp-slider-container .slider .item-product .item-wrap .item-detail .item-content .item-button .add_to_cart_button:hover,
.sw-woo-tab-cat6 .resp-tab .tab-content .resp-slider-container .slider .item-product .item-wrap .item-detail .item-content .item-button .product_type_external:hover,
.sw-woo-tab-cat6 .resp-tab .tab-content .resp-slider-container .slider .item-product .item-wrap .item-detail .item-content .item-button .product_type_grouped:hover {
  background-color: #cb4ceb;
}
.sw-woo-tab-cat6 .resp-tab .tab-content .resp-slider-container .slider .item-product .item-wrap .item-detail .item-content .item-button .add_to_cart_button:after,
.sw-woo-tab-cat6 .resp-tab .tab-content .resp-slider-container .slider .item-product .item-wrap .item-detail .item-content .item-button .product_type_external:after,
.sw-woo-tab-cat6 .resp-tab .tab-content .resp-slider-container .slider .item-product .item-wrap .item-detail .item-content .item-button .product_type_grouped:after {
  content: '\f218';
  font-family: FontAwesome;
  display: inline-block;
  vertical-align: top;
  margin-left: 5px;
}
.rtl .sw-woo-tab-cat6 .resp-tab .tab-content .resp-slider-container .slider .item-product .item-wrap .item-detail .item-content .item-button .add_to_cart_button:after,
.rtl .sw-woo-tab-cat6 .resp-tab .tab-content .resp-slider-container .slider .item-product .item-wrap .item-detail .item-content .item-button .product_type_external:after,
.rtl .sw-woo-tab-cat6 .resp-tab .tab-content .resp-slider-container .slider .item-product .item-wrap .item-detail .item-content .item-button .product_type_grouped:after {
  margin-right: 5px;
  margin-left: 0;
}
.sw-woo-tab-cat6 .resp-tab .tab-content .resp-slider-container .slider .item-product .item-wrap .item-detail .item-content .item-button .add_to_cart_button.loading,
.sw-woo-tab-cat6 .resp-tab .tab-content .resp-slider-container .slider .item-product .item-wrap .item-detail .item-content .item-button .product_type_external.loading,
.sw-woo-tab-cat6 .resp-tab .tab-content .resp-slider-container .slider .item-product .item-wrap .item-detail .item-content .item-button .product_type_grouped.loading {
  background: transparent;
  border: 1px #ccc solid;
}
.rtl .sw-woo-tab-cat6 .resp-tab .tab-content .resp-slider-container .slider .item-product .item-wrap .item-detail .item-content .item-button .add_to_cart_button,
.rtl .sw-woo-tab-cat6 .resp-tab .tab-content .resp-slider-container .slider .item-product .item-wrap .item-detail .item-content .item-button .product_type_external,
.rtl .sw-woo-tab-cat6 .resp-tab .tab-content .resp-slider-container .slider .item-product .item-wrap .item-detail .item-content .item-button .product_type_grouped {
  float: right;
  margin-left: 10px;
  margin-right: 0;
}
.sw-woo-tab-cat6 .resp-tab .tab-content .resp-slider-container .slider .item-product .item-wrap .item-detail .item-content .item-button .button-group {
  overflow: hidden;
}
.sw-woo-tab-cat6 .resp-tab .tab-content .resp-slider-container .slider .item-product .item-wrap .item-detail .item-content .item-button .button-group .feedback {
  display: none;
}
.sw-woo-tab-cat6 .resp-tab .tab-content .resp-slider-container .slider .item-product .item-wrap .item-detail .item-content .item-button .button-group .clear {
  clear: none;
}
.sw-woo-tab-cat6 .resp-tab .tab-content .resp-slider-container .slider .item-product .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,
.sw-woo-tab-cat6 .resp-tab .tab-content .resp-slider-container .slider .item-product .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.sw-woo-tab-cat6 .resp-tab .tab-content .resp-slider-container .slider .item-product .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before {
  content: '\f08a';
}
.sw-woo-tab-cat6 .resp-tab .tab-content .resp-slider-container .slider .item-product .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:after,
.sw-woo-tab-cat6 .resp-tab .tab-content .resp-slider-container .slider .item-product .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:after,
.sw-woo-tab-cat6 .resp-tab .tab-content .resp-slider-container .slider .item-product .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:after {
  content: '';
  width: 1px;
  height: 11px;
  position: absolute;
  top: 20px;
  right: 0;
  background-color: rgba(255,255,255,0.15);
}
.rtl .sw-woo-tab-cat6 .resp-tab .tab-content .resp-slider-container .slider .item-product .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:after,
.rtl .sw-woo-tab-cat6 .resp-tab .tab-content .resp-slider-container .slider .item-product .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:after,
.rtl .sw-woo-tab-cat6 .resp-tab .tab-content .resp-slider-container .slider .item-product .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:after {
  left: 0;
  right: auto;
}
.sw-woo-tab-cat6 .resp-tab .tab-content .resp-slider-container .slider .item-product .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist {
  position: relative;
}
.sw-woo-tab-cat6 .resp-tab .tab-content .resp-slider-container .slider .item-product .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist .ajax-loading {
  position: absolute;
  top: 12px;
  left: 7px;
}
.sw-woo-tab-cat6 .resp-tab .tab-content .resp-slider-container .slider .item-product .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show a:before {
  color: #d263ee;
}
.sw-woo-tab-cat6 .resp-tab .tab-content .resp-slider-container .slider .item-product .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.sw-woo-tab-cat6 .resp-tab .tab-content .resp-slider-container .slider .item-product .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.sw-woo-tab-cat6 .resp-tab .tab-content .resp-slider-container .slider .item-product .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a {
  float: left;
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: top;
  padding: 0;
  margin: 0;
  font-size: 0;
  overflow: hidden;
  position: relative;
  background-color: #fff;
  text-align: center;
  line-height: 30px;
}
.rtl .sw-woo-tab-cat6 .resp-tab .tab-content .resp-slider-container .slider .item-product .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.rtl .sw-woo-tab-cat6 .resp-tab .tab-content .resp-slider-container .slider .item-product .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.rtl .sw-woo-tab-cat6 .resp-tab .tab-content .resp-slider-container .slider .item-product .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a {
  float: right;
}
.sw-woo-tab-cat6 .resp-tab .tab-content .resp-slider-container .slider .item-product .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,
.sw-woo-tab-cat6 .resp-tab .tab-content .resp-slider-container .slider .item-product .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.sw-woo-tab-cat6 .resp-tab .tab-content .resp-slider-container .slider .item-product .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before {
  font-family: 'FontAwesome';
  font-size: 16px;
  color: #222;
}
.sw-woo-tab-cat6 .resp-tab .tab-content .resp-slider-container .slider .item-product .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover:before,
.sw-woo-tab-cat6 .resp-tab .tab-content .resp-slider-container .slider .item-product .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover:before,
.sw-woo-tab-cat6 .resp-tab .tab-content .resp-slider-container .slider .item-product .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover:before {
  color: #d263ee;
}
.sw-woo-tab-cat6 .resp-tab .tab-content .resp-slider-container .slider .item-product .item-wrap .item-detail .item-content .item-button .button-group .add_to_cart_button,
.sw-woo-tab-cat6 .resp-tab .tab-content .resp-slider-container .slider .item-product .item-wrap .item-detail .item-content .item-button .button-group .product_type_external,
.sw-woo-tab-cat6 .resp-tab .tab-content .resp-slider-container .slider .item-product .item-wrap .item-detail .item-content .item-button .button-group .product_type_grouped,
.sw-woo-tab-cat6 .resp-tab .tab-content .resp-slider-container .slider .item-product .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist {
  display: inline-block;
  vertical-align: top;
  float: left;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  border-radius: 4px;
  margin: 0;
}
.rtl .sw-woo-tab-cat6 .resp-tab .tab-content .resp-slider-container .slider .item-product .item-wrap .item-detail .item-content .item-button .button-group .add_to_cart_button,
.rtl .sw-woo-tab-cat6 .resp-tab .tab-content .resp-slider-container .slider .item-product .item-wrap .item-detail .item-content .item-button .button-group .product_type_external,
.rtl .sw-woo-tab-cat6 .resp-tab .tab-content .resp-slider-container .slider .item-product .item-wrap .item-detail .item-content .item-button .button-group .product_type_grouped,
.rtl .sw-woo-tab-cat6 .resp-tab .tab-content .resp-slider-container .slider .item-product .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist {
  float: right;
  margin: 0;
}
.sw-woo-tab-cat6 .res-button {
  display: none !important;
}
.woo-slider-style3 {
  margin-bottom: 40px;
}
.woo-slider-style3 .block-title {
  text-align: center;
  margin-bottom: 30px;
}
.woo-slider-style3 .block-title h3 {
  text-transform: capitalize;
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 16px;
  color: #222;
}
.woo-slider-style3 .block-title .description {
  font-size: 16px;
  color: #909090;
}
.woo-slider-style3 .resp-slider-container .slider {
  margin: 0 -15px;
}
.woo-slider-style3 .resp-slider-container .slider .item {
  padding: 0 15px;
}
.woo-slider-style3 .resp-slider-container .slider .item .item-wrap {
  margin-bottom: 40px;
}
.woo-slider-style3 .resp-slider-container .slider .item .item-wrap .item-img {
  padding: 0 15px;
}
.woo-slider-style3 .resp-slider-container .slider .item .item-wrap .item-content {
  text-align: left;
  min-height: 124px;
}
.rtl .woo-slider-style3 .resp-slider-container .slider .item .item-wrap .item-content {
  text-align: right;
}
.woo-slider-style3 .resp-slider-container .slider .item .item-wrap .item-content h4 a {
  color: #222;
  text-transform: capitalize;
  font-weight: 700;
}
.woo-slider-style3 .resp-slider-container .slider .item .item-wrap .item-content h4 a:hover {
  color: #d263ee;
}
.woo-slider-style3 .resp-slider-container .slider .item .item-wrap .item-content .item-price del,
.woo-slider-style3 .resp-slider-container .slider .item .item-wrap .item-content .item-price ins {
  width: 100%;
  margin: 0 0 5px 0;
  display: block;
}
.woo-slider-style3 .resp-slider-container .slider .item .item-wrap .item-content .item-price del {
  font-weight: normal;
}
.woo-slider-style3 .resp-slider-container .slider .item .item-wrap .item-content .reviews-content {
  display: block;
  float: none;
}
.rtl .woo-slider-style3 .resp-slider-container .slider .item .item-wrap .item-content .reviews-content {
  float: none;
}
.woo-slider-style3 .resp-slider-container .slider .item .item-wrap:hover .reviews-content {
  display: none;
}
.woo-slider-style3 .resp-slider-container .slider .item .item-wrap:hover .item-bottom {
  bottom: 45px;
  text-align: center;
}
.countdown-slider4 {
  margin-bottom: 60px;
}
.countdown-slider4 .block-title {
  text-align: center;
  margin-bottom: 40px;
}
.countdown-slider4 .block-title h3 {
  text-transform: capitalize;
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 16px;
  color: #222;
}
.countdown-slider4 .block-title .description {
  font-size: 16px;
  color: #909090;
}
.countdown-slider4 .countdown-resp-slider-container .countdown-responsive .item-countdown .item-wrap {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #ccc;
}
.countdown-slider4 .countdown-resp-slider-container .countdown-responsive .item-countdown .item-wrap .item-detail .item-img {
  max-width: 150px;
}
.countdown-slider4 .countdown-resp-slider-container .countdown-responsive .item-countdown .item-wrap .item-detail .item-content {
  overflow: hidden;
  padding: 20px 10px 10px 10px;
}
.countdown-slider4 .countdown-resp-slider-container .countdown-responsive .item-countdown .item-wrap .item-detail .item-content h4 {
  margin-bottom: 20px;
}
.countdown-slider4 .countdown-resp-slider-container .countdown-responsive .item-countdown .item-wrap .item-detail .item-content h4 a {
  color: #222;
  text-transform: capitalize;
  font-weight: 700;
  font-size: 14px;
}
.countdown-slider4 .countdown-resp-slider-container .countdown-responsive .item-countdown .item-wrap .item-detail .item-content h4 a:hover {
  color: #d263ee;
}
.countdown-slider4 .countdown-resp-slider-container .countdown-responsive .item-countdown .item-wrap .item-detail .item-content .product-countdown {
  margin-bottom: 15px;
}
.countdown-slider4 .countdown-resp-slider-container .countdown-responsive .item-countdown .item-wrap .item-detail .item-content .product-countdown .countdown-section {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 16px;
}
.rtl .countdown-slider4 .countdown-resp-slider-container .countdown-responsive .item-countdown .item-wrap .item-detail .item-content .product-countdown .countdown-section {
  margin-left: 16px;
  margin-right: 0;
}
.countdown-slider4 .countdown-resp-slider-container .countdown-responsive .item-countdown .item-wrap .item-detail .item-content .product-countdown .countdown-section .countdown-amount {
  display: block;
  min-width: 30px;
  height: 24px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  font-size: 14px;
  color: #d263ee;
}
.countdown-slider4 .countdown-resp-slider-container .countdown-responsive .item-countdown .item-wrap .item-detail .item-content .product-countdown .countdown-section .countdown-period {
  text-align: center;
  font-size: 10px;
  display: block;
  color: #7d7d7d;
  text-transform: uppercase;
}
.countdown-slider4 .countdown-resp-slider-container .countdown-responsive .item-countdown .item-wrap .item-detail .item-content .product-countdown .countdown-section:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -8px;
  margin: auto;
  content: "";
  height: 34px;
  width: 1px;
  background-color: #ccc;
}
.rtl .countdown-slider4 .countdown-resp-slider-container .countdown-responsive .item-countdown .item-wrap .item-detail .item-content .product-countdown .countdown-section:before {
  right: auto;
  left: -8px;
}
.countdown-slider4 .countdown-resp-slider-container .countdown-responsive .item-countdown .item-wrap .item-detail .item-content .product-countdown .countdown-section:last-child:before {
  display: none;
}
.countdown-slider4 .countdown-resp-slider-container .countdown-responsive .item-countdown .item-wrap .item-detail .item-content .item-bot {
  border: 1px #ccc solid;
  border-radius: 30px;
  display: inline-block;
  vertical-align: top;
}
.countdown-slider4 .countdown-resp-slider-container .countdown-responsive .item-countdown .item-wrap .item-detail .item-content .item-bot .add_to_cart_button,
.countdown-slider4 .countdown-resp-slider-container .countdown-responsive .item-countdown .item-wrap .item-detail .item-content .item-bot .product_type_external,
.countdown-slider4 .countdown-resp-slider-container .countdown-responsive .item-countdown .item-wrap .item-detail .item-content .item-bot .product_type_grouped,
.countdown-slider4 .countdown-resp-slider-container .countdown-responsive .item-countdown .item-wrap .item-detail .item-content .item-bot .product_type_simple,
.countdown-slider4 .countdown-resp-slider-container .countdown-responsive .item-countdown .item-wrap .item-detail .item-content .item-bot .single_add_to_cart_button {
  font-size: 0;
  background: transparent;
  display: inline-block;
  vertical-align: top;
  border-right: 1px #ccc solid;
}
.rtl .countdown-slider4 .countdown-resp-slider-container .countdown-responsive .item-countdown .item-wrap .item-detail .item-content .item-bot .add_to_cart_button,
.rtl .countdown-slider4 .countdown-resp-slider-container .countdown-responsive .item-countdown .item-wrap .item-detail .item-content .item-bot .product_type_external,
.rtl .countdown-slider4 .countdown-resp-slider-container .countdown-responsive .item-countdown .item-wrap .item-detail .item-content .item-bot .product_type_grouped,
.rtl .countdown-slider4 .countdown-resp-slider-container .countdown-responsive .item-countdown .item-wrap .item-detail .item-content .item-bot .product_type_simple,
.rtl .countdown-slider4 .countdown-resp-slider-container .countdown-responsive .item-countdown .item-wrap .item-detail .item-content .item-bot .single_add_to_cart_button {
  border-left: 1px #ccc solid;
  border-right: none;
}
.countdown-slider4 .countdown-resp-slider-container .countdown-responsive .item-countdown .item-wrap .item-detail .item-content .item-bot .add_to_cart_button:before,
.countdown-slider4 .countdown-resp-slider-container .countdown-responsive .item-countdown .item-wrap .item-detail .item-content .item-bot .product_type_external:before,
.countdown-slider4 .countdown-resp-slider-container .countdown-responsive .item-countdown .item-wrap .item-detail .item-content .item-bot .product_type_grouped:before,
.countdown-slider4 .countdown-resp-slider-container .countdown-responsive .item-countdown .item-wrap .item-detail .item-content .item-bot .product_type_simple:before,
.countdown-slider4 .countdown-resp-slider-container .countdown-responsive .item-countdown .item-wrap .item-detail .item-content .item-bot .single_add_to_cart_button:before {
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  color: #d263ee;
  height: 30px;
  line-height: 30px;
  width: 40px;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  font-family: fontawesome;
  font-size: 15px;
  content: "\f218";
}
.countdown-slider4 .countdown-resp-slider-container .countdown-responsive .item-countdown .item-wrap .item-detail .item-content .item-bot .add_to_cart_button:hover:before,
.countdown-slider4 .countdown-resp-slider-container .countdown-responsive .item-countdown .item-wrap .item-detail .item-content .item-bot .product_type_external:hover:before,
.countdown-slider4 .countdown-resp-slider-container .countdown-responsive .item-countdown .item-wrap .item-detail .item-content .item-bot .product_type_grouped:hover:before,
.countdown-slider4 .countdown-resp-slider-container .countdown-responsive .item-countdown .item-wrap .item-detail .item-content .item-bot .product_type_simple:hover:before,
.countdown-slider4 .countdown-resp-slider-container .countdown-responsive .item-countdown .item-wrap .item-detail .item-content .item-bot .single_add_to_cart_button:hover:before {
  color: #222;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.countdown-slider4 .countdown-resp-slider-container .countdown-responsive .item-countdown .item-wrap .item-detail .item-content .item-bot .add_to_cart_button.loading,
.countdown-slider4 .countdown-resp-slider-container .countdown-responsive .item-countdown .item-wrap .item-detail .item-content .item-bot .product_type_external.loading,
.countdown-slider4 .countdown-resp-slider-container .countdown-responsive .item-countdown .item-wrap .item-detail .item-content .item-bot .product_type_grouped.loading,
.countdown-slider4 .countdown-resp-slider-container .countdown-responsive .item-countdown .item-wrap .item-detail .item-content .item-bot .product_type_simple.loading,
.countdown-slider4 .countdown-resp-slider-container .countdown-responsive .item-countdown .item-wrap .item-detail .item-content .item-bot .single_add_to_cart_button.loading {
  background-color: transparent;
  height: 30px;
  border-radius: 50%;
  border: none;
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.countdown-slider4 .countdown-resp-slider-container .countdown-responsive .item-countdown .item-wrap .item-detail .item-content .item-bot .add_to_cart_button.loading:before,
.countdown-slider4 .countdown-resp-slider-container .countdown-responsive .item-countdown .item-wrap .item-detail .item-content .item-bot .product_type_external.loading:before,
.countdown-slider4 .countdown-resp-slider-container .countdown-responsive .item-countdown .item-wrap .item-detail .item-content .item-bot .product_type_grouped.loading:before,
.countdown-slider4 .countdown-resp-slider-container .countdown-responsive .item-countdown .item-wrap .item-detail .item-content .item-bot .product_type_simple.loading:before,
.countdown-slider4 .countdown-resp-slider-container .countdown-responsive .item-countdown .item-wrap .item-detail .item-content .item-bot .single_add_to_cart_button.loading:before {
  text-align: center;
  left: 0;
  background: url(../assets/img/loadingp.gif) no-repeat center center transparent;
  background-color: transparent;
  border-radius: 50%;
}
.countdown-slider4 .countdown-resp-slider-container .countdown-responsive .item-countdown .item-wrap .item-detail .item-content .item-bot .add_to_cart_button.added,
.countdown-slider4 .countdown-resp-slider-container .countdown-responsive .item-countdown .item-wrap .item-detail .item-content .item-bot .product_type_external.added,
.countdown-slider4 .countdown-resp-slider-container .countdown-responsive .item-countdown .item-wrap .item-detail .item-content .item-bot .product_type_grouped.added,
.countdown-slider4 .countdown-resp-slider-container .countdown-responsive .item-countdown .item-wrap .item-detail .item-content .item-bot .product_type_simple.added,
.countdown-slider4 .countdown-resp-slider-container .countdown-responsive .item-countdown .item-wrap .item-detail .item-content .item-bot .single_add_to_cart_button.added {
  color: #fff;
}
.countdown-slider4 .countdown-resp-slider-container .countdown-responsive .item-countdown .item-wrap .item-detail .item-content .item-bot .add_to_cart_button.added:before,
.countdown-slider4 .countdown-resp-slider-container .countdown-responsive .item-countdown .item-wrap .item-detail .item-content .item-bot .product_type_external.added:before,
.countdown-slider4 .countdown-resp-slider-container .countdown-responsive .item-countdown .item-wrap .item-detail .item-content .item-bot .product_type_grouped.added:before,
.countdown-slider4 .countdown-resp-slider-container .countdown-responsive .item-countdown .item-wrap .item-detail .item-content .item-bot .product_type_simple.added:before,
.countdown-slider4 .countdown-resp-slider-container .countdown-responsive .item-countdown .item-wrap .item-detail .item-content .item-bot .single_add_to_cart_button.added:before {
  background: transparent;
  color: #222;
}
.countdown-slider4 .countdown-resp-slider-container .countdown-responsive .item-countdown .item-wrap .item-detail .item-content .item-bot .item-price {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  padding: 5px 10px;
}
.countdown-slider4 .countdown-resp-slider-container .countdown-responsive .item-countdown .item-wrap .item-detail .item-content .item-bot .item-price del {
  font-size: 10px;
  color: #909090;
  font-weight: normal;
  margin-top: 4px;
}
.countdown-slider4 .countdown-resp-slider-container .countdown-responsive .item-countdown.item-center .item-wrap {
  border-bottom: none;
  overflow: hidden;
  padding-top: 15px;
}
.countdown-slider4 .countdown-resp-slider-container .countdown-responsive .item-countdown.item-center .item-wrap .item-detail {
  position: relative;
  border-right: 30px #d263ee solid;
}
.rtl .countdown-slider4 .countdown-resp-slider-container .countdown-responsive .item-countdown.item-center .item-wrap .item-detail {
  border-right: none;
  border-left: 30px #d263ee solid;
}
.countdown-slider4 .countdown-resp-slider-container .countdown-responsive .item-countdown.item-center .item-wrap .item-detail:before {
  content: "";
  position: absolute;
  top: -14px;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  z-index: 3;
  border-top: 35px solid transparent;
  border-right: 365px solid #d263ee;
  border-bottom: 35px solid transparent;
}
.rtl .countdown-slider4 .countdown-resp-slider-container .countdown-responsive .item-countdown.item-center .item-wrap .item-detail:before {
  border-left: 365px solid #d263ee;
  border-right: none;
}
.countdown-slider4 .countdown-resp-slider-container .countdown-responsive .item-countdown.item-center .item-wrap .item-detail:after {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  z-index: 3;
  border-top: 35px solid transparent;
  border-right: 365px solid #d263ee;
  border-bottom: 35px solid transparent;
}
.rtl .countdown-slider4 .countdown-resp-slider-container .countdown-responsive .item-countdown.item-center .item-wrap .item-detail:after {
  border-left: 365px solid #d263ee;
  border-right: none;
}
.countdown-slider4 .countdown-resp-slider-container .countdown-responsive .item-countdown.item-center .item-wrap .item-detail .item-inner {
  position: relative;
}
.countdown-slider4 .countdown-resp-slider-container .countdown-responsive .item-countdown.item-center .item-wrap .item-detail .item-inner:before {
  content: "";
  width: 1px;
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 0;
  background: #eee;
}
.rtl .countdown-slider4 .countdown-resp-slider-container .countdown-responsive .item-countdown.item-center .item-wrap .item-detail .item-inner:before {
  left: auto;
  right: 0;
}
.countdown-slider4 .countdown-resp-slider-container .countdown-responsive .item-countdown.item-center .item-wrap .item-detail .item-img {
  max-width: 100%;
  padding: 45px 30px 0 30px;
}
.countdown-slider4 .countdown-resp-slider-container .countdown-responsive .item-countdown.item-center .item-wrap .item-detail .item-content {
  text-align: center;
}
.countdown-slider4 .countdown-resp-slider-container .countdown-responsive .item-countdown.item-center .item-wrap .item-detail .item-content h4 a {
  font-size: 20px;
}
.countdown-slider4 .countdown-resp-slider-container .countdown-responsive .item-countdown.item-center .item-wrap .item-detail .item-content .item-bot {
  margin-bottom: 20px;
}
.countdown-slider4 .countdown-resp-slider-container .countdown-responsive .item-countdown.item-center .item-wrap .item-detail .item-content .item-bot .add_to_cart_button:before,
.countdown-slider4 .countdown-resp-slider-container .countdown-responsive .item-countdown.item-center .item-wrap .item-detail .item-content .item-bot .product_type_external:before,
.countdown-slider4 .countdown-resp-slider-container .countdown-responsive .item-countdown.item-center .item-wrap .item-detail .item-content .item-bot .product_type_grouped:before,
.countdown-slider4 .countdown-resp-slider-container .countdown-responsive .item-countdown.item-center .item-wrap .item-detail .item-content .item-bot .product_type_simple:before,
.countdown-slider4 .countdown-resp-slider-container .countdown-responsive .item-countdown.item-center .item-wrap .item-detail .item-content .item-bot .single_add_to_cart_button:before {
  height: 40px;
  line-height: 40px;
  width: 50px;
  font-size: 18px;
}
.countdown-slider4 .countdown-resp-slider-container .countdown-responsive .item-countdown.item-center .item-wrap .item-detail .item-content .item-bot .item-price {
  font-size: 18px;
  padding: 6px 10px;
}
.countdown-slider4 .countdown-resp-slider-container .countdown-responsive .item-countdown.item-center .item-wrap .item-detail .item-content .item-bot .item-price del {
  font-size: 14px;
}
.countdown-slider4 .countdown-resp-slider-container .countdown-responsive .item-countdown.item-center .item-wrap .item-detail .item-content .product-countdown {
  padding-bottom: 40px;
}
.countdown-slider4 .countdown-resp-slider-container .countdown-responsive .item-countdown.item-center .item-wrap .item-detail .item-content .product-countdown .countdown-section .countdown-amount {
  font-size: 18px;
}
.countdown-slider4 .countdown-resp-slider-container .countdown-responsive .item-countdown.item-center .item-wrap .item-detail .item-content .product-countdown .countdown-section .countdown-period {
  font-size: 12px;
}
@media (min-width: 1200px) and (max-width: 1440px) {
  .home-style20 .container {
    max-width: 970px;
  }
  .home-style20 .header-style19 {
    top: 30px;
  }
  .home-style20 .wpb_revslider_element {
    margin-bottom: 37px;
  }
  .home-style20 .footer-style7 .newletter .mc4wp-form .mc4wp-form-fields input[type="submit"] {
    min-width: 45px;
  }
  .home-style20 .footer-style7 .newletter .mc4wp-form .mc4wp-form-fields input[type="email"] {
    min-width: 175px;
  }
  .home-style20 .app-download a {
    width: 40%;
  }
  .block-infos.style4 .info .inner {
    padding: 12px 0;
  }
  .woo-slider-style3 .resp-slider-container .slider .item {
    padding: 0 8px;
  }
  .countdown-slider4 .countdown-resp-slider-container .countdown-responsive .item-countdown .item-wrap .item-detail .item-img {
    max-width: 90px;
  }
  .countdown-slider4 .countdown-resp-slider-container .countdown-responsive .item-countdown .item-wrap .item-detail .item-content {
    padding: 0 0 0 5px;
  }
  .rtl .countdown-slider4 .countdown-resp-slider-container .countdown-responsive .item-countdown .item-wrap .item-detail .item-content {
    padding: 0 5px 0 0;
  }
  .countdown-slider4 .countdown-resp-slider-container .countdown-responsive .item-countdown .item-wrap .item-detail .item-content h4 {
    margin-bottom: 15px;
  }
  .countdown-slider4 .countdown-resp-slider-container .countdown-responsive .item-countdown.item-center .item-wrap .item-detail:before {
    top: -10px;
  }
  .countdown-slider4 .countdown-resp-slider-container .countdown-responsive .item-countdown.item-center .item-wrap .item-detail:after {
    bottom: -10px;
  }
  .countdown-slider4 .countdown-resp-slider-container .countdown-responsive .item-countdown.item-center .item-wrap .item-detail .item-inner:before {
    top: 25px;
    bottom: 25px;
  }
}
@media (min-width: 991px) and (max-width: 1199px) {
  .countdown-slider4 .countdown-resp-slider-container .countdown-responsive .item-countdown {
    width: 25%;
  }
  .countdown-slider4 .countdown-resp-slider-container .countdown-responsive .item-countdown .item-detail .item-img {
    max-width: 130px;
    float: none;
    margin: 0 auto;
  }
  .countdown-slider4 .countdown-resp-slider-container .countdown-responsive .item-countdown.item-sidebar .item-wrap:nth-child(3) {
    display: none;
  }
  .countdown-slider4 .countdown-resp-slider-container .countdown-responsive .item-countdown.item-center {
    width: 50%;
  }
  .countdown-slider4 .countdown-resp-slider-container .countdown-responsive .item-countdown.item-center .item-wrap .item-detail {
    border: 1px #eee solid;
  }
  .rtl .countdown-slider4 .countdown-resp-slider-container .countdown-responsive .item-countdown.item-center .item-wrap .item-detail {
    border-left: none;
  }
  .countdown-slider4 .countdown-resp-slider-container .countdown-responsive .item-countdown.item-center .item-wrap .item-detail:before,
  .countdown-slider4 .countdown-resp-slider-container .countdown-responsive .item-countdown.item-center .item-wrap .item-detail:after {
    display: none;
  }
  .countdown-slider4 .countdown-resp-slider-container .countdown-responsive .item-countdown.item-center .item-wrap .item-detail .item-inner:before {
    display: none;
  }
  .countdown-slider4 .countdown-resp-slider-container .countdown-responsive .item-countdown.item-center .item-wrap .item-detail .item-content .product-countdown {
    padding-bottom: 9px;
  }
}
@media (max-width: 1199px) {
  .sw-woo-tab-cat6 .res-button {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .home-style20 .header-style19 {
    position: relative;
    top: 0;
  }
  .header-style19 #main-menu .primary-menu .resmenu-container .navbar-toggle {
    margin-top: 14px;
    background: #fff;
  }
  .block-infos.style4 {
    margin: 0 -5px 80px -5px;
  }
  .block-infos.style4 .info {
    padding: 2px 5px;
  }
  .home-style20 .footer .footer-copyright .sidebar-copyright,
  .home-style20 .footer .footer-copyright .copyright-text {
    float: none;
    text-align: center;
  }
  .rtl .home-style20 .footer .footer-copyright .sidebar-copyright,
  .rtl .home-style20 .footer .footer-copyright .copyright-text {
    float: none;
    text-align: center;
  }
  .countdown-slider4 .countdown-resp-slider-container .countdown-responsive .item-countdown.item-center .item-wrap .item-detail {
    border: 1px #eee solid;
  }
  .rtl .countdown-slider4 .countdown-resp-slider-container .countdown-responsive .item-countdown.item-center .item-wrap .item-detail {
    border-left: none;
  }
  .countdown-slider4 .countdown-resp-slider-container .countdown-responsive .item-countdown.item-center .item-wrap .item-detail:before,
  .countdown-slider4 .countdown-resp-slider-container .countdown-responsive .item-countdown.item-center .item-wrap .item-detail:after {
    display: none;
  }
  .countdown-slider4 .countdown-resp-slider-container .countdown-responsive .item-countdown.item-center .item-wrap .item-detail .item-inner:before {
    display: none;
  }
  .countdown-slider4 .countdown-resp-slider-container .countdown-responsive .item-countdown.item-center .item-wrap .item-detail .item-content .product-countdown {
    padding-bottom: 9px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .sw-woo-tab-cat6 .resp-tab .tab-content .resp-slider-container .slider .item-product .item-wrap .item-detail .item-img {
    max-width: 150px;
  }
  .sw-woo-tab-cat6 .resp-tab .tab-content .resp-slider-container .slider .item-product .item-wrap .item-detail .item-content {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .header-style19 .sticky-menu {
    position: relative;
  }
  .header-style19 .header-mid .top-header {
    float: left;
  }
  .rtl .header-style19 .header-mid .top-header {
    float: right;
  }
  .header-style19 .search-cate .top-form.top-search {
    right: -75px;
  }
  .rtl .header-style19 .search-cate .top-form.top-search {
    right: auto;
    left: -75px;
  }
  .sw-woo-tab-cat6 .resp-tab .tab-content .resp-slider-container .slider .item-product .item-wrap .item-detail .item-img {
    width: 100%;
    float: none;
    margin: 0 auto;
  }
  .sw-woo-tab-cat6 .resp-tab .tab-content .resp-slider-container .slider .item-product .item-wrap .item-detail .item-content {
    overflow: inherit;
    padding-top: 20px;
  }
  .sw-woo-tab-cat6 .resp-tab .top-tab-slider .button-collapse {
    position: absolute;
    top: 40px;
    z-index: 99;
    display: block;
    background: #222;
    border-radius: 3px;
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
    height: 30px;
    width: 30px;
    line-height: 30px;
    right: 5px;
    text-align: center;
  }
  .sw-woo-tab-cat6 .resp-tab .top-tab-slider .button-collapse:hover {
    background: #d263ee;
  }
  .rtl .sw-woo-tab-cat6 .resp-tab .top-tab-slider .button-collapse {
    left: 5px;
    right: auto;
  }
  .sw-woo-tab-cat6 .resp-tab .top-tab-slider .button-collapse:before {
    content: '\f0c9';
    font-family: FontAwesome;
    font-size: 16px;
    color: #fff;
    height: 30px;
    width: 30px;
    line-height: 30px;
    display: inline-block;
    text-align: center;
  }
  .sw-woo-tab-cat6 .resp-tab .top-tab-slider .tab_list {
    margin-bottom: 0;
    position: absolute;
    top: 70px;
    right: 0;
    left: 0;
    z-index: 9;
  }
  .sw-woo-tab-cat6 .resp-tab .top-tab-slider .tab_list ul {
    height: 0;
    overflow: hidden;
  }
  .sw-woo-tab-cat6 .resp-tab .top-tab-slider .tab_list ul li {
    width: 100%;
    margin: 0;
  }
  .sw-woo-tab-cat6 .resp-tab .top-tab-slider .tab_list ul li a {
    border: none !important;
    border-radius: 0 !important;
  }
  .sw-woo-tab-cat6 .resp-tab .top-tab-slider .tab_list.in ul {
    height: auto;
  }
  .countdown-slider4 .countdown-resp-slider-container .countdown-responsive .item-countdown .item-detail .item-img {
    max-width: 100%;
    float: none;
    margin: 0 auto;
  }
  .countdown-slider4 .countdown-resp-slider-container .countdown-responsive .item-countdown .item-detail .item-content {
    text-align: center;
  }
}
.home-style21 .wpb_revslider_element {
  margin-bottom: 85px;
}
.home-style21 .header-style20 {
  float: left;
  width: 14%;
  height: 100%;
  min-width: 0;
  background-color: #000;
  position: fixed;
  top: 0;
  z-index: 9999;
}
.home-style21 .header-style20 .header-mid .revo-logo {
  padding: 18px 0;
}
.home-style21 .header-style20 .header-mid .revo-logo a img {
  margin: 0 auto;
}
.home-style21 .header-style20 .main-menu {
  margin-top: 65px;
}
.home-style21 .header-style20 .nav-pills >li {
  width: 100%;
}
.home-style21 .header-style20 .nav-pills >li >a {
  color: #fff;
  padding: 12px 20px;
  font-size: 16px;
}
.home-style21 .header-style20 .nav-pills >li >a .menu-img {
  display: none;
}
.home-style21 .header-style20 .nav-pills >li.dropdown >a:after {
  right: 15px;
  content: "\f105";
}
.rtl .home-style21 .header-style20 .nav-pills >li.dropdown >a:after {
  right: auto;
  left: 15px;
  content: "\f104";
}
.home-style21 .header-style20 .nav-pills >li.dropdown .dropdown-menu {
  display: none;
}
.home-style21 .header-style20 .nav-pills >li.dropdown >.dropdown-menu.visible {
  left: 100% !important;
  top: 0;
  display: block;
}
.home-style21 .header-style20 .nav-pills >li.active >a,
.home-style21 .header-style20 .nav-pills >li.active >a:hover,
.home-style21 .header-style20 .nav-pills >li.active >a:focus,
.home-style21 .header-style20 .nav-pills >li > a:hover {
  color: #d263ee;
}
.home-style21 .header-style20 .nav-pills.nav-mega .revo-mega-menu .dropdown-menu.column-1 {
  min-width: 1080px;
}
.home-style21 .header-style20 .header-news {
  padding: 0 20px;
  margin-top: 125px;
}
.home-style21 .header-style20 .header-news .newsletter-footer h3 {
  color: #fff;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: bold;
}
.home-style21 .header-style20 .header-news .newsletter-footer h5,
.home-style21 .header-style20 .header-news .newsletter-footer p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}
.home-style21 .header-style20 .header-news .newsletter-footer .form-newsletter .mc4wp-form-fields {
  overflow: hidden;
}
.home-style21 .header-style20 .header-news .newsletter-footer .form-newsletter input[type="email"] {
  border: 0;
  color: #fff;
  width: 80%;
  height: 40px;
  padding: 0;
  border-radius: 0;
  float: left;
  font-size: 12px;
  border-bottom: 1px #fff solid;
  background: transparent;
}
.rtl .home-style21 .header-style20 .header-news .newsletter-footer .form-newsletter input[type="email"] {
  float: right;
}
.home-style21 .header-style20 .header-news .newsletter-footer .form-newsletter input[type="submit"] {
  border: 0;
  background: url("../assets/img/fly.png") no-repeat transparent center center;
  height: 40px;
  width: 20%;
  border-bottom: 1px #fff solid;
  text-indent: -99999px;
  border-radius: 0;
}
.home-style21 .header-style20 .header-news .newsletter-footer .form-newsletter input[type="submit"]:hover {
  opacity: 0.85;
}
.home-style21 .header-style20 .header-news .newsletter-footer .form-newsletter input::-webkit-input-placeholder {
  color: #fff;
}
.home-style21 .header-style20 .header-news .newsletter-footer .form-newsletter input::-moz-placeholder {
  color: #fff;
}
.home-style21 .header-style20 .header-news .newsletter-footer .form-newsletter input:-ms-input-placeholder {
  color: #fff;
}
.home-style21 .header-style20 .header-news .newsletter-footer .form-newsletter .mc4wp-success {
  color: #222;
}
.home-style21 .header-style20 .socials-header {
  margin-top: 100px;
}
.home-style21 .header-style20 .socials-header ul {
  margin: 0;
  text-align: center;
}
.home-style21 .header-style20 .socials-header ul li {
  list-style: none;
  margin: 0 5px;
  display: inline-block;
  vertical-align: top;
}
.home-style21 .header-style20 .socials-header ul li a {
  font-size: 18px;
  color: #222;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  background: #fff;
  display: block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.home-style21 .header-style20 .socials-header ul li a:hover {
  background: #d263ee;
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.home-style21 >.revoheader-top-menu {
  width: 86%;
  float: right;
}
.home-style21 >.container {
  width: 86%;
  float: right;
  max-width: none;
  padding: 0 !important;
}
.home-style21 #footer {
  width: 86%;
  float: right;
}
.home-style21 .revoheader-top-menu {
  background: #f8f8f8;
  border-bottom: 1px #ccc solid;
}
.home-style21 .revoheader-top-menu #lang_sel > ul.nav > li {
  padding: 15px 0;
}
.home-style21 .revoheader-top-menu #lang_sel > ul.nav > li >a {
  border: none;
  font-size: 14px;
}
.home-style21 .revoheader-top-menu .currency_w > li {
  padding: 15px 0;
}
.home-style21 .revoheader-top-menu .currency_w > li >a {
  font-size: 14px;
}
.home-style21 .revoheader-top-menu .elementor-widget-wp-widget-nav_menu,
.home-style21 .revoheader-top-menu .widget_nav_menu {
  position: relative;
  border: 1px #ccc solid;
  border-width: 0 1px;
}
.home-style21 .revoheader-top-menu .elementor-widget-wp-widget-nav_menu:hover ul.menu,
.home-style21 .revoheader-top-menu .widget_nav_menu:hover ul.menu {
  opacity: 1;
  display: block;
}
.home-style21 .revoheader-top-menu .elementor-widget-wp-widget-nav_menu:hover h5,
.home-style21 .revoheader-top-menu .elementor-widget-wp-widget-nav_menu:hover h3,
.home-style21 .revoheader-top-menu .widget_nav_menu:hover h5,
.home-style21 .revoheader-top-menu .widget_nav_menu:hover h3 {
  color: #d263ee;
}
.home-style21 .revoheader-top-menu .elementor-widget-wp-widget-nav_menu h5,
.home-style21 .revoheader-top-menu .elementor-widget-wp-widget-nav_menu h3,
.home-style21 .revoheader-top-menu .widget_nav_menu h5,
.home-style21 .revoheader-top-menu .widget_nav_menu h3 {
  color: #2d2d2d;
  position: relative;
  font-size: 0;
  margin: 0;
}
.home-style21 .revoheader-top-menu .elementor-widget-wp-widget-nav_menu h5:before,
.home-style21 .revoheader-top-menu .elementor-widget-wp-widget-nav_menu h3:before,
.home-style21 .revoheader-top-menu .widget_nav_menu h5:before,
.home-style21 .revoheader-top-menu .widget_nav_menu h3:before {
  content: '\f2be';
  font-size: 14px;
  font-family: FontAwesome;
  display: block;
  height: 50px;
  line-height: 50px;
  width: 50px;
  text-align: center;
}
.home-style21 .revoheader-top-menu .elementor-widget-wp-widget-nav_menu ul.menu,
.home-style21 .revoheader-top-menu .widget_nav_menu ul.menu {
  position: absolute;
  width: 175px;
  right: 0px;
  top: 50px;
  background: #fff;
  z-index: 9999;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  border: 1px #f2f2f2;
  box-shadow: 4px 5px 1px rgba(30,30,30,0.3);
  opacity: 0;
  display: none;
  margin: 0;
}
.rtl .home-style21 .revoheader-top-menu .elementor-widget-wp-widget-nav_menu ul.menu,
.rtl .home-style21 .revoheader-top-menu .widget_nav_menu ul.menu {
  right: auto;
  left: 0;
}
.home-style21 .revoheader-top-menu .elementor-widget-wp-widget-nav_menu ul.menu > li,
.home-style21 .revoheader-top-menu .widget_nav_menu ul.menu > li {
  float: none;
  border: none;
}
.home-style21 .revoheader-top-menu .elementor-widget-wp-widget-nav_menu ul.menu > li > a,
.home-style21 .revoheader-top-menu .widget_nav_menu ul.menu > li > a {
  font-size: 12px;
  padding: 10px 20px;
  border: none;
  display: block;
}
.home-style21 .revoheader-top-menu .elementor-widget-wp-widget-nav_menu ul.menu > li > a:after,
.home-style21 .revoheader-top-menu .widget_nav_menu ul.menu > li > a:after {
  content: '';
}
.home-style21 .revoheader-top-menu .elementor-widget-wp-widget-nav_menu ul.menu > li > a span.fa,
.home-style21 .revoheader-top-menu .widget_nav_menu ul.menu > li > a span.fa {
  margin-right: 10px;
}
.home-style21 .revoheader-top-menu .elementor-widget-wp-widget-nav_menu ul.menu > li > a:hover,
.home-style21 .revoheader-top-menu .widget_nav_menu ul.menu > li > a:hover {
  color: #d263ee;
  background-color: #f8f8f8;
}
.home-style21 .revoheader-top-menu .search-cate {
  position: relative;
  margin-left: 0;
  margin-top: 0;
}
.rtl .home-style21 .revoheader-top-menu .search-cate {
  margin-right: 0;
}
.home-style21 .revoheader-top-menu .search-cate .revo_top {
  padding: 0;
}
.home-style21 .revoheader-top-menu .search-cate .top-form.top-search {
  min-width: 300px;
  display: block;
  width: 300px;
  margin: 0;
}
.home-style21 .revoheader-top-menu .search-cate .top-form.top-search .topsearch-entry {
  padding-left: 0;
  border-left: 1px #ccc solid;
}
.rtl .home-style21 .revoheader-top-menu .search-cate .top-form.top-search .topsearch-entry {
  border-right: 1px #ccc solid;
  border-left: none;
  padding-right: 0;
}
.rtl .home-style21 .revoheader-top-menu .search-cate .top-form.top-search .topsearch-entry {
  padding-right: 0;
}
.home-style21 .revoheader-top-menu .search-cate .top-form.top-search .topsearch-entry .icon-loading.loading {
  right: 95px;
}
.home-style21 .revoheader-top-menu .search-cate .top-form.top-search .topsearch-entry .cat-wrapper {
  display: none;
}
.home-style21 .revoheader-top-menu .search-cate .top-form.top-search .topsearch-entry input {
  background: #f8f8f8;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  border-radius: 0;
}
.home-style21 .revoheader-top-menu .search-cate .top-form.top-search .topsearch-entry .button-search-pro {
  background-color: #f8f8f8;
  border-radius: 0;
  height: 50px;
  line-height: 50px;
  color: #222;
  right: 0;
}
.rtl .home-style21 .revoheader-top-menu .search-cate .top-form.top-search .topsearch-entry .button-search-pro {
  right: auto;
  left: 0;
}
.home-style21 .revoheader-top-menu .search-cate .top-form.top-search .topsearch-entry .button-search-pro:hover {
  background-color: #d263ee;
}
.home-style21 .revoheader-top-menu .top-form.revo-minicart6 .top-minicart-icon .cart-contents {
  display: inline-block;
  vertical-align: top;
  position: relative;
  text-align: center;
}
.home-style21 .revoheader-top-menu .top-form.revo-minicart6 .top-minicart-icon .cart-contents i.fa {
  height: 50px;
  line-height: 50px;
  width: 50px;
  font-size: 15px;
}
.home-style21 .revoheader-top-menu .top-form.revo-minicart6 .top-minicart-icon .cart-contents .minicart-number {
  position: absolute;
  top: 8px;
  right: 8px;
  background: #d263ee;
  color: #fff;
  font-size: 11px;
  width: 15px;
  height: 15px;
  line-height: 15px;
  border-radius: 50%;
}
.rtl .home-style21 .revoheader-top-menu .top-form.revo-minicart6 .top-minicart-icon .cart-contents .minicart-number {
  right: auto;
  left: 8px;
}
.home-style21 .revoheader-top-menu .top-form.revo-minicart6 .top-minicart-icon .cart-title {
  display: none;
}
.home-style21 .revoheader-top-menu .top-form:hover .wrapp-minicart {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.home-style21 .sw-woo-tab-cat4.style7 {
  margin-bottom: 35px;
}
.home-style21 .sw-woo-tab-cat4.style7 .box-title h3 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 20px;
}
.home-style21 .sw-woo-tab-cat4.style7 .description {
  color: #909090;
  margin-bottom: 26px;
}
.home-style21 .sw-woo-tab-cat4.style7 .resp-tab {
  max-width: 1170px;
  margin: 0 auto;
}
.home-style21 .sw-woo-tab-cat4.style7 .resp-tab .top-tab-slider .nav.nav-tabs li a {
  background: #fff;
  color: #222;
  font-weight: normal;
  border-color: transparent;
  height: 26px;
  line-height: 23px;
  padding: 0 10px;
}
.home-style21 .sw-woo-tab-cat4.style7 .resp-tab .top-tab-slider .nav.nav-tabs li.active a,
.home-style21 .sw-woo-tab-cat4.style7 .resp-tab .top-tab-slider .nav.nav-tabs li:hover a {
  border-color: #d263ee;
  color: #d263ee;
}
.home-style21 .sw-woo-tab-cat4.style7 .resp-tab .tab-content .resp-slider-container {
  margin: 0 -11px;
}
.home-style21 .sw-woo-tab-cat4.style7 .resp-tab .tab-content .resp-slider-container .slider .item {
  padding: 2px 11px;
}
.home-style21 .sw-woo-tab-cat4.style7 .resp-tab .tab-content .resp-slider-container .slider .item .item-wrap {
  border: none;
}
.home-style21 .sw-woo-tab-cat4.style7 .resp-tab .tab-content .resp-slider-container .slider .item .item-wrap .item-detail .item-content h4 a {
  font-size: 16px;
}
.home-style21 .sw-woo-tab-cat4.style7 .resp-tab .tab-content .resp-slider-container .slider .item .item-wrap .item-detail .item-content .item-price {
  font-size: 18px;
  color: #222;
  margin-bottom: 18px;
}
.home-style21 .sw-woo-tab-cat4.style7 .resp-tab .tab-content .resp-slider-container .slider .item .item-wrap .item-detail .item-content .item-price del {
  font-weight: normal;
  margin-top: 4px;
}
.home-style21 .sw-woo-tab-cat4.style7 .resp-tab .tab-content .resp-slider-container .slider .item .item-wrap:hover {
  box-shadow: 0px 0px 4px 2px #eee;
  border-radius: 4px;
  position: relative;
  z-index: 2;
}
.home-style21 .sw-woo-tab-cat4.style7 .resp-tab .tab-content .resp-slider-container .slider .item .item-wrap:first-child {
  margin-bottom: -30px;
}
.home-style21 .sw-woo-tab-cat4.style7 .resp-tab .woocommmerce-shop {
  display: none;
}
.home-style21 .sw-woo-tab-cat4.style7 .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.home-style21 .sw-woo-tab-cat4.style7 .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.home-style21 .sw-woo-tab-cat4.style7 .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
.home-style21 .sw-woo-tab-cat4.style7 .item .item-wrap .item-detail .item-content .item-bottom a.compare {
  border-radius: 4px;
  color: #999;
  border-color: #ccc;
}
.home-style21 .sw-woo-tab-cat4.style7 .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover,
.home-style21 .sw-woo-tab-cat4.style7 .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover,
.home-style21 .sw-woo-tab-cat4.style7 .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover,
.home-style21 .sw-woo-tab-cat4.style7 .item .item-wrap .item-detail .item-content .item-bottom a.compare:hover {
  color: #d263ee;
  border-color: #d263ee;
}
.home-style21 .sw-woo-tab-cat4.style7 .item .item-wrap .item-detail .products-thumb a.sw-quickview {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.home-style21 .sw-woo-tab-cat4.style7 .item .item-wrap .item-detail .item-content .item-bottom .button,
.home-style21 .sw-woo-tab-cat4.style7 .item .item-wrap .item-detail .item-content .item-bottom .add_to_cart_button,
.home-style21 .sw-woo-tab-cat4.style7 .item .item-wrap .item-detail .item-content .item-bottom .product_type_external,
.home-style21 .sw-woo-tab-cat4.style7 .item .item-wrap .item-detail .item-content .item-bottom .product_type_grouped {
  border-radius: 4px;
  text-transform: uppercase;
}
.home-style21 .sw-woo-tab-cat4.style7 .item .item-wrap .item-detail .item-content .item-bottom {
  position: relative;
  margin-bottom: 10px;
  padding-top: 15px;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.home-style21 .sw-woo-tab-cat4.style7 .item .item-wrap .item-detail .item-content .item-bottom:before {
  content: "";
  position: absolute;
  top: 0;
  left: 15%;
  height: 1px;
  width: 75%;
  background: #ddd;
}
.home-style21 .sw-woo-tab-cat4.style7 .item .item-wrap:hover .item-detail .item-content h4 a,
.home-style21 .sw-woo-tab-cat4.style7 .item .item-wrap:hover .item-detail .item-content .item-price {
  opacity: 1;
}
.home-style21 .sw-brand-container-slider {
  max-width: 1170px;
  margin: 0 auto 40px auto;
  border: none;
  padding: 15px 0;
}
.home-style21 .sw-brand-container-slider .res-button {
  display: none !important;
}
.home-style21 .responsive-post-slider7 {
  padding-top: 45px;
}
.home-style21 .footer {
  background: #f8f8f8;
  padding-top: 50px;
}
.home-style21 .footer .footer-copyright {
  background: #f8f8f8;
}
.home-style21 .footer .footer-copyright >.container {
  padding-top: 27px;
  border-top: 1px #ccc solid;
}
.home-style21 .footer .footer-copyright img {
  margin-top: 0 !important;
}
.home-style21 .footer .footer-copyright .copyright-text {
  float: left;
  color: #909090;
}
.rtl .home-style21 .footer .footer-copyright .copyright-text {
  float: right;
}
.home-style21 .footer .footer-copyright .widget_sp_image {
  display: none;
}
.home-style21 .footer .footer-copyright .sidebar-copyright {
  float: right;
}
.rtl .home-style21 .footer .footer-copyright .sidebar-copyright {
  float: left;
}
.home-style21.rtl .elementor-location-header >.header-style20,
.home-style21.rtl .body-wrapper-inner >.header-style20 {
  float: right;
}
.home-style21.rtl .elementor-location-header >.header-style20 .header-news .newsletter-footer .form-newsletter input[type="email"],
.home-style21.rtl .body-wrapper-inner >.header-style20 .header-news .newsletter-footer .form-newsletter input[type="email"] {
  float: right;
}
.home-style21.rtl .elementor-location-header >.header-style20 .header-news .newsletter-footer .form-newsletter input[type="submit"],
.home-style21.rtl .body-wrapper-inner >.header-style20 .header-news .newsletter-footer .form-newsletter input[type="submit"] {
  float: right;
}
.home-style21.rtl .elementor-location-header >.revoheader-top-menu,
.home-style21.rtl .body-wrapper-inner >.revoheader-top-menu {
  float: left;
}
.home-style21.rtl .elementor-location-header >.container,
.home-style21.rtl .body-wrapper-inner >.container {
  float: left;
}
.home-style21.rtl .elementor-location-header >#footer,
.home-style21.rtl .body-wrapper-inner >#footer {
  float: left;
}
.home-style21.rtl .revoheader-top-menu .search-cate .top-form.top-search .topsearch-entry {
  border-right: 1px #ccc solid;
  border-left: none;
  padding-right: 0;
}
.home-style21.rtl .revoheader-top-menu .search-cate .top-form.top-search .topsearch-entry .button-search-pro {
  right: auto;
  left: 0;
}
.home-style21.rtl .revoheader-top-menu .top-form.revo-minicart6 .top-minicart-icon .cart-contents .minicart-number {
  right: auto;
  left: 8px;
}
.layout-sidebar .header-style20 {
  float: left;
  width: 14%;
  height: 100%;
  min-width: 0;
  background-color: #000;
  position: fixed;
  top: 0;
  z-index: 9999;
}
.layout-sidebar .header-style20 .header-mid .revo-logo {
  padding: 18px 0;
}
.layout-sidebar .header-style20 .header-mid .revo-logo a img {
  margin: 0 auto;
}
.layout-sidebar .header-style20 .main-menu {
  margin-top: 65px;
}
.layout-sidebar .header-style20 .nav-pills >li {
  width: 100%;
}
.layout-sidebar .header-style20 .nav-pills >li >a {
  color: #fff;
  padding: 12px 20px;
  font-size: 16px;
}
.layout-sidebar .header-style20 .nav-pills >li >a .menu-img {
  display: none;
}
.layout-sidebar .header-style20 .nav-pills >li.dropdown >a:after {
  right: 15px;
  content: "\f105";
}
.rtl .layout-sidebar .header-style20 .nav-pills >li.dropdown >a:after {
  right: auto;
  left: 15px;
  content: "\f104";
}
.layout-sidebar .header-style20 .nav-pills >li.dropdown .dropdown-menu {
  display: none;
}
.layout-sidebar .header-style20 .nav-pills >li.dropdown >.dropdown-menu.visible {
  left: 100% !important;
  top: 0;
  display: block;
}
.layout-sidebar .header-style20 .nav-pills >li.active >a,
.layout-sidebar .header-style20 .nav-pills >li.active >a:hover,
.layout-sidebar .header-style20 .nav-pills >li.active >a:focus,
.layout-sidebar .header-style20 .nav-pills >li > a:hover {
  color: #d263ee;
}
.layout-sidebar .header-style20 .nav-pills.nav-mega .revo-mega-menu .dropdown-menu.column-1 {
  min-width: 1080px;
}
.layout-sidebar .header-style20 .header-news {
  padding: 0 20px;
  margin-top: 100px;
}
.layout-sidebar .header-style20 .header-news .newsletter-footer h3 {
  color: #fff;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: bold;
}
.layout-sidebar .header-style20 .header-news .newsletter-footer h5,
.layout-sidebar .header-style20 .header-news .newsletter-footer p {
  color: #fff;
  font-size: 16px;
}
.layout-sidebar .header-style20 .header-news .newsletter-footer .form-newsletter .mc4wp-form-fields {
  overflow: hidden;
}
.layout-sidebar .header-style20 .header-news .newsletter-footer .form-newsletter input[type="email"] {
  border: 0;
  color: #fff;
  width: 80%;
  height: 40px;
  padding: 0;
  border-radius: 0;
  float: left;
  font-size: 12px;
  border-bottom: 1px #fff solid;
  background: transparent;
}
.rtl .layout-sidebar .header-style20 .header-news .newsletter-footer .form-newsletter input[type="email"] {
  float: right;
}
.layout-sidebar .header-style20 .header-news .newsletter-footer .form-newsletter input[type="submit"] {
  border: 0;
  background: url("../assets/img/fly.png") no-repeat transparent center center;
  height: 40px;
  width: 20%;
  border-bottom: 1px #fff solid;
  text-indent: -99999px;
  border-radius: 0;
}
.layout-sidebar .header-style20 .header-news .newsletter-footer .form-newsletter input[type="submit"]:hover {
  opacity: 0.85;
}
.layout-sidebar .header-style20 .header-news .newsletter-footer .form-newsletter input::-webkit-input-placeholder {
  color: #fff;
}
.layout-sidebar .header-style20 .header-news .newsletter-footer .form-newsletter input::-moz-placeholder {
  color: #fff;
}
.layout-sidebar .header-style20 .header-news .newsletter-footer .form-newsletter input:-ms-input-placeholder {
  color: #fff;
}
.layout-sidebar .header-style20 .header-news .newsletter-footer .form-newsletter .mc4wp-success {
  color: #222;
}
.layout-sidebar .header-style20 .socials-header {
  margin-top: 100px;
}
.layout-sidebar .header-style20 .socials-header ul {
  margin: 0;
  text-align: center;
}
.layout-sidebar .header-style20 .socials-header ul li {
  list-style: none;
  margin: 0 5px;
  display: inline-block;
  vertical-align: top;
}
.layout-sidebar .header-style20 .socials-header ul li a {
  font-size: 18px;
  color: #222;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  background: #fff;
  display: block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.layout-sidebar .header-style20 .socials-header ul li a:hover {
  background: #d263ee;
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.layout-sidebar .revoheader-top-menu,
.layout-sidebar .revo_breadcrumbs {
  width: 86%;
  float: right;
}
.layout-sidebar .revo_breadcrumbs >.container {
  max-width: none;
  padding: 0 30px;
}
.layout-sidebar >.container {
  width: 86%;
  float: right;
  max-width: none;
  padding: 0 30px;
}
.layout-sidebar >#footer {
  width: 86%;
  float: right;
}
.layout-sidebar .revoheader-top-menu {
  background: #f8f8f8;
  border-bottom: 1px #ccc solid;
}
.layout-sidebar .revoheader-top-menu #lang_sel > ul.nav > li {
  padding: 15px 0;
}
.layout-sidebar .revoheader-top-menu #lang_sel > ul.nav > li >a {
  border: none;
  font-size: 14px;
}
.layout-sidebar .revoheader-top-menu .currency_w > li {
  padding: 15px 0;
}
.layout-sidebar .revoheader-top-menu .currency_w > li >a {
  font-size: 14px;
}
.layout-sidebar .revoheader-top-menu .elementor-widget-wp-widget-nav_menu,
.layout-sidebar .revoheader-top-menu .widget_nav_menu {
  position: relative;
  border: 1px #ccc solid;
  border-width: 0 1px;
}
.layout-sidebar .revoheader-top-menu .elementor-widget-wp-widget-nav_menu:hover ul.menu,
.layout-sidebar .revoheader-top-menu .widget_nav_menu:hover ul.menu {
  opacity: 1;
  display: block;
}
.layout-sidebar .revoheader-top-menu .elementor-widget-wp-widget-nav_menu:hover h5,
.layout-sidebar .revoheader-top-menu .elementor-widget-wp-widget-nav_menu:hover h3,
.layout-sidebar .revoheader-top-menu .widget_nav_menu:hover h5,
.layout-sidebar .revoheader-top-menu .widget_nav_menu:hover h3 {
  color: #d263ee;
}
.layout-sidebar .revoheader-top-menu .elementor-widget-wp-widget-nav_menu h5,
.layout-sidebar .revoheader-top-menu .elementor-widget-wp-widget-nav_menu h3,
.layout-sidebar .revoheader-top-menu .widget_nav_menu h5,
.layout-sidebar .revoheader-top-menu .widget_nav_menu h3 {
  color: #2d2d2d;
  position: relative;
  font-size: 0;
  margin: 0;
}
.layout-sidebar .revoheader-top-menu .elementor-widget-wp-widget-nav_menu h5:before,
.layout-sidebar .revoheader-top-menu .elementor-widget-wp-widget-nav_menu h3:before,
.layout-sidebar .revoheader-top-menu .widget_nav_menu h5:before,
.layout-sidebar .revoheader-top-menu .widget_nav_menu h3:before {
  content: '\f2be';
  font-size: 14px;
  font-family: FontAwesome;
  display: block;
  height: 50px;
  line-height: 50px;
  width: 50px;
  text-align: center;
}
.layout-sidebar .revoheader-top-menu .elementor-widget-wp-widget-nav_menu ul.menu,
.layout-sidebar .revoheader-top-menu .widget_nav_menu ul.menu {
  position: absolute;
  width: 175px;
  right: 0px;
  top: 50px;
  background: #fff;
  z-index: 9999;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  border: 1px #f2f2f2;
  box-shadow: 4px 5px 1px rgba(30,30,30,0.3);
  opacity: 0;
  display: none;
  margin: 0;
}
.rtl .layout-sidebar .revoheader-top-menu .elementor-widget-wp-widget-nav_menu ul.menu,
.rtl .layout-sidebar .revoheader-top-menu .widget_nav_menu ul.menu {
  right: auto;
  left: 0;
}
.layout-sidebar .revoheader-top-menu .elementor-widget-wp-widget-nav_menu ul.menu > li,
.layout-sidebar .revoheader-top-menu .widget_nav_menu ul.menu > li {
  float: none;
  border: none;
}
.layout-sidebar .revoheader-top-menu .elementor-widget-wp-widget-nav_menu ul.menu > li > a,
.layout-sidebar .revoheader-top-menu .widget_nav_menu ul.menu > li > a {
  font-size: 12px;
  padding: 10px 20px;
  border: none;
  display: block;
}
.layout-sidebar .revoheader-top-menu .elementor-widget-wp-widget-nav_menu ul.menu > li > a:after,
.layout-sidebar .revoheader-top-menu .widget_nav_menu ul.menu > li > a:after {
  content: '';
}
.layout-sidebar .revoheader-top-menu .elementor-widget-wp-widget-nav_menu ul.menu > li > a span.fa,
.layout-sidebar .revoheader-top-menu .widget_nav_menu ul.menu > li > a span.fa {
  margin-right: 10px;
}
.layout-sidebar .revoheader-top-menu .elementor-widget-wp-widget-nav_menu ul.menu > li > a:hover,
.layout-sidebar .revoheader-top-menu .widget_nav_menu ul.menu > li > a:hover {
  color: #d263ee;
  background-color: #f8f8f8;
}
.layout-sidebar .revoheader-top-menu .search-cate {
  position: relative;
  margin-left: 0;
}
.rtl .layout-sidebar .revoheader-top-menu .search-cate {
  margin-right: 0;
}
.layout-sidebar .revoheader-top-menu .search-cate .revo_top {
  padding: 0;
}
.layout-sidebar .revoheader-top-menu .search-cate .top-form.top-search {
  min-width: 300px;
  display: block;
  width: 300px;
  margin: 0;
}
.layout-sidebar .revoheader-top-menu .search-cate .top-form.top-search .topsearch-entry {
  padding-left: 0;
  border-left: 1px #ccc solid;
}
.rtl .layout-sidebar .revoheader-top-menu .search-cate .top-form.top-search .topsearch-entry {
  border-right: 1px #ccc solid;
  border-left: none;
}
.rtl .layout-sidebar .revoheader-top-menu .search-cate .top-form.top-search .topsearch-entry {
  padding-right: 0;
}
.layout-sidebar .revoheader-top-menu .search-cate .top-form.top-search .topsearch-entry .icon-loading.loading {
  right: 95px;
}
.layout-sidebar .revoheader-top-menu .search-cate .top-form.top-search .topsearch-entry .cat-wrapper {
  display: none;
}
.layout-sidebar .revoheader-top-menu .search-cate .top-form.top-search .topsearch-entry input {
  background: #f8f8f8;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  border-radius: 0;
}
.layout-sidebar .revoheader-top-menu .search-cate .top-form.top-search .topsearch-entry .button-search-pro {
  background-color: #f8f8f8;
  border-radius: 0;
  height: 50px;
  line-height: 50px;
  color: #222;
  right: 0;
}
.rtl .layout-sidebar .revoheader-top-menu .search-cate .top-form.top-search .topsearch-entry .button-search-pro {
  right: auto;
  left: 0;
}
.layout-sidebar .revoheader-top-menu .search-cate .top-form.top-search .topsearch-entry .button-search-pro:hover {
  background-color: #d263ee;
}
.layout-sidebar .revoheader-top-menu .wishlist a {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  text-align: center;
  border-right: 1px #ccc solid;
}
.layout-sidebar .revoheader-top-menu .wishlist a i.fa {
  font-size: 16px;
  width: 50px;
  height: 50px;
  line-height: 50px;
}
.layout-sidebar .revoheader-top-menu .top-form.revo-minicart6 .top-minicart-icon .cart-contents {
  display: inline-block;
  vertical-align: top;
  position: relative;
  text-align: center;
}
.layout-sidebar .revoheader-top-menu .top-form.revo-minicart6 .top-minicart-icon .cart-contents i.fa {
  height: 50px;
  line-height: 50px;
  width: 50px;
  font-size: 15px;
}
.layout-sidebar .revoheader-top-menu .top-form.revo-minicart6 .top-minicart-icon .cart-contents .minicart-number {
  position: absolute;
  top: 8px;
  right: 8px;
  background: #d263ee;
  color: #fff;
  font-size: 11px;
  width: 15px;
  height: 15px;
  line-height: 15px;
  border-radius: 50%;
}
.rtl .layout-sidebar .revoheader-top-menu .top-form.revo-minicart6 .top-minicart-icon .cart-contents .minicart-number {
  right: auto;
  left: 8px;
}
.layout-sidebar .revoheader-top-menu .top-form.revo-minicart6 .top-minicart-icon .cart-title {
  display: none;
}
.layout-sidebar .revoheader-top-menu .top-form:hover .wrapp-minicart {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.layout-sidebar .footer {
  background: #f8f8f8;
  padding-top: 50px;
}
.layout-sidebar .footer .footer-copyright {
  background: #f8f8f8;
}
.layout-sidebar .footer .footer-copyright >.container {
  padding-top: 27px;
  border-top: 1px #ccc solid;
  padding-left: 15px;
  padding-right: 15px;
}
.layout-sidebar .footer .footer-copyright img {
  margin-top: 0 !important;
}
.layout-sidebar .footer .footer-copyright .copyright-text {
  float: left;
  color: #909090;
}
.rtl .layout-sidebar .footer .footer-copyright .copyright-text {
  float: right;
}
.layout-sidebar .footer .footer-copyright .widget_sp_image {
  display: none;
}
.layout-sidebar .footer .footer-copyright .sidebar-copyright {
  float: right;
}
.rtl .layout-sidebar .footer .footer-copyright .sidebar-copyright {
  float: left;
}
.layout-sidebar.rtl .elementor-location-header >.header-style20,
.layout-sidebar.rtl .body-wrapper-inner >.header-style20 {
  float: right;
}
.layout-sidebar.rtl .elementor-location-header >.header-style20 .header-news .newsletter-footer .form-newsletter input[type="email"],
.layout-sidebar.rtl .body-wrapper-inner >.header-style20 .header-news .newsletter-footer .form-newsletter input[type="email"] {
  float: right;
}
.layout-sidebar.rtl .elementor-location-header >.header-style20 .header-news .newsletter-footer .form-newsletter input[type="submit"],
.layout-sidebar.rtl .body-wrapper-inner >.header-style20 .header-news .newsletter-footer .form-newsletter input[type="submit"] {
  float: right;
}
.layout-sidebar.rtl .elementor-location-header >.header-style20 .nav-pills >li.dropdown >a:after,
.layout-sidebar.rtl .body-wrapper-inner >.header-style20 .nav-pills >li.dropdown >a:after {
  left: 15px;
  content: "\f104";
  right: auto;
}
.layout-sidebar.rtl .elementor-location-header >.header-style20 .nav-pills >li.dropdown >.dropdown-menu.visible,
.layout-sidebar.rtl .body-wrapper-inner >.header-style20 .nav-pills >li.dropdown >.dropdown-menu.visible {
  left: auto !important;
  right: 100% !important;
}
.layout-sidebar.rtl .elementor-location-header .top-form .wrapp-minicart,
.layout-sidebar.rtl .body-wrapper-inner .top-form .wrapp-minicart {
  left: 0;
}
.layout-sidebar.rtl .elementor-location-header >.revoheader-top-menu,
.layout-sidebar.rtl .elementor-location-header .revo_breadcrumbs,
.layout-sidebar.rtl .body-wrapper-inner >.revoheader-top-menu,
.layout-sidebar.rtl .body-wrapper-inner .revo_breadcrumbs {
  float: left;
}
.layout-sidebar.rtl .elementor-location-header >.revoheader-top-menu,
.layout-sidebar.rtl .body-wrapper-inner >.revoheader-top-menu {
  float: left;
}
.layout-sidebar.rtl .elementor-location-header >.revoheader-top-menu .elementor-widget-wp-widget-nav_menu ul.menu,
.layout-sidebar.rtl .elementor-location-header >.revoheader-top-menu .widget_nav_menu ul.menu,
.layout-sidebar.rtl .body-wrapper-inner >.revoheader-top-menu .elementor-widget-wp-widget-nav_menu ul.menu,
.layout-sidebar.rtl .body-wrapper-inner >.revoheader-top-menu .widget_nav_menu ul.menu {
  right: auto;
  left: 0;
}
.layout-sidebar.rtl .elementor-location-header >.container,
.layout-sidebar.rtl .body-wrapper-inner >.container {
  float: left;
}
.layout-sidebar.rtl .elementor-location-header >#footer,
.layout-sidebar.rtl .body-wrapper-inner >#footer {
  float: left;
}
.layout-sidebar.rtl .revoheader-top-menu .search-cate .top-form.top-search .topsearch-entry {
  border-right: 1px #ccc solid;
  border-left: none;
  padding-right: 0;
}
.layout-sidebar.rtl .revoheader-top-menu .search-cate .top-form.top-search .topsearch-entry .button-search-pro {
  right: auto;
  left: 0;
}
.layout-sidebar.rtl .revoheader-top-menu .wishlist a {
  border-left: 1px #ccc solid;
  border-right: none;
}
.layout-sidebar.rtl .revoheader-top-menu .top-form.revo-minicart6 .top-minicart-icon .cart-contents .minicart-number {
  right: auto;
  left: 8px;
}
.wrapp-content {
  max-width: 1200px;
  margin: 0 auto;
}
.block-text-home18.style2 {
  max-width: 1200px;
  margin: 0 auto 80px auto;
}
.block-text-home18.style2 .item {
  padding: 15px;
}
.block-text-home18.style2 .item .item-wrap {
  background: #f8f8f8;
  padding: 30px 0;
}
.block-text-home18.style2 .item .item-wrap .icon {
  vertical-align: top;
  background-color: #f8f8f8;
}
.block-text-home18.style2 .item .item-wrap .item-content {
  display: inline-block;
  vertical-align: top;
  padding-top: 19px;
  text-align: left;
}
.rtl .block-text-home18.style2 .item .item-wrap .item-content {
  text-align: right;
}
.responsive-post-slider7 {
  border-bottom: 1px #ccc solid;
  margin-bottom: 60px;
}
.responsive-post-slider7 .resp-slider-container .box-title h3 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 28px;
  color: #222;
  text-align: center;
  margin-bottom: 18px;
}
.responsive-post-slider7 .resp-slider-container .description1 {
  font-size: 14px;
  color: #909090;
  text-align: center;
  margin-bottom: 36px;
}
.responsive-post-slider7 .resp-slider-container .slider-responsive .item {
  margin-bottom: 25px;
}
.responsive-post-slider7 .resp-slider-container .slider-responsive .item .item-inner .item-detail .img_over {
  float: left;
  width: 190px;
}
.responsive-post-slider7 .resp-slider-container .slider-responsive .item .item-inner .item-detail .img_over:hover img {
  opacity: 0.85;
}
.rtl .responsive-post-slider7 .resp-slider-container .slider-responsive .item .item-inner .item-detail .img_over {
  float: right;
}
.responsive-post-slider7 .resp-slider-container .slider-responsive .item .item-inner .item-detail .entry-content {
  overflow: hidden;
  padding: 0 15px;
  text-align: left;
}
.rtl .responsive-post-slider7 .resp-slider-container .slider-responsive .item .item-inner .item-detail .entry-content {
  text-align: right;
}
.responsive-post-slider7 .resp-slider-container .slider-responsive .item .item-inner .item-detail .entry-content .item-title h4 {
  font-size: 16px;
}
.responsive-post-slider7 .resp-slider-container .slider-responsive .item .item-inner .item-detail .entry-content .item-title h4 a {
  color: #222;
  font-weight: bold;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.responsive-post-slider7 .resp-slider-container .slider-responsive .item .item-inner .item-detail .entry-content .item-title h4 a:hover {
  color: #d263ee;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.responsive-post-slider7 .resp-slider-container .slider-responsive .item .item-inner .item-detail .entry-content .description {
  font-size: 14px;
  color: #555;
  margin-bottom: 15px;
  line-height: 22px;
}
.responsive-post-slider7 .resp-slider-container .slider-responsive .item .item-inner .item-detail .entry-content .entry-meta {
  font-size: 12px;
  text-transform: capitalize;
}
.responsive-post-slider7 .resp-slider-container .slider-responsive .item .item-inner .item-detail .entry-content .entry-meta .entry-date a {
  color: #7d7d7d;
}
.testimonial-slider5 {
  border: 20px #f8f8f8 solid;
  margin-bottom: 60px;
}
.testimonial-slider5 .carousel-inner {
  background: #fff;
  padding: 60px 50px 90px;
  text-align: center;
}
.testimonial-slider5 .carousel-inner .image-client {
  display: inline-block;
}
.testimonial-slider5 .carousel-inner .image-client a {
  width: 100px;
  margin-bottom: 32px;
  display: inline-block;
}
.testimonial-slider5 .carousel-inner .image-client a img {
  border-radius: 50%;
}
.testimonial-slider5 .carousel-inner .client-comment {
  color: #555;
  font-size: 14px;
  margin-bottom: 15px;
  line-height: 24px;
}
.testimonial-slider5 .carousel-inner .client-say-info .name-client h2 {
  margin-bottom: 10px;
}
.testimonial-slider5 .carousel-inner .client-say-info .name-client h2 a {
  color: #222;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: bold;
}
.testimonial-slider5 .carousel-inner .client-say-info .name-client .info-client {
  font-size: 12px;
  font-style: normal;
  color: #909090;
}
.testimonial-slider5 .carousel-indicators {
  margin: 0px;
  text-align: center;
  left: 0;
  width: 100%;
  bottom: 30px;
}
.testimonial-slider5 .carousel-indicators li {
  background-color: #ccc;
  border: none;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 1px;
}
.testimonial-slider5 .carousel-indicators li.active,
.testimonial-slider5 .carousel-indicators li:hover {
  background-color: #222;
}
.footer-style19 .socials-footer ul {
  margin: 0;
  text-align: center;
}
.footer-style19 .socials-footer ul li {
  list-style: none;
  margin: 0 5px;
  display: inline-block;
  vertical-align: top;
}
.footer-style19 .socials-footer ul li a {
  font-size: 20px;
  color: #222;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 50%;
  background: #fff;
  display: block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.footer-style19 .socials-footer ul li a:hover {
  background: #d263ee;
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.footer-style19 .elementor-widget-wp-widget-nav_menu ul,
.footer-style19 .widget_nav_menu ul {
  text-align: center;
}
.footer-style19 .elementor-widget-wp-widget-nav_menu ul li,
.footer-style19 .widget_nav_menu ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0 15px;
}
.footer-style19 .elementor-widget-wp-widget-nav_menu ul li a,
.footer-style19 .widget_nav_menu ul li a {
  display: block;
  font-size: 16px;
  color: #222;
  text-transform: uppercase;
}
.footer-style19 .elementor-widget-wp-widget-nav_menu ul li a:hover,
.footer-style19 .widget_nav_menu ul li a:hover {
  color: #d263ee;
}
@media (min-width: 991px) and (max-width: 1440px) {
  .layout-sidebar .elementor-location-header >.header-style20 .main-menu,
  .layout-sidebar .body-wrapper-inner >.header-style20 .main-menu {
    margin-top: 15px;
  }
  .layout-sidebar .elementor-location-header >.header-style20 .header-news,
  .layout-sidebar .body-wrapper-inner >.header-style20 .header-news {
    margin-top: 30px;
  }
  .layout-sidebar .elementor-location-header >.header-style20 .header-news .newsletter-footer > p,
  .layout-sidebar .body-wrapper-inner >.header-style20 .header-news .newsletter-footer > p {
    display: none;
  }
  .layout-sidebar .elementor-location-header >.header-style20 .socials-header,
  .layout-sidebar .body-wrapper-inner >.header-style20 .socials-header {
    margin-top: 30px;
  }
  .layout-sidebar .elementor-location-header >.header-style20 .socials-header ul li,
  .layout-sidebar .body-wrapper-inner >.header-style20 .socials-header ul li {
    margin: 0 2px;
  }
  .layout-sidebar .elementor-location-header >.header-style20 .socials-header ul li a,
  .layout-sidebar .body-wrapper-inner >.header-style20 .socials-header ul li a {
    width: 22px;
    height: 22px;
    line-height: 22px;
    font-size: 13px;
  }
}
@media (max-width: 1199px) {
  .layout-sidebar .block-text-home18 .item .icon {
    width: 100px;
  }
  .layout-sidebar .footer .footer-copyright .copyright-text,
  .layout-sidebar .footer .footer-copyright .sidebar-copyright {
    float: none;
  }
  .responsive-post-slider7 .resp-slider-container .slider-responsive .item .item-inner .item-detail .img_over {
    width: 150px;
  }
  .testimonial-slider2 .carousel-inner {
    padding: 50px 50px 90px;
  }
  .home-style21 .elementor-location-header >.header-style20 .header-news .newsletter-footer >p,
  .home-style21 .elementor-location-header >.header-style20 .socials-header,
  .home-style21 .body-wrapper-inner >.header-style20 .header-news .newsletter-footer >p,
  .home-style21 .body-wrapper-inner >.header-style20 .socials-header {
    display: none;
  }
  .home-style21 .block-text-home18.style2 {
    display: none;
  }
  .home-style21 .footer .footer-copyright .sidebar-copyright,
  .home-style21 .footer .footer-copyright .copyright-text {
    float: none;
    text-align: center;
  }
  .rtl .home-style21 .footer .footer-copyright .sidebar-copyright,
  .rtl .home-style21 .footer .footer-copyright .copyright-text {
    float: none;
    text-align: center;
  }
}
@media (min-width: 991px) and (max-width: 1199px) {
  .layout-sidebar .elementor-location-header >.header-style20 .nav-pills >li >a,
  .home-style21 .elementor-location-header >.header-style20 .nav-pills >li >a,
  .layout-sidebar .body-wrapper-inner >.header-style20 .nav-pills >li >a,
  .home-style21 .body-wrapper-inner >.header-style20 .nav-pills >li >a {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .layout-sidebar .elementor-location-header >.header-style20 .header-mid,
  .layout-sidebar .body-wrapper-inner >.header-style20 .header-mid {
    padding: 30px 10px;
  }
  .layout-sidebar .elementor-location-header >.header-style20 .main-menu,
  .layout-sidebar .body-wrapper-inner >.header-style20 .main-menu {
    margin-top: 0;
  }
  .layout-sidebar .elementor-location-header >.header-style20 .main-menu .resmenu-container .navbar-toggle .icon-bar,
  .layout-sidebar .body-wrapper-inner >.header-style20 .main-menu .resmenu-container .navbar-toggle .icon-bar {
    background: #fff;
  }
  .layout-sidebar .elementor-location-header >.header-style20 .header-news,
  .layout-sidebar .body-wrapper-inner >.header-style20 .header-news {
    display: none;
  }
  .layout-sidebar .search-cate .revo_top {
    vertical-align: top;
  }
  .revoheader-top-menu .search-cate {
    margin: 0;
  }
  .rtl .revoheader-top-menu .search-cate {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .layout-sidebar .elementor-location-header >.header-style20,
  .layout-sidebar .body-wrapper-inner >.header-style20 {
    width: 100%;
    position: relative;
    float: none;
  }
  .layout-sidebar .elementor-location-header >.header-style20 .header-mid,
  .layout-sidebar .body-wrapper-inner >.header-style20 .header-mid {
    padding: 0;
  }
  .layout-sidebar .elementor-location-header >.header-style20 .header-mid .revo-logo,
  .layout-sidebar .body-wrapper-inner >.header-style20 .header-mid .revo-logo {
    padding: 15px 0 0 0;
  }
  .layout-sidebar .elementor-location-header >.revoheader-top-menu,
  .layout-sidebar .elementor-location-header .revo_breadcrumbs,
  .layout-sidebar .elementor-location-header >.container,
  .layout-sidebar .elementor-location-header >#footer,
  .layout-sidebar .body-wrapper-inner >.revoheader-top-menu,
  .layout-sidebar .body-wrapper-inner .revo_breadcrumbs,
  .layout-sidebar .body-wrapper-inner >.container,
  .layout-sidebar .body-wrapper-inner >#footer {
    width: 100%;
    float: none;
  }
  .layout-sidebar .elementor-location-header .revoheader-top-menu .search-cate,
  .layout-sidebar .body-wrapper-inner .revoheader-top-menu .search-cate {
    display: none;
  }
  .layout-sidebar.rtl .elementor-location-header >.header-style20 .main-menu,
  .layout-sidebar.rtl .body-wrapper-inner >.header-style20 .main-menu {
    float: right;
  }
  .sw-woo-tab-cat4.style7 .resp-tab .top-tab-slider .button-collapse {
    top: 0;
  }
  .sw-woo-tab-cat4.style7 .resp-tab .top-tab-slider .tab_list {
    width: 100%;
    background: #fff;
    top: 50px;
    height: 0;
  }
  .responsive-post-slider7 .resp-slider-container .slider-responsive .item .item-inner .item-detail .img_over {
    width: 100%;
    float: none;
  }
  .responsive-post-slider7 .resp-slider-container .slider-responsive .item .item-inner .item-detail .img_over a img {
    margin: 0 auto 15px auto;
  }
  .responsive-post-slider7 .resp-slider-container .slider-responsive .item .item-inner .item-detail .entry-content {
    overflow: inherit;
  }
}
.home-style22 .header-elementor-style1 .header-bottom .wrapper_vertical_menu .vertical-megamenu > li > a {
  line-height: 50px;
}
.home-style22 .wpb_revslider_element .sale-up {
  background: #fff;
}
.home-style22 .wpb_revslider_element .sale-up:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  left: -13px;
  height: 0;
  border-right: 13px solid #fff;
  border-top: 13px solid transparent;
  border-bottom: 0px solid transparent;
}
.home-style22 .wpb_revslider_element .sale-up:after {
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  left: -13px;
  height: 0;
  border-right: 13px solid #fff;
  border-bottom: 13px solid transparent;
  border-top: 0px solid transparent;
}
.home-style22 .wpb_revslider_element .sale-up span {
  position: relative;
  padding: 0 15px;
  display: block;
}
.home-style22 .wpb_revslider_element .sale-up span:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  right: -13px;
  height: 0;
  border-left: 13px solid #fff;
  border-top: 13px solid transparent;
  border-bottom: 0px solid transparent;
}
.home-style22 .wpb_revslider_element .sale-up span:after {
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  right: -13px;
  height: 0;
  border-left: 13px solid #fff;
  border-bottom: 13px solid transparent;
  border-top: 0px solid transparent;
}
.home-style22 .responsive-post-slider,
.home-style22 .sw-brand-container-slider {
  position: relative;
}
.home-style22 .header-bottom {
  background: url("../assets/img/bg-top.jpg") no-repeat center center;
  background-size: cover;
  box-shadow: none;
}
.home-style22 .sale-off {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 10px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  display: inline-block;
  background: url(../assets/img/sale-chris.png) center center no-repeat;
  width: 40px;
  height: 54px;
  background-color: initial;
  border-radius: 0;
  line-height: 66px;
  font-weight: normal;
}
.rtl .home-style22 .sale-off {
  left: 10px;
  right: auto;
}
.home-style22 .sw-newlabel {
  background: url(../assets/img/new-chris.png) center center no-repeat;
  right: auto;
  left: 10px;
  width: 38px;
  height: 53px;
  text-transform: uppercase;
}
.rtl .home-style22 .sw-newlabel {
  left: auto;
  right: 10px;
}
.home-style22 .countdown-slider {
  position: relative;
}
.home-style22 .countdown-slider:before {
  content: "";
  width: 163px;
  height: 170px;
  background: url(../assets/img/icon-chris4.png) center center no-repeat;
  position: absolute;
  top: -36px;
  right: -24px;
  z-index: 2;
}
.home-style22 .countdown-slider .sale-off,
.home-style22 .countdown-slider .sw-newlabel {
  display: none;
}
.home-style22 .footer .footer-block1 {
  position: relative;
}
.home-style22 .footer .footer-block1:before {
  content: "";
  width: 100%;
  position: absolute;
  top: 5%;
  left: 0;
  right: 0;
  border: 1px #fff dashed;
  border-width: 1px 0;
  height: 90%;
  display: block;
}
.home-style22.rtl .countdown-slider:before {
  right: auto;
  left: -24px;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.home-style22 .topsearch-entry.on:before {
  height: 0;
}
@media (min-width: 991px) and (max-width: 1199px) {
  .home-style22 .wrapper_vertical_menu .vertical-megamenu > li > a {
    line-height: 41px;
  }
  .home-style22 .wrapper_vertical_menu .vertical-megamenu > li.revo-menu-img > a span.menu-img {
    top: 12px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .header-style1 .header-mid.sticky-menu .sticky-search,
  .header-style1 .header-mid.sticky-menu .sticky-cart {
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .header-style1 .header-top .widget_nav_menu h3 {
    padding-left: 10px;
  }
  .rtl .header-style1 .header-top .widget_nav_menu h3 {
    padding-left: 0;
    padding-right: 10px;
    border-right: 1px #ddd solid;
  }
  .header-style1 .header-top .top-login {
    padding-top: 11px;
  }
}
@media (max-width: 320px) {
  .rtl .header-style1 .header-top .widget_nav_menu h3 {
    padding-right: 0;
  }
}
@media (min-width: 1200px) {
  .home-style23 .sw-category-slider8 {
    margin-bottom: 55px;
  }
  .home-style23 .sw-woo-tab-cat4 .description {
    margin-bottom: 25px;
  }
  .home-style23 .sw-woo-tab-cat4 .resp-tab .top-tab-slider {
    margin-bottom: 50px;
  }
  .home-style23 .countdown-slider5 .box-title {
    top: -5px;
    left: 40px;
  }
  .home-style23 .countdown-slider5 .box-title h3 {
    height: 45px;
    padding: 0 28px;
    line-height: 44px;
  }
  .home-style23 .countdown-slider5 .slider .item-countdown .item-wrap {
    padding: 49px 20px 31px 20px;
  }
  .home-style23 .countdown-slider5 .slider .item-countdown .item-wrap .item-detail .item-content .reviews-content,
  .home-style23 .countdown-slider5 .slider .item-countdown .item-wrap .item-detail .item-content h4 {
    margin-bottom: 20px;
  }
  .home-style23 .countdown-slider5 .slider .item-countdown .item-wrap .item-detail .item-content .description {
    margin-bottom: 25px;
  }
}
.home-style23 .see-more {
  color: #fff;
  font-weight: 500;
  font-size: 14px !important;
  vertical-align: top;
  display: inline-block;
  -webkit-transition: all 0.3s !important;
  -moz-transition: all 0.3s !important;
  -o-transition: all 0.3s !important;
  -ms-transition: all 0.3s !important;
  transition: all 0.3s !important;
  border-radius: 30px;
  background: #d263ee;
  height: 45px;
  line-height: 44px !important;
  padding: 0 35px !important;
}
.home-style23 .see-more:hover {
  background: #c535e9;
  border-color: #d263ee;
  -webkit-transition: all 0.3s !important;
  -moz-transition: all 0.3s !important;
  -o-transition: all 0.3s !important;
  -ms-transition: all 0.3s !important;
  transition: all 0.3s !important;
}
.home-style23 .custom.tparrows {
  border-radius: 50% !important;
  background: #fff !important;
  width: 60px !important;
  height: 60px !important;
  -webkit-transition: all 0.3s !important;
  -moz-transition: all 0.3s !important;
  -o-transition: all 0.3s !important;
  -ms-transition: all 0.3s !important;
  transition: all 0.3s !important;
}
.home-style23 .custom.tparrows:before {
  color: #d263ee !important;
  font-size: 18px !important;
  line-height: 60px !important;
  font-weight: bold !important;
}
.home-style23 .custom.tparrows:hover {
  background: #d263ee !important;
  -webkit-transition: all 0.3s !important;
  -moz-transition: all 0.3s !important;
  -o-transition: all 0.3s !important;
  -ms-transition: all 0.3s !important;
  transition: all 0.3s !important;
}
.home-style23 .custom.tparrows:hover:before {
  color: #fff !important;
}
.home-style23 .sw-woo-tab-cat4 .resp-tab .tab-content .res-button {
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  cursor: pointer;
  z-index: 2;
}
.home-style23 .sw-woo-tab-cat4 .resp-tab .tab-content .res-button.slick-prev {
  left: -20px;
}
.home-style23 .sw-woo-tab-cat4 .resp-tab .tab-content .res-button.slick-prev:before {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #222;
  background: rgba(0,0,0,0.1);
  cursor: pointer;
  z-index: 9;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  content: '\f0d9';
  font-family: FontAwesome;
  font-size: 20px;
  display: block;
}
.home-style23 .sw-woo-tab-cat4 .resp-tab .tab-content .res-button.slick-next {
  right: -20px;
}
.home-style23 .sw-woo-tab-cat4 .resp-tab .tab-content .res-button.slick-next:before {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #222;
  background: rgba(0,0,0,0.1);
  cursor: pointer;
  z-index: 9;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  content: '\f0da';
  font-family: FontAwesome;
  font-size: 20px;
  display: block;
}
.home-style23 .sw-woo-tab-cat4 .resp-tab .tab-content .res-button:hover:before {
  background: #d263ee;
  color: #fff;
}
.home-style23 .sw-woo-tab-cat4 .resp-tab .tab-content .res-button {
  top: 53.5%;
}
.home-style23 .sw-woo-tab-cat4 .resp-tab .woocommmerce-shop a {
  color: #fff;
}
.home-style23 .item .item-wrap .item-detail .item-content {
  padding: 9px 0 13px 0;
}
.home-style23 .item .item-wrap .item-detail .item-content .item-price {
  font-size: 18px;
}
.home-style23 .item .item-wrap .item-detail .item-content .item-price del {
  font-size: 16px;
  font-weight: normal;
  margin-top: 1px;
}
.home-style23 .featured-product {
  margin-bottom: 70px;
}
.home-style23 .featured-product .block-title {
  text-align: center;
  margin-bottom: 35px;
}
.home-style23 .featured-product .block-title h3 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 24px;
  color: #222;
  margin-bottom: 6px;
}
.home-style23 .featured-product .block-title .description {
  font-size: 14px;
  color: #666;
}
.home-style23 .featured-product .resp-slider-container .slider {
  margin: 0 -15px;
}
.home-style23 .featured-product .resp-slider-container .slider .item {
  padding: 0 15px;
}
.home-style23 .featured-product .resp-slider-container .slider .item .item-wrap {
  border: 1px #ccc solid;
}
.home-style23 .featured-product .res-button {
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  cursor: pointer;
  z-index: 2;
}
.home-style23 .featured-product .res-button.slick-prev {
  left: -20px;
}
.home-style23 .featured-product .res-button.slick-prev:before {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #222;
  background: rgba(0,0,0,0.1);
  cursor: pointer;
  z-index: 9;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  content: '\f0d9';
  font-family: FontAwesome;
  font-size: 20px;
  display: block;
}
.home-style23 .featured-product .res-button.slick-next {
  right: -20px;
}
.home-style23 .featured-product .res-button.slick-next:before {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #222;
  background: rgba(0,0,0,0.1);
  cursor: pointer;
  z-index: 9;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  content: '\f0da';
  font-family: FontAwesome;
  font-size: 20px;
  display: block;
}
.home-style23 .featured-product .res-button:hover:before {
  background: #d263ee;
  color: #fff;
}
.home-style23 .featured-product .res-button {
  top: 54%;
}
.home-style23 .featured-product .res-button.slick-prev {
  left: -6px;
}
.home-style23 .featured-product .res-button.slick-next {
  right: -6px;
}
.home-style23 .block-text3 {
  margin-bottom: 30px;
}
.home-style23 .block-text3 ul li .fly-icon {
  background: #fff;
}
.home-style23 .block-text3 ul li .wrap-text h3 a {
  font-size: 14px;
}
.sw-category-slider8 {
  margin-bottom: 60px;
}
.sw-category-slider8 .block-title h3 {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 24px;
  color: #222;
  margin-bottom: 6px;
}
.sw-category-slider8 .description1 {
  text-align: center;
  font-size: 14px;
  color: #666;
  margin-bottom: 34px;
}
.sw-category-slider8 .res-button {
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  cursor: pointer;
  z-index: 2;
}
.sw-category-slider8 .res-button.slick-prev {
  left: -20px;
}
.sw-category-slider8 .res-button.slick-prev:before {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #222;
  background: rgba(0,0,0,0.1);
  cursor: pointer;
  z-index: 9;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  content: '\f0d9';
  font-family: FontAwesome;
  font-size: 20px;
  display: block;
}
.sw-category-slider8 .res-button.slick-next {
  right: -20px;
}
.sw-category-slider8 .res-button.slick-next:before {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #222;
  background: rgba(0,0,0,0.1);
  cursor: pointer;
  z-index: 9;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  content: '\f0da';
  font-family: FontAwesome;
  font-size: 20px;
  display: block;
}
.sw-category-slider8 .res-button:hover:before {
  background: #d263ee;
  color: #fff;
}
.sw-category-slider8 .res-button {
  top: 48%;
}
.sw-category-slider8 .res-button.slick-prev {
  left: -6px;
}
.sw-category-slider8 .res-button.slick-next {
  right: -6px;
}
.sw-category-slider8 .responsive {
  margin: 0 -15px;
}
.sw-category-slider8 .responsive .item-product-cat {
  padding: 0 15px;
}
.sw-category-slider8 .responsive .item-product-cat:hover .item-image img {
  opacity: 0.85;
}
.sw-category-slider8 .responsive .item-product-cat:hover .item-content h3 a {
  background-color: #222;
  color: #fff;
}
.home-style4 .sw-category-slider8 .responsive .item-product-cat:hover .item-content h3 a {
  background-color: #d263ee;
}
.sw-category-slider8 .responsive .item-product-cat .item-image {
  margin-bottom: 29px;
}
.sw-category-slider8 .responsive .item-product-cat .item-image img {
  margin: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.sw-category-slider8 .responsive .item-product-cat .item-content h4 {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.sw-category-slider8 .responsive .item-product-cat .item-content .view-all {
  font-size: 12px;
  position: relative;
  color: #d263ee;
}
.sw-category-slider8 .responsive .item-product-cat .item-content .view-all:before {
  content: "\f18e";
  font-size: 10px;
  top: 12px;
  font-family: fontawesome;
  margin-right: 10px;
}
.rtl .sw-category-slider8 .responsive .item-product-cat .item-content .view-all:before {
  content: "\f190";
  margin-right: 0;
  margin-left: 10px;
}
.countdown-slider5 {
  background: #fff;
  position: relative;
  margin-bottom: 60px;
}
.countdown-slider5 .box-title {
  position: absolute;
  z-index: 3;
  top: -6px;
  left: 15px;
}
.rtl .countdown-slider5 .box-title {
  right: 15px;
  left: auto;
}
.countdown-slider5 .box-title h3 {
  font-weight: 700 !important;
  display: inline-block;
  position: relative;
  color: #222;
  font-size: 16px;
  text-transform: uppercase;
  height: 42px;
  padding: 0 15px;
  line-height: 42px;
  background-color: #d263ee;
  color: #fff;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}
.countdown-slider5 .box-title h3:before {
  content: '';
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-right: 5px solid #8c4aee;
  left: -5px;
  position: absolute;
}
.countdown-slider5 .box-title h3:after {
  content: '';
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 5px solid #8c4aee;
  right: -5px;
  position: absolute;
}
.countdown-slider5 .res-button {
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  cursor: pointer;
  z-index: 2;
}
.countdown-slider5 .res-button.slick-prev {
  left: -20px;
}
.countdown-slider5 .res-button.slick-prev:before {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #222;
  background: rgba(0,0,0,0.1);
  cursor: pointer;
  z-index: 9;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  content: '\f0d9';
  font-family: FontAwesome;
  font-size: 20px;
  display: block;
}
.countdown-slider5 .res-button.slick-next {
  right: -20px;
}
.countdown-slider5 .res-button.slick-next:before {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #222;
  background: rgba(0,0,0,0.1);
  cursor: pointer;
  z-index: 9;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  content: '\f0da';
  font-family: FontAwesome;
  font-size: 20px;
  display: block;
}
.countdown-slider5 .res-button:hover:before {
  background: #d263ee;
  color: #fff;
}
.countdown-slider5 .res-button {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.countdown-slider5 .res-button.slick-prev {
  left: 10px;
}
.countdown-slider5 .res-button.slick-next {
  right: 10px;
}
.countdown-slider5:hover .res-button {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.countdown-slider5 .slider .item-countdown .item-wrap {
  padding: 45px 20px 26px 20px;
  position: relative;
}
.countdown-slider5 .slider .item-countdown .item-wrap .item-detail .item-image-countdown {
  float: left;
  width: 50%;
  text-align: center;
  position: relative;
  margin-right: 15px;
}
.rtl .countdown-slider5 .slider .item-countdown .item-wrap .item-detail .item-image-countdown {
  float: right;
  margin-right: 0;
  margin-left: 15px;
}
.countdown-slider5 .slider .item-countdown .item-wrap .item-detail .item-image-countdown span.onsale {
  display: none;
}
.countdown-slider5 .slider .item-countdown .item-wrap .item-detail .item-image-countdown a {
  display: block;
}
.countdown-slider5 .slider .item-countdown .item-wrap .item-detail .item-content {
  overflow: hidden;
}
.countdown-slider5 .slider .item-countdown .item-wrap .item-detail .item-content h4 {
  margin-bottom: 25px;
}
.countdown-slider5 .slider .item-countdown .item-wrap .item-detail .item-content h4 a {
  color: #222;
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
}
.countdown-slider5 .slider .item-countdown .item-wrap .item-detail .item-content h4 a:hover {
  color: #d263ee;
}
.countdown-slider5 .slider .item-countdown .item-wrap .item-detail .item-content .reviews-content {
  overflow: hidden;
  margin-bottom: 25px;
}
.countdown-slider5 .slider .item-countdown .item-wrap .item-detail .item-content .reviews-content .star {
  float: left;
  margin: 3px 20px 0 0;
}
.rtl .countdown-slider5 .slider .item-countdown .item-wrap .item-detail .item-content .reviews-content .star {
  float: right;
  margin: 3px 0 0 20px;
}
.countdown-slider5 .slider .item-countdown .item-wrap .item-detail .item-content .description {
  line-height: 24px;
  margin-bottom: 30px;
  font-size: 13px;
}
.countdown-slider5 .slider .item-countdown .item-wrap .item-detail .item-content .item-price {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
}
.countdown-slider5 .slider .item-countdown .item-wrap .item-detail .item-content .item-price del {
  font-size: 20px;
  color: #999;
  font-weight: normal;
}
.countdown-slider5 .slider .item-countdown .item-wrap .item-detail .item-content .product-countdown {
  margin-bottom: 40px;
}
.countdown-slider5 .slider .item-countdown .item-wrap .item-detail .item-content .product-countdown .countdown-section {
  position: relative;
  border: 2px #eee solid;
  display: inline-block;
  margin-right: 24px;
  border-radius: 3px;
  padding: 5px 0;
}
.rtl .countdown-slider5 .slider .item-countdown .item-wrap .item-detail .item-content .product-countdown .countdown-section {
  margin-left: 24px;
  margin-right: 0;
}
.countdown-slider5 .slider .item-countdown .item-wrap .item-detail .item-content .product-countdown .countdown-section .countdown-amount {
  display: block;
  width: 50px;
  height: 32px;
  line-height: 32px;
  font-weight: 600;
  text-align: center;
  font-size: 22px;
  color: #222;
}
.countdown-slider5 .slider .item-countdown .item-wrap .item-detail .item-content .product-countdown .countdown-section .countdown-period {
  text-align: center;
  font-size: 12px;
  display: block;
  font-weight: 500;
  color: #7d7d7d;
  text-transform: uppercase;
}
.countdown-slider5 .slider .item-countdown .item-wrap .item-detail .item-content .item-button {
  margin-bottom: 30px;
}
.countdown-slider5 .slider .item-countdown .item-wrap .item-detail .item-content .item-button .add_to_cart_button,
.countdown-slider5 .slider .item-countdown .item-wrap .item-detail .item-content .item-button .product_type_simple,
.countdown-slider5 .slider .item-countdown .item-wrap .item-detail .item-content .item-button .product_type_external,
.countdown-slider5 .slider .item-countdown .item-wrap .item-detail .item-content .item-button .product_type_grouped {
  float: left;
  margin-right: 10px;
  letter-spacing: 1px;
  display: inline-block;
  height: 40px;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  padding: 0 20px;
  line-height: 40px;
  border-radius: 4px;
  background: #d263ee;
}
.countdown-slider5 .slider .item-countdown .item-wrap .item-detail .item-content .item-button .add_to_cart_button:hover,
.countdown-slider5 .slider .item-countdown .item-wrap .item-detail .item-content .item-button .product_type_simple:hover,
.countdown-slider5 .slider .item-countdown .item-wrap .item-detail .item-content .item-button .product_type_external:hover,
.countdown-slider5 .slider .item-countdown .item-wrap .item-detail .item-content .item-button .product_type_grouped:hover {
  background-color: #cb4ceb;
}
.countdown-slider5 .slider .item-countdown .item-wrap .item-detail .item-content .item-button .add_to_cart_button.loading,
.countdown-slider5 .slider .item-countdown .item-wrap .item-detail .item-content .item-button .product_type_simple.loading,
.countdown-slider5 .slider .item-countdown .item-wrap .item-detail .item-content .item-button .product_type_external.loading,
.countdown-slider5 .slider .item-countdown .item-wrap .item-detail .item-content .item-button .product_type_grouped.loading {
  background: transparent;
  border: 1px #d263ee solid;
}
.rtl .countdown-slider5 .slider .item-countdown .item-wrap .item-detail .item-content .item-button .add_to_cart_button,
.rtl .countdown-slider5 .slider .item-countdown .item-wrap .item-detail .item-content .item-button .product_type_simple,
.rtl .countdown-slider5 .slider .item-countdown .item-wrap .item-detail .item-content .item-button .product_type_external,
.rtl .countdown-slider5 .slider .item-countdown .item-wrap .item-detail .item-content .item-button .product_type_grouped {
  float: right;
  margin-left: 10px;
  margin-right: 0;
}
.countdown-slider5 .slider .item-countdown .item-wrap .item-detail .item-content .item-button .button-group {
  overflow: hidden;
}
.countdown-slider5 .slider .item-countdown .item-wrap .item-detail .item-content .item-button .button-group .feedback {
  display: none;
}
.countdown-slider5 .slider .item-countdown .item-wrap .item-detail .item-content .item-button .button-group .clear {
  clear: none;
}
.countdown-slider5 .slider .item-countdown .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,
.countdown-slider5 .slider .item-countdown .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.countdown-slider5 .slider .item-countdown .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before {
  content: '\f004';
}
.countdown-slider5 .slider .item-countdown .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:after,
.countdown-slider5 .slider .item-countdown .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:after,
.countdown-slider5 .slider .item-countdown .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:after {
  content: '';
  width: 1px;
  height: 11px;
  position: absolute;
  top: 20px;
  right: 0;
  background-color: rgba(255,255,255,0.15);
}
.rtl .countdown-slider5 .slider .item-countdown .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:after,
.rtl .countdown-slider5 .slider .item-countdown .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:after,
.rtl .countdown-slider5 .slider .item-countdown .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:after {
  left: 0;
  right: auto;
}
.countdown-slider5 .slider .item-countdown .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist {
  position: relative;
}
.countdown-slider5 .slider .item-countdown .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist .ajax-loading {
  position: absolute;
  top: 12px;
  left: 7px;
}
.countdown-slider5 .slider .item-countdown .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show a:before {
  color: #d263ee;
}
.countdown-slider5 .slider .item-countdown .item-wrap .item-detail .item-content .item-button .button-group a.compare:before {
  content: '\f0ec';
}
.countdown-slider5 .slider .item-countdown .item-wrap .item-detail .item-content .item-button .button-group a.compare:after {
  content: '';
  width: 1px;
  height: 11px;
  position: absolute;
  top: 20px;
  right: 0;
  background-color: rgba(255,255,255,0.15);
}
.rtl .countdown-slider5 .slider .item-countdown .item-wrap .item-detail .item-content .item-button .button-group a.compare:after {
  left: 0;
  right: auto;
}
.countdown-slider5 .slider .item-countdown .item-wrap .item-detail .item-content .item-button .button-group a.sw-quickview:before {
  content: '\f002';
}
.countdown-slider5 .slider .item-countdown .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.countdown-slider5 .slider .item-countdown .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.countdown-slider5 .slider .item-countdown .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
.countdown-slider5 .slider .item-countdown .item-wrap .item-detail .item-content .item-button .button-group a.compare,
.countdown-slider5 .slider .item-countdown .item-wrap .item-detail .item-content .item-button .button-group a.sw-quickview {
  float: left;
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: top;
  padding: 0;
  margin: 0;
  font-size: 0;
  overflow: hidden;
  position: relative;
  background-color: #282828;
  border-radius: 4px;
  text-align: center;
  line-height: 40px;
}
.rtl .countdown-slider5 .slider .item-countdown .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.rtl .countdown-slider5 .slider .item-countdown .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.rtl .countdown-slider5 .slider .item-countdown .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
.rtl .countdown-slider5 .slider .item-countdown .item-wrap .item-detail .item-content .item-button .button-group a.compare,
.rtl .countdown-slider5 .slider .item-countdown .item-wrap .item-detail .item-content .item-button .button-group a.sw-quickview {
  float: right;
}
.countdown-slider5 .slider .item-countdown .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,
.countdown-slider5 .slider .item-countdown .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.countdown-slider5 .slider .item-countdown .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before,
.countdown-slider5 .slider .item-countdown .item-wrap .item-detail .item-content .item-button .button-group a.compare:before,
.countdown-slider5 .slider .item-countdown .item-wrap .item-detail .item-content .item-button .button-group a.sw-quickview:before {
  font-family: 'FontAwesome';
  font-size: 14px;
  color: #fff;
}
.countdown-slider5 .slider .item-countdown .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover:before,
.countdown-slider5 .slider .item-countdown .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover:before,
.countdown-slider5 .slider .item-countdown .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover:before,
.countdown-slider5 .slider .item-countdown .item-wrap .item-detail .item-content .item-button .button-group a.compare:hover:before,
.countdown-slider5 .slider .item-countdown .item-wrap .item-detail .item-content .item-button .button-group a.sw-quickview:hover:before {
  color: #d263ee;
}
.countdown-slider5 .slider .item-countdown .item-wrap .item-detail .item-content .item-button .button-group .add_to_cart_button,
.countdown-slider5 .slider .item-countdown .item-wrap .item-detail .item-content .item-button .button-group .product_type_external,
.countdown-slider5 .slider .item-countdown .item-wrap .item-detail .item-content .item-button .button-group .product_type_grouped,
.countdown-slider5 .slider .item-countdown .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist,
.countdown-slider5 .slider .item-countdown .item-wrap .item-detail .item-content .item-button .button-group a.compare,
.countdown-slider5 .slider .item-countdown .item-wrap .item-detail .item-content .item-button .button-group .group.fancybox {
  display: inline-block;
  vertical-align: top;
  float: left;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  margin: 0 10px 0 0;
  border-radius: 4px;
}
.rtl .countdown-slider5 .slider .item-countdown .item-wrap .item-detail .item-content .item-button .button-group .add_to_cart_button,
.rtl .countdown-slider5 .slider .item-countdown .item-wrap .item-detail .item-content .item-button .button-group .product_type_external,
.rtl .countdown-slider5 .slider .item-countdown .item-wrap .item-detail .item-content .item-button .button-group .product_type_grouped,
.rtl .countdown-slider5 .slider .item-countdown .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist,
.rtl .countdown-slider5 .slider .item-countdown .item-wrap .item-detail .item-content .item-button .button-group a.compare,
.rtl .countdown-slider5 .slider .item-countdown .item-wrap .item-detail .item-content .item-button .button-group .group.fancybox {
  float: right;
  margin: 0 0 0 10px;
}
.vc_row.support-in23 {
  position: relative;
  z-index: 3;
  background-repeat: no-repeat;
  background-position: center center;
  color: #fff;
  padding: 0 200px 0 30px;
  margin-top: -90px;
  margin-bottom: 34px;
}
.vc_row.support-in23 .wpb_raw_html {
  margin-bottom: 18px;
}
.vc_row.support-in23 .sup-left h3 {
  font-size: 19px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 2px;
}
.vc_row.support-in23 .sup-left p {
  font-size: 13px;
}
.vc_row.support-in23 .sup-right p {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  text-transform: uppercase;
  margin-top: 9px;
  position: relative;
  padding-left: 55px;
}
.vc_row.support-in23 .sup-right p:before {
  background: url("../assets/img/bg_general.png") no-repeat -15px -1963px;
  width: 50px;
  height: 50px;
  content: "";
  position: absolute;
  top: -11px;
  left: 0;
}
.vc_row.support-in23 .sup-right p a {
  font-size: 22px;
  color: #fff;
}
.vc_row.support-in23 .sup-right .sup-view {
  display: inline-block;
  vertical-align: top;
  background: #fff;
  color: #d263ee;
  font-size: 14px;
  border-radius: 30px;
  padding: 0 25px;
  text-transform: uppercase;
  height: 40px;
  line-height: 40px;
  margin: 0 15px;
  font-weight: 600;
}
.footer-style20 {
  padding-top: 50px;
}
.footer-style20 .info-foot2 {
  margin-bottom: 30px;
}
.footer-style20 .info-foot2 h5,
.footer-style20 .info-foot2 h3 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  color: #222;
  margin-bottom: 19px;
}
.footer-style20 .info-foot2 ul {
  margin: 0;
  list-style: none;
}
.footer-style20 .info-foot2 ul li {
  font-size: 14px;
  color: #666;
  line-height: 26px;
  padding: 12px 0;
}
.footer-style20 .info-foot2 ul li i {
  width: 20px;
  font-size: 18px;
  text-align: center;
  float: left;
  margin: 4px;
  color: #d263ee;
}
.rtl .footer-style20 .info-foot2 ul li i {
  float: right;
}
.footer-style20 .info-foot2 ul li i.fa-mobile {
  font-size: 20px;
}
.footer-style20 .info-foot2 ul li span {
  overflow: hidden;
  display: block;
}
.footer-style20 .info-foot2 ul li a {
  color: #666;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.footer-style20 .info-foot2 ul li a:hover {
  color: #d263ee;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.footer-style20 .elementor-widget-wp-widget-nav_menu h5,
.footer-style20 .elementor-widget-wp-widget-nav_menu h2,
.footer-style20 .widget_nav_menu h5,
.footer-style20 .widget_nav_menu h2 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  color: #222;
  margin-bottom: 25px;
}
.footer-style20 .elementor-widget-wp-widget-nav_menu ul li a,
.footer-style20 .widget_nav_menu ul li a {
  font-size: 14px;
  color: #666;
  line-height: 22px;
  padding: 6px 0;
  display: block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.footer-style20 .elementor-widget-wp-widget-nav_menu ul li a:hover,
.footer-style20 .widget_nav_menu ul li a:hover {
  color: #d263ee;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.footer-style20-bot {
  margin-bottom: 35px;
}
.home-style23 .footer-style20-bot {
  margin-bottom: 0;
}
.footer-style20-bot .vc_column_container >.vc_column-inner >.wpb_wrapper {
  background: #181818;
  border-radius: 6px;
  overflow: hidden;
}
.footer-style20-bot .wpb_raw_html,
.footer-style20-bot .wpb_content_element {
  margin-bottom: 0;
}
.footer-style20-bot .socials-footer {
  background: #383838;
  text-align: center;
  border-radius: 6px;
}
.footer-style20-bot .socials-footer ul {
  margin: 0;
  list-style: none;
  padding: 35px 0;
}
.footer-style20-bot .socials-footer ul li {
  display: inline-block;
  vertical-align: top;
}
.footer-style20-bot .socials-footer ul li a {
  color: #666;
  background: #fff;
  border-radius: 4px;
  height: 38px;
  line-height: 38px;
  width: 38px;
  font-size: 18px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  margin: 0 3px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.footer-style20-bot .socials-footer ul li a:hover {
  color: #fff;
  background: #d263ee;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.footer-style20-bot .newsletter-foot {
  margin-top: 35px;
  padding-right: 30px;
}
.rtl .footer-style20-bot .newsletter-foot {
  padding-right: 0;
  padding-left: 30px;
}
.footer-style20-bot .newsletter-foot h5,
.footer-style20-bot .newsletter-foot h3 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  float: left;
  margin-right: 15px;
  line-height: 40px;
  text-transform: uppercase;
}
.rtl .footer-style20-bot .newsletter-foot h5,
.rtl .footer-style20-bot .newsletter-foot h3 {
  float: right;
  margin-right: 0;
  margin-left: 15px;
}
.footer-style20-bot .newsletter-foot .form-newsletter .mc4wp-form-fields {
  overflow: hidden;
}
.footer-style20-bot .newsletter-foot .form-newsletter input[type="email"] {
  border: 0;
  color: #999;
  width: 75%;
  background: #fff;
  height: 40px;
  padding: 0 20px;
  border-radius: 4px 0 0 4px;
  float: left;
}
.rtl .footer-style20-bot .newsletter-foot .form-newsletter input[type="email"] {
  border-radius: 0 4px 4px 0;
  float: right;
}
.footer-style20-bot .newsletter-foot .form-newsletter input[type="submit"] {
  border: 0;
  width: 25%;
  background: #d263ee;
  height: 40px;
  line-height: 40px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  border-radius: 0 4px 4px 0;
  float: left;
  font-size: 14px;
  font-weight: 600;
}
.rtl .footer-style20-bot .newsletter-foot .form-newsletter input[type="submit"] {
  border-radius: 4px 0 0 4px;
  float: right;
}
.footer-style20-bot .newsletter-foot .form-newsletter input[type="submit"]:hover {
  background: #c535e9;
}
.footer-style20-bot .newsletter-foot .form-newsletter .mc4wp-success {
  color: #222;
}
.home-style23 .footer .footer-copyright.default {
  background: #fff;
}
@media (min-width: 1200px) {
  .home-style23 .header-style14 .header-mid .search-cate {
    float: left;
  }
  .home-style23 .header-style14 .header-mid .search-cate .revo_top .top-form.top-search {
    min-width: 600px;
    width: 600px;
  }
  .home-style23 .footer .footer-copyright.default {
    padding: 5px 0;
  }
  .home-style23 .footer .footer-copyright.default .copyright-text {
    float: left;
    padding-top: 15px;
  }
  .rtl .home-style23 .footer .footer-copyright.default .copyright-text {
    float: right;
  }
  .home-style23 .footer .footer-copyright.default .sidebar-copyright {
    float: right;
  }
  .rtl .home-style23 .footer .footer-copyright.default .sidebar-copyright {
    float: left;
  }
  .home-style23.rtl .header-style14 .header-mid .search-cate {
    float: right;
  }
}
@media (max-width: 1199px) {
  .vc_row.support-in23 .vc_column-inner {
    padding-top: 25px;
  }
  .vc_row.support-in23 .sup-left {
    display: none;
  }
  .countdown-slider5 .slider .item-countdown .item-wrap {
    padding: 25px 20px 10px 20px;
  }
  .countdown-slider5 .slider .item-countdown .item-wrap .item-detail .item-content h4,
  .countdown-slider5 .slider .item-countdown .item-wrap .item-detail .item-content .reviews-content,
  .countdown-slider5 .slider .item-countdown .item-wrap .item-detail .item-content .item-price {
    margin-bottom: 10px;
  }
  .countdown-slider5 .slider .item-countdown .item-wrap .item-detail .item-content .description,
  .countdown-slider5 .slider .item-countdown .item-wrap .item-detail .item-content .product-countdown,
  .countdown-slider5 .slider .item-countdown .item-wrap .item-detail .item-content .item-button {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .footer-style20-bot .socials-footer ul li:last-child {
    display: none;
  }
  .vc_row.support-in23 {
    background-size: contain;
  }
  .sw-category-slider8 .res-button.slick-next {
    right: 20px;
  }
  .sw-category-slider8 .res-button.slick-prev {
    left: 20px;
  }
  .home-style23 .res-button.slick-next:before,
  .home-style23 .res-button.slick-prev:before {
    background: #d263ee !important;
  }
  .home-style23 .featured-product .res-button.slick-next {
    right: 20px;
  }
  .home-style23 .featured-product .res-button.slick-prev {
    left: 20px;
  }
  .home-style23 .sw-woo-tab-cat4 .resp-tab .tab-content .res-button {
    top: 53%;
  }
  .home-style23 .sw-woo-tab-cat4 .resp-tab .tab-content .res-button.slick-next {
    right: 0;
  }
  .home-style23 .sw-woo-tab-cat4 .resp-tab .tab-content .res-button.slick-prev {
    left: 0;
  }
}
@media (max-width: 767px) {
  .vc_row.support-in23 {
    display: none;
  }
  .countdown-slider5 .slider .item-countdown .item-wrap .item-detail .item-image-countdown {
    width: 100%;
    margin-right: 0;
  }
  .rtl .countdown-slider5 .slider .item-countdown .item-wrap .item-detail .item-image-countdown {
    margin-left: 0;
  }
  .countdown-slider5 .slider .item-countdown .item-wrap .item-detail .item-content {
    overflow: inherit;
  }
  .countdown-slider5 .slider .item-countdown .item-wrap .item-detail .item-content .product-countdown .countdown-section {
    margin-right: 12px;
  }
  .rtl .countdown-slider5 .slider .item-countdown .item-wrap .item-detail .item-content .product-countdown .countdown-section {
    margin-left: 12px;
  }
  .countdown-slider5 .slider .item-countdown .item-wrap {
    padding: 25px 12px 10px 12px;
  }
  .footer-style20-bot .newsletter-foot {
    padding: 0 10px;
    margin-bottom: 30px;
  }
  .rtl .footer-style20-bot .newsletter-foot {
    padding: 0 10px;
  }
  .footer-style20-bot .newsletter-foot .content-wrap .form-newsletter input[type="submit"] {
    font-size: 11px;
  }
  .home-style23 .sw-woo-tab-cat4 .resp-tab .tab-content .res-button {
    top: 51.5%;
  }
}
.home-style24 .home1slider-info {
  text-align: center !important;
}
.home-style24 .home1slider-info span {
  font-size: 16px;
}
.home-style24 .home1slider-info h3 {
  font-size: 55px;
  margin: 20px 0;
  font-weight: normal !important;
  line-height: normal !important;
}
.home-style24 .home1slider-info p {
  font-size: 14px;
  margin: 10px 0 30px 0;
}
.home-style24 .home1slider-info a {
  color: #fff;
  background: #d263ee;
  font-weight: bold;
  padding: 8px 30px;
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 2px;
}
.home-style24 .home1slider-info a:hover {
  background: #c535e9;
  -webkit-transition: all 0.5s !important;
  -moz-transition: all 0.5s !important;
  -o-transition: all 0.5s !important;
  -ms-transition: all 0.5s !important;
  transition: all 0.5s !important;
}
.home-style24 .tparrows {
  border-radius: 50%;
}
.home-style24 .ares.nav-dir-horizontal.nav-pos-ver-center .tp-bullet-title,
.home-style24 .ares.nav-dir-horizontal.nav-pos-ver-bottom .tp-bullet-title {
  display: none;
}
.home-style24 .vc_col-has-fill>.vc_column-inner,
.home-style24 .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner,
.home-style24 .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner,
.home-style24 .vc_row-has-fill>.vc_column_container>.vc_column-inner {
  padding-top: 0;
}
.home-style24 .sw-woo-tab-cat4 {
  margin-bottom: 50px;
}
.home-style24 .sw-woo-tab-cat4 .box-title h3 {
  font-size: 38px;
  text-transform: capitalize;
  font-weight: 500;
}
.home-style24 .sw-woo-tab-cat4 .description {
  margin-bottom: 23px;
}
.home-style24 .sw-woo-tab-cat4 .resp-tab .top-tab-slider {
  margin-bottom: 25px;
}
.home-style24 .sw-woo-tab-cat4 .resp-tab .top-tab-slider .nav.nav-tabs li a {
  font-size: 16px;
  color: #666;
  text-transform: uppercase;
  font-weight: normal;
  background: #fff;
  border: none;
}
.home-style24 .sw-woo-tab-cat4 .resp-tab .top-tab-slider .nav.nav-tabs li.active a,
.home-style24 .sw-woo-tab-cat4 .resp-tab .top-tab-slider .nav.nav-tabs li:hover a {
  color: #d263ee;
  background: #fff;
  border: none;
}
.home-style24 .sw-woo-tab-cat4 .resp-tab .tab-content .resp-slider-container .slider .item .item-wrap {
  border: none;
  margin-bottom: 21px;
}
.home-style24 .sw-woo-tab-cat4 .resp-tab .tab-content .resp-slider-container .slider .item .item-wrap .item-detail .item-content h4 a {
  font-weight: 500;
}
.home-style24 .sw-woo-tab-cat4 .resp-tab .woocommmerce-shop {
  display: none;
}
.home-style24 .featured-product {
  margin-bottom: 84px;
}
.home-style24 .featured-product .block-title h3 {
  font-size: 38px;
  text-transform: capitalize;
  font-weight: 500;
  text-align: center;
  margin-bottom: 33px;
  color: #222;
}
.home-style24 .featured-product .responsive {
  margin-bottom: 20px;
}
.home-style24 .featured-product .view-all {
  display: block;
}
.home-style24 .featured-product .view-all a {
  font-weight: 600;
}
.home-style24 .featured-product .resp-slider-container .slider {
  margin: 0 -15px 30px -15px;
}
.home-style24 .featured-product .resp-slider-container .slider .item {
  padding: 0 15px;
}
.home-style24 .item .item-wrap .item-detail .item-img a {
  display: block;
}
.home-style24 .item .item-wrap .item-detail .item-img a img {
  width: 100%;
}
.home-style24 .item .item-wrap .item-detail .products-thumb a.sw-quickview {
  height: 36px;
  line-height: 34px;
  min-width: 36px;
}
.home-style24 .item .item-wrap .item-detail .item-content {
  padding: 15px 0 13px 0 !important;
}
.home-style24 .item .item-wrap .item-detail .item-content h4 a {
  font-size: 16px;
  font-weight: 500;
}
.home-style24 .item .item-wrap .item-detail .item-content .item-price {
  font-size: 18px;
  color: #222;
  font-weight: 600;
}
.home-style24 .item .item-wrap .item-detail .item-content .item-price del {
  font-size: 14px;
  font-weight: normal;
  margin-top: 4px;
}
.home-style24 .item .item-wrap .item-detail .item-content .item-bottom .button,
.home-style24 .item .item-wrap .item-detail .item-content .item-bottom .add_to_cart_button,
.home-style24 .item .item-wrap .item-detail .item-content .item-bottom .product_type_external,
.home-style24 .item .item-wrap .item-detail .item-content .item-bottom .product_type_grouped {
  height: 36px;
  line-height: 36px;
  border-radius: 20px;
}
.home-style24 .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.home-style24 .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.home-style24 .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
.home-style24 .item .item-wrap .item-detail .item-content .item-bottom a.compare {
  height: 36px;
  line-height: 34px;
  min-width: 36px;
}
.home-style24 .sale-off,
.home-style24 .sw-newlabel,
.home-style24 .sw-outstock {
  font-weight: normal;
}
.home-style24 h1,
.home-style24 h2,
.home-style24 h3,
.home-style24 h4,
.home-style24 h5 {
  font-family: 'LoraItalic', Helvetica, Arial, sans-serif !important;
}
.home-style24 .sw-instagram-slider {
  padding: 30px 0 60px 0;
}
.home-style24 .sw-instagram-slider h3 {
  text-align: center;
  color: #fff;
  padding: 30px 0;
}
.home-style24 .sw-instagram-slider .res-button {
  display: none !important;
}
.home-style24 .header-style21 {
  margin-bottom: 15px;
}
.header-style21 .header-top {
  border: none;
  background: url(../assets/img/bg-top2.jpg) no-repeat center center;
  min-height: 72px;
  background-size: cover;
}
.header-style21 .header-top .top-header {
  text-transform: uppercase;
}
.header-style21 .header-top .top-header .item1 {
  font-size: 18px;
  color: #d263ee;
  padding-top: 24px;
  text-align: left;
  letter-spacing: 2px;
}
.header-style21 .header-top .top-header .item1 .elementor-heading-title {
  color: #d263ee;
}
.rtl .header-style21 .header-top .top-header .item1 {
  text-align: right;
}
.header-style21 .header-top .top-header .item2 {
  font-size: 26px;
  color: #ebebeb;
  font-weight: bold;
  padding-top: 16px;
  text-align: center;
  letter-spacing: 2px;
}
.header-style21 .header-top .top-header .item3 {
  padding-top: 22px;
  text-align: right;
}
.rtl .header-style21 .header-top .top-header .item3 {
  text-align: left;
}
.header-style21 .header-top .top-header .item3 a {
  font-size: 12px;
  background: #fff;
  padding: 5px 15px;
  font-weight: 600;
  display: inline-block;
  vertical-align: middle;
}
.header-style21 .header-top .top-header .item3 span {
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
}
.header-style21 .header-top .top-header .item3 span:before {
  content: '+';
  font-family: fontawesome;
  font-size: 24px;
  font-weight: normal;
  color: #ebebeb;
  margin: 0 15px;
  cursor: pointer;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  display: inline-block;
}
.header-style21 .header-mid {
  padding: 32px 0;
}
.header-style21 .header-mid .header-left {
  padding-top: 12px;
}
.header-style21 .header-mid .revo-logo {
  padding-top: 0;
}
.header-style21 .header-mid .center-header .revo-logo a img {
  margin: 0 auto;
}
.header-style21 .header-mid .header-right {
  padding-top: 14px;
}
.header-style21 .header-mid .header-right .sw_top h3 {
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  color: #222;
  padding-top: 14px;
}
.header-style21 .header-mid .header-right .sw_top .top-form.top-form-minicart {
  padding: 0;
}
.header-style21 .header-mid .header-right .sw_top .top-form.top-form-minicart .top-minicart-icon {
  background: url("../assets/img/icon-cart9.png") no-repeat center center;
  border-radius: 0;
  width: 15px;
  display: inline-block;
  padding-left: 35px;
}
.header-style21 .header-mid .header-right .sw_top .top-form.top-form-minicart .top-minicart-icon .minicart-number {
  background: #d263ee;
  color: #fff;
  right: -3px;
  font-size: 12px;
}
.rtl .header-style21 .header-mid .header-right .sw_top .top-form.top-form-minicart .top-minicart-icon .minicart-number {
  right: auto;
  left: -3px;
}
.header-style21 .header-bottom {
  background: #fff;
  box-shadow: none;
}
.header-style21 .header-bottom >.container {
  background: #000;
}
.header-style21 .header-bottom .main-menu {
  text-align: center;
}
.header-style21 .header-bottom .nav-pills >li {
  padding: 0 10px;
}
.header-style21 .header-bottom .nav-pills >li > a {
  font-size: 13px;
  color: #fff;
  padding: 14px 10px;
  font-weight: 500;
}
.header-style21 .header-bottom .nav-pills >li > a:after {
  display: none;
}
.header-style21 .header-bottom .nav-pills >li.active >a:before,
.header-style21 .header-bottom .nav-pills >li.active >a:hover:before,
.header-style21 .header-bottom .nav-pills >li.active >a:focus:before,
.header-style21 .header-bottom .nav-pills >li > a:hover:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: #fff;
}
.header-style21 #lang_sel > ul.nav {
  margin: 0;
}
.rtl .header-style21 #lang_sel > ul.nav {
  margin-left: 15px;
}
.header-style21 #lang_sel > ul.nav > li > a {
  border: none;
  padding: 0;
}
.rtl .header-style21 #lang_sel > ul.nav > li > a {
  border: none;
  padding: 0;
}
.header-style21 .sticky-menu {
  position: fixed;
  z-index: 99;
  background: #000;
}
.explore .item {
  float: left;
  width: 100%;
  overflow: hidden;
  margin-bottom: 14px;
  border-bottom: 1px solid #d3d3d3;
  padding-bottom: 14px;
}
.rtl .explore .item {
  float: right;
}
.explore .item .image {
  width: 50%;
  position: relative;
}
.explore .item .image a img {
  margin: 0;
}
.explore .item .image a img:hover {
  opacity: 0.8;
}
.explore .item .text {
  width: 50%;
  padding: 15px 30px;
  text-align: center;
}
.explore .item .text .origin {
  color: #454545;
  font-size: 14px;
}
.explore .item .text .title {
  margin-bottom: 14px;
  margin-top: 10px;
}
.explore .item .text .title h5 {
  margin: 0;
}
.explore .item .text .title h5 a {
  color: #0e0e0e;
  font-size: 30px;
  text-transform: capitalize;
  font-weight: 300;
  line-height: 30px;
}
.explore .item .text .title h5 a span {
  display: block;
}
.explore .item .text .title h5 a:hover {
  color: #d263ee;
}
.explore .item .text .more {
  display: inline-block;
  color: #1e1e1e;
  text-transform: capitalize;
  padding: 0px 20px;
  position: relative;
  font-size: 14px;
}
.explore .item .text .more:hover {
  color: #d263ee;
}
.explore .item .text .more:after {
  content: "\f101";
  position: absolute;
  right: 0;
  top: 3px;
  font-size: 14px;
  font-family: fontawesome;
  color: #d263ee;
}
.rtl .explore .item .text .more:after {
  right: auto;
  left: 0;
  content: '\f100';
}
.explore .item:last-child {
  border: none;
}
.explore .item.odd .image {
  float: left;
}
.rtl .explore .item.odd .image {
  float: right;
}
.explore .item.odd .text {
  float: right;
}
.rtl .explore .item.odd .text {
  float: left;
}
.explore .item.even {
  padding-bottom: 10px;
}
.explore .item.even .text {
  float: left;
}
.rtl .explore .item.even .text {
  float: right;
}
.explore .item.even .text .origin {
  padding-top: 4px;
}
.explore .item.even .image {
  float: right;
}
.rtl .explore .item.even .image {
  float: left;
}
.explore .item.even .image a {
  float: right;
}
.rtl .explore .item.even .image a {
  float: left;
}
.collection {
  padding-top: 95px;
}
.collection h3 {
  text-transform: capitalize;
  font-size: 38px;
  color: #222;
  margin-bottom: 30px;
  line-height: 52px;
}
.collection p {
  font-size: 16px;
  color: #1c1c1c;
  margin-bottom: 42px;
  line-height: 30px !important;
}
.collection a {
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  padding: 0 35px;
  height: 50px;
  line-height: 50px;
  background: #352b34;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
}
.sw-category-slider9 {
  margin-bottom: 85px;
}
.sw-category-slider9 .item {
  padding: 0;
  position: relative;
}
.sw-category-slider9 .item:before {
  content: "";
  background: rgba(0,0,0,0.5);
  -webkit-transition: all 0.7s ease-in-out 0s;
  -moz-transition: all 0.7s ease-in-out 0s;
  -o-transition: all 0.7s ease-in-out 0s;
  -ms-transition: all 0.7s ease-in-out 0s;
  transition: all 0.7s ease-in-out 0s;
  opacity: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  z-index: 1;
}
.sw-category-slider9 .item .item-image a img {
  margin: 0;
}
.sw-category-slider9 .item .item-content {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  margin-top: -70px;
}
.sw-category-slider9 .item .item-content h3 {
  position: relative;
  padding: 0 20%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.7s ease-in-out 0s;
  -moz-transition: all 0.7s ease-in-out 0s;
  -o-transition: all 0.7s ease-in-out 0s;
  -ms-transition: all 0.7s ease-in-out 0s;
  transition: all 0.7s ease-in-out 0s;
}
.sw-category-slider9 .item .item-content h3:before {
  content: '+';
  font-size: 30px;
  color: #fff;
  margin-right: 20px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -40px;
}
.sw-category-slider9 .item .item-content h3 a {
  font-size: 38px;
  line-height: 50px;
  color: #fff;
}
.sw-category-slider9 .item .item-content p {
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.7s ease-in-out 0s;
  -moz-transition: all 0.7s ease-in-out 0s;
  -o-transition: all 0.7s ease-in-out 0s;
  -ms-transition: all 0.7s ease-in-out 0s;
  transition: all 0.7s ease-in-out 0s;
}
.sw-category-slider9 .item .shop-now {
  position: absolute;
  top: 68%;
  left: 0;
  width: 100%;
  text-align: center;
  margin-top: -20px;
  z-index: 3;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.sw-category-slider9 .item .shop-now a {
  background: #252525;
  padding: 18px 45px;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.sw-category-slider9 .item .shop-now a:hover {
  background: #d263ee;
}
.sw-category-slider9 .item:hover:before {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.7s ease-in-out 0s;
  -moz-transition: all 0.7s ease-in-out 0s;
  -o-transition: all 0.7s ease-in-out 0s;
  -ms-transition: all 0.7s ease-in-out 0s;
  transition: all 0.7s ease-in-out 0s;
}
.sw-category-slider9 .item:hover .item-content h3,
.sw-category-slider9 .item:hover .item-content p {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.7s ease-in-out 0s;
  -moz-transition: all 0.7s ease-in-out 0s;
  -o-transition: all 0.7s ease-in-out 0s;
  -ms-transition: all 0.7s ease-in-out 0s;
  transition: all 0.7s ease-in-out 0s;
}
.sw-category-slider9 .item:hover .shop-now {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.7s ease-in-out 0s;
  -moz-transition: all 0.7s ease-in-out 0s;
  -o-transition: all 0.7s ease-in-out 0s;
  -ms-transition: all 0.7s ease-in-out 0s;
  transition: all 0.7s ease-in-out 0s;
}
.responsive-post-slider8 {
  margin-bottom: 85px;
}
.responsive-post-slider8 .resp-slider-container .box-title h3 {
  font-size: 38px;
  text-transform: capitalize;
  font-weight: 500;
  text-align: center;
  margin-bottom: 55px;
  color: #222;
}
.responsive-post-slider8 .resp-slider-container .slider .item .item-detail .img_over {
  float: left;
  width: 50%;
}
.rtl .responsive-post-slider8 .resp-slider-container .slider .item .item-detail .img_over {
  float: right;
}
.responsive-post-slider8 .resp-slider-container .slider .item .item-detail .img_over a {
  display: block;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.responsive-post-slider8 .resp-slider-container .slider .item .item-detail .img_over a img {
  width: 100%;
  margin: 0;
}
.responsive-post-slider8 .resp-slider-container .slider .item .item-detail .img_over a:before {
  content: "";
  position: absolute;
  top: -110%;
  left: -210%;
  width: 200%;
  height: 200%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  transform: rotate(30deg);
  background: rgba(255,255,255,0.2);
  background: linear-gradient(to right,rgba(255,255,255,0.2) 0%,rgba(255,255,255,0.13) 77%,rgba(255,255,255,0.6) 92%,rgba(255,255,255,0) 100%);
}
.responsive-post-slider8 .resp-slider-container .slider .item .item-detail .img_over a:hover:before {
  opacity: 1;
  filter: alpha(opacity=100);
  top: -40%;
  left: -40%;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
.responsive-post-slider8 .resp-slider-container .slider .item .item-detail .entry-content {
  overflow: hidden;
  padding: 57px;
}
.responsive-post-slider8 .resp-slider-container .slider .item .item-detail .entry-content .item-title .item-sl {
  font-size: 38px;
  color: #222;
  font-family: 'LoraItalic', Helvetica, Arial, sans-serif;
  margin-bottom: 15px;
}
.responsive-post-slider8 .resp-slider-container .slider .item .item-detail .entry-content .item-title h6 a {
  font-size: 25px;
  color: #222;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 32px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.responsive-post-slider8 .resp-slider-container .slider .item .item-detail .entry-content .item-title h6 a:hover {
  color: #d263ee;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.responsive-post-slider8 .resp-slider-container .slider .item .item-detail .entry-content .item-title .entry-meta {
  color: #909090;
  font-size: 14px;
  overflow: hidden;
  margin-bottom: 20px;
}
.responsive-post-slider8 .resp-slider-container .slider .item .item-detail .entry-content .item-title .entry-meta .fa {
  margin-right: 10px;
}
.rtl .responsive-post-slider8 .resp-slider-container .slider .item .item-detail .entry-content .item-title .entry-meta .fa {
  margin-left: 10px;
  margin-right: 0;
}
.responsive-post-slider8 .resp-slider-container .slider .item .item-detail .entry-content .item-title .entry-meta .entry-comment {
  float: left;
  margin-right: 10px;
}
.rtl .responsive-post-slider8 .resp-slider-container .slider .item .item-detail .entry-content .item-title .entry-meta .entry-comment {
  float: right;
  margin-left: 10px;
}
.responsive-post-slider8 .resp-slider-container .slider .item .item-detail .entry-content .item-title .entry-meta .entry-tag {
  float: left;
}
.rtl .responsive-post-slider8 .resp-slider-container .slider .item .item-detail .entry-content .item-title .entry-meta .entry-tag {
  float: right;
}
.responsive-post-slider8 .resp-slider-container .slider .item .item-detail .entry-content .item-title .entry-meta .entry-tag a {
  color: #909090;
}
.responsive-post-slider8 .resp-slider-container .slider .item .item-detail .entry-content .item-title .entry-meta .entry-tag a:hover {
  color: #d263ee;
}
.responsive-post-slider8 .resp-slider-container .slider .item .item-detail .entry-content .item-title .description {
  color: #666;
  font-size: 14px;
  margin-bottom: 30px;
  line-height: 22px;
}
.responsive-post-slider8 .resp-slider-container .slider .item .item-detail .entry-content .readmore a {
  font-size: 14px;
  color: #d263ee;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.responsive-post-slider8 .resp-slider-container .slider .item .item-detail .entry-content .readmore a:hover {
  color: #222;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.responsive-post-slider8 .resp-slider-container .slider .item:nth-child(2n) .img_over {
  float: right;
}
.rtl .responsive-post-slider8 .resp-slider-container .slider .item:nth-child(2n) .img_over {
  float: left;
}
.newsletter-style1 {
  max-width: 430px;
  margin: 32px auto;
  text-align: center;
  background: #fff;
  padding: 66px 35px;
}
.newsletter-style1 h3 {
  font-size: 38px;
  color: #222;
  text-transform: capitalize;
  position: relative;
  padding-bottom: 17px;
  margin-bottom: 22px;
}
.newsletter-style1 h3:before {
  content: "";
  width: 50px;
  height: 2px;
  background: #222;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -25px;
}
.rtl .newsletter-style1 h3:before {
  left: auto;
  right: 50%;
  margin-left: 0;
  margin-right: -25px;
}
.newsletter-style1 p {
  font-size: 13px;
  color: #666;
  line-height: 20px;
  margin-bottom: 30px;
}
.newsletter-style1 .form-newsletter .mc4wp-form .mc4wp-form-fields input[type="email"] {
  display: block;
  margin: 0 auto;
  margin-bottom: 47px;
  border-radius: 0;
  padding: 10px;
  width: 90%;
  text-align: center;
}
.newsletter-style1 .form-newsletter .mc4wp-form .mc4wp-form-fields input[type="submit"] {
  font-size: 14px;
  color: #fff;
  background: #352b34;
  padding: 11px 30px;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 600;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 0;
}
.newsletter-style1 .form-newsletter .mc4wp-form .mc4wp-form-fields input[type="submit"]:before {
  content: '\f0e0';
  font-family: fontawesome;
  font-size: 14px;
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: normal;
  margin: 0 5px;
  display: inline-block;
}
.newsletter-style1 .form-newsletter .mc4wp-form .mc4wp-form-fields input[type="submit"]:hover {
  color: #d263ee;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.newsletter-style1 .form-newsletter .mc4wp-form .mc4wp-form-fields input[type="submit"]:hover:before {
  color: #d263ee;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.sw-latest-review2 {
  margin-bottom: 60px;
}
.sw-latest-review2 .res-button {
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  cursor: pointer;
  z-index: 2;
}
.sw-latest-review2 .res-button.slick-prev {
  left: -20px;
}
.sw-latest-review2 .res-button.slick-prev:before {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #222;
  background: rgba(0,0,0,0.1);
  cursor: pointer;
  z-index: 9;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  content: '\f0d9';
  font-family: FontAwesome;
  font-size: 20px;
  display: block;
}
.sw-latest-review2 .res-button.slick-next {
  right: -20px;
}
.sw-latest-review2 .res-button.slick-next:before {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #222;
  background: rgba(0,0,0,0.1);
  cursor: pointer;
  z-index: 9;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  content: '\f0da';
  font-family: FontAwesome;
  font-size: 20px;
  display: block;
}
.sw-latest-review2 .res-button:hover:before {
  background: #d263ee;
  color: #fff;
}
.sw-latest-review2 .res-button {
  top: 60%;
}
.sw-latest-review2 .res-button.slick-prev {
  left: 10px;
}
.sw-latest-review2 .res-button.slick-prev:before {
  content: "\f104";
  color: #fff;
}
.sw-latest-review2 .res-button.slick-next {
  right: 10px;
}
.sw-latest-review2 .res-button.slick-next:before {
  content: "\f105";
  color: #fff;
}
.sw-latest-review2 .box-slider-title {
  margin-bottom: 20px;
}
.sw-latest-review2 .box-slider-title h2 {
  display: inline-block;
  vertical-align: top;
  font-family: 'LoraItalic', Helvetica, Arial, sans-serif !important;
  color: #222;
  text-transform: capitalize;
  margin-bottom: 21px;
}
.sw-latest-review2 .box-slider-title .slider-description {
  display: inline-block;
  vertical-align: top;
  color: #222;
  margin-top: 14px;
  font-size: 12px;
}
.sw-latest-review2 .resp-slider-container .slider .slick-list .item {
  padding: 0 50px;
}
.sw-latest-review2 .resp-slider-container .slider .slick-list .item .item-content-top {
  overflow: hidden;
  margin-bottom: 15px;
}
.sw-latest-review2 .resp-slider-container .slider .slick-list .item .item-content-top .item-revivew {
  margin: 0;
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: top;
  background: url('../assets/img/star3.png') repeat center center;
  width: 105px;
  height: 20px;
}
.sw-latest-review2 .resp-slider-container .slider .slick-list .item .item-content-top .item-revivew span {
  padding-top: 1.5em;
  background: url('../assets/img/star3-active.png') repeat left center;
  float: left;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
}
.sw-latest-review2 .resp-slider-container .slider .slick-list .item .item-content {
  font-size: 12px;
  color: #666;
  line-height: 24px;
  margin-bottom: 14px;
}
.sw-latest-review2 .resp-slider-container .slider .slick-list .item .item-date {
  font-size: 14px;
  font-family: 'LoraItalic', Helvetica, Arial, sans-serif;
  color: #666;
  text-transform: capitalize;
}
.sw-latest-review2 .resp-slider-container .slider .slick-list .item .item-post {
  font-size: 14px;
  margin: 6px 0 2px 0;
  text-transform: uppercase;
}
.sw-latest-review2 .resp-slider-container .slider .slick-list .item .item-post a {
  font-size: 14px;
  font-weight: 600;
  color: #222;
}
.sw-latest-review2 .resp-slider-container .slider .slick-list .item .item-post a:hover {
  color: #d263ee;
}
.footer-style21 {
  background: #212121;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 10px;
}
.footer-style21 .vc_wp_custommenu {
  margin-bottom: 20px;
}
.footer-style21 .wpb_raw_html {
  margin-bottom: 25px;
}
.footer-style21 .elementor-widget-wp-widget-nav_menu ul,
.footer-style21 .widget_nav_menu ul {
  margin: 0;
}
.footer-style21 .elementor-widget-wp-widget-nav_menu ul li,
.footer-style21 .widget_nav_menu ul li {
  display: inline-block;
  vertical-align: top;
}
.footer-style21 .elementor-widget-wp-widget-nav_menu ul li a,
.footer-style21 .widget_nav_menu ul li a {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  padding: 0 20px;
  position: relative;
}
.footer-style21 .elementor-widget-wp-widget-nav_menu ul li a:before,
.footer-style21 .widget_nav_menu ul li a:before {
  content: "-";
  color: #fff;
  position: absolute;
  top: 0;
  right: -5px;
}
.rtl .footer-style21 .elementor-widget-wp-widget-nav_menu ul li a:before,
.rtl .footer-style21 .widget_nav_menu ul li a:before {
  right: auto;
  left: -5px;
}
.footer-style21 .elementor-widget-wp-widget-nav_menu ul li a:hover,
.footer-style21 .widget_nav_menu ul li a:hover {
  color: #d263ee;
}
.footer-style21 .elementor-widget-wp-widget-nav_menu ul li:last-child a:before,
.footer-style21 .widget_nav_menu ul li:last-child a:before {
  display: none;
}
.footer-style21 .socials-footer p {
  font-size: 12px;
  color: #fff;
  margin-bottom: 20px;
}
.footer-style21 .socials-footer p a {
  color: #d263ee;
}
.footer-style21 .socials-footer ul li {
  display: inline-block;
  vertical-align: top;
}
.footer-style21 .socials-footer ul li a {
  color: #fff;
  padding: 0 5px;
  font-size: 16px;
}
.footer-style21 .socials-footer ul li a:hover {
  color: #d263ee;
}
@media (max-width: 1199px) {
  .collection {
    padding-top: 40px;
  }
  .collection h3 {
    font-size: 30px;
  }
}
@media (min-width: 991px) and (max-width: 1199px) {
  .explore .item {
    padding-bottom: 29px;
    margin-bottom: 29px;
  }
  .explore .item .text {
    padding: 5px 10px;
  }
  .explore .item.even {
    padding-bottom: 29px;
  }
  .explore .item:last-child {
    display: none;
  }
  .responsive-post-slider8 .resp-slider-container .slider .item .item-detail .entry-content {
    padding: 15px 40px;
  }
}
@media (max-width: 991px) {
  .header-style21 .main-menu {
    padding: 0 15px;
  }
  .rtl .header-style21 .resmenu-container .navbar-toggle {
    float: right;
  }
  .header-style21 .resmenu-container .navbar-toggle .icon-bar {
    background: #fff;
  }
  .collection {
    padding-top: 0px;
  }
  .collection h3 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .collection p {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .responsive-post-slider8 .resp-slider-container .slider .item .item-detail .entry-content {
    padding: 0 30px;
  }
  .responsive-post-slider8 .resp-slider-container .slider .item .item-detail .entry-content .item-title {
    padding-top: 10px;
  }
  .responsive-post-slider8 .resp-slider-container .slider .item .item-detail .entry-content .item-title h6 a {
    font-size: 20px;
    line-height: 28px;
  }
  .responsive-post-slider8 .resp-slider-container .slider .item .item-detail .entry-content .item-title .entry-meta {
    margin-bottom: 12px;
  }
  .responsive-post-slider8 .resp-slider-container .slider .item .item-detail .entry-content .item-title .item-sl {
    display: none;
  }
  .responsive-post-slider8 .resp-slider-container .slider .item .item-detail .entry-content .item-title .description {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .explore .item {
    padding-bottom: 13px !important;
  }
  .explore .item .text {
    padding: 5px 10px;
  }
  .explore .item .text .title h5 a {
    font-size: 18px;
  }
  .explore .item .text .title h5 a span {
    display: inline-block;
  }
  .explore .item:last-child {
    display: none;
  }
}
@media (max-width: 767px) {
  .header-style21 .header-top {
    display: none;
    min-height: 0px;
  }
  .header-style21 .header-mid {
    padding: 0;
  }
  .header-style21 .header-mid .header-left,
  .header-style21 .header-mid .center-header {
    width: 100%;
    float: left;
  }
  .rtl .header-style21 .header-mid .header-left,
  .rtl .header-style21 .header-mid .center-header {
    width: 100%;
    float: right;
  }
  .header-style21 .header-mid .header-left {
    text-align: center;
  }
  .rtl .header-style21 .header-mid .header-left {
    text-align: center;
  }
  .header-style21 .header-mid .header-left .widget {
    float: none;
    display: inline-block;
    vertical-align: top;
  }
  .rtl .header-style21 .header-mid .header-left .widget {
    float: none;
    display: inline-block;
    vertical-align: top;
  }
  .header-style21 .header-mid .revo-logo {
    margin: 10px 0;
  }
  .header-style21 .header-mid .header-right {
    display: none;
  }
  .header-style21 .sticky-menu {
    position: relative;
  }
  .explore .item .text {
    padding: 0 15px;
  }
  .explore .item .text .title {
    margin-bottom: 7px;
    margin-top: 5px;
  }
  .explore .item .text .title h5 a {
    font-size: 18px;
  }
  .explore .item .text .title h5 a span {
    display: inline-block;
    vertical-align: top;
  }
  .home-style24 .sw-woo-tab-cat4 .box-title h3,
  .home-style24 .featured-product .block-title h3 {
    font-size: 28px;
  }
  .responsive-post-slider8 .resp-slider-container .box-title h3,
  .newsletter-style1 h3,
  .sw-latest-review2 .box-slider-title h2 {
    font-size: 28px;
  }
  .responsive-post-slider8 .resp-slider-container .slider .item .item-detail .img_over {
    width: 100%;
    float: none;
  }
  .rtl .responsive-post-slider8 .resp-slider-container .slider .item .item-detail .img_over {
    float: none;
  }
  .responsive-post-slider8 .resp-slider-container .slider .item .item-detail .entry-content {
    overflow: inherit;
    padding: 15px 0;
  }
  .footer-style21 .elementor-widget-wp-widget-nav_menu ul li a:before,
  .footer-style21 .widget_nav_menu ul li a:before {
    display: none;
  }
}
@media (max-width: 360px) {
  .explore .item .image {
    width: 100%;
    float: none !important;
  }
  .explore .item .image a {
    float: none !important;
  }
  .explore .item .image a img {
    margin: 10px auto;
  }
  .explore .item .text {
    width: 100%;
    float: none !important;
  }
}
.elemrntor-header-style21.header-style21 .header-bottom .main-menu {
  float: none;
}
.rtl .elemrntor-header-style21.header-style21 .header-bottom .main-menu {
  float: none;
}
.elemrntor-header-style21.header-style21 .header-top {
  min-height: 65px;
}
.elemrntor-header-style21.header-style21 .header-bottom .nav-pills > li > a {
  padding: 12px 10px;
}
.elemrntor-header-style21.header-style21 .header-top .top-header .item1,
.elemrntor-header-style21.header-style21 .header-top .top-header .item2,
.elemrntor-header-style21.header-style21 .header-top .top-header .item3 {
  padding: 0;
}
.elemrntor-header-style21.header-style21 .header-mid .header-right .elementor-widget-container {
  display: flex;
  justify-content: flex-end;
}
.elemrntor-header-style21.header-style21 .header-mid .header-right h5 {
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  color: #222;
  padding-top: 15px;
}
.elemrntor-header-style21.header-style21 .header-mid .header-right .top-minicart-icon {
  background: url(../../../themes/revo/assets/img/icon-cart9.png) no-repeat center center;
  border-radius: 0;
  height: 22px;
  width: 15px;
  display: inline-block;
  padding-left: 35px;
}
.elemrntor-header-style21.header-style21 .header-mid .header-right .top-form.top-form-minicart {
  padding: 5px 10px 10px 5px;
}
.elemrntor-header-style21.header-style21 .header-mid .header-right .top-minicart-icon .minicart-number {
  background: #d263ee;
  color: #fff;
  right: -3px;
  font-size: 12px;
}
.elementor-4223 .elementor-element.elementor-element-8f8a537 > .elementor-element-populated >div {
  background-color: #222;
}
.elementor-safe-mode-toast {
  display: none !important;
}
body.elementor-page {
  overflow-y: scroll;
  overflow-x: hidden;
  position: relative;
}
body.elementor-page .container {
  max-width: 100%;
}
body.elementor-page .container .row {
  margin: 0;
}
body.elementor-page .container .row .main-page {
  padding: 0;
}
.elementor-element-e772224 .elementor-image > a {
  max-width: 85px;
}
.header-gaming .nav-pills > li > a {
  font-size: 14px;
  font-weight: 500;
}
.home-style25.boxed-layout {
  width: 1300px;
  box-shadow: 0px 1px 10px 2px #999;
  margin: 0 auto;
  padding: 0 15px;
}
.home-style25.boxed-layout.elementor-page .container {
  overflow: hidden;
}
.elementor-page .revo_breadcrumbs .container {
  max-width: 1170px;
  padding: 0 15px !important;
}
.elementor img {
  width: auto;
  margin: 0;
}
.fix-mid > div .elementor-widget-wrap {
  justify-content: center;
}
.fix-right .elementor-widget-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  justify-content: flex-end;
}
.fix-left .elementor-widget-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  justify-content: flex-start;
}
.fix-row .elementor-widget-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  flex-direction: row;
}
.fix-row .elementor-widget-wrap >div {
  width: auto;
  padding: 0 15px;
  margin: 0;
}
.header-gaming .fix-row .elementor-widget-wrap >div {
  padding: 0 8px;
}
@media (max-width: 1199px) {
  .fix-row .elementor-widget-wrap >div {
    padding: 0 5px;
  }
}
.fix-row .elementor-widget-wrap >div:last-child {
  padding-right: 0;
}
.rtl .fix-row .elementor-widget-wrap >div:last-child {
  padding-left: 0;
  padding-right: 15px;
}
.fix-center .elementor-row,
.fix-center .elementor-container,
.fix-center .elementor-widget-wrap {
  align-items: center;
}
.fix-row .elementor-widget-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.sw-my-login .fa {
  padding-right: 6px;
}
.sw-my-login a.item-link {
  font-size: 13px;
  color: #b4b4b4;
  display: inline-block;
}
.sw-my-login a.item-link:hover {
  color: #d263ee;
}
.sw-my-account:hover ul.menu {
  opacity: 1;
  display: block;
}
.sw-my-account h5 {
  font-size: 13px;
  color: #b4b4b4;
  text-transform: capitalize;
  margin: 0;
  cursor: pointer;
  position: relative;
  line-height: initial;
  padding: 0 15px;
}
.sw-my-account h5:before {
  position: absolute;
  content: "\f007";
  font-family: fontawesome;
  top: 4px;
  left: 0;
}
.sw-my-account h5:after {
  position: absolute;
  content: "\f107";
  font-family: fontawesome;
  top: 4px;
  right: 0;
}
.sw-my-account h5:hover {
  color: #d263ee;
}
.sw-my-account ul.menu {
  position: absolute;
  width: 175px;
  left: 0;
  top: 38px;
  background: #fff;
  z-index: 9999;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  border: 1px #f2f2f2;
  box-shadow: 4px 5px 1px rgba(30,30,30,0.3);
  opacity: 0;
  display: none;
  margin: 0;
}
.sw-my-account ul.menu li {
  padding: 5px 15px;
}
.search-layout2 .icon-search.closex:before {
  background: initial;
  content: "\f00d";
  font-family: fontawesome;
  font-size: 20px;
  color: #fff;
  text-align: center;
  line-height: 40px;
}
.search-layout2 .icon-search:before {
  content: "";
  background: url(../assets/img/icon-search.svg);
  height: 40px;
  width: 40px;
  display: inline-block;
  background-size: 20px;
}
.search-layout2 .top-form.top-search {
  box-shadow: 0 0 3px #fff;
  margin: 0;
  border-radius: 0;
  display: none;
  top: 29px;
}
.search-layout2 .top-form.top-search input {
  padding: 0 20px;
}
.search-layout2 .top-form.top-search button.form-button {
  border-radius: 0;
}
.header-gaming {
  top: 0;
  left: 0;
  right: 0;
  border-top: 2px solid #d263ee;
}
.home-style25 .header-gaming {
  position: absolute;
}
.header-gaming > .elementor-container {
  position: relative;
}
.header-gaming > .elementor-container:before {
  content: "";
  height: 8px;
  background-color: #d263ee;
  width: 180px;
  position: absolute;
  left: 50%;
  margin-left: -90px;
  top: 0;
  z-index: 99;
  -webkit-clip-path: polygon(100% 0,100% 0,95% 100%,5% 100%,0 2%,0 0);
  clip-path: polygon(100% 0,100% 0,95% 100%,5% 100%,0 2%,0 0);
}
.header-gaming .elementor-row {
  z-index: 1;
}
.header-gaming .top-header-gaming >.elementor-container {
  position: relative;
  padding: 0 120px;
}
@media (max-width: 1400px) {
  .header-gaming .top-header-gaming >.elementor-container {
    padding: 0 100px;
  }
}
@media (max-width: 1199px) {
  .header-gaming .top-header-gaming >.elementor-container {
    padding: 0 20px;
  }
}
.header-gaming .top-header-gaming >.elementor-container:before {
  content: "";
  background-color: rgba(0,0,0,0.3);
  position: absolute;
  left: 0;
  right: 0;
  top: 8px;
  width: 100%;
  height: 55px;
}
@media (min-width: 480px) {
  .header-gaming .top-header-gaming >.elementor-container:before {
    -webkit-clip-path: polygon(100% 0,100% 0,96% 100%,4% 100%,0 0,0 0);
    clip-path: polygon(100% 0,100% 0,96% 100%,4% 100%,0 0,0 0);
  }
}
.header-gaming .top-header-gaming >.elementor-container:after {
  content: "";
  background-color: rgba(0,0,0,0.3);
  position: absolute;
  top: 0px;
  width: 92%;
  height: 100%;
  margin: 0 auto;
  left: 0;
  right: 0;
}
@media (min-width: 480px) {
  .header-gaming .top-header-gaming >.elementor-container:after {
    -webkit-clip-path: polygon(100% 0,100% 0,96% 100%,4% 100%,0 0,0 0);
    clip-path: polygon(100% 0,100% 0,96% 100%,4% 100%,0 0,0 0);
  }
}
.header-gaming .revo_top .top-form.top-search {
  display: none;
  width: 600px;
  position: absolute;
  border-radius: 0;
  background-color: #fff;
  margin-right: 25px;
  z-index: 99;
  right: 0;
  top: 100%;
  box-shadow: 2px -2px 10px #ddd;
}
.rtl .header-gaming .revo_top .top-form.top-search {
  right: auto;
  left: 0;
}
.header-gaming .revo_top .top-form.top-search button.form-button {
  border-radius: 0;
}
.header-gaming .top-form.top-form-minicart {
  padding: 0;
}
.header-gaming .icon-search {
  position: relative;
  cursor: pointer;
}
.header-gaming .icon-search:before {
  content: "";
  background: url("../assets/img/search.svg") no-repeat center center transparent;
  background-size: 18px;
  width: 40px;
  height: 40px;
  display: inline-block;
}
.header-gaming .icon-search.closex:before {
  background: url("../assets/img/exit.svg") no-repeat center center transparent;
  background-size: 18px;
}
.header-gaming .icon-search i {
  display: none;
}
.header-gaming .top-form.top-form-minicart .top-minicart-icon a {
  width: 15px;
  height: 15px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 1px;
  background-color: #fff;
  display: inline-block;
}
.header-gaming .top-form.top-form-minicart .top-minicart-icon a .minicart-number {
  font-size: 12px;
  line-height: 15px;
  position: initial;
  border-radius: 0;
  background-color: transparent;
  color: #d263ee;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 15px;
  height: 15px;
}
.header-gaming .top-form.top-form-minicart .top-minicart-icon {
  background: url("../assets/img/cart.svg") no-repeat center center transparent;
  background-size: 16px;
}
.header-gaming .top-login .div-logined .user-info {
  display: none;
}
.header-gaming .top-login ul {
  margin: 0;
  font-size: 0;
  list-style: none;
}
.header-gaming .top-login ul li a {
  font-size: 0;
}
.header-gaming .top-login ul li a:before {
  content: "";
  background: url("../assets/img/login.svg") no-repeat center center transparent;
  background-size: 16px;
  width: 40px;
  height: 40px;
  display: inline-block;
}
.header-gaming .top-login ul li a a {
  font-size: 0;
}
.cat-slider-gaming {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9;
}
.sw-category-slider10 {
  position: relative;
}
.sw-category-slider10 .slick-arrow {
  width: 20px;
  height: 20px;
  color: #fff;
  font-size: 16px;
  position: absolute;
  top: 50%;
  margin: -10px 0 0;
  z-index: 1;
  text-align: center;
  line-height: 20px;
  cursor: pointer;
}
.sw-category-slider10 .slick-arrow:hover {
  color: #d263ee;
}
.sw-category-slider10 .slick-arrow:before {
  font-family: fontawesome;
}
.sw-category-slider10 .slick-arrow.slick-next {
  left: 0;
}
.sw-category-slider10 .slick-arrow.slick-next:before {
  content: "\f100";
}
.sw-category-slider10 .slick-arrow.slick-prev {
  right: 0;
}
.sw-category-slider10 .slick-arrow.slick-prev:before {
  content: "\f101";
}
.sw-category-slider10 .lick-list {
  overflow: initial;
}
.sw-category-slider10 .item .item-inner .item-content {
  position: relative;
}
.sw-category-slider10 .item .item-inner .item-content:hover .childcat-product-cat ul {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}
.sw-category-slider10 .item .item-inner .item-content h3 {
  margin: 0;
  text-align: center;
  padding: 22px 0;
}
.sw-category-slider10 .item .item-inner .item-content h3 a {
  font-size: 14px;
  color: #efefef;
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
}
.sw-category-slider10 .item .item-inner .item-content h3 a:hover {
  color: #d263ee;
}
.sw-category-slider10 .item .item-inner .item-content .childcat-product-cat {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -o-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  margin: 0;
  background-color: rgba(0,0,0,0.6);
  padding: 10px 0;
  top: 0;
  width: 100%;
}
.sw-category-slider10 .item .item-inner .item-content .childcat-product-cat ul {
  list-style: none;
  margin: 0;
}
.sw-category-slider10 .item .item-inner .item-content .childcat-product-cat ul li {
  padding: 5px 15px;
}
.sw-category-slider10 .item .item-inner .item-content .childcat-product-cat ul li a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
}
.sw-category-slider10 .item .item-inner .item-content .childcat-product-cat ul li:hover a {
  color: #d263ee;
  text-decoration: underline;
}
.woo-slider-default.gaming .box-slider-title h2 {
  font-size: 34px;
  color: #000;
  font-weight: 700;
  text-align: center;
  margin-bottom: 35px;
}
.woo-slider-default.gaming .item {
  padding: 0 15px;
  position: relative;
}
@media (min-width: 768px) {
  .woo-slider-default.gaming .item .item-wrap {
    border: 1px solid #ddd;
    background-color: #fff;
    position: relative;
    -webkit-clip-path: polygon(100% 0,100% 94%,91% 100%,0 100%,0 0);
    clip-path: polygon(100% 0,100% 94%,91% 100%,0 100%,0 0);
  }
}
.cate-name {
  display: none;
}
.home-style25 .sw-brand-container-slider {
  border-radius: 0;
  padding: 20px 80px;
  position: relative;
  margin: 0 0 40px;
}
.home-style25 .sw-brand-container-slider:before {
  display: inline-block;
  content: "";
  width: 30px;
  height: 30px;
  border-right: 1px solid #ddd;
  position: absolute;
  top: -15px;
  left: -15px;
  background-color: #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  visibility: visible;
}
.home-style25 .sw-brand-container-slider:after {
  display: inline-block;
  content: "";
  width: 30px;
  height: 30px;
  border-left: 1px solid #ddd;
  position: absolute;
  bottom: -15px;
  right: -15px;
  background-color: #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  visibility: visible;
}
.home-style25 .sw-brand-container-slider .slick-track {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  align-items: center;
}
.home-style25 .sw-brand-container-slider,
.gaming {
  position: relative;
}
.home-style25 .sw-brand-container-slider .block-title h3,
.home-style25 .sw-brand-container-slider .box-title h3,
.gaming .block-title h3,
.gaming .box-title h3 {
  font-size: 26px;
  color: #000;
  font-weight: 700;
  padding: 0 0 0 60px;
  position: relative;
  display: inline-block;
  text-transform: capitalize;
  border: none;
}
.rtl .home-style25 .sw-brand-container-slider .block-title h3,
.rtl .home-style25 .sw-brand-container-slider .box-title h3,
.rtl .gaming .block-title h3,
.rtl .gaming .box-title h3 {
  padding: 0 60px 0 0;
}
.home-style25 .sw-brand-container-slider .block-title h3:before,
.home-style25 .sw-brand-container-slider .box-title h3:before,
.gaming .block-title h3:before,
.gaming .box-title h3:before {
  content: "";
  background: url("../assets/img/pc.svg") no-repeat scroll center center #ff2919;
  width: 40px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  top: -4px;
  left: 0;
  border-radius: 50%;
  background-size: 20px;
}
.rtl .home-style25 .sw-brand-container-slider .block-title h3:before,
.rtl .home-style25 .sw-brand-container-slider .box-title h3:before,
.rtl .gaming .block-title h3:before,
.rtl .gaming .box-title h3:before {
  right: 0;
  left: auto;
}
.joystick .home-style25 .sw-brand-container-slider .block-title h3:before,
.joystick .home-style25 .sw-brand-container-slider .box-title h3:before,
.joystick .gaming .block-title h3:before,
.joystick .gaming .box-title h3:before {
  background: url("../assets/img/joystick.svg") no-repeat scroll center center #389c2d;
  background-size: 20px;
}
.chair .home-style25 .sw-brand-container-slider .block-title h3:before,
.chair .home-style25 .sw-brand-container-slider .box-title h3:before,
.chair .gaming .block-title h3:before,
.chair .gaming .box-title h3:before {
  background: url("../assets/img/chair.svg") no-repeat scroll center center #e2b20d;
  background-size: 20px;
}
.home-style25 .sw-brand-container-slider .slick-arrow,
.gaming .slick-arrow {
  width: 40px;
  height: 40px;
  color: #000;
  font-size: 16px;
  position: absolute;
  background: #f5f5f5 !important;
  -webkit-clip-path: polygon(35% 0,80% 0%,100% 0,100% 65%,65% 100%,20% 100%,0 100%,0 35%);
  clip-path: polygon(35% 0,80% 0%,100% 0,100% 65%,65% 100%,20% 100%,0 100%,0 35%);
  border: 1px solid #f5f5f5;
  top: 50%;
  margin: -20px 0 0;
  z-index: 1;
  text-align: center;
  line-height: 37px;
  cursor: pointer;
}
.home-style25 .sw-brand-container-slider .slick-arrow:hover,
.gaming .slick-arrow:hover {
  color: #fff;
  border-color: #d263ee;
  background-color: #d263ee !important;
}
.home-style25 .sw-brand-container-slider .slick-arrow:before,
.gaming .slick-arrow:before {
  font-family: fontawesome;
}
.home-style25 .sw-brand-container-slider .slick-arrow.slick-next,
.gaming .slick-arrow.slick-next {
  left: -55px;
  right: auto;
}
.home-style25 .sw-brand-container-slider .slick-arrow.slick-next:before,
.gaming .slick-arrow.slick-next:before {
  content: "\f104";
}
.home-style25 .sw-brand-container-slider .slick-arrow.slick-prev,
.gaming .slick-arrow.slick-prev {
  right: -55px;
  left: auto;
}
.home-style25 .sw-brand-container-slider .slick-arrow.slick-prev:before,
.gaming .slick-arrow.slick-prev:before {
  content: "\f105";
}
.home-style25 .sw-brand-container-slider .item,
.gaming .item {
  padding: 0 15px;
  position: relative;
}
@media (max-width: 480px) {
  .home-style25 .sw-brand-container-slider .item,
  .gaming .item {
    padding: 0 10px;
  }
}
.home-style25 .sw-brand-container-slider .item .item-wrap,
.gaming .item .item-wrap {
  border: 1px solid #dddddd;
  position: relative;
  padding: 10px;
}
.home-style25 .sw-brand-container-slider .item .item-wrap:before,
.gaming .item .item-wrap:before {
  display: inline-block;
  content: "";
  width: 30px;
  height: 30px;
  border-right: 1px solid #ddd;
  position: absolute;
  top: -15px;
  left: -15px;
  background-color: #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.home-style25 .sw-brand-container-slider .item .item-wrap:after,
.gaming .item .item-wrap:after {
  display: inline-block;
  content: "";
  width: 30px;
  height: 30px;
  border-left: 1px solid #ddd;
  position: absolute;
  bottom: -15px;
  right: -15px;
  background-color: #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.home-style25 .sw-brand-container-slider .item .item-wrap .item-img.products-thumb,
.gaming .item .item-wrap .item-img.products-thumb {
  clip-path: polygon(12% 0,80% 0%,100% 0,100% 90%,88% 100%,20% 100%,0 100%,0 12%);
  -webkit-clip-path: polygon(12% 0,80% 0%,100% 0,100% 90%,88% 100%,20% 100%,0 100%,0 12%);
  margin-bottom: 11px;
}
.home-style25 .sw-brand-container-slider .item .item-wrap .item-img.products-thumb a.sw-quickview,
.gaming .item .item-wrap .item-img.products-thumb a.sw-quickview {
  width: 40px;
  height: 40px;
  font-size: 0;
  border-radius: 0;
  background-color: #f5f5f5;
  -webkit-clip-path: polygon(35% 0,80% 0%,100% 0,100% 65%,65% 100%,20% 100%,0 100%,0 35%);
  clip-path: polygon(35% 0,80% 0%,100% 0,100% 65%,65% 100%,20% 100%,0 100%,0 35%);
  padding: 0;
  color: #000000;
  line-height: 40px;
  margin-left: -20px;
}
.home-style25 .sw-brand-container-slider .item .item-wrap .item-img.products-thumb a.sw-quickview:hover,
.gaming .item .item-wrap .item-img.products-thumb a.sw-quickview:hover {
  background: #d263ee !important;
  color: #000 !important;
}
.home-style25 .sw-brand-container-slider .item .item-wrap .item-img.products-thumb a.sw-quickview:hover:before,
.gaming .item .item-wrap .item-img.products-thumb a.sw-quickview:hover:before {
  color: #000 !important;
}
.home-style25 .sw-brand-container-slider .item .item-wrap .item-content,
.gaming .item .item-wrap .item-content {
  text-align: left;
  display: block;
}
.rtl .home-style25 .sw-brand-container-slider .item .item-wrap .item-content,
.rtl .gaming .item .item-wrap .item-content {
  text-align: right;
}
.home-style25 .sw-brand-container-slider .item .item-wrap .item-content h4,
.gaming .item .item-wrap .item-content h4 {
  margin-bottom: 4px;
}
.home-style25 .sw-brand-container-slider .item .item-wrap .item-content h4 a,
.gaming .item .item-wrap .item-content h4 a {
  font-size: 16px;
  color: #222;
  font-weight: 500;
}
.home-style25 .sw-brand-container-slider .item .item-wrap .item-content .cate-name,
.gaming .item .item-wrap .item-content .cate-name {
  display: block;
  margin-bottom: 7px;
}
.home-style25 .sw-brand-container-slider .item .item-wrap .item-content .cate-name .posted_in a,
.gaming .item .item-wrap .item-content .cate-name .posted_in a {
  font-size: 13px;
  color: #909090;
  line-height: initial;
}
.home-style25 .sw-brand-container-slider .item .item-wrap .item-content .cate-name .posted_in a:hover,
.gaming .item .item-wrap .item-content .cate-name .posted_in a:hover {
  color: #d263ee;
}
.home-style25 .sw-brand-container-slider .item .item-wrap .item-content .item-price,
.gaming .item .item-wrap .item-content .item-price {
  font-size: 18px;
  color: #000;
}
.home-style25 .sw-brand-container-slider .item .item-wrap .item-content .item-price ins,
.gaming .item .item-wrap .item-content .item-price ins {
  color: #d263ee;
}
.home-style25 .sw-brand-container-slider .item .item-wrap .item-content .item-price del,
.gaming .item .item-wrap .item-content .item-price del {
  color: #555;
}
.home-style25 .sw-brand-container-slider .item .item-wrap .item-content .item-bottom,
.gaming .item .item-wrap .item-content .item-bottom {
  position: absolute;
  transform: translateY(0);
  opacity: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  flex-direction: column-reverse;
  bottom: -5px;
  right: 0;
  width: 40px;
  left: auto;
  top: auto;
}
.rtl .home-style25 .sw-brand-container-slider .item .item-wrap .item-content .item-bottom,
.rtl .gaming .item .item-wrap .item-content .item-bottom {
  right: auto;
  left: 10px;
}
.home-style25 .sw-brand-container-slider .item .item-wrap .item-content .item-bottom .button,
.home-style25 .sw-brand-container-slider .item .item-wrap .item-content .item-bottom .add_to_cart_button,
.home-style25 .sw-brand-container-slider .item .item-wrap .item-content .item-bottom .product_type_external,
.home-style25 .sw-brand-container-slider .item .item-wrap .item-content .item-bottom .product_type_grouped,
.gaming .item .item-wrap .item-content .item-bottom .button,
.gaming .item .item-wrap .item-content .item-bottom .add_to_cart_button,
.gaming .item .item-wrap .item-content .item-bottom .product_type_external,
.gaming .item .item-wrap .item-content .item-bottom .product_type_grouped {
  width: 40px;
  height: 40px;
  font-size: 0;
  border-radius: 0;
  background-color: #f5f5f5;
  -webkit-clip-path: polygon(35% 0,80% 0%,100% 0,100% 65%,65% 100%,20% 100%,0 100%,0 35%);
  clip-path: polygon(35% 0,80% 0%,100% 0,100% 65%,65% 100%,20% 100%,0 100%,0 35%);
  padding: 0 !important;
  margin: 5px 0;
  border: none;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.home-style25 .sw-brand-container-slider .item .item-wrap .item-content .item-bottom .button:hover,
.home-style25 .sw-brand-container-slider .item .item-wrap .item-content .item-bottom .add_to_cart_button:hover,
.home-style25 .sw-brand-container-slider .item .item-wrap .item-content .item-bottom .product_type_external:hover,
.home-style25 .sw-brand-container-slider .item .item-wrap .item-content .item-bottom .product_type_grouped:hover,
.gaming .item .item-wrap .item-content .item-bottom .button:hover,
.gaming .item .item-wrap .item-content .item-bottom .add_to_cart_button:hover,
.gaming .item .item-wrap .item-content .item-bottom .product_type_external:hover,
.gaming .item .item-wrap .item-content .item-bottom .product_type_grouped:hover {
  background: #d263ee !important;
}
.home-style25 .sw-brand-container-slider .item .item-wrap .item-content .item-bottom .button:before,
.home-style25 .sw-brand-container-slider .item .item-wrap .item-content .item-bottom .add_to_cart_button:before,
.home-style25 .sw-brand-container-slider .item .item-wrap .item-content .item-bottom .product_type_external:before,
.home-style25 .sw-brand-container-slider .item .item-wrap .item-content .item-bottom .product_type_grouped:before,
.gaming .item .item-wrap .item-content .item-bottom .button:before,
.gaming .item .item-wrap .item-content .item-bottom .add_to_cart_button:before,
.gaming .item .item-wrap .item-content .item-bottom .product_type_external:before,
.gaming .item .item-wrap .item-content .item-bottom .product_type_grouped:before {
  content: "";
  background: url("../assets/img/supermarket.svg") no-repeat center center transparent;
  width: 40px;
  height: 40px;
  background-size: 16px !important;
  display: inline-block;
}
.home-style25 .sw-brand-container-slider .item .item-wrap .item-content .item-bottom a.compare:hover:before,
.gaming .item .item-wrap .item-content .item-bottom a.compare:hover:before {
  background-color: #d263ee !important;
}
.home-style25 .sw-brand-container-slider .item .item-wrap .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.home-style25 .sw-brand-container-slider .item .item-wrap .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.home-style25 .sw-brand-container-slider .item .item-wrap .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
.home-style25 .sw-brand-container-slider .item .item-wrap .item-content .item-bottom a.compare,
.gaming .item .item-wrap .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.gaming .item .item-wrap .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.gaming .item .item-wrap .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
.gaming .item .item-wrap .item-content .item-bottom a.compare {
  border: none;
  width: 40px;
  height: 40px;
  font-size: 0;
  border-radius: 0;
  background-color: #f5f5f5;
  -webkit-clip-path: polygon(35% 0,80% 0%,100% 0,100% 65%,65% 100%,20% 100%,0 100%,0 35%);
  clip-path: polygon(35% 0,80% 0%,100% 0,100% 65%,65% 100%,20% 100%,0 100%,0 35%);
  padding: 0;
  color: #000000;
  line-height: 40px;
  margin: 5px 0;
  opacity: 0;
  visibility: hidden;
}
.home-style25 .sw-brand-container-slider .item .item-wrap .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover,
.home-style25 .sw-brand-container-slider .item .item-wrap .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover,
.home-style25 .sw-brand-container-slider .item .item-wrap .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover,
.home-style25 .sw-brand-container-slider .item .item-wrap .item-content .item-bottom a.compare:hover,
.gaming .item .item-wrap .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover,
.gaming .item .item-wrap .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover,
.gaming .item .item-wrap .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover,
.gaming .item .item-wrap .item-content .item-bottom a.compare:hover {
  color: #000 !important;
  background: #d263ee !important;
  opacity: 0.5;
}
.home-style25 .sw-brand-container-slider .item .item-wrap .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover:before,
.home-style25 .sw-brand-container-slider .item .item-wrap .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover:before,
.home-style25 .sw-brand-container-slider .item .item-wrap .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover:before,
.home-style25 .sw-brand-container-slider .item .item-wrap .item-content .item-bottom a.compare:hover:before,
.gaming .item .item-wrap .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover:before,
.gaming .item .item-wrap .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover:before,
.gaming .item .item-wrap .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover:before,
.gaming .item .item-wrap .item-content .item-bottom a.compare:hover:before {
  color: #000 !important;
  opacity: 1;
}
.home-style25 .sw-brand-container-slider .item .item-wrap .item-content .item-bottom .compare.button:before,
.gaming .item .item-wrap .item-content .item-bottom .compare.button:before {
  background: #f5f5f5;
}
.home-style25 .sw-brand-container-slider .item .item-wrap:hover .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.home-style25 .sw-brand-container-slider .item .item-wrap:hover .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.home-style25 .sw-brand-container-slider .item .item-wrap:hover .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
.home-style25 .sw-brand-container-slider .item .item-wrap:hover .item-bottom a.compare,
.gaming .item .item-wrap:hover .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.gaming .item .item-wrap:hover .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.gaming .item .item-wrap:hover .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
.gaming .item .item-wrap:hover .item-bottom a.compare {
  opacity: 1 !important;
  visibility: visible;
}
.sw-category-slider11 {
  margin: 0 -15px;
}
.sw-category-slider11 .item {
  padding: 0 15px;
}
.sw-category-slider11 .item .item-wrap {
  border: 1px solid #dddddd;
  position: relative;
  -webkit-clip-path: polygon(10% 0,100% 0,100% 93%,90% 100%,0 100%,0 8%);
  clip-path: polygon(10% 0,100% 0,100% 93%,90% 100%,0 100%,0 8%);
}
@media (max-width: 1400px) {
  .sw-category-slider11 .item .item-wrap {
    -webkit-clip-path: polygon(10% 0,100% 0,100% 93%,90% 100%,0 100%,0 8%);
    clip-path: polygon(12% 0,100% 0,100% 92%,88% 100%,0 100%,0 8%);
  }
}
.sw-category-slider11 .item .item-wrap:before {
  content: "";
  position: absolute;
  left: -12px;
  top: -12px;
  width: 24px;
  height: 24px;
  border-right: 1px solid #ededed;
  background-color: #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 99;
}
.sw-category-slider11 .item .item-wrap:after {
  content: "";
  position: absolute;
  right: -12px;
  bottom: -12px;
  width: 24px;
  height: 24px;
  border-top: 1px solid #ededed;
  background-color: #ffffff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 99;
}
.sw-category-slider11 .item .item-wrap .item-content h4 {
  margin-bottom: 5px;
}
.sw-category-slider11 .item .item-wrap .item-content h4 a {
  font-size: 16px;
  color: #000;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 30px;
}
.sw-category-slider11 .item .item-wrap .item-content p {
  font-size: 13px;
  color: #999999;
  line-height: 30px;
  text-transform: capitalize;
}
.box-coming-gaming .elementor-widget-wrap {
  position: relative;
}
.box-coming-gaming .elementor-widget-wrap .text-content {
  position: absolute;
  top: 50%;
  margin-top: -137px;
  text-align: center;
  left: 0;
  right: 0;
}
.box-coming-gaming .elementor-widget-wrap .text-content h3 {
  font-size: 34px;
  color: #000;
  font-weight: bold;
  line-height: 46px;
  margin-bottom: 21px;
}
.box-coming-gaming .elementor-widget-wrap .text-content span {
  font-size: 20px;
  color: #000;
  line-height: 30px;
  font-weight: 300;
  width: 55%;
  display: inline-block;
  margin-bottom: 30px;
}
.box-coming-gaming a {
  display: block;
  font-size: 15px;
  color: #d263ee;
  text-transform: uppercase;
}
.box-coming-gaming a i {
  padding: 0 10px;
}
.elementor-element .button-collapse span {
  display: none !important;
}
.sw-child-cat-gaming .child-top {
  margin: 0 0 25px;
}
.sw-child-cat-gaming .resp-slider {
  margin: 0 -15px;
}
.sw-child-cat-gaming .banner-responsive {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  margin: 0 -15px;
}
.sw-child-cat-gaming .banner-responsive a {
  padding: 0 15px;
  margin-bottom: 30px;
  display: inline-block;
}
.sw-child-cat-gaming .banner-responsive a img {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0,0,0,0);
  -webkit-transition-property: transform;
  transition-property: transform;
}
.sw-child-cat-gaming .banner-responsive a img:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.sw-child-cat-gaming .button-collapse {
  margin: 5px 0 0;
}
.sw-child-cat-gaming .childcat-content {
  padding: 8px 0;
}
@media (min-width: 1200px) {
  .sw-child-cat-gaming .childcat-content {
    position: absolute;
    display: flex;
    justify-content: center;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .sw-child-cat-gaming .childcat-content {
    max-width: 300px;
    border: 1px solid #f1f1f1;
    background: #fff;
    -webkit-transform: translateX(350px);
    -moz-transform: translateX(350px);
    -o-transform: translateX(350px);
    -ms-transform: translateX(350px);
    transform: translateX(350px);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 99;
    position: absolute;
    right: 0;
    top: 50px;
  }
  .rtl .sw-child-cat-gaming .childcat-content {
    right: auto;
    left: 0;
    -webkit-transform: translateX(-350px);
    -moz-transform: translateX(-350px);
    -o-transform: translateX(-350px);
    -ms-transform: translateX(-350px);
    transform: translateX(-350px);
  }
  .sw-child-cat-gaming .childcat-content.in {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.sw-child-cat-gaming .childcat-content ul {
  margin: 0;
  list-style: none;
}
.sw-child-cat-gaming .childcat-content ul li {
  display: inline-block;
  padding: 0 20px;
  border-right: 1px solid #999;
  line-height: 14px;
}
@media (max-width: 991px) {
  .sw-child-cat-gaming .childcat-content ul li {
    display: inline-block;
    padding: 5px 20px;
    width: 100%;
    line-height: 18px;
    border: none;
    text-align: right;
  }
}
.rtl .sw-child-cat-gaming .childcat-content ul li {
  border-left: 1px solid #ddd;
  border-right: none;
}
.sw-child-cat-gaming .childcat-content ul li:last-child {
  border: none;
}
.sw-child-cat-gaming .childcat-content ul li:hover a {
  color: #d263ee;
}
.sw-child-cat-gaming .childcat-content ul li a {
  color: #999;
  font-size: 14px;
  display: inline-block;
  text-transform: capitalize;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.sw-child-cat-gaming .view-all {
  color: #999;
  font-size: 14px;
  text-transform: capitalize;
  text-align: right;
  position: relative;
  padding: 0 20px;
  margin: 8px 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .sw-child-cat-gaming .view-all {
    display: none;
  }
}
.sw-child-cat-gaming .view-all:before {
  font-family: fontawesome;
  content: "\f105";
  position: absolute;
  top: 1px;
  right: 0;
}
.rtl .sw-child-cat-gaming .view-all:before {
  right: auto;
  left: 0;
  content: "\f104";
}
.sw-child-cat-gaming .view-all:hover {
  color: #d263ee;
}
@media (min-width: 1199px) {
  .sw-child-cat-gaming .slider {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    flex-direction: row;
  }
}
@media (max-width: 991px) {
  .sw-child-cat-gaming .slider .item {
    width: 33.3%;
    float: left;
    margin: 0 0 20px;
  }
}
@media (max-width: 480px) {
  .sw-child-cat-gaming .slider .item {
    width: 50%;
  }
}
.elementor-widget-icon-list ul li.elementor-icon-list-item a {
  padding: 0 !important;
}
.elementor-widget-icon-list ul li.elementor-icon-list-item a i:hover,
.elementor-widget-icon-list ul li.elementor-icon-list-item a span:hover {
  color: #d263ee !important;
}
.bt-slider-gaming {
  padding: 8px 40px 8px 25px !important;
  display: inline-block;
  font-size: 14px;
  color: #fff;
  background: #d263ee;
  position: relative;
  text-transform: uppercase;
}
.bt-slider-gaming:hover {
  background-color: #000;
  color: #fff;
}
.bt-slider-gaming:before {
  font-family: fontawesome;
  right: 25px;
  content: "\f105";
  position: absolute;
  top: 50%;
  margin-top: -14px;
}
.custom .tp-bullet {
  width: 4px;
  background-color: #696969;
  height: 10px;
}
.custom .tp-bullet:hover,
.custom .tp-bullet.selected {
  background-color: #d263ee !important;
}
.bt-play-gaming {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding: 8px 40px !important;
  display: inline-block;
}
.bt-play-gaming:hover {
  color: #d263ee !important;
}
.bt-play-gaming:before {
  content: "";
  left: -5px;
  background-size: 20px !important;
  background: url(../assets/img/play-button.svg) no-repeat center center transparent;
  width: 40px;
  height: 40px;
  top: 0;
  position: absolute;
  display: inline-block;
}
.elementor-9 .elementor-element.elementor-element-86101e7 .elementor-button {
  color: #d263ee;
}
.elementor-4036 .elementor-element.elementor-element-50102f2 .elementor-social-icon i:hover,
.elementor-9 .elementor-element.elementor-element-736345c .elementor-button,
.elementor-9 .elementor-element.elementor-element-736345c .elementor-button {
  color: #d263ee;
}
@media (min-width: 1200px) {
  .elementor-9 .elementor-element.elementor-element-cebddeb {
    margin: 0 auto;
    width: 80%;
  }
}
.footer-gaming .elementor-widget-container h5 {
  font-size: 20px;
  color: #000;
  line-height: 30px;
  font-weight: 600;
  text-transform: capitalize;
  margin: 0 0 15px;
}
.footer-gaming .elementor-widget-container p {
  line-height: 24px;
}
.footer-gaming .elementor-widget-container ul {
  list-style: none;
  margin: 0;
}
.footer-gaming .elementor-widget-container ul li span,
.footer-gaming .elementor-widget-container ul li a {
  line-height: 34px;
  font-size: 14px;
  color: #555;
  display: inline-block;
  cursor: pointer;
}
.footer-gaming .elementor-widget-container ul li span:hover,
.footer-gaming .elementor-widget-container ul li a:hover {
  color: #d263ee;
}
.footer-gaming .elementor-widget-container span {
  color: #555555;
  font-size: 14px;
  display: inline-block;
  line-height: 24px;
}
.footer-gaming .elementor-widget-container .store li:first-child span {
  background: url(../assets/img/pin.svg) no-repeat left center transparent;
  background-size: 25px;
}
.rtl .footer-gaming .elementor-widget-container .store li:first-child span {
  background: url(../assets/img/pin.svg) no-repeat right center transparent;
  background-size: 25px;
}
.footer-gaming .elementor-widget-container .store span {
  position: relative;
  padding: 0 0 0 30px;
  line-height: 24px;
  margin: 0 0 10px;
  background: url(../assets/img/call.svg) no-repeat left center transparent;
  background-size: 25px;
}
.rtl .footer-gaming .elementor-widget-container .store span {
  padding: 0 30px 0 0;
  background: url(../assets/img/call.svg) no-repeat right center transparent;
  background-size: 25px;
}
.footer-gaming form {
  position: relative;
}
.footer-gaming form p {
  margin: 0;
}
.footer-gaming form input[type="email"] {
  margin: 0;
  width: 100%;
  height: 40px;
  border-radius: 0;
  font-size: 14px;
  color: #cccccc;
  padding: 0 10px;
}
.rtl .footer-gaming form input[type="email"] {
  text-align: right;
}
.footer-gaming form input[type="submit"] {
  margin: 0;
  background: #000;
  color: #fff;
  font-size: 14px;
  text-transform: capitalize;
  height: 34px;
  padding: 0 10px;
  position: absolute;
  right: 3px;
  top: 3px;
}
.rtl .footer-gaming form input[type="submit"] {
  right: auto;
  left: 3px;
}
.footer-gaming form input[type="submit"]:hover {
  background: #d263ee;
  color: #fff;
}
.footer-gaming .copyright-gaming {
  border-top: 1px solid #ddd;
  padding: 5px 0;
}
.footer-gaming .copyright-gaming a {
  color: #d263ee;
}
.content_change .elementor-widget-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  align-items: center;
}
.content_change .elementor-widget-container h5 {
  margin: 0;
  color: #fff;
  text-transform: capitalize;
  padding: 0 10px 0 0;
}
.rtl .content_change .elementor-widget-container h5 {
  padding: 0 0 0 10px;
}
.content_change #lang_sel > ul.nav,
.content_change .currency_w {
  margin: 0;
}
.rtl .content_change #lang_sel > ul.nav,
.rtl .content_change .currency_w {
  margin: 0;
}
.content_change .currency_w > li > a::after,
.content_change .currency_w > li > a,
.content_change #lang_sel a.lang_sel_sel::after,
.content_change #lang_sel > ul.nav > li > a {
  color: #fff;
  border: 0;
  padding: 0;
}
.rtl .content_change .currency_w > li > a::after,
.rtl .content_change .currency_w > li > a,
.rtl .content_change #lang_sel a.lang_sel_sel::after,
.rtl .content_change #lang_sel > ul.nav > li > a {
  padding: 0;
}
.top-header-gaming .main-menu {
  text-align: center;
  float: none;
}
@media (min-width: 1200px) {
  .home-style25 .sw-recent-viewed-slider {
    margin: 0 0 100px !important;
  }
}
.sw-recent-viewed-slider .block-title h3 {
  padding: 0 15px !important;
}
.sw-recent-viewed-slider .block-title h3:before {
  display: none;
}
.elementor-widget-portfolio .elementor-portfolio__filter:hover,
.elementor-widget-portfolio .elementor-portfolio__filter.elementor-active {
  color: #fff;
  background-color: #d263ee;
  border-color: #d263ee;
}
.elementor-widget-portfolio .elementor-portfolio__filter {
  color: #000;
  border: 1px solid #ddd;
  line-height: 38px;
  height: 40px;
  padding: 0 20px;
  font-weight: 400;
  text-transform: capitalize;
  font-size: 16px;
  margin: 0 0 25px;
}
.elementor-9 .elementor-element.elementor-element-100bb78 .elementor-button {
  color: #d263ee;
}
@media (max-width: 1400px) {
  .elementor-3773 .elementor-element.elementor-element-7103fbb > .elementor-container {
    max-width: 1170px;
  }
  .elementor-9 .elementor-element.elementor-element-3c9f6fe {
    margin-top: -150px;
  }
  .elementor-9 .elementor-element.elementor-element-c32ebd5 .elementor-cta__content {
    min-height: 70vh;
  }
  .header-gaming .top-header-gaming .logo-gaming {
    background-size: 100% !important;
    max-width: 120px;
    margin: 0 0 0 -60px;
  }
  .img-logo-gaming .elementor-image>a {
    width: 80px;
  }
}
@media (max-width: 1400px) {
  .header-gaming .nav-pills > li > a {
    padding: 25px 20px;
  }
  .elementor-3773 .elementor-element.elementor-element-97d5a5e {
    width: 15%;
  }
  .elementor-3773 .elementor-element.elementor-element-40e7f73 {
    width: 65%;
  }
}
@media (max-width: 1199px) {
  .sw-child-cat-gaming .view-all {
    display: none;
  }
  .elementor-9 .elementor-element.elementor-element-d53a277,
  .elementor-9 .elementor-element.elementor-element-3c9f6fe {
    margin: 0 0 20px;
  }
  .sw-child-cat-gaming .slider {
    display: flex;
    flex-direction: row;
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .sw-child-cat-gaming .slider .item {
    width: 300px;
    display: inline-table;
    margin-bottom: 15px;
    padding: 10px 15px;
  }
  .header-gaming .nav-pills >li > a {
    padding: 25px 15px;
  }
}
@media (max-width: 991px) {
  .elementor-9 .elementor-element.elementor-element-450610f .elementor-heading-title {
    font-size: 25px;
  }
  .elementor-element-f85f0e8 {
    display: none;
  }
  .rtl .sw-child-cat-gaming .childcat-content ul li {
    border: none;
  }
  .elementor-element-dd734ce {
    margin: 0 0 5px !important;
  }
  .elementor-9 .elementor-element.elementor-element-693aa28,
  .elementor-9 .elementor-element.elementor-element-0d1dea2 {
    width: 100%;
    margin: 0 0 10px;
  }
  .elementor-3773 .elementor-element.elementor-element-40e7f73 {
    width: 30%;
  }
  .elementor-3773 .elementor-element.elementor-element-d4339c6 {
    width: 50%;
  }
  .header-gaming .resmenu-container .navbar-toggle .icon-bar {
    background-color: #fff;
  }
}
@media (max-width: 767px) {
  .bt-play-gaming::before {
    top: -3px;
  }
  .elementor-element-079157f,
  .elementor-element-d7dccc4 {
    width: 50%;
  }
  .header-gaming .top-header-gaming > .elementor-container::after {
    width: 100%;
  }
  .sw-recent-viewed-slider .block-title h3 {
    padding: 0 10px !important;
    font-size: 25px;
  }
  .elementor-3773 .elementor-element.elementor-element-e772224 {
    text-align: center !important;
  }
  .header-gaming .revo_top .top-form.top-search {
    width: 300px;
    min-width: 300px;
  }
  .revo_top .top-form.top-search input {
    padding: 0 20px 0 70px;
  }
  .rtl .revo_top .top-form.top-search input {
    padding: 0 70px 0 20px;
  }
  .revo_top .top-form.top-search .cat-wrapper {
    display: none;
  }
  .footer-gaming .elementor-widget-container h5 {
    font-size: 20px;
    color: #fff;
    line-height: 30px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0;
    background-color: #000;
    padding: 5px 10px;
    -webkit-clip-path: polygon(2% 0,100% 0,100% 90%,98% 100%,0 100%,0 10%);
    clip-path: polygon(2% 0,100% 0,100% 90%,98% 100%,0 100%,0 10%);
  }
  .footer-gaming .elementor-widget-container ul.menu {
    display: none;
  }
  .elementor-4036 .elementor-element.elementor-element-2d73016 {
    text-align: center !important;
  }
  .box-coming-gaming .elementor-widget-wrap .text-content span {
    display: none;
  }
  .gaming .box-title h3,
  .box-coming-gaming .elementor-widget-wrap .text-content h3,
  .woo-slider-default.gaming .box-slider-title h2 {
    font-size: 25px;
  }
  body.elementor-page div.container {
    padding: 0 !important;
  }
  .elementor-element-4781a23 .elementor-widget-container {
    text-align: center;
  }
}
@media (max-width: 480px) {
  .sw-child-cat-gaming .slider .item,
  .woo-slider-default.gaming .item,
  .sw-category-slider11 .item,
  .gaming .item {
    padding: 0 10px;
  }
  .bt-slider-gaming:before,
  .bt-play-gaming:before {
    display: none;
  }
  .bt-play-gaming {
    padding: 0 13px !important;
  }
  .bt-slider-gaming {
    padding: 8px 20px !important;
  }
  .home-style25 .sw-brand-container-slider {
    padding: 10px;
  }
  .elementor-element-079157f,
  .elementor-element-d7dccc4 {
    width: 100%;
  }
  .elementor-element-d7dccc4 .elementor-widget-wrap {
    padding: 0;
  }
  .elementor-4036 .elementor-element.elementor-element-079157f > .elementor-element-populated .elementor-widget-wrap {
    justify-content: center;
  }
  .header-gaming .revo_top .top-form.top-search {
    margin-right: -100px;
  }
  .rtl .header-gaming .revo_top .top-form.top-search {
    margin-left: -100px;
    margin-right: 0;
  }
  .box-coming-gaming .elementor-widget-wrap .text-content {
    margin-top: -80px;
  }
  .gaming .item .item-wrap .item-content h4 a {
    font-size: 14px;
  }
  .item .item-wrap .item-detail .item-content .item-price,
  .item .item-wrap .item-detail .item-img .item-price {
    font-size: 12px;
  }
  .item .item-wrap .item-detail .item-content .item-price del,
  .item .item-wrap .item-detail .item-img .item-price del {
    font-size: 11px;
  }
  .elementor-element-d7dccc4 .elementor-widget-wrap {
    justify-content: center;
    padding: 10px 0;
  }
  .elementor-widget-portfolio .elementor-portfolio__filter {
    width: 100%;
    margin: 0 5px 5px;
  }
}
.header-top-mobile  .icon-search {
  display: none;
}
.rtl .rtl .elementor-button .elementor-align-icon-right {
  margin: 0 5px;
}
.rtl .elementor-9 .elementor-element.elementor-element-86101e7 .elementor-button .elementor-align-icon-right {
  margin-right: 15px;
}
.rtl .elementor-element-86101e7.elementor-widget {
  text-align: right;
}
.rtl.home-style25 .fa-angle-right::before {
  content: "\f104";
}
.rtl .elementor-9 .elementor-element.elementor-element-736345c .elementor-button .elementor-align-icon-right {
  padding: 0 15px;
}
.rtl .elementor-4036 .elementor-element.elementor-element-2d73016 {
  text-align: left;
}
.rtl .elementor-element-736345c.elementor-align-left,
.rtl .elementor-3773 .elementor-element.elementor-element-e772224 {
  text-align: right;
}
.rtl.home-style25 .fa-chevron-right::before {
  content: "\f053";
}
.product_detail .content_product_detail .item-brand > a img {
  width: auto !important;
  max-width: 100%;
}
.revo_search_default .icon-search {
  display: none;
}
.elementor-widget-container .revo_search_default .icon-search {
  display: block;
}
.header-mobile-style4 .mobile-search .top-form.top-search {
  border-radius: 0;
}
body.elementor-default {
  overflow-x: hidden;
}
body.boxed-layout {
  width: 1200px;
  margin: 0 auto;
  box-shadow: 0px 5px 8px rgba(0,0,0,0.4);
}
.elementor-widget-wp-widget-sw_testimonial_slider h5 {
  display: none;
}
@media (min-width: 767px) {
  .fix-text-left >.elementor-widget-container >* {
    text-align: left;
  }
  .rtl .fix-text-left >.elementor-widget-container >* {
    text-align: right;
  }
}
.mc4wp-form-fields >p {
  margin: 0;
}
.mc4wp-form-fields >p input[type="email"],
.mc4wp-form-fields >p input[type="submit"] {
  margin: 0;
}
.header-style20 .elementor-header-style20 .header-mid {
  overflow: initial !important;
}
.custom-login .top-login {
  padding: 10px 0;
}
.custom-login .top-login .div-logined ul li {
  font-size: 0;
}
.custom-login .top-login .div-logined ul li .user-info {
  display: none;
}
.custom-login .top-login .div-logined ul li a:before {
  content: '\f023';
  margin: 0 10px;
}
.fix-block .elementor-widget-wrap {
  display: inline-block !important;
}
.fix-width-auto .elementor-element {
  width: auto !important;
  cursor: pointer;
  display: inline-block;
}
.header-elementor-style1 {
  font-size: 13px;
}
.header-elementor-style1 .top-header .elementor-widget-wrap {
  display: block;
}
.header-elementor-style1 .header-bottom >.elementor-container {
  padding: 0 15px;
}
.header-elementor-style1 .header-top .top-login ul li a {
  line-height: 18px;
}
.rtl .header-elementor-style1 .header-top .top-login ul li a {
  border-left: 1px solid #ddd;
}
.header-elementor-style1 .header-top .top-login {
  padding: 10px 0;
}
.header-elementor-style1 .header-top .top-login .div-logined ul li {
  font-size: 0;
}
.header-elementor-style1 .header-top .top-login .div-logined ul li a::before {
  content: '\f023';
  margin: 0 10px;
}
.header-elementor-style1 .header-top .top-login .div-logined ul li .user-info {
  display: none;
}
.header-elementor-style1 .header-mid .contact-us {
  float: right;
}
.rtl .header-elementor-style1 .header-mid .contact-us {
  float: left;
}
.header-elementor-style1 .header-bottom .mega-left-title span {
  color: #fff;
  font-weight: bold;
}
.header-elementor-style1 .header-bottom .wrapper_vertical_menu .vertical-megamenu > li > a {
  line-height: 50px;
}
.header-elementor-style1 .header-bottom .vertical_megamenu-header {
  float: none;
}
.header-elementor-style1 .header-bottom .elementor-widget-container .revo_search_default .icon-search {
  display: none;
}
.elementor-9 .elementor-element.elementor-element-a4ea6d2 .home-style1  .sw-brand-container-slider {
  margin: 25px 0 37px;
}
@media (min-width: 1199px) {
  .elementor-9 .elementor-element.elementor-element-a4ea6d2 {
    width: 650px;
  }
}
.home-style22 .sw-brand-container-slider {
  margin: 25px 0 40px;
}
.home1-banner1 .elementor-widget-image-box .elementor-image-box-img {
  margin: 0;
}
.home1-banner1 .elementor-widget-image-box .elementor-image-box-content {
  width: 50%;
  position: absolute;
  display: flex;
  flex-direction: column;
  top: 50%;
  margin-top: -30px;
  left: 0;
}
.home1-banner1 .elementor-widget-image-box .elementor-image-box-content a:hover {
  color: #d263ee;
}
.footer-block1 {
  background-color: #d263ee;
}
.elementor-4042 .elementor-element .elementor-social-icon i:hover {
  color: #d263ee;
}
.rtl .elementor-3945 .elementor-element.elementor-element-96b558f {
  text-align: right;
}
.rtl .elementor-9 .elementor-element.elementor-element-dcd3ee9 > .elementor-element-populated {
  padding: 0px 15px 0px 10px;
}
.rtl .elementor-4042 .elementor-element.elementor-element-ea75ed5 > .elementor-element-populated {
  border-width: 0px;
}
@media (min-width: 768px) {
  .rtl .elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper {
    text-align: right;
  }
}
.rtl .footer-block1 .elementor-icon-box-icon {
  margin-left: 15px;
  margin-right: 0 !important;
}
.rtl .elementor-4042 .elementor-element.elementor-element-d45a441 > .elementor-element-populated {
  border-width: 0px 1px 0px 1px;
}
@media (max-width: 1199px) and (min-width: 991px) {
  .footer .footer-top .find-store .store h4 {
    margin: 0 5px 0 0;
  }
  .rtl .footer .footer-top .find-store .store h4 {
    margin: 0 0 0 5px;
  }
  .elementor .footer .footer-top .newsletter .mc4wp-form input[type="email"] {
    width: 150px;
    min-width: 150px;
  }
  .home-style13 .wrapper_vertical_menu .vertical-megamenu > li > a {
    line-height: 42px;
  }
  .header-style13 .header-mid .search-cate .revo_top {
    width: 330px;
  }
  .elementor-3945 .elementor-element.elementor-element-08f570f {
    width: 15%;
  }
  .elementor-3945 .elementor-element.elementor-element-563fc73 {
    width: 60%;
  }
  .elementor-3945 .elementor-element.elementor-element-e24f1bb {
    width: 25%;
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  .footer-block1 .elementor-element .elementor-icon-box-content .elementor-icon-box-description,
  .footer-block1 .elementor-element .elementor-icon-box-content .elementor-icon-box-title {
    font-size: 10px !important;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .elementor-4244 .elementor-element.elementor-element-42e409c {
    width: 50%;
    margin: 0 0 10px;
  }
  .elementor-4244 .elementor-element.elementor-element-1f0f960,
  .elementor-4244 .elementor-element.elementor-element-6d794c7 {
    width: 25%;
    margin: 0 0 10px;
  }
  .elementor-4244 .elementor-element.elementor-element-d4b21bb {
    width: 50%;
  }
  .elementor-4244 .elementor-element.elementor-element-3f4557c {
    width: 50%;
  }
  .footer .footer-contact h5,
  .elementor-4183 .elementor-element.elementor-element-5a160366 .elementor-heading-title {
    display: none;
  }
  .box-home2 .elementor-widget-image-box .elementor-image-box-content .elementor-image-box-title {
    font-size: 16px;
  }
  .elementor-element-1c1a854 .elementor-element {
    width: 100%;
  }
  .elementor-1021 .elementor-element .elementor-icon {
    font-size: 25px !important;
  }
  .elementor-1021 .elementor-element .elementor-icon-box-content .elementor-icon-box-title,
  .elementor-1021 .elementor-element .elementor-icon-box-content .elementor-icon-box-description {
    font-size: 10px !important;
  }
}
@media (max-width: 767px) and (min-width: 480px) {
  .elementor-3945 .elementor-element.elementor-element-c720ff9 {
    width: 10% !important;
  }
  .elementor-3945 .elementor-element.elementor-element-80b2503 {
    width: 60% !important;
  }
  .elementor-3945 .elementor-element.elementor-element-fc68eb3 {
    width: 30% !important;
  }
}
@media (max-width: 991px) {
  .elementor-element.block-home13 .block-infos {
    margin: 0 0 35px;
  }
  .elementor-element .sw-child-cat2 .child-top .childcat-content {
    width: auto;
  }
  .elementor-4204 .elementor-element.elementor-element-ad85558 {
    width: 100%;
  }
  .elementor-4204 .elementor-element.elementor-element-34db3db {
    width: 100%;
  }
  .elementor-4204 .elementor-element.elementor-element-4ff66ee {
    text-align: center;
    margin: 0 0 15px;
  }
  .rtl .elementor-4204 .elementor-element.elementor-element-4ff66ee {
    text-align: center !important;
  }
  .elementor-3813 .elementor-element.elementor-element-9c89173 {
    width: 100%;
  }
  .elementor-3813 .elementor-element.elementor-element-1e34e6e {
    display: none;
  }
  .elementor-element.elementor-element-319ab03,
  .elementor-element.elementor-element-0661d17 {
    width: 100%;
  }
  .elementor-9 .elementor-element.elementor-element-b704db8 .elementor-image-box-content .elementor-image-box-description {
    font-size: 22px;
  }
  .countdown-slider .slider .item-countdown .item-wrap {
    padding: 50px 10px 0;
  }
  .elementor-9 .elementor-element.elementor-element-5ceae40 {
    width: 65%;
  }
  .elementor-9 .elementor-element.elementor-element-dcd3ee9 {
    width: 35%;
  }
  .elementor-3945 .elementor-element.elementor-element-563fc73 {
    width: 30%;
  }
  .elementor-3945 .elementor-element.elementor-element-c720ff9 {
    width: 20%;
  }
  .elementor-3945 .elementor-element.elementor-element-fc68eb3 {
    width: 20%;
  }
}
@media (max-width: 767px) {
  .footer .footer-menu .footer-menu-2 {
    line-height: 24px;
  }
  .elementor-4183 .elementor-element.elementor-element-6edf9c10 > .elementor-element-populated,
  .elementor-4042 .elementor-element.elementor-element-d8160b0 > .elementor-element-populated {
    padding: 15px 0;
    justify-content: center;
  }
  .elementor-4244 .elementor-element.elementor-element-7c6611f {
    text-align: center;
  }
  .elementor-4244 .elementor-element.elementor-element-7be7994 {
    text-align: center;
  }
  .elementor-element-97a7d32 {
    padding: 0 15px;
  }
  .sw-child-cat .child-top .box-title .button-collapse span {
    display: none !important;
  }
  .elementor-element .sw-child-cat2 .child-top .childcat-content {
    width: 100%;
  }
  .header-style1.header-style2 .revo_top .top-form.top-search input {
    padding: 0 20px 0 20px;
  }
  .header-style1.header-style2 .revo_top .top-form.top-search {
    min-width: auto;
  }
  .footer .footer-contact h5 {
    width: 100%;
    margin: 0;
  }
  .countdown-slider .slider .item-countdown .item-wrap .item-detail .item-content {
    display: inline-block;
    padding: 15px;
  }
  .countdown-slider .slider .item-countdown .item-wrap .item-detail .item-image-countdown,
  .elementor-9 .elementor-element.elementor-element-5ceae40 {
    width: 100%;
  }
  .elementor-9 .elementor-element.elementor-element-dcd3ee9 {
    width: 100%;
  }
  .elementor-element-70ceba2 .elementor-widget-wrap {
    flex-direction: row;
  }
  .elementor-element-70ceba2 .elementor-widget-wrap .elementor-widget-image {
    width: 33.3%;
  }
}
@media (max-width: 480px) {
  .header-top .elementor-widget-wp-widget-nav_menu ul.menu,
  .header-top .widget_nav_menu ul.menu {
    right: 0;
    left: auto;
  }
  .rtl .header-top .elementor-widget-wp-widget-nav_menu ul.menu,
  .rtl .header-top .widget_nav_menu ul.menu {
    right: auto;
    left: 0;
  }
  .elementor-element-8fdf5dc,
  .elementor-element-3d4bdea {
    display: none !important;
  }
  .header-style13 .header-top .elementor-widget-container h5 {
    margin: 0;
    border: 0;
    padding: 0;
  }
  .header-style13 .header-mid .search-cate.elementor-element {
    width: 60% !important;
    float: left;
  }
}
.rtl  .elementor-3816 .elementor-element .elementor-icon-box-icon {
  margin: 0 0 0 10px;
}
.rtl  .logo-revo {
  text-align: right !important;
}
.rtl  .elementor-4244 .elementor-element.elementor-element-c5edc8b {
  text-align: right;
}
.rtl  .elementor-4244 .elementor-element.elementor-element-7731b15 {
  text-align: right;
}
.rtl  .elementor-social-icon {
  margin: 0 0 0 5px;
}
.rtl  .elementor-4244 .elementor-element.elementor-element-7c6611f {
  text-align: left;
}
.rtl  .elementor-4244 .elementor-element.elementor-element-7be7994 {
  text-align: right;
}
.rtl  .elementor-4190 .elementor-element.elementor-element-45f4b1be {
  text-align: right;
}
@media (min-width: 480px) {
  .rtl  .elementor-4244 .elementor-element.elementor-element-baae39b > .elementor-element-populated {
    padding: 0px 15px 0px 0px;
  }
}
@media (min-width: 480px) {
  .rtl  .elementor-4244 .elementor-element.elementor-element-7992a38 > .elementor-element-populated {
    padding: 0px 0px 0px 15px;
  }
}
.rtl  .elementor-4204 .elementor-element.elementor-element-4ff66ee {
  text-align: right;
}
.rtl  .elementor-element .top-form .wrapp-minicart {
  left: 0;
  right: auto;
}
.rtl  .elementor-widget-container .vertical_megamenu-header {
  float: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  .elementor-4190 .elementor-element.elementor-element-2fb39989 {
    width: 75%;
  }
  .elementor-4190 .elementor-element.elementor-element-43d65286 {
    width: 50%;
  }
  .elementor-4190 .elementor-element.elementor-element-35987750 {
    width: 50%;
  }
  .elementor-4190 .elementor-element.elementor-element-7cd76564 {
    width: 0;
  }
}
.block-home2 >div {
  padding: 0 15px;
}
.block-home2 .elementor-container .elementor-row {
  background-color: #fff;
  padding: 29px 0;
  border: 1px solid #ebebeb !important;
  border-radius: 5px;
  margin: 20px auto 40px;
}
.block-home2 .elementor-container >div {
  border-right: 1px solid #ebebeb;
}
.block-home2 .elementor-container >div:last-child {
  border: none;
}
.rtl .block-home2 .elementor-container >div {
  border-right: none;
  border-left: 1px solid #ebebeb;
}
.rtl .block-home2 .elementor-container >div:last-child {
  border: none;
}
.rtl .block-home2 .elementor-container .elementor-position-left .elementor-icon-box-icon {
  padding-left: 20px;
  padding-right: 0;
}
.block-home2 .elementor-element .elementor-view-framed .elementor-icon,
.block-home2 .elementor-element .elementor-icon {
  color: #d263ee !important;
}
.home-page-2 .responsive-post-slider .res-button {
  top: 14px;
}
.box-home2 .elementor-widget-image-box .elementor-image-box-content {
  position: absolute;
  top: 50%;
  margin-top: -45px;
  width: 50%;
}
.box-home2 .elementor-widget-image-box .elementor-image-box-content .elementor-image-box-title {
  display: block;
  padding: 0 0 15px;
  margin: 0;
  font-size: 25px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}
.box-home2 .elementor-widget-image-box .elementor-image-box-content .elementor-image-box-title h2 {
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  margin: 0 0 7px;
}
.box-home2 .elementor-widget-image-box .elementor-image-box-content p {
  font-size: 13px;
  color: #d263ee;
  cursor: pointer;
  font-weight: 600;
  text-transform: capitalize;
  position: relative;
  display: inline-block;
}
.box-home2 .elementor-widget-image-box .elementor-image-box-content p:before {
  font-family: FontAwesome;
  content: "\f0da";
  position: absolute;
  top: 0;
  left: -10px;
}
.footer.footer-style2 .footer-contact .newsletter-footer .form-newsletter input[type="email"] {
  border: 1px solid #d263ee;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.footer.footer-style2 .elementor-element .elementor-social-icon {
  background-color: #d263ee;
}
.footer.footer-style2 .elementor-element .elementor-social-icon i {
  color: #ebebeb;
}
.header-style2 .elementor-widget-container .revo_search_default .icon-search {
  display: none;
}
.header-elementor.header-style3 .top-login .div-logined ul li a {
  padding: 0 10px 0 0;
}
.rtl .header-elementor.header-style3 .top-login .div-logined ul li a {
  padding: 0 0 0 10px;
}
.header-elementor.header-style3 .header-mid .header-right,
.header-elementor.header-style3 #lang_sel > ul.nav {
  margin: 0;
}
.header-elementor.header-style3 .header-top .elementor-widget-wp-widget-nav_menu,
.header-elementor.header-style3 .header-top .widget_nav_menu {
  padding: 8px 0;
}
.header-elementor.header-style3 .header-top .top-login {
  padding: 10px 0;
}
.block1-home3 .elementor-widget-wrap:hover .elementor-widget-button {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}
.block1-home3 .elementor-widget-wrap:hover .elementor-image-box-img:before {
  opacity: 1;
}
.block1-home3 .elementor-widget-wrap .elementor-image-box-img {
  position: relative;
}
.block1-home3 .elementor-widget-wrap .elementor-image-box-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.6);
  display: inline-block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.block1-home3 .elementor-widget-wrap .elementor-widget-button {
  position: absolute;
  top: 50%;
  margin: -50px 0 0;
  transition: 0.4s;
  opacity: 0;
  -webkit-transform: translateY(-60px);
  -moz-transform: translateY(-60px);
  -o-transform: translateY(-60px);
  -ms-transform: translateY(-60px);
  transform: translateY(-60px);
}
.button-home31 {
  position: absolute;
  top: 50%;
  margin-top: -10px;
}
.button-home31 .elementor-widget-container .elementor-button {
  width: 190px;
  height: 40px;
}
.button-home3 {
  position: absolute;
  top: 50%;
  margin-top: -60px;
}
.button-home3 .elementor-widget-container .elementor-button {
  width: 190px;
  height: 40px;
}
.home-style3  .elementor .footer .footer-contact .newsletter-footer .form-newsletter input[type="submit"] {
  background-color: #222;
}
.newsletter-footer3.form-newsletter >div {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  justify-content: center;
}
.footer-bottom3 .elementor-shape-rounded .elementor-icon.elementor-social-icon:hover {
  background-color: transparent !important;
}
.footer-bottom3 .elementor-shape-rounded .elementor-icon.elementor-social-icon:hover i {
  color: #d263ee;
}
.sw-instagram-slider2 .item {
  position: relative;
  padding: 0 5px;
}
.sw-instagram-slider2 .item:hover .fa-instagram {
  color: #d263ee;
}
.sw-instagram-slider2 .item .fa-instagram {
  position: absolute;
  font-size: 24px;
  color: #cecece;
  top: 16px;
  right: 16px;
  z-index: 3;
}
.elementor-header-style4.header-style4 #lang_sel {
  position: initial !important;
}
.elementor-header-style4.header-style4 .header-top .header-open {
  padding: 8px 0;
}
.elementor-header-style4.header-style4 .header-top .header-open .main-menu {
  position: initial;
  transform: translateX(0);
  width: auto;
  background-color: transparent;
  height: auto;
}
.elementor-header-style4.header-style4 .header-top .header-open .main-menu .nav-pills {
  display: none !important;
}
.elementor-header-style4.header-style4 .header-top .header-open .main-menu .resmenu-container .navbar-toggle {
  display: block;
  margin: 0 !important;
  padding: 0;
  opacity: 1 !important;
}
.elementor-header-style4.header-style4 .header-top .header-open .main-menu .resmenu-container .navbar-toggle .icon-bar {
  background-color: #fff !important;
}
.elementor-header-style4.header-style4 .header-top .header-open .main-menu .resmenu-container .navbar-toggle .icon-bar:hover {
  background-color: #fff !important;
}
.home-style4 .menu-responsive-wrapper .revo_top {
  padding-top: 0;
}
.home-style4 .menu-responsive-wrapper .revo_top .top-form.top-search {
  width: auto;
  min-width: auto;
}
.home-style4 .menu-responsive-wrapper .revo_top .top-form.top-search input {
  padding: 0;
}
.home-style4 .menu-responsive-wrapper .revo_top .top-form.top-search .cat-wrapper {
  display: none;
}
.box-home4 ul >li {
  list-style: none;
  float: left;
  width: 33.33%;
  position: relative;
  color: #7d7d7d;
  font-size: 14px;
  margin: 0 !important;
  padding: 0 15px !important;
}
.box-home4 ul >li span {
  color: #222;
  font-weight: 400;
  padding: 0 5px !important;
}
.box-home4 ul >li span >span {
  font-weight: 700;
  padding: 0 10px 0 0;
}
.rtl .box-home4 ul >li span >span {
  padding: 0 0 0 10px;
}
.block-home4 .elementor-column-wrap >.elementor-widget-wrap {
  background-color: #F2F2F2;
  padding: 12px 0 10px;
  cursor: pointer;
  border-right: 1px solid #d263ee;
  border-bottom: 1px solid #d263ee;
}
.app-download2 {
  text-align: left;
  width: 50% !important;
  float: left;
  padding: 0 15px;
}
.rtl .app-download2 {
  text-align: right;
}
.app-download1 {
  float: left;
  text-align: right;
  width: 50% !important;
  padding: 0 15px;
}
.rtl .app-download1 {
  text-align: left;
}
.elementor-header-style5 {
  font-size: 13px;
}
.elementor-header-style5 .header-top .top-login {
  padding: 12px 0 11px;
}
.elementor .header-style6 .header-top .elementor-widget-wp-widget-nav_menu h5 {
  line-height: 14px;
}
.header-elementor.header-style6 .header-top .elementor-widget-wp-widget-nav_menu,
.header-elementor.header-style6 .header-top .top-login {
  padding: 9px 0;
}
.header-elementor.header-style6 .search-cate {
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  display: inline-block;
  width: auto;
}
.rtl .header-elementor.header-style6 .search-cate {
  right: auto;
  left: 0;
}
.header-elementor.header-style6 .search-cate .search-layout2 .icon-search::before {
  display: none;
}
.header-elementor.header-style6 .search-cate .icon-search {
  width: 40px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
}
.header-elementor.header-style6 .search-cate .icon-search.closex .fa-search::before {
  content: "\f00d";
}
.header-elementor.header-style6 .search-cate .revo_top .top-form.top-search {
  opacity: 1;
  visibility: visible;
  position: absolute;
  right: 0;
  left: auto;
  width: 100%;
  top: 105px;
  min-width: 500px;
}
.rtl .header-elementor.header-style6 .search-cate .revo_top .top-form.top-search {
  right: auto;
  left: 0;
}
@media (min-width: 991px) {
  .header-elementor.header-style6 .header-bottom .elementor-widget-wp-widget-sw_primary_menu >.elementor-widget-container {
    display: flex;
    justify-content: center;
  }
}
.featured-cat-elementor .item {
  position: relative;
}
.featured-cat-elementor .item .item-content {
  position: absolute;
}
.featured-cat-elementor .item.item1 .item-content {
  top: 198px;
  right: 40px;
  text-align: center;
  width: 49%;
}
.featured-cat-elementor .item.item2 .item-content {
  bottom: 35px;
  left: 40px;
  text-align: left;
}
.featured-cat-elementor .item.item3 .item-content {
  top: 130px;
  left: 40px;
  text-align: left;
}
.featured-cat-elementor .item.item4 .item-content {
  top: 70px;
  text-align: left;
  width: 41%;
  right: 35px;
}
.featured-cat-elementor .item.item4 .item-content h4 {
  margin-bottom: 10px;
}
.featured-cat-elementor .item.item4 .item-content .des {
  margin-bottom: 25px;
}
.featured-cat-elementor .item h1 {
  font-size: 36px;
  color: #1c1c1c;
  font-weight: 700;
  margin-bottom: 15px;
}
.featured-cat-elementor .item h2 {
  font-weight: 600;
  font-size: 14px;
  color: #666;
  text-transform: uppercase;
}
.featured-cat-elementor .item h4 {
  font-weight: 600;
  font-size: 20px;
  color: #1c1c1c;
}
.featured-cat-elementor .item .des {
  color: #666;
  line-height: 20px;
  display: block;
}
.featured-cat-elementor .item .set-to {
  display: inline-block;
  height: 45px;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 45px;
  padding: 0 27px;
  margin: 30px 0;
  background-color: #000;
}
.featured-cat-elementor .item .set-to:hover {
  background-color: #d263ee;
}
.featured-cat-elementor .item a.shop-now {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  color: #1c1c1c;
  position: relative;
}
.featured-cat-elementor .item a.shop-now:before {
  content: '\f105';
  font-family: 'FontAwesome';
  font-size: 14px;
  margin-left: 10px;
  right: -10px;
  position: absolute;
}
.featured-cat-elementor .item a.shop-now:hover {
  color: #d263ee;
}
@media (min-width: 767px) {
  .content-wrap.content-wrap-elementor {
    width: 60%;
    margin: 0 auto;
  }
}
.elementor-header-style8,
.elementor-header-style7 {
  font-size: 13px;
}
.elementor-header-style8 .vertical_megamenu-header:hover .wrapper_vertical_menu,
.elementor-header-style7 .vertical_megamenu-header:hover .wrapper_vertical_menu {
  transform: initial;
  visibility: visible;
  transition: initial;
}
.elementor-header-style8 .wrapper_vertical_menu,
.elementor-header-style7 .wrapper_vertical_menu {
  transform: translateY(0);
  transition: initial;
}
.block-8 .elementor-widget-slider_revolution {
  min-width: 600px;
}
.elementor-header-style7.header-style7 .header-top .top-login {
  padding: 14px 0;
}
.header-elementor-9 .search-layout2 .icon-search::before {
  display: none;
}
.header-elementor-9 .search-layout2 .top-form.top-search {
  position: absolute;
  right: 0;
  box-shadow: 2px 1px 3px #ccc;
}
.rtl .header-elementor-9 .search-layout2 .top-form.top-search {
  border-radius: 0;
  right: auto;
  left: 0;
}
.header-elementor-9 .search-layout2 .top-form.top-search input {
  padding: 0 40px;
}
.rtl .header-elementor-9 .search-layout2 .top-form.top-search input {
  padding: 0 40px;
}
.header-elementor-9 .search-layout2 .top-form.top-search button.form-button {
  border-radius: 0;
}
.rtl .header-elementor-9 .search-layout2 .top-form.top-search button.form-button {
  border-radius: 0;
}
.header-elementor-9 .elementor-nav-menu li >a {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
}
.header-elementor-9 .elementor-nav-menu >li >a {
  padding: 5px 20px 5px 5px !important;
}
.rtl .header-elementor-9 .elementor-nav-menu >li >a {
  padding: 5px 5px 5px 20px !important;
}
.elementor-element .block-home9 .block-text-home9 {
  width: 50%;
  float: right;
  margin: 0 100px 0 0;
}
@media (min-width: 1200px) {
  .rtl  .elementor-4837 .elementor-element.elementor-element-5459689 > .elementor-element-populated {
    padding: 35px 60px 0px 15px;
  }
}
@media (min-width: 1200px) {
  .rtl  .elementor-4837 .elementor-element.elementor-element-c8ea59e > .elementor-element-populated {
    padding: 0px 15px 0px 60px;
  }
}
.elementor-header-style10 {
  font-size: 13px;
}
.elementor-header-style10.header-style10 .header-top .top-login {
  padding: 16px 0;
}
.elementor-header-style10 .header-top .elementor-widget-wp-widget-nav_menu {
  padding: 16px 0;
}
.elementor-header-style10.header-style10 .header-top #lang_sel > ul.nav > li {
  padding: 17px 0;
}
.elementor-header-style10.header-style10 .header-top .currency_w > li {
  padding: 16px 0;
}
.elementor-header-style10 .custom-login .top-login .div-logined ul li a::before {
  display: none;
}
.elementor-header-style10 .header-top .elementor-widget-wp-widget-nav_menu h5 {
  border-left: 0;
  color: #898989;
}
.home-style10  .wrapper_vertical_menu .vertical-megamenu > li.revo-menu-img > a span.menu-img,
.home-style10  .wrapper_vertical_menu .vertical-megamenu > li.icon-phone.revo-menu-img > a span.menu-img {
  display: none;
}
.footer.elementor-element .footer-home10 {
  padding-bottom: 0;
}
.home-style10 .footer.elementor-element .footer-copyright {
  padding: 27px 0;
}
.elementor-slider-home10 .elementor-element.elementor-element-cc261c2 {
  width: 400px !important;
}
.elementor-slider-home10 .elementor-element.elementor-element-07d32d3 {
  width: 100%;
}
.elementor-slider-home10 .elementor-element.elementor-element-92515c5 {
  width: 480px;
}
.elementor-slider-home10 .elementor-column-wrap > .elementor-widget-wrap > .elementor-element {
  float: left;
}
.elementor-slider-home10 .elementor-column-wrap > .elementor-widget-wrap > .elementor-element.block-home10 {
  width: 100% !important;
}
@media (min-width: 1200px) {
  .elementor-slider-home10 .revslider-initialised {
    height: 460px !important;
  }
}
.home-style10 .elementor-inner .mega-left-title {
  height: 50px;
}
.home-style10 .woo-slider-default .woo-slider-default {
  border: 0;
  margin: 0;
}
.elementor-element-2ddeb4e .elementor-container .elementor-row {
  padding: 0;
}
.elementor-page.home-style10 {
  background-color: #f7f7f7;
  max-width: 1230px;
  margin: 0 auto;
  box-shadow: 0 0 4px #ccc;
}
.elementor-page.home-style10 >* {
  background-color: #fff;
}
.elementor-4919 .elementor-element.elementor-element-39d376a .elementor-social-icon {
  float: left;
  margin-bottom: 15px;
}
.rtl .elementor-4919 .elementor-element.elementor-element-39d376a .elementor-social-icon {
  text-align: right;
}
.elementor-inner .sw-latest-review .resp-slider-container .slider .slick-list .item .item-content-top .item-revivew span {
  top: -1px;
}
.elementor-inner .footer  .footer-home10 {
  padding-bottom: 0;
}
.rtl .block-home10.elementor-element {
  margin: 15px 30px 4px 0px;
}
.rtl .responsive-post-slider-home10 .resp-slider-container .box-title h3 {
  text-align: right;
}
.rtl .responsive-post-slider-home10 .resp-slider-container .slick-slider .item .item-detail .entry-content .readmore a .fa-caret-right {
  margin-left: 7px;
  position: initial;
}
.elementor-header-11 .header-top {
  background-color: #d263ee;
}
.elementor-header-11 .header-top .custom-login .top-login {
  padding: 11px 0;
}
.elementor-header-11 .header-top .elementor-widget-wp-widget-nav_menu h5 {
  border-color: rgba(109,109,109,0.3);
}
.elementor-header-11 .elementor-element-c61f15a {
  vertical-align: top;
}
.elementor-element .sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail .item-content .reviews-content div.star span {
  top: -1px;
}
.header-style12.elementor-header-style12 .top-banner .elementor-column-wrap .elementor-widget-wrap {
  justify-content: center;
}
.header-style12.elementor-header-style12 .top-banner .elementor-column-wrap .elementor-widget-wrap .banner-shortcode {
  padding: 0;
  margin: 0;
}
@media (min-width: 1200px) {
  .header-style12.elementor-header-style12 .top-banner .elementor-column-wrap .elementor-widget-wrap .banner-shortcode {
    padding: 0 0 0 100px;
  }
  .rtl .header-style12.elementor-header-style12 .top-banner .elementor-column-wrap .elementor-widget-wrap .banner-shortcode {
    padding: 0 100px 0 0;
  }
}
.header-style12.elementor-header-style12 .top-banner .elementor-column-wrap .elementor-widget-wrap .banner-shortcode .banner-close {
  margin: 0;
}
.header-style12.elementor-header-style12 .elementor-countdown-item .elementor-countdown-digits {
  padding: 10px 12px;
  background-color: #652a02;
  color: #d263ee !important;
  display: inline-block;
  border-radius: 4px;
  position: relative;
}
.header-style12.elementor-header-style12 .elementor-countdown-item .elementor-countdown-digits:before {
  content: "";
  background-color: #d263ee;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  margin: -0.5px 0 0;
  left: 0;
  right: 0;
}
.header-style12.elementor-header-style12 .elementor-countdown-item .elementor-countdown-label {
  padding: 9px 8px;
  display: inline-block;
}
.header-style12.elementor-header-style12 .elementor-social-icons-wrapper {
  margin: 0;
  background: #454545;
  padding: 18px 10px;
}
body.elementor-page.home-style13 .container {
  padding: 0;
}
.header-style14.header-style14-elementor {
  font-size: 13px;
}
.elementor-shape-rounded .elementor-icon.elementor-social-icon:hover {
  background-color: #d263ee !important;
}
.block-text3 .elementor-widget-icon-box.elementor-view-framed .elementor-icon,
.block-text3 .elementor-widget-icon-box.elementor-view-default .elementor-icon {
  color: #d263ee;
  border: 2px #ddd solid;
}
.home-style14 .elementor-element .sw-brand-container-slider {
  margin: 0;
}
.rtl .elementor-9 .elementor-element.elementor-element-6490d9b,
.rtl .elementor-9 .elementor-element.elementor-element-6174824,
.rtl .elementor-9 .elementor-element.elementor-element-19485b4,
.rtl .responsive-post-slider8 .resp-slider-container .slider .item .item-detail .entry-content {
  text-align: right;
}
.rtl .elementor-3981 .elementor-element.elementor-element-22604530,
.rtl .elementor-3981 .elementor-element.elementor-element-7f474602,
.rtl .elementor-3981 .elementor-element.elementor-element-4024ce07 {
  text-align: right;
}
.rtl.layout-sidebar .header-style20.elementor-header-style20 .nav-pills > li.dropdown > a::after {
  left: 15px;
  content: "\f104";
  right: auto;
}
.rtl.layout-sidebar .header-style20.elementor-header-style20 .nav-pills > li.dropdown > .dropdown-menu.visible {
  left: auot !important;
  right: 100% !important;
}
.rtl.home-style21 #footer,
.rtl.layout-sidebar > .container,
.rtl.layout-sidebar .revoheader-top-menu,
.rtl.layout-sidebar .revo_breadcrumbs {
  float: left;
}
.rtl .elementor-4773 .elementor-element.elementor-element-2ba04f2 > .elementor-widget-container {
  margin: 0px 0px 0px 50px;
}
.rtl .elementor-3568 .elementor-element.elementor-element-1ac197f > .elementor-element-populated {
  padding: 0px 0px 0px 10px;
}
.rtl .elementor-3568 .elementor-element.elementor-element-092ae30 > .elementor-widget-container {
  padding: 0px 0px 0px 5px;
}
.rtl .elementor-3568 .elementor-element.elementor-element-09be034 > .elementor-widget-container {
  padding: 0px 5px 5px 0px;
}
.rtl .elementor-3568 .elementor-element.elementor-element-8b3103f > .elementor-widget-container {
  padding: 5px 5px 5px 0px;
}
.rtl .elementor-3568 .elementor-element.elementor-element-6594693 > .elementor-widget-container {
  padding: 5px 5px 5px 0px;
}
.rtl .elementor-3568 .elementor-element.elementor-element-38c693b > .elementor-widget-container {
  padding: 5px 0px 5px 5px;
}
.rtl .align-left {
  text-align: right !important;
}
.rtl .align-right {
  text-align: left !important;
}
@media (min-width: 767px) {
  .rtl .sw-logo {
    text-align: right !important;
  }
}
@media (min-width: 1200px) {
  .rtl .elementor-header-style12.header-style12 .header-mid .mid-header .top-form.top-form-minicart .top-minicart-icon {
    background-position: 95px 7px;
  }
}
.rtl .elementor-header-style7.header-style7 .header-top .elementor-widget-wp-widget-nav_menu h5 {
  border-right: 1px solid #676767;
  padding-right: 0;
}
.rtl .elementor-4585 .elementor-element.elementor-element-186333c {
  text-align: left;
}
.rtl .elementor-4585 .elementor-element.elementor-element-6ddeac6,
.rtl .elementor-4585 .elementor-element.elementor-element-2fb7956,
.rtl .elementor-4585 .elementor-element.elementor-element-af85025,
.rtl .elementor-4561 .elementor-element.elementor-element-9d2b6a0,
.rtl .elementor-4585 .elementor-element.elementor-element-f1900de {
  text-align: right;
}
.rtl .elementor-align-right {
  text-align: left;
}
.rtl .elementor-align-left {
  text-align: right;
}
.rtl .elementor-4518 .elementor-element.elementor-element-32dd540 {
  text-align: left;
}
.rtl .elementor-header-style15 .currency_w {
  margin: 0 15px 0 0;
}
.elementor-header-style15.header-style15 .top-form.revo-minicart6 {
  margin: 0;
}
.elementor-header-style15 .custom-login .top-login {
  padding: 12px 0;
}
.home-style15 .elementor.footer .footer-copyright {
  text-align: left;
}
.rtl .home-style15 .elementor.footer .footer-copyright {
  text-align: right;
}
.rtl .elementor-4215 .elementor-element.elementor-element-d265a56 .elementor-social-icon:not(:last-child) {
  margin-left: 15px;
  margin-right: 0;
}
.header-header-style19 .search-layout2 .icon-search::before {
  display: none;
}
@media (min-width: 767px) {
  .header-header-style19 .header-mid > .elementor-container .top-header {
    width: 15% !important;
  }
}
.header-header-style19 .header-mid {
  background-color: #d263ee !important;
}
.header-header-style19 .header-mid >.elementor-container >.elementor-row {
  display: inline-block;
}
.header-header-style19 .header-mid >.elementor-container >.elementor-row >div {
  width: auto;
}
.header-header-style19 .header-mid .revo_top {
  padding: 0;
}
.header-header-style19 .header-mid .header-right {
  cursor: pointer;
}
.header-header-style19 .header-mid .header-right:before {
  content: "\f013";
  font-size: 16px;
  font-family: FontAwesome;
  text-align: center;
  background: #2874f0;
  color: #fff;
  height: 38px;
  line-height: 38px;
  cursor: pointer;
  min-width: 38px;
  display: block;
  margin-bottom: 1px;
}
.header-header-style19 .header-mid .header-right:hover .elementor-widget-wrap {
  opacity: 1;
  visibility: visible;
}
.header-header-style19 .header-mid .header-right .elementor-widget-wrap {
  position: absolute;
  right: 0;
  top: 68px;
  border: 1px #f2f2f2;
  box-shadow: 4px 5px 1px rgba(30,30,30,0.3);
  background: #fff;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  width: 200px;
  padding: 10px 15px;
}
.rtl .header-header-style19 .header-mid .header-right .elementor-widget-wrap {
  left: 0;
  right: auto;
}
.home-style18 .countdown-slider3 {
  margin-bottom: 40px;
}
.home-style10  .entry-content rs-module a {
  color: #fff;
}
.home-style16 .elementor-element.footer .footer-copyright .copyright-text {
  padding: 0;
}
.header-style15 .elementor-element #main-menu .primary-menu .resmenu-container .navbar-toggle .icon-bar {
  background-color: #fff !important;
}
@media (min-width: 1400px) {
  .elementor-element  .sw-child-cat4 .childcat-slider-content .resp-slider .slider .item .item-wrap .item-detail .item-content {
    padding: 17px 0 !important;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .elementor-element .sw-child-cat4 .childcat-slider-content .resp-slider .slider .item .item-wrap .item-detail .item-content {
    padding: 4px 0 !important;
  }
  .elementor-element.header-style13 .header-mid .nav-pills>li>a {
    padding: 22px 10px !important;
  }
  .elementor-element .sw-child-cat4 .child-top .box-title .view-all {
    margin: 4px 0 0 20px;
  }
  .rtl .elementor-element .sw-child-cat4 .child-top .box-title .view-all {
    margin: 4px 20px 0 0;
  }
  .elementor-element .block-home13 .block-infos {
    margin: 30px 0 45px 0;
  }
}
.elementor-element .sw-child-cat4 .childcat-slider-content .resp-slider .slider .item .item-wrap .item-detail .item-content {
  padding: 19px 0 20px;
}
@media (min-width: 1200px) {
  .elementor-3981 .elementor-element.elementor-element-7dd083b5 {
    padding-top: 20px;
  }
  .elementor-3981 .elementor-element.elementor-element-19d12bb9 {
    margin-bottom: 0;
  }
  .elementor-4147 .elementor-element.elementor-element-edded8b {
    z-index: 9;
  }
  .elementor-element .newsllter .wrap-content .mc4wp-form input[type="email"] {
    padding: 0 15px;
  }
  .elementor-element.header-style14 .header-mid .search-cate {
    margin: 4px 0 0;
  }
  .elementor-element.header-style14 .header-mid .search-cate .revo_top .top-form.top-search {
    min-width: 605px;
  }
  .elementor-3813 .elementor-element.elementor-element-7c25bfa > .elementor-element-populated {
    padding: 0;
  }
  .elementor-element.block-home13 .block-infos {
    margin: 70px 0 160px;
  }
  .elementor-element .sw-child-cat .slider .item .item-wrap .item-content {
    padding: 9px 0 13px;
  }
  .elementor-element .sw-woo-tab-default .resp-tab .tab-pane .responsive-slider .slider .item .item-wrap .item-detail .item-content {
    padding: 13px 0 12px;
  }
  .elementor-3813 .elementor-element.elementor-element-b78f004 {
    margin-top: -90px;
  }
  .elementor-element-848aea4.copyright-text .elementor-widget-container {
    text-align: left;
  }
  .rtl .elementor-element-848aea4.copyright-text .elementor-widget-container {
    text-align: right;
  }
  .elementor-element  .responsive-post-slider.style2 .box-title h3 {
    font-weight: 800px !important;
  }
  .home-style2 .elementor-element .sw-child-cat .child-top .childcat-content {
    padding: 30px 15px 31px;
  }
  .elementor-4132 .elementor-element.elementor-element-47ef7ca >div {
    border-bottom: 1px solid #ebebeb;
    padding: 0px 0px 90px 0px;
  }
  .responsive-post-slider7 .resp-slider-container .slider-responsive .item .item-inner .item-detail .entry-content .entry-meta a {
    font-weight: 600;
  }
  .home-style21 .elementor-element .sw-woo-tab-cat4.style7 {
    margin: 0;
  }
  .home-style23 .elementor-element.footer .footer-copyright.default {
    padding: 22px 0;
  }
  .home-style23 .elementor-element.footer .footer-copyright.default .copyright-text {
    padding: 0;
  }
  .home-style20 .elementor-element.footer .footer-copyright {
    padding: 25px 0 15px;
  }
  .home-style18  .elementor-element  .block-text-home18 {
    margin-bottom: 40px;
  }
  .home-style18  .elementor-element  .block-text-home18 .item {
    padding-top: 0;
  }
  .home-style18  .elementor-element .featured-product,
  .home-style18  .elementor-element .sw-woo-tab-cat5,
  .home-style18  .elementor-element .best-selling-product3 {
    margin: 0;
  }
  .home-style10 .elementor-element  .sw-twitter-slider {
    height: auto;
  }
  .home-style10 .elementor-element .sw-twitter-slider .carousel-inner .item .item-twiter .tweet-text {
    height: auto;
  }
  .home-style10 .elementor-element .sw-twitter-slider .carousel-indicators {
    bottom: 70px;
  }
  .home-style10 .elementor-element .footer .footer-copyright {
    padding: 25px 0;
  }
  .home-style10 .elementor-element .testimonial-slider2 .carousel-inner {
    padding: 37px 50px 43px;
  }
  .elementor-element .sw-woo-tab-cat3 {
    padding-bottom: 0;
  }
  .elementor-element .sw_tab_countdown .box-title {
    right: 233px;
  }
  .rtl .elementor-element .sw_tab_countdown .box-title {
    left: 233px;
    right: auto;
  }
  .elementor-element .responsive-post-slider.style2 .description {
    margin-bottom: 34px;
  }
  .home-style1 .elementor-element .sw-brand-container-slider .slider .slick-track {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    align-items: center;
  }
  .home-style1 .elementor-element .seller_elementor .resp-slider-container {
    padding: 10px 0 20px;
  }
  .home-style1 .elementor-element .seller_elementor .resp-slider-container .item-content h4 {
    font-size: 14px;
  }
  .header-style10 .header-bottom .main-menu {
    float: none;
  }
  .home-style9 .elementor-element .footer-home9 .footer-menu9 {
    padding: 30px 0;
  }
  .home-style9 .elementor-element .footer-home9 .footer-menu9 >div {
    padding-top: 38px;
  }
  .home-style9 .elementor-element .news-letter >div {
    border-bottom: 1px solid rgba(255,255,255,0.1);
  }
  .home-style9 .elementor-element .sw-category-slider3 {
    margin: 30px 0 0;
  }
  .elementor-4684 .elementor-element.elementor-element-ea3ce77 > .elementor-element-populated {
    text-align: left;
  }
  .rtl .elementor-4684 .elementor-element.elementor-element-ea3ce77 > .elementor-element-populated {
    text-align: right;
  }
  .home-style8  .elementor-element .featured-product2 {
    padding: 35px 0 42px;
  }
  .home-style3  .sw-woo-tab-cat .resp-tab .top-tab-slider .nav.nav-tabs {
    margin: 25px 0 40px;
  }
  .home-style3 .sw-woo-tab-cat .resp-tab .top-tab-slider .box-title h3 {
    margin-bottom: 4px;
  }
  .home-style4 .elementor-element .sw-woo-tab-style2 {
    margin: 27px 0 59px;
  }
  .elementor-element .sw-woo-tab-style2 .resp-tab .top-tab-slider .order-title h2 {
    margin-bottom: 11px;
  }
  .elementor-element .sw-woo-tab-style2 .resp-tab .top-tab-slider .nav.nav-tabs {
    margin: 26px 0 36px;
  }
  .elementor-3568 .elementor-element.elementor-element-ee85d6c {
    width: 25%;
  }
  .elementor-header-style12 .wrapper_vertical_menu {
    min-width: 267px;
  }
  .elementor-3568 .elementor-element.elementor-element-1ac197f {
    width: 34%;
  }
  .elementor-3568 .elementor-element.elementor-element-947b724 {
    width: 42%;
  }
  .elementor-3568 .elementor-element.elementor-element-ee85d6c {
    width: 24%;
  }
}
.newsletter-foot15 .form-newsletter input[type="submit"] {
  border-radius: 0;
}
.newsletter-foot15 .form-newsletter input[type="email"] {
  padding: 0 15px;
}
.elementor .newsletter-foot15 {
  margin-bottom: -50px;
  z-index: 99;
}
@media (min-width: 1200px) {
  .elementor .footer-style15 {
    padding-top: 100px;
  }
}
@media (max-width: 1199px) {
  .new-socials17 .newsletter-foot h5 {
    padding: 10px;
  }
  .home-style6  .elementor-element  .resmenu-container .navbar-toggle .icon-bar {
    background-color: #555;
  }
  .rtl .elementor-4805 .elementor-element.elementor-element-1377da8 .elementor-menu-toggle {
    margin-left: auto;
    margin-right: 0;
  }
  .layout-sidebar .header-style20.elementor-header-style20 .header-mid .revo-logo a img {
    width: 80px;
    padding: 20px 0 0;
  }
  .header-style20.elementor-header-style20  .elementor-widget-wp-widget-sw_primary_menu .elementor-widget-container {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .resmenu-container .navbar-toggle .icon-bar {
    background-color: #fff;
  }
  .layout-sidebar .header-style20.elementor-header-style20  .elementor-social-icons-wrapper >a {
    margin: 0 0 10px;
  }
  .layout-sidebar .header-style20.elementor-header-style20 .main-menu,
  .layout-sidebar .header-style20.elementor-header-style20 .socials-header {
    margin-top: 20px;
  }
  .header.header-style20.elementor-header-style20 .header-mid .nav-pills > li > a {
    padding: 13px 18px;
  }
  .layout-sidebar .header-style20.elementor-header-style20 .header-news {
    margin-top: 0;
  }
  .layout-sidebar .header-style20.elementor-header-style20 .nav-pills > li > a {
    font-size: 14px;
  }
  .elementor .elementor-slider-home10 .elementor-hidden-tablet {
    display: none !important;
  }
  .elementor-element-802740e,
  .elementor-element-8620aa7 {
    display: none !important;
  }
  .block-8 .elementor-widget-slider_revolution {
    min-width: 100%;
  }
  .header-elementor.header-style14 .header-mid .search-cate {
    width: 60% !important;
    margin: 4px 0 0;
  }
}
@media (max-width: 1199px) and (min-width: 991px) {
  .elementor-2842 .elementor-element.elementor-element-d13ee0b {
    width: 35%;
  }
  .elementor-2842 .elementor-element.elementor-element-bdf0fd6 {
    width: 65%;
  }
  .elementor-slider-home10 .elementor-element.elementor-element-cc261c2 {
    width: 100% !important;
  }
  .elementor-4518 .elementor-element.elementor-element-511b939 {
    width: 50%;
    margin: 0;
  }
  .header-elementor.header-style14 .header-mid .search-cate {
    width: 60%;
  }
  .header-elementor.header-style14 .wrapper_vertical_menu .vertical-megamenu > li > a {
    line-height: 42px;
  }
}
@media (max-width: 1199px) {
  .elementor .header-style3 .header-mid .header-right {
    margin: 0;
  }
  .elementor .header-style3 .search-cate {
    right: 15px;
  }
  .rtl .elementor .header-style3 .search-cate {
    right: auto;
    left: 15px;
  }
}
.elementor-header-style16 .search-layout2 {
  padding: 0;
}
.elementor-header-style16.header-style16 .search-cate .icon-search {
  position: relative;
}
.elementor-header-style16.header-style16 .search-cate .icon-search i {
  position: absolute;
  top: 10px;
  left: 10px;
}
.elementor-header-style17 .search-layout2 .icon-search::before {
  display: none;
}
.elementor-header-style17 .revo_top {
  padding: 0;
}
.home-style19 .elementor .footer-style15 {
  padding: 70px 0 45px;
}
.elementor-header-style18  .main-menu {
  float: none;
}
.rtl .elementor-header-style18  .main-menu {
  float: none;
}
.rtl .elementor-header-style18 .header-stickybar .elementor-element .top-form .wrapp-minicart {
  left: 40px;
  right: auto;
}
.rtl .elementor-header-style18 .header-stickybar {
  left: 0;
  right: auto;
}
.elementor-header-style18 .header-stickybar .elementor-container .elementor-row {
  flex-direction: column;
}
.elementor-header-style18 .header-stickybar .search-layout2 .icon-search::before {
  display: none;
}
.elementor-header-style18 .header-stickybar .header-right {
  font-size: 16px;
  text-align: center;
  background: #dd2727;
  width: 100%;
  display: block;
  margin-bottom: 1px;
}
.elementor-header-style18 .header-stickybar .header-right:before {
  color: #fff;
  content: "\f013";
  font-family: FontAwesome;
  height: 38px;
  line-height: 38px;
  width: 38px;
  cursor: pointer;
}
.elementor-header-style18 .header-stickybar .header-right:hover .elementor-column-wrap {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
}
.elementor-header-style18 .header-stickybar .header-right .elementor-column-wrap {
  width: 200px;
  padding: 10px;
  position: absolute;
  right: 40px;
  left: auto;
  top: 0;
  border: 1px #f2f2f2;
  box-shadow: 0 3px 5px 2px rgba(0,0,0,0.255);
  background: #fff;
  z-index: 9;
  opacity: 0;
  text-align: left;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -o-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
}
.rtl .elementor-header-style18 .header-stickybar .header-right .elementor-column-wrap {
  left: 40px;
  right: auto;
}
.box-left-banner .elementor-cta__bg-wrapper {
  height: 160px;
  min-height: 160px;
}
.box-left-banner .elementor-cta__button {
  position: relative;
  padding: 0 20px;
}
.box-left-banner .elementor-cta__button:before {
  content: "\f101";
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  font-family: fontawesome;
  color: #d263ee;
}
@media (max-width: 991px) and (min-width: 768px) {
  .elementor-3981 .elementor-element.elementor-element-21c6b16f {
    width: 72%;
  }
  .elementor-3981 .elementor-element.elementor-element-674f9483 {
    width: 28%;
  }
  .elementor-3981 .elementor-element.elementor-element-6aeae2b2,
  .elementor-4023 .elementor-element.elementor-element-0e9d8b1 {
    display: none;
  }
  .elementor-4023 .elementor-element.elementor-element-f8cd0c4,
  .elementor-4023 .elementor-element.elementor-element-400b4e8 {
    width: 50%;
  }
  .elementor-4023 .elementor-element.elementor-element-30d994d {
    width: 10%;
  }
  .elementor-4023 .elementor-element.elementor-element-0b75a85 {
    width: 25%;
  }
  .rtl .elementor-4805 .elementor-element.elementor-element-1377da8 .elementor-menu-toggle {
    margin-left: auto;
    margin-right: initial;
  }
  .elementor .footer-home9 .footer-menu9 .elementor-widget-wrap {
    padding-left: 15px;
  }
  .rtl .elementor .footer-home9 .footer-menu9 .elementor-widget-wrap {
    padding-right: 15px;
  }
  .footer-home9 .news-letter .wrap-content .mc4wp-form input[type="submit"],
  .footer-home9 .news-letter .wrap-content .mc4wp-form input[type="email"] {
    width: 100%;
  }
  .elementor-3568 .elementor-element.elementor-element-902dec5 {
    width: 100%;
  }
  .elementor-3568 .elementor-element.elementor-element-c5b3b11 {
    width: 100%;
  }
  .elementor-4714 .elementor-element.elementor-element-4a57b97 {
    width: 50%;
    margin: 0;
    padding: 0 15px;
  }
  .footer-style7 .elementor-container .elementor-row >* {
    width: 50%;
  }
  .elementor-3568 .elementor-element.elementor-element-1ac197f,
  .elementor-4518 .elementor-element.elementor-element-d2a8bde {
    width: 100%;
  }
  .elementor-4518 .elementor-element.elementor-element-c1bbe44 {
    width: 40%;
  }
  .elementor-4518 .elementor-element.elementor-element-511b939 {
    width: 60%;
    margin: 0;
  }
  .elementor-4518 .elementor-element.elementor-element-32dd540 {
    text-align: center;
  }
  .elementor-3816 .elementor-element.elementor-element-06673f4 {
    width: 0;
  }
  .elementor-3816 .elementor-element.elementor-element-af5436a {
    width: 100%;
  }
  .block-text3 .elementor-column {
    width: 50%;
    margin: 0 0 20px;
  }
}
@media (max-width: 991px) {
  .elementor-header-style18.header-style18 .header-stickybar .search-cate {
    display: block;
  }
  .elementor-header-style18.header-style18 .header-stickybar .search-cate .revo_top .top-form.top-search {
    width: auto;
    min-width: auto;
    top: 0;
  }
  .resmenu-container .navbar-toggle .icon-bar {
    background-color: #d263ee !important;
  }
  .header-style15 .elementor-element .header-mid .right-header {
    margin-top: 0;
  }
  .header-style15 .elementor-element .search-cate {
    padding: 0 0 0 15px;
  }
  .rtl .header-style15 .elementor-element .search-cate {
    padding: 0 15px 0 0;
  }
  .header-style5 .revo_top .top-form.top-search {
    min-width: initial;
    width: initial;
  }
  .header-style10 .header-bottom #main-menu .primary-menu .resmenu-container .navbar-toggle {
    position: initial !important;
  }
  .footer-style20-bot .newsletter-foot .form-newsletter input[type="submit"],
  .footer-style20-bot .newsletter-foot h5,
  .footer-style20-bot .newsletter-foot h3 {
    font-size: 12px;
    text-transform: capitalize;
  }
  .block-text3 ul li {
    padding: 0 10px;
  }
  .elementor-page .countdown-slider5 .slider .item-countdown .item-wrap .item-detail .item-image-countdown {
    width: 40%;
  }
  .elementor-4131 .elementor-element.elementor-element-0f35176 > .elementor-widget-container {
    padding: 15px 0 0px;
  }
  .header-style7 .mid-header .top-form.top-form-minicart .top-minicart-icon .title-cart {
    display: none;
  }
  .footer-style16-bot .newsletter-foot h5 {
    display: none;
  }
  .resp-tab .top-tab-slider .nav.nav-tabs li {
    margin: 0 10px 10px;
  }
  .elementor-4118 .elementor-element.elementor-element-c775501 {
    text-align: center !important;
  }
  .elementor-4118 .elementor-element.elementor-element-2309d37 {
    width: 100%;
  }
  .elementor-4118 .elementor-element.elementor-element-0a9936c {
    width: 100%;
  }
  .elementor-header-style10 .header-mid .contact-us {
    display: none;
  }
  .elementor-2842 .elementor-element.elementor-element-6cde9cc > .elementor-widget-container {
    display: none;
  }
  .elementor-2842 .elementor-element.elementor-element-6678055,
  .elementor-2842 .elementor-element.elementor-element-4aa1e69 {
    width: 100%;
  }
  .elementor-2842 .elementor-element.elementor-element-bdf0fd6 {
    width: 100%;
  }
  .block-home10 .wrapper-content > .item .item-content {
    padding: 25px 10px 20px 80px;
  }
  .elementor-slider-home10 .elementor-element.elementor-element-cc261c2 {
    width: 100% !important;
  }
  .elementor-4714 .elementor-element.elementor-element-737e0d1 {
    text-align: center;
  }
  .elementor-4714 .elementor-element.elementor-element-82167f9 {
    width: 100%;
  }
  .elementor-4615 .elementor-element.elementor-element-14e0433 {
    width: 100%;
    text-align: center;
    margin: 0 0 15px;
  }
  .elementor-header-style8 .header-mid .search-cate {
    margin: 0;
  }
  .elementor-4615 .elementor-element.elementor-element-42acf86 {
    width: 100%;
  }
  .header-style7 .header-mid .top-header .revo-logo {
    padding: 25px 0 0;
  }
  .elementor-4561 .elementor-element.elementor-element-3ef779d {
    width: 50%;
  }
  .elementor-4561 .elementor-element.elementor-element-791e9d4 {
    width: 100%;
  }
  .elementor-4561 .elementor-element.elementor-element-9d2b6a0 {
    text-align: center;
  }
  .featured-cat-elementor .item.item1 .item-content {
    top: 40px;
  }
  .featured-cat-elementor .item.item3 .item-content {
    top: 100px;
    left: 10px;
  }
  .featured-cat-elementor .item.item4 .item-content .des {
    display: none;
  }
  .elementor-3945 .elementor-element.elementor-element-08f570f {
    width: 50%;
  }
  .elementor-3945 .elementor-element.elementor-element-563fc73 {
    width: 0;
  }
  .elementor-3945 .elementor-element.elementor-element-e24f1bb {
    width: 50%;
  }
  .elementor .footer .footer-top .newsletter .mc4wp-form input[type="email"] {
    width: 120px;
    min-width: 120px;
  }
  .footer .footer-top .find-store {
    padding: 0;
  }
  .rtl .footer .footer-top .find-store {
    padding: 0;
  }
  .elementor-4280 .elementor-element.elementor-element-63ac341 {
    width: 100%;
  }
  .header-elementor.header-style14 .header-mid .top-form.revo-minicart6 {
    margin-top: 4px;
  }
}
@media (min-width: 991px) {
  .home-style15 .best-selling-product3.style2 {
    margin-bottom: 53px;
  }
  .home-style16 .elementor-element .sw_tab_countdown4 {
    margin-top: -70px;
  }
  .home-style17  .elementor-4225 .elementor-element.elementor-element-a227a4c {
    padding: 70px 0px 20px 0px;
  }
  .elementor-4225 .elementor-element.elementor-element-6138da3 > .elementor-element-populated,
  .elementor-4193 .elementor-element.elementor-element-bfcda06 > .elementor-widget-container,
  .elementor-4293 .elementor-element.elementor-element-a7c6c78 > .elementor-widget-container {
    text-align: left;
  }
  .rtl .elementor-4225 .elementor-element.elementor-element-6138da3 > .elementor-element-populated,
  .rtl .elementor-4193 .elementor-element.elementor-element-bfcda06 > .elementor-widget-container,
  .rtl .elementor-4293 .elementor-element.elementor-element-a7c6c78 > .elementor-widget-container {
    text-align: right;
  }
}
@media (max-width: 767px) and (min-width: 480px) {
  .header-style7 .header-mid .elementor-element-728fd6c {
    width: 75%;
  }
  .header-style7 .header-mid .elementor-element-3ef779d {
    width: 25%;
  }
  .header-elementor.header-style6 .header-mid .header-left {
    width: 33.3%;
  }
  .header-elementor.header-style6 .header-mid .elementor-element-5ef813d {
    width: 33.3%;
  }
  .header-elementor.header-style6 .header-mid .header-right {
    width: 33.3%;
  }
  .header-elementor.header-style6 .header-bottom .elementor-widget-wrap > .elementor-element.search-cate {
    width: 15%;
  }
}
@media (max-width: 767px) {
  .header-style15 .header-mid .right-header {
    display: inline-block !important;
  }
  .elementor-element-b2a4113.fix-block .elementor-widget-wrap,
  .elementor-element-1c140a2.fix-block .elementor-widget-wrap {
    display: flex !important;
    justify-content: center;
  }
  .elementor-4215 .elementor-element.elementor-element-7ea5889 {
    text-align: center;
  }
  .elementor-element.header-style7 .header-top .currency_w > li > a {
    padding: 0 20px;
  }
  .elementor-element.header-style7 .header-top .top-header .elementor-widget-wrap {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    justify-content: center;
  }
  .header-style14 .elementor-element .header-mid .search-cate {
    width: 70% !important;
  }
  .elementor-4204 .elementor-element.elementor-element-c7fdfc5 {
    width: 100%;
    padding: 0 15px;
  }
  .header-elementor.header-style14 .header-mid .revo-logo {
    width: 100%;
  }
  .header-elementor.header-style14 .header-mid .revo-logo .fix-text-left > .elementor-widget-container > * {
    text-align: center;
  }
  .rtl .header-elementor.header-style14 .header-mid .revo-logo .fix-text-left > .elementor-widget-container > * {
    text-align: center;
  }
  .footer-style20 .elementor-widget-wp-widget-nav_menu h5 {
    margin-bottom: 10px;
  }
  .elementor-3981 .elementor-element.elementor-element-674f9483 {
    display: none;
  }
  .header-style6 .elementor-element .header-bottom .search-cate .revo_top .top-form.top-search input {
    padding: 0 15px;
  }
  .header-style13.elementor-element .resmenu-container .navbar-toggle .icon-bar {
    background-color: #d263ee;
  }
  .header-style2.elementor-element .revo_top .top-form.top-search {
    min-width: initial;
  }
  .header-style2.elementor-element .resmenu-container .navbar-toggle .icon-bar {
    background-color: #d263ee;
  }
  .sw-category-slider9 .item .item-content h3 a {
    font-size: 25px;
    line-height: 30px;
  }
  .elemrntor-header-style21.header-style21 .header-mid .header-left .elementor-widget-wrap {
    justify-content: center;
  }
  .elemrntor-header-style21.header-style21 .header-mid .header-right {
    display: inline-block;
  }
  .layout-sidebar .header-style20.elementor-header-style20 .header-mid .revo-logo a img {
    padding: 0;
  }
  .elementor-4288 .elementor-element.elementor-element-1cedbea {
    text-align: center !important;
  }
  .layout-sidebar > .container,
  .layout-sidebar .revoheader-top-menu,
  .layout-sidebar .revo_breadcrumbs,
  .home-style21 #footer.elementor-element,
  .layout-sidebar.elementor-page > .container {
    width: 100%;
  }
  .layout-sidebar.elementor-page  .revoheader-top-menu,
  .layout-sidebar.elementor-page  .revo_breadcrumbs {
    width: 100%;
  }
  .header-style20.elementor-header-style20 {
    position: initial;
    width: 100%;
    height: auto;
  }
  .header-style20.elementor-header-style20 .main-menu {
    margin-top: 0;
  }
  .header-style20.elementor-header-style20 .header-mid {
    padding: 0;
  }
  .header-style20.elementor-header-style20 .header-mid .revo-logo a img {
    width: auto !important;
  }
  .header-style20.elementor-header-style20 .header-mid .elementor-widget-wrap >div {
    width: 50%;
    float: left;
  }
  .sw-woo-tab-cat6 .resp-tab .tab-content .resp-slider-container .slider .item-product .item-wrap .item-detail .item-img {
    width: auto;
    max-width: 120px;
    float: left;
    margin: 0 auto;
  }
  .rtl .sw-woo-tab-cat6 .resp-tab .tab-content .resp-slider-container .slider .item-product .item-wrap .item-detail .item-img {
    float: right;
  }
  .home-style18 .best-selling-product3 .res-button {
    top: 20px;
  }
  .elementor-header-style7.header-style7 .header-mid .elementor-row {
    display: flex;
    align-items: center;
    padding: 0 10px;
  }
  .elementor-header-style7.header-style7 .header-mid .elementor-row .elementor-element-efd38e9 {
    width: 70%;
  }
  .elementor-header-style7.header-style7 .header-mid .elementor-row .elementor-element-abaf1bf {
    width: 30%;
  }
  .elementor-4177 .elementor-element.elementor-element-6df0ae2 {
    text-align: center !important;
  }
  .elementor-4225 .elementor-element.elementor-element-c7ceacb {
    text-align: center !important;
  }
  .elementor-4225 .elementor-element.elementor-element-74994c6 > .elementor-element-populated .elementor-social-icons-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    margin-top: 10px;
    width: 100%;
  }
  .new-socials17 .newsletter-foot h5 {
    display: none;
  }
  .elementor-4132 .elementor-element.elementor-element-eb12fd5 {
    text-align: center;
  }
  .sw_tab_countdown4 .tab-countdown-slide2,
  .sw_tab_countdown4 .tab-countdown-slide2 .top-tab-slider {
    margin: 0;
  }
  .elementor .footer-style15 {
    padding-top: 30px;
  }
  .elementor-4212 .elementor-element.elementor-element-5a21c5e > .elementor-element-populated .elementor-widget-wrap {
    justify-content: center;
  }
  .elementor-header-style16.header-style16 .header-top .top-header .top-login ul li a {
    margin-left: 15px;
  }
  .rtl .elementor-header-style16.header-style16 .header-top .top-header .top-login ul li a {
    margin-right: 15px;
    margin-left: 0;
  }
  .sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .countdown-left .countdown-row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    justify-content: center;
  }
  .sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .countdown-left .countdown-row .countdown-section {
    padding: 0 15px;
    display: inline-block;
  }
  .sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .countdown-left .countdown-row .countdown-section:after {
    display: none;
  }
  .elementor-4194 .elementor-element.elementor-element-3bf17f8 {
    text-align: center !important;
  }
  .elementor-element-0a9936c.fix-block .elementor-column-wrap .elementor-widget-wrap {
    display: flex !important;
    justify-content: center;
  }
  .elementor-4955 .elementor-element.elementor-element-906281c {
    text-align: center;
  }
  .header-elementor-9 .header-bottom.elementor-element-e8bd98b .elementor-widget-wrap > .elementor-element.elementor-element-2203231 {
    width: 100%;
  }
  .header-elementor-9 .header-bottom .elementor-widget-wrap > .elementor-element.search-cate {
    width: auto;
  }
  .elementor-header-style12 .custom-login .top-login {
    padding: 13px 0;
  }
  .elementor-3568 .elementor-element.elementor-element-1ac197f > .elementor-element-populated {
    padding: 0px !important;
  }
  .header-style12 .header-top .block-text-left.elementor-element-36bccf6 {
    display: none !important;
  }
  .elementor-4773 .elementor-element.elementor-element-b8910fb {
    text-align: center;
  }
  .elementor-4714 .elementor-element.elementor-element-4a57b97 {
    margin: 0 !important;
    padding: 0 15px;
  }
  .elementor-header-style12 .header-bottom .elementor-widget-wrap > .elementor-element {
    width: 100%;
  }
  .elementor-4585 .elementor-element.elementor-element-186333c {
    text-align: center;
  }
  .elementor  .footer .footer-style7 .info-footer ul {
    display: inline-block;
  }
  .elementor-4518 .elementor-element.elementor-element-511b939 {
    width: 70%;
    margin: 0;
  }
  .header-bottom .elementor-widget-wrap > .elementor-element {
    width: 20%;
  }
  .header-bottom .elementor-widget-wrap > .elementor-element.search-cate {
    width: 80%;
  }
  .elementor .footer .footer-contact h5 {
    width: auto;
  }
  .elementor-1223 .elementor-element .elementor-image-box-img img {
    margin: 0 auto;
  }
  .footer .footer-top .find-store .store {
    margin: 0;
  }
  .elementor .footer .footer-menu .contact-address .info-footer ul {
    display: block;
  }
  .elementor-header-style12 .top-header .elementor-widget-wrap {
    justify-content: center;
    display: flex !important;
  }
  .elementor-4323 .elementor-element.elementor-element-1f70f98 > .elementor-widget-container {
    text-align: center;
  }
  .newsletter-foot18 .form-newsletter .elementor-widget-wrap {
    display: flex;
    justify-content: center;
  }
  .newsletter-foot18 .form-newsletter .elementor-widget-wrap .elementor-element {
    width: 100%;
  }
}
@media (max-width: 767px) and (min-width: 480px) {
  .header-elementor-style1 .header-bottom .header-right {
    width: 30%;
  }
  .header-elementor-style1 .header-bottom .search-cate {
    width: 60%;
  }
  .header-elementor-style1 .header-bottom .vertical_megamenu-header {
    width: 10%;
  }
  .countdown-slider4 .countdown-resp-slider-container .countdown-responsive .item-countdown.item-sidebar .item-wrap {
    width: 33%;
    float: left;
  }
  .countdown-slider4 .countdown-resp-slider-container .countdown-responsive .item-countdown.item-center .item-wrap {
    width: 100%;
  }
  .elementor .header-style3 .header-mid .header-left,
  .elementor .header-style3 .header-mid .top-header,
  .elementor .header-style3 .header-mid .header-right {
    width: 33.3%;
  }
  .elementor-4862 .elementor-element.elementor-element-2f5762f {
    text-align: center !important;
  }
  .elementor-header-style10.header-style10 .header-mid .elementor-row {
    align-items: center;
    justify-content: center;
  }
  .elementor-header-style10.header-style10 .header-mid .elementor-row .elementor-element-8fd8021 {
    width: 55%;
    float: left;
  }
  .elementor-header-style10.header-style10 .header-mid .elementor-row .elementor-element-8f14e65 {
    width: auto;
  }
  .elementor-4837 .elementor-element.elementor-element-a4502e5 {
    text-align: center;
  }
}
.sw-demo-button {
  background-color: transparent !important;
}
@media (max-width: 480px) {
  .countdown-slider5 .box-title h3 {
    font-size: 10px;
  }
  .elementor-4204 .elementor-element.elementor-element-8486c7e {
    padding: 10px 0;
  }
  .elementor-4204 .elementor-element.elementor-element-66a7373 > .elementor-element-populated {
    padding: 0 5px;
  }
  .header-style14-elementor #lang_sel > ul.nav > li > a,
  .header-style14-elementor  .currency_w > li > a {
    padding: 0;
  }
  .rtl .header-style14-elementor #lang_sel > ul.nav > li > a,
  .rtl .header-style14-elementor  .currency_w > li > a {
    padding: 0;
  }
  .header-elementor-style1 .header-bottom .header-right {
    width: 60%;
  }
  .header-elementor-style1 .header-bottom .search-cate {
    width: 100%;
  }
  .header-elementor-style1 .header-bottom .vertical_megamenu-header {
    width: 40%;
  }
  .header-style15 .header-top .header-message {
    display: none !important;
  }
  .elementor-element .currency_w > li > a,
  .elementor-element .header-top .elementor-widget-wp-widget-nav_menu h5,
  .elementor-element #lang_sel > ul.nav > li > a {
    border-color: transparent;
  }
  .rtl .elementor-element .currency_w > li > a,
  .rtl .elementor-element .header-top .elementor-widget-wp-widget-nav_menu h5,
  .rtl .elementor-element #lang_sel > ul.nav > li > a {
    border-color: transparent;
  }
  .elementor-4942 .elementor-element.elementor-element-d88fba0 > .elementor-element-populated {
    padding: 0 10px;
  }
  .elementor-header-style10.header-style10 .header-top {
    display: none;
  }
  .header-style7 .elementor-element  .header-mid .mid-header {
    padding: 10px 0;
  }
  .header-style5 .elementor-element  .header-top .top-login ul li a {
    padding: 0;
  }
  .header-style3 .elementor-element  .header-top {
    display: none;
  }
  .header-style15 .elementor-element .top-header .elementor-widget-wrap {
    display: flex;
    justify-content: center;
  }
  .header-style15 .elementor-element .header-mid .search-cate {
    padding: 0 15px;
  }
  .rtl .header-style15 .elementor-element .header-mid .search-cate {
    padding: 0 15px;
  }
  .elementor-header-style12 .top-header .elementor-widget-wrap,
  .elementor-header-style8 .elementor-column-wrap .elementor-widget-wrap {
    justify-content: center;
    display: flex;
  }
  .header-style2 .elementor-element .header-bottom .search-cate {
    display: none;
  }
  .header-style2 .elementor-element .header-bottom .vertical_megamenu-header,
  .header-style2 .elementor-element .header-bottom .header-right {
    width: 50%;
  }
  .header-style2 .elementor-element .vertical_megamenu-header .wrapper_vertical_menu .resmenu-container .navbar-toggle {
    margin: 10px 0 0;
  }
  .rtl .header-style2 .elementor-element .vertical_megamenu-header .wrapper_vertical_menu .resmenu-container .navbar-toggle {
    margin: 10px 0 0;
  }
  .elementor-5053 .elementor-element.elementor-element-53a2998 > .elementor-element-populated {
    font-size: 12px;
  }
  .rtl .elementor-4561 .elementor-element.elementor-element-9d2b6a0 {
    text-align: center;
  }
  .elementor-4561 .elementor-element.elementor-element-3ef779d > .elementor-element-populated .elementor-widget-wrap,
  .elementor-4389 .elementor-element.elementor-element-f292cbc > .elementor-element-populated .elementor-widget-wrap {
    display: flex;
    justify-content: center;
  }
  .header-elementor-style1 .header-bottom .search-cate .elementor-widget-wrap > .elementor-element {
    width: 100%;
  }
  .footer-style20-bot .newsletter-foot h5 {
    display: none;
  }
  .elementor-element-306ee63 .elementor-element .elementor-widget-container {
    text-align: center;
  }
  .rtl .elementor-element-306ee63 .elementor-element .elementor-widget-container {
    text-align: center;
  }
  .home-style21 .sw-woo-tab-cat4.style7 .box-title h3 {
    font-size: 18px;
  }
  .layout-sidebar .elementor-location-header .revoheader-top-menu .search-cate {
    width: 100%;
    border-top: 1px solid #ddd;
  }
  .rtl .elementor-4177 .elementor-element.elementor-element-efd38e9 > .elementor-element-populated {
    padding: 0;
  }
  .rtl .header-style7 .header-mid .search-cate {
    margin: 0;
  }
  .rtl .header-style7 .revo_top .top-form.top-search input {
    padding: 0;
  }
  .elementor-header-style7.header-style7 .header-mid .elementor-row .elementor-element-efd38e9 {
    width: 64%;
  }
  .elementor-header-style7.header-style7 .header-mid .elementor-row .elementor-element-abaf1bf {
    width: 36%;
  }
  .elementor-header-style15 .header-top .elementor-widget-wp-widget-nav_menu ul.menu {
    left: 0;
    right: auto;
  }
  .rtl .elementor-header-style15 .header-top .elementor-widget-wp-widget-nav_menu ul.menu {
    right: 0;
    left: auto;
  }
  .sw-woo-tab-style4 .top-tab-slider .nav.nav-tabs li a {
    font-size: 13px;
    text-transform: capitalize;
  }
  .newsletter-foot15 .elementor-widget-container {
    display: inline-block;
  }
  .elementor-4942 .elementor-element.elementor-element-417c7c4 > .elementor-element-populated {
    padding: 15px 10px;
  }
  .elementor-header-11.header-style11 #main-menu .primary-menu .resmenu-container .navbar-toggle {
    margin-left: 15px;
  }
  .rtl .elementor-header-11.header-style11 #main-menu .primary-menu .resmenu-container .navbar-toggle {
    margin-left: 0;
    margin-right: 15px;
  }
  .elementor-4919 .elementor-element.elementor-element-30af621 {
    text-align: center;
    padding: 10px 0 0;
  }
  .elementor-4862 .elementor-element.elementor-element-2f5762f {
    text-align: center;
  }
  .elementor-2842 .elementor-element.elementor-element-bdf0fd6 > .elementor-element-populated {
    padding: 0;
  }
  .elementor-header-style10 .elementor-element.elementor-element-d13ee0b > .elementor-element-populated {
    padding: 0;
  }
  .elementor-header-style10.header-style10 .header-mid .elementor-row {
    align-items: center;
  }
  .elementor-header-style10.header-style10 .header-mid .elementor-row .elementor-element-8fd8021 {
    width: 75%;
    float: left;
  }
  .elementor-header-style10.header-style10 .header-mid .elementor-row .elementor-element-8f14e65 {
    width: auto;
  }
  .elementor-header-style10.header-style10 .header-top {
    height: auto;
  }
  .elementor-header-style10 .header-top .top-login ul li a > span {
    display: inline-block;
  }
  .elementor-header-style10 .header-top .elementor-column-wrap .elementor-widget-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
  }
  .elementor-header-style10 .header-top .elementor-element.elementor-element-a1f8aec > .elementor-widget-container {
    padding: 0;
  }
  .header-elementor-9 .header-bottom .search-cate .revo_top .top-form.top-search {
    left: 0;
    right: 0;
    position: fixed;
    top: 0;
  }
  .elementor-4805 .elementor-element.elementor-element-8ce2b33 {
    width: 80%;
  }
  .elementor-element-cb1f5b2 .elementor-widget-wrap {
    justify-content: center;
  }
  .elementor-header-style12 .header-top .elementor-widget-wp-widget-nav_menu h5 {
    font-size: 0;
  }
  .elementor-header-style12 .header-top .elementor-widget-wp-widget-nav_menu h5::before {
    font-size: 12px;
  }
  .elementor-element .sw-category-slider6 .block-title {
    width: 100%;
  }
  .elementor-element .sw-category-slider6 .resp-slider-container .responsive .item {
    width: 50%;
    padding: 0;
  }
  .elementor-header-style8.header-style8 .header-mid .contact-us {
    display: none;
  }
  .elementor-4561 .elementor-element.elementor-element-3ef779d {
    width: 100%;
  }
  .elementor-element-c11d5fb {
    width: 100% !important;
  }
  .header-style6 .header-top .block-text-right {
    font-size: 12px;
  }
  .header-elementor.header-style6 .search-cate .revo_top .top-form.top-search {
    position: fixed;
    left: 0;
    right: 0;
    top: 55px;
    min-width: auto;
  }
  .rtl .header-elementor.header-style6 .search-cate .revo_top .top-form.top-search {
    left: 0;
    right: 0;
  }
  .elementor .footer .footer-contact h5 {
    display: none;
  }
  .header-elementor.header-style3 .header-mid {
    padding: 10px 0;
  }
  .header-elementor.header-style3 .header-mid .header-left  .elementor-widget-wrap {
    justify-content: center;
    display: flex !important;
  }
  .header-elementor.header-style3 .header-mid .top-header {
    width: 50%;
    position: initial;
    margin: 0;
    float: left;
  }
  .header-elementor.header-style3 .header-mid .header-right {
    width: 50%;
    float: left;
  }
  .header-style6 .header-top.elementor-element-217897f .elementor-widget-wrap {
    display: flex !important;
    justify-content: center;
  }
  .header-style5 .header-top .top-header.elementor-element .elementor-column-wrap {
    display: flex !important;
    justify-content: center;
  }
  .header-elementor.header-style6 #main-menu .primary-menu .resmenu-container .navbar-toggle {
    margin: 5px 0;
  }
  .header-style6 .header-mid .elementor-element-5ef813d {
    width: 40%;
  }
  .header-style6 .header-mid .header-right {
    width: 60%;
    position: initial;
  }
  .elementor-element-9ebbc17.fix-block .elementor-column-wrap .elementor-widget-wrap,
  .elementor-element-b76b22f .elementor-column-wrap .elementor-widget-wrap {
    display: flex !important;
    justify-content: center;
  }
  .elementor-element-507fe1b {
    display: none !important;
  }
}
@media (max-width: 360px) {
  .elementor-header-style5.header-style5 .revo_top .top-form.top-search {
    min-width: 200px;
    margin: 0;
    width: 200px;
  }
}
.elementor-4218 .elementor-element.elementor-element-bb78b73 {
  margin: 0 15px;
}
.elementor-element-306ee63 .elementor-element .elementor-widget-container {
  text-align: left;
}
.rtl .elementor-element-306ee63 .elementor-element .elementor-widget-container {
  text-align: right;
}
.footer-style20-bot .newsletter-foot h5,
.elementor  .footer-style20-bot .newsletter-foot {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.footer .elementor-footer-copyright.footer-copyright {
  background-color: transparent;
}
.elementor-header-11 .header-top .elementor-widget-wp-widget-nav_menu h5 {
  color: #2d2d2d !important;
}
.resp-ajax-page-listing .tab-pane >p {
  display: flex;
  flex-wrap: wrap;
}
.resp-ajax-page-listing .tab-pane >p br {
  display: none;
}
.resp-ajax-page-listing .tab-pane >p a {
  padding: 2px;
}
#sb_instagram .sbi_photo_wrap {
  position: relative;
}
#sb_instagram .sbi_photo_wrap:before {
  content: "\f16d";
  font-family: fontawesome;
  position: absolute;
  right: 10px;
  top: 20px;
  font-size: 25px;
  color: #ccc;
}
.rtl #sb_instagram .sbi_photo_wrap:before {
  right: auto;
  left: 10px;
}
.elementor-header-style18 .resmenu-container .navbar-toggle .icon-bar {
  background-color: #fff !important;
}
.elementor .footer .footer-contact .newsletter-footer .form-newsletter input[type="submit"] {
  background-color: #d263ee;
}
.elementor .footer.footer-style2 .elementor-element .elementor-social-icon i {
  color: #fff;
}
.elementor .footer-style18-bot {
  border-top: none;
}
.elementor .footer-style18-bot .elementor-row {
  border-top: 1px #ccc solid;
  padding: 20px 0px 20px 0px;
}
.elementor-element .header-top .header-message,
.elementor-element .currency_w > li,
.elementor-element #lang_sel > ul.nav > li > a {
  font-size: 12px;
}
.footer {
  font-size: 13px;
}
.header-style7 .elementor-element .header-bottom .container i {
  position: initial;
  top: 20px;
  right: 45px;
  cursor: pointer;
  display: inline-block;
  width: auto;
  height: auto;
  opacity: 1;
}
.elementor-element-4a57b97 .elementor-shape-rounded .elementor-icon.elementor-social-icon:hover {
  background-color: transparent !important;
}
.elementor-4714 .elementor-element .elementor-social-icon i:hover {
  color: #d263ee !important;
}
.responsive-post-slider.style5 .resp-slider-container .slider .item .description {
  font-size: 13px;
  color: #7d7d7d;
  line-height: 22px;
}
.header-style9.elementor-element .header-bottom .elementor-widget-wp-widget-nav_menu h5 {
  font-size: 13px;
}
.header-style9.elementor-element .header-bottom .top-form.top-form-minicart .top-minicart-icon a .minicart-number {
  top: -5px;
}
.header-style9 .header-bottom .top-form.top-form-minicart .top-minicart-icon {
  background: url(../assets/img/icon-cart9.png) no-repeat top center;
}
.seller_elementor .resp-slider-container .item-detail .item-inner h4 {
  font-size: 14px;
}
.header-style17.elementor-element .sticky-menu {
  box-shadow: 0 5px 14px rgba(0,0,0,0.08);
}
.home-style18 .elementor-element.footer .footer-copyright {
  padding: 20px 0;
}
.have-icon .fa {
  padding: 0 5px 0 0;
}
.rtl .have-icon .fa {
  padding: 0 0 0 5px;
}
.nav-pills.nav-mega .revo-mega-menu .dropdown-menu .dropdown-submenu .dropdown-sub > li .menu-img {
  right: auto;
  left: 5px;
  top: -5px;
  width: 28px;
}
.rtl .nav-pills.nav-mega .revo-mega-menu .dropdown-menu .dropdown-submenu .dropdown-sub > li .menu-img {
  right: 5px;
  left: auto;
}
.nav-pills.nav-mega .revo-mega-menu .dropdown-menu .dropdown-submenu>a .menu-title,
.nav-pills.nav-mega .revo-mega-menu .dropdown-menu .dropdown-submenu>.have-title .menu-title {
  margin-bottom: 15px;
}
@media (min-width: 991px) and (max-width: 1366px) {
  .layout-sidebar .header-style20 .header-mid .revo-logo {
    padding: 0;
  }
  .layout-sidebar .header-style20 .nav-pills>li>a {
    padding: 5px 20px;
    font-size: 14px;
  }
  .elementor-header-style20 .header-menu.header-mid {
    padding: 10px 0 0;
  }
  .layout-sidebar .header-style20 .header-news {
    margin-top: 30px;
  }
  .layout-sidebar .header-style20 .main-menu {
    margin-top: 30px;
  }
  .elementor-4268 .elementor-element.elementor-element-d14290a .elementor-social-icon {
    font-size: 10px;
  }
  .elementor-header-style20 .header-menu.header-mid {
    overflow: visible;
  }
}
.header-mobile-style2 .mobile-search .top-form.top-search {
  margin: 0;
}
.header-mobile-style2 .header-cart {
  display: none;
}
.header-mobile-style2 .revo_top .top-form.top-search .topsearch-entry {
  padding-left: 0;
}
.woocommerce div.product form.cart .button {
  background-color: #d263ee !important;
}
@media (min-width: 991px) {
  .resmenu-top-mobile {
    display: none;
  }
}
.header-style8 .mega-left-title {
  top: 120px;
}
.item-content .sw-custom-variation {
  width: 100%;
  overflow-x: scroll;
  display: flex;
  padding: 2px 0;
}
.item-content .sw-custom-variation::-webkit-scrollbar-track {
  background-color: #F5F5F5;
}
.item-content .sw-custom-variation::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #F5F5F5;
}
.item-content .sw-custom-variation::-webkit-scrollbar-thumb {
  background-color: #555;
}
.bg-touch {
  background: #d263ee;
}
.bg-touch .wpb_raw_html {
  margin-bottom: 0;
}
.bg-touch .get-touch {
  padding: 31px 0 30px;
}
.bg-touch .get-touch .des {
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  padding: 10px 0;
}
.bg-touch .get-touch a {
  font-weight: 700;
  font-size: 14px;
  color: #1c1c1c;
  text-transform: uppercase;
  background: #fff;
  border-radius: 19px;
  padding: 11.5px 26px;
  display: inline-block;
  vertical-align: top;
}
.bg-touch .get-touch a:hover {
  color: #d263ee;
}
.footer-style7 {
  background: url("../assets/img/bg-footer7.jpg") no-repeat;
  background-size: cover;
  padding: 49px 0 60px;
}
.footer-style7 .elementor-widget-wp-widget-nav_menu h5 .icon-footer,
.footer-style7 .wpb_content_element 	h3 .icon-footer,
.footer-style7 .widget_nav_menu .widgettitle .icon-footer {
  float: right;
  position: relative;
}
.rtl .footer-style7 .elementor-widget-wp-widget-nav_menu h5 .icon-footer,
.rtl .footer-style7 .wpb_content_element 	h3 .icon-footer,
.rtl .footer-style7 .widget_nav_menu .widgettitle .icon-footer {
  float: left;
}
.footer-style7 .elementor-widget-wp-widget-nav_menu h5 .icon-footer:before,
.footer-style7 .wpb_content_element 	h3 .icon-footer:before,
.footer-style7 .widget_nav_menu .widgettitle .icon-footer:before {
  content: '\f0d7';
  color: #222;
  font-family: Fontawesome;
  font-size: 14px;
  display: inline-block;
  opacity: 0;
}
.footer-style7 .footer-logo img {
  margin-bottom: 22px;
}
.footer-style7 .footer-logo .des {
  font-size: 13px;
  color: #fff;
  line-height: 21px;
  padding-right: 30px;
  margin: 0 0 44px;
}
.footer-style7 .socials-footer {
  display: inline-block;
  overflow: hidden;
}
.footer-style7 .socials-footer h3 {
  display: none;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  margin: 31px 0 21px;
}
.footer-style7 .socials-footer ul {
  margin: 0;
}
.footer-style7 .socials-footer ul > li {
  list-style: none;
  float: left;
}
.rtl .footer-style7 .socials-footer ul > li {
  float: right;
}
.footer-style7 .socials-footer ul > li > a {
  display: inline-block;
  height: 34px;
  width: 34px;
  line-height: 34px;
  color: #222;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  margin: 0 5px;
  font-size: 16px;
}
.footer-style7 .socials-footer ul > li.face a:hover {
  color: #fff;
  background-color: #3b5998;
}
.footer-style7 .socials-footer ul > li.twi a:hover {
  color: #fff;
  background-color: #1da1f2;
}
.footer-style7 .socials-footer ul > li.pin a:hover {
  color: #fff;
  background-color: #bd081c;
}
.footer-style7 .socials-footer ul > li.inta a:hover {
  color: #fff;
  background-color: #3897f0;
}
.footer-style7 .socials-footer ul > li.google a:hover {
  color: #fff;
  background-color: #db4437;
}
.footer-style7 .socials-footer ul > li:first-child a {
  margin-left: 0;
}
.footer-style7 .info-footer h3 {
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  margin: 31px 0 21px;
}
.footer-style7 .info-footer ul {
  overflow: hidden;
  margin: -8px 0 0;
}
.footer-style7 .info-footer ul > li {
  color: #fff;
  list-style: none;
  overflow: hidden;
  line-height: 24px;
  margin-top: 15px;
}
.footer-style7 .info-footer ul > li.email {
  margin-bottom: 22px;
  line-height: 32px;
}
.footer-style7 .info-footer ul > li.email a {
  color: #fff;
}
.footer-style7 .info-footer ul > li.email a:hover {
  color: #d263ee;
}
.footer-style7 .info-footer ul > li .fa {
  width: 32px;
  height: 32px;
  background-color: rgba(102,102,102,0.6);
  color: #fff;
  line-height: 32px;
  font-size: 16px;
  margin-right: 10px;
  text-align: center;
  float: left;
  border-radius: 2px;
}
.rtl .footer-style7 .info-footer ul > li .fa {
  float: right;
  margin: 0 0 0 10px;
}
.footer-style7 .info-footer ul > li span {
  display: block;
  overflow: hidden;
  line-height: 20px;
}
.footer-style7 .elementor-widget-wp-widget-nav_menu h5,
.footer-style7 .elementor-widget-wp-widget-nav_menu .widgettitle,
.footer-style7 .widget_nav_menu h5,
.footer-style7 .widget_nav_menu .widgettitle {
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  margin: 31px 0 21px;
}
.footer-style7 .elementor-widget-wp-widget-nav_menu ul.menu > li > a,
.footer-style7 .widget_nav_menu ul.menu > li > a {
  color: #fff;
  text-transform: capitalize;
  font-size: 13px;
  position: relative;
  padding: 7px 0px 7px 0px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
  vertical-align: top;
}
.footer-style7 .elementor-widget-wp-widget-nav_menu ul.menu > li > a:before,
.footer-style7 .widget_nav_menu ul.menu > li > a:before {
  content: '\f105';
  font-family: FontAwesome;
  font-size: 14px;
  margin-right: 8px;
}
.rtl .footer-style7 .elementor-widget-wp-widget-nav_menu ul.menu > li > a:before,
.rtl .footer-style7 .widget_nav_menu ul.menu > li > a:before {
  content: '';
  margin: 0;
}
.rtl .footer-style7 .elementor-widget-wp-widget-nav_menu ul.menu > li > a:after,
.rtl .footer-style7 .widget_nav_menu ul.menu > li > a:after {
  content: '\f104';
  font-family: FontAwesome;
  font-size: 14px;
  margin-left: 8px;
}
.footer-style7 .elementor-widget-wp-widget-nav_menu ul.menu > li > a:hover,
.footer-style7 .widget_nav_menu ul.menu > li > a:hover {
  color: #d263ee;
  padding-left: 15px;
}
.rtl .footer-style7 .elementor-widget-wp-widget-nav_menu ul.menu > li > a:hover,
.rtl .footer-style7 .widget_nav_menu ul.menu > li > a:hover {
  padding-right: 15px;
  padding-left: 0;
}
.footer-style7 .newletter h3 {
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  margin: 31px 0 21px;
}
.footer-style7 .newletter .des {
  font-size: 13px;
  color: #fff;
  line-height: 21px;
  margin: 0 0 25px;
}
.footer-style7 .newletter .mc4wp-form p {
  margin: 0 0 33px;
}
.footer-style7 .newletter .mc4wp-form .mc4wp-form-fields input[type="email"] {
  border: 0;
  color: #8c8c8c;
  height: 40px;
  padding: 0 14px;
  min-width: 201px;
  border-radius: 19px 0 0 19px;
  margin: 0;
}
.footer-style7 .newletter .mc4wp-form .mc4wp-form-fields input[type="submit"] {
  border: 0;
  background: url("../assets/img/fly.png") no-repeat #d263ee center center;
  height: 40px;
  min-width: 69px;
  border-radius: 0 19px 19px 0;
  text-indent: -99999px;
}
.footer-style7 .newletter .mc4wp-form .mc4wp-form-fields input[type="submit"]:hover {
  opacity: 0.85;
}
.footer-style7 .newletter .app-download a {
  float: left;
}
.footer-style7 .newletter .app-download a:first-child {
  margin: 0 10px 0 0;
}
.footer .container>p {
  display: none;
}
.footer .footer-block1 {
  background-color: #d263ee;
  padding: 20px 0;
}
.footer .footer-block1 .wpb_raw_html {
  margin: 0;
}
.footer .footer-block1 .block-infos .info {
  width: 20%;
  float: left;
}
.rtl .footer .footer-block1 .block-infos .info {
  float: right;
}
.footer .footer-block1 .block-infos .info.info1 .inner {
  border-left: 0;
}
.rtl .footer .footer-block1 .block-infos .info.info1 .inner {
  border-right: 0;
}
.footer .footer-block1 .block-infos .info .inner {
  border-left: 1px solid rgba(255,255,255,0.3);
  padding-left: 30px;
  float: left;
  width: 100%;
}
.rtl .footer .footer-block1 .block-infos .info .inner {
  float: right;
  padding-right: 30px;
  padding-left: 0;
  border-right: 1px solid rgba(255,255,255,0.3);
  border-left: 0;
}
.footer .footer-block1 .block-infos .info .inner i {
  float: left;
  font-size: 36px;
  padding-top: 2px;
  color: #fff;
}
.rtl .footer .footer-block1 .block-infos .info .inner i {
  float: right;
}
.footer .footer-block1 .block-infos .info .inner .info-cont {
  padding-left: 50px;
}
.rtl .footer .footer-block1 .block-infos .info .inner .info-cont {
  padding-right: 50px;
  padding-left: 0;
}
.footer .footer-block1 .block-infos .info .inner .info-cont span {
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 2px;
}
.footer .footer-block1 .block-infos .info .inner .info-cont p {
  text-transform: capitalize;
  color: #fff;
  padding-top: 2px;
  margin-bottom: 3px;
}
.footer .footer-menu {
  background-color: #f0f0f0;
  padding-top: 12px;
}
.footer .footer-menu.style1 {
  background-color: #fff;
}
.footer .footer-menu.style2 {
  padding-top: 66px;
  background-color: #f2f2f2;
}
.footer .footer-menu.style2 .vc_wp_custommenu {
  margin-bottom: 65px;
}
.footer .footer-menu.style2 .vc_wp_custommenu .elementor-widget-wp-widget-nav_menu ul.menu>li>a:hover,
.footer .footer-menu.style2 .vc_wp_custommenu .widget_nav_menu ul.menu>li>a:hover {
  color: #222;
}
.footer .footer-menu.style4 {
  padding-top: 45px;
  background-color: #111111;
}
.footer .footer-menu.style4 .elementor-widget-container h5,
.footer .footer-menu.style4 .vc_wp_custommenu .widget_nav_menu .widgettitle,
.footer .footer-menu.style4 .contact-address .info-footer h3 {
  color: #fff;
}
.footer .footer-menu.style4 .contact-address .info-footer ul>li .fa {
  background-color: #464646;
}
.footer .footer-menu .footer-menu-2 {
  padding: 35px 0 0;
  position: relative;
  border-top: 1px solid #e0e0e0;
  margin: 0 15px;
  text-align: center;
}
.footer .footer-menu .footer-menu-2:before {
  content: '';
}
.footer .footer-menu .footer-menu-2 .elementor-widget-wrap,
.footer .footer-menu .footer-menu-2 .vc_wp_custommenu {
  margin: 0;
}
.footer .footer-menu .footer-menu-2 .elementor-widget-wrap .elementor-widget-wp-widget-nav_menu ul.menu,
.footer .footer-menu .footer-menu-2 .elementor-widget-wrap .widget_nav_menu ul.menu,
.footer .footer-menu .footer-menu-2 .vc_wp_custommenu .elementor-widget-wp-widget-nav_menu ul.menu,
.footer .footer-menu .footer-menu-2 .vc_wp_custommenu .widget_nav_menu ul.menu {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 15px;
}
.footer .footer-menu .footer-menu-2 .elementor-widget-wrap .elementor-widget-wp-widget-nav_menu ul.menu >li,
.footer .footer-menu .footer-menu-2 .elementor-widget-wrap .widget_nav_menu ul.menu >li,
.footer .footer-menu .footer-menu-2 .vc_wp_custommenu .elementor-widget-wp-widget-nav_menu ul.menu >li,
.footer .footer-menu .footer-menu-2 .vc_wp_custommenu .widget_nav_menu ul.menu >li {
  float: left;
}
.rtl .footer .footer-menu .footer-menu-2 .elementor-widget-wrap .elementor-widget-wp-widget-nav_menu ul.menu >li,
.rtl .footer .footer-menu .footer-menu-2 .elementor-widget-wrap .widget_nav_menu ul.menu >li,
.rtl .footer .footer-menu .footer-menu-2 .vc_wp_custommenu .elementor-widget-wp-widget-nav_menu ul.menu >li,
.rtl .footer .footer-menu .footer-menu-2 .vc_wp_custommenu .widget_nav_menu ul.menu >li {
  float: right;
}
.footer .footer-menu .footer-menu-2 .elementor-widget-wrap .elementor-widget-wp-widget-nav_menu ul.menu >li >a,
.footer .footer-menu .footer-menu-2 .elementor-widget-wrap .widget_nav_menu ul.menu >li >a,
.footer .footer-menu .footer-menu-2 .vc_wp_custommenu .elementor-widget-wp-widget-nav_menu ul.menu >li >a,
.footer .footer-menu .footer-menu-2 .vc_wp_custommenu .widget_nav_menu ul.menu >li >a {
  color: #222;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  position: relative;
  padding: 0 12px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
  vertical-align: top;
}
.footer .footer-menu .footer-menu-2 .elementor-widget-wrap .elementor-widget-wp-widget-nav_menu ul.menu >li >a:before,
.footer .footer-menu .footer-menu-2 .elementor-widget-wrap .widget_nav_menu ul.menu >li >a:before,
.footer .footer-menu .footer-menu-2 .vc_wp_custommenu .elementor-widget-wp-widget-nav_menu ul.menu >li >a:before,
.footer .footer-menu .footer-menu-2 .vc_wp_custommenu .widget_nav_menu ul.menu >li >a:before {
  content: '';
  margin: 0;
}
.rtl .footer .footer-menu .footer-menu-2 .elementor-widget-wrap .elementor-widget-wp-widget-nav_menu ul.menu >li >a:after,
.rtl .footer .footer-menu .footer-menu-2 .elementor-widget-wrap .widget_nav_menu ul.menu >li >a:after,
.rtl .footer .footer-menu .footer-menu-2 .vc_wp_custommenu .elementor-widget-wp-widget-nav_menu ul.menu >li >a:after,
.rtl .footer .footer-menu .footer-menu-2 .vc_wp_custommenu .widget_nav_menu ul.menu >li >a:after {
  content: '';
  margin: 0;
}
.footer .footer-menu .footer-menu-2 .elementor-widget-wrap .elementor-widget-wp-widget-nav_menu ul.menu >li >a:hover,
.footer .footer-menu .footer-menu-2 .elementor-widget-wrap .widget_nav_menu ul.menu >li >a:hover,
.footer .footer-menu .footer-menu-2 .vc_wp_custommenu .elementor-widget-wp-widget-nav_menu ul.menu >li >a:hover,
.footer .footer-menu .footer-menu-2 .vc_wp_custommenu .widget_nav_menu ul.menu >li >a:hover {
  padding-left: 12px;
  padding-right: 12px;
  color: #d263ee;
  margin: 0;
}
.rtl .footer .footer-menu .footer-menu-2 .elementor-widget-wrap .elementor-widget-wp-widget-nav_menu ul.menu >li >a:hover,
.rtl .footer .footer-menu .footer-menu-2 .elementor-widget-wrap .widget_nav_menu ul.menu >li >a:hover,
.rtl .footer .footer-menu .footer-menu-2 .vc_wp_custommenu .elementor-widget-wp-widget-nav_menu ul.menu >li >a:hover,
.rtl .footer .footer-menu .footer-menu-2 .vc_wp_custommenu .widget_nav_menu ul.menu >li >a:hover {
  padding-left: 12px;
  padding-right: 12px;
}
.footer .footer-menu .elementor-widget-wp-widget-nav_menu h5,
.footer .footer-menu .elementor-widget-wp-widget-nav_menu .widgettitle,
.footer .footer-menu .vc_wp_custommenu .widget_nav_menu h5,
.footer .footer-menu .vc_wp_custommenu .widget_nav_menu .widgettitle {
  font-size: 16px;
  color: #222;
  text-transform: uppercase;
  font-weight: 700 !important;
}
.footer .footer-menu .elementor-widget-wp-widget-nav_menu h5 .icon-footer,
.footer .footer-menu .elementor-widget-wp-widget-nav_menu .widgettitle .icon-footer,
.footer .footer-menu .vc_wp_custommenu .widget_nav_menu h5 .icon-footer,
.footer .footer-menu .vc_wp_custommenu .widget_nav_menu .widgettitle .icon-footer {
  float: right;
  position: relative;
}
.rtl .footer .footer-menu .elementor-widget-wp-widget-nav_menu h5 .icon-footer,
.rtl .footer .footer-menu .elementor-widget-wp-widget-nav_menu .widgettitle .icon-footer,
.rtl .footer .footer-menu .vc_wp_custommenu .widget_nav_menu h5 .icon-footer,
.rtl .footer .footer-menu .vc_wp_custommenu .widget_nav_menu .widgettitle .icon-footer {
  float: left;
}
.footer .footer-menu .elementor-widget-wp-widget-nav_menu h5 .icon-footer:before,
.footer .footer-menu .elementor-widget-wp-widget-nav_menu .widgettitle .icon-footer:before,
.footer .footer-menu .vc_wp_custommenu .widget_nav_menu h5 .icon-footer:before,
.footer .footer-menu .vc_wp_custommenu .widget_nav_menu .widgettitle .icon-footer:before {
  content: '\f0d7';
  font-family: Fontawesome;
  font-size: 14px;
  display: inline-block;
  opacity: 0;
}
.footer .footer-menu .elementor-widget-wp-widget-nav_menu ul.menu >li >a,
.footer .footer-menu .vc_wp_custommenu .widget_nav_menu ul.menu >li >a {
  color: #7d7d7d;
  text-transform: capitalize;
  font-size: 13px;
  position: relative;
  padding: 7px 0px 7px 0px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
  vertical-align: top;
}
.footer .footer-menu .elementor-widget-wp-widget-nav_menu ul.menu >li >a:before,
.footer .footer-menu .vc_wp_custommenu .widget_nav_menu ul.menu >li >a:before {
  content: '\f105';
  font-family: FontAwesome;
  font-size: 14px;
  margin-right: 8px;
}
.rtl .footer .footer-menu .elementor-widget-wp-widget-nav_menu ul.menu >li >a:before,
.rtl .footer .footer-menu .vc_wp_custommenu .widget_nav_menu ul.menu >li >a:before {
  content: '';
  margin: 0;
}
.rtl .footer .footer-menu .elementor-widget-wp-widget-nav_menu ul.menu >li >a:after,
.rtl .footer .footer-menu .vc_wp_custommenu .widget_nav_menu ul.menu >li >a:after {
  content: '\f104';
  font-family: FontAwesome;
  font-size: 14px;
  margin-left: 8px;
}
.footer .footer-menu .elementor-widget-wp-widget-nav_menu ul.menu >li >a:hover,
.footer .footer-menu .vc_wp_custommenu .widget_nav_menu ul.menu >li >a:hover {
  color: #d263ee;
  padding-left: 15px;
}
.rtl .footer .footer-menu .elementor-widget-wp-widget-nav_menu ul.menu >li >a:hover,
.rtl .footer .footer-menu .vc_wp_custommenu .widget_nav_menu ul.menu >li >a:hover {
  padding-right: 15px;
  padding-left: 0;
}
.footer .footer-menu .contact-address .info-footer h3 {
  font-size: 16px;
  color: #222;
  text-transform: uppercase;
  font-weight: 700 !important;
}
.footer .footer-menu .contact-address .info-footer h3 .icon-footer {
  float: right;
  position: relative;
}
.rtl .footer .footer-menu .contact-address .info-footer h3 .icon-footer {
  float: left;
}
.footer .footer-menu .contact-address .info-footer h3 .icon-footer:before {
  content: '\f0d7';
  font-family: Fontawesome;
  font-size: 14px;
  display: inline-block;
  opacity: 0;
}
.footer .footer-menu .contact-address .info-footer ul {
  overflow: hidden;
  margin: -8px 0 0;
}
.footer .footer-menu .contact-address .info-footer ul >li {
  list-style: none;
  overflow: hidden;
  line-height: 24px;
  margin-top: 15px;
}
.footer .footer-menu .contact-address .info-footer ul >li.email {
  margin-bottom: 22px;
  line-height: 32px;
}
.footer .footer-menu .contact-address .info-footer ul >li.email a {
  color: #7d7d7d;
}
.footer .footer-menu .contact-address .info-footer ul >li.email a:hover {
  color: #d263ee;
}
.footer .footer-menu .contact-address .info-footer ul >li .fa {
  width: 32px;
  height: 32px;
  background-color: #9d9d9d;
  color: #fff;
  line-height: 32px;
  font-size: 16px;
  margin-right: 10px;
  text-align: center;
  float: left;
  border-radius: 2px;
}
.rtl .footer .footer-menu .contact-address .info-footer ul >li .fa {
  float: right;
  margin: 0 0 0 10px;
}
.footer .footer-menu .contact-address .info-footer ul >li span {
  display: block;
  overflow: hidden;
  line-height: 20px;
}
.footer .footer-contact {
  background-color: #f0f0f0;
  border-top: 1px solid #e0e0e0;
}
.footer .footer-contact h5 {
  float: left;
  margin-right: 20px;
  line-height: 40px;
  font-size: 16px;
  color: #222;
  font-weight: 700;
  text-transform: uppercase;
}
.rtl .footer .footer-contact h5 {
  float: right;
  margin-right: 0;
  margin-left: 20px;
}
.footer .footer-contact.style1 {
  border-top: 0;
}
.footer .footer-contact.style1 .newsletter-footer {
  padding-top: 20px;
  margin-bottom: 10px;
}
.footer .footer-contact.style1 .socials-footer {
  padding-top: 24px;
}
.footer .footer-contact.style1 .wpb_content_element {
  margin-bottom: 0;
}
.footer .footer-contact.style1 .newsletter-footer .form-newsletter input[type="email"] {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #d263ee;
  border-right: 0;
  float: left;
}
.rtl .footer .footer-contact.style1 .newsletter-footer .form-newsletter input[type="email"] {
  float: right;
  border-right: 1px solid #d263ee;
}
.footer .footer-contact.style1 .socials-footer ul li>a {
  background-color: #d263ee;
  color: #ebebeb;
}
.footer .footer-contact.style1 .socials-footer ul li>a:hover {
  color: #fff;
}
.footer .footer-contact.style2 .newsletter-footer {
  text-align: center;
  padding-top: 20px;
}
.footer .footer-contact.style2 .newsletter-footer .content-wrap {
  display: inline-block;
  overflow: hidden;
}
.rtl .footer .footer-contact.style2 .newsletter-footer .content-wrap h3 {
  float: right;
  margin-left: 20px;
  margin-right: 0;
}
.footer .footer-contact.style2 .newsletter-footer .content-wrap .form-newsletter {
  float: left;
}
.footer .footer-contact.style2 .newsletter-footer .content-wrap .form-newsletter p {
  margin-bottom: 8px;
}
.footer .footer-contact.style2 .newsletter-footer .content-wrap .form-newsletter input {
  margin: 0;
}
.footer .footer-contact.style2 .newsletter-footer .content-wrap .form-newsletter input[type="submit"] {
  background-color: #222;
}
.rtl .footer .footer-contact.style2 .newsletter-footer .content-wrap .form-newsletter input[type="submit"] {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.footer .footer-contact.style2 .newsletter-footer .content-wrap .form-newsletter input[type="submit"]:hover {
  opacity: 0.8;
}
.footer .footer-contact.style2 .newsletter-footer .content-wrap .form-newsletter input[type="email"] {
  border: 1px solid #e0e0e0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.rtl .footer .footer-contact.style2 .newsletter-footer .content-wrap .form-newsletter input[type="email"] {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.footer .footer-contact >.vc_column-inner {
  padding-top: 30px;
}
.footer .footer-contact .wpb_content_element {
  margin-bottom: 10px;
}
.footer .footer-contact h3 {
  font-size: 16px;
  color: #222;
  font-weight: 700 !important;
  text-transform: uppercase;
}
.footer .footer-contact .newsletter-footer {
  overflow: hidden;
}
.footer .footer-contact .newsletter-footer h3 {
  float: left;
  margin-right: 20px;
  line-height: 40px;
}
.rtl .footer .footer-contact .newsletter-footer h3 {
  margin: 0 0 0 20px;
  float: right;
}
.footer .footer-contact .newsletter-footer .form-newsletter input {
  margin: 0;
}
.footer .footer-contact .newsletter-footer .form-newsletter input[type="email"] {
  border: 0;
  color: #8c8c8c;
  height: 40px;
  padding: 0 16px;
  min-width: 403px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.rtl .footer .footer-contact .newsletter-footer .form-newsletter input[type="email"] {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.footer .footer-contact .newsletter-footer .form-newsletter input[type="submit"] {
  border: 0;
  background-color: #d263ee;
  height: 40px;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  padding: 0 25px;
  border-radius: 0;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  line-height: 40px;
}
.rtl .footer .footer-contact .newsletter-footer .form-newsletter input[type="submit"] {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.footer .footer-contact .newsletter-footer .form-newsletter input[type="submit"]:hover {
  background-color: #3b3b3b;
}
.footer .footer-contact .socials-footer {
  overflow: hidden;
  margin-bottom: 40px;
}
.footer .footer-contact .socials-footer h3 {
  margin: 0 20px 0 34px;
  line-height: 34px;
  float: left;
}
.rtl .footer .footer-contact .socials-footer h3 {
  float: right;
  margin: 0 20px;
}
.footer .footer-contact .socials-footer ul li {
  float: left;
  display: inline-block;
  vertical-align: top;
  list-style: none;
  margin: 0 5px;
}
.rtl .footer .footer-contact .socials-footer ul li {
  float: right;
}
.footer .footer-contact .socials-footer ul li >a {
  height: 34px;
  width: 34px;
  display: inline-block;
  border-radius: 50%;
  font-size: 18px;
  color: #222;
  background-color: #fff;
  text-align: center;
  line-height: 34px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.footer .footer-contact .socials-footer ul li >a .fa::before {
  line-height: 34px;
}
.footer .footer-contact .socials-footer ul li >a:hover {
  background-color: #d263ee;
  color: #fff;
}
.footer .footer-bottom3 {
  text-align: center;
  padding: 62px 0 0;
}
.footer .footer-bottom3 .wpb_raw_html {
  margin-bottom: 28px;
}
.footer .footer-bottom3 .wpb_raw_html .wpb_wrapper {
  border: 0;
}
.footer .footer-bottom3 .vc_wp_custommenu {
  margin-bottom: 50px;
}
.footer .footer-bottom3 .wpb_wrapper {
  border-bottom: 1px solid #e0e0e0;
}
.footer .footer-bottom3 .socials-footer .elementor-social-icons-wrapper,
.footer .footer-bottom3 .socials-footer ul {
  display: inline-block;
  margin: 0;
}
.footer .footer-bottom3 .socials-footer .elementor-social-icons-wrapper >.elementor-icon,
.footer .footer-bottom3 .socials-footer .elementor-social-icons-wrapper >li,
.footer .footer-bottom3 .socials-footer ul >.elementor-icon,
.footer .footer-bottom3 .socials-footer ul >li {
  list-style: none;
  float: left;
  margin: 0 20px;
}
.rtl .footer .footer-bottom3 .socials-footer .elementor-social-icons-wrapper >.elementor-icon,
.rtl .footer .footer-bottom3 .socials-footer .elementor-social-icons-wrapper >li,
.rtl .footer .footer-bottom3 .socials-footer ul >.elementor-icon,
.rtl .footer .footer-bottom3 .socials-footer ul >li {
  float: right;
}
.footer .footer-bottom3 .socials-footer .elementor-social-icons-wrapper >.elementor-icon >a,
.footer .footer-bottom3 .socials-footer .elementor-social-icons-wrapper >li >a,
.footer .footer-bottom3 .socials-footer ul >.elementor-icon >a,
.footer .footer-bottom3 .socials-footer ul >li >a {
  font-size: 34px;
  color: #222;
}
.footer .footer-bottom3 .socials-footer .elementor-social-icons-wrapper >.elementor-icon >a:hover,
.footer .footer-bottom3 .socials-footer .elementor-social-icons-wrapper >li >a:hover,
.footer .footer-bottom3 .socials-footer ul >.elementor-icon >a:hover,
.footer .footer-bottom3 .socials-footer ul >li >a:hover {
  color: #7d7d7d;
}
.footer .footer-bottom3 .elementor-widget-wp-widget-nav_menu ul.menu,
.footer .footer-bottom3 .widget_nav_menu ul.menu {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 15px;
}
.footer .footer-bottom3 .elementor-widget-wp-widget-nav_menu ul.menu >li,
.footer .footer-bottom3 .widget_nav_menu ul.menu >li {
  float: left;
}
.rtl .footer .footer-bottom3 .elementor-widget-wp-widget-nav_menu ul.menu >li,
.rtl .footer .footer-bottom3 .widget_nav_menu ul.menu >li {
  float: right;
}
.footer .footer-bottom3 .elementor-widget-wp-widget-nav_menu ul.menu >li >a,
.footer .footer-bottom3 .widget_nav_menu ul.menu >li >a {
  color: #222;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  position: relative;
  padding: 0 12px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
  vertical-align: top;
}
.footer .footer-bottom3 .elementor-widget-wp-widget-nav_menu ul.menu >li >a:before,
.footer .footer-bottom3 .widget_nav_menu ul.menu >li >a:before {
  content: '';
  margin: 0;
}
.footer .footer-bottom3 .elementor-widget-wp-widget-nav_menu ul.menu >li >a:hover,
.footer .footer-bottom3 .widget_nav_menu ul.menu >li >a:hover {
  color: #7d7d7d;
  margin: 0;
}
.footer .footer-copyright {
  background-color: #2d2d2d;
  color: #7d7d7d;
  padding: 25px 0 25px;
  text-align: center;
}
.footer .footer-copyright .widget_nav_menu {
  display: none;
}
.footer .footer-copyright .widget_sp_image {
  margin-bottom: 0;
}
.footer .footer-copyright.style3 {
  background-color: #3b3b3b;
}
.footer .footer-copyright.style1 {
  background-color: #fff;
}
.footer .footer-copyright.style2 {
  background-color: #d263ee;
  color: #fff;
}
.footer .footer-copyright.style2 a {
  color: #fff;
}
.footer .footer-copyright.style2 a:hover {
  color: #7d7d7d;
}
.footer .footer-copyright.style-christmas {
  display: none;
}
.home-style3 .footer .footer-copyright {
  background-color: #fff;
}
.home-style3 .footer .footer-copyright a {
  color: #7d7d7d;
}
.home-style3 .footer .footer-copyright a:hover {
  color: #d263ee;
}
.footer .footer-copyright a {
  color: #d263ee;
}
.footer .footer-copyright a:hover {
  opacity: 0.85;
}
.footer .footer-copyright .sidebar-copyright {
  display: inline-block;
}
.footer .footer-copyright .sidebar-copyright img {
  margin-bottom: 0;
  margin-top: 8px;
}
.footer .footer-top {
  color: rgba(255,255,255,0.6);
  font-size: 13px;
  background-color: #003764;
  line-height: 24px;
  padding-top: 28px;
}
.footer .footer-top h3 {
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700 !important;
  margin-bottom: 10px;
  position: relative;
}
.footer .footer-top .find-store {
  padding-right: 80px;
  position: relative;
}
.footer .footer-top .find-store:before {
  content: '';
  width: 1px;
  height: 175px;
  position: absolute;
  right: 15px;
  top: 5px;
  background-color: rgba(255,255,255,0.2);
}
.rtl .footer .footer-top .find-store:before {
  left: -15px;
  right: auto;
}
.rtl .footer .footer-top .find-store {
  padding-left: 80px;
  padding-right: 0;
}
.footer .footer-top .find-store h3:before {
  content: '\f041';
  font-family: FontAwesome;
  font-size: 22px;
  margin-right: 10px;
}
.rtl .footer .footer-top .find-store h3:after {
  content: '\f041';
  font-family: FontAwesome;
  font-size: 22px;
  margin-left: 10px;
}
.rtl .footer .footer-top .find-store h3:before {
  content: '';
  margin: 0;
}
.footer .footer-top .find-store .store {
  overflow: hidden;
  margin-top: 45px;
}
.footer .footer-top .find-store .store h4 {
  float: left;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700 !important;
  margin-right: 20px;
  font-size: 13px;
  line-height: 40px;
}
.rtl .footer .footer-top .find-store .store h4 {
  float: right;
  margin: 0 0 0 20px;
}
.footer .footer-top .find-store .store a {
  display: inline-block;
  height: 40px;
  padding: 0 18px;
  line-height: 40px;
  text-transform: uppercase;
  color: #003764;
  background-color: #fff;
  font-weight: 700;
}
.footer .footer-top .find-store .store a:hover {
  background-color: #f2f2f2;
}
.footer .footer-top .newsletter {
  padding: 0 25px;
  position: relative;
}
.footer .footer-top .newsletter:before {
  content: '';
  width: 1px;
  height: 175px;
  position: absolute;
  right: -20px;
  top: 5px;
  background-color: rgba(255,255,255,0.2);
}
.rtl .footer .footer-top .newsletter:before {
  left: -20px;
  right: auto;
}
.footer .footer-top .newsletter h3:before {
  content: '\f0e0';
  font-family: FontAwesome;
  font-size: 16px;
  margin-right: 10px;
}
.rtl .footer .footer-top .newsletter h3:after {
  content: '\f0e0';
  font-family: FontAwesome;
  font-size: 16px;
  margin-left: 10px;
}
.rtl .footer .footer-top .newsletter h3:before {
  content: '';
  margin: 0;
}
.footer .footer-top .newsletter .mc4wp-form {
  margin-top: 25px;
}
.footer .footer-top .newsletter .mc4wp-form input[type="email"] {
  height: 40px;
  background-color: #fff;
  color: #6b6b6b;
  padding: 0 15px;
  border-radius: 0;
  float: left;
  min-width: 220px;
}
.rtl .footer .footer-top .newsletter .mc4wp-form input[type="email"] {
  float: right;
}
.footer .footer-top .newsletter .mc4wp-form input[type="submit"] {
  height: 40px;
  padding: 0 10px;
  text-transform: uppercase;
  color: #fff;
  background-color: #9e9e9e;
  font-weight: 700;
  border: 0;
  border-radius: 0;
}
.footer .footer-top .newsletter .mc4wp-form input[type="submit"]:hover {
  color: #d263ee;
}
.footer .footer-top .follow-us {
  text-align: center;
}
.footer .footer-top .follow-us h3 {
  margin-bottom: 21px;
}
.footer .footer-top .follow-us ul >li {
  list-style: none;
  display: inline-block;
  width: 20%;
}
.footer .footer-top .follow-us ul >li >a {
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  color: #222;
  border-radius: 50%;
  background-color: #f2f2f2;
}
.footer .footer-top .follow-us ul >li >a:hover {
  color: #d263ee;
  background-color: #ccc;
}
.footer .footer-top .follow-us ul >li .on {
  display: block;
  color: #9e9e9e;
  font-size: 14px;
}
.footer .footer-top .follow-us ul >li .flag {
  font-size: 14px;
  display: block;
  color: #fff;
  font-weight: bold;
}
.footer .footer-top .app-download {
  text-align: center;
}
.footer .footer-top .app-download a {
  display: inline-block;
  margin: 10px 3px;
}
.footer .footer-top5 {
  text-align: center;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(208,208,208,0.2);
}
.footer .footer-top5 .text-block {
  margin-bottom: 30px;
}
.footer .footer-top5 .socials-footer {
  display: inline-block;
  overflow: hidden;
}
.footer .footer-top5 .socials-footer h3 {
  float: left;
  color: #fff;
  font-weight: 700 !important;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 34px;
}
.rtl .footer .footer-top5 .socials-footer h3 {
  float: right;
}
.footer .footer-top5 .socials-footer ul {
  display: inline-block;
  float: left;
}
.rtl .footer .footer-top5 .socials-footer ul {
  float: right;
  margin: 0 15px 0 0px;
}
.footer .footer-top5 .socials-footer ul >li {
  list-style: none;
  float: left;
}
.rtl .footer .footer-top5 .socials-footer ul >li {
  float: right;
}
.footer .footer-top5 .socials-footer ul >li >a {
  display: inline-block;
  height: 34px;
  width: 34px;
  line-height: 34px;
  color: #222;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  margin: 0 5px;
  font-size: 16px;
}
.footer .footer-top5 .socials-footer ul >li >a:hover {
  color: #fff;
  background-color: #d263ee;
}
.footer .footer-newsletter5 {
  background: url('../assets/img/bg-newsltter5.jpg') no-repeat center center;
  text-align: center;
  padding: 15px 0 10px;
}
.footer .footer-newsletter5 h5,
.footer .footer-newsletter5 h3 {
  margin-right: 20px;
  line-height: 30px;
  margin-bottom: 20px;
  color: #fff;
  font-weight: 700 !important;
  text-transform: uppercase;
  font-size: 16px;
}
.footer .footer-newsletter5 .form-newsletter input {
  margin: 0;
}
.footer .footer-newsletter5 .form-newsletter input[type="email"] {
  border: 0;
  color: #8c8c8c;
  height: 40px;
  padding: 0 16px;
  min-width: 410px;
  border-radius: 0;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.rtl .footer .footer-newsletter5 .form-newsletter input[type="email"] {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.footer .footer-newsletter5 .form-newsletter input[type="submit"] {
  border: 0;
  background-color: #d263ee;
  height: 40px;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  padding: 0 25px;
  border-radius: 0;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  line-height: 40px;
}
.rtl .footer .footer-newsletter5 .form-newsletter input[type="submit"] {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.footer .footer-newsletter5 .form-newsletter input[type="submit"]:hover {
  background-color: #c535e9;
}
.footer .footer-menu .contact-address .info-footer.elementor-element ul {
  display: block !important;
}
#revo-totop {
  background: url(../assets/img/up-arrow.png) no-repeat center center #d263ee;
  width: 50px;
  height: 50px;
  position: fixed;
  right: 50px;
  bottom: -100px;
  background-size: 40px;
  -webkit-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  -moz-transition: 0.6s;
  transition: 0.6s;
  z-index: 99;
  background-size: 20px;
  border-radius: 100%;
}
#revo-totop.show-car {
  -webkit-transform: translateY(-130px);
  -moz-transform: translateY(-130px);
  -o-transform: translateY(-130px);
  -ms-transform: translateY(-130px);
  transform: translateY(-130px);
}
#revo-totop.car-run {
  bottom: 100% !important;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  transition: 0.6s;
}
.rtl #revo-totop {
  right: auto;
  left: 50px;
}
.elementor-location-footer {
  clear: both;
}
