.row {
  margin-left:  * -1;
  overflow: inherit;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSansRegular.eot');
  src: url('../fonts/OpenSansRegular.eot') format('embedded-opentype'), url('../fonts/OpenSansRegular.woff2') format('woff2'), url('../fonts/OpenSansRegular.woff') format('woff'), url('../fonts/OpenSansRegular.ttf') format('truetype'), url('../fonts/OpenSansRegular.svg#OpenSansRegular') format('svg');
}
*,
html {
  outline: none !important;
}
body {
  background-color: #fff;
  color: #7d7d7d;
  font-size: 13px;
  line-height: normal;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
body .body-wrapper {
  overflow: hidden;
  position: relative;
}
body a {
  color: #3d3d3d;
}
body a:hover {
  color: #d7182a;
  text-decoration: none;
}
body a:focus {
  text-decoration: none;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  margin: 0 0 10px;
}
body input,
body textarea,
body button {
  outline: medium none !important;
  border: 1px solid #ccc;
  margin-bottom: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  padding: 0px 5px;
}
body img {
  display: block;
  max-width: 100%;
  height: auto;
}
body ul {
  padding: 0;
}
body ul,
body ol {
  margin-left: 15px;
}
.rtl body ul,
.rtl body ol {
  margin-left: 0;
  margin-right: 15px;
}
body ol {
  padding-left: 15px;
}
body .container {
  padding: 0;
}
body.boxed-layout .body-wrapper {
  width: 1230px;
  background: #fff;
  margin: 0 auto;
  box-shadow: 0 0 8px #000;
}
.clearfix:after {
  height: 0;
  clear: both;
  content: " ";
  font-size: 0;
  min-height: 0;
  display: block;
  visibility: hidden;
}
.float {
  float: none !important;
}
table {
  margin-bottom: 20px;
}
.thumbnail {
  max-width: 100%;
}
.size-full {
  width: 100%;
  height: auto;
  margin: 0 0 30px 0;
}
.alignleft {
  float: left;
  margin: 0 15px 30px 0;
}
.rtl .alignleft {
  float: right;
  margin: 0 0 30px 15px;
}
.aligncenter {
  display: block;
  margin: 0 auto 30px auto;
  clear: both;
}
.alignright {
  float: right;
  margin: 0 0 30px 15px;
}
.rtl .alignright {
  float: left;
  margin: 0 15px 30px 0;
}
.alignnone {
  float: none;
  clear: both;
  display: block;
  margin: 0 0 30px 0;
}
p .size-full {
  width: auto;
  height: auto;
  margin: 5px 0 30px 0;
}
p .alignleft {
  float: left;
  margin: 5px 15px 30px 0;
}
.rtl p .alignleft {
  float: right;
  margin: 5px 0 30px 15px;
}
p .aligncenter {
  display: block;
  margin: 5px auto 30px auto;
}
p .alignright {
  float: right;
  margin: 5px 0 30px 15px;
  clear: both;
}
.rtl p .alignright {
  float: left;
  margin: 5px 15px 30px 0;
}
p .alignnone {
  float: none;
  display: block;
  margin: 5px 0 30px 0;
}
figure .size-full {
  margin: 0;
}
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
ul.menu,
.dropdown ul {
  list-style: none;
  margin: 0;
}
.fa:before {
  font-family: FontAwesome;
}
.loading {
  position: relative;
  z-index: 2;
  height: 300px;
  overflow: hidden;
}
.loading:before {
  background: url(../assets/img/loading.gif) no-repeat center center #fff;
  background-size: 60px 60px;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 99;
  display: block;
}
.rtl .loading:before {
  left: 0 !important;
  right: 0 !important;
}
.loading.clearfix {
  overflow: hidden;
}
.loading.add_to_cart_button:before {
  background: url(../assets/img/loadingp.gif) no-repeat center center #fff;
}
ul.breadcrumb {
  margin: 0 0 20px;
}
input.input-text:focus,
select:focus,
textarea:focus {
  background-color: #fafafa;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  background-color: transparent;
}
.wpb_map_wraper iframe {
  pointer-events: none;
}
.quote-border {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  background-color: #f4f4f4;
  padding: 20px;
  margin-bottom: 10px;
  font-style: italic;
  border: 1px solid #ddd;
}
.wpb_revslider_element .rev_slider_wrapper .tp-bullets.custom {
  width: 80px !important;
}
.wpb_revslider_element .rev_slider_wrapper .tp-bullets.custom .tp-bullet {
  width: 8px !important;
  height: 8px !important;
  background-color: #fff !important;
  position: relative !important;
  display: inline-block !important;
  border-radius: 4px !important;
  cursor: pointer;
  box-sizing: content-box;
  text-align: center !important;
  left: 0 !important;
}
.wpb_revslider_element .rev_slider_wrapper .tp-bullets.custom .tp-bullet + .tp-bullet {
  margin-left: 10px !important;
}
.rtl .wpb_revslider_element .rev_slider_wrapper .tp-bullets.custom .tp-bullet + .tp-bullet {
  margin-right: 10px !important;
  margin-left: 0 !important;
}
.wpb_revslider_element .rev_slider_wrapper .tp-bullets.custom .tp-bullet:hover {
  background-color: #d7182a !important;
}
.wpb_revslider_element .rev_slider_wrapper .tp-bullets.custom .tp-bullet:after {
  display: none;
  background-color: transparent;
  box-shadow: none;
}
.wpb_revslider_element .rev_slider_wrapper .tp-bullets.custom .tp-bullet.selected {
  width: 30px !important;
  height: 8px !important;
  border-radius: 4px !important;
  background-color: #d7182a !important;
}
.wpb_revslider_element .rev_slider_wrapper .see-more1 {
  color: #fff;
  font-size: 13px;
  text-transform: capitalize;
}
.wpb_revslider_element .rev_slider_wrapper .see-more1 .fa {
  margin-right: 8px;
}
.wpb_revslider_element .rev_slider_wrapper .see-more1:hover {
  opacity: 0.85;
}
.wpb_revslider_element .rev_slider_wrapper .see-more2 {
  color: #0f8db3;
  font-size: 13px;
  text-transform: capitalize;
}
.wpb_revslider_element .rev_slider_wrapper .see-more2 .fa {
  margin-right: 8px;
}
.wpb_revslider_element .rev_slider_wrapper .see-more2:hover {
  opacity: 0.85;
}
.wpb_revslider_element .rev_slider_wrapper .revo-border {
  position: relative;
}
.wpb_revslider_element .rev_slider_wrapper .revo-border:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -100px;
  width: 80px;
  height: 2px;
  background: #fff;
}
.wpb_revslider_element .rev_slider_wrapper .revo-border:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -100px;
  width: 80px;
  height: 2px;
  background: #fff;
}
.wpb_revslider_element .rev_slider_wrapper .see-more3 {
  color: #fff;
  font-weight: normal;
  font-size: 14px !important;
  vertical-align: top;
  display: inline-block;
  -webkit-transition: all 0.3s !important;
  -moz-transition: all 0.3s !important;
  -o-transition: all 0.3s !important;
  -ms-transition: all 0.3s !important;
  transition: all 0.3s !important;
  border-radius: 30px;
  background: #d7182a;
  height: 45px;
  line-height: 44px !important;
  padding: 0 45px !important;
}
.wpb_revslider_element .rev_slider_wrapper .see-more3:hover {
  background: #a91321;
  border-color: #d7182a;
  -webkit-transition: all 0.3s !important;
  -moz-transition: all 0.3s !important;
  -o-transition: all 0.3s !important;
  -ms-transition: all 0.3s !important;
  transition: all 0.3s !important;
}
.slider-more {
  color: #fff;
}
.home-style2 .slider-more {
  color: #d7182a;
}
.home-style2 .slider-more:hover {
  opacity: 0.85;
}
.slider-more i {
  margin-right: 10px;
}
.slider-more:hover {
  color: #d7182a;
}
.slider-more1 {
  color: #d7182a;
}
.slider-more1 i {
  margin-right: 10px;
}
.slider-more1:hover {
  color: #a91321;
}
.title-sytle1 .block-title {
  margin-bottom: 30px;
}
.title-sytle1 .block-title h3 {
  padding: 15px 0 13px;
  border-bottom: 1px solid #ededed;
  position: relative;
  font-size: 18px;
  color: #191919;
  text-transform: uppercase;
  font-weight: 700;
}
.title-sytle1 .block-title h3:before {
  content: '';
  height: 2px;
  width: 100px;
  background-color: #d7182a;
  position: absolute;
  bottom: -1px;
}
.title-sytle2 .box-title {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 15px;
}
.title-sytle2 .box-title h3 {
  font-weight: 600 !important;
  display: inline-block;
  position: relative;
  color: #191919;
  text-transform: uppercase;
  height: 42px;
  padding: 0 15px;
  line-height: 42px;
  background-color: #d7182a;
  color: #fff;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}
.title-sytle3 .box-title {
  background-color: #f2f2f2;
}
.title-sytle3 .box-title h3 {
  position: relative;
  padding: 15px;
  color: #191919;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700 !important;
  margin-bottom: 0;
}
.title-sytle3 .box-title h3:before {
  content: '\f219';
  font-family: FontAwesome;
  font-size: 18px;
  display: inline-block;
  margin-right: 10px;
  color: #d7182a;
}
.rtl .title-sytle3 .box-title h3:before {
  margin-left: 10px;
  margin-right: 0;
}
.title-sytle4 .box-title {
  position: absolute;
  top: -8px;
  left: -8px;
  min-width: 204px;
}
.rtl .title-sytle4 .box-title {
  right: -8px;
  left: auto;
}
.title-sytle4 .box-title h3 {
  line-height: 48px;
  background-color: #d7182a;
  font-size: 18px;
  padding: 0 16px;
  color: #fff;
  font-weight: 700 !important;
  margin: 0;
  border-top-right-radius: 7px;
  position: relative;
  text-transform: uppercase;
  box-shadow: 0 2px 4px 0px rgba(0,0,0,0.3);
}
.title-sytle4 .box-title h3:before {
  content: '';
  width: 0;
  height: 0;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #91002a;
  left: 0;
  bottom: -8px;
  position: absolute;
}
.rtl .title-sytle4 .box-title h3:before {
  border-left: 8px solid #91002a;
  border-right: 0;
  right: 0;
  left: auto;
}
.title-sytle5 .block-title {
  margin-bottom: 30px;
  text-align: center;
}
.title-sytle5 .block-title h3 {
  padding: 15px 0 13px;
  border: 0;
  position: relative;
  font-size: 18px;
  color: #191919;
  text-transform: uppercase;
  font-weight: 700 !important;
}
.title-sytle5 .block-title h3:before {
  content: '';
  height: 2px;
  width: 100px;
  background-color: #d7182a;
  position: absolute;
  bottom: -1px;
  left: 50%;
  margin-left: -50px;
}
.title-sytle6 .block-title h3 {
  font-size: 24px;
  color: #222;
  text-transform: uppercase;
  position: relative;
  padding: 0 0 0 20px;
  margin-bottom: 25px;
}
.rtl .title-sytle6 .block-title h3 {
  padding: 0 20px 0 0;
}
.title-sytle6 .block-title h3:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 19px;
  top: 4px;
  left: 0;
  background: #d7182a;
}
.rtl .title-sytle6 .block-title h3:before {
  left: auto;
  right: 0;
}
.title-sytle6 .block-title h3 span {
  font-weight: bold;
}
.button-style1 .res-button {
  width: 28px;
  height: 28px;
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -24px;
  cursor: pointer;
  z-index: 3;
}
.button-style1 .res-button.slick-prev {
  left: 5px;
  background: url(../assets/img/bg_general.png) no-repeat -20px -1111px;
}
.button-style1 .res-button.slick-prev:hover {
  background: url(../assets/img/bg_general.png) no-repeat -20px -1063px;
}
.button-style1 .res-button.slick-next {
  right: 5px;
  background: url(../assets/img/bg_general.png) no-repeat -20px -1015px;
}
.button-style1 .res-button.slick-next:hover {
  background: url(../assets/img/bg_general.png) no-repeat -20px -967px;
}
.button-style2 .res-button {
  width: 28px;
  height: 28px;
  display: inline-block;
  position: absolute;
  top: -34px;
  z-index: 2;
  cursor: pointer;
}
.button-style2 .res-button.slick-prev {
  right: 48px;
  background: url(../assets/img/bg_general.png) no-repeat -20px -1111px;
}
.rtl .button-style2 .res-button.slick-prev {
  left: 15px;
  right: auto;
}
.button-style2 .res-button.slick-prev:hover {
  background: url(../assets/img/bg_general.png) no-repeat -20px -1063px;
}
.button-style2 .res-button.slick-next {
  right: 15px;
  background: url(../assets/img/bg_general.png) no-repeat -20px -1015px;
}
.rtl .button-style2 .res-button.slick-next {
  left: 48px;
  right: auto;
}
.button-style2 .res-button.slick-next:hover {
  background: url(../assets/img/bg_general.png) no-repeat -20px -967px;
}
.button-style3 .res-button {
  width: 41px;
  height: 41px;
  display: inline-block;
  position: absolute;
  top: 60%;
  margin-top: -20px;
  cursor: pointer;
}
.button-style3 .res-button.slick-prev {
  left: 15px;
  background: url(../assets/img/bg_general.png) no-repeat -20px -647px;
}
.button-style3 .res-button.slick-prev:hover {
  background: url(../assets/img/bg_general.png) no-repeat -20px -586px;
}
.button-style3 .res-button.slick-next {
  right: 15px;
  background: url(../assets/img/bg_general.png) no-repeat -20px -403px;
}
.button-style3 .res-button.slick-next:hover {
  background: url(../assets/img/bg_general.png) no-repeat -20px -342px;
}
.button-style4 .res-button {
  position: absolute;
  top: 10px;
  cursor: pointer;
  font-size: 16px;
  width: 25px;
  height: 25px;
  border: 2px #ccc solid;
  text-align: center;
  line-height: 21px;
  z-index: 8;
  background: #404040;
  border-radius: 50%;
}
.button-style4 .res-button.slick-next {
  right: 15px;
}
.rtl .button-style4 .res-button.slick-next {
  left: 15px;
  right: auto;
}
.button-style4 .res-button.slick-next:before {
  content: '\f0da';
  font-family: FontAwesome;
  color: #b3b3b3;
}
.rtl .button-style4 .res-button.slick-next:before {
  content: '\f0d9';
}
.button-style4 .res-button.slick-next:hover {
  background: #d7182a;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.button-style4 .res-button.slick-next:hover:before {
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.button-style4 .res-button.slick-prev {
  right: 45px;
}
.rtl .button-style4 .res-button.slick-prev {
  left: 45px;
  right: auto;
}
.button-style4 .res-button.slick-prev:before {
  content: '\f0d9';
  font-family: FontAwesome;
  color: #b3b3b3;
}
.rtl .button-style4 .res-button.slick-prev:before {
  content: '\f0da';
}
.button-style4 .res-button.slick-prev:hover {
  background: #d7182a;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.button-style4 .res-button.slick-prev:hover:before {
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.button-style5 .res-button {
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  cursor: pointer;
  z-index: 9;
}
.button-style5 .res-button.slick-prev {
  left: -20px;
}
.button-style5 .res-button.slick-prev:before {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #191919;
  background: rgba(0,0,0,0.1);
  cursor: pointer;
  z-index: 9;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  content: '\f0d9';
  font-family: FontAwesome;
  font-size: 20px;
  display: block;
}
.button-style5 .res-button.slick-next {
  right: -20px;
}
.button-style5 .res-button.slick-next:before {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #191919;
  background: rgba(0,0,0,0.1);
  cursor: pointer;
  z-index: 9;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  content: '\f0da';
  font-family: FontAwesome;
  font-size: 20px;
  display: block;
}
.button-style5 .res-button:hover:before {
  background: #d7182a;
  color: #fff;
}
.sale-off,
.sw-newlabel,
.sw-outstock {
  position: absolute;
  z-index: 1;
  top: 10px;
  right: 10px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  display: inline-block;
  background: url(../assets/img/sale-chris.png) center center no-repeat;
  width: 40px;
  height: 54px;
  background-color: initial;
  border-radius: 0;
  line-height: 66px;
  font-weight: normal;
}
.rtl .sale-off,
.rtl .sw-newlabel,
.rtl .sw-outstock {
  left: 10px;
  right: auto;
}
.sw-newlabel {
  background: url(../assets/img/new-chris.png) center center no-repeat;
  right: auto;
  left: 10px;
  width: 38px;
  height: 53px;
  text-transform: uppercase;
}
.rtl .sw-newlabel {
  left: auto;
  right: 10px;
}
.sw-outstock {
  text-indent: -9999px;
  background: url(../assets/img/icon-outstock.png) no-repeat center center;
  background-size: 42px 42px;
  right: auto;
  left: 10px;
  width: 42px;
  height: 42px;
}
.rtl .sw-outstock {
  left: auto;
  right: 10px;
}
.sw-brand-container-slider {
  padding: 14px 80px;
  border: 1px solid #ebebeb;
  border-radius: 8px;
  margin: 38px 0 40px;
}
.sw-brand-container-slider .slider .item-brand-cat {
  margin: 0;
}
.sw-brand-container-slider .slider .item-brand-cat .item-image a img {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  margin: 0 auto;
  width: auto;
}
.sw-brand-container-slider .slider .item-brand-cat .item-image a img:hover {
  opacity: 0.85;
}
.sw-brand-container-slider .res-button {
  width: 41px;
  height: 41px;
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  cursor: pointer;
}
.sw-brand-container-slider .res-button.slick-prev {
  left: 30px;
  background: url(../assets/img/bg_general.png) no-repeat -20px -525px;
}
.sw-brand-container-slider .res-button.slick-prev:hover {
  background: url(../assets/img/bg_general.png) no-repeat -20px -464px;
}
.sw-brand-container-slider .res-button.slick-next {
  right: 30px;
  background: url(../assets/img/bg_general.png) no-repeat -20px -281px;
}
.sw-brand-container-slider .res-button.slick-next:hover {
  background: url(../assets/img/bg_general.png) no-repeat -20px -220px;
}
.nicemerry_social {
  text-align: center;
  line-height: 19px;
}
.nicemerry_social .main-social {
  margin: 0 auto;
  list-style-type: none;
}
.nicemerry_social .main-social li {
  display: inline-block;
  vertical-align: top;
  padding: 0 10px;
}
.nicemerry_social .main-social li a {
  color: #999999;
  font-size: 16px;
}
.nicemerry_social .main-social li a:hover {
  color: #d7182a;
}
.yith-wcwl-share {
  text-align: center;
}
.woocommerce a.added_to_cart,
.added_to_cart.wc-forward {
  display: none;
}
.item-price {
  font-size: 18px;
  color: #d7182a;
  overflow: hidden;
  font-weight: 700;
  display: flex;
}
.item-price del {
  text-decoration: line-through;
  color: #7d7d7d;
  margin: 3px 10px 0;
  font-weight: 500;
  float: right;
  font-size: 14px;
}
.rtl .item-price del {
  float: left;
}
.item-price ins {
  float: left;
  margin: 0;
  text-decoration: none;
}
.rtl .item-price ins {
  float: right;
}
.woocommerce span.onsale,
.onsale {
  display: inline-block;
  height: 35px;
  width: 35px;
  line-height: 35px;
  color: #fff;
  background-color: #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;
}
.nicemerry-socials ul {
  overflow: hidden;
  margin-top: 30px;
  margin-bottom: 60px;
}
.nicemerry-socials ul > li {
  display: inline-block;
}
.nicemerry-socials ul > li > a {
  font-size: 22px;
  color: #fff;
  margin-right: 30px;
}
.nicemerry-socials ul > li > a:hover {
  color: #faa600;
}
.topsearch-entry:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  background: rgba(0,0,0,0.6);
  z-index: 9;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.topsearch-entry.on:before {
  height: 100%;
}
.topsearch-entry .button-search-pro.loading:before {
  background-image: url(../assets/img/loadingp.gif);
  background-color: #2d2d2d;
  background-size: 20px 20px;
}
.topsearch-entry .input-group-btn {
  position: static;
}
.topsearch-entry .input-group {
  display: block;
}
.topsearch-entry .search-append {
  position: absolute;
  top: 120%;
  right: 0;
  left: 0;
  padding: 0;
  min-width: 300px;
  text-align: left;
  border: none;
}
.rtl .topsearch-entry .search-append {
  text-align: right;
  right: 0;
  left: 0;
}
.rtl .topsearch-entry .search-append .autocomplete-suggestion > a img {
  margin-right: 0;
  margin-left: 10px;
}
.topsearch-entry .search-append .autocomplete-suggestions {
  box-shadow: 0 0 0 1px #ccc;
  background: #fff;
  border-radius: 3px;
}
.topsearch-entry .search-append .autocomplete-suggestion {
  clear: both;
  padding: 0 10px;
  margin-bottom: 15px;
}
.topsearch-entry .search-append .autocomplete-suggestion:first-child {
  padding-top: 15px;
}
.topsearch-entry .search-append .autocomplete-suggestion:last-child {
  padding-bottom: 15px;
}
.topsearch-entry .search-append .autocomplete-suggestion.no-result {
  padding: 10px;
}
.topsearch-entry .search-append .autocomplete-suggestion > a {
  padding: 0 10px;
  display: block;
  overflow: hidden;
}
.topsearch-entry .search-append .autocomplete-suggestion > a img {
  margin-right: 10px;
  border: 1px solid #ccc;
}
.topsearch-entry .search-append .autocomplete-suggestion .media-body > span {
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
}
.topsearch-entry .search-append .autocomplete-suggestion .media-body > span strong {
  color: #d7182a;
}
.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: #d7182a;
  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-style1 .nicemerry_breadcrumbs,
.home-style2 .nicemerry_breadcrumbs,
.home-style3 .nicemerry_breadcrumbs {
  display: none;
}
#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: #d7182a;
  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: #d7182a;
}
.rtl .block-popup-login .tt_popup_login strong {
  background-position: right -20px top -700px;
  padding-left: 10px;
  padding-right: 55px;
}
.block-popup-login .block-content {
  padding-top: 30px;
  padding-bottom: 40px;
  font-weight: normal;
}
.block-popup-login .block-content .col-reg {
  width: 50%;
  float: left;
  min-height: 188px;
}
.rtl .block-popup-login .block-content .col-reg {
  float: right;
}
.block-popup-login .block-content .col-reg.registered-account {
  padding-right: 30px;
  border-right: 1px solid #d0d0d0;
}
.rtl .block-popup-login .block-content .col-reg.registered-account {
  border-left: 1px solid #d0d0d0;
  border-right: 0;
  padding-left: 30px;
}
.block-popup-login .block-content .col-reg.registered-account .submit-login {
  position: relative;
  float: left;
  margin-top: 10px;
}
.rtl .block-popup-login .block-content .col-reg.registered-account .submit-login {
  float: right;
}
.block-popup-login .block-content .col-reg.registered-account .submit-login .btn-submit-login {
  background-color: #d7182a;
  padding: 0 25px 0px 48px;
  height: 42px;
  font-size: 11px;
  font-weight: bold;
  white-space: nowrap;
  text-transform: uppercase;
  color: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border: 0;
}
.rtl .block-popup-login .block-content .col-reg.registered-account .submit-login .btn-submit-login {
  padding: 0 48px 0px 25px;
}
.block-popup-login .block-content .col-reg.registered-account .submit-login .btn-submit-login:hover {
  background-color: #a91321;
}
.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: #3d3d3d;
}
.rtl .block-popup-login .block-content .col-reg.login-customer {
  padding-right: 30px;
  padding-left: 0;
}
.block-popup-login .block-content .col-reg.login-customer h2 {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 0;
}
.block-popup-login .block-content .note-reg {
  margin: 0;
}
.block-popup-login .block-content .list-log {
  list-style: none;
  margin: 0;
}
.block-popup-login .block-content .list-log li {
  padding: 2px 0px 2px 14px;
  font-style: italic;
  position: relative;
  border-left: none;
  line-height: 22px;
}
.rtl .block-popup-login .block-content .list-log li {
  padding: 2px 14px 2px 0;
}
.rtl .block-popup-login .block-content .list-log li:before {
  right: 0;
  left: auto;
}
.block-popup-login .block-content .list-log li:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #666666;
  position: absolute;
  left: 0px;
  top: 10px;
}
.block-popup-login .block-content .btn-reg-popup {
  height: 42px;
  line-height: 42px;
  padding: 0px 42px;
  text-transform: uppercase;
  display: inline-block;
  font-size: 11px;
  margin-top: 15px;
  color: #fff;
  font-weight: bold;
  background-color: #d7182a;
}
.block-popup-login .block-content .btn-reg-popup:hover {
  background-color: #a91321;
}
.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: #3d3d3d;
  padding: 0;
  border: 0;
}
.block-popup-login .ft-link-p a:hover {
  color: #d7182a;
}
.block-popup-login #login_message {
  clear: both;
  padding: 10px 0;
  color: #049e06;
}
.block-popup-login #login_message >a {
  font-weight: bold;
}
.block-popup-login #login_message.error {
  color: #ec0122;
}
.block-popup-login .login-line {
  text-align: center;
  position: relative;
  margin: 0 0 20px 0;
}
.block-popup-login .login-line:before {
  content: '';
  position: absolute;
  top: 10px;
  height: 1px;
  left: 0;
  width: 100%;
  background: #ccc;
}
.block-popup-login .login-line > span {
  font-weight: bold;
  display: inline-block;
  padding: 0 10px;
  background: #fff;
  position: relative;
}
.block-popup-login .social-networks {
  text-align: center;
}
.close-login {
  display: inline-block;
  background: url(../assets/img/bg_general.png) no-repeat;
  background-position: -24px -2208px;
  width: 26px;
  height: 26px;
  overflow: hidden;
  text-indent: -9999px;
  right: 7px;
  left: auto;
  top: 7px;
  position: absolute;
  opacity: 1;
}
.close-login:hover {
  opacity: 0.7;
}
.rtl .close-login {
  left: 7px;
  right: auto;
}
.header-top {
  background-color: #f2f2f2;
  min-height: 38px;
}
.header-top .top-login {
  padding: 10px 0;
}
.header-top .top-login ul {
  margin: 0;
}
.header-top .top-login ul li {
  list-style: none;
}
.header-top .top-login ul li a {
  font-size: 12px;
  color: #2d2d2d;
  position: relative;
  padding: 0 10px 0 5px;
  display: inline-block;
  vertical-align: top;
  border-left: 1px solid #ddd;
}
.header-top .top-login ul li a:before {
  content: '\f023';
  font-family: FontAwesome;
  margin: 0 10px;
  display: inline-block;
}
.header-top .top-login ul li a:hover {
  color: #d7182a;
}
.header-top .widget_nav_menu {
  position: relative;
  padding: 10px 0;
}
.header-top .widget_nav_menu:hover ul.menu {
  opacity: 1;
  display: block;
}
.header-top .widget_nav_menu:hover h3 {
  color: #d7182a;
}
.header-top .widget_nav_menu h3 {
  font-size: 12px;
  color: #2d2d2d;
  text-transform: capitalize;
  position: relative;
  border-left: 1px solid #ddd;
  line-height: 18px;
  margin: 0;
}
.rtl .header-top .widget_nav_menu h3 {
  border-left: 0;
}
.header-top .widget_nav_menu h3:before {
  content: '\f007';
  font-family: FontAwesome;
  margin: 0 10px;
  display: inline-block;
}
.rtl .header-top .widget_nav_menu h3:before {
  margin: 0 15px 0 10px;
}
.header-top .widget_nav_menu ul.menu {
  position: absolute;
  width: 175px;
  left: 0px;
  top: 38px;
  background: #fff;
  z-index: 9999;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  border: 1px #f2f2f2;
  box-shadow: 4px 5px 1px rgba(30,30,30,0.3);
  opacity: 0;
  display: none;
  margin: 0;
}
.header-top .widget_nav_menu ul.menu > li {
  float: none;
  border: none;
}
.header-top .widget_nav_menu ul.menu > li > a {
  font-size: 12px;
  padding: 10px 20px;
  border: none;
  display: block;
}
.header-top .widget_nav_menu ul.menu > li > a:after {
  content: '';
}
.header-top .widget_nav_menu ul.menu > li > a span.fa {
  margin-right: 10px;
}
.header-top .widget_nav_menu ul.menu > li > a:hover {
  color: #d7182a;
  background-color: #f4f4f4;
}
.header-mid {
  padding: 31px 0;
}
.header-mid .nicemerry-logo {
  padding-top: 10px;
}
.nicemerry_top .top-form.top-search {
  min-width: 595px;
  display: inline-block;
  position: relative;
  border-radius: 28px;
  background-color: #fff;
  margin-right: 25px;
  width: 96%;
  z-index: 99;
}
.nicemerry_top .top-form.top-search form {
  margin: 0;
  position: relative;
  z-index: 10;
}
.rtl .nicemerry_top .top-form.top-search {
  margin: 0;
  border-top-right-radius: 28px;
  border-bottom-right-radius: 28px;
}
.nicemerry_top .top-form.top-search .cat-wrapper {
  background-color: #fff;
  position: absolute;
  height: 44px;
  top: 0;
  left: 0px;
  right: auto;
  border-radius: 0 !important;
  color: #191919;
  border-right: 1px solid #d7182a;
}
.nicemerry_top .top-form.top-search .cat-wrapper:before {
  content: '\f0d7';
  font-family: FontAwesome;
  color: #232f3e;
  font-size: 14px;
  position: absolute;
  top: 15px;
  right: 20px;
}
.rtl .nicemerry_top .top-form.top-search .cat-wrapper {
  border-left: 1px solid #d7182a;
  border-right: 0;
  right: 0;
  left: auto;
}
.rtl .nicemerry_top .top-form.top-search .cat-wrapper:before {
  left: 15px;
  right: auto;
}
.nicemerry_top .top-form.top-search .cat-wrapper .label-search {
  display: block;
  margin-bottom: 0;
  font-family: 'Open Sans';
  color: #232f3e;
}
.nicemerry_top .top-form.top-search .cat-wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: transparent;
  border-radius: 0 !important;
  padding: 0px 5px 0;
  height: 44px;
  width: 135px;
}
.nicemerry_top .top-form.top-search .cat-wrapper select:focus {
  outline: none;
  background-color: #fff;
}
.nicemerry_top .top-form.top-search input {
  width: 100%;
  height: 44px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border: none;
  line-height: 44px;
  margin-bottom: 0;
  padding-left: 150px;
  border-radius: 20px;
}
.header_style3 .nicemerry_top .top-form.top-search input {
  color: #fff;
}
.rtl .nicemerry_top .top-form.top-search input {
  padding-right: 150px;
  padding-left: 0;
}
.nicemerry_top .top-form.top-search button.form-button {
  height: 44px;
  line-height: 44px;
  width: 68px;
  margin: 0;
  border: 0;
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
  font-size: 14px;
  color: #fff;
  border-radius: 0;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #2d2d2d;
}
.rtl .nicemerry_top .top-form.top-search button.form-button {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  left: 0;
  right: auto;
}
.nicemerry_top .top-form.top-search button.form-button:hover {
  background: none repeat scroll 0 0 #d7182a;
}
.nicemerry_top .top-form.top-search button.form-button:hover:before {
  color: #fff;
}
.nicemerry_top .top-form.top-search.non-category input {
  padding: 0;
}
.rtl .nicemerry_top .top-form.top-search.non-category input {
  padding-right: 0;
}
#lang_sel a,
#lang_sel a:visited {
  border: 0 none;
  padding: 0;
}
#lang_sel a.lang_sel_sel:after {
  content: "\f107";
  font-family: FontAwesome;
  display: inline-block;
  font-size: 12px;
  margin-left: 4px;
  vertical-align: top;
  color: #999;
  line-height: 18px;
}
.rtl #lang_sel a.lang_sel_sel:after {
  margin-right: 4px;
  margin-left: 0;
}
#lang_sel img.iclflag {
  margin-top: -1px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.rtl #lang_sel img.iclflag {
  margin: 0 0 0 5px;
}
#lang_sel > ul.nav {
  display: inline-block;
  list-style: none;
}
.rtl #lang_sel > ul.nav {
  margin-right: 15px;
}
#lang_sel > ul.nav > li {
  position: relative;
  padding: 10px 0;
}
#lang_sel > ul.nav > li > a {
  background-color: transparent;
  color: #3d3d3d;
  border-left: 1px solid #ddd;
  padding-left: 15px;
}
.rtl #lang_sel > ul.nav > li > a {
  border-left: 0;
  border-right: 1px solid #ddd;
  padding-right: 15px;
  padding-left: 0;
}
#lang_sel > ul.nav > li > a span {
  display: inline-block;
}
#lang_sel > ul.nav > li > ul {
  border: 1px solid #ddd;
  box-shadow: 4px 5px 1px rgba(30,30,30,0.3);
  left: 0;
  top: 38px;
  z-index: 99999;
  position: absolute;
  background: #fff;
  width: 135px;
  padding: 10px 20px 10px 20px;
  display: none;
  margin: 0;
}
.rtl #lang_sel > ul.nav > li > ul {
  right: 0;
  left: auto;
}
#lang_sel > ul.nav > li > ul li {
  background: #fff;
  border-right: none;
  list-style: none;
}
#lang_sel > ul.nav > li > ul li.active a {
  color: #d7182a;
}
#lang_sel > ul.nav > li > ul li a {
  color: #3d3d3d;
  display: block;
  height: auto;
  line-height: 28px;
}
#lang_sel > ul.nav > li > ul li a .iclflag {
  margin-right: 13px;
}
.rtl #lang_sel > ul.nav > li > ul li a .iclflag {
  margin-left: 13px;
  margin-right: 0;
}
#lang_sel > ul.nav > li > ul li:hover a {
  color: #d7182a;
}
#lang_sel > ul.nav > li > ul:before {
  content: "";
  display: inline-block;
  background: transparent;
  height: 3px;
  width: 100%;
  position: absolute;
  top: -3px;
  right: 0;
}
#lang_sel > ul.nav > li:hover > ul {
  display: block !important;
}
.currency_w {
  margin-bottom: 0;
}
.currency_w > li {
  position: relative;
  list-style: none;
  padding: 10px 0;
}
.currency_w > li > a {
  display: block;
  color: #2d2d2d;
  padding: 0 0 0 13px;
  border-left: 1px solid #ddd;
}
.rtl .currency_w > li > a {
  padding: 0 13px 0 0;
  border-right: 1px solid #ddd;
  border-left: 0;
}
.currency_w > li > a:after {
  content: "\f107";
  font-family: FontAwesome;
  display: inline-block;
  margin-left: 10px;
  color: #999;
  line-height: 18px;
  vertical-align: top;
}
.rtl .currency_w > li > a:after {
  margin-right: 10px;
  margin-left: 0;
}
.currency_w > li .currency_switcher {
  border: 1px solid #f2f2f2;
  box-shadow: 4px 5px 1px rgba(30,30,30,0.3);
  left: 0px;
  position: absolute;
  background: none repeat scroll 0 0 #fff;
  display: none;
  width: 75px;
  padding: 10px 20px;
  margin: 0;
  top: 38px;
}
.rtl .currency_w > li .currency_switcher {
  right: 0;
}
.currency_w > li .currency_switcher li {
  width: 100%;
  margin: 0;
  line-height: 28px;
  list-style: none;
}
.currency_w > li .currency_switcher li:hover a {
  color: #d7182a;
}
.currency_w > li .currency_switcher li a {
  background: none;
  border: 0px;
  border-radius: 0px;
  color: #3d3d3d;
  display: block;
  border-bottom: none;
}
.currency_w > li .currency_switcher li a.active {
  color: #d7182a;
}
.currency_w > li .currency_switcher:before {
  content: "";
  display: block;
  background: transparent;
  height: 3px;
  position: absolute;
  top: -3px;
  width: 100%;
}
.currency_w > li:hover .currency_switcher {
  display: block;
  z-index: 9999;
  height: auto;
}
.top-form {
  position: relative;
  float: right;
}
.top-form:hover .wrapp-minicart {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
  transition: opacity 0.35s ease, transform 0.35s ease;
}
.top-form.top-form-minicart {
  cursor: pointer;
  position: relative;
  padding: 11px 10px 10px 5px;
}
.rtl .top-form.top-form-minicart {
  padding: 10px 5px 10px 10px;
}
.top-form.top-form-minicart .top-minicart-icon {
  text-align: center;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  background: url("../assets/img/bg_general.png") no-repeat -13px -1330px #fff;
  position: relative;
}
.top-form.top-form-minicart .top-minicart-icon .minicart-number {
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  line-height: 20px;
  position: absolute;
  right: -12px;
  top: -5px;
  background-color: #fff;
  border-radius: 50%;
}
.rtl .top-form.top-form-minicart .top-minicart-icon .minicart-number {
  left: -12px;
  right: auto;
}
.top-form .wrapp-minicart {
  visibility: hidden;
  opacity: 0;
  transform: translateY(50px);
  transition: transform .3s ease;
  background: none repeat scroll 0 0 #fff;
  position: absolute;
  right: 0;
  left: auto;
  top: 58px;
  width: 318px;
  z-index: 99999;
  box-shadow: 0px 3px 5px 2px rgba(0,0,0,0.255);
}
.top-form .wrapp-minicart:before {
  content: "";
  display: block;
  background: transparent;
  height: 25px;
  position: absolute;
  top: -25px;
  width: 100%;
}
.rtl .top-form .wrapp-minicart {
  left: -30px;
  right: auto;
}
.top-form .wrapp-minicart .minicart-padding .number-item {
  padding: 25px 20px 0;
  font-size: 13px;
  color: #7d7d7d;
}
.top-form .wrapp-minicart .minicart-padding .number-item .item {
  color: #d7182a;
}
.top-form .wrapp-minicart .minicart-padding ul.minicart-content {
  background: #fff;
  max-height: 345px;
  overflow: auto;
  padding: 0px 15px 0px 20px;
  margin-left: 0;
}
.top-form .wrapp-minicart .minicart-padding ul.minicart-content li {
  list-style: none;
  position: relative;
  padding: 30px 0;
  overflow: hidden;
  border-bottom: 1px solid #f0f0f0;
}
.top-form .wrapp-minicart .minicart-padding ul.minicart-content li:first-child {
  padding-top: 25px;
}
.top-form .wrapp-minicart .minicart-padding ul.minicart-content li .product-image {
  display: inline-block;
  width: 100px;
  background: #fff;
  border: 1px #ebebeb;
  float: left;
  margin-right: 20px;
  position: relative;
}
.rtl .top-form .wrapp-minicart .minicart-padding ul.minicart-content li .product-image {
  float: right;
  margin-left: 20px;
  margin-right: 0;
}
.top-form .wrapp-minicart .minicart-padding ul.minicart-content li .product-image:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.top-form .wrapp-minicart .minicart-padding ul.minicart-content li .product-action {
  position: absolute;
  top: 23px;
  right: 0;
}
.rtl .top-form .wrapp-minicart .minicart-padding ul.minicart-content li .product-action {
  left: 0;
  right: auto;
}
.top-form .wrapp-minicart .minicart-padding ul.minicart-content li .product-action a.btn-remove {
  display: block;
  margin: 7px 0;
}
.top-form .wrapp-minicart .minicart-padding ul.minicart-content li .product-action .btn-edit {
  display: block;
  margin: 7px 0;
}
.top-form .wrapp-minicart .minicart-padding ul.minicart-content li .detail-item {
  overflow: hidden;
}
.top-form .wrapp-minicart .minicart-padding ul.minicart-content li .detail-item .product-details h4 {
  margin: 0;
  padding-right: 20px;
}
.rtl .top-form .wrapp-minicart .minicart-padding ul.minicart-content li .detail-item .product-details h4 {
  padding-left: 20px;
  padding-right: 0;
}
.top-form .wrapp-minicart .minicart-padding ul.minicart-content li .detail-item .product-details h4 a {
  font-weight: 600;
  font-size: 14px;
  color: #191919;
  text-transform: capitalize;
  line-height: 22px;
}
.top-form .wrapp-minicart .minicart-padding ul.minicart-content li .detail-item .product-details h4 a:hover {
  color: #d7182a;
}
.top-form .wrapp-minicart .minicart-padding ul.minicart-content li .detail-item .product-details .product-price {
  float: left;
}
.rtl .top-form .wrapp-minicart .minicart-padding ul.minicart-content li .detail-item .product-details .product-price {
  float: right;
}
.top-form .wrapp-minicart .minicart-padding ul.minicart-content li .detail-item .product-details .product-price .price {
  display: block;
}
.top-form .wrapp-minicart .minicart-padding ul.minicart-content li .detail-item .product-details .product-price .price span.amount {
  font-weight: 700;
  font-size: 16px;
  color: #d7182a;
  padding: 10px 0px;
  display: inline-block;
}
.top-form .wrapp-minicart .minicart-padding ul.minicart-content li .detail-item .product-details .product-price .qty {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #717171;
  font-size: 15px;
  border: 1px solid #ededed;
}
.top-form .wrapp-minicart .cart-checkout {
  line-height: normal;
}
.top-form .wrapp-minicart .cart-checkout .price-total {
  line-height: 41px;
  padding: 0 25px;
}
.top-form .wrapp-minicart .cart-checkout .price-total .label-price-total {
  font-weight: 700;
  font-size: 12px;
  color: #191919;
  text-transform: uppercase;
}
.top-form .wrapp-minicart .cart-checkout .price-total .price-total-w {
  float: right;
}
.rtl .top-form .wrapp-minicart .cart-checkout .price-total .price-total-w {
  float: left;
}
.top-form .wrapp-minicart .cart-checkout .price-total .price-total-w span.price span.amount {
  font-weight: 700;
  font-size: 20px;
  color: #d7182a;
}
.top-form .wrapp-minicart .cart-checkout .cart-links {
  padding: 15px 22px 40px;
  overflow: hidden;
  width: 100%;
}
.top-form .wrapp-minicart .cart-checkout .cart-links .cart-link {
  text-align: left;
}
.rtl .top-form .wrapp-minicart .cart-checkout .cart-links .cart-link {
  text-align: right;
}
.top-form .wrapp-minicart .cart-checkout .cart-links .checkout-link {
  text-align: right;
}
.rtl .top-form .wrapp-minicart .cart-checkout .cart-links .checkout-link {
  text-align: left;
}
.top-form .wrapp-minicart .cart-checkout .cart-links .cart-link,
.top-form .wrapp-minicart .cart-checkout .cart-links .checkout-link {
  float: left;
  width: 50%;
}
.rtl .top-form .wrapp-minicart .cart-checkout .cart-links .cart-link,
.rtl .top-form .wrapp-minicart .cart-checkout .cart-links .checkout-link {
  float: right;
}
.top-form .wrapp-minicart .cart-checkout .cart-links .cart-link a,
.top-form .wrapp-minicart .cart-checkout .cart-links .checkout-link a {
  font-weight: 700;
  font-size: 12px;
  color: #191919;
  line-height: 43px;
  height: 45px;
  border: 1px solid #ededed;
  padding: 0 25px;
  background: #fff;
  display: inline-block;
  text-transform: uppercase;
}
.top-form .wrapp-minicart .cart-checkout .cart-links .cart-link:hover a,
.top-form .wrapp-minicart .cart-checkout .cart-links .checkout-link:hover a {
  border: 1px solid #d7182a;
  color: #fff;
  background-color: #d7182a;
}
.slideshow-home1 {
  margin-left: -15px;
}
.rtl .slideshow-home1 {
  margin: 0 -15px 0 0;
}
.slideshow-home1 .vc_column-inner {
  padding: 0;
}
.slideshow-home1 .wpb_revslider_element {
  float: left;
  min-width: 650px;
  margin-bottom: 0;
}
.rtl .slideshow-home1 .wpb_revslider_element {
  float: right;
}
.header-default.sticky-menu {
  position: fixed;
  background: #000;
}
.header-default.sticky-menu .nicemerry-header,
.header-default.sticky-menu .nicemerry-center {
  display: none;
}
.header-default.sticky-menu #main-menu {
  margin-bottom: 0 !important;
}
body.resmenu-open {
  position: relative;
}
body.resmenu-open:before {
  content: '';
  background: rgba(0,0,0,0.7);
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 9999;
  width: 100%;
}
.primary-menu .navbar-inverse {
  background-color: transparent;
  border-color: #fff;
}
.nav-pills {
  display: inline-block;
  margin-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}
.nav-pills.nav-css >li {
  float: none;
  display: inline-block;
}
.nav-pills.nav-css >li > a {
  padding: 22px 18px;
}
.nav-pills.nav-css >li.dropdown > a span.menu-img {
  position: absolute;
  right: 5px;
  top: -2px;
}
.nav-pills.nav-css >li.dropdown .dropdown-menu {
  box-shadow: none;
  border: 1px solid #eaeaea;
  padding: 0;
  min-width: 200px;
}
.nav-pills.nav-css >li.dropdown .dropdown-menu li {
  width: 100%;
  padding: 0 20px;
}
.nav-pills.nav-css >li.dropdown .dropdown-menu li >a {
  padding: 13px 0;
  color: #191919;
  font-size: 13px;
  text-transform: capitalize;
  border-bottom: 1px solid #eaeaea;
}
.nav-pills.nav-css >li.dropdown .dropdown-menu li >a:hover {
  color: #d7182a;
}
.nav-pills.nav-css >li.dropdown .dropdown-menu li.active > a {
  color: #d7182a;
}
.nav-pills.nav-css >li.dropdown .dropdown-menu li:last-child > a {
  border: 0;
}
.nav-pills.nav-css >li.dropdown .dropdown-menu li.dropdown-submenu {
  position: relative;
}
.nav-pills.nav-css >li.dropdown .dropdown-menu li.dropdown-submenu .dropdown-menu {
  top: -1px;
  left: 100%;
}
.rtl .nav-pills.nav-css >li.dropdown .dropdown-menu li.dropdown-submenu .dropdown-menu {
  left: auto;
  right: 100%;
}
.nav-pills.nav-css >li.dropdown .dropdown-menu li.dropdown-submenu .dropdown-menu > a {
  border-bottom: 1px solid #eaeaea;
}
.nav-pills.nav-css >li:hover .dropdown-menu {
  top: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.nav-pills >li {
  float: none;
  display: inline-block;
}
.nav-pills >li > a {
  text-transform: uppercase;
  background-color: transparent;
  position: relative;
  padding: 22px 18px;
  font-weight: 600;
  display: block;
  font-size: 15px;
  line-height: 20px;
  color: #191919;
}
.nav-pills >li > a:hover,
.nav-pills >li > a:focus {
  background-color: transparent;
  color: #d7182a;
}
.nav-pills >li.active > a {
  color: #d7182a;
}
.nav-pills >li.dropdown > a {
  position: relative;
}
.nav-pills >li.dropdown > a:after {
  content: '\f0d7';
  font-family: FontAwesome;
  position: absolute;
  right: 5px;
}
.rtl .nav-pills >li.dropdown > a:after {
  left: 5px;
  right: auto;
}
.nav-pills >li.dropdown .dropdown-menu {
  text-align: left;
  display: block;
  visibility: hidden;
  top: 125%;
  padding: 15px 0;
  border: none;
  min-width: 200px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.rtl .nav-pills >li.dropdown .dropdown-menu {
  text-align: right;
}
.nav-pills >li.dropdown .dropdown-menu li {
  width: 100%;
}
.nav-pills >li.dropdown .dropdown-menu li >a {
  position: relative;
  text-transform: capitalize;
  display: block;
  padding: 12px 25px;
  color: #7d7d7d;
}
.nav-pills >li.dropdown .dropdown-menu li >a:hover {
  color: #d7182a;
}
.nav-pills >li.dropdown .dropdown-menu li.dropdown-submenu {
  position: relative;
}
.nav-pills >li.dropdown .dropdown-menu li.dropdown-submenu .dropdown-menu {
  position: absolute;
  top: -16px;
  left: 110%;
  visibility: hidden;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.rtl .nav-pills >li.dropdown .dropdown-menu li.dropdown-submenu .dropdown-menu {
  left: auto;
  right: 110%;
}
.nav-pills >li.dropdown .dropdown-menu >.dropdown-submenu:hover >.dropdown-menu {
  left: 100%;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
.rtl .nav-pills >li.dropdown .dropdown-menu >.dropdown-submenu:hover >.dropdown-menu {
  left: auto;
  right: 100%;
}
.nav-pills >li.dropdown:hover:before {
  top: 100%;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
.nav-pills >li.dropdown > .dropdown-menu.visible {
  visibility: visible;
  top: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
}
.nav-pills >li.active {
  position: relative;
}
.nav-pills >li.active >a,
.nav-pills >li.active >a:hover,
.nav-pills >li.active >a:focus {
  background-color: transparent;
  color: #d7182a;
}
.nav-pills .dropdown-menu li.active >a,
.nav-pills .dropdown-menu li:hover >a {
  color: #d7182a;
  background-color: transparent;
}
.nav-pills.nav-mega .menu-img {
  position: absolute;
  right: 5px;
  top: -2px;
}
.nav-pills.nav-mega .nicemerry-mega-menu .wpb_raw_html {
  margin-bottom: 0;
}
.nav-pills.nav-mega .nicemerry-mega-menu.nicemerry-menu-img > a span.menu-img {
  position: absolute;
  right: 5px;
  top: -2px;
}
.nav-pills.nav-mega .nicemerry-mega-menu .dropdown-menu {
  padding: 30px 15px 15px;
  width: 100%;
  visibility: hidden;
  box-shadow: 0px 0px 5px #999;
}
.nav-pills.nav-mega .nicemerry-mega-menu .dropdown-menu li.active >a,
.nav-pills.nav-mega .nicemerry-mega-menu .dropdown-menu li:hover >a {
  background-color: transparent;
}
.nav-pills.nav-mega .nicemerry-mega-menu .dropdown-menu li .dropdown-sub > li.active >a,
.nav-pills.nav-mega .nicemerry-mega-menu .dropdown-menu li .dropdown-sub > li:hover >a {
  background-color: transparent;
  color: #d7182a;
}
.nav-pills.nav-mega .nicemerry-mega-menu .dropdown-menu >li {
  float: left;
  padding: 0 15px;
}
.nav-pills.nav-mega .nicemerry-mega-menu .dropdown-menu >li.image-full {
  width: 100% !important;
  padding-top: 0;
}
.nav-pills.nav-mega .nicemerry-mega-menu .dropdown-menu >li.image-full >a {
  border-bottom: 0;
  font-size: 14px;
  text-transform: uppercase;
  padding: 7px 20px;
}
.nav-pills.nav-mega .nicemerry-mega-menu .dropdown-menu >li.image-full >a .menu-title {
  display: none;
}
.nav-pills.nav-mega .nicemerry-mega-menu .dropdown-menu >li.image-full img {
  width: 100%;
}
.nav-pills.nav-mega .nicemerry-mega-menu .dropdown-menu >li .item-bottom {
  display: none;
}
.rtl .nav-pills.nav-mega .nicemerry-mega-menu .dropdown-menu >li {
  float: right;
}
.nav-pills.nav-mega .nicemerry-mega-menu .dropdown-menu .dropdown-submenu >a,
.nav-pills.nav-mega .nicemerry-mega-menu .dropdown-menu .dropdown-submenu >.have-title {
  text-transform: uppercase;
  font-weight: normal;
  padding: 0;
  display: block;
  color: #191919;
  font-size: 14px;
  font-weight: 700;
}
.nav-pills.nav-mega .nicemerry-mega-menu .dropdown-menu .dropdown-submenu >a .menu-title,
.nav-pills.nav-mega .nicemerry-mega-menu .dropdown-menu .dropdown-submenu >.have-title .menu-title {
  display: block;
  padding-bottom: 15px;
  border-bottom: 1px #eaeaea solid;
  margin-bottom: 5px;
}
.nav-pills.nav-mega .nicemerry-mega-menu .dropdown-menu .dropdown-submenu .dropdown-sub a {
  padding: 9px 0;
  text-transform: capitalize;
  font-size: 13px;
  color: #7d7d7d;
}
.nav-pills.nav-mega .nicemerry-mega-menu .dropdown-menu .dropdown-submenu .dropdown-sub a:hover {
  color: #d7182a;
}
.nav-pills.nav-mega .nicemerry-mega-menu .dropdown-menu .dropdown-submenu .dropdown-sub >li .menu-img {
  float: left;
  width: 25px;
  margin-right: 15px;
}
.rtl .nav-pills.nav-mega .nicemerry-mega-menu .dropdown-menu .dropdown-submenu .dropdown-sub >li .menu-img {
  float: right;
  margin-right: 0;
  margin-left: 15px;
}
.nav-pills.nav-mega .nicemerry-mega-menu .dropdown-menu.column-1 {
  min-width: 1170px;
  padding: 30px 0 15px;
}
.nav-pills.nav-mega .nicemerry-mega-menu .dropdown-menu.column-1 >li {
  width: 100%;
}
.nav-pills.nav-mega .nicemerry-mega-menu .dropdown-menu.column-2 {
  min-width: 380px;
}
.nav-pills.nav-mega .nicemerry-mega-menu .dropdown-menu.column-2 >li {
  width: 50%;
}
.nav-pills.nav-mega .nicemerry-mega-menu .dropdown-menu.column-3 {
  min-width: 720px;
}
.nav-pills.nav-mega .nicemerry-mega-menu .dropdown-menu.column-3 >li {
  width: 33.33%;
}
.nav-pills.nav-mega .nicemerry-mega-menu .dropdown-menu.column-4 {
  min-width: 875px;
}
.nav-pills.nav-mega .nicemerry-mega-menu .dropdown-menu.column-4 >li {
  width: 25%;
}
.nav-pills.nav-mega .nicemerry-mega-menu .dropdown-menu.column-5 {
  min-width: 1170px;
}
.nav-pills.nav-mega .nicemerry-mega-menu .dropdown-menu.column-5 >li {
  width: 20%;
}
.nav-pills.nav-mega .nicemerry-mega-menu .dropdown-menu .nicemerry-menu-img >a {
  padding: 15px 0 0 0;
}
.nav-pills.nav-mega .nicemerry-mega-menu .dropdown-menu .nicemerry-menu-img >a:before {
  display: none;
}
.nav-pills.nav-mega .nicemerry-mega-menu .dropdown-menu .nicemerry-menu-img >a:hover {
  color: #d7182a;
}
.nav-pills.nav-mega .nicemerry-mega-menu .dropdown-menu .nicemerry-menu-img:hover img {
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.nav-pills.nav-mega .nicemerry-mega-menu .dropdown-menu .menu-shortcode >a {
  display: none;
}
.nav-pills.nav-mega .nicemerry-mega-menu.custom-image-col5 .dropdown-menu.column-5 >li {
  width: 18%;
}
.nav-pills.nav-mega .nicemerry-mega-menu.custom-image-col5 .dropdown-menu.column-5 >li.nicemerry-menu-img {
  width: 28%;
}
.nav-pills.nav-mega .nicemerry-mega-menu.custom-mega-product .dropdown-menu {
  padding: 0;
}
.nav-pills.nav-mega .nicemerry-mega-menu.custom-mega-product .dropdown-menu >li {
  padding: 0;
}
.nav-pills.nav-mega .nicemerry-mega-menu:hover .dropdown-menu .listing-tab-shortcode .tabbable.tabs .tab-content {
  visibility: visible;
}
.nav-pills.nav-mega .nicemerry-menu-custom > .dropdown-menu > li.active > a {
  color: #d7182a;
}
.nav-pills.nav-mega .nicemerry-menu-custom ul {
  box-shadow: 0px 0px 5px #999;
}
.nav-pills.nav-mega .nicemerry-menu-custom ul .menu-img {
  display: none;
}
.nav-pills.nav-mega .nicemerry-menu-custom ul > li > a {
  font-size: 13px;
}
.nav-pills.nav-mega .nicemerry-menu-custom ul li >.have-title {
  position: relative;
  display: block;
  padding: 10px 25px;
}
.nav-pills.nav-mega .nicemerry-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 .nicemerry-menu-custom ul li >.have-title:before {
  padding-right: 0;
  padding-left: 8px;
}
.nav-pills.nav-mega .nicemerry-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 .nicemerry-menu-custom ul .dropdown-submenu >ul {
  left: auto;
  right: 110%;
}
.nav-pills.nav-mega .nicemerry-menu-custom ul .dropdown-submenu >ul >li {
  position: relative;
}
.nav-pills.nav-mega .nicemerry-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 .nicemerry-menu-custom ul .dropdown-submenu >ul >li ul {
  left: auto;
  right: 110%;
}
.nav-pills.nav-mega .nicemerry-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 .nicemerry-menu-custom ul .dropdown-submenu >ul >li ul >li:hover >ul {
  left: auto;
  right: 100%;
}
.nav-pills.nav-mega .nicemerry-menu-custom ul .dropdown-submenu >ul >li:hover >ul {
  left: 100%;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
.rtl .nav-pills.nav-mega .nicemerry-menu-custom ul .dropdown-submenu >ul >li:hover >ul {
  left: auto;
  right: 100%;
}
.nav-pills.nav-mega .nicemerry-menu-custom ul .dropdown-submenu:hover >ul {
  left: 100%;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
.rtl .nav-pills.nav-mega .nicemerry-menu-custom ul .dropdown-submenu:hover >ul {
  left: auto;
  right: 100%;
}
.nav-pills.nav-mega .nicemerry-mega-menu.custom-image-col4 .dropdown-menu.column-4 >li.nicemerry-menu-img {
  width: 22%;
}
.nav-pills.nav-mega .nicemerry-mega-menu.custom-image-col4 .dropdown-menu.column-4 >li.nicemerry-menu-img a .menu-title {
  border-bottom: none;
}
.nav-pills.nav-mega .nicemerry-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 .nicemerry-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 .nicemerry-mega-menu.custom-image-col4 .dropdown-menu.column-4 >li.custom-slider-col4 .order-title {
  display: none;
}
.nav-pills.nav-mega .nicemerry-mega-menu.custom-image-col4 .dropdown-menu.column-4 >li.custom-slider-col4 .sw-woo-container-slider {
  margin-bottom: 0;
}
.nav-pills.nav-mega .nicemerry-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 .nicemerry-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 .nicemerry-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 .nicemerry-mega-menu.custom-image-col4 .dropdown-menu.column-4 >li.custom-slider-col4 .sw-woo-container-slider .slick-prev {
  left: 0;
}
.mega-left-title {
  background: #2d2d2d;
  height: 58px;
  line-height: 58px;
  overflow: hidden;
  padding: 0 15px;
}
.mega-left-title strong {
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
}
.mega-left-title:before {
  content: '';
  width: 19px;
  height: 14px;
  display: inline-block;
  margin-right: 10px;
  background: url("../assets/img/bg_general.png") no-repeat -20px -1379px;
}
.rtl .mega-left-title:before {
  margin-left: 10px;
  margin-right: 0;
}
.mega-left-title:after {
  position: absolute;
  right: 25px;
  top: 20px;
  content: '';
  width: 19px;
  height: 15px;
  display: inline-block;
  background: url("../assets/img/bg_general.png") no-repeat -20px -1558px;
}
.rtl .mega-left-title:after {
  left: 25px;
  right: auto;
}
.vertical_megamenu-header .wpb_content_element {
  margin: 0;
}
.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;
}
.wrapper_vertical_menu {
  position: absolute;
  min-width: 270px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -o-transform: translateY(40px);
  -ms-transform: translateY(40px);
  transform: translateY(40px);
  z-index: 9;
  visibility: hidden;
}
.wrapper_vertical_menu .dropdown-sub {
  margin: 0;
}
.wrapper_vertical_menu .vertical-megamenu {
  position: relative;
  margin: 0;
  border: 1px solid #efefef;
  background-color: #fff;
  border-top: 0;
  z-index: 9;
}
.wrapper_vertical_menu .vertical-megamenu > li {
  padding: 0 15px;
  background: none;
  border: 0;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.wrapper_vertical_menu .vertical-megamenu > li:last-child > a {
  border-bottom: 0;
}
.wrapper_vertical_menu .vertical-megamenu > li.showMore a.open-more-cat {
  background: url('../assets/img/icon-more.jpg') no-repeat center left;
}
.rtl .wrapper_vertical_menu .vertical-megamenu > li.showMore a.open-more-cat {
  background: url('../assets/img/icon-more.jpg') no-repeat center right;
}
.wrapper_vertical_menu .vertical-megamenu > li.showMore a.close-more-cat {
  background: url('../assets/img/icon-less.jpg') no-repeat center left;
}
.rtl .wrapper_vertical_menu .vertical-megamenu > li.showMore a.close-more-cat {
  background: url('../assets/img/icon-less.jpg') no-repeat center right;
}
.wrapper_vertical_menu .vertical-megamenu > li.icon-phone > a span.menu-img {
  position: absolute;
  left: 0;
  top: 13px;
  display: inline-block;
}
.wrapper_vertical_menu .vertical-megamenu > li.icon-sport > a span.menu-img {
  position: absolute;
  left: 0;
  top: 19px;
  display: inline-block;
}
.wrapper_vertical_menu .vertical-megamenu > li > a {
  font-size: 14px;
  padding: 0 20px 0 30px;
  line-height: 50px;
  font-weight: 600;
  color: #191919;
  border-bottom: 1px solid #efefef;
}
.wrapper_vertical_menu .vertical-megamenu > li > a > span.menu-img {
  position: absolute;
  left: 0;
  top: 16px;
  display: inline-block;
}
.rtl .wrapper_vertical_menu .vertical-megamenu > li > a > span.menu-img {
  right: 0;
  left: auto;
}
.rtl .wrapper_vertical_menu .vertical-megamenu > li > a {
  padding: 0 30px 0 20px;
}
.wrapper_vertical_menu .vertical-megamenu > li > a:hover {
  background-color: #fff;
}
.wrapper_vertical_menu .vertical-megamenu > li > a .have-title {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.wrapper_vertical_menu .vertical-megamenu > li > a:hover {
  color: #d7182a;
}
.wrapper_vertical_menu .vertical-megamenu > li > .dropdown-menu {
  position: absolute;
  left: 100%;
  top: 0;
  border-radius: 0;
  min-width: 230px;
  padding: 0;
  border: 0;
}
.rtl .wrapper_vertical_menu .vertical-megamenu > li > .dropdown-menu {
  left: auto;
  right: 100%;
}
.wrapper_vertical_menu .vertical-megamenu > li > .dropdown-menu > li {
  position: relative;
  line-height: 32px;
}
.wrapper_vertical_menu .vertical-megamenu > li > .dropdown-menu > li > a {
  position: relative;
  padding: 10px 20px;
  color: #191919;
  background-color: #fff;
  border-bottom: 1px solid #ebebeb;
  text-transform: capitalize;
}
.wrapper_vertical_menu .vertical-megamenu > li > .dropdown-menu > li .dropdown-menu {
  position: absolute;
  left: 100%;
  margin: 0;
  top: 0;
  background: #fff;
  display: none;
  min-width: 230px;
  padding: 0;
  border-radius: 0;
  border: 0;
}
.rtl .wrapper_vertical_menu .vertical-megamenu > li > .dropdown-menu > li .dropdown-menu {
  left: auto;
  right: 100%;
}
.wrapper_vertical_menu .vertical-megamenu > li > .dropdown-menu > li .dropdown-menu > li {
  position: relative;
  line-height: 32px;
}
.wrapper_vertical_menu .vertical-megamenu > li > .dropdown-menu > li .dropdown-menu > li > a {
  position: relative;
  padding: 10px 20px;
  color: #191919;
  background-color: #fff;
  border-bottom: 1px solid #ebebeb;
  text-transform: capitalize;
}
.wrapper_vertical_menu .vertical-megamenu > li > .dropdown-menu > li .dropdown-menu > li > a:hover {
  background-color: #fff;
}
.wrapper_vertical_menu .vertical-megamenu > li > .dropdown-menu > li .dropdown-menu > li:hover > a {
  background-color: #f7f7f7;
  color: #d7182a;
}
.wrapper_vertical_menu .vertical-megamenu > li > .dropdown-menu > li .dropdown-menu > li:hover > a:before {
  background-color: #d7182a;
}
.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: #d7182a;
}
.wrapper_vertical_menu .vertical-megamenu > li > .dropdown-menu > li:hover > a:before {
  background-color: #d7182a;
}
.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: #d7182a;
}
.wrapper_vertical_menu .vertical-megamenu > li.dropdown > a:after {
  content: '\f105';
  font-family: fontawesome;
  font-size: 14px;
  color: #7d7d7d;
  position: absolute;
  right: 0px;
  top: 0;
}
.rtl .wrapper_vertical_menu .vertical-megamenu > li.dropdown > a:after {
  left: 0px;
  right: auto;
  content: '\f104';
}
.wrapper_vertical_menu .vertical-megamenu > li:hover > a {
  color: #d7182a;
}
.wrapper_vertical_menu .vertical-megamenu > li:hover > a .have-title {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  padding-left: 20px;
}
.wrapper_vertical_menu .vertical-megamenu > li:hover .dropdown-menu {
  display: block;
}
.wrapper_vertical_menu .vertical-megamenu > li > .dropdown-menu.visible {
  display: block;
}
.wrapper_vertical_menu .vertical-megamenu > li.nicemerry-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.nicemerry-menu-custom ul > li {
  line-height: 32px;
  padding: 0 30px;
}
.wrapper_vertical_menu .vertical-megamenu > li.nicemerry-menu-custom ul > li a {
  color: #777;
  font-size: 14px;
  position: relative;
  background-color: #fff;
}
.wrapper_vertical_menu .vertical-megamenu > li.nicemerry-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.nicemerry-menu-custom ul > li .dropdown-sub {
  left: auto;
  right: 100%;
}
.wrapper_vertical_menu .vertical-megamenu > li.nicemerry-menu-custom ul > li .dropdown-sub > li {
  padding: 0 30px;
  line-height: normal;
}
.wrapper_vertical_menu .vertical-megamenu > li.nicemerry-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.nicemerry-menu-custom ul > li .dropdown-sub > li a {
  padding-left: 0;
  padding-right: 15px;
}
.wrapper_vertical_menu .vertical-megamenu > li.nicemerry-menu-custom ul > li .dropdown-sub > li:hover >  a {
  background: #fff;
  color: #d7182a;
}
.wrapper_vertical_menu .vertical-megamenu > li.nicemerry-menu-custom ul > li .dropdown-sub > li:hover >  a:before {
  background-color: #d7182a;
}
.wrapper_vertical_menu .vertical-megamenu > li.nicemerry-menu-custom ul > li:hover > .dropdown-sub {
  display: block;
}
.wrapper_vertical_menu .vertical-megamenu > li.nicemerry-menu-custom ul > li.active > a,
.wrapper_vertical_menu .vertical-megamenu > li.nicemerry-menu-custom ul > li:hover > a {
  color: #d7182a;
}
.wrapper_vertical_menu .vertical-megamenu > li.nicemerry-menu-custom ul > li.active > a:before,
.wrapper_vertical_menu .vertical-megamenu > li.nicemerry-menu-custom ul > li:hover > a:before {
  background-color: #d7182a;
}
.wrapper_vertical_menu .vertical-megamenu > li.nicemerry-mega-menu > li {
  position: static;
}
.wrapper_vertical_menu .vertical-megamenu > li.nicemerry-mega-menu > .column-1.dropdown-menu .nicemerry-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.nicemerry-mega-menu > .column-1.dropdown-menu .nicemerry-menu-img > a {
  padding: 0;
}
.wrapper_vertical_menu .vertical-megamenu > li.nicemerry-mega-menu > .column-1.dropdown-menu .nicemerry-menu-img > a:before {
  width: 0;
  margin: 0;
}
.rtl .wrapper_vertical_menu .vertical-megamenu > li.nicemerry-mega-menu > .column-1.dropdown-menu .nicemerry-menu-img {
  right: auto;
  left: 0;
}
.wrapper_vertical_menu .vertical-megamenu > li.nicemerry-mega-menu > .column-2 {
  min-width: 600px;
}
.wrapper_vertical_menu .vertical-megamenu > li.nicemerry-mega-menu > .column-2 > li {
  width: 160px;
}
.wrapper_vertical_menu .vertical-megamenu > li.nicemerry-mega-menu > .column-2 > li:nth-child(2n+1) {
  clear: both;
}
.wrapper_vertical_menu .vertical-megamenu > li.nicemerry-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.nicemerry-mega-menu > .column-2 .column-2 {
  padding: 0 30px;
}
.wrapper_vertical_menu .vertical-megamenu > li.nicemerry-mega-menu > .column-2 .column-2 .tag-menu ul {
  margin: 0;
}
.wrapper_vertical_menu .vertical-megamenu > li.nicemerry-mega-menu > .column-2 .column-2 .tag-menu ul > li {
  display: inline-block;
}
.wrapper_vertical_menu .vertical-megamenu > li.nicemerry-mega-menu > .column-2 .column-2 .tag-menu ul > li span {
  font-size: 13px;
  color: #666;
}
.wrapper_vertical_menu .vertical-megamenu > li.nicemerry-mega-menu > .column-2 .column-2 .tag-menu ul > li:first-child span {
  font-weight: bold;
  color: #191919;
}
.wrapper_vertical_menu .vertical-megamenu > li.nicemerry-mega-menu.menu-fashion > .column-3 .nicemerry-menu-img {
  width: 100%;
  padding: 0 15px 5px;
}
.wrapper_vertical_menu .vertical-megamenu > li.nicemerry-mega-menu > .column-3 {
  min-width: 650px;
}
.wrapper_vertical_menu .vertical-megamenu > li.nicemerry-mega-menu > .column-3 .nicemerry-menu-img {
  padding: 0 15px 5px;
}
.wrapper_vertical_menu .vertical-megamenu > li.nicemerry-mega-menu > .column-3 .nicemerry-menu-img > a {
  padding: 0;
  border: none;
}
.wrapper_vertical_menu .vertical-megamenu > li.nicemerry-mega-menu > .column-3 .nicemerry-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.nicemerry-mega-menu > .column-3 .nicemerry-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.nicemerry-mega-menu > .column-3 .nicemerry-menu-img > a img:hover {
  opacity: 0.85;
}
.wrapper_vertical_menu .vertical-megamenu > li.nicemerry-mega-menu > .column-3 > li:nth-child(3n+1) {
  clear: both;
}
.wrapper_vertical_menu .vertical-megamenu > li.nicemerry-mega-menu > .column-4 {
  min-width: 885px;
}
.wrapper_vertical_menu .vertical-megamenu > li.nicemerry-mega-menu > .column-4 > li {
  width: 285px !important;
}
.wrapper_vertical_menu .vertical-megamenu > li.nicemerry-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.nicemerry-mega-menu > .column-4 > li img:hover {
  opacity: 0.85;
}
.wrapper_vertical_menu .vertical-megamenu > li.nicemerry-mega-menu > .column-4 > li > .dropdown-menu {
  padding: 5px 15px 18px;
}
.wrapper_vertical_menu .vertical-megamenu > li.nicemerry-mega-menu > .column-4 > li.nicemerry-menu-img > a  .menu-title {
  margin-top: 24px;
  display: inline-block;
}
.wrapper_vertical_menu .vertical-megamenu > li.nicemerry-mega-menu > .column-4 > li:nth-child(4n+1) {
  clear: both;
}
.wrapper_vertical_menu .vertical-megamenu > li.nicemerry-mega-menu > .column-5 {
  min-width: 900px;
}
.wrapper_vertical_menu .vertical-megamenu > li.nicemerry-mega-menu > .column-5 > li:nth-child(5n+1) {
  clear: both;
}
.wrapper_vertical_menu .vertical-megamenu > li.nicemerry-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.nicemerry-mega-menu > .dropdown-menu > li {
  width: 205px;
  padding: 25px 15px 10px;
  float: left;
  line-height: unset;
}
.rtl .wrapper_vertical_menu .vertical-megamenu > li.nicemerry-mega-menu > .dropdown-menu > li {
  float: right;
}
.wrapper_vertical_menu .vertical-megamenu > li.nicemerry-mega-menu > .dropdown-menu > li:last-child {
  border: 0;
}
.rtl .wrapper_vertical_menu .vertical-megamenu > li.nicemerry-mega-menu > .dropdown-menu > li:last-child {
  border: 0;
}
.wrapper_vertical_menu .vertical-megamenu > li.nicemerry-mega-menu > .dropdown-menu > li:hover > a {
  background-color: #fff;
}
.wrapper_vertical_menu .vertical-megamenu > li.nicemerry-mega-menu > .dropdown-menu > li.dropdown-submenu > a {
  margin-bottom: 5px;
  padding: 0 0 10px;
  font-size: 16px;
  color: #191919;
  text-transform: uppercase;
  font-weight: 700;
}
.rtl .wrapper_vertical_menu .vertical-megamenu > li.nicemerry-mega-menu > .dropdown-menu > li {
  float: right;
}
.wrapper_vertical_menu .vertical-megamenu > li.nicemerry-mega-menu > .dropdown-menu > li > a,
.wrapper_vertical_menu .vertical-megamenu > li.nicemerry-mega-menu > .dropdown-menu > li > span {
  display: block;
  font-size: 18px;
  margin-bottom: 15px;
}
.wrapper_vertical_menu .vertical-megamenu > li.nicemerry-mega-menu > .dropdown-menu > li > a:after,
.wrapper_vertical_menu .vertical-megamenu > li.nicemerry-mega-menu > .dropdown-menu > li > span:after {
  display: none;
}
.wrapper_vertical_menu .vertical-megamenu > li.nicemerry-mega-menu > .dropdown-menu > li .dropdown-sub > li:last-child > a {
  border: 0;
}
.wrapper_vertical_menu .vertical-megamenu > li.nicemerry-mega-menu > .dropdown-menu > li .dropdown-sub > li > a {
  padding: 0;
  line-height: 38px;
  display: block;
  font-size: 13px;
  color: #7d7d7d;
  position: relative;
}
.wrapper_vertical_menu .vertical-megamenu > li.nicemerry-mega-menu > .dropdown-menu > li .dropdown-sub > li.nicemerry-menu-img > a {
  padding-left: 30px;
}
.wrapper_vertical_menu .vertical-megamenu > li.nicemerry-mega-menu > .dropdown-menu > li .dropdown-sub > li.nicemerry-menu-img > a span.menu-img {
  position: absolute;
  left: 0;
  top: 14px;
  display: inline-block;
}
.rtl .wrapper_vertical_menu .vertical-megamenu > li.nicemerry-mega-menu > .dropdown-menu > li .dropdown-sub > li.nicemerry-menu-img > a span.menu-img {
  right: 0;
  left: auto;
}
.wrapper_vertical_menu .vertical-megamenu > li.nicemerry-mega-menu > .dropdown-menu > li .dropdown-sub > li.nicemerry-menu-img > a .menu-title {
  padding: 0;
  margin: 0;
}
.wrapper_vertical_menu .vertical-megamenu > li.nicemerry-mega-menu > .dropdown-menu > li .dropdown-sub > li.active a,
.wrapper_vertical_menu .vertical-megamenu > li.nicemerry-mega-menu > .dropdown-menu > li .dropdown-sub > li:hover a {
  color: #d7182a;
}
.wrapper_vertical_menu .vertical-megamenu > li.nicemerry-mega-menu > .dropdown-menu > li.col-1 {
  min-width: 160px;
}
.wrapper_vertical_menu .vertical-megamenu > li.nicemerry-mega-menu > .dropdown-menu > li.col-2 {
  min-width: 360px;
}
.wrapper_vertical_menu .vertical-megamenu > li.nicemerry-mega-menu > .dropdown-menu > li.col-3 {
  min-width: 540px;
}
.wrapper_vertical_menu .vertical-megamenu > li.nicemerry-mega-menu > .dropdown-menu > li.col-4 {
  min-width: 720px;
}
.wrapper_vertical_menu .vertical-megamenu > li.nicemerry-mega-menu > .dropdown-menu > li.col-5 {
  min-width: 900px;
}
.wrapper_vertical_menu .vertical-megamenu > li.nicemerry-mega-menu > .dropdown-menu > li.col-6 {
  min-width: 900px;
}
.wrapper_vertical_menu .vertical-megamenu > li.nicemerry-mega-menu > .dropdown-menu > li.col3-img-right {
  padding: 30px 10px 25px 10px;
}
.wrapper_vertical_menu .vertical-megamenu > li.nicemerry-menu-icon > a span.fa {
  margin: 0 7px 0 0;
  display: inline-block;
  width: 20px;
  text-align: center;
}
.wrapper_vertical_menu .vertical-megamenu > li.icon-phone.nicemerry-menu-img > a span.menu-img {
  position: absolute;
  left: 0;
  top: 13px;
  display: inline-block;
}
.wrapper_vertical_menu .vertical-megamenu > li.icon-sport.nicemerry-menu-img > a span.menu-img {
  position: absolute;
  left: 0;
  top: 19px;
  display: inline-block;
}
.wrapper_vertical_menu .vertical-megamenu > li.nicemerry-menu-img > a span.menu-img {
  position: absolute;
  left: 0;
  top: 18px;
  display: inline-block;
}
.rtl .wrapper_vertical_menu .vertical-megamenu > li.nicemerry-menu-img > a span.menu-img {
  right: 0;
  left: auto;
}
.mega-menu .wrap-content {
  overflow: hidden;
}
.mega-menu .wrap-content .item {
  float: left;
  width: 25%;
  padding: 0 15px;
}
.mega-menu .wrap-content .item .item-image img {
  margin-bottom: 10px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.mega-menu .wrap-content .item .item-image:hover img {
  opacity: 0.9;
}
.mega-menu .wrap-content .item .item-content h3 {
  font-size: 14px;
  color: #191919;
  font-weight: 700 !important;
  text-transform: uppercase;
  padding: 15px 0;
  border-bottom: 1px solid #eaeaea;
}
.mega-menu .wrap-content .item .item-content ul > li > a {
  padding: 10px 0;
  font-size: 13px;
  color: #7d7d7d;
}
.mega-menu .wrap-content .item .item-content ul > li > a:hover {
  color: #d7182a;
}
.resmenu-container .navbar-toggle {
  display: none;
  float: left;
  background-color: transparent;
  border-color: transparent;
}
.resmenu-container .navbar-toggle .icon-bar {
  background-color: #111;
  height: 3px;
}
.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: #d7182a;
}
.resmenu-container .menu-responsive-wrapper {
  position: absolute;
  top: 55px;
  padding: 0;
  min-width: 300px;
  background: #3d3d3d;
  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: #d7182a;
}
.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: #d7182a;
}
.resmenu-container .menu-responsive-wrapper ul > li:hover > .show-dropdown,
.resmenu-container .menu-responsive-wrapper ul > li.active > .show-dropdown {
  background: #d7182a;
  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: #d7182a;
  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: #d7182a;
  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: #d7182a;
  background: none;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner ul > li > ul > li > a {
  padding-left: 10px;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner ul > li.has-img > a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner ul > li.has-img > a span.menu-img {
  display: block;
  max-width: 40px;
  margin-right: 10px;
}
.rtl .resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner ul > li.has-img > a span.menu-img {
  margin-right: 0;
  margin-left: 10px;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .nav-tabs {
  border-top: 1px solid #e4e4e4;
}
.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: #d7182a;
}
@media (max-width: 991px) {
  #main-menu .primary-menu .resmenu-container .navbar-toggle {
    display: inline-block;
    vertical-align: top;
    z-index: 99;
    margin: 10px 0;
  }
  #main-menu .primary-menu .nav-pills {
    display: none;
  }
  .resmenu-container-sidebar .nicemerry_top {
    padding: 0;
  }
  .resmenu-container-sidebar .nicemerry_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 .nicemerry_top .top-form.top-search .cat-wrapper {
    display: none;
  }
  .resmenu-container-sidebar .nicemerry_top .top-form.top-search input {
    padding: 0 10px;
    border-radius: 4px;
    height: 40px;
    line-height: 40px;
  }
  .rtl .resmenu-container-sidebar .nicemerry_top .top-form.top-search input {
    border-radius: 4px;
  }
  .resmenu-container-sidebar .nicemerry_top .top-form.top-search button.form-button {
    background: none;
    font-size: 16px;
    border-radius: 0 4px 4px 0;
    height: 40px;
    line-height: 40px;
  }
  .resmenu-container-sidebar .nicemerry_top .top-form.top-search button.form-button:before {
    color: #999;
  }
  .rtl .resmenu-container-sidebar .nicemerry_top .top-form.top-search button.form-button {
    border-radius: 4px 0 0 4px;
  }
  .rtl .resmenu-container-sidebar .nicemerry_top .top-form.top-search .topsearch-entry {
    padding-right: 0;
  }
  .resmenu-container-sidebar .topsearch-entry .search-append {
    left: 0;
  }
}
#cpanel-form {
  position: fixed;
  right: -300px;
  top: 40%;
  width: 300px;
  float: right;
  z-index: 10;
  text-align: left;
  direction: ltr;
}
#cpanel-form .cpanel-inner {
  background: none repeat scroll 0 0 #e5e5e5;
  border-color: #f3f3f3;
  color: #555;
  font-size: 11px;
  padding: 8px;
  position: relative;
  z-index: 999;
}
#cpanel-form .cpanel-title {
  background: #666;
  box-shadow: 0 1px 1px rgba(0,0,0,0.2) inset;
  color: #fff;
  float: left;
  font-size: 14px;
  font-weight: bold;
  padding: 3px 10px 0;
  width: 282px;
}
#cpanel-form .cpanel-title h4 {
  float: left;
  margin-top: 5px;
  font-size: 16px;
  text-transform: uppercase;
}
#cpanel-form .cpanel-title h4 i {
  color: #dfdfdf;
}
#cpanel-form .cpannel-button .btn {
  background: #a1a1a1;
  border-radius: 0px;
  margin-left: 10px;
  margin-bottom: 15px;
  margin-top: 15px;
  font-size: 14px;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-image: -webkit-gradient(linear,left 0%,left 100%,from(#a1a1a1),to(#969696));
  background-image: -webkit-linear-gradient(top,#a1a1a1,0%,#969696,100%);
  background-image: -moz-linear-gradient(top,#a1a1a1 0%,#969696 100%);
  background-image: linear-gradient(to bottom,#a1a1a1 0%,#969696 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa1a1a1', endColorstr='#ff969696', GradientType=0);
  border-color: #969696 #969696 #707070;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
}
#cpanel-form .cpannel-button .btn:hover {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-image: -webkit-gradient(linear,left 0%,left 100%,from(#969696),to(#a1a1a1));
  background-image: -webkit-linear-gradient(top,#969696,0%,#a1a1a1,100%);
  background-image: -moz-linear-gradient(top,#969696 0%,#a1a1a1 100%);
  background-image: linear-gradient(to bottom,#969696 0%,#a1a1a1 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff969696', endColorstr='#ffa1a1a1', GradientType=0);
  border-color: #a1a1a1 #a1a1a1 #7b7b7b;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
}
#cpanel-form img {
  display: inline-block;
}
#cpanel-form .panel,
#cpanel-form .panel-default {
  border: 1px solid #bcbcbc;
  margin-bottom: 5px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}
#cpanel-form .panel .panel-heading,
#cpanel-form .panel-default .panel-heading {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-image: -webkit-gradient(linear,left 0%,left 100%,from(#fff),to(#f6f6f6));
  background-image: -webkit-linear-gradient(top,#fff,0%,#f6f6f6,100%);
  background-image: -moz-linear-gradient(top,#fff 0%,#f6f6f6 100%);
  background-image: linear-gradient(to bottom,#fff 0%,#f6f6f6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff6f6f6', GradientType=0);
  border-color: #f6f6f6 #f6f6f6 #d0d0d0;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  clear: both;
  padding: 0 !important;
  text-shadow: none;
}
#cpanel-form .panel .panel-heading .accordion-toggle,
#cpanel-form .panel-default .panel-heading .accordion-toggle {
  color: #909090;
  font-size: 12px;
  position: relative;
  display: block;
  padding: 8px 15px;
}
#cpanel-form .panel .panel-heading .accordion-toggle img,
#cpanel-form .panel-default .panel-heading .accordion-toggle img {
  margin-right: 10px;
  opacity: 0.2;
  width: 20px;
  display: inline-block;
}
#cpanel-form .panel .panel-heading .accordion-toggle:after,
#cpanel-form .panel-default .panel-heading .accordion-toggle:after {
  content: '\F078';
  font-family: 'FontAwesome';
  position: absolute;
  right: 10px;
}
#cpanel-form .panel .panel-heading i,
#cpanel-form .panel-default .panel-heading i {
  color: #909090;
}
#cpanel-form .panel .panel-collapse,
#cpanel-form .panel-default .panel-collapse {
  max-height: 190px;
  overflow-y: auto;
}
#cpanel-form .panel .panel-collapse .accordion-inner,
#cpanel-form .panel-default .panel-collapse .accordion-inner {
  border-top: 1px solid #E5E5E5;
  padding: 9px 15px;
}
#cpanel-form .panel .control-group,
#cpanel-form .panel-default .control-group {
  margin-bottom: 10px;
}
#cpanel-form a.cpanel-control {
  background-color: #707070;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border: 1px solid #fff;
  border-radius: 5px 0 0 5px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.4);
  height: 40px;
  left: -40px;
  line-height: 36px;
  padding: 0 0 5px 10px;
  position: absolute;
  width: 40px;
  z-index: 10;
  top: 20%;
}
#cpanel-form a.cpanel-control:before {
  content: "\f0a5";
  color: #fff;
  display: inline;
  font-family: "FontAwesome";
  font-size: 20px;
}
#cpanel-form a.cpanel-control.active:before {
  content: "\f0a4";
  font-family: "FontAwesome";
  font-size: 20px;
}
#cpanel-form label {
  float: left;
  width: 50%;
  padding: 5px 0;
  text-align: left;
  font-size: 12px;
  font-weight: 500;
}
#cpanel-form label.nicemerry-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 .nicemerry-radio-img input[type="radio"],
#cpanel-form .nicemerry-radio-img span {
  display: none;
}
#cpanel-form .nicemerry-radio-img img {
  width: 33px;
  cursor: pointer;
}
.lt-ie9 #cpanel-form .nicemerry-radio-img img {
  width: auto;
}
#cpanel-form input,
#cpanel-form textarea,
#cpanel-form .uneditable-input {
  width: 206px;
  border: 1px solid #ddd;
  background: #fff;
}
#cpanel-form select {
  background-color: #FFFFFF;
  border: 1px solid #ccc;
  width: 220px;
}
#cpanel-form select,
#cpanel-form input {
  height: 20px;
  line-height: 30px;
  padding: 4px 6px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
#cpanel-form select,
#cpanel-form input {
  border-radius: 0px;
  height: 30px;
}
#cpanel-form fieldset {
  width: 100%;
}
#cpanel-form input[type="checkbox"] {
  width: 20px;
  height: 20px;
}
.sidebar .widget {
  margin-bottom: 30px;
}
.sidebar .widget {
  margin-bottom: 30px;
}
.sidebar .widget .widget-inner .block-title-widget {
  background-color: #f2f2f2;
}
.sidebar .widget .widget-inner .block-title-widget h2 {
  position: relative;
  padding: 15px;
  color: #191919;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700 !important;
  margin-bottom: 0;
}
.sidebar .widget .widget-inner .block-title-widget h2:before {
  content: '\f219';
  font-family: FontAwesome;
  font-size: 18px;
  display: inline-block;
  margin-right: 10px;
  color: #d7182a;
}
.rtl .sidebar .widget .widget-inner .block-title-widget h2:before {
  margin-left: 10px;
  margin-right: 0;
}
.sidebar .widget .widget-inner select {
  max-width: 100%;
  padding: 7px;
}
.sidebar .widget .widget-inner ul {
  list-style: none;
  margin: 0;
  border: 1px solid #ebebeb;
}
.sidebar .widget .widget-inner ul > li {
  padding: 15px;
  border-bottom: 1px solid #ddd;
}
.sidebar .widget .widget-inner ul > li > a {
  display: inline-block;
  vertical-align: top;
}
.sidebar .widget .widget-inner ul > li:last-child {
  border: 0;
}
.sidebar .widget .widget-inner ul > li ul.children {
  margin-left: 15px;
  padding-top: 10px;
  border: 0;
}
.sidebar .widget .widget-inner ul > li ul.children > li:first-child {
  border-top: 1px solid #ddd;
}
.sidebar .widget.widget_search .searchform {
  margin-top: 20px;
}
.sidebar .widget.widget_search .searchform .screen-reader-text {
  display: block;
}
.sidebar .widget.widget_search .searchform > div {
  position: relative;
  min-height: 60px;
}
.sidebar .widget.widget_search .searchform > div input {
  position: absolute;
  left: 0;
  top: 30px;
  width: 100%;
  border: 1px solid #c9c9c9;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  padding: 7px 60px 7px 7px;
  background: #fff;
}
.rtl .sidebar .widget.widget_search .searchform > div input {
  padding: 7px 7px 7px 60px;
}
.sidebar .widget.widget_search .searchform > div input#searchsubmit {
  background: #191919;
  border: #191919;
  padding: 8px;
  right: 0;
  width: auto;
  left: auto;
  color: #fff;
}
.sidebar .widget.widget_search .searchform > div input#searchsubmit:hover {
  background: #d7182a;
}
.rtl .sidebar .widget.widget_search .searchform > div input#searchsubmit {
  right: auto;
  left: 0;
}
.sidebar .widget.widget_calendar #calendar_wrap {
  width: 100%;
}
.sidebar .widget.widget_calendar #calendar_wrap #wp-calendar {
  width: 100%;
  max-width: 50%;
}
.sidebar .widget.widget_calendar #calendar_wrap #wp-calendar tbody tr td,
.sidebar .widget.widget_calendar #calendar_wrap #wp-calendar tr th {
  padding: 10px;
  text-align: center;
  border: 1px solid #ccc;
}
.sidebar .widget.widget_calendar #calendar_wrap #wp-calendar tbody tr td > a,
.sidebar .widget.widget_calendar #calendar_wrap #wp-calendar tr th > a {
  font-weight: bold;
}
.sidebar .widget.widget_calendar #calendar_wrap #wp-calendar #today {
  font-weight: bold;
}
.sidebar .widget.widget_archive .screen-reader-text,
.sidebar .widget.widget_categories .screen-reader-text {
  display: none;
}
.sidebar .widget.widget_archive select,
.sidebar .widget.widget_categories select {
  margin-top: 20px;
  width: 100%;
}
.sidebar .widget.widget_text .textwidget {
  padding-top: 15px;
}
.sidebar .widget.widget_tag_cloud .tagcloud {
  padding-top: 15px;
}
.sidebar .widget.widget_rss .block-title-widget h2 span {
  float: left;
}
.sidebar .widget.widget_rss .block-title-widget h2:before {
  content: '';
}
.sidebar .widget.widget_rss .block-title-widget h2 img {
  display: inline-block;
  margin-right: 10px;
}
.sidebar .widget.widget_rss .widget-inner > ul li a {
  padding: 0;
}
.sidebar .widget.widget_rss .widget-inner > ul li a.rsswidget {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}
.sidebar .widget.widget_rss .widget-inner > ul li .rss-date {
  display: block;
  color: #999;
  font-size: 12px;
  margin-bottom: 10px;
}
.sidebar .widget.widget_recent_comments .widget-inner ul#recentcomments > li .comment-author-link {
  font-weight: bold;
}
.sidebar .widget.widget_tag_cloud .tagcloud {
  margin: 0 !important;
}
.sidebar .widget.widget_tag_cloud .tagcloud a {
  display: inline-block;
  color: #333;
  padding: 10px;
  border: 1px solid #e0e0e0;
  padding: 6px 9px;
  margin: 5px 2px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.sidebar .widget.widget_tag_cloud .tagcloud a:hover {
  border: 1px solid #d7182a;
  background-color: #d7182a;
  color: #fff;
}
.sidebar .widget.widget_nav_menu .widget-inner ul.menu {
  border: 0;
}
.sidebar .widget.widget_nav_menu .widget-inner ul.menu > li {
  padding: 0;
  position: relative;
}
.sidebar .widget.widget_nav_menu .widget-inner ul.menu > li > a {
  display: block;
  padding: 10px 0;
}
.sidebar .widget.widget_nav_menu .widget-inner ul.menu > li:hover > a {
  color: #d7182a;
}
.sidebar .widget.widget_nav_menu .widget-inner ul.menu > li:hover > ul.dropdown-menu {
  display: block;
}
.sidebar .widget.widget_nav_menu .widget-inner ul.menu > li ul.dropdown-menu {
  position: static;
  border-radius: 0;
  display: block;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  border: 0;
  background: none;
  padding: 0;
  float: none;
  margin-left: 15px;
  min-width: auto;
}
.sidebar .widget.widget_nav_menu .widget-inner ul.menu > li ul.dropdown-menu > li {
  padding: 0;
  position: relative;
}
.sidebar .widget.widget_nav_menu .widget-inner ul.menu > li ul.dropdown-menu > li.active > a {
  background-color: #fff;
  color: #d7182a;
}
.sidebar .widget.widget_nav_menu .widget-inner ul.menu > li ul.dropdown-menu > li > a {
  display: block;
  padding: 10px 15px;
}
.sidebar .widget.widget_nav_menu .widget-inner ul.menu > li ul.dropdown-menu > li > a:hover,
.sidebar .widget.widget_nav_menu .widget-inner ul.menu > li ul.dropdown-menu > li > a:focus {
  background: none;
  color: #d7182a;
}
.sidebar .widget.widget_nav_menu .widget-inner ul.menu > li ul.dropdown-menu > li:first-child {
  border-top: 1px solid #ccc;
}
.page .listing-title h1 {
  margin: 40px 0 0;
}
.wp_left_contact {
  color: #999999;
  line-height: 22px;
}
.wp_left_contact h4 {
  margin-bottom: 28px;
  color: #282828;
}
.wp_left_contact ul {
  list-style-type: none;
  margin: 0;
  color: #666666;
}
.wp_left_contact ul li {
  margin: 15px 0;
  display: inline-block;
  width: 100%;
}
.wp_left_contact ul li i {
  margin-right: 10px;
}
.rtl .wp_left_contact ul li i {
  margin-right: 0;
  margin-left: 10px;
}
.wp_left_contact ul li a {
  color: #666666;
}
.wp_left_contact ul li a:hover {
  color: #d7182a;
}
.wp_left_contact ul li.address i {
  font-size: 16px;
}
.wp_left_contact ul li.email i {
  font-size: 12px;
}
.wp_left_contact ul li.phone {
  font-size: 20px;
}
.wp_left_contact ul li.phone a {
  font-weight: 600;
}
.wp_left_contact ul li.phone i {
  font-size: 18px;
}
.wpb_gmaps_widget .wpb_wrapper {
  padding: 0;
}
.wpb_gmaps_widget .wpb_wrapper .wpb_map_wraper {
  border: 5px solid #fff;
}
.wpcf7 .wp-input {
  margin: 0 -15px;
}
.wpcf7 .wp-input .wpcf7-form-control-wrap {
  width: 33.333%;
  float: left;
  padding: 0 15px;
}
.wpcf7 .wp-input .wpcf7-form-control-wrap input {
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.wpcf7 .wp-input .wpcf7-form-control-wrap input::-webkit-input-placeholder {
  color: #555;
}
.wpcf7 .wp-input .wpcf7-form-control-wrap input::-moz-placeholder {
  color: #555;
}
.wpcf7 .wp-input .wpcf7-form-control-wrap input:-ms-input-placeholder {
  color: #555;
}
.wpcf7 .wp-input .wpcf7-form-control-wrap .wpcf7-text {
  height: 40px;
  border: 1px solid #ddd;
  font-size: 13px;
  color: #555;
  padding: 10px 20px;
  margin-bottom: 20px;
}
.wpcf7 textarea {
  padding: 10px 20px;
  height: 40px;
  border: 1px solid #ddd;
  font-size: 13px;
  width: 100%;
  min-height: 150px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.wpcf7 textarea::-webkit-input-placeholder {
  color: #555;
}
.wpcf7 textarea::-moz-placeholder {
  color: #555;
}
.wpcf7 textarea:-ms-input-placeholder {
  color: #555;
}
.wpcf7.your-message {
  float: none;
  clear: both;
}
.wpcf7 .wpcf7-submit {
  margin-top: 10px;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  border: 0;
  background-color: #191919;
  height: 42px;
  line-height: 42px;
  padding: 0 30px;
  -webkit-border-radius: 42px;
  -moz-border-radius: 42px;
  -o-border-radius: 42px;
  -ms-border-radius: 42px;
  border-radius: 42px;
}
.rtl .wpcf7 .wpcf7-submit {
  float: right;
}
.wpcf7 .wpcf7-submit:hover {
  background-color: #d7182a;
}
.about_us .title-page {
  font-size: 18px;
  color: #191919;
  font-weight: 700 !important;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.about_us .about-us {
  text-align: center;
}
.contact_us.rtl .wpcf7 .wpcf7-form-control-wrap input,
.contact_us.rtl .wpcf7 textarea {
  text-align: right;
}
.contact_us.rtl .block-contact .item .item-wrap {
  text-align: right;
}
.contact_us.rtl .block-contact .item .item-wrap .icon {
  float: right;
  margin: 0 0 0 10px;
}
.contact_us .block-contact .item .item-wrap {
  background-color: #f2f2f2;
  font-weight: 600;
  font-size: 14px;
  color: #191919;
  overflow: hidden;
  text-align: left;
  padding: 17px 20px;
}
.contact_us .block-contact .item .item-wrap .icon {
  display: inline-block;
  height: 66px;
  width: 66px;
  border-radius: 50%;
  border: 1px solid #b7b7b7;
  float: left;
  margin-right: 10px;
}
.contact_us .block-contact .item .item-wrap .info {
  padding: 20px 0;
  line-height: 20px;
}
.contact_us .block-contact .item.support .item-wrap .icon {
  background: url("../assets/img/bg_general.png") no-repeat -9px -1706px #f2f2f2;
}
.contact_us .block-contact .item.phone .item-wrap .icon {
  background: url("../assets/img/bg_general.png") no-repeat -9px -1761px #f2f2f2;
}
.contact_us .block-contact .item.address .item-wrap .icon {
  background: url("../assets/img/bg_general.png") no-repeat -9px -1818px #f2f2f2;
}
.contact_us .block-contact .item.address .item-wrap .info {
  padding: 13px 0;
}
.contact_us .title-page {
  font-size: 18px;
  color: #191919;
  font-weight: 700 !important;
  text-transform: uppercase;
  margin-bottom: 20px;
  text-align: center;
}
.contact_us .des {
  text-align: center;
  margin-bottom: 36px;
}
.contact_us .wpcf7 .wpcf7-form-control-wrap input {
  border-radius: 0;
  color: #8c8c8c;
  height: 45px;
  padding: 0 15px;
  width: 100%;
  margin-bottom: 30px;
}
.contact_us .wpcf7 .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  margin-top: -10px;
}
.contact_us .wpcf7 textarea {
  color: #8c8c8c;
}
.contact_us .wpcf7 input[type="submit"] {
  height: 43px;
  border-radius: 0;
  background-color: #d7182a;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 15px 0 0;
  padding: 0 30px;
  border: 0;
}
.contact_us .wpcf7 input[type="submit"]:hover {
  background-color: #a91321;
}
.sw-ourteam-slider {
  margin-bottom: 60px;
}
.sw-ourteam-slider .slick-slider .slick-list {
  margin: 0 -15px;
}
.sw-ourteam-slider .slick-slider .item {
  padding: 0 15px;
  text-align: center;
}
.sw-ourteam-slider .slick-slider .item .item-wrap {
  background-color: transparent;
}
.sw-ourteam-slider .slick-slider .item .item-wrap .item-img img {
  margin: auto;
}
.sw-ourteam-slider .slick-slider .item .item-wrap .item-img img:hover {
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.sw-ourteam-slider .slick-slider .item .item-wrap .item-content {
  padding: 10px 0 15px;
  color: #999999;
}
.sw-ourteam-slider .slick-slider .item .item-wrap .item-content h3 {
  font-size: 16px;
  color: #282828;
}
.sw-ourteam-slider .slick-slider .item .item-wrap .item-content .team-info {
  margin-bottom: 15px;
}
.sw-ourteam-slider .slick-slider .item .item-wrap .item-content .item-desc {
  line-height: 22px;
}
.sw-ourteam-slider .slick-slider .item .item-wrap .item-social .team-social {
  display: inline-block;
  vertical-align: top;
  margin: 5px 2px;
}
.sw-ourteam-slider .slick-slider .item .item-wrap .item-social .team-social a {
  display: inline-block;
  vertical-align: top;
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background-color: #999999;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.sw-ourteam-slider .slick-slider .item .item-wrap .item-social .team-social a:hover {
  background-color: #d7182a;
}
.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;
}
.nicemerry-portfolio .portfolio-tab {
  text-align: center;
}
.rtl .nicemerry-portfolio .portfolio-tab {
  text-align: center;
}
.nicemerry-portfolio .portfolio-tab ul {
  margin: 0 0 25px;
  background: #fff;
  display: inline-block;
  overflow: hidden;
}
.nicemerry-portfolio .portfolio-tab ul li {
  float: left;
  border: 1px solid #ebebeb;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  padding: 0 20px;
  height: 40px;
  line-height: 38px;
  color: #191919;
  margin-right: 10px;
  background-color: #fff;
}
.rtl .nicemerry-portfolio .portfolio-tab ul li {
  float: right;
}
.nicemerry-portfolio .portfolio-tab ul li.selected {
  background: #d7182a;
  color: #fff;
  border-color: #d7182a;
}
.nicemerry-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;
}
.nicemerry-portfolio .btn-loadmore.btn-loading {
  margin-top: 20px;
  background: url(../assets/img/loadingp.gif) no-repeat center center;
  border-color: transparent;
  background-size: 40px 40px;
}
.nicemerry-portfolio .btn-loadmore.btn-loading .des-load {
  border: 0;
  display: none;
}
.nicemerry-portfolio .btn-loadmore.btn-loading .des-load:before {
  content: "";
}
.nicemerry-portfolio .btn-loadmore .des-load {
  font-size: 14px;
  padding: 10px 20px;
  display: inline-block;
  line-height: normal;
  background: #d7182a;
  font-weight: bold;
  color: #fff;
  border-radius: 0px;
}
.nicemerry-portfolio .btn-loadmore .des-load:hover {
  opacity: 0.8;
}
.nicemerry-portfolio .btn-loadmore .des-load:before {
  content: attr(data-label);
}
.nicemerry-portfolio .btn-loadmore.btn-loaded  .des-load:before {
  content: attr(data-label-loaded);
}
.nicemerry-portfolio .portfolio-container {
  overflow: hidden;
}
.nicemerry-portfolio .portfolio-container ul.portfolio-content {
  width: 100%;
  margin: 0;
}
.nicemerry-portfolio .portfolio-container ul.portfolio-content:after {
  content: '';
  display: block;
  clear: both;
}
.nicemerry-portfolio .portfolio-container ul.portfolio-content >li {
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 0;
  position: relative;
  display: inline-block;
}
.nicemerry-portfolio .portfolio-container ul.portfolio-content >li.grid-item {
  padding: 0 15px;
  float: left;
}
.nicemerry-portfolio .portfolio-container ul.portfolio-content >li .portfolio-item-inner {
  overflow: hidden;
}
.nicemerry-portfolio .portfolio-container ul.portfolio-content >li .portfolio-item-inner .portfolio-in {
  position: relative;
  z-index: 1;
}
.nicemerry-portfolio .portfolio-container ul.portfolio-content >li .portfolio-item-inner .portfolio-in a.portfolio-img img:hover {
  opacity: 1;
}
.nicemerry-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;
}
.nicemerry-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;
}
.nicemerry-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);
}
.nicemerry-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;
}
.nicemerry-portfolio .portfolio-container ul.portfolio-content >li .portfolio-item-inner .portfolio-in .p-item-content .p-item:hover {
  color: #d7182a;
  box-shadow: 0 0 1px 1px #d7182a;
}
.nicemerry-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;
}
.nicemerry-portfolio .portfolio-container ul.portfolio-content >li .portfolio-item-inner .portfolio-in .p-item-content .p-item-title:hover {
  color: #d7182a;
}
.nicemerry-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);
}
.nicemerry-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);
}
.nicemerry-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);
}
.nicemerry-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;
}
.nicemerry-portfolio .portfolio-container ul.portfolio-content >li.portfolio-item {
  width: 33.332%;
  margin: 0;
  padding: 0;
  border: 0;
}
.nicemerry-portfolio .portfolio-container ul.portfolio-content >li.portfolio-item img {
  width: 100%;
}
.nicemerry-portfolio .portfolio-container ul.portfolio-content >li.portfolio-item.p-double-width {
  width: 40%;
}
.nicemerry-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: #3d3d3d 4;
}
.single-portfolio .portfolio-top .portfolio-content .single-portfolio-content .single-description {
  margin-bottom: 25px;
}
.single-portfolio .portfolio-top .portfolio-content .single-portfolio-content .portfolio-meta .pmeta-item {
  margin-bottom: 10px;
}
.single-portfolio .portfolio-top .portfolio-content .single-portfolio-content .portfolio-meta .pmeta-item span {
  font-weight: bold;
  display: inline-block;
  min-width: 120px;
}
.single-portfolio .portfolio-top .portfolio-content .single-portfolio-content .portfolio-meta .pmeta-item > .meta-link {
  color: #d7182a;
}
.single-portfolio .portfolio-top .portfolio-content .single-portfolio-content .portfolio-meta .pmeta-item > .meta-link:hover {
  color: #a91321;
}
.single-portfolio .related-portfolio {
  background: #fff;
  padding: 0 0 20px;
  margin-bottom: 40px;
  border-top: 2px solid #d7182a;
  position: relative;
}
.single-portfolio .related-portfolio:before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #ebebeb;
  position: absolute;
  top: 60px;
  left: 0;
  display: inline-block;
}
.single-portfolio .related-portfolio .related-items {
  margin: 0 -10px;
}
.single-portfolio .related-portfolio .related-items .related-item {
  width: 25%;
  padding: 0 10px;
}
.single-portfolio .related-portfolio .related-items .related-item img {
  margin-bottom: 15px;
}
.single-portfolio .related-portfolio .related-items .related-item .thumbnail-portfolio:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.single-portfolio .related-portfolio .related-items .related-item h4 {
  font-size: 14px;
  margin: 0;
}
.single-portfolio .related-portfolio .related-items .related-item h4 a {
  text-transform: capitalize;
  font-weight: bold;
}
.single-portfolio.rtl .portfolio-top .portfolio-content .single-thumbnail {
  margin-left: 30px;
  margin-right: 0;
}
.p-title {
  color: #333;
  font-size: 15px;
  margin: 0;
  padding: 20px 0;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: 'MontserratBold' !important;
}
.masonry .btn-loadmore .des-load {
  margin-top: 30px;
}
.portfolio .cmm-box-right .control-group button {
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .p-lg-1 {
    width: 100%;
  }
  .p-lg-2 {
    width: 50%;
  }
  .p-lg-3 {
    width: 33.3333%;
  }
  .p-lg-4 {
    width: 25%;
  }
  .p-lg-5 {
    width: 20%;
  }
  .p-lg-6 {
    width: 16.6666%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .p-md-1 {
    width: 100%;
  }
  .p-md-2 {
    width: 50%;
  }
  .p-md-3 {
    width: 33.3333%;
  }
  .p-md-4 {
    width: 25%;
  }
  .p-md-5 {
    width: 20%;
  }
  .p-md-6 {
    width: 16.6666%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .p-sm-1 {
    width: 100%;
  }
  .p-sm-2 {
    width: 50%;
  }
  .p-sm-3 {
    width: 33.3333%;
  }
  .p-sm-4 {
    width: 25%;
  }
  .p-sm-5 {
    width: 20%;
  }
  .p-sm-6 {
    width: 16.6666%;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .p-xs-1 {
    width: 100%;
  }
  .p-xs-2 {
    width: 50%;
  }
  .p-xs-3 {
    width: 33.3333%;
  }
  .p-xs-4 {
    width: 25%;
  }
  .p-xs-5 {
    width: 20%;
  }
  .p-xs-6 {
    width: 16.6666%;
  }
}
@media (max-width: 480px) {
  .grid-item {
    width: 100%;
  }
}
.sidebar .widget.widget_categories .block-title-widget,
.sidebar .widget.widget_recent_entries .block-title-widget {
  background-color: #f2f2f2;
}
.sidebar .widget.widget_categories .block-title-widget h2,
.sidebar .widget.widget_recent_entries .block-title-widget h2 {
  position: relative;
  padding: 15px;
  color: #191919;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700 !important;
  margin-bottom: 0;
}
.sidebar .widget.widget_categories .block-title-widget h2:before,
.sidebar .widget.widget_recent_entries .block-title-widget h2:before {
  content: '\f219';
  font-family: FontAwesome;
  font-size: 18px;
  display: inline-block;
  margin-right: 10px;
  color: #d7182a;
}
.rtl .sidebar .widget.widget_categories .block-title-widget h2:before,
.rtl .sidebar .widget.widget_recent_entries .block-title-widget h2:before {
  margin-left: 10px;
  margin-right: 0;
}
.listing-title h1 {
  font-size: 28px;
  font-weight: 700 !important;
  color: #191919;
  margin: 0 0 30px;
  display: block;
  text-transform: uppercase;
}
.category-contents {
  margin-bottom: 40px;
}
.category-contents .blog-content .post {
  margin-bottom: 30px;
}
.category-contents .blog-content .post.format-gallery .entry-thumb:before {
  border: 0 !important;
}
.category-contents .blog-content .post.format-audio .entry-thumb {
  width: 100%;
}
.category-contents .blog-content .post.sticky .entry .entry-content {
  background: #f2f2f2;
  padding: 20px;
}
.category-contents .blog-content .post .entry {
  background-color: #fff;
}
.category-contents .blog-content .post .entry .entry-thumb {
  position: relative;
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
}
.category-contents .blog-content .post .entry .entry-thumb:hover img {
  opacity: 0.85;
}
.category-contents .blog-content .post .entry .entry-thumb:before {
  content: '';
  width: 0;
  height: 0;
  border-bottom: 85px solid transparent;
  border-left: 80px solid #fff;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 2;
}
.rtl .category-contents .blog-content .post .entry .entry-thumb:before {
  right: 0;
  left: auto;
  border-right: 80px solid #fff;
  border-left: 0;
}
.category-contents .blog-content .post .entry .entry-thumb .entry-meta {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.rtl .category-contents .blog-content .post .entry .entry-thumb .entry-meta {
  right: 0;
  left: auto;
}
.category-contents .blog-content .post .entry .entry-thumb .entry-meta .day-time {
  font-size: 24px;
  color: #909090;
  font-weight: 700;
}
.category-contents .blog-content .post .entry .entry-thumb .entry-meta .month-time {
  font-size: 14px;
  color: #909090;
  display: block;
}
.category-contents .blog-content .post .entry .entry-content {
  padding: 0;
}
.category-contents .blog-content .post .entry .entry-content .content-top {
  padding: 15px 0;
  border-bottom: 1px solid #ebebeb;
}
.category-contents .blog-content .post .entry .entry-content .content-top .entry-title h4 {
  margin-bottom: 20px;
}
.category-contents .blog-content .post .entry .entry-content .content-top .entry-title h4 a {
  font-size: 18px;
  color: #191919;
  font-weight: 700;
  line-height: normal;
}
.category-contents .blog-content .post .entry .entry-content .content-top .entry-title h4 a:hover {
  color: #d7182a;
}
.category-contents .blog-content .post .entry .entry-content .content-top .entry-meta {
  color: #909090;
  font-size: 13px;
  margin-bottom: 5px;
}
.category-contents .blog-content .post .entry .entry-content .content-top .entry-meta a {
  color: #909090;
}
.category-contents .blog-content .post .entry .entry-content .content-top .entry-meta a:hover {
  color: #d7182a;
}
.category-contents .blog-content .post .entry .entry-content .content-top .entry-meta span {
  margin-right: 20px;
  display: inline-block;
}
.rtl .category-contents .blog-content .post .entry .entry-content .content-top .entry-meta span {
  margin-left: 20px;
  margin-right: 0;
}
.category-contents .blog-content .post .entry .entry-content .content-top .entry-meta .fa {
  margin-right: 10px;
}
.rtl .category-contents .blog-content .post .entry .entry-content .content-top .entry-meta .fa {
  margin-left: 10px;
  margin-right: 0;
}
.category-contents .blog-content .post .entry .entry-content .content-top .entry-meta-tag {
  color: #909090;
  text-transform: capitalize;
  font-size: 13px;
}
.category-contents .blog-content .post .entry .entry-content .content-top .entry-meta-tag a {
  color: #909090;
}
.category-contents .blog-content .post .entry .entry-content .content-top .entry-meta-tag a:hover {
  color: #d7182a;
}
.category-contents .blog-content .post .entry .entry-content .content-top .entry-meta-tag .fa {
  margin-right: 10px;
}
.rtl .category-contents .blog-content .post .entry .entry-content .content-top .entry-meta-tag .fa {
  margin: 0 0px 0 10px;
}
.category-contents .blog-content .post .entry .entry-content .readmore {
  text-align: center;
}
.category-contents .blog-content .post .entry .entry-content .readmore a {
  display: block;
  width: 100%;
  padding: 15px 0 5px;
  font-size: 13px;
  font-weight: 600;
  color: #d7182a;
  text-align: left;
}
.rtl .category-contents .blog-content .post .entry .entry-content .readmore a {
  text-align: right;
}
.category-contents .blog-content .post .entry .entry-content .readmore a:hover {
  color: #c01526;
}
.category-contents .blog-content .post .entry .entry-content .readmore a i {
  padding: 0 6px;
  font-size: 14px;
}
.rtl .category-contents .blog-content .post .entry .entry-content .readmore a i:before {
  content: '\f0d9';
}
.category-contents .blog-content.blog-content-grid .post .entry .entry-content .content-top .entry-title h4 a {
  font-size: 16px;
}
.category-contents .blog-content.blog-content-list .post .entry .entry-content .content-top {
  padding: 20px 0;
}
.category-contents .blog-content.blog-content-list .post .entry .entry-content .content-top .entry-title h4 {
  margin-bottom: 15px;
}
.category-contents .blog-content.blog-content-list .post .entry .entry-content .content-top .entry-meta {
  margin-bottom: 15px;
}
.category-contents .blog-content.blog-content-list .post.no-thumb .entry .entry-thumb:before {
  display: none;
}
.pagination {
  display: inline-block;
  float: none;
  width: 100%;
  padding: 20px 0;
  margin: 10px 0 0;
  text-align: center;
  background-color: #f2f2f2;
  border: 1px solid #ebebeb;
}
.pagination ul {
  margin: 0;
  list-style-type: none;
  float: none;
  display: inline-block;
  background-color: #f2f2f2;
}
.pagination ul li {
  float: left;
  position: relative;
  text-transform: capitalize;
  text-align: center;
  margin: 0 5px;
  background-color: #f2f2f2;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.rtl .pagination ul li {
  float: right;
}
.pagination ul li:hover a {
  color: #d7182a;
}
.pagination ul li span.current {
  background-color: #fff;
  color: #d7182a !important;
}
.pagination ul li a,
.pagination ul li span.current {
  background-color: #fff;
  display: block;
  width: 32px;
  line-height: 30px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #ebebeb;
  text-align: center;
  font-size: 16px;
  color: #191919;
  margin-bottom: 5px;
}
.pagination ul li .next,
.pagination ul li .prev {
  width: 90px;
  text-align: center;
  text-transform: uppercase;
  color: #191919;
  border-radius: 20px;
}
.pagination ul li .next:hover,
.pagination ul li .prev:hover {
  border: 1px solid #d7182a;
  background-color: #d7182a;
  color: #fff;
}
.rtl .pagination ul li .fa-angle-right:before {
  content: '\f104';
}
.rtl .pagination ul li .fa-angle-left:before {
  content: '\f105';
}
.format-audio .entry .wp-entry-thumb iframe {
  vertical-align: top;
  margin: 0;
}
blockquote {
  border: 0;
  padding: 5px 30px;
  position: relative;
}
blockquote:before {
  content: "";
  width: 17px;
  height: 13px;
  position: absolute;
  left: 0;
  top: 0;
}
blockquote:after {
  content: "";
  width: 17px;
  height: 13px;
  position: absolute;
  right: 0;
  bottom: 0;
}
blockquote p {
  font-style: italic;
  font-size: 13px;
}
.format-gallery .carousel.gallery-slider .carousel-control {
  display: inline-block;
  width: 32px !important;
  height: 32px !important;
  line-height: 32px;
  border-radius: 50%;
  position: absolute;
  z-index: 9;
  cursor: pointer;
  font-size: 0;
  top: 50%;
  margin-top: -16px;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  text-shadow: none;
  background-image: none;
}
.format-gallery .carousel.gallery-slider .carousel-control.left {
  left: 15px;
}
.format-gallery .carousel.gallery-slider .carousel-control.left:before {
  content: '\f0d9';
  font-family: 'FontAwesome';
  font-size: 16px;
  color: #999;
}
.format-gallery .carousel.gallery-slider .carousel-control.left:hover:before {
  color: #d7182a;
}
.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: #d7182a;
}
.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: #d7182a;
  border-color: #d7182a;
}
.single.main .post .entry-wrap,
.single.main .team .entry-wrap,
.single.main .attachment .entry-wrap {
  background-color: #fff;
  position: relative;
}
.single.main .post .entry-wrap .entry-thumb,
.single.main .team .entry-wrap .entry-thumb,
.single.main .attachment .entry-wrap .entry-thumb {
  position: relative;
}
.single.main .post .entry-wrap .entry-thumb img,
.single.main .team .entry-wrap .entry-thumb img,
.single.main .attachment .entry-wrap .entry-thumb img {
  width: 100%;
}
.single.main .post .entry-wrap .entry-thumb:before,
.single.main .team .entry-wrap .entry-thumb:before,
.single.main .attachment .entry-wrap .entry-thumb:before {
  content: '';
  width: 0;
  height: 0;
  border-bottom: 85px solid transparent;
  border-left: 80px solid #fff;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 2;
}
.rtl .single.main .post .entry-wrap .entry-thumb:before,
.rtl .single.main .team .entry-wrap .entry-thumb:before,
.rtl .single.main .attachment .entry-wrap .entry-thumb:before {
  border-right: 80px solid #fff;
  border-left: 0;
  right: 0;
  left: auto;
}
.single.main .post .entry-wrap .entry-title,
.single.main .team .entry-wrap .entry-title,
.single.main .attachment .entry-wrap .entry-title {
  color: #191919;
  font-size: 22px;
  font-weight: 700 !important;
  margin-top: 25px;
}
.single.main .post .entry-wrap .entry-date,
.single.main .team .entry-wrap .entry-date,
.single.main .attachment .entry-wrap .entry-date {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.rtl .single.main .post .entry-wrap .entry-date,
.rtl .single.main .team .entry-wrap .entry-date,
.rtl .single.main .attachment .entry-wrap .entry-date {
  right: 0;
  left: auto;
}
.single.main .post .entry-wrap .entry-date .day-time,
.single.main .team .entry-wrap .entry-date .day-time,
.single.main .attachment .entry-wrap .entry-date .day-time {
  font-size: 24px;
  color: #909090;
  font-weight: 700;
}
.single.main .post .entry-wrap .entry-date .month-time,
.single.main .team .entry-wrap .entry-date .month-time,
.single.main .attachment .entry-wrap .entry-date .month-time {
  font-size: 14px;
  color: #909090;
  display: block;
}
.single.main .post .entry-wrap .entry-content,
.single.main .team .entry-wrap .entry-content,
.single.main .attachment .entry-wrap .entry-content {
  padding: 20px 0 0;
}
.single.main .post .entry-wrap .entry-content .entry-meta,
.single.main .team .entry-wrap .entry-content .entry-meta,
.single.main .attachment .entry-wrap .entry-content .entry-meta {
  color: #909090;
  font-size: 13px;
  overflow: hidden;
  display: block;
  padding: 8px 0 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ebebeb;
}
.single.main .post .entry-wrap .entry-content .entry-meta a,
.single.main .team .entry-wrap .entry-content .entry-meta a,
.single.main .attachment .entry-wrap .entry-content .entry-meta a {
  color: #909090;
  font-size: 13px;
  text-transform: capitalize;
}
.single.main .post .entry-wrap .entry-content .entry-meta a:hover,
.single.main .team .entry-wrap .entry-content .entry-meta a:hover,
.single.main .attachment .entry-wrap .entry-content .entry-meta a:hover {
  color: #d7182a;
}
.single.main .post .entry-wrap .entry-content .entry-meta .entry-date,
.single.main .team .entry-wrap .entry-content .entry-meta .entry-date,
.single.main .attachment .entry-wrap .entry-content .entry-meta .entry-date {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
}
.single.main .post .entry-wrap .entry-content .entry-meta .entry-author,
.single.main .post .entry-wrap .entry-content .entry-meta .entry-tag,
.single.main .post .entry-wrap .entry-content .entry-meta .entry-comment,
.single.main .post .entry-wrap .entry-content .entry-meta .entry-date,
.single.main .team .entry-wrap .entry-content .entry-meta .entry-author,
.single.main .team .entry-wrap .entry-content .entry-meta .entry-tag,
.single.main .team .entry-wrap .entry-content .entry-meta .entry-comment,
.single.main .team .entry-wrap .entry-content .entry-meta .entry-date,
.single.main .attachment .entry-wrap .entry-content .entry-meta .entry-author,
.single.main .attachment .entry-wrap .entry-content .entry-meta .entry-tag,
.single.main .attachment .entry-wrap .entry-content .entry-meta .entry-comment,
.single.main .attachment .entry-wrap .entry-content .entry-meta .entry-date {
  float: left;
  margin-right: 20px;
}
.rtl .single.main .post .entry-wrap .entry-content .entry-meta .entry-author,
.rtl .single.main .post .entry-wrap .entry-content .entry-meta .entry-tag,
.rtl .single.main .post .entry-wrap .entry-content .entry-meta .entry-comment,
.rtl .single.main .post .entry-wrap .entry-content .entry-meta .entry-date,
.rtl .single.main .team .entry-wrap .entry-content .entry-meta .entry-author,
.rtl .single.main .team .entry-wrap .entry-content .entry-meta .entry-tag,
.rtl .single.main .team .entry-wrap .entry-content .entry-meta .entry-comment,
.rtl .single.main .team .entry-wrap .entry-content .entry-meta .entry-date,
.rtl .single.main .attachment .entry-wrap .entry-content .entry-meta .entry-author,
.rtl .single.main .attachment .entry-wrap .entry-content .entry-meta .entry-tag,
.rtl .single.main .attachment .entry-wrap .entry-content .entry-meta .entry-comment,
.rtl .single.main .attachment .entry-wrap .entry-content .entry-meta .entry-date {
  float: right;
  margin: 0 0 0 20px;
}
.rtl .single.main .post .entry-wrap .entry-content .entry-meta .entry-author i,
.rtl .single.main .post .entry-wrap .entry-content .entry-meta .entry-tag i,
.rtl .single.main .post .entry-wrap .entry-content .entry-meta .entry-comment i,
.rtl .single.main .post .entry-wrap .entry-content .entry-meta .entry-date i,
.rtl .single.main .team .entry-wrap .entry-content .entry-meta .entry-author i,
.rtl .single.main .team .entry-wrap .entry-content .entry-meta .entry-tag i,
.rtl .single.main .team .entry-wrap .entry-content .entry-meta .entry-comment i,
.rtl .single.main .team .entry-wrap .entry-content .entry-meta .entry-date i,
.rtl .single.main .attachment .entry-wrap .entry-content .entry-meta .entry-author i,
.rtl .single.main .attachment .entry-wrap .entry-content .entry-meta .entry-tag i,
.rtl .single.main .attachment .entry-wrap .entry-content .entry-meta .entry-comment i,
.rtl .single.main .attachment .entry-wrap .entry-content .entry-meta .entry-date i {
  margin: 0 0 0 10px;
}
.single.main .post .entry-wrap .entry-content .entry-meta .entry-author i,
.single.main .post .entry-wrap .entry-content .entry-meta .entry-tag i,
.single.main .post .entry-wrap .entry-content .entry-meta .entry-comment i,
.single.main .post .entry-wrap .entry-content .entry-meta .entry-date i,
.single.main .team .entry-wrap .entry-content .entry-meta .entry-author i,
.single.main .team .entry-wrap .entry-content .entry-meta .entry-tag i,
.single.main .team .entry-wrap .entry-content .entry-meta .entry-comment i,
.single.main .team .entry-wrap .entry-content .entry-meta .entry-date i,
.single.main .attachment .entry-wrap .entry-content .entry-meta .entry-author i,
.single.main .attachment .entry-wrap .entry-content .entry-meta .entry-tag i,
.single.main .attachment .entry-wrap .entry-content .entry-meta .entry-comment i,
.single.main .attachment .entry-wrap .entry-content .entry-meta .entry-date i {
  margin: 0 10px 0 0;
}
.single.main .post .entry-wrap .entry-content .entry-summary,
.single.main .team .entry-wrap .entry-content .entry-summary,
.single.main .attachment .entry-wrap .entry-content .entry-summary {
  line-height: 26px;
  color: #7d7d7d;
}
.single.main .post .entry-wrap .entry-content .entry-summary h3,
.single.main .team .entry-wrap .entry-content .entry-summary h3,
.single.main .attachment .entry-wrap .entry-content .entry-summary h3 {
  font-weight: 600 !important;
  color: #191919;
  text-transform: uppercase;
  margin: 25px 0;
  font-size: 13px;
}
.single.main .post .entry-wrap .entry-content .entry-summary p .alignnone,
.single.main .team .entry-wrap .entry-content .entry-summary p .alignnone,
.single.main .attachment .entry-wrap .entry-content .entry-summary p .alignnone {
  float: left;
  display: block;
  clear: none;
  margin: 20px 0 30px 0;
}
.single.main .post .entry-wrap .entry-content .entry-summary p .alignnone.image-single,
.single.main .team .entry-wrap .entry-content .entry-summary p .alignnone.image-single,
.single.main .attachment .entry-wrap .entry-content .entry-summary p .alignnone.image-single {
  margin-left: 30px;
}
.single.main .post .entry-wrap .entry-content .social-share,
.single.main .team .entry-wrap .entry-content .social-share,
.single.main .attachment .entry-wrap .entry-content .social-share {
  line-height: 33px;
  display: block;
  border-bottom: 1px solid #ebebeb;
  padding: 25px 0 40px;
}
.single.main .post .entry-wrap .entry-content .social-share .title-share,
.single.main .team .entry-wrap .entry-content .social-share .title-share,
.single.main .attachment .entry-wrap .entry-content .social-share .title-share {
  float: left;
  font-size: 14px;
  color: #191919;
  margin-right: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
.rtl .single.main .post .entry-wrap .entry-content .social-share .title-share,
.rtl .single.main .team .entry-wrap .entry-content .social-share .title-share,
.rtl .single.main .attachment .entry-wrap .entry-content .social-share .title-share {
  margin-left: 20px;
  margin-right: 0;
  float: right;
}
.single.main .post .entry-wrap .entry-content .social-share a,
.single.main .team .entry-wrap .entry-content .social-share a,
.single.main .attachment .entry-wrap .entry-content .social-share a {
  display: inline-block;
  vertical-align: top;
  padding: 0;
  margin: 0 4px;
  text-align: center;
  border-radius: 50%;
  height: 33px;
  width: 33px;
  color: #fff;
  background-color: #d7182a;
  font-size: 16px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.single.main .post .entry-wrap .entry-content .social-share a:hover,
.single.main .team .entry-wrap .entry-content .social-share a:hover,
.single.main .attachment .entry-wrap .entry-content .social-share a:hover {
  background-color: #000000;
}
.single.main .post .entry-wrap .entry-content .social-share a i,
.single.main .team .entry-wrap .entry-content .social-share a i,
.single.main .attachment .entry-wrap .entry-content .social-share a i {
  line-height: 33px;
}
.single.main .post #authorDetails,
.single.main .team #authorDetails,
.single.main .attachment #authorDetails {
  margin: 40px 0 0;
}
.single.main .post #authorDetails .authorDetail,
.single.main .team #authorDetails .authorDetail,
.single.main .attachment #authorDetails .authorDetail {
  background-color: #fff;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.single.main .post #authorDetails .authorDetail .avatar,
.single.main .team #authorDetails .authorDetail .avatar,
.single.main .attachment #authorDetails .authorDetail .avatar {
  overflow: hidden;
  float: left;
}
.rtl .single.main .post #authorDetails .authorDetail .avatar,
.rtl .single.main .team #authorDetails .authorDetail .avatar,
.rtl .single.main .attachment #authorDetails .authorDetail .avatar {
  float: right;
}
.single.main .post #authorDetails .authorDetail .infomation,
.single.main .team #authorDetails .authorDetail .infomation,
.single.main .attachment #authorDetails .authorDetail .infomation {
  overflow: hidden;
  padding: 10px 20px;
  color: #999999;
  line-height: 22px;
}
.single.main .post #authorDetails .authorDetail .infomation .name-author,
.single.main .team #authorDetails .authorDetail .infomation .name-author,
.single.main .attachment #authorDetails .authorDetail .infomation .name-author {
  text-transform: uppercase;
  color: #191919;
  font-size: 14px;
  font-weight: 700;
}
.single-post-relate {
  margin-bottom: 60px;
  margin-top: 40px;
}
.single-post-relate > h4 {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 16px;
  color: #3d3d3d;
  font-weight: 700 !important;
  padding: 0 0 15px;
  border-bottom: 1px solid #ebebeb;
  position: relative;
}
.single-post-relate > h4:before {
  content: '';
  width: 100px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -1px;
  background-color: #d7182a;
}
.rtl .single-post-relate > h4:before {
  right: 0;
  left: auto;
}
.single-post-relate .post .item-relate-img {
  position: relative;
}
.single-post-relate .post .item-relate-img:hover img {
  opacity: 0.85;
}
.single-post-relate .post .item-relate-img:before {
  content: '';
  width: 0;
  height: 0;
  border-bottom: 85px solid transparent;
  border-left: 80px solid #fff;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 2;
}
.rtl .single-post-relate .post .item-relate-img:before {
  border-right: 80px solid #fff;
  border-left: 0;
  right: 0;
  left: auto;
}
.single-post-relate .post .item-relate-img .entry-meta {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.rtl .single-post-relate .post .item-relate-img .entry-meta {
  left: auto;
  right: 10px;
}
.single-post-relate .post .item-relate-img .entry-meta .day-time {
  font-size: 24px;
  color: #909090;
  font-weight: 700;
}
.single-post-relate .post .item-relate-img .entry-meta .month-time {
  font-size: 14px;
  color: #909090;
  display: block;
}
.single-post-relate .post .item-relate-content {
  background-color: #fff;
  padding: 15px 0;
}
.single-post-relate .post .item-relate-content h4 {
  margin-bottom: 15px;
  text-transform: capitalize;
}
.single-post-relate .post .item-relate-content h4 a {
  color: #191919;
  font-size: 14px;
  font-weight: 700;
}
.single-post-relate .post .item-relate-content h4 a:hover {
  color: #d7182a;
}
.single-post-relate .post .item-relate-content .entry-meta {
  color: #909090;
  font-size: 13px;
  overflow: hidden;
  display: block;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 5px;
}
.single-post-relate .post .item-relate-content .entry-meta a {
  color: #909090;
  font-size: 13px;
  text-transform: capitalize;
}
.single-post-relate .post .item-relate-content .entry-meta a:hover {
  color: #d7182a;
}
.single-post-relate .post .item-relate-content .entry-meta .entry-tag,
.single-post-relate .post .item-relate-content .entry-meta .entry-comment {
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
}
.rtl .single-post-relate .post .item-relate-content .entry-meta .entry-tag,
.rtl .single-post-relate .post .item-relate-content .entry-meta .entry-comment {
  float: right;
  display: block;
  margin-left: 20px;
  margin-right: 0;
}
.rtl .single-post-relate .post .item-relate-content .entry-meta .entry-tag i,
.rtl .single-post-relate .post .item-relate-content .entry-meta .entry-comment i {
  margin: 0 0 0 10px;
}
.single-post-relate .post .item-relate-content .entry-meta .entry-tag i,
.single-post-relate .post .item-relate-content .entry-meta .entry-comment i {
  margin: 0 10px 0 0;
}
.single-post-relate .post .item-relate-content .read-more {
  color: #d7182a;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 14px;
  display: block;
  margin: 15px 0;
}
.single-post-relate .post .item-relate-content .read-more i {
  margin-right: 10px;
}
.rtl .single-post-relate .post .item-relate-content .read-more i {
  margin: 0 0 0 10px;
}
.rtl .single-post-relate .post .item-relate-content .read-more i:before {
  content: '\f0d9';
}
#comments h3 {
  color: #191919;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700 !important;
  margin-bottom: 20px;
}
#comments h3 small {
  color: #191919;
  font-size: 16px;
}
#comments .commentlist .children {
  margin-left: 90px;
  margin-right: 0;
}
.rtl #comments .commentlist .children {
  margin-right: 90px;
  margin-left: 0;
}
#comments .comment {
  margin-bottom: 30px;
  background-color: #fff;
}
#comments .comment .author {
  margin: 0;
  overflow: hidden;
}
#comments .comment .media-body {
  padding-left: 20px;
}
.rtl #comments .comment .media-body {
  padding-right: 20px;
  padding-left: 0;
}
#comments .comment .media-body .media .media-heading {
  overflow: hidden;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ebebeb;
}
#comments .comment .media-body .media .media-heading .author-name {
  color: #191919;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 5px;
}
#comments .comment .media-body .media .media-heading .time {
  color: #909090;
  font-weight: 600;
  font-size: 11px;
  line-height: 21px;
  padding: 0 50px;
  margin-top: -3px;
  text-transform: uppercase;
}
#comments .comment .media-body .media .media-heading .time a {
  color: #909090;
}
#comments .comment .media-body .media .media-heading .reply a {
  position: relative;
  font-size: 0;
}
#comments .comment .media-body .media .media-heading .reply a:before {
  font-size: 20px;
  color: #999999;
  content: "\f112";
  display: inline-block;
  vertical-align: top;
  font-family: fontawesome;
}
#comments .comment .media-body .media .media-heading .reply a:hover:before {
  color: #d7182a;
}
#comments .pingback .media-heading .time {
  display: none;
}
#respond {
  margin-bottom: 60px;
}
#respond .title {
  font-size: 16px;
  color: #191919;
  text-transform: uppercase;
  font-weight: 700 !important;
  margin-bottom: 30px;
}
#respond .comment-form .cmm-box-top {
  margin: 0 -15px 10px;
}
#respond .comment-form .cmm-box-top .control-group {
  width: 33.333%;
  padding: 0 15px;
}
#respond .comment-form .cmm-box-top input {
  width: 100%;
  border: 1px solid #ebebeb;
  height: 42px;
  text-indent: 15px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
#respond .comment-form .cmm-box-top input:focus {
  background-color: #fafafa;
}
#respond .comment-form .cmm-box-bottom textarea {
  width: 100%;
  border: 1px solid #ebebeb;
  padding: 14px 20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
#respond .comment-form #submit {
  margin-top: 10px;
  height: 42px;
  border: 0;
  line-height: 42px;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  padding: 0 25px;
  border-radius: 0;
  background: #d7182a;
}
#respond .comment-form #submit:hover {
  background: #a91321;
}
.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(216,24,43,0.8);
}
.rtl .sidebar-related-post .sidebar-relate-content .item .item-inner .img_over .entry-meta {
  left: auto;
  right: 10px;
}
.sidebar-related-post .sidebar-relate-content .item .item-inner .img_over .entry-meta .post_day {
  font-size: 22px;
  font-weight: bold;
  display: block;
  color: #fff;
  margin-bottom: 5px;
}
.sidebar-related-post .sidebar-relate-content .item .item-inner .img_over .entry-meta .post_my {
  display: block;
  color: #fff;
  font-size: 14px;
}
.sidebar-related-post .sidebar-relate-content .item .item-inner .entry-content .entry-title h4 {
  margin-bottom: 13px;
}
.sidebar-related-post .sidebar-relate-content .item .item-inner .entry-content .entry-meta-content {
  color: #999999;
}
.sidebar-related-post .sidebar-relate-content .item .item-inner:hover .img_over:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  filter: alpha(opacity=100);
}
.wrapper_404 {
  width: 100%;
  height: auto;
  text-align: center;
}
.wrapper_404 .content_404 {
  overflow: hidden;
  padding: 80px 0;
}
.wrapper_404 .content_404 .block-top {
  text-align: left;
}
.rtl .wrapper_404 .content_404 .block-top {
  text-align: right;
}
.wrapper_404 .content_404 .block-top h2 {
  color: #191919;
  font-size: 24px;
  font-weight: 700 !important;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.wrapper_404 .content_404 .block-top .warning-code {
  font-size: 14px;
  color: #7d7d7d;
}
.wrapper_404 .content_404 .block-middle {
  margin: 30px 0 40px;
  overflow: hidden;
}
.wrapper_404 .content_404 .block-middle .nicemerry_search_404 .top-search .topsearch-entry .form-search {
  width: 670px;
  max-width: 100%;
  height: 50px;
  line-height: 50px;
  background-color: #fff;
  overflow: hidden;
  margin: auto;
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border: 1px solid #e0e0e0;
}
.wrapper_404 .content_404 .block-middle .nicemerry_search_404 .top-search .topsearch-entry .form-search .search-query {
  width: 100%;
  border: 0;
  margin: 0;
  height: 50px;
  line-height: 50px;
  padding: 0 80px 0 15px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.rtl .wrapper_404 .content_404 .block-middle .nicemerry_search_404 .top-search .topsearch-entry .form-search .search-query {
  padding-right: 15px;
  padding-left: 80px;
}
.wrapper_404 .content_404 .block-middle .nicemerry_search_404 .top-search .topsearch-entry .form-search .form-button {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 60px;
  background-color: transparent;
  border: 0;
  margin: 0;
}
.wrapper_404 .content_404 .block-middle .nicemerry_search_404 .top-search .topsearch-entry .form-search .form-button:before {
  content: "\f002";
  font-size: 18px;
  color: #7d7d7d;
  font-family: fontawesome;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.wrapper_404 .content_404 .block-middle .nicemerry_search_404 .top-search .topsearch-entry .form-search .form-button:hover:before {
  color: #d7182a;
}
.rtl .wrapper_404 .content_404 .block-middle .nicemerry_search_404 .top-search .topsearch-entry .form-search .form-button {
  right: auto;
  left: 0;
}
.wrapper_404 .content_404 .block-bottom {
  text-align: left;
}
.wrapper_404 .content_404 .block-bottom .btn-404 {
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 14px;
  background-color: #d7182a;
  border-radius: 20px;
  padding: 0 35px;
  display: inline-block;
  vertical-align: top;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 20px 0 0px;
}
.rtl .wrapper_404 .content_404 .block-bottom .btn-404 {
  float: right;
}
.wrapper_404 .content_404 .block-bottom .btn-404:hover {
  background-color: #a91321;
}
.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 #d7182a !important;
}
.vc_wp_search .widget_search .searchform input[type="text"] {
  border: 1px solid #e0e0e0;
}
.wpb_single_image .vc_single_image-wrapper img:hover {
  opacity: .75;
  filter: alpha(opacity=75);
}
#wp-calendar {
  width: 100%;
}
#wp-calendar caption {
  padding: 10px 0;
}
#wp-calendar tr th {
  text-align: center;
}
#wp-calendar tr td {
  padding: 10px 0;
}
#subscribe_popup {
  text-align: left;
  display: none;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-color: #fff;
  position: relative;
  min-width: 770px;
}
#subscribe_popup .subscribe-popup-container {
  padding: 64px 68px 25px 68px;
}
#subscribe_popup .subscribe-popup-container h2 {
  color: #191919;
  font-size: 30px;
  font-weight: 700 !important;
  text-transform: uppercase;
  margin-bottom: 17px;
}
#subscribe_popup .subscribe-popup-container .description {
  font-size: 16px;
  color: #222;
  font-weight: 600;
  margin-bottom: 30px;
}
#subscribe_popup .subscribe-popup-container .subscribe-form {
  margin-bottom: 15px;
  border: 1px solid #ebebeb;
  max-width: 390px;
  position: relative;
}
.rtl #subscribe_popup .subscribe-popup-container .subscribe-form {
  float: left;
}
#subscribe_popup .subscribe-popup-container .subscribe-form p,
#subscribe_popup .subscribe-popup-container .subscribe-form input {
  margin: 0;
}
#subscribe_popup .subscribe-popup-container .subscribe-form input[type="email"] {
  padding: 0 15px;
  height: 43px;
  line-height: 43px;
  overflow: hidden;
  display: block;
  font-size: 13px;
  width: 350px;
  border-radius: 0;
  border: 0;
}
#subscribe_popup .subscribe-popup-container .subscribe-form input[type="submit"] {
  background: url(../assets/img/default/icon-newsletter.png) no-repeat center center #fff;
  position: absolute;
  height: 43px;
  width: 43px;
  overflow: hidden;
  top: 0;
  right: 0;
  text-indent: -9999px;
  border: 0;
  border-radius: 0;
}
.rtl #subscribe_popup .subscribe-popup-container .subscribe-form input[type="submit"] {
  left: 0;
  right: auto;
}
#subscribe_popup .subscribe-popup-container .subscribe-form input[type="submit"]:before {
  display: none;
}
#subscribe_popup .subscribe-popup-container .subscribe-form input[type="submit"]:hover {
  opacity: 0.85;
}
#subscribe_popup .subscribe-popup-container .subscribe-checkbox {
  line-height: 30px;
  clear: both;
}
.rtl #subscribe_popup .subscribe-popup-container .subscribe-checkbox {
  margin-left: 160px;
}
#subscribe_popup .subscribe-popup-container .subscribe-checkbox input {
  cursor: pointer;
}
#subscribe_popup .subscribe-popup-container .subscribe-checkbox label {
  vertical-align: top;
  line-height: 25px;
  margin: 0;
  font-weight: normal;
  color: #191919;
  font-weight: 500;
}
#subscribe_popup .subscribe-popup-container .subscribe-checkbox label span {
  display: inline-block;
  vertical-align: top;
  line-height: 20px;
}
#subscribe_popup .subscribe-social {
  padding: 15px 0;
  background-color: rgba(216,24,43,0.7);
  text-align: center;
  position: relative;
  z-index: 3;
  margin-top: 20px;
}
#subscribe_popup .subscribe-social h3 {
  color: #fff;
  font-weight: 700 !important;
  font-size: 16px;
  text-transform: uppercase;
}
#subscribe_popup .subscribe-social > .subscribe-social-inner .nicemerry-socials ul {
  margin: 0;
}
#subscribe_popup .subscribe-social > .subscribe-social-inner .nicemerry-socials ul > li > a {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 16px;
  line-height: 40px;
  background: #333;
  margin: 0 5px;
}
.sw-instagram-gallery {
  margin-bottom: 10px;
}
.sw-instagram-gallery .intagram-gallery-content {
  margin: 0 -5px;
  display: inline-block;
  vertical-align: top;
}
.sw-instagram-gallery .intagram-gallery-content .item {
  position: relative;
  padding: 0 5px;
}
.sw-instagram-gallery .intagram-gallery-content .item > a > .fa {
  position: absolute;
  z-index: 2;
  font-size: 24px;
  top: 15px;
  right: 15px;
  color: #cecece;
}
.sw-instagram-gallery .intagram-gallery-content .item:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.sw-instagram-gallery .intagram-gallery-content.col_1 .item {
  width: 100%;
}
.sw-instagram-gallery .intagram-gallery-content.col_2 .item {
  width: 50%;
}
.sw-instagram-gallery .intagram-gallery-content.col_3 .item {
  width: 33.333%;
}
.sw-instagram-gallery .intagram-gallery-content.col_4 .item {
  width: 25%;
}
.sw-instagram-gallery .intagram-gallery-content.col_5 .item {
  width: 20%;
}
.block-title-widget h2 {
  font-size: 16px !important;
  color: #191919;
  font-weight: 700 !important;
  text-transform: uppercase;
  padding: 20px;
  margin: 0 !important;
}
.sidebar .widget.widget_layered_nav ul {
  border: 0;
}
.sidebar .widget.widget_product_categories {
  border: 1px solid #ebebeb;
}
.sidebar .widget.widget_product_categories .block-title-widget {
  background-color: #f2f2f2;
}
.sidebar .widget.widget_product_categories .block-title-widget h2 {
  position: relative;
  padding: 15px;
  color: #191919;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700 !important;
  margin-bottom: 0;
}
.sidebar .widget.widget_product_categories .block-title-widget h2:before {
  content: '\f219';
  font-family: FontAwesome;
  font-size: 18px;
  display: inline-block;
  margin-right: 10px;
  color: #d7182a;
}
.rtl .sidebar .widget.widget_product_categories .block-title-widget h2:before {
  margin-left: 10px;
  margin-right: 0;
}
.sidebar .widget.widget_product_categories .product-categories {
  border: 0;
}
.sidebar .widget.widget_product_categories .product-categories > li {
  border-top: 1px solid #ebebeb;
  border-bottom: 0 !important;
  padding: 15px 20px !important;
}
.sidebar .widget.widget_product_categories .product-categories > li:last-child {
  border-top: 1px solid #ebebeb !important;
}
.sidebar .widget.widget_product_categories .product-categories > li > a {
  font-size: 13px;
  color: #7d7d7d;
  font-weight: 600;
  cursor: pointer;
}
.sidebar .widget.widget_product_categories .product-categories > li > a:hover {
  color: #d7182a;
}
.sw-best-seller-product {
  border: 1px solid #e0e0e0;
}
.sw-best-seller-product .box-title {
  background-color: #f2f2f2;
}
.sw-best-seller-product .box-title h3 {
  position: relative;
  padding: 15px;
  color: #191919;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700 !important;
  margin-bottom: 0;
}
.sw-best-seller-product .box-title h3:before {
  content: '\f219';
  font-family: FontAwesome;
  font-size: 18px;
  display: inline-block;
  margin-right: 10px;
  color: #d7182a;
}
.rtl .sw-best-seller-product .box-title h3:before {
  margin-left: 10px;
  margin-right: 0;
}
.sw-best-seller-product .wrap-content {
  padding: 15px 15px 2px;
  border-top: 1px solid #ebebeb;
}
.sw-best-seller-product .wrap-content .item {
  overflow: hidden;
  margin-bottom: 33px;
}
.sw-best-seller-product .wrap-content .item >p {
  display: none;
}
.sw-best-seller-product .wrap-content .item .item-inner >p {
  display: none;
}
.sw-best-seller-product .wrap-content .item .item-img {
  float: left;
  width: 80px;
  margin-right: 10px;
  position: relative;
  z-index: 2;
}
.sw-best-seller-product .wrap-content .item .item-img:hover img {
  opacity: 0.85;
}
.sw-best-seller-product .wrap-content .item .item-img a br {
  display: none;
}
.rtl .sw-best-seller-product .wrap-content .item .item-img {
  float: right;
  margin-left: 10px;
  margin-right: 0;
}
.sw-best-seller-product .wrap-content .item .item-content {
  position: relative;
  padding-top: 5px;
}
.sw-best-seller-product .wrap-content .item .item-content h4 a {
  color: #191919;
  font-weight: 500;
  font-size: 14px;
  text-transform: capitalize;
}
.sw-best-seller-product .wrap-content .item .item-content h4 a:hover {
  color: #d7182a;
}
.sw-best-seller-product .wrap-content .item .item-content .item-price {
  display: inline-block;
  vertical-align: top;
}
.sw-best-seller-product .wrap-content .item .item-content .item-price del {
  line-height: 24px;
}
.sw-best-seller-product .wrap-content .item .item-content .item-price .amount {
  font-size: 16px;
}
.sw-best-seller-product .wrap-content .item .item-content .item-price del .amount {
  font-size: 14px;
}
.sw-category-slider {
  margin-bottom: 35px;
}
.sw-category-slider .block-title {
  margin-bottom: 30px;
}
.sw-category-slider .block-title h3 {
  padding: 15px 0 13px;
  border-bottom: 1px solid #ededed;
  position: relative;
  font-size: 18px;
  color: #191919;
  text-transform: uppercase;
  font-weight: 700;
}
.sw-category-slider .block-title h3:before {
  content: '';
  height: 2px;
  width: 100px;
  background-color: #d7182a;
  position: absolute;
  bottom: -1px;
}
.sw-category-slider .box-title h3 {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: #191919;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.sw-category-slider .desciption {
  text-align: center;
  font-size: 14px;
  color: #191919;
  margin-bottom: 38px;
}
.sw-category-slider .responsive {
  margin: 0 -15px;
}
.sw-category-slider .responsive .item-product-cat {
  padding: 0 15px;
}
.sw-category-slider .responsive .item-product-cat:hover .item-image img {
  opacity: 0.85;
}
.sw-category-slider .responsive .item-product-cat:hover .item-content h3 a {
  background-color: #191919;
  color: #fff;
}
.home-style4 .sw-category-slider .responsive .item-product-cat:hover .item-content h3 a {
  background-color: #d7182a;
}
.sw-category-slider .responsive .item-product-cat .item-image img {
  margin: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.sw-category-slider .responsive .item-product-cat .item-content h3 {
  box-shadow: 0px 2px 3px 0px rgba(100,100,100,0.3);
}
.sw-category-slider .responsive .item-product-cat .item-content h3 a {
  display: block;
  height: 52px;
  line-height: 52px;
  text-align: center;
  color: #191919;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  background-color: #fff;
}
.sw-category-slider .res-button {
  width: 41px;
  height: 41px;
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  cursor: pointer;
  z-index: 3;
}
.sw-category-slider .res-button.slick-prev {
  left: 30px;
  background: url(../assets/img/bg_general.png) no-repeat -20px -525px;
}
.sw-category-slider .res-button.slick-prev:hover {
  background: url(../assets/img/bg_general.png) no-repeat -20px -464px;
}
.sw-category-slider .res-button.slick-next {
  right: 30px;
  background: url(../assets/img/bg_general.png) no-repeat -20px -281px;
}
.sw-category-slider .res-button.slick-next:hover {
  background: url(../assets/img/bg_general.png) no-repeat -20px -220px;
}
.countdown-slider {
  border: 1px solid #e0e0e0;
  position: relative;
}
.countdown-slider .box-title {
  position: absolute;
  z-index: 3;
  top: -6px;
  left: 15px;
}
.rtl .countdown-slider .box-title {
  right: 15px;
  left: auto;
}
.countdown-slider .box-title h3 {
  font-weight: 700 !important;
  display: inline-block;
  position: relative;
  color: #191919;
  font-size: 16px;
  text-transform: uppercase;
  height: 42px;
  padding: 0 15px;
  line-height: 42px;
  background-color: #d7182a;
  color: #fff;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}
.countdown-slider .box-title h3:before {
  content: '';
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-right: 5px solid #91002a;
  left: -5px;
  position: absolute;
}
.countdown-slider .box-title h3:after {
  content: '';
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 5px solid #91002a;
  right: -5px;
  position: absolute;
}
.countdown-slider .res-button {
  width: 41px;
  height: 41px;
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  cursor: pointer;
  z-index: 3;
}
.countdown-slider .res-button.slick-prev {
  left: 15px;
  background: url(../assets/img/bg_general.png) no-repeat -20px -525px;
}
.countdown-slider .res-button.slick-prev:hover {
  background: url(../assets/img/bg_general.png) no-repeat -20px -464px;
}
.countdown-slider .res-button.slick-next {
  right: 15px;
  background: url(../assets/img/bg_general.png) no-repeat -20px -281px;
}
.countdown-slider .res-button.slick-next:hover {
  background: url(../assets/img/bg_general.png) no-repeat -20px -220px;
}
.countdown-slider .slider .item-countdown .item-wrap {
  padding: 28px 95px 0px 20px;
  position: relative;
}
.rtl .countdown-slider .slider .item-countdown .item-wrap {
  padding: 28px 20px 0px 95px;
}
.countdown-slider .slider .item-countdown .item-wrap .item-detail .item-image-countdown {
  float: left;
  width: 45%;
  text-align: center;
}
.countdown-slider .slider .item-countdown .item-wrap .item-detail .item-image-countdown a.sw-quickview {
  display: none;
}
.countdown-slider .slider .item-countdown .item-wrap .item-detail .item-image-countdown span.onsale {
  display: none;
}
.rtl .countdown-slider .slider .item-countdown .item-wrap .item-detail .item-image-countdown {
  float: right;
}
.countdown-slider .slider .item-countdown .item-wrap .item-detail .item-image-countdown a {
  width: 300px;
  display: inline-block;
}
.countdown-slider .slider .item-countdown .item-wrap .item-detail .item-content h4 a {
  color: #191919;
  font-size: 18px;
  font-weight: 700 !important;
  text-transform: capitalize;
}
.countdown-slider .slider .item-countdown .item-wrap .item-detail .item-content h4 a:hover {
  color: #d7182a;
}
.countdown-slider .slider .item-countdown .item-wrap .item-detail .item-content .reviews-content {
  overflow: hidden;
  padding: 0px 0 12px;
  border-bottom: 1px solid #ededed;
}
.countdown-slider .slider .item-countdown .item-wrap .item-detail .item-content .reviews-content .star {
  float: left;
  margin: 3px 20px 0 0;
}
.rtl .countdown-slider .slider .item-countdown .item-wrap .item-detail .item-content .reviews-content .star {
  float: right;
  margin: 3px 0 0 20px;
}
.countdown-slider .slider .item-countdown .item-wrap .item-detail .item-content .description {
  line-height: 24px;
  padding: 18px 0;
}
.countdown-slider .slider .item-countdown .item-wrap .item-detail .item-content .item-price {
  margin-bottom: 20px;
}
.countdown-slider .slider .item-countdown .item-wrap .item-detail .item-content .item-price .amount {
  font-size: 22px;
}
.countdown-slider .slider .item-countdown .item-wrap .item-detail .item-content .item-price del {
  line-height: 26px;
  font-size: 16px;
  color: #7d7d7d;
}
.countdown-slider .slider .item-countdown .item-wrap .item-detail .item-content .item-price del .amount {
  line-height: 26px;
  font-size: 16px;
}
.countdown-slider .slider .item-countdown .item-wrap .item-detail .item-content .product-countdown .countdown-section {
  position: relative;
  display: inline-block;
  margin-right: 24px;
}
.rtl .countdown-slider .slider .item-countdown .item-wrap .item-detail .item-content .product-countdown .countdown-section {
  margin-left: 24px;
  margin-right: 0;
}
.countdown-slider .slider .item-countdown .item-wrap .item-detail .item-content .product-countdown .countdown-section .countdown-amount {
  display: block;
  width: 70px;
  height: 42px;
  background-color: #ebebeb;
  font-weight: 500;
  line-height: 42px;
  text-align: center;
  font-size: 30px;
  color: #191919;
  margin-bottom: 10px;
  border-radius: 3px;
}
.countdown-slider .slider .item-countdown .item-wrap .item-detail .item-content .product-countdown .countdown-section .countdown-period {
  text-align: center;
  font-size: 12px;
  display: block;
  font-weight: 500;
  color: #7d7d7d;
  text-transform: uppercase;
}
.countdown-slider2 {
  border: 1px solid #e0e0e0;
  padding: 23px 10px 6px;
  position: relative;
  border-top: 0;
}
.countdown-slider2 .res-button {
  width: 28px;
  height: 28px;
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -24px;
  cursor: pointer;
  z-index: 3;
}
.countdown-slider2 .res-button.slick-prev {
  left: 5px;
  background: url(../assets/img/bg_general.png) no-repeat -20px -1111px;
}
.countdown-slider2 .res-button.slick-prev:hover {
  background: url(../assets/img/bg_general.png) no-repeat -20px -1063px;
}
.countdown-slider2 .res-button.slick-next {
  right: 5px;
  background: url(../assets/img/bg_general.png) no-repeat -20px -1015px;
}
.countdown-slider2 .res-button.slick-next:hover {
  background: url(../assets/img/bg_general.png) no-repeat -20px -967px;
}
.countdown-slider2 .slider .item-countdown .item-detail {
  padding: 0 10px;
}
.countdown-slider2 .slider .item-countdown .item-detail .item-image-countdown {
  position: relative;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  padding: 5px;
  margin-bottom: 10px;
}
.countdown-slider2 .slider .item-countdown .item-detail .item-image-countdown:hover {
  opacity: 0.85;
  border: 1px solid #d7182a;
}
.countdown-slider2 .slider .item-countdown .item-detail .item-image-countdown a.sw-quickview {
  display: none;
}
.countdown-slider2 .slider .item-countdown .item-detail .item-image-countdown img {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.countdown-slider2 .slider .item-countdown .item-detail .item-image-countdown .onsale {
  display: none;
}
.countdown-slider2 .slider .item-countdown .item-detail .item-content h4 {
  font-size: 13px;
  text-align: center;
}
.countdown-slider2 .slider .item-countdown .item-detail .item-content h4 a {
  color: #7d7d7d;
  font-weight: 500;
  text-transform: capitalize;
}
.countdown-slider2 .slider .item-countdown .item-detail .item-content h4 a:hover {
  color: #d7182a;
}
.sw-best-seller-product-slider,
.sw-featured-product-slider {
  border: 1px solid #e0e0e0;
  margin: 15px 0 30px;
}
.sw-best-seller-product-slider .box-title,
.sw-featured-product-slider .box-title {
  background-color: #f2f2f2;
}
.sw-best-seller-product-slider .box-title h3,
.sw-featured-product-slider .box-title h3 {
  position: relative;
  padding: 15px;
  color: #191919;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700 !important;
  margin-bottom: 0;
}
.sw-best-seller-product-slider .box-title h3:before,
.sw-featured-product-slider .box-title h3:before {
  content: '\f219';
  font-family: FontAwesome;
  font-size: 18px;
  display: inline-block;
  margin-right: 10px;
  color: #d7182a;
}
.rtl .sw-best-seller-product-slider .box-title h3:before,
.rtl .sw-featured-product-slider .box-title h3:before {
  margin-left: 10px;
  margin-right: 0;
}
.sw-best-seller-product-slider .customNavigation .btn-bs,
.sw-featured-product-slider .customNavigation .btn-bs {
  width: 28px;
  height: 28px;
  display: inline-block;
  position: absolute;
  top: 11px;
  cursor: pointer;
}
.sw-best-seller-product-slider .customNavigation .btn-bs.prev-bs,
.sw-featured-product-slider .customNavigation .btn-bs.prev-bs {
  right: 48px;
  background: url(../assets/img/bg_general.png) no-repeat -20px -1111px;
}
.sw-best-seller-product-slider .customNavigation .btn-bs.prev-bs:hover,
.sw-featured-product-slider .customNavigation .btn-bs.prev-bs:hover {
  background: url(../assets/img/bg_general.png) no-repeat -20px -1063px;
}
.rtl .sw-best-seller-product-slider .customNavigation .btn-bs.prev-bs,
.rtl .sw-featured-product-slider .customNavigation .btn-bs.prev-bs {
  left: 15px;
  right: auto;
}
.sw-best-seller-product-slider .customNavigation .btn-bs.next-bs,
.sw-featured-product-slider .customNavigation .btn-bs.next-bs {
  right: 15px;
  background: url(../assets/img/bg_general.png) no-repeat -20px -1015px;
}
.sw-best-seller-product-slider .customNavigation .btn-bs.next-bs:hover,
.sw-featured-product-slider .customNavigation .btn-bs.next-bs:hover {
  background: url(../assets/img/bg_general.png) no-repeat -20px -967px;
}
.rtl .sw-best-seller-product-slider .customNavigation .btn-bs.next-bs,
.rtl .sw-featured-product-slider .customNavigation .btn-bs.next-bs {
  left: 48px;
  right: auto;
}
.sw-best-seller-product-slider .carousel-inner,
.sw-featured-product-slider .carousel-inner {
  overflow: hidden;
}
.sw-best-seller-product-slider .carousel-inner .image-slide,
.sw-featured-product-slider .carousel-inner .image-slide {
  float: left;
  width: 50%;
  position: relative;
  z-index: 3;
}
.rtl .sw-best-seller-product-slider .carousel-inner .image-slide,
.rtl .sw-featured-product-slider .carousel-inner .image-slide {
  float: right;
}
.sw-best-seller-product-slider .carousel-inner .item,
.sw-featured-product-slider .carousel-inner .item {
  float: right;
  width: 50%;
  padding: 25px 0 0;
}
.rtl .sw-best-seller-product-slider .carousel-inner .item,
.rtl .sw-featured-product-slider .carousel-inner .item {
  float: left;
}
.sw-best-seller-product-slider .carousel-inner .item .item-detail,
.sw-featured-product-slider .carousel-inner .item .item-detail {
  overflow: hidden;
  margin-bottom: 30px;
}
.sw-best-seller-product-slider .carousel-inner .item .item-detail:hover .item-img img,
.sw-featured-product-slider .carousel-inner .item .item-detail:hover .item-img img {
  opacity: 0.85;
}
.sw-best-seller-product-slider .carousel-inner .item .item-detail .item-content,
.sw-featured-product-slider .carousel-inner .item .item-detail .item-content {
  padding: 15px 0 0;
}
.sw-best-seller-product-slider .carousel-inner .item .item-detail .item-content h4 a,
.sw-featured-product-slider .carousel-inner .item .item-detail .item-content h4 a {
  font-size: 14px;
  font-weight: 600;
  color: #191919;
  text-transform: capitalize;
}
.sw-best-seller-product-slider .carousel-inner .item .item-detail .item-content h4 a:hover,
.sw-featured-product-slider .carousel-inner .item .item-detail .item-content h4 a:hover {
  color: #d7182a;
}
.sw-best-seller-product-slider .carousel-inner .item .item-detail .item-content .item-price,
.sw-featured-product-slider .carousel-inner .item .item-detail .item-content .item-price {
  font-size: 16px;
}
.sw-best-seller-product-slider .carousel-inner .item .item-detail .item-content .item-price del .amount,
.sw-featured-product-slider .carousel-inner .item .item-detail .item-content .item-price del .amount {
  font-size: 14px;
}
.sw-best-seller-product-slider .carousel-inner .item .item-detail .item-img,
.sw-featured-product-slider .carousel-inner .item .item-detail .item-img {
  width: 90px;
  float: left;
  margin-right: 20px;
}
.rtl .sw-best-seller-product-slider .carousel-inner .item .item-detail .item-img,
.rtl .sw-featured-product-slider .carousel-inner .item .item-detail .item-img {
  float: right;
  margin-left: 20px;
  margin-right: 0;
}
.sw-best-seller-product-slider .carousel-inner .item .item-detail:last-child,
.sw-featured-product-slider .carousel-inner .item .item-detail:last-child {
  margin-bottom: 0;
}
.featured-categories2 {
  position: relative;
  overflow: visible !important;
  margin-bottom: 150px;
}
.featured-categories2 .sw-category-slider {
  margin-bottom: 15px;
  position: relative;
  margin-bottom: -170px;
}
.featured-categories2 .sw-category-slider .block-title {
  text-align: center;
}
.featured-categories2 .sw-category-slider .block-title h3 {
  border: 0;
  padding: 5px 0 13px;
}
.featured-categories2 .sw-category-slider .block-title h3:before {
  left: 50%;
  margin-left: -50px;
}
.featured-categories2 .sw-category-slider .resp-slider-container .slider {
  padding: 30px 30px 0;
  background-color: #fff;
}
.featured-categories2 .sw-category-slider .resp-slider-container .res-button {
  width: 34px;
  height: 34px;
  display: inline-block;
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 3;
}
.featured-categories2 .sw-category-slider .resp-slider-container .res-button.slick-prev {
  left: 44px;
  background: url(../assets/img/bg_general.png) no-repeat -20px -2016px;
}
.featured-categories2 .sw-category-slider .resp-slider-container .res-button.slick-prev:hover {
  background: url(../assets/img/bg_general.png) no-repeat -20px -2064px;
}
.featured-categories2 .sw-category-slider .resp-slider-container .res-button.slick-next {
  right: 44px;
  background: url(../assets/img/bg_general.png) no-repeat -20px -2110px;
}
.featured-categories2 .sw-category-slider .resp-slider-container .res-button.slick-next:hover {
  background: url(../assets/img/bg_general.png) no-repeat -20px -2158px;
}
.toprated-product .res-button {
  top: 45px !important;
}
.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: #d7182a;
  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: #d7182a;
}
.wp-comingsoon .footer-comingsoon a:hover {
  color: #a91321;
}
.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;
  }
}
.nicemerry_breadcrumbs {
  margin-top: 36px;
}
.nicemerry_breadcrumbs .listing-title {
  margin-top: 30px;
  margin-bottom: 20px;
}
.nicemerry_breadcrumbs .breadcrumbs .breadcrumb {
  margin: 0;
  background-color: #fff;
  padding: 0 0 36px;
}
.nicemerry_breadcrumbs .breadcrumbs .breadcrumb > li {
  color: #7d7d7d;
  text-transform: uppercase;
  font-weight: 600;
}
.nicemerry_breadcrumbs .breadcrumbs .breadcrumb > li:last-child span.go-page {
  display: none;
}
.nicemerry_breadcrumbs .breadcrumbs .breadcrumb > li + li:before {
  content: '';
  padding: 0;
}
.nicemerry_breadcrumbs .breadcrumbs .breadcrumb > li > 	.go-page:before {
  content: '\f105';
  font-family: 'FontAwesome';
  padding: 0 15px;
}
.rtl .nicemerry_breadcrumbs .breadcrumbs .breadcrumb > li > 	.go-page {
  float: left;
}
.rtl .nicemerry_breadcrumbs .breadcrumbs .breadcrumb > li > 	.go-page:before {
  content: '\f104';
}
.nicemerry_breadcrumbs .breadcrumbs .breadcrumb > li > a {
  color: #7d7d7d;
}
.nicemerry_breadcrumbs .breadcrumbs .breadcrumb > li > a:hover {
  color: #d7182a;
}
.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: #d7182a;
}
.listing-tab-shortcode .tabbable.tabs #myTabs.nav.nav-tabs >li.active,
.listing-tab-shortcode .tabbable.tabs #myTabs.nav.nav-tabs >li:hover,
.listing-tab-shortcode .tabbable.tabs #myTabs.nav.nav-tabs >li:focus {
  background-color: transparent;
}
.listing-tab-shortcode .tabbable.tabs #myTabs.nav.nav-tabs >li.active >a,
.listing-tab-shortcode .tabbable.tabs #myTabs.nav.nav-tabs >li:hover >a,
.listing-tab-shortcode .tabbable.tabs #myTabs.nav.nav-tabs >li:focus >a {
  border: 0;
  background-color: transparent;
}
.listing-tab-shortcode .tabbable.tabs .tab-content {
  overflow: hidden;
  padding: 50px 30px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background-color: #f3f3f3;
  visibility: hidden;
}
.listing-tab-shortcode .tabbable.tabs .tab-content .tab-pane {
  margin: 0 -15px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.listing-tab-shortcode .tabbable.tabs .tab-content .tab-pane .item {
  width: 33.333%;
  float: left;
  padding: 0 15px;
}
.listing-tab-shortcode .tabbable.tabs .tab-content .tab-pane .item .item-wrap {
  border: 1px solid #ddd;
}
.listing-tab-shortcode .tabbable.tabs .tab-content .tab-pane.active {
  opacity: 1;
  filter: alpha(opacity=100);
}
.search .nicemerry_breadcrumbs .breadcrumbs .breadcrumb {
  border-bottom: 1px solid #eee;
  margin-bottom: 40px;
}
.search .blog-content .pagination {
  margin-bottom: 40px;
}
.search.rtl .listing-title h1 small {
  float: right;
}
.search .listing-title h1 {
  font-size: 24px;
}
.search .listing-title h1 small {
  position: relative;
}
.search .listing-title h1 small:before {
  content: '"';
  display: inline-block;
  margin: 0 5px;
}
.search .listing-title h1 small:after {
  content: '"';
  display: inline-block;
  margin: 0 5px;
}
.search .products-wrapper {
  padding: 0;
}
.search .pag-search  > .pagination {
  margin-bottom: 40px;
}
.search .no-result {
  margin-bottom: 40px;
}
.search .no-result p {
  font-size: 14px;
  margin-bottom: 15px;
}
.search .no-result form {
  max-width: 100%;
  min-height: 40px;
  position: relative;
}
.search .no-result form label {
  display: none;
}
.search .no-result form input[type="text"],
.search .no-result form input[type="password"] {
  border-radius: 0;
  padding: 15px 85px 15px 20px;
  width: 100%;
}
.search .no-result form input[type="submit"] {
  background: #d7182a;
  border: 1px solid #d7182a;
  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: #a91321;
  border-color: #a91321;
}
.search.rtl .no-result form input[type="text"] {
  padding: 15px 20px 15px 85px;
}
.search.rtl .no-result form input[type="submit"] {
  right: auto;
  left: 0;
}
.content-search >.post,
.content-search .product {
  background-color: #fff;
  margin-bottom: 30px;
  padding: 0;
}
.content-search >.post .entry-thumb,
.content-search .product .entry-thumb {
  padding-right: 30px;
}
.rtl .content-search >.post .entry-thumb,
.rtl .content-search .product .entry-thumb {
  padding-left: 30px;
  padding-right: 0;
}
.content-search >.post .entry-content,
.content-search .product .entry-content {
  overflow: hidden;
}
.content-search >.post .entry-content .title-blog h3,
.content-search .product .entry-content .title-blog h3 {
  font-size: 16px;
  color: #111;
}
.content-search >.post .entry-content .entry-meta,
.content-search .product .entry-content .entry-meta {
  margin-bottom: 10px;
}
.content-search >.post .entry-content .entry-meta .entry-author,
.content-search .product .entry-content .entry-meta .entry-author {
  color: #999;
}
.content-search >.post .entry-content .entry-meta .entry-author a,
.content-search .product .entry-content .entry-meta .entry-author a {
  color: #999;
}
.content-search >.post .entry-content .entry-meta .entry-author a:hover,
.content-search .product .entry-content .entry-meta .entry-author a:hover {
  color: #d7182a;
}
.content-search >.post .entry-content .entry-meta i,
.content-search .product .entry-content .entry-meta i {
  margin-right: 5px;
}
.rtl .content-search >.post .entry-content .entry-meta i,
.rtl .content-search .product .entry-content .entry-meta i {
  margin-right: 0;
  margin-left: 5px;
}
.content-search >.post .entry-content .entry-meta a,
.content-search .product .entry-content .entry-meta a {
  color: #999;
}
.content-search >.post .entry-content .entry-meta a:hover,
.content-search .product .entry-content .entry-meta a:hover {
  color: #d7182a;
}
.content-search >.post .entry-content .entry-meta >span,
.content-search .product .entry-content .entry-meta >span {
  padding-right: 20px;
  display: inline-block;
  vertical-align: top;
  color: #999;
}
.rtl .content-search >.post .entry-content .entry-meta >span,
.rtl .content-search .product .entry-content .entry-meta >span {
  padding-right: 0;
  padding-left: 20px;
}
.content-search >.post .entry-content .entry-description,
.content-search .product .entry-content .entry-description {
  margin-bottom: 10px;
}
.content-search >.post .entry-content .bl_read_more a,
.content-search .product .entry-content .bl_read_more a {
  text-transform: capitalize;
  color: #d7182a;
}
.content-search >.post .entry-content .bl_read_more a:hover,
.content-search .product .entry-content .bl_read_more a:hover {
  opacity: 0.8;
}
.content-search >.post .entry-content .bl_read_more i,
.content-search .product .entry-content .bl_read_more i {
  margin: 0 5px;
}
@-moz-document url-prefix() {
  .sw-woo-tab-default .resp-tab .tab-pane .responsive-slider .slider .item .item-wrap .item-detail .item-content {
    padding: 10px 0 11px;
  }
  .sw-child-cat .child-top .childcat-content {
    padding: 11px 15px 51px;
  }
  .sw-child-cat2 .child-top .childcat-content {
    margin-left: 2px;
  }
  .sw-child-cat2 .child-top .childcat-content ul > li > a {
    padding: 0 12px 0 7px;
  }
  .sw-child-cat2.style2 .child-top .childcat-content ul > li > a {
    padding: 0 10px;
  }
  .sw-child-cat2 .child-top .box-title h3 {
    line-height: 47px;
  }
}
.home.blog .header {
  margin-bottom: 30px;
}
.home.blog .category-header .entry-title {
  font-weight: 700 !important;
  font-size: 28px;
  text-transform: uppercase;
  margin: 0 0 20px;
}
.image-hover:hover .wrap-content h3 {
  color: #d7182a;
}
_:-ms-fullscreen,
:root .sw-child-cat .child-top .childcat-content {
  padding: 19px 15px 45px;
}
_:-ms-fullscreen,
:root .sw-child-cat2 .child-top .childcat-content ul > li > a {
  padding: 0 12px 0 13px;
}
_:-ms-fullscreen,
:root .sw-child-cat2.style2 .child-top .childcat-content ul > li > a {
  padding: 0 12px;
}
_:-ms-fullscreen,
:root .sw-child-cat2 .child-top .childcat-content {
  margin-left: 2px;
}
_:-ms-fullscreen,
:root .nicemerry_top .top-form.top-search select::-ms-expand {
  display: none;
}
.resp-tab .top-tab-slider {
  text-align: center;
}
.resp-tab .top-tab-slider .nav.nav-tabs {
  margin: 0 auto;
  display: inline-block;
  vertical-align: top;
  border-bottom: 0;
}
.resp-tab .top-tab-slider .nav.nav-tabs li {
  margin: 0 10px;
}
.rtl .resp-tab .top-tab-slider .nav.nav-tabs li {
  float: right;
}
.resp-tab .top-tab-slider .nav.nav-tabs li a {
  border: 1px solid #dfdfdf;
  padding: 0 30px;
  height: 50px;
  line-height: 46px;
  overflow: hidden;
  font-size: 16px;
  text-transform: capitalize;
  color: #282828;
  margin: 0;
  background-color: #fff;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  transition: all .5s;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
}
.resp-tab .top-tab-slider .nav.nav-tabs li.active a,
.resp-tab .top-tab-slider .nav.nav-tabs li:hover a {
  color: #fff;
  background-color: #d7182a;
  border-color: #d7182a;
}
.resp-tab .tab-pane {
  display: block;
  height: 0;
  overflow: hidden;
}
.resp-tab .tab-pane .responsive-slider {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  transition: all .5s;
}
.resp-tab .tab-pane .responsive-slider .slider .item .item-wrap {
  background-color: #fff;
  border-bottom: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
}
.resp-tab .tab-pane .responsive-slider .slider .item .item-wrap .item-detail .item-content {
  padding: 9px 0 13px;
}
.resp-tab .tab-pane .responsive-slider .slider .item .item-wrap .item-detail .item-content h4 {
  margin-bottom: 10px;
}
.resp-tab .tab-pane.active {
  height: auto;
  overflow: visible;
}
.item .item-wrap {
  background-color: #fff;
  text-align: center;
  padding: 0;
}
.item .item-wrap .item-detail {
  position: relative;
  overflow: hidden;
}
.item .item-wrap .item-detail .products-thumb {
  position: relative;
}
.item .item-wrap .item-detail .products-thumb .onsale {
  display: none;
}
.item .item-wrap .item-detail .products-thumb a.sw-quickview {
  text-align: center;
  color: #fff;
  font-weight: 500;
  height: 32px;
  line-height: 30px;
  padding: 0;
  background-color: #d7182a;
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  opacity: 0;
  min-width: 32px;
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  transform: translateY(-40px);
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
  position: absolute;
  top: 50%;
  margin-top: -16px;
  left: 50%;
  margin-left: -16px;
}
.item .item-wrap .item-detail .products-thumb a.sw-quickview:before {
  font-family: fontawesome;
  font-size: 12px;
  content: '\f06e';
}
.item .item-wrap .item-detail .products-thumb a.sw-quickview:hover {
  background-color: #a91321;
}
.item .item-wrap .item-detail .item-img {
  text-align: center;
}
.item .item-wrap .item-detail .item-img a {
  display: inline-block;
  max-width: 100%;
}
.item .item-wrap .item-detail .item-content,
.item .item-wrap .item-detail .item-img {
  padding: 0;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.item .item-wrap .item-detail .item-content h4,
.item .item-wrap .item-detail .item-img h4 {
  margin-bottom: 5px;
}
.item .item-wrap .item-detail .item-content h4 a,
.item .item-wrap .item-detail .item-img h4 a {
  font-size: 14px;
  color: #282828;
  font-weight: 500;
  text-transform: capitalize;
  position: relative;
  z-index: 2;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.item .item-wrap .item-detail .item-content .item-price,
.item .item-wrap .item-detail .item-img .item-price {
  font-size: 16px;
  float: none;
  position: relative;
  z-index: 2;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
  display: inline-block;
  vertical-align: top;
}
.item .item-wrap .item-detail .item-content .item-price del,
.item .item-wrap .item-detail .item-img .item-price del {
  font-size: 14px;
}
.item .item-wrap .item-detail .item-content .reviews-content,
.item .item-wrap .item-detail .item-img .reviews-content {
  float: right;
  line-height: 12px;
  padding-top: 10px;
  position: relative;
  z-index: 2;
  display: none;
}
.rtl .item .item-wrap .item-detail .item-content .reviews-content,
.rtl .item .item-wrap .item-detail .item-img .reviews-content {
  float: left;
}
.item .item-wrap .item-detail .item-content .item-bottom,
.item .item-wrap .item-detail .item-img .item-bottom {
  position: absolute;
  font-size: 15px;
  bottom: 10px;
  right: 0;
  left: 0;
  z-index: 2;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  filter: alpha(opacity=0);
}
.item .item-wrap .item-detail .item-content .item-bottom .clear,
.item .item-wrap .item-detail .item-img .item-bottom .clear {
  display: none;
}
.item .item-wrap .item-detail .item-content .item-bottom .button,
.item .item-wrap .item-detail .item-content .item-bottom .add_to_cart_button,
.item .item-wrap .item-detail .item-content .item-bottom .product_type_external,
.item .item-wrap .item-detail .item-content .item-bottom .product_type_grouped,
.item .item-wrap .item-detail .item-img .item-bottom .button,
.item .item-wrap .item-detail .item-img .item-bottom .add_to_cart_button,
.item .item-wrap .item-detail .item-img .item-bottom .product_type_external,
.item .item-wrap .item-detail .item-img .item-bottom .product_type_grouped {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
  height: 32px;
  line-height: 32px;
  font-size: 13px;
  color: #fff;
  padding: 0 10px;
  text-transform: capitalize;
  background-color: #d7182a;
  border-radius: 16px;
  -webkit-transform: translateY(60px);
  -moz-transform: translateY(60px);
  -o-transform: translateY(60px);
  -ms-transform: translateY(60px);
  transform: translateY(60px);
  display: inline-block;
}
.item .item-wrap .item-detail .item-content .item-bottom .button:hover,
.item .item-wrap .item-detail .item-content .item-bottom .add_to_cart_button:hover,
.item .item-wrap .item-detail .item-content .item-bottom .product_type_external:hover,
.item .item-wrap .item-detail .item-content .item-bottom .product_type_grouped:hover,
.item .item-wrap .item-detail .item-img .item-bottom .button:hover,
.item .item-wrap .item-detail .item-img .item-bottom .add_to_cart_button:hover,
.item .item-wrap .item-detail .item-img .item-bottom .product_type_external:hover,
.item .item-wrap .item-detail .item-img .item-bottom .product_type_grouped:hover {
  opacity: 0.85;
}
.item .item-wrap .item-detail .item-content .item-bottom .button.loading,
.item .item-wrap .item-detail .item-content .item-bottom .add_to_cart_button.loading,
.item .item-wrap .item-detail .item-content .item-bottom .product_type_external.loading,
.item .item-wrap .item-detail .item-content .item-bottom .product_type_grouped.loading,
.item .item-wrap .item-detail .item-img .item-bottom .button.loading,
.item .item-wrap .item-detail .item-img .item-bottom .add_to_cart_button.loading,
.item .item-wrap .item-detail .item-img .item-bottom .product_type_external.loading,
.item .item-wrap .item-detail .item-img .item-bottom .product_type_grouped.loading {
  background-color: #d7182a;
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.item .item-wrap .item-detail .item-content .item-bottom .button.loading:before,
.item .item-wrap .item-detail .item-content .item-bottom .add_to_cart_button.loading:before,
.item .item-wrap .item-detail .item-content .item-bottom .product_type_external.loading:before,
.item .item-wrap .item-detail .item-content .item-bottom .product_type_grouped.loading:before,
.item .item-wrap .item-detail .item-img .item-bottom .button.loading:before,
.item .item-wrap .item-detail .item-img .item-bottom .add_to_cart_button.loading:before,
.item .item-wrap .item-detail .item-img .item-bottom .product_type_external.loading:before,
.item .item-wrap .item-detail .item-img .item-bottom .product_type_grouped.loading:before {
  text-align: center;
  left: 0;
  background-color: #d7182a;
  border-radius: 16px;
  background-size: contain;
}
.item .item-wrap .item-detail .item-content .item-bottom .button.added,
.item .item-wrap .item-detail .item-content .item-bottom .add_to_cart_button.added,
.item .item-wrap .item-detail .item-content .item-bottom .product_type_external.added,
.item .item-wrap .item-detail .item-content .item-bottom .product_type_grouped.added,
.item .item-wrap .item-detail .item-img .item-bottom .button.added,
.item .item-wrap .item-detail .item-img .item-bottom .add_to_cart_button.added,
.item .item-wrap .item-detail .item-img .item-bottom .product_type_external.added,
.item .item-wrap .item-detail .item-img .item-bottom .product_type_grouped.added {
  background-color: #d7182a;
}
.item .item-wrap .item-detail .item-content .item-bottom .button.added:after,
.item .item-wrap .item-detail .item-content .item-bottom .add_to_cart_button.added:after,
.item .item-wrap .item-detail .item-content .item-bottom .product_type_external.added:after,
.item .item-wrap .item-detail .item-content .item-bottom .product_type_grouped.added:after,
.item .item-wrap .item-detail .item-img .item-bottom .button.added:after,
.item .item-wrap .item-detail .item-img .item-bottom .add_to_cart_button.added:after,
.item .item-wrap .item-detail .item-img .item-bottom .product_type_external.added:after,
.item .item-wrap .item-detail .item-img .item-bottom .product_type_grouped.added:after {
  font-family: WooCommerce;
  content: "\e017";
  margin-left: .53em;
  vertical-align: bottom;
}
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist,
.item .item-wrap .item-detail .item-img .item-bottom .yith-wcwl-add-to-wishlist {
  margin: 0 1px;
}
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button,
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse,
.item .item-wrap .item-detail .item-img .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button,
.item .item-wrap .item-detail .item-img .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
.item .item-wrap .item-detail .item-img .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse {
  position: relative;
}
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
.item .item-wrap .item-detail .item-img .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.item .item-wrap .item-detail .item-img .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.item .item-wrap .item-detail .item-img .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a {
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  -ms-transition: all .4s;
  transition: all .4s;
}
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before,
.item .item-wrap .item-detail .item-img .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,
.item .item-wrap .item-detail .item-img .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.item .item-wrap .item-detail .item-img .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before {
  content: "\f08a";
}
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button.show,
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show,
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show,
.item .item-wrap .item-detail .item-img .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button.show,
.item .item-wrap .item-detail .item-img .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show,
.item .item-wrap .item-detail .item-img .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show {
  display: inline-block !important;
  vertical-align: top;
}
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .feedback,
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .feedback,
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .feedback,
.item .item-wrap .item-detail .item-img .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .feedback,
.item .item-wrap .item-detail .item-img .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .feedback,
.item .item-wrap .item-detail .item-img .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .feedback {
  display: none;
}
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .ajax-loading,
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .ajax-loading,
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .ajax-loading,
.item .item-wrap .item-detail .item-img .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .ajax-loading,
.item .item-wrap .item-detail .item-img .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .ajax-loading,
.item .item-wrap .item-detail .item-img .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .ajax-loading {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.item .item-wrap .item-detail .item-content .item-bottom a.compare,
.item .item-wrap .item-detail .item-img .item-bottom a.compare {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  transition: all .5s;
}
.item .item-wrap .item-detail .item-content .item-bottom a.compare.added:before,
.item .item-wrap .item-detail .item-img .item-bottom a.compare.added:before {
  color: #fff;
}
.item .item-wrap .item-detail .item-content .item-bottom a.compare:before,
.item .item-wrap .item-detail .item-img .item-bottom a.compare:before {
  font-size: 13px;
  content: "\f079";
}
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
.item .item-wrap .item-detail .item-content .item-bottom a.compare,
.item .item-wrap .item-detail .item-img .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.item .item-wrap .item-detail .item-img .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.item .item-wrap .item-detail .item-img .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
.item .item-wrap .item-detail .item-img .item-bottom a.compare {
  text-align: center;
  color: #d7182a;
  font-weight: 500;
  height: 32px;
  line-height: 30px;
  padding: 0;
  background-color: #fff;
  border: 1px solid #d7182a;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  position: relative;
  font-size: 0;
  min-width: 32px;
  margin: 0;
  -webkit-transform: translateY(60px);
  -moz-transform: translateY(60px);
  -o-transform: translateY(60px);
  -ms-transform: translateY(60px);
  transform: translateY(60px);
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
}
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before,
.item .item-wrap .item-detail .item-content .item-bottom a.compare:before,
.item .item-wrap .item-detail .item-img .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,
.item .item-wrap .item-detail .item-img .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.item .item-wrap .item-detail .item-img .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before,
.item .item-wrap .item-detail .item-img .item-bottom a.compare:before {
  font-family: fontawesome;
  font-size: 12px;
}
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover,
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover,
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover,
.item .item-wrap .item-detail .item-content .item-bottom a.compare:hover,
.item .item-wrap .item-detail .item-img .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover,
.item .item-wrap .item-detail .item-img .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover,
.item .item-wrap .item-detail .item-img .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover,
.item .item-wrap .item-detail .item-img .item-bottom a.compare:hover {
  min-width: 32px;
  background-color: #d7182a;
  font-size: 0;
  padding: 0;
}
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover:before,
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover:before,
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover:before,
.item .item-wrap .item-detail .item-content .item-bottom a.compare:hover:before,
.item .item-wrap .item-detail .item-img .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover:before,
.item .item-wrap .item-detail .item-img .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover:before,
.item .item-wrap .item-detail .item-img .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover:before,
.item .item-wrap .item-detail .item-img .item-bottom a.compare:hover:before {
  color: #fff;
}
.item .item-wrap .item-detail .item-content .item-bottom .add_to_cart_button,
.item .item-wrap .item-detail .item-content .item-bottom .product_type_external,
.item .item-wrap .item-detail .item-content .item-bottom .product_type_grouped,
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist,
.item .item-wrap .item-detail .item-content .item-bottom a.compare,
.item .item-wrap .item-detail .item-content .item-bottom .group.fancybox,
.item .item-wrap .item-detail .item-img .item-bottom .add_to_cart_button,
.item .item-wrap .item-detail .item-img .item-bottom .product_type_external,
.item .item-wrap .item-detail .item-img .item-bottom .product_type_grouped,
.item .item-wrap .item-detail .item-img .item-bottom .yith-wcwl-add-to-wishlist,
.item .item-wrap .item-detail .item-img .item-bottom a.compare,
.item .item-wrap .item-detail .item-img .item-bottom .group.fancybox {
  display: inline-block;
  vertical-align: top;
}
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-wishlistaddedbrowse.show a,
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-wishlistexistsbrowse.show a,
.item .item-wrap .item-detail .item-img .item-bottom .yith-wcwl-wishlistaddedbrowse.show a,
.item .item-wrap .item-detail .item-img .item-bottom .yith-wcwl-wishlistexistsbrowse.show a {
  background-color: #d7182a;
}
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-wishlistaddedbrowse.show a:before,
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-wishlistexistsbrowse.show a:before,
.item .item-wrap .item-detail .item-img .item-bottom .yith-wcwl-wishlistaddedbrowse.show a:before,
.item .item-wrap .item-detail .item-img .item-bottom .yith-wcwl-wishlistexistsbrowse.show a:before {
  color: #fff;
}
.item .item-wrap:hover .item-detail .products-thumb .product-thumb-hover img {
  opacity: 0.85;
}
.item .item-wrap:hover .item-detail .products-thumb a.sw-quickview {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.item .item-wrap:hover .item-detail .item-content h4 a {
  opacity: 0;
}
.item .item-wrap:hover .item-detail .item-content h4 a:hover {
  color: #d7182a;
}
.item .item-wrap:hover .item-detail .item-content .item-price {
  opacity: 0;
}
.item .item-wrap:hover .item-detail .item-content .item-bottom {
  opacity: 1;
  filter: alpha(opacity=100);
}
.item .item-wrap:hover .item-detail .item-content .item-bottom .button,
.item .item-wrap:hover .item-detail .item-content .item-bottom .add_to_cart_button,
.item .item-wrap:hover .item-detail .item-content .item-bottom .product_type_external,
.item .item-wrap:hover .item-detail .item-content .item-bottom .product_type_grouped,
.item .item-wrap:hover .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.item .item-wrap:hover .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.item .item-wrap:hover .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
.item .item-wrap:hover .item-detail .item-content .item-bottom a.compare,
.item .item-wrap:hover .item-detail .item-content .item-bottom .group.fancybox {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.responsive-post-slider {
  background-color: #fff;
  margin-bottom: 60px;
}
.responsive-post-slider .block-title h3 {
  text-transform: uppercase;
  font-size: 24px;
  color: #191919;
  font-weight: 600;
  margin-bottom: 30px;
}
.responsive-post-slider .res-button {
  display: none !important;
}
.responsive-post-slider .banner-post {
  float: left;
  width: 33%;
}
.rtl .responsive-post-slider .banner-post {
  float: right;
}
.responsive-post-slider .banner-post a {
  display: block;
  position: relative;
  z-index: 9;
}
.responsive-post-slider .resp-slider-container .slider {
  margin: 0 -15px;
}
.responsive-post-slider .resp-slider-container .slider .item {
  padding: 0 15px;
}
.responsive-post-slider .resp-slider-container .slider .item .item-detail .img_over {
  position: relative;
}
.responsive-post-slider .resp-slider-container .slider .item .item-detail .img_over img {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.responsive-post-slider .resp-slider-container .slider .item .item-detail .img_over:before {
  content: '';
  width: 0;
  height: 0;
  border-bottom: 85px solid transparent;
  border-left: 80px solid #fff;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 2;
}
.rtl .responsive-post-slider .resp-slider-container .slider .item .item-detail .img_over:before {
  right: 0;
  left: auto;
  border-bottom: 85px solid transparent;
  border-right: 80px solid #fff;
  border-left: 0;
}
.responsive-post-slider .resp-slider-container .slider .item .item-detail .img_over .entry-date {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.rtl .responsive-post-slider .resp-slider-container .slider .item .item-detail .img_over .entry-date {
  right: 0;
  left: auto;
}
.responsive-post-slider .resp-slider-container .slider .item .item-detail .img_over .entry-date .day-time {
  font-size: 24px;
  color: #909090;
  font-weight: 700;
}
.responsive-post-slider .resp-slider-container .slider .item .item-detail .img_over .entry-date .month-time {
  font-size: 14px;
  color: #909090;
}
.responsive-post-slider .resp-slider-container .slider .item .item-detail .img_over a:hover img {
  opacity: 0.85;
}
.responsive-post-slider .resp-slider-container .slider .item .item-detail .entry-content h4 {
  margin: 20px 0 0;
}
.responsive-post-slider .resp-slider-container .slider .item .item-detail .entry-content h4 a {
  color: #191919;
  font-weight: 600;
  font-size: 14px;
  text-transform: capitalize;
  display: block;
}
.responsive-post-slider .resp-slider-container .slider .item .item-detail .entry-content h4 a:hover {
  color: #d7182a;
}
.responsive-post-slider .resp-slider-container .slider .item .item-detail .entry-content .entry-meta {
  color: #909090;
  font-size: 13px;
  overflow: hidden;
  padding: 10px 0 16px;
}
.responsive-post-slider .resp-slider-container .slider .item .item-detail .entry-content .entry-meta .entry-comment {
  margin-right: 20px;
}
.rtl .responsive-post-slider .resp-slider-container .slider .item .item-detail .entry-content .entry-meta .entry-comment {
  margin: 0 0 0 20px;
}
.responsive-post-slider .resp-slider-container .slider .item .item-detail .entry-content .entry-meta .entry-tag a {
  color: #909090;
  font-size: 13px;
}
.responsive-post-slider .resp-slider-container .slider .item .item-detail .entry-content .entry-meta .entry-tag a:hover {
  color: #d7182a;
}
.responsive-post-slider .resp-slider-container .slider .item .item-detail .entry-content .entry-meta .entry-comment,
.responsive-post-slider .resp-slider-container .slider .item .item-detail .entry-content .entry-meta .entry-tag {
  float: left;
}
.rtl .responsive-post-slider .resp-slider-container .slider .item .item-detail .entry-content .entry-meta .entry-comment,
.rtl .responsive-post-slider .resp-slider-container .slider .item .item-detail .entry-content .entry-meta .entry-tag {
  float: right;
}
.responsive-post-slider .resp-slider-container .slider .item .item-detail .entry-content .entry-meta .entry-comment i,
.responsive-post-slider .resp-slider-container .slider .item .item-detail .entry-content .entry-meta .entry-tag i {
  font-size: 16px;
  color: #b7b7b7;
  margin-right: 10px;
}
.rtl .responsive-post-slider .resp-slider-container .slider .item .item-detail .entry-content .entry-meta .entry-comment i,
.rtl .responsive-post-slider .resp-slider-container .slider .item .item-detail .entry-content .entry-meta .entry-tag i {
  margin: 0 0 0 10px;
}
.responsive-post-slider .resp-slider-container .slider .item .item-detail .entry-content .readmore {
  color: #191919;
  font-weight: 600;
  text-transform: capitalize;
  display: block;
  border-top: 1px solid #ebebeb;
  padding-top: 15px;
}
.responsive-post-slider .resp-slider-container .slider .item .item-detail .entry-content .readmore:hover a,
.responsive-post-slider .resp-slider-container .slider .item .item-detail .entry-content .readmore:hover i {
  opacity: 0.6;
}
.responsive-post-slider .resp-slider-container .slider .item .item-detail .entry-content .readmore a {
  color: #191919;
}
.responsive-post-slider .resp-slider-container .slider .item .item-detail .entry-content .readmore i {
  margin-right: 5px;
}
.rtl .responsive-post-slider .resp-slider-container .slider .item .item-detail .entry-content .readmore i {
  margin: 0 0 0 5px;
}
.rtl .responsive-post-slider .resp-slider-container .slider .item .item-detail .entry-content .readmore i.fa-caret-right:before {
  content: '\f0d9';
  margin: 0 5px 0 0;
}
.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 div.product .slider_img_productd div.images.woocommerce-product-gallery {
  float: none;
  width: 100%;
}
.rtl.woocommerce .widget_layered_nav ul li.chosen a::after,
.rtl.woocommerce .widget_layered_nav_filters ul li a::after {
  line-height: 1;
  content: "\e013";
  font-family: WooCommerce;
  font-weight: 400;
  color: #a00;
  speak: none;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  margin-left: 10px;
}
.woocommerce .listing-title h1,
.woocommerce-page .listing-title h1 {
  margin: 40px 0 0;
}
.woocommerce.rtl .woocommerce .cart-collaterals .cart_totals,
.woocommerce-page.rtl .woocommerce .cart-collaterals .cart_totals {
  text-align: right;
}
.woocommerce input.input-text,
.woocommerce-page input.input-text {
  height: 35px;
  background-color: #eee;
  border: 1px solid #ddd;
  text-indent: 10px;
}
.woocommerce .woocommerce-checkout #payment div.form-row,
.woocommerce-page .woocommerce-checkout #payment div.form-row {
  margin-bottom: 40px;
}
.woocommerce #customer_login h2,
.woocommerce-page #customer_login h2 {
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
  margin-bottom: 20px;
  font-size: 24px;
  text-transform: uppercase;
}
.woocommerce #customer_login form.login,
.woocommerce #customer_login form.register,
.woocommerce-page #customer_login form.login,
.woocommerce-page #customer_login form.register {
  border: 0;
  padding: 0;
}
.woocommerce #customer_login form.login .form-row .input-text,
.woocommerce #customer_login form.register .form-row .input-text,
.woocommerce-page #customer_login form.login .form-row .input-text,
.woocommerce-page #customer_login form.register .form-row .input-text {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  background: #eee;
  border: 0;
}
.woocommerce #customer_login form.login .form-row .input-text#password,
.woocommerce #customer_login form.register .form-row .input-text#password,
.woocommerce-page #customer_login form.login .form-row .input-text#password,
.woocommerce-page #customer_login form.register .form-row .input-text#password {
  width: 100%;
}
.woocommerce form.lost_reset_password .form-row,
.woocommerce-page form.lost_reset_password .form-row {
  width: 300px;
  max-width: 100%;
}
.woocommerce form.lost_reset_password .form-row .input-text,
.woocommerce-page form.lost_reset_password .form-row .input-text {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  background: #eee;
  border: 0;
}
.woocommerce form.lost_reset_password .form-row input.button,
.woocommerce-page form.lost_reset_password .form-row input.button {
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  margin-bottom: 10px;
  margin-top: 0;
}
.woocommerce form.lost_reset_password .form-row input.button:hover,
.woocommerce-page form.lost_reset_password .form-row input.button:hover {
  background: #a91321;
  color: #fff;
}
.woocommerce .woocommerce form .form-row label,
.woocommerce-page .woocommerce form .form-row label {
  font-weight: normal;
}
.woocommerce .woocommerce-checkout table.shop_table th,
.woocommerce .woocommerce-checkout table.shop_table td,
.woocommerce-page .woocommerce-checkout table.shop_table th,
.woocommerce-page .woocommerce-checkout table.shop_table td {
  border: 0;
}
.woocommerce .woocommerce-checkout table.shop_table th,
.woocommerce-page .woocommerce-checkout table.shop_table th {
  color: #222;
  font-family: Helvetica, Arial, sans-serif;
}
.woocommerce .woocommerce-checkout .col-1 h3,
.woocommerce .woocommerce-checkout .col-2 h3,
.woocommerce-page .woocommerce-checkout .col-1 h3,
.woocommerce-page .woocommerce-checkout .col-2 h3 {
  color: #222;
}
.woocommerce .woocommerce-checkout .woocommerce-checkout-payment label,
.woocommerce-page .woocommerce-checkout .woocommerce-checkout-payment label {
  color: #222;
  font-family: Helvetica, Arial, sans-serif;
}
.woocommerce .woocommerce .checkout #order_review table.shop_table td,
.woocommerce .woocommerce .checkout #order_review table.shop_table tfoot th,
.woocommerce .woocommerce-page .checkout #order_review table.shop_table td,
.woocommerce .woocommerce-page .checkout #order_review table.shop_table tfoot th,
.woocommerce-page .woocommerce .checkout #order_review table.shop_table td,
.woocommerce-page .woocommerce .checkout #order_review table.shop_table tfoot th,
.woocommerce-page .woocommerce-page .checkout #order_review table.shop_table td,
.woocommerce-page .woocommerce-page .checkout #order_review table.shop_table tfoot th {
  border-top: 1px solid #fff;
  padding: 10px 15px;
  border-right: 0;
}
.woocommerce .entry-summary form.register button[type="submit"],
.woocommerce-page .entry-summary form.register button[type="submit"] {
  text-transform: uppercase;
  height: 35px;
  line-height: 35px;
  padding: 0 15px;
  font-weight: normal;
}
.woocommerce .entry-summary form.register button[type="submit"]:hover,
.woocommerce-page .entry-summary form.register button[type="submit"]:hover {
  color: #fff;
  background: #d7182a;
  border-color: #d7182a;
}
.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: #a91321;
  color: #fff;
}
.woocommerce .entry-content form.login .lost_password a,
.woocommerce-page .entry-content form.login .lost_password a {
  color: #d7182a;
}
.woocommerce .entry-content form.login .lost_password a:hover,
.woocommerce-page .entry-content form.login .lost_password a:hover {
  color: #92101d;
}
.woocommerce .entry-content .checkout_coupon,
.woocommerce-page .entry-content .checkout_coupon {
  padding: 0;
  border: 0;
}
.woocommerce .entry-content .checkout_coupon .form-row,
.woocommerce-page .entry-content .checkout_coupon .form-row {
  width: 180px;
  float: left;
  padding: 0;
}
.woocommerce .entry-content .checkout_coupon .form-row.form-row-last,
.woocommerce-page .entry-content .checkout_coupon .form-row.form-row-last {
  text-align: center;
}
.woocommerce .entry-content .checkout_coupon .form-row .input-text,
.woocommerce-page .entry-content .checkout_coupon .form-row .input-text {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  background: #eee;
  border: 0;
}
.woocommerce .entry-content .checkout_coupon .form-row input.button,
.woocommerce-page .entry-content .checkout_coupon .form-row input.button {
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  height: 35px;
  text-transform: uppercase;
}
.woocommerce .entry-content .checkout_coupon .form-row input.button:hover,
.woocommerce-page .entry-content .checkout_coupon .form-row input.button:hover {
  background: #a91321;
  color: #fff;
}
.woocommerce .checkout .col2-set .col-1,
.woocommerce .checkout .col2-set .col-2,
.woocommerce-page .checkout .col2-set .col-1,
.woocommerce-page .checkout .col2-set .col-2 {
  float: left;
  width: 50%;
}
.woocommerce .checkout .col2-set .col-1 h3,
.woocommerce .checkout .col2-set .col-2 h3,
.woocommerce-page .checkout .col2-set .col-1 h3,
.woocommerce-page .checkout .col2-set .col-2 h3 {
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-weight: normal;
}
.woocommerce .checkout .col2-set .col-1 .chosen-container-single .chosen-single,
.woocommerce .checkout .col2-set .col-2 .chosen-container-single .chosen-single,
.woocommerce-page .checkout .col2-set .col-1 .chosen-container-single .chosen-single,
.woocommerce-page .checkout .col2-set .col-2 .chosen-container-single .chosen-single {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.woocommerce .checkout .col2-set .col-1 input,
.woocommerce .checkout .col2-set .col-1 textarea,
.woocommerce .checkout .col2-set .col-2 input,
.woocommerce .checkout .col2-set .col-2 textarea,
.woocommerce-page .checkout .col2-set .col-1 input,
.woocommerce-page .checkout .col2-set .col-1 textarea,
.woocommerce-page .checkout .col2-set .col-2 input,
.woocommerce-page .checkout .col2-set .col-2 textarea {
  background: #eee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border: 0;
}
.woocommerce .checkout .col2-set .col-1 textarea,
.woocommerce .checkout .col2-set .col-2 textarea,
.woocommerce-page .checkout .col2-set .col-1 textarea,
.woocommerce-page .checkout .col2-set .col-2 textarea {
  padding: 10px;
  min-height: 80px;
}
.woocommerce .checkout .col2-set .col-1 .woocommerce-billing-fields,
.woocommerce-page .checkout .col2-set .col-1 .woocommerce-billing-fields {
  padding-right: 15px;
}
.woocommerce .checkout .col2-set .col-2 .woocommerce-shipping-fields,
.woocommerce-page .checkout .col2-set .col-2 .woocommerce-shipping-fields {
  padding-left: 15px;
}
.woocommerce .checkout .col2-set .col-2 .woocommerce-shipping-fields h3#ship-to-different-address,
.woocommerce-page .checkout .col2-set .col-2 .woocommerce-shipping-fields h3#ship-to-different-address {
  padding: 0 0 10px;
  width: 100%;
}
.woocommerce .checkout .col2-set .col-2 .woocommerce-shipping-fields h3#ship-to-different-address > label,
.woocommerce-page .checkout .col2-set .col-2 .woocommerce-shipping-fields h3#ship-to-different-address > label {
  padding: 0;
  margin: 0;
  font-weight: normal;
  vertical-align: top;
  display: inline-block;
}
.woocommerce .checkout .col2-set .col-2 .woocommerce-shipping-fields h3#ship-to-different-address > input,
.woocommerce-page .checkout .col2-set .col-2 .woocommerce-shipping-fields h3#ship-to-different-address > input {
  display: inline-block;
  vertical-align: top;
  margin: 6px 5px 0;
}
.woocommerce .checkout #order_review table.shop_table,
.woocommerce-page .checkout #order_review table.shop_table {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border: 0;
}
.woocommerce .checkout #order_review table.shop_table td,
.woocommerce .checkout #order_review table.shop_table tfoot th,
.woocommerce-page .checkout #order_review table.shop_table td,
.woocommerce-page .checkout #order_review table.shop_table tfoot th {
  border-top: 1px solid #fff;
  padding: 10px 15px;
}
.woocommerce .checkout #order_review table.shop_table tr,
.woocommerce-page .checkout #order_review table.shop_table tr {
  background: #eee;
}
.woocommerce .checkout #order_review table.shop_table tr:hover,
.woocommerce-page .checkout #order_review table.shop_table tr:hover {
  background: #d5d5d5;
  cursor: pointer;
}
.woocommerce .checkout #payment,
.woocommerce-page .checkout #payment {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.woocommerce .checkout #payment .terms,
.woocommerce-page .checkout #payment .terms {
  float: none;
}
.woocommerce .checkout #payment .terms .input-checkbox,
.woocommerce-page .checkout #payment .terms .input-checkbox {
  margin-top: 6px;
}
.woocommerce .checkout #payment #place_order,
.woocommerce-page .checkout #payment #place_order {
  width: auto;
  border: 0;
  padding: 10px 20px;
  background: #d7182a;
  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: #92101d;
}
.woocommerce form table.shop_table.shop_table_responsive,
.woocommerce-page form table.shop_table.shop_table_responsive {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border: 0;
  border: 1px solid #ccc;
}
.woocommerce form table.shop_table.shop_table_responsive th.product-thumbnail,
.woocommerce form table.shop_table.shop_table_responsive tr td.product-thumbnail,
.woocommerce-page form table.shop_table.shop_table_responsive th.product-thumbnail,
.woocommerce-page form table.shop_table.shop_table_responsive tr td.product-thumbnail {
  display: block;
}
.woocommerce form table.shop_table.shop_table_responsive thead,
.woocommerce-page form table.shop_table.shop_table_responsive thead {
  display: table-row-group;
}
.woocommerce form table.shop_table.shop_table_responsive thead tr,
.woocommerce-page form table.shop_table.shop_table_responsive thead tr {
  display: table-row;
}
.woocommerce form table.shop_table.shop_table_responsive thead tr th,
.woocommerce-page form table.shop_table.shop_table_responsive thead tr th {
  border-bottom: 1px solid #ccc;
  border-top: 0;
  border-left: 0;
  color: #222;
  font-family: Helvetica, Arial, sans-serif;
}
.woocommerce form table.shop_table.shop_table_responsive thead tr th.product-subtotal,
.woocommerce-page form table.shop_table.shop_table_responsive thead tr th.product-subtotal {
  border-right: 0;
}
.woocommerce form table.shop_table.shop_table_responsive tbody tr,
.woocommerce-page form table.shop_table.shop_table_responsive tbody tr {
  display: table-row;
}
.woocommerce form table.shop_table.shop_table_responsive tbody tr td,
.woocommerce-page form table.shop_table.shop_table_responsive tbody tr td {
  border-top: 1px solid #ccc;
  display: table-cell;
  text-align: left !important;
}
.woocommerce form table.shop_table.shop_table_responsive tbody tr td:before,
.woocommerce-page form table.shop_table.shop_table_responsive tbody tr td:before {
  display: none;
}
.woocommerce form table.shop_table.shop_table_responsive tbody tr.cart_item td,
.woocommerce-page form table.shop_table.shop_table_responsive tbody tr.cart_item td {
  border: 0;
}
.woocommerce form table.shop_table.shop_table_responsive tbody tr.cart_item td .variation dd p,
.woocommerce-page form table.shop_table.shop_table_responsive tbody tr.cart_item td .variation dd p {
  line-height: 20px;
}
.woocommerce form table.shop_table.shop_table_responsive tr,
.woocommerce-page form table.shop_table.shop_table_responsive tr {
  border: 0;
}
.woocommerce form table.shop_table.shop_table_responsive tr td,
.woocommerce-page form table.shop_table.shop_table_responsive tr td {
  border: 0;
}
.woocommerce form table.shop_table.shop_table_responsive tr td.product-thumbnail img,
.woocommerce-page form table.shop_table.shop_table_responsive tr td.product-thumbnail img {
  width: 70px;
}
.woocommerce form table.shop_table.shop_table_responsive tr td.product-remove,
.woocommerce-page form table.shop_table.shop_table_responsive tr td.product-remove {
  font-size: 24px;
}
.woocommerce form table.shop_table.shop_table_responsive tr td.product-quantity .quantity,
.woocommerce-page form table.shop_table.shop_table_responsive tr td.product-quantity .quantity {
  border: 1px solid #ccc;
  overflow: visible;
  display: inline-block;
}
.woocommerce form table.shop_table.shop_table_responsive tr td.product-quantity .quantity input.qty,
.woocommerce-page form table.shop_table.shop_table_responsive tr td.product-quantity .quantity input.qty {
  height: 30px;
  min-height: initial;
  border: 0;
  float: left;
  text-indent: inherit;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.woocommerce form table.shop_table.shop_table_responsive tr td.product-quantity .quantity input[type=number],
.woocommerce-page form table.shop_table.shop_table_responsive tr td.product-quantity .quantity input[type=number] {
  -moz-appearance: textfield;
}
.woocommerce form table.shop_table.shop_table_responsive tr td.product-quantity .quantity input::-webkit-outer-spin-button,
.woocommerce form table.shop_table.shop_table_responsive tr td.product-quantity .quantity input::-webkit-inner-spin-button,
.woocommerce-page form table.shop_table.shop_table_responsive tr td.product-quantity .quantity input::-webkit-outer-spin-button,
.woocommerce-page form table.shop_table.shop_table_responsive tr td.product-quantity .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.woocommerce form table.shop_table.shop_table_responsive tr td.product-quantity .quantity .minus,
.woocommerce form table.shop_table.shop_table_responsive tr td.product-quantity .quantity .plus,
.woocommerce-page form table.shop_table.shop_table_responsive tr td.product-quantity .quantity .minus,
.woocommerce-page form table.shop_table.shop_table_responsive tr td.product-quantity .quantity .plus {
  float: left;
  position: static;
  background: #ccc;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  height: auto;
  height: 30px;
  width: 25px;
  border: 0;
  font-size: 18px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  font-weight: normal;
  display: block !important;
}
.woocommerce form table.shop_table.shop_table_responsive tr td.product-quantity .quantity .minus:hover,
.woocommerce form table.shop_table.shop_table_responsive tr td.product-quantity .quantity .plus:hover,
.woocommerce-page form table.shop_table.shop_table_responsive tr td.product-quantity .quantity .minus:hover,
.woocommerce-page form table.shop_table.shop_table_responsive tr td.product-quantity .quantity .plus:hover {
  background: #d7182a;
  color: #fff;
}
.woocommerce form table.shop_table.shop_table_responsive tr td.actions,
.woocommerce-page form table.shop_table.shop_table_responsive tr td.actions {
  padding: 15px 10px;
}
.woocommerce form table.shop_table.shop_table_responsive tr td.actions .coupon,
.woocommerce-page form table.shop_table.shop_table_responsive tr td.actions .coupon {
  float: left;
  padding: 0;
}
.woocommerce form table.shop_table.shop_table_responsive tr td.actions .coupon .input-text,
.woocommerce-page form table.shop_table.shop_table_responsive tr td.actions .coupon .input-text {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  margin: 0;
}
.woocommerce form table.shop_table.shop_table_responsive tr td.actions .coupon input.input-text,
.woocommerce-page form table.shop_table.shop_table_responsive tr td.actions .coupon input.input-text {
  height: 31px;
  padding: 5px 10px;
  width: 200px;
}
.rtl .woocommerce form table.shop_table.shop_table_responsive tr td.actions .coupon input.input-text,
.rtl .woocommerce-page form table.shop_table.shop_table_responsive tr td.actions .coupon input.input-text {
  float: right;
}
.woocommerce form table.shop_table.shop_table_responsive tr td.actions .button,
.woocommerce-page form table.shop_table.shop_table_responsive tr td.actions .button {
  background: #d7182a !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: #d7182a;
  vertical-align: top;
  width: auto;
  padding: 7px 15px;
  text-transform: uppercase;
}
.woocommerce form table.shop_table.shop_table_responsive tr td.actions .button:hover,
.woocommerce-page form table.shop_table.shop_table_responsive tr td.actions .button:hover {
  background: #a91321 !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: #d7182a;
  color: #fff;
  border-color: #d7182a;
}
.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: #d7182a;
  color: #fff;
  border-color: #d7182a;
}
.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: #a91321;
}
.woocommerce > .cart-collaterals,
.woocommerce-page > .cart-collaterals {
  margin-bottom: 10px;
}
.woocommerce > .cart-collaterals .products-wrapper,
.woocommerce-page > .cart-collaterals .products-wrapper {
  padding: 0;
}
.woocommerce > .cart-collaterals .cart_totals,
.woocommerce-page > .cart-collaterals .cart_totals {
  width: 50%;
  float: left;
}
.rtl .woocommerce > .cart-collaterals .cart_totals,
.rtl .woocommerce-page > .cart-collaterals .cart_totals {
  float: right;
  text-align: right;
}
.woocommerce > .cart-collaterals .cart_totals h2,
.woocommerce-page > .cart-collaterals .cart_totals h2 {
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-size: 24px;
}
.woocommerce > .cart-collaterals .cart_totals table,
.woocommerce-page > .cart-collaterals .cart_totals table {
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border: 1px solid #eee;
}
.woocommerce > .cart-collaterals .cart_totals table tr,
.woocommerce-page > .cart-collaterals .cart_totals table tr {
  border: 0;
  font-family: Helvetica, Arial, sans-serif;
  color: #222;
}
.woocommerce > .cart-collaterals .cart_totals table tr th,
.woocommerce > .cart-collaterals .cart_totals table tr td,
.woocommerce-page > .cart-collaterals .cart_totals table tr th,
.woocommerce-page > .cart-collaterals .cart_totals table tr td {
  border: 0;
  padding: 10px;
}
.woocommerce > .cart-collaterals .cart_totals table tr td,
.woocommerce-page > .cart-collaterals .cart_totals table tr td {
  text-align: right;
}
.woocommerce > .cart-collaterals .cart_totals table tr.order-total th,
.woocommerce > .cart-collaterals .cart_totals table tr.order-total td,
.woocommerce-page > .cart-collaterals .cart_totals table tr.order-total th,
.woocommerce-page > .cart-collaterals .cart_totals table tr.order-total td {
  border-top: 1px solid #eee;
}
.woocommerce > .cart-collaterals .cart_totals table tr.order-total th .amount,
.woocommerce > .cart-collaterals .cart_totals table tr.order-total td .amount,
.woocommerce-page > .cart-collaterals .cart_totals table tr.order-total th .amount,
.woocommerce-page > .cart-collaterals .cart_totals table tr.order-total td .amount {
  font-size: 18px;
  font-weight: normal;
  color: #d7182a;
}
.woocommerce > .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button,
.woocommerce-page > .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button {
  background: #d7182a;
  display: inline-block;
  text-shadow: none;
  font-weight: normal;
  font-size: 14px;
  padding: 7px 15px;
}
.woocommerce > .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button:hover,
.woocommerce-page > .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button:hover {
  background: #a91321;
}
.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: #d7182a;
  color: #fff;
  border-color: #d7182a;
  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: #a91321;
}
.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: #d7182a;
  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: #d7182a;
  color: #fff;
}
.woocommerce #content .woocommerce-message .wc-forward:hover,
.woocommerce #content .woocommerce-error .wc-forward:hover,
.woocommerce #content .woocommerce-info .wc-forward:hover,
.woocommerce #contents .woocommerce-message .wc-forward:hover,
.woocommerce #contents .woocommerce-error .wc-forward:hover,
.woocommerce #contents .woocommerce-info .wc-forward:hover,
.woocommerce-page #content .woocommerce-message .wc-forward:hover,
.woocommerce-page #content .woocommerce-error .wc-forward:hover,
.woocommerce-page #content .woocommerce-info .wc-forward:hover,
.woocommerce-page #contents .woocommerce-message .wc-forward:hover,
.woocommerce-page #contents .woocommerce-error .wc-forward:hover,
.woocommerce-page #contents .woocommerce-info .wc-forward:hover {
  opacity: 0.7;
}
.woocommerce #reviews #review_form_wrapper h3,
.woocommerce-page #reviews #review_form_wrapper h3 {
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-size: 18px;
  text-transform: uppercase;
}
.woocommerce #reviews #review_form_wrapper .comment-form input,
.woocommerce #reviews #review_form_wrapper .comment-form textarea,
.woocommerce-page #reviews #review_form_wrapper .comment-form input,
.woocommerce-page #reviews #review_form_wrapper .comment-form textarea {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  padding: 7px 10px;
  width: 60%;
}
.woocommerce #reviews #review_form_wrapper .comment-form textarea,
.woocommerce-page #reviews #review_form_wrapper .comment-form textarea {
  width: 100%;
}
.woocommerce #reviews #review_form_wrapper .comment-form input#submit,
.woocommerce-page #reviews #review_form_wrapper .comment-form input#submit {
  width: auto;
  color: #fff;
}
.woocommerce #reviews #review_form_wrapper .comment-form input#submit:hover,
.woocommerce-page #reviews #review_form_wrapper .comment-form input#submit:hover {
  color: #fff;
}
.woocommerce #reviews #review_form_wrapper .comment-form .comment-form-author,
.woocommerce #reviews #review_form_wrapper .comment-form .comment-form-email,
.woocommerce-page #reviews #review_form_wrapper .comment-form .comment-form-author,
.woocommerce-page #reviews #review_form_wrapper .comment-form .comment-form-email {
  width: 50%;
  float: left;
}
.woocommerce #reviews #review_form_wrapper .comment-form .comment-form-author label,
.woocommerce #reviews #review_form_wrapper .comment-form .comment-form-email label,
.woocommerce-page #reviews #review_form_wrapper .comment-form .comment-form-author label,
.woocommerce-page #reviews #review_form_wrapper .comment-form .comment-form-email label {
  display: block;
}
.woocommerce #reviews #review_form_wrapper .comment-form .comment-form-author input,
.woocommerce #reviews #review_form_wrapper .comment-form .comment-form-email input,
.woocommerce-page #reviews #review_form_wrapper .comment-form .comment-form-author input,
.woocommerce-page #reviews #review_form_wrapper .comment-form .comment-form-email input {
  width: 100%;
}
.woocommerce #reviews #review_form_wrapper .comment-form .comment-form-author,
.woocommerce-page #reviews #review_form_wrapper .comment-form .comment-form-author {
  padding-right: 15px;
}
.woocommerce table.my_account_orders,
.woocommerce-page table.my_account_orders {
  font-size: 1em;
}
.woocommerce table.my_account_orders tr th,
.woocommerce-page table.my_account_orders tr th {
  background: #ccc;
}
.woocommerce table.my_account_orders tr td.order-actions .button,
.woocommerce-page table.my_account_orders tr td.order-actions .button {
  background: #333;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  color: #fff;
  text-shadow: none;
  font-weight: normal;
  border: 0;
}
.woocommerce table.my_account_orders tr td.order-actions .button:hover,
.woocommerce-page table.my_account_orders tr td.order-actions .button:hover {
  background: #d7182a;
}
.woocommerce .entry-content .col2-set .address,
.woocommerce-page .entry-content .col2-set .address {
  padding-left: 15px;
  padding-right: 15px;
}
.woocommerce table.wishlist_table thead th {
  border-color: #ccc;
  color: #222;
  font-family: Helvetica, Arial, sans-serif;
}
.woocommerce form table.wishlist_table,
.woocommerce-page form table.wishlist_table {
  border-collapse: collapse;
}
.woocommerce form table.wishlist_table th.product-thumbnail,
.woocommerce-page form table.wishlist_table th.product-thumbnail {
  border: 0;
}
.woocommerce form table.wishlist_table tfoot,
.woocommerce-page form table.wishlist_table tfoot {
  border-top: 1px solid #ccc;
}
.woocommerce form table.wishlist_table tr td,
.woocommerce-page form table.wishlist_table tr td {
  text-align: start;
  padding: 10px 12px;
}
.woocommerce form table.wishlist_table tr td.product-price del,
.woocommerce-page form table.wishlist_table tr td.product-price del {
  margin-right: 10px;
}
.woocommerce form table.wishlist_table tr td.product-price del span,
.woocommerce-page form table.wishlist_table tr td.product-price del span {
  font-size: 16px;
}
.woocommerce form table.wishlist_table tr td.product-price ins,
.woocommerce-page form table.wishlist_table tr td.product-price ins {
  color: ;
  text-decoration: none;
  font-weight: 600;
}
.woocommerce form table.wishlist_table tr td.product-price ins span,
.woocommerce-page form table.wishlist_table tr td.product-price ins span {
  font-size: 18px;
}
.woocommerce form table.wishlist_table tr td.product-price >span.amount,
.woocommerce-page form table.wishlist_table tr td.product-price >span.amount {
  color: ;
  font-size: 18px;
  font-weight: 600;
}
.woocommerce form table.wishlist_table tr td.product-add-to-cart,
.woocommerce-page form table.wishlist_table tr td.product-add-to-cart {
  vertical-align: top;
}
.woocommerce form table.wishlist_table tr td.product-add-to-cart .add_to_cart,
.woocommerce-page form table.wishlist_table tr td.product-add-to-cart .add_to_cart {
  display: inline-block !important;
  padding: 0;
}
.woocommerce form table.wishlist_table tr td.product-add-to-cart .add_to_cart.loading,
.woocommerce-page form table.wishlist_table tr td.product-add-to-cart .add_to_cart.loading {
  height: 43px;
  position: relative;
}
.woocommerce form table.wishlist_table tr td.product-add-to-cart .add_to_cart.loading:before,
.woocommerce-page form table.wishlist_table tr td.product-add-to-cart .add_to_cart.loading:before {
  border-radius: 16px;
  background-color: #d7182a;
}
.woocommerce form table.wishlist_table tr td.product-add-to-cart .add_to_cart.loading:after,
.woocommerce-page form table.wishlist_table tr td.product-add-to-cart .add_to_cart.loading:after {
  content: '';
}
.woocommerce form table.wishlist_table tr td.product-add-to-cart a.button,
.woocommerce-page form table.wishlist_table tr td.product-add-to-cart a.button {
  background: #999;
  border: 0;
  text-transform: capitalize;
  text-shadow: none;
  color: #fff;
  position: static;
  padding: 12px 20px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -o-border-radius: 40px;
  -ms-border-radius: 40px;
  border-radius: 40px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  margin: 13px 0;
}
.woocommerce form table.wishlist_table tr td.product-add-to-cart a.button:hover,
.woocommerce-page form table.wishlist_table tr td.product-add-to-cart a.button:hover {
  background: #d7182a;
}
.woocommerce form table.wishlist_table tr td.product-add-to-cart .remove_from_wishlist.button,
.woocommerce-page form table.wishlist_table tr td.product-add-to-cart .remove_from_wishlist.button {
  display: none !important;
}
.woocommerce form table.wishlist_table tr td.product-add-to-cart .dateadded,
.woocommerce-page form table.wishlist_table tr td.product-add-to-cart .dateadded {
  margin-bottom: 5px;
}
.woocommerce form table.wishlist_table tr td.product-remove a.remove,
.woocommerce-page form table.wishlist_table tr td.product-remove a.remove {
  font-size: 1em;
  margin: 0 auto;
}
.woocommerce form table.wishlist_table tbody tr,
.woocommerce-page form table.wishlist_table tbody tr {
  border-top: 1px solid #fff;
}
.woocommerce form table.wishlist_table tbody tr:hover,
.woocommerce-page form table.wishlist_table tbody tr:hover {
  background: #dedede;
  cursor: pointer;
}
.woocommerce tbody tr td,
.woocommerce thead tr th,
.woocommerce-page tbody tr td,
.woocommerce-page thead tr th {
  font-size: 14px;
}
.woocommerce article header .entry-title,
.woocommerce-page article header .entry-title {
  font-size: 24px;
  color: #d7182a;
}
.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: #d7182a;
  color: #fff;
  margin-bottom: 30px;
}
.woocommerce .return-to-shop .button.wc-backward:hover,
.woocommerce-page .return-to-shop .button.wc-backward:hover {
  background-color: ;
}
.woocommerce a.remove {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.woocommerce #respond input#submit,
.woocommerce input.button {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  background-color: #3d3d3d;
  color: #fff;
  font-weight: normal;
  border: 0;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.woocommerce #respond input#submit:hover,
.woocommerce input.button:hover {
  background-color: #d7182a;
  color: #fff;
}
.woocommerce td.product-name dl.variation dd,
.woocommerce td.product-name dl.variation dt {
  margin-bottom: 0.25em;
}
.woocommerce div.product p.cart {
  float: left;
}
div.star,
div.stars {
  background: url("../assets/img/star.png") repeat-x scroll 0 0 rgba(0,0,0,0);
  height: 13px;
  margin: 0;
  overflow: hidden;
  position: relative;
  width: 65px;
  display: inline-block;
  vertical-align: top;
}
div.star span,
div.stars span {
  background: url("../assets/img/star-active.png") repeat scroll 0 0 rgba(0,0,0,0);
  float: left;
  left: 0;
  overflow: hidden;
  padding-top: 1.5em;
  position: absolute;
  top: 0;
}
div.star .rating-hidden,
div.stars .rating-hidden {
  display: none;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: #d7182a;
  border: 0;
  height: 8px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  background-color: #555;
  height: 8px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  background-color: #fff;
  border: 1px solid #ededed;
  width: 15px;
  height: 15px;
  top: -4px;
}
.woocommerce .widget_price_filter .ui-slider {
  margin-bottom: 20px;
  margin-top: 20px;
}
.woocommerce .widget_price_filter .price_slider_amount .button {
  background-color: #191919;
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  text-transform: uppercase;
  border-radius: 0;
  font-weight: 600;
}
.woocommerce .widget_price_filter .price_slider_amount .button:hover {
  background-color: #d7182a;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.price_slider_wrapper .price_slider_amount #min_price,
.price_slider_wrapper .price_slider_amount #max_price {
  display: inline-block !important;
  width: 48%;
  text-indent: 10px;
  height: 32px;
  margin-bottom: 20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.price_slider_wrapper .price_slider_amount #min_price {
  float: left;
  margin-right: 1%;
}
.price_slider_wrapper .price_slider_amount #max_price {
  float: right;
  margin-left: 1%;
}
.price_slider_wrapper .price_label {
  float: right;
}
.woocommerce .widget_price_filter .ui-slider-horizontal {
  height: 4px;
}
.woocommerce button.button.alt.disabled {
  padding: 0 10px;
}
.sidebar .widget.widget_layered_nav .widget-inner ul > li {
  overflow: hidden;
}
.sidebar .widget.widget_layered_nav .widget-inner ul > li span.count {
  float: right;
}
.rtl .sidebar .widget.widget_layered_nav .widget-inner ul > li span.count {
  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: #d7182a;
  margin-bottom: 10px;
}
.woocommerce-account #contents .entry-content nav.woocommerce-MyAccount-navigation {
  width: 20%;
  padding-right: 30px;
  margin-bottom: 10px;
}
.woocommerce-account #contents .entry-content nav.woocommerce-MyAccount-navigation > ul {
  list-style: none;
  margin: 0;
  border: 1px solid #ccc;
}
.woocommerce-account #contents .entry-content nav.woocommerce-MyAccount-navigation > ul > li > a {
  display: block;
  min-width: 180px;
  padding: 10px 20px;
  border-bottom: 1px solid #ccc;
}
.woocommerce-account #contents .entry-content nav.woocommerce-MyAccount-navigation > ul > li:last-child > a {
  border: 0;
}
.woocommerce-account #contents .entry-content nav.woocommerce-MyAccount-navigation > ul > li.is-active >a {
  color: #d7182a;
}
.woocommerce-account #contents .entry-content .woocommerce-MyAccount-content {
  margin-bottom: 30px;
  width: 80%;
}
.woocommerce-account #contents .entry-content .woocommerce-MyAccount-content table.my_account_orders {
  border: 1px solid #ddd;
  border-radius: 0;
}
.woocommerce-account #contents .entry-content .woocommerce-MyAccount-content table.my_account_orders tr.order {
  border-bottom: 1px solid #ddd;
}
.woocommerce-account #contents .entry-content .woocommerce-MyAccount-content table.my_account_orders tr.order:last-child {
  border: 0;
}
.woocommerce-account #contents .entry-content .woocommerce-MyAccount-content table.my_account_orders tr.order td {
  text-align: start !important;
  padding: 5px 15px;
}
.woocommerce-account #contents .entry-content .woocommerce-MyAccount-content table.my_account_orders tr.order td.order-number,
.woocommerce-account #contents .entry-content .woocommerce-MyAccount-content table.my_account_orders tr.order td.order-status {
  width: 15%;
}
.woocommerce-account #contents .entry-content .woocommerce-MyAccount-content table.my_account_orders tr.order td.order-date {
  width: 20%;
}
.woocommerce-account #contents .entry-content .woocommerce-MyAccount-content table.my_account_orders tr.order td.order-total {
  width: 40%;
}
.woocommerce-wishlist #contents .page .entry-title {
  margin-bottom: 40px;
}
.woocommerce-wishlist .wishlist-title h2 {
  font-size: 24px;
  padding: 0;
  margin-bottom: 20px;
}
.woocommerce-wishlist .woocommerce table.shop_table {
  margin-bottom: 40px;
}
.woocommerce-checkout h3 {
  font-size: 18px;
}
.woocommerce-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-noreviews {
  padding: 0 15px;
}
.fb_iframe_widget iframe {
  max-width: initial;
  z-index: 1;
}
.woocommerce-cart #contents .page h2,
.woocommerce-wishlist #contents .page h2,
.woocommerce-account #contents .page h2,
.woocommerce-checkout #contents .page h2 {
  margin-bottom: 25px;
  text-transform: uppercase;
  padding-bottom: 10px;
  font-size: 24px;
  color: #222;
}
.woocommerce-cart  #contents .page h2 {
  border-bottom: 1px solid #eee;
}
.woocommerce-checkout .customer_details tr {
  clear: both;
}
.woocommerce-checkout .customer_details tr td:before {
  display: none;
}
.woocommerce-checkout .customer_details tr th {
  border-top: 0 !important;
  display: block !important;
}
#tab-description ul {
  margin-right: 20px !important;
  margin-left: 20px !important;
}
.rtl .close-login {
  right: auto;
  left: 10px;
}
.rtl th {
  text-align: right;
}
.rtl .woocommerce table.shop_table {
  text-align: right;
}
.rtl .block-popup-login .email-input:before,
.rtl .block-popup-login .pass-input:before {
  left: auto;
  right: 0px;
}
.rtl .block-popup-login .tt_popup_login strong {
  padding-left: 10px;
  padding-right: 70px;
  float: right;
}
.rtl .block-popup-login .tt_popup_login strong:before {
  right: auto;
  left: -20px;
  border-right: 0px;
  border-left: 20px solid transparent;
}
.rtl .block-popup-login .block-content .col-reg {
  float: right;
  text-align: right;
}
.rtl .block-popup-login .block-content .col-reg.registered-account {
  padding-right: 0px;
  padding-left: 30px;
  border-right: 0;
  border-left: 1px solid #d0d0d0;
}
.rtl .block-popup-login .block-content .col-reg.login-customer {
  padding-left: 0px;
  padding-right: 30px;
  color: #3d3d3d;
}
.rtl .block-popup-login .block-content .col-reg.login-customer ul.list-log li {
  border-right: 0 !important;
  float: right !important;
  padding: 2px 14px 2px 0px;
}
.rtl .block-popup-login .block-content .col-reg.login-customer ul.list-log li:before {
  left: auto;
  right: 0px;
}
.rtl .block-popup-login .input-text {
  padding: 0 52px 0px 5px;
}
.rtl.woocommerce #content table.cart td.actions,
.rtl.woocommerce table.cart td.actions,
.rtl.woocommerce-page #content table.cart td.actions,
.rtl.woocommerce-page table.cart td.actions {
  text-align: right;
}
.rtl.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
  float: left;
}
.rtl.woocommerce-checkout #payment ul.payment_methods li input {
  margin: 0 0 0 1em;
}
.rtl.woocommerce-checkout #payment ul.payment_methods li {
  text-align: right;
}
.rtl.woocommerce div.product form.cart .variations td.label {
  padding-left: 1em;
  padding-right: 0;
}
.rtl.woocommerce-cart table.cart td,
.rtl.woocommerce-cart table.cart th {
  text-align: right;
}
.rtl.woocommerce form table.shop_table tr td.actions .coupon,
.rtl.woocommerce-page form table.shop_table tr td.actions .coupon {
  float: right;
}
.rtl.woocommerce form .form-row label,
.rtl.woocommerce-page form .form-row label {
  text-align: right;
}
.rtl .login .form-row .button,
.rtl .register .form-row .button {
  float: right;
}
.rtl .login .lost_password {
  text-align: right;
}
.rtl.woocommerce #reviews #comments ol.commentlist li img.avatar {
  left: auto;
  right: 0;
}
.rtl.woocommerce #reviews #comments ol.commentlist li .comment-text {
  margin: 0 50px 0 0;
}
.rtl.woocommerce .star-rating {
  float: left;
}
.rtl.woocommerce p.stars a {
  margin-right: 0;
  margin-left: 1em;
}
.rtl.woocommerce .woocommerce-error .button,
.rtl.woocommerce .woocommerce-info .button,
.rtl.woocommerce .woocommerce-message .button {
  float: left;
}
.rtl.woocommerce .checkout .col2-set .col-1,
.rtl.woocommerce .checkout .col2-set .col-2,
.rtl.woocommerce-page .checkout .col2-set .col-1,
.rtl.woocommerce-page .checkout .col2-set .col-2 {
  float: right;
}
.rtl.woocommerce .checkout .col2-set .col-1 .woocommerce-billing-fields,
.rtl.woocommerce-page .checkout .col2-set .col-1 .woocommerce-billing-fields {
  padding-right: 0;
  padding-left: 15px;
}
.rtl.woocommerce .checkout .col2-set .col-2 .woocommerce-shipping-fields,
.rtl.woocommerce-page .checkout .col2-set .col-2 .woocommerce-shipping-fields {
  padding-left: 0;
  padding-right: 15px;
}
.rtl.woocommerce form table.shop_table tr td,
.rtl.woocommerce-page form table.shop_table tr td,
.rtl .woocommerce table.shop_table th,
.rtl.woocommerce-checkout #payment ul.payment_methods li,
.rtl .woocommerce form.checkout_coupon,
.rtl .woocommerce form.login,
.rtl .woocommerce form.register {
  text-align: right;
}
.rtl.woocommerce .entry-content form.login .form-row-first,
.rtl.woocommerce .entry-content form.login .form-row-last,
.rtl.woocommerce-page .entry-content form.login .form-row-first,
.rtl.woocommerce-page .entry-content form.login .form-row-last {
  float: right;
}
.rtl.woocommerce .entry-content form.login .form-row-last,
.rtl.woocommerce-page .entry-content form.login .form-row-last {
  margin-left: 0;
  margin-right: 3%;
}
.rtl.woocommerce table.shop_attributes th {
  text-align: right;
  width: 100px;
}
.rtl.woocommerce .entry-content .checkout_coupon .form-row,
.rtl.woocommerce-page .entry-content .checkout_coupon .form-row {
  float: right;
}
.rtl.woocommerce div.product p.cart {
  float: right;
}
.rtl .social-share-item {
  float: right;
}
.rtl.woocommerce table.my_account_orders tr td.order-actions,
.rtl.woocommerce-page table.my_account_orders tr td.order-actions {
  text-align: right;
}
.rtl.woocommerce-page table.shop_table_responsive tr td,
.rtl.woocommerce table.shop_table_responsive tr td {
  text-align: left !important;
}
.rtl.woocommerce table.shop_table_responsive tr:nth-child(2n) td,
.rtl.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
  text-align: left !important;
}
.rtl.woocommerce table.shop_table_responsive tr td:before,
.rtl.woocommerce-page table.shop_table_responsive tr td:before {
  float: right;
}
.rtl .woocommerce ul#shipping_method li {
  padding: .25em 22px .25em 0;
}
.rtl.woocommerce-checkout .customer_details tr th {
  float: right;
}
.rtl .woocommerce .order_details li {
  float: right;
  border-right: 0;
  border-left: 1px dashed #d3ced2;
  margin-right: 0;
  margin-left: 2em;
  padding-right: 0;
  padding-left: 2em;
}
.rtl .woocommerce td.product-name dl.variation dd {
  float: right;
}
.rtl .woocommerce td.product-name dl.variation dt {
  float: right;
  clear: right;
}
.rtl.woocommerce form table.wishlist_table tr td.product-price del,
.rtl.woocommerce-page form table.wishlist_table tr td.product-price del {
  margin-left: 10px;
  margin-right: 0;
}
.rtl .woocommerce-checkout #payment div.payment_box:before {
  left: auto;
  right: 0;
  margin: -1em 2em 0px 2em;
}
.rtl.woocommerce-account .addresses .title h3 {
  float: right;
}
.rtl.woocommerce-account .addresses .title .edit,
.rtl.woocommerce-account ul.digital-downloads li .count {
  float: left;
}
.rtl.woocommerce #reviews #review_form_wrapper .comment-form .comment-form-author,
.rtl.woocommerce #reviews #review_form_wrapper .comment-form .comment-form-email,
.rtl.woocommerce-page #reviews #review_form_wrapper .comment-form .comment-form-author,
.rtl.woocommerce-page #reviews #review_form_wrapper .comment-form .comment-form-email {
  float: right;
}
.rtl.woocommerce #reviews #review_form_wrapper .comment-form .comment-form-author,
.rtl.woocommerce-page #reviews #review_form_wrapper .comment-form .comment-form-author {
  padding-right: 0;
  padding-left: 15px;
}
@media (max-width: 767px) {
  .woocommerce > .cart-collaterals .cart_total .cart_totals,
  .woocommerce-page > .cart-collaterals .cart_total .cart_totals {
    width: 100%;
  }
  .woocommerce-cart .woocommerce > form {
    overflow: auto;
    margin-bottom: 20px;
  }
  .woocommerce form table.shop_table.shop_table_responsive,
  .woocommerce-page form table.shop_table.shop_table_responsive {
    max-width: 100%;
    display: inline-block;
    vertical-align: top;
    margin: 0;
  }
  .woocommerce form table.shop_table.shop_table_responsive thead,
  .woocommerce-page form table.shop_table.shop_table_responsive thead {
    display: none;
  }
  .woocommerce form table.shop_table.shop_table_responsive tbody,
  .woocommerce-page form table.shop_table.shop_table_responsive tbody {
    display: block;
  }
  .woocommerce form table.shop_table.shop_table_responsive tbody tr,
  .woocommerce-page form table.shop_table.shop_table_responsive tbody tr {
    display: block;
  }
  .woocommerce form table.shop_table.shop_table_responsive tbody tr td,
  .woocommerce-page form table.shop_table.shop_table_responsive tbody tr td {
    display: block;
  }
  .woocommerce form table.shop_table.shop_table_responsive tbody tr td:before,
  .woocommerce-page form table.shop_table.shop_table_responsive tbody tr td:before {
    display: block;
    margin-right: 15px;
    min-width: 80px;
  }
  .woocommerce form table.shop_table.shop_table_responsive tbody tr td.product-remove:before,
  .woocommerce form table.shop_table.shop_table_responsive tbody tr td.product-thumbnail:before,
  .woocommerce form table.shop_table.shop_table_responsive tbody tr td.actions:before,
  .woocommerce-page form table.shop_table.shop_table_responsive tbody tr td.product-remove:before,
  .woocommerce-page form table.shop_table.shop_table_responsive tbody tr td.product-thumbnail:before,
  .woocommerce-page form table.shop_table.shop_table_responsive tbody tr td.actions:before {
    display: none;
  }
  .woocommerce-cart .woocommerce table.shop_table {
    max-width: inherit;
  }
  .woocommerce .checkout .col2-set .col-1,
  .woocommerce .checkout .col2-set .col-2,
  .woocommerce-page .checkout .col2-set .col-1,
  .woocommerce-page .checkout .col2-set .col-2 {
    width: 100%;
  }
  .woocommerce .checkout .col2-set .col-1 .woocommerce-billing-fields,
  .woocommerce-page .checkout .col2-set .col-1 .woocommerce-billing-fields,
  .woocommerce .checkout .col2-set .col-2 .woocommerce-shipping-fields,
  .woocommerce-page .checkout .col2-set .col-2 .woocommerce-shipping-fields {
    padding: 0;
  }
  .woocommerce-wishlist.woocommerce form table.shop_table,
  .woocommerce-wishlist.woocommerce-page form table.shop_table {
    width: 100%;
    display: block;
    overflow: auto;
  }
  .rtl.woocommerce .checkout .col2-set .col-1 .woocommerce-billing-fields,
  .rtl.woocommerce-page .checkout .col2-set .col-1 .woocommerce-billing-fields,
  .rtl.woocommerce .checkout .col2-set .col-2 .woocommerce-shipping-fields,
  .rtl.woocommerce-page .checkout .col2-set .col-2 .woocommerce-shipping-fields {
    padding: 0;
  }
  .block-popup-login .block-content .col-reg {
    width: 100%;
  }
  .block-popup-login .block-content .col-reg.registered-account {
    padding-right: 0;
    border-right: 0;
    margin-bottom: 15px;
  }
  .block-popup-login .block-content .col-reg.login-customer {
    padding-left: 0;
  }
  .block-popup-login {
    width: 300px;
    margin-top: 100px;
  }
  .block-popup-login .tt_popup_login strong {
    font-size: 14px;
  }
  .woocommerce > .cart-collaterals .cart_total .cart_totals table tbody,
  .woocommerce-page > .cart-collaterals .cart_total .cart_totals table tbody {
    display: block;
    width: 100%;
  }
  .woocommerce #reviews #review_form_wrapper .comment-form .comment-form-author,
  .woocommerce #reviews #review_form_wrapper .comment-form .comment-form-email,
  .woocommerce-page #reviews #review_form_wrapper .comment-form .comment-form-author,
  .woocommerce-page #reviews #review_form_wrapper .comment-form .comment-form-email {
    width: 100%;
  }
  .woocommerce #reviews #review_form_wrapper .comment-form .comment-form-author,
  .woocommerce-page #reviews #review_form_wrapper .comment-form .comment-form-author {
    padding-right: 0;
  }
  .rtl .block-popup-login .block-content .col-reg.registered-account {
    padding-left: 0;
    border-left: 0;
  }
  .rtl .woocommerce form table.shop_table.shop_table_responsive tbody tr td:before,
  .rtl.woocommerce-page form table.shop_table.shop_table_responsive tbody tr td:before {
    float: right;
    margin-right: 0;
    margin-left: 15px;
  }
  .rtl.woocommerce #reviews #review_form_wrapper .comment-form .comment-form-author,
  .rtl.woocommerce-page #reviews #review_form_wrapper .comment-form .comment-form-author {
    padding: 0;
  }
}
@media (max-width: 640px) {
  .woocommerce .entry-content .checkout_coupon .form-row,
  .woocommerce-page .entry-content .checkout_coupon .form-row {
    width: 100%;
  }
  .woocommerce .entry-content .checkout_coupon .form-row.form-row-last,
  .woocommerce-page .entry-content .checkout_coupon .form-row.form-row-last {
    text-align: left;
  }
  .rtl.woocommerce .entry-content .checkout_coupon .form-row.form-row-last,
  .rtl.woocommerce-page .entry-content .checkout_coupon .form-row.form-row-last {
    text-align: right;
  }
}
@media (max-width: 480px) {
  .entry-content-asset > iframe {
    height: 220px;
  }
  .woocommerce > .cart-collaterals .cart_totals,
  .woocommerce-page > .cart-collaterals .cart_totals {
    width: 100%;
  }
  .woocommerce form table.shop_table.shop_table_responsive tr td.actions .coupon input.input-text,
  .woocommerce-page form table.shop_table.shop_table_responsive tr td.actions .coupon input.input-text {
    width: 124px;
    margin-bottom: 5px;
  }
}
@media (max-width: 360px) {
  .woocommerce .woocommerce-checkout #payment ul.payment_methods li img,
  .woocommerce-page .woocommerce-checkout #payment ul.payment_methods li img {
    display: none;
  }
  .woocommerce-checkout #payment .payment_method_paypal .about_paypal {
    line-height: 25px;
    padding: 0 20px;
  }
  .woocommerce form table.shop_table.shop_table_responsive tr td.actions .coupon,
  .woocommerce-page form table.shop_table.shop_table_responsive tr td.actions .coupon {
    margin-bottom: 10px;
  }
  .woocommerce form table.shop_table.shop_table_responsive tr td.actions > input.button,
  .woocommerce-page form table.shop_table.shop_table_responsive tr td.actions > input.button {
    margin: 0 !important;
  }
}
.woocommerce-page.wishlist form table.shop_table tr td.product-thumbnail {
  position: relative;
  margin-top: -1px;
}
.woocommerce div.product form.cart .group_table td {
  padding: 0;
  height: 100px;
  vertical-align: middle;
}
.woocommerce div.product form.cart .group_table td:first-child {
  width: auto;
}
.woocommerce div.product form.cart .group_table td .quantity {
  width: 100px;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
  width: 100%;
  display: block;
}
label.screen-reader-text {
  display: none;
}
.clearfix {
  overflow: inherit;
}
.wc-vendor-page.vendor_dashboard .vendor-dashboard-wrapper center p {
  background: #111;
  margin: 0;
  border: 0;
}
.wc-vendor-page.vendor_dashboard .vendor-dashboard-wrapper center p > a {
  display: inline-block;
  padding: 15px 25px;
  color: #fff;
  position: relative;
}
.wc-vendor-page.vendor_dashboard .vendor-dashboard-wrapper center p > a:hover {
  color: #d7182a;
}
.wc-vendor-page.vendor_dashboard .vendor-dashboard-wrapper center p > a:after {
  content: '';
  background: #fff;
  display: inline-block;
  top: 18px;
  height: 10px;
  width: 1px;
  position: absolute;
  right: 0;
}
.wc-vendor-page.vendor_dashboard .vendor-dashboard-wrapper center p > a:last-child:after {
  display: none;
}
.wc-vendor-page.vendor_dashboard .vendor-dashboard-wrapper hr {
  border-color: transparent;
}
.wc-vendor-page table {
  border: 1px solid #ddd;
}
.wc-vendor-page table thead>tr>th {
  border-width: 1px;
  font-weight: bold;
  text-transform: uppercase;
  color: #222;
}
.wc-vendor-page table th,
.wc-vendor-page table td {
  padding: 10px;
}
.wc-vendor-page .form-row {
  overflow: hidden;
}
.wc-vendor-page .form-row input[type="checkbox"] {
  float: left;
}
.wc-vendor-page .form-row label {
  overflow: hidden;
  margin-top: 2px;
  padding-left: 5px;
}
.wc-vendor-page .entry-content h2 {
  color: #222;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 700;
}
.wc-vendor-page .pv_shop_description {
  margin-top: 20px;
  border-bottom: 1px solid #eee;
  padding-bottom: 25px;
}
.wc-vendor-page .pv_shop_description p {
  margin: 0;
  line-height: 20px;
}
.wc-vendor-page.shop_settings .entry-content {
  margin-bottom: 40px;
}
.wc-vendor-page.shop_settings .entry-content .pv_paypal_container b,
.wc-vendor-page.shop_settings .entry-content .pv_shop_name_container b {
  color: #222;
}
.wc-vendor-page.shop_settings .entry-content .pv_paypal_container input,
.wc-vendor-page.shop_settings .entry-content .pv_shop_name_container input {
  margin-top: 10px;
  border-radius: 0;
  padding: 7px 10px;
}
.wc-vendor-page.shop_settings .entry-content #pv_seller_info_container,
.wc-vendor-page.shop_settings .entry-content #pv_shop_description_container {
  margin-bottom: 30px;
}
.wc-vendor-page.shop_settings .entry-content #pv_seller_info_container > p,
.wc-vendor-page.shop_settings .entry-content #pv_shop_description_container > p {
  margin-bottom: 25px;
}
.wc-vendor-page.shop_settings .entry-content #pv_seller_info_container > p b,
.wc-vendor-page.shop_settings .entry-content #pv_shop_description_container > p b {
  color: #222;
}
.wc-vendor-page.shop_settings .entry-content #pv_seller_info_container div.mce-panel,
.wc-vendor-page.shop_settings .entry-content #pv_shop_description_container div.mce-panel {
  border: 1px solid #eee;
}
.wc-vendor-page .wc-soldby-start {
  padding: 0;
  margin-bottom: 30px;
  text-align: start;
}
.wc-vendor-page .wc-soldby-start small {
  margin-top: 10px;
  font-size: 12px;
  display: block;
  font-weight: bold;
}
.wc-vendor-page .wc-soldby-start small span {
  font-weight: normal;
}
.wc-vendor-page .wc-soldby-start small a {
  font-weight: 600;
  color: #d7182a;
}
.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 .nicemerry_breadcrumbs {
  margin-top: 40px;
}
.wc-vendor-page.wc-vendor-listing .nicemerry_breadcrumbs .breadcrumb {
  background: #fff;
  padding: 10px;
  border-top: 2px solid #d7182a;
  border-radius: 3px;
}
.wc-vendor-page .item .item-wrap .item-detail .item-content {
  padding-top: 10px;
}
.wc-vendor-page .meta-location {
  bottom: 40px;
}
@media (max-width: 767px) {
  .wc-vendor-page .wcv_vendorslist > div {
    width: 50%;
  }
  .wc-vendor-page .vendor-dashboard-wrapper {
    overflow-x: auto;
  }
  .wc-vendor-page table {
    width: 700px;
  }
}
@media (max-width: 480px) {
  .wc-vendor-page .wcv_vendorslist > div {
    width: 100%;
  }
  .wc-vendor-page.vendor_dashboard .vendor-dashboard-wrapper center p > a {
    display: block;
    border-bottom: 1px solid #fff;
  }
  .wc-vendor-page.vendor_dashboard .vendor-dashboard-wrapper center p > a:after {
    display: none;
  }
}
select.dokan-form-control {
  max-width: 200px;
}
table.dokan-table {
  border: 1px solid #ddd;
}
.dokan-dashboard .dokan-dashboard-wrap {
  max-width: 1170px;
  margin: 30px auto;
}
.dokan-store .header {
  margin-bottom: 40px;
}
.dokan-store #sidebar {
  width: 25%;
  float: left;
  margin-right: 3%;
  margin-bottom: 20px;
}
.rtl .dokan-store #sidebar {
  float: right;
  margin-right: 0;
  margin-left: 3%;
}
.dokan-store #sidebar > ul {
  background: #fff;
  margin: 0;
  list-style: none;
}
.dokan-store #sidebar > ul > li {
  padding: 0 0 30px;
  border-top: 2px solid #d7182a;
}
.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 #d7182a;
}
.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: #d7182a;
}
.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info-head .profile-img.profile-img-circle img {
  float: none;
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
}
#dokan-content {
  margin-bottom: 30px;
}
.dokan-single-store ul {
  list-style: none;
}
.dokan-single-store .item-description {
  display: none;
}
.add_note .modal-dialog {
  positon: static;
}
.modal-dialog {
  position: static;
}
#add-shipping-tracking-form select {
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .dokan-store .content-area {
    max-width: 1170px;
    margin: 0 auto;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .dokan-store .content-area {
    max-width: 960px;
    margin: 0 auto;
  }
}
@media (max-width: 991px) {
  .dokan-store .content-area {
    max-width: 100%;
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .dokan-store .content-area {
    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;
  }
}
.product-vendor .page-title {
  margin-bottom: 15px;
}
.products-wrapper .products-loop.list .item .by-vendor-name-link {
  display: block;
  margin-bottom: 10px;
}
.custqna-title,
.product-vendor > h2 {
  font-size: 20px;
  text-transform: uppercase;
  color: #333;
  margin-bottom: 15px;
}
.sw-custom-variation input[type="radio"] {
  display: none;
}
.sw-custom-variation .sw-radio-variation {
  margin: 0 2px;
  position: relative;
  display: inline-block;
}
.sw-custom-variation .sw-radio-variation span {
  display: block;
  height: 100%;
  line-height: 30px;
  min-width: 30px;
  text-align: center;
  min-height: 30px;
  cursor: pointer;
  margin: 0 2px;
  font-size: 12px;
  position: relative;
}
.sw-custom-variation .sw-radio-variation span.variation-color,
.sw-custom-variation .sw-radio-variation span.variation-image {
  text-indent: -9999px;
  margin: 1px;
}
.sw-custom-variation .sw-radio-variation span.variation-image {
  background-size: 100% 100%;
}
.sw-custom-variation .sw-radio-variation span:after {
  content: '';
  position: absolute;
  left: -2px;
  right: -2px;
  top: -2px;
  bottom: -2px;
  display: block;
  border: 1px solid #ddd;
}
.sw-custom-variation .sw-radio-variation.selected span {
  background-color: #d7182a;
  color: #fff;
}
.sw-custom-variation .sw-radio-variation.selected span:after {
  border-color: #d7182a;
}
.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: #d7182a;
  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: #191919;
  text-transform: uppercase;
  font-size: 18px;
  margin: 0;
}
.products-wrapper {
  padding: 35px 0;
}
.products-wrapper .products-nav {
  text-align: center;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-bottom: 30px;
}
.products-wrapper .products-nav .view-top {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #dddddd;
}
.products-wrapper .products-nav .view-mode-wrap .view-mode >a {
  position: relative;
  width: 40px;
  height: 40px;
  float: left;
  border: 0;
  overflow: hidden;
  background-color: #252525;
}
.rtl .products-wrapper .products-nav .view-mode-wrap .view-mode >a {
  float: right;
}
.products-wrapper .products-nav .view-mode-wrap .view-mode >a:before {
  position: absolute;
  font-size: 14px;
  font-family: FontAwesome;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: transparent;
  color: #898989;
  left: 0;
  color: #fff;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.products-wrapper .products-nav .view-mode-wrap .view-mode >a.active:before,
.products-wrapper .products-nav .view-mode-wrap .view-mode >a:hover:before {
  background-color: #d7182a;
}
.products-wrapper .products-nav .view-mode-wrap .view-mode >a.grid-view:before {
  content: "\f009";
}
.products-wrapper .products-nav .view-mode-wrap .view-mode >a.list-view:before {
  content: "\f0c9";
}
.products-wrapper .products-nav .view-mode-wrap .view-mode >a >span {
  font-size: 0;
  display: none;
}
.products-wrapper .products-nav .catalog-ordering {
  display: inline-block;
  position: relative;
}
.products-wrapper .products-nav .catalog-ordering ul {
  list-style: none;
}
.products-wrapper .products-nav .catalog-ordering .orderby-order-container .show-product {
  line-height: 38px;
  margin: 0 15px;
  color: #6b6b6b;
}
.products-wrapper .products-nav .catalog-ordering .orderby-order-container .orderby {
  min-width: 160px;
}
.products-wrapper .products-nav .catalog-ordering .orderby-order-container .order {
  margin: 0;
}
.products-wrapper .products-nav .catalog-ordering .orderby-order-container .order > li.desc {
  padding: 8px 10px 4px;
  border: 1px solid #ededed;
  border-left: 0;
}
.rtl .products-wrapper .products-nav .catalog-ordering .orderby-order-container .order > li.desc {
  border-right: 0;
  border-left: 1px solid #ededed;
}
.products-wrapper .products-nav .catalog-ordering .orderby-order-container .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 .orderby-order-container .order > li.asc {
  padding: 8px 10px 6px;
  border: 1px solid #ededed;
  border-left: 0;
}
.rtl .products-wrapper .products-nav .catalog-ordering .orderby-order-container .order > li.asc {
  border-right: 0;
  border-left: 1px solid #ededed;
}
.products-wrapper .products-nav .catalog-ordering .orderby-order-container .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 .orderby-order-container .sort-count {
  min-width: 65px;
}
.products-wrapper .products-nav .catalog-ordering .orderby-order-container .order-dropdown {
  margin: 0;
  background-color: #fff;
  list-style-type: none;
  text-align: left;
}
.rtl .products-wrapper .products-nav .catalog-ordering .orderby-order-container .order-dropdown {
  text-align: right;
}
.products-wrapper .products-nav .catalog-ordering .orderby-order-container .order-dropdown >li {
  position: relative;
  z-index: 4;
  cursor: pointer;
}
.products-wrapper .products-nav .catalog-ordering .orderby-order-container .order-dropdown >li .current-li {
  line-height: 38px;
  display: block;
  border: 1px solid #ededed;
}
.products-wrapper .products-nav .catalog-ordering .orderby-order-container .order-dropdown >li .current-li a {
  display: block;
  text-indent: 15px;
  position: relative;
}
.products-wrapper .products-nav .catalog-ordering .orderby-order-container .order-dropdown >li .current-li a:after {
  font-family: fontawesome;
  content: "\f0d7";
  font-size: 14px;
  width: 35px;
  line-height: 38px;
  text-align: center;
  position: absolute;
  right: 0px;
  top: 0px;
  text-indent: initial;
}
.rtl .products-wrapper .products-nav .catalog-ordering .orderby-order-container .order-dropdown >li .current-li a:after {
  right: auto;
  left: 0;
}
.products-wrapper .products-nav .catalog-ordering .orderby-order-container .order-dropdown >li >ul {
  position: absolute;
  background-color: #fff;
  margin-left: 0;
  left: 0;
  top: 100%;
  border-left: 1px solid #ededed;
  border-right: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  width: 100%;
  list-style-type: none;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -ms-transform-origin: left top;
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.products-wrapper .products-nav .catalog-ordering .orderby-order-container .order-dropdown >li >ul >li {
  line-height: 25px;
  text-indent: 10px;
}
.products-wrapper .products-nav .catalog-ordering .orderby-order-container .order-dropdown >li >ul >li a {
  display: block;
}
.products-wrapper .products-nav .catalog-ordering .orderby-order-container .order-dropdown >li:hover >ul {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.products-wrapper .woocommerce-pagination {
  float: right;
}
.products-wrapper .woocommerce-pagination .page-numbers {
  margin: 0;
  vertical-align: top;
  background-color: #fff;
  border: 0;
}
.products-wrapper .woocommerce-pagination .page-numbers >li {
  float: left;
  border: 0;
}
.rtl .products-wrapper .woocommerce-pagination .page-numbers >li {
  float: right;
}
.products-wrapper .woocommerce-pagination .page-numbers >li .page-numbers {
  width: 20px;
  height: 40px;
  line-height: 40px;
  display: block;
  padding: 0;
  color: #6b6b6b;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  transition: all .5s;
}
.products-wrapper .woocommerce-pagination .page-numbers >li .page-numbers.current,
.products-wrapper .woocommerce-pagination .page-numbers >li .page-numbers:hover {
  background-color: #fff;
  color: #d7182a;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  transition: all .5s;
}
.products-wrapper .woocommerce-pagination .page-numbers >li .page-numbers.prev,
.products-wrapper .woocommerce-pagination .page-numbers >li .page-numbers.next {
  font-size: 0;
}
.products-wrapper .woocommerce-pagination .page-numbers >li .page-numbers.prev:before,
.products-wrapper .woocommerce-pagination .page-numbers >li .page-numbers.next:before {
  font-family: fontawesome;
  font-size: 14px;
}
.products-wrapper .woocommerce-pagination .page-numbers >li .page-numbers.prev:before {
  content: "\f0d9";
}
.rtl .products-wrapper .woocommerce-pagination .page-numbers >li .page-numbers.prev:before {
  content: "\f0da";
}
.products-wrapper .woocommerce-pagination .page-numbers >li .page-numbers.next:before {
  content: "\f0da";
}
.rtl .products-wrapper .woocommerce-pagination .page-numbers >li .page-numbers.next:before {
  content: "\f0d9";
}
.products-wrapper .products-loop {
  list-style-type: none;
}
.products-wrapper .products-loop >li {
  margin-bottom: 30px;
}
.products-wrapper .products-loop >li .item-wrap {
  border: 1px solid #ededed;
}
.products-wrapper .products-loop >li.product-category a img {
  margin-bottom: 10px;
}
.products-wrapper .products-loop >li.product-category h2.woocommerce-loop-category__title {
  font-size: 14px;
  color: #666;
  margin-bottom: 0;
  text-align: center;
  font-weight: 500;
}
.products-wrapper .products-loop >li.product-category h2.woocommerce-loop-category__title mark {
  background: none;
  color: #666;
}
.products-wrapper .products-loop >li.product-category:hover h2.woocommerce-loop-category__title {
  color: #d7182a;
}
.products-wrapper .products-loop >li.product-category:hover h2.woocommerce-loop-category__title mark {
  color: #d7182a;
}
.products-wrapper .products-loop.grid >li .item-wrap .item-detail .item-content {
  padding: 15px 0;
}
.products-wrapper .products-loop.grid >li .item-wrap .item-detail .item-content h4 a {
  color: #191919;
  font-size: 14px;
  font-weight: 600;
}
.products-wrapper .products-loop.grid >li .item-wrap .item-detail .item-content .item-price del .amount {
  font-size: 14px;
  color: #7d7d7d;
}
.products-wrapper .products-loop.grid >li .item-wrap .item-detail .item-content .item-description {
  display: none;
}
.products-wrapper .products-loop.grid >li.product-type-variable .item-price del {
  float: none;
}
.products-wrapper .products-loop.grid >li.product-type-variable .item-price ins {
  float: none;
}
.products-wrapper .products-loop.list .item {
  width: 100%;
}
.products-wrapper .products-loop.list .item .item-wrap {
  text-align: left;
  border: 0;
}
.rtl .products-wrapper .products-loop.list .item .item-wrap {
  text-align: right;
}
.products-wrapper .products-loop.list .item .item-wrap .item-detail:before {
  display: none;
}
.products-wrapper .products-loop.list .item .item-wrap .item-detail .products-thumb {
  width: 270px;
  max-width: 100%;
  float: left;
  margin-bottom: 0;
  overflow: hidden;
  border: 1px solid #ededed;
  margin-right: 30px;
}
.rtl .products-wrapper .products-loop.list .item .item-wrap .item-detail .products-thumb {
  float: right;
  margin-left: 30px;
  margin-right: 0;
}
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content {
  overflow: hidden;
  width: auto;
  display: block;
  padding: 0;
}
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content h4 {
  float: none;
}
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content h4 a {
  color: #191919;
  font-size: 18px;
  font-weight: 700;
}
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .reviews-content {
  display: block;
  vertical-align: top;
  float: none;
  margin-bottom: 15px;
}
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-price {
  clear: both;
  display: flex;
  width: 100%;
  vertical-align: top;
  margin-bottom: 20px;
  overflow: hidden;
}
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-price ins {
  float: left;
}
.rtl .products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-price ins {
  float: right;
}
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-price del {
  float: right;
}
.rtl .products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-price del {
  float: left;
}
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-description {
  clear: both;
  margin-bottom: 25px;
}
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom {
  position: static;
  margin-top: 0;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  filter: alpha(opacity=100);
}
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .add_to_cart_button,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_external,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_grouped {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  background-color: #d7182a;
  color: #fff;
  padding: 0 10px;
  font-size: 13px;
  float: none;
}
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .add_to_cart_button:before,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_external:before,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_grouped:before {
  color: #fff;
}
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .add_to_cart_button:hover,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_external:hover,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_grouped:hover {
  background-color: #d7182a;
}
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .add_to_cart_button.loading,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_external.loading,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_grouped.loading {
  background-color: #d7182a;
}
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .add_to_cart_button.loading:after,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_external.loading:after,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_grouped.loading:after {
  display: none;
}
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .add_to_cart_button.added:after,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_external.added:after,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_grouped.added:after {
  display: inline-block;
  margin-left: 0;
  margin-right: 5px;
}
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .compare-button {
  float: none;
  display: inline-block;
  vertical-align: top;
}
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .clear {
  display: none;
}
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom a.compare {
  background-color: #fff;
  color: #fff;
  float: none;
  font-size: 0;
  padding: 0;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  filter: alpha(opacity=100);
}
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom a.compare:hover {
  background-color: #d7182a;
}
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover:before,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover:before,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover:before,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom a.compare:hover:before {
  color: #fff;
}
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom a.compare:before {
  color: #d7182a;
}
.products-wrapper .products-loop.list .item .item-wrap:hover .item-content h4 a {
  color: #282828;
  opacity: 1;
}
.products-wrapper .products-loop.list .item .item-wrap:hover .item-content h4 a:hover {
  color: #d7182a;
}
.products-wrapper .products-loop.list .item .item-wrap:hover .item-content .item-price {
  opacity: 1;
}
.products-wrapper .products-loop.list .item .item-wrap:hover .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.products-wrapper .products-loop.list .item .item-wrap:hover .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.products-wrapper .products-loop.list .item .item-wrap:hover .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
.products-wrapper .products-loop.list .item .item-wrap:hover .item-content .item-bottom a.compare {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.products-loop .product-category a {
  text-align: center;
  display: block;
  background-color: #fff;
}
.products-loop .product-category a img {
  margin: 0 auto;
}
.products-loop .product-category a h3 {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 0;
  padding: 12px 0;
  background-color: #eeeeee;
  color: #3d3d3d;
  -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: #d7182a;
  color: #fff;
}
.sidebar .widget_layered_nav {
  border: 1px solid #ededed;
}
.sidebar .widget_layered_nav .block-title-widget {
  background-color: #f2f2f2;
}
.sidebar .widget_layered_nav .block-title-widget h2 {
  position: relative;
  padding: 15px;
  color: #191919;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700 !important;
  margin-bottom: 0;
}
.sidebar .widget_layered_nav .block-title-widget h2:before {
  content: '\f219';
  font-family: FontAwesome;
  font-size: 18px;
  display: inline-block;
  margin-right: 10px;
  color: #d7182a;
}
.rtl .sidebar .widget_layered_nav .block-title-widget h2:before {
  margin-left: 10px;
  margin-right: 0;
}
.sidebar .widget_layered_nav ul >	li {
  padding: 15px 20px !important;
  border-bottom: 1px solid #ededed;
}
.sidebar .widget_layered_nav ul >	li:first-child {
  border-top: 1px solid #ebebeb;
}
.widget_price_filter {
  border: 1px solid #ededed;
  padding: 0 0px 20px;
}
.widget_price_filter .price_slider_wrapper {
  padding: 0 15px;
}
.widget_price_filter .block-title-widget {
  background-color: #f2f2f2;
}
.widget_price_filter .block-title-widget h2 {
  position: relative;
  padding: 15px;
  color: #191919;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700 !important;
  margin-bottom: 0;
}
.widget_price_filter .block-title-widget h2:before {
  content: '\f219';
  font-family: FontAwesome;
  font-size: 18px;
  display: inline-block;
  margin-right: 10px;
  color: #d7182a;
}
.rtl .widget_price_filter .block-title-widget h2:before {
  margin-left: 10px;
  margin-right: 0;
}
.woocommerce .product-countdown {
  padding: 10px 0;
  text-align: center;
}
.woocommerce .product-countdown .countdown-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.woocommerce .product-countdown .countdown-row .countdown-section {
  padding: 0 3px;
}
.woocommerce .product-countdown .countdown-row .countdown-section .countdown-amount {
  width: 40px;
  height: 40px;
  background: #e9e9e9;
  border-radius: 3px;
  line-height: 40px;
  text-align: center;
  display: block;
  font-weight: bold;
  color: #333;
  font-size: 14px;
  margin-bottom: 5px;
}
.woocommerce .product-countdown .countdown-row .countdown-section .countdown-period {
  text-transform: uppercase;
  font-size: 10px;
}
.woocommerce.single-product .product-countdown {
  padding: 10px 0 20px;
}
.woocommerce.single-product .product-countdown .countdown-row {
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}
.pagination-ajax {
  text-align: center;
}
.pagination-ajax .button-ajax {
  display: inline-block;
  border: 1px #ccc 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: #d7182a;
  border: 1px solid #d7182a;
}
.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 #d7182a;
}
.pagination-ajax .button-ajax.loading:before {
  content: "";
  background: none;
}
.pagination-ajax .button-ajax.loaded:before {
  content: attr(data-loaded);
}
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  font-size: 22px;
  color: #d7182a;
  font-weight: 700;
}
.woocommerce div.product p.price del .amount,
.woocommerce div.product span.price del .amount {
  text-decoration: line-through;
  font-weight: normal;
  font-size: 18px;
  color: #999;
}
.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
  margin: 0 10px;
  color: #d7182a;
  text-decoration: none;
  opacity: 1;
}
.woocommerce div.product form.cart .variations select {
  margin: 0;
}
.rtl.woocommerce div.product form.cart .button {
  float: right;
}
.product_detail .slider_img_productd {
  position: relative;
  z-index: 1;
}
.product_detail .onsale {
  display: inline-block;
  height: 35px;
  width: 35px;
  line-height: 35px;
  color: #fff;
  background-color: #ff5c00;
  text-transform: capitalize;
  font-weight: 600;
  position: absolute;
  top: 15px;
  right: 15px;
  height: 15px;
  text-align: center;
  border-radius: 50%;
  z-index: 9;
}
.product_detail .slider_img_productd {
  margin-bottom: 30px;
}
.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive {
  border: 1px solid #ededed;
  margin-bottom: 10px;
  overflow: hidden;
}
.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive .slick-list .slick-track .item-img-slider .images {
  margin-bottom: 0;
}
.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive .featured-video-button {
  position: absolute;
  bottom: 20px;
  left: 70px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  height: 40px;
  width: 40px;
  font-size: 18px;
  border: 0;
  margin-bottom: 0;
  box-shadow: 0 0 0 2px #ddd;
}
.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive-thumbnail {
  padding: 0;
}
.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive-thumbnail:hover .slick-prev,
.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive-thumbnail:hover .slick-next {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
}
.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive-thumbnail .slick-list {
  margin: 0 -5px;
}
.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive-thumbnail .slick-list .slick-track .item-thumbnail-product .thumbnail-wrapper {
  border: 1px solid #ededed;
  margin: 0 5px;
  cursor: pointer;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive-thumbnail .slick-list .slick-track .item-thumbnail-product:hover .thumbnail-wrapper {
  border-color: #d7182a;
}
.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive-thumbnail .slick-prev,
.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive-thumbnail .slick-next {
  position: absolute;
  font-size: 0;
  padding: 0;
  z-index: 3;
  display: inline-block;
  height: 28px;
  width: 28px;
  line-height: 24px;
  border-radius: 50%;
  border: 2px solid #ededed;
  background-color: #fff;
  color: #ededed;
  margin: auto;
  top: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
  text-align: center;
}
.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive-thumbnail .slick-prev:before,
.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive-thumbnail .slick-next:before {
  font-family: Fontawesome;
  font-size: 14px;
}
.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive-thumbnail .slick-prev:hover,
.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive-thumbnail .slick-next:hover {
  border: 2px solid #d7182a;
  color: #d7182a;
}
.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive-thumbnail .slick-prev {
  left: -14px;
  -webkit-transform: translateX(-30px);
  -moz-transform: translateX(-30px);
  -o-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  transform: translateX(-30px);
}
.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive-thumbnail .slick-prev:before {
  content: "\f0d9";
}
.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive-thumbnail .slick-next {
  right: -14px;
  -webkit-transform: translateX(30px);
  -moz-transform: translateX(30px);
  -o-transform: translateX(30px);
  -ms-transform: translateX(30px);
  transform: translateX(30px);
}
.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive-thumbnail .slick-next:before {
  content: "\f0da";
}
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-left,
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-right {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-left .slick-slider.product-responsive-thumbnail,
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-right .slick-slider.product-responsive-thumbnail {
  width: 15%;
  min-width: 100px;
}
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-left .slick-slider.product-responsive-thumbnail .item-thumbnail-product,
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-right .slick-slider.product-responsive-thumbnail .item-thumbnail-product {
  padding: 7px 0;
}
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-left .slick-slider.product-responsive-thumbnail .slick-next,
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-left .slick-slider.product-responsive-thumbnail .slick-prev,
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-right .slick-slider.product-responsive-thumbnail .slick-next,
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-right .slick-slider.product-responsive-thumbnail .slick-prev {
  top: -7px;
  margin-top: 0;
  margin-left: -10px;
  left: 50%;
  right: auto;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-left .slick-slider.product-responsive-thumbnail .slick-prev,
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-right .slick-slider.product-responsive-thumbnail .slick-prev {
  top: auto;
  bottom: -7px;
}
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-left .product-responsive,
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-right .product-responsive {
  width: 80%;
}
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-left .product-responsive {
  order: 1;
  margin: 0 0 0 15px;
}
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-right .product-responsive {
  margin: 0 15px 0 0;
}
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-top {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-top .product-responsive {
  order: 1;
  width: 100%;
  margin-bottom: 0;
}
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-top .slick-slider.product-responsive-thumbnail {
  width: 100%;
  margin-bottom: 15px;
}
.product_detail .content_product_detail .product_title {
  font-size: 18px;
  color: #191919;
  font-weight: 700 !important;
  margin-bottom: 12px;
  text-transform: capitalize;
}
.product_detail .content_product_detail .reviews-content {
  margin-bottom: 5px;
}
.product_detail .content_product_detail .reviews-content .woocommerce-review-link {
  display: none;
}
.product_detail .content_product_detail .price-content {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.product_detail .content_product_detail .item-brand {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 0 0 20px;
}
.product_detail .content_product_detail .item-brand > span {
  color: #222;
  font-weight: bold;
  text-transform: uppercase;
}
.product_detail .content_product_detail .item-brand > a {
  display: block;
  padding: 5px;
}
.product_detail .content_product_detail .item-brand > a img {
  max-width: 80px;
}
.product_detail .content_product_detail .item-meta > span {
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  color: #222;
  margin-bottom: 20px;
}
.product_detail .content_product_detail .item-meta > span > a {
  font-weight: normal;
  text-transform: none;
  color: #666;
}
.product_detail .content_product_detail .item-meta > span > a:hover {
  color: #d7182a;
}
.product_detail .content_product_detail .item-meta > span.posted_in {
  padding-right: 30px;
}
.product_detail .content_product_detail .product-info {
  display: block;
  overflow: hidden;
  padding: 20px 0 0;
  border-top: 1px solid #f0f0ed;
}
.product_detail .content_product_detail .product-info .product-stock.in-stock {
  float: left;
  font-weight: 600;
  font-size: 12px;
  color: #525252;
  text-transform: uppercase;
  position: relative;
  margin-right: 20px;
}
.rtl .product_detail .content_product_detail .product-info .product-stock.in-stock {
  float: right;
  margin-left: 20px;
  margin-right: 0;
}
.product_detail .content_product_detail .product-info .product-stock.in-stock:before {
  content: '\f046';
  font-family: 'FontAwesome';
  font-size: 13px;
  margin-right: 10px;
}
.rtl .product_detail .content_product_detail .product-info .product-stock.in-stock:before {
  content: '';
  margin: 0;
}
.rtl .product_detail .content_product_detail .product-info .product-stock.in-stock:after {
  content: '\f046';
  font-family: 'FontAwesome';
  font-size: 13px;
  margin-left: 10px;
}
.product_detail .content_product_detail .product-info .sku_wrapper {
  margin-bottom: 15px;
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  font-weight: 600;
  color: #525252;
  text-transform: uppercase;
}
.product_detail .content_product_detail .product-info .sku_wrapper .sku {
  color: #525252;
  padding: 0 5px;
}
.product_detail .content_product_detail .description {
  line-height: 22px;
  color: #7d7d7d;
  margin-bottom: 30px;
}
.product_detail .content_product_detail .social-share {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  width: 100%;
  margin-bottom: 20px;
}
.product-type-variable .product_detail .content_product_detail .social-share {
  margin-bottom: 20px;
}
.product_detail .content_product_detail .social-share .title-share {
  text-transform: uppercase;
  padding-right: 25px;
  float: left;
  font-size: 14px;
  color: #191919;
  line-height: 35px;
  font-weight: 700;
}
.rtl .product_detail .content_product_detail .social-share .title-share {
  float: right;
  padding-left: 18px;
  padding-right: 0;
}
.product_detail .content_product_detail .social-share a {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
  width: 35px;
  height: 35px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
  background-color: #d7182a;
}
.product_detail .content_product_detail .social-share a:hover {
  background-color: #c01526;
}
.product_detail .content_product_detail .social-share a i {
  line-height: 35px;
}
.product_detail .content_product_detail .cart {
  margin-bottom: 0;
}
.product_detail .content_product_detail .cart .quantity {
  position: relative;
  border: 1px solid #ebebeb;
  height: 32px;
  margin: 0 15px 0 0 !important;
}
.rtl .product_detail .content_product_detail .cart .quantity {
  float: right;
  margin: 0 0 0 15px !important;
}
.product_detail .content_product_detail .cart .quantity input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -0-appearance: none;
  background-color: #fff;
  width: 30px;
  height: 32px;
}
.product_detail .content_product_detail .cart .quantity input[type=number] {
  -moz-appearance: textfield;
}
.product_detail .content_product_detail .cart .quantity input::-webkit-outer-spin-button,
.product_detail .content_product_detail .cart .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.product_detail .content_product_detail .cart .quantity .input-text {
  height: 30px !important;
}
.product_detail .content_product_detail .cart .quantity .minus,
.product_detail .content_product_detail .cart .quantity .plus {
  font-size: 0;
  color: #898989;
}
.product_detail .content_product_detail .cart .quantity .minus:hover,
.product_detail .content_product_detail .cart .quantity .plus:hover {
  opacity: 0.5;
}
.product_detail .content_product_detail .cart .quantity .minus {
  background: url(../assets/img/bg_general.png) no-repeat -11px -1685px;
}
.product_detail .content_product_detail .cart .quantity .plus {
  background: url(../assets/img/bg_general.png) no-repeat -18px -1665px;
}
.product_detail .content_product_detail .cart .quantity input {
  margin-bottom: 0;
  border: 0;
  text-align: center;
  text-indent: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.product_detail .content_product_detail .cart .quantity input.qty {
  padding: 0;
  font-size: 16px;
  color: #323232;
  font-weight: 600;
}
.product_detail .content_product_detail .cart .group_table {
  margin-bottom: 25px;
  width: 100%;
}
.product_detail .content_product_detail .cart .group_table .label {
  display: table-cell;
}
.product_detail .content_product_detail .cart .group_table tbody tr {
  border-color: #ddd;
}
.product_detail .content_product_detail .cart .group_table tbody tr td label {
  margin-bottom: 0;
  font-weight: normal;
}
.product_detail .content_product_detail .cart .group_table tbody tr td .quantity {
  margin-top: 0;
}
.product_detail .content_product_detail .cart .group_table tbody tr td .quantity .minus {
  bottom: 0;
}
.product_detail .content_product_detail .cart .group_table tbody tr td .quantity:before {
  display: none;
}
.product_detail .content_product_detail .cart .group_table tbody tr td.label {
  white-space: normal;
}
.product_detail .content_product_detail .cart .group_table .woocommerce-grouped-product-list-item__price {
  font-size: 20px;
  color: #cccccc;
  font-weight: 700;
}
.product_detail .content_product_detail .cart .group_table .woocommerce-grouped-product-list-item__price span >.amount,
.product_detail .content_product_detail .cart .group_table .woocommerce-grouped-product-list-item__price del {
  text-decoration: line-through;
  font-weight: normal;
  font-size: 20px;
}
.product_detail .content_product_detail .cart .group_table .woocommerce-grouped-product-list-item__price ins {
  font-size: 24px;
  color: #d7182a;
  text-decoration: none;
  opacity: 1;
  margin: 0 10px;
}
.product_detail .content_product_detail .cart .clear {
  display: none;
}
.product_detail .content_product_detail .item-bottom .clear {
  clear: none;
}
.product_detail .content_product_detail .yith-wcwl-add-to-wishlist {
  margin: 0;
  float: left;
}
.rtl .product_detail .content_product_detail .yith-wcwl-add-to-wishlist {
  float: right;
}
.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-add-button,
.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse {
  position: relative;
}
.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,
.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before {
  font-size: 12px;
  content: "\f08a";
}
.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-add-button.show,
.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show,
.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show {
  display: inline-block !important;
  vertical-align: top;
}
.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .feedback,
.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .feedback,
.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .feedback {
  display: none;
}
.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .ajax-loading,
.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .ajax-loading,
.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .ajax-loading {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show a,
.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show a {
  background-color: #d7182a;
  color: #fff;
}
.product_detail .content_product_detail .compare {
  float: left;
}
.rtl .product_detail .content_product_detail .compare {
  float: right;
}
.product_detail .content_product_detail .compare:before {
  font-size: 13px;
  content: "\f079";
}
.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
.product_detail .content_product_detail a.compare {
  color: #d7182a;
  font-weight: 500;
  height: 32px;
  line-height: 32px;
  padding: 0;
  background-color: #fff;
  border: 1px solid #d7182a;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  position: relative;
  font-size: 0;
  min-width: 32px;
  float: left;
  margin: 0px 5px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
}
.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,
.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before,
.product_detail .content_product_detail a.compare:before {
  font-family: fontawesome;
}
.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover,
.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover,
.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover,
.product_detail .content_product_detail a.compare:hover {
  background-color: #d7182a;
  color: #fff;
}
.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover:before,
.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover:before,
.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover:before,
.product_detail .content_product_detail a.compare:hover:before {
  color: #fff;
}
.product_detail .content_product_detail .add_to_cart_button,
.product_detail .content_product_detail .product_type_external,
.product_detail .content_product_detail .product_type_grouped,
.product_detail .content_product_detail .single_add_to_cart_button {
  height: 32px;
  line-height: 32px;
  text-transform: capitalize;
  background-color: #d7182a !important;
  color: #fff;
  font-size: 13px;
  padding: 0 10px;
  border-radius: 17px;
  margin-right: 5px;
}
.rtl .product_detail .content_product_detail .add_to_cart_button,
.rtl .product_detail .content_product_detail .product_type_external,
.rtl .product_detail .content_product_detail .product_type_grouped,
.rtl .product_detail .content_product_detail .single_add_to_cart_button {
  margin-left: 5px;
  margin-right: 0;
}
.product_detail .content_product_detail .add_to_cart_button:hover,
.product_detail .content_product_detail .product_type_external:hover,
.product_detail .content_product_detail .product_type_grouped:hover,
.product_detail .content_product_detail .single_add_to_cart_button:hover {
  background-color: #c01526 !important;
}
.single-product >.tabs {
  margin-bottom: 60px;
  margin-top: 10px;
  border: 1px solid #ededed;
}
.single-product >.tabs .tabbable .nav.nav-tabs {
  margin: 0;
  background-color: transparent;
  border-bottom: 1px solid #ededed;
}
.single-product >.tabs .tabbable .nav.nav-tabs li {
  border: 0;
  position: relative;
  margin: 0;
}
.rtl .single-product >.tabs .tabbable .nav.nav-tabs li {
  float: right;
}
.rtl .single-product >.tabs .tabbable .nav.nav-tabs li a {
  border-left: 1px solid #ededed;
  border-right: 0;
}
.single-product >.tabs .tabbable .nav.nav-tabs li a {
  border: 0;
  padding: 0 26px;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 14px;
  display: inline-block;
  height: 45px;
  line-height: 45px;
  color: #191919;
  font-weight: 700;
  background-color: #f2f2f2;
  border-radius: 0;
  margin: 0;
  border-right: 1px solid #ededed;
}
.single-product >.tabs .tabbable .nav.nav-tabs li.active a,
.single-product >.tabs .tabbable .nav.nav-tabs li:hover a {
  background-color: #d7182a;
  color: #fff;
  border-right: 1px solid #d7182a;
}
.rtl .single-product >.tabs .tabbable .nav.nav-tabs li.active a,
.rtl .single-product >.tabs .tabbable .nav.nav-tabs li:hover a {
  border-left: 1px solid #d7182a;
  border-right: 0;
}
.single-product >.tabs .tabbable .tab-content #tab-description p {
  margin-bottom: 0;
}
.single-product >.tabs .tabbable .tab-content .tab-pane {
  padding: 29px;
  line-height: 22px;
  color: #999999;
}
.single-product >.tabs .tabbable .tab-content .tab-pane h2 {
  font-size: 16px;
  text-transform: uppercase;
}
.single-product >.tabs .tabbable .tab-content .tab-pane #reply-title {
  font-size: 14px !important;
}
.single-product >.tabs .tabbable .tab-content .tab-pane p .alignnone {
  float: left;
  clear: none;
  margin: 0 0 30px;
}
.rtl .single-product >.tabs .tabbable .tab-content .tab-pane p .alignnone {
  float: right;
}
.single-product >.tabs .tabbable .tab-content .tab-pane p .alignnone.image-content {
  margin-left: 30px;
}
.single-product >.tabs .tabbable .tab-content .tab-pane #reviews {
  color: #333;
}
.single-product >.tabs .tabbable .tab-content .tab-pane #reviews .form-submit .submit {
  padding: 12px 30px !important;
  background-color: #191919 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  border-radius: 0 !important;
  overflow: hidden;
  text-transform: uppercase;
  font-weight: 700;
  border: 0;
}
.single-product >.tabs .tabbable .tab-content .tab-pane #reviews .form-submit .submit:hover {
  background-color: #d7182a !important;
}
.variations {
  margin-bottom: 10px;
}
.variations tr {
  margin-bottom: 15px;
  border-bottom: 0;
  height: 50px;
  vertical-align: middle;
}
.variations tr td.label {
  display: table-cell;
  line-height: 30px;
  text-align: left;
  padding: .5em .6em .3em;
}
.rtl .variations tr td.label {
  text-align: right;
}
.variations tr td.label label {
  color: #191919;
  font-weight: normal !important;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0;
  font-size: 14px;
}
.variations tr td.value {
  padding: 0;
}
.variations tr td.value select {
  width: 200px !important;
  width: 100%;
  text-indent: 10px;
  height: 40px;
  line-height: 40px;
  background-color: #fff;
  border: 1px solid #ebebeb;
  margin: 0;
  text-transform: uppercase;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  color: #525252;
  font-size: 12px;
}
.variations tr td.value select option {
  text-transform: uppercase;
}
.variations tr td.value select:focus {
  outline-offset: 0;
  outline: -webkit-focus-ring-color auto 0;
}
.variations tr td.value select::-ms-expand {
  display: none;
}
.variations tr .reset_variations {
  margin: 10px 0;
  text-align: center;
  color: #fc2a2a;
  display: block !important;
  text-align: left;
}
.rtl .variations tr .reset_variations {
  text-align: right;
}
.single_variation {
  margin-bottom: 15px;
}
.sw_related_upsell_widget .product-ur .tabbable.tabs {
  text-align: left;
}
.sw_related_upsell_widget .product-ur .tabbable.tabs .nav.nav-tabs {
  display: block;
  vertical-align: top;
  margin: 0 0 10px;
  border-bottom: 1px solid #ededed;
  background-color: transparent;
}
.sw_related_upsell_widget .product-ur .tabbable.tabs .nav.nav-tabs li {
  position: relative;
  padding: 0;
  border: 0;
}
.rtl .sw_related_upsell_widget .product-ur .tabbable.tabs .nav.nav-tabs li {
  float: right;
}
.sw_related_upsell_widget .product-ur .tabbable.tabs .nav.nav-tabs li:first-child > a {
  padding-left: 0;
}
.rtl .sw_related_upsell_widget .product-ur .tabbable.tabs .nav.nav-tabs li:first-child > a {
  padding-right: 0;
  padding-left: 20px;
}
.sw_related_upsell_widget .product-ur .tabbable.tabs .nav.nav-tabs li:first-child > a:after {
  content: '';
  position: absolute;
  bottom: 0px;
  width: 100px;
  height: 2px;
  background-color: #d7182a;
  left: 0;
}
.rtl .sw_related_upsell_widget .product-ur .tabbable.tabs .nav.nav-tabs li:first-child > a:after {
  right: 0;
  left: auto;
}
.sw_related_upsell_widget .product-ur .tabbable.tabs .nav.nav-tabs li:last-child > a:before {
  height: 0;
  width: 0;
}
.sw_related_upsell_widget .product-ur .tabbable.tabs .nav.nav-tabs li.active,
.sw_related_upsell_widget .product-ur .tabbable.tabs .nav.nav-tabs li:hover {
  border: 0;
  background-color: transparent;
}
.sw_related_upsell_widget .product-ur .tabbable.tabs .nav.nav-tabs li.active a,
.sw_related_upsell_widget .product-ur .tabbable.tabs .nav.nav-tabs li:hover a {
  color: #d7182a;
}
.sw_related_upsell_widget .product-ur .tabbable.tabs .nav.nav-tabs li > a {
  margin: 0;
  border: 0;
  display: inline-block;
  padding: 12px 20px;
  background-color: transparent;
  font-size: 18px;
  color: #191919;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
}
.sw_related_upsell_widget .product-ur .tabbable.tabs .nav.nav-tabs li > a:before {
  content: '';
  width: 1px;
  height: 16px;
  background-color: #ebebeb;
  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: 80px;
}
.sw_related_upsell_widget .sw-woo-container-slider .resp-slider-container .box-slider-title h2 {
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.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;
}
.sw_related_upsell_widget .sw-woo-container-slider .slider .item .item-wrap {
  border: 1px solid #ededed;
}
.sw_related_upsell_widget .sw-woo-container-slider .slider .item .item-wrap .item-detail .item-content {
  padding: 5px 0 20px;
}
.sw_related_upsell_widget .sw-woo-container-slider .slider .item .item-wrap .item-detail .item-content h4 {
  margin-bottom: 5px;
}
.pswp__zoom-wrap {
  text-align: center;
}
.pswp__zoom-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.pswp__zoom-wrap .popup-video {
  line-height: 0;
  width: 100%;
  max-width: 900px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.item-video > a {
  display: block;
}
.item-video > a:before {
  content: '';
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: none;
  z-index: 6;
  display: block;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
  bottom: 20px;
  top: auto;
  right: auto;
  left: 20px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background: #fff;
  text-align: center;
  line-height: 40px;
  text-indent: 0;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger img {
  display: none !important;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger:before {
  content: '';
  display: none;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger:after {
  content: '\f047';
  font-family: Fontawesome !important;
  font-size: 18px;
  display: inline-block;
  position: static;
  line-height: 40px;
  background: none;
  width: 40px;
  vertical-align: top;
  height: 100%;
  box-shadow: 0 0 0 2px #ddd;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  border-radius: 50%;
}
.single-product-style1.woocommerce div.product form.cart .variations tr {
  display: inline-block;
  width: 48%;
  padding-right: 4%;
  vertical-align: top;
}
.single-product-style1.woocommerce div.product form.cart .variations tr td.label {
  line-height: 1em;
}
.single-product-style1.woocommerce div.product form.cart .variations tr:last-child {
  padding: 0;
}
.single-product-style1 .single-product >.tabs {
  border: 0;
}
.single-product-style1 .single-product >.tabs .tabbable .nav.nav-tabs {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  border: 0;
}
.single-product-style1 .single-product >.tabs .tabbable .nav.nav-tabs > li > a {
  border-radius: 20px;
  border: 1px solid #ddd;
  background: none;
  margin: 0 5px;
  color: #999;
  text-transform: capitalize;
  height: auto;
  line-height: normal;
  padding: 10px 20px;
}
.single-product-style1 .single-product >.tabs .tabbable .nav.nav-tabs > li.active > a,
.single-product-style1 .single-product >.tabs .tabbable .nav.nav-tabs > li:hover > a {
  background: #eee;
  border-color: #333;
  color: #333;
}
.single-product-style2 .single-product,
.single-product-style3 .single-product {
  margin-bottom: 30px;
}
.single-product-style2 .single-product .tabs,
.single-product-style3 .single-product .tabs {
  border: 0;
}
.single-product-style2 .single-product .tabs .single-accordion .panel,
.single-product-style3 .single-product .tabs .single-accordion .panel {
  box-shadow: none;
  border: 0;
}
.single-product-style2 .single-product .tabs .single-accordion .panel +.panel,
.single-product-style3 .single-product .tabs .single-accordion .panel +.panel {
  margin-top: 1px;
}
.single-product-style2 .single-product .tabs .single-accordion .panel .panel-heading,
.single-product-style3 .single-product .tabs .single-accordion .panel .panel-heading {
  border: 0;
  padding: 0;
}
.single-product-style2 .single-product .tabs .single-accordion .panel .panel-heading h4,
.single-product-style3 .single-product .tabs .single-accordion .panel .panel-heading h4 {
  margin: 0;
}
.single-product-style2 .single-product .tabs .single-accordion .panel .panel-heading h4 > a,
.single-product-style3 .single-product .tabs .single-accordion .panel .panel-heading h4 > a {
  font-weight: normal;
  text-transform: uppercase;
  color: #d7182a;
  font-size: 14px;
  display: block;
  padding: 12px 15px;
  background: #eee;
  border-radius: 3px;
  position: relative;
}
.single-product-style2 .single-product .tabs .single-accordion .panel .panel-heading h4 > a:after,
.single-product-style3 .single-product .tabs .single-accordion .panel .panel-heading h4 > a:after {
  content: '';
  position: absolute;
  right: 0;
  border-left: 1px solid #e1e1e1;
  top: 7px;
  bottom: 7px;
  padding: 0 30px;
  background: url(../assets/img/icon-accordion.png) no-repeat center -34px;
}
.single-product-style2 .single-product .tabs .single-accordion .panel .panel-heading h4 > a.collapsed,
.single-product-style3 .single-product .tabs .single-accordion .panel .panel-heading h4 > a.collapsed {
  color: #111;
}
.single-product-style2 .single-product .tabs .single-accordion .panel .panel-heading h4 > a.collapsed:after,
.single-product-style3 .single-product .tabs .single-accordion .panel .panel-heading h4 > a.collapsed:after {
  background-position: center -4px;
}
.single-product-style2 .single-product .tabs .single-accordion .panel .content-body,
.single-product-style3 .single-product .tabs .single-accordion .panel .content-body {
  padding: 15px 0;
  line-height: 22px;
  max-height: 144px;
  overflow-y: auto;
}
.single-product-style2 .single-product .tabs .single-accordion .panel .content-body > h2,
.single-product-style2 .single-product .tabs .single-accordion .panel .content-body #comments > h2,
.single-product-style3 .single-product .tabs .single-accordion .panel .content-body > h2,
.single-product-style3 .single-product .tabs .single-accordion .panel .content-body #comments > h2 {
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 15px;
  color: #333;
}
.single-product-style2 .single-product .tabs .single-accordion .panel .content-body .row,
.single-product-style3 .single-product .tabs .single-accordion .panel .content-body .row {
  margin: 0;
}
.single-product-style3 .single-product .tabs .single-accordion .panel .content-body {
  max-height: initial;
  overflow-y: visible;
}
.single-product.product-thumbnail-right .slider_img_productd .span.onsale,
.single-product.product-thumbnail-right .slider_img_productd .onsale,
.single-product.product-thumbnail-right .slider_img_productd .sale-off {
  left: 10px;
  right: auto;
}
.single-product.product-thumbnail-right .slider_img_productd .has-newicon span.onsale,
.single-product.product-thumbnail-right .slider_img_productd .has-newicon .onsale,
.single-product.product-thumbnail-right .slider_img_productd .sale-off.has-newicon {
  top: 55px;
}
.single-product.product-thumbnail-left .slider_img_productd .has-newicon span.onsale,
.single-product.product-thumbnail-left .slider_img_productd .has-newicon .onsale,
.single-product.product-thumbnail-left .slider_img_productd .sale-off.has-newicon {
  top: 55px;
}
.single-product.product-thumbnail-left .slider_img_productd .sw-newlabel {
  left: auto;
  right: 10px;
}
.swpb-bundled-products-container {
  margin-bottom: 20px;
}
.swpb-bundled-products-container .swpb-bundled-product .swpb-thumbnail {
  margin-right: 10px;
  width: 75px;
}
.rtl .swpb-bundled-products-container .swpb-bundled-product .swpb-thumbnail {
  margin-right: 0;
  margin-left: 10px;
}
.swpb-bundled-products-container .swpb-bundled-product .swpb-info {
  overflow: hidden;
}
.swpb-bundled-products-container .swpb-bundled-product .swpb-info .category a {
  font-size: 13px;
}
.swpb-bundled-products-container .swpb-bundled-product .swpb-info h3 {
  margin-bottom: 5px;
}
.swpb-bundled-products-container .swpb-bundled-product .swpb-info h3 a {
  font-size: 16px;
  text-transform: capitalize;
}
.swpb-bundled-products-container .swpb-bundled-product .swpb-info .swpb-bundled-product-stock {
  font-size: 12px;
  text-transform: uppercase;
}
.sw-quickview-bottom {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9999;
  background: rgba(0,0,0,0.5);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.sw-quickview-bottom.show {
  visibility: visible;
  opacity: 1;
}
.sw-quickview-bottom.show .quickview-content .quickview-close {
  visibility: visible;
}
.sw-quickview-bottom.loading {
  height: 100%;
}
.sw-quickview-bottom.loading:before {
  background-color: transparent;
  background-image: url(../assets/img/loadingp.gif);
  background-size: 32px 32px;
}
.sw-quickview-bottom.loading .quickview-content .quickview-inner {
  padding: 0;
}
.sw-quickview-bottom.loading .quickview-content .quickview-close {
  visibility: hidden;
}
.sw-quickview-bottom .quickview-content {
  background: #fff;
  max-width: 1170px;
  margin: 200px auto;
  position: relative;
}
.sw-quickview-bottom .quickview-content .quickview-close {
  position: absolute;
  width: 28px;
  height: 28px;
  background: #000;
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  border-radius: 50%;
  right: -15px;
  top: -15px;
}
.sw-quickview-bottom .quickview-content .quickview-inner {
  padding: 30px 15px;
}
.quickview-container.woocommerce {
  padding-top: 15px;
}
.quickview-container.woocommerce .slider_img_productd span.onsale {
  display: none;
}
.quickview-container.woocommerce .product_detail .content_product_detail {
  padding-bottom: 15px;
}
.quickview-container.woocommerce .product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a {
  border-radius: 50% !important;
  background-image: none;
}
.quickview-container.woocommerce .product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover {
  background-color: #d7182a !important;
}
@media (max-width: 1400px) {
  .sw-quickview-bottom .quickview-content {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .sw-quickview-bottom .quickview-content {
    max-width: 700px;
  }
}
.wp-block-woocommerce-cart .wc-block-cart .wc-block-cart__main .wc-block-cart-items thead tr th {
  color: #000;
  font-size: 18px;
}
.wp-block-woocommerce-cart .wc-block-cart .wc-block-cart__main .wc-block-cart-items tbody tr td {
  vertical-align: middle;
}
.wp-block-woocommerce-cart .wc-block-cart .wc-block-cart__main .wc-block-cart-items tbody tr td.wc-block-cart-item__image img {
  border: 1px solid #ddd;
}
.wp-block-woocommerce-cart .wc-block-cart .wc-block-cart__main .wc-block-cart-items tbody tr td.wc-block-cart-item__product .wc-block-components-product-name {
  font-size: 16px;
  color: #000;
  text-transform: capitalize;
  font-weight: 700;
}
.wp-block-woocommerce-cart .wc-block-cart .wc-block-cart__main .wc-block-cart-items tbody tr td.wc-block-cart-item__product .wc-block-components-product-name:hover {
  color: var(--color);
}
.wp-block-woocommerce-cart .wc-block-cart .wc-block-cart__main .wc-block-cart-items tbody tr td.wc-block-cart-item__product .wc-block-cart-item__prices .wc-block-components-product-price {
  font-size: 18px;
  color: var(--color);
  display: flex;
  flex-direction: row-reverse;
  justify-content: start;
}
.wp-block-woocommerce-cart .wc-block-cart .wc-block-cart__main .wc-block-cart-items tbody tr td.wc-block-cart-item__product .wc-block-cart-item__prices .wc-block-components-product-price .wc-block-components-product-price__regular {
  font-size: 18px;
  color: #aaa;
}
.wp-block-woocommerce-cart .wc-block-cart .wc-block-cart__main .wc-block-cart-items tbody tr td.wc-block-cart-item__product .wc-block-cart-item__prices .wc-block-components-product-price .is-discounted {
  font-size: 18px;
  color: var(--color);
  float: left;
  margin-right: 10px;
  margin-left: 0;
}
.wp-block-woocommerce-cart .wc-block-cart .wc-block-cart__main .wc-block-cart-items tbody tr td.wc-block-cart-item__product .wc-block-components-product-badge {
  border-radius: 0;
  border: 1px solid var(--color);
  color: var(--color);
  font-weight: 400;
  font-size: 14px;
}
.wp-block-woocommerce-cart .wc-block-cart .wc-block-cart__main .wc-block-cart-items tbody tr td.wc-block-cart-item__product .wc-block-components-product-metadata .wc-block-components-product-metadata__description {
  font-size: 14px;
  color: #222;
}
.wp-block-woocommerce-cart .wc-block-cart .wc-block-cart__main .wc-block-cart-items tbody tr td.wc-block-cart-item__product .wc-block-cart-item__quantity {
  position: relative;
}
.wp-block-woocommerce-cart .wc-block-cart .wc-block-cart__main .wc-block-cart-items tbody tr td.wc-block-cart-item__product .wc-block-cart-item__quantity .wc-block-components-quantity-selector:after {
  border: 1px solid #ddd;
  border-radius: 0;
}
.wp-block-woocommerce-cart .wc-block-cart .wc-block-cart__main .wc-block-cart-items tbody tr td.wc-block-cart-item__product .wc-block-cart-item__quantity .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input {
  padding: 12px 0;
  color: #000;
  opacity: 1;
}
.wp-block-woocommerce-cart .wc-block-cart .wc-block-cart__main .wc-block-cart-items tbody tr td.wc-block-cart-item__product .wc-block-cart-item__quantity .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button {
  font-size: 20px;
}
.wp-block-woocommerce-cart .wc-block-cart .wc-block-cart__main .wc-block-cart-items tbody tr td.wc-block-cart-item__product .wc-block-cart-item__quantity .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus {
  box-shadow: none;
}
.wp-block-woocommerce-cart .wc-block-cart .wc-block-cart__main .wc-block-cart-items tbody tr td.wc-block-cart-item__product .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
  font-size: 14px;
  color: var(--color);
  text-decoration: none;
}
.wp-block-woocommerce-cart .wc-block-cart .wc-block-cart__main .wc-block-cart-items tbody tr td.wc-block-cart-item__product .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover {
  text-decoration: underline;
}
.wp-block-woocommerce-cart .wc-block-cart .wc-block-cart__main .wc-block-cart-items tbody tr td.wc-block-cart-item__total .wc-block-components-product-price {
  font-size: 24px;
  font-weight: 500;
  color: var(--color);
}
.wp-block-woocommerce-cart .wc-block-cart .wc-block-cart__main .wc-block-cart-items tbody tr td.wc-block-cart-item__total .wc-block-components-product-badge {
  border-radius: 0;
  border: 1px solid var(--color);
  color: var(--color);
  height: 32px;
  line-height: 30px;
  font-size: 16px;
  font-weight: 400;
  margin-top: 20px;
}
.wp-block-woocommerce-cart .wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title {
  font-size: 18px;
  color: #000;
}
.wp-block-woocommerce-cart .wc-block-cart .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-coupon-form-block .wc-block-components-totals-coupon .wc-block-components-totals-coupon-link {
  font-size: 14px;
  text-transform: uppercase;
  color: var(--color);
}
.wp-block-woocommerce-cart .wc-block-cart .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-coupon-form-block .wc-block-components-totals-coupon {
  padding: 0;
}
.wp-block-woocommerce-cart .wc-block-cart .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-coupon-form-block .wc-block-components-totals-coupon__form .wc-block-components-text-input input {
  height: 39px;
}
.wp-block-woocommerce-cart .wc-block-cart .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-coupon-form-block .wc-block-components-totals-coupon__form .components-button {
  background-color: var(--color);
  border-color: var(--color);
  text-transform: uppercase;
}
.wp-block-woocommerce-cart .wc-block-cart .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-subtotal-block .wc-block-components-totals-item {
  padding: 0;
}
.wp-block-woocommerce-cart .wc-block-cart .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-subtotal-block .wc-block-components-totals-item .wc-block-components-totals-item__label {
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
}
.wp-block-woocommerce-cart .wc-block-cart .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-subtotal-block .wc-block-components-totals-item .wc-block-formatted-money-amount {
  font-size: 24px;
  color: var(--color);
  font-weight: 500;
}
.wp-block-woocommerce-cart .wc-block-cart .wc-block-components-sidebar .wc-block-components-totals-wrapper .wc-block-components-totals-item {
  padding: 0;
}
.wp-block-woocommerce-cart .wc-block-cart .wc-block-components-sidebar .wc-block-components-totals-wrapper .wc-block-components-totals-item .wc-block-components-totals-item__label {
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
}
.wp-block-woocommerce-cart .wc-block-cart .wc-block-components-sidebar .wc-block-components-totals-wrapper .wc-block-components-totals-item .wc-block-formatted-money-amount {
  font-size: 24px;
  color: var(--color);
  font-weight: 500;
}
.wp-block-woocommerce-cart .wc-block-cart .wc-block-components-sidebar .wc-block-cart__submit .components-button {
  background-color: var(--color);
  color: #fff;
  text-transform: uppercase;
}
.wp-block-woocommerce-cart .wc-block-cart .wc-block-components-sidebar .wc-block-cart__submit .components-button:hover {
  opacity: 0.85;
}
.wp-block-woocommerce-checkout .wc-block-checkout__main .wc-block-checkout__form .wc-block-checkout__contact-fields .wc-block-components-checkout-step__container .wc-block-components-checkout-step__description {
  font-size: 14px;
}
.wp-block-woocommerce-checkout .wc-block-checkout__main .wc-block-checkout__form .wc-block-checkout__contact-fields .wc-block-components-address-form .wc-block-components-address-form__email input {
  border: 1px solid #ddd;
}
.wp-block-woocommerce-checkout .wc-block-checkout__main .wc-block-checkout__form .wc-block-checkout__contact-fields .wc-block-components-address-form .wc-block-components-address-form__email input:focus {
  box-shadow: 0 0 0 1px #ddd;
}
.wp-block-woocommerce-checkout .wc-block-checkout__main .wc-block-checkout__form .wc-block-checkout__billing-fields .wc-block-components-checkout-step__description {
  font-size: 14px;
}
.wp-block-woocommerce-checkout .wc-block-checkout__main .wc-block-checkout__form .wc-block-components-address-address-wrapper .wc-block-components-text-input input {
  border: 1px solid #ddd;
}
.wp-block-woocommerce-checkout .wc-block-checkout__main .wc-block-checkout__form .wc-block-components-address-address-wrapper .wc-block-components-text-input input:focus {
  box-shadow: 0 0 0 1px #ddd;
}
.wp-block-woocommerce-checkout .wc-block-checkout__main .wc-block-checkout__form .wc-block-components-address-address-wrapper .wc-block-components-validation-error {
  font-size: 12px;
}
.wp-block-woocommerce-checkout .wc-block-checkout__main .wc-block-checkout__form .wc-block-components-address-form__country .components-form-token-field__input,
.wp-block-woocommerce-checkout .wc-block-checkout__main .wc-block-checkout__form .wc-block-components-combobox .components-combobox-control__input {
  border: 1px solid #ddd;
}
.wp-block-woocommerce-checkout .wc-block-checkout__main .wc-block-checkout__form .wc-block-components-address-form__country .components-form-token-field__input:focus,
.wp-block-woocommerce-checkout .wc-block-checkout__main .wc-block-checkout__form .wc-block-components-combobox .components-combobox-control__input:focus {
  box-shadow: 0 0 0 1px #ddd;
}
.wp-block-woocommerce-checkout .wc-block-checkout__main .wc-block-checkout__form .wc-block-checkout__order-notes .wc-block-components-checkbox__label {
  color: #000;
  font-size: 14px;
}
.wp-block-woocommerce-checkout .wc-block-checkout__main .wc-block-checkout__form .wc-block-checkout__terms {
  color: #000;
}
.wp-block-woocommerce-checkout .wc-block-checkout__main .wc-block-checkout__form .wc-block-checkout__actions .wc-block-checkout__actions_row .wc-block-components-checkout-return-to-cart-button {
  color: var(--color);
  font-size: 16px;
}
.wp-block-woocommerce-checkout .wc-block-checkout__main .wc-block-checkout__form .wc-block-checkout__actions .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button {
  border: 0;
  background-color: var(--color);
  color: #fff;
  text-transform: uppercase;
  border-radius: 0;
}
.wp-block-woocommerce-checkout .wc-block-checkout__main .wc-block-checkout__form .wc-block-checkout__actions .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button:hover {
  opacity: 0.85;
}
.wp-block-woocommerce-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-wrapper .wc-block-components-order-summary {
  padding: 0;
}
.wp-block-woocommerce-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-wrapper .wc-block-components-order-summary .wc-block-components-panel__button {
  font-size: 16px;
  color: #000;
  text-transform: uppercase;
}
.wp-block-woocommerce-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-wrapper .wc-block-components-order-summary .wc-block-components-order-summary__content .wc-block-components-order-summary-item {
  border-top: 1px solid #ddd;
}
.wp-block-woocommerce-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-wrapper .wc-block-components-order-summary .wc-block-components-order-summary__content .wc-block-components-order-summary-item:first-child {
  padding-top: 20px;
}
.wp-block-woocommerce-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-wrapper .wc-block-components-order-summary .wc-block-components-order-summary__content .wc-block-components-order-summary-item .wc-block-components-order-summary-item__image .wc-block-components-order-summary-item__quantity {
  border-color: var(--color);
}
.wp-block-woocommerce-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-wrapper .wc-block-components-order-summary .wc-block-components-order-summary__content .wc-block-components-order-summary-item .wc-block-components-product-name {
  font-size: 16px;
  color: #000;
  text-transform: capitalize;
}
.wp-block-woocommerce-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-wrapper .wc-block-components-order-summary .wc-block-components-order-summary__content .wc-block-components-order-summary-item .wc-block-components-product-price {
  font-size: 18px;
  color: var(--color);
}
.wp-block-woocommerce-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-wrapper .wc-block-components-order-summary .wc-block-components-order-summary__content .wc-block-components-order-summary-item .wc-block-components-product-price .wc-block-components-product-price__regular {
  font-size: 16px;
  color: #aaa;
}
.wp-block-woocommerce-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-wrapper .wc-block-components-order-summary .wc-block-components-order-summary__content .wc-block-components-order-summary-item .wc-block-components-product-metadata .wc-block-components-product-metadata__description {
  font-size: 12px;
  color: #000;
}
.wp-block-woocommerce-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-checkout-order-summary-coupon-form-block .wc-block-components-totals-coupon-link {
  font-size: 16px;
  color: #000;
  text-transform: uppercase;
}
.wp-block-woocommerce-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-checkout-order-summary-coupon-form-block .wc-block-components-text-input input {
  height: 39px;
}
.wp-block-woocommerce-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-checkout-order-summary-coupon-form-block .components-button {
  background-color: var(--color);
  border-color: var(--color);
  color: #fff;
}
.wp-block-woocommerce-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-checkout-order-summary-subtotal-block .wc-block-components-totals-item .wc-block-components-totals-item__label,
.wp-block-woocommerce-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-wrapper .wc-block-components-totals-item .wc-block-components-totals-item__label {
  font-size: 18px;
  color: #000;
  text-transform: uppercase;
  font-weight: 400;
}
.wp-block-woocommerce-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-checkout-order-summary-subtotal-block .wc-block-formatted-money-amount,
.wp-block-woocommerce-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-checkout-order-summary-subtotal-block .wc-block-formatted-money-amount,
.wp-block-woocommerce-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-wrapper .wc-block-formatted-money-amount,
.wp-block-woocommerce-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-wrapper .wc-block-formatted-money-amount {
  font-size: 18px;
  color: var(--color);
  font-weight: 500;
}
.gallery {
  padding: 0;
  overflow: hidden;
}
.rtl .gallery {
  margin-right: 0 !important;
}
.gallery li {
  margin-left: 1%;
  margin-right: 0;
  margin-bottom: 20px;
  text-align: center;
  float: left;
  list-style: none;
}
.rtl .gallery li {
  float: right;
  margin: 0 1% 20px 0;
}
.gallery .thumbnail {
  display: block;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  background: #FFF;
  padding: 5px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
}
.gallery .thumbnail:after {
  position: absolute;
  border-color: transparent #FFFFFF #FFFFFF transparent;
  border-style: solid;
  border-width: 45px;
  content: "";
  opacity: 0;
  filter: alpha(opacity=0);
  right: -45px;
  bottom: 0;
  transition: all 0.3s ease 0.2s;
  z-index: 4;
}
.gallery .thumbnail:before {
  content: "\f0a9";
  font-family: FontAwesome;
  position: absolute;
  bottom: 20px;
  right: 0;
  color: #FFF;
  font-size: 20px;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.2s ease 0.3s;
  transform: rotate(0deg);
  z-index: 5;
}
.gallery .thumbnail:hover {
  background: #d7182a;
  border-color: #ddd;
}
.gallery .thumbnail:hover:after {
  bottom: 0;
  right: 0;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.gallery .thumbnail:hover:before {
  right: 20px;
  opacity: 1;
  filter: alpha(opacity=100);
  transform: rotate(360deg);
}
.gallery img {
  width: 100%;
}
.gallery .caption {
  overflow: hidden;
  padding-top: 12px;
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.gallery .caption h4 {
  font-size: 14px;
}
.entry-summary table {
  margin-bottom: 30px;
}
.entry-summary table th,
.entry-summary table td {
  border: 1px solid #ccc;
  padding: 10px;
}
.entry-summary table th > a,
.entry-summary table td > a {
  color: #d7182a;
}
.entry-summary dl dd {
  margin-bottom: 20px;
}
.entry-summary form input[type="text"],
.entry-summary form input[type="password"],
.entry-summary form input[type="date"] {
  border-radius: 0;
  padding: 5px 10px;
}
.entry-summary form input[type="submit"],
.entry-summary form button[type="submit"] {
  background: #333 none repeat scroll 0 0;
  border: 1px solid #333333;
  border-radius: 0;
  color: #fff;
  padding: 5px 15px;
  vertical-align: top;
}
.entry-summary form input[type="submit"]:hover,
.entry-summary form button[type="submit"]:hover {
  background: #000;
}
.entry-summary .page-links {
  clear: both;
}
.page .main-page .page >.entry-content .entry-summary p {
  line-height: 24px;
}
.home.page .main-page .page >.entry-content .entry-summary p {
  line-height: 24px;
}
.home-style1 .sw-category-slider {
  margin-top: 60px;
  margin-bottom: 41px;
}
.home-style1 .sw-category-slider .block-title {
  margin-bottom: 17px;
}
.home-style1 .sw-category-slider .block-title h3 {
  border: none;
  text-transform: capitalize;
  font-size: 30px;
  text-align: center;
  padding: 0;
}
.home-style1 .sw-category-slider .block-title h3:before {
  display: none;
}
.home-style1 .sw-category-slider .block-title h3 span {
  position: relative;
}
.home-style1 .sw-category-slider .description1 {
  text-align: center;
  font-size: 14px;
  margin-bottom: 53px;
  color: #909090;
}
.home-style1 .sw-category-slider .responsive .item-product-cat .item-image img {
  width: auto;
  margin: 0 auto;
}
.home-style1 .sw-category-slider .responsive .item-product-cat .item-content {
  padding-top: 11px;
}
.home-style1 .sw-category-slider .responsive .item-product-cat .item-content h3 {
  box-shadow: none;
}
.home-style1 .sw-category-slider .responsive .item-product-cat .item-content h3 a {
  font-weight: 500;
  text-transform: capitalize;
}
.home-style1 .sw-category-slider .responsive .item-product-cat:hover .item-content h3 a {
  background: #fff;
  color: #d7182a;
}
.home-style1 .sw_tab_countdown4 .tab-countdown-slide2 {
  margin: 80px 0 220px 0;
  position: relative;
}
.home-style1 .sw_tab_countdown4 .tab-countdown-slide2:before {
  content: "";
  width: 979px;
  height: 260px;
  background: url("../assets/img/icon-chris2.png") center center no-repeat;
  position: absolute;
  top: -50px;
  right: -30px;
  z-index: 2;
}
.home-style1 .sw_tab_countdown4 .tab-countdown-slide2 .tab-content {
  border-color: #eee;
  overflow: inherit;
}
.home-style1 .sw_tab_countdown4 .tab-countdown-slide2 .tab-content .order-title h2 {
  position: relative;
  margin-top: -5px;
  z-index: 9;
}
.home-style1 .sw_tab_countdown4 .tab-countdown-slide2 .tab-content .order-title h2:before {
  content: "";
  position: absolute;
  left: -10px;
  top: 0px;
  width: 0px;
  height: 0px;
  border-left: 5px solid transparent;
  border-top: 4px solid transparent;
  border-right: 5px solid #333;
}
.home-style1 .sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .item-price del {
  margin-top: 5px;
  color: #909090;
}
.home-style1 .sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .countdown-left .countdown-section .countdown-amount {
  color: #d7182a;
}
.home-style1.rtl .sw_tab_countdown4 .tab-countdown-slide2:before {
  right: auto;
  left: -30px;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.wpb_revslider_element {
  position: relative;
  box-shadow: 0px 3px 6px #ccc;
  margin-bottom: 5px;
}
.header-style1 {
  box-shadow: 0 2px 1px #eee;
}
.home-style1 .header-style1 {
  box-shadow: none;
}
.header-style1 .header-top {
  background: url(../assets/img/bg-top.jpg) center center no-repeat;
  background-size: cover;
}
.header-style1 .header-top .top-header .top-login ul li a {
  color: #fff;
  margin-left: 15px;
  border-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 .header-style1 .header-top .top-header .top-login ul li a {
  margin-right: 15px;
  margin-left: 0;
  border-right: 1px #fff solid;
  border-left: none;
}
.header-style1 .header-top .top-header .widget_nav_menu {
  float: left;
}
.rtl .header-style1 .header-top .top-header .widget_nav_menu {
  float: right;
}
.header-style1 .header-top .top-header .widget_nav_menu h3 {
  border: none;
  color: #fff;
}
.rtl .header-style1 .header-top .top-header .widget_nav_menu h3 {
  border: none;
}
.header-style1 .header-top #lang_sel > ul.nav > li > a {
  color: #fff;
  border: none;
}
.rtl .header-style1 .header-top #lang_sel > ul.nav > li > a {
  border: none;
}
.header-style1 .header-top #lang_sel > ul.nav > li > a:after {
  color: #fff;
}
.header-style1 .header-top .currency_w > li > a {
  color: #fff;
  border-color: #fff;
}
.header-style1 .header-top .currency_w > li > a:after {
  color: #fff;
}
.header-style1 .header-mid {
  padding: 7px 0;
}
.header-style1 .search-cate {
  margin-top: 13px;
  position: relative;
}
.rtl .header-style1 .search-cate {
  margin-top: 13px;
}
.header-style1 .search-cate .icon-search {
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  cursor: pointer;
  font-size: 20px;
  color: #191919;
}
.header-style1 .search-cate .icon-search:hover {
  cursor: pointer;
  color: #d7182a;
  -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 .search-cate .icon-search.closex i:before {
  content: "\f00d";
}
.header-style1 .search-cate .top-form.top-search {
  min-width: 320px;
  position: absolute;
  right: 0;
  top: 50px;
  display: none;
  margin: 0;
}
.rtl .header-style1 .search-cate .top-form.top-search {
  float: left;
  right: auto;
  left: 0;
  margin: 0;
}
.header-style1 .search-cate .top-form.top-search .topsearch-entry {
  padding-left: 0;
}
.rtl .header-style1 .search-cate .top-form.top-search .topsearch-entry {
  padding-right: 0;
}
.header-style1 .search-cate .top-form.top-search .topsearch-entry .icon-loading.loading {
  right: 95px;
}
.header-style1 .search-cate .top-form.top-search .topsearch-entry .cat-wrapper {
  display: none;
}
.header-style1 .search-cate .top-form.top-search .topsearch-entry input {
  background: #f5f5f5;
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  border-radius: 0;
}
.header-style1 .search-cate .top-form.top-search .topsearch-entry .button-search-pro {
  background-color: #f5f5f5;
  border-radius: 0;
  height: 60px;
  line-height: 60px;
  color: #222;
}
.header-style1 .search-cate .top-form.top-search .topsearch-entry .button-search-pro:hover {
  background-color: #d7182a;
}
.header-style1 .top-form.nicemerry-minicart {
  padding-right: 15px;
  margin-top: 11px;
}
.rtl .header-style1 .top-form.nicemerry-minicart {
  padding-right: 0;
  padding-left: 15px;
}
.header-style1 .top-form.nicemerry-minicart .top-minicart-icon .cart-contents {
  display: inline-block;
  vertical-align: top;
  position: relative;
  text-align: center;
}
.header-style1 .top-form.nicemerry-minicart .top-minicart-icon .cart-contents i.fa {
  height: 39px;
  line-height: 38px;
  width: 39px;
  font-size: 24px;
}
.header-style1 .top-form.nicemerry-minicart .top-minicart-icon .cart-contents .minicart-number {
  position: absolute;
  top: 0;
  right: 0;
  background: #d7182a;
  color: #fff;
  font-size: 11px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  border-radius: 50%;
}
.rtl .header-style1 .top-form.nicemerry-minicart .top-minicart-icon .cart-contents .minicart-number {
  right: auto;
  left: 0;
}
.header-style1 .top-form.nicemerry-minicart .top-minicart-icon .cart-title {
  display: none;
}
.header-style1 .top-form:hover .wrapp-minicart {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.header-style1 .sticky-menu {
  position: fixed;
  z-index: 99;
  background: #fff;
  box-shadow: 0 2px 1px #ccc;
}
.sw-woo-tab-cat2 {
  margin-bottom: 82px;
}
.sw-woo-tab-cat2 .box-title {
  float: left;
}
.rtl .sw-woo-tab-cat2 .box-title {
  float: right;
}
.sw-woo-tab-cat2 .box-title h3 {
  text-transform: uppercase;
  font-size: 24px;
  margin-bottom: 25px;
  color: #191919;
  font-weight: 600;
}
.sw-woo-tab-cat2 .tab_list {
  float: right;
}
.rtl .sw-woo-tab-cat2 .tab_list {
  float: left;
}
.sw-woo-tab-cat2 .button-collapse {
  display: none;
}
.sw-woo-tab-cat2 .resp-tab .top-tab-slider .nav.nav-tabs li a {
  background: #fff;
  color: #909090;
  font-weight: normal;
  border-color: transparent;
  height: 26px;
  line-height: 24px;
  padding: 0 10px;
  font-size: 14px;
}
.sw-woo-tab-cat2 .resp-tab .top-tab-slider .nav.nav-tabs li.active a,
.sw-woo-tab-cat2 .resp-tab .top-tab-slider .nav.nav-tabs li:hover a {
  border-color: #d7182a;
  color: #d7182a;
}
.sw-woo-tab-cat2 .resp-tab .top-tab-slider .nav.nav-tabs li:last-child {
  margin-right: 0;
}
.rtl .sw-woo-tab-cat2 .resp-tab .top-tab-slider .nav.nav-tabs li:last-child {
  margin-right: 10px;
  margin-left: 0;
}
.sw-woo-tab-cat2 .resp-tab .tab-content .resp-slider-container {
  margin: 0 -8px;
}
.sw-woo-tab-cat2 .resp-tab .tab-content .resp-slider-container .slider .item {
  padding: 0 8px;
}
.sw-woo-tab-cat2 .resp-tab .tab-content .resp-slider-container .slider .item .item-wrap {
  border: none;
}
.sw-woo-tab-cat2 .resp-tab .tab-content .resp-slider-container .slider .item .item-wrap .item-detail .item-content h4 a {
  font-size: 16px;
  font-weight: 600;
}
.sw-woo-tab-cat2 .resp-tab .tab-content .resp-slider-container .slider .item .item-wrap .item-detail .item-content .item-price {
  font-size: 18px;
  color: #191919;
}
.sw-woo-tab-cat2 .resp-tab .tab-content .resp-slider-container .slider .item .item-wrap .item-detail .item-content .item-price del {
  font-weight: normal;
  margin-top: 4px;
}
.sw-woo-tab-cat2 .resp-tab .res-button {
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  cursor: pointer;
  z-index: 9;
}
.sw-woo-tab-cat2 .resp-tab .res-button.slick-prev {
  left: -20px;
}
.sw-woo-tab-cat2 .resp-tab .res-button.slick-prev:before {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #191919;
  background: rgba(0,0,0,0.1);
  cursor: pointer;
  z-index: 9;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  content: '\f0d9';
  font-family: FontAwesome;
  font-size: 20px;
  display: block;
}
.sw-woo-tab-cat2 .resp-tab .res-button.slick-next {
  right: -20px;
}
.sw-woo-tab-cat2 .resp-tab .res-button.slick-next:before {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #191919;
  background: rgba(0,0,0,0.1);
  cursor: pointer;
  z-index: 9;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  content: '\f0da';
  font-family: FontAwesome;
  font-size: 20px;
  display: block;
}
.sw-woo-tab-cat2 .resp-tab .res-button:hover:before {
  background: #d7182a;
  color: #fff;
}
.sw-woo-tab-cat2 .resp-tab .res-button {
  top: 56%;
}
.tab-countdown-slide2 {
  padding: 20px 0;
  margin-bottom: 30px;
}
.tab-countdown-slide2 .top-tab-slider {
  float: left;
  display: block;
  width: 12%;
  margin-top: -7px;
}
.rtl .tab-countdown-slide2 .top-tab-slider {
  float: right;
}
.tab-countdown-slide2 .top-tab-slider ul {
  margin: 0;
  border: 0;
}
.tab-countdown-slide2 .top-tab-slider ul li a {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  margin: 7px;
  height: 102px;
  width: 102px;
  border: 1px #ccc solid;
  display: block;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tab-countdown-slide2 .top-tab-slider ul li a img {
  height: auto;
}
.tab-countdown-slide2 .top-tab-slider ul li.active,
.tab-countdown-slide2 .top-tab-slider ul li:hover {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tab-countdown-slide2 .top-tab-slider ul li.active a,
.tab-countdown-slide2 .top-tab-slider ul li:hover a {
  border: 2px #d7182a solid;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tab-countdown-slide2 .top-tab-slider-full {
  display: none;
}
.tab-countdown-slide2 .tab-content {
  width: 88%;
  float: left;
  clear: none;
}
.tab-countdown-slide2 .tab-content .item-wrap:hover:before,
.tab-countdown-slide2 .tab-content .item-wrap:hover:after {
  display: none;
}
.tab-countdown-slide2 .tab-content .item-wrap .item-detail .products-thumb {
  width: 44%;
  float: left;
  margin-right: 3%;
  position: relative;
  overflow: hidden;
}
.rtl .tab-countdown-slide2 .tab-content .item-wrap .item-detail .products-thumb {
  margin-right: 0;
  margin-left: 3%;
  float: right;
}
.tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content {
  float: left;
  text-align: left;
}
.rtl .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content {
  float: right;
  text-align: right;
}
.tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .countdown-left .countdown-section {
  background: #a97610;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  width: 100px;
  display: inline-block;
  text-align: center;
  position: relative;
  line-height: normal;
  margin-right: 26px;
  padding: 14px 0px;
}
.rtl .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .countdown-left .countdown-section {
  margin-right: 0;
  margin-left: 26px;
}
.tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .countdown-left .countdown-section span {
  width: 100%;
  display: block;
  text-transform: capitalize;
}
.tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .countdown-left .countdown-section span.countdown-amount {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 4px;
}
.tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .countdown-left .countdown-section span.countdown-period {
  font-size: 14px;
}
.tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .countdown-left .countdown-section:before {
  content: ":";
  position: absolute;
  top: 15px;
  right: -17px;
  color: #ccc;
  font-size: 40px;
}
.rtl .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .countdown-left .countdown-section:before {
  right: auto;
  left: -17px;
}
.tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .countdown-left .countdown-section:last-child {
  margin-right: 0;
}
.tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .countdown-left .countdown-section:last-child:before {
  display: none;
}
.tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content h4 {
  margin-bottom: 23px;
}
.tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content h4 a {
  font-size: 30px;
  color: #fff;
  text-transform: capitalize;
  font-weight: 600;
}
.tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content h4:hover a {
  color: #d7182a;
}
.tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .reviews-content {
  margin: 10px 0 20px 0;
}
.tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .reviews-content .star {
  display: inline-block;
  vertical-align: top;
  margin: 2px 20px 0 0;
}
.rtl .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .reviews-content .star {
  margin: 2px 0 0 20px;
}
.tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .reviews-content .item-number-rating {
  display: inline-block;
  vertical-align: top;
  color: #ccc;
  font-size: 13px;
  line-height: 18px;
}
.rtl .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .reviews-content .item-number-rating {
  direction: ltr;
}
.tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .description {
  margin-bottom: 15px;
  font-size: 13px;
  color: #ccc;
  line-height: 20px;
}
.tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .item-price {
  display: inline-block;
  font-size: 26px;
  margin-bottom: 25px;
}
.tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .item-price del {
  font-size: 20px;
  color: #999;
  margin-top: 5px;
  font-weight: normal;
}
.sw_tab_countdown4 .tab-countdown-slide2 {
  padding: 0;
  margin-bottom: 50px;
}
.sw_tab_countdown4 .tab-countdown-slide2 .tab-content {
  max-width: 100%;
  width: 100%;
  background: #fff;
  overflow: hidden;
  position: relative;
  border: 1px #ccc solid;
  padding-bottom: 30px;
}
.sw_tab_countdown4 .tab-countdown-slide2 .tab-content .order-title {
  padding: 0 30px;
}
.sw_tab_countdown4 .tab-countdown-slide2 .tab-content .order-title h2 {
  font-size: 18px;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  background: #d7182a;
  padding: 10px 20px;
  border-radius: 0 0 6px 6px;
}
.sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .products-thumb {
  width: 40%;
  margin-right: 4%;
}
.rtl .sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .products-thumb {
  margin-right: 0;
  margin-left: 4%;
}
.sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .products-thumb a img {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
}
.sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .countdown-left {
  float: left;
  width: 14%;
  margin-right: 2%;
  margin-top: 20px;
}
.rtl .sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .countdown-left {
  float: right;
  margin-right: 0;
  margin-left: 2%;
}
.sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .countdown-left .product-countdown2 {
  border: 1px #ccc solid;
  max-width: 90px;
  margin: 0 auto;
  border-radius: 4px;
}
.sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .countdown-left .countdown-section {
  display: block;
  text-align: center;
  position: relative;
  line-height: normal;
  padding: 15px 0 25px 0;
}
.sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .countdown-left .countdown-section:after {
  content: "";
  width: 60px;
  height: 1px;
  background: #ccc;
  position: absolute;
  bottom: 3px;
  left: 50%;
  margin-left: -30px;
}
.sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .countdown-left .countdown-section.secs:after {
  display: none;
}
.sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .countdown-left .countdown-section .countdown-amount {
  font-size: 24px;
  color: #191919;
  font-weight: bold;
  margin-bottom: -5px;
}
.sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .countdown-left .countdown-section span {
  width: 100%;
  display: block;
  text-transform: capitalize;
}
.sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .countdown-left .countdown-section span.countdown-period {
  font-size: 14px;
  color: #999;
}
.sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content {
  width: 40%;
  padding-top: 22px;
}
.sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content h4,
.sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .description,
.sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .reviews-content {
  padding-right: 60px;
}
.rtl .sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content h4,
.rtl .sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .description,
.rtl .sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .reviews-content {
  padding-right: 0;
  padding-left: 60px;
}
.sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content h4 {
  margin-bottom: 13px;
  position: relative;
  z-index: 9;
}
.sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content h4 a {
  color: #191919;
  font-size: 20px;
}
.sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content h4 a:hover {
  color: #d7182a;
}
.sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .reviews-content {
  float: left;
  width: 100%;
}
.sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .reviews-content .item-number-rating {
  color: #666;
}
.sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .description {
  color: #666;
  line-height: 24px;
  position: relative;
  padding-top: 26px;
  font-size: 14px;
  margin-bottom: 25px;
}
.sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .description:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 85%;
  background: #ccc;
}
.rtl .sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .description:before {
  left: auto;
  right: 0;
}
.sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .item-button .add_to_cart_button,
.sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .item-button .product_type_simple,
.sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .item-button .product_type_external,
.sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .item-button .product_type_grouped {
  float: left;
  margin-right: 10px;
  letter-spacing: 1px;
  display: inline-block;
  height: 40px;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 15px;
  color: #fff;
  padding: 0 20px;
  line-height: 40px;
  border-radius: 4px;
  background: #d7182a;
}
.sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .item-button .add_to_cart_button:hover,
.sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .item-button .product_type_simple:hover,
.sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .item-button .product_type_external:hover,
.sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .item-button .product_type_grouped:hover {
  background-color: #c01526;
}
.sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .item-button .add_to_cart_button.loading,
.sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .item-button .product_type_simple.loading,
.sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .item-button .product_type_external.loading,
.sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .item-button .product_type_grouped.loading {
  background: transparent;
  border: 1px #d7182a solid;
}
.rtl .sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .item-button .add_to_cart_button,
.rtl .sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .item-button .product_type_simple,
.rtl .sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .item-button .product_type_external,
.rtl .sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .item-button .product_type_grouped {
  float: right;
  margin-left: 10px;
  margin-right: 0;
}
.sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .item-button .button-group {
  overflow: hidden;
}
.sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .item-button .button-group .feedback {
  display: none;
}
.sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .item-button .button-group .clear {
  clear: none;
}
.sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,
.sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before {
  content: '\f004';
}
.sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:after,
.sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:after,
.sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:after {
  content: '';
  width: 1px;
  height: 11px;
  position: absolute;
  top: 20px;
  right: 0;
  background-color: rgba(255,255,255,0.15);
}
.rtl .sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:after,
.rtl .sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:after,
.rtl .sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:after {
  left: 0;
  right: auto;
}
.sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist {
  position: relative;
}
.sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist .ajax-loading {
  position: absolute;
  top: 12px;
  left: 7px;
}
.sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show a:before {
  color: #d7182a;
}
.sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .item-button .button-group a.compare:before {
  content: '\f0ec';
}
.sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .item-button .button-group a.compare:after {
  content: '';
  width: 1px;
  height: 11px;
  position: absolute;
  top: 20px;
  right: 0;
  background-color: rgba(255,255,255,0.15);
}
.rtl .sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .item-button .button-group a.compare:after {
  left: 0;
  right: auto;
}
.sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .item-button .button-group a.sw-quickview:before {
  content: '\f002';
}
.sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
.sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .item-button .button-group a.compare,
.sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .item-button .button-group a.sw-quickview {
  float: left;
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: top;
  padding: 0;
  margin: 0;
  font-size: 0;
  overflow: hidden;
  position: relative;
  background-color: #fff;
  border-radius: 4px;
  text-align: center;
  line-height: 40px;
}
.rtl .sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.rtl .sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.rtl .sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
.rtl .sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .item-button .button-group a.compare,
.rtl .sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .item-button .button-group a.sw-quickview {
  float: right;
}
.sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,
.sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before,
.sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .item-button .button-group a.compare:before,
.sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .item-button .button-group a.sw-quickview:before {
  font-family: 'FontAwesome';
  font-size: 14px;
  color: #d7182a;
}
.sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover:before,
.sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover:before,
.sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover:before,
.sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .item-button .button-group a.compare:hover:before,
.sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .item-button .button-group a.sw-quickview:hover:before {
  color: #d7182a;
}
.sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .item-button .button-group .add_to_cart_button,
.sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .item-button .button-group .product_type_external,
.sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .item-button .button-group .product_type_grouped,
.sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist,
.sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .item-button .button-group a.compare,
.sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .item-button .button-group .group.fancybox {
  display: inline-block;
  vertical-align: top;
  float: left;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  margin: 0 10px 0 0;
  border-radius: 4px;
  border: 1px #d7182a solid;
}
.rtl .sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .item-button .button-group .add_to_cart_button,
.rtl .sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .item-button .button-group .product_type_external,
.rtl .sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .item-button .button-group .product_type_grouped,
.rtl .sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .item-button .button-group .yith-wcwl-add-to-wishlist,
.rtl .sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .item-button .button-group a.compare,
.rtl .sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .item-button .button-group .group.fancybox {
  float: right;
  margin: 0 0 0 10px;
}
.sw_tab_countdown4 .tab-countdown-slide2 .top-tab-slider {
  width: 100%;
  max-width: 100%;
  margin: 20px 0;
  position: relative;
}
.sw_tab_countdown4 .tab-countdown-slide2 .top-tab-slider ul {
  margin: 0 -15px;
}
.sw_tab_countdown4 .tab-countdown-slide2 .top-tab-slider ul li {
  position: relative;
  margin: 0 15px;
  padding-top: 10px;
}
.sw_tab_countdown4 .tab-countdown-slide2 .top-tab-slider ul li a {
  height: auto;
  width: auto;
  margin: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sw_tab_countdown4 .tab-countdown-slide2 .top-tab-slider ul li a:before {
  display: none;
}
.sw_tab_countdown4 .tab-countdown-slide2 .top-tab-slider ul li:hover,
.sw_tab_countdown4 .tab-countdown-slide2 .top-tab-slider ul li.active {
  cursor: pointer;
  margin-top: -9px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sw_tab_countdown4 .tab-countdown-slide2 .top-tab-slider ul li:hover a,
.sw_tab_countdown4 .tab-countdown-slide2 .top-tab-slider ul li.active a {
  border: 2px #d7182a 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;
}
.sw_tab_countdown4 .tab-countdown-slide2 .top-tab-slider ul li img {
  margin: 0;
  border: 0;
  width: 100%;
}
.sw_tab_countdown4 .tab-countdown-slide2 .top-tab-slider .sw-tab-slider .res-button {
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  cursor: pointer;
  z-index: 9;
}
.sw_tab_countdown4 .tab-countdown-slide2 .top-tab-slider .sw-tab-slider .res-button.slick-prev {
  left: -20px;
}
.sw_tab_countdown4 .tab-countdown-slide2 .top-tab-slider .sw-tab-slider .res-button.slick-prev:before {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #191919;
  background: rgba(0,0,0,0.1);
  cursor: pointer;
  z-index: 9;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  content: '\f0d9';
  font-family: FontAwesome;
  font-size: 20px;
  display: block;
}
.sw_tab_countdown4 .tab-countdown-slide2 .top-tab-slider .sw-tab-slider .res-button.slick-next {
  right: -20px;
}
.sw_tab_countdown4 .tab-countdown-slide2 .top-tab-slider .sw-tab-slider .res-button.slick-next:before {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #191919;
  background: rgba(0,0,0,0.1);
  cursor: pointer;
  z-index: 9;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  content: '\f0da';
  font-family: FontAwesome;
  font-size: 20px;
  display: block;
}
.sw_tab_countdown4 .tab-countdown-slide2 .top-tab-slider .sw-tab-slider .res-button:hover:before {
  background: #d7182a;
  color: #fff;
}
.woo-slider-default {
  margin-bottom: 70px;
}
.woo-slider-default .box-slider-title h2 {
  text-transform: uppercase;
  font-size: 24px;
  margin-bottom: 25px;
  font-weight: 600;
}
.woo-slider-default .resp-slider-container {
  margin: 0 -8px;
}
.woo-slider-default .resp-slider-container .slider .item {
  padding: 0 8px;
}
.woo-slider-default .resp-slider-container .slider .item .item-wrap {
  border: none;
  margin-bottom: 30px;
}
.woo-slider-default .resp-slider-container .slider .item .item-wrap .item-detail .item-content h4 a {
  font-size: 16px;
  font-weight: 600;
}
.woo-slider-default .resp-slider-container .slider .item .item-wrap .item-detail .item-content .item-price {
  font-size: 18px;
  color: #191919;
}
.woo-slider-default .resp-slider-container .slider .item .item-wrap .item-detail .item-content .item-price del {
  font-weight: normal;
  margin-top: 4px;
}
.woo-slider-default .res-button {
  display: none !important;
}
.vc_row.bg-chris-top {
  background-repeat: no-repeat;
}
.vc_row.wpb_row.newsletter-in18 {
  padding-top: 35px;
  background-size: 100% 100%;
}
.vc_row.wpb_row.newsletter-in18 >.vc_column_container >.vc_column-inner {
  padding-top: 0;
}
.vc_row.wpb_row.newsletter-in18 .wpb_content_element {
  margin-bottom: 0;
}
.banner-sigle {
  overflow: hidden;
  margin: 0;
}
.banner-sigle .vc_figure a img {
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -ms-transition: all 0.6s;
  transition: all 0.6s;
}
.banner-sigle .vc_figure a img:hover {
  opacity: 1;
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -o-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -ms-transition: all 0.6s;
  transition: all 0.6s;
}
.block-text {
  margin: 0 -15px 90px -15px;
}
.block-text .item {
  text-align: center;
  cursor: pointer;
}
.block-text .item .item-info {
  border: 10px #d7182a dashed;
  background: #fff7f7;
  padding: 20px 0 10px 0;
}
.block-text .item:hover .item-content h3 {
  color: #d7182a;
}
.block-text .item.free-ship .icon {
  background: url('../assets/img/promotion.png') no-repeat -12px center;
}
.block-text .item.money .icon {
  background: url('../assets/img/promotion.png') no-repeat -12px -124px;
}
.block-text .item.support .icon {
  background: url('../assets/img/promotion.png') no-repeat -12px -4px;
}
.block-text .item .icon {
  display: inline-block;
  vertical-align: top;
  width: 60px;
  height: 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;
}
.block-text .item .item-content {
  text-align: left;
  display: inline-block;
  vertical-align: top;
  padding-top: 5px;
}
.rtl .block-text .item .item-content {
  text-align: right;
}
.block-text .item .item-content h3 {
  font-weight: 600;
  text-transform: uppercase;
  color: #191919;
  font-size: 16px;
  margin-bottom: 5px;
}
.block-text .item .item-content p {
  font-size: 12px;
  color: #999;
}
.newsletter-foot1 .news-top {
  float: left;
  position: relative;
  padding-left: 90px;
}
.rtl .newsletter-foot1 .news-top {
  float: right;
  padding-left: 0;
  padding-right: 90px;
}
.newsletter-foot1 .news-top:before {
  content: "";
  background: url("../assets/img/icon-chris3.png") center center repeat;
  position: absolute;
  top: -12px;
  left: 0;
  height: 64px;
  width: 70px;
  z-index: 2;
}
.rtl .newsletter-foot1 .news-top:before {
  left: auto;
  right: 0;
}
.newsletter-foot1 .news-top h3 {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 2px;
  font-size: 16px;
}
.newsletter-foot1 .news-top p {
  color: #fff;
  font-size: 12px;
}
.newsletter-foot1 .form-newsletter {
  float: right;
  margin-bottom: 25px;
}
.rtl .newsletter-foot1 .form-newsletter {
  float: left;
}
.newsletter-foot1 .form-newsletter p {
  margin-bottom: 8px;
}
.newsletter-foot1 .form-newsletter input {
  margin: 0;
}
.newsletter-foot1 .form-newsletter input[type="submit"] {
  background: #00c74e;
  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;
  border-radius: 0 4px 4px 0;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  margin: 0;
  border: none;
}
.newsletter-foot1 .form-newsletter input[type="submit"]:hover {
  background: #00943a;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.rtl .newsletter-foot1 .form-newsletter input[type="submit"] {
  border-radius: 4px 0 0 4px;
}
.newsletter-foot1 .form-newsletter input[type="email"] {
  min-width: 300px;
  height: 40px;
  line-height: 40px;
  border: none;
  background: #fff;
  color: #999;
  border-radius: 4px 0 0 4px;
}
.rtl .newsletter-foot1 .form-newsletter input[type="email"] {
  border-radius: 0 4px 4px 0;
}
.newsletter-foot1 .form-newsletter input::-webkit-input-placeholder {
  color: #999;
}
.newsletter-foot1 .form-newsletter input::-moz-placeholder {
  color: #999;
}
.newsletter-foot1 .form-newsletter input:-ms-input-placeholder {
  color: #999;
}
@media (max-width: 1199px) {
  .home-style1 .sw_tab_countdown4 .tab-countdown-slide2 {
    margin: 80px 0;
  }
  .vc_row.bg-chris-top {
    background-size: cover;
  }
}
@media (max-width: 991px) {
  .header-style1 .header-mid .nicemerry-logo {
    margin-bottom: 10px;
  }
  .header-style1 .search-cate {
    margin-top: 8px;
  }
  .rtl.header-style1 .search-cate {
    margin-top: 8px;
  }
  .header-style1 .top-form.nicemerry-minicart {
    margin-top: 6px;
  }
  .rtl .header-style1 .top-form.nicemerry-minicart {
    margin-top: 11px;
  }
  .header-style1 #main-menu {
    float: left;
  }
  .rtl .header-style1 #main-menu {
    float: right;
  }
  .header-style1 #main-menu .primary-menu .resmenu-container .navbar-toggle {
    float: left;
  }
  .rtl .header-style1 #main-menu .primary-menu .resmenu-container .navbar-toggle {
    float: right;
  }
  .header-style1 #main-menu .primary-menu .resmenu-container .menu-responsive-wrapper {
    right: auto;
    left: 15px;
  }
  .rtl .header-style1 #main-menu .primary-menu .resmenu-container .menu-responsive-wrapper {
    left: auto;
    right: 15px;
  }
  .sw_tab_countdown4 .tab-countdown-slide2 .top-tab-slider .sw-tab-slider .res-button,
  .sw-category-slider .res-button,
  .sw-woo-tab-cat2 .resp-tab .res-button,
  .responsive-post-slider .res-button {
    display: none !important;
  }
  .footer .footer-copyright .copyright-text,
  .footer .footer-copyright .sidebar-copyright {
    float: none !important;
    text-align: center;
  }
  .rtl .footer .footer-copyright .copyright-text,
  .rtl .footer .footer-copyright .sidebar-copyright {
    float: none !important;
  }
  .footer .footer-copyright img {
    margin: 0 auto 20px auto;
    width: auto;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .newsletter-foot1 .news-top p {
    display: none;
  }
}
@media (max-width: 767px) {
  .header-style1 .sticky-menu {
    position: relative;
    box-shadow: none;
  }
  .header-style1 .header-top .top-header .top-login ul li a {
    margin: 0;
  }
  .rtl .header-style1 .header-top .top-header .top-login ul li a {
    margin: 0;
  }
  .newsletter-foot1 .news-top {
    float: none;
    width: 100%;
    padding-left: 0;
  }
  .newsletter-foot1 .news-top:before {
    display: none;
  }
  .rtl .newsletter-foot1 .news-top {
    float: none;
    width: 100%;
    padding-right: 0;
  }
  .newsletter-foot1 .form-newsletter {
    float: none;
    padding: 10px 0;
  }
  .rtl .newsletter-foot1 .form-newsletter {
    float: none;
    text-align: right;
  }
  .newsletter-foot1 .form-newsletter input[type="email"] {
    min-width: auto;
  }
  .home-style1 .wpb_revslider_element .uranus .tp-bullet,
  .responsive-post-slider .res-button,
  .woo-slider-default .res-button {
    display: none !important;
  }
  .sw-woo-tab-cat2 .resp-tab .top-tab-slider .button-collapse {
    position: absolute;
    top: 0px;
    z-index: 99;
    display: block;
    background: #191919;
    border-radius: 3px;
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
    height: 30px;
    width: 30px;
    line-height: 30px;
    right: 5px;
    text-align: center;
  }
  .sw-woo-tab-cat2 .resp-tab .top-tab-slider .button-collapse:hover {
    background: #d7182a;
  }
  .rtl .sw-woo-tab-cat2 .resp-tab .top-tab-slider .button-collapse {
    left: 5px;
    right: auto;
  }
  .sw-woo-tab-cat2 .resp-tab .top-tab-slider .button-collapse:before {
    content: '\f0c9';
    font-family: FontAwesome;
    font-size: 16px;
    color: #fff;
    height: 30px;
    width: 30px;
    line-height: 30px;
    display: inline-block;
    text-align: center;
  }
  .sw-woo-tab-cat2 .resp-tab .top-tab-slider .tab_list {
    margin-bottom: 0;
    position: absolute;
    top: 30px;
    right: 0;
    left: 0;
    z-index: 9;
  }
  .sw-woo-tab-cat2 .resp-tab .top-tab-slider .tab_list ul {
    height: 0;
    overflow: hidden;
    text-align: left;
    display: block;
  }
  .rtl .sw-woo-tab-cat2 .resp-tab .top-tab-slider .tab_list ul {
    text-align: right;
  }
  .sw-woo-tab-cat2 .resp-tab .top-tab-slider .tab_list ul li {
    width: 100%;
    margin: 0;
  }
  .sw-woo-tab-cat2 .resp-tab .top-tab-slider .tab_list ul li a {
    border: none !important;
    border-radius: 0 !important;
    height: 30px !important;
    line-height: 30px !important;
  }
  .sw-woo-tab-cat2 .resp-tab .top-tab-slider .tab_list.in ul {
    height: auto;
  }
  .sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .countdown-left {
    width: 100%;
    margin: 0;
    float: none;
  }
  .rtl .sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .countdown-left {
    width: 100%;
    margin: 0;
    float: none;
  }
  .sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .countdown-left .product-countdown2 {
    max-width: 100%;
    border: none;
    text-align: center;
  }
  .sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .countdown-left .product-countdown2 .countdown-section {
    display: inline-block;
    vertical-align: top;
    padding: 10px;
  }
  .sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .countdown-left .product-countdown2 .countdown-section:after {
    display: none;
  }
  .sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .countdown-left .product-countdown2 .countdown-section .countdown-amount {
    display: inline-block;
    vertical-align: top;
  }
  .sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-img {
    width: 100%;
    margin: 0;
    float: none;
  }
  .rtl .sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-img {
    width: 100%;
    margin: 0;
    float: none;
  }
  .sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content {
    width: 100%;
    margin: 0;
    float: none;
    padding: 0 15px;
  }
  .rtl .sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content {
    width: 100%;
    margin: 0;
    float: none;
  }
  .sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content h4,
  .sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .description,
  .sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .reviews-content {
    padding-right: 0;
  }
  .rtl .sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content h4,
  .rtl .sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .description,
  .rtl .sw_tab_countdown4 .tab-countdown-slide2 .tab-content .item-wrap .item-detail .item-content .reviews-content {
    padding-left: 0;
  }
  .block-text,
  .banner-sigle {
    display: none;
  }
}
@media (max-width: 480px) {
  .home-style1 .sw_tab_countdown4 .tab-countdown-slide2:before {
    top: -70px;
  }
}
.home-style2 .wpb_revslider_element {
  margin-bottom: 100px;
}
.home-style2 .sw_tab_countdown4 .tab-countdown-slide2 {
  margin: 91px 0 235px 0;
}
.home-style2 .block-text {
  margin-bottom: 100px;
}
.home-style2 .woo-slider-default {
  margin-bottom: 46px;
}
.home-style2 .responsive-post-slider {
  margin-bottom: 90px;
}
.home-style2 .sw_tab_countdown4 .tab-countdown-slide2 {
  position: relative;
}
.home-style2 .sw_tab_countdown4 .tab-countdown-slide2:before {
  content: "";
  width: 602px;
  height: 92px;
  background: url("../assets/img/icon-chris.png") center center no-repeat;
  position: absolute;
  top: -38px;
  left: 220px;
  z-index: 2;
}
.header-style2 .header-top #lang_sel > ul.nav {
  margin-left: 0;
}
.rtl .header-style2 .header-top #lang_sel > ul.nav {
  margin-right: 0;
}
.header-style2 .header-top #lang_sel > ul.nav > li > a {
  border: none;
  padding-left: 0;
}
.rtl .header-style2 .header-top #lang_sel > ul.nav > li > a {
  border: none;
  padding-right: 0;
  padding-left: 15px;
}
.rtl .header-style2 .header-top .top-login ul li a {
  padding-left: 12px;
  border-right: 1px #ccc solid;
}
.header-style2 .header-top .widget_nav_menu ul.menu {
  right: 0;
  left: auto;
}
.header-style2 .header-top .header-mess {
  font-weight: 600;
  text-transform: capitalize;
  color: #191919;
  padding-top: 10px;
  padding-right: 15px;
}
.rtl .header-style2 .header-top .header-mess {
  padding-right: 0;
  padding-left: 15px;
}
.header-style2 .header-top .header-mess a {
  font-weight: normal;
}
.header-style2 .header-mid .nicemerry-logo {
  padding-top: 0;
}
.header-style2 .header-mid .top-form.nicemerry-minicart .top-minicart-icon .cart-contents {
  border: 2px #eee solid;
  display: inline-block;
  vertical-align: top;
  position: relative;
  text-align: center;
  border-radius: 4px;
}
.header-style2 .header-mid .top-form.nicemerry-minicart .top-minicart-icon .cart-contents i.fa {
  font-size: 18px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: #fff;
}
.header-style2 .header-mid .top-form.nicemerry-minicart .top-minicart-icon .cart-contents .minicart-number {
  position: absolute;
  top: -8px;
  right: -8px;
  background: #d7182a;
  color: #fff;
  font-size: 11px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  border-radius: 50%;
}
.rtl .header-style2 .header-mid .top-form.nicemerry-minicart .top-minicart-icon .cart-contents .minicart-number {
  right: auto;
  left: -8px;
}
.header-style2 .header-mid .wishlist {
  margin: 0 15px;
  position: relative;
  z-index: 9;
}
.header-style2 .header-mid .wishlist a {
  border: 2px #eee solid;
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  text-align: center;
  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;
}
.header-style2 .header-mid .wishlist a i.fa {
  font-size: 16px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: #fff;
}
.header-style2 .header-mid .wishlist a:hover {
  color: #d7182a;
  -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-style2 .header-mid .search-cate .top-form.top-search {
  min-width: 200px;
  width: 200px;
  margin: 0;
  border: 2px #eee solid;
  border-radius: 4px;
}
.header-style2 .header-mid .search-cate .top-form.top-search .topsearch-entry {
  padding-left: 0;
}
.rtl .header-style2 .header-mid .search-cate .top-form.top-search .topsearch-entry {
  padding-right: 0;
}
.header-style2 .header-mid .search-cate .top-form.top-search .topsearch-entry .icon-loading.loading {
  right: 95px;
}
.header-style2 .header-mid .search-cate .top-form.top-search .topsearch-entry .cat-wrapper {
  display: none;
}
.header-style2 .header-mid .search-cate .top-form.top-search .topsearch-entry input {
  background: #fff;
  height: 35px;
  line-height: 35px;
  padding: 0 10px 0 50px;
  border-radius: 4px;
}
.rtl .header-style2 .header-mid .search-cate .top-form.top-search .topsearch-entry input {
  padding: 0 50px 0 10px;
}
.header-style2 .header-mid .search-cate .top-form.top-search .topsearch-entry .button-search-pro {
  background-color: #fff;
  border-radius: 4px;
  height: 35px;
  line-height: 35px;
  color: #222;
  right: auto;
  left: 0;
  width: 45px;
}
.rtl .header-style2 .header-mid .search-cate .top-form.top-search .topsearch-entry .button-search-pro {
  left: auto;
  right: 0;
}
.header-style2 .header-mid .search-cate .top-form.top-search .topsearch-entry .button-search-pro:hover {
  background-color: #d7182a;
}
.header-style2 .header-bottom {
  background: url(../assets/img/bg-top2.jpg) center center no-repeat;
  background-size: cover;
  text-align: center;
}
.header-style2 .header-bottom .nav-pills >li > a {
  color: #fff;
  border-radius: 0;
  padding: 16px 22px;
}
.header-style2 .header-bottom .nav-pills >li > a:after {
  display: none;
}
.header-style2 .header-bottom .nav-pills >li.active >a,
.header-style2 .header-bottom .nav-pills >li.active >a:hover,
.header-style2 .header-bottom .nav-pills >li.active >a:focus,
.header-style2 .header-bottom .nav-pills >li > a:hover {
  background: #a91321;
}
@media (min-width: 1200px) {
  .header-style2 .header-mid {
    position: relative;
  }
  .header-style2 .header-mid .top-header {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    width: 100%;
  }
  .header-style2 .header-mid .top-header a img {
    margin: 0 auto;
  }
  .header-style2 .header-mid .search-cate {
    float: left;
  }
  .rtl .header-style2 .header-mid .search-cate {
    float: right;
  }
}
@media (max-width: 1199px) {
  .home-style2 .sw_tab_countdown4 .tab-countdown-slide2 {
    margin: 80px 0;
  }
}
@media (max-width: 991px) {
  .rtl .header-style2 .header-bottom .main-menu {
    float: right;
  }
  .header-style2 .header-bottom .main-menu .resmenu-container .navbar-toggle .icon-bar {
    background: #fff;
  }
}
@media (max-width: 767px) {
  .header-style2 .header-top .header-mess {
    display: none;
  }
  .header-style2 .header-top .top-login ul li a {
    border: none;
  }
  .rtl .header-style2 .header-top .top-login ul li a {
    border-right: none;
    border-left: 1px #ccc solid;
  }
  .header-style2 .header-mid .wishlist {
    display: none;
  }
  .header-style2 .header-mid .nicemerry-logo {
    margin-bottom: 15px;
  }
  .header-style2 .header-mid .search-cate {
    float: left;
  }
  .rtl .header-style2 .header-mid .search-cate {
    float: right;
  }
}
.home-style3 .wpb_revslider_element {
  margin-bottom: 100px;
  box-shadow: none;
}
.home-style3 .wpb_revslider_element .sale-up {
  background: #d7182a;
}
.home-style3 .wpb_revslider_element .sale-up:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  left: -13px;
  height: 0;
  border-right: 13px solid #d7182a;
  border-top: 13px solid transparent;
  border-bottom: 0px solid transparent;
}
.home-style3 .wpb_revslider_element .sale-up:after {
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  left: -13px;
  height: 0;
  border-right: 13px solid #d7182a;
  border-bottom: 13px solid transparent;
  border-top: 0px solid transparent;
}
.home-style3 .wpb_revslider_element .sale-up span {
  position: relative;
  padding: 0 15px;
  display: block;
}
.home-style3 .wpb_revslider_element .sale-up span:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  right: -13px;
  height: 0;
  border-left: 13px solid #d7182a;
  border-top: 13px solid transparent;
  border-bottom: 0px solid transparent;
}
.home-style3 .wpb_revslider_element .sale-up span:after {
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  right: -13px;
  height: 0;
  border-left: 13px solid #d7182a;
  border-bottom: 13px solid transparent;
  border-top: 0px solid transparent;
}
.home-style3 .sw_tab_countdown4 .tab-countdown-slide2 {
  margin: 91px 0 235px 0;
  position: relative;
}
.home-style3 .sw_tab_countdown4 .tab-countdown-slide2:before {
  content: "";
  width: 602px;
  height: 92px;
  background: url("../assets/img/icon-chris.png") center center no-repeat;
  position: absolute;
  top: -38px;
  left: 220px;
  z-index: 2;
}
.home-style3 .block-text {
  margin-bottom: 100px;
}
.home-style3 .woo-slider-default {
  margin-bottom: 70px;
}
.home-style3 .responsive-post-slider {
  margin-bottom: 58px;
}
.home-style3 .header-style2 {
  margin-bottom: 30px;
}
.colum-center >.vc_column-inner {
  padding: 0;
}
@media (max-width: 1199px) {
  .home-style3 .sw_tab_countdown4 .tab-countdown-slide2 {
    margin: 80px 0;
  }
  .colum-center >.vc_column-inner {
    padding: 0 10px;
  }
}
@media (max-width: 991px) {
  .colum-center >.vc_column-inner {
    padding: 0 15px;
  }
  .wpb_single_image.vc_custom_1544404316521 {
    margin-bottom: 12px !important;
  }
}
.footer {
  background: url("../assets/img/bg-footchris.jpg") center center no-repeat;
  background-size: cover;
}
.footer .container > p {
  display: none;
}
.footer .footer-copyright > .container {
  border-top: 1px #ccc solid;
  padding: 20px 0 10px 0;
}
.footer .footer-copyright .copyright-text {
  float: left;
}
.rtl .footer .footer-copyright .copyright-text {
  float: right;
}
.footer .footer-copyright .sidebar-copyright {
  float: right;
}
.rtl .footer .footer-copyright .sidebar-copyright {
  float: left;
}
.footer .footer-copyright .sidebar-copyright .widget-last {
  display: none;
}
.footer .footer-copyright a {
  color: #d7182a;
}
.footer .footer-copyright a:hover {
  opacity: 0.85;
}
.footer .footer-copyright.style1 {
  background: #d7182a;
}
.footer .footer-copyright.style1 > .container {
  border-top: none;
}
.footer .footer-copyright.style1 .copyright-text {
  color: #fff;
}
.footer .footer-copyright.style1 .copyright-text a {
  color: #fff;
}
.footer .footer-copyright.style1 .sidebar-copyright .widget-first {
  display: none;
}
.footer .footer-copyright.style1 .sidebar-copyright .widget-last {
  display: block;
}
.footer-style1 {
  padding-top: 50px;
}
.footer-style1 .widget_nav_menu h2 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  color: #191919;
  margin-bottom: 15px;
}
.footer-style1 .widget_nav_menu ul li a {
  font-size: 13px;
  color: #666;
  line-height: 22px;
  padding: 4px 0;
  display: block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.footer-style1 .widget_nav_menu ul li a:hover {
  color: #d7182a;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.footer-style1 .info-foot {
  margin-bottom: 30px;
}
.footer-style1 .info-foot h3 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  color: #191919;
  margin-bottom: 19px;
}
.footer-style1 .info-foot p {
  color: #666;
  line-height: 22px;
  margin-bottom: 15px;
}
.footer-style1 .info-foot ul.social-foot {
  margin: 0;
}
.footer-style1 .info-foot ul.social-foot li {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 0 0;
}
.rtl .footer-style1 .info-foot ul.social-foot li {
  margin: 0 0 0 10px;
}
.footer-style1 .info-foot ul.social-foot li a {
  font-size: 20px;
  text-align: center;
  margin-bottom: 5px;
  color: #b1b1b1;
  display: inline-block;
  vertical-align: top;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.footer-style1 .info-foot ul.social-foot li a:hover {
  color: #d7182a;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.footer-style1 .info-foot2 {
  margin-bottom: 30px;
}
.footer-style1 .info-foot2 h3 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  color: #191919;
  margin-bottom: 19px;
}
.footer-style1 .info-foot2 ul {
  margin: 0;
  list-style: none;
}
.footer-style1 .info-foot2 ul li {
  font-size: 13px;
  color: #666;
  line-height: 26px;
}
.footer-style1 .info-foot2 ul li i {
  width: 20px;
  font-size: 16px;
  text-align: center;
  float: left;
  margin: 4px;
}
.rtl .footer-style1 .info-foot2 ul li i {
  float: right;
}
.footer-style1 .info-foot2 ul li span {
  overflow: hidden;
  display: block;
}
.footer-style1 .info-foot2 ul li a {
  color: #666;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.footer-style1 .info-foot2 ul li a:hover {
  color: #d7182a;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.footer-style1.style2 {
  background: url("../assets/img/bg-footchris2.jpg") center center no-repeat;
  background-size: cover;
  padding-top: 100px;
}
.footer-style1.style2 .newsletter-foot .news-top {
  margin-bottom: 20px;
}
.footer-style1.style2 .newsletter-foot .news-top h3 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  color: #191919;
  margin-bottom: 15px;
}
.footer-style1.style2 .newsletter-foot .form-newsletter {
  margin-bottom: 25px;
  border: 1px #d7182a dashed;
  border-radius: 4px;
}
.footer-style1.style2 .newsletter-foot .form-newsletter p {
  margin-bottom: 0;
}
.footer-style1.style2 .newsletter-foot .form-newsletter input {
  margin: 0;
}
.footer-style1.style2 .newsletter-foot .form-newsletter input[type="submit"] {
  background: #00c74e;
  text-transform: uppercase;
  border-radius: 0 4px 4px 0;
  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;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  margin: 0;
  border: none;
  width: 30%;
  font-size: 11px;
}
.footer-style1.style2 .newsletter-foot .form-newsletter input[type="submit"]:hover {
  background: #00943a;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.rtl .footer-style1.style2 .newsletter-foot .form-newsletter input[type="submit"] {
  border-radius: 4px 0 0 4px;
}
.footer-style1.style2 .newsletter-foot .form-newsletter input[type="email"] {
  height: 40px;
  line-height: 40px;
  border: none;
  background: #fff;
  color: #999;
  border-radius: 4px 0 0 4px;
  width: 70%;
}
.rtl .footer-style1.style2 .newsletter-foot .form-newsletter input[type="email"] {
  border-radius: 0 4px 4px 0;
}
.footer-style1.style2 .newsletter-foot .form-newsletter input::-webkit-input-placeholder {
  color: #999;
}
.footer-style1.style2 .newsletter-foot .form-newsletter input::-moz-placeholder {
  color: #999;
}
.footer-style1.style2 .newsletter-foot .form-newsletter input:-ms-input-placeholder {
  color: #999;
}
.footer-style1.style2 .wpb_single_image {
  margin-bottom: 15px;
}
.rtl .footer-style1.style2 .wpb_single_image.vc_align_left {
  text-align: right;
}
.footer-style1.style2 .widget_nav_menu ul li a {
  position: relative;
  padding-left: 10px;
}
.rtl .footer-style1.style2 .widget_nav_menu ul li a {
  padding-left: 0;
  padding-right: 10px;
}
.footer-style1.style2 .widget_nav_menu ul li a:before {
  content: "\f105";
  font-family: fontawesome;
  font-size: 14px;
  position: absolute;
  left: 0;
  top: 2px;
}
.rtl .footer-style1.style2 .widget_nav_menu ul li a:before {
  content: "\f104";
}
.footer-style1.style2 .info-foot ul.social-foot li a {
  background: #fff;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  line-height: 35px;
  display: inline-block;
  vertical-align: top;
  color: #191919;
  font-size: 18px;
}
.footer-style1.style2 .info-foot ul.social-foot li a:hover {
  background: #d7182a;
  color: #fff;
}
#nicemerry-totop {
  box-shadow: 1px 1px 2px 1px #eee;
  bottom: 30px;
  right: 15px;
  background: #fff;
  text-align: center;
  position: fixed;
  height: 50px;
  width: 50px;
  line-height: 50px;
  z-index: 9;
  color: #191919;
  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;
}
#nicemerry-totop:before {
  content: '\f077';
  font-family: fontawesome;
  font-size: 14px;
}
#nicemerry-totop:hover {
  background: #d7182a;
  color: #fff;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.rtl #nicemerry-totop {
  right: auto;
  left: 15px;
}
