@font-face {
  font-family: 'Playfair Display';
  src: url('../fonts/PlayfairDisplay-Italic.eot');
  src: url('../fonts/PlayfairDisplay-Italic.eot') format('embedded-opentype'), url('../fonts/PlayfairDisplay-Italic.woff2') format('woff2'), url('../fonts/PlayfairDisplay-Italic.woff') format('woff'), url('../fonts/PlayfairDisplay-Italic.ttf') format('truetype'), url('../fonts/PlayfairDisplay-Italic.svg#PlayfairDisplay-Italic') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Evolventa Regular';
  src: url('../fonts/Evolventa-Regular.eot');
  src: url('../fonts/Evolventa-Regular.eot') format('embedded-opentype'), url('../fonts/Evolventa-Regular.woff2') format('woff2'), url('../fonts/Evolventa-Regular.woff') format('woff'), url('../fonts/Evolventa-Regular.ttf') format('truetype'), url('../fonts/Evolventa-Regular.svg#Evolventa-Regular') format('svg');
  font-style: normal;
}
@font-face {
  font-family: 'Evolventa Bold';
  src: url('../fonts/Evolventa-Bold.eot');
  src: url('../fonts/Evolventa-Bold.eot') format('embedded-opentype'), url('../fonts/Evolventa-Bold.woff2') format('woff2'), url('../fonts/Evolventa-Bold.woff') format('woff'), url('../fonts/Evolventa-Bold.ttf') format('truetype'), url('../fonts/Evolventa-Bold.svg#Evolventa-Bold') format('svg');
  font-weight: bold;
}
*,
html {
  outline: none !important;
}
body {
  background-color: #fff;
  color: #666;
  font-size: 14px;
  line-height: normal;
  font-family: "Barlow", Helvetica, Arial, sans-serif;
}
body .body-wrapper {
  overflow: hidden;
  position: relative;
}
body a {
  color: #000;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
body a:hover {
  color: #fe2424;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
body a:focus {
  text-decoration: none;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  margin: 0 0 10px;
}
body input,
body textarea,
body button {
  outline: medium none !important;
  border: 1px solid #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-left: 0;
}
body ul,
body ol {
  margin-left: 15px;
}
body ol {
  padding-left: 5px;
}
body ::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
body ::-webkit-scrollbar-track {
  background-color: #eee;
}
body ::-webkit-scrollbar-thumb {
  background: #fafafa;
}
body.boxed-layout {
  max-width: 1600px;
  margin: 0 auto;
  overflow-x: hidden;
  box-shadow: 0 0 8px #000;
}
body.boxed-layout .body-wrapper {
  max-width: 1600px;
  margin: 0 auto;
  box-shadow: 0 0 8px #000;
}
body.boxed-layout .elementor-section-full_width,
body.boxed-layout .elementor-section-boxed {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  left: 0 !important;
  right: 0 !important;
}
body.boxed-layout .container #contents {
  padding: 0;
  overflow: hidden;
}
body.boxed-layout.home-style5,
body.boxed-layout.home-style6,
body.boxed-layout .elementor-section-full_width,
body.boxed-layout .elementor-section-boxed {
  max-width: 1800px;
}
body.boxed-layout.home-style5 .body-wrapper,
body.boxed-layout.home-style6 .body-wrapper,
body.boxed-layout .elementor-section-full_width .body-wrapper,
body.boxed-layout .elementor-section-boxed .body-wrapper {
  max-width: 1800px;
}
body.rtl ul {
  padding-right: 0;
}
body.rtl ul,
body.rtl ol {
  margin-left: 0;
}
body.rtl ol {
  padding-left: 0;
}
.clearfix:after {
  height: 0;
  clear: both;
  content: " ";
  font-size: 0;
  min-height: 0;
  display: block;
  visibility: hidden;
}
.float {
  float: none !important;
}
table {
  margin-bottom: 20px;
}
.thumbnail {
  max-width: 100%;
}
.size-full {
  width: 100%;
  height: auto;
  margin: 0 0 30px 0;
}
.alignleft {
  float: left;
  margin: 0 15px 30px 0;
}
.rtl .alignleft {
  float: right;
  margin: 0 0 30px 15px;
}
.aligncenter {
  display: block;
  margin: 0 auto 30px auto;
  clear: both;
}
.alignright {
  float: right;
  margin: 0 0 30px 15px;
}
.rtl .alignright {
  float: left;
  margin: 0 15px 30px 0;
}
.alignnone {
  float: none;
  clear: both;
  display: block;
  margin: 0 0 30px 0;
}
.alignnone,
.alignwide {
  margin-bottom: 30px;
}
p .size-full {
  width: auto;
  height: auto;
  margin: 5px 0 30px 0;
}
p .alignleft {
  float: left;
  margin: 5px 15px 30px 0;
}
.rtl p .alignleft {
  float: right;
  margin: 5px 0 30px 15px;
}
p .aligncenter {
  display: block;
  margin: 5px auto 30px auto;
}
p .alignright {
  float: right;
  margin: 5px 0 30px 15px;
  clear: both;
}
.rtl p .alignright {
  float: left;
  margin: 5px 15px 30px 0;
}
p .alignnone {
  float: none;
  display: block;
  margin: 5px 0 30px 0;
}
figure .size-full {
  margin: 0;
}
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
ul.menu,
.dropdown ul {
  list-style: none;
  margin: 0;
}
.fa:before {
  font-family: FontAwesome;
}
.loading {
  position: relative;
  z-index: 2;
  height: 300px;
  overflow: hidden;
}
.loading:before {
  background: url(../assets/img/loading.gif) no-repeat center center #fff;
  background-size: 32px 32px;
  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;
}
.title-sytle1 .block-title h3 {
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 600;
  color: #000;
}
.title-sytle2 .block-title {
  background: #fff;
  padding: 13px 20px;
}
.title-sytle2 .block-title:before {
  content: "";
  width: 3px;
  height: 21px;
  background: #000;
  position: absolute;
  top: 16px;
  left: 0px;
}
.rtl .title-sytle2 .block-title:before {
  left: auto;
  right: 0;
}
.title-sytle2 .block-title h3 {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
  margin-bottom: 0;
}
.title-sytle2 .block-title .view-all {
  color: #999;
  margin-top: 6px;
}
.title-sytle2 .block-title .view-all:hover {
  color: #fe2424;
}
.rtl .title-sytle2 .block-title .view-all i:before {
  content: "\f104";
}
.title-sytle3 .block-title h3 {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
  padding-bottom: 17px;
  margin-bottom: 0;
  position: relative;
}
.title-sytle3 .block-title h3:before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  background: #fe2424;
}
.button-style1 .res-button {
  display: inline-block;
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 3;
  background: #fff;
  width: 25px;
  height: 50px;
  line-height: 50px;
  margin-top: -25px;
  text-align: center;
  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;
}
.button-style1 .res-button.slick-next {
  right: -35px;
}
.rtl .button-style1 .res-button.slick-next {
  left: -35px;
  right: auto;
}
.button-style1 .res-button.slick-next:before {
  content: "";
  background: url(../assets/img/angle-arrow.svg) no-repeat center center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  width: 25px;
  height: 50px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rtl .button-style1 .res-button.slick-next:before {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.button-style1 .res-button.slick-prev {
  left: -35px;
}
.rtl .button-style1 .res-button.slick-prev {
  left: auto;
  right: -35px;
}
.button-style1 .res-button.slick-prev:before {
  content: "";
  background: url(../assets/img/angle-arrow.svg) no-repeat center center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  width: 26px;
  height: 50px;
}
.rtl .button-style1 .res-button.slick-prev:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.button-style1 .res-button:hover {
  background: #fe2424;
  -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:hover:before {
  background: url(../assets/img/angle-arrow2.svg) no-repeat center center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.button-style2 .res-button {
  position: absolute;
  top: 17px;
  cursor: pointer;
  font-size: 20px;
  width: 20px;
  height: 15px;
  text-align: center;
  line-height: 13px;
  z-index: 8;
  left: auto;
}
.button-style2 .res-button.slick-next {
  right: 5px;
}
.rtl .button-style2 .res-button.slick-next {
  left: 5px;
  right: auto;
}
.button-style2 .res-button.slick-next:before {
  content: "";
  background: url(../assets/img/angle-arrow.svg) no-repeat center center;
  width: 20px;
  height: 15px;
  display: block;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rtl .button-style2 .res-button.slick-next:before {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.button-style2 .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-style2 .res-button.slick-next:hover:before {
  background: url(../assets/img/angle-arrow3.svg) no-repeat center center;
}
.button-style2 .res-button.slick-prev {
  right: 25px;
  border-right: 1px #ddd solid;
}
.rtl .button-style2 .res-button.slick-prev {
  left: 25px;
  right: auto;
  border-left: 1px #ddd solid;
  border-right: none;
}
.button-style2 .res-button.slick-prev:before {
  content: "";
  background: url(../assets/img/angle-arrow.svg) no-repeat center center;
  width: 20px;
  height: 15px;
  display: block;
}
.rtl .button-style2 .res-button.slick-prev:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.button-style2 .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-style2 .res-button.slick-prev:hover:before {
  background: url(../assets/img/angle-arrow3.svg) no-repeat center center;
}
.button-style3 .res-button {
  display: inline-block;
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 3;
  background: #fff;
  border: 1px #ededed solid;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: -25px;
  text-align: center;
  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;
}
.button-style3 .res-button.slick-next {
  right: -20px;
}
.rtl .button-style3 .res-button.slick-next {
  left: -20px;
  right: auto;
}
.button-style3 .res-button.slick-next:before {
  content: "";
  background: url(../assets/img/angle-arrow.svg) no-repeat center center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  width: 39px;
  height: 38px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rtl .button-style3 .res-button.slick-next:before {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.button-style3 .res-button.slick-prev {
  left: -20px;
}
.rtl .button-style3 .res-button.slick-prev {
  left: auto;
  right: -20px;
}
.button-style3 .res-button.slick-prev:before {
  content: "";
  background: url(../assets/img/angle-arrow.svg) no-repeat center center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  width: 40px;
  height: 38px;
}
.rtl .button-style3 .res-button.slick-prev:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.button-style3 .res-button:hover {
  background: #fe2424;
  border: 1px #fe2424 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;
}
.button-style3 .res-button:hover:before {
  background: url(../assets/img/angle-arrow2.svg) no-repeat center center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.button-style4 .res-button {
  position: absolute;
  top: 0;
  cursor: pointer;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  z-index: 8;
  border-radius: 50%;
  background: #f5f5f5;
}
.button-style4 .res-button.slick-next {
  right: 0;
}
.rtl .button-style4 .res-button.slick-next {
  left: 0;
  right: auto;
}
.button-style4 .res-button.slick-next:before {
  content: "";
  background: url(../assets/img/angle-arrow.svg) no-repeat center center;
  width: 30px;
  height: 30px;
  background-size: 14px;
  display: block;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rtl .button-style4 .res-button.slick-next:before {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.button-style4 .res-button.slick-next:hover {
  background: #fe2424;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.button-style4 .res-button.slick-next:hover:before {
  background: url(../assets/img/angle-arrow2.svg) no-repeat center center;
  background-size: 14px;
}
.button-style4 .res-button.slick-prev {
  right: 40px;
}
.rtl .button-style4 .res-button.slick-prev {
  left: 40px;
  right: auto;
}
.button-style4 .res-button.slick-prev:before {
  content: "";
  background: url(../assets/img/angle-arrow.svg) no-repeat center center;
  width: 30px;
  height: 30px;
  display: block;
  background-size: 14px;
}
.rtl .button-style4 .res-button.slick-prev:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.button-style4 .res-button.slick-prev:hover {
  background: #fe2424;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.button-style4 .res-button.slick-prev:hover:before {
  background: url(../assets/img/angle-arrow2.svg) no-repeat center center;
  background-size: 14px;
}
.button-style5 .res-button {
  display: inline-block;
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 3;
  background: #fff;
  border: 1px #ededed solid;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-top: -25px;
  text-align: center;
  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;
}
.button-style5 .res-button.slick-next {
  right: -15px;
}
.rtl .button-style5 .res-button.slick-next {
  left: -15px;
  right: auto;
}
.button-style5 .res-button.slick-next:before {
  content: "";
  background: url(../assets/img/angle-arrow.svg) no-repeat center center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  width: 29px;
  height: 28px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  background-size: 12px;
}
.rtl .button-style5 .res-button.slick-next:before {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.button-style5 .res-button.slick-prev {
  left: -15px;
}
.rtl .button-style5 .res-button.slick-prev {
  left: auto;
  right: -15px;
}
.button-style5 .res-button.slick-prev:before {
  content: "";
  background: url(../assets/img/angle-arrow.svg) no-repeat center center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  width: 30px;
  height: 28px;
  background-size: 12px;
}
.rtl .button-style5 .res-button.slick-prev:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.button-style5 .res-button:hover {
  background: #fe2424;
  border: 1px #fe2424 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;
}
.button-style5 .res-button:hover:before {
  background: url(../assets/img/angle-arrow2.svg) no-repeat center center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  background-size: 12px;
}
.button-style6 .res-button {
  display: inline-block;
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 3;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  text-align: center;
  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;
}
.button-style6 .res-button.slick-next {
  right: -50px;
}
.button-style6 .res-button.slick-next:before {
  content: "";
  background: url(../assets/img/angle-arrow4.svg) no-repeat center center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  width: 50px;
  height: 38px;
  background-size: 44px 23px;
}
.button-style6 .res-button.slick-prev {
  left: -50px;
}
.button-style6 .res-button.slick-prev:before {
  content: "";
  background: url(../assets/img/angle-arrow4.svg) no-repeat center center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  width: 50px;
  height: 38px;
  background-size: 44px 23px;
  transform: scaleX(-1);
}
.button-style6 .res-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;
}
.button-style6 .res-button:hover:before {
  background: url(../assets/img/default/angle-arrow4.svg) no-repeat center center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  background-size: 44px 23px;
}
.button-style7 .res-button {
  display: inline-block;
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 3;
  background: transparent;
  width: 25px;
  height: 50px;
  line-height: 50px;
  margin-top: -25px;
  text-align: center;
  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;
}
.button-style7 .res-button.slick-next {
  right: -35px;
}
.rtl .button-style7 .res-button.slick-next {
  left: -35px;
  right: auto;
}
.button-style7 .res-button.slick-next:before {
  content: "";
  background: url(../assets/img/angle-arrow.svg) no-repeat center center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  width: 25px;
  height: 50px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rtl .button-style7 .res-button.slick-next:before {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.button-style7 .res-button.slick-prev {
  left: -35px;
}
.rtl .button-style7 .res-button.slick-prev {
  left: auto;
  right: -35px;
}
.button-style7 .res-button.slick-prev:before {
  content: "";
  background: url(../assets/img/angle-arrow.svg) no-repeat center center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  width: 26px;
  height: 50px;
}
.rtl .button-style7 .res-button.slick-prev:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.button-style7 .res-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;
}
.button-style7 .res-button:hover:before {
  background: url(../assets/img/default/angle-arrow.svg) center center no-repeat;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.sale-off,
.sw-outstock {
  position: absolute;
  z-index: 1;
  top: 15px;
  left: 5px;
  font-size: 11px;
  font-weight: bold;
  background: #fe2424;
  color: #fff;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  height: 24px;
  line-height: 23px;
  padding: 0 27px;
}
.rtl .sale-off,
.rtl .sw-outstock {
  left: auto;
  right: 5px;
}
.sale-off:before {
  content: "";
  border-left: 10px solid transparent;
  border-right: 0px solid transparent;
  border-top: 6px solid #bb0101;
  display: inline-block;
  vertical-align: bottom;
  position: absolute;
  bottom: -6px;
  left: 0;
}
.sw-newlabel {
  position: absolute;
  z-index: 1;
  top: 25px;
  right: 10px;
  text-transform: uppercase;
  color: #000;
  height: 41px;
  line-height: 41px;
  width: 41px;
  border-radius: 50%;
  font-weight: 800;
  font-size: 10px;
  text-align: center;
  background: url(../assets/img/icon-new.png) no-repeat center center;
  display: block;
}
.rtl .sw-newlabel {
  right: auto;
  left: 10px;
}
.sw-outstock {
  text-indent: -9999px;
  background: url(../assets/img/icon-outstock.png) no-repeat center center;
  background-size: 42px 42px;
  right: auto;
  left: 5px;
  width: 42px;
  height: 42px;
}
.rtl .sw-outstock {
  left: auto;
  right: 5px;
}
.sw-brand-container-slider {
  margin-bottom: 16px;
  position: relative;
  border: 1px #ededed solid;
  padding: 15px 12px;
}
.sw-brand-container-slider .block-title h3 {
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 600;
  color: #000;
}
.sw-brand-container-slider .block-title h3 {
  margin-bottom: 16px;
}
.sw-brand-container-slider .block-title h3 i {
  background: #7f187f;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  text-align: center;
  line-height: 20px;
  color: #fff;
  font-size: 10px;
  display: inline-block;
  vertical-align: top;
}
.sw-brand-container-slider .block-title h3 span {
  padding: 0 10px;
  display: inline-block;
  vertical-align: top;
  margin-top: -2px;
}
.sw-brand-container-slider .slider {
  margin: 0 -5px;
}
.sw-brand-container-slider .slider .item-brand-cat {
  margin: 0;
  padding: 0 5px;
}
.sw-brand-container-slider .slider .item-brand-cat .item-image {
  margin-bottom: 15px;
}
.sw-brand-container-slider .slider .item-brand-cat .item-image a 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-brand-container-slider .slider .item-brand-cat .item-image a img:hover {
  animation-name: elementor-animation-buzz-out;
  animation-duration: .75s;
  opacity: 1;
  animation-timing-function: linear;
  animation-iteration-count: 1;
}
.sw-brand-container-slider .slider .item-brand-cat .content h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 4px;
}
.sw-brand-container-slider .slider .item-brand-cat .content p {
  font-size: 12px;
  margin-bottom: 0;
}
.sw-brand-container-slider .slider .item-brand-cat .content p a {
  text-decoration: underline;
  color: #777;
}
.sw-brand-container-slider .slider .item-brand-cat .content p a:hover {
  color: #fe2424;
}
.sw-brand-container-slider .res-button {
  position: absolute;
  top: 17px;
  cursor: pointer;
  font-size: 20px;
  width: 20px;
  height: 15px;
  text-align: center;
  line-height: 13px;
  z-index: 8;
  left: auto;
}
.sw-brand-container-slider .res-button.slick-next {
  right: 5px;
}
.rtl .sw-brand-container-slider .res-button.slick-next {
  left: 5px;
  right: auto;
}
.sw-brand-container-slider .res-button.slick-next:before {
  content: "";
  background: url(../assets/img/angle-arrow.svg) no-repeat center center;
  width: 20px;
  height: 15px;
  display: block;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rtl .sw-brand-container-slider .res-button.slick-next:before {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.sw-brand-container-slider .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-brand-container-slider .res-button.slick-next:hover:before {
  background: url(../assets/img/angle-arrow3.svg) no-repeat center center;
}
.sw-brand-container-slider .res-button.slick-prev {
  right: 25px;
  border-right: 1px #ddd solid;
}
.rtl .sw-brand-container-slider .res-button.slick-prev {
  left: 25px;
  right: auto;
  border-left: 1px #ddd solid;
  border-right: none;
}
.sw-brand-container-slider .res-button.slick-prev:before {
  content: "";
  background: url(../assets/img/angle-arrow.svg) no-repeat center center;
  width: 20px;
  height: 15px;
  display: block;
}
.rtl .sw-brand-container-slider .res-button.slick-prev:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.sw-brand-container-slider .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-brand-container-slider .res-button.slick-prev:hover:before {
  background: url(../assets/img/angle-arrow3.svg) no-repeat center center;
}
.sw-brand-container-slider.style1 {
  border: none;
  padding: 13px 20px 15px 20px;
  background: #fff;
  margin-bottom: 20px;
}
.sw-brand-container-slider.style1 .block-title {
  position: relative;
}
.sw-brand-container-slider.style1 .block-title:before {
  content: "";
  width: 3px;
  height: 21px;
  background: #000;
  position: absolute;
  top: 2px;
  left: -20px;
}
.rtl .sw-brand-container-slider.style1 .block-title:before {
  left: auto;
  right: -20px;
}
.sw-brand-container-slider.style1 .block-title h3 {
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 13px;
}
.sw-brand-container-slider.style1 .block-title h3 i {
  display: none;
}
.sw-brand-container-slider.style1 .block-title h3 span {
  margin-top: 0;
  padding: 0;
}
.sw-brand-container-slider.style1 .slider {
  margin: 0 -10px;
}
.sw-brand-container-slider.style1 .slider .item-brand-cat {
  padding: 0 10px;
}
.sw-brand-container-slider.style2 {
  border-radius: 8px;
  padding: 24px 24px 18px 24px;
}
.sw-brand-container-slider.style2 .block-title {
  position: relative;
}
.sw-brand-container-slider.style2 .block-title h3 {
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 21px;
}
.sw-brand-container-slider.style2 .block-title h3 i {
  display: none;
}
.sw-brand-container-slider.style2 .block-title h3 span {
  margin-top: 0;
  padding: 0;
}
.sw-brand-container-slider.style2 .slider {
  margin: 0 -10px;
}
.sw-brand-container-slider.style2 .slider .item-brand-cat {
  padding: 0 10px;
}
.sw-brand-container-slider.style2 .slider .item-brand-cat .item-image {
  margin-bottom: 10px;
}
.sw-brand-container-slider.style2 .slider .item-brand-cat .item-image a img {
  width: 100%;
}
.sw-brand-container-slider.style2 .slider .item-brand-cat .content h3 {
  font-size: 20px;
}
.sw-brand-container-slider2 {
  margin-bottom: 40px;
  position: relative;
}
.sw-brand-container-slider2 .resp-slider-container .slider .item .item-image a img {
  margin: 15px auto;
}
.sw-brand-container-slider2 .resp-slider-container .slider .item .item-image:hover a img {
  animation-name: elementor-animation-buzz-out;
  animation-duration: .75s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
}
.sw-brand-container-slider2 .view-all {
  display: none;
}
.sw-brand-container-slider2 .res-button {
  display: inline-block;
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 3;
  background: #fff;
  width: 25px;
  height: 50px;
  line-height: 50px;
  margin-top: -25px;
  text-align: center;
  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-brand-container-slider2 .res-button.slick-next {
  right: -35px;
}
.rtl .sw-brand-container-slider2 .res-button.slick-next {
  left: -35px;
  right: auto;
}
.sw-brand-container-slider2 .res-button.slick-next:before {
  content: "";
  background: url(../assets/img/angle-arrow.svg) no-repeat center center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  width: 25px;
  height: 50px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rtl .sw-brand-container-slider2 .res-button.slick-next:before {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.sw-brand-container-slider2 .res-button.slick-prev {
  left: -35px;
}
.rtl .sw-brand-container-slider2 .res-button.slick-prev {
  left: auto;
  right: -35px;
}
.sw-brand-container-slider2 .res-button.slick-prev:before {
  content: "";
  background: url(../assets/img/angle-arrow.svg) no-repeat center center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  width: 26px;
  height: 50px;
}
.rtl .sw-brand-container-slider2 .res-button.slick-prev:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.sw-brand-container-slider2 .res-button:hover {
  background: #fe2424;
  -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-slider2 .res-button:hover:before {
  background: url(../assets/img/angle-arrow2.svg) no-repeat center center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.sw-brand-container-slider2 .res-button.slick-prev {
  left: 0;
}
.rtl .sw-brand-container-slider2 .res-button.slick-prev {
  left: auto;
  right: 0;
}
.sw-brand-container-slider2 .res-button.slick-next {
  right: 0;
}
.rtl .sw-brand-container-slider2 .res-button.slick-next {
  right: auto;
  left: 0;
}
.sw-brand-container-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-brand-container-slider2.style1 {
  border-top: 1px #ededed solid;
  border-bottom: 1px #ededed solid;
  padding: 43px 0;
  margin-bottom: 77px;
}
.sw-brand-container-slider2.style2 {
  border: 1px #ededed solid;
  padding: 25px 0 23px 0;
  position: relative;
  margin-bottom: 35px;
}
.sw-brand-container-slider2.style2 .block-title {
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  text-align: center;
}
.sw-brand-container-slider2.style2 .block-title h3 {
  float: none;
  background: #fff;
  display: inline-block;
  vertical-align: top;
  padding: 0 15px;
  color: #000;
  font-weight: 600;
}
.sw-brand-container-slider2.style2 .resp-slider-container .item {
  border-right: 1px #ededed solid;
}
.sw-brand-container-slider2.style2 .resp-slider-container .item:last-child {
  border-right: none;
}
.sw-brand-container-slider2.style2 .resp-slider-container .item .item-image a img {
  margin: 8px auto;
}
.sw-brand-container-slider2.style2 .view-all {
  position: absolute;
  bottom: -14px;
  left: 0;
  right: 0;
  text-align: center;
  display: block;
}
.sw-brand-container-slider2.style2 .view-all a {
  display: inline-block;
  vertical-align: top;
  padding: 4px 20px;
  border-radius: 15px;
  background: #fff;
  position: relative;
  border: 1px #ededed solid;
}
.flashmart_social {
  text-align: center;
  line-height: 19px;
}
.flashmart_social .main-social {
  margin: 0 auto;
  list-style-type: none;
}
.flashmart_social .main-social li {
  display: inline-block;
  vertical-align: top;
  padding: 0 10px;
}
.flashmart_social .main-social li a {
  color: #999999;
  font-size: 16px;
}
.flashmart_social .main-social li a:hover {
  color: #fe2424;
}
.yith-wcwl-share {
  text-align: center;
}
.yith_wcwl_wishlist_footer .yith-wcwl-share {
  text-align: left;
}
.rtl .yith_wcwl_wishlist_footer .yith-wcwl-share {
  text-align: right;
}
.woocommerce a.added_to_cart,
.added_to_cart.wc-forward {
  display: none;
}
.item-price {
  font-size: 18px;
  color: #000;
  overflow: hidden;
  font-weight: 600;
}
.item-price del {
  text-decoration: line-through;
  order: 2;
  color: #6d6e71;
  font-size: 14px;
  font-weight: 400;
}
.item-price ins {
  color: #fe2424;
  margin: 0;
  text-decoration: none;
  margin-bottom: 3px;
}
.item-price >span {
  flex-direction: column;
  display: flex;
}
.woocommerce span.onsale,
.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;
  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;
}
.flashmart-socials ul {
  overflow: hidden;
  margin-top: 30px;
  margin-bottom: 60px;
}
.flashmart-socials ul > li {
  display: inline-block;
}
.flashmart-socials ul > li > a {
  font-size: 22px;
  color: #fff;
  margin-right: 30px;
}
.flashmart-socials ul > li > a:hover {
  color: #faa600;
}
.topsearch-entry:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  background: rgba(0,0,0,0.6);
  z-index: 9;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.topsearch-entry .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: 105%;
  right: 0;
  left: 0;
  padding: 0;
  min-width: 300px;
  text-align: left;
  border: none;
}
.rtl .topsearch-entry .search-append {
  text-align: right;
}
.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: #fe2424;
}
.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: #fe2424;
  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;
}
.home .flashmart_breadcrumbs,
.home-style1 .flashmart_breadcrumbs,
.home-style2 .flashmart_breadcrumbs,
.home-style3 .flashmart_breadcrumbs,
.home-style4 .flashmart_breadcrumbs,
.home-style5 .flashmart_breadcrumbs,
.home-style6 .flashmart_breadcrumbs,
.home-style7 .flashmart_breadcrumbs,
.home-style8 .flashmart_breadcrumbs,
.home-style9 .flashmart_breadcrumbs,
.home-style10 .flashmart_breadcrumbs {
  display: none;
}
.home.admin-bar .header-menubar .content-menubar,
.home-style1.admin-bar .header-menubar .content-menubar,
.home-style2.admin-bar .header-menubar .content-menubar,
.home-style3.admin-bar .header-menubar .content-menubar,
.home-style4.admin-bar .header-menubar .content-menubar,
.home-style5.admin-bar .header-menubar .content-menubar,
.home-style6.admin-bar .header-menubar .content-menubar,
.home-style7.admin-bar .header-menubar .content-menubar,
.home-style8.admin-bar .header-menubar .content-menubar,
.home-style9.admin-bar .header-menubar .content-menubar,
.home-style10.admin-bar .header-menubar .content-menubar {
  top: 32px;
}
.revo-style1 rs-module-wrap rs-sbg {
  background-size: cover !important;
}
.revo-style1 rs-module-wrap .sl-new {
  clip-path: polygon(6% 0%,100% 0%,94% 100%,0% 100%);
}
.revo-style1 rs-module-wrap .sl-more {
  color: #fe2424;
}
.revo-style1 rs-module-wrap .sl-more:hover {
  color: #000;
}
.home-style2 {
  background: #f2f3f5;
}
.home-style2 .bundle-slider-style1 {
  border: none;
}
.home-style2 .bundle-slider-style1 .box-title h3 {
  color: #fe2424;
}
.home-style2 .sw-brand-container-slider2 {
  margin-bottom: 10px;
}
.home-style2 .sw-brand-container-slider2 .resp-slider-container .slider .item .item-image a img {
  margin: 17px auto;
}
.home-style2 .sw-brand-container-slider,
.home-style2 .sw-vendor-container-slider {
  border: none;
}
.home-style2 .sw-vendor-container-slider {
  margin-bottom: 16px;
}
#widget_indexdm,
#indexdm_img,
#cpanel-form a.cpanel-control {
  display: none !important;
}
.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: #fe2424;
  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: #fe2424;
}
.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: 20px;
  font-weight: normal;
  overflow: hidden;
}
.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: #fe2424;
  padding: 0 25px 0px 48px;
  height: 42px;
  font-size: 12px;
  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;
  -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 .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: #ee0101;
  -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-popup-login .block-content .col-reg.registered-account .submit-login:before {
  background: url(../assets/img/bg_general.png) no-repeat -20px -1593px;
  content: '';
  display: block;
  width: 15px;
  height: 18px;
  position: absolute;
  top: 10px;
  left: 20px;
  z-index: 5;
}
.rtl .block-popup-login .block-content .col-reg.registered-account .submit-login:before {
  right: 20px;
  left: auto;
}
.block-popup-login .block-content .col-reg.login-customer {
  padding-left: 30px;
  color: #242424;
}
.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 .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 35px;
  text-transform: uppercase;
  display: inline-block;
  font-size: 12px;
  margin-top: 15px;
  color: #fff;
  font-weight: bold;
  background-color: #fe2424;
}
.block-popup-login .block-content .btn-reg-popup:hover {
  background-color: #ee0101;
}
.block-popup-login .email-input {
  position: relative;
}
.block-popup-login .email-input:before {
  background: url(../assets/img/bg_general.png) no-repeat -20px -160px #ababab;
  content: "";
  display: inline-block;
  width: 43px;
  height: 40px;
  position: absolute;
  top: 0px;
  left: 0px;
  right: auto;
}
.rtl .block-popup-login .email-input:before {
  right: 0;
  left: auto;
}
.block-popup-login .pass-input {
  position: relative;
}
.block-popup-login .pass-input:before {
  background: url(../assets/img/bg_general.png) no-repeat -20px -100px #ababab;
  content: "";
  display: inline-block;
  width: 43px;
  height: 40px;
  position: absolute;
  top: 0px;
  left: 0px;
  right: auto;
}
.rtl .block-popup-login .pass-input:before {
  right: 0;
  left: auto;
}
.block-popup-login .input-text {
  border: none;
  margin-bottom: 14px;
  width: 100%;
  padding: 0 5px 0px 52px;
  height: 40px !important;
  font-size: 108.33%;
  border: 1px solid #d1d1d1;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.rtl .block-popup-login .input-text {
  padding: 0 52px 0px 5px;
}
.block-popup-login .ft-link-p a {
  color: #242424;
  padding: 0;
  border: 0;
}
.block-popup-login .ft-link-p a:hover {
  color: #fe2424;
}
.block-popup-login #login_message {
  clear: both;
  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;
}
.top-login ul {
  list-style: none;
  margin: 0;
  border: 1px #ddd solid;
  padding: 11px 20px 11px 30px;
  border-radius: 4px;
  margin-left: 50px;
  position: relative;
}
.rtl .top-login ul {
  margin-right: 50px;
  margin-left: 0;
  padding: 11px 30px 11px 20px;
}
.top-login ul:before {
  content: "";
  width: 35px;
  height: 35px;
  position: absolute;
  top: 12px;
  left: -18px;
  border: 1px #ddd solid;
  border-radius: 50%;
  background: url(../assets/img/user.svg) center no-repeat #fff;
  background-size: 19px;
}
.rtl .top-login ul:before {
  left: auto;
  right: -18px;
}
.top-login ul li {
  color: #000;
}
.top-login ul li span {
  font-size: 12px;
  display: block;
  color: #000;
  margin-bottom: 5px;
}
.top-login ul li a {
  font-weight: bold;
}
.top-login2 {
  background: #fff;
  padding: 10px 0;
}
.top-login2 ul {
  list-style: none;
  margin: 0;
  text-align: center;
}
.top-login2 ul li {
  padding: 0 15px;
}
.top-login2 ul li .icon {
  width: 60px;
  height: 60px;
  background: url(../assets/img/user2.svg) no-repeat center center;
  margin-bottom: 5px;
  background-size: 20px;
  border-radius: 50%;
  border: 5px #f2f3f5 solid;
  box-shadow: 0px 5px 10px #ddd;
}
.top-login2 ul li span {
  color: #333;
  display: block;
  margin-bottom: 8px;
  text-transform: capitalize;
}
.top-login2 ul li a {
  display: block;
  color: #fe2424;
  margin-bottom: 10px;
  height: 30px;
  line-height: 26px;
  background: #fff;
  border: 2px #ffe5e5 solid;
}
.top-login2 ul li a.register {
  background: #ffe5e5;
}
.top-login2 ul li a:hover {
  background: #fe2424;
  color: #fff;
}
.top-login2 .div-logined {
  margin-bottom: 29px;
}
.top-login2 .div-logined ul li .icon {
  margin-bottom: 25px;
}
.header-top .free a {
  text-decoration: underline;
  display: block;
  padding: 10px 0;
  font-size: 12px;
}
.header-mess a {
  font-size: 12px;
}
.header-mess .item {
  display: inline-block;
  vertical-align: top;
  padding: 10px 30px 12px 21px;
}
.rtl .header-mess .item {
  padding: 10px 21px 12px 30px;
}
.header-mess .item-phone {
  position: relative;
}
.header-mess .item-phone:before {
  content: "";
  position: absolute;
  left: 0;
  background: url(../assets/img/phone.svg) no-repeat center center;
  background-size: 12px;
  width: 15px;
  height: 15px;
  display: block;
  top: 12px;
}
.rtl .header-mess .item-phone:before {
  left: auto;
  right: 0;
}
.header-mess .item-faq {
  position: relative;
}
.header-mess .item-faq:before {
  content: "";
  position: absolute;
  left: 0;
  background: url(../assets/img/question.svg) no-repeat center center;
  background-size: 12px;
  width: 15px;
  height: 15px;
  display: block;
  top: 12px;
}
.rtl .header-mess .item-faq:before {
  left: auto;
  right: 0;
}
.header-mess .item-order {
  position: relative;
}
.header-mess .item-order:before {
  content: "";
  position: absolute;
  left: 0;
  background: url(../assets/img/delivery.svg) no-repeat center center;
  background-size: 12px;
  width: 15px;
  height: 15px;
  display: block;
  top: 12px;
}
.rtl .header-mess .item-order:before {
  left: auto;
  right: 0;
}
.header-style1 .revo_top {
  margin-top: 7px;
}
.revo_top .top-form.top-search {
  display: inline-block;
  position: relative;
  width: 500px;
  border: 1px #ddd solid;
  z-index: 7;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.revo_top .top-form.top-search form {
  margin: 0;
  position: relative;
  z-index: 10;
}
.revo_top .top-form.top-search .content-search input {
  padding-left: 150px;
  padding-right: 65px;
}
.rtl .revo_top .top-form.top-search .content-search input {
  padding-left: 65px;
  padding-right: 150px;
}
.revo_top .top-form.top-search .cat-wrapper {
  position: absolute;
  height: 44px;
  top: 0;
  left: 0px;
  right: auto;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  -o-border-radius: 4px 0 0 4px;
  -ms-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
  overflow: hidden;
  color: #000;
}
.revo_top .top-form.top-search .cat-wrapper:before {
  content: '\f0d7';
  font-family: FontAwesome;
  color: #000;
  font-size: 14px;
  position: absolute;
  top: 15px;
  right: 20px;
  pointer-events: none;
}
.rtl .revo_top .top-form.top-search .cat-wrapper {
  left: auto;
  right: 0;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  -o-border-radius: 0 4px 4px 0;
  -ms-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.rtl .revo_top .top-form.top-search .cat-wrapper:before {
  right: auto;
  left: 20px;
}
.revo_top .top-form.top-search .cat-wrapper .label-search {
  display: block;
  font-size: 13px;
  margin-bottom: 0;
  color: #000;
}
.revo_top .top-form.top-search .cat-wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0 !important;
  padding: 0px 10px 0;
  height: 42px;
  width: 130px;
  color: #000;
}
.revo_top .top-form.top-search .cat-wrapper select:focus {
  outline: none;
  background-color: #fff;
}
.revo_top .top-form.top-search input {
  width: 100%;
  font-size: 13px;
  height: 44px;
  border: none;
  line-height: 44px;
  margin-bottom: 0;
  padding: 0 60px 0 15px;
}
.rtl .revo_top .top-form.top-search input {
  padding: 0 15px 0 60px;
}
.revo_top .top-form.top-search button.form-button {
  height: 44px;
  line-height: 44px;
  width: 56px;
  margin: 0;
  border: 0;
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
  font-size: 16px;
  color: #000;
  border-radius: 0 4px 4px 0;
  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;
}
.rtl .revo_top .top-form.top-search button.form-button {
  border-radius: 4px 0 0 4px;
  right: auto;
  left: 0;
}
.revo_top .top-form.top-search button.form-button:before {
  content: "\ea08";
  font-family: Nucleo;
}
.revo_top .top-form.top-search button.form-button:hover {
  color: #fe2424;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.revo_top .top-form.top-search button.form-button.loading:before {
  font-size: 0;
}
.revo_top .top-form.top-search.non-category input {
  padding: 0;
}
.rtl .revo_top .top-form.top-search.non-category input {
  padding-right: 0;
}
.search-cate {
  position: relative;
  margin: 0 42px;
}
.search-cate .icon-search {
  color: #000;
  margin-top: 11px;
  -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 .icon-zoom-2 {
  width: 30px;
  height: 30px;
  line-height: 29px;
  display: inline-block;
  vertical-align: top;
  padding: 0;
  font-size: 0;
  text-align: center;
  background: url(../assets/img/search-black.svg) center no-repeat #fff;
  background-size: 17px;
}
.search-cate .icon-search .icon-zoom-2:hover {
  background: url(../assets/img/default/search-black.svg) center no-repeat #fff;
  background-size: 17px;
  cursor: pointer;
  -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 .revo_top {
  opacity: 0;
  visibility: hidden;
}
.search-cate .revo_top .top-form.top-search {
  vertical-align: top;
  border-radius: 0;
  background-color: #fff;
  z-index: 999;
  position: absolute;
  right: 0;
  top: 36px;
  border: none;
  display: none;
}
.rtl .search-cate .revo_top .top-form.top-search {
  right: auto;
  left: 0;
}
.search-cate .revo_top .top-form.top-search form {
  margin: 0;
  position: relative;
  z-index: 10;
}
.search-cate .revo_top .top-form.top-search .cat-wrapper {
  display: none;
}
.search-cate .revo_top .top-form.top-search input {
  width: 100%;
  height: 35px;
  line-height: 35px;
  border: none;
  margin-bottom: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.search-cate .revo_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;
  -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 .search-cate .revo_top .top-form.top-search button.form-button {
  left: 0;
  right: auto;
}
.search-cate .revo_top .top-form.top-search button.form-button:hover:before {
  color: #fe2424;
  -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 .revo_top .top-form.top-search.non-category input {
  padding: 0;
}
.rtl .search-cate .revo_top .top-form.top-search.non-category input {
  padding-right: 0;
}
body.on-search {
  position: relative;
}
body.on-search:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  background: rgba(0,0,0,0.8);
  z-index: 9;
  height: 100%;
  width: 100%;
  -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;
}
body.on-search .search-cate {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  width: 100%;
  height: 220px;
  margin: 0;
  z-index: 999;
}
body.on-search .search-cate .icon-search.on {
  width: 40px;
  height: 40px;
  border: 1px solid #ebebeb;
  border-radius: 50%;
  position: absolute;
  top: 20px;
  right: 524px;
  z-index: 999;
}
body.on-search .search-cate .icon-search.on .icon-zoom-2 {
  background: transparent;
  width: 38px;
  height: 40px;
  line-height: 40px;
}
body.on-search .search-cate .icon-search.on .icon-zoom-2:before {
  content: "\ea17";
  font-size: 30px;
  font-family: "Nucleo";
}
body.on-search .search-cate .icon-search.on:hover {
  border: 1px #fe2424 solid;
}
body.on-search .search-cate .icon-search.on:hover .icon-zoom-2 {
  color: #fe2424;
}
body.on-search .search-cate .revo_top {
  position: relative;
  width: 870px;
  margin: 0 auto;
  opacity: 1;
  visibility: visible;
}
body.on-search .search-cate .revo_top .top-form.top-search {
  top: 80px;
  border-bottom: 1px #000 solid;
  width: 100%;
}
body.on-search .search-cate .revo_top .top-form.top-search .topsearch-entry {
  position: relative;
}
body.on-search .search-cate .revo_top .top-form.top-search .topsearch-entry input {
  background-color: #fff;
  height: 50px;
  line-height: 50px;
  font-family: "Evolventa Regular", Helvetica, Arial, sans-serif;
  width: 90%;
  padding: 0;
  font-size: 20px;
}
body.on-search .search-cate .revo_top .top-form.top-search .topsearch-entry input::-webkit-input-placeholder {
  color: #000;
}
body.on-search .search-cate .revo_top .top-form.top-search .topsearch-entry input::-moz-placeholder {
  color: #000;
}
body.on-search .search-cate .revo_top .top-form.top-search .topsearch-entry button.form-button {
  font-size: 18px;
  color: #000;
  height: 50px;
  line-height: 50px;
  width: 50px;
}
body.on-search.rtl .search-cate .icon-search.on {
  right: auto;
  left: 520px;
}
#lang_sel {
  margin: 0 10px 0 0;
}
.rtl #lang_sel {
  margin: 0 0 0 10px;
}
#lang_sel a,
#lang_sel a:visited {
  border: none;
  padding: 0;
}
#lang_sel a.lang_sel_sel:after {
  content: "\f107";
  font-size: 12px;
  font-family: FontAwesome;
  display: inline-block;
  margin-left: 4px;
  vertical-align: top;
  line-height: 16px;
}
.rtl #lang_sel a.lang_sel_sel:after {
  margin-right: 4px;
  margin-left: 0;
}
#lang_sel img.iclflag {
  margin-top: -1px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.rtl #lang_sel img.iclflag {
  margin: 0 0 0 5px;
}
#lang_sel > ul.nav {
  display: inline-block;
  margin: 0;
  list-style: none;
}
#lang_sel > ul.nav > li {
  position: relative;
  padding: 11px 0;
}
#lang_sel > ul.nav > li > a {
  background-color: transparent;
  font-size: 12px;
}
#lang_sel > ul.nav > li > ul {
  border: 1px #ddd solid;
  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: 999;
  position: absolute;
  background: #fff;
  width: 125px;
  padding: 10px;
  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: #f6f6f6;
  list-style: none;
  border: 1px #f6f6f6 solid;
  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;
}
#lang_sel > ul.nav > li > ul li.active,
#lang_sel > ul.nav > li > ul li:hover {
  border-color: #000;
  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;
}
#lang_sel > ul.nav > li > ul li a {
  color: #000;
  display: block;
  height: auto;
  padding: 0 10px;
  line-height: 28px;
  height: 28px;
}
#lang_sel > ul.nav > li > ul li a .iclflag {
  margin-right: 6px;
}
.rtl #lang_sel > ul.nav > li > ul li a .iclflag {
  margin-left: 6px;
  margin-right: 0;
}
#lang_sel > ul.nav > li > ul li:last-child {
  margin-bottom: 0;
}
#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: 39px;
  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;
}
.currency_w {
  margin: 0 7px;
}
.currency_w > li {
  position: relative;
  list-style: none;
  padding: 11px 0;
}
.currency_w > li > a {
  display: block;
  font-size: 12px;
}
.currency_w > li > a:after {
  content: "\f107";
  font-size: 12px;
  font-family: FontAwesome;
  display: inline-block;
  margin-left: 4px;
  line-height: 16px;
  vertical-align: top;
}
.rtl .currency_w > li > a:after {
  margin-right: 4px;
  margin-left: 0;
}
.currency_w > li .currency_switcher {
  border: 1px #ddd solid;
  left: 0px;
  position: absolute;
  background: none repeat scroll 0 0 #fff;
  width: 75px;
  padding: 10px;
  z-index: 991;
  visibility: hidden;
  opacity: 0;
  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;
}
.rtl .currency_w > li .currency_switcher {
  right: 0;
  left: auto;
}
.currency_w > li .currency_switcher li {
  width: 100%;
  margin: 0 0 5px 0;
  list-style: none;
}
.currency_w > li .currency_switcher li:hover a {
  background: #fff;
  border-color: #000;
  -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 a {
  background: none;
  padding: 0 10px;
  border: 1px #f6f6f6 solid;
  border-radius: 0px;
  line-height: 28px;
  height: 28px;
  color: #000;
  background: #f6f6f6;
  display: block;
}
.currency_w > li .currency_switcher li a.active {
  background: #fff;
  border-color: #000;
  -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:last-child {
  margin-bottom: 0;
}
.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: 39px;
  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;
}
.top-form {
  position: relative;
  float: right;
}
.top-form:hover .wrapp-minicart {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
  transition: opacity 0.35s ease, transform 0.35s ease;
}
.top-form.top-form-minicart {
  cursor: pointer;
  position: relative;
  border: 1px #ddd solid;
  padding: 11px 20px 11px 30px;
  border-radius: 4px;
  margin-left: 50px;
}
.rtl .top-form.top-form-minicart {
  margin-right: 50px;
  margin-left: 0;
  padding: 11px 30px 11px 20px;
}
.top-form.top-form-minicart:before {
  content: "";
  width: 35px;
  height: 35px;
  position: absolute;
  top: 12px;
  left: -18px;
  border: 1px #ddd solid;
  border-radius: 50%;
  background: url(../assets/img/shop-bag.svg) center no-repeat #fff;
  background-size: 19px;
}
.rtl .top-form.top-form-minicart:before {
  left: auto;
  right: -18px;
}
.top-form.top-form-minicart .top-minicart-icon .cart-contents .my-cart {
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
}
.top-form.top-form-minicart .top-minicart-icon .cart-contents .price {
  font-size: 14px;
  margin-bottom: 0;
  font-weight: bold;
}
.top-form.top-form-minicart .top-minicart-icon .cart-contents .minicart-numbers {
  color: #fff;
  background: #fe2424;
  width: 14px;
  height: 14px;
  line-height: 13px;
  display: block;
  position: absolute;
  top: 6px;
  left: 5px;
  z-index: 2;
  font-size: 10px;
  text-align: center;
  border-radius: 50%;
}
.rtl .top-form.top-form-minicart .top-minicart-icon .cart-contents .minicart-numbers {
  left: auto;
  right: 5px;
}
.top-form.top-form-minicart.flashmart-minicart2 {
  border: none;
  padding: 5px 15px 6px 30px;
  background: #fe2424;
  border-radius: 20px;
  margin-top: 6px;
  margin-left: 30px;
}
.rtl .top-form.top-form-minicart.flashmart-minicart2 {
  margin-left: 0;
  margin-right: 30px;
  padding: 6px 30px 6px 15px;
}
.top-form.top-form-minicart.flashmart-minicart2:before {
  top: 2px;
  left: 8px;
  height: 26px;
  width: 26px;
  line-height: 26px;
  border: none;
  content: "\ea1c";
  font-family: "Nucleo";
  background: transparent;
  color: #fff;
  text-align: center;
}
.rtl .top-form.top-form-minicart.flashmart-minicart2:before {
  left: auto;
  right: 8px;
}
.top-form.top-form-minicart.flashmart-minicart2 .top-minicart-icon .cart-contents {
  font-family: "Jost", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #fff;
}
.top-form.top-form-minicart.flashmart-minicart2 .top-minicart-icon .cart-contents .minicart-numbers {
  position: static;
  display: inline-block;
  vertical-align: middle;
  background: transparent;
  font-size: 13px;
  margin-top: -1px;
}
.top-form.top-form-minicart.flashmart-minicart2 .wrapp-minicart {
  top: 54px;
}
.top-form .wrapp-minicart {
  visibility: hidden;
  opacity: 0;
  transform: translateY(50px);
  transition: transform .3s ease;
  background: none repeat scroll 0 0 #fff;
  position: absolute;
  right: 0;
  left: auto;
  top: 59px;
  width: 318px;
  z-index: 99999;
  box-shadow: 0px 3px 5px 2px rgba(0,0,0,0.255);
}
.top-form .wrapp-minicart:before {
  content: "";
  display: block;
  background: transparent;
  height: 25px;
  position: absolute;
  top: -25px;
  width: 100%;
}
.rtl .top-form .wrapp-minicart {
  left: 0;
  right: auto;
}
.box-bottom .top-form .wrapp-minicart {
  visibility: visible;
  opacity: 1;
  position: initial;
  -webkit-transform: translate(0,0);
  -moz-transform: translate(0,0);
  -o-transform: translate(0,0);
  -ms-transform: translate(0,0);
  transform: translate(0,0);
  border-radius: 0;
  box-shadow: none;
  padding: 0 20px 30px;
}
.top-form .wrapp-minicart .minicart-padding .number-item {
  padding: 25px 15px 0;
  font-size: 13px;
  color: #7d7d7d;
}
.rtl .top-form .wrapp-minicart .minicart-padding .number-item {
  text-align: right;
}
.top-form .wrapp-minicart .minicart-padding .number-item .item {
  color: #fe2424;
}
.top-form .wrapp-minicart .minicart-padding ul.minicart-content {
  background: #fff;
  max-height: 345px;
  overflow: auto;
  padding: 0px 15px;
  margin-left: 0;
}
.top-form .wrapp-minicart .minicart-padding ul.minicart-content li {
  list-style: none;
  position: relative;
  padding: 25px 0 30px 0;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
}
.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: 19px;
  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 0 10px 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;
  text-align: right;
}
.top-form .wrapp-minicart .minicart-padding ul.minicart-content li .detail-item .product-details h4 a {
  font-weight: 600;
  font-size: 14px;
  color: #000;
  text-transform: capitalize;
  line-height: 22px;
}
.top-form .wrapp-minicart .minicart-padding ul.minicart-content li .detail-item .product-details h4 a:hover {
  color: #fe2424;
}
.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;
  direction: ltr;
}
.top-form .wrapp-minicart .minicart-padding ul.minicart-content li .detail-item .product-details .product-price .price {
  display: inline-block;
  vertical-align: top;
}
.top-form .wrapp-minicart .minicart-padding ul.minicart-content li .detail-item .product-details .product-price .price span.amount {
  font-weight: 700;
  font-size: 14px;
  color: #000;
  padding: 0px;
  display: inline-block;
}
.top-form .wrapp-minicart .minicart-padding ul.minicart-content li .detail-item .product-details .product-price .qty {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  color: #808080;
  font-size: 14px;
  padding-right: 20px;
  position: relative;
}
.top-form .wrapp-minicart .minicart-padding ul.minicart-content li .detail-item .product-details .product-price .qty:before {
  content: 'x';
  position: absolute;
  top: 0;
  right: 6px;
}
.top-form .wrapp-minicart .cart-checkout {
  line-height: normal;
}
.top-form .wrapp-minicart .cart-checkout .price-total {
  line-height: 41px;
  padding: 0 20px;
}
.top-form .wrapp-minicart .cart-checkout .price-total .label-price-total {
  font-weight: 700;
  font-size: 12px;
  color: #000;
  text-transform: uppercase;
}
.rtl .top-form .wrapp-minicart .cart-checkout .price-total .label-price-total {
  float: right;
}
.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: 500;
  font-size: 20px;
  color: #fe2424;
}
.top-form .wrapp-minicart .cart-checkout .cart-links {
  padding: 15px 20px 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;
  border-radius: 4px;
  font-size: 12px;
  color: #000;
  line-height: 43px;
  height: 45px;
  border: 1px solid #ddd;
  padding: 0 25px;
  background: #fff;
  display: inline-block;
  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;
}
.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 #fe2424;
  color: #fff;
  background-color: #fe2424;
  -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-demo-button {
  top: 42% !important;
  z-index: 8 !important;
}
.header-style1 .header-mid {
  padding: 20px 0;
}
.header-style1 .header-cart {
  padding: 0 15px;
}
.header-style1 .revo_top {
  padding: 0 15px;
}
.header-style1 .logo-header {
  padding-top: 14px;
  padding-bottom: 8px;
}
.header-style1 .header-bottom {
  background: #fe2424;
}
.header-style1 .nav-pills >li > a {
  color: #fff;
  position: relative;
  padding-right: 0;
}
.rtl .header-style1 .nav-pills >li > a {
  padding-right: 0;
  padding-left: 0;
}
.header-style1 .nav-pills >li > a:before {
  content: "";
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 0;
  background: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.header-style1 .nav-pills >li > a:hover,
.header-style1 .nav-pills >li > a:focus {
  color: #fff;
}
.header-style1 .nav-pills >li > a:hover:before,
.header-style1 .nav-pills >li > a:focus:before {
  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;
}
.header-style1 .nav-pills >li.active >a {
  color: #fff;
}
.header-style1 .nav-pills >li.active >a:before {
  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;
}
.header-style1 .nav-pills >li.active >a:hover {
  color: #fff;
}
.header-style1 .nav-pills >li.dropdown >a {
  padding-right: 15px;
}
.rtl .header-style1 .nav-pills >li.dropdown >a {
  padding-right: 0;
  padding-left: 15px;
}
body.resmenu-open:before {
  content: '';
  background: rgba(0,0,0,0.7);
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 9999;
  width: 100%;
}
.primary-menu .navbar-inverse {
  background-color: transparent;
  border-color: #fff;
}
.elementor-sticky--active {
  z-index: 90 !important;
}
.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: 11px 25px 11px 0;
}
.rtl .nav-pills.nav-css >li > a {
  padding: 11px 0 11px 25px;
}
.nav-pills.nav-css >li.dropdown > a span.menu-img {
  position: absolute;
  right: 5px;
  top: 0;
}
.nav-pills.nav-css >li.dropdown > .dropdown-menu > li.dropdown-submenu >a:before {
  content: "\f105";
  font-family: fontawesome;
  position: absolute;
  top: 13px;
  right: 0;
}
.rtl .nav-pills.nav-css >li.dropdown > .dropdown-menu > li.dropdown-submenu >a:before {
  content: "\f104";
  right: auto;
  left: 0;
}
.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: #000;
  font-size: 13px;
  text-transform: capitalize;
  border-bottom: 1px solid #eaeaea;
}
.nav-pills.nav-css >li.dropdown .dropdown-menu li >a:hover {
  color: #fe2424;
}
.nav-pills.nav-css >li.dropdown .dropdown-menu li.active > a {
  color: #fe2424;
}
.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: #fe2424;
}
.nav-pills.nav-css >li:hover .dropdown-menu {
  top: 100%;
  display: block;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.nav-pills >li {
  float: none;
  display: inline-block;
  padding-right: 35px;
}
.rtl .nav-pills >li {
  padding-right: 0;
  padding-left: 35px;
}
.nav-pills >li > a {
  text-transform: capitalize;
  background-color: transparent;
  position: relative;
  padding: 11px 15px 11px 0;
  font-weight: 500;
  display: block;
  font-size: 14px;
  line-height: 20px;
  border-radius: 0;
  color: #000;
}
.rtl .nav-pills >li > a {
  padding: 11px 0 11px 15px;
}
.nav-pills >li > a:hover,
.nav-pills >li > a:focus {
  background-color: transparent;
  color: #fe2424;
}
.nav-pills >li.active > a {
  color: #fe2424;
}
.nav-pills >li.dropdown > a {
  position: relative;
}
.nav-pills >li.dropdown > a:after {
  content: '\f107';
  font-family: FontAwesome;
  position: absolute;
  right: 0px;
  font-size: 12px;
}
.rtl .nav-pills >li.dropdown > a:after {
  left: 0px;
  right: auto;
}
.nav-pills >li.dropdown .dropdown-menu {
  text-align: left;
  visibility: hidden;
  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: #fe2424;
}
.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 {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
.nav-pills >li.dropdown > .dropdown-menu.visible {
  visibility: visible;
  display: block;
  opacity: 1;
  filter: alpha(opacity=100);
}
.nav-pills >li.active {
  position: relative;
}
.nav-pills >li.active >a,
.nav-pills >li.active >a:hover,
.nav-pills >li.active >a:focus {
  background-color: transparent;
  color: #fe2424;
}
.nav-pills >li:hover .dropdown-menu {
  top: 100%;
  display: block;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.nav-pills >li:hover .dropdown-menu .dropdown-submenu:hover >a {
  color: #fe2424;
}
.nav-pills .dropdown-menu li.active >a,
.nav-pills .dropdown-menu li:hover >a {
  color: #fe2424;
  background-color: transparent;
}
.nav-pills.nav-mega .menu-img {
  position: absolute;
  right: 5px;
  top: 0;
}
.nav-pills.nav-mega .flashmart-mega-menu .wpb_raw_html {
  margin-bottom: 0;
}
.nav-pills.nav-mega .flashmart-mega-menu.flashmart-menu-img > a span.menu-img {
  position: absolute;
  right: 5px;
  top: -7px;
}
.nav-pills.nav-mega .flashmart-mega-menu .dropdown-menu {
  padding: 30px 15px 15px;
  width: 100%;
  box-shadow: 0px 0px 5px #999;
}
.nav-pills.nav-mega .flashmart-mega-menu .dropdown-menu li.active >a,
.nav-pills.nav-mega .flashmart-mega-menu .dropdown-menu li:hover >a {
  background-color: transparent;
}
.nav-pills.nav-mega .flashmart-mega-menu .dropdown-menu li .dropdown-sub > li.active >a,
.nav-pills.nav-mega .flashmart-mega-menu .dropdown-menu li .dropdown-sub > li:hover >a {
  background-color: transparent;
  color: #fe2424;
}
.nav-pills.nav-mega .flashmart-mega-menu .dropdown-menu >li {
  float: left;
  padding: 0 15px;
}
.nav-pills.nav-mega .flashmart-mega-menu .dropdown-menu >li.image-full {
  width: 100% !important;
  padding-top: 0;
}
.nav-pills.nav-mega .flashmart-mega-menu .dropdown-menu >li.image-full >a {
  border-bottom: 0;
  font-size: 14px;
  text-transform: uppercase;
  padding: 7px 20px;
}
.nav-pills.nav-mega .flashmart-mega-menu .dropdown-menu >li.image-full >a .menu-title {
  display: none;
}
.nav-pills.nav-mega .flashmart-mega-menu .dropdown-menu >li.image-full img {
  width: 100%;
}
.nav-pills.nav-mega .flashmart-mega-menu .dropdown-menu >li .item-bottom {
  display: none;
}
.rtl .nav-pills.nav-mega .flashmart-mega-menu .dropdown-menu >li {
  float: right;
}
.nav-pills.nav-mega .flashmart-mega-menu .dropdown-menu .dropdown-submenu >a,
.nav-pills.nav-mega .flashmart-mega-menu .dropdown-menu .dropdown-submenu >.have-title {
  text-transform: uppercase;
  font-weight: normal;
  padding: 0;
  display: block;
  color: #000;
  font-size: 14px;
  font-weight: 700;
}
.nav-pills.nav-mega .flashmart-mega-menu .dropdown-menu .dropdown-submenu >a .menu-title,
.nav-pills.nav-mega .flashmart-mega-menu .dropdown-menu .dropdown-submenu >.have-title .menu-title {
  display: block;
  margin-bottom: 5px;
}
.nav-pills.nav-mega .flashmart-mega-menu .dropdown-menu .dropdown-submenu .dropdown-sub a {
  padding: 9px 0;
  text-transform: capitalize;
  font-size: 13px;
  color: #7d7d7d;
}
.nav-pills.nav-mega .flashmart-mega-menu .dropdown-menu .dropdown-submenu .dropdown-sub a:hover {
  color: #fe2424;
}
.nav-pills.nav-mega .flashmart-mega-menu .dropdown-menu .dropdown-submenu .dropdown-sub >li .menu-img {
  float: left;
  width: 25px;
  margin-right: 15px;
}
.rtl .nav-pills.nav-mega .flashmart-mega-menu .dropdown-menu .dropdown-submenu .dropdown-sub >li .menu-img {
  float: right;
  margin-right: 0;
  margin-left: 15px;
}
.nav-pills.nav-mega .flashmart-mega-menu .dropdown-menu.column-1 {
  min-width: 1170px;
  padding: 30px 0 15px;
}
.nav-pills.nav-mega .flashmart-mega-menu .dropdown-menu.column-1 >li {
  width: 100%;
}
.nav-pills.nav-mega .flashmart-mega-menu .dropdown-menu.column-2 {
  min-width: 380px;
}
.nav-pills.nav-mega .flashmart-mega-menu .dropdown-menu.column-2 >li {
  width: 50%;
}
.nav-pills.nav-mega .flashmart-mega-menu .dropdown-menu.column-3 {
  min-width: 720px;
}
.nav-pills.nav-mega .flashmart-mega-menu .dropdown-menu.column-3 >li {
  width: 33.33%;
}
.nav-pills.nav-mega .flashmart-mega-menu .dropdown-menu.column-4 {
  min-width: 875px;
}
.nav-pills.nav-mega .flashmart-mega-menu .dropdown-menu.column-4 >li {
  width: 25%;
}
.nav-pills.nav-mega .flashmart-mega-menu .dropdown-menu.column-5 {
  min-width: 1170px;
  padding-bottom: 20px;
}
.nav-pills.nav-mega .flashmart-mega-menu .dropdown-menu.column-5 >li {
  width: 20%;
}
.nav-pills.nav-mega .flashmart-mega-menu .dropdown-menu .flashmart-menu-img >a {
  padding: 15px 0 0 0;
}
.nav-pills.nav-mega .flashmart-mega-menu .dropdown-menu .flashmart-menu-img >a:before {
  display: none;
}
.nav-pills.nav-mega .flashmart-mega-menu .dropdown-menu .flashmart-menu-img >a:hover {
  color: #fe2424;
}
.nav-pills.nav-mega .flashmart-mega-menu .dropdown-menu .flashmart-menu-img:hover img {
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.nav-pills.nav-mega .flashmart-mega-menu .dropdown-menu .menu-shortcode >a {
  display: none;
}
.nav-pills.nav-mega .flashmart-mega-menu.style-mega .dropdown-menu.column-1 {
  min-width: 800px;
  padding: 30px 10px;
}
.nav-pills.nav-mega .flashmart-mega-menu.style-mega .dropdown-menu.column-1 >li {
  width: 100%;
}
.nav-pills.nav-mega .flashmart-mega-menu.style-mega .dropdown-menu.column-1 >li h3 {
  color: #000;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.nav-pills.nav-mega .flashmart-mega-menu.style-mega .dropdown-menu.column-1 >li ul li a {
  padding: 9px 0;
  font-size: 14px;
}
.nav-pills.nav-mega .flashmart-mega-menu.style-mega .dropdown-menu.column-1 >li .wpb_single_image {
  margin-bottom: 0;
}
.nav-pills.nav-mega .flashmart-mega-menu.custom-image-col5 .dropdown-menu.column-5 >li {
  width: 18%;
}
.nav-pills.nav-mega .flashmart-mega-menu.custom-image-col5 .dropdown-menu.column-5 >li.flashmart-menu-img {
  width: 28%;
}
.nav-pills.nav-mega .flashmart-mega-menu.custom-mega-product .dropdown-menu {
  padding: 0;
}
.nav-pills.nav-mega .flashmart-mega-menu.custom-mega-product .dropdown-menu >li {
  padding: 0;
}
.nav-pills.nav-mega .flashmart-mega-menu:hover .dropdown-menu .listing-tab-shortcode .tabbable.tabs .tab-content {
  visibility: visible;
}
.nav-pills.nav-mega .flashmart-mega-menu.mega-shop .dropdown-menu.column-4 >li {
  width: 33.32%;
  margin-bottom: 20px;
}
.nav-pills.nav-mega .flashmart-mega-menu.mega-shop .dropdown-menu.column-4 >li:nth-child(4) {
  clear: both;
}
.nav-pills.nav-mega .flashmart-mega-menu.mega-shop .dropdown-menu.column-4 >li.menu-image {
  width: 66%;
  padding-top: 5px;
}
.nav-pills.nav-mega .flashmart-mega-menu.mega-shop .dropdown-menu.column-4 >li.menu-image >a {
  padding-top: 0;
}
.nav-pills.nav-mega .flashmart-mega-menu.mega-shop .dropdown-menu.column-4 >li.menu-image .menu-img {
  position: relative;
}
.nav-pills.nav-mega .flashmart-mega-menu.mega-blog .dropdown-menu.column-4 >li {
  width: 33.32%;
  margin-bottom: 20px;
}
.nav-pills.nav-mega .flashmart-mega-menu.mega-blog .dropdown-menu.column-4 >li:nth-child(3) {
  clear: both;
}
.nav-pills.nav-mega .flashmart-mega-menu.mega-blog .dropdown-menu.column-4 >li:last-child {
  position: absolute;
  top: 15px;
  right: 10px;
}
.rtl .nav-pills.nav-mega .flashmart-mega-menu.mega-blog .dropdown-menu.column-4 >li:last-child {
  right: auto;
  left: 10px;
}
.nav-pills.nav-mega .flashmart-mega-menu.mega-blog .dropdown-menu.column-4 >li:last-child >a {
  padding: 12px 0;
}
.nav-pills.nav-mega .flashmart-mega-menu.mega-blog .dropdown-menu.column-4 >li:last-child .menu-title {
  color: #000;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.nav-pills.nav-mega .flashmart-menu-custom > .dropdown-menu > li.active > a {
  color: #fe2424;
}
.nav-pills.nav-mega .flashmart-menu-custom ul {
  box-shadow: 0px 0px 5px #999;
}
.nav-pills.nav-mega .flashmart-menu-custom ul .menu-img {
  display: none;
}
.nav-pills.nav-mega .flashmart-menu-custom ul > li > a {
  font-size: 13px;
}
.nav-pills.nav-mega .flashmart-menu-custom ul li >.have-title {
  position: relative;
  display: block;
  padding: 10px 25px;
}
.nav-pills.nav-mega .flashmart-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 .flashmart-menu-custom ul li >.have-title:before {
  padding-right: 0;
  padding-left: 8px;
}
.nav-pills.nav-mega .flashmart-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 .flashmart-menu-custom ul .dropdown-submenu >ul {
  left: auto;
  right: 110%;
}
.nav-pills.nav-mega .flashmart-menu-custom ul .dropdown-submenu >ul >li {
  position: relative;
}
.nav-pills.nav-mega .flashmart-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 .flashmart-menu-custom ul .dropdown-submenu >ul >li ul {
  left: auto;
  right: 110%;
}
.nav-pills.nav-mega .flashmart-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 .flashmart-menu-custom ul .dropdown-submenu >ul >li ul >li:hover >ul {
  left: auto;
  right: 100%;
}
.nav-pills.nav-mega .flashmart-menu-custom ul .dropdown-submenu >ul >li:hover >ul {
  left: 100%;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
.rtl .nav-pills.nav-mega .flashmart-menu-custom ul .dropdown-submenu >ul >li:hover >ul {
  left: auto;
  right: 100%;
}
.nav-pills.nav-mega .flashmart-menu-custom ul .dropdown-submenu:hover >ul {
  left: 100%;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
.rtl .nav-pills.nav-mega .flashmart-menu-custom ul .dropdown-submenu:hover >ul {
  left: auto;
  right: 100%;
}
.nav-pills.nav-mega .flashmart-mega-menu.custom-image-col4 .dropdown-menu.column-4 >li.flashmart-menu-img {
  width: 22%;
}
.nav-pills.nav-mega .flashmart-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 .flashmart-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 .flashmart-mega-menu.custom-image-col4 .dropdown-menu.column-4 >li.custom-slider-col4 .order-title {
  display: none;
}
.nav-pills.nav-mega .flashmart-mega-menu.custom-image-col4 .dropdown-menu.column-4 >li.custom-slider-col4 .sw-woo-container-slider {
  margin-bottom: 0;
}
.nav-pills.nav-mega .flashmart-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 .flashmart-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 .flashmart-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 .flashmart-mega-menu.custom-image-col4 .dropdown-menu.column-4 >li.custom-slider-col4 .sw-woo-container-slider .slick-prev {
  left: 0;
}
.mega-left-title {
  height: 42px;
  line-height: 41px;
  overflow: hidden;
  color: #fff;
}
.mega-left-title span {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  padding-left: 25px;
}
.rtl .mega-left-title span {
  padding-left: 0;
  padding-right: 25px;
}
.mega-left-title span:before {
  content: "";
  width: 15px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 6px;
  left: 0;
}
.rtl .mega-left-title span:before {
  left: auto;
  right: 0;
}
.mega-left-title span:after {
  content: "";
  width: 10px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 12px;
  left: 0;
}
.rtl .mega-left-title span:after {
  left: auto;
  right: 0;
}
.mega-left-title:after {
  content: '\f0d7';
  font-family: fontawesome;
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
  line-height: 42px;
}
.rtl .mega-left-title:after {
  margin-right: 10px;
  margin-left: 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;
}
.header-elementor1 .vertical_megamenu-header:hover .wrapper_vertical_menu {
  z-index: 991;
}
.wrapper_vertical_menu {
  position: absolute;
  min-width: 270px;
  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(-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 2px 6px #ddd;
  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;
  border-left: 2px transparent solid;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rtl .wrapper_vertical_menu .vertical-megamenu > li {
  border-left: none;
  border-right: 2px transparent solid;
}
.wrapper_vertical_menu .vertical-megamenu > li.showMore:before {
  display: none;
}
.wrapper_vertical_menu .vertical-megamenu > li.showMore a {
  padding-left: 47px;
}
.rtl .wrapper_vertical_menu .vertical-megamenu > li.showMore a {
  padding-left: 0;
  padding-right: 47px;
}
.wrapper_vertical_menu .vertical-megamenu > li.showMore a.open-more-cat:before {
  content: "\f196";
  font-family: FontAwesome;
  position: absolute;
  top: 8px;
  left: 9px;
  font-size: 14px;
}
.rtl .wrapper_vertical_menu .vertical-megamenu > li.showMore a.open-more-cat:before {
  left: auto;
  right: 9px;
}
.wrapper_vertical_menu .vertical-megamenu > li.showMore a.close-more-cat:before {
  content: "\f147";
  font-family: FontAwesome;
  position: absolute;
  top: 7px;
  left: 9px;
  font-size: 12px;
}
.rtl .wrapper_vertical_menu .vertical-megamenu > li.showMore a.close-more-cat:before {
  left: auto;
  right: 9px;
}
.wrapper_vertical_menu .vertical-megamenu > li > a {
  font-size: 14px;
  padding: 6.5px 0px;
  line-height: 30px;
  color: #000;
}
.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;
}
.wrapper_vertical_menu .vertical-megamenu > li > a:hover {
  color: #fe2424;
  background-color: transparent;
}
.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: 7.5px 20px;
  color: #000;
  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: #000;
  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: #fe2424;
}
.wrapper_vertical_menu .vertical-megamenu > li > .dropdown-menu > li .dropdown-menu > li:hover > a:before {
  background-color: #fe2424;
}
.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: #fe2424;
}
.wrapper_vertical_menu .vertical-megamenu > li > .dropdown-menu > li:hover > a:before {
  background-color: #fe2424;
}
.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: #fe2424;
}
.wrapper_vertical_menu .vertical-megamenu > li.dropdown > a:after {
  content: '\f105';
  font-family: fontawesome;
  font-size: 14px;
  color: #7d7d7d;
  position: absolute;
  right: 0px;
  top: 8px;
}
.rtl .wrapper_vertical_menu .vertical-megamenu > li.dropdown > a:after {
  left: 0px;
  right: auto;
  content: '\f104';
}
.wrapper_vertical_menu .vertical-megamenu > li:hover {
  background-color: #ffefef;
  border-left: 2px #fe2424 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;
}
.rtl .wrapper_vertical_menu .vertical-megamenu > li:hover {
  border-left: none;
  border-right: 2px #fe2424 solid;
}
.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: #fe2424;
  text-decoration: underline;
}
.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.flashmart-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.flashmart-menu-custom ul > li {
  line-height: 32px;
  padding: 0 30px;
}
.wrapper_vertical_menu .vertical-megamenu > li.flashmart-menu-custom ul > li a {
  color: #777;
  font-size: 14px;
  position: relative;
  background-color: #fff;
}
.wrapper_vertical_menu .vertical-megamenu > li.flashmart-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.flashmart-menu-custom ul > li .dropdown-sub {
  left: auto;
  right: 100%;
}
.wrapper_vertical_menu .vertical-megamenu > li.flashmart-menu-custom ul > li .dropdown-sub > li {
  padding: 0 30px;
  line-height: normal;
}
.wrapper_vertical_menu .vertical-megamenu > li.flashmart-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.flashmart-menu-custom ul > li .dropdown-sub > li a {
  padding-left: 0;
  padding-right: 15px;
}
.wrapper_vertical_menu .vertical-megamenu > li.flashmart-menu-custom ul > li .dropdown-sub > li:hover >  a {
  background: #fff;
  color: #fe2424;
}
.wrapper_vertical_menu .vertical-megamenu > li.flashmart-menu-custom ul > li .dropdown-sub > li:hover >  a:before {
  background-color: #fe2424;
}
.wrapper_vertical_menu .vertical-megamenu > li.flashmart-menu-custom ul > li:hover > .dropdown-sub {
  display: block;
}
.wrapper_vertical_menu .vertical-megamenu > li.flashmart-menu-custom ul > li.active > a,
.wrapper_vertical_menu .vertical-megamenu > li.flashmart-menu-custom ul > li:hover > a {
  color: #fe2424;
}
.wrapper_vertical_menu .vertical-megamenu > li.flashmart-menu-custom ul > li.active > a:before,
.wrapper_vertical_menu .vertical-megamenu > li.flashmart-menu-custom ul > li:hover > a:before {
  background-color: #fe2424;
}
.wrapper_vertical_menu .vertical-megamenu > li.flashmart-mega-menu > li {
  position: static;
}
.wrapper_vertical_menu .vertical-megamenu > li.flashmart-mega-menu > .column-1.dropdown-menu .flashmart-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.flashmart-mega-menu > .column-1.dropdown-menu .flashmart-menu-img > a {
  padding: 0;
}
.wrapper_vertical_menu .vertical-megamenu > li.flashmart-mega-menu > .column-1.dropdown-menu .flashmart-menu-img > a:before {
  width: 0;
  margin: 0;
}
.rtl .wrapper_vertical_menu .vertical-megamenu > li.flashmart-mega-menu > .column-1.dropdown-menu .flashmart-menu-img {
  right: auto;
  left: 0;
}
.wrapper_vertical_menu .vertical-megamenu > li.flashmart-mega-menu > .column-2 {
  min-width: 600px;
}
.wrapper_vertical_menu .vertical-megamenu > li.flashmart-mega-menu > .column-2 > li {
  width: 160px;
}
.wrapper_vertical_menu .vertical-megamenu > li.flashmart-mega-menu > .column-2 > li:nth-child(2n+1) {
  clear: both;
}
.wrapper_vertical_menu .vertical-megamenu > li.flashmart-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.flashmart-mega-menu > .column-2 .column-2 {
  padding: 0 30px;
}
.wrapper_vertical_menu .vertical-megamenu > li.flashmart-mega-menu > .column-2 .column-2 .tag-menu ul {
  margin: 0;
}
.wrapper_vertical_menu .vertical-megamenu > li.flashmart-mega-menu > .column-2 .column-2 .tag-menu ul > li {
  display: inline-block;
}
.wrapper_vertical_menu .vertical-megamenu > li.flashmart-mega-menu > .column-2 .column-2 .tag-menu ul > li span {
  font-size: 13px;
  color: #666;
}
.wrapper_vertical_menu .vertical-megamenu > li.flashmart-mega-menu > .column-2 .column-2 .tag-menu ul > li:first-child span {
  font-weight: bold;
  color: #000;
}
.wrapper_vertical_menu .vertical-megamenu > li.flashmart-mega-menu.menu-smartphone > .column-3 .flashmart-menu-img {
  width: 100%;
  padding: 0 15px 5px;
}
.wrapper_vertical_menu .vertical-megamenu > li.flashmart-mega-menu > .column-3 {
  min-width: 650px;
}
.wrapper_vertical_menu .vertical-megamenu > li.flashmart-mega-menu > .column-3 .flashmart-menu-img {
  padding: 0 15px 5px;
}
.wrapper_vertical_menu .vertical-megamenu > li.flashmart-mega-menu > .column-3 .flashmart-menu-img > a {
  padding: 0;
  border: none;
}
.wrapper_vertical_menu .vertical-megamenu > li.flashmart-mega-menu > .column-3 .flashmart-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.flashmart-mega-menu > .column-3 .flashmart-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.flashmart-mega-menu > .column-3 .flashmart-menu-img > a img:hover {
  opacity: 0.85;
}
.wrapper_vertical_menu .vertical-megamenu > li.flashmart-mega-menu > .column-3 > li:nth-child(3n+1) {
  clear: both;
}
.wrapper_vertical_menu .vertical-megamenu > li.flashmart-mega-menu > .column-4 {
  min-width: 885px;
}
.wrapper_vertical_menu .vertical-megamenu > li.flashmart-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.flashmart-mega-menu > .column-4 > li img:hover {
  opacity: 0.85;
}
.wrapper_vertical_menu .vertical-megamenu > li.flashmart-mega-menu > .column-4 > li > .dropdown-menu {
  padding: 5px 15px 18px;
}
.wrapper_vertical_menu .vertical-megamenu > li.flashmart-mega-menu > .column-4 > li.flashmart-menu-img > a  .menu-title {
  margin-top: 24px;
  display: inline-block;
}
.wrapper_vertical_menu .vertical-megamenu > li.flashmart-mega-menu > .column-4 > li:nth-child(4n+1) {
  clear: both;
}
.wrapper_vertical_menu .vertical-megamenu > li.flashmart-mega-menu > .column-5 {
  min-width: 900px;
}
.wrapper_vertical_menu .vertical-megamenu > li.flashmart-mega-menu > .column-5 > li:nth-child(5n+1) {
  clear: both;
}
.wrapper_vertical_menu .vertical-megamenu > li.flashmart-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.flashmart-mega-menu > .dropdown-menu > li {
  width: 205px;
  padding: 25px 15px 10px;
  float: left;
  line-height: unset;
}
.rtl .wrapper_vertical_menu .vertical-megamenu > li.flashmart-mega-menu > .dropdown-menu > li {
  float: right;
}
.wrapper_vertical_menu .vertical-megamenu > li.flashmart-mega-menu > .dropdown-menu > li:last-child {
  border: 0;
}
.rtl .wrapper_vertical_menu .vertical-megamenu > li.flashmart-mega-menu > .dropdown-menu > li:last-child {
  border: 0;
}
.wrapper_vertical_menu .vertical-megamenu > li.flashmart-mega-menu > .dropdown-menu > li:hover > a {
  background-color: #fff;
}
.wrapper_vertical_menu .vertical-megamenu > li.flashmart-mega-menu > .dropdown-menu > li.dropdown-submenu > a {
  margin-bottom: 5px;
  padding: 0 0 10px;
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
  font-weight: normal;
}
.rtl .wrapper_vertical_menu .vertical-megamenu > li.flashmart-mega-menu > .dropdown-menu > li {
  float: right;
}
.wrapper_vertical_menu .vertical-megamenu > li.flashmart-mega-menu > .dropdown-menu > li > a,
.wrapper_vertical_menu .vertical-megamenu > li.flashmart-mega-menu > .dropdown-menu > li > span {
  display: block;
  font-size: 14px;
  margin-bottom: 15px;
}
.wrapper_vertical_menu .vertical-megamenu > li.flashmart-mega-menu > .dropdown-menu > li > a:after,
.wrapper_vertical_menu .vertical-megamenu > li.flashmart-mega-menu > .dropdown-menu > li > span:after {
  display: none;
}
.wrapper_vertical_menu .vertical-megamenu > li.flashmart-mega-menu > .dropdown-menu > li .dropdown-sub > li:last-child > a {
  border: 0;
}
.wrapper_vertical_menu .vertical-megamenu > li.flashmart-mega-menu > .dropdown-menu > li .dropdown-sub > li > a {
  padding: 0;
  line-height: 38px;
  display: block;
  font-size: 14px;
  color: #666;
  text-transform: capitalize;
  position: relative;
}
.wrapper_vertical_menu .vertical-megamenu > li.flashmart-mega-menu > .dropdown-menu > li .dropdown-sub > li.flashmart-menu-img > a {
  padding-left: 30px;
}
.wrapper_vertical_menu .vertical-megamenu > li.flashmart-mega-menu > .dropdown-menu > li .dropdown-sub > li.flashmart-menu-img > a span.menu-img {
  position: absolute;
  left: 0;
  top: 14px;
  display: inline-block;
}
.rtl .wrapper_vertical_menu .vertical-megamenu > li.flashmart-mega-menu > .dropdown-menu > li .dropdown-sub > li.flashmart-menu-img > a span.menu-img {
  right: 0;
  left: auto;
}
.wrapper_vertical_menu .vertical-megamenu > li.flashmart-mega-menu > .dropdown-menu > li .dropdown-sub > li.flashmart-menu-img > a .menu-title {
  padding: 0;
  margin: 0;
}
.wrapper_vertical_menu .vertical-megamenu > li.flashmart-mega-menu > .dropdown-menu > li .dropdown-sub > li.active a,
.wrapper_vertical_menu .vertical-megamenu > li.flashmart-mega-menu > .dropdown-menu > li .dropdown-sub > li:hover a {
  color: #fe2424;
}
.wrapper_vertical_menu .vertical-megamenu > li.flashmart-mega-menu > .dropdown-menu > li.col-1 {
  min-width: 160px;
}
.wrapper_vertical_menu .vertical-megamenu > li.flashmart-mega-menu > .dropdown-menu > li.col-2 {
  min-width: 360px;
}
.wrapper_vertical_menu .vertical-megamenu > li.flashmart-mega-menu > .dropdown-menu > li.col-3 {
  min-width: 540px;
}
.wrapper_vertical_menu .vertical-megamenu > li.flashmart-mega-menu > .dropdown-menu > li.col-4 {
  min-width: 720px;
}
.wrapper_vertical_menu .vertical-megamenu > li.flashmart-mega-menu > .dropdown-menu > li.col-5 {
  min-width: 900px;
}
.wrapper_vertical_menu .vertical-megamenu > li.flashmart-mega-menu > .dropdown-menu > li.col-6 {
  min-width: 900px;
}
.wrapper_vertical_menu .vertical-megamenu > li.flashmart-mega-menu > .dropdown-menu > li.col3-img-right {
  padding: 30px 10px 25px 10px;
}
.wrapper_vertical_menu .vertical-megamenu > li.flashmart-menu-icon > a span.fa {
  margin: 0 7px 0 0;
  display: inline-block;
  width: 20px;
  text-align: center;
}
.wrapper_vertical_menu .vertical-megamenu > li.flashmart-menu-img > a span.menu-img {
  display: inline-block;
  vertical-align: middle;
  min-width: 20px;
  margin-right: 15px;
}
.wrapper_vertical_menu .vertical-megamenu > li.flashmart-menu-img > a span.menu-img img {
  margin: 0 auto;
}
.rtl .wrapper_vertical_menu .vertical-megamenu > li.flashmart-menu-img > a span.menu-img {
  margin-right: 0;
  margin-left: 15px;
}
.wrapper_vertical_menu .vertical-megamenu > li.flashmart-mega-menu.shiclo  > .dropdown-menu > li {
  width: 285px !important;
}
.mega-menu .wrap-content {
  overflow: hidden;
}
.mega-menu .wrap-content .item {
  float: left;
  width: 20%;
  padding: 0 15px;
}
.mega-menu .wrap-content .item .item-image img {
  margin-bottom: 10px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.mega-menu .wrap-content .item .item-image:hover img {
  opacity: 0.9;
}
.mega-menu .wrap-content .item .item-content h3 {
  font-size: 14px;
  color: #000;
  font-weight: 700 !important;
  text-transform: uppercase;
  padding: 15px 0;
  border-bottom: 1px solid #eaeaea;
}
.mega-menu .wrap-content .item .item-content ul > li > a {
  padding: 9px 0;
  font-size: 13px;
  color: #7d7d7d;
}
.mega-menu .wrap-content .item .item-content ul > li > a:hover {
  color: #fe2424;
}
.resmenu-container .navbar-toggle {
  display: none;
  float: left;
  background-color: transparent;
  border-color: transparent;
}
.rtl .resmenu-container .navbar-toggle {
  float: right;
}
.resmenu-container .navbar-toggle .icon-bar {
  background-color: #fff;
  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: #fe2424;
}
.resmenu-container .menu-responsive-wrapper {
  position: absolute;
  top: 55px;
  padding: 0;
  min-width: 300px;
  background: #242424;
  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: #fe2424;
}
.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: #fe2424;
}
.resmenu-container .menu-responsive-wrapper ul > li:hover > .show-dropdown,
.resmenu-container .menu-responsive-wrapper ul > li.active > .show-dropdown {
  background: #fe2424;
  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: #fe2424;
  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: #fe2424;
  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: #fe2424;
  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 > ul > li > ul > li> a {
  padding-left: 20px;
}
.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: none;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .nav-tabs {
  border-top: 1px solid #e4e4e4;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .nav-tabs > li {
  width: 50%;
  -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 .nav-tabs > li >a {
  display: block;
  padding: 10px 15px;
  -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;
}
.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 .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: #000;
  font-size: 16px;
  cursor: pointer;
  background: #fff;
  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: #fe2424;
}
@media (max-width: 991px) {
  #main-menu .primary-menu .resmenu-container .navbar-toggle {
    display: inline-block;
    vertical-align: top;
    z-index: 1;
    margin: 3px 0;
    padding: 7px;
    border: 1px #fff solid;
  }
  .header-style1 #main-menu .primary-menu .resmenu-container .navbar-toggle {
    margin: 8px 0;
  }
  #main-menu .primary-menu .nav-pills {
    display: none;
  }
  .resmenu-container-sidebar .revo_top {
    padding: 0;
  }
  .resmenu-container-sidebar .revo_top .top-form.top-search {
    min-width: auto;
    box-shadow: 0 0 0 1px #e4e4e4;
    -webkit-box-shadow: 0 0 0 1px #e4e4e4;
    border-radius: 0;
    margin: 0;
    width: 100%;
  }
  .resmenu-container-sidebar .revo_top .top-form.top-search .cat-wrapper {
    display: none;
  }
  .resmenu-container-sidebar .revo_top .top-form.top-search input {
    padding: 0 60px 0 10px;
    border-radius: 4px;
    height: 40px;
    line-height: 40px;
  }
  .rtl .resmenu-container-sidebar .revo_top .top-form.top-search input {
    border-radius: 4px;
    padding: 0 10px 0 60px;
  }
  .resmenu-container-sidebar .revo_top .top-form.top-search button.form-button {
    background: none;
    font-size: 16px;
    border-radius: 0 4px 4px 0;
    height: 40px;
    line-height: 40px;
    width: 60px;
  }
  .resmenu-container-sidebar .revo_top .top-form.top-search button.form-button:before {
    color: #999;
  }
  .rtl .resmenu-container-sidebar .revo_top .top-form.top-search button.form-button {
    border-radius: 4px 0 0 4px;
  }
  .rtl .resmenu-container-sidebar .revo_top .top-form.top-search .topsearch-entry {
    padding-right: 0;
  }
  .resmenu-container-sidebar .topsearch-entry .search-append {
    left: 0;
  }
}
.elementor-page.page .container {
  max-width: 100%;
  padding: 0;
}
.elementor-page.page .flashmart_breadcrumbs .container {
  max-width: 1400px;
  padding: 0 10px;
}
.elementor-page.page.my-account .container,
.elementor-page.page.woocommerce-page .container {
  max-width: 1380px;
}
body.resmenu-open:before {
  content: '';
  background: rgba(0,0,0,0.7);
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 9999;
  width: 100%;
}
[data-elementor-type*="header"] .elementor-container .top-left1 .elementor-element-populated,
[data-elementor-type*="header"] .elementor-container .top-right1 .elementor-element-populated {
  padding: 0 15px !important;
}
.top-left1 >.elementor-element-populated {
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}
.top-left1 >.elementor-element-populated >div {
  flex-direction: row;
  align-items: baseline;
  justify-content: flex-start;
  width: auto;
}
.top-right1 >.elementor-element-populated {
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
.top-right1 >.elementor-element-populated >div {
  flex-direction: row;
  align-items: baseline;
  justify-content: flex-end;
  width: auto;
}
.header-logo-elementor .elementor-widget-wrap {
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}
.header-logo-elementor .elementor-widget-wrap > div {
  width: auto;
}
.header-elementor1 .top-left1 >.elementor-element-populated  >div,
.header-elementor1 .top-right1 >.elementor-element-populated  >div {
  margin-bottom: 0;
}
.header-elementor1.header-top {
  position: relative;
}
.header-elementor1.header-top:before {
  content: "";
  background: #eaedf1;
  border-radius: 0 0 6px 0;
  width: 77%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}
.rtl .header-elementor1.header-top:before {
  left: auto;
  right: 0;
  border-radius: 0 0 0 6px;
}
.header-elementor1 .header-mid {
  padding: 21px 0 20px 0;
}
.header-elementor1 .header-mid .revo_top {
  margin-top: 7px;
}
.header-elementor1 .header-mid .revo_top .top-form.top-search .cat-wrapper {
  width: 50px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  float: left;
  position: relative;
}
.rtl .header-elementor1 .header-mid .revo_top .top-form.top-search .cat-wrapper {
  width: 50px;
  float: right;
}
.header-elementor1 .header-mid .revo_top .top-form.top-search .cat-wrapper:after {
  content: "";
  width: 1px;
  height: 15px;
  background: #000;
  position: absolute;
  top: 15px;
  right: 0;
}
.rtl .header-elementor1 .header-mid .revo_top .top-form.top-search .cat-wrapper:after {
  right: auto;
  left: 0;
}
.header-elementor1 .header-mid .revo_top .top-form.top-search .cat-wrapper .label-search {
  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;
}
.header-elementor1 .header-mid .revo_top .top-form.top-search .content-search {
  float: left;
}
.rtl .header-elementor1 .header-mid .revo_top .top-form.top-search .content-search {
  float: right;
}
.header-elementor1 .header-mid .revo_top .top-form.top-search .content-search input {
  padding: 0 65px 0 25px;
  -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-elementor1 .header-mid .revo_top .top-form.top-search .content-search input {
  padding: 0 25px 0 65px;
}
.header-elementor1 .header-mid .revo_top .top-form.top-search:hover .cat-wrapper {
  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;
}
.header-elementor1 .header-mid .revo_top .top-form.top-search:hover .cat-wrapper .label-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;
}
.header-elementor1 .primary-menu {
  position: relative;
}
.header-elementor1 .primary-menu:before {
  content: "";
  width: 1px;
  height: 20px;
  background: #fff;
  position: absolute;
  top: 12px;
  left: -20px;
}
.rtl .header-elementor1 .primary-menu:before {
  left: auto;
  right: -20px;
}
.header-elementor1 .nav-pills >li > a {
  color: #fff;
  position: relative;
}
.header-elementor1 .nav-pills >li > a:before {
  content: "";
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 0;
  background: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.header-elementor1 .nav-pills >li > a:hover {
  color: #fff;
}
.header-elementor1 .nav-pills >li > a:hover:before {
  width: 100%;
}
.header-elementor1 .nav-pills >li.active > a:before {
  width: 100%;
}
.header-elementor1 #lang_sel {
  position: relative;
}
.header-elementor1 #lang_sel:before {
  content: "/";
  font-family: fontawesome;
  color: #000;
  display: block;
  position: absolute;
  top: 12px;
  right: -10px;
  font-weight: bold;
}
.rtl .header-elementor1 #lang_sel:before {
  right: auto;
  left: -10px;
}
.header-elementor1.elementor-sticky--effects .primary-menu:before {
  top: 15px;
}
.header-elementor1.elementor-sticky--effects .nav-pills >li > a {
  padding: 15px 15px 15px 0;
}
.rtl .header-elementor1.elementor-sticky--effects .nav-pills >li > a {
  padding: 15px 0 15px 15px;
}
.header-elementor1.elementor-sticky--effects .nav-pills.nav-mega .flashmart-mega-menu.flashmart-menu-img > a span.menu-img {
  top: 0;
  display: none;
}
.header-elementor1.elementor-sticky--effects .mega-left-title {
  height: 50px;
  line-height: 49px;
}
.header-elementor1.elementor-sticky--effects .mega-left-title:after {
  line-height: 50px;
}
.header-elementor1.elementor-sticky--effects .top-deal1 >.elementor-element-populated {
  margin-top: 0;
}
.header-elementor2 .top-left1 >.elementor-element-populated  >div,
.header-elementor2 .top-right1 >.elementor-element-populated  >div {
  margin-bottom: 0;
}
.header-elementor2.header-top .free a {
  color: #fff;
  font-size: 12px;
}
.header-elementor2.header-top .free a:hover {
  color: #fe2424;
}
.header-elementor2 .header-mess a {
  color: #fff;
}
.header-elementor2 .header-mess a:hover {
  color: #fe2424;
}
.header-elementor2 .header-mess .item-phone:before {
  background: url(../assets/img/phoneb.svg) no-repeat center center;
  background-size: 12px;
}
.header-elementor2 .header-mess .item-faq:before {
  background: url(../assets/img/questionb.svg) no-repeat center center;
  background-size: 12px;
}
.header-elementor2 .header-mess .item-order:before {
  background: url(../assets/img/deliveryb.svg) no-repeat center center;
  background-size: 12px;
}
.header-elementor2 .header-mid {
  padding-top: 7px;
}
.header-elementor2 .header-mid .top-left1 {
  padding-top: 14px;
}
.header-elementor2 .header-mid .wishlist {
  position: relative;
  font-size: 12px;
  color: #fff;
  margin-left: 30px;
  display: block;
}
.rtl .header-elementor2 .header-mid .wishlist {
  margin-left: 0;
  margin-right: 30px;
}
.header-elementor2 .header-mid .wishlist:before {
  content: "";
  width: 30px;
  height: 26px;
  background: url('../assets/img/wishlist2.png') no-repeat top center;
  display: block;
  background-size: 24px;
  margin: 0 auto;
}
.header-elementor2 .header-mid .wishlist:hover {
  color: #fe2424;
}
.header-elementor2 .header-mid .wishlist:hover:before {
  background: url('../assets/img/wishlist2-hover.png') no-repeat center center;
  background-size: 24px;
}
.header-elementor2 .nav-pills >li > a {
  color: #fff;
  position: relative;
  font-weight: 500;
}
.header-elementor2 .nav-pills >li > a:before {
  content: "";
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 0;
  background: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.header-elementor2 .nav-pills >li > a:hover {
  color: #fe2424;
  -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-elementor2 .nav-pills >li > a:hover:before {
  width: 100%;
}
.header-elementor2 .nav-pills >li.active > a:before {
  width: 100%;
}
.header-elementor2 .nav-pills.nav-mega .flashmart-mega-menu.flashmart-menu-img > a span.menu-img {
  top: -4px;
}
.header-elementor2 #lang_sel {
  position: relative;
}
.header-elementor2 #lang_sel:before {
  content: "/";
  font-family: fontawesome;
  color: #fff;
  display: block;
  position: absolute;
  top: 12px;
  right: -10px;
  font-weight: bold;
}
.rtl .header-elementor2 #lang_sel:before {
  right: auto;
  left: -10px;
}
.header-elementor2 #lang_sel > ul.nav > li,
.header-elementor2 .currency_w > li {
  padding: 12px 0;
}
.header-elementor2 #lang_sel > ul.nav > li > a,
.header-elementor2 .currency_w > li > a {
  color: #fff;
  font-size: 12px;
}
.header-elementor2 #lang_sel > ul.nav > li > a:after,
.header-elementor2 .currency_w > li > a:after {
  color: #fff;
}
.header-elementor2 #lang_sel > ul.nav > li > a:hover,
.header-elementor2 .currency_w > li > a:hover {
  color: #fe2424;
}
.header-elementor2 .top-login ul {
  border: none;
  padding: 0 10px;
  margin: 0 0 0 30px;
  text-align: center;
}
.rtl .header-elementor2 .top-login ul {
  margin: 0 30px 0 0;
}
.header-elementor2 .top-login ul:before {
  position: static;
  display: inline-block;
  vertical-align: top;
  background: url('../assets/img/log2.png') no-repeat top center;
  border: none;
  background-size: 24px;
  width: 30px;
  height: 26px;
  border-radius: 0;
}
.header-elementor2 .top-login ul:hover:before {
  background: url('../assets/img/log2-hover.png') no-repeat center center;
  background-size: 24px;
}
.header-elementor2 .top-login ul li {
  font-size: 0;
}
.header-elementor2 .top-login ul li span {
  display: none;
}
.header-elementor2 .top-login ul li a {
  color: #fff;
  font-weight: normal;
  font-size: 12px;
}
.header-elementor2 .top-login ul li a.register {
  display: none;
}
.header-elementor2 .top-form.top-form-minicart {
  border: none;
  padding: 2px 2px 10px 10px;
  margin-left: 20px;
}
.rtl .header-elementor2 .top-form.top-form-minicart {
  padding: 2px 10px 10px 2px;
  margin-left: 0;
  margin-right: 20px;
}
.header-elementor2 .top-form.top-form-minicart:before {
  position: static;
  display: inline-block;
  vertical-align: top;
  background: url('../assets/img/cart2.png') no-repeat top center;
  border: none;
  background-size: 24px;
  width: 36px;
  height: 24px;
  border-radius: 0;
}
.header-elementor2 .top-form.top-form-minicart:hover:before {
  background: url('../assets/img/cart2-hover.png') no-repeat center center;
  background-size: 24px;
}
.header-elementor2 .top-form.top-form-minicart .top-minicart-icon {
  float: none;
}
.rtl .header-elementor2 .top-form.top-form-minicart .top-minicart-icon {
  float: none;
}
.header-elementor2 .top-form.top-form-minicart .top-minicart-icon .cart-contents .minicart-numbers {
  top: 13px;
  left: auto;
  right: 5px;
}
.rtl .header-elementor2 .top-form.top-form-minicart .top-minicart-icon .cart-contents .minicart-numbers {
  right: auto;
  left: 5px;
}
.header-elementor2 .top-form.top-form-minicart .top-minicart-icon .cart-contents .my-cart {
  color: #fff;
  margin-bottom: 0;
}
.header-elementor2 .top-form.top-form-minicart .top-minicart-icon .cart-contents .price {
  display: none;
}
.header-elementor2 .revo_top .top-form.top-search {
  border: none;
}
.header-elementor2 .revo_top .top-form.top-search .cat-wrapper {
  height: 42px;
  left: auto;
  right: 40px;
}
.rtl .header-elementor2 .revo_top .top-form.top-search .cat-wrapper {
  right: auto;
  left: 40px;
}
.header-elementor2 .revo_top .top-form.top-search .cat-wrapper:before {
  content: "\f107";
}
.header-elementor2 .revo_top .top-form.top-search .cat-wrapper .label-search {
  font-size: 14px;
}
.header-elementor2 .revo_top .top-form.top-search .cat-wrapper select {
  height: 41px;
}
.header-elementor2 .revo_top .top-form.top-search .cat-wrapper button.form-button {
  font-size: 16px;
  width: 50px;
}
.header-elementor2 .revo_top .top-form.top-search .content-search input {
  height: 42px;
  line-height: 42px;
  padding-right: 180px;
  padding-left: 15px;
}
.rtl .header-elementor2 .revo_top .top-form.top-search .content-search input {
  padding-left: 18px;
  padding-right: 15px;
}
.header-elementor2.elementor-sticky--effects .header-bottom {
  padding-left: 0;
}
.rtl .header-elementor2.elementor-sticky--effects .header-bottom {
  padding: 0;
}
.header-elementor2.elementor-sticky--effects .nav-pills >li > a {
  padding: 18px 15px 18px 0;
}
.rtl .header-elementor2.elementor-sticky--effects .nav-pills >li > a {
  padding: 18px 0 18px 15px;
}
.header-elementor2.elementor-sticky--effects .nav-pills.nav-mega .flashmart-mega-menu.flashmart-menu-img > a span.menu-img {
  top: 2px;
}
.vertical-style2 .vertical_megamenu-header .mega-left-title {
  display: none;
}
.vertical-style2 .vertical_megamenu-header .wrapper_vertical_menu {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  min-width: 100%;
}
.vertical-style2 .vertical_megamenu-header .vertical-megamenu {
  box-shadow: none;
}
.box-image1 .elementor-widget-container {
  padding: 20px 10px;
}
.box-image1 .elementor-image-box-img a img {
  margin: 0 auto;
}
.box-image1 .elementor-image-box-content h3 {
  font-size: 20px;
  margin-bottom: 2px;
}
.box-image1 .elementor-image-box-content h3 a:hover {
  color: #fe2424;
}
.box-image1 .elementor-image-box-content .elementor-image-box-description {
  color: #000;
  font-family: "Barlow", Helvetica, Arial, sans-serif;
}
.box-image1 .elementor-image-box-content .elementor-image-box-description span {
  display: block;
  margin-bottom: 12px;
}
.box-image1 .elementor-image-box-content .elementor-image-box-description a {
  display: inline-block;
  vertical-align: top;
  padding: 0px 15px;
  border-radius: 15px;
  border: 1px #000 solid;
  line-height: 23px;
}
.box-image1 .elementor-image-box-content .elementor-image-box-description a:hover {
  border-color: #fe2424;
}
.etitle1 {
  font-size: 20px;
  color: #000;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0;
  padding: 15px 0px 11px 0;
}
.etitle1 span {
  border-left: 3px #000 solid;
  padding: 0 15px;
}
.rtl .etitle1 span {
  border-left: none;
  border-right: 3px #000 solid;
}
.stylev2 .sw-woo-tab-cat {
  margin-bottom: 0;
  border: none;
}
.stylev2 .sw-woo-tab-cat .resp-tab .top-tab-slider .block-title {
  position: relative;
  padding: 14px 15px;
}
.stylev2 .sw-woo-tab-cat .resp-tab .top-tab-slider .block-title:before {
  content: "";
  width: 3px;
  height: 23px;
  background: #000;
  position: absolute;
  top: 12px;
  left: 0;
}
.rtl .stylev2 .sw-woo-tab-cat .resp-tab .top-tab-slider .block-title:before {
  left: auto;
  right: 0;
}
.stylev2 .sw-woo-tab-cat .resp-tab .tab-content {
  padding: 8px 0;
}
.block-infor {
  border: 1px #ddd solid;
  padding: 5px 15px 0 15px;
}
.block-infor .info {
  overflow: hidden;
  padding: 15px 0;
  border-bottom: 1px #ddd solid;
}
.block-infor .info .icon {
  width: 55px;
  height: 45px;
  float: left;
  margin-right: 10px;
  background: url('../assets/img/promotion.png') no-repeat 15px 6px;
}
.rtl .block-infor .info .icon {
  margin-right: 0;
  margin-left: 10px;
  float: right;
}
.block-infor .info .info-cont {
  overflow: hidden;
}
.block-infor .info .info-cont span {
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 600;
}
.block-infor .info .info-cont p {
  font-size: 14px;
  color: #888;
  margin-bottom: 5px;
}
.block-infor .info.info2 .icon {
  background-position: 15px -57px;
}
.block-infor .info.info3 .icon {
  background-position: 15px -122px;
}
.block-infor .info.info4 .icon {
  background-position: 15px -190px;
}
.block-infor .info.info5 .icon {
  background-position: 15px -266px;
}
.block-infor .info:last-child {
  border-bottom: none;
}
.rtl  .elementor-6447 .elementor-element.elementor-element-6714d27 > .elementor-element-populated {
  padding-left: 0;
  padding-right: 10px;
}
.rtl  .elementor-6447 .elementor-element.elementor-element-38ea6c8 > .elementor-element-populated {
  padding-left: 10px;
  padding-right: 0;
}
@media (min-width: 1800px) {
  .header-elementor1 .revo_top .top-form.top-search {
    width: 745px;
  }
  .header-elementor1 .top-login {
    margin-left: 4px;
  }
  .rtl .header-elementor1 .top-login {
    margin-left: 0;
    margin-right: 4px;
  }
  .header-elementor2 .revo_top .top-form.top-search {
    width: 750px;
  }
  .header-elementor2 .header-mid .wishlist {
    margin-left: 147px;
  }
  .admin-bar .header-elementor2 .header-mid .wishlist {
    margin-left: 139px;
  }
  .rtl .header-elementor2 .header-mid .wishlist {
    margin-left: 0;
    margin-right: 147px;
  }
  .contact-foot3 .item {
    padding-right: 25px;
  }
  .rtl .contact-foot3 .item {
    padding-right: 0;
    padding-left: 25px;
  }
  .rtl.admin-bar .header-elementor2 .header-mid .wishlist {
    margin-left: 0;
    margin-right: 139px;
  }
}
@media (min-width: 1600px) {
  .header-elementor2 .header-bottom {
    padding-left: 20%;
  }
  .rtl .header-elementor2 .header-bottom {
    padding-left: 0;
    padding-right: 20%;
  }
}
@media (min-width: 1200px) and (max-width: 1600px) {
  .sw-demo-button {
    margin-top: 0 !important;
  }
  .header-elementor2 .header-mid .top-left1 {
    padding-top: 0;
  }
}
@media (min-width: 1200px) {
  .header-elementor2 .header-bottom .dropdown-menu {
    left: 0 !important;
  }
  .rtl .header-elementor2 .header-bottom .dropdown-menu {
    left: auto !important;
    right: 0 !important;
  }
}
@media (max-width: 1199px) {
  .header-elementor2 .header-mid .top-left1 {
    padding-top: 9px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .box-menuleft {
    width: 25% !important;
  }
  .box-menuleft .wrapper_vertical_menu .vertical-megamenu > li > a {
    padding-top: 3.5px;
    padding-bottom: 3.5px;
  }
  .box-menuleft .wrapper_vertical_menu .vertical-megamenu > li.showMore a.open-more-cat:before {
    top: 4px;
  }
  .box-menuleft .wrapper_vertical_menu .vertical-megamenu > li.showMore a.close-more-cat:before {
    top: 3px;
  }
  .box-menuleft.dropdown > a:after {
    top: 4px;
  }
  .box-slidercenter {
    width: 75% !important;
  }
  .box-logright {
    display: none;
  }
}
@media (max-width: 991px) {
  .header-elementor1 .header-mid .revo_top {
    display: none;
  }
  .header-elementor1 .header-mid .top-left1 {
    width: 29% !important;
  }
  .header-elementor1 .header-mid .top-right1 {
    width: 71% !important;
  }
  .header-elementor1 .header-bottom {
    padding: 5px 0;
  }
  .header-elementor1 .header-bottom .top-left1 {
    display: none;
  }
  .header-elementor1 .header-bottom .top-deal1 {
    width: 30% !important;
  }
  .header-elementor1 .header-bottom .menu-center {
    width: 70% !important;
  }
  .header-elementor1 .header-bottom .menu-center .elementor-element-populated {
    padding: 0 10px;
  }
  .header-elementor1 .resmenu-container .navbar-toggle .icon-bar {
    background: #fff;
  }
  .header-elementor2 .header-mid .top-left1 {
    width: 29% !important;
    padding-top: 2px;
  }
  .header-elementor2 .header-mid .top-right1 {
    width: 71% !important;
  }
  .header-elementor2 .header-bottom {
    padding: 5px 0;
  }
  .box-menuleft,
  .box-logright,
  .header-elementor2 .revo_top {
    display: none;
  }
  .box-slidercenter {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .header-elementor1.header-top:before {
    width: 100%;
    border-radius: 0;
  }
  .header-elementor1.header-top .header-mess,
  .header-elementor1.header-top .top-right1 {
    display: none;
  }
  .header-elementor1 #lang_sel:before {
    top: 11px;
  }
  .header-elementor1 .header-mid {
    padding: 5px 0 15px 0;
  }
  .header-elementor1 .header-mid .top-left1 >.elementor-element-populated {
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    margin-bottom: 10px;
  }
  .header-elementor1 .header-mid .top-right1 >.elementor-element-populated {
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  .header-elementor1 .header-mid .top-left1,
  .header-elementor1 .header-mid .top-right1 {
    width: 100% !important;
  }
  .header-elementor1 .top-login ul {
    margin-left: 0;
  }
  .rtl .header-elementor1 .top-login ul {
    margin-right: 0;
    margin-left: 30px;
  }
  .header-elementor1 .header-bottom .top-deal1 {
    display: none;
  }
  .header-elementor1 .top-form .wrapp-minicart {
    right: -30px;
  }
  .rtl .header-elementor1 .top-form .wrapp-minicart {
    right: auto;
    left: -30px;
  }
  .header-elementor2.header-top .header-mess,
  .header-elementor2.header-top .top-right1 {
    display: none;
  }
  .header-elementor2 .header-mid {
    padding: 5px 0 15px 0;
  }
  .header-elementor2 .header-mid .top-left1 >.elementor-element-populated {
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    margin-bottom: 10px;
  }
  .header-elementor2 .header-mid .top-right1 >.elementor-element-populated {
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  .header-elementor2 .header-mid .top-left1,
  .header-elementor2 .header-mid .top-right1 {
    width: 100% !important;
  }
  .header-elementor2 .header-mid .wishlist {
    margin-left: 0;
  }
  .rtl .header-elementor2 .header-mid .wishlist {
    margin-right: 0;
  }
  .header-elementor2 .top-form .wrapp-minicart {
    right: -50px;
  }
  .rtl .header-elementor2 .top-form .wrapp-minicart {
    right: auto;
    left: -50px;
  }
}
.home-style3 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
}
.home-style3 .item .item-wrap .item-detail .item-content h4 {
  font-family: "Roboto", Helvetica, Arial, sans-serif !important;
  line-height: 19px;
  margin-bottom: 0;
}
.home-style3 .item .item-wrap .item-detail .item-content .reviews-content {
  padding: 10px 0 9px;
}
.home-style3 .item .item-wrap .item-detail .item-content .reviews-content .woocommerce-review-link {
  font-size: 12px;
}
.home-style3 .item .item-wrap .item-detail .item-content .item-price {
  font-family: "Barlow Condensed", Helvetica, Arial, sans-serif;
  font-size: 20px;
}
.home-style3 .item .item-wrap .item-detail .item-content .item-price > span del {
  font-size: 16px;
  color: #6d6e71;
}
.home-style3 .sw-tab-bunled-product .resp-tab .tab-content .woo-tab-container-slider .resp-slider-container .item-left .combo-title span {
  font-family: "Barlow Condensed", Helvetica, Arial, sans-serif;
}
.home-style3 .sw-tab-bunled-product .resp-tab .tab-content .woo-tab-container-slider .resp-slider-container .item-left h4 {
  font-family: "Roboto", Helvetica, Arial, sans-serif !important;
}
.home-style3 .sw-brand-container-slider.style1 .slider .item-brand-cat .content h3,
.home-style3 .newsletter-footer h3,
.home-style3 .contact-foot .item h4,
.home-style3 .nav-pills.nav-mega h3 {
  font-family: "Roboto", Helvetica, Arial, sans-serif !important;
}
.text-v1 {
  clip-path: polygon(0% 0%,85% 0%,100% 50%,85% 100%,0% 100%);
}
.header-elementor3 .top-left1 >.elementor-element-populated  >div,
.header-elementor3 .top-right1 >.elementor-element-populated  >div {
  margin-bottom: 0;
}
.header-elementor3 .menu-center {
  padding: 0 15px;
}
.header-elementor3 .policy {
  margin: 0;
}
.header-elementor3 .policy li {
  display: inline-block;
  vertical-align: top;
  margin-right: 30px;
}
.rtl .header-elementor3 .policy li {
  margin-right: 0;
  margin-left: 30px;
}
.header-elementor3 .policy li:last-child {
  margin-right: 0;
}
.header-elementor3 .policy li a {
  font-size: 12px;
  padding: 12px 0;
  display: block;
  color: #787878;
}
.header-elementor3 .policy li a:hover {
  color: #fe2424;
}
.header-elementor3 .header-mess .item {
  padding-top: 11px;
  padding-bottom: 11px;
}
.header-elementor3 .header-mess a {
  color: #787878;
}
.header-elementor3 .header-mess a:hover {
  color: #fe2424;
}
.header-elementor3 .header-mess .item-phone:before,
.header-elementor3 .header-mess .item-faq:before,
.header-elementor3 .header-mess .item-order:before {
  top: 11px;
}
.header-elementor3 #lang_sel > ul.nav > li,
.header-elementor3 .currency_w > li {
  padding-top: 12px;
  padding-bottom: 11px;
}
.header-elementor3 #lang_sel > ul.nav > li > a,
.header-elementor3 .currency_w > li > a {
  color: #787878;
}
.header-elementor3 #lang_sel > ul.nav > li > a:hover,
.header-elementor3 .currency_w > li > a:hover {
  color: #fe2424;
}
.header-elementor3 .currency_w > li .currency_switcher {
  left: auto;
  right: 0;
}
.rtl .header-elementor3 .currency_w > li .currency_switcher {
  right: auto;
  left: 0;
}
.header-elementor3 .header-mid {
  padding: 20px 0 19px 0;
}
.header-elementor3 .header-mid .wishlist {
  position: relative;
  font-size: 0;
  margin-left: 15px;
  display: block;
  margin-top: 12px;
}
.rtl .header-elementor3 .header-mid .wishlist {
  margin-left: 0;
  margin-right: 15px;
}
.header-elementor3 .header-mid .wishlist:before {
  content: "\f08a";
  font-family: Fontawesome;
  display: block;
  color: #000;
  font-size: 28px;
}
.header-elementor3 .header-mid .wishlist:hover:before {
  color: #fe2424;
}
.header-elementor3 .revo_top .top-form.top-search {
  border: 2px #ededed solid;
}
.header-elementor3 .revo_top .top-form.top-search .cat-wrapper {
  height: 48px;
  left: auto;
  right: 57px;
}
.rtl .header-elementor3 .revo_top .top-form.top-search .cat-wrapper {
  right: auto;
  left: 57px;
}
.header-elementor3 .revo_top .top-form.top-search .cat-wrapper:before {
  top: 17px;
}
.header-elementor3 .revo_top .top-form.top-search .cat-wrapper select {
  height: 47px;
}
.header-elementor3 .revo_top .top-form.top-search .cat-wrapper .label-search {
  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;
}
.header-elementor3 .revo_top .top-form.top-search:hover .cat-wrapper .label-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;
}
.header-elementor3 .revo_top .top-form.top-search button.form-button {
  height: 44px;
  line-height: 44px;
  background: #fe2424;
  color: #000;
  margin: 2px;
}
.header-elementor3 .revo_top .top-form.top-search button.form-button:hover {
  background: #ee0101;
}
.header-elementor3 .revo_top .top-form.top-search .content-search input {
  padding-right: 185px;
  padding-left: 30px;
  font-size: 14px;
}
.rtl .header-elementor3 .revo_top .top-form.top-search .content-search input {
  padding-left: 185px;
  padding-right: 30px;
}
.header-elementor3 .revo_top .top-form.top-search input {
  height: 48px;
  line-height: 49px;
}
.header-elementor3 .revo_top .top-form.top-search input::-webkit-input-placeholder {
  color: #999;
}
.header-elementor3 .revo_top .top-form.top-search input::-moz-placeholder {
  color: #999;
}
.header-elementor3 .revo_top .top-form.top-search input:-ms-input-placeholder {
  color: #999;
}
.header-elementor3 .top-login {
  margin-top: 12px;
}
.header-elementor3 .top-login ul {
  border: none;
  padding: 0 10px;
  margin: 0 0 0 30px;
  text-align: center;
}
.rtl .header-elementor3 .top-login ul {
  margin: 0 30px 0 0;
}
.header-elementor3 .top-login ul:before {
  display: none;
}
.header-elementor3 .top-login ul li {
  font-size: 0;
}
.header-elementor3 .top-login ul li span {
  display: none;
}
.header-elementor3 .top-login ul li a {
  font-size: 0;
  display: inline-block;
  vertical-align: top;
  background: url('../assets/img/user-left.svg') no-repeat center center;
  border: none;
  background-size: 23px;
  width: 30px;
  height: 26px;
}
.header-elementor3 .top-login ul li a:hover {
  background: url(../assets/img/default/user-left2.svg) no-repeat center center;
  background-size: 23px;
}
.header-elementor3 .top-login ul li a.register {
  display: none;
}
.header-elementor3 .top-form.top-form-minicart {
  border: none;
  padding: 1px 7px 11px 20px;
  margin-left: 43px;
  margin-top: 12px;
}
.rtl .header-elementor3 .top-form.top-form-minicart {
  padding: 1px 20px 11px 7px;
  margin-left: 0;
  margin-right: 43px;
}
.header-elementor3 .top-form.top-form-minicart:before {
  border: none;
  top: 0;
  background-size: 24px;
  height: 28px;
  width: 30px;
  border-radius: 0;
}
.header-elementor3 .top-form.top-form-minicart .top-minicart-icon .cart-contents .my-cart {
  display: none;
}
.header-elementor3 .top-form.top-form-minicart .top-minicart-icon .cart-contents .minicart-numbers {
  color: #000;
  top: -6px;
  left: -2px;
  font-size: 12px;
  width: 18px;
  height: 18px;
  line-height: 18px;
}
.rtl .header-elementor3 .top-form.top-form-minicart .top-minicart-icon .cart-contents .minicart-numbers {
  left: auto;
  right: -2px;
}
.header-elementor3 .top-form.top-form-minicart .top-minicart-icon .cart-contents .price {
  font-family: "Barlow Condensed", Helvetica, Arial, sans-serif;
  font-size: 20px;
}
.header-elementor3 .header-bottom {
  background: #fff;
}
.header-elementor3 .header-bottom .top-left1 .elementor-element-populated .elementor-widget {
  width: 100%;
}
.header-elementor3 .header-bottom .vertical_megamenu-header {
  width: 100%;
}
.header-elementor3 .header-bottom .vertical_megamenu-header .mega-left-title {
  color: #000;
  padding: 0 20px;
  height: 64px;
  line-height: 64px;
  background: #fe2424;
}
.header-elementor3 .header-bottom .vertical_megamenu-header .mega-left-title:after {
  display: none;
}
.header-elementor3 .header-bottom .vertical_megamenu-header .mega-left-title span {
  font-family: "Barlow Condensed", Helvetica, Arial, sans-serif;
  font-size: 22px;
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
  display: block;
  padding-left: 40px;
}
.rtl .header-elementor3 .header-bottom .vertical_megamenu-header .mega-left-title span {
  padding-left: 0;
  padding-right: 40px;
}
.header-elementor3 .header-bottom .vertical_megamenu-header .mega-left-title span:after {
  content: '\f0d7';
  font-family: fontawesome;
  font-size: 14px;
  position: absolute;
  top: 0px;
  left: auto;
  right: 0px;
  width: inherit;
  height: inherit;
  background: transparent;
}
.rtl .header-elementor3 .header-bottom .vertical_megamenu-header .mega-left-title span:after {
  right: auto;
  left: 0;
}
.header-elementor3 .header-bottom .vertical_megamenu-header .mega-left-title span:before {
  background: url('../assets/img/icon-vertical.png') no-repeat -10px 5px;
  width: 32px;
  height: 24px;
  top: 21px;
}
.rtl .header-elementor3 .header-bottom .vertical_megamenu-header .mega-left-title span:before {
  transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.header-elementor3 .nav-pills >li > a {
  font-size: 16px;
  padding: 22px 10px;
}
.header-elementor3.elementor-sticky--effects {
  box-shadow: 0 1px 2px #ddd;
}
.header-elementor3.elementor-sticky--effects .nav-pills.nav-mega .flashmart-mega-menu.flashmart-menu-img > a span.menu-img {
  top: 1px;
}
.header-elementor3.elementor-sticky--effects .top-right1 .elementor-widget-image > .elementor-widget-container {
  margin-top: 13px;
}
.flash-salei3 {
  display: block;
  position: relative;
  padding-left: 75px;
  padding-top: 16px;
}
.rtl .flash-salei3 {
  padding-left: 0;
  padding-right: 79px;
}
.flash-salei3:before {
  content: "";
  background: url('../assets/img/flash.gif') no-repeat center center;
  width: 75px;
  height: 63px;
  position: absolute;
  top: 0;
  left: 0;
  background-size: 85px;
}
.rtl .flash-salei3:before {
  left: auto;
  right: 0;
}
.flash-salei3 .tit {
  font-size: 12px;
  color: #000;
  font-weight: 600;
  font-style: italic;
}
.flash-salei3 .des {
  font-size: 18px;
  color: #fe2424;
  text-transform: uppercase;
  font-weight: 800;
  font-style: italic;
  text-shadow: 2px 2px 1px #000;
}
.block-infor2 {
  margin: 0 -10px;
  padding: 15px 0;
}
.block-infor2 .info {
  border-right: 1px #ededed solid;
  padding: 0 10px;
}
.rtl .block-infor2 .info {
  border-right: none;
  border-left: 1px #ededed solid;
}
.block-infor2 .info .icon {
  width: 50px;
  height: 50px;
  margin-right: 15px;
  float: left;
  background: url(../assets/img/default/icon-promo.png) no-repeat -9px 0px;
}
.rtl .block-infor2 .info .icon {
  float: right;
  margin-right: 0;
  margin-left: 15px;
}
.block-infor2 .info .info-cont {
  overflow: hidden;
}
.block-infor2 .info .info-cont span {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Barlow Condensed", Helvetica, Arial, sans-serif;
}
.block-infor2 .info .info-cont p {
  margin-bottom: 0;
  color: #555;
}
.block-infor2 .info.info2 .icon {
  background-position: -68px 0;
}
.block-infor2 .info.info3 .icon {
  background-position: -128px 0;
}
.block-infor2 .info.info4 {
  border-right: none;
}
.rtl .block-infor2 .info.info4 {
  border-left: none;
}
.block-infor2 .info.info4 .icon {
  background-position: -188px 0;
}
.banner-bg1:before {
  content: "";
  width: 100%;
  height: 50%;
  background: #f5f5f5;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (min-width: 1800px) {
  .header-elementor3 .wrapper_vertical_menu {
    min-width: 294px;
  }
  .header-elementor3 .revo_top .top-form.top-search {
    width: 720px;
  }
  .header-elementor3 .top-login {
    margin-left: 67px;
  }
  .rtl .header-elementor3 .top-login {
    margin-left: 0;
    margin-right: 67px;
  }
  .block-infor2 .info {
    padding-left: 26px;
  }
  .rtl .block-infor2 .info {
    padding-right: 26px;
    padding-left: 10px;
  }
}
@media (max-width: 1199px) {
  .header-elementor3 .header-bottom .vertical_megamenu-header .mega-left-title span {
    font-size: 18px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .flash-salei3 {
    padding-left: 0;
  }
  .flash-salei3:before {
    display: none;
  }
}
@media (max-width: 991px) {
  .header-elementor3.header-top .top-left1 {
    display: none;
  }
  .header-elementor3.header-top .top-right1 {
    width: 100%;
  }
  .header-elementor3 .header-mid .revo_top {
    display: none;
  }
  .header-elementor3 .header-mid .top-left1 {
    width: 29% !important;
  }
  .header-elementor3 .header-mid .top-right1 {
    width: 71% !important;
  }
  .header-elementor3 .header-bottom .top-left1 {
    display: none;
  }
  .header-elementor3 .header-bottom .top-right1 {
    width: 50% !important;
  }
  .header-elementor3 .header-bottom .top-right1 .elementor-widget-container {
    margin-top: 0;
  }
  .header-elementor3 .header-bottom .menu-center {
    width: 50% !important;
  }
  .header-elementor3 #main-menu .primary-menu .resmenu-container .navbar-toggle {
    border: 1px #000 solid;
  }
  .header-elementor3 #main-menu .primary-menu .resmenu-container .navbar-toggle .icon-bar {
    background: #000;
  }
  .header-elementor3.elementor-sticky--effects #main-menu .primary-menu .resmenu-container .navbar-toggle {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .header-elementor3.elementor-sticky--effects .top-right1 .elementor-widget-image > .elementor-widget-container {
    margin-top: 8px;
  }
  .header-elementor3.elementor-sticky--effects .flash-salei3 {
    padding-top: 10px;
  }
  .header-elementor3.elementor-sticky--effects .flash-salei3:before {
    height: 52px;
  }
  .flash-salei3 {
    padding-top: 8px;
  }
  .flash-salei3:before {
    height: 45px;
  }
}
@media (max-width: 767px) {
  .header-elementor3.header-top .header-mess {
    display: none;
  }
  .header-elementor3 .header-mid .top-left1 >.elementor-element-populated {
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    margin-bottom: 10px;
  }
  .header-elementor3 .header-mid .top-right1 >.elementor-element-populated {
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  .header-elementor3 .header-mid .top-left1,
  .header-elementor3 .header-mid .top-right1 {
    width: 100% !important;
  }
  .header-elementor3 .header-mid .top-login ul {
    margin-left: 0;
  }
  .rtl .header-elementor3 .header-mid .top-login ul {
    margin-right: 0;
  }
  .header-elementor3 .header-bottom .top-right1 {
    width: 60% !important;
  }
  .header-elementor3 .header-bottom .menu-center {
    width: 40% !important;
  }
  .header-elementor3 .top-form .wrapp-minicart {
    right: -50px;
  }
  .rtl .header-elementor3 .top-form .wrapp-minicart {
    right: auto;
    left: -50px;
  }
  .block-infor2 {
    overflow-x: auto !important;
    white-space: nowrap;
  }
  .block-infor2 .info {
    white-space: normal;
    width: 225px;
    float: none;
    display: inline-block;
    vertical-align: top;
  }
  .rtl .block-infor2 .info {
    float: none;
  }
  .flash-salei3 .des {
    font-size: 14px;
  }
}
.home-style4 .item .item-wrap .item-detail .item-img .sale-off2 {
  font-family: "Jost", Helvetica, Arial, sans-serif !important;
}
.home-style4 .item .item-wrap .item-detail .item-content h4 {
  font-family: "Barlow", Helvetica, Arial, sans-serif !important;
}
.home-style4 rs-module-wrap .tparrows.custom {
  width: 35px !important;
  height: 50px !important;
  background: #fff !important;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.home-style4 rs-module-wrap .tparrows.custom:before {
  line-height: 50px !important;
  color: #000 !important;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.home-style4 rs-module-wrap .tparrows.custom:hover {
  background: #fe2424 !important;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.home-style4 rs-module-wrap .tparrows.custom:hover:before {
  color: #fff !important;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.home-style4 div.star span,
.home-style4 div.stars span {
  background: url("../assets/img/star-active2.png") repeat scroll 0 0 rgba(0,0,0,0);
  float: left;
  left: 0;
  overflow: hidden;
  padding-top: 1.5em;
  position: absolute;
  top: 0;
}
.header-elementor4 .top-left1 >.elementor-element-populated  >div,
.header-elementor4 .top-right1 >.elementor-element-populated  >div {
  margin-bottom: 0;
}
.header-elementor4 .policy {
  margin: 0;
}
.header-elementor4 .policy li {
  display: inline-block;
  vertical-align: top;
  margin-right: 30px;
}
.rtl .header-elementor4 .policy li {
  margin-right: 0;
  margin-left: 30px;
}
.header-elementor4 .policy li:last-child {
  margin-right: 0;
}
.header-elementor4 .policy li a {
  font-size: 12px;
  padding: 12px 0;
  display: block;
  color: #bbb;
}
.header-elementor4 .policy li a:hover {
  color: #fe2424;
}
.header-elementor4 .header-mess .item {
  padding-top: 10px;
  padding-bottom: 11px;
}
.header-elementor4 .header-mess a {
  color: #bbb;
}
.header-elementor4 .header-mess a:hover {
  color: #fe2424;
}
.header-elementor4 .header-mess .item-phone:before,
.header-elementor4 .header-mess .item-faq:before,
.header-elementor4 .header-mess .item-order:before {
  opacity: 0.7;
}
.header-elementor4 .header-mess .item-phone:before {
  background: url(../assets/img/phoneb.svg) no-repeat center center;
  background-size: 12px;
}
.header-elementor4 .header-mess .item-faq:before {
  background: url(../assets/img/questionb.svg) no-repeat center center;
  background-size: 12px;
}
.header-elementor4 .header-mess .item-order:before {
  background: url(../assets/img/deliveryb.svg) no-repeat center center;
  background-size: 12px;
}
.header-elementor4 #lang_sel > ul.nav > li,
.header-elementor4 .currency_w > li {
  padding-top: 12px;
  padding-bottom: 11px;
}
.header-elementor4 #lang_sel > ul.nav > li > a,
.header-elementor4 .currency_w > li > a {
  color: #bbb;
}
.header-elementor4 #lang_sel > ul.nav > li > a:hover,
.header-elementor4 .currency_w > li > a:hover {
  color: #fe2424;
}
.header-elementor4 .currency_w > li .currency_switcher {
  left: auto;
  right: 0;
}
.rtl .header-elementor4 .currency_w > li .currency_switcher {
  right: auto;
  left: 0;
}
.header-elementor4 .header-mid {
  padding: 15px 0;
}
.header-elementor4 .header-mid .top-left1 {
  padding-top: 3px;
}
.header-elementor4 .header-mid .wishlist {
  font-size: 14px;
  color: #fff;
  display: block;
  margin: 13px 0 0 40px;
  font-weight: 400;
}
.rtl .header-elementor4 .header-mid .wishlist {
  margin: 13px 40px 0 0;
}
.header-elementor4 .header-mid .wishlist:hover {
  color: #fe2424;
}
.header-elementor4 .header-bottom .mega-left-title {
  color: #fe2424;
}
.header-elementor4 .header-bottom .mega-left-title span {
  color: #fe2424;
  font-weight: 600;
}
.header-elementor4 .header-bottom .mega-left-title span:before,
.header-elementor4 .header-bottom .mega-left-title span:after {
  background: #fe2424;
}
.header-elementor4 .top-login3 {
  margin-top: 10px;
}
.header-elementor4 .top-login3 ul {
  margin: 0 0 0 30px;
}
.rtl .header-elementor4 .top-login3 ul {
  margin: 0 30px 0 0;
}
.header-elementor4 .top-login3 ul li {
  color: #fff;
  font-family: "Jost", Helvetica, Arial, sans-serif;
}
.header-elementor4 .top-login3 ul li a {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  font-weight: 400;
}
.header-elementor4 .top-login3 ul li a:hover {
  color: #fe2424;
}
.header-elementor4 .revo_top .top-form.top-search {
  border: none;
  border-radius: 20px;
  background-color: #fff;
}
.header-elementor4 .revo_top .top-form.top-search .cat-wrapper {
  float: left;
  position: relative;
  width: 50px;
  height: 40px;
  border-radius: 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;
}
@media (max-width: 1199px) {
  .header-elementor4 .revo_top .top-form.top-search .cat-wrapper {
    display: none;
  }
}
.header-elementor4 .revo_top .top-form.top-search .cat-wrapper:before {
  top: 13px;
}
.rtl .header-elementor4 .revo_top .top-form.top-search .cat-wrapper {
  width: 50px;
  float: right;
}
.header-elementor4 .revo_top .top-form.top-search .cat-wrapper .label-search {
  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;
}
.header-elementor4 .revo_top .top-form.top-search .cat-wrapper .label-search select {
  height: 40px;
}
.header-elementor4 .revo_top .top-form.top-search .content-search {
  float: left;
}
.rtl .header-elementor4 .revo_top .top-form.top-search .content-search {
  float: right;
}
.header-elementor4 .revo_top .top-form.top-search .content-search input {
  padding: 0 65px 0 25px;
  height: 40px;
  line-height: 41px;
  border-radius: 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;
}
.rtl .header-elementor4 .revo_top .top-form.top-search .content-search input {
  padding: 0 25px 0 65px;
}
.header-elementor4 .revo_top .top-form.top-search button.form-button {
  height: 40px;
  line-height: 40px;
  background: #ffc220;
  color: #000;
  border-radius: 0 20px 20px 0;
}
.rtl .header-elementor4 .revo_top .top-form.top-search button.form-button {
  border-radius: 20px 0 0 20px;
}
.header-elementor4 .revo_top .top-form.top-search button.form-button:hover {
  background: #ee0101;
}
.header-elementor4 .revo_top .top-form.top-search:hover .cat-wrapper {
  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;
}
.header-elementor4 .revo_top .top-form.top-search:hover .cat-wrapper .label-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;
}
.header-elementor4 .menu-center {
  padding: 0 15px;
}
.header-elementor4 .primary-menu {
  position: relative;
}
.header-elementor4 .primary-menu:before {
  content: "";
  width: 1px;
  height: 20px;
  background: #ededed;
  position: absolute;
  top: 15px;
  left: -20px;
}
.rtl .header-elementor4 .primary-menu:before {
  left: auto;
  right: -20px;
}
.header-elementor4 .mega-left-title {
  height: 50px;
  line-height: 49px;
}
.header-elementor4 .mega-left-title:after {
  line-height: 50px;
}
.header-elementor4 .nav-pills >li > a {
  padding: 15px 15px 15px 0;
}
.header-elementor4 .nav-pills >li > a:before {
  content: "";
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 0;
  background: #fe2424;
  -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-elementor4 .nav-pills >li > a {
  padding: 15px 0 15px 15px;
}
.header-elementor4 .nav-pills >li > a:hover:before {
  width: 100%;
}
.header-elementor4 .nav-pills >li.active > a:before {
  width: 100%;
}
.header-elementor4.elementor-sticky--effects .primary-menu:before {
  top: 15px;
}
.header-elementor4.elementor-sticky--effects .nav-pills.nav-mega .flashmart-mega-menu.flashmart-menu-img > a span.menu-img {
  top: 0;
  display: none;
}
.header-elementor4.elementor-sticky--effects .top-deal1 >.elementor-element-populated {
  margin-top: 0;
}
.sl-more4 i {
  margin: 0 5px;
}
.block-infor3 {
  margin: 0 -10px;
  padding: 25px 0;
  text-align: center;
}
.block-infor3 .info {
  border-right: 1px #ededed solid;
  padding: 0 10px;
}
.rtl .block-infor3 .info {
  border-right: none;
  border-left: 1px #ededed solid;
}
.block-infor3 .info .icon {
  width: 50px;
  height: 50px;
  margin-right: 15px;
  display: inline-block;
  vertical-align: top;
  background: url(../assets/img/default/icon-promo.png) no-repeat -9px 0px;
}
.rtl .block-infor3 .info .icon {
  margin-right: 0;
  margin-left: 15px;
}
.block-infor3 .info .info-cont {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.rtl .block-infor3 .info .info-cont {
  text-align: right;
}
.block-infor3 .info .info-cont span {
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 500;
  font-family: "Jost", Helvetica, Arial, sans-serif;
}
.block-infor3 .info .info-cont p {
  margin-bottom: 0;
  color: #555;
}
.block-infor3 .info.info2 .icon {
  background-position: -68px 0;
}
.block-infor3 .info.info3 {
  border-right: none;
}
.rtl .block-infor3 .info.info3 {
  border-left: none;
}
.block-infor3 .info.info3 .icon {
  background-position: -128px 0;
}
.countdown-slider2 {
  position: relative;
  background: #f7fbff;
  border-radius: 8px;
  padding: 102px 45px 70px 45px;
  margin-bottom: 79px;
}
.countdown-slider2 .block-title {
  text-align: center;
}
.countdown-slider2 .block-title .box {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  position: relative;
  padding-left: 190px;
  margin-bottom: 72px;
}
.rtl .countdown-slider2 .block-title .box {
  text-align: right;
  padding-left: 0;
  padding-right: 190px;
}
.countdown-slider2 .block-title .box:before {
  content: "";
  width: 185px;
  height: 120px;
  background: url(../assets/img/icon-deals1.png) center center no-repeat;
  position: absolute;
  top: -38px;
  left: 0;
}
.rtl .countdown-slider2 .block-title .box:before {
  left: auto;
  right: 0;
}
.countdown-slider2 .block-title h3 {
  font-size: 34px;
  font-style: italic;
  font-weight: bold;
  background: linear-gradient(to right,#0070dc 0%,#00a9cf 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.countdown-slider2 .block-title .description {
  font-size: 16px;
  margin-bottom: 10px;
  background: linear-gradient(to right,#0070dc 0%,#00a9cf 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.countdown-slider2 .item {
  padding: 0 10px;
}
.countdown-slider2 .item .item-wrap {
  border: 1px #ffffff solid;
  border-radius: 8px;
  overflow: hidden;
}
.countdown-slider2 .item .item-wrap .item-detail .item-img a img {
  margin-bottom: 22px;
}
.countdown-slider2 .item .item-wrap .item-detail .item-img .sale-off2 {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 11px;
  color: #000;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  background: #ffc220;
}
.rtl .countdown-slider2 .item .item-wrap .item-detail .item-img .sale-off2 {
  right: auto;
  left: 10px;
}
.countdown-slider2 .item .item-wrap .item-detail .item-img .sale-off2 span {
  display: none;
}
.countdown-slider2 .item .item-wrap .item-detail .item-img .product-countdown {
  display: inline-block;
  vertical-align: top;
  background: #ffc220;
  border-radius: 10px;
  padding: 2px 10px 2px 14px;
  color: #000;
  position: relative;
  margin-bottom: 2px;
}
.rtl .countdown-slider2 .item .item-wrap .item-detail .item-img .product-countdown {
  padding: 2px 14px 2px 10px;
}
.countdown-slider2 .item .item-wrap .item-detail .item-img .product-countdown:before {
  content: "";
  width: 24px;
  height: 28px;
  position: absolute;
  top: -6px;
  left: -10px;
  background: url(../assets/img/icon-deals.png) center center no-repeat;
}
.rtl .countdown-slider2 .item .item-wrap .item-detail .item-img .product-countdown:before {
  left: auto;
  right: -10px;
}
.countdown-slider2 .item .item-wrap .item-detail .item-img .product-countdown .countdown-section {
  display: inline-block;
  vertical-align: top;
  padding: 0 6px;
  position: relative;
}
.countdown-slider2 .item .item-wrap .item-detail .item-img .product-countdown .countdown-section:before {
  content: ":";
  font-family: fontawesome;
  font-size: 18px;
  position: absolute;
  top: -3px;
  right: -2px;
  color: #000;
}
.rtl .countdown-slider2 .item .item-wrap .item-detail .item-img .product-countdown .countdown-section:before {
  right: auto;
  left: -2px;
}
.countdown-slider2 .item .item-wrap .item-detail .item-img .product-countdown .countdown-section .countdown-amount {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  font-family: "Jost", Helvetica, Arial, sans-serif;
}
.countdown-slider2 .item .item-wrap .item-detail .item-img .product-countdown .countdown-section .countdown-period {
  display: none;
}
.countdown-slider2 .item .item-wrap .item-detail .item-img .product-countdown .countdown-section:last-child:before {
  display: none;
}
.countdown-slider2 .item .item-wrap .item-detail .item-content {
  text-align: center;
  min-height: 127px;
  padding: 11px 15px 4px 15px;
}
.rtl .countdown-slider2 .item .item-wrap .item-detail .item-content {
  text-align: center;
}
.countdown-slider2 .item .item-wrap .item-detail .item-content h4 {
  line-height: 20px;
}
.countdown-slider2 .item .item-wrap .item-detail .item-content .item-price {
  font-size: 16px;
}
.rtl .countdown-slider2 .item .item-wrap .item-detail .item-content .item-price {
  float: none;
}
.countdown-slider2 .item .item-wrap .item-detail .item-content .item-price > span {
  flex-direction: unset;
}
.countdown-slider2 .item .item-wrap .item-detail .item-content .item-price > span del {
  margin: 2px 0 0 5px;
  color: #999;
}
.rtl .countdown-slider2 .item .item-wrap .item-detail .item-content .item-price > span del {
  margin: 2px 5px 0 0;
}
.countdown-slider2 .item .item-wrap .item-detail .item-content .item-bottom {
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  left: 0;
  right: 0;
}
.countdown-slider2 .item .item-wrap:hover {
  box-shadow: none;
}
.countdown-slider2 .res-button {
  display: inline-block;
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 3;
  background: #fff;
  border: 1px #ededed solid;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: -25px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.countdown-slider2 .res-button.slick-next {
  right: -20px;
}
.rtl .countdown-slider2 .res-button.slick-next {
  left: -20px;
  right: auto;
}
.countdown-slider2 .res-button.slick-next:before {
  content: "";
  background: url(../assets/img/angle-arrow.svg) no-repeat center center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  width: 39px;
  height: 38px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rtl .countdown-slider2 .res-button.slick-next:before {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.countdown-slider2 .res-button.slick-prev {
  left: -20px;
}
.rtl .countdown-slider2 .res-button.slick-prev {
  left: auto;
  right: -20px;
}
.countdown-slider2 .res-button.slick-prev:before {
  content: "";
  background: url(../assets/img/angle-arrow.svg) no-repeat center center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  width: 40px;
  height: 38px;
}
.rtl .countdown-slider2 .res-button.slick-prev:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.countdown-slider2 .res-button:hover {
  background: #fe2424;
  border: 1px #fe2424 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;
}
.countdown-slider2 .res-button:hover:before {
  background: url(../assets/img/angle-arrow2.svg) no-repeat center center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.countdown-slider2 .res-button {
  top: 60%;
}
.countdown-slider2 .res-button.slick-next {
  right: 38px;
}
.rtl .countdown-slider2 .res-button.slick-next {
  left: 38px;
  right: auto;
}
.countdown-slider2 .res-button.slick-prev {
  left: 38px;
}
.rtl .countdown-slider2 .res-button.slick-prev {
  left: auto;
  right: 38px;
}
.countdown-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;
}
.countdown-slider2 .slick-dots {
  text-align: center;
  margin: 0;
  padding-top: 29px;
}
.countdown-slider2 .slick-dots li {
  list-style: none;
  display: inline-block;
  vertical-align: top;
  margin: 0 9px;
}
.countdown-slider2 .slick-dots li button {
  font-size: 0;
  width: 6px;
  height: 6px;
  padding: 0;
  background: #c6c9cc;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 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;
}
.countdown-slider2 .slick-dots li.slick-active button,
.countdown-slider2 .slick-dots li:hover button {
  background: #000;
  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;
}
.box-image2 .elementor-image-box-content h3 {
  padding: 0 12%;
  margin-bottom: 5px;
}
.box-image2 .elementor-image-box-content h3 a:hover {
  color: #fe2424;
}
.sw-woo-tab-style4 {
  margin-bottom: 107px;
}
.sw-woo-tab-style4 .nav-tabs-select {
  margin-bottom: 69px;
  text-align: center;
}
.sw-woo-tab-style4 .nav-tabs-select .nav-tabs {
  margin: 0;
  border: none;
}
.sw-woo-tab-style4 .nav-tabs-select .nav-tabs li {
  display: inline-block;
  vertical-align: top;
  float: none;
  padding: 0 30px 0 0;
  position: relative;
}
.rtl .sw-woo-tab-style4 .nav-tabs-select .nav-tabs li {
  padding: 0 0 0 30px;
}
.sw-woo-tab-style4 .nav-tabs-select .nav-tabs li a {
  font-size: 26px;
  text-transform: capitalize;
  border: none;
  display: inline-block;
  color: #787878;
  border-bottom: 2px transparent solid;
  vertical-align: top;
  padding: 0 0 1px 0;
  margin: 0;
  background: transparent;
  font-family: "Jost", Helvetica, Arial, sans-serif;
}
.sw-woo-tab-style4 .nav-tabs-select .nav-tabs li a:hover {
  color: #000;
  border-bottom: 2px #000 solid;
}
.sw-woo-tab-style4 .nav-tabs-select .nav-tabs li.active a {
  color: #000;
  border-bottom: 2px #000 solid;
}
.sw-woo-tab-style4 .nav-tabs-select .nav-tabs li:last-child {
  padding-right: 0;
}
.sw-woo-tab-style4 .nav-tabs-select .button-collapse {
  display: none;
}
.sw-woo-tab-style4 .resp-slider-container {
  margin: 0 -10px;
}
.sw-woo-tab-style4 .item {
  padding: 0 10px;
}
.sw-woo-tab-style4 .item .item-wrap .item-detail .item-img .sale-off2 {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 11px;
  color: #000;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  background: #ffc220;
}
.rtl .sw-woo-tab-style4 .item .item-wrap .item-detail .item-img .sale-off2 {
  right: auto;
  left: 10px;
}
.sw-woo-tab-style4 .item .item-wrap .item-detail .item-img .sale-off2 span {
  display: none;
}
.sw-woo-tab-style4 .item .item-wrap .item-detail .item-content {
  padding: 8px 15px;
}
.sw-woo-tab-style4 .item .item-wrap .item-detail .item-content h4 {
  line-height: 19px;
  margin-bottom: 0;
}
.sw-woo-tab-style4 .item .item-wrap .item-detail .item-content .item-price {
  font-size: 16px;
}
.sw-woo-tab-style4 .item .item-wrap .item-detail .item-content .item-price > span {
  flex-direction: unset;
}
.sw-woo-tab-style4 .item .item-wrap .item-detail .item-content .item-price > span del {
  margin: 2px 0 0 5px;
  color: #999;
}
.rtl .sw-woo-tab-style4 .item .item-wrap .item-detail .item-content .item-price > span del {
  margin: 2px 5px 0 0;
}
.sw-woo-tab-style4 .item .item-wrap:hover {
  box-shadow: none;
}
.sw-woo-tab-style4 .res-button {
  display: inline-block;
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 3;
  background: #fff;
  border: 1px #ededed solid;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: -25px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.sw-woo-tab-style4 .res-button.slick-next {
  right: -20px;
}
.rtl .sw-woo-tab-style4 .res-button.slick-next {
  left: -20px;
  right: auto;
}
.sw-woo-tab-style4 .res-button.slick-next:before {
  content: "";
  background: url(../assets/img/angle-arrow.svg) no-repeat center center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  width: 39px;
  height: 38px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rtl .sw-woo-tab-style4 .res-button.slick-next:before {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.sw-woo-tab-style4 .res-button.slick-prev {
  left: -20px;
}
.rtl .sw-woo-tab-style4 .res-button.slick-prev {
  left: auto;
  right: -20px;
}
.sw-woo-tab-style4 .res-button.slick-prev:before {
  content: "";
  background: url(../assets/img/angle-arrow.svg) no-repeat center center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  width: 40px;
  height: 38px;
}
.rtl .sw-woo-tab-style4 .res-button.slick-prev:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.sw-woo-tab-style4 .res-button:hover {
  background: #fe2424;
  border: 1px #fe2424 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-woo-tab-style4 .res-button:hover:before {
  background: url(../assets/img/angle-arrow2.svg) no-repeat center center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.sw-woo-tab-style4: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-woo-tab-style4 .slick-dots {
  text-align: center;
  margin: 1px 0 0 0;
}
.sw-woo-tab-style4 .slick-dots li {
  list-style: none;
  display: inline-block;
  vertical-align: top;
  margin: 0 9px;
}
.sw-woo-tab-style4 .slick-dots li button {
  font-size: 0;
  width: 6px;
  height: 6px;
  padding: 0;
  background: #c6c9cc;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 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;
}
.sw-woo-tab-style4 .slick-dots li.slick-active button,
.sw-woo-tab-style4 .slick-dots li:hover button {
  background: #000;
  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;
}
.sw-tab-vendor-slider2 {
  background: #fff;
  margin-bottom: 18px;
}
.sw-tab-vendor-slider2 .box-title {
  text-align: center;
}
.sw-tab-vendor-slider2 .box-title h3 {
  font-size: 26px;
  color: #000;
  font-weight: normal;
  position: relative;
  margin-bottom: 76px;
}
.sw-tab-vendor-slider2 .box-title h3:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #ddd;
  position: absolute;
  top: 52%;
  left: 0;
  right: 0;
}
.sw-tab-vendor-slider2 .box-title h3 span {
  position: relative;
  background: #fff;
  padding: 0 30px;
}
.sw-tab-vendor-slider2 .resp-tab .tab-content {
  margin-bottom: 5px;
}
.sw-tab-vendor-slider2 .resp-tab .tab-content .slider {
  margin: 0 -4px;
}
.sw-tab-vendor-slider2 .resp-tab .tab-content .item {
  padding: 0 4px;
}
.sw-tab-vendor-slider2 .resp-tab .tab-content .item .item-wrap {
  margin-bottom: 18px;
}
.sw-tab-vendor-slider2 .resp-tab .tab-content .item .item-wrap:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.sw-tab-vendor-slider2 .resp-tab .tab-content .item .item-wrap:last-child {
  margin-bottom: 10px;
}
.sw-tab-vendor-slider2 .resp-tab .tab-content .item .item-wrap .item-detail .item-img .sale-off2 {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 11px;
  color: #000;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  background: #ffc220;
}
.rtl .sw-tab-vendor-slider2 .resp-tab .tab-content .item .item-wrap .item-detail .item-img .sale-off2 {
  right: auto;
  left: 10px;
}
.sw-tab-vendor-slider2 .resp-tab .tab-content .item .item-wrap .item-detail .item-img .sale-off2 span {
  display: none;
}
.sw-tab-vendor-slider2 .resp-tab .tab-content .item .item-wrap .item-detail .item-content {
  text-align: center;
  padding-top: 20px;
}
.sw-tab-vendor-slider2 .resp-tab .tab-content .item .item-wrap .item-detail .item-content .item-price {
  font-size: 16px;
}
.sw-tab-vendor-slider2 .resp-tab .tab-content .item .item-wrap .item-detail .item-content .item-bottom {
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  left: 0;
  right: 0;
}
.sw-tab-vendor-slider2 .resp-tab .tab-content .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist {
  display: none;
}
.sw-tab-vendor-slider2 .resp-tab .tab-content .item .item-wrap .item-detail .item-content .item-bottom .sw-quickview {
  margin: 0;
}
.sw-tab-vendor-slider2 .resp-tab .top-tab-slider .nav-tabs {
  margin-left: 0;
  border-bottom: none;
  border-top: 2px #fe2424 solid;
  padding-top: 19px;
}
.sw-tab-vendor-slider2 .resp-tab .top-tab-slider .nav-tabs li {
  width: 33.332%;
  margin-bottom: 10px;
}
.rtl .sw-tab-vendor-slider2 .resp-tab .top-tab-slider .nav-tabs li {
  float: right;
}
.sw-tab-vendor-slider2 .resp-tab .top-tab-slider .nav-tabs li:last-child {
  border-right: none;
}
.rtl .sw-tab-vendor-slider2 .resp-tab .top-tab-slider .nav-tabs li:last-child {
  border-left: none;
}
.sw-tab-vendor-slider2 .resp-tab .top-tab-slider .nav-tabs li a {
  padding: 0 15px;
  border: none;
  background: #fff;
}
.sw-tab-vendor-slider2 .resp-tab .top-tab-slider .nav-tabs li a .image {
  margin-bottom: 10px;
}
.sw-tab-vendor-slider2 .resp-tab .top-tab-slider .nav-tabs li a .image img {
  margin: 0 auto;
  border-radius: 50%;
  border: 2px #ededed 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-tab-vendor-slider2 .resp-tab .top-tab-slider .nav-tabs li a .item-info {
  text-align: center;
}
.sw-tab-vendor-slider2 .resp-tab .top-tab-slider .nav-tabs li a .item-info .vendor-name {
  color: #000;
  text-transform: capitalize;
  font-weight: 500;
  font-family: "Jost", Helvetica, Arial, sans-serif;
}
.sw-tab-vendor-slider2 .resp-tab .top-tab-slider .nav-tabs li a .item-info span {
  font-size: 12px;
  color: #777;
}
.sw-tab-vendor-slider2 .resp-tab .top-tab-slider .nav-tabs li.active a .image img,
.sw-tab-vendor-slider2 .resp-tab .top-tab-slider .nav-tabs li:hover a .image img {
  border: 2px #fe2424 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-tab-vendor-slider2 .resp-tab .top-tab-slider .nav-tabs li:first-child.active:before,
.sw-tab-vendor-slider2 .resp-tab .top-tab-slider .nav-tabs li:first-child:hover:before,
.sw-tab-vendor-slider2 .resp-tab .top-tab-slider .nav-tabs li:nth-child(2).active:before,
.sw-tab-vendor-slider2 .resp-tab .top-tab-slider .nav-tabs li:nth-child(2):hover:before,
.sw-tab-vendor-slider2 .resp-tab .top-tab-slider .nav-tabs li:nth-child(3).active:before,
.sw-tab-vendor-slider2 .resp-tab .top-tab-slider .nav-tabs li:nth-child(3):hover:before {
  content: "";
  width: 14px;
  height: 14px;
  border: 2px #fe2424 solid;
  border-width: 0 2px 2px 0;
  background: #fff;
  position: absolute;
  left: 50%;
  top: -26px;
  margin-left: -8px;
  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;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.rtl .sw-tab-vendor-slider2 .resp-tab .top-tab-slider .nav-tabs li:first-child.active:before,
.rtl .sw-tab-vendor-slider2 .resp-tab .top-tab-slider .nav-tabs li:first-child:hover:before,
.rtl .sw-tab-vendor-slider2 .resp-tab .top-tab-slider .nav-tabs li:nth-child(2).active:before,
.rtl .sw-tab-vendor-slider2 .resp-tab .top-tab-slider .nav-tabs li:nth-child(2):hover:before,
.rtl .sw-tab-vendor-slider2 .resp-tab .top-tab-slider .nav-tabs li:nth-child(3).active:before,
.rtl .sw-tab-vendor-slider2 .resp-tab .top-tab-slider .nav-tabs li:nth-child(3):hover:before {
  left: auto;
  right: 50%;
  margin-left: 0;
  margin-right: -8px;
}
.sw-child-cat2 {
  position: relative;
  margin-bottom: 47px;
}
.sw-child-cat2 .block-title {
  margin-bottom: 45px;
}
.sw-child-cat2 .block-title h3 {
  font-size: 26px;
  color: #000;
  font-weight: normal;
  position: relative;
}
.sw-child-cat2 .block-title h3:before {
  content: "";
  width: 92%;
  height: 1px;
  background: #ddd;
  position: absolute;
  top: 52%;
  left: 0;
  right: 0;
}
.sw-child-cat2 .block-title h3 span {
  position: relative;
  background: #fff;
  padding-right: 30px;
}
.rtl .sw-child-cat2 .block-title h3 span {
  padding-right: 0;
  padding-left: 30px;
}
.sw-child-cat2 .childcat-slider-content .child-top {
  width: 180px;
}
.sw-child-cat2 .childcat-slider-content .child-top ul {
  margin: 0;
}
.sw-child-cat2 .childcat-slider-content .child-top ul li a {
  font-family: "Jost", Helvetica, Arial, sans-serif;
  padding-bottom: 6px;
  display: block;
}
.sw-child-cat2 .childcat-slider-content .child-top ul li.view-all {
  padding-top: 9px;
}
.sw-child-cat2 .childcat-slider-content .child-top ul li.view-all a {
  color: #fe2424;
}
.sw-child-cat2 .childcat-slider-content .child-top .button-collapse {
  display: none;
}
.sw-child-cat2 .childcat-slider-content .banner-category {
  width: 321px;
  margin-right: 10px;
}
.rtl .sw-child-cat2 .childcat-slider-content .banner-category {
  margin-left: 10px;
  margin-right: 0;
}
.sw-child-cat2 .childcat-slider-content .banner-category a img:hover {
  animation-name: elementor-animation-wobble-to-top-right;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
.sw-child-cat2 .childcat-slider-content .resp-slider-container {
  overflow: hidden;
}
.sw-child-cat2 .childcat-slider-content .resp-slider-container .item {
  padding: 0 5px;
}
.sw-child-cat2 .childcat-slider-content .resp-slider-container .item .item-wrap .item-detail .item-img .sale-off2 {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 11px;
  color: #000;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  background: #ffc220;
}
.rtl .sw-child-cat2 .childcat-slider-content .resp-slider-container .item .item-wrap .item-detail .item-img .sale-off2 {
  right: auto;
  left: 10px;
}
.sw-child-cat2 .childcat-slider-content .resp-slider-container .item .item-wrap .item-detail .item-img .sale-off2 span {
  display: none;
}
.sw-child-cat2 .childcat-slider-content .resp-slider-container .item .item-wrap .item-detail .item-content {
  padding-top: 26px;
}
.sw-child-cat2 .childcat-slider-content .resp-slider-container .item .item-wrap .item-detail .item-content .item-price {
  font-size: 16px;
}
.sw-child-cat2 .childcat-slider-content .resp-slider-container .item .item-wrap .item-detail .item-content .item-price > span {
  flex-direction: unset;
}
.sw-child-cat2 .childcat-slider-content .resp-slider-container .item .item-wrap .item-detail .item-content .item-price > span del {
  margin: 2px 0 0 5px;
  color: #999;
}
.rtl .sw-child-cat2 .childcat-slider-content .resp-slider-container .item .item-wrap .item-detail .item-content .item-price > span del {
  margin: 2px 5px 0 0;
}
.sw-child-cat2 .childcat-slider-content .resp-slider-container .item .item-wrap:hover {
  box-shadow: none;
}
.sw-child-cat2 .res-button {
  position: absolute;
  top: 0;
  cursor: pointer;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  z-index: 8;
  border-radius: 50%;
  background: #f5f5f5;
}
.sw-child-cat2 .res-button.slick-next {
  right: 0;
}
.rtl .sw-child-cat2 .res-button.slick-next {
  left: 0;
  right: auto;
}
.sw-child-cat2 .res-button.slick-next:before {
  content: "";
  background: url(../assets/img/angle-arrow.svg) no-repeat center center;
  width: 30px;
  height: 30px;
  background-size: 14px;
  display: block;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rtl .sw-child-cat2 .res-button.slick-next:before {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.sw-child-cat2 .res-button.slick-next:hover {
  background: #fe2424;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sw-child-cat2 .res-button.slick-next:hover:before {
  background: url(../assets/img/angle-arrow2.svg) no-repeat center center;
  background-size: 14px;
}
.sw-child-cat2 .res-button.slick-prev {
  right: 40px;
}
.rtl .sw-child-cat2 .res-button.slick-prev {
  left: 40px;
  right: auto;
}
.sw-child-cat2 .res-button.slick-prev:before {
  content: "";
  background: url(../assets/img/angle-arrow.svg) no-repeat center center;
  width: 30px;
  height: 30px;
  display: block;
  background-size: 14px;
}
.rtl .sw-child-cat2 .res-button.slick-prev:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.sw-child-cat2 .res-button.slick-prev:hover {
  background: #fe2424;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sw-child-cat2 .res-button.slick-prev:hover:before {
  background: url(../assets/img/angle-arrow2.svg) no-repeat center center;
  background-size: 14px;
}
.featured-product4 {
  position: relative;
  margin-bottom: 49px;
}
.featured-product4 .block-title {
  margin-bottom: 30px;
}
.featured-product4 .block-title h3 {
  font-size: 26px;
  color: #000;
  font-weight: normal;
  position: relative;
}
.featured-product4 .resp-slider-container .item {
  padding: 0 5px;
}
.featured-product4 .resp-slider-container .item .item-wrap .item-detail .item-img .sale-off2 {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 11px;
  color: #000;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  background: #ffc220;
}
.rtl .featured-product4 .resp-slider-container .item .item-wrap .item-detail .item-img .sale-off2 {
  right: auto;
  left: 10px;
}
.featured-product4 .resp-slider-container .item .item-wrap .item-detail .item-img .sale-off2 span {
  display: none;
}
.featured-product4 .resp-slider-container .item .item-wrap .item-detail .item-content {
  padding-top: 15px;
}
.featured-product4 .resp-slider-container .item .item-wrap .item-detail .item-content h4 {
  line-height: 20px;
  margin-bottom: 0;
}
.featured-product4 .resp-slider-container .item .item-wrap .item-detail .item-content .item-price {
  font-size: 16px;
}
.featured-product4 .resp-slider-container .item .item-wrap .item-detail .item-content .item-price > span {
  flex-direction: unset;
}
.featured-product4 .resp-slider-container .item .item-wrap .item-detail .item-content .item-price > span del {
  margin: 2px 0 0 5px;
  color: #999;
}
.rtl .featured-product4 .resp-slider-container .item .item-wrap .item-detail .item-content .item-price > span del {
  margin: 2px 5px 0 0;
}
.featured-product4 .resp-slider-container .item .item-wrap:hover {
  box-shadow: none;
}
.featured-product4 .res-button {
  display: inline-block;
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 3;
  background: #fff;
  border: 1px #ededed solid;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: -25px;
  text-align: center;
  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;
}
.featured-product4 .res-button.slick-next {
  right: -20px;
}
.rtl .featured-product4 .res-button.slick-next {
  left: -20px;
  right: auto;
}
.featured-product4 .res-button.slick-next:before {
  content: "";
  background: url(../assets/img/angle-arrow.svg) no-repeat center center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  width: 39px;
  height: 38px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rtl .featured-product4 .res-button.slick-next:before {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.featured-product4 .res-button.slick-prev {
  left: -20px;
}
.rtl .featured-product4 .res-button.slick-prev {
  left: auto;
  right: -20px;
}
.featured-product4 .res-button.slick-prev:before {
  content: "";
  background: url(../assets/img/angle-arrow.svg) no-repeat center center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  width: 40px;
  height: 38px;
}
.rtl .featured-product4 .res-button.slick-prev:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.featured-product4 .res-button:hover {
  background: #fe2424;
  border: 1px #fe2424 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;
}
.featured-product4 .res-button:hover:before {
  background: url(../assets/img/angle-arrow2.svg) no-repeat center center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.featured-product4: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;
}
.responsive-post-slider2 {
  position: relative;
  background: #fff;
  margin-bottom: 117px;
}
.responsive-post-slider2 .box-title h3 {
  font-size: 26px;
  color: #000;
  font-weight: normal;
  position: relative;
  margin-bottom: 45px;
}
.rtl .responsive-post-slider2 .resp-slider-container {
  direction: inherit;
}
.responsive-post-slider2 .resp-slider-container .slider {
  margin: 0 -15px;
}
.responsive-post-slider2 .resp-slider-container .slider .slick-list {
  overflow: inherit;
}
.responsive-post-slider2 .resp-slider-container .slider .item {
  padding: 0 15px;
}
.responsive-post-slider2 .resp-slider-container .slider .item .item-detail {
  position: relative;
}
.responsive-post-slider2 .resp-slider-container .slider .item .item-detail .img_over a {
  display: block;
  overflow: hidden;
}
.responsive-post-slider2 .resp-slider-container .slider .item .item-detail .img_over a img {
  width: 100%;
  margin-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;
}
.responsive-post-slider2 .resp-slider-container .slider .item .item-detail .img_over a:hover 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 .slider .item .item-detail .entry-content {
  text-align: center;
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: -40px;
  background: #fff;
  padding: 15px 10px 0 10px;
}
.responsive-post-slider2 .resp-slider-container .slider .item .item-detail .entry-content .entry-cat {
  margin-bottom: 10px;
}
.responsive-post-slider2 .resp-slider-container .slider .item .item-detail .entry-content .entry-cat a {
  font-size: 11px;
  color: #fff;
  text-transform: capitalize;
  display: inline-block;
  vertical-align: top;
  background: #000;
  padding: 3px 8px;
}
.responsive-post-slider2 .resp-slider-container .slider .item .item-detail .entry-content .entry-cat a:hover {
  background: #fe2424;
}
.responsive-post-slider2 .resp-slider-container .slider .item .item-detail .entry-content h4 {
  margin-bottom: 7px;
  line-height: 22px;
  font-weight: normal;
}
.responsive-post-slider2 .resp-slider-container .slider .item .item-detail .entry-content h4 a {
  color: #000;
}
.responsive-post-slider2 .resp-slider-container .slider .item .item-detail .entry-content h4 a:hover {
  color: #fe2424;
}
.responsive-post-slider2 .resp-slider-container .slider .item .item-detail .entry-content .entry-date a {
  color: #777;
  text-transform: capitalize;
  display: inline-block;
  vertical-align: top;
}
.box-image3 .elementor-image-box-wrapper {
  border: 1px #000 solid;
  border-radius: 30px;
  display: block !important;
  text-align: center !important;
  width: 180px;
  padding-top: 9px;
  float: right;
}
.rtl .box-image3 .elementor-image-box-wrapper {
  float: left;
}
.box-image3 .elementor-image-box-wrapper .elementor-image-box-img {
  display: inline-block;
  vertical-align: top;
}
.box-image3 .elementor-image-box-wrapper .elementor-image-box-content {
  display: inline-block;
  vertical-align: top;
  width: auto;
}
.box-image3 .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-title {
  margin-bottom: 9px;
}
.box-image3 .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-title a:hover {
  color: #fe2424;
}
@media (min-width: 1800px) {
  .header-elementor4 .revo_top .top-form.top-search {
    width: 730px;
  }
}
@media (max-width: 991px) {
  .header-elementor4.header-top .top-left1 {
    display: none;
  }
  .header-elementor4.header-top .top-right1 {
    width: 100%;
  }
  .header-elementor4 .header-mid .revo_top {
    display: none;
  }
  .header-elementor4 .header-mid .top-left1 {
    width: 29% !important;
  }
  .header-elementor4 .header-mid .top-right1 {
    width: 71% !important;
  }
  .header-elementor4 .header-bottom .top-left1 {
    display: none;
  }
  .header-elementor4 .header-bottom .menu-center {
    width: 100% !important;
    padding: 5px 15px;
  }
  .header-elementor4 #main-menu .primary-menu .resmenu-container .navbar-toggle {
    border: 1px #000 solid;
  }
  .header-elementor4 #main-menu .primary-menu .resmenu-container .navbar-toggle .icon-bar {
    background: #000;
  }
  .sw-child-cat2 .childcat-slider-content .banner-category,
  .sw-child-cat2 .block-title h3:before {
    display: none;
  }
}
@media (max-width: 767px) {
  .header-elementor4.header-top .header-mess {
    display: none;
  }
  .header-elementor4 .header-mid .top-left1 >.elementor-element-populated {
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    margin-bottom: 10px;
  }
  .header-elementor4 .header-mid .top-right1 >.elementor-element-populated {
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  .header-elementor4 .header-mid .top-left1,
  .header-elementor4 .header-mid .top-right1 {
    width: 100% !important;
  }
  .header-elementor4 .header-mid .wishlist {
    margin-left: 0;
  }
  .rtl .header-elementor4 .header-mid .wishlist {
    margin-right: 0;
  }
  .block-infor3 {
    overflow-x: auto !important;
    white-space: nowrap;
  }
  .block-infor3 .info {
    white-space: normal;
    width: 225px;
    float: none;
    display: inline-block;
    vertical-align: top;
  }
  .rtl .block-infor3 .info {
    float: none;
  }
  .countdown-slider2 {
    padding: 52px 15px 20px 15px;
  }
  .countdown-slider2 .block-title .box {
    padding: 0;
    margin-bottom: 15px;
  }
  .rtl .countdown-slider2 .block-title .box {
    padding: 0;
  }
  .countdown-slider2 .block-title .box:before {
    display: none;
  }
  .countdown-slider2 .block-title .box h3 {
    font-size: 30px;
  }
  .sw-child-cat2 .block-title h3 {
    padding-right: 100px;
  }
  .rtl .sw-child-cat2 .block-title h3 {
    padding-right: 0;
    padding-left: 100px;
  }
  .sw-child-cat2 .child-top .button-collapse {
    position: absolute;
    top: 0;
    right: 80px;
    z-index: 99;
    display: block !important;
    background: #000;
    border-radius: 3px;
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
    height: 30px;
    width: 30px;
    line-height: 30px;
  }
  .sw-child-cat2 .child-top .button-collapse:hover {
    background: #fe2424;
  }
  .rtl .sw-child-cat2 .child-top .button-collapse {
    left: 80px;
    right: auto;
  }
  .sw-child-cat2 .child-top .button-collapse.collapsed:before {
    content: '\f0c9';
  }
  .sw-child-cat2 .child-top .button-collapse:before {
    content: '\f00d';
    font-family: FontAwesome;
    font-size: 16px;
    color: #fff;
    height: 30px;
    width: 30px;
    line-height: 30px;
    display: inline-block;
    text-align: center;
  }
  .sw-child-cat2 .child-top .childcat-content {
    margin-bottom: 0;
    position: absolute;
    top: 48px;
    right: 0;
    left: 0;
    z-index: 9;
    height: 0px;
    overflow: hidden;
    background: #fff;
  }
  .sw-child-cat2 .child-top .childcat-content span {
    display: none;
  }
  .sw-child-cat2 .child-top .childcat-content ul {
    width: 100%;
    padding-bottom: 10px;
  }
  .sw-child-cat2 .child-top .childcat-content ul li {
    width: 100%;
    margin: 0 !important;
  }
  .sw-child-cat2 .child-top .childcat-content ul li a {
    padding-bottom: 5px;
  }
  .sw-woo-tab-style4 .button-collapse {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
    display: block !important;
    background: #000;
    border-radius: 3px;
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
    height: 30px;
    width: 30px;
    line-height: 30px;
  }
  .rtl .sw-woo-tab-style4 .button-collapse {
    left: 0;
    right: auto;
  }
  .sw-woo-tab-style4 .button-collapse.collapsed:before {
    content: '\f0c9';
  }
  .sw-woo-tab-style4 .button-collapse:before {
    content: '\f00d';
    font-family: FontAwesome;
    font-size: 16px;
    color: #fff;
    height: 30px;
    width: 30px;
    line-height: 30px;
    display: inline-block;
    text-align: center;
  }
  .sw-woo-tab-style4 .nav-tabs {
    margin-bottom: 0;
    position: absolute;
    top: 38px;
    right: 0;
    left: 0;
    z-index: 9;
    height: 0px;
    overflow: hidden;
    background: #fff;
  }
  .sw-woo-tab-style4 .nav-tabs li {
    width: 100%;
    padding: 0 !important;
  }
  .sw-woo-tab-style4 .nav-tabs li a {
    border: none !important;
  }
}
.home-style5 div.star span,
.home-style5 div.stars span {
  background: url("../assets/img/star-active2.png") repeat scroll 0 0 rgba(0,0,0,0);
  float: left;
  left: 0;
  overflow: hidden;
  padding-top: 1.5em;
  position: absolute;
  top: 0;
}
.home-style5 .vertical_megamenu-header:hover .wrapper_vertical_menu {
  visibility: hidden;
  opacity: 0;
}
.home-style5 rs-module-wrap .tparrows.custom {
  width: 35px !important;
  height: 50px !important;
  background: #fff !important;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.home-style5 rs-module-wrap .tparrows.custom:before {
  line-height: 50px !important;
  color: #000 !important;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.home-style5 rs-module-wrap .tparrows.custom:hover {
  background: #fe2424 !important;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.home-style5 rs-module-wrap .tparrows.custom:hover:before {
  color: #fff !important;
  -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-elementor5 .top-left1 >.elementor-element-populated >div,
.header-elementor5 .top-right1 >.elementor-element-populated >div {
  margin-bottom: 0;
}
.header-elementor5 .menu-center {
  padding: 0 15px;
}
.header-elementor5 .policy {
  margin: 0;
}
.header-elementor5 .policy li {
  display: inline-block;
  vertical-align: top;
  margin-right: 30px;
}
.rtl .header-elementor5 .policy li {
  margin-right: 0;
  margin-left: 30px;
}
.header-elementor5 .policy li:last-child {
  margin-right: 0;
}
.header-elementor5 .policy li a {
  font-size: 12px;
  padding: 10px 0;
  display: block;
  color: #999;
}
.header-elementor5 .policy li a:hover {
  color: #fe2424;
}
.header-elementor5 .header-mess .item {
  padding-top: 9px;
  padding-bottom: 9px;
}
.header-elementor5 .header-mess a {
  color: #999;
}
.header-elementor5 .header-mess a:hover {
  color: #fe2424;
}
.header-elementor5 .header-mess .item-phone:before,
.header-elementor5 .header-mess .item-faq:before,
.header-elementor5 .header-mess .item-order:before {
  top: 9px;
  opacity: 0.7;
}
.header-elementor5 #lang_sel > ul.nav > li,
.header-elementor5 .currency_w > li {
  padding-top: 10px;
  padding-bottom: 9px;
}
.header-elementor5 #lang_sel > ul.nav > li > a,
.header-elementor5 .currency_w > li > a {
  color: #999;
}
.header-elementor5 #lang_sel > ul.nav > li > a:hover,
.header-elementor5 .currency_w > li > a:hover {
  color: #fe2424;
}
.header-elementor5 #lang_sel > ul.nav > li:hover > ul,
.header-elementor5 .currency_w > li:hover > ul {
  top: 35px;
}
.header-elementor5 .currency_w > li .currency_switcher {
  left: auto;
  right: 0;
}
.rtl .header-elementor5 .currency_w > li .currency_switcher {
  right: auto;
  left: 0;
}
.header-elementor5 .header-mid {
  padding: 17px 0 15px 0;
}
.header-elementor5 .header-mid .wishlist {
  position: relative;
  font-size: 0;
  margin-left: 15px;
  display: block;
  margin-top: 9px;
}
.rtl .header-elementor5 .header-mid .wishlist {
  margin-left: 0;
  margin-right: 15px;
}
.header-elementor5 .header-mid .wishlist:before {
  content: "";
  display: block;
  width: 27px;
  height: 27px;
  background: url(../assets/img/heart3.svg) center center no-repeat;
  background-size: 27px;
}
.header-elementor5 .header-mid .wishlist:hover:before {
  background: url(../assets/img/default/heart3.svg) center center no-repeat;
  background-size: 27px;
}
.header-elementor5 .revo_top .top-form.top-search {
  border-radius: 25px;
  border: none;
}
.header-elementor5 .revo_top .top-form.top-search .cat-wrapper {
  height: 45px;
  left: auto;
  right: 57px;
}
.rtl .header-elementor5 .revo_top .top-form.top-search .cat-wrapper {
  right: auto;
  left: 57px;
}
.header-elementor5 .revo_top .top-form.top-search .cat-wrapper:before {
  top: 16px;
}
.header-elementor5 .revo_top .top-form.top-search .cat-wrapper select {
  height: 45px;
}
.header-elementor5 .revo_top .top-form.top-search button.form-button {
  height: 45px;
  line-height: 46px;
  background: #fe2424;
  color: #000;
  border-radius: 0 25px 25px 0;
}
.rtl .header-elementor5 .revo_top .top-form.top-search button.form-button {
  border-radius: 25px 0 0 25px;
}
.header-elementor5 .revo_top .top-form.top-search button.form-button:hover {
  background: #ee0101;
}
.header-elementor5 .revo_top .top-form.top-search .content-search input {
  padding-right: 185px;
  padding-left: 30px;
  font-size: 14px;
  border-radius: 25px;
}
.rtl .header-elementor5 .revo_top .top-form.top-search .content-search input {
  padding-left: 185px;
  padding-right: 30px;
}
.header-elementor5 .revo_top .top-form.top-search input {
  height: 45px;
  line-height: 44px;
}
.header-elementor5 .revo_top .top-form.top-search input::-webkit-input-placeholder {
  color: #999;
}
.header-elementor5 .revo_top .top-form.top-search input::-moz-placeholder {
  color: #999;
}
.header-elementor5 .revo_top .top-form.top-search input:-ms-input-placeholder {
  color: #999;
}
.header-elementor5 .top-login {
  margin-top: 9px;
}
.header-elementor5 .top-login ul {
  border: none;
  padding: 0 10px;
  margin: 0 0 0 30px;
  text-align: center;
}
.rtl .header-elementor5 .top-login ul {
  margin: 0 30px 0 0;
}
.header-elementor5 .top-login ul:before {
  display: none;
}
.header-elementor5 .top-login ul li {
  font-size: 0;
}
.header-elementor5 .top-login ul li span {
  display: none;
}
.header-elementor5 .top-login ul li a {
  font-size: 0;
  display: inline-block;
  vertical-align: top;
  background: url('../assets/img/user-left-active.svg') no-repeat center center;
  border: none;
  background-size: 23px;
  width: 30px;
  height: 26px;
}
.header-elementor5 .top-login ul li a:hover {
  background: url(../assets/img/default/user-left2.svg) no-repeat center center;
  background-size: 23px;
}
.header-elementor5 .top-login ul li a.register {
  display: none;
}
.header-elementor5 .top-form.top-form-minicart {
  border: none;
  padding: 1px 7px 11px 20px;
  margin-left: 43px;
  margin-top: 9px;
}
.rtl .header-elementor5 .top-form.top-form-minicart {
  padding: 1px 20px 11px 7px;
  margin-left: 0;
  margin-right: 43px;
}
.header-elementor5 .top-form.top-form-minicart:before {
  background: url(../assets/img/shop-bag2.svg) center no-repeat transparent;
  border: none;
  top: 0;
  background-size: 24px;
  height: 28px;
  width: 30px;
  border-radius: 0;
}
.header-elementor5 .top-form.top-form-minicart .top-minicart-icon .cart-contents .my-cart,
.header-elementor5 .top-form.top-form-minicart .top-minicart-icon .cart-contents .price {
  display: none;
}
.header-elementor5 .top-form.top-form-minicart .top-minicart-icon .cart-contents .minicart-numbers {
  color: #000;
  top: -6px;
  left: -2px;
  font-size: 12px;
  width: 18px;
  height: 18px;
  line-height: 18px;
}
.rtl .header-elementor5 .top-form.top-form-minicart .top-minicart-icon .cart-contents .minicart-numbers {
  left: auto;
  right: -2px;
}
.header-elementor5 .top-form.top-form-minicart:hover .wrapp-minicart {
  top: 52px;
}
.header-elementor5 .header-bottom {
  background: #fff;
}
.header-elementor5 .header-bottom .top-left1 .elementor-element-populated .elementor-widget {
  width: 100%;
}
.header-elementor5 .header-bottom .vertical_megamenu-header {
  width: 100%;
}
.header-elementor5 .header-bottom .vertical_megamenu-header .mega-left-title {
  color: #000;
  padding: 0 20px;
  height: 49px;
  line-height: 50px;
}
.header-elementor5 .header-bottom .vertical_megamenu-header .mega-left-title:after {
  display: none;
}
.header-elementor5 .header-bottom .vertical_megamenu-header .mega-left-title span {
  font-family: "Barlow Condensed", Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
  display: block;
  padding-left: 40px;
}
.rtl .header-elementor5 .header-bottom .vertical_megamenu-header .mega-left-title span {
  padding-left: 0;
  padding-right: 40px;
}
.header-elementor5 .header-bottom .vertical_megamenu-header .mega-left-title span:after {
  display: none;
}
.header-elementor5 .header-bottom .vertical_megamenu-header .mega-left-title span:before {
  background: url('../assets/img/icon-vertical.png') no-repeat -4px -19px;
  width: 32px;
  height: 24px;
  top: 14px;
}
.rtl .header-elementor5 .header-bottom .vertical_megamenu-header .mega-left-title span:before {
  transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.header-elementor5 .nav-pills >li > a {
  font-size: 18px;
  text-transform: uppercase;
  padding-top: 14px;
  padding-bottom: 14px;
  font-family: "Barlow Condensed", Helvetica, Arial, sans-serif;
  font-weight: 600;
}
.header-elementor5 .nav-pills.nav-mega .flashmart-mega-menu .dropdown-menu .dropdown-submenu >a,
.header-elementor5 .nav-pills.nav-mega .flashmart-mega-menu.mega-blog .dropdown-menu.column-4 >li:last-child .menu-title,
.header-elementor5 .nav-pills.nav-mega .flashmart-mega-menu.style-mega .dropdown-menu.column-1 >li h3 {
  font-family: "Barlow Condensed", Helvetica, Arial, sans-serif;
  font-size: 18px;
}
.header-elementor5 .best-selling-product2 .resp-slider .slider-responsive .item .item-wrap2 .item-detail .item-content h4 {
  font-family: "Roboto", Helvetica, Arial, sans-serif !important;
}
.header-elementor5 .best-selling-product2 .resp-slider .slider-responsive .item .item-wrap2 .item-detail .item-content .item-price {
  font-size: 14px;
}
.header-elementor5.elementor-sticky {
  z-index: 99;
}
.header-elementor5.elementor-sticky--effects {
  box-shadow: 0 1px 2px #ddd;
  z-index: 99 !important;
}
.header-elementor5.elementor-sticky--effects .nav-pills.nav-mega .flashmart-mega-menu.flashmart-menu-img > a span.menu-img {
  display: none;
}
.header-elementor5.elementor-sticky--effects .top-right1 .elementor-widget-image > .elementor-widget-container {
  margin-top: 13px;
}
.countdown-slider3 {
  border: 5px #fe2424 solid;
  padding: 44px 23px 19px 23px;
}
.box-right1 .countdown-slider3 {
  margin-top: 37px;
}
.countdown-slider3 .banner-category {
  width: 349px;
}
.countdown-slider3 .banner-category a img {
  margin-bottom: 0;
}
.countdown-slider3 .resp-slider-container {
  overflow: hidden;
}
.countdown-slider3 .item {
  padding: 0 10px;
}
.countdown-slider3 .item .item-wrap {
  border: 1px #ffffff solid;
  border-radius: 8px;
  overflow: hidden;
}
.countdown-slider3 .item .item-wrap .item-detail .item-img a img {
  margin-bottom: 16px;
}
.countdown-slider3 .item .item-wrap .item-detail .item-img .sale-off2 {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 11px;
  color: #000;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  background: #ffc220;
}
.rtl .countdown-slider3 .item .item-wrap .item-detail .item-img .sale-off2 {
  right: auto;
  left: 10px;
}
.countdown-slider3 .item .item-wrap .item-detail .item-img .sale-off2 span {
  display: none;
}
.countdown-slider3 .item .item-wrap .item-detail .item-img .product-countdown {
  display: inline-block;
  vertical-align: top;
  background: #ffc220;
  border-radius: 10px;
  padding: 2px 10px 2px 14px;
  color: #000;
  position: relative;
  margin-bottom: 2px;
}
.rtl .countdown-slider3 .item .item-wrap .item-detail .item-img .product-countdown {
  padding: 2px 14px 2px 10px;
}
.countdown-slider3 .item .item-wrap .item-detail .item-img .product-countdown:before {
  content: "";
  width: 24px;
  height: 28px;
  position: absolute;
  top: -6px;
  left: -10px;
  background: url(../assets/img/icon-deals.png) center center no-repeat;
}
.rtl .countdown-slider3 .item .item-wrap .item-detail .item-img .product-countdown:before {
  left: auto;
  right: -10px;
}
.countdown-slider3 .item .item-wrap .item-detail .item-img .product-countdown .countdown-section {
  display: inline-block;
  vertical-align: top;
  padding: 0 6px;
  position: relative;
}
.countdown-slider3 .item .item-wrap .item-detail .item-img .product-countdown .countdown-section:before {
  content: ":";
  font-family: fontawesome;
  font-size: 18px;
  position: absolute;
  top: -3px;
  right: -2px;
  color: #000;
}
.rtl .countdown-slider3 .item .item-wrap .item-detail .item-img .product-countdown .countdown-section:before {
  right: auto;
  left: -2px;
}
.countdown-slider3 .item .item-wrap .item-detail .item-img .product-countdown .countdown-section .countdown-amount {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  font-family: "Jost", Helvetica, Arial, sans-serif;
}
.countdown-slider3 .item .item-wrap .item-detail .item-img .product-countdown .countdown-section .countdown-period {
  display: none;
}
.countdown-slider3 .item .item-wrap .item-detail .item-img .product-countdown .countdown-section:last-child:before {
  display: none;
}
.countdown-slider3 .item .item-wrap .item-detail .item-content {
  text-align: center;
  min-height: 122px;
  padding: 14px 15px 4px 15px;
}
.rtl .countdown-slider3 .item .item-wrap .item-detail .item-content {
  text-align: center;
}
.countdown-slider3 .item .item-wrap .item-detail .item-content h4 {
  font-family: "Roboto", Helvetica, Arial, sans-serif !important;
  line-height: 19px;
  margin-bottom: 0;
}
.countdown-slider3 .item .item-wrap .item-detail .item-content .item-price {
  font-family: "Barlow Condensed", Helvetica, Arial, sans-serif;
  font-size: 20px;
}
.rtl .countdown-slider3 .item .item-wrap .item-detail .item-content .item-price {
  float: none;
}
.countdown-slider3 .item .item-wrap .item-detail .item-content .item-price > span {
  flex-direction: unset;
}
.countdown-slider3 .item .item-wrap .item-detail .item-content .item-price > span del {
  margin: 3px 0 0 5px;
  font-size: 16px;
  color: #6d6e71;
}
.rtl .countdown-slider3 .item .item-wrap .item-detail .item-content .item-price > span del {
  margin: 3px 5px 0 0;
}
.countdown-slider3 .item .item-wrap .item-detail .item-content .reviews-content {
  padding: 10px 0 9px 0;
}
.countdown-slider3 .item .item-wrap .item-detail .item-content .item-bottom {
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  left: 0;
  right: 0;
}
.rtl .countdown-slider3 .item .item-wrap .item-detail .item-content .item-bottom {
  left: 0;
  right: 0;
}
.countdown-slider3 .item .item-wrap:hover {
  box-shadow: none;
}
.countdown-slider3 .item .item-wrap:hover .item-detail .item-bottom {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.countdown-slider3 .slick-dots {
  text-align: center;
  margin: 0;
}
.countdown-slider3 .slick-dots li {
  list-style: none;
  display: inline-block;
  vertical-align: top;
  margin: 0 9px;
}
.countdown-slider3 .slick-dots li button {
  font-size: 0;
  width: 6px;
  height: 6px;
  padding: 0;
  background: #c6c9cc;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 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;
}
.countdown-slider3 .slick-dots li.slick-active button,
.countdown-slider3 .slick-dots li:hover button {
  width: 25px;
  background: #fe2424;
  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;
}
.sw-woo-tab-cat2 {
  margin-bottom: 30px;
}
.sw-woo-tab-cat2 .top-tab-slider {
  border-bottom: 1px #ededed solid;
  margin-bottom: 29px;
}
.sw-woo-tab-cat2 .top-tab-slider .block-title h3 {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
  padding-bottom: 17px;
  margin-bottom: 0;
  position: relative;
}
.sw-woo-tab-cat2 .top-tab-slider .block-title h3:before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  background: #fe2424;
}
.sw-woo-tab-cat2 .top-tab-slider .button-collapse {
  display: none;
}
.sw-woo-tab-cat2 .top-tab-slider .nav-tabs {
  margin: 0;
  border: none;
}
.sw-woo-tab-cat2 .top-tab-slider .nav-tabs li {
  display: inline-block;
  vertical-align: top;
  float: none;
  padding: 0 10px 0 0;
  position: relative;
}
.rtl .sw-woo-tab-cat2 .top-tab-slider .nav-tabs li {
  padding: 0 0 0 10px;
}
.sw-woo-tab-cat2 .top-tab-slider .nav-tabs li a {
  text-transform: capitalize;
  display: inline-block;
  color: #777;
  border-radius: 16px;
  vertical-align: top;
  padding: 4px 12px;
  border: 2px transparent solid;
  margin: 0;
  background: transparent;
}
.sw-woo-tab-cat2 .top-tab-slider .nav-tabs li a:hover {
  color: #000;
}
.sw-woo-tab-cat2 .top-tab-slider .nav-tabs li.active a {
  color: #000;
  border: 2px #fe2424 solid;
}
.sw-woo-tab-cat2 .top-tab-slider .nav-tabs li:last-child {
  padding-right: 0;
}
.sw-woo-tab-cat2 .tab-content .resp-slider-container .slider .item .item-wrap {
  border-right: 1px #ededed solid;
  margin-bottom: 30px;
}
.sw-woo-tab-cat2 .tab-content .resp-slider-container .slider .item .item-wrap:hover {
  box-shadow: none;
}
.sw-woo-tab-cat2 .tab-content .resp-slider-container .slider .item .item-wrap:hover .item-detail .item-bottom {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.sw-woo-tab-cat2 .tab-content .resp-slider-container .slider .item .item-wrap .item-detail .item-img {
  max-width: 120px;
}
.sw-woo-tab-cat2 .tab-content .resp-slider-container .slider .item .item-wrap .item-detail .item-content {
  overflow: hidden;
  width: auto;
  display: block;
  padding-top: 12px;
}
.sw-woo-tab-cat2 .tab-content .resp-slider-container .slider .item .item-wrap .item-detail .item-content h4 {
  font-family: "Roboto", Helvetica, Arial, sans-serif !important;
  line-height: 19px;
  margin-bottom: 0;
}
.sw-woo-tab-cat2 .tab-content .resp-slider-container .slider .item .item-wrap .item-detail .item-content .reviews-content {
  padding: 9px 0;
}
.sw-woo-tab-cat2 .tab-content .resp-slider-container .slider .item .item-wrap .item-detail .item-content .item-price {
  font-family: "Barlow Condensed", Helvetica, Arial, sans-serif;
  font-size: 20px;
}
.rtl .sw-woo-tab-cat2 .tab-content .resp-slider-container .slider .item .item-wrap .item-detail .item-content .item-price {
  float: none;
}
.sw-woo-tab-cat2 .tab-content .resp-slider-container .slider .item .item-wrap .item-detail .item-content .item-price > span {
  flex-direction: unset;
}
.sw-woo-tab-cat2 .tab-content .resp-slider-container .slider .item .item-wrap .item-detail .item-content .item-price > span del {
  margin: 3px 0 0 5px;
  font-size: 16px;
  color: #6d6e71;
}
.rtl .sw-woo-tab-cat2 .tab-content .resp-slider-container .slider .item .item-wrap .item-detail .item-content .item-price > span del {
  margin: 3px 5px 0 0;
}
.sw-woo-tab-cat2 .tab-content .resp-slider-container .slider .item .item-wrap:last-child {
  margin-bottom: 16px;
}
.sw-woo-tab-cat2 .tab-content .slick-dots {
  text-align: center;
  margin: 0;
}
.sw-woo-tab-cat2 .tab-content .slick-dots li {
  list-style: none;
  display: inline-block;
  vertical-align: top;
  margin: 0 9px;
}
.sw-woo-tab-cat2 .tab-content .slick-dots li button {
  font-size: 0;
  width: 6px;
  height: 6px;
  padding: 0;
  background: #c6c9cc;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 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;
}
.sw-woo-tab-cat2 .tab-content .slick-dots li.slick-active button,
.sw-woo-tab-cat2 .tab-content .slick-dots li:hover button {
  width: 25px;
  background: #fe2424;
  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;
}
.sw-woo-tab-style5 {
  margin-bottom: 32px;
}
.sw-woo-tab-style5 .nav-tabs-select {
  border-bottom: 1px #ededed solid;
}
.sw-woo-tab-style5 .nav-tabs-select .block-title h3 {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
  padding-bottom: 17px;
  margin-bottom: 0;
  position: relative;
}
.sw-woo-tab-style5 .nav-tabs-select .block-title h3:before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  background: #fe2424;
}
.sw-woo-tab-style5 .nav-tabs-select .button-collapse {
  display: none;
}
.sw-woo-tab-style5 .nav-tabs-select .nav-tabs {
  margin: 0;
  border: none;
}
.sw-woo-tab-style5 .nav-tabs-select .nav-tabs li {
  display: inline-block;
  vertical-align: top;
  float: none;
  padding: 0 10px 0 0;
  position: relative;
}
.rtl .sw-woo-tab-style5 .nav-tabs-select .nav-tabs li {
  padding: 0 0 0 10px;
}
.sw-woo-tab-style5 .nav-tabs-select .nav-tabs li a {
  text-transform: capitalize;
  display: inline-block;
  color: #777;
  border-radius: 16px;
  vertical-align: top;
  padding: 4px 12px;
  border: 2px transparent solid;
  margin: 0;
  background: transparent;
}
.sw-woo-tab-style5 .nav-tabs-select .nav-tabs li a:hover {
  color: #000;
}
.sw-woo-tab-style5 .nav-tabs-select .nav-tabs li.active a {
  color: #000;
  border: 2px #fe2424 solid;
}
.sw-woo-tab-style5 .nav-tabs-select .nav-tabs li:last-child {
  padding-right: 0;
}
.sw-woo-tab-style5 .banner-category {
  width: 230px;
}
.sw-woo-tab-style5 .banner-category a img {
  margin-bottom: 0;
}
.sw-woo-tab-style5 .tab-content {
  overflow: hidden;
  padding-top: 20px;
}
.sw-woo-tab-style5 .resp-slider-container .item {
  padding: 0 10px;
  border-right: 1px #ededed solid;
}
.rtl .sw-woo-tab-style5 .resp-slider-container .item {
  border-left: 1px #ededed solid;
  border-right: none;
}
.sw-woo-tab-style5 .resp-slider-container .item .item-wrap {
  border: 1px #ffffff solid;
  border-radius: 8px;
  overflow: hidden;
}
.sw-woo-tab-style5 .resp-slider-container .item .item-wrap .item-detail .item-img .sale-off2 {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 11px;
  color: #000;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  background: #ffc220;
}
.rtl .sw-woo-tab-style5 .resp-slider-container .item .item-wrap .item-detail .item-img .sale-off2 {
  right: auto;
  left: 10px;
}
.sw-woo-tab-style5 .resp-slider-container .item .item-wrap .item-detail .item-img .sale-off2 span {
  display: none;
}
.sw-woo-tab-style5 .resp-slider-container .item .item-wrap .item-detail .item-content {
  text-align: center;
  min-height: 109px;
  padding: 18px 15px 0px 15px;
}
.rtl .sw-woo-tab-style5 .resp-slider-container .item .item-wrap .item-detail .item-content {
  text-align: center;
}
.sw-woo-tab-style5 .resp-slider-container .item .item-wrap .item-detail .item-content h4 {
  font-family: "Roboto", Helvetica, Arial, sans-serif !important;
  line-height: 19px;
  margin-bottom: 0;
}
.sw-woo-tab-style5 .resp-slider-container .item .item-wrap .item-detail .item-content .reviews-content {
  padding: 9px 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 .resp-slider-container .item .item-wrap .item-detail .item-content .item-price {
  font-family: "Barlow Condensed", Helvetica, Arial, sans-serif;
  font-size: 20px;
  min-height: auto;
}
.rtl .sw-woo-tab-style5 .resp-slider-container .item .item-wrap .item-detail .item-content .item-price {
  float: none;
}
.sw-woo-tab-style5 .resp-slider-container .item .item-wrap .item-detail .item-content .item-price > span {
  flex-direction: unset;
}
.sw-woo-tab-style5 .resp-slider-container .item .item-wrap .item-detail .item-content .item-price > span del {
  margin: 3px 0 0 5px;
  font-size: 16px;
  color: #6d6e71;
}
.rtl .sw-woo-tab-style5 .resp-slider-container .item .item-wrap .item-detail .item-content .item-price > span del {
  margin: 3px 5px 0 0;
}
.sw-woo-tab-style5 .resp-slider-container .item .item-wrap .item-detail .item-content .item-bottom {
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  left: 0;
  right: 0;
}
.sw-woo-tab-style5 .resp-slider-container .item .item-wrap:hover {
  box-shadow: none;
}
.sw-woo-tab-style5 .resp-slider-container .item .item-wrap:hover .reviews-content {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.sw-woo-tab-style5 .resp-slider-container .item .item-wrap:hover .item-detail .item-bottom {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.sw-woo-tab-style5 .resp-slider-container .item:last-child {
  border-right: none;
}
.sw-woo-tab-style5 .res-button {
  display: inline-block;
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 3;
  background: #fff;
  border: 1px #ededed solid;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-top: -25px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.sw-woo-tab-style5 .res-button.slick-next {
  right: -15px;
}
.rtl .sw-woo-tab-style5 .res-button.slick-next {
  left: -15px;
  right: auto;
}
.sw-woo-tab-style5 .res-button.slick-next:before {
  content: "";
  background: url(../assets/img/angle-arrow.svg) no-repeat center center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  width: 29px;
  height: 28px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  background-size: 12px;
}
.rtl .sw-woo-tab-style5 .res-button.slick-next:before {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.sw-woo-tab-style5 .res-button.slick-prev {
  left: -15px;
}
.rtl .sw-woo-tab-style5 .res-button.slick-prev {
  left: auto;
  right: -15px;
}
.sw-woo-tab-style5 .res-button.slick-prev:before {
  content: "";
  background: url(../assets/img/angle-arrow.svg) no-repeat center center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  width: 30px;
  height: 28px;
  background-size: 12px;
}
.rtl .sw-woo-tab-style5 .res-button.slick-prev:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.sw-woo-tab-style5 .res-button:hover {
  background: #fe2424;
  border: 1px #fe2424 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-woo-tab-style5 .res-button:hover:before {
  background: url(../assets/img/angle-arrow2.svg) no-repeat center center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  background-size: 12px;
}
.sw-woo-tab-style5 .res-button.slick-prev {
  left: 235px;
}
.rtl .sw-woo-tab-style5 .res-button.slick-prev {
  left: auto;
  right: 235px;
}
.sw-woo-tab-style5: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-woo-tab-style5.style1 .banner-category {
  display: none;
}
.sw-woo-tab-style5.style1 .res-button.slick-prev {
  left: -15px;
}
.rtl .sw-woo-tab-style5.style1 .res-button.slick-prev {
  left: auto;
  right: -15px;
}
.woo-slider-style2 {
  margin-bottom: 38px;
}
.woo-slider-style2 .block-title {
  border-bottom: 1px #ededed solid;
}
.woo-slider-style2 .block-title h3 {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
  margin-bottom: 0;
}
.woo-slider-style2 .block-title h3 a {
  padding-bottom: 15px;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.woo-slider-style2 .block-title h3 a:before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  background: #fe2424;
}
.woo-slider-style2 .banner-category {
  width: 230px;
}
.woo-slider-style2 .banner-category a img {
  margin-bottom: 0;
}
.woo-slider-style2 .resp-slider-container {
  overflow: hidden;
  padding-top: 20px;
}
.woo-slider-style2 .resp-slider-container .item {
  padding: 0 11px;
  border-right: 1px #ededed solid;
}
.rtl .woo-slider-style2 .resp-slider-container .item {
  border-left: 1px #ededed solid;
  border-right: none;
}
.woo-slider-style2 .resp-slider-container .item .item-wrap {
  border: 1px #ffffff solid;
  border-radius: 8px;
  overflow: hidden;
}
.woo-slider-style2 .resp-slider-container .item .item-wrap .item-detail .item-img .sale-off2 {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 11px;
  color: #000;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  background: #ffc220;
}
.rtl .woo-slider-style2 .resp-slider-container .item .item-wrap .item-detail .item-img .sale-off2 {
  right: auto;
  left: 10px;
}
.woo-slider-style2 .resp-slider-container .item .item-wrap .item-detail .item-img .sale-off2 span {
  display: none;
}
.woo-slider-style2 .resp-slider-container .item .item-wrap .item-detail .item-content {
  text-align: center;
  min-height: 109px;
  padding: 18px 15px 0px 15px;
}
.rtl .woo-slider-style2 .resp-slider-container .item .item-wrap .item-detail .item-content {
  text-align: center;
}
.woo-slider-style2 .resp-slider-container .item .item-wrap .item-detail .item-content h4 {
  font-family: "Roboto", Helvetica, Arial, sans-serif !important;
  line-height: 19px;
  margin-bottom: 0;
}
.woo-slider-style2 .resp-slider-container .item .item-wrap .item-detail .item-content .reviews-content {
  padding: 9px 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-style2 .resp-slider-container .item .item-wrap .item-detail .item-content .item-price {
  font-family: "Barlow Condensed", Helvetica, Arial, sans-serif;
  font-size: 20px;
  min-height: auto;
}
.rtl .woo-slider-style2 .resp-slider-container .item .item-wrap .item-detail .item-content .item-price {
  float: none;
}
.woo-slider-style2 .resp-slider-container .item .item-wrap .item-detail .item-content .item-price > span {
  flex-direction: unset;
}
.woo-slider-style2 .resp-slider-container .item .item-wrap .item-detail .item-content .item-price > span del {
  margin: 3px 0 0 5px;
  font-size: 16px;
  color: #6d6e71;
}
.rtl .woo-slider-style2 .resp-slider-container .item .item-wrap .item-detail .item-content .item-price > span del {
  margin: 3px 5px 0 0;
}
.woo-slider-style2 .resp-slider-container .item .item-wrap .item-detail .item-content .item-bottom {
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  left: 0;
  right: 0;
}
.woo-slider-style2 .resp-slider-container .item .item-wrap:hover {
  box-shadow: none;
}
.woo-slider-style2 .resp-slider-container .item .item-wrap:hover .reviews-content {
  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;
}
.woo-slider-style2 .resp-slider-container .item .item-wrap:hover .item-detail .item-bottom {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.woo-slider-style2 .resp-slider-container .item:last-child {
  border-right: none;
}
.woo-slider-style2 .res-button {
  display: inline-block;
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 3;
  background: #fff;
  border: 1px #ededed solid;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-top: -25px;
  text-align: center;
  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;
}
.woo-slider-style2 .res-button.slick-next {
  right: -15px;
}
.rtl .woo-slider-style2 .res-button.slick-next {
  left: -15px;
  right: auto;
}
.woo-slider-style2 .res-button.slick-next:before {
  content: "";
  background: url(../assets/img/angle-arrow.svg) no-repeat center center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  width: 29px;
  height: 28px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  background-size: 12px;
}
.rtl .woo-slider-style2 .res-button.slick-next:before {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.woo-slider-style2 .res-button.slick-prev {
  left: -15px;
}
.rtl .woo-slider-style2 .res-button.slick-prev {
  left: auto;
  right: -15px;
}
.woo-slider-style2 .res-button.slick-prev:before {
  content: "";
  background: url(../assets/img/angle-arrow.svg) no-repeat center center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  width: 30px;
  height: 28px;
  background-size: 12px;
}
.rtl .woo-slider-style2 .res-button.slick-prev:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.woo-slider-style2 .res-button:hover {
  background: #fe2424;
  border: 1px #fe2424 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;
}
.woo-slider-style2 .res-button:hover:before {
  background: url(../assets/img/angle-arrow2.svg) no-repeat center center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  background-size: 12px;
}
.woo-slider-style2 .res-button.slick-prev {
  left: 235px;
}
.rtl .woo-slider-style2 .res-button.slick-prev {
  left: auto;
  right: 235px;
}
.woo-slider-style2: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-category-slider4 .slider-responsive .item-product-cat {
  margin: 0 0 16px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.sw-category-slider4 .slider-responsive .item-product-cat .item-image {
  max-width: 30px;
  margin-right: 10px;
}
.rtl .sw-category-slider4 .slider-responsive .item-product-cat .item-image {
  margin-left: 10px;
  margin-right: 0;
}
.sw-category-slider4 .slider-responsive .item-product-cat .item-image a {
  display: block;
  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;
}
.sw-category-slider4 .slider-responsive .item-product-cat .item-image a:after {
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #f5f5f5;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -15px;
  z-index: 1;
}
.rtl .sw-category-slider4 .slider-responsive .item-product-cat .item-image a:after {
  margin-left: 0;
  margin-right: -15px;
  left: auto;
  right: 50%;
}
.sw-category-slider4 .slider-responsive .item-product-cat .item-image a img {
  margin: 0 auto;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.sw-category-slider4 .slider-responsive .item-product-cat .title h3 {
  font-weight: 400;
}
.sw-category-slider4 .slider-responsive .item-product-cat .title h3 a {
  font-size: 14px;
  color: #999;
}
.sw-category-slider4 .slider-responsive .item-product-cat:hover .item-image a img {
  animation-name: elementor-animation-buzz-out;
  animation-duration: .75s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
}
.sw-category-slider4 .slider-responsive .item-product-cat:hover .title h3 a {
  color: #fe2424;
}
.sw-category-slider5 .item-product-cat a {
  display: block;
  padding: 9px 0;
}
.box-borderin5 {
  border: 2px #fe2424 solid;
}
.box-borderin5 .sw-category-slider4 {
  padding: 0 15px 13px 30px;
  border-bottom: 1px #ededed solid;
}
.box-borderin5 .sw-category-slider5 {
  padding: 0 15px 0 30px;
}
.block-infor4 {
  border: 1px #ededed solid;
  border-width: 0 1px 1px 1px;
  padding: 5px 15px 0 15px;
  margin-bottom: 30px;
}
.block-infor4 .info {
  overflow: hidden;
  padding: 11px 0;
  border-bottom: 1px #ededed solid;
}
.block-infor4 .info .icon {
  width: 40px;
  height: 40px;
  float: left;
  margin-right: 5px;
  background: url('../assets/img/promotion2.png') no-repeat -7px -1px;
}
.rtl .block-infor4 .info .icon {
  margin-right: 0;
  margin-left: 5px;
  float: right;
}
.block-infor4 .info .info-cont {
  overflow: hidden;
  line-height: 20px;
  height: 40px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.block-infor4 .info.info2 .icon {
  background-position: -52px 1px;
}
.block-infor4 .info.info3 .icon {
  background-position: -102px 1px;
}
.block-infor4 .info.info4 .icon {
  background-position: -149px 1px;
}
.block-infor4 .info:last-child {
  border-bottom: none;
}
.woo-slider-style3 {
  margin-bottom: 12px;
}
.woo-slider-style3 .block-title {
  border-bottom: 1px #ededed solid;
}
.woo-slider-style3 .block-title h3 {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
  margin-bottom: 0;
  padding-bottom: 17px;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.woo-slider-style3 .block-title h3:before {
  content: "";
  width: 50%;
  height: 2px;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  background: #fe2424;
}
.woo-slider-style3 .resp-slider-container .slider .item .item-wrap2 {
  padding: 17px 0px 4px 0;
}
.woo-slider-style3 .resp-slider-container .slider .item .item-wrap2 .item-img {
  max-width: 80px;
}
.woo-slider-style3 .resp-slider-container .slider .item .item-wrap2 .item-img a {
  vertical-align: top;
}
.woo-slider-style3 .resp-slider-container .slider .item .item-wrap2 .item-content {
  overflow: hidden;
  padding: 0 10px;
}
.woo-slider-style3 .resp-slider-container .slider .item .item-wrap2 .item-content h4 {
  font-family: "Roboto", Helvetica, Arial, sans-serif !important;
  line-height: 19px;
  margin-bottom: 0;
}
.woo-slider-style3 .resp-slider-container .slider .item .item-wrap2 .item-content .reviews-content {
  padding: 8px 0;
  line-height: 10px;
  position: relative;
  display: block;
}
.woo-slider-style3 .resp-slider-container .slider .item .item-wrap2 .item-content .reviews-content a {
  font-size: 12px;
  color: #777;
  margin: 0 3px;
}
.woo-slider-style3 .resp-slider-container .slider .item .item-wrap2 .item-content .reviews-content a:hover {
  color: #fe2424;
}
.woo-slider-style3 .resp-slider-container .slider .item .item-wrap2 .item-content .item-price {
  font-family: "Barlow Condensed", Helvetica, Arial, sans-serif;
  font-size: 20px;
}
.rtl .woo-slider-style3 .resp-slider-container .slider .item .item-wrap2 .item-content .item-price {
  float: none;
}
.woo-slider-style3 .resp-slider-container .slider .item .item-wrap2 .item-content .item-price > span {
  flex-direction: unset;
}
.woo-slider-style3 .resp-slider-container .slider .item .item-wrap2 .item-content .item-price > span del {
  margin: 3px 0 0 5px;
  font-size: 16px;
  color: #6d6e71;
}
.rtl .woo-slider-style3 .resp-slider-container .slider .item .item-wrap2 .item-content .item-price > span del {
  margin: 3px 5px 0 0;
}
.responsive-post-slider3 {
  position: relative;
}
.responsive-post-slider3 .box-title {
  border-bottom: 1px #ededed solid;
  margin-bottom: 20px;
}
.responsive-post-slider3 .box-title h3 {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
  margin-bottom: 0;
  padding-bottom: 17px;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.responsive-post-slider3 .box-title h3:before {
  content: "";
  width: 50%;
  height: 2px;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  background: #fe2424;
}
.rtl .responsive-post-slider3 .resp-slider-container {
  direction: inherit;
}
.responsive-post-slider3 .resp-slider-container .slider {
  margin: 0 -15px;
}
.responsive-post-slider3 .resp-slider-container .slider .item {
  padding: 0 15px;
}
.responsive-post-slider3 .resp-slider-container .slider .item .item-detail {
  position: relative;
}
.responsive-post-slider3 .resp-slider-container .slider .item .item-detail .img_over {
  margin-bottom: 20px;
}
.responsive-post-slider3 .resp-slider-container .slider .item .item-detail .img_over a {
  display: block;
  overflow: hidden;
}
.responsive-post-slider3 .resp-slider-container .slider .item .item-detail .img_over a img {
  width: 100%;
  margin-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;
}
.responsive-post-slider3 .resp-slider-container .slider .item .item-detail .img_over a:hover 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 .resp-slider-container .slider .item .item-detail .entry-content .entry-cat {
  margin-bottom: 10px;
}
.responsive-post-slider3 .resp-slider-container .slider .item .item-detail .entry-content .entry-cat a {
  font-size: 11px;
  color: #fff;
  text-transform: capitalize;
  display: inline-block;
  vertical-align: top;
  background: #000;
  padding: 3px 8px;
}
.responsive-post-slider3 .resp-slider-container .slider .item .item-detail .entry-content .entry-cat a:hover {
  background: #fe2424;
}
.responsive-post-slider3 .resp-slider-container .slider .item .item-detail .entry-content h4 {
  margin-bottom: 7px;
  line-height: 22px;
  font-family: "Roboto", Helvetica, Arial, sans-serif !important;
}
.responsive-post-slider3 .resp-slider-container .slider .item .item-detail .entry-content h4 a {
  color: #000;
}
.responsive-post-slider3 .resp-slider-container .slider .item .item-detail .entry-content h4 a:hover {
  color: #fe2424;
}
.responsive-post-slider3 .resp-slider-container .slider .item .item-detail .entry-content .entry-date a {
  color: #777;
  text-transform: capitalize;
  display: inline-block;
  vertical-align: top;
}
.responsive-post-slider3 .slick-dots {
  margin: 0;
  padding: 13px 6px 0 6px;
}
.responsive-post-slider3 .slick-dots li {
  list-style: none;
  display: inline-block;
  vertical-align: top;
  margin: 0 9px;
}
.responsive-post-slider3 .slick-dots li button {
  font-size: 0;
  width: 6px;
  height: 6px;
  padding: 0;
  background: #c6c9cc;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 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;
}
.responsive-post-slider3 .slick-dots li.slick-active button,
.responsive-post-slider3 .slick-dots li:hover button {
  width: 25px;
  background: #fe2424;
  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;
}
.rtl .elementor-8827 .elementor-element.elementor-element-6278185 .elementor-image-box-wrapper {
  text-align: right;
}
.rtl .elementor-8662 .elementor-element.elementor-element-e378795 > .elementor-element-populated {
  padding: 0px 11px 0px 0px;
}
.rtl .elementor-8662 .elementor-element.elementor-element-0c3592f > .elementor-element-populated {
  padding: 0px 0px 0px 11px;
}
.rtl .elementor-8662 .elementor-element.elementor-element-c3fb35e > .elementor-element-populated,
.rtl .elementor-8662 .elementor-element.elementor-element-3cb444f > .elementor-element-populated {
  padding: 0px 10px 0px 0px;
}
.rtl .elementor-8662 .elementor-element.elementor-element-c117ef0 > .elementor-element-populated,
.rtl .elementor-8662 .elementor-element.elementor-element-5f36a27 > .elementor-element-populated {
  padding: 0px 0px 0px 10px;
}
@media (min-width: 1800px) {
  .header-elementor5 .revo_top .top-form.top-search {
    width: 1153px;
  }
  .header-elementor5 .top-login {
    margin-left: 111px;
  }
  .rtl .header-elementor5 .top-login {
    margin-left: 0;
    margin-right: 111px;
  }
  .box-right1 {
    width: 83.4% !important;
  }
  .box-left1 {
    width: 16.6% !important;
  }
}
@media (min-width: 1200px) and (max-width: 1440px) {
  .header-elementor5 .header-bottom .vertical_megamenu-header .mega-left-title {
    padding: 0;
  }
  .title-deals.style3 {
    padding-top: 11px !important;
  }
  .title-deals.style3 span {
    font-size: 14px !important;
  }
  .box-borderin5 .sw-category-slider4 {
    padding: 0 10px 13px 10px;
  }
  .box-borderin5 .sw-category-slider5 {
    padding: 0 10px;
  }
  .sw-category-slider4 .slider-responsive .item-product-cat {
    margin-bottom: 10px;
  }
  .box-right1 .countdown-slider3 {
    margin-top: 0;
  }
  .sw-category-slider5 .item-product-cat {
    display: none;
  }
  .sw-category-slider5 .item-product-cat:first-child,
  .sw-category-slider5 .item-product-cat:nth-child(2),
  .sw-category-slider5 .item-product-cat:nth-child(3),
  .sw-category-slider5 .item-product-cat:nth-child(4),
  .sw-category-slider5 .item-product-cat:nth-child(5),
  .sw-category-slider5 .item-product-cat:nth-child(6),
  .sw-category-slider5 .item-product-cat:nth-child(7),
  .sw-category-slider5 .item-product-cat:nth-child(8) {
    display: block;
  }
  .block-infor4 .info .info-cont span {
    font-size: 13px;
  }
  .countdown-slider3 .banner-category {
    display: none;
  }
  .countdown-slider3 .resp-slider-container {
    overflow: inherit;
  }
  .sw-woo-tab-style5 .banner-category,
  .woo-slider-style2 .banner-category {
    width: 200px;
  }
  .sw-woo-tab-style5 .resp-slider-container,
  .woo-slider-style2 .resp-slider-container {
    margin: 0 -5px;
  }
  .sw-woo-tab-style5 .resp-slider-container .item,
  .woo-slider-style2 .resp-slider-container .item {
    padding: 0 5px;
  }
  .sw-woo-tab-style5 .resp-slider-container .item .item-wrap .item-detail .item-content,
  .woo-slider-style2 .resp-slider-container .item .item-wrap .item-detail .item-content {
    padding: 18px 10px 0px 10px;
  }
  .sw-woo-tab-style5 .res-button.slick-prev,
  .woo-slider-style2 .res-button.slick-prev {
    left: 210px;
  }
  .rtl .sw-woo-tab-style5 .res-button.slick-prev,
  .rtl .woo-slider-style2 .res-button.slick-prev {
    right: 210px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header-elementor5 .title-deals.style3 {
    display: none;
  }
}
@media (max-width: 1199px) {
  .box-left1 {
    width: 25% !important;
  }
  .box-right1 {
    width: 75% !important;
  }
  .box-right1 .countdown-slider3 {
    margin-top: -50px;
  }
  .countdown-slider3 .banner-category,
  .woo-slider-style2 .banner-category {
    display: none;
  }
  .countdown-slider3 .resp-slider-container,
  .woo-slider-style2 .resp-slider-container {
    overflow: inherit;
  }
  .sw-category-slider4 .slider-responsive .item-product-cat {
    margin-bottom: 10px;
  }
  .sw-category-slider5 .item-product-cat {
    display: none;
  }
  .sw-category-slider5 .item-product-cat:first-child,
  .sw-category-slider5 .item-product-cat:nth-child(2),
  .sw-category-slider5 .item-product-cat:nth-child(3),
  .sw-category-slider5 .item-product-cat:nth-child(4),
  .sw-category-slider5 .item-product-cat:nth-child(5) {
    display: block;
  }
  .sw-woo-tab-style5 .banner-category {
    display: none;
  }
  .sw-woo-tab-style5 .tab-content {
    overflow: inherit;
  }
  .sw-woo-tab-style5 .res-button.slick-prev,
  .woo-slider-style2 .res-button.slick-prev {
    left: -15px;
  }
  .rtl .sw-woo-tab-style5 .res-button.slick-prev,
  .rtl .woo-slider-style2 .res-button.slick-prev {
    right: -15px;
  }
  .elementor-8662 .elementor-element.elementor-element-3cb444f > .elementor-element-populated,
  .elementor-8662 .elementor-element.elementor-element-5f36a27 > .elementor-element-populated {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .header-elementor5.header-top .top-left1 {
    display: none;
  }
  .header-elementor5.header-top .top-right1 {
    width: 100%;
  }
  .header-elementor5 .header-mid .revo_top {
    display: none;
  }
  .header-elementor5 .header-mid .top-left1 {
    width: 29% !important;
  }
  .header-elementor5 .header-mid .top-right1 {
    width: 71% !important;
  }
  .header-elementor5 .header-bottom .top-left1 {
    display: none;
  }
  .header-elementor5 .header-bottom .top-right1 {
    width: 50% !important;
  }
  .header-elementor5 .header-bottom .menu-center {
    width: 50% !important;
  }
  .header-elementor5 #main-menu .primary-menu .resmenu-container .navbar-toggle {
    border: 1px #000 solid;
  }
  .header-elementor5 #main-menu .primary-menu .resmenu-container .navbar-toggle .icon-bar {
    background: #000;
  }
  .header-elementor5 .title-deals.style3 {
    padding-top: 4px;
  }
  .box-left1.style1 {
    display: none;
  }
  .box-right1.style1 {
    width: 100% !important;
  }
  .box-right1 .countdown-slider3 {
    margin-top: 0;
  }
  .block-infor4 {
    border-top: 1px #ededed solid;
  }
  .elementor-8662 .elementor-element.elementor-element-75cba44 > .elementor-element-populated {
    margin-top: 0;
  }
  .block-infor4 .info .info-cont {
    height: auto;
  }
  .woo-slider-style3 .resp-slider-container .slider .item .item-wrap2 .item-img {
    width: 50px;
  }
  .woo-slider-style3 .resp-slider-container .slider .item .item-wrap2 .item-content {
    padding: 0 5px;
  }
  .sw-woo-tab-cat2 .button-collapse {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
    display: block !important;
    background: #000;
    border-radius: 3px;
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
    height: 30px;
    width: 30px;
    line-height: 30px;
  }
  .rtl .sw-woo-tab-cat2 .button-collapse {
    left: 0;
    right: auto;
  }
  .sw-woo-tab-cat2 .button-collapse.collapsed:before {
    content: '\f0c9';
  }
  .sw-woo-tab-cat2 .button-collapse:before {
    content: '\f00d';
    font-family: FontAwesome;
    font-size: 16px;
    color: #fff;
    height: 30px;
    width: 30px;
    line-height: 30px;
    display: inline-block;
    text-align: center;
  }
  .sw-woo-tab-cat2 .nav-tabs {
    margin-bottom: 0;
    position: absolute;
    top: 38px;
    right: 0;
    left: 0;
    z-index: 9;
    height: 0px;
    overflow: hidden;
    background: #fff;
  }
  .sw-woo-tab-cat2 .nav-tabs li {
    width: 100%;
    margin: 0 0 10px 0 !important;
  }
  .sw-woo-tab-cat2 .nav-tabs li a {
    border: none !important;
    width: 100%;
    padding: 0 !important;
  }
}
@media (max-width: 767px) {
  .header-elementor5.header-top .header-mess {
    display: none;
  }
  .header-elementor5 .header-mid .top-left1 >.elementor-element-populated {
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    margin-bottom: 10px;
  }
  .header-elementor5 .header-mid .top-right1 >.elementor-element-populated {
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  .header-elementor5 .header-mid .top-left1,
  .header-elementor5 .header-mid .top-right1 {
    width: 100% !important;
  }
  .header-elementor5 .header-mid .top-login ul {
    margin-left: 0;
  }
  .rtl .header-elementor5 .header-mid .top-login ul {
    margin-right: 0;
  }
  .header-elementor5 .header-bottom .top-right1 {
    display: none;
  }
  .header-elementor5 .header-bottom .menu-center {
    width: 100% !important;
  }
  .header-elementor5 .top-form .wrapp-minicart {
    right: -70px;
    top: 42px;
  }
  .rtl .header-elementor5 .top-form .wrapp-minicart {
    right: auto;
    left: -70px;
  }
  .box-left1 {
    display: none;
  }
  .box-right1 {
    width: 100% !important;
  }
  .box-right1 >.elementor-element-populated {
    padding: 10px 0 !important;
  }
  .sw-woo-tab-cat2 .tab-content .resp-slider-container .slider .item .item-wrap,
  .sw-woo-tab-style5 .resp-slider-container .item,
  .woo-slider-style2 .resp-slider-container .item {
    border-right: none;
  }
  .rtl .sw-woo-tab-cat2 .tab-content .resp-slider-container .slider .item .item-wrap,
  .rtl .sw-woo-tab-style5 .resp-slider-container .item,
  .rtl .woo-slider-style2 .resp-slider-container .item {
    border-left: none;
  }
  .sw-woo-tab-style5 .button-collapse {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
    display: block !important;
    background: #000;
    border-radius: 3px;
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
    height: 30px;
    width: 30px;
    line-height: 30px;
  }
  .rtl .sw-woo-tab-style5 .button-collapse {
    left: 0;
    right: auto;
  }
  .sw-woo-tab-style5 .button-collapse.collapsed:before {
    content: '\f0c9';
  }
  .sw-woo-tab-style5 .button-collapse:before {
    content: '\f00d';
    font-family: FontAwesome;
    font-size: 16px;
    color: #fff;
    height: 30px;
    width: 30px;
    line-height: 30px;
    display: inline-block;
    text-align: center;
  }
  .sw-woo-tab-style5 .nav-tabs {
    margin-bottom: 0;
    position: absolute;
    top: 38px;
    right: 0;
    left: 0;
    z-index: 9;
    height: 0px;
    overflow: hidden;
    background: #fff;
  }
  .sw-woo-tab-style5 .nav-tabs li {
    width: 100%;
    margin: 0 0 10px 0 !important;
  }
  .sw-woo-tab-style5 .nav-tabs li a {
    border: none !important;
    width: 100%;
    padding: 0 !important;
  }
  .sw-woo-tab-style5 .res-button.slick-prev {
    left: 0;
  }
  .rtl .sw-woo-tab-style5 .res-button.slick-prev {
    right: 0;
  }
  .sw-woo-tab-style5 .res-button.slick-next {
    right: 0;
  }
  .rtl .sw-woo-tab-style5 .res-button.slick-next {
    left: 0;
  }
  .sw-woo-tab-style5.style1 .res-button.slick-prev {
    left: 0;
  }
  .rtl .sw-woo-tab-style5.style1 .res-button.slick-prev {
    right: 0;
  }
  .woo-slider-style2 .res-button.slick-prev {
    left: 0;
  }
  .rtl .woo-slider-style2 .res-button.slick-prev {
    right: 0;
  }
  .woo-slider-style2 .res-button.slick-next {
    right: 0;
  }
  .rtl .woo-slider-style2 .res-button.slick-next {
    left: 0;
  }
}
.home-style6 {
  font-family: "Evolventa Regular", Helvetica, Arial, sans-serif;
}
.home-style6 .elementor-9033 .elementor-element.elementor-element-c260bd6 .elementor-countdown-digits {
  font-family: "Evolventa Bold", Helvetica, Arial, sans-serif;
}
.home-style6 .elementor-9033 .elementor-element.elementor-element-c260bd6 .elementor-countdown-label {
  text-transform: uppercase;
  font-family: "Evolventa Regular", Helvetica, Arial, sans-serif;
  padding-top: 4px;
}
.home-style6 rs-module-wrap .tparrows.custom {
  width: 35px !important;
  height: 50px !important;
  background: #fff !important;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.home-style6 rs-module-wrap .tparrows.custom:before {
  line-height: 50px !important;
  color: #000 !important;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.home-style6 rs-module-wrap .tparrows.custom:hover {
  background: #fe2424 !important;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.home-style6 rs-module-wrap .tparrows.custom:hover:before {
  color: #fff !important;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.home-style6 rs-module-wrap .text1 {
  font-family: "Evolventa Regular", Helvetica, Arial, sans-serif !important;
}
.home-style6 rs-module-wrap .text2 {
  font-family: "Evolventa Bold", Helvetica, Arial, sans-serif;
}
.home-style6 rs-module-wrap .sl-more {
  font-family: "Evolventa Bold", Helvetica, Arial, sans-serif !important;
  position: relative;
}
.home-style6 rs-module-wrap .sl-more:before {
  content: "";
  width: 20px;
  height: 2px;
  position: absolute;
  bottom: -3px;
  left: 0;
  background: #fff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.rtl .home-style6 rs-module-wrap .sl-more:before {
  left: auto;
  right: 0;
}
.home-style6 rs-module-wrap .sl-more:hover:before {
  background: #fe2424;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.header-elementor6 .top-left1 >.elementor-element-populated >div,
.header-elementor6 .top-right1 >.elementor-element-populated >div {
  margin-bottom: 0;
}
.header-elementor6 .free a {
  font-size: 13px;
  color: #fff;
  text-decoration: none;
  padding: 15px 0;
}
.header-elementor6 .free a:hover {
  color: #fe2424;
}
.header-elementor6 .top-login3 {
  margin-top: 15px;
}
.header-elementor6 .top-login3 ul {
  margin: 0 30px 0 0;
}
.rtl .header-elementor6 .top-login3 ul {
  margin: 0 0 0 30px;
}
.header-elementor6 .top-login3 ul li {
  color: #fff;
  font-size: 0;
}
.header-elementor6 .top-login3 ul li a {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  font-size: 13px;
}
.header-elementor6 .top-login3 ul li a:hover {
  color: #fe2424;
}
.header-elementor6 .top-login3 ul li a.register {
  font-size: 0;
}
.header-elementor6 #lang_sel > ul.nav > li,
.header-elementor6 .currency_w > li {
  padding-top: 15px;
  padding-bottom: 14px;
}
.header-elementor6 #lang_sel > ul.nav > li > a,
.header-elementor6 .currency_w > li > a {
  color: #fff;
  text-transform: uppercase;
}
.header-elementor6 #lang_sel > ul.nav > li > a:hover,
.header-elementor6 .currency_w > li > a:hover {
  color: #fe2424;
}
.header-elementor6 #lang_sel > ul.nav > li:hover > ul,
.header-elementor6 .currency_w > li:hover > ul {
  top: 46px;
}
.header-elementor6 #lang_sel > ul.nav > li > ul,
.header-elementor6 .currency_w > li > ul {
  left: auto;
  right: 0;
}
.rtl .header-elementor6 #lang_sel > ul.nav > li > ul,
.rtl .header-elementor6 .currency_w > li > ul {
  left: 0;
  right: auto;
}
.header-elementor6 .currency_w {
  margin: 0;
}
.header-elementor6 #lang_sel {
  margin-right: 30px;
}
.rtl .header-elementor6 #lang_sel {
  margin-right: 0;
  margin-left: 30px;
}
.header-elementor6 #lang_sel > ul.nav > li > a img {
  display: none;
}
.header-elementor6 .wishlist {
  position: relative;
  font-size: 0;
  display: block;
  margin-top: 17px;
}
.header-elementor6 .wishlist:before {
  content: "\f004";
  font-family: Fontawesome;
  display: block;
  color: #000;
  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;
}
.header-elementor6 .wishlist:hover:before {
  color: #fe2424;
  -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-elementor6 .header-mid {
  position: relative;
  padding-top: 24px;
  padding-bottom: 22px;
}
.header-elementor6 .header-mid:before {
  content: "";
  height: 1px;
  background: #ddd;
  position: absolute;
  bottom: 0;
  left: 15px;
  right: 15px;
}
.header-elementor6 .top-form.top-form-minicart {
  border: none;
  padding: 0;
}
.header-elementor6 .top-form.top-form-minicart:before {
  display: none;
}
.header-elementor6 .top-form.top-form-minicart .cart-contents {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  padding: 18px 0;
}
.header-elementor6 .top-form.top-form-minicart .cart-contents .minicart-numbers {
  position: static;
  color: #000;
  margin: 0 5px;
  font-size: 12px;
  width: 17px;
  height: 17px;
  line-height: 18px;
}
.header-elementor6 .top-form.top-form-minicart .cart-contents .my-cart {
  -webkit-order: -1;
  -ms-order: -1;
  order: -1;
  font-size: 15px;
  font-family: "Evolventa Bold", Helvetica, Arial, sans-serif;
  margin-bottom: 0;
  text-transform: lowercase;
}
.header-elementor6 .top-form.top-form-minicart .cart-contents .price {
  font-weight: normal;
  font-size: 15px;
  color: #000;
  padding-left: 34px;
  position: relative;
}
.rtl .header-elementor6 .top-form.top-form-minicart .cart-contents .price {
  padding-left: 0;
  padding-right: 34px;
}
.header-elementor6 .top-form.top-form-minicart .cart-contents .price:before {
  content: "";
  width: 20px;
  height: 1px;
  background: #000;
  position: absolute;
  top: 42%;
  left: 6px;
}
.rtl .header-elementor6 .top-form.top-form-minicart .cart-contents .price:before {
  left: auto;
  right: 5px;
}
.header-elementor6.elementor-sticky {
  z-index: 99;
}
.header-elementor6.elementor-sticky--effects {
  box-shadow: 0 1px 2px #ddd;
  z-index: 99 !important;
  background: #fff;
}
.header-elementor6.elementor-sticky--effects .header-mid {
  padding-top: 15px;
  padding-bottom: 13px;
}
.header-elementor6.elementor-sticky--effects .header-mid:before {
  display: none;
}
.header-elementor6.elementor-sticky--effects .nav-pills.nav-mega .flashmart-mega-menu.flashmart-menu-img > a span.menu-img {
  display: none;
}
.header-elementor6.elementor-sticky--effects .top-right1 .elementor-widget-image > .elementor-widget-container {
  margin-top: 13px;
}
.icon-sidebar {
  background: #000;
  color: #fff;
  padding: 7px 10px;
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  margin-top: 11px;
}
.icon-sidebar:hover {
  background: #fe2424;
  color: #fff;
}
.elementor-section.header-sibar {
  max-width: 322px;
  background-color: #fff;
  padding: 0px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  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(-322px);
  -moz-transform: translateX(-322px);
  -o-transform: translateX(-322px);
  -ms-transform: translateX(-322px);
  transform: translateX(-322px);
}
.rtl .elementor-section.header-sibar {
  right: 0;
  left: auto;
  -webkit-transform: translateX(322px);
  -moz-transform: translateX(322px);
  -o-transform: translateX(322px);
  -ms-transform: translateX(322px);
  transform: translateX(322px);
}
.elementor-section.header-sibar.open {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  visibility: visible;
  opacity: 1;
}
.elementor-section.header-sibar .close-sidebar {
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  z-index: 9;
  position: fixed;
  top: 25px;
  right: 15px;
  font-size: 0;
}
.elementor-section.header-sibar .close-sidebar:before {
  content: "\ea17";
  font-size: 24px;
  font-family: "Nucleo";
}
.rtl .elementor-section.header-sibar .close-sidebar {
  left: 15px;
  right: auto;
}
.elementor-section.header-sibar .box-img {
  padding-top: 120px;
  padding-bottom: 60px;
}
.elementor-section.header-sibar .elementor-section >.elementor-container >.elementor-element >.elementor-element-populated {
  padding: 0 !important;
}
.elementor-section.header-sibar .nav-pills >li {
  width: 100%;
}
.elementor-section.header-sibar .nav-pills >li >a {
  color: #000;
  padding: 15px 30px;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Evolventa Bold", Helvetica, Arial, sans-serif;
}
.elementor-section.header-sibar .nav-pills >li >a .menu-img {
  display: none;
}
.elementor-section.header-sibar .nav-pills >li.dropdown >a:after {
  position: relative;
  display: inline-block;
  vertical-align: top;
  right: -5px;
  top: -1px;
}
.rtl .elementor-section.header-sibar .nav-pills >li.dropdown >a:after {
  right: auto;
  left: -5px;
}
.elementor-section.header-sibar .nav-pills >li.dropdown >a:before {
  content: "";
  width: 80%;
  height: 1px;
  position: absolute;
  bottom: 0;
  background: #ddd;
}
.elementor-section.header-sibar .nav-pills >li.dropdown .dropdown-menu {
  display: none;
}
.elementor-section.header-sibar .nav-pills >li.dropdown >.dropdown-menu.visible {
  left: 322px !important;
  top: 0;
  display: block;
}
.rtl .elementor-section.header-sibar .nav-pills >li.dropdown >.dropdown-menu.visible {
  right: 322px !important;
  left: auto !important;
}
.elementor-section.header-sibar .nav-pills >li.active >a,
.elementor-section.header-sibar .nav-pills >li.active >a:hover,
.elementor-section.header-sibar .nav-pills >li.active >a:focus,
.elementor-section.header-sibar .nav-pills >li > a:hover {
  color: #fe2424;
}
.elementor-section.header-sibar .nav-pills.nav-mega .flashmart-mega-menu.mega-blog .dropdown-menu.column-4 >li {
  margin-bottom: 15px;
}
.elementor-section.header-sibar .nav-pills.nav-mega .flashmart-mega-menu .dropdown-menu .dropdown-submenu >a,
.elementor-section.header-sibar .nav-pills.nav-mega .flashmart-mega-menu .dropdown-menu .dropdown-submenu >.have-title,
.elementor-section.header-sibar .responsive-post-style2 .slider-container .item .entry-content h4,
.elementor-section.header-sibar .nav-pills.nav-mega .flashmart-mega-menu.style-mega .dropdown-menu.column-1 >li h3,
.elementor-section.header-sibar .nav-pills.nav-mega .flashmart-mega-menu.mega-blog .dropdown-menu.column-4 >li:last-child >a {
  font-family: "Evolventa Bold", Helvetica, Arial, sans-serif;
}
.elementor-section.header-sibar .sw-category-slider5 {
  padding: 0 30px;
}
.elementor-section.header-sibar .sw-category-slider5 .block-title h3 {
  font-size: 20px;
  border-bottom: 1px #ededed solid;
  margin-bottom: 30px;
  padding-bottom: 20px;
  padding-top: 3px;
  color: #000;
}
.elementor-section.header-sibar .contact-sidebar .wrap-content {
  margin: 100px 30px 0;
}
.elementor-section.header-sibar .contact-sidebar .wrap-content h5 {
  font-size: 16px;
  color: #000;
  text-transform: capitalize;
}
.elementor-section.header-sibar .contact-sidebar .wrap-content ul {
  margin: 0;
  list-style: none;
}
.elementor-section.header-sibar .contact-sidebar .wrap-content ul > li {
  font-size: 13px;
  color: #555;
  display: block;
  padding: 8px 0;
}
.elementor-section.header-sibar .contact-sidebar .wrap-content ul > li a {
  color: #555;
}
.elementor-section.header-sibar .contact-sidebar .wrap-content ul > li a:hover {
  color: #fe2424;
}
.elementor-section.header-sibar .contact-sidebar .wrap-content ul > li i {
  float: left;
  margin-right: 10px;
}
.rtl .elementor-section.header-sibar .contact-sidebar .wrap-content ul > li i {
  float: right;
  margin-left: 10px;
  margin-right: 0;
}
.elementor-section.header-sibar .elementor-widget-wp-widget-search .searchform {
  height: 50px;
  background-color: #f5f5f5;
  position: relative;
  margin: 22px 30px 20px;
}
.elementor-section.header-sibar .elementor-widget-wp-widget-search .searchform input[type="text"] {
  height: 50px;
  background-color: #f5f5f5;
  border: 0;
  border-radius: 0;
  width: 100%;
  padding: 0 20px;
  font-size: 13px;
}
.elementor-section.header-sibar .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/readmore-arrow.svg') no-repeat center center transparent;
  background-size: 20px;
}
.elementor-section.header-sibar .elementor-widget-wp-widget-search .searchform input[type="submit"]:hover {
  opacity: 0.85;
}
.rtl .elementor-section.header-sibar .elementor-widget-wp-widget-search .searchform input[type="submit"] {
  left: 0;
  right: auto;
  transform: rotate(180deg);
}
body.elementor-editor-active .header-sibar {
  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);
}
.box-count1 .elementor-countdown-wrapper .elementor-countdown-item {
  position: relative;
}
.box-count1 .elementor-countdown-wrapper .elementor-countdown-item:before {
  content: ":";
  font-family: fontawesome;
  position: absolute;
  top: 20px;
  right: -7px;
  font-size: 26px;
  color: #000;
}
.rtl .box-count1 .elementor-countdown-wrapper .elementor-countdown-item:before {
  right: auto;
  left: -7px;
}
.box-count1 .elementor-countdown-wrapper .elementor-countdown-item:last-child:before {
  display: none;
}
.box-image4 {
  position: relative;
  margin-bottom: 2px !important;
}
.box-image4 .elementor-image-box-wrapper .elementor-image-box-content {
  position: absolute;
  bottom: 30px;
  left: 60px;
  text-align: left;
}
.rtl .box-image4 .elementor-image-box-wrapper .elementor-image-box-content {
  text-align: right;
  left: auto;
  right: 60px;
}
.box-image4 .elementor-image-box-wrapper .elementor-image-box-content .box-content h3 {
  font-size: 60px;
  color: #fff;
  font-family: "Evolventa Bold", Helvetica, Arial, sans-serif;
  margin-bottom: 15px;
}
.box-image4 .elementor-image-box-wrapper .elementor-image-box-content .box-content p {
  font-size: 20px;
  color: #fff;
  margin-bottom: 41px;
}
.box-image4 .elementor-image-box-wrapper .elementor-image-box-content .box-content .item1 {
  background: #fff;
  padding: 16px 20px;
  display: inline-block;
  vertical-align: top;
  width: 320px;
  margin-right: 17px;
}
.rtl .box-image4 .elementor-image-box-wrapper .elementor-image-box-content .box-content .item1 {
  margin-left: 17px;
  margin-right: 0;
}
.box-image4 .elementor-image-box-wrapper .elementor-image-box-content .box-content .item1:hover {
  background: rgba(255,255,255,0.8);
}
.box-image4 .elementor-image-box-wrapper .elementor-image-box-content .box-content .item1 .title1 {
  font-size: 11px;
  color: #000;
  text-transform: uppercase;
  font-family: "Evolventa Bold", Helvetica, Arial, sans-serif;
}
.box-image4 .elementor-image-box-wrapper .elementor-image-box-content .box-content .item1 .title2 {
  font-size: 18px;
  color: #000;
  padding-top: 34px;
  font-family: "Evolventa Bold", Helvetica, Arial, sans-serif;
  margin-bottom: 10px;
}
.box-image4 .elementor-image-box-wrapper .elementor-image-box-content .box-content .item1 .des {
  font-size: 13px;
  color: #555;
}
.box-image4 .elementor-image-box-wrapper .elementor-image-box-content .box-content .item2 {
  background: rgba(255,255,255,0.5);
  padding: 16px 20px;
  display: inline-block;
  vertical-align: top;
  width: 320px;
  border: 1px #fff solid;
}
.box-image4 .elementor-image-box-wrapper .elementor-image-box-content .box-content .item2:hover {
  background: rgba(255,255,255,0.2);
}
.box-image4 .elementor-image-box-wrapper .elementor-image-box-content .box-content .item2 .title2 {
  font-size: 18px;
  color: #fff;
  padding-top: 47px;
  font-family: "Evolventa Bold", Helvetica, Arial, sans-serif;
  margin-bottom: 10px;
}
.box-image4 .elementor-image-box-wrapper .elementor-image-box-content .box-content .item2 .des {
  font-size: 13px;
  color: #fff;
}
.promotion2 {
  text-align: center;
  padding: 3px 0;
}
.promotion2 .item {
  padding-top: 4px;
}
.promotion2 .item span {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  color: #787878;
  margin-right: 30px;
}
.rtl .promotion2 .item span {
  margin-right: 0;
  margin-left: 30px;
}
.promotion2 .item a {
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  font-size: 12px;
}
.promotion2 .item a:hover {
  text-decoration: underline;
  color: #000;
}
.promotion2 .item.item2 {
  border: 1px #ddd solid;
  border-width: 0 1px;
}
.block-infor5 {
  text-align: center;
  padding-bottom: 60px;
  margin-bottom: 98px;
  border-bottom: 1px #ededed solid;
}
.block-infor5 .info {
  border-right: 2px #ededed solid;
  padding: 0 10px;
}
.rtl .block-infor5 .info {
  border-right: none;
  border-left: 2px #ededed solid;
}
.block-infor5 .info span {
  font-size: 20px;
  text-transform: capitalize;
  color: #000;
  margin-bottom: 21px;
  display: block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.block-infor5 .info p {
  margin-bottom: 0;
  color: #787878;
  line-height: 16px !important;
  font-size: 16px;
}
.block-infor5 .info.info3 {
  border-right: none;
}
.rtl .block-infor5 .info.info3 {
  border-left: none;
}
.block-infor5 .info:hover span {
  color: #fe2424;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.box-tab1 .elementor-tabs .elementor-tabs-wrapper .elementor-tab-title {
  padding: 0 67px 0 0;
}
.rtl .box-tab1 .elementor-tabs .elementor-tabs-wrapper .elementor-tab-title {
  padding: 0 0 0 67px;
}
.box-tab1 .elementor-tabs .elementor-tabs-wrapper .elementor-tab-title a {
  font-family: "Evolventa Bold", Helvetica, Arial, sans-serif;
}
.box-tab1 .elementor-tabs .elementor-tabs-wrapper .elementor-tab-title a:hover {
  color: #000;
}
.box-tab1 .elementor-tabs .elementor-tabs-wrapper .elementor-tab-title.elementor-active a {
  position: relative;
}
.box-tab1 .elementor-tabs .elementor-tabs-wrapper .elementor-tab-title.elementor-active a:after {
  content: "";
  width: 100%;
  background: #fe2424;
  height: 5px;
  position: absolute;
  bottom: 3px;
  left: 0;
  right: 0;
  z-index: -1;
}
.box-tab1 .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content {
  padding: 33px 0;
}
.box-tab1 .elementor-tabs .elementor-tabs-content-wrapper .title {
  margin-bottom: 46px;
}
.box-tab1 .elementor-tabs .elementor-tabs-content-wrapper .title a {
  border-bottom: 2px #000 solid;
  padding-bottom: 5px;
  text-transform: uppercase;
  font-family: "Evolventa Bold", Helvetica, Arial, sans-serif;
}
.box-tab1 .elementor-tabs .elementor-tabs-content-wrapper .title a:hover {
  border-bottom: 2px #fe2424 solid;
}
.e-title2 {
  font-size: 34px;
  text-align: center;
  font-family: "Evolventa Bold", Helvetica, Arial, sans-serif;
  color: #000;
  line-height: 50px;
  margin-bottom: 26px;
}
.e-title2 span {
  position: relative;
}
.e-title2 span i {
  font-style: inherit;
  position: relative;
  z-index: 2;
}
.e-title2 span:after {
  content: "";
  width: 100%;
  background: #fe2424;
  height: 8px;
  position: absolute;
  bottom: 2px;
  left: 0;
  right: 0;
  opacity: 0.8;
}
.bundle-slider-style2 {
  margin-bottom: 68px;
}
.bundle-slider-style2 .box-title h3 {
  font-size: 34px;
  font-family: "Evolventa Bold", Helvetica, Arial, sans-serif;
  color: #000;
  max-width: 325px;
  line-height: 50px;
  margin-bottom: 45px;
}
.bundle-slider-style2 .slider-responsive .item:first-child {
  width: 49%;
  margin-right: 19%;
}
.rtl .bundle-slider-style2 .slider-responsive .item:first-child {
  margin-right: 0;
  margin-left: 19%;
}
.bundle-slider-style2 .slider-responsive .item:last-child {
  width: 32%;
}
.bundle-slider-style2 .slider-responsive .item .item-detail .item-image-bundle {
  margin-bottom: 20px;
}
.bundle-slider-style2 .slider-responsive .item .item-detail .box-content .item-product {
  border-bottom: 1px #ededed solid;
  margin-bottom: 20px;
}
.bundle-slider-style2 .slider-responsive .item .item-detail .box-content .item-product h4 {
  font-size: 14px;
  width: 65%;
  line-height: 24px;
  margin-top: -4px;
}
.bundle-slider-style2 .slider-responsive .item .item-detail .box-content .item-product h4 a {
  position: relative;
}
.bundle-slider-style2 .slider-responsive .item .item-detail .box-content .item-product h4 a img {
  position: absolute;
  top: -95px;
  left: 100%;
  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;
  width: 140px;
  min-width: 140px;
  height: 189px;
  -webkit-transform: translateX(30px);
  -moz-transform: translateX(30px);
  -o-transform: translateX(30px);
  -ms-transform: translateX(30px);
  transform: translateX(30px);
}
.rtl .bundle-slider-style2 .slider-responsive .item .item-detail .box-content .item-product h4 a img {
  left: auto;
  right: 100%;
  -webkit-transform: translateX(-30px);
  -moz-transform: translateX(-30px);
  -o-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  transform: translateX(-30px);
}
.bundle-slider-style2 .slider-responsive .item .item-detail .box-content .item-product h4:hover a img {
  opacity: 1;
  visibility: visible;
  z-index: 2;
  -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;
}
.bundle-slider-style2 .slider-responsive .item .item-detail .box-content .item-product .item-price {
  color: #686868;
  font-size: 14px;
  font-weight: normal;
}
.bundle-slider-style2 .slider-responsive .item .item-detail .box-content .item-product .item-price ins {
  color: #000;
}
.bundle-slider-style2 .slider-responsive .item .item-detail .box-content .item-product .item-price del {
  margin: 0 5px;
}
.bundle-slider-style2 .slider-responsive .item .item-detail .box-content .item-product:last-child {
  border-bottom: none;
}
.e-title3 h3 {
  font-size: 34px;
  font-family: "Evolventa Bold", Helvetica, Arial, sans-serif;
  color: #000;
  line-height: 50px;
  text-transform: capitalize;
  margin-bottom: 17px;
}
.e-title3 p {
  padding-right: 20%;
  color: #555;
}
.rtl .e-title3 p {
  padding-right: 0;
  padding-left: 20%;
}
.box-right2 {
  padding-left: 55px;
}
.rtl .box-right2 {
  padding-left: 0;
  padding-right: 55px;
}
.ned-help {
  margin: 60px -15px 76px -15px;
}
.ned-help .item {
  width: 25%;
  float: left;
  padding: 0 15px;
}
.rtl .ned-help .item {
  float: right;
}
.ned-help .item h3 {
  font-size: 34px;
  color: #000;
  line-height: 50px;
  font-family: "Evolventa Bold", Helvetica, Arial, sans-serif;
}
.ned-help .item h4 {
  font-size: 18px;
  color: #000;
  font-family: "Evolventa Bold", Helvetica, Arial, sans-serif;
  padding-top: 10px;
  margin-bottom: 22px;
}
.ned-help .item p {
  font-size: 16px;
  color: #555;
  line-height: 27px;
  margin-bottom: 30px;
}
.ned-help .item div a {
  font-size: 12px;
  text-transform: uppercase;
  font-family: "Evolventa Bold", Helvetica, Arial, sans-serif;
  border-bottom: 2px #000 solid;
  padding-bottom: 8px;
}
.featured-product5 {
  margin-bottom: 82px;
}
.featured-product5 .block-title {
  margin-bottom: 35px;
}
.featured-product5 .block-title h3 {
  font-size: 34px;
  color: #000;
  line-height: 50px;
  font-family: "Evolventa Bold", Helvetica, Arial, sans-serif;
  max-width: 300px;
}
.rtl .featured-product5 .block-title h3 {
  text-align: right;
}
.featured-product5 .block-title .view-all {
  font-size: 16px;
  color: #999;
  position: relative;
  padding-right: 46px;
  margin-top: 38px;
}
.rtl .featured-product5 .block-title .view-all {
  padding-right: 0;
  padding-left: 46px;
}
.featured-product5 .block-title .view-all span {
  background: #fff;
  position: relative;
  padding: 8px 0;
}
.featured-product5 .block-title .view-all:before {
  content: "";
  width: 54px;
  height: 54px;
  border: 1px #ccc solid;
  background: url(../assets/img/angle-arrow5.svg) no-repeat center;
  background-size: 20px 10px;
  position: absolute;
  top: -18px;
  right: 0;
  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;
}
.rtl .featured-product5 .block-title .view-all:before {
  right: auto;
  left: 0;
  transform: scaleX(-1);
}
.featured-product5 .block-title .view-all:hover {
  color: #fe2424;
}
.featured-product5 .block-title .view-all:hover:before {
  border: 1px #fe2424 solid;
  background: url(../assets/img/default/angle-arrow4.svg) no-repeat center;
  background-size: 20px 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-product5 .resp-slider-container .slider {
  margin: 0 -15px;
}
.featured-product5 .resp-slider-container .slider .item {
  padding: 0 15px;
}
.featured-product5 .res-button {
  display: inline-block;
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 3;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  text-align: center;
  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;
}
.featured-product5 .res-button.slick-next {
  right: -50px;
}
.featured-product5 .res-button.slick-next:before {
  content: "";
  background: url(../assets/img/angle-arrow4.svg) no-repeat center center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  width: 50px;
  height: 38px;
  background-size: 44px 23px;
}
.featured-product5 .res-button.slick-prev {
  left: -50px;
}
.featured-product5 .res-button.slick-prev:before {
  content: "";
  background: url(../assets/img/angle-arrow4.svg) no-repeat center center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  width: 50px;
  height: 38px;
  background-size: 44px 23px;
  transform: scaleX(-1);
}
.featured-product5 .res-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;
}
.featured-product5 .res-button:hover:before {
  background: url(../assets/img/default/angle-arrow4.svg) no-repeat center center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  background-size: 44px 23px;
}
.featured-product5: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;
}
.rtl .elementor-9033 .elementor-element.elementor-element-8fb8e20 {
  text-align: right;
}
.rtl .elementor-9033 .elementor-element.elementor-element-fe04374 > .elementor-element-populated {
  padding: 0px 10px 0px 0px;
}
.rtl .elementor-9033 .elementor-element.elementor-element-ba79d83 > .elementor-element-populated {
  padding: 0px 0px 0px 10px;
}
@media (min-width: 1200px) {
  .featured-product5 .resp-slider-container .slider {
    margin: 0 -50px;
    min-height: 630px;
  }
  .featured-product5 .resp-slider-container .slider .item .item-wrap3 {
    margin-top: -55px;
  }
  .featured-product5 .resp-slider-container .slider .item .item-wrap3 .item-img {
    width: 80%;
    margin: 0 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;
  }
  .featured-product5 .resp-slider-container .slider .item .item-wrap3 .item-content {
    padding-left: 60px;
    padding-right: 60px;
  }
  .featured-product5 .resp-slider-container .slider .item .item-wrap3 .item-content .sw-quickview {
    right: 40px;
  }
  .rtl .featured-product5 .resp-slider-container .slider .item .item-wrap3 .item-content .sw-quickview {
    right: auto;
    left: 40px;
  }
  .featured-product5 .resp-slider-container .slider .item.slick-center .item-wrap3 {
    margin-top: 0;
  }
  .featured-product5 .resp-slider-container .slider .item.slick-center .item-wrap3 .item-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;
  }
  .featured-product5 .resp-slider-container .slider .item.slick-center .item-wrap3 .item-content {
    padding: 18px 20px 0 20px;
  }
  .featured-product5 .resp-slider-container .slider .item.slick-center .item-wrap3 .item-content .sw-quickview {
    right: 0;
  }
  .rtl .featured-product5 .resp-slider-container .slider .item.slick-center .item-wrap3 .item-content .sw-quickview {
    left: 0;
    right: auto;
  }
}
@media (min-width: 1200px) and (max-width: 1440px) {
  .home-style6 rs-module-wrap {
    margin-bottom: 2px !important;
  }
  .header-sibar .box-img {
    padding-top: 30px;
    padding-bottom: 0;
  }
  .header-sibar .contact-sidebar ul {
    display: none;
  }
  .header-sibar .elementor-widget-wp-widget-search .searchform {
    margin-top: 0;
  }
  .header-sibar .nav-pills.nav-mega .flashmart-mega-menu .dropdown-menu.column-5 {
    min-width: 1020px;
  }
  .header-sibar .sw-category-slider5 {
    padding-top: 30px;
  }
  .box-image4 .elementor-image-box-wrapper .elementor-image-box-content .box-content h3 {
    font-size: 40px;
    margin-bottom: 5px;
  }
  .box-image4 .elementor-image-box-wrapper .elementor-image-box-content .box-content p {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .box-image4 .elementor-image-box-wrapper .elementor-image-box-content .box-content .item1 {
    width: 200px;
  }
  .box-image4 .elementor-image-box-wrapper .elementor-image-box-content .box-content .item1 .title2 {
    padding-top: 17px;
  }
  .box-image4 .elementor-image-box-wrapper .elementor-image-box-content .box-content .item2 {
    width: 200px;
  }
}
@media (max-width: 1199px) {
  .box-image4 .elementor-image-box-wrapper .elementor-image-box-content {
    left: 40px;
  }
  .rtl .box-image4 .elementor-image-box-wrapper .elementor-image-box-content {
    left: auto;
    right: 40px;
  }
  .box-image4 .elementor-image-box-wrapper .elementor-image-box-content .box-content h3 {
    font-size: 40px;
    margin-bottom: 5px;
  }
  .box-image4 .elementor-image-box-wrapper .elementor-image-box-content .box-content p {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .header-sibar {
    position: static;
    max-width: 100%;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .rtl .header-sibar {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .header-sibar .elementor-widget-image,
  .header-sibar .elementor-widget-html,
  .header-sibar .elementor-widget-wp-widget-search {
    display: none;
  }
  .header-sibar #main-menu .primary-menu {
    padding: 5px 15px 0 15px;
  }
  .header-sibar #main-menu .primary-menu .resmenu-container .navbar-toggle {
    border: 1px #000 solid;
  }
  .header-sibar #main-menu .primary-menu .resmenu-container .navbar-toggle .icon-bar {
    background: #000;
  }
  .icon-sidebar,
  .box-right3 {
    display: none;
  }
  .box-left3 {
    width: 100% !important;
  }
  .bundle-slider-style2 .slider-responsive .item:first-child {
    width: 48%;
    margin-right: 4%;
  }
  .rtl .bundle-slider-style2 .slider-responsive .item:first-child {
    margin-left: 4%;
  }
  .bundle-slider-style2 .slider-responsive .item:last-child {
    width: 48%;
  }
  .box-right2 {
    padding-left: 25px;
  }
  .rtl .box-right2 {
    padding-left: 0;
    padding-right: 25px;
  }
}
@media (max-width: 767px) {
  .header-elementor6.header-top .top-left1,
  .header-elementor6 .header-mid .top-left1 {
    display: none;
  }
  .header-elementor6.header-top .top-right1 >.elementor-element-populated,
  .header-elementor6 .header-mid .top-right1 >.elementor-element-populated {
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  .header-elementor6 .top-form.top-form-minicart {
    margin: 0;
  }
  .rtl .header-elementor6 .top-form.top-form-minicart {
    margin: 0;
  }
  .header-elementor6 .top-form .wrapp-minicart {
    right: -84px;
  }
  .rtl .header-elementor6 .top-form .wrapp-minicart {
    right: auto;
    left: -84px;
  }
  .promotion2 {
    white-space: nowrap;
    overflow-x: scroll !important;
  }
  .promotion2 .item {
    display: inline-block;
    vertical-align: top;
    white-space: normal;
  }
  .box-image4 .elementor-image-box-wrapper .elementor-image-box-content {
    bottom: 0;
  }
  .box-image4 .elementor-image-box-wrapper .elementor-image-box-content .box-content h3 {
    font-size: 24px;
    margin-bottom: 5px;
  }
  .box-image4 .elementor-image-box-wrapper .elementor-image-box-content .box-content p {
    margin-bottom: 0;
  }
  .box-image4 .elementor-image-box-wrapper .elementor-image-box-content .box-content .item {
    display: none;
  }
  .e-title2 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0;
  }
  .block-infor5 {
    white-space: nowrap;
    overflow-x: scroll !important;
    padding-bottom: 10px;
    margin-bottom: 30px;
  }
  .block-infor5 .info {
    display: inline-block;
    vertical-align: top;
    white-space: normal;
    border: none;
  }
  .block-infor5 .info span {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .box-tab1 .elementor-tabs .elementor-tabs-wrapper {
    display: block;
    white-space: nowrap;
    overflow-x: scroll !important;
  }
  .box-tab1 .elementor-tabs .elementor-tabs-wrapper .elementor-tab-title {
    display: inline-block;
    vertical-align: top;
    white-space: normal;
  }
  .box-tab1 .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-title {
    display: none;
  }
  .box-tab1 .sw-woo-tab-listing {
    margin-bottom: 0;
  }
  .bundle-slider-style2 {
    margin-bottom: 20px;
  }
  .bundle-slider-style2 .box-title h3 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 20px;
  }
  .bundle-slider-style2 .slider-responsive .item {
    width: 100% !important;
    margin: 0 !important;
  }
  .rtl .bundle-slider-style2 .slider-responsive .item {
    margin: 0 !important;
  }
  .featured-product5 {
    margin-bottom: 30px;
  }
  .featured-product5 .block-title h3 {
    font-size: 24px;
    line-height: 34px;
    max-width: none;
  }
  .featured-product5 .block-title .view-all {
    float: left;
    margin-top: 15px;
  }
  .rtl .featured-product5 .block-title .view-all {
    float: right;
  }
  .e-title3 h3 {
    font-size: 24px;
    line-height: 34px;
  }
  .box-right2 {
    padding-left: 0;
  }
  .rtl .box-right2 {
    padding-right: 0;
  }
  .ned-help .item {
    width: 100%;
    margin-bottom: 30px;
  }
  .ned-help .item.item4 {
    margin-bottom: 0;
  }
  .elementor-9033 .elementor-element.elementor-element-eeb66d2 {
    margin-bottom: 60px;
  }
  .bundle-slider-style2 .slider-responsive .item .item-detail .box-content .item-product h4 a img {
    display: none;
  }
}
.home-style7 {
  font-family: "Evolventa Regular", Helvetica, Arial, sans-serif;
}
.home-style7 .sw-brand-container-slider2 {
  border-bottom: 1px #ededed solid;
  padding-bottom: 47px;
  margin-bottom: 88px;
}
.home-style7 rs-module-wrap .tp-bullet {
  background: #252c41;
  border-radius: 50%;
  width: 8px;
  height: 8px;
}
.home-style7 rs-module-wrap .tp-bullet:hover {
  background: #fe2424;
}
.home-style7 rs-module-wrap .tp-bullet.selected {
  background: #fe2424;
}
.home-style7 rs-module-wrap .tp-bullet.selected:after {
  content: "";
  width: 18px;
  height: 30px;
  background: #c4d5d4;
  border-radius: 10px 10px 0 0;
  position: absolute;
  top: -5px;
  left: -5px;
  opacity: 0.6;
  z-index: -1;
}
.rtl .home-style7 rs-module-wrap .tp-bullet.selected:after {
  left: auto;
  right: -5px;
}
.header-elementor7 .top-left1 >.elementor-element-populated >div,
.header-elementor7 .top-right1 >.elementor-element-populated >div {
  margin-bottom: 0;
}
.header-elementor7 .map {
  font-size: 10px;
  color: #fff;
  padding: 12px 0 11px 0;
}
.header-elementor7 .map i {
  font-size: 14px;
  margin: 0 1px;
}
.header-elementor7 #lang_sel > ul.nav > li,
.header-elementor7 .currency_w > li {
  padding-top: 14px;
  padding-bottom: 12px;
}
.header-elementor7 #lang_sel > ul.nav > li > a,
.header-elementor7 .currency_w > li > a {
  color: #fff;
  text-transform: uppercase;
  font-size: 10px;
}
.header-elementor7 #lang_sel > ul.nav > li > a:hover,
.header-elementor7 .currency_w > li > a:hover {
  color: #fe2424;
}
.header-elementor7 #lang_sel > ul.nav > li > a:after,
.header-elementor7 .currency_w > li > a:after {
  line-height: 12px;
}
.header-elementor7 #lang_sel > ul.nav > li:hover > ul,
.header-elementor7 .currency_w > li:hover > ul {
  top: 39px;
}
.header-elementor7 #lang_sel > ul.nav > li > ul,
.header-elementor7 .currency_w > li > ul {
  left: auto;
  right: 0;
}
.rtl .header-elementor7 #lang_sel > ul.nav > li > ul,
.rtl .header-elementor7 .currency_w > li > ul {
  left: 0;
  right: auto;
}
.header-elementor7 .currency_w {
  margin: 0;
}
.header-elementor7 #lang_sel {
  margin-right: 30px;
}
.rtl .header-elementor7 #lang_sel {
  margin-right: 0;
  margin-left: 30px;
}
.header-elementor7 #lang_sel:before {
  content: "";
  width: 1px;
  height: 15px;
  background: #fff;
  position: absolute;
  top: 12px;
  right: 14px;
}
.rtl .header-elementor7 #lang_sel:before {
  right: auto;
  left: 14px;
}
.header-elementor7 #lang_sel > ul.nav > li > a img {
  display: none;
}
.header-elementor7 .header-mid {
  padding-top: 20px;
  padding-bottom: 17px;
}
.header-elementor7 .icon-sidebar {
  background: #fff;
  font-size: 12px;
  color: #222;
  text-transform: uppercase;
  padding: 7px 0px;
  margin-top: 5px;
}
.header-elementor7 .icon-sidebar i {
  font-size: 0;
  width: 20px;
  height: 30px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: top;
  background: url('../assets/img/icon-menu.svg') no-repeat center center transparent;
  background-size: 24px;
}
.rtl .header-elementor7 .icon-sidebar i {
  margin-right: 0;
  margin-left: 10px;
}
.header-elementor7 .icon-sidebar span {
  display: inline-block;
  vertical-align: top;
  padding-top: 8px;
  letter-spacing: 1px;
}
.header-elementor7 .icon-sidebar:hover {
  color: #fe2424;
}
.header-elementor7 .wishlist {
  position: relative;
  font-size: 11px;
  display: block;
  text-align: center;
  margin: 8px 5px 0 25px;
}
.rtl .header-elementor7 .wishlist {
  margin: 8px 25px 0 5px;
}
.header-elementor7 .wishlist:before {
  content: "\f08a";
  font-family: Fontawesome;
  display: block;
  color: #000;
  font-size: 19px;
  margin-bottom: 4px;
}
.header-elementor7 .wishlist:hover:before {
  color: #fe2424;
}
.header-elementor7 .top-login {
  margin-top: 8px;
}
.header-elementor7 .top-login ul {
  border: none;
  padding: 0 10px;
  margin: 0;
  text-align: center;
}
.rtl .header-elementor7 .top-login ul {
  margin: 0;
}
.header-elementor7 .top-login ul:before {
  display: none;
}
.header-elementor7 .top-login ul li {
  font-size: 0;
}
.header-elementor7 .top-login ul li span {
  display: none;
}
.header-elementor7 .top-login ul li a {
  font-size: 11px;
  display: inline-block;
  vertical-align: top;
  background: url('../assets/img/user-left.svg') no-repeat top center;
  border: none;
  background-size: 18px;
  width: 30px;
  height: 26px;
  padding-top: 23px;
  font-weight: normal;
  text-transform: lowercase;
}
.header-elementor7 .top-login ul li a:hover {
  background: url(../assets/img/default/user-left2.svg) no-repeat top center;
  background-size: 18px;
}
.header-elementor7 .top-login ul li a.register {
  display: none;
}
.header-elementor7 .top-form.top-form-minicart.flashmart-minicart2 {
  border-radius: 2px;
  padding: 28px 10px 6px 10px;
  margin-top: 0;
}
.header-elementor7 .top-form.top-form-minicart.flashmart-minicart2:before {
  left: 23px;
  content: "\ea1f";
  font-size: 17px;
  top: 6px;
}
.rtl .header-elementor7 .top-form.top-form-minicart.flashmart-minicart2:before {
  left: auto;
  right: 25px;
}
.header-elementor7 .top-form.top-form-minicart.flashmart-minicart2 .top-minicart-icon .cart-contents {
  font-size: 11px;
  font-family: "Evolventa Regular", Helvetica, Arial, sans-serif;
}
.header-elementor7 .top-form.top-form-minicart.flashmart-minicart2 .top-minicart-icon .cart-contents label {
  font-weight: normal;
  text-transform: lowercase;
  margin-bottom: 0;
}
.header-elementor7 .top-form.top-form-minicart.flashmart-minicart2 .top-minicart-icon .cart-contents .minicart-numbers {
  font-size: 10px;
}
.header-elementor7 .revo_top .top-form.top-search {
  border: none;
  width: 200px;
  margin-left: 52px;
  margin-top: 6px;
}
.rtl .header-elementor7 .revo_top .top-form.top-search {
  margin-right: 52px;
  margin-left: 0;
}
.header-elementor7 .revo_top .top-form.top-search .cat-wrapper {
  display: none;
}
.header-elementor7 .revo_top .top-form.top-search .content-search input {
  padding: 0 15px 0 55px;
  font-size: 12px;
}
.rtl .header-elementor7 .revo_top .top-form.top-search .content-search input {
  padding: 0 55px 0 15px;
}
.header-elementor7 .revo_top .top-form.top-search .content-search input::-webkit-input-placeholder {
  color: #ccc;
}
.header-elementor7 .revo_top .top-form.top-search .content-search input::-moz-placeholder {
  color: #ccc;
}
.header-elementor7 .revo_top .top-form.top-search button.form-button {
  right: auto;
  left: 0;
  font-size: 14px;
}
.rtl .header-elementor7 .revo_top .top-form.top-search button.form-button {
  left: auto;
  right: 0;
}
.header-elementor7 .revo_top .top-form.top-search button.form-button.loading {
  border-radius: 0;
}
.header-elementor7 .revo_top .top-form.top-search button.form-button.loading:before {
  background-color: transparent;
}
.header-elementor7.elementor-sticky {
  box-shadow: 0 1px 2px #ddd;
}
.home-style7 .header-elementor7.elementor-sticky {
  box-shadow: none;
}
.header-elementor7.elementor-sticky--effects {
  box-shadow: 0 1px 2px #ddd;
  z-index: 99 !important;
  background: #fff;
}
.home-style7 .header-elementor7.elementor-sticky--effects {
  box-shadow: 0 1px 2px #ddd;
}
.nav-menu-top ul {
  text-align: center;
}
.nav-menu-top ul li {
  display: inline-block;
  vertical-align: top;
}
.nav-menu-top ul li .menu-img {
  display: none;
}
.nav-menu-top ul li a {
  font-size: 12px;
  text-transform: uppercase;
  font-family: "Evolventa Bold", Helvetica, Arial, sans-serif;
  padding: 0 15px;
  letter-spacing: 1px;
}
.home7-title {
  font-size: 28px;
  text-align: center;
  color: #1d8086;
  text-transform: uppercase;
  font-family: "Evolventa Regular", Helvetica, Arial, sans-serif;
  margin-bottom: 11px;
}
.best-selling-product {
  margin-bottom: 88px;
  padding-bottom: 89px;
  border-bottom: 1px #ededed solid;
}
.best-selling-product .block-title {
  text-align: center;
  margin-bottom: 32px;
}
.best-selling-product .block-title h3 {
  font-size: 34px;
  color: #fe2424;
  font-family: "Evolventa Bold", Helvetica, Arial, sans-serif;
  margin-bottom: 27px;
}
.best-selling-product .block-title p {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 11px;
  color: #888;
}
.best-selling-product .resp-slider-container .slider {
  margin: 0 -15px;
  padding-top: 60px;
}
.best-selling-product .resp-slider-container .slider .item {
  padding: 9px 15px;
}
.best-selling-product .resp-slider-container .slider .item .item-wrap:hover {
  box-shadow: none;
}
.best-selling-product .resp-slider-container .slider .item .item-wrap .item-detail .item-img {
  width: 100%;
}
.best-selling-product .resp-slider-container .slider .item .item-wrap .item-detail .item-img .sale-off2 {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  line-height: 49px;
  border-radius: 50%;
  background: #f5f5f5;
  font-size: 12px;
  color: #000;
}
.best-selling-product .resp-slider-container .slider .item .item-wrap .item-detail .item-img .sale-off2 span {
  display: none;
}
.best-selling-product .resp-slider-container .slider .item .item-wrap .item-detail .item-img .sale-off2:before {
  content: "-";
  display: inline-block;
  vertical-align: top;
}
.rtl .best-selling-product .resp-slider-container .slider .item .item-wrap .item-detail .item-img .sale-off2 {
  right: auto;
  left: 10px;
}
.best-selling-product .resp-slider-container .slider .item .item-wrap .item-detail .item-content {
  text-align: center;
  padding-top: 12px;
}
.best-selling-product .resp-slider-container .slider .item .item-wrap .item-detail .item-content h4 {
  font-size: 14px;
  margin-bottom: 7px;
}
.best-selling-product .resp-slider-container .slider .item .item-wrap .item-detail .item-content .categories-name a {
  font-size: 12px;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 11px;
  display: block;
}
.best-selling-product .resp-slider-container .slider .item .item-wrap .item-detail .item-content .categories-name a:hover {
  color: #fe2424;
}
.best-selling-product .resp-slider-container .slider .item .item-wrap .item-detail .item-content .item-price {
  font-size: 16px;
  font-weight: normal;
}
.rtl .best-selling-product .resp-slider-container .slider .item .item-wrap .item-detail .item-content .item-price {
  float: none;
}
.best-selling-product .resp-slider-container .slider .item .item-wrap .item-detail .item-content .item-price > span {
  flex-direction: unset;
}
.best-selling-product .resp-slider-container .slider .item .item-wrap .item-detail .item-content .item-price > span ins {
  color: #000;
}
.best-selling-product .resp-slider-container .slider .item .item-wrap .item-detail .item-content .item-price > span del {
  margin: 0 0 0 5px;
  color: #999;
  font-size: 16px;
  font-weight: normal;
}
.rtl .best-selling-product .resp-slider-container .slider .item .item-wrap .item-detail .item-content .item-price > span del {
  margin: 0 5px 0 0;
}
.best-selling-product .resp-slider-container .slider .item .item-wrap .item-detail .item-content .item-bottom {
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  left: 0;
  right: 0;
  bottom: 0;
}
.best-selling-product .slick-dots {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
}
.best-selling-product .slick-dots li {
  list-style: none;
  display: inline-block;
  vertical-align: top;
  margin: 0 8px;
}
.best-selling-product .slick-dots li button {
  font-size: 0;
  width: 20px;
  height: 2px;
  padding: 0;
  background: #ccc;
  border: none;
  -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-product .slick-dots li.slick-active button,
.best-selling-product .slick-dots li:hover button {
  background: #fe2424;
  -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-product .res-button {
  display: inline-block;
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 3;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  text-align: center;
  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;
}
.best-selling-product .res-button.slick-next {
  right: -50px;
}
.best-selling-product .res-button.slick-next:before {
  content: "";
  background: url(../assets/img/angle-arrow4.svg) no-repeat center center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  width: 50px;
  height: 38px;
  background-size: 44px 23px;
}
.best-selling-product .res-button.slick-prev {
  left: -50px;
}
.best-selling-product .res-button.slick-prev:before {
  content: "";
  background: url(../assets/img/angle-arrow4.svg) no-repeat center center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  width: 50px;
  height: 38px;
  background-size: 44px 23px;
  transform: scaleX(-1);
}
.best-selling-product .res-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;
}
.best-selling-product .res-button:hover:before {
  background: url(../assets/img/default/angle-arrow4.svg) no-repeat center center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  background-size: 44px 23px;
}
.best-selling-product: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;
}
.our-story {
  margin-bottom: 19px;
}
.our-story h3 {
  font-size: 34px;
  color: #fe2424;
  font-family: "Evolventa Bold", Helvetica, Arial, sans-serif;
  width: 228px;
  float: left;
}
.rtl .our-story h3 {
  float: right;
}
.our-story .info {
  overflow: hidden;
}
.our-story .info .tit {
  font-size: 18px;
  color: #666;
  font-style: italic;
  margin-bottom: 24px;
}
.our-story .info p {
  font-size: 16px;
  color: #222;
  margin-bottom: 29px;
  line-height: 30px !important;
}
.our-story .info a {
  font-size: 13px;
  font-family: "Evolventa Bold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
.rtl .our-story .info a i:before {
  content: "\f177";
}
.testimonial-slider3 {
  margin-bottom: 100px;
}
.testimonial-slider3 .resp-slider-container .slider {
  padding: 0 113px;
}
.testimonial-slider3 .resp-slider-container .slider:before {
  content: "";
  width: 50px;
  height: 40px;
  position: absolute;
  top: 7px;
  left: 13px;
  background: url(../assets/img/default/left-quote.svg) no-repeat center center;
  background-size: 50px;
}
.rtl .testimonial-slider3 .resp-slider-container .slider:before {
  left: auto;
  right: 0;
}
.testimonial-slider3 .resp-slider-container .slider .item .client-comment {
  font-size: 20px;
  margin-bottom: 25px;
  font-family: "Evolventa Bold", Helvetica, Arial, sans-serif;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 39px;
  position: relative;
}
.testimonial-slider3 .resp-slider-container .slider .item .client-name {
  font-size: 14px;
  text-transform: capitalize;
  color: #999;
}
.testimonial-slider3 .resp-slider-container .slick-dots {
  text-align: center;
  margin: 0;
  position: absolute;
  bottom: 30px;
  right: 0;
  width: 30px;
}
.rtl .testimonial-slider3 .resp-slider-container .slick-dots {
  right: auto;
  left: 0;
}
.testimonial-slider3 .resp-slider-container .slick-dots li {
  list-style: none;
  display: block;
  margin: 8px 0;
}
.testimonial-slider3 .resp-slider-container .slick-dots li button {
  font-size: 0;
  width: 4px;
  height: 4px;
  padding: 0;
  background: #ddd;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 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;
}
.testimonial-slider3 .resp-slider-container .slick-dots li.slick-active button,
.testimonial-slider3 .resp-slider-container .slick-dots li:hover button {
  background: #fe2424;
  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;
}
.testimonial-slider3 .resp-slider-container .slick-dots li.slick-active button:before,
.testimonial-slider3 .resp-slider-container .slick-dots li:hover button:before {
  content: "";
  width: 24px;
  height: 24px;
  background: transparent;
  border: 1px #fe2424 solid;
  border-radius: 50%;
  position: absolute;
  top: -10px;
  left: -10px;
}
.home7-block {
  text-align: center;
  margin-bottom: 25px;
}
.home7-block h3 {
  font-size: 34px;
  color: #fe2424;
  font-family: "Evolventa Bold", Helvetica, Arial, sans-serif;
  margin-bottom: 24px;
}
.home7-block p a {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 11px;
  color: #888;
}
.home7-block p a:hover {
  color: #fe2424;
}
.home7-block p a i {
  margin-left: 10px;
}
.rtl .home7-block p a i {
  margin-right: 10px;
  margin-left: 0;
}
.rtl .home7-block p a i:before {
  content: "\f0d9";
}
.countdown-slider4 {
  padding: 39px;
  background: #fff;
}
.countdown-slider4 .slider .item .item-wrap:hover {
  box-shadow: none;
}
.countdown-slider4 .slider .item .item-wrap .item-detail {
  padding-bottom: 16px;
}
.countdown-slider4 .slider .item .item-wrap .item-detail .item-content {
  width: 40%;
  padding: 0;
}
.countdown-slider4 .slider .item .item-wrap .item-detail .item-content .block-title {
  margin-bottom: 41px;
}
.countdown-slider4 .slider .item .item-wrap .item-detail .item-content .block-title h3 {
  font-size: 20px;
  color: #fe2424;
  font-family: "Evolventa Bold", Helvetica, Arial, sans-serif;
  margin-bottom: 4px;
}
.countdown-slider4 .slider .item .item-wrap .item-detail .item-content .block-title p {
  font-size: 13px;
  color: #999;
}
.countdown-slider4 .slider .item .item-wrap .item-detail .item-content h4 {
  font-size: 14px;
  margin-bottom: 6px;
}
.countdown-slider4 .slider .item .item-wrap .item-detail .item-content .categories-name a {
  font-size: 12px;
  color: #999;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
}
.countdown-slider4 .slider .item .item-wrap .item-detail .item-content .categories-name a:hover {
  color: #fe2424;
}
.countdown-slider4 .slider .item .item-wrap .item-detail .item-content .item-price {
  font-size: 16px;
  display: block;
  font-weight: normal;
  float: none;
  margin-bottom: 13px;
}
.countdown-slider4 .slider .item .item-wrap .item-detail .item-content .item-price span {
  display: unset;
}
.countdown-slider4 .slider .item .item-wrap .item-detail .item-content .item-price .sale-price del {
  display: none;
}
.countdown-slider4 .slider .item .item-wrap .item-detail .item-content .item-price .sale-price ins {
  color: #000;
}
.countdown-slider4 .slider .item .item-wrap .item-detail .item-content .item-price .regular-price {
  color: #999;
}
.countdown-slider4 .slider .item .item-wrap .item-detail .item-content .item-price .regular-price del {
  color: #999;
  font-size: 16px;
  text-decoration: none;
}
.countdown-slider4 .slider .item .item-wrap .item-detail .item-content .item-price .regular-price ins {
  display: none;
}
.countdown-slider4 .slider .item .item-wrap .item-detail .item-content .read-more {
  font-size: 13px;
  display: block;
}
.countdown-slider4 .slider .item .item-wrap .item-detail .item-content .read-more:after {
  content: "";
  background: url(../assets/img/readmore-arrow.svg) no-repeat center right;
  margin-left: 10px;
  display: inline-block;
  vertical-align: top;
  background-size: 18px;
  height: 16px;
  width: 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;
}
.rtl .countdown-slider4 .slider .item .item-wrap .item-detail .item-content .read-more:after {
  background-size: 18px;
  margin-left: 0;
  margin-right: 10px;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.countdown-slider4 .slider .item .item-wrap .item-detail .item-content .read-more:hover:after {
  background: url(../assets/img/default/readmore-arrow.svg) no-repeat center center;
  background-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;
}
.countdown-slider4 .slider .item .item-wrap .item-detail .item-img {
  width: 60%;
}
.countdown-slider4 .slider .item .item-wrap .item-detail .item-img .sale-off2 {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  line-height: 49px;
  border-radius: 50%;
  background: #f5f5f5;
  font-size: 12px;
  color: #000;
}
.countdown-slider4 .slider .item .item-wrap .item-detail .item-img .sale-off2 span {
  display: none;
}
.countdown-slider4 .slider .item .item-wrap .item-detail .item-img .sale-off2:before {
  content: "-";
  display: inline-block;
  vertical-align: top;
}
.rtl .countdown-slider4 .slider .item .item-wrap .item-detail .item-img .sale-off2 {
  right: auto;
  left: 10px;
}
.countdown-slider4 .slider .item .item-wrap .item-detail .product-countdown {
  background: #fe2424;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 14px 0 10px 0;
  width: 260px;
}
.rtl .countdown-slider4 .slider .item .item-wrap .item-detail .product-countdown {
  left: auto;
  right: 0;
}
.countdown-slider4 .slider .item .item-wrap .item-detail .product-countdown .countdown-section {
  display: inline-block;
  vertical-align: top;
  padding: 0 10px;
  position: relative;
  width: 25%;
}
.countdown-slider4 .slider .item .item-wrap .item-detail .product-countdown .countdown-section:before {
  content: "";
  position: absolute;
  top: 1px;
  right: -2px;
  width: 1px;
  height: 26px;
  background: #fefefe;
}
.rtl .countdown-slider4 .slider .item .item-wrap .item-detail .product-countdown .countdown-section:before {
  right: auto;
  left: -2px;
}
.countdown-slider4 .slider .item .item-wrap .item-detail .product-countdown .countdown-section .countdown-amount {
  display: block;
  font-size: 16px;
  color: #fefefe;
  line-height: 16px;
  font-family: "Evolventa Bold", Helvetica, Arial, sans-serif;
}
.countdown-slider4 .slider .item .item-wrap .item-detail .product-countdown .countdown-section .countdown-period {
  font-size: 10px;
  text-transform: capitalize;
  color: #fefefe;
  font-family: "Evolventa Regular", Helvetica, Arial, sans-serif;
}
.countdown-slider4 .slider .item .item-wrap .item-detail .product-countdown .countdown-section:last-child:before {
  display: none;
}
.countdown-slider4 .slider .item .item-wrap:hover .item-detail .item-content .item-price {
  opacity: 1;
  visibility: visible;
}
.countdown-slider5 .resp-slider-container .slider {
  margin: 0 -15px;
}
.countdown-slider5 .resp-slider-container .slider .item {
  padding: 0 15px;
}
.countdown-slider5 .resp-slider-container .slider .item .item-wrap:hover {
  box-shadow: none;
}
.countdown-slider5 .resp-slider-container .slider .item .item-wrap .item-detail .item-img .sale-off2 {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  line-height: 49px;
  border-radius: 50%;
  background: #f5f5f5;
  font-size: 12px;
  color: #000;
  text-align: center;
}
.countdown-slider5 .resp-slider-container .slider .item .item-wrap .item-detail .item-img .sale-off2 span {
  display: none;
}
.countdown-slider5 .resp-slider-container .slider .item .item-wrap .item-detail .item-img .sale-off2:before {
  content: "-";
  display: inline-block;
  vertical-align: top;
}
.rtl .countdown-slider5 .resp-slider-container .slider .item .item-wrap .item-detail .item-img .sale-off2 {
  right: auto;
  left: 10px;
}
.countdown-slider5 .resp-slider-container .slider .item .item-wrap .item-detail .item-img .product-countdown {
  background: #fe2424;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 20px;
  padding: 12px 0 6px 0;
}
.countdown-slider5 .resp-slider-container .slider .item .item-wrap .item-detail .item-img .product-countdown .countdown-section {
  display: inline-block;
  vertical-align: top;
  padding: 0 10px;
  position: relative;
  width: 25%;
}
.countdown-slider5 .resp-slider-container .slider .item .item-wrap .item-detail .item-img .product-countdown .countdown-section:before {
  content: "";
  position: absolute;
  top: 1px;
  right: -2px;
  width: 1px;
  height: 26px;
  background: #fefefe;
}
.rtl .countdown-slider5 .resp-slider-container .slider .item .item-wrap .item-detail .item-img .product-countdown .countdown-section:before {
  right: auto;
  left: -2px;
}
.countdown-slider5 .resp-slider-container .slider .item .item-wrap .item-detail .item-img .product-countdown .countdown-section .countdown-amount {
  display: block;
  font-size: 16px;
  color: #fefefe;
  line-height: 14px;
  font-family: "Evolventa Bold", Helvetica, Arial, sans-serif;
}
.countdown-slider5 .resp-slider-container .slider .item .item-wrap .item-detail .item-img .product-countdown .countdown-section .countdown-period {
  font-size: 9px;
  text-transform: capitalize;
  color: #fefefe;
  font-family: "Evolventa Regular", Helvetica, Arial, sans-serif;
}
.countdown-slider5 .resp-slider-container .slider .item .item-wrap .item-detail .item-img .product-countdown .countdown-section:last-child:before {
  display: none;
}
.countdown-slider5 .resp-slider-container .slider .item .item-wrap .item-detail .item-content {
  text-align: center;
  padding-top: 19px;
}
.countdown-slider5 .resp-slider-container .slider .item .item-wrap .item-detail .item-content h4 {
  font-size: 14px;
  margin-bottom: 5px;
}
.countdown-slider5 .resp-slider-container .slider .item .item-wrap .item-detail .item-content .categories-name a {
  font-size: 12px;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 11px;
  display: block;
}
.countdown-slider5 .resp-slider-container .slider .item .item-wrap .item-detail .item-content .categories-name a:hover {
  color: #fe2424;
}
.countdown-slider5 .resp-slider-container .slider .item .item-wrap .item-detail .item-content .item-price {
  font-size: 16px;
  font-weight: normal;
}
.rtl .countdown-slider5 .resp-slider-container .slider .item .item-wrap .item-detail .item-content .item-price {
  float: none;
}
.countdown-slider5 .resp-slider-container .slider .item .item-wrap .item-detail .item-content .item-price > span {
  flex-direction: unset;
}
.countdown-slider5 .resp-slider-container .slider .item .item-wrap .item-detail .item-content .item-price > span ins {
  color: #000;
}
.countdown-slider5 .resp-slider-container .slider .item .item-wrap .item-detail .item-content .item-price > span del {
  margin: 0 0 0 5px;
  color: #999;
  font-size: 16px;
  font-weight: normal;
}
.rtl .countdown-slider5 .resp-slider-container .slider .item .item-wrap .item-detail .item-content .item-price > span del {
  margin: 0 5px 0 0;
}
.countdown-slider5 .resp-slider-container .slider .item .item-wrap .item-detail .item-content .item-bottom {
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  left: 0;
  right: 0;
  bottom: 0;
}
.sw-woo-tab-cat3 {
  margin-bottom: 90px;
}
.sw-woo-tab-cat3 .top-tab-slider {
  margin-bottom: 34px;
}
.sw-woo-tab-cat3 .top-tab-slider .block-title h3 {
  font-size: 24px;
  text-transform: uppercase;
  color: #fe2424;
}
.sw-woo-tab-cat3 .top-tab-slider .button-collapse {
  display: none;
}
.sw-woo-tab-cat3 .top-tab-slider .nav-tabs {
  margin: 8px 0 0;
  border: none;
}
.sw-woo-tab-cat3 .top-tab-slider .nav-tabs li {
  display: inline-block;
  vertical-align: top;
  float: none;
  position: relative;
}
.sw-woo-tab-cat3 .top-tab-slider .nav-tabs li a {
  text-transform: uppercase;
  display: inline-block;
  color: #999;
  border: none;
  border-bottom: 1px transparent solid;
  vertical-align: top;
  padding: 0;
  margin: 0 30px 0 0;
  background: transparent;
  font-size: 11px;
  letter-spacing: 1px;
}
.rtl .sw-woo-tab-cat3 .top-tab-slider .nav-tabs li a {
  margin: 0 0 0 30px;
}
.sw-woo-tab-cat3 .top-tab-slider .nav-tabs li.active a,
.sw-woo-tab-cat3 .top-tab-slider .nav-tabs li:hover a {
  color: #fe2424;
  border-bottom: 1px #fe2424 solid;
}
.sw-woo-tab-cat3 .top-tab-slider .nav-tabs li:last-child a {
  margin-right: 0;
}
.sw-woo-tab-cat3 .banner-category {
  width: 270px;
}
.sw-woo-tab-cat3 .banner-category .item {
  overflow: hidden;
}
.sw-woo-tab-cat3 .banner-category .item img {
  margin-bottom: 0;
  max-width: 270px;
}
.sw-woo-tab-cat3 .banner-category .item img:hover {
  animation-name: elementor-animation-wobble-horizontal;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
.sw-woo-tab-cat3 .tab-content {
  overflow: hidden;
}
.sw-woo-tab-cat3 .resp-slider-container .slider {
  margin: 0 -5px;
}
.sw-woo-tab-cat3 .resp-slider-container .slider .item {
  padding: 0 5px;
}
.sw-woo-tab-cat3 .resp-slider-container .slider .item .item-wrap {
  margin-bottom: 10px;
}
.sw-woo-tab-cat3 .resp-slider-container .slider .item .item-wrap:last-child {
  margin-bottom: 0;
}
.sw-woo-tab-cat3 .resp-slider-container .slider .item .item-wrap:hover {
  box-shadow: none;
}
.sw-woo-tab-cat3 .resp-slider-container .slider .item .item-wrap .item-detail .item-img .sale-off2 {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  line-height: 49px;
  border-radius: 50%;
  background: #f5f5f5;
  font-size: 12px;
  color: #000;
  text-align: center;
}
.sw-woo-tab-cat3 .resp-slider-container .slider .item .item-wrap .item-detail .item-img .sale-off2 span {
  display: none;
}
.sw-woo-tab-cat3 .resp-slider-container .slider .item .item-wrap .item-detail .item-img .sale-off2:before {
  content: "-";
  display: inline-block;
  vertical-align: top;
}
.rtl .sw-woo-tab-cat3 .resp-slider-container .slider .item .item-wrap .item-detail .item-img .sale-off2 {
  right: auto;
  left: 10px;
}
.sw-woo-tab-cat3 .resp-slider-container .slider .item .item-wrap .item-detail .item-content {
  text-align: center;
}
.sw-woo-tab-cat3 .resp-slider-container .slider .item .item-wrap .item-detail .item-content h4 {
  font-size: 14px;
  margin-bottom: 8px;
}
.sw-woo-tab-cat3 .resp-slider-container .slider .item .item-wrap .item-detail .item-content .item-price {
  font-size: 16px;
  font-weight: normal;
}
.rtl .sw-woo-tab-cat3 .resp-slider-container .slider .item .item-wrap .item-detail .item-content .item-price {
  float: none;
}
.sw-woo-tab-cat3 .resp-slider-container .slider .item .item-wrap .item-detail .item-content .item-price > span {
  flex-direction: unset;
}
.sw-woo-tab-cat3 .resp-slider-container .slider .item .item-wrap .item-detail .item-content .item-price > span ins {
  color: #000;
}
.sw-woo-tab-cat3 .resp-slider-container .slider .item .item-wrap .item-detail .item-content .item-price > span del {
  margin: 0 0 0 5px;
  color: #999;
  font-size: 16px;
  font-weight: normal;
}
.rtl .sw-woo-tab-cat3 .resp-slider-container .slider .item .item-wrap .item-detail .item-content .item-price > span del {
  margin: 0 5px 0 0;
}
.sw-woo-tab-cat3 .resp-slider-container .slider .item .item-wrap .item-detail .item-content .item-bottom {
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  left: 0;
  right: 0;
  bottom: 0;
}
.woo-slider-style4 {
  margin-bottom: 88px;
  padding-bottom: 87px;
  border-bottom: 1px #ededed solid;
  position: relative;
}
.woo-slider-style4 .block-title {
  margin-bottom: 25px;
}
.woo-slider-style4 .block-title h3 {
  font-size: 24px;
  text-transform: uppercase;
  color: #fe2424;
}
.woo-slider-style4 .block-title .view-all {
  font-size: 11px;
  color: #999;
  text-transform: uppercase;
  margin-top: 9px;
  letter-spacing: 1px;
}
.woo-slider-style4 .block-title .view-all:hover {
  color: #fe2424;
}
.woo-slider-style4 .block-title .view-all i {
  margin-left: 5px;
}
.rtl .woo-slider-style4 .block-title .view-all i {
  margin-left: 0;
  margin-right: 5px;
}
.rtl .woo-slider-style4 .block-title .view-all i:before {
  content: "\f0d9";
}
.woo-slider-style4 .resp-slider-container .slider {
  margin: 0 -10px;
}
.woo-slider-style4 .resp-slider-container .slider .item {
  padding: 9px 10px;
}
.woo-slider-style4 .resp-slider-container .slider .item .item-wrap:hover {
  box-shadow: none;
}
.woo-slider-style4 .resp-slider-container .slider .item .item-wrap .item-detail .item-img .sale-off2 {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  line-height: 49px;
  border-radius: 50%;
  background: #f5f5f5;
  font-size: 12px;
  color: #000;
}
.woo-slider-style4 .resp-slider-container .slider .item .item-wrap .item-detail .item-img .sale-off2 span {
  display: none;
}
.woo-slider-style4 .resp-slider-container .slider .item .item-wrap .item-detail .item-img .sale-off2:before {
  content: "-";
  display: inline-block;
  vertical-align: top;
}
.rtl .woo-slider-style4 .resp-slider-container .slider .item .item-wrap .item-detail .item-img .sale-off2 {
  right: auto;
  left: 10px;
}
.woo-slider-style4 .resp-slider-container .slider .item .item-wrap .item-detail .item-content {
  text-align: center;
}
.woo-slider-style4 .resp-slider-container .slider .item .item-wrap .item-detail .item-content h4 {
  font-size: 14px;
  margin-bottom: 8px;
}
.woo-slider-style4 .resp-slider-container .slider .item .item-wrap .item-detail .item-content .categories-name a {
  font-size: 12px;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 11px;
  display: block;
}
.woo-slider-style4 .resp-slider-container .slider .item .item-wrap .item-detail .item-content .categories-name a:hover {
  color: #fe2424;
}
.woo-slider-style4 .resp-slider-container .slider .item .item-wrap .item-detail .item-content .item-price {
  font-size: 16px;
  font-weight: normal;
}
.rtl .woo-slider-style4 .resp-slider-container .slider .item .item-wrap .item-detail .item-content .item-price {
  float: none;
}
.woo-slider-style4 .resp-slider-container .slider .item .item-wrap .item-detail .item-content .item-price > span {
  flex-direction: unset;
}
.woo-slider-style4 .resp-slider-container .slider .item .item-wrap .item-detail .item-content .item-price > span ins {
  color: #000;
}
.woo-slider-style4 .resp-slider-container .slider .item .item-wrap .item-detail .item-content .item-price > span del {
  margin: 0 0 0 5px;
  color: #999;
  font-size: 16px;
  font-weight: normal;
}
.rtl .woo-slider-style4 .resp-slider-container .slider .item .item-wrap .item-detail .item-content .item-price > span del {
  margin: 0 5px 0 0;
}
.woo-slider-style4 .resp-slider-container .slider .item .item-wrap .item-detail .item-content .item-bottom {
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  left: 0;
  right: 0;
  bottom: 0;
}
.woo-slider-style4 .slick-dots {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.woo-slider-style4 .slick-dots li {
  list-style: none;
  display: inline-block;
  vertical-align: top;
  margin: 0 8px;
}
.woo-slider-style4 .slick-dots li button {
  font-size: 0;
  width: 20px;
  height: 2px;
  padding: 0;
  background: #ccc;
  border: none;
  -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-style4 .slick-dots li.slick-active button,
.woo-slider-style4 .slick-dots li:hover button {
  background: #fe2424;
  -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-style4 .res-button {
  display: inline-block;
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 3;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  text-align: center;
  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;
}
.woo-slider-style4 .res-button.slick-next {
  right: -50px;
}
.woo-slider-style4 .res-button.slick-next:before {
  content: "";
  background: url(../assets/img/angle-arrow4.svg) no-repeat center center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  width: 50px;
  height: 38px;
  background-size: 44px 23px;
}
.woo-slider-style4 .res-button.slick-prev {
  left: -50px;
}
.woo-slider-style4 .res-button.slick-prev:before {
  content: "";
  background: url(../assets/img/angle-arrow4.svg) no-repeat center center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  width: 50px;
  height: 38px;
  background-size: 44px 23px;
  transform: scaleX(-1);
}
.woo-slider-style4 .res-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;
}
.woo-slider-style4 .res-button:hover:before {
  background: url(../assets/img/default/angle-arrow4.svg) no-repeat center center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  background-size: 44px 23px;
}
.woo-slider-style4 .res-button {
  top: 40%;
}
.woo-slider-style4: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;
}
.responsive-post-slider4 {
  margin-bottom: 95px;
}
.responsive-post-slider4 .box-title h3 {
  font-size: 24px;
  text-transform: uppercase;
  color: #fe2424;
  margin-bottom: 44px;
}
.rtl .responsive-post-slider4 .box-title h3 {
  text-align: right;
}
.responsive-post-slider4 .resp-slider-container .slider {
  margin: 0 -15px;
}
.responsive-post-slider4 .resp-slider-container .slider .item {
  padding: 0 15px;
}
.responsive-post-slider4 .resp-slider-container .slider .item .item-detail {
  position: relative;
}
.responsive-post-slider4 .resp-slider-container .slider .item .item-detail .img_over {
  margin-bottom: 16px;
}
.responsive-post-slider4 .resp-slider-container .slider .item .item-detail .img_over a {
  display: block;
  overflow: hidden;
}
.responsive-post-slider4 .resp-slider-container .slider .item .item-detail .img_over a img {
  width: 100%;
  margin-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;
}
.responsive-post-slider4 .resp-slider-container .slider .item .item-detail .img_over a:hover 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-detail .img_over .entry-cat {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 10px;
  color: #fff;
  text-transform: uppercase;
  padding: 0px 8px;
  background: rgba(0,0,0,0.4);
  height: 20px;
  line-height: 22px;
}
.rtl .responsive-post-slider4 .resp-slider-container .slider .item .item-detail .img_over .entry-cat {
  left: auto;
  right: 20px;
}
.responsive-post-slider4 .resp-slider-container .slider .item .item-detail .entry-content .entry-meta {
  margin-bottom: 12px;
}
.responsive-post-slider4 .resp-slider-container .slider .item .item-detail .entry-content .entry {
  display: inline-block;
  vertical-align: top;
  font-size: 10px;
  color: #999;
  text-transform: uppercase;
  margin-right: 20px;
}
.rtl .responsive-post-slider4 .resp-slider-container .slider .item .item-detail .entry-content .entry {
  margin-right: 0;
  margin-left: 20px;
}
.responsive-post-slider4 .resp-slider-container .slider .item .item-detail .entry-content .entry a {
  font-size: 10px;
}
.responsive-post-slider4 .resp-slider-container .slider .item .item-detail .entry-content .entry-comment {
  color: #000;
}
.responsive-post-slider4 .resp-slider-container .slider .item .item-detail .entry-content .entry-comment i {
  font-size: 0;
  width: 15px;
  height: 12px;
  display: inline-block;
  vertical-align: top;
  background: url('../assets/img/chat.svg') no-repeat center center transparent;
  background-size: 10px;
}
.responsive-post-slider4 .resp-slider-container .slider .item .item-detail .entry-content h4 {
  line-height: 22px;
  font-family: "Evolventa Bold", Helvetica, Arial, sans-serif;
}
.responsive-post-slider4 .resp-slider-container .slider .item .item-detail .entry-content h4 a {
  color: #000;
}
.responsive-post-slider4 .resp-slider-container .slider .item .item-detail .entry-content h4 a:hover {
  color: #fe2424;
}
.responsive-post-slider4 .resp-slider-container .slider .item .item-detail .entry-content .description {
  font-size: 13px;
  color: #666;
  line-height: 24px;
}
.instagram-v1 .sb_instagram_header {
  display: none;
}
body.elementor-editor-active .instagram-v1 .sb_instagram_header {
  display: block;
}
.title-instagram h3 {
  font-size: 24px;
  color: #fe2424;
  text-transform: uppercase;
  margin-bottom: 17px;
  font-weight: normal;
}
.title-instagram p {
  color: #999;
  margin-bottom: 20px;
  line-height: 28px !important;
}
.box-instagram {
  background: #f6fafa;
  padding: 42px 48px 30px 48px;
}
.box-instagram .title-instagram {
  padding: 0 10px;
}
.socials-join {
  padding: 15px 25px;
}
.socials-join h5 {
  display: inline-block;
  vertical-align: top;
  font-size: 11px;
  text-transform: uppercase;
  padding: 4px 50px 0 0;
  color: #000;
  position: relative;
  letter-spacing: 1px;
}
.rtl .socials-join h5 {
  padding: 4px 0 0 50px;
}
.socials-join h5:before {
  content: "";
  width: 20px;
  height: 1px;
  position: absolute;
  top: 8px;
  right: 10px;
  background: #000;
}
.rtl .socials-join h5:before {
  right: auto;
  left: 10px;
}
.socials-join a {
  font-size: 16px;
  margin: 0 12px;
}
@media (min-width: 1200px) and (max-width: 1440px) {
  .best-selling-product .res-button.slick-prev {
    left: 0;
  }
  .best-selling-product .res-button.slick-next {
    right: 0;
  }
}
@media (max-width: 1199px) {
  .header-elementor7 .revo_top .top-form.top-search {
    margin-left: 30px;
  }
  .rtl .header-elementor7 .revo_top .top-form.top-search {
    margin-left: 0;
    margin-right: 30px;
  }
  .best-selling-product .res-button.slick-prev,
  .woo-slider-style4 .res-button.slick-prev {
    left: 0;
  }
  .best-selling-product .res-button.slick-next,
  .woo-slider-style4 .res-button.slick-next {
    right: 0;
  }
}
@media (max-width: 991px) {
  .header-elementor7 .header-mid .top-left1 {
    display: none;
  }
  .header-elementor7 .header-mid .top-center1 {
    width: 50%;
  }
  .header-elementor7 .header-mid .top-center1 .elementor-widget-image {
    text-align: left;
    padding: 0 5px;
  }
  .rtl .header-elementor7 .header-mid .top-center1 .elementor-widget-image {
    text-align: right;
  }
  .header-elementor7 .header-mid .top-right1 {
    width: 50%;
  }
  .sw-woo-tab-cat3 .banner-category {
    display: none;
  }
  .sw-woo-tab-cat3 .tab-content {
    overflow: inherit;
  }
}
@media (max-width: 767px) {
  .header-elementor7.header-top .top-left1 {
    display: none;
  }
  .header-elementor7 .header-mid .top-center1 {
    width: 100%;
  }
  .header-elementor7 .header-mid .top-center1 .elementor-widget-image {
    text-align: center;
  }
  .rtl .header-elementor7 .header-mid .top-center1 .elementor-widget-image {
    text-align: center;
  }
  .header-elementor7 .header-mid .top-right1 {
    width: 100%;
  }
  .header-elementor7 .header-mid .top-right1 >.elementor-element-populated {
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  .header-elementor7 .top-form .wrapp-minicart {
    right: -50px;
  }
  .rtl .header-elementor7 .top-form .wrapp-minicart {
    right: auto;
    left: -50px;
  }
  .elementor-9054 .elementor-element.elementor-element-4cfcd07 .elementor-heading-title {
    font-size: 30px;
  }
  .home7-title {
    font-size: 16px;
  }
  .our-story h3 {
    float: none;
    font-size: 24px;
  }
  .rtl .our-story h3 {
    float: none;
  }
  .best-selling-product .block-title h3,
  .home7-block h3 {
    font-size: 24px;
  }
  .testimonial-slider3 .resp-slider-container .slider {
    padding: 0 30px;
  }
  .testimonial-slider3 .resp-slider-container .slider:before {
    top: -6px;
    left: -15px;
    background-size: 24px;
  }
  .rtl .testimonial-slider3 .resp-slider-container .slider:before {
    left: auto;
    right: -15px;
  }
  .testimonial-slider3 .resp-slider-container .slider .item .client-comment {
    font-size: 14px;
    line-height: 26px;
  }
  .countdown-slider4 {
    padding: 30px;
  }
  .countdown-slider4 .slider .item .item-wrap .item-detail .item-content {
    width: 100%;
  }
  .countdown-slider4 .slider .item .item-wrap .item-detail .item-content .block-title {
    margin-bottom: 15px;
  }
  .countdown-slider4 .slider .item .item-wrap .item-detail .item-img {
    width: 100%;
  }
  .countdown-slider4 .slider .item .item-wrap .item-detail .product-countdown {
    width: 220px;
  }
  .sw-woo-tab-cat3 .top-tab-slider .block-title h3 {
    font-size: 20px;
  }
  .sw-woo-tab-cat3 .button-collapse {
    position: absolute;
    top: -5px;
    right: 0;
    z-index: 9;
    display: block !important;
    background: #000;
    border-radius: 3px;
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
    height: 30px;
    width: 30px;
    line-height: 30px;
  }
  .rtl .sw-woo-tab-cat3 .button-collapse {
    left: 0;
    right: auto;
  }
  .sw-woo-tab-cat3 .button-collapse.collapsed:before {
    content: '\f0c9';
  }
  .sw-woo-tab-cat3 .button-collapse:before {
    content: '\f00d';
    font-family: FontAwesome;
    font-size: 16px;
    color: #fff;
    height: 30px;
    width: 30px;
    line-height: 30px;
    display: inline-block;
    text-align: center;
  }
  .sw-woo-tab-cat3 .nav-tabs {
    margin-bottom: 0;
    position: absolute;
    top: 38px;
    right: 0;
    left: 0;
    z-index: 9;
    height: 0px;
    overflow: hidden;
    background: #fff;
  }
  .sw-woo-tab-cat3 .nav-tabs li {
    width: 100%;
    margin: 0 0 10px 0 !important;
  }
  .sw-woo-tab-cat3 .nav-tabs li a {
    border: none !important;
    width: 100%;
    padding: 0 !important;
  }
  .woo-slider-style4 .block-title h3 {
    font-size: 20px;
  }
  .woo-slider-style4 .block-title .view-all {
    margin-top: 5px;
  }
  .socials-join {
    padding: 0;
    margin-bottom: 30px;
  }
  .box-instagram {
    padding: 42px 0px 30px 0px;
  }
}
.home-style8 {
  font-family: "Evolventa Regular", Helvetica, Arial, sans-serif;
}
.home-style8 rs-module-wrap .text1 {
  font-family: "Evolventa Regular", Helvetica, Arial, sans-serif !important;
}
.home-style8 rs-module-wrap .text2 {
  font-family: "Evolventa Bold", Helvetica, Arial, sans-serif !important;
}
.home-style8 rs-module-wrap .sl-more4 {
  font-family: "Evolventa Regular", Helvetica, Arial, sans-serif !important;
  border-radius: 3px;
}
.home-style8 rs-module-wrap .tparrows.custom {
  width: 35px !important;
  height: 50px !important;
  background: #fff !important;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.home-style8 rs-module-wrap .tparrows.custom:before {
  line-height: 50px !important;
  color: #000 !important;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.home-style8 rs-module-wrap .tparrows.custom:hover {
  background: #fe2424 !important;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.home-style8 rs-module-wrap .tparrows.custom:hover:before {
  color: #fff !important;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.home-style8 .responsive-post-slider4 {
  margin-bottom: 97px;
}
.home-style8 .responsive-post-slider4 .box-title h3 {
  font-family: "Evolventa Bold", Helvetica, Arial, sans-serif;
  text-transform: inherit;
  color: #000;
  margin-bottom: 34px;
}
.home-style8 .responsive-post-slider4 .resp-slider-container .slider .item .item-detail .img_over {
  margin-bottom: 23px;
}
.home-style8 .responsive-post-slider4 .resp-slider-container .slider .item .item-detail .img_over .entry-cat {
  display: none;
}
.home-style8 .responsive-post-slider4 .resp-slider-container .slider .item .item-detail .entry-content .entry-meta {
  margin-bottom: 3px;
}
.home-style8 .responsive-post-slider4 .resp-slider-container .slider .item .item-detail .entry-content .entry {
  color: #000;
}
.home-style8 .responsive-post-slider4 .resp-slider-container .slider .item .item-detail .entry-content .entry a {
  color: #000;
}
.home-style8 .responsive-post-slider4 .resp-slider-container .slider .item .item-detail .entry-content .entry.entry-author a {
  color: #fe2424;
}
.home-style8 .responsive-post-slider4 .resp-slider-container .slider .item .item-detail .entry-content h4 {
  font-size: 16px;
  line-height: 24px;
}
.home-style8 .responsive-post-slider4 .resp-slider-container .slider .item .item-detail .entry-content .description {
  color: #616c6b;
}
.header-elementor8 .top-left1 >.elementor-element-populated >div,
.header-elementor8 .top-right1 >.elementor-element-populated >div {
  margin-bottom: 0;
}
.header-elementor8 .covid {
  font-size: 13px;
  padding-top: 8px;
}
.header-elementor8 .covid a {
  font-family: "Evolventa Bold", Helvetica, Arial, sans-serif;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  padding: 0px 12px;
  border-radius: 4px;
  margin-right: 10px;
  text-transform: uppercase;
  background: #fe2424;
  height: 25px;
  line-height: 28px;
}
.rtl .header-elementor8 .covid a {
  margin-right: 0;
  margin-left: 10px;
}
.header-elementor8 .covid span {
  display: inline-block;
  vertical-align: top;
  color: #616c6b;
  padding-top: 4px;
}
.header-elementor8 #lang_sel > ul.nav > li,
.header-elementor8 .currency_w > li {
  padding-top: 13px;
  padding-bottom: 10px;
}
.header-elementor8 #lang_sel > ul.nav > li > a,
.header-elementor8 .currency_w > li > a {
  color: #616c6b;
  text-transform: uppercase;
  font-size: 13px;
}
.header-elementor8 #lang_sel > ul.nav > li > a:hover,
.header-elementor8 .currency_w > li > a:hover {
  color: #fe2424;
}
.header-elementor8 #lang_sel > ul.nav > li > a:after,
.header-elementor8 .currency_w > li > a:after {
  line-height: 12px;
}
.header-elementor8 #lang_sel > ul.nav > li:hover > ul,
.header-elementor8 .currency_w > li:hover > ul {
  top: 39px;
}
.header-elementor8 #lang_sel > ul.nav > li > ul,
.header-elementor8 .currency_w > li > ul {
  left: auto;
  right: 0;
}
.rtl .header-elementor8 #lang_sel > ul.nav > li > ul,
.rtl .header-elementor8 .currency_w > li > ul {
  left: 0;
  right: auto;
}
.header-elementor8 .currency_w {
  margin: 0;
}
.header-elementor8 #lang_sel {
  margin-right: 30px;
}
.rtl .header-elementor8 #lang_sel {
  margin-right: 0;
  margin-left: 30px;
}
.header-elementor8 #lang_sel:before {
  content: "";
  width: 1px;
  height: 15px;
  background: #ededed;
  position: absolute;
  top: 12px;
  right: 14px;
}
.rtl .header-elementor8 #lang_sel:before {
  right: auto;
  left: 14px;
}
.header-elementor8 #lang_sel > ul.nav > li > a img {
  display: none;
}
.header-elementor8 .header-mid {
  padding-top: 23px;
}
.header-elementor8 .header-mid .wishlist {
  position: relative;
  font-size: 0;
  margin-left: 15px;
  display: block;
  margin-top: 9px;
}
.rtl .header-elementor8 .header-mid .wishlist {
  margin-left: 0;
  margin-right: 15px;
}
.header-elementor8 .header-mid .wishlist:before {
  content: "\f08a";
  font-family: Fontawesome;
  display: block;
  color: #000;
  font-size: 28px;
}
.header-elementor8 .header-mid .wishlist:hover:before {
  color: #fe2424;
}
.header-elementor8 .header-mid .top-left1 {
  padding-top: 18px;
}
.header-elementor8 .top-login {
  margin-top: 9px;
}
.header-elementor8 .top-login ul {
  border: none;
  padding: 0 10px;
  margin: 0 0 0 30px;
  text-align: center;
}
.rtl .header-elementor8 .top-login ul {
  margin: 0 30px 0 0;
}
.header-elementor8 .top-login ul:before {
  display: none;
}
.header-elementor8 .top-login ul li {
  font-size: 0;
}
.header-elementor8 .top-login ul li span {
  display: none;
}
.header-elementor8 .top-login ul li a {
  font-size: 0;
  display: inline-block;
  vertical-align: top;
  background: url('../assets/img/user-left.svg') no-repeat center center;
  border: none;
  background-size: 23px;
  width: 30px;
  height: 26px;
}
.header-elementor8 .top-login ul li a:hover {
  background: url(../assets/img/default/user-left2.svg) no-repeat center center;
  background-size: 23px;
}
.header-elementor8 .top-login ul li a.register {
  display: none;
}
.header-elementor8 .top-form.top-form-minicart {
  border: none;
  padding: 1px 7px 11px 20px;
  margin-left: 43px;
  margin-top: 9px;
}
.rtl .header-elementor8 .top-form.top-form-minicart {
  padding: 1px 20px 11px 7px;
  margin-left: 0;
  margin-right: 43px;
}
.header-elementor8 .top-form.top-form-minicart:before {
  border: none;
  top: 0;
  background-size: 24px;
  height: 28px;
  width: 30px;
  border-radius: 0;
}
.header-elementor8 .top-form.top-form-minicart .top-minicart-icon .cart-contents .my-cart {
  display: none;
}
.header-elementor8 .top-form.top-form-minicart .top-minicart-icon .cart-contents .minicart-numbers {
  top: -6px;
  left: -2px;
  font-size: 12px;
  width: 18px;
  height: 18px;
  line-height: 18px;
}
.rtl .header-elementor8 .top-form.top-form-minicart .top-minicart-icon .cart-contents .minicart-numbers {
  left: auto;
  right: -2px;
}
.header-elementor8 .top-form.top-form-minicart .top-minicart-icon .cart-contents .price {
  font-family: "Evolventa Bold", Helvetica, Arial, sans-serif;
  font-size: 20px;
}
.header-elementor8 .icon-sidebar {
  background: #fff;
  color: #000;
  margin-top: 3px;
  margin-right: 12px;
  font-size: 17px;
}
.rtl .header-elementor8 .icon-sidebar {
  margin-right: 0;
  margin-left: 12px;
}
.header-elementor8 .icon-sidebar span {
  font-size: 0;
}
.header-elementor8 .icon-sidebar:hover {
  color: #fe2424;
}
.header-elementor8 .revo_top .top-form.top-search {
  border: none;
  border-radius: 25px;
}
.header-elementor8 .revo_top .top-form.top-search .cat-wrapper {
  display: none;
}
.header-elementor8 .revo_top .top-form.top-search .content-search input {
  padding: 0 65px 0 30px;
  height: 45px;
  line-height: 46px;
  border-radius: 25px;
  background: #f3fbfb;
  -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-elementor8 .revo_top .top-form.top-search .content-search input {
  padding: 0 30px 0 65px;
}
.header-elementor8 .revo_top .top-form.top-search .content-search input::-webkit-input-placeholder {
  color: #aacfcd;
}
.header-elementor8 .revo_top .top-form.top-search .content-search input::-moz-placeholder {
  color: #aacfcd;
}
.header-elementor8 .revo_top .top-form.top-search .content-search input:-ms-input-placeholder {
  color: #aacfcd;
}
.header-elementor8 .revo_top .top-form.top-search button.form-button {
  height: 45px;
  line-height: 45px;
  background: #f3fbfb;
  color: #fe2424;
  border-radius: 0 25px 25px 0;
}
.rtl .header-elementor8 .revo_top .top-form.top-search button.form-button {
  border-radius: 25px 0 0 25px;
}
.header-elementor8 .revo_top .top-form.top-search button.form-button:hover {
  color: #000;
}
.header-elementor8 .needh {
  font-size: 13px;
  color: #000;
  padding-top: 12px;
}
.header-elementor8 .needh a {
  font-family: "Evolventa Bold", Helvetica, Arial, sans-serif;
}
.header-elementor8 .nav-pills >li > a {
  font-size: 13px;
  font-family: "Evolventa Bold", Helvetica, Arial, sans-serif;
  padding-top: 12px;
  padding-bottom: 12px;
}
.header-elementor8 .nav-pills.nav-mega .flashmart-mega-menu.flashmart-menu-img > a span.menu-img {
  display: none;
}
.header-elementor8 .nav-pills.nav-mega .flashmart-mega-menu .dropdown-menu .dropdown-submenu >a,
.header-elementor8 .nav-pills.nav-mega .flashmart-mega-menu .dropdown-menu .dropdown-submenu >.have-title,
.header-elementor8 .responsive-post-style2 .slider-container .item .entry-content h4,
.header-elementor8 .nav-pills.nav-mega .flashmart-mega-menu.style-mega .dropdown-menu.column-1 >li h3,
.header-elementor8 .nav-pills.nav-mega .flashmart-mega-menu.mega-blog .dropdown-menu.column-4 >li:last-child >a {
  font-family: "Evolventa Bold", Helvetica, Arial, sans-serif;
}
.header-elementor8.header-border {
  border-bottom: 1px #ededed solid;
}
.home-style8 .header-elementor8.header-border {
  border-bottom: none;
}
.header-elementor8.elementor-sticky--effects {
  box-shadow: 0 1px 2px #ddd;
  z-index: 99 !important;
  background: #fff;
  padding-bottom: 20px;
}
.header-elementor8.elementor-sticky--effects .header-mid .top-left1 {
  padding-top: 0;
}
.home-style8 .header-elementor8.elementor-sticky--effects {
  box-shadow: 0 1px 2px #ddd;
}
.countdown-slider6 {
  border: 2px #fe2424 solid;
  border-radius: 6px;
  padding: 15px 30px;
  margin-bottom: 67px;
  position: relative;
}
.countdown-slider6 .block-title {
  padding: 0 15px;
  display: inline-block;
  vertical-align: top;
  margin-top: -30px;
  background: #fff;
  margin-bottom: 22px;
}
.countdown-slider6 .block-title h3 {
  font-size: 30px;
  color: #000;
  font-family: "Evolventa Bold", Helvetica, Arial, sans-serif;
  margin-right: 20px;
}
.rtl .countdown-slider6 .block-title h3 {
  margin-right: 0;
  margin-left: 20px;
}
.countdown-slider6 .block-title .item-count {
  background: #fe2424;
  height: 30px;
  line-height: 31px;
  padding: 0 20px;
  border-radius: 30px;
}
.countdown-slider6 .block-title .item-count >span {
  color: #fff;
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
}
.countdown-slider6 .block-title .item-count .item-countdown2 {
  text-align: center;
  display: inline-block;
  vertical-align: top;
}
.countdown-slider6 .block-title .item-count .item-countdown2 .countdown-section {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.countdown-slider6 .block-title .item-count .item-countdown2 .countdown-section .countdown-amount {
  display: block;
  min-width: 36px;
  font-family: "Evolventa Bold", Helvetica, Arial, sans-serif;
  text-align: center;
  font-size: 16px;
  color: #fff;
  position: relative;
}
.countdown-slider6 .block-title .item-count .item-countdown2 .countdown-section .countdown-amount:before {
  content: ":";
  position: absolute;
  right: -3px;
  top: 0px;
  color: #fff;
}
.rtl .countdown-slider6 .block-title .item-count .item-countdown2 .countdown-section .countdown-amount:before {
  right: auto;
  left: -3px;
}
.countdown-slider6 .block-title .item-count .item-countdown2 .countdown-section .countdown-period {
  display: none;
}
.countdown-slider6 .block-title .item-count .item-countdown2 .countdown-section:last-child {
  margin-right: 0;
}
.rtl .countdown-slider6 .block-title .item-count .item-countdown2 .countdown-section:last-child {
  margin-left: 0;
}
.countdown-slider6 .block-title .item-count .item-countdown2 .countdown-section:last-child .countdown-amount:before {
  display: none;
}
.countdown-slider6 .resp-slider-container .slider {
  margin: 0 -15px;
}
.countdown-slider6 .resp-slider-container .slider .item {
  padding: 3px 15px;
}
.countdown-slider6 .res-button {
  display: inline-block;
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 3;
  background: #fff;
  border: 1px #ededed solid;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: -25px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.countdown-slider6 .res-button.slick-next {
  right: -20px;
}
.rtl .countdown-slider6 .res-button.slick-next {
  left: -20px;
  right: auto;
}
.countdown-slider6 .res-button.slick-next:before {
  content: "";
  background: url(../assets/img/angle-arrow.svg) no-repeat center center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  width: 39px;
  height: 38px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rtl .countdown-slider6 .res-button.slick-next:before {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.countdown-slider6 .res-button.slick-prev {
  left: -20px;
}
.rtl .countdown-slider6 .res-button.slick-prev {
  left: auto;
  right: -20px;
}
.countdown-slider6 .res-button.slick-prev:before {
  content: "";
  background: url(../assets/img/angle-arrow.svg) no-repeat center center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  width: 40px;
  height: 38px;
}
.rtl .countdown-slider6 .res-button.slick-prev:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.countdown-slider6 .res-button:hover {
  background: #fe2424;
  border: 1px #fe2424 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;
}
.countdown-slider6 .res-button:hover:before {
  background: url(../assets/img/angle-arrow2.svg) no-repeat center center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.countdown-slider6: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;
}
.home8-title {
  font-size: 24px;
  color: #000;
  font-family: "Evolventa Bold", Helvetica, Arial, sans-serif;
  margin-bottom: 4px;
}
.sw-woo-tab-cat4 {
  margin-bottom: 43px;
}
.sw-woo-tab-cat4 .top-tab-slider {
  margin-bottom: 23px;
}
.sw-woo-tab-cat4 .top-tab-slider .block-title h3 {
  font-size: 24px;
  color: #000;
  font-family: "Evolventa Bold", Helvetica, Arial, sans-serif;
}
.sw-woo-tab-cat4 .top-tab-slider .button-collapse {
  display: none;
}
.sw-woo-tab-cat4 .top-tab-slider .nav-tabs {
  margin: 5px 0 0;
  border: none;
}
.sw-woo-tab-cat4 .top-tab-slider .nav-tabs li {
  display: inline-block;
  vertical-align: top;
  float: none;
  position: relative;
}
.sw-woo-tab-cat4 .top-tab-slider .nav-tabs li a {
  text-transform: capitalize;
  display: inline-block;
  color: #616c6b;
  border: none;
  vertical-align: top;
  padding: 0;
  margin: 0 30px 0 0;
  background: transparent;
  font-size: 14px;
}
.rtl .sw-woo-tab-cat4 .top-tab-slider .nav-tabs li a {
  margin: 0 0 0 30px;
}
.sw-woo-tab-cat4 .top-tab-slider .nav-tabs li a:before {
  content: "";
  width: 0px;
  height: 2px;
  position: absolute;
  bottom: -11px;
  left: 50%;
  background: #fe2424;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.sw-woo-tab-cat4 .top-tab-slider .nav-tabs li.active a,
.sw-woo-tab-cat4 .top-tab-slider .nav-tabs li:hover a {
  color: #fe2424;
}
.sw-woo-tab-cat4 .top-tab-slider .nav-tabs li.active a:before,
.sw-woo-tab-cat4 .top-tab-slider .nav-tabs li:hover a:before {
  width: 10px;
  margin-left: -5px;
  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-woo-tab-cat4 .top-tab-slider .nav-tabs li:last-child a {
  margin-right: 0;
}
.rtl .sw-woo-tab-cat4 .top-tab-slider .nav-tabs li:last-child a {
  margin-left: 0;
}
.sw-woo-tab-cat4 .resp-slider-container .slider {
  margin: 0 -15px;
}
.sw-woo-tab-cat4 .resp-slider-container .slider .item {
  padding: 3px 15px;
}
.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap4 .item-detail .item-content .reviews-content,
.sw-woo-tab-cat4 .resp-slider-container .slider .item .item-wrap4 .item-detail .item-content .item-price {
  margin-bottom: 12px;
}
.sw-woo-tab-cat4 .res-button {
  display: inline-block;
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 3;
  background: #fff;
  border: 1px #ededed solid;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: -25px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.sw-woo-tab-cat4 .res-button.slick-next {
  right: -20px;
}
.rtl .sw-woo-tab-cat4 .res-button.slick-next {
  left: -20px;
  right: auto;
}
.sw-woo-tab-cat4 .res-button.slick-next:before {
  content: "";
  background: url(../assets/img/angle-arrow.svg) no-repeat center center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  width: 39px;
  height: 38px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rtl .sw-woo-tab-cat4 .res-button.slick-next:before {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.sw-woo-tab-cat4 .res-button.slick-prev {
  left: -20px;
}
.rtl .sw-woo-tab-cat4 .res-button.slick-prev {
  left: auto;
  right: -20px;
}
.sw-woo-tab-cat4 .res-button.slick-prev:before {
  content: "";
  background: url(../assets/img/angle-arrow.svg) no-repeat center center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  width: 40px;
  height: 38px;
}
.rtl .sw-woo-tab-cat4 .res-button.slick-prev:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.sw-woo-tab-cat4 .res-button:hover {
  background: #fe2424;
  border: 1px #fe2424 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-woo-tab-cat4 .res-button:hover:before {
  background: url(../assets/img/angle-arrow2.svg) no-repeat center center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.sw-woo-tab-cat4: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-woo-tab-style6 {
  margin-bottom: 64px;
}
.sw-woo-tab-style6 .nav-tabs-select {
  margin-bottom: 24px;
}
.sw-woo-tab-style6 .nav-tabs-select .block-title h3 {
  font-size: 24px;
  color: #000;
  font-family: "Evolventa Bold", Helvetica, Arial, sans-serif;
}
.sw-woo-tab-style6 .nav-tabs-select .button-collapse {
  display: none;
}
.sw-woo-tab-style6 .nav-tabs-select .nav-tabs {
  margin: 5px 0 0;
  border: none;
}
.sw-woo-tab-style6 .nav-tabs-select .nav-tabs li {
  display: inline-block;
  vertical-align: top;
  float: none;
  position: relative;
}
.sw-woo-tab-style6 .nav-tabs-select .nav-tabs li a {
  text-transform: capitalize;
  display: inline-block;
  color: #616c6b;
  border: none;
  vertical-align: top;
  padding: 0;
  margin: 0 30px 0 0;
  background: transparent;
  font-size: 14px;
}
.rtl .sw-woo-tab-style6 .nav-tabs-select .nav-tabs li a {
  margin: 0 0 0 30px;
}
.sw-woo-tab-style6 .nav-tabs-select .nav-tabs li a:before {
  content: "";
  width: 0px;
  height: 2px;
  position: absolute;
  bottom: -11px;
  left: 50%;
  background: #fe2424;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.sw-woo-tab-style6 .nav-tabs-select .nav-tabs li.active a,
.sw-woo-tab-style6 .nav-tabs-select .nav-tabs li:hover a {
  color: #fe2424;
}
.sw-woo-tab-style6 .nav-tabs-select .nav-tabs li.active a:before,
.sw-woo-tab-style6 .nav-tabs-select .nav-tabs li:hover a:before {
  width: 10px;
  margin-left: -5px;
  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-woo-tab-style6 .nav-tabs-select .nav-tabs li:last-child a {
  margin-right: 0;
}
.rtl .sw-woo-tab-style6 .nav-tabs-select .nav-tabs li:last-child a {
  margin-left: 0;
}
.sw-woo-tab-style6 .banner-category {
  width: 190px;
  margin-right: 20px;
}
.rtl .sw-woo-tab-style6 .banner-category {
  margin-right: 0;
  margin-left: 20px;
}
.sw-woo-tab-style6 .banner-category .item img {
  margin-bottom: 0;
}
.sw-woo-tab-style6 .banner-category .item img:hover {
  animation-name: elementor-animation-wobble-horizontal;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
.sw-woo-tab-style6 .tab-content {
  overflow: hidden;
  padding: 0 3px;
}
.sw-woo-tab-style6 .resp-slider-container .slider {
  margin: 0 -10px;
}
.sw-woo-tab-style6 .resp-slider-container .slider .item {
  padding: 3px 10px;
}
.sw-woo-tab-style6 .resp-slider-container .slider .item .item-wrap4 .item-detail .item-content {
  padding-top: 22px;
}
.sw-woo-tab-style6 .res-button {
  display: inline-block;
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 3;
  background: #fff;
  border: 1px #ededed solid;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: -25px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.sw-woo-tab-style6 .res-button.slick-next {
  right: -20px;
}
.rtl .sw-woo-tab-style6 .res-button.slick-next {
  left: -20px;
  right: auto;
}
.sw-woo-tab-style6 .res-button.slick-next:before {
  content: "";
  background: url(../assets/img/angle-arrow.svg) no-repeat center center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  width: 39px;
  height: 38px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rtl .sw-woo-tab-style6 .res-button.slick-next:before {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.sw-woo-tab-style6 .res-button.slick-prev {
  left: -20px;
}
.rtl .sw-woo-tab-style6 .res-button.slick-prev {
  left: auto;
  right: -20px;
}
.sw-woo-tab-style6 .res-button.slick-prev:before {
  content: "";
  background: url(../assets/img/angle-arrow.svg) no-repeat center center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  width: 40px;
  height: 38px;
}
.rtl .sw-woo-tab-style6 .res-button.slick-prev:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.sw-woo-tab-style6 .res-button:hover {
  background: #fe2424;
  border: 1px #fe2424 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-woo-tab-style6 .res-button:hover:before {
  background: url(../assets/img/angle-arrow2.svg) no-repeat center center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.sw-woo-tab-style6: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-brand-container-slider3 {
  margin-bottom: 53px;
  position: relative;
}
.sw-brand-container-slider3 .block-title h3 {
  font-size: 24px;
  color: #000;
  font-family: "Evolventa Bold", Helvetica, Arial, sans-serif;
  margin-bottom: 19px;
}
.sw-brand-container-slider3 .resp-slider-container .slider {
  margin: 0 -15px;
}
.sw-brand-container-slider3 .resp-slider-container .slider .item {
  padding: 0 15px;
}
.sw-brand-container-slider3 .resp-slider-container .slider .item .item-image a img {
  margin: 15px auto;
}
.sw-brand-container-slider3 .resp-slider-container .slider .item .item-image:hover a img {
  animation-name: elementor-animation-buzz-out;
  animation-duration: .75s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
}
.sw-brand-container-slider3.style1 {
  border-top: 1px #ededed solid;
  border-bottom: 1px #ededed solid;
  padding: 55px 0;
  margin-bottom: 76px;
}
.sw-brand-container-slider3.style1 .block-title {
  width: 420px;
  float: left;
  padding: 30px 15px 0 15px;
}
.rtl .sw-brand-container-slider3.style1 .block-title {
  float: right;
}
.sw-brand-container-slider3.style1 .block-title h3 {
  font-size: 30px;
  text-transform: capitalize;
  line-height: 35px;
  margin-bottom: 12px;
}
.sw-brand-container-slider3.style1 .block-title h4 {
  font-size: 16px;
}
.sw-brand-container-slider3.style1 .block-title h4 a {
  color: #fe2424;
  position: relative;
  padding-right: 30px;
}
.rtl .sw-brand-container-slider3.style1 .block-title h4 a {
  padding-right: 0;
  padding-left: 30px;
}
.sw-brand-container-slider3.style1 .block-title h4 a:before {
  content: "";
  position: absolute;
  top: 3px;
  right: 0;
  height: 18px;
  width: 22px;
  background: url(../assets/img/default/readmore-arrow.svg) center center no-repeat;
  background-size: 18px;
}
.rtl .sw-brand-container-slider3.style1 .block-title h4 a:before {
  right: auto;
  left: 0;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.sw-brand-container-slider3.style1 .resp-slider-container {
  overflow: hidden;
}
.sw-brand-container-slider3.style1 .resp-slider-container .slider .item a img {
  width: auto;
}
.featured-product6 {
  margin-bottom: 70px;
  position: relative;
}
.featured-product6 .block-title h3 {
  font-size: 24px;
  color: #000;
  font-family: "Evolventa Bold", Helvetica, Arial, sans-serif;
  margin-bottom: 34px;
}
.featured-product6 .banner-category {
  width: 300px;
  margin-right: 30px;
}
.rtl .featured-product6 .banner-category {
  margin-right: 0;
  margin-left: 30px;
}
.featured-product6 .banner-category .item img {
  margin-bottom: 0;
}
.featured-product6 .banner-category .item img:hover {
  animation-name: elementor-animation-wobble-horizontal;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
.featured-product6 .resp-slider-container {
  overflow: hidden;
  padding: 0 3px;
}
.featured-product6 .resp-slider-container .slider {
  margin: 0 -15px;
}
.featured-product6 .resp-slider-container .slider .item {
  padding: 3px 15px;
}
.featured-product6 .resp-slider-container .slider .item .item-wrap4 {
  margin-bottom: 15px;
}
.featured-product6 .resp-slider-container .slider .item .item-wrap4:last-child {
  margin-bottom: 0;
}
.featured-product6 .resp-slider-container .slider .item .item-img {
  width: 190px;
}
.featured-product6 .resp-slider-container .slider .item .item-content {
  overflow: hidden;
  padding-top: 10px;
}
.rtl .box-image5 .elementor-image-box-wrapper .elementor-image-box-content {
  text-align: right;
}
.box-image5 .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-title {
  font-family: "Evolventa Bold", Helvetica, Arial, sans-serif;
  line-height: 25px;
  margin-bottom: 6px;
}
.box-image5 .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-description {
  min-height: 144px;
  line-height: 24px !important;
}
.order-simle h3 {
  font-size: 24px;
  color: #000;
  font-family: "Evolventa Bold", Helvetica, Arial, sans-serif;
  margin-bottom: 21px;
  line-height: 32px;
}
.order-simle .des {
  font-size: 14px;
  color: #616c6b;
  margin-bottom: 41px;
  line-height: 28px;
}
.order-simle a {
  font-size: 13px;
  color: #fff;
  font-family: "Evolventa Bold", Helvetica, Arial, sans-serif;
  display: inline-block;
  vertical-align: top;
  padding: 0 23px;
  height: 42px;
  line-height: 43px;
  border-radius: 4px;
  background: #fe2424;
}
.order-simle a:hover {
  color: #000;
}
.box-step .colm1 {
  width: 29% !important;
}
.box-step .colm2 {
  width: 14.2% !important;
}
.box-step .colm2 .wp-caption .wp-caption-text {
  font-size: 13px;
  color: #fe2424;
  padding-top: 13px;
}
.testimonial-slider4 {
  position: relative;
  margin-bottom: 50px;
}
.testimonial-slider4 .block-title h3 {
  font-size: 16px;
  color: #000;
  font-family: "Evolventa Bold", Helvetica, Arial, sans-serif;
  margin-bottom: 20px;
}
.testimonial-slider4 .resp-slider-container .slider .item .client-comment {
  font-size: 16px;
  color: #000;
  margin-bottom: 20px;
  line-height: 28px;
}
.testimonial-slider4 .resp-slider-container .slider .item .name-client h3 {
  font-size: 18px;
  font-family: "Evolventa Bold", Helvetica, Arial, sans-serif;
  color: #000;
  margin-bottom: 7px;
}
.testimonial-slider4 .resp-slider-container .slider .item .name-client .info-client {
  font-size: 13px;
  color: #616c6b;
}
.testimonial-slider4 .res-button {
  display: inline-block;
  position: absolute;
  bottom: -54px;
  cursor: pointer;
  z-index: 3;
  background: #caefef;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
}
.testimonial-slider4 .res-button.slick-next {
  left: 40px;
}
.rtl .testimonial-slider4 .res-button.slick-next {
  left: auto;
  right: 0;
}
.testimonial-slider4 .res-button.slick-next:before {
  content: "";
  background: url(../assets/img/angle-arrow.svg) no-repeat center center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  width: 29px;
  height: 28px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  background-size: 12px;
}
.testimonial-slider4 .res-button.slick-prev {
  left: 0;
}
.rtl .testimonial-slider4 .res-button.slick-prev {
  left: auto;
  right: 40px;
}
.testimonial-slider4 .res-button.slick-prev:before {
  content: "";
  background: url(../assets/img/angle-arrow.svg) no-repeat center center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  width: 30px;
  height: 28px;
  background-size: 12px;
}
.testimonial-slider4 .res-button:hover {
  background: #fe2424;
  -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-slider4 .res-button:hover:before {
  background: url(../assets/img/angle-arrow2.svg) no-repeat center center;
  background-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;
}
.app-style1 {
  font-family: "Evolventa Regular", Helvetica, Arial, sans-serif;
}
.app-style1 h3 {
  font-size: 16px;
  color: #000;
  font-family: "Evolventa Bold", Helvetica, Arial, sans-serif;
  line-height: 24px;
}
.app-style1 p {
  font-size: 11px;
  color: #616c6b;
  max-width: 300px;
  line-height: 24px !important;
  margin-bottom: 0;
}
.box-phone .elementor-form-fields-wrapper {
  max-width: 380px;
}
.box-phone .elementor-field-type-number {
  width: 82%;
}
.box-phone .elementor-field-type-number:before {
  content: "";
  width: 60px;
  height: 50px;
  background: url(../assets/img/icon-mail.png) no-repeat 7px center;
  position: absolute;
  top: -5px;
  left: -6px;
}
.rtl .box-phone .elementor-field-type-number:before {
  left: auto;
  right: -6px;
}
.box-phone .elementor-field-type-number input {
  border-radius: 30px 0 0 30px;
  padding-left: 65px;
}
.rtl .box-phone .elementor-field-type-number input {
  border-radius: 0 30px 30px 0;
  padding-left: 10px;
  padding-right: 65px;
}
.box-phone .elementor-field-type-number input:focus {
  box-shadow: none;
}
.box-phone .elementor-field-type-number input::-webkit-input-placeholder {
  color: #aacfcd;
}
.box-phone .elementor-field-type-number input::-moz-placeholder {
  color: #aacfcd;
}
.box-phone .elementor-field-type-number input:-ms-input-placeholder {
  color: #aacfcd;
}
.box-phone .elementor-field-type-number input[type=number] {
  -moz-appearance: textfield;
}
.box-phone .elementor-field-type-number input::-webkit-outer-spin-button,
.box-phone .elementor-field-type-number input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.box-phone .elementor-field-type-submit {
  width: 18%;
}
.box-phone .elementor-field-type-submit .elementor-button {
  border: none;
  border-radius: 0 30px 30px 0;
}
.rtl .box-phone .elementor-field-type-submit .elementor-button {
  border-radius: 30px 0 0 30px;
}
.box-phone .elementor-field-type-submit .elementor-button:before {
  content: "";
  width: 30px;
  height: 25px;
  display: block;
  background: url(../assets/img/default/angle-arrow.svg) center center no-repeat;
  background-size: 16px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  margin: 0 auto;
}
.rtl .box-phone .elementor-field-type-submit .elementor-button:before {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.block-infor6 {
  margin: 0 -30px;
}
.block-infor6 .info {
  border-right: 1px #fff solid;
  padding: 0 30px;
}
.rtl .block-infor6 .info {
  border-right: none;
  border-left: 1px #fff solid;
}
.block-infor6 .info a {
  color: #fff;
}
.block-infor6 .info .icon {
  width: 40px;
  height: 40px;
  margin-right: 15px;
  float: left;
  border-radius: 50%;
  background: url(../assets/img/icon-promotion3.png) no-repeat 11px center #fff;
}
.rtl .block-infor6 .info .icon {
  float: right;
  margin-right: 0;
  margin-left: 15px;
}
.block-infor6 .info .info-cont {
  overflow: hidden;
}
.block-infor6 .info .info-cont span {
  font-size: 14px;
  text-transform: capitalize;
  font-family: "Evolventa Bold", Helvetica, Arial, sans-serif;
  display: block;
  margin-bottom: 4px;
}
.block-infor6 .info .info-cont p {
  margin-bottom: 0;
  color: #fff;
  font-size: 11px;
}
.block-infor6 .info .info-cont p b {
  text-decoration: underline;
  font-family: "Evolventa Bold", Helvetica, Arial, sans-serif;
}
.block-infor6 .info.info2 .icon {
  background-position: -26px center;
}
.block-infor6 .info.info3 .icon {
  background-position: -61px center;
}
.block-infor6 .info.info4 {
  border-right: none;
}
.rtl .block-infor6 .info.info4 {
  border-left: none;
}
.block-infor6 .info.info4 .icon {
  background-position: -94px center;
}
.block-infor6 .info:hover .icon {
  animation-name: elementor-animation-buzz-out;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
.contact-foot4 h4 {
  font-size: 13px;
  color: #000;
  margin-bottom: 17px;
}
.contact-foot4 p {
  font-size: 13px;
  color: #616c6b;
  margin-bottom: 17px;
}
.socials-footer3 ul {
  margin: 0;
}
.socials-footer3 ul li {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}
.rtl .socials-footer3 ul li {
  margin-right: 0;
  margin-left: 10px;
}
.socials-footer3 ul li a {
  color: #fff;
}
.socials-footer3 ul li a:hover {
  color: #000;
}
.socials-footer3 ul li:last-child {
  margin-right: 0;
}
.box-border1 {
  position: relative;
}
.box-border1:before {
  content: "";
  width: 1290px;
  height: 1px;
  background: #f1f8f8;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.form-upload {
  font-family: "Evolventa Regular", Helvetica, Arial, sans-serif;
  padding: 46px 50px 0 50px;
  border: 1px #fe2424 solid;
  border-radius: 20px;
  margin-bottom: 30px;
}
.form-upload .wpcf7-form h3 {
  font-size: 30px;
  text-transform: uppercase;
  color: #000;
  border-bottom: 1px #ededed solid;
  padding-bottom: 22px;
  margin-bottom: 30px;
}
.form-upload .wpcf7-form .cf-file {
  margin-bottom: 23px;
}
.form-upload .wpcf7-form .cf-file .file-up {
  position: relative;
  display: block;
}
.form-upload .wpcf7-form .cf-file .file-up input {
  font-size: 0;
  text-indent: -999px;
  height: 140px;
  width: 100%;
  border: none;
}
.form-upload .wpcf7-form .cf-file .file-up:before {
  content: "";
  width: 140px;
  height: 140px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: url('../assets/img/icon-upload.png') no-repeat center center;
  pointer-events: none;
}
.form-upload .wpcf7-form .cf-text {
  text-align: center;
  margin-bottom: 25px;
}
.form-upload .wpcf7-form .tit {
  color: #fe2424;
  font-size: 16px;
  font-family: "Evolventa Bold", Helvetica, Arial, sans-serif;
}
.form-upload .wpcf7-form .des {
  color: #94a0b0;
  font-size: 13px;
}
.form-upload .wpcf7-form .cf-name input,
.form-upload .wpcf7-form .cf-phone input,
.form-upload .wpcf7-form .cf-mail input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 4px;
  font-size: 13px;
  border-color: #ededed;
  padding: 0 20px;
  margin-bottom: 6px;
}
.form-upload .wpcf7-form .cf-name input::-webkit-input-placeholder,
.form-upload .wpcf7-form .cf-phone input::-webkit-input-placeholder,
.form-upload .wpcf7-form .cf-mail input::-webkit-input-placeholder {
  color: #ccc;
}
.form-upload .wpcf7-form .cf-name input::-moz-placeholder,
.form-upload .wpcf7-form .cf-phone input::-moz-placeholder,
.form-upload .wpcf7-form .cf-mail input::-moz-placeholder {
  color: #ccc;
}
.form-upload .wpcf7-form .cf-name input:-ms-input-placeholder,
.form-upload .wpcf7-form .cf-phone input:-ms-input-placeholder,
.form-upload .wpcf7-form .cf-mail input:-ms-input-placeholder {
  color: #ccc;
}
.form-upload .wpcf7-form .cf-name input[type=number],
.form-upload .wpcf7-form .cf-phone input[type=number],
.form-upload .wpcf7-form .cf-mail input[type=number] {
  -moz-appearance: textfield;
}
.form-upload .wpcf7-form .cf-name input::-webkit-outer-spin-button,
.form-upload .wpcf7-form .cf-name input::-webkit-inner-spin-button,
.form-upload .wpcf7-form .cf-phone input::-webkit-outer-spin-button,
.form-upload .wpcf7-form .cf-phone input::-webkit-inner-spin-button,
.form-upload .wpcf7-form .cf-mail input::-webkit-outer-spin-button,
.form-upload .wpcf7-form .cf-mail input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.form-upload .wpcf7-form .cf-add {
  position: relative;
}
.form-upload .wpcf7-form .cf-add:before {
  content: '\f0d7';
  font-family: FontAwesome;
  color: #000;
  z-index: 2;
  font-size: 14px;
  position: absolute;
  top: 10px;
  right: 20px;
  pointer-events: none;
}
.form-upload .wpcf7-form .cf-add select {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 4px;
  border-color: #ededed;
  padding: 0 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 13px;
}
.form-upload .wpcf7-form .cf-mes textarea {
  border-radius: 4px;
  border-color: #ededed;
  font-size: 13px;
  min-height: 95px;
}
.form-upload .wpcf7-form .cf-mes textarea::-webkit-input-placeholder {
  color: #ccc;
}
.form-upload .wpcf7-form .cf-mes textarea::-moz-placeholder {
  color: #ccc;
}
.form-upload .wpcf7-form .cf-mes textarea:-ms-input-placeholder {
  color: #ccc;
}
.form-upload .wpcf7-form .wpcf7-submit {
  padding: 0 15px;
  border: none;
  height: 45px;
  line-height: 46px;
  border-radius: 4px;
  font-size: 13px;
  text-transform: capitalize;
  background: #ef4281;
  width: 100%;
  font-family: "Evolventa Bold", Helvetica, Arial, sans-serif;
  -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-upload .wpcf7-form .wpcf7-submit: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;
}
.upload-guide {
  font-family: "Evolventa Regular", Helvetica, Arial, sans-serif;
  color: #000;
  padding-top: 23px;
}
.upload-guide p .aligncenter {
  margin-bottom: 30px;
  margin-top: 25px;
}
.upload-guide h3 {
  font-size: 21px;
  font-family: "Evolventa Bold", Helvetica, Arial, sans-serif;
  border-bottom: 1px #ededed solid;
  padding-bottom: 20px;
  margin-bottom: 24px;
}
.upload-guide .step {
  line-height: 24px;
}
.upload-guide .step strong {
  font-family: "Evolventa Bold", Helvetica, Arial, sans-serif;
}
.upload-guide .tit {
  font-size: 16px;
  font-family: "Evolventa Bold", Helvetica, Arial, sans-serif;
  padding-top: 30px;
  padding-bottom: 20px;
}
.upload-guide ul {
  margin: 0 0 50px 0;
}
.upload-guide ul li {
  position: relative;
  display: block;
  padding: 7px 0 7px 15px;
}
.rtl .upload-guide ul li {
  padding: 7px 15px 7px 0;
}
.upload-guide ul li:before {
  content: "\f111";
  font-size: 5px;
  position: absolute;
  top: 13px;
  left: 0;
  font-family: FontAwesome;
}
.rtl .upload-guide ul li:before {
  left: auto;
  right: 0;
}
.upload-guide h4 {
  font-size: 20px;
  font-family: "Evolventa Bold", Helvetica, Arial, sans-serif;
  margin-bottom: 40px;
}
.rtl .elementor-9031 .elementor-element.elementor-element-f22eecf,
.rtl .elementor-9297 .elementor-element.elementor-element-2103953,
.rtl .elementor-9297 .elementor-element.elementor-element-40d79bb,
.rtl .elementor-9430 .elementor-element.elementor-element-35a31a0 {
  text-align: right;
}
@media (min-width: 1300px) {
  .header-elementor8 .revo_top .top-form.top-search {
    width: 740px;
  }
  .header-elementor8 .header-bottom {
    padding-left: 270px;
    margin-top: -12px;
  }
  .rtl .header-elementor8 .header-bottom {
    padding-left: 0;
    padding-right: 270px;
  }
  .upload-guide {
    padding-left: 46px;
  }
  .rtl .upload-guide {
    padding-left: 0;
    padding-right: 46px;
  }
  .sw-woo-tab-style6 .res-button.slick-prev {
    left: 195px;
  }
  .rtl .sw-woo-tab-style6 .res-button.slick-prev {
    left: auto;
    right: 195px;
  }
}
@media (max-width: 1199px) {
  .header-elementor8 .header-mid .top-left1 {
    padding-top: 5px;
  }
  .featured-product6 .banner-category {
    display: none;
  }
  .featured-product6 .resp-slider-container {
    overflow: inherit;
  }
}
@media (max-width: 991px) {
  .header-elementor8.header-sibar {
    display: none;
  }
  .header-elementor8 .header-mid {
    padding-top: 15px;
  }
  .header-elementor8 .header-mid .top-left1 {
    width: 30%;
  }
  .header-elementor8 .header-mid .top-right1 {
    width: 70%;
  }
  .header-elementor8 .revo_top {
    display: none;
  }
  .header-elementor8 .needh {
    padding-top: 25px;
  }
  .header-elementor8 #main-menu .primary-menu {
    padding: 10px 0;
  }
  .header-elementor8 #main-menu .primary-menu .resmenu-container .navbar-toggle {
    border: 1px #000 solid;
  }
  .header-elementor8 #main-menu .primary-menu .resmenu-container .navbar-toggle .icon-bar {
    background: #000;
  }
  .featured-product6 .resp-slider-container .slider .item .item-img {
    width: 125px;
  }
  .box-image5 .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-description {
    min-height: 99px;
  }
  .box-order .elementor-container >.elementor-column {
    width: 50%;
  }
  .box-order .elementor-container >.elementor-column:first-child {
    width: 100%;
  }
  .testimonial-slider4 .resp-slider-container .slider .item .client-comment {
    font-size: 14px;
    line-height: 24px;
  }
  .block-infor6 {
    margin: 0 -15px;
  }
  .block-infor6 .info {
    padding: 0 15px;
  }
  .form-upload {
    padding: 20px 20px 0 20px;
  }
  .form-upload .wpcf7-form h3 {
    font-size: 16px;
  }
  .upload-guide ul {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .home-style8 .responsive-post-slider4 {
    margin-bottom: 25px;
  }
  .home-style8 .responsive-post-slider4 .box-title h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .header-elementor8.header-top .top-left1 {
    display: none;
  }
  .header-elementor8 .header-mid .top-left1,
  .header-elementor8 .header-mid .top-right1 {
    width: 100%;
  }
  .header-elementor8 .header-mid .top-left1 >.elementor-element-populated,
  .header-elementor8 .header-mid .top-right1 >.elementor-element-populated {
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  .header-elementor8 .header-mid .top-left1 {
    margin-bottom: 10px;
  }
  .header-elementor8 .header-mid .top-login ul {
    margin-left: 0;
    padding-left: 0;
  }
  .rtl .header-elementor8 .header-mid .top-login ul {
    margin-right: 0;
    padding-right: 0;
  }
  .header-elementor8 .header-bottom .top-right1 {
    display: none;
  }
  .header-elementor8 .top-form .wrapp-minicart {
    right: -55px;
  }
  .rtl .header-elementor8 .top-form .wrapp-minicart {
    right: auto;
    left: -55px;
  }
  .block-infor6 {
    overflow-x: auto !important;
    white-space: nowrap;
  }
  .block-infor6 .info {
    white-space: normal;
    width: 225px;
    float: none;
    display: inline-block;
    vertical-align: top;
  }
  .rtl .block-infor6 .info {
    float: none;
  }
  .countdown-slider6 {
    margin-bottom: 27px;
  }
  .countdown-slider6 .block-title h3 {
    font-size: 20px;
  }
  .home8-title {
    font-size: 20px;
    margin-bottom: 0;
  }
  .sw-woo-tab-cat4 {
    margin-bottom: 3px;
  }
  .sw-woo-tab-cat4 .top-tab-slider .block-title h3 {
    font-size: 20px;
  }
  .sw-woo-tab-cat4 .button-collapse {
    position: absolute;
    top: -5px;
    right: 0;
    z-index: 9;
    display: block !important;
    background: #000;
    border-radius: 3px;
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
    height: 30px;
    width: 30px;
    line-height: 30px;
  }
  .rtl .sw-woo-tab-cat4 .button-collapse {
    left: 0;
    right: auto;
  }
  .sw-woo-tab-cat4 .button-collapse.collapsed:before {
    content: '\f0c9';
  }
  .sw-woo-tab-cat4 .button-collapse:before {
    content: '\f00d';
    font-family: FontAwesome;
    font-size: 16px;
    color: #fff;
    height: 30px;
    width: 30px;
    line-height: 30px;
    display: inline-block;
    text-align: center;
  }
  .sw-woo-tab-cat4 .nav-tabs {
    margin-bottom: 0;
    position: absolute;
    top: 38px;
    right: 0;
    left: 0;
    z-index: 9;
    height: 0px;
    overflow: hidden;
    background: #fff;
  }
  .sw-woo-tab-cat4 .nav-tabs li {
    width: 100%;
    margin: 0 0 10px 0 !important;
  }
  .sw-woo-tab-cat4 .nav-tabs li a {
    border: none !important;
    width: 100%;
    padding: 0 !important;
  }
  .sw-woo-tab-cat4 .nav-tabs li a:before {
    display: none;
  }
  .sw-woo-tab-style6 {
    margin-bottom: 24px;
  }
  .sw-woo-tab-style6 .nav-tabs-select .block-title h3 {
    font-size: 20px;
  }
  .sw-woo-tab-style6 .banner-category {
    display: none;
  }
  .sw-woo-tab-style6 .tab-content {
    overflow: inherit;
  }
  .sw-woo-tab-style6 .button-collapse {
    position: absolute;
    top: -5px;
    right: 0;
    z-index: 9;
    display: block !important;
    background: #000;
    border-radius: 3px;
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
    height: 30px;
    width: 30px;
    line-height: 30px;
  }
  .rtl .sw-woo-tab-style6 .button-collapse {
    left: 0;
    right: auto;
  }
  .sw-woo-tab-style6 .button-collapse.collapsed:before {
    content: '\f0c9';
  }
  .sw-woo-tab-style6 .button-collapse:before {
    content: '\f00d';
    font-family: FontAwesome;
    font-size: 16px;
    color: #fff;
    height: 30px;
    width: 30px;
    line-height: 30px;
    display: inline-block;
    text-align: center;
  }
  .sw-woo-tab-style6 .nav-tabs {
    margin-bottom: 0;
    position: absolute;
    top: 38px;
    right: 0;
    left: 0;
    z-index: 9;
    height: 0px;
    overflow: hidden;
    background: #fff;
  }
  .sw-woo-tab-style6 .nav-tabs li {
    width: 100%;
    margin: 0 0 10px 0 !important;
  }
  .sw-woo-tab-style6 .nav-tabs li a {
    border: none !important;
    width: 100%;
    padding: 0 !important;
  }
  .sw-woo-tab-style6 .nav-tabs li a:before {
    display: none;
  }
  .sw-brand-container-slider3 {
    margin-bottom: 13px;
  }
  .sw-brand-container-slider3 .block-title h3 {
    font-size: 20px;
  }
  .featured-product6 {
    margin-bottom: 30px;
  }
  .featured-product6 .block-title h3 {
    font-size: 20px;
  }
  .box-order .elementor-container >.elementor-column {
    width: 100%;
  }
  .box-image5 .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-description {
    min-height: auto;
  }
  .order-simle h3 {
    font-size: 20px;
  }
  .order-simle .des {
    margin-bottom: 15px;
  }
  .box-step .colm1 {
    width: 100% !important;
  }
  .box-step .colm2 {
    width: 50% !important;
  }
  .featured-product6 .resp-slider-container .slider .item .item-img {
    width: 100%;
  }
  .featured-product6 .resp-slider-container .slider .item .item-content {
    overflow: inherit;
    clear: both;
    padding-top: 5px;
  }
  .box-border1:before,
  .socials-footer3 {
    display: none;
  }
}
.home-style9 div.star,
.home-style9 div.stars {
  background: url("../assets/img/star2.png") repeat-x scroll 0 0 rgba(0,0,0,0);
}
.home-style9 div.star span,
.home-style9 div.stars span {
  background: url("../assets/img/star-active3.png") repeat scroll 0 0 rgba(0,0,0,0);
}
.top-free {
  font-size: 11px;
  color: #000;
  text-align: center;
  padding: 6px 0 7px 0;
  display: block;
}
.header-elementor9 .top-left1 >.elementor-element-populated >div,
.header-elementor9 .top-right1 >.elementor-element-populated >div {
  margin-bottom: 0;
}
.header-elementor9 .header-mid .wishlist {
  font-size: 11px;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
  margin-top: 22px;
  letter-spacing: 1.5px;
}
.header-elementor9 .header-bottom {
  text-align: center;
  padding: 0 15px;
}
.header-elementor9 .header-bottom .main-menu {
  float: none;
}
.header-elementor9 #lang_sel > ul.nav > li,
.header-elementor9 .currency_w > li {
  padding: 10px 0;
}
.header-elementor9 #lang_sel > ul.nav > li > a,
.header-elementor9 .currency_w > li > a {
  font-size: 11px;
  text-transform: uppercase;
}
.header-elementor9 #lang_sel > ul.nav > li > a:after,
.header-elementor9 .currency_w > li > a:after {
  content: "\f0d7";
}
.header-elementor9 #lang_sel > ul.nav > li > ul,
.header-elementor9 .currency_w > li > ul {
  left: auto;
  right: 0;
}
.rtl .header-elementor9 #lang_sel > ul.nav > li > ul,
.rtl .header-elementor9 .currency_w > li > ul {
  right: auto;
  left: 0;
}
.header-elementor9 #lang_sel > ul.nav > li:hover > ul,
.header-elementor9 .currency_w > li:hover > ul {
  top: 36px;
}
.header-elementor9 #lang_sel {
  margin-right: 30px;
}
.rtl .header-elementor9 #lang_sel {
  margin-right: 0;
  margin-left: 30px;
}
.header-elementor9 #lang_sel > ul.nav > li > a img {
  display: none;
}
.header-elementor9 .currency_w {
  margin: 0;
}
.header-elementor9 .top-login {
  margin-top: 11px;
}
.header-elementor9 .top-login ul {
  border: none;
  margin-left: 54px;
}
.rtl .header-elementor9 .top-login ul {
  margin-left: 0;
  margin-right: 54px;
}
.header-elementor9 .top-login ul:before {
  display: none;
}
.header-elementor9 .top-login ul li {
  font-size: 0;
}
.header-elementor9 .top-login ul li span {
  display: none;
}
.header-elementor9 .top-login ul li a {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 1.5px;
}
.header-elementor9 .top-login ul li a.register {
  font-size: 0;
}
.header-elementor9 .top-form.top-form-minicart.flashmart-minicart2 {
  background: transparent;
  margin-top: 14px;
  padding: 5px 0px 6px 32px;
  margin-left: 10px;
}
.rtl .header-elementor9 .top-form.top-form-minicart.flashmart-minicart2 {
  padding: 5px 32px 6px 0;
  margin-left: 0;
  margin-right: 10px;
}
.header-elementor9 .top-form.top-form-minicart.flashmart-minicart2:before {
  color: #000;
}
.header-elementor9 .top-form.top-form-minicart.flashmart-minicart2 .top-minicart-icon .cart-contents {
  color: #000;
  font-family: "Manrope", Helvetica, Arial, sans-serif;
  font-size: 11px;
}
.header-elementor9 .top-form.top-form-minicart.flashmart-minicart2 .top-minicart-icon .cart-contents label {
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.header-elementor9 .top-form.top-form-minicart.flashmart-minicart2 .top-minicart-icon .cart-contents .minicart-numbers {
  color: #000;
  font-size: 11px;
  margin-top: -2px;
}
.header-elementor9 .top-form.top-form-minicart.flashmart-minicart2 .wrapp-minicart {
  top: 47px;
}
.header-elementor9 .revo_top .top-form.top-search {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border-width: 0 1px;
  border-color: #ededed;
}
.header-elementor9 .revo_top .top-form.top-search .cat-wrapper {
  display: none;
}
.header-elementor9 .revo_top .top-form.top-search .content-search input {
  padding: 0 65px 0 20px;
  height: 60px;
}
.header-elementor9 .revo_top .top-form.top-search button.form-button {
  height: 60px;
  line-height: 60px;
  width: 52px;
  font-size: 14px;
  border-radius: 0;
}
.header-elementor9 .nav-pills >li {
  padding-right: 25px;
}
.rtl .header-elementor9 .nav-pills >li {
  padding-right: 0;
  padding-left: 25px;
}
.header-elementor9 .nav-pills >li > a {
  padding: 15px 10px;
}
.header-elementor9 .nav-pills >li > a:after {
  display: none;
}
.header-elementor9 .nav-pills >li:last-child {
  padding-right: 0;
}
.rtl .header-elementor9 .nav-pills >li:last-child {
  padding-left: 0;
}
.header-elementor9 .nav-pills.nav-mega .flashmart-mega-menu.flashmart-menu-img > a span.menu-img {
  display: none;
}
.header-elementor9 .responsive-post-style2 .slider-container .item .entry-content h4 a {
  font-size: 14px;
}
.header-elementor9.header-border {
  border-bottom: 1px #ededed solid;
}
.home-style9 .header-elementor9.header-border {
  border-bottom: none;
}
.header-elementor9.header-border:hover .nav-pills >li.active >a,
.header-elementor9.header-border:hover .nav-pills >li.active >a:hover,
.header-elementor9.header-border:hover .nav-pills >li.active >a:focus {
  color: #fff;
}
.header-elementor9.header-border:hover .nav-pills >li > a {
  color: #999;
  padding: 15px;
}
.header-elementor9.header-border:hover .nav-pills >li > a:hover {
  color: #fff;
}
.store-book .item {
  float: left;
}
.rtl .store-book .item {
  float: right;
}
.store-book .item a {
  font-size: 11px;
  padding: 10px 0 8px 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.store-book .item a:before {
  content: "";
  width: 16px;
  height: 20px;
  background: url(../assets/img/location.svg) center center no-repeat;
  background-size: 15px;
  display: inline-block;
  vertical-align: top;
  margin-top: -2px;
  margin-right: 5px;
}
.rtl .store-book .item a:before {
  margin-right: 0;
  margin-left: 5px;
}
.store-book .item.item1 {
  margin-right: 40px;
}
.rtl .store-book .item.item1 {
  margin-right: 0;
  margin-left: 40px;
}
.store-book .item.item2 a:before {
  width: 20px;
  background: url(../assets/img/calendar.svg) center center no-repeat;
  background-size: 16px;
}
.sw-woo-tab-style7 {
  margin-bottom: 43px;
}
.sw-woo-tab-style7 .nav-tabs-select {
  margin-bottom: 22px;
}
.sw-woo-tab-style7 .nav-tabs-select .button-collapse {
  display: none;
}
.sw-woo-tab-style7 .nav-tabs-select .nav-tabs {
  margin: 0;
  border: none;
  text-align: center;
  border-bottom: 3px #ededed solid;
}
.sw-woo-tab-style7 .nav-tabs-select .nav-tabs li {
  display: inline-block;
  vertical-align: top;
  float: none;
  position: relative;
}
.sw-woo-tab-style7 .nav-tabs-select .nav-tabs li a {
  text-transform: uppercase;
  display: inline-block;
  color: #989898;
  border: none;
  font-weight: bold;
  letter-spacing: 1px;
  vertical-align: top;
  padding: 11px 0px 21px 0;
  margin: 0 15px;
  background: transparent;
}
.sw-woo-tab-style7 .nav-tabs-select .nav-tabs li a:before {
  content: "";
  width: 0px;
  height: 3px;
  position: absolute;
  bottom: -2px;
  left: 50%;
  right: 0;
  background: #fe2424;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.rtl .sw-woo-tab-style7 .nav-tabs-select .nav-tabs li a:before {
  left: auto;
  right: 50%;
}
.sw-woo-tab-style7 .nav-tabs-select .nav-tabs li.active a,
.sw-woo-tab-style7 .nav-tabs-select .nav-tabs li:hover a {
  color: #000;
}
.sw-woo-tab-style7 .nav-tabs-select .nav-tabs li.active a:before,
.sw-woo-tab-style7 .nav-tabs-select .nav-tabs li:hover a:before {
  width: 100%;
  opacity: 1;
  left: 0;
  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;
}
.rtl .sw-woo-tab-style7 .nav-tabs-select .nav-tabs li.active a:before,
.rtl .sw-woo-tab-style7 .nav-tabs-select .nav-tabs li:hover a:before {
  left: auto;
  right: 0;
}
.sw-woo-tab-style7 .resp-slider-container .slider {
  margin: 0 -15px;
}
.sw-woo-tab-style7 .resp-slider-container .slider .item {
  padding: 0 15px;
}
.sw-woo-tab-style7 .res-button {
  display: inline-block;
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 3;
  background: transparent;
  width: 25px;
  height: 50px;
  line-height: 50px;
  margin-top: -25px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.sw-woo-tab-style7 .res-button.slick-next {
  right: -35px;
}
.rtl .sw-woo-tab-style7 .res-button.slick-next {
  left: -35px;
  right: auto;
}
.sw-woo-tab-style7 .res-button.slick-next:before {
  content: "";
  background: url(../assets/img/angle-arrow.svg) no-repeat center center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  width: 25px;
  height: 50px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rtl .sw-woo-tab-style7 .res-button.slick-next:before {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.sw-woo-tab-style7 .res-button.slick-prev {
  left: -35px;
}
.rtl .sw-woo-tab-style7 .res-button.slick-prev {
  left: auto;
  right: -35px;
}
.sw-woo-tab-style7 .res-button.slick-prev:before {
  content: "";
  background: url(../assets/img/angle-arrow.svg) no-repeat center center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  width: 26px;
  height: 50px;
}
.rtl .sw-woo-tab-style7 .res-button.slick-prev:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.sw-woo-tab-style7 .res-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;
}
.sw-woo-tab-style7 .res-button:hover:before {
  background: url(../assets/img/default/angle-arrow.svg) center center no-repeat;
  -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-style7 .res-button {
  top: 56%;
  background: transparent;
}
.sw-woo-tab-style7:hover .res-button {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.countdown-slider7 .block-title {
  margin-bottom: 14px;
}
.countdown-slider7 .block-title h3 {
  font-size: 50px;
  text-transform: uppercase;
  color: #fe2424;
  font-weight: 800;
  text-shadow: 3px 3px #9ccfbf;
  letter-spacing: 6px;
}
.countdown-slider7 .block-title a {
  font-size: 13px;
  font-weight: bold;
  display: inline-block;
  vertical-align: top;
  height: 40px;
  line-height: 40px;
  padding: 0 37px;
  color: #fff;
  background: #fe2424;
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 8px;
}
.countdown-slider7 .block-title a:hover {
  color: #000;
}
.countdown-slider7 .resp-slider-container .slider {
  margin: 0 -5px;
}
.countdown-slider7 .resp-slider-container .slider .item {
  padding: 0 5px;
}
.countdown-slider7 .resp-slider-container .slider .item .item-wrap4 {
  background: #fff;
}
.countdown-slider7 .resp-slider-container .slider .item .item-wrap4 .item-detail .item-content {
  padding: 6px 15px 8px 15px;
}
.countdown-slider7 .resp-slider-container .slider .item .item-wrap4 .item-detail .item-content .description {
  margin-bottom: 10px;
}
.countdown-slider7 .resp-slider-container .slider .item .item-wrap4 .item-detail .item-content .reviews-content {
  margin-bottom: 21px;
}
.countdown-slider7 .resp-slider-container .slider .item .item-wrap4 .item-detail .item-content .sales-bar {
  margin-bottom: 5px;
}
.countdown-slider7 .resp-slider-container .slider .item .item-wrap4 .item-detail .item-content .sales-bar .sales-bar-total {
  width: 50%;
  position: relative;
  height: 10px;
  border-radius: 20px;
  background: #ffa3a3;
}
.countdown-slider7 .resp-slider-container .slider .item .item-wrap4 .item-detail .item-content .sales-bar .sales-bar-total > span {
  display: block;
  position: absolute;
  left: 0;
  height: 10px;
  top: 0;
  background: #fe2424;
  border-radius: 20px;
}
.rtl .countdown-slider7 .resp-slider-container .slider .item .item-wrap4 .item-detail .item-content .sales-bar .sales-bar-total > span {
  left: auto;
  right: 0;
}
.countdown-slider7 .resp-slider-container .slider .item .item-wrap4 .item-detail .item-content .sales-bar .stock-sold {
  width: 50%;
  font-size: 11px;
  color: #fe2424;
  padding-left: 10px;
  margin-top: -3px;
}
.rtl .countdown-slider7 .resp-slider-container .slider .item .item-wrap4 .item-detail .item-content .sales-bar .stock-sold {
  padding-left: 0;
  padding-right: 10px;
}
.countdown-slider7 .resp-slider-container .slider .item .item-wrap4 .item-detail .item-content .product-countdown2 .countdown-section {
  display: inline-block;
  vertical-align: top;
  padding: 0 10px 0 0;
  position: relative;
}
.rtl .countdown-slider7 .resp-slider-container .slider .item .item-wrap4 .item-detail .item-content .product-countdown2 .countdown-section {
  padding: 0 0 0 10px;
}
.countdown-slider7 .resp-slider-container .slider .item .item-wrap4 .item-detail .item-content .product-countdown2 .countdown-section:before {
  content: ":";
  font-family: fontawesome;
  font-size: 13px;
  position: absolute;
  top: 2px;
  right: 3px;
  color: #fe2424;
  font-weight: bold;
}
.rtl .countdown-slider7 .resp-slider-container .slider .item .item-wrap4 .item-detail .item-content .product-countdown2 .countdown-section:before {
  right: auto;
  left: 3px;
}
.countdown-slider7 .resp-slider-container .slider .item .item-wrap4 .item-detail .item-content .product-countdown2 .countdown-section .countdown-amount,
.countdown-slider7 .resp-slider-container .slider .item .item-wrap4 .item-detail .item-content .product-countdown2 .countdown-section .countdown-period {
  font-size: 13px;
  font-weight: 800;
  color: #fe2424;
}
.countdown-slider7 .resp-slider-container .slider .item .item-wrap4 .item-detail .item-content .product-countdown2 .countdown-section:last-child:before {
  display: none;
}
.countdown-slider7 .res-button {
  display: inline-block;
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 3;
  background: transparent;
  width: 25px;
  height: 50px;
  line-height: 50px;
  margin-top: -25px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.countdown-slider7 .res-button.slick-next {
  right: -35px;
}
.rtl .countdown-slider7 .res-button.slick-next {
  left: -35px;
  right: auto;
}
.countdown-slider7 .res-button.slick-next:before {
  content: "";
  background: url(../assets/img/angle-arrow.svg) no-repeat center center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  width: 25px;
  height: 50px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rtl .countdown-slider7 .res-button.slick-next:before {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.countdown-slider7 .res-button.slick-prev {
  left: -35px;
}
.rtl .countdown-slider7 .res-button.slick-prev {
  left: auto;
  right: -35px;
}
.countdown-slider7 .res-button.slick-prev:before {
  content: "";
  background: url(../assets/img/angle-arrow.svg) no-repeat center center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  width: 26px;
  height: 50px;
}
.rtl .countdown-slider7 .res-button.slick-prev:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.countdown-slider7 .res-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;
}
.countdown-slider7 .res-button:hover:before {
  background: url(../assets/img/default/angle-arrow.svg) center center no-repeat;
  -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:hover .res-button {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.countdown-slider7 .slick-dots {
  margin: 18px 0 19px 0;
  text-align: center;
}
.rtl .countdown-slider7 .slick-dots {
  direction: rtl;
}
.countdown-slider7 .slick-dots li {
  list-style: none;
  display: inline-block;
  vertical-align: top;
  margin: 0 8px;
}
.countdown-slider7 .slick-dots li button {
  font-size: 0;
  width: 6px;
  height: 6px;
  padding: 0;
  background: #fff;
  border: none;
  -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;
}
.countdown-slider7 .slick-dots li.slick-active button,
.countdown-slider7 .slick-dots li:hover button {
  background: #fe2424;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.fontd-title {
  text-align: center;
  margin-bottom: 19px;
}
.fontd-title span {
  font-size: 32px;
  color: #000;
  padding-bottom: 20px;
  position: relative;
}
.fontd-title span:before {
  content: "";
  width: 133px;
  height: 7px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -67px;
  background: url(../assets/img/default/icon-jun.png) no-repeat center center;
}
.sw-tab-bunled-product2 {
  margin-bottom: 61px;
}
.sw-tab-bunled-product2 .block-title {
  margin-bottom: 50px;
}
.sw-tab-bunled-product2 .resp-tab {
  display: block;
  background-color: #fff;
}
.sw-tab-bunled-product2 .resp-tab .top-tab-slider {
  border-bottom: 0;
  margin: 0 0 30px 0;
}
.sw-tab-bunled-product2 .resp-tab .top-tab-slider ul.nav-tabs {
  float: none;
  margin: 0 -15px;
  border: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.sw-tab-bunled-product2 .resp-tab .top-tab-slider ul.nav-tabs > li {
  width: 25%;
  float: none;
  margin: 0 !important;
  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;
}
.sw-tab-bunled-product2 .resp-tab .top-tab-slider ul.nav-tabs > li > a {
  font-size: 13px;
  color: #000;
  border: 0;
  border-radius: 6px;
  margin: 0;
  font-weight: 800;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  min-height: 60px;
  padding: 10px;
  text-align: center;
  line-height: 20px;
  background: #ffb2b2;
  text-transform: uppercase;
}
.sw-tab-bunled-product2 .resp-tab .top-tab-slider ul.nav-tabs > li.active,
.sw-tab-bunled-product2 .resp-tab .top-tab-slider ul.nav-tabs > li: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-tab-bunled-product2 .resp-tab .top-tab-slider ul.nav-tabs > li.active a,
.sw-tab-bunled-product2 .resp-tab .top-tab-slider ul.nav-tabs > li:hover a {
  color: #fff;
  background-color: #fe2424;
}
.sw-tab-bunled-product2 .resp-tab .top-tab-slider ul.nav-tabs > li:last-child {
  border-right: 1px solid #fff;
}
.rtl .sw-tab-bunled-product2 .resp-tab .top-tab-slider ul.nav-tabs > li:last-child {
  border-left: 1px #fff solid;
}
.sw-tab-bunled-product2 .resp-tab .tab-content .woo-tab-container-slider .resp-slider-container .responsive-slider {
  position: relative;
  overflow: hidden;
  padding: 0 30px;
}
.sw-tab-bunled-product2 .resp-tab .tab-content .woo-tab-container-slider .resp-slider-container .responsive-slider: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-tab-bunled-product2 .resp-tab .tab-content .woo-tab-container-slider .resp-slider-container .responsive-slider .res-button {
  display: inline-block;
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 3;
  background: transparent;
  width: 25px;
  height: 50px;
  line-height: 50px;
  margin-top: -25px;
  text-align: center;
  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-tab-bunled-product2 .resp-tab .tab-content .woo-tab-container-slider .resp-slider-container .responsive-slider .res-button.slick-next {
  right: 10px;
}
.rtl .sw-tab-bunled-product2 .resp-tab .tab-content .woo-tab-container-slider .resp-slider-container .responsive-slider .res-button.slick-next {
  left: 10px;
  right: auto;
}
.sw-tab-bunled-product2 .resp-tab .tab-content .woo-tab-container-slider .resp-slider-container .responsive-slider .res-button.slick-next:before {
  content: "";
  background: url(../assets/img/angle-arrow.svg) no-repeat center center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  width: 25px;
  height: 50px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rtl .sw-tab-bunled-product2 .resp-tab .tab-content .woo-tab-container-slider .resp-slider-container .responsive-slider .res-button.slick-next:before {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.sw-tab-bunled-product2 .resp-tab .tab-content .woo-tab-container-slider .resp-slider-container .responsive-slider .res-button.slick-prev {
  left: 10px;
}
.rtl .sw-tab-bunled-product2 .resp-tab .tab-content .woo-tab-container-slider .resp-slider-container .responsive-slider .res-button.slick-prev {
  left: auto;
  right: 10px;
}
.sw-tab-bunled-product2 .resp-tab .tab-content .woo-tab-container-slider .resp-slider-container .responsive-slider .res-button.slick-prev:before {
  content: "";
  background: url(../assets/img/angle-arrow.svg) no-repeat center center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  width: 26px;
  height: 50px;
}
.rtl .sw-tab-bunled-product2 .resp-tab .tab-content .woo-tab-container-slider .resp-slider-container .responsive-slider .res-button.slick-prev:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.sw-tab-bunled-product2 .resp-tab .tab-content .woo-tab-container-slider .resp-slider-container .responsive-slider .res-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;
}
.sw-tab-bunled-product2 .resp-tab .tab-content .woo-tab-container-slider .resp-slider-container .responsive-slider .res-button:hover:before {
  background: url(../assets/img/default/angle-arrow.svg) center center no-repeat;
  -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-tab-bunled-product2 .resp-tab .tab-content .woo-tab-container-slider .resp-slider-container .responsive-slider .slider {
  position: relative;
}
.sw-tab-bunled-product2 .resp-tab .tab-content .woo-tab-container-slider .resp-slider-container .responsive-slider .slider .item {
  padding: 0 15px;
}
.sw-tab-bunled-product2 .resp-tab .tab-content .woo-tab-container-slider .resp-slider-container .responsive-slider .slider .item .item-wrap4:hover {
  box-shadow: none;
}
.sw-tab-bunled-product2 .resp-tab .tab-content .woo-tab-container-slider .resp-slider-container .responsive-slider .slider .item .item-wrap4:hover .item-detail .item-content .item-price,
.sw-tab-bunled-product2 .resp-tab .tab-content .woo-tab-container-slider .resp-slider-container .responsive-slider .slider .item .item-wrap4:hover .item-detail .item-content .reviews-content {
  opacity: 1;
  visibility: visible;
}
.sw-tab-bunled-product2 .resp-tab .tab-content .woo-tab-container-slider .resp-slider-container .item-left {
  width: 370px;
  position: relative;
  text-align: center;
}
.sw-tab-bunled-product2 .resp-tab .tab-content .woo-tab-container-slider .resp-slider-container .item-left .item-image-bundle a {
  display: inline-block;
  vertical-align: top;
}
.sw-tab-bunled-product2 .resp-tab .tab-content .woo-tab-container-slider .resp-slider-container .item-left .item-content {
  padding: 12px 15px 14px 15px;
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  background: #fff;
}
.sw-tab-bunled-product2 .resp-tab .tab-content .woo-tab-container-slider .resp-slider-container .item-left h4 {
  font-size: 13px;
  line-height: 19px;
  margin-bottom: 4px;
  text-transform: uppercase;
  font-weight: 800;
}
.sw-tab-bunled-product2 .resp-tab .tab-content .woo-tab-container-slider .resp-slider-container .item-left .combo-title {
  display: inline-block;
  vertical-align: top;
}
.sw-tab-bunled-product2 .resp-tab .tab-content .woo-tab-container-slider .resp-slider-container .item-left .combo-title span {
  font-size: 16px;
  color: #fe2424;
  font-weight: 600;
}
.sw-tab-bunled-product2 .resp-tab .tab-content .woo-tab-container-slider .resp-slider-container .item-left .combo-title span del {
  display: none;
}
.sw-tab-bunled-product2 .resp-tab .tab-content .woo-tab-container-slider .resp-slider-container .item-left .combo-title span ins {
  text-decoration: none;
}
.sw-tab-bunled-product2 .resp-tab .tab-content .woo-tab-container-slider .resp-slider-container .item-left .was-price {
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  color: #989898;
  margin: 3px 0 0 5px;
}
.sw-tab-bunled-product2 .resp-tab .tab-content .woo-tab-container-slider .resp-slider-container .item-left .was-price .save-price ins {
  display: none;
}
.sw-tab-bunled-product2 .resp-tab .tab-content .woo-tab-container-slider .resp-slider-container .item-left .was-price .save-price del {
  text-decoration: none;
}
.featured-product7 {
  margin-bottom: 30px;
}
.featured-product7 .block-title {
  margin-bottom: 41px;
}
.featured-product7 .resp-slider-container .slider {
  margin: 0 -15px;
}
.featured-product7 .resp-slider-container .slider .item {
  padding: 0 15px;
}
.featured-product7 .res-button {
  display: inline-block;
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 3;
  background: transparent;
  width: 25px;
  height: 50px;
  line-height: 50px;
  margin-top: -25px;
  text-align: center;
  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;
}
.featured-product7 .res-button.slick-next {
  right: -35px;
}
.rtl .featured-product7 .res-button.slick-next {
  left: -35px;
  right: auto;
}
.featured-product7 .res-button.slick-next:before {
  content: "";
  background: url(../assets/img/angle-arrow.svg) no-repeat center center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  width: 25px;
  height: 50px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rtl .featured-product7 .res-button.slick-next:before {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.featured-product7 .res-button.slick-prev {
  left: -35px;
}
.rtl .featured-product7 .res-button.slick-prev {
  left: auto;
  right: -35px;
}
.featured-product7 .res-button.slick-prev:before {
  content: "";
  background: url(../assets/img/angle-arrow.svg) no-repeat center center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  width: 26px;
  height: 50px;
}
.rtl .featured-product7 .res-button.slick-prev:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.featured-product7 .res-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;
}
.featured-product7 .res-button:hover:before {
  background: url(../assets/img/default/angle-arrow.svg) center center no-repeat;
  -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-product7 .res-button {
  top: 52%;
}
.featured-product7: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;
}
.box-image6 .elementor-image-box-content h3 {
  line-height: 28px;
  margin-bottom: 19px;
  font-family: "DM Serif Display", Sans-serif !important;
}
.box-image6 .elementor-image-box-content h3:hover a {
  color: #fe2424;
}
.box-image6 .elementor-image-box-content p a {
  letter-spacing: 1px;
  position: relative;
  padding-right: 30px;
}
.rtl .box-image6 .elementor-image-box-content p a {
  padding-right: 0;
  padding-left: 30px;
}
.box-image6 .elementor-image-box-content p a:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 18px;
  width: 22px;
  background: url(../assets/img/default/readmore-arrow.svg) center center no-repeat;
  background-size: 20px;
}
.rtl .box-image6 .elementor-image-box-content p a:before {
  right: auto;
  left: 0;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.box-image7 .elementor-image-box-wrapper {
  position: relative;
}
.box-image7 .elementor-image-box-content {
  position: absolute;
  top: 39%;
  left: 0;
  right: 0;
}
.box-image7 .elementor-image-box-content a:hover {
  color: #fe2424;
}
.box-inspired {
  padding: 23px 0 29px 0;
}
.box-inspired .fontd-title {
  font-size: 32px;
  color: #000;
  margin-bottom: 8px;
  text-align: left;
}
.rtl .box-inspired .fontd-title {
  text-align: right;
}
.box-inspired .des {
  font-size: 13px;
  color: #525252;
  max-width: 715px;
  line-height: 23px;
}
.woo-slider-style5 {
  margin-bottom: 40px;
  padding-bottom: 57px;
  border-bottom: 1px #ededed solid;
}
.woo-slider-style5 .block-title {
  margin-bottom: 42px;
}
.woo-slider-style5 .resp-slider-container .slider {
  margin: 0 -15px;
}
.woo-slider-style5 .resp-slider-container .slider .item {
  padding: 0 15px;
}
.woo-slider-style5 .res-button {
  display: inline-block;
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 3;
  background: transparent;
  width: 25px;
  height: 50px;
  line-height: 50px;
  margin-top: -25px;
  text-align: center;
  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;
}
.woo-slider-style5 .res-button.slick-next {
  right: -35px;
}
.rtl .woo-slider-style5 .res-button.slick-next {
  left: -35px;
  right: auto;
}
.woo-slider-style5 .res-button.slick-next:before {
  content: "";
  background: url(../assets/img/angle-arrow.svg) no-repeat center center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  width: 25px;
  height: 50px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rtl .woo-slider-style5 .res-button.slick-next:before {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.woo-slider-style5 .res-button.slick-prev {
  left: -35px;
}
.rtl .woo-slider-style5 .res-button.slick-prev {
  left: auto;
  right: -35px;
}
.woo-slider-style5 .res-button.slick-prev:before {
  content: "";
  background: url(../assets/img/angle-arrow.svg) no-repeat center center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  width: 26px;
  height: 50px;
}
.rtl .woo-slider-style5 .res-button.slick-prev:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.woo-slider-style5 .res-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;
}
.woo-slider-style5 .res-button:hover:before {
  background: url(../assets/img/default/angle-arrow.svg) center center no-repeat;
  -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-style5 .res-button {
  top: 56%;
  background: transparent;
}
.woo-slider-style5: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;
}
.mostview-product {
  margin-bottom: 42px;
}
.mostview-product .block-title {
  margin-bottom: 42px;
}
.mostview-product .resp-slider-container .slider {
  margin: 0 -15px;
}
.mostview-product .resp-slider-container .slider .item {
  padding: 0 15px;
}
.mostview-product .res-button {
  display: inline-block;
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 3;
  background: transparent;
  width: 25px;
  height: 50px;
  line-height: 50px;
  margin-top: -25px;
  text-align: center;
  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;
}
.mostview-product .res-button.slick-next {
  right: -35px;
}
.rtl .mostview-product .res-button.slick-next {
  left: -35px;
  right: auto;
}
.mostview-product .res-button.slick-next:before {
  content: "";
  background: url(../assets/img/angle-arrow.svg) no-repeat center center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  width: 25px;
  height: 50px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rtl .mostview-product .res-button.slick-next:before {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.mostview-product .res-button.slick-prev {
  left: -35px;
}
.rtl .mostview-product .res-button.slick-prev {
  left: auto;
  right: -35px;
}
.mostview-product .res-button.slick-prev:before {
  content: "";
  background: url(../assets/img/angle-arrow.svg) no-repeat center center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  width: 26px;
  height: 50px;
}
.rtl .mostview-product .res-button.slick-prev:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.mostview-product .res-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;
}
.mostview-product .res-button:hover:before {
  background: url(../assets/img/default/angle-arrow.svg) center center no-repeat;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.mostview-product .res-button {
  top: 56%;
  background: transparent;
}
.mostview-product: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;
}
.responsive-post-slider5 {
  margin-bottom: 61px;
}
.responsive-post-slider5 .box-title .fontd-title {
  font-size: 32px;
  color: #000;
  margin-bottom: 29px;
}
.responsive-post-slider5 .box-title .readmore {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 1.5px;
  position: relative;
  padding: 0 35px 0 10px;
  margin-top: 19px;
}
.rtl .responsive-post-slider5 .box-title .readmore {
  padding: 0 10px 0 35px;
}
.responsive-post-slider5 .box-title .readmore span {
  z-index: 2;
  position: relative;
}
.responsive-post-slider5 .box-title .readmore:after {
  content: "";
  height: 10px;
  background: #fe2424;
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  opacity: 0.2;
}
.responsive-post-slider5 .box-title .readmore:before {
  content: "";
  position: absolute;
  top: 1px;
  right: 6px;
  height: 18px;
  width: 22px;
  z-index: 3;
  background: url(../assets/img/default/readmore-arrow.svg) center center no-repeat;
  background-size: 16px;
}
.rtl .responsive-post-slider5 .box-title .readmore:before {
  right: auto;
  left: 6px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.responsive-post-slider5 .slider-content {
  margin: 0 -15px;
}
.responsive-post-slider5 .slider-content .item {
  padding: 0 15px;
  width: 50%;
}
.responsive-post-slider5 .slider-content .item .img_over {
  margin-bottom: 23px;
}
.responsive-post-slider5 .slider-content .item .img_over a {
  display: block;
  overflow: hidden;
}
.responsive-post-slider5 .slider-content .item .img_over a img {
  width: 100%;
  margin-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;
}
.responsive-post-slider5 .slider-content .item .img_over a:hover 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 .slider-content .item .entry-content .entry-date {
  margin-bottom: 5px;
}
.responsive-post-slider5 .slider-content .item .entry-content .entry-date a {
  font-size: 11px;
  color: #fe2424;
}
.responsive-post-slider5 .slider-content .item .entry-content .fontd-title {
  text-align: left;
  margin-bottom: 13px;
}
.rtl .responsive-post-slider5 .slider-content .item .entry-content .fontd-title {
  text-align: right;
}
.responsive-post-slider5 .slider-content .item .entry-content .fontd-title a {
  font-size: 30px;
}
.responsive-post-slider5 .slider-content .item .entry-content .description {
  color: #525252;
  margin-bottom: 17px;
  line-height: 24px;
}
.responsive-post-slider5 .slider-content .item .entry-content .readmore {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fe2424;
  position: relative;
}
.responsive-post-slider5 .slider-content .item .entry-content .readmore:before {
  content: "";
  position: absolute;
  top: 0;
  right: -25px;
  height: 18px;
  width: 22px;
  z-index: 3;
  background: url(../assets/img/default/readmore-arrow.svg) center center no-repeat;
  background-size: 16px;
}
.rtl .responsive-post-slider5 .slider-content .item .entry-content .readmore:before {
  right: auto;
  left: -25px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.instagram-v2 {
  margin-bottom: 4px;
}
.instagram-v2 .sb_instagram_header,
.instagram-v2 .sbi-screenreader {
  display: none !important;
}
.instagram-v2 #sbi_images {
  width: 84% !important;
  float: left !important;
}
.rtl .instagram-v2 #sbi_images {
  float: right !important;
}
.instagram-v2 #sbi_load {
  width: 13% !important;
  float: left !important;
  clear: none !important;
  padding-top: 25px;
}
.rtl .instagram-v2 #sbi_load {
  float: right !important;
}
.instagram-v2 #sbi_load .sbi_follow_btn {
  margin: 0 !important;
}
.instagram-v2 #sbi_load .sbi_follow_btn a {
  height: 170.6px;
  width: 170.6px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 0;
  padding: 0 10px;
}
.instagram-v2 #sbi_load .sbi_follow_btn a svg {
  font-size: 30px;
  margin-bottom: 5px;
}
body.elementor-editor-active .instagram-v2 .sb_instagram_header {
  display: block;
}
.beauti-mart {
  margin-bottom: 3px;
}
.beauti-mart .fontd-title {
  font-size: 32px;
  color: #000;
  text-align: left;
  margin-bottom: 7px;
}
.rtl .beauti-mart .fontd-title {
  text-align: right;
}
.beauti-mart .des {
  font-size: 13px;
  color: #525252;
  line-height: 24px;
}
.rtl .img-left {
  text-align: right !important;
}
.rtl .img-right {
  text-align: left !important;
}
@media (min-width: 1300px) {
  .header-elementor9 .revo_top .top-form.top-search {
    width: 560px;
  }
  .countdown-slider7 .block-title {
    padding-left: 70px;
  }
  .rtl .countdown-slider7 .block-title {
    padding-left: 0;
    padding-right: 70px;
  }
  .responsive-post-slider5 .slider-content .item:last-child {
    padding-left: 115px;
  }
  .rtl .responsive-post-slider5 .slider-content .item:last-child {
    padding-left: 0;
    padding-right: 115px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .instagram-v2 #sbi_load .sbi_follow_btn a {
    width: 131px;
    height: 131px;
  }
}
@media (max-width: 1199px) {
  .sw-tab-bunled-product2 .resp-tab .tab-content .woo-tab-container-slider .resp-slider-container .item-left {
    width: 320px;
  }
}
@media (max-width: 991px) {
  .header-elementor9 .header-mid {
    padding-bottom: 11px;
  }
  .header-elementor9 .header-mid .top-left1 {
    width: 25%;
  }
  .header-elementor9 .header-mid .top-right1 {
    width: 75%;
  }
  .header-elementor9 .revo_top .top-form.top-search {
    display: none;
  }
  .header-elementor9 .resmenu-container .navbar-toggle .icon-bar {
    background-color: #fe2424;
  }
  .instagram-v2 #sbi_load .sbi_follow_btn a {
    width: 88px;
    height: 88px;
  }
  .box-image7 .elementor-image-box-content {
    top: 36%;
  }
}
@media (max-width: 767px) {
  .header-elementor9 .header-top .top-left1,
  .header-elementor9 .header-top .top-right1 {
    width: 50%;
  }
  .header-elementor9 .header-top .store-book .item2 {
    display: none;
  }
  .header-elementor9 .header-mid .top-left1,
  .header-elementor9 .header-mid .top-right1 {
    width: 100%;
  }
  .header-elementor9 .header-mid .top-left1 >.elementor-element-populated,
  .header-elementor9 .header-mid .top-right1 >.elementor-element-populated {
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  .header-elementor9 .top-login ul {
    margin-left: 0;
    padding-left: 0;
  }
  .rtl .header-elementor9 .top-login ul {
    margin-right: 0;
    padding-right: 0;
    padding-left: 20px;
  }
  .header-elementor9 .top-form .wrapp-minicart {
    right: -35px;
  }
  .rtl .header-elementor9 .top-form .wrapp-minicart {
    right: auto;
    left: -35px;
  }
  .sw-woo-tab-style7 .button-collapse {
    z-index: 9;
    display: block !important;
    background: #000;
    border-radius: 3px;
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
    height: 30px;
    width: 30px;
    line-height: 30px;
  }
  .sw-woo-tab-style7 .button-collapse.collapsed:before {
    content: '\f0c9';
  }
  .sw-woo-tab-style7 .button-collapse:before {
    content: '\f00d';
    font-family: FontAwesome;
    font-size: 16px;
    color: #fff;
    height: 30px;
    width: 30px;
    line-height: 30px;
    display: inline-block;
    text-align: center;
  }
  .sw-woo-tab-style7 .nav-tabs {
    margin-bottom: 0;
    position: absolute;
    top: 38px;
    right: 0;
    left: 0;
    z-index: 9;
    height: 0px;
    overflow: hidden;
    background: #fff;
    border-bottom: none !important;
  }
  .sw-woo-tab-style7 .nav-tabs li {
    width: 100%;
    margin: 0 0 10px 0 !important;
  }
  .sw-woo-tab-style7 .nav-tabs li a {
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
  }
  .sw-woo-tab-style7 .nav-tabs li a:before {
    display: none;
  }
  .countdown-slider7 .block-title h3 {
    font-size: 30px;
    letter-spacing: 1px;
    display: block;
    width: 100%;
  }
  .countdown-slider7 .block-title a {
    float: none;
    margin-top: 0;
  }
  .rtl .countdown-slider7 .block-title a {
    float: none;
  }
  .sw-tab-bunled-product2 .resp-tab .tab-content .woo-tab-container-slider .resp-slider-container {
    display: block;
  }
  .sw-tab-bunled-product2 .resp-tab .tab-content .woo-tab-container-slider .resp-slider-container .item-left,
  .sw-tab-bunled-product2 .resp-tab .tab-content .woo-tab-container-slider .resp-slider-container .responsive-slider {
    width: 100%;
  }
  .sw-tab-bunled-product2 .resp-tab .tab-content .woo-tab-container-slider .resp-slider-container .responsive-slider {
    padding: 0;
  }
  .sw-tab-bunled-product2 .resp-tab .top-tab-slider .navbar-toggle {
    position: absolute;
    top: 8px;
    right: 0px;
    z-index: 99;
    display: block !important;
    background: #000;
    border-radius: 3px;
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
    height: 30px;
    width: 30px;
    line-height: 30px;
  }
  .sw-tab-bunled-product2 .resp-tab .top-tab-slider .navbar-toggle:hover {
    background: #fe2424;
  }
  .rtl .sw-tab-bunled-product2 .resp-tab .top-tab-slider .navbar-toggle {
    left: 0;
    right: auto;
  }
  .sw-tab-bunled-product2 .resp-tab .top-tab-slider .navbar-toggle.collapsed:before {
    content: '\f0c9';
  }
  .sw-tab-bunled-product2 .resp-tab .top-tab-slider .navbar-toggle:before {
    content: '\f00d';
    font-family: FontAwesome;
    font-size: 16px;
    color: #fff;
    height: 30px;
    width: 30px;
    line-height: 30px;
    display: inline-block;
    text-align: center;
  }
  .sw-tab-bunled-product2 .resp-tab .top-tab-slider ul.nav-tabs {
    margin-bottom: 0;
    position: absolute;
    top: 48px;
    right: 0;
    left: 0;
    z-index: 9;
    height: 0px;
    overflow: hidden;
    background: #fff;
    display: block;
  }
  .sw-tab-bunled-product2 .resp-tab .top-tab-slider ul.nav-tabs li {
    width: 100%;
  }
  .sw-tab-bunled-product2 .resp-tab .top-tab-slider ul.nav-tabs li a {
    min-height: auto;
  }
  .fontd-title span,
  .box-inspired .fontd-title {
    font-size: 30px;
  }
  .responsive-post-slider5 .box-title {
    margin-bottom: 30px;
  }
  .responsive-post-slider5 .box-title .fontd-title {
    font-size: 30px;
    margin-bottom: 10px;
    float: none;
    text-align: left;
  }
  .rtl .responsive-post-slider5 .box-title .fontd-title {
    text-align: right;
  }
  .responsive-post-slider5 .box-title .readmore {
    float: none;
    margin-top: 0;
  }
  .rtl .responsive-post-slider5 .box-title .readmore {
    float: none;
  }
  .responsive-post-slider5 .slider-content .item {
    width: 100%;
  }
  .responsive-post-slider5 .slider-content .item:first-child {
    margin-bottom: 30px;
  }
  .responsive-post-slider5 .slider-content .item .entry-content .fontd-title a {
    font-size: 24px;
  }
  .instagram-v2 #sbi_images {
    width: 100% !important;
    padding: 5px !important;
  }
  .instagram-v2 #sbi_images .sbi_item {
    width: 50% !important;
  }
  .instagram-v2 #sbi_images .sbi_item:last-child {
    width: 100% !important;
  }
  .instagram-v2 #sbi_load {
    display: none;
  }
  .sw-woo-tab-style7 .res-button.slick-prev,
  .featured-product7 .res-button.slick-prev,
  .woo-slider-style5 .res-button.slick-prev,
  .mostview-product .res-button.slick-prev {
    left: -20px;
  }
  .sw-woo-tab-style7 .res-button.slick-next,
  .featured-product7 .res-button.slick-next,
  .woo-slider-style5 .res-button.slick-next,
  .mostview-product .res-button.slick-next {
    right: -20px;
  }
}
.home-style10 {
  background: url("../assets/img/bg-ind.jpg") top center no-repeat #f6f0e7;
  background-attachment: fixed;
}
.home-style10 .header-pad {
  margin-top: 30px;
}
.home-style10 rs-module-wrap .tparrows.custom {
  width: 30px !important;
  height: 50px !important;
  background: #fff !important;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.home-style10 rs-module-wrap .tparrows.custom:before {
  line-height: 50px !important;
  color: #000 !important;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.home-style10 rs-module-wrap .tparrows.custom:hover {
  background: #fe2424 !important;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.home-style10 rs-module-wrap .tparrows.custom:hover:before {
  color: #fff !important;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.home-style10 rs-module-wrap .tp-bullet {
  background: #fff;
  width: 30px;
  height: 1px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.home-style10 rs-module-wrap .tp-bullet.selected,
.home-style10 rs-module-wrap .tp-bullet:hover {
  background: #fe2424;
  height: 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;
  margin-top: -1px;
}
.home-style10 .footer-style10 {
  background: transparent !important;
}
.header-elementor10 .top-left1 >.elementor-element-populated >div,
.header-elementor10 .top-right1 >.elementor-element-populated >div {
  margin-bottom: 0;
}
.header-elementor10 .header-top {
  border-bottom: 1px #ededed solid;
}
.header-elementor10 .frees {
  font-size: 12px;
  color: #999;
  padding-top: 10px;
}
.header-elementor10 #lang_sel > ul.nav > li,
.header-elementor10 .currency_w > li {
  padding-top: 9px;
  padding-bottom: 9px;
}
.header-elementor10 #lang_sel > ul.nav > li > a,
.header-elementor10 .currency_w > li > a {
  color: #fe2424;
  text-transform: uppercase;
}
.header-elementor10 #lang_sel > ul.nav > li > a:hover,
.header-elementor10 .currency_w > li > a:hover {
  color: #000;
}
.header-elementor10 #lang_sel > ul.nav > li > a:after,
.header-elementor10 .currency_w > li > a:after {
  content: "\f0d7";
}
.header-elementor10 #lang_sel > ul.nav > li:hover > ul,
.header-elementor10 .currency_w > li:hover > ul {
  top: 39px;
}
.header-elementor10 #lang_sel > ul.nav > li > ul,
.header-elementor10 .currency_w > li > ul {
  left: auto;
  right: 0;
}
.rtl .header-elementor10 #lang_sel > ul.nav > li > ul,
.rtl .header-elementor10 .currency_w > li > ul {
  left: 0;
  right: auto;
}
.header-elementor10 .currency_w {
  margin: 0;
}
.header-elementor10 #lang_sel {
  margin-right: 20px;
}
.rtl .header-elementor10 #lang_sel {
  margin-right: 0;
  margin-left: 20px;
}
.header-elementor10 #lang_sel > ul.nav > li > a img {
  display: none;
}
.header-elementor10 .header-mid {
  padding-top: 29px;
}
.header-elementor10 .header-mid .top-left1 {
  padding-top: 1px;
}
.header-elementor10 .header-mid .search-cate {
  margin: 0;
}
.header-elementor10 .header-mid .search-cate .icon-search {
  margin-top: 9px;
}
.header-elementor10 .header-mid .search-cate .icon-search .icon-zoom-2 {
  background: none;
  font-size: 18px;
}
.header-elementor10 .header-mid .search-cate .icon-search .icon-zoom-2:before {
  font-family: 'Nucleo';
}
.header-elementor10 .header-mid .search-cate .icon-search .icon-zoom-2:hover {
  color: #fe2424;
}
.header-elementor10 .top-login {
  margin-top: 8px;
}
.header-elementor10 .top-login ul {
  border: none;
  padding: 0 18px;
  margin: 0px;
  text-align: center;
}
.rtl .header-elementor10 .top-login ul {
  margin: 0;
}
.header-elementor10 .top-login ul:before {
  display: none;
}
.header-elementor10 .top-login ul li {
  font-size: 0;
}
.header-elementor10 .top-login ul li span {
  display: none;
}
.header-elementor10 .top-login ul li a {
  font-size: 0;
  display: inline-block;
  vertical-align: top;
  background: url('../assets/img/user.svg') no-repeat center center;
  border: none;
  background-size: 19px;
  width: 26px;
  height: 26px;
}
.header-elementor10 .top-login ul li a.register {
  display: none;
}
.header-elementor10 .top-form.top-form-minicart {
  border: none;
  padding: 18px;
  margin-left: 0px;
  margin-top: 7px;
  margin-right: 18px;
}
.rtl .header-elementor10 .top-form.top-form-minicart {
  padding: 18px;
  margin-left: 18px;
  margin-right: 0px;
}
.header-elementor10 .top-form.top-form-minicart:before {
  top: 0px;
  left: 0;
  font-size: 18px;
  height: 28px;
  width: 26px;
  line-height: 26px;
  border: none;
  content: "\ea1c";
  font-family: "Nucleo";
  background: transparent;
  color: #000;
  text-align: center;
}
.rtl .header-elementor10 .top-form.top-form-minicart:before {
  left: auto;
  right: 0;
}
.header-elementor10 .top-form.top-form-minicart .top-minicart-icon .cart-contents .my-cart,
.header-elementor10 .top-form.top-form-minicart .top-minicart-icon .cart-contents .price {
  display: none;
}
.header-elementor10 .top-form.top-form-minicart .top-minicart-icon .cart-contents .minicart-numbers {
  top: 14px;
  left: 14px;
  font-size: 12px;
  width: 16px;
  height: 16px;
  line-height: 16px;
}
.rtl .header-elementor10 .top-form.top-form-minicart .top-minicart-icon .cart-contents .minicart-numbers {
  left: auto;
  right: 14px;
}
.header-elementor10 .icon-sidebar {
  background: #fff;
  font-size: 12px;
  color: #222;
  text-transform: uppercase;
  padding: 3px 0px;
  margin-top: 0;
}
.header-elementor10 .icon-sidebar i {
  font-size: 0;
  width: 36px;
  height: 38px;
  display: inline-block;
  vertical-align: top;
  background: url('../assets/img/icon-bar.png') no-repeat center center #faf8f3;
  -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-elementor10 .icon-sidebar span {
  display: none;
}
.header-elementor10 .icon-sidebar:hover i {
  background-color: #fe2424;
  -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-elementor10 .nav-pills >li.dropdown > a:after {
  display: none;
}
.header-elementor10 .nav-pills >li > a {
  padding-bottom: 39px;
  letter-spacing: 1px;
}
.header-elementor10 .nav-pills >li.active >a .have-title {
  position: relative;
}
.header-elementor10 .nav-pills >li.active >a .have-title:before {
  content: "";
  width: 10px;
  height: 1px;
  background: #000;
  position: absolute;
  top: 50%;
  left: -15px;
}
.header-elementor10 .nav-pills >li.active >a .have-title:after {
  content: "";
  width: 10px;
  height: 1px;
  background: #000;
  position: absolute;
  top: 50%;
  right: -15px;
}
.header-elementor10 .nav-pills >li.active >a,
.header-elementor10 .nav-pills >li.active >a:focus {
  color: #000;
}
.header-elementor10 .nav-pills.nav-mega .flashmart-mega-menu.flashmart-menu-img > a span.menu-img {
  display: none;
}
.header-elementor10 .nav-pills.nav-mega .flashmart-mega-menu.style-mega .dropdown-menu.column-1 >li ul li a {
  font-family: "Spectral SC", Helvetica, Arial, sans-serif;
}
.header-elementor10.header-border {
  border-bottom: 1px #ededed solid;
}
.home-style10 .header-elementor10.header-border {
  border-bottom: none;
}
.header-elementor10.elementor-sticky--effects {
  box-shadow: 0 1px 2px #ddd;
  z-index: 99 !important;
  background: #fff;
  padding-bottom: 20px;
}
.home-style10 .header-elementor10.elementor-sticky--effects {
  box-shadow: 0 1px 2px #ddd;
}
.header-elementor10.elementor-sticky--effects .nav-pills >li > a {
  padding-bottom: 15px;
}
.header-elementor10.header-sibar {
  right: 0;
  left: auto;
  max-width: 380px;
  -webkit-transform: translateX(380px);
  -moz-transform: translateX(380px);
  -o-transform: translateX(380px);
  -ms-transform: translateX(380px);
  transform: translateX(380px);
}
.header-elementor10.header-sibar .contact-sidebar .wrap-content h5 {
  color: #fe2424;
}
.header-elementor10.header-sibar .box-img2 {
  margin-top: 50px;
}
.header-elementor10.header-sibar.open {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}
.best-selling-product5 {
  position: relative;
  margin-bottom: 15px;
  border-bottom: 1px #ededed solid;
  padding-bottom: 133px;
}
.best-selling-product5 .block-title {
  text-align: center;
  margin-bottom: 49px;
}
.best-selling-product5 .block-title .des {
  font-size: 13px;
  color: #fe2424;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 13px;
}
.best-selling-product5 .block-title h3 {
  font-size: 50px;
  color: #000;
  font-weight: normal;
  text-transform: capitalize;
}
.best-selling-product5 .resp-slider-container {
  overflow: hidden;
  padding-top: 30px;
  padding-bottom: 30px;
}
.best-selling-product5 .resp-slider-container .slick-list {
  overflow: inherit;
}
.best-selling-product5 .resp-slider-container .item .item-wrap .item-detail {
  position: relative;
  overflow: inherit;
}
.best-selling-product5 .resp-slider-container .item .item-wrap .item-detail:before {
  content: "";
  width: 40%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.rtl .best-selling-product5 .resp-slider-container .item .item-wrap .item-detail:before {
  left: auto;
  right: 0;
}
.best-selling-product5 .resp-slider-container .item .item-wrap .item-detail:after {
  content: "";
  width: 60px;
  height: 60px;
  position: absolute;
  bottom: -15px;
  left: 58%;
  background: url(../assets/img/icon-sale.png) center center no-repeat;
}
.rtl .best-selling-product5 .resp-slider-container .item .item-wrap .item-detail:after {
  left: auto;
  right: 58%;
}
.best-selling-product5 .resp-slider-container .item .item-wrap .item-detail .item-img {
  position: absolute;
  top: -50px;
  left: 0;
  z-index: 2;
  width: 80%;
}
.rtl .best-selling-product5 .resp-slider-container .item .item-wrap .item-detail .item-img {
  left: auto;
  right: 0;
}
.best-selling-product5 .resp-slider-container .item .item-wrap .item-detail .item-content {
  background: #f6f0e7;
  padding-left: 59%;
  padding-top: 54px;
  padding-bottom: 50px;
  overflow: hidden;
  min-height: 360px;
  -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 .best-selling-product5 .resp-slider-container .item .item-wrap .item-detail .item-content {
  padding-left: 15px;
  padding-right: 59%;
}
.best-selling-product5 .resp-slider-container .item .item-wrap .item-detail .item-content:before {
  content: "";
  width: 50px;
  height: 5px;
  background: #fe2424;
  position: absolute;
  top: 0;
  left: 59%;
  -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 .best-selling-product5 .resp-slider-container .item .item-wrap .item-detail .item-content:before {
  left: auto;
  right: 59%;
}
.best-selling-product5 .resp-slider-container .item .item-wrap .item-detail .item-content .sale-off2 {
  position: absolute;
  right: 5px;
  top: 9px;
  margin-top: 0;
  color: #fff;
  font-size: 11px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.rtl .best-selling-product5 .resp-slider-container .item .item-wrap .item-detail .item-content .sale-off2 {
  right: auto;
  left: 5px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.best-selling-product5 .resp-slider-container .item .item-wrap .item-detail .item-content .sale-off2 span {
  position: absolute;
  top: -12px;
  right: -19px;
  z-index: -1;
  font-size: 0;
  border-top: 65px solid #fe2424;
  border-left: 65px solid transparent;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.rtl .best-selling-product5 .resp-slider-container .item .item-wrap .item-detail .item-content .sale-off2 span {
  right: auto;
  left: -19px;
  border-right: 65px solid transparent;
  border-left: 0 solid transparent;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.best-selling-product5 .resp-slider-container .item .item-wrap .item-detail .item-content .sale-off2:before {
  content: "-";
  display: inline-block;
  vertical-align: top;
}
.best-selling-product5 .resp-slider-container .item .item-wrap .item-detail .item-content h4 {
  position: relative;
  padding-bottom: 13px;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 23px;
}
.best-selling-product5 .resp-slider-container .item .item-wrap .item-detail .item-content h4:before {
  content: "";
  width: 50px;
  height: 2px;
  background: #fe2424;
  position: absolute;
  bottom: 0;
  left: 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 .best-selling-product5 .resp-slider-container .item .item-wrap .item-detail .item-content h4:before {
  left: auto;
  right: 0;
}
.best-selling-product5 .resp-slider-container .item .item-wrap .item-detail .item-content h4 a:hover {
  color: #000;
}
.best-selling-product5 .resp-slider-container .item .item-wrap .item-detail .item-content .description {
  margin-bottom: 10px;
  font-size: 12px;
  color: #b7b3a8;
  line-height: 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;
}
.best-selling-product5 .resp-slider-container .item .item-wrap .item-detail .item-content .item-price {
  font-size: 18px;
  display: inline-block;
  vertical-align: top;
  font-weight: bold;
  margin-bottom: 40px;
}
.rtl .best-selling-product5 .resp-slider-container .item .item-wrap .item-detail .item-content .item-price {
  float: none;
}
.best-selling-product5 .resp-slider-container .item .item-wrap .item-detail .item-content .item-price > span {
  flex-direction: unset;
}
.best-selling-product5 .resp-slider-container .item .item-wrap .item-detail .item-content .item-price > span del {
  margin: 3px 1px 0 5px;
  font-size: 15px;
  color: #999;
}
.rtl .best-selling-product5 .resp-slider-container .item .item-wrap .item-detail .item-content .item-price > span del {
  margin: 3px 5px 0 1px;
}
.best-selling-product5 .resp-slider-container .item .item-wrap .item-detail .item-content .item-price > span ins {
  color: #fe2424;
  -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-product5 .resp-slider-container .item .item-wrap .item-detail .item-content h5 {
  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;
}
.best-selling-product5 .resp-slider-container .item .item-wrap .item-detail .item-content h5 a {
  position: relative;
  padding-right: 30px;
  font-size: 15px;
}
.rtl .best-selling-product5 .resp-slider-container .item .item-wrap .item-detail .item-content h5 a {
  padding-right: 0;
  padding-left: 30px;
}
.best-selling-product5 .resp-slider-container .item .item-wrap .item-detail .item-content h5 a:before {
  content: "";
  position: absolute;
  top: 2px;
  right: 0;
  height: 18px;
  width: 22px;
  background: url(../assets/img/readmore-arrow.svg) center center no-repeat;
  background-size: 18px;
}
.rtl .best-selling-product5 .resp-slider-container .item .item-wrap .item-detail .item-content h5 a:before {
  right: auto;
  left: 0;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.best-selling-product5 .resp-slider-container .item .item-wrap .item-detail .item-content h5 a:hover {
  color: #000;
}
.best-selling-product5 .resp-slider-container .item .item-wrap:hover {
  box-shadow: none;
}
.best-selling-product5 .resp-slider-container .item .item-wrap:hover .item-detail .item-img > a img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.best-selling-product5 .resp-slider-container .item .item-wrap:hover .item-detail .item-content {
  background: #ffc220;
  -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-product5 .resp-slider-container .item .item-wrap:hover .item-detail .item-content:before {
  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;
}
.best-selling-product5 .resp-slider-container .item .item-wrap:hover .item-detail .item-content h4:before {
  background: #000;
}
.best-selling-product5 .resp-slider-container .item .item-wrap:hover .item-detail .item-content .item-price ins {
  color: #000;
  -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-product5 .resp-slider-container .item .item-wrap:hover .item-detail .item-content .item-price,
.best-selling-product5 .resp-slider-container .item .item-wrap:hover .item-detail .item-content .sale-off2,
.best-selling-product5 .resp-slider-container .item .item-wrap:hover .item-detail .item-content h5 {
  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;
}
.best-selling-product5 .resp-slider-container .item .item-wrap:hover .item-detail .item-content .description {
  color: #000;
  -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-product5 .res-button {
  display: inline-block;
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 3;
  background: #fff;
  width: 25px;
  height: 50px;
  line-height: 50px;
  margin-top: -25px;
  text-align: center;
  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;
}
.best-selling-product5 .res-button.slick-next {
  right: -35px;
}
.rtl .best-selling-product5 .res-button.slick-next {
  left: -35px;
  right: auto;
}
.best-selling-product5 .res-button.slick-next:before {
  content: "";
  background: url(../assets/img/angle-arrow.svg) no-repeat center center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  width: 25px;
  height: 50px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rtl .best-selling-product5 .res-button.slick-next:before {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.best-selling-product5 .res-button.slick-prev {
  left: -35px;
}
.rtl .best-selling-product5 .res-button.slick-prev {
  left: auto;
  right: -35px;
}
.best-selling-product5 .res-button.slick-prev:before {
  content: "";
  background: url(../assets/img/angle-arrow.svg) no-repeat center center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  width: 26px;
  height: 50px;
}
.rtl .best-selling-product5 .res-button.slick-prev:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.best-selling-product5 .res-button:hover {
  background: #fe2424;
  -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-product5 .res-button:hover:before {
  background: url(../assets/img/angle-arrow2.svg) no-repeat center center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.best-selling-product5 .res-button.slick-prev {
  left: 0;
}
.rtl .best-selling-product5 .res-button.slick-prev {
  left: auto;
  right: 0;
}
.best-selling-product5 .res-button.slick-next {
  right: 0;
}
.rtl .best-selling-product5 .res-button.slick-next {
  right: auto;
  left: 0;
}
.best-selling-product5: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-category-slider6 {
  position: relative;
  margin-bottom: 73px;
  text-align: center;
}
.sw-category-slider6 .block-title h3 {
  font-size: 30px;
  color: #000;
  font-weight: normal;
  margin-bottom: 33px;
  text-transform: capitalize;
}
.sw-category-slider6 .resp-slider-container .item {
  background: #f6f0e7;
  position: relative;
  padding-bottom: 44px;
  -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-right: 1px #fff solid;
}
.sw-category-slider6 .resp-slider-container .item h3 {
  font-size: 20px;
}
.sw-category-slider6 .resp-slider-container .item h3 a {
  position: absolute;
  bottom: 26px;
  left: 0;
  right: 0;
  color: #fe2424;
  font-weight: normal;
}
.sw-category-slider6 .resp-slider-container .item:hover {
  background: #ffc220;
  -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 .item:hover h3 a {
  color: #000;
}
.sw-category-slider6 .resp-slider-container .item:last-child {
  border-right: none;
}
.sw-category-slider6 .res-button {
  display: inline-block;
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 3;
  background: #fff;
  width: 25px;
  height: 50px;
  line-height: 50px;
  margin-top: -25px;
  text-align: center;
  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-slider6 .res-button.slick-next {
  right: -35px;
}
.rtl .sw-category-slider6 .res-button.slick-next {
  left: -35px;
  right: auto;
}
.sw-category-slider6 .res-button.slick-next:before {
  content: "";
  background: url(../assets/img/angle-arrow.svg) no-repeat center center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  width: 25px;
  height: 50px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rtl .sw-category-slider6 .res-button.slick-next:before {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.sw-category-slider6 .res-button.slick-prev {
  left: -35px;
}
.rtl .sw-category-slider6 .res-button.slick-prev {
  left: auto;
  right: -35px;
}
.sw-category-slider6 .res-button.slick-prev:before {
  content: "";
  background: url(../assets/img/angle-arrow.svg) no-repeat center center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  width: 26px;
  height: 50px;
}
.rtl .sw-category-slider6 .res-button.slick-prev:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.sw-category-slider6 .res-button:hover {
  background: #fe2424;
  -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 .res-button:hover:before {
  background: url(../assets/img/angle-arrow2.svg) no-repeat center center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.sw-category-slider6 .res-button.slick-prev {
  left: 0;
}
.rtl .sw-category-slider6 .res-button.slick-prev {
  left: auto;
  right: 0;
}
.sw-category-slider6 .res-button.slick-next {
  right: 0;
}
.rtl .sw-category-slider6 .res-button.slick-next {
  right: auto;
  left: 0;
}
.sw-category-slider6: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;
}
.woo-slider-toprate {
  position: relative;
  margin-bottom: 80px;
}
.woo-slider-toprate .block-title h3 {
  font-size: 30px;
  color: #000;
  font-weight: normal;
  margin-bottom: 33px;
  text-transform: capitalize;
}
.woo-slider-toprate .block-title h4 {
  padding-top: 8px;
}
.woo-slider-toprate .block-title h4 a {
  color: #fe2424;
  text-transform: capitalize;
  border-bottom: 1px #fe2424 solid;
}
.woo-slider-toprate .block-title h4 a:hover {
  color: #000;
  border-bottom: 1px #000 solid;
}
.woo-slider-toprate .resp-slider-container {
  margin: 0 -15px;
}
.woo-slider-toprate .resp-slider-container .item {
  padding: 0 15px;
}
.woo-slider-toprate .res-button {
  display: inline-block;
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 3;
  background: #fff;
  width: 25px;
  height: 50px;
  line-height: 50px;
  margin-top: -25px;
  text-align: center;
  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;
}
.woo-slider-toprate .res-button.slick-next {
  right: -35px;
}
.rtl .woo-slider-toprate .res-button.slick-next {
  left: -35px;
  right: auto;
}
.woo-slider-toprate .res-button.slick-next:before {
  content: "";
  background: url(../assets/img/angle-arrow.svg) no-repeat center center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  width: 25px;
  height: 50px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rtl .woo-slider-toprate .res-button.slick-next:before {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.woo-slider-toprate .res-button.slick-prev {
  left: -35px;
}
.rtl .woo-slider-toprate .res-button.slick-prev {
  left: auto;
  right: -35px;
}
.woo-slider-toprate .res-button.slick-prev:before {
  content: "";
  background: url(../assets/img/angle-arrow.svg) no-repeat center center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  width: 26px;
  height: 50px;
}
.rtl .woo-slider-toprate .res-button.slick-prev:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.woo-slider-toprate .res-button:hover {
  background: #fe2424;
  -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-toprate .res-button:hover:before {
  background: url(../assets/img/angle-arrow2.svg) no-repeat center center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.woo-slider-toprate .res-button.slick-prev {
  left: 0;
}
.rtl .woo-slider-toprate .res-button.slick-prev {
  left: auto;
  right: 0;
}
.woo-slider-toprate .res-button.slick-next {
  right: 0;
}
.rtl .woo-slider-toprate .res-button.slick-next {
  right: auto;
  left: 0;
}
.woo-slider-toprate: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;
}
.woo-slider-style6 {
  position: relative;
  margin-bottom: 48px;
}
.woo-slider-style6 .block-title h3 {
  font-size: 30px;
  color: #000;
  font-weight: normal;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.woo-slider-style6 .resp-slider-container .item .item-wrap2 {
  padding: 20px 0px;
  border-bottom: 1px #ededed solid;
}
.woo-slider-style6 .resp-slider-container .item .item-wrap2:hover .item-img a img {
  animation-name: elementor-animation-wobble-horizontal;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
}
.woo-slider-style6 .resp-slider-container .item .item-wrap2 .item-img {
  max-width: 100px;
  background: #f6f0e7;
  margin-right: 12px;
}
.rtl .woo-slider-style6 .resp-slider-container .item .item-wrap2 .item-img {
  margin-right: 0;
  margin-left: 12px;
}
.woo-slider-style6 .resp-slider-container .item .item-wrap2 .item-img a {
  vertical-align: top;
}
.woo-slider-style6 .resp-slider-container .item .item-wrap2 .item-content {
  overflow: hidden;
  padding: 8px;
}
.woo-slider-style6 .resp-slider-container .item .item-wrap2 .item-content h4 {
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 8px;
}
.woo-slider-style6 .resp-slider-container .item .item-wrap2 .item-content .description {
  margin-bottom: 13px;
  font-size: 12px;
  color: #b7b3a8;
}
.woo-slider-style6 .resp-slider-container .item .item-wrap2 .item-content .item-price {
  font-size: 18px;
  display: inline-block;
  vertical-align: top;
  font-weight: bold;
}
.woo-slider-style6 .resp-slider-container .item .item-wrap2 .item-content .item-price > span {
  flex-direction: unset;
}
.woo-slider-style6 .resp-slider-container .item .item-wrap2 .item-content .item-price > span del {
  margin: 3px 1px 0 5px;
  font-size: 15px;
  color: #999;
}
.rtl .woo-slider-style6 .resp-slider-container .item .item-wrap2 .item-content .item-price > span del {
  margin: 3px 5px 0 1px;
}
.woo-slider-style6 .resp-slider-container .item .item-wrap2 .item-content .item-price > span ins {
  color: #fe2424;
}
.woo-slider-style6 .resp-slider-container .item .item-wrap2:last-child {
  border-bottom: none;
}
.responsive-post-slider6 {
  margin-bottom: 85px;
}
.responsive-post-slider6 .box-title {
  text-align: center;
  margin-bottom: 27px;
}
.responsive-post-slider6 .box-title .des {
  text-transform: uppercase;
  color: #fe2424;
  font-size: 13px;
  letter-spacing: 2px;
  margin-bottom: 12px;
}
.responsive-post-slider6 .box-title h3 {
  font-size: 50px;
  color: #000;
  font-weight: normal;
  text-transform: capitalize;
}
.responsive-post-slider6 .resp-slider-container {
  background: #fbf9f4;
}
.responsive-post-slider6 .resp-slider-container .item {
  border-right: 1px #fff solid;
}
.rtl .responsive-post-slider6 .resp-slider-container .item {
  border-right: none;
  border-left: 1px #fff solid;
}
.responsive-post-slider6 .resp-slider-container .item .img_over {
  position: relative;
}
.responsive-post-slider6 .resp-slider-container .item .img_over .entry-date {
  position: absolute;
  bottom: -20px;
  left: 0;
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  background: #fbf9f4;
  font-size: 13px;
}
.rtl .responsive-post-slider6 .resp-slider-container .item .img_over .entry-date {
  left: auto;
  right: 0;
}
.responsive-post-slider6 .resp-slider-container .item .img_over .entry-date a {
  color: #545d5c;
}
.responsive-post-slider6 .resp-slider-container .item .img_over .entry-date a:before {
  content: "";
  width: 20px;
  height: 16px;
  background: url(../assets/img/default/calendar.svg) no-repeat center center;
  background-size: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
  margin-top: -2px;
}
.rtl .responsive-post-slider6 .resp-slider-container .item .img_over .entry-date a:before {
  margin-right: 0;
  margin-left: 4px;
}
.responsive-post-slider6 .resp-slider-container .item .img_over > a {
  display: block;
  overflow: hidden;
}
.responsive-post-slider6 .resp-slider-container .item .img_over > a img {
  margin-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;
}
.responsive-post-slider6 .resp-slider-container .item .img_over > a:hover 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 .item .entry-content {
  padding: 26px 30px 34px 30px;
}
.responsive-post-slider6 .resp-slider-container .item .entry-content h4 {
  font-size: 24px;
}
.responsive-post-slider6 .resp-slider-container .item .entry-content .description {
  font-size: 13px;
  color: #545d5c;
  line-height: 26px;
}
.responsive-post-slider6 .resp-slider-container .item:last-child {
  border-right: none;
}
.about-in10 {
  text-align: center;
  max-width: 550px;
  margin: 0 auto;
  padding-bottom: 95px;
}
.about-in10 h3 {
  font-size: 40px;
  color: #000;
  text-transform: capitalize;
}
.about-in10 .des {
  font-size: 16px;
  color: #545d5c;
  margin-bottom: 23px;
  line-height: 30px;
}
.about-in10 h4 a {
  font-size: 13px;
  color: #fe2424;
  letter-spacing: 2px;
  border-bottom: 2px #fe2424 solid;
}
.about-in10 h4 a:hover {
  color: #000;
  border-bottom-color: #000;
}
.rtl .box-wine1 .elementor-image-box-wrapper {
  text-align: right;
}
.box-wine1 .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-description {
  font-size: 14px;
  color: #fff;
}
.box-wine1 .itemw1 .elementor-image-box-wrapper {
  padding-left: 100px;
}
.rtl .box-wine1 .itemw1 .elementor-image-box-wrapper {
  padding-left: 0;
  padding-right: 100px;
}
.box-wine1 .itemw1 .elementor-image-box-description {
  padding-top: 25px;
}
.box-wine1 .itemw1 .elementor-image-box-img img {
  position: relative;
  z-index: 2;
  margin-top: -23px;
}
.box-wine1 .itemw2 .elementor-image-box-wrapper {
  padding: 0 60px;
}
.box-wine1 .itemw2 .elementor-image-box-wrapper {
  padding-top: 23px;
}
@media (min-width: 1300px) {
  .header-elementor10 .main-menu {
    margin-right: 35px;
    position: relative;
  }
  .rtl .header-elementor10 .main-menu {
    margin-right: 0;
    margin-left: 35px;
  }
  .header-elementor10 .main-menu:before {
    content: "";
    width: 1px;
    height: 38px;
    background: #ededed;
    position: absolute;
    top: 3px;
    right: 0px;
  }
  .rtl .header-elementor10 .main-menu:before {
    right: auto;
    left: 0px;
  }
  .responsive-post-slider6 .resp-slider-container .item .entry-content {
    min-height: 200px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .best-selling-product5 .resp-slider-container .item .item-wrap .item-detail .item-img {
    top: 0;
  }
}
@media (max-width: 1199px) {
  .woo-slider-style6 .block-title h3 {
    font-size: 22px;
  }
  .woo-slider-style6 .resp-slider-container .item .item-wrap2 .item-img {
    max-width: 90px;
  }
  .woo-slider-style6 .resp-slider-container .item .item-wrap2 .item-content h4 {
    font-size: 16px;
  }
  .box-wine1 .itemw1 .elementor-image-box-wrapper {
    padding-left: 0;
  }
  .rtl .box-wine1 .itemw1 .elementor-image-box-wrapper {
    padding-right: 0;
  }
  .box-wine1 .itemw1 .elementor-image-box-description,
  .box-wine1 .itemw2 .elementor-image-box-wrapper {
    padding-top: 16px;
  }
}
@media (max-width: 991px) {
  .header-elementor10.header-sibar {
    display: none;
  }
  .header-elementor10 .header-mid {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .header-elementor10 .header-mid .top-left1 {
    width: 26%;
  }
  .header-elementor10 .header-mid .top-right1 {
    width: 74%;
  }
  .header-elementor10 #main-menu .primary-menu {
    padding: 3px 15px;
  }
  .header-elementor10 #main-menu .primary-menu .resmenu-container .navbar-toggle .icon-bar {
    background: #000;
  }
  .header-elementor10 .top-form.top-form-minicart {
    margin-right: 0;
  }
  .rtl .header-elementor10 .top-form.top-form-minicart {
    margin-left: 0;
  }
  .best-selling-product5 .resp-slider-container .item .item-wrap .item-detail .item-img {
    top: -30px;
  }
  .col-wine1 {
    width: 50% !important;
  }
  .col-wine2 {
    display: none;
  }
  .box-wine1 .itemw2 .elementor-image-box-wrapper {
    padding: 15px;
  }
  .rtl .box-wine1 .itemw2 .elementor-image-box-wrapper {
    padding: 15px;
  }
  .box-wine1 .itemw1 .elementor-image-box-img img {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .home-style10 .header-pad {
    margin-top: 0;
  }
  .header-elementor10 .header-top .top-left1 {
    display: none;
  }
  .header-elementor10 .header-mid .top-left1,
  .header-elementor10 .header-mid .top-right1 {
    width: 100%;
  }
  .header-elementor10 .header-mid .top-left1 >.elementor-element-populated,
  .header-elementor10 .header-mid .top-right1 >.elementor-element-populated {
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  .header-elementor10 .header-mid .top-right1 {
    padding-top: 10px;
  }
  .header-elementor10 .header-mid .top-right1 #main-menu .primary-menu {
    padding: 0;
  }
  .header-elementor10 .top-form .wrapp-minicart {
    right: -85px;
  }
  .rtl .header-elementor10 .top-form .wrapp-minicart {
    right: auto;
    left: -85px;
  }
  .best-selling-product5 {
    padding-bottom: 30px;
  }
  .best-selling-product5 .block-title {
    margin-bottom: 10px;
  }
  .best-selling-product5 .block-title h3 {
    font-size: 26px;
  }
  .best-selling-product5 .resp-slider-container .item .item-wrap .item-detail .item-img {
    top: 0;
  }
  .best-selling-product5 .resp-slider-container .item .item-wrap .item-detail .item-content {
    min-height: auto;
  }
  .best-selling-product5 .resp-slider-container .item .item-wrap .item-detail .item-price {
    margin-bottom: 10px;
  }
  .sw-category-slider6 .block-title h3,
  .woo-slider-toprate .block-title h3,
  .responsive-post-slider6 .box-title h3,
  .about-in10 h3 {
    font-size: 26px;
  }
  .col-wine1 {
    width: 100% !important;
  }
  .box-wine1 .itemw1 .elementor-image-box-img img {
    margin-top: 15px;
  }
  .woo-slider-toprate .block-title h4 {
    display: none;
  }
}
.elementor-element .elementor-widget-shortcode:empty {
  margin: 0;
}
.elementor-element.product_detail .content_product_detail .item-meta {
  margin-top: 0;
}
.elementor-element.product_detail .content_product_detail .cart .quantity .plus {
  background-position: top 14px center;
}
.elementor-element.product_detail .content_product_detail .cart .quantity .minus {
  background-position: top 14px center;
}
.elementor-element.product_detail .content_product_detail .product-countdown .countdown-row .countdown-section {
  padding: 6px 0;
  margin-right: 10px;
}
.rtl .elementor-element.product_detail .content_product_detail .product-countdown .countdown-row .countdown-section {
  margin-right: 0;
  margin-left: 10px;
}
.elementor-element.product_detail .content_product_detail .product-countdown .countdown-row .countdown-section .countdown-amount {
  width: 55px;
}
.elementor-element.content_vendor_info {
  border-bottom: 1px #ededed solid;
}
.box-shortcode-e {
  position: static;
}
.woocommerce .product-image-e span.onsale {
  position: absolute;
  z-index: 1;
  top: 15px;
  left: 5px;
  right: auto;
  font-size: 11px;
  font-weight: bold;
  background: #fe2424;
  color: #fff;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  height: 24px;
  line-height: 23px;
  min-height: 24px;
  width: auto;
  max-width: fit-content;
  padding: 0 27px;
  border-radius: 0;
}
.woocommerce .product-image-e span.onsale:before {
  content: "";
  border-left: 10px solid transparent;
  border-right: 0px solid transparent;
  border-top: 6px solid #bb0101;
  display: inline-block;
  vertical-align: bottom;
  position: absolute;
  bottom: -6px;
  left: 0;
}
.woocommerce div.product.elementor .quantity+.button {
  margin-left: 0;
}
.woocommerce.rtl .product-image-e span.onsale {
  left: auto;
  right: 5px;
}
.woocommerce.rtl div.product.elementor .quantity+.button {
  margin-right: 0;
  margin-left: 5px;
}
.blog-list-elementor .elementor-post__title a:hover {
  color: #fe2424 !important;
}
.blog-list-elementor .elementor-post__text {
  font-size: 16px;
  color: #555;
  line-height: 1.7;
}
.blog-list-elementor .elementor-post__text .more-link {
  display: none;
}
.elementor-pagination .page-numbers {
  background: #f5f5f5;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  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;
}
.elementor-pagination .page-numbers:hover,
.elementor-pagination .page-numbers.current {
  background: #fe2424;
  color: #fff !important;
  -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-pagination .page-numbers.prev {
  display: none;
}
.elementor-pagination .page-numbers.next {
  font-size: 0;
}
.elementor-pagination .page-numbers.next:before {
  content: "\f105";
  font-family: fontawesome;
  font-size: 16px;
}
.rtl .elementor-pagination .page-numbers.next:before {
  content: "\f104";
}
.single-post-template .content h2,
.single-post-template .content h3,
.single-post-template .content h4,
.single-post-template .content h5,
.single-post-template .content h6 {
  color: #000;
  margin-bottom: 25px;
}
.single-post-template .content h2 strong,
.single-post-template .content h3 strong,
.single-post-template .content h4 strong,
.single-post-template .content h5 strong,
.single-post-template .content h6 strong {
  font-weight: 500;
}
.single-post-template .content .blog-box1 {
  margin-bottom: 10px;
}
.single-post-template .content .blog-box1 img {
  width: 530px;
  float: left;
  margin-right: 30px;
}
.rtl .single-post-template .content .blog-box1 img {
  float: right;
  margin-left: 30px;
  margin-right: 0;
}
.single-post-template .content .blog-box1 .info {
  overflow: hidden;
}
.single-post-template .content .blog-quote {
  font-size: 20px;
  position: relative;
  color: #fe2424;
  line-height: 30px;
  padding-left: 35px;
  margin-bottom: 30px;
  font-style: italic;
}
.rtl .single-post-template .content .blog-quote {
  padding-left: 0;
  padding-right: 35px;
}
.single-post-template .content .blog-quote:before {
  content: "";
  width: 4px;
  height: 82%;
  top: 10%;
  left: 0;
  background: #fe2424;
  position: absolute;
}
.rtl .single-post-template .content .blog-quote:before {
  left: auto;
  right: 0;
}
.single-post-template .content .blog-box2 {
  margin: 0 -15px;
}
.single-post-template .content .blog-box2 img {
  width: 50%;
  float: left;
  padding: 0 15px;
  clear: none;
}
.rtl .single-post-template .content .blog-box2 img {
  float: right;
}
.single-post-template .content ul li span,
.single-post-template .content ul li em,
.single-post-template .content ul li strong,
.single-post-template .content ol li span,
.single-post-template .content ol li em,
.single-post-template .content ol li strong {
  font-size: 14px !important;
}
.single-post-template .content h2,
.single-post-template .content h3,
.single-post-template .content h4,
.single-post-template .content h5,
.single-post-template .content h6 {
  margin-bottom: 25px;
}
.single-post-template .content .elementor-text-editor {
  color: #333;
}
.single-post-template .content p {
  margin-bottom: 25px;
}
.single-post-template .content p .alignnone {
  float: none;
  display: block;
  clear: none;
  margin: 20px 0 30px 0;
}
.rtl .single-post-template .content p .alignnone {
  float: right;
}
.single-post-template .content p .alignnone.image-single {
  margin-left: 30px;
}
.single-post-template .elementor-widget-post-comments .commentlist {
  margin: 0;
  padding: 0;
}
.single-post-template .elementor-widget-post-comments .commentlist li {
  list-style: none;
  clear: both;
}
.single-post-template .elementor-widget-post-comments .commentlist li .children {
  margin-left: 90px;
}
.rtl .single-post-template .elementor-widget-post-comments .commentlist li .children {
  margin-left: 0;
  margin-right: 90px;
}
.single-post-template .elementor-widget-post-comments .commentlist li .comment-body .comment-author {
  margin-bottom: 5px;
}
.single-post-template .elementor-widget-post-comments .commentlist li .comment-body .comment-author img {
  width: 70px;
  height: 70px;
  margin-right: 15px;
  border-radius: 50%;
}
.rtl .single-post-template .elementor-widget-post-comments .commentlist li .comment-body .comment-author img {
  margin-right: 0;
  margin-left: 15px;
}
.single-post-template .elementor-widget-post-comments .commentlist li .comment-body .comment-author a {
  font-size: 16px;
}
.single-post-template .elementor-widget-post-comments .commentlist li .comment-body .comment-author .says {
  display: none;
}
.single-post-template .elementor-widget-post-comments .commentlist li .comment-body .comment-meta {
  margin-bottom: 5px;
}
.single-post-template .elementor-widget-post-comments .commentlist li .comment-body .comment-meta a {
  font-size: 12px;
  color: #b3b3b3;
}
.single-post-template .elementor-widget-post-comments .commentlist li .comment-body p {
  font-size: 16px;
  color: #333;
  line-height: 27px;
  overflow: hidden;
}
.single-post-template .elementor-widget-post-comments .commentlist li .comment-body .reply {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: right;
}
.rtl .single-post-template .elementor-widget-post-comments .commentlist li .comment-body .reply {
  text-align: left;
}
.single-post-template .elementor-widget-post-comments .commentlist li .comment-body .reply a {
  color: #999;
}
.single-post-template .elementor-widget-post-comments .commentlist li .comment-body .reply a:hover {
  color: #fe2424;
}
@media (max-width: 1199px) {
  .single-post-template .sidebar,
  .blog-list-elementor .sidebar {
    order: 1;
  }
  .single-post-template .content .blog-box1 .info {
    overflow: inherit;
  }
}
@media (max-width: 991px) {
  .elementor.product .content-product {
    order: 1;
  }
  .elementor.product .sidebar1 {
    order: 2;
  }
  .elementor.product .product_detail .slider_img_productd,
  .elementor.product .product_detail .content_product_detail {
    width: 100%;
  }
  .blog-list-elementor .elementor-post__title {
    line-height: 30px !important;
  }
  .blog-list-elementor .elementor-post__title a {
    font-size: 24px !important;
  }
  .blog-list-elementor .elementor-post__text {
    font-size: 14px;
  }
  .single-post-template .elementor-widget-post-comments .commentlist li .children {
    margin-left: 10px;
  }
  .rtl .single-post-template .elementor-widget-post-comments .commentlist li .children {
    margin-left: 0;
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .box-content-archive >.elementor-container {
    display: flex;
    flex-wrap: wrap;
  }
  .box-content-archive .sidebar {
    order: 1;
  }
  .single-product .content-product >.elementor-element-populated {
    padding: 0 5px;
  }
}
#cpanel-form {
  position: fixed;
  right: -300px;
  top: 40%;
  width: 300px;
  float: right;
  z-index: 10;
  text-align: left;
  direction: ltr;
  display: none;
}
#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.flashmart-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 .flashmart-radio-img input[type="radio"],
#cpanel-form .flashmart-radio-img span {
  display: none;
}
#cpanel-form .flashmart-radio-img img {
  width: 33px;
  cursor: pointer;
}
.lt-ie9 #cpanel-form .flashmart-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;
}
#sw-groups {
  background: #fff;
  border-radius: 4px 0 0 4px;
  z-index: 100;
  -webkit-box-shadow: -2px 0px 8px 0px #ddd;
  -moz-box-shadow: -2px 0px 8px 0px #ddd;
  -o-box-shadow: -2px 0px 8px 0px #ddd;
  -ms-box-shadow: -2px 0px 8px 0px #ddd;
  box-shadow: -2px 0px 8px 0px #ddd;
}
#sw-groups.left {
  border-radius: 0 4px 4px 0;
}
.on-search #sw-groups {
  z-index: 8;
}
.rtl #sw-groups {
  right: 0;
  left: auto;
}
#sw-groups >a {
  color: #000;
  height: 42px;
  border-bottom: none;
  position: relative;
}
#sw-groups >a:before {
  content: "";
  width: 60%;
  height: 1px;
  left: 20%;
  right: 20%;
  background: #ededed;
  position: absolute;
  bottom: 0;
  display: block;
}
#sw-groups >a span {
  color: #fff;
  background: #fe2424;
  right: 0;
}
#sw-groups >a:hover {
  color: #fff;
  background: #fe2424;
}
#sw-groups >a:hover span {
  right: 100%;
}
#sw-groups >a:hover:before {
  display: none;
}
#sw-groups >a i.fa {
  font-size: 16px;
}
#sw-groups .sticky-categories i.fa:before {
  content: "";
  width: 18px;
  height: 2px;
  background: #000;
  display: block;
  margin-bottom: 3px;
}
#sw-groups .sticky-categories i.fa:after {
  content: "";
  width: 10px;
  height: 2px;
  background: #000;
  display: block;
  float: right;
}
#sw-groups .sticky-categories:hover i.fa:before,
#sw-groups .sticky-categories:hover i.fa:after {
  background: #fff;
}
#sw-groups .sticky-mycart {
  background: url(../assets/img/shop-bag.svg) no-repeat center;
  background-size: 18px;
}
#sw-groups .sticky-mycart:hover {
  background: url(../assets/img/shop-bag2.svg) no-repeat center #fe2424;
  background-size: 18px;
}
#sw-groups .sticky-mycart i.fa:before {
  content: "";
}
#sw-groups .sticky-myaccount {
  background: url(../assets/img/user-left.svg) no-repeat center;
  background-size: 16px;
}
#sw-groups .sticky-myaccount:hover {
  background: url(../assets/img/user-left-active.svg) no-repeat center #fe2424;
  background-size: 16px;
}
#sw-groups .sticky-myaccount i.fa:before {
  content: "";
}
#sw-groups .sticky-mysearch i.fa {
  padding-top: 4px;
}
#sw-groups .sticky-mysearch i.fa:before {
  content: "\ea08";
  font-family: Nucleo;
}
#sw-groups .sticky-recent {
  background: url(../assets/img/time-left.svg) no-repeat center;
  background-size: 16px;
}
#sw-groups .sticky-recent:hover {
  background: url(../assets/img/time-left-active.svg) no-repeat center #fe2424;
  background-size: 16px;
}
#sw-groups .sticky-recent i.fa {
  background: transparent;
}
#sw-groups .sticky-backtop:before {
  display: none;
}
#sw-groups .sticky-backtop i.fa {
  background: url(../assets/img/angle-arrow.svg) no-repeat center;
  background-size: 16px;
  padding-top: 6px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
#sw-groups .sticky-backtop i.fa:before {
  color: transparent;
}
#sw-groups .sticky-backtop:hover i.fa {
  background: url(../assets/img/angle-arrow2.svg) no-repeat center;
  background-size: 16px;
}
#sw-groups .popup .popup-header {
  background: #fe2424;
}
.rtl #sw-groups .popup .popup-header {
  padding-right: 40px;
  padding-left: 70px;
}
.rtl #sw-groups .popup .popup-header > span > i {
  margin-right: 0;
  margin-left: 10px;
}
.rtl #sw-groups .popup .popup-header .popup-close {
  right: auto;
  left: 20px;
}
#sw-groups .popup-categories .popup-header span i.fa {
  display: inline-block;
  vertical-align: middle;
}
#sw-groups .popup-categories .popup-header span i.fa:before {
  content: "";
  width: 18px;
  height: 2px;
  background: #fff;
  display: block;
  margin-bottom: 3px;
}
#sw-groups .popup-categories .popup-header span i.fa:after {
  content: "";
  width: 10px;
  height: 2px;
  background: #fff;
  display: block;
  float: right;
}
#sw-groups .popup-mycart .popup-header span i.fa {
  font-size: 0px;
  display: inline-block;
  vertical-align: top;
}
#sw-groups .popup-mycart .popup-header span i.fa:before {
  background: url(../assets/img/shop-bag2.svg) no-repeat center;
  background-size: 16px;
  width: 16px;
  height: 22px;
  display: block;
}
#sw-groups .popup-mycart .notification i.info-icon {
  top: 4px;
  font-size: 18px;
  font-size: 0px;
}
#sw-groups .popup-mycart .notification i.info-icon:before {
  background: url(../assets/img/shop-bag.svg) no-repeat center;
  background-size: 16px;
  display: block;
}
#sw-groups .popup-myaccount .popup-header span i.fa {
  font-size: 0px;
  display: inline-block;
  vertical-align: top;
}
#sw-groups .popup-myaccount .popup-header span i.fa:before {
  background: url(../assets/img/user-left-active.svg) no-repeat center #fe2424;
  background-size: 16px;
  width: 16px;
  height: 22px;
  display: block;
}
#sw-groups .popup-mysearch .popup-header span i.fa:before {
  content: "\ea08";
  font-family: Nucleo;
  padding-top: 1px;
  display: inline-block;
  vertical-align: top;
}
#sw-groups .popup-recent .popup-header span i.fa {
  background: url(../assets/img/time-left-active.svg) no-repeat center #fe2424;
  background-size: 16px;
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: top;
  margin-top: 3px;
}
#sw-groups div.nav-secondary li a {
  text-transform: capitalize;
}
.rtl #sw-groups div.nav-secondary li a {
  padding-left: 60px;
  padding-right: 0;
}
#sw-groups div.nav-secondary li a:hover {
  color: #fe2424;
  text-decoration: none;
}
.rtl #sw-groups div.nav-secondary li span {
  float: left;
}
#sw-groups div.nav-secondary li span.nav-action i.fa {
  line-height: 40px;
}
.rtl #sw-groups div.nav-secondary ul.level-2>li>a {
  padding-right: 10px;
  padding-left: 0;
}
#sw-groups .form-content .form-box .product-thumb .image .bt-sale {
  background: #fe2424;
}
#sw-groups .form-content .form-box .product-thumb .image a img {
  margin: 0 auto;
}
#sw-groups .form-content .form-box .product-thumb .caption {
  height: auto;
  max-height: inherit;
}
#sw-groups .form-content .form-box .product-thumb .caption h4 a:hover {
  color: #fe2424;
  text-decoration: none;
}
#sw-groups .form-content .form-box .product-thumb .caption .price {
  color: #fe2424;
  font-weight: 600;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
#sw-groups .form-content .form-box .product-thumb .caption .price del {
  -webkit-order: 1;
  -ms-order: 1;
  order: 1;
  padding-top: 2px;
}
#sw-groups .form-content .form-box .product-thumb .button-group {
  clear: both;
}
#sw-groups .form-content .form-box .product-thumb .button-group .add_to_cart_button {
  background: #fe2424;
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  vertical-align: top;
}
#sw-groups .form-content .form-box #button-search {
  background: #fe2424;
}
#sw-groups .form-content .form-box #button-search.loading {
  height: auto;
  background: transparent;
}
#sw-groups .form-content .form-box a:hover {
  color: #fe2424;
}
#sw-groups .form-content .form-box a:hover .account-txt {
  color: #fe2424 !important;
}
.rtl #sw-groups .form-content .form-box input + i {
  right: auto;
  left: 20px;
}
#sw-groups .text-color,
#sw-groups table tr td.total-price,
#sw-groups .cart-bottom table tr td.text-right {
  color: #fe2424;
}
#sw-groups .cart-bottom p > a.btn-checkout {
  background: #fe2424;
}
.rtl #sw-groups .cart-bottom p > a {
  float: right;
}
#sw-groups .text-right.total-price span {
  display: inline-block;
  vertical-align: top;
  margin-top: -2px;
}
.rtl #sw-groups .text-right {
  text-align: left;
}
.sidebar {
  margin-bottom: 20px;
}
.sidebar.sticky-sidebar {
  position: sticky;
  top: 30px;
}
.sidebar.sticky-sidebar .widget {
  display: none;
}
.sidebar.sticky-sidebar .widget:first-child,
.sidebar.sticky-sidebar .widget:nth-child(2),
.sidebar.sticky-sidebar .widget:nth-child(3) {
  display: block;
}
.sidebar.sticky-sidebar .widget:nth-child(3) {
  border-bottom: none;
}
.sidebar .widget {
  margin-bottom: 36px;
  padding-bottom: 36px;
  border-bottom: 1px #ededed solid;
}
.sidebar .widget:last-child {
  border-bottom: none;
}
.sidebar .widget .dropdown-menu >li >a {
  white-space: normal;
}
.sidebar .widget .widget-inner .block-title-widget h2 {
  text-transform: capitalize;
  margin-bottom: 6px;
  color: #000;
  font-size: 20px;
  font-weight: 600;
}
.woocommerce-page .sidebar .widget .widget-inner .block-title-widget h2 {
  text-transform: uppercase;
  font-size: 14px;
}
.sidebar .widget .widget-inner select {
  max-width: 100%;
  padding: 7px;
  border-color: #ddd;
}
.sidebar .widget .widget-inner ul {
  list-style: none;
  margin: 0;
}
.sidebar .widget .widget-inner ul > li {
  padding: 7px 0;
}
.sidebar .widget .widget-inner ul > li > a {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  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;
}
.sidebar .widget .widget-inner ul > li > a:hover {
  color: #000;
  -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-inner ul > li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.sidebar .widget .widget-inner ul > li ul.children {
  margin-left: 15px;
  margin-top: 8px;
  padding: 0 15px;
}
.sidebar .widget.widget_search {
  border: none;
  padding-bottom: 1px;
  padding: 0;
}
.sidebar .widget.widget_search .widget-inner .block-title-widget h2 {
  margin-bottom: 20px;
}
.sidebar .widget.widget_search .searchform .screen-reader-text {
  display: none;
}
.sidebar .widget.widget_search .searchform > div {
  position: relative;
  border: 1px #eee solid;
  overflow: hidden;
}
.sidebar .widget.widget_search .searchform > div input[type="text"] {
  width: 80%;
  height: 38px;
  line-height: 38px;
  float: left;
  border-radius: 0;
  border: none;
  margin-bottom: 0;
  font-size: 14px;
  text-indent: 10px;
}
.rtl .sidebar .widget.widget_search .searchform > div input[type="text"] {
  float: right;
}
.sidebar .widget.widget_search .searchform > div input::-webkit-input-placeholder {
  color: #c2c2c2;
}
.sidebar .widget.widget_search .searchform > div input::-moz-placeholder {
  color: #c2c2c2;
}
.sidebar .widget.widget_search .searchform > div input:-ms-input-placeholder {
  color: #c2c2c2;
}
.sidebar .widget.widget_search .searchform > div input[type="submit"] {
  width: 20%;
  height: 38px;
  line-height: 38px;
  float: left;
  border-radius: 0;
  border: none;
  margin-bottom: 0;
  font-size: 0;
  background: url(../assets/img/icon-searh-m.png) no-repeat center center #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 .sidebar .widget.widget_search .searchform > div input[type="submit"] {
  float: right;
}
.sidebar .widget.widget_search .searchform > div input[type="submit"]:hover {
  background: url(../assets/img/icon-searh-m1.png) no-repeat center center #222;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.sidebar .widget.widget_calendar {
  margin-bottom: 35px;
}
.sidebar .widget.widget_calendar .calendar_wrap {
  width: 100%;
  margin-top: 10px;
}
.sidebar .widget.widget_calendar .calendar_wrap #wp-calendar {
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
}
.sidebar .widget.widget_calendar .calendar_wrap #wp-calendar caption {
  font-weight: 500;
}
.sidebar .widget.widget_calendar .calendar_wrap #wp-calendar tbody tr td,
.sidebar .widget.widget_calendar .calendar_wrap #wp-calendar tr th {
  padding: 8px;
  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;
  color: #fe2424;
}
.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: 20px 0 9px 0;
  width: 100%;
  height: 35px;
  line-height: 35px;
  border-radius: 0;
}
.sidebar .widget.widget_archive ul li {
  position: relative;
}
.sidebar .widget.widget_archive ul li:before {
  content: "\f073";
  font-family: fontawesome;
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
  font-size: 12px;
  margin-top: 2px;
}
.rtl .sidebar .widget.widget_archive ul li:before {
  margin-right: 0;
  margin-left: 5px;
}
.sidebar .widget.widget_text .textwidget {
  padding: 10px 0 10px 0;
}
.sidebar .widget.widget_text .textwidget p {
  line-height: 24px;
}
.sidebar .widget.widget_rss .block-title-widget h2 {
  overflow: hidden;
}
.sidebar .widget.widget_rss .block-title-widget h2 a {
  color: #000;
}
.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: 13px;
  margin-bottom: 10px;
}
.sidebar .widget.widget_recent_comments .widget-inner ul#recentcomments > li {
  line-height: 22px;
}
.sidebar .widget.widget_recent_comments .widget-inner ul#recentcomments > li a {
  display: initial;
  vertical-align: inherit;
}
.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;
  padding: 10px 0 0 0;
}
.sidebar .widget.widget_tag_cloud .tagcloud a {
  display: inline-block;
  color: #666;
  font-size: 14px !important;
  padding: 10px;
  text-transform: capitalize;
  border: 1px solid #ddd;
  padding: 6px 9px;
  margin: 5px 2px;
  -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_tag_cloud .tagcloud a:hover {
  border: 1px solid #fe2424;
  background-color: #fe2424;
  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;
}
.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: #000;
}
.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;
  display: block;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  background: none;
  padding: 0;
  float: none;
  padding-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: transparent;
  color: #000;
}
.sidebar .widget.widget_nav_menu .widget-inner ul.menu > li ul.dropdown-menu > li > a {
  display: block;
  padding: 10px 0;
}
.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: #000;
}
.sidebar .widget.widget_nav_menu .widget-inner ul.menu > li ul.dropdown-menu > li.menu- {
  display: none;
}
.sidebar .widget.widget_media_image {
  border: none;
  padding: 0;
}
.sidebar .widget.widget_rating_filter ul li a {
  font-size: 0;
  color: #c2c2c2;
}
.sidebar .widget.widget_rating_filter ul li a span {
  font-size: 14px;
}
.sidebar .widget.sw_brand_filter ul li a {
  position: relative;
}
.sidebar .widget.sw_brand_filter ul li a:before {
  content: "\f00c";
  font-family: fontawesome;
  font-weight: normal;
  border: 1px #eee solid;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  color: #000;
  background: #fff;
  border: 1px #ededed solid;
  font-size: 0;
  margin-right: 8px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.rtl .sidebar .widget.sw_brand_filter ul li a:before {
  margin-right: 0;
  margin-left: 8px;
}
.sidebar .widget.sw_brand_filter ul li.active a,
.sidebar .widget.sw_brand_filter ul li:hover a {
  background: transparent;
  color: #000;
}
.sidebar .widget.sw_brand_filter ul li.active a:before,
.sidebar .widget.sw_brand_filter ul li:hover a:before {
  font-size: 12px;
  border: 1px #000 solid;
  color: #000;
  -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-product .sidebar.sticky-sidebar .widget {
  display: none;
}
.single-product .sidebar.sticky-sidebar .widget:nth-child(2) {
  display: block;
  border-bottom: none;
}
.above-product-widget {
  border: 1px #ededed solid;
  padding: 30px 15px;
  margin-bottom: 40px;
  display: none;
}
.above-product-widget .widget {
  width: 20%;
  float: left;
  padding: 0 15px;
}
.rtl .above-product-widget .widget {
  float: right;
}
.above-product-widget .widget .block-title-widget h2 {
  font-size: 14px;
  text-transform: uppercase;
  color: #000;
  font-weight: 600;
}
.above-product-widget .widget ul {
  list-style: none;
  margin: 0;
}
.above-product-widget .widget ul > li {
  padding: 7px 0;
}
.above-product-widget .widget ul > li > a {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  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;
}
.above-product-widget .widget ul > li > a:hover {
  color: #000;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.above-product-widget .widget ul > li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.above-product-widget .widget ul > li ul.children {
  margin-left: 15px;
  margin-top: 8px;
  padding: 0 15px;
}
.above-product-widget .widget.widget_product_tag_cloud .tagcloud {
  margin: 0 !important;
  padding: 2px 15px 0 0px;
}
.rtl .above-product-widget .widget.widget_product_tag_cloud .tagcloud {
  padding: 2px 0 15px 0;
}
.above-product-widget .widget.widget_product_tag_cloud .tagcloud a {
  display: inline-block;
  color: #666;
  font-size: 14px !important;
  padding: 10px;
  text-transform: capitalize;
  background: #f5f5f5;
  padding: 7px 10px;
  border-radius: 4px;
  margin: 5px 2px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.above-product-widget .widget.widget_product_tag_cloud .tagcloud a:hover {
  background-color: #fe2424;
  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;
}
.above-product-widget .widget.woocommerce-widget-layered-nav .widget-inner ul {
  padding: 5px 0 0 0;
}
.above-product-widget .widget.woocommerce-widget-layered-nav .widget-inner ul > li {
  display: inline-block;
  vertical-align: top;
  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 .above-product-widget .widget.woocommerce-widget-layered-nav .widget-inner ul > li {
  margin: 0 0 5px 5px;
}
.above-product-widget .widget.woocommerce-widget-layered-nav .widget-inner ul > li a {
  min-width: 20px;
  height: 20px;
  line-height: 18px;
  text-align: center;
}
.above-product-widget .widget.woocommerce-widget-layered-nav .widget-inner ul > li:hover,
.above-product-widget .widget.woocommerce-widget-layered-nav .widget-inner ul > li.chosen {
  border-color: #fe2424;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.above-product-widget .widget.woocommerce-widget-layered-nav .widget-inner ul > li:hover a,
.above-product-widget .widget.woocommerce-widget-layered-nav .widget-inner ul > li.chosen a {
  background: #fe2424;
  color: #fff;
}
.above-product-widget .widget.woocommerce-widget-layered-nav .widget-inner ul > li span.count {
  display: none;
}
.above-product-widget .widget.woocommerce-widget-layered-nav .widget-inner ul > li.chosen a:before {
  display: none;
}
.above-product-widget .widget.woocommerce-widget-layered-nav .widget-inner ul.woocommerce-widget-layered-nav-list-pa_size > li {
  border: 1px #ededed solid;
  border-radius: 4px;
}
.above-product-widget .widget.woocommerce-widget-layered-nav .widget-inner ul.woocommerce-widget-layered-nav-list-pa_size > li.chosen,
.above-product-widget .widget.woocommerce-widget-layered-nav .widget-inner ul.woocommerce-widget-layered-nav-list-pa_size > li:hover {
  border-color: #fe2424;
}
.above-product-widget .widget.woocommerce-widget-layered-nav .widget-inner ul.woocommerce-widget-layered-nav-list-pa_color > li {
  padding: 3px;
  border: 1px #ededed solid;
  border-radius: 50%;
}
.above-product-widget .widget.woocommerce-widget-layered-nav .widget-inner ul.woocommerce-widget-layered-nav-list-pa_color > li:before {
  display: none;
}
.above-product-widget .widget.woocommerce-widget-layered-nav .widget-inner ul.woocommerce-widget-layered-nav-list-pa_color > li a {
  border-radius: 50%;
}
.above-product-widget .widget.woocommerce-widget-layered-nav .widget-inner ul.woocommerce-widget-layered-nav-list-pa_color > li a .variation-color {
  display: block;
  height: 20px;
  border-radius: 50%;
}
.above-product-widget .widget.woocommerce-widget-layered-nav .widget-inner ul.woocommerce-widget-layered-nav-list-pa_color > li a .name-color {
  display: none;
}
.above-product-widget .widget.woocommerce-widget-layered-nav .widget-inner ul.woocommerce-widget-layered-nav-list-pa_color > li.chosen,
.above-product-widget .widget.woocommerce-widget-layered-nav .widget-inner ul.woocommerce-widget-layered-nav-list-pa_color > li:hover {
  border: 1px #fe2424 solid;
}
.above-product-widget .widget.sw_brand_filter ul li a {
  position: relative;
}
.above-product-widget .widget.sw_brand_filter ul li a:before {
  content: "\f00c";
  font-family: fontawesome;
  font-weight: normal;
  border: 1px #eee solid;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  color: #000;
  background: #fff;
  border: 1px #ededed solid;
  font-size: 0;
  margin-right: 8px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.rtl .above-product-widget .widget.sw_brand_filter ul li a:before {
  margin-right: 0;
  margin-left: 8px;
}
.above-product-widget .widget.sw_brand_filter ul li.active a,
.above-product-widget .widget.sw_brand_filter ul li:hover a {
  background: transparent;
  color: #000;
}
.above-product-widget .widget.sw_brand_filter ul li.active a:before,
.above-product-widget .widget.sw_brand_filter ul li:hover a:before {
  font-size: 12px;
  border: 1px #000 solid;
  color: #000;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.above-product-widget .widget.widget_tag_cloud .tagcloud {
  margin: 0 !important;
  padding: 5px 0 0 0;
}
.above-product-widget .widget.widget_tag_cloud .tagcloud a {
  display: inline-block;
  color: #666;
  font-size: 14px !important;
  padding: 10px;
  text-transform: capitalize;
  border: 1px solid #ddd;
  padding: 6px 9px;
  margin: 5px 2px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.above-product-widget .widget.widget_tag_cloud .tagcloud a:hover {
  border: 1px solid #fe2424;
  background-color: #fe2424;
  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;
}
.above-product-widget-e {
  border: 1px #ededed solid;
  padding: 30px 15px;
  margin-bottom: 40px;
}
.above-product-widget-e .widget {
  width: 20%;
  float: left;
  padding: 0 15px;
}
.rtl .above-product-widget-e .widget {
  float: right;
}
.above-product-widget-e .widget .block-title-widget h2 {
  font-size: 14px;
  text-transform: uppercase;
  color: #000;
  font-weight: 600;
}
.above-product-widget-e .widget ul {
  list-style: none;
  margin: 0;
}
.above-product-widget-e .widget ul > li {
  padding: 7px 0;
}
.above-product-widget-e .widget ul > li > a {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  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;
}
.above-product-widget-e .widget ul > li > a:hover {
  color: #000;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.above-product-widget-e .widget ul > li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.above-product-widget-e .widget ul > li ul.children {
  margin-left: 15px;
  margin-top: 8px;
  padding: 0 15px;
}
.above-product-widget-e .widget.widget_product_tag_cloud .tagcloud {
  margin: 0 !important;
  padding: 2px 15px 0 0px;
}
.rtl .above-product-widget-e .widget.widget_product_tag_cloud .tagcloud {
  padding: 2px 0 15px 0;
}
.above-product-widget-e .widget.widget_product_tag_cloud .tagcloud a {
  display: inline-block;
  color: #666;
  font-size: 14px !important;
  padding: 10px;
  text-transform: capitalize;
  background: #f5f5f5;
  padding: 7px 10px;
  border-radius: 4px;
  margin: 5px 2px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.above-product-widget-e .widget.widget_product_tag_cloud .tagcloud a:hover {
  background-color: #fe2424;
  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;
}
.above-product-widget-e .widget.woocommerce-widget-layered-nav .widget-inner ul {
  padding: 5px 0 0 0;
}
.above-product-widget-e .widget.woocommerce-widget-layered-nav .widget-inner ul > li {
  display: inline-block;
  vertical-align: top;
  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 .above-product-widget-e .widget.woocommerce-widget-layered-nav .widget-inner ul > li {
  margin: 0 0 5px 5px;
}
.above-product-widget-e .widget.woocommerce-widget-layered-nav .widget-inner ul > li a {
  min-width: 20px;
  height: 20px;
  line-height: 18px;
  text-align: center;
}
.above-product-widget-e .widget.woocommerce-widget-layered-nav .widget-inner ul > li:hover,
.above-product-widget-e .widget.woocommerce-widget-layered-nav .widget-inner ul > li.chosen {
  border-color: #fe2424;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.above-product-widget-e .widget.woocommerce-widget-layered-nav .widget-inner ul > li:hover a,
.above-product-widget-e .widget.woocommerce-widget-layered-nav .widget-inner ul > li.chosen a {
  background: #fe2424;
  color: #fff;
}
.above-product-widget-e .widget.woocommerce-widget-layered-nav .widget-inner ul > li span.count {
  display: none;
}
.above-product-widget-e .widget.woocommerce-widget-layered-nav .widget-inner ul > li.chosen a:before {
  display: none;
}
.above-product-widget-e .widget.woocommerce-widget-layered-nav .widget-inner ul.woocommerce-widget-layered-nav-list-pa_size > li {
  border: 1px #ededed solid;
  border-radius: 4px;
}
.above-product-widget-e .widget.woocommerce-widget-layered-nav .widget-inner ul.woocommerce-widget-layered-nav-list-pa_size > li.chosen,
.above-product-widget-e .widget.woocommerce-widget-layered-nav .widget-inner ul.woocommerce-widget-layered-nav-list-pa_size > li:hover {
  border-color: #fe2424;
}
.above-product-widget-e .widget.woocommerce-widget-layered-nav .widget-inner ul.woocommerce-widget-layered-nav-list-pa_color > li {
  padding: 3px;
  border: 1px #ededed solid;
  border-radius: 50%;
}
.above-product-widget-e .widget.woocommerce-widget-layered-nav .widget-inner ul.woocommerce-widget-layered-nav-list-pa_color > li:before {
  display: none;
}
.above-product-widget-e .widget.woocommerce-widget-layered-nav .widget-inner ul.woocommerce-widget-layered-nav-list-pa_color > li a {
  border-radius: 50%;
}
.above-product-widget-e .widget.woocommerce-widget-layered-nav .widget-inner ul.woocommerce-widget-layered-nav-list-pa_color > li a .variation-color {
  display: block;
  height: 20px;
  border-radius: 50%;
}
.above-product-widget-e .widget.woocommerce-widget-layered-nav .widget-inner ul.woocommerce-widget-layered-nav-list-pa_color > li a .name-color {
  display: none;
}
.above-product-widget-e .widget.woocommerce-widget-layered-nav .widget-inner ul.woocommerce-widget-layered-nav-list-pa_color > li.chosen,
.above-product-widget-e .widget.woocommerce-widget-layered-nav .widget-inner ul.woocommerce-widget-layered-nav-list-pa_color > li:hover {
  border: 1px #fe2424 solid;
}
.above-product-widget-e .widget.sw_brand_filter ul li a {
  position: relative;
}
.above-product-widget-e .widget.sw_brand_filter ul li a:before {
  content: "\f00c";
  font-family: fontawesome;
  font-weight: normal;
  border: 1px #eee solid;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  color: #000;
  background: #fff;
  border: 1px #ededed solid;
  font-size: 0;
  margin-right: 8px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.rtl .above-product-widget-e .widget.sw_brand_filter ul li a:before {
  margin-right: 0;
  margin-left: 8px;
}
.above-product-widget-e .widget.sw_brand_filter ul li.active a,
.above-product-widget-e .widget.sw_brand_filter ul li:hover a {
  background: transparent;
  color: #000;
}
.above-product-widget-e .widget.sw_brand_filter ul li.active a:before,
.above-product-widget-e .widget.sw_brand_filter ul li:hover a:before {
  font-size: 12px;
  border: 1px #000 solid;
  color: #000;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.above-product-widget-e .widget.widget_tag_cloud .tagcloud {
  margin: 0 !important;
  padding: 5px 0 0 0;
}
.above-product-widget-e .widget.widget_tag_cloud .tagcloud a {
  display: inline-block;
  color: #666;
  font-size: 14px !important;
  padding: 10px;
  text-transform: capitalize;
  border: 1px solid #ddd;
  padding: 6px 9px;
  margin: 5px 2px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.above-product-widget-e .widget.widget_tag_cloud .tagcloud a:hover {
  border: 1px solid #fe2424;
  background-color: #fe2424;
  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;
}
.wpb_gmaps_widget .wpb_wrapper {
  padding: 0;
}
.contact-left h3 {
  font-size: 18px;
  color: #000;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 21px;
}
.contact-left p {
  line-height: 26px !important;
  border-bottom: 1px #ddd solid;
  padding-bottom: 17px;
  margin-bottom: 5px;
  font-size: 14px !important;
}
.contact-left ul {
  margin: 0;
}
.contact-left ul li {
  position: relative;
  list-style: none;
  padding: 13px 0 13px 30px !important;
  border-bottom: 1px #ddd solid;
  line-height: 20px;
}
.rtl .contact-left ul li {
  padding: 13px 30px 13px 0 !important;
}
.contact-left ul li a {
  color: #666;
}
.contact-left ul li a:hover {
  color: #fe2424;
}
.contact-left ul li:first-child:before {
  content: "\f041";
  font-family: fontawesome;
  position: absolute;
  top: 13px;
  left: 0;
  font-size: 20px;
}
.contact-us-v2 .contact-left ul li:first-child:before {
  top: 11px;
}
.rtl .contact-left ul li:first-child:before {
  left: auto;
  right: 0;
}
.contact-left ul li:nth-child(2):before {
  content: "\f0e0";
  font-family: fontawesome;
  position: absolute;
  top: 12px;
  left: 0;
}
.rtl .contact-left ul li:nth-child(2):before {
  left: auto;
  right: 0;
}
.contact-left ul li:last-child {
  border-bottom: none;
}
.contact-left ul li:last-child:before {
  content: "\f095";
  font-family: fontawesome;
  position: absolute;
  top: 10px;
  left: 0;
  font-size: 17px;
}
.rtl .contact-left ul li:last-child:before {
  left: auto;
  right: 0;
}
.contact-right h3 {
  font-size: 30px;
  color: #000;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 15px;
}
.contact-right .wpcf7 .cf-name,
.contact-right .wpcf7 .cf-mail {
  width: 47%;
  float: left;
  overflow: hidden;
  margin-bottom: 15px;
}
.rtl .contact-right .wpcf7 .cf-name,
.rtl .contact-right .wpcf7 .cf-mail {
  float: right;
}
.contact-right .wpcf7 .cf-name input,
.contact-right .wpcf7 .cf-mail input {
  width: 100%;
  font-size: 16px;
}
.rtl .contact-right .wpcf7 .cf-name input,
.rtl .contact-right .wpcf7 .cf-mail input {
  text-align: right;
}
.contact-right .wpcf7 .cf-name input::-webkit-input-placeholder,
.contact-right .wpcf7 .cf-mail input::-webkit-input-placeholder {
  color: #838889;
}
.contact-right .wpcf7 .cf-name input::-moz-placeholder,
.contact-right .wpcf7 .cf-mail input::-moz-placeholder {
  color: #838889;
}
.contact-right .wpcf7 .cf-name input:-ms-input-placeholder,
.contact-right .wpcf7 .cf-mail input:-ms-input-placeholder {
  color: #838889;
}
.contact-right .wpcf7 .cf-name .wpcf7-form-control-wrap input,
.contact-right .wpcf7 .cf-mail .wpcf7-form-control-wrap input {
  padding: 8px 0;
  border: none;
  border-bottom: 2px #ddd solid;
}
.contact-right .wpcf7 .cf-name {
  margin-right: 6%;
}
.rtl .contact-right .wpcf7 .cf-name {
  margin-right: 0;
  margin-left: 6%;
}
.contact-right .wpcf7 .cf-sub {
  width: 100%;
  margin-bottom: 17px;
}
.contact-right .wpcf7 .cf-sub input {
  width: 100%;
  font-size: 16px;
}
.rtl .contact-right .wpcf7 .cf-sub input {
  text-align: right;
}
.contact-right .wpcf7 .cf-sub input::-webkit-input-placeholder {
  color: #838889;
}
.contact-right .wpcf7 .cf-sub input::-moz-placeholder {
  color: #838889;
}
.contact-right .wpcf7 .cf-sub input:-ms-input-placeholder {
  color: #838889;
}
.contact-right .wpcf7 .cf-sub .wpcf7-form-control-wrap input {
  padding: 8px 0;
  border: none;
  border-bottom: 2px #ddd solid;
}
.contact-right .wpcf7 .your-message textarea {
  min-height: 73px;
  font-size: 16px;
  padding: 8px 0;
  border: none;
  border-bottom: 2px #ddd solid;
}
.rtl .contact-right .wpcf7 .your-message textarea {
  text-align: right;
}
.contact-right .wpcf7 .your-message textarea::-webkit-input-placeholder {
  color: #838889;
}
.contact-right .wpcf7 .your-message textarea::-moz-placeholder {
  color: #838889;
}
.contact-right .wpcf7 .your-message textarea:-ms-input-placeholder {
  color: #838889;
}
.contact-right .wpcf7 .wpcf7-submit {
  padding: 5px 30px;
  background: #222;
  border: none;
  font-weight: 600;
  font-size: 16px;
  margin-top: 20px;
  width: 100%;
  text-align: center;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.contact-right .wpcf7 .wpcf7-submit:hover {
  background: #fe2424;
  -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: none;
}
.contact-right .wpcf7 .ajax-loader {
  margin-top: 23px;
}
.rtl .contact-right .wpcf7 .ajax-loader {
  margin-bottom: 20px;
}
.contact-right.style2 h3 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
}
.contact-right.style2 .wpcf7 .your-message textarea {
  min-height: 303px;
}
.contact-right2 h3 {
  font-size: 30px;
  color: #000;
  font-weight: 600;
  margin-bottom: 25px;
}
.contact-right2 .des {
  font-size: 16px;
  margin-bottom: 37px;
  color: #555;
}
.contact-right2 .wpcf7 .cf-name,
.contact-right2 .wpcf7 .cf-mail {
  width: 47%;
  float: left;
  overflow: hidden;
  margin-bottom: 15px;
}
.rtl .contact-right2 .wpcf7 .cf-name,
.rtl .contact-right2 .wpcf7 .cf-mail {
  float: right;
}
.contact-right2 .wpcf7 .cf-name input,
.contact-right2 .wpcf7 .cf-mail input {
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.rtl .contact-right2 .wpcf7 .cf-name input,
.rtl .contact-right2 .wpcf7 .cf-mail input {
  text-align: right;
}
.contact-right2 .wpcf7 .cf-name input::-webkit-input-placeholder,
.contact-right2 .wpcf7 .cf-mail input::-webkit-input-placeholder {
  color: #838889;
}
.contact-right2 .wpcf7 .cf-name input::-moz-placeholder,
.contact-right2 .wpcf7 .cf-mail input::-moz-placeholder {
  color: #838889;
}
.contact-right2 .wpcf7 .cf-name input:-ms-input-placeholder,
.contact-right2 .wpcf7 .cf-mail input:-ms-input-placeholder {
  color: #838889;
}
.contact-right2 .wpcf7 .cf-name .wpcf7-form-control-wrap input,
.contact-right2 .wpcf7 .cf-mail .wpcf7-form-control-wrap input {
  padding: 8px 15px;
  border: 1px #000 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;
}
.contact-right2 .wpcf7 .cf-name .wpcf7-form-control-wrap input:hover,
.contact-right2 .wpcf7 .cf-mail .wpcf7-form-control-wrap input:hover {
  border: 1px #fe2424 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;
}
.contact-right2 .wpcf7 .cf-name {
  margin-right: 6%;
}
.rtl .contact-right2 .wpcf7 .cf-name {
  margin-right: 0;
  margin-left: 6%;
}
.contact-right2 .wpcf7 .cf-sub {
  width: 100%;
  margin-bottom: 17px;
}
.contact-right2 .wpcf7 .cf-sub input {
  width: 100%;
}
.rtl .contact-right2 .wpcf7 .cf-sub input {
  text-align: right;
}
.contact-right2 .wpcf7 .cf-sub input::-webkit-input-placeholder {
  color: #838889;
}
.contact-right2 .wpcf7 .cf-sub input::-moz-placeholder {
  color: #838889;
}
.contact-right2 .wpcf7 .cf-sub input:-ms-input-placeholder {
  color: #838889;
}
.contact-right2 .wpcf7 .cf-sub .wpcf7-form-control-wrap input {
  padding: 8px 15px;
  border: none;
  border: 1px #000 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;
}
.contact-right2 .wpcf7 .cf-sub .wpcf7-form-control-wrap input:hover {
  border: 1px #fe2424 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;
}
.contact-right2 .wpcf7 .your-message textarea {
  min-height: 150px;
  padding: 8px 15px;
  border: 1px #000 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;
}
.rtl .contact-right2 .wpcf7 .your-message textarea {
  text-align: right;
}
.contact-right2 .wpcf7 .your-message textarea:hover {
  border: 1px #fe2424 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;
}
.contact-right2 .wpcf7 .your-message textarea::-webkit-input-placeholder {
  color: #838889;
}
.contact-right2 .wpcf7 .your-message textarea::-moz-placeholder {
  color: #838889;
}
.contact-right2 .wpcf7 .your-message textarea:-ms-input-placeholder {
  color: #838889;
}
.contact-right2 .wpcf7 p {
  text-align: center;
}
.contact-right2 .wpcf7 .wpcf7-submit {
  padding: 0px 35px;
  background: #222;
  border: none;
  font-size: 12px;
  margin-top: 5px;
  text-align: center;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.contact-right2 .wpcf7 .wpcf7-submit:hover {
  background: #fe2424;
  -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: none;
}
.rtl .contact-right2 .wpcf7 .wpcf7-submit {
  float: none;
}
.contact-right2 .wpcf7 .ajax-loader {
  margin-top: 23px;
}
.rtl .contact-right2 .wpcf7 .ajax-loader {
  margin-bottom: 20px;
}
.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;
  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;
  line-height: 40px;
  font-size: 14px;
  text-transform: uppercase;
  border: 0;
  background-color: #000;
  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: #fe2424;
}
.sw-list-store {
  font-family: "Barlow", Helvetica, Arial, sans-serif;
  position: relative;
  padding-bottom: 1px;
  padding-bottom: 40px;
  margin-bottom: 85px;
}
.sw-list-store:before {
  content: "";
  width: 1380px;
  height: 1px;
  background: #ededed;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  display: block;
  z-index: 999;
  margin: 0 auto;
}
.sw-list-store .resp-tab {
  overflow: hidden;
  background: #fff;
  margin: 0 0 22px;
}
.sw-list-store .resp-tab .nav-tabs-select {
  max-width: 1110px;
  margin: 0 auto;
}
.sw-list-store .resp-tab .nav-tabs-select > ul {
  margin: -3px 0 0 0;
  list-style: none;
  border: 0;
  background: #fff;
  z-index: 2;
  position: relative;
}
.sw-list-store .resp-tab .nav-tabs-select > ul > li {
  width: 50%;
  float: left;
  padding: 37px 49px;
  border-top: 3px transparent solid;
  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 .sw-list-store .resp-tab .nav-tabs-select > ul > li {
  float: right;
}
.sw-list-store .resp-tab .nav-tabs-select > ul > li > a {
  padding: 0;
  border: 0;
  overflow: hidden;
  border-radius: 0;
  margin: 0;
  color: #000;
}
.sw-list-store .resp-tab .nav-tabs-select > ul > li > a:hover {
  background: #fff;
  color: #000;
}
.sw-list-store .resp-tab .nav-tabs-select > ul > li .item-content h3 {
  font-size: 30px;
  margin: 16px 0 19px 0;
  text-transform: capitalize;
  font-weight: 600;
}
.sw-list-store .resp-tab .nav-tabs-select > ul > li .item-content .des {
  font-size: 16px;
  margin-bottom: 30px;
}
.sw-list-store .resp-tab .nav-tabs-select > ul > li .item-content .des i {
  margin-right: 10px;
  margin-left: 1px;
}
.rtl .sw-list-store .resp-tab .nav-tabs-select > ul > li .item-content .des i {
  margin-left: 10px;
  margin-right: 1px;
}
.sw-list-store .resp-tab .nav-tabs-select > ul > li .item-content .item-info {
  margin-bottom: 23px;
}
.sw-list-store .resp-tab .nav-tabs-select > ul > li .item-content .item-info .items {
  width: 50%;
  float: left;
}
.rtl .sw-list-store .resp-tab .nav-tabs-select > ul > li .item-content .item-info .items {
  float: right;
}
.sw-list-store .resp-tab .nav-tabs-select > ul > li .item-content .item-info .items .item-title2 {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 15px;
}
.sw-list-store .resp-tab .nav-tabs-select > ul > li .item-content .item-info .items .item-list {
  margin-bottom: 8px;
}
.sw-list-store .resp-tab .nav-tabs-select > ul > li .item-content .item-info .items .item-list span {
  color: #999;
}
.sw-list-store .resp-tab .nav-tabs-select > ul > li .item-social {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #000;
  margin-bottom: 18px;
}
.sw-list-store .resp-tab .nav-tabs-select > ul > li .social a {
  margin-right: 19px;
  font-size: 16px;
}
.rtl .sw-list-store .resp-tab .nav-tabs-select > ul > li .social a {
  margin-right: 0;
  margin-left: 19px;
}
.sw-list-store .resp-tab .nav-tabs-select > ul > li .social a:last-child {
  margin-right: 0;
}
.sw-list-store .resp-tab .nav-tabs-select > ul > li.active {
  border-top: 3px #000 solid;
  margin-top: -66px;
  -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-list-store .resp-tab .nav-tabs-select > ul > li.active:before {
  content: "";
  width: 26px;
  height: 26px;
  border: 3px #000 solid;
  border-width: 3px 0 0 3px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  top: -15px;
  margin-left: -10px;
  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;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sw-list-store .resp-tab .nav-tabs-select > ul > li:hover {
  border-top: 3px #000 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-list-store .resp-tab .nav-tabs-select > ul > li:hover:before {
  content: "";
  width: 26px;
  height: 26px;
  border: 3px #000 solid;
  border-width: 3px 0 0 3px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  top: -15px;
  margin-left: -10px;
  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;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sw-list-store .resp-tab .tab-content .tab-pane.active {
  opacity: 1;
}
.sw-list-store2 {
  border-bottom: 1px #ededed solid;
  padding-bottom: 75px;
}
.sw-list-store2 .title {
  font-size: 48px;
  color: #000;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 23px;
}
.sw-list-store2 .description {
  font-size: 16px;
  color: #999;
  line-height: 28px;
  margin-bottom: 55px;
}
.sw-list-store2 .resp-tab {
  overflow: hidden;
  background: #fff;
  margin: 0 0 22px;
}
.sw-list-store2 .resp-tab .nav-tabs-select {
  width: 21%;
  float: left;
  margin-right: 85px;
  padding-left: 5px;
}
.rtl .sw-list-store2 .resp-tab .nav-tabs-select {
  float: right;
  margin-right: 0;
  margin-left: 85px;
  padding-right: 5px;
  padding-left: 0;
}
.sw-list-store2 .resp-tab .nav-tabs-select > ul {
  margin: -3px 0 0 0;
  list-style: none;
  border: 0;
  background: #fff;
  z-index: 2;
  position: relative;
}
.sw-list-store2 .resp-tab .nav-tabs-select > ul > li {
  padding: 3px 18px;
  width: 100%;
  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;
}
.sw-list-store2 .resp-tab .nav-tabs-select > ul > li > a {
  padding: 0;
  border: 0;
  overflow: hidden;
  border-radius: 0;
  margin: 0;
  color: #000;
}
.sw-list-store2 .resp-tab .nav-tabs-select > ul > li > a:hover {
  background: #fff;
  color: #000;
}
.sw-list-store2 .resp-tab .nav-tabs-select > ul > li .item-content h3 {
  font-size: 20px;
  margin: 16px 0 6px 0;
  text-transform: capitalize;
  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-list-store2 .resp-tab .nav-tabs-select > ul > li .item-content h3 i {
  margin-right: 20px;
  font-size: 26px;
  display: inline-block;
  vertical-align: top;
}
.rtl .sw-list-store2 .resp-tab .nav-tabs-select > ul > li .item-content h3 i {
  margin-right: 0;
  margin-left: 20px;
}
.sw-list-store2 .resp-tab .nav-tabs-select > ul > li .item-content .des {
  font-size: 14px;
  margin-bottom: 15px;
  color: #999;
  padding: 0 15px 0 35px;
}
.rtl .sw-list-store2 .resp-tab .nav-tabs-select > ul > li .item-content .des {
  padding: 0 35px 0 15px;
}
.sw-list-store2 .resp-tab .nav-tabs-select > ul > li.active,
.sw-list-store2 .resp-tab .nav-tabs-select > ul > li:hover {
  -webkit-box-shadow: 0px 2px 8px rgba(0,0,0,0.08);
  -moz-box-shadow: 0px 2px 8px rgba(0,0,0,0.08);
  -o-box-shadow: 0px 2px 8px rgba(0,0,0,0.08);
  -ms-box-shadow: 0px 2px 8px rgba(0,0,0,0.08);
  box-shadow: 0px 2px 8px rgba(0,0,0,0.08);
  -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-list-store2 .resp-tab .nav-tabs-select > ul > li.active .item-content h3,
.sw-list-store2 .resp-tab .nav-tabs-select > ul > li:hover .item-content h3 {
  color: #fe2424;
  -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-list-store2 .resp-tab .tab-content .tab-pane {
  position: relative;
}
.sw-list-store2 .resp-tab .tab-content .tab-pane.active {
  opacity: 1;
}
.sw-list-store2 .resp-tab .tab-content .item-content {
  position: absolute;
  top: 6%;
  right: 0;
  background: #fff;
  padding: 30px 50px;
  width: 315px;
}
.sw-list-store2 .resp-tab .tab-content .item-content h3 {
  font-size: 30px;
  margin: 14px 0 18px 0;
  text-transform: capitalize;
  font-weight: 600;
  color: #000;
}
.sw-list-store2 .resp-tab .tab-content .item-content .des {
  font-size: 16px;
  margin-bottom: 30px;
  line-height: 24px;
}
.sw-list-store2 .resp-tab .tab-content .item-content .item-info {
  margin-bottom: 23px;
  color: #000;
}
.sw-list-store2 .resp-tab .tab-content .item-content .item-info .items .item-title2 {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 19px;
}
.sw-list-store2 .resp-tab .tab-content .item-content .item-info .items .item-list {
  margin-bottom: 11px;
}
.sw-list-store2 .resp-tab .tab-content .item-content .item-info .items .item-list span {
  color: #999;
}
.sw-list-store2 .resp-tab .tab-content .item-content .item-info .items:first-child {
  margin-bottom: 23px;
}
.sw-list-store2 .resp-tab .tab-content .item-content .item-social {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #000;
  margin-bottom: 18px;
}
.sw-list-store2 .resp-tab .tab-content .item-content .social a {
  margin-right: 19px;
  font-size: 16px;
}
.rtl .sw-list-store2 .resp-tab .tab-content .item-content .social a {
  margin-right: 0;
  margin-left: 19px;
}
.sw-list-store2 .resp-tab .tab-content .item-content .social a:last-child {
  margin-right: 0;
}
.ab-top {
  color: #000;
  padding-bottom: 15px;
}
.ab-top h3 {
  font-size: 40px;
  margin-bottom: 32px;
  font-weight: 600;
}
.ab-top h4 {
  font-size: 20px;
  line-height: 34px;
  margin-bottom: 23px;
}
.ab-top p {
  font-size: 16px;
  margin-bottom: 69px;
}
.ab-top ul {
  margin: 0;
}
.ab-top ul li span {
  width: 220px;
  float: left;
  font-size: 24px;
  font-weight: 600;
}
.rtl .ab-top ul li span {
  float: right;
}
.ab-top ul li p {
  overflow: hidden;
  line-height: 26px !important;
}
.ab-bot {
  text-align: center;
  padding: 44px 0 30px 0;
  margin: 0;
}
.ab-bot li {
  width: 25%;
  float: left;
  padding: 0 30px;
}
.rtl .ab-bot li {
  float: right;
}
.ab-bot li .icon {
  width: 65px;
  height: 55px;
  background: url(../assets/img/ab-icon.png) no-repeat 7px 3px;
  margin-bottom: 22px;
}
.ab-bot li .info h3 {
  font-size: 24px;
  color: #000;
  font-weight: 600;
  text-transform: capitalize;
}
.ab-bot li .info p {
  font-size: 16px !important;
  color: #666;
}
.ab-bot li:nth-child(2) .icon {
  background-position: -87px 0px;
}
.ab-bot li:nth-child(3) .icon {
  background-position: -175px 0px;
}
.ab-bot li:last-child .icon {
  background-position: -282px 0px;
}
.sw-ourteam-slider {
  margin: 0 auto 100px auto;
  max-width: 1090px;
}
.sw-ourteam-slider .block-title {
  margin-bottom: 50px;
  text-align: center;
}
.sw-ourteam-slider .block-title h3 {
  font-size: 40px;
  text-transform: capitalize;
  font-weight: 600;
  color: #000;
  margin-bottom: 25px;
}
.sw-ourteam-slider .block-title p {
  font-size: 16px;
  color: #555;
  max-width: 800px;
  margin: 0 auto;
}
.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;
  position: relative;
  margin-bottom: 60px;
}
.sw-ourteam-slider .slick-slider .item .item-wrap:hover {
  box-shadow: none;
}
.sw-ourteam-slider .slick-slider .item .item-wrap:last-child {
  margin-bottom: 0;
}
.sw-ourteam-slider .slick-slider .item .item-wrap .item-img img {
  margin: auto;
  width: 100%;
}
.sw-ourteam-slider .slick-slider .item .item-wrap .item-content {
  padding: 20px 15px 10px 15px;
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  background: #fff;
}
.sw-ourteam-slider .slick-slider .item .item-wrap .item-content h3 {
  font-size: 18px;
  color: #000;
  text-transform: capitalize;
  font-weight: 600;
}
.sw-ourteam-slider .slick-slider .item .item-wrap .item-content .team-info {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  color: #999;
}
.sw-ourteam-slider .slick-slider .item .item-wrap .item-content ul {
  margin: 0 0 5px 0;
  list-style: none;
  display: none;
}
.sw-ourteam-slider .slick-slider .item .item-wrap .item-content ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0 8px;
}
.sw-ourteam-slider .slick-slider .item .item-wrap .item-content ul li:first-child i {
  border-radius: 50%;
  overflow: hidden;
  background: #000;
  color: #fff;
  width: 14px;
  height: 14px;
  line-height: 20px;
  font-size: 11px;
  -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 ul li:first-child i:hover {
  background: #fe2424;
  -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:hover ul {
  display: block;
}
.rtl .ab-text3 .elementor-widget .elementor-widget-container .elementor-image-box-wrapper {
  text-align: right;
}
.e-title {
  font-size: 24px;
  text-transform: capitalize;
  margin-bottom: 10px;
  color: #000;
  font-weight: 600;
}
.rtl .ab-toogle .elementor-toggle {
  text-align: right;
}
.ab-toogle .elementor-toggle .elementor-toggle-item {
  background: #fff;
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 2px 8px rgba(0,0,0,0.08);
  -moz-box-shadow: 0px 2px 8px rgba(0,0,0,0.08);
  -o-box-shadow: 0px 2px 8px rgba(0,0,0,0.08);
  -ms-box-shadow: 0px 2px 8px rgba(0,0,0,0.08);
  box-shadow: 0px 2px 8px rgba(0,0,0,0.08);
}
.ab-toogle .elementor-toggle .elementor-toggle-item:first-child .elementor-tab-title {
  color: #fff;
  background: #000;
}
.ab-toogle .elementor-toggle .elementor-toggle-item:first-child .elementor-tab-title a:hover,
.ab-toogle .elementor-toggle .elementor-toggle-item:first-child .elementor-tab-title a:focus,
.ab-toogle .elementor-toggle .elementor-toggle-item:first-child .elementor-tab-title a {
  color: #fff;
}
.ab-toogle .elementor-toggle .elementor-toggle-item:first-child .elementor-tab-content {
  display: block;
  border-bottom: none;
}
.ab-toogle .elementor-toggle .elementor-toggle-item .elementor-tab-title {
  font-size: 16px;
  color: #000;
  border-bottom: none;
  font-weight: 500;
}
.ab-toogle .elementor-toggle .elementor-toggle-item .elementor-tab-title a {
  color: #000;
}
.ab-toogle .elementor-toggle .elementor-toggle-item .elementor-tab-title a:before {
  content: "+";
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
  margin-top: -3px;
  font-size: 20px;
}
.rtl .ab-toogle .elementor-toggle .elementor-toggle-item .elementor-tab-title a:before {
  margin-right: 0;
  margin-left: 15px;
}
.ab-toogle .elementor-toggle .elementor-toggle-item .elementor-tab-title.elementor-active {
  color: #fff;
  background: #000;
}
.ab-toogle .elementor-toggle .elementor-toggle-item .elementor-tab-title.elementor-active a {
  color: #fff;
}
.ab-toogle .elementor-toggle .elementor-toggle-item .elementor-tab-title.elementor-active a:before {
  content: "-";
}
.ab-toogle .elementor-toggle .elementor-toggle-item .elementor-tab-title.elementor-active a:focus {
  color: #fff;
}
.ab-toogle .elementor-toggle .elementor-toggle-item .elementor-tab-title.elementor-active a:hover {
  color: #fff;
}
.ab-toogle .elementor-toggle .elementor-toggle-item .elementor-tab-content {
  color: #909090;
  line-height: 24px;
  font-size: 16px;
  border-bottom: none;
}
.ab-toogle .elementor-toggle .elementor-toggle-item .elementor-tab-content b {
  font-weight: 500;
}
.sw-ourteam-slider2 .block-title h3 {
  font-size: 24px;
  text-transform: capitalize;
  margin-bottom: 30px;
  color: #000;
  font-weight: 600;
}
.sw-ourteam-slider2 .resp-slider-container {
  background: #fff;
  text-align: center;
  padding: 85px 10%;
  position: relative;
  padding-bottom: 65px;
  -webkit-box-shadow: 0px 2px 8px rgba(0,0,0,0.08);
  -moz-box-shadow: 0px 2px 8px rgba(0,0,0,0.08);
  -o-box-shadow: 0px 2px 8px rgba(0,0,0,0.08);
  -ms-box-shadow: 0px 2px 8px rgba(0,0,0,0.08);
  box-shadow: 0px 2px 8px rgba(0,0,0,0.08);
}
.sw-ourteam-slider2 .resp-slider-container .slider {
  position: static;
}
.sw-ourteam-slider2 .resp-slider-container .slider .item .item-wrap .item-img {
  margin-bottom: 40px;
}
.sw-ourteam-slider2 .resp-slider-container .slider .item .item-wrap .item-img img {
  margin: 0 auto;
  border-radius: 50%;
  width: 100px;
}
.sw-ourteam-slider2 .resp-slider-container .slider .item .item-wrap .item-content .item-desc {
  font-size: 16px;
  margin-bottom: 32px;
  line-height: 27px;
  color: #555;
}
.sw-ourteam-slider2 .resp-slider-container .slider .item .item-wrap .item-content h3 {
  font-size: 18px;
  color: #000;
  margin-bottom: 8px;
}
.sw-ourteam-slider2 .resp-slider-container .slider .item .item-wrap .item-content .team-info {
  font-size: 14px;
  color: #999;
}
.sw-ourteam-slider2 .resp-slider-container .slick-dots {
  text-align: center;
  margin: 0;
  position: absolute;
  bottom: 24px;
  left: 0;
  right: 0;
}
.sw-ourteam-slider2 .resp-slider-container .slick-dots li {
  list-style: none;
  display: inline-block;
  vertical-align: top;
  margin: 0 10px;
}
.sw-ourteam-slider2 .resp-slider-container .slick-dots li button {
  font-size: 0;
  width: 6px;
  height: 6px;
  padding: 0;
  background: #ddd;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 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;
}
.sw-ourteam-slider2 .resp-slider-container .slick-dots li.slick-active button,
.sw-ourteam-slider2 .resp-slider-container .slick-dots li:hover button {
  background: #fe2424;
  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;
}
.sw-ourteam-slider2 .resp-slider-container .slick-dots li.slick-active button:before,
.sw-ourteam-slider2 .resp-slider-container .slick-dots li:hover button:before {
  content: "";
  width: 18px;
  height: 18px;
  background: transparent;
  border: 1px #fe2424 solid;
  border-radius: 50%;
  position: absolute;
  top: -6px;
  left: -6px;
}
.sw-ourteam-slider3 .block-title {
  margin-bottom: 73px;
}
.sw-ourteam-slider3 .resp-slider-container .slider {
  margin: 0 -15px;
}
.sw-ourteam-slider3 .resp-slider-container .slider .item {
  padding: 0 15px;
}
.sw-ourteam-slider3 .resp-slider-container .slider .item .item-wrap .item-top .item-img {
  width: 87%;
}
.sw-ourteam-slider3 .resp-slider-container .slider .item .item-wrap .item-top .item-img img {
  margin-bottom: 0;
}
.sw-ourteam-slider3 .resp-slider-container .slider .item .item-wrap .item-top .social {
  margin: 0;
  float: right;
  text-align: center;
  padding-top: 15px;
  width: 13%;
}
.sw-ourteam-slider3 .resp-slider-container .slider .item .item-wrap .item-top .social li a {
  font-size: 15px;
  color: #fe2424;
  padding: 10px 5px;
  display: block;
}
.sw-ourteam-slider3 .resp-slider-container .slider .item .item-wrap .item-top .social li a:hover {
  color: #000;
}
.sw-ourteam-slider3 .resp-slider-container .slider .item .item-wrap .item-content {
  text-align: center;
  padding: 20px 15px 24px 15px;
  padding-right: 13%;
}
.rtl .sw-ourteam-slider3 .resp-slider-container .slider .item .item-wrap .item-content {
  padding-right: 0;
  padding-left: 13%;
}
.sw-ourteam-slider3 .resp-slider-container .slider .item .item-wrap .item-content h3 {
  font-size: 20px;
  color: #000;
  margin-bottom: 8px;
}
.sw-ourteam-slider3 .resp-slider-container .slider .item .item-wrap .item-content .team-info {
  font-size: 14px;
  color: #fe2424;
}
.about-top1 {
  text-align: center;
}
.about-top1 h3 {
  font-size: 60px;
  color: #000;
  margin-bottom: 30px;
}
.about-top1 p {
  font-size: 24px;
  color: #000;
  line-height: 39px !important;
}
.about-top {
  text-align: center;
  padding: 74px 0 106px 0;
}
.about-top h3 {
  font-size: 40px;
  color: #000;
  text-transform: capitalize;
  margin-bottom: 20px;
  font-weight: 600;
}
.about-top h4 {
  font-size: 16px;
  color: #fe2424;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 1px;
  margin-bottom: 24px;
}
.about-top p {
  font-size: 16px;
  color: #555;
  margin-bottom: 48px;
  line-height: 30px !important;
}
.about-top .penci {
  width: 460px;
  margin: 0 auto;
}
.about-top .penci .image {
  width: 50%;
  float: left;
  border-right: 1px #ddd solid;
}
.rtl .about-top .penci .image {
  float: right;
  border-right: none;
  border-left: 1px #ddd solid;
}
.about-top .penci .image img {
  margin: 0 auto;
}
.about-top .penci .info {
  overflow: hidden;
  text-align: left;
  padding-left: 10%;
}
.rtl .about-top .penci .info {
  text-align: right;
  padding-left: 0;
  padding-right: 10%;
}
.about-top .penci .info span {
  font-size: 14px;
  color: #fe2424;
  margin-bottom: 5px;
  display: block;
}
.about-top .penci .info label {
  font-size: 24px;
  color: #000;
  font-weight: 500;
}
.promotion-ab {
  margin: 0 -15px 42px -15px;
}
.promotion-ab li {
  width: 33.332%;
  float: left;
  padding: 0 15px;
  margin-bottom: 20px;
}
.rtl .promotion-ab li {
  float: right;
}
.promotion-ab li .icon {
  width: 65px;
  height: 55px;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  float: left;
  background: url(../assets/img/default/ab-icon2.png) no-repeat 12px 3px;
}
.rtl .promotion-ab li .icon {
  float: right;
  margin-right: 0;
  margin-left: 10px;
}
.promotion-ab li .info {
  overflow: hidden;
}
.promotion-ab li .info h3 {
  font-size: 18px;
  color: #000;
  font-weight: 600;
  text-transform: capitalize;
}
.promotion-ab li .info p {
  font-size: 14px !important;
  color: #808080;
}
.promotion-ab li:nth-child(2) .icon {
  background-position: -70px 0px;
}
.promotion-ab li:last-child .icon {
  background-position: -152px 0px;
}
.form-new1 .popup-content {
  text-align: center;
}
.form-new1 .popup-content h2 {
  color: #000;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 14px;
}
.form-new1 .popup-content .description {
  font-size: 14px;
  color: #666;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 14px;
}
.form-new1 .flashmart-socials {
  text-align: center;
}
.form-new1 .flashmart-socials ul {
  margin: 10px 0 0 0;
}
.form-new1 .flashmart-socials ul li a {
  color: #666;
  background: #fff;
  border: 1px #ececec solid;
  width: 30px;
  height: 30px;
  line-height: 29px;
  display: inline-block;
  font-size: 12px;
  border-radius: 50%;
  margin: 0 5px;
}
.form-new1 .flashmart-socials ul li a:hover {
  background: #fe2424;
  color: #fff;
  border-color: #fe2424;
}
.form-new1 .flashmart-socials ul li:nth-child(4) a {
  line-height: 27px;
}
.rtl .form-new1 .news-left1 {
  order: 1;
}
.rtl .form-new1 .news-right1 {
  order: 0;
}
.rtl .form-new1 .elementor-form-fields-wrapper {
  width: 100% !important;
}
.rtl .form-new1 .elementor-form-fields-wrapper input {
  border-width: 1px 1px 1px 0 !important;
}
.rtl .form-new1 .dialog-close-button {
  right: auto;
}
.form-new2 {
  color: #fff;
  text-align: center;
}
.form-new2 h3 {
  font-size: 20px;
  font-weight: normal;
}
.form-new2 h2 {
  font-size: 100px;
  font-weight: bold;
}
.form-new2 p {
  font-size: 30px;
}
.news-v2 .dialog-close-button i {
  padding: 5px;
}
.rtl .news-v2 .dialog-close-button {
  right: auto;
}
.form-v2 input.elementor-field {
  text-align: center;
}
.form-v2 .elementor-field-type-email .elementor-message {
  display: none;
}
.form-v2 .elementor-message {
  text-align: center;
}
.form-v2 button.elementor-button {
  margin-bottom: 20px;
  padding: 0 40px;
  height: 48px;
}
.discount {
  font-size: 14px;
  color: #fff;
  text-align: center;
}
.about-left h3 {
  font-size: 40px;
  font-weight: 600;
  color: #000;
  margin-bottom: 16px;
}
.about-left i {
  font-size: 16px;
  color: #999;
  margin-bottom: 17px;
  display: block;
}
.about-left p {
  font-size: 16px;
}
.ab-bar {
  margin-bottom: 26px !important;
}
.ab-bar .elementor-title {
  margin-bottom: 10px;
  display: block;
}
.rtl .ab-bar .elementor-title {
  text-align: right;
}
.ab-bar .elementor-progress-wrapper .elementor-progress-percentage {
  font-size: 16px;
  color: #000;
  font-weight: 600;
  position: absolute;
  top: -20px;
  right: 0;
  padding: 0;
}
.rtl .ab-bar .elementor-progress-wrapper .elementor-progress-percentage {
  right: auto;
  left: 0;
}
.portfolio-2-columns .elementor-lightbox,
.portfolio-3-columns .elementor-lightbox,
.portfolio-4-columns .elementor-lightbox,
.portfolio-masonry .elementor-lightbox,
.single-post .elementor-lightbox {
  display: none !important;
}
.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;
}
.flashmart-portfolio .portfolio-tab {
  text-align: center;
}
.rtl .flashmart-portfolio .portfolio-tab {
  text-align: center;
}
.flashmart-portfolio .portfolio-tab ul {
  margin: 0 0 25px;
  background: #fff;
  display: inline-block;
  overflow: hidden;
}
.flashmart-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: #000;
  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 .flashmart-portfolio .portfolio-tab ul li {
  float: right;
}
.flashmart-portfolio .portfolio-tab ul li.selected,
.flashmart-portfolio .portfolio-tab ul li:hover {
  background: #fe2424;
  color: #fff;
  border-color: #fe2424;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.flashmart-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;
}
.flashmart-portfolio .btn-loadmore.btn-loading {
  margin-top: 20px;
  background: url(../assets/img/loadingp.gif) no-repeat center center;
  border-color: transparent;
  background-size: 30px 30px;
}
.flashmart-portfolio .btn-loadmore.btn-loading .des-load {
  border: 0;
  display: none;
}
.flashmart-portfolio .btn-loadmore.btn-loading .des-load:before {
  content: "";
}
.flashmart-portfolio .btn-loadmore .des-load {
  font-size: 14px;
  padding: 10px 20px;
  display: inline-block;
  line-height: normal;
  background: #fe2424;
  font-weight: 500;
  color: #fff;
  border-radius: 0px;
}
.flashmart-portfolio .btn-loadmore .des-load:hover {
  opacity: 0.8;
}
.flashmart-portfolio .btn-loadmore .des-load:before {
  content: attr(data-label);
}
.flashmart-portfolio .btn-loadmore.btn-loaded  .des-load:before {
  content: attr(data-label-loaded);
}
.flashmart-portfolio .portfolio-container {
  overflow: hidden;
}
.flashmart-portfolio .portfolio-container ul.portfolio-content {
  width: 100%;
  margin: 0;
}
.flashmart-portfolio .portfolio-container ul.portfolio-content:after {
  content: '';
  display: block;
  clear: both;
}
.flashmart-portfolio .portfolio-container ul.portfolio-content >li {
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 0;
  position: relative;
  display: inline-block;
}
.flashmart-portfolio .portfolio-container ul.portfolio-content >li.grid-item {
  padding: 0 15px;
  float: left;
}
.flashmart-portfolio .portfolio-container ul.portfolio-content >li .portfolio-item-inner {
  overflow: hidden;
}
.flashmart-portfolio .portfolio-container ul.portfolio-content >li .portfolio-item-inner .portfolio-in {
  position: relative;
  z-index: 1;
}
.flashmart-portfolio .portfolio-container ul.portfolio-content >li .portfolio-item-inner .portfolio-in a.portfolio-img img:hover {
  opacity: 1;
}
.flashmart-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;
}
.flashmart-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;
}
.flashmart-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);
}
.flashmart-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;
}
.flashmart-portfolio .portfolio-container ul.portfolio-content >li .portfolio-item-inner .portfolio-in .p-item-content .p-item:hover {
  color: #fe2424;
  box-shadow: 0 0 1px 1px #fe2424;
}
.flashmart-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;
}
.flashmart-portfolio .portfolio-container ul.portfolio-content >li .portfolio-item-inner .portfolio-in .p-item-content .p-item-title:hover {
  color: #fe2424;
}
.flashmart-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);
}
.flashmart-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);
}
.flashmart-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);
}
.flashmart-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;
}
.flashmart-portfolio .portfolio-container ul.portfolio-content >li.portfolio-item {
  width: 33.332%;
  margin: 0;
  padding: 0;
  border: 0;
}
.flashmart-portfolio .portfolio-container ul.portfolio-content >li.portfolio-item img {
  width: 100%;
}
.flashmart-portfolio .portfolio-container ul.portfolio-content >li.portfolio-item.p-double-width {
  width: 40%;
}
.flashmart-portfolio .portfolio-container ul.portfolio-content >li.portfolio-item :after {
  height: 0;
  clear: both;
  content: " ";
  font-size: 0;
  min-height: 0;
  display: block;
  visibility: hidden;
}
.single-portfolio .portfolio-top {
  background: #fff;
  padding: 0 0 20px;
  margin-bottom: 30px;
}
.single-portfolio .portfolio-top h1 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #333;
  font-weight: bold;
  text-transform: uppercase;
}
.single-portfolio .portfolio-top .portfolio-content .single-thumbnail {
  width: 60%;
  margin-right: 30px;
}
.single-portfolio .portfolio-top .portfolio-content .single-portfolio-content {
  overflow: hidden;
}
.single-portfolio .portfolio-top .portfolio-content .single-portfolio-content h3 {
  font-size: 14px;
  border-bottom: 4px double #e2e2e2;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-weight: bold;
  color: #242424;
}
.single-portfolio .portfolio-top .portfolio-content .single-portfolio-content .single-description {
  margin-bottom: 25px;
}
.single-portfolio .portfolio-top .portfolio-content .single-portfolio-content .portfolio-meta .pmeta-item {
  margin-bottom: 10px;
}
.single-portfolio .portfolio-top .portfolio-content .single-portfolio-content .portfolio-meta .pmeta-item span {
  font-weight: bold;
  display: inline-block;
  min-width: 120px;
}
.single-portfolio .portfolio-top .portfolio-content .single-portfolio-content .portfolio-meta .pmeta-item > .meta-link {
  color: #fe2424;
}
.single-portfolio .portfolio-top .portfolio-content .single-portfolio-content .portfolio-meta .pmeta-item > .meta-link:hover {
  color: #ee0101;
}
.single-portfolio .related-portfolio {
  background: #fff;
  padding: 0 0 20px;
  margin-bottom: 40px;
  border-top: 2px solid #fe2424;
  position: relative;
}
.single-portfolio .related-portfolio:before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #ddd;
  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: #000;
  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: 60px;
}
.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: 50px 30px;
}
.category-contents .blog-content .post.sticky .entry .entry-content .content-top,
.category-contents .blog-content .post.tag-sticky-2 .entry .entry-content .content-top {
  padding-top: 0;
}
.category-contents .blog-content .post.sticky .entry .entry-content .content-top .entry-summary ul li,
.category-contents .blog-content .post.tag-sticky-2 .entry .entry-content .content-top .entry-summary ul li {
  margin-bottom: 10px;
}
.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 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;
}
.category-contents .blog-content .post .entry .entry-thumb:hover img {
  opacity: 0.85;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.category-contents .blog-content .post .entry .entry-content {
  padding: 0;
}
.category-contents .blog-content .post .entry .entry-content .content-top {
  padding: 30px 23px 0 23px;
}
.category-contents .blog-content .post .entry .entry-content .content-top .entry-summary {
  line-height: 1.7;
  font-size: 16px;
  margin-bottom: 27px;
  color: #555;
}
.category-contents .blog-content .post .entry .entry-content .content-top .entry-cate {
  padding: 0 5px;
}
.category-contents .blog-content .post .entry .entry-content .content-top .entry-cate span {
  display: inline-block;
  vertical-align: top;
  border: 1px #000 solid;
  margin-right: 10px;
  text-transform: capitalize;
  height: 20px;
  line-height: 17px;
  position: relative;
  margin-bottom: 9px;
  -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: skew(-20deg,0deg);
  -moz-transform: skew(-20deg,0deg);
  -o-transform: skew(-20deg,0deg);
  -ms-transform: skewX(-20deg) skewY(0deg);
  transform: skew(-20deg,0deg);
}
.rtl .category-contents .blog-content .post .entry .entry-content .content-top .entry-cate span {
  margin-right: 0;
  margin-left: 10px;
}
.category-contents .blog-content .post .entry .entry-content .content-top .entry-cate span a {
  font-size: 12px;
  color: #000;
  padding: 0px 10px;
  display: block;
  -webkit-transform: skew(20deg,0deg);
  -moz-transform: skew(20deg,0deg);
  -o-transform: skew(20deg,0deg);
  -ms-transform: skewX(20deg) skewY(0deg);
  transform: skew(20deg,0deg);
}
.category-contents .blog-content .post .entry .entry-content .content-top .entry-cate span:hover {
  border-color: #fe2424;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.category-contents .blog-content .post .entry .entry-content .content-top .entry-cate span:hover a {
  color: #fe2424;
}
.category-contents .blog-content .post .entry .entry-content .content-top .entry-cate span:last-child {
  margin-right: 0;
}
.rtl .category-contents .blog-content .post .entry .entry-content .content-top .entry-cate span:last-child {
  margin-left: 0;
}
.category-contents .blog-content .post .entry .entry-content .content-top .entry-title h4 {
  margin-bottom: 11px;
  line-height: 50px;
  font-size: 40px;
  font-weight: 600;
}
.category-contents .blog-content .post .entry .entry-content .content-top .entry-meta {
  color: #999;
  margin-bottom: 20px;
  font-size: 12px;
}
.category-contents .blog-content .post .entry .entry-content .content-top .entry-meta .entry-date {
  text-transform: uppercase;
}
.category-contents .blog-content .post .entry .entry-content .content-top .entry-meta .entry-date a {
  color: #999;
}
.category-contents .blog-content .post .entry .entry-content .content-top .entry-meta .entry-date a:hover {
  color: #fe2424;
}
.category-contents .blog-content .post .entry .entry-content .content-top .entry-meta a {
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
}
.category-contents .blog-content .post .entry .entry-content .content-top .entry-meta span {
  margin-right: 20px;
  display: inline-block;
  position: relative;
}
.category-contents .blog-content .post .entry .entry-content .content-top .entry-meta span:before {
  content: "";
  position: absolute;
  right: -11px;
  top: 2px;
  width: 1px;
  height: 13px;
  background: #999;
  -webkit-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  -moz-transform: rotate(20deg);
  -o-transform: rotate(20deg);
  transform: rotate(20deg);
}
.rtl .category-contents .blog-content .post .entry .entry-content .content-top .entry-meta span:before {
  right: auto;
  left: -11px;
}
.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 span:last-child:before {
  display: none;
}
.category-contents .blog-content .post .entry .entry-content .content-top .entry-author {
  text-transform: uppercase;
}
.category-contents .blog-content .post .entry .entry-content .content-top .entry-meta-tag {
  color: #999;
  text-transform: uppercase;
}
.category-contents .blog-content .post .entry .entry-content .content-top .entry-meta-tag .fa {
  margin-right: 5px;
}
.rtl .category-contents .blog-content .post .entry .entry-content .content-top .entry-meta-tag .fa {
  margin-right: 0;
  margin-left: 5px;
}
.category-contents .blog-content .post .entry .entry-content .readmore {
  padding: 0 23px;
}
.category-contents .blog-content .post .entry .entry-content .readmore >a {
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  font-size: 12px;
  border-bottom: 2px #000 solid;
  font-weight: bold;
  padding-bottom: 6px;
}
.category-contents .blog-content .post .entry .entry-content .readmore >a:hover {
  border-color: #fe2424;
}
.category-contents .blog-content .post .entry .entry-content .readmore .entry-comment {
  font-size: 12px;
  padding-top: 5px;
}
.category-contents .blog-content .post .entry .entry-content .readmore .entry-comment i {
  display: inline-block;
  vertical-align: top;
  margin-top: 1px;
  margin-right: 2px;
}
.rtl .category-contents .blog-content .post .entry .entry-content .readmore .entry-comment i {
  margin-right: 0;
  margin-left: 2px;
}
.category-contents .blog-content .post .entry .entry-content .readmore .entry-comment a {
  display: inline-block;
  vertical-align: top;
}
.category-contents .blog-content.blog-content-grid .post {
  margin-bottom: 30px;
}
.category-contents .blog-content.blog-content-grid .post.format-quote .entry .entry-content .content-top {
  padding-top: 0;
}
.category-contents .blog-content.blog-content-grid .post.format-quote .entry .entry-content .content-top .entry-title {
  padding-top: 102px;
  position: relative;
  padding-bottom: 30px;
}
.category-contents .blog-content.blog-content-grid .post.format-quote .entry .entry-content .content-top .entry-title:before {
  content: "";
  font-family: FontAwesome;
  width: 45px;
  height: 40px;
  display: block;
  background: url('../assets/img/quote.svg') no-repeat center center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  top: 43px;
  left: 0;
}
.category-contents .blog-content.blog-content-grid .post.format-quote .entry .entry-content .content-top .entry-title:after {
  content: "Q1";
  font-size: 60px;
  color: #f5f5f5;
  font-weight: 600;
  position: absolute;
  top: 0;
  right: 0;
}
.category-contents .blog-content.blog-content-grid .post.format-quote .entry .entry-content .content-top .entry-title h4 {
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}
.category-contents .blog-content.blog-content-grid .post.format-quote .entry .entry-content .entry-meta,
.category-contents .blog-content.blog-content-grid .post.format-quote .entry .entry-content .entry-summary {
  display: none;
}
.category-contents .blog-content.blog-content-grid .post.format-quote .entry .entry-content .readmore {
  display: none;
}
.category-contents .blog-content.blog-content-grid .post.format-link .entry .entry-content {
  background: #222222;
}
.category-contents .blog-content.blog-content-grid .post.format-link .entry .entry-content .content-top {
  padding-top: 0;
}
.category-contents .blog-content.blog-content-grid .post.format-link .entry .entry-content .content-top .entry-title {
  padding-top: 102px;
  position: relative;
  padding-bottom: 30px;
}
.category-contents .blog-content.blog-content-grid .post.format-link .entry .entry-content .content-top .entry-title:before {
  content: "";
  font-family: FontAwesome;
  width: 40px;
  height: 30px;
  display: block;
  background: url('../assets/img/link.svg') no-repeat center center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  top: 43px;
  left: 0px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.category-contents .blog-content.blog-content-grid .post.format-link .entry .entry-content .content-top .entry-title:after {
  content: "L1";
  font-size: 60px;
  color: #494949;
  font-weight: 600;
  position: absolute;
  top: 0;
  right: 0;
}
.category-contents .blog-content.blog-content-grid .post.format-link .entry .entry-content .content-top .entry-title h4 {
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}
.category-contents .blog-content.blog-content-grid .post.format-link .entry .entry-content .content-top .entry-title h4 a {
  color: #fff;
}
.category-contents .blog-content.blog-content-grid .post.format-link .entry .entry-content .content-top .entry-title h4 a:hover {
  color: #fe2424;
}
.category-contents .blog-content.blog-content-grid .post.format-link .entry .entry-content .entry-meta,
.category-contents .blog-content.blog-content-grid .post.format-link .entry .entry-content .entry-summary {
  display: none;
}
.category-contents .blog-content.blog-content-grid .post.format-link .entry .entry-content .readmore {
  display: none;
}
.category-contents .blog-content.blog-content-grid .post .video-wrapper {
  padding-top: 0;
}
.category-contents .blog-content.blog-content-grid .post .entry {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.category-contents .blog-content.blog-content-grid .post .entry .entry-thumb {
  position: relative;
}
.category-contents .blog-content.blog-content-grid .post .entry .entry-thumb .entry-meta {
  position: absolute;
  top: 0;
  left: 20px;
  padding: 5px 0px 10px 0;
  text-align: center;
  background: #fff;
  width: 60px;
}
.rtl .category-contents .blog-content.blog-content-grid .post .entry .entry-thumb .entry-meta {
  left: auto;
  right: 20px;
}
.category-contents .blog-content.blog-content-grid .post .entry .entry-thumb .entry-meta .post_day {
  font-size: 30px;
  color: #000;
  display: block;
  font-weight: 500;
}
.category-contents .blog-content.blog-content-grid .post .entry .entry-thumb .entry-meta .post_mo {
  font-size: 12px;
  color: #999;
  display: block;
  text-transform: uppercase;
  font-weight: 500;
}
.category-contents .blog-content.blog-content-grid .post .entry .entry-content {
  border: 1px #ededed 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;
}
.category-contents .blog-content.blog-content-grid .post .entry .entry-content .content-top {
  padding: 15px 18px 0px 18px;
}
.category-contents .blog-content.blog-content-grid .post .entry .entry-content .content-top .entry-title h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}
.category-contents .blog-content.blog-content-grid .post .entry .entry-content .content-top .entry-meta {
  font-size: 12px;
}
.category-contents .blog-content.blog-content-grid .post .entry .entry-content .content-top .entry-meta a {
  color: #fe2424;
}
.category-contents .blog-content.blog-content-grid .post .entry .entry-content .content-top .entry-meta a:hover {
  color: #000;
}
.category-contents .blog-content.blog-content-grid .post .entry .entry-content .content-top .entry-summary {
  font-size: 14px;
  margin-bottom: 10px;
  margin-bottom: 15px;
  line-height: 24px;
}
.category-contents .blog-content.blog-content-grid .post .entry .entry-content .readmore {
  padding: 0 18px;
  margin-bottom: 20px;
}
.category-contents .blog-content.blog-content-grid .post .entry:hover {
  -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
  -o-box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
  -ms-box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
  box-shadow: 0px 0px 10px rgba(0,0,0,0.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;
}
.category-contents .blog-content.blog-content-grid .post .entry:hover .entry-content {
  border-color: 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;
}
.category-contents .blog-content.blog-content-list .post .size-full {
  margin-bottom: 0;
}
.category-contents .blog-content.blog-content-list .post .entry .entry-content .content-top .entry-summary h1,
.category-contents .blog-content.blog-content-list .post .entry .entry-content .content-top .entry-summary h2,
.category-contents .blog-content.blog-content-list .post .entry .entry-content .content-top .entry-summary h3,
.category-contents .blog-content.blog-content-list .post .entry .entry-content .content-top .entry-summary h4,
.category-contents .blog-content.blog-content-list .post .entry .entry-content .content-top .entry-summary h5,
.category-contents .blog-content.blog-content-list .post .entry .entry-content .content-top .entry-summary h6 {
  color: #000;
  font-weight: 600;
  padding-top: 20px;
}
.category-contents .blog-content.blog-content-list .post .entry .entry-content .content-top .entry-summary p {
  margin-bottom: 25px;
}
.category-contents .blog-content.blog-content-list .post .entry .entry-content .content-top .entry-summary video {
  max-width: 100%;
}
.category-contents .blog-content.blog-content-list .post .entry .entry-content .content-top .entry-summary .wp-block-gallery {
  list-style: none;
}
.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.blog-content-list2 .post {
  margin-bottom: 50px;
}
.category-contents .blog-content.blog-content-list2 .post .entry .entry-thumb {
  width: 405px;
  float: left;
  margin-right: 30px;
}
.rtl .category-contents .blog-content.blog-content-list2 .post .entry .entry-thumb {
  float: right;
  margin-right: 0;
  margin-left: 30px;
}
.category-contents .blog-content.blog-content-list2 .post .entry .entry-thumb a img {
  margin-bottom: 0;
}
.category-contents .blog-content.blog-content-list2 .post .entry .entry-content {
  overflow: hidden;
}
.category-contents .blog-content.blog-content-list2 .post .entry .entry-content .content-top {
  padding: 15px 0 0 0;
}
.category-contents .blog-content.blog-content-list2 .post .entry .entry-content .content-top .entry-title h4 {
  font-size: 30px;
  line-height: 40px;
}
.category-contents .blog-content.blog-content-list2 .post .entry .entry-content .readmore {
  padding: 0;
}
.category-contents .blog-content .format-standard.tag-markup-2 .entry .entry-content .entry-summary {
  font-size: 15px;
}
.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: #000;
  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;
}
.category-contents .pagination {
  margin-bottom: 40px;
}
.pagination {
  margin: 0;
  clear: both;
  width: 100%;
  padding-top: 20px;
}
.pagination ul {
  margin: 0;
  list-style: none;
  vertical-align: top;
  background-color: #fff;
  border: 0;
  text-align: center;
}
.pagination ul >li {
  margin-right: 3px;
  display: inline-block;
  vertical-align: top;
}
.rtl .pagination ul >li {
  margin-right: 0;
  margin-left: 3px;
}
.pagination ul >li .page-numbers {
  width: 40px;
  height: 40px;
  line-height: 39px;
  border-radius: 50%;
  display: block;
  padding: 0;
  background: #f5f5f5;
  color: #000;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  transition: all .5s;
}
.pagination ul >li .page-numbers.current,
.pagination ul >li .page-numbers:hover {
  background-color: #fe2424;
  color: #fff;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  transition: all .5s;
}
.pagination ul >li .page-numbers.prev,
.pagination ul >li .page-numbers.next {
  font-size: 0;
}
.pagination ul >li .page-numbers.prev:before,
.pagination ul >li .page-numbers.next:before {
  font-family: fontawesome;
  font-size: 16px;
}
.pagination ul >li .page-numbers.prev:before {
  content: "\f104";
}
.rtl .pagination ul >li .page-numbers.prev:before {
  content: "\f105";
}
.pagination ul >li .page-numbers.next:before {
  content: "\f105";
}
.rtl .pagination ul >li .page-numbers.next:before {
  content: "\f104";
}
.format-audio .entry .wp-entry-thumb iframe {
  vertical-align: top;
  margin: 0;
}
blockquote {
  border-color: #fe2424;
  border-width: 0 0 0 2px;
  position: relative;
  padding: 5px 0 5px 15px !important;
}
blockquote:before,
blockquote:after {
  display: none;
}
blockquote p {
  font-style: italic;
  font-size: 16px;
  line-height: 24px;
  text-decoration: underline;
  position: relative;
}
blockquote.is-style-large p {
  font-weight: 600;
  color: #000;
}
blockquote.has-light-gray-color {
  padding-left: 5px !important;
  border: none;
}
blockquote.has-light-gray-color p {
  font-weight: 600;
  color: #000;
  text-decoration: none;
  font-style: normal;
}
blockquote.has-very-dark-gray-color {
  padding-left: 5px !important;
  border: none;
  text-align: center !important;
}
blockquote.has-very-dark-gray-color p {
  font-weight: 600;
  color: #000;
  text-decoration: none;
  font-style: normal;
}
.wp-block-pullquote {
  position: relative;
}
.wp-block-pullquote:before {
  content: "”";
  display: block;
  font-size: 6.2rem;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  height: 4.4rem;
  width: 4.4rem;
  background: #ebebeb;
  border-radius: 50%;
  margin: 0px auto 1.5rem;
}
.wp-block-audio {
  margin-bottom: 25px;
}
.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: #fe2424;
}
.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: #fe2424;
}
.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: #fe2424;
  border-color: #fe2424;
}
.wp-block-image {
  margin-bottom: 40px !important;
}
.wp-block-button {
  margin-bottom: 25px;
}
.wp-block-cover {
  margin-bottom: 25px;
}
.wp-block-cover .wp-block-cover-text {
  color: #fff !important;
  max-width: 100%;
}
.wp-block-gallery.is-cropped.alignfull {
  margin-bottom: 30px;
}
.wp-block-gallery.is-cropped.alignfull .blocks-gallery-caption {
  margin: 0 auto;
}
.wp-block-archives,
.wp-block-categories {
  margin-bottom: 20px;
}
.wp-block-calendar table caption {
  background: #dcd7ca;
  color: #000;
  font-weight: 500;
}
.wp-block-latest-posts.wp-block-latest-posts__list li {
  margin-bottom: 10px;
}
.wp-block-search {
  margin-bottom: 20px;
}
.wp-block-search input {
  border-radius: 0;
}
@media (min-width: 1200px) {
  .wp-block-cover.has-background-dim.aligncenter,
  .wp-block-cover.has-background-dim-60.has-background-dim {
    width: 70%;
    margin-left: 0;
  }
}
.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;
  margin-bottom: 25px;
}
.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: 0px;
}
.single.main .post .entry-wrap .entry-title,
.single.main .team .entry-wrap .entry-title,
.single.main .attachment .entry-wrap .entry-title {
  color: #000;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 18px;
}
.single.main .post .entry-wrap strong,
.single.main .team .entry-wrap strong,
.single.main .attachment .entry-wrap strong {
  font-weight: 500;
}
.single.main .post .entry-wrap .entry-content,
.single.main .team .entry-wrap .entry-content,
.single.main .attachment .entry-wrap .entry-content {
  border-bottom: 1px #ededed solid;
}
.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: #999;
  font-size: 12px;
  margin-bottom: 30px;
}
.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 {
  text-transform: uppercase;
}
.single.main .post .entry-wrap .entry-content .entry-meta .entry-date a,
.single.main .team .entry-wrap .entry-content .entry-meta .entry-date a,
.single.main .attachment .entry-wrap .entry-content .entry-meta .entry-date a {
  color: #000;
}
.single.main .post .entry-wrap .entry-content .entry-meta .entry-date a:hover,
.single.main .team .entry-wrap .entry-content .entry-meta .entry-date a:hover,
.single.main .attachment .entry-wrap .entry-content .entry-meta .entry-date a:hover {
  color: #fe2424;
}
.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: #999;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
}
.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: #fe2424;
}
.single.main .post .entry-wrap .entry-content .entry-meta span,
.single.main .team .entry-wrap .entry-content .entry-meta span,
.single.main .attachment .entry-wrap .entry-content .entry-meta span {
  margin-right: 20px;
  display: inline-block;
  position: relative;
}
.rtl .single.main .post .entry-wrap .entry-content .entry-meta span,
.rtl .single.main .team .entry-wrap .entry-content .entry-meta span,
.rtl .single.main .attachment .entry-wrap .entry-content .entry-meta span {
  margin-left: 20px;
  margin-right: 0;
}
.single.main .post .entry-wrap .entry-content .entry-meta span:before,
.single.main .team .entry-wrap .entry-content .entry-meta span:before,
.single.main .attachment .entry-wrap .entry-content .entry-meta span:before {
  content: "";
  position: absolute;
  right: -11px;
  top: 3px;
  width: 1px;
  height: 10px;
  background: #999;
}
.rtl .single.main .post .entry-wrap .entry-content .entry-meta span:before,
.rtl .single.main .team .entry-wrap .entry-content .entry-meta span:before,
.rtl .single.main .attachment .entry-wrap .entry-content .entry-meta span:before {
  right: auto;
  left: -11px;
}
.single.main .post .entry-wrap .entry-content .entry-meta span:nth-child(3):before,
.single.main .post .entry-wrap .entry-content .entry-meta span:last-child:before,
.single.main .team .entry-wrap .entry-content .entry-meta span:nth-child(3):before,
.single.main .team .entry-wrap .entry-content .entry-meta span:last-child:before,
.single.main .attachment .entry-wrap .entry-content .entry-meta span:nth-child(3):before,
.single.main .attachment .entry-wrap .entry-content .entry-meta span:last-child:before {
  display: none;
}
.single.main .post .entry-wrap .entry-content .entry-meta .entry-cate,
.single.main .team .entry-wrap .entry-content .entry-meta .entry-cate,
.single.main .attachment .entry-wrap .entry-content .entry-meta .entry-cate {
  margin: 0;
  display: initial;
}
.single.main .post .entry-wrap .entry-content .entry-meta .entry-cate .fa,
.single.main .team .entry-wrap .entry-content .entry-meta .entry-cate .fa,
.single.main .attachment .entry-wrap .entry-content .entry-meta .entry-cate .fa {
  margin-right: 4px;
}
.rtl .single.main .post .entry-wrap .entry-content .entry-meta .entry-cate .fa,
.rtl .single.main .team .entry-wrap .entry-content .entry-meta .entry-cate .fa,
.rtl .single.main .attachment .entry-wrap .entry-content .entry-meta .entry-cate .fa {
  margin-left: 4px;
  margin-right: 0;
}
.single.main .post .entry-wrap .entry-content .entry-meta .entry-cate a,
.single.main .team .entry-wrap .entry-content .entry-meta .entry-cate a,
.single.main .attachment .entry-wrap .entry-content .entry-meta .entry-cate a {
  margin-bottom: 5px;
}
.single.main .post .entry-wrap .entry-content .entry-meta .entry-comment,
.single.main .team .entry-wrap .entry-content .entry-meta .entry-comment,
.single.main .attachment .entry-wrap .entry-content .entry-meta .entry-comment {
  margin: 0;
  color: #555;
}
.rtl .single.main .post .entry-wrap .entry-content .entry-meta .entry-comment,
.rtl .single.main .team .entry-wrap .entry-content .entry-meta .entry-comment,
.rtl .single.main .attachment .entry-wrap .entry-content .entry-meta .entry-comment {
  margin: 0;
}
.single.main .post .entry-wrap .entry-content .entry-meta .entry-comment:before,
.single.main .team .entry-wrap .entry-content .entry-meta .entry-comment:before,
.single.main .attachment .entry-wrap .entry-content .entry-meta .entry-comment:before {
  display: none;
}
.single.main .post .entry-wrap .entry-content .entry-meta .entry-comment i,
.single.main .team .entry-wrap .entry-content .entry-meta .entry-comment i,
.single.main .attachment .entry-wrap .entry-content .entry-meta .entry-comment i {
  display: inline-block;
  vertical-align: top;
  margin-top: 1px;
  margin-right: 2px;
}
.rtl .single.main .post .entry-wrap .entry-content .entry-meta .entry-comment i,
.rtl .single.main .team .entry-wrap .entry-content .entry-meta .entry-comment i,
.rtl .single.main .attachment .entry-wrap .entry-content .entry-meta .entry-comment i {
  margin-right: 0;
  margin-left: 2px;
}
.single.main .post .entry-wrap .entry-content .entry-meta .entry-comment a,
.single.main .team .entry-wrap .entry-content .entry-meta .entry-comment a,
.single.main .attachment .entry-wrap .entry-content .entry-meta .entry-comment a {
  display: inline-block;
  vertical-align: top;
  color: #555;
}
.single.main .post .entry-wrap .entry-content .entry-meta .entry-comment a:hover,
.single.main .team .entry-wrap .entry-content .entry-meta .entry-comment a:hover,
.single.main .attachment .entry-wrap .entry-content .entry-meta .entry-comment a:hover {
  color: #fe2424;
}
.single.main .post .entry-wrap .entry-content .entry-author,
.single.main .team .entry-wrap .entry-content .entry-author,
.single.main .attachment .entry-wrap .entry-content .entry-author {
  text-transform: uppercase;
}
.single.main .post .entry-wrap .entry-content .entry-author a,
.single.main .team .entry-wrap .entry-content .entry-author a,
.single.main .attachment .entry-wrap .entry-content .entry-author a {
  color: #fe2424;
}
.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: 1.8;
  font-size: 16px;
  padding-bottom: 27px;
}
.single.main .post .entry-wrap .entry-content .entry-summary .elementor h2,
.single.main .post .entry-wrap .entry-content .entry-summary .elementor h3,
.single.main .post .entry-wrap .entry-content .entry-summary .elementor h4,
.single.main .post .entry-wrap .entry-content .entry-summary .elementor h5,
.single.main .post .entry-wrap .entry-content .entry-summary .elementor h6,
.single.main .team .entry-wrap .entry-content .entry-summary .elementor h2,
.single.main .team .entry-wrap .entry-content .entry-summary .elementor h3,
.single.main .team .entry-wrap .entry-content .entry-summary .elementor h4,
.single.main .team .entry-wrap .entry-content .entry-summary .elementor h5,
.single.main .team .entry-wrap .entry-content .entry-summary .elementor h6,
.single.main .attachment .entry-wrap .entry-content .entry-summary .elementor h2,
.single.main .attachment .entry-wrap .entry-content .entry-summary .elementor h3,
.single.main .attachment .entry-wrap .entry-content .entry-summary .elementor h4,
.single.main .attachment .entry-wrap .entry-content .entry-summary .elementor h5,
.single.main .attachment .entry-wrap .entry-content .entry-summary .elementor h6 {
  color: #000;
}
.single.main .post .entry-wrap .entry-content .entry-summary .elementor h2 strong,
.single.main .post .entry-wrap .entry-content .entry-summary .elementor h3 strong,
.single.main .post .entry-wrap .entry-content .entry-summary .elementor h4 strong,
.single.main .post .entry-wrap .entry-content .entry-summary .elementor h5 strong,
.single.main .post .entry-wrap .entry-content .entry-summary .elementor h6 strong,
.single.main .team .entry-wrap .entry-content .entry-summary .elementor h2 strong,
.single.main .team .entry-wrap .entry-content .entry-summary .elementor h3 strong,
.single.main .team .entry-wrap .entry-content .entry-summary .elementor h4 strong,
.single.main .team .entry-wrap .entry-content .entry-summary .elementor h5 strong,
.single.main .team .entry-wrap .entry-content .entry-summary .elementor h6 strong,
.single.main .attachment .entry-wrap .entry-content .entry-summary .elementor h2 strong,
.single.main .attachment .entry-wrap .entry-content .entry-summary .elementor h3 strong,
.single.main .attachment .entry-wrap .entry-content .entry-summary .elementor h4 strong,
.single.main .attachment .entry-wrap .entry-content .entry-summary .elementor h5 strong,
.single.main .attachment .entry-wrap .entry-content .entry-summary .elementor h6 strong {
  font-weight: 500;
}
.single.main .post .entry-wrap .entry-content .entry-summary .blog-box1,
.single.main .team .entry-wrap .entry-content .entry-summary .blog-box1,
.single.main .attachment .entry-wrap .entry-content .entry-summary .blog-box1 {
  margin-bottom: 10px;
}
.single.main .post .entry-wrap .entry-content .entry-summary .blog-box1 img,
.single.main .team .entry-wrap .entry-content .entry-summary .blog-box1 img,
.single.main .attachment .entry-wrap .entry-content .entry-summary .blog-box1 img {
  width: 530px;
  float: left;
  margin-right: 30px;
}
.rtl .single.main .post .entry-wrap .entry-content .entry-summary .blog-box1 img,
.rtl .single.main .team .entry-wrap .entry-content .entry-summary .blog-box1 img,
.rtl .single.main .attachment .entry-wrap .entry-content .entry-summary .blog-box1 img {
  float: right;
  margin-left: 30px;
  margin-right: 0;
}
.single.main .post .entry-wrap .entry-content .entry-summary .blog-box1 .info,
.single.main .team .entry-wrap .entry-content .entry-summary .blog-box1 .info,
.single.main .attachment .entry-wrap .entry-content .entry-summary .blog-box1 .info {
  overflow: hidden;
}
.single.main .post .entry-wrap .entry-content .entry-summary .blog-quote,
.single.main .team .entry-wrap .entry-content .entry-summary .blog-quote,
.single.main .attachment .entry-wrap .entry-content .entry-summary .blog-quote {
  font-size: 20px;
  position: relative;
  color: #fe2424;
  line-height: 30px;
  padding-left: 35px;
  margin-bottom: 30px;
  font-style: italic;
}
.rtl .single.main .post .entry-wrap .entry-content .entry-summary .blog-quote,
.rtl .single.main .team .entry-wrap .entry-content .entry-summary .blog-quote,
.rtl .single.main .attachment .entry-wrap .entry-content .entry-summary .blog-quote {
  padding-left: 0;
  padding-right: 35px;
}
.single.main .post .entry-wrap .entry-content .entry-summary .blog-quote:before,
.single.main .team .entry-wrap .entry-content .entry-summary .blog-quote:before,
.single.main .attachment .entry-wrap .entry-content .entry-summary .blog-quote:before {
  content: "";
  width: 4px;
  height: 82%;
  top: 10%;
  left: 0;
  background: #fe2424;
  position: absolute;
}
.rtl .single.main .post .entry-wrap .entry-content .entry-summary .blog-quote:before,
.rtl .single.main .team .entry-wrap .entry-content .entry-summary .blog-quote:before,
.rtl .single.main .attachment .entry-wrap .entry-content .entry-summary .blog-quote:before {
  left: auto;
  right: 0;
}
.single.main .post .entry-wrap .entry-content .entry-summary .blog-box2,
.single.main .team .entry-wrap .entry-content .entry-summary .blog-box2,
.single.main .attachment .entry-wrap .entry-content .entry-summary .blog-box2 {
  margin: 0 -15px;
}
.single.main .post .entry-wrap .entry-content .entry-summary .blog-box2 img,
.single.main .team .entry-wrap .entry-content .entry-summary .blog-box2 img,
.single.main .attachment .entry-wrap .entry-content .entry-summary .blog-box2 img {
  width: 50%;
  float: left;
  padding: 0 15px;
  clear: none;
}
.rtl .single.main .post .entry-wrap .entry-content .entry-summary .blog-box2 img,
.rtl .single.main .team .entry-wrap .entry-content .entry-summary .blog-box2 img,
.rtl .single.main .attachment .entry-wrap .entry-content .entry-summary .blog-box2 img {
  float: right;
}
.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 h2,
.single.main .post .entry-wrap .entry-content .entry-summary h3,
.single.main .post .entry-wrap .entry-content .entry-summary h4,
.single.main .post .entry-wrap .entry-content .entry-summary h5,
.single.main .post .entry-wrap .entry-content .entry-summary h6,
.single.main .team .entry-wrap .entry-content .entry-summary h2,
.single.main .team .entry-wrap .entry-content .entry-summary h3,
.single.main .team .entry-wrap .entry-content .entry-summary h4,
.single.main .team .entry-wrap .entry-content .entry-summary h5,
.single.main .team .entry-wrap .entry-content .entry-summary h6,
.single.main .attachment .entry-wrap .entry-content .entry-summary h2,
.single.main .attachment .entry-wrap .entry-content .entry-summary h3,
.single.main .attachment .entry-wrap .entry-content .entry-summary h4,
.single.main .attachment .entry-wrap .entry-content .entry-summary h5,
.single.main .attachment .entry-wrap .entry-content .entry-summary h6 {
  margin-bottom: 25px;
}
.single.main .post .entry-wrap .entry-content .entry-summary .elementor-text-editor,
.single.main .team .entry-wrap .entry-content .entry-summary .elementor-text-editor,
.single.main .attachment .entry-wrap .entry-content .entry-summary .elementor-text-editor {
  color: #333;
}
.single.main .post .entry-wrap .entry-content .entry-summary p,
.single.main .team .entry-wrap .entry-content .entry-summary p,
.single.main .attachment .entry-wrap .entry-content .entry-summary p {
  margin-bottom: 25px;
}
.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: none;
  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: #fe2424;
}
.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: #fe2424;
}
.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: #000;
}
.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 {
  clear: both;
  padding-bottom: 21px;
}
.single.main .post .entry-wrap .entry-content .single-content-bottom .entry-tag,
.single.main .team .entry-wrap .entry-content .single-content-bottom .entry-tag,
.single.main .attachment .entry-wrap .entry-content .single-content-bottom .entry-tag {
  padding-top: 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 {
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  color: #fff;
  background: #959595;
  padding: 4px 10px;
  font-size: 11px;
  border-radius: 2px;
  font-weight: 500;
  margin-right: 3px;
}
.rtl .single.main .post .entry-wrap .entry-content .single-content-bottom .entry-tag a,
.rtl .single.main .team .entry-wrap .entry-content .single-content-bottom .entry-tag a,
.rtl .single.main .attachment .entry-wrap .entry-content .single-content-bottom .entry-tag a {
  margin-right: 0;
  margin-left: 3px;
}
.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 {
  background: #fe2424;
}
.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 {
  display: none;
}
.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 .item-social,
.single.main .team .entry-wrap .entry-content .social-share .item-social,
.single.main .attachment .entry-wrap .entry-content .social-share .item-social {
  display: inline-block;
  vertical-align: top;
}
.single.main .post .entry-wrap .entry-content .social-share .item-social:nth-child(2) a,
.single.main .team .entry-wrap .entry-content .social-share .item-social:nth-child(2) a,
.single.main .attachment .entry-wrap .entry-content .social-share .item-social:nth-child(2) a {
  color: #1da1f2;
  border: 2px #1da1f2 solid;
}
.single.main .post .entry-wrap .entry-content .social-share .item-social:nth-child(2) a:hover,
.single.main .team .entry-wrap .entry-content .social-share .item-social:nth-child(2) a:hover,
.single.main .attachment .entry-wrap .entry-content .social-share .item-social:nth-child(2) a:hover {
  color: #fff;
  border-color: #fe2424;
}
.single.main .post .entry-wrap .entry-content .social-share .item-social:last-child a,
.single.main .team .entry-wrap .entry-content .social-share .item-social:last-child a,
.single.main .attachment .entry-wrap .entry-content .social-share .item-social:last-child a {
  color: #e70628;
  border: 2px #e70628 solid;
}
.single.main .post .entry-wrap .entry-content .social-share .item-social:last-child a:hover,
.single.main .team .entry-wrap .entry-content .social-share .item-social:last-child a:hover,
.single.main .attachment .entry-wrap .entry-content .social-share .item-social:last-child a:hover {
  color: #fff;
  border-color: #fe2424;
}
.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;
  margin: 0 2px;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50%;
  color: #4267b2;
  border: 2px #4267b2 solid;
  font-size: 18px;
  -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: #fe2424;
  color: #fff;
  border-color: #fe2424;
  -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 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: 38px;
}
.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;
}
.single.main .post #authorDetails .authorDetail .infomation,
.single.main .team #authorDetails .authorDetail .infomation,
.single.main .attachment #authorDetails .authorDetail .infomation {
  overflow: hidden;
  padding: 10px 20px;
  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: #000;
  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 {
  line-height: 28px;
  font-size: 16px;
}
.single.main .post #comments .alert,
.single.main .team #comments .alert,
.single.main .attachment #comments .alert {
  background: #dbedf7;
  border: 1px #c0e8f1 solid;
}
.single.main .post #comments .alert .close,
.single.main .team #comments .alert .close,
.single.main .attachment #comments .alert .close {
  margin-top: -2px;
}
.single.main .post #comments .alert p,
.single.main .team #comments .alert p,
.single.main .attachment #comments .alert p {
  color: #3b708f;
}
.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: #000;
  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.main .post-password-required form.post-password-form label input {
  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;
}
.single.main .post-password-required form.post-password-form input[type="submit"] {
  display: block;
  text-transform: uppercase;
  font-weight: 500;
}
.single.main .post-password-required form.post-password-form input[type="submit"]:hover {
  background: #fe2424;
  border-color: #fe2424;
  -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 {
  padding-bottom: 33px;
  margin-top: 56px;
  border-bottom: 1px #ededed solid;
}
.single-post-relate h4 {
  text-transform: capitalize;
  margin-bottom: 26px;
  font-size: 24px;
  color: #000;
  font-weight: 600;
}
.single-post-relate .row,
.single-post-relate .post-gird {
  margin: 0 -10px;
}
.single-post-relate .post {
  padding: 0 10px;
}
.single-post-relate .post .item-relate-img {
  position: relative;
  max-height: 220px;
  overflow: hidden;
  margin-bottom: 13px;
}
.single-post-relate .post .item-relate-img img {
  width: 100%;
}
.single-post-relate .post .item-relate-img:hover img {
  opacity: 0.85;
}
.single-post-relate .post .item-relate-img .cat-name {
  font-size: 12px;
  color: #fff;
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 0 12px;
  line-height: 24px;
  background: #000;
}
.single-post-relate .post .item-relate-img .cat-name:hover {
  background: #fe2424;
}
.rtl .single-post-relate .post .item-relate-img .cat-name {
  left: auto;
  right: 10px;
}
.single-post-relate .post .item-relate-content {
  background-color: #fff;
  padding: 0 0 15px 0;
}
.single-post-relate .post .item-relate-content h4 {
  margin-bottom: 14px;
  text-transform: capitalize;
  overflow: hidden;
}
.single-post-relate .post .item-relate-content h4 a {
  color: #000;
  font-size: 18px;
  line-height: 28px;
  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: #fe2424;
  -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: #999;
  margin-bottom: 10px;
  font-size: 12px;
  position: relative;
  padding-left: 20px;
}
.rtl .single-post-relate .post .item-relate-content .entry-meta {
  padding-left: 0;
  padding-right: 20px;
}
.single-post-relate .post .item-relate-content .entry-meta:before {
  content: "";
  width: 12px;
  height: 1px;
  background: #999;
  position: absolute;
  top: 50%;
  left: 0;
}
.rtl .single-post-relate .post .item-relate-content .entry-meta:before {
  left: auto;
  right: 0;
}
.single-post-relate .post .item-relate-content .entry-meta a {
  color: #999;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
}
.single-post-relate .post .item-relate-content .entry-meta a:hover {
  color: #fe2424;
}
.single-post-relate .post .item-relate-content .entry-meta span {
  display: inline-block;
  position: relative;
}
.single-post-relate .post-gird {
  margin-bottom: 30px;
}
.single-post-relate .post-gird .elementor-post__card {
  border-radius: 0;
}
.single-post-relate .post-gird .elementor-post__meta-data {
  border: none;
  padding: 0 !important;
}
#comments {
  margin-top: 57px;
  margin-bottom: 47px;
  overflow: hidden;
}
#comments .title {
  text-transform: capitalize;
  margin-bottom: 36px;
  font-size: 24px;
  color: #000;
  font-weight: 600;
}
#comments .title small {
  display: inline-block;
  vertical-align: top;
  color: #000;
  font-weight: bold;
  font-size: 20px;
  margin-top: 3px;
}
#comments .commentlist {
  position: relative;
}
#comments .commentlist:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
#comments .commentlist .children {
  margin-left: 90px;
  margin-right: 0;
}
.rtl #comments .commentlist .children {
  margin-right: 90px;
  margin-left: 0;
}
#comments .comment {
  margin-bottom: 23px;
  background-color: #fff;
}
#comments .comment .author {
  margin: 0;
  overflow: hidden;
  margin-right: 15px;
}
.rtl #comments .comment .author {
  margin-right: 0;
  margin-left: 15px;
}
#comments .comment .author img {
  margin: 0;
  border-radius: 50%;
}
#comments .comment .media-body .media .media-heading {
  overflow: hidden;
  margin-bottom: 5px;
  padding-top: 10px;
}
#comments .comment .media-body .media .media-heading .author-name {
  color: #000;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 3px;
}
#comments .comment .media-body .media .media-heading .time {
  color: #b3b3b3;
  font-size: 12px;
  line-height: 22px;
  text-transform: capitalize;
}
#comments .comment .media-body .media .media-heading .time a {
  color: #b3b3b3;
}
#comments .comment .media-body .media .media-heading .reply {
  line-height: 21px;
}
#comments .comment .media-body .media .media-heading .reply a {
  font-size: 12px;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 2px;
}
#comments .comment .media-body .media .media-heading .reply a:hover {
  color: #fe2424;
}
#comments .comment .media-body .media .media-content {
  font-size: 16px;
}
#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: #000;
  font-weight: 600;
}
#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;
}
#comments .comment .media-body .media .media-content blockquote {
  padding: 10px 30px;
}
#comments .comment .media-body .media .media-content blockquote:before,
#comments .comment .media-body .media .media-content blockquote:after {
  font-size: 24px;
  color: #ddd;
}
#comments .comment .media-body .media .media-content cite {
  font-style: italic;
}
#comments .comment .media-body .media .media-content table thead th,
#comments .comment .media-body .media .media-content table thead td {
  border-bottom-width: 2px;
}
#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;
}
#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;
}
#comments .comment .media-body .media .media-content ol {
  padding-left: 0;
}
#comments .comment .media-body .media .media-content p {
  font-size: 16px;
  line-height: 27px;
  color: #333;
}
#comments .comment .media-body .media .media-content ul li,
#comments .comment .media-body .media .media-content ol li {
  line-height: 28px;
}
#comments .alert {
  background: transparent;
  border: 1px #ddd solid;
  border-radius: 0;
}
#comments .alert p {
  color: #000;
}
#comments .pingback {
  border: 1px #ddd solid;
  padding: 15px 15px 5px 15px;
}
#comments .pingback .media-heading {
  overflow: hidden;
}
#comments .pingback .media-heading .time {
  display: none;
}
#comments .pingback .media-content {
  padding: 0 30px;
}
#comments .pingback p {
  line-height: 24px;
}
#comments .pingback:nth-child(4) {
  margin-bottom: 40px;
}
#respond {
  margin-bottom: 80px;
  margin-top: 60px;
  padding: 36px 40px 13px 40px;
  background: #f7f7f7;
}
#respond .title {
  text-transform: capitalize;
  margin-bottom: 17px;
  font-size: 24px;
  color: #000;
  font-weight: 600;
}
#respond .comment-form p {
  font-size: 12px;
  margin-bottom: 28px;
  color: #333;
}
#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 #ededed solid;
  height: 40px;
  font-size: 14px;
  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: #fff;
}
#respond .comment-form .cmm-box-top input::-webkit-input-placeholder {
  color: #cccccc;
}
#respond .comment-form .cmm-box-top input::-moz-placeholder {
  color: #cccccc;
}
#respond .comment-form .cmm-box-top input:-ms-input-placeholder {
  color: #cccccc;
}
#respond .comment-form .comment-form-cookies-consent input {
  margin: 4px 4px 0 0;
}
.rtl #respond .comment-form .comment-form-cookies-consent input {
  margin: 4px 0 0 4px;
}
#respond .comment-form .comment-form-cookies-consent label {
  font-weight: normal;
}
#respond .comment-form .cmm-box-bottom textarea,
#respond .comment-form .comment-form-comment textarea {
  width: 100%;
  font-size: 14px;
  border: 1px #ededed solid;
  padding: 10px 20px;
  min-height: 200px;
  margin-bottom: 20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
#respond .comment-form .cmm-box-bottom textarea::-webkit-input-placeholder,
#respond .comment-form .comment-form-comment textarea::-webkit-input-placeholder {
  color: #cccccc;
}
#respond .comment-form .cmm-box-bottom textarea::-moz-placeholder,
#respond .comment-form .comment-form-comment textarea::-moz-placeholder {
  color: #cccccc;
}
#respond .comment-form .cmm-box-bottom textarea:-ms-input-placeholder,
#respond .comment-form .comment-form-comment textarea:-ms-input-placeholder {
  color: #cccccc;
}
#respond .comment-form #submit {
  margin-top: 10px;
  color: #fff;
  width: 100%;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 12px;
  border-radius: 0;
  display: block;
  margin: 12px 0;
  border-color: #000;
  height: 40px;
  line-height: 38px;
  letter-spacing: 2.3px;
  padding: 0 15px;
  background: #000;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
#respond .comment-form #submit:hover {
  background: #fe2424;
  border-color: #fe2424;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
#respond .comment-form .comment-form-comment label {
  display: none;
}
.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(254,37,37,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);
}
.page .entry-content .entry-summary .page-links {
  line-height: 30px;
}
.page .entry-content .entry-summary .page-links span,
.page .entry-content .entry-summary .page-links a {
  display: inline-block;
  vertical-align: top;
  width: 30px;
  line-height: 28px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  font-size: 14px;
  background: #f5f5f5;
  margin: 0 0 0 5px;
}
.rtl .page .entry-content .entry-summary .page-links span,
.rtl .page .entry-content .entry-summary .page-links a {
  margin: 0 5px 0 0;
}
.page .entry-content .entry-summary .page-links span:hover,
.page .entry-content .entry-summary .page-links a:hover {
  background: #fe2424;
  color: #fff;
}
.page .entry-content .entry-summary .page-links span {
  background: #fe2424;
  color: #fff;
}
.page .entry-content .entry-summary .page-links a span {
  border: none;
  margin: 0;
  background: none;
  color: #000;
}
.wrapper_404 {
  width: 100%;
  height: auto;
  text-align: center;
}
.wrapper_404 .content_404 {
  overflow: hidden;
  width: 100%;
  padding: 110px 0 80px 0;
}
.wrapper_404 .content_404 .erro-image img {
  margin: 0 auto 25px auto;
}
.wrapper_404 .content_404 .block-top {
  margin-bottom: 48px;
}
.wrapper_404 .content_404 .block-top h2 {
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 16px;
  color: #fe2424;
}
.wrapper_404 .content_404 .block-top p {
  font-size: 18px;
  color: #222;
}
.wrapper_404 .content_404 .block-bottom a {
  font-size: 14px;
  color: #fff;
  background: #fe2424;
  height: 50px;
  line-height: 50px;
  padding: 0 35px;
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.wrapper_404 .content_404 .block-bottom a:hover {
  background: #000;
  -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-face {
  font-family: 'Nucleo';
  src: url('../fonts/Nucleo.eot');
  src: url('../fonts/Nucleo.eot') format('embedded-opentype'), url('../fonts/Nucleo.woff2') format('woff2'), url('../fonts/Nucleo.woff') format('woff'), url('../fonts/Nucleo.ttf') format('truetype'), url('../fonts/Nucleo.svg#Nucleo') format('svg');
}
.icon {
  display: inline-block;
  font: normal normal normal 1em/1 'Nucleo';
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-sm {
  font-size: 0.8em;
}
.icon-lg {
  font-size: 1.2em;
}
.icon-16 {
  font-size: 16px;
}
.icon-32 {
  font-size: 32px;
}
.icon-bg-square,
.icon-bg-circle {
  padding: 0.35em;
  background-color: #eee;
}
.icon-bg-circle {
  border-radius: 50%;
}
.icon-ul {
  padding-left: 0;
  list-style-type: none;
}
.icon-ul > li {
  display: flex;
  align-items: flex-start;
  line-height: 1.4;
}
.icon-ul > li > .icon {
  margin-right: 0.4em;
  line-height: inherit;
}
.icon-is-spinning {
  -webkit-animation: icon-spin 2s infinite linear;
  -moz-animation: icon-spin 2s infinite linear;
  animation: icon-spin 2s infinite linear;
}
@-webkit-keyframes icon-spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes icon-spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@keyframes icon-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.icon-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.icon-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.icon-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.icon-flip-y {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1,1);
  -moz-transform: scale(-1,1);
  -ms-transform: scale(-1,1);
  -o-transform: scale(-1,1);
  transform: scale(-1,1);
}
.icon-flip-x {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1,-1);
  -moz-transform: scale(1,-1);
  -ms-transform: scale(1,-1);
  -o-transform: scale(1,-1);
  transform: scale(1,-1);
}
.icon-segmentation::before {
  content: "\ea02";
}
.icon-tail-triangle-left::before {
  content: "\ea04";
}
.icon-tail-triangle-right::before {
  content: "\ea05";
}
.icon-tail-triangle-up::before {
  content: "\ea06";
}
.icon-tail-triangle-down::before {
  content: "\ea07";
}
.icon-zoom-2::before {
  content: "\ea08";
}
.icon-bag-16::before {
  content: "\ea09";
}
.icon-heart-2::before {
  content: "\ea0a";
}
.icon-single-02::before {
  content: "\ea0b";
}
.icon-replay::before {
  content: "\ea0c";
}
.icon-currency-exchange::before {
  content: "\ea0d";
}
.icon-delivery-fast::before {
  content: "\ea0e";
}
.icon-cut::before {
  content: "\ea0f";
}
.icon-chat-46::before {
  content: "\ea10";
}
.icon-lock::before {
  content: "\ea11";
}
.icon-palette::before {
  content: "\ea12";
}
.icon-eye-17::before {
  content: "\ea13";
}
.icon-small-down::before {
  content: "\ea14";
}
.icon-bullet-list-69::before {
  content: "\ea15";
}
.icon-grid-45::before {
  content: "\ea16";
}
.icon-small-remove::before {
  content: "\ea17";
}
.icon-small-left::before {
  content: "\ea18";
}
.icon-small-right::before {
  content: "\ea19";
}
.icon-small-up::before {
  content: "\ea1a";
}
.icon-shape-star::before {
  content: "\ea1b";
}
.icon-bag-20::before {
  content: "\ea1c";
}
.icon-bag-add-21::before {
  content: "\ea1d";
}
.icon-basket::before {
  content: "\ea1e";
}
.icon-cart-simple::before {
  content: "\ea1f";
}
.icon-check-circle-07::before {
  content: "\ea20";
}
.icon-phone-call::before {
  content: "\ea21";
}
.icon-crosshair::before {
  content: "\ea22";
}
.icon-gold::before {
  content: "\ea23";
}
.icon-parking-sensors::before {
  content: "\ea24";
}
.icon-position-pin::before {
  content: "\ea25";
}
.icon-dots-05::before {
  content: "\ea26";
}
.icon-bars-2::before {
  content: "\ea27";
}
.icon-logo-fb-simple::before {
  content: "\ea28";
}
.icon-logo-youtube::before {
  content: "\ea29";
}
.icon-logo-instagram::before {
  content: "\ea2a";
}
.icon-logo-pinterest::before {
  content: "\ea2b";
}
.icon-logo-twitter::before {
  content: "\ea2c";
}
.icon-simple-add::before {
  content: "\ea2d";
}
.icon-simple-delete::before {
  content: "\ea2e";
}
.icon-trash-simple::before {
  content: "\ea2f";
}
.icon-logo-google-plus::before {
  content: "\ea30";
}
.icon-logo-linkedin::before {
  content: "\ea31";
}
.icon-heart-2-2::before {
  content: "\ea32";
}
.icon-eye-ban-18::before {
  content: "\ea33";
}
.icon-bag-remove-22::before {
  content: "\ea34";
}
.icon-image-add::before {
  content: "\ea35";
}
.icon-bag-20-3::before {
  content: "\ea37";
}
.icon-tail-triangle-left-2::before {
  content: "\ea38";
}
.icon-tail-triangle-right-2::before {
  content: "\ea39";
}
.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 #fe2424 !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;
}
.sw-instagram-gallery {
  margin-bottom: 45px;
}
.sw-instagram-gallery .box-title {
  margin-bottom: 53px;
  text-align: center;
}
.sw-instagram-gallery .box-title h3 {
  text-transform: uppercase;
  color: #000;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 2px;
}
.sw-instagram-gallery .box-title h3 span {
  color: black;
  -webkit-text-fill-color: white;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black;
}
.sw-instagram-gallery .intagram-gallery-content {
  overflow: hidden;
  margin: 0 -15px;
}
.sw-instagram-gallery .intagram-gallery-content .item {
  width: 16.6%;
  padding: 0 15px;
}
.sw-instagram-gallery .intagram-gallery-content .item a {
  display: block;
  overflow: hidden;
}
.sw-instagram-gallery .intagram-gallery-content .item a img {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.sw-instagram-gallery .intagram-gallery-content .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-instagram-slider h3 {
  text-align: center;
  color: #363636;
  font-size: 24px;
  margin-bottom: 36px;
}
.sw-instagram-slider .resp-slider-container .slider .item {
  position: relative;
}
.sw-instagram-slider .resp-slider-container .slider .item a {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
}
.sw-instagram-slider .resp-slider-container .slider .item a img {
  -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-instagram-slider .resp-slider-container .slider .item a span {
  position: absolute;
  right: 30px;
  bottom: 15px;
  font-size: 20px;
  color: #ddd;
  -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-instagram-slider .resp-slider-container .slider .item a span {
  right: auto;
  left: 30px;
}
.sw-instagram-slider .resp-slider-container .slider .item a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -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-instagram-slider .resp-slider-container .slider .item a:hover span {
  color: #fe2424;
  -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 {
  margin-bottom: 37px;
}
.sw-category-slider .block-title {
  text-align: center;
  position: relative;
  margin-bottom: 45px;
}
.sw-category-slider .block-title:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #ddd;
  position: absolute;
  bottom: 50%;
  left: 0;
  right: 0;
}
.sw-category-slider .block-title h3 {
  float: none;
  display: inline-block;
  vertical-align: top;
  background: #fff;
  position: relative;
  padding: 0 30px;
  margin-bottom: 0;
  font-size: 30px;
  text-transform: capitalize;
  color: #000;
}
.sw-category-slider .resp-slider-container .slider {
  margin: 0 -15px;
}
.sw-category-slider .resp-slider-container .slider .item {
  padding: 0 15px;
}
.sw-category-slider .resp-slider-container .slider .item .item-image a img {
  margin-bottom: 12px;
  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-category-slider .resp-slider-container .slider .item .item-image a img:hover {
  animation-name: elementor-animation-buzz-out;
  animation-duration: .75s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
}
.sw-category-slider .resp-slider-container .slider .item h3 {
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  max-width: 100px;
  margin: 0 auto;
  line-height: 16px;
}
.sw-category-slider .resp-slider-container .slider .item:hover h3 a {
  color: #fe2424;
}
.sw-category-slider.style1 {
  margin-bottom: 84px;
}
.sw-category-slider.style1 .resp-slider-container .item .item-image a img {
  border-radius: 0;
}
.sw-category-slider.style1 .resp-slider-container .item .item-image a img:hover {
  animation-name: elementor-animation-wobble-horizontal;
  animation-duration: 1s;
}
.sw-category-slider.style1 .resp-slider-container .item h3 {
  display: none;
}
.sw-category-slider.style2 {
  margin-bottom: 57px;
}
.sw-category-slider.style2 .resp-slider-container .slider {
  margin: 0 -30px;
}
.sw-category-slider.style2 .resp-slider-container .item {
  padding: 0 30px;
}
.sw-category-slider.style2 .resp-slider-container .item .item-image a img {
  max-width: 180px;
  margin: 0 auto 30px auto;
}
.sw-category-slider.style2 .resp-slider-container .item h3 {
  text-transform: uppercase;
  max-width: none;
  font-family: "Evolventa Bold", Helvetica, Arial, sans-serif;
  letter-spacing: 1px;
}
.sw-category-slider.style2 .resp-slider-container .item h3 a {
  display: inline-block;
  vertical-align: top;
  border-bottom: 2px transparent solid;
  padding-bottom: 3px;
}
.sw-category-slider.style2 .resp-slider-container .item h3 a:after {
  content: "\f0da";
  font-family: fontawesome;
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
  margin-top: -1px;
}
.rtl .sw-category-slider.style2 .resp-slider-container .item h3 a:after {
  margin-left: 0;
  margin-right: 10px;
  content: "\f0d9";
}
.sw-category-slider.style2 .resp-slider-container .item:hover h3 a {
  border-bottom-color: #fe2424;
}
.sw-category-slider.style3 {
  margin-bottom: 72px;
}
.sw-category-slider.style3 .block-title {
  text-align: left;
  margin-bottom: 34px;
}
.rtl .sw-category-slider.style3 .block-title {
  text-align: right;
}
.sw-category-slider.style3 .block-title:before {
  display: none;
}
.sw-category-slider.style3 .block-title h3 {
  font-size: 24px;
  font-family: "Evolventa Bold", Helvetica, Arial, sans-serif;
  padding: 0;
}
.sw-category-slider.style3 .resp-slider-container .item {
  position: relative;
}
.sw-category-slider.style3 .resp-slider-container .item .item-image a img {
  border-radius: 0;
}
.sw-category-slider.style3 .resp-slider-container .item h3 {
  max-width: inherit;
  position: absolute;
  bottom: 32px;
  left: 0;
  right: 0;
  padding: 0 15px;
}
.sw-category-slider2 {
  margin-bottom: 36px;
}
.sw-category-slider2 .resp-slider-container .slider {
  margin: 0 -15px;
}
.sw-category-slider2 .resp-slider-container .slider .item {
  padding: 0 15px;
}
.sw-category-slider2 .resp-slider-container .slider .item .item-image {
  overflow: hidden;
  margin-bottom: 2px;
}
.sw-category-slider2 .resp-slider-container .slider .item .item-image a img {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  margin: 0 auto;
  width: auto;
  border-radius: 50%;
}
.sw-category-slider2 .resp-slider-container .slider .item .item-image:hover a img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.sw-category-slider2 .resp-slider-container .slider .item h3 {
  font-size: 14px;
  text-transform: capitalize;
  line-height: 22px;
  text-align: center;
  margin-bottom: 1px;
}
.sw-category-slider2 .resp-slider-container .slider .item h3 a {
  color: #000;
  font-weight: normal;
}
.sw-category-slider2 .resp-slider-container .slider .item .product-count {
  font-size: 12px;
  color: #999;
  text-align: center;
}
.sw-category-slider2 .resp-slider-container .slider .item:hover h3 a {
  color: #fe2424;
}
.sw-category-slider2 .res-button {
  position: absolute;
  top: 0;
  cursor: pointer;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  z-index: 8;
  border-radius: 50%;
  background: #f5f5f5;
}
.sw-category-slider2 .res-button.slick-next {
  right: 0;
}
.rtl .sw-category-slider2 .res-button.slick-next {
  left: 0;
  right: auto;
}
.sw-category-slider2 .res-button.slick-next:before {
  content: "";
  background: url(../assets/img/angle-arrow.svg) no-repeat center center;
  width: 30px;
  height: 30px;
  background-size: 14px;
  display: block;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rtl .sw-category-slider2 .res-button.slick-next:before {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.sw-category-slider2 .res-button.slick-next:hover {
  background: #fe2424;
  -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-slider2 .res-button.slick-next:hover:before {
  background: url(../assets/img/angle-arrow2.svg) no-repeat center center;
  background-size: 14px;
}
.sw-category-slider2 .res-button.slick-prev {
  right: 40px;
}
.rtl .sw-category-slider2 .res-button.slick-prev {
  left: 40px;
  right: auto;
}
.sw-category-slider2 .res-button.slick-prev:before {
  content: "";
  background: url(../assets/img/angle-arrow.svg) no-repeat center center;
  width: 30px;
  height: 30px;
  display: block;
  background-size: 14px;
}
.rtl .sw-category-slider2 .res-button.slick-prev:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.sw-category-slider2 .res-button.slick-prev:hover {
  background: #fe2424;
  -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-slider2 .res-button.slick-prev:hover:before {
  background: url(../assets/img/angle-arrow2.svg) no-repeat center center;
  background-size: 14px;
}
.sw-category-slider2 .res-button {
  top: 35%;
  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-slider2 .res-button.slick-prev {
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: #fff;
  box-shadow: 0 2px 3px #ccc;
  left: -10px;
}
.sw-category-slider2 .res-button.slick-prev:hover {
  background: #fe2424;
}
.sw-category-slider2 .res-button.slick-next {
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: #fff;
  box-shadow: 0 2px 3px #ccc;
  right: -10px;
}
.sw-category-slider2 .res-button.slick-next:hover {
  background: #fe2424;
}
.sw-category-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;
}
.best-selling-product2 {
  position: relative;
}
.best-selling-product2 .box-title h3 {
  text-transform: uppercase;
  color: #000;
  font-size: 12px;
  font-weight: 600;
}
.best-selling-product2 .resp-slider .slider-responsive .item {
  margin-bottom: 10px;
}
.best-selling-product2 .resp-slider .slider-responsive .item .item-wrap2 .item-detail .item-img {
  width: 60px;
  float: left;
}
.rtl .best-selling-product2 .resp-slider .slider-responsive .item .item-wrap2 .item-detail .item-img {
  float: right;
}
.best-selling-product2 .resp-slider .slider-responsive .item .item-wrap2 .item-detail .item-content {
  padding: 5px 0 0 10px;
  overflow: hidden;
  width: auto;
  display: inherit;
}
.rtl .best-selling-product2 .resp-slider .slider-responsive .item .item-wrap2 .item-detail .item-content {
  padding: 5px 10px 0 0;
}
.best-selling-product2 .resp-slider .slider-responsive .item .item-wrap2 .item-detail .item-content h4 {
  font-size: 14px;
  text-transform: capitalize;
  margin-bottom: 5px;
}
.best-selling-product2 .resp-slider .slider-responsive .item .item-wrap2 .item-detail .item-content h4 a {
  color: #000;
}
.best-selling-product2 .resp-slider .slider-responsive .item .item-wrap2 .item-detail .item-content h4 a:hover {
  color: #fe2424;
}
.best-selling-product2 .resp-slider .slider-responsive .item .item-wrap2 .item-detail .item-content .reviews-content {
  display: none;
}
.best-selling-product2 .resp-slider .slider-responsive .item .item-wrap2 .item-detail .item-content .item-price {
  font-size: 12px;
  color: #000;
}
.best-selling-product2 .resp-slider .slider-responsive .item .item-wrap2 .item-detail .item-content .item-price del {
  font-size: 12px;
  margin-top: 0;
}
.best-selling-product2 .resp-slider .view-all {
  font-size: 12px;
  color: #fe2424;
  text-transform: capitalize;
}
.best-selling-product2 .resp-slider .view-all i {
  margin: 0 5px;
}
.rtl .best-selling-product2 .resp-slider .view-all i:before {
  content: "\f104";
}
.featured-product {
  overflow: hidden;
}
.featured-product .block-title {
  padding-top: 16px;
  position: relative;
  z-index: 2;
}
.featured-product .block-title:before {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 15px solid #fe2424;
  position: absolute;
  top: 16px;
  right: -15px;
}
.rtl .featured-product .block-title:before {
  border-left: 15px solid transparent;
  border-right: 15px solid #fe2424;
  right: auto;
  left: -30px;
}
.featured-product .block-title:after {
  content: "\f111";
  color: #fff;
  position: absolute;
  top: 31px;
  right: -10px;
  font-family: fontawesome;
  font-size: 6px;
}
.rtl .featured-product .block-title:after {
  right: auto;
  left: -10px;
}
.featured-product .block-title h3 {
  background: #fe2424;
  padding: 5px 10px;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  max-width: 110px;
  font-style: italic;
  line-height: 13px;
}
.featured-product .resp-slider-container {
  overflow: hidden;
  padding: 0 10px;
}
.featured-product .resp-slider-container .slider .item {
  padding: 0px 10px;
  width: auto !important;
  position: relative;
}
.featured-product .resp-slider-container .slider .item:before {
  content: "";
  width: 1px;
  height: 50px;
  background: #ededed;
  position: absolute;
  top: 8px;
  right: -8px;
}
.rtl .featured-product .resp-slider-container .slider .item:before {
  right: auto;
  left: -8px;
}
.featured-product .resp-slider-container .slider .item .item-wrap2 .item-detail .item-img {
  width: 60px;
}
.featured-product .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content {
  overflow: hidden;
}
.featured-product .resp-slider-container .slider .item:last-child:before {
  display: none;
}
.rtl .featured-product .resp-slider-container .slider .item:last-child:before {
  display: block;
}
.featured-product2 {
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
  border: 1px #fe2424 solid;
  height: 34px;
}
.featured-product2 .banner-category a img {
  margin-bottom: 0;
}
.featured-product2 .resp-slider-container {
  padding: 0 10px;
  white-space: nowrap;
}
.featured-product2 .resp-slider-container .slider .item {
  padding: 0px 10px;
  width: auto !important;
}
.featured-product2 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-img {
  width: 30px;
}
.featured-product2 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-img a {
  vertical-align: top;
}
.featured-product2 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content {
  overflow: hidden;
  color: #fe2424;
  padding-top: 5px;
}
.featured-product2 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content h4 {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 0;
}
.featured-product2 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-price {
  color: #fe2424;
  font-size: 14px;
  font-weight: normal;
}
.featured-product2 .resp-slider-container .slider .item .item-wrap2 .item-detail .item-content .item-price del {
  display: none;
}
.featured-product3 .block-title {
  position: relative;
  padding: 17px 15px;
  border-bottom: 1px #ededed solid;
}
.featured-product3 .block-title:before {
  content: "";
  width: 3px;
  height: 23px;
  background: #000;
  position: absolute;
  top: 16px;
  left: 0;
}
.rtl .featured-product3 .block-title:before {
  left: auto;
  right: 0;
}
.featured-product3 .block-title h3 {
  font-size: 20px;
  color: #000;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 3px;
}
.featured-product3 .block-title .view-all {
  font-size: 14px;
  color: #288ad6;
  padding-top: 3px;
}
.featured-product3 .block-title .view-all:hover {
  color: #fe2424;
}
.featured-product3 .banner-category a img {
  margin-bottom: 0;
}
.featured-product3 .resp-slider-container {
  overflow: hidden;
}
.featured-product3 .resp-slider-container .slider {
  overflow: hidden;
}
.featured-product3 .resp-slider-container .slider .item {
  border-left: 1px #ededed solid;
}
.rtl .featured-product3 .resp-slider-container .slider .item {
  border-right: 1px #ededed solid;
  border-left: none;
}
.featured-product3 .resp-slider-container .slider .item .item-detail .item-img {
  padding: 15px 15px 5px 15px;
}
.featured-product3 .resp-slider-container .slider .item .item-content {
  min-height: 150px;
}
.featured-product3 .resp-slider-container .slider .item .item-wrap {
  border-bottom: 1px #ededed solid;
}
.featured-product3 .resp-slider-container .slider .item .item-wrap:last-child {
  border-bottom: none;
}
.featured-product3 .resp-slider-container .slider .item .item-wrap:hover {
  box-shadow: none;
}
.countdown-slider {
  position: relative;
  background: #fff;
  padding: 11px 10px 15px 10px;
}
.countdown-slider .block-title {
  padding: 0 4px;
}
.countdown-slider .block-title h3 {
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  color: #fe2424;
  text-transform: uppercase;
  font-weight: 700;
}
.countdown-slider .block-title .description {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  color: #fe2424;
  line-height: 20px;
  margin: 3px 15px 0 15px;
}
.countdown-slider .item .item-wrap .item-detail .item-content {
  min-height: 131px;
}
.countdown-slider .item .item-wrap .item-detail .count-down {
  text-align: left;
  padding: 23px 15px 8px 15px;
}
.rtl .countdown-slider .item .item-wrap .item-detail .count-down {
  text-align: right;
}
.countdown-slider .item .item-wrap .item-detail .count-down label {
  margin-left: 10px;
}
.rtl .countdown-slider .item .item-wrap .item-detail .count-down label {
  margin-right: 10px;
  margin-left: 0;
}
.countdown-slider .item .item-wrap .item-detail .count-down .product-countdown {
  text-align: center;
}
.countdown-slider .item .item-wrap .item-detail .count-down .product-countdown .countdown-section {
  padding: 0 7px;
}
.countdown-slider .item .item-wrap:hover {
  box-shadow: none;
}
.countdown-slider .res-button {
  position: absolute;
  top: 17px;
  cursor: pointer;
  font-size: 20px;
  width: 20px;
  height: 15px;
  text-align: center;
  line-height: 13px;
  z-index: 8;
  left: auto;
}
.countdown-slider .res-button.slick-next {
  right: 5px;
}
.rtl .countdown-slider .res-button.slick-next {
  left: 5px;
  right: auto;
}
.countdown-slider .res-button.slick-next:before {
  content: "";
  background: url(../assets/img/angle-arrow.svg) no-repeat center center;
  width: 20px;
  height: 15px;
  display: block;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rtl .countdown-slider .res-button.slick-next:before {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.countdown-slider .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-slider .res-button.slick-next:hover:before {
  background: url(../assets/img/angle-arrow3.svg) no-repeat center center;
}
.countdown-slider .res-button.slick-prev {
  right: 25px;
  border-right: 1px #ddd solid;
}
.rtl .countdown-slider .res-button.slick-prev {
  left: 25px;
  right: auto;
  border-left: 1px #ddd solid;
  border-right: none;
}
.countdown-slider .res-button.slick-prev:before {
  content: "";
  background: url(../assets/img/angle-arrow.svg) no-repeat center center;
  width: 20px;
  height: 15px;
  display: block;
}
.rtl .countdown-slider .res-button.slick-prev:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.countdown-slider .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-slider .res-button.slick-prev:hover:before {
  background: url(../assets/img/angle-arrow3.svg) no-repeat center center;
}
.countdown-slider .res-button {
  opacity: 0;
  visibility: hidden;
}
.countdown-slider: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;
}
.woo-slider-default {
  position: relative;
  background: #fff;
}
.woo-slider-default .block-title h3 {
  font-size: 16px;
  text-transform: uppercase;
  color: #000;
  font-weight: 700;
  padding: 13px 15px;
  margin-bottom: 0;
  border-bottom: 1px #ededed solid;
}
.woo-slider-default .resp-slider-container .slider .item {
  padding: 0 10px;
}
.woo-slider-default .resp-slider-container .slider .item .item-wrap2 {
  padding: 10px 0px;
  border-bottom: 1px #ededed solid;
}
.woo-slider-default .resp-slider-container .slider .item .item-wrap2 .item-img {
  max-width: 85px;
}
.woo-slider-default .resp-slider-container .slider .item .item-wrap2 .item-img a {
  vertical-align: top;
}
.woo-slider-default .resp-slider-container .slider .item .item-wrap2 .item-content {
  overflow: hidden;
  padding: 10px 8px;
}
.woo-slider-default .resp-slider-container .slider .item .item-wrap2:last-child {
  border-bottom: none;
}
.woo-slider-style1 {
  margin-bottom: 20px;
}
.woo-slider-style1 .block-title {
  background: #fff;
  padding: 13px 20px;
}
.woo-slider-style1 .block-title:before {
  content: "";
  width: 3px;
  height: 21px;
  background: #000;
  position: absolute;
  top: 16px;
  left: 0px;
}
.rtl .woo-slider-style1 .block-title:before {
  left: auto;
  right: 0;
}
.woo-slider-style1 .block-title h3 {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
  margin-bottom: 0;
}
.woo-slider-style1 .block-title .view-all {
  color: #999;
  margin-top: 6px;
}
.woo-slider-style1 .block-title .view-all:hover {
  color: #fe2424;
}
.rtl .woo-slider-style1 .block-title .view-all i:before {
  content: "\f104";
}
.woo-slider-style1 .banner-category {
  width: 272px;
}
.woo-slider-style1 .banner-category .item {
  overflow: hidden;
}
.woo-slider-style1 .banner-category .item img {
  margin-bottom: 0;
  max-width: 272px;
}
.woo-slider-style1 .banner-category .item img:hover {
  animation-name: elementor-animation-wobble-horizontal;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
.woo-slider-style1 .resp-slider-container {
  overflow: hidden;
  background: #fff;
}
.woo-slider-style1 .resp-slider-container .item {
  border-right: 1px #ededed solid;
}
.woo-slider-style1 .resp-slider-container .item .item-wrap {
  border-bottom: 1px #ededed solid;
}
.woo-slider-style1 .resp-slider-container .item .item-wrap:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.woo-slider-style1 .resp-slider-container .item .item-wrap .item-detail .item-content {
  text-align: center;
  min-height: 100.5px;
  padding: 18px 15px 0px 15px;
}
.woo-slider-style1 .resp-slider-container .item .item-wrap .item-detail .item-content h4 {
  margin-bottom: 4px;
}
.rtl .woo-slider-style1 .resp-slider-container .item .item-wrap .item-detail .item-content .item-price {
  float: none;
}
.woo-slider-style1 .resp-slider-container .item .item-wrap .item-detail .item-content .item-price > span {
  flex-direction: unset;
}
.woo-slider-style1 .resp-slider-container .item .item-wrap .item-detail .item-content .item-price > span del {
  margin: 3px 0 0 5px;
}
.rtl .woo-slider-style1 .resp-slider-container .item .item-wrap .item-detail .item-content .item-price > span del {
  margin: 3px 5px 0 0;
}
.woo-slider-style1 .resp-slider-container .item .item-wrap .item-detail .item-content .item-bottom {
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  left: 0;
  right: 0;
  bottom: 2px;
}
.woo-slider-style1 .resp-slider-container .item .item-wrap .sale-off {
  background: #fe2424;
}
.woo-slider-style1 .resp-slider-container .item .item-wrap .sale-off:before {
  border-top: 6px solid #bb0101;
}
.woo-slider-style1 .resp-slider-container .item .item-wrap:last-child {
  border-bottom: none;
}
.woo-slider-style1 .resp-slider-container .item:last-child {
  border-right: none;
}
.best-selling-product3 {
  position: relative;
  background: #fff;
}
.best-selling-product3 .block-title h3 {
  font-size: 14px;
  text-transform: uppercase;
  color: #000;
  font-weight: 600;
  margin-bottom: 15px;
  letter-spacing: 1px;
}
.rtl .best-selling-product3 .resp-slider-container {
  direction: inherit;
}
.best-selling-product3 .resp-slider-container .slider .item .item-wrap2 {
  border-bottom: 1px #ededed dashed;
  margin-bottom: 11px;
}
.best-selling-product3 .resp-slider-container .slider .item .item-wrap2 .item-img {
  max-width: 82px;
}
.best-selling-product3 .resp-slider-container .slider .item .item-wrap2 .item-img a {
  vertical-align: top;
}
.best-selling-product3 .resp-slider-container .slider .item .item-wrap2 .item-content {
  overflow: hidden;
  padding: 0px 8px 12px 8px;
}
.rtl .best-selling-product3 .resp-slider-container .slider .item .item-wrap2 .item-content {
  text-align: right;
}
.best-selling-product3 .resp-slider-container .slider .item .item-wrap2 .item-content .reviews-content {
  padding: 2px 0 14px;
  line-height: 10px;
  position: relative;
  display: block;
  width: 100%;
}
.best-selling-product3 .resp-slider-container .slider .item .item-wrap2 .item-content .reviews-content .rating-count a {
  float: left;
  font-size: 12px;
  color: #777777;
  padding: 0 5px;
  font-weight: 400;
}
.best-selling-product3 .resp-slider-container .slider .item .item-wrap2 .item-content .reviews-content .woocommerce-review-link {
  font-size: 11px;
  margin: 0 3px;
  color: #777;
}
.best-selling-product3 .resp-slider-container .slider .item .item-wrap2 .item-content .reviews-content .woocommerce-review-link:hover {
  color: #fe2424;
}
.best-selling-product3 .resp-slider-container .slider .item .item-wrap2:last-child {
  border-bottom: none;
  margin-bottom: 0px;
}
.best-selling-product3 .resp-slider-container .slider .item .item-wrap2:last-child .item-wrap2 .item-content {
  padding-bottom: 0;
}
.best-selling-product4 {
  margin-bottom: 20px;
}
.best-selling-product4 .block-title {
  background: #fff;
  padding: 13px 20px;
}
.best-selling-product4 .block-title:before {
  content: "";
  width: 3px;
  height: 21px;
  background: #000;
  position: absolute;
  top: 16px;
  left: 0px;
}
.rtl .best-selling-product4 .block-title:before {
  left: auto;
  right: 0;
}
.best-selling-product4 .block-title h3 {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
  margin-bottom: 0;
}
.best-selling-product4 .block-title .view-all {
  color: #999;
  margin-top: 6px;
}
.best-selling-product4 .block-title .view-all:hover {
  color: #fe2424;
}
.rtl .best-selling-product4 .block-title .view-all i:before {
  content: "\f104";
}
.best-selling-product4 .banner-category {
  width: 420px;
}
.best-selling-product4 .banner-category .item {
  overflow: hidden;
}
.best-selling-product4 .banner-category .item img {
  margin-bottom: 0;
  max-width: 420px;
}
.best-selling-product4 .banner-category .item img:hover {
  animation-name: elementor-animation-wobble-horizontal;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
.best-selling-product4 .woo-slider-content {
  background: #fff;
  padding: 0 20px 20px 20px;
}
.best-selling-product4 .resp-slider-container {
  overflow: hidden;
}
.best-selling-product4 .resp-slider-container .item {
  padding: 0 10px;
}
.best-selling-product4 .resp-slider-container .item .item-wrap:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.best-selling-product4 .resp-slider-container .item .item-wrap:hover .item-detail .item-content .reviews-content {
  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;
}
.best-selling-product4 .resp-slider-container .item .item-wrap .item-detail .item-content {
  text-align: center;
  padding: 14px 5px 0px 5px;
}
.rtl .best-selling-product4 .resp-slider-container .item .item-wrap .item-detail .item-content .item-price {
  float: none;
}
.best-selling-product4 .resp-slider-container .item .item-wrap .item-detail .item-content .item-price > span {
  flex-direction: unset;
}
.best-selling-product4 .resp-slider-container .item .item-wrap .item-detail .item-content .item-price > span del {
  margin: 3px 0 0 5px;
}
.rtl .best-selling-product4 .resp-slider-container .item .item-wrap .item-detail .item-content .item-price > span del {
  margin: 3px 5px 0 0;
}
.best-selling-product4 .resp-slider-container .item .item-wrap .item-detail .item-content .reviews-content {
  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;
}
.best-selling-product4 .resp-slider-container .item .item-wrap .item-detail .item-content .item-bottom {
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  left: 0;
  right: 0;
}
.best-selling-product4 .resp-slider-container .item .item-wrap .sale-off {
  background: #fe2424;
}
.best-selling-product4 .resp-slider-container .item .item-wrap .sale-off:before {
  border-top: 6px solid #bb0101;
}
.best-selling-product4 .res-button {
  display: inline-block;
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 3;
  background: #fff;
  width: 25px;
  height: 50px;
  line-height: 50px;
  margin-top: -25px;
  text-align: center;
  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;
}
.best-selling-product4 .res-button.slick-next {
  right: -35px;
}
.rtl .best-selling-product4 .res-button.slick-next {
  left: -35px;
  right: auto;
}
.best-selling-product4 .res-button.slick-next:before {
  content: "";
  background: url(../assets/img/angle-arrow.svg) no-repeat center center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  width: 25px;
  height: 50px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rtl .best-selling-product4 .res-button.slick-next:before {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.best-selling-product4 .res-button.slick-prev {
  left: -35px;
}
.rtl .best-selling-product4 .res-button.slick-prev {
  left: auto;
  right: -35px;
}
.best-selling-product4 .res-button.slick-prev:before {
  content: "";
  background: url(../assets/img/angle-arrow.svg) no-repeat center center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  width: 26px;
  height: 50px;
}
.rtl .best-selling-product4 .res-button.slick-prev:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.best-selling-product4 .res-button:hover {
  background: #fe2424;
  -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-product4 .res-button:hover:before {
  background: url(../assets/img/angle-arrow2.svg) no-repeat center center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.best-selling-product4 .res-button.slick-prev {
  left: 0;
}
.rtl .best-selling-product4 .res-button.slick-prev {
  left: auto;
  right: 0;
}
.best-selling-product4 .res-button.slick-next {
  right: 0;
}
.rtl .best-selling-product4 .res-button.slick-next {
  right: auto;
  left: 0;
}
.best-selling-product4: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-child-cat {
  margin-bottom: 20px;
  position: relative;
}
.sw-child-cat .child-top {
  padding: 20px 15px;
  border-bottom: 1px #ededed solid;
  position: relative;
}
.sw-child-cat .child-top:before {
  content: "";
  width: 3px;
  height: 23px;
  background: #000;
  position: absolute;
  top: 20px;
  left: 0;
}
.rtl .sw-child-cat .child-top:before {
  left: auto;
  right: 0;
}
.sw-child-cat .child-top .block-title h3 {
  font-size: 20px;
  text-transform: uppercase;
  color: #000;
  font-weight: 700;
  margin: 0 25px 0 0;
}
.rtl .sw-child-cat .child-top .block-title h3 {
  margin: 0 0 0 25px;
}
.sw-child-cat .child-top .childcat-content {
  padding-top: 5px;
}
.sw-child-cat .child-top .childcat-content span a {
  color: #999;
  display: inline-block;
  vertical-align: top;
}
.sw-child-cat .child-top .childcat-content span a:hover {
  color: #fe2424;
}
.sw-child-cat .child-top .childcat-content ul {
  margin: 0;
  display: inline-block;
  vertical-align: top;
}
.sw-child-cat .child-top .childcat-content ul li {
  display: inline-block;
  vertical-align: top;
}
.sw-child-cat .child-top .childcat-content ul li a {
  color: #288ad6;
  display: block;
  padding: 0 15px;
}
.sw-child-cat .child-top .childcat-content ul li a:hover {
  color: #fe2424;
}
.sw-child-cat .child-top .view-all {
  font-size: 14px;
  color: #288ad6;
  padding-top: 4px;
}
.sw-child-cat .child-top .view-all:hover {
  color: #fe2424;
}
.rtl .sw-child-cat .child-top .view-all i.fa:before {
  content: "\f104";
}
.sw-child-cat .childcat-slider-content {
  position: relative;
}
.sw-child-cat .childcat-slider-content .banner-category {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 5;
}
.rtl .sw-child-cat .childcat-slider-content .banner-category {
  left: auto;
  right: 15px;
}
.sw-child-cat .childcat-slider-content .banner-category a img:hover {
  animation-name: elementor-animation-wobble-vertical;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
.sw-child-cat .childcat-slider-content .resp-slider-container .slider-responsive {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.rtl .sw-child-cat .childcat-slider-content .resp-slider-container .slider-responsive {
  direction: rtl;
}
.sw-child-cat .childcat-slider-content .resp-slider-container .slider-responsive .item {
  width: 20%;
  border-right: 1px #ededed solid;
}
.rtl .sw-child-cat .childcat-slider-content .resp-slider-container .slider-responsive .item {
  border-left: 1px #ededed solid;
  border-right: none;
}
.sw-child-cat .childcat-slider-content .resp-slider-container .slider-responsive .item:first-child {
  width: 40%;
}
.sw-child-cat .childcat-slider-content .resp-slider-container .slider-responsive .item:first-child .item-wrap .item-detail .item-img {
  opacity: 0;
  visibility: hidden;
}
.sw-child-cat .childcat-slider-content .resp-slider-container .slider-responsive .item:first-child .item-wrap .item-detail .item-img a img {
  max-width: 220px;
}
.sw-child-cat .childcat-slider-content .resp-slider-container .slider-responsive .item:last-child {
  border-right: none;
}
.sw-child-cat .childcat-slider-content .resp-slider-container .slider-responsive .item .item-wrap .item-detail {
  padding: 0 5px;
}
.sw-child-cat .childcat-slider-content .resp-slider-container .slider-responsive .item .item-wrap .item-detail .item-content {
  min-height: 128px;
  padding: 10px 11px;
}
.sw-child-cat .childcat-slider-content .resp-slider-container .slider-responsive .item .item-wrap:hover {
  box-shadow: none;
}
.sw-child-cat .childcat-slider-content .resp-slider-container .slider-responsive .item:hover {
  overflow: hidden;
  z-index: 2;
  -webkit-box-shadow: 0px 2px 7px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 2px 7px rgba(0,0,0,0.15);
  -o-box-shadow: 0px 2px 7px rgba(0,0,0,0.15);
  -ms-box-shadow: 0px 2px 7px rgba(0,0,0,0.15);
  box-shadow: 0px 2px 7px rgba(0,0,0,0.15);
  -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 {
  margin-bottom: 37px;
}
.sw-woo-tab-default .nav-tabs-select {
  margin-bottom: 16px;
}
.sw-woo-tab-default .nav-tabs-select .block-title h3 {
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 600;
  color: #000;
}
.sw-woo-tab-default .nav-tabs-select .block-title h3 {
  margin-bottom: 5px;
}
.sw-woo-tab-default .nav-tabs-select .button-collapse {
  display: none;
}
.sw-woo-tab-default .nav-tabs-select .nav-tabs {
  margin: 5px 0 0 0;
  border: none;
}
.sw-woo-tab-default .nav-tabs-select .nav-tabs li {
  display: inline-block;
  vertical-align: top;
  float: none;
  padding: 0 10px;
  position: relative;
}
.sw-woo-tab-default .nav-tabs-select .nav-tabs li a {
  font-size: 12px;
  text-transform: uppercase;
  border: none;
  display: inline-block;
  vertical-align: top;
  color: #999;
  padding: 0;
  margin: 0;
  background: transparent;
  letter-spacing: 0.05rem;
}
.sw-woo-tab-default .nav-tabs-select .nav-tabs li a:hover {
  color: #fe2424;
}
.sw-woo-tab-default .nav-tabs-select .nav-tabs li.active a {
  color: #fe2424;
}
.sw-woo-tab-default .nav-tabs-select .nav-tabs li:last-child {
  padding-right: 0;
}
.rtl .sw-woo-tab-default .nav-tabs-select .nav-tabs li:last-child {
  padding-left: 0;
  padding-right: 5px;
}
.rtl .sw-woo-tab-default .tab-content .resp-slider-container {
  direction: inherit;
}
.sw-woo-tab-default .tab-content .resp-slider-container .slider-responsive {
  border: 1px #ededed solid;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.sw-woo-tab-default .tab-content .resp-slider-container .slider-responsive .item {
  border-right: 1px #ededed solid;
  width: 16.66%;
  -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 .tab-content .resp-slider-container .slider-responsive .item .item-wrap .item-img {
  padding: 12px 12px 0 12px;
}
.sw-woo-tab-default .tab-content .resp-slider-container .slider-responsive .item .item-wrap:hover {
  box-shadow: none;
}
.sw-woo-tab-default .tab-content .resp-slider-container .slider-responsive .item:hover {
  overflow: hidden;
  z-index: 2;
  -webkit-box-shadow: 0px 2px 20px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 2px 20px rgba(0,0,0,0.1);
  -o-box-shadow: 0px 2px 20px rgba(0,0,0,0.1);
  -ms-box-shadow: 0px 2px 20px rgba(0,0,0,0.1);
  box-shadow: 0px 2px 20px rgba(0,0,0,0.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-default .tab-content .resp-slider-container .slider-responsive .item.item1 {
  -webkit-order: 1;
  -ms-order: 1;
  order: 1;
}
.sw-woo-tab-default .tab-content .resp-slider-container .slider-responsive .item.item2 {
  -webkit-order: 2;
  -ms-order: 2;
  order: 2;
}
.sw-woo-tab-default .tab-content .resp-slider-container .slider-responsive .item.item3 {
  -webkit-order: 4;
  -ms-order: 4;
  order: 4;
}
.sw-woo-tab-default .tab-content .resp-slider-container .slider-responsive .item.item4 {
  -webkit-order: 5;
  -ms-order: 5;
  order: 5;
}
.sw-woo-tab-default .tab-content .resp-slider-container .slider-responsive .item.item5 {
  -webkit-order: 6;
  -ms-order: 6;
  order: 6;
  border-right: none;
}
.sw-woo-tab-default .tab-content .resp-slider-container .slider-responsive .item.item6 {
  -webkit-order: 3;
  -ms-order: 3;
  order: 3;
}
.sw-woo-tab-default .tab-content .resp-slider-container .slider-responsive .item.item6 a {
  overflow: hidden;
  display: block;
}
.sw-woo-tab-default .tab-content .resp-slider-container .slider-responsive .item.item6 a img {
  margin-bottom: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.sw-woo-tab-default .tab-content .resp-slider-container .slider-responsive .item.item6:hover a img {
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -o-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
  -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-style2 {
  margin-bottom: 39px;
}
.sw-woo-tab-style2 .nav-tabs-select {
  margin-bottom: 16px;
}
.sw-woo-tab-style2 .nav-tabs-select .block-title h3 {
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 600;
  color: #000;
}
.sw-woo-tab-style2 .nav-tabs-select .block-title h3 {
  margin-bottom: 5px;
}
.sw-woo-tab-style2 .nav-tabs-select .button-collapse {
  display: none;
}
.sw-woo-tab-style2 .nav-tabs-select .nav-tabs {
  margin: 5px 0 0 0;
  border: none;
}
.sw-woo-tab-style2 .nav-tabs-select .nav-tabs li {
  display: inline-block;
  vertical-align: top;
  float: none;
  padding: 0 10px;
  position: relative;
}
.sw-woo-tab-style2 .nav-tabs-select .nav-tabs li a {
  font-size: 12px;
  text-transform: uppercase;
  border: none;
  display: inline-block;
  letter-spacing: 0.05rem;
  vertical-align: top;
  color: #999;
  padding: 0;
  margin: 0;
  background: transparent;
}
.sw-woo-tab-style2 .nav-tabs-select .nav-tabs li a:hover {
  color: #fe2424;
}
.sw-woo-tab-style2 .nav-tabs-select .nav-tabs li.active a {
  color: #fe2424;
}
.sw-woo-tab-style2 .nav-tabs-select .nav-tabs li:last-child {
  padding-right: 0;
}
.sw-woo-tab-style2 .tab-content .resp-slider-container .slider-responsive {
  border: 1px #ededed solid;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.sw-woo-tab-style2 .tab-content .resp-slider-container .slider-responsive .item {
  border-right: 1px #ededed solid;
  width: 16.66%;
  -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 .tab-content .resp-slider-container .slider-responsive .item .item-wrap .item-img {
  padding: 12px 12px 0 12px;
}
.sw-woo-tab-style2 .tab-content .resp-slider-container .slider-responsive .item .item-wrap:hover {
  box-shadow: none;
}
.sw-woo-tab-style2 .tab-content .resp-slider-container .slider-responsive .item:hover {
  overflow: hidden;
  z-index: 2;
  -webkit-box-shadow: 0px 2px 20px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 2px 20px rgba(0,0,0,0.1);
  -o-box-shadow: 0px 2px 20px rgba(0,0,0,0.1);
  -ms-box-shadow: 0px 2px 20px rgba(0,0,0,0.1);
  box-shadow: 0px 2px 20px rgba(0,0,0,0.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-style2 .tab-content .resp-slider-container .slider-responsive .item.item1 {
  -webkit-order: 1;
  -ms-order: 1;
  order: 1;
}
.sw-woo-tab-style2 .tab-content .resp-slider-container .slider-responsive .item.item2 {
  -webkit-order: 2;
  -ms-order: 2;
  order: 2;
}
.sw-woo-tab-style2 .tab-content .resp-slider-container .slider-responsive .item.item3 {
  -webkit-order: 3;
  -ms-order: 3;
  order: 3;
}
.sw-woo-tab-style2 .tab-content .resp-slider-container .slider-responsive .item.item4 {
  -webkit-order: 4;
  -ms-order: 4;
  order: 4;
}
.sw-woo-tab-style2 .tab-content .resp-slider-container .slider-responsive .item.item5 {
  -webkit-order: 6;
  -ms-order: 6;
  order: 6;
  border-right: none;
}
.sw-woo-tab-style2 .tab-content .resp-slider-container .slider-responsive .item.item6 {
  -webkit-order: 5;
  -ms-order: 5;
  order: 5;
}
.sw-woo-tab-style2 .tab-content .resp-slider-container .slider-responsive .item.item6 a {
  overflow: hidden;
  display: block;
}
.sw-woo-tab-style2 .tab-content .resp-slider-container .slider-responsive .item.item6 a img {
  margin-bottom: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.sw-woo-tab-style2 .tab-content .resp-slider-container .slider-responsive .item.item6:hover a img {
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -o-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
  -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 {
  position: relative;
  margin-bottom: 40px;
}
.sw-woo-tab-style3 .nav-tabs-select {
  margin-bottom: 19px;
}
.sw-woo-tab-style3 .nav-tabs-select .button-collapse {
  display: none;
}
.sw-woo-tab-style3 .nav-tabs-select .nav-tabs {
  margin: 0;
  border: none;
}
.sw-woo-tab-style3 .nav-tabs-select .nav-tabs li {
  display: inline-block;
  vertical-align: top;
  float: none;
  padding: 0 30px 0 0;
  position: relative;
}
.rtl .sw-woo-tab-style3 .nav-tabs-select .nav-tabs li {
  padding: 0 0 0 30px;
}
.sw-woo-tab-style3 .nav-tabs-select .nav-tabs li:before {
  content: "\f04d";
  font-family: fontawesome;
  font-size: 5px;
  color: #000;
  position: absolute;
  top: 13px;
  right: 11px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.rtl .sw-woo-tab-style3 .nav-tabs-select .nav-tabs li:before {
  right: auto;
  left: 11px;
}
.sw-woo-tab-style3 .nav-tabs-select .nav-tabs li a {
  font-size: 20px;
  text-transform: capitalize;
  border: none;
  display: inline-block;
  vertical-align: top;
  padding: 0;
  margin: 0;
  background: transparent;
  font-weight: 600;
}
.sw-woo-tab-style3 .nav-tabs-select .nav-tabs li a:hover {
  color: #fe2424;
}
.sw-woo-tab-style3 .nav-tabs-select .nav-tabs li.active a {
  color: #fe2424;
}
.sw-woo-tab-style3 .nav-tabs-select .nav-tabs li:last-child {
  padding-right: 0;
}
.sw-woo-tab-style3 .nav-tabs-select .nav-tabs li:last-child:before {
  display: none;
}
.sw-woo-tab-style3 .tab-content .resp-slider-container .slider {
  border: 1px #ddd solid;
}
.sw-woo-tab-style3 .tab-content .resp-slider-container .slider .item .item-wrap {
  border-bottom: 1px #ddd solid;
  border-right: 1px #ddd solid;
}
.sw-woo-tab-style3 .tab-content .resp-slider-container .slider .item .item-wrap .item-detail .item-img {
  max-width: 139px;
}
.sw-woo-tab-style3 .tab-content .resp-slider-container .slider .item .item-wrap .item-detail .item-content {
  overflow: hidden;
  width: auto;
  display: block;
}
.sw-woo-tab-style3 .tab-content .resp-slider-container .slider .item .item-wrap:last-child {
  border-bottom: none;
}
.sw-woo-tab-style3 .res-button {
  position: absolute;
  top: 17px;
  cursor: pointer;
  font-size: 20px;
  width: 20px;
  height: 15px;
  text-align: center;
  line-height: 13px;
  z-index: 8;
  left: auto;
}
.sw-woo-tab-style3 .res-button.slick-next {
  right: 5px;
}
.rtl .sw-woo-tab-style3 .res-button.slick-next {
  left: 5px;
  right: auto;
}
.sw-woo-tab-style3 .res-button.slick-next:before {
  content: "";
  background: url(../assets/img/angle-arrow.svg) no-repeat center center;
  width: 20px;
  height: 15px;
  display: block;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rtl .sw-woo-tab-style3 .res-button.slick-next:before {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.sw-woo-tab-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;
}
.sw-woo-tab-style3 .res-button.slick-next:hover:before {
  background: url(../assets/img/angle-arrow3.svg) no-repeat center center;
}
.sw-woo-tab-style3 .res-button.slick-prev {
  right: 25px;
  border-right: 1px #ddd solid;
}
.rtl .sw-woo-tab-style3 .res-button.slick-prev {
  left: 25px;
  right: auto;
  border-left: 1px #ddd solid;
  border-right: none;
}
.sw-woo-tab-style3 .res-button.slick-prev:before {
  content: "";
  background: url(../assets/img/angle-arrow.svg) no-repeat center center;
  width: 20px;
  height: 15px;
  display: block;
}
.rtl .sw-woo-tab-style3 .res-button.slick-prev:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.sw-woo-tab-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;
}
.sw-woo-tab-style3 .res-button.slick-prev:hover:before {
  background: url(../assets/img/angle-arrow3.svg) no-repeat center center;
}
.sw-woo-tab-style3 .res-button {
  top: 8px;
}
.sw-woo-tab-style3 .res-button.slick-prev {
  right: 15px;
}
.rtl .sw-woo-tab-style3 .res-button.slick-prev {
  right: auto;
  left: 15px;
}
.sw-woo-tab-style3 .res-button.slick-next {
  right: -5px;
}
.rtl .sw-woo-tab-style3 .res-button.slick-next {
  right: auto;
  left: -5px;
}
.sw-woo-tab-cat {
  position: relative;
  border: 1px #ededed solid;
  margin-bottom: 40px;
}
.sw-woo-tab-cat .resp-tab .top-tab-slider {
  border-bottom: 1px #ededed solid;
}
.sw-woo-tab-cat .resp-tab .top-tab-slider .block-title {
  border-bottom: 1px #ededed solid;
  padding: 12px 15px;
}
.sw-woo-tab-cat .resp-tab .top-tab-slider .block-title h3 {
  font-size: 20px;
  color: #000;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0;
}
.sw-woo-tab-cat .resp-tab .top-tab-slider .button-collapse {
  display: none;
}
.sw-woo-tab-cat .resp-tab .top-tab-slider .nav.nav-tabs {
  border: none;
  margin: 0;
}
.sw-woo-tab-cat .resp-tab .top-tab-slider .nav.nav-tabs li {
  margin: 0 15px;
  display: inline-block;
  vertical-align: top;
  float: none;
}
.sw-woo-tab-cat .resp-tab .top-tab-slider .nav.nav-tabs li a {
  border: none;
  color: #999;
  background: transparent;
  margin: 0;
  padding: 8px 2px;
  -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-cat .resp-tab .top-tab-slider .nav.nav-tabs li a:before {
  content: "";
  background: #fe2424;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  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-cat .resp-tab .top-tab-slider .nav.nav-tabs li a:after {
  content: "";
  width: 1px;
  height: 12px;
  background: #ededed;
  position: absolute;
  top: 11px;
  right: -16px;
}
.sw-woo-tab-cat .resp-tab .top-tab-slider .nav.nav-tabs li.active > a,
.sw-woo-tab-cat .resp-tab .top-tab-slider .nav.nav-tabs li:hover > a {
  color: #fe2424;
  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;
}
.sw-woo-tab-cat .resp-tab .top-tab-slider .nav.nav-tabs li.active > a:before,
.sw-woo-tab-cat .resp-tab .top-tab-slider .nav.nav-tabs li:hover > a:before {
  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-woo-tab-cat .resp-tab .top-tab-slider .nav.nav-tabs li:last-child a:after {
  display: none;
}
.sw-woo-tab-cat .resp-tab .tab-content {
  position: relative;
  padding: 11px 0;
}
.rtl .sw-woo-tab-cat .resp-tab .tab-content .resp-slider-container {
  direction: inherit;
}
.sw-woo-tab-cat .resp-tab .tab-content .resp-slider-container .slider-responsive .item {
  padding: 0px 5px;
  width: 20%;
  display: inline-block;
  vertical-align: top;
  margin-right: -3px;
  float: none;
}
.style1 .sw-woo-tab-cat .resp-tab .tab-content .resp-slider-container .slider-responsive .item {
  padding: 5px;
}
.rtl .sw-woo-tab-cat .resp-tab .tab-content .resp-slider-container .slider-responsive .item {
  float: none;
}
.sw-woo-tab-cat .resp-tab .tab-content .resp-slider-container .slider-responsive .item .item-wrap:hover {
  box-shadow: none;
}
.sw-woo-tab-cat .resp-tab .tab-content .resp-slider-container .slider-responsive .item .item-detail .item-img {
  position: relative;
}
.sw-woo-tab-cat .resp-tab .tab-content .resp-slider-container .slider-responsive .item .item-detail .item-img .number {
  position: absolute;
  top: 12px;
  left: 10px;
  font-size: 11px;
  color: #fff;
  z-index: 2;
  width: 17px;
  text-align: center;
}
.rtl .sw-woo-tab-cat .resp-tab .tab-content .resp-slider-container .slider-responsive .item .item-detail .item-img .number {
  left: auto;
  right: 10px;
}
.sw-woo-tab-cat .resp-tab .tab-content .resp-slider-container .slider-responsive .item .item-detail .item-img:after {
  position: absolute;
  top: 10px;
  left: 10px;
  content: "\f02e";
  color: #b1b1b1;
  font-size: 25px;
  font-family: fontawesome;
  z-index: 1;
  font-weight: normal;
}
.rtl .sw-woo-tab-cat .resp-tab .tab-content .resp-slider-container .slider-responsive .item .item-detail .item-img:after {
  left: auto;
  right: 10px;
}
.sw-woo-tab-cat .resp-tab .tab-content .resp-slider-container .slider-responsive .item .item-detail .item-content {
  padding: 10px 5px;
}
.sw-woo-tab-cat .resp-tab .tab-content .resp-slider-container .slider-responsive .item .item-detail .item-bottom .compare,
.sw-woo-tab-cat .resp-tab .tab-content .resp-slider-container .slider-responsive .item .item-detail .item-bottom .yith-wcwl-add-to-wishlist {
  display: none;
}
.sw-woo-tab-cat .resp-tab .tab-content .resp-slider-container .slider-responsive .item.item1 .item-detail .item-img:after {
  color: #fe2424;
}
.sw-woo-tab-cat .resp-tab .tab-content .resp-slider-container .slider-responsive .item.item2 .item-detail .item-img:after {
  color: #fe7124;
}
.sw-woo-tab-cat .resp-tab .tab-content .resp-slider-container .slider-responsive .item.item3 .item-detail .item-img:after {
  color: #fec324;
}
.sw-tab-countdown {
  margin-bottom: 40px;
}
.sw-tab-countdown .button-collapse {
  display: none;
}
.sw-tab-countdown .resp-tab .top-tab-slider {
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}
.sw-tab-countdown .resp-tab .top-tab-slider .nav.nav-tabs {
  border: none;
  margin: 0;
  text-align: center;
  background: #eaedf1;
  width: 100%;
}
.sw-tab-countdown .resp-tab .top-tab-slider .nav.nav-tabs > li {
  margin: 0;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  width: 33.33%;
  text-align: center;
}
.rtl .sw-tab-countdown .resp-tab .top-tab-slider .nav.nav-tabs > li {
  float: right;
}
.sw-tab-countdown .resp-tab .top-tab-slider .nav.nav-tabs > li > a {
  display: block;
  text-transform: capitalize;
  border: none;
  color: #666;
  background: transparent;
  margin: 0;
  padding: 6px 10px;
  border-radius: 8px 8px 0 0;
}
.sw-tab-countdown .resp-tab .top-tab-slider .nav.nav-tabs > li > a .label {
  font-size: 22px;
  color: #98a5b9;
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0;
  cursor: pointer;
  padding: 0;
  line-height: 28px;
  -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-tab-countdown .resp-tab .top-tab-slider .nav.nav-tabs > li > a span {
  font-size: 14px;
  color: #98a5b9;
  display: block;
  cursor: pointer;
  -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-tab-countdown .resp-tab .top-tab-slider .nav.nav-tabs > li.active > a,
.sw-tab-countdown .resp-tab .top-tab-slider .nav.nav-tabs > li:hover > a {
  background: #fe2424;
}
.sw-tab-countdown .resp-tab .top-tab-slider .nav.nav-tabs > li.active > a .label,
.sw-tab-countdown .resp-tab .top-tab-slider .nav.nav-tabs > li.active > a span,
.sw-tab-countdown .resp-tab .top-tab-slider .nav.nav-tabs > li:hover > a .label,
.sw-tab-countdown .resp-tab .top-tab-slider .nav.nav-tabs > li:hover > a span {
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.sw-tab-countdown .resp-tab .top-tab-slider .nav.nav-tabs > li:last-child a {
  padding-right: 0;
}
.rtl .sw-tab-countdown .resp-tab .top-tab-slider .nav.nav-tabs > li:last-child a {
  padding-right: 10px;
  padding-left: 0;
}
.sw-tab-countdown .resp-tab .tab-content {
  padding: 40px 45px 41px 22.5%;
  background-size: cover;
}
.sw-tab-countdown .resp-tab .tab-content .resp-slider-container .slider {
  margin: 0 -5px;
}
.sw-tab-countdown .resp-tab .tab-content .resp-slider-container .slider .item {
  padding: 0 5px;
}
.sw-tab-countdown .resp-tab .tab-content .resp-slider-container .slider .item .item-wrap {
  padding-bottom: 15px;
  border-radius: 4px;
  overflow: hidden;
}
.sw-tab-countdown .resp-tab .tab-content .resp-slider-container .slider .item .item-wrap .item-detail .item-img {
  padding: 12px 10px 0 10px;
}
.sw-tab-countdown .resp-tab .tab-content .resp-slider-container .slider .item .item-wrap .item-detail .item-content {
  min-height: 134px;
}
.sw-tab-countdown .resp-tab .tab-content .woo-tab-container-slider {
  position: relative;
}
.sw-tab-countdown .resp-tab .tab-content .woo-tab-container-slider .res-button {
  display: inline-block;
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 3;
  background: #fff;
  width: 25px;
  height: 50px;
  line-height: 50px;
  margin-top: -25px;
  text-align: center;
  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-tab-countdown .resp-tab .tab-content .woo-tab-container-slider .res-button.slick-next {
  right: -35px;
}
.rtl .sw-tab-countdown .resp-tab .tab-content .woo-tab-container-slider .res-button.slick-next {
  left: -35px;
  right: auto;
}
.sw-tab-countdown .resp-tab .tab-content .woo-tab-container-slider .res-button.slick-next:before {
  content: "";
  background: url(../assets/img/angle-arrow.svg) no-repeat center center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  width: 25px;
  height: 50px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rtl .sw-tab-countdown .resp-tab .tab-content .woo-tab-container-slider .res-button.slick-next:before {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.sw-tab-countdown .resp-tab .tab-content .woo-tab-container-slider .res-button.slick-prev {
  left: -35px;
}
.rtl .sw-tab-countdown .resp-tab .tab-content .woo-tab-container-slider .res-button.slick-prev {
  left: auto;
  right: -35px;
}
.sw-tab-countdown .resp-tab .tab-content .woo-tab-container-slider .res-button.slick-prev:before {
  content: "";
  background: url(../assets/img/angle-arrow.svg) no-repeat center center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  width: 26px;
  height: 50px;
}
.rtl .sw-tab-countdown .resp-tab .tab-content .woo-tab-container-slider .res-button.slick-prev:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.sw-tab-countdown .resp-tab .tab-content .woo-tab-container-slider .res-button:hover {
  background: #fe2424;
  -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-tab-countdown .resp-tab .tab-content .woo-tab-container-slider .res-button:hover:before {
  background: url(../assets/img/angle-arrow2.svg) no-repeat center center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.sw-tab-countdown .resp-tab .tab-content .woo-tab-container-slider: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-tab-countdown.style2 {
  margin-bottom: 19px;
}
.sw-tab-countdown.style2 .resp-tab .top-tab-slider {
  border-radius: 0;
}
.sw-tab-countdown.style2 .resp-tab .top-tab-slider .nav.nav-tabs {
  background: #fff;
}
.sw-tab-countdown.style2 .resp-tab .top-tab-slider .nav.nav-tabs > li > a {
  border-radius: 0;
}
.sw-tab-countdown.style2 .resp-tab .top-tab-slider .nav.nav-tabs > li > a .label {
  font-family: "Barlow Condensed", Helvetica, Arial, sans-serif;
  font-size: 24px;
}
.sw-tab-countdown.style2 .resp-tab .top-tab-slider .nav.nav-tabs > li.active > a,
.sw-tab-countdown.style2 .resp-tab .top-tab-slider .nav.nav-tabs > li:hover > a {
  background: #EFDEC2;
}
.sw-tab-countdown.style2 .resp-tab .top-tab-slider .nav.nav-tabs > li.active > a span,
.sw-tab-countdown.style2 .resp-tab .top-tab-slider .nav.nav-tabs > li.active > a .label,
.sw-tab-countdown.style2 .resp-tab .top-tab-slider .nav.nav-tabs > li:hover > a span,
.sw-tab-countdown.style2 .resp-tab .top-tab-slider .nav.nav-tabs > li:hover > a .label {
  color: #000;
}
.sw-tab-countdown.style2 .resp-tab .tab-content {
  padding: 30px 45px 30px 20.7%;
}
.sw-tab-countdown.style2 .resp-tab .tab-content .resp-slider-container .slider .item .item-wrap .item-detail .item-content {
  text-align: center;
  min-height: 128px;
  padding: 15px 15px 5px 15px;
}
.rtl .sw-tab-countdown.style2 .resp-tab .tab-content .resp-slider-container .slider .item .item-wrap .item-detail .item-content .item-price {
  float: none;
}
.sw-tab-countdown.style2 .resp-tab .tab-content .resp-slider-container .slider .item .item-wrap .item-detail .item-content .item-price > span {
  flex-direction: unset;
}
.sw-tab-countdown.style2 .resp-tab .tab-content .resp-slider-container .slider .item .item-wrap .item-detail .item-content .item-price > span del {
  margin: 3px 0 0 5px;
}
.rtl .sw-tab-countdown.style2 .resp-tab .tab-content .resp-slider-container .slider .item .item-wrap .item-detail .item-content .item-price > span del {
  margin: 3px 5px 0 0;
}
.sw-tab-countdown.style2 .resp-tab .tab-content .resp-slider-container .slider .item .item-wrap .item-detail .item-content .item-bottom {
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  left: 0;
  right: 0;
}
.sw-tab-countdown.style2 .resp-tab .tab-content .resp-slider-container .slider .item .item-wrap .item-detail .count-down {
  padding-top: 2px;
}
.sw-tab-countdown.style2 .sale-off {
  background: #fe2424;
}
.sw-tab-countdown.style2 .sale-off:before {
  border-top: 6px solid #bb0101;
}
.sw-tab-countdown.style2 .item .item-wrap .item-detail .count-down .item-border {
  border: 1px #000 solid;
}
.sw-tab-countdown.style2 .item .item-wrap .item-detail .count-down .item-border .product-countdown .countdown-section:before {
  color: #000;
}
.sw-tab-countdown.style2 .item .item-wrap .item-detail .count-down .item-border .product-countdown .countdown-section .countdown-amount {
  color: #000;
  font-family: "Barlow Condensed", Helvetica, Arial, sans-serif;
  font-weight: 600;
}
.sw-tab-countdown.style2 .item .item-wrap .item-detail .count-down .item-border .product-countdown .countdown-section .countdown-period {
  color: #000;
  font-family: "Barlow Condensed", Helvetica, Arial, sans-serif;
  font-size: 14px;
}
.banner-shortcode {
  margin-bottom: 110px;
  margin-top: 100px;
}
.banner-shortcode .item-banner {
  width: 50%;
  padding: 0 30px;
}
.banner-shortcode .banner-inner {
  width: 50%;
  padding: 45px;
}
.banner-shortcode .banner-inner .banner-title {
  margin-bottom: 38px;
}
.banner-shortcode .banner-inner .banner-title h3 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 30px;
  color: #000;
}
.banner-shortcode .banner-inner .banner-title .banner-description {
  font-style: italic;
  font-size: 14px;
}
.banner-shortcode .banner-inner .banner-countdown {
  margin-bottom: 55px;
}
.banner-shortcode .banner-inner .banner-countdown .countdown-section {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  padding: 12px 0;
  background: #222;
}
.rtl .banner-shortcode .banner-inner .banner-countdown .countdown-section {
  margin-left: 10px;
  margin-right: 0;
}
.banner-shortcode .banner-inner .banner-countdown .countdown-section .countdown-amount {
  display: block;
  width: 70px;
  font-weight: 500;
  text-align: center;
  font-size: 24px;
  color: #fff;
}
.banner-shortcode .banner-inner .banner-countdown .countdown-section .countdown-period {
  text-align: center;
  font-size: 13px;
  line-height: 24px;
  display: block;
  font-weight: 300;
  color: #aaa;
  text-transform: capitalize;
}
.banner-shortcode .banner-inner .banner-countdown .countdown-section:last-child {
  margin-right: 0;
}
.banner-shortcode .banner-inner .readmore a {
  text-transform: uppercase;
  padding: 5px 0;
  border-bottom: 1px #000 solid;
  color: #000;
  font-weight: 600;
  font-size: 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;
}
.banner-shortcode .banner-inner .readmore a:hover {
  color: #fe2424;
  border-color: #fe2424;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.sw-vendor-container-slider {
  position: relative;
  margin-bottom: 36px;
  border: 1px #ededed solid;
  padding: 14px;
}
.sw-vendor-container-slider .title-home h3 {
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 600;
  color: #000;
  margin-bottom: 17px;
}
.sw-vendor-container-slider .title-home h3 i.fa {
  width: 22px;
  height: 22px;
  line-height: 22px;
  display: inline-block;
  vertical-align: top;
  border-radius: 50%;
  font-size: 0;
  margin: 0px 10px 0 0;
  background: url(../assets/img/icon-vendor.png) center center no-repeat;
}
.rtl .sw-vendor-container-slider .title-home h3 i.fa {
  margin: 0 0 0 10px;
}
.sw-vendor-container-slider .resp-slider-container .slider {
  margin: 0 -5px;
}
.sw-vendor-container-slider .resp-slider-container .slider .item {
  padding: 0 5px;
}
.sw-vendor-container-slider .resp-slider-container .slider .item .item-wrap:hover {
  box-shadow: none;
}
.sw-vendor-container-slider .resp-slider-container .slider .item .item-product {
  margin-bottom: 15px;
}
.sw-vendor-container-slider .resp-slider-container .slider .item .item-product .item-product-content .item-img {
  border: 1px #ededed solid;
  width: 66.5%;
  float: left;
  margin-right: 1%;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.rtl .sw-vendor-container-slider .resp-slider-container .slider .item .item-product .item-product-content .item-img {
  float: right;
  margin-right: 0;
  margin-left: 1%;
}
.sw-vendor-container-slider .resp-slider-container .slider .item .item-product .item-product-content .item-img a {
  display: block;
  position: relative;
  overflow: hidden;
}
.sw-vendor-container-slider .resp-slider-container .slider .item .item-product .item-product-content .item-img a 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-vendor-container-slider .resp-slider-container .slider .item .item-product .item-product-content .item-img a:hover img {
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -o-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.sw-vendor-container-slider .resp-slider-container .slider .item .item-product .item-product-content .item-img .item-ct {
  background: #fff;
  bottom: -100%;
  padding: 10px;
  position: absolute;
  left: 0;
  right: 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-vendor-container-slider .resp-slider-container .slider .item .item-product .item-product-content .item-img:hover .item-ct {
  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;
}
.sw-vendor-container-slider .resp-slider-container .slider .item .item-product .item-product-content .wrap-small-item {
  width: 32.5%;
  float: left;
}
.rtl .sw-vendor-container-slider .resp-slider-container .slider .item .item-product .item-product-content .wrap-small-item {
  float: right;
}
.sw-vendor-container-slider .resp-slider-container .slider .item .item-product .item-product-content .wrap-small-item .item-img {
  border: 1px #ededed solid;
  width: 100%;
}
.sw-vendor-container-slider .resp-slider-container .slider .item .item-product .item-product-content .wrap-small-item .item-img:first-child {
  margin-bottom: 4px;
}
.sw-vendor-container-slider .resp-slider-container .slider .item .item-product .item-product-content .wrap-small-item .item-ct {
  display: none;
}
.sw-vendor-container-slider .resp-slider-container .slider .item .item-bottom .item-user {
  float: left;
}
.rtl .sw-vendor-container-slider .resp-slider-container .slider .item .item-bottom .item-user {
  float: right;
}
.sw-vendor-container-slider .resp-slider-container .slider .item .item-bottom .item-user .item-user-img {
  display: inline-block;
  vertical-align: top;
  border-radius: 5px;
  overflow: hidden;
  width: 40px;
  border-radius: 4px;
  border: 1px #ededed solid;
}
.sw-vendor-container-slider .resp-slider-container .slider .item .item-bottom .item-user .item-user-img a img {
  margin-bottom: 0;
}
.sw-vendor-container-slider .resp-slider-container .slider .item .item-bottom .item-user h4 {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 600;
  color: #000;
  margin: 0px 10px 5px 10px;
}
.sw-vendor-container-slider .resp-slider-container .slider .item .item-bottom .item-user h4 span {
  display: block;
  font-weight: normal;
  font-size: 14px;
  padding-top: 5px;
}
.sw-vendor-container-slider .res-button {
  position: absolute;
  top: 17px;
  cursor: pointer;
  font-size: 20px;
  width: 20px;
  height: 15px;
  text-align: center;
  line-height: 13px;
  z-index: 8;
  left: auto;
}
.sw-vendor-container-slider .res-button.slick-next {
  right: 5px;
}
.rtl .sw-vendor-container-slider .res-button.slick-next {
  left: 5px;
  right: auto;
}
.sw-vendor-container-slider .res-button.slick-next:before {
  content: "";
  background: url(../assets/img/angle-arrow.svg) no-repeat center center;
  width: 20px;
  height: 15px;
  display: block;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rtl .sw-vendor-container-slider .res-button.slick-next:before {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.sw-vendor-container-slider .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-vendor-container-slider .res-button.slick-next:hover:before {
  background: url(../assets/img/angle-arrow3.svg) no-repeat center center;
}
.sw-vendor-container-slider .res-button.slick-prev {
  right: 25px;
  border-right: 1px #ddd solid;
}
.rtl .sw-vendor-container-slider .res-button.slick-prev {
  left: 25px;
  right: auto;
  border-left: 1px #ddd solid;
  border-right: none;
}
.sw-vendor-container-slider .res-button.slick-prev:before {
  content: "";
  background: url(../assets/img/angle-arrow.svg) no-repeat center center;
  width: 20px;
  height: 15px;
  display: block;
}
.rtl .sw-vendor-container-slider .res-button.slick-prev:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.sw-vendor-container-slider .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-vendor-container-slider .res-button.slick-prev:hover:before {
  background: url(../assets/img/angle-arrow3.svg) no-repeat center center;
}
.sw-vendor-container-slider.style1 {
  border-radius: 8px;
  padding: 24px 24px 22px 24px;
  margin-bottom: 55px;
}
.sw-vendor-container-slider.style1 .title-home {
  position: relative;
}
.sw-vendor-container-slider.style1 .title-home h3 {
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 13px;
}
.sw-vendor-container-slider.style1 .title-home h3 i.fa {
  display: none;
}
.sw-vendor-container-slider.style1 .resp-slider-container .slider .item {
  border-right: 1px #ededed solid;
}
.sw-vendor-container-slider.style1 .resp-slider-container .slider .item .item-product .item-product-content .item-img {
  border: none;
}
.sw-vendor-container-slider.style1 .resp-slider-container .slider .item .item-bottom .item-user .item-user-img {
  border: none;
}
.sw-vendor-container-slider.style1 .resp-slider-container .slider .item:last-child {
  border-right: none;
}
.sw-vendor-container-slider2 {
  position: relative;
  margin-bottom: 80px;
}
.sw-vendor-container-slider2 .title-home {
  margin-bottom: 28px;
}
.sw-vendor-container-slider2 .title-home h3 {
  padding-bottom: 11px;
  border-bottom: 2px #ccc solid;
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}
.sw-vendor-container-slider2 .resp-slider-container .banner-category {
  width: 190px;
  margin-right: 10px;
}
.rtl .sw-vendor-container-slider2 .resp-slider-container .banner-category {
  margin-right: 0;
  margin-left: 10px;
}
.sw-vendor-container-slider2 .resp-slider-container .banner-category img {
  margin-bottom: 0;
}
.sw-vendor-container-slider2 .resp-slider-container .slider {
  margin: 0 -10px;
}
.sw-vendor-container-slider2 .resp-slider-container .slider .item {
  padding: 0 10px;
}
.sw-vendor-container-slider2 .resp-slider-container .slider .item .item-product {
  background: #fff;
  margin-bottom: 20px;
  padding: 20px;
}
.sw-vendor-container-slider2 .resp-slider-container .slider .item .item-product:last-child {
  margin-bottom: 0;
}
.sw-vendor-container-slider2 .resp-slider-container .slider .item .item-product .item-top {
  margin-bottom: 20px;
  position: relative;
}
.sw-vendor-container-slider2 .resp-slider-container .slider .item .item-product .item-top .item-user {
  margin-right: 10px;
}
.rtl .sw-vendor-container-slider2 .resp-slider-container .slider .item .item-product .item-top .item-user {
  margin-right: 0;
  margin-left: 10px;
}
.sw-vendor-container-slider2 .resp-slider-container .slider .item .item-product .item-top .item-user a img {
  border-radius: 4px;
  margin-bottom: 0;
}
.sw-vendor-container-slider2 .resp-slider-container .slider .item .item-product .item-top h4 {
  text-transform: capitalize;
  color: #000;
  font-size: 15px;
  padding-top: 10px;
}
.sw-vendor-container-slider2 .resp-slider-container .slider .item .item-product .item-top .read-more {
  border-radius: 50%;
  width: 25px;
  height: 25px;
  line-height: 24px;
  text-align: center;
  border: 1px #ccc solid;
  color: #ccc;
  font-size: 16px;
  position: absolute;
  top: 0;
  right: 0;
}
.rtl .sw-vendor-container-slider2 .resp-slider-container .slider .item .item-product .item-top .read-more {
  right: auto;
  left: 0;
}
.rtl .sw-vendor-container-slider2 .resp-slider-container .slider .item .item-product .item-top .read-more i:before {
  content: "\f0d9";
}
.sw-vendor-container-slider2 .resp-slider-container .slider .item .item-product .item-top .read-more:hover {
  background: #fe2424;
  color: #fff;
  border-color: #fe2424;
}
.sw-vendor-container-slider2 .resp-slider-container .slider .item .item-product .item-content {
  border-radius: 4px;
  width: 31%;
  margin-right: 3%;
}
.sw-vendor-container-slider2 .resp-slider-container .slider .item .item-product .item-content:last-child {
  margin-right: 0;
}
.rtl .sw-vendor-container-slider2 .resp-slider-container .slider .item .item-product .item-content:last-child {
  margin-left: 0;
}
.rtl .sw-vendor-container-slider2 .resp-slider-container .slider .item .item-product .item-content {
  margin-right: 0;
  margin-left: 3%;
}
.sw-vendor-container-slider2 .resp-slider-container .slider .item .item-product .item-content a {
  display: block;
  position: relative;
  overflow: hidden;
}
.sw-vendor-container-slider2 .resp-slider-container .slider .item .item-product .item-content a:before {
  content: "";
  background: rgba(0,0,0,0.05);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.sw-vendor-container-slider2 .resp-slider-container .slider .item .item-product .item-content a img {
  width: 100%;
}
.sw-vendor-container-slider2 .resp-slider-container .slider .item .item-product .item-content:hover a:before {
  background: rgba(0,0,0,0.2);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.sw-recent-viewed-slider {
  border-bottom: 1px #ededed solid;
}
.sw-recent-viewed-slider .block-title {
  background: #fff;
  padding: 13px 20px;
}
.sw-recent-viewed-slider .block-title:before {
  content: "";
  width: 3px;
  height: 21px;
  background: #000;
  position: absolute;
  top: 16px;
  left: 0px;
}
.rtl .sw-recent-viewed-slider .block-title:before {
  left: auto;
  right: 0;
}
.sw-recent-viewed-slider .block-title h3 {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
  margin-bottom: 0;
}
.sw-recent-viewed-slider .block-title .view-all {
  color: #999;
  margin-top: 6px;
}
.sw-recent-viewed-slider .block-title .view-all:hover {
  color: #fe2424;
}
.rtl .sw-recent-viewed-slider .block-title .view-all i:before {
  content: "\f104";
}
.sw-recent-viewed-slider .resp-slider-container {
  overflow: hidden;
  background: #fff;
  margin-bottom: 20px;
}
.sw-recent-viewed-slider .resp-slider-container .slider {
  margin: 0 -5px;
}
.rtl .sw-recent-viewed-slider .resp-slider-container .slider {
  direction: rtl;
}
.sw-recent-viewed-slider .resp-slider-container .item {
  padding: 0 5px;
}
.sw-recent-viewed-slider .resp-slider-container .item .item-wrap:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.sw-recent-viewed-slider .resp-slider-container .item .item-wrap .item-detail .item-content {
  text-align: center;
  padding: 8px;
}
.rtl .sw-recent-viewed-slider .resp-slider-container .item .item-wrap .item-detail .item-content .item-price {
  float: none;
}
.sw-recent-viewed-slider .resp-slider-container .item .item-wrap .item-detail .item-content .item-price > span {
  flex-direction: unset;
}
.sw-recent-viewed-slider .resp-slider-container .item .item-wrap .item-detail .item-content .item-price > span del {
  margin: 3px 0 0 5px;
}
.rtl .sw-recent-viewed-slider .resp-slider-container .item .item-wrap .item-detail .item-content .item-price > span del {
  margin: 3px 5px 0 0;
}
.sw-recent-viewed-slider .resp-slider-container .item .item-wrap .item-detail .item-content .item-bottom {
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  left: 0;
  right: 0;
}
.sw-recent-viewed-slider .resp-slider-container .item .item-wrap .sale-off {
  background: #fe2424;
}
.sw-recent-viewed-slider .resp-slider-container .item .item-wrap .sale-off:before {
  border-top: 6px solid #bb0101;
}
.sw-recent-viewed-slider .res-button {
  position: absolute;
  top: 17px;
  cursor: pointer;
  font-size: 20px;
  width: 20px;
  height: 15px;
  text-align: center;
  line-height: 13px;
  z-index: 8;
  left: auto;
}
.sw-recent-viewed-slider .res-button.slick-next {
  right: 5px;
}
.rtl .sw-recent-viewed-slider .res-button.slick-next {
  left: 5px;
  right: auto;
}
.sw-recent-viewed-slider .res-button.slick-next:before {
  content: "";
  background: url(../assets/img/angle-arrow.svg) no-repeat center center;
  width: 20px;
  height: 15px;
  display: block;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rtl .sw-recent-viewed-slider .res-button.slick-next:before {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.sw-recent-viewed-slider .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-recent-viewed-slider .res-button.slick-next:hover:before {
  background: url(../assets/img/angle-arrow3.svg) no-repeat center center;
}
.sw-recent-viewed-slider .res-button.slick-prev {
  right: 25px;
  border-right: 1px #ddd solid;
}
.rtl .sw-recent-viewed-slider .res-button.slick-prev {
  left: 25px;
  right: auto;
  border-left: 1px #ddd solid;
  border-right: none;
}
.sw-recent-viewed-slider .res-button.slick-prev:before {
  content: "";
  background: url(../assets/img/angle-arrow.svg) no-repeat center center;
  width: 20px;
  height: 15px;
  display: block;
}
.rtl .sw-recent-viewed-slider .res-button.slick-prev:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.sw-recent-viewed-slider .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-recent-viewed-slider .res-button.slick-prev:hover:before {
  background: url(../assets/img/angle-arrow3.svg) no-repeat center center;
}
.sw-recent-viewed-slider .res-button {
  opacity: 0;
  visibility: hidden;
}
.sw-recent-viewed-slider: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-slider {
  color: #fff;
  padding: 100px 40px 80px 40px;
}
.testimonial-slider .block-title {
  margin-bottom: 15px;
}
.testimonial-slider .block-title h3 {
  font-size: 22px;
  text-transform: uppercase;
}
.testimonial-slider .block-title p {
  font-size: 16px;
}
.testimonial-slider .resp-slider-container .slider .item .client-comment {
  font-size: 20px;
  margin-bottom: 15px;
  font-family: "Playfair Display", Helvetica, Arial, sans-serif;
}
.testimonial-slider .resp-slider-container .slider .item .name-client h3 {
  font-size: 14px;
  text-transform: uppercase;
}
.testimonial-slider .resp-slider-container .slider .item .name-client h3 a {
  color: #fff;
}
.testimonial-slider .resp-slider-container .slick-dots {
  margin: 25px 0 0 0;
}
.rtl .testimonial-slider .resp-slider-container .slick-dots {
  direction: rtl;
}
.testimonial-slider .resp-slider-container .slick-dots li {
  list-style: none;
  display: inline-block;
  vertical-align: top;
  margin: 0 9px 0 1px;
}
.rtl .testimonial-slider .resp-slider-container .slick-dots li {
  margin: 0 1px 0 9px;
}
.testimonial-slider .resp-slider-container .slick-dots li button {
  font-size: 0;
  width: 10px;
  height: 10px;
  padding: 0;
  background: #000;
  border: none;
  -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-slider .resp-slider-container .slick-dots li.slick-active button,
.testimonial-slider .resp-slider-container .slick-dots li:hover button {
  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;
}
.testimonial-slider2 .block-title h3 {
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 600;
  color: #000;
}
.testimonial-slider2 .resp-slider-container .slider {
  margin: 0 -15px;
}
.testimonial-slider2 .resp-slider-container .slider .item {
  padding: 0 15px;
}
.testimonial-slider2 .resp-slider-container .slider .item .client-comment {
  background: #fff;
  font-size: 14px;
  color: #000;
  padding: 26px 30px 16px 30px;
  margin-bottom: 20px;
  position: relative;
  line-height: 24px;
  text-align: center;
}
.testimonial-slider2 .resp-slider-container .slider .item .client-comment:before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 20px;
  border-top: 0 solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #fff;
}
.rtl .testimonial-slider2 .resp-slider-container .slider .item .client-comment:before {
  left: auto;
  right: 20px;
}
.testimonial-slider2 .resp-slider-container .slider .item .client-comment p {
  margin-bottom: 7px;
}
.testimonial-slider2 .resp-slider-container .slider .item .client-comment p i.fa {
  font-size: 16px;
  color: #fff;
  background: #fe2424;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-weight: normal;
}
.testimonial-slider2 .resp-slider-container .slider .item .item-wrap {
  background: transparent;
}
.testimonial-slider2 .resp-slider-container .slider .item .item-wrap .item-img {
  margin-right: 15px;
}
.rtl .testimonial-slider2 .resp-slider-container .slider .item .item-wrap .item-img {
  margin-right: 0;
  margin-left: 15px;
}
.testimonial-slider2 .resp-slider-container .slider .item .item-wrap .item-img a img {
  border-radius: 50%;
  width: 42px;
}
.testimonial-slider2 .resp-slider-container .slider .item .item-wrap .name-client {
  overflow: hidden;
  padding-top: 2px;
}
.testimonial-slider2 .resp-slider-container .slider .item .item-wrap .name-client h3 {
  font-size: 16px;
  color: #000;
  margin-bottom: 6px;
}
.testimonial-slider2 .resp-slider-container .slider .item .item-wrap .name-client h3 span {
  color: #999;
  font-weight: normal;
}
.testimonial-slider2 .resp-slider-container .slider .item .item-wrap .name-client h3 a {
  text-transform: capitalize;
}
.testimonial-slider2 .resp-slider-container .slider .item .item-wrap .name-client .info-client {
  font-size: 13px;
  color: #999;
  text-transform: capitalize;
  font-style: italic;
}
.testimonial-slider2 .resp-slider-container .slider .item .item-wrap:hover {
  box-shadow: none;
}
.testimonial-slider2 .resp-slider-container .slider .slick-dots {
  display: none;
}
.testimonial-slider2 .res-button {
  display: none;
}
.bundle-slider-style1 {
  border: 1px #ededed solid;
  padding: 11px 10px;
  position: relative;
}
.bundle-slider-style1 .box-title {
  padding: 0 4px;
}
.bundle-slider-style1 .box-title h3 {
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  color: #000;
  text-transform: uppercase;
  font-weight: 700;
}
.bundle-slider-style1 .box-title .description {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  color: #fe2424;
  border: 1px #fe2424 solid;
  border-radius: 4px;
  padding: 0px 6px;
  line-height: 20px;
  margin: 0 10px;
}
.bundle-slider-style1 .resp-slider-container .item .item-wrap .item-detail .item-content {
  min-height: 131px;
  padding: 4px 15px;
}
.bundle-slider-style1 .resp-slider-container .item .item-wrap:hover {
  box-shadow: none;
}
.bundle-slider-style1 .resp-slider-container .box-gallery {
  padding: 0px 10px 12px 10px;
}
.bundle-slider-style1 .resp-slider-container .box-gallery span {
  font-size: 12px;
  color: #000;
  margin-bottom: 10px;
  display: block;
}
.bundle-slider-style1 .resp-slider-container .box-gallery .responsive-slider {
  margin: 0 -5px;
}
.bundle-slider-style1 .resp-slider-container .box-gallery .responsive-slider .item-thumbnail-product {
  padding: 0 5px;
  display: none;
}
.bundle-slider-style1 .resp-slider-container .box-gallery .responsive-slider .item-thumbnail-product:first-child,
.bundle-slider-style1 .resp-slider-container .box-gallery .responsive-slider .item-thumbnail-product:nth-child(2),
.bundle-slider-style1 .resp-slider-container .box-gallery .responsive-slider .item-thumbnail-product:nth-child(3) {
  display: block;
}
.bundle-slider-style1 .resp-slider-container .box-gallery .responsive-slider .item-thumbnail-product .thumbnail-wrapper {
  border: 2px #ededed solid;
  width: 60px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.bundle-slider-style1 .resp-slider-container .box-gallery .responsive-slider .item-thumbnail-product .thumbnail-wrapper:hover {
  border-color: #fe2424;
  -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-style1 .res-button {
  position: absolute;
  top: 17px;
  cursor: pointer;
  font-size: 20px;
  width: 20px;
  height: 15px;
  text-align: center;
  line-height: 13px;
  z-index: 8;
  left: auto;
}
.bundle-slider-style1 .res-button.slick-next {
  right: 5px;
}
.rtl .bundle-slider-style1 .res-button.slick-next {
  left: 5px;
  right: auto;
}
.bundle-slider-style1 .res-button.slick-next:before {
  content: "";
  background: url(../assets/img/angle-arrow.svg) no-repeat center center;
  width: 20px;
  height: 15px;
  display: block;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rtl .bundle-slider-style1 .res-button.slick-next:before {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.bundle-slider-style1 .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;
}
.bundle-slider-style1 .res-button.slick-next:hover:before {
  background: url(../assets/img/angle-arrow3.svg) no-repeat center center;
}
.bundle-slider-style1 .res-button.slick-prev {
  right: 25px;
  border-right: 1px #ddd solid;
}
.rtl .bundle-slider-style1 .res-button.slick-prev {
  left: 25px;
  right: auto;
  border-left: 1px #ddd solid;
  border-right: none;
}
.bundle-slider-style1 .res-button.slick-prev:before {
  content: "";
  background: url(../assets/img/angle-arrow.svg) no-repeat center center;
  width: 20px;
  height: 15px;
  display: block;
}
.rtl .bundle-slider-style1 .res-button.slick-prev:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.bundle-slider-style1 .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;
}
.bundle-slider-style1 .res-button.slick-prev:hover:before {
  background: url(../assets/img/angle-arrow3.svg) no-repeat center center;
}
.bundle-slider-style1 .res-button {
  opacity: 0;
  visibility: hidden;
}
.bundle-slider-style1: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;
}
.bundle-slider-style1.style2 {
  border: none;
  padding: 0;
}
.bundle-slider-style1.style2 .box-title2 {
  text-align: center;
}
.bundle-slider-style1.style2 .box-title2 h3 {
  font-size: 26px;
  color: #000;
  font-weight: normal;
  position: relative;
  margin-bottom: 76px;
}
.bundle-slider-style1.style2 .box-title2 h3:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #ddd;
  position: absolute;
  top: 52%;
  left: 0;
  right: 0;
}
.bundle-slider-style1.style2 .box-title2 h3 span {
  position: relative;
  background: #fff;
  padding: 0 30px;
}
.bundle-slider-style1.style2 .resp-slider-container {
  margin: 0 -5px;
}
.bundle-slider-style1.style2 .resp-slider-container .item {
  padding: 0 5px;
}
.bundle-slider-style1.style2 .resp-slider-container .item .item-wrap .item-detail .item-img .sale-off2 {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 11px;
  color: #000;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  background: #ffc220;
}
.rtl .bundle-slider-style1.style2 .resp-slider-container .item .item-wrap .item-detail .item-img .sale-off2 {
  right: auto;
  left: 10px;
}
.bundle-slider-style1.style2 .resp-slider-container .item .item-wrap .item-detail .item-img .sale-off2 span {
  display: none;
}
.bundle-slider-style1.style2 .resp-slider-container .item .item-wrap .item-detail .item-content {
  padding: 14px 15px;
  margin-bottom: 0;
  min-height: 141px;
}
.bundle-slider-style1.style2 .resp-slider-container .item .item-wrap .item-detail .item-content h4 {
  line-height: 20px;
}
.bundle-slider-style1.style2 .resp-slider-container .item .item-wrap .item-detail .item-content .item-price {
  font-size: 16px;
}
.bundle-slider-style1.style2 .res-button {
  display: none !important;
}
.bundle-slider-style1.style2 .slick-dots {
  text-align: center;
  margin: 0;
  padding-top: 8px;
}
.bundle-slider-style1.style2 .slick-dots li {
  list-style: none;
  display: inline-block;
  vertical-align: top;
  margin: 0 9px;
}
.bundle-slider-style1.style2 .slick-dots li button {
  font-size: 0;
  width: 6px;
  height: 6px;
  padding: 0;
  background: #c6c9cc;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 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;
}
.bundle-slider-style1.style2 .slick-dots li.slick-active button,
.bundle-slider-style1.style2 .slick-dots li:hover button {
  background: #000;
  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;
}
.sw-tab-vendor-slider {
  background: #fff;
  margin-bottom: 10px;
}
.sw-tab-vendor-slider .box-title {
  padding: 13px 20px;
  border-bottom: 1px #ededed solid;
  position: relative;
}
.sw-tab-vendor-slider .box-title:before {
  content: "";
  width: 3px;
  height: 21px;
  background: #000;
  position: absolute;
  top: 16px;
  left: 0;
}
.rtl .sw-tab-vendor-slider .box-title:before {
  left: auto;
  right: 0;
}
.sw-tab-vendor-slider .box-title h3 {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
  margin-bottom: 0;
}
.sw-tab-vendor-slider .box-title a {
  color: #999;
  margin-top: 6px;
}
.sw-tab-vendor-slider .box-title a:hover {
  color: #fe2424;
}
.sw-tab-vendor-slider .box-title a i {
  font-size: 15px;
}
.rtl .sw-tab-vendor-slider .box-title a i:before {
  content: "\f104";
}
.sw-tab-vendor-slider .resp-tab {
  padding: 20px;
}
.sw-tab-vendor-slider .resp-tab .banner-category {
  margin-right: 20px;
  width: 348px;
}
.rtl .sw-tab-vendor-slider .resp-tab .banner-category {
  margin-right: 0;
  margin-left: 20px;
}
.sw-tab-vendor-slider .resp-tab .banner-category a img {
  margin-bottom: 0;
}
.sw-tab-vendor-slider .resp-tab .banner-category a img:hover {
  animation-name: elementor-animation-wobble-horizontal;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
.sw-tab-vendor-slider .resp-tab .vendor-tab-slider {
  overflow: hidden;
}
.sw-tab-vendor-slider .resp-tab .vendor-tab-slider .tab-content {
  margin-bottom: 5px;
}
.sw-tab-vendor-slider .resp-tab .vendor-tab-slider .tab-content .item {
  padding: 0 4px;
}
.sw-tab-vendor-slider .resp-tab .vendor-tab-slider .tab-content .item .item-wrap:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.sw-tab-vendor-slider .resp-tab .vendor-tab-slider .tab-content .item .item-wrap .item-detail .item-content {
  text-align: center;
}
.rtl .sw-tab-vendor-slider .resp-tab .vendor-tab-slider .tab-content .item .item-wrap .item-detail .item-content .item-price {
  float: none;
}
.sw-tab-vendor-slider .resp-tab .vendor-tab-slider .tab-content .item .item-wrap .item-detail .item-content .item-price > span {
  flex-direction: unset;
}
.sw-tab-vendor-slider .resp-tab .vendor-tab-slider .tab-content .item .item-wrap .item-detail .item-content .item-price > span del {
  margin: 3px 0 0 5px;
}
.rtl .sw-tab-vendor-slider .resp-tab .vendor-tab-slider .tab-content .item .item-wrap .item-detail .item-content .item-price > span del {
  margin: 3px 5px 0 0;
}
.sw-tab-vendor-slider .resp-tab .vendor-tab-slider .tab-content .item .item-wrap .item-detail .item-content .item-bottom {
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  left: 0;
  right: 0;
}
.sw-tab-vendor-slider .resp-tab .vendor-tab-slider .tab-content .item .item-wrap .sale-off {
  background: #fe2424;
}
.sw-tab-vendor-slider .resp-tab .vendor-tab-slider .tab-content .item .item-wrap .sale-off:before {
  border-top: 6px solid #bb0101;
}
.sw-tab-vendor-slider .resp-tab .vendor-tab-slider .top-tab-slider .nav-tabs {
  margin-left: 0;
  border-bottom: none;
  border-top: 2px #fe2424 solid;
  padding-top: 25px;
}
.sw-tab-vendor-slider .resp-tab .vendor-tab-slider .top-tab-slider .nav-tabs li {
  width: 33.332%;
  margin-bottom: 10px;
  border-right: 1px #ededed solid;
}
.rtl .sw-tab-vendor-slider .resp-tab .vendor-tab-slider .top-tab-slider .nav-tabs li {
  float: right;
  border-left: 1px #ededed solid;
  border-right: none;
}
.sw-tab-vendor-slider .resp-tab .vendor-tab-slider .top-tab-slider .nav-tabs li:last-child,
.sw-tab-vendor-slider .resp-tab .vendor-tab-slider .top-tab-slider .nav-tabs li:nth-child(3n) {
  border-right: none;
}
.rtl .sw-tab-vendor-slider .resp-tab .vendor-tab-slider .top-tab-slider .nav-tabs li:last-child,
.rtl .sw-tab-vendor-slider .resp-tab .vendor-tab-slider .top-tab-slider .nav-tabs li:nth-child(3n) {
  border-left: none;
}
.sw-tab-vendor-slider .resp-tab .vendor-tab-slider .top-tab-slider .nav-tabs li a {
  padding: 0 15px;
  border: none;
  background: #fff;
}
.sw-tab-vendor-slider .resp-tab .vendor-tab-slider .top-tab-slider .nav-tabs li a .image img {
  margin-bottom: 0;
  border-radius: 50%;
  border: 2px #ededed solid;
  margin-right: 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-tab-vendor-slider .resp-tab .vendor-tab-slider .top-tab-slider .nav-tabs li a .image img {
  margin-right: 0;
  margin-left: 10px;
}
.sw-tab-vendor-slider .resp-tab .vendor-tab-slider .top-tab-slider .nav-tabs li a .item-info {
  overflow: hidden;
  padding-top: 1px;
}
.sw-tab-vendor-slider .resp-tab .vendor-tab-slider .top-tab-slider .nav-tabs li a .item-info .vendor-name {
  color: #000;
  text-transform: capitalize;
  font-weight: 600;
}
.sw-tab-vendor-slider .resp-tab .vendor-tab-slider .top-tab-slider .nav-tabs li a .item-info span {
  font-size: 12px;
  color: #777;
}
.sw-tab-vendor-slider .resp-tab .vendor-tab-slider .top-tab-slider .nav-tabs li.active a .image img,
.sw-tab-vendor-slider .resp-tab .vendor-tab-slider .top-tab-slider .nav-tabs li:hover a .image img {
  border: 2px #fe2424 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-tab-vendor-slider .resp-tab .vendor-tab-slider .top-tab-slider .nav-tabs li:first-child.active:before,
.sw-tab-vendor-slider .resp-tab .vendor-tab-slider .top-tab-slider .nav-tabs li:first-child:hover:before,
.sw-tab-vendor-slider .resp-tab .vendor-tab-slider .top-tab-slider .nav-tabs li:nth-child(2).active:before,
.sw-tab-vendor-slider .resp-tab .vendor-tab-slider .top-tab-slider .nav-tabs li:nth-child(2):hover:before,
.sw-tab-vendor-slider .resp-tab .vendor-tab-slider .top-tab-slider .nav-tabs li:nth-child(3).active:before,
.sw-tab-vendor-slider .resp-tab .vendor-tab-slider .top-tab-slider .nav-tabs li:nth-child(3):hover:before {
  content: "";
  width: 14px;
  height: 14px;
  border: 2px #fe2424 solid;
  border-width: 0 2px 2px 0;
  background: #fff;
  position: absolute;
  left: 27px;
  top: -33px;
  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;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.rtl .sw-tab-vendor-slider .resp-tab .vendor-tab-slider .top-tab-slider .nav-tabs li:first-child.active:before,
.rtl .sw-tab-vendor-slider .resp-tab .vendor-tab-slider .top-tab-slider .nav-tabs li:first-child:hover:before,
.rtl .sw-tab-vendor-slider .resp-tab .vendor-tab-slider .top-tab-slider .nav-tabs li:nth-child(2).active:before,
.rtl .sw-tab-vendor-slider .resp-tab .vendor-tab-slider .top-tab-slider .nav-tabs li:nth-child(2):hover:before,
.rtl .sw-tab-vendor-slider .resp-tab .vendor-tab-slider .top-tab-slider .nav-tabs li:nth-child(3).active:before,
.rtl .sw-tab-vendor-slider .resp-tab .vendor-tab-slider .top-tab-slider .nav-tabs li:nth-child(3):hover:before {
  left: auto;
  right: 27px;
}
.sw-woo-tab-listing {
  margin-bottom: 45px;
}
.sw-woo-tab-listing .block-title {
  background: #fff;
  padding: 13px 20px;
}
.sw-woo-tab-listing .block-title:before {
  content: "";
  width: 3px;
  height: 21px;
  background: #000;
  position: absolute;
  top: 16px;
  left: 0px;
}
.rtl .sw-woo-tab-listing .block-title:before {
  left: auto;
  right: 0;
}
.sw-woo-tab-listing .block-title h3 {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
  margin-bottom: 0;
}
.sw-woo-tab-listing .block-title .view-all {
  color: #999;
  margin-top: 6px;
}
.sw-woo-tab-listing .block-title .view-all:hover {
  color: #fe2424;
}
.rtl .sw-woo-tab-listing .block-title .view-all i:before {
  content: "\f104";
}
.sw-woo-tab-listing .tab-listing-container .item {
  background: #fff;
  margin-bottom: 1px;
  padding: 0 5px;
  display: inline-block;
  vertical-align: top;
  float: none;
  margin-right: -3px;
}
.sw-woo-tab-listing .tab-listing-container .item .item-wrap:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.sw-woo-tab-listing .tab-listing-container .item .item-wrap:hover .item-bottom {
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -o-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  transform: translateY(-4px);
}
.sw-woo-tab-listing .tab-listing-container .item .item-wrap .item-detail .item-content {
  text-align: center;
  padding: 11px 10px 5px 10px;
  min-height: 120px;
}
.rtl .sw-woo-tab-listing .tab-listing-container .item .item-wrap .item-detail .item-content .item-price {
  float: none;
}
.sw-woo-tab-listing .tab-listing-container .item .item-wrap .item-detail .item-content .item-price > span {
  flex-direction: unset;
}
.sw-woo-tab-listing .tab-listing-container .item .item-wrap .item-detail .item-content .item-price > span del {
  margin: 3px 0 0 5px;
}
.rtl .sw-woo-tab-listing .tab-listing-container .item .item-wrap .item-detail .item-content .item-price > span del {
  margin: 3px 5px 0 0;
}
.sw-woo-tab-listing .tab-listing-container .item .item-wrap .item-detail .item-content .item-bottom {
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  left: 0;
  right: 0;
}
.sw-woo-tab-listing .tab-listing-container .item .item-wrap .sale-off {
  background: #fe2424;
}
.sw-woo-tab-listing .tab-listing-container .item .item-wrap .sale-off:before {
  border-top: 6px solid #bb0101;
}
.sw-woo-tab-listing .tab-listing-container .item-more {
  vertical-align: middle;
  text-align: center;
  width: 100%;
  clear: both;
  background: transparent;
  padding-top: 20px;
}
.sw-woo-tab-listing .tab-listing-container .item-more a {
  display: inline-block;
  width: 30%;
  height: 45px;
  line-height: 47px;
  background-color: #fe2424;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  position: relative;
  text-align: center;
}
.sw-woo-tab-listing .tab-listing-container .item-more a:hover {
  background: #ee0101;
}
.sw-woo-tab-listing .tab-listing-container .item-more a:before {
  content: attr(data-label);
  display: block;
}
.sw-woo-tab-listing .tab-listing-container .item-more.btn-loading a:before {
  background: url(../assets/img/loading.gif) no-repeat center center #fff;
  background-size: 32px 32px;
  font-size: 0;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 99;
  display: block;
}
.sw-woo-tab-listing .tab-listing-container .item-more.btn-loaded a:before {
  content: attr(data-label-loaded);
}
.sw-woo-tab-listing.style1 .tab-listing-container {
  margin: 0 -15px;
}
.sw-woo-tab-listing.style1 .tab-listing-container .item {
  padding: 0 15px;
  margin-bottom: 42px;
}
.rtl .sw-woo-tab-listing.style1 .tab-listing-container .item .item-content {
  text-align: right;
}
.sw-woo-tab-listing.style1 .tab-listing-container .item .sale-off {
  display: none;
}
.sw-woo-tab-listing.style1 .tab-listing-container .item-more {
  padding-top: 0px;
}
.sw-woo-tab-listing.style1 .tab-listing-container .item-more a {
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 50%;
  font-weight: normal;
  background-color: #fff;
  font-size: 11px;
  text-transform: capitalize;
  border: 1px solid #ddd;
}
.sw-woo-tab-listing.style1 .tab-listing-container .item-more a:hover {
  color: #000;
  border: 1px solid #000;
}
.sw-woo-tab-listing.style1 .tab-listing-container .item-more a:before {
  content: attr(data-label);
  display: block;
}
.sw-woo-tab-listing.style1 .tab-listing-container .item-more.btn-loading a {
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
  border-top: 1px solid #000;
}
.sw-woo-tab-listing.style1 .tab-listing-container .item-more.btn-loading a:before {
  content: "";
  font-size: 0;
  border-radius: 50%;
}
.sw-woo-tab-listing.style1 .tab-listing-container .item-more.btn-loaded a {
  border: 1px #000 solid;
  color: #000;
}
.sw-woo-tab-listing.style1 .tab-listing-container .item-more.btn-loaded a:before {
  content: attr(data-label-loaded);
}
.sw-tab-bunled-product {
  margin-bottom: 20px;
}
.sw-tab-bunled-product .block-title {
  background: #fff;
  padding: 13px 20px;
}
.sw-tab-bunled-product .block-title:before {
  content: "";
  width: 3px;
  height: 21px;
  background: #000;
  position: absolute;
  top: 16px;
  left: 0px;
}
.rtl .sw-tab-bunled-product .block-title:before {
  left: auto;
  right: 0;
}
.sw-tab-bunled-product .block-title h3 {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
  margin-bottom: 0;
}
.sw-tab-bunled-product .block-title .view-all {
  color: #999;
  margin-top: 6px;
}
.sw-tab-bunled-product .block-title .view-all:hover {
  color: #fe2424;
}
.rtl .sw-tab-bunled-product .block-title .view-all i:before {
  content: "\f104";
}
.sw-tab-bunled-product .resp-tab {
  display: block;
  background-color: #fff;
}
.sw-tab-bunled-product .resp-tab .top-tab-slider {
  border-bottom: 0;
  margin: 0;
}
.sw-tab-bunled-product .resp-tab .top-tab-slider ul.nav-tabs {
  float: none;
  display: flex;
  margin: 0;
  border-top: 1px #fe2424 solid;
  border-bottom: none;
}
.sw-tab-bunled-product .resp-tab .top-tab-slider ul.nav-tabs > li {
  width: 16.67%;
  float: none;
  margin: 0 !important;
  border-right: 1px solid #ededed;
  -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-tab-bunled-product .resp-tab .top-tab-slider ul.nav-tabs > li {
  border-left: 1px solid #ededed;
  border-right: none;
}
.sw-tab-bunled-product .resp-tab .top-tab-slider ul.nav-tabs > li > a {
  font-size: 14px;
  color: #999;
  border: 0;
  border-radius: 0;
  margin: 0;
  padding: 10px;
  text-align: center;
  height: auto;
  line-height: 20px;
  min-height: 60px;
  position: relative;
  overflow: visible;
  background: transparent;
}
.sw-tab-bunled-product .resp-tab .top-tab-slider ul.nav-tabs > li.active,
.sw-tab-bunled-product .resp-tab .top-tab-slider ul.nav-tabs > li:hover {
  background-color: #fe2424;
  border-right: 1px solid #fe2424;
  -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-tab-bunled-product .resp-tab .top-tab-slider ul.nav-tabs > li.active,
.rtl .sw-tab-bunled-product .resp-tab .top-tab-slider ul.nav-tabs > li:hover {
  border-left: 1px solid #fe2424;
  border-right: 0;
}
.sw-tab-bunled-product .resp-tab .top-tab-slider ul.nav-tabs > li.active a,
.sw-tab-bunled-product .resp-tab .top-tab-slider ul.nav-tabs > li:hover a {
  color: #000;
}
.sw-tab-bunled-product .resp-tab .top-tab-slider ul.nav-tabs > li:last-child {
  border-right: 1px solid #fff;
}
.rtl .sw-tab-bunled-product .resp-tab .top-tab-slider ul.nav-tabs > li:last-child {
  border-left: 1px #fff solid;
}
.sw-tab-bunled-product .resp-tab .tab-content .woo-tab-container-slider .resp-slider-container {
  display: flex;
}
.sw-tab-bunled-product .resp-tab .tab-content .woo-tab-container-slider .resp-slider-container .responsive-slider {
  position: relative;
  width: 80%;
}
.sw-tab-bunled-product .resp-tab .tab-content .woo-tab-container-slider .resp-slider-container .responsive-slider:hover .res-button {
  opacity: 1;
}
.sw-tab-bunled-product .resp-tab .tab-content .woo-tab-container-slider .resp-slider-container .responsive-slider .res-button {
  height: 70px;
  width: 35px;
  line-height: 70px;
  background-color: #4c4c4c;
  text-align: center;
  top: 50%;
  margin-top: -35px;
  color: #fff;
  opacity: 0;
  position: absolute;
  z-index: 2;
}
.sw-tab-bunled-product .resp-tab .tab-content .woo-tab-container-slider .resp-slider-container .responsive-slider .res-button:hover {
  background-color: #fe2424;
}
.sw-tab-bunled-product .resp-tab .tab-content .woo-tab-container-slider .resp-slider-container .responsive-slider .res-button:before {
  font-size: 28px;
  font-family: FontAwesome;
}
.sw-tab-bunled-product .resp-tab .tab-content .woo-tab-container-slider .resp-slider-container .responsive-slider .res-button.slick-prev {
  left: 0;
  right: auto;
  background-image: none;
  border-top-right-radius: 35px;
  border-bottom-right-radius: 35px;
}
.sw-tab-bunled-product .resp-tab .tab-content .woo-tab-container-slider .resp-slider-container .responsive-slider .res-button.slick-prev:before {
  content: "\f104";
  margin-left: -3px;
}
.sw-tab-bunled-product .resp-tab .tab-content .woo-tab-container-slider .resp-slider-container .responsive-slider .res-button.slick-next {
  right: 0;
  left: auto;
  background-image: none;
  border-top-left-radius: 35px;
  border-bottom-left-radius: 35px;
}
.sw-tab-bunled-product .resp-tab .tab-content .woo-tab-container-slider .resp-slider-container .responsive-slider .res-button.slick-next:before {
  content: "\f105";
  margin-right: -3px;
}
.sw-tab-bunled-product .resp-tab .tab-content .woo-tab-container-slider .resp-slider-container .responsive-slider .slider {
  position: relative;
}
.sw-tab-bunled-product .resp-tab .tab-content .woo-tab-container-slider .resp-slider-container .responsive-slider .slider .item {
  padding: 0 15px;
  position: relative;
}
.sw-tab-bunled-product .resp-tab .tab-content .woo-tab-container-slider .resp-slider-container .responsive-slider .slider .item:before {
  content: '+';
  position: absolute;
  top: 50%;
  margin-top: -12px;
  color: #ddd;
  width: 15px;
  height: 15px;
  line-height: 15px;
  font-size: 28px;
  left: -15px;
}
.rtl .sw-tab-bunled-product .resp-tab .tab-content .woo-tab-container-slider .resp-slider-container .responsive-slider .slider .item:before {
  right: -15px;
  left: auto;
}
.sw-tab-bunled-product .resp-tab .tab-content .woo-tab-container-slider .resp-slider-container .responsive-slider .slider .item .item-wrap:hover {
  box-shadow: none;
}
.sw-tab-bunled-product .resp-tab .tab-content .woo-tab-container-slider .resp-slider-container .responsive-slider .slider .item .item-wrap:hover .item-detail .item-content .item-price {
  opacity: 1;
  visibility: visible;
}
.sw-tab-bunled-product .resp-tab .tab-content .woo-tab-container-slider .resp-slider-container .responsive-slider .slider .item .item-wrap .item-thumbnail {
  position: relative;
}
.sw-tab-bunled-product .resp-tab .tab-content .woo-tab-container-slider .resp-slider-container .responsive-slider .slider .item .item-wrap .item-thumbnail img {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.sw-tab-bunled-product .resp-tab .tab-content .woo-tab-container-slider .resp-slider-container .responsive-slider .slider .item .item-wrap .item-thumbnail:hover img {
  opacity: 0.85;
}
.sw-tab-bunled-product .resp-tab .tab-content .woo-tab-container-slider .resp-slider-container .responsive-slider .slider .item .item-wrap .item-content {
  text-align: center;
  padding: 23px 15px 11px 15px;
  min-height: 138px;
}
.sw-tab-bunled-product .resp-tab .tab-content .woo-tab-container-slider .resp-slider-container .responsive-slider .slider .item .item-wrap .item-content .item-price {
  display: inline-block;
  vertical-align: top;
}
.rtl .sw-tab-bunled-product .resp-tab .tab-content .woo-tab-container-slider .resp-slider-container .responsive-slider .slider .item .item-wrap .item-content .item-price {
  float: none;
}
.sw-tab-bunled-product .resp-tab .tab-content .woo-tab-container-slider .resp-slider-container .responsive-slider .slider .item .item-wrap .item-content .item-price > span {
  flex-direction: unset;
}
.sw-tab-bunled-product .resp-tab .tab-content .woo-tab-container-slider .resp-slider-container .responsive-slider .slider .item .item-wrap .item-content .item-price > span del {
  margin: 3px 0 0 5px;
}
.rtl .sw-tab-bunled-product .resp-tab .tab-content .woo-tab-container-slider .resp-slider-container .responsive-slider .slider .item .item-wrap .item-content .item-price > span del {
  margin: 3px 5px 0 0;
}
.sw-tab-bunled-product .resp-tab .tab-content .woo-tab-container-slider .resp-slider-container .item-left {
  width: 20%;
  position: relative;
  padding: 0 15px;
  text-align: center;
}
.sw-tab-bunled-product .resp-tab .tab-content .woo-tab-container-slider .resp-slider-container .item-left:before {
  content: '=';
  position: absolute;
  top: 43%;
  margin-top: -8px;
  color: #ddd;
  width: 14px;
  height: 15px;
  line-height: 15px;
  font-size: 32px;
  right: 0;
}
.rtl .sw-tab-bunled-product .resp-tab .tab-content .woo-tab-container-slider .resp-slider-container .item-left:before {
  left: 0;
  left: auto;
}
.sw-tab-bunled-product .resp-tab .tab-content .woo-tab-container-slider .resp-slider-container .item-left .item-image-bundle a {
  display: inline-block;
  vertical-align: top;
}
.sw-tab-bunled-product .resp-tab .tab-content .woo-tab-container-slider .resp-slider-container .item-left .item-content {
  padding: 23px 15px 11px 15px;
}
.sw-tab-bunled-product .resp-tab .tab-content .woo-tab-container-slider .resp-slider-container .item-left h4 {
  font-size: 14px;
  font-weight: normal;
  line-height: 19px;
  margin-bottom: 0;
}
.sw-tab-bunled-product .resp-tab .tab-content .woo-tab-container-slider .resp-slider-container .item-left .reviews-content {
  padding: 5px 0 12px;
  line-height: 10px;
  padding-top: 10px;
  position: relative;
  display: block;
  width: 100%;
}
.sw-tab-bunled-product .resp-tab .tab-content .woo-tab-container-slider .resp-slider-container .item-left .reviews-content a {
  font-size: 12px;
  color: #777;
  margin: 0 3px;
}
.sw-tab-bunled-product .resp-tab .tab-content .woo-tab-container-slider .resp-slider-container .item-left .reviews-content a:hover {
  color: #fe2424;
}
.sw-tab-bunled-product .resp-tab .tab-content .woo-tab-container-slider .resp-slider-container .item-left .combo-title {
  font-size: 12px;
  color: #000;
  margin: 0 0 6px;
  display: block;
  background: #ffe5e5;
  padding: 8px 0;
}
.sw-tab-bunled-product .resp-tab .tab-content .woo-tab-container-slider .resp-slider-container .item-left .combo-title label {
  font-weight: normal;
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
}
.sw-tab-bunled-product .resp-tab .tab-content .woo-tab-container-slider .resp-slider-container .item-left .combo-title span {
  font-size: 20px;
  color: #fe2424;
  font-weight: 600;
}
.sw-tab-bunled-product .resp-tab .tab-content .woo-tab-container-slider .resp-slider-container .item-left .combo-title span del {
  display: none;
}
.sw-tab-bunled-product .resp-tab .tab-content .woo-tab-container-slider .resp-slider-container .item-left .combo-title span ins {
  text-decoration: none;
}
.sw-tab-bunled-product .resp-tab .tab-content .woo-tab-container-slider .resp-slider-container .item-left .save-price {
  font-size: 14px;
  color: #6d6e71;
  margin: 0 0 13px;
  display: inline-block;
  vertical-align: top;
}
.sw-tab-bunled-product .resp-tab .tab-content .woo-tab-container-slider .resp-slider-container .item-left .save-price ins {
  display: none;
}
.sw-tab-bunled-product .resp-tab .tab-content .woo-tab-container-slider .resp-slider-container .item-left .save-price del {
  text-decoration: none;
}
.sw-tab-bunled-product .resp-tab .tab-content .woo-tab-container-slider .resp-slider-container .item-left .was-price {
  margin-bottom: 10px;
}
.sw-tab-bunled-product .resp-tab .tab-content .woo-tab-container-slider .resp-slider-container .item-left .was-price .sale-off2 {
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
}
.sw-tab-bunled-product .resp-tab .tab-content .woo-tab-container-slider .resp-slider-container .sale-off {
  background: #fe2424;
}
.sw-tab-bunled-product .resp-tab .tab-content .woo-tab-container-slider .resp-slider-container .sale-off:before {
  border-top: 6px solid #bb0101;
}
.sw-category-slider3 {
  margin-bottom: 40px;
}
.sw-category-slider3 .block-title h3 {
  font-size: 20px;
  color: #000;
  margin-bottom: 50px;
  text-transform: capitalize;
}
.sw-category-slider3 .slider-responsive {
  margin: 0 -15px;
}
.sw-category-slider3 .slider-responsive .item-product-cat {
  width: 20%;
  padding: 0 15px;
  margin-bottom: 30px;
  display: inline-block;
  vertical-align: top;
  margin-right: -3px;
}
.sw-category-slider3 .slider-responsive .item-product-cat .item-content {
  border: 1px #ededed solid;
  border-radius: 4px;
  padding: 30px 15px 20px 15px;
}
.sw-category-slider3 .slider-responsive .item-product-cat .item-content .item-image {
  margin-bottom: 20px;
}
.sw-category-slider3 .slider-responsive .item-product-cat .item-content .item-image a img {
  width: 150px;
  margin: 0 auto;
}
.sw-category-slider3 .slider-responsive .item-product-cat .item-content .item-image a img:hover {
  animation-name: elementor-animation-buzz-out;
  animation-duration: .75s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
}
.sw-category-slider3 .slider-responsive .item-product-cat .item-content .item-info {
  text-align: center;
}
.sw-category-slider3 .slider-responsive .item-product-cat .item-content .item-info h3 {
  font-size: 16px;
  font-weight: 600;
}
.sw-category-slider3 .slider-responsive .item-product-cat .item-content .item-info ul {
  margin: 0;
}
.sw-category-slider3 .slider-responsive .item-product-cat .item-content .item-info ul li a {
  color: #555;
  display: block;
  padding: 5px 0;
}
.sw-category-slider3 .slider-responsive .item-product-cat .item-content .item-info ul li a:hover {
  color: #fe2424;
}
.sw-category-slider3 .slider-responsive .item-product-cat .item-content .item-info ul li.view-all a {
  text-decoration: underline;
  color: #000;
}
.sw-category-slider3 .slider-responsive .item-product-cat .item-content .item-info ul li.view-all a:hover {
  color: #fe2424;
}
.title-deals span {
  font-size: 34px;
  font-weight: 800;
  background: linear-gradient(to right,#feac24 0%,#fe7b24 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-style: italic;
  padding-right: 5px;
}
.title-deals img {
  width: auto;
  display: inline-block;
  vertical-align: top;
  margin: 0 10px;
}
.title-deals.style2 {
  text-align: center;
}
.title-deals.style3 {
  text-align: right;
  padding-top: 9px;
}
.rtl .title-deals.style3 {
  text-align: left;
}
.title-deals.style3 span {
  font-size: 18px;
  text-transform: uppercase;
  padding-top: 6px;
  display: inline-block;
  vertical-align: top;
}
.title-deals.style3 img {
  width: 25px;
  margin: 0 5px;
}
.sw-tab-countdown-left {
  margin-bottom: 80px;
}
.sw-tab-countdown-left .top-tab-slider {
  width: 20%;
}
.sw-tab-countdown-left .top-tab-slider h3 {
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.06rem;
  margin-bottom: 15px;
}
.sw-tab-countdown-left .top-tab-slider .nav-tabs {
  margin: 0;
  border-bottom: none;
}
.sw-tab-countdown-left .top-tab-slider .nav-tabs li {
  margin-bottom: 0;
  border: none;
  float: none;
}
.sw-tab-countdown-left .top-tab-slider .nav-tabs li a {
  color: #787878;
  border: none;
  padding: 10px 20px;
}
.sw-tab-countdown-left .top-tab-slider .nav-tabs li a:before {
  content: "";
  width: 14px;
  height: 14px;
  background: transparent;
  border: 1px #ccc solid;
  border-radius: 50%;
  position: absolute;
  top: 12px;
  left: 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 .sw-tab-countdown-left .top-tab-slider .nav-tabs li a:before {
  left: auto;
  right: 0;
}
.sw-tab-countdown-left .top-tab-slider .nav-tabs li.active a {
  font-weight: 500;
}
.sw-tab-countdown-left .top-tab-slider .nav-tabs li.active a,
.sw-tab-countdown-left .top-tab-slider .nav-tabs li:hover a {
  color: #fe2424;
  border: none;
  background: transparent;
}
.sw-tab-countdown-left .top-tab-slider .nav-tabs li.active a:after,
.sw-tab-countdown-left .top-tab-slider .nav-tabs li:hover a:after {
  content: "";
  width: 6px;
  height: 6px;
  background: #fe2424;
  border-radius: 50%;
  position: absolute;
  top: 16px;
  left: 4px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.rtl .sw-tab-countdown-left .top-tab-slider .nav-tabs li.active a:after,
.rtl .sw-tab-countdown-left .top-tab-slider .nav-tabs li:hover a:after {
  left: auto;
  right: 4px;
}
.sw-tab-countdown-left .top-tab-slider .nav-tabs li.active a:before,
.sw-tab-countdown-left .top-tab-slider .nav-tabs li:hover a:before {
  border: 1px #fe2424 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-tab-countdown-left .top-tab-slider .button-collapse {
  display: none;
}
.sw-tab-countdown-left .tab-content {
  width: 80%;
}
.sw-tab-countdown-left .tab-content .tablisting-wrapper {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  margin-bottom: 10px;
  border-left: 1px #ededed solid;
}
.sw-tab-countdown-left .tab-content .tablisting-wrapper .item {
  border-bottom: 1px #ededed solid;
  border-right: 1px #ededed solid;
  padding-bottom: 30px;
}
.sw-tab-countdown-left .tab-content .tablisting-wrapper .item .item-wrap:hover {
  box-shadow: none;
}
.sw-tab-countdown-left .tab-content .tablisting-wrapper .item .item-wrap .item-content {
  min-height: 134px;
}
.sw-tab-countdown-left .tab-content .tablisting-wrapper .item:first-child,
.sw-tab-countdown-left .tab-content .tablisting-wrapper .item:nth-child(2),
.sw-tab-countdown-left .tab-content .tablisting-wrapper .item:nth-child(3),
.sw-tab-countdown-left .tab-content .tablisting-wrapper .item:nth-child(4) {
  border-top: 1px #ededed solid;
}
.sw-tab-countdown-full {
  margin-bottom: 80px;
}
.sw-tab-countdown-full .top-tab-slider {
  margin-bottom: 30px;
}
.sw-tab-countdown-full .top-tab-slider .nav-tabs {
  margin: 0;
  border-bottom: none;
  background: #fafafa;
  padding: 20px 15px;
}
.sw-tab-countdown-full .top-tab-slider .nav-tabs li {
  margin-bottom: 0;
  border: none;
  padding: 0 5px;
  width: 10%;
  display: inline-block;
  vertical-align: top;
  float: none;
  text-align: center;
  margin-right: -3px;
}
.sw-tab-countdown-full .top-tab-slider .nav-tabs li a {
  color: #787878;
  background: #fff;
  border: 1px transparent solid;
  padding: 10px;
  min-height: 110px;
  border-radius: 4px;
  line-height: 16px;
}
.sw-tab-countdown-full .top-tab-slider .nav-tabs li a .image {
  margin-bottom: 5px;
}
.sw-tab-countdown-full .top-tab-slider .nav-tabs li a .image img {
  width: 50px;
  margin: 0 auto;
}
.sw-tab-countdown-full .top-tab-slider .nav-tabs li.all span {
  display: inline-block;
  vertical-align: top;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  background: #fafafa;
  margin-bottom: 8px;
  border: 1px transparent solid;
  overflow: hidden;
}
.sw-tab-countdown-full .top-tab-slider .nav-tabs li.all.active span {
  border: 1px #ffbcbc solid;
}
.sw-tab-countdown-full .top-tab-slider .nav-tabs li.active a {
  font-weight: 500;
}
.sw-tab-countdown-full .top-tab-slider .nav-tabs li.active a,
.sw-tab-countdown-full .top-tab-slider .nav-tabs li:hover a {
  color: #fe2424;
  border: 1px #fe2424 solid;
  background: #fff;
}
.sw-tab-countdown-full .top-tab-slider .button-collapse {
  display: none;
}
.sw-tab-countdown-full .tab-content .tablisting-wrapper {
  display: grid;
  grid-template-columns: repeat(5,1fr);
  margin-bottom: 10px;
}
.sw-tab-countdown-full .tab-content .tablisting-wrapper .item {
  border-bottom: 1px #ededed solid;
  border-right: 1px #ededed solid;
  padding-bottom: 30px;
}
.rtl .sw-tab-countdown-full .tab-content .tablisting-wrapper .item {
  border-right: none;
  border-left: 1px #ededed solid;
}
.sw-tab-countdown-full .tab-content .tablisting-wrapper .item .item-wrap:hover {
  box-shadow: none;
}
.sw-tab-countdown-full .tab-content .tablisting-wrapper .item .item-wrap .item-content {
  min-height: 134px;
}
.sw-tab-countdown-full .tab-content .tablisting-wrapper .item:nth-child(5n),
.sw-tab-countdown-full .tab-content .tablisting-wrapper .item:last-child {
  border-right: none;
}
.rtl .sw-tab-countdown-full .tab-content .tablisting-wrapper .item:nth-child(5n),
.rtl .sw-tab-countdown-full .tab-content .tablisting-wrapper .item:last-child {
  border-left: none;
}
html {
  overflow-x: hidden;
}
.wide-1400 .container {
  max-width: 1430px;
  padding: 0 15px;
}
.text-box {
  position: relative;
}
.text-box .text-box1 {
  position: absolute;
  top: 26%;
  left: 7%;
}
.text-box .text-box1 h3 {
  font-size: 22px;
  color: #fff;
  line-height: 26px;
  margin-bottom: 18px;
}
.text-box .text-box1 a {
  color: #fff;
  background: #232f3e;
  font-size: 12px;
  padding: 8px 20px;
}
.text-box .text-box1 a:hover {
  background: #fe2424;
}
.text-box .wpb_single_image .vc_single_image-wrapper img:hover {
  opacity: 1;
}
.wp-comingsoon {
  background: url('../assets/img/bg-comingsoon.jpg') no-repeat center center;
  text-align: center;
}
.wp-comingsoon .title-comingsoon {
  margin-bottom: 40px;
  margin-top: 330px;
}
.wp-comingsoon .title-comingsoon h1 {
  color: #fff;
  font-size: 32px;
  font-weight: 700 !important;
  text-transform: uppercase;
}
.wp-comingsoon .title-comingsoon .des-comingsoon {
  font-size: 13px;
  color: #e0e0e0;
  width: 60%;
  line-height: 24px;
  margin: 25px auto 0;
  text-align: center;
}
.wp-comingsoon .countdown-shortcode {
  margin-bottom: 280px;
}
.wp-comingsoon .social-comingsoon .menu-social {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  text-align: center;
  list-style-type: none;
}
.wp-comingsoon .social-comingsoon .menu-social li {
  float: left;
  margin: 0 5px;
}
.wp-comingsoon .social-comingsoon .menu-social li a {
  display: inline-block;
  vertical-align: top;
  color: #818180;
  font-size: 14px;
  width: 46px;
  height: 46px;
  line-height: 46px;
  overflow: hidden;
  background-color: rgba(255,255,255,0.1);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.wp-comingsoon .social-comingsoon .menu-social li a:hover {
  background-color: #fe2424;
  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: #fe2424;
}
.wp-comingsoon .footer-comingsoon a:hover {
  color: #ee0101;
}
.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;
  }
}
.flashmart_breadcrumbs .listing-title {
  margin-top: 30px;
  margin-bottom: 20px;
}
.flashmart_breadcrumbs .breadcrumbs .breadcrumb {
  margin: 0;
  padding: 24px 0 57px 0;
  background: #fff;
}
.flashmart_breadcrumbs .breadcrumbs .breadcrumb > li {
  color: #000;
  text-transform: capitalize;
  font-weight: 400;
}
.flashmart_breadcrumbs .breadcrumbs .breadcrumb > li:last-child span.go-page {
  display: none;
}
.flashmart_breadcrumbs .breadcrumbs .breadcrumb > li + li:before {
  content: '';
  padding: 0;
}
.flashmart_breadcrumbs .breadcrumbs .breadcrumb > li > .go-page:before {
  content: '\f105';
  font-family: 'FontAwesome';
  padding: 0 15px;
}
.rtl .flashmart_breadcrumbs .breadcrumbs .breadcrumb > li > .go-page {
  float: left;
}
.rtl .flashmart_breadcrumbs .breadcrumbs .breadcrumb > li > .go-page:before {
  content: '\f104';
}
.flashmart_breadcrumbs .breadcrumbs .breadcrumb > li > a {
  color: #000;
}
.flashmart_breadcrumbs .breadcrumbs .breadcrumb > li > a:hover {
  color: #fe2424;
}
.flashmart_breadcrumbs .breadcrumbs .breadcrumb > li.active {
  color: #777;
}
.flashmart_breadcrumbs.style1 .breadcrumbs .breadcrumb {
  padding: 24px 0;
}
.listing-tab-shortcode {
  background-color: #fff;
}
.listing-tab-shortcode .tabbable.tabs #myTabs.nav.nav-tabs {
  max-width: 240px;
  background-color: #fff;
  float: left;
  width: 100%;
  margin: 0;
  border: 0;
  padding: 50px 30px 30px;
}
.rtl .listing-tab-shortcode .tabbable.tabs #myTabs.nav.nav-tabs {
  float: right;
}
.listing-tab-shortcode .tabbable.tabs #myTabs.nav.nav-tabs .title-cat {
  font-size: 14px;
  text-transform: uppercase;
  color: #111;
  margin-bottom: 10px;
}
.listing-tab-shortcode .tabbable.tabs #myTabs.nav.nav-tabs >li {
  width: 100%;
  float: none;
}
.listing-tab-shortcode .tabbable.tabs #myTabs.nav.nav-tabs >li a {
  border: 0;
  font-weight: normal;
  font-family: 'Roboto' !important;
  text-transform: capitalize;
  color: #777777;
  padding: 10px 0;
  cursor: pointer;
}
.listing-tab-shortcode .tabbable.tabs #myTabs.nav.nav-tabs >li a:hover {
  color: #fe2424;
}
.listing-tab-shortcode .tabbable.tabs #myTabs.nav.nav-tabs >li.active,
.listing-tab-shortcode .tabbable.tabs #myTabs.nav.nav-tabs >li:hover,
.listing-tab-shortcode .tabbable.tabs #myTabs.nav.nav-tabs >li:focus {
  background-color: transparent;
}
.listing-tab-shortcode .tabbable.tabs #myTabs.nav.nav-tabs >li.active >a,
.listing-tab-shortcode .tabbable.tabs #myTabs.nav.nav-tabs >li:hover >a,
.listing-tab-shortcode .tabbable.tabs #myTabs.nav.nav-tabs >li:focus >a {
  border: 0;
  background-color: transparent;
}
.listing-tab-shortcode .tabbable.tabs .tab-content {
  overflow: hidden;
  padding: 50px 30px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background-color: #f3f3f3;
  visibility: hidden;
}
.listing-tab-shortcode .tabbable.tabs .tab-content .tab-pane {
  margin: 0 -15px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.listing-tab-shortcode .tabbable.tabs .tab-content .tab-pane .item {
  width: 33.333%;
  float: left;
  padding: 0 15px;
}
.listing-tab-shortcode .tabbable.tabs .tab-content .tab-pane .item .item-wrap {
  border: 1px solid #ddd;
}
.listing-tab-shortcode .tabbable.tabs .tab-content .tab-pane.active {
  opacity: 1;
  filter: alpha(opacity=100);
}
.home.blog .header-style1 {
  margin-bottom: 30px;
}
.home.blog .body-wrapper-inner >.container,
.page .body-wrapper-inner >.container,
.search .body-wrapper-inner >.container {
  min-height: 70vh;
}
.page .flashmart_breadcrumbs .listing-title {
  background: #fff;
  margin: 0;
}
.page .listing-title h1 {
  margin: 0 0 40px 0;
}
.page.woocommerce-page .flashmart_breadcrumbs,
.page.portfolio-2-columns .flashmart_breadcrumbs,
.page.portfolio-3-columns .flashmart_breadcrumbs,
.page.portfolio-4-columns .flashmart_breadcrumbs,
.page.portfolio-masonry .flashmart_breadcrumbs {
  max-width: 1380px;
  margin: 0 auto;
}
.page.woocommerce-page .flashmart_breadcrumbs .listing-title,
.page.portfolio-2-columns .flashmart_breadcrumbs .listing-title,
.page.portfolio-3-columns .flashmart_breadcrumbs .listing-title,
.page.portfolio-4-columns .flashmart_breadcrumbs .listing-title,
.page.portfolio-masonry .flashmart_breadcrumbs .listing-title {
  display: none;
}
.page.about-us .flashmart_breadcrumbs,
.page.about-us-v2 .flashmart_breadcrumbs,
.page.about-us-v3 .flashmart_breadcrumbs,
.page.contact-us .flashmart_breadcrumbs,
.page.contact-us-v2 .flashmart_breadcrumbs,
.page.our-team .flashmart_breadcrumbs,
.page.shop-sub-categories .flashmart_breadcrumbs {
  display: none;
}
.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 {
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  color: #fe2424;
  -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.search-results .page.type-page .entry-content .bl_read_more a:hover {
  color: #000;
  -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.search-results .page.type-page .entry-content .bl_read_more a i {
  margin: 0 3px;
}
.rtl .search.search-results .page.type-page .entry-content .bl_read_more a i:before {
  content: "\f177";
}
.search.search-results .products-wrapper #product_listing {
  display: block;
  clear: both;
}
.search.search-results .products-wrapper .woocommerce-ordering {
  margin-right: 0;
  margin-left: 0;
}
.search .blog-content .pagination {
  margin-bottom: 40px;
}
.search.rtl .listing-title h1 small {
  float: right;
}
.search .listing-title h1 {
  margin-bottom: 60px;
  margin-top: 0;
}
.search .listing-title h1 small {
  position: relative;
  color: #fe2424;
}
.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: 60px;
  z-index: 2;
  position: relative;
}
.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: #fe2424;
  border: 1px solid #fe2424;
  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: #ee0101;
  border-color: #ee0101;
}
.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: 40px;
  padding: 0 0 40px 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: 20px;
  margin-bottom: 15px;
  line-height: 26px;
}
.content-search >.post .entry-content .title-blog h3 a,
.content-search .page .entry-content .title-blog h3 a,
.content-search .testimonial .entry-content .title-blog h3 a,
.content-search .team .entry-content .title-blog h3 a,
.content-search .portfolio .entry-content .title-blog h3 a,
.content-search .product .entry-content .title-blog h3 a {
  text-transform: capitalize;
  color: #000;
  font-weight: bold;
  line-height: normal;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.content-search >.post .entry-content .title-blog h3 a:hover,
.content-search .page .entry-content .title-blog h3 a:hover,
.content-search .testimonial .entry-content .title-blog h3 a:hover,
.content-search .team .entry-content .title-blog h3 a:hover,
.content-search .portfolio .entry-content .title-blog h3 a:hover,
.content-search .product .entry-content .title-blog h3 a:hover {
  color: #fe2424;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.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 {
  color: #999;
  margin-bottom: 12px;
  font-size: 13px;
  letter-spacing: 1.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;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
}
.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: #fe2424;
}
.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 {
  margin-right: 20px;
  display: inline-block;
  position: relative;
}
.content-search >.post .entry-content .entry-meta span:before,
.content-search .page .entry-content .entry-meta span:before,
.content-search .testimonial .entry-content .entry-meta span:before,
.content-search .team .entry-content .entry-meta span:before,
.content-search .portfolio .entry-content .entry-meta span:before,
.content-search .product .entry-content .entry-meta span:before {
  content: "";
  position: absolute;
  right: -11px;
  top: 3px;
  width: 1px;
  height: 10px;
  background: #999;
  -webkit-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  -moz-transform: rotate(20deg);
  -o-transform: rotate(20deg);
  transform: rotate(20deg);
}
.rtl .content-search >.post .entry-content .entry-meta span:before,
.rtl .content-search .page .entry-content .entry-meta span:before,
.rtl .content-search .testimonial .entry-content .entry-meta span:before,
.rtl .content-search .team .entry-content .entry-meta span:before,
.rtl .content-search .portfolio .entry-content .entry-meta span:before,
.rtl .content-search .product .entry-content .entry-meta span:before {
  right: auto;
  left: -11px;
}
.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 {
  margin-left: 20px;
  margin-right: 0;
}
.content-search >.post .entry-content .entry-meta span:last-child:before,
.content-search .page .entry-content .entry-meta span:last-child:before,
.content-search .testimonial .entry-content .entry-meta span:last-child:before,
.content-search .team .entry-content .entry-meta span:last-child:before,
.content-search .portfolio .entry-content .entry-meta span:last-child:before,
.content-search .product .entry-content .entry-meta span:last-child:before {
  display: none;
}
.content-search >.post .entry-content .entry-author,
.content-search .page .entry-content .entry-author,
.content-search .testimonial .entry-content .entry-author,
.content-search .team .entry-content .entry-author,
.content-search .portfolio .entry-content .entry-author,
.content-search .product .entry-content .entry-author {
  text-transform: uppercase;
}
.content-search >.post .entry-content .entry-author a,
.content-search .page .entry-content .entry-author a,
.content-search .testimonial .entry-content .entry-author a,
.content-search .team .entry-content .entry-author a,
.content-search .portfolio .entry-content .entry-author a,
.content-search .product .entry-content .entry-author a {
  color: #fe2424;
}
.content-search >.post .entry-content .entry-meta-tag,
.content-search .page .entry-content .entry-meta-tag,
.content-search .testimonial .entry-content .entry-meta-tag,
.content-search .team .entry-content .entry-meta-tag,
.content-search .portfolio .entry-content .entry-meta-tag,
.content-search .product .entry-content .entry-meta-tag {
  color: #999;
  text-transform: uppercase;
}
.content-search >.post .entry-content .entry-meta-tag .fa,
.content-search .page .entry-content .entry-meta-tag .fa,
.content-search .testimonial .entry-content .entry-meta-tag .fa,
.content-search .team .entry-content .entry-meta-tag .fa,
.content-search .portfolio .entry-content .entry-meta-tag .fa,
.content-search .product .entry-content .entry-meta-tag .fa {
  margin-right: 5px;
}
.rtl .content-search >.post .entry-content .entry-meta-tag .fa,
.rtl .content-search .page .entry-content .entry-meta-tag .fa,
.rtl .content-search .testimonial .entry-content .entry-meta-tag .fa,
.rtl .content-search .team .entry-content .entry-meta-tag .fa,
.rtl .content-search .portfolio .entry-content .entry-meta-tag .fa,
.rtl .content-search .product .entry-content .entry-meta-tag .fa {
  margin-right: 0;
  margin-left: 5px;
}
.content-search >.post .entry-content .entry-meta-tag a,
.content-search .page .entry-content .entry-meta-tag a,
.content-search .testimonial .entry-content .entry-meta-tag a,
.content-search .team .entry-content .entry-meta-tag a,
.content-search .portfolio .entry-content .entry-meta-tag a,
.content-search .product .entry-content .entry-meta-tag a {
  color: #999;
}
.content-search >.post .entry-content .entry-meta-tag a:hover,
.content-search .page .entry-content .entry-meta-tag a:hover,
.content-search .testimonial .entry-content .entry-meta-tag a:hover,
.content-search .team .entry-content .entry-meta-tag a:hover,
.content-search .portfolio .entry-content .entry-meta-tag a:hover,
.content-search .product .entry-content .entry-meta-tag a:hover {
  color: #fe2424;
}
.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 {
  line-height: 1.7;
  font-size: 16px;
  margin-bottom: 18px;
}
.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 {
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  color: #fe2424;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.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 {
  color: #000;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.content-search >.post .entry-content .bl_read_more a i,
.content-search .page .entry-content .bl_read_more a i,
.content-search .testimonial .entry-content .bl_read_more a i,
.content-search .team .entry-content .bl_read_more a i,
.content-search .portfolio .entry-content .bl_read_more a i,
.content-search .product .entry-content .bl_read_more a i {
  margin: 0 3px;
}
.rtl .content-search >.post .entry-content .bl_read_more a i:before,
.rtl .content-search .page .entry-content .bl_read_more a i:before,
.rtl .content-search .testimonial .entry-content .bl_read_more a i:before,
.rtl .content-search .team .entry-content .bl_read_more a i:before,
.rtl .content-search .portfolio .entry-content .bl_read_more a i:before,
.rtl .content-search .product .entry-content .bl_read_more a i:before {
  content: "\f177";
}
.home.blog .category-header .entry-title {
  font-weight: 700;
  font-size: 28px;
  text-transform: uppercase;
  margin: 0 0 20px;
}
.image-hover:hover .wrap-content h3 {
  color: #fe2424;
}
.elementor-image img {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.elementor-image img:hover {
  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;
}
.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;
  filter: alpha(opacity=100);
  -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;
}
@-moz-document url-prefix() {
  .sw-woo-tab-cat .resp-tab .tab-content .resp-slider-container .slider-responsive .item .item-detail .item-img .number {
    top: 14px;
  }
  .header-elementor7 .wishlist {
    margin: 6px 5px 0 25px;
  }
  .header-elementor7 .wishlist:before {
    margin-bottom: 2px;
  }
}
_:-ms-fullscreen,
:root .revo_top .top-form.top-search select::-ms-expand {
  display: none;
}
.resp-tab .tab-pane {
  display: block;
  height: 0;
  overflow: hidden;
}
.resp-tab .tab-pane.active {
  height: auto;
  overflow: visible;
}
.item .item-wrap {
  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;
}
.item .item-wrap .item-detail {
  position: relative;
  overflow: hidden;
}
.item .item-wrap .item-detail .products-thumb,
.item .item-wrap .item-detail .item-img {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.item .item-wrap .item-detail .products-thumb > a,
.item .item-wrap .item-detail .item-img > a {
  max-width: 100%;
  display: block;
  vertical-align: top;
  overflow: hidden;
}
.item .item-wrap .item-detail .products-thumb > a img,
.item .item-wrap .item-detail .item-img > a img {
  width: 100%;
  -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 .item-detail .products-thumb .onsale,
.item .item-wrap .item-detail .item-img .onsale {
  display: none;
}
.item .item-wrap .item-detail .products-thumb .product-thumb-hover,
.item .item-wrap .item-detail .item-img .product-thumb-hover {
  display: block;
}
.item .item-wrap .item-detail .item-content {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 10px 15px;
  position: relative;
}
.rtl .item .item-wrap .item-detail .item-content {
  text-align: right;
}
.item .item-wrap .item-detail .item-content h4 {
  margin-bottom: 1px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
}
.item .item-wrap .item-detail .item-content .reviews-content {
  padding: 10px 0 14px 0;
  line-height: 10px;
  position: relative;
  display: block;
  width: 100%;
}
.item .item-wrap .item-detail .item-content .reviews-content .rating-count a {
  float: left;
  font-size: 12px;
  color: #777777;
  padding: 0 5px;
  font-weight: 400;
}
.item .item-wrap .item-detail .item-content .reviews-content .woocommerce-review-link {
  font-size: 11px;
  margin: 0 3px;
  color: #777;
}
.item .item-wrap .item-detail .item-content .reviews-content .woocommerce-review-link:hover {
  color: #fe2424;
}
.item .item-wrap .item-detail .item-content .item-price {
  min-height: 36px;
  display: inline-block;
  vertical-align: top;
  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;
}
.rtl .item .item-wrap .item-detail .item-content .item-price {
  float: right;
}
.item .item-wrap .item-detail .item-content .sale-off2 {
  display: inline-block;
  vertical-align: top;
  font-size: 11px;
  color: #fe2424;
  text-transform: uppercase;
  margin-top: 27px;
  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;
}
.item .item-wrap .item-detail .item-content .item-bottom {
  position: absolute;
  bottom: 8px;
  left: 14px;
  right: 10px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-transform: translateY(60px);
  -moz-transform: translateY(60px);
  -o-transform: translateY(60px);
  -ms-transform: translateY(60px);
  transform: translateY(60px);
  transition: all 0.5s;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 3;
}
.rtl .item .item-wrap .item-detail .item-content .item-bottom {
  left: auto;
  right: 14px;
}
.item .item-wrap .item-detail .item-content .item-bottom .clear {
  display: none;
}
.item .item-wrap .item-detail .item-content .item-bottom .product_type_bundle,
.item .item-wrap .item-detail .item-content .item-bottom .button.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 a.product_type_simple,
.item .item-wrap .item-detail .item-content .item-bottom .product_type_variable {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
  height: 34px;
  line-height: 34px;
  width: 34px;
  font-size: 0px;
  color: #fff;
  margin: 0 8px 0 0;
  display: inline-block;
  text-transform: capitalize;
  background-color: #fff;
  font-weight: normal;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0px 2px 8px rgba(0,0,0,0.08);
  -moz-box-shadow: 0px 2px 8px rgba(0,0,0,0.08);
  -o-box-shadow: 0px 2px 8px rgba(0,0,0,0.08);
  -ms-box-shadow: 0px 2px 8px rgba(0,0,0,0.08);
  box-shadow: 0px 2px 8px rgba(0,0,0,0.08);
}
.rtl .item .item-wrap .item-detail .item-content .item-bottom .product_type_bundle,
.rtl .item .item-wrap .item-detail .item-content .item-bottom .button.add_to_cart_button,
.rtl .item .item-wrap .item-detail .item-content .item-bottom .product_type_external,
.rtl .item .item-wrap .item-detail .item-content .item-bottom .product_type_grouped,
.rtl .item .item-wrap .item-detail .item-content .item-bottom a.product_type_simple,
.rtl .item .item-wrap .item-detail .item-content .item-bottom .product_type_variable {
  margin: 0 0 0 10px;
}
.item .item-wrap .item-detail .item-content .item-bottom .product_type_bundle:hover,
.item .item-wrap .item-detail .item-content .item-bottom .button.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 a.product_type_simple:hover,
.item .item-wrap .item-detail .item-content .item-bottom .product_type_variable:hover {
  background: #000000;
}
.item .item-wrap .item-detail .item-content .item-bottom .product_type_bundle:hover:before,
.item .item-wrap .item-detail .item-content .item-bottom .button.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 a.product_type_simple:hover:before,
.item .item-wrap .item-detail .item-content .item-bottom .product_type_variable:hover:before {
  height: 34px;
  line-height: 34px;
  width: 34px;
  content: "";
  display: inline-block;
  vertical-align: top;
  background: url(../assets/img/shopping-cart2.svg) center center no-repeat;
  background-size: 16px;
}
.item .item-wrap .item-detail .item-content .item-bottom .product_type_bundle.loading,
.item .item-wrap .item-detail .item-content .item-bottom .button.add_to_cart_button.loading,
.item .item-wrap .item-detail .item-content .item-bottom .product_type_external.loading,
.item .item-wrap .item-detail .item-content .item-bottom .product_type_grouped.loading,
.item .item-wrap .item-detail .item-content .item-bottom a.product_type_simple.loading,
.item .item-wrap .item-detail .item-content .item-bottom .product_type_variable.loading {
  background-color: #000;
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.item .item-wrap .item-detail .item-content .item-bottom .product_type_bundle.loading:before,
.item .item-wrap .item-detail .item-content .item-bottom .button.add_to_cart_button.loading:before,
.item .item-wrap .item-detail .item-content .item-bottom .product_type_external.loading:before,
.item .item-wrap .item-detail .item-content .item-bottom .product_type_grouped.loading:before,
.item .item-wrap .item-detail .item-content .item-bottom a.product_type_simple.loading:before,
.item .item-wrap .item-detail .item-content .item-bottom .product_type_variable.loading:before {
  height: 34px;
  line-height: 34px;
  width: 34px;
  text-align: center;
  left: 0;
  margin: 0;
  background-color: #000;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background: url(../assets/img/loadingp.gif) center center no-repeat;
  background-size: 16px;
}
.rtl .item .item-wrap .item-detail .item-content .item-bottom .product_type_bundle.loading:before,
.rtl .item .item-wrap .item-detail .item-content .item-bottom .button.add_to_cart_button.loading:before,
.rtl .item .item-wrap .item-detail .item-content .item-bottom .product_type_external.loading:before,
.rtl .item .item-wrap .item-detail .item-content .item-bottom .product_type_grouped.loading:before,
.rtl .item .item-wrap .item-detail .item-content .item-bottom a.product_type_simple.loading:before,
.rtl .item .item-wrap .item-detail .item-content .item-bottom .product_type_variable.loading:before {
  margin: 0;
}
.item .item-wrap .item-detail .item-content .item-bottom .product_type_bundle:before,
.item .item-wrap .item-detail .item-content .item-bottom .button.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 a.product_type_simple:before,
.item .item-wrap .item-detail .item-content .item-bottom .product_type_variable:before {
  height: 34px;
  line-height: 34px;
  width: 34px;
  content: "";
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  background: url(../assets/img/shopping-cart.svg) center center no-repeat;
  background-size: 16px;
}
.item .item-wrap .item-detail .item-content .item-bottom .product_type_bundle.added,
.item .item-wrap .item-detail .item-content .item-bottom .button.add_to_cart_button.added,
.item .item-wrap .item-detail .item-content .item-bottom .product_type_external.added,
.item .item-wrap .item-detail .item-content .item-bottom .product_type_grouped.added,
.item .item-wrap .item-detail .item-content .item-bottom a.product_type_simple.added,
.item .item-wrap .item-detail .item-content .item-bottom .product_type_variable.added {
  background-color: #000;
  border-radius: 50%;
}
.item .item-wrap .item-detail .item-content .item-bottom .product_type_bundle.added:before,
.item .item-wrap .item-detail .item-content .item-bottom .button.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,
.item .item-wrap .item-detail .item-content .item-bottom a.product_type_simple.added:before,
.item .item-wrap .item-detail .item-content .item-bottom .product_type_variable.added:before {
  height: 34px;
  line-height: 34px;
  width: 34px;
  background: url(../assets/img/shopping-cart2.svg) center center no-repeat;
  background-size: 16px;
}
.item .item-wrap .item-detail .item-content .item-bottom .added_to_cart.wc-forward {
  font-size: 0;
}
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist {
  margin: 0 8px 0 0;
}
.rtl .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist {
  margin: 0 0 0 8px;
}
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist.exists .yith-wcwl-wishlistaddedbrowse a {
  background-color: #000;
}
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist.exists .yith-wcwl-wishlistaddedbrowse a:before {
  background: url(../assets/img/heart2.svg) center center no-repeat;
  background-size: 16px;
}
.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: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: "";
  display: inline-block;
}
.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 .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .yith-wcwl-icon,
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .yith-wcwl-icon,
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .yith-wcwl-icon {
  margin: 0;
}
.item .item-wrap .item-detail .item-content .item-bottom a.compare:before {
  font-size: 14px;
  content: "\f021";
  font-family: fontawesome;
  color: #000;
  background: none !important;
}
.item .item-wrap .item-detail .item-content .item-bottom a.compare:hover:before {
  color: #fff;
}
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
.item .item-wrap .item-detail .item-content .item-bottom a.compare {
  text-align: center;
  color: #fff;
  width: 34px;
  height: 34px;
  line-height: 34px;
  padding: 0;
  display: block;
  vertical-align: top;
  position: relative;
  font-size: 0;
  max-width: 34px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  margin: 0;
  float: none;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-box-shadow: 0px 2px 8px rgba(0,0,0,0.08);
  -moz-box-shadow: 0px 2px 8px rgba(0,0,0,0.08);
  -o-box-shadow: 0px 2px 8px rgba(0,0,0,0.08);
  -ms-box-shadow: 0px 2px 8px rgba(0,0,0,0.08);
  box-shadow: 0px 2px 8px rgba(0,0,0,0.08);
}
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before,
.item .item-wrap .item-detail .item-content .item-bottom a.compare:before {
  width: 34px;
  height: 34px;
  line-height: 34px;
  background: url(../assets/img/heart.svg) center center no-repeat;
  background-size: 16px;
}
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover,
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover,
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover,
.item .item-wrap .item-detail .item-content .item-bottom a.compare:hover {
  background-color: #000000;
}
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover:before,
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover:before,
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover:before,
.item .item-wrap .item-detail .item-content .item-bottom a.compare:hover:before {
  width: 34px;
  height: 34px;
  line-height: 34px;
  background: url(../assets/img/heart2.svg) center center no-repeat;
  background-size: 16px;
}
.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 .product_type_variable,
.item .item-wrap .item-detail .item-content .item-bottom a.compare,
.item .item-wrap .item-detail .item-content .item-bottom .group.fancybox {
  display: block;
  vertical-align: top;
  font-weight: normal;
  min-width: 34px;
  float: left;
}
.item .item-wrap .item-detail .item-content .item-bottom a.compare {
  margin-bottom: 5px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.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-wishlistaddedbrowse a,
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-wishlistexistsbrowse.show a,
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-wishlistexistsbrowse a {
  background: #000 !important;
}
.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-wishlistaddedbrowse a:before,
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-wishlistexistsbrowse.show a:before,
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-wishlistexistsbrowse a:before {
  background: url(../assets/img/heart2.svg) center center no-repeat !important;
  background-size: 16px !important;
}
.item .item-wrap .item-detail .item-content .item-bottom a.fancybox {
  text-align: center;
  color: #fff;
  width: 34px;
  height: 34px;
  line-height: 34px;
  padding: 0;
  margin: 0 10px 0 0;
  display: block;
  vertical-align: top;
  overflow: hidden;
  position: relative;
  font-size: 0;
  max-width: 34px;
  background-color: #fff;
  float: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -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;
  -webkit-box-shadow: 0px 2px 8px rgba(0,0,0,0.08);
  -moz-box-shadow: 0px 2px 8px rgba(0,0,0,0.08);
  -o-box-shadow: 0px 2px 8px rgba(0,0,0,0.08);
  -ms-box-shadow: 0px 2px 8px rgba(0,0,0,0.08);
  box-shadow: 0px 2px 8px rgba(0,0,0,0.08);
}
.rtl .item .item-wrap .item-detail .item-content .item-bottom a.fancybox {
  margin: 0 0 0 10px;
}
.item .item-wrap .item-detail .item-content .item-bottom a.fancybox:before {
  width: 34px;
  height: 34px;
  line-height: 34px;
  display: inline-block;
  content: '';
  background: url(../assets/img/show.svg) center center no-repeat;
  background-size: 16px;
}
.item .item-wrap .item-detail .item-content .item-bottom a.fancybox:hover {
  background-color: #000;
}
.item .item-wrap .item-detail .item-content .item-bottom a.fancybox:hover:before {
  width: 34px;
  height: 34px;
  line-height: 34px;
  display: inline-block;
  content: '';
  background: url(../assets/img/show2.svg) center center no-repeat;
  background-size: 16px;
}
.item .item-wrap .item-detail .item-content .item-bottom .wcfmmp_sold_by_container {
  display: none;
}
.item .item-wrap .item-detail .count-down {
  text-align: center;
  padding: 11px 15px 0 15px;
}
.item .item-wrap .item-detail .count-down .item-border {
  border: 1px #fe2424 solid;
  border-radius: 4px;
  padding-bottom: 6px;
}
.item .item-wrap .item-detail .count-down label {
  font-size: 14px;
  color: #000;
  font-weight: normal;
  background: #fff;
  display: inline-block;
  vertical-align: top;
  margin-top: -9px;
  padding: 0 14px;
}
.item .item-wrap .item-detail .count-down .product-countdown .countdown-section {
  display: inline-block;
  vertical-align: top;
  padding: 0 10px;
  position: relative;
}
.item .item-wrap .item-detail .count-down .product-countdown .countdown-section:before {
  content: ":";
  font-family: fontawesome;
  font-size: 24px;
  position: absolute;
  top: -1px;
  right: -5px;
  color: #fe2424;
}
.rtl .item .item-wrap .item-detail .count-down .product-countdown .countdown-section:before {
  right: auto;
  left: -5px;
}
.item .item-wrap .item-detail .count-down .product-countdown .countdown-section .countdown-amount {
  display: block;
  font-size: 24px;
  font-weight: 500;
  color: #fe2424;
  line-height: 16px;
}
.item .item-wrap .item-detail .count-down .product-countdown .countdown-section .countdown-period {
  font-size: 11px;
  text-transform: uppercase;
  color: #fe2424;
}
.item .item-wrap .item-detail .count-down .product-countdown .countdown-section:last-child:before {
  display: none;
}
.item .item-wrap:hover {
  -webkit-box-shadow: 0px 2px 7px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 2px 7px rgba(0,0,0,0.15);
  -o-box-shadow: 0px 2px 7px rgba(0,0,0,0.15);
  -ms-box-shadow: 0px 2px 7px rgba(0,0,0,0.15);
  box-shadow: 0px 2px 7px rgba(0,0,0,0.15);
  -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 .products-thumb > a img,
.item .item-wrap:hover .item-detail .item-img > 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.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 .item-content .item-price,
.item .item-wrap:hover .item-detail .item-content .sale-off2 {
  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;
}
.item .item-wrap:hover .item-detail .item-bottom {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  -o-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  transform: translateY(-8px);
  visibility: visible;
}
.item .item-wrap:hover .item-detail .item-bottom .button,
.item .item-wrap:hover .item-detail .item-bottom .add_to_cart_button,
.item .item-wrap:hover .item-detail .item-bottom .product_type_external,
.item .item-wrap:hover .item-detail .item-bottom .product_type_grouped,
.item .item-wrap:hover .item-detail .item-bottom .product_type_variable,
.item .item-wrap:hover .item-detail .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.item .item-wrap:hover .item-detail .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.item .item-wrap:hover .item-detail .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
.item .item-wrap:hover .item-detail .item-bottom a.compare,
.item .item-wrap:hover .item-detail .item-bottom .group.fancybox {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.item .item-wrap2 .item-detail .item-content h4 {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  margin-bottom: 6px;
}
.item .item-wrap2 .item-detail .item-content .item-price {
  display: inline-block;
  vertical-align: top;
}
.item .item-wrap2 .item-detail .item-content .sale-off2 {
  display: inline-block;
  vertical-align: top;
  font-size: 11px;
  color: #fe2424;
  text-transform: uppercase;
  margin-top: 27px;
}
.item .item-wrap3 .item-img > a {
  vertical-align: top;
}
.item .item-wrap3 .item-img > 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;
}
.item .item-wrap3 .item-img .sale-off2 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 10px;
  color: #fff;
  background: #000;
  height: 20px;
  line-height: 20px;
  font-family: "Evolventa Bold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  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;
}
.item .item-wrap3 .item-img .item-button {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  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;
}
.item .item-wrap3 .item-img .button,
.item .item-wrap3 .item-img .add_to_cart_button,
.item .item-wrap3 .item-img .product_type_external,
.item .item-wrap3 .item-img .product_type_grouped {
  height: 40px;
  line-height: 42px;
  font-size: 10px;
  padding: 0 10px;
  text-transform: uppercase;
  background-color: #fff;
  display: block;
  width: 80%;
}
.item .item-wrap3 .item-img .button:hover,
.item .item-wrap3 .item-img .add_to_cart_button:hover,
.item .item-wrap3 .item-img .product_type_external:hover,
.item .item-wrap3 .item-img .product_type_grouped:hover {
  background: #000;
  color: #fff;
}
.item .item-wrap3 .item-img .button.loading,
.item .item-wrap3 .item-img .add_to_cart_button.loading,
.item .item-wrap3 .item-img .product_type_external.loading,
.item .item-wrap3 .item-img .product_type_grouped.loading {
  background-color: #000;
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.item .item-wrap3 .item-img .button.loading:before,
.item .item-wrap3 .item-img .add_to_cart_button.loading:before,
.item .item-wrap3 .item-img .product_type_external.loading:before,
.item .item-wrap3 .item-img .product_type_grouped.loading:before {
  text-align: center;
  left: 0;
  background-color: #000;
  border-radius: 16px;
  background-size: 20px;
}
.item .item-wrap3 .item-img .button.added,
.item .item-wrap3 .item-img .add_to_cart_button.added,
.item .item-wrap3 .item-img .product_type_external.added,
.item .item-wrap3 .item-img .product_type_grouped.added {
  background-color: #000;
  color: #fff;
}
.item .item-wrap3 .item-img .button.added:after,
.item .item-wrap3 .item-img .add_to_cart_button.added:after,
.item .item-wrap3 .item-img .product_type_external.added:after,
.item .item-wrap3 .item-img .product_type_grouped.added:after {
  font-family: WooCommerce;
  content: "\e017";
  margin-left: .53em;
  vertical-align: bottom;
}
.item .item-wrap3 .item-img .yith-wcwl-add-to-wishlist {
  position: relative;
  font-size: 0;
  width: 17%;
  text-align: center;
  margin: 0;
  height: 40px;
  line-height: 42px;
  background: #fff;
}
.item .item-wrap3 .item-img .yith-wcwl-add-to-wishlist:hover {
  background: #000;
}
.item .item-wrap3 .item-img .yith-wcwl-add-to-wishlist:hover a {
  color: #fff;
}
.item .item-wrap3 .item-img .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.item .item-wrap3 .item-img .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.item .item-wrap3 .item-img .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.item .item-wrap3 .item-img .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,
.item .item-wrap3 .item-img .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.item .item-wrap3 .item-img .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before {
  content: "\f08a";
  display: block;
  font-family: fontawesome;
  font-size: 14px;
}
.item .item-wrap3 .item-img .yith-wcwl-add-to-wishlist .yith-wcwl-add-button.show,
.item .item-wrap3 .item-img .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show,
.item .item-wrap3 .item-img .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show {
  display: inline-block !important;
  vertical-align: top;
}
.item .item-wrap3 .item-img .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .feedback,
.item .item-wrap3 .item-img .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .feedback,
.item .item-wrap3 .item-img .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .feedback {
  display: none;
}
.item .item-wrap3 .item-img .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .ajax-loading,
.item .item-wrap3 .item-img .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .ajax-loading,
.item .item-wrap3 .item-img .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .ajax-loading {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.item .item-wrap3 .item-img .yith-wcwl-wishlistaddedbrowse.show,
.item .item-wrap3 .item-img .yith-wcwl-wishlistexistsbrowse.show,
.item .item-wrap3 .item-img .yith-wcwl-add-to-wishlist.exists {
  background-color: #000;
}
.item .item-wrap3 .item-img .yith-wcwl-wishlistaddedbrowse.show a,
.item .item-wrap3 .item-img .yith-wcwl-wishlistexistsbrowse.show a,
.item .item-wrap3 .item-img .yith-wcwl-add-to-wishlist.exists a {
  background-color: #000;
}
.item .item-wrap3 .item-img .yith-wcwl-wishlistaddedbrowse.show a:before,
.item .item-wrap3 .item-img .yith-wcwl-wishlistexistsbrowse.show a:before,
.item .item-wrap3 .item-img .yith-wcwl-add-to-wishlist.exists a:before {
  color: #fff;
}
.item .item-wrap3 .item-content {
  position: relative;
  padding: 18px 20px 0 20px;
}
.item .item-wrap3 .item-content h4 {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  margin-bottom: 7px;
}
.item .item-wrap3 .item-content .item-price {
  color: #686868;
  font-size: 14px;
  font-weight: normal;
}
.item .item-wrap3 .item-content .item-price >span {
  flex-direction: unset;
}
.item .item-wrap3 .item-content .item-price ins {
  color: #000;
}
.item .item-wrap3 .item-content .item-price del {
  margin: 0 5px;
}
.item .item-wrap3 .item-content .sw-quickview {
  font-size: 11px;
  border-bottom: 1px #000 solid;
  position: absolute;
  right: 0;
  bottom: 4px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  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;
}
.rtl .item .item-wrap3 .item-content .sw-quickview {
  right: auto;
  left: 0;
}
.item .item-wrap3 .item-content .sw-quickview:hover {
  border-bottom: 1px #fe2424 solid;
}
.item .item-wrap3:hover .item-img .item-button,
.item .item-wrap3:hover .item-content .sw-quickview {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(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;
}
.item .item-wrap3:hover .sale-off2 {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(21px);
  -moz-transform: translateY(21px);
  -o-transform: translateY(21px);
  -ms-transform: translateY(21px);
  transform: translateY(21px);
  -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-wrap3:hover .item-img > 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.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.item .item-wrap4 {
  border-radius: 6px;
}
.item .item-wrap4 .item-detail .item-img {
  position: relative;
  overflow: hidden;
  text-align: center;
  border-radius: 6px 6px 0 0;
}
.item .item-wrap4 .item-detail .item-img >a {
  display: block;
  position: relative;
  overflow: hidden;
  max-width: 100%;
}
.item .item-wrap4 .item-detail .item-img >a img {
  margin: 0 auto;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}
.item .item-wrap4 .item-detail .item-img .item-button {
  position: absolute;
  font-size: 15px;
  top: 6px;
  text-align: right;
  right: 10px;
  z-index: 2;
  width: 50px;
}
.rtl .item .item-wrap4 .item-detail .item-img .item-button {
  text-align: left;
  right: auto;
  left: 10px;
}
.item .item-wrap4 .item-detail .item-img .item-button .clear {
  display: none;
}
.item .item-wrap4 .item-detail .item-img .item-button .yith-wcwl-add-to-wishlist {
  margin: 0;
}
.item .item-wrap4 .item-detail .item-img .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-add-button,
.item .item-wrap4 .item-detail .item-img .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
.item .item-wrap4 .item-detail .item-img .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse {
  position: relative;
}
.item .item-wrap4 .item-detail .item-img .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.item .item-wrap4 .item-detail .item-img .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.item .item-wrap4 .item-detail .item-img .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a {
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  -ms-transition: all .4s;
  transition: all .4s;
}
.item .item-wrap4 .item-detail .item-img .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,
.item .item-wrap4 .item-detail .item-img .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.item .item-wrap4 .item-detail .item-img .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before {
  content: "\ea0a";
}
.item .item-wrap4 .item-detail .item-img .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-add-button.show,
.item .item-wrap4 .item-detail .item-img .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show,
.item .item-wrap4 .item-detail .item-img .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show {
  display: inline-block !important;
  vertical-align: top;
}
.item .item-wrap4 .item-detail .item-img .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .feedback,
.item .item-wrap4 .item-detail .item-img .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .feedback,
.item .item-wrap4 .item-detail .item-img .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .feedback {
  display: none;
}
.item .item-wrap4 .item-detail .item-img .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .ajax-loading,
.item .item-wrap4 .item-detail .item-img .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .ajax-loading,
.item .item-wrap4 .item-detail .item-img .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .ajax-loading {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.item .item-wrap4 .item-detail .item-img .item-button .yith-wcwl-add-to-wishlist.exists .yith-wcwl-wishlistexistsbrowse a {
  background: #fe2424;
}
.woo-slider-default .item .item-wrap4 .item-detail .item-img .item-button .yith-wcwl-add-to-wishlist.exists .yith-wcwl-wishlistexistsbrowse a {
  background-color: #fe2424;
}
.item .item-wrap4 .item-detail .item-img .item-button .yith-wcwl-add-to-wishlist.exists .yith-wcwl-wishlistexistsbrowse a:before {
  color: #fff;
}
.item .item-wrap4 .item-detail .item-img .item-button .sw-quickview {
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -o-transition: all .6s;
  -ms-transition: all .6s;
  transition: all .6s;
}
.item .item-wrap4 .item-detail .item-img .item-button .sw-quickview:before {
  content: "\ea13";
}
.item .item-wrap4 .item-detail .item-img .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.item .item-wrap4 .item-detail .item-img .item-button .sw-quickview {
  font-weight: 500;
  background: #ffffff;
  height: 36px;
  line-height: 36px;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  position: relative;
  font-size: 0;
  min-width: 36px;
  margin: 5px 3px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.item .item-wrap4 .item-detail .item-img .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,
.item .item-wrap4 .item-detail .item-img .item-button .sw-quickview:before {
  font-family: 'Nucleo';
  font-size: 16px;
  color: #fe2424;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
}
.item .item-wrap4 .item-detail .item-img .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover,
.item .item-wrap4 .item-detail .item-img .item-button .sw-quickview:hover {
  min-width: 36px;
  background-color: #fe2424;
  color: #fff;
  font-size: 0;
  padding: 0;
}
.item .item-wrap4 .item-detail .item-img .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover:before,
.item .item-wrap4 .item-detail .item-img .item-button .sw-quickview:hover:before {
  color: #fff;
}
.item .item-wrap4 .item-detail .item-img .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a {
  background: #ffffff;
}
.woo-slider-default .item .item-wrap4 .item-detail .item-img .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a {
  background-color: #fff;
}
.item .item-wrap4 .item-detail .item-img .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.item .item-wrap4 .item-detail .item-img .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
.item .item-wrap4 .item-detail .item-img .item-button .yith-wcwl-wishlistaddedbrowse.show a,
.item .item-wrap4 .item-detail .item-img .item-button .yith-wcwl-wishlistexistsbrowse.show a {
  background-color: #fe2424;
  font-weight: 500;
  height: 36px;
  line-height: 36px;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  position: relative;
  font-size: 0;
  min-width: 36px;
  margin: 5px 3px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.item .item-wrap4 .item-detail .item-img .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.item .item-wrap4 .item-detail .item-img .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before,
.item .item-wrap4 .item-detail .item-img .item-button .yith-wcwl-wishlistaddedbrowse.show a:before,
.item .item-wrap4 .item-detail .item-img .item-button .yith-wcwl-wishlistexistsbrowse.show a:before {
  font-family: 'Nucleo';
  font-size: 16px;
  color: #fe2424;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  color: #fff;
}
.item .item-wrap4 .item-detail .item-img .item-button .sw-quickview {
  opacity: 0;
  filter: alpha(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: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.item .item-wrap4 .item-detail .item-content {
  padding: 13px 15px 20px 15px;
}
.item .item-wrap4 .item-detail .item-content .categories-name a {
  font-size: 10px;
  color: #616c6b;
  margin-bottom: 3px;
}
.item .item-wrap4 .item-detail .item-content .categories-name a:hover {
  color: #fe2424;
}
.item .item-wrap4 .item-detail .item-content h4 {
  font-size: 15px;
  font-family: "Evolventa Bold", Helvetica, Arial, sans-serif;
  line-height: 23px;
  margin-bottom: 16px;
}
.item .item-wrap4 .item-detail .item-content .reviews-content {
  line-height: 10px;
  margin-bottom: 10px;
}
.item .item-wrap4 .item-detail .item-content .reviews-content .woocommerce-review-link {
  font-size: 10px;
  margin: 0 3px;
  color: #616c6b;
}
.item .item-wrap4 .item-detail .item-content .reviews-content .woocommerce-review-link:hover {
  color: #fe2424;
}
.item .item-wrap4 .item-detail .item-content .item-price {
  font-family: "Evolventa Bold", Helvetica, Arial, sans-serif;
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 10px;
}
.item .item-wrap4 .item-detail .item-content .item-price > span {
  flex-direction: unset;
}
.item .item-wrap4 .item-detail .item-content .item-price > span del {
  margin: 3px 1px 0 5px;
  font-size: 12px;
  font-family: "Evolventa Regular", Helvetica, Arial, sans-serif;
  color: #616c6b;
}
.rtl .item .item-wrap4 .item-detail .item-content .item-price > span del {
  margin: 3px 5px 0 1px;
}
.item .item-wrap4 .item-detail .item-content .sale-off2 {
  display: inline-block;
  vertical-align: top;
  font-size: 10px;
  color: #fe2424;
  background: #ffffff;
  padding: 0 10px;
  border-radius: 10px;
  margin-left: 10px;
  height: 20px;
  line-height: 21px;
}
.rtl .item .item-wrap4 .item-detail .item-content .sale-off2 {
  margin-left: 0;
  margin-right: 10px;
}
.item .item-wrap4 .item-detail .item-content .sale-off2 span {
  display: none;
}
.item .item-wrap4 .item-detail .item-content .sale-off2:before {
  content: "-";
  display: inline-block;
  vertical-align: top;
}
.item .item-wrap4 .item-detail .item-content .button,
.item .item-wrap4 .item-detail .item-content .add_to_cart_button,
.item .item-wrap4 .item-detail .item-content .product_type_external,
.item .item-wrap4 .item-detail .item-content .product_type_grouped,
.item .item-wrap4 .item-detail .item-content .product_type_variable {
  font-size: 13px;
  font-family: "Evolventa Bold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  height: 36px;
  line-height: 37px;
  padding: 0 15px 0 0;
  border-radius: 30px;
  display: inline-block;
  vertical-align: top;
}
.rtl .item .item-wrap4 .item-detail .item-content .button,
.rtl .item .item-wrap4 .item-detail .item-content .add_to_cart_button,
.rtl .item .item-wrap4 .item-detail .item-content .product_type_external,
.rtl .item .item-wrap4 .item-detail .item-content .product_type_grouped,
.rtl .item .item-wrap4 .item-detail .item-content .product_type_variable {
  padding: 0 0 0 15px;
}
.item .item-wrap4 .item-detail .item-content .button:before,
.item .item-wrap4 .item-detail .item-content .add_to_cart_button:before,
.item .item-wrap4 .item-detail .item-content .product_type_external:before,
.item .item-wrap4 .item-detail .item-content .product_type_grouped:before,
.item .item-wrap4 .item-detail .item-content .product_type_variable:before {
  height: 36px;
  line-height: 36px;
  width: 36px;
  content: "";
  display: inline-block;
  vertical-align: top;
  border-radius: 50%;
  background: url(../assets/img/shopping-cart2.svg) center center no-repeat #fe2424;
  background-size: 16px;
  margin-right: 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 .item .item-wrap4 .item-detail .item-content .button:before,
.rtl .item .item-wrap4 .item-detail .item-content .add_to_cart_button:before,
.rtl .item .item-wrap4 .item-detail .item-content .product_type_external:before,
.rtl .item .item-wrap4 .item-detail .item-content .product_type_grouped:before,
.rtl .item .item-wrap4 .item-detail .item-content .product_type_variable:before {
  margin-right: 0;
  margin-left: 10px;
}
.item .item-wrap4 .item-detail .item-content .button.loading,
.item .item-wrap4 .item-detail .item-content .add_to_cart_button.loading,
.item .item-wrap4 .item-detail .item-content .product_type_external.loading,
.item .item-wrap4 .item-detail .item-content .product_type_grouped.loading,
.item .item-wrap4 .item-detail .item-content .product_type_variable.loading {
  background-color: #fe2424;
  color: #fff;
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.item .item-wrap4 .item-detail .item-content .button.loading:before,
.item .item-wrap4 .item-detail .item-content .add_to_cart_button.loading:before,
.item .item-wrap4 .item-detail .item-content .product_type_external.loading:before,
.item .item-wrap4 .item-detail .item-content .product_type_grouped.loading:before,
.item .item-wrap4 .item-detail .item-content .product_type_variable.loading:before {
  background: url(../assets/img/loadingp.gif) no-repeat center center #fe2424;
  border-radius: 16px;
  background-size: 18px;
  position: static;
}
.item .item-wrap4 .item-detail .item-content .button.added:after,
.item .item-wrap4 .item-detail .item-content .add_to_cart_button.added:after,
.item .item-wrap4 .item-detail .item-content .product_type_external.added:after,
.item .item-wrap4 .item-detail .item-content .product_type_grouped.added:after,
.item .item-wrap4 .item-detail .item-content .product_type_variable.added:after {
  font-family: WooCommerce;
  content: "\e017";
  margin-left: .5em;
  vertical-align: bottom;
  font-size: 12px;
}
.item .item-wrap4:hover {
  -webkit-box-shadow: 0px 2px 10px rgba(0,0,0,0.08);
  -moz-box-shadow: 0px 2px 10px rgba(0,0,0,0.08);
  -o-box-shadow: 0px 2px 10px rgba(0,0,0,0.08);
  -ms-box-shadow: 0px 2px 10px rgba(0,0,0,0.08);
  box-shadow: 0px 2px 10px rgba(0,0,0,0.08);
  -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-wrap4:hover .item-detail .item-img >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.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}
.item .item-wrap4:hover .item-detail .item-img .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a {
  background: #ffffff;
}
.item .item-wrap4:hover .item-detail .item-img .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover {
  background-color: #fe2424;
}
.item .item-wrap4:hover .item-detail .item-img .item-button .yith-wcwl-add-to-wishlist.exists .yith-wcwl-wishlistexistsbrowse a {
  background: #fe2424;
}
.item .item-wrap4:hover .item-detail .item-img .item-button .yith-wcwl-add-to-wishlist.exists .yith-wcwl-wishlistexistsbrowse a:before {
  color: #fff;
}
.item .item-wrap4:hover .item-detail .item-img .item-button .sw-quickview {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.item .item-wrap4:hover .item-detail .item-content .button,
.item .item-wrap4:hover .item-detail .item-content .add_to_cart_button,
.item .item-wrap4:hover .item-detail .item-content .product_type_external,
.item .item-wrap4:hover .item-detail .item-content .product_type_grouped,
.item .item-wrap4:hover .item-detail .item-content .product_type_variable {
  background: #fe2424;
  color: #fff;
  padding-left: 10px;
  padding-right: 23px;
}
.rtl .item .item-wrap4:hover .item-detail .item-content .button,
.rtl .item .item-wrap4:hover .item-detail .item-content .add_to_cart_button,
.rtl .item .item-wrap4:hover .item-detail .item-content .product_type_external,
.rtl .item .item-wrap4:hover .item-detail .item-content .product_type_grouped,
.rtl .item .item-wrap4:hover .item-detail .item-content .product_type_variable {
  padding-right: 10px;
  padding-left: 23px;
}
.item .item-wrap4:hover .item-detail .item-content .button:before,
.item .item-wrap4:hover .item-detail .item-content .add_to_cart_button:before,
.item .item-wrap4:hover .item-detail .item-content .product_type_external:before,
.item .item-wrap4:hover .item-detail .item-content .product_type_grouped:before,
.item .item-wrap4:hover .item-detail .item-content .product_type_variable:before {
  margin-right: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.rtl .item .item-wrap4:hover .item-detail .item-content .button:before,
.rtl .item .item-wrap4:hover .item-detail .item-content .add_to_cart_button:before,
.rtl .item .item-wrap4:hover .item-detail .item-content .product_type_external:before,
.rtl .item .item-wrap4:hover .item-detail .item-content .product_type_grouped:before,
.rtl .item .item-wrap4:hover .item-detail .item-content .product_type_variable:before {
  margin-left: 0;
}
.item .item-wrap4.style2 .item-detail .item-img .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before {
  content: "\ea32";
  color: #fe2424;
  -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-wrap4.style2 .item-detail .item-img .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover:before {
  color: #fff;
}
.item .item-wrap4.style2 .item-detail .item-img .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before,
.item .item-wrap4.style2 .item-detail .item-img .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before {
  content: "\ea32";
  color: #fff;
}
.item .item-wrap4.style2 .item-detail .item-img .item-button .sw-quickview:before {
  color: #fe2424;
}
.item .item-wrap4.style2 .item-detail .item-img .item-button .sw-quickview:hover:before {
  color: #fff;
}
.item .item-wrap4.style2 .item-detail .item-content {
  padding: 12px 0;
}
.item .item-wrap4.style2 .item-detail .item-content h4 {
  margin-bottom: 6px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 800;
  line-height: 20px;
  min-height: 40px;
  letter-spacing: 1px;
}
.item .item-wrap4.style2 .item-detail .item-content .description {
  margin-bottom: 17px;
  font-size: 13px;
  color: #525252;
}
.item .item-wrap4.style2 .item-detail .item-content .item-price {
  margin-bottom: 9px;
  font-family: "Manrope", Helvetica, Arial, sans-serif;
  -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-wrap4.style2 .item-detail .item-content .item-price span del {
  font-size: 13px;
  color: #989898;
  margin-top: 5px;
}
.item .item-wrap4.style2 .item-detail .item-content .item-price span ins {
  margin-bottom: 0;
}
.item .item-wrap4.style2 .item-detail .item-content .reviews-content .woocommerce-review-link {
  font-size: 11px;
  color: #999;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.item .item-wrap4.style2 .item-detail .item-content .item-cart {
  height: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.item .item-wrap4.style2:hover {
  box-shadow: none;
}
.item .item-wrap4.style2:hover .item-detail .item-content .item-price,
.item .item-wrap4.style2:hover .item-detail .item-content .reviews-content {
  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;
}
.item .item-wrap4.style2:hover .item-detail .item-content .item-cart {
  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: translateY(-50px);
  -moz-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
}
.item .item-wrap5 {
  background: #f6f0e7;
}
.item .item-wrap5 .item-detail .item-img {
  position: relative;
  overflow: hidden;
}
.item .item-wrap5 .item-detail .item-img >a {
  display: block;
  position: relative;
  overflow: hidden;
  max-width: 100%;
}
.item .item-wrap5 .item-detail .item-img >a img {
  margin: 0 auto;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}
.item .item-wrap5 .item-detail .item-img .sale-off2 {
  position: absolute;
  right: 5px;
  top: 9px;
  margin-top: 0;
  color: #fff;
  font-size: 11px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.rtl .item .item-wrap5 .item-detail .item-img .sale-off2 {
  right: auto;
  left: 5px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.item .item-wrap5 .item-detail .item-img .sale-off2 span {
  position: absolute;
  top: -12px;
  right: -19px;
  z-index: -1;
  font-size: 0;
  border-top: 65px solid #fe2424;
  border-left: 65px solid transparent;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.rtl .item .item-wrap5 .item-detail .item-img .sale-off2 span {
  right: auto;
  left: -19px;
  border-right: 65px solid transparent;
  border-left: 0 solid transparent;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.item .item-wrap5 .item-detail .item-img .sale-off2:before {
  content: "-";
  display: inline-block;
  vertical-align: top;
}
.item .item-wrap5 .item-detail .item-img .reviews-content {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 45px;
  height: 45px;
  background: #fe2424;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 11px;
  padding-top: 7px;
}
.rtl .item .item-wrap5 .item-detail .item-img .reviews-content {
  left: auto;
  right: 15px;
}
.item .item-wrap5 .item-detail .item-img .reviews-content .rating-inner {
  margin-top: -3px;
}
.item .item-wrap5 .item-detail .item-img .item-bottom {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -77px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  transition: all .5s;
  border: 1px #000 solid;
  -webkit-transform: translateY(60px);
  -moz-transform: translateY(60px);
  -o-transform: translateY(60px);
  -ms-transform: translateY(60px);
  transform: translateY(60px);
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 3;
}
.item .item-wrap5 .item-detail .item-img .item-bottom .clear {
  display: none;
}
.item .item-wrap5 .item-detail .item-img .item-bottom .product_type_bundle,
.item .item-wrap5 .item-detail .item-img .item-bottom .button.add_to_cart_button,
.item .item-wrap5 .item-detail .item-img .item-bottom .product_type_external,
.item .item-wrap5 .item-detail .item-img .item-bottom .product_type_grouped,
.item .item-wrap5 .item-detail .item-img .item-bottom a.product_type_simple,
.item .item-wrap5 .item-detail .item-img .item-bottom .product_type_variable {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
  height: 45px;
  line-height: 45px;
  width: 50px;
  font-size: 0px;
  color: #fff;
  display: inline-block;
  text-transform: capitalize;
  background-color: #f6f0e7;
  font-weight: normal;
}
.item .item-wrap5 .item-detail .item-img .item-bottom .product_type_bundle:hover,
.item .item-wrap5 .item-detail .item-img .item-bottom .button.add_to_cart_button:hover,
.item .item-wrap5 .item-detail .item-img .item-bottom .product_type_external:hover,
.item .item-wrap5 .item-detail .item-img .item-bottom .product_type_grouped:hover,
.item .item-wrap5 .item-detail .item-img .item-bottom a.product_type_simple:hover,
.item .item-wrap5 .item-detail .item-img .item-bottom .product_type_variable:hover {
  background: #000000;
}
.item .item-wrap5 .item-detail .item-img .item-bottom .product_type_bundle:hover:before,
.item .item-wrap5 .item-detail .item-img .item-bottom .button.add_to_cart_button:hover:before,
.item .item-wrap5 .item-detail .item-img .item-bottom .product_type_external:hover:before,
.item .item-wrap5 .item-detail .item-img .item-bottom .product_type_grouped:hover:before,
.item .item-wrap5 .item-detail .item-img .item-bottom a.product_type_simple:hover:before,
.item .item-wrap5 .item-detail .item-img .item-bottom .product_type_variable:hover:before {
  color: #fff;
}
.item .item-wrap5 .item-detail .item-img .item-bottom .product_type_bundle.loading,
.item .item-wrap5 .item-detail .item-img .item-bottom .button.add_to_cart_button.loading,
.item .item-wrap5 .item-detail .item-img .item-bottom .product_type_external.loading,
.item .item-wrap5 .item-detail .item-img .item-bottom .product_type_grouped.loading,
.item .item-wrap5 .item-detail .item-img .item-bottom a.product_type_simple.loading,
.item .item-wrap5 .item-detail .item-img .item-bottom .product_type_variable.loading {
  background-color: #000;
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.item .item-wrap5 .item-detail .item-img .item-bottom .product_type_bundle.loading:before,
.item .item-wrap5 .item-detail .item-img .item-bottom .button.add_to_cart_button.loading:before,
.item .item-wrap5 .item-detail .item-img .item-bottom .product_type_external.loading:before,
.item .item-wrap5 .item-detail .item-img .item-bottom .product_type_grouped.loading:before,
.item .item-wrap5 .item-detail .item-img .item-bottom a.product_type_simple.loading:before,
.item .item-wrap5 .item-detail .item-img .item-bottom .product_type_variable.loading:before {
  height: 45px;
  line-height: 45px;
  width: 50px;
  text-align: center;
  left: 0;
  margin: 0;
  background-color: #000;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background: url(../assets/img/loadingp.gif) center center no-repeat;
  background-size: 16px;
  font-size: 0;
}
.rtl .item .item-wrap5 .item-detail .item-img .item-bottom .product_type_bundle.loading:before,
.rtl .item .item-wrap5 .item-detail .item-img .item-bottom .button.add_to_cart_button.loading:before,
.rtl .item .item-wrap5 .item-detail .item-img .item-bottom .product_type_external.loading:before,
.rtl .item .item-wrap5 .item-detail .item-img .item-bottom .product_type_grouped.loading:before,
.rtl .item .item-wrap5 .item-detail .item-img .item-bottom a.product_type_simple.loading:before,
.rtl .item .item-wrap5 .item-detail .item-img .item-bottom .product_type_variable.loading:before {
  margin: 0;
}
.item .item-wrap5 .item-detail .item-img .item-bottom .product_type_bundle:before,
.item .item-wrap5 .item-detail .item-img .item-bottom .button.add_to_cart_button:before,
.item .item-wrap5 .item-detail .item-img .item-bottom .product_type_external:before,
.item .item-wrap5 .item-detail .item-img .item-bottom .product_type_grouped:before,
.item .item-wrap5 .item-detail .item-img .item-bottom a.product_type_simple:before,
.item .item-wrap5 .item-detail .item-img .item-bottom .product_type_variable:before {
  height: 45px;
  line-height: 45px;
  width: 50px;
  content: "\ea37";
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  font-family: "Nucleo";
  color: #000;
  text-align: center;
}
.item .item-wrap5 .item-detail .item-img .item-bottom .product_type_bundle.added,
.item .item-wrap5 .item-detail .item-img .item-bottom .button.add_to_cart_button.added,
.item .item-wrap5 .item-detail .item-img .item-bottom .product_type_external.added,
.item .item-wrap5 .item-detail .item-img .item-bottom .product_type_grouped.added,
.item .item-wrap5 .item-detail .item-img .item-bottom a.product_type_simple.added,
.item .item-wrap5 .item-detail .item-img .item-bottom .product_type_variable.added {
  background-color: #000;
}
.item .item-wrap5 .item-detail .item-img .item-bottom .product_type_bundle.added:before,
.item .item-wrap5 .item-detail .item-img .item-bottom .button.add_to_cart_button.added:before,
.item .item-wrap5 .item-detail .item-img .item-bottom .product_type_external.added:before,
.item .item-wrap5 .item-detail .item-img .item-bottom .product_type_grouped.added:before,
.item .item-wrap5 .item-detail .item-img .item-bottom a.product_type_simple.added:before,
.item .item-wrap5 .item-detail .item-img .item-bottom .product_type_variable.added:before {
  height: 45px;
  line-height: 45px;
  width: 50px;
  content: "\ea37";
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  font-family: "Nucleo";
  text-align: center;
  color: #fff;
}
.item .item-wrap5 .item-detail .item-img .item-bottom .added_to_cart.wc-forward {
  font-size: 0;
}
.item .item-wrap5 .item-detail .item-img .item-bottom .yith-wcwl-add-to-wishlist {
  margin-top: 0;
  border-right: 1px #000 solid;
  border-left: 1px #000 solid;
}
.item .item-wrap5 .item-detail .item-img .item-bottom .yith-wcwl-add-to-wishlist.exists .yith-wcwl-wishlistaddedbrowse a {
  background-color: #000;
}
.item .item-wrap5 .item-detail .item-img .item-bottom .yith-wcwl-add-to-wishlist.exists .yith-wcwl-wishlistaddedbrowse a:before {
  background: url(../assets/img/heart2.svg) center center no-repeat;
  background-size: 16px;
}
.item .item-wrap5 .item-detail .item-img .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button,
.item .item-wrap5 .item-detail .item-img .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
.item .item-wrap5 .item-detail .item-img .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse {
  position: relative;
}
.item .item-wrap5 .item-detail .item-img .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,
.item .item-wrap5 .item-detail .item-img .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.item .item-wrap5 .item-detail .item-img .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before {
  content: "";
  display: inline-block;
}
.item .item-wrap5 .item-detail .item-img .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button.show,
.item .item-wrap5 .item-detail .item-img .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show,
.item .item-wrap5 .item-detail .item-img .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show {
  display: inline-block !important;
  vertical-align: top;
}
.item .item-wrap5 .item-detail .item-img .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .feedback,
.item .item-wrap5 .item-detail .item-img .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .feedback,
.item .item-wrap5 .item-detail .item-img .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .feedback {
  display: none;
}
.item .item-wrap5 .item-detail .item-img .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .ajax-loading,
.item .item-wrap5 .item-detail .item-img .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .ajax-loading,
.item .item-wrap5 .item-detail .item-img .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .ajax-loading {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.item .item-wrap5 .item-detail .item-img .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .yith-wcwl-icon,
.item .item-wrap5 .item-detail .item-img .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .yith-wcwl-icon,
.item .item-wrap5 .item-detail .item-img .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .yith-wcwl-icon {
  margin: 0;
}
.item .item-wrap5 .item-detail .item-img .item-bottom a.compare:before {
  font-size: 14px;
  content: "\f021";
  font-family: fontawesome;
  color: #000;
  background: none !important;
}
.item .item-wrap5 .item-detail .item-img .item-bottom a.compare:hover:before {
  color: #fff;
}
.item .item-wrap5 .item-detail .item-img .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.item .item-wrap5 .item-detail .item-img .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.item .item-wrap5 .item-detail .item-img .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
.item .item-wrap5 .item-detail .item-img .item-bottom a.compare {
  text-align: center;
  color: #fff;
  width: 50px;
  height: 45px;
  line-height: 45px;
  padding: 0;
  display: block;
  vertical-align: top;
  position: relative;
  font-size: 0;
  max-width: 50px;
  background-color: #f6f0e7;
  margin: 0;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.item .item-wrap5 .item-detail .item-img .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,
.item .item-wrap5 .item-detail .item-img .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.item .item-wrap5 .item-detail .item-img .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before,
.item .item-wrap5 .item-detail .item-img .item-bottom a.compare:before {
  width: 50px;
  height: 45px;
  line-height: 45px;
  background: url(../assets/img/heart.svg) center center no-repeat;
  background-size: 16px;
}
.item .item-wrap5 .item-detail .item-img .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover,
.item .item-wrap5 .item-detail .item-img .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover,
.item .item-wrap5 .item-detail .item-img .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover,
.item .item-wrap5 .item-detail .item-img .item-bottom a.compare:hover {
  background-color: #000000;
}
.item .item-wrap5 .item-detail .item-img .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover:before,
.item .item-wrap5 .item-detail .item-img .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover:before,
.item .item-wrap5 .item-detail .item-img .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover:before,
.item .item-wrap5 .item-detail .item-img .item-bottom a.compare:hover:before {
  width: 50px;
  height: 45px;
  line-height: 45px;
  background: url(../assets/img/heart2.svg) center center no-repeat;
  background-size: 16px;
}
.item .item-wrap5 .item-detail .item-img .item-bottom .add_to_cart_button,
.item .item-wrap5 .item-detail .item-img .item-bottom .product_type_external,
.item .item-wrap5 .item-detail .item-img .item-bottom .product_type_grouped,
.item .item-wrap5 .item-detail .item-img .item-bottom .yith-wcwl-add-to-wishlist,
.item .item-wrap5 .item-detail .item-img .item-bottom .product_type_variable,
.item .item-wrap5 .item-detail .item-img .item-bottom a.compare,
.item .item-wrap5 .item-detail .item-img .item-bottom .group.fancybox {
  display: block;
  vertical-align: top;
  font-weight: normal;
  min-width: 50px;
  float: left;
}
.item .item-wrap5 .item-detail .item-img .item-bottom a.compare {
  margin-bottom: 5px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.item .item-wrap5 .item-detail .item-img .item-bottom .yith-wcwl-wishlistaddedbrowse.show a,
.item .item-wrap5 .item-detail .item-img .item-bottom .yith-wcwl-wishlistaddedbrowse a,
.item .item-wrap5 .item-detail .item-img .item-bottom .yith-wcwl-wishlistexistsbrowse.show a,
.item .item-wrap5 .item-detail .item-img .item-bottom .yith-wcwl-wishlistexistsbrowse a {
  background: #000 !important;
}
.item .item-wrap5 .item-detail .item-img .item-bottom .yith-wcwl-wishlistaddedbrowse.show a:before,
.item .item-wrap5 .item-detail .item-img .item-bottom .yith-wcwl-wishlistaddedbrowse a:before,
.item .item-wrap5 .item-detail .item-img .item-bottom .yith-wcwl-wishlistexistsbrowse.show a:before,
.item .item-wrap5 .item-detail .item-img .item-bottom .yith-wcwl-wishlistexistsbrowse a:before {
  background: url(../assets/img/heart2.svg) center center no-repeat !important;
  background-size: 16px !important;
}
.item .item-wrap5 .item-detail .item-img .item-bottom a.fancybox {
  text-align: center;
  color: #fff;
  width: 50px;
  height: 45px;
  line-height: 45px;
  padding: 0;
  display: block;
  vertical-align: top;
  overflow: hidden;
  position: relative;
  font-size: 0;
  max-width: 50px;
  background-color: #f6f0e7;
  -webkit-order: 1;
  -ms-order: 1;
  order: 1;
  -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;
}
.item .item-wrap5 .item-detail .item-img .item-bottom a.fancybox:before {
  width: 50px;
  height: 45px;
  line-height: 45px;
  display: inline-block;
  content: '';
  background: url(../assets/img/show.svg) center center no-repeat;
  background-size: 16px;
}
.item .item-wrap5 .item-detail .item-img .item-bottom a.fancybox:hover {
  background-color: #000;
}
.item .item-wrap5 .item-detail .item-img .item-bottom a.fancybox:hover:before {
  width: 50px;
  height: 45px;
  line-height: 45px;
  display: inline-block;
  content: '';
  background: url(../assets/img/show2.svg) center center no-repeat;
  background-size: 16px;
}
.item .item-wrap5 .item-detail .item-img .item-bottom .wcfmmp_sold_by_container {
  display: none;
}
.item .item-wrap5 .item-detail .item-content {
  padding: 12px 15px;
  min-height: 138px;
}
.item .item-wrap5 .item-detail .item-content h4 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 7px;
}
.item .item-wrap5 .item-detail .item-content .description {
  margin-bottom: 11px;
  font-size: 12px;
  color: #b7b3a8;
  -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-wrap5 .item-detail .item-content .item-price {
  font-size: 18px;
  display: inline-block;
  vertical-align: top;
  font-weight: bold;
  margin-bottom: 3px;
}
.item .item-wrap5 .item-detail .item-content .item-price > span {
  flex-direction: unset;
}
.item .item-wrap5 .item-detail .item-content .item-price > span del {
  margin: 3px 1px 0 5px;
  font-size: 15px;
  color: #999;
}
.rtl .item .item-wrap5 .item-detail .item-content .item-price > span del {
  margin: 3px 5px 0 1px;
}
.item .item-wrap5 .item-detail .item-content .item-price > span ins {
  color: #fe2424;
  margin-bottom: 0;
}
.item .item-wrap5:hover .item-detail .item-img >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.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}
.item .item-wrap5:hover .item-detail .item-img .item-bottom {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
.responsive-post-slider {
  position: relative;
  background: #fff;
}
.responsive-post-slider .box-title h3 {
  font-size: 16px;
  color: #000;
  font-weight: 700;
  padding: 14px 15px;
  margin-bottom: 0;
  border-bottom: 1px #ededed solid;
  text-transform: uppercase;
}
.responsive-post-slider .resp-slider-container .slider .item {
  padding: 15px;
}
.responsive-post-slider .resp-slider-container .slider .item .item-detail .img_over {
  position: relative;
  margin-bottom: 15px;
}
.responsive-post-slider .resp-slider-container .slider .item .item-detail .img_over a {
  display: block;
  overflow: hidden;
}
.responsive-post-slider .resp-slider-container .slider .item .item-detail .img_over a img {
  width: 100%;
  margin-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;
}
.responsive-post-slider .resp-slider-container .slider .item .item-detail .img_over a:hover 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 .slider .item .item-detail .entry-content h4 {
  font-size: 16px;
  text-transform: capitalize;
  margin-bottom: 7px;
  font-weight: 600;
  line-height: 22px;
}
.responsive-post-slider .resp-slider-container .slider .item .item-detail .entry-content h4 a {
  color: #000;
}
.responsive-post-slider .resp-slider-container .slider .item .item-detail .entry-content h4 a:hover {
  color: #fe2424;
}
.responsive-post-slider .resp-slider-container .slider .item .item-detail .entry-content .description1 {
  font-size: 14px;
  color: #666;
  margin-bottom: 15px;
  line-height: 22px;
}
.responsive-post-slider .resp-slider-container .slider .item .item-detail .entry-content .entry-date {
  font-size: 12px;
  color: #000;
  text-transform: capitalize;
  display: inline-block;
  vertical-align: top;
}
.responsive-post-style2 {
  margin-bottom: 20px;
}
.responsive-post-style2 .box-title h3 {
  font-size: 20px;
  text-transform: capitalize;
  margin-bottom: 20px;
  font-weight: 600;
  color: #000;
}
.responsive-post-style2 .slider-container .item {
  margin-bottom: 15px;
}
.main-menu .responsive-post-style2 .slider-container .item {
  margin-bottom: 12px;
}
.responsive-post-style2 .slider-container .item .img_over a {
  display: block;
}
.responsive-post-style2 .slider-container .item .img_over a img {
  width: 70px;
  margin-right: 15px;
}
.rtl .responsive-post-style2 .slider-container .item .img_over a img {
  margin-right: 0;
  margin-left: 15px;
}
.responsive-post-style2 .slider-container .item .entry-content {
  overflow: hidden;
  padding-top: 2px;
}
.responsive-post-style2 .slider-container .item .entry-content h4 {
  margin-bottom: 5px;
}
.responsive-post-style2 .slider-container .item .entry-content h4 a {
  font-size: 16px;
  color: #000;
  font-weight: 600;
}
.responsive-post-style2 .slider-container .item .entry-content h4 a:hover {
  color: #fe2424;
}
.responsive-post-style2 .slider-container .item .entry-content .entry-date a {
  font-size: 12px;
  color: #888;
  display: block;
  margin-bottom: 3px;
}
.responsive-post-style2 .slider-container .item:last-child {
  margin-bottom: 0;
}
.responsive-post-style3 {
  margin-bottom: 5px;
}
.responsive-post-style3 .box-title h3 {
  font-size: 20px;
  text-transform: capitalize;
  margin-bottom: 12px;
  font-weight: 600;
  color: #000;
}
.responsive-post-style3 .slider-container .item {
  margin-bottom: 12px;
  border-bottom: 1px #ededed dashed;
  padding-bottom: 10px;
}
.responsive-post-style3 .slider-container .item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.responsive-post-style3 .slider-container .item .entry-content {
  position: relative;
  padding-left: 15px;
}
.rtl .responsive-post-style3 .slider-container .item .entry-content {
  padding-left: 0;
  padding-right: 15px;
}
.responsive-post-style3 .slider-container .item .entry-content:before {
  content: "\f111";
  color: #fe2424;
  font-size: 7px;
  position: absolute;
  top: 4px;
  left: 0;
  font-family: fontawesome;
}
.rtl .responsive-post-style3 .slider-container .item .entry-content:before {
  left: auto;
  right: 4px;
}
.responsive-post-style3 .slider-container .item .entry-content h4 {
  margin-bottom: 4px;
}
.responsive-post-style3 .slider-container .item .entry-content h4 a {
  font-size: 16px;
  color: #000;
  font-weight: 600;
}
.responsive-post-style3 .slider-container .item .entry-content h4 a:hover {
  color: #fe2424;
}
.responsive-post-style3 .slider-container .item .entry-content .entry-cat a {
  font-size: 12px;
  color: #888;
  display: block;
  margin-bottom: 3px;
}
.responsive-post-style3 .slider-container .item .entry-content .entry-cat a:hover {
  color: #fe2424;
}
.responsive-post-style3 .slider-container .item:last-child {
  margin-bottom: 0;
}
.box-price .item-weight {
  display: inline-block;
  vertical-align: top;
  margin: 5px 0 0 -5px;
  font-size: 12px;
}
.rtl .box-price .item-weight {
  margin: 5px -5px 0 0;
}
.box-price .item-weight:before {
  content: "/";
  display: inline-block;
  vertical-align: top;
  margin: 0 2px;
}
.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;
}
.woocommerce-page .content .site-main >.widget_sp_image {
  margin-bottom: 0;
}
.woocommerce-page.post-type-archive .content .site-main >.widget_sp_image {
  margin-bottom: 30px;
}
.archives .sw-recent-viewed-slider {
  padding-top: 80px;
}
.woocommerce-page .sw-recent-viewed-slider .block-title a {
  display: none;
}
.woocommerce-checkout .shop_table.order_details tr td .wc-item-meta {
  display: none;
}
.woocommerce.rtl .woocommerce .cart-collaterals .cart_totals,
.woocommerce-page.rtl .woocommerce .cart-collaterals .cart_totals {
  text-align: right;
}
.woocommerce.rtl.woocommerce-cart form table.shop_table.shop_table_responsive tbody tr.cart_item td .variation dd.variation-SoldBy,
.woocommerce-page.rtl.woocommerce-cart form table.shop_table.shop_table_responsive tbody tr.cart_item td .variation dd.variation-SoldBy {
  margin-top: 0px;
  margin-right: 3px;
}
.woocommerce .woocommerce-message,
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce-page .woocommerce-message,
.woocommerce-page .woocommerce-error,
.woocommerce-page .woocommerce-info {
  border-top-color: #fe2424;
  line-height: 25px;
}
.woocommerce .woocommerce-message:before,
.woocommerce .woocommerce-error:before,
.woocommerce .woocommerce-info:before,
.woocommerce-page .woocommerce-message:before,
.woocommerce-page .woocommerce-error:before,
.woocommerce-page .woocommerce-info:before {
  color: #fe2424;
}
.woocommerce .woocommerce-message .button,
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button {
  font-weight: 500;
  padding: 7px 10px;
  background: #fe2424;
  color: #fff;
}
.woocommerce .woocommerce-message .button:hover,
.woocommerce .woocommerce-error .button:hover,
.woocommerce .woocommerce-info .button:hover,
.woocommerce-page .woocommerce-message .button:hover,
.woocommerce-page .woocommerce-error .button:hover,
.woocommerce-page .woocommerce-info .button:hover {
  background: #bb0101;
  color: #fff;
}
.woocommerce .woocommerce-info:before,
.woocommerce-page .woocommerce-info:before {
  top: 1em;
}
.woocommerce.checkout .woocommerce-info:before,
.woocommerce-page.checkout .woocommerce-info:before {
  top: 11px;
}
.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.woocommerce-checkout #payment div.form-row .checkbox,
.woocommerce-page.woocommerce-checkout #payment div.form-row .checkbox {
  padding-left: 0;
}
.woocommerce.woocommerce-checkout #payment div.form-row .input-checkbox,
.woocommerce-page.woocommerce-checkout #payment div.form-row .input-checkbox {
  margin: 5px 0 0 0;
  float: none;
  display: inline-block;
  vertical-align: top;
}
.woocommerce.woocommerce-checkout .woocommerce-form-login .form-row label,
.woocommerce-page.woocommerce-checkout .woocommerce-form-login .form-row label {
  margin-top: 4px;
}
.woocommerce.woocommerce-checkout .woocommerce-form-login .form-row label input,
.woocommerce-page.woocommerce-checkout .woocommerce-form-login .form-row label input {
  margin: 7px 3px 0 3px;
}
.woocommerce.woocommerce-checkout .woocommerce-form-login .form-row button.button:hover,
.woocommerce-page.woocommerce-checkout .woocommerce-form-login .form-row button.button:hover {
  color: #fff;
  background: #fe2424;
  border-color: #fe2424;
}
.woocommerce.woocommerce-checkout.rtl .woocommerce-info,
.woocommerce-page.woocommerce-checkout.rtl .woocommerce-info {
  padding: 10px 45px 12px 45px;
}
.woocommerce.woocommerce-checkout.rtl .woocommerce-form-login .form-row button.button,
.woocommerce-page.woocommerce-checkout.rtl .woocommerce-form-login .form-row button.button {
  margin-right: 0;
  margin-left: 15px;
}
.woocommerce.woocommerce-checkout.rtl .woocommerce-form-login .form-row label input,
.woocommerce-page.woocommerce-checkout.rtl .woocommerce-form-login .form-row label input {
  float: right;
}
.woocommerce .woocommerce-form-login .form-row button.button,
.woocommerce-page .woocommerce-form-login .form-row button.button {
  height: 35px;
  margin-bottom: 15px;
}
.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 #customer_login form.login .form-row .button,
.woocommerce #customer_login form.register .form-row .button,
.woocommerce-page #customer_login form.login .form-row .button,
.woocommerce-page #customer_login form.register .form-row .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;
  font-weight: normal;
  line-height: 35px;
  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;
}
.woocommerce #customer_login form.login .form-row .button:hover,
.woocommerce #customer_login form.register .form-row .button:hover,
.woocommerce-page #customer_login form.login .form-row .button:hover,
.woocommerce-page #customer_login form.register .form-row .button:hover {
  background: #ee0101;
  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;
}
.woocommerce #customer_login form.register >p label,
.woocommerce-page #customer_login form.register >p label {
  font-weight: normal;
  padding: 0 3px;
}
.woocommerce #customer_login form.register >p label .input-checkbox,
.woocommerce-page #customer_login form.register >p label .input-checkbox {
  display: inline-block;
  vertical-align: top;
  margin-top: 6px;
}
.woocommerce #customer_login form.register >p.form-row label,
.woocommerce-page #customer_login form.register >p.form-row label {
  padding: 0;
}
.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: #ee0101;
  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: "Roboto", Helvetica, Arial, sans-serif;
}
.woocommerce .woocommerce-checkout table.shop_table tr .variation,
.woocommerce-page .woocommerce-checkout table.shop_table tr .variation {
  display: none;
}
.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: "Roboto", 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: #ee0101;
  color: #fff;
}
.woocommerce .entry-content form.login .lost_password a,
.woocommerce-page .entry-content form.login .lost_password a {
  color: #fe2424;
}
.woocommerce .entry-content form.login .lost_password a:hover,
.woocommerce-page .entry-content form.login .lost_password a:hover {
  color: #d50101;
}
.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 .button,
.woocommerce-page .entry-content .checkout_coupon .form-row .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 .button:hover,
.woocommerce-page .entry-content .checkout_coupon .form-row .button:hover {
  background: #ee0101;
  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: 11px;
  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: 7px;
}
.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 > label input,
.woocommerce-page .checkout .col2-set .col-2 .woocommerce-shipping-fields h3#ship-to-different-address > label input {
  float: none;
  margin: 4px 4px 0 0px;
}
.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: #fe2424;
  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: #d50101;
}
.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: "Roboto", 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 tbody tr.cart_item td .variation .variation-SoldBy,
.woocommerce-page form table.shop_table.shop_table_responsive tbody tr.cart_item td .variation .variation-SoldBy {
  margin-top: 3px;
}
.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: #fe2424;
  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: #fe2424 !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: #fe2424;
  vertical-align: top;
  width: auto;
  padding: 7px 15px;
  height: 31px;
  border-radius: 3px;
  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: #ee0101 !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: #fe2424;
  color: #fff;
  border-color: #fe2424;
}
.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: #fe2424;
  color: #fff;
  border-color: #fe2424;
}
.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: #ee0101;
}
.woocommerce form table.shop_table.shop_table_responsive tr:nth-child(2n) td,
.woocommerce-page form table.shop_table.shop_table_responsive tr:nth-child(2n) td {
  background-color: rgba(0,0,0,0.025);
}
.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: "Roboto", 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: #fe2424;
}
.woocommerce > .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button,
.woocommerce-page > .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button {
  background: #fe2424;
  text-transform: uppercase;
  display: inline-block;
  text-shadow: none;
  font-weight: normal;
  font-size: 14px;
  padding: 9px 15px;
  height: 32px;
}
.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: #ee0101;
}
.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: #fe2424;
  color: #fff;
  border-color: #fe2424;
  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: #ee0101;
}
.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: #fe2424;
  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: #fe2424;
  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;
  height: 42px;
  line-height: 42px;
  padding: 0 10px;
}
.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: #fe2424;
}
.woocommerce .entry-content .col2-set .address,
.woocommerce-page .entry-content .col2-set .address {
  padding-left: 15px;
  padding-right: 15px;
}
.page.my-account .woocommerce-MyAccount-content fieldset legend {
  padding: 10px 0;
  font-weight: 600;
}
.page.my-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account .woocommerce-Button {
  padding: 10px 15px;
}
.page.my-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account .woocommerce-Button:hover {
  background: #fe2424;
  color: #fff;
  border-color: transparent;
}
.page.my-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account p {
  padding: 3px 0;
}
.page.my-account .woocommerce-MyAccount-content .woocommerce-address-fields p {
  padding: 3px 0;
}
.page.my-account .woocommerce-MyAccount-content .woocommerce-address-fields .button {
  padding: 10px 15px;
}
.page.my-account .woocommerce-MyAccount-content .woocommerce-address-fields .button:hover {
  background: #fe2424;
  color: #fff;
  border-color: transparent;
}
.page.my-account .select2-container .select2-selection--single {
  margin-bottom: 0;
}
.woocommerce table.wishlist_table thead th {
  border-color: #ddd;
  color: #222;
  font-family: "Roboto", 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: #fe2424;
  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: #fe2424;
  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: #fe2424;
}
.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 !important;
}
.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: #fe2424;
}
.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 {
  cursor: pointer;
  background: #f2f2f2;
}
.woocommerce form table.wishlist_table tbody tr:hover td,
.woocommerce-page form table.wishlist_table tbody tr:hover td {
  background: #f2f2f2;
}
.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: #fe2424;
}
.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: #fe2424;
  color: #fff;
  margin-bottom: 30px;
}
.woocommerce .return-to-shop .button.wc-backward:hover,
.woocommerce-page .return-to-shop .button.wc-backward:hover {
  background-color: #fe2424;
}
.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: #242424;
  color: #fff;
  font-weight: 500;
  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: #fe2424;
  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: 60px;
  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: #ededed;
  border: 0;
  height: 2px;
  margin-left: 0;
  margin-right: 0;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  background-color: #000;
  height: 2px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  background-color: #000;
  border: 0;
  width: 10px;
  height: 10px;
  top: -4px;
  margin: 0;
}
.woocommerce .widget_price_filter .ui-slider {
  margin-bottom: 20px;
  margin-top: 20px;
}
.woocommerce .widget_price_filter .price_slider_amount .button {
  background-color: transparent;
  color: #000;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  text-transform: uppercase;
  border-radius: 0;
  font-size: 12px;
  font-weight: 500;
  border: 0;
  position: relative;
  padding: 9px 0;
  margin: 0;
  float: right;
}
.woocommerce .widget_price_filter .price_slider_amount .button:before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  bottom: 5px;
  left: 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;
}
.woocommerce .widget_price_filter .price_slider_amount .button:hover {
  color: #fe2424;
  -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 .widget_price_filter .price_slider_amount .button:hover:before {
  background-color: #fe2424;
  -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 {
  padding-right: 10px;
}
.price_slider_wrapper .price_slider_amount #min_price,
.price_slider_wrapper .price_slider_amount #max_price {
  display: inline-block !important;
  width: 35%;
  text-indent: 10px;
  height: 34px;
  margin-bottom: 20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  font-size: 14px;
  font-weight: 500;
  color: #000;
}
.price_slider_wrapper .price_slider_amount #min_price {
  float: left;
  margin-right: 2%;
}
.rtl .price_slider_wrapper .price_slider_amount #min_price {
  float: right;
  margin-right: 0;
  margin-left: 2%;
}
.price_slider_wrapper .price_slider_amount #max_price {
  float: left;
}
.rtl .price_slider_wrapper .price_slider_amount #max_price {
  float: right;
}
.price_slider_wrapper .price_label {
  float: right;
  display: none !important;
}
.rtl.woocommerce .widget_price_filter .price_slider_amount .button {
  float: left;
}
.woocommerce .widget_price_filter .ui-slider-horizontal {
  height: 4px;
}
.woocommerce button.button.alt.disabled {
  padding: 0 10px;
}
.sidebar .widget.widget_layered_nav .widget-inner ul {
  padding: 10px 0 0 0;
}
.sidebar .widget.widget_layered_nav .widget-inner ul > li {
  display: inline-block;
  vertical-align: top;
  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: 20px;
  height: 20px;
  line-height: 18px;
  text-align: center;
}
.sidebar .widget.widget_layered_nav .widget-inner ul > li:hover,
.sidebar .widget.widget_layered_nav .widget-inner ul > li.chosen {
  border-color: #fe2424;
  -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,
.sidebar .widget.widget_layered_nav .widget-inner ul > li.chosen a {
  background: #fe2424;
  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:before {
  display: none;
}
.sidebar .widget.widget_layered_nav .widget-inner ul.woocommerce-widget-layered-nav-list-pa_size > li {
  border: 1px #ededed solid;
  border-radius: 4px;
  margin: 0 8px 8px 0;
}
.rtl .sidebar .widget.widget_layered_nav .widget-inner ul.woocommerce-widget-layered-nav-list-pa_size > li {
  margin: 0 0 8px 8px;
}
.sidebar .widget.widget_layered_nav .widget-inner ul.woocommerce-widget-layered-nav-list-pa_size > li a {
  min-width: 25px;
  height: 25px;
  line-height: 24px;
}
.sidebar .widget.widget_layered_nav .widget-inner ul.woocommerce-widget-layered-nav-list-pa_size > li.chosen,
.sidebar .widget.widget_layered_nav .widget-inner ul.woocommerce-widget-layered-nav-list-pa_size > li:hover {
  border-color: #fe2424;
}
.sidebar .widget.widget_layered_nav .widget-inner ul.woocommerce-widget-layered-nav-list-pa_color > li {
  padding: 3px;
  border: 1px #ededed solid;
  border-radius: 50%;
}
.sidebar .widget.widget_layered_nav .widget-inner ul.woocommerce-widget-layered-nav-list-pa_color > li a {
  border-radius: 50%;
}
.sidebar .widget.widget_layered_nav .widget-inner ul.woocommerce-widget-layered-nav-list-pa_color > li a .variation-color {
  display: block;
  height: 20px;
  border-radius: 50%;
}
.sidebar .widget.widget_layered_nav .widget-inner ul.woocommerce-widget-layered-nav-list-pa_color > li a .name-color {
  display: none;
}
.sidebar .widget.widget_layered_nav .widget-inner ul.woocommerce-widget-layered-nav-list-pa_color > li.chosen,
.sidebar .widget.widget_layered_nav .widget-inner ul.woocommerce-widget-layered-nav-list-pa_color > li:hover {
  border: 1px #fe2424 solid;
}
.sidebar .widget.widget_product_categories .product-categories li span {
  float: right;
  color: #999;
}
.rtl .sidebar .widget.widget_product_categories .product-categories li span {
  float: left;
}
.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: #fe2424;
  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: #fe2424;
}
.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;
}
.rtl.woocommerce .checkout .col2-set .col-2 .woocommerce-shipping-fields h3#ship-to-different-address > label input,
.rtl.woocommerce-page .checkout .col2-set .col-2 .woocommerce-shipping-fields h3#ship-to-different-address > label input {
  margin: 4px -10px 0 4px;
}
.rtl.woocommerce .checkout .col2-set .col-1 .woocommerce-account-fields .input-checkbox,
.rtl.woocommerce-page .checkout .col2-set .col-1 .woocommerce-account-fields .input-checkbox {
  float: right;
  margin: 7px 0 0 8px;
}
.rtl.woocommerce-account .woocommerce-account .button,
.rtl.woocommerce-account .woocommerce-info .button {
  float: left;
}
.rtl.woocommerce-checkout .woocommerce .woocommerce-customer-details address {
  text-align: right;
}
.rtl.woocommerce-checkout .woocommerce .woocommerce-customer-details .woocommerce-customer-details--email,
.rtl.woocommerce-checkout .woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone {
  padding-left: 0;
  padding-right: 1.5em;
}
.rtl.woocommerce-checkout .woocommerce .woocommerce-customer-details .woocommerce-customer-details--email:before,
.rtl.woocommerce-checkout .woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone:before {
  margin-left: 0;
  margin-right: -1.5em;
}
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
  margin-bottom: 20px;
}
.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: #000;
  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;
}
.single-product #comments .woocommerce-noreviews {
  padding: 0;
}
.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: #242424;
}
.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 form table.shop_table.shop_table_responsive tbody tr td.product-thumbnail {
    background: #fff;
  }
  .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: 70px;
  vertical-align: middle;
}
.woocommerce div.product form.cart .group_table td:first-child {
  width: auto;
}
.woocommerce div.product form.cart .group_table td .quantity {
  width: 100px;
}
.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;
}
.woocommerce .sidebar.fixed .widget_product_categories {
  margin-top: 30px;
}
.clearfix {
  overflow: inherit;
}
.wc-vendor-page .vendor-dashboard-wrapper {
  margin-bottom: 60px;
}
.wc-vendor-page .vendor-dashboard-wrapper .wcv-dashboard-navigation ul li {
  margin-right: 15px;
}
.wc-vendor-page .vendor-dashboard-wrapper .wcv-dashboard-navigation ul li a {
  font-size: 16px;
}
.wc-vendor-page .vendor-dashboard-wrapper .btn-inverse.btn-small {
  padding: 8px 15px;
}
.wc-vendor-page.orders .entry-summary {
  margin-bottom: 30px;
}
.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: #fe2424;
}
.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,
.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,
.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,
.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,
.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,
.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,
.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,
.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.shop-settings .form-row.notes {
  margin-bottom: 0;
}
.wc-vendor-page.shop-settings .form-row.notes label {
  padding: 5px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 0;
}
.wc-vendor-page.shop-settings .form-row.notes input {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 0;
}
.wc-vendor-page .wc-soldby-start {
  padding: 0;
  margin-bottom: 30px;
  text-align: start;
}
.wc-vendor-page .wc-soldby-start small {
  margin-top: 8px;
  color: #777;
  font-size: 14px;
  display: block;
}
.wc-vendor-page .wc-soldby-start small span {
  font-weight: normal;
}
.wc-vendor-page .wc-soldby-start small a {
  color: #fe2424;
}
.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 .flashmart_breadcrumbs {
  margin-top: 40px;
}
.wc-vendor-page.wc-vendor-listing .flashmart_breadcrumbs .container {
  padding: 0;
}
.wc-vendor-page.wc-vendor-listing .flashmart_breadcrumbs .breadcrumb {
  background: #fff;
  padding: 10px 0 30px 0;
}
.wc-vendor-page .meta-location {
  bottom: 40px;
}
.wc-vendor-page.my-account .form-row label {
  padding-left: 0;
}
.wc-vendor-page.my-account .form-row input[type="checkbox"] {
  margin: 2px 4px 0 0;
}
.wc-vendor-page.my-account .woocommerce-MyAccount-content .form-row input[type="checkbox"] {
  margin-top: 6px;
}
.wc-vendor-page.rtl .vendor-dashboard-wrapper .wcv-dashboard-navigation ul li {
  margin-right: 0;
  margin-left: 15px;
}
.wc-vendor-page.rtl.v
		.form-row input[type="checkbox"] {
  float: right;
  margin: 2px 0 0 4px;
}
@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: 1380px;
  margin: 30px auto;
}
.dokan-theme-flashmart #customer_login form.register >p.form-row.user-role {
  padding-left: 22px;
}
.dokan-theme-flashmart #customer_login form.register >p.form-row.user-role label {
  margin-top: 0;
}
.dokan-theme-flashmart #customer_login form.register >p.form-row.user-role label input {
  margin-top: 7px;
}
.rtl.dokan-theme-flashmart #customer_login form.register >p.form-row.user-role {
  padding-right: 22px;
}
.rtl.dokan-theme-flashmart #customer_login form.register >p.form-row.user-role label input {
  float: right;
  margin-left: 0;
  margin-right: -20px;
}
.dokan-store .header {
  margin-bottom: 40px;
}
.dokan-store .dokan-store-wrap.layout-left .dokan-store-sidebar {
  margin-right: 2%;
}
.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 #fe2424;
}
.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 #fe2424;
}
.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: #fe2424;
}
.widget.dokan-store-widget ul {
  list-style: none;
}
.widget.dokan-store-widget ul >li >a {
  display: block;
  padding: 10px 0;
}
.dokan-pagination-container .dokan-pagination li {
  display: inline-block;
  margin-bottom: 5px;
}
.dokan-pagination-container .dokan-pagination li > a {
  display: block;
  padding: 7px 10px;
}
.dokan-pagination-container .dokan-pagination li.active > a,
.dokan-pagination-container .dokan-pagination li:hover > a {
  background: #fe2424;
  color: #fff;
}
#delivery-time-calendar table {
  margin: 0;
}
#delivery-time-calendar .fc-scrollgrid thead > tr > td,
#delivery-time-calendar tr.fc-scrollgrid-section > td {
  padding: 0;
}
#delivery-time-calendar .fc-scrollgrid thead > tr > td table td.fc-daygrid-day,
#delivery-time-calendar tr.fc-scrollgrid-section > td table td.fc-daygrid-day {
  padding: 10px 15px;
}
.rtl .dokan-store-info {
  margin-right: 15px;
  margin-left: 0;
}
.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-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info i {
  margin-top: 2px;
}
.rtl .dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info i {
  float: right;
  margin-left: 0;
  margin-right: -25px;
}
.rtl .dokan-single-store .dokan-store-tabs ul li {
  border-left: 1px solid #EDEDED;
  border-right: none;
}
#dokan-content {
  margin-bottom: 30px;
}
.dokan-single-store ul {
  list-style: none;
}
.dokan-single-store .item-description {
  display: none;
}
.modal-dialog,
.add_note .modal-dialog {
  position: static;
}
#add-shipping-tracking-form select {
  margin-bottom: 10px;
}
@media (min-width: 1900px) {
  .dokan-store.wide-1400 .content-area {
    max-width: 1430px;
    padding: 0 15px;
  }
}
@media (min-width: 1200px) {
  .dokan-store .content-area {
    max-width: 1380px;
    margin: 0 auto;
  }
}
@media (min-width: 1000px) {
  .rtl .dokan-store-wrap.layout-left .dokan-store-sidebar {
    margin-right: 0;
    margin-left: 4%;
  }
}
@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 {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
  }
  .dokan-store .content-area .dokan-store-sidebar {
    width: 100%;
    float: none;
    order: 2;
    margin: 0 !important;
  }
  .dokan-store .content-area .dokan-single-store {
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }
}
body.dashboard.logged-in #sw-groups,
body.dashboard.logged-in .resmenu-container-sidebar {
  display: none !important;
}
.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;
}
#wcfmmp-store ins {
  background: transparent !important;
}
#wcfmmp-store ul {
  padding: 0 !important;
}
#wcfmmp-store .widget .search-field {
  width: 100%;
  height: 45px;
  line-height: 45px;
  padding: 0 10px;
}
#wcfmmp-store .product_area .products-wrapper ul li.product {
  margin-bottom: 0;
}
#wcfm-main-contentainer .wcfm-membership-wrapper {
  width: 100%;
}
.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: #fe2424;
  color: #fff;
}
.sw-custom-variation .sw-radio-variation.selected span:after {
  border-color: #fe2424;
}
.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: #fe2424;
  height: 44px;
  transform: rotate(45deg);
  top: -7px;
  right: 15px;
  opacity: 1;
}
.sw-custom-variation .sw-radio-variation .variation-tooltip {
  position: absolute;
  bottom: 110%;
  z-index: 9999;
  display: none;
  background: #fff;
  border: 1px solid #ddd;
}
.sw-custom-variation .sw-radio-variation:hover .variation-tooltip {
  display: block;
}
.item-content .sw-custom-variation {
  margin: 15px 0 5px;
}
.item-content .sw-custom-variation .sw-radio-variation {
  margin-bottom: 10px;
}
.item-content .sw-custom-variation .sw-radio-variation span.variation-color {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  min-width: initial;
  min-height: initial;
  width: 18px;
  height: 18px;
}
.item-content .sw-custom-variation .sw-radio-variation span.variation-color:after {
  display: none;
}
.item-content .sw-custom-variation .sw-radio-variation span.variation-image {
  min-width: 40px;
  min-height: 40px;
}
.item-content .sw-custom-variation:last-child {
  margin-bottom: 0;
}
.woocommerce-variation.single_variation > p {
  color: #e20000;
}
.widget_sp_image {
  margin-bottom: 40px;
}
.widget_sp_image:hover img {
  opacity: 0.85;
}
.widget_sp_image img {
  width: 100%;
}
h1.page-title {
  font-weight: 700 !important;
  color: #000;
  text-transform: uppercase;
  font-size: 18px;
  margin: 0;
}
.woocommerce-page .term-description {
  display: none;
}
.products-wrapper .woocommerce-result-count {
  color: #000;
  margin: 10px 0 0 0;
}
.rtl .products-wrapper .woocommerce-result-count {
  float: right;
}
.products-wrapper .woocommerce-ordering {
  border-radius: 20px;
  border: 1px #ededed solid;
  margin-right: 30px;
  padding: 10px 15px;
}
.rtl .products-wrapper .woocommerce-ordering {
  float: left;
  margin-left: 30px;
  margin-right: 0;
}
.products-wrapper .woocommerce-ordering select {
  border: none;
  background: #fff;
}
.products-wrapper .products-nav {
  text-align: center;
  z-index: 8;
  position: relative;
  display: block;
  width: 100%;
  vertical-align: top;
  margin-bottom: 20px;
}
.products-wrapper .products-nav .view-top {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #dddddd;
}
.products-wrapper .products-nav .view-mode-wrap .view-mode >a {
  position: relative;
  width: 30px;
  height: 35px;
  float: left;
  border: 0;
  overflow: hidden;
}
.rtl .products-wrapper .products-nav .view-mode-wrap .view-mode >a {
  float: right;
}
.products-wrapper .products-nav .view-mode-wrap .view-mode >a:before {
  position: absolute;
  font-family: Nucleo;
  text-align: center;
  width: 30px;
  height: 35px;
  line-height: 36px;
  background-color: transparent;
  color: #999;
  left: 0;
  font-weight: normal;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.products-wrapper .products-nav .view-mode-wrap .view-mode >a.active:before,
.products-wrapper .products-nav .view-mode-wrap .view-mode >a:hover:before {
  color: #fe2424;
}
.products-wrapper .products-nav .view-mode-wrap .view-mode >a.grid-view:before {
  content: "\ea16";
  font-size: 18px;
}
.products-wrapper .products-nav .view-mode-wrap .view-mode >a.list-view:before {
  content: "\ea15";
  font-size: 20px;
}
.products-wrapper .products-nav .view-mode-wrap .view-mode >a >span {
  font-size: 0;
  display: none;
}
.products-wrapper .products-nav .catalog-ordering ul {
  list-style: none;
}
.products-wrapper .products-nav .catalog-ordering .orderby-order-container {
  border-radius: 20px;
  border: 1px #ededed solid;
  margin-right: 30px;
}
.rtl .products-wrapper .products-nav .catalog-ordering .orderby-order-container {
  margin-right: 0;
  margin-left: 30px;
}
.products-wrapper .products-nav .catalog-ordering .orderby-order-container .order-dropdown {
  border-radius: 20px;
}
.products-wrapper .products-nav .catalog-ordering .show-product {
  line-height: 32px;
  margin-right: 10px;
  color: #000;
}
.rtl .products-wrapper .products-nav .catalog-ordering .show-product {
  margin-right: 0;
  margin-left: 10px;
}
.products-wrapper .products-nav .catalog-ordering .orderby {
  min-width: 160px;
}
.products-wrapper .products-nav .catalog-ordering .order {
  margin: 0;
  display: none;
}
.products-wrapper .products-nav .catalog-ordering .order > li.desc {
  padding: 7px 10px 4px;
  border: 1px solid #ddd;
  border-left: 0;
}
.rtl .products-wrapper .products-nav .catalog-ordering .order > li.desc {
  border-right: 0;
  border-left: 1px solid #ddd;
}
.products-wrapper .products-nav .catalog-ordering .order > li.desc a {
  display: inline-block;
  height: 20px;
  width: 20px;
  background: url(../assets/img/bg_general.png) no-repeat -18px -1623px;
}
.products-wrapper .products-nav .catalog-ordering .order > li.asc {
  padding: 7px 10px 4px;
  border: 1px solid #ddd;
  border-left: 0;
}
.rtl .products-wrapper .products-nav .catalog-ordering .order > li.asc {
  border-right: 0;
  border-left: 1px solid #ddd;
}
.products-wrapper .products-nav .catalog-ordering .order > li.asc a {
  display: inline-block;
  height: 20px;
  width: 20px;
  background: url(../assets/img/bg_general.png) no-repeat -18px -1638px;
}
.products-wrapper .products-nav .catalog-ordering .sort-count {
  min-width: 65px;
}
.products-wrapper .products-nav .catalog-ordering .order-dropdown {
  margin: 0;
  background-color: #fff;
  list-style-type: none;
  text-align: left;
}
.rtl .products-wrapper .products-nav .catalog-ordering .order-dropdown {
  text-align: right;
}
.products-wrapper .products-nav .catalog-ordering .order-dropdown >li {
  position: relative;
  z-index: 4;
  cursor: pointer;
}
.products-wrapper .products-nav .catalog-ordering .order-dropdown >li .current-li {
  line-height: 32px;
  display: block;
}
.products-wrapper .products-nav .catalog-ordering .order-dropdown >li .current-li a {
  display: block;
  color: #000;
  text-indent: 15px;
  position: relative;
}
.products-wrapper .products-nav .catalog-ordering .order-dropdown >li .current-li a:after {
  font-family: fontawesome;
  content: "\f0d7";
  font-size: 14px;
  width: 35px;
  line-height: 32px;
  text-align: center;
  position: absolute;
  right: 0px;
  top: 0px;
  text-indent: initial;
}
.rtl .products-wrapper .products-nav .catalog-ordering .order-dropdown >li .current-li a:after {
  right: auto;
  left: 0;
}
.products-wrapper .products-nav .catalog-ordering .order-dropdown >li >ul {
  position: absolute;
  background-color: #f5f5f5;
  margin-left: 0;
  left: 0;
  top: 100%;
  width: 100%;
  list-style-type: none;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -ms-transform-origin: left top;
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.products-wrapper .products-nav .catalog-ordering .order-dropdown >li >ul >li {
  line-height: 32px;
  text-indent: 10px;
}
.products-wrapper .products-nav .catalog-ordering .order-dropdown >li >ul >li a {
  display: block;
}
.products-wrapper .products-nav .catalog-ordering .order-dropdown >li:hover >ul {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  display: block !important;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.products-wrapper .woocommerce-pagination {
  padding: 30px 0 60px 0;
}
.products-wrapper .woocommerce-pagination .page-numbers {
  margin: 0;
  vertical-align: top;
  background-color: #fff;
  border: 0;
}
.products-wrapper .woocommerce-pagination .page-numbers >li {
  float: left;
  border: none;
  margin-right: 8px;
}
.rtl .products-wrapper .woocommerce-pagination .page-numbers >li {
  float: right;
  margin-right: 0;
  margin-left: 8px;
}
.products-wrapper .woocommerce-pagination .page-numbers >li:last-child {
  margin-right: 0;
  margin-left: 0;
}
.products-wrapper .woocommerce-pagination .page-numbers >li .page-numbers {
  width: 40px;
  height: 40px;
  line-height: 39px;
  display: block;
  border-radius: 50%;
  padding: 0;
  background: #f5f5f5;
  color: #000;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  transition: all .5s;
}
.products-wrapper .woocommerce-pagination .page-numbers >li .page-numbers.current,
.products-wrapper .woocommerce-pagination .page-numbers >li .page-numbers:hover {
  background-color: #fe2424;
  color: #fff;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  transition: all .5s;
}
.products-wrapper .woocommerce-pagination .page-numbers >li .page-numbers.prev,
.products-wrapper .woocommerce-pagination .page-numbers >li .page-numbers.next {
  font-size: 0;
}
.products-wrapper .woocommerce-pagination .page-numbers >li .page-numbers.prev:before,
.products-wrapper .woocommerce-pagination .page-numbers >li .page-numbers.next:before {
  font-family: fontawesome;
  font-size: 16px;
}
.products-wrapper .woocommerce-pagination .page-numbers >li .page-numbers.prev:before {
  content: "\f104";
}
.rtl .products-wrapper .woocommerce-pagination .page-numbers >li .page-numbers.prev:before {
  content: "\f105";
}
.products-wrapper .woocommerce-pagination .page-numbers >li .page-numbers.next:before {
  content: "\f105";
}
.rtl .products-wrapper .woocommerce-pagination .page-numbers >li .page-numbers.next:before {
  content: "\f104";
}
.products-wrapper .products-loop {
  list-style-type: none;
  margin-bottom: 0;
}
.products-wrapper .products-loop >li {
  margin-bottom: 10px;
}
.products-wrapper .products-loop >li.product-category a img {
  margin-bottom: 10px;
}
.products-wrapper .products-loop >li.product-category h2.woocommerce-loop-category__title {
  font-size: 14px;
  color: #666;
  margin-bottom: 0;
  text-align: center;
  font-weight: 500;
}
.products-wrapper .products-loop >li.product-category h2.woocommerce-loop-category__title mark {
  background: none;
  color: #666;
}
.products-wrapper .products-loop >li.product-category:hover h2.woocommerce-loop-category__title {
  color: #fe2424;
}
.products-wrapper .products-loop >li.product-category:hover h2.woocommerce-loop-category__title mark {
  color: #fe2424;
}
.products-wrapper .products-loop.grid {
  position: relative;
}
.products-wrapper .products-loop.grid:before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  z-index: 2;
}
.products-wrapper .products-loop.grid >li .item-wrap {
  background: transparent;
}
.products-wrapper .products-loop.grid >li .item-wrap .item-detail .sw-variation-wrapper .sw-custom-variation {
  padding: 10px 0 1px 0;
}
.products-wrapper .products-loop.grid >li .item-wrap .item-detail .item-content {
  padding-bottom: 25px;
}
.products-wrapper .products-loop.grid >li .item-wrap .item-detail .item-content h4 {
  max-height: 18px;
  overflow: hidden;
}
.products-wrapper .products-loop.grid >li .item-wrap .item-detail .item-content .item-description {
  display: none;
}
.products-wrapper .products-loop.grid >li .item-wrap .item-detail .item-content .countdown-row {
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.products-wrapper .products-loop.grid >li .item-wrap .item-detail .item-content .item-price {
  min-height: 57px;
}
.products-wrapper .products-loop.grid >li .item-wrap:hover {
  box-shadow: none;
}
.products-wrapper .products-loop.grid >li .item-wrap:hover .item-detail {
  z-index: 9;
}
.products-wrapper .products-loop.grid >li .item-wrap:hover .item-detail .item-content {
  z-index: 9;
  background: #fff;
}
.products-wrapper .products-loop.grid >li .item-wrap:hover .item-detail .item-bottom {
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
}
.products-wrapper .products-loop.grid >li.product-type-variable .item-price del {
  float: none;
}
.products-wrapper .products-loop.grid >li.product-type-variable .item-price ins {
  float: none;
}
.products-wrapper .products-loop.list .item {
  width: 100%;
  margin-bottom: 20px;
}
.products-wrapper .products-loop.list .item:last-child .item-wrap {
  border-bottom: none;
}
.products-wrapper .products-loop.list .item .item-wrap {
  text-align: left;
  border-bottom: 1px #ededed solid;
  padding-bottom: 30px;
}
.rtl .products-wrapper .products-loop.list .item .item-wrap {
  text-align: right;
}
.products-wrapper .products-loop.list .item .item-wrap:hover {
  box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
}
.products-wrapper .products-loop.list .item .item-wrap:hover .item-detail .item-content .item-price,
.products-wrapper .products-loop.list .item .item-wrap:hover .item-detail .item-content .sale-off2 {
  opacity: 1;
  visibility: visible;
}
.products-wrapper .products-loop.list .item .item-wrap .item-detail:before {
  display: none;
}
.products-wrapper .products-loop.list .item .item-wrap .item-detail .sw-variation-wrapper .sw-custom-variation {
  padding: 10px 0 1px 0;
}
.products-wrapper .products-loop.list .item .item-wrap .item-detail .products-thumb {
  width: 250px;
  padding: 15px;
  max-width: 100%;
  float: left;
  margin-bottom: 0;
  overflow: hidden;
  margin-right: 36px;
}
.rtl .products-wrapper .products-loop.list .item .item-wrap .item-detail .products-thumb {
  float: right;
  margin-left: 36px;
  margin-right: 0;
}
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content {
  overflow: hidden;
  width: auto;
  display: block;
  padding: 25px 0 0 0;
  text-align: left;
}
.rtl .products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content {
  text-align: right;
}
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content h4 {
  max-width: none;
  font-size: 16px;
  font-weight: 600;
}
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .reviews-content {
  display: block;
  vertical-align: top;
  float: none;
  padding-bottom: 11px;
}
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-description {
  clear: both;
  font-size: 14px;
  margin-bottom: 11px;
  line-height: 25px;
  color: #555;
}
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-price {
  margin-bottom: 22px;
  min-height: 39px;
}
.rtl .products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-price {
  float: none;
}
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom {
  padding-left: 4px;
  opacity: 1;
  visibility: visible;
  position: static;
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -o-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  transform: translateY(-4px);
}
.rtl .products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom {
  position: static;
  padding-left: 0;
  padding-right: 4px;
}
.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: #242424;
  -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: #fe2424;
  color: #fff;
}
.woocommerce.archive .product-countdown {
  padding: 10px 0;
  text-align: center;
}
.woocommerce.archive .product-countdown .countdown-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}
.rtl .woocommerce.archive .product-countdown .countdown-row {
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
.woocommerce.archive .product-countdown .countdown-row .countdown-section {
  padding: 0 6px 0 0;
}
.rtl .woocommerce.archive .product-countdown .countdown-row .countdown-section {
  padding: 0 0 0 6px;
}
.woocommerce.archive .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: 600;
  color: #444;
  font-size: 14px;
  margin-bottom: 5px;
}
.woocommerce.archive .product-countdown .countdown-row .countdown-section .countdown-period {
  text-transform: uppercase;
  font-size: 10px;
}
.woocommerce.single-product .product-countdown {
  padding: 3px 0 22px;
}
.woocommerce.single-product .product-countdown .countdown-row {
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}
.rtl .woocommerce.single-product .product-countdown .countdown-row {
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
.woocommerce.single-product .product-countdown .countdown-row .countdown-section {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  padding: 6px 0;
}
.woocommerce.single-product .product-countdown .countdown-row .countdown-section:before {
  content: ":";
  right: -7px;
  top: 18px;
  position: absolute;
  font-size: 18px;
  color: #000;
}
.woocommerce.single-product .product-countdown .countdown-row .countdown-section:last-child:before {
  display: none;
}
.woocommerce.single-product .product-countdown .countdown-row .countdown-section .countdown-amount {
  display: block;
  width: 55px;
  text-align: center;
  line-height: 45px;
  height: 45px;
  padding: 0 5px;
  font-size: 24px;
  font-weight: 500;
  color: #000;
  background: transparent;
  margin-bottom: 5px;
  background: #f5f5f5;
  border-radius: 4px;
}
.woocommerce.single-product .product-countdown .countdown-row .countdown-section .countdown-period {
  text-align: center;
  font-size: 12px;
  line-height: 20px;
  display: block;
  font-weight: 500;
  color: #000;
}
.rtl.woocommerce.single-product .product-countdown .countdown-row .countdown-section {
  margin-right: 0;
  margin-left: 10px;
}
.rtl.woocommerce.single-product .product-countdown .countdown-row .countdown-section:before {
  right: auto;
  left: -7px;
}
.active-layout .view-mode-wrap {
  display: none;
}
.active-layout .catalog-ordering,
.active-layout .woocommerce-ordering {
  float: left !important;
}
.rtl .active-layout .catalog-ordering,
.rtl .active-layout .woocommerce-ordering {
  float: right !important;
}
.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: #fe2424;
  border: 1px solid #fe2424;
}
.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 #fe2424;
}
.pagination-ajax .button-ajax.loading:before {
  content: "";
  background: none;
}
.pagination-ajax .button-ajax.loaded:before {
  content: attr(data-loaded);
}
.shop-categories-above .sw-category-slider {
  border: 1px #ededed solid;
  border-width: 1px 0;
  padding: 0 50px;
}
.shop-categories-above .sw-category-slider .resp-slider-container {
  position: relative;
}
.shop-categories-above .sw-category-slider .resp-slider-container .slider .item {
  padding: 30px 15px;
  position: relative;
}
.shop-categories-above .sw-category-slider .resp-slider-container .slider .item:before {
  content: "";
  width: 0px;
  height: 2px;
  background: #fe2424;
  position: absolute;
  bottom: 0;
  left: 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;
}
.shop-categories-above .sw-category-slider .resp-slider-container .slider .item .item-image {
  margin-bottom: 10px;
}
.shop-categories-above .sw-category-slider .resp-slider-container .slider .item .item-image a img {
  width: 100px;
  margin: 0 auto;
  border: 1px transparent solid;
}
.shop-categories-above .sw-category-slider .resp-slider-container .slider .item h3 {
  max-width: inherit;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.1rem;
}
.shop-categories-above .sw-category-slider .resp-slider-container .slider .item:hover:before {
  width: 100px;
  margin-left: -50px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.shop-categories-above .sw-category-slider .resp-slider-container .slider .item:hover .item-image a img {
  border: 1px #fe2424 solid;
}
.shop-categories-above .sw-category-slider .res-button {
  display: inline-block;
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 3;
  background: #fff;
  width: 25px;
  height: 50px;
  line-height: 50px;
  margin-top: -25px;
  text-align: center;
  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;
}
.shop-categories-above .sw-category-slider .res-button.slick-next {
  right: -35px;
}
.rtl .shop-categories-above .sw-category-slider .res-button.slick-next {
  left: -35px;
  right: auto;
}
.shop-categories-above .sw-category-slider .res-button.slick-next:before {
  content: "";
  background: url(../assets/img/angle-arrow.svg) no-repeat center center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  width: 25px;
  height: 50px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rtl .shop-categories-above .sw-category-slider .res-button.slick-next:before {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.shop-categories-above .sw-category-slider .res-button.slick-prev {
  left: -35px;
}
.rtl .shop-categories-above .sw-category-slider .res-button.slick-prev {
  left: auto;
  right: -35px;
}
.shop-categories-above .sw-category-slider .res-button.slick-prev:before {
  content: "";
  background: url(../assets/img/angle-arrow.svg) no-repeat center center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  width: 26px;
  height: 50px;
}
.rtl .shop-categories-above .sw-category-slider .res-button.slick-prev:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.shop-categories-above .sw-category-slider .res-button:hover {
  background: #fe2424;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.shop-categories-above .sw-category-slider .res-button:hover:before {
  background: url(../assets/img/angle-arrow2.svg) no-repeat center center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.shop-categories-above .sw-category-slider .res-button {
  opacity: 0;
  visibility: hidden;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px #ededed solid;
  border-radius: 50%;
}
.shop-categories-above .sw-category-slider .res-button:before {
  width: 38px !important;
  height: 40px !important;
}
.shop-categories-above .sw-category-slider: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;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  font-size: 22px;
  color: #fe2424;
  font-weight: 500;
}
.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
  margin: 0 10px;
  opacity: 1;
}
.woocommerce div.product p.price del .amount,
.woocommerce div.product span.price del .amount {
  text-decoration: line-through;
  font-weight: 500;
  font-size: 18px;
  color: #aaa;
}
.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
  color: #fe2424;
  text-decoration: none;
  opacity: 1;
  font-weight: 500;
}
.price ins {
  float: left;
}
.rtl .price ins {
  float: right;
}
.woocommerce div.product form.cart .variations select {
  margin: 0;
}
.rtl.woocommerce div.product form.cart .button {
  float: right;
}
.rtl.single-product-style2.woocommerce div.product form.cart div.quantity {
  float: none;
}
.product_detail >.vendor {
  clear: both;
}
.product_detail.variation-select .content_product_detail .cart.variations_form .variations .sw-radio-variation {
  width: 64px !important;
  height: 30px !important;
  border-radius: 0;
  padding: 0;
}
.product_detail.variation-select .content_product_detail .cart.variations_form .variations .sw-radio-variation.disabled span:before {
  width: 0;
  height: 0;
  border: 0;
}
.product_detail.variation-select .content_product_detail .cart.variations_form .variations .sw-radio-variation.selected,
.product_detail.variation-select .content_product_detail .cart.variations_form .variations .sw-radio-variation:hover {
  background-color: transparent;
}
.product_detail.variation-select .content_product_detail .cart.variations_form .variations .sw-radio-variation.selected span,
.product_detail.variation-select .content_product_detail .cart.variations_form .variations .sw-radio-variation:hover span {
  border: 1px solid #fe2424;
  background-color: transparent;
  color: #fe2424;
}
.product_detail.variation-select .content_product_detail .cart.variations_form .variations .sw-radio-variation.selected span:before,
.product_detail.variation-select .content_product_detail .cart.variations_form .variations .sw-radio-variation:hover span:before {
  opacity: 1;
}
.product_detail.variation-select .content_product_detail .cart.variations_form .variations .sw-radio-variation span {
  font-size: 14px;
  color: #999;
  border-radius: 0;
  font-weight: 400;
  border: 1px solid #ddd;
}
.product_detail.variation-select .content_product_detail .cart.variations_form .variations .sw-radio-variation span.variation-color {
  background-color: transparent !important;
  height: auto;
  width: auto;
  border-radius: 0;
  text-indent: 0;
  font-weight: 400;
}
.product_detail.variation-select .content_product_detail .cart.variations_form .variations .sw-radio-variation span:after {
  border: 0;
  border-radius: 0;
}
.product_detail.variation-select .content_product_detail .cart.variations_form .variations .sw-radio-variation span:before {
  content: '';
  width: 0;
  height: 0;
  bottom: 0px;
  right: -1px;
  top: auto;
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 0px solid transparent;
  border-bottom: 10px solid #ff3c20;
  opacity: 0;
}
.product_detail .categories-name a {
  font-size: 20px;
  color: #999;
}
.product_detail .categories-name a:hover {
  color: #fe2424;
}
.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;
  position: relative;
  z-index: 1;
}
.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive {
  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: 20px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  height: 40px;
  width: 40px;
  font-size: 18px;
  border: 0;
  margin-bottom: 0;
  -webkit-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
  -o-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
  -ms-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
  box-shadow: 0 3px 10px rgba(0,0,0,0.1);
  -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 .featured-video-button:hover {
  color: #fff;
  background: #fe2424;
  -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 {
  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 transparent;
  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: #fe2424;
}
.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive-thumbnail .slick-list .slick-track .item-thumbnail-product.slick-current .thumbnail-wrapper {
  border-color: #fe2424;
}
.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 #fe2424;
  color: #fe2424;
}
.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: 4px 0;
}
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-left .slick-slider.product-responsive-thumbnail .slick-next,
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-left .slick-slider.product-responsive-thumbnail .slick-prev,
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-right .slick-slider.product-responsive-thumbnail .slick-next,
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-right .slick-slider.product-responsive-thumbnail .slick-prev {
  top: -7px;
  margin-top: 0;
  margin-left: -10px;
  left: 50%;
  right: auto;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-left .slick-slider.product-responsive-thumbnail .slick-prev,
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-right .slick-slider.product-responsive-thumbnail .slick-prev {
  top: auto;
  bottom: -7px;
}
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-left .product-responsive,
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-right .product-responsive {
  width: 80%;
}
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-left .product-responsive {
  order: 1;
  margin: 0 0 0 15px;
}
.rtl .product_detail .slider_img_productd .product-images .product-images-container.thumbnail-left .product-responsive {
  margin: 0 15px 0 0;
}
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-right .product-responsive {
  margin: 0 15px 0 0;
}
.rtl .product_detail .slider_img_productd .product-images .product-images-container.thumbnail-right .product-responsive {
  margin: 0 0 0 15px;
}
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-top {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-top .product-responsive {
  order: 1;
  width: 100%;
  margin-bottom: 0;
}
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-top .slick-slider.product-responsive-thumbnail {
  width: 100%;
  margin-bottom: 15px;
}
.product_detail .content_product_detail {
  position: relative;
}
.product_detail .content_product_detail .product_title {
  font-size: 26px;
  font-weight: 600;
  color: #000;
  margin-bottom: 8px;
  text-transform: capitalize;
  line-height: 30px;
  padding-right: 44px !important;
}
.rtl .product_detail .content_product_detail .product_title {
  padding-right: 0 !important;
  padding-left: 44px !important;
}
.product_detail .content_product_detail ul {
  margin: 0;
}
.product_detail .content_product_detail .wc-soldby-start {
  display: none;
}
.product_detail .content_product_detail .social-share {
  display: inline-block;
  position: absolute;
  right: 0px;
  top: -2px;
  max-width: 40px;
  z-index: 9;
}
.rtl .product_detail .content_product_detail .social-share {
  left: 0px;
  right: auto;
}
.product_detail .content_product_detail .social-share.open .item-social {
  opacity: 1;
  height: auto;
  visibility: visible;
}
.product_detail .content_product_detail .social-share.open .title-share:after {
  width: 11px;
  background-size: cover;
  background: url('../assets/img/close.svg') no-repeat center center;
}
.product_detail .content_product_detail .social-share.open .title-share:hover:after {
  background-size: cover;
  background: url('../assets/img/close-hover.svg') no-repeat center center;
}
.product-type-variable .product_detail .content_product_detail .social-share {
  margin-bottom: 20px;
}
.product_detail .content_product_detail .social-share .title-share {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background: #fff;
  text-align: center;
  line-height: 40px;
  font-size: 0;
  cursor: pointer;
  -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-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
  -o-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
  -ms-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
  box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}
.product_detail .content_product_detail .social-share .title-share:hover {
  background-color: #fe2424;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.product_detail .content_product_detail .social-share .title-share:hover:after {
  background-size: cover;
  background: url('../assets/img/export-hover.svg') no-repeat center center;
}
.product_detail .content_product_detail .social-share .title-share:after {
  content: '';
  display: inline-block;
  position: static;
  line-height: 40px;
  background: none;
  width: 14px;
  height: 14px;
  vertical-align: top;
  height: 100%;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  background-size: cover;
  background: url('../assets/img/export.svg') no-repeat center center;
  border-radius: 0;
}
.product_detail .content_product_detail .social-share .wrap-content {
  position: absolute;
  bottom: 45px;
}
.product_detail .content_product_detail .social-share .item-social {
  float: left;
  opacity: 0;
  height: 0;
  visibility: hidden;
  max-width: 40px;
}
.rtl .product_detail .content_product_detail .social-share .item-social {
  float: right;
}
.product_detail .content_product_detail .social-share .item-social a {
  display: inline-block;
  vertical-align: top;
  margin: 5px 0;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50%;
  color: #000;
  font-size: 14px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 0 15px rgba(0,0,0,0.1);
  -o-box-shadow: 0 0 15px rgba(0,0,0,0.1);
  -ms-box-shadow: 0 0 15px rgba(0,0,0,0.1);
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
}
.product_detail .content_product_detail .social-share .item-social a:hover {
  background-color: #fe2424;
  color: #fff;
}
.product_detail .content_product_detail .social-share .item-social a i {
  line-height: 40px;
}
.product_detail .content_product_detail .sku_wrapper {
  margin-bottom: 19px;
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  font-weight: 400;
  color: #000;
  text-transform: uppercase;
  position: relative;
}
.product_detail .content_product_detail .sku_wrapper .sku {
  color: #777;
  padding: 0 0 0 5px;
}
.rtl .product_detail .content_product_detail .sku_wrapper .sku {
  padding: 0 5px 0 0;
}
.product_detail .content_product_detail .price {
  margin-bottom: 25px;
  display: block;
  font-size: 24px !important;
}
.product_detail .content_product_detail .price del .amount {
  font-size: 18px !important;
  color: #000 !important;
  font-weight: normal !important;
}
.product_detail .content_product_detail .price ins {
  font-size: 24px;
}
.product_detail .content_product_detail .price ins span {
  font-weight: 600 !important;
}
.product_detail .content_product_detail .reviews-content {
  margin-bottom: 14px;
}
.product_detail .content_product_detail .reviews-content .star {
  margin-top: 4px;
}
.product_detail .content_product_detail .reviews-content .review-number {
  font-size: 12px;
  color: #777;
  margin: 0 15px;
}
.product_detail .content_product_detail .reviews-content .woocommerce-review-link,
.product_detail .content_product_detail .reviews-content .woocommerce-write-review {
  display: inline-block;
  font-size: 12px;
  color: #000;
  text-decoration: underline;
}
.product_detail .content_product_detail .reviews-content .woocommerce-review-link:hover,
.product_detail .content_product_detail .reviews-content .woocommerce-write-review:hover {
  color: #fe2424;
}
.product_detail .content_product_detail .price-content {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.product_detail .content_product_detail .single-price {
  clear: both;
  background: #fafafa;
  padding: 10px 15px;
  margin-bottom: 23px;
}
.product_detail .content_product_detail .our-price {
  margin: 0 0 10px;
  text-transform: capitalize;
  font-size: 12px;
  color: #6d6e71;
  display: block;
  margin: 0 0 3px;
}
.product_detail .content_product_detail .price {
  font-size: 32px !important;
  font-weight: 600 !important;
  margin-bottom: 0;
}
.product_detail .content_product_detail .price ins {
  float: left;
  margin-left: 0 !important;
  font-size: 30px;
  font-weight: 600;
}
.rtl .product_detail .content_product_detail .price ins {
  float: right;
  margin-right: 0 !important;
  margin-left: 10px !important;
}
.product_detail .content_product_detail .price del {
  line-height: 30px;
  opacity: 1;
  font-size: 14px;
  color: #000;
  vertical-align: middle;
}
.product_detail .content_product_detail .price del .amount {
  font-size: 16px !important;
  color: #6d6e71 !important;
}
.product_detail .content_product_detail .item-brand {
  float: left;
  font-size: 13px;
  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 30px 15px 0;
  position: relative;
}
.rtl .product_detail .content_product_detail .item-brand {
  float: right;
  margin: 0 0 20px 30px;
}
.product_detail .content_product_detail .item-brand > span {
  color: #000;
  text-transform: capitalize;
}
.product_detail .content_product_detail .item-brand > a {
  display: block;
  padding: 0 5px;
  color: #2482d9;
  text-transform: capitalize;
}
.product_detail .content_product_detail .item-brand > a:hover {
  color: #fe2424;
}
.product_detail .content_product_detail .item-brand > a img {
  max-width: 80px;
}
.product_detail .content_product_detail .item-meta {
  margin-bottom: 20px;
  margin-top: 30px;
}
.product_detail .content_product_detail .item-meta .posted_in,
.product_detail .content_product_detail .item-meta .tagged_as {
  font-size: 14px;
  color: #777;
  display: block;
  margin: 0 0 10px;
}
.product_detail .content_product_detail .item-meta .posted_in a,
.product_detail .content_product_detail .item-meta .tagged_as a {
  color: #000;
}
.product_detail .content_product_detail .item-meta .posted_in a:hover,
.product_detail .content_product_detail .item-meta .tagged_as a:hover {
  color: #fe2424;
}
.product_detail .content_product_detail .product-countdown {
  padding: 0 0 30px 0;
}
.product_detail .content_product_detail .product-countdown .countdown-row .countdown-section {
  border: 1px #eee solid;
  border-radius: 4px;
}
.product_detail .content_product_detail .product-countdown .countdown-row .countdown-section:before {
  display: none;
}
.product_detail .content_product_detail .product-countdown .countdown-row .countdown-section .countdown-amount {
  background: transparent;
  font-size: 18px;
  line-height: 24px;
  height: 24px;
  margin-bottom: 0;
}
.product_detail .content_product_detail .product-countdown .countdown-row .countdown-section .countdown-period {
  color: #999;
  font-size: 12px;
  font-weight: normal;
}
.product_detail .content_product_detail .product-info {
  display: block;
  overflow: hidden;
  padding: 0px 15px;
  background: #fafafa;
  margin: 30px 0 15px 0;
  height: 44px;
  line-height: 44px;
  display: none;
}
.product_detail .content_product_detail .product-info .shipping-text {
  position: relative;
  font-size: 14px;
  color: #777;
  display: inline-block;
  vertical-align: top;
}
.product_detail .content_product_detail .product-info span {
  display: inline-block;
  vertical-align: top;
  text-transform: capitalize;
  color: #6ca40c;
  font-weight: 600;
}
.product_detail .content_product_detail .product-info span i {
  margin-right: 5px;
  font-size: 15px;
}
.rtl .product_detail .content_product_detail .product-info span i {
  margin-left: 5px;
  margin-right: 0;
}
.product_detail .content_product_detail .description,
.product_detail .content_product_detail .woocommerce-product-details__short-description {
  line-height: 24px;
  margin-bottom: 22px;
  font-size: 14px;
  color: #555;
}
.product_detail .content_product_detail .description ul,
.product_detail .content_product_detail .woocommerce-product-details__short-description ul {
  margin: 0;
}
.product_detail .content_product_detail .cart {
  margin-bottom: 16px !important;
}
.product_detail .content_product_detail .cart .qty {
  font-size: 11px;
  color: #888;
  text-transform: uppercase;
  position: relative;
  margin-bottom: -12px;
}
.product_detail .content_product_detail .cart .quantity {
  position: relative;
  border: 0;
  border-bottom: 1px solid #eee;
  height: 46px;
  width: 91.5px;
  padding-top: 10px;
  margin: 0 8px 19px 0 !important;
}
.rtl .product_detail .content_product_detail .cart .quantity {
  float: right;
  margin: 0 0 19px 8px !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: 28px;
  height: 38px;
  padding: 0;
}
.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: 38px !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/icon-minus.png) no-repeat top 8px center;
}
.product_detail .content_product_detail .cart .quantity .plus {
  background: url(../assets/img/icon-plus.png) no-repeat top 8px center;
}
.product_detail .content_product_detail .cart .quantity input {
  margin-bottom: 0;
  border: 0;
  text-align: center;
  text-indent: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.product_detail .content_product_detail .cart .quantity input.qty {
  padding: 0;
  font-size: 16px;
  color: #323232;
  font-weight: 600;
  background-color: transparent;
}
.product_detail .content_product_detail .cart.grouped_form {
  margin-bottom: 40px;
  width: 100%;
}
.product_detail .content_product_detail .cart.grouped_form .label {
  display: table-cell;
}
.product_detail .content_product_detail .cart.grouped_form .addcart-wrapper {
  margin-top: 0px;
}
.product_detail .content_product_detail .cart.grouped_form .addcart-wrapper .qty {
  display: none;
}
.product_detail .content_product_detail .cart.grouped_form .group_table {
  border: 0;
}
.product_detail .content_product_detail .cart.grouped_form tbody tr {
  border-color: #ddd;
}
.product_detail .content_product_detail .cart.grouped_form tbody tr td.woocommerce-grouped-product-list-item__quantity > .qty {
  display: none;
}
.product_detail .content_product_detail .cart.grouped_form tbody tr td.woocommerce-grouped-product-list-item__quantity .quantity {
  padding-top: 0;
  height: 38px;
  border: 1px solid #ededed;
  border-radius: 18px;
  margin: 5px 0 15px 0 !important;
}
.product_detail .content_product_detail .cart.grouped_form tbody tr td.woocommerce-grouped-product-list-item__quantity .quantity input {
  height: 36px !important;
}
.product_detail .content_product_detail .cart.grouped_form tbody tr td.woocommerce-grouped-product-list-item__label label a {
  font-size: 14px;
  color: #000;
  font-weight: 400;
  text-transform: capitalize;
}
.product_detail .content_product_detail .cart.grouped_form tbody tr td.woocommerce-grouped-product-list-item__label label a:hover {
  color: #fe2424;
}
.product_detail .content_product_detail .cart.grouped_form tbody tr td.woocommerce-grouped-product-list-item__price .stock {
  display: none;
}
.product_detail .content_product_detail .cart.grouped_form tbody tr td.woocommerce-grouped-product-list-item__price span.amount {
  font-size: 14px;
  color: #fe2424;
  font-weight: 700;
}
.product_detail .content_product_detail .cart.grouped_form tbody tr td.woocommerce-grouped-product-list-item__price ins {
  text-decoration: none;
  display: block;
  margin: 5px 0;
}
.product_detail .content_product_detail .cart.grouped_form tbody tr td.woocommerce-grouped-product-list-item__price ins span.amount {
  font-size: 14px;
  color: #fe2424;
  font-weight: 700;
}
.product_detail .content_product_detail .cart.grouped_form tbody tr td.woocommerce-grouped-product-list-item__price del {
  display: block;
}
.product_detail .content_product_detail .cart.grouped_form tbody tr td.woocommerce-grouped-product-list-item__price del span.amount {
  font-size: 13px;
  color: #999;
  font-weight: 400;
}
.product_detail .content_product_detail .cart.grouped_form tbody tr td.woocommerce-grouped-product-list-item__price .stock {
  clear: both;
}
.product_detail .content_product_detail .cart.grouped_form tbody tr td .quantity {
  margin-top: 0;
}
.product_detail .content_product_detail .cart.grouped_form tbody tr td .quantity .minus {
  bottom: 0;
}
.product_detail .content_product_detail .cart.grouped_form tbody tr td .quantity:before {
  display: none;
}
.product_detail .content_product_detail .cart.grouped_form tbody tr td.label {
  white-space: normal;
}
.product_detail .content_product_detail .cart.grouped_form .price {
  font-size: 20px;
  color: #cccccc;
  font-weight: 700;
}
.product_detail .content_product_detail .cart.grouped_form .price span >.amount,
.product_detail .content_product_detail .cart.grouped_form .price del {
  text-decoration: line-through;
  font-weight: normal;
  font-size: 20px;
}
.product_detail .content_product_detail .cart.grouped_form .price ins {
  font-size: 24px;
  color: #fe2424;
  text-decoration: none;
  opacity: 1;
  margin: 0 10px;
}
.product_detail .content_product_detail .cart.variations_form .variations td.label label {
  color: #888;
  font-size: 12px;
  letter-spacing: 0.1rem;
}
.product_detail .content_product_detail .cart.variations_form .variations .sw-radio-variation {
  margin: -6px 3px 8px;
  border-radius: 50%;
  padding: 3px;
  border: 0;
  width: auto !important;
  height: auto !important;
}
.product_detail .content_product_detail .cart.variations_form .variations .sw-radio-variation:first-child {
  margin-left: -3px;
}
.rtl .product_detail .content_product_detail .cart.variations_form .variations .sw-radio-variation:first-child {
  margin-right: -3px;
  margin-left: 0;
}
.product_detail .content_product_detail .cart.variations_form .variations .sw-radio-variation.selected span,
.product_detail .content_product_detail .cart.variations_form .variations .sw-radio-variation:hover span {
  border: 1px solid #fe2424;
  background-color: #fe2424;
  color: #fff;
}
.product_detail .content_product_detail .cart.variations_form .variations .sw-radio-variation.selected .variation-image,
.product_detail .content_product_detail .cart.variations_form .variations .sw-radio-variation:hover .variation-image {
  border: 1px solid #fe2424;
  background-color: transparent;
  -webkit-box-shadow: 3px 3px 4px rgba(0,0,0,0.2);
  -moz-box-shadow: 3px 3px 4px rgba(0,0,0,0.2);
  -o-box-shadow: 3px 3px 4px rgba(0,0,0,0.2);
  -ms-box-shadow: 3px 3px 4px rgba(0,0,0,0.2);
  box-shadow: 3px 3px 4px rgba(0,0,0,0.2);
}
.product_detail .content_product_detail .cart.variations_form .variations .sw-radio-variation.disabled span:before {
  top: -1px;
  right: 15px;
  height: 32px;
}
.product_detail .content_product_detail .cart.variations_form .variations .sw-radio-variation.disabled span.variation-color:before {
  top: 0px;
  right: 7px;
  height: 13px;
}
.product_detail .content_product_detail .cart.variations_form .variations .sw-radio-variation > span {
  border-radius: 50%;
  border: 1px solid #ededed;
  min-width: 34px;
  min-height: 34px;
  line-height: 32px;
}
.product_detail .content_product_detail .cart.variations_form .variations .sw-radio-variation > span:after {
  border-radius: 50%;
  border: 0;
}
.product_detail .content_product_detail .cart.variations_form .variations .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: 16px;
  height: 16px;
}
.product_detail .content_product_detail .cart.variations_form .variations .sw-radio-variation span.variation-color:after {
  display: none;
}
.product_detail .content_product_detail .cart.variations_form .variations .sw-radio-variation span.variation-image {
  min-width: 60px;
  min-height: 60px;
}
.product_detail .content_product_detail .cart.variations_form .variations .sw-radio-variation span.variation-image {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  width: 60px;
  height: 60px;
  border: 1px solid #ededed;
}
.product_detail .content_product_detail .cart.variations_form .variations .sw-radio-variation span.variation-image:before,
.product_detail .content_product_detail .cart.variations_form .variations .sw-radio-variation span.variation-image:after {
  opacity: 0 !important;
}
.product_detail .content_product_detail .cart.variations_form .single_variation_wrap .disabled:before {
  background: none;
}
.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;
}
@media (min-width: 1200px) and (max-width: 1450px) {
  .product_detail .content_product_detail .yith-wcwl-add-to-wishlist {
    margin: 0 5px;
  }
  .single-buynow .product_detail .content_product_detail .yith-wcwl-add-to-wishlist {
    margin: 0;
  }
}
@media (max-width: 480px) {
  .product_detail .content_product_detail .yith-wcwl-add-to-wishlist {
    clear: both;
  }
}
.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: 14px;
  content: "\f08a";
}
.rtl .product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,
.rtl .product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.rtl .product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before {
  display: inline-block;
  vertical-align: middle;
}
.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: #fe2424;
  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: 16px;
  content: "\f021";
  margin-right: 5px;
}
@media (max-width: 1680px) {
  .product_detail .content_product_detail .compare:before {
    margin: 0;
  }
}
.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 {
  border: 0;
  font-size: 12px;
  color: #000;
  height: auto;
  line-height: normal;
  margin: 0 5px;
  height: 46px;
  line-height: 46px;
  font-weight: normal;
  text-transform: uppercase;
  background-color: transparent;
}
.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-size: 14px;
  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: none;
  color: #fe2424;
}
.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: #fe2424;
}
.product_detail .content_product_detail .single_add_to_wishlist .yith-wcwl-icon {
  display: none;
}
.product_detail .content_product_detail a.compare {
  margin-left: 15px;
}
.rtl .product_detail .content_product_detail a.compare {
  margin-right: 15px;
  margin-left: 0;
}
.product_detail .content_product_detail a.compare:before {
  margin-right: 5px;
}
.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,
.product_detail .content_product_detail .wc-variation-is-unavailable {
  height: 46px;
  line-height: 44px;
  text-transform: capitalize;
  background-color: #fff9f9 !important;
  color: #fe2424 !important;
  font-size: 16px;
  padding: 0 30px 0 50px;
  margin-right: 5px;
  border: 1px #fe2424 solid;
  font-weight: 400;
  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;
}
.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,
.rtl .product_detail .content_product_detail .wc-variation-is-unavailable {
  padding: 0 50px 0 30px;
  margin-right: 0;
  margin-left: 5px;
}
@media (max-width: 1200px) {
  .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,
  .product_detail .content_product_detail .wc-variation-is-unavailable {
    margin-bottom: 20px;
  }
  .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,
  .rtl .product_detail .content_product_detail .wc-variation-is-unavailable {
    margin-left: 5px;
    margin-right: 0;
  }
}
.product_detail .content_product_detail .add_to_cart_button:before,
.product_detail .content_product_detail .product_type_external:before,
.product_detail .content_product_detail .product_type_grouped:before,
.product_detail .content_product_detail .single_add_to_cart_button:before,
.product_detail .content_product_detail .wc-variation-is-unavailable:before {
  position: absolute;
  left: 20px;
  top: 12px;
  content: '';
  width: 20px;
  height: 20px;
  background: url(../assets/img/default/add-to-cart.svg) no-repeat center center;
  background-size: cover;
  -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 .product_detail .content_product_detail .add_to_cart_button:before,
.rtl .product_detail .content_product_detail .product_type_external:before,
.rtl .product_detail .content_product_detail .product_type_grouped:before,
.rtl .product_detail .content_product_detail .single_add_to_cart_button:before,
.rtl .product_detail .content_product_detail .wc-variation-is-unavailable:before {
  left: auto;
  right: 20px;
}
.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,
.product_detail .content_product_detail .wc-variation-is-unavailable:hover {
  background-color: #fe2424 !important;
  color: #fff !important;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.product_detail .content_product_detail .add_to_cart_button:hover:before,
.product_detail .content_product_detail .product_type_external:hover:before,
.product_detail .content_product_detail .product_type_grouped:hover:before,
.product_detail .content_product_detail .single_add_to_cart_button:hover:before,
.product_detail .content_product_detail .wc-variation-is-unavailable:hover:before {
  background: url(../assets/img/add-to-cart-hover.svg) no-repeat;
  background-size: cover;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.product_detail .content_product_detail .single-buynow.sticky-detail-buton .item-bottom {
  margin: 0 !important;
}
.product_detail .content_product_detail .single-buynow .button-buynow {
  background: #fe2424;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  border-radius: 0;
  display: inline-block;
  vertical-align: top;
  padding: 0 28px;
  height: 46px;
  text-transform: capitalize;
  background-color: #fe2424;
  line-height: 46px;
  margin: 0 3px;
}
.product_detail .content_product_detail .single-buynow .button-buynow:hover {
  background: #bb0101;
}
.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: 5px 0 0;
  display: flex;
  clear: both;
}
.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: #000;
  height: auto;
  line-height: normal;
  margin: 0;
  font-weight: normal;
  text-transform: uppercase;
  background-color: transparent;
}
.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;
}
.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: #fe2424;
}
.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: #fe2424;
}
.product_detail .content_product_detail .single-buynow .item-bottom .single_add_to_wishlist .yith-wcwl-icon {
  display: none;
}
.product_detail .content_product_detail .single-buynow .item-bottom a.compare {
  margin-left: 15px;
}
.rtl .product_detail .content_product_detail .single-buynow .item-bottom a.compare {
  margin-right: 15px;
  margin-left: 0;
}
.product_detail .content_product_detail .single-buynow .item-bottom a.compare:before {
  margin-right: 5px;
}
.product_detail .content_vendor_info {
  clear: both;
  padding: 22px;
  border-top: 1px #ededed solid;
}
.product_detail .content_vendor_info .single-vendor-info-top {
  overflow: hidden;
}
.product_detail .content_vendor_info .single-vendor-info-top .wrap-content .item-top {
  width: 30%;
  float: left;
  border-right: 1px #ededed solid;
  margin-right: 50px;
}
.rtl .product_detail .content_vendor_info .single-vendor-info-top .wrap-content .item-top {
  float: right;
  border-right: none;
  border-left: 1px #ededed solid;
  margin-right: 0;
  margin-left: 50px;
}
.product_detail .content_vendor_info .single-vendor-info-top .wrap-content .item-top .item-image {
  width: 80px;
  float: left;
  border-radius: 50%;
  border: 1px #ededed solid;
  margin-right: 20px;
}
.rtl .product_detail .content_vendor_info .single-vendor-info-top .wrap-content .item-top .item-image {
  float: right;
  margin-right: 0;
  margin-left: 20px;
}
.product_detail .content_vendor_info .single-vendor-info-top .wrap-content .item-top .item-image a img {
  margin-bottom: 0;
  border-radius: 50%;
}
.product_detail .content_vendor_info .single-vendor-info-top .wrap-content .item-top .item-name {
  margin-bottom: 10px;
  padding-top: 10px;
}
.product_detail .content_vendor_info .single-vendor-info-top .wrap-content .item-top .item-name a {
  font-size: 16px;
  color: #222;
  text-transform: capitalize;
}
.product_detail .content_vendor_info .single-vendor-info-top .wrap-content .item-top .item-name a:hover {
  color: #fe2424;
}
.product_detail .content_vendor_info .single-vendor-info-top .wrap-content .item-top .item-store a {
  color: #fe2424;
  display: inline-block;
  vertical-align: top;
  background: #ffe5e5;
  text-transform: capitalize;
  height: 30px;
  line-height: 28px;
  padding: 0 15px;
  border-radius: 4px;
  border: 1px #fe2424 solid;
}
.product_detail .content_vendor_info .single-vendor-info-top .wrap-content .item-top .item-store a:before {
  content: "";
  width: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: top;
  background: url('../assets/img/icon-store.svg') no-repeat center center;
  margin-top: 7px;
  margin-right: 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;
}
.product_detail .content_vendor_info .single-vendor-info-top .wrap-content .item-top .item-store a:hover {
  color: #fff;
  background: #fe2424;
}
.product_detail .content_vendor_info .single-vendor-info-top .wrap-content .item-top .item-store a:hover:before {
  background: url('../assets/img/icon-store2.svg') no-repeat center center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.product_detail .content_vendor_info .single-vendor-info-top .wrap-content .joined {
  margin-bottom: 10px;
  padding-top: 15px;
}
.product_detail .content_vendor_info .single-vendor-info-top .wrap-content .joined,
.product_detail .content_vendor_info .single-vendor-info-top .wrap-content .product {
  color: #555;
  overflow: hidden;
}
.product_detail .content_vendor_info .single-vendor-info-top .wrap-content .joined span,
.product_detail .content_vendor_info .single-vendor-info-top .wrap-content .product span {
  color: #999;
}
.sop-img {
  margin: 0 -15px;
}
.sop-img img {
  margin-bottom: 15px;
}
.single-product >.product {
  padding-bottom: 5px;
  border-bottom: 1px #ededed solid;
}
.single-product >.tabs,
.single-product .tabs-elementor {
  margin-bottom: 44px;
  margin-top: 34px;
}
.single-product >.tabs .tabbable .nav.nav-tabs,
.single-product .tabs-elementor .tabbable .nav.nav-tabs {
  margin: 0;
  text-align: center;
  background-color: transparent;
  border-bottom: none;
}
.single-product >.tabs .tabbable .nav.nav-tabs li,
.single-product .tabs-elementor .tabbable .nav.nav-tabs li {
  border: 0;
  position: relative;
  margin: 0 20px;
  display: inline-block;
  vertical-align: top;
  float: none;
}
.single-product >.tabs .tabbable .nav.nav-tabs li a,
.single-product .tabs-elementor .tabbable .nav.nav-tabs li a {
  border: 0;
  padding: 0;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  height: 45px;
  line-height: 45px;
  color: #999;
  font-weight: 600;
  border-radius: 0;
  margin: 0;
  border-bottom: 2px transparent solid;
}
.rtl .single-product >.tabs .tabbable .nav.nav-tabs li a,
.rtl .single-product .tabs-elementor .tabbable .nav.nav-tabs li a {
  direction: ltr;
}
.single-product >.tabs .tabbable .nav.nav-tabs li.active a,
.single-product >.tabs .tabbable .nav.nav-tabs li:hover a,
.single-product .tabs-elementor .tabbable .nav.nav-tabs li.active a,
.single-product .tabs-elementor .tabbable .nav.nav-tabs li:hover a {
  border-color: #000;
  background: transparent;
  color: #000;
}
.single-product >.tabs .tabbable .nav.nav-tabs li:last-child,
.single-product .tabs-elementor .tabbable .nav.nav-tabs li:last-child {
  padding-right: 0;
}
.rtl .single-product >.tabs .tabbable .nav.nav-tabs li:last-child,
.rtl .single-product .tabs-elementor .tabbable .nav.nav-tabs li:last-child {
  padding-left: 0;
}
.single-product >.tabs .tabbable .tab-content,
.single-product .tabs-elementor .tabbable .tab-content {
  border-bottom: 1px #ededed solid;
}
.single-product >.tabs .tabbable .tab-content #tab-description p,
.single-product .tabs-elementor .tabbable .tab-content #tab-description p {
  margin-bottom: 25px;
}
.single-product >.tabs .tabbable .tab-content .tab-pane,
.single-product .tabs-elementor .tabbable .tab-content .tab-pane {
  padding: 30px 0 30px 0;
  line-height: 30px;
  overflow: hidden;
  font-size: 15px;
  color: #333;
}
.single-product >.tabs .tabbable .tab-content .tab-pane h2,
.single-product .tabs-elementor .tabbable .tab-content .tab-pane h2 {
  font-size: 18px;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 30px;
  display: none;
}
.single-product >.tabs .tabbable .tab-content .tab-pane h2 span,
.single-product .tabs-elementor .tabbable .tab-content .tab-pane h2 span {
  color: #fe2424;
}
.single-product >.tabs .tabbable .tab-content .tab-pane #comments,
.single-product .tabs-elementor .tabbable .tab-content .tab-pane #comments {
  margin: 0;
}
.single-product >.tabs .tabbable .tab-content .tab-pane #comments .woocommerce-noreviews,
.single-product .tabs-elementor .tabbable .tab-content .tab-pane #comments .woocommerce-noreviews {
  padding: 0;
  font-size: 16px;
  font-weight: 500;
}
.single-product >.tabs .tabbable .tab-content .tab-pane #comments .commentlist,
.single-product .tabs-elementor .tabbable .tab-content .tab-pane #comments .commentlist {
  padding: 0;
}
.single-product >.tabs .tabbable .tab-content .tab-pane #comments .commentlist li,
.single-product .tabs-elementor .tabbable .tab-content .tab-pane #comments .commentlist li {
  border: 1px #ddd solid !important;
  padding: 25px 20px 15px 25px !important;
  margin-bottom: 30px !important;
}
.single-product >.tabs .tabbable .tab-content .tab-pane #comments .commentlist li img.avatar,
.single-product .tabs-elementor .tabbable .tab-content .tab-pane #comments .commentlist li img.avatar {
  width: 54px !important;
  border-radius: 50%;
}
.single-product >.tabs .tabbable .tab-content .tab-pane #comments .commentlist li .comment_container,
.single-product .tabs-elementor .tabbable .tab-content .tab-pane #comments .commentlist li .comment_container {
  position: relative;
}
.single-product >.tabs .tabbable .tab-content .tab-pane #comments .comment-text,
.single-product .tabs-elementor .tabbable .tab-content .tab-pane #comments .comment-text {
  border: none !important;
  padding-top: 0 !important;
}
.single-product >.tabs .tabbable .tab-content .tab-pane #comments .comment-text p.meta,
.single-product .tabs-elementor .tabbable .tab-content .tab-pane #comments .comment-text p.meta {
  margin-bottom: 5px !important;
  font-size: 14px !important;
  color: #000 !important;
  text-transform: capitalize;
}
.single-product >.tabs .tabbable .tab-content .tab-pane #comments .comment-text p.meta .woocommerce-review__published-date,
.single-product >.tabs .tabbable .tab-content .tab-pane #comments .comment-text p.meta .woocommerce-review__dash,
.single-product .tabs-elementor .tabbable .tab-content .tab-pane #comments .comment-text p.meta .woocommerce-review__published-date,
.single-product .tabs-elementor .tabbable .tab-content .tab-pane #comments .comment-text p.meta .woocommerce-review__dash {
  font-size: 12px;
  color: #999;
}
.single-product >.tabs .tabbable .tab-content .tab-pane #comments .comment-text .description p,
.single-product .tabs-elementor .tabbable .tab-content .tab-pane #comments .comment-text .description p {
  font-size: 14px;
}
.single-product >.tabs .tabbable .tab-content .tab-pane .comment-form p,
.single-product .tabs-elementor .tabbable .tab-content .tab-pane .comment-form p {
  margin-bottom: 10px !important;
}
.single-product >.tabs .tabbable .tab-content .tab-pane .comment-form p.comment-form-comment,
.single-product .tabs-elementor .tabbable .tab-content .tab-pane .comment-form p.comment-form-comment {
  margin-bottom: 20px !important;
}
.single-product >.tabs .tabbable .tab-content .tab-pane #reply-title,
.single-product .tabs-elementor .tabbable .tab-content .tab-pane #reply-title {
  font-size: 16px !important;
  font-weight: 500;
  margin-bottom: 15px;
  display: block;
}
.single-product >.tabs .tabbable .tab-content .tab-pane #review_form label,
.single-product .tabs-elementor .tabbable .tab-content .tab-pane #review_form label {
  text-transform: capitalize;
  font-weight: normal;
  font-size: 14px;
}
.single-product >.tabs .tabbable .tab-content .tab-pane #review_form label .required,
.single-product .tabs-elementor .tabbable .tab-content .tab-pane #review_form label .required {
  color: red;
}
.single-product >.tabs .tabbable .tab-content .tab-pane p .alignnone,
.single-product .tabs-elementor .tabbable .tab-content .tab-pane p .alignnone {
  float: left;
  clear: none;
  margin: 0 0 30px;
}
.rtl .single-product >.tabs .tabbable .tab-content .tab-pane p .alignnone,
.rtl .single-product .tabs-elementor .tabbable .tab-content .tab-pane p .alignnone {
  float: right;
}
.single-product >.tabs .tabbable .tab-content .tab-pane p .alignnone.image-content,
.single-product .tabs-elementor .tabbable .tab-content .tab-pane p .alignnone.image-content {
  margin-left: 30px;
}
.single-product >.tabs .tabbable .tab-content .tab-pane #reviews,
.single-product .tabs-elementor .tabbable .tab-content .tab-pane #reviews {
  color: #333;
}
.single-product >.tabs .tabbable .tab-content .tab-pane #reviews .form-submit .submit,
.single-product .tabs-elementor .tabbable .tab-content .tab-pane #reviews .form-submit .submit {
  padding: 0 30px !important;
  font-size: 14px !important;
  background-color: #000 !important;
}
.single-product >.tabs .tabbable .tab-content .tab-pane #reviews .form-submit .submit:hover,
.single-product .tabs-elementor .tabbable .tab-content .tab-pane #reviews .form-submit .submit:hover {
  background-color: #fe2424 !important;
}
.single-product >.tabs .tabbable .tab-content .tab-pane#tab-description h2,
.single-product .tabs-elementor .tabbable .tab-content .tab-pane#tab-description h2 {
  display: none;
}
.woocommerce #review_form label,
.woocommerce #commentform label {
  text-transform: uppercase;
  margin-bottom: 10px;
}
.variations {
  margin-bottom: 10px;
}
.variations tr {
  margin-bottom: 15px;
  border-bottom: 0;
  height: 50px;
  vertical-align: middle;
}
.variations tr:first-child td.label {
  padding-top: 0;
}
.variations tr td.label {
  display: block;
  line-height: 30px;
  text-align: left;
  padding: .5em 1em .3em;
}
.rtl .variations tr td.label {
  text-align: right;
}
.variations tr td.label label {
  color: #000;
  font-weight: normal !important;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0;
  font-size: 14px;
}
.variations tr td.value {
  padding: 0;
  display: block;
}
.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: 0 0 10px 0;
  font-size: 11px !important;
  text-align: center;
  color: #fe2424;
  display: block !important;
  text-align: left;
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
}
.rtl .variations tr .reset_variations {
  text-align: right;
  margin-right: 10px;
  margin-left: 0;
}
.variations tr .reset_variations:before {
  font-family: FontAwesome;
  content: '\f00d';
  margin-right: 8px;
}
.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: none;
  background-color: transparent;
  text-align: center;
}
.sw_related_upsell_widget .product-ur .tabbable.tabs .nav.nav-tabs li {
  position: relative;
  padding: 0;
  border: 0;
  float: none;
  display: inline-block;
  vertical-align: top;
}
.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: -5px;
  width: 100px;
  height: 2px;
  background-color: #fe2424;
  left: 50%;
  margin-left: -50px;
}
.rtl .sw_related_upsell_widget .product-ur .tabbable.tabs .nav.nav-tabs li:first-child > a:after {
  right: 50%;
  left: auto;
  margin-right: -50px;
  margin-left: 0;
}
.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 > a {
  margin: 0;
  border: 0;
  display: inline-block;
  padding: 12px 20px;
  background-color: transparent;
  font-size: 30px;
  color: #000;
  font-weight: 600;
  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);
}
.sw_related_upsell_widget .sw-woo-container-slider {
  margin-bottom: 60px;
}
.sw_related_upsell_widget .sw-woo-container-slider .slider {
  border: 0;
  margin: 0 -15px;
}
.sw_related_upsell_widget .sw-woo-container-slider .slider .item {
  padding: 0 15px;
  margin: 10px 0;
}
.related-products {
  overflow: hidden;
}
.related-products .box-slider-title h2 {
  text-align: center;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
  position: relative;
  padding-bottom: 16px;
  margin-bottom: 25px;
}
.related-products .box-slider-title h2:after {
  content: '';
  position: absolute;
  bottom: -5px;
  width: 100px;
  height: 2px;
  background-color: #fe2424;
  left: 50%;
  margin-left: -50px;
}
.rtl .related-products .box-slider-title h2:after {
  right: 50%;
  left: auto;
  margin-right: -50px;
  margin-left: 0;
}
.related-products .resp-slider-container {
  position: relative;
}
.related-products .resp-slider-container .item {
  border-right: 1px #ededed solid;
}
.related-products .resp-slider-container .item:last-child {
  border-right: none;
}
.related-products .resp-slider-container .item .item-wrap .item-detail .item-content {
  min-height: 131px;
}
.related-products .resp-slider-container .item .item-wrap:hover {
  box-shadow: none;
}
.related-products .slick-dots {
  text-align: center;
  margin: 0;
}
.related-products .slick-dots li {
  list-style: none;
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
}
.related-products .slick-dots li button {
  font-size: 0;
  width: 6px;
  height: 6px;
  padding: 0;
  background: #999;
  border: none;
  -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;
}
.related-products .slick-dots li.slick-active button,
.related-products .slick-dots li:hover button {
  width: 25px;
  height: 6px;
  background: #000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.related-products.style-moblie {
  margin-bottom: 50px;
  padding-top: 30px;
}
.related-products.style-moblie .block-title h3 {
  text-transform: uppercase;
  color: #000;
  font-size: 20px;
  font-weight: 700;
}
.related-products.style-moblie .resp-slider-container .item {
  border: none;
}
.rtl .related-products.style-moblie .resp-slider-container .item {
  border: none;
}
.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;
  font-size: 0;
  left: auto;
  right: 20px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background: #fff;
  text-align: center;
  line-height: 40px;
  text-indent: 0;
  -webkit-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
  -o-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
  -ms-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
  box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger:hover {
  background-color: #fe2424;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger:hover:after {
  background-size: cover;
  background: url('../assets/img/zoom-in-hover.svg') no-repeat center center;
}
.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: '';
  display: inline-block;
  position: static;
  line-height: 40px;
  background: none;
  width: 15px;
  height: 15px;
  vertical-align: top;
  height: 100%;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  background-size: cover;
  background: url('../assets/img/zoom-in.svg') no-repeat center center;
  border-radius: 50%;
}
.single-product-style1.woocommerce div.product form.cart .variations tr {
  display: inline-block;
  width: 48%;
  padding-right: 4%;
  vertical-align: top;
}
.single-product-style1.woocommerce div.product form.cart .variations tr:last-child {
  padding: 0;
}
.single-product-style1.woocommerce div.product div.images.woocommerce-product-gallery {
  margin: -5px -5px 30px -5px;
  overflow: hidden;
}
.single-product-style1.woocommerce div.product div.images.woocommerce-product-gallery .style-gall {
  width: 50%;
  float: left;
  padding: 5px;
  position: relative;
}
.single-product-style1.woocommerce div.product div.images.woocommerce-product-gallery .style-gall .featured-video-button {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  border-radius: 50%;
  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;
  width: 56px;
  height: 56px;
  line-height: 52px;
  background: rgba(0,0,0,0.6);
  color: rgba(255,255,255,0.6);
  margin-top: -28px;
  margin-left: -28px;
  -webkit-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
  -o-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
  -ms-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
  box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}
.single-product-style1.woocommerce div.product div.images.woocommerce-product-gallery .style-gall .featured-video-button:before {
  content: "\f04b";
  font-family: fontawesome;
  font-size: 20px;
}
.single-product-style1.woocommerce div.product div.images.woocommerce-product-gallery .style-gall .featured-video-button:hover {
  background: #fe2424;
  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;
}
.single-product-style1.woocommerce div.product div.images.woocommerce-product-gallery .style-gall a {
  display: block;
  border: 1px #ddd solid;
  position: relative;
}
.single-product-style1.woocommerce div.product div.images.woocommerce-product-gallery .style-gall a:before {
  content: "\f00e";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: #ccc;
  color: #fff;
  font-family: fontawesome;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.single-product-style1.woocommerce div.product div.images.woocommerce-product-gallery .style-gall a:hover:before {
  background: #fe2424;
  -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-product-style1 .woocommerce-product-gallery__image {
  opacity: 1 !important;
}
.single-product-style1 .single-product >.tabs {
  padding-top: 30px;
}
.single-product-style1 .single-product >.tabs .tabbable .nav.nav-tabs {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  border: 0;
  background: #f5f5f5;
  border-radius: 4px;
  padding: 15px 0;
}
.single-product-style1 .single-product >.tabs .tabbable .nav.nav-tabs > li > a {
  border-radius: 20px;
  border: 1px solid #ddd;
  background: none;
  margin: 0 5px;
  color: #999;
  background: #fff;
  height: auto;
  line-height: normal;
  padding: 7px 20px;
}
.single-product-style1 .single-product >.tabs .tabbable .nav.nav-tabs > li.active > a,
.single-product-style1 .single-product >.tabs .tabbable .nav.nav-tabs > li:hover > a {
  background: #eee;
  border-color: #333;
  color: #333;
}
.single-product-style2.woocommerce div.product div.images.woocommerce-product-gallery {
  margin: -5px -5px 60px -5px;
  overflow: hidden;
}
.single-product-style2.woocommerce div.product div.images.woocommerce-product-gallery .style-gall {
  width: 25%;
  float: left;
  padding: 5px;
  position: relative;
}
.single-product-style2.woocommerce div.product div.images.woocommerce-product-gallery .style-gall .featured-video-button {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  border-radius: 50%;
  border: 2px #ccc solid;
  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;
  width: 56px;
  height: 56px;
  line-height: 52px;
  background: rgba(0,0,0,0.6);
  color: rgba(255,255,255,0.6);
  margin-top: -28px;
  margin-left: -28px;
}
.single-product-style2.woocommerce div.product div.images.woocommerce-product-gallery .style-gall .featured-video-button:before {
  content: "\f04b";
  font-family: fontawesome;
  font-size: 20px;
}
.single-product-style2.woocommerce div.product div.images.woocommerce-product-gallery .style-gall .featured-video-button:hover {
  background: #fe2424;
  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;
}
.single-product-style2.woocommerce div.product div.images.woocommerce-product-gallery .style-gall a {
  display: block;
  border: 1px #ddd solid;
  position: relative;
}
.single-product-style2.woocommerce div.product div.images.woocommerce-product-gallery .style-gall a:before {
  content: "\f00e";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: #ccc;
  color: #fff;
  font-family: fontawesome;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.single-product-style2.woocommerce div.product div.images.woocommerce-product-gallery .style-gall a:hover:before {
  background: #fe2424;
  -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-product-style2.woocommerce div.product p.price ins,
.single-product-style2.woocommerce div.product span.price ins {
  float: none;
}
.single-product-style2.woocommerce div.product .wc-soldby-start {
  text-align: center;
}
.single-product-style2.woocommerce div.product .product-countdown .countdown-row,
.single-product-style2.woocommerce div.product .item-brand {
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.single-product-style2.woocommerce div.product form.cart .button,
.single-product-style2.woocommerce div.product form.cart div.quantity,
.single-product-style2.woocommerce div.product form.cart .item-bottom {
  display: inline-block;
  vertical-align: top;
  float: none;
}
.single-product-style2.woocommerce div.product form.cart .addcart-wrapper >.qty {
  display: none;
}
.single-product-style2.woocommerce div.product .item-bottom .yith-wcwl-add-to-wishlist,
.single-product-style2.woocommerce div.product .item-bottom .compare {
  margin-top: 12px;
}
.single-product-style2 .content_product_detail {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 60px auto;
}
.single-product-style2 .single-product {
  margin-bottom: 30px;
}
.single-product-style2 .single-product .tabs {
  border: 0;
  margin-bottom: 30px;
}
.single-product-style2 .single-product .tabs .single-accordion .panel {
  box-shadow: none;
  border: 0;
}
.single-product-style2 .single-product .tabs .single-accordion .panel +.panel {
  margin-top: 1px;
}
.single-product-style2 .single-product .tabs .single-accordion .panel .panel-heading {
  border: 0;
  padding: 0;
}
.single-product-style2 .single-product .tabs .single-accordion .panel .panel-heading h4 {
  margin: 0;
}
.single-product-style2 .single-product .tabs .single-accordion .panel .panel-heading h4 > a {
  font-weight: normal;
  text-transform: uppercase;
  color: #fe2424;
  font-size: 16px;
  display: block;
  padding: 12px 15px;
  background: #eee;
  border-radius: 3px;
  position: relative;
}
.single-product-style2 .single-product .tabs .single-accordion .panel .panel-heading h4 > a:after {
  content: '';
  position: absolute;
  right: 0;
  border-left: 1px solid #e1e1e1;
  top: 7px;
  bottom: 7px;
  padding: 0 30px;
  background: url(../assets/img/icon-accordion.png) no-repeat center -34px;
}
.single-product-style2 .single-product .tabs .single-accordion .panel .panel-heading h4 > a.collapsed {
  color: #111;
}
.single-product-style2 .single-product .tabs .single-accordion .panel .panel-heading h4 > a.collapsed:after {
  background-position: center -4px;
}
.single-product-style2 .single-product .tabs .single-accordion .panel .content-body {
  padding: 15px 0;
  line-height: 22px;
  overflow-x: hidden;
}
.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 {
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 15px;
  color: #333;
}
.single-product-style2 .single-product .tabs .single-accordion .panel .content-body #comments {
  margin: 0;
}
.single-product-style2 .single-product .tabs .single-accordion .panel .content-body .row {
  margin: 0;
}
.single-product-style3 .single-product >.tabs .tabbable .nav.nav-tabs {
  border: none;
  text-align: center;
}
.single-product-style3 .single-product >.tabs .tabbable .nav.nav-tabs li {
  float: none;
  display: inline-block;
  vertical-align: top;
}
.single-product-style3 .single-product >.tabs .tabbable .nav.nav-tabs li a {
  color: #999;
}
.single-product-style3 .single-product >.tabs .tabbable .nav.nav-tabs li.active a,
.single-product-style3 .single-product >.tabs .tabbable .nav.nav-tabs li:hover a {
  border-color: #000;
  color: #000;
}
.single-product-style3 .sw_related_upsell_widget .product-ur .tabbable.tabs .nav.nav-tabs {
  border: none;
  text-align: center;
}
.single-product-style3 .sw_related_upsell_widget .product-ur .tabbable.tabs .nav.nav-tabs li {
  float: none;
  display: inline-block;
  vertical-align: top;
}
.single-product-style3 .sw_related_upsell_widget .product-ur .tabbable.tabs .nav.nav-tabs li a {
  color: #999;
  font-size: 24px;
}
.single-product-style3 .sw_related_upsell_widget .product-ur .tabbable.tabs .nav.nav-tabs li a:after {
  display: none;
}
.single-product-style3 .sw_related_upsell_widget .product-ur .tabbable.tabs .nav.nav-tabs li.active a,
.single-product-style3 .sw_related_upsell_widget .product-ur .tabbable.tabs .nav.nav-tabs li:hover a {
  color: #000;
}
.single-product-style3 .sw-recent-viewed-slider .block-title h3 {
  float: none;
  text-align: center;
}
.rtl.single-product-style2 .single-product .tabs .single-accordion .panel .panel-heading h4 > a:after {
  right: auto;
  left: 0;
  border-left: none;
  border-right: 1px solid #e1e1e1;
}
.single-product.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 .sale-off {
  left: 127px;
}
.single-product.product-thumbnail-left .slider_img_productd .sw-newlabel {
  left: auto;
  right: 10px;
}
.rtl.single-product.product-thumbnail-left .slider_img_productd .sale-off {
  right: 127px;
  left: auto;
}
.rtl.single-product.product-thumbnail-left .slider_img_productd .sw-newlabel {
  right: auto;
  left: 10px;
}
.swpb-bundled-products-container {
  margin-bottom: 20px;
  display: block;
  overflow: hidden;
}
.swpb-bundled-products-container h4 {
  font-size: 16px;
  color: #000;
  font-weight: 500;
  margin: 0 0 30px;
}
.swpb-bundled-products-container .swpb-bundled-product {
  margin-bottom: 10px;
  float: left;
  padding-right: 40px;
  position: relative;
}
.rtl .swpb-bundled-products-container .swpb-bundled-product {
  float: right;
  padding-right: 0;
  padding-left: 40px;
}
.swpb-bundled-products-container .swpb-bundled-product:before {
  content: '+';
  font-size: 24px;
  color: #7f7f7f;
  position: absolute;
  right: 20px;
  top: 18px;
}
.rtl .swpb-bundled-products-container .swpb-bundled-product:before {
  right: auto;
  left: 18px;
}
.swpb-bundled-products-container .swpb-bundled-product:last-child:before {
  content: '';
}
.swpb-bundled-products-container .swpb-bundled-product .swpb-thumbnail {
  margin-right: 8px;
  width: 65px;
}
.rtl .swpb-bundled-products-container .swpb-bundled-product .swpb-thumbnail {
  margin-right: 0;
  margin-left: 8px;
}
.swpb-bundled-products-container .swpb-bundled-product .swpb-info {
  overflow: hidden;
  display: none;
}
.swpb-bundled-products-container .swpb-bundled-product .swpb-info .category {
  display: none;
}
.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: 3px;
}
.swpb-bundled-products-container .swpb-bundled-product .swpb-info h3 a {
  font-size: 14px;
  text-transform: capitalize;
  color: #000;
}
.swpb-bundled-products-container .swpb-bundled-product .swpb-info h3 a:hover {
  color: #fe2424;
}
.swpb-bundled-products-container .swpb-bundled-product .swpb-info .category {
  margin: 0 0 10px;
}
.swpb-bundled-products-container .swpb-bundled-product .swpb-info .price {
  color: #fe2424;
  font-weight: 700;
  margin: 0 0 5px;
  font-size: 18px !important;
}
.swpb-bundled-products-container .swpb-bundled-product .swpb-info .price del {
  font-size: 14px;
  color: #999;
  font-weight: 400;
  line-height: 22px;
}
.swpb-bundled-products-container .swpb-bundled-product .swpb-info .price ins {
  font-weight: 700;
  font-size: 18px;
  text-decoration: none;
  margin-right: 10px;
}
.swpb-bundled-products-container .swpb-bundled-product .swpb-info .swpb-bundled-product-stock {
  font-size: 12px;
  text-transform: capitalize;
  color: #6ca40c;
  font-weight: 600;
}
.products-wrapper .top-fill {
  margin-bottom: 30px;
}
.products-wrapper .top-fill .button-filter {
  width: 10%;
  float: left;
  font-size: 12px;
  text-transform: uppercase;
  padding-right: 10px;
}
.rtl .products-wrapper .top-fill .button-filter {
  float: right;
  padding-right: 0;
  padding-left: 10px;
}
.products-wrapper .top-fill .button-filter span {
  background: #fff;
  display: inline-block;
  vertical-align: top;
  height: 41px;
  line-height: 41px;
  padding: 0 15px;
  font-weight: 500;
  color: #000;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 2px;
  border: 1px #ededed solid;
  letter-spacing: 2px;
}
.products-wrapper .top-fill .button-filter span i {
  display: inline-block;
  vertical-align: middle;
  margin: -5px 5px 0 0;
  font-size: 14px;
}
.rtl .products-wrapper .top-fill .button-filter span i {
  margin: -5px 0 0 5px;
}
.products-wrapper .top-fill .button-filter span:hover {
  color: #fe2424;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.products-wrapper .top-fill .products-nav {
  width: 90%;
  float: left;
  margin-bottom: 0;
}
.rtl .products-wrapper .top-fill .products-nav {
  float: right;
}
.products-wrapper .top-fill.closex {
  margin-bottom: 10px;
}
.products-wrapper .top-fill.closex .button-filter span i {
  font-size: 14px;
}
.products-wrapper .top-fill.closex .button-filter span i:before {
  content: "\f00d";
}
.sw-quickview-bottom .quickview-content .quickview-inner::-webkit-scrollbar {
  width: 5px;
}
.sw-quickview-bottom .quickview-content .quickview-inner::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.sw-quickview-bottom .quickview-content .quickview-inner::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: rgba(0,0,0,0.4);
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
.sw-quickview-bottom .quickview-content .quickview-inner::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(0,0,0,0.4);
}
.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/loading2.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;
  width: 600px;
  float: right;
  margin-top: 0 !important;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
.rtl .sw-quickview-bottom .quickview-content {
  right: auto;
  left: 0;
}
.logged-in .sw-quickview-bottom .quickview-content {
  margin-top: 32px !important;
}
.product-video .sw-quickview-bottom .quickview-content {
  width: 1000px;
  margin: 200px auto !important;
  position: relative;
  float: none;
}
.sw-quickview-bottom .quickview-content .quickview-close {
  position: absolute;
  width: 28px;
  height: 28px;
  background: #fe2424;
  color: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  left: -28px;
  top: 0;
}
.rtl .sw-quickview-bottom .quickview-content .quickview-close {
  left: auto;
  right: -28px;
}
.sw-quickview-bottom .quickview-content .quickview-inner {
  padding: 15px;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 100% !important;
}
.sw-quickview-bottom .quickview-content .quickview-inner .product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive {
  border: none;
}
.sw-quickview-bottom .quickview-content .quickview-inner .product_detail .content_product_detail .cart .quantity input.qty {
  width: 26px;
}
.sw-quickview-bottom .quickview-content .quickview-inner .product_detail .content_product_detail .cart .quantity .qv-minus {
  background: url(../assets/img/icon-minus.png) no-repeat top 8px center;
  font-size: 0;
}
.sw-quickview-bottom .quickview-content .quickview-inner .product_detail .content_product_detail .cart .quantity .qv-plus {
  background: url(../assets/img/icon-plus.png) no-repeat top 8px center;
  font-size: 0;
}
.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 .social-share,
.quickview-container.woocommerce .product_detail .content_product_detail .cart .addcart-wrapper >.qty {
  display: none;
}
@media (max-width: 1199px) {
  .product-video .sw-quickview-bottom .quickview-content {
    width: 700px;
  }
}
@media (max-width: 767px) {
  .product-video .sw-quickview-bottom .quickview-content {
    width: auto;
  }
}
.yith-wcwl-form .wishlist-title-container .wishlist-title-with-form {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.yith-wcwl-form .wishlist-title-container .wishlist-title-with-form h2 {
  margin: 0 !important;
  padding: 0 !important;
}
.yith-wcwl-form .wishlist-title-container .wishlist-title-with-form .show-title-form {
  padding: 0 10px;
  background: none;
  color: #fe2424;
  font-size: 0;
}
.yith-wcwl-form .wishlist-title-container .wishlist-title-with-form .show-title-form i {
  font-size: 14px;
}
.yith-wcwl-form .wishlist-title-container .hidden-title-form {
  width: 100%;
}
.yith-wcwl-form .wishlist-title-container .hidden-title-form input {
  width: 80%;
  float: left;
  padding: 7px 10px;
}
.yith-wcwl-form .wishlist-title-container .hidden-title-form .edit-title-buttons {
  overflow: hidden;
  padding: 5px 10px;
}
.yith-wcwl-form .cart.wishlist_table {
  clear: both;
}
.yith-wcwl-form .cart.wishlist_table tr > td a.remove {
  font-size: 30px !important;
  line-height: 26px;
}
.yith-wcwl-form .cart.wishlist_table tr > td.product-add-to-cart {
  vertical-align: middle;
}
.yith-wcwl-form .cart.wishlist_table tr > td.product-add-to-cart a.add_to_cart_button {
  background: #fe2424;
  color: #fff;
  padding: 7px 15px;
  border-radius: 3px;
}
.yith-wcwl-form .yith_wcwl_wishlist_footer {
  margin-bottom: 40px;
}
.yith-wcwl-form .yith_wcwl_wishlist_footer .yith-wcwl-share {
  display: flex;
  align-items: center;
}
.yith-wcwl-form .yith_wcwl_wishlist_footer .yith-wcwl-share .yith-wcwl-share-title {
  margin: 0;
}
.yith-wcwl-form .yith_wcwl_wishlist_footer .yith-wcwl-share ul {
  list-style: none;
  margin: 0;
  display: flex;
}
.yith-wcwl-form .yith_wcwl_wishlist_footer .yith-wcwl-share ul > li.share-button {
  display: inline-block;
  padding: 0 3px;
}
.yith-wcwl-form .yith_wcwl_wishlist_footer .yith-wcwl-share ul > li.share-button > a {
  display: block;
  width: 40px;
  height: 40px;
  border: 1px solid #ccc;
  border-radius: 50%;
  text-align: center;
  line-height: 38px;
  font-size: 18px;
}
.yith-wcwl-form .yith_wcwl_wishlist_footer .yith-wcwl-share ul > li.share-button > a:hover {
  border-color: #fe2424;
}
.theme-flashmart .gallery {
  padding: 0;
  overflow: hidden;
}
.rtl .theme-flashmart .gallery {
  margin-right: 0 !important;
}
.theme-flashmart .gallery li {
  margin-left: 1%;
  margin-right: 0;
  margin-bottom: 20px;
  text-align: center;
  float: left;
  list-style: none;
}
.rtl .theme-flashmart .gallery li {
  float: right;
  margin: 0 1% 20px 0;
}
.theme-flashmart .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;
  border: none;
  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;
}
.theme-flashmart .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;
}
.theme-flashmart .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;
}
.theme-flashmart .gallery .thumbnail:hover {
  background: #fe2424;
  border-color: #ddd;
}
.theme-flashmart .gallery .thumbnail:hover:after {
  bottom: 0;
  right: 0;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.theme-flashmart .gallery .thumbnail:hover:before {
  right: 20px;
  opacity: 1;
  filter: alpha(opacity=100);
  transform: rotate(360deg);
}
.theme-flashmart .gallery img {
  width: 100%;
}
.theme-flashmart .gallery .caption {
  overflow: hidden;
  padding-top: 12px;
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.theme-flashmart .gallery .caption h4 {
  font-size: 14px;
}
.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;
  border: none;
  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 .caption {
  overflow: hidden;
  padding-top: 12px;
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.gallery .caption h4 {
  font-size: 14px;
}
.wp-block-button__link {
  border-radius: 0;
  text-transform: uppercase;
}
.wp-block-button__link:hover {
  text-decoration: underline;
}
.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: #fe2424;
}
.entry-summary dl dd {
  margin-bottom: 20px;
}
.entry-summary form input[type="text"],
.entry-summary form input[type="password"],
.entry-summary form input[type="date"] {
  border-radius: 0;
  padding: 5px 10px;
}
.entry-summary form input[type="submit"],
.entry-summary form button[type="submit"] {
  background: #333 none repeat scroll 0 0;
  border: 1px solid #444444;
  border-radius: 0;
  color: #fff;
  padding: 5px 15px;
  vertical-align: top;
}
.entry-summary form input[type="submit"]:hover,
.entry-summary form button[type="submit"]:hover {
  background: #000;
}
.entry-summary .page-links {
  clear: both;
}
.page .main-page .page >.entry-content .entry-summary p {
  line-height: 1.8;
}
.home.page .main-page .page >.entry-content .entry-summary p {
  line-height: 1.8;
}
.page-markup-and-formatting .entry-content .entry-summary,
.parent-pageid-1725 .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,
.parent-pageid-1725 .entry-content .entry-summary h1,
.parent-pageid-1725 .entry-content .entry-summary h2,
.parent-pageid-1725 .entry-content .entry-summary h3,
.parent-pageid-1725 .entry-content .entry-summary h4,
.parent-pageid-1725 .entry-content .entry-summary h5,
.parent-pageid-1725 .entry-content .entry-summary h6 {
  color: #000;
  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,
.parent-pageid-1725 .entry-content .entry-summary h2,
.parent-pageid-1725 .entry-content .entry-summary h3,
.parent-pageid-1725 .entry-content .entry-summary h4,
.parent-pageid-1725 .entry-content .entry-summary h5,
.parent-pageid-1725 .entry-content .entry-summary h6 {
  padding-top: 20px;
}
.page-markup-and-formatting .entry-content .entry-summary blockquote,
.parent-pageid-1725 .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,
.parent-pageid-1725 .entry-content .entry-summary blockquote:before,
.parent-pageid-1725 .entry-content .entry-summary blockquote:after {
  font-size: 18px;
  color: #ddd;
}
.page-markup-and-formatting .entry-content .entry-summary code,
.parent-pageid-1725 .entry-content .entry-summary code {
  white-space: normal;
}
.page-markup-and-formatting .entry-content .entry-summary ol,
.parent-pageid-1725 .entry-content .entry-summary ol {
  padding-left: 0;
}
.page-markup-and-formatting .entry-content .entry-summary cite,
.parent-pageid-1725 .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,
.parent-pageid-1725 .entry-content .entry-summary ul li,
.parent-pageid-1725 .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,
.parent-pageid-1725 .entry-content .entry-summary table thead th,
.parent-pageid-1725 .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,
.parent-pageid-1725 .entry-content .entry-summary table td,
.parent-pageid-1725 .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,
.parent-pageid-1725 .entry-content .entry-summary table tbody tr:last-child th,
.parent-pageid-1725 .entry-content .entry-summary table tbody tr:last-child td {
  border-bottom: none;
}
.footer {
  margin-top: 44px;
}
.footer .container > p {
  display: none;
}
.footer .footer-copyright {
  background: #fff;
  padding: 0 0 30px 0;
}
.footer .footer-copyright .copyright-text {
  text-align: center;
}
.footer .footer-copyright .copyright-text p {
  font-size: 14px;
  margin: 0;
  color: #000;
}
.footer .footer-copyright .copyright-text p a {
  color: #fe2424;
}
.footer-style1 .elementor-row .nav-menu1,
.footer-style1 .elementor-container .nav-menu1 {
  padding: 10px 10px 5px 10px;
}
.footer-style1 .elementor-row .nav-menu1:last-child,
.footer-style1 .elementor-container .nav-menu1:last-child {
  border-right: 1px #ededed solid;
}
.rtl .footer-style1 .elementor-row .nav-menu1:last-child,
.rtl .footer-style1 .elementor-container .nav-menu1:last-child {
  border-left: 1px #ededed solid;
}
.socials-footer ul {
  margin: 0;
}
.socials-footer ul li {
  display: inline-block;
  vertical-align: top;
  margin-right: 6px;
  margin-bottom: 6px;
}
.rtl .socials-footer ul li {
  margin-right: 0;
  margin-left: 6px;
}
.socials-footer ul li a {
  height: 36px;
  line-height: 36px;
  width: 36px;
  display: inline-block;
  border-radius: 50%;
  font-size: 18px;
  color: #fff;
  background-color: #4a6dbf;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.socials-footer ul li a .fa::before {
  line-height: 36px;
}
.socials-footer ul li a:hover {
  background: #fe2424;
  -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:nth-child(2) a {
  background: #f22231;
}
.socials-footer ul li:nth-child(2) a:hover {
  background: #fe2424;
}
.socials-footer ul li:nth-child(3) a {
  background: #2ac1f2;
}
.socials-footer ul li:nth-child(3) a:hover {
  background: #fe2424;
}
.socials-footer ul li:nth-child(4) a {
  background: #b81622;
}
.socials-footer ul li:nth-child(4) a:hover {
  background: #fe2424;
}
.socials-footer ul li:nth-child(5) a {
  background: #f09433;
  background: -moz-linear-gradient(45deg,#f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
  background: -webkit-linear-gradient(45deg,#f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
  background: linear-gradient(45deg,#f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433',endColorstr='#bc1888',GradientType=1);
}
.socials-footer ul li:nth-child(5) a:hover {
  background: #fe2424;
}
.socials-footer ul li:nth-child(6) a {
  background: #0e76a8;
}
.socials-footer ul li:nth-child(6) a:hover {
  background: #fe2424;
}
.socials-footer2 h5 {
  color: #fff;
  font-size: 12px;
  font-family: "Evolventa Bold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
.socials-footer2 ul {
  margin: 0;
}
.socials-footer2 ul li a {
  font-size: 13px;
  color: #ccc;
  display: block;
  padding: 9px 0;
  text-transform: capitalize;
}
.socials-footer2 ul li a i {
  margin-right: 10px;
}
.rtl .socials-footer2 ul li a i {
  margin-right: 0;
  margin-left: 10px;
}
.socials-footer2 ul li a:hover {
  color: #fe2424;
}
.nav-menu1 {
  border-width: 1px 0 1px 1px;
  border-color: #ededed;
  border-style: solid;
}
.rtl .nav-menu1 {
  border-width: 1px 1px 1px 0;
}
.nav-menu1 h5 {
  font-size: 16px;
  color: #000;
  text-transform: capitalize;
}
.nav-menu1 ul.menu li a {
  font-size: 14px;
  color: #555;
  display: block;
  padding: 6px 0;
}
.nav-menu1 ul.menu li a:hover {
  color: #fe2424;
}
.nav-menu2 h5 {
  font-size: 20px;
  color: #000;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 15px;
}
.nav-menu2 ul.menu li a {
  font-size: 14px;
  color: #777;
  display: block;
  padding: 9px 0;
}
.nav-menu2 ul.menu li a:hover {
  color: #fe2424;
}
.footer-style2 .nav-menu1 {
  border: none;
}
.footer-style2 .box-app h5 {
  margin-bottom: 20px;
}
.footer-style2 .box-app img {
  margin-bottom: 10px;
}
.footer-style2 .socials-footer ul {
  max-width: 200px;
  padding-top: 10px;
}
.footer-style4 .nav-menu1 {
  border: none;
  font-family: "Jost", Helvetica, Arial, sans-serif;
}
.footer-style4 .nav-menu1 h5 {
  font-size: 15px;
  margin-bottom: 12px;
}
.footer-style4 .nav-menu1 ul li a {
  position: relative;
  padding: 5px 0;
}
.footer-style4 .nav-menu1 ul li a:hover {
  padding-left: 10px;
  color: #000;
}
.rtl .footer-style4 .nav-menu1 ul li a:hover {
  padding-left: 0;
  padding-right: 10px;
}
.footer-style4 .nav-menu1 ul li a:hover:before {
  content: "\f111";
  font-family: fontawesome;
  font-size: 4px;
  color: #000;
  position: absolute;
  top: 48%;
  left: 0;
}
.rtl .footer-style4 .nav-menu1 ul li a:hover:before {
  left: auto;
  right: 0;
}
.footer-style4 .socials-footer {
  text-align: right;
  padding-top: 8px;
}
.rtl .footer-style4 .socials-footer {
  text-align: left;
}
.footer-style4 .socials-footer ul li a {
  background: transparent;
  color: #000;
  font-size: 20px;
}
.footer-style4 .socials-footer ul li a:hover {
  color: #fe2424;
  background: transparent;
}
.footer-style6 .nav-menu2 h5 {
  color: #fff;
  font-size: 12px;
  font-family: "Evolventa Bold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.footer-style6 .nav-menu2 ul li a {
  font-size: 13px;
  color: #ccc;
  padding: 8px 0;
}
.footer-style8 .nav-menu2 ul li a {
  font-size: 13px;
  color: #616c6b;
  padding: 8px 0;
}
.footer-style8 h5 {
  color: #fe2424;
  font-size: 12px;
  font-family: "Evolventa Bold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin-bottom: 18px;
  letter-spacing: 2px;
}
.footer-style9 .nav-menu2 ul li a {
  font-size: 13px;
  color: #999;
  padding: 8px 0;
}
.footer-style9 h5 {
  color: #fe2424;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 15px;
  letter-spacing: 1.5px;
  font-weight: bold;
}
.footer-style9 .contact-foot4 h4 {
  line-height: 20px;
}
.footer-style9 .contact-foot4 h4,
.footer-style9 .contact-foot4 p,
.footer-style9 .contact-foot4 a {
  color: #999;
}
.footer-style9 .contact-foot4 a:hover {
  color: #fe2424;
}
.footer-style9 .newsletter-footer.style2 h3 {
  color: #fe2424;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 26px;
  letter-spacing: 1.5px;
  font-weight: bold;
  line-height: 1.1;
}
.footer-style9 .newsletter-footer.style2 .des {
  font-size: 13px;
  color: #999;
  line-height: 20px;
}
.footer-style9 .newsletter-footer.style2 .des a {
  text-decoration: underline;
}
.footer-style9 .newsletter-footer.style2 .form-newsletter input[type="email"] {
  background: #fafafa;
  font-size: 13px;
  height: 40px;
  margin-bottom: 0;
}
.footer-style9 .newsletter-footer.style2 .form-newsletter button[type="submit"] {
  background: #fafafa;
  color: #fe2424;
  height: 40px;
  line-height: 40px;
  margin-bottom: 0;
}
.footer-style9 .newsletter-footer.style2 .form-newsletter button[type="submit"]:hover {
  color: #000;
}
.footer-style9 .socials-footer ul li a {
  padding: 0;
  background: transparent;
  color: #000;
  font-size: 20px;
  width: auto;
  margin-right: 15px;
}
.footer-style9 .socials-footer ul li a:hover {
  background: transparent;
  color: #fe2424;
}
.rtl .footer-style9 .socials-footer ul li a {
  margin-right: 0;
  margin-left: 15px;
}
.footer-style10 .copyright {
  text-align: center;
  border-top: 1px #ddd solid;
  padding: 30px 0 20px 0;
  color: #545d5c;
}
.footer-style10 .socials-footer ul {
  text-align: center;
}
.footer-style10 .socials-footer ul li {
  margin: 0 5px;
}
.rtl .footer-style10 .socials-footer ul li {
  margin: 0 5px;
}
.footer-style10 .socials-footer ul li a {
  height: 50px;
  line-height: 50px;
  width: 50px;
  background: #fe2424;
}
.footer-style10 .socials-footer ul li a:hover {
  color: #000;
}
.footer-style10 .nav-menu2 ul.menu li {
  width: 50%;
  float: left;
}
.rtl .footer-style10 .nav-menu2 ul.menu li {
  float: right;
}
.footer-style10 .nav-menu2 ul.menu li a {
  color: #545d5c;
}
.footer-style10 .nav-menu2 ul.menu li a:hover {
  color: #fe2424;
}
.footer-style10 .contact-foot4 {
  text-align: center;
}
.footer-style10 .contact-foot4 p {
  color: #545d5c;
  font-size: 14px;
}
.footer-style10 .contact-foot4 a {
  color: #fe2424;
}
.footer-style10 .contact-foot4 a:hover {
  text-decoration: underline;
}
.footer-style10 .newsletter-footer.style9 {
  max-width: 329px;
}
.newsletter-footer h3 {
  font-size: 16px;
  color: #000;
  font-weight: 600;
  line-height: 24px;
  text-transform: capitalize;
  margin-bottom: 6px;
}
.newsletter-footer p {
  line-height: 22px;
  color: #555;
  margin-bottom: 13px;
}
.newsletter-footer .form-newsletter {
  margin-bottom: 10px;
}
.newsletter-footer .form-newsletter .mc4wp-form-fields {
  overflow: hidden;
}
.newsletter-footer .form-newsletter input[type="email"] {
  border: 1px #ddd solid;
  color: #999;
  width: 100%;
  height: 44px;
  padding: 0 15px;
  border-radius: 0;
  margin: 0 0 10px 0;
  font-size: 14px;
  text-align: center;
}
.newsletter-footer .form-newsletter input::-webkit-input-placeholder {
  color: #c2c2c2;
}
.newsletter-footer .form-newsletter input::-moz-placeholder {
  color: #c2c2c2;
}
.newsletter-footer .form-newsletter input:-ms-input-placeholder {
  color: #c2c2c2;
}
.newsletter-footer .form-newsletter button[type="submit"] {
  border: none;
  width: 100%;
  background: #000;
  height: 44px;
  line-height: 44px;
  color: #fff;
  text-transform: uppercase;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  border-radius: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.newsletter-footer .form-newsletter button[type="submit"]:before {
  display: none;
}
.newsletter-footer .form-newsletter button[type="submit"]:hover {
  background: #fe2424;
  -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-footer .form-newsletter .mc4wp-success {
  color: #000;
}
.newsletter-footer.style2 h3 {
  font-weight: 500;
}
.newsletter-footer.style2 .form-newsletter input[type="email"] {
  border: none;
  text-align: left;
  width: 80%;
  float: left;
  background: #f2f3f5;
}
.rtl .newsletter-footer.style2 .form-newsletter input[type="email"] {
  text-align: right;
  float: right;
}
.newsletter-footer.style2 .form-newsletter button[type="submit"] {
  font-size: 0;
  width: 20%;
  float: left;
  background: #f2f3f5;
  color: #000;
}
.rtl .newsletter-footer.style2 .form-newsletter button[type="submit"] {
  float: right;
}
.newsletter-footer.style2 .form-newsletter button[type="submit"]:before {
  display: block;
  font-size: 14px;
}
.newsletter-footer.style2 .form-newsletter button[type="submit"]:hover {
  color: #fe2424;
  background: #f2f3f5;
}
.newsletter-footer.style3 h3 {
  text-transform: uppercase;
}
.newsletter-footer.style3 p {
  margin-bottom: 0;
}
.newsletter-footer.style3 .form-newsletter {
  border-bottom: 2px #ededed solid;
}
.newsletter-footer.style3 .form-newsletter input[type="email"] {
  border: none;
  text-align: left;
  width: 85%;
  float: left;
  background: #fff;
  margin-bottom: 0;
  padding: 0;
}
.rtl .newsletter-footer.style3 .form-newsletter input[type="email"] {
  text-align: right;
  float: right;
}
.newsletter-footer.style3 .form-newsletter button[type="submit"] {
  font-size: 0;
  width: 15%;
  float: left;
  background: #fff;
  color: #000;
  margin-bottom: 0;
}
.rtl .newsletter-footer.style3 .form-newsletter button[type="submit"] {
  float: right;
}
.newsletter-footer.style3 .form-newsletter button[type="submit"]:before {
  content: "";
  background: url(../assets/img/readmore-arrow.svg) no-repeat center right #fff;
  display: block;
  background-size: 22px;
  height: 44px;
}
.rtl .newsletter-footer.style3 .form-newsletter button[type="submit"]:before {
  background-size: 22px;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.newsletter-footer.style4 .form-newsletter .mc4wp-form-fields {
  border: 1px #000 solid;
}
.newsletter-footer.style4 .form-newsletter input[type="email"] {
  border: none;
  text-align: left;
  width: 80%;
  float: left;
  margin-bottom: 0;
  height: 50px;
}
.rtl .newsletter-footer.style4 .form-newsletter input[type="email"] {
  text-align: right;
  float: right;
}
.newsletter-footer.style4 .form-newsletter button[type="submit"] {
  font-size: 15px;
  width: 20%;
  float: left;
  margin-bottom: 0;
  height: 50px;
  text-transform: capitalize;
  font-family: "Jost", Helvetica, Arial, sans-serif;
  font-weight: 500;
}
.rtl .newsletter-footer.style4 .form-newsletter button[type="submit"] {
  float: right;
}
.newsletter-footer.style4 .form-newsletter button[type="submit"]:hover {
  background: #fe2424;
}
.newsletter-footer.style5 .title {
  font-size: 20px;
  color: #000;
  padding: 12px 30px 0 40px;
  position: relative;
}
.rtl .newsletter-footer.style5 .title {
  padding: 12px 40px 0 30px;
}
.newsletter-footer.style5 .title:before {
  content: "\f1d9";
  font-size: 26px;
  position: absolute;
  top: 11px;
  left: 0;
  font-family: fontawesome;
}
.rtl .newsletter-footer.style5 .title:before {
  left: auto;
  right: 0;
}
.newsletter-footer.style5 .des {
  color: #000;
  padding-top: 16px;
}
.newsletter-footer.style5 .form-newsletter {
  width: 700px;
  margin-bottom: 0;
}
.newsletter-footer.style5 .form-newsletter .mc4wp-form-fields {
  border-radius: 30px;
}
.newsletter-footer.style5 .form-newsletter input[type="email"] {
  border: none;
  text-align: left;
  width: 80%;
  float: left;
  margin-bottom: 0;
  height: 48px;
}
.rtl .newsletter-footer.style5 .form-newsletter input[type="email"] {
  text-align: right;
  float: right;
}
.newsletter-footer.style5 .form-newsletter button[type="submit"] {
  font-size: 14px;
  width: 20%;
  float: left;
  color: #fff;
  margin-bottom: 0;
  height: 48px;
  text-transform: uppercase;
}
.rtl .newsletter-footer.style5 .form-newsletter button[type="submit"] {
  float: right;
}
.newsletter-footer.style5 .form-newsletter button[type="submit"]:hover {
  background: #fe2424;
}
.newsletter-footer.style6 {
  padding: 50px 48px 48px 48px;
  border: 2px #ddd solid;
}
.newsletter-footer.style6 h3 {
  font-family: "Evolventa Bold", Helvetica, Arial, sans-serif;
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 20px;
  letter-spacing: 3px;
}
.newsletter-footer.style6 p {
  margin-bottom: 18px;
}
.newsletter-footer.style6 .form-newsletter {
  border-bottom: 1px #ededed solid;
  margin-bottom: 0;
}
.newsletter-footer.style6 .form-newsletter input[type="email"] {
  border: none;
  text-align: left;
  width: 80%;
  float: left;
  margin-bottom: 0;
  height: 35px;
  padding: 0;
  font-size: 13px;
}
.rtl .newsletter-footer.style6 .form-newsletter input[type="email"] {
  text-align: right;
  float: right;
}
.newsletter-footer.style6 .form-newsletter button[type="submit"] {
  width: 20%;
  float: left;
  color: #000;
  margin-bottom: 0;
  height: 35px;
  line-height: 35px;
  text-align: right;
  letter-spacing: 1.5px;
  font-family: "Evolventa Regular", Helvetica, Arial, sans-serif;
  background: transparent;
  font-weight: normal;
  font-size: 13px;
}
.rtl .newsletter-footer.style6 .form-newsletter button[type="submit"] {
  float: right;
  text-align: left;
}
.newsletter-footer.style6 .form-newsletter button[type="submit"]:hover {
  color: #fe2424;
}
.newsletter-footer.style7 {
  padding: 42px 41px 15px 23px;
}
.rtl .newsletter-footer.style7 {
  padding: 42px 23px 15px 41px;
}
.newsletter-footer.style7 h3 {
  font-size: 24px;
  color: #fe2424;
  text-transform: uppercase;
  margin-bottom: 18px;
  font-weight: normal;
}
.newsletter-footer.style7 .des {
  color: #999;
  margin-bottom: 30px;
  line-height: 29px;
}
.newsletter-footer.style7 .form-newsletter .mc4wp-form-fields {
  border: 2px #ddd solid;
}
.newsletter-footer.style7 .form-newsletter input[type="email"] {
  border: none;
  text-align: left;
  width: 80%;
  float: left;
  margin-bottom: 0;
  height: 46px;
  line-height: 46px;
}
.rtl .newsletter-footer.style7 .form-newsletter input[type="email"] {
  text-align: right;
  float: right;
}
.newsletter-footer.style7 .form-newsletter button[type="submit"] {
  font-size: 15px;
  width: 20%;
  float: left;
  margin-bottom: 0;
  height: 46px;
  text-transform: capitalize;
  font-family: "Evolventa Regular", Helvetica, Arial, sans-serif;
  font-weight: normal;
  background: transparent;
  color: #000;
}
.rtl .newsletter-footer.style7 .form-newsletter button[type="submit"] {
  float: right;
}
.newsletter-footer.style7 .form-newsletter button[type="submit"]:hover {
  background: transparent;
  color: #fe2424;
}
.newsletter-footer.style8 {
  font-family: "Evolventa Regular", Helvetica, Arial, sans-serif;
}
.newsletter-footer.style8 h3 {
  font-family: "Evolventa Bold", Helvetica, Arial, sans-serif;
  margin-bottom: 10px;
}
.newsletter-footer.style8 .des {
  font-size: 11px;
  color: #616c6b;
  max-width: 300px;
  margin-bottom: 20px;
  line-height: 24px;
}
.newsletter-footer.style8 .form-newsletter {
  max-width: 380px;
}
.newsletter-footer.style8 .form-newsletter .mc4wp-form-fields {
  position: relative;
  overflow: inherit;
}
.newsletter-footer.style8 .form-newsletter .mc4wp-form-fields:before {
  content: "";
  width: 60px;
  height: 50px;
  background: url(../assets/img/icon-mail.png) no-repeat -71px center;
  position: absolute;
  top: -5px;
  left: -6px;
}
.rtl .newsletter-footer.style8 .form-newsletter .mc4wp-form-fields:before {
  left: auto;
  right: -6px;
}
.newsletter-footer.style8 .form-newsletter input[type="email"] {
  border: none;
  text-align: left;
  width: 84%;
  font-size: 13px;
  float: left;
  background: #f3fbfb;
  margin-bottom: 0;
  padding: 0 15px 0 65px;
  border-radius: 30px 0 0 30px;
  height: 40px;
}
.rtl .newsletter-footer.style8 .form-newsletter input[type="email"] {
  text-align: right;
  float: right;
  border-radius: 0 30px 30px 0;
  padding: 0 65px 0 15px;
}
.newsletter-footer.style8 .form-newsletter input::-webkit-input-placeholder {
  color: #aacfcd;
}
.newsletter-footer.style8 .form-newsletter input::-moz-placeholder {
  color: #aacfcd;
}
.newsletter-footer.style8 .form-newsletter input:-ms-input-placeholder {
  color: #aacfcd;
}
.newsletter-footer.style8 .form-newsletter button[type="submit"] {
  font-size: 0;
  width: 16%;
  float: left;
  background: #f3fbfb;
  color: #000;
  margin-bottom: 0;
  border-radius: 0 30px 30px 0;
  height: 40px;
  line-height: 40px;
}
.rtl .newsletter-footer.style8 .form-newsletter button[type="submit"] {
  float: right;
  border-radius: 30px 0 0 30px;
}
.newsletter-footer.style8 .form-newsletter button[type="submit"]:before {
  display: block;
  background: url(../assets/img/default/angle-arrow.svg) center center no-repeat;
  background-size: 16px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rtl .newsletter-footer.style8 .form-newsletter button[type="submit"]:before {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.newsletter-footer.style8 .form-newsletter button[type="submit"]:hover {
  color: #fe2424;
  background: #f3fbfb;
}
.newsletter-footer.style9 .des1 {
  margin-bottom: 28px;
  color: #545d5c;
  line-height: 22px;
}
.newsletter-footer.style9 .des {
  font-size: 12px;
  color: #999;
}
.newsletter-footer.style9 .des a {
  text-decoration: underline;
}
.newsletter-footer.style9 .form-newsletter {
  margin-bottom: 16px;
}
.newsletter-footer.style9 .form-newsletter input[type="email"] {
  border: none;
  text-align: left;
  width: 85%;
  float: left;
  background: #fff;
  margin-bottom: 0;
}
.rtl .newsletter-footer.style9 .form-newsletter input[type="email"] {
  text-align: right;
  float: right;
}
.newsletter-footer.style9 .form-newsletter button[type="submit"] {
  font-size: 0;
  width: 15%;
  float: left;
  background: #fff;
  color: #000;
  margin-bottom: 0;
}
.rtl .newsletter-footer.style9 .form-newsletter button[type="submit"] {
  float: right;
}
.newsletter-footer.style9 .form-newsletter button[type="submit"]:before {
  content: "";
  background: url(../assets/img/readmore-arrow.svg) no-repeat center center #fff;
  display: block;
  background-size: 22px;
  height: 44px;
}
.rtl .newsletter-footer.style9 .form-newsletter button[type="submit"]:before {
  background-size: 22px;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.contact-foot .item h4 {
  font-size: 14px;
  color: #000;
}
.contact-foot .item p {
  font-size: 12px;
  color: #666;
}
.contact-foot .item p a {
  color: #666;
}
.contact-foot .item p a:hover {
  color: #fe2424;
}
.contact-foot .item .view {
  font-size: 14px;
  display: block;
}
.contact-foot .item .view i {
  margin: 0 3px;
}
.rtl .contact-foot .item .view i:before {
  content: "\f104";
}
.contact-foot .item.item1 {
  margin-bottom: 30px;
}
.foot-text1 {
  font-size: 14px;
  color: #666;
  line-height: 24px;
  margin-bottom: 5px;
}
.contact-foot2 .item {
  overflow: hidden;
  padding: 5px 0;
  line-height: 20px;
}
.contact-foot2 .item span {
  float: left;
  color: #555;
  min-width: 55px;
}
.rtl .contact-foot2 .item span {
  float: right;
}
.contact-foot2 .item .info {
  color: #000;
  overflow: hidden;
}
.contact-foot3 .item {
  width: 50%;
}
.contact-foot3 .item1 {
  padding-right: 50px;
}
.rtl .contact-foot3 .item1 {
  padding-right: 0;
  padding-left: 50px;
}
.contact-foot3 .item1 >span {
  display: block;
  color: #000;
  margin-bottom: 10px;
  font-weight: 500;
}
.contact-foot3 .item1 h3 {
  margin-bottom: 20px;
}
.contact-foot3 .item1 .tel {
  font-weight: 600;
  display: block;
}
.contact-foot3 .item1 ul li {
  margin-right: 15px;
}
.rtl .contact-foot3 .item1 ul li {
  margin-right: 0;
  margin-left: 15px;
}
.contact-foot3 .item1 ul li a {
  background: transparent;
  color: #000;
  font-size: 15px;
  width: auto;
}
.contact-foot3 .item1 ul li a:hover {
  color: #fe2424;
  background: transparent;
}
.contact-foot3 .item1 ul li:last-child {
  margin: 0;
}
.contact-foot3 .item2 span {
  display: block;
  color: #000;
  margin-bottom: 10px;
  font-weight: 500;
}
.contact-foot3 .item2 .info {
  color: #777;
  line-height: 22px;
}
.copyright {
  font-size: 12px;
  color: #999;
}
.copyright.style2 {
  color: #fff;
}
.copyright.style2 a {
  color: #fff;
}
.copyright.style2 a:hover {
  color: #fe2424;
}
.copyright.style3 {
  border-top: 1px #ededed solid;
  padding: 30px 0;
}
.copyright.style3 .item {
  padding: 0;
}
.copyright.style3 .item1 h4 {
  font-size: 14px;
  color: #000;
  font-weight: normal;
}
.copyright.style3 .item2 {
  text-align: right;
}
.rtl .copyright.style3 .item2 {
  text-align: left;
}
.copyright.style4 {
  color: #000;
}
.copyright.style4 a {
  color: #000;
}
.copyright.style4 a:hover {
  color: #fe2424;
}
.copyright.style5 {
  color: #ccc;
  font-size: 11px;
}
.copyright.style5 a {
  color: #fff;
}
.copyright.style5 a:hover {
  color: #fe2424;
}
.copyright.style6 {
  color: #fff;
  font-size: 11px;
}
.copyright.style6 a {
  color: #fff;
}
.copyright.style6 a:hover {
  color: #000;
}
.copyright.style7 {
  font-size: 13px;
}
#flashmart-totop {
  box-shadow: 0 0 1px 1px #ddd;
  bottom: 80px;
  right: 27px;
  background: #fff;
  text-align: center;
  position: fixed;
  height: 40px;
  width: 40px;
  line-height: 40px;
  z-index: 9;
  color: #000;
  opacity: 1;
  filter: alpha(opacity=100);
  -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;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
#flashmart-totop:before {
  content: '\f197';
  font-family: fontawesome;
  font-size: 14px;
}
#flashmart-totop:hover {
  background: #fe2424;
  color: #fff;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.rtl #flashmart-totop {
  right: auto;
  left: 15px;
}
