.row {
  margin-left:  * -1;
  overflow: inherit;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
@font-face {
  font-family: 'Playball';
  src: url('../fonts/Playball-Regular.eot');
  src: url('../fonts/Playball-Regular.woff2') format('woff2'), url('../fonts/Playball-Regular.woff') format('woff'), url('../fonts/Playball-Regular.ttf') format('truetype'), url('../fonts/Playball-Regular.svg#Playball-Regular') format('svg'), url('../fonts/Playball-Regular.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'DMSans';
  src: url('../fonts/DMSans-Regular.ttf');
  font-weight: normal;
  font-style: normal;
}
html {
  overflow-x: hidden;
}
*,
html {
  outline: none !important;
}
body {
  background-color: #fff;
  color: #666;
  font-size: 14px;
  line-height: normal;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
}
body.home-style14,
body.home-style15 {
  font-family: "DMSans", Helvetica, Arial, sans-serif;
}
body .body-wrapper {
  overflow: hidden;
  position: relative;
}
body a {
  color: #333;
}
body a:hover {
  color: #fdb819;
  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 0;
}
body input,
body textarea,
body button {
  outline: medium none !important;
  border: 1px solid #ddd;
  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 .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 15px 15px;
}
.rtl .alignright {
  float: left;
  margin: 0 15px 15px 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 15px 15px;
  clear: both;
}
.rtl p .alignright {
  float: left;
  margin: 5px 15px 15px 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;
}
.home.blog .video-wrapper {
  display: inline;
}
.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;
}
.bt-15 {
  font-size: 14px !important;
  color: #fff !important;
  text-transform: uppercase;
  background-color: #fdb819 !important;
  border-radius: 4px !important;
  line-height: 40px !important;
  padding: 0 35px !important;
  display: inline-block;
}
.bt-15:hover {
  opacity: 0.8;
}
.wpb_revslider_element .tp-bullets.custom {
  margin-left: -60px;
  width: 120px !important;
}
.wpb_revslider_element .tp-bullets.custom .tp-bullet {
  width: 30px !important;
  height: 6px !important;
  background-color: #fff !important;
  position: relative !important;
  display: inline-block !important;
  border-radius: 3px !important;
  cursor: pointer;
  box-sizing: content-box;
  text-align: center !important;
  left: 0 !important;
}
.wpb_revslider_element .tp-bullets.custom .tp-bullet + .tp-bullet {
  margin-left: 10px !important;
}
.rtl .wpb_revslider_element .tp-bullets.custom .tp-bullet + .tp-bullet {
  margin-right: 10px !important;
  margin-left: 0 !important;
}
.wpb_revslider_element .tp-bullets.custom .tp-bullet:hover {
  background-color: #fdb819 !important;
}
.wpb_revslider_element .tp-bullets.custom .tp-bullet:after {
  display: none;
  background-color: transparent;
  box-shadow: none;
}
.wpb_revslider_element .tp-bullets.custom .tp-bullet.selected {
  width: 30px !important;
  height: 6px !important;
  border-radius: 3px !important;
  background-color: #fdb819 !important;
}
.wpb_revslider_element .see-more {
  color: #111;
  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: #fdb819;
  height: 45px;
  line-height: 44px !important;
  padding: 0 45px !important;
  letter-spacing: 1px;
}
.wpb_revslider_element .see-more:hover {
  background: #e19e02;
  border-color: #fdb819;
  -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;
}
.wpb_revslider_element .see-more2 {
  color: #fff;
  border: 1px #fff solid;
  font-size: 12px !important;
  height: 35px;
  line-height: 34px !important;
  padding: 0 25px !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;
}
.wpb_revslider_element .see-more2:hover {
  color: #fdb819;
  border-color: #fdb819;
  -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;
}
.wpb_revslider_element .revo-des {
  font-size: 18px !important;
  line-height: 26px !important;
}
.wpb_revslider_element .revo-color {
  color: #fdb819;
}
.see-more {
  color: #111;
  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: #fdb819;
  height: 45px;
  line-height: 44px !important;
  padding: 0 45px !important;
  letter-spacing: 1px;
}
.see-more:hover {
  background: #e19e02;
  border-color: #fdb819;
  -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;
}
.see-more2 {
  color: #fff;
  border: 1px #fff solid;
  font-size: 12px !important;
  height: 35px;
  line-height: 34px !important;
  padding: 0 25px !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;
}
.see-more2:hover {
  color: #fdb819;
  border-color: #fdb819;
  -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;
}
.revo-des {
  font-size: 18px !important;
  line-height: 26px !important;
}
.revo-color {
  color: #fdb819;
}
.slider-more {
  color: #fff;
}
.home-style2 .slider-more {
  color: #fdb819;
}
.home-style2 .slider-more:hover {
  opacity: 0.85;
}
.slider-more i {
  margin-right: 10px;
}
.slider-more:hover {
  color: #fdb819;
}
.slider-more1 {
  color: #fdb819;
}
.slider-more1 i {
  margin-right: 10px;
}
.slider-more1:hover {
  color: #e19e02;
}
.title-sytle1 .block-title {
  text-align: center;
}
.title-sytle1 .block-title h3 {
  font-size: 32px;
  color: #111;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 13px;
}
.title-sytle1 .block-title h3 span {
  color: #fdb819;
}
.title-sytle1 .description {
  text-align: center;
  font-size: 16px;
  color: #999;
  margin-bottom: 40px;
}
.title-sytle2 .block-title {
  text-align: center;
}
.title-sytle2 .block-title h3 {
  font-size: 30px;
  color: #111;
  font-weight: 600;
  text-transform: capitalize;
}
.title-sytle3 h3 {
  font-size: 32px;
  text-transform: uppercase;
  font-weight: bold;
  color: #111;
  text-align: center;
  border-bottom: 1px #ddd solid;
  padding-bottom: 25px;
  margin-bottom: 28px;
}
.title-sytle4 .box-title h3 {
  font-size: 18px;
  text-transform: uppercase;
  color: #111;
  font-weight: 600;
  background: #f0f0f0;
  padding: 15px;
  margin-bottom: 0;
}
.title-sytle5 .box-title h3 {
  font-size: 20px;
  text-transform: uppercase;
  color: #111;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 1px #ddd solid;
  margin-bottom: 30px;
}
.title-sytle6 .box-title {
  text-align: center;
  margin-bottom: 20px;
}
.title-sytle6 .box-title h3 {
  font-size: 24px;
  text-transform: uppercase;
  color: #111;
  font-weight: bold;
  position: relative;
  margin-bottom: 15px;
}
.title-sytle6 .box-title h3:before {
  content: "";
  left: 0;
  right: 0;
  bottom: 50%;
  position: absolute;
  height: 2px;
  background: #ccc;
}
.title-sytle6 .box-title h3 span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 0 20px;
  z-index: 2;
  background: #fff;
}
.title-sytle6 .box-title .slider-description {
  max-width: 500px;
  padding: 0 15px;
  margin: 0 auto;
}
.button-style1 .res-button {
  visibility: hidden;
  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;
}
.button-style1 .res-button.slick-next {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #777;
  position: absolute;
  top: 50%;
  margin-top: -45px;
  right: -55px;
  z-index: 8;
  text-align: center;
  border-radius: 50%;
}
.button-style1 .res-button.slick-next:before {
  font-family: fontawesome;
  content: '\f105';
  color: #fff;
  font-size: 18px;
}
.button-style1 .res-button.slick-next:hover {
  background: #2c2c2c;
  cursor: pointer;
}
.button-style1 .res-button.slick-prev {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #777;
  position: absolute;
  top: 50%;
  margin-top: -45px;
  left: -55px;
  z-index: 8;
  text-align: center;
  border-radius: 50%;
}
.button-style1 .res-button.slick-prev:before {
  font-family: fontawesome;
  content: '\f104';
  color: #fff;
  font-size: 18px;
}
.button-style1 .res-button.slick-prev:hover {
  background: #2c2c2c;
  cursor: pointer;
}
.button-style2 .res-button {
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  cursor: pointer;
  z-index: 3;
}
.button-style2 .res-button.slick-prev {
  left: 10px;
}
.button-style2 .res-button.slick-prev:before {
  content: "\f0d9";
  font-family: FontAwesome;
  font-size: 18px;
  color: #fff;
}
.button-style2 .res-button.slick-next {
  right: 10px;
}
.button-style2 .res-button.slick-next:before {
  content: "\f0da";
  font-family: FontAwesome;
  font-size: 18px;
  color: #fff;
}
.button-style2 .res-button:hover:before {
  color: #fdb819;
}
.button-style3 .res-button {
  position: absolute;
  top: 0;
  cursor: pointer;
  font-size: 24px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 23px;
  z-index: 8;
}
.button-style3 .res-button.slick-next {
  right: 0;
}
.rtl .button-style3 .res-button.slick-next {
  left: 0;
  right: auto;
}
.button-style3 .res-button.slick-next:before {
  content: '\f105';
  font-family: FontAwesome;
  color: #c4c4c4;
}
.rtl .button-style3 .res-button.slick-next:before {
  content: '\f104';
}
.button-style3 .res-button.slick-next: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;
}
.button-style3 .res-button.slick-next:hover:before {
  color: #fdb819;
}
.button-style3 .res-button.slick-prev {
  right: 30px;
}
.rtl .button-style3 .res-button.slick-prev {
  left: 30px;
  right: auto;
}
.button-style3 .res-button.slick-prev:before {
  content: '\f104';
  font-family: FontAwesome;
  color: #c4c4c4;
}
.rtl .button-style3 .res-button.slick-prev:before {
  content: '\f105';
}
.button-style3 .res-button.slick-prev: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;
}
.button-style3 .res-button.slick-prev:hover:before {
  color: #fdb819;
}
.sale-off,
.sw-newlabel,
.sw-outstock {
  position: absolute;
  z-index: 1;
  top: 15px;
  left: 15px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  width: 60px;
  line-height: 35px;
  height: 35px;
  background: #111;
}
.rtl .sale-off,
.rtl .sw-newlabel,
.rtl .sw-outstock {
  left: auto;
  right: 15px;
}
.sw-newlabel {
  background: #1CC490;
  right: 15px;
  left: auto;
}
.rtl .sw-newlabel {
  left: 15px;
  right: auto;
}
.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 {
  position: relative;
  margin: 58px 0 90px;
}
.sw-brand-container-slider .slider {
  margin: 0 -10px;
}
.sw-brand-container-slider .slider .item-brand-cat {
  padding: 0 10px;
}
.sw-brand-container-slider .slider .item-brand-cat .item-image {
  border: 2px transparent 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;
}
.sw-brand-container-slider .slider .item-brand-cat .item-image a img {
  margin: 0 auto;
  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-brand-container-slider .slider .item-brand-cat .item-image a img:hover {
  opacity: 0.85;
}
.sw-brand-container-slider .slider .item-brand-cat:hover .item-image {
  border-color: #fdb819;
  -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-brand-container-slider .res-button {
  visibility: hidden;
  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-brand-container-slider .res-button.slick-next {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #fff;
  box-shadow: 0 1px 1px #ddd;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  right: -45px;
  z-index: 999;
  text-align: center;
  border-radius: 50%;
}
.sw-brand-container-slider .res-button.slick-next:before {
  font-family: fontawesome;
  content: '\f105';
  color: #000;
  font-size: 18px;
}
.sw-brand-container-slider .res-button.slick-next:hover {
  background: #fdb819;
  cursor: pointer;
}
.sw-brand-container-slider .res-button.slick-prev {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #fff;
  box-shadow: 0 1px 1px #ddd;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  left: -45px;
  z-index: 999;
  text-align: center;
  border-radius: 50%;
}
.sw-brand-container-slider .res-button.slick-prev:before {
  font-family: fontawesome;
  content: '\f104';
  color: #000;
  font-size: 18px;
}
.sw-brand-container-slider .res-button.slick-prev:hover {
  background: #fdb819;
  cursor: pointer;
}
.sw-brand-container-slider:hover .res-button {
  opacity: 1;
  visibility: visible;
}
.autusin_social {
  text-align: center;
  line-height: 19px;
}
.autusin_social .main-social {
  margin: 0 auto;
  list-style-type: none;
}
.autusin_social .main-social li {
  display: inline-block;
  vertical-align: top;
  padding: 0 10px;
}
.autusin_social .main-social li a {
  color: #999999;
  font-size: 16px;
}
.autusin_social .main-social li a:hover {
  color: #fdb819;
}
.yith-wcwl-share {
  text-align: center;
}
.woocommerce a.added_to_cart,
.added_to_cart.wc-forward {
  display: none;
}
.item-price {
  font-size: 18px;
  color: #fdb819;
  display: inline-block;
  vertical-align: top;
  font-weight: 600;
}
.item-price span >.amount,
.item-price del,
.item-price >.amount {
  color: #fdb819;
  text-decoration: none;
}
.item-price del {
  font-weight: normal;
}
.item-price ins {
  margin: 0 10px 0 0;
  text-decoration: none;
  float: left;
  color: #fdb819;
}
.rtl .item-price ins {
  float: right;
  margin: 0 0 0 10px;
}
.woocommerce span.onsale,
.onsale {
  display: none;
  height: 35px;
  width: 35px;
  line-height: 35px;
  color: #fff;
  background-color: #ff5c00;
  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;
}
.autusin-socials ul {
  overflow: hidden;
  margin-top: 30px;
  margin-bottom: 60px;
}
.autusin-socials ul > li {
  display: inline-block;
}
.autusin-socials ul > li > a {
  font-size: 22px;
  color: #fff;
  margin-right: 30px;
}
.autusin-socials ul > li > a:hover {
  color: #faa600;
}
.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: #fdb819;
}
.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: #fdb819;
  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: #fdb819;
  color: #fff;
}
.sw-ajax-pagination > li.current > a:hover {
  color: #fff;
}
.sw-ajax-pagination > li > a.disabled {
  opacity: 0.4;
}
.elementor-element  .sw-woo-tab-cat {
  margin-bottom: 80px;
}
.home-style2 .sw-category-slider2 {
  margin-bottom: 0;
}
.home-style2 .sw-woo-tab-cat {
  margin-top: 39px;
}
.home-style2 .sw-brand-container-slider {
  margin: 41px 0 29px;
}
.header-style2 {
  border-bottom: 1px #ddd solid;
}
.home-style2 .header-style2 {
  border-bottom: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
}
.header-style2 .header-top {
  background: rgba(0,0,0,0.7);
}
.home-style2 .header-style2 .header-top {
  margin-bottom: 30px;
}
.header-style2 .header-top .left-header {
  margin: 0;
}
.header-style2 .header-top .right-header2 {
  padding-right: 15px;
}
.rtl .header-style2 .header-top .right-header2 {
  padding-right: 0;
  padding-left: 15px;
}
.header-style2 .header-mid {
  padding: 0;
}
.header-style2 .header-mid .container {
  background: #fff;
  padding: 10px 0;
}
.header-style2 #lang_sel > ul.nav {
  margin: 0;
}
.rtl .header-style2 #lang_sel > ul.nav {
  margin-right: 0;
}
.header-style2 #lang_sel > ul.nav > li > a {
  padding-left: 0;
}
.rtl .header-style2 #lang_sel > ul.nav > li > a {
  padding-right: 0;
}
.header-style2 .top-form.top-form-minicart {
  padding: 5px 15px;
}
.header-style2 .top-form.top-form-minicart .top-minicart-icon {
  width: 50px;
  height: 40px;
  background: url(../assets/img/icon-cart2.png) no-repeat center bottom;
  position: relative;
}
.header-style2 .top-form.top-form-minicart .top-minicart-icon h3 {
  display: none;
}
.header-style2 .top-form.top-form-minicart .top-minicart-icon p {
  font-size: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.header-style2 .top-form.top-form-minicart .top-minicart-icon p span {
  font-size: 12px;
}
.header-style2 .top-form:hover .wrapp-minicart {
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
}
.socials-ft {
  text-align: center;
  float: left;
}
.rtl .socials-ft {
  float: right;
}
.socials-ft p {
  font-size: 12px;
  color: #d1d1d1;
  line-height: 22px;
}
.socials-ft ul {
  margin: 0;
  list-style: none;
}
.socials-ft ul li {
  float: left;
}
.rtl .socials-ft ul li {
  float: right;
}
.socials-ft ul li a {
  color: #8c8c8c;
  border-left: 1px #ddd solid;
  font-size: 18px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  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 .socials-ft ul li a {
  border-right: 1px #ddd solid;
  border-left: none;
}
.socials-ft ul li a:hover {
  color: #fdb819;
  -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: #fdb819;
  color: #fff;
}
.socials-ft ul li:last-child a {
  border-right: 1px #ddd solid;
}
.rtl .socials-ft ul li:last-child a {
  border-left: 1px #ddd solid;
}
.border-ft {
  border: 1px #ddd solid;
  border-width: 1px 0;
}
.border-ft .wpb_raw_html,
.border-ft .wpb_content_element {
  margin: 0;
  overflow: hidden;
}
.block-title2 {
  text-align: center;
  padding-bottom: 13px;
}
.block-title2 h3 {
  font-size: 30px;
  color: #111;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 13px;
}
.block-title2 .slider-description {
  text-align: center;
  font-size: 14px;
  color: #666;
}
.form-new2 {
  float: right;
}
.rtl .form-new2 {
  float: left;
}
.form-new2 h3 {
  float: left;
  font-size: 20px;
  color: #111;
  text-transform: capitalize;
  padding-top: 17px;
  padding-right: 20px;
}
.rtl .form-new2 h3 {
  float: right;
}
.rtl .form-new2 h3 {
  padding-right: 0;
  padding-left: 20px;
}
.form-new2 .mc4wp-form {
  float: right;
  border-left: 1px #ddd solid;
}
.rtl .form-new2 .mc4wp-form {
  float: left;
}
.rtl .form-new2 .mc4wp-form {
  border-left: none;
  border-right: 1px #ddd solid;
}
.form-new2 .mc4wp-form p {
  margin-bottom: 0;
}
.form-new2 .mc4wp-form .mc4wp-form-fields {
  overflow: hidden;
  min-width: 400px;
}
.form-new2 .mc4wp-form input[type="email"] {
  border: none;
  border-radius: 0;
  color: #8c8c8c;
  font-size: 12px;
  margin-bottom: 0;
  height: 60px;
  line-height: 60px;
  padding: 0 15px;
  width: 75%;
  float: left;
}
.rtl .form-new2 .mc4wp-form input[type="email"] {
  float: right;
}
.form-new2 .mc4wp-form input[type="submit"] {
  border: none;
  border-radius: 0;
  width: 25%;
  font-size: 12px;
  padding: 0;
  background: #0d0d0d;
  height: 60px;
  line-height: 60px;
  color: #fff;
  text-transform: capitalize;
  text-align: center;
  float: left;
  -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 .form-new2 .mc4wp-form input[type="submit"] {
  float: right;
}
.form-new2 .mc4wp-form input[type="submit"]:hover {
  color: #fdb819;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.form-new2 .mc4wp-form .mc4wp-success {
  color: #111;
}
.home-page-1 .autusin_breadcrumbs,
.home-style1 .autusin_breadcrumbs,
.home-style2 .autusin_breadcrumbs,
.home-style3 .autusin_breadcrumbs,
.home-style4 .autusin_breadcrumbs,
.home-style5 .autusin_breadcrumbs,
.home-style6 .autusin_breadcrumbs,
.home-style7 .autusin_breadcrumbs,
.home-style8 .autusin_breadcrumbs,
.home-style9 .autusin_breadcrumbs,
.home-style10 .autusin_breadcrumbs,
.home-style11 .autusin_breadcrumbs,
.home-style12 .autusin_breadcrumbs,
.home-style13 .autusin_breadcrumbs,
.home-style14 .autusin_breadcrumbs,
.home-style15 .autusin_breadcrumbs {
  display: none;
}
#cpanel-form a.cpanel-control {
  display: none;
}
.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: #fdb819;
  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: #fdb819;
}
.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: #fdb819;
  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: #e19e02;
}
.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;
}
.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: #fdb819;
}
.block-popup-login .block-content .btn-reg-popup:hover {
  background-color: #e19e02;
}
.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 {
  padding: 0;
  border: 0;
}
.block-popup-login .ft-link-p a:hover {
  color: #fdb819;
}
.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-style1 {
  border-bottom: 1px #ddd solid;
}
.home-style1 .header-style1 {
  border-bottom: none;
}
.header-style1 .main-menu {
  max-width: 885px;
}
.header-top {
  background: #111;
  min-height: 40px;
  font-size: 14px;
  color: #999;
}
.header-top .left-header {
  margin: 11px 0 12px 0;
}
.header-top .left-header .widget_text {
  font-size: 12px;
}
.header-top .left-header .widget_text a {
  color: #fff;
  font-size: 14px;
}
.header-top .left-header .widget_text a:hover {
  color: #fdb819;
}
.header-top .mid-header .socials-top {
  text-align: center;
}
.header-top .mid-header .socials-top ul {
  margin: 8px 0 10px 0;
  list-style: none;
}
.header-top .mid-header .socials-top ul li {
  display: inline-block;
  vertical-align: top;
}
.header-top .mid-header .socials-top ul li a {
  color: #999;
  border-radius: 50%;
  font-size: 16px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  margin: 0 10px;
  -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-top .mid-header .socials-top ul li a:hover {
  color: #fdb819;
  -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-style1 .header-top .right-header {
  padding-right: 115px;
}
.rtl .header-style1 .header-top .right-header {
  padding-right: 0;
  padding-left: 115px;
}
.header-top .right-header2 {
  padding-top: 7px;
}
.header-top .right-header2 .sw-autusin-account {
  position: relative;
  margin-left: 15px;
  font-size: 12px;
}
.rtl .header-top .right-header2 .sw-autusin-account {
  margin-left: 0;
  margin-right: 15px;
}
.header-top .right-header2 .sw-autusin-account:before {
  position: absolute;
  top: 9px;
  left: 0;
  width: 1px;
  height: 13px;
  background: rgba(255,255,255,0.2);
  content: "";
}
.rtl .header-top .right-header2 .sw-autusin-account:before {
  left: auto;
  right: 0;
}
.header-top .right-header2 .sw-autusin-account >i.fa {
  cursor: pointer;
  padding: 9px 10px 6px 15px;
  display: inline-block;
  vertical-align: top;
}
.rtl .header-top .right-header2 .sw-autusin-account >i.fa {
  padding: 9px 15px 6px 10px;
}
.header-top .right-header2 .sw-autusin-account >span {
  display: inline-block;
  vertical-align: top;
  padding: 6px 0;
  font-weight: normal;
}
.header-top .right-header2 .sw-autusin-account .sidebar-top-right {
  position: absolute;
  right: 0;
  width: 150px;
  top: 47px;
  z-index: 99;
  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;
  background: #fff;
  box-shadow: 2px 2px 1px 0 #ccc;
  padding: 10px;
  border: solid 1px #f3f3f3;
}
.rtl .header-top .right-header2 .sw-autusin-account .sidebar-top-right {
  right: auto;
  left: 0;
}
.header-top .right-header2 .sw-autusin-account .sidebar-top-right .widget_nav_menu {
  width: 100%;
  font-weight: normal;
}
.header-top .right-header2 .sw-autusin-account .sidebar-top-right .widget-inner {
  font-weight: normal;
}
.header-top .right-header2 .sw-autusin-account .sidebar-top-right .widget-inner .top-login ul li a:before {
  content: '\f023';
  font-family: fontawesome;
  margin-right: 10px;
}
.rtl .header-top .right-header2 .sw-autusin-account .sidebar-top-right .widget-inner .top-login ul li a:before {
  display: none;
}
.rtl .header-top .right-header2 .sw-autusin-account .sidebar-top-right .widget-inner .top-login ul li a:after {
  content: '\f023';
  font-family: fontawesome;
  margin-left: 10px;
}
.header-top .right-header2 .sw-autusin-account .sidebar-top-right .widget-inner .div-logined ul li a:before {
  content: '\f13e';
  font-family: fontawesome;
  margin-right: 10px;
}
.rtl .header-top .right-header2 .sw-autusin-account .sidebar-top-right .widget-inner .div-logined ul li a:before {
  display: none;
}
.rtl .header-top .right-header2 .sw-autusin-account .sidebar-top-right .widget-inner .div-logined ul li a:after {
  content: '\f13e';
  font-family: fontawesome;
  margin-left: 10px;
}
.header-top .right-header2 .sw-autusin-account .sidebar-top-right .widget-inner ul li {
  padding: 5px 0;
}
.header-top .right-header2 .sw-autusin-account .sidebar-top-right .widget-inner ul li.menu-my-account a:before {
  content: '\f07a';
  font-family: fontawesome;
  margin-right: 10px;
}
.rtl .header-top .right-header2 .sw-autusin-account .sidebar-top-right .widget-inner ul li.menu-my-account a:before {
  display: none;
}
.rtl .header-top .right-header2 .sw-autusin-account .sidebar-top-right .widget-inner ul li.menu-my-account a:after {
  content: '\f07a';
  font-family: fontawesome;
  margin-left: 10px;
}
.header-top .right-header2 .sw-autusin-account .sidebar-top-right .widget-inner ul li.menu-checkout a:before {
  content: '\f090';
  font-family: fontawesome;
  margin-right: 10px;
}
.rtl .header-top .right-header2 .sw-autusin-account .sidebar-top-right .widget-inner ul li.menu-checkout a:before {
  display: none;
}
.rtl .header-top .right-header2 .sw-autusin-account .sidebar-top-right .widget-inner ul li.menu-checkout a:after {
  content: '\f090';
  font-family: fontawesome;
  margin-left: 10px;
}
.header-top .right-header2 .sw-autusin-account .sidebar-top-right .widget-inner ul li.menu-wishlist a:before {
  content: '\f08a';
  font-family: fontawesome;
  margin-right: 10px;
}
.rtl .header-top .right-header2 .sw-autusin-account .sidebar-top-right .widget-inner ul li.menu-wishlist a:before {
  display: none;
}
.rtl .header-top .right-header2 .sw-autusin-account .sidebar-top-right .widget-inner ul li.menu-wishlist a:after {
  content: '\f08a';
  font-family: fontawesome;
  margin-left: 10px;
}
.header-top .right-header2 .sw-autusin-account:hover .sidebar-top-right {
  top: 37px;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  z-index: 999;
}
.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;
  padding-top: 5px;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.header-top .top-login ul li a:before {
  content: '\f023';
  margin-left: 3px;
  font-family: FontAwesome;
  display: inline-block;
}
.rtl .header-top .top-login ul li a:before {
  margin-left: 10px;
  margin-right: 3px;
}
.header-top .top-login ul li a:hover {
  color: #fdb819;
}
.header-mid .autusin-logo {
  margin-top: 8px;
}
.header-style1 .header-mid .autusin-logo {
  margin-top: 10px;
}
.header-style1 .header-mid .bottom-header {
  padding-right: 115px;
}
.rtl .header-style1 .header-mid .bottom-header {
  padding-right: 0;
  padding-left: 115px;
}
.header-mid .bottom-header a {
  font-size: 15px;
  color: #111;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
  font-weight: 600;
  padding: 18px 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;
}
.header-mid .bottom-header a:hover {
  color: #fdb819;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.search-cate {
  margin-top: 6px;
  position: relative;
}
.search-cate .icon-search {
  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;
}
.search-cate .icon-search i {
  padding: 10px 7px;
  display: inline-block;
  vertical-align: top;
}
.search-cate .icon-search span {
  display: inline-block;
  vertical-align: top;
  padding: 5px 0;
  line-height: 23px;
}
.search-cate .icon-search:hover {
  cursor: pointer;
  color: #fdb819;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.search-cate .icon-search.closex i:before {
  content: "\f00d";
}
.search-cate .top-form.top-search {
  width: 320px;
}
.rtl .search-cate .top-form.top-search {
  float: left;
}
.search-cate .top-form.top-search .topsearch-entry {
  padding-left: 0;
}
.rtl .search-cate .top-form.top-search .topsearch-entry {
  padding-right: 0;
}
.search-cate .top-form.top-search .topsearch-entry .icon-loading.loading {
  right: 95px;
}
.search-cate .top-form.top-search .topsearch-entry .cat-wrapper {
  display: none;
}
.search-cate .top-form.top-search .topsearch-entry input {
  background: #f5f5f5;
  height: 80px;
  line-height: 80px;
  padding: 0 20px;
  border-radius: 0;
}
.search-cate .top-form.top-search .topsearch-entry .button-search-pro {
  background-color: #f5f5f5;
  border-radius: 0;
  height: 80px;
  line-height: 80px;
  color: #222;
}
.search-cate .top-form.top-search .topsearch-entry .button-search-pro:hover {
  background-color: #fdb819;
}
.autusin_top .top-form.top-search {
  vertical-align: top;
  border-radius: 0;
  background-color: #fff;
  z-index: 999;
  position: absolute;
  right: 0;
  top: 36px;
  display: none;
}
.rtl .autusin_top .top-form.top-search {
  right: auto;
  left: 0;
}
.autusin_top .top-form.top-search form {
  margin: 0;
  position: relative;
  z-index: 10;
}
.autusin_top .top-form.top-search .cat-wrapper {
  background-color: #fff;
  position: absolute;
  height: 44px;
  top: 0;
  left: 0px;
  right: auto;
  border-radius: 0;
  color: #111;
  border-right: 1px solid #fdb819;
}
.autusin_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 .autusin_top .top-form.top-search .cat-wrapper {
  border-left: 1px solid #fdb819;
  border-right: 0;
  right: 0;
  left: auto;
}
.rtl .autusin_top .top-form.top-search .cat-wrapper:before {
  left: 15px;
  right: auto;
}
.autusin_top .top-form.top-search .cat-wrapper .label-search {
  display: block;
  margin-bottom: 0;
  font-family: 'Open Sans';
  color: #232f3e;
}
.autusin_top .top-form.top-search .cat-wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0 !important;
  padding: 0px 5px 0;
  height: 44px;
  width: 135px;
}
.autusin_top .top-form.top-search .cat-wrapper select:focus {
  outline: none;
  background-color: #fff;
}
.autusin_top .top-form.top-search input {
  width: 100%;
  height: 35px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border: none;
  line-height: 35px;
  margin-bottom: 0;
  border-radius: 20px;
}
.autusin_top .top-form.top-search button.form-button {
  height: 35px;
  line-height: 35px;
  margin: 0;
  border: 0;
  width: 20%;
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
  font-size: 14px;
  color: #fff;
  border-radius: 0;
  background-color: #2d2d2d;
}
.rtl .autusin_top .top-form.top-search button.form-button {
  left: 0;
  right: auto;
}
.autusin_top .top-form.top-search button.form-button:hover {
  background: none repeat scroll 0 0 #fdb819;
}
.header-style1 .autusin_top .top-form.top-search button.form-button:hover {
  background-color: #999;
}
.autusin_top .top-form.top-search button.form-button:hover:before {
  color: #fff;
}
.autusin_top .top-form.top-search.non-category input {
  padding: 0;
}
.rtl .autusin_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: -3px;
  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;
  margin-left: 0;
}
#lang_sel > ul.nav > li {
  position: relative;
  padding: 14px 0 6px 0;
}
#lang_sel > ul.nav > li > a {
  background-color: transparent;
  padding-left: 15px;
  color: #999;
  text-transform: uppercase;
  font-size: 12px;
}
#lang_sel > ul.nav > li > a:hover {
  color: #fdb819;
}
.rtl #lang_sel > ul.nav > li > a {
  padding-right: 15px;
  padding-left: 0;
}
.header-style1 #lang_sel > ul.nav > li > a {
  position: relative;
}
.header-style1 #lang_sel > ul.nav > li > a:before {
  position: absolute;
  top: 2px;
  left: 0;
  width: 1px;
  height: 13px;
  background: rgba(255,255,255,0.2);
  content: "";
}
.rtl .header-style1 #lang_sel > ul.nav > li > a:before {
  left: auto;
  right: 0;
}
#lang_sel > ul.nav > li > a span {
  display: inline-block;
}
#lang_sel > ul.nav > li > ul {
  box-shadow: 1px 1px 2px #ccc;
  left: 0;
  top: 55px;
  -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: 99999;
  position: absolute;
  background: #fff;
  width: 120px;
  padding: 10px 18px 10px 18px;
  visibility: hidden;
  opacity: 0;
  margin: 0;
}
.rtl #lang_sel > ul.nav > li > ul {
  right: 0;
  left: auto;
}
#lang_sel > ul.nav > li > ul li {
  background: #fff;
  border-right: none;
  list-style: none;
}
#lang_sel > ul.nav > li > ul li.active a {
  color: #fdb819;
}
#lang_sel > ul.nav > li > ul li a {
  color: #111;
  display: block;
  height: auto;
  font-size: 12px;
  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: #fdb819;
}
#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 {
  top: 44px;
  z-index: 999;
  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;
}
.header-style3 #lang_sel > ul.nav > li:hover > ul,
.header-style4 #lang_sel > ul.nav > li:hover > ul,
.header-style5 #lang_sel > ul.nav > li:hover > ul,
.header-style6 #lang_sel > ul.nav > li:hover > ul {
  top: 41px;
}
.currency_w {
  margin: 0 0 0 20px;
}
.rtl .currency_w {
  margin: 0 20px 0 0;
}
.currency_w > li {
  position: relative;
  list-style: none;
  padding: 14px 0 6px 0;
}
.currency_w > li > a {
  display: block;
  color: #999;
  text-transform: uppercase;
  padding-left: 15px;
  font-size: 12px;
}
.rtl .currency_w > li > a {
  padding-left: 0;
  padding-right: 15px;
}
.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 > a:hover {
  color: #fdb819;
}
.header-style1 .currency_w > li > a,
.header-style2 .currency_w > li > a {
  position: relative;
}
.header-style1 .currency_w > li > a:before,
.header-style2 .currency_w > li > a:before {
  position: absolute;
  top: 2px;
  left: 0;
  width: 1px;
  height: 13px;
  background: rgba(255,255,255,0.2);
  content: "";
}
.rtl .header-style1 .currency_w > li > a:before,
.rtl .header-style2 .currency_w > li > a:before {
  left: auto;
  right: 0;
}
.currency_w > li .currency_switcher {
  box-shadow: 1px 1px 2px #ccc;
  left: 0px;
  position: absolute;
  background: none repeat scroll 0 0 #fff;
  visibility: hidden;
  opacity: 0;
  width: 75px;
  padding: 10px 20px;
  margin: 0;
  top: 55px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.currency_w > li .currency_switcher li {
  width: 100%;
  margin: 0;
  line-height: 28px;
  list-style: none;
}
.currency_w > li .currency_switcher li:hover a {
  color: #fdb819;
}
.currency_w > li .currency_switcher li a {
  background: none;
  border: 0px;
  border-radius: 0px;
  color: #111;
  display: block;
  border-bottom: none;
}
.currency_w > li .currency_switcher li a.active {
  color: #fdb819;
}
.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 {
  top: 44px;
  z-index: 999;
  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;
}
.header-style3 .currency_w > li:hover .currency_switcher,
.header-style4 .currency_w > li:hover .currency_switcher,
.header-style5 .currency_w > li:hover .currency_switcher,
.header-style6 .currency_w > li:hover .currency_switcher {
  top: 41px;
}
.top-form {
  position: relative;
  float: right;
}
.top-form:hover .wrapp-minicart {
  visibility: visible;
  opacity: 1;
  transform: translateY(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;
}
.header-style1 .top-form:hover .wrapp-minicart {
  transform: translateY(37px);
}
.top-form.top-form-minicart {
  cursor: pointer;
  position: relative;
}
.top-form.top-form-minicart .top-minicart-icon {
  text-align: center;
}
.header-style1 .top-form.top-form-minicart .top-minicart-icon {
  position: absolute;
  right: 15px;
  top: -60px;
  width: 100px;
  height: 136px;
  padding-top: 72px;
  background: url(../assets/img/icon-cart.png) no-repeat center 20px #fdb819;
}
.rtl .header-style1 .top-form.top-form-minicart .top-minicart-icon {
  right: auto;
  left: 15px;
}
.top-form.top-form-minicart .top-minicart-icon h3 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  color: #111;
  margin-bottom: 2px;
}
.top-form.top-form-minicart .top-minicart-icon p {
  font-size: 13px;
  color: #111;
  font-weight: 600;
}
.top-form .wrapp-minicart {
  visibility: hidden;
  opacity: 0;
  transform: translateY(20px);
  -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: none repeat scroll 0 0 #fff;
  position: absolute;
  right: 0;
  left: auto;
  top: 38px;
  width: 318px;
  z-index: 99999;
  box-shadow: 1px 1px 2px #ccc;
}
.header-style1 .top-form .wrapp-minicart {
  transform: translateY(50px);
}
.header-style5 .top-form .wrapp-minicart,
.header-style6 .top-form .wrapp-minicart,
.header-style7 .top-form .wrapp-minicart,
.header-style8 .top-form .wrapp-minicart {
  top: 50px;
}
.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: #fdb819;
}
.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 #ddd;
}
.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 #ddd;
  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: #111;
  text-transform: capitalize;
  line-height: 22px;
}
.top-form .wrapp-minicart .minicart-padding ul.minicart-content li .detail-item .product-details h4 a:hover {
  color: #fdb819;
}
.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: 600;
  font-size: 16px;
  color: #fdb819;
  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 #ddd;
}
.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: #111;
  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: 600;
  font-size: 20px;
  color: #fdb819;
}
.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: #111;
  line-height: 43px;
  height: 45px;
  border: 1px solid #ddd;
  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 #fdb819;
  color: #fff;
  background-color: #fdb819;
}
.form-new h3 {
  float: left;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  margin: 32px 0;
}
.rtl .form-new h3 {
  float: right;
}
.form-new .mc4wp-form {
  float: right;
  padding-top: 18px;
}
.rtl .form-new .mc4wp-form {
  float: left;
}
.form-new .mc4wp-form p {
  margin-bottom: 0;
}
.form-new .mc4wp-form .mc4wp-form-fields {
  overflow: hidden;
  min-width: 400px;
}
.form-new .mc4wp-form input[type="email"] {
  border: none;
  border-radius: 0;
  color: #8c8c8c;
  font-size: 12px;
  height: 45px;
  line-height: 45px;
  padding: 0 15px;
  width: 75%;
  float: left;
}
.rtl .form-new .mc4wp-form input[type="email"] {
  float: right;
}
.form-new .mc4wp-form .frm-submit {
  border: none;
  border-radius: 0;
  width: 25%;
  font-size: 12px;
  padding: 0;
  background: #0d0d0d;
  height: 45px;
  line-height: 45px;
  color: #fff;
  text-transform: capitalize;
  text-align: center;
  float: left;
  -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 .form-new .mc4wp-form .frm-submit {
  float: right;
}
.form-new .mc4wp-form .frm-submit:before {
  padding-right: 4px;
}
.form-new .mc4wp-form .frm-submit:hover {
  color: #fdb819;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.form-new .mc4wp-form .mc4wp-success {
  color: #111;
}
.banner-single {
  overflow: hidden;
}
.banner-single .vc_figure {
  width: 100%;
}
.banner-single .vc_figure a {
  width: 100%;
}
.banner-single .vc_figure a img {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  width: 100%;
}
.banner-single .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.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.slide-mg {
  margin-bottom: 30px;
}
.get-news .vc_column-inner {
  padding-top: 0 !important;
}
.get-news .vc_column-inner .wpb_content_element {
  margin-bottom: 0;
}
.header-style1 .sticky-menu {
  position: fixed;
  box-shadow: 0px 0px 2px 1px #999;
  z-index: 999;
  background: #fff;
}
.header-style1 .sticky-menu .top-form.top-form-minicart .top-minicart-icon {
  padding-top: 94px;
  background: url(../assets/img/icon-cart.png) no-repeat center 51px #fdb819;
}
.header-style2 .sticky-menu {
  position: fixed;
  box-shadow: 0px 0px 2px 1px #999;
  z-index: 999;
  background: #fff;
}
.primary-menu .navbar-inverse {
  background-color: transparent;
  border-color: #fff;
}
.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: 20px 18px;
}
.nav-pills.nav-css >li.dropdown > a span.menu-img {
  position: absolute;
  left: 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: #727272;
  font-size: 13px;
  text-transform: capitalize;
  border-bottom: 1px solid #eaeaea;
}
.nav-pills.nav-css >li.dropdown .dropdown-menu li >a:hover {
  color: #111;
}
.header-style1 .nav-pills.nav-css >li.dropdown .dropdown-menu li >a:hover {
  color: #fdb819;
}
.nav-pills.nav-css >li.dropdown .dropdown-menu li.active > a {
  color: #111;
}
.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.dropdown .dropdown-menu li.dropdown-submenu:hover > a,
.nav-pills.nav-css >li.dropdown .dropdown-menu li.dropdown-submenu:focus > a {
  color: #fdb819;
}
.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;
}
.nav-pills >li > a {
  text-transform: uppercase;
  background: transparent;
  position: relative;
  padding: 20px 18px;
  font-weight: 600;
  display: block;
  font-size: 16px;
  line-height: 20px;
  color: #111;
}
.nav-pills >li > a:hover,
.nav-pills >li > a:focus {
  background: transparent;
  color: #fdb819;
}
.nav-pills >li.active > a,
.nav-pills >li:hover > a {
  color: #fdb819;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.nav-pills >li.dropdown > a {
  position: relative;
}
.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: #fdb819;
}
.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: transparent;
  color: #fdb819;
}
.nav-pills .dropdown-menu li.active >a,
.nav-pills .dropdown-menu li:hover >a {
  color: #fdb819;
  background: transparent;
}
.nav-pills.nav-mega .menu-img {
  position: absolute;
  right: 5px;
  top: -2px;
}
.nav-pills.nav-mega .autusin-mega-menu .wpb_raw_html {
  margin-bottom: 0;
}
.nav-pills.nav-mega .autusin-mega-menu .listing-tab-shortcode {
  padding: 0px 15px 15px 15px;
}
.nav-pills.nav-mega .autusin-mega-menu.autusin-menu-img > a span.menu-img {
  position: absolute;
  right: 5px;
  top: -2px;
}
.nav-pills.nav-mega .autusin-mega-menu .dropdown-menu {
  padding: 30px 15px 15px;
  width: 100%;
  visibility: hidden;
  box-shadow: 0px 0px 5px #999;
}
.nav-pills.nav-mega .autusin-mega-menu .dropdown-menu li.active >a,
.nav-pills.nav-mega .autusin-mega-menu .dropdown-menu li:hover >a {
  background-color: transparent;
}
.nav-pills.nav-mega .autusin-mega-menu .dropdown-menu li .dropdown-sub > li.active >a,
.nav-pills.nav-mega .autusin-mega-menu .dropdown-menu li .dropdown-sub > li:hover >a {
  background-color: transparent;
  color: #fdb819;
}
.nav-pills.nav-mega .autusin-mega-menu .dropdown-menu >li {
  float: left;
  padding: 0 15px;
}
.nav-pills.nav-mega .autusin-mega-menu .dropdown-menu >li.image-full {
  width: 100% !important;
  padding-top: 0;
}
.nav-pills.nav-mega .autusin-mega-menu .dropdown-menu >li.image-full >a {
  border-bottom: 0;
  font-size: 14px;
  text-transform: uppercase;
  padding: 7px 20px;
}
.nav-pills.nav-mega .autusin-mega-menu .dropdown-menu >li.image-full >a .menu-title {
  display: none;
}
.nav-pills.nav-mega .autusin-mega-menu .dropdown-menu >li.image-full img {
  width: 100%;
}
.rtl .nav-pills.nav-mega .autusin-mega-menu .dropdown-menu >li {
  float: right;
}
.nav-pills.nav-mega .autusin-mega-menu .dropdown-menu .dropdown-submenu >a,
.nav-pills.nav-mega .autusin-mega-menu .dropdown-menu .dropdown-submenu >.have-title {
  text-transform: uppercase;
  font-weight: normal;
  padding: 0;
  display: block;
  color: #111;
  font-size: 14px;
  font-weight: 700;
}
.nav-pills.nav-mega .autusin-mega-menu .dropdown-menu .dropdown-submenu >a .menu-title,
.nav-pills.nav-mega .autusin-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 .autusin-mega-menu .dropdown-menu .dropdown-submenu .dropdown-sub a {
  padding: 9px 0;
  text-transform: capitalize;
  font-size: 14px;
  color: #7d7d7d;
}
.nav-pills.nav-mega .autusin-mega-menu .dropdown-menu .dropdown-submenu .dropdown-sub a:hover {
  color: #fdb819;
}
.nav-pills.nav-mega .autusin-mega-menu .dropdown-menu .dropdown-submenu .dropdown-sub >li .menu-img {
  float: left;
  width: 25px;
  margin-right: 15px;
}
.rtl .nav-pills.nav-mega .autusin-mega-menu .dropdown-menu .dropdown-submenu .dropdown-sub >li .menu-img {
  float: right;
  margin-right: 0;
  margin-left: 15px;
}
.nav-pills.nav-mega .autusin-mega-menu .dropdown-menu.column-1 {
  min-width: 1170px;
  padding: 30px 0 15px;
}
.nav-pills.nav-mega .autusin-mega-menu .dropdown-menu.column-1 >li {
  width: 100%;
}
.nav-pills.nav-mega .autusin-mega-menu .dropdown-menu.column-2 {
  min-width: 380px;
}
.nav-pills.nav-mega .autusin-mega-menu .dropdown-menu.column-2 >li {
  width: 50%;
}
.nav-pills.nav-mega .autusin-mega-menu .dropdown-menu.column-3 {
  min-width: 720px;
}
.nav-pills.nav-mega .autusin-mega-menu .dropdown-menu.column-3 >li {
  width: 33.33%;
}
.nav-pills.nav-mega .autusin-mega-menu .dropdown-menu.column-4 {
  min-width: 875px;
}
.nav-pills.nav-mega .autusin-mega-menu .dropdown-menu.column-4 >li {
  width: 25%;
}
.nav-pills.nav-mega .autusin-mega-menu .dropdown-menu.column-5 {
  min-width: 1170px;
}
.nav-pills.nav-mega .autusin-mega-menu .dropdown-menu.column-5 >li {
  width: 20%;
}
.nav-pills.nav-mega .autusin-mega-menu .dropdown-menu .autusin-menu-img >a {
  padding: 15px 0 0 0;
}
.nav-pills.nav-mega .autusin-mega-menu .dropdown-menu .autusin-menu-img >a:before {
  display: none;
}
.nav-pills.nav-mega .autusin-mega-menu .dropdown-menu .autusin-menu-img >a:hover {
  color: #fdb819;
}
.nav-pills.nav-mega .autusin-mega-menu .dropdown-menu .autusin-menu-img:hover img {
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.nav-pills.nav-mega .autusin-mega-menu .dropdown-menu .menu-shortcode >a {
  display: none;
}
.nav-pills.nav-mega .autusin-mega-menu.custom-image-col5 .dropdown-menu.column-5 >li {
  width: 18%;
}
.nav-pills.nav-mega .autusin-mega-menu.custom-image-col5 .dropdown-menu.column-5 >li.autusin-menu-img {
  width: 28%;
}
.nav-pills.nav-mega .autusin-mega-menu.custom-mega-product .dropdown-menu {
  padding: 0;
}
.nav-pills.nav-mega .autusin-mega-menu.custom-mega-product .dropdown-menu >li {
  padding: 0;
}
.nav-pills.nav-mega .autusin-mega-menu:hover .dropdown-menu .listing-tab-shortcode .tabbable.tabs .tab-content {
  visibility: visible;
}
.nav-pills.nav-mega .autusin-menu-custom > .dropdown-menu > li.active > a {
  color: #fdb819;
}
.nav-pills.nav-mega .autusin-menu-custom ul {
  box-shadow: 0px 0px 5px #999;
}
.nav-pills.nav-mega .autusin-menu-custom ul .menu-img {
  display: none;
}
.nav-pills.nav-mega .autusin-menu-custom ul > li > a {
  font-size: 14px;
}
.nav-pills.nav-mega .autusin-menu-custom ul li >.have-title {
  position: relative;
  display: block;
  padding: 10px 25px;
}
.nav-pills.nav-mega .autusin-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 .autusin-menu-custom ul li >.have-title:before {
  padding-right: 0;
  padding-left: 8px;
}
.nav-pills.nav-mega .autusin-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 .autusin-menu-custom ul .dropdown-submenu >ul {
  left: auto;
  right: 110%;
}
.nav-pills.nav-mega .autusin-menu-custom ul .dropdown-submenu >ul >li {
  position: relative;
}
.nav-pills.nav-mega .autusin-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 .autusin-menu-custom ul .dropdown-submenu >ul >li ul {
  left: auto;
  right: 110%;
}
.nav-pills.nav-mega .autusin-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 .autusin-menu-custom ul .dropdown-submenu >ul >li ul >li:hover >ul {
  left: auto;
  right: 100%;
}
.nav-pills.nav-mega .autusin-menu-custom ul .dropdown-submenu >ul >li:hover >ul {
  left: 100%;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
.rtl .nav-pills.nav-mega .autusin-menu-custom ul .dropdown-submenu >ul >li:hover >ul {
  left: auto;
  right: 100%;
}
.nav-pills.nav-mega .autusin-menu-custom ul .dropdown-submenu:hover >ul {
  left: 100%;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
.rtl .nav-pills.nav-mega .autusin-menu-custom ul .dropdown-submenu:hover >ul {
  left: auto;
  right: 100%;
}
.nav-pills.nav-mega .autusin-mega-menu.custom-image-col4 .dropdown-menu.column-4 >li.autusin-menu-img {
  width: 22%;
}
.nav-pills.nav-mega .autusin-mega-menu.custom-image-col4 .dropdown-menu.column-4 >li.autusin-menu-img a .menu-title {
  border-bottom: none;
}
.nav-pills.nav-mega .autusin-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 .autusin-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 .autusin-mega-menu.custom-image-col4 .dropdown-menu.column-4 >li.custom-slider-col4 .order-title {
  display: none;
}
.nav-pills.nav-mega .autusin-mega-menu.custom-image-col4 .dropdown-menu.column-4 >li.custom-slider-col4 .sw-woo-container-slider {
  margin-bottom: 0;
}
.nav-pills.nav-mega .autusin-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 .autusin-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 .autusin-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 .autusin-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: #fdb819;
  height: 46px;
  line-height: 46px;
  overflow: hidden;
  padding: 0 15px;
}
.mega-left-title span {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  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;
}
.vertical_megamenu-header .wpb_content_element {
  margin: 0;
}
.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 {
  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;
  min-width: 269px;
  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;
  box-shadow: 0px 1px 2px 2px #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;
  padding-left: 33px;
  margin: 0 0 0 2px;
}
.rtl .wrapper_vertical_menu .vertical-megamenu > li.showMore a.open-more-cat {
  background: url('../assets/img/icon-more.jpg') no-repeat center right;
  padding-left: 0;
  padding-right: 33px;
  margin: 0 2px 0 0;
}
.wrapper_vertical_menu .vertical-megamenu > li.showMore a.close-more-cat {
  background: url('../assets/img/icon-less.jpg') no-repeat center left;
  padding-left: 33px;
  margin: 0 0 0 2px;
}
.rtl .wrapper_vertical_menu .vertical-megamenu > li.showMore a.close-more-cat {
  background: url('../assets/img/icon-less.jpg') no-repeat center right;
  padding-left: 0;
  padding-right: 33px;
  margin: 0 2px 0 0;
}
.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: 13px;
  padding: 0 20px 0 0;
  line-height: 42px;
  color: #111;
}
.wrapper_vertical_menu .vertical-megamenu > li > a > span.menu-img {
  display: inline-block;
  vertical-align: middle;
  min-width: 24px;
  margin-right: 15px;
}
.rtl .wrapper_vertical_menu .vertical-megamenu > li > a > span.menu-img {
  margin-right: 0;
  margin-left: 20px;
}
.rtl .wrapper_vertical_menu .vertical-megamenu > li > a {
  padding: 0 0 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: #fdb819;
}
.wrapper_vertical_menu .vertical-megamenu > li > .dropdown-menu {
  position: absolute;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  visibility: hidden;
  display: inherit;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(0,60px);
  -moz-transform: translate(0,60px);
  -o-transform: translate(0,60px);
  -ms-transform: translate(0,60px);
  transform: translate(0,60px);
  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: #111;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  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: #111;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  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: #fdb819;
}
.wrapper_vertical_menu .vertical-megamenu > li > .dropdown-menu > li .dropdown-menu > li:hover > a:before {
  background-color: #fdb819;
}
.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: #fdb819;
}
.wrapper_vertical_menu .vertical-megamenu > li > .dropdown-menu > li:hover > a:before {
  background-color: #fdb819;
}
.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: #fdb819;
}
.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 .dropdown-menu {
  display: block;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate(0px,0px);
  -moz-transform: translate(0px,0px);
  -o-transform: translate(0px,0px);
  -ms-transform: translate(0px,0px);
  transform: translate(0px,0px);
}
.wrapper_vertical_menu .vertical-megamenu > li:hover > a {
  color: #fdb819;
}
.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;
}
.rtl .wrapper_vertical_menu .vertical-megamenu > li:hover > a .have-title {
  padding-left: 0;
  padding-right: 20px;
}
.wrapper_vertical_menu .vertical-megamenu > li > .dropdown-menu.visible {
  display: block;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate(0px,0px);
  -moz-transform: translate(0px,0px);
  -o-transform: translate(0px,0px);
  -ms-transform: translate(0px,0px);
  transform: translate(0px,0px);
}
.wrapper_vertical_menu .vertical-megamenu > li.autusin-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.autusin-menu-custom ul > li {
  line-height: 32px;
  padding: 0 30px;
}
.wrapper_vertical_menu .vertical-megamenu > li.autusin-menu-custom ul > li.column-4,
.wrapper_vertical_menu .vertical-megamenu > li.autusin-menu-custom ul > li.column-3,
.wrapper_vertical_menu .vertical-megamenu > li.autusin-menu-custom ul > li.column-2 {
  padding: 0;
}
.wrapper_vertical_menu .vertical-megamenu > li.autusin-menu-custom ul > li.column-4 .have-title,
.wrapper_vertical_menu .vertical-megamenu > li.autusin-menu-custom ul > li.column-3 .have-title,
.wrapper_vertical_menu .vertical-megamenu > li.autusin-menu-custom ul > li.column-2 .have-title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.wrapper_vertical_menu .vertical-megamenu > li.autusin-menu-custom ul > li.column-4 .have-title .menu-img,
.wrapper_vertical_menu .vertical-megamenu > li.autusin-menu-custom ul > li.column-3 .have-title .menu-img,
.wrapper_vertical_menu .vertical-megamenu > li.autusin-menu-custom ul > li.column-2 .have-title .menu-img {
  padding: 0 10px;
}
.wrapper_vertical_menu .vertical-megamenu > li.autusin-menu-custom ul > li a {
  color: #777;
  font-size: 14px;
  position: relative;
  background-color: #fff;
}
.wrapper_vertical_menu .vertical-megamenu > li.autusin-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.autusin-menu-custom ul > li .dropdown-sub {
  left: auto;
  right: 100%;
}
.wrapper_vertical_menu .vertical-megamenu > li.autusin-menu-custom ul > li .dropdown-sub > li {
  padding: 0 30px;
  line-height: normal;
}
.wrapper_vertical_menu .vertical-megamenu > li.autusin-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.autusin-menu-custom ul > li .dropdown-sub > li a {
  padding-left: 0;
  padding-right: 15px;
}
.wrapper_vertical_menu .vertical-megamenu > li.autusin-menu-custom ul > li .dropdown-sub > li:hover >  a {
  background: #fff;
  color: #fdb819;
}
.wrapper_vertical_menu .vertical-megamenu > li.autusin-menu-custom ul > li .dropdown-sub > li:hover >  a:before {
  background-color: #fdb819;
}
.wrapper_vertical_menu .vertical-megamenu > li.autusin-menu-custom ul > li:hover > .dropdown-sub {
  display: block;
}
.wrapper_vertical_menu .vertical-megamenu > li.autusin-menu-custom ul > li.active > a,
.wrapper_vertical_menu .vertical-megamenu > li.autusin-menu-custom ul > li:hover > a {
  color: #fdb819;
}
.wrapper_vertical_menu .vertical-megamenu > li.autusin-menu-custom ul > li.active > a:before,
.wrapper_vertical_menu .vertical-megamenu > li.autusin-menu-custom ul > li:hover > a:before {
  background-color: #fdb819;
}
.wrapper_vertical_menu .vertical-megamenu > li.autusin-mega-menu > li {
  position: static;
}
.wrapper_vertical_menu .vertical-megamenu > li.autusin-mega-menu > .column-1.dropdown-menu .autusin-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.autusin-mega-menu > .column-1.dropdown-menu .autusin-menu-img > a {
  padding: 0;
}
.wrapper_vertical_menu .vertical-megamenu > li.autusin-mega-menu > .column-1.dropdown-menu .autusin-menu-img > a:before {
  width: 0;
  margin: 0;
}
.rtl .wrapper_vertical_menu .vertical-megamenu > li.autusin-mega-menu > .column-1.dropdown-menu .autusin-menu-img {
  right: auto;
  left: 0;
}
.wrapper_vertical_menu .vertical-megamenu > li.autusin-mega-menu > .column-2 {
  min-width: 600px;
}
.wrapper_vertical_menu .vertical-megamenu > li.autusin-mega-menu > .column-2 > li {
  width: 160px;
}
.wrapper_vertical_menu .vertical-megamenu > li.autusin-mega-menu > .column-2 > li:nth-child(2n+1) {
  clear: both;
}
.wrapper_vertical_menu .vertical-megamenu > li.autusin-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.autusin-mega-menu > .column-2 .column-2 {
  padding: 0 30px;
}
.wrapper_vertical_menu .vertical-megamenu > li.autusin-mega-menu > .column-2 .column-2 .tag-menu ul {
  margin: 0;
}
.wrapper_vertical_menu .vertical-megamenu > li.autusin-mega-menu > .column-2 .column-2 .tag-menu ul > li {
  display: inline-block;
}
.wrapper_vertical_menu .vertical-megamenu > li.autusin-mega-menu > .column-2 .column-2 .tag-menu ul > li span {
  font-size: 13px;
  color: #666;
}
.wrapper_vertical_menu .vertical-megamenu > li.autusin-mega-menu > .column-2 .column-2 .tag-menu ul > li:first-child span {
  font-weight: bold;
  color: #111;
}
.wrapper_vertical_menu .vertical-megamenu > li.autusin-mega-menu.menu-body-parts > .column-3 .autusin-menu-img {
  width: 100%;
  padding: 0 15px 5px;
}
.wrapper_vertical_menu .vertical-megamenu > li.autusin-mega-menu > .column-3 {
  min-width: 650px;
}
.wrapper_vertical_menu .vertical-megamenu > li.autusin-mega-menu > .column-3 .autusin-menu-img {
  padding: 0 15px 5px;
}
.wrapper_vertical_menu .vertical-megamenu > li.autusin-mega-menu > .column-3 .autusin-menu-img > a {
  padding: 0;
  border: none;
}
.wrapper_vertical_menu .vertical-megamenu > li.autusin-mega-menu > .column-3 .autusin-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.autusin-mega-menu > .column-3 .autusin-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.autusin-mega-menu > .column-3 .autusin-menu-img > a img:hover {
  opacity: 0.85;
}
.wrapper_vertical_menu .vertical-megamenu > li.autusin-mega-menu > .column-3 > li:nth-child(3n+1) {
  clear: both;
}
.wrapper_vertical_menu .vertical-megamenu > li.autusin-mega-menu > .column-4 {
  min-width: 885px;
}
.wrapper_vertical_menu .vertical-megamenu > li.autusin-mega-menu > .column-4 > li {
  width: 285px !important;
}
.wrapper_vertical_menu .vertical-megamenu > li.autusin-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.autusin-mega-menu > .column-4 > li img:hover {
  opacity: 0.85;
}
.wrapper_vertical_menu .vertical-megamenu > li.autusin-mega-menu > .column-4 > li > .dropdown-menu {
  padding: 5px 15px 18px;
}
.wrapper_vertical_menu .vertical-megamenu > li.autusin-mega-menu > .column-4 > li.autusin-menu-img > a  .menu-title {
  margin-top: 24px;
  display: inline-block;
}
.wrapper_vertical_menu .vertical-megamenu > li.autusin-mega-menu > .column-4 > li:nth-child(4n+1) {
  clear: both;
}
.wrapper_vertical_menu .vertical-megamenu > li.autusin-mega-menu > .column-5 {
  min-width: 900px;
}
.wrapper_vertical_menu .vertical-megamenu > li.autusin-mega-menu > .column-5 > li:nth-child(5n+1) {
  clear: both;
}
.wrapper_vertical_menu .vertical-megamenu > li.autusin-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.autusin-mega-menu > .dropdown-menu > li {
  width: 205px;
  padding: 25px 15px 10px;
  float: left;
  line-height: unset;
}
.rtl .wrapper_vertical_menu .vertical-megamenu > li.autusin-mega-menu > .dropdown-menu > li {
  float: right;
}
.wrapper_vertical_menu .vertical-megamenu > li.autusin-mega-menu > .dropdown-menu > li:last-child {
  border: 0;
}
.rtl .wrapper_vertical_menu .vertical-megamenu > li.autusin-mega-menu > .dropdown-menu > li:last-child {
  border: 0;
}
.wrapper_vertical_menu .vertical-megamenu > li.autusin-mega-menu > .dropdown-menu > li:hover > a {
  background-color: #fff;
}
.wrapper_vertical_menu .vertical-megamenu > li.autusin-mega-menu > .dropdown-menu > li.dropdown-submenu > a {
  margin-bottom: 5px;
  padding: 0 0 10px;
  font-size: 16px;
  color: #111;
  text-transform: uppercase;
  font-weight: 700;
}
.rtl .wrapper_vertical_menu .vertical-megamenu > li.autusin-mega-menu > .dropdown-menu > li {
  float: right;
}
.wrapper_vertical_menu .vertical-megamenu > li.autusin-mega-menu > .dropdown-menu > li > a,
.wrapper_vertical_menu .vertical-megamenu > li.autusin-mega-menu > .dropdown-menu > li > span {
  display: block;
  font-size: 18px;
  margin-bottom: 15px;
}
.wrapper_vertical_menu .vertical-megamenu > li.autusin-mega-menu > .dropdown-menu > li > a:after,
.wrapper_vertical_menu .vertical-megamenu > li.autusin-mega-menu > .dropdown-menu > li > span:after {
  display: none;
}
.wrapper_vertical_menu .vertical-megamenu > li.autusin-mega-menu > .dropdown-menu > li .dropdown-sub > li:last-child > a {
  border: 0;
}
.wrapper_vertical_menu .vertical-megamenu > li.autusin-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.autusin-mega-menu > .dropdown-menu > li .dropdown-sub > li.autusin-menu-img > a {
  padding-left: 30px;
}
.wrapper_vertical_menu .vertical-megamenu > li.autusin-mega-menu > .dropdown-menu > li .dropdown-sub > li.autusin-menu-img > a span.menu-img {
  position: absolute;
  left: 0;
  top: 14px;
  display: inline-block;
}
.rtl .wrapper_vertical_menu .vertical-megamenu > li.autusin-mega-menu > .dropdown-menu > li .dropdown-sub > li.autusin-menu-img > a span.menu-img {
  right: 0;
  left: auto;
}
.wrapper_vertical_menu .vertical-megamenu > li.autusin-mega-menu > .dropdown-menu > li .dropdown-sub > li.autusin-menu-img > a .menu-title {
  padding: 0;
  margin: 0;
}
.wrapper_vertical_menu .vertical-megamenu > li.autusin-mega-menu > .dropdown-menu > li .dropdown-sub > li.active a,
.wrapper_vertical_menu .vertical-megamenu > li.autusin-mega-menu > .dropdown-menu > li .dropdown-sub > li:hover a {
  color: #fdb819;
}
.wrapper_vertical_menu .vertical-megamenu > li.autusin-mega-menu > .dropdown-menu > li.col-1 {
  min-width: 160px;
}
.wrapper_vertical_menu .vertical-megamenu > li.autusin-mega-menu > .dropdown-menu > li.col-2 {
  min-width: 360px;
}
.wrapper_vertical_menu .vertical-megamenu > li.autusin-mega-menu > .dropdown-menu > li.col-3 {
  min-width: 540px;
}
.wrapper_vertical_menu .vertical-megamenu > li.autusin-mega-menu > .dropdown-menu > li.col-4 {
  min-width: 720px;
}
.wrapper_vertical_menu .vertical-megamenu > li.autusin-mega-menu > .dropdown-menu > li.col-5 {
  min-width: 900px;
}
.wrapper_vertical_menu .vertical-megamenu > li.autusin-mega-menu > .dropdown-menu > li.col-6 {
  min-width: 900px;
}
.wrapper_vertical_menu .vertical-megamenu > li.autusin-mega-menu > .dropdown-menu > li.col3-img-right {
  padding: 30px 10px 25px 10px;
}
.wrapper_vertical_menu .vertical-megamenu > li.autusin-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.autusin-menu-img > a span.menu-img {
  position: absolute;
  left: 0;
  top: 13px;
  display: inline-block;
}
.wrapper_vertical_menu .vertical-megamenu > li.icon-sport.autusin-menu-img > a span.menu-img {
  position: absolute;
  left: 0;
  top: 19px;
  display: inline-block;
}
.wrapper_vertical_menu .vertical-megamenu > li.autusin-menu-img > a span.menu-img {
  display: inline-block;
  vertical-align: middle;
  min-width: 20px;
  margin-right: 15px;
}
.wrapper_vertical_menu .vertical-megamenu > li.autusin-menu-img > a span.menu-img img {
  margin: 0 auto;
}
.rtl .wrapper_vertical_menu .vertical-megamenu > li.autusin-menu-img > a span.menu-img {
  margin-right: 0;
  margin-left: 15px;
}
.listing-tab-shortcode {
  background-color: #fff;
}
.listing-tab-shortcode .tabbable .tab-content .item .item-wrap {
  padding: 0 !important;
}
.listing-tab-shortcode .tabbable.tabs .nav.nav-tabs {
  width: 200px;
  margin-right: 30px;
  max-width: 200px;
  background-color: #fff;
  float: left;
  padding: 0;
}
.rtl .listing-tab-shortcode .tabbable.tabs .nav.nav-tabs {
  float: right;
  margin-right: 0;
  margin-left: 30px;
}
.listing-tab-shortcode .tabbable.tabs .nav.nav-tabs li {
  float: none;
  border: 0;
  height: auto !important;
  margin: 0;
}
.listing-tab-shortcode .tabbable.tabs .nav.nav-tabs li:last-child a {
  border-bottom: none;
}
.listing-tab-shortcode .tabbable.tabs .nav.nav-tabs li a {
  padding: 12px 15px;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #7d7d7d;
  line-height: inherit;
  height: inherit;
  border: 1px solid #ebebeb;
  background: none;
  border-radius: 0;
  margin: 0;
  border-bottom: 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;
}
.listing-tab-shortcode .tabbable.tabs .nav.nav-tabs li.active a,
.listing-tab-shortcode .tabbable.tabs .nav.nav-tabs li:hover a {
  cursor: pointer;
  color: #fdb819;
  background: #fff;
  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;
}
.listing-tab-shortcode .tabbable.tabs .tab-content {
  overflow: hidden;
  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.active {
  opacity: 1;
  filter: alpha(opacity=100);
}
body:before {
  content: '';
  background: rgba(0,0,0,0.7);
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
}
body.resmenu-open:before {
  z-index: 9999;
  width: 100%;
}
.resmenu-container .navbar-toggle {
  display: none;
  float: left;
  margin: 0;
  background-color: transparent;
  border-color: transparent;
}
.resmenu-container .navbar-toggle .icon-bar {
  background-color: #111;
  height: 3px;
}
.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: #fdb819;
}
.resmenu-container .menu-responsive-wrapper {
  position: absolute;
  top: 55px;
  padding: 0;
  min-width: 300px;
  background: #353535;
  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: #fdb819;
}
.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: #fdb819;
}
.resmenu-container .menu-responsive-wrapper ul > li:hover > .show-dropdown,
.resmenu-container .menu-responsive-wrapper ul > li.active > .show-dropdown {
  background: #fdb819;
  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: #fdb819;
  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: #fdb819;
  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: #fdb819;
  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: #fdb819;
}
.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: #fdb819;
}
@media (max-width: 991px) {
  .vertical_megamenu {
    display: none;
  }
  .mobile-layout .vertical_megamenu {
    display: block;
  }
  .header-style5 .vertical_megamenu {
    display: block;
  }
  #main-menu .primary-menu .resmenu-container .navbar-toggle {
    display: inline-block;
    vertical-align: top;
    z-index: 1;
    margin: 8px 0;
  }
  .header-style4 #main-menu .primary-menu .resmenu-container .menu-responsive-wrapper {
    top: 50px;
  }
  #main-menu .primary-menu .nav-pills {
    display: none !important;
  }
  .resmenu-container-sidebar .topsearch-entry:before {
    display: none;
  }
  .resmenu-container-sidebar .autusin_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;
    display: block;
    position: static;
  }
  .resmenu-container-sidebar .autusin_top .top-form.top-search .cat-wrapper {
    display: none;
  }
  .resmenu-container-sidebar .autusin_top .top-form.top-search input {
    padding: 0 10px;
  }
  .resmenu-container-sidebar .autusin_top .top-form.top-search button.form-button {
    background: none;
    font-size: 16px;
    width: 42px;
  }
  .resmenu-container-sidebar .autusin_top .top-form.top-search button.form-button:before {
    color: #999;
  }
}
.home-style3 .wpb_revslider_element {
  margin-bottom: 30px;
}
.header-style3 {
  border-bottom: 1px #ddd solid;
}
.home-style3 .header-style3 {
  border-bottom: none;
}
.header-style3 .header-top {
  background: #ebebeb;
  min-height: 43px;
}
.header-style3 .header-top .left-header {
  margin: 3px 0;
}
.header-style3 .header-top .mid-header {
  margin-top: 13px;
  text-transform: capitalize;
  font-size: 12px;
  text-align: center;
  color: #545454;
}
.header-style3 .header-top .right-header2 {
  padding-top: 5px;
}
.header-style3 .header-top .right-header2 .sw-autusin-account {
  margin: 0;
}
.header-style3 .header-top .right-header2 .sw-autusin-account:before {
  display: none;
}
.header-style3 .header-top .right-header2 .sw-autusin-account i.fa {
  color: #545454;
  padding: 9px;
  font-size: 14px;
}
.header-style3 .header-top .right-header2 .wishlist {
  padding: 6px;
  position: relative;
  margin: 0 10px;
}
.header-style3 .header-top .right-header2 .wishlist:before {
  content: "";
  height: 12px;
  width: 1px;
  background: #545454;
  position: absolute;
  top: 10px;
  left: -6px;
}
.header-style3 .header-top .right-header2 .wishlist:after {
  content: "";
  height: 12px;
  width: 1px;
  background: #545454;
  position: absolute;
  top: 10px;
  right: -6px;
}
.header-style3 .top-form.top-form-minicart .top-minicart-icon a {
  padding: 5px 0;
  display: inline-block;
  vertical-align: top;
}
.header-style3 .top-form.top-form-minicart .top-minicart-icon a i.fa {
  padding: 0 5px;
}
.header-style3 .header-mid {
  padding: 3px 0;
}
.header-style3 .header-mid .autusin-logo {
  margin: 12px 0;
}
.header-style3 .header-mid .autusin-logo a img {
  max-width: 230px;
}
.header-style3 .header-mid .top-header {
  padding: 10px 0;
}
.header-style3 .header-mid .main-menu {
  padding-top: 18px;
}
.header-style3 .header-mid .search-cate {
  margin-top: 30px;
  position: relative;
}
.header-style3 .header-mid .search-cate .icon-search {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
}
.header-style3 .header-mid .search-cate .top-form.top-search {
  position: absolute;
  right: 0;
  top: 36px;
  display: none;
}
.header-style3 .header-mid .search-cate .top-form.top-search.open {
  display: block;
}
.rtl .header-style3 .header-mid .search-cate .top-form.top-search {
  right: auto;
  left: 0;
}
.header-style3 #lang_sel > ul.nav {
  margin-left: 0;
}
.rtl .header-style3 #lang_sel > ul.nav {
  margin-right: 0;
}
.header-style3 #lang_sel > ul.nav > li {
  padding: 10px 0 6px 0;
}
.header-style3 #lang_sel > ul.nav > li > a {
  padding-left: 0;
}
.rtl .header-style3 #lang_sel > ul.nav > li > a {
  padding-right: 0;
}
.header-style3 .currency_w {
  margin: 0;
}
.rtl .header-style3 .currency_w {
  margin: 0;
}
.header-style3 .currency_w > li {
  padding: 10px 0 6px 0;
}
.header-style3 .sticky-menu {
  position: fixed;
  box-shadow: 0px 0px 2px 1px #999;
  z-index: 99;
  background: #fff;
}
.sw-category-slider3 {
  margin: 0 0 80px 0;
}
.sw-category-slider3 .item {
  padding: 0;
  position: relative;
}
.sw-category-slider3 .item:before {
  content: "";
  background: rgba(0,0,0,0.5);
  -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;
  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-slider3 .item .item-wrap {
  margin-bottom: 0;
}
.sw-category-slider3 .item .item-image a img {
  margin: 0;
}
.sw-category-slider3 .item .item-content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  margin-top: -70px;
  z-index: 2;
  padding: 0 15%;
}
.sw-category-slider3 .item .item-content h3 {
  position: relative;
  text-transform: uppercase;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.sw-category-slider3 .item .item-content h3 a {
  color: #fff;
  font-size: 34px;
  line-height: 45px;
}
.sw-category-slider3 .item .shop-now {
  position: absolute;
  top: 50%;
  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-slider3 .item .shop-now a {
  background: #fdb819;
  padding: 18px 45px;
  font-size: 18px;
  color: #fff;
  border-radius: 30px;
  text-transform: capitalize;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.sw-category-slider3 .item .shop-now a:hover {
  color: #111;
}
.sw-category-slider3 .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.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.sw-category-slider3 .item:hover .item-content h3 {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(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;
}
.sw-category-slider3 .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.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.sw-woo-tab-style3 {
  margin-bottom: 60px;
}
.sw-woo-tab-style3 .woo-tab-container-slider {
  position: relative;
}
.sw-woo-tab-style3 .resp-tab .category-slider-content {
  overflow: hidden;
}
.sw-woo-tab-style3 .resp-tab .category-slider-content .button-collapse {
  display: none;
}
.sw-woo-tab-style3 .resp-tab .category-slider-content .nav-tabs-select {
  overflow: initial;
  text-align: center;
}
.sw-woo-tab-style3 .resp-tab .category-slider-content .nav-tabs-select ul.nav-tabs {
  border: none;
  margin: 0;
}
.sw-woo-tab-style3 .resp-tab .category-slider-content .nav-tabs-select ul.nav-tabs li {
  margin: 0;
  display: inline-block;
  vertical-align: top;
  float: none;
  position: relative;
}
.sw-woo-tab-style3 .resp-tab .category-slider-content .nav-tabs-select ul.nav-tabs li:before {
  content: "";
  width: 1px;
  height: 22px;
  background: #ccc;
  position: absolute;
  right: 0;
  top: 18px;
}
.rtl .sw-woo-tab-style3 .resp-tab .category-slider-content .nav-tabs-select ul.nav-tabs li:before {
  right: auto;
  left: 0;
}
.sw-woo-tab-style3 .resp-tab .category-slider-content .nav-tabs-select ul.nav-tabs li:last-child:before {
  display: none;
}
.sw-woo-tab-style3 .resp-tab .category-slider-content .nav-tabs-select ul.nav-tabs li > a {
  border: 0;
  font-size: 30px;
  color: #ccc;
  text-transform: capitalize;
  font-weight: 600;
  padding: 10px 10px 5px;
  border-radius: 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-woo-tab-style3 .resp-tab .category-slider-content .nav-tabs-select ul.nav-tabs li.active> a,
.sw-woo-tab-style3 .resp-tab .category-slider-content .nav-tabs-select ul.nav-tabs li:hover >a {
  color: #000;
  background: transparent;
  -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-style3 .resp-tab .category-slider-content .slider-description {
  text-align: center;
  font-size: 14px;
  margin-bottom: 30px;
}
.sw-woo-tab-style3 .resp-tab .category-slider-content .tab-content .tab-pane.active .res-button {
  position: absolute;
  top: 0;
  cursor: pointer;
  font-size: 24px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 23px;
  z-index: 8;
}
.sw-woo-tab-style3 .resp-tab .category-slider-content .tab-content .tab-pane.active .res-button.slick-next {
  right: 0;
}
.rtl .sw-woo-tab-style3 .resp-tab .category-slider-content .tab-content .tab-pane.active .res-button.slick-next {
  left: 0;
  right: auto;
}
.sw-woo-tab-style3 .resp-tab .category-slider-content .tab-content .tab-pane.active .res-button.slick-next:before {
  content: '\f105';
  font-family: FontAwesome;
  color: #c4c4c4;
}
.rtl .sw-woo-tab-style3 .resp-tab .category-slider-content .tab-content .tab-pane.active .res-button.slick-next:before {
  content: '\f104';
}
.sw-woo-tab-style3 .resp-tab .category-slider-content .tab-content .tab-pane.active .res-button.slick-next: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;
}
.sw-woo-tab-style3 .resp-tab .category-slider-content .tab-content .tab-pane.active .res-button.slick-next:hover:before {
  color: #fdb819;
}
.sw-woo-tab-style3 .resp-tab .category-slider-content .tab-content .tab-pane.active .res-button.slick-prev {
  right: 30px;
}
.rtl .sw-woo-tab-style3 .resp-tab .category-slider-content .tab-content .tab-pane.active .res-button.slick-prev {
  left: 30px;
  right: auto;
}
.sw-woo-tab-style3 .resp-tab .category-slider-content .tab-content .tab-pane.active .res-button.slick-prev:before {
  content: '\f104';
  font-family: FontAwesome;
  color: #c4c4c4;
}
.rtl .sw-woo-tab-style3 .resp-tab .category-slider-content .tab-content .tab-pane.active .res-button.slick-prev:before {
  content: '\f105';
}
.sw-woo-tab-style3 .resp-tab .category-slider-content .tab-content .tab-pane.active .res-button.slick-prev: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;
}
.sw-woo-tab-style3 .resp-tab .category-slider-content .tab-content .tab-pane.active .res-button.slick-prev:hover:before {
  color: #fdb819;
}
.sw-woo-tab-style3 .resp-tab .category-slider-content .tab-content .tab-pane .woo-tab-container-slider .resp-slider-container {
  margin: 0 1px;
}
.sw-woo-tab-style3 .resp-tab .category-slider-content .tab-content .tab-pane .woo-tab-container-slider .resp-slider-container .item .item-wrap {
  margin-bottom: 0;
}
.sw-woo-tab-style3 .resp-tab .category-slider-content .tab-content .tab-pane .woo-tab-container-slider .resp-slider-container .item .item-wrap:last-child {
  margin-bottom: 0;
}
.block-title3 {
  text-align: center;
  padding-bottom: 13px;
}
.block-title3 h3 {
  font-size: 30px;
  color: #111;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 13px;
}
.block-title3 .slider-description {
  text-align: center;
  font-size: 14px;
  color: #666;
}
.countdown-slider4 {
  margin-bottom: 20px;
}
.countdown-slider4 .item .item-wrap2 .item-detail .item-content {
  padding: 0 0 30px 0 !important;
}
.countdown-slider4 .item .item-wrap2 .item-detail .item-content .item-countdown {
  margin: 57px 0 31px 0;
}
.countdown-slider4 .item .item-wrap2 .item-detail .item-content .item-countdown .countdown-row .countdown-section {
  display: inline-block;
  width: 25%;
  padding: 15px 0;
  border: 1px #000 solid;
  border-width: 1px 0 1px 1px;
  background: #f4f4f4;
}
.rtl .countdown-slider4 .item .item-wrap2 .item-detail .item-content .item-countdown .countdown-row .countdown-section {
  border-width: 1px 1px 1px 0;
}
.countdown-slider4 .item .item-wrap2 .item-detail .item-content .item-countdown .countdown-row .countdown-section span {
  display: block;
}
.countdown-slider4 .item .item-wrap2 .item-detail .item-content .item-countdown .countdown-row .countdown-section .countdown-amount {
  font-size: 30px;
  color: #000;
  font-weight: 600;
}
.countdown-slider4 .item .item-wrap2 .item-detail .item-content .item-countdown .countdown-row .countdown-section .countdown-period {
  font-size: 14px;
  color: #000;
}
.countdown-slider4 .item .item-wrap2 .item-detail .item-content .item-countdown .countdown-row .countdown-section:last-child {
  border-right: 1px #000 solid;
}
.rtl .countdown-slider4 .item .item-wrap2 .item-detail .item-content .item-countdown .countdown-row .countdown-section:last-child {
  border-left: 1px #000 solid;
}
.countdown-slider4 .item .item-wrap2 .item-detail .item-content .reviews-content {
  padding: 10px 0 12px 0;
}
.countdown-slider4 .item .item-wrap2 .item-detail .item-content .item-price {
  font-size: 20px;
}
.countdown-slider4 .item .item-wrap2 .item-detail .item-content .item-price ins {
  font-size: 30px;
}
.countdown-slider4 .item .item-wrap2 .item-detail .item-content .item-price del {
  font-size: 20px !important;
  float: right;
  margin-top: 8px !important;
}
.countdown-slider4 .item .item-wrap2 .item-detail .item-content h4 {
  margin: 20px 0 22px 0;
}
.countdown-slider4 .item .item-wrap2 .item-detail .item-content h4 a {
  font-size: 26px !important;
  line-height: normal;
}
.countdown-slider4 .item .item-wrap2:hover .item-detail {
  border: 1px transparent solid;
}
.countdown-slider3 {
  margin-bottom: 20px;
}
.countdown-slider3 .resp-slider-container .slick-slider .slick-list .item .item-wrap2 {
  margin-bottom: 7px;
}
.countdown-slider3 .resp-slider-container .slick-slider .slick-list .item .item-wrap2:hover .item-detail {
  border: 1px transparent solid;
}
.countdown-slider3 .resp-slider-container .slick-slider .slick-list .item .item-wrap2 .item-detail .products-thumb {
  padding-bottom: 18px;
  margin-bottom: 12px;
}
.countdown-slider3 .resp-slider-container .slick-slider .slick-list .item .item-wrap2 .item-detail .item-content .item-bottom a.ajax_add_to_cart,
.countdown-slider3 .resp-slider-container .slick-slider .slick-list .item .item-wrap2 .item-detail .item-content .item-bottom .add_to_cart_button,
.countdown-slider3 .resp-slider-container .slick-slider .slick-list .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_external,
.countdown-slider3 .resp-slider-container .slick-slider .slick-list .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_grouped,
.countdown-slider3 .resp-slider-container .slick-slider .slick-list .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.countdown-slider3 .resp-slider-container .slick-slider .slick-list .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.countdown-slider3 .resp-slider-container .slick-slider .slick-list .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
.countdown-slider3 .resp-slider-container .slick-slider .slick-list .item .item-wrap2 .item-detail .item-content .item-bottom .compare-button a,
.countdown-slider3 .resp-slider-container .slick-slider .slick-list .item .item-wrap2 .item-detail .item-content .item-bottom .sw-quickview {
  margin: 2px 0 !important;
}
.woo-slider-theme1 {
  margin-bottom: 46px;
  position: relative;
}
.woo-slider-theme1 .res-button {
  visibility: hidden;
  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;
}
.woo-slider-theme1 .res-button.slick-next {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #777;
  position: absolute;
  top: 50%;
  margin-top: -45px;
  right: -55px;
  z-index: 8;
  text-align: center;
  border-radius: 50%;
}
.woo-slider-theme1 .res-button.slick-next:before {
  font-family: fontawesome;
  content: '\f105';
  color: #fff;
  font-size: 18px;
}
.woo-slider-theme1 .res-button.slick-next:hover {
  background: #2c2c2c;
  cursor: pointer;
}
.woo-slider-theme1 .res-button.slick-prev {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #777;
  position: absolute;
  top: 50%;
  margin-top: -45px;
  left: -55px;
  z-index: 8;
  text-align: center;
  border-radius: 50%;
}
.woo-slider-theme1 .res-button.slick-prev:before {
  font-family: fontawesome;
  content: '\f104';
  color: #fff;
  font-size: 18px;
}
.woo-slider-theme1 .res-button.slick-prev:hover {
  background: #2c2c2c;
  cursor: pointer;
}
.woo-slider-theme1 .block-title {
  text-align: center;
}
.woo-slider-theme1 .block-title h3 {
  font-size: 30px;
  color: #111;
  font-weight: 600;
  text-transform: capitalize;
}
.woo-slider-theme1:hover .res-button {
  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;
}
.woo-slider-theme1 .block-title {
  margin-bottom: 27px;
}
.woo-slider-theme1 .block-title h3 {
  margin-bottom: 15px;
}
.woo-slider-theme1 .block-title .slider-description {
  font-size: 14px;
}
.woo-slider-theme1 .resp-slider-container {
  margin: 0 1px;
}
.testimonial-slider {
  margin-bottom: 40px;
}
.testimonial-slider .carousel-cl a {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  background: rgba(255,255,255,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%;
  font-size: 18px;
}
.testimonial-slider .carousel-cl a:hover {
  background: #fdb819;
}
.testimonial-slider .carousel-cl .prev-test {
  left: -26px;
}
.testimonial-slider .carousel-cl .next-test {
  right: -26px;
}
.testimonial-slider .carousel-inner {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.testimonial-slider .carousel-inner .item {
  padding: 14px 22px 20px;
}
.testimonial-slider .carousel-inner .client-say-info .image-client {
  width: 100%;
  float: none;
}
.testimonial-slider .carousel-inner .client-say-info .image-client img {
  display: table;
  margin: 0 auto;
  border: 5px rgba(255,255,255,0.1) solid;
  border-radius: 50%;
  width: 100px;
}
.testimonial-slider .carousel-inner .client-say-info .image-client img:hover {
  opacity: 0.8;
}
.testimonial-slider .carousel-inner .client-say-info .name-client {
  text-align: center;
  margin: 0;
  margin-bottom: 26px;
}
.testimonial-slider .carousel-inner .client-say-info .name-client h2 {
  margin-bottom: 0;
}
.testimonial-slider .carousel-inner .client-say-info .name-client h2 a {
  font-size: 14px;
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
}
.testimonial-slider .carousel-inner .client-say-info .name-client .info-client {
  font-size: 16px;
  color: #fff;
  line-height: 16px;
}
.testimonial-slider .carousel-inner .client-comment {
  text-align: center;
  line-height: 21px;
  position: relative;
  margin: 0 30% 40px 30%;
  font-size: 13px;
  color: #ccc;
}
.testimonial-slider .carousel-inner .client-comment:before {
  display: block;
  content: "\f10d";
  font-family: FontAwesome !important;
  position: absolute;
  font-size: 42px;
  color: rgba(255,255,255,0.1);
  left: -145px;
  top: -50px;
  font-style: normal;
}
.testimonial-slider .carousel-inner .client-comment:after {
  display: block;
  content: "\f10e";
  font-family: FontAwesome !important;
  position: absolute;
  font-size: 42px;
  color: rgba(255,255,255,0.1);
  right: -145px;
  bottom: 0px;
  font-style: normal;
}
.testimonial-slider .carousel-indicators {
  border-top: 0;
  margin: 0px;
  position: relative;
  text-align: center;
  left: 0;
  width: 100%;
  bottom: 0;
  position: absolute;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.testimonial-slider .carousel-indicators li {
  background-color: rgba(255,255,255,0.1);
  border: none;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 3px;
}
.testimonial-slider .carousel-indicators li.active,
.testimonial-slider .carousel-indicators li:hover {
  background-color: #fdb819;
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .sw-category-slider3 .item .item-content {
    top: 60%;
  }
}
@media (max-width: 1199px) {
  .header-style3 .header-mid .autusin-logo a img {
    max-width: 100%;
  }
  .testimonial-slider .carousel-cl .next-test {
    right: 0;
  }
  .testimonial-slider .carousel-cl .prev-test {
    left: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .countdown-slider3 .slider .item-countdown .item-wrap2 .item-detail .item-content .product-countdown .countdown-section {
    margin-right: 10px;
  }
  .rtl .countdown-slider3 .slider .item-countdown .item-wrap2 .item-detail .item-content .product-countdown .countdown-section {
    margin: 0 0 0 10px;
  }
}
@media (max-width: 991px) {
  .countdown-slider3 .slider .item-countdown .item-wrap2 .item-detail .item-content .product-countdown .countdown-section {
    margin-right: 10px;
  }
  .rtl .countdown-slider3 .slider .item-countdown .item-wrap2 .item-detail .item-content .product-countdown .countdown-section {
    margin: 0 0 0 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-style3 .resmenu-container .menu-responsive-wrapper {
    top: 65px;
  }
  .header-style3 .header-mid .main-menu {
    padding-top: 15px;
  }
  .header-style3 .header-mid .search-cate {
    margin-top: 28px;
  }
}
@media (max-width: 767px) {
  .header-style3 .header-top .left-header {
    float: left;
    width: 50%;
  }
  .rtl .header-style3 .header-top .left-header {
    float: right;
  }
  .header-style3 .header-top .mid-header {
    display: none;
  }
  .header-style3 .header-top .right-header2 {
    float: right;
    width: 50%;
  }
  .rtl .header-style3 .header-top .right-header2 {
    float: left;
  }
  .header-style3 .header-mid .autusin-logo a img {
    max-width: 170px;
  }
  .header-style3 .header-mid #main-menu {
    padding: 0;
  }
  .header-style3 .header-mid #main-menu .primary-menu .resmenu-container .navbar-toggle {
    margin: 0;
  }
  .header-style3 .header-mid .search-cate {
    margin-top: 0;
  }
  .header-style3 .header-mid.sticky-menu {
    position: relative;
    top: auto;
    left: auto;
  }
  .sw-category-slider3 {
    margin-bottom: 20px;
  }
  .sw-category-slider3 .item .item-content h3 a {
    font-size: 36px;
  }
  .sw-woo-tab-style3 {
    margin-bottom: 20px;
  }
  .sw-woo-tab-style3 .resp-tab .category-slider-content .nav-tabs-select ul.nav-tabs li:before {
    display: none;
  }
  .sw-woo-tab-style3 .resp-tab .category-slider-content .nav-tabs-select ul.nav-tabs li a {
    font-size: 20px;
    padding: 5px 8px;
  }
  .countdown-slider4,
  .countdown-slider3,
  .woo-slider-theme1 {
    margin-bottom: 0;
  }
  .testimonial-slider .carousel-inner .client-comment {
    margin: 0 10px 30px 10px;
  }
}
@media (max-width: 640px) {
  .header-style3 .header-top .right-header2,
  .header-style3 .header-top .left-header {
    width: auto;
  }
}
@media (max-width: 480px) {
  .sw-woo-tab-style3 .resp-tab .top-tab-slider .nav.nav-tabs > li {
    width: 100%;
  }
  .sw-woo-tab-style3 .resp-tab .top-tab-slider .nav.nav-tabs > li > a {
    border-left: 1px solid #222;
    width: 100%;
  }
  .sw-woo-tab-style3 .resp-tab .top-tab-slider .nav.nav-tabs > li > a:hover {
    border-left: 1px solid #222;
  }
  .countdown-slider3 .slider .item-countdown .item-wrap2 .item-detail .item-image-countdown a {
    width: auto;
    margin-bottom: 10px;
  }
  .countdown-slider3 .slider .item-countdown .item-wrap2 .item-detail .item-content .product-countdown .countdown-section {
    margin-right: 5px;
  }
  .rtl .countdown-slider3 .slider .item-countdown .item-wrap2 .item-detail .item-content .product-countdown .countdown-section {
    margin: 0 0 0 5px;
  }
  .countdown-slider3 .res-button {
    margin-top: -40px;
    top: 45%;
  }
}
@media (max-width: 360px) {
  .sw-woo-tab-style3 .resp-tab .top-tab-slider .nav.nav-tabs > li:first-child  > a {
    margin-bottom: 5px;
  }
  .rtl .sw-woo-tab-style3 .resp-tab .top-tab-slider .nav.nav-tabs > li:first-child  > a {
    border-left: 1px solid #fdb819;
  }
  .countdown-slider3 .res-button {
    top: 40%;
  }
  .countdown-slider3 .slider .item-countdown .item-wrap2 .item-detail .item-image-countdown a {
    width: auto;
  }
}
.home-style4 .wpb_revslider_element {
  margin-bottom: 30px;
}
.header-style4 {
  border-bottom: 1px #ddd solid;
}
.home-style4 .header-style4 {
  border-bottom: none;
}
.header-style4 .header-top {
  background: #ebebeb;
  min-height: 43px;
}
.header-style4 .header-top .left-header {
  margin: 11px 0;
}
.header-style4 .header-top .left-header a {
  color: #111;
}
.header-style4 .header-top .mid-header {
  margin-top: 13px;
  text-transform: uppercase;
  font-size: 12px;
  text-align: center;
  color: #545454;
  font-weight: 600;
}
.header-style4 .header-top .right-header2 {
  padding-top: 5px;
}
.header-style4 .header-top .right-header2 .sw-autusin-account {
  margin: 0;
}
.header-style4 .header-top .right-header2 .sw-autusin-account:before {
  display: none;
}
.header-style4 .header-top .right-header2 .sw-autusin-account i.fa {
  color: #545454;
  padding: 9px;
  font-size: 14px;
}
.header-style4 .header-top .right-header2 .wishlist {
  padding: 6px;
  position: relative;
  margin: 0 10px;
}
.header-style4 .header-top .right-header2 .wishlist:before {
  content: "";
  height: 12px;
  width: 1px;
  background: #545454;
  position: absolute;
  top: 10px;
  left: -6px;
}
.header-style4 .header-top .right-header2 .wishlist:after {
  content: "";
  height: 12px;
  width: 1px;
  background: #545454;
  position: absolute;
  top: 10px;
  right: -6px;
}
.header-style4 .top-form.top-form-minicart .top-minicart-icon a {
  padding: 5px 0;
  display: inline-block;
  vertical-align: top;
}
.header-style4 .top-form.top-form-minicart .top-minicart-icon a i.fa {
  padding: 0 5px;
}
.header-style4 .header-mid {
  padding: 22px 0 24px 0;
}
.header-style4 .header-mid .left-header {
  margin-top: 16px;
}
.header-style4 .header-mid .mid-header {
  text-align: center;
}
.header-style4 .header-mid .mid-header .autusin-logo {
  margin: 8px 0;
}
.header-style4 .header-mid .mid-header .autusin-logo a {
  display: inline-block;
  vertical-align: top;
}
.header-style4 .header-mid .mid-header .autusin-logo a img {
  margin: 0 auto;
  max-width: 225px;
}
.header-style4 .header-mid .search-cate {
  margin-top: 1px;
}
.header-style4 .header-mid .search-cate .top-form.top-search {
  width: 270px;
  position: relative;
  display: block;
  top: 18px;
  font-size: 12px;
  z-index: 98;
}
.rtl .header-style4 .header-mid .search-cate .top-form.top-search {
  float: left;
}
.header-style4 .header-mid .search-cate .top-form.top-search .topsearch-entry {
  padding-left: 0;
}
.rtl .header-style4 .header-mid .search-cate .top-form.top-search .topsearch-entry {
  padding-right: 0;
}
.header-style4 .header-mid .search-cate .top-form.top-search .topsearch-entry .icon-loading.loading {
  right: 95px;
}
.header-style4 .header-mid .search-cate .top-form.top-search .topsearch-entry .cat-wrapper {
  display: none;
}
.header-style4 .header-mid .search-cate .top-form.top-search .topsearch-entry input {
  background: #f5f5f5;
  height: 35px;
  line-height: 35px;
  padding: 0 20px;
  border-radius: 0;
}
.header-style4 .header-mid .search-cate .top-form.top-search .topsearch-entry .button-search-pro {
  background-color: #f5f5f5;
  border-radius: 0;
  height: 35px;
  line-height: 35px;
  color: #222;
}
.header-style4 .header-mid .search-cate .top-form.top-search .topsearch-entry .button-search-pro:hover {
  background-color: #fdb819;
}
.header-style4 #lang_sel > ul.nav {
  margin-left: 0;
}
.rtl .header-style4 #lang_sel > ul.nav {
  margin-right: 0;
}
.header-style4 #lang_sel > ul.nav > li {
  padding: 10px 0 6px 0;
}
.header-style4 #lang_sel > ul.nav > li > a {
  padding-left: 0;
}
.rtl .header-style4 #lang_sel > ul.nav > li > a {
  padding-right: 0;
}
.rtl .header-style4 .currency_w {
  margin: 0 20px 0 0;
}
.header-style4 .currency_w > li {
  padding: 10px 0 6px 0;
}
.header-style4 .currency_w > li:before {
  position: absolute;
  top: 12px;
  left: 0;
  width: 1px;
  height: 12px;
  background: #999;
  content: "";
}
.rtl .header-style4 .currency_w > li:before {
  left: auto;
  right: 0;
}
.header-style4 .header-bottom {
  background: #fdb819;
}
.header-style4 .main-menu {
  text-align: center;
}
.header-style4 .main-menu .nav-pills >li > a {
  color: #fff;
}
.header-style4 .main-menu .nav-pills >li.active >a,
.header-style4 .main-menu .nav-pills >li.active >a:hover,
.header-style4 .main-menu .nav-pills >li.active >a:focus,
.header-style4 .main-menu .nav-pills >li:hover > a {
  color: #111;
}
.header-style4 .sticky-menu {
  position: fixed;
  box-shadow: 0px 0px 2px 1px #999;
  z-index: 99;
}
.sw-woo-tab-style4 {
  margin-bottom: 75px;
}
.sw-woo-tab-style4 .resp-tab .category-slider-content {
  overflow: hidden;
}
.sw-woo-tab-style4 .resp-tab .category-slider-content .block-title {
  text-align: center;
}
.sw-woo-tab-style4 .resp-tab .category-slider-content .block-title h3 {
  font-size: 30px;
  color: #111;
  font-weight: 600;
  text-transform: capitalize;
}
.sw-woo-tab-style4 .resp-tab .category-slider-content .block-title {
  margin-bottom: 14px;
}
.sw-woo-tab-style4 .resp-tab .category-slider-content .button-collapse {
  display: none;
}
.sw-woo-tab-style4 .resp-tab .category-slider-content .nav-tabs-select {
  overflow: initial;
  border: 1px #ddd solid;
  border-width: 1px 0;
  text-align: center;
  margin-bottom: 30px;
}
.sw-woo-tab-style4 .resp-tab .category-slider-content .nav-tabs-select ul.nav-tabs {
  border: none;
  margin: 0;
}
.sw-woo-tab-style4 .resp-tab .category-slider-content .nav-tabs-select ul.nav-tabs li {
  margin: 0;
  display: inline-block;
  vertical-align: top;
  float: none;
}
.sw-woo-tab-style4 .resp-tab .category-slider-content .nav-tabs-select ul.nav-tabs li > a {
  border: 0;
  font-size: 14px;
  color: #111;
  text-transform: capitalize;
  padding: 15px 10px;
  border-radius: 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-woo-tab-style4 .resp-tab .category-slider-content .nav-tabs-select ul.nav-tabs li.active> a,
.sw-woo-tab-style4 .resp-tab .category-slider-content .nav-tabs-select ul.nav-tabs li:hover >a {
  color: #fdb819;
  background: transparent;
  -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-tab .category-slider-content .tab-content .tab-pane.active .res-button {
  position: absolute;
  top: 0;
  cursor: pointer;
  font-size: 24px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 23px;
  z-index: 8;
}
.sw-woo-tab-style4 .resp-tab .category-slider-content .tab-content .tab-pane.active .res-button.slick-next {
  right: 0;
}
.rtl .sw-woo-tab-style4 .resp-tab .category-slider-content .tab-content .tab-pane.active .res-button.slick-next {
  left: 0;
  right: auto;
}
.sw-woo-tab-style4 .resp-tab .category-slider-content .tab-content .tab-pane.active .res-button.slick-next:before {
  content: '\f105';
  font-family: FontAwesome;
  color: #c4c4c4;
}
.rtl .sw-woo-tab-style4 .resp-tab .category-slider-content .tab-content .tab-pane.active .res-button.slick-next:before {
  content: '\f104';
}
.sw-woo-tab-style4 .resp-tab .category-slider-content .tab-content .tab-pane.active .res-button.slick-next: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;
}
.sw-woo-tab-style4 .resp-tab .category-slider-content .tab-content .tab-pane.active .res-button.slick-next:hover:before {
  color: #fdb819;
}
.sw-woo-tab-style4 .resp-tab .category-slider-content .tab-content .tab-pane.active .res-button.slick-prev {
  right: 30px;
}
.rtl .sw-woo-tab-style4 .resp-tab .category-slider-content .tab-content .tab-pane.active .res-button.slick-prev {
  left: 30px;
  right: auto;
}
.sw-woo-tab-style4 .resp-tab .category-slider-content .tab-content .tab-pane.active .res-button.slick-prev:before {
  content: '\f104';
  font-family: FontAwesome;
  color: #c4c4c4;
}
.rtl .sw-woo-tab-style4 .resp-tab .category-slider-content .tab-content .tab-pane.active .res-button.slick-prev:before {
  content: '\f105';
}
.sw-woo-tab-style4 .resp-tab .category-slider-content .tab-content .tab-pane.active .res-button.slick-prev: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;
}
.sw-woo-tab-style4 .resp-tab .category-slider-content .tab-content .tab-pane.active .res-button.slick-prev:hover:before {
  color: #fdb819;
}
.sw-woo-tab-style4 .resp-tab .category-slider-content .tab-content .tab-pane .woo-tab-container-slider .resp-slider-container {
  margin: 0 1px;
}
.block-text2 {
  text-align: center;
  overflow: hidden;
  margin-bottom: 90px;
}
.block-text2 .item {
  padding: 0 5%;
}
.block-text2 .item h3 {
  font-size: 16px;
  color: #111;
  position: relative;
  text-transform: capitalize;
  font-weight: 500;
  margin-bottom: 47px;
}
.block-text2 .item h3:before {
  content: "";
  width: 50px;
  height: 4px;
  background: #edacac;
  position: absolute;
  bottom: -25px;
  left: 50%;
  margin-left: -25px;
}
.block-text2 .item p {
  font-size: 12px;
  line-height: 22px !important;
  color: #7b7b7b;
}
.block-text2 .item.item2 h3:before {
  background: #acdaed;
}
.block-text2 .item.item3 h3:before {
  background: #ede3ac;
}
.sw-category-slider4 {
  margin-bottom: 80px;
  position: relative;
}
.sw-category-slider4 .res-button {
  visibility: hidden;
  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-category-slider4 .res-button.slick-next {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #777;
  position: absolute;
  top: 50%;
  margin-top: -45px;
  right: -55px;
  z-index: 8;
  text-align: center;
  border-radius: 50%;
}
.sw-category-slider4 .res-button.slick-next:before {
  font-family: fontawesome;
  content: '\f105';
  color: #fff;
  font-size: 18px;
}
.sw-category-slider4 .res-button.slick-next:hover {
  background: #2c2c2c;
  cursor: pointer;
}
.sw-category-slider4 .res-button.slick-prev {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #777;
  position: absolute;
  top: 50%;
  margin-top: -45px;
  left: -55px;
  z-index: 8;
  text-align: center;
  border-radius: 50%;
}
.sw-category-slider4 .res-button.slick-prev:before {
  font-family: fontawesome;
  content: '\f104';
  color: #fff;
  font-size: 18px;
}
.sw-category-slider4 .res-button.slick-prev:hover {
  background: #2c2c2c;
  cursor: pointer;
}
.sw-category-slider4:hover .res-button {
  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;
}
.sw-category-slider4 .responsive {
  margin: 0 -15px;
}
.sw-category-slider4 .responsive .item-product-cat {
  padding: 0 15px;
}
.sw-category-slider4 .responsive .item-product-cat:hover .item-image img {
  opacity: 0.85;
}
.sw-category-slider4 .responsive .item-product-cat:hover .item-content h3 a {
  color: #fdb819;
  -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-slider4 .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-slider4 .responsive .item-product-cat .item-content h3 {
  text-align: center;
  margin: 0;
}
.sw-category-slider4 .responsive .item-product-cat .item-content h3 a {
  display: block;
  font-size: 16px;
  text-transform: uppercase;
  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;
  padding: 25px 0;
  color: #333;
}
.responsive-post-slider2 .resp-slider-container .block-title h3 {
  font-size: 34px;
}
.responsive-post-slider2 {
  margin-bottom: 80px;
}
.responsive-post-slider2 .resp-slider-container .block-title {
  text-align: center;
}
.responsive-post-slider2 .resp-slider-container .block-title h3 {
  font-size: 30px;
  color: #111;
  font-weight: 600;
  text-transform: capitalize;
}
.responsive-post-slider2 .resp-slider-container .block-title {
  margin-bottom: 39px;
}
.responsive-post-slider2 .resp-slider-container .block-title h3 {
  margin-bottom: 13px;
}
.responsive-post-slider2 .resp-slider-container .block-title .slider-description {
  font-size: 14px;
}
.responsive-post-slider2 .resp-slider-container .slick-slider {
  margin: 0 -15px;
}
.responsive-post-slider2 .resp-slider-container .slick-slider .item {
  padding: 0 15px;
}
.responsive-post-slider2 .resp-slider-container .slick-slider .item .item-inner {
  text-align: center;
}
.responsive-post-slider2 .resp-slider-container .slick-slider .item .item-inner .img_over {
  position: relative;
  overflow: hidden;
}
.responsive-post-slider2 .resp-slider-container .slick-slider .item .item-inner .img_over a img {
  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;
}
.responsive-post-slider2 .resp-slider-container .slick-slider .item .item-inner .img_over: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;
}
.responsive-post-slider2 .resp-slider-container .slick-slider .item .item-inner .img_over .latest_post_date {
  height: 66px;
  width: 60px;
  background: #fff;
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 8px 5px;
}
.rtl .responsive-post-slider2 .resp-slider-container .slick-slider .item .item-inner .img_over .latest_post_date {
  right: auto;
  left: 20px;
}
.responsive-post-slider2 .resp-slider-container .slick-slider .item .item-inner .img_over .latest_post_date span {
  display: block;
}
.responsive-post-slider2 .resp-slider-container .slick-slider .item .item-inner .img_over .latest_post_date .post_day {
  color: #575757;
  font-size: 24px;
  font-weight: bold;
}
.responsive-post-slider2 .resp-slider-container .slick-slider .item .item-inner .img_over .latest_post_date .post_my {
  color: #a2a2a2;
  font-size: 14px;
}
.responsive-post-slider2 .resp-slider-container .slick-slider .item .item-inner .entry-content {
  padding: 23px 5px;
}
.responsive-post-slider2 .resp-slider-container .slick-slider .item .item-inner .entry-content h4 {
  margin: 3px 0 14px 0;
}
.responsive-post-slider2 .resp-slider-container .slick-slider .item .item-inner .entry-content h4 a {
  color: #111;
  font-size: 17px;
  -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: 500;
}
.responsive-post-slider2 .resp-slider-container .slick-slider .item .item-inner .entry-content h4 a:hover {
  color: #fdb819;
  -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-slider2 .resp-slider-container .slick-slider .item .item-inner .entry-content .description {
  line-height: 21px;
  margin-bottom: 21px;
  font-size: 12px;
}
.responsive-post-slider2 .resp-slider-container .slick-slider .item .item-inner .entry-content .readmore a {
  color: #fdb819;
  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;
}
.responsive-post-slider2 .resp-slider-container .slick-slider .item .item-inner .entry-content .readmore a:hover {
  color: #fdb819;
  -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-slider2 .resp-slider-container .slick-slider .item .item-inner .entry-content .readmore a i {
  padding: 0 5px;
}
.rtl .responsive-post-slider2 .resp-slider-container .slick-slider .item .item-inner .entry-content .readmore a i:before {
  content: '\f104';
}
@media (max-width: 991px) {
  .block-text .item {
    padding: 0 2%;
  }
  .header-style4 .header-top .mid-header {
    font-size: 11px;
  }
  .header-style4 .header-mid .search-cate .top-form.top-search {
    width: 100%;
  }
  .header-style4 #main-menu .primary-menu .resmenu-container .navbar-toggle .icon-bar {
    background: #111;
  }
}
@media (max-width: 767px) {
  .header-style4 .header-top .left-header,
  .header-style4 .header-top .mid-header {
    display: none;
  }
  .header-style4 .header-top .right-header2 {
    text-align: center;
  }
  .header-style4 .header-top .right-header2 .widget,
  .header-style4 .header-top .right-header2 .sw-autusin-account {
    float: none;
    display: inline-block;
    vertical-align: top;
  }
  .header-style4 .header-mid {
    padding: 0;
    text-align: center;
  }
  .header-style4 .header-mid .left-header {
    margin-top: 5px;
  }
  .header-style4 .header-mid .left-header .widget_text,
  .header-style4 .header-mid .left-header .widget {
    float: none;
    display: inline-block;
    vertical-align: top;
  }
  .header-style4 .header-mid .search-cate .top-form.top-search {
    top: 0;
    margin-top: 10px;
  }
  .header-style4 .header-bottom.sticky-menu {
    position: relative;
    top: auto;
    left: auto;
  }
  .header-style4 .resmenu-container .menu-responsive-wrapper {
    top: 45px;
  }
  .sw-woo-tab-style4 {
    margin-bottom: 0;
  }
  .sw-category-slider4,
  .responsive-post-slider2 {
    margin-bottom: 20px;
  }
}
.home-style5 .block-text ul .wrap-text h3 a {
  text-transform: uppercase;
}
.home-style5 .sw-latest-product .box-title h3:before,
.home-style5 .sw-mostviewed .box-title h3:before,
.home-style5 .sw-onsale-product .box-title h3:before {
  display: none;
}
.home-style5 .sw-latest-product .item .item-inner .item-thumbnail,
.home-style5 .sw-mostviewed .item .item-inner .item-thumbnail,
.home-style5 .sw-onsale-product .item .item-inner .item-thumbnail {
  width: 125px;
}
.home-style5 .sw-brand-container-slider {
  margin: 20px 0 40px 0;
}
.home-style5 .sw-brand-container-slider .res-button.slick-prev,
.home-style5 .sw-brand-container-slider .res-button.slick-next {
  top: 42%;
}
.header-style5 .header-top {
  background: #f8f8f8;
  min-height: 43px;
  border-bottom: 1px #ddd solid;
}
.header-style5 .header-top .left-header {
  margin: 3px 0;
}
.header-style5 .header-top .right-header2 {
  padding-top: 5px;
}
.header-style5 .header-top .right-header2 .sw-autusin-account {
  margin: 0;
  font-size: 12px;
  color: #666;
}
.header-style5 .header-top .right-header2 .sw-autusin-account:before {
  display: none;
}
.header-style5 .header-top .right-header2 .sw-autusin-account i.fa {
  color: #666;
  padding: 9px;
  font-size: 13px;
}
.header-style5 .header-top .right-header2 .sw-autusin-account >span {
  padding: 7px 0;
}
.header-style5 .header-top .right-header2 .wishlist {
  padding: 5px 0;
  position: relative;
  margin: 0 0 0 15px;
}
.rtl .header-style5 .header-top .right-header2 .wishlist {
  margin: 0 15px 0 0;
}
.header-style5 .header-top .right-header2 .wishlist a {
  color: #666;
  font-size: 12px;
}
.header-style5 .header-top .right-header2 .wishlist a:hover {
  color: #fdb819;
}
.header-style5 .header-mid {
  padding: 25px 0 28px 0;
}
.header-style5 .header-mid .left-header .autusin-logo {
  margin-top: 0;
}
.header-style5 .header-mid .left-header .autusin-logo a {
  display: inline-block;
  vertical-align: top;
}
.header-style5 .header-mid .search-cate {
  margin-top: 0;
}
.header-style5 .header-mid .search-cate .top-form.top-search {
  width: 100%;
  position: relative;
  display: block;
  top: 11px;
  font-size: 12px;
  z-index: 98;
}
.rtl .header-style5 .header-mid .search-cate .top-form.top-search {
  float: left;
}
.header-style5 .header-mid .search-cate .top-form.top-search .topsearch-entry {
  padding-left: 0;
  border: 1px #ddd solid;
  border-radius: 4px;
}
.rtl .header-style5 .header-mid .search-cate .top-form.top-search .topsearch-entry {
  padding-right: 0;
}
.header-style5 .header-mid .search-cate .top-form.top-search .topsearch-entry .icon-loading.loading {
  right: 95px;
}
.header-style5 .header-mid .search-cate .top-form.top-search .topsearch-entry .cat-wrapper {
  display: none;
}
.header-style5 .header-mid .search-cate .top-form.top-search .topsearch-entry input {
  background: #fff;
  height: 35px;
  line-height: 35px;
  padding: 0 20px;
  border-radius: 0;
}
.header-style5 .header-mid .search-cate .top-form.top-search .topsearch-entry .button-search-pro {
  background-color: #333;
  border-radius: 0;
  height: 35px;
  line-height: 35px;
  color: #fff;
}
.header-style5 .header-mid .search-cate .top-form.top-search .topsearch-entry .button-search-pro:hover {
  background-color: #fdb819;
}
.header-style5 .header-bottom {
  background: #333;
}
.header-style5 .header-bottom .right-header {
  color: #fdb819;
  padding-top: 21px;
  text-align: right;
}
.rtl .header-style5 .header-bottom .right-header {
  text-align: left;
}
.header-style5 .nav-pills >li > a {
  color: #fff;
}
.header-style5 .nav-pills >li.active > a,
.header-style5 .nav-pills >li.active >a:hover,
.header-style5 .nav-pills >li.active >a:focus,
.header-style5 .nav-pills >li:hover > a {
  color: #fdb819;
}
.header-style5 .top-form.top-form-minicart {
  position: relative;
  cursor: pointer;
  margin-top: 7px;
  padding-right: 15px;
}
.rtl .header-style5 .top-form.top-form-minicart {
  padding-right: 0;
  padding-left: 15px;
}
.header-style5 .top-form.top-form-minicart .top-minicart-icon {
  text-align: left;
}
.rtl .header-style5 .top-form.top-form-minicart .top-minicart-icon {
  text-align: right;
}
.header-style5 .top-form.top-form-minicart .top-minicart-icon span.icon {
  background: url(../assets/img/default/ico-minicart.png) no-repeat;
  content: "";
  float: left;
  height: 42px;
  width: 42px;
  margin-right: 10px;
}
.rtl .header-style5 .top-form.top-form-minicart .top-minicart-icon span.icon {
  float: right;
  margin-left: 10px;
  margin-right: 0;
}
.header-style5 .top-form.top-form-minicart .top-minicart-icon .minicart-title {
  float: right;
  color: #fdb819;
  font-weight: normal;
  font-size: 12px;
  padding-top: 5px;
}
.rtl .header-style5 .top-form.top-form-minicart .top-minicart-icon .minicart-title {
  float: left;
}
.header-style5 .top-form.top-form-minicart .top-minicart-icon .minicart-title h2 {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #111;
}
.rtl .header-style5 .top-form.top-form-minicart .top-minicart-icon .minicart-title span {
  display: inline-block;
  direction: ltr;
}
.header-style5 .top-form.top-form-minicart .top-minicart-icon .minicart-title label {
  margin: 0;
}
.header-style5 #lang_sel > ul.nav {
  margin-left: 0;
}
.rtl .header-style5 #lang_sel > ul.nav {
  margin-right: 0;
}
.header-style5 #lang_sel > ul.nav > li {
  padding: 10px 0 6px 0;
}
.header-style5 #lang_sel > ul.nav > li > a {
  padding-left: 0;
  color: #666;
}
.rtl .header-style5 #lang_sel > ul.nav > li > a {
  padding-right: 0;
}
.header-style5 .currency_w {
  margin: 0;
}
.rtl .header-style5 .currency_w {
  margin: 0;
}
.header-style5 .currency_w > li {
  padding: 10px 0 6px 0;
}
.header-style5 .currency_w > li > a {
  color: #666;
}
.header-style5 .sticky-menu {
  position: fixed;
  box-shadow: 0px 0px 2px 1px #999;
  z-index: 99;
}
.block-text3 {
  color: #fdb819;
  font-size: 13px;
  text-transform: uppercase;
  padding: 16px 0;
}
.block-text3 .item {
  border-right: 1px #fdb819 solid;
  text-align: center;
}
.rtl .block-text3 .item {
  border-right: none;
  border-left: 1px #fdb819 solid;
}
.block-text3 .item:last-child {
  border: none;
}
.sw-woo-tab-cat3 {
  margin-bottom: 80px;
}
.sw-woo-tab-cat3 h3 {
  font-size: 32px;
  text-transform: uppercase;
  font-weight: bold;
  color: #111;
  text-align: center;
  border-bottom: 1px #ddd solid;
  padding-bottom: 25px;
  margin-bottom: 28px;
}
.sw-woo-tab-cat3 .resp-tab .top-tab-slider .nav.nav-tabs {
  margin-bottom: 27px;
}
.sw-woo-tab-cat3 .tab-content .resp-slider-container {
  margin: 0 -15px;
}
.sw-woo-tab-cat3 .resp-tab .top-tab-slider {
  text-align: center;
}
.sw-woo-tab-cat3 .resp-tab .top-tab-slider .nav.nav-tabs {
  margin: 0 auto 22px auto;
  display: inline-block;
  vertical-align: top;
  border-bottom: 0;
}
.sw-woo-tab-cat3 .resp-tab .top-tab-slider .nav.nav-tabs li {
  margin: 0 10px;
}
.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 {
  text-transform: uppercase;
  font-size: 14px;
  color: #111;
  border-radius: 4px;
  border: none;
  font-weight: 600;
  line-height: 12px;
}
.sw-woo-tab-cat3 .resp-tab .top-tab-slider .nav.nav-tabs li.active a,
.sw-woo-tab-cat3 .resp-tab .top-tab-slider .nav.nav-tabs li:hover a {
  color: #fff;
  border: none;
  background-color: #111;
}
.sw-woo-tab-cat3 .resp-tab .tab-pane {
  display: block;
  height: 0;
  overflow: hidden;
}
.sw-woo-tab-cat3 .resp-tab .tab-pane .responsive-slider {
  position: relative;
  -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;
}
.sw-woo-tab-cat3 .resp-tab .tab-pane .responsive-slider .slider .item {
  padding: 0 15px;
}
.sw-woo-tab-cat3 .resp-tab .tab-pane .responsive-slider .slider .item .item-wrap3 .item-detail .products-thumb {
  margin-bottom: 15px;
}
.sw-woo-tab-cat3 .resp-tab .tab-pane.active {
  height: auto;
  overflow: visible;
}
.sw-woo-tab-cat3 .resp-tab .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);
}
.countdown-slider5 {
  margin: 40px 0 85px 0;
}
.countdown-slider5 h3 {
  font-size: 32px;
  text-transform: uppercase;
  font-weight: bold;
  color: #111;
  text-align: center;
  border-bottom: 1px #ddd solid;
  padding-bottom: 25px;
  margin-bottom: 28px;
}
.countdown-slider5 h3 {
  color: #fff;
  border: none;
  margin-bottom: 0;
}
.countdown-slider5 .slider {
  padding: 30px;
  background: #fff;
  border: 1px #ddd solid;
  border-radius: 0;
  margin-bottom: 20px;
}
.countdown-slider5 .slider .item-countdown .item-wrap3 {
  padding: 0 15px 0 0;
  position: relative;
}
.rtl .countdown-slider5 .slider .item-countdown .item-wrap3 {
  padding: 0 0 0 15px;
}
.countdown-slider5 .slider .item-countdown .item-wrap3 .item-detail {
  overflow: hidden;
}
.countdown-slider5 .slider .item-countdown .item-wrap3 .item-detail .item-image-countdown {
  position: relative;
  margin-right: 15px;
  float: left;
  width: 47%;
  text-align: center;
  overflow: hidden;
}
.rtl .countdown-slider5 .slider .item-countdown .item-wrap3 .item-detail .item-image-countdown {
  float: right;
  margin-left: 15px;
  margin-right: 0;
}
.countdown-slider5 .slider .item-countdown .item-wrap3 .item-detail .item-image-countdown span.onsale {
  display: none;
}
.countdown-slider5 .slider .item-countdown .item-wrap3 .item-detail .item-image-countdown:hover > a:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #111;
  opacity: 0.15;
  filter: alpha(opacity=15);
}
.countdown-slider5 .slider .item-countdown .item-wrap3 .item-detail .item-content {
  overflow: hidden;
  text-align: left;
  padding-top: 8px;
}
.rtl .countdown-slider5 .slider .item-countdown .item-wrap3 .item-detail .item-content {
  text-align: right;
}
.countdown-slider5 .slider .item-countdown .item-wrap3 .item-detail .item-content h3 {
  color: #111;
  font-size: 12px;
  text-transform: uppercase;
}
.countdown-slider5 .slider .item-countdown .item-wrap3 .item-detail .item-content .product-countdown2 {
  background: #222;
  border-radius: 4px;
  overflow: hidden;
  text-align: center;
}
.countdown-slider5 .slider .item-countdown .item-wrap3 .item-detail .item-content .product-countdown2 .countdown-section {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 3px 0 7px 0;
}
.countdown-slider5 .slider .item-countdown .item-wrap3 .item-detail .item-content .product-countdown2 .countdown-section .countdown-amount {
  display: inline-block;
  vertical-align: top;
  min-width: 50px;
  font-size: 18px;
  height: 30px;
  line-height: 34px;
  text-align: center;
  color: #fff;
}
.countdown-slider5 .slider .item-countdown .item-wrap3 .item-detail .item-content .product-countdown2 .countdown-section .countdown-amount:before {
  content: ":";
  position: absolute;
  right: 0;
  top: 2px;
}
.rtl .countdown-slider5 .slider .item-countdown .item-wrap3 .item-detail .item-content .product-countdown2 .countdown-section .countdown-amount:before {
  right: auto;
  left: 0;
}
.countdown-slider5 .slider .item-countdown .item-wrap3 .item-detail .item-content .product-countdown2 .countdown-section .countdown-period {
  text-align: center;
  font-size: 12px;
  margin-top: 10px;
  display: inline-block;
  vertical-align: top;
  color: #fff;
  text-transform: capitalize;
}
.countdown-slider5 .slider .item-countdown .item-wrap3 .item-detail .item-content .product-countdown2 .countdown-section:first-child .countdown-amount:before,
.countdown-slider5 .slider .item-countdown .item-wrap3 .item-detail .item-content .product-countdown2 .countdown-section:last-child .countdown-amount:before {
  display: none;
}
.countdown-slider5 .slider .item-countdown .item-wrap3 .item-detail .item-content .product-countdown2 .countdown-section.days:before {
  background: url(../assets/img/icon-clock.png) no-repeat;
  display: inline-block;
  vertical-align: top;
  content: "";
  height: 19px;
  width: 19px;
  margin-top: 8px;
}
.countdown-slider5 .slider .item-countdown .item-wrap3 .item-detail .item-content h4 {
  margin-bottom: 9px;
}
.countdown-slider5 .slider .item-countdown .item-wrap3 .item-detail .item-content h4 a {
  color: #111;
  font-size: 16px;
  text-transform: capitalize;
}
.countdown-slider5 .slider .item-countdown .item-wrap3 .item-detail .item-content h4 a:hover {
  color: #fdb819;
}
.countdown-slider5 .slider .item-countdown .item-wrap3 .item-detail .item-content .reviews-content {
  overflow: hidden;
  float: right;
}
.rtl .countdown-slider5 .slider .item-countdown .item-wrap3 .item-detail .item-content .reviews-content {
  float: left;
}
.countdown-slider5 .slider .item-countdown .item-wrap3 .item-detail .item-content .reviews-content .star {
  float: left;
  margin: 9px 20px 0 0;
}
.rtl .countdown-slider5 .slider .item-countdown .item-wrap3 .item-detail .item-content .reviews-content .star {
  float: right;
  margin: 9px 0 0 20px;
}
.countdown-slider5 .slider .item-countdown .item-wrap3 .item-detail .item-content .description {
  line-height: 20px;
  font-size: 13px;
  color: #999;
  margin-bottom: 20px;
}
.countdown-slider5 .slider .item-countdown .item-wrap3 .item-detail .item-content .item-price {
  float: left;
  margin-bottom: 20px;
}
.rtl .countdown-slider5 .slider .item-countdown .item-wrap3 .item-detail .item-content .item-price {
  float: right;
}
.countdown-slider5 .slider .item-countdown .item-wrap3 .item-detail .item-content .item-price .amount {
  font-size: 20px;
}
.countdown-slider5 .slider .item-countdown .item-wrap3 .item-detail .item-content .item-price del {
  margin-top: 5px;
  display: inline-block;
  vertical-align: top;
}
.countdown-slider5 .slider .item-countdown .item-wrap3 .item-detail .item-content .item-price del .amount {
  font-size: 14px;
  font-weight: normal;
  color: #888;
}
.countdown-slider5 .slider .item-countdown .item-wrap3 .item-detail .item-content .item-bottom {
  clear: both;
  text-align: left;
}
.rtl .countdown-slider5 .slider .item-countdown .item-wrap3 .item-detail .item-content .item-bottom {
  text-align: right;
}
.countdown-slider5 .slider .item-countdown .item-wrap3 .item-detail:hover .item-content .item-button a {
  color: #fff;
  background: #fdb819;
  border: 1px #fdb819 solid;
}
.best-selling-product {
  margin-bottom: 80px;
}
.best-selling-product h3 {
  font-size: 32px;
  text-transform: uppercase;
  font-weight: bold;
  color: #111;
  text-align: center;
  border-bottom: 1px #ddd solid;
  padding-bottom: 25px;
  margin-bottom: 28px;
}
.best-selling-product .res-button {
  position: absolute;
  top: 0;
  cursor: pointer;
  font-size: 24px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 23px;
  z-index: 8;
}
.best-selling-product .res-button.slick-next {
  right: 0;
}
.rtl .best-selling-product .res-button.slick-next {
  left: 0;
  right: auto;
}
.best-selling-product .res-button.slick-next:before {
  content: '\f105';
  font-family: FontAwesome;
  color: #c4c4c4;
}
.rtl .best-selling-product .res-button.slick-next:before {
  content: '\f104';
}
.best-selling-product .res-button.slick-next: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;
}
.best-selling-product .res-button.slick-next:hover:before {
  color: #fdb819;
}
.best-selling-product .res-button.slick-prev {
  right: 30px;
}
.rtl .best-selling-product .res-button.slick-prev {
  left: 30px;
  right: auto;
}
.best-selling-product .res-button.slick-prev:before {
  content: '\f104';
  font-family: FontAwesome;
  color: #c4c4c4;
}
.rtl .best-selling-product .res-button.slick-prev:before {
  content: '\f105';
}
.best-selling-product .res-button.slick-prev: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;
}
.best-selling-product .res-button.slick-prev:hover:before {
  color: #fdb819;
}
.best-selling-product .resp-slider-container .responsive {
  margin: 0 -10px;
}
.best-selling-product .resp-slider-container .responsive .slick-list .item {
  padding: 0 10px;
}
.best-selling-product .resp-slider-container .responsive .slick-list .item .item-wrap3 .item-detail .products-thumb {
  margin-bottom: 15px;
}
.testimonial-post-slider {
  position: relative;
  padding: 30px 10px;
  background: #f8f8f8;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 80px;
}
.testimonial-post-slider .block-title h3 {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  color: #333;
}
.testimonial-post-slider .slider.responsive-thumbnail {
  margin: 0 350px;
  position: relative;
}
.testimonial-post-slider .slider.responsive-thumbnail button {
  position: absolute;
  bottom: 45px;
  cursor: pointer;
  font-size: 0;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 28px;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: 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;
  border: none;
  top: 50%;
  margin-top: -6px;
}
.testimonial-post-slider .slider.responsive-thumbnail button.slick-prev {
  left: -40px;
  z-index: 1;
  background: transparent;
}
.rtl .testimonial-post-slider .slider.responsive-thumbnail button.slick-prev {
  left: auto;
  right: -40px;
}
.testimonial-post-slider .slider.responsive-thumbnail button.slick-prev:before {
  content: '\f104';
  font-family: FontAwesome;
  color: #999;
  font-size: 22px;
}
.rtl .testimonial-post-slider .slider.responsive-thumbnail button.slick-prev:before {
  content: '\f105';
}
.testimonial-post-slider .slider.responsive-thumbnail button.slick-prev:hover:before {
  color: #111;
}
.testimonial-post-slider .slider.responsive-thumbnail button.slick-next {
  right: -40px;
  z-index: 1;
  background: transparent;
}
.rtl .testimonial-post-slider .slider.responsive-thumbnail button.slick-next {
  right: auto;
  left: -40px;
}
.testimonial-post-slider .slider.responsive-thumbnail button.slick-next:before {
  content: '\f105';
  font-family: FontAwesome;
  color: #999;
  font-size: 22px;
}
.rtl .testimonial-post-slider .slider.responsive-thumbnail button.slick-next:before {
  content: '\f104';
}
.testimonial-post-slider .slider.responsive-thumbnail button.slick-next:hover:before {
  color: #111;
}
.testimonial-post-slider .slider.responsive-thumbnail:hover button {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  -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;
}
.testimonial-post-slider .slider.responsive-thumbnail .slick-list .item {
  padding: 20px 0 0;
  cursor: pointer;
  text-align: center;
}
.testimonial-post-slider .slider.responsive-thumbnail .slick-list .item .image-client {
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 4px;
  padding: 5px;
  opacity: 0.8;
  -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 .slider.responsive-thumbnail .slick-list .item .image-client img {
  border-radius: 4px;
}
.testimonial-post-slider .slider.responsive-thumbnail .slick-list .item.slick-active.slick-center .image-client {
  opacity: 1;
  height: 80px;
  width: 80px;
  padding: 5px;
  border: 1px solid #fdb819;
}
.testimonial-post-slider .slider.responsive-thumbnail .slick-dots {
  display: none !important;
  margin: 31px 0 0 0;
  text-align: center;
  position: absolute;
  bottom: -50px;
  left: 50%;
  margin-left: -68px;
}
.rtl .testimonial-post-slider .slider.responsive-thumbnail .slick-dots {
  left: auto;
  right: 50%;
  margin-left: 0;
  margin-right: -68px;
}
.testimonial-post-slider .slider.responsive-thumbnail .slick-dots li {
  list-style: none;
  display: inline-block;
  vertical-align: top;
  margin: 0 10px;
}
.testimonial-post-slider .slider.responsive-thumbnail .slick-dots li button {
  font-size: 0;
  width: 15px;
  height: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.testimonial-post-slider .slider.responsive-thumbnail .slick-dots li.slick-active button,
.testimonial-post-slider .slider.responsive-thumbnail .slick-dots li:hover button {
  background: #fdb819;
  border: 1px #fdb819 solid;
}
.testimonial-post-slider .responsive-content .slick-list .item .client-say-info {
  text-align: center;
}
.testimonial-post-slider .responsive-content .slick-list .item .client-say-info .client-comment {
  font-size: 13px;
  padding: 10px 25%;
  color: #666;
  line-height: 20px;
}
.testimonial-post-slider .responsive-content .slick-list .item .client-say-info .name-client h2 a {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #111;
}
.sw-category-slider5 .resp-slider-container .responsive {
  padding: 0 5px;
}
.sw-category-slider5 .resp-slider-container .responsive .item-product-cat {
  padding: 0 5px;
}
.sw-category-slider5 .resp-slider-container .responsive .item-product-cat .item-image {
  position: relative;
}
.sw-category-slider5 .resp-slider-container .responsive .item-product-cat .item-image .item-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 25px;
  text-align: center;
}
.sw-category-slider5 .resp-slider-container .responsive .item-product-cat .item-image .item-content h3 a {
  background: #fff;
  padding: 10px 25px;
  color: #333;
  font-size: 16px;
  text-transform: uppercase;
  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;
}
.sw-category-slider5 .resp-slider-container .responsive .item-product-cat:hover .item-image a img {
  opacity: 0.85;
}
.sw-category-slider5 .resp-slider-container .responsive .item-product-cat:hover .item-image .item-content h3 a {
  color: #fdb819;
  -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) {
  .header-style5 .top-form.top-form-minicart {
    margin-left: 40px;
  }
  .rtl .header-style5 .top-form.top-form-minicart {
    margin-left: 0;
    margin-right: 40px;
  }
}
@media (max-width: 1199px) {
  .testimonial-post-slider .slider.responsive-thumbnail {
    margin: 0 200px;
  }
  .block-text3 {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .countdown-slider5 .slider .item-countdown .item-wrap3 .item-detail .item-content .product-countdown .countdown-section {
    margin-right: 10px;
  }
  .rtl .countdown-slider5 .slider .item-countdown .item-wrap3 .item-detail .item-content .product-countdown .countdown-section {
    margin: 0 0 0 10px;
  }
}
@media (max-width: 991px) {
  .header-style5 .header-bottom .right-header {
    display: none;
  }
  .header-style5 #main-menu .primary-menu .resmenu-container .navbar-toggle .icon-bar {
    background: #fdb819;
  }
  .header-style5 .resmenu-container .menu-responsive-wrapper {
    top: 45px;
  }
  .countdown-slider5 .slider .item-countdown .item-wrap3 .item-detail .item-content .product-countdown .countdown-section {
    margin-right: 10px;
  }
  .rtl .countdown-slider5 .slider .item-countdown .item-wrap3 .item-detail .item-content .product-countdown .countdown-section {
    margin: 0 0 0 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-style5 .sw-latest-product .item .item-inner .item-thumbnail,
  .home-style5 .sw-mostviewed .item .item-inner .item-thumbnail,
  .home-style5 .sw-onsale-product .item .item-inner .item-thumbnail {
    width: 80px;
  }
}
@media (max-width: 767px) {
  .header-style5 .header-top .left-header {
    display: inline-block;
    vertical-align: top;
  }
  .header-style5 .header-top .right-header2 {
    display: inline-block;
    vertical-align: top;
  }
  .header-style5 .header-top .right-header2 .wishlist {
    display: none;
  }
  .header-style5 .sticky-menu {
    position: relative;
  }
  .header-style5 .header-mid {
    padding: 15px 0 16px 0;
  }
  .header-style5 .header-mid .search-cate {
    width: 80%;
    float: left;
  }
  .rtl .header-style5 .header-mid .search-cate {
    float: right;
  }
  .header-style5 .top-form.top-form-minicart .top-minicart-icon .minicart-title {
    display: none;
  }
  .header-style5 .top-form.top-form-minicart .top-minicart-icon span.icon {
    margin: 0;
  }
  .testimonial-post-slider .slider.responsive-thumbnail {
    margin: 0 50px;
  }
  .countdown-slider5 .slider .item-countdown .item-wrap3 {
    padding: 0 5px;
  }
  .countdown-slider5 .slider .item-countdown .item-wrap3 .item-detail .item-image-countdown {
    float: none;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .countdown-slider5 .slider {
    padding: 5px 3px;
  }
  .countdown-slider5 .slider .item-countdown .item-wrap3 .item-detail .item-content .product-countdown .countdown-section .countdown-amount {
    font-size: 16px;
    min-width: 40px;
  }
  .countdown-slider5 .slider .item-countdown .item-wrap3 .item-detail .item-image-countdown a {
    width: auto;
    margin-bottom: 10px;
  }
  .countdown-slider5 .res-button {
    margin-top: -40px;
    top: 45%;
  }
  .testimonial-post-slider .responsive-content .slick-list .item .client-say-info .client-comment {
    padding: 10px 5%;
  }
  .testimonial-post-slider .slider.responsive-thumbnail {
    margin: 0 20px;
  }
}
@media (max-width: 360px) {
  .sw-woo-tab-cat3 .resp-tab .top-tab-slider .nav.nav-tabs > li {
    width: 100%;
    margin: 0 auto;
  }
  .countdown-slider5 .res-button {
    top: 40%;
  }
  .countdown-slider5 .slider .item-countdown .item-wrap3 .item-detail .item-image-countdown a {
    width: auto;
  }
}
.home-style6 .wpb_revslider_element {
  margin-bottom: 30px;
}
.home-style6 .testimonial-post-slider {
  background: transparent;
}
.home-style6 .testimonial-post-slider .responsive-content .slick-list .item .client-say-info .name-client h2 a {
  color: #fff;
}
.home-style6 .testimonial-post-slider .responsive-content .slick-list .item .client-say-info .client-comment {
  color: #fff;
  font-size: 16px;
}
.home-style6 .responsive-post-slider2 .resp-slider-container .block-title h3 {
  text-transform: uppercase;
  border-bottom: 1px #ddd solid;
  padding-bottom: 30px;
}
.home-style6 .sw-brand-container-slider {
  margin: 0 0 40px 0;
  border-top: 1px #ddd solid;
  padding-top: 30px;
}
.home-style6 .countdown-slider5 {
  margin: 25px 0 75px 0;
}
.home-style6 .best-selling-product {
  margin-top: 35px;
}
.bg-tesin6 {
  background-position: center;
  background-repeat: no-repeat;
}
.header-style6 .header-top {
  background: #222;
  min-height: 43px;
  border-bottom: 1px #ddd solid;
}
.header-style6 .header-top .left-header {
  margin: 3px 0;
}
.header-style6 .header-top .right-header2 {
  padding-top: 5px;
}
.header-style6 .header-top .right-header2 .sw-autusin-account {
  margin: 0;
  font-size: 12px;
  color: #fff;
}
.header-style6 .header-top .right-header2 .sw-autusin-account:before {
  display: none;
}
.header-style6 .header-top .right-header2 .sw-autusin-account i.fa {
  color: #fff;
  padding: 9px;
  font-size: 13px;
}
.header-style6 .header-top .right-header2 .sw-autusin-account >span {
  padding: 7px 0;
}
.header-style6 .header-top .right-header2 .wishlist {
  padding: 5px 0;
  position: relative;
  margin: 0 0 0 15px;
}
.rtl .header-style6 .header-top .right-header2 .wishlist {
  margin: 0 15px 0 0;
}
.header-style6 .header-top .right-header2 .wishlist a {
  color: #fff;
  font-size: 12px;
}
.header-style6 .header-top .right-header2 .wishlist a:hover {
  color: #fdb819;
}
.header-style6 .header-mid {
  background: #f5f5f5;
  padding: 24px 0;
}
.header-style6 .header-mid .autusin-logo {
  margin-top: 0;
}
.header-style6 .header-mid .autusin-logo a {
  display: inline-block;
  vertical-align: top;
}
.header-style6 .header-mid .search-cate {
  margin-top: 12px;
  margin-right: 15px;
}
.rtl .header-style6 .header-mid .search-cate {
  margin-right: 0;
  margin-left: 15px;
}
.header-style6 .header-mid .search-cate .icon-search i.fa {
  height: 42px;
  line-height: 42px;
  width: 42px;
  text-align: center;
  cursor: pointer;
  padding: 0;
  font-size: 16px;
  color: #222;
  background: #ccc;
  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;
}
.header-style6 .header-mid .search-cate .icon-search i.fa:hover {
  background: #fdb819;
  color: #fff;
}
.header-style6 .top-form.top-form-minicart {
  position: relative;
  cursor: pointer;
  margin-top: 12px;
  padding-right: 15px;
}
.rtl .header-style6 .top-form.top-form-minicart {
  padding-right: 0;
  padding-left: 15px;
}
.header-style6 .top-form.top-form-minicart .top-minicart-icon {
  text-align: left;
}
.rtl .header-style6 .top-form.top-form-minicart .top-minicart-icon {
  text-align: right;
}
.header-style6 .top-form.top-form-minicart .top-minicart-icon span.icon {
  background: url(../assets/img/default/ico-minicart.png) no-repeat;
  content: "";
  float: left;
  height: 42px;
  width: 42px;
  margin-right: 10px;
}
.rtl .header-style6 .top-form.top-form-minicart .top-minicart-icon span.icon {
  float: right;
  margin-left: 10px;
  margin-right: 0;
}
.header-style6 .top-form.top-form-minicart .top-minicart-icon .minicart-title {
  float: right;
  color: #fdb819;
  font-weight: normal;
  font-size: 12px;
  padding-top: 5px;
}
.rtl .header-style6 .top-form.top-form-minicart .top-minicart-icon .minicart-title {
  float: left;
}
.header-style6 .top-form.top-form-minicart .top-minicart-icon .minicart-title h2 {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #111;
}
.rtl .header-style6 .top-form.top-form-minicart .top-minicart-icon .minicart-title span {
  display: inline-block;
  direction: ltr;
}
.header-style6 .top-form.top-form-minicart .top-minicart-icon .minicart-title label {
  margin: 0;
}
.header-style6 .autusin_top .top-form.top-search {
  box-shadow: 0 2px 2px #999;
  top: 50px;
}
.header-style6 #lang_sel > ul.nav {
  margin-left: 0;
}
.rtl .header-style6 #lang_sel > ul.nav {
  margin-right: 0;
}
.header-style6 #lang_sel > ul.nav > li {
  padding: 10px 0 6px 0;
}
.header-style6 #lang_sel > ul.nav > li > a {
  padding-left: 0;
  color: #fff;
}
.rtl .header-style6 #lang_sel > ul.nav > li > a {
  padding-right: 0;
}
.header-style6 .currency_w {
  margin: 0;
}
.rtl .header-style6 .currency_w {
  margin: 0;
}
.header-style6 .currency_w > li {
  padding: 10px 0 6px 0;
}
.header-style6 .currency_w > li > a {
  color: #fff;
}
.header-style6 .sticky-menu {
  position: fixed;
  box-shadow: 0px 0px 2px 1px #999;
  z-index: 99;
  background: #fff;
}
.sw-category-slider6 {
  margin-bottom: 30px;
  background: #111;
  padding: 15px 0 10px 0;
  border-radius: 4px;
}
.sw-category-slider6 .res-button {
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  cursor: pointer;
  z-index: 3;
}
.sw-category-slider6 .res-button.slick-prev {
  left: 10px;
}
.sw-category-slider6 .res-button.slick-prev:before {
  content: "\f0d9";
  font-family: FontAwesome;
  font-size: 18px;
  color: #fff;
}
.sw-category-slider6 .res-button.slick-next {
  right: 10px;
}
.sw-category-slider6 .res-button.slick-next:before {
  content: "\f0da";
  font-family: FontAwesome;
  font-size: 18px;
  color: #fff;
}
.sw-category-slider6 .res-button:hover:before {
  color: #fdb819;
}
.sw-category-slider6 .resp-slider-container {
  position: relative;
}
.sw-category-slider6 .resp-slider-container .responsive {
  margin: 0 15px;
}
.sw-category-slider6 .resp-slider-container .responsive .item-product-cat {
  padding: 10px 5px;
}
.sw-category-slider6 .resp-slider-container .responsive .item-product-cat .item-image {
  min-height: 40px;
}
.sw-category-slider6 .resp-slider-container .responsive .item-product-cat .item-image img {
  margin: 0 auto;
  width: auto;
  -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-slider6 .resp-slider-container .responsive .item-product-cat .item-content h3 {
  margin: 10px 0 0 0;
}
.sw-category-slider6 .resp-slider-container .responsive .item-product-cat .item-content h3 a {
  display: block;
  text-align: center;
  color: #ccc;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}
.sw-category-slider6 .resp-slider-container .responsive .item-product-cat:hover {
  background: #fdb819;
  border-radius: 4px;
}
.sw-category-slider6 .resp-slider-container .responsive .item-product-cat:hover .item-content h3 a {
  color: #fff;
}
.block-text4 {
  overflow: hidden;
  background: #fff;
  border: 1px #ddd solid;
  border-radius: 4px;
}
.block-text4 .item {
  border: 2px transparent solid;
  border-radius: 4px;
}
.block-text4 .item:hover {
  border: 2px #fdb819 solid;
}
.block-text4 .item:hover .banner-wrap a {
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  transition: 0.5s ease;
  cursor: pointer;
  color: #fdb819;
}
.block-text4 .item:hover .banner-wrap a .icon {
  background: url('../assets/img/default/icon-promotion1.png') no-repeat center center;
}
.block-text4 .item:hover .banner-wrap a .icon1 {
  background-position: -5px -160px;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  transition: 0.5s ease;
}
.block-text4 .item:hover .banner-wrap a .icon2 {
  background-position: -19px 3px;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  transition: 0.5s ease;
}
.block-text4 .item:hover .banner-wrap a .icon3 {
  background-position: -9px -105px;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  transition: 0.5s ease;
}
.block-text4 .item:hover .banner-wrap a .icon4 {
  background-position: -9px -50px;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  transition: 0.5s ease;
}
.block-text4 .item:hover .banner-wrap a .banner-cout h3 {
  color: #fdb819;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  transition: 0.5s ease;
}
.block-text4 .banner-wrap {
  padding: 19px 0;
  text-align: left;
}
.rtl .block-text4 .banner-wrap {
  text-align: right;
}
.block-text4 .banner-wrap a > span {
  float: left;
  margin-right: 10px;
  font-size: 0;
}
.rtl .block-text4 .banner-wrap a > span {
  float: right;
  margin-left: 10px;
  margin-right: 0;
}
.block-text4 .banner-wrap a .icon {
  background: url('../assets/img/default/icon-promotion.png') no-repeat center center;
}
.block-text4 .banner-wrap a .icon1 {
  background-position: -5px -160px;
  width: 56px;
  height: 38px;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  transition: 0.5s ease;
}
.block-text4 .banner-wrap a .icon2 {
  background-position: -19px 3px;
  width: 56px;
  height: 38px;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  transition: 0.5s ease;
}
.block-text4 .banner-wrap a .icon3 {
  background-position: -9px -105px;
  width: 56px;
  height: 38px;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  transition: 0.5s ease;
}
.block-text4 .banner-wrap a .icon4 {
  background-position: -9px -50px;
  width: 56px;
  height: 38px;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  transition: 0.5s ease;
}
.block-text4 .banner-wrap a .banner-cout {
  overflow: hidden;
}
.block-text4 .banner-wrap a .banner-cout h3 {
  font-size: 14px;
  text-transform: uppercase;
  line-height: 18px;
  margin-bottom: 0;
  font-weight: bold;
  color: #333;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  transition: 0.5s ease;
}
.block-text4 .banner-wrap a .banner-cout span {
  font-size: 12px;
  color: #999;
  text-transform: none;
  font-weight: normal;
}
.deal-style1 .countdown-slider5 h3 {
  color: #111;
}
.sw-instagram-slider {
  margin-bottom: 75px;
}
.sw-instagram-slider h3 {
  font-size: 15px;
  text-transform: uppercase;
  text-align: right;
  color: #111;
  font-weight: normal;
}
.rtl .sw-instagram-slider h3 {
  text-align: left;
}
.sw-instagram-slider .resp-slider-container .slider {
  margin: 0 -5px;
}
.sw-instagram-slider .resp-slider-container .slider .item {
  padding: 0 5px;
  position: relative;
}
.sw-instagram-slider .resp-slider-container .slider .item a span {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 18px;
}
.column-left .vc_column-inner {
  padding-right: 2px;
}
.rtl .column-left .vc_column-inner {
  padding-left: 2px;
  padding-right: 15px;
}
.column-left1 .vc_column-inner {
  padding-right: 5px;
}
.rtl .column-left1 .vc_column-inner {
  padding-left: 5px;
  padding-right: 15px;
}
.column-center .vc_column-inner {
  padding: 0 10px;
}
.column-right .vc_column-inner {
  padding-left: 2px;
}
.rtl .column-right .vc_column-inner {
  padding-right: 2px;
  padding-left: 15px;
}
.column-right1 .vc_column-inner {
  padding-left: 5px;
}
.rtl .column-right1 .vc_column-inner {
  padding-right: 5px;
  padding-left: 15px;
}
@media (max-width: 991px) {
  .header-style6 .resmenu-container .menu-responsive-wrapper {
    top: 45px;
  }
  .header-style6 #main-menu .primary-menu .resmenu-container .navbar-toggle {
    margin-top: 13px;
  }
  .block-text4 {
    display: none;
  }
}
@media (max-width: 767px) {
  .header-style6 .header-top .left-header {
    display: inline-block;
    vertical-align: top;
  }
  .header-style6 .header-top .right-header2 {
    display: inline-block;
    vertical-align: top;
  }
  .header-style6 .header-top .right-header2 .wishlist {
    display: none;
  }
  .header-style6 .header-mid {
    padding: 15px 0;
  }
  .header-style6 .sticky-menu {
    position: relative;
    background: #f5f5f5;
    box-shadow: none;
  }
  .header-style6 #main-menu .primary-menu .resmenu-container .navbar-toggle {
    margin-top: 17px;
  }
  .header-style6 .resmenu-container .menu-responsive-wrapper {
    top: 55px;
  }
  .header-style6 .autusin_top .top-form.top-search {
    right: -170px;
    top: 50px;
  }
  .rtl .header-style6 .autusin_top .top-form.top-search {
    right: auto;
    left: -170px;
  }
}
.category_menu .autusin_resmenu::-webkit-scrollbar {
  width: 6px;
}
.category_menu .autusin_resmenu::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(205,205,205,0.3);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
.category_menu .autusin_resmenu::-webkit-scrollbar-thumb {
  background: rgba(205,205,205,0.5);
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
.category_menu .autusin_resmenu::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(205,205,205,0.4);
}
.category_menu  .autusin_resmenu::-webkit-input-placeholder {
  color: #555;
  font-weight: 500;
}
:-moz-placeholder {
  color: #555;
  font-weight: 500;
}
::-moz-placeholder {
  color: #555;
  font-weight: 500;
}
:-ms-input-placeholder {
  color: #555;
  font-weight: 500;
}
.home-style7 .see-more {
  color: #fff;
  text-transform: uppercase;
}
.home-style7 .wpb_revslider_element {
  margin-bottom: 30px;
}
.home-style7 .wpb_revslider_element .see-more {
  color: #fff;
  text-transform: uppercase;
}
.home-style7 .container {
  max-width: 1860px;
}
.home-style7 .sw-woo-tab-default,
.home-style7 .sw-woo-tab-cat {
  margin-bottom: 80px;
}
.home-style7 .sw-woo-tab-default .resp-tab .category-slider-content .block-title h3,
.home-style7 .sw-woo-tab-cat .resp-tab .category-slider-content .block-title h3 {
  text-transform: capitalize;
  font-weight: 600;
}
.home-style7 .sw-woo-tab-default .resp-tab .category-slider-content .block-title h3 span,
.home-style7 .sw-woo-tab-cat .resp-tab .category-slider-content .block-title h3 span {
  color: #111;
}
.wrapt-style1 .vc_column_container>.vc_column-inner {
  max-width: 1290px;
  margin: 0 auto;
}
.header-style7 .header-top {
  background: #fff;
}
.header-style7 .header-top .left-header {
  margin: 11px 0 9px 0;
}
.header-style7 .header-top .left-header .widget_text {
  font-size: 12px;
}
.header-style7 .header-top .left-header .widget_text a {
  color: #666;
  font-size: 14px;
}
.header-style7 .header-top .left-header .widget_text a:hover {
  color: #fdb819;
}
.header-style7 .header-top .right-header {
  padding-top: 3px;
  padding-right: 8px;
}
.rtl .header-style7 .header-top .right-header {
  padding-right: 0;
  padding-left: 8px;
}
.header-style7 .header-top .right-header2 {
  padding-top: 5px;
}
.header-style7 .header-top .right-header2 .sw-autusin-account {
  margin: 0;
  font-size: 12px;
  color: #666;
}
.header-style7 .header-top .right-header2 .sw-autusin-account:before {
  display: none;
}
.header-style7 .header-top .right-header2 .sw-autusin-account i.fa {
  color: #666;
  padding: 9px;
  font-size: 13px;
}
.header-style7 .header-top .right-header2 .sw-autusin-account >span {
  padding: 7px 0;
}
.header-style7 .header-mid {
  padding: 0;
  background: #252525;
}
.header-style7 .header-mid .container {
  padding-top: 20px;
  padding-bottom: 20px;
}
.header-style7 .header-mid .autusin-logo {
  margin-top: 0;
  max-width: 210px;
}
.header-style7 .header-mid .autusin-logo a {
  display: inline-block;
  vertical-align: top;
}
.header-style7 .header-mid .search-cate {
  margin-top: 0;
}
.header-style7 .header-mid .search-cate .icon-search i.fa {
  height: 35px;
  line-height: 45px;
  width: 45px;
  text-align: center;
  cursor: pointer;
  padding: 0;
  font-size: 16px;
  color: #fff;
  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;
}
.header-style7 .header-mid .search-cate .icon-search i.fa:hover {
  color: #fdb819;
}
.header-style7 .header-mid .wishlist {
  position: relative;
  margin: 0 15px;
}
.header-style7 .header-mid .wishlist:before {
  content: "";
  width: 1px;
  height: 12px;
  background: rgba(255,255,255,0.1);
  position: absolute;
  top: 15px;
  left: -12px;
}
.header-style7 .header-mid .wishlist:after {
  content: "";
  width: 1px;
  height: 12px;
  background: rgba(255,255,255,0.1);
  position: absolute;
  top: 15px;
  right: -12px;
}
.header-style7 .header-mid .wishlist a {
  color: #fff;
  font-size: 0;
}
.header-style7 .header-mid .wishlist a i.fa {
  font-size: 16px;
  height: 45px;
  line-height: 45px;
  width: 35px;
  text-align: center;
}
.header-style7 .header-mid .wishlist a i.fa:before {
  content: "\f08a";
}
.header-style7 .header-mid .wishlist a:hover {
  color: #fdb819;
}
.header-style7 .header-mid .main-menu {
  margin-top: 6px;
}
.header-style7 .top-form.top-form-minicart {
  margin-right: 15px;
}
.rtl .header-style7 .top-form.top-form-minicart {
  margin-right: 0;
  margin-left: 15px;
}
.header-style7 .top-form.top-form-minicart .top-minicart-icon a {
  display: inline-block;
  vertical-align: top;
  height: 45px;
  line-height: 45px;
  width: 45px;
  position: relative;
}
.header-style7 .top-form.top-form-minicart .top-minicart-icon a i.fa {
  padding: 0 5px;
  color: #fff;
  font-size: 16px;
}
.header-style7 .top-form.top-form-minicart .top-minicart-icon a i.fa:before {
  content: "\f290";
}
.header-style7 .top-form.top-form-minicart .top-minicart-icon a .minicart-number {
  position: absolute;
  right: 7px;
  top: 2px;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 16px;
  border-radius: 50%;
  color: #fff;
  background: #fdb819;
  font-size: 11px;
}
.rtl .header-style7 .top-form.top-form-minicart .top-minicart-icon a .minicart-number {
  right: auto;
  left: 7px;
}
.header-style7 .autusin_top .top-form.top-search {
  box-shadow: 0 2px 2px #999;
  top: 50px;
}
.header-style7 #lang_sel > ul.nav {
  margin-left: 0;
}
.rtl .header-style7 #lang_sel > ul.nav {
  margin-right: 0;
}
.header-style7 #lang_sel > ul.nav > li {
  padding: 10px 0 6px 0;
}
.header-style7 #lang_sel > ul.nav > li > a {
  padding-left: 0;
  color: #666;
}
.rtl .header-style7 #lang_sel > ul.nav > li > a {
  padding-right: 0;
}
.header-style7 #lang_sel > ul.nav > li:hover > ul {
  top: 37px;
}
.header-style7 .currency_w {
  margin: 0;
}
.rtl .header-style7 .currency_w {
  margin: 0;
}
.header-style7 .currency_w > li {
  padding: 10px 0 6px 0;
}
.header-style7 .currency_w > li > a {
  color: #666;
}
.header-style7 .currency_w > li:hover > ul {
  top: 37px;
}
.header-style7 .nav-pills.nav-mega .autusin-mega-menu .dropdown-menu .container {
  background: #fff;
}
.header-style7 .nav-pills >li.active >a,
.header-style7 .nav-pills >li.active >a:hover,
.header-style7 .nav-pills >li.active >a:focus,
.header-style7 .nav-pills >li > a:hover,
.header-style7 .nav-pills >li > a:focus,
.header-style7 .nav-pills >li.hover >a,
.header-style7 .nav-pills >li:hover >a {
  color: #111;
  background: #fff;
  border-radius: 4px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.header-style7 .nav-pills >li.active >a:after,
.header-style7 .nav-pills >li.active >a:hover:after,
.header-style7 .nav-pills >li.active >a:focus:after,
.header-style7 .nav-pills >li > a:hover:after,
.header-style7 .nav-pills >li > a:focus:after,
.header-style7 .nav-pills >li.hover >a:after,
.header-style7 .nav-pills >li:hover >a:after {
  display: none;
}
.header-style7 .nav-pills >li > a {
  padding: 8px 22px;
  margin-right: 5px;
  color: #fff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.rtl .header-style7 .nav-pills >li > a {
  margin-right: 0;
  margin-left: 5px;
}
.header-style7 .nav-pills.nav-mega .autusin-mega-menu.autusin-menu-img > a span.menu-img {
  top: -10px;
}
.header-style7 .sticky-menu {
  position: fixed;
  box-shadow: 0px 0px 2px 1px #999;
  z-index: 99;
  background: #252525;
}
.category_menu {
  position: absolute;
  left: 2.7%;
  top: 4% !important;
  display: none;
  z-index: 1;
}
.home-style7 .category_menu {
  display: block;
}
.rtl .category_menu {
  left: auto;
  right: 2.7%;
}
.category_menu .wrapper_vertical_menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(1px);
  -moz-transform: translateY(1px);
  -o-transform: translateY(1px);
  -ms-transform: translateY(1px);
  transform: translateY(1px);
}
.category_menu .wrapper_vertical_menu .resmenu-container .menu-responsive-wrapper {
  display: block;
  background: #fff;
  min-width: 220px;
}
.category_menu .wrapper_vertical_menu .resmenu-container .menu-responsive-wrapper ul.autusin_resmenu {
  padding: 10px 15px 10px 20px;
  max-height: 405px;
  overflow-y: scroll;
}
.rtl .category_menu .wrapper_vertical_menu .resmenu-container .menu-responsive-wrapper ul.autusin_resmenu {
  padding: 10px 20px 10px 15px;
}
.category_menu .wrapper_vertical_menu .resmenu-container .menu-responsive-wrapper ul.autusin_resmenu > li {
  box-shadow: none;
}
.category_menu .wrapper_vertical_menu .resmenu-container .menu-responsive-wrapper ul.autusin_resmenu > li > a {
  color: #111;
  box-shadow: none;
  font-size: 16px;
  border-bottom: 1px #ddd solid;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0;
}
.category_menu .wrapper_vertical_menu .resmenu-container .menu-responsive-wrapper ul.autusin_resmenu > li .dropdown-resmenu {
  border-bottom: 1px #ddd solid;
  padding: 10px 0;
}
.category_menu .wrapper_vertical_menu .resmenu-container .menu-responsive-wrapper ul.autusin_resmenu > li .dropdown-resmenu li {
  box-shadow: none;
}
.category_menu .wrapper_vertical_menu .resmenu-container .menu-responsive-wrapper ul.autusin_resmenu > li .dropdown-resmenu li a {
  font-size: 12px;
  text-transform: capitalize;
  font-weight: normal;
  color: #111;
  padding: 0;
  box-shadow: none;
  height: 30px;
  line-height: 30px;
}
.category_menu .wrapper_vertical_menu .resmenu-container .menu-responsive-wrapper ul.autusin_resmenu > li .dropdown-resmenu li a:hover {
  color: #fdb819;
}
.category_menu .wrapper_vertical_menu .resmenu-container .menu-responsive-wrapper ul.autusin_resmenu > li:hover a,
.category_menu .wrapper_vertical_menu .resmenu-container .menu-responsive-wrapper ul.autusin_resmenu > li.active a {
  background: transparent;
  color: #fdb819;
}
.category_menu .wrapper_vertical_menu .resmenu-container .menu-responsive-wrapper ul.autusin_resmenu > li:hover .show-dropdown,
.category_menu .wrapper_vertical_menu .resmenu-container .menu-responsive-wrapper ul.autusin_resmenu > li.active .show-dropdown {
  color: #fdb819;
}
.category_menu .wrapper_vertical_menu .resmenu-container .menu-responsive-wrapper ul.autusin_resmenu > li .show-dropdown {
  background: transparent;
  width: 25px;
}
.category_menu .wrapper_vertical_menu .resmenu-container .menu-responsive-wrapper ul.autusin_resmenu > li .show-dropdown:after {
  color: #111;
}
.category_menu .wrapper_vertical_menu .resmenu-container .menu-responsive-wrapper ul.autusin_resmenu > li:last-child > a {
  border-bottom: none;
}
.category_menu .wrapper_vertical_menu .resmenu-container .menu-responsive-wrapper ul.autusin_resmenu > li:first-child .dropdown-resmenu {
  display: block;
}
.category_menu .wrapper_vertical_menu .vertical-megamenu {
  display: none;
}
.block-text5 {
  margin-bottom: 50px;
  overflow: hidden;
}
.block-text5 .item {
  width: 25%;
  float: left;
  padding: 0 15px;
  position: relative;
}
.rtl .block-text5 .item {
  float: right;
}
.block-text5 .item:hover .banner-wrap a {
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  transition: 0.5s ease;
  cursor: pointer;
  color: #fdb819;
}
.block-text5 .item:hover .banner-wrap a .icon {
  background-color: #fdb819;
}
.block-text5 .item:hover .banner-wrap a .banner-cout h3 {
  color: #fdb819;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  transition: 0.5s ease;
}
.block-text5 .banner-wrap {
  padding-bottom: 20px;
  text-align: center;
}
.block-text5 .banner-wrap a {
  display: inline-block;
  vertical-align: top;
}
.block-text5 .banner-wrap a > span {
  display: block;
  font-size: 0;
  margin: 0 auto 22px auto;
  border-radius: 50%;
}
.block-text5 .banner-wrap a .icon {
  background: url('../assets/img/promotion.png') no-repeat center center #f5f6fa;
  width: 90px;
  height: 90px;
}
.block-text5 .banner-wrap a .icon1 {
  background-position: 22px 20px;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  transition: 0.5s ease;
}
.block-text5 .banner-wrap a .icon2 {
  background-position: -62px 20px;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  transition: 0.5s ease;
}
.block-text5 .banner-wrap a .icon3 {
  background-position: -145px 20px;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  transition: 0.5s ease;
}
.block-text5 .banner-wrap a .icon4 {
  background-position: -226px 20px;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  transition: 0.5s ease;
}
.block-text5 .banner-wrap a .banner-cout {
  overflow: hidden;
}
.block-text5 .banner-wrap a .banner-cout h3 {
  font-size: 18px;
  line-height: 26px;
  text-transform: capitalize;
  margin-bottom: 0;
  font-weight: 600;
  color: #111;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  transition: 0.5s ease;
}
.block-text5 .banner-wrap a .banner-cout span {
  font-size: 14px;
  color: #888;
  text-transform: none;
  font-weight: normal;
}
.sw-category-slider7 {
  margin-bottom: 50px;
}
.sw-category-slider7 .responsive {
  margin: 0 -272px;
  position: relative;
}
.sw-category-slider7 .responsive .item-product-cat {
  padding: 0 15px;
}
.sw-category-slider7 .responsive .item-product-cat .item-wrap {
  position: relative;
}
.sw-category-slider7 .responsive .item-product-cat .item-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.5);
  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-category-slider7 .responsive .item-product-cat .item-wrap .item-image a {
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
}
.sw-category-slider7 .responsive .item-product-cat .item-wrap .item-image a img {
  margin: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}
.sw-category-slider7 .responsive .item-product-cat .item-wrap .item-content {
  position: absolute;
  top: 60%;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}
.sw-category-slider7 .responsive .item-product-cat .item-wrap .item-content h4 a {
  font-size: 30px;
  color: #fff;
  font-weight: normal;
}
.sw-category-slider7 .responsive .item-product-cat .item-wrap .item-content p {
  font-size: 14px;
  color: #fff;
}
.sw-category-slider7 .responsive .item-product-cat .item-wrap:hover:before {
  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;
}
.sw-category-slider7 .responsive .item-product-cat .item-wrap:hover .item-content {
  top: 45%;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}
.sw-category-slider7 .res-button {
  position: absolute;
  top: 0;
  cursor: pointer;
  font-size: 24px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 23px;
  z-index: 8;
}
.sw-category-slider7 .res-button.slick-next {
  right: 0;
}
.rtl .sw-category-slider7 .res-button.slick-next {
  left: 0;
  right: auto;
}
.sw-category-slider7 .res-button.slick-next:before {
  content: '\f105';
  font-family: FontAwesome;
  color: #c4c4c4;
}
.rtl .sw-category-slider7 .res-button.slick-next:before {
  content: '\f104';
}
.sw-category-slider7 .res-button.slick-next: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;
}
.sw-category-slider7 .res-button.slick-next:hover:before {
  color: #fdb819;
}
.sw-category-slider7 .res-button.slick-prev {
  right: 30px;
}
.rtl .sw-category-slider7 .res-button.slick-prev {
  left: 30px;
  right: auto;
}
.sw-category-slider7 .res-button.slick-prev:before {
  content: '\f104';
  font-family: FontAwesome;
  color: #c4c4c4;
}
.rtl .sw-category-slider7 .res-button.slick-prev:before {
  content: '\f105';
}
.sw-category-slider7 .res-button.slick-prev: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;
}
.sw-category-slider7 .res-button.slick-prev:hover:before {
  color: #fdb819;
}
.sw-category-slider7 .res-button {
  top: 42%;
  font-size: 50px;
  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-category-slider7 .res-button.slick-prev {
  left: 7%;
}
.rtl .sw-category-slider7 .res-button.slick-prev {
  left: auto;
  right: 7%;
}
.sw-category-slider7 .res-button.slick-next {
  right: 7%;
}
.rtl .sw-category-slider7 .res-button.slick-next {
  right: auto;
  left: 7%;
}
.sw-category-slider7: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;
}
.testimonial-slider2 {
  text-align: center;
  max-width: 1170px;
  position: relative;
  margin: 0 auto 70px auto;
}
.testimonial-slider2 .resp-slider-container .slider .item .image-client {
  width: 100%;
  float: none;
  margin-bottom: 20px;
}
.testimonial-slider2 .resp-slider-container .slider .item .image-client img {
  display: table;
  margin: 0 auto;
  border: 4px #ddd solid;
  border-radius: 50%;
  width: 100px;
}
.testimonial-slider2 .resp-slider-container .slider .item .image-client img:hover {
  opacity: 0.8;
}
.testimonial-slider2 .resp-slider-container .slider .item .client-comment {
  font-size: 18px;
  color: #111;
  max-width: 800px;
  margin: 0 auto 30px auto;
  line-height: 32px;
}
.testimonial-slider2 .resp-slider-container .slider .item .name-client h3 {
  font-size: 18px;
  color: #111;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 9px;
}
.testimonial-slider2 .resp-slider-container .slider .item .info-client {
  font-size: 12px;
  color: #888;
  text-transform: capitalize;
}
.testimonial-slider2 .res-button {
  position: absolute;
  top: 0;
  cursor: pointer;
  font-size: 24px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 23px;
  z-index: 8;
}
.testimonial-slider2 .res-button.slick-next {
  right: 0;
}
.rtl .testimonial-slider2 .res-button.slick-next {
  left: 0;
  right: auto;
}
.testimonial-slider2 .res-button.slick-next:before {
  content: '\f105';
  font-family: FontAwesome;
  color: #c4c4c4;
}
.rtl .testimonial-slider2 .res-button.slick-next:before {
  content: '\f104';
}
.testimonial-slider2 .res-button.slick-next: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;
}
.testimonial-slider2 .res-button.slick-next:hover:before {
  color: #fdb819;
}
.testimonial-slider2 .res-button.slick-prev {
  right: 30px;
}
.rtl .testimonial-slider2 .res-button.slick-prev {
  left: 30px;
  right: auto;
}
.testimonial-slider2 .res-button.slick-prev:before {
  content: '\f104';
  font-family: FontAwesome;
  color: #c4c4c4;
}
.rtl .testimonial-slider2 .res-button.slick-prev:before {
  content: '\f105';
}
.testimonial-slider2 .res-button.slick-prev: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;
}
.testimonial-slider2 .res-button.slick-prev:hover:before {
  color: #fdb819;
}
.testimonial-slider2 .res-button {
  top: 42%;
  font-size: 50px;
  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;
}
.testimonial-slider2 .res-button.slick-prev {
  left: 7%;
}
.rtl .testimonial-slider2 .res-button.slick-prev {
  left: auto;
  right: 7%;
}
.testimonial-slider2 .res-button.slick-next {
  right: 7%;
}
.rtl .testimonial-slider2 .res-button.slick-next {
  right: auto;
  left: 7%;
}
.testimonial-slider2: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;
}
.sw-instagram-slider2 {
  text-align: center;
  margin-bottom: 75px;
}
.sw-instagram-slider2 h3 {
  font-size: 32px;
  color: #111;
}
.sw-instagram-slider2 p {
  font-size: 16px;
  color: #999;
  margin-bottom: 43px;
}
.sw-instagram-slider2 .resp-slider-container .slider {
  margin: 0 -10px;
}
.sw-instagram-slider2 .resp-slider-container .slider .item {
  padding: 0 10px;
  position: relative;
}
.sw-instagram-slider2 .resp-slider-container .slider .item a {
  display: inline-block;
  overflow: hidden;
}
.sw-instagram-slider2 .resp-slider-container .slider .item a span {
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 18px;
}
.sw-instagram-slider2 .resp-slider-container .slider .item 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;
}
.sw-instagram-slider2 .resp-slider-container .slider .item: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;
}
.responsive-post-slider3 {
  position: relative;
  text-align: center;
  border-bottom: 1px #ddd solid;
  padding-bottom: 71px;
  margin-bottom: 80px;
}
.responsive-post-slider3 .block-title {
  margin-bottom: 40px;
}
.responsive-post-slider3 .block-title h3 {
  font-size: 32px;
  text-transform: capitalize;
  color: #111;
  padding-top: 2px;
}
.responsive-post-slider3 .block-title .slider-description {
  font-size: 16px;
  color: #999;
}
.responsive-post-slider3 .resp-slider-container .responsive {
  margin: 0 -624px;
}
.responsive-post-slider3 .resp-slider-container .responsive .item {
  padding: 0 100px;
}
.responsive-post-slider3 .resp-slider-container .responsive .item .item-detail .img_over {
  position: relative;
  overflow: hidden;
}
.responsive-post-slider3 .resp-slider-container .responsive .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;
  width: 100%;
}
.responsive-post-slider3 .resp-slider-container .responsive .item .item-detail .img_over a:hover img {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -o-transform: scale(1.06);
  -ms-transform: scale(1.06);
  transform: scale(1.06);
}
.responsive-post-slider3 .resp-slider-container .responsive .item .item-detail .entry-content h4 {
  margin: 28px 0 0 0;
  line-height: 22px;
}
.responsive-post-slider3 .resp-slider-container .responsive .item .item-detail .entry-content h4 a {
  color: #111;
  font-size: 20px;
  font-weight: 500;
  text-transform: capitalize;
  display: block;
}
.responsive-post-slider3 .resp-slider-container .responsive .item .item-detail .entry-content h4 a:hover {
  color: #fdb819;
}
.responsive-post-slider3 .resp-slider-container .responsive .item .item-detail .entry-content .entry-meta {
  color: #999;
  font-size: 12px;
  overflow: hidden;
  padding: 14px 0;
}
.responsive-post-slider3 .resp-slider-container .responsive .item .item-detail .entry-content .entry-meta .entry-comment {
  margin-right: 20px;
}
.rtl .responsive-post-slider3 .resp-slider-container .responsive .item .item-detail .entry-content .entry-meta .entry-comment {
  margin: 0 0 0 20px;
}
.responsive-post-slider3 .resp-slider-container .responsive .item .item-detail .entry-content .entry-meta .entry-date {
  margin-right: 10px;
}
.rtl .responsive-post-slider3 .resp-slider-container .responsive .item .item-detail .entry-content .entry-meta .entry-date {
  margin: 0 0 0 10px;
}
.responsive-post-slider3 .resp-slider-container .responsive .item .item-detail .entry-content .entry-meta .entry-comment,
.responsive-post-slider3 .resp-slider-container .responsive .item .item-detail .entry-content .entry-meta .entry-date {
  display: inline-block;
  vertical-align: top;
}
.responsive-post-slider3 .resp-slider-container .responsive .item .item-detail .entry-content .entry-meta .entry-comment i,
.responsive-post-slider3 .resp-slider-container .responsive .item .item-detail .entry-content .entry-meta .entry-date i {
  font-size: 14px;
  color: #999;
  margin-right: 5px;
}
.rtl .responsive-post-slider3 .resp-slider-container .responsive .item .item-detail .entry-content .entry-meta .entry-comment i,
.rtl .responsive-post-slider3 .resp-slider-container .responsive .item .item-detail .entry-content .entry-meta .entry-date i {
  margin: 0 0 0 5px;
}
.responsive-post-slider3 .resp-slider-container .responsive .item:last-child {
  border-bottom: none;
}
.responsive-post-slider3 .resp-slider-container .responsive .item:last-child .item-detail .img_over {
  display: none;
}
.responsive-post-slider3 .res-button {
  position: absolute;
  top: 0;
  cursor: pointer;
  font-size: 24px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 23px;
  z-index: 8;
}
.responsive-post-slider3 .res-button.slick-next {
  right: 0;
}
.rtl .responsive-post-slider3 .res-button.slick-next {
  left: 0;
  right: auto;
}
.responsive-post-slider3 .res-button.slick-next:before {
  content: '\f105';
  font-family: FontAwesome;
  color: #c4c4c4;
}
.rtl .responsive-post-slider3 .res-button.slick-next:before {
  content: '\f104';
}
.responsive-post-slider3 .res-button.slick-next: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;
}
.responsive-post-slider3 .res-button.slick-next:hover:before {
  color: #fdb819;
}
.responsive-post-slider3 .res-button.slick-prev {
  right: 30px;
}
.rtl .responsive-post-slider3 .res-button.slick-prev {
  left: 30px;
  right: auto;
}
.responsive-post-slider3 .res-button.slick-prev:before {
  content: '\f104';
  font-family: FontAwesome;
  color: #c4c4c4;
}
.rtl .responsive-post-slider3 .res-button.slick-prev:before {
  content: '\f105';
}
.responsive-post-slider3 .res-button.slick-prev: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;
}
.responsive-post-slider3 .res-button.slick-prev:hover:before {
  color: #fdb819;
}
.responsive-post-slider3 .res-button {
  top: 46%;
  font-size: 50px;
}
.responsive-post-slider3 .res-button.slick-prev {
  left: 22%;
}
.rtl .responsive-post-slider3 .res-button.slick-prev {
  left: auto;
  right: 22%;
}
.responsive-post-slider3 .res-button.slick-next {
  right: 22%;
}
.rtl .responsive-post-slider3 .res-button.slick-next {
  right: auto;
  left: 22%;
}
.newsletter-footer3 {
  overflow: hidden;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}
.newsletter-footer3 h3 {
  font-size: 28px;
  color: #111;
  font-weight: 500;
  margin-bottom: 3px;
}
.newsletter-footer3 .des1 {
  font-size: 14px;
  color: #111;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 19px;
}
.newsletter-footer3 .des2 {
  font-size: 14px;
  color: #666;
  opacity: 0.7;
  margin-bottom: 32px;
  line-height: 24px;
}
.newsletter-footer3 .form-newsletter {
  max-width: 530px;
  margin: 0 auto 25px auto;
}
.newsletter-footer3 .form-newsletter p {
  margin-bottom: 0;
}
.newsletter-footer3 .form-newsletter .mc4wp-form-fields {
  overflow: hidden;
}
.newsletter-footer3 .form-newsletter input[type="email"] {
  border: 2px #ddd solid;
  border-width: 2px 0 2px 2px;
  color: #8c8c8c;
  font-size: 12px;
  height: 60px;
  padding: 0 15px;
  width: 75%;
  border-radius: 0;
  float: left;
}
.rtl .newsletter-footer3 .form-newsletter input[type="email"] {
  float: right;
  border-width: 2px 2px 2px 0;
}
.newsletter-footer3 .form-newsletter .frm-submit {
  border: 0;
  width: 25%;
  font-size: 13px;
  padding: 0;
  background-color: #111;
  height: 60px;
  line-height: 60px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-weight: 500;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  border-radius: 0;
  float: left;
}
.rtl .newsletter-footer3 .form-newsletter .frm-submit {
  float: right;
}
.newsletter-footer3 .form-newsletter .frm-submit:hover {
  background-color: #3b3b3b;
}
.newsletter-footer3 .form-newsletter .frm-submit:before {
  display: none;
}
.newsletter-footer3 .form-newsletter .mc4wp-success {
  color: #111;
}
.newsletter-footer3 ul {
  list-style: none;
  margin: 0;
  padding-bottom: 35px;
}
.newsletter-footer3 ul li {
  display: inline-block;
  vertical-align: top;
  color: #666;
  opacity: 0.4;
  font-size: 24px;
  padding: 0 40px;
}
.newsletter-footer3 ul li i {
  margin-right: 10px;
  display: inline-block;
  vertical-align: top;
}
.rtl .newsletter-footer3 ul li i {
  margin-right: 0;
  margin-left: 10px;
}
.newsletter-footer3 ul li a {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  display: inline-block;
  vertical-align: top;
  padding-top: 1px;
}
@media (min-width: 1650px) and (max-width: 1824px) {
  .home-style7 .container {
    padding: 0 15px;
  }
  .category_menu {
    top: 3% !important;
  }
}
@media (min-width: 1400px) and (max-width: 1640px) {
  .home-style7 .container {
    padding: 0 15px;
  }
  .category_menu {
    top: 3% !important;
  }
  .responsive-post-slider3 .res-button.slick-next {
    right: 20%;
  }
  .responsive-post-slider3 .res-button.slick-prev {
    left: 20%;
  }
}
@media (max-width: 1390px) and (min-width: 1200px) {
  .home-style7 .container {
    padding: 0 15px;
  }
  .category_menu {
    top: 3% !important;
  }
  .responsive-post-slider3 .res-button.slick-next {
    right: 17%;
  }
  .rtl .responsive-post-slider3 .res-button.slick-next {
    right: auto;
    left: 17%;
  }
  .responsive-post-slider3 .res-button.slick-prev {
    left: 17%;
  }
  .rtl .responsive-post-slider3 .res-button.slick-prev {
    left: auto;
    right: 17%;
  }
}
@media (max-width: 1199px) {
  .home-style7 .container {
    padding: 0 15px;
  }
  .home-style7 .category_menu {
    display: none;
  }
  .responsive-post-slider3 .resp-slider-container .responsive {
    margin: 0;
  }
  .responsive-post-slider3 .resp-slider-container .responsive .item {
    padding: 0 15px;
  }
  .responsive-post-slider3 .res-button {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header-style7 .header-mid .search-cate,
  .header-style7 .header-mid .right-header {
    display: none;
  }
}
@media (max-width: 991px) {
  .header-style7 #main-menu .primary-menu .resmenu-container .navbar-toggle {
    margin: 0;
  }
  .header-style7 #main-menu .primary-menu .resmenu-container .navbar-toggle .icon-bar {
    background: #fdb819;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .block-text5 .banner-wrap a .banner-cout h3 {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .header-style7 .sticky-menu {
    position: relative;
    background: #252525;
    box-shadow: none;
  }
  .header-style7 .header-top .left-header {
    display: none;
  }
  .header-style7 .header-mid .container {
    padding-bottom: 10px;
  }
  .header-style7 .header-mid .autusin-logo {
    margin: 0 auto;
  }
  .header-style7 .header-mid .wishlist {
    display: none;
  }
  .header-style7 .top-form.top-form-minicart {
    margin-right: 0;
  }
  .rtl .header-style7 .top-form.top-form-minicart {
    margin-left: 0;
  }
  .header-style7 .autusin_top .top-form.top-search {
    right: -58px;
  }
  .rtl .header-style7 .autusin_top .top-form.top-search {
    right: auto;
    left: -58px;
  }
  .sw-woo-tab-default .resp-tab .tab-content .tab-pane.active .res-button,
  .sw-woo-tab-cat .resp-tab .tab-content .tab-pane.active .res-button {
    display: none !important;
  }
  .block-text5 {
    display: none;
  }
  .sw-category-slider7 {
    margin-bottom: 10px;
  }
  .sw-category-slider7 .responsive {
    margin: 0;
  }
  .testimonial-slider2 .resp-slider-container .slider .item .client-comment {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .responsive-post-slider3 {
    padding-bottom: 30px;
    margin-bottom: 35px;
  }
  .responsive-post-slider3 .block-title {
    margin-bottom: 20px;
  }
  .responsive-post-slider3 .block-title h3 {
    font-size: 22px;
  }
  .responsive-post-slider3 .resp-slider-container .responsive .item .item-detail .entry-content .item-title h4 {
    margin-top: 20px;
  }
  .responsive-post-slider3 .resp-slider-container .responsive .item .item-detail .entry-content .item-title h4 a {
    font-size: 14px;
  }
  .newsletter-footer3 h3 {
    font-size: 22px;
  }
  .newsletter-footer3 .des2 {
    margin-bottom: 20px;
  }
  .newsletter-footer3 .form-newsletter {
    margin-bottom: 15px;
  }
  .newsletter-footer3 .form-newsletter .frm-submit {
    font-size: 12px;
  }
  .newsletter-footer3 ul li {
    padding: 0;
    font-size: 16px;
  }
  .newsletter-footer3 ul li i {
    margin: 0 5px 0 0;
  }
  .rtl .newsletter-footer3 ul li i {
    margin: 0 0 0 5px;
  }
  .newsletter-footer3 ul li a {
    font-size: 12px;
  }
}
.header-style8 .header-bottom .right-header a {
  -webkit-animation: color-change 1s infinite;
  -moz-animation: color-change 1s infinite;
  -o-animation: color-change 1s infinite;
  -ms-animation: color-change 1s infinite;
  animation: color-change 1s infinite;
}
@-webkit-keyframes color-change {
  0% {
    color: red;
  }
  50% {
    color: blue;
  }
  100% {
    color: red;
  }
}
@-moz-keyframes color-change {
  0% {
    color: red;
  }
  50% {
    color: blue;
  }
  100% {
    color: red;
  }
}
@-ms-keyframes color-change {
  0% {
    color: red;
  }
  50% {
    color: blue;
  }
  100% {
    color: red;
  }
}
@-o-keyframes color-change {
  0% {
    color: red;
  }
  50% {
    color: blue;
  }
  100% {
    color: red;
  }
}
@keyframes color-change {
  0% {
    color: red;
  }
  50% {
    color: blue;
  }
  100% {
    color: red;
  }
}
.home-style8 .wpb_revslider_element {
  margin-bottom: 30px;
}
.home-style8 .block-text4 {
  margin-bottom: 60px;
}
.header-style8 .header-top {
  background: #f8f8f8;
  min-height: 43px;
}
.header-style8 .header-top .left-header {
  margin: 3px 0;
}
.header-style8 .header-top .right-header2 {
  padding-top: 5px;
}
.header-style8 .header-top .right-header2 .sw-autusin-account {
  margin: 0;
  font-size: 12px;
  color: #666;
}
.header-style8 .header-top .right-header2 .sw-autusin-account:before {
  display: none;
}
.header-style8 .header-top .right-header2 .sw-autusin-account i.fa {
  color: #666;
  padding: 9px;
  font-size: 13px;
}
.header-style8 .header-top .right-header2 .sw-autusin-account >span {
  padding: 7px 0;
}
.header-style8 .header-top .right-header2 .wishlist {
  padding: 5px 0;
  position: relative;
  margin: 0 0 0 15px;
}
.rtl .header-style8 .header-top .right-header2 .wishlist {
  margin: 0 15px 0 0;
}
.header-style8 .header-top .right-header2 .wishlist a {
  color: #666;
  font-size: 12px;
  border-left: 1px #ddd solid;
  padding-left: 12px;
}
.rtl .header-style8 .header-top .right-header2 .wishlist a {
  border-left: none;
  border-right: 1px #ddd solid;
  padding-right: 12px;
  padding-left: 0;
}
.header-style8 .header-top .right-header2 .wishlist a:hover {
  color: #fdb819;
}
.header-style8 .header-mid {
  background: #fff;
  padding: 34px 0;
}
.header-style8 .header-mid .autusin-logo {
  margin-top: 0;
}
.header-style8 .header-mid .autusin-logo a {
  display: inline-block;
  vertical-align: top;
}
.header-style8 .header-mid .search-cate {
  margin-top: 0;
  margin-right: 30px;
}
.rtl .header-style8 .header-mid .search-cate {
  margin-right: 0;
  margin-left: 30px;
  float: left;
}
.header-style8 .header-bottom {
  background: #ebebeb;
}
.header-style8 .header-bottom .right-header a {
  font-size: 14px;
  color: #fdb819;
  font-weight: 600;
  padding: 13px 15px 10px 0;
  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 .header-style8 .header-bottom .right-header a {
  padding: 13px 0 10px 15px;
}
.header-style8 .header-bottom .right-header a:hover {
  color: #111;
  -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-style8 .top-form.top-form-minicart {
  position: relative;
  cursor: pointer;
  margin-top: 0;
  padding-right: 15px;
}
.rtl .header-style8 .top-form.top-form-minicart {
  padding-right: 0;
  padding-left: 15px;
}
.header-style8 .top-form.top-form-minicart .top-minicart-icon {
  text-align: left;
}
.rtl .header-style8 .top-form.top-form-minicart .top-minicart-icon {
  text-align: right;
}
.header-style8 .top-form.top-form-minicart .top-minicart-icon span.icon {
  background: url(../assets/img/default/ico-minicart.png) no-repeat;
  content: "";
  float: left;
  height: 42px;
  width: 42px;
  margin-right: 10px;
  border-radius: 50%;
}
.rtl .header-style8 .top-form.top-form-minicart .top-minicart-icon span.icon {
  float: right;
  margin-left: 10px;
  margin-right: 0;
}
.header-style8 .top-form.top-form-minicart .top-minicart-icon .minicart-title {
  float: right;
  color: #fdb819;
  font-weight: normal;
  font-size: 12px;
  padding-top: 5px;
}
.rtl .header-style8 .top-form.top-form-minicart .top-minicart-icon .minicart-title {
  float: left;
}
.header-style8 .top-form.top-form-minicart .top-minicart-icon .minicart-title h2 {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #111;
}
.rtl .header-style8 .top-form.top-form-minicart .top-minicart-icon .minicart-title span {
  display: inline-block;
  direction: ltr;
}
.header-style8 .top-form.top-form-minicart .top-minicart-icon .minicart-title label {
  margin: 0;
}
.header-style8 .autusin_top {
  border: 2px #fdb819 solid;
}
.header-style8 .autusin_top .top-form.top-search {
  top: 0;
  display: inline-block;
  position: relative;
  background-color: #fff;
  width: 100%;
  z-index: 99;
}
.header-style8 .autusin_top .top-form.top-search form {
  margin: 0;
  position: relative;
  z-index: 10;
}
.header-style8 .autusin_top .top-form.top-search .cat-wrapper {
  display: block;
  position: absolute;
  height: 38px;
  top: 0;
  left: 0px;
  right: auto;
  border-radius: 4px 0 0 4px;
  overflow: hidden;
  color: #666;
  border-right: 1px solid #ddd;
}
.header-style8 .autusin_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-style8 .autusin_top .top-form.top-search .cat-wrapper {
  border-left: 1px solid #ddd;
  border-right: 0;
  border-radius: 0 4px 4px 0;
  right: 0;
  left: auto;
}
.rtl .header-style8 .autusin_top .top-form.top-search .cat-wrapper:before {
  right: auto;
  left: 20px;
}
.header-style8 .autusin_top .top-form.top-search .cat-wrapper .label-search {
  display: block;
  font-size: 12px;
  margin-bottom: 0;
  color: #666;
}
.header-style8 .autusin_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: 38px;
  width: 135px;
  color: #666;
  background: #fff;
}
.header-style8 .autusin_top .top-form.top-search .cat-wrapper select:focus {
  outline: none;
  background-color: #fff;
}
.header-style8 .autusin_top .top-form.top-search input {
  width: 100%;
  background: #fff;
  height: 38px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border: none;
  font-size: 12px;
  line-height: 38px;
  margin-bottom: 0;
  padding-left: 150px;
}
.rtl .header-style8 .autusin_top .top-form.top-search input {
  padding-right: 150px;
  padding-left: 0;
}
.header-style8 .autusin_top .top-form.top-search button.form-button {
  height: 38px;
  line-height: 38px;
  width: 50px;
  margin: 0;
  border: 0;
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
  font-size: 16px;
  color: #fdb819;
  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-style8 .autusin_top .top-form.top-search button.form-button {
  left: 0;
  right: auto;
}
.header-style8 .autusin_top .top-form.top-search button.form-button:hover {
  background-color: #ae7a02;
  -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-style8 .autusin_top .top-form.top-search button.form-button:hover:before {
  color: #fff;
}
.header-style8 .autusin_top .top-form.top-search.non-category input {
  padding: 0;
}
.rtl .header-style8 .autusin_top .top-form.top-search.non-category input {
  padding-right: 0;
}
.header-style8 .autusin_top.autusin_top-3 .top-form.top-search input {
  padding: 0 5px;
}
.rtl .header-style8 .autusin_top.autusin_top-3 .top-form.top-search input {
  padding: 0 5px;
}
.header-style8 #lang_sel > ul.nav {
  margin-left: 0;
}
.rtl .header-style8 #lang_sel > ul.nav {
  margin-right: 0;
}
.header-style8 #lang_sel > ul.nav > li {
  padding: 10px 0 6px 0;
}
.header-style8 #lang_sel > ul.nav > li > a {
  padding-left: 0;
  color: #666;
}
.rtl .header-style8 #lang_sel > ul.nav > li > a {
  padding-right: 0;
}
.header-style8 .currency_w {
  margin: 0;
}
.rtl .header-style8 .currency_w {
  margin: 0;
}
.header-style8 .currency_w > li {
  padding: 10px 0 6px 0;
}
.header-style8 .currency_w > li > a {
  color: #666;
  border-left: 1px #ddd solid;
  margin-left: 12px;
}
.rtl .header-style8 .currency_w > li > a {
  border-left: none;
  border-right: 1px #ddd solid;
  margin-right: 12px;
  margin-left: 0;
}
.header-style8 .nav-pills >li > a {
  padding: 13px 18px;
  font-size: 14px;
}
.header-style8 .nav-pills.nav-mega .autusin-mega-menu.autusin-menu-img > a span.menu-img {
  top: -4px;
}
.header-style8 .sticky-menu {
  position: fixed;
  box-shadow: 0px 0px 2px 1px #999;
  z-index: 99;
  background: #fff;
}
.best-selling-product2 {
  border: 1px #ddd solid;
  margin-bottom: 60px;
  position: relative;
}
.best-selling-product2 .box-title {
  margin-bottom: 25px;
  background: #404040;
  padding: 8px 15px 4px 15px;
}
.best-selling-product2 .box-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-product2 .box-title h3 {
  margin-right: 0;
  margin-left: 15px;
}
.best-selling-product2 .box-title .item-countdown2 {
  margin-top: 3px;
}
.best-selling-product2 .box-title .item-countdown2 .countdown-section {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 24px;
}
.rtl .best-selling-product2 .box-title .item-countdown2 .countdown-section {
  margin-left: 24px;
  margin-right: 0;
}
.best-selling-product2 .box-title .item-countdown2 .countdown-section .countdown-amount {
  display: block;
  min-width: 32px;
  padding: 0 2px;
  font-weight: 500;
  text-align: center;
  font-size: 16px;
  color: #fdb819;
  border-radius: 3px;
  position: relative;
}
.best-selling-product2 .box-title .item-countdown2 .countdown-section .countdown-amount:before {
  content: ":";
  position: absolute;
  right: -15px;
  top: 0;
  color: #fdb819;
}
.rtl .best-selling-product2 .box-title .item-countdown2 .countdown-section .countdown-amount:before {
  right: auto;
  left: -15px;
}
.best-selling-product2 .box-title .item-countdown2 .countdown-section.icon-clock {
  background: url('../assets/img/default/icon-clock.png') no-repeat center center;
  width: 20px;
  height: 20px;
  background-size: cover;
  margin: 3px 10px 0 0;
}
.rtl .best-selling-product2 .box-title .item-countdown2 .countdown-section.icon-clock {
  margin: 3px 0 0 10px;
}
.best-selling-product2 .box-title .item-countdown2 .countdown-section:last-child {
  margin-right: 0;
}
.rtl .best-selling-product2 .box-title .item-countdown2 .countdown-section:last-child {
  margin-left: 0;
}
.best-selling-product2 .box-title .item-countdown2 .countdown-section:last-child .countdown-amount:before {
  display: none;
}
.best-selling-product2 .resp-slider-container .slider .item .item-wrap {
  border-right: 1px #ddd solid;
}
.rtl .best-selling-product2 .resp-slider-container .slider .item .item-wrap {
  border-right: none;
  border-left: 1px #ddd solid;
}
.best-selling-product2 .resp-slider-container .slider .item .item-wrap .item-detail {
  border: none;
}
.best-selling-product2 .resp-slider-container .slider .item:last-child .item-wrap {
  border-right: none;
}
.best-selling-product2 .res-button {
  position: absolute;
  top: 0;
  cursor: pointer;
  font-size: 24px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 23px;
  z-index: 8;
}
.best-selling-product2 .res-button.slick-next {
  right: 0;
}
.rtl .best-selling-product2 .res-button.slick-next {
  left: 0;
  right: auto;
}
.best-selling-product2 .res-button.slick-next:before {
  content: '\f105';
  font-family: FontAwesome;
  color: #c4c4c4;
}
.rtl .best-selling-product2 .res-button.slick-next:before {
  content: '\f104';
}
.best-selling-product2 .res-button.slick-next: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;
}
.best-selling-product2 .res-button.slick-next:hover:before {
  color: #fdb819;
}
.best-selling-product2 .res-button.slick-prev {
  right: 30px;
}
.rtl .best-selling-product2 .res-button.slick-prev {
  left: 30px;
  right: auto;
}
.best-selling-product2 .res-button.slick-prev:before {
  content: '\f104';
  font-family: FontAwesome;
  color: #c4c4c4;
}
.rtl .best-selling-product2 .res-button.slick-prev:before {
  content: '\f105';
}
.best-selling-product2 .res-button.slick-prev: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;
}
.best-selling-product2 .res-button.slick-prev:hover:before {
  color: #fdb819;
}
.best-selling-product2 .res-button {
  top: 10px;
  background: #7c7c7c;
}
.best-selling-product2 .res-button.slick-prev {
  right: 45px;
}
.rtl .best-selling-product2 .res-button.slick-prev {
  left: 45px;
}
.best-selling-product2 .res-button.slick-prev:before {
  color: #fff;
}
.best-selling-product2 .res-button.slick-next {
  right: 15px;
}
.rtl .best-selling-product2 .res-button.slick-next {
  left: 15px;
}
.best-selling-product2 .res-button.slick-next:before {
  color: #fff;
}
.rtl .sw-child-cat .content-slider .resp-slider-container .slider .item:first-child .item-wrap {
  border-right: none;
}
.rtl .sw-child-cat .content-slider .resp-slider-container .slider .item:last-child .item-wrap {
  border-right: 1px #ddd solid;
}
.sw-child-cat {
  margin-bottom: 60px !important;
}
.sw-child-cat .content-slider {
  border: 1px #ddd solid;
}
.sw-child-cat .content-slider .childcat-slider-content {
  width: 197px;
}
.sw-child-cat .content-slider .childcat-slider-content .box-title h3 {
  background: #fdb819;
  color: #fff;
  padding: 10px 15px;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.sw-child-cat .content-slider .childcat-slider-content .best-seller-product {
  border-bottom: 1px #ddd solid;
}
.sw-child-cat .content-slider .childcat-slider-content .best-seller-product .wrap-content .item .item-countdown2 {
  padding: 10px 0;
  text-align: center;
}
.sw-child-cat .content-slider .childcat-slider-content .best-seller-product .wrap-content .item .item-countdown2 .countdown-section {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
}
.rtl .sw-child-cat .content-slider .childcat-slider-content .best-seller-product .wrap-content .item .item-countdown2 .countdown-section {
  margin-left: 5px;
  margin-right: 0;
}
.sw-child-cat .content-slider .childcat-slider-content .best-seller-product .wrap-content .item .item-countdown2 .countdown-section .countdown-amount {
  display: block;
  min-width: 26px;
  padding: 0 2px;
  font-weight: 500;
  text-align: center;
  font-size: 16px;
  color: #fdb819;
  border-radius: 3px;
  position: relative;
}
.sw-child-cat .content-slider .childcat-slider-content .best-seller-product .wrap-content .item .item-countdown2 .countdown-section .countdown-amount:before {
  content: ":";
  position: absolute;
  right: -5px;
  top: 0;
  color: #fdb819;
}
.rtl .sw-child-cat .content-slider .childcat-slider-content .best-seller-product .wrap-content .item .item-countdown2 .countdown-section .countdown-amount:before {
  right: auto;
  left: -5px;
}
.sw-child-cat .content-slider .childcat-slider-content .best-seller-product .wrap-content .item .item-countdown2 .countdown-section.icon-clock {
  background: url('../assets/img/default/icon-clock.png') no-repeat center center;
  width: 20px;
  height: 20px;
  background-size: cover;
  margin: 2px 5px 0 0;
}
.rtl .sw-child-cat .content-slider .childcat-slider-content .best-seller-product .wrap-content .item .item-countdown2 .countdown-section.icon-clock {
  margin: 2px 0 0 5px;
}
.sw-child-cat .content-slider .childcat-slider-content .best-seller-product .wrap-content .item .item-countdown2 .countdown-section:last-child {
  margin-right: 0;
}
.rtl .sw-child-cat .content-slider .childcat-slider-content .best-seller-product .wrap-content .item .item-countdown2 .countdown-section:last-child {
  margin-left: 0;
}
.sw-child-cat .content-slider .childcat-slider-content .best-seller-product .wrap-content .item .item-countdown2 .countdown-section:last-child .countdown-amount:before {
  display: none;
}
.sw-child-cat .content-slider .childcat-slider-content .best-seller-product .wrap-content .item .item-wrap {
  margin-bottom: 0;
}
.sw-child-cat .content-slider .childcat-slider-content .best-seller-product .wrap-content .item .item-wrap .item-detail {
  border: none;
}
.sw-child-cat .content-slider .childcat-slider-content .best-seller-product .wrap-content .item .item-wrap .item-detail .item-content .item-bottom .compare-button {
  display: none;
}
.sw-child-cat .content-slider .childcat-slider-content .best-seller-product .wrap-content .item .item-wrap .item-detail .sale-off {
  display: none;
}
.sw-child-cat .content-slider .childcat-slider-content .child-cat-brand .item-brand {
  border-bottom: 1px #ddd solid;
}
.sw-child-cat .content-slider .childcat-slider-content .child-cat-brand .item-brand a img {
  margin: 0 auto;
  max-width: 120px;
}
.sw-child-cat .content-slider .childcat-slider-content .child-cat-brand .item-brand:last-child {
  border-bottom: none;
}
.sw-child-cat .content-slider .childcat-slider-content .child-cat-brand .item-brand:hover a img {
  opacity: 0.8;
}
.sw-child-cat .content-slider .resp-slider-container {
  overflow: hidden;
  border-left: 1px #ddd solid;
}
.rtl .sw-child-cat .content-slider .resp-slider-container {
  border-left: none;
  border-right: 1px #ddd solid;
}
.sw-child-cat .content-slider .resp-slider-container .banner-category .banner-responsive .item {
  width: 50%;
  overflow: hidden;
}
.sw-child-cat .content-slider .resp-slider-container .banner-category .banner-responsive .item 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-cat .content-slider .resp-slider-container .banner-category .banner-responsive .item: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-cat .content-slider .resp-slider-container .box-category {
  margin-bottom: 30px;
  box-shadow: 0 10px 12px #ddd;
}
.sw-child-cat .content-slider .resp-slider-container .box-category .childcat-content ul {
  margin: 0;
  list-style: none;
}
.sw-child-cat .content-slider .resp-slider-container .box-category .childcat-content ul li {
  width: 16.666%;
  float: left;
  border-right: 1px #ddd solid;
}
.rtl .sw-child-cat .content-slider .resp-slider-container .box-category .childcat-content ul li {
  float: right;
}
.sw-child-cat .content-slider .resp-slider-container .box-category .childcat-content ul li .item .item-image {
  padding-top: 5px;
}
.sw-child-cat .content-slider .resp-slider-container .box-category .childcat-content ul li .item .item-image a img {
  width: 50px;
  margin: 0 auto;
}
.sw-child-cat .content-slider .resp-slider-container .box-category .childcat-content ul li .item .item-content {
  text-align: center;
}
.sw-child-cat .content-slider .resp-slider-container .box-category .childcat-content ul li .item .item-content h3 {
  text-transform: capitalize;
  font-size: 12px;
  line-height: 18px;
}
.sw-child-cat .content-slider .resp-slider-container .box-category .childcat-content ul li .item:hover a {
  color: #fdb819;
}
.sw-child-cat .content-slider .resp-slider-container .box-category .childcat-content ul li:last-child {
  border-right: none;
}
.sw-child-cat .content-slider .resp-slider-container .slider .item {
  padding: 0;
}
.sw-child-cat .content-slider .resp-slider-container .slider .item .item-wrap {
  border-right: 1px #ddd solid;
}
.sw-child-cat .content-slider .resp-slider-container .slider .item .item-wrap .item-detail {
  border: none;
}
.sw-child-cat .content-slider .resp-slider-container .slider .item:last-child .item-wrap {
  border-right: none;
}
.sw-child-cat.style1 .content-slider .childcat-slider-content .box-title h3 {
  background: #94c300;
}
.sw-child-cat.style2 .content-slider .childcat-slider-content .box-title h3 {
  background: #fdb819;
}
.responsive-post-slider4 {
  position: relative;
  margin-bottom: 60px;
}
.responsive-post-slider4 .block-title {
  margin-bottom: 30px;
  background: #404040;
  padding: 8px 15px 4px 15px;
}
.responsive-post-slider4 .block-title h3 {
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  margin-right: 15px;
  padding-top: 6px;
  margin-bottom: 8px;
}
.rtl .responsive-post-slider4 .block-title h3 {
  margin-right: 0;
  margin-left: 15px;
}
.responsive-post-slider4 .resp-slider-container {
  border: 1px #ddd solid;
}
.responsive-post-slider4 .resp-slider-container .slider {
  padding: 0 30px 30px 30px;
}
.responsive-post-slider4 .resp-slider-container .slider .item .item-inner .item-detail .img_over {
  width: 50%;
  float: left;
  overflow: hidden;
}
.responsive-post-slider4 .resp-slider-container .slider .item .item-inner .item-detail .img_over 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;
}
.responsive-post-slider4 .resp-slider-container .slider .item .item-inner .item-detail .img_over: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;
}
.responsive-post-slider4 .resp-slider-container .slider .item .item-inner .item-detail .entry-content {
  overflow: hidden;
  padding: 0 15px;
}
.responsive-post-slider4 .resp-slider-container .slider .item .item-inner .item-detail .entry-content .entry-meta {
  font-size: 12px;
  margin-bottom: 10px;
}
.responsive-post-slider4 .resp-slider-container .slider .item .item-inner .item-detail .entry-content .entry-meta a {
  font-size: 12px;
}
.responsive-post-slider4 .resp-slider-container .slider .item .item-inner .item-detail .entry-content .entry-meta .entry-date,
.responsive-post-slider4 .resp-slider-container .slider .item .item-inner .item-detail .entry-content .entry-meta .entry-comment {
  display: inline-block;
  vertical-align: top;
}
.responsive-post-slider4 .resp-slider-container .slider .item .item-inner .item-detail .entry-content .entry-meta .entry-comment {
  padding: 0 10px;
}
.responsive-post-slider4 .resp-slider-container .slider .item .item-inner .item-detail .entry-content .item-title h4 {
  font-size: 14px;
}
.responsive-post-slider4 .resp-slider-container .slider .item .item-inner .item-detail .entry-content .item-title h4 a {
  color: #111;
  -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-slider4 .resp-slider-container .slider .item .item-inner .item-detail .entry-content .item-title h4 a:hover {
  color: #fdb819;
  -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-slider4 .resp-slider-container .slider .item .item-inner .item-detail .entry-content .description {
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 10px;
}
.responsive-post-slider4 .resp-slider-container .slider .item .item-inner .item-detail .entry-content .readmore {
  color: #fdb819;
  font-size: 13px;
}
.responsive-post-slider4 .resp-slider-container .slider .item .item-inner .item-detail .entry-content .readmore a {
  color: #fdb819;
}
.rtl .responsive-post-slider4 .resp-slider-container .slider .item .item-inner .item-detail .entry-content .readmore i:before {
  content: '\f0d9';
}
.responsive-post-slider4 .res-button {
  position: absolute;
  top: 0;
  cursor: pointer;
  font-size: 24px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 23px;
  z-index: 8;
}
.responsive-post-slider4 .res-button.slick-next {
  right: 0;
}
.rtl .responsive-post-slider4 .res-button.slick-next {
  left: 0;
  right: auto;
}
.responsive-post-slider4 .res-button.slick-next:before {
  content: '\f105';
  font-family: FontAwesome;
  color: #c4c4c4;
}
.rtl .responsive-post-slider4 .res-button.slick-next:before {
  content: '\f104';
}
.responsive-post-slider4 .res-button.slick-next: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;
}
.responsive-post-slider4 .res-button.slick-next:hover:before {
  color: #fdb819;
}
.responsive-post-slider4 .res-button.slick-prev {
  right: 30px;
}
.rtl .responsive-post-slider4 .res-button.slick-prev {
  left: 30px;
  right: auto;
}
.responsive-post-slider4 .res-button.slick-prev:before {
  content: '\f104';
  font-family: FontAwesome;
  color: #c4c4c4;
}
.rtl .responsive-post-slider4 .res-button.slick-prev:before {
  content: '\f105';
}
.responsive-post-slider4 .res-button.slick-prev: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;
}
.responsive-post-slider4 .res-button.slick-prev:hover:before {
  color: #fdb819;
}
.responsive-post-slider4 .res-button {
  top: 10px;
  background: #ccc;
}
.responsive-post-slider4 .res-button.slick-prev {
  right: 45px;
}
.rtl .responsive-post-slider4 .res-button.slick-prev {
  left: 45px;
}
.responsive-post-slider4 .res-button.slick-prev:before {
  color: #fff;
}
.responsive-post-slider4 .res-button.slick-next {
  right: 15px;
}
.rtl .responsive-post-slider4 .res-button.slick-next {
  left: 15px;
}
.responsive-post-slider4 .res-button.slick-next:before {
  color: #fff;
}
@media (max-width: 1199px) {
  .sw-child-cat .content-slider .childcat-slider-content .child-cat-brand .item-brand:nth-child(3) {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sw-best-seller-product .wrap-content .item:nth-child(3) {
    display: none;
  }
}
@media (max-width: 991px) {
  .header-style8 .top-form.top-form-minicart .top-minicart-icon .minicart-title {
    display: none;
  }
  .header-style8 .vertical_megamenu-header .wrapper_vertical_menu .resmenu-container .navbar-toggle {
    border: 1px #111 solid;
  }
  .header-style8 .resmenu-container .menu-responsive-wrapper {
    top: 52px;
  }
  .header-style8 #main-menu {
    float: right;
  }
  .rtl .header-style8 #main-menu {
    float: left;
  }
  .header-style8 #main-menu .primary-menu .resmenu-container .navbar-toggle {
    margin: 8px 15px;
    border: 1px #fdb819 solid;
    border-radius: 4px;
  }
  .header-style8 #main-menu .primary-menu .resmenu-container .navbar-toggle .icon-bar {
    background: #fdb819;
  }
  .header-style8 #main-menu .primary-menu .resmenu-container .menu-responsive-wrapper {
    right: 15px;
  }
  .rtl .header-style8 #main-menu .primary-menu .resmenu-container .menu-responsive-wrapper {
    left: 15px;
    right: auto;
  }
  .sw-best-seller-product .wrap-content .item {
    width: 50%;
    float: left;
    border-bottom: none;
  }
  .rtl .sw-best-seller-product .wrap-content .item {
    float: right;
  }
}
@media (max-width: 767px) {
  .header-style8 .sticky-menu {
    position: relative;
    box-shadow: none;
  }
  .header-style8 .header-top .left-header {
    float: left;
  }
  .header-style8 .header-top .right-header2 .wishlist {
    display: none;
  }
  .header-style8 .header-mid {
    padding: 20px 0;
  }
  .header-style8 .header-mid .left-header {
    width: 100%;
    margin-bottom: 15px;
  }
  .header-style8 .header-mid .top-form.top-form-minicart {
    width: 20%;
  }
  .header-style8 .header-mid .search-cate {
    width: 80%;
    margin: 0;
  }
  .rtl .header-style8 .header-mid .search-cate {
    margin: 0;
  }
  .header-style8 .header-bottom .right-header a {
    padding-top: 16px;
  }
  .rtl .header-style8 .header-bottom .right-header a {
    padding-top: 16px;
  }
  .sw-best-seller-product .wrap-content {
    padding-top: 0 !important;
  }
  .sw-best-seller-product .wrap-content .item {
    width: 100%;
  }
  .sw-child-cat .content-slider {
    border: none;
  }
  .sw-child-cat .content-slider .childcat-slider-content {
    width: 100%;
    float: none;
  }
  .rtl .sw-child-cat .content-slider .childcat-slider-content {
    float: none;
  }
  .sw-child-cat .content-slider .childcat-slider-content .child-cat-brand {
    display: none;
  }
  .sw-child-cat .content-slider .resp-slider-container {
    overflow: inherit;
  }
  .sw-child-cat .content-slider .resp-slider-container .box-category .childcat-content ul li {
    width: 33.332%;
  }
  .responsive-post-slider4 {
    margin-bottom: 30px;
  }
  .responsive-post-slider4 .resp-slider-container .slider .item .item-inner .item-detail .img_over {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
  .rtl .responsive-post-slider4 .resp-slider-container .slider .item .item-inner .item-detail .img_over {
    float: none;
  }
  .responsive-post-slider4 .resp-slider-container .slider .item .item-inner .item-detail .entry-content {
    overflow: inherit;
  }
  .best-selling-product2 {
    margin-bottom: 30px;
  }
}
@media (max-width: 640px) {
  .header-style8 .autusin_top .top-form.top-search .cat-wrapper {
    display: none;
  }
  .header-style8 .autusin_top .top-form.top-search input {
    padding-left: 10px;
  }
  .rtl .header-style8 .autusin_top .top-form.top-search input {
    padding-right: 10px;
  }
}
.home-style9 .wpb_revslider_element {
  margin-bottom: 50px;
}
.home-style9 .header-style9 {
  margin-bottom: 34px;
}
.home-style9 .header-style9 .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);
}
.home-style9 .best-selling-product3 .box-title h3 {
  background: #fdb819;
  color: #fff;
  border-radius: 6px 6px 0 0;
}
.home-style9 .best-selling-product3 .wrap-content {
  border: none;
}
.home-style9 .best-selling-product3 .wrap-content .item {
  background: #fff;
}
.home-style9 .best-selling-product3 .wrap-content .item .item-wrap {
  margin: 9px 0;
}
.home-style9 .sw-brand-container-slider {
  margin: 0;
}
.home-style9 .sw-brand-container-slider .slider .item-brand-cat {
  padding: 2px 3px;
}
.home-style9 .sw-brand-container-slider .slider .item-brand-cat .item-image {
  border: none;
}
.home-style9 .sw-brand-container-slider .slider .item-brand-cat .item-image a img:hover {
  box-shadow: 0 0 10px 1px #dbdbdb;
  -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-style9 .header-top {
  background: #282828;
}
.header-style9 .header-top .left-header {
  margin: 11px 0 9px 0;
}
.header-style9 .header-top .left-header .widget_text {
  font-size: 12px;
}
.header-style9 .header-top .left-header .widget_text a {
  color: #ccc;
  font-size: 14px;
}
.header-style9 .header-top .left-header .widget_text a:hover {
  color: #fdb819;
}
.header-style9 .header-top .right-header {
  padding-top: 3px;
  padding-right: 8px;
}
.rtl .header-style9 .header-top .right-header {
  padding-right: 0;
  padding-left: 8px;
}
.header-style9 .header-top .right-header2 {
  padding-top: 5px;
  padding-right: 24px;
  position: relative;
}
.rtl .header-style9 .header-top .right-header2 {
  padding-right: 0;
  padding-left: 24px;
}
.header-style9 .header-top .right-header2:before {
  content: "";
  width: 1px;
  height: 18px;
  position: absolute;
  top: 12px;
  right: 12px;
  background: rgba(255,255,255,0.2);
}
.header-style9 .header-top .right-header2 .sw-autusin-account {
  margin: 0;
  font-size: 12px;
  color: #ccc;
}
.header-style9 .header-top .right-header2 .sw-autusin-account:before {
  display: none;
}
.header-style9 .header-top .right-header2 .sw-autusin-account i.fa {
  color: #ccc;
  padding: 9px;
  font-size: 13px;
}
.header-style9 .header-top .right-header2 .sw-autusin-account >span {
  padding: 7px 0;
}
.header-style9 .header-mid {
  background: #fff;
  padding: 36px 0;
}
.header-style9 .header-mid .autusin-logo {
  margin-top: 0;
}
.header-style9 .header-mid .autusin-logo a {
  display: inline-block;
  vertical-align: top;
}
.header-style9 .header-mid .search-cate {
  margin-top: 0;
  margin-right: 30px;
}
.rtl .header-style9 .header-mid .search-cate {
  margin-right: 0;
  margin-left: 30px;
  float: left;
}
.header-style9 .header-mid .right-header .wishlist {
  margin: 0 15px 0 0;
}
.rtl .header-style9 .header-mid .right-header .wishlist {
  margin: 0 0 0 15px;
}
.header-style9 .header-mid .right-header .wishlist a {
  border: 2px #ddd solid;
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  text-align: center;
  border-radius: 4px;
}
.header-style9 .header-mid .right-header .wishlist a i.fa {
  font-size: 16px;
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.header-style9 .header-bottom {
  border-bottom: 2px #fdb819 solid;
}
.header-style9 .top-form.top-form-minicart {
  padding-right: 15px;
}
.rtl .header-style9 .top-form.top-form-minicart {
  padding-right: 0;
  padding-left: 15px;
}
.header-style9 .top-form.top-form-minicart .top-minicart-icon {
  border: 2px #ddd solid;
  border-radius: 4px;
}
.header-style9 .top-form.top-form-minicart .top-minicart-icon .cart-contents {
  display: inline-block;
  vertical-align: top;
  border-right: 2px #ddd solid;
  position: relative;
  text-align: center;
}
.rtl .header-style9 .top-form.top-form-minicart .top-minicart-icon .cart-contents {
  border-left: 2px #ddd solid;
  border-right: none;
}
.header-style9 .top-form.top-form-minicart .top-minicart-icon .cart-contents i.fa {
  height: 40px;
  line-height: 38px;
  width: 40px;
  font-size: 16px;
}
.header-style9 .top-form.top-form-minicart .top-minicart-icon .cart-contents .minicart-number {
  position: absolute;
  top: -10px;
  right: -10px;
  background: #fdb819;
  color: #fff;
  font-size: 11px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
}
.rtl .header-style9 .top-form.top-form-minicart .top-minicart-icon .cart-contents .minicart-number {
  right: auto;
  left: -10px;
}
.header-style9 .top-form.top-form-minicart .top-minicart-icon .cart-title {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  padding: 0 5px;
}
.header-style9 .top-form.top-form-minicart .top-minicart-icon .cart-title h3 {
  font-size: 12px;
  font-weight: normal;
  height: 40px;
  line-height: 40px;
  text-transform: capitalize;
  margin-bottom: 0;
}
.header-style9 .top-form.top-form-minicart .top-minicart-icon .cart-title span {
  color: #fdb819;
  font-size: 14px;
}
.header-style9 .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-style9 .autusin_top {
  border: 2px #eee solid;
  border-radius: 4px;
}
.header-style9 .autusin_top .top-form.top-search {
  top: 0;
  display: inline-block;
  position: relative;
  background-color: #fff;
  width: 100%;
  z-index: 99;
}
.header-style9 .autusin_top .top-form.top-search form {
  margin: 0;
  position: relative;
  z-index: 10;
}
.header-style9 .autusin_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 #ddd;
}
.header-style9 .autusin_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-style9 .autusin_top .top-form.top-search .cat-wrapper {
  border-left: 1px solid #ddd;
  border-right: 0;
  border-radius: 0 4px 4px 0;
  right: 0;
  left: auto;
}
.rtl .header-style9 .autusin_top .top-form.top-search .cat-wrapper:before {
  right: auto;
  left: 20px;
}
.header-style9 .autusin_top .top-form.top-search .cat-wrapper .label-search {
  display: block;
  font-size: 12px;
  margin-bottom: 0;
  color: #666;
}
.header-style9 .autusin_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-style9 .autusin_top .top-form.top-search .cat-wrapper select:focus {
  outline: none;
  background-color: #fff;
}
.header-style9 .autusin_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-style9 .autusin_top .top-form.top-search input {
  padding-right: 150px;
  padding-left: 0;
}
.header-style9 .autusin_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: #fdb819;
  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-style9 .autusin_top .top-form.top-search button.form-button {
  left: 0;
  right: auto;
}
.header-style9 .autusin_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-style9 .autusin_top .top-form.top-search button.form-button:hover:before {
  color: #111;
}
.header-style9 .autusin_top .top-form.top-search.non-category input {
  padding: 0;
}
.rtl .header-style9 .autusin_top .top-form.top-search.non-category input {
  padding-right: 0;
}
.header-style9 .autusin_top.autusin_top-3 .top-form.top-search input {
  padding: 0 5px;
}
.rtl .header-style9 .autusin_top.autusin_top-3 .top-form.top-search input {
  padding: 0 5px;
}
.header-style9 #lang_sel > ul.nav {
  margin-left: 0;
}
.rtl .header-style9 #lang_sel > ul.nav {
  margin-right: 0;
}
.header-style9 #lang_sel > ul.nav > li {
  padding: 10px 0 6px 0;
}
.header-style9 #lang_sel > ul.nav > li > a {
  padding-left: 0;
  color: #ccc;
}
.rtl .header-style9 #lang_sel > ul.nav > li > a {
  padding-right: 0;
}
.header-style9 .currency_w {
  margin: 0;
}
.rtl .header-style9 .currency_w {
  margin: 0;
}
.header-style9 .currency_w > li {
  padding: 10px 0 6px 0;
}
.header-style9 .currency_w > li > a {
  color: #ccc;
  border-left: 1px rgba(255,255,255,0.2) solid;
  margin-left: 12px;
}
.rtl .header-style9 .currency_w > li > a {
  border-left: none;
  border-right: 1px rgba(255,255,255,0.2) solid;
  margin-right: 12px;
  margin-left: 0;
}
.header-style9 .nav-pills >li > a {
  padding: 13px 18px;
  font-size: 14px;
}
.header-style9 .nav-pills >li.active >a,
.header-style9 .nav-pills >li.active >a:hover,
.header-style9 .nav-pills >li.active >a:focus {
  background: #fdb819;
  color: #fff;
  border-radius: 4px 4px 0 0;
}
.header-style9 .nav-pills.nav-mega .autusin-mega-menu.autusin-menu-img > a span.menu-img {
  top: -4px;
}
.header-style9 .mega-left-title {
  border-radius: 4px 4px 0 0;
}
.header-style9 .sticky-menu {
  position: fixed;
  z-index: 99;
  background: #fff;
}
.header-style9 .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-style9 .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);
}
.block-text6 {
  z-index: 1;
  position: relative;
  margin-bottom: 50px;
  overflow: hidden;
}
.block-text6 ul {
  list-style-type: none;
  margin: 0;
}
.block-text6 ul li {
  width: 25%;
  overflow: hidden;
  float: left;
}
.block-text6 ul li .fly-icon {
  width: 70px;
  line-height: 66px;
  height: 70px;
  color: #fdb819;
  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-text6 ul li .fly-icon {
  float: right;
  margin-right: 0;
  margin-left: 10px;
}
.block-text6 ul li .wrap-text {
  overflow: hidden;
  padding-top: 8px;
}
.block-text6 ul li .wrap-text h3 {
  margin-bottom: 2px;
  text-transform: uppercase;
}
.block-text6 ul li .wrap-text h3 a {
  color: #111;
  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-text6 ul li .wrap-text p {
  font-size: 14px;
  color: #666;
}
.block-text6 ul li:hover .fly-icon {
  border-color: #fdb819;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  transition: all .5s;
}
.block-text6 ul li:hover .wrap-text h3 a {
  color: #fdb819;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  transition: all .5s;
}
.countdown-slider7 {
  background: #fff;
  margin-bottom: 60px;
}
.countdown-slider7 .box-title {
  padding: 0 10px;
}
.countdown-slider7 .box-title h3 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0 6px;
  margin-bottom: 0;
}
.countdown-slider7 .box-title h3 span {
  background: #fdb819;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  border-radius: 0 0 8px 8px;
  padding: 13px 25px;
  margin-top: -5px;
  position: relative;
  z-index: 2;
}
.countdown-slider7 .box-title h3 span:before {
  content: "";
  position: absolute;
  left: -10px;
  top: 0px;
  width: 0px;
  height: 0px;
  border-left: 5px solid transparent;
  border-top: 5px solid transparent;
  border-right: 5px solid #ff5c00;
}
.countdown-slider7 .box-title h3 span:after {
  content: "";
  position: absolute;
  right: -10px;
  top: 0px;
  width: 0px;
  height: 0px;
  border-right: 5px solid transparent;
  border-top: 5px solid transparent;
  border-left: 5px solid #ff5c00;
}
.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-image-countdown {
  width: 55%;
  float: left;
  position: relative;
  margin-bottom: 22px;
}
.rtl .countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-image-countdown {
  float: right;
}
.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-image-countdown a.sw-quickview {
  text-align: center;
  color: #fff;
  font-weight: 500;
  height: 32px;
  line-height: 30px;
  padding: 0;
  background-color: #fdb819;
  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: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -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;
}
.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-image-countdown a.sw-quickview:before {
  font-family: fontawesome;
  font-size: 12px;
  content: '\f06e';
}
.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-image-countdown a.sw-quickview:hover {
  background-color: #e19e02;
}
.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content {
  overflow: hidden;
}
.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content h4 {
  font-size: 20px;
  text-transform: capitalize;
  margin-bottom: 24px;
}
.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content h4 a {
  -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-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content h4 a: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;
}
.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .reviews-content {
  margin-bottom: 11px;
}
.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-price {
  font-size: 24px;
  margin-bottom: 25px;
}
.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-price del {
  color: #999;
  text-decoration: line-through;
  font-size: 20px;
}
.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-description {
  font-size: 12px;
  color: #999;
  margin-bottom: 30px;
  line-height: 22px;
}
.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-countdown {
  margin-bottom: 30px;
}
.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-countdown .countdown-row .countdown-section {
  display: inline-block;
  width: 60px;
  background: #fff;
  padding: 5px 0;
  border: 2px #ddd solid;
  margin: 0 10px 0 0;
  text-align: center;
}
.rtl .countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-countdown .countdown-row .countdown-section {
  margin: 0 0 0 10px;
}
.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-countdown .countdown-row .countdown-section span {
  display: block;
}
.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-countdown .countdown-row .countdown-section .countdown-amount {
  font-size: 22px;
  color: #111;
  font-weight: 600;
}
.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-countdown .countdown-row .countdown-section .countdown-period {
  font-size: 12px;
  color: #999;
  text-transform: uppercase;
}
.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom {
  z-index: 2;
  margin-bottom: 30px;
}
.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .clear {
  display: none;
}
.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .button,
.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .add_to_cart_button,
.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .product_type_external,
.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .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: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #fff;
  padding: 0 15px;
  text-transform: uppercase;
  background-color: #fdb819;
  border-radius: 4px;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  display: inline-block;
}
.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .button:hover,
.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .add_to_cart_button:hover,
.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .product_type_external:hover,
.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .product_type_grouped:hover {
  opacity: 0.85;
}
.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .button.loading,
.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .add_to_cart_button.loading,
.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .product_type_external.loading,
.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .product_type_grouped.loading {
  background-color: #fdb819;
  opacity: 1;
}
.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .button.loading:before,
.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .add_to_cart_button.loading:before,
.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .product_type_external.loading:before,
.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .product_type_grouped.loading:before {
  text-align: center;
  left: 0;
  border-radius: 4px;
  border: 1px #fdb819 solid;
  background-size: contain;
}
.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .button.added,
.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .add_to_cart_button.added,
.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .product_type_external.added,
.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .product_type_grouped.added {
  background-color: #fdb819;
}
.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .button.added:after,
.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .add_to_cart_button.added:after,
.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .product_type_external.added:after,
.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .product_type_grouped.added:after {
  font-family: WooCommerce;
  content: "\e017";
  margin-left: .53em;
  vertical-align: bottom;
}
.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist {
  margin: 0 1px;
}
.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button,
.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse {
  position: relative;
}
.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .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;
}
.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,
.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before {
  content: "\f08a";
}
.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button.show,
.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show,
.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show {
  display: inline-block !important;
  vertical-align: top;
}
.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .feedback,
.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .feedback,
.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .feedback {
  display: none;
}
.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .ajax-loading,
.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .ajax-loading,
.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .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;
}
.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom a.compare {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  transition: all .5s;
}
.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom a.compare.added:before {
  color: #fff;
}
.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom a.compare:before {
  font-size: 13px;
  content: "\f079";
}
.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom a.compare {
  text-align: center;
  color: #fff;
  font-weight: 500;
  height: 40px;
  line-height: 38px;
  padding: 0;
  background-color: #111;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  position: relative;
  font-size: 0;
  min-width: 40px;
  margin: 0;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,
.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before,
.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom a.compare:before {
  font-family: fontawesome;
  font-size: 14px;
}
.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover,
.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover,
.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover,
.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom a.compare:hover {
  min-width: 40px;
  background-color: #fdb819;
  font-size: 0;
  padding: 0;
}
.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover:before,
.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover:before,
.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover:before,
.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom a.compare:hover:before {
  color: #fff;
}
.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .add_to_cart_button,
.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .product_type_external,
.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .product_type_grouped,
.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist,
.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom a.compare,
.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .group.fancybox {
  display: inline-block;
  vertical-align: top;
}
.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .yith-wcwl-wishlistaddedbrowse.show a,
.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .yith-wcwl-wishlistexistsbrowse.show a {
  background-color: #fdb819;
}
.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .yith-wcwl-wishlistaddedbrowse.show a:before,
.countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-bottom .yith-wcwl-wishlistexistsbrowse.show a:before {
  color: #fff;
}
.countdown-slider7 .resp-slider-container .slider .item .item-wrapt:hover .item-detail .item-image-countdown a.sw-quickview {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.sw-woo-tab-cat2 {
  background: #fff;
  margin-bottom: 60px;
}
.sw-woo-tab-cat2 .banner-inner {
  width: 280px;
  float: left;
  margin-right: 20px;
}
.rtl .sw-woo-tab-cat2 .banner-inner {
  margin: 0 0 0 20px;
  float: right;
}
.sw-woo-tab-cat2 .banner-inner 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-woo-tab-cat2 .banner-inner .item-banner {
  overflow: hidden;
}
.sw-woo-tab-cat2 .banner-inner .item-banner: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-woo-tab-cat2 .top-tab-slider {
  overflow: hidden;
}
.sw-woo-tab-cat2 .top-tab-slider .nav-tabs {
  border: none;
  margin: 0;
}
.sw-woo-tab-cat2 .top-tab-slider .nav-tabs li {
  margin: 0 30px 0 0;
}
.rtl .sw-woo-tab-cat2 .top-tab-slider .nav-tabs li {
  margin: 0 0 0 30px;
  float: right;
}
.sw-woo-tab-cat2 .top-tab-slider .nav-tabs li a {
  border: none;
  font-size: 16px;
  padding: 30px 0;
  text-transform: uppercase;
  font-weight: 600;
  color: #111;
  -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-cat2 .top-tab-slider .nav-tabs li a:hover {
  border: none;
  background: none;
  color: #fdb819;
  -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-cat2 .top-tab-slider .tab-content .tab-pane .resp-slider-container .slider .item {
  padding: 0 20px 0 0;
}
.rtl .sw-woo-tab-cat2 .top-tab-slider .tab-content .tab-pane .resp-slider-container .slider .item {
  padding: 0 0 0 20px;
}
.sw-woo-tab-cat2 .top-tab-slider .tab-content .tab-pane .resp-slider-container .slider .item .item-wrap .item-detail .products-thumb {
  border-bottom: 1px #ddd solid;
}
.sw-woo-tab-cat2 .top-tab-slider .tab-content .tab-pane .resp-slider-container .slider .item .item-wrap .item-detail .item-content {
  padding: 20px 5px;
}
.sw-woo-tab-cat2 .top-tab-slider .tab-content .tab-pane .resp-slider-container .slider .item .item-wrap .item-detail .item-content h4 {
  margin: 10px 0 20px 0;
}
.sw-woo-tab-cat2 .top-tab-slider .tab-content .tab-pane .resp-slider-container .slider .item .item-wrap .item-detail .item-content .reviews-content {
  margin-bottom: 8px;
}
.sw-category-slider9 {
  margin-bottom: 30px;
  position: relative;
}
.sw-category-slider9 .box-title {
  border-bottom: 1px #ddd solid;
  margin-bottom: 30px;
}
.sw-category-slider9 .box-title h3 {
  font-size: 20px;
  text-transform: uppercase;
  color: #111;
  font-weight: bold;
  float: left;
}
.rtl .sw-category-slider9 .box-title h3 {
  float: right;
}
.sw-category-slider9 .box-title a {
  float: right;
  font-size: 13px;
  text-transform: capitalize;
  padding-top: 5px;
  -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-category-slider9 .box-title a {
  float: left;
}
.sw-category-slider9 .box-title a: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;
}
.sw-category-slider9 .resp-slider-container .slider {
  margin: 0 -15px;
}
.sw-category-slider9 .resp-slider-container .slider .item {
  padding: 2px 15px;
}
.sw-category-slider9 .resp-slider-container .slider .item .item-inner {
  border: 1px #ddd solid;
  box-shadow: 0 0 4px 2px transparent;
  padding: 30px 10px;
  margin-bottom: 30px;
  -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-slider9 .resp-slider-container .slider .item .item-inner .item-image {
  width: 50%;
  float: left;
  overflow: hidden;
}
.rtl .sw-category-slider9 .resp-slider-container .slider .item .item-inner .item-image {
  float: right;
}
.sw-category-slider9 .resp-slider-container .slider .item .item-inner .item-image a img {
  margin-bottom: 15px;
  -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-category-slider9 .resp-slider-container .slider .item .item-inner .item-content {
  overflow: hidden;
  padding: 0 10px;
}
.sw-category-slider9 .resp-slider-container .slider .item .item-inner .item-content h3 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}
.sw-category-slider9 .resp-slider-container .slider .item .item-inner .item-content .childcat-product-cat ul {
  margin: 0;
  list-style: none;
}
.sw-category-slider9 .resp-slider-container .slider .item .item-inner .item-content .childcat-product-cat ul li {
  position: relative;
  padding-left: 10px;
}
.rtl .sw-category-slider9 .resp-slider-container .slider .item .item-inner .item-content .childcat-product-cat ul li {
  padding-left: 0;
  padding-right: 10px;
}
.sw-category-slider9 .resp-slider-container .slider .item .item-inner .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-slider9 .resp-slider-container .slider .item .item-inner .item-content .childcat-product-cat ul li:before {
  left: auto;
  right: 1px;
}
.sw-category-slider9 .resp-slider-container .slider .item .item-inner .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: 3px 0;
}
.sw-category-slider9 .resp-slider-container .slider .item .item-inner .item-content .childcat-product-cat ul li a:hover {
  color: #fdb819;
  padding-left: 10px;
  -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-category-slider9 .resp-slider-container .slider .item .item-inner .item-content .childcat-product-cat ul li a:hover {
  padding-right: 10px;
  padding-left: 3px;
}
.sw-category-slider9 .resp-slider-container .slider .item .item-inner .item-content .childcat-product-cat ul li.view-all {
  padding-left: 0;
  margin-top: 10px;
}
.rtl .sw-category-slider9 .resp-slider-container .slider .item .item-inner .item-content .childcat-product-cat ul li.view-all {
  padding-right: 0;
}
.sw-category-slider9 .resp-slider-container .slider .item .item-inner .item-content .childcat-product-cat ul li.view-all a {
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  background: #282828;
  color: #fff;
  border-radius: 4px;
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
}
.sw-category-slider9 .resp-slider-container .slider .item .item-inner .item-content .childcat-product-cat ul li.view-all a:hover {
  padding: 0 15px;
  background: #fdb819;
  -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-slider9 .resp-slider-container .slider .item .item-inner .item-content .childcat-product-cat ul li.view-all:before {
  display: none;
}
.sw-category-slider9 .resp-slider-container .slider .item .item-inner:hover {
  border-color: transparent;
  box-shadow: 0 0 4px 2px #ebebeb;
  -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-slider9 .resp-slider-container .slider .item .item-inner:hover .item-image a 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);
  -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-style9 .header-mid {
    padding: 15px 0;
  }
  .header-style9 .header-mid .right-header .wishlist {
    display: none;
  }
  .header-style9 .top-form.top-form-minicart .top-minicart-icon .cart-title {
    display: none;
  }
  .header-style9 .top-form.top-form-minicart .top-minicart-icon .cart-contents {
    border: none;
  }
  .rtl .header-style9 .top-form.top-form-minicart .top-minicart-icon .cart-contents {
    border: none;
  }
  .header-style9 .vertical_megamenu-header .wrapper_vertical_menu .resmenu-container .navbar-toggle {
    border: 1px #111 solid;
    margin-right: 0;
  }
  .header-style9 .resmenu-container .menu-responsive-wrapper {
    top: 52px;
  }
  .header-style9 #main-menu {
    float: right;
  }
  .rtl .header-style9 #main-menu {
    float: left;
  }
  .header-style9 #main-menu .primary-menu .resmenu-container .navbar-toggle {
    margin: 8px 0;
    border: 1px #fdb819 solid;
    border-radius: 4px;
    float: right;
  }
  .rtl .header-style9 #main-menu .primary-menu .resmenu-container .navbar-toggle {
    float: left;
  }
  .header-style9 #main-menu .primary-menu .resmenu-container .navbar-toggle .icon-bar {
    background: #fdb819;
  }
  .header-style9 #main-menu .primary-menu .resmenu-container .menu-responsive-wrapper {
    right: 15px;
  }
  .rtl .header-style9 #main-menu .primary-menu .resmenu-container .menu-responsive-wrapper {
    left: 15px;
    right: auto;
  }
  .home-style9 .header-style9 .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);
  }
  .block-text6 ul li .fly-icon {
    float: none;
    margin: 0 auto;
  }
  .rtl .block-text6 ul li .fly-icon {
    float: none;
    margin: 0 auto;
  }
  .block-text6 ul li .wrap-text {
    overflow: inherit;
    padding: 5px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .header-style9 .sticky-menu {
    position: relative;
  }
  .header-style9 .header-top .left-header {
    display: none;
  }
  .header-style9 .header-mid .left-header {
    width: 100%;
    margin-bottom: 15px;
  }
  .header-style9 .header-mid .top-form.top-form-minicart {
    width: 20%;
  }
  .header-style9 .header-mid .search-cate {
    width: 80%;
    margin: 0;
  }
  .rtl .header-style9 .header-mid .search-cate {
    margin: 0;
  }
  .countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-image-countdown {
    width: 100%;
  }
  .countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content {
    overflow: inherit;
    padding: 0 15px;
  }
  .sw-woo-tab-cat2 .banner-inner {
    display: none;
  }
  .sw-woo-tab-cat2 .top-tab-slider {
    overflow: inherit;
    padding: 0 15px;
  }
  .sw-woo-tab-cat2 .top-tab-slider .nav-tabs {
    padding: 10px 0;
  }
  .sw-woo-tab-cat2 .top-tab-slider .nav-tabs li {
    width: 50%;
    margin: 0;
  }
  .rtl .sw-woo-tab-cat2 .top-tab-slider .nav-tabs li {
    margin: 0;
  }
  .sw-woo-tab-cat2 .top-tab-slider .nav-tabs li a {
    padding: 10px 0 0 0;
  }
  .sw-woo-tab-cat2 .top-tab-slider .tab-content .tab-pane .resp-slider-container .slider .item {
    padding: 0;
  }
  .rtl .sw-woo-tab-cat2 .top-tab-slider .tab-content .tab-pane .resp-slider-container .slider .item {
    padding: 0;
  }
  .sw-category-slider9 .box-title a {
    display: none;
  }
  .sw-category-slider9 .resp-slider-container .slider .item .item-inner .item-image {
    width: 100%;
    float: none;
  }
  .rtl .sw-category-slider9 .resp-slider-container .slider .item .item-inner .item-image {
    float: none;
  }
  .sw-category-slider9 .resp-slider-container .slider .item .item-inner .item-content {
    overflow: inherit;
  }
}
@media (max-width: 640px) {
  .header-style9 .autusin_top .top-form.top-search .cat-wrapper {
    display: none;
  }
  .header-style9 .autusin_top .top-form.top-search input {
    padding-left: 10px;
  }
  .rtl .header-style9 .autusin_top .top-form.top-search input {
    padding-right: 10px;
  }
}
@media (max-width: 360px) {
  .countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-countdown .countdown-row .countdown-section {
    width: 50px;
  }
  .countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-countdown .countdown-row .countdown-section .countdown-amount {
    font-size: 18px;
  }
  .countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content .item-countdown .countdown-row .countdown-section .countdown-period {
    font-size: 12px;
  }
}
.home-style10 .wpb_revslider_element {
  margin-bottom: 30px;
}
.home-style10 .header-style10 {
  margin-bottom: 20px;
}
.home-style10 .sw-brand-container-slider {
  margin: 0;
}
.home-style10 .sw-brand-container-slider .slider .item-brand-cat {
  padding: 2px 3px;
}
.home-style10 .sw-brand-container-slider .slider .item-brand-cat .item-image {
  border: none;
}
.home-style10 .sw-brand-container-slider .slider .item-brand-cat .item-image a img:hover {
  box-shadow: 0 0 10px 1px #dbdbdb;
  -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-style10 .header-top {
  background: #f0f0f0;
  min-height: 43px;
}
.header-style10 .header-top .left-header {
  margin: 3px 0;
}
.header-style10 .header-top .mid-header {
  margin-top: 13px;
  text-transform: capitalize;
  font-size: 12px;
  text-align: center;
  color: #545454;
}
.header-style10 .header-top .right-header2 {
  padding-top: 5px;
}
.header-style10 .header-top .right-header2 .sw-autusin-account {
  margin: 0;
}
.header-style10 .header-top .right-header2 .sw-autusin-account:before {
  display: none;
}
.header-style10 .header-top .right-header2 .sw-autusin-account i.fa {
  color: #545454;
  padding: 9px;
  font-size: 14px;
}
.header-style10 .header-top .right-header2 .wishlist {
  padding: 6px;
  position: relative;
  margin: 0 10px;
}
.header-style10 .header-top .right-header2 .wishlist:before {
  content: "";
  height: 12px;
  width: 1px;
  background: #545454;
  position: absolute;
  top: 10px;
  left: -6px;
}
.header-style10 .header-top .right-header2 .wishlist:after {
  content: "";
  height: 12px;
  width: 1px;
  background: #545454;
  position: absolute;
  top: 10px;
  right: -6px;
}
.header-style10 .top-form.top-form-minicart .top-minicart-icon a {
  padding: 5px 0;
  display: inline-block;
  vertical-align: top;
}
.header-style10 .top-form.top-form-minicart .top-minicart-icon a i.fa {
  padding: 0 5px;
}
.header-style10 .header-mid {
  padding: 3px 0;
  background: #252525;
}
.header-style10 .header-mid .autusin-logo {
  margin: 12px 0;
}
.header-style10 .header-mid .autusin-logo a img {
  max-width: 230px;
}
.header-style10 .header-mid .top-header {
  padding: 10px 0;
}
.header-style10 .header-mid .main-menu {
  padding-top: 18px;
}
.header-style10 .header-mid .search-cate {
  margin-top: 30px;
  position: relative;
}
.header-style10 .header-mid .search-cate .icon-search {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  color: #fff;
}
.header-style10 .header-mid .search-cate .top-form.top-search {
  position: absolute;
  right: 0;
  top: 36px;
  display: none;
}
.header-style10 .header-mid .search-cate .top-form.top-search.open {
  display: block;
}
.rtl .header-style10 .header-mid .search-cate .top-form.top-search {
  right: auto;
  left: 0;
}
.header-style10 #lang_sel > ul.nav {
  margin-left: 0;
}
.rtl .header-style10 #lang_sel > ul.nav {
  margin-right: 0;
}
.header-style10 #lang_sel > ul.nav > li {
  padding: 10px 0 6px 0;
}
.header-style10 #lang_sel > ul.nav > li > a {
  padding-left: 0;
}
.rtl .header-style10 #lang_sel > ul.nav > li > a {
  padding-right: 0;
}
.header-style10 .currency_w {
  margin: 0;
}
.rtl .header-style10 .currency_w {
  margin: 0;
}
.header-style10 .currency_w > li {
  padding: 10px 0 6px 0;
}
.header-style10 .nav-pills >li > a {
  color: #fff;
}
.header-style10 .nav-pills >li.active >a,
.header-style10 .nav-pills >li.active >a:hover,
.header-style10 .nav-pills >li.active >a:focus,
.header-style10 .nav-pills >li:hover > a {
  color: #fdb819;
}
.header-style10 .sticky-menu {
  position: fixed;
  z-index: 99;
  background: #252525;
}
.wp_verticle_autusin .wrapper_vertical_menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.countdown-slider6 {
  position: relative;
  margin-bottom: 30px;
}
.countdown-slider6 .box-title h3 {
  font-size: 18px;
  text-transform: uppercase;
  color: #111;
  font-weight: 600;
  background: #f0f0f0;
  padding: 15px;
  margin-bottom: 0;
}
.countdown-slider6 .item .item-detail .item-content .item-price {
  margin-bottom: 10px;
}
.countdown-slider6 .item .item-detail .item-content .item-countdown .countdown-row .countdown-section {
  display: inline-block;
  width: 25%;
  background: #fff;
  padding: 5px 0;
  border: 1px #111 solid;
  border-width: 1px 0 1px 1px;
}
.rtl .countdown-slider6 .item .item-detail .item-content .item-countdown .countdown-row .countdown-section {
  border-width: 1px 1px 1px 0;
}
.countdown-slider6 .item .item-detail .item-content .item-countdown .countdown-row .countdown-section span {
  display: block;
}
.countdown-slider6 .item .item-detail .item-content .item-countdown .countdown-row .countdown-section .countdown-amount {
  font-size: 18px;
  color: #111;
  font-weight: 600;
}
.countdown-slider6 .item .item-detail .item-content .item-countdown .countdown-row .countdown-section .countdown-period {
  font-size: 12px;
  color: #111;
  text-transform: uppercase;
}
.countdown-slider6 .item .item-detail .item-content .item-countdown .countdown-row .countdown-section:last-child {
  border-right: 1px #111 solid;
}
.rtl .countdown-slider6 .item .item-detail .item-content .item-countdown .countdown-row .countdown-section:last-child {
  border-left: 1px #111 solid;
}
.countdown-slider6 .res-button {
  position: absolute;
  top: 0;
  cursor: pointer;
  font-size: 24px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 23px;
  z-index: 8;
}
.countdown-slider6 .res-button.slick-next {
  right: 0;
}
.rtl .countdown-slider6 .res-button.slick-next {
  left: 0;
  right: auto;
}
.countdown-slider6 .res-button.slick-next:before {
  content: '\f105';
  font-family: FontAwesome;
  color: #c4c4c4;
}
.rtl .countdown-slider6 .res-button.slick-next:before {
  content: '\f104';
}
.countdown-slider6 .res-button.slick-next: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;
}
.countdown-slider6 .res-button.slick-next:hover:before {
  color: #fdb819;
}
.countdown-slider6 .res-button.slick-prev {
  right: 30px;
}
.rtl .countdown-slider6 .res-button.slick-prev {
  left: 30px;
  right: auto;
}
.countdown-slider6 .res-button.slick-prev:before {
  content: '\f104';
  font-family: FontAwesome;
  color: #c4c4c4;
}
.rtl .countdown-slider6 .res-button.slick-prev:before {
  content: '\f105';
}
.countdown-slider6 .res-button.slick-prev: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;
}
.countdown-slider6 .res-button.slick-prev:hover:before {
  color: #fdb819;
}
.countdown-slider6 .res-button {
  top: 12px;
  background: #ccc;
  border-radius: 50%;
  font-size: 16px;
}
.countdown-slider6 .res-button.slick-prev {
  right: 45px;
}
.rtl .countdown-slider6 .res-button.slick-prev {
  left: 45px;
}
.countdown-slider6 .res-button.slick-prev:before {
  color: #fff;
}
.countdown-slider6 .res-button.slick-prev:hover {
  background: #111;
}
.countdown-slider6 .res-button.slick-next {
  right: 15px;
}
.rtl .countdown-slider6 .res-button.slick-next {
  left: 15px;
}
.countdown-slider6 .res-button.slick-next:before {
  color: #fff;
}
.countdown-slider6 .res-button.slick-next:hover {
  background: #111;
}
.sw-category-slider8 {
  margin-bottom: 60px;
  position: relative;
}
.sw-category-slider8 .box-title h3 {
  font-size: 20px;
  text-transform: uppercase;
  color: #111;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 1px #ddd solid;
  margin-bottom: 30px;
}
.sw-category-slider8 .resp-slider-container .slider .item .item-content h3 {
  font-size: 16px;
  text-transform: uppercase;
}
.sw-category-slider8 .resp-slider-container .slider .item .item-content .childcat-product-cat ul {
  margin: 0;
  list-style: none;
}
.sw-category-slider8 .resp-slider-container .slider .item .item-content .childcat-product-cat ul li {
  position: relative;
  padding-left: 10px;
}
.rtl .sw-category-slider8 .resp-slider-container .slider .item .item-content .childcat-product-cat ul li {
  padding-left: 0;
  padding-right: 10px;
}
.sw-category-slider8 .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-slider8 .resp-slider-container .slider .item .item-content .childcat-product-cat ul li:before {
  left: auto;
  right: 1px;
}
.sw-category-slider8 .resp-slider-container .slider .item .item-content .childcat-product-cat ul li a {
  font-size: 12px;
  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;
}
.sw-category-slider8 .resp-slider-container .slider .item .item-content .childcat-product-cat ul li a:hover {
  color: #fdb819;
  -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 .resp-slider-container .slider .item .item-content .childcat-product-cat ul li.view-all {
  padding-left: 0;
  margin-top: 10px;
}
.rtl .sw-category-slider8 .resp-slider-container .slider .item .item-content .childcat-product-cat ul li.view-all {
  padding-right: 0;
}
.sw-category-slider8 .resp-slider-container .slider .item .item-content .childcat-product-cat ul li.view-all a {
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  background: #282828;
  color: #fff;
  border-radius: 4px;
  display: inline-block;
  vertical-align: top;
}
.sw-category-slider8 .resp-slider-container .slider .item .item-content .childcat-product-cat ul li.view-all a:hover {
  background: #fdb819;
  -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 .resp-slider-container .slider .item .item-content .childcat-product-cat ul li.view-all:before {
  display: none;
}
.sw-category-slider8 .res-button {
  position: absolute;
  top: 0;
  cursor: pointer;
  font-size: 24px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 23px;
  z-index: 8;
}
.sw-category-slider8 .res-button.slick-next {
  right: 0;
}
.rtl .sw-category-slider8 .res-button.slick-next {
  left: 0;
  right: auto;
}
.sw-category-slider8 .res-button.slick-next:before {
  content: '\f105';
  font-family: FontAwesome;
  color: #c4c4c4;
}
.rtl .sw-category-slider8 .res-button.slick-next:before {
  content: '\f104';
}
.sw-category-slider8 .res-button.slick-next: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;
}
.sw-category-slider8 .res-button.slick-next:hover:before {
  color: #fdb819;
}
.sw-category-slider8 .res-button.slick-prev {
  right: 30px;
}
.rtl .sw-category-slider8 .res-button.slick-prev {
  left: 30px;
  right: auto;
}
.sw-category-slider8 .res-button.slick-prev:before {
  content: '\f104';
  font-family: FontAwesome;
  color: #c4c4c4;
}
.rtl .sw-category-slider8 .res-button.slick-prev:before {
  content: '\f105';
}
.sw-category-slider8 .res-button.slick-prev: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;
}
.sw-category-slider8 .res-button.slick-prev:hover:before {
  color: #fdb819;
}
.sw-category-slider8 .res-button {
  top: 0px;
  background: #ccc;
  border-radius: 50%;
  font-size: 16px;
}
.sw-category-slider8 .res-button.slick-prev {
  right: 30px;
}
.rtl .sw-category-slider8 .res-button.slick-prev {
  left: 30px;
}
.sw-category-slider8 .res-button.slick-prev:before {
  color: #fff;
}
.sw-category-slider8 .res-button.slick-prev:hover {
  background: #111;
}
.sw-category-slider8 .res-button.slick-next {
  right: 0;
}
.rtl .sw-category-slider8 .res-button.slick-next {
  left: 0;
}
.sw-category-slider8 .res-button.slick-next:before {
  color: #fff;
}
.sw-category-slider8 .res-button.slick-next:hover {
  background: #111;
}
.featured-product2,
.woo-slider-theme2 {
  margin-bottom: 20px;
  position: relative;
}
.featured-product2 .box-title h3,
.woo-slider-theme2 .box-title h3 {
  font-size: 20px;
  text-transform: uppercase;
  color: #111;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 1px #ddd solid;
  margin-bottom: 30px;
}
.featured-product2 .item .item-wrap .item-detail,
.woo-slider-theme2 .item .item-wrap .item-detail {
  border: none;
}
.featured-product2 .res-button,
.woo-slider-theme2 .res-button {
  position: absolute;
  top: 0;
  cursor: pointer;
  font-size: 24px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 23px;
  z-index: 8;
}
.featured-product2 .res-button.slick-next,
.woo-slider-theme2 .res-button.slick-next {
  right: 0;
}
.rtl .featured-product2 .res-button.slick-next,
.rtl .woo-slider-theme2 .res-button.slick-next {
  left: 0;
  right: auto;
}
.featured-product2 .res-button.slick-next:before,
.woo-slider-theme2 .res-button.slick-next:before {
  content: '\f105';
  font-family: FontAwesome;
  color: #c4c4c4;
}
.rtl .featured-product2 .res-button.slick-next:before,
.rtl .woo-slider-theme2 .res-button.slick-next:before {
  content: '\f104';
}
.featured-product2 .res-button.slick-next:hover,
.woo-slider-theme2 .res-button.slick-next: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;
}
.featured-product2 .res-button.slick-next:hover:before,
.woo-slider-theme2 .res-button.slick-next:hover:before {
  color: #fdb819;
}
.featured-product2 .res-button.slick-prev,
.woo-slider-theme2 .res-button.slick-prev {
  right: 30px;
}
.rtl .featured-product2 .res-button.slick-prev,
.rtl .woo-slider-theme2 .res-button.slick-prev {
  left: 30px;
  right: auto;
}
.featured-product2 .res-button.slick-prev:before,
.woo-slider-theme2 .res-button.slick-prev:before {
  content: '\f104';
  font-family: FontAwesome;
  color: #c4c4c4;
}
.rtl .featured-product2 .res-button.slick-prev:before,
.rtl .woo-slider-theme2 .res-button.slick-prev:before {
  content: '\f105';
}
.featured-product2 .res-button.slick-prev:hover,
.woo-slider-theme2 .res-button.slick-prev: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;
}
.featured-product2 .res-button.slick-prev:hover:before,
.woo-slider-theme2 .res-button.slick-prev:hover:before {
  color: #fdb819;
}
.featured-product2 .res-button,
.woo-slider-theme2 .res-button {
  top: 0px;
  background: #ccc;
  border-radius: 50%;
  font-size: 16px;
}
.featured-product2 .res-button.slick-prev,
.woo-slider-theme2 .res-button.slick-prev {
  right: 30px;
}
.rtl .featured-product2 .res-button.slick-prev,
.rtl .woo-slider-theme2 .res-button.slick-prev {
  left: 30px;
}
.featured-product2 .res-button.slick-prev:before,
.woo-slider-theme2 .res-button.slick-prev:before {
  color: #fff;
}
.featured-product2 .res-button.slick-prev:hover,
.woo-slider-theme2 .res-button.slick-prev:hover {
  background: #111;
}
.featured-product2 .res-button.slick-next,
.woo-slider-theme2 .res-button.slick-next {
  right: 0;
}
.rtl .featured-product2 .res-button.slick-next,
.rtl .woo-slider-theme2 .res-button.slick-next {
  left: 0;
}
.featured-product2 .res-button.slick-next:before,
.woo-slider-theme2 .res-button.slick-next:before {
  color: #fff;
}
.featured-product2 .res-button.slick-next:hover,
.woo-slider-theme2 .res-button.slick-next:hover {
  background: #111;
}
.responsive-post-slider5 {
  margin-bottom: 45px;
  position: relative;
}
.responsive-post-slider5 .resp-slider-container .box-title h3 {
  font-size: 20px;
  text-transform: uppercase;
  color: #111;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 1px #ddd solid;
  margin-bottom: 30px;
}
.responsive-post-slider5 .resp-slider-container .slider {
  margin: 0 -15px;
}
.responsive-post-slider5 .resp-slider-container .slider .item {
  padding: 0 15px;
}
.responsive-post-slider5 .resp-slider-container .slider .item .item-inner .img_over {
  position: relative;
  overflow: hidden;
}
.responsive-post-slider5 .resp-slider-container .slider .item .item-inner .img_over a img {
  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;
}
.responsive-post-slider5 .resp-slider-container .slider .item .item-inner .img_over: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;
}
.responsive-post-slider5 .resp-slider-container .slider .item .item-inner .img_over .latest_post_date {
  height: 70px;
  width: 50px;
  background: #fdb819;
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 5px;
  text-align: center;
}
.rtl .responsive-post-slider5 .resp-slider-container .slider .item .item-inner .img_over .latest_post_date {
  left: auto;
  right: 10px;
}
.responsive-post-slider5 .resp-slider-container .slider .item .item-inner .img_over .latest_post_date span {
  display: block;
}
.responsive-post-slider5 .resp-slider-container .slider .item .item-inner .img_over .latest_post_date .post_day {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
}
.responsive-post-slider5 .resp-slider-container .slider .item .item-inner .img_over .latest_post_date .post_my {
  color: #fff;
  font-size: 14px;
}
.responsive-post-slider5 .resp-slider-container .slider .item .item-inner .entry-content {
  overflow: hidden;
  padding: 15px 0;
}
.responsive-post-slider5 .resp-slider-container .slider .item .item-inner .entry-content .entry-meta {
  font-size: 12px;
  margin-bottom: 10px;
  color: #999;
}
.responsive-post-slider5 .resp-slider-container .slider .item .item-inner .entry-content .entry-meta a {
  font-size: 12px;
}
.responsive-post-slider5 .resp-slider-container .slider .item .item-inner .entry-content .entry-meta i {
  color: #999;
  margin: 0 1px;
}
.responsive-post-slider5 .resp-slider-container .slider .item .item-inner .entry-content .entry-meta .entry-author,
.responsive-post-slider5 .resp-slider-container .slider .item .item-inner .entry-content .entry-meta .entry-comment {
  display: inline-block;
  vertical-align: top;
}
.responsive-post-slider5 .resp-slider-container .slider .item .item-inner .entry-content .entry-meta .entry-comment {
  padding: 0 10px;
}
.responsive-post-slider5 .resp-slider-container .slider .item .item-inner .entry-content .item-title h4 {
  font-size: 14px;
}
.responsive-post-slider5 .resp-slider-container .slider .item .item-inner .entry-content .item-title h4 a {
  color: #111;
  -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-slider5 .resp-slider-container .slider .item .item-inner .entry-content .item-title h4 a:hover {
  color: #fdb819;
  -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-slider5 .resp-slider-container .slider .item .item-inner .entry-content .description {
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 10px;
}
.responsive-post-slider5 .resp-slider-container .slider .item .item-inner .entry-content .readmore {
  color: #fdb819;
  font-size: 13px;
}
.responsive-post-slider5 .resp-slider-container .slider .item .item-inner .entry-content .readmore a {
  color: #fdb819;
}
.rtl .responsive-post-slider5 .resp-slider-container .slider .item .item-inner .entry-content .readmore i:before {
  content: '\f0d9';
}
.responsive-post-slider5 .res-button {
  position: absolute;
  top: 0;
  cursor: pointer;
  font-size: 24px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 23px;
  z-index: 8;
}
.responsive-post-slider5 .res-button.slick-next {
  right: 0;
}
.rtl .responsive-post-slider5 .res-button.slick-next {
  left: 0;
  right: auto;
}
.responsive-post-slider5 .res-button.slick-next:before {
  content: '\f105';
  font-family: FontAwesome;
  color: #c4c4c4;
}
.rtl .responsive-post-slider5 .res-button.slick-next:before {
  content: '\f104';
}
.responsive-post-slider5 .res-button.slick-next: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;
}
.responsive-post-slider5 .res-button.slick-next:hover:before {
  color: #fdb819;
}
.responsive-post-slider5 .res-button.slick-prev {
  right: 30px;
}
.rtl .responsive-post-slider5 .res-button.slick-prev {
  left: 30px;
  right: auto;
}
.responsive-post-slider5 .res-button.slick-prev:before {
  content: '\f104';
  font-family: FontAwesome;
  color: #c4c4c4;
}
.rtl .responsive-post-slider5 .res-button.slick-prev:before {
  content: '\f105';
}
.responsive-post-slider5 .res-button.slick-prev: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;
}
.responsive-post-slider5 .res-button.slick-prev:hover:before {
  color: #fdb819;
}
.responsive-post-slider5 .res-button {
  top: 0px;
  background: #ccc;
  border-radius: 50%;
  font-size: 16px;
}
.responsive-post-slider5 .res-button.slick-prev {
  right: 30px;
}
.rtl .responsive-post-slider5 .res-button.slick-prev {
  left: 30px;
}
.responsive-post-slider5 .res-button.slick-prev:before {
  color: #fff;
}
.responsive-post-slider5 .res-button.slick-prev:hover {
  background: #111;
}
.responsive-post-slider5 .res-button.slick-next {
  right: 0;
}
.rtl .responsive-post-slider5 .res-button.slick-next {
  left: 0;
}
.responsive-post-slider5 .res-button.slick-next:before {
  color: #fff;
}
.responsive-post-slider5 .res-button.slick-next:hover {
  background: #111;
}
.block-infos {
  border-radius: 4px;
  border: 1px #ddd solid;
  padding: 0 15px;
  border-top: none;
  margin-bottom: 60px;
}
.block-infos .info {
  border-bottom: 1px #ddd solid;
  padding: 15px 0;
}
.block-infos .info .inner i.fa {
  font-size: 30px;
  float: left;
  width: 50px;
  text-align: center;
  color: #fdb819;
  margin-top: 5px;
}
.rtl .block-infos .info .inner i.fa {
  float: right;
}
.block-infos .info .inner .info-cont {
  overflow: hidden;
}
.block-infos .info .inner .info-cont span {
  font-size: 14px;
  color: #111;
  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;
}
.block-infos .info .inner .info-cont p {
  font-size: 12px;
  color: #999;
  text-transform: capitalize;
  margin-bottom: 0;
}
.block-infos .info:last-child {
  border-bottom: none;
}
.block-infos .info:hover .inner .info-cont span {
  color: #fdb819;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.best-selling-product3 {
  margin-bottom: 60px;
}
.best-selling-product3 .box-title h3 {
  font-size: 18px;
  text-transform: uppercase;
  color: #111;
  font-weight: 600;
  background: #f0f0f0;
  padding: 15px;
  margin-bottom: 0;
}
.best-selling-product3 .sale-off,
.best-selling-product3 .sw-newlabel,
.best-selling-product3 .sw-outstock {
  display: none;
}
.best-selling-product3 .wrap-content {
  border: 1px #ddd solid;
  border-top: none;
}
.best-selling-product3 .wrap-content .item {
  overflow: hidden;
  border-bottom: 1px #ddd solid;
}
.best-selling-product3 .wrap-content .item .item-wrap {
  text-align: left;
  margin: 15px 0;
  padding: 0 10px;
}
.rtl .best-selling-product3 .wrap-content .item .item-wrap {
  text-align: right;
}
.best-selling-product3 .wrap-content .item .item-wrap .item-img {
  width: 75px;
  float: left;
  margin-right: 15px;
}
.rtl .best-selling-product3 .wrap-content .item .item-wrap .item-img {
  float: right;
  margin-right: 0;
  margin-left: 15px;
}
.best-selling-product3 .wrap-content .item .item-wrap .item-content {
  overflow: hidden;
  padding-top: 16px;
}
.best-selling-product3 .wrap-content .item .item-wrap .item-content h4 {
  font-size: 14px;
}
.best-selling-product3 .wrap-content .item .item-wrap .item-content .item-price {
  font-size: 14px;
}
.best-selling-product3 .wrap-content .item .item-wrap .item-content .item-price del {
  color: #999;
  text-decoration: line-through;
}
.best-selling-product3 .wrap-content .item:last-child {
  border-bottom: none;
}
.testimonial-slider3 {
  margin-bottom: 60px;
}
.testimonial-slider3 .box-title h3 {
  font-size: 18px;
  text-transform: uppercase;
  color: #111;
  font-weight: 600;
  background: #f0f0f0;
  padding: 15px;
  margin-bottom: 0;
}
.testimonial-slider3 .resp-slider-container {
  border: 1px #ddd solid;
}
.testimonial-slider3 .resp-slider-container .slider .item {
  padding: 30px 15px 0 15px;
  text-align: center;
}
.testimonial-slider3 .resp-slider-container .slider .item .image-client {
  width: 100%;
  float: none;
  margin-bottom: 20px;
}
.testimonial-slider3 .resp-slider-container .slider .item .image-client img {
  display: table;
  margin: 0 auto;
  border: 4px #ddd solid;
  border-radius: 50%;
  width: 100px;
}
.testimonial-slider3 .resp-slider-container .slider .item .image-client img:hover {
  opacity: 0.8;
}
.testimonial-slider3 .resp-slider-container .slider .item .client-comment {
  font-size: 12px;
  color: #111;
  max-width: 800px;
  margin: 0 auto 10px auto;
  line-height: 22px;
}
.testimonial-slider3 .resp-slider-container .slider .item .name-client h3 {
  font-size: 14px;
  color: #111;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 9px;
}
.testimonial-slider3 .resp-slider-container .slick-dots {
  margin: 0 0 20px 0;
  text-align: center;
}
.testimonial-slider3 .resp-slider-container .slick-dots li {
  list-style: none;
  display: inline-block;
  vertical-align: top;
  margin: 0 3px;
}
.testimonial-slider3 .resp-slider-container .slick-dots li button {
  font-size: 0;
  width: 10px;
  height: 10px;
  padding: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  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;
}
.testimonial-slider3 .resp-slider-container .slick-dots li.slick-active button,
.testimonial-slider3 .resp-slider-container .slick-dots li:hover button {
  background: #fdb819;
  border: 1px #fdb819 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;
}
@media (max-width: 1199px) {
  .header-style10 .header-mid .autusin-logo a img {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .header-style10 #main-menu .primary-menu .resmenu-container .navbar-toggle {
    border: 1px #fdb819 solid;
    border-radius: 4px;
  }
  .header-style10 #main-menu .primary-menu .resmenu-container .navbar-toggle .icon-bar {
    background: #fdb819;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-style10 .resmenu-container .menu-responsive-wrapper {
    top: 65px;
  }
  .header-style10 .header-mid .main-menu {
    padding-top: 15px;
  }
  .header-style10 .header-mid .search-cate {
    margin-top: 28px;
  }
  .wp_verticle_autusin .wrapper_vertical_menu {
    min-width: 229px;
  }
}
@media (max-width: 767px) {
  .wrapin-flex {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .wrapin-flex .wrapin-flex1 {
    order: 1;
    -webkit-order: 1;
    width: 100%;
  }
  .wrapin-flex .wrapin-flex2 {
    order: -1;
    -webkit-order: -1;
    width: 100%;
  }
  .header-style10 .header-top .left-header {
    float: left;
    width: 50%;
  }
  .rtl .header-style10 .header-top .left-header {
    float: right;
  }
  .header-style10 .header-top .mid-header {
    display: none;
  }
  .header-style10 .header-top .right-header2 {
    float: right;
    width: 50%;
  }
  .rtl .header-style10 .header-top .right-header2 {
    float: left;
  }
  .header-style10 .header-mid .autusin-logo a img {
    max-width: 170px;
  }
  .header-style10 .header-mid #main-menu {
    padding: 0;
  }
  .header-style10 .header-mid #main-menu .primary-menu .resmenu-container .navbar-toggle {
    margin: 0;
  }
  .header-style10 .header-mid .search-cate {
    margin-top: 0;
  }
  .header-style10 .sticky-menu {
    position: relative;
    top: auto;
    left: auto;
  }
  .block-infos {
    display: none;
  }
  .home-style10 .wp_verticle_autusin {
    display: none;
  }
}
@media (max-width: 640px) {
  .header-style10 .header-top .right-header2,
  .header-style10 .header-top .left-header {
    width: auto;
  }
}
.home-style11 .wpb_revslider_element {
  margin-bottom: 30px;
}
.home-style11 .sw-brand-container-slider {
  margin: 58px 0;
}
.home-style11 .see-more {
  color: #fff;
}
.header-style11 {
  border-bottom: 1px #ddd solid;
}
.home-style11 .header-style11 {
  border-bottom: none;
}
.header-style11 .header-top {
  background: #fff;
  min-height: 43px;
  border-bottom: 1px #ddd solid;
}
.header-style11 .header-top .left-header {
  margin: 11px 0;
}
.header-style11 .header-top .left-header a {
  color: #111;
}
.header-style11 .header-top .mid-header {
  margin-top: 13px;
  text-transform: uppercase;
  font-size: 12px;
  text-align: center;
  color: #545454;
  font-weight: 600;
}
.header-style11 .header-top .right-header2 {
  padding-top: 5px;
}
.header-style11 .header-top .right-header2 .sw-autusin-account {
  margin: 0;
}
.header-style11 .header-top .right-header2 .sw-autusin-account:before {
  display: none;
}
.header-style11 .header-top .right-header2 .sw-autusin-account i.fa {
  color: #545454;
  padding: 9px;
  font-size: 14px;
}
.header-style11 .header-top .right-header2 .wishlist {
  padding: 6px;
  position: relative;
  margin: 0 10px;
}
.header-style11 .header-top .right-header2 .wishlist:before {
  content: "";
  height: 12px;
  width: 1px;
  background: #545454;
  position: absolute;
  top: 10px;
  left: -6px;
}
.header-style11 .header-top .right-header2 .wishlist:after {
  content: "";
  height: 12px;
  width: 1px;
  background: #545454;
  position: absolute;
  top: 10px;
  right: -6px;
}
.header-style11 .top-form.top-form-minicart .top-minicart-icon a {
  padding: 5px 0;
  display: inline-block;
  vertical-align: top;
}
.header-style11 .top-form.top-form-minicart .top-minicart-icon a i.fa {
  padding: 0 5px;
}
.header-style11 .header-mid {
  padding: 22px 0 24px 0;
}
.header-style11 .header-mid .mid-header {
  text-align: center;
}
.header-style11 .header-mid .mid-header .autusin-logo {
  margin: 8px 0;
}
.header-style11 .header-mid .mid-header .autusin-logo a {
  display: inline-block;
  vertical-align: top;
}
.header-style11 .header-mid .mid-header .autusin-logo a img {
  margin: 0 auto;
  max-width: 225px;
}
.header-style11 .header-mid .search-cate {
  margin-top: 1px;
}
.header-style11 .header-mid .search-cate .top-form.top-search {
  width: 270px;
  position: relative;
  display: block;
  top: 18px;
  font-size: 12px;
  z-index: 98;
}
.rtl .header-style11 .header-mid .search-cate .top-form.top-search {
  float: left;
}
.header-style11 .header-mid .search-cate .top-form.top-search .topsearch-entry {
  padding-left: 0;
}
.rtl .header-style11 .header-mid .search-cate .top-form.top-search .topsearch-entry {
  padding-right: 0;
}
.header-style11 .header-mid .search-cate .top-form.top-search .topsearch-entry .icon-loading.loading {
  right: 95px;
}
.header-style11 .header-mid .search-cate .top-form.top-search .topsearch-entry .cat-wrapper {
  display: none;
}
.header-style11 .header-mid .search-cate .top-form.top-search .topsearch-entry input {
  background: #fff;
  height: 35px;
  line-height: 35px;
  padding: 0 5px;
  border-radius: 0;
  border-bottom: 1px #111 solid;
}
.header-style11 .header-mid .search-cate .top-form.top-search .topsearch-entry .button-search-pro {
  background-color: #fff;
  padding: 0 5px;
  text-align: right;
  border-radius: 0;
  height: 35px;
  line-height: 35px;
  color: #222;
  border-bottom: 1px #111 solid;
}
.rtl .header-style11 .header-mid .search-cate .top-form.top-search .topsearch-entry .button-search-pro {
  text-align: left;
}
.header-style11 .header-mid .search-cate .top-form.top-search .topsearch-entry .button-search-pro:hover {
  color: #fdb819;
}
.header-style11 .header-mid .search-cate .top-form.top-search .topsearch-entry .button-search-pro:hover:before {
  color: #fdb819;
}
.header-style11 #lang_sel > ul.nav {
  margin-left: 0;
}
.rtl .header-style11 #lang_sel > ul.nav {
  margin-right: 0;
}
.header-style11 #lang_sel > ul.nav > li {
  padding: 10px 0 6px 0;
}
.header-style11 #lang_sel > ul.nav > li > a {
  padding-left: 0;
}
.rtl .header-style11 #lang_sel > ul.nav > li > a {
  padding-right: 0;
}
.rtl .header-style11 .currency_w {
  margin: 0 20px 0 0;
}
.header-style11 .currency_w > li {
  padding: 10px 0 6px 0;
}
.header-style11 .currency_w > li:before {
  position: absolute;
  top: 12px;
  left: 0;
  width: 1px;
  height: 12px;
  background: #999;
  content: "";
}
.rtl .header-style11 .currency_w > li:before {
  left: auto;
  right: 0;
}
.header-style11 .main-menu {
  text-align: center;
}
.header-style11 .sticky-menu {
  position: fixed;
  box-shadow: 0px 0px 2px 1px #999;
  z-index: 99;
  background: #fff;
  padding: 2px 0;
}
.countdown-slider8 {
  margin-bottom: 50px;
}
.countdown-slider8 .box-title {
  text-align: center;
  margin-bottom: 20px;
}
.countdown-slider8 .box-title h3 {
  font-size: 24px;
  text-transform: uppercase;
  color: #111;
  font-weight: bold;
  position: relative;
  margin-bottom: 15px;
}
.countdown-slider8 .box-title h3:before {
  content: "";
  left: 0;
  right: 0;
  bottom: 50%;
  position: absolute;
  height: 2px;
  background: #ccc;
}
.countdown-slider8 .box-title h3 span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 0 20px;
  z-index: 2;
  background: #fff;
}
.countdown-slider8 .box-title .slider-description {
  max-width: 500px;
  padding: 0 15px;
  margin: 0 auto;
}
.countdown-slider8 .resp-slider-container .slider {
  margin: 0 -15px;
}
.countdown-slider8 .resp-slider-container .slider .item {
  padding: 0 15px;
}
.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail {
  border: none;
}
.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .products-thumb {
  border: 1px #ccc solid;
  margin-bottom: 10px;
}
.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .products-thumb .item-countdown {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  padding: 0 10px;
  -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 .countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .products-thumb .item-countdown {
  left: auto;
  right: 0;
}
.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .products-thumb .item-countdown .countdown-row .countdown-section {
  display: inline-block;
  vertical-align: top;
  width: 44px;
  background: #fdb819;
  padding: 4px 0;
  border: none;
  border-radius: 4px;
  margin: 0 3px;
}
.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .products-thumb .item-countdown .countdown-row .countdown-section span {
  display: block;
}
.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .products-thumb .item-countdown .countdown-row .countdown-section .countdown-amount {
  font-size: 16px;
  color: #fff;
}
.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .products-thumb .item-countdown .countdown-row .countdown-section .countdown-period {
  font-size: 12px;
  color: #fff;
  text-transform: capitalize;
}
.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .sale-off {
  background: #fdb819;
  height: 24px;
  line-height: 24px;
  border-radius: 0;
  width: 50px;
}
.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .sw-newlabel {
  height: 24px;
  line-height: 24px;
  border-radius: 0;
  width: 50px;
}
.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content {
  padding: 0 0 20px 0;
  text-align: left;
}
.rtl .countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content {
  text-align: right;
}
.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content h4 {
  margin: 15px 0 5px 0;
}
.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content h4 a {
  font-size: 16px;
  text-transform: uppercase;
}
.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content h4 a:after {
  display: none;
}
.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-price {
  font-size: 17px;
}
.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-price del {
  font-size: 16px;
}
.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom a.ajax_add_to_cart,
.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .add_to_cart_button,
.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_variable,
.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_external,
.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_grouped {
  background: #fff !important;
}
.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom a.ajax_add_to_cart:before,
.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .add_to_cart_button:before,
.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_variable:before,
.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_external:before,
.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_grouped:before {
  font-family: fontawesome;
  font-size: 13px;
  content: "\f291";
}
.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom a.ajax_add_to_cart.loading,
.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .add_to_cart_button.loading,
.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_variable.loading,
.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_external.loading,
.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_grouped.loading {
  background-color: #fdb819;
}
.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom a.ajax_add_to_cart.loading:before,
.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .add_to_cart_button.loading:before,
.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_variable.loading:before,
.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_external.loading:before,
.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_grouped.loading:before {
  left: 0 !important;
}
.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom a.ajax_add_to_cart.added,
.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .add_to_cart_button.added,
.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_variable.added,
.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_external.added,
.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_grouped.added {
  background-color: #fdb819 !important;
}
.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom a.ajax_add_to_cart.added:before,
.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .add_to_cart_button.added:before,
.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_variable.added:before,
.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_external.added:before,
.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_grouped.added:before {
  color: #fff;
}
.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom a.ajax_add_to_cart,
.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .add_to_cart_button,
.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_variable,
.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_external,
.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_grouped,
.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .compare-button a,
.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .sw-quickview {
  color: #222;
  background-color: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  min-width: 35px;
  height: 35px;
  line-height: 35px;
  box-shadow: 0px 1px 4px 1px #eee;
}
.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom a.ajax_add_to_cart:before,
.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .add_to_cart_button:before,
.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_variable:before,
.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_external:before,
.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_grouped:before,
.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,
.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before,
.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .compare-button a:before,
.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .sw-quickview:before {
  left: 11px;
  color: #222;
}
.rtl .countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom a.ajax_add_to_cart:before,
.rtl .countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .add_to_cart_button:before,
.rtl .countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_variable:before,
.rtl .countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_external:before,
.rtl .countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_grouped:before,
.rtl .countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,
.rtl .countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.rtl .countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before,
.rtl .countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .compare-button a:before,
.rtl .countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .sw-quickview:before {
  left: auto;
  right: 11px;
}
.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom a.ajax_add_to_cart:hover,
.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .add_to_cart_button:hover,
.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_variable:hover,
.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_external:hover,
.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_grouped:hover,
.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover,
.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover,
.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover,
.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .compare-button a:hover,
.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .sw-quickview:hover {
  background-color: #fdb819 !important;
  color: #fff;
  min-width: 35px;
}
.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom a.ajax_add_to_cart:hover:before,
.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .add_to_cart_button:hover:before,
.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_variable:hover:before,
.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_external:hover:before,
.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_grouped:hover:before,
.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover:before,
.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover:before,
.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover:before,
.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .compare-button a:hover:before,
.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .sw-quickview:hover:before {
  color: #fff;
}
.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-wishlistaddedbrowse.show a,
.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-wishlistexistsbrowse.show a {
  background: #fdb819 !important;
}
.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-wishlistaddedbrowse.show a:before,
.countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-wishlistexistsbrowse.show a:before {
  color: #fff;
}
.countdown-slider8 .resp-slider-container .slider .item .item-wrap2:hover .item-detail {
  border: none;
}
.sw-woo-tab-style5 {
  margin-bottom: 50px;
}
.sw-woo-tab-style5 .description {
  text-align: center;
  margin-bottom: 25px;
}
.sw-woo-tab-style5 .description p {
  max-width: 500px;
  padding: 0 15px;
  margin: 0 auto;
}
.sw-woo-tab-style5 .nav-tabs-select {
  overflow: initial;
  text-align: center;
  position: relative;
}
.sw-woo-tab-style5 .nav-tabs-select:before {
  content: "";
  left: 0;
  right: 0;
  bottom: 63%;
  position: absolute;
  height: 2px;
  background: #ccc;
}
.sw-woo-tab-style5 .nav-tabs-select ul.nav-tabs {
  border: none;
  margin: 0 0 15px 0;
  display: inline-block;
  vertical-align: text-bottom;
  background: #fff;
  z-index: 2;
  position: relative;
}
.sw-woo-tab-style5 .nav-tabs-select ul.nav-tabs li {
  margin: 0;
  display: inline-block;
  vertical-align: top;
  float: none;
  position: relative;
}
.sw-woo-tab-style5 .nav-tabs-select ul.nav-tabs li:before {
  content: "\f005";
  font-size: 16px;
  color: #c1c1c1;
  position: absolute;
  right: -8px;
  top: 8px;
  font-family: fontawesome;
  -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-woo-tab-style5 .nav-tabs-select ul.nav-tabs li:before {
  right: auto;
  left: -8px;
}
.sw-woo-tab-style5 .nav-tabs-select ul.nav-tabs li > a {
  border: 0;
  font-size: 24px;
  color: #c1c1c1;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0 20px;
  border-radius: 0;
  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-woo-tab-style5 .nav-tabs-select ul.nav-tabs li.active> a,
.sw-woo-tab-style5 .nav-tabs-select ul.nav-tabs li:hover >a {
  color: #111;
  background: transparent;
  -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-style5 .nav-tabs-select ul.nav-tabs li.active:before,
.sw-woo-tab-style5 .nav-tabs-select ul.nav-tabs li:hover:before {
  color: #111;
  -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-style5 .nav-tabs-select ul.nav-tabs li:last-child:before {
  display: none;
}
.sw-woo-tab-style5 .resp-slider-container .slider {
  margin: 0 -15px;
}
.sw-woo-tab-style5 .resp-slider-container .slider .item {
  padding: 0 15px;
}
.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail {
  border: none;
}
.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .products-thumb {
  border: 1px #ddd solid;
  margin-bottom: 10px;
}
.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .sale-off {
  background: #fdb819;
  height: 24px;
  line-height: 24px;
  border-radius: 0;
  width: 50px;
}
.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .sw-newlabel {
  height: 24px;
  line-height: 24px;
  border-radius: 0;
  width: 50px;
}
.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content {
  padding: 0 0 20px 0;
  text-align: left;
}
.rtl .sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content {
  text-align: right;
}
.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content h4 {
  margin: 15px 0 5px 0;
}
.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content h4 a {
  font-size: 16px;
  text-transform: uppercase;
}
.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content h4 a:after {
  display: none;
}
.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-price {
  font-size: 17px;
}
.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-price del {
  font-size: 16px;
}
.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom a.ajax_add_to_cart,
.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .add_to_cart_button,
.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_external,
.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_variable,
.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_grouped {
  background: #fff !important;
}
.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom a.ajax_add_to_cart:before,
.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .add_to_cart_button:before,
.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_external:before,
.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_variable:before,
.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_grouped:before {
  font-family: fontawesome;
  font-size: 13px;
  content: "\f291";
}
.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom a.ajax_add_to_cart.loading,
.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .add_to_cart_button.loading,
.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_external.loading,
.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_variable.loading,
.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_grouped.loading {
  background-color: #fdb819;
}
.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom a.ajax_add_to_cart.loading:before,
.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .add_to_cart_button.loading:before,
.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_external.loading:before,
.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_variable.loading:before,
.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_grouped.loading:before {
  left: 0 !important;
}
.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom a.ajax_add_to_cart.added,
.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .add_to_cart_button.added,
.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_external.added,
.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_variable.added,
.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_grouped.added {
  background-color: #fdb819 !important;
}
.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom a.ajax_add_to_cart.added:before,
.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .add_to_cart_button.added:before,
.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_external.added:before,
.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_variable.added:before,
.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_grouped.added:before {
  color: #fff;
}
.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom a.ajax_add_to_cart,
.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .add_to_cart_button,
.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_external,
.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_variable,
.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_grouped,
.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .compare-button a,
.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .sw-quickview {
  color: #222;
  background-color: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  min-width: 35px;
  height: 35px;
  line-height: 35px;
  box-shadow: 0px 1px 4px 1px #eee;
}
.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom a.ajax_add_to_cart:before,
.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .add_to_cart_button:before,
.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_external:before,
.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_variable:before,
.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_grouped:before,
.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,
.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before,
.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .compare-button a:before,
.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .sw-quickview:before {
  left: 11px;
  color: #222;
}
.rtl .sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom a.ajax_add_to_cart:before,
.rtl .sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .add_to_cart_button:before,
.rtl .sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_external:before,
.rtl .sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_variable:before,
.rtl .sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_grouped:before,
.rtl .sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,
.rtl .sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.rtl .sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before,
.rtl .sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .compare-button a:before,
.rtl .sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .sw-quickview:before {
  left: auto;
  right: 11px;
}
.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom a.ajax_add_to_cart:hover,
.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .add_to_cart_button:hover,
.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_external:hover,
.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_variable:hover,
.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_grouped:hover,
.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover,
.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover,
.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover,
.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .compare-button a:hover,
.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .sw-quickview:hover {
  background-color: #fdb819 !important;
  color: #fff;
  min-width: 35px;
}
.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom a.ajax_add_to_cart:hover:before,
.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .add_to_cart_button:hover:before,
.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_external:hover:before,
.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_variable:hover:before,
.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_grouped:hover:before,
.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover:before,
.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover:before,
.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover:before,
.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .compare-button a:hover:before,
.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .sw-quickview:hover:before {
  color: #fff;
}
.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-wishlistaddedbrowse.show a,
.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-wishlistexistsbrowse.show a {
  background: #fdb819 !important;
}
.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-wishlistaddedbrowse.show a:before,
.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-wishlistexistsbrowse.show a:before {
  color: #fff;
}
.sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2:hover .item-detail {
  border: none;
}
.responsive-post-slider6 {
  margin-bottom: 50px;
}
.responsive-post-slider6 .box-title {
  text-align: center;
  margin-bottom: 20px;
}
.responsive-post-slider6 .box-title h3 {
  font-size: 24px;
  text-transform: uppercase;
  color: #111;
  font-weight: bold;
  position: relative;
  margin-bottom: 15px;
}
.responsive-post-slider6 .box-title h3:before {
  content: "";
  left: 0;
  right: 0;
  bottom: 50%;
  position: absolute;
  height: 2px;
  background: #ccc;
}
.responsive-post-slider6 .box-title h3 span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 0 20px;
  z-index: 2;
  background: #fff;
}
.responsive-post-slider6 .box-title .slider-description {
  max-width: 500px;
  padding: 0 15px;
  margin: 0 auto;
}
.responsive-post-slider6 .box-title {
  margin-bottom: 30px;
}
.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 {
  position: relative;
  overflow: hidden;
}
.responsive-post-slider6 .resp-slider-container .slider .item .item-detail .img_over a img {
  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;
}
.responsive-post-slider6 .resp-slider-container .slider .item .item-detail .img_over: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;
}
.responsive-post-slider6 .resp-slider-container .slider .item .item-detail .entry-content {
  padding: 20px 0;
  text-align: left;
  overflow: hidden;
}
.rtl .responsive-post-slider6 .resp-slider-container .slider .item .item-detail .entry-content {
  text-align: right;
}
.responsive-post-slider6 .resp-slider-container .slider .item .item-detail .entry-content h4 {
  font-size: 16px;
  font-weight: 600;
}
.responsive-post-slider6 .resp-slider-container .slider .item .item-detail .entry-content h4 a {
  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 h4 a: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;
}
.responsive-post-slider6 .resp-slider-container .slider .item .item-detail .entry-content .entry-meta {
  font-size: 12px;
  color: #999;
  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 .entry-author,
.responsive-post-slider6 .resp-slider-container .slider .item .item-detail .entry-content .entry-meta .entry-comment {
  display: inline-block;
  vertical-align: top;
}
.responsive-post-slider6 .resp-slider-container .slider .item .item-detail .entry-content .description {
  font-size: 14px;
  margin-bottom: 10px;
}
.responsive-post-slider6 .resp-slider-container .slider .item .item-detail .entry-content .readmore {
  font-size: 14px;
  font-style: italic;
  font-weight: 600;
  color: #fdb819;
}
.responsive-post-slider6 .resp-slider-container .slider .item .item-detail .entry-content .readmore a {
  color: #fdb819;
}
.rtl .responsive-post-slider6 .resp-slider-container .slider .item .item-detail .entry-content .readmore i.fa:before {
  content: "\f177";
}
.sw-instagram-listing {
  text-align: center;
}
.sw-instagram-listing h3 {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 24px;
  color: #111;
}
.sw-instagram-listing .box-description {
  margin-bottom: 30px;
}
.sw-instagram-listing .resp-instagram-wrapper {
  margin: 0 -5px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.sw-instagram-listing .resp-instagram-wrapper .fa-instagram {
  display: none;
}
.sw-instagram-listing .resp-instagram-wrapper .item-large {
  width: 40%;
  padding: 0 5px;
}
.sw-instagram-listing .resp-instagram-wrapper .item-small-wrapper {
  width: 60%;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.sw-instagram-listing .resp-instagram-wrapper .item-small-wrapper .item.item-small {
  width: 33.3%;
  padding: 0 5px 10px 5px;
}
.sw-instagram-listing .resp-instagram-wrapper .item a {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  position: relative;
}
.sw-instagram-listing .resp-instagram-wrapper .item a:hover:after {
  transform: scaleY(1);
}
.sw-instagram-listing .resp-instagram-wrapper .item a:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(233,222,222,0.2);
  transform: scaleY(0);
  transform-origin: 50%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  z-index: 2;
}
.bundle-slider {
  margin-bottom: 50px;
}
.bundle-slider .box-title {
  text-align: center;
  margin-bottom: 20px;
}
.bundle-slider .box-title h3 {
  font-size: 24px;
  text-transform: uppercase;
  color: #111;
  font-weight: bold;
  position: relative;
  margin-bottom: 15px;
}
.bundle-slider .box-title h3:before {
  content: "";
  left: 0;
  right: 0;
  bottom: 50%;
  position: absolute;
  height: 2px;
  background: #ccc;
}
.bundle-slider .box-title h3 span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 0 20px;
  z-index: 2;
  background: #fff;
}
.bundle-slider .box-title .slider-description {
  max-width: 500px;
  padding: 0 15px;
  margin: 0 auto;
}
.bundle-slider .resp-slider-container .slider {
  margin: 0 -15px;
}
.bundle-slider .resp-slider-container .slider .item-product-bund .item-wrap .item-detail .item-top-product {
  width: 50%;
  float: left;
  position: relative;
  padding: 0 15px;
}
.rtl .bundle-slider .resp-slider-container .slider .item-product-bund .item-wrap .item-detail .item-top-product {
  float: right;
}
.bundle-slider .resp-slider-container .slider .item-product-bund .item-wrap .item-detail .item-top-product .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;
}
.bundle-slider .resp-slider-container .slider .item-product-bund .item-wrap .item-detail .item-top-product .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;
}
.bundle-slider .resp-slider-container .slider .item-product-bund .item-wrap .item-detail .item-top-product .products-thumb .sale-off {
  background: #fdb819;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  width: 80px;
  font-size: 24px;
}
.bundle-slider .resp-slider-container .slider .item-product-bund .item-wrap .item-detail .item-top-product .products-thumb .sw-newlabel {
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  width: 80px;
  font-size: 24px;
}
.bundle-slider .resp-slider-container .slider .item-product-bund .item-wrap .item-detail .item-top-product .item-content {
  overflow: hidden;
  background: rgba(0,0,0,0.4);
  padding: 20px 30px;
  position: absolute;
  bottom: 0;
  left: 15px;
  right: 15px;
}
.bundle-slider .resp-slider-container .slider .item-product-bund .item-wrap .item-detail .item-top-product .item-content h4 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
}
.bundle-slider .resp-slider-container .slider .item-product-bund .item-wrap .item-detail .item-top-product .item-content h4 a {
  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;
}
.bundle-slider .resp-slider-container .slider .item-product-bund .item-wrap .item-detail .item-top-product .item-content h4 a:hover {
  color: #fdb819;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.bundle-slider .resp-slider-container .slider .item-product-bund .item-wrap .item-detail .item-top-product .item-content .item-price {
  float: left;
  font-size: 20px;
}
.bundle-slider .resp-slider-container .slider .item-product-bund .item-wrap .item-detail .item-top-product .item-content .item-price del {
  color: #333;
  text-decoration: line-through;
  font-size: 16px;
}
.rtl .bundle-slider .resp-slider-container .slider .item-product-bund .item-wrap .item-detail .item-top-product .item-content .item-price {
  float: right;
}
.bundle-slider .resp-slider-container .slider .item-product-bund .item-wrap .item-detail .item-top-product .item-content .item-bottom {
  float: right;
  margin-top: -10px;
}
.rtl .bundle-slider .resp-slider-container .slider .item-product-bund .item-wrap .item-detail .item-top-product .item-content .item-bottom {
  float: left;
}
.bundle-slider .resp-slider-container .slider .item-product-bund .item-wrap .item-detail .item-top-product .item-content .item-bottom a {
  height: 35px;
  line-height: 35px;
  display: inline-block;
  vertical-align: top;
  padding: 0 20px;
  color: #fff;
  background: #111;
  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;
}
.bundle-slider .resp-slider-container .slider .item-product-bund .item-wrap .item-detail .item-top-product .item-content .item-bottom a:hover {
  background: #fdb819;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.bundle-slider .resp-slider-container .slider .item-product-bund .item-wrap .item-detail .item-pack {
  width: 50%;
  float: left;
}
.rtl .bundle-slider .resp-slider-container .slider .item-product-bund .item-wrap .item-detail .item-pack {
  float: right;
}
.bundle-slider .resp-slider-container .slider .item-product-bund .item-wrap .item-detail .item-pack .boxinfo-wrapper {
  width: 50%;
  float: left;
  padding: 0 15px;
  margin-bottom: 41px;
}
.rtl .bundle-slider .resp-slider-container .slider .item-product-bund .item-wrap .item-detail .item-pack .boxinfo-wrapper {
  float: right;
}
.bundle-slider .resp-slider-container .slider .item-product-bund .item-wrap .item-detail .item-pack .boxinfo-wrapper .boxinfo-box {
  border: 1px #ddd solid;
  position: relative;
}
.bundle-slider .resp-slider-container .slider .item-product-bund .item-wrap .item-detail .item-pack .boxinfo-wrapper .thumbnail-wrapper img {
  width: 100%;
}
.bundle-slider .resp-slider-container .slider .item-product-bund .item-wrap .item-detail .item-pack .boxinfo-wrapper .boxinfo-bot {
  text-align: center;
  position: absolute;
  bottom: 1px;
  left: 0;
  right: 0;
  padding: 15px 0;
}
.bundle-slider .resp-slider-container .slider .item-product-bund .item-wrap .item-detail .item-pack .boxinfo-wrapper .boxinfo-bot h3 {
  font-size: 16px;
  opacity: 0;
  visibility: hidden;
  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;
}
.bundle-slider .resp-slider-container .slider .item-product-bund .item-wrap .item-detail .item-pack .boxinfo-wrapper .boxinfo-bot h3 a {
  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;
}
.bundle-slider .resp-slider-container .slider .item-product-bund .item-wrap .item-detail .item-pack .boxinfo-wrapper .boxinfo-bot h3 a:hover {
  color: #fdb819;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.bundle-slider .resp-slider-container .slider .item-product-bund .item-wrap .item-detail .item-pack .boxinfo-wrapper .boxinfo-bot .item-price {
  font-size: 17px;
}
.bundle-slider .resp-slider-container .slider .item-product-bund .item-wrap .item-detail .item-pack .boxinfo-wrapper .boxinfo-bot .item-price del {
  color: #333;
  text-decoration: line-through;
}
.bundle-slider .resp-slider-container .slider .item-product-bund .item-wrap .item-detail .item-pack .boxinfo-wrapper .boxinfo-bot:hover {
  background: rgba(0,0,0,0.4);
}
.bundle-slider .resp-slider-container .slider .item-product-bund .item-wrap .item-detail .item-pack .boxinfo-wrapper .boxinfo-bot:hover h3 {
  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;
}
.form-new3 {
  text-align: center;
  margin: 30px 0 50px 0 !important;
}
.form-new3 h3 {
  font-size: 18px;
  text-transform: uppercase;
  color: #111;
}
.form-new3 .des {
  font-size: 14px;
  color: #666;
  margin-bottom: 15px;
}
.form-new3 .mc4wp-form p {
  margin-bottom: 0;
}
.form-new3 .mc4wp-form .mc4wp-form-fields {
  overflow: hidden;
  max-width: 460px;
  margin: 0 auto;
}
.form-new3 .mc4wp-form input[type="email"] {
  border: none;
  border-radius: 0;
  color: #8c8c8c;
  font-size: 12px;
  height: 45px;
  line-height: 45px;
  padding: 0 15px;
  width: 75%;
  float: left;
}
.rtl .form-new3 .mc4wp-form input[type="email"] {
  float: right;
}
.form-new3 .mc4wp-form .frm-submit {
  border: none;
  border-radius: 0;
  width: 25%;
  font-size: 12px;
  padding: 0;
  background: #0d0d0d;
  height: 45px;
  line-height: 45px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  float: left;
  -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 .form-new3 .mc4wp-form .frm-submit {
  float: right;
}
.form-new3 .mc4wp-form .frm-submit:before {
  display: none;
}
.form-new3 .mc4wp-form .frm-submit:hover {
  color: #fdb819;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.form-new3 .mc4wp-form .mc4wp-success {
  color: #111;
}
.form-new3.style2 h3,
.form-new3.style2 .des {
  color: #fff;
}
.form-new3.style2 .mc4wp-form input[type="email"] {
  color: #fff;
}
.form-new3.style2 .mc4wp-form .frm-submit {
  background: #fdb819;
}
.form-new3.style2 .mc4wp-form .frm-submit:hover {
  background: #111;
}
@media (max-width: 991px) {
  .header-style11 .header-top .mid-header {
    font-size: 11px;
  }
  .header-style11 .header-mid .search-cate .top-form.top-search {
    width: 100%;
  }
  .header-style11 #main-menu .primary-menu .resmenu-container .navbar-toggle .icon-bar {
    background: #111;
  }
  .sw-woo-tab-style5 .nav-tabs-select ul.nav-tabs li a {
    font-size: 20px;
  }
  .sw-woo-tab-style5 .nav-tabs-select ul.nav-tabs li:before {
    top: 5px;
  }
}
@media (max-width: 767px) {
  .header-style11 .header-top .left-header,
  .header-style11 .header-top .mid-header {
    display: none;
  }
  .header-style11 .header-top .right-header2 {
    text-align: center;
  }
  .header-style11 .header-top .right-header2 .widget,
  .header-style11 .header-top .right-header2 .sw-autusin-account {
    float: none;
    display: inline-block;
    vertical-align: top;
  }
  .header-style11 .header-mid {
    padding: 0;
    text-align: center;
  }
  .header-style11 .header-mid .left-header {
    margin-top: 5px;
  }
  .header-style11 .header-mid .left-header .widget_text,
  .header-style11 .header-mid .left-header .widget {
    float: none;
    display: inline-block;
    vertical-align: top;
  }
  .header-style11 .header-mid .search-cate .top-form.top-search {
    top: 0;
    margin-top: 10px;
  }
  .header-style11 .header-bottom.sticky-menu {
    position: relative;
    top: auto;
    left: auto;
    padding: 0;
  }
  .header-style11 .resmenu-container .menu-responsive-wrapper {
    top: 45px;
  }
  .countdown-slider8 .resp-slider-container .slider .item .item-wrap2 .item-detail .products-thumb .item-countdown {
    padding: 0;
  }
  .bundle-slider .resp-slider-container .slider .item-product-bund .item-wrap .item-detail .item-top-product,
  .bundle-slider .resp-slider-container .slider .item-product-bund .item-wrap .item-detail .item-pack {
    width: 100%;
    float: none;
  }
  .rtl .bundle-slider .resp-slider-container .slider .item-product-bund .item-wrap .item-detail .item-top-product,
  .rtl .bundle-slider .resp-slider-container .slider .item-product-bund .item-wrap .item-detail .item-pack {
    width: 100%;
    float: none;
  }
  .bundle-slider .resp-slider-container .slider .item-product-bund .item-wrap .item-detail .item-top-product,
  .bundle-slider .resp-slider-container .slider .item-product-bund .item-wrap .item-detail .item-pack .boxinfo-wrapper {
    margin-bottom: 20px;
  }
  .bundle-slider .resp-slider-container .slider .item-product-bund .item-wrap .item-detail .boxinfo-wrapper .boxinfo-bot {
    padding: 10px 0;
  }
  .sw-woo-tab-style5 .nav-tabs-select ul.nav-tabs li:before {
    display: none;
  }
  .sw-instagram-listing {
    padding: 0;
  }
}
@media (max-width: 320px) {
  .bundle-slider .resp-slider-container .slider .item-product-bund .item-wrap .item-detail .item-top-product .item-content .item-bottom {
    width: 100%;
    float: none;
  }
  .rtl .bundle-slider .resp-slider-container .slider .item-product-bund .item-wrap .item-detail .item-top-product .item-content .item-bottom {
    width: 100%;
    float: none;
  }
}
.home-style12 .woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .sale-off,
.home-style12 .sw-woo-tab-style5 .resp-slider-container .slider .item .item-wrap2 .item-detail .sale-off,
.home-style12 .sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .sale-off {
  background: #4aa6f4;
}
.home-style12 .see-more {
  color: #fff;
}
.home-style12 .sw-instagram-slider2 h3 {
  font-size: 24px;
  font-weight: bold;
  position: relative;
}
.home-style12 .sw-instagram-slider2 h3:before {
  content: "";
  left: 0;
  right: 0;
  bottom: 30%;
  position: absolute;
  height: 6px;
  background: transparent;
  border: 1px #ccc solid;
  border-width: 1px 0;
}
.home-style12 .sw-instagram-slider2 h3 span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 0 30px;
  z-index: 2;
  background: #fff;
}
.home-style12 .sw-woo-tab-style5.style1 .resp-slider-container .slider .item .item-wrap2 .item-detail .products-thumb {
  border: none;
}
.header-style12 {
  border-bottom: 1px #ddd solid;
}
.header-style12 .header-top {
  background: #fff;
  min-height: 43px;
  border-bottom: 1px #ddd solid;
}
.header-style12 .header-top .left-header {
  margin: 3px 0;
}
.header-style12 .header-top .right-header2 {
  padding-top: 5px;
}
.header-style12 .header-top .right-header2 .sw-autusin-account {
  margin: 0;
  font-size: 12px;
  color: #666;
}
.header-style12 .header-top .right-header2 .sw-autusin-account:before {
  display: none;
}
.header-style12 .header-top .right-header2 .sw-autusin-account i.fa {
  color: #666;
  padding: 9px;
  font-size: 13px;
}
.header-style12 .header-top .right-header2 .sw-autusin-account >span {
  padding: 7px 0;
}
.header-style12 .header-top .right-header2 .wishlist {
  padding: 5px 0;
  position: relative;
  margin: 0 0 0 15px;
}
.rtl .header-style12 .header-top .right-header2 .wishlist {
  margin: 0 15px 0 0;
}
.header-style12 .header-top .right-header2 .wishlist a {
  color: #666;
  font-size: 12px;
}
.header-style12 .header-top .right-header2 .wishlist a:hover {
  color: #fdb819;
}
.header-style12 .header-mid {
  padding: 19px 0 24px 0;
  border-bottom: 1px #ddd solid;
}
.header-style12 .header-mid .left-header .autusin-logo {
  margin-top: 0;
}
.header-style12 .header-mid .left-header .autusin-logo a {
  display: inline-block;
  vertical-align: top;
}
.header-style12 .header-mid .search-cate {
  margin-top: 0;
}
.header-style12 .header-mid .search-cate .top-form.top-search {
  width: 100%;
  position: relative;
  display: block;
  top: 7px;
  font-size: 12px;
  z-index: 98;
}
.rtl .header-style12 .header-mid .search-cate .top-form.top-search {
  float: left;
}
.header-style12 .header-mid .search-cate .top-form.top-search .topsearch-entry {
  padding-left: 0;
  border: 1px #ddd solid;
  border-radius: 20px;
}
.rtl .header-style12 .header-mid .search-cate .top-form.top-search .topsearch-entry {
  padding-right: 0;
}
.header-style12 .header-mid .search-cate .top-form.top-search .topsearch-entry .icon-loading.loading {
  right: 95px;
}
.header-style12 .header-mid .search-cate .top-form.top-search .topsearch-entry .cat-wrapper {
  display: none;
}
.header-style12 .header-mid .search-cate .top-form.top-search .topsearch-entry input {
  background: #fff;
  height: 35px;
  line-height: 35px;
  padding: 0 20px;
  border-radius: 20px;
}
.header-style12 .header-mid .search-cate .top-form.top-search .topsearch-entry .button-search-pro {
  background-color: #fff;
  border-radius: 0;
  height: 35px;
  line-height: 35px;
  color: #888;
  border-radius: 0 20px 20px 0;
}
.rtl .header-style12 .header-mid .search-cate .top-form.top-search .topsearch-entry .button-search-pro {
  border-radius: 20px 0 0 20px;
}
.header-style12 .header-mid .search-cate .top-form.top-search .topsearch-entry .button-search-pro:hover:before {
  color: #fdb819;
}
.header-style12 .top-form.top-form-minicart {
  padding: 0 15px;
}
.header-style12 .top-form.top-form-minicart .top-minicart-icon {
  width: 50px;
  height: 40px;
  background: url(../assets/img/icon-cart2.png) no-repeat center bottom;
  position: relative;
}
.header-style12 .top-form.top-form-minicart .top-minicart-icon h3 {
  display: none;
}
.header-style12 .top-form.top-form-minicart .top-minicart-icon p {
  font-size: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.header-style12 .top-form.top-form-minicart .top-minicart-icon p span {
  font-size: 12px;
  border-radius: 50%;
  background: #666;
  color: #fff;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  display: inline-block;
  vertical-align: top;
}
.header-style12 .top-form:hover .wrapp-minicart {
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
}
.header-style12 #lang_sel > ul.nav {
  margin-left: 0;
}
.rtl .header-style12 #lang_sel > ul.nav {
  margin-right: 0;
}
.header-style12 #lang_sel > ul.nav > li {
  padding: 10px 0 6px 0;
}
.header-style12 #lang_sel > ul.nav > li > a {
  padding-left: 0;
  color: #666;
}
.rtl .header-style12 #lang_sel > ul.nav > li > a {
  padding-right: 0;
}
.header-style12 .currency_w {
  margin: 0;
}
.rtl .header-style12 .currency_w {
  margin: 0;
}
.header-style12 .currency_w > li {
  padding: 10px 0 6px 0;
}
.header-style12 .currency_w > li > a {
  color: #666;
}
.header-style12 .nav-pills >li > a {
  padding: 16px 18px;
}
.header-style12 .sticky-menu {
  position: fixed;
  box-shadow: 0px 0px 2px 1px #999;
  z-index: 99;
  background: #fff;
  padding: 2px 0;
}
.woo-slider-theme3 {
  margin-bottom: 50px;
}
.woo-slider-theme3 .box-title {
  text-align: center;
  margin-bottom: 20px;
}
.woo-slider-theme3 .box-title h3 {
  font-size: 24px;
  text-transform: uppercase;
  color: #111;
  font-weight: bold;
  position: relative;
  margin-bottom: 15px;
}
.woo-slider-theme3 .box-title h3:before {
  content: "";
  left: 0;
  right: 0;
  bottom: 30%;
  position: absolute;
  height: 6px;
  background: transparent;
  border: 1px #ccc solid;
  border-width: 1px 0;
}
.woo-slider-theme3 .box-title h3 span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 0 30px;
  z-index: 2;
  background: #fff;
}
.woo-slider-theme3 .resp-slider-container .slider {
  margin: 0 -15px;
}
.woo-slider-theme3 .resp-slider-container .slider .item {
  padding: 0 15px;
}
.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail {
  border: none;
}
.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .products-thumb {
  margin-bottom: 0;
  position: relative;
}
.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .products-thumb:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.2);
  visibility: hidden;
  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;
}
.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .sale-off {
  background: #fdb819;
  height: 24px;
  line-height: 24px;
  border-radius: 0;
  width: 50px;
}
.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .sw-newlabel {
  height: 24px;
  line-height: 24px;
  border-radius: 0;
  width: 50px;
}
.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content {
  padding: 0 0 20px 0;
  text-align: left;
}
.rtl .woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content {
  text-align: right;
}
.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content h4 {
  margin: 15px 0 5px 0;
}
.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content h4 a {
  font-size: 16px;
  text-transform: uppercase;
}
.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content h4 a:after {
  display: none;
}
.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-price {
  font-size: 17px;
}
.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-price del {
  font-size: 16px;
}
.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom a.ajax_add_to_cart,
.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .add_to_cart_button,
.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_external,
.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_variable,
.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_variable,
.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_grouped {
  background: #fff !important;
}
.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom a.ajax_add_to_cart:before,
.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .add_to_cart_button:before,
.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_external:before,
.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_variable:before,
.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_variable:before,
.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_grouped:before {
  font-family: fontawesome;
  font-size: 13px;
  content: "\f291";
}
.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom a.ajax_add_to_cart.loading,
.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .add_to_cart_button.loading,
.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_external.loading,
.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_variable.loading,
.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_variable.loading,
.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_grouped.loading {
  background-color: #fdb819;
}
.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom a.ajax_add_to_cart.loading:before,
.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .add_to_cart_button.loading:before,
.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_external.loading:before,
.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_variable.loading:before,
.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_variable.loading:before,
.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_grouped.loading:before {
  left: 0 !important;
}
.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom a.ajax_add_to_cart.added,
.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .add_to_cart_button.added,
.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_external.added,
.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_variable.added,
.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_variable.added,
.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_grouped.added {
  background-color: #fdb819 !important;
}
.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom a.ajax_add_to_cart.added:before,
.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .add_to_cart_button.added:before,
.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_external.added:before,
.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_variable.added:before,
.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_variable.added:before,
.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_grouped.added:before {
  color: #fff;
}
.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom a.ajax_add_to_cart,
.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .add_to_cart_button,
.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_external,
.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_variable,
.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_variable,
.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_grouped,
.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .compare-button a,
.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .sw-quickview {
  color: #222;
  background-color: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  min-width: 35px;
  height: 35px;
  line-height: 35px;
  box-shadow: 0px 1px 4px 1px #eee;
}
.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom a.ajax_add_to_cart:before,
.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .add_to_cart_button:before,
.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_external:before,
.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_variable:before,
.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_variable:before,
.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_grouped:before,
.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,
.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before,
.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .compare-button a:before,
.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .sw-quickview:before {
  left: 11px;
  color: #222;
}
.rtl .woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom a.ajax_add_to_cart:before,
.rtl .woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .add_to_cart_button:before,
.rtl .woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_external:before,
.rtl .woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_variable:before,
.rtl .woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_variable:before,
.rtl .woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_grouped:before,
.rtl .woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,
.rtl .woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.rtl .woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before,
.rtl .woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .compare-button a:before,
.rtl .woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .sw-quickview:before {
  left: auto;
  right: 11px;
}
.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom a.ajax_add_to_cart:hover,
.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .add_to_cart_button:hover,
.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_external:hover,
.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_variable:hover,
.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_variable:hover,
.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_grouped:hover,
.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover,
.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover,
.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover,
.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .compare-button a:hover,
.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .sw-quickview:hover {
  background-color: #fdb819 !important;
  color: #fff;
  min-width: 35px;
}
.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom a.ajax_add_to_cart:hover:before,
.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .add_to_cart_button:hover:before,
.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_external:hover:before,
.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_variable:hover:before,
.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_variable:hover:before,
.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_grouped:hover:before,
.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover:before,
.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover:before,
.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover:before,
.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .compare-button a:hover:before,
.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .sw-quickview:hover:before {
  color: #fff;
}
.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-wishlistaddedbrowse.show a,
.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-wishlistexistsbrowse.show a {
  background: #fdb819 !important;
}
.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-wishlistaddedbrowse.show a:before,
.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-wishlistexistsbrowse.show a:before {
  color: #fff;
}
.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2:hover .item-detail {
  border: none;
}
.woo-slider-theme3 .resp-slider-container .slider .item .item-wrap2:hover .item-detail .products-thumb:before {
  opacity: 1;
  visibility: visible;
}
.sw-woo-tab-style5.style1 .nav-tabs-select:before {
  height: 6px;
  background: transparent;
  border: 1px #ccc solid;
  border-width: 1px 0;
}
.sw-woo-tab-style5.style1 .resp-slider-container .slider .item .item-wrap2 .item-detail .products-thumb {
  position: relative;
  margin-bottom: 0;
}
.sw-woo-tab-style5.style1 .resp-slider-container .slider .item .item-wrap2 .item-detail .products-thumb:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.2);
  visibility: hidden;
  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-woo-tab-style5.style1 .resp-slider-container .slider .item .item-wrap2:hover .item-detail .products-thumb:before {
  opacity: 1;
  visibility: visible;
}
.sw-woo-tab-cat4 {
  margin: 30px 0 50px 0;
}
.sw-woo-tab-cat4 .box-title {
  position: relative;
}
.sw-woo-tab-cat4 .box-title:before {
  content: "";
  position: absolute;
  bottom: 45%;
  left: 0;
  right: 0;
  background: #ccc;
  height: 2px;
  width: 100%;
}
.sw-woo-tab-cat4 .box-title h3 {
  font-size: 24px;
  text-transform: uppercase;
  color: #111;
  font-weight: bold;
  background: #f5f5f5;
  z-index: 2;
  position: relative;
}
.sw-woo-tab-cat4 .box-title .description {
  padding: 5px 20px 0 20px;
  background: #f5f5f5;
  z-index: 2;
  position: relative;
}
.rtl .sw-woo-tab-cat4 .box-title .description {
  padding: 5px 20px 0 20px;
}
.sw-woo-tab-cat4 .top-tab-slider {
  margin-bottom: 30px;
}
.sw-woo-tab-cat4 .top-tab-slider .nav-tabs {
  margin: 0;
  border: none;
}
.sw-woo-tab-cat4 .top-tab-slider .nav-tabs li {
  margin: 0 30px 0 0;
}
.rtl .sw-woo-tab-cat4 .top-tab-slider .nav-tabs li {
  margin: 0 0 0 30px;
  float: right;
}
.sw-woo-tab-cat4 .top-tab-slider .nav-tabs li a {
  border: none;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 4px 0;
  text-decoration: underline;
}
.sw-woo-tab-cat4 .top-tab-slider .nav-tabs li.active a,
.sw-woo-tab-cat4 .top-tab-slider .nav-tabs li:hover a {
  color: #fdb819;
  background: transparent;
}
.sw-woo-tab-cat4 .resp-slider-container .slider {
  margin: 0 -15px;
}
.sw-woo-tab-cat4 .resp-slider-container .slider .item {
  padding: 0 15px;
}
.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 {
  background: transparent;
}
.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail {
  border: none;
}
.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .products-thumb {
  margin-bottom: 0;
  position: relative;
}
.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .products-thumb:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.2);
  visibility: hidden;
  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-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .sale-off {
  background: #fdb819;
  height: 24px;
  line-height: 24px;
  border-radius: 0;
  width: 50px;
}
.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .sw-newlabel {
  height: 24px;
  line-height: 24px;
  border-radius: 0;
  width: 50px;
}
.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content {
  padding: 0 0 20px 0;
  text-align: left;
}
.rtl .sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content {
  text-align: right;
}
.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content h4 {
  margin: 15px 0 5px 0;
}
.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content h4 a {
  font-size: 16px;
  text-transform: uppercase;
}
.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content h4 a:after {
  display: none;
}
.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-price {
  font-size: 17px;
}
.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-price del {
  font-size: 16px;
}
.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom a.ajax_add_to_cart,
.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .add_to_cart_button,
.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_variable,
.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_external,
.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_variable,
.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_grouped {
  background: #fff !important;
}
.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom a.ajax_add_to_cart:before,
.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .add_to_cart_button:before,
.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_variable:before,
.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_external:before,
.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_variable:before,
.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_grouped:before {
  font-family: fontawesome;
  font-size: 13px;
  content: "\f291";
}
.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom a.ajax_add_to_cart.loading,
.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .add_to_cart_button.loading,
.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_variable.loading,
.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_external.loading,
.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_variable.loading,
.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_grouped.loading {
  background-color: #fdb819;
}
.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom a.ajax_add_to_cart.loading:before,
.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .add_to_cart_button.loading:before,
.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_variable.loading:before,
.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_external.loading:before,
.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_variable.loading:before,
.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_grouped.loading:before {
  left: 0 !important;
}
.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom a.ajax_add_to_cart.added,
.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .add_to_cart_button.added,
.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_variable.added,
.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_external.added,
.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_variable.added,
.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_grouped.added {
  background-color: #fdb819 !important;
}
.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom a.ajax_add_to_cart.added:before,
.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .add_to_cart_button.added:before,
.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_variable.added:before,
.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_external.added:before,
.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_variable.added:before,
.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_grouped.added:before {
  color: #fff;
}
.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom a.ajax_add_to_cart,
.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .add_to_cart_button,
.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_external,
.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_variable,
.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_grouped,
.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .compare-button a,
.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .sw-quickview {
  color: #222;
  background-color: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  min-width: 35px;
  height: 35px;
  line-height: 35px;
  box-shadow: 0px 1px 4px 1px #eee;
}
.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom a.ajax_add_to_cart:before,
.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .add_to_cart_button:before,
.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_external:before,
.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_variable:before,
.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_grouped:before,
.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,
.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before,
.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .compare-button a:before,
.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .sw-quickview:before {
  left: 11px;
  color: #222;
}
.rtl .sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom a.ajax_add_to_cart:before,
.rtl .sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .add_to_cart_button:before,
.rtl .sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_external:before,
.rtl .sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_variable:before,
.rtl .sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_grouped:before,
.rtl .sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,
.rtl .sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.rtl .sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before,
.rtl .sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .compare-button a:before,
.rtl .sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .sw-quickview:before {
  left: auto;
  right: 11px;
}
.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom a.ajax_add_to_cart:hover,
.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .add_to_cart_button:hover,
.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_external:hover,
.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_variable:hover,
.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_grouped:hover,
.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover,
.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover,
.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover,
.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .compare-button a:hover,
.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .sw-quickview:hover {
  background-color: #fdb819 !important;
  color: #fff;
  min-width: 35px;
}
.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom a.ajax_add_to_cart:hover:before,
.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .add_to_cart_button:hover:before,
.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_external:hover:before,
.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_variable:hover:before,
.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_grouped:hover:before,
.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover:before,
.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover:before,
.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover:before,
.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .compare-button a:hover:before,
.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .sw-quickview:hover:before {
  color: #fff;
}
.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-wishlistaddedbrowse.show a,
.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-wishlistexistsbrowse.show a {
  background: #fdb819 !important;
}
.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-wishlistaddedbrowse.show a:before,
.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-wishlistexistsbrowse.show a:before {
  color: #fff;
}
.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2:hover .item-detail {
  border: none;
}
.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap2:hover .item-detail .products-thumb:before {
  opacity: 1;
  visibility: visible;
}
.responsive-post-accordion {
  margin-bottom: 70px;
  position: relative;
}
.responsive-post-accordion .box-title {
  text-align: center;
}
.responsive-post-accordion .box-title h3 {
  display: inline-block;
  color: #000;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 35px;
  position: relative;
  background: #fff;
  padding: 0 30px;
}
.responsive-post-accordion .box-title:before {
  content: "";
  position: absolute;
  border: 1px solid #ccc;
  left: 0;
  height: 6px;
  border-right: none;
  border-left: none;
  right: 0;
  top: 10px;
}
.responsive-post-accordion .resp-accordion-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  overflow: hidden;
}
.responsive-post-accordion .resp-accordion-wrapper .item {
  width: 12.5%;
  background-position: center center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  position: relative;
  min-height: 600px;
  -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;
}
.responsive-post-accordion .resp-accordion-wrapper .item.item-large {
  width: 50%;
}
.responsive-post-accordion .resp-accordion-wrapper .item.item-large .item-detail .item-content {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(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;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.responsive-post-accordion .resp-accordion-wrapper .item.item-large:before {
  -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;
  opacity: 0;
}
.responsive-post-accordion .resp-accordion-wrapper .item.item-large:after {
  -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;
  width: 0;
}
.responsive-post-accordion .resp-accordion-wrapper .item:before {
  content: '';
  background: url(../assets/img/icon-plus.png) no-repeat center #fdb819;
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 10%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 2;
}
.responsive-post-accordion .resp-accordion-wrapper .item:after {
  content: '';
  background: rgba(0,0,0,0.1);
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.responsive-post-accordion .resp-accordion-wrapper .item .item-detail {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.responsive-post-accordion .resp-accordion-wrapper .item .item-detail .item-content {
  background: rgba(255,255,255,0.9);
  padding: 23px 60px 25px 60px;
  text-align: center;
  position: relative;
  -webkit-transform: translateX(-500px);
  -moz-transform: translateX(-500px);
  -o-transform: translateX(-500px);
  -ms-transform: translateX(-500px);
  transform: translateX(-500px);
}
.responsive-post-accordion .resp-accordion-wrapper .item .item-detail .item-content h4 a {
  font-size: 16px;
  color: #222;
  text-transform: uppercase;
  font-weight: 700 !important;
}
.responsive-post-accordion .resp-accordion-wrapper .item .item-detail .item-content .entry-meta {
  color: #999;
  font-size: 12px;
  margin-bottom: 15px;
}
.responsive-post-accordion .resp-accordion-wrapper .item .item-detail .item-content .entry-meta .space {
  margin: 0 5px;
}
.responsive-post-accordion .resp-accordion-wrapper .item .item-detail .item-content .entry-meta a {
  color: #999;
  font-size: 12px;
  text-transform: capitalize;
}
.rtl .responsive-post-accordion .resp-accordion-wrapper .item .item-detail .item-content .entry-meta {
  display: flex;
  justify-content: center;
}
.responsive-post-accordion .resp-accordion-wrapper .item .item-detail .item-content .item-description {
  font-size: 12px;
  color: #666;
  line-height: 21px;
  margin-bottom: 12px;
}
.responsive-post-accordion .resp-accordion-wrapper .item .item-detail .item-content .item-readmore {
  font-size: 13px;
  color: #fdb819;
  text-transform: capitalize;
  width: 100%;
  text-align: center;
  font-style: italic;
  font-weight: 500;
}
.responsive-post-accordion .resp-accordion-wrapper .item .item-detail .item-content .item-readmore .fa {
  margin: 0 10px;
}
.rtl .responsive-post-accordion .resp-accordion-wrapper .item .item-detail .item-content .item-readmore .fa:before {
  content: "\f177";
}
.responsive-post-accordion .resp-accordion-wrapper .item .item-detail .item-content:hover .item-readmore,
.responsive-post-accordion .resp-accordion-wrapper .item .item-detail .item-content:hover h4 a {
  color: #fdb819;
  opacity: 0.85;
}
.bgnew-in12 {
  background-size: cover;
}
.block-text7 {
  text-align: center;
  margin: 12px 0;
}
.block-text7 .item i {
  font-size: 36px;
  display: inline-block;
  vertical-align: top;
  margin: 2px 5px;
}
.block-text7 .item p {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  line-height: 20px !important;
}
.rtl .block-text7 .item p {
  text-align: right;
}
@media (max-width: 991px) {
  .header-style12 .resmenu-container .menu-responsive-wrapper {
    top: 50px;
  }
}
@media (max-width: 767px) {
  .header-style12 .header-top .left-header {
    display: inline-block;
    vertical-align: top;
  }
  .header-style12 .header-top .right-header2 {
    display: inline-block;
    vertical-align: top;
  }
  .header-style12 .header-top .right-header2 .wishlist {
    display: none;
  }
  .header-style12 .header-mid {
    padding: 15px 0 16px 0;
  }
  .header-style12 .header-mid .autusin-logo {
    margin-bottom: 10px;
  }
  .header-style12 .header-mid .search-cate {
    width: 80%;
    float: left;
  }
  .rtl .header-style12 .header-mid .search-cate {
    float: right;
  }
  .header-style12 .top-form.top-form-minicart {
    padding: 0 10px;
  }
  .header-style12 .header-bottom.sticky-menu {
    position: relative;
    top: auto;
    left: auto;
    padding: 0;
  }
  .responsive-post-accordion .resp-accordion-wrapper {
    flex-direction: column-reverse;
  }
  .responsive-post-accordion .resp-accordion-wrapper .item {
    background-size: 100%;
    min-height: auto;
    width: 100%;
  }
  .responsive-post-accordion .resp-accordion-wrapper .item:after {
    width: 0;
    height: 0;
  }
  .responsive-post-accordion .resp-accordion-wrapper .item:before {
    background: none;
  }
  .responsive-post-accordion .resp-accordion-wrapper .item .item-detail .item-content {
    transform: translateX(-1000px);
  }
  .responsive-post-accordion .resp-accordion-wrapper .item.item-large {
    width: 100%;
  }
  .sw-woo-tab-cat4 .top-tab-slider .nav-tabs li {
    width: 100%;
    margin: 0;
  }
  .rtl .sw-woo-tab-cat4 .top-tab-slider .nav-tabs li {
    margin: 0;
  }
}
@media (max-width: 480px) {
  .header-style12 .top-form.top-form-minicart {
    padding: 0 5px;
  }
  .responsive-post-accordion .resp-accordion-wrapper .item .item-detail .item-content {
    padding: 10px;
  }
}
.footer12  .item-link .fa {
  padding: 0 5px 0 0;
}
.rtl .footer12  .item-link .fa {
  padding: 0 0 0 5px;
}
.home-style13 .see-more {
  color: #fff;
}
.home-style13 .woo-slider-default {
  z-index: 3;
}
.home-style13 .header-style8 .header-top {
  background-color: #042318;
}
.home-style13 .header-style8 .currency_w > li > a {
  border-color: rgba(255,255,255,0.38);
  color: #fff;
}
.home-style13 .header-style8 #lang_sel > ul.nav > li > a {
  color: #fff;
  text-transform: capitalize;
}
.home-style13 .header-style8 .right-header2 .sw-autusin-account,
.home-style13 .header-style8 .right-header2 .wishlist a {
  color: #fff;
}
.home-style13 .header-style8 .right-header2 .sw-autusin-account i.fa,
.home-style13 .header-style8 .right-header2 .wishlist a i.fa {
  color: #fff;
}
.home-style13 .header-style8 .right-header2 .wishlist a {
  border-color: rgba(255,255,255,0.38);
}
.home-style13 .header-style8 .header-mid {
  padding: 34px 0;
  background: url(../assets/img/bg-header-mid.jpg) no-repeat;
}
.home-style13 .header-style8 .header-mid .autusin_top {
  border-color: #fff;
}
.home-style13 .header-style8 .header-mid .autusin_top .top-form.top-search button.form-button {
  color: #303030;
}
.home-style13 .header-style8 .top-form.top-form-minicart .top-minicart-icon .minicart-title,
.home-style13 .header-style8 .top-form.top-form-minicart .top-minicart-icon .minicart-title h2 {
  color: #fff;
}
.home-style13 .header-style8 .top-form.top-form-minicart .top-minicart-icon span.icon {
  background: url(../assets/img/mini-cart13.png) no-repeat;
}
.home-style13 .header-style8 .header-bottom .right-header a {
  display: none;
}
.home-style13 .sw-best-seller-product .wrap-content {
  padding: 0 15px;
}
.home-style13 .sw-best-seller-product .wrap-content .item {
  padding: 16px 0;
  margin: 0;
  border: 0;
  background-color: #fff;
}
.home-style13 .sw-best-seller-product .wrap-content .item:nth-child(2n) {
  background-color: #f0f0f0;
}
.home-style13 .sw-best-seller-product .wrap-content .item:nth-child(2n +1) {
  border-bottom: 1px solid transparent;
}
.home-style13 .sw-best-seller-product .wrap-content .item .item-img {
  padding-left: 10px;
}
.home-style13 .sw-best-seller-product .wrap-content .item .item-content h4 a {
  color: #333;
}
.home-style13 .sw-best-seller-product .wrap-content .item .item-content h4 a:hover {
  color: #fdb819;
}
.home-style13 .sw-best-seller-product .wrap-content .item .item-content .item-price {
  color: #ed1c24;
}
.home-style13 .sw-best-seller-product .wrap-content .item .item-content .item-price del {
  font-size: 12px;
  float: none;
  display: block;
  color: #898989;
  text-decoration: line-through;
}
.home-style13 .sw-best-seller-product .wrap-content .item .item-content .item-price ins {
  float: none;
  font-size: 14px;
  color: #ed1c24;
}
.home-style13 .block-text4 {
  position: relative;
  z-index: 4;
}
.home-style13 .wpb_single_image {
  position: relative;
  z-index: 4;
}
.home-style13 .responsive-post-slider4 {
  position: relative;
  background-color: #fff;
  z-index: 4;
}
.home-style13 .responsive-post-slider4:before {
  content: '';
  position: absolute;
  width: 68px;
  height: 53px;
  top: -12px;
  left: -32px;
  background: url(../assets/img/icon-ring.png) no-repeat;
}
.home-style13 .responsive-post-slider4 .block-title {
  background-color: #a61f1f;
  padding: 8px 15px 4px 47px;
}
.home-style13 .responsive-post-slider4 .res-button {
  background-color: rgba(199,199,199,0.4);
}
.home-style13 .best-selling-product2 {
  position: relative;
  background-color: #fff;
}
.home-style13 .best-selling-product2:before {
  content: '';
  position: absolute;
  width: 68px;
  height: 53px;
  top: -12px;
  left: -32px;
  background: url(../assets/img/icon-ring.png) no-repeat;
}
.home-style13 .best-selling-product2 .box-title {
  background-color: #a61f1f;
  padding: 8px 15px 4px 47px;
}
.home-style13 .best-selling-product2 .res-button {
  background-color: rgba(199,199,199,0.4);
}
.home-style13 .sw-child-cat .content-slider .childcat-slider-content {
  position: relative;
}
.home-style13 .sw-child-cat .content-slider .childcat-slider-content:before {
  content: '';
  position: absolute;
  width: 68px;
  height: 53px;
  top: -12px;
  left: -32px;
  background: url(../assets/img/icon-ring.png) no-repeat;
}
.home-style13 .sw-child-cat .content-slider .childcat-slider-content .box-title h3 {
  padding-left: 47px;
}
.home-style13 .sw-child-cat .content-slider .child-cat-brand {
  background-color: #fff;
}
.home-style13 .sw-child-cat .content-slider .best-seller-product .item .item-countdown2 {
  background-color: #fff;
}
.home-style13 .bg-image-home13_elementor:before,
.home-style13 .bg-image-home13:before {
  content: '';
  position: absolute;
  left: 0;
  top: 82px;
  width: 615px;
  height: 1133px;
  background: url('../assets/img/bg-left.png') no-repeat;
  z-index: 2;
}
.home-style13 .bg-image-home13_elementor:after,
.home-style13 .bg-image-home13:after {
  content: '';
  position: absolute;
  right: -10px;
  top: 80px;
  width: 432px;
  height: 1133px;
  background: url('../assets/img/bg-right.png') no-repeat;
  z-index: 4;
}
.home-style13 .bg-image-home13_elementor.fixed:before,
.home-style13 .bg-image-home13_elementor.fixed:after,
.home-style13 .bg-image-home13.fixed:before,
.home-style13 .bg-image-home13.fixed:after {
  position: fixed;
}
.home-style13 .bg-image-home13_elementor.fixed2:before,
.home-style13 .bg-image-home13_elementor.fixed2:after,
.home-style13 .bg-image-home13.fixed2:before,
.home-style13 .bg-image-home13.fixed2:after {
  position: absolute;
  bottom: 0;
  top: auto;
}
.home-style13 .sale-off {
  background-color: #fdb819;
}
.home-style13 .item .item-wrap {
  margin-bottom: 25px;
}
.home-style13 .item .item-wrap .item-detail .item-content {
  padding: 1px 5px 15px 5px;
}
.home-style13 .item .item-wrap .item-detail .item-content .item-price span >.amount {
  font-size: 18px;
  color: #fdb819;
  font-weight: 500;
}
.home-style13 .item .item-wrap .item-detail .item-content .item-price del {
  color: #a7a7a7;
  font-size: 16px;
  font-weight: 400;
}
.home-style13 .item .item-wrap .item-detail .item-content .item-price ins {
  font-size: 18px;
  color: #fdb819;
  font-weight: 500;
}
.home-style13 div.star,
.home-style13 div.stars {
  background: url("../assets/img/star-13.png") repeat-x scroll 0 0 rgba(0,0,0,0);
}
.home-style13 div.star span,
.home-style13 div.stars span {
  background: url("../assets/img/star-active-13.png") repeat scroll 0 0 rgba(0,0,0,0);
}
.home-style13 div.star .rating-hidden,
.home-style13 div.stars .rating-hidden {
  display: none;
}
.home-style13 .footer .footer-copyright {
  padding: 28px 0;
}
.home-style13 .footer .footer-copyright .copyright-text a {
  color: #3b3b3b;
  text-decoration: none;
}
.home-style13 .footer .footer-copyright .copyright-text a:hover {
  color: #fdb819;
}
.home-style13 .footer-style6 .widget_nav_menu ul li a {
  color: #7d7d7d;
}
.home-style13 .footer-style6 .widget_nav_menu ul li a:hover {
  color: #fdb819;
}
.home-style13 .footer-style6 .menu-bot ul li a {
  color: #222;
}
.home-style13 .footer-style6 .menu-bot ul li a:hover {
  color: #fdb819;
}
.home-style13 .elementor-location-footer,
.home-style13 .footer {
  background: url(../assets/img/bg-footer13.png) no-repeat center bottom;
}
.home-style13 .elementor-location-footer .copyright-text-8,
.home-style13 .footer .copyright-text-8 {
  background-color: transparent !important;
}
.home-style13 .elementor-location-footer .copyright-text-8 .elementor-widget-container p,
.home-style13 .footer .copyright-text-8 .elementor-widget-container p {
  color: #3b3b3b;
}
.home-style13 .elementor-location-footer .footer-style6-top,
.home-style13 .footer .footer-style6-top {
  background: url(../assets/img/bg-newsletter.jpg) no-repeat;
  background-size: cover;
}
.home-style13 .elementor-location-footer .footer-style6-top .newsletter-footer4 .content-wrap .form-newsletter button[type="submit"],
.home-style13 .elementor-location-footer .footer-style6-top .newsletter-footer4 .content-wrap .form-newsletter input[type="email"],
.home-style13 .footer .footer-style6-top .newsletter-footer4 .content-wrap .form-newsletter button[type="submit"],
.home-style13 .footer .footer-style6-top .newsletter-footer4 .content-wrap .form-newsletter input[type="email"] {
  border-radius: 0;
}
.home-style13 .elementor-location-footer .footer-style6-top .newsletter-footer4 h5,
.home-style13 .elementor-location-footer .footer-style6-top .newsletter-footer4 .content-wrap h3,
.home-style13 .elementor-location-footer .footer-style6-top .socials-footer h3,
.home-style13 .footer .footer-style6-top .newsletter-footer4 h5,
.home-style13 .footer .footer-style6-top .newsletter-footer4 .content-wrap h3,
.home-style13 .footer .footer-style6-top .socials-footer h3 {
  color: #fff;
}
.home-style13 .elementor-location-footer .footer-style6-top .newsletter-footer4 .form-newsletter input[type="email"],
.home-style13 .elementor-location-footer .footer-style6-top .newsletter-footer4 .form-newsletter button[type="submit"],
.home-style13 .footer .footer-style6-top .newsletter-footer4 .form-newsletter input[type="email"],
.home-style13 .footer .footer-style6-top .newsletter-footer4 .form-newsletter button[type="submit"] {
  border-radius: 0;
}
.home-style13 .elementor-location-footer .footer-style6,
.home-style13 .footer .footer-style6 {
  background-color: transparent;
}
.home-style13 .elementor-location-footer .footer-copyright.style5,
.home-style13 .footer .footer-copyright.style5 {
  background-color: transparent;
}
.home-style13 .elementor-location-footer .footer-copyright.style5 .copyright-text p,
.home-style13 .footer .footer-copyright.style5 .copyright-text p {
  color: #3b3b3b;
}
@media (max-width: 1750px) {
  .home-style13 .bg-image-home13_elementor:before,
  .home-style13 .bg-image-home13_elementor:after,
  .home-style13 .bg-image-home13:before,
  .home-style13 .bg-image-home13:after {
    background-image: none;
    width: 0;
    height: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1920px) {
  .home-style13 .column-left2 {
    margin-right: -15px;
    margin-left: 15px;
  }
  .home-style13 .column-left2 .vc_column-inner {
    padding-right: 0;
    padding-left: 0;
    padding-top: 0;
  }
  .home-style13 .column-left2 .wpb_revslider_element {
    margin-bottom: 0;
  }
  .home-style13 .column-right2 .vc_column-inner {
    padding-left: 0;
    padding-top: 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.autusin-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 .autusin-radio-img input[type="radio"],
#cpanel-form .autusin-radio-img span {
  display: none;
}
#cpanel-form .autusin-radio-img img {
  width: 33px;
  cursor: pointer;
}
.lt-ie9 #cpanel-form .autusin-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 #ddd;
  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 {
  margin-bottom: 20px;
}
.sidebar .widget {
  margin-bottom: 30px;
}
.sidebar .widget .dropdown-menu>li>a {
  white-space: normal;
}
.sidebar .widget .widget-inner .block-title-widget h2 {
  position: relative;
  text-transform: capitalize;
  padding: 15px 0;
  color: #111;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
}
.sidebar .widget .widget-inner select {
  max-width: 100%;
  padding: 7px;
}
.sidebar .widget .widget-inner ul {
  list-style: none;
  margin: 0;
}
.sidebar .widget .widget-inner ul > li {
  padding: 15px 0;
  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;
  padding-bottom: 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: 18px;
}
.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: 0;
  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: #111;
  border: #111;
  padding: 8px;
  right: 0;
  width: auto;
  left: auto;
  color: #fff;
}
.sidebar .widget.widget_search .searchform > div input.searchsubmit:hover {
  background: #fdb819;
}
.rtl .sidebar .widget.widget_search .searchform > div input.searchsubmit {
  right: auto;
  left: 0;
}
.sidebar .widget.widget_calendar {
  margin-bottom: 35px;
}
.sidebar .widget.widget_calendar #calendar_wrap {
  width: 100%;
  border: 1px #ddd solid;
  margin-top: 20px;
}
.sidebar .widget.widget_calendar #calendar_wrap #wp-calendar {
  width: 100%;
  margin: 0 auto;
  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: 6px;
  text-align: center;
  border: 1px solid #ddd;
}
.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_text .textwidget p {
  line-height: 24px;
}
.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 {
  line-height: 24px;
}
.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;
  font-size: 14px !important;
  padding: 10px;
  border: 1px solid #ddd;
  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 #fdb819;
  background-color: #fdb819;
  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: #fdb819;
}
.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: #fdb819;
}
.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: #fdb819;
}
.sidebar .widget.widget_nav_menu .widget-inner ul.menu > li ul.dropdown-menu > li:first-child {
  border-top: 1px solid #ddd;
}
.sidebar .widget.widget_nav_menu .widget-inner ul.menu > li ul.dropdown-menu > li.menu- {
  display: none;
}
.page .listing-title h1 {
  margin: 0 0 30px 0;
}
.wp_left_contact {
  color: #999999;
  line-height: 22px;
}
.wp_left_contact h4 {
  margin-bottom: 28px;
  color: #202020;
}
.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: #fdb819;
}
.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: #111;
  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: #fdb819;
}
.about_us .title-page {
  font-size: 18px;
  color: #111;
  font-weight: 700 !important;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.about_us .about-us {
  text-align: center;
}
.about_banner {
  text-align: center;
  padding: 60px 0 50px 0;
  margin-bottom: 50px;
}
.about_banner h3 {
  font-size: 15px;
  color: #111;
  font-weight: bold;
  text-transform: uppercase;
}
.about_banner .wpb_single_image {
  margin-bottom: 30px;
}
.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: #111;
  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: #111;
  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: 26px;
}
.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: #fdb819;
  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: #e19e02;
}
.sw-ourteam-slider {
  margin-bottom: 40px;
}
.sw-ourteam-slider .box-title {
  text-align: center;
  margin-bottom: 30px;
}
.sw-ourteam-slider .box-title h2 {
  font-size: 22px;
  text-transform: uppercase;
  color: #111;
  font-weight: bold;
}
.sw-ourteam-slider .box-title .description {
  padding: 0 20%;
  line-height: 22px;
}
.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;
  -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: 15px;
}
.sw-ourteam-slider .slick-slider .item .item-wrap .item-img img:hover {
  opacity: 0.75;
  filter: alpha(opacity=75);
  -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-ourteam-slider .slick-slider .item .item-wrap .item-content {
  padding: 10px 0 15px;
}
.sw-ourteam-slider .slick-slider .item .item-wrap .item-content h3 {
  font-size: 14px;
  color: #111;
  text-transform: uppercase;
  font-weight: bold;
}
.sw-ourteam-slider .slick-slider .item .item-wrap .item-content .team-info {
  color: #b3b3b3;
}
.sw-ourteam-slider .slick-slider .item .item-wrap .item-content .item-desc {
  line-height: 22px;
  color: #666;
}
.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: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background-color: #464646;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  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;
}
.sw-ourteam-slider .slick-slider .item .item-wrap .item-social .team-social a:hover {
  background-color: #fdb819;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.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;
}
.autusin-portfolio .portfolio-tab {
  text-align: center;
}
.rtl .autusin-portfolio .portfolio-tab {
  text-align: center;
}
.autusin-portfolio .portfolio-tab ul {
  margin: 0 0 25px;
  background: #fff;
  display: inline-block;
  overflow: hidden;
}
.autusin-portfolio .portfolio-tab ul li {
  float: left;
  border: 1px solid #ddd;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  padding: 0 20px;
  height: 40px;
  line-height: 38px;
  color: #111;
  margin-right: 10px;
  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;
}
.rtl .autusin-portfolio .portfolio-tab ul li {
  float: right;
}
.autusin-portfolio .portfolio-tab ul li.selected,
.autusin-portfolio .portfolio-tab ul li:hover {
  background: #fdb819;
  color: #fff;
  border-color: #fdb819;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.autusin-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;
}
.autusin-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;
}
.autusin-portfolio .btn-loadmore.btn-loading .des-load {
  border: 0;
  display: none;
}
.autusin-portfolio .btn-loadmore.btn-loading .des-load:before {
  content: "";
}
.autusin-portfolio .btn-loadmore .des-load {
  font-size: 14px;
  padding: 10px 20px;
  display: inline-block;
  line-height: normal;
  background: #fdb819;
  font-weight: bold;
  color: #fff;
  border-radius: 0px;
}
.autusin-portfolio .btn-loadmore .des-load:hover {
  opacity: 0.8;
}
.autusin-portfolio .btn-loadmore .des-load:before {
  content: attr(data-label);
}
.autusin-portfolio .btn-loadmore.btn-loaded  .des-load:before {
  content: attr(data-label-loaded);
}
.autusin-portfolio .portfolio-container {
  overflow: hidden;
}
.autusin-portfolio .portfolio-container ul.portfolio-content {
  width: 100%;
  margin: 0;
}
.autusin-portfolio .portfolio-container ul.portfolio-content:after {
  content: '';
  display: block;
  clear: both;
}
.autusin-portfolio .portfolio-container ul.portfolio-content >li {
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 0;
  position: relative;
  display: inline-block;
}
.autusin-portfolio .portfolio-container ul.portfolio-content >li.grid-item {
  padding: 0 15px;
  float: left;
}
.autusin-portfolio .portfolio-container ul.portfolio-content >li .portfolio-item-inner {
  overflow: hidden;
}
.autusin-portfolio .portfolio-container ul.portfolio-content >li .portfolio-item-inner .portfolio-in {
  position: relative;
  z-index: 1;
}
.autusin-portfolio .portfolio-container ul.portfolio-content >li .portfolio-item-inner .portfolio-in a.portfolio-img img:hover {
  opacity: 1;
}
.autusin-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;
}
.autusin-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;
}
.autusin-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);
}
.autusin-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;
}
.autusin-portfolio .portfolio-container ul.portfolio-content >li .portfolio-item-inner .portfolio-in .p-item-content .p-item:hover {
  color: #fdb819;
  box-shadow: 0 0 1px 1px #fdb819;
}
.autusin-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;
}
.autusin-portfolio .portfolio-container ul.portfolio-content >li .portfolio-item-inner .portfolio-in .p-item-content .p-item-title:hover {
  color: #fdb819;
}
.autusin-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);
}
.autusin-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);
}
.autusin-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);
}
.autusin-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;
}
.autusin-portfolio .portfolio-container ul.portfolio-content >li.portfolio-item {
  width: 33.332%;
  margin: 0;
  padding: 0;
  border: 0;
}
.autusin-portfolio .portfolio-container ul.portfolio-content >li.portfolio-item img {
  width: 100%;
}
.autusin-portfolio .portfolio-container ul.portfolio-content >li.portfolio-item.p-double-width {
  width: 40%;
}
.autusin-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: 28px;
  margin-bottom: 20px;
  color: #333;
  font-weight: bold;
  text-transform: uppercase;
}
.single-portfolio .portfolio-top .portfolio-content .single-thumbnail {
  width: 50%;
  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: 18px;
  border-bottom: 4px double #e2e2e2;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-weight: bold;
  color: #111;
}
.single-portfolio .portfolio-top .portfolio-content .single-portfolio-content .single-description {
  margin-bottom: 25px;
}
.single-portfolio .portfolio-top .portfolio-content .single-portfolio-content .single-description ul {
  margin: 0;
}
.single-portfolio .portfolio-top .portfolio-content .single-portfolio-content .single-description ul li {
  margin-left: 0;
  margin-right: 1%;
}
.rtl .single-portfolio .portfolio-top .portfolio-content .single-portfolio-content .single-description ul li {
  margin-left: 1%;
  margin-right: 0;
}
.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: #fdb819;
}
.single-portfolio .portfolio-top .portfolio-content .single-portfolio-content .portfolio-meta .pmeta-item > .meta-link:hover {
  color: #e19e02;
}
.single-portfolio .related-portfolio {
  background: #fff;
  padding: 0 0 20px;
  margin-bottom: 40px;
  border-top: 2px solid #fdb819;
  position: relative;
}
.single-portfolio .related-portfolio:before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #111;
  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%;
  }
}
.listing-title h1 {
  font-size: 28px;
  font-weight: 700 !important;
  color: #111;
  margin: 30px 0;
  display: block;
  text-transform: uppercase;
}
.category-contents {
  margin-bottom: 40px;
}
.category-contents .listing-title h1 {
  margin-top: 5px;
}
.category-contents .blog-content .post {
  margin-bottom: 30px;
}
.category-contents .blog-content .post.format-audio .entry-thumb {
  width: 100%;
}
.category-contents .blog-content .post.sticky .entry .entry-content,
.category-contents .blog-content .post.tag-sticky-2 .entry .entry-content {
  background: #f2f2f2;
  padding: 20px;
}
.category-contents .blog-content .post.tag-image .entry-thumb {
  display: none !important;
}
.category-contents .blog-content .post.tag-gallery .entry-thumb:before {
  display: none;
}
.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-content {
  padding: 0;
}
.category-contents .blog-content .post .entry .entry-content .content-top {
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
}
.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: 22px;
  color: #111;
  font-weight: 600;
  line-height: normal;
}
.category-contents .blog-content .post .entry .entry-content .content-top .entry-title h4 a:hover {
  color: #fdb819;
}
.category-contents .blog-content .post .entry .entry-content .content-top .entry-meta {
  color: #909090;
  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: #fdb819;
}
.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;
}
.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: #fdb819;
}
.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: 14px;
  color: #fdb819;
  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: #faaf02;
}
.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: 18px;
}
.category-contents .blog-content.blog-content-grid .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.blog-content-grid .post .entry .entry-thumb:before {
  right: 0;
  left: auto;
  border-right: 80px solid #fff;
  border-left: 0;
}
.category-contents .blog-content.blog-content-grid .post .entry .entry-thumb .entry-meta {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.rtl .category-contents .blog-content.blog-content-grid .post .entry .entry-thumb .entry-meta {
  right: 0;
  left: auto;
}
.category-contents .blog-content.blog-content-grid .post .entry .entry-thumb .entry-meta .day-time {
  font-size: 24px;
  color: #909090;
  font-weight: 700;
}
.category-contents .blog-content.blog-content-grid .post .entry .entry-thumb .entry-meta .month-time {
  font-size: 14px;
  color: #909090;
  display: block;
}
.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 .entry .entry-content .content-top .entry-summary {
  line-height: 28px;
  font-size: 15px;
  color: #7d7d7d;
}
.category-contents .blog-content.blog-content-list .post .entry .entry-content .content-top .entry-summary p {
  margin-bottom: 5px;
}
.category-contents .blog-content.blog-content-list .post .entry .entry-content .content-top .entry-summary ul li span,
.category-contents .blog-content.blog-content-list .post .entry .entry-content .content-top .entry-summary ul li em,
.category-contents .blog-content.blog-content-list .post .entry .entry-content .content-top .entry-summary ul li strong,
.category-contents .blog-content.blog-content-list .post .entry .entry-content .content-top .entry-summary ol li span,
.category-contents .blog-content.blog-content-list .post .entry .entry-content .content-top .entry-summary ol li em,
.category-contents .blog-content.blog-content-list .post .entry .entry-content .content-top .entry-summary ol li strong {
  font-size: 14px !important;
}
.category-contents .blog-content.blog-content-list .post.no-thumb .entry .entry-thumb:before {
  display: none;
}
.category-contents .blog-content .format-standard.tag-markup-2 .entry .entry-content .entry-summary {
  font-size: 14px;
}
.category-contents .blog-content .format-standard.tag-markup-2 .entry .entry-content .entry-summary h1,
.category-contents .blog-content .format-standard.tag-markup-2 .entry .entry-content .entry-summary h2,
.category-contents .blog-content .format-standard.tag-markup-2 .entry .entry-content .entry-summary h3,
.category-contents .blog-content .format-standard.tag-markup-2 .entry .entry-content .entry-summary h4,
.category-contents .blog-content .format-standard.tag-markup-2 .entry .entry-content .entry-summary h5,
.category-contents .blog-content .format-standard.tag-markup-2 .entry .entry-content .entry-summary h6 {
  color: #111;
  font-weight: 600;
}
.category-contents .blog-content .format-standard.tag-markup-2 .entry .entry-content .entry-summary h2,
.category-contents .blog-content .format-standard.tag-markup-2 .entry .entry-content .entry-summary h3,
.category-contents .blog-content .format-standard.tag-markup-2 .entry .entry-content .entry-summary h4,
.category-contents .blog-content .format-standard.tag-markup-2 .entry .entry-content .entry-summary h5,
.category-contents .blog-content .format-standard.tag-markup-2 .entry .entry-content .entry-summary h6 {
  padding-top: 20px;
}
.category-contents .blog-content .format-standard.tag-markup-2 .entry .entry-content .entry-summary blockquote {
  padding: 10px 30px;
}
.category-contents .blog-content .format-standard.tag-markup-2 .entry .entry-content .entry-summary blockquote:before,
.category-contents .blog-content .format-standard.tag-markup-2 .entry .entry-content .entry-summary blockquote:after {
  font-size: 18px;
  color: #ddd;
}
.category-contents .blog-content .format-standard.tag-markup-2 .entry .entry-content .entry-summary code {
  white-space: normal;
}
.category-contents .blog-content .format-standard.tag-markup-2 .entry .entry-content .entry-summary ol {
  padding-left: 0;
}
.category-contents .blog-content .format-standard.tag-markup-2 .entry .entry-content .entry-summary cite {
  font-style: italic;
}
.category-contents .blog-content .format-standard.tag-markup-2 .entry .entry-content .entry-summary table thead th,
.category-contents .blog-content .format-standard.tag-markup-2 .entry .entry-content .entry-summary table thead td {
  border-bottom-width: 2px;
}
.category-contents .blog-content .format-standard.tag-markup-2 .entry .entry-content .entry-summary table td,
.category-contents .blog-content .format-standard.tag-markup-2 .entry .entry-content .entry-summary table th {
  border-bottom: 1px #ddd solid;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}
.category-contents .blog-content .format-standard.tag-markup-2 .entry .entry-content .entry-summary table tbody tr:last-child th,
.category-contents .blog-content .format-standard.tag-markup-2 .entry .entry-content .entry-summary table tbody tr:last-child td {
  border-bottom: none;
}
.pagination {
  display: inline-block;
  float: none;
  width: 100%;
  padding: 25px 0;
  margin: 10px 0 0;
  text-align: center;
  background-color: #f2f2f2;
  border: 1px solid #ddd;
}
.pagination ul {
  margin: 0;
  list-style-type: none;
  float: none;
  display: inline-block;
  background-color: #f2f2f2;
}
.pagination ul li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  text-transform: capitalize;
  text-align: center;
  margin: 0 5px;
  background-color: #f2f2f2;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.pagination ul li:hover a {
  color: #fdb819;
}
.pagination ul li span.current {
  background-color: #fff;
  color: #fdb819 !important;
}
.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 #ddd;
  text-align: center;
  font-size: 16px;
  color: #111;
}
.pagination ul li .next,
.pagination ul li .prev {
  width: 90px;
  text-align: center;
  text-transform: uppercase;
  color: #111;
  border-radius: 20px;
}
.pagination ul li .next:hover,
.pagination ul li .prev:hover {
  border: 1px solid #fdb819;
  background-color: #fdb819;
  color: #fff;
}
.rtl .pagination ul li .fa-angle-right:before {
  content: '\f104';
}
.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: "\f10d";
  width: 17px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 0;
  font-family: FontAwesome;
}
blockquote:after {
  content: "\f10e";
  width: 17px;
  height: 14px;
  position: absolute;
  right: 0;
  bottom: 0;
  font-family: FontAwesome;
}
blockquote p {
  font-style: italic;
  font-size: 14px;
  line-height: 24px;
}
.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: #fdb819;
}
.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: #fdb819;
}
.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: #fdb819;
  border-color: #fdb819;
}
.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: auto;
  margin-bottom: 30px;
}
.single.main .post .entry-wrap .entry-title,
.single.main .team .entry-wrap .entry-title,
.single.main .attachment .entry-wrap .entry-title {
  color: #111;
  font-size: 30px;
  font-weight: 600;
}
.single.main .post .entry-wrap .entry-content,
.single.main .team .entry-wrap .entry-content,
.single.main .attachment .entry-wrap .entry-content {
  padding: 15px 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;
  overflow: hidden;
  display: block;
  padding: 8px 0 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
.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;
  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: #fdb819;
}
.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: 28px;
  color: #7d7d7d;
  font-size: 16px;
}
.single.main .post .entry-wrap .entry-content .entry-summary ul li span,
.single.main .post .entry-wrap .entry-content .entry-summary ul li em,
.single.main .post .entry-wrap .entry-content .entry-summary ul li strong,
.single.main .post .entry-wrap .entry-content .entry-summary ol li span,
.single.main .post .entry-wrap .entry-content .entry-summary ol li em,
.single.main .post .entry-wrap .entry-content .entry-summary ol li strong,
.single.main .team .entry-wrap .entry-content .entry-summary ul li span,
.single.main .team .entry-wrap .entry-content .entry-summary ul li em,
.single.main .team .entry-wrap .entry-content .entry-summary ul li strong,
.single.main .team .entry-wrap .entry-content .entry-summary ol li span,
.single.main .team .entry-wrap .entry-content .entry-summary ol li em,
.single.main .team .entry-wrap .entry-content .entry-summary ol li strong,
.single.main .attachment .entry-wrap .entry-content .entry-summary ul li span,
.single.main .attachment .entry-wrap .entry-content .entry-summary ul li em,
.single.main .attachment .entry-wrap .entry-content .entry-summary ul li strong,
.single.main .attachment .entry-wrap .entry-content .entry-summary ol li span,
.single.main .attachment .entry-wrap .entry-content .entry-summary ol li em,
.single.main .attachment .entry-wrap .entry-content .entry-summary ol li strong {
  font-size: 14px !important;
}
.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;
}
.rtl .single.main .post .entry-wrap .entry-content .entry-summary p .alignnone,
.rtl .single.main .team .entry-wrap .entry-content .entry-summary p .alignnone,
.rtl .single.main .attachment .entry-wrap .entry-content .entry-summary p .alignnone {
  float: right;
}
.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 .entry-summary .page-links,
.single.main .team .entry-wrap .entry-content .entry-summary .page-links,
.single.main .attachment .entry-wrap .entry-content .entry-summary .page-links {
  margin-top: 30px;
  overflow: hidden;
  background: #f2f2f2;
  padding: 30px 0;
  border-radius: 4px;
}
.single.main .post .entry-wrap .entry-content .entry-summary .page-links .page-links-title,
.single.main .team .entry-wrap .entry-content .entry-summary .page-links .page-links-title,
.single.main .attachment .entry-wrap .entry-content .entry-summary .page-links .page-links-title {
  border: none;
  margin: 0 10px;
  width: auto;
  height: auto;
  line-height: 32px;
  border-radius: 0;
  float: left;
  background: none;
  color: #666;
}
.single.main .post .entry-wrap .entry-content .entry-summary .page-links .page-links-title:hover,
.single.main .team .entry-wrap .entry-content .entry-summary .page-links .page-links-title:hover,
.single.main .attachment .entry-wrap .entry-content .entry-summary .page-links .page-links-title:hover {
  background: none;
}
.single.main .post .entry-wrap .entry-content .entry-summary .page-links span,
.single.main .post .entry-wrap .entry-content .entry-summary .page-links a,
.single.main .team .entry-wrap .entry-content .entry-summary .page-links span,
.single.main .team .entry-wrap .entry-content .entry-summary .page-links a,
.single.main .attachment .entry-wrap .entry-content .entry-summary .page-links span,
.single.main .attachment .entry-wrap .entry-content .entry-summary .page-links a {
  display: block;
  width: 32px;
  line-height: 30px;
  height: 32px;
  border-radius: 50%;
  text-align: center;
  font-size: 14px;
  float: left;
  background: #fff;
  margin: 0 5px;
}
.single.main .post .entry-wrap .entry-content .entry-summary .page-links span:hover,
.single.main .post .entry-wrap .entry-content .entry-summary .page-links a:hover,
.single.main .team .entry-wrap .entry-content .entry-summary .page-links span:hover,
.single.main .team .entry-wrap .entry-content .entry-summary .page-links a:hover,
.single.main .attachment .entry-wrap .entry-content .entry-summary .page-links span:hover,
.single.main .attachment .entry-wrap .entry-content .entry-summary .page-links a:hover {
  color: #fdb819;
}
.single.main .post .entry-wrap .entry-content .entry-summary .page-links span,
.single.main .team .entry-wrap .entry-content .entry-summary .page-links span,
.single.main .attachment .entry-wrap .entry-content .entry-summary .page-links span {
  background: #fff;
  color: #fdb819;
}
.single.main .post .entry-wrap .entry-content .entry-summary .page-links a span,
.single.main .team .entry-wrap .entry-content .entry-summary .page-links a span,
.single.main .attachment .entry-wrap .entry-content .entry-summary .page-links a span {
  border: none;
  margin: 0;
  background: none;
  color: #111;
}
.single.main .post .entry-wrap .entry-content .single-content-bottom,
.single.main .team .entry-wrap .entry-content .single-content-bottom,
.single.main .attachment .entry-wrap .entry-content .single-content-bottom {
  border-bottom: 1px solid #ddd;
  padding: 20px 0 40px 0;
}
.single.main .post .entry-wrap .entry-content .single-content-bottom .entry-tag span,
.single.main .team .entry-wrap .entry-content .single-content-bottom .entry-tag span,
.single.main .attachment .entry-wrap .entry-content .single-content-bottom .entry-tag span {
  display: inline-block;
  vertical-align: top;
  padding: 6px 10px 5px 0;
  font-weight: 700;
  color: #111;
}
.rtl .single.main .post .entry-wrap .entry-content .single-content-bottom .entry-tag span,
.rtl .single.main .team .entry-wrap .entry-content .single-content-bottom .entry-tag span,
.rtl .single.main .attachment .entry-wrap .entry-content .single-content-bottom .entry-tag span {
  padding: 6px 0 5px 10px;
}
.single.main .post .entry-wrap .entry-content .single-content-bottom .entry-tag a,
.single.main .team .entry-wrap .entry-content .single-content-bottom .entry-tag a,
.single.main .attachment .entry-wrap .entry-content .single-content-bottom .entry-tag a {
  border: 1px #ddd solid;
  padding: 5px 15px;
  display: inline-block;
  vertical-align: top;
  text-transform: capitalize;
  margin-bottom: 5px;
}
.single.main .post .entry-wrap .entry-content .single-content-bottom .entry-tag a:hover,
.single.main .team .entry-wrap .entry-content .single-content-bottom .entry-tag a:hover,
.single.main .attachment .entry-wrap .entry-content .single-content-bottom .entry-tag a:hover {
  border-color: #fdb819;
}
.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;
  float: right;
}
.rtl .single.main .post .entry-wrap .entry-content .social-share,
.rtl .single.main .team .entry-wrap .entry-content .social-share,
.rtl .single.main .attachment .entry-wrap .entry-content .social-share {
  float: left;
}
.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: #111;
  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 .wrap-content,
.single.main .team .entry-wrap .entry-content .social-share .wrap-content,
.single.main .attachment .entry-wrap .entry-content .social-share .wrap-content {
  float: left;
}
.rtl .single.main .post .entry-wrap .entry-content .social-share .wrap-content,
.rtl .single.main .team .entry-wrap .entry-content .social-share .wrap-content,
.rtl .single.main .attachment .entry-wrap .entry-content .social-share .wrap-content {
  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: #fdb819;
  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: #171000;
}
.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: 50px 0 20px 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 .avatar img,
.single.main .team #authorDetails .authorDetail .avatar img,
.single.main .attachment #authorDetails .authorDetail .avatar img {
  margin: 0;
  border-radius: 50%;
}
.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: #111;
  font-size: 16px;
  font-weight: 600;
}
.single.main .post #authorDetails .authorDetail .infomation p,
.single.main .team #authorDetails .authorDetail .infomation p,
.single.main .attachment #authorDetails .authorDetail .infomation p {
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
}
.single.main .format-standard.tag-markup-2 .entry-wrap .entry-content .entry-summary {
  font-size: 14px;
}
.single.main .format-standard.tag-markup-2 .entry-wrap .entry-content .entry-summary h1,
.single.main .format-standard.tag-markup-2 .entry-wrap .entry-content .entry-summary h2,
.single.main .format-standard.tag-markup-2 .entry-wrap .entry-content .entry-summary h3,
.single.main .format-standard.tag-markup-2 .entry-wrap .entry-content .entry-summary h4,
.single.main .format-standard.tag-markup-2 .entry-wrap .entry-content .entry-summary h5,
.single.main .format-standard.tag-markup-2 .entry-wrap .entry-content .entry-summary h6 {
  color: #111;
  font-weight: 600;
}
.single.main .format-standard.tag-markup-2 .entry-wrap .entry-content .entry-summary h2,
.single.main .format-standard.tag-markup-2 .entry-wrap .entry-content .entry-summary h3,
.single.main .format-standard.tag-markup-2 .entry-wrap .entry-content .entry-summary h4,
.single.main .format-standard.tag-markup-2 .entry-wrap .entry-content .entry-summary h5,
.single.main .format-standard.tag-markup-2 .entry-wrap .entry-content .entry-summary h6 {
  padding-top: 20px;
}
.single.main .format-standard.tag-markup-2 .entry-wrap .entry-content .entry-summary ol {
  padding-left: 0;
}
.single.main .format-standard.tag-markup-2 .entry-wrap .entry-content .entry-summary code {
  white-space: normal;
}
.single.main .format-standard.tag-markup-2 .entry-wrap .entry-content .entry-summary blockquote {
  padding: 10px 30px;
}
.single.main .format-standard.tag-markup-2 .entry-wrap .entry-content .entry-summary blockquote:before,
.single.main .format-standard.tag-markup-2 .entry-wrap .entry-content .entry-summary blockquote:after {
  font-size: 24px;
  color: #ddd;
}
.single.main .format-standard.tag-markup-2 .entry-wrap .entry-content .entry-summary cite {
  font-style: italic;
}
.single.main .format-standard.tag-markup-2 .entry-wrap .entry-content .entry-summary table thead th,
.single.main .format-standard.tag-markup-2 .entry-wrap .entry-content .entry-summary table thead td {
  border-bottom-width: 2px;
}
.single.main .format-standard.tag-markup-2 .entry-wrap .entry-content .entry-summary table td,
.single.main .format-standard.tag-markup-2 .entry-wrap .entry-content .entry-summary table th {
  border-bottom: 1px #ddd solid;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}
.single.main .format-standard.tag-markup-2 .entry-wrap .entry-content .entry-summary table tbody tr:last-child th,
.single.main .format-standard.tag-markup-2 .entry-wrap .entry-content .entry-summary table tbody tr:last-child td {
  border-bottom: none;
}
.single.main .tag-pingbacks-2 ol {
  padding-left: 30px;
}
.rtl .single.main .tag-pingbacks-2 ol {
  padding-left: 0;
  padding-right: 30px;
}
.single-post-relate {
  margin-bottom: 60px;
  margin-top: 60px;
}
.single-post-relate > h4 {
  text-transform: capitalize;
  margin-bottom: 25px;
  font-size: 20px;
  color: #111;
  font-weight: 600;
  padding: 0 0 15px;
  border-bottom: 1px solid #ddd;
  position: relative;
}
.single-post-relate > h4:before {
  content: '';
  width: 100px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -1px;
  background-color: #fdb819;
}
.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 img {
  margin-bottom: 15px;
}
.single-post-relate .post .item-relate-img:hover img {
  opacity: 0.85;
}
.single-post-relate .post .item-relate-content {
  background-color: #fff;
  padding: 0 0 15px 0;
  overflow: hidden;
}
.single-post-relate .post .item-relate-content h4 {
  margin-bottom: 15px;
  text-transform: capitalize;
}
.single-post-relate .post .item-relate-content h4 a {
  color: #111;
  font-size: 16px;
  line-height: 24px;
  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;
}
.single-post-relate .post .item-relate-content h4 a:hover {
  color: #fdb819;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.single-post-relate .post .item-relate-content .entry-meta {
  color: #909090;
  font-size: 13px;
  overflow: hidden;
  display: block;
  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: #fdb819;
}
.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: #111;
  text-transform: capitalize;
  font-size: 14px;
  display: inline-block;
  margin: 12px 0;
  border: 1px #111 solid;
  height: 38px;
  line-height: 36px;
  padding: 0 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;
}
.single-post-relate .post .item-relate-content .read-more:hover {
  color: #fdb819;
  border-color: #fdb819;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
h3#comments {
  text-transform: capitalize;
  margin-bottom: 25px;
  font-size: 20px;
  color: #111;
  font-weight: 600;
  padding: 0 0 15px;
  border-bottom: 1px solid #ddd;
  position: relative;
}
h3#comments:before {
  content: '';
  width: 100px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -1px;
  background-color: #fdb819;
}
.rtl h3#comments:before {
  right: 0;
  left: auto;
}
#comments {
  margin-bottom: 60px;
}
.comment-respond-elementor .commentlist {
  margin-bottom: 60px;
}
.comment-respond-elementor,
#comments {
  margin-top: 40px;
  overflow: hidden;
}
.comment-respond-elementor ol,
.comment-respond-elementor ul,
#comments ol,
#comments ul {
  list-style: none;
}
.comment-respond-elementor .title,
#comments .title {
  text-transform: capitalize;
  margin-bottom: 25px;
  font-size: 20px;
  color: #111;
  font-weight: 600;
  padding: 0 0 15px;
  border-bottom: 1px solid #ddd;
  position: relative;
}
.comment-respond-elementor .title:before,
#comments .title:before {
  content: '';
  width: 100px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -1px;
  background-color: #fdb819;
}
.rtl .comment-respond-elementor .title:before,
.rtl #comments .title:before {
  right: 0;
  left: auto;
}
.comment-respond-elementor .commentlist .children,
#comments .commentlist .children {
  margin-left: 90px;
  margin-right: 0;
}
.rtl .comment-respond-elementor .commentlist .children,
.rtl #comments .commentlist .children {
  margin-right: 90px;
  margin-left: 0;
}
.comment-respond-elementor .comment-body,
.comment-respond-elementor .comment,
#comments .comment-body,
#comments .comment {
  margin-bottom: 30px;
  background-color: #fff;
  position: relative;
}
.comment-respond-elementor .comment-body .reply,
.comment-respond-elementor .comment .reply,
#comments .comment-body .reply,
#comments .comment .reply {
  position: absolute;
  top: 20px;
  right: 0;
}
.comment-respond-elementor .comment-body .reply a,
.comment-respond-elementor .comment .reply a,
#comments .comment-body .reply a,
#comments .comment .reply a {
  position: relative;
  font-size: 0;
}
.comment-respond-elementor .comment-body .reply a:before,
.comment-respond-elementor .comment .reply a:before,
#comments .comment-body .reply a:before,
#comments .comment .reply a:before {
  font-size: 20px;
  color: #999999;
  content: "\f112";
  display: inline-block;
  vertical-align: top;
  font-family: fontawesome;
}
.comment-respond-elementor .comment-body .reply a:hover:before,
.comment-respond-elementor .comment .reply a:hover:before,
#comments .comment-body .reply a:hover:before,
#comments .comment .reply a:hover:before {
  color: #fdb819;
}
.comment-respond-elementor .comment-body .comment-meta,
.comment-respond-elementor .comment .comment-meta,
#comments .comment-body .comment-meta,
#comments .comment .comment-meta {
  color: #909090;
  font-weight: 600;
  font-size: 11px;
  line-height: 21px;
  text-transform: uppercase;
  margin: 10px 0;
}
.comment-respond-elementor .comment-body .comment-author,
.comment-respond-elementor .comment .comment-author,
#comments .comment-body .comment-author,
#comments .comment .comment-author {
  color: #111;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.comment-respond-elementor .comment-body .comment-author img,
.comment-respond-elementor .comment .comment-author img,
#comments .comment-body .comment-author img,
#comments .comment .comment-author img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  float: left;
  margin: 0 20px 0 0;
}
.rtl .comment-respond-elementor .comment-body .comment-author img,
.rtl .comment-respond-elementor .comment .comment-author img,
.rtl #comments .comment-body .comment-author img,
.rtl #comments .comment .comment-author img {
  margin: 0 0 0 30px;
}
.comment-respond-elementor .comment-body .comment-author .fn,
.comment-respond-elementor .comment .comment-author .fn,
#comments .comment-body .comment-author .fn,
#comments .comment .comment-author .fn {
  padding: 0 2px;
}
.comment-respond-elementor .comment-body .author,
.comment-respond-elementor .comment .author,
#comments .comment-body .author,
#comments .comment .author {
  margin: 0;
  overflow: hidden;
}
.comment-respond-elementor .comment-body .author img,
.comment-respond-elementor .comment .author img,
#comments .comment-body .author img,
#comments .comment .author img {
  margin: 0;
  border-radius: 50%;
}
.comment-respond-elementor .comment-body .media-body,
.comment-respond-elementor .comment .media-body,
#comments .comment-body .media-body,
#comments .comment .media-body {
  padding-left: 20px;
}
.rtl .comment-respond-elementor .comment-body .media-body,
.rtl .comment-respond-elementor .comment .media-body,
.rtl #comments .comment-body .media-body,
.rtl #comments .comment .media-body {
  padding-right: 20px;
  padding-left: 0;
}
.comment-respond-elementor .comment-body .media-body .media .media-heading,
.comment-respond-elementor .comment .media-body .media .media-heading,
#comments .comment-body .media-body .media .media-heading,
#comments .comment .media-body .media .media-heading {
  overflow: hidden;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ddd;
}
.comment-respond-elementor .comment-body .media-body .media .media-heading .author-name,
.comment-respond-elementor .comment .media-body .media .media-heading .author-name,
#comments .comment-body .media-body .media .media-heading .author-name,
#comments .comment .media-body .media .media-heading .author-name {
  color: #111;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 5px;
}
.comment-respond-elementor .comment-body .media-body .media .media-heading .time,
.comment-respond-elementor .comment .media-body .media .media-heading .time,
#comments .comment-body .media-body .media .media-heading .time,
#comments .comment .media-body .media .media-heading .time {
  color: #909090;
  font-weight: 600;
  font-size: 11px;
  line-height: 21px;
  padding: 0 50px;
  text-transform: uppercase;
}
.comment-respond-elementor .comment-body .media-body .media .media-heading .time a,
.comment-respond-elementor .comment .media-body .media .media-heading .time a,
#comments .comment-body .media-body .media .media-heading .time a,
#comments .comment .media-body .media .media-heading .time a {
  color: #909090;
}
.comment-respond-elementor .comment-body .media-body .media .media-heading .reply a,
.comment-respond-elementor .comment .media-body .media .media-heading .reply a,
#comments .comment-body .media-body .media .media-heading .reply a,
#comments .comment .media-body .media .media-heading .reply a {
  position: relative;
  font-size: 0;
}
.comment-respond-elementor .comment-body .media-body .media .media-heading .reply a:before,
.comment-respond-elementor .comment .media-body .media .media-heading .reply a:before,
#comments .comment-body .media-body .media .media-heading .reply a:before,
#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;
}
.comment-respond-elementor .comment-body .media-body .media .media-heading .reply a:hover:before,
.comment-respond-elementor .comment .media-body .media .media-heading .reply a:hover:before,
#comments .comment-body .media-body .media .media-heading .reply a:hover:before,
#comments .comment .media-body .media .media-heading .reply a:hover:before {
  color: #fdb819;
}
.comment-respond-elementor .comment-body .media-body .media .media-content,
.comment-respond-elementor .comment .media-body .media .media-content,
#comments .comment-body .media-body .media .media-content,
#comments .comment .media-body .media .media-content {
  font-size: 14px;
}
.comment-respond-elementor .comment-body .media-body .media .media-content h1,
.comment-respond-elementor .comment-body .media-body .media .media-content h2,
.comment-respond-elementor .comment-body .media-body .media .media-content h3,
.comment-respond-elementor .comment-body .media-body .media .media-content h4,
.comment-respond-elementor .comment-body .media-body .media .media-content h5,
.comment-respond-elementor .comment-body .media-body .media .media-content h6,
.comment-respond-elementor .comment .media-body .media .media-content h1,
.comment-respond-elementor .comment .media-body .media .media-content h2,
.comment-respond-elementor .comment .media-body .media .media-content h3,
.comment-respond-elementor .comment .media-body .media .media-content h4,
.comment-respond-elementor .comment .media-body .media .media-content h5,
.comment-respond-elementor .comment .media-body .media .media-content h6,
#comments .comment-body .media-body .media .media-content h1,
#comments .comment-body .media-body .media .media-content h2,
#comments .comment-body .media-body .media .media-content h3,
#comments .comment-body .media-body .media .media-content h4,
#comments .comment-body .media-body .media .media-content h5,
#comments .comment-body .media-body .media .media-content h6,
#comments .comment .media-body .media .media-content h1,
#comments .comment .media-body .media .media-content h2,
#comments .comment .media-body .media .media-content h3,
#comments .comment .media-body .media .media-content h4,
#comments .comment .media-body .media .media-content h5,
#comments .comment .media-body .media .media-content h6 {
  color: #111;
  font-weight: 600;
}
.comment-respond-elementor .comment-body .media-body .media .media-content h2,
.comment-respond-elementor .comment-body .media-body .media .media-content h3,
.comment-respond-elementor .comment-body .media-body .media .media-content h4,
.comment-respond-elementor .comment-body .media-body .media .media-content h5,
.comment-respond-elementor .comment-body .media-body .media .media-content h6,
.comment-respond-elementor .comment .media-body .media .media-content h2,
.comment-respond-elementor .comment .media-body .media .media-content h3,
.comment-respond-elementor .comment .media-body .media .media-content h4,
.comment-respond-elementor .comment .media-body .media .media-content h5,
.comment-respond-elementor .comment .media-body .media .media-content h6,
#comments .comment-body .media-body .media .media-content h2,
#comments .comment-body .media-body .media .media-content h3,
#comments .comment-body .media-body .media .media-content h4,
#comments .comment-body .media-body .media .media-content h5,
#comments .comment-body .media-body .media .media-content h6,
#comments .comment .media-body .media .media-content h2,
#comments .comment .media-body .media .media-content h3,
#comments .comment .media-body .media .media-content h4,
#comments .comment .media-body .media .media-content h5,
#comments .comment .media-body .media .media-content h6 {
  padding-top: 20px;
}
.comment-respond-elementor .comment-body .media-body .media .media-content blockquote,
.comment-respond-elementor .comment .media-body .media .media-content blockquote,
#comments .comment-body .media-body .media .media-content blockquote,
#comments .comment .media-body .media .media-content blockquote {
  padding: 10px 30px;
}
.comment-respond-elementor .comment-body .media-body .media .media-content blockquote:before,
.comment-respond-elementor .comment-body .media-body .media .media-content blockquote:after,
.comment-respond-elementor .comment .media-body .media .media-content blockquote:before,
.comment-respond-elementor .comment .media-body .media .media-content blockquote:after,
#comments .comment-body .media-body .media .media-content blockquote:before,
#comments .comment-body .media-body .media .media-content blockquote:after,
#comments .comment .media-body .media .media-content blockquote:before,
#comments .comment .media-body .media .media-content blockquote:after {
  font-size: 24px;
  color: #ddd;
}
.comment-respond-elementor .comment-body .media-body .media .media-content cite,
.comment-respond-elementor .comment .media-body .media .media-content cite,
#comments .comment-body .media-body .media .media-content cite,
#comments .comment .media-body .media .media-content cite {
  font-style: italic;
}
.comment-respond-elementor .comment-body .media-body .media .media-content table thead th,
.comment-respond-elementor .comment-body .media-body .media .media-content table thead td,
.comment-respond-elementor .comment .media-body .media .media-content table thead th,
.comment-respond-elementor .comment .media-body .media .media-content table thead td,
#comments .comment-body .media-body .media .media-content table thead th,
#comments .comment-body .media-body .media .media-content table thead td,
#comments .comment .media-body .media .media-content table thead th,
#comments .comment .media-body .media .media-content table thead td {
  border-bottom-width: 2px;
}
.comment-respond-elementor .comment-body .media-body .media .media-content table td,
.comment-respond-elementor .comment-body .media-body .media .media-content table th,
.comment-respond-elementor .comment .media-body .media .media-content table td,
.comment-respond-elementor .comment .media-body .media .media-content table th,
#comments .comment-body .media-body .media .media-content table td,
#comments .comment-body .media-body .media .media-content table th,
#comments .comment .media-body .media .media-content table td,
#comments .comment .media-body .media .media-content table th {
  border-bottom: 1px #ddd solid;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}
.comment-respond-elementor .comment-body .media-body .media .media-content table tbody tr:last-child th,
.comment-respond-elementor .comment-body .media-body .media .media-content table tbody tr:last-child td,
.comment-respond-elementor .comment .media-body .media .media-content table tbody tr:last-child th,
.comment-respond-elementor .comment .media-body .media .media-content table tbody tr:last-child td,
#comments .comment-body .media-body .media .media-content table tbody tr:last-child th,
#comments .comment-body .media-body .media .media-content table tbody tr:last-child td,
#comments .comment .media-body .media .media-content table tbody tr:last-child th,
#comments .comment .media-body .media .media-content table tbody tr:last-child td {
  border-bottom: none;
}
.comment-respond-elementor .comment-body .media-body .media .media-content ol,
.comment-respond-elementor .comment .media-body .media .media-content ol,
#comments .comment-body .media-body .media .media-content ol,
#comments .comment .media-body .media .media-content ol {
  padding-left: 0;
}
.comment-respond-elementor .comment-body .media-body .media .media-content p,
.comment-respond-elementor .comment .media-body .media .media-content p,
#comments .comment-body .media-body .media .media-content p,
#comments .comment .media-body .media .media-content p {
  font-size: 15px;
  line-height: 24px;
  font-weight: 300;
}
.comment-respond-elementor .comment-body .media-body .media .media-content ul li,
.comment-respond-elementor .comment-body .media-body .media .media-content ol li,
.comment-respond-elementor .comment .media-body .media .media-content ul li,
.comment-respond-elementor .comment .media-body .media .media-content ol li,
#comments .comment-body .media-body .media .media-content ul li,
#comments .comment-body .media-body .media .media-content ol li,
#comments .comment .media-body .media .media-content ul li,
#comments .comment .media-body .media .media-content ol li {
  line-height: 28px;
}
.comment-respond-elementor .alert,
#comments .alert {
  background: transparent;
  border: 1px #ddd solid;
  border-radius: 0;
}
.comment-respond-elementor .alert p,
#comments .alert p {
  color: #111;
}
.comment-respond-elementor .pingback,
#comments .pingback {
  border: 1px #ddd solid;
  padding: 15px 15px 5px 15px;
}
.comment-respond-elementor .pingback .media-heading,
#comments .pingback .media-heading {
  overflow: hidden;
}
.comment-respond-elementor .pingback .media-heading .time,
#comments .pingback .media-heading .time {
  display: none;
}
.comment-respond-elementor .pingback .media-content,
#comments .pingback .media-content {
  padding: 0 30px;
}
.comment-respond-elementor .pingback p,
#comments .pingback p {
  line-height: 24px;
}
.comment-respond-elementor .pingback:nth-child(4),
#comments .pingback:nth-child(4) {
  margin-bottom: 40px;
}
#respond {
  margin-bottom: 60px;
  margin-top: 40px;
}
#respond .comment-reply-title,
#respond .title {
  text-transform: capitalize;
  margin-bottom: 20px;
  font-size: 20px;
  color: #111;
  font-weight: 600;
  padding: 0 0 15px;
  border-bottom: 1px solid #ddd;
  position: relative;
}
#respond .comment-reply-title:before,
#respond .title:before {
  content: '';
  width: 100px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -1px;
  background-color: #fdb819;
}
.rtl #respond .comment-reply-title:before,
.rtl #respond .title:before {
  right: 0;
  left: auto;
}
#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 #ddd;
  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 textarea {
  width: 100%;
  border: 1px solid #ddd;
  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: #fdb819;
}
#respond .comment-form #submit:hover {
  background: #e19e02;
}
.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(253,185,28,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);
}
.single-content-bottom1 {
  padding: 20px 0 40px 0;
}
.single-content-bottom1 .entry-tag span {
  display: inline-block;
  vertical-align: top;
  padding: 6px 10px 5px 0;
  font-weight: 700;
  color: #111;
}
.rtl .single-content-bottom1 .entry-tag span {
  padding: 6px 0 5px 10px;
}
.single-content-bottom1 .entry-tag a {
  border: 1px #ddd solid;
  padding: 5px 15px;
  display: inline-block;
  vertical-align: top;
  text-transform: capitalize;
  margin-bottom: 5px;
}
.single-content-bottom1 .entry-tag a:hover {
  border-color: #fdb819;
}
.elementor-grid-share .elementor-share-btn .elementor-share-btn__icon {
  background-color: #fdb819 !important;
}
.single.elementor-column p .alignnone {
  display: inline-block;
}
.wrapper_404 {
  width: 100%;
  height: auto;
  text-align: center;
}
.wrapper_404 .content_404 {
  overflow: hidden;
  padding: 80px 0;
}
.wrapper_404 .content_404 .erro-image {
  position: relative;
  text-align: center;
  margin-bottom: 56px;
}
.wrapper_404 .content_404 .erro-image .erro-key {
  display: inline-block;
  vertical-align: top;
}
.wrapper_404 .content_404 .erro-image .erro-content {
  position: absolute;
  top: 148px;
  left: 0;
  right: 0;
  text-align: center;
}
.wrapper_404 .content_404 .erro-image .erro-content h2 {
  font-size: 54px;
  color: #fdb819;
  text-transform: uppercase;
  font-weight: 600;
}
.wrapper_404 .content_404 .item-right {
  text-align: center;
}
.wrapper_404 .content_404 .block-top h3 {
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
}
.wrapper_404 .content_404 .block-top .warning-code {
  font-size: 14px;
  color: #7d7d7d;
}
.wrapper_404 .content_404 .block-middle {
  margin: 26px 0 55px;
  overflow: hidden;
}
.wrapper_404 .content_404 .block-middle .autusin_search_404 .top-search {
  float: none !important;
}
.wrapper_404 .content_404 .block-middle .autusin_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 #ddd;
}
.wrapper_404 .content_404 .block-middle .autusin_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 .autusin_search_404 .top-search .topsearch-entry .form-search .search-query {
  padding-right: 15px;
  padding-left: 80px;
}
.wrapper_404 .content_404 .block-middle .autusin_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 .autusin_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 .autusin_search_404 .top-search .topsearch-entry .form-search .form-button:hover:before {
  color: #fdb819;
}
.rtl .wrapper_404 .content_404 .block-middle .autusin_search_404 .top-search .topsearch-entry .form-search .form-button {
  right: auto;
  left: 0;
}
.wrapper_404 .content_404 .block-bottom .btn-404 {
  color: #fff;
  background: #111;
  height: 50px;
  line-height: 48px;
  padding: 0 20px;
  font-size: 15px;
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.wrapper_404 .content_404 .block-bottom .btn-404:hover {
  background: #fdb819;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
@media (max-width: 1199px) {
  .wrapper_404 .content_404 .block-middle .autusin_search_404 .top-search .topsearch-entry .form-search {
    width: 545px;
  }
}
@media (max-width: 991px) {
  .wrapper_404 .content_404 .block-middle .autusin_search_404 .top-search .topsearch-entry .form-search {
    width: 100%;
  }
  .wrapper_404 .content_404 .erro-image {
    text-align: center;
    margin-bottom: 30px;
  }
  .wrapper_404 .content_404 .erro-image img {
    display: inline-block;
  }
  .wrapper_404 .content_404 .block-top {
    text-align: center;
  }
  .rtl .wrapper_404 .content_404 .block-top {
    text-align: center;
  }
  .wrapper_404 .content_404 .block-middle {
    text-align: center;
  }
  .rtl .wrapper_404 .content_404 .block-middle {
    text-align: center;
  }
  .wrapper_404 .content_404 .block-middle .top-form {
    float: none;
    display: inline-block;
  }
  .wrapper_404 .content_404 .block-bottom {
    text-align: center;
  }
  .rtl .wrapper_404 .content_404 .block-bottom {
    text-align: center;
  }
  .rtl .wrapper_404 .content_404 .block-bottom .btn-404 {
    float: none;
  }
}
@media (max-width: 767px) {
  .wrapper_404 .content_404 .erro-image {
    padding: 0 10px;
  }
  .wrapper_404 .content_404 .erro-image .erro-content {
    top: 82px;
  }
  .wrapper_404 .content_404 .erro-image .erro-content h2 {
    font-size: 30px;
  }
  .wrapper_404 .content_404 .block-top {
    padding: 0 10px;
  }
}
@media (max-width: 480px) {
  .wrapper_404 .content_404 .erro-image .erro-content {
    top: 62px;
  }
  .wrapper_404 .content_404 .erro-image .erro-content h2 {
    font-size: 26px;
  }
}
@media (max-width: 375px) {
  .wrapper_404 .content_404 .erro-image .erro-content {
    top: 52px;
  }
}
@media (max-width: 320px) {
  .wrapper_404 .content_404 .erro-image .erro-content {
    top: 42px;
  }
}
.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 #fdb819 !important;
}
.vc_wp_search .widget_search .searchform input[type="text"] {
  border: 1px solid #ddd;
}
.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;
  width: 840px;
}
#subscribe_popup .subscribe-popup-container {
  padding: 15px;
}
#subscribe_popup .subscribe-popup-container .image-newsletter {
  width: 50%;
}
#subscribe_popup .subscribe-popup-container .subscribe-content {
  width: 50%;
  text-align: center;
  padding: 80px 0 60px 0;
}
#subscribe_popup .subscribe-popup-container h2 {
  color: #111;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 17px;
}
#subscribe_popup .subscribe-popup-container .description {
  font-size: 14px;
  color: #666;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 30px;
}
#subscribe_popup .subscribe-popup-container .subscribe-form {
  margin-bottom: 15px;
  border: 1px solid #ddd;
  max-width: 390px;
  position: relative;
}
#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;
  border-radius: 0;
  border: 0;
}
#subscribe_popup .subscribe-popup-container .subscribe-form .frm-submit {
  background: url(../assets/img/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 .frm-submit {
  left: 0;
  right: auto;
}
#subscribe_popup .subscribe-popup-container .subscribe-form .frm-submit:before {
  display: none;
}
#subscribe_popup .subscribe-popup-container .subscribe-form .frm-submit:hover {
  opacity: 0.85;
}
#subscribe_popup .subscribe-popup-container .subscribe-checkbox {
  line-height: 30px;
  clear: both;
}
#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: #111;
  font-weight: 500;
}
#subscribe_popup .subscribe-popup-container .subscribe-checkbox label span {
  display: inline-block;
  vertical-align: top;
  line-height: 20px;
  color: #666;
  font-weight: 400;
}
#subscribe_popup .subscribe-social {
  padding: 0;
  text-align: center;
  position: relative;
  z-index: 3;
  margin-top: 10px;
}
#subscribe_popup .subscribe-social h3 {
  color: #fff;
  font-weight: 700 !important;
  font-size: 16px;
  text-transform: uppercase;
}
#subscribe_popup .subscribe-social > .subscribe-social-inner .autusin-socials ul {
  margin: 0;
}
#subscribe_popup .subscribe-social > .subscribe-social-inner .autusin-socials ul > li > a {
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-size: 12px;
  line-height: 36px;
  color: #555;
  background: #fff;
  margin: 0 5px;
  border: 1px solid #ddd;
}
#subscribe_popup .subscribe-social > .subscribe-social-inner .autusin-socials ul > li > a:hover {
  border: 1px solid #fdb819;
  background-color: #fdb819;
  color: #fff;
}
.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: 18px;
  color: #111;
  font-weight: 700;
  padding: 20px;
  margin: 0;
}
.sidebar .widget.widget_layered_nav ul {
  border: 0;
}
.sidebar .widget.widget_product_categories .product-categories {
  border: 0;
}
.sidebar .widget.widget_product_categories .product-categories > li {
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
}
.sidebar .widget.widget_product_categories .product-categories > li > a {
  cursor: pointer;
}
.sidebar .widget.widget_product_categories .product-categories > li > a:hover {
  color: #fdb819;
}
.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: #fdb819;
}
.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: #fdb819;
}
.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 {
  margin: 0;
  padding-top: 15px;
}
.sidebar .widget.widget_product_categories .product-categories.accordion-categories li ul.children > li {
  padding: 15px 10px;
}
.sidebar .widget.widget_product_categories .product-categories.accordion-categories li ul.children > li:last-child {
  padding-bottom: 0;
}
.sw-category-slider {
  margin: 20px 0 30px 0;
  position: relative;
}
.sw-category-slider .res-button {
  visibility: hidden;
  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-category-slider .res-button.slick-next {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #777;
  position: absolute;
  top: 50%;
  margin-top: -45px;
  right: -55px;
  z-index: 8;
  text-align: center;
  border-radius: 50%;
}
.sw-category-slider .res-button.slick-next:before {
  font-family: fontawesome;
  content: '\f105';
  color: #fff;
  font-size: 18px;
}
.sw-category-slider .res-button.slick-next:hover {
  background: #2c2c2c;
  cursor: pointer;
}
.sw-category-slider .res-button.slick-prev {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #777;
  position: absolute;
  top: 50%;
  margin-top: -45px;
  left: -55px;
  z-index: 8;
  text-align: center;
  border-radius: 50%;
}
.sw-category-slider .res-button.slick-prev:before {
  font-family: fontawesome;
  content: '\f104';
  color: #fff;
  font-size: 18px;
}
.sw-category-slider .res-button.slick-prev:hover {
  background: #2c2c2c;
  cursor: pointer;
}
.sw-category-slider:hover .res-button {
  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;
}
.sw-category-slider .responsive {
  margin: 0 -28px;
}
.sw-category-slider .responsive .item-product-cat {
  padding: 0 28px;
}
.sw-category-slider .responsive .item-product-cat:hover .item-image {
  border-color: #fdb819;
}
.sw-category-slider .responsive .item-product-cat:hover .item-content h3 a {
  color: #fdb819;
  -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-image {
  border: 1px #e5e5e5 solid;
  border-radius: 50%;
  overflow: hidden;
  padding: 15px;
  box-shadow: 0 3px 3px 0 rgba(238,238,238,0.6);
}
.sw-category-slider .responsive .item-product-cat .item-image img {
  margin: 0;
  width: 100%;
}
.sw-category-slider .responsive .item-product-cat .item-content h3 {
  text-align: center;
  margin: 0;
}
.sw-category-slider .responsive .item-product-cat .item-content h3 a {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 17px 0;
  color: #111;
  -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-slider2 {
  margin-bottom: 30px;
}
.sw-category-slider2 .resp-slider-container {
  margin: 0 -0.5px;
}
.sw-category-slider2 .resp-slider-container .item {
  padding: 0 0.5px;
  position: relative;
}
.sw-category-slider2 .resp-slider-container .item:before {
  content: "";
  background: rgba(0,0,0,0.5);
  margin: 0 0.5px;
  -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;
  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-slider2 .resp-slider-container .item .item-wrap {
  margin-bottom: 0;
}
.sw-category-slider2 .resp-slider-container .item .item-image a img {
  margin: 0;
}
.sw-category-slider2 .resp-slider-container .item .item-content {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  margin-top: -19px;
  z-index: 2;
  padding: 0 15%;
}
.sw-category-slider2 .resp-slider-container .item .item-content h3 {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.sw-category-slider2 .resp-slider-container .item .item-content h3 a {
  color: #fff;
  font-size: 24px;
  line-height: 36px;
  text-transform: uppercase;
}
.sw-category-slider2 .resp-slider-container .item .item-content p {
  color: #fff;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.sw-category-slider2 .resp-slider-container .item .shop-now {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  position: absolute;
  bottom: 15%;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 3;
}
.sw-category-slider2 .resp-slider-container .item .shop-now a {
  background: #fdb819;
  padding: 0 35px;
  height: 45px;
  line-height: 40px;
  font-size: 14px;
  color: #fff;
  text-transform: capitalize;
  border-radius: 30px;
  display: inline-block;
  vertical-align: top;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.sw-category-slider2 .resp-slider-container .item .shop-now a:hover {
  background: #fdb819;
}
.sw-category-slider2 .resp-slider-container .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.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.sw-category-slider2 .resp-slider-container .item:hover .item-content h3,
.sw-category-slider2 .resp-slider-container .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.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.sw-category-slider2 .resp-slider-container .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.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.countdown-slider {
  margin: 71px 0 65px 0;
}
.countdown-slider .slider-wrapper .resp-slider-container .slick-slider {
  border: 0;
}
.countdown-slider .slider-wrapper .resp-slider-container .slick-slider .slick-list .item-countdown .item-wraps .item-detail .item-image-countdown .item-wrap-image {
  position: relative;
}
.countdown-slider .slider-wrapper .resp-slider-container .slick-slider .slick-list .item-countdown .item-wraps .item-detail .item-image-countdown .item-wrap-image .sale-off {
  display: none;
}
.countdown-slider .slider-wrapper .resp-slider-container .slick-slider .slick-list .item-countdown .item-wraps .item-detail .item-image-countdown .item-wrap-image .sale-off2 {
  color: #fff;
  min-width: 94px;
  background-color: #fdb819;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  min-height: 94px;
  z-index: 1;
  text-transform: uppercase;
  padding: 16px 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.countdown-slider .slider-wrapper .resp-slider-container .slick-slider .slick-list .item-countdown .item-wraps .item-detail .item-image-countdown .item-wrap-image .sale-off2 .sale-text {
  font-size: 14px;
}
.countdown-slider .slider-wrapper .resp-slider-container .slick-slider .slick-list .item-countdown .item-wraps .item-detail .item-image-countdown .item-wrap-image .sale-off2 .sale-number {
  font-size: 28px;
  line-height: 25px;
  font-weight: 500;
}
.countdown-slider .slider-wrapper .resp-slider-container .slick-slider .slick-list .item-countdown .item-wraps .item-detail .item-image-countdown .item-wrap-image .onsale {
  display: none;
}
.countdown-slider .slider-wrapper .resp-slider-container .slick-slider .slick-list .item-countdown .item-wraps .item-detail .item-image-countdown .item-wrap-image .product-thumb-hover img {
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -o-transition: all .6s;
  -ms-transition: all .6s;
  transition: all .6s;
  padding: 0 30px;
}
.countdown-slider .slider-wrapper .resp-slider-container .slick-slider .slick-list .item-countdown .item-wraps .item-detail .item-image-countdown .item-wrap-image .product-thumb-hover .wp-post-image {
  opacity: 1;
  filter: alpha(opacity=100);
}
.countdown-slider .slider-wrapper .resp-slider-container .slick-slider .slick-list .item-countdown .item-wraps .item-detail .item-image-countdown .item-wrap-image .product-thumb-hover .hover-image {
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(0);
}
.countdown-slider .slider-wrapper .resp-slider-container .slick-slider .slick-list .item-countdown .item-wraps .item-detail .item-image-countdown:hover .item-wrap-image .product-thumb-hover .wp-post-image {
  opacity: 0;
  filter: alpha(opacity=0);
}
.countdown-slider .slider-wrapper .resp-slider-container .slick-slider .slick-list .item-countdown .item-wraps .item-detail .item-image-countdown:hover .item-wrap-image .product-thumb-hover .hover-image {
  opacity: 1;
  filter: alpha(opacity=100);
}
.countdown-slider .slider-wrapper .resp-slider-container .slick-slider .slick-list .item-countdown .item-wraps .item-detail .item-content {
  text-align: left;
}
.countdown-slider .slider-wrapper .resp-slider-container .slick-slider .slick-list .item-countdown .item-wraps .item-detail .item-content h4 {
  font-size: 22px;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.countdown-slider .slider-wrapper .resp-slider-container .slick-slider .slick-list .item-countdown .item-wraps .item-detail .item-content .item-price {
  font-size: 26px;
}
.countdown-slider .slider-wrapper .resp-slider-container .slick-slider .slick-list .item-countdown .item-wraps .item-detail .item-content .item-price del {
  color: #aaa;
  text-decoration: line-through;
  font-size: 20px;
}
.countdown-slider .slider-wrapper .resp-slider-container .slick-slider .slick-list .item-countdown .item-wraps .item-detail .item-content .reviews-content {
  padding-top: 15px;
}
.countdown-slider .slider-wrapper .resp-slider-container .slick-slider .slick-list .item-countdown .item-wraps .item-detail .item-content .description {
  padding: 15px 0 23px 0;
  clear: both;
  border-bottom: 1px solid #ddd;
  margin-bottom: 136px;
  line-height: 22px;
  color: #777777;
}
.countdown-slider .slider-wrapper .resp-slider-container .slick-slider .slick-list .item-countdown .item-wraps .item-detail .item-content .product-countdown2 {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  border: 1px solid #ddd;
  background-color: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}
.countdown-slider .slider-wrapper .resp-slider-container .slick-slider .slick-list .item-countdown .item-wraps .item-detail .item-content .product-countdown2 .countdown-row .countdown-section {
  width: 20%;
  float: left;
  min-height: 78px;
  text-align: center;
  padding: 10px 0;
  position: relative;
}
.countdown-slider .slider-wrapper .resp-slider-container .slick-slider .slick-list .item-countdown .item-wraps .item-detail .item-content .product-countdown2 .countdown-row .countdown-section .countdown-amount {
  display: block;
  color: #fdb819;
  font-size: 24px;
  font-weight: bold;
}
.countdown-slider .slider-wrapper .resp-slider-container .slick-slider .slick-list .item-countdown .item-wraps .item-detail .item-content .product-countdown2 .countdown-row .countdown-section .countdown-period {
  display: block;
  font-size: 13px;
  color: #777777;
  text-transform: capitalize;
}
.countdown-slider .slider-wrapper .resp-slider-container .slick-slider .slick-list .item-countdown .item-wraps .item-detail .item-content .product-countdown2 .countdown-row .countdown-section.icon-clock {
  border-right: 1px solid #ddd;
  background: url('../assets/img/default/icon-clock.png') no-repeat center center;
}
.countdown-slider .slider-wrapper .resp-slider-container .slick-slider .slick-list .item-countdown .item-wraps .item-detail .item-content .product-countdown2 .countdown-row .countdown-section:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  height: 34px;
  width: 1px;
  background-color: #ddd;
}
.countdown-slider .slider-wrapper .resp-slider-container .slick-slider .slick-list .item-countdown .item-wraps .item-detail .item-content .product-countdown2 .countdown-row .countdown-section:last-child:before,
.countdown-slider .slider-wrapper .resp-slider-container .slick-slider .slick-list .item-countdown .item-wraps .item-detail .item-content .product-countdown2 .countdown-row .countdown-section:first-child:before {
  display: none;
}
.countdown-slider .res-button {
  width: 42px;
  height: 42px;
  line-height: 40px;
  border: 1px solid #ddd;
  text-align: center;
  position: absolute;
  top: 49%;
  background-color: #fff;
  z-index: 2;
  cursor: pointer;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.countdown-slider .res-button:before {
  font-family: fontawesome;
  font-size: 16px;
  color: #999;
}
.countdown-slider .res-button.slick-prev {
  right: 80px;
}
.rtl .countdown-slider .res-button.slick-prev {
  right: auto;
  left: 80px;
}
.countdown-slider .res-button.slick-prev:before {
  content: "\f104";
}
.countdown-slider .res-button.slick-next {
  right: 30px;
}
.rtl .countdown-slider .res-button.slick-next {
  right: auto;
  left: 30px;
}
.countdown-slider .res-button.slick-next:before {
  content: "\f105";
}
.countdown-slider .res-button:hover {
  background-color: #111;
  border-color: #111;
}
.countdown-slider .res-button:hover:before {
  color: #fff;
}
.countdown-slider2 {
  margin-bottom: 20px;
}
.countdown-slider2 .item .item-wrap {
  margin-bottom: 0;
}
.countdown-slider2 .item .item-wrap .item-detail {
  border: none;
}
.countdown-slider2 .item .item-wrap .item-detail .products-thumb {
  border: 1px #ddd solid;
  width: 37%;
  float: left;
}
.rtl .countdown-slider2 .item .item-wrap .item-detail .products-thumb {
  float: right;
}
.countdown-slider2 .item .item-wrap .item-detail .products-thumb .sale-off {
  width: 40px;
  line-height: 25px;
  height: 25px;
  font-size: 11px;
  background: #fdb819;
  top: 10px;
  left: 10px;
}
.countdown-slider2 .item .item-wrap .item-detail .item-content {
  width: 63%;
  float: left;
  padding: 0 10px;
  text-align: left;
}
.rtl .countdown-slider2 .item .item-wrap .item-detail .item-content {
  text-align: right;
  float: right;
}
.countdown-slider2 .item .item-wrap .item-detail .item-content .item-description {
  font-size: 12px;
}
.countdown-slider2 .item .item-wrap .item-detail .item-content .item-countdown .countdown-row {
  background-color: #fdb819;
  height: 35px;
  line-height: 35px;
  border-radius: 20px;
  padding: 0 10px 0 30px;
  color: #111;
  font-size: 14px;
  font-weight: 600;
  position: relative;
  display: inline-block;
}
.rtl .countdown-slider2 .item .item-wrap .item-detail .item-content .item-countdown .countdown-row {
  padding: 0 30px 0 10px;
}
.countdown-slider2 .item .item-wrap .item-detail .item-content .item-countdown .countdown-row:before {
  content: '\f017';
  font-family: Fontawesome;
  font-size: 16px;
  color: #111;
  position: absolute;
  left: 15px;
  top: 0;
}
.rtl .countdown-slider2 .item .item-wrap .item-detail .item-content .item-countdown .countdown-row:before {
  right: 15px;
  left: auto;
}
.countdown-slider2 .item .item-wrap .item-detail .item-content .item-countdown .countdown-row .countdown-section {
  padding: 0 5px;
  display: inline-block;
  position: relative;
}
.countdown-slider2 .item .item-wrap .item-detail .item-content .item-countdown .countdown-row .countdown-section:before {
  content: ':';
  font-weight: 600;
  position: absolute;
  right: -2px;
  top: 0;
}
.rtl .countdown-slider2 .item .item-wrap .item-detail .item-content .item-countdown .countdown-row .countdown-section:before {
  left: -2px;
  right: auto;
}
.countdown-slider2 .item .item-wrap .item-detail .item-content .item-countdown .countdown-row .countdown-section .countdown-amount {
  margin-right: 5px;
}
.countdown-slider2 .item .item-wrap .item-detail .item-content .item-countdown .countdown-row .countdown-section.secs:before {
  content: '';
  margin: 0;
}
.countdown-slider2 .item .item-wrap .item-detail .item-content .item-price {
  font-size: 20px;
  margin-bottom: 5px;
}
.countdown-slider2 .item .item-wrap .item-detail .item-content .item-price ins {
  font-size: 20px;
}
.countdown-slider2 .item .item-wrap .item-detail .item-content .item-price del {
  font-size: 15px;
  float: right;
  margin-top: 5px;
}
.countdown-slider2 .item .item-wrap:hover .item-detail:before {
  display: none;
}
.sw-best-seller-product h3 {
  font-size: 32px;
  text-transform: uppercase;
  font-weight: bold;
  color: #111;
  text-align: center;
  border-bottom: 1px #ddd solid;
  padding-bottom: 25px;
  margin-bottom: 28px;
}
.sw-best-seller-product .wrap-content {
  padding: 30px 15px 0 15px;
}
.sw-best-seller-product .wrap-content .item {
  overflow: hidden;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px #ddd solid;
}
.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;
}
.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 {
  overflow: hidden;
}
.sw-best-seller-product .wrap-content .item .item-content h4 a {
  color: #111;
  font-weight: 500;
  font-size: 14px;
  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-best-seller-product .wrap-content .item .item-content h4 a:hover {
  color: #fdb819;
  -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-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;
  color: #999;
}
.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: 13px;
}
.sw-best-seller-product .wrap-content .item:last-child {
  border-bottom: none;
}
.sw-woo-tab-default,
.sw-woo-tab-cat {
  margin-bottom: 76px;
}
.sw-woo-tab-default .resp-tab .category-slider-content,
.sw-woo-tab-cat .resp-tab .category-slider-content {
  overflow: hidden;
}
.sw-woo-tab-default .resp-tab .category-slider-content .block-title,
.sw-woo-tab-cat .resp-tab .category-slider-content .block-title {
  text-align: center;
}
.sw-woo-tab-default .resp-tab .category-slider-content .block-title h3,
.sw-woo-tab-cat .resp-tab .category-slider-content .block-title h3 {
  font-size: 32px;
  color: #111;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 13px;
}
.sw-woo-tab-default .resp-tab .category-slider-content .block-title h3 span,
.sw-woo-tab-cat .resp-tab .category-slider-content .block-title h3 span {
  color: #fdb819;
}
.sw-woo-tab-default .resp-tab .category-slider-content .description,
.sw-woo-tab-cat .resp-tab .category-slider-content .description {
  text-align: center;
  font-size: 16px;
  color: #999;
  margin-bottom: 40px;
}
.sw-woo-tab-default .resp-tab .category-slider-content .button-collapse,
.sw-woo-tab-cat .resp-tab .category-slider-content .button-collapse {
  display: none;
}
.sw-woo-tab-default .resp-tab .category-slider-content .nav-tabs-select,
.sw-woo-tab-cat .resp-tab .category-slider-content .nav-tabs-select {
  overflow: initial;
  text-align: center;
  margin-bottom: 40px;
}
.sw-woo-tab-default .resp-tab .category-slider-content .nav-tabs-select ul.nav-tabs,
.sw-woo-tab-cat .resp-tab .category-slider-content .nav-tabs-select ul.nav-tabs {
  border: none;
  margin: 0;
}
.sw-woo-tab-default .resp-tab .category-slider-content .nav-tabs-select ul.nav-tabs li,
.sw-woo-tab-cat .resp-tab .category-slider-content .nav-tabs-select ul.nav-tabs li {
  margin: 0;
  display: inline-block;
  vertical-align: top;
  float: none;
  padding: 0 4px;
}
.sw-woo-tab-default .resp-tab .category-slider-content .nav-tabs-select ul.nav-tabs li > a,
.sw-woo-tab-cat .resp-tab .category-slider-content .nav-tabs-select ul.nav-tabs li > a {
  background: #eee;
  border: 1px #ddd solid;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 13px 30px;
  border-radius: 30px;
  -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-default .resp-tab .category-slider-content .nav-tabs-select ul.nav-tabs li.active> a,
.sw-woo-tab-default .resp-tab .category-slider-content .nav-tabs-select ul.nav-tabs li:hover >a,
.sw-woo-tab-cat .resp-tab .category-slider-content .nav-tabs-select ul.nav-tabs li.active> a,
.sw-woo-tab-cat .resp-tab .category-slider-content .nav-tabs-select ul.nav-tabs li:hover >a {
  color: #fff;
  background: #fdb819;
  border-color: #fdb819;
  -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-default .resp-tab .tab-content,
.sw-woo-tab-cat .resp-tab .tab-content {
  margin-bottom: 11px;
}
.sw-woo-tab-default .resp-tab .tab-content .tab-pane.active .res-button,
.sw-woo-tab-cat .resp-tab .tab-content .tab-pane.active .res-button {
  position: absolute;
  top: 0;
  cursor: pointer;
  font-size: 24px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 23px;
  z-index: 8;
}
.sw-woo-tab-default .resp-tab .tab-content .tab-pane.active .res-button.slick-next,
.sw-woo-tab-cat .resp-tab .tab-content .tab-pane.active .res-button.slick-next {
  right: 0;
}
.rtl .sw-woo-tab-default .resp-tab .tab-content .tab-pane.active .res-button.slick-next,
.rtl .sw-woo-tab-cat .resp-tab .tab-content .tab-pane.active .res-button.slick-next {
  left: 0;
  right: auto;
}
.sw-woo-tab-default .resp-tab .tab-content .tab-pane.active .res-button.slick-next:before,
.sw-woo-tab-cat .resp-tab .tab-content .tab-pane.active .res-button.slick-next:before {
  content: '\f105';
  font-family: FontAwesome;
  color: #c4c4c4;
}
.rtl .sw-woo-tab-default .resp-tab .tab-content .tab-pane.active .res-button.slick-next:before,
.rtl .sw-woo-tab-cat .resp-tab .tab-content .tab-pane.active .res-button.slick-next:before {
  content: '\f104';
}
.sw-woo-tab-default .resp-tab .tab-content .tab-pane.active .res-button.slick-next:hover,
.sw-woo-tab-cat .resp-tab .tab-content .tab-pane.active .res-button.slick-next: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;
}
.sw-woo-tab-default .resp-tab .tab-content .tab-pane.active .res-button.slick-next:hover:before,
.sw-woo-tab-cat .resp-tab .tab-content .tab-pane.active .res-button.slick-next:hover:before {
  color: #fdb819;
}
.sw-woo-tab-default .resp-tab .tab-content .tab-pane.active .res-button.slick-prev,
.sw-woo-tab-cat .resp-tab .tab-content .tab-pane.active .res-button.slick-prev {
  right: 30px;
}
.rtl .sw-woo-tab-default .resp-tab .tab-content .tab-pane.active .res-button.slick-prev,
.rtl .sw-woo-tab-cat .resp-tab .tab-content .tab-pane.active .res-button.slick-prev {
  left: 30px;
  right: auto;
}
.sw-woo-tab-default .resp-tab .tab-content .tab-pane.active .res-button.slick-prev:before,
.sw-woo-tab-cat .resp-tab .tab-content .tab-pane.active .res-button.slick-prev:before {
  content: '\f104';
  font-family: FontAwesome;
  color: #c4c4c4;
}
.rtl .sw-woo-tab-default .resp-tab .tab-content .tab-pane.active .res-button.slick-prev:before,
.rtl .sw-woo-tab-cat .resp-tab .tab-content .tab-pane.active .res-button.slick-prev:before {
  content: '\f105';
}
.sw-woo-tab-default .resp-tab .tab-content .tab-pane.active .res-button.slick-prev:hover,
.sw-woo-tab-cat .resp-tab .tab-content .tab-pane.active .res-button.slick-prev: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;
}
.sw-woo-tab-default .resp-tab .tab-content .tab-pane.active .res-button.slick-prev:hover:before,
.sw-woo-tab-cat .resp-tab .tab-content .tab-pane.active .res-button.slick-prev:hover:before {
  color: #fdb819;
}
.sw-woo-tab-default .resp-tab .tab-content .tab-pane .woo-tab-container-slider .resp-slider-container,
.sw-woo-tab-cat .resp-tab .tab-content .tab-pane .woo-tab-container-slider .resp-slider-container {
  margin: 0 -15px;
}
.sw-woo-tab-default .resp-tab .tab-content .tab-pane .woo-tab-container-slider .resp-slider-container .slider .item,
.sw-woo-tab-cat .resp-tab .tab-content .tab-pane .woo-tab-container-slider .resp-slider-container .slider .item {
  padding: 0 15px;
}
.sw-woo-tab-default .resp-tab .woocommmerce-shop,
.sw-woo-tab-cat .resp-tab .woocommmerce-shop {
  text-align: center;
}
.sw-woo-tab-default .resp-tab .woocommmerce-shop a,
.sw-woo-tab-cat .resp-tab .woocommmerce-shop a {
  display: inline-block;
  vertical-align: top;
  padding: 0 30px;
  height: 50px;
  line-height: 49px;
  border-radius: 30px;
  background: #fdb819;
  color: #fff;
  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-default .resp-tab .woocommmerce-shop a:hover,
.sw-woo-tab-cat .resp-tab .woocommmerce-shop a:hover {
  background: #111;
  -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-style2 {
  margin-bottom: 62px;
}
.sw-woo-tab-style2 .resp-tab .category-slider-content {
  overflow: hidden;
}
.sw-woo-tab-style2 .resp-tab .category-slider-content .button-collapse {
  display: none;
}
.sw-woo-tab-style2 .resp-tab .category-slider-content .nav-tabs-select {
  overflow: initial;
  text-align: center;
}
.sw-woo-tab-style2 .resp-tab .category-slider-content .nav-tabs-select ul.nav-tabs {
  border: none;
  margin: 0;
}
.sw-woo-tab-style2 .resp-tab .category-slider-content .nav-tabs-select ul.nav-tabs li {
  margin: 0;
  display: inline-block;
  vertical-align: top;
  float: none;
  position: relative;
}
.sw-woo-tab-style2 .resp-tab .category-slider-content .nav-tabs-select ul.nav-tabs li:before {
  content: "";
  width: 1px;
  height: 22px;
  background: #ccc;
  position: absolute;
  right: 0;
  top: 18px;
}
.rtl .sw-woo-tab-style2 .resp-tab .category-slider-content .nav-tabs-select ul.nav-tabs li:before {
  right: auto;
  left: 0;
}
.sw-woo-tab-style2 .resp-tab .category-slider-content .nav-tabs-select ul.nav-tabs li:last-child:before {
  display: none;
}
.sw-woo-tab-style2 .resp-tab .category-slider-content .nav-tabs-select ul.nav-tabs li > a {
  border: 0;
  font-size: 30px;
  color: #ccc;
  text-transform: capitalize;
  font-weight: 600;
  padding: 10px 10px;
  border-radius: 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-woo-tab-style2 .resp-tab .category-slider-content .nav-tabs-select ul.nav-tabs li.active> a,
.sw-woo-tab-style2 .resp-tab .category-slider-content .nav-tabs-select ul.nav-tabs li:hover >a {
  color: #000;
  background: transparent;
  -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-style2 .resp-tab .category-slider-content .slider-description {
  text-align: center;
  font-size: 14px;
  margin-bottom: 30px;
}
.sw-woo-tab-style2 .resp-tab .category-slider-content .tab-content .tab-pane.active .res-button {
  position: absolute;
  top: 0;
  cursor: pointer;
  font-size: 24px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 23px;
  z-index: 8;
}
.sw-woo-tab-style2 .resp-tab .category-slider-content .tab-content .tab-pane.active .res-button.slick-next {
  right: 0;
}
.rtl .sw-woo-tab-style2 .resp-tab .category-slider-content .tab-content .tab-pane.active .res-button.slick-next {
  left: 0;
  right: auto;
}
.sw-woo-tab-style2 .resp-tab .category-slider-content .tab-content .tab-pane.active .res-button.slick-next:before {
  content: '\f105';
  font-family: FontAwesome;
  color: #c4c4c4;
}
.rtl .sw-woo-tab-style2 .resp-tab .category-slider-content .tab-content .tab-pane.active .res-button.slick-next:before {
  content: '\f104';
}
.sw-woo-tab-style2 .resp-tab .category-slider-content .tab-content .tab-pane.active .res-button.slick-next: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;
}
.sw-woo-tab-style2 .resp-tab .category-slider-content .tab-content .tab-pane.active .res-button.slick-next:hover:before {
  color: #fdb819;
}
.sw-woo-tab-style2 .resp-tab .category-slider-content .tab-content .tab-pane.active .res-button.slick-prev {
  right: 30px;
}
.rtl .sw-woo-tab-style2 .resp-tab .category-slider-content .tab-content .tab-pane.active .res-button.slick-prev {
  left: 30px;
  right: auto;
}
.sw-woo-tab-style2 .resp-tab .category-slider-content .tab-content .tab-pane.active .res-button.slick-prev:before {
  content: '\f104';
  font-family: FontAwesome;
  color: #c4c4c4;
}
.rtl .sw-woo-tab-style2 .resp-tab .category-slider-content .tab-content .tab-pane.active .res-button.slick-prev:before {
  content: '\f105';
}
.sw-woo-tab-style2 .resp-tab .category-slider-content .tab-content .tab-pane.active .res-button.slick-prev: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;
}
.sw-woo-tab-style2 .resp-tab .category-slider-content .tab-content .tab-pane.active .res-button.slick-prev:hover:before {
  color: #fdb819;
}
.sw-woo-tab-style2 .resp-tab .category-slider-content .tab-content .tab-pane .woo-tab-container-slider .resp-slider-container {
  margin: 0 1px;
}
.sw-woo-tab-style2 .resp-tab .category-slider-content .tab-content .tab-pane .woo-tab-container-slider .resp-slider-container .item .item-wrap {
  margin-bottom: 0;
}
.sw-woo-tab-style2 .resp-tab .category-slider-content .tab-content .tab-pane .woo-tab-container-slider .resp-slider-container .item .item-wrap:last-child {
  margin-bottom: 0;
}
.woo-slider-default {
  margin-bottom: 30px;
  position: relative;
}
.woo-slider-default .res-button {
  visibility: hidden;
  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;
}
.woo-slider-default .res-button.slick-next {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #777;
  position: absolute;
  top: 50%;
  margin-top: -45px;
  right: -55px;
  z-index: 8;
  text-align: center;
  border-radius: 50%;
}
.woo-slider-default .res-button.slick-next:before {
  font-family: fontawesome;
  content: '\f105';
  color: #fff;
  font-size: 18px;
}
.woo-slider-default .res-button.slick-next:hover {
  background: #2c2c2c;
  cursor: pointer;
}
.woo-slider-default .res-button.slick-prev {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #777;
  position: absolute;
  top: 50%;
  margin-top: -45px;
  left: -55px;
  z-index: 8;
  text-align: center;
  border-radius: 50%;
}
.woo-slider-default .res-button.slick-prev:before {
  font-family: fontawesome;
  content: '\f104';
  color: #fff;
  font-size: 18px;
}
.woo-slider-default .res-button.slick-prev:hover {
  background: #2c2c2c;
  cursor: pointer;
}
.woo-slider-default .block-title {
  text-align: center;
}
.woo-slider-default .block-title h3 {
  font-size: 32px;
  color: #111;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 13px;
}
.woo-slider-default .block-title h3 span {
  color: #fdb819;
}
.woo-slider-default .description {
  text-align: center;
  font-size: 16px;
  color: #999;
  margin-bottom: 40px;
}
.woo-slider-default:hover .res-button {
  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;
}
.woo-slider-default .resp-slider-container {
  margin: 0 -15px;
}
.woo-slider-default .resp-slider-container .slider .item {
  padding: 0 15px;
}
.featured-product {
  margin: 45px 0 83px 0;
}
.featured-product .block-title {
  text-align: center;
}
.featured-product .block-title h3 {
  font-size: 32px;
  color: #111;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 13px;
}
.featured-product .block-title h3 span {
  color: #fdb819;
}
.featured-product .description {
  text-align: center;
  font-size: 16px;
  color: #999;
  margin-bottom: 40px;
}
.featured-product .description {
  margin-bottom: 46px;
}
.featured-product .featured-resp-slider-container .featured-responsive {
  margin: 0 -15px;
}
.featured-product .featured-resp-slider-container .featured-responsive .item {
  margin-bottom: 30px;
}
.featured-product .featured-resp-slider-container .featured-responsive .item .item-wrap {
  background-color: #fff;
  margin-bottom: 30px;
  text-align: center;
}
.featured-product .featured-resp-slider-container .featured-responsive .item .item-wrap:last-child {
  margin-bottom: 0;
}
.featured-product .featured-resp-slider-container .featured-responsive .item .item-wrap .item-detail .products-thumb .product-thumb-hover img {
  padding: 20px;
}
.featured-product .featured-resp-slider-container .featured-responsive .item.item-center .item-wrap .item-detail .item-content {
  padding-top: 83px;
}
.featured-product .featured-resp-slider-container .link-product {
  text-align: center;
  margin-top: 30px;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.featured-product .featured-resp-slider-container .link-product a {
  font-size: 15px;
  color: #fff;
  padding: 0 25px;
  height: 50px;
  line-height: 48px;
  background: #fdb819;
  border-radius: 50px;
  display: inline-block;
  vertical-align: top;
}
.featured-product .featured-resp-slider-container .link-product a:hover {
  background-color: #e19e02;
}
.sw-recent-viewed-slider {
  margin: 70px 0;
  position: relative;
}
.sw-recent-viewed-slider .block-title {
  margin-bottom: 40px;
}
.sw-recent-viewed-slider .resp-slider-container .item {
  padding: 0 15px;
}
.sw-recent-viewed-slider .res-button {
  position: absolute;
  top: 0;
  width: 30px;
  height: 30px;
  background: #ddd;
  border-radius: 50%;
  left: auto;
  right: 15px;
  text-align: center;
  cursor: pointer;
}
.sw-recent-viewed-slider .res-button:before {
  color: #333;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  font-family: FontAwesome;
  font-size: 18px;
  line-height: 28px;
}
.sw-recent-viewed-slider .res-button:hover:before {
  color: #fff;
  background: #fdb819;
  border-radius: 50%;
}
.rtl .sw-recent-viewed-slider .res-button.slick-next {
  left: 15px;
  right: auto;
}
.sw-recent-viewed-slider .res-button.slick-next:before {
  content: '\f105';
}
.rtl .sw-recent-viewed-slider .res-button.slick-next:before {
  content: '\f104';
}
.sw-recent-viewed-slider .res-button.slick-prev {
  right: 50px;
}
.rtl .sw-recent-viewed-slider .res-button.slick-prev {
  left: 50px;
  right: auto;
}
.sw-recent-viewed-slider .res-button.slick-prev:before {
  content: '\f104';
}
.rtl .sw-recent-viewed-slider .res-button.slick-prev:before {
  content: '\f105';
}
.sw-category-slider11 .box-title h3 {
  text-transform: uppercase;
  margin: 0 0 35px;
  font-size: 30px;
  font-weight: 700;
  color: #000;
  line-height: 30px;
  position: relative;
  padding: 0 40px;
}
@media (max-width: 480px) {
  .sw-category-slider11 .box-title h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.rtl .sw-category-slider11 .box-title h3 {
  text-align: right;
}
.sw-category-slider11 .box-title h3:before {
  content: "";
  width: 25px;
  height: 4px;
  top: 50%;
  left: 0;
  margin-top: -2px;
  position: absolute;
  background-color: #000;
  border: none;
  transform: skewX(0);
}
.rtl .sw-category-slider11 .box-title h3:before {
  left: auto;
  right: 0;
}
.sw-category-slider11 .res-button {
  width: 30px;
  height: 20px;
  line-height: 20px;
  border: none;
  text-align: center;
  position: absolute;
  top: 5px;
  background-color: transparent;
  z-index: 2;
  color: #555;
  cursor: pointer;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 0;
}
.sw-category-slider11 .res-button:before {
  font-family: fontawesome;
  font-size: 16px;
}
.sw-category-slider11 .res-button.slick-prev {
  right: 30px;
  border-right: 1px solid #ddd;
}
.rtl .sw-category-slider11 .res-button.slick-prev {
  right: auto;
  left: 0;
}
.sw-category-slider11 .res-button.slick-prev:before {
  content: "\f104";
}
.sw-category-slider11 .res-button.slick-next {
  right: 0;
}
.rtl .sw-category-slider11 .res-button.slick-next {
  left: 30px;
  right: auto;
}
.sw-category-slider11 .res-button.slick-next:before {
  content: "\f105";
}
.sw-category-slider11 .box-title h3 {
  margin-bottom: 20px;
}
.sw-category-slider11 .resp-slider-container {
  margin: 0 -15px;
}
.sw-category-slider11 .item {
  margin: 0 15px;
}
.sw-category-slider11 .item .item-wrap {
  border: 1px solid #ededed;
  display: inline-block;
  padding: 30px;
  margin: 15px 0;
  text-align: left;
  border-radius: 5px;
  width: 100%;
  float: left;
}
.sw-category-slider11 .item .item-wrap .item-image {
  max-width: 140px;
}
.sw-category-slider11 .item .item-wrap .item-image img {
  margin-bottom: 0;
}
.sw-category-slider11 .item .item-wrap h3 a {
  font-size: 18px;
  color: #000;
  font-weight: 600;
}
.sw-category-slider11 .item .item-wrap ul {
  margin: 0;
}
.sw-category-slider11 .item .item-wrap ul li {
  list-style: inside;
}
.sw-category-slider11 .item .item-wrap ul li a {
  font-size: 14px;
  color: #999999;
  font-weight: 400;
  line-height: 28px;
}
.sw-category-slider11 .item .item-wrap ul li:hover a {
  color: #fdb819;
}
.sw-category-slider11 .item .item-wrap ul li.view-all {
  list-style: none;
  margin: 6px 0 0;
}
.sw-category-slider11 .item .item-wrap ul li.view-all:hover a:before {
  right: -20px;
}
.sw-category-slider11 .item .item-wrap ul li.view-all a {
  color: #fdb819;
  position: relative;
}
.sw-category-slider11 .item .item-wrap ul li.view-all a:before {
  position: absolute;
  content: "\f18e  ";
  right: -18px;
  font-family: fontawesome;
  top: -3px;
  transition: all 0.3s;
}
.item-inner .product-thumb-hover {
  position: relative;
}
.item-inner .product-thumb-hover img.hover-image {
  left: 0;
  right: 0;
  top: 0;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.6s all ease-in-out;
  position: absolute;
  opacity: 0;
  transform: translate(0,0);
  visibility: hidden;
}
.item-inner:hover .product-thumb-hover img.hover-image {
  transform: translate(0,0);
  opacity: 1;
  visibility: visible;
}
.item .item-detail .products-thumb .product-thumb-hover img.hover-image {
  left: 0;
  right: 0;
  top: 0;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.6s all ease-in-out;
  position: absolute;
  opacity: 0;
  transform: translate(0,0);
  visibility: hidden;
}
.item .item-detail:hover .products-thumb .product-thumb-hover img.hover-image {
  transform: translate(0,0);
  opacity: 1;
  visibility: visible;
}
#slider-19-slide-62-layer-1 .rs_splitted_lines {
  text-align: center !important;
}
.home-style15 .sw-woo-tab-style9.woo-slider-short .item .item-wrap4 {
  margin-bottom: 10px;
}
body.boxed > .container,
body.boxed-layout {
  max-width: 1200px;
  background: #fff;
  margin: 0 auto;
  box-shadow: 0 0 8px #000;
}
body.boxed-layout  .elementor-element-e173e3c,
body.boxed-layout .elementor-section-full_width {
  max-width: 1200px;
  margin: 0 auto;
  left: 0 !important;
  right: 0 !important;
}
.block-text {
  z-index: 1;
  position: relative;
}
.block-text ul {
  display: inline-block;
  vertical-align: top;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  list-style-type: none;
}
.block-text ul li {
  position: relative;
  width: 33.333%;
  padding: 54px 0 15px 0;
  float: left;
  border-left: 1px solid #ddd;
}
.block-text ul li:last-child {
  border-right: 1px solid #ddd;
}
.block-text ul li .fly-icon {
  width: 80px;
  line-height: 76px;
  height: 80px;
  color: #fff;
  background: #fdb819;
  position: absolute;
  top: 0;
  font-size: 24px;
  left: 50%;
  margin-top: -40px;
  margin-left: -40px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  transition: all .5s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.block-text ul li .fly-icon:hover {
  background-color: #111;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  transition: all .5s;
}
.block-text ul .wrap-text h3 {
  margin-bottom: 2px;
}
.block-text ul .wrap-text h3 a {
  color: #222;
  font-weight: 400;
  font-size: 18px;
}
.block-text ul .wrap-text h3 a:hover {
  color: #fdb819;
}
.block-text ul .wrap-text p {
  font-size: 15px;
  color: #aaa;
}
.block-text.style2 {
  margin: 35px 0 20px 0;
}
.block-text.style2 ul {
  border: none;
}
.block-text.style2 ul li {
  border: none;
  position: relative;
  padding: 53px 0 15px 0;
}
.block-text.style2 ul li:before {
  content: "";
  width: 1px;
  height: 60px;
  background: #ddd;
  position: absolute;
  right: 0;
  top: 0;
}
.block-text.style2 ul li .fly-icon {
  border: double 2px transparent;
  background-image: linear-gradient(white,white), linear-gradient(to right,#cccccc,#fdb819);
  background-origin: border-box;
  background-clip: content-box, border-box;
  border-radius: 50%;
  color: #111;
  width: 60px;
  height: 60px;
  line-height: 55px;
  margin-left: -30px;
  margin-top: -20px;
}
.block-text.style2 ul li:last-child:before {
  display: none;
}
.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: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -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: #fdb819;
  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: #fdb819;
}
.wp-comingsoon .footer-comingsoon a:hover {
  color: #e19e02;
}
.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;
  }
}
.post-breadcrumb {
  font-size: 0;
}
.post-breadcrumb a {
  font-size: 12px;
  color: #7d7d7d;
  text-transform: uppercase;
  font-weight: 600;
}
.post-breadcrumb a:first-child::before {
  display: none;
}
.post-breadcrumb a:before {
  content: '\f105';
  font-family: 'FontAwesome';
  padding: 0 15px;
}
.rtl .post-breadcrumb a:before {
  content: '\f104';
}
.autusin_breadcrumbs {
  margin-top: 36px;
}
.autusin_breadcrumbs .listing-title {
  margin-bottom: 50px;
}
.autusin_breadcrumbs .listing-title h1 {
  margin-top: 0;
}
.autusin_breadcrumbs .breadcrumbs .breadcrumb {
  margin: 0;
  background-color: #fff;
  padding: 0 0 36px;
}
.autusin_breadcrumbs .breadcrumbs .breadcrumb > li {
  font-size: 12px;
  color: #7d7d7d;
  text-transform: uppercase;
  font-weight: 600;
}
.autusin_breadcrumbs .breadcrumbs .breadcrumb > li:last-child span.go-page {
  display: none;
}
.autusin_breadcrumbs .breadcrumbs .breadcrumb > li + li:before {
  content: '';
  padding: 0;
}
.autusin_breadcrumbs .breadcrumbs .breadcrumb > li > 	.go-page:before {
  content: '\f105';
  font-family: 'FontAwesome';
  padding: 0 15px;
}
.rtl .autusin_breadcrumbs .breadcrumbs .breadcrumb > li > 	.go-page {
  float: left;
}
.rtl .autusin_breadcrumbs .breadcrumbs .breadcrumb > li > 	.go-page:before {
  content: '\f104';
}
.autusin_breadcrumbs .breadcrumbs .breadcrumb > li > a {
  color: #7d7d7d;
}
.autusin_breadcrumbs .breadcrumbs .breadcrumb > li > a:hover {
  color: #fdb819;
}
.page .body-wrapper-inner >.container,
.search .body-wrapper-inner >.container {
  min-height: 70vh;
}
.search.search-results .page.type-page .entry-content .entry-meta i {
  margin-right: 5px;
}
.search.search-results .page.type-page .entry-content .bl_read_more a {
  text-transform: capitalize;
  color: #fdb819;
  display: inline-block;
}
.search.search-results .page.type-page .entry-content .bl_read_more a:hover {
  opacity: 0.8;
}
.search.search-results .page.type-page .entry-content .bl_read_more i {
  margin: 0 5px;
}
.search .autusin_breadcrumbs .breadcrumbs .breadcrumb {
  padding-bottom: 0;
}
.search .blog-content .pagination {
  margin-bottom: 40px;
}
.search.rtl .listing-title h1 small {
  float: right;
}
.search .listing-title h1 {
  font-size: 24px;
  margin-bottom: 60px;
}
.search .listing-title h1 small {
  position: relative;
  color: #fdb819;
}
.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: #fdb819;
  border: 1px solid #fdb819;
  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: #e19e02;
  border-color: #e19e02;
}
.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 .page,
.content-search .testimonial,
.content-search .team,
.content-search .portfolio,
.content-search .product {
  background-color: #fff;
  margin-bottom: 30px;
  padding: 0 0 30px 0;
  border-bottom: 1px #ddd solid;
}
.content-search >.post .entry-thumb,
.content-search .page .entry-thumb,
.content-search .testimonial .entry-thumb,
.content-search .team .entry-thumb,
.content-search .portfolio .entry-thumb,
.content-search .product .entry-thumb {
  padding-right: 30px;
}
.rtl .content-search >.post .entry-thumb,
.rtl .content-search .page .entry-thumb,
.rtl .content-search .testimonial .entry-thumb,
.rtl .content-search .team .entry-thumb,
.rtl .content-search .portfolio .entry-thumb,
.rtl .content-search .product .entry-thumb {
  padding-left: 30px;
  padding-right: 0;
}
.content-search >.post .entry-content,
.content-search .page .entry-content,
.content-search .testimonial .entry-content,
.content-search .team .entry-content,
.content-search .portfolio .entry-content,
.content-search .product .entry-content {
  overflow: hidden;
}
.content-search >.post .entry-content .title-blog h3,
.content-search .page .entry-content .title-blog h3,
.content-search .testimonial .entry-content .title-blog h3,
.content-search .team .entry-content .title-blog h3,
.content-search .portfolio .entry-content .title-blog h3,
.content-search .product .entry-content .title-blog h3 {
  font-size: 18px;
  color: #111;
}
.content-search >.post .entry-content .entry-meta,
.content-search .page .entry-content .entry-meta,
.content-search .testimonial .entry-content .entry-meta,
.content-search .team .entry-content .entry-meta,
.content-search .portfolio .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 .page .entry-content .entry-meta .entry-author,
.content-search .testimonial .entry-content .entry-meta .entry-author,
.content-search .team .entry-content .entry-meta .entry-author,
.content-search .portfolio .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 .page .entry-content .entry-meta .entry-author a,
.content-search .testimonial .entry-content .entry-meta .entry-author a,
.content-search .team .entry-content .entry-meta .entry-author a,
.content-search .portfolio .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 .page .entry-content .entry-meta .entry-author a:hover,
.content-search .testimonial .entry-content .entry-meta .entry-author a:hover,
.content-search .team .entry-content .entry-meta .entry-author a:hover,
.content-search .portfolio .entry-content .entry-meta .entry-author a:hover,
.content-search .product .entry-content .entry-meta .entry-author a:hover {
  color: #fdb819;
}
.content-search >.post .entry-content .entry-meta i,
.content-search .page .entry-content .entry-meta i,
.content-search .testimonial .entry-content .entry-meta i,
.content-search .team .entry-content .entry-meta i,
.content-search .portfolio .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 .page .entry-content .entry-meta i,
.rtl .content-search .testimonial .entry-content .entry-meta i,
.rtl .content-search .team .entry-content .entry-meta i,
.rtl .content-search .portfolio .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 .page .entry-content .entry-meta a,
.content-search .testimonial .entry-content .entry-meta a,
.content-search .team .entry-content .entry-meta a,
.content-search .portfolio .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 .page .entry-content .entry-meta a:hover,
.content-search .testimonial .entry-content .entry-meta a:hover,
.content-search .team .entry-content .entry-meta a:hover,
.content-search .portfolio .entry-content .entry-meta a:hover,
.content-search .product .entry-content .entry-meta a:hover {
  color: #fdb819;
}
.content-search >.post .entry-content .entry-meta >span,
.content-search .page .entry-content .entry-meta >span,
.content-search .testimonial .entry-content .entry-meta >span,
.content-search .team .entry-content .entry-meta >span,
.content-search .portfolio .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 .page .entry-content .entry-meta >span,
.rtl .content-search .testimonial .entry-content .entry-meta >span,
.rtl .content-search .team .entry-content .entry-meta >span,
.rtl .content-search .portfolio .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 .page .entry-content .entry-description,
.content-search .testimonial .entry-content .entry-description,
.content-search .team .entry-content .entry-description,
.content-search .portfolio .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 .page .entry-content .bl_read_more a,
.content-search .testimonial .entry-content .bl_read_more a,
.content-search .team .entry-content .bl_read_more a,
.content-search .portfolio .entry-content .bl_read_more a,
.content-search .product .entry-content .bl_read_more a {
  text-transform: capitalize;
  color: #fdb819;
}
.content-search >.post .entry-content .bl_read_more a:hover,
.content-search .page .entry-content .bl_read_more a:hover,
.content-search .testimonial .entry-content .bl_read_more a:hover,
.content-search .team .entry-content .bl_read_more a:hover,
.content-search .portfolio .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 .page .entry-content .bl_read_more i,
.content-search .testimonial .entry-content .bl_read_more i,
.content-search .team .entry-content .bl_read_more i,
.content-search .portfolio .entry-content .bl_read_more i,
.content-search .product .entry-content .bl_read_more i {
  margin: 0 5px;
}
.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: #fdb819;
}
_:-ms-fullscreen,
:root .autusin_top .top-form.top-search select::-ms-expand {
  display: none;
}
.item .item-wrap {
  background-color: #fff;
  text-align: center;
  margin-bottom: 30px;
}
.item .item-wrap .item-detail {
  position: relative;
  overflow: hidden;
  border: 1px #ddd 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;
}
.item .item-wrap .item-detail:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.6);
  pointer-events: none;
  z-index: 2;
  content: "";
  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;
}
.item .item-wrap .item-detail .onsale {
  display: none;
}
.item .item-wrap .item-detail .products-thumb {
  position: relative;
  overflow: hidden;
}
.item .item-wrap .item-detail .products-thumb a img {
  width: 100%;
}
.item .item-wrap .item-detail .products-thumb .item-countdown {
  position: absolute;
  left: 0;
  bottom: -70px;
  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;
}
.rtl .item .item-wrap .item-detail .products-thumb .item-countdown {
  left: auto;
  right: 0;
}
.item .item-wrap .item-detail .products-thumb .item-countdown .countdown-row .countdown-section {
  display: inline-block;
  width: 25%;
  background: #eee;
  padding: 8px 0;
  border: 1px #e1e1e1 solid;
  border-width: 0 1px;
}
.item .item-wrap .item-detail .products-thumb .item-countdown .countdown-row .countdown-section span {
  display: block;
}
.item .item-wrap .item-detail .products-thumb .item-countdown .countdown-row .countdown-section .countdown-amount {
  font-size: 20px;
  color: #1c1c1c;
}
.item .item-wrap .item-detail .products-thumb .item-countdown .countdown-row .countdown-section .countdown-period {
  font-size: 10px;
  color: #7a7a7a;
}
.item .item-wrap .item-detail .item-content {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.item .item-wrap .item-detail .item-content h4 {
  margin: 10px 0;
}
.item .item-wrap .item-detail .item-content h4 a {
  font-size: 14px;
  color: #111;
  text-transform: capitalize;
  position: relative;
  z-index: 2;
  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;
}
.item .item-wrap .item-detail .item-content h4 a:hover {
  color: #fdb819;
  -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 .item-wrap .item-detail .item-content .item-price {
  font-size: 18px;
  float: none;
  position: relative;
  z-index: 1;
  -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-price del {
  color: #999;
  margin-top: 5px;
  text-decoration: line-through;
}
.item .item-wrap .item-detail .item-content .item-bottom {
  position: absolute;
  font-size: 15px;
  top: 50%;
  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 {
  display: none;
}
.item .item-wrap .item-detail .item-content .item-bottom .product_type_simple,
.item .item-wrap .item-detail .item-content .item-bottom .product_type_variable,
.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 {
  -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-bottom .product_type_simple:before,
.item .item-wrap .item-detail .item-content .item-bottom .product_type_variable:before,
.item .item-wrap .item-detail .item-content .item-bottom .add_to_cart_button:before,
.item .item-wrap .item-detail .item-content .item-bottom .product_type_external:before,
.item .item-wrap .item-detail .item-content .item-bottom .product_type_grouped:before {
  content: "\f067";
}
.item .item-wrap .item-detail .item-content .item-bottom .product_type_simple.loading,
.item .item-wrap .item-detail .item-content .item-bottom .product_type_variable.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 {
  background-color: #fdb819;
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.item .item-wrap .item-detail .item-content .item-bottom .product_type_simple.loading:before,
.item .item-wrap .item-detail .item-content .item-bottom .product_type_variable.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 {
  text-align: center;
  left: 0;
  background-color: #fdb819;
}
.item .item-wrap .item-detail .item-content .item-bottom .product_type_simple.added,
.item .item-wrap .item-detail .item-content .item-bottom .product_type_variable.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 {
  background-color: #fdb819;
}
.item .item-wrap .item-detail .item-content .item-bottom .product_type_simple.added:before,
.item .item-wrap .item-detail .item-content .item-bottom .product_type_variable.added:before,
.item .item-wrap .item-detail .item-content .item-bottom .add_to_cart_button.added:before,
.item .item-wrap .item-detail .item-content .item-bottom .product_type_external.added:before,
.item .item-wrap .item-detail .item-content .item-bottom .product_type_grouped.added:before {
  color: #fff;
}
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist {
  margin: 0;
}
.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 {
  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 {
  -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 {
  content: "\f004";
}
.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 {
  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 {
  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 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.item .item-wrap .item-detail .item-content .item-bottom .compare-button a {
  -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 .compare-button a:before {
  content: "\f074";
}
.item .item-wrap .item-detail .item-content .item-bottom .sw-quickview {
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -o-transition: all .6s;
  -ms-transition: all .6s;
  transition: all .6s;
}
.item .item-wrap .item-detail .item-content .item-bottom .sw-quickview:before {
  content: "\f002";
}
.item .item-wrap .item-detail .item-content .item-bottom .product_type_simple,
.item .item-wrap .item-detail .item-content .item-bottom .product_type_variable,
.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 .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 .compare-button a,
.item .item-wrap .item-detail .item-content .item-bottom .sw-quickview {
  color: #fff;
  font-weight: 500;
  height: 50px;
  line-height: 50px;
  padding: 0;
  background-color: #fff;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  position: relative;
  font-size: 0;
  min-width: 50px;
  margin: 5px 3px;
  -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 .product_type_simple:before,
.item .item-wrap .item-detail .item-content .item-bottom .product_type_variable:before,
.item .item-wrap .item-detail .item-content .item-bottom .add_to_cart_button:before,
.item .item-wrap .item-detail .item-content .item-bottom .product_type_external:before,
.item .item-wrap .item-detail .item-content .item-bottom .product_type_grouped:before,
.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 .compare-button a:before,
.item .item-wrap .item-detail .item-content .item-bottom .sw-quickview:before {
  font-family: fontawesome;
  font-size: 14px;
  color: #111111;
  position: absolute;
  left: 19px;
}
.rtl .item .item-wrap .item-detail .item-content .item-bottom .product_type_simple:before,
.rtl .item .item-wrap .item-detail .item-content .item-bottom .product_type_variable:before,
.rtl .item .item-wrap .item-detail .item-content .item-bottom .add_to_cart_button:before,
.rtl .item .item-wrap .item-detail .item-content .item-bottom .product_type_external:before,
.rtl .item .item-wrap .item-detail .item-content .item-bottom .product_type_grouped:before,
.rtl .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,
.rtl .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.rtl .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before,
.rtl .item .item-wrap .item-detail .item-content .item-bottom .compare-button a:before,
.rtl .item .item-wrap .item-detail .item-content .item-bottom .sw-quickview:before {
  left: auto;
  right: 19px;
}
.item .item-wrap .item-detail .item-content .item-bottom .product_type_simple:hover,
.item .item-wrap .item-detail .item-content .item-bottom .product_type_variable: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-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 .compare-button a:hover,
.item .item-wrap .item-detail .item-content .item-bottom .sw-quickview:hover {
  min-width: 50px;
  background-color: #fdb819;
  color: #fff;
  font-size: 0;
  padding: 0;
}
.item .item-wrap .item-detail .item-content .item-bottom .product_type_simple:hover:before,
.item .item-wrap .item-detail .item-content .item-bottom .product_type_variable:hover:before,
.item .item-wrap .item-detail .item-content .item-bottom .add_to_cart_button:hover:before,
.item .item-wrap .item-detail .item-content .item-bottom .product_type_external:hover:before,
.item .item-wrap .item-detail .item-content .item-bottom .product_type_grouped:hover:before,
.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 .compare-button a:hover:before,
.item .item-wrap .item-detail .item-content .item-bottom .sw-quickview:hover:before {
  color: #fff;
}
.item .item-wrap .item-detail .item-content .item-bottom .product_type_simple,
.item .item-wrap .item-detail .item-content .item-bottom .product_type_variable,
.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 .compare-button,
.item .item-wrap .item-detail .item-content .item-bottom .sw-quickview {
  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 {
  background-color: #fdb819;
}
.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 {
  color: #fff;
}
.item .item-wrap:hover .products-thumb .item-countdown {
  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;
}
.item .item-wrap:hover .item-detail {
  -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 .item-wrap:hover .item-detail:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.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 .product_type_simple,
.item .item-wrap:hover .item-detail .item-content .item-bottom .product_type_variable,
.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 .compare-button a,
.item .item-wrap:hover .item-detail .item-content .item-bottom .sw-quickview {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.item .item-wrap2 {
  background-color: #fff;
  text-align: center;
}
.item .item-wrap2 .item-detail {
  position: relative;
  -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: hidden;
  border: 1px transparent solid;
}
.item .item-wrap2 .item-detail .onsale {
  display: none;
}
.item .item-wrap2 .item-detail .sale-off {
  display: inline-block;
  width: 54px;
  line-height: 54px;
  height: 54px;
  background: url('../assets/img/icon_sale.png') no-repeat;
}
.item .item-wrap2 .item-detail .products-thumb {
  position: relative;
  overflow: hidden;
  margin-bottom: 35px;
}
.item .item-wrap2 .item-detail .products-thumb a img {
  width: 100%;
}
.item .item-wrap2 .item-detail .products-thumb .item-countdown {
  position: absolute;
  left: 0;
  bottom: -70px;
  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;
}
.rtl .item .item-wrap2 .item-detail .products-thumb .item-countdown {
  left: auto;
  right: 0;
}
.item .item-wrap2 .item-detail .products-thumb .item-countdown .countdown-row .countdown-section {
  display: inline-block;
  width: 25%;
  background: #eee;
  padding: 8px 0;
  border: 1px #e1e1e1 solid;
  border-width: 0 1px;
}
.item .item-wrap2 .item-detail .products-thumb .item-countdown .countdown-row .countdown-section span {
  display: block;
}
.item .item-wrap2 .item-detail .products-thumb .item-countdown .countdown-row .countdown-section .countdown-amount {
  font-size: 20px;
  color: #1c1c1c;
}
.item .item-wrap2 .item-detail .products-thumb .item-countdown .countdown-row .countdown-section .countdown-period {
  font-size: 10px;
  color: #7a7a7a;
}
.item .item-wrap2 .item-detail .item-content {
  padding: 0px 10px 30px;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.item .item-wrap2 .item-detail .item-content h4 {
  margin: 20px 0 25px 0;
}
.item .item-wrap2 .item-detail .item-content h4 a {
  font-size: 18px;
  color: #262e31;
  text-transform: capitalize;
  position: relative;
  z-index: 2;
  display: block;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  transition: all .5s;
}
.item .item-wrap2 .item-detail .item-content h4 a:after {
  content: "";
  background: #e1e8ec;
  height: 1px;
  width: 30px;
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -15px;
}
.rtl .item .item-wrap2 .item-detail .item-content h4 a:after {
  left: auto;
  right: 50%;
  margin-right: -15px;
  margin-left: 0;
}
.item .item-wrap2 .item-detail .item-content h4 a:hover {
  color: #fdb819;
}
.item .item-wrap2 .item-detail .item-content .item-price {
  font-size: 20px;
  float: none;
  position: relative;
  z-index: 2;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  transition: all .5s;
}
.item .item-wrap2 .item-detail .item-content .item-price del {
  font-size: 14px;
  color: #98a4a9;
  margin-top: 5px;
  text-decoration: line-through;
}
.item .item-wrap2 .item-detail .item-content .reviews-content {
  float: right;
  line-height: 13px;
  padding: 8px 0;
  position: relative;
  z-index: 2;
  width: 100%;
}
.rtl .item .item-wrap2 .item-detail .item-content .reviews-content {
  float: left;
}
.item .item-wrap2 .item-detail .item-content .item-bottom {
  position: absolute;
  font-size: 15px;
  top: 15px;
  bottom: auto;
  right: 20px;
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
}
.rtl .item .item-wrap2 .item-detail .item-content .item-bottom {
  right: auto;
  left: 20px;
}
.item .item-wrap2 .item-detail .item-content .item-bottom .clear {
  display: none;
}
.item .item-wrap2 .item-detail .item-content .item-bottom a.ajax_add_to_cart,
.item .item-wrap2 .item-detail .item-content .item-bottom .product_type_simple,
.item .item-wrap2 .item-detail .item-content .item-bottom .product_type_variable,
.item .item-wrap2 .item-detail .item-content .item-bottom .add_to_cart_button,
.item .item-wrap2 .item-detail .item-content .item-bottom .product_type_external,
.item .item-wrap2 .item-detail .item-content .item-bottom .product_type_grouped {
  background: #111 url('../assets/img/icon_cart.png') center center no-repeat !important;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.item .item-wrap2 .item-detail .item-content .item-bottom a.ajax_add_to_cart.loading,
.item .item-wrap2 .item-detail .item-content .item-bottom .product_type_simple.loading,
.item .item-wrap2 .item-detail .item-content .item-bottom .product_type_variable.loading,
.item .item-wrap2 .item-detail .item-content .item-bottom .add_to_cart_button.loading,
.item .item-wrap2 .item-detail .item-content .item-bottom .product_type_external.loading,
.item .item-wrap2 .item-detail .item-content .item-bottom .product_type_grouped.loading {
  background-color: #fdb819;
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.item .item-wrap2 .item-detail .item-content .item-bottom a.ajax_add_to_cart.loading:before,
.item .item-wrap2 .item-detail .item-content .item-bottom .product_type_simple.loading:before,
.item .item-wrap2 .item-detail .item-content .item-bottom .product_type_variable.loading:before,
.item .item-wrap2 .item-detail .item-content .item-bottom .add_to_cart_button.loading:before,
.item .item-wrap2 .item-detail .item-content .item-bottom .product_type_external.loading:before,
.item .item-wrap2 .item-detail .item-content .item-bottom .product_type_grouped.loading:before {
  text-align: center;
  left: 0;
  background-color: #fdb819;
}
.item .item-wrap2 .item-detail .item-content .item-bottom a.ajax_add_to_cart.added,
.item .item-wrap2 .item-detail .item-content .item-bottom .product_type_simple.added,
.item .item-wrap2 .item-detail .item-content .item-bottom .product_type_variable.added,
.item .item-wrap2 .item-detail .item-content .item-bottom .add_to_cart_button.added,
.item .item-wrap2 .item-detail .item-content .item-bottom .product_type_external.added,
.item .item-wrap2 .item-detail .item-content .item-bottom .product_type_grouped.added {
  background-color: #fdb819;
}
.item .item-wrap2 .item-detail .item-content .item-bottom a.ajax_add_to_cart.added:before,
.item .item-wrap2 .item-detail .item-content .item-bottom .product_type_simple.added:before,
.item .item-wrap2 .item-detail .item-content .item-bottom .product_type_variable.added:before,
.item .item-wrap2 .item-detail .item-content .item-bottom .add_to_cart_button.added:before,
.item .item-wrap2 .item-detail .item-content .item-bottom .product_type_external.added:before,
.item .item-wrap2 .item-detail .item-content .item-bottom .product_type_grouped.added:before {
  color: #fff;
}
.item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist {
  margin: 0;
}
.item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button,
.item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
.item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse {
  position: relative;
}
.item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.item .item-wrap2 .item-detail .item-content .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-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,
.item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before {
  content: "\f004";
}
.item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button.show,
.item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show,
.item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show {
  display: inline-block !important;
  vertical-align: top;
}
.item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .feedback,
.item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .feedback,
.item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .feedback {
  display: none;
}
.item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .ajax-loading,
.item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .ajax-loading,
.item .item-wrap2 .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 .item-wrap2 .item-detail .item-content .item-bottom .compare-button a {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  transition: all .5s;
}
.item .item-wrap2 .item-detail .item-content .item-bottom .compare-button a:before {
  content: "\f0ec";
}
.item .item-wrap2 .item-detail .item-content .item-bottom .sw-quickview {
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -o-transition: all .6s;
  -ms-transition: all .6s;
  transition: all .6s;
}
.item .item-wrap2 .item-detail .item-content .item-bottom .sw-quickview:before {
  content: "\f002";
}
.item .item-wrap2 .item-detail .item-content .item-bottom a.ajax_add_to_cart,
.item .item-wrap2 .item-detail .item-content .item-bottom .product_type_variable,
.item .item-wrap2 .item-detail .item-content .item-bottom .product_type_simple,
.item .item-wrap2 .item-detail .item-content .item-bottom .add_to_cart_button,
.item .item-wrap2 .item-detail .item-content .item-bottom .product_type_external,
.item .item-wrap2 .item-detail .item-content .item-bottom .product_type_grouped,
.item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
.item .item-wrap2 .item-detail .item-content .item-bottom .compare-button a,
.item .item-wrap2 .item-detail .item-content .item-bottom .sw-quickview {
  color: #fff;
  font-weight: 500;
  height: 50px;
  line-height: 50px;
  padding: 0;
  background-color: #111;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  position: relative;
  font-size: 0;
  min-width: 50px;
  margin: 5px 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-wrap2 .item-detail .item-content .item-bottom a.ajax_add_to_cart:before,
.item .item-wrap2 .item-detail .item-content .item-bottom .product_type_variable:before,
.item .item-wrap2 .item-detail .item-content .item-bottom .product_type_simple:before,
.item .item-wrap2 .item-detail .item-content .item-bottom .add_to_cart_button:before,
.item .item-wrap2 .item-detail .item-content .item-bottom .product_type_external:before,
.item .item-wrap2 .item-detail .item-content .item-bottom .product_type_grouped:before,
.item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,
.item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before,
.item .item-wrap2 .item-detail .item-content .item-bottom .compare-button a:before,
.item .item-wrap2 .item-detail .item-content .item-bottom .sw-quickview:before {
  font-family: fontawesome;
  font-size: 14px;
  color: #111111;
  position: absolute;
  left: 18px;
}
.rtl .item .item-wrap2 .item-detail .item-content .item-bottom a.ajax_add_to_cart:before,
.rtl .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_variable:before,
.rtl .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_simple:before,
.rtl .item .item-wrap2 .item-detail .item-content .item-bottom .add_to_cart_button:before,
.rtl .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_external:before,
.rtl .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_grouped:before,
.rtl .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,
.rtl .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.rtl .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before,
.rtl .item .item-wrap2 .item-detail .item-content .item-bottom .compare-button a:before,
.rtl .item .item-wrap2 .item-detail .item-content .item-bottom .sw-quickview:before {
  left: auto;
  right: 18px;
}
.item .item-wrap2 .item-detail .item-content .item-bottom a.ajax_add_to_cart:hover,
.item .item-wrap2 .item-detail .item-content .item-bottom .product_type_variable:hover,
.item .item-wrap2 .item-detail .item-content .item-bottom .product_type_simple:hover,
.item .item-wrap2 .item-detail .item-content .item-bottom .add_to_cart_button:hover,
.item .item-wrap2 .item-detail .item-content .item-bottom .product_type_external:hover,
.item .item-wrap2 .item-detail .item-content .item-bottom .product_type_grouped:hover,
.item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover,
.item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover,
.item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover,
.item .item-wrap2 .item-detail .item-content .item-bottom .compare-button a:hover,
.item .item-wrap2 .item-detail .item-content .item-bottom .sw-quickview:hover {
  min-width: 50px;
  background-color: #fdb819 !important;
  color: #fff;
  font-size: 0;
  padding: 0;
}
.item .item-wrap2 .item-detail .item-content .item-bottom a.ajax_add_to_cart:hover:before,
.item .item-wrap2 .item-detail .item-content .item-bottom .product_type_variable:hover:before,
.item .item-wrap2 .item-detail .item-content .item-bottom .product_type_simple:hover:before,
.item .item-wrap2 .item-detail .item-content .item-bottom .add_to_cart_button:hover:before,
.item .item-wrap2 .item-detail .item-content .item-bottom .product_type_external:hover:before,
.item .item-wrap2 .item-detail .item-content .item-bottom .product_type_grouped:hover:before,
.item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover:before,
.item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover:before,
.item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover:before,
.item .item-wrap2 .item-detail .item-content .item-bottom .compare-button a:hover:before,
.item .item-wrap2 .item-detail .item-content .item-bottom .sw-quickview:hover:before {
  color: #fff;
}
.item .item-wrap2 .item-detail .item-content .item-bottom a.ajax_add_to_cart,
.item .item-wrap2 .item-detail .item-content .item-bottom .product_type_variable,
.item .item-wrap2 .item-detail .item-content .item-bottom .product_type_simple,
.item .item-wrap2 .item-detail .item-content .item-bottom .add_to_cart_button,
.item .item-wrap2 .item-detail .item-content .item-bottom .product_type_external,
.item .item-wrap2 .item-detail .item-content .item-bottom .product_type_grouped,
.item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist,
.item .item-wrap2 .item-detail .item-content .item-bottom .compare-button a,
.item .item-wrap2 .item-detail .item-content .item-bottom .sw-quickview {
  vertical-align: top;
}
.item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-wishlistaddedbrowse.show a,
.item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-wishlistexistsbrowse.show a {
  background: #111 !important;
}
.item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-wishlistaddedbrowse.show a:before,
.item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-wishlistexistsbrowse.show a:before {
  color: #fff;
}
.item .item-wrap2:hover .products-thumb .item-countdown {
  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;
}
.item .item-wrap2:hover .item-detail {
  border: 1px #fdb819 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;
}
.item .item-wrap2:hover .item-detail .item-content .item-bottom {
  opacity: 1;
  filter: alpha(opacity=100);
}
.item .item-wrap2:hover .item-detail .item-content .item-bottom a.ajax_add_to_cart,
.item .item-wrap2:hover .item-detail .item-content .item-bottom .product_type_variable,
.item .item-wrap2:hover .item-detail .item-content .item-bottom .product_type_simple,
.item .item-wrap2:hover .item-detail .item-content .item-bottom .add_to_cart_button,
.item .item-wrap2:hover .item-detail .item-content .item-bottom .product_type_external,
.item .item-wrap2:hover .item-detail .item-content .item-bottom .product_type_grouped,
.item .item-wrap2:hover .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.item .item-wrap2:hover .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.item .item-wrap2:hover .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
.item .item-wrap2:hover .item-detail .item-content .item-bottom .compare-button a,
.item .item-wrap2:hover .item-detail .item-content .item-bottom .sw-quickview {
  background: #111;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.item .item-wrap2:hover .item-detail .item-content .item-bottom a.ajax_add_to_cart:before,
.item .item-wrap2:hover .item-detail .item-content .item-bottom .product_type_variable:before,
.item .item-wrap2:hover .item-detail .item-content .item-bottom .product_type_simple:before,
.item .item-wrap2:hover .item-detail .item-content .item-bottom .add_to_cart_button:before,
.item .item-wrap2:hover .item-detail .item-content .item-bottom .product_type_external:before,
.item .item-wrap2:hover .item-detail .item-content .item-bottom .product_type_grouped:before,
.item .item-wrap2:hover .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,
.item .item-wrap2:hover .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.item .item-wrap2:hover .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before,
.item .item-wrap2:hover .item-detail .item-content .item-bottom .compare-button a:before,
.item .item-wrap2:hover .item-detail .item-content .item-bottom .sw-quickview:before {
  color: #fff;
}
.item .item-wrap3 {
  background-color: #fff;
  text-align: center;
  padding: 0;
}
.item .item-wrap3 .item-detail {
  position: relative;
  overflow: hidden;
}
.item .item-wrap3 .item-detail .products-thumb {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}
.item .item-wrap3 .item-detail .products-thumb .onsale {
  display: none;
}
.item .item-wrap3 .item-detail .products-thumb .sale-off {
  background: #fdb819;
}
.item .item-wrap3 .item-detail .products-thumb a .product-thumb-hover {
  padding: 5px;
}
.item .item-wrap3 .item-detail .products-thumb a .product-thumb-hover img {
  margin: 0 auto;
  width: 100%;
}
.item .item-wrap3 .item-detail .products-thumb > a:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #111;
  opacity: 0;
  filter: alpha(opacity=0);
}
.item .item-wrap3 .item-detail .products-thumb .top-item {
  position: absolute;
  bottom: 56px;
  right: 10px;
}
.rtl .item .item-wrap3 .item-detail .products-thumb .top-item {
  right: auto;
  left: 10px;
}
.item .item-wrap3 .item-detail .products-thumb .top-item .sw-quickview {
  text-align: center;
  color: #111;
  font-weight: 500;
  height: 40px;
  line-height: 40px;
  padding: 0;
  background-color: #fff;
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  opacity: 0;
  min-width: 40px;
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  transform: translateY(-40px);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
  position: absolute;
  bottom: -48px;
  right: 0;
  z-index: 9;
}
.item .item-wrap3 .item-detail .products-thumb .top-item .sw-quickview:before {
  font-family: fontawesome;
  font-size: 12px;
  content: '\f06e';
}
.item .item-wrap3 .item-detail .products-thumb .top-item .sw-quickview:hover {
  background-color: #fdb819;
  color: #fff;
}
.item .item-wrap3 .item-detail .products-thumb .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-add-button,
.item .item-wrap3 .item-detail .products-thumb .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
.item .item-wrap3 .item-detail .products-thumb .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse {
  position: relative;
  margin-bottom: 8px;
}
.item .item-wrap3 .item-detail .products-thumb .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.item .item-wrap3 .item-detail .products-thumb .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.item .item-wrap3 .item-detail .products-thumb .top-item .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-wrap3 .item-detail .products-thumb .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,
.item .item-wrap3 .item-detail .products-thumb .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.item .item-wrap3 .item-detail .products-thumb .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before {
  content: "\f004";
}
.item .item-wrap3 .item-detail .products-thumb .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-add-button.show,
.item .item-wrap3 .item-detail .products-thumb .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show,
.item .item-wrap3 .item-detail .products-thumb .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show {
  display: inline-block !important;
  vertical-align: top;
}
.item .item-wrap3 .item-detail .products-thumb .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .feedback,
.item .item-wrap3 .item-detail .products-thumb .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .feedback,
.item .item-wrap3 .item-detail .products-thumb .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .feedback {
  display: none;
}
.item .item-wrap3 .item-detail .products-thumb .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .ajax-loading,
.item .item-wrap3 .item-detail .products-thumb .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .ajax-loading,
.item .item-wrap3 .item-detail .products-thumb .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .ajax-loading {
  position: absolute;
  z-index: 9;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.item .item-wrap3 .item-detail .products-thumb .top-item a.compare {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  transition: all .5s;
}
.item .item-wrap3 .item-detail .products-thumb .top-item a.compare:before {
  font-size: 13px;
  content: "\f021";
}
.item .item-wrap3 .item-detail .products-thumb .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.item .item-wrap3 .item-detail .products-thumb .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.item .item-wrap3 .item-detail .products-thumb .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
.item .item-wrap3 .item-detail .products-thumb .top-item a.compare {
  text-align: center;
  color: #111;
  font-weight: 500;
  height: 40px;
  line-height: 40px;
  padding: 0;
  background-color: #fff;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  position: relative;
  font-size: 0;
  min-width: 40px;
  margin: 0;
  z-index: 9;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  transform: translateY(-40px);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.item .item-wrap3 .item-detail .products-thumb .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,
.item .item-wrap3 .item-detail .products-thumb .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.item .item-wrap3 .item-detail .products-thumb .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before,
.item .item-wrap3 .item-detail .products-thumb .top-item a.compare:before {
  font-family: fontawesome;
  font-size: 12px;
}
.item .item-wrap3 .item-detail .products-thumb .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover,
.item .item-wrap3 .item-detail .products-thumb .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover,
.item .item-wrap3 .item-detail .products-thumb .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover,
.item .item-wrap3 .item-detail .products-thumb .top-item a.compare:hover {
  min-width: 40px;
  background-color: #fdb819;
  font-size: 0;
  padding: 0;
}
.item .item-wrap3 .item-detail .products-thumb .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover:before,
.item .item-wrap3 .item-detail .products-thumb .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover:before,
.item .item-wrap3 .item-detail .products-thumb .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover:before,
.item .item-wrap3 .item-detail .products-thumb .top-item a.compare:hover:before {
  color: #fff;
}
.item .item-wrap3 .item-detail .products-thumb .top-item .product_type_variable,
.item .item-wrap3 .item-detail .products-thumb .top-item .product_type_simple,
.item .item-wrap3 .item-detail .products-thumb .top-item .add_to_cart_button,
.item .item-wrap3 .item-detail .products-thumb .top-item .product_type_external,
.item .item-wrap3 .item-detail .products-thumb .top-item .product_type_grouped,
.item .item-wrap3 .item-detail .products-thumb .top-item .yith-wcwl-add-to-wishlist,
.item .item-wrap3 .item-detail .products-thumb .top-item a.compare,
.item .item-wrap3 .item-detail .products-thumb .top-item .sw-quickview {
  display: inline-block;
  vertical-align: top;
}
.item .item-wrap3 .item-detail .products-thumb .top-item .yith-wcwl-wishlistaddedbrowse.show a,
.item .item-wrap3 .item-detail .products-thumb .top-item .yith-wcwl-wishlistexistsbrowse.show a {
  background-color: #fdb819;
}
.item .item-wrap3 .item-detail .products-thumb .top-item .yith-wcwl-wishlistaddedbrowse.show a:before,
.item .item-wrap3 .item-detail .products-thumb .top-item .yith-wcwl-wishlistexistsbrowse.show a:before {
  color: #fff;
}
.item .item-wrap3 .item-detail .products-thumb a {
  display: block;
}
.item .item-wrap3 .item-detail .item-content,
.item .item-wrap3 .item-detail .item-img {
  padding: 0;
  vertical-align: top;
}
.item .item-wrap3 .item-detail .item-content >a >img,
.item .item-wrap3 .item-detail .item-img >a >img {
  width: 100%;
}
.item .item-wrap3 .item-detail .item-content h4,
.item .item-wrap3 .item-detail .item-img h4 {
  margin: 10px 0;
}
.item .item-wrap3 .item-detail .item-content h4 a,
.item .item-wrap3 .item-detail .item-img h4 a {
  font-size: 14px;
  font-weight: normal;
  color: #111;
  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-wrap3 .item-detail .item-content .item-price,
.item .item-wrap3 .item-detail .item-img .item-price {
  font-size: 16px;
  float: none;
  position: relative;
  z-index: 2;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 14px;
}
.item .item-wrap3 .item-detail .item-content .item-price del,
.item .item-wrap3 .item-detail .item-img .item-price del {
  font-size: 12px;
  color: #999;
}
.item .item-wrap3 .item-detail .item-content .reviews-content,
.item .item-wrap3 .item-detail .item-img .reviews-content {
  line-height: 12px;
  margin-bottom: 7px;
  position: relative;
  z-index: 2;
}
.item .item-wrap3 .item-detail .item-content .item-bottom,
.item .item-wrap3 .item-detail .item-img .item-bottom {
  font-size: 12px;
  z-index: 2;
}
.item .item-wrap3 .item-detail .item-content .item-bottom .clear,
.item .item-wrap3 .item-detail .item-img .item-bottom .clear {
  display: none;
}
.item .item-wrap3 .item-detail .item-content .item-bottom .button,
.item .item-wrap3 .item-detail .item-content .item-bottom a.ajax_add_to_cart,
.item .item-wrap3 .item-detail .item-content .item-bottom .product_type_variable,
.item .item-wrap3 .item-detail .item-content .item-bottom .product_type_simple,
.item .item-wrap3 .item-detail .item-content .item-bottom .add_to_cart_button,
.item .item-wrap3 .item-detail .item-content .item-bottom .product_type_external,
.item .item-wrap3 .item-detail .item-content .item-bottom .product_type_variable,
.item .item-wrap3 .item-detail .item-content .item-bottom .product_type_grouped,
.item .item-wrap3 .item-detail .item-img .item-bottom .button,
.item .item-wrap3 .item-detail .item-img .item-bottom a.ajax_add_to_cart,
.item .item-wrap3 .item-detail .item-img .item-bottom .product_type_variable,
.item .item-wrap3 .item-detail .item-img .item-bottom .product_type_simple,
.item .item-wrap3 .item-detail .item-img .item-bottom .add_to_cart_button,
.item .item-wrap3 .item-detail .item-img .item-bottom .product_type_external,
.item .item-wrap3 .item-detail .item-img .item-bottom .product_type_variable,
.item .item-wrap3 .item-detail .item-img .item-bottom .product_type_grouped {
  display: inline-block;
  vertical-align: top;
  height: 35px;
  line-height: 35px;
  position: relative;
  padding: 0 15px 0 30px;
  border: 1px #ddd 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;
  font-weight: bold;
  text-transform: uppercase;
  background: #fff;
  border-radius: 4px;
}
.rtl .item .item-wrap3 .item-detail .item-content .item-bottom .button,
.rtl .item .item-wrap3 .item-detail .item-content .item-bottom a.ajax_add_to_cart,
.rtl .item .item-wrap3 .item-detail .item-content .item-bottom .product_type_variable,
.rtl .item .item-wrap3 .item-detail .item-content .item-bottom .product_type_simple,
.rtl .item .item-wrap3 .item-detail .item-content .item-bottom .add_to_cart_button,
.rtl .item .item-wrap3 .item-detail .item-content .item-bottom .product_type_external,
.rtl .item .item-wrap3 .item-detail .item-content .item-bottom .product_type_variable,
.rtl .item .item-wrap3 .item-detail .item-content .item-bottom .product_type_grouped,
.rtl .item .item-wrap3 .item-detail .item-img .item-bottom .button,
.rtl .item .item-wrap3 .item-detail .item-img .item-bottom a.ajax_add_to_cart,
.rtl .item .item-wrap3 .item-detail .item-img .item-bottom .product_type_variable,
.rtl .item .item-wrap3 .item-detail .item-img .item-bottom .product_type_simple,
.rtl .item .item-wrap3 .item-detail .item-img .item-bottom .add_to_cart_button,
.rtl .item .item-wrap3 .item-detail .item-img .item-bottom .product_type_external,
.rtl .item .item-wrap3 .item-detail .item-img .item-bottom .product_type_variable,
.rtl .item .item-wrap3 .item-detail .item-img .item-bottom .product_type_grouped {
  padding: 0 30px 0 15px;
}
.item .item-wrap3 .item-detail .item-content .item-bottom .button:before,
.item .item-wrap3 .item-detail .item-content .item-bottom a.ajax_add_to_cart:before,
.item .item-wrap3 .item-detail .item-content .item-bottom .product_type_variable:before,
.item .item-wrap3 .item-detail .item-content .item-bottom .product_type_simple:before,
.item .item-wrap3 .item-detail .item-content .item-bottom .add_to_cart_button:before,
.item .item-wrap3 .item-detail .item-content .item-bottom .product_type_external:before,
.item .item-wrap3 .item-detail .item-content .item-bottom .product_type_variable:before,
.item .item-wrap3 .item-detail .item-content .item-bottom .product_type_grouped:before,
.item .item-wrap3 .item-detail .item-img .item-bottom .button:before,
.item .item-wrap3 .item-detail .item-img .item-bottom a.ajax_add_to_cart:before,
.item .item-wrap3 .item-detail .item-img .item-bottom .product_type_variable:before,
.item .item-wrap3 .item-detail .item-img .item-bottom .product_type_simple:before,
.item .item-wrap3 .item-detail .item-img .item-bottom .add_to_cart_button:before,
.item .item-wrap3 .item-detail .item-img .item-bottom .product_type_external:before,
.item .item-wrap3 .item-detail .item-img .item-bottom .product_type_variable:before,
.item .item-wrap3 .item-detail .item-img .item-bottom .product_type_grouped:before {
  position: absolute;
  content: "";
  display: block;
  background: url(../assets/img/btn-cart.png) no-repeat;
  height: 32px;
  width: 30px;
  left: 0;
  top: 0;
  background-position: -30px center;
  -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;
}
.rtl .item .item-wrap3 .item-detail .item-content .item-bottom .button:before,
.rtl .item .item-wrap3 .item-detail .item-content .item-bottom a.ajax_add_to_cart:before,
.rtl .item .item-wrap3 .item-detail .item-content .item-bottom .product_type_variable:before,
.rtl .item .item-wrap3 .item-detail .item-content .item-bottom .product_type_simple:before,
.rtl .item .item-wrap3 .item-detail .item-content .item-bottom .add_to_cart_button:before,
.rtl .item .item-wrap3 .item-detail .item-content .item-bottom .product_type_external:before,
.rtl .item .item-wrap3 .item-detail .item-content .item-bottom .product_type_variable:before,
.rtl .item .item-wrap3 .item-detail .item-content .item-bottom .product_type_grouped:before,
.rtl .item .item-wrap3 .item-detail .item-img .item-bottom .button:before,
.rtl .item .item-wrap3 .item-detail .item-img .item-bottom a.ajax_add_to_cart:before,
.rtl .item .item-wrap3 .item-detail .item-img .item-bottom .product_type_variable:before,
.rtl .item .item-wrap3 .item-detail .item-img .item-bottom .product_type_simple:before,
.rtl .item .item-wrap3 .item-detail .item-img .item-bottom .add_to_cart_button:before,
.rtl .item .item-wrap3 .item-detail .item-img .item-bottom .product_type_external:before,
.rtl .item .item-wrap3 .item-detail .item-img .item-bottom .product_type_variable:before,
.rtl .item .item-wrap3 .item-detail .item-img .item-bottom .product_type_grouped:before {
  left: auto;
  right: 0;
}
.item .item-wrap3 .item-detail .item-content .item-bottom .button.loading:before,
.item .item-wrap3 .item-detail .item-content .item-bottom a.ajax_add_to_cart.loading:before,
.item .item-wrap3 .item-detail .item-content .item-bottom .product_type_variable.loading:before,
.item .item-wrap3 .item-detail .item-content .item-bottom .product_type_simple.loading:before,
.item .item-wrap3 .item-detail .item-content .item-bottom .add_to_cart_button.loading:before,
.item .item-wrap3 .item-detail .item-content .item-bottom .product_type_external.loading:before,
.item .item-wrap3 .item-detail .item-content .item-bottom .product_type_variable.loading:before,
.item .item-wrap3 .item-detail .item-content .item-bottom .product_type_grouped.loading:before,
.item .item-wrap3 .item-detail .item-img .item-bottom .button.loading:before,
.item .item-wrap3 .item-detail .item-img .item-bottom a.ajax_add_to_cart.loading:before,
.item .item-wrap3 .item-detail .item-img .item-bottom .product_type_variable.loading:before,
.item .item-wrap3 .item-detail .item-img .item-bottom .product_type_simple.loading:before,
.item .item-wrap3 .item-detail .item-img .item-bottom .add_to_cart_button.loading:before,
.item .item-wrap3 .item-detail .item-img .item-bottom .product_type_external.loading:before,
.item .item-wrap3 .item-detail .item-img .item-bottom .product_type_variable.loading:before,
.item .item-wrap3 .item-detail .item-img .item-bottom .product_type_grouped.loading:before {
  background: url(../assets/img/wpspin_light.gif) no-repeat center center;
  height: 32px;
  width: 30px;
  content: "";
  position: absolute;
}
.item .item-wrap3 .item-detail .item-content .item-bottom .button.loading:after,
.item .item-wrap3 .item-detail .item-content .item-bottom a.ajax_add_to_cart.loading:after,
.item .item-wrap3 .item-detail .item-content .item-bottom .product_type_variable.loading:after,
.item .item-wrap3 .item-detail .item-content .item-bottom .product_type_simple.loading:after,
.item .item-wrap3 .item-detail .item-content .item-bottom .add_to_cart_button.loading:after,
.item .item-wrap3 .item-detail .item-content .item-bottom .product_type_external.loading:after,
.item .item-wrap3 .item-detail .item-content .item-bottom .product_type_variable.loading:after,
.item .item-wrap3 .item-detail .item-content .item-bottom .product_type_grouped.loading:after,
.item .item-wrap3 .item-detail .item-img .item-bottom .button.loading:after,
.item .item-wrap3 .item-detail .item-img .item-bottom a.ajax_add_to_cart.loading:after,
.item .item-wrap3 .item-detail .item-img .item-bottom .product_type_variable.loading:after,
.item .item-wrap3 .item-detail .item-img .item-bottom .product_type_simple.loading:after,
.item .item-wrap3 .item-detail .item-img .item-bottom .add_to_cart_button.loading:after,
.item .item-wrap3 .item-detail .item-img .item-bottom .product_type_external.loading:after,
.item .item-wrap3 .item-detail .item-img .item-bottom .product_type_variable.loading:after,
.item .item-wrap3 .item-detail .item-img .item-bottom .product_type_grouped.loading:after {
  display: none;
}
.item .item-wrap3 .item-detail .item-content .item-bottom .button.added:before,
.item .item-wrap3 .item-detail .item-content .item-bottom a.ajax_add_to_cart.added:before,
.item .item-wrap3 .item-detail .item-content .item-bottom .product_type_variable.added:before,
.item .item-wrap3 .item-detail .item-content .item-bottom .product_type_simple.added:before,
.item .item-wrap3 .item-detail .item-content .item-bottom .add_to_cart_button.added:before,
.item .item-wrap3 .item-detail .item-content .item-bottom .product_type_external.added:before,
.item .item-wrap3 .item-detail .item-content .item-bottom .product_type_variable.added:before,
.item .item-wrap3 .item-detail .item-content .item-bottom .product_type_grouped.added:before,
.item .item-wrap3 .item-detail .item-img .item-bottom .button.added:before,
.item .item-wrap3 .item-detail .item-img .item-bottom a.ajax_add_to_cart.added:before,
.item .item-wrap3 .item-detail .item-img .item-bottom .product_type_variable.added:before,
.item .item-wrap3 .item-detail .item-img .item-bottom .product_type_simple.added:before,
.item .item-wrap3 .item-detail .item-img .item-bottom .add_to_cart_button.added:before,
.item .item-wrap3 .item-detail .item-img .item-bottom .product_type_external.added:before,
.item .item-wrap3 .item-detail .item-img .item-bottom .product_type_variable.added:before,
.item .item-wrap3 .item-detail .item-img .item-bottom .product_type_grouped.added:before {
  background: url(../assets/img/bg-choose.png) no-repeat center center;
  height: 32px;
  width: 30px;
  content: "";
  position: absolute;
}
.item .item-wrap3 .item-detail .item-content .item-bottom .button.added:after,
.item .item-wrap3 .item-detail .item-content .item-bottom a.ajax_add_to_cart.added:after,
.item .item-wrap3 .item-detail .item-content .item-bottom .product_type_variable.added:after,
.item .item-wrap3 .item-detail .item-content .item-bottom .product_type_simple.added:after,
.item .item-wrap3 .item-detail .item-content .item-bottom .add_to_cart_button.added:after,
.item .item-wrap3 .item-detail .item-content .item-bottom .product_type_external.added:after,
.item .item-wrap3 .item-detail .item-content .item-bottom .product_type_variable.added:after,
.item .item-wrap3 .item-detail .item-content .item-bottom .product_type_grouped.added:after,
.item .item-wrap3 .item-detail .item-img .item-bottom .button.added:after,
.item .item-wrap3 .item-detail .item-img .item-bottom a.ajax_add_to_cart.added:after,
.item .item-wrap3 .item-detail .item-img .item-bottom .product_type_variable.added:after,
.item .item-wrap3 .item-detail .item-img .item-bottom .product_type_simple.added:after,
.item .item-wrap3 .item-detail .item-img .item-bottom .add_to_cart_button.added:after,
.item .item-wrap3 .item-detail .item-img .item-bottom .product_type_external.added:after,
.item .item-wrap3 .item-detail .item-img .item-bottom .product_type_variable.added:after,
.item .item-wrap3 .item-detail .item-img .item-bottom .product_type_grouped.added:after {
  display: none;
}
.item .item-wrap3:hover .item-detail .products-thumb > a:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #111;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.item .item-wrap3:hover .item-detail .products-thumb .top-item {
  opacity: 1;
  filter: alpha(opacity=100);
}
.item .item-wrap3:hover .item-detail .products-thumb .top-item .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-wrap3:hover .item-detail .products-thumb .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.item .item-wrap3:hover .item-detail .products-thumb .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.item .item-wrap3:hover .item-detail .products-thumb .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
.item .item-wrap3:hover .item-detail .products-thumb .top-item a.compare {
  -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);
  visibility: visible;
}
.item .item-wrap3:hover .item-detail .item-content .item-bottom .button,
.item .item-wrap3:hover .item-detail .item-content .item-bottom a.ajax_add_to_cart,
.item .item-wrap3:hover .item-detail .item-content .item-bottom .product_type_simple,
.item .item-wrap3:hover .item-detail .item-content .item-bottom .add_to_cart_button,
.item .item-wrap3:hover .item-detail .item-content .item-bottom .product_type_external,
.item .item-wrap3:hover .item-detail .item-content .item-bottom .product_type_variable,
.item .item-wrap3:hover .item-detail .item-content .item-bottom .product_type_grouped {
  background: #fdb819;
  color: #fff;
  border: 1px #fdb819 solid;
}
.item .item-wrap3:hover .item-detail .item-content .item-bottom .button:before,
.item .item-wrap3:hover .item-detail .item-content .item-bottom a.ajax_add_to_cart:before,
.item .item-wrap3:hover .item-detail .item-content .item-bottom .product_type_simple:before,
.item .item-wrap3:hover .item-detail .item-content .item-bottom .add_to_cart_button:before,
.item .item-wrap3:hover .item-detail .item-content .item-bottom .product_type_external:before,
.item .item-wrap3:hover .item-detail .item-content .item-bottom .product_type_variable:before,
.item .item-wrap3:hover .item-detail .item-content .item-bottom .product_type_grouped:before {
  background-position: 7px center;
  -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;
}
.woo-slider-short .item-wrap4:hover {
  box-shadow: none;
}
.item-wrap4 {
  background-color: #fff;
  display: inline-block;
  border-right: 1px solid #ededed;
}
.item-wrap4:hover .top-item {
  -webkit-transform: translateX(-15px);
  -moz-transform: translateX(-15px);
  -o-transform: translateX(-15px);
  -ms-transform: translateX(-15px);
  transform: translateX(-15px);
}
.rtl .item-wrap4:hover .top-item {
  -webkit-transform: translateX(15px);
  -moz-transform: translateX(15px);
  -o-transform: translateX(15px);
  -ms-transform: translateX(15px);
  transform: translateX(15px);
}
.sw-woo-tab-style8 .item-wrap4 .products-thumb {
  margin-bottom: 8px;
}
.sw-woo-tab-style8 .item-wrap4 .products-thumb > a {
  max-width: 90%;
}
.featured-default2 .item-wrap4 .products-thumb > a {
  max-width: 92%;
}
.item-wrap4 .item-price {
  font-size: 16px;
  color: #999999;
  display: inline-block;
  vertical-align: top;
  font-weight: bold;
  line-height: 35px;
}
.item-wrap4 .item-price ins {
  color: #f52828;
}
.item-wrap4 .reviews-content {
  margin-bottom: -2px;
}
.item-wrap4 .item-price span >.amount {
  color: #000;
}
.item-wrap4 .item-price del,
.item-wrap4 .item-price >.amount {
  color: #999;
  font-size: 12px;
  text-decoration: line-through;
}
.item-wrap4 .item-content {
  display: inline-block;
  position: relative;
  text-align: left;
  margin-bottom: 15px;
  padding: 15px 15px 0 !important;
  width: 100%;
}
.featured-default2 .item-wrap4 .item-content {
  margin-bottom: 15.3px;
}
.rtl .item-wrap4 .item-content {
  text-align: right;
}
.item-wrap4 .item-content h4 {
  display: inline-block;
}
.item-wrap4 .item-content h4 a {
  font-size: 14px;
  color: #000;
  line-height: 20px;
}
.item-wrap4 .item-content h4 a:hover {
  color: #fdb819;
}
.item-wrap4 .top-item {
  -webkit-transform: translateX(40px);
  -moz-transform: translateX(40px);
  -o-transform: translateX(40px);
  -ms-transform: translateX(40px);
  transform: translateX(40px);
  transition: all 0.3s;
  position: absolute;
  top: 0;
  z-index: 999;
  right: 0;
}
.rtl .item-wrap4 .top-item {
  transform: translateX(-40px);
  right: auto;
  left: 0;
}
.item-wrap4 .top-item .sw-quickview {
  font-size: 0;
  width: 32px;
  height: 32px;
  background: url(../assets/img/quickview.svg) no-repeat center center #f5f5f5;
  display: inline-block;
  background-size: 14px;
  border-radius: 50%;
  margin: 5px 0;
}
.item-wrap4 .top-item .sw-quickview:hover {
  background: url(../assets/img/quickviewhover.svg) no-repeat center center #fdb819;
  background-size: 14px;
}
.item-wrap4 .top-item .yith-wcwl-add-to-wishlist {
  margin: 0;
}
.item-wrap4 .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-add-button,
.item-wrap4 .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
.item-wrap4 .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse {
  position: relative;
  margin-bottom: 8px;
}
.item-wrap4 .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.item-wrap4 .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.item-wrap4 .top-item .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-wrap4 .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,
.item-wrap4 .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.item-wrap4 .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before {
  content: "\f004";
}
.item-wrap4 .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-add-button.show,
.item-wrap4 .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show,
.item-wrap4 .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show {
  display: inline-block !important;
  vertical-align: top;
}
.item-wrap4 .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .feedback,
.item-wrap4 .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .feedback,
.item-wrap4 .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .feedback {
  display: none;
}
.item-wrap4 .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .ajax-loading,
.item-wrap4 .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .ajax-loading,
.item-wrap4 .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .ajax-loading {
  position: absolute;
  z-index: 9;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.item-wrap4 .top-item a.compare.button {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  transition: all .5s;
  background: url(../assets/img/compare.svg) no-repeat center center;
  display: none;
}
.item-wrap4 .top-item a.compare.button:before {
  display: none;
}
.item-wrap4 .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.item-wrap4 .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.item-wrap4 .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
.item-wrap4 .top-item a.compare {
  text-align: center;
  color: #111;
  font-weight: 500;
  height: 32px;
  line-height: 32px;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  font-size: 0;
  margin: 5px 0;
  z-index: 9;
  border: none;
  width: 32px;
  border-radius: 50%;
  transition: all 0s;
  background-size: 14px !important;
  background: url(../assets/img/withlist.svg) no-repeat center center #f5f5f5;
}
.item-wrap4 .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,
.item-wrap4 .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.item-wrap4 .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before,
.item-wrap4 .top-item a.compare:before {
  display: none;
}
.item-wrap4 .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover,
.item-wrap4 .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover,
.item-wrap4 .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover,
.item-wrap4 .top-item a.compare:hover {
  min-width: 32px;
  background: url(../assets/img/withlisthover.svg) no-repeat center center #fdb819;
  font-size: 0;
  padding: 0;
}
.item-wrap4 .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover:before,
.item-wrap4 .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover:before,
.item-wrap4 .top-item .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover:before,
.item-wrap4 .top-item a.compare:hover:before {
  color: #fff;
}
.item-wrap4 .button,
.item-wrap4 a.ajax_add_to_cart,
.item-wrap4 .product_type_variable,
.item-wrap4 .add_to_cart_button,
.item-wrap4 .product_type_external,
.item-wrap4 .product_type_simple,
.item-wrap4 .product_type_grouped {
  display: inline-block;
  vertical-align: top;
  height: 32px;
  line-height: 32px;
  position: relative;
  padding: 0;
  width: 32px;
  background-color: #f5f5f5;
  border: 1px #f5f5f5 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;
  font-size: 0;
  text-transform: uppercase;
  border-radius: 50%;
}
.item-wrap4 .button:hover,
.item-wrap4 a.ajax_add_to_cart:hover,
.item-wrap4 .product_type_variable:hover,
.item-wrap4 .add_to_cart_button:hover,
.item-wrap4 .product_type_external:hover,
.item-wrap4 .product_type_simple:hover,
.item-wrap4 .product_type_grouped:hover {
  background-color: #fdb819;
}
.item-wrap4 .button:hover:before,
.item-wrap4 a.ajax_add_to_cart:hover:before,
.item-wrap4 .product_type_variable:hover:before,
.item-wrap4 .add_to_cart_button:hover:before,
.item-wrap4 .product_type_external:hover:before,
.item-wrap4 .product_type_simple:hover:before,
.item-wrap4 .product_type_grouped:hover:before {
  position: absolute;
  content: "";
  display: block;
  background: url(../assets/img/cart13hover.svg) no-repeat center center;
  height: 32px;
  width: 32px;
  left: -1px;
  top: -1px;
  -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;
  background-size: 14px;
  right: 0;
  bottom: 0;
}
.item-wrap4 .button:before,
.item-wrap4 a.ajax_add_to_cart:before,
.item-wrap4 .product_type_variable:before,
.item-wrap4 .add_to_cart_button:before,
.item-wrap4 .product_type_external:before,
.item-wrap4 .product_type_simple:before,
.item-wrap4 .product_type_grouped:before {
  position: absolute;
  content: "";
  display: block;
  background: url(../assets/img/cart13.svg) no-repeat center center;
  height: 32px;
  width: 32px;
  left: -1px;
  top: -1px;
  -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;
  background-size: 14px;
  right: 0;
  bottom: 0;
}
.item-wrap4 .button.loading:before,
.item-wrap4 a.ajax_add_to_cart.loading:before,
.item-wrap4 .product_type_variable.loading:before,
.item-wrap4 .add_to_cart_button.loading:before,
.item-wrap4 .product_type_external.loading:before,
.item-wrap4 .product_type_simple.loading:before,
.item-wrap4 .product_type_grouped.loading:before {
  background: url(../assets/img/wpspin_light.gif) no-repeat center center;
  height: 32px;
  width: 30px;
  content: "";
  position: absolute;
}
.item-wrap4 .button.loading:after,
.item-wrap4 a.ajax_add_to_cart.loading:after,
.item-wrap4 .product_type_variable.loading:after,
.item-wrap4 .add_to_cart_button.loading:after,
.item-wrap4 .product_type_external.loading:after,
.item-wrap4 .product_type_simple.loading:after,
.item-wrap4 .product_type_grouped.loading:after {
  display: none;
}
.item-wrap4 .button.added:before,
.item-wrap4 a.ajax_add_to_cart.added:before,
.item-wrap4 .product_type_variable.added:before,
.item-wrap4 .add_to_cart_button.added:before,
.item-wrap4 .product_type_external.added:before,
.item-wrap4 .product_type_simple.added:before,
.item-wrap4 .product_type_grouped.added:before {
  background: url(../assets/img/bg-choose.png) no-repeat center center;
  height: 32px;
  width: 30px;
  content: "";
  position: absolute;
}
.item-wrap4 .button.added:after,
.item-wrap4 a.ajax_add_to_cart.added:after,
.item-wrap4 .product_type_variable.added:after,
.item-wrap4 .add_to_cart_button.added:after,
.item-wrap4 .product_type_external.added:after,
.item-wrap4 .product_type_simple.added:after,
.item-wrap4 .product_type_grouped.added:after {
  display: none;
}
.responsive-post-slider {
  margin-bottom: 65px;
}
.responsive-post-slider .resp-slider-container .block-title {
  text-align: center;
}
.responsive-post-slider .resp-slider-container .block-title h3 {
  font-size: 32px;
  color: #111;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 13px;
}
.responsive-post-slider .resp-slider-container .block-title h3 span {
  color: #fdb819;
}
.responsive-post-slider .resp-slider-container .description {
  text-align: center;
  font-size: 16px;
  color: #999;
  margin-bottom: 40px;
}
.responsive-post-slider .resp-slider-container .slick-slider {
  margin: 0 -15px;
}
.responsive-post-slider .resp-slider-container .slick-slider .item {
  padding: 0 15px;
}
.responsive-post-slider .resp-slider-container .slick-slider .item .item-inner .img_over {
  position: relative;
  overflow: hidden;
}
.responsive-post-slider .resp-slider-container .slick-slider .item .item-inner .img_over a img {
  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;
}
.responsive-post-slider .resp-slider-container .slick-slider .item .item-inner .img_over: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;
}
.responsive-post-slider .resp-slider-container .slick-slider .item .item-inner .img_over .latest_post_date {
  height: 70px;
  width: 50px;
  background: #fdb819;
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 5px;
  text-align: center;
}
.rtl .responsive-post-slider .resp-slider-container .slick-slider .item .item-inner .img_over .latest_post_date {
  left: auto;
  right: 10px;
}
.responsive-post-slider .resp-slider-container .slick-slider .item .item-inner .img_over .latest_post_date span {
  display: block;
}
.responsive-post-slider .resp-slider-container .slick-slider .item .item-inner .img_over .latest_post_date .post_day {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
}
.responsive-post-slider .resp-slider-container .slick-slider .item .item-inner .img_over .latest_post_date .post_my {
  color: #fff;
  font-size: 14px;
}
.responsive-post-slider .resp-slider-container .slick-slider .item .item-inner .entry-content {
  padding: 20px 0 0 0;
  text-align: left;
  border: 1px #ddd solid;
  border-top: 0;
}
.rtl .responsive-post-slider .resp-slider-container .slick-slider .item .item-inner .entry-content {
  text-align: right;
}
.responsive-post-slider .resp-slider-container .slick-slider .item .item-inner .entry-content .entry-top {
  padding: 0 20px;
}
.responsive-post-slider .resp-slider-container .slick-slider .item .item-inner .entry-content h4 {
  margin-bottom: 22px;
}
.responsive-post-slider .resp-slider-container .slick-slider .item .item-inner .entry-content h4 a {
  color: #111;
  font-size: 18px;
  -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: 600;
}
.responsive-post-slider .resp-slider-container .slick-slider .item .item-inner .entry-content h4 a:hover {
  color: #fdb819;
  -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 .slick-slider .item .item-inner .entry-content .description1 {
  line-height: 23px;
  margin-bottom: 33px;
}
.responsive-post-slider .resp-slider-container .slick-slider .item .item-inner .entry-content .readmore {
  text-align: center;
  border-top: 1px #ddd solid;
}
.responsive-post-slider .resp-slider-container .slick-slider .item .item-inner .entry-content .readmore a {
  color: #111;
  font-weight: 500;
  font-size: 14px;
  height: 57px;
  line-height: 55px;
  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;
}
.responsive-post-slider .resp-slider-container .slick-slider .item .item-inner .entry-content .readmore a:hover {
  color: #fdb819;
  -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 .slick-slider .item .item-inner .entry-content .readmore a i {
  padding: 0 5px;
  font-size: 12px;
}
.rtl .responsive-post-slider .resp-slider-container .slick-slider .item .item-inner .entry-content .readmore a i:before {
  content: '\f104';
}
.related-products {
  margin-bottom: 50px;
}
.related-products .box-slider-title h2 {
  font-size: 22px;
  color: #111;
  font-weight: 600;
  margin-bottom: 30px;
}
.related-products .resp-slider-container .slider {
  margin: 0 -15px;
}
.related-products .resp-slider-container .slider .item {
  padding: 0 15px;
}
.banner-shortcode {
  margin-bottom: 47px;
}
.banner-shortcode .block-title {
  text-align: center;
}
.banner-shortcode .block-title h3 {
  font-size: 32px;
  color: #111;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 13px;
}
.banner-shortcode .block-title h3 span {
  color: #fdb819;
}
.banner-shortcode .description {
  text-align: center;
  font-size: 16px;
  color: #999;
  margin-bottom: 40px;
}
.banner-shortcode .banner-inner {
  position: relative;
}
.banner-shortcode .banner-inner .banner-countdown {
  position: absolute;
  width: 80px;
  overflow: hidden;
  text-align: center;
  background-color: #fff;
  top: 47%;
  left: 50%;
  padding: 10px 0;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  -webkit-border-radius: 80px;
  -moz-border-radius: 80px;
  -o-border-radius: 80px;
  -ms-border-radius: 80px;
  border-radius: 80px;
}
.banner-shortcode .banner-inner .banner-countdown .countdown-row .countdown-section {
  padding: 20px 0;
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
  clear: both;
  min-width: 34px;
  position: relative;
}
.banner-shortcode .banner-inner .banner-countdown .countdown-row .countdown-section:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0.5;
  height: 1px;
  width: 34px;
  background-color: #fdb819;
}
.banner-shortcode .banner-inner .banner-countdown .countdown-row .countdown-section:last-child:before {
  display: none;
}
.banner-shortcode .banner-inner .banner-countdown .countdown-row .countdown-section .countdown-amount {
  font-size: 24px;
  font-weight: 600;
  color: #fdb819;
  line-height: 28px;
}
.banner-shortcode .banner-inner .banner-countdown .countdown-row .countdown-section .countdown-period {
  font-size: 14px;
  text-transform: capitalize;
  color: #999999;
}
.banner-shortcode .banner-inner .banner-countdown .countdown-row span {
  display: block;
}
.sw-latest-product,
.sw-mostviewed,
.sw-onsale-product {
  margin-bottom: 40px;
}
.sw-latest-product .box-title h3,
.sw-mostviewed .box-title h3,
.sw-onsale-product .box-title h3 {
  color: #111;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 1px #ddd solid;
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 10px;
}
.sw-latest-product .box-title h3:before,
.sw-mostviewed .box-title h3:before,
.sw-onsale-product .box-title h3:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 80px;
  height: 1px;
  background: #111;
}
.rtl .sw-latest-product .box-title h3:before,
.rtl .sw-mostviewed .box-title h3:before,
.rtl .sw-onsale-product .box-title h3:before {
  left: auto;
  right: 0;
}
.sw-latest-product .box-title h3 span,
.sw-mostviewed .box-title h3 span,
.sw-onsale-product .box-title h3 span {
  color: #fdb819;
}
.sw-latest-product .item,
.sw-mostviewed .item,
.sw-onsale-product .item {
  margin-bottom: 23px;
}
.sw-latest-product .item .item-inner,
.sw-mostviewed .item .item-inner,
.sw-onsale-product .item .item-inner {
  margin-bottom: 15px;
}
.sw-latest-product .item .item-inner .item-thumbnail,
.sw-mostviewed .item .item-inner .item-thumbnail,
.sw-onsale-product .item .item-inner .item-thumbnail {
  width: 160px;
  border: 1px solid #fff;
  margin-right: 20px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  transition: all .5s;
}
.rtl .sw-latest-product .item .item-inner .item-thumbnail,
.rtl .sw-mostviewed .item .item-inner .item-thumbnail,
.rtl .sw-onsale-product .item .item-inner .item-thumbnail {
  margin-right: 0;
  margin-left: 20px;
}
.sw-latest-product .item .item-inner .item-content,
.sw-mostviewed .item .item-inner .item-content,
.sw-onsale-product .item .item-inner .item-content {
  overflow: hidden;
  position: relative;
  padding: 10px 0;
  min-height: 120px;
}
.sw-latest-product .item .item-inner .item-content h4,
.sw-mostviewed .item .item-inner .item-content h4,
.sw-onsale-product .item .item-inner .item-content h4 {
  font-size: 14px;
  margin-bottom: 17px;
  text-transform: capitalize;
}
.sw-latest-product .item .item-inner .item-content .star,
.sw-mostviewed .item .item-inner .item-content .star,
.sw-onsale-product .item .item-inner .item-content .star {
  margin-bottom: 15px;
}
.sw-latest-product .item .item-inner .item-content .item-price,
.sw-mostviewed .item .item-inner .item-content .item-price,
.sw-onsale-product .item .item-inner .item-content .item-price {
  font-size: 16px;
  float: none;
  position: relative;
  z-index: 2;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  transition: all .5s;
}
.sw-latest-product .item .item-inner .item-content .item-price del,
.sw-mostviewed .item .item-inner .item-content .item-price del,
.sw-onsale-product .item .item-inner .item-content .item-price del {
  color: #999;
  margin-top: 5px;
  text-decoration: line-through;
}
.sw-latest-product .item .item-inner .item-content .item-button,
.sw-mostviewed .item .item-inner .item-content .item-button,
.sw-onsale-product .item .item-inner .item-content .item-button {
  position: absolute;
  font-size: 15px;
  bottom: -62px;
  right: 0;
  left: 0;
  z-index: 2;
  background-color: #fff;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
  opacity: 0;
  filter: alpha(opacity=0);
}
.sw-latest-product .item .item-inner .item-content .item-button .clear,
.sw-mostviewed .item .item-inner .item-content .item-button .clear,
.sw-onsale-product .item .item-inner .item-content .item-button .clear {
  display: none;
}
.sw-latest-product .item .item-inner .item-content .item-button .product_type_variable,
.sw-latest-product .item .item-inner .item-content .item-button .product_type_simple,
.sw-latest-product .item .item-inner .item-content .item-button .add_to_cart_button,
.sw-latest-product .item .item-inner .item-content .item-button .product_type_external,
.sw-latest-product .item .item-inner .item-content .item-button .product_type_grouped,
.sw-mostviewed .item .item-inner .item-content .item-button .product_type_variable,
.sw-mostviewed .item .item-inner .item-content .item-button .product_type_simple,
.sw-mostviewed .item .item-inner .item-content .item-button .add_to_cart_button,
.sw-mostviewed .item .item-inner .item-content .item-button .product_type_external,
.sw-mostviewed .item .item-inner .item-content .item-button .product_type_grouped,
.sw-onsale-product .item .item-inner .item-content .item-button .product_type_variable,
.sw-onsale-product .item .item-inner .item-content .item-button .product_type_simple,
.sw-onsale-product .item .item-inner .item-content .item-button .add_to_cart_button,
.sw-onsale-product .item .item-inner .item-content .item-button .product_type_external,
.sw-onsale-product .item .item-inner .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;
}
.sw-latest-product .item .item-inner .item-content .item-button .product_type_variable:before,
.sw-latest-product .item .item-inner .item-content .item-button .product_type_simple:before,
.sw-latest-product .item .item-inner .item-content .item-button .add_to_cart_button:before,
.sw-latest-product .item .item-inner .item-content .item-button .product_type_external:before,
.sw-latest-product .item .item-inner .item-content .item-button .product_type_grouped:before,
.sw-mostviewed .item .item-inner .item-content .item-button .product_type_variable:before,
.sw-mostviewed .item .item-inner .item-content .item-button .product_type_simple:before,
.sw-mostviewed .item .item-inner .item-content .item-button .add_to_cart_button:before,
.sw-mostviewed .item .item-inner .item-content .item-button .product_type_external:before,
.sw-mostviewed .item .item-inner .item-content .item-button .product_type_grouped:before,
.sw-onsale-product .item .item-inner .item-content .item-button .product_type_variable:before,
.sw-onsale-product .item .item-inner .item-content .item-button .product_type_simple:before,
.sw-onsale-product .item .item-inner .item-content .item-button .add_to_cart_button:before,
.sw-onsale-product .item .item-inner .item-content .item-button .product_type_external:before,
.sw-onsale-product .item .item-inner .item-content .item-button .product_type_grouped:before {
  content: "\f067";
}
.sw-latest-product .item .item-inner .item-content .item-button .product_type_variable.loading,
.sw-latest-product .item .item-inner .item-content .item-button .product_type_simple.loading,
.sw-latest-product .item .item-inner .item-content .item-button .add_to_cart_button.loading,
.sw-latest-product .item .item-inner .item-content .item-button .product_type_external.loading,
.sw-latest-product .item .item-inner .item-content .item-button .product_type_grouped.loading,
.sw-mostviewed .item .item-inner .item-content .item-button .product_type_variable.loading,
.sw-mostviewed .item .item-inner .item-content .item-button .product_type_simple.loading,
.sw-mostviewed .item .item-inner .item-content .item-button .add_to_cart_button.loading,
.sw-mostviewed .item .item-inner .item-content .item-button .product_type_external.loading,
.sw-mostviewed .item .item-inner .item-content .item-button .product_type_grouped.loading,
.sw-onsale-product .item .item-inner .item-content .item-button .product_type_variable.loading,
.sw-onsale-product .item .item-inner .item-content .item-button .product_type_simple.loading,
.sw-onsale-product .item .item-inner .item-content .item-button .add_to_cart_button.loading,
.sw-onsale-product .item .item-inner .item-content .item-button .product_type_external.loading,
.sw-onsale-product .item .item-inner .item-content .item-button .product_type_grouped.loading {
  background-color: #fdb819;
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.sw-latest-product .item .item-inner .item-content .item-button .product_type_variable.loading:before,
.sw-latest-product .item .item-inner .item-content .item-button .product_type_simple.loading:before,
.sw-latest-product .item .item-inner .item-content .item-button .add_to_cart_button.loading:before,
.sw-latest-product .item .item-inner .item-content .item-button .product_type_external.loading:before,
.sw-latest-product .item .item-inner .item-content .item-button .product_type_grouped.loading:before,
.sw-mostviewed .item .item-inner .item-content .item-button .product_type_variable.loading:before,
.sw-mostviewed .item .item-inner .item-content .item-button .product_type_simple.loading:before,
.sw-mostviewed .item .item-inner .item-content .item-button .add_to_cart_button.loading:before,
.sw-mostviewed .item .item-inner .item-content .item-button .product_type_external.loading:before,
.sw-mostviewed .item .item-inner .item-content .item-button .product_type_grouped.loading:before,
.sw-onsale-product .item .item-inner .item-content .item-button .product_type_variable.loading:before,
.sw-onsale-product .item .item-inner .item-content .item-button .product_type_simple.loading:before,
.sw-onsale-product .item .item-inner .item-content .item-button .add_to_cart_button.loading:before,
.sw-onsale-product .item .item-inner .item-content .item-button .product_type_external.loading:before,
.sw-onsale-product .item .item-inner .item-content .item-button .product_type_grouped.loading:before {
  text-align: center;
  left: 0;
  background-color: #fdb819;
}
.sw-latest-product .item .item-inner .item-content .item-button .product_type_variable.added,
.sw-latest-product .item .item-inner .item-content .item-button .product_type_simple.added,
.sw-latest-product .item .item-inner .item-content .item-button .add_to_cart_button.added,
.sw-latest-product .item .item-inner .item-content .item-button .product_type_external.added,
.sw-latest-product .item .item-inner .item-content .item-button .product_type_grouped.added,
.sw-mostviewed .item .item-inner .item-content .item-button .product_type_variable.added,
.sw-mostviewed .item .item-inner .item-content .item-button .product_type_simple.added,
.sw-mostviewed .item .item-inner .item-content .item-button .add_to_cart_button.added,
.sw-mostviewed .item .item-inner .item-content .item-button .product_type_external.added,
.sw-mostviewed .item .item-inner .item-content .item-button .product_type_grouped.added,
.sw-onsale-product .item .item-inner .item-content .item-button .product_type_variable.added,
.sw-onsale-product .item .item-inner .item-content .item-button .product_type_simple.added,
.sw-onsale-product .item .item-inner .item-content .item-button .add_to_cart_button.added,
.sw-onsale-product .item .item-inner .item-content .item-button .product_type_external.added,
.sw-onsale-product .item .item-inner .item-content .item-button .product_type_grouped.added {
  background-color: #fdb819;
}
.sw-latest-product .item .item-inner .item-content .item-button .product_type_variable.added:before,
.sw-latest-product .item .item-inner .item-content .item-button .product_type_simple.added:before,
.sw-latest-product .item .item-inner .item-content .item-button .add_to_cart_button.added:before,
.sw-latest-product .item .item-inner .item-content .item-button .product_type_external.added:before,
.sw-latest-product .item .item-inner .item-content .item-button .product_type_grouped.added:before,
.sw-mostviewed .item .item-inner .item-content .item-button .product_type_variable.added:before,
.sw-mostviewed .item .item-inner .item-content .item-button .product_type_simple.added:before,
.sw-mostviewed .item .item-inner .item-content .item-button .add_to_cart_button.added:before,
.sw-mostviewed .item .item-inner .item-content .item-button .product_type_external.added:before,
.sw-mostviewed .item .item-inner .item-content .item-button .product_type_grouped.added:before,
.sw-onsale-product .item .item-inner .item-content .item-button .product_type_variable.added:before,
.sw-onsale-product .item .item-inner .item-content .item-button .product_type_simple.added:before,
.sw-onsale-product .item .item-inner .item-content .item-button .add_to_cart_button.added:before,
.sw-onsale-product .item .item-inner .item-content .item-button .product_type_external.added:before,
.sw-onsale-product .item .item-inner .item-content .item-button .product_type_grouped.added:before {
  color: #fff;
}
.sw-latest-product .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist,
.sw-mostviewed .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist,
.sw-onsale-product .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist {
  margin: 0;
}
.sw-latest-product .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-add-button,
.sw-latest-product .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
.sw-latest-product .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse,
.sw-mostviewed .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-add-button,
.sw-mostviewed .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
.sw-mostviewed .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse,
.sw-onsale-product .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-add-button,
.sw-onsale-product .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
.sw-onsale-product .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse {
  position: relative;
}
.sw-latest-product .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.sw-latest-product .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.sw-latest-product .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
.sw-mostviewed .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.sw-mostviewed .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.sw-mostviewed .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
.sw-onsale-product .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.sw-onsale-product .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.sw-onsale-product .item .item-inner .item-content .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;
}
.sw-latest-product .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,
.sw-latest-product .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.sw-latest-product .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before,
.sw-mostviewed .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,
.sw-mostviewed .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.sw-mostviewed .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before,
.sw-onsale-product .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,
.sw-onsale-product .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.sw-onsale-product .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before {
  content: "\f004";
}
.sw-latest-product .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-add-button.show,
.sw-latest-product .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show,
.sw-latest-product .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show,
.sw-mostviewed .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-add-button.show,
.sw-mostviewed .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show,
.sw-mostviewed .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show,
.sw-onsale-product .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-add-button.show,
.sw-onsale-product .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show,
.sw-onsale-product .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show {
  display: inline-block !important;
  vertical-align: top;
}
.sw-latest-product .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .feedback,
.sw-latest-product .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .feedback,
.sw-latest-product .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .feedback,
.sw-mostviewed .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .feedback,
.sw-mostviewed .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .feedback,
.sw-mostviewed .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .feedback,
.sw-onsale-product .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .feedback,
.sw-onsale-product .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .feedback,
.sw-onsale-product .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .feedback {
  display: none;
}
.sw-latest-product .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .ajax-loading,
.sw-latest-product .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .ajax-loading,
.sw-latest-product .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .ajax-loading,
.sw-mostviewed .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .ajax-loading,
.sw-mostviewed .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .ajax-loading,
.sw-mostviewed .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .ajax-loading,
.sw-onsale-product .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .ajax-loading,
.sw-onsale-product .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .ajax-loading,
.sw-onsale-product .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .ajax-loading {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.sw-latest-product .item .item-inner .item-content .item-button .compare-button a,
.sw-mostviewed .item .item-inner .item-content .item-button .compare-button a,
.sw-onsale-product .item .item-inner .item-content .item-button .compare-button a {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  transition: all .5s;
}
.sw-latest-product .item .item-inner .item-content .item-button .compare-button a:before,
.sw-mostviewed .item .item-inner .item-content .item-button .compare-button a:before,
.sw-onsale-product .item .item-inner .item-content .item-button .compare-button a:before {
  content: "\f074";
}
.sw-latest-product .item .item-inner .item-content .item-button .group.fancybox,
.sw-mostviewed .item .item-inner .item-content .item-button .group.fancybox,
.sw-onsale-product .item .item-inner .item-content .item-button .group.fancybox {
  display: none;
}
.sw-latest-product .item .item-inner .item-content .item-button .product_type_variable,
.sw-latest-product .item .item-inner .item-content .item-button .product_type_simple,
.sw-latest-product .item .item-inner .item-content .item-button .add_to_cart_button,
.sw-latest-product .item .item-inner .item-content .item-button .product_type_external,
.sw-latest-product .item .item-inner .item-content .item-button .product_type_grouped,
.sw-latest-product .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.sw-latest-product .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.sw-latest-product .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
.sw-latest-product .item .item-inner .item-content .item-button .compare-button a,
.sw-mostviewed .item .item-inner .item-content .item-button .product_type_variable,
.sw-mostviewed .item .item-inner .item-content .item-button .product_type_simple,
.sw-mostviewed .item .item-inner .item-content .item-button .add_to_cart_button,
.sw-mostviewed .item .item-inner .item-content .item-button .product_type_external,
.sw-mostviewed .item .item-inner .item-content .item-button .product_type_grouped,
.sw-mostviewed .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.sw-mostviewed .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.sw-mostviewed .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
.sw-mostviewed .item .item-inner .item-content .item-button .compare-button a,
.sw-onsale-product .item .item-inner .item-content .item-button .product_type_variable,
.sw-onsale-product .item .item-inner .item-content .item-button .product_type_simple,
.sw-onsale-product .item .item-inner .item-content .item-button .add_to_cart_button,
.sw-onsale-product .item .item-inner .item-content .item-button .product_type_external,
.sw-onsale-product .item .item-inner .item-content .item-button .product_type_grouped,
.sw-onsale-product .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.sw-onsale-product .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.sw-onsale-product .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
.sw-onsale-product .item .item-inner .item-content .item-button .compare-button a {
  font-weight: 500;
  height: 46px;
  line-height: 46px;
  padding: 0;
  background-color: #dddddd;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  position: relative;
  font-size: 0;
  min-width: 46px;
  margin: 5px 1px;
  text-align: center;
  -webkit-border-radius: 46px;
  -moz-border-radius: 46px;
  -o-border-radius: 46px;
  -ms-border-radius: 46px;
  border-radius: 46px;
}
.sw-latest-product .item .item-inner .item-content .item-button .product_type_variable:before,
.sw-latest-product .item .item-inner .item-content .item-button .product_type_simple:before,
.sw-latest-product .item .item-inner .item-content .item-button .add_to_cart_button:before,
.sw-latest-product .item .item-inner .item-content .item-button .product_type_external:before,
.sw-latest-product .item .item-inner .item-content .item-button .product_type_grouped:before,
.sw-latest-product .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,
.sw-latest-product .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.sw-latest-product .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before,
.sw-latest-product .item .item-inner .item-content .item-button .compare-button a:before,
.sw-mostviewed .item .item-inner .item-content .item-button .product_type_variable:before,
.sw-mostviewed .item .item-inner .item-content .item-button .product_type_simple:before,
.sw-mostviewed .item .item-inner .item-content .item-button .add_to_cart_button:before,
.sw-mostviewed .item .item-inner .item-content .item-button .product_type_external:before,
.sw-mostviewed .item .item-inner .item-content .item-button .product_type_grouped:before,
.sw-mostviewed .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,
.sw-mostviewed .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.sw-mostviewed .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before,
.sw-mostviewed .item .item-inner .item-content .item-button .compare-button a:before,
.sw-onsale-product .item .item-inner .item-content .item-button .product_type_variable:before,
.sw-onsale-product .item .item-inner .item-content .item-button .product_type_simple:before,
.sw-onsale-product .item .item-inner .item-content .item-button .add_to_cart_button:before,
.sw-onsale-product .item .item-inner .item-content .item-button .product_type_external:before,
.sw-onsale-product .item .item-inner .item-content .item-button .product_type_grouped:before,
.sw-onsale-product .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,
.sw-onsale-product .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.sw-onsale-product .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before,
.sw-onsale-product .item .item-inner .item-content .item-button .compare-button a:before {
  font-family: fontawesome;
  font-size: 14px;
  color: #111111;
}
.sw-latest-product .item .item-inner .item-content .item-button .product_type_variable:hover,
.sw-latest-product .item .item-inner .item-content .item-button .product_type_simple:hover,
.sw-latest-product .item .item-inner .item-content .item-button .add_to_cart_button:hover,
.sw-latest-product .item .item-inner .item-content .item-button .product_type_external:hover,
.sw-latest-product .item .item-inner .item-content .item-button .product_type_grouped:hover,
.sw-latest-product .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover,
.sw-latest-product .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover,
.sw-latest-product .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover,
.sw-latest-product .item .item-inner .item-content .item-button .compare-button a:hover,
.sw-mostviewed .item .item-inner .item-content .item-button .product_type_variable:hover,
.sw-mostviewed .item .item-inner .item-content .item-button .product_type_simple:hover,
.sw-mostviewed .item .item-inner .item-content .item-button .add_to_cart_button:hover,
.sw-mostviewed .item .item-inner .item-content .item-button .product_type_external:hover,
.sw-mostviewed .item .item-inner .item-content .item-button .product_type_grouped:hover,
.sw-mostviewed .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover,
.sw-mostviewed .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover,
.sw-mostviewed .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover,
.sw-mostviewed .item .item-inner .item-content .item-button .compare-button a:hover,
.sw-onsale-product .item .item-inner .item-content .item-button .product_type_variable:hover,
.sw-onsale-product .item .item-inner .item-content .item-button .product_type_simple:hover,
.sw-onsale-product .item .item-inner .item-content .item-button .add_to_cart_button:hover,
.sw-onsale-product .item .item-inner .item-content .item-button .product_type_external:hover,
.sw-onsale-product .item .item-inner .item-content .item-button .product_type_grouped:hover,
.sw-onsale-product .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover,
.sw-onsale-product .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover,
.sw-onsale-product .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover,
.sw-onsale-product .item .item-inner .item-content .item-button .compare-button a:hover {
  background-color: #fdb819;
  color: #fff;
}
.sw-latest-product .item .item-inner .item-content .item-button .product_type_variable:hover:before,
.sw-latest-product .item .item-inner .item-content .item-button .product_type_simple:hover:before,
.sw-latest-product .item .item-inner .item-content .item-button .add_to_cart_button:hover:before,
.sw-latest-product .item .item-inner .item-content .item-button .product_type_external:hover:before,
.sw-latest-product .item .item-inner .item-content .item-button .product_type_grouped:hover:before,
.sw-latest-product .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover:before,
.sw-latest-product .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover:before,
.sw-latest-product .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover:before,
.sw-latest-product .item .item-inner .item-content .item-button .compare-button a:hover:before,
.sw-mostviewed .item .item-inner .item-content .item-button .product_type_variable:hover:before,
.sw-mostviewed .item .item-inner .item-content .item-button .product_type_simple:hover:before,
.sw-mostviewed .item .item-inner .item-content .item-button .add_to_cart_button:hover:before,
.sw-mostviewed .item .item-inner .item-content .item-button .product_type_external:hover:before,
.sw-mostviewed .item .item-inner .item-content .item-button .product_type_grouped:hover:before,
.sw-mostviewed .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover:before,
.sw-mostviewed .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover:before,
.sw-mostviewed .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover:before,
.sw-mostviewed .item .item-inner .item-content .item-button .compare-button a:hover:before,
.sw-onsale-product .item .item-inner .item-content .item-button .product_type_variable:hover:before,
.sw-onsale-product .item .item-inner .item-content .item-button .product_type_simple:hover:before,
.sw-onsale-product .item .item-inner .item-content .item-button .add_to_cart_button:hover:before,
.sw-onsale-product .item .item-inner .item-content .item-button .product_type_external:hover:before,
.sw-onsale-product .item .item-inner .item-content .item-button .product_type_grouped:hover:before,
.sw-onsale-product .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover:before,
.sw-onsale-product .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover:before,
.sw-onsale-product .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover:before,
.sw-onsale-product .item .item-inner .item-content .item-button .compare-button a:hover:before {
  color: #fff;
}
.sw-latest-product .item .item-inner .item-content .item-button .product_type_variable,
.sw-latest-product .item .item-inner .item-content .item-button .product_type_simple,
.sw-latest-product .item .item-inner .item-content .item-button .add_to_cart_button,
.sw-latest-product .item .item-inner .item-content .item-button .product_type_external,
.sw-latest-product .item .item-inner .item-content .item-button .product_type_grouped,
.sw-latest-product .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist,
.sw-latest-product .item .item-inner .item-content .item-button .compare-button,
.sw-mostviewed .item .item-inner .item-content .item-button .product_type_variable,
.sw-mostviewed .item .item-inner .item-content .item-button .product_type_simple,
.sw-mostviewed .item .item-inner .item-content .item-button .add_to_cart_button,
.sw-mostviewed .item .item-inner .item-content .item-button .product_type_external,
.sw-mostviewed .item .item-inner .item-content .item-button .product_type_grouped,
.sw-mostviewed .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist,
.sw-mostviewed .item .item-inner .item-content .item-button .compare-button,
.sw-onsale-product .item .item-inner .item-content .item-button .product_type_variable,
.sw-onsale-product .item .item-inner .item-content .item-button .product_type_simple,
.sw-onsale-product .item .item-inner .item-content .item-button .add_to_cart_button,
.sw-onsale-product .item .item-inner .item-content .item-button .product_type_external,
.sw-onsale-product .item .item-inner .item-content .item-button .product_type_grouped,
.sw-onsale-product .item .item-inner .item-content .item-button .yith-wcwl-add-to-wishlist,
.sw-onsale-product .item .item-inner .item-content .item-button .compare-button {
  display: inline-block;
  vertical-align: top;
}
.sw-latest-product .item .item-inner .item-content .item-button .yith-wcwl-wishlistaddedbrowse.show a,
.sw-latest-product .item .item-inner .item-content .item-button .yith-wcwl-wishlistexistsbrowse.show a,
.sw-mostviewed .item .item-inner .item-content .item-button .yith-wcwl-wishlistaddedbrowse.show a,
.sw-mostviewed .item .item-inner .item-content .item-button .yith-wcwl-wishlistexistsbrowse.show a,
.sw-onsale-product .item .item-inner .item-content .item-button .yith-wcwl-wishlistaddedbrowse.show a,
.sw-onsale-product .item .item-inner .item-content .item-button .yith-wcwl-wishlistexistsbrowse.show a {
  background-color: #fdb819;
}
.sw-latest-product .item .item-inner .item-content .item-button .yith-wcwl-wishlistaddedbrowse.show a:before,
.sw-latest-product .item .item-inner .item-content .item-button .yith-wcwl-wishlistexistsbrowse.show a:before,
.sw-mostviewed .item .item-inner .item-content .item-button .yith-wcwl-wishlistaddedbrowse.show a:before,
.sw-mostviewed .item .item-inner .item-content .item-button .yith-wcwl-wishlistexistsbrowse.show a:before,
.sw-onsale-product .item .item-inner .item-content .item-button .yith-wcwl-wishlistaddedbrowse.show a:before,
.sw-onsale-product .item .item-inner .item-content .item-button .yith-wcwl-wishlistexistsbrowse.show a:before {
  color: #fff;
}
.sw-latest-product .item .item-inner:hover .item-thumbnail,
.sw-mostviewed .item .item-inner:hover .item-thumbnail,
.sw-onsale-product .item .item-inner:hover .item-thumbnail {
  border-color: #fdb819;
}
.sw-latest-product .item .item-inner:hover .item-content .item-button,
.sw-mostviewed .item .item-inner:hover .item-content .item-button,
.sw-onsale-product .item .item-inner:hover .item-content .item-button {
  bottom: -5px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.style-res-button .res-button {
  cursor: pointer;
  width: 40px;
  height: 28px;
  top: 2px;
  clip-path: polygon(30% 0,100% 0%,70% 100%,0% 100%);
  background-color: #fdb819;
  display: inline-block !important;
  margin: 0;
  position: absolute;
  right: 0;
  left: auto;
  color: #000;
  text-align: center;
  line-height: 28px;
  transition: all 0.3s;
}
.rtl .style-res-button .res-button {
  right: auto;
  left: 45px;
}
.style-res-button .res-button:hover {
  background-color: rgba(0,0,0,0.4);
}
.style-res-button .res-button.slick-prev {
  right: 45px;
}
.rtl .style-res-button .res-button.slick-prev {
  right: auto;
  left: 0;
}
.style-res-button .res-button.slick-prev:before {
  width: 40px;
  content: "\f104 ";
  font-family: fontawesome;
  font-size: 14px;
}
.style-res-button .res-button.slick-next:before {
  width: 40px;
  font-size: 14px;
  content: "\f105 ";
  font-family: fontawesome;
}
.featured-product3 {
  position: relative;
}
.featured-product3 .res-button {
  cursor: pointer;
  width: 40px;
  height: 28px;
  top: 2px;
  clip-path: polygon(30% 0,100% 0%,70% 100%,0% 100%);
  background-color: #fdb819;
  display: inline-block !important;
  margin: 0;
  position: absolute;
  right: 0;
  left: auto;
  color: #000;
  text-align: center;
  line-height: 28px;
  transition: all 0.3s;
}
.rtl .featured-product3 .res-button {
  right: auto;
  left: 45px;
}
.featured-product3 .res-button:hover {
  background-color: rgba(0,0,0,0.4);
}
.featured-product3 .res-button.slick-prev {
  right: 45px;
}
.rtl .featured-product3 .res-button.slick-prev {
  right: auto;
  left: 0;
}
.featured-product3 .res-button.slick-prev:before {
  width: 40px;
  content: "\f104 ";
  font-family: fontawesome;
  font-size: 14px;
}
.featured-product3 .res-button.slick-next:before {
  width: 40px;
  font-size: 14px;
  content: "\f105 ";
  font-family: fontawesome;
}
.sw-brand-container-slider .slider .item-brand-cat {
  padding: 0;
}
.sw-brand-container-slider .slider .item-brand-cat .item-image {
  padding: 5px;
  border: none;
}
.sw-brand-container-slider .title-home h2 {
  font-size: 30px;
  font-weight: 700;
  padding: 0 40px;
  text-transform: uppercase;
  position: relative;
  color: #000000;
}
.sw-brand-container-slider .title-home h2:before {
  content: "";
  position: absolute;
  left: 5px;
  bottom: 7px;
  border-left: 5px solid #fdb819;
  transform: skewX(-30deg);
  height: 20px;
  width: 15px;
  border-right: 5px solid #fdb819;
}
.rtl .sw-brand-container-slider .title-home h2:before {
  transform: skewX(30deg);
  left: auto;
  right: 5px;
}
@media (min-width: 991px) {
  .button-collapse {
    display: none;
  }
}
.sw-woo-tab-style8 {
  background-color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  flex-direction: row;
}
.sw-woo-tab-style8 .banner-category {
  min-width: 240px;
}
.sw-woo-tab-style8 ul {
  margin: 0;
}
.sw-woo-tab-style8 .nav-tabs>li>a {
  font-size: 16px;
  color: #000000;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 24px;
  border-color: transparent;
  margin: 0;
  border-radius: 0;
  font-weight: bold;
  position: relative;
  border: none;
}
.sw-woo-tab-style8 .nav-tabs>li>a:hover,
.sw-woo-tab-style8 .nav-tabs>li.active>a,
.sw-woo-tab-style8 .nav-tabs>li.active>a:hover,
.sw-woo-tab-style8 .nav-tabs>li.active>a:focus {
  color: #000000;
  opacity: 1 !important;
  border: none;
  background-color: transparent !important;
}
.sw-woo-tab-style8 .nav-tabs>li>a:hover:before,
.sw-woo-tab-style8 .nav-tabs>li.active>a:before,
.sw-woo-tab-style8 .nav-tabs>li.active>a:hover:before,
.sw-woo-tab-style8 .nav-tabs>li.active>a:focus:before {
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #fdb819;
  position: absolute;
  z-index: 9;
}
.sw-woo-tab-style8 .tab-top {
  width: 35%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.sw-woo-tab-style8 .tab-top .box {
  width: 100%;
}
.sw-woo-tab-style8 .tab-top .resp-wrap {
  padding: 30px;
  max-width: 200px;
}
.sw-woo-tab-style8 .tab-top .block-title h3 {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
  color: #000;
}
.sw-woo-tab-style8 .tab-top .childcat-content ul {
  margin: 0;
}
.sw-woo-tab-style8 .tab-top .childcat-content ul li a {
  font-size: 14px;
  color: #666;
  line-height: 30px;
}
.sw-woo-tab-style8 .tab-top .childcat-content ul li:hover a {
  color: #fdb819;
}
.sw-woo-tab-style8 .tab-bottom {
  width: 65%;
}
.featured-product .item .item-detail .item-content {
  padding: 7px 15px 7px;
}
.box-content-archive12 h4 {
  padding: 0 15px;
  text-align: left;
}
.box-content-archive12,
.home-style15 .item .item-detail .item-content,
.home-style14 .item .item-detail .item-content {
  padding: 15px;
}
.box-content-archive12 h4,
.home-style15 .item .item-detail .item-content h4,
.home-style14 .item .item-detail .item-content h4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 45px;
  margin: 0 0 10px !important;
}
.featured-product .box-content-archive12 h4,
.featured-product .home-style15 .item .item-detail .item-content h4,
.featured-product .home-style14 .item .item-detail .item-content h4 {
  height: 20px;
  -webkit-line-clamp: 1;
}
.responsive-post-accordion7 .box-content-archive12 h4,
.responsive-post-accordion7 .home-style15 .item .item-detail .item-content h4,
.responsive-post-accordion7 .home-style14 .item .item-detail .item-content h4 {
  height: 34px;
  -webkit-line-clamp: 1;
}
.box-content-archive12 h4 a,
.home-style15 .item .item-detail .item-content h4 a,
.home-style14 .item .item-detail .item-content h4 a {
  line-height: 20px;
}
.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.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: 60px;
}
.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: #e19e02;
  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: "Poppins", 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: "Poppins", 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 input[type="submit"],
.woocommerce-page .entry-summary form.register input[type="submit"] {
  text-transform: uppercase;
  height: 35px;
  line-height: 35px;
  padding: 0 15px;
}
.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: #e19e02;
  color: #fff;
}
.woocommerce .entry-content form.login .lost_password a,
.woocommerce-page .entry-content form.login .lost_password a {
  color: #fdb819;
}
.woocommerce .entry-content form.login .lost_password a:hover,
.woocommerce-page .entry-content form.login .lost_password a:hover {
  color: #c88c02;
}
.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: #e19e02;
  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;
  margin-bottom: 15px;
}
.woocommerce .checkout .col2-set .col-1 .woocommerce-account-fields,
.woocommerce-page .checkout .col2-set .col-1 .woocommerce-account-fields {
  margin-bottom: 30px;
}
.woocommerce .checkout .col2-set .col-1 .woocommerce-account-fields .input-checkbox,
.woocommerce-page .checkout .col2-set .col-1 .woocommerce-account-fields .input-checkbox {
  margin-top: 5px;
}
.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: #fdb819;
  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: #c88c02;
}
.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;
  margin-bottom: 50px;
  border: 1px solid #ddd;
}
.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: table-cell;
}
.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 #ddd;
  border-top: 0;
  border-left: 0;
  color: #222;
  font-family: "Poppins", 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 #ddd;
  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 #ddd;
  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: #fdb819;
  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;
}
.rtl .woocommerce form table.shop_table.shop_table_responsive tr td.actions .coupon,
.rtl .woocommerce-page form table.shop_table.shop_table_responsive tr td.actions .coupon {
  float: right;
}
.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;
  border-radius: 3px;
  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: #fdb819 !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: #fdb819;
  vertical-align: top;
  width: auto;
  padding: 7px 15px;
  height: 31px;
  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: #e19e02 !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: #fdb819;
  color: #fff;
  border-color: #fdb819;
}
.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: #fdb819;
  color: #fff;
  border-color: #fdb819;
}
.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: #e19e02;
}
.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%;
  margin-bottom: 45px;
  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: "Poppins", 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: #fdb819;
}
.woocommerce > .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button,
.woocommerce-page > .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button {
  background: #fdb819;
  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: #e19e02;
}
.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: #fdb819;
  color: #fff;
  border-color: #fdb819;
  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: #e19e02;
}
.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: #fdb819;
  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: #fdb819;
  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: #fdb819;
}
.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: #ddd;
  color: #222;
  font-family: "Poppins", 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 #ddd;
}
.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: #fdb819;
}
.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: #fdb819;
}
.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: #fdb819;
}
.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: #fdb819;
  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: #353535;
  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: #fdb819;
  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: 11px;
  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: #fdb819;
  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: #fdb819;
  border: 1px solid #fdb819;
  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: #111;
  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: 4px;
  font-weight: 600;
  margin-bottom: 10px;
}
.woocommerce .widget_price_filter .price_slider_amount .button:hover {
  background-color: #fdb819;
  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%;
}
.rtl .price_slider_wrapper .price_slider_amount >.button {
  float: right;
}
.price_slider_wrapper .price_label {
  float: none;
  overflow: hidden;
  width: 100%;
  text-align: left;
}
.rtl .price_slider_wrapper .price_label {
  text-align: 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: #fdb819;
  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 #ddd;
}
.woocommerce-account #contents .entry-content nav.woocommerce-MyAccount-navigation > ul > li > a {
  display: block;
  min-width: 180px;
  padding: 10px 20px;
  border-bottom: 1px solid #ddd;
}
.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: #fdb819;
}
.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%;
}
.rtl.woocommerce-account #contents .entry-content nav.woocommerce-MyAccount-navigation {
  padding-left: 30px;
  padding-right: 0;
}
.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;
  color: #111;
  font-weight: normal;
}
.woocommerce-checkout h3#order_review_heading {
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.woocommerce-checkout .select2-container--default .select2-selection--single {
  border-radius: 0;
  height: 35px;
  background: #eee;
  border: none;
}
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 35px;
  padding-left: 20px;
}
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin-top: 0;
}
.woocommerce-checkout .woocommerce-info {
  padding: 10px 45px 12px 45px;
}
.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 th {
  text-align: right;
}
.rtl .close-login {
  right: auto;
  left: 10px;
}
.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: #353535;
}
.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 table.shop_table {
  text-align: right;
}
.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;
  }
}
.woocommerce-page table.cart td.actions .button {
  width: auto;
}
@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;
  }
  .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;
  }
  .products-wrapper .products-nav .catalog-ordering .orderby-order-container .order,
  .products-wrapper .products-nav .catalog-ordering .orderby-order-container .product-number {
    display: none;
  }
}
@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 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: 122px;
  }
}
.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: 100px;
  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: 110px;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
  width: 100%;
  display: block;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
  bottom: 20px;
  top: auto;
  font-size: 0;
  right: auto;
  left: 20px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background: #fff;
  text-align: center;
  line-height: 40px;
  box-shadow: 0 0 0 2px #ddd;
  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 {
  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%;
}
label.screen-reader-text {
  display: none;
}
.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
  width: 100%;
  float: none;
}
.sidebar .widget.widget_layered_nav .widget-inner ul > li {
  display: inline-block;
  vertical-align: top;
  border: 1px #ddd 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;
  position: relative;
}
.sidebar .widget.widget_layered_nav .widget-inner ul > li:hover {
  border-color: #fdb819;
  -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: #fdb819;
  color: #fff;
}
.sidebar .widget.widget_layered_nav .widget-inner ul > li span.count {
  display: none;
}
.sidebar .widget.widget_layered_nav .widget-inner ul > li.chosen a {
  background: #fdb819;
  color: #fff;
}
.sidebar .widget.widget_layered_nav .widget-inner ul > li.chosen a:before {
  position: absolute;
  top: -6px;
  width: 14px;
  height: 14px;
  display: block;
  left: 0;
  border-radius: 50%;
  background: #fff;
}
.sidebar .widget.widget_layered_nav .widget-inner ul.custom-filter-layered li a .variation-color {
  display: block;
  height: 30px;
  font-size: 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: #fdb819;
}
.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: #fdb819;
}
.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 .autusin_breadcrumbs {
  margin-top: 40px;
}
.wc-vendor-page.wc-vendor-listing .autusin_breadcrumbs .breadcrumb {
  background: #fff;
  padding: 10px;
  border-top: 2px solid #fdb819;
  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%;
  float: left;
  margin-right: 3%;
  margin-bottom: 20px;
}
.rtl .dokan-store #sidebar {
  float: right;
  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 #fdb819;
}
.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-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 #fdb819;
}
.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 10px 15px;
}
.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: #fdb819;
}
.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;
}
.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%;
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .dokan-store .content-area .site-main {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
  }
  .dokan-store .content-area .site-main .dokan-store-sidebar {
    width: 100% !important;
    float: none;
    order: 2;
    margin: 0 !important;
  }
  .dokan-store .content-area .site-main .dokan-single-store {
    float: none;
    width: 100% !important;
    margin-bottom: 30px;
    order: 1;
    margin: 0;
  }
  .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;
  }
}
.product-vendor .page-title {
  margin-bottom: 15px;
}
.products-wrapper .products-loop.list .item .by-vendor-name-link {
  display: block;
  margin-bottom: 10px;
}
.custqna-title,
.product-vendor > h2 {
  font-size: 20px;
  text-transform: uppercase;
  color: #333;
  margin-bottom: 15px;
}
.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: #fdb819;
  color: #fff;
}
.sw-custom-variation .sw-radio-variation.selected span:after {
  border-color: #fdb819;
}
.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: #fdb819;
  height: 44px;
  transform: rotate(45deg);
  top: -7px;
  right: 15px;
  opacity: 1;
}
.sw-custom-variation .sw-radio-variation .variation-tooltip {
  position: absolute;
  bottom: 110%;
  overflow: hidden;
  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: #111;
  text-transform: uppercase;
  font-size: 28px;
  margin: 0;
}
.box-shop,
.products-wrapper {
  padding: 35px 0;
}
.box-shop .products-nav,
.products-wrapper .products-nav {
  text-align: center;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-bottom: 30px;
}
.box-shop .products-nav .view-top,
.products-wrapper .products-nav .view-top {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #dddddd;
}
.box-shop .products-nav .view-mode-wrap .view-mode >a,
.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 .box-shop .products-nav .view-mode-wrap .view-mode >a,
.rtl .products-wrapper .products-nav .view-mode-wrap .view-mode >a {
  float: right;
}
.box-shop .products-nav .view-mode-wrap .view-mode >a:before,
.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;
}
.box-shop .products-nav .view-mode-wrap .view-mode >a.active:before,
.box-shop .products-nav .view-mode-wrap .view-mode >a:hover:before,
.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: #fdb819;
}
.box-shop .products-nav .view-mode-wrap .view-mode >a.grid-view:before,
.products-wrapper .products-nav .view-mode-wrap .view-mode >a.grid-view:before {
  content: "\f009";
}
.box-shop .products-nav .view-mode-wrap .view-mode >a.list-view:before,
.products-wrapper .products-nav .view-mode-wrap .view-mode >a.list-view:before {
  content: "\f0c9";
}
.box-shop .products-nav .view-mode-wrap .view-mode >a >span,
.products-wrapper .products-nav .view-mode-wrap .view-mode >a >span {
  font-size: 0;
  display: none;
}
.box-shop .products-nav form.woocommerce-ordering,
.products-wrapper .products-nav form.woocommerce-ordering {
  float: none;
  display: inline-block;
  vertical-align: top;
}
.box-shop .products-nav form.woocommerce-ordering > select,
.products-wrapper .products-nav form.woocommerce-ordering > select {
  border-color: #eee;
  height: 40px;
  padding: 0 5px;
}
.box-shop .products-nav .catalog-ordering,
.products-wrapper .products-nav .catalog-ordering {
  display: inline-block;
  position: relative;
}
.box-shop .products-nav .catalog-ordering ul,
.products-wrapper .products-nav .catalog-ordering ul {
  list-style: none;
}
.box-shop .products-nav .catalog-ordering .orderby-order-container .show-product,
.products-wrapper .products-nav .catalog-ordering .orderby-order-container .show-product {
  line-height: 38px;
  margin: 0 15px;
  color: #6b6b6b;
}
.box-shop .products-nav .catalog-ordering .orderby-order-container .orderby,
.products-wrapper .products-nav .catalog-ordering .orderby-order-container .orderby {
  min-width: 160px;
}
.box-shop .products-nav .catalog-ordering .orderby-order-container .sort-count,
.products-wrapper .products-nav .catalog-ordering .orderby-order-container .sort-count {
  min-width: 65px;
}
.box-shop .products-nav .catalog-ordering .orderby-order-container .order-dropdown,
.products-wrapper .products-nav .catalog-ordering .orderby-order-container .order-dropdown {
  margin: 0;
  background-color: #fff;
  list-style-type: none;
  text-align: left;
}
.rtl .box-shop .products-nav .catalog-ordering .orderby-order-container .order-dropdown,
.rtl .products-wrapper .products-nav .catalog-ordering .orderby-order-container .order-dropdown {
  text-align: right;
}
.box-shop .products-nav .catalog-ordering .orderby-order-container .order-dropdown >li,
.products-wrapper .products-nav .catalog-ordering .orderby-order-container .order-dropdown >li {
  position: relative;
  z-index: 4;
  cursor: pointer;
}
.box-shop .products-nav .catalog-ordering .orderby-order-container .order-dropdown >li .current-li,
.products-wrapper .products-nav .catalog-ordering .orderby-order-container .order-dropdown >li .current-li {
  line-height: 38px;
  display: block;
  border: 1px solid #ddd;
}
.box-shop .products-nav .catalog-ordering .orderby-order-container .order-dropdown >li .current-li a,
.products-wrapper .products-nav .catalog-ordering .orderby-order-container .order-dropdown >li .current-li a {
  display: block;
  text-indent: 15px;
  position: relative;
}
.box-shop .products-nav .catalog-ordering .orderby-order-container .order-dropdown >li .current-li a:after,
.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 .box-shop .products-nav .catalog-ordering .orderby-order-container .order-dropdown >li .current-li a:after,
.rtl .products-wrapper .products-nav .catalog-ordering .orderby-order-container .order-dropdown >li .current-li a:after {
  right: auto;
  left: 0;
}
.box-shop .products-nav .catalog-ordering .orderby-order-container .order-dropdown >li >ul,
.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 #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  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;
}
.box-shop .products-nav .catalog-ordering .orderby-order-container .order-dropdown >li >ul >li,
.products-wrapper .products-nav .catalog-ordering .orderby-order-container .order-dropdown >li >ul >li {
  line-height: 25px;
  text-indent: 10px;
}
.box-shop .products-nav .catalog-ordering .orderby-order-container .order-dropdown >li >ul >li a,
.products-wrapper .products-nav .catalog-ordering .orderby-order-container .order-dropdown >li >ul >li a {
  display: block;
}
.box-shop .products-nav .catalog-ordering .orderby-order-container .order-dropdown >li:hover >ul,
.products-wrapper .products-nav .catalog-ordering .orderby-order-container .order-dropdown >li:hover >ul {
  display: block !important;
  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;
}
.box-shop .woocommerce-pagination,
.products-wrapper .woocommerce-pagination {
  float: right;
}
.box-shop .woocommerce-pagination .page-numbers,
.products-wrapper .woocommerce-pagination .page-numbers {
  margin: 0;
  vertical-align: top;
  background-color: #fff;
  border: 0;
}
.box-shop .woocommerce-pagination .page-numbers >li,
.products-wrapper .woocommerce-pagination .page-numbers >li {
  float: left;
  border: 0;
}
.rtl .box-shop .woocommerce-pagination .page-numbers >li,
.rtl .products-wrapper .woocommerce-pagination .page-numbers >li {
  float: right;
}
.box-shop .woocommerce-pagination .page-numbers >li .page-numbers,
.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;
}
.box-shop .woocommerce-pagination .page-numbers >li .page-numbers.current,
.box-shop .woocommerce-pagination .page-numbers >li .page-numbers:hover,
.products-wrapper .woocommerce-pagination .page-numbers >li .page-numbers.current,
.products-wrapper .woocommerce-pagination .page-numbers >li .page-numbers:hover {
  background-color: #fff;
  color: #fdb819;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  transition: all .5s;
}
.box-shop .woocommerce-pagination .page-numbers >li .page-numbers.prev,
.box-shop .woocommerce-pagination .page-numbers >li .page-numbers.next,
.products-wrapper .woocommerce-pagination .page-numbers >li .page-numbers.prev,
.products-wrapper .woocommerce-pagination .page-numbers >li .page-numbers.next {
  font-size: 0;
}
.box-shop .woocommerce-pagination .page-numbers >li .page-numbers.prev:before,
.box-shop .woocommerce-pagination .page-numbers >li .page-numbers.next:before,
.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;
}
.box-shop .woocommerce-pagination .page-numbers >li .page-numbers.prev:before,
.products-wrapper .woocommerce-pagination .page-numbers >li .page-numbers.prev:before {
  content: "\f0d9";
}
.rtl .box-shop .woocommerce-pagination .page-numbers >li .page-numbers.prev:before,
.rtl .products-wrapper .woocommerce-pagination .page-numbers >li .page-numbers.prev:before {
  content: "\f0da";
}
.box-shop .woocommerce-pagination .page-numbers >li .page-numbers.next:before,
.products-wrapper .woocommerce-pagination .page-numbers >li .page-numbers.next:before {
  content: "\f0da";
}
.rtl .box-shop .woocommerce-pagination .page-numbers >li .page-numbers.next:before,
.rtl .products-wrapper .woocommerce-pagination .page-numbers >li .page-numbers.next:before {
  content: "\f0d9";
}
.box-shop .products-loop,
.products-wrapper .products-loop {
  list-style-type: none;
}
.box-shop .products-loop >li.product-category,
.products-wrapper .products-loop >li.product-category {
  margin-bottom: 25px;
}
.box-shop .products-loop >li.product-category a img,
.products-wrapper .products-loop >li.product-category a img {
  margin-bottom: 15px;
}
.box-shop .products-loop >li.product-category h2.woocommerce-loop-category__title,
.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;
}
.box-shop .products-loop >li.product-category h2.woocommerce-loop-category__title mark,
.products-wrapper .products-loop >li.product-category h2.woocommerce-loop-category__title mark {
  background: none;
  color: #666;
}
.box-shop .products-loop >li.product-category:hover h2.woocommerce-loop-category__title,
.products-wrapper .products-loop >li.product-category:hover h2.woocommerce-loop-category__title {
  color: #fdb819;
}
.box-shop .products-loop >li.product-category:hover h2.woocommerce-loop-category__title mark,
.products-wrapper .products-loop >li.product-category:hover h2.woocommerce-loop-category__title mark {
  color: #fdb819;
}
.box-shop .products-loop >li.product-category:last-child,
.products-wrapper .products-loop >li.product-category:last-child {
  margin-bottom: 35px;
}
.box-shop .products-loop.grid >li .item-wrap .item-detail .item-content .item-description,
.products-wrapper .products-loop.grid >li .item-wrap .item-detail .item-content .item-description {
  display: none;
}
.box-shop .products-loop.grid >li.product-type-variable .item-price del,
.products-wrapper .products-loop.grid >li.product-type-variable .item-price del {
  float: none;
}
.box-shop .products-loop.grid >li.product-type-variable .item-price ins,
.products-wrapper .products-loop.grid >li.product-type-variable .item-price ins {
  float: none;
}
.box-shop .products-loop.list .item,
.products-wrapper .products-loop.list .item {
  width: 100%;
}
.box-shop .products-loop.list .item .item-wrap,
.products-wrapper .products-loop.list .item .item-wrap {
  text-align: left;
  border: 0;
}
.rtl .box-shop .products-loop.list .item .item-wrap,
.rtl .products-wrapper .products-loop.list .item .item-wrap {
  text-align: right;
}
.box-shop .products-loop.list .item .item-wrap .item-detail,
.products-wrapper .products-loop.list .item .item-wrap .item-detail {
  border: none;
}
.box-shop .products-loop.list .item .item-wrap .item-detail:before,
.products-wrapper .products-loop.list .item .item-wrap .item-detail:before {
  display: none;
}
.box-shop .products-loop.list .item .item-wrap .item-detail .products-thumb,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .products-thumb {
  width: 270px;
  max-width: 100%;
  float: left;
  margin-bottom: 0;
  overflow: hidden;
  margin-right: 30px;
}
.rtl .box-shop .products-loop.list .item .item-wrap .item-detail .products-thumb,
.rtl .products-wrapper .products-loop.list .item .item-wrap .item-detail .products-thumb {
  float: right;
  margin-left: 30px;
  margin-right: 0;
}
.box-shop .products-loop.list .item .item-wrap .item-detail .item-content,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content {
  overflow: hidden;
  width: auto;
  display: block;
  padding: 0;
}
.box-shop .products-loop.list .item .item-wrap .item-detail .item-content h4,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content h4 {
  float: none;
  margin: 20px 0 !important;
  height: auto;
}
.box-shop .products-loop.list .item .item-wrap .item-detail .item-content h4 a,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content h4 a {
  color: #111;
  font-size: 18px;
  font-weight: 700;
}
.box-shop .products-loop.list .item .item-wrap .item-detail .item-content h4 a:after,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content h4 a:after {
  display: none;
}
.box-shop .products-loop.list .item .item-wrap .item-detail .item-content .reviews-content,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .reviews-content {
  display: block;
  vertical-align: top;
  float: none;
  margin-bottom: 10px;
}
.box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-price,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-price {
  clear: both;
  width: 100%;
  vertical-align: top;
  margin-bottom: 20px;
  overflow: hidden;
}
.box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-description,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-description {
  clear: both;
  margin-bottom: 25px;
}
.box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom,
.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);
}
.box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .button,
.box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_simple,
.box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_variable,
.box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .add_to_cart_button,
.box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_external,
.box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_grouped,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .button,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_simple,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_variable,
.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: #fdb819;
  background-image: none !important;
  color: #fff;
  padding: 0 37px 0 37px;
  height: 45px;
  line-height: 45px;
  font-size: 15px;
  float: none;
  border-radius: 0;
  text-transform: capitalize;
}
.box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .button:before,
.box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_simple:before,
.box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_variable:before,
.box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .add_to_cart_button:before,
.box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_external:before,
.box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_grouped:before,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .button:before,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_simple:before,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_variable:before,
.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;
}
.box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .button:hover,
.box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_simple:hover,
.box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_variable:hover,
.box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .add_to_cart_button:hover,
.box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_external:hover,
.box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_grouped:hover,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .button:hover,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_simple:hover,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_variable:hover,
.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: #fdb819;
}
.box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .button.loading,
.box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_simple.loading,
.box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_variable.loading,
.box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .add_to_cart_button.loading,
.box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_external.loading,
.box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_grouped.loading,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .button.loading,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_simple.loading,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_variable.loading,
.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: #fdb819;
}
.box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .button.loading:after,
.box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_simple.loading:after,
.box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_variable.loading:after,
.box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .add_to_cart_button.loading:after,
.box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_external.loading:after,
.box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_grouped.loading:after,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .button.loading:after,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_simple.loading:after,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_variable.loading:after,
.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;
}
.box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .button.added:after,
.box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_simple.added:after,
.box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_variable.added:after,
.box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .add_to_cart_button.added:after,
.box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_external.added:after,
.box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_grouped.added:after,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .button.added:after,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_simple.added:after,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_variable.added:after,
.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;
}
.rtl .box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .button.added:after,
.rtl .box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_simple.added:after,
.rtl .box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_variable.added:after,
.rtl .box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .add_to_cart_button.added:after,
.rtl .box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_external.added:after,
.rtl .box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_grouped.added:after,
.rtl .products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .button.added:after,
.rtl .products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_simple.added:after,
.rtl .products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_variable.added:after,
.rtl .products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .add_to_cart_button.added:after,
.rtl .products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_external.added:after,
.rtl .products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_grouped.added:after {
  margin-left: 5px;
  margin-right: 0;
}
.box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist,
.box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .compare-button,
.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;
}
.box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .clear,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .clear {
  display: none;
}
.box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
.box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .compare-button a,
.box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .sw-quickview,
.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 .compare-button a,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .sw-quickview {
  background: #fff;
  border: 1px #c3c3c3 solid;
  float: none;
  font-size: 0;
  padding: 0;
  border-radius: 0;
  height: 45px;
  line-height: 45px;
  min-width: 45px;
  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);
}
.box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover,
.box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover,
.box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover,
.box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .compare-button a:hover,
.box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .sw-quickview:hover,
.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 .compare-button a:hover,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .sw-quickview:hover {
  background: #fdb819;
}
.box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover:before,
.box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover:before,
.box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover:before,
.box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .compare-button a:hover:before,
.box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .sw-quickview:hover:before,
.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 .compare-button a:hover:before,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .sw-quickview:hover:before {
  color: #fff;
}
.box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,
.box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before,
.box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .compare-button a:before,
.box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .sw-quickview:before,
.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 .compare-button a:before,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .sw-quickview:before {
  color: #c3c3c3;
  left: 15px;
}
.rtl .box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,
.rtl .box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.rtl .box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before,
.rtl .box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .compare-button a:before,
.rtl .box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .sw-quickview:before,
.rtl .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,
.rtl .products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.rtl .products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before,
.rtl .products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .compare-button a:before,
.rtl .products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .sw-quickview:before {
  left: auto;
  right: 15px;
}
.box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .sw-quickview,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .sw-quickview {
  margin: 5px 4px;
}
.box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-wishlistaddedbrowse.show a,
.box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-wishlistexistsbrowse.show a,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-wishlistaddedbrowse.show a,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-wishlistexistsbrowse.show a {
  background-color: #fdb819;
}
.box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-wishlistaddedbrowse.show a:before,
.box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-wishlistexistsbrowse.show a:before,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-wishlistaddedbrowse.show a:before,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-wishlistexistsbrowse.show a:before {
  color: #fff;
}
.box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-wishlistaddedbrowse.show a:hover,
.box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-wishlistexistsbrowse.show a:hover,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-wishlistaddedbrowse.show a:hover,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-wishlistexistsbrowse.show a:hover {
  opacity: 0.8;
}
.box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_simple,
.box-shop .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_simple,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .add_to_cart_button {
  height: 45px;
  line-height: 45px;
  min-width: 45px;
}
.box-shop .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_simple:hover,
.box-shop .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_simple:hover,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .add_to_cart_button:hover {
  opacity: 0.8;
}
.box-shop .products-loop.list .item .item-wrap:hover .item-detail .item-content h4 a,
.products-wrapper .products-loop.list .item .item-wrap:hover .item-detail .item-content h4 a {
  color: #333333;
}
.box-shop .products-loop.list .item .item-wrap:hover .item-detail .item-content h4 a:hover,
.products-wrapper .products-loop.list .item .item-wrap:hover .item-detail .item-content h4 a:hover {
  color: #fdb819;
}
.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: #353535;
  -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: #fdb819;
  color: #fff;
}
.sidebar .widget_layered_nav ul >li {
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
}
.widget_price_filter {
  padding: 0 0px 20px;
}
.widget_price_filter .price_slider_wrapper {
  padding: 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;
}
.jet-list-tree__children.open >div {
  position: relative !important;
  opacity: 1;
  visibility: visible;
}
.jet-list-tree__children.open .less-more span:before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.jet-list-tree__children {
  position: relative;
}
.jet-list-tree__children .less-more {
  position: absolute;
  top: -29px;
  right: 0;
  font-size: 0;
  border: 0;
  width: 13px;
  height: 13px;
  margin: 0;
  background-color: transparent;
}
.jet-list-tree__children .less-more span {
  position: relative;
}
.jet-list-tree__children .less-more span:before {
  transition: all 0.3s;
  content: "";
  background-color: #ddd;
  width: 2px;
  height: 13px;
  position: absolute;
  right: 0;
  top: -5px;
}
.jet-list-tree__children .less-more span:after {
  content: "";
  background-color: #ddd;
  width: 14px;
  height: 2px;
  position: absolute;
  right: -6px;
  top: 0;
}
.jet-list-tree__children >div {
  position: absolute !important;
  opacity: 0;
  visibility: hidden;
  top: 100%;
}
.pagination-ajax {
  text-align: center;
}
.pagination-ajax .button-ajax {
  display: inline-block;
  border: 1px #ddd solid;
  text-align: center;
  border-radius: 50px;
  width: 100px;
  height: 100px;
  font-size: 12px;
  color: #000;
  text-transform: uppercase;
  margin: 20px auto 60px;
  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;
  font-weight: 700;
}
.pagination-ajax .button-ajax:hover {
  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;
  color: #fdb819;
  border: 1px solid #fdb819;
}
.pagination-ajax .button-ajax:before {
  content: attr(data-title);
}
.pagination-ajax .button-ajax.loading {
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
  border-top: 1px solid #fdb819;
}
.pagination-ajax .button-ajax.loading:before {
  content: "";
  background: none;
}
.pagination-ajax .button-ajax.loaded:before {
  content: attr(data-loaded);
}
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  font-size: 22px;
  color: #fdb819;
  font-weight: 600;
}
.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;
  font-weight: 600;
  color: #fdb819;
  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: #ff5c00;
  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 .product-images .product-images-container .slick-slider.product-responsive {
  border: 1px solid #ddd;
  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 #ddd;
  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: #fdb819;
}
.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 #ddd;
  background-color: #fff;
  color: #ddd;
  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 #fdb819;
  color: #fdb819;
}
.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;
}
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-right .product-responsive {
  margin: 0 15px 0 0;
}
.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: 28px;
  color: #111;
  font-weight: 600;
  margin-bottom: 18px;
  text-transform: capitalize;
}
@media (max-width: 991px) {
  .product_detail .content_product_detail .product_title {
    font-size: 20px;
  }
}
.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;
  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: #fdb819;
}
.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: #111;
  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: #fdb819;
}
.product_detail .content_product_detail .social-share a:hover {
  background-color: #faaf02;
}
.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 .quantity {
  position: relative;
  border: 1px solid #ddd;
  height: 32px;
  margin: 0 15px 0 0 !important;
}
.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 -1685px;
}
.product_detail .content_product_detail .cart .quantity .plus {
  background: url(../assets/img/bg_general.png) no-repeat -18px -1665px;
}
.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: 13px;
  color: #333;
  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;
}
.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 .price {
  font-size: 20px;
  color: #cccccc;
  font-weight: 700;
}
.product_detail .content_product_detail .cart .group_table .price span >.amount,
.product_detail .content_product_detail .cart .group_table .price del {
  text-decoration: line-through;
  font-weight: normal;
  font-size: 20px;
}
.product_detail .content_product_detail .cart .group_table .price ins {
  font-size: 24px;
  color: #fdb819;
  text-decoration: none;
  opacity: 1;
  margin: 0 10px;
}
.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";
}
.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: #fdb819;
  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: #fdb819;
  font-weight: 500;
  height: 32px;
  line-height: 32px;
  padding: 0;
  background-color: #fff;
  border: 1px solid #fdb819;
  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: #fdb819;
  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: #fdb819 !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: #faaf02 !important;
}
.product_detail .content_product_detail .add_to_cart_button.disabled,
.product_detail .content_product_detail .product_type_external.disabled,
.product_detail .content_product_detail .product_type_grouped.disabled,
.product_detail .content_product_detail .single_add_to_cart_button.disabled {
  color: #999 !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: #fdb819;
  font-weight: normal;
  box-shadow: 0 0 0 1px #fdb819;
  background-color: rgba(208,1,27,0.09) !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: #fdb819;
  background-color: #fff !important;
}
.product_detail .content_product_detail .single-buynow .button-buynow {
  background: #fdb819;
  color: #fff;
  border-radius: 2px;
  display: inline-block;
  vertical-align: top;
  padding: 6px 15px;
  text-transform: uppercase;
  margin: 0 5px;
}
.product_detail .content_product_detail .single-buynow .button-buynow:hover {
  background: #ae7a02;
}
.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: #333;
  margin: 0;
}
.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 {
  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: none;
  color: #fdb819;
}
.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: #fdb819;
}
.product_detail .content_product_detail .single-buynow .item-bottom a.compare {
  padding-left: 40px;
}
.single-product .tabs.elementor-element,
.single-product >.tabs {
  margin-bottom: 60px;
  margin-top: 10px;
  border: 1px solid #ddd;
}
.single-product .tabs.elementor-element .tabbable .nav.nav-tabs,
.single-product >.tabs .tabbable .nav.nav-tabs {
  margin: 0;
  background-color: transparent;
  border-bottom: 1px solid #ddd;
}
.single-product .tabs.elementor-element .tabbable .nav.nav-tabs li,
.single-product >.tabs .tabbable .nav.nav-tabs li {
  border: 0;
  position: relative;
  margin: 0;
}
.rtl .single-product .tabs.elementor-element .tabbable .nav.nav-tabs li,
.rtl .single-product >.tabs .tabbable .nav.nav-tabs li {
  float: right;
}
.rtl .single-product .tabs.elementor-element .tabbable .nav.nav-tabs li a,
.rtl .single-product >.tabs .tabbable .nav.nav-tabs li a {
  border-left: 1px solid #ddd;
  border-right: 0;
}
.single-product .tabs.elementor-element .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: #111;
  font-weight: 700;
  background-color: #f2f2f2;
  border-radius: 0;
  margin: 0;
  border-right: 1px solid #ddd;
}
.single-product .tabs.elementor-element .tabbable .nav.nav-tabs li.active a,
.single-product .tabs.elementor-element .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: #fdb819;
  color: #fff;
  border-right: 1px solid #fdb819;
}
.rtl .single-product .tabs.elementor-element .tabbable .nav.nav-tabs li.active a,
.rtl .single-product .tabs.elementor-element .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 #fdb819;
  border-right: 0;
}
.single-product .tabs.elementor-element .tabbable .tab-content #tab-description p,
.single-product >.tabs .tabbable .tab-content #tab-description p {
  margin-bottom: 0;
}
.single-product .tabs.elementor-element .tabbable .tab-content .tab-pane,
.single-product >.tabs .tabbable .tab-content .tab-pane {
  padding: 29px;
  line-height: 24px;
  color: #666;
}
.single-product .tabs.elementor-element .tabbable .tab-content .tab-pane h2,
.single-product >.tabs .tabbable .tab-content .tab-pane h2 {
  font-size: 16px;
  text-transform: uppercase;
}
.single-product .tabs.elementor-element .tabbable .tab-content .tab-pane #comments,
.single-product >.tabs .tabbable .tab-content .tab-pane #comments {
  margin: 0;
}
.single-product .tabs.elementor-element .tabbable .tab-content .tab-pane #comments .woocommerce-noreviews,
.single-product >.tabs .tabbable .tab-content .tab-pane #comments .woocommerce-noreviews {
  padding: 0;
}
.single-product .tabs.elementor-element .tabbable .tab-content .tab-pane #reply-title,
.single-product >.tabs .tabbable .tab-content .tab-pane #reply-title {
  font-size: 14px !important;
}
.single-product .tabs.elementor-element .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.elementor-element .tabbable .tab-content .tab-pane p .alignnone,
.rtl .single-product >.tabs .tabbable .tab-content .tab-pane p .alignnone {
  float: right;
}
.single-product .tabs.elementor-element .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.elementor-element .tabbable .tab-content .tab-pane #reviews,
.single-product >.tabs .tabbable .tab-content .tab-pane #reviews {
  color: #333;
}
.single-product .tabs.elementor-element .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: #111 !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.elementor-element .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: #fdb819 !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: #111;
  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 #ddd;
  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;
}
.sw_related_upsell_widget .product-ur .tabbable.tabs {
  text-align: left;
}
.sw_related_upsell_widget .product-ur .tabbable.tabs .nav.nav-tabs {
  display: block;
  vertical-align: top;
  margin: 0 0 10px;
  border-bottom: 1px solid #ddd;
  background-color: transparent;
}
.sw_related_upsell_widget .product-ur .tabbable.tabs .nav.nav-tabs li {
  position: relative;
  padding: 0;
  border: 0;
}
.rtl .sw_related_upsell_widget .product-ur .tabbable.tabs .nav.nav-tabs li {
  float: right;
}
.sw_related_upsell_widget .product-ur .tabbable.tabs .nav.nav-tabs li:first-child > a {
  padding-left: 0;
}
.rtl .sw_related_upsell_widget .product-ur .tabbable.tabs .nav.nav-tabs li:first-child > a {
  padding-right: 0;
  padding-left: 20px;
}
.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: #fdb819;
  left: 0;
}
.rtl .sw_related_upsell_widget .product-ur .tabbable.tabs .nav.nav-tabs li:first-child > a:after {
  right: 0;
  left: auto;
}
.sw_related_upsell_widget .product-ur .tabbable.tabs .nav.nav-tabs li:last-child > a:before {
  height: 0;
  width: 0;
}
.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;
}
.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: #fdb819;
}
.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: #111;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
}
.sw_related_upsell_widget .product-ur .tabbable.tabs .nav.nav-tabs li > a:before {
  content: '';
  width: 1px;
  height: 16px;
  background-color: #ddd;
  position: absolute;
  top: 16px;
  right: 0;
}
.rtl .sw_related_upsell_widget .product-ur .tabbable.tabs .nav.nav-tabs li > a:before {
  left: 0;
  right: auto;
}
.sw_related_upsell_widget .product-ur .tabbable.tabs .tab-content .tab-pane {
  display: block;
  height: 0;
  overflow: hidden;
}
.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;
}
.sw_related_upsell_widget .product-ur .tabbable.tabs .tab-content .tab-pane.active {
  height: auto;
  overflow: visible;
}
.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);
}
.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%;
}
.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;
}
.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 .elementor-element .tabs,
.single-product-style1 .single-product >.tabs {
  padding-top: 30px;
}
.single-product-style1 .elementor-element .tabs .tabbable .nav.nav-tabs,
.single-product-style1 .single-product >.tabs .tabbable .nav.nav-tabs {
  border: 0;
}
@media (min-width: 767px) {
  .single-product-style1 .elementor-element .tabs .tabbable .nav.nav-tabs,
  .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;
  }
}
@media (max-width: 767px) {
  .single-product-style1 .elementor-element .tabs .tabbable .nav.nav-tabs > li,
  .single-product-style1 .single-product >.tabs .tabbable .nav.nav-tabs > li {
    padding: 0 15px;
  }
}
.single-product-style1 .elementor-element .tabs .tabbable .nav.nav-tabs > li > a,
.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;
}
@media (max-width: 767px) {
  .single-product-style1 .elementor-element .tabs .tabbable .nav.nav-tabs > li > a,
  .single-product-style1 .single-product >.tabs .tabbable .nav.nav-tabs > li > a {
    margin: 0 auto 10px;
    padding: 5px 20px !important;
  }
}
.single-product-style1 .elementor-element .tabs .tabbable .nav.nav-tabs > li.active > a,
.single-product-style1 .elementor-element .tabs .tabbable .nav.nav-tabs > li:hover > a,
.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.tabs-ac,
.single-product-style2 .single-product,
.single-product-style3.tabs-ac,
.single-product-style3 .single-product {
  margin-bottom: 30px;
}
.single-product-style2.tabs-ac .tabs,
.single-product-style2 .single-product .tabs,
.single-product-style3.tabs-ac .tabs,
.single-product-style3 .single-product .tabs {
  border: 0;
}
.single-product-style2.tabs-ac .tabs .single-accordion .panel,
.single-product-style2 .single-product .tabs .single-accordion .panel,
.single-product-style3.tabs-ac .tabs .single-accordion .panel,
.single-product-style3 .single-product .tabs .single-accordion .panel {
  box-shadow: none;
  border: 0;
}
.single-product-style2.tabs-ac .tabs .single-accordion .panel +.panel,
.single-product-style2 .single-product .tabs .single-accordion .panel +.panel,
.single-product-style3.tabs-ac .tabs .single-accordion .panel +.panel,
.single-product-style3 .single-product .tabs .single-accordion .panel +.panel {
  margin-top: 1px;
}
.single-product-style2.tabs-ac .tabs .single-accordion .panel .panel-heading,
.single-product-style2 .single-product .tabs .single-accordion .panel .panel-heading,
.single-product-style3.tabs-ac .tabs .single-accordion .panel .panel-heading,
.single-product-style3 .single-product .tabs .single-accordion .panel .panel-heading {
  border: 0;
  padding: 0;
}
.single-product-style2.tabs-ac .tabs .single-accordion .panel .panel-heading h4,
.single-product-style2 .single-product .tabs .single-accordion .panel .panel-heading h4,
.single-product-style3.tabs-ac .tabs .single-accordion .panel .panel-heading h4,
.single-product-style3 .single-product .tabs .single-accordion .panel .panel-heading h4 {
  margin: 0;
}
.single-product-style2.tabs-ac .tabs .single-accordion .panel .panel-heading h4 > a,
.single-product-style2 .single-product .tabs .single-accordion .panel .panel-heading h4 > a,
.single-product-style3.tabs-ac .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: #fdb819;
  font-size: 14px;
  display: block;
  padding: 12px 15px;
  background: #eee;
  border-radius: 3px;
  position: relative;
}
.single-product-style2.tabs-ac .tabs .single-accordion .panel .panel-heading h4 > a:after,
.single-product-style2 .single-product .tabs .single-accordion .panel .panel-heading h4 > a:after,
.single-product-style3.tabs-ac .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.tabs-ac .tabs .single-accordion .panel .panel-heading h4 > a.collapsed,
.single-product-style2 .single-product .tabs .single-accordion .panel .panel-heading h4 > a.collapsed,
.single-product-style3.tabs-ac .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.tabs-ac .tabs .single-accordion .panel .panel-heading h4 > a.collapsed:after,
.single-product-style2 .single-product .tabs .single-accordion .panel .panel-heading h4 > a.collapsed:after,
.single-product-style3.tabs-ac .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.tabs-ac .tabs .single-accordion .panel .content-body,
.single-product-style2 .single-product .tabs .single-accordion .panel .content-body,
.single-product-style3.tabs-ac .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.tabs-ac .tabs .single-accordion .panel .content-body > h2,
.single-product-style2.tabs-ac .tabs .single-accordion .panel .content-body #comments > h2,
.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.tabs-ac .tabs .single-accordion .panel .content-body > h2,
.single-product-style3.tabs-ac .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.tabs-ac .tabs .single-accordion .panel .content-body #comments,
.single-product-style2 .single-product .tabs .single-accordion .panel .content-body #comments,
.single-product-style3.tabs-ac .tabs .single-accordion .panel .content-body #comments,
.single-product-style3 .single-product .tabs .single-accordion .panel .content-body #comments {
  margin: 0;
}
.single-product-style2.tabs-ac .tabs .single-accordion .panel .content-body #comments .woocommerce-noreviews,
.single-product-style2 .single-product .tabs .single-accordion .panel .content-body #comments .woocommerce-noreviews,
.single-product-style3.tabs-ac .tabs .single-accordion .panel .content-body #comments .woocommerce-noreviews,
.single-product-style3 .single-product .tabs .single-accordion .panel .content-body #comments .woocommerce-noreviews {
  padding: 0;
}
.single-product-style2.tabs-ac .tabs .single-accordion .panel .content-body .row,
.single-product-style2 .single-product .tabs .single-accordion .panel .content-body .row,
.single-product-style3.tabs-ac .tabs .single-accordion .panel .content-body .row,
.single-product-style3 .single-product .tabs .single-accordion .panel .content-body .row {
  margin: 0;
}
.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;
}
.woocommerce div.product .slider_img_productd div.images.woocommerce-product-gallery {
  float: none;
  width: 100%;
}
@media (max-width: 991px) {
  .woocommerce div.product.elementor .quantity+.button {
    margin: 0 !important;
  }
}
.elementor-section .product_detail .content_product_detail .cart .quantity .minus {
  background: url(../assets/img/bg_general.png) no-repeat -11px -1683px;
}
.elementor-section .product_detail .content_product_detail .cart .quantity .plus {
  background: url(../assets/img/bg_general.png) no-repeat -18px -1663px;
}
@media (max-width: 767px) {
  .custom-pages >.elementor-container >.elementor-row {
    flex-direction: column-reverse;
  }
}
@media (max-width: 991px) {
  .product_detail .content_product_detail .cart .group_table tbody tr td .quantity {
    width: 110px;
  }
}
@media (max-width: 767px) {
  .single-product .tabs.elementor-element .tabbable .nav.nav-tabs li,
  .single-product >.tabs .tabbable .nav.nav-tabs li {
    width: 100%;
  }
  .single-product .tabs.elementor-element .tabbable .nav.nav-tabs li a,
  .single-product >.tabs .tabbable .nav.nav-tabs li a {
    width: 100%;
    padding: 0 15px;
  }
  .single-product .tabs.elementor-element .tabbable .tab-content .tab-pane,
  .single-product >.tabs .tabbable .tab-content .tab-pane {
    padding: 15px;
  }
  body .elementor-element .cart .addcart-wrapper .item-bottom {
    margin: 0;
  }
}
.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;
}
.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 {
  border-radius: 50% !important;
  background-image: none;
}
.quickview-container.woocommerce .product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover {
  background-color: #fdb819 !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: #fdb819;
  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 #ddd;
  padding: 10px;
}
.entry-summary table th > a,
.entry-summary table td > a {
  color: #fdb819;
}
.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"] {
  background: #333 none repeat scroll 0 0;
  border: 1px solid #444444;
  border-radius: 0;
  color: #fff;
  padding: 5px 15px;
  vertical-align: top;
}
.entry-summary form input[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;
}
.home .category-contents {
  line-height: 24px;
}
#contents {
  min-height: 60vh;
}
.page .body-wrapper-inner >.container,
.search .body-wrapper-inner >.container {
  min-height: 70vh;
}
.page-markup-and-formatting .entry-content .entry-summary {
  font-size: 14px;
}
.page-markup-and-formatting .entry-content .entry-summary h1,
.page-markup-and-formatting .entry-content .entry-summary h2,
.page-markup-and-formatting .entry-content .entry-summary h3,
.page-markup-and-formatting .entry-content .entry-summary h4,
.page-markup-and-formatting .entry-content .entry-summary h5,
.page-markup-and-formatting .entry-content .entry-summary h6 {
  color: #111;
  font-weight: 600;
}
.page-markup-and-formatting .entry-content .entry-summary h2,
.page-markup-and-formatting .entry-content .entry-summary h3,
.page-markup-and-formatting .entry-content .entry-summary h4,
.page-markup-and-formatting .entry-content .entry-summary h5,
.page-markup-and-formatting .entry-content .entry-summary h6 {
  padding-top: 20px;
}
.page-markup-and-formatting .entry-content .entry-summary blockquote {
  padding: 10px 30px;
}
.page-markup-and-formatting .entry-content .entry-summary blockquote:before,
.page-markup-and-formatting .entry-content .entry-summary blockquote:after {
  font-size: 18px;
  color: #ddd;
}
.page-markup-and-formatting .entry-content .entry-summary code {
  white-space: normal;
}
.page-markup-and-formatting .entry-content .entry-summary ol {
  padding-left: 0;
}
.page-markup-and-formatting .entry-content .entry-summary cite {
  font-style: italic;
}
.page-markup-and-formatting .entry-content .entry-summary ul li,
.page-markup-and-formatting .entry-content .entry-summary ol li {
  line-height: 28px;
}
.page-markup-and-formatting .entry-content .entry-summary table thead th,
.page-markup-and-formatting .entry-content .entry-summary table thead td {
  border-bottom-width: 2px;
}
.page-markup-and-formatting .entry-content .entry-summary table td,
.page-markup-and-formatting .entry-content .entry-summary table th {
  border-bottom: 1px #ddd solid;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}
.page-markup-and-formatting .entry-content .entry-summary table tbody tr:last-child th,
.page-markup-and-formatting .entry-content .entry-summary table tbody tr:last-child td {
  border-bottom: none;
}
.page.lorem-ipsum .main-page .page >.entry-content .entry-summary {
  margin-bottom: 50px;
}
.category-contents .blog-content .post.has-post-thumbnail .entry .entry-content .content-top .entry-summary p {
  margin-bottom: 15px;
}
.single.main .post.has-post-thumbnail .entry-wrap .entry-content .entry-summary p {
  margin-bottom: 15px;
}
.elementor-image {
  overflow: hidden;
}
.elementor-image .size-full {
  margin: 0;
  width: auto;
}
.elementor-widget:not(:last-child) {
  margin: 0;
}
.fix-10 >div {
  margin: 0 -10px !important;
}
.hinden-h5 h5 {
  display: none;
}
ul.about-list {
  margin: 0;
}
.fix-1200 >div {
  max-width: 1200px;
}
.custom-banner {
  position: absolute;
  width: 80px !important;
  overflow: hidden;
  text-align: center;
  background-color: #fff;
  top: 50%;
  left: 50%;
  padding: 30px 0;
  transform: translate(-50%,-50%);
  border-radius: 80px;
}
.custom-banner .elementor-countdown-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
}
.custom-banner .elementor-countdown-wrapper .elementor-countdown-item {
  padding: 20px 0;
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
  clear: both;
  min-width: 34px;
  position: relative;
  background-color: #fff;
}
.custom-banner .elementor-countdown-wrapper .elementor-countdown-item:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: .5;
  height: 1px;
  width: 34px;
  background-color: #fdb819;
}
.custom-banner .elementor-countdown-wrapper .elementor-countdown-item:last-child:before {
  display: none;
}
.custom-banner .elementor-countdown-wrapper .elementor-countdown-item .elementor-countdown-digits {
  font-size: 24px;
  font-weight: 600;
  color: #fdb819;
  line-height: 28px;
}
.custom-banner .elementor-countdown-wrapper .elementor-countdown-item .elementor-countdown-label {
  font-size: 14px;
  text-transform: capitalize;
  color: #999;
}
.custom-testimonial .elementor-testimonial .elementor-testimonial__text {
  position: relative;
}
.custom-testimonial .elementor-testimonial .elementor-testimonial__text:before {
  display: block;
  content: "\f10d";
  font-family: FontAwesome !important;
  position: absolute;
  font-size: 42px;
  color: rgba(255,255,255,0.1);
  left: -145px;
  top: -50px;
  font-style: normal;
}
.custom-testimonial .elementor-testimonial .elementor-testimonial__text:after {
  display: block;
  content: "\f10e";
  font-family: FontAwesome !important;
  position: absolute;
  font-size: 42px;
  color: rgba(255,255,255,0.1);
  right: -145px;
  bottom: 0;
  font-style: normal;
}
.header-mid-2 #lang_sel > ul.nav,
.top-right #lang_sel > ul.nav {
  margin: 0 !important;
}
.header-mid-2 #lang_sel > ul.nav > li > a,
.top-right #lang_sel > ul.nav > li > a {
  padding: 0 !important;
}
.header-mid-2 .currency_w,
.top-right .currency_w {
  margin: 0 !important;
}
.header-mid-2 .currency_w > li > a,
.top-right .currency_w > li > a {
  padding: 0 !important;
}
.top-right >.elementor-element-populated >.elementor-widget-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
.top-right >.elementor-element-populated >.elementor-widget-wrap >div {
  display: inline-block;
  width: auto;
  position: relative;
  padding: 0 15px;
  height: 28px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  align-items: center;
}
.top-right >.elementor-element-populated >.elementor-widget-wrap >div:before {
  position: absolute;
  top: 8px;
  right: 0;
  width: 1px;
  height: 13px;
  background: rgba(255,255,255,0.2);
  content: "";
}
.top-right >.elementor-element-populated >.elementor-widget-wrap >div:last-child:before {
  display: none;
}
.custom-titile1 h2.elementor-heading-title {
  font-size: 32px;
  color: #111;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 13px;
}
.custom-titile1 span {
  color: #fdb819;
}
.text-html {
  position: absolute;
  right: 33px;
  top: 50%;
  margin-top: -8px;
}
.top-header-1 a {
  color: #fff;
}
.icon-search {
  font-size: 12px;
  color: #999;
  cursor: pointer;
}
.icon-search:hover {
  color: #fdb819;
}
.footer1 h5 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  margin-bottom: 24px;
}
.footer1 .about-store .widgettitle {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
}
.footer1 .about-store ul.about-list li i {
  font-size: 13px;
  margin-right: 20px;
  float: left;
  line-height: 20px;
}
.footer1 .about-store ul li {
  padding: 10px 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  align-items: baseline;
}
.footer1 .about-store ul li:before {
  display: none;
}
.footer1 ul li {
  position: relative;
  color: #ddd;
  padding-left: 15px;
}
.rtl .footer1 ul li {
  padding: 0 15px 0 0;
}
.footer1 ul li:before {
  content: '\f111';
  font-family: FontAwesome;
  font-size: 5px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -3px;
}
.rtl .footer1 ul li:before {
  right: 0;
  left: auto;
}
.footer1 ul li a {
  text-transform: capitalize;
  line-height: 26px;
  color: #ddd;
  padding: 3px 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;
}
.footer1 ul li a:hover {
  color: #fdb819;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.custom-width >div {
  max-width: 1200px;
}
.custom-width >div .elementor-widget-shortcode {
  width: 50%;
}
@media (max-width: 480px) {
  .custom-width >div .elementor-widget-shortcode {
    width: 100%;
  }
}
@media (min-width: 991px) {
  .custom-width >div .elementor-widget-shortcode {
    width: 70%;
  }
}
.custom-width >div .elementor-shortcode {
  display: flex;
  width: auto;
  flex-direction: row;
}
.custom-width >div .elementor-shortcode h2 {
  font-size: 18px;
  color: #ddd;
  font-weight: 600;
  float: left;
  margin-right: 50px;
  line-height: 40px;
  display: none;
}
@media (min-width: 991px) {
  .custom-width >div .elementor-shortcode h2 {
    display: block;
  }
}
.custom-width >div .elementor-shortcode form {
  width: 100%;
}
@media (min-width: 991px) {
  .custom-width >div .elementor-shortcode form {
    width: 50%;
  }
}
.custom-width >div .elementor-shortcode form .frm-email {
  border: 0;
  color: #999;
  width: 85%;
  background: #1c1c1c;
  height: 40px;
  padding: 0 20px;
  border-radius: 20px 0 0 20px;
  float: left;
  margin: 0;
}
.custom-width >div .elementor-shortcode .frm-submit {
  border: 0;
  padding: 0 15px;
  width: 15%;
  background: #1c1c1c;
  height: 40px;
  line-height: 40px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-weight: 500;
  border-radius: 0 20px 20px 0;
  float: left;
  font-size: 0;
  margin: 0;
}
.custom-width >div .elementor-widget-social-icons {
  width: 50%;
}
@media (max-width: 480px) {
  .custom-width >div .elementor-widget-social-icons {
    width: 100%;
  }
}
@media (min-width: 991px) {
  .custom-width >div .elementor-widget-social-icons {
    width: 30%;
  }
}
.fa-paper-plane:before {
  font-size: 14px;
}
.custom-box-menu >.elementor-widget-container {
  position: relative;
  font-size: 12px;
  color: #999;
  padding-left: 15px;
}
.custom-box-menu >.elementor-widget-container h5 {
  display: inline-block;
  vertical-align: top;
  padding: 6px 0;
  font-weight: 400;
  margin: 0;
  font-size: 12px;
}
.custom-box-menu >.elementor-widget-container:hover ul {
  visibility: visible;
  opacity: 1;
  top: 37px;
}
.custom-box-menu >.elementor-widget-container ul {
  position: absolute;
  right: 0;
  width: 150px;
  top: 47px;
  z-index: 99;
  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;
  background: #fff;
  box-shadow: 2px 2px 1px 0 #ccc;
  padding: 10px;
  border: solid 1px #f3f3f3;
  z-index: 999;
}
.custom-box-menu >.elementor-widget-container ul li {
  padding: 5px 0;
}
.custom-box-menu >.elementor-widget-container ul li .menu-title {
  padding: 0 10px;
}
@media (min-width: 767px) {
  .margin-5 >div {
    margin: 0 -5px !important;
  }
}
.sw_from form {
  float: right;
  padding-top: 20px;
}
@media (max-width: 480px) {
  .sw_from form {
    width: 100%;
  }
}
.rtl .sw_from form {
  float: left;
}
.sw_from form .mc4wp-form-fields {
  overflow: hidden;
  min-width: 300px;
}
@media (max-width: 480px) {
  .sw_from form .mc4wp-form-fields {
    width: 100%;
    margin-bottom: 15px;
  }
}
@media (min-width: 991px) {
  .sw_from form .mc4wp-form-fields {
    min-width: 400px;
  }
}
.sw_from form .mc4wp-form-fields input[type="email"] {
  border: none;
  border-radius: 0;
  color: #8c8c8c;
  font-size: 12px;
  height: 45px;
  line-height: 45px;
  padding: 0 15px;
  width: 75%;
  float: left;
  margin: 0;
}
.sw_from form .mc4wp-form-fields .frm-submit {
  border: none;
  border-radius: 0;
  width: 25%;
  font-size: 12px;
  padding: 0;
  margin: 0;
  background: #0d0d0d;
  height: 45px;
  line-height: 45px;
  color: #fff;
  text-transform: capitalize;
  text-align: center;
  float: left;
  -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_from form .mc4wp-form-fields .frm-submit:before {
  padding: 0 4px;
}
@media (min-width: 767px) {
  .bottom-menu .description {
    max-width: 50%;
    margin: 0 auto;
  }
}
.bottom-menu1 .menu {
  text-align: center;
}
.bottom-menu1 .menu li {
  display: inline-block;
  vertical-align: top;
}
.bottom-menu1 .menu li a {
  font-size: 14px;
  color: #111;
  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;
  padding: 0 20px;
  font-weight: 600;
}
.bottom-menu1 .menu li a:hover {
  color: #fdb819;
}
.copyight {
  text-align: center;
}
.copyight a {
  color: #fdb819;
}
.copyight p {
  font-size: 12px;
  color: #666;
}
.bottom-header1.elementor-sticky--active .elementor-element .top-form.top-form-minicart .top-minicart-icon {
  background: #fdb819;
}
.bottom-header1 .top-form .wrapp-minicart {
  top: 8px;
}
.sw_header2 .elementor-widget-wrap {
  flex-direction: row;
  align-items: baseline;
}
.sw_header2 .elementor-widget-wrap >div {
  display: inline-block;
  width: auto;
}
.sw_header22 .elementor-widget-wrap {
  float: right;
  justify-content: flex-end;
}
.sw_header22 .elementor-widget-wrap >div {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  float: left;
  width: auto;
  padding: 0 15px;
  align-items: center;
  position: relative;
}
.sw_header22 .elementor-widget-wrap >div:before {
  content: "";
  height: 12px;
  width: 1px;
  background: #545454;
  position: absolute;
  top: 5px;
  right: 0;
}
.rtl .sw_header22 .elementor-widget-wrap >div:before {
  right: auto;
  left: 0;
}
.sw_header22 .elementor-widget-wrap >div:last-child {
  padding-right: 0;
}
.sw_header22 .elementor-widget-wrap >div:last-child:before {
  display: none;
}
.sw_header22 .elementor-widget-wrap >div i {
  padding-right: 5px;
}
.rtl .sw_header22 .elementor-widget-wrap >div i {
  padding-left: 5px;
  padding-right: 0;
}
.sw_header22 .sw-my-account:hover h5:before {
  color: #fdb819;
}
.sw_header22 .sw-my-account:hover ul {
  visibility: visible;
  opacity: 1;
  top: 30px;
}
.sw_header22 .sw-my-account h5 {
  font-size: 0;
  margin: 0;
}
.sw_header22 .sw-my-account h5:before {
  color: #545454;
  font-size: 14px;
  content: "\f007";
  font-family: FontAwesome;
}
.sw_header22 .sw-my-account ul {
  position: absolute;
  right: 0;
  width: 150px;
  top: 47px;
  z-index: 99;
  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;
  background: #fff;
  box-shadow: 2px 2px 1px 0 #ccc;
  padding: 10px;
  border: solid 1px #f3f3f3;
}
.sw_header22 .sw-menu-wishlist .menu-wishlist .menu-title {
  font-size: 0;
}
.elementor-element  .autusin_search_default .icon-search {
  float: right;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  color: #666;
}
.header-style2 .elementor-element  .autusin_search_default .icon-search {
  width: auto;
  font-size: 14px;
  color: #999;
  text-transform: capitalize;
  height: auto;
  line-height: initial;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  align-items: center;
}
@media (max-width: 480px) {
  .header-style2 .elementor-element  .autusin_search_default .icon-search {
    font-size: 0;
  }
}
.elementor-element  .autusin_search_default .icon-search.closex i:before {
  content: "\f00d";
}
.elementor-element  .autusin_search_default .icon-search i {
  padding: 10px 7px;
  display: inline-block;
  vertical-align: top;
}
.header-style2 .elementor-element  .autusin_search_default .icon-search i {
  padding: 0 5px;
}
.elementor-element  .autusin_search_default .icon-search:hover {
  color: #fdb819;
}
.elementor-element  .autusin_search_default .top-form.top-search {
  width: 0px;
  top: 0;
  height: 35px;
  line-height: 35px;
  right: 100%;
  border: none;
  transition: all 0.9s;
  opacity: 0;
  display: block;
  visibility: hidden;
}
@media (max-width: 480px) {
  .elementor-element  .autusin_search_default .top-form.top-search {
    transition: all 0s;
  }
}
.rtl .elementor-element  .autusin_search_default .top-form.top-search {
  right: auto;
  left: 100%;
}
@media (max-width: 1199px) {
  .header-style1 .elementor-element  .autusin_search_default .top-form.top-search {
    right: auto;
    left: 100%;
  }
  .rtl .header-style1 .elementor-element  .autusin_search_default .top-form.top-search {
    right: auto;
    left: 100%;
  }
}
.elementor-element  .autusin_search_default .top-form.top-search.open {
  width: 300px;
  visibility: visible;
  opacity: 1;
  transition: all 0.9s;
}
@media (max-width: 480px) {
  .elementor-element  .autusin_search_default .top-form.top-search.open {
    transition: all 0s;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 99;
    left: 0;
    right: 0;
  }
}
.header-mid5 .elementor-element  .autusin_search_default .top-form.top-search {
  width: auto;
}
.elementor-element  .autusin_search_default .top-form.top-search .cat-wrapper {
  display: none;
}
.elementor-element  .autusin_search_default .top-form.top-search .content-search .autosearch-input {
  background: #f5f5f5;
  height: 35px;
  line-height: 35px;
  padding: 0 35px;
  border-radius: 0;
}
.elementor-element  .autusin_search_default .top-form.top-search .input-group-btn .form-button {
  height: 35px;
  line-height: 35px;
  width: 35px;
  left: 0;
  background-color: transparent;
  color: #666;
}
.rtl .elementor-element  .autusin_search_default .top-form.top-search .input-group-btn .form-button {
  right: 0;
  left: auto;
}
@media (max-width: 1200px) {
  .header-style7.elementor-element .top-form.top-form-minicart {
    margin: 0;
  }
  .rtl .header-style7.elementor-element .top-form.top-form-minicart {
    margin: 0;
  }
}
.elementor-element  .menu-responsive-wrapper .autusin_search_default .icon-search {
  display: none;
}
.elementor-element  .menu-responsive-wrapper .autusin_search_default .top-form.top-search .input-group-btn .form-button,
.elementor-element  .menu-responsive-wrapper .autusin_search_default .top-form.top-search .content-search .autosearch-input {
  height: 40px;
  line-height: 40px;
}
.header-mid-2 >.elementor-container >.elementor-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  align-items: center;
}
@media (min-width: 911px) {
  .header-mid-2 >.elementor-container >.elementor-row .menu-header2 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    justify-content: center;
  }
}
.header-mid-2 >.elementor-container >.elementor-row .menu-header2 >div {
  width: auto;
}
.textwidget.custom-html-widget {
  font-size: 12px;
  color: #999;
}
.textwidget.custom-html-widget a {
  color: #111;
  font-size: 14px;
}
.search-layout2 .top-form.top-search {
  display: block;
  position: initial;
}
@media (min-width: 991px) {
  .search-layout2 .top-form.top-search {
    width: 270px;
  }
  .header-mid5 .search-layout2 .top-form.top-search {
    width: auto;
  }
}
.search-layout2 .top-form.top-search .autosearch-input {
  background: #f5f5f5;
  height: 35px;
  line-height: 35px;
  padding: 0 20px;
  border-radius: 0;
}
.header-mid5 .search-layout2 .top-form.top-search .autosearch-input {
  background-color: #fff;
  border: 1px #ddd solid;
  border-radius: 4px;
}
.search-layout2 .top-form.top-search button.form-button {
  background-color: #f5f5f5;
  border-radius: 0;
  height: 35px;
  line-height: 35px;
  color: #222;
}
.header-mid5 .search-layout2 .top-form.top-search button.form-button {
  background-color: #333;
  border: 1px #ddd solid;
  border-radius: 0px 4px 4px 0;
  color: #fff;
}
.bottom-header4 {
  background-color: #fdb819;
}
.bottom-header4 .main-menu .nav-pills>li.active>a,
.bottom-header4 .nav-pills >li > a {
  color: #222;
}
.bottom-header4 .main-menu .nav-pills>li.active>a:hover,
.bottom-header4 .nav-pills >li > a:hover {
  color: #fff;
}
.fix-left >div >div {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  justify-content: flex-start;
}
.fix-right >div >div {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  justify-content: flex-end;
}
.fix-center .elementor-row {
  justify-content: center;
}
.fix-center .elementor-row >div {
  display: inline-block;
  width: auto;
}
.fix-align-center .elementor-widget-wrap,
.fix-align-center .elementor-row {
  align-items: center;
}
.our-team h5 {
  display: none;
}
.header-style6 .fix-row .elementor-widget-wrap >div:last-child a {
  color: #fff;
}
.header-style6 .fix-row .elementor-widget-wrap >div:last-child a:hover {
  color: #fdb819;
}
.fix-border .elementor-widget-wrap >div {
  position: relative;
}
.fix-border .elementor-widget-wrap >div:before {
  position: absolute;
  content: "";
  right: 0;
  top: 3px;
  background: rgba(255,255,255,0.2);
  width: 1px;
  height: 13px;
}
.rtl .fix-border .elementor-widget-wrap >div:before {
  right: auto;
  left: 0;
}
.fix-border .elementor-widget-wrap >div:last-child:before {
  display: none;
}
.fix-row .elementor-widget-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  margin: 0 -7px;
}
.fix-row .elementor-widget-wrap >div {
  width: auto;
  padding: 0 7px;
  font-size: 12px;
  color: #666;
}
.header-style6 .fix-row .elementor-widget-wrap >div {
  color: #fff;
}
.top-header2 .fix-row .elementor-widget-wrap >div {
  padding: 0 15px;
}
.top-header2 .autusin_search_default .icon-search {
  width: auto;
  line-height: normal;
  height: auto;
  font-size: 12px;
  color: #999;
}
.top-header2 .autusin_search_default .icon-search i {
  padding: 4px 5px 0 0;
}
.rtl .top-header2 .autusin_search_default .icon-search i {
  padding: 4px 0 0 5px;
}
.top-header2 >div {
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 991px) {
  .fix-top {
    position: absolute !important;
    top: 0;
    z-index: 99;
  }
}
.elementor-element.header-style2 .top-form.top-form-minicart {
  padding: 0;
}
.elementor-element.header-style2 .top-form.top-form-minicart .top-minicart-icon {
  height: 30px;
}
.header-style5 .right .elementor-widget-wrap {
  justify-content: flex-end;
  align-items: baseline;
}
.header-mid5 .elementor-container .elementor-row {
  align-items: center;
}
.autusin-minicart3 .icon {
  background: url(../assets/img/blue/ico-minicart.png) no-repeat;
  content: "";
  float: left;
  height: 42px;
  width: 42px;
  margin-right: 10px;
}
.autusin-minicart3 .minicart-title {
  float: right;
  color: #fdb819;
  font-weight: normal;
  font-size: 12px;
  padding-top: 5px;
}
.header-13 .autusin-minicart3 .minicart-title {
  color: #fff;
}
.autusin-minicart3 .minicart-title h2 {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #222;
  text-align: left;
}
.header-13 .autusin-minicart3 .minicart-title h2 {
  color: #fff;
}
.autusin-minicart3 .minicart-title label {
  margin: 0;
}
.autusin-minicart4 .top-minicart-icon {
  border: 2px #eee solid;
  border-radius: 4px;
}
.autusin-minicart4 .top-minicart-icon .cart-contents {
  display: inline-block;
  vertical-align: top;
  border-right: 2px #eee solid;
  position: relative;
  text-align: center;
}
.autusin-minicart4 .top-minicart-icon .cart-contents i {
  height: 40px;
  line-height: 38px;
  width: 40px;
  font-size: 16px;
}
.autusin-minicart4 .top-minicart-icon .cart-contents .minicart-number {
  position: absolute;
  top: -10px;
  right: -10px;
  background: #fdb819;
  color: #fff;
  font-size: 11px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
}
.autusin-minicart4 .top-minicart-icon .cart-title {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  padding: 0 5px;
}
.autusin-minicart4 .top-minicart-icon .cart-title h3 {
  font-size: 12px;
  font-weight: 400;
  height: 40px;
  line-height: 40px;
  text-transform: capitalize;
  margin-bottom: 0;
}
.autusin-minicart4 .top-minicart-icon .cart-title h3 span {
  color: #ff2d37;
  font-size: 14px;
  display: inline-block;
}
.custom-color h1,
.custom-color h2,
.custom-color h3,
.custom-color h4,
.custom-color h5,
.custom-color span,
.custom-color div,
.custom-color a {
  color: #fdb819 !important;
}
.my-wishlist .menu-title {
  color: #666;
  font-size: 12px;
}
.header-style6 .my-wishlist .menu-title {
  color: #fff;
}
.my-wishlist .fa {
  padding: 0 5px;
  color: #666;
}
.header-style6 .my-wishlist .fa {
  color: #fff;
}
.my-wishlist:hover .fa,
.my-wishlist:hover .menu-title {
  color: #fdb819;
}
.elementor-element.my-account h5 {
  color: #666;
  font-size: 12px;
  font-weight: 400;
  margin: 0;
  cursor: pointer;
  text-transform: capitalize;
  position: relative;
}
.top-header1  .elementor-element.my-account h5 {
  color: #999;
}
.header-top2 .elementor-element.my-account h5 {
  font-size: 0;
}
.header-style6 .elementor-element.my-account h5 {
  color: #fff;
}
.elementor-element.my-account h5:before {
  content: "\f007";
  font-family: FontAwesome;
  padding: 9px;
  font-size: 13px;
}
.header-top2 .elementor-element.my-account h5:before {
  font-size: 14px;
  color: #545454;
}
.elementor-element.my-account:hover h5 {
  color: #fdb819;
}
.header-style6 .elementor-element.my-account:hover h5 {
  color: #fdb819;
}
.elementor-element.my-account:hover #menu-my-account.menu {
  opacity: 1;
  visibility: visible;
  top: 30px;
}
.elementor-element.my-account #menu-my-account.menu {
  position: absolute;
  right: 0;
  width: 150px;
  top: 47px;
  z-index: 99;
  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;
  background: #fff;
  box-shadow: 2px 2px 1px 0 #ccc;
  padding: 10px;
  border: solid 1px #f3f3f3;
  z-index: 999;
}
.elementor-element.my-account #menu-my-account.menu li {
  padding: 5px 0;
  font-size: 12px;
}
.elementor-element.my-account #menu-my-account.menu li .fa {
  padding: 0 5px;
}
.header-style6.elementor-element .top-form.top-form-minicart {
  margin: 0;
  padding: 0;
}
.mid-header6 .autusin_search_default .icon-search {
  height: 42px;
  line-height: 42px;
  width: 42px;
  text-align: center;
  cursor: pointer;
  padding: 0;
  font-size: 16px;
  color: #222;
  background: #ccc;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
}
.mid-header6 .autusin_search_default .icon-search i {
  line-height: 40px;
  padding: 0;
}
.mid-header6 .autusin_search_default .icon-search:hover {
  background-color: #fdb819;
}
.mid-header6 .autusin_search_default .icon-search:hover i {
  color: #fff;
}
.footer6 .copyright-text p {
  color: #666;
}
@media (min-width: 768px) and (max-width: 991px) {
  .elementor-4758 .elementor-element.elementor-element-8315db9 {
    width: 60%;
  }
  .elementor-4758 .elementor-element.elementor-element-eb93bc0 {
    width: 20%;
  }
}
.mid-header7 .resmenu-container .navbar-toggle .icon-bar {
  background-color: #fff;
}
.mid-header7 .fix-right >div >.elementor-widget-wrap >div {
  position: relative;
}
.mid-header7 .fix-right >div >.elementor-widget-wrap >div:first-child:before {
  display: none;
}
.mid-header7 .fix-right >div >.elementor-widget-wrap >div:before {
  content: "";
  width: 1px;
  height: 12px;
  background: rgba(255,255,255,0.1);
  position: absolute;
  top: 14px;
  left: 0;
}
.rtl .mid-header7 .fix-right >div >.elementor-widget-wrap >div:before {
  right: 0;
  left: auto;
}
.mid-header7 .nav-pills >li:hover >a,
.mid-header7 .nav-pills >li.active >a,
.mid-header7 .nav-pills >li.active >a:hover,
.mid-header7 .nav-pills >li.active >a:focus {
  background-color: #fff;
  color: #222;
}
.mid-header7 .nav-pills >li > a {
  padding: 8px 22px;
  margin-right: 5px;
  color: #fff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.mid-header7 .icon-search i {
  font-size: 16px;
  color: #fff;
}
.mid-header7 .icon-search i:hover {
  color: #fdb819;
}
.mid-header7 .autusin-minicart2 .top-minicart-icon {
  text-align: center;
}
.mid-header7 .autusin-minicart2 .top-minicart-icon a {
  display: inline-block;
  vertical-align: top;
  height: 45px;
  line-height: 45px;
  width: 45px;
  position: relative;
}
.mid-header7 .autusin-minicart2 .top-minicart-icon a i.fa {
  padding: 0 5px;
  color: #fff;
  font-size: 16px;
}
.mid-header7 .autusin-minicart2 .top-minicart-icon a i.fa:before {
  content: "\f290";
}
.mid-header7 .autusin-minicart2 .top-minicart-icon a .minicart-number {
  position: absolute;
  right: 7px;
  top: 2px;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 16px;
  border-radius: 50%;
  color: #fff;
  background: #fdb819;
  font-size: 11px;
}
.mid-header7 .my-wishlist .fa-heart {
  font-size: 16px;
  height: 45px;
  line-height: 45px;
  width: 35px;
  text-align: center;
  color: #fff;
}
.mid-header7 .my-wishlist .fa-heart:hover {
  color: #fdb819;
}
.mid-header7 .my-wishlist .fa-heart:before {
  content: "\f08a";
}
.mid-header7 .my-wishlist .menu-title {
  font-size: 0;
}
.animations-text h2 a {
  -webkit-animation: color-change 1s infinite;
  -moz-animation: color-change 1s infinite;
  -o-animation: color-change 1s infinite;
  -ms-animation: color-change 1s infinite;
  animation: color-change 1s infinite;
}
@-webkit-keyframes color-change {
  0% {
    color: red;
  }
  50% {
    color: blue;
  }
  100% {
    color: red;
  }
}
@-moz-keyframes color-change {
  0% {
    color: red;
  }
  50% {
    color: blue;
  }
  100% {
    color: red;
  }
}
@-ms-keyframes color-change {
  0% {
    color: red;
  }
  50% {
    color: blue;
  }
  100% {
    color: red;
  }
}
@-o-keyframes color-change {
  0% {
    color: red;
  }
  50% {
    color: blue;
  }
  100% {
    color: red;
  }
}
@keyframes color-change {
  0% {
    color: red;
  }
  50% {
    color: blue;
  }
  100% {
    color: red;
  }
}
@media (max-width: 480px) {
  .top-header8 .my-wishlist .menu-title,
  .top-header8 .my-account h5 {
    font-size: 0;
  }
  .footer-style6-top .newsletter-footer4 h3,
  .footer-style6-top .newsletter-footer4 h5 {
    display: none;
  }
  .header2.fix-align-center .elementor-widget-wrap,
  .header2.fix-align-center .elementor-row {
    justify-content: center;
  }
  .header-13 .top-form .wrapp-minicart {
    top: 55px;
  }
  .header-13 .autusin-minicart3 .minicart-title .woocommerce-Price-amount,
  .header-13 .autusin-minicart3 .minicart-title label,
  .header-13 .autusin-minicart3 .minicart-title h2 {
    font-size: 0;
  }
  .autusin_search_2 .top-form.top-search .content-search {
    padding: 0 20px !important;
  }
  .autusin_search_2 .top-form.top-search .cat-wrapper {
    display: none !important;
  }
  .header13 .my-account h5 {
    font-size: 0;
  }
  .form-new3.style2 {
    margin: 0;
  }
}
.autusin_search_2 {
  border: 2px #fdb819 solid;
}
.header-13 .autusin_search_2 {
  border: 0;
}
.bottom-header9 .autusin_search_2 {
  border-color: #eee;
  border-radius: 4px;
}
.autusin_search_2 .top-form.top-search {
  top: 0;
  display: inline-block;
  position: relative;
  background-color: #fff;
  width: 100%;
  z-index: 99;
}
.autusin_search_2 .top-form.top-search .cat-wrapper {
  display: block;
  position: absolute;
  height: 38px;
  top: 0;
  left: 0;
  right: auto;
  border-radius: 0;
  overflow: hidden;
  color: #666;
  border-right: 1px solid #eee;
}
.rtl .autusin_search_2 .top-form.top-search .cat-wrapper {
  border-left: 1px solid #eee;
  border-right: 0;
}
.autusin_search_2 .top-form.top-search .cat-wrapper:before {
  content: '\f107';
  font-family: FontAwesome;
  color: #666;
  font-size: 14px;
  position: absolute;
  top: 13px;
  right: 20px;
}
.autusin_search_2 .top-form.top-search .cat-wrapper select {
  border: none;
  border-radius: 0 !important;
  padding: 0 10px 0;
  height: 38px;
  width: 135px;
  color: #666;
  background: #fff;
}
.bottom-header9 .autusin_search_2 .top-form.top-search .cat-wrapper select {
  font-size: 12px;
}
@media (min-width: 480px) {
  .autusin_search_2 .top-form.top-search .content-search {
    padding: 0 50px 0 150px;
  }
  .rtl .autusin_search_2 .top-form.top-search .content-search {
    padding: 0 150px 0 50px;
  }
}
.autusin_search_2 .top-form.top-search .content-search input {
  height: 38px;
  line-height: 38px;
}
.bottom-header9 .autusin_search_2 .top-form.top-search .content-search input {
  font-size: 12px;
}
.autusin_search_2 .top-form.top-search button.form-button {
  height: 38px;
  color: #fdb819;
  font-size: 16px;
  width: auto;
  padding: 0 20px;
  background-color: transparent;
}
.header-13 .autusin_search_2 .top-form.top-search button.form-button {
  color: #303030;
}
.header-top9 {
  font-size: 12px;
}
.header-top9 .tel {
  color: #ccc;
  font-size: 14px;
}
.header-top9 .header-right #lang_sel > ul.nav > li > a,
.header-top9 .header-right .currency_w > li > a,
.header-top9 .header-right .my-account h5 {
  color: #ccc;
  line-height: 18px;
}
.header-top9 .header-right.fix-row .elementor-widget-wrap >div {
  padding: 0 12px;
  position: relative;
}
.header-top9 .header-right.fix-row .elementor-widget-wrap >div:before {
  content: "";
  width: 1px;
  height: 18px;
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(255,255,255,0.2);
}
.rtl .header-top9 .header-right.fix-row .elementor-widget-wrap >div:before {
  right: auto;
  left: 0;
}
.header-top9 .header-right.fix-row .elementor-widget-wrap >div:last-child {
  padding: 0 0 0 12px;
}
.rtl .header-top9 .header-right.fix-row .elementor-widget-wrap >div:last-child {
  padding: 0 12px 0 0;
}
.header-top9 .header-right.fix-row .elementor-widget-wrap >div:last-child:before {
  background-color: transparent;
}
.bottom-header9 .top-form .wrapp-minicart {
  top: 45px;
}
.bottom-header9 .my-wishlist .menu-title {
  font-size: 0;
}
.bottom-header9 .my-wishlist a {
  border: 2px #eee solid;
  vertical-align: top;
  text-align: center;
  border-radius: 4px;
  display: inline-block;
  height: 44px;
  width: 44px;
  font-size: 16px;
  line-height: 42px;
}
.footer-9 p {
  font-size: 14px;
  color: #fff;
  text-align: center;
  margin: 0;
}
.footer-9 p a {
  color: #fdb819;
}
@media (min-width: 1200px) {
  .header-style1.elementor-sticky--active {
    padding: 14px 0 !important;
  }
  .home-style6 .testimonial-post-slider,
  .home-style5 .testimonial-post-slider {
    margin: 80px 0;
  }
  .elementor-4584 .elementor-element.elementor-element-b947afc {
    width: 75% !important;
  }
  .elementor-4584 .elementor-element.elementor-element-f42eac3 {
    width: 50% !important;
  }
}
.header-style11 .header-top .right-header2 {
  padding: 0;
}
.header-style11 .header-top .right-header2 .my-wishlist .fa {
  padding: 0;
}
.header-style11 .header-top .right-header2.fix-row .elementor-widget-wrap >div {
  height: 15px;
  font-size: 14px;
  padding: 0 10px;
  line-height: 15px;
}
.header-style11 .header-top .right-header2 >div >div >div:last-child:before {
  display: none;
}
.header-style11 .header-top .right-header2 >div >div >div:before {
  content: "";
  height: 12px;
  width: 1px;
  background: #545454;
  position: absolute;
  top: 2px;
  right: 0;
}
.rtl .header-style11 .header-top .right-header2 >div >div >div:before {
  right: auto;
  left: 0;
}
.header-style1.bottom-header1 {
  border: none;
}
.header-style1 .elementor-element .top-form.top-form-minicart .top-minicart-icon {
  top: -92px;
  right: -10px;
}
.rtl .header-style1 .elementor-element .top-form.top-form-minicart .top-minicart-icon {
  left: -10px;
  right: auto;
}
.header-style11.elementor-element .top-form.top-form-minicart .top-minicart-icon a {
  padding: 0;
  line-height: 14px;
}
.header-style11 {
  border: none;
}
.header-style11 .elementor-element .top-form.top-form-minicart .top-minicart-icon {
  top: -92px;
}
.header-style11 .search-layout2 .top-form.top-search .autosearch-input {
  background: #fff;
  height: 35px;
  line-height: 35px;
  padding: 0 5px;
  border-radius: 0;
  font-size: 12px;
  border-bottom: 1px #222 solid;
}
.header-style11 .search-layout2 .top-form.top-search button.form-button {
  background-color: #fff;
  padding: 0 5px;
  text-align: right;
  border-radius: 0;
  height: 35px;
  line-height: 35px;
  color: #222;
  border-bottom: 1px #222 solid;
}
.header-style11 .header-top {
  min-height: auto;
  border-bottom: none;
}
.header-style11 .header-top .mid-header {
  margin-top: 0;
}
.header-style11 .header-top .my-wishlist .menu-title {
  display: none;
}
.header-style11 .header-top .my-account h5 {
  font-size: 0;
}
.menu-center .elementor-widget-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  justify-content: center;
}
.menu-center .elementor-widget-container >div {
  display: inline-block;
}
.copyright-text-8 .elementor-widget-container {
  text-align: center;
}
.copyright-text-8 .elementor-widget-container p {
  color: #fff;
}
.copyright-text-8 .elementor-widget-container p a {
  color: #f60;
  text-decoration: underline;
  display: inline-block;
}
.footer-style6 .elementor-widget-html .about-store {
  padding: 0;
}
.footer.footer9 {
  background: #111;
}
.footer .footer-style1 .elementor-widget-container .about-store ul li:before {
  display: none;
}
.footer.footer11 {
  background: #fff;
}
.footer.footer11 .footer-style1.style8 .socials-footer4 ul li a {
  line-height: 30px;
}
.footer.footer11 .footer-style1.style8 .socials-footer4 {
  margin-bottom: 0;
}
.footer11 .footer-copyright.style2 p {
  color: #eee;
  margin: 10px 0;
  display: inline-block;
}
.footer11 .footer-copyright.style2 p a {
  color: #fdb819;
  text-decoration: underline;
}
@media (max-width: 480px) {
  .header-style11 .header-top .right-header2.fix-row .elementor-widget-wrap {
    justify-content: center;
    padding: 10px 0;
  }
  .header-style11 .search-layout2 .top-form.top-search {
    width: 100%;
  }
}
.header12 #lang_sel > ul.nav,
.header12 .currency_w {
  margin: 0;
}
.header12 .currency_w > li > a {
  padding: 0;
}
.header12 .autusin_top .top-form.top-search button.form-button:hover::before {
  color: #fdb819;
}
.header12.header-style12 .top-form.top-form-minicart .top-minicart-icon {
  height: 35px;
}
.header12.header-style12 .search-layout2 .top-form.top-search {
  width: auto;
  border: 1px solid #ddd;
  border-radius: 20px;
}
.header12.header-style12 .search-layout2 .top-form.top-search .autosearch-input {
  background-color: transparent;
}
.header12.header-style12 .search-layout2 .top-form.top-search button.form-button {
  background-color: transparent;
  color: #888;
}
.header12.header-style12 .autusin-minicart2 .fa {
  display: none;
}
.header12.header-style12 .minicart-number {
  font-size: 12px;
  border-radius: 50%;
  background: #666;
  color: #fff;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  display: inline-block;
  vertical-align: top;
  position: absolute;
  right: 0;
}
@media (max-width: 991px) {
  .header12 .fix-row .elementor-widget-wrap >div {
    max-width: 200px;
  }
}
@media (max-width: 480px) {
  .header12  .my-wishlist .menu-title {
    font-size: 0;
  }
  .sw-woo-tab-cat4 .box-title .description {
    width: 100%;
  }
}
.footer12.footer .footer-style1 .elementor-widget-container {
  padding: 30px 0 10px;
}
.footer12.footer .footer-style1 .row1 .elementor-widget-container {
  padding: 0;
}
.footer12.footer .footer-style1 .iconstore {
  display: inline-block;
  float: left;
  width: auto;
}
.footer12.footer .footer-style1 .iconstore:last-child {
  margin: 0 5px;
}
.footer-copyright12 p {
  color: #fff;
  font-size: 14px;
  margin: 0;
  text-align: center;
}
.footer-copyright12 p a {
  color: #fdb819;
  text-decoration: underline;
}
.elementor-element .currency_w > li,
.elementor-element #lang_sel > ul.nav > li {
  padding: 0;
}
.header13 .elementor-element .currency_w > li >a,
.header13 .elementor-element #lang_sel > ul.nav > li >a {
  color: #fff;
}
.header13 .my-wishlist span,
.header13 .my-account h5 {
  color: #fff;
}
.header13 .fix-row .elementor-widget-wrap >div {
  padding: 0;
  border-left: 1px solid #ddd;
  padding: 0 15px;
}
.header13 .fix-row .elementor-widget-wrap >div:first-child {
  border: none;
}
.header-style8 .header13 .top-form.top-form-minicart .top-minicart-icon .minicart-title,
.header-style8 .header13 .top-form.top-form-minicart .top-minicart-icon .minicart-title h2 {
  color: #fff;
}
.header-style8 .header13 .autusin_top {
  border-color: transparent;
}
.footer-style3 .elementor-widget-html .elementor-widget-container {
  padding: 0;
}
.elementor-page.home-style2 .header-style2 {
  position: initial;
}
.header-style2 {
  border: none;
}
.header-style2 .top-form.top-form-minicart .top-minicart-icon .minicart-number {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 12px;
}
.rtl .header-style2 .top-form.top-form-minicart .top-minicart-icon .minicart-number {
  right: auto;
  left: 0;
}
.header-style2 .top-form.top-form-minicart .top-minicart-icon .fa {
  display: none;
}
.header-style2 .header2 >.elementor-container {
  max-width: 1200px;
}
.header-style2 .fix-row .elementor-widget-wrap >div {
  padding: 0 15px;
}
.header-style2 .fix-row .elementor-widget-wrap >div:before {
  position: absolute;
  top: 2px;
  right: 0;
  width: 1px;
  height: 13px;
  background: rgba(255,255,255,0.2);
  content: "";
}
.header-style2 .fix-row .elementor-widget-wrap >div:last-child:before {
  display: none;
}
.header-style2 .mid-header2 >div {
  background-color: #fff;
  padding: 10px 0;
}
.elementor-element .currency_w {
  margin: 0 !important;
}
.elementor-element .currency_w > li > a {
  padding: 0 !important;
}
.elementor-element .currency_w > li > a:before {
  display: none;
}
.elementor-social-icon i:hover {
  color: #fdb819 !important;
}
@media (min-width: 1200px) {
  .nav-pills {
    visibility: visible !important;
  }
}
.item .item-wrap3 .item-detail .products-thumb .top-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
}
.countdown-slider5 .slider .item-countdown .item-wrap3 .item-detail .item-content .product-countdown2 .countdown-section .countdown-period {
  font-size: 0;
}
.countdown-slider5 .slider .item-countdown .item-wrap3 .item-detail .item-content .product-countdown2 .countdown-section.days .countdown-period {
  font-size: 12px;
}
.countdown-slider5 .slider .item-countdown .item-wrap3 .item-detail .item-content .product-countdown2 .countdown-section.days .countdown-amount:before {
  display: none;
}
.header-style6 .fix-row .elementor-widget-wrap .currency_w > li .currency_switcher li a {
  color: #222;
}
.header-style6 .fix-row .elementor-widget-wrap .currency_w > li .currency_switcher li a.active {
  color: #fdb819;
}
.header-8 .nav-pills >li > a {
  padding: 13px 18px;
  font-size: 14px;
}
@media (min-width: 1200px) {
  .elementor-4563 .elementor-element.elementor-element-cece920.sw-75 {
    width: 75%;
  }
}
.menu-10 .wrapper_vertical_menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  min-width: 100%;
}
.mid-10 {
  background: #252525;
}
.mid-10 .resmenu-container .navbar-toggle .icon-bar {
  background-color: #fff;
}
.mid-10 .nav-pills >li > a {
  color: #fff;
}
.mid-10 .autusin_search_default .icon-search {
  color: #fff;
}
.header-10 {
  background-color: #f0f0f0;
}
.header-10 .my-account h5 {
  font-size: 0;
}
.header-10 .my-account h5:before {
  color: #545454;
  padding: 0 5px 0 0;
  font-size: 14px;
}
.header-10 .my-account h5:before:hover {
  color: #fdb819;
}
.header-10 .my-wishlist .menu-title {
  font-size: 0;
}
.header-10 .my-wishlist .fa {
  color: #545454;
  font-size: 14px;
}
.header-10 .my-wishlist .fa:hover {
  color: #fdb819;
}
.header-10 .cart-contents {
  color: #545454;
  font-size: 14px;
}
.header-10 .cart-contents:hover {
  color: #fdb819;
}
.header-10 .cart-contents .minicart-number {
  padding: 0 5px;
}
.header-10 .fix-row .elementor-widget-wrap >div {
  padding: 0 10px;
}
.header-10 .fix-right .elementor-widget-wrap .my-wishlist {
  border-left: 1px solid #545454;
  border-right: 1px solid #545454;
  height: 15px;
}
.elementor-element #lang_sel > ul.nav > li > a {
  padding: 0;
}
.elementor-element #lang_sel > ul.nav {
  margin: 0;
}
.tp-bullets.custom {
  margin-left: -60px;
  width: 120px !important;
}
.tp-bullets.custom .tp-bullet {
  width: 30px !important;
  height: 6px !important;
  background-color: #fff !important;
  position: relative !important;
  display: inline-block !important;
  border-radius: 3px !important;
  cursor: pointer;
  box-sizing: content-box;
  text-align: center !important;
  left: 0 !important;
}
.tp-bullets.custom .tp-bullet + .tp-bullet {
  margin-left: 10px !important;
}
.rtl .tp-bullets.custom .tp-bullet + .tp-bullet {
  margin-right: 10px !important;
  margin-left: 0 !important;
}
.tp-bullets.custom .tp-bullet:hover {
  background-color: #fdb819 !important;
}
.tp-bullets.custom .tp-bullet:after {
  display: none;
  background-color: transparent;
  box-shadow: none;
}
.tp-bullets.custom .tp-bullet.selected {
  width: 30px !important;
  height: 6px !important;
  border-radius: 3px !important;
  background-color: #fdb819 !important;
}
.see-more {
  color: #111;
  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: #fdb819;
  height: 45px;
  line-height: 44px !important;
  padding: 0 45px !important;
  letter-spacing: 1px;
}
.see-more:hover {
  background: #e19e02;
  border-color: #fdb819;
  -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;
}
.see-more2 {
  color: #fff;
  border: 1px #fff solid;
  font-size: 12px !important;
  height: 35px;
  line-height: 34px !important;
  padding: 0 25px !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;
}
.see-more2:hover {
  color: #fdb819;
  border-color: #fdb819;
  -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;
}
.revo-des {
  font-size: 18px !important;
  line-height: 26px !important;
}
.revo-color {
  color: #fdb819;
}
.footer-text {
  text-align: center;
  font-size: 12px;
}
.elementor-page.home-page-13 .best-selling-product2 {
  position: relative;
  background-color: #fff;
}
.elementor-page.home-page-13 .sw-best-seller-product .wrap-content .item .item-img {
  margin: 0 10px;
}
.elementor-page.home-page-13 .autusin_breadcrumbs {
  display: none;
}
.elementor-page.home-page-13 .sw-best-seller-product .wrap-content {
  padding: 0;
}
.elementor-page.home-page-13 .sw-best-seller-product .wrap-content .item {
  padding: 25px 0 26px;
  margin: 0;
  border: 0;
  background-color: #fff;
}
.elementor-page.home-page-13 .sw-best-seller-product .wrap-content .item:nth-child(2n) {
  background-color: #f0f0f0;
}
.top-header8 .fix-row .elementor-widget-wrap > div {
  padding: 0 12px;
}
.top-header8 .my-account h5::before {
  padding: 0 5px 0 0;
}
.copyright-text-13 .elementor-widget-container p {
  color: #3b3b3b;
}
.footer-style6 .elementor-widget-image .elementor-widget-container {
  padding: 0 0 30px;
}
.elementor-page.home-style2 .sw-category-slider2 {
  margin: 0;
}
.menu-footer-m {
  margin: 0 -5px 30px;
}
.row-5 >div {
  margin: 0 -5px !important;
}
.foote1 .newsletter-footer .form-newsletter button[type="submit"],
.foote1 .newsletter-footer .form-newsletter input[type="email"] {
  margin-bottom: 0;
}
.foote1 .newsletter-footer {
  margin: 0;
}
.elementor-page.home-page-13 .sw-best-seller-product .wrap-content .item {
  padding: 22px 0;
}
.top-header7.header-style5 .currency_w > li,
.top-header7.header-style5 #lang_sel > ul.nav > li {
  padding: 0;
}
@media (min-width: 1200px) {
  .mid-header13 .autusin_search_2 .top-form.top-search .content-search {
    padding: 0 140px 0 40px;
  }
  .rtl .mid-header13 .autusin_search_2 .top-form.top-search .content-search {
    padding: 0 40px 0 140px;
  }
}
.mid-header2.elementor-sticky--effects {
  background-color: #fff;
}
.top-header1 .autusin_search_default .icon-search {
  font-size: 12px;
  color: #999;
}
@media (min-width: 480px) {
  .top-header1 .autusin_search_default .icon-search {
    width: auto;
  }
}
.elementor-element-782f58c {
  position: absolute;
  right: 45px;
  top: -6px;
}
.rtl .elementor-element-782f58c {
  right: auto;
  left: 45px;
}
.elementor-element-782f58c .elementor-heading-title a:hover {
  color: #fdb819;
}
.elementor-portfolio__filter:hover,
.elementor-portfolio__filter.elementor-active {
  color: #fff !important;
  background-color: #fdb819 !important;
  border-color: #fdb819 !important;
}
.elementor-portfolio__filter {
  border: 1px solid #ddd !important;
  padding: 0 20px !important;
  height: 40px;
  line-height: 40px;
}
.elementor-widget-container ul.about-list li::before {
  display: none;
}
.footer-style1-bot.style7 .newsletter-footer {
  margin: 0 !important;
}
.woo-slider-default .res-button {
  display: none !important;
}
.elementor-page >.container {
  max-width: 100%;
}
@media (min-width: 1200px) {
  .elementor-page >.container .main-page {
    padding: 0;
  }
}
.home-style7.elementor-page >.container {
  max-width: 1860px;
}
.elementor-section.elementor-section-boxed > .elementor-container {
  margin: 0 auto;
}
.my-account h5::before {
  padding: 0 5px 0 0;
}
.rtl .mid-header11 .search-layout2 .top-form.top-search {
  float: left;
}
.rtl .mid-header11 .search-layout2 .top-form.top-search button.form-button {
  text-align: left;
}
@media (min-width: 991px) {
  .rtl .elementor-3864 .elementor-element.elementor-element-f0ac272 > .elementor-element-populated {
    padding: 0 15px 0 0;
  }
}
@media (min-width: 991px) {
  .rtl .elementor-3864 .elementor-element.elementor-element-a5e7818 > .elementor-element-populated {
    padding: 0 0 0 15px;
  }
}
.rtl .header13 .fix-row .elementor-widget-wrap > div {
  border-right: 1px solid #ddd;
  border-left: none;
}
.rtl .header13 .fix-row .elementor-widget-wrap > div:first-child {
  border: none;
}
.rtl .mid-10 .autusin_search_default .icon-search {
  float: left;
}
.rtl .bottom-header9 .my-wishlist .menu-wishlist a {
  display: inline-block;
}
.rtl .autusin-minicart4 .top-minicart-icon .cart-contents {
  border-left: 2px #eee solid;
  border-right: none;
}
.rtl .elementor-element #lang_sel > ul.nav > li > a {
  padding: 0;
}
.rtl .elementor-4930 .elementor-element.elementor-element-8906aca,
.rtl .elementor-4898 .elementor-element.elementor-element-ac9cd82,
.rtl .elementor-4750 .elementor-element.elementor-element-d90dcdc,
.rtl .elementor-4970 .elementor-element.elementor-element-f7bd01f,
.rtl .elementor-4882 .elementor-element.elementor-element-682ee98,
.rtl .elementor-4882 .elementor-element.elementor-element-f13e887,
.rtl .elementor-4827 .elementor-element.elementor-element-0401d43,
.rtl .elementor-4751 .elementor-element.elementor-element-9ffe074,
.rtl .elementor-4694 .elementor-element.elementor-element-969408e,
.rtl .elementor-4758 .elementor-element.elementor-element-a01a546 {
  text-align: right;
}
.rtl .my-wishlist .menu-wishlist a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  align-items: baseline;
  flex-direction: row-reverse;
}
.rtl .elementor-4706 .elementor-element.elementor-element-13f6f2a {
  text-align: right;
}
.rtl .elementor-4735 .elementor-element.elementor-element-4a87f0a,
.rtl .elementor-4706 .elementor-element.elementor-element-7ea6aa1 {
  text-align: left;
}
.rtl .elementor-4665 .elementor-element.elementor-element-8679c0b > .elementor-widget-container {
  padding: 0px 0 0px 20px;
}
.rtl .elementor-4665 .elementor-element.elementor-element-d0d4bb7 > .elementor-widget-container {
  border-width: 0px 1px 0px 0;
}
.rtl .mid-header4 .autusin_top .top-form.top-search {
  float: left;
}
.rtl .header-top2 .textwidget.custom-html-widget {
  float: right;
}
.rtl .header-top2 .textwidget.custom-html-widget i {
  padding: 5px;
  float: left;
}
.rtl .elementor-4622 .elementor-element.elementor-element-b086c3f {
  text-align: right;
}
.rtl .elementor-element #lang_sel > ul.nav {
  margin: 0;
}
.rtl .elementor-4622 .elementor-element.elementor-element-c7c6249 > .elementor-widget-container {
  padding: 0;
}
.rtl .header-mid-2 .autusin_search_default .icon-search {
  float: left;
}
.rtl .header-top2 #lang_sel > ul.nav > li > a {
  padding-left: 15px;
  padding-right: 0;
}
.rtl .sw_header22 .elementor-widget-wrap >div:last-child {
  padding-right: 15px;
  padding-left: 0;
}
.rtl .elementor-4524 .elementor-element.elementor-element-94aeb7b {
  text-align: right;
}
.rtl .elementor-4593 .elementor-element.elementor-element-ca884f9 {
  padding: 0;
  text-align: left;
}
.rtl .footer1 .about-store ul.about-list li i {
  margin: 0 0 0 20px;
}
.rtl .elementor-4593 .elementor-element.elementor-element-ae57c32 {
  text-align: right;
}
.rtl .elementor-4593 .elementor-element.elementor-element-a4f7bfb {
  text-align: left;
}
.rtl .header-style1 .elementor-element .top-form.top-form-minicart .top-minicart-icon {
  right: auto;
  left: 0;
}
.rtl .elementor-4556 .elementor-element.elementor-element-ace851d > .elementor-element-populated {
  padding: 0 0 0 123px;
}
.rtl .top-right >.elementor-element-populated >.elementor-widget-wrap >div:before {
  right: auto;
  left: 0;
}
.rtl .top-header-1 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  align-items: center;
}
.rtl .top-header-1 a {
  padding: 0 5px;
}
.rtl .top-header-1 i {
  padding: 0 0 0 5px;
}
@media (max-width: 480px) {
  .elementor-4827 .elementor-element.elementor-element-8c9422d > .elementor-element-populated {
    position: absolute;
    top: -86px;
    width: 80px;
  }
  .elementor-4827 .elementor-element.elementor-element-8c9422d > .elementor-element-populated #main-menu .primary-menu .resmenu-container .navbar-toggle {
    border: 2px #ddd solid;
    width: 44px;
    height: 44px;
  }
  .autusin_top .top-form.top-search .cat-wrapper {
    display: none;
  }
  .header-mid5 .autusin-minicart3 .minicart-title >h2,
  .header-mid5 .autusin-minicart3 .minicart-title >span,
  .header-mid5 .autusin-minicart3 .minicart-title >label {
    display: none;
  }
  .autusin_breadcrumbs .breadcrumbs .breadcrumb {
    padding: 0;
  }
  .elementor-portfolio__filter {
    width: 100% !important;
    margin: 0 0 10px !important;
  }
  .rtl .header-style8 .top-form.top-form-minicart {
    padding: 0;
  }
  .elementor-4758 .elementor-element.elementor-element-a01a546 {
    text-align: center;
  }
  .countdown-slider5 .slider .item-countdown .item-wrap3 .item-detail .item-image-countdown,
  .countdown-slider5 .slider .item-countdown .item-wrap3 .item-detail .item-content {
    width: 100%;
    padding: 0 15px;
  }
  .footer-style3 .elementor-element  .elementor-widget-container {
    padding-top: 15px;
  }
  .header-style5 .right .elementor-widget-wrap {
    align-items: baseline;
  }
  .header-style5 .right .elementor-widget-wrap .my-wishlist .menu-title {
    font-size: 0;
  }
  .rtl .elementor-4524 .elementor-element.elementor-element-94aeb7b {
    text-align: center;
  }
  .elementor-4593 .elementor-element.elementor-element-ca884f9 .elementor-repeater-item-81fdfea.elementor-social-icon {
    margin-right: 20px;
  }
  .rtl .elementor-4593 .elementor-element.elementor-element-ca884f9 .elementor-repeater-item-81fdfea.elementor-social-icon {
    margin: 0 0 0 20px;
  }
  .header-style1 .elementor-element .top-form.top-form-minicart .top-minicart-icon {
    top: -107PX;
    right: 0;
  }
  .sw-woo-tab-default .resp-tab .category-slider-content .block-title h3,
  .sw-woo-tab-cat .resp-tab .category-slider-content .block-title h3 {
    font-size: 24px;
  }
  .elementor-4593 .elementor-element.elementor-element-ae57c32 .elementor-widget-wrap,
  .elementor-4593 .elementor-element.elementor-element-a4f7bfb .elementor-widget-wrap {
    justify-content: center;
  }
  .rtl .header-style1 .elementor-element .top-form.top-form-minicart .top-minicart-icon {
    top: -100px;
  }
  .rtl .elementor-4556 .elementor-element.elementor-element-2ea0f49 {
    text-align: right;
  }
  .top-right > .elementor-element-populated > .elementor-widget-wrap {
    justify-content: center;
  }
  .top-header2 .fix-row .elementor-widget-wrap > div,
  .top-right > .elementor-element-populated > .elementor-widget-wrap > div {
    padding: 0 10px;
  }
  .rtl .elementor-4556 .elementor-element.elementor-element-ace851d > .elementor-element-populated {
    padding: 0;
  }
  .footer-style1-bot.style7 .newsletter-footer h5 {
    display: none;
  }
  .elementor-element-16a278f.fix-row .elementor-widget-wrap {
    justify-content: center;
  }
  .woo-slider-default .res-button.slick-prev,
  .woo-slider-default .res-button.slick-next {
    display: none !IMPORTANT;
  }
  .textwidget.custom-html-widget {
    font-size: 0;
  }
  .sw_header22 .elementor-widget-wrap >div {
    padding: 0 10px;
  }
  .top-header2 .autusin_search_default .icon-search {
    font-size: 0;
  }
  .top-header2 .autusin_search_default .icon-search i {
    font-size: 14px;
  }
  .top-header2 .custom-box-menu >.elementor-widget-container h5 {
    font-size: 0;
  }
  .top-header2 .custom-box-menu >.elementor-widget-container:before {
    top: 3px;
  }
}
.menu-responsive-inner .swsearch-wrapper .icon-search {
  display: none;
}
@media (max-width: 767px) {
  .header-style11 .header-top .right-header2 .elementor-widget-wrap {
    padding: 10px 0;
    justify-content: center;
  }
  .header-style1 .elementor-element .top-form.top-form-minicart .top-minicart-icon {
    top: -112px !important;
    right: 0;
  }
  .rtl .header-style1 .elementor-element .top-form.top-form-minicart .top-minicart-icon {
    right: auto;
    left: 0;
  }
  .rtl .elementor-4898 .elementor-element.elementor-element-ac9cd82,
  .rtl .elementor-4750 .elementor-element.elementor-element-d90dcdc,
  .rtl .elementor-4970 .elementor-element.elementor-element-f7bd01f,
  .rtl .elementor-4827 .elementor-element.elementor-element-0401d43,
  .rtl .elementor-4751 .elementor-element.elementor-element-9ffe074,
  .rtl .elementor-4694 .elementor-element.elementor-element-969408e,
  .rtl .elementor-4758 .elementor-element.elementor-element-a01a546 {
    text-align: center;
  }
  .rtl .elementor-4665 .elementor-element.elementor-element-8679c0b > .elementor-widget-container {
    padding: 0px 0 0px 5px;
  }
}
@media (max-width: 1200px) {
  .mid-header7 .nav-pills > li > a {
    padding: 8px 15px;
  }
  .countdown-slider .res-button {
    top: 60px;
  }
  .elementor-4556 .elementor-element.elementor-element-ace851d > .elementor-element-populated {
    padding: 0;
  }
  .rtl .elementor-4556 .elementor-element.elementor-element-ace851d > .elementor-element-populated {
    padding: 0;
  }
  .elementor-4556 .elementor-element.elementor-element-ace851d > .elementor-element-populated >div {
    justify-content: center;
  }
  .elementor-4584 .elementor-element.elementor-element-f42eac3 {
    width: 100% !important;
  }
  .elementor-4584 .elementor-element.elementor-element-c44b613,
  .elementor-4556 .elementor-element.elementor-element-38d2d9c {
    display: none;
  }
  .elementor-page.home-page-13 .sw-best-seller-product .wrap-content .item {
    padding: 23px 0 24px;
  }
  .footer-style1-bot.style7 .newsletter-footer h3,
  .footer-style1-bot.style7 .newsletter-footer h5 {
    font-size: 0;
  }
  .elementor-page.home-style9 .header-style9 .vertical_megamenu-header:hover .wrapper_vertical_menu {
    opacity: 1;
    visibility: visible;
  }
  .elementor-page.home-style9 .header-style9 .wrapper_vertical_menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 767px) and (min-width: 480px) {
  .elementor-4827 .elementor-element.elementor-element-c3cca97,
  .elementor-4827 .elementor-element.elementor-element-9b5434d {
    width: 50%;
  }
}
@media (max-width: 991px) and (min-width: 767px) {
  .elementor-page .header-style9 .vertical_megamenu-header  .mega-left-title {
    display: block;
  }
  .elementor-4827 .elementor-element.elementor-element-e0b53ee {
    width: 50% !important;
  }
  .elementor-4694 .elementor-element.elementor-element-c5e3e13 {
    width: 45% !important;
  }
  .elementor-4694 .elementor-element.elementor-element-2500cf0 {
    width: 35% !important;
  }
  .elementor-4751 .elementor-element.elementor-element-2296d7a {
    width: 80% !important;
  }
  .elementor-4556 .elementor-element.elementor-element-ace851d {
    width: 100%;
  }
  .elementor-4827 .elementor-element.elementor-element-9b5434d {
    width: 50%;
  }
  .elementor-4827 .elementor-element.elementor-element-c3cca97 {
    width: 100%;
  }
  .elementor-4827 .elementor-element.elementor-element-c3cca97 >div >div {
    justify-content: center;
    padding: 10px 0 0;
  }
  .bottom-header9 .autusin_search_2 .top-form.top-search .content-search {
    padding: 0;
  }
  .elementor-4593 .elementor-element.elementor-element-231a7f9 {
    width: 60% !important;
  }
  .elementor-4593 .elementor-element.elementor-element-1c1b063 {
    width: 40% !important;
  }
  .elementor-element-df6e341,
  .elementor-element-31b223d {
    width: 100% !important;
  }
}
@media (max-width: 991px) {
  .sw-best-seller-product .wrap-content .item {
    border-color: transparent;
  }
  .elementor-4424 .elementor-element.elementor-element-243ea32,
  .elementor-4424 .elementor-element.elementor-element-8026a8a {
    width: 100% !important;
  }
  .elementor-4593 .elementor-element.elementor-element-a4f7bfb,
  .elementor-4593 .elementor-element.elementor-element-ae57c32 {
    text-align: center;
    margin: 0 0 10px;
  }
  .header-style1 .elementor-element .top-form.top-form-minicart .top-minicart-icon {
    top: -94px;
  }
  .footer-style6-top .newsletter-footer4 h5 {
    font-size: 0 !important;
  }
  .elementor-page.home-page-13 .sw-best-seller-product .wrap-content .item,
  .elementor-3864 .elementor-element.elementor-element-a5e7818,
  .elementor-3864 .elementor-element.elementor-element-f0ac272 {
    width: 100% !important;
  }
  .elementor-page.home-page-13 .sw-best-seller-product .wrap-content .item >div,
  .elementor-3864 .elementor-element.elementor-element-a5e7818 >div,
  .elementor-3864 .elementor-element.elementor-element-f0ac272 >div {
    padding: 0 !important;
  }
  .elementor-4750 .elementor-element.elementor-element-1535e08e {
    width: 100%;
  }
  .elementor-4794 .elementor-element.elementor-element-63ea7386 .copyright-text,
  .elementor-4735 .elementor-element.elementor-element-f6fe4bd.copyright-text {
    text-align: center;
  }
  .elementor-4794 .elementor-element.elementor-element-3e6469aa,
  .elementor-4735 .elementor-element.elementor-element-4a87f0a,
  .rtl .elementor-4735 .elementor-element.elementor-element-4a87f0a {
    text-align: center;
  }
  .elementor-4794 .elementor-element.elementor-element-192a261c,
  .elementor-4794 .elementor-element.elementor-element-63ea7386,
  .elementor-4735 .elementor-element.elementor-element-f6fe4bd,
  .elementor-4735 .elementor-element.elementor-element-ef1a92e {
    width: 100%;
    margin-bottom: 10px;
  }
  .newsletter-footer h5 {
    font-size: 0 !important;
    display: none;
  }
  .rtl .elementor-4593 .elementor-element.elementor-element-ae57c32,
  .rtl .elementor-4593 .elementor-element.elementor-element-a4f7bfb {
    margin: 0 0 10px;
    text-align: center;
  }
}
.hot-deals .item-description {
  display: none;
}
.woo-tab-container-slider {
  position: relative;
}
.elementor-page .header-style3 .header-mid .search-cate .autusin_search_default .icon-search {
  display: none;
}
.elementor-element  .search-cate .autusin_search_default .icon-search {
  display: none !important;
}
.rtl .elementor-element.header-style2 .top-form.top-form-minicart {
  float: left;
}
.rtl .elementor-4556 .elementor-element.elementor-element-782f58c .elementor-heading-title {
  text-align: right;
}
.elementor-page.rtl .countdown-slider .res-button.slick-next {
  right: auto;
  left: 65px;
}
.elementor-page.rtl .countdown-slider .res-button.slick-prev {
  left: 15px;
}
.elementor-page .autusin_breadcrumbs {
  max-width: 1170px;
  margin: 36px auto 0;
}
.elementor-page .autusin_breadcrumbs .listing-title {
  margin: 0;
}
.elementor-page .autusin_breadcrumbs .listing-title h1 {
  margin: 0;
}
@media (min-width: 1200px) {
  .elementor-pagebody {
    position: relative;
  }
}
.elementor-pagebody.mobile-demo {
  position: initial;
}
.elementor-page.page .container {
  max-width: 100%;
}
.elementor-pagebody {
  overflow-x: hidden;
}
.rtl .newsletter-footer3 .form-newsletter {
  margin: 0 auto 25px auto;
}
.rtl .elementor-4664 .elementor-element.elementor-element-4ebacaa > .elementor-element-populated {
  padding: 5px 5px 5px 0px;
}
.rtl .elementor-4794 .elementor-element.elementor-element-3e6469aa {
  text-align: left;
}
.rtl .elementor-4882 .elementor-element.elementor-element-3040990 {
  text-align: left;
}
.elementor-element-9599e4d .elementor-container {
  margin: 0 -15px !important;
}
.listing-tab-shortcode .tabbable .tab-content .item .item-wrap {
  border: none;
}
.rtl .listing-tab-shortcode .tabbable .nav.nav-tabs li:after {
  left: 10px;
  right: auto;
  content: "\f0d9";
}
.listing-tab-shortcode .tabbable .nav.nav-tabs li:hover:after,
.listing-tab-shortcode .tabbable .nav.nav-tabs li.active:after {
  color: #fdb819;
}
.responsive-post-slider2 .resp-slider-container .block-title h3,
.sw-woo-tab-style4 .resp-tab .category-slider-content .block-title h3,
.woo-slider-theme1 .block-title h3,
.elementor-4335 .elementor-element.elementor-element-2cf1c48 .elementor-heading-title,
.sw-woo-tab-style3 .resp-tab .category-slider-content .nav-tabs-select ul.nav-tabs li > a {
  text-transform: uppercase;
  font-weight: 700;
}
.sw-woo-tab-style4 .resp-tab .category-slider-content .nav-tabs-select ul.nav-tabs li > a {
  font-weight: 600;
  text-transform: uppercase;
  color: #545454;
}
.home-style3 .testimonial-slider {
  margin: 35px 0 40px;
}
.rtl .bottom-header5 .listing-tab-shortcode .tabbable .nav.nav-tabs li:after {
  display: none;
}
.listing-tab-shortcode .tabbable .nav.nav-tabs li:after {
  font-family: FontAwesome;
  position: absolute;
  color: #999;
  top: 50%;
  margin-top: -8px;
}
.nav-pills.nav-mega .autusin-mega-menu.autusin-menu-img > a span.menu-img {
  top: -10px;
}
body {
  overflow-x: hidden;
}
.newsletter-footer3 .form-newsletter {
  margin: 0 auto 25px auto !important;
}
.sw-best-seller-product .wrap-content .item .item-content .item-price del {
  text-decoration: line-through;
}
.elementor .bottom-header5 .resmenu-container .navbar-toggle .icon-bar {
  background-color: #fff;
}
.elementor .bottom-header5 .nav-pills >li.active >a,
.elementor .bottom-header5 .nav-pills >li.active >a:hover,
.elementor .bottom-header5 .nav-pills >li.active >a:focus {
  color: #fdb819;
}
.elementor .bottom-header5 .nav-pills >li > a {
  color: #fff;
}
.elementor .copyright-text5 .copyright-text p {
  margin: 0;
  color: #fff;
}
.elementor .copyright-text5 .copyright-text p a {
  color: #fdb819;
}
.elementor .headerstyle13 .autusin_search_2 {
  border-color: transparent;
}
.elementor .headerstyle13 .header-style8 .top-form.top-form-minicart .top-minicart-icon .minicart-title,
.elementor .headerstyle13 .header-style8 .top-form.top-form-minicart .top-minicart-icon .minicart-title h2 {
  color: #fff;
}
.elementor .headerstyle13.header-style5 .currency_w > li,
.elementor .headerstyle13.header-style5 #lang_sel > ul.nav > li {
  padding: 0;
}
.elementor .headerstyle13 .my-wishlist .fa,
.elementor .headerstyle13 .my-wishlist .menu-title,
.elementor .headerstyle13 .my-account h5,
.elementor .headerstyle13.header-style5 .currency_w > li > a,
.elementor .headerstyle13.header-style5 #lang_sel > ul.nav > li > a {
  color: #fff;
}
.elementor .headerstyle13 .elementor-4751 .elementor-element.elementor-element-5fd12fb {
  background: url(../assets/img/bg-header-mid.jpg) no-repeat;
}
.elementor .headerstyle13.top-header8 .fix-row .elementor-widget-wrap >div {
  padding: 0 15px;
  position: relative;
}
.elementor .headerstyle13.top-header8 .fix-row .elementor-widget-wrap >div:first-child::before {
  display: none;
}
.elementor .headerstyle13.top-header8 .fix-row .elementor-widget-wrap >div:before {
  background-color: #999;
  content: "";
  height: 10px;
  width: 1px;
  left: 0;
  top: 3px;
  position: absolute;
  display: inline-block;
}
.elementor .footer-style13 .footer-style6-top {
  background: transparent;
}
.elementor .footer-style13 .footer-style6-top .socials-footer h5,
.elementor .footer-style13 .footer-style6-top .socials-footer h3,
.elementor .footer-style13 .footer-style6-top .newsletter-footer4 h3,
.elementor .footer-style13 .footer-style6-top .newsletter-footer4 h5 {
  color: #fff;
}
.elementor .mid-header2 >div {
  background-color: #fff;
  padding: 10px 0;
}
.elementor .mid-header2 >div .top-form .wrapp-minicart {
  top: 35px;
}
.elementor .vertical_megamenu-header {
  width: 100%;
}
.elementor .header-mid {
  padding: 0;
}
.elementor .header-style1 .sticky-menu .top-form.top-form-minicart .top-minicart-icon {
  padding-top: 75px;
}
.elementor .header-style1 .sticky-menu {
  padding: 13px 0 14px;
}
.elementor .top-form.top-form-minicart {
  width: 100%;
}
.elementor .header-top2 .currency_w > li > a:after,
.elementor .header-top2 .currency_w > li > a,
.elementor .header-top2 #lang_sel a.lang_sel_sel:after,
.elementor .header-top2 #lang_sel > ul.nav > li > a {
  color: #202020;
  text-transform: uppercase;
}
.rtl .elementor .header-style1 .main-menu {
  float: right;
}
.rtl .elementor .footer1 ul.about-list li {
  padding: 0;
}
.home-style1 #rev_slider_17_1_wrapper .custom.tparrows {
  width: 120px;
  height: 120px;
  background: rgba(110,110,120,0.5);
  border-radius: 50%;
}
.home-style1 #rev_slider_17_1_wrapper .custom.tparrows:before {
  font-weight: 700 !important;
  font-size: 20px !important;
  color: #111 !important;
  line-height: 120px;
}
.home-style1 #rev_slider_17_1_wrapper .custom.tparrows:hover {
  background: rgba(208,209,210,0.9);
}
.home-style1 #rev_slider_17_1_wrapper .custom.tparrows.tp-leftarrow {
  margin-left: -45px !important;
}
.home-style1 #rev_slider_17_1_wrapper .custom.tparrows.tp-leftarrow:before {
  margin-right: -35px !important;
}
.home-style1 #rev_slider_17_1_wrapper .custom.tparrows.tp-rightarrow {
  margin-right: -45px !important;
}
.home-style1 #rev_slider_17_1_wrapper .custom.tparrows.tp-rightarrow:before {
  margin-left: -35px !important;
}
.footer1 .elementor-social-icon i:hover {
  color: #fff;
}
.top-header2 .custom-box-menu >.elementor-widget-container {
  padding-left: 0;
}
.top-header2 .autusin_search_default .icon-search,
.top-header2 .custom-box-menu >.elementor-widget-container h5,
.top-header2 .currency_w > li > a,
.top-header2 #lang_sel > ul.nav > li > a {
  font-size: 14px;
}
.fix-center-elementor >div >div {
  align-items: center;
}
.header-style2.elementor-element .top-form.top-form-minicart .top-minicart-icon .minicart-number {
  position: absolute;
  right: -10px;
  top: -10px;
  width: 26px;
  font-size: 12px;
  height: 26px;
  border-radius: 50%;
  background-color: rgba(204,204,204,0.7);
  line-height: 26px;
}
.rtl .header-style2.elementor-element .top-form.top-form-minicart .top-minicart-icon .minicart-number {
  right: auto;
  left: -10px;
}
.home-style2 .sw-woo-tab-cat .resp-tab .category-slider-content .description,
.home-style2 .responsive-post-slider .resp-slider-container .description,
.home-style2 .featured-product .description {
  font-family: 'Playball';
  font-size: 22px;
}
@media (min-width: 1200px) {
  .home-style2 .elementor-element .countdown-slider {
    margin: 105px 0 65px 0;
  }
}
.home-style2 .elementor-element .sw-brand-container-slider {
  margin: 0;
}
.home-style3 div.star span,
.home-style3 div.stars span,
.home-style4 div.star span,
.home-style4 div.stars span {
  background: url(../assets/img/star_demo2.png) repeat scroll 0 0 rgba(0,0,0,0);
}
.home-style3 div.star,
.home-style3 div.stars,
.home-style4 div.star,
.home-style4 div.stars {
  background: url(../assets/img/star_activedemo2.png) repeat scroll 0 0 rgba(0,0,0,0);
}
.home-style3 .item-price,
.home-style3 .item-price ins,
.home-style3 .item-price span >.amount,
.home-style3 .item-price del,
.home-style3 .item-price >.amount {
  color: #262e31;
}
.home-style3 .item .item-wrap2 .item-detail .item-content h4 a {
  font-size: 16px;
}
.home-style3 .item .item-wrap2 .item-detail .item-content .item-bottom  .product_type_simple,
.home-style3 .item .item-wrap2 .item-detail .item-content .item-bottom a.ajax_add_to_cart,
.home-style3 .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_variable,
.home-style3 .item .item-wrap2 .item-detail .item-content .item-bottom .add_to_cart_button,
.home-style3 .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_external,
.home-style3 .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_grouped {
  background: #ffb6b8 url(../assets/img/icon_cart.png) center center no-repeat !important;
}
.home-style3 .item .item-wrap2:hover .item-detail .item-content .item-bottom .product_type_simple,
.home-style3 .item .item-wrap2:hover .item-detail .item-content .item-bottom a.ajax_add_to_cart,
.home-style3 .item .item-wrap2:hover .item-detail .item-content .item-bottom .product_type_variable,
.home-style3 .item .item-wrap2:hover .item-detail .item-content .item-bottom .add_to_cart_button,
.home-style3 .item .item-wrap2:hover .item-detail .item-content .item-bottom .product_type_external,
.home-style3 .item .item-wrap2:hover .item-detail .item-content .item-bottom .product_type_grouped,
.home-style3 .item .item-wrap2:hover .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.home-style3 .item .item-wrap2:hover .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.home-style3 .item .item-wrap2:hover .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
.home-style3 .item .item-wrap2:hover .item-detail .item-content .item-bottom .compare-button a,
.home-style3 .item .item-wrap2:hover .item-detail .item-content .item-bottom .sw-quickview {
  background: #ffb6b8;
}
.home-style3 .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_simple:hover,
.home-style3 .item .item-wrap2 .item-detail .item-content .item-bottom a.ajax_add_to_cart:hover,
.home-style3 .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_variable:hover,
.home-style3 .item .item-wrap2 .item-detail .item-content .item-bottom .add_to_cart_button:hover,
.home-style3 .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_external:hover,
.home-style3 .item .item-wrap2 .item-detail .item-content .item-bottom .product_type_grouped:hover,
.home-style3 .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover,
.home-style3 .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover,
.home-style3 .item .item-wrap2 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover,
.home-style3 .item .item-wrap2 .item-detail .item-content .item-bottom .compare-button a:hover,
.home-style3 .item .item-wrap2 .item-detail .item-content .item-bottom .sw-quickview:hover {
  background-color: #ff8dae !important;
}
.home-style3 .sw-category-slider3 {
  margin: 0 0 75px 0;
}
.home-style3 .sw-woo-tab-style3 {
  margin-bottom: 65px;
}
.home-style3 .woo-slider-theme1 {
  margin-bottom: 65px;
}
.home-style3 .countdown-slider4 .item .item-wrap2 .item-detail .item-content .item-price ins {
  font-size: 26px;
  font-weight: 400;
}
.home-style3 .item .item-wrap2 .item-detail .item-content .item-price {
  font-size: 20px;
  font-weight: 400;
}
.header-style4-elementor .nav-pills >li > a {
  font-size: 15px;
  color: #222;
}
.header-style4-elementor .currency_w > li > a,
.header-style4-elementor #lang_sel > ul.nav > li > a {
  color: #545454;
  text-transform: capitalize;
}
.item .item-wrap2 .item-detail .item-content .item-price {
  font-size: 20px;
  color: #262e31;
  font-weight: 400;
}
.item .item-wrap2 .item-detail .item-content .item-price ins,
.item .item-wrap2 .item-detail .item-content .item-price span >.amount {
  color: #262e31;
}
@media (min-width: 1200px) {
  .home-style4 .woo-slider-theme1 {
    margin-bottom: 80px;
  }
}
.elementor-element .top-login {
  padding: 0 0 0 15px;
  position: relative;
}
.elementor-element .top-login ul {
  margin: 0;
  list-style: none;
}
.rtl .elementor-element .top-login {
  padding: 0 15px 0 0;
}
.elementor-element .top-login:hover ul:before {
  color: #fdb819;
}
.elementor-element .top-login .div-logined ul:before {
  content: "\f023";
  font-family: fontawesome;
  font-size: 12px;
  position: absolute;
  left: 0;
  top: 3px;
}
.elementor-element .top-login ul:before {
  content: "\f09c";
  font-family: fontawesome;
  font-size: 12px;
  position: absolute;
  left: 0;
  top: 3px;
}
.top-header8 .fix-row .elementor-widget-wrap > div.my-wishlist {
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.header-top9 .header-right .elementor-widget-wrap {
  padding: 7px 0;
}
.responsive-post-slider5 .res-button {
  color: #929292;
}
.header-style1.elementor-element .sticky-menu .top-form.top-form-minicart .top-minicart-icon {
  background-image: none;
}
.search-code .autusin_search_default .icon-search {
  display: none;
}
.autusin_top .top-form.top-search.open {
  display: block;
}
.mid-header7.sticky-menu {
  position: fixed;
  z-index: 99;
}
@media (max-width: 480px) {
  .mobile-layout .main-page {
    padding: 0 10px;
  }
}
body.mobile-layout .vc_row[data-vc-full-width] {
  width: auto !important;
  left: auto !important;
  right: auto !important;
}
.mobile-layout .header.sticky-mobile {
  position: fixed;
  width: 100%;
  z-index: 5;
  box-shadow: none;
  top: 0;
  left: 0;
  right: 0;
}
.mobile-layout .header-mobile-style1.sticky-mobile,
.mobile-layout .header-mobile-style2.sticky-mobile {
  padding-bottom: 1px;
}
.mobile-layout .category-contents .blog-content .post .entry .entry-content .content-top .entry-meta-tag,
.mobile-layout .category-contents .blog-content .post .entry .entry-content .content-top .entry-meta {
  font-size: 12px;
}
.mobile-layout .wpb_text_column {
  margin-bottom: 10px;
}
.mobile-layout .sale-off,
.mobile-layout .sw-newlabel {
  width: 40px;
  height: 25px;
  line-height: 25px;
}
.header-mobile-style1,
.header-mobile-style2 {
  background: #fff;
}
.header-mobile-style1 .vertical_megamenu .resmenu-container .menu-responsive-wrapper,
.header-mobile-style2 .vertical_megamenu .resmenu-container .menu-responsive-wrapper {
  top: 35px !important;
}
.header-mobile-style1.sticky-mobile .vertical_megamenu .resmenu-container .menu-responsive-wrapper,
.header-mobile-style2.sticky-mobile .vertical_megamenu .resmenu-container .menu-responsive-wrapper {
  top: 36px !important;
}
.header-mobile-style1 .header-cart,
.header-mobile-style2 .header-cart {
  float: right;
  z-index: 999;
  opacity: 1;
  height: auto;
  visibility: visible;
  margin-right: 5px;
}
.rtl .header-mobile-style1 .header-cart,
.rtl .header-mobile-style2 .header-cart {
  float: left;
  margin-left: 5px;
  margin-right: 0;
}
.header-mobile-style1 .header-cart a,
.header-mobile-style2 .header-cart a {
  background: url('../assets/img/icon-m-cart.png') no-repeat center center;
  display: inline-block;
  width: 28px;
  height: 23px;
  position: relative;
}
.header-mobile-style1 .header-cart a .minicart-number,
.header-mobile-style2 .header-cart a .minicart-number {
  position: absolute;
  top: -4px;
  right: -3px;
  display: inline-block;
  width: 17px;
  height: 17px;
  background-color: #fdb819;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  line-height: 17px;
  font-size: 11px;
}
.rtl .header-mobile-style1 .header-cart a .minicart-number,
.rtl .header-mobile-style2 .header-cart a .minicart-number {
  right: auto;
  left: -3px;
}
.header-mobile-style1 .header-cart a .menu-text,
.header-mobile-style2 .header-cart a .menu-text {
  display: none;
}
.header-mobile-style1 .header-top-mobile,
.header-mobile-style2 .header-top-mobile {
  padding: 15px 0 5px;
  position: relative;
  border-bottom: 1px #f5f5f5 solid;
}
.header-mobile-style1 .header-menu-categories,
.header-mobile-style2 .header-menu-categories {
  position: relative;
  z-index: 99;
}
.header-mobile-style1 .header-menu-categories .vertical_megamenu .resmenu-container .navbar-toggle,
.header-mobile-style2 .header-menu-categories .vertical_megamenu .resmenu-container .navbar-toggle {
  display: block;
  padding: 0;
  margin: 0 0 0 10px;
  cursor: pointer;
  width: 26px;
  height: 26px;
  background-color: #ccc;
  -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;
  border-radius: 3px;
}
.rtl .header-mobile-style1 .header-menu-categories .vertical_megamenu .resmenu-container .navbar-toggle,
.rtl .header-mobile-style2 .header-menu-categories .vertical_megamenu .resmenu-container .navbar-toggle {
  margin: 0 10px 0 0;
}
.header-mobile-style1 .header-menu-categories .vertical_megamenu .resmenu-container .navbar-toggle:hover .icon-bar,
.header-mobile-style2 .header-menu-categories .vertical_megamenu .resmenu-container .navbar-toggle:hover .icon-bar {
  width: 16px !important;
  background-color: #fff;
}
.header-mobile-style1 .header-menu-categories .vertical_megamenu .resmenu-container .navbar-toggle .icon-bar,
.header-mobile-style2 .header-menu-categories .vertical_megamenu .resmenu-container .navbar-toggle .icon-bar {
  height: 2px;
  width: 16px;
  margin: 3px 0px 3px 4px;
  background: #111;
  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;
}
.rtl .header-mobile-style1 .header-menu-categories .vertical_megamenu .resmenu-container .navbar-toggle .icon-bar,
.rtl .header-mobile-style2 .header-menu-categories .vertical_megamenu .resmenu-container .navbar-toggle .icon-bar {
  margin: 3px 4px 3px 0;
}
.header-mobile-style1 .header-menu-categories .vertical_megamenu .resmenu-container .navbar-toggle .icon-bar:nth-child(1),
.header-mobile-style2 .header-menu-categories .vertical_megamenu .resmenu-container .navbar-toggle .icon-bar:nth-child(1) {
  width: 12px;
}
.header-mobile-style1 .header-menu-categories .vertical_megamenu .resmenu-container .navbar-toggle .icon-bar:nth-child(3),
.header-mobile-style2 .header-menu-categories .vertical_megamenu .resmenu-container .navbar-toggle .icon-bar:nth-child(3) {
  width: 12px;
}
.header-mobile-style1 .header-menu-categories .vertical_megamenu .vertical-megamenu,
.header-mobile-style2 .header-menu-categories .vertical_megamenu .vertical-megamenu {
  opacity: 0;
  visibility: hidden;
  height: 0;
  width: 0;
}
.header-mobile-style1 .autusin-logo,
.header-mobile-style2 .autusin-logo {
  padding: 0 10px;
}
.header-mobile-style1 .autusin-logo a,
.header-mobile-style2 .autusin-logo a {
  display: inline-block;
  vertical-align: top;
}
.header-mobile-style1 .autusin-logo a img,
.header-mobile-style2 .autusin-logo a img {
  max-width: 110px;
  max-height: 30px;
}
.header-mobile-style1 .mobile-search,
.header-mobile-style2 .mobile-search {
  position: relative;
  z-index: 9;
}
.header-mobile-style1 .mobile-search .icon-seach,
.header-mobile-style2 .mobile-search .icon-seach {
  margin: 0 5px;
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: url('../assets/img/icon-m-search.png') no-repeat center center #ededed;
  cursor: pointer;
}
.header-mobile-style1 .mobile-search .top-form.top-search,
.header-mobile-style2 .mobile-search .top-form.top-search {
  float: none;
  display: none;
  width: 100%;
  z-index: 5;
  top: 34px;
  width: 220px;
}
.header-mobile-style1 .mobile-search .top-form.top-search .topsearch-entry .cat-wrapper,
.header-mobile-style2 .mobile-search .top-form.top-search .topsearch-entry .cat-wrapper {
  display: none;
}
.header-mobile-style1 .mobile-search .top-form.top-search .topsearch-entry input,
.header-mobile-style2 .mobile-search .top-form.top-search .topsearch-entry input {
  width: 100%;
  height: 27px;
  background-color: #f2f2f2;
  font-size: 11px;
  color: #9c9c9c;
  border-radius: 3px;
  border: 0;
  margin: 0;
  padding: 0 10px;
}
.header-mobile-style1 .mobile-search .top-form.top-search .topsearch-entry button.button-search-pro,
.header-mobile-style2 .mobile-search .top-form.top-search .topsearch-entry button.button-search-pro {
  position: absolute;
  height: 26px;
  width: 26px;
  right: 0;
  top: 0;
  border: 0;
  font-size: 0;
  background: url('../assets/img/icon-m-search.png') no-repeat center center transparent;
  margin: 0;
}
.rtl .header-mobile-style1 .mobile-search .top-form.top-search .topsearch-entry button.button-search-pro,
.rtl .header-mobile-style2 .mobile-search .top-form.top-search .topsearch-entry button.button-search-pro {
  left: 0;
  right: auto;
}
.header-mobile-style1 .mobile-wishlist a,
.header-mobile-style2 .mobile-wishlist a {
  background: url('../assets/img/icon-m-wishlist.png') no-repeat center center;
  display: inline-block;
  width: 25px;
  height: 24px;
  position: relative;
  z-index: 9;
}
.header-mobile-style1 .header-menu-page,
.header-mobile-style2 .header-menu-page {
  margin-bottom: 10px;
}
.header-mobile-style1 .header-menu-page .menu-mobile1,
.header-mobile-style2 .header-menu-page .menu-mobile1 {
  overflow-y: hidden;
  white-space: nowrap;
  margin: 0;
}
.header-mobile-style1 .header-menu-page .menu-mobile1 > li,
.header-mobile-style2 .header-menu-page .menu-mobile1 > li {
  float: none;
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}
.header-mobile-style1 .header-menu-page .menu-mobile1 > li > a,
.header-mobile-style2 .header-menu-page .menu-mobile1 > li > a {
  padding: 0 10px;
  font-size: 12px;
  color: #111;
}
.header-mobile-style1 .header-menu-page .menu-mobile1 > li > a:hover,
.header-mobile-style1 .header-menu-page .menu-mobile1 > li > a:focus,
.header-mobile-style2 .header-menu-page .menu-mobile1 > li > a:hover,
.header-mobile-style2 .header-menu-page .menu-mobile1 > li > a:focus {
  color: #fdb819;
  background-color: #fff;
}
.header-mobile-style1 .header-menu-page .menu-mobile1 > li:hover >a,
.header-mobile-style1 .header-menu-page .menu-mobile1 > li:focus >a,
.header-mobile-style2 .header-menu-page .menu-mobile1 > li:hover >a,
.header-mobile-style2 .header-menu-page .menu-mobile1 > li:focus >a {
  color: #fdb819;
  background-color: #fff;
}
.header-mobile-style2 .autusin_top .top-form.top-search {
  right: -150px;
}
.rtl .header-mobile-style2 .autusin_top .top-form.top-search {
  right: auto;
  left: -150px;
}
.header-mobile-style2 .header-menu-categories .vertical_megamenu .resmenu-container .navbar-toggle {
  background: transparent;
}
.header-mobile-style2 .header-menu-categories .vertical_megamenu .resmenu-container .navbar-toggle:hover .icon-bar {
  background-color: #fdb819;
}
.header-mobile-style2 .mobile-search .icon-seach {
  background: url('../assets/img/icon-m-search.png') no-repeat center center #fff;
}
.header-mobile-style2 .autusin-logo {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
}
.mobile-layout .header-mobile-style3.sticky-mobile {
  box-shadow: 0 0 4px #353535;
}
.header-mobile-style3 {
  box-shadow: 0 5px 5px rgba(205,205,205,0.6);
  margin-bottom: 10px;
  background: #0d0c0c;
}
.header-mobile-style3 .header-top-mobile {
  padding: 10px 0 10px;
}
.header-mobile-style3 .header-menu-categories .vertical_megamenu .resmenu-container .navbar-toggle {
  display: block;
  padding: 0;
  margin: 0 0 0 10px;
  cursor: pointer;
  width: 26px;
  height: 26px;
  background-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;
  border-radius: 3px;
}
.rtl .header-mobile-style3 .header-menu-categories .vertical_megamenu .resmenu-container .navbar-toggle {
  margin: 0 10px 0 0;
}
.header-mobile-style3 .header-menu-categories .vertical_megamenu .resmenu-container .navbar-toggle:hover .icon-bar {
  width: 16px !important;
  background-color: #fdb819;
}
.header-mobile-style3 .header-menu-categories .vertical_megamenu .resmenu-container .navbar-toggle .icon-bar {
  height: 2px;
  width: 16px;
  margin: 3px 0px 3px 4px;
  background: #fdb819;
  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;
}
.rtl .header-mobile-style3 .header-menu-categories .vertical_megamenu .resmenu-container .navbar-toggle .icon-bar {
  margin: 3px 4px 3px 0;
}
.header-mobile-style3 .header-menu-categories .vertical_megamenu .resmenu-container .navbar-toggle .icon-bar:nth-child(1) {
  width: 12px;
}
.header-mobile-style3 .header-menu-categories .vertical_megamenu .resmenu-container .navbar-toggle .icon-bar:nth-child(3) {
  width: 12px;
}
.header-mobile-style3 .header-menu-categories .vertical_megamenu .vertical-megamenu {
  opacity: 0;
  visibility: hidden;
  height: 0;
  width: 0;
}
.header-mobile-style3 .autusin-logo {
  max-width: 95px;
  margin: 5px 8px 0 8px;
}
.header-mobile-style3 .mobile-search .top-form.top-search {
  width: 130px;
  z-index: 5;
  display: block;
  position: relative;
  top: 0;
  border-radius: 4px;
}
.header-mobile-style3 .mobile-search .top-form.top-search .topsearch-entry .cat-wrapper {
  display: none;
}
.header-mobile-style3 .mobile-search .top-form.top-search .topsearch-entry input {
  width: 100%;
  height: 27px;
  background-color: #fff;
  font-size: 11px;
  color: #9c9c9c;
  border-radius: 3px;
  border: 0;
  margin: 0;
  padding: 0 10px;
}
.header-mobile-style3 .mobile-search .top-form.top-search .topsearch-entry button.button-search-pro {
  position: absolute;
  height: 26px;
  width: 26px;
  right: 0;
  top: 0;
  border: 0;
  font-size: 0;
  background: url('../assets/img/icon-m-search.png') no-repeat center center transparent;
  margin: 0;
}
.rtl .header-mobile-style3 .mobile-search .top-form.top-search .topsearch-entry button.button-search-pro {
  left: 0;
  right: auto;
}
.header-mobile-style3 .header-mobile-style3 .mobile-search .top-form.top-search,
.header-mobile-style3 .header-mobile-style3.sticky-mobile .mobile-search .top-form.top-search {
  min-width: initial;
}
.header-mobile-style3 .header-mobile-style3 .mobile-search .top-form.top-search.on,
.header-mobile-style3 .header-mobile-style3.sticky-mobile .mobile-search .top-form.top-search.on {
  width: 100%;
}
.header-mobile-style3 .header-cart {
  opacity: 1;
  height: auto;
  visibility: visible;
  margin: 0px 5px 0 20px;
}
.rtl .header-mobile-style3 .header-cart {
  margin: 0px 20px 0 5px;
}
.header-mobile-style3 .header-cart a {
  background: url('../assets/img/icon-m-cart2.png') no-repeat center center;
  display: inline-block;
  width: 18px;
  height: 23px;
  position: relative;
}
.header-mobile-style3 .header-cart a .minicart-number {
  position: absolute;
  bottom: -5px;
  left: -10px;
  display: inline-block;
  width: 17px;
  height: 17px;
  background-color: #fdb819;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  line-height: 17px;
  font-size: 11px;
}
.rtl .header-mobile-style3 .header-cart a .minicart-number {
  right: -10px;
  left: auto;
}
.header-mobile-style3 .header-cart a .menu-text {
  display: none;
}
.header-mobile-style3 .vertical_megamenu .resmenu-container .menu-responsive-wrapper {
  top: 50px !important;
}
.header-mobile-style3.sticky-mobile .vertical_megamenu .resmenu-container .menu-responsive-wrapper {
  top: 50px !important;
}
.sw-tab-cat-mobile {
  margin-bottom: 10px;
}
.sw-tab-cat-mobile .resp-tab .top-tab-slider {
  border: none;
  margin-bottom: 0;
}
.sw-tab-cat-mobile .resp-tab .top-tab-slider .tab_list {
  position: relative;
  display: block;
  margin: 10px 10px 7px 0;
}
.rtl .sw-tab-cat-mobile .resp-tab .top-tab-slider .tab_list {
  margin: 10px 0 7px 10px;
}
.sw-tab-cat-mobile .resp-tab .top-tab-slider .tab_list .nav.nav-tabs {
  display: inline-block;
  height: auto;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  margin: 0;
  border: 0;
  box-shadow: none;
  float: none;
  position: inherit;
}
.sw-tab-cat-mobile .resp-tab .top-tab-slider .tab_list .nav.nav-tabs li {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  float: none;
  margin: 0 7px;
}
.rtl .sw-tab-cat-mobile .resp-tab .top-tab-slider .tab_list .nav.nav-tabs li {
  float: right;
}
.sw-tab-cat-mobile .resp-tab .top-tab-slider .tab_list .nav.nav-tabs li > a {
  display: inline-block;
  height: 28px;
  line-height: 28px;
  padding: 0 13px;
  border-radius: 14px;
  text-transform: capitalize;
  font-size: 12px;
  background-color: #f5f5f5;
  font-weight: 400;
  border: 0;
}
.sw-tab-cat-mobile .resp-tab .top-tab-slider .tab_list .nav.nav-tabs li > a:before {
  width: 0;
  height: 0;
}
.sw-tab-cat-mobile .resp-tab .top-tab-slider .tab_list .nav.nav-tabs li.active > a,
.sw-tab-cat-mobile .resp-tab .top-tab-slider .tab_list .nav.nav-tabs li:hover > a {
  background-color: #fdb819;
  color: #fff;
}
.featured-categories-mobile .resp-slider-container .items-wrapper .item {
  width: 90px !important;
  padding: 0 5px !important;
}
.featured-categories-mobile .resp-slider-container .items-wrapper .item .item-image {
  border-radius: 50%;
  overflow: hidden;
  border: 1px #ddd solid;
}
.featured-categories-mobile .resp-slider-container .items-wrapper .item .item-content {
  text-align: center;
}
.featured-categories-mobile .resp-slider-container .items-wrapper .item .item-content h3 a {
  font-size: 12px;
  text-transform: capitalize;
  color: #111;
  font-weight: 600;
}
.featured-categories-mobile2 .resp-slider-container .items-wrapper .item {
  width: 90px !important;
  padding: 0 5px !important;
}
.featured-categories-mobile2 .resp-slider-container .items-wrapper .item .item-image {
  overflow: hidden;
}
.featured-categories-mobile2 .resp-slider-container .items-wrapper .item .item-content {
  text-align: center;
}
.featured-categories-mobile2 .resp-slider-container .items-wrapper .item .item-content h3 a {
  font-size: 12px;
  text-transform: capitalize;
  color: #111;
  font-weight: 600;
}
.featured-categories-mobile3.style-moblie .resp-slider-container >div.items-wrapper >.item {
  width: 240px;
}
.featured-categories-mobile3.style-moblie .resp-slider-container >div.items-wrapper >.item .item-inner {
  border: 1px #ddd solid;
  box-shadow: 0 0 4px 2px transparent;
  padding: 30px 10px;
  -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-categories-mobile3.style-moblie .resp-slider-container >div.items-wrapper >.item .item-inner .item-image {
  width: 80px;
  float: left;
  overflow: hidden;
  padding-top: 30px;
}
.rtl .featured-categories-mobile3.style-moblie .resp-slider-container >div.items-wrapper >.item .item-inner .item-image {
  float: right;
}
.featured-categories-mobile3.style-moblie .resp-slider-container >div.items-wrapper >.item .item-inner .item-image a img {
  margin-bottom: 15px;
  -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;
}
.featured-categories-mobile3.style-moblie .resp-slider-container >div.items-wrapper >.item .item-inner .item-content {
  overflow: hidden;
  padding: 0 10px;
}
.featured-categories-mobile3.style-moblie .resp-slider-container >div.items-wrapper >.item .item-inner .item-content h3 {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
}
.featured-categories-mobile3.style-moblie .resp-slider-container >div.items-wrapper >.item .item-inner .item-content .childcat-product-cat ul {
  margin: 0;
  list-style: none;
}
.featured-categories-mobile3.style-moblie .resp-slider-container >div.items-wrapper >.item .item-inner .item-content .childcat-product-cat ul li {
  position: relative;
  padding-left: 10px;
}
.rtl .featured-categories-mobile3.style-moblie .resp-slider-container >div.items-wrapper >.item .item-inner .item-content .childcat-product-cat ul li {
  padding-left: 0;
  padding-right: 10px;
}
.featured-categories-mobile3.style-moblie .resp-slider-container >div.items-wrapper >.item .item-inner .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 .featured-categories-mobile3.style-moblie .resp-slider-container >div.items-wrapper >.item .item-inner .item-content .childcat-product-cat ul li:before {
  left: auto;
  right: 1px;
}
.featured-categories-mobile3.style-moblie .resp-slider-container >div.items-wrapper >.item .item-inner .item-content .childcat-product-cat ul li a {
  font-size: 12px;
  color: #666;
  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: 3px 0;
}
.featured-categories-mobile3.style-moblie .resp-slider-container >div.items-wrapper >.item .item-inner .item-content .childcat-product-cat ul li a:hover {
  color: #fdb819;
  padding-left: 10px;
  -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 .featured-categories-mobile3.style-moblie .resp-slider-container >div.items-wrapper >.item .item-inner .item-content .childcat-product-cat ul li a:hover {
  padding-right: 10px;
  padding-left: 3px;
}
.featured-categories-mobile3.style-moblie .resp-slider-container >div.items-wrapper >.item .item-inner .item-content .childcat-product-cat ul li.view-all {
  padding-left: 0;
}
.rtl .featured-categories-mobile3.style-moblie .resp-slider-container >div.items-wrapper >.item .item-inner .item-content .childcat-product-cat ul li.view-all {
  padding-right: 0;
}
.featured-categories-mobile3.style-moblie .resp-slider-container >div.items-wrapper >.item .item-inner .item-content .childcat-product-cat ul li.view-all a {
  height: 30px;
  line-height: 30px;
  color: #fdb819;
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
}
.featured-categories-mobile3.style-moblie .resp-slider-container >div.items-wrapper >.item .item-inner .item-content .childcat-product-cat ul li.view-all:before {
  display: none;
}
.featured-categories-mobile3.style-moblie .resp-slider-container >div.items-wrapper >.item .item-inner:hover {
  border-color: transparent;
  box-shadow: 0 0 4px 2px #ebebeb;
  -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-categories-mobile3.style-moblie .resp-slider-container >div.items-wrapper >.item .item-inner:hover .item-image a 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);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.fade-slide {
  margin-bottom: 15px;
  position: relative;
}
.fade-slide button {
  font-size: 0;
  width: 30px;
  height: 30px;
  line-height: 27px;
  z-index: 1;
  background: transparent;
  border-width: 2px;
  text-align: center;
  border-radius: 50%;
  opacity: 0.8;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  opacity: 0;
  visibility: hidden;
}
.fade-slide button.slick-next {
  right: 10px;
}
.fade-slide button.slick-next:before {
  font-family: fontawesome;
  content: '\f105';
  color: #fff;
  font-size: 18px;
}
.fade-slide button.slick-next:hover {
  cursor: pointer;
  opacity: 1;
}
.fade-slide button.slick-prev {
  left: 10px;
}
.fade-slide button.slick-prev:before {
  font-family: fontawesome;
  content: '\f104';
  color: #fff;
  font-size: 18px;
}
.fade-slide button.slick-prev:hover {
  cursor: pointer;
  opacity: 1;
}
.fade-slide .slick-dots {
  display: none !important;
}
.fade-slide:hover button {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 767px) {
  .elementor-5075 .elementor-element.elementor-element-38aedde {
    margin-top: -40px;
  }
  .cusom-menu-mobile .elementor-element .elementor-widget-container,
  .cusom-menu-mobile .elementor-widget-wp-widget-nav_menu .elementor-widget-container {
    background-color: #f2f2f2;
    padding: 8px 10px 6px;
    border-radius: 3px;
  }
  .cusom-menu-mobile .elementor-element .elementor-widget-container h5,
  .cusom-menu-mobile .elementor-widget-wp-widget-nav_menu .elementor-widget-container h5 {
    font-size: 12px;
    color: #111;
    text-transform: uppercase;
    font-weight: 700 !important;
    margin-bottom: 0;
  }
  .cusom-menu-mobile .elementor-element .elementor-widget-container h5 .icon-footer,
  .cusom-menu-mobile .elementor-widget-wp-widget-nav_menu .elementor-widget-container h5 .icon-footer {
    float: right;
    font-weight: normal;
    position: relative;
  }
  .rtl .cusom-menu-mobile .elementor-element .elementor-widget-container h5 .icon-footer,
  .rtl .cusom-menu-mobile .elementor-widget-wp-widget-nav_menu .elementor-widget-container h5 .icon-footer {
    float: left;
  }
  .cusom-menu-mobile .elementor-element .elementor-widget-container h5 .icon-footer:before,
  .cusom-menu-mobile .elementor-widget-wp-widget-nav_menu .elementor-widget-container h5 .icon-footer:before {
    content: '\f0d7';
    font-family: Fontawesome;
    font-size: 14px;
    display: inline-block;
    opacity: 1;
  }
  .cusom-menu-mobile .elementor-element .elementor-widget-container ul.menu,
  .cusom-menu-mobile .elementor-widget-wp-widget-nav_menu .elementor-widget-container ul.menu {
    display: none;
    padding: 10px 0;
  }
  .cusom-menu-mobile .elementor-element .elementor-widget-container ul.menu > li > a,
  .cusom-menu-mobile .elementor-widget-wp-widget-nav_menu .elementor-widget-container ul.menu > li > a {
    color: #7d7d7d;
    text-transform: capitalize;
    font-size: 12px;
    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;
  }
  .cusom-menu-mobile .elementor-element .elementor-widget-container ul.menu > li > a .menu-img,
  .cusom-menu-mobile .elementor-widget-wp-widget-nav_menu .elementor-widget-container ul.menu > li > a .menu-img {
    display: none;
  }
  .cusom-menu-mobile .elementor-element .elementor-widget-container ul.menu > li > a:hover,
  .cusom-menu-mobile .elementor-widget-wp-widget-nav_menu .elementor-widget-container ul.menu > li > a:hover {
    color: #fdb819;
    padding-left: 15px;
  }
  .rtl .cusom-menu-mobile .elementor-element .elementor-widget-container ul.menu > li > a:hover,
  .rtl .cusom-menu-mobile .elementor-widget-wp-widget-nav_menu .elementor-widget-container ul.menu > li > a:hover {
    padding-right: 15px;
    padding-left: 0;
  }
  .cusom-menu-mobile.style2.menu-mobile {
    padding: 0;
  }
  .cusom-menu-mobile.style2.menu-mobile >div >div {
    background: #f0f0f0;
    padding: 0 10px;
  }
  .cusom-menu-mobile.style2.menu-mobile .vc_column-inner {
    padding-top: 10px;
  }
  .cusom-menu-mobile.style2.menu-mobile .elementor-widget-wp-widget-nav_menu.elementor-widget {
    width: 100%;
    float: none;
    border-bottom: 1px #ddd solid;
    margin-bottom: 0;
  }
  .rtl .cusom-menu-mobile.style2.menu-mobile .elementor-widget-wp-widget-nav_menu.elementor-widget {
    float: none;
  }
  .cusom-menu-mobile.style2.menu-mobile .elementor-widget-wp-widget-nav_menu.elementor-widget .elementor-widget-container {
    background: transparent;
    padding: 10px;
    position: relative;
  }
  .cusom-menu-mobile.style2.menu-mobile .elementor-widget-wp-widget-nav_menu.elementor-widget .elementor-widget-container h5 .icon-footer {
    position: absolute;
    left: 0;
  }
  .rtl .cusom-menu-mobile.style2.menu-mobile .elementor-widget-wp-widget-nav_menu.elementor-widget .elementor-widget-container h5 .icon-footer {
    right: 0;
  }
  .cusom-menu-mobile.style2.menu-mobile .elementor-widget-wp-widget-nav_menu.elementor-widget .elementor-widget-container h5 .icon-footer:before {
    content: "\f105";
  }
  .rtl .cusom-menu-mobile.style2.menu-mobile .elementor-widget-wp-widget-nav_menu.elementor-widget .elementor-widget-container h5 .icon-footer:before {
    content: "\f104";
  }
  .cusom-menu-mobile.style2.menu-mobile .wpb_single_image {
    margin-top: 20px;
  }
}
.mobile-layout .mobile-layout-style2 {
  margin: 0;
}
.link {
  margin: 0 -10px !important;
}
.link .wpb_wrapper {
  font-size: 12px;
  text-align: center;
}
.form-newsletter-mobile {
  padding-top: 20px;
  max-width: 320px;
  margin: 0 auto;
}
.form-newsletter-mobile .mc4wp-form-fields {
  overflow: hidden;
}
.form-newsletter-mobile input[type="email"] {
  border: 0;
  color: #999;
  width: 76%;
  height: 40px;
  padding: 0 5px;
  border-radius: 0;
  float: left;
  font-size: 12px;
  border-bottom: 1px #111 solid;
}
.rtl .form-newsletter-mobile input[type="email"] {
  float: right;
}
.form-newsletter-mobile button[type="submit"] {
  border: 0;
  padding: 0 5px;
  width: 24%;
  background: transparent;
  text-align: right;
  -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;
  color: #111;
  text-transform: uppercase;
  border-bottom: 1px #111 solid;
  border-radius: 0;
  float: left;
  font-size: 12px;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
}
.rtl .form-newsletter-mobile button[type="submit"] {
  float: right;
  text-align: left;
}
.form-newsletter-mobile button[type="submit"]:before {
  display: none;
}
.form-newsletter-mobile button[type="submit"]:hover {
  color: #fdb819;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.form-newsletter-mobile .mc4wp-success {
  color: #111;
}
.socials-mobile {
  text-align: center;
}
.socials-mobile ul {
  margin: 0;
  list-style: none;
}
.socials-mobile ul li {
  padding: 0 5px;
  display: inline-block;
  vertical-align: top;
}
.socials-mobile ul li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px #ddd solid;
  display: inline-block;
  vertical-align: top;
}
.banner-top {
  margin-bottom: 10px;
}
.banner-top .wpb_single_image {
  margin-bottom: 2px !important;
}
.banner-mobile {
  margin: 0 -20px;
}
.banner-mobile .wpb_single_image {
  float: left;
  width: 50%;
  padding: 0 5px;
  margin-bottom: 10px;
}
.rtl .banner-mobile .wpb_single_image {
  float: right;
}
.banner-mobile1 > .vc_column_container >.vc_column-inner  > .wpb_wrapper {
  position: relative;
}
.banner-mobile1 > .vc_column_container >.vc_column-inner  > .wpb_wrapper .wpb_single_image {
  float: left;
  width: 50%;
}
.banner-mobile2 > .vc_column_container >.vc_column-inner  > .wpb_wrapper {
  position: relative;
  margin: 0 -5px;
}
.banner-mobile2 > .vc_column_container >.vc_column-inner  > .wpb_wrapper .wpb_single_image {
  float: left;
  width: 50%;
  padding: 0 5px;
}
.block-home-mobile1 {
  margin: 0 !important;
}
.block-mobile {
  padding: 10px 0 0;
  overflow: hidden;
  margin: 0 10px;
}
.block-mobile .wrapp-content {
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
}
.block-mobile .wrapp-content >.info {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  width: 131px;
  padding: 0 5px;
}
.block-mobile .wrapp-content >.info .fa {
  font-size: 28px;
  color: #7d7d7d;
  float: left;
}
.rtl .block-mobile .wrapp-content >.info .fa {
  float: right;
}
.block-mobile .wrapp-content >.info .info-content {
  padding-left: 38px;
  line-height: 16px;
}
.rtl .block-mobile .wrapp-content >.info .info-content {
  padding-right: 38px;
  padding-left: 0;
}
.block-mobile .wrapp-content >.info .info-content span {
  font-size: 10px;
  line-height: normal;
  color: #111;
  text-transform: uppercase;
  font-weight: 600;
}
.block-mobile .wrapp-content >.info .info-content p {
  text-transform: capitalize;
  line-height: normal !important;
  font-size: 10px;
}
.contact-us-info {
  background-color: #303030;
  padding: 15px 0 6px 0;
  text-align: center;
  border: 2px dashed #fff;
  border-width: 2px 0;
}
.contact-us-info h4 {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
}
.contact-us-info ul {
  display: inline-block;
  margin: 0;
  overflow: hidden;
}
.contact-us-info ul > li {
  display: inline-block;
  float: left;
  color: #fff;
  margin: 0 11px;
  font-size: 12px;
}
.contact-us-info ul > li a {
  color: #fff;
  font-size: 12px;
}
.contact-us-info ul > li i {
  margin-right: 5px;
}
.rtl .contact-us-info ul > li i {
  margin-left: 5px;
  margin-right: 0;
}
.rtl .contact-us-info ul > li {
  float: right;
}
.border-mb .wpb_raw_html {
  margin-bottom: 0 !important;
}
.sw-category-mobile {
  margin-bottom: 20px;
}
.sw-category-mobile .resp-slider-container {
  margin: 0 -5px;
}
.sw-category-mobile .resp-slider-container .items-wrapper .item {
  width: 50%;
  float: left;
  padding: 0 5px;
}
.sw-category-mobile .resp-slider-container .items-wrapper .item .item-inner {
  position: relative;
}
.sw-category-mobile .resp-slider-container .items-wrapper .item .item-inner .item-image {
  display: inline-block;
}
.sw-category-mobile .resp-slider-container .items-wrapper .item .item-inner .item-content {
  position: absolute;
  bottom: 15px;
  left: 0;
  padding: 4px 10px;
  background: #fff;
  box-shadow: 2px 0px 3px 0px #ccc;
}
.rtl .sw-category-mobile .resp-slider-container .items-wrapper .item .item-inner .item-content {
  left: auto;
  right: 0;
}
.sw-category-mobile .resp-slider-container .items-wrapper .item .item-inner .item-content h3 {
  line-height: 15px;
  text-align: center;
  overflow: hidden;
  margin: 0;
}
.sw-category-mobile .resp-slider-container .items-wrapper .item .item-inner .item-content h3 a {
  font-size: 12px;
  color: #111;
  text-transform: uppercase;
  display: block;
}
.sw-category-mobile .resp-slider-container .items-wrapper .item .item-inner .item-content h3 a:hover {
  color: #fdb819;
}
.mobile-layout-style2 {
  margin: 0 12px;
}
.mobile-layout-style2 .wrap-link {
  display: block;
  text-align: center;
}
.mobile-layout-style2 .wrap-link .item-countdown.countdown-style1 .countdown-show4 {
  display: inline-block;
  border-radius: 0;
  background-color: #fff;
  color: #fdb819;
  margin-bottom: 0;
}
.mobile-layout-style2 .wrap-link .item-countdown.countdown-style1 .countdown-show4:before {
  color: #fdb819;
}
.mobile-layout-style2 .wrap-link .item-countdown.countdown-style1 .countdown-show4:after {
  background-color: #fdb819;
  opacity: 0.24;
}
.countdown-style1 {
  display: inline-block;
}
.countdown-style1 .countdown-show4 {
  background-color: #fdb819;
  height: 35px;
  border-radius: 17px;
  padding: 0 10px 0 45px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
}
.rtl .countdown-style1 .countdown-show4 {
  padding: 0 45px 0 10px;
}
.countdown-style1 .countdown-show4:before {
  content: '\f017';
  font-family: Fontawesome;
  font-size: 16px;
  color: #fff;
  position: absolute;
  left: 15px;
  top: 9px;
}
.rtl .countdown-style1 .countdown-show4:before {
  right: 15px;
  left: auto;
}
.countdown-style1 .countdown-show4:after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 15px;
  background-color: rgba(255,255,255,0.24);
  position: absolute;
  left: 38px;
  top: 10px;
}
.rtl .countdown-style1 .countdown-show4:after {
  right: 38px;
  left: auto;
}
.countdown-style1 .countdown-show4 .countdown-section {
  padding: 8px 6px;
  display: inline-block;
  position: relative;
}
.countdown-style1 .countdown-show4 .countdown-section:before {
  content: ':';
  font-weight: 600;
  position: absolute;
  right: -2px;
  top: 8px;
}
.rtl .countdown-style1 .countdown-show4 .countdown-section:before {
  left: -2px;
  right: auto;
}
.countdown-style1 .countdown-show4 .countdown-section .countdown-amount {
  margin-right: 5px;
}
.countdown-style1 .countdown-show4 .countdown-section.secs:before {
  content: '';
  margin: 0;
}
.mobile-layout-style3 .banner-category a img {
  margin-bottom: 10px;
}
.sw-woo-tab-mobile {
  margin-bottom: 10px;
}
.sw-woo-tab-mobile .resp-tab .top-tab-slider {
  border: none;
  margin-bottom: 0;
}
.sw-woo-tab-mobile .resp-tab .top-tab-slider .tab_list {
  position: relative;
  display: block;
  margin: 10px 10px 7px 7px;
}
.sw-woo-tab-mobile .resp-tab .top-tab-slider .tab_list .nav.nav-tabs {
  display: inline-block;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  margin: 0;
  border: 0;
  box-shadow: none;
  float: none;
  position: inherit;
}
.sw-woo-tab-mobile .resp-tab .top-tab-slider .tab_list .nav.nav-tabs li {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  float: none;
  margin: 0 7px;
}
.rtl .sw-woo-tab-mobile .resp-tab .top-tab-slider .tab_list .nav.nav-tabs li {
  float: right;
}
.sw-woo-tab-mobile .resp-tab .top-tab-slider .tab_list .nav.nav-tabs li > a {
  display: inline-block;
  height: 28px;
  line-height: 28px;
  padding: 0 13px;
  border-radius: 14px;
  text-transform: capitalize;
  font-size: 12px;
  background-color: #f5f5f5;
  font-weight: 400;
  border: 0;
}
.sw-woo-tab-mobile .resp-tab .top-tab-slider .tab_list .nav.nav-tabs li > a:before {
  width: 0;
  height: 0;
}
.sw-woo-tab-mobile .resp-tab .top-tab-slider .tab_list .nav.nav-tabs li.active > a,
.sw-woo-tab-mobile .resp-tab .top-tab-slider .tab_list .nav.nav-tabs li:hover > a {
  background-color: #fdb819;
  color: #fff;
}
.style-moblie {
  position: relative;
}
.style-moblie .block-title {
  margin: 0;
  border-bottom: 1px #ddd solid;
  margin-bottom: 10px;
  position: relative;
}
.style-moblie .block-title:before {
  content: '';
  width: 70px;
  height: 2px;
  background: #111;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.rtl .style-moblie .block-title:before {
  left: auto;
  right: 0;
}
.style-moblie .block-title h2 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  color: #111;
  padding: 8px 0;
  margin: 0;
  float: left;
}
.rtl .style-moblie .block-title h2 {
  float: right;
}
.style-moblie .block-title .view-all {
  padding: 8px 0;
  float: right;
  color: #111;
  font-size: 11px;
  text-transform: capitalize;
}
.style-moblie .block-title .view-all:hover {
  color: #fdb819;
}
.rtl .style-moblie .block-title .view-all {
  float: left;
}
.rtl .style-moblie .block-title .view-all:before {
  content: '\f0d9';
  font-family: FontAwesome;
  margin-right: 7px;
}
.rtl .style-moblie .block-title .view-all i {
  display: none;
}
.style-moblie .block-title .view-all i {
  margin-right: 7px;
}
.style-moblie .image-slider img {
  margin-bottom: 10px;
}
.style-moblie .resp-slider-container >div.items-wrapper {
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  padding-bottom: 10px;
}
.style-moblie .resp-slider-container >div.items-wrapper >.item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  width: 150px;
  padding: 0 2px;
}
.style-moblie .resp-slider-container >div.items-wrapper >.item .item-wrapper {
  border: 1px #ddd solid;
}
.style-moblie .resp-slider-container >div.items-wrapper >.item .item-wrapper .item-image {
  position: relative;
}
.style-moblie .resp-slider-container >div.items-wrapper >.item .item-wrapper .item-image:hover {
  opacity: 0.8;
}
.style-moblie .resp-slider-container >div.items-wrapper >.item .item-wrapper .item-content {
  padding: 10px;
  text-align: center;
}
.style-moblie .resp-slider-container >div.items-wrapper >.item .item-wrapper .item-content h4 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 0 10px;
}
.style-moblie .resp-slider-container >div.items-wrapper >.item .item-wrapper .item-content h4 a {
  font-size: 13px;
  font-weight: 600;
  color: #111;
  text-transform: capitalize;
}
.style-moblie .resp-slider-container >div.items-wrapper >.item .item-wrapper .item-content h4 a:hover {
  color: #fdb819;
}
.style-moblie .resp-slider-container >div.items-wrapper >.item .item-wrapper .item-content .item-price {
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}
.rtl .style-moblie .resp-slider-container >div.items-wrapper >.item .item-wrapper .item-content .item-price {
  display: inline-block;
  vertical-align: top;
  text-align: center;
}
.style-moblie .resp-slider-container >div.items-wrapper >.item .item-wrapper .item-content .item-price del {
  font-size: 12px;
  margin-top: 4px;
  text-decoration: line-through;
  color: #999;
  display: inline-block;
  vertical-align: top;
  font-weight: 400;
}
.rtl .style-moblie .resp-slider-container >div.items-wrapper >.item .item-wrapper .item-content .item-price del {
  display: inline-block;
  vertical-align: top;
}
.style-moblie .resp-slider-container >div.items-wrapper >.item .item-wrapper .item-content .item-price ins {
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
}
.rtl .style-moblie .resp-slider-container >div.items-wrapper >.item .item-wrapper .item-content .item-price ins {
  display: inline-block;
  vertical-align: top;
}
.style-moblie.featured-theme-mobile .box-title {
  text-align: center;
}
.style-moblie.featured-theme-mobile .box-title h3 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  color: #111;
  position: relative;
}
.style-moblie.featured-theme-mobile .box-title h3:before {
  position: absolute;
  content: "";
  height: 2px;
  bottom: 8px;
  left: 0;
  right: 0;
  background: #ddd;
}
.style-moblie.featured-theme-mobile .box-title span {
  display: inline-block;
  vertical-align: top;
  background: #fff;
  padding: 8px 10px;
  z-index: 2;
  position: relative;
}
.style-moblie.featured-theme-mobile .resp-slider-container >div.items-wrapper >.item .item-wrapper {
  border: none;
}
.countdown-slider-mobile .box-title {
  text-align: center;
}
.countdown-slider-mobile .box-title h3 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  color: #111;
  position: relative;
}
.countdown-slider-mobile .box-title h3:before {
  position: absolute;
  content: "";
  height: 2px;
  bottom: 8px;
  left: 0;
  right: 0;
  background: #ddd;
}
.countdown-slider-mobile .box-title span {
  display: inline-block;
  vertical-align: top;
  background: #fff;
  padding: 8px 10px;
  z-index: 2;
  position: relative;
}
.countdown-slider-mobile .resp-slider-container .slider .item .item-wrap {
  margin-bottom: 0;
}
.countdown-slider-mobile .resp-slider-container .slider .item .item-wrap .item-detail {
  border: none;
}
.countdown-slider-mobile .resp-slider-container .slider .item .item-wrap .item-detail .item-countdown {
  margin: 0 0 20px 0;
}
.countdown-slider-mobile .resp-slider-container .slider .item .item-wrap .item-detail .item-countdown .countdown-row .countdown-section {
  display: inline-block;
  background: #333;
  padding: 3px 5px;
  margin: 0 3px;
}
.countdown-slider-mobile .resp-slider-container .slider .item .item-wrap .item-detail .item-countdown .countdown-row .countdown-section span {
  display: block;
}
.countdown-slider-mobile .resp-slider-container .slider .item .item-wrap .item-detail .item-countdown .countdown-row .countdown-section .countdown-amount {
  font-size: 16px;
  color: #fff;
  font-weight: normal;
}
.countdown-slider-mobile .resp-slider-container .slider .item .item-wrap .item-detail .item-countdown .countdown-row .countdown-section .countdown-period {
  font-size: 12px;
  color: #fff;
  text-transform: capitalize;
}
.responsive-post-mobile {
  background: #f0f0f0;
  padding: 15px 10px;
}
.responsive-post-mobile .box-title {
  text-align: center;
}
.responsive-post-mobile .box-title h3 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  color: #111;
  position: relative;
}
.responsive-post-mobile .box-title h3:before {
  position: absolute;
  content: "";
  height: 2px;
  bottom: 8px;
  left: 0;
  right: 0;
  background: #ddd;
  z-index: 2;
}
.responsive-post-mobile .box-title span {
  display: inline-block;
  vertical-align: top;
  background: #f0f0f0;
  padding: 8px 10px;
  z-index: 3;
  position: relative;
}
.responsive-post-mobile .resp-slider-container .slider-responsive .item {
  margin-bottom: 10px;
}
.responsive-post-mobile .resp-slider-container .slider-responsive .item .item-detail .img_over {
  width: 100px;
  float: left;
}
.rtl .responsive-post-mobile .resp-slider-container .slider-responsive .item .item-detail .img_over {
  float: right;
}
.responsive-post-mobile .resp-slider-container .slider-responsive .item .item-detail .entry-content {
  padding: 0 10px;
  text-align: left;
  overflow: hidden;
}
.rtl .responsive-post-mobile .resp-slider-container .slider-responsive .item .item-detail .entry-content {
  text-align: right;
}
.responsive-post-mobile .resp-slider-container .slider-responsive .item .item-detail .entry-content h4 {
  font-size: 14px;
  font-weight: 600;
}
.responsive-post-mobile .resp-slider-container .slider-responsive .item .item-detail .entry-content h4 a {
  text-transform: uppercase;
}
.responsive-post-mobile .resp-slider-container .slider-responsive .item .item-detail .entry-content .description {
  font-size: 12px;
  margin-bottom: 10px;
}
.responsive-post-mobile .resp-slider-container .slider-responsive .item .item-detail .entry-content .readmore {
  font-size: 12px;
  font-style: italic;
  font-weight: 600;
  color: #111;
}
.rtl .responsive-post-mobile .resp-slider-container .slider-responsive .item .item-detail .entry-content .readmore i.fa:before {
  content: "\f177";
}
.bn-vdieo {
  margin-bottom: 25px !important;
}
.sw-tab-mobile .top-tab-slider .woocommmerce-shop {
  border: none;
}
.sw-tab-mobile .top-tab-slider .woocommmerce-shop a {
  position: absolute;
  right: 0;
  top: 8px;
  color: #fdb819;
  font-size: 11px;
  text-transform: capitalize;
}
.rtl .sw-tab-mobile .top-tab-slider .woocommmerce-shop a {
  left: 0;
  right: auto;
}
.sw-tab-mobile .top-tab-slider .nav.nav-tabs {
  display: block;
  margin: 0;
  border-bottom: 1px solid #f0f0ed;
  margin-bottom: 10px;
}
.sw-tab-mobile .top-tab-slider .nav.nav-tabs > li {
  margin: 0 20px 0 0;
}
.rtl .sw-tab-mobile .top-tab-slider .nav.nav-tabs > li {
  float: right;
  margin: 0 0 0 20px;
}
.sw-tab-mobile .top-tab-slider .nav.nav-tabs > li > a {
  font-size: 13px;
  padding: 5px 0 10px;
  color: #111;
  text-transform: uppercase;
  font-weight: 600;
  line-height: normal;
  background-color: #fff !important;
  border: 0;
  border-radius: 0;
  height: auto;
  position: relative;
}
.sw-tab-mobile .top-tab-slider .nav.nav-tabs > li > a:before {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #fdb819;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
}
.sw-tab-mobile .top-tab-slider .nav.nav-tabs > li.active > a,
.sw-tab-mobile .top-tab-slider .nav.nav-tabs > li:hover > a > a {
  color: #fdb819;
}
.sw-tab-mobile .top-tab-slider .nav.nav-tabs > li.active > a:before,
.sw-tab-mobile .top-tab-slider .nav.nav-tabs > li:hover > a > a:before {
  opacity: 1;
}
.sw-tab-mobile .tab-content .tab-pane .items-wrapper {
  padding-bottom: 20px;
}
.sw-tab-mobile .tab-content .tab-pane .items-wrapper .item .item-wrap {
  border: 1px solid #ddd;
}
.sw-tab-mobile .tab-content .tab-pane .items-wrapper .item .item-wrap .item-image span.onsale,
.sw-tab-mobile .tab-content .tab-pane .items-wrapper .item .item-wrap .item-image a.sw-quickew {
  display: none;
}
.sw-tab-mobile .tab-content .tab-pane .items-wrapper .item .item-wrap .item-content {
  padding: 0 10px;
  text-align: center;
}
.rtl .sw-tab-mobile .tab-content .tab-pane .items-wrapper .item .item-wrap .item-content {
  text-align: center;
}
.sw-tab-mobile .tab-content .tab-pane .items-wrapper .item .item-wrap .item-content h4 a,
.sw-tab-mobile .tab-content .tab-pane .items-wrapper .item .item-wrap .item-content .item-price {
  opacity: 1;
}
.sw-ajax-categories .resp-listing-container {
  margin: 0 -5px;
}
.sw-ajax-categories .resp-listing-container .item-product-cat {
  float: left;
  width: 33.333%;
  padding: 0 5px;
  margin-bottom: 10px;
}
.sw-ajax-categories .resp-listing-container .item-product-cat .item-content {
  display: block;
  padding: 9px 0;
  background-color: #f2f2f2;
  text-align: center;
}
.sw-ajax-categories .resp-listing-container .item-product-cat .item-content h3 {
  font-size: 13px;
  color: #111;
  text-transform: capitalize;
  font-weight: 500;
  margin-bottom: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.sw-ajax-categories .btn-loadmore {
  clear: both;
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-weight: 600;
  font-size: 11px;
  text-transform: uppercase;
  color: #111;
  background-color: #f2f2f2;
  border-radius: 20px;
  margin-bottom: 20px;
}
.sw-ajax-categories .btn-loadmore:hover {
  background-color: #fdb819;
  color: #fff;
}
.sw-ajax-categories .btn-loadmore:before {
  content: attr(data-title);
  display: inline-block;
}
.sw-ajax-categories .btn-loadmore.btn-loading {
  background: url(../assets/img/loadingp.gif) no-repeat center center #f2f2f2;
  background-size: 30px 30px;
}
.sw-ajax-categories .btn-loadmore.btn-loading:before {
  content: '';
}
.sw-ajax-categories .btn-loadmore.btn-loaded:before {
  content: attr(data-title_loaded);
}
.brand-mobile {
  border-bottom: 2px #111 solid;
}
.brand-mobile .resp-slider-container >div.items-wrapper {
  padding: 10px 0;
}
.brand-mobile .resp-slider-container >div.items-wrapper .item {
  width: 110px;
  vertical-align: middle;
}
.mobile-layout.rtl .countdown-mobile .box-title h3,
.mobile-layout.rtl .best-selling-mobile .box-title h3,
.mobile-layout.rtl .related-products .box-title h3 {
  float: right;
}
.mobile-layout.rtl .countdown-mobile .woocommmerce-shop,
.mobile-layout.rtl .best-selling-mobile .woocommmerce-shop,
.mobile-layout.rtl .related-products .woocommmerce-shop {
  float: left;
}
.mobile-layout.rtl .vertical_megamenu .resmenu-container .menu-responsive-wrapper ul.autusin_resmenu > li > .show-dropdown::after {
  content: '\f104';
}
.mobile-layout.rtl .vertical_megamenu .resmenu-container .menu-responsive-wrapper {
  left: 0;
  right: auto;
  text-align: right;
}
.mobile-layout.rtl .products-wrapper .products-nav .catalog-ordering {
  float: none;
}
.mobile-layout.rtl .products-wrapper .products-nav .filter-product {
  float: left;
}
.mobile-layout.rtl .products-wrapper .products-loop.list .item .item-wrap .item-detail .products-thumb {
  margin-left: 10px;
  margin-right: 0;
}
.mobile-layout.rtl.woocommerce-cart .shop_table.cart tr.cart_item td {
  float: right;
}
.mobile-layout.rtl.woocommerce-cart .shop_table.cart tr.cart_item td.product-remove {
  left: 0;
  right: auto;
}
.mobile-layout.rtl .contact-mobile .block-contact-mobile .location-address li {
  background-position: right center;
  padding-right: 30px;
  padding-left: 0;
}
.mobile-layout.rtl .contact-form-mobile .wpcf7 .wpcf7-form-control-wrap input,
.mobile-layout.rtl .contact-form-mobile .wpcf7 .wpcf7-form-control-wrap textarea {
  text-align: right;
}
.mobile-layout.rtl .contact-form-mobile .wpcf7 .wpcf7-form-control-wrap.your-name input {
  background-position: right center;
}
.mobile-layout.rtl .contact-form-mobile .wpcf7 .wpcf7-form-control-wrap.your-email input {
  background-position: right center;
}
.mobile-layout.rtl .contact-form-mobile .wpcf7 .wpcf7-form-control-wrap.your-phone input {
  background-position: right center;
}
.mobile-layout.rtl .vertical_megamenu .resmenu-container .menu-responsive-wrapper ul.autusin_resmenu > li {
  text-align: right;
}
.mobile-layout .countdown-mobile,
.mobile-layout .best-selling-mobile,
.mobile-layout .related-products {
  margin-bottom: 20px;
}
.mobile-layout .countdown-mobile .box-title h3,
.mobile-layout .best-selling-mobile .box-title h3,
.mobile-layout .related-products .box-title h3 {
  color: #111;
  font-size: 12px;
  text-align: left;
  text-transform: uppercase;
  float: left;
}
.mobile-layout .countdown-mobile .woocommmerce-shop,
.mobile-layout .best-selling-mobile .woocommmerce-shop,
.mobile-layout .related-products .woocommmerce-shop {
  float: right;
}
.mobile-layout .countdown-mobile .woocommmerce-shop a,
.mobile-layout .best-selling-mobile .woocommmerce-shop a,
.mobile-layout .related-products .woocommmerce-shop a {
  color: #fdb819;
  font-size: 11px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 28px;
}
.mobile-layout .countdown-mobile .woocommmerce-shop a:hover,
.mobile-layout .best-selling-mobile .woocommmerce-shop a:hover,
.mobile-layout .related-products .woocommmerce-shop a:hover {
  opacity: 0.8;
}
.mobile-layout .countdown-mobile .resp-slider-container div.items-wrapper,
.mobile-layout .best-selling-mobile .resp-slider-container div.items-wrapper,
.mobile-layout .related-products .resp-slider-container div.items-wrapper {
  padding-bottom: 0;
}
.mobile-layout .countdown-mobile .item .item-wrap,
.mobile-layout .best-selling-mobile .item .item-wrap,
.mobile-layout .related-products .item .item-wrap {
  border: 1px solid #f1f1f1;
}
.mobile-layout .countdown-mobile .item .item-wrap .item-detail:hover .item-image,
.mobile-layout .best-selling-mobile .item .item-wrap .item-detail:hover .item-image,
.mobile-layout .related-products .item .item-wrap .item-detail:hover .item-image {
  opacity: 0.8;
}
.mobile-layout .countdown-mobile .item .item-wrap .item-detail .item-image span.onsale,
.mobile-layout .countdown-mobile .item .item-wrap .item-detail .item-image a.sw-quickview,
.mobile-layout .best-selling-mobile .item .item-wrap .item-detail .item-image span.onsale,
.mobile-layout .best-selling-mobile .item .item-wrap .item-detail .item-image a.sw-quickview,
.mobile-layout .related-products .item .item-wrap .item-detail .item-image span.onsale,
.mobile-layout .related-products .item .item-wrap .item-detail .item-image a.sw-quickview {
  display: none;
}
.mobile-layout .countdown-mobile .item .item-wrap .item-detail .item-content,
.mobile-layout .best-selling-mobile .item .item-wrap .item-detail .item-content,
.mobile-layout .related-products .item .item-wrap .item-detail .item-content {
  text-align: center;
  padding: 10px 0 14px;
}
.mobile-layout .countdown-mobile .item .item-wrap .item-detail .item-content h4 a,
.mobile-layout .best-selling-mobile .item .item-wrap .item-detail .item-content h4 a,
.mobile-layout .related-products .item .item-wrap .item-detail .item-content h4 a {
  font-size: 12px;
  color: #111;
  font-weight: 500;
  text-transform: capitalize;
  opacity: 1;
}
.mobile-layout .countdown-mobile .item .item-wrap .item-detail .item-content h4 a:hover,
.mobile-layout .best-selling-mobile .item .item-wrap .item-detail .item-content h4 a:hover,
.mobile-layout .related-products .item .item-wrap .item-detail .item-content h4 a:hover {
  color: #fdb819;
}
.mobile-layout .countdown-mobile .item .item-wrap .item-detail .item-content .item-price,
.mobile-layout .best-selling-mobile .item .item-wrap .item-detail .item-content .item-price,
.mobile-layout .related-products .item .item-wrap .item-detail .item-content .item-price {
  display: inline-block;
  vertical-align: top;
  opacity: 1;
}
.mobile-layout .countdown-mobile .item .item-wrap .item-detail .item-content .item-price del,
.mobile-layout .countdown-mobile .item .item-wrap .item-detail .item-content .item-price ins,
.mobile-layout .best-selling-mobile .item .item-wrap .item-detail .item-content .item-price del,
.mobile-layout .best-selling-mobile .item .item-wrap .item-detail .item-content .item-price ins,
.mobile-layout .related-products .item .item-wrap .item-detail .item-content .item-price del,
.mobile-layout .related-products .item .item-wrap .item-detail .item-content .item-price ins {
  font-weight: 500;
}
.mobile-layout .countdown-mobile .item .item-wrap .item-detail .item-content .item-price del,
.mobile-layout .best-selling-mobile .item .item-wrap .item-detail .item-content .item-price del,
.mobile-layout .related-products .item .item-wrap .item-detail .item-content .item-price del {
  font-size: 12px;
  color: #7d7d7d;
  text-decoration: line-through;
}
.mobile-layout .countdown-mobile .item .item-wrap .item-detail .item-content .item-price ins,
.mobile-layout .best-selling-mobile .item .item-wrap .item-detail .item-content .item-price ins,
.mobile-layout .related-products .item .item-wrap .item-detail .item-content .item-price ins {
  font-size: 14px;
  color: #fdb819;
}
.mobile-layout .vertical_megamenu .resmenu-container .menu-responsive-wrapper {
  top: 0px;
  background-color: rgba(0,0,0,0.7);
  min-width: 220px;
  padding: 0;
}
.mobile-layout .vertical_megamenu .resmenu-container .menu-responsive-wrapper .resmenu-container .navbar-toggle {
  display: none;
}
.mobile-layout .vertical_megamenu .resmenu-container .menu-responsive-wrapper ul.autusin_resmenu {
  padding: 15px 0 0;
  max-height: 100%;
  overflow: auto;
  height: auto;
}
.mobile-layout .vertical_megamenu .resmenu-container .menu-responsive-wrapper ul.autusin_resmenu > li {
  border: 0;
  text-align: left;
  box-shadow: none;
}
.rtl .mobile-layout .vertical_megamenu .resmenu-container .menu-responsive-wrapper ul.autusin_resmenu > li {
  text-align: right;
}
.mobile-layout .vertical_megamenu .resmenu-container .menu-responsive-wrapper ul.autusin_resmenu > li:hover > a {
  background-color: transparent;
  color: #fdb819;
}
.mobile-layout .vertical_megamenu .resmenu-container .menu-responsive-wrapper ul.autusin_resmenu > li.active > a {
  color: #fdb819;
}
.mobile-layout .vertical_megamenu .resmenu-container .menu-responsive-wrapper ul.autusin_resmenu > li > a {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  padding: 0 15px;
  box-shadow: none;
  height: 36px;
  line-height: 36px;
  display: inline-block;
}
.mobile-layout .vertical_megamenu .resmenu-container .menu-responsive-wrapper ul.autusin_resmenu > li > .show-dropdown {
  height: 36px;
  line-height: 36px;
}
.mobile-layout .vertical_megamenu .resmenu-container .menu-responsive-wrapper ul.autusin_resmenu > li .show-dropdown {
  background-color: transparent;
  right: 5px;
}
.mobile-layout .vertical_megamenu .resmenu-container .menu-responsive-wrapper ul.autusin_resmenu > li .show-dropdown.show:after {
  content: "–";
}
.mobile-layout .vertical_megamenu .resmenu-container .menu-responsive-wrapper ul.autusin_resmenu > li .show-dropdown:after {
  content: '+';
  font-family: 'FontAwesome';
  font-size: 20px;
}
.mobile-layout .vertical_megamenu .resmenu-container .menu-responsive-wrapper ul.autusin_resmenu > li ul {
  border: 0;
  padding: 0;
  background-color: #ccc;
}
.mobile-layout .vertical_megamenu .resmenu-container .menu-responsive-wrapper ul.autusin_resmenu > li ul > li {
  border: 0;
  box-shadow: none;
}
.mobile-layout .vertical_megamenu .resmenu-container .menu-responsive-wrapper ul.autusin_resmenu > li ul > li:hover > a {
  background-color: transparent;
}
.mobile-layout .vertical_megamenu .resmenu-container .menu-responsive-wrapper ul.autusin_resmenu > li ul > li > a {
  font-size: 12px;
  color: #000;
  text-transform: capitalize;
  box-shadow: none;
}
.mobile-layout .vertical_megamenu .resmenu-container .menu-responsive-wrapper ul.autusin_resmenu > li ul > li > a:hover {
  color: #fdb819;
}
.mobile-layout .vertical_megamenu .resmenu-container .menu-responsive-wrapper ul.autusin_resmenu > li ul > li.active > a {
  color: #fdb819;
}
.mobile-layout .vertical_megamenu .resmenu-container .menu-responsive-wrapper ul.autusin_resmenu > li ul > li ul {
  background-color: #e1e1e1;
}
.mobile-layout .vertical_megamenu .vertical-megamenu {
  opacity: 0;
  visibility: hidden;
  height: 0;
  width: 0;
}
.mobile-layout .wpb_single_image {
  margin-bottom: 10px;
}
.mobile-layout .wpb_raw_html {
  margin-bottom: 20px;
}
.mobile-layout .vc_row-no-padding .vc_column-inner {
  padding-left: 0;
  padding-right: 0;
}
.mobile-layout .vc_column-inner {
  padding-left: 10px;
  padding-right: 10px;
}
.mobile-layout .autusin_breadcrumbs {
  display: none;
}
.mobile-layout .autusin_breadcrumbs .listing-title {
  margin-top: 0;
}
.mobile-layout .autusin_breadcrumbs .listing-title h1 {
  margin-top: 0;
  font-size: 13px;
}
.mobile-layout .autusin_breadcrumbs .breadcrumbs .breadcrumb {
  padding: 10px 0;
}
.mobile-layout .contact-mobile .wpb_map_wraper {
  border: 0;
}
.mobile-layout .contact-mobile .block-contact-mobile h2 {
  font-size: 12px;
  color: #111;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 20px;
}
.mobile-layout .contact-mobile .block-contact-mobile p {
  font-size: 12px;
}
.mobile-layout .contact-mobile .block-contact-mobile .location-address {
  margin: 0;
  list-style: none;
}
.mobile-layout .contact-mobile .block-contact-mobile .location-address li {
  font-size: 12px;
  color: #8c8c8c;
  background: url('../assets/img/icon-location.png') no-repeat left center #fff;
  padding-left: 30px;
  margin-bottom: 10px;
}
.mobile-layout .contact-mobile .block-contact-mobile .location-address li span {
  padding: 5px 0;
  display: block;
}
.mobile-layout .contact-mobile .block-contact-mobile .location-address li span.title {
  font-weight: 600;
  color: #111;
  text-transform: capitalize;
  font-size: 14px;
}
.mobile-layout .contact-form-mobile .wpcf7 .wpcf7-form-control-wrap {
  display: block;
}
.mobile-layout .contact-form-mobile .wpcf7 .wpcf7-form-control-wrap input {
  width: 100%;
  border: 0;
  padding: 20px 30px;
  font-size: 13px;
  color: #7d7d7d;
  font-weight: 500;
  height: 60px;
  border-top: 1px solid #ddd;
}
.mobile-layout .contact-form-mobile .wpcf7 .wpcf7-form-control-wrap.your-name input {
  background: url('../assets/img/bg-user.png') no-repeat left center #fff;
}
.mobile-layout .contact-form-mobile .wpcf7 .wpcf7-form-control-wrap.your-email input {
  background: url('../assets/img/bg-email.png') no-repeat left center #fff;
}
.mobile-layout .contact-form-mobile .wpcf7 .wpcf7-form-control-wrap.your-phone input {
  background: url('../assets/img/bg-phone.png') no-repeat left center #fff;
  border-bottom: 1px solid #ddd;
}
.mobile-layout .contact-form-mobile .wpcf7 .wpcf7-form-control-wrap textarea {
  border: 0;
  border-top: 0;
  padding: 20px 0 0;
}
.mobile-layout .contact-form-mobile .wpcf7 .wpcf7-form-control-wrap ::-webkit-input-placeholder {
  font-size: 13px;
  color: #7d7d7d;
  font-weight: 500;
}
.mobile-layout .contact-form-mobile .wpcf7 input.wpcf7-submit {
  height: 42px;
  width: 100%;
  background-color: #fdb819;
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
  color: #fff;
  font-weight: 600;
  margin: 0;
  border: 0;
  line-height: 42px;
  padding: 0;
  border-radius: 20px;
  box-shadow: 0 10px 15px rgba(194,54,0,0.1);
}
.mobile-layout.woocommerce-cart .cart-collaterals .cart_totals {
  width: 100%;
}
.mobile-layout.woocommerce-cart .cart-collaterals .cart_totals h2 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  color: #111;
}
.mobile-layout.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button {
  height: 42px;
  width: 100%;
  background-color: #fdb819;
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
  color: #fff;
  font-weight: 600;
  margin: 0;
  border: 0;
  line-height: 42px;
  padding: 0;
  border-radius: 20px;
  box-shadow: 0 10px 15px rgba(194,54,0,0.1);
}
.mobile-layout.woocommerce-cart .shop_table.cart {
  border: 0;
}
.mobile-layout.woocommerce-cart .shop_table.cart tr.cart_item {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
.mobile-layout.woocommerce-cart .shop_table.cart tr.cart_item:nth-child(2n) td {
  background-color: #fff;
}
.mobile-layout.woocommerce-cart .shop_table.cart tr.cart_item td {
  float: left;
  padding: 0 18px;
  display: inline-block;
}
.mobile-layout.woocommerce-cart .shop_table.cart tr.cart_item td:before {
  content: '';
}
.mobile-layout.woocommerce-cart .shop_table.cart tr.cart_item td.product-name,
.mobile-layout.woocommerce-cart .shop_table.cart tr.cart_item td.product-price {
  margin-bottom: 9px;
}
.mobile-layout.woocommerce-cart .shop_table.cart tr.cart_item td.product-price {
  color: #fdb819;
  font-size: 16px;
  font-weight: 600;
}
.mobile-layout.woocommerce-cart .shop_table.cart tr.cart_item td.product-name a {
  font-size: 14px;
  color: #111;
  text-transform: capitalize;
  font-weight: 600;
}
.mobile-layout.woocommerce-cart .shop_table.cart tr.cart_item td.product-remove {
  position: absolute;
  right: 0;
  top: 5px;
  padding: 0;
}
.mobile-layout.woocommerce-cart .shop_table.cart tr.cart_item td.product-remove a.remove {
  display: inline-block;
  width: 16px;
  height: 17px;
  text-indent: -9999px;
  background: url('../assets/img/delete-m.png') no-repeat center center #fff;
}
.mobile-layout.woocommerce-cart .shop_table.cart tr.cart_item td.product-thumbnail {
  padding: 0;
  border: 1px solid #ddd;
}
.mobile-layout.woocommerce-cart .shop_table.cart tr.cart_item td.product-thumbnail img {
  width: 90px;
}
.mobile-layout.woocommerce-cart .shop_table.cart tr.cart_item td.product-subtotal {
  display: none;
}
.mobile-layout.woocommerce-cart .shop_table.cart tr.cart_item td.product-quantity .quantity {
  border: 1px solid #ddd;
}
.mobile-layout.woocommerce-cart .shop_table.cart tr.cart_item td.product-quantity .quantity input {
  background-color: #fff;
}
.mobile-layout.woocommerce-cart .shop_table.cart td.actions {
  border-top: 0;
  padding: 10px;
}
.mobile-layout.woocommerce-cart .shop_table.cart td.actions #coupon_code {
  text-transform: uppercase;
  padding: 0 10px;
}
.mobile-layout.woocommerce-cart .shop_table.cart td.actions input.button {
  padding: 7px 10px;
  border-top: 0;
  border-radius: 16px;
}
.mobile-layout.woocommerce-wishlist.rtl .shop_table.wishlist_table tbody tr td {
  float: right;
}
.mobile-layout.woocommerce-wishlist.rtl .shop_table.wishlist_table tbody tr td.product-remove {
  left: 0;
  right: auto;
}
.mobile-layout.woocommerce-wishlist.rtl .shop_table.wishlist_table tbody tr td.product-add-to-cart {
  left: -20px;
  right: auto;
}
.mobile-layout.woocommerce-wishlist .wishlist-title {
  display: none;
}
.mobile-layout.woocommerce-wishlist .shop_table.wishlist_table {
  border: 0;
}
.mobile-layout.woocommerce-wishlist .shop_table.wishlist_table thead th {
  display: none;
}
.mobile-layout.woocommerce-wishlist .shop_table.wishlist_table tbody {
  display: block;
}
.mobile-layout.woocommerce-wishlist .shop_table.wishlist_table tbody tr {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
  display: block;
}
.mobile-layout.woocommerce-wishlist .shop_table.wishlist_table tbody tr:nth-child(2n) td {
  background-color: #fff;
}
.mobile-layout.woocommerce-wishlist .shop_table.wishlist_table tbody tr:hover {
  background-color: #fff;
}
.mobile-layout.woocommerce-wishlist .shop_table.wishlist_table tbody tr td {
  float: left;
  padding: 0 18px;
  display: inline-block;
}
.mobile-layout.woocommerce-wishlist .shop_table.wishlist_table tbody tr td:before {
  content: '';
  display: none;
}
.mobile-layout.woocommerce-wishlist .shop_table.wishlist_table tbody tr td.product-name {
  display: block;
  width: 65%;
}
.mobile-layout.woocommerce-wishlist .shop_table.wishlist_table tbody tr td.product-name,
.mobile-layout.woocommerce-wishlist .shop_table.wishlist_table tbody tr td.product-price {
  margin-bottom: 9px;
}
.mobile-layout.woocommerce-wishlist .shop_table.wishlist_table tbody tr td.product-price {
  color: #fdb819;
  font-size: 16px;
  font-weight: 600;
}
.mobile-layout.woocommerce-wishlist .shop_table.wishlist_table tbody tr td.product-name a {
  font-size: 14px;
  color: #111;
  text-transform: capitalize;
  font-weight: 600;
}
.mobile-layout.woocommerce-wishlist .shop_table.wishlist_table tbody tr td.product-stock-status {
  display: none;
}
.mobile-layout.woocommerce-wishlist .shop_table.wishlist_table tbody tr td.product-remove {
  position: absolute;
  right: 0px;
  top: auto;
  margin-top: 10px;
  padding: 0;
}
.mobile-layout.woocommerce-wishlist .shop_table.wishlist_table tbody tr td.product-remove a.remove {
  display: inline-block;
  width: 16px;
  height: 17px;
  text-indent: -9999px;
  background: url('../assets/img/delete-m.png') no-repeat center center #fff;
}
.mobile-layout.woocommerce-wishlist .shop_table.wishlist_table tbody tr td.product-thumbnail {
  padding: 0;
  border: 1px solid #ddd;
}
.mobile-layout.woocommerce-wishlist .shop_table.wishlist_table tbody tr td.product-thumbnail img {
  width: 90px;
}
.mobile-layout.woocommerce-wishlist .shop_table.wishlist_table tbody tr td.product-add-to-cart {
  position: absolute;
  right: -20px;
  top: 40px;
  z-index: 3;
}
.mobile-layout.woocommerce-wishlist .shop_table.wishlist_table tbody tr td.product-add-to-cart .add_to_cart_button,
.mobile-layout.woocommerce-wishlist .shop_table.wishlist_table tbody tr td.product-add-to-cart .add_to_cart {
  text-indent: -9999px;
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url('../assets/img/icon-cart-m.png') no-repeat center center #fff;
  margin: 0;
  padding: 0;
}
.page.mobile-layout .footer-mstyle1 .footer-container .footer-menu .menu-item-hidden {
  bottom: 42px;
}
.footer-mstyle1 {
  margin-top: 45px;
  min-height: 1px;
}
.footer-mstyle1 .footer-container {
  background-color: rgba(255,255,255,0.9);
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  border-top: 1px solid #ddd;
}
.footer-mstyle1 .footer-container .footer-menu {
  position: relative;
  padding: 0 10px;
}
.footer-mstyle1 .footer-container .footer-menu .menu-item-hidden {
  opacity: 0;
  height: 0;
  visibility: hidden;
  position: absolute;
  padding: 10px 15px;
  bottom: 42px;
  right: 0px;
  background-color: #fff;
}
.rtl .footer-mstyle1 .footer-container .footer-menu .menu-item-hidden {
  left: 0;
  right: auto;
}
.footer-mstyle1 .footer-container .footer-menu .menu-item-hidden a .fa {
  font-size: 16px;
  color: #8d8d8d;
  margin-right: 5px;
}
.footer-mstyle1 .footer-container .footer-menu .menu-item-hidden a .menu-text {
  font-weight: 600;
  color: #8d8d8d;
  text-transform: uppercase;
  font-size: 10px;
}
.footer-mstyle1 .footer-container .footer-menu .menu-item-hidden .footer-wishlist {
  margin-bottom: 5px;
}
.footer-mstyle1 .footer-container .footer-menu .menu-item-hidden.open {
  opacity: 1;
  height: auto;
  visibility: visible;
  z-index: 2;
}
.footer-mstyle1 .footer-container .footer-menu .menu-item-hidden ul.menu-footer {
  margin-bottom: 5px;
  margin-left: 0;
}
.footer-mstyle1 .footer-container .footer-menu .menu-item-hidden ul.menu-footer.autusin-menures {
  display: none;
}
.rtl .footer-mstyle1 .footer-container .footer-menu .menu-item-hidden ul.menu-footer {
  margin-left: 5px;
  margin-right: 0;
}
.footer-mstyle1 .footer-container .footer-menu .menu-item-hidden ul.menu-footer > li {
  list-style: none;
}
.footer-mstyle1 .footer-container .footer-menu .menu-item-hidden ul.menu-footer > li > a {
  font-weight: 600;
  color: #8d8d8d;
  text-transform: uppercase;
  font-size: 10px;
  display: inline-block;
  padding: 4px 0;
}
.footer-mstyle1 .footer-container .footer-menu .menu-item {
  width: 20%;
  float: left;
  text-align: center;
  margin-bottom: 5px;
  padding: 10px 0 0;
}
.rtl .footer-mstyle1 .footer-container .footer-menu .menu-item {
  float: right;
}
.footer-mstyle1 .footer-container .footer-menu .menu-item a {
  display: inline-block;
}
.footer-mstyle1 .footer-container .footer-menu .menu-item a:hover .menu-text {
  color: #fdb819;
}
.footer-mstyle1 .footer-container .footer-menu .menu-item a .icon-menu {
  display: block;
  width: 28px;
  height: 22px;
  margin: 0 auto;
}
.footer-mstyle1 .footer-container .footer-menu .menu-item a .menu-text {
  text-align: center;
  font-weight: 600;
  color: #8d8d8d;
  text-transform: capitalize;
  font-size: 10px;
}
.footer-mstyle1 .footer-container .footer-menu .menu-item .footer-home .icon-menu {
  background: url('../assets/img/icon-home-m.png') no-repeat center center;
}
.footer-mstyle1 .footer-container .footer-menu .menu-item .footer-search .top-form.top-search {
  float: none;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  height: 0;
  position: absolute;
  top: -41px;
  left: 0px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.footer-mstyle1 .footer-container .footer-menu .menu-item .footer-search .top-form.top-search .topsearch-entry .cat-wrapper {
  display: none;
}
.footer-mstyle1 .footer-container .footer-menu .menu-item .footer-search .top-form.top-search .topsearch-entry input {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background-color: #fff;
  font-size: 13px;
  color: #9c9c9c;
  border-radius: 0;
  border: 0;
  padding: 0 10px;
}
.footer-mstyle1 .footer-container .footer-menu .menu-item .footer-search .top-form.top-search .topsearch-entry button {
  position: absolute;
  height: 40px;
  width: 40px;
  right: 0;
  top: 0;
  border: 0;
  background-color: #fff;
  color: #9c9c9c;
  font-size: 16px;
}
.rtl .footer-mstyle1 .footer-container .footer-menu .menu-item .footer-search .top-form.top-search .topsearch-entry button {
  left: 0;
  right: auto;
}
.footer-mstyle1 .footer-container .footer-menu .menu-item .footer-search .top-form.top-search .topsearch-entry button:hover {
  color: #fdb819;
}
.footer-mstyle1 .footer-container .footer-menu .menu-item .footer-search .top-form.top-search.open {
  opacity: 1;
  visibility: visible;
  height: auto;
  z-index: 99;
}
.footer-mstyle1 .footer-container .footer-menu .menu-item .footer-search .icon-menu {
  background: url('../assets/img/icon-search1.png') no-repeat center center;
}
.footer-mstyle1 .footer-container .footer-menu .menu-item .footer-cart .autusin-minicart-mobile {
  position: relative;
}
.footer-mstyle1 .footer-container .footer-menu .menu-item .footer-cart .autusin-minicart-mobile .minicart-number {
  position: absolute;
  top: -5px;
  right: -6px;
  display: inline-block;
  width: 17px;
  height: 17px;
  background-color: #fdb819;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  line-height: 17px;
  font-size: 12px;
}
.footer-mstyle1 .footer-container .footer-menu .menu-item .footer-cart .icon-menu {
  background: url('../assets/img/icon-m-cart.png') no-repeat center center;
}
.footer-mstyle1 .footer-container .footer-menu .menu-item .footer-myaccount .icon-menu {
  background: url('../assets/img/icon-user-m.png') no-repeat center center;
}
.footer-mstyle1 .footer-container .footer-menu .menu-item .footer-more .icon-menu {
  background: url('../assets/img/icon-more-m.png') no-repeat center center;
}
.mobile-layout.rtl .back-history {
  float: right;
  background: url('../assets/img/icon-back-m1.jpg') no-repeat center center #fff;
}
.mobile-layout .back-history {
  display: inline-block;
  float: left;
  width: 24px;
  height: 16px;
  background: url('../assets/img/icon-back-m.jpg') no-repeat center center #fff;
  margin: 10px 0;
}
.mobile-layout .category-contents {
  margin-bottom: 20px;
}
.mobile-layout .category-contents .blog-content .post {
  margin-bottom: 20px;
}
.mobile-layout .category-contents .blog-content .post .entry .entry-thumb::before {
  left: -1px;
  top: -1px;
}
.mobile-layout .category-contents .blog-content .post .entry .entry-content .content-top .entry-title h4 {
  margin-bottom: 15px;
}
.mobile-layout .category-contents .blog-content .post .entry .entry-content .content-top .entry-title h4 a {
  font-size: 14px;
}
.mobile-layout .pagination {
  background-color: #fff;
  padding: 0;
  border: 0;
}
.mobile-layout .pagination ul {
  background-color: #fff;
  margin: 0 -15px;
}
.mobile-layout .pagination ul li {
  background-color: #fff;
}
.mobile-layout .vertical_megamenu_shop .resmenu-container .navbar-toggle {
  display: block;
  padding: 0;
  margin: 6px 0px;
  cursor: pointer;
  width: 26px;
  height: 26px;
  -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;
  border-radius: 3px;
}
.mobile-layout .vertical_megamenu_shop .resmenu-container .navbar-toggle:hover .icon-bar {
  width: 18px !important;
  background-color: #7d7d7d;
}
.mobile-layout .vertical_megamenu_shop .resmenu-container .navbar-toggle .icon-bar {
  height: 2px;
  width: 18px;
  margin: 3px 0px 3px 4px;
  background: #7d7d7d;
  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;
}
.mobile-layout .vertical_megamenu_shop .resmenu-container .navbar-toggle .icon-bar:nth-child(1) {
  width: 14px;
}
.mobile-layout .vertical_megamenu_shop .resmenu-container .navbar-toggle .icon-bar:nth-child(3) {
  width: 14px;
}
.mobile-layout .vertical_megamenu_shop .resmenu-container .menu-responsive-wrapper {
  top: 39px;
  right: 0;
  text-align: left;
}
.mobile-layout .vertical_megamenu_shop .vertical-megamenu {
  display: none;
}
.mobile-layout.rtl .header-mobile-style1 .vertical_megamenu .resmenu-container .menu-responsive-wrapper {
  right: 0;
  left: auto;
}
.mobile-layout.rtl .header-mobile-style2 .vertical_megamenu .resmenu-container .menu-responsive-wrapper {
  right: 0;
  left: auto;
}
.mobile-layout.rtl .header-mobile-style3 .vertical_megamenu .resmenu-container .menu-responsive-wrapper {
  right: 0;
  left: auto;
}
.mobile-layout.rtl .products-wrapper .woocommerce-pagination .page-numbers > li {
  float: right;
}
.mobile-layout.rtl .products-wrapper .woocommerce-pagination .page-numbers > li .page-numbers.next::before,
.mobile-layout.rtl .products-wrapper .woocommerce-pagination .page-numbers > li .page-numbers.prev::before {
  content: '';
}
.mobile-layout.woocommerce-page .widget_sp_image {
  margin-bottom: 20px;
}
.mobile-layout .header-page {
  position: relative;
}
.mobile-layout .header-page.sticky-mobile .header-shop {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  background-color: #fff;
}
.mobile-layout .header-page.sticky-mobile .header-shop .container {
  max-width: 480px;
}
.mobile-layout .header-page .header-shop {
  text-align: center;
  position: relative;
  padding: 0 10px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  box-shadow: 0 5px 5px rgba(205,205,205,0.6);
  margin-bottom: 8px;
}
.mobile-layout .header-page .header-shop .page-title {
  font-size: 14px;
  color: #111;
  text-align: center;
  padding: 12px 0;
  line-height: 20px;
  -webkit-flex: 3;
  -ms-flex: 3;
  flex: 3;
}
.mobile-layout .header-page .header-shop h4 {
  font-size: 14px;
  color: #111;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  padding: 11px 0;
  margin: 0;
}
.mobile-layout .products-wrapper {
  padding: 0 0 35px;
  position: relative;
}
.mobile-layout .products-wrapper.show-modal:before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0,0,0,0.4);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 1px;
  z-index: 2;
}
.mobile-layout .products-wrapper .products-nav {
  margin-bottom: 5px;
  background-color: #fff;
  position: relative;
  z-index: 2;
}
.mobile-layout .products-wrapper .products-nav .catalog-ordering {
  position: static;
  float: none;
}
.mobile-layout .products-wrapper .products-nav .catalog-ordering .orderby-order-container .order-dropdown >li {
  position: static;
}
.mobile-layout .products-wrapper .products-nav .catalog-ordering .orderby-order-container .order-dropdown >li:hover ul {
  border-top: 1px solid #ddd;
}
.mobile-layout .products-wrapper .products-nav .catalog-ordering .orderby-order-container .order-dropdown >li > ul >li {
  line-height: 44px;
  border-bottom: 1px solid #ddd;
}
.mobile-layout .products-wrapper .products-nav .catalog-ordering .orderby-order-container .order-dropdown >li > ul >li:last-child {
  border-bottom: 0;
}
.mobile-layout .products-wrapper .products-nav .view-mode-wrap .view-mode {
  margin: 5px -4px 0;
}
.mobile-layout .products-wrapper .products-nav .view-mode-wrap .view-mode > a {
  height: 20px;
  width: 20px;
  background-color: #fff;
}
.mobile-layout .products-wrapper .products-nav .view-mode-wrap .view-mode > a:before {
  height: 20px;
  width: 20px;
  line-height: 20px;
  color: #3b3b3b;
}
.mobile-layout .products-wrapper .products-nav .view-mode-wrap .view-mode > a.active:before {
  color: #fdb819;
  background-color: #fff;
}
.mobile-layout .products-wrapper .products-nav .view-mode-wrap .view-mode > a:hover:before {
  background-color: #fff;
  color: #fdb819;
}
.mobile-layout .products-wrapper .products-nav .filter-product {
  font-size: 12px;
  color: #6b6b6b;
  text-transform: uppercase;
  float: right;
  line-height: 30px;
}
.mobile-layout .products-wrapper .products-nav .catalog-ordering .orderby-order-container .order-dropdown >li .current-li {
  line-height: 28px;
  border: 0;
}
.mobile-layout .products-wrapper .products-nav .catalog-ordering .orderby-order-container .order-dropdown >li .current-li a {
  font-size: 12px;
  color: #6b6b6b;
  text-transform: uppercase;
}
.mobile-layout .products-wrapper .products-nav .catalog-ordering .orderby-order-container .order-dropdown >li .current-li a:after {
  line-height: 28px;
}
.mobile-layout .products-wrapper .products-nav .catalog-ordering .orderby-order-container .order > li {
  padding: 6px 0 0px;
  border: 0;
}
.mobile-layout .products-wrapper .products-nav .catalog-ordering .orderby-order-container .order > li.asc {
  padding: 3px 0 0px;
}
.mobile-layout .products-wrapper .products-nav .catalog-ordering .orderby-order-container .order > li.asc a {
  height: 21px;
}
.mobile-layout .products-wrapper .products-nav .catalog-ordering .orderby-order-container .order > li a {
  height: 18px;
}
.mobile-layout .products-wrapper .products-nav .catalog-ordering .orderby-order-container .orderby {
  min-width: 145px;
}
.mobile-layout .products-wrapper .products-nav .catalog-ordering .orderby-order-container .orderby.order-dropdown >li .current-li a:after {
  width: 25px;
}
.mobile-layout .products-wrapper .filter-mobile {
  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;
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
  visibility: hidden;
  position: absolute;
  z-index: 9;
  top: 30px;
  background-color: #fff;
  padding: 0;
}
.mobile-layout .products-wrapper .filter-mobile.open {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.mobile-layout .products-wrapper .filter-mobile .widget {
  padding: 5px 0 20px;
}
.mobile-layout .products-wrapper .filter-mobile .widget_layered_nav {
  border-bottom: 1px solid #ddd;
}
.mobile-layout .products-wrapper .woocommerce-pagination {
  display: block;
  float: none;
  margin: 0 0 10px;
}
.mobile-layout .products-wrapper .woocommerce-pagination .note {
  display: none;
}
.mobile-layout .products-wrapper .woocommerce-pagination .page-numbers > li {
  float: left;
  position: relative;
  text-transform: capitalize;
  text-align: center;
  margin: 0 5px 5px;
  background-color: #fff;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.mobile-layout .products-wrapper .woocommerce-pagination .page-numbers > li a,
.mobile-layout .products-wrapper .woocommerce-pagination .page-numbers > li .page-numbers {
  background-color: #fff;
  display: block;
  width: 32px;
  line-height: 30px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #ddd;
  text-align: center;
  font-size: 16px;
  color: #111;
}
.mobile-layout .products-wrapper .woocommerce-pagination .page-numbers > li a.current,
.mobile-layout .products-wrapper .woocommerce-pagination .page-numbers > li .page-numbers.current {
  color: #fdb819;
}
.mobile-layout .products-wrapper .woocommerce-pagination .page-numbers > li .next,
.mobile-layout .products-wrapper .woocommerce-pagination .page-numbers > li .prev {
  width: 90px;
  text-align: center;
  text-transform: uppercase;
  color: #111;
  border-radius: 20px;
}
.mobile-layout .products-wrapper .woocommerce-pagination .page-numbers > li .next:before,
.mobile-layout .products-wrapper .woocommerce-pagination .page-numbers > li .prev:before {
  content: '';
}
.mobile-layout .products-wrapper .products-loop {
  margin: 0;
  position: relative;
  z-index: 1;
}
.mobile-layout .products-wrapper .products-loop.grid {
  margin: 0 -5px;
}
.mobile-layout .products-wrapper .products-loop.grid > li {
  padding: 0 5px;
  margin-bottom: 10px;
  float: left;
  width: 50%;
}
.mobile-layout .products-wrapper .products-loop.grid > li:nth-child( 2n+1 ) {
  clear: both;
}
.mobile-layout .products-wrapper .products-loop.grid > li.item .item-wrap .item-detail .item-content {
  padding-top: 15px;
}
.mobile-layout .products-wrapper .products-loop.grid > li.item .item-wrap .item-detail .item-content h4 {
  opacity: 1;
}
.mobile-layout .products-wrapper .products-loop.grid > li.item .item-wrap .item-detail .item-content h4 a {
  font-size: 13px;
  font-weight: 600;
  color: #111;
}
.mobile-layout .products-wrapper .products-loop.grid > li.item .item-wrap .item-detail .item-content .reviews-content {
  opacity: 1;
}
.mobile-layout .products-wrapper .products-loop.grid > li.item .item-wrap .item-detail .item-content .item-price {
  font-size: 14px;
  font-weight: 500;
}
.mobile-layout .products-wrapper .products-loop.grid > li.item .item-wrap .item-detail .item-content .item-bottom {
  opacity: 0;
}
.mobile-layout .products-wrapper .products-loop.grid > li.item .item-wrap:hover .item-detail .item-content h4 a,
.mobile-layout .products-wrapper .products-loop.grid > li.item .item-wrap:hover .item-detail .item-content .item-price {
  opacity: 1;
}
.mobile-layout .products-wrapper .products-loop.list li {
  margin-bottom: 20px;
}
.mobile-layout .products-wrapper .products-loop.list .item .item-wrap .item-detail .products-thumb {
  width: 130px;
  margin-right: 10px;
}
.mobile-layout .products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content h4 {
  margin: 0 0 10px 0;
}
.mobile-layout .products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content h4 a {
  font-weight: 600;
  font-size: 14px;
  color: #111;
}
.mobile-layout .products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .reviews-content {
  padding-top: 5px;
  margin-bottom: 5px;
}
.mobile-layout .products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-price {
  margin-bottom: 5px;
  font-weight: 500;
  display: table-row;
}
.mobile-layout .products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-description {
  margin-bottom: 5px;
  margin-top: 5px;
}
.mobile-layout .products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom {
  display: none;
}
.mobile-layout.search-no-results .breadcrumbs {
  display: none;
}
.mobile-layout.search-no-results .listing-title h1 {
  font-size: 12px;
  color: #111;
}
.mobile-layout.search-no-results .listing-title h1 small {
  color: #7d7d7d;
  font-size: 12px;
}
.mobile-layout.search-no-results .content_list_product {
  padding: 0;
}
.mobile-layout.search-no-results .content_list_product .products-wrapper .no-result {
  text-align: center;
}
.mobile-layout.search-no-results .content_list_product .products-wrapper .no-result h3 {
  font-size: 12px;
  color: #111;
  font-weight: 600;
  text-transform: uppercase;
}
.mobile-layout.search-no-results .content_list_product .products-wrapper .no-result h1 small {
  font-size: 18px;
}
.mobile-layout.search-no-results .content_list_product .products-wrapper .no-result .image {
  display: inline-block;
  margin: 10px 0 20px;
}
.mobile-layout.search-no-results .content_list_product .products-wrapper .no-result p {
  font-size: 12px;
  color: #7d7d7d;
}
.mobile-layout.search-no-results .content_list_product .products-wrapper .no-result a {
  display: inline-block;
  height: 42px;
  width: 100%;
  background-color: #fdb819;
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
  color: #fff;
  font-weight: 600;
  margin: 10px 0 0;
  border: 0;
  line-height: 42px;
  padding: 0;
  border-radius: 20px;
  box-shadow: 0 10px 15px rgba(194,54,0,0.1);
}
.mobile-layout.search-no-results .content_list_product .products-wrapper .no-result a:hover {
  background-color: #faaf02;
}
.mobile-layout.search .header-mobile-style1,
.mobile-layout.search .header-mobile-style2,
.mobile-layout.search .header-mobile-style3 {
  margin-bottom: 0;
}
.mobile-layout.search .body-wrapper-inner > .container {
  padding-top: 15px;
}
.mobile-layout.woocommerce-account .listing-title h1 {
  text-align: center;
}
.mobile-layout.woocommerce-account .image-login {
  text-align: center;
  margin: 0 0 20px;
}
.mobile-layout.woocommerce-account .image-login img {
  display: inline-block;
}
.mobile-layout.woocommerce-account #customer_login h2 {
  font-weight: 600;
  color: #111;
  font-size: 13px;
  margin: 0 0 30px;
  display: block;
  text-transform: uppercase;
}
.mobile-layout.woocommerce-account #customer_login form.login .form-row.form-row-wide,
.mobile-layout.woocommerce-account #customer_login form.register .form-row.form-row-wide {
  padding-left: 30px;
  border-bottom: 1px solid #ddd;
  padding-top: 10px;
  padding-bottom: 10px;
}
.mobile-layout.woocommerce-account #customer_login form.login .form-row.form-row-wide input:-webkit-autofill,
.mobile-layout.woocommerce-account #customer_login form.register .form-row.form-row-wide input:-webkit-autofill {
  background-color: #fff !important;
}
.mobile-layout.woocommerce-account #customer_login form.login .form-row.form-row-wide label,
.mobile-layout.woocommerce-account #customer_login form.register .form-row.form-row-wide label {
  font-size: 14px;
  color: #7d7d7d;
  font-weight: 500;
  line-height: 20px;
  margin: 0;
}
.mobile-layout.woocommerce-account #customer_login form.login .form-row.form-row-wide .input-text,
.mobile-layout.woocommerce-account #customer_login form.register .form-row.form-row-wide .input-text {
  padding: 0;
}
.mobile-layout.woocommerce-account #customer_login form.login .form-row.form-row-wide:first-child,
.mobile-layout.woocommerce-account #customer_login form.register .form-row.form-row-wide:first-child {
  background: url('../assets/img/bg-user.png') no-repeat left center #fff;
}
.mobile-layout.woocommerce-account #customer_login form.login .form-row.form-row-wide:nth-child(2),
.mobile-layout.woocommerce-account #customer_login form.register .form-row.form-row-wide:nth-child(2) {
  background: url('../assets/img/icon-lock.png') no-repeat left center #fff;
}
.mobile-layout.woocommerce-account #customer_login form.register .form-row.form-row-wide:first-child {
  background: url('../assets/img/bg-email.png') no-repeat left center #fff;
}
.mobile-layout.woocommerce-account #customer_login form.register .form-row.form-row-wide:nth-child(2) {
  background: url('../assets/img/icon-lock.png') no-repeat left center #fff;
}
.mobile-layout.woocommerce-account #customer_login input.button {
  height: 42px;
  width: 100%;
  background-color: #fdb819;
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
  color: #fff;
  font-weight: 600;
  margin: 0;
  border: 0;
  line-height: 42px;
  padding: 0;
  border-radius: 20px;
  box-shadow: 0 10px 15px rgba(194,54,0,0.1);
}
.mobile-layout.woocommerce-account #customer_login .social-share {
  text-align: center;
  margin-bottom: 20px;
}
.mobile-layout.woocommerce-account #customer_login .social-share .title-share {
  display: none;
}
.mobile-layout.woocommerce-account #customer_login .social-share .wrap-content {
  display: inline-block;
}
.mobile-layout.woocommerce-account #customer_login .social-share .wrap-content > a {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  line-height: 35px;
  font-size: 16px;
  color: #fff;
  display: inline-block;
  margin: 0 5px;
}
.mobile-layout.woocommerce-account #customer_login .social-share .wrap-content > a:nth-child(1) {
  background-color: #3a5897;
}
.mobile-layout.woocommerce-account #customer_login .social-share .wrap-content > a:nth-child(2) {
  background-color: #2fc2ee;
}
.mobile-layout.woocommerce-account #customer_login .social-share .wrap-content > a:nth-child(3) {
  background-color: #e14a3c;
}
.mobile-layout.woocommerce-account #customer_login .social-share .wrap-content > a:nth-child(4) {
  background-color: #df2227;
}
.mobile-layout.woocommerce-account #customer_login .social-share .wrap-content > a:nth-child(5) {
  background-color: #407199;
}
.mobile-layout.woocommerce-account #contents {
  margin-bottom: 10px;
  padding-top: 20px;
}
.mobile-layout.woocommerce-account #contents .entry-content nav.woocommerce-MyAccount-navigation {
  float: none;
  margin-right: 0;
  margin-bottom: 20px;
  overflow: hidden;
}
.mobile-layout.woocommerce-account #contents .entry-content nav.woocommerce-MyAccount-navigation ul {
  border: 0;
}
.mobile-layout.woocommerce-account #contents .entry-content nav.woocommerce-MyAccount-navigation ul > li {
  display: inline-block;
  float: left;
  width: 33.33%;
  padding-top: 35px;
  text-align: center;
  margin-bottom: 15px;
}
.mobile-layout.woocommerce-account #contents .entry-content nav.woocommerce-MyAccount-navigation ul > li.woocommerce-MyAccount-navigation-link--dashboard {
  background: url('../assets/img/icon-dashboard.png') no-repeat top center #fff;
}
.mobile-layout.woocommerce-account #contents .entry-content nav.woocommerce-MyAccount-navigation ul > li.woocommerce-MyAccount-navigation-link--orders {
  background: url('../assets/img/icon-orders.png') no-repeat top center #fff;
}
.mobile-layout.woocommerce-account #contents .entry-content nav.woocommerce-MyAccount-navigation ul > li.woocommerce-MyAccount-navigation-link--downloads {
  background: url('../assets/img/icon-download.png') no-repeat top center #fff;
}
.mobile-layout.woocommerce-account #contents .entry-content nav.woocommerce-MyAccount-navigation ul > li.woocommerce-MyAccount-navigation-link--edit-address {
  background: url('../assets/img/icon-address.png') no-repeat top center #fff;
}
.mobile-layout.woocommerce-account #contents .entry-content nav.woocommerce-MyAccount-navigation ul > li.woocommerce-MyAccount-navigation-link--edit-account {
  background: url('../assets/img/icon-account.png') no-repeat top center #fff;
}
.mobile-layout.woocommerce-account #contents .entry-content nav.woocommerce-MyAccount-navigation ul > li.woocommerce-MyAccount-navigation-link--customer-logout {
  background: url('../assets/img/icon-logout.png') no-repeat top center #fff;
}
.mobile-layout.woocommerce-account #contents .entry-content nav.woocommerce-MyAccount-navigation ul > li > a {
  border: 0;
  padding: 15px 0;
  min-width: auto;
  font-size: 11px;
  color: #111;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  position: relative;
}
.mobile-layout.woocommerce-account #contents .entry-content nav.woocommerce-MyAccount-navigation ul > li > a:before {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  top: -35px;
  right: 0;
  bottom: 0;
}
.mobile-layout.woocommerce-account .woocommerce-MyAccount-content {
  float: none;
  clear: both;
  margin-bottom: 10px !important;
  text-align: center;
}
.mobile-layout.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account {
  text-align: left;
}
.mobile-layout.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account p.form-row-first {
  text-align: left;
  width: 100%;
}
.mobile-layout.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account p.form-row-first .woocommerce-Input--email {
  border-radius: 0;
}
.mobile-layout.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account p.form-row-last {
  width: 100%;
}
.mobile-layout.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account legend {
  font-size: 14px;
  color: #111;
  text-transform: uppercase;
  font-weight: 600;
  border: 0;
}
.mobile-layout.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account .woocommerce-Button.button {
  height: 42px;
  width: 100%;
  background-color: #fdb819;
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
  color: #fff;
  font-weight: 600;
  margin: 0;
  border: 0;
  line-height: 42px;
  padding: 0;
  border-radius: 20px;
  box-shadow: 0 10px 15px rgba(194,54,0,0.1);
}
.mobile-layout.woocommerce-account .woocommerce-MyAccount-content strong {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  color: #111;
}
.mobile-layout.woocommerce-account .woocommerce-MyAccount-content .avatar-user {
  display: inline-block;
}
.mobile-layout.woocommerce-account .woocommerce-MyAccount-content .avatar-user img {
  border-radius: 50%;
}
.mobile-layout.woocommerce-account .woocommerce-MyAccount-content p:first-child {
  text-align: center;
  font-size: 12px;
  color: #7d7d7d;
}
.mobile-layout.woocommerce-account .woocommerce-MyAccount-content p:first-child a {
  color: #fdb819;
  font-weight: 500;
}
.mobile-layout.woocommerce-account .woocommerce-MyAccount-content p:last-child {
  text-align: left;
}
.mobile-layout.woocommerce-account .woocommerce-MyAccount-content a {
  font-size: 12px;
  color: #7d7d7d;
}
.mobile-layout.woocommerce-account .woocommerce-MyAccount-content table.my_account_orders tr.order td {
  width: 100% !important;
  border: 0;
  border-top: 1px solid #ddd;
  padding: 10px 15px !important;
}
.mobile-layout.woocommerce-account .woocommerce-MyAccount-content table.my_account_orders tr.order td:first-child {
  border-top: 0 !important;
}
.mobile-layout.woocommerce-account .breadcrumbs {
  display: none;
}
.mobile-layout.woocommerce-account.rtl .woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account legend {
  text-align: right;
}
.mobile-layout.woocommerce-account.rtl.woocommerce-account #customer_login form.login .form-row.form-row-wide,
.mobile-layout.woocommerce-account.rtl.woocommerce-account #customer_login form.register .form-row.form-row-wide {
  padding-right: 30px;
  padding-left: 0;
}
.mobile-layout.woocommerce-account.rtl.woocommerce-account #customer_login form.login .form-row.form-row-wide:first-child,
.mobile-layout.woocommerce-account.rtl.woocommerce-account #customer_login form.register .form-row.form-row-wide:first-child {
  background: url('../assets/img/bg-user.png') no-repeat right center #fff;
}
.mobile-layout.woocommerce-account.rtl.woocommerce-account #customer_login form.login .form-row.form-row-wide:nth-child(2),
.mobile-layout.woocommerce-account.rtl.woocommerce-account #customer_login form.register .form-row.form-row-wide:nth-child(2) {
  background: url('../assets/img/icon-lock.png') no-repeat right center #fff;
}
.mobile-layout.woocommerce-account.rtl.woocommerce-account #customer_login form.register .form-row.form-row-wide:first-child {
  background: url('../assets/img/bg-email.png') no-repeat right center #fff;
}
.mobile-layout.woocommerce-account.rtl.woocommerce-account #customer_login form.register .form-row.form-row-wide:nth-child(2) {
  background: url('../assets/img/icon-lock.png') no-repeat right center #fff;
}
.mobile-layout.woocommerce-checkout form .form-row-first,
.mobile-layout.woocommerce-checkout form .form-row-last {
  width: 100%;
}
.mobile-layout.woocommerce-page form table.wishlist_table tr td.product-add-to-cart a.button {
  padding: 10px;
  width: 100px;
}
.single-product.mobile-layout.rtl .content-product-detail .product_detail .content_product_detail .social-share.open .wrap-content {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.single-product.mobile-layout.rtl .content-product-detail .product_detail .content_product_detail .social-share .title-share {
  float: left;
}
.single-product.mobile-layout.rtl .content-product-detail .product_detail .content_product_detail .social-share .wrap-content {
  float: left;
  margin-right: 0px;
  margin-left: -40px;
  -webkit-transform: translateX(-60px);
  -moz-transform: translateX(-60px);
  -o-transform: translateX(-60px);
  -ms-transform: translateX(-60px);
  transform: translateX(-60px);
}
.single-product.mobile-layout.rtl .content-product-detail .product_detail .content_product_detail .cart .quantity {
  margin: 0 0 0 10px !important;
}
.single-product.mobile-layout.rtl .content-product-detail .product_detail .content_product_detail .price ins {
  float: right;
  margin-left: 10px;
  margin-right: 0;
}
.single-product.mobile-layout.rtl .content-product-detail .product_detail .content_product_detail .yith-wcwl-add-to-wishlist {
  left: 35px;
  right: auto;
}
.single-product.mobile-layout .content-product-detail {
  padding: 0 10px;
}
.single-product.mobile-layout .content-product-detail .product-type-simple .cart {
  text-align: center;
}
.single-product.mobile-layout .content-product-detail .product-type-simple .cart .addcart-wrapper {
  display: inline-block;
  overflow: hidden;
}
.single-product.mobile-layout .content-product-detail .product-type-external .addcart-wrapper .cart {
  float: none;
}
.single-product.mobile-layout .content-product-detail .product_detail .slider_img_productd {
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}
.single-product.mobile-layout .content-product-detail .product_detail .slider_img_productd .product-responsive .item-img-slider a {
  display: inline-block;
  max-width: 450px;
}
.single-product.mobile-layout .content-product-detail .product_detail .slider_img_productd .product-info {
  position: absolute;
  z-index: 3;
  right: 10px;
  bottom: 110px;
}
.single-product.mobile-layout .content-product-detail .product_detail .slider_img_productd .product-info .product-stock {
  display: inline-block;
  width: 54px;
  height: 54px;
  text-indent: -9999px;
}
.single-product.mobile-layout .content-product-detail .product_detail .slider_img_productd .product-info .product-stock.in-stock {
  background: url('../assets/img/icon-instock.png') no-repeat center center;
}
.single-product.mobile-layout .content-product-detail .product_detail .slider_img_productd .product-info .product-stock.out-of-stock {
  background: url('../assets/img/icon-outstock.png') no-repeat center center;
}
.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail {
  position: relative;
}
.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .price del {
  float: none;
}
.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .price del .amount {
  font-size: #7d7d7d;
  font-size: 14px;
  font-weight: 500;
}
.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .price ins {
  float: left;
  margin-left: 0;
}
.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .add_to_cart_button,
.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .product_type_external,
.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .product_type_grouped,
.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .single_add_to_cart_button {
  float: left;
  height: 40px;
  padding: 0;
  line-height: 40px;
  width: 172px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  border-radius: 20px;
  clear: none;
  box-shadow: 0 5px 5px #eee;
}
.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .cart {
  margin-bottom: 0 !important;
}
.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .cart .quantity {
  height: 40px;
  margin: 0 10px 0 0 !important;
}
.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .cart .quantity input {
  width: 55px;
}
.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .cart .quantity .input-text {
  height: 38px !important;
}
.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .cart .quantity .minus {
  background-position: 0px -1685px;
}
.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .cart .quantity .plus {
  background-position: -5px -1665px;
}
.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .cart .group_table {
  margin-bottom: 15px;
}
.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .cart .group_table .price {
  font-size: 16px;
}
.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .cart .group_table .price del {
  font-size: 16px;
}
.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .cart .group_table .price ins {
  font-size: 18px;
}
.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .cart .group_table td {
  height: 60px !important;
}
.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .cart .group_table .quantity {
  width: 145px;
}
.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .cart .group_table input {
  width: 45px;
}
.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .addcart-wrapper {
  text-align: center;
}
.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .product-info {
  padding: 15px 0 10px;
}
.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .product-info .sku_wrapper {
  margin-bottom: 0;
}
.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .description {
  margin-bottom: 15px;
}
.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .yith-wcwl-add-to-wishlist {
  position: absolute;
  z-index: 5;
  top: -8px;
  right: 35px;
}
.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a {
  border: 1px solid #f1f1f1;
  color: #7d7d7d;
}
.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .social-share {
  position: absolute;
  top: -234px;
  right: 0;
  z-index: 1;
}
.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .social-share.open {
  z-index: 3;
}
.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .social-share.open .wrap-content {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .social-share .title-share {
  float: right;
  margin-top: 225px;
  display: inline-block;
  font-size: 0;
  width: 35px;
  height: 35px;
  line-height: 33px;
  border: 1px solid #f1f1f1;
  text-align: center;
  color: #7d7d7d;
  padding: 0;
  border-radius: 50%;
}
.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .social-share .title-share:before {
  font-size: 16px;
  display: inline-block;
  font-family: FontAwesome;
  content: '\f1e0';
}
.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .social-share .wrap-content {
  float: right;
  position: relative;
  margin-right: -40px;
  opacity: 0;
  -webkit-transform: translateX(60px);
  -moz-transform: translateX(60px);
  -o-transform: translateX(60px);
  -ms-transform: translateX(60px);
  transform: translateX(60px);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .social-share .wrap-content > a {
  display: block;
  margin: 0 5px 10px;
}
.single-product.mobile-layout .content-product-detail .single-product >.tabs {
  border: 0;
  margin-bottom: 10px;
}
.single-product.mobile-layout .content-product-detail .single-product >.tabs .tabbable .nav.nav-tabs {
  border-top: 1px solid #ddd;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  margin: 5px 0 0;
}
.single-product.mobile-layout .content-product-detail .single-product >.tabs .tabbable .nav.nav-tabs li {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  float: none;
  padding: 0 9px;
}
.single-product.mobile-layout .content-product-detail .single-product >.tabs .tabbable .nav.nav-tabs li:first-child {
  padding-left: 0;
}
.single-product.mobile-layout .content-product-detail .single-product >.tabs .tabbable .nav.nav-tabs li.active a,
.single-product.mobile-layout .content-product-detail .single-product >.tabs .tabbable .nav.nav-tabs li:hover a {
  color: #fdb819;
  border: 0;
}
.single-product.mobile-layout .content-product-detail .single-product >.tabs .tabbable .nav.nav-tabs li.active a:before,
.single-product.mobile-layout .content-product-detail .single-product >.tabs .tabbable .nav.nav-tabs li:hover a:before {
  opacity: 1;
}
.single-product.mobile-layout .content-product-detail .single-product >.tabs .tabbable .nav.nav-tabs li a {
  background-color: #fff;
  font-size: 14px;
  padding: 0;
  border: 0;
  height: 40px;
  position: relative;
  line-height: 42px;
}
.single-product.mobile-layout .content-product-detail .single-product >.tabs .tabbable .nav.nav-tabs li a:before {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #fdb819;
  position: absolute;
  left: 0;
  bottom: -1px;
  opacity: 0;
}
.single-product.mobile-layout .content-product-detail .single-product >.tabs .tabbable .tab-content .tab-pane {
  padding: 10px 0;
}
.single-product.mobile-layout .content-product-detail .single-product >.tabs .tabbable .tab-content .tab-pane h2 {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  color: #111;
}
.single-product.mobile-layout .content-product-detail .single-product >.tabs .tabbable .tab-content #tab-reviews #comments ol.commentlist {
  padding: 10px 0 0;
}
.single-product.mobile-layout .content-product-detail .single-product >.tabs .tabbable .tab-content #tab-reviews #comments ol.commentlist li {
  padding: 0 0 10px;
  border-bottom: 1px solid #f0f0ed;
  margin: 0 0 10px;
}
.single-product.mobile-layout .content-product-detail .single-product >.tabs .tabbable .tab-content #tab-reviews #comments ol.commentlist li:last-child {
  border: 0;
}
.single-product.mobile-layout .content-product-detail .single-product >.tabs .tabbable .tab-content #tab-reviews #comments .comment_container .avatar {
  height: 40px;
  width: 40px;
  border: 0;
  border-radius: 50%;
  padding: 0;
}
.single-product.mobile-layout .content-product-detail .single-product >.tabs .tabbable .tab-content #tab-reviews #comments .comment_container .comment-text {
  padding: 0;
  border: 0;
}
.single-product.mobile-layout .content-product-detail .single-product >.tabs .tabbable .tab-content #tab-reviews #comments .comment_container .comment-text .description {
  font-size: 12px;
  color: #7d7d7d;
}
.single-product.mobile-layout .content-product-detail .single-product >.tabs .tabbable .tab-content #tab-reviews #comments .comment_container .comment-text .description p {
  margin: 0;
}
.single-product.mobile-layout .content-product-detail .single-product >.tabs .tabbable .tab-content #tab-reviews #comments .comment_container .comment-text .meta {
  margin: 0;
}
.single-product.mobile-layout .content-product-detail .single-product >.tabs .tabbable .tab-content #tab-reviews #comments .comment_container .comment-text .meta strong {
  font-size: 12px;
  color: #111;
  font-weight: 600;
  text-transform: uppercase;
}
.single-product.mobile-layout .content-product-detail .single-product >.tabs .tabbable .tab-content #tab-reviews #comments .comment_container .comment-text .meta time {
  font-size: 12px;
  color: #7d7d7d;
  font-style: italic;
}
.single-product.mobile-layout .content-product-detail .single-product >.tabs .tabbable .tab-content #tab-reviews .form-submit #submit {
  height: 42px;
  width: 100% !important;
  background-color: #fdb819 !important;
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
  color: #fff;
  font-weight: 600;
  margin: 0;
  border: 0;
  line-height: 42px;
  padding: 0 !important;
  border-radius: 20px !important;
  box-shadow: 0 10px 15px rgba(194,54,0,0.1);
}
.single-product.mobile-layout.woocommerce div.product p.price,
.single-product.mobile-layout.woocommerce div.product span.price {
  font-size: 18px;
  margin-bottom: 15px;
}
.single-product.mobile-layout.woocommerce div.product form.cart .variations {
  margin-bottom: 0;
}
.single-product.mobile-layout.woocommerce div.product form.cart	.addcart-wrapper .single_variation_wrap {
  text-align: center;
}
.single-product.mobile-layout.woocommerce div.product form.cart	.addcart-wrapper .single_variation_wrap .woocommerce-variation.single_variation {
  text-align: left;
}
.single-product.mobile-layout.woocommerce div.product form.cart	.addcart-wrapper .single_variation_wrap .woocommerce-variation-add-to-cart {
  display: inline-block;
}
.single-product.mobile-layout.woocommerce div.product form.cart div.quantity {
  border-radius: 20px;
}
.single-post.mobile-layout.rtl .single.main .post .entry-wrap .entry-content .social-share {
  left: 0;
  right: auto;
}
.single-post.mobile-layout.rtl .single.main .post .entry-wrap .entry-content .social-share .title-share {
  margin-left: 0;
}
.single-post.mobile-layout.rtl .single-post-relate-mobile .post .item-relate-img {
  float: right;
  margin-left: 15px;
  margin-right: 0;
}
.single-post.mobile-layout.rtl .single-post-relate-mobile .post .item-relate-content .entry-meta .fa {
  margin-left: 10px;
  margin-right: 0;
}
.single-post.mobile-layout.rtl .single-post-relate-mobile .post .item-relate-content .entry-meta .entry-author {
  float: right;
  margin-left: 20px;
  margin-right: 0;
}
.single-post.mobile-layout .single.main .post .entry-wrap .entry-thumb::before {
  border: 0;
}
.single-post.mobile-layout .single.main .post .entry-wrap .entry-title {
  font-size: 16px;
  margin-top: 16px;
}
.single-post.mobile-layout .single.main .post .entry-wrap .entry-content {
  padding: 0;
}
.single-post.mobile-layout .single.main .post .entry-wrap .entry-content .entry-meta {
  border-bottom: 0;
  padding: 0;
  font-size: 12px;
  margin-bottom: 10px;
}
.single-post.mobile-layout .single.main .post .entry-wrap .entry-content .entry-summary {
  font-size: 12px;
  line-height: 20px;
}
.single-post.mobile-layout .single.main .post .entry-wrap .entry-content .social-share {
  position: absolute;
  bottom: -65px;
  right: 0;
  padding: 0;
  z-index: 1;
  border: 0;
}
.single-post.mobile-layout .single.main .post .entry-wrap .entry-content .social-share.open {
  z-index: 2;
}
.single-post.mobile-layout .single.main .post .entry-wrap .entry-content .social-share.open .wrap-content {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.single-post.mobile-layout .single.main .post .entry-wrap .entry-content .social-share .title-share {
  float: right;
  margin-top: 225px;
  display: inline-block;
  font-size: 0;
  width: 35px;
  height: 35px;
  line-height: 33px;
  border: 1px solid #f1f1f1;
  text-align: center;
  color: #7d7d7d;
  padding: 0;
  margin-right: 0;
  border-radius: 50%;
}
.single-post.mobile-layout .single.main .post .entry-wrap .entry-content .social-share .title-share:before {
  font-size: 16px;
  display: inline-block;
  font-family: FontAwesome;
  content: '\f1e0';
}
.single-post.mobile-layout .single.main .post .entry-wrap .entry-content .social-share .wrap-content {
  float: right;
  position: relative;
  margin-right: -40px;
  opacity: 0;
  -webkit-transform: translateX(60px);
  -moz-transform: translateX(60px);
  -o-transform: translateX(60px);
  -ms-transform: translateX(60px);
  transform: translateX(60px);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.single-post.mobile-layout .single.main .post .entry-wrap .entry-content .social-share .wrap-content > a {
  display: block;
  margin: 0 5px 10px;
}
.single-post.mobile-layout .post #authorDetails {
  margin-top: 15px;
  padding: 10px 0 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.single-post.mobile-layout .post #authorDetails .avatar {
  width: 40px;
  border-radius: 50%;
}
.single-post.mobile-layout .post #authorDetails .infomation {
  padding: 8px 10px !important;
}
.single-post.mobile-layout .post #authorDetails .infomation .name-author {
  margin: 0;
}
.single-post.mobile-layout .single-post-relate-mobile h4 {
  padding: 20px 0 10px;
  font-size: 13px;
  color: #111;
  font-weight: 600;
  text-transform: uppercase;
}
.single-post.mobile-layout .single-post-relate-mobile .post {
  overflow: hidden;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
.single-post.mobile-layout .single-post-relate-mobile .post .item-relate-img {
  display: inline-block;
  width: 115px;
  float: left;
  margin-right: 15px;
}
.single-post.mobile-layout .single-post-relate-mobile .post .item-relate-content h4 {
  padding: 0;
  text-transform: capitalize;
}
.single-post.mobile-layout .single-post-relate-mobile .post .item-relate-content .entry-meta {
  overflow: hidden;
  font-size: 12px;
  color: #909090;
}
.single-post.mobile-layout .single-post-relate-mobile .post .item-relate-content .entry-meta .fa {
  margin-right: 10px;
}
.single-post.mobile-layout .single-post-relate-mobile .post .item-relate-content .entry-meta a {
  font-size: 12px;
  color: #909090;
}
.single-post.mobile-layout .single-post-relate-mobile .post .item-relate-content .entry-meta .entry-author {
  float: left;
  margin-right: 20px;
}
.single-post.mobile-layout #respond {
  margin-bottom: 20px;
}
.single-post.mobile-layout #respond .wp-comment .title {
  margin-bottom: 15px;
}
.single-post.mobile-layout #respond .wp-comment .form-horizontal .cmm-box-bottom button.btn {
  height: 40px;
  width: 100%;
  background-color: #fdb819;
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
  color: #fff;
  font-weight: 600;
  margin: 0;
  border: 0;
  line-height: 40px;
  padding: 0;
  border-radius: 20px;
  box-shadow: 0 10px 15px rgba(194,54,0,0.1);
}
.single-post.mobile-layout #respond .wp-comment .form-horizontal .cmm-box-top .control-group {
  width: 100%;
}
.single-post.mobile-layout #comments .comment .author {
  width: 40px;
  border-radius: 50%;
}
.single-post.mobile-layout #comments .comment .media-body .media .media-heading .author-name a {
  font-size: 12px;
}
.search-results.mobile-layout .autusin_breadcrumbs {
  display: none;
}
.search-results.mobile-layout .listing-title h1 {
  font-size: 13px;
}
.search-results.mobile-layout .listing-title h1 small {
  font-size: 13px;
}
.search-results.mobile-layout .content-list-category {
  padding: 0 !important;
}
.search-results.mobile-layout .content-list-category #left {
  order: 2;
}
.content-list-category >.row {
  display: flex;
  flex-direction: column;
}
.content-list-category >.row #contents {
  order: -1;
}
.filter-mobile h3 {
  font-weight: 600;
  font-size: 12px;
  color: #111;
  text-transform: uppercase;
}
.filter-mobile .widget_price_filter {
  border: 0;
  padding: 0;
  margin-bottom: 15px;
}
.filter-mobile .widget_price_filter .price_slider_wrapper {
  padding: 0;
}
.filter-mobile .widget_price_filter .price_slider_wrapper .price_slider_amount #min_price,
.filter-mobile .widget_price_filter .price_slider_wrapper .price_slider_amount #max_price {
  border-radius: 20px;
  border: 1px solid #f1f1f1;
  text-align: center;
  height: 40px;
  font-size: 14px;
  color: #7d7d7d;
  font-weight: 500;
  margin-bottom: 15px;
}
.filter-mobile .widget_price_filter .price_slider_wrapper .price_slider_amount .price_label {
  font-size: 14px;
  color: #7d7d7d;
  font-weight: 500;
  line-height: 40px;
}
.rtl .filter-mobile .widget_price_filter .price_slider_wrapper .price_slider_amount .price_label {
  float: left;
}
.filter-mobile .widget_price_filter .price_slider_wrapper .price_slider_amount button {
  height: 40px;
  width: 48%;
  background-color: #fdb819;
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
  color: #fff;
  font-weight: 600;
  margin: 0;
  border: 0;
  line-height: 40px;
  padding: 0;
  border-radius: 20px;
  box-shadow: 0 10px 15px rgba(194,54,0,0.1);
}
.rtl .filter-mobile .widget_price_filter .price_slider_wrapper .price_slider_amount button {
  float: right;
}
.filter-mobile .widget_layered_nav {
  margin-bottom: 10px;
}
.filter-mobile .widget_layered_nav ul {
  overflow: hidden;
}
.filter-mobile .widget_layered_nav ul > li {
  font-size: 14px;
  color: #7d7d7d;
  font-weight: 500;
  line-height: 28px;
  float: left;
}
.rtl .filter-mobile .widget_layered_nav ul > li {
  float: right;
}
.rtl .filter-mobile .widget_layered_nav ul > li a {
  margin-left: 10px;
  margin-right: 0;
}
.filter-mobile .widget_layered_nav ul > li a {
  color: #7d7d7d;
  display: inline-block;
  width: 52px;
  height: 40px;
  background-color: #f2f2f2;
  font-size: 12px;
  font-weight: 600;
  color: #111;
  margin-right: 10px;
  line-height: 40px;
  text-align: center;
}
.filter-mobile .widget_layered_nav ul > li a:hover {
  background-color: #fdb819;
  color: #fff;
}
.filter-mobile .widget_layered_nav ul > li .count {
  display: none;
}
.home.mobile-layout .body-wrapper .body-wrapper-inner > .container,
.home-mobile.mobile-layout .body-wrapper .body-wrapper-inner > .container {
  padding-top: 0;
}
.mobile-layout .body-wrapper .body-wrapper-inner > .container {
  position: relative;
  padding-top: 10px;
}
.mobile-layout .body-wrapper .body-wrapper-inner > .container.open:before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0,0,0,0.7);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 3;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.woocommerce-checkout.mobile-layout .checkout #payment #place_order {
  height: 40px;
  width: 100%;
  background-color: #fdb819;
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
  color: #fff;
  font-weight: 600;
  margin: 0;
  border: 0;
  line-height: 40px;
  padding: 0;
  border-radius: 20px;
  box-shadow: 0 10px 15px rgba(194,54,0,0.1);
}
.woocommerce-checkout.mobile-layout h3 {
  font-size: 13px;
  color: #111;
  font-weight: 600;
  text-transform: uppercase;
}
.woocommerce-wishlist.mobile-layout form table.shop_table {
  border-radius: 0;
}
.woocommerce-wishlist.mobile-layout form table.shop_table tr {
  border: 0;
}
.woocommerce-wishlist.mobile-layout form table.shop_table tr td {
  border: 0;
}
.woocommerce-wishlist.mobile-layout form table.shop_table thead th {
  border: 0;
}
.woocommerce-wishlist.mobile-layout form table.shop_table tfoot {
  border: 0;
}
.tax-product_cat.mobile-layout .body-wrapper > .container {
  padding-top: 0;
}
@media (min-width: 481px) {
  .mobile-layout .body-wrapper {
    margin: 0 auto;
    max-width: 480px;
  }
  .woocommerce-order-received.mobile-layout h2 {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    color: #111;
  }
  .woocommerce-order-received.mobile-layout .order_details li {
    margin-right: 1em;
  }
  .woocommerce-order-received.mobile-layout table.shop_table {
    border-radius: 0;
  }
  .woocommerce-order-received.mobile-layout table.shop_table tr {
    border-top: 1px solid #ddd;
  }
  .woocommerce-order-received.mobile-layout table.shop_table th,
  .woocommerce-order-received.mobile-layout table.shop_table td {
    border: 0;
  }
}
@media (max-width: 480px) {
  .mobile-layout .sw-woo-tab-mobile .resp-tab .top-tab-slider .tab_list {
    position: relative;
    display: block;
    margin: 10px 10px 10px 7px;
    left: auto;
    right: auto;
    width: auto;
    bottom: auto;
    top: auto;
    text-align: center;
    box-shadow: none;
    height: auto;
    overflow-y: scroll;
    z-index: 1;
    overflow-x: auto;
  }
  .mobile-layout .sw-woo-tab-mobile .resp-tab .top-tab-slider .tab_list .nav.nav-tabs {
    display: inline-block;
    white-space: nowrap;
    margin: 0;
    border: 0;
    background: transparent;
  }
  .mobile-layout .sw-woo-tab-mobile .resp-tab .top-tab-slider .tab_list .nav.nav-tabs li {
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    float: none;
    margin: 0 7px;
    width: auto;
  }
  .mobile-layout .sw-woo-tab-mobile .resp-tab .top-tab-slider .tab_list .nav.nav-tabs li > a {
    display: inline-block;
    height: 28px;
    line-height: 28px;
    padding: 0 13px;
    border-radius: 14px;
    text-transform: capitalize;
    font-size: 12px;
    background-color: #f5f5f5;
    font-weight: 400;
    border: 0;
  }
  .mobile-layout .sw-woo-tab-mobile .resp-tab .top-tab-slider .tab_list .nav.nav-tabs li > a:before {
    width: 0;
    height: 0;
  }
  .mobile-layout .sw-woo-tab-mobile .resp-tab .top-tab-slider .tab_list .nav.nav-tabs li.active > a,
  .mobile-layout .sw-woo-tab-mobile .resp-tab .top-tab-slider .tab_list .nav.nav-tabs li:hover > a {
    background-color: #fdb819;
    color: #fff;
  }
  .mobile-layout.woocommerce-cart .shop_table.cart tr.cart_item td.product-name {
    display: inline-block;
    white-space: nowrap;
    width: 12em;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .mobile-layout.woocommerce-cart .shop_table.cart tr.cart_item td.product-quantity {
    width: 140px;
  }
  .mobile-layout .sw-tab-cat-mobile .resp-tab .top-tab-slider .tab_list {
    position: relative;
    display: block;
    left: auto;
    right: auto;
    width: auto;
    bottom: auto;
    top: auto;
    text-align: center;
    box-shadow: none;
    height: auto;
    overflow-y: scroll;
    z-index: 1;
    overflow-x: auto;
  }
  .mobile-layout .sw-tab-cat-mobile .resp-tab .top-tab-slider .tab_list .nav.nav-tabs {
    display: inline-block;
    top: 0;
    width: auto;
    white-space: nowrap;
    margin: 0;
    height: auto;
    border: 0;
    background: transparent;
  }
  .mobile-layout .sw-tab-cat-mobile .resp-tab .top-tab-slider .tab_list .nav.nav-tabs li {
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    float: none;
    line-height: inherit;
    margin: 0 7px;
    width: auto;
  }
  .mobile-layout .sw-tab-cat-mobile .resp-tab .top-tab-slider .tab_list .nav.nav-tabs li > a {
    display: inline-block;
    height: 28px;
    line-height: 28px;
    padding: 0 13px;
    border-radius: 14px;
    text-transform: capitalize;
    font-size: 12px;
    background-color: #f5f5f5;
    font-weight: 400;
    border: 0;
  }
  .mobile-layout .sw-tab-cat-mobile .resp-tab .top-tab-slider .tab_list .nav.nav-tabs li > a:before {
    width: 0;
    height: 0;
  }
  .mobile-layout .sw-tab-cat-mobile .resp-tab .top-tab-slider .tab_list .nav.nav-tabs li.active > a,
  .mobile-layout .sw-tab-cat-mobile .resp-tab .top-tab-slider .tab_list .nav.nav-tabs li:hover > a {
    background-color: #fdb819;
    color: #fff;
  }
}
@media (min-width: 414px) {
  .mobile-layout .products-wrapper .products-loop.grid >li {
    float: left;
    width: 50%;
  }
  .header-mobile-style3 .mobile-search .top-form.top-search {
    width: 180px;
  }
}
@media (max-width: 414px) {
  .mobile-layout .vertical_megamenu .resmenu-container .menu-responsive-wrapper ul.autusin_resmenu {
    height: 640px;
    overflow: auto;
  }
  .woocommerce-order-received.mobile-layout h2 {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    color: #111;
  }
  .woocommerce-order-received.mobile-layout .order_details li {
    float: none;
    padding-right: 0;
    margin-right: 0;
    margin-bottom: 15px;
    border: 0;
  }
  .woocommerce-order-received.mobile-layout table.shop_table {
    border-radius: 0;
  }
  .woocommerce-order-received.mobile-layout table.shop_table tr {
    border-top: 1px solid #ddd;
  }
  .woocommerce-order-received.mobile-layout table.shop_table th,
  .woocommerce-order-received.mobile-layout table.shop_table td {
    border: 0;
  }
  .single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .cart .quantity input {
    width: 40px;
  }
  .single-product.mobile-layout.rtl .content-product-detail .product_detail .content_product_detail .cart .quantity input {
    width: 30px;
  }
  .single-product.mobile-layout.rtl .content-product-detail .product_detail .content_product_detail .cart .quantity .minus {
    background-position: -20px -1685px;
  }
  .single-product.mobile-layout.rtl .content-product-detail .product_detail .content_product_detail .cart .quantity .plus {
    background-position: -11px -1665px;
  }
  .single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .add_to_cart_button,
  .single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .product_type_external,
  .single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .product_type_grouped,
  .single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .single_add_to_cart_button {
    width: 120px;
  }
  .single-product.mobile-layout .content-product-detail .product_detail .slider_img_productd .product-info {
    bottom: 160px;
  }
}
@media (max-width: 375px) {
  .header-mobile-style3 .mobile-search .top-form.top-search,
  .header-mobile-style3.sticky-mobile .mobile-search .top-form.top-search {
    width: 150px;
  }
  .mobile-layout .vertical_megamenu .resmenu-container .menu-responsive-wrapper ul.autusin_resmenu {
    height: 575px;
  }
  .resp-ajax-page-listing .page-listing-content ul.nav-tabs > li > a {
    padding: 20px 7px;
  }
  .countdown-slider2 .item .item-wrap .item-detail .products-thumb {
    width: 100%;
    margin-bottom: 30px;
  }
  .countdown-slider2 .item .item-wrap .item-detail .item-content {
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 360px) {
  .header-mobile-style1 .mobile-search .top-form.top-search,
  .header-mobile-style2 .mobile-search .top-form.top-search {
    width: 220px;
  }
  .header-mobile-style3 .mobile-search .top-form.top-search,
  .header-mobile-style3.sticky-mobile .mobile-search .top-form.top-search {
    width: 110px;
  }
  .mobile-layout .vertical_megamenu .resmenu-container .menu-responsive-wrapper ul.autusin_resmenu {
    height: 640px;
    overflow: auto;
  }
  .mobile-layout .vertical_megamenu .resmenu-container .menu-responsive-wrapper {
    min-width: 220px;
  }
  .mobile-layout .products-wrapper .products-loop.list .item .item-wrap .item-detail .products-thumb {
    width: 100%;
    margin-bottom: 10px;
  }
  .sw-tab-mobile .top-tab-slider .nav.nav-tabs {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    text-align: left;
  }
  .sw-tab-mobile .top-tab-slider .nav.nav-tabs > li {
    float: none;
    display: inline-block;
    vertical-align: top;
    white-space: normal;
    margin: 0 10px 0 0;
  }
  .sw-tab-mobile .top-tab-slider .nav.nav-tabs > li > a {
    font-size: 11px;
  }
  .mobile-layout .vertical_megamenu .resmenu-container .menu-responsive-wrapper ul.autusin_resmenu {
    height: auto;
  }
  .sw-ajax-categories .resp-listing-container .item-product-cat {
    width: 50%;
  }
  .sw-ajax-categories.style-moblie:hover:before {
    opacity: 1;
  }
  .block-mobile .info .inner {
    text-align: center;
  }
  .block-mobile .info .inner i {
    display: inline-block;
    font-size: 24px;
    float: none;
  }
  .rtl .block-mobile .info .inner i {
    float: none;
  }
  .block-mobile .info .inner .info-content {
    padding: 0;
  }
  .block-mobile .info .inner .info-content span {
    line-height: 14px;
  }
  .rtl .block-mobile .info .inner .info-content {
    padding: 0;
  }
  .single-post.mobile-layout .single-post-relate-mobile .post .item-relate-content h4 {
    margin-bottom: 5px;
  }
  .single-post.mobile-layout .single-post-relate-mobile .post .item-relate-content .entry-meta .entry-author {
    float: none;
  }
  .products-wrapper .products-loop {
    margin: 0;
  }
  .single-product.mobile-layout > .tabs .tabbable .nav.nav-tabs li {
    width: auto;
  }
  .single-product.mobile-layout > .tabs .tabbable .nav.nav-tabs li a {
    width: auto;
  }
  .mobile-layout.single-product .single-product > .tabs .tabbable .nav.nav-tabs li {
    width: auto !important;
  }
  .single-product.mobile-layout .content-product-detail .single-product >.tabs .tabbable .tab-content #tab-description p {
    width: 290px;
  }
  .mobile-layout .pagination ul li a.next,
  .mobile-layout .pagination ul li a.prev {
    width: 32px;
    text-indent: -9999px;
    position: relative;
  }
  .mobile-layout .pagination ul li a.next:before,
  .mobile-layout .pagination ul li a.prev:before {
    position: absolute;
    text-indent: 0;
    display: inline-block;
    font-size: 16px;
    color: #999;
    font-family: 'FontAwesome';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    line-height: 30px;
  }
  .mobile-layout .pagination ul li a.next:before {
    content: '\f105';
  }
  .mobile-layout .pagination ul li a.prev:before {
    content: '\f104';
  }
  .mobile-layout.rtl .pagination ul li a.next:before {
    content: '\f104';
  }
  .mobile-layout.rtl .pagination ul li a.prev:before {
    content: '\f105';
  }
  .search-results.mobile-layout .content_list_product ul > li .item-wrap .item-detail .item-content h4 {
    white-space: nowrap;
    width: 110px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    margin: 0 auto 5px;
  }
  .search-results.mobile-layout .content_list_product ul > li .item-wrap .item-detail .item-content .item-bottom {
    display: none;
  }
  .footer-mstyle1 .footer-container .footer-menu .menu-item a .menu-text {
    display: none;
  }
  .countdown-mobile:before,
  .best-selling-mobile:before {
    opacity: 1;
  }
  .footer-mstyle1 .footer-container .footer-menu .menu-item {
    margin-bottom: 5px;
  }
}
@media (max-width: 320px) {
  .header-mobile-style1 .mobile-search .top-form.top-search,
  .header-mobile-style2 .mobile-search .top-form.top-search {
    width: 180px;
  }
  .mobile-layout .vertical_megamenu .resmenu-container .menu-responsive-wrapper ul.autusin_resmenu {
    height: 485px;
  }
}
.mobile-layout .autusin_search_default .icon-search {
  display: none;
}
body.elementor-page {
  position: relative;
}
form {
  margin-bottom: 0;
}
.header-style12.elementor-element .sticky-menu .main-menu {
  float: none;
  padding: 10px 0 0;
  text-align: center;
}
.header-style13 .header-mid.sticky-menu {
  position: fixed;
  display: block;
  z-index: 997;
}
.header-style15 .header-mid.sticky-menu {
  position: fixed;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
  z-index: 999;
}
@media (max-width: 991px) {
  .home-style14 #main-menu .primary-menu .resmenu-container .navbar-toggle {
    margin: 0 15px;
  }
}
@media (min-width: 1200px) {
  .home-style14 .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1330px;
  }
}
.elementor-block >div >div {
  display: block !important;
}
.elementor-width >div >div >div {
  width: auto !important;
}
.header-style13.elementor-element .wrapper_vertical_menu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  display: none;
}
.header-style13.elementor-element .currency_w > li:hover .currency_switcher,
.header-style13.elementor-element #lang_sel > ul.nav > li:hover > ul {
  top: 25px;
}
.header-style13.elementor-element .header-mid {
  background-color: #fdb819;
  padding: 15px 0;
}
.header-style13.elementor-element .currency_w > li > a {
  padding: 2px 0 0 !important;
  display: inline-block;
}
.header-style13.elementor-element #lang_sel > ul.nav > li > a,
.header-style13.elementor-element .currency_w > li > a {
  font-size: 12px;
  color: #d2d2d2;
}
.header-style13.elementor-element .top-login ul li a {
  font-size: 12px;
  color: #d2d2d2;
  display: inline-block;
}
.header-style13.elementor-element .elementor-element .top-login ul:before,
.header-style13.elementor-element .elementor-element .top-login .div-logined ul:before {
  display: none;
}
.header-style13.elementor-element .elementor-widget-wp-widget-nav_menu a {
  font-size: 20px;
  color: #000;
}
.header-style13.elementor-element .elementor-widget-wp-widget-nav_menu a .menu-title {
  font-size: 0;
}
.header-style13.elementor-element .autusin-minicart .top-minicart-icon {
  padding: 0 0 0 40px;
  position: relative;
}
.header-style13.elementor-element .autusin-minicart .top-minicart-icon h3 {
  color: #555555;
  font-size: 12px;
  text-transform: capitalize;
}
.header-style13.elementor-element .autusin-minicart .top-minicart-icon p {
  font-size: 16px;
  color: #0c1555;
}
.header-style13.elementor-element .autusin-minicart4 .top-minicart-icon .cart-contents i {
  font-size: 0;
}
.header-style13.elementor-element .autusin-minicart4.top-form.top-form-minicart .top-minicart-icon {
  border: none;
  border-radius: 0;
}
.header-style13.elementor-element .autusin-minicart4.top-form.top-form-minicart .top-minicart-icon .cart-contents {
  background: url(../assets/img/cart13.png) no-repeat center center rgba(0,0,0,0);
}
.header-style13.elementor-element .autusin-minicart4.top-form.top-form-minicart .top-minicart-icon .cart-contents .minicart-number {
  position: absolute;
  bottom: 2px;
  right: 0px;
  background: #0c1555;
  color: #fff;
  font-size: 11px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  border-radius: 50%;
  top: auto;
}
.header-style13.elementor-element .autusin-minicart4.top-form.top-form-minicart .top-minicart-icon .cart-contents {
  display: inline-block;
  border: none;
}
.header-style13.elementor-element .autusin-minicart4.top-form.top-form-minicart .top-minicart-icon .cart-title h3 {
  font-size: 12px;
  color: #555555;
  height: initial;
  line-height: normal;
  text-align: left;
}
.rtl .header-style13.elementor-element .autusin-minicart4.top-form.top-form-minicart .top-minicart-icon .cart-title h3 {
  text-align: right;
}
.header-style13.elementor-element .autusin-minicart4.top-form.top-form-minicart .top-minicart-icon .cart-title h3 span {
  display: block;
  font-size: 16px;
  color: #0c1555;
  line-height: normal;
  font-weight: 700;
}
.header-style13.elementor-element .elementor-widget-wp-widget-nav_menu .menu-wishlist a span {
  padding: 10px 0;
}
.header-style13.elementor-element .mega-left-title {
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  padding: 0;
  clip-path: polygon(30% 0,100% 0%,70% 100%,0% 100%);
  width: 65px;
  cursor: pointer;
  background: url(../assets/img/bar.png) no-repeat center #fff;
}
.header-style13.elementor-element .mega-left-title:before {
  display: none;
  font-size: 16px;
  color: #000;
}
.header-style13.elementor-element .mega-left-title span {
  font-size: 0;
  display: block;
}
.header-style13.elementor-element .search-layout2 .top-form.top-search button.form-button {
  right: 15px;
  background-color: transparent !important;
  padding: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #222;
}
.rtl .header-style13.elementor-element .search-layout2 .top-form.top-search button.form-button {
  right: auto;
  left: 15px;
}
.header-style13.elementor-element .header-left {
  clip-path: polygon(5% 0,100% 0%,95% 100%,0% 100%);
}
.header-style13.elementor-element .search-layout2 .top-form.top-search button.form-button,
.header-style13.elementor-element .search-layout2 .top-form.top-search .autosearch-input {
  background: #ffffff;
  height: 40px;
  line-height: 40px;
  padding: 0 30px;
  border-radius: 0;
}
.header-style13.elementor-element .autusin_top .top-form.top-search button.form-button:hover:before {
  color: #fdb819;
}
.header-style13.elementor-element .wrapper_vertical_menu {
  z-index: 9999;
  right: 0;
}
.rtl .header-style13.elementor-element .wrapper_vertical_menu {
  right: auto;
  left: 0;
}
.header-style13.elementor-element .nav-pills >li.active > a,
.header-style13.elementor-element .nav-pills >li:hover > a {
  color: #222;
}
.header-style13.elementor-element .nav-pills >li.active:before,
.header-style13.elementor-element .nav-pills >li:hover:before {
  background-color: #0c1555;
}
.header-style13.elementor-element .input-group-btn:before {
  content: "";
  width: 5px;
  height: 60px;
  right: 65px;
  background-color: #fdb819;
  top: -15px;
  position: absolute;
  transform: rotate(23deg);
  z-index: 9;
}
.header-style13.elementor-element .nav-pills >li {
  position: relative;
}
.header-style13.elementor-element .nav-pills >li > a {
  font-size: 14px;
  font-weight: 600;
  color: #222222;
  transition: all 0.3s;
}
.header-style13.elementor-element .nav-pills >li:before {
  content: "";
  left: 50%;
  margin: 0 0 0 -20px;
  bottom: -15px;
  position: absolute;
  background-color: transparent;
  width: 40px;
  height: 2px;
  top: auto !important;
}
.header-style13.elementor-element .elementor-widget-wp-widget-sw_ajax_woocommerce_search {
  position: absolute;
  right: 0;
  bottom: -10px;
  top: auto;
}
.header-style13.elementor-element .elementor-widget-wp-widget-sw_ajax_woocommerce_search .top-search {
  background-color: #fdb819;
  padding: 5px 9px;
  clip-path: polygon(6% 0,100% 0%,95% 100%,0% 100%);
  position: absolute;
  top: 0;
  width: 430px;
  z-index: 99;
}
.header-style13.elementor-element .elementor-widget-wp-widget-sw_ajax_woocommerce_search .top-search .content-search {
  clip-path: polygon(5% 0,100% 0%,96% 100%,0% 100%);
}
.shopnow {
  font-size: 14px !important;
  color: #000 !important;
  text-transform: uppercase !important;
  font-weight: 400 !important;
  padding: 10px 40px 10px 20px !important;
  background-color: #fdb819;
  clip-path: polygon(0 0,100% 0%,86% 100%,0% 100%);
  position: relative;
  overflow: hidden;
  line-height: 40px !important;
}
.shopnow:before {
  content: "";
  background-color: #0c1555;
  width: 3px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 16px;
  transform: skewX(-26deg);
}
.color-fix {
  color: #fdb819 !important;
}
.home-style14 {
  background-color: #f1f2f6;
}
.sw-category-slider10 {
  background-color: transparent !important;
}
.sw-category-slider10 .box-title h3 {
  font-size: 30px;
  font-weight: 700;
  padding: 0 40px;
  text-transform: uppercase;
  position: relative;
  color: #000000;
}
.sw-category-slider10 .box-title h3:before {
  content: "";
  position: absolute;
  left: 5px;
  bottom: 7px;
  border-left: 5px solid #fdb819;
  transform: skewX(-26deg);
  height: 20px;
  width: 15px;
  border-right: 5px solid #fdb819;
}
.rtl .sw-category-slider10 .box-title h3:before {
  transform: skewX(26deg);
  left: auto;
  right: 5px;
}
.sw-category-slider10 .item {
  background-color: #ffffff;
}
.sw-category-slider10 .item .item-wrap {
  clear: both;
  background-color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  align-items: center;
  margin: 0;
  width: 100%;
  padding: 20px 15px;
  min-height: 125px;
  border-bottom: 1px solid #ededed;
  float: left;
  border-right: 1px solid #ededed;
  cursor: pointer;
}
.sw-category-slider10 .item .item-wrap:hover .item-content a {
  color: #fdb819;
}
.sw-category-slider10 .item .item-wrap .item-image {
  width: 80px;
  height: 80px;
  margin: 0;
}
.sw-category-slider10 .item .item-wrap .item-image img {
  margin: 0;
}
.sw-category-slider10 .item .item-wrap .item-content {
  float: left;
  text-align: left;
  padding: 0 0 0 10px;
  width: 70%;
}
.sw-category-slider10 .item .item-wrap .item-content h3 {
  margin: 0 0 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.sw-category-slider10 .item .item-wrap .item-content a {
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  display: block;
  text-transform: capitalize;
}
.sw-category-slider10 .item .item-wrap .item-content p {
  color: #999999;
  font-size: 14px;
  margin: 0;
}
.rtl .featured-product3 .res-button {
  left: 35px;
}
.featured-product3 .res-button.slick-prev {
  right: 35px;
}
.rtl .featured-product3 .res-button.slick-prev {
  left: 0;
  right: auto;
}
.featured-product3 .box-title h3 {
  font-size: 30px;
  font-weight: 700;
  padding: 0 40px;
  text-transform: uppercase;
  position: relative;
  color: #000000;
}
.rtl .featured-product3 .box-title h3 {
  text-align: right;
}
.featured-product3 .box-title h3:before {
  content: "";
  position: absolute;
  left: 5px;
  bottom: 7px;
  border-left: 5px solid #fdb819;
  transform: skewX(-26deg);
  height: 20px;
  width: 15px;
  border-right: 5px solid #fdb819;
}
.rtl .featured-product3 .box-title h3:before {
  transform: skewX(26deg);
  left: auto;
  right: 5px;
}
.woo-slider-short {
  position: relative;
}
.woo-slider-short .res-button.slick-prev {
  right: 35px !important;
}
.rtl .woo-slider-short .res-button.slick-prev {
  right: auto;
  left: 35px !important;
}
.woo-slider-short .res-button {
  cursor: pointer;
  width: 40px;
  height: 28px;
  top: 2px;
  clip-path: polygon(30% 0,100% 0%,70% 100%,0% 100%);
  background-color: #fdb819;
  display: inline-block !important;
  margin: 0;
  position: absolute;
  right: 0;
  left: auto;
  color: #000;
  text-align: center;
  line-height: 28px;
  transition: all 0.3s;
}
.rtl .woo-slider-short .res-button {
  right: auto;
  left: 45px;
}
.woo-slider-short .res-button:hover {
  background-color: rgba(0,0,0,0.4);
}
.woo-slider-short .res-button.slick-prev {
  right: 45px;
}
.rtl .woo-slider-short .res-button.slick-prev {
  right: auto;
  left: 0;
}
.woo-slider-short .res-button.slick-prev:before {
  width: 40px;
  content: "\f104 ";
  font-family: fontawesome;
  font-size: 14px;
}
.woo-slider-short .res-button.slick-next:before {
  width: 40px;
  font-size: 14px;
  content: "\f105 ";
  font-family: fontawesome;
}
.woo-slider-short .resp-slider-container {
  margin: 0 -15px;
}
.woo-slider-short .box-title h3 {
  font-size: 30px;
  font-weight: 700;
  padding: 0 40px;
  text-transform: uppercase;
  position: relative;
  color: #000000;
}
.woo-slider-short .box-title h3:before {
  content: "";
  position: absolute;
  left: 5px;
  bottom: 7px;
  border-left: 5px solid #fdb819;
  transform: skewX(-26deg);
  height: 20px;
  width: 15px;
  border-right: 5px solid #fdb819;
}
.rtl .woo-slider-short .box-title h3:before {
  transform: skewX(26deg);
  left: auto;
  right: 5px;
}
.woo-slider-short .item-wrap4 {
  background-color: transparent;
  display: inline-block;
  border: none;
  padding: 10px 15px;
}
.woo-slider-short .item-detail {
  min-height: 120px;
  background-color: #ffffff;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  align-items: center;
}
.woo-slider-short .item-detail .sw-quickview {
  position: absolute;
  font-size: 0;
  width: 32px;
  height: 32px;
  top: 0;
  background: url(../assets/img/quickview.svg) no-repeat center center #dfdfdf;
  display: inline-block;
  background-size: 14px !important;
  right: 0;
}
.rtl .woo-slider-short .item-detail .sw-quickview {
  right: auto;
  left: 0;
}
.woo-slider-short .item-detail .sw-quickview:hover {
  background: url(../assets/img/quickview.svg) no-repeat center center #d2d2d2;
}
.woo-slider-short .item-detail .item-img {
  float: left;
  width: 40%;
  padding: 10px 10px 0;
}
.woo-slider-short .item-detail .item-content {
  min-height: initial;
  position: relative;
  display: inline-block;
  padding: 15px 35px 0 10px !important;
  width: 60%;
}
.woo-slider-short .item-detail .item-content h4 {
  float: left;
  margin: 0 !important;
}
.woo-slider-short .item-detail .item-content .item-price {
  line-height: 30px;
}
.responsive-post-accordion7 .box-title h3 {
  font-size: 30px;
  font-weight: 700;
  padding: 0 40px;
  text-transform: uppercase;
  position: relative;
  color: #000000;
}
.responsive-post-accordion7 .box-title h3:before {
  content: "";
  position: absolute;
  left: 5px;
  bottom: 7px;
  border-left: 5px solid #fdb819;
  transform: skewX(-26deg);
  height: 20px;
  width: 15px;
  border-right: 5px solid #fdb819;
}
.rtl .responsive-post-accordion7 .box-title h3:before {
  transform: skewX(26deg);
  left: auto;
  right: 5px;
}
.responsive-post-accordion7 .resp-accordion-wrapper .item.item-large {
  width: 50%;
}
.responsive-post-accordion7 .resp-accordion-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  margin: 0 -15px;
}
.responsive-post-accordion7 .resp-accordion-wrapper .item {
  width: 25%;
  min-height: 420px;
  margin: 0 15px;
  transition: all 0.3s ease-out;
  cursor: pointer;
  background-size: contain;
  background: no-repeat;
  position: relative;
  background-position: bottom;
}
.responsive-post-accordion7 .resp-accordion-wrapper .item .time-fm {
  font-size: 12px;
  line-height: 34px;
  text-transform: uppercase;
  color: #fdb819;
}
.responsive-post-accordion7 .resp-accordion-wrapper .item .item-content {
  position: absolute;
  left: 0;
  background: linear-gradient(0deg,rgba(13,21,84,0.9) 30%,rgba(255,255,255,0) 100%);
  right: 0;
  bottom: 0;
  padding: 102px 40px 20px;
}
.responsive-post-accordion7 .resp-accordion-wrapper .item h4 a {
  font-size: 24px;
  color: #fff;
  line-height: 34px;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.3s;
}
.responsive-post-accordion7 .resp-accordion-wrapper .item h4 a:hover {
  color: #fdb819;
}
.elementor-4953 .elementor-element .elementor-icon-box-content .elementor-icon-box-description {
  line-height: 20px !important;
}
.fix-footer h3 {
  line-height: 24px;
  font-size: 28px;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
  margin: 0;
}
.elementor-foonter-style15 .fix-footer h3 {
  margin-bottom: 10px;
}
.fix-footer span {
  font-size: 14px;
  line-height: 24px;
  color: #000;
}
.elementor-foonter-style13 .elementor-row {
  clip-path: polygon(2% 0%,98% 0%,100% 50%,100% 50%,98% 100%,2% 100%,0 50%,0 50%);
  background-color: #fdb819;
  padding: 33px 70px 25px;
}
@media (max-width: 1199px) {
  .elementor-foonter-style13 .elementor-row {
    padding: 30px;
  }
}
.elementor-foonter-style13 .elementor-row .frm-email {
  height: 45px;
  width: 440px;
  clip-path: polygon(3% 0%,95% 0%,100% 50%,100% 50%,95% 100%,3% 100%,0 50%,0 50%);
  padding: 0 30px;
  margin: 0;
  font-size: 14px;
  color: #cccccc;
  line-height: 38px;
  border: none;
}
.elementor-foonter-style13 .elementor-row .frm-submit {
  height: 45px;
  position: absolute;
  right: 0;
  background-color: #0c1555;
  color: #fff;
  clip-path: polygon(2% 0%,90% 0%,100% 50%,100% 50%,90% 100%,2% 100%,12% 50%,12% 50%);
  width: 140px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 39px;
  font-family: Rajdhani !important;
  padding: 0;
  border: none;
  padding-left: 5px;
}
.rtl .elementor-foonter-style13 .elementor-row .frm-submit {
  padding-right: 5px;
  padding-left: 0;
}
.elementor-foonter-style13 .elementor-row .frm-submit:before {
  display: none;
}
.elementor-foonter-mid-style13 .elementor-widget-container h5 {
  line-height: 30px;
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  font-family: Rajdhani !important;
}
.elementor-foonter-mid-style13 .elementor-widget-container ul li .item-link {
  font-size: 14px;
  line-height: 36px;
  color: #fff;
}
.elementor-foonter-style15 .elementor-foonter-mid-style13 .elementor-widget-container ul li .item-link {
  font-size: 16px;
  color: #555555;
}
.elementor-5246 .elementor-element.elementor-element-741c3d0 .elementor-icon-box-content .elementor-icon-box-description {
  color: #fdb819 !important;
}
.countdown-slider13 .slider {
  margin: 0 0 -70px;
}
.countdown-slider13 .resp-slider-container {
  text-align: center;
}
.countdown-slider13 .item-countdown .countdown-show4 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  flex-direction: row;
}
.countdown-slider13 .item-countdown .countdown-show4 .countdown-section {
  width: 40px;
  height: 40px;
  background-color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  border: 1px solid #ededed;
  margin: 0 4px;
  border-radius: 4px;
}
.countdown-slider13 .item-countdown .countdown-show4 .countdown-section .countdown-amount {
  font-size: 16px;
  color: #000;
  font-weight: bold;
  line-height: 16px;
  display: inline-block;
}
.countdown-slider13 .item-countdown .countdown-show4 .countdown-section .countdown-period {
  color: #999999;
  font-weight: 400;
  line-height: 10px;
  font-size: 10px;
  display: inline-block;
  text-transform: capitalize;
}
.countdown-slider13 .item-image-countdown {
  position: absolute;
  bottom: 10px;
  z-index: 99;
  width: 100%;
}
.countdown-slider13 .box-top {
  position: relative;
  display: inline-block;
  padding: 0 25px 15px;
  margin-bottom: 30px;
  margin-top: -70px;
  background-color: #f1f2f6;
}
.countdown-slider13 .box-top:before {
  content: "";
  bottom: 0;
  left: -15px;
  height: 40px;
  width: 40px;
  position: absolute;
  transform: skewX(30deg);
  background-color: #f1f2f6;
}
.countdown-slider13 .box-top:after {
  content: "";
  bottom: 0;
  right: -15px;
  height: 40px;
  width: 40px;
  position: absolute;
  transform: skewX(-30deg);
  background-color: #f1f2f6;
}
.countdown-slider13 .box-top .res-button {
  cursor: pointer;
  width: 50px;
  margin: -10px 0 0;
  height: 28px;
  top: 50%;
  clip-path: polygon(36% 0,100% 0%,64% 100%,0% 100%);
  background-color: #fdb819;
  display: inline-block !important;
  position: absolute;
  right: -70px;
  left: auto;
  color: #000000;
  text-align: center;
  line-height: 28px;
  transition: all 0.3s;
}
.rtl .countdown-slider13 .box-top .res-button {
  left: auto;
  right: -70px;
}
.countdown-slider13 .box-top .res-button:hover {
  background-color: rgba(0,0,0,0.4);
}
.countdown-slider13 .box-top .res-button.slick-prev {
  left: -70px;
  clip-path: polygon(0 0,64% 0,100% 100%,36% 100%);
}
.rtl .countdown-slider13 .box-top .res-button.slick-prev {
  right: auto;
  left: -70px;
}
.countdown-slider13 .box-top .res-button.slick-prev:before {
  width: 40px;
  content: "\f104 ";
  font-family: fontawesome;
  font-size: 14px;
}
.countdown-slider13 .box-top .res-button.slick-next:before {
  width: 40px;
  font-size: 14px;
  content: "\f105 ";
  font-family: fontawesome;
}
.countdown-slider13 .box-top .box-title h3 {
  font-size: 40px;
  text-transform: uppercase;
  line-height: 40px;
  font-weight: 700;
  color: #000;
  margin: 0;
}
.countdown-slider13 .box-top .slider-description {
  font-size: 14px;
  color: #999999;
  line-height: normal;
}
.home-style14 .sw-brand-container-slider {
  margin-bottom: 55px;
  margin-top: 61px;
}
.responsive-post-accordion7 .box-title h3,
.sw-brand-container-slider .title-home h2,
.featured-product3 .box-title h3,
.sw-category-slider10 .box-title h3 {
  margin: 0 0 20px;
}
.sw-woo-tab-style8 .res-button {
  cursor: pointer;
  width: 40px;
  height: 28px;
  top: 2px;
  clip-path: polygon(30% 0,100% 0%,70% 100%,0% 100%);
  background-color: #fdb819;
  display: inline-block !important;
  margin: 0;
  position: absolute;
  right: 0;
  left: auto;
  color: #000;
  text-align: center;
  line-height: 28px;
  transition: all 0.3s;
}
.rtl .sw-woo-tab-style8 .res-button {
  right: auto;
  left: 45px;
}
.sw-woo-tab-style8 .res-button:hover {
  background-color: rgba(0,0,0,0.4);
}
.sw-woo-tab-style8 .res-button.slick-prev {
  right: 45px;
}
.rtl .sw-woo-tab-style8 .res-button.slick-prev {
  right: auto;
  left: 0;
}
.sw-woo-tab-style8 .res-button.slick-prev:before {
  width: 40px;
  content: "\f104 ";
  font-family: fontawesome;
  font-size: 14px;
}
.sw-woo-tab-style8 .res-button.slick-next:before {
  width: 40px;
  font-size: 14px;
  content: "\f105 ";
  font-family: fontawesome;
}
.sw-woo-tab-style8 .sw-woo-tab-style8 .res-button {
  top: -36px;
}
.sw-woo-tab-style8 .res-button {
  right: 10px;
}
.rtl .sw-woo-tab-style8 .res-button {
  right: auto;
  left: 45px;
}
.sw-woo-tab-style8 .res-button.slick-prev {
  right: 45px;
}
.rtl .sw-woo-tab-style8 .res-button.slick-prev {
  right: auto;
  left: 10px;
}
.home-style14 .wp-block-themepunch-revslider rs-module-wrap {
  position: relative;
}
.home-style14 .wp-block-themepunch-revslider rs-module-wrap:before {
  height: 40px;
  position: absolute;
  bottom: 0;
  width: 360px;
  right: 0;
  content: "";
  background-color: #f1f2f6;
  z-index: 99;
  clip-path: polygon(7% 0%,100% 0,100% 100%,0 100%);
}
@media (max-width: 1199px) {
  .home-style14 .wp-block-themepunch-revslider rs-module-wrap:before {
    display: none;
  }
}
@media (max-width: 1400px) {
  .home-style14 .wp-block-themepunch-revslider rs-module-wrap:before {
    width: 200px !important;
    clip-path: polygon(15% 0%,100% 0,100% 100%,0 100%);
  }
}
.home-style14 .wp-block-themepunch-revslider rs-module-wrap .tp-bullets.custom {
  margin: 0;
  width: 200px !important;
}
@media (max-width: 1199px) {
  .home-style14 .wp-block-themepunch-revslider rs-module-wrap .tp-bullets.custom {
    display: none;
  }
}
.home-style14 .wp-block-themepunch-revslider rs-module-wrap .tp-bullets.custom .tp-bullet {
  width: 5px !important;
  height: 11px !important;
  background-color: #0c1555 !important;
  position: relative !important;
  display: inline-block !important;
  border-radius: 0 !important;
  cursor: pointer;
  box-sizing: content-box;
  text-align: center !important;
  transform: skewX(-30deg);
  right: -150px !important;
  left: auto !important;
  top: -5px !important;
}
@media (max-width: 1400px) {
  .home-style14 .wp-block-themepunch-revslider rs-module-wrap .tp-bullets.custom .tp-bullet {
    right: -50px !important;
  }
}
.home-style14 .wp-block-themepunch-revslider rs-module-wrap .tp-bullets.custom .tp-bullet.selected {
  width: 5px;
  height: 16px !important;
  border-radius: 0 !important;
  background-color: #fdb819 !important;
}
.sw-woo-tab-style8 .res-button {
  top: -38px;
}
.header-style15.elementor-element .nav-pills > li > a {
  font-size: 14px;
}
.header-style15.elementor-element .autusin_search_2 {
  border: none;
}
.header-style15.elementor-element .autusin_search_2 .top-form.top-search {
  border-radius: 20px;
  border: 1px solid #ededed;
}
@media (min-width: 1200px) {
  .header-style15.elementor-element .autusin_search_2 .top-form.top-search .content-search {
    padding: 0 0 0 140px;
  }
  .rtl .header-style15.elementor-element .autusin_search_2 .top-form.top-search .content-search {
    padding: 0 140px 0 0;
  }
}
.header-style15.elementor-element .autusin_search_2 .top-form.top-search button.form-button {
  color: #fff;
  background-color: #fdb819;
  border-radius: 0 20px 20px 0;
  height: 40px;
  line-height: 40px;
}
.rtl .header-style15.elementor-element .autusin_search_2 .top-form.top-search button.form-button {
  border-radius: 20px 0 0 20px;
}
.header-style15.elementor-element .autusin_search_2 .top-form.top-search .content-search input {
  color: #ccc;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  padding: 0 20px;
}
.header-style15.elementor-element .autusin_search_2 .top-form.top-search .cat-wrapper {
  border-radius: 20px 0px 0px 20px;
}
.rtl .header-style15.elementor-element .autusin_search_2 .top-form.top-search .cat-wrapper {
  border-radius: 0 20px 20px 0;
}
.header-style15.elementor-element .autusin_search_2 .top-form.top-search .cat-wrapper select {
  font-size: 14px;
  color: #222;
  padding: 0 20px 0;
  height: 40px;
  width: 140px;
  font-family: "DMSans", Helvetica, Arial, sans-serif;
}
.header-style15.elementor-element .currency_w > li:hover .currency_switcher,
.header-style15.elementor-element #lang_sel > ul.nav > li:hover > ul {
  top: 25px;
}
.header-style15.elementor-element .header-mid {
  padding: 15px 0;
}
.header-style15.elementor-element .currency_w > li > a {
  padding: 2px 0 0 !important;
  display: inline-block;
}
.header-style15.elementor-element #lang_sel > ul.nav > li > a,
.header-style15.elementor-element .currency_w > li > a {
  font-size: 12px;
  color: #d2d2d2;
}
.header-style15.elementor-element .top-login ul li a {
  font-size: 12px;
  color: #d2d2d2;
  display: inline-block;
}
.header-style15.elementor-element .elementor-element .top-login ul:before,
.header-style15.elementor-element .elementor-element .top-login .div-logined ul:before {
  display: none;
}
.header-style15.elementor-element .elementor-widget-wp-widget-nav_menu a {
  font-size: 23px;
  color: #000;
}
.header-style15.elementor-element .elementor-widget-wp-widget-nav_menu a .menu-title {
  font-size: 0;
}
.header-style15.elementor-element .autusin-minicart .top-minicart-icon {
  padding: 0 0 0 40px;
  position: relative;
}
.header-style15.elementor-element .autusin-minicart .top-minicart-icon h3 {
  color: #555555;
  font-size: 12px;
  text-transform: capitalize;
}
.header-style15.elementor-element .autusin-minicart .top-minicart-icon p {
  font-size: 16px;
  color: #0c1555;
}
.header-style15.elementor-element .autusin-minicart4 .top-minicart-icon .cart-contents i {
  font-size: 0;
}
.header-style15.elementor-element .autusin-minicart4.top-form.top-form-minicart .top-minicart-icon {
  border: none;
  border-radius: 0;
}
.header-style15.elementor-element .autusin-minicart4.top-form.top-form-minicart .top-minicart-icon .cart-contents {
  background: url(../assets/img/cart13.png) no-repeat center center rgba(0,0,0,0);
}
.header-style15.elementor-element .autusin-minicart4.top-form.top-form-minicart .top-minicart-icon .cart-contents .minicart-number {
  position: absolute;
  bottom: 2px;
  right: 0px;
  background: #fdb819;
  color: #fff;
  font-size: 11px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  border-radius: 50%;
  top: auto;
}
.header-style15.elementor-element .autusin-minicart4.top-form.top-form-minicart .top-minicart-icon .cart-contents {
  display: inline-block;
  border: none;
}
.header-style15.elementor-element .autusin-minicart4.top-form.top-form-minicart .top-minicart-icon .cart-title h3 {
  font-size: 12px;
  color: #555555;
  height: initial;
  line-height: normal;
  text-align: left;
}
.rtl .header-style15.elementor-element .autusin-minicart4.top-form.top-form-minicart .top-minicart-icon .cart-title h3 {
  text-align: right;
}
.header-style15.elementor-element .autusin-minicart4.top-form.top-form-minicart .top-minicart-icon .cart-title h3 span {
  display: block;
  font-size: 16px;
  color: #fdb819;
  line-height: 24px;
  font-weight: bold;
}
.header-style15.elementor-element .elementor-widget-wp-widget-nav_menu .menu-wishlist a span {
  padding: 9px 0 11px;
}
.home-style15  .sw-category-slider10 {
  background-color: #f5f5f5 !important;
}
.home-style15 .sw-category-slider10 {
  background-color: #f5f5f5;
  border-radius: 5px;
}
.home-style15 .sw-category-slider10 .item {
  background-color: transparent;
  text-align: center;
  padding: 11px 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;
  border: 1px solid transparent;
  cursor: pointer;
  border-radius: 5px;
}
.home-style15 .sw-category-slider10 .item:hover {
  border: 1px solid #fdb819;
}
.home-style15 .sw-category-slider10 .item:hover .item-content h3 a {
  color: #fdb819;
}
.home-style15 .sw-category-slider10 .item .item-image {
  margin-bottom: 10px;
  height: 40px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-style15 .sw-category-slider10 .item .item-image img {
  margin: 0 auto;
  width: 80%;
}
.home-style15 .sw-category-slider10 .item .item-content h3 {
  margin-bottom: 0;
  line-height: normal;
  margin: 0;
  font-size: 0;
}
.home-style15 .sw-category-slider10 .item .item-content h3 a {
  font-size: 12px;
  color: #555555;
  text-transform: uppercase;
  font-weight: 400;
  margin: 0;
}
.elementor-element-f143745 .elementor-row {
  margin: 0 -5px;
}
@media (min-width: 768px) {
  .elementor-5143 .elementor-element.elementor-element-c26d3f6 .rs-sbg {
    border-radius: 4px;
  }
}
.home-style15 div.star span,
.home-style15 div.stars span,
.home-style14 div.star span,
.home-style14 div.stars span {
  background: url("../assets/img/star-active6.svg") repeat scroll 0 0 rgba(0,0,0,0);
}
.home-style15 div.star,
.home-style15 div.stars,
.home-style14 div.star,
.home-style14 div.stars {
  background: url("../assets/img/star-6.svg") repeat-x scroll 0 0 rgba(0,0,0,0);
}
.home-style15 .sale-off,
.home-style15 .sw-newlabel,
.home-style15 .sw-outstock,
.home-style14 .sale-off,
.home-style14 .sw-newlabel,
.home-style14 .sw-outstock {
  position: absolute;
  z-index: 1;
  top: 10px;
  left: 10px;
  font-size: 11px;
  color: #f52828;
  text-align: center;
  line-height: 20px;
  height: 21px;
  background: transparent;
  border: 1px solid #f52828;
  padding: 0 8px;
  width: auto;
  border-radius: 20px;
}
@media (min-width: 1200px) {
  .rtl .elementor-5141 .elementor-element.elementor-element-7701cfb > .elementor-widget-container {
    padding: 8px 15px 8px 0px;
  }
}
.rtl.home-style15 .sale-off,
.rtl.home-style15 .sw-newlabel,
.rtl.home-style15 .sw-outstock,
.rtl.home-style14 .sale-off,
.rtl.home-style14 .sw-newlabel,
.rtl.home-style14 .sw-outstock {
  right: 10px;
  left: auto;
}
.title-style14 .box-title h3 {
  text-transform: uppercase;
  margin: 0 0 35px;
  font-size: 30px;
  font-weight: 700;
  color: #000;
  line-height: 30px;
  position: relative;
  padding: 0 40px;
}
@media (max-width: 480px) {
  .title-style14 .box-title h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.rtl .title-style14 .box-title h3 {
  text-align: right;
}
.title-style14 .box-title h3:before {
  content: "";
  width: 25px;
  height: 4px;
  top: 50%;
  left: 0;
  margin-top: -2px;
  position: absolute;
  background-color: #000;
  border: none;
  transform: skewX(0);
}
.rtl .title-style14 .box-title h3:before {
  left: auto;
  right: 0;
}
.botton-style14 .res-button {
  width: 30px;
  height: 20px;
  line-height: 20px;
  border: none;
  text-align: center;
  position: absolute;
  top: 5px;
  background-color: transparent;
  z-index: 2;
  color: #555;
  cursor: pointer;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 0;
}
.botton-style14 .res-button:before {
  font-family: fontawesome;
  font-size: 16px;
}
.botton-style14 .res-button.slick-prev {
  right: 30px;
  border-right: 1px solid #ddd;
}
.rtl .botton-style14 .res-button.slick-prev {
  right: auto;
  left: 0;
}
.botton-style14 .res-button.slick-prev:before {
  content: "\f104";
}
.botton-style14 .res-button.slick-next {
  right: 0;
}
.rtl .botton-style14 .res-button.slick-next {
  left: 30px;
  right: auto;
}
.botton-style14 .res-button.slick-next:before {
  content: "\f105";
}
.home-style15 .item .item-wrap4 {
  border-radius: 4px;
}
.home-style15 .woo-slider-short .item-detail {
  border-radius: 4px;
}
.sw-woo-tab-cat5 .resp-tab .top-tab-slider .nav-tabs > li > a {
  padding: 10px 25px;
}
.countdown-slider9 .slick-slider {
  margin: 0 -15px;
}
.countdown-slider9 .item-wrap4 {
  padding: 0 15px;
}
.countdown-slider9 .item-wrap4 .item-content {
  margin-bottom: 18px;
}
.countdown-slider9.countdown-slider {
  margin: 0;
}
.countdown-slider9.countdown-slider .item-wrap4 {
  border: none;
}
.countdown-slider9.countdown-slider .item-wrap4 .item-detail {
  border-radius: 4px;
  border: 1px solid #ededed;
}
.countdown-slider9.countdown-slider .res-button {
  width: 30px;
  height: 20px;
  line-height: 20px;
  border: none;
  text-align: center;
  position: absolute;
  top: 5px;
  background-color: transparent;
  z-index: 2;
  color: #555;
  cursor: pointer;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 0;
}
.countdown-slider9.countdown-slider .res-button:before {
  font-family: fontawesome;
  font-size: 16px;
}
.countdown-slider9.countdown-slider .res-button.slick-prev {
  right: 30px;
  border-right: 1px solid #ddd;
}
.rtl .countdown-slider9.countdown-slider .res-button.slick-prev {
  right: auto;
  left: 0;
}
.countdown-slider9.countdown-slider .res-button.slick-prev:before {
  content: "\f104";
}
.countdown-slider9.countdown-slider .res-button.slick-next {
  right: 0;
}
.rtl .countdown-slider9.countdown-slider .res-button.slick-next {
  left: 30px;
  right: auto;
}
.countdown-slider9.countdown-slider .res-button.slick-next:before {
  content: "\f105";
}
.countdown-slider9.countdown-slider .box-title h3 {
  text-transform: uppercase;
  margin: 0 0 35px;
  font-size: 30px;
  font-weight: 700;
  color: #000;
  line-height: 30px;
  position: relative;
  padding: 0 40px;
}
@media (max-width: 480px) {
  .countdown-slider9.countdown-slider .box-title h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.rtl .countdown-slider9.countdown-slider .box-title h3 {
  text-align: right;
}
.countdown-slider9.countdown-slider .box-title h3:before {
  content: "";
  width: 25px;
  height: 4px;
  top: 50%;
  left: 0;
  margin-top: -2px;
  position: absolute;
  background-color: #000;
  border: none;
  transform: skewX(0);
}
.rtl .countdown-slider9.countdown-slider .box-title h3:before {
  left: auto;
  right: 0;
}
.countdown-slider9.countdown-slider .item-img {
  position: relative;
  margin-bottom: 35px;
}
.countdown-slider9.countdown-slider .item-img .countdown-row {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  z-index: 99;
}
.countdown-slider9.countdown-slider .item-img .countdown-row .countdown-section {
  margin: 0 5px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 55px;
  height: 55px;
  background-color: #fff;
  border: 1px solid #ededed;
  align-items: center;
}
.countdown-slider9.countdown-slider .item-img .countdown-row .countdown-section.icon-clock {
  display: none;
}
.countdown-slider9.countdown-slider .item-img .countdown-row .countdown-section .countdown-amount {
  font-size: 22px;
  color: #000;
  font-weight: bold;
  line-height: 26px;
  margin: 1px 0 0;
}
.countdown-slider9.countdown-slider .item-img .countdown-row .countdown-section .countdown-period {
  font-size: 14px;
  color: #999999;
  line-height: 20px;
}
.sw-woo-tab-cat5 .button-collapse {
  width: 40px;
  height: 40px;
  background-color: rgba(0,0,0,0.8);
  border: 1px solid #000;
  z-index: 99;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 480px) {
  .sw-woo-tab-cat5 .button-collapse {
    display: none;
  }
}
.sw-woo-tab-cat5 .button-collapse:before {
  content: "\f0c9 ";
  font-family: fontawesome;
  font-size: 14px;
  color: #fff;
}
.rtl .sw-woo-tab-cat5 .button-collapse {
  left: auto;
  right: 0;
}
.sw-woo-tab-cat5 .images {
  min-height: 40px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 15px;
}
.sw-woo-tab-cat5 .item {
  padding: 0 15px;
}
.sw-woo-tab-cat5 .item .item-wrap4 {
  border: 1px solid #ededed;
}
.sw-woo-tab-cat5 .box-title h3 {
  text-transform: uppercase;
  margin: 0 0 35px;
  font-size: 30px;
  font-weight: 700;
  color: #000;
  line-height: 30px;
  position: relative;
  padding: 0 40px;
}
@media (max-width: 480px) {
  .sw-woo-tab-cat5 .box-title h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.rtl .sw-woo-tab-cat5 .box-title h3 {
  text-align: right;
}
.sw-woo-tab-cat5 .box-title h3:before {
  content: "";
  width: 25px;
  height: 4px;
  top: 50%;
  left: 0;
  margin-top: -2px;
  position: absolute;
  background-color: #000;
  border: none;
  transform: skewX(0);
}
.rtl .sw-woo-tab-cat5 .box-title h3:before {
  left: auto;
  right: 0;
}
.sw-woo-tab-cat5 .res-button {
  width: 30px;
  height: 20px;
  line-height: 20px;
  border: none;
  text-align: center;
  position: absolute;
  top: 5px;
  background-color: transparent;
  z-index: 2;
  color: #555;
  cursor: pointer;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 0;
}
.sw-woo-tab-cat5 .res-button:before {
  font-family: fontawesome;
  font-size: 16px;
}
.sw-woo-tab-cat5 .res-button.slick-prev {
  right: 30px;
  border-right: 1px solid #ddd;
}
.rtl .sw-woo-tab-cat5 .res-button.slick-prev {
  right: auto;
  left: 0;
}
.sw-woo-tab-cat5 .res-button.slick-prev:before {
  content: "\f104";
}
.sw-woo-tab-cat5 .res-button.slick-next {
  right: 0;
}
.rtl .sw-woo-tab-cat5 .res-button.slick-next {
  left: 30px;
  right: auto;
}
.sw-woo-tab-cat5 .res-button.slick-next:before {
  content: "\f105";
}
.sw-woo-tab-cat5 .box-title h3 {
  text-align: center;
  width: 100%;
  margin: 0 0 20px;
}
.sw-woo-tab-cat5 .box-title h3:before {
  display: none;
}
.sw-woo-tab-cat5 .resp-tab .top-tab-slider {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  margin-bottom: 42px;
}
@media (max-width: 480px) {
  .sw-woo-tab-cat5 .resp-tab .top-tab-slider {
    margin-bottom: 0;
  }
}
.sw-woo-tab-cat5 .resp-tab .top-tab-slider ul {
  margin: 0;
  display: inline-block;
  border: 0;
  background-color: transparent;
}
@media (max-width: 480px) {
  .sw-woo-tab-cat5 .resp-tab .top-tab-slider ul {
    width: 200px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.09);
    position: absolute;
    left: 0;
    background-color: #fff;
    z-index: 99;
    top: 40px;
    display: none;
  }
  .rtl .sw-woo-tab-cat5 .resp-tab .top-tab-slider ul {
    left: auto;
    right: 0;
  }
  .sw-woo-tab-cat5 .resp-tab .top-tab-slider ul.in {
    display: inline-block;
  }
}
.sw-woo-tab-cat5 .resp-tab .top-tab-slider .nav-tabs>li>a:hover,
.sw-woo-tab-cat5 .resp-tab .top-tab-slider .nav-tabs>li.active>a,
.sw-woo-tab-cat5 .resp-tab .top-tab-slider .nav-tabs>li.active>a:hover,
.sw-woo-tab-cat5 .resp-tab .top-tab-slider .nav-tabs>li.active>a:focus {
  color: #fdb819;
  font-size: 16px;
  cursor: pointer;
  background-color: transparent;
  border: none;
  border-bottom-color: transparent;
}
@media (max-width: 480px) {
  .sw-woo-tab-cat5 .resp-tab .top-tab-slider .nav-tabs>li {
    width: 100%;
  }
}
.sw-woo-tab-cat5 .resp-tab .top-tab-slider .nav-tabs>li >a {
  color: #555;
  font-size: 16px;
  border: none;
}
.sw-woo-tab-cat5 .tab-content {
  position: relative;
}
.sw-woo-tab-cat5 .tab-content .res-button {
  width: 35px;
  height: 35px;
  line-height: 34px;
  border: 1px solid #ededed;
  text-align: center;
  position: absolute;
  top: -17px;
  background-color: transparent;
  z-index: 2;
  color: #555;
  cursor: pointer;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.sw-woo-tab-cat5 .tab-content .res-button:hover {
  color: #fff;
  background-color: #fdb819;
  border-color: #fdb819;
}
.sw-woo-tab-cat5 .tab-content .res-button:before {
  font-family: fontawesome;
  font-size: 16px;
}
.sw-woo-tab-cat5 .tab-content .res-button.slick-prev {
  left: 50%;
  margin: 0 0 0 -40px;
}
.sw-woo-tab-cat5 .tab-content .res-button.slick-prev:before {
  content: "\f104";
}
.sw-woo-tab-cat5 .tab-content .res-button.slick-next {
  right: 50%;
  left: auto;
  margin: 0 -40px 0 0;
}
.sw-woo-tab-cat5 .tab-content .res-button.slick-next:before {
  content: "\f105";
}
.sw-woo-tab-cat5 .tab-content .resp-slider-container {
  margin: 60px -15px 0;
}
.sw-woo-tab-cat5 .tab-content:before {
  content: "";
  background-color: #ededed;
  position: absolute;
  left: 0;
  right: 0;
  width: 1px;
  height: 1px;
  top: 0;
  width: 100%;
}
.sw-woo-tab-cat5 .tab-content:after {
  content: "";
  background-color: #fff;
  position: absolute;
  left: 50%;
  width: 130px;
  height: 40px;
  top: -20px;
  margin-left: -65px;
}
.featured-default2 .box-title h3 {
  text-transform: uppercase;
  margin: 0 0 35px;
  font-size: 30px;
  font-weight: 700;
  color: #000;
  line-height: 30px;
  position: relative;
  padding: 0 40px;
}
@media (max-width: 480px) {
  .featured-default2 .box-title h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.rtl .featured-default2 .box-title h3 {
  text-align: right;
}
.featured-default2 .box-title h3:before {
  content: "";
  width: 25px;
  height: 4px;
  top: 50%;
  left: 0;
  margin-top: -2px;
  position: absolute;
  background-color: #000;
  border: none;
  transform: skewX(0);
}
.rtl .featured-default2 .box-title h3:before {
  left: auto;
  right: 0;
}
.featured-default2 .res-button {
  width: 30px;
  height: 20px;
  line-height: 20px;
  border: none;
  text-align: center;
  position: absolute;
  top: 5px;
  background-color: transparent;
  z-index: 2;
  color: #555;
  cursor: pointer;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 0;
}
.featured-default2 .res-button:before {
  font-family: fontawesome;
  font-size: 16px;
}
.featured-default2 .res-button.slick-prev {
  right: 30px;
  border-right: 1px solid #ddd;
}
.rtl .featured-default2 .res-button.slick-prev {
  right: auto;
  left: 0;
}
.featured-default2 .res-button.slick-prev:before {
  content: "\f104";
}
.featured-default2 .res-button.slick-next {
  right: 0;
}
.rtl .featured-default2 .res-button.slick-next {
  left: 30px;
  right: auto;
}
.featured-default2 .res-button.slick-next:before {
  content: "\f105";
}
.featured-default2.style1 .banner-category {
  float: right;
}
.rtl .featured-default2.style1 .banner-category {
  float: left;
}
.featured-default2 .banner-category {
  padding: 0 15px;
  z-index: 99;
  position: relative;
}
.featured-default2 .banner-category img {
  border-radius: 4px;
}
.featured-default2 .resp-slider-container {
  margin: 0 -15px;
}
.featured-default2 .item {
  padding: 0 15px;
}
.featured-default2 .item .item-wrap4 {
  border: 1px solid #ededed;
}
.home-style15 .responsive-post-accordion7 .resp-accordion-wrapper .item {
  border-radius: 4px;
  overflow: hidden;
}
.home-style15  .woo-slider-short .item-detail {
  border: 1px solid #eeeeee;
}
.sw-woo-tab-style9.woo-slider-short .res-button {
  display: none !important;
}
.sw-woo-tab-style9.woo-slider-short .top-tab-slider {
  margin-bottom: 25px;
  text-align: center;
  position: relative;
}
@media (min-width: 1200px) {
  .sw-woo-tab-style9.woo-slider-short .top-tab-slider {
    height: 40px;
  }
}
.sw-woo-tab-style9.woo-slider-short .top-tab-slider:before {
  content: "";
  width: 100%;
  left: 0;
  right: 0;
  background-color: #eeeeee;
  height: 1px;
  top: 50%;
  margin-top: -0.5px;
  position: absolute;
}
.sw-woo-tab-style9.woo-slider-short .top-tab-slider .nav-tabs {
  display: inline-block;
  border: none;
  margin: 0;
  background-color: #fff;
  padding: 1px 30px;
  position: relative;
}
@media (min-width: 1200px) {
  .sw-woo-tab-style9.woo-slider-short .top-tab-slider .nav-tabs {
    height: 40px;
  }
}
.sw-woo-tab-style9.woo-slider-short .top-tab-slider .nav-tabs:before {
  width: 6px;
  height: 6px;
  content: "";
  left: 0;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  border-radius: 50%;
  background-color: #eee;
}
.sw-woo-tab-style9.woo-slider-short .top-tab-slider .nav-tabs:after {
  width: 6px;
  height: 6px;
  content: "";
  right: 0;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  border-radius: 50%;
  background-color: #eee;
}
.sw-woo-tab-style9.woo-slider-short .top-tab-slider .nav-tabs li {
  padding: 0 5px;
}
.sw-woo-tab-style9.woo-slider-short .top-tab-slider .nav-tabs li a {
  border: 1px solid #eeeeee;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  color: #222222;
  padding: 6px 30px;
  border-radius: 0;
  margin: 0;
}
.sw-woo-tab-style9.woo-slider-short .top-tab-slider .nav-tabs>li>a:hover,
.sw-woo-tab-style9.woo-slider-short .top-tab-slider .nav-tabs>li.active>a,
.sw-woo-tab-style9.woo-slider-short .top-tab-slider .nav-tabs>li.active>a:hover,
.sw-woo-tab-style9.woo-slider-short .top-tab-slider .nav-tabs>li.active>a:focus {
  background-color: #fdb819;
  border-color: #fdb819;
  color: #ffffff;
}
.sw-woo-tab-style9.woo-slider-short .slick-dots {
  margin: 12px 0 0;
  text-align: center;
}
.sw-woo-tab-style9.woo-slider-short .slick-dots li {
  display: inline-block;
  height: 18px;
  width: 18px;
  border: 1px solid transparent;
  border-radius: 50%;
  margin: 0 5px;
  position: relative;
  cursor: pointer;
}
.sw-woo-tab-style9.woo-slider-short .slick-dots li.slick-active {
  border: 1px solid #000;
}
.sw-woo-tab-style9.woo-slider-short .slick-dots li button {
  border: none;
  background-color: #000;
  position: absolute;
  width: 4px;
  height: 4px;
  top: 50%;
  margin: -2px 0 0 -2px;
  display: block;
  left: 50%;
  border-radius: 50%;
  font-size: 0;
  padding: 0;
}
.elementor-foonter-mid-style13 .elementor-widget-container h5 {
  margin-bottom: 20px;
}
.home-style15 .wp-block-themepunch-revslider {
  border-radius: 4px;
  overflow: hidden;
}
.home-style15 .countdown-slider .res-button:hover:before {
  color: #fdb819;
}
.home-style15 .woo-slider-short .box-title h3,
.home-style15 .responsive-post-accordion7 .box-title h3 {
  text-transform: uppercase;
  margin: 0 0 35px;
  font-size: 30px;
  font-weight: 700;
  color: #000;
  line-height: 30px;
  position: relative;
  padding: 0 40px;
}
@media (max-width: 480px) {
  .home-style15 .woo-slider-short .box-title h3,
  .home-style15 .responsive-post-accordion7 .box-title h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.rtl .home-style15 .woo-slider-short .box-title h3,
.rtl .home-style15 .responsive-post-accordion7 .box-title h3 {
  text-align: right;
}
.home-style15 .woo-slider-short .box-title h3:before,
.home-style15 .responsive-post-accordion7 .box-title h3:before {
  content: "";
  width: 25px;
  height: 4px;
  top: 50%;
  left: 0;
  margin-top: -2px;
  position: absolute;
  background-color: #000;
  border: none;
  transform: skewX(0);
}
.rtl .home-style15 .woo-slider-short .box-title h3:before,
.rtl .home-style15 .responsive-post-accordion7 .box-title h3:before {
  left: auto;
  right: 0;
}
.home-style15 .sw-brand-container-slider {
  margin: 0;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  padding: 27px 0;
}
.home-style15 .sw-brand-container-slider .item-image {
  padding: 0;
}
.home-style15 .sw-brand-container-slider .slider .item-brand-cat {
  padding: 0 35px;
}
.home-style15 .sw-brand-container-slider .slider .item-brand-cat a img {
  width: auto;
}
.elementor-element-1daf27b  .elementor-element {
  text-align: right;
}
.elementor-element-0965317,
.elementor-element-4ca4656 {
  display: inline-block;
}
.elementor-foonter-style15 .fix-footer span b {
  font-weight: 400;
  color: #fdb819;
}
.elementor-foonter-style15 .mc4wp-form-fields .frm-email {
  border: none;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
  font-size: 14px;
  color: #ccc;
  margin: 0;
  padding: 0 15px;
  height: 45px;
  line-height: 45px;
  border-radius: 5px 0 0 5px;
}
@media (min-width: 1200px) {
  .elementor-foonter-style15 .mc4wp-form-fields .frm-email {
    min-width: 400px;
  }
}
.rtl .elementor-foonter-style15 .mc4wp-form-fields .frm-email {
  border-radius: 0 5px 5px 0;
}
.elementor-foonter-style15 .mc4wp-form-fields .fa-paper-plane:before {
  display: none;
}
.elementor-foonter-style15 .mc4wp-form-fields .frm-submit {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
  background-color: #000;
  color: #fff;
  float: right;
  height: 45px;
  margin: 0;
  line-height: 44px;
  padding: 0 15px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
  border-radius: 0 5px 5px 0;
  font-family: Rajdhani !important;
}
.rtl .elementor-foonter-style15 .mc4wp-form-fields .frm-submit {
  border-radius: 5px 0 0 5px;
}
.elementor-foonter-style15 .mc4wp-form-fields .frm-submit:hover {
  background-color: #fdb819;
}
.elementor-foonter-style15 .elementor-foonter-mid-style13 .elementor-widget-container h5 {
  color: #000;
}
.elementor-foonter-style15 .elementor-foonter-mid-style13 .elementor-widget-container ul li .item-link {
  color: #666;
  font-size: 14px;
  line-height: 40px;
  display: inline-block;
  position: relative;
}
.elementor-foonter-style15 .elementor-foonter-mid-style13 .elementor-widget-container ul li .item-link span {
  -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: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  display: inline-block;
}
.elementor-foonter-style15 .elementor-foonter-mid-style13 .elementor-widget-container ul li .item-link:before {
  width: 8px;
  height: 1px;
  color: #fdb819;
  left: 0;
  content: "";
  background: #fdb819;
  position: absolute;
  top: 50%;
  margin-top: -0.5px;
  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: translateX(-5px);
  -moz-transform: translateX(-5px);
  -o-transform: translateX(-5px);
  -ms-transform: translateX(-5px);
  transform: translateX(-5px);
}
.elementor-foonter-style15 .elementor-foonter-mid-style13 .elementor-widget-container ul li .item-link:hover {
  color: #fdb819;
}
.elementor-foonter-style15 .elementor-foonter-mid-style13 .elementor-widget-container ul li .item-link:hover span {
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  -o-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}
.elementor-foonter-style15 .elementor-foonter-mid-style13 .elementor-widget-container ul li .item-link:hover:before {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.elementor-foonter-style15 .elementor-shape-rounded .elementor-icon.elementor-social-icon {
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}
.responsive-slider,
rs-module-wrap,
.woocommerce div.product .slider_img_productd div.images.woocommerce-product-gallery {
  direction: initial !important;
}
#slider_wp-widget-sw_recent_viewed_widget.woo-slider-short {
  margin-bottom: 70px;
}
.rtl  .elementor-5143 .elementor-element .elementor-icon-box-wrapper {
  text-align: right;
}
.rtl  .elementor-5143 .elementor-element.elementor-element-c94c2d2 > .elementor-element-populated {
  padding: 0 0 0px 50px;
}
.rtl  .elementor-5143 .elementor-element.elementor-element-ab196fe > .elementor-element-populated {
  padding: 0 50px 0px 0;
}
.rtl  .sw-woo-tab-cat5 .box-title h3 {
  text-align: center;
}
.rtl  .elementor-5141 .elementor-element.elementor-element-de5ab75 > .elementor-widget-container {
  padding: 0 20px 0 0;
}
.rtl  .pull-left {
  float: right;
}
.rtl  .pull-right {
  float: left;
}
.rtl  .elementor-4950 .elementor-element.elementor-element-e67532a > .elementor-widget-container {
  padding: 0 20px 0 0;
}
.rtl  .header-style13 .elementor-widget-wp-widget-sw_ajax_woocommerce_search {
  left: 0;
  right: auto;
}
.rtl  .header-style13 .input-group-btn:before {
  left: 70px;
  right: auto;
}
.rtl  .elementor-4950 .elementor-element.elementor-element-75df913 > .elementor-widget-container {
  padding: 8px 15px 8px 0px;
  display: inline-block;
}
.rtl  .elementor-4950 .elementor-element.elementor-element-3baa568 > .elementor-widget-container {
  padding: 8px 15px 8px 15px;
  display: inline-block;
}
.rtl  .woo-slider-short .box-title h3,
.rtl  .sw-brand-container-slider .title-home h2,
.rtl  .sw-category-slider10 .box-title h3 {
  text-align: right;
}
.rtl  .responsive-post-accordion7 .box-title h3,
.rtl  .woo-slider-short .box-title h3 {
  text-align: right;
}
.rtl  .responsive-post-accordion7 .box-title h3:before,
.rtl  .woo-slider-short .box-title h3:before {
  right: 0;
  left: auto;
}
.rtl  .sw-woo-tab-style8 .nav-tabs>li {
  float: right;
}
.rtl  .woo-slider-short .item-detail .item-content {
  padding: 25px 10px 0 35px;
}
.rtl  .woo-slider-short .item-detail .item-content h4,
.rtl  .woo-slider-short .item-detail .item-img {
  float: right;
}
.rtl  .elementor-5246 .elementor-element.elementor-element-060d09d {
  text-align: right;
}
.rtl  .elementor-foonter-style13 .elementor-row .frm-email {
  text-align: left;
}
.rtl  .elementor-5075 .elementor-element.elementor-element-18ba143 .elementor-social-icon:not(:last-child) {
  margin-left: 10px;
  margin-right: 0;
}
.rtl  .elementor-5141 .elementor-element.elementor-element-0de0328,
.rtl  .elementor-5246 .elementor-element.elementor-element-93eb309,
.rtl  .elementor-5246 .elementor-element.elementor-element-741c3d0 > .elementor-widget-container .elementor-icon-box-wrapper,
.rtl  .elementor-5075 .elementor-element.elementor-element-9483bc8,
.rtl  .elementor-5075 .elementor-element.elementor-element-da07e29 .elementor-icon-box-content .elementor-icon-box-description,
.rtl  .elementor-5075 .elementor-element.elementor-element-da07e29 .elementor-icon-box-content .elementor-icon-box-title,
.rtl  .elementor-5075 .elementor-element.elementor-element-0014a95 .elementor-heading-title {
  text-align: right;
}
.rtl  .elementor-5246 .elementor-element.elementor-element-741c3d0.elementor-position-left .elementor-icon-box-icon {
  margin: 0 0 0 15px;
}
.rtl  .elementor-5075 .elementor-element.elementor-element-da07e29.elementor-position-left .elementor-icon-box-icon {
  margin-right: 0;
  margin-left: 15px;
}
@media (max-width: 1400px) {
  .elementor-5141 .elementor-element.elementor-element-0de0328 > .elementor-widget-container {
    padding: 16px 15px 16px 15px;
  }
  .header-style15 .autusin_search_2 .top-form.top-search .content-search input {
    width: 200px;
  }
}
@media (max-width: 1199px) {
  .elementor-4898 .elementor-element.elementor-element-0c8ab86 {
    padding: 10px 15px;
  }
  .header-style15.elementor-section .autusin_search_2 .top-form.top-search .content-search {
    padding: 0;
  }
  .elementor-4950 .elementor-element.elementor-element-f963b00 {
    padding: 0 15px;
  }
  .sw-woo-tab-style8 .tab-top .resp-wrap {
    width: 170px;
  }
  .sw-woo-tab-style8 .banner-category {
    min-width: initial;
    width: 225px;
  }
  .sw-woo-tab-style8 .tab-bottom {
    width: 60%;
  }
  .sw-woo-tab-style8 .tab-top {
    width: 40%;
  }
  .header-style15 .nav-pills > li > a {
    padding: 20px 10px;
  }
  .header-style15 .autusin_search_2 .top-form.top-search .cat-wrapper {
    display: none;
  }
  .header-style15 .autusin-minicart4 .top-minicart-icon .cart-title {
    display: none;
  }
  .item-wrap4 .item-price {
    font-size: 12px;
    font-weight: 400;
  }
  .fix-footer h3,
  .sw-woo-tab-style8 .tab-top .block-title h3 {
    font-size: 16px;
  }
  .sw-woo-tab-style8 .tab-top .resp-wrap {
    padding: 15px;
  }
  .fix-footer span,
  .sw-woo-tab-style8 .tab-top .childcat-content ul li a {
    font-size: 12px;
  }
  .elementor-5075 .elementor-element.elementor-element-6d882a0 > .elementor-widget-container {
    display: none;
  }
}
@media (max-width: 991px) {
  .wp-block-themepunch-revslider rs-module-wrap .tp-bullets.custom .tp-bullet {
    display: none !important;
  }
  .elementor-4950 .elementor-element.elementor-element-3baa568 > .elementor-widget-container,
  .elementor-4950 .elementor-element.elementor-element-3257b6d > .elementor-widget-container {
    padding: 0px 15px 0px 15px;
    display: inline-block;
  }
  .header-bottom-elementor22 .icon-sidebar {
    height: 40px !important;
    line-height: 40px !important;
  }
  .elementor-5075 .elementor-element.elementor-element-67a8878 .elementor-heading-title {
    font-size: 15px;
  }
  .sw-woo-tab-style8 .banner-category {
    width: 191px;
  }
  .responsive-post-accordion7 .resp-accordion-wrapper .item .item-content {
    padding: 20px 20px;
  }
  .woo-slider-short .res-button {
    display: none !important;
  }
  .sw-woo-tab-style8 .button-collapse {
    width: 40px;
    height: 40px;
    background-color: rgba(0,0,0,0.8);
    border: 1px solid #000;
    z-index: 99;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
  }
  .rtl .sw-woo-tab-style8 .button-collapse {
    right: auto;
    left: 0;
  }
  .sw-woo-tab-style8 .button-collapse:before {
    content: "\f0c9 ";
    font-family: fontawesome;
    font-size: 14px;
    color: #fff;
  }
  .sw-woo-tab-style8 .nav.nav-tabs {
    width: 200px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.09);
    position: absolute;
    right: 0;
    background-color: #fff;
    z-index: 99;
    top: 40px;
    display: none;
  }
  .sw-woo-tab-style8 .nav.nav-tabs.in {
    display: inline-block;
  }
  .sw-woo-tab-style8 .tab-bottom,
  .sw-woo-tab-style8 .tab-top {
    width: 50%;
  }
  .responsive-post-accordion7 .resp-accordion-wrapper .item {
    min-height: 400px;
  }
  .responsive-post-accordion7 .resp-accordion-wrapper .item h4 a {
    font-size: 16px;
  }
  .elementor-5075 .elementor-element.elementor-element-e6dc807 .elementor-heading-title,
  .elementor-5075 .elementor-element.elementor-element-8fbad01 .elementor-heading-title,
  .elementor-foonter-mid-style13 .elementor-widget-container h5 {
    font-size: 15px;
  }
  .elementor-5075 .elementor-element.elementor-element-da07e29 > .elementor-widget-container {
    margin: 0px 0px 10px 0px;
  }
  .elementor-element-c8a3398 .elementor-element {
    text-align: center;
    width: 100% !important;
  }
  .woo-slider-short .item-detail .item-content h4 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .header-bottom-elementor22 {
    display: none;
  }
  .sw-woo-tab-style8 .tab-bottom {
    width: 100%;
  }
  .sw-woo-tab-style8 .res-button,
  .sw-woo-tab-style8 .tab-top {
    display: none !important;
  }
  .sw-woo-tab-cat5 .tab-content .resp-slider-container {
    margin: 0;
  }
  .elementor-5141 .elementor-element.elementor-element-0de0328 > .elementor-widget-container {
    padding: 15px;
  }
  .elementor-5141 .elementor-element.elementor-element-2102ad3 {
    width: 30%;
  }
  .elementor-5141 .elementor-element.elementor-element-c15febd {
    width: 70%;
  }
  .sw-woo-tab-cat5 .tab-content::before {
    display: none;
  }
  .sw-category-slider11 .item .item-wrap .item-content {
    width: 100%;
  }
  .sw-category-slider11 .item .item-wrap .item-image {
    float: left;
  }
  .rtl .sw-category-slider11 .item .item-wrap .item-image {
    float: right;
  }
  .home-style15 .res-button {
    display: none !important;
  }
  .elementor-widget-icon-box .elementor-icon-box-wrapper {
    text-align: left;
  }
  .rtl .elementor-widget-icon-box .elementor-icon-box-wrapper {
    text-align: right;
  }
  .elementor-foonter-style13 .elementor-row {
    padding: 20px 15px;
  }
  .responsive-post-accordion7 .box-title h3,
  .sw-brand-container-slider .title-home h2,
  .featured-product3 .box-title h3,
  .sw-category-slider10 .box-title h3 {
    font-size: 25px;
  }
  .sw-category-slider10 .item .item-wrap .item-content p {
    font-size: 10px;
  }
  .home-style14 #main-menu .primary-menu .resmenu-container .navbar-toggle {
    padding: 10px 15px;
  }
  .woo-slider-short .item-detail {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    align-items: center;
  }
  .woo-slider-short .item-detail .item-img {
    padding: 0;
  }
  .elementor-5246 .elementor-element.elementor-element-fcc781b {
    width: 100% !important;
  }
  .woo-slider-short .item-detail .item-content {
    position: initial;
  }
  .woo-slider-short .item-detail .item-content {
    padding: 0 35px 0 10px;
  }
  .header-style13 .elementor-widget-wp-widget-sw_ajax_woocommerce_search .top-search {
    width: 300px !important;
  }
  .wp-block-themepunch-revslider rs-module-wrap::before {
    display: none;
  }
  .rtl .elementor-4950 .elementor-element.elementor-element-e67532a > .elementor-widget-container {
    padding: 0 10px 0 0;
  }
  .sw-woo-tab-cat5 .tab-content::after {
    display: none;
  }
  .elementor-5246 .elementor-element.elementor-element-b16ef1d,
  .elementor-5246 .elementor-element.elementor-element-fac3414,
  .elementor-5246 .elementor-element.elementor-element-93c8942,
  .elementor-5246 .elementor-element.elementor-element-23815b2 {
    width: 100% !important;
  }
  .elementor-5246 .elementor-element.elementor-element-741c3d0 .elementor-icon-box-icon {
    float: left;
  }
}
@media (max-width: 480px) {
  .sw-woo-tab-cat4 .box-title .description {
    padding: 0;
  }
  .responsive-post-accordion7 .item .item-detail .item-content h4 {
    height: auto;
    -webkit-line-clamp: 2;
  }
  .elementor-element-eea5fc8 .mc4wp-form-fields {
    display: flex;
  }
  .elementor-5143 .elementor-element.elementor-element-59fbe67 > .elementor-element-populated,
  .elementor-5143 .elementor-element.elementor-element-f9ac086 > .elementor-element-populated,
  .elementor-5143 .elementor-element.elementor-element-b91f409,
  .elementor-5143 .elementor-element.elementor-element-2915fd3 {
    padding: 0;
  }
  .sw-woo-tab-cat5 .images {
    display: none;
  }
  .sw-woo-tab-cat5 .item {
    padding: 0;
  }
  .elementor-5141 .elementor-element.elementor-element-c15febd {
    width: 70%;
  }
  .elementor-5141 .elementor-element.elementor-element-2102ad3 {
    width: 30%;
  }
  .sw-woo-tab-style9.woo-slider-short .top-tab-slider .nav-tabs li {
    width: 100%;
  }
  .responsive-post-accordion7 .resp-accordion-wrapper .item .time-fm {
    font-size: 10px;
    line-height: 24px;
    text-transform: capitalize;
  }
  .responsive-post-accordion7 .resp-accordion-wrapper .item h4 a {
    font-size: 12px;
    line-height: 24px;
  }
  #slider_wp-widget-sw_recent_viewed_widget.woo-slider-short {
    margin-bottom: 30px;
  }
  .elementor-element-6673734 >.elementor-column-wrap  .elementor-widget-wrap {
    display: flex !important;
    justify-content: center;
  }
  .sw-woo-tab-cat5 .tab-content .resp-slider-container {
    margin-top: 0;
  }
  .featured-default2 .banner-category {
    display: none;
  }
  .sw-category-slider11 .box-title h3 {
    font-size: 20px;
  }
  .elementor-5141 .elementor-element.elementor-element-c15febd {
    width: 60% !important;
  }
  .elementor-5141 .elementor-element.elementor-element-2102ad3 {
    width: 40% !important;
  }
  .elementor-element-72f5996  .elementor-widget-social-icons {
    display: none;
  }
  .elementor-foonter-style13 .elementor-row .frm-email {
    width: 320px;
  }
  .home-style14 .responsive-slider .res-button,
  .home-style14 .resp-slider-container .res-button {
    display: none !important;
  }
  .header-style13.elementor-element .top-login ul li a,
  .header-style13.elementor-element #lang_sel > ul.nav > li > a,
  .header-style13 .currency_w > li > a {
    font-size: 10px;
  }
  .sw-woo-tab-style8 .tab-top {
    display: none;
  }
  .sw-woo-tab-style8 .tab-bottom {
    width: 100%;
    float: left;
    display: block;
  }
  .home-style14 #main-menu .primary-menu .resmenu-container .navbar-toggle {
    padding: 10px 15px;
  }
}
.elementor-element-45f51e0 .elementor-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  justify-content: flex-end;
}
.box-menu h3 {
  font-size: 14px;
  color: #fff;
  line-height: 26px;
  font-weight: 600;
}
.elementor-foonter-mid-style15  .box-menu h3 {
  color: #666;
}
.box-menu ul {
  margin: 0 0 20px;
}
.box-menu ul:last-child {
  margin: 0;
}
.box-menu ul li {
  font-size: 14px;
  color: #fff;
  line-height: 30px;
  display: inline-block;
  width: 100%;
}
.elementor-foonter-mid-style15  .box-menu ul li {
  color: #666;
}
@media (max-width: 991px) {
  .elementor-element-ab870a5  .elementor-widget-wrap {
    display: flex !important;
    justify-content: center;
  }
  .elementor-5143 .elementor-element.elementor-element-86289e1 > .elementor-widget-container {
    padding: 5px 5px 9px 5px;
  }
  .elementor-foonter-mid-style15 .box-menu ul li {
    width: 100%;
  }
  .elementor-5246 .elementor-element.elementor-element-b16ef1d,
  .elementor-5246 .elementor-element.elementor-element-fac3414,
  .elementor-5246 .elementor-element.elementor-element-93c8942,
  .elementor-5246 .elementor-element.elementor-element-23815b2 {
    width: 50%;
  }
  .elementor-5246 .elementor-element.elementor-element-92ae7f0 .elementor-heading-title,
  .elementor-5246 .elementor-element.elementor-element-cf00f8c .elementor-heading-title,
  .elementor-5246 .elementor-element.elementor-element-7578858 .elementor-heading-title {
    font-size: 15px;
  }
  .elementor-5246 .elementor-element.elementor-element-2505b99 > .elementor-widget-container {
    display: none;
  }
  .elementor-5141 .elementor-element.elementor-element-2102ad3 {
    width: 20%;
  }
  .elementor-5141 .elementor-element.elementor-element-c15febd {
    width: 80%;
  }
  .sw-category-slider11 .item .item-wrap .item-image {
    max-width: 100px;
  }
  .elementor-5143 .elementor-element.elementor-element-976abb9 {
    width: 100%;
  }
  .elementor-5143 .elementor-element.elementor-element-f487cd6 {
    width: 100%;
    margin: 0 0 30px;
  }
}
@media (min-width: 1199px) {
  .elementor-5246 .elementor-element.elementor-element-12950ff > .elementor-widget-container {
    padding: 0 30px 0 0;
  }
  .rtl .elementor-5246 .elementor-element.elementor-element-12950ff > .elementor-widget-container {
    padding: 0 0 0 30px;
  }
  .rtl .elementor-5075 .elementor-element.elementor-element-6e9c5dc > .elementor-widget-container {
    padding: 0px 0px 0px 30px;
  }
}
@media (min-width: 1199px) and (max-width: 1400px) {
  .elementor-5075 .elementor-element.elementor-element-c8a3398 {
    padding: 4px 15px;
  }
  .elementor-5141 .elementor-element.elementor-element-bc7bf14 > .elementor-element-populated {
    padding: 4px 15px;
  }
  .elementor-element-3781551 .elementor-element-2573028 {
    width: 64%;
  }
  .elementor-element-3781551 .elementor-element-aedf95d {
    width: 36%;
  }
}
.sw-brand-container-slider.sw-brand-container-slider2 .content {
  min-height: 95px;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 5px;
}
.sw-brand-container-slider.sw-brand-container-slider2 .content .item-image {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  width: 100%;
  height: 70px;
  justify-content: center;
  align-items: flex-end;
  padding: 5px 5px 10px;
  background-color: #fff;
}
.sw-brand-container-slider.sw-brand-container-slider2 .content h4 {
  padding: 0 0 15px;
  background-color: #fff;
  display: inline-block;
  width: 100%;
  margin: 0;
}
.sw-brand-container-slider.sw-brand-container-slider2 .content h4 a {
  font-size: 14px;
  color: #000;
  text-align: center;
  font-weight: bold;
}
.sw-brand-container-slider.sw-brand-container-slider2 .content h4 a:hover {
  color: #fdb819;
}
.sw-brand-container-slider .title-home h2 {
  margin: 0 0 15px;
}
.home-style15 #slider_wp-widget-sw_recent_viewed_widget.woo-slider-short .box-title h3 {
  margin: 0 0 25px;
}
.home-style15 .products-thumb > a {
  max-width: 99%;
}
.header-sibar-home22 {
  width: 300px;
  background-color: #fff;
  padding: 0px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998;
  height: 100%;
  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: translateX(-400px);
  -moz-transform: translateX(-400px);
  -o-transform: translateX(-400px);
  -ms-transform: translateX(-400px);
  transform: translateX(-400px);
}
@media (min-width: 1200px) {
  .header-sibar-home22 {
    width: 400px;
  }
}
.rtl .header-sibar-home22 {
  right: 0;
  left: auto;
  -webkit-transform: translateX(400px);
  -moz-transform: translateX(400px);
  -o-transform: translateX(400px);
  -ms-transform: translateX(400px);
  transform: translateX(400px);
}
.header-sibar-home22.open {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  visibility: visible;
  opacity: 1;
}
.header-sibar-home22 .search_bar {
  position: absolute;
  bottom: 0;
}
.header-sibar-home22 >div {
  height: 100%;
}
.header-sibar-home22 .close-sidebar {
  display: inline-block;
  width: 15px;
  height: 15px;
  line-height: 15px;
  background: url("../assets/img/close-icon1.png") no-repeat center center transparent;
  position: fixed;
  top: 23px;
  right: 20px;
  font-size: 0;
}
.rtl .header-sibar-home22 .close-sidebar {
  right: auto;
  left: 20px;
}
.header-sibar-home22 .elementor-section >.elementor-container >.elementor-row >.elementor-element >.elementor-element-populated {
  padding: 0 !important;
}
.header-sibar-home22 .elementor-widget-wp-widget-nav_menu h5 {
  font-size: 20px;
  color: #000;
  font-weight: 600;
  display: block;
  padding: 20px 30px;
  border-bottom: 1px solid #ededed;
}
.header-sibar-home22 .elementor-widget-wp-widget-nav_menu ul.menu {
  margin: 20px 0 0;
}
.header-sibar-home22 .elementor-widget-wp-widget-nav_menu ul.menu > li {
  display: block;
}
.header-sibar-home22 .elementor-widget-wp-widget-nav_menu ul.menu > li > a {
  display: block;
  padding: 10px 30px;
  font-size: 16px;
  color: #000;
  line-height: 24px;
}
.header-sibar-home22 .elementor-widget-wp-widget-nav_menu ul.menu > li > a:hover {
  color: #fdb819;
}
.header-sibar-home22 .contact-sidebar .wrap-content {
  margin: 130px 30px 0;
}
.header-sibar-home22 .contact-sidebar .wrap-content h5 {
  font-size: 20px;
  color: #000;
  font-weight: 600;
  text-transform: capitalize;
}
.header-sibar-home22 .contact-sidebar .wrap-content ul {
  margin: 0;
  list-style: none;
}
.header-sibar-home22 .contact-sidebar .wrap-content ul > li {
  font-size: 14px;
  color: #555;
  display: block;
  padding: 8px 0;
}
.header-sibar-home22 .contact-sidebar .wrap-content ul > li a {
  color: #555;
}
.header-sibar-home22 .contact-sidebar .wrap-content ul > li a:hover {
  color: #fdb819;
}
.header-sibar-home22 .contact-sidebar .wrap-content ul > li i {
  float: left;
  margin-right: 10px;
}
.rtl .header-sibar-home22 .contact-sidebar .wrap-content ul > li i {
  float: right;
  margin: 0 0 0 10px;
}
.header-sibar-home22 .elementor-widget-wp-widget-search .searchform {
  height: 50px;
  background-color: #f5f5f5;
  position: relative;
  margin: 22px 30px 20px;
}
.header-sibar-home22 .elementor-widget-wp-widget-search .searchform input[type="text"] {
  height: 50px;
  background-color: #f5f5f5;
  border: 0;
  border-radius: 0;
  width: 100%;
  padding: 0 20px;
}
.header-sibar-home22 .elementor-widget-wp-widget-search .searchform input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  border: 0;
  border-radius: 0;
  width: 50px;
  font-size: 0;
  background: url('../assets/img/icon-search-sb.png') no-repeat center center transparent;
}
.header-sibar-home22 .elementor-widget-wp-widget-search .searchform input[type="submit"]:hover {
  opacity: 0.85;
}
.rtl .header-sibar-home22 .elementor-widget-wp-widget-search .searchform input[type="submit"] {
  left: 0;
  right: auto;
  transform: rotate(180deg);
}
body.elementor-editor-active .header-sibar-home22 {
  position: relative;
  right: auto;
  top: auto;
  z-index: 9;
  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;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}
#slider-home20 rs-slides rs-slide rs-layer-wrap rs-layer.slider19-text2 span {
  font-weight: 700 !important;
  color: #fdb819 !important;
  text-transform: uppercase !important;
}
#slider-home20 .see-more13 {
  height: 50px !important;
  line-height: 50px !important;
  color: #fff !important;
  font-size: 12px !important;
  text-transform: uppercase !important;
  position: relative !important;
  background-color: #fdb819 !important;
  padding: 0 50px !important;
  letter-spacing: 2px !important;
  display: block !important;
  font-weight: 400 !important;
}
#slider-home20 .see-more13:hover {
  background-color: #faaf02 !important;
}
#slider-home20 .tp-bullets .tp-bullet .tp-bullet-inner {
  background-color: #fdb819 !important;
}
#slider-home20 .tp-bullets .tp-bullet.selected,
#slider-home20 .tp-bullets .tp-bullet:hover {
  -webkit-box-shadow: 0 0 0 2px #fdb819;
  -moz-box-shadow: 0 0 0 2px #fdb819;
  -o-box-shadow: 0 0 0 2px #fdb819;
  -ms-box-shadow: 0 0 0 2px #fdb819;
  box-shadow: 0 0 0 2px #fdb819;
}
#slider-home20 .tp-bullets .tp-bullet.selected .tp-bullet-inner,
#slider-home20 .tp-bullets .tp-bullet:hover .tp-bullet-inner {
  background-color: #fdb819 !important;
}
.header-bottom-elementor22 {
  position: relative;
  z-index: 2;
  padding-bottom: 0;
}
.home-style20 .header-bottom-elementor22 {
  border: 0;
}
.header-bottom-elementor22 .top-left1 .elementor-image {
  padding: 30px 80px 30px 0;
}
.rtl .header-bottom-elementor22 .top-left1 .elementor-image {
  padding: 30px 0 30px 80px;
}
.header-bottom-elementor22 .nav-pills >li > a {
  font-size: 14px;
  color: #000;
  padding: 45px 25px 25px;
  font-weight: 700;
  border-radius: 0;
}
.header-bottom-elementor22 .nav-pills >li.active > a,
.header-bottom-elementor22 .nav-pills >li:hover >a {
  color: #fff;
  background-color: #fdb819;
}
.header-bottom-elementor22 .nav-pills >li.dropdown > a:after {
  right: 10px;
}
.header-bottom-elementor22 .nav-pills >li.emarket-menu-img > a .menu-img {
  display: none;
}
.header-bottom-elementor22 .icon-sidebar {
  display: inline-block;
  width: 20px;
  height: 60px;
  line-height: 60px;
  background: url("../assets/img/icon-side2.png") no-repeat center center transparent;
  font-size: 0;
}
.header-bottom-elementor22 .icon-sidebar:hover {
  opacity: 0.8;
}
.header-bottom-elementor22 .search-cate {
  position: relative;
  display: block;
  visibility: visible;
  opacity: 1;
  margin: 32px 0;
}
.header-bottom-elementor22 .search-cate .search-tog {
  position: relative;
}
.header-bottom-elementor22 .search-cate .search-tog:before {
  content: '';
  height: 10px;
  width: 1px;
  background-color: #000;
  position: absolute;
  left: 0;
  top: -1px;
}
.rtl .header-bottom-elementor22 .search-cate .search-tog:before {
  right: 0;
  left: auto;
}
.header-bottom-elementor22 .search-cate .search-tog i {
  background: url("../assets/img/icon_search22.svg") no-repeat center center transparent;
  background-size: cover;
  height: 23px;
  width: 23px;
  cursor: pointer;
  margin-left: 20px;
}
.header-bottom-elementor22 .search-cate .search-tog i:before {
  content: '';
  font-size: 0;
}
.rtl .header-bottom-elementor22 .search-cate .search-tog i {
  margin-right: 20px;
  margin-left: 0;
}
.header-bottom-elementor22 .search-cate .search-tog i:hover {
  opacity: 0.85;
}
.header-bottom-elementor22 .search-cate .emarket_top {
  position: absolute;
  top: 50px;
  right: 0;
  padding: 0;
  display: none;
}
.rtl .header-bottom-elementor22 .search-cate .emarket_top {
  right: auto;
  left: 0;
}
.header-bottom-elementor22 .search-cate .emarket_top .top-form.top-search {
  margin-right: 0;
  margin-top: 0;
  min-width: 300px;
}
.rtl .header-bottom-elementor22 .search-cate .emarket_top .top-form.top-search {
  margin-left: 0;
}
.header-bottom-elementor22 .search-cate .top-form .topsearch-entry {
  padding-left: 0;
}
.rtl .header-bottom-elementor22 .search-cate .top-form .topsearch-entry {
  padding-right: 0;
}
.header-bottom-elementor22 .search-cate .top-form .topsearch-entry .icon-loading.loading {
  right: 95px;
}
.header-bottom-elementor22 .search-cate .top-form .topsearch-entry .cat-wrapper {
  display: none;
}
.header-bottom-elementor22 .search-cate .top-form .topsearch-entry input {
  border: 1px solid #ddd;
  height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 4px 0 0 4px;
}
.rtl .header-bottom-elementor22 .search-cate .top-form .topsearch-entry input {
  border-radius: 0 4px 4px 0;
}
.header-bottom-elementor22 .search-cate .top-form .topsearch-entry .button-search-pro {
  background: #111;
  border-radius: 0 4px 4px 0;
  height: 40px;
  line-height: 40px;
  width: auto;
  padding: 0 30px;
}
.rtl .header-bottom-elementor22 .search-cate .top-form .topsearch-entry .button-search-pro {
  border-radius: 4px 0 0 4px;
}
.header-bottom-elementor22 .search-cate .top-form .topsearch-entry .button-search-pro:hover {
  background-color: #ffcc2e;
}
.header-bottom-elementor22 .top-form.top-form-minicart {
  padding: 30px 0;
}
.header-bottom-elementor22 .top-form.top-form-minicart .top-minicart-icon {
  height: 30px;
  width: auto;
  line-height: normal;
  padding-left: 35px;
  margin-right: 20px;
  background: url("../assets/img/icon-cart-20.png") no-repeat left center transparent;
  border-radius: 0;
}
.rtl .header-bottom-elementor22 .top-form.top-form-minicart .top-minicart-icon {
  margin-left: 20px;
  margin-right: 0;
  background-position: right center;
  padding-right: 35px;
  padding-left: 0;
}
.header-bottom-elementor22 .top-form.top-form-minicart .top-minicart-icon .fa {
  display: none;
}
.header-bottom-elementor22 .top-form.top-form-minicart .top-minicart-icon .minicart-number {
  width: 14px;
  height: 14px;
  color: #fff;
  background-color: #fdb819;
  line-height: 14px;
  left: 10px;
  top: -1px;
  font-size: 11px;
  position: absolute;
}
.rtl .header-bottom-elementor22 .top-form.top-form-minicart .top-minicart-icon .minicart-number {
  right: 10px;
  left: auto;
}
.header-bottom-elementor22 .top-form.top-form-minicart .top-minicart-icon .cart-total .amount {
  font-size: 24px;
  color: #000;
  font-weight: 700;
}
.header-bottom-elementor22 .top-form.top-form-minicart .wrapp-minicart {
  top: 70px;
}
.listing-tab-shortcode .tabbable .tab-content .item .item-wrap {
  padding: 0 !important;
}
.header-style3.elementor-element .header-mid .main-menu {
  padding-top: 0;
}
.countdown-slider5 .slider .item-countdown .item-wrap3 .item-detail .item-content h4 {
  margin-top: 10px !important;
}
.header-style6.elementor-element .left {
  padding: 10px 0;
}
.elementor-section  .sw-woo-tab-style4 .resp-tab .category-slider-content .tab-content .tab-pane.active:hover .res-button {
  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;
}
.elementor-section  .sw-woo-tab-style4 .resp-tab .category-slider-content .tab-content .tab-pane.active .res-button {
  visibility: hidden;
  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;
}
.elementor-section  .sw-woo-tab-style4 .resp-tab .category-slider-content .tab-content .tab-pane.active .res-button.slick-next {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #777;
  position: absolute;
  top: 50%;
  margin-top: -45px;
  right: 0;
  z-index: 8;
  text-align: center;
  border-radius: 50%;
}
.elementor-section  .sw-woo-tab-style4 .resp-tab .category-slider-content .tab-content .tab-pane.active .res-button.slick-next:hover {
  background: #2c2c2c;
  cursor: pointer;
}
.elementor-section  .sw-woo-tab-style4 .resp-tab .category-slider-content .tab-content .tab-pane.active .res-button.slick-prev {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #777;
  position: absolute;
  top: 50%;
  margin-top: -45px;
  left: 0;
  z-index: 8;
  text-align: center;
  border-radius: 50%;
}
.elementor-section  .sw-woo-tab-style4 .resp-tab .category-slider-content .tab-content .tab-pane.active .res-button.slick-prev:hover {
  background: #2c2c2c;
  cursor: pointer;
}
.header-mid5 .search-layout2 .top-form.top-search button.form-button,
.header-mid5 .search-layout2 .top-form.top-search .autosearch-input {
  height: 40px;
  line-height: 40px;
}
@media (min-width: 1200px) {
  .elementor-element-537c091 {
    margin-bottom: 70px;
  }
}
.home-style6 .countdown-slider5 .slider .item-countdown .item-wrap3 .item-detail .item-content h4,
.home-style5 .countdown-slider5 .slider .item-countdown .item-wrap3 .item-detail .item-content h4 {
  margin: 15px 0 !important;
}
.home-style6 .countdown-slider5 .slider .item-countdown .item-wrap3 .item-detail .item-content h4 a,
.home-style5 .countdown-slider5 .slider .item-countdown .item-wrap3 .item-detail .item-content h4 a {
  font-size: 18px;
}
.home-style6 .item .item-wrap3 .item-detail .item-content h4 a,
.home-style5 .item .item-wrap3 .item-detail .item-content h4 a {
  font-size: 16px;
}
.elementor-element .newsletter-footer2 .newsletter-footer-top .info {
  font-size: 25px;
  margin-top: 5px;
}
.elementor-element-e9f7bbb.elementor-widget-slider_revolution {
  border-radius: 5px;
  overflow: hidden;
}
.elementor-element-5497c6b .elementor-section {
  padding: 0 0 5px;
}
.elementor-9 .elementor-element.elementor-element-c3239c2 {
  margin-bottom: 40px;
}
.elementor-4882 .elementor-element.elementor-element-110a03a .elementor-row {
  align-items: baseline;
}
.footer-style1-bot.style7 .newsletter-footer .form-newsletter button[type="submit"],
.footer-style1-bot.style7 .newsletter-footer .form-newsletter input[type="email"] {
  margin: 0;
}
.home-style13 .tp-bullets.custom .tp-bullet.selected,
.home-style13 .tp-bullets.custom .tp-bullet {
  width: 8px !important;
  height: 8px !important;
  border-radius: 0 !important;
}
.elementor-element  .countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content {
  padding-bottom: 30px;
}
.fix-colorbg {
  background-color: #fdb819;
}
.fix-color {
  color: #fdb819;
}
.title_search1 {
  border-radius: 5px 5px 0 0;
}
.box-search1 .elementor-container {
  padding: 0 15px;
}
@media (max-width: 767px) {
  .box-search1 .elementor-container {
    padding: 0;
  }
}
.box-search1 .elementor-container .elementor-row {
  background-color: #fdb819;
  opacity: 0.8;
  padding: 23px 25px;
}
.box-search1 .jet-select {
  margin: 0 5px;
  position: relative;
}
@media (min-width: 767px) {
  .box-search1 .jet-select {
    flex: 1;
  }
}
.box-search1 .jet-select select {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
}
.box-search1 .jet-select select:hover {
  color: #222222 !important;
  cursor: pointer;
}
.bt-search1 .apply-filters__button {
  border: none;
}
.box-banner2 {
  height: 100vh;
}
.box-banner2 .elementor-widget-wrap {
  height: 100vh;
}
.box-banner2 .box-search2 {
  max-width: 290px;
  position: absolute;
  top: 50%;
  left: 24px;
  display: inline-block;
  margin: -180px 0 0 0;
}
@media (max-width: 767px) {
  .box-banner2 .box-search2 {
    left: 50%;
    margin: -180px 0 0 -145px;
  }
  .rtl .box-banner2 .box-search2 {
    left: auto;
    right: 50% !important;
    margin: -180px -145px 0 0;
  }
}
.rtl .box-banner2 .box-search2 {
  right: 24px;
  left: auto;
}
.box-banner2 .box-search2 .apply-filters__button {
  width: 100%;
}
.box-banner2 .box-search2 .jet-select {
  position: relative;
}
.box-banner2 .box-search2 .jet-select select {
  -moz-appearance: none;
  -webkit-appearance: none;
}
.box-banner2 .box-search2 .jet-select select:hover {
  color: #222222 !important;
  cursor: pointer;
}
.box-banner2 .bt-search1 .apply-filters__button {
  background-color: #fdb819 !important;
}
.box-banner2 .bt-search1 .apply-filters__button:hover {
  opacity: 0.8;
}
.box-banner2 .box-text .text-iner {
  position: absolute;
  top: 50%;
  margin-top: -100px;
  left: 30%;
}
.rtl .box-banner2 .box-text .text-iner {
  left: auto;
  right: 30%;
}
@media (max-width: 1199px) {
  .box-banner2 .box-text .text-iner {
    left: 35%;
  }
  .rtl .box-banner2 .box-text .text-iner {
    left: auto;
    right: 35%;
  }
}
@media (max-width: 991px) {
  .box-banner2 .box-text .text-iner {
    left: 43%;
  }
  .rtl .box-banner2 .box-text .text-iner {
    left: auto;
    right: 43%;
  }
}
@media (max-width: 767px) {
  .box-banner2 .box-text .text-iner {
    display: none;
  }
}
.box-banner2 .box-text .text-iner h2 {
  color: #fff;
  font-size: 60px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 70px;
}
@media (max-width: 991px) {
  .box-banner2 .box-text .text-iner h2 {
    font-size: 40px;
    list-style: 60px;
  }
}
.box-banner2 .box-text .text-iner h2 span {
  display: block;
}
.box-banner2 .box-text .text-iner p {
  font-size: 16px;
  color: #fff;
  max-width: 50%;
}
@media (max-width: 1199px) {
  .countdown-slider .res-button {
    display: none !important;
  }
}
.box-search-shop .apply-filters__button {
  margin: 15px 0 0;
  width: 100%;
  border: none;
}
.box-search-shop .jet-select {
  position: relative;
}
@media (min-width: 767px) {
  .box-search-shop .jet-select {
    flex: 1;
  }
}
.box-search-shop .jet-select select {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
}
.box-search-shop .jet-select select:hover {
  color: #222222 !important;
  cursor: pointer;
}
.search .cate-shop .jet-checkboxes-list__decorator,
.woocommerce-page .cate-shop .jet-checkboxes-list__decorator {
  display: none !important;
}
.search .jet-range__slider .ui-slider-range,
.search .jet-range__slider .ui-slider-handle,
.woocommerce-page .jet-range__slider .ui-slider-range,
.woocommerce-page .jet-range__slider .ui-slider-handle {
  background-color: #fdb819;
}
.search .price-filter .apply-filters__button,
.woocommerce-page .price-filter .apply-filters__button {
  margin: 0;
  border: none;
  position: absolute;
  bottom: 0;
  background-color: #fdb819;
}
.search .jet-checkboxes-list__input:checked ~ .jet-checkboxes-list__button,
.woocommerce-page .jet-checkboxes-list__input:checked ~ .jet-checkboxes-list__button {
  color: #fdb819 !important;
}
.search .jet-checkboxes-list__input:checked ~ .jet-checkboxes-list__button .jet-checkboxes-list__decorator,
.woocommerce-page .jet-checkboxes-list__input:checked ~ .jet-checkboxes-list__button .jet-checkboxes-list__decorator {
  background-color: #fdb819 !important;
  border-color: #fdb819;
}
.search .jet-color-image-list .jet-color-image-list__item input:checked+.jet-color-image-list__button .jet-color-image-list__decorator>*,
.woocommerce-page .jet-color-image-list .jet-color-image-list__item input:checked+.jet-color-image-list__button .jet-color-image-list__decorator>* {
  border-color: transparent;
}
.search .jet-color-image-list .jet-color-image-list__item input:checked+.jet-color-image-list__button .jet-color-image-list__decorator>*:before,
.woocommerce-page .jet-color-image-list .jet-color-image-list__item input:checked+.jet-color-image-list__button .jet-color-image-list__decorator>*:before {
  content: "\f00c";
  font-family: FontAwesome;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.search .jet-smart-filters-radio .jet-filter-label,
.search .jet-smart-filters-range .jet-filter-label,
.search .jet-smart-filters-color-image .jet-filter-label,
.search .jet-smart-filters-checkboxes .jet-filter-label,
.woocommerce-page .jet-smart-filters-radio .jet-filter-label,
.woocommerce-page .jet-smart-filters-range .jet-filter-label,
.woocommerce-page .jet-smart-filters-color-image .jet-filter-label,
.woocommerce-page .jet-smart-filters-checkboxes .jet-filter-label {
  color: #222222;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0px 0px 22px 0px;
  padding: 0px 0px 10px 0px;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-color: #EDEDED;
  position: relative;
}
.search .jet-smart-filters-radio .jet-filter-label:before,
.search .jet-smart-filters-range .jet-filter-label:before,
.search .jet-smart-filters-color-image .jet-filter-label:before,
.search .jet-smart-filters-checkboxes .jet-filter-label:before,
.woocommerce-page .jet-smart-filters-radio .jet-filter-label:before,
.woocommerce-page .jet-smart-filters-range .jet-filter-label:before,
.woocommerce-page .jet-smart-filters-color-image .jet-filter-label:before,
.woocommerce-page .jet-smart-filters-checkboxes .jet-filter-label:before {
  content: "";
  left: 0;
  width: 60px;
  height: 1px;
  background-color: #fdb819;
  bottom: -1px;
  position: absolute;
}
.search .tags-filter .jet-checkboxes-list__label:hover,
.woocommerce-page .tags-filter .jet-checkboxes-list__label:hover {
  color: #fdb819;
  text-decoration: underline;
}
.search .tags-filter .jet-checkboxes-list__input:checked ~ .jet-checkboxes-list__button .jet-checkboxes-list__label,
.woocommerce-page .tags-filter .jet-checkboxes-list__input:checked ~ .jet-checkboxes-list__button .jet-checkboxes-list__label {
  color: #fdb819;
  text-decoration: underline;
}
.products-loop {
  list-style: none;
}
.box-remove .elementor-element {
  float: left;
  width: auto;
}
.box-shop .catalog-ordering,
.box-shop .product-number,
.box-shop .woocommerce-ordering,
.box-shop .woocommerce-pagination {
  display: none !important;
}
.box-shop .pagination-custom {
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  z-index: 99;
}
.box-shop .pagination-custom .jet-filters-pagination__item {
  padding: 0;
  color: #6b6b6b;
}
.box-shop .pagination-custom .jet-filters-pagination__item.next .jet-filters-pagination__link {
  font-size: 0;
  padding: 0 5px;
}
.box-shop .pagination-custom .jet-filters-pagination__item.next:before {
  content: "\f0da";
  font-family: fontawesome;
  font-size: 14px;
  position: absolute;
  top: 14px;
  text-align: center;
}
.box-shop .pagination-custom .jet-filters-pagination__item.prev .jet-filters-pagination__link {
  font-size: 0;
  padding: 0 5px;
}
.box-shop .pagination-custom .jet-filters-pagination__item.prev:before {
  font-family: fontawesome;
  font-size: 13px;
  content: "\f0d9";
  position: absolute;
  top: 14px;
  text-align: center;
}
.box-shop .sorting-custom {
  width: auto;
  position: absolute;
  left: 50%;
  margin-left: -100px;
  z-index: 9;
}
.box-shop .products-nav {
  margin-bottom: 0;
}
@media (max-width: 480px) {
  .box-content-archive .elementor-row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    flex-direction: column-reverse;
  }
  .box-content-archive .elementor-row .products-loop  .product-category {
    width: 50%;
    float: left;
  }
}
.box-content-archive .elementor-row .products-loop {
  margin-top: 45px;
}
.box-content-archive .elementor-row .jet-list-tree__children {
  padding-left: 20px !important;
}
.rtl .box-content-archive .elementor-row .jet-list-tree__children {
  padding-right: 20px !important;
  padding-left: 0;
}
.box-content-archive .elementor-row .jet-list-tree__children .jet-checkboxes-list__row {
  position: relative;
}
.box-content-archive .elementor-row .jet-list-tree__children .jet-checkboxes-list__row:before {
  content: "";
  width: 5px;
  height: 1px;
  background-color: #555;
  position: absolute;
  left: -10px;
  top: 50%;
  margin-top: -0.5px;
}
.sorting-custombuttom {
  bottom: 0;
}
.pagination-custombuttom {
  bottom: 0;
  top: auto !important;
}
.elementor-element .jet-checkboxes-list .jet-checkboxes-list__item .jet-checkboxes-list__label::focus {
  color: #fdb819 !important;
  display: inline-block;
}
.elementor-element .jet-radio-list .jet-radio-list__item .jet-radio-list__input:checked+.jet-radio-list__button {
  color: #fdb819;
}
.elementor-element .jet-radio-list .jet-radio-list__item .jet-radio-list__input:checked+.jet-radio-list__button .jet-radio-list__decorator {
  background-color: #fdb819;
  border-color: #fdb819;
}
.elementor-element .elementor-products-grid .elementor-row .products-loop {
  margin-top: 45px;
}
.elementor-element .box-shop {
  padding: 10px 0;
}
.elementor-element .box-content-archive .elementor-row .products-loop {
  margin-top: 35px;
}
@media (max-width: 991px) {
  .elementor-element .cart .addcart-wrapper .button {
    margin: 0;
  }
  .elementor-element .cart .addcart-wrapper .item-bottom {
    margin: 10px 0 0;
    display: inline-block;
  }
}
@media (min-width: 991px) {
  .elementor-element .cart .addcart-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    flex-direction: row;
  }
}
.elementor-element .cart .addcart-wrapper .single_add_to_cart_button {
  color: #fff !important;
  padding: 0 15px;
  line-height: normal;
}
.elementor-element .content_product_detail .elementor-widget-heading {
  width: auto;
  float: left;
}
.elementor-element .content_product_detail .elementor-widget-share-buttons {
  width: auto;
  float: left;
}
.elementor-element .content_product_detail .elementor-widget-share-buttons .elementor-share-btn .elementor-share-btn__icon {
  height: 35px;
  width: 35px;
  background-color: #fdb819;
}
.elementor-element .content_product_detail .product_meta .sku_wrapper.detail-container {
  display: none;
}
.elementor-element .content_product_detail .product_meta .detail-label {
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  color: #222;
  margin-bottom: 20px;
}
.elementor-post__excerpt {
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}
.elementor-post__read-more {
  color: #fdb819 !important;
}
.elementor-post__meta-data >* {
  padding: 0 20px 0 0;
}
.rtl .elementor-post__meta-data >* {
  padding: 0 0 0 20px;
}
.elementor-post__meta-data .elementor-post-author:before {
  content: "\f007";
  font-family: FontAwesome;
  margin-right: 5px;
}
.elementor-post__meta-data .elementor-post-date:before {
  content: "\f017";
  font-family: FontAwesome;
  margin-right: 5px;
}
.elementor-post__meta-data .elementor-post-avatar:before {
  content: "\f086";
  font-family: FontAwesome;
  margin-right: 5px;
}
.jet-remove-all-filters .jet-remove-all-filters__button {
  background-color: #bec4c9;
  transition: all 0.3s;
  color: #fff;
  border-color: #bec4c9;
  margin: 0;
  height: 26px;
  line-height: 26px;
}
.jet-remove-all-filters .jet-remove-all-filters__button:hover {
  background-color: #fdb819;
  border-color: #fdb819;
}
.pagination-custom1 .jet-filters-pagination__item .jet-filters-pagination__link {
  width: 30px;
}
.pagination-custom1 .jet-filters-pagination__item.prev-next .jet-filters-pagination__link {
  width: auto;
  padding: 0px 20px 0px 20px;
  border-radius: 20px;
}
.post_category .jet-radio-list__item {
  width: 100%;
  margin: 0;
}
.post_category .jet-radio-list__item .jet-radio-list__button {
  width: 100%;
}
.post_category .jet-radio-list__item .jet-radio-list__button .jet-radio-list__decorator {
  display: none;
  margin: 0;
}
.tags-custom .jet-radio-list .jet-radio-list__item .jet-radio-list__input:checked+.jet-radio-list__button {
  background-color: #fdb819 !important;
  border-color: #fdb819 !important;
  color: #fff !important;
}
.elementor-widget-wp-widget-recent-posts h5 {
  position: relative;
  text-transform: capitalize;
  padding: 15px 0;
  color: #111;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
}
.elementor-widget-wp-widget-recent-posts ul {
  list-style: none;
  margin: 0;
}
.elementor-widget-wp-widget-recent-posts ul li {
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
}
.elementor-widget-wp-widget-recent-posts ul li:last-child {
  border-bottom: none;
}
.elementor-widget-wp-widget-recent-posts ul li a {
  display: inline-block;
  vertical-align: top;
}
.remove-ft {
  float: left;
  width: auto !important;
}
.post-grid .elementor-post__meta-data {
  padding: 0 0 15px;
  border-bottom: 1px solid #ddd;
}
.post-grid .jet-filters-pagination__current .jet-filters-pagination__link:hover,
.post-grid .jet-filters-pagination__current .jet-filters-pagination__link {
  background-color: #fdb819 !important;
  color: #FFFFFF;
  border-color: #fdb819 !important;
}
.home-style3 .elementor-element .sw-category-slider3 {
  margin: 0;
}
@media (max-width: 767px) {
  .sw-woo-tab-style3 .resp-tab .category-slider-content .tab-content .tab-pane.active .res-button {
    display: none !important;
  }
}
.box-search1.box-search2 .elementor-container .elementor-row {
  background-color: transparent;
}
.box-search1.box-search2  .elementor-container .elementor-row {
  opacity: 1;
}
.bt-search1.bt-search2 .apply-filters__button {
  background-color: #fdb819 !important;
}
.pagination-custom-post .jet-filters-pagination .jet-filters-pagination__item.prev-next .jet-filters-pagination__link {
  width: auto;
  padding: 0 15px;
  border-radius: 20px;
}
.pagination-custom-post .jet-filters-pagination .jet-filters-pagination__item .jet-filters-pagination__link {
  width: 30px;
  height: 30px;
}
.footer-style3.style4 .elementor-widget-container h5 {
  color: #fdb819 !important;
}
.elementor-section  .responsive-post-slider2 .resp-slider-container .slick-slider .item .item-inner .img_over .latest_post_date .post_day {
  line-height: 30px;
}
.elementor-element .view-mode {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.elementor-element .view-mode >* {
  margin-left: 3px;
}
.elementor-element .view-mode .grid-view {
  order: 1;
}
.elementor-element .view-mode .list-view {
  order: 2;
}
.button-filter {
  display: none;
}
.elementor-element .button-filter {
  display: block;
  transition: all 0.3s;
}
.elementor-element .button-filter:hover {
  background-color: #fdb819;
  border-color: #fdb819;
}
.box-shop .elementor-widget-container {
  position: relative;
}
.box-shop .elementor-widget-container:before {
  content: "";
  position: absolute;
  top: 41px;
  left: 0;
  height: 2px;
  width: 0%;
  background: #fdb819;
  -webkit-transition: all 800ms ease;
  -moz-transition: all 800ms ease;
  -o-transition: all 800ms ease;
  transition: all 800ms ease;
  display: block;
}
.box-shop .elementor-widget-container.jet-filters-loading:before {
  width: 100%;
  -webkit-transition: all 950ms ease;
  -moz-transition: all 950ms ease;
  -o-transition: all 950ms ease;
  transition: all 950ms ease;
}
@media (min-width: 1200px) {
  .box-content-archive.active_filters .products-loop.grid .item {
    width: 25%;
    clear: initial !important;
  }
}
.box-content-archive .button-filter {
  margin: 0;
  z-index: 0;
  background-color: #252525;
  color: #fff;
  border-radius: 0;
  position: relative;
  text-transform: capitalize;
  padding: 0 30px 0 10px;
  border-color: #252525;
  height: 40px;
}
.box-content-archive .button-filter:before {
  display: inline-block;
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  right: 15px;
  top: 18px;
  border-top: 2px solid #fff;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.box-content-archive .button-filter:after {
  display: inline-block;
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  right: 15px;
  top: 18px;
  border-top: 2px solid #fff;
}
.box-content-archive .button-filter.closex {
  background-color: #fdb819;
  border-color: #fdb819;
}
.box-content-archive .button-filter.closex:before {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.box-content-archive.active_filters .sidebar {
  visibility: hidden;
  opacity: 0;
  margin-left: -25%;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
  height: 0;
}
.box-content-archive .sidebar {
  margin-left: 0;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.box-content-archive.active_filters .content {
  width: 100%;
}
.box-content-archive .content {
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.elementor-4955 .elementor-element.elementor-element-f70b8d6 .jet-range__slider {
  margin: 0 4px;
}
@media (min-width: 767px) {
  .box-seaech-filter {
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    z-index: 1;
  }
}
.box-seaech-filter >.elementor-container {
  position: relative;
  height: 100%;
}
.box-seaech-filter .elementor-widget-wrap {
  background-color: rgba(0,0,0,0.4);
}
@media (min-width: 767px) {
  .box-seaech-filter .elementor-widget-wrap {
    position: absolute;
    right: 0;
    width: 300px;
    top: 0;
    z-index: 9;
    bottom: 0;
    display: inline-block;
    background-color: rgba(0,0,0,0.4);
    height: 100%;
  }
}
.buton-search-filter .apply-filters__button {
  width: 100%;
  border: 0 !important;
  margin: 15px 0 !important;
  background-color: #fdb819 !important;
}
.buton-search-filter .apply-filters__button:hover {
  opacity: 0.9;
}
.apply-filters .apply-filters__button:hover {
  opacity: 0.8;
}
.jet-select {
  position: relative;
}
@media (min-width: 767px) {
  .jet-select {
    flex: 1;
  }
}
.jet-select:before {
  content: "\f0d7";
  position: absolute;
  right: 20px;
  font-family: fontawesome;
  font-size: 14px;
  top: 50%;
  margin-top: -7px;
  color: #999;
  pointer-events: none;
}
.rtl .jet-select:before {
  right: auto;
  left: 25px;
}
.jet-select select {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
}
.jet-select select:hover {
  color: #222222 !important;
  cursor: pointer;
}
.elementor-element-17bea75 {
  padding: 0 15px;
}
.home-style9 .fix-color h2 {
  color: #fdb819;
}
@media (min-width: 991px) {
  .fix-boxsearch-home9 >div {
    width: 90%;
  }
}
.fix-boxsearch-home9 .jet-select {
  margin: 0 5px;
}
.fix-boxsearch-home9 .apply-filters__button {
  margin: 0 !important;
  width: 100%;
}
@media (max-width: 767px) {
  .cusom-menu-mobile .foot7-store .elementor-element .elementor-widget-container {
    background-color: transparent;
  }
  .footer .footer-style1.style7 .elementor-widget-container {
    padding: 0;
  }
  .footer .footer-style1.style7 .elementor-widget-container h5 {
    margin: 0;
    padding: 10px !important;
  }
  .footer .footer-style1.style7 .elementor-widget-container ul li a.item-link {
    color: #000;
  }
}
.box-saerch-home10 .elementor-widget-wrap {
  background-color: #fdb819;
}
.buton-search-filter-home10 .apply-filters__button {
  width: 100%;
  border: none !important;
}
.buton-search-filter-home10 .apply-filters__button:hover {
  opacity: 0.8;
}
.fix-color-10 {
  color: #fff;
}
.box-search12 h2 {
  color: #fdb819 !important;
}
.more-shop {
  cursor: pointer;
  margin: 0 3px;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  width: 30px;
  height: 30px;
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
}
.more-shop:hover {
  color: #fff;
  background-color: #fdb819;
  border-color: #fdb819;
}
.more-shop.less i:before {
  content: "\f102";
}
.more-shop {
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
}
@-webkit-keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}
@keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}
.elementor-foonter-mid-style13.cusom-menu-mobile .elementor-element .elementor-widget-container {
  background-color: transparent;
}
@media (max-width: 767px) {
  .elementor-foonter-mid-style13.cusom-menu-mobile .elementor-element .elementor-element-cefd1f7 .elementor-widget-container {
    background-color: #ccc;
  }
}
@media (max-width: 767px) {
  .elementor-foonter-mid-style13.cusom-menu-mobile .elementor-element .elementor-widget-container h5,
  .elementor-foonter-mid-style13.cusom-menu-mobile .elementor-widget-wp-widget-nav_menu .elementor-widget-container h5 {
    color: #fff;
  }
}
@media (max-width: 767px) {
  .sticky-menu {
    position: initial !important;
  }
}
@media (max-width: 767px) {
  .header-style11.elementor-element-955c633 .elementor-row >div {
    width: 50%;
    float: left;
  }
  .header-style11.elementor-element-955c633 .elementor-row >div.elementor-element-b0f6479 {
    display: none;
  }
}
.jet-select .jet-select__control:visited {
  color: #fdb819 !important;
}
.jet-range__slider {
  margin: 0 5px;
}
.jet-active-filter .jet-active-filter__remove {
  top: 4px !important;
}
.jet-active-filter:hover .jet-active-filter__val,
.jet-active-filter:hover .jet-active-filter__remove {
  color: #fdb819 !important;
}
.elementor-5418 .elementor-element.elementor-element-6b9911fe > .elementor-widget-container {
  padding: 0 5px;
}
.elementor-4432 .box-banner2  .elementor-element .jet-select__control {
  border-width: 1px 1px 1px 1px;
  border-color: #DDDDDD;
}
.box-search13 {
  position: relative;
}
@media (min-width: 1200px) {
  .box-search13 .box-search1 .elementor-container .elementor-row {
    padding: 20px 90px 0;
  }
}
.box-search13:before {
  height: 40px;
  position: absolute;
  bottom: -1px;
  width: 300px;
  right: 0;
  content: "";
  background-color: #f1f2f6;
  z-index: 99;
  clip-path: polygon(10% 0%,100% 0,100% 100%,0 100%);
}
@media (min-width: 1200px) {
  .box-search14 >div {
    padding: 0 5px;
  }
}
.box-search14 >div >div {
  border-radius: 5px;
  overflow: hidden;
}
#sb_instagram #sbi_images {
  padding: 0 !important;
  margin: 0 -15px;
}
#sb_instagram #sbi_images .sbi_item {
  padding: 0 15px !important;
}
.elementor-column.form-new3 {
  margin: 0 0 50px 0 !important;
}
.saerch-mobile .top {
  border-radius: 5px 5px 0 0;
  padding: 10px 0;
  margin: -5px 0 0;
  z-index: 9;
}
.saerch-mobile .mid {
  background-color: #fecf65 !important;
}
.saerch-mobile .mid .jet-filters-group .jet-select {
  width: 50%;
  float: left;
  margin: 0 0 10px !important;
  padding: 0 5px;
}
.saerch-mobile .bottom {
  background-color: #fecf65 !important;
}
.saerch-mobile .bottom .apply-filters__button {
  width: 100%;
  margin: 0;
}
.mobile-layout .button-filter {
  display: none;
}
.mobile-layout .header-mobile-style2 .autusin_top .top-form.top-search {
  position: absolute;
}
@media (max-width: 480px) {
  body #autusin-totop:before {
    left: -4px;
    width: 33px;
    height: 60px;
    background-size: 25px;
  }
}
@media (max-width: 480px) {
  body #autusin-totop {
    width: 25px;
    height: 50px;
    position: fixed;
    right: 50px;
    bottom: -70px;
    background-size: 25px;
  }
}
.top-header1 .custom-box-menu >.elementor-widget-container:before {
  content: "\f007";
  left: -2px;
  top: 5px;
  font-family: fontawesome;
  font-size: 14px;
  position: absolute;
}
.border-custom {
  position: relative;
}
.border-custom:before {
  background-color: #d2d2d2;
  content: "";
  width: 1px;
  height: 13px;
  position: absolute;
  left: 0;
  top: 5px;
}
.border-custom:after {
  background-color: #d2d2d2;
  content: "";
  width: 1px;
  height: 13px;
  position: absolute;
  right: 0;
  top: 5px;
}
.elementor-element .sw-woo-tab-cat2 .banner-inner {
  width: 265px;
}
.elementor-element .countdown-slider7 .resp-slider-container .slider .item .item-wrapt .item-detail .item-content {
  padding: 15px 15px 30px;
}
.home-style13 .elementor-section.bg-image-home13_elementor.fixed:before,
.home-style13 .elementor-section.bg-image-home13_elementor.fixed:after,
.home-style13 .elementor-section.bg-image-home13.fixed:before,
.home-style13 .elementor-section.bg-image-home13.fixed:after {
  right: -10px;
}
.home-style13 .elementor-section.bg-image-home13_elementor:after,
.home-style13 .elementor-section.bg-image-home13:after {
  right: 5px;
}
.mobile-layout .box-shop .elementor-widget-container:before {
  top: 28px;
}
.mobile-layout .box-content-archive12 h4 {
  height: 40px;
}
.mobile-layout .box-content-archive .products-wrapper .products-nav .filter-product {
  display: none;
}
@media (max-width: 767px) {
  .elementor-element-1c1b063 >div >.elementor-widget-wrap {
    justify-content: center;
  }
}
@media (max-width: 360px) {
  .elementor-section	.product_detail .content_product_detail .cart .group_table tbody tr td .quantity {
    width: 120px;
  }
  .elementor-section form.cart .group_table td.woocommerce-grouped-product-list-item__label {
    float: left;
    padding: 0 20px 0 0 !important;
  }
  .product_detail .content_product_detail .cart .group_table tbody tr td label {
    font-weight: 500;
  }
}
.woocommerce .woocommerce-breadcrumb {
  color: #7d7d7d;
  font-size: 0;
}
.woocommerce .woocommerce-breadcrumb >a {
  position: relative;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.woocommerce .woocommerce-breadcrumb >a::before {
  content: '\f105';
  font-family: 'FontAwesome';
  padding: 0 15px;
}
.woocommerce .woocommerce-breadcrumb >a:first-child::before {
  display: none;
}
.footer {
  background: url('../assets/img/bg-foot.jpg') repeat center center;
}
.home-style1 .footer {
  margin-top: -65px;
  position: relative;
}
.footer >.container >p {
  display: none;
}
.footer .footer-style1 {
  padding-top: 50px;
}
.home-style1 .footer .footer-style1 {
  padding-top: 113px;
}
.footer .footer-style1 .elementor-widget-container,
.footer .footer-style1 .widget_nav_menu {
  padding: 30px 0;
}
.footer .footer-style1 .elementor-widget-container h5,
.footer .footer-style1 .elementor-widget-container .widgettitle,
.footer .footer-style1 .widget_nav_menu h5,
.footer .footer-style1 .widget_nav_menu .widgettitle {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  margin-bottom: 24px;
}
.footer .footer-style1 .elementor-widget-container ul li,
.footer .footer-style1 .widget_nav_menu ul li {
  position: relative;
  color: #ddd;
  padding-left: 15px;
}
.rtl .footer .footer-style1 .elementor-widget-container ul li,
.rtl .footer .footer-style1 .widget_nav_menu ul li {
  padding-left: 0;
  padding-right: 15px;
}
.footer .footer-style1 .elementor-widget-container ul li:before,
.footer .footer-style1 .widget_nav_menu ul li:before {
  content: '\f111';
  font-family: FontAwesome;
  font-size: 5px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -3px;
}
.rtl .footer .footer-style1 .elementor-widget-container ul li:before,
.rtl .footer .footer-style1 .widget_nav_menu ul li:before {
  left: auto;
  right: 0;
}
.footer .footer-style1 .elementor-widget-container ul li a,
.footer .footer-style1 .widget_nav_menu ul li a {
  text-transform: capitalize;
  line-height: 26px;
  color: #ddd;
  padding: 3px 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 .footer-style1 .elementor-widget-container ul li a:hover,
.footer .footer-style1 .widget_nav_menu ul li a:hover {
  color: #fdb819;
  -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-style1 .wpb_gallery {
  padding: 30px 0;
}
.footer .footer-style1 .wpb_gallery .wpb_heading {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  margin-bottom: 35px;
}
.footer .footer-style1.style7 {
  background: #111;
  padding-top: 60px;
}
.footer .footer-style1.style7 .elementor-widget-container,
.footer .footer-style1.style7 .widget_nav_menu {
  padding-top: 0;
}
.footer .footer-style1.style7 .elementor-widget-container h5,
.footer .footer-style1.style7 .elementor-widget-container .widgettitle,
.footer .footer-style1.style7 .widget_nav_menu h5,
.footer .footer-style1.style7 .widget_nav_menu .widgettitle {
  color: #fdb819;
  position: relative;
  padding-bottom: 10px;
}
.footer .footer-style1.style7 .elementor-widget-container h5:before,
.footer .footer-style1.style7 .elementor-widget-container .widgettitle:before,
.footer .footer-style1.style7 .widget_nav_menu h5:before,
.footer .footer-style1.style7 .widget_nav_menu .widgettitle:before {
  content: "";
  width: 60px;
  background: rgba(255,255,255,0.2);
  position: absolute;
  height: 2px;
  bottom: -8px;
  left: 0;
}
.rtl .footer .footer-style1.style7 .elementor-widget-container h5:before,
.rtl .footer .footer-style1.style7 .elementor-widget-container .widgettitle:before,
.rtl .footer .footer-style1.style7 .widget_nav_menu h5:before,
.rtl .footer .footer-style1.style7 .widget_nav_menu .widgettitle:before {
  left: auto;
  right: 0;
}
.footer .footer-style1.style7 .elementor-widget-container ul li a,
.footer .footer-style1.style7 .widget_nav_menu ul li a {
  font-size: 12px;
  color: #ccc;
}
.footer .footer-style1.style7 .elementor-widget-container ul li a:hover,
.footer .footer-style1.style7 .widget_nav_menu ul li a:hover {
  color: #fdb819;
}
.footer .footer-style1.style7 .wpb_single_image {
  margin-bottom: 10px;
}
.rtl .footer .footer-style1.style7 .wpb_single_image.vc_align_left {
  text-align: right;
}
.footer .footer-style1.style7 .about-store {
  padding: 0;
}
.footer .footer-style1.style7 .foot7-store {
  margin: 0px 0 10px 0;
}
.footer .footer-style1.style8 {
  background: #fff;
  padding-top: 60px;
}
.footer .footer-style1.style8 .elementor-widget-container,
.footer .footer-style1.style8 .widget_nav_menu {
  padding-top: 0;
}
.footer .footer-style1.style8 .elementor-widget-container h5,
.footer .footer-style1.style8 .elementor-widget-container .widgettitle,
.footer .footer-style1.style8 .widget_nav_menu h5,
.footer .footer-style1.style8 .widget_nav_menu .widgettitle {
  color: #111;
  position: relative;
}
.footer .footer-style1.style8 .elementor-widget-container ul li,
.footer .footer-style1.style8 .widget_nav_menu ul li {
  padding-left: 0;
}
.rtl .footer .footer-style1.style8 .elementor-widget-container ul li,
.rtl .footer .footer-style1.style8 .widget_nav_menu ul li {
  padding-right: 0;
}
.footer .footer-style1.style8 .elementor-widget-container ul li:before,
.footer .footer-style1.style8 .widget_nav_menu ul li:before {
  display: none;
}
.footer .footer-style1.style8 .elementor-widget-container ul li a,
.footer .footer-style1.style8 .widget_nav_menu ul li a {
  font-size: 14px;
  color: #666;
}
.footer .footer-style1.style8 .elementor-widget-container ul li a:hover,
.footer .footer-style1.style8 .widget_nav_menu ul li a:hover {
  color: #fdb819;
}
.footer .footer-style1.style8 .about-store {
  padding: 0;
  margin-bottom: 15px;
}
.footer .footer-style1.style8 .about-store h5,
.footer .footer-style1.style8 .about-store .widgettitle {
  color: #111;
  position: relative;
}
.footer .footer-style1.style8 .about-store ul.about-list li {
  color: #666;
}
.footer .footer-style1.style8 .about-store ul.about-list li .ab-pd {
  color: #666;
}
.footer .footer-style1.style8 .socials-footer4 {
  margin-bottom: 20px;
}
.footer .footer-style1.style8 .socials-footer4 ul {
  margin: 0;
  list-style: none;
}
.footer .footer-style1.style8 .socials-footer4 ul li {
  display: inline-block;
  vertical-align: top;
  list-style: none;
  margin-right: 5px;
}
.rtl .footer .footer-style1.style8 .socials-footer4 ul li {
  margin-left: 5px;
  margin-right: 0;
}
.footer .footer-style1.style8 .socials-footer4 ul li a {
  color: #111;
  width: 35px;
  height: 35px;
  display: inline-block;
  border: 1px #ccc solid;
  text-align: center;
  line-height: 35px;
  vertical-align: top;
  margin-bottom: 5px;
  -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-style1.style8 .socials-footer4 ul li a:hover {
  background: #fdb819;
  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 .footer-style1.style9 {
  background: #f5f5f5;
}
.footer .footer-style1.style9 .elementor-widget-container,
.footer .footer-style1.style9 .widget_nav_menu {
  padding-top: 0;
}
.footer .footer-style1.style9 .elementor-widget-container h5,
.footer .footer-style1.style9 .elementor-widget-container .widgettitle,
.footer .footer-style1.style9 .widget_nav_menu h5,
.footer .footer-style1.style9 .widget_nav_menu .widgettitle {
  color: #111;
  position: relative;
}
.footer .footer-style1.style9 .elementor-widget-container ul li,
.footer .footer-style1.style9 .widget_nav_menu ul li {
  padding-left: 0;
}
.rtl .footer .footer-style1.style9 .elementor-widget-container ul li,
.rtl .footer .footer-style1.style9 .widget_nav_menu ul li {
  padding-right: 0;
}
.footer .footer-style1.style9 .elementor-widget-container ul li:before,
.footer .footer-style1.style9 .widget_nav_menu ul li:before {
  display: none;
}
.footer .footer-style1.style9 .elementor-widget-container ul li a,
.footer .footer-style1.style9 .widget_nav_menu ul li a {
  font-size: 14px;
  color: #666;
}
.footer .footer-style1.style9 .elementor-widget-container ul li a:hover,
.footer .footer-style1.style9 .widget_nav_menu ul li a:hover {
  color: #fdb819;
}
.footer .footer-style1.style9 .wpb_raw_html {
  margin-bottom: 15px;
}
.footer .footer-style1.style9 .wpb_single_image {
  margin-bottom: 30px;
}
.rtl .footer .footer-style1.style9 .wpb_single_image.vc_align_left {
  text-align: right;
}
.rtl .footer .footer-style1.style9 .wpb_image_grid .wpb_image_grid_ul .isotope-item {
  right: 0;
  float: right;
}
.footer .footer-style1.style9 .about-store {
  padding: 0;
  margin-bottom: 15px;
}
.footer .footer-style1.style9 .about-store h5,
.footer .footer-style1.style9 .about-store .widgettitle {
  color: #111;
  position: relative;
}
.footer .footer-style1.style9 .about-store ul.about-list li {
  color: #666;
}
.footer .footer-style1.style9 .about-store ul.about-list li .ab-pd {
  color: #666;
}
.footer .footer-style1.style9 .wpb_gallery {
  padding-top: 0;
}
.footer .footer-style2 {
  background: #fff;
  padding-top: 30px;
  border-top: 1px #ddd solid;
}
.home-style1 .footer .footer-style2,
.home-style2 .footer .footer-style2,
.home-style3 .footer .footer-style2,
.home-style4 .footer .footer-style2,
.home-style5 .footer .footer-style2,
.home-style6 .footer .footer-style2,
.home-style7 .footer .footer-style2,
.home-style8 .footer .footer-style2,
.home-style9 .footer .footer-style2,
.home-style10 .footer .footer-style2 {
  border-top: none;
}
.footer .footer-style2 .wpb_single_image,
.footer .footer-style2 .vc_wp_custommenu {
  margin-bottom: 28px;
}
.footer .footer-style2 .wpb_raw_code {
  margin-bottom: 24px;
}
.footer .footer-style2 .socials-footer2 {
  padding: 0 15%;
  text-align: center;
  border-bottom: 1px #ddd solid;
}
.footer .footer-style2 .socials-footer2 p {
  font-size: 12px;
  color: #545454;
  line-height: 23px;
}
.footer .footer-style2 .socials-footer2 ul {
  margin: 20px 0 24px 0;
  list-style: none;
}
.footer .footer-style2 .socials-footer2 ul li {
  display: inline-block;
  vertical-align: top;
}
.footer .footer-style2 .socials-footer2 ul li a {
  color: #333;
  padding: 5px 15px;
  font-size: 18px;
  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 .footer-style2 .socials-footer2 ul li a:hover {
  color: #fdb819;
  -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-style2 .widget_nav_menu {
  text-align: center;
}
.footer .footer-style2 .widget_nav_menu ul li {
  display: inline-block;
  vertical-align: top;
}
.footer .footer-style2 .widget_nav_menu ul li a {
  font-size: 14px;
  color: #111;
  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;
  padding: 0 20px;
}
.footer .footer-style2 .widget_nav_menu ul li a:hover {
  color: #fdb819;
  -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-copyright {
  padding: 15px 0;
}
.footer .footer-copyright p {
  color: #eee;
  margin: 10px 0;
}
.footer .footer-copyright p a {
  color: #fdb819;
  text-decoration: underline;
  -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-copyright p a:hover {
  color: #e19e02;
  -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-copyright .widget {
  margin-bottom: 0;
}
.footer .footer-copyright .copyright-text {
  float: left;
}
.rtl .footer .footer-copyright .copyright-text {
  float: right;
}
.footer .footer-copyright .sidebar-copyright {
  float: right;
  padding-top: 8px;
}
.footer .footer-copyright .sidebar-copyright img {
  margin-bottom: 0;
  width: auto;
}
.rtl .footer .footer-copyright .sidebar-copyright {
  float: left;
}
.footer .footer-copyright.style1 {
  background: #fff;
}
.footer .footer-copyright.style1 .copyright-text {
  float: none;
  text-align: center;
}
.footer .footer-copyright.style1 .copyright-text p {
  color: #666;
  font-size: 12px;
}
.footer .footer-copyright.style1 .sidebar-copyright {
  display: none;
}
.footer .footer-copyright.style2 {
  background: #222;
}
.footer .footer-copyright.style3 {
  background: #fff;
}
.footer .footer-copyright.style3 .copyright-text p {
  color: #666;
}
.footer .footer-copyright.style4 {
  display: none;
}
.footer .footer-copyright.style5 {
  background: #333;
}
.footer .footer-copyright.style5 .copyright-text {
  float: none;
  text-align: center;
}
.footer .footer-copyright.style5 .copyright-text p {
  color: #fff;
}
.footer .footer-copyright.style5 .sidebar-copyright {
  float: none;
}
.footer .footer-copyright.style5 .sidebar-copyright img {
  margin: 0 auto;
}
.footer .footer-copyright.style6 {
  background: #111;
}
.footer .footer-copyright.style6 .copyright-text {
  float: none;
  text-align: center;
}
.footer .footer-copyright.style6 .copyright-text p {
  color: #fff;
}
.footer .footer-copyright.style6 .sidebar-copyright {
  display: none;
}
.footer .about-store {
  padding: 30px 0;
}
.footer .about-store h2 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  margin-bottom: 23px;
}
.footer .about-store ul.about-list {
  list-style: none;
  margin: 0;
}
.footer .about-store ul.about-list li {
  padding: 10px 0;
  color: #ddd;
}
.footer .about-store ul.about-list li i {
  font-size: 16px;
  margin-right: 20px;
  float: left;
  line-height: 20px;
}
.footer .about-store ul.about-list li i.fa-envelope {
  font-size: 13px;
}
.rtl .footer .about-store ul.about-list li i {
  margin-right: 0;
  margin-left: 20px;
  float: right;
}
.footer .about-store ul.about-list li .ab-pd {
  line-height: 20px;
  overflow: hidden;
  display: block;
  color: #ddd;
}
.footer .about-store ul.about-list li.call-mail a {
  color: #fdb819;
}
.footer .about-store ul.about-list li.call-mail a:hover {
  color: #e19e02;
}
.footer-style1-bot {
  background: rgba(0,0,0,0.7);
  color: #fff;
}
.footer-style1-bot.style7 {
  background: #1d1d1d;
}
.footer-style1-bot.style7 .newsletter-footer {
  margin-top: 35px;
}
.footer-style1-bot.style7 .newsletter-footer h3,
.footer-style1-bot.style7 .newsletter-footer h5 {
  text-transform: uppercase;
  color: #fff;
}
.footer-style1-bot.style7 .newsletter-footer .form-newsletter button[type="submit"],
.footer-style1-bot.style7 .newsletter-footer .form-newsletter input[type="email"] {
  background: #111;
}
.footer-style1-bot.style7 .newsletter-footer .form-newsletter input[type="email"] {
  font-size: 12px;
}
.footer-style1-bot.style7 .socials-footer ul {
  margin: 30px 0;
}
.footer-style1-bot.style7 .socials-footer ul li a {
  background: #4a4a4a;
}
.footer-style1-bot.style7 .socials-footer ul li a:hover {
  background: #fdb819;
}
.footer-style1-bot.style7 .wpb_text_column {
  margin-bottom: 30px;
}
.newsletter-footer {
  margin-top: 60px;
}
.newsletter-footer h3,
.newsletter-footer h5 {
  text-transform: none;
  font-size: 18px;
  color: #ddd;
  font-weight: 600;
  float: left;
  margin-right: 50px;
  line-height: 40px;
  margin-bottom: 0;
}
.rtl .newsletter-footer h3,
.rtl .newsletter-footer h5 {
  float: right;
  margin-right: 0;
  margin-left: 50px;
}
.newsletter-footer .form-newsletter .mc4wp-form-fields {
  overflow: hidden;
}
.newsletter-footer .form-newsletter input[type="email"] {
  border: 0;
  color: #999;
  width: 85%;
  background: #1c1c1c;
  height: 40px;
  padding: 0 20px;
  border-radius: 20px 0 0 20px;
  float: left;
}
.rtl .newsletter-footer .form-newsletter input[type="email"] {
  border-radius: 0 20px 20px 0;
  float: right;
}
.newsletter-footer .form-newsletter button[type="submit"] {
  border: 0;
  padding: 0 15px;
  width: 15%;
  background: #1c1c1c;
  height: 40px;
  line-height: 40px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-weight: 500;
  border-radius: 0 20px 20px 0;
  float: left;
  font-size: 0;
}
.rtl .newsletter-footer .form-newsletter button[type="submit"] {
  border-radius: 20px 0 0 20px;
  float: right;
}
.newsletter-footer .form-newsletter button[type="submit"]:before {
  font-size: 14px;
}
.newsletter-footer .form-newsletter button[type="submit"]:hover {
  color: #fdb819;
}
.newsletter-footer .form-newsletter .mc4wp-success {
  color: #111;
}
.socials-footer {
  text-align: right;
}
.rtl .socials-footer {
  text-align: left;
}
.socials-footer ul {
  margin: 60px 0;
  list-style: none;
}
.socials-footer ul li {
  display: inline-block;
  vertical-align: top;
}
.socials-footer ul li a {
  color: #ddd;
  background: #1c1c1c;
  border-radius: 50%;
  height: 45px;
  line-height: 45px;
  width: 45px;
  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;
}
.socials-footer ul li a:hover {
  color: #fff;
  background: #fdb819;
  -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-style3 {
  background: #F5F5F5;
}
.footer-style3 .info-footer {
  background: #F9F9F9;
  padding: 65px 20px 62px 20px;
}
.footer-style3 .info-footer h3 {
  font-size: 18px;
  color: #333;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 55px;
  font-weight: 600;
}
.footer-style3 .info-footer h3:before {
  content: "";
  background: #fdb819;
  width: 40px;
  height: 2px;
  position: absolute;
  bottom: -20px;
  left: 0;
}
.rtl .footer-style3 .info-footer h3:before {
  left: auto;
  right: 0;
}
.footer-style3 .info-footer ul {
  list-style: none;
  margin: 0;
  font-size: 14px;
}
.footer-style3 .info-footer ul li {
  overflow: hidden;
  color: #777;
  margin-bottom: 7px;
}
.footer-style3 .info-footer ul li a {
  color: #777;
}
.footer-style3 .info-footer ul li a:hover {
  color: #fdb819;
}
.footer-style3 .info-footer ul li i {
  float: left;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background: #888;
  color: #fff;
  border-radius: 2px;
  font-size: 18px;
  margin: 2px 10px 10px 0;
  font-weight: normal;
  border: 1px rgba(255,255,255,0.4) solid;
}
.rtl .footer-style3 .info-footer ul li i {
  float: right;
  margin: 2px 0 10px 10px;
}
.footer-style3 .info-footer ul li i:hover {
  background: #fdb819;
}
.footer-style3 .info-footer ul li .inner {
  line-height: 18px;
  overflow: hidden;
}
.footer-style3 .info-footer ul li.email i {
  font-size: 13px;
}
.footer-style3 .info-footer ul li.email .inner {
  padding-top: 8px;
}
.footer-style3 .info-footer ul li.phone i {
  font-size: 22px;
  margin-bottom: 0;
}
.footer-style3 .elementor-widget-container,
.footer-style3 .widget_nav_menu {
  padding-top: 65px;
}
.footer-style3 .elementor-widget-container h5,
.footer-style3 .elementor-widget-container .widgettitle,
.footer-style3 .widget_nav_menu h5,
.footer-style3 .widget_nav_menu .widgettitle {
  font-size: 18px;
  color: #333;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 38px;
  font-weight: 600;
}
.footer-style3 .elementor-widget-container h5:before,
.footer-style3 .elementor-widget-container .widgettitle:before,
.footer-style3 .widget_nav_menu h5:before,
.footer-style3 .widget_nav_menu .widgettitle:before {
  content: "";
  background: #fdb819;
  width: 40px;
  height: 2px;
  position: absolute;
  bottom: -20px;
  left: 0;
}
.rtl .footer-style3 .elementor-widget-container h5:before,
.rtl .footer-style3 .elementor-widget-container .widgettitle:before,
.rtl .footer-style3 .widget_nav_menu h5:before,
.rtl .footer-style3 .widget_nav_menu .widgettitle:before {
  left: auto;
  right: 0;
}
.footer-style3 .elementor-widget-container ul.menu > li > a,
.footer-style3 .widget_nav_menu ul.menu > li > a {
  color: #777;
  text-transform: capitalize;
  font-size: 14px;
  position: relative;
  padding: 8px 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: block;
  vertical-align: top;
}
.footer-style3 .elementor-widget-container ul.menu > li > a:hover,
.footer-style3 .widget_nav_menu ul.menu > li > a:hover {
  color: #fdb819;
  padding-left: 12px;
}
.rtl .footer-style3 .elementor-widget-container ul.menu > li > a:hover,
.rtl .footer-style3 .widget_nav_menu ul.menu > li > a:hover {
  padding-right: 12px;
  padding-left: 0;
}
.footer-style3 .elementor-widget-container ul.menu > li > a:hover:before,
.footer-style3 .widget_nav_menu ul.menu > li > a:hover:before {
  content: '\f111';
  font-family: FontAwesome;
  font-size: 5px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -3px;
}
.rtl .footer-style3 .elementor-widget-container ul.menu > li > a:hover:before,
.rtl .footer-style3 .widget_nav_menu ul.menu > li > a:hover:before {
  left: auto;
  right: 0;
}
.footer-style3.style4 {
  background: #222;
}
.footer-style3.style4 .info-footer {
  background: #181818;
}
.footer-style3.style4 .info-footer h3 {
  color: #fff;
}
.footer-style3.style4 .info-footer ul li {
  color: #bbb;
}
.footer-style3.style4 .info-footer ul li a {
  color: #bbb;
}
.footer-style3.style4 .info-footer ul li a:hover {
  color: #fdb819;
}
.footer-style3.style4 .info-footer ul li i {
  background: #111;
}
.footer-style3.style4 .info-footer ul li i:hover {
  background: #fdb819;
}
.footer-style3.style4 .elementor-widget-container h5,
.footer-style3.style4 .elementor-widget-container .widgettitle,
.footer-style3.style4 .widget_nav_menu h5,
.footer-style3.style4 .widget_nav_menu .widgettitle {
  color: #fff;
}
.footer-style3.style4 .elementor-widget-container ul.menu > li > a,
.footer-style3.style4 .widget_nav_menu ul.menu > li > a {
  color: #bbb;
}
.footer-style3.style4 .elementor-widget-container ul.menu > li > a:hover,
.footer-style3.style4 .widget_nav_menu ul.menu > li > a:hover {
  color: #fdb819;
}
.footer-contact1,
.footer-contact2 {
  width: 34%;
}
.footer-contact1 .wpb_raw_html,
.footer-contact2 .wpb_raw_html {
  margin-bottom: 0;
}
.footer-menu1 {
  width: 22%;
}
.footer-menu1 .wpb_content_element {
  margin-bottom: 0;
}
.footer-menu2 {
  width: 66%;
}
.footer-menu2 .wpb_content_element {
  margin-bottom: 0;
}
.newsletter-footer2 {
  overflow: hidden;
  padding: 22px 0;
}
.newsletter-footer2 .newsletter-footer-top {
  float: left;
  position: relative;
}
.rtl .newsletter-footer2 .newsletter-footer-top {
  float: right;
}
.newsletter-footer2 .newsletter-footer-top .icon {
  background: url(../assets/img/icon-news.png) no-repeat center center;
  content: "";
  float: left;
  height: 52px;
  width: 52px;
  margin-right: 10px;
}
.rtl .newsletter-footer2 .newsletter-footer-top .icon {
  float: right;
  margin-left: 10px;
  margin-right: 0;
}
.newsletter-footer2 .newsletter-footer-top .info {
  overflow: hidden;
  margin-top: 10px;
}
.newsletter-footer2 .newsletter-footer-top .info h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 0;
}
.newsletter-footer2 .newsletter-footer-top .info p {
  font-size: 24px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 26px;
}
.newsletter-footer2 .form-newsletter {
  float: right;
  margin-top: 7px;
}
.rtl .newsletter-footer2 .form-newsletter {
  float: left;
}
.newsletter-footer2 .form-newsletter input {
  margin: 0;
  display: inline-block;
  vertical-align: top;
}
.newsletter-footer2 .form-newsletter input[type="email"] {
  border: 0;
  color: #aaa;
  height: 44px;
  padding: 0 16px;
  min-width: 394px;
  margin-right: 5px;
}
.rtl .newsletter-footer2 .form-newsletter input[type="email"] {
  margin-right: 0;
  margin-left: 5px;
}
.newsletter-footer2 .form-newsletter .frm-submit {
  border: 0;
  background-color: #fdb819;
  height: 44px;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  padding: 0 19px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  line-height: 45px;
  -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-footer2 .form-newsletter .frm-submit:hover {
  background-color: #e19e02;
  -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-footer2 .form-newsletter .frm-submit:before {
  display: none;
}
.footer-news1 {
  background: #181818;
}
.footer-news1 .socials-footer3 {
  background: #111;
  padding: 32px 15px;
}
.footer-news1 .socials-footer3 ul {
  margin: 0;
  list-style: none;
  text-align: center;
}
.footer-news1 .socials-footer3 ul li {
  display: inline-block;
  vertical-align: top;
  list-style: none;
  margin-right: 5px;
}
.rtl .footer-news1 .socials-footer3 ul li {
  margin-left: 5px;
  margin-right: 0;
}
.footer-news1 .socials-footer3 ul li a {
  background: #444;
  color: #fff;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  text-align: center;
  line-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;
}
.footer-news1 .socials-footer3 ul li a:hover {
  background: #fdb819;
  -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-style5 {
  background: url('../assets/img/bg-foot2.jpg') repeat center center;
  padding-top: 70px;
  color: #fff;
  text-align: center;
  padding-bottom: 40px;
  background-size: cover;
}
.footer-style5 .foot-des {
  max-width: 1290px;
  margin: 0 auto;
}
.footer-style5 .foot-des .des {
  line-height: 26px;
  margin-bottom: 51px;
}
.footer-style5 .foot-des .contac {
  list-style: none;
  margin: 0 0 30px 0;
  border: 1px rgba(255,255,255,0.2) solid;
  overflow: hidden;
  padding: 20px 0;
}
.footer-style5 .foot-des .contac li {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  width: 33%;
  float: left;
}
.rtl .footer-style5 .foot-des .contac li {
  float: right;
}
.footer-style5 .foot-des .contac li a {
  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-size: 12px;
}
.footer-style5 .foot-des .contac li a:hover {
  color: #fdb819;
  -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-style5 .foot-des .contac li i {
  padding: 0 5px;
  font-size: 16px;
}
.footer-style5 .wpb_single_image {
  margin-bottom: 28px;
}
.footer-style5 .copyright {
  max-width: 1290px;
  margin: 0 auto;
}
.footer-style5 .copyright .cop-left {
  font-size: 12px;
  margin-bottom: 15px;
}
.footer-style5 .copyright .cop-left a {
  color: #fdb819;
}
.footer-style5 .copyright .cop-left a:hover {
  color: #fff;
}
.footer-style5 .copyright span img {
  width: auto;
  margin: 0 auto;
}
.footer-style6-top {
  background: #f0f0f0;
  padding: 17px 0 5px 0;
}
.footer-style6-top .wpb_content_element {
  margin-bottom: 0;
}
.footer-style6-top .newsletter-footer4 h3,
.footer-style6-top .newsletter-footer4 h5 {
  font-size: 16px;
  color: #111;
  font-weight: 600;
  float: left;
  margin-right: 40px;
  line-height: 40px;
  text-transform: uppercase;
}
.rtl .footer-style6-top .newsletter-footer4 h3,
.rtl .footer-style6-top .newsletter-footer4 h5 {
  margin-right: 0;
  margin-left: 40px;
  float: right;
}
.footer-style6-top .newsletter-footer4 .form-newsletter .mc4wp-form-fields {
  overflow: hidden;
}
.footer-style6-top .newsletter-footer4 .form-newsletter input[type="email"] {
  border: 0;
  color: #999;
  width: 85%;
  background: #fff;
  border: 2px #fdb819 solid;
  margin-bottom: 0;
  font-size: 12px;
  height: 38px;
  padding: 0 20px;
  border-radius: 4px 0 0 4px;
  float: left;
}
.rtl .footer-style6-top .newsletter-footer4 .form-newsletter input[type="email"] {
  border-radius: 0 4px 4px 0;
  float: right;
}
.footer-style6-top .newsletter-footer4 .form-newsletter button[type="submit"] {
  border: 0;
  padding: 0 15px;
  width: 15%;
  background: #fdb819;
  border: 2px #fdb819 solid;
  height: 38px;
  line-height: 38px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-weight: 500;
  border-radius: 0 4px 4px 0;
  float: left;
  font-size: 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 .footer-style6-top .newsletter-footer4 .form-newsletter button[type="submit"] {
  border-radius: 4px 0 0 4px;
  float: right;
}
.footer-style6-top .newsletter-footer4 .form-newsletter button[type="submit"]:before {
  font-size: 14px;
}
.footer-style6-top .newsletter-footer4 .form-newsletter button[type="submit"]:hover {
  color: #111;
  -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-style6-top .newsletter-footer4 .form-newsletter .mc4wp-success {
  color: #fdb819;
}
.footer-style6-top .socials-footer {
  text-align: right;
}
.rtl .footer-style6-top .socials-footer {
  text-align: left;
}
.footer-style6-top .socials-footer h5,
.footer-style6-top .socials-footer h3 {
  font-size: 16px;
  color: #111;
  font-weight: 600;
  margin-right: 20px;
  line-height: 40px;
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
}
.rtl .footer-style6-top .socials-footer h5,
.rtl .footer-style6-top .socials-footer h3 {
  margin-right: 0;
  margin-left: 20px;
}
.footer-style6-top .socials-footer ul {
  display: inline-block;
  vertical-align: top;
  margin: 0;
}
.footer-style6-top .socials-footer ul li a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: #fdb819;
  color: #fff;
}
.footer-style6-top .socials-footer ul li a:hover {
  color: #111;
}
.footer-style6 {
  background: #fff;
  color: #999;
  padding-top: 20px;
}
.footer-style6 .wpb_content_element {
  margin-bottom: 10px;
}
.footer-style6 .elementor-widget-container,
.footer-style6 .widget_nav_menu {
  padding: 30px 0;
}
.footer-style6 .elementor-widget-container h5,
.footer-style6 .elementor-widget-container .widgettitle,
.footer-style6 .widget_nav_menu h5,
.footer-style6 .widget_nav_menu .widgettitle {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  color: #111;
  margin-bottom: 24px;
}
.footer-style6 .elementor-widget-container ul li,
.footer-style6 .widget_nav_menu ul li {
  position: relative;
  color: #666;
  padding-left: 15px;
}
.rtl .footer-style6 .elementor-widget-container ul li,
.rtl .footer-style6 .widget_nav_menu ul li {
  padding-left: 0;
  padding-right: 15px;
}
.footer-style6 .elementor-widget-container ul li:before,
.footer-style6 .widget_nav_menu ul li:before {
  content: '\f105';
  font-family: FontAwesome;
  font-size: 14px;
  position: absolute;
  top: 11px;
  left: 0;
  margin-top: -3px;
}
.rtl .footer-style6 .elementor-widget-container ul li:before,
.rtl .footer-style6 .widget_nav_menu ul li:before {
  left: auto;
  right: 0;
  content: '\f104';
}
.footer-style6 .elementor-widget-container ul li a,
.footer-style6 .widget_nav_menu ul li a {
  text-transform: capitalize;
  line-height: 26px;
  color: #666;
  padding: 3px 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-style6 .elementor-widget-container ul li a:hover,
.footer-style6 .widget_nav_menu ul li a:hover {
  color: #fdb819;
  padding-left: 6px;
  -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 .footer-style6 .elementor-widget-container ul li a:hover,
.rtl .footer-style6 .widget_nav_menu ul li a:hover {
  padding-left: 0;
  padding-right: 6px;
}
.footer-style6 .about-store {
  padding: 30px 0;
}
.footer-style6 .about-store h2 {
  color: #111;
  font-size: 16px;
}
.footer-style6 .about-store ul.about-list {
  list-style: none;
  margin: 0;
}
.footer-style6 .about-store ul.about-list li {
  padding: 10px 0;
  color: #666;
}
.footer-style6 .about-store ul.about-list li i {
  font-size: 16px;
  margin-right: 20px;
  float: left;
  line-height: 20px;
}
.footer-style6 .about-store ul.about-list li i.fa-envelope {
  font-size: 13px;
}
.rtl .footer-style6 .about-store ul.about-list li i {
  margin-right: 0;
  margin-left: 20px;
  float: right;
}
.footer-style6 .about-store ul.about-list li .ab-pd {
  line-height: 20px;
  overflow: hidden;
  display: block;
  color: #666;
}
.footer-style6 .about-store ul.about-list li.call-mail a {
  color: #fdb819;
}
.footer-style6 .about-store ul.about-list li.call-mail a:hover {
  color: #e19e02;
}
.footer-style6 .menu-bot {
  text-align: center;
  border-top: 1px #ddd solid;
  color: #666;
}
.footer-style6 .menu-bot .widget_nav_menu {
  padding-bottom: 0;
}
.footer-style6 .menu-bot .vc_wp_custommenu {
  margin-bottom: 10px;
}
.footer-style6 .menu-bot .wpb_content_element.wpb_raw_html {
  margin-bottom: 30px;
}
.footer-style6 .menu-bot ul li {
  display: inline-block;
  vertical-align: top;
}
.footer-style6 .menu-bot ul li:before {
  display: none;
}
.footer-style6 .menu-bot ul li a {
  color: #111;
  text-transform: uppercase;
  padding: 0 10px;
  font-weight: 600;
}
.footer-style6 .menu-bot ul li a:hover {
  padding: 0 10px;
}
.footer-style6 .menu-bot ul li .menu-img {
  display: none;
}
#autusin-totop {
  background: url(../assets/img/cartop.png) no-repeat center center;
  width: 35px;
  height: 70px;
  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;
}
#autusin-totop.show-car {
  -webkit-transform: translateY(-130px);
  -moz-transform: translateY(-130px);
  -o-transform: translateY(-130px);
  -ms-transform: translateY(-130px);
  transform: translateY(-130px);
}
#autusin-totop.car-run {
  bottom: 100% !important;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  transition: 0.6s;
}
#autusin-totop:before {
  opacity: 0;
  background: url(../assets/img/car-focus.png) no-repeat top center;
  content: "";
  position: absolute;
  top: -7px;
  left: 0;
  width: 33px;
  height: 70px;
  background-size: 40px;
  transition: all 0.3s;
}
#autusin-totop:hover:before {
  opacity: 1;
}
.rtl #autusin-totop {
  right: auto;
  left: 50px;
}
