.row {
  margin-left:  * -1;
  overflow: inherit;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: ;
}
*,
html {
  outline: none !important;
}
body {
  background-color: #fff;
  color: #666;
  font-size: 14px;
  line-height: normal;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
}
body .body-wrapper {
  overflow: hidden;
  position: relative;
}
body .header a {
  color: #324041;
}
body a {
  color: #324041;
}
body a:hover {
  color: #ea0029;
  text-decoration: none;
}
body a:focus {
  text-decoration: none;
}

body h3,

body h5,
body h6 {
	font-family:Pirulen;
  margin: 0 0 10px;
  line-height: normal;
  font-weight: 400;
}


body h1,
body h2,
body h4 {
	"Roboto", Helvetica, Arial, sans-serif;!important;
  margin: 0 0 10px;
  line-height: normal;
  font-weight: 400;
}


body input,
body textarea,
body button {
  outline: medium none !important;
  border: 1px solid #ebebeb;
  margin-bottom: 0px;
  -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 {
  max-width: 1680px;
  background: #fff;
  margin: 0 auto;
  box-shadow: 0 0 8px #000;
}
body.boxed-layout .body-wrapper .footer .footer-contact .title-newsletter {
  margin-left: 15px;
}
body.boxed-layout.rtl .body-wrapper .footer .footer-contact .title-newsletter {
  margin-right: 15px;
  margin-left: 0;
}
.clearfix:after {
  height: 0;
  clear: both;
  content: " ";
  font-size: 0;
  min-height: 0;
  display: block;
  visibility: hidden;
}
.float {
  float: none !important;
}
table {
  margin-bottom: 20px;
}
.thumbnail {
  max-width: 100%;
}
.size-full {
  width: 100%;
  height: auto;

}
.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 0px 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;
}
.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/loadingp.gif) no-repeat center center #fff;
  background-size: 30px 30px;
  content: "";
  position: absolute;
  left: 1px;
  top: 1px;
  bottom: 1px;
  right: 1px;
  z-index: 99;
  display: block;
  overflow:visible;
}
.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 transparent;
}
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: 200px !important;
}
.wpb_revslider_element .rev_slider_wrapper .tp-bullets.custom .tp-bullet {
  width: 8px !important;
  height: 8px !important;
  background-color: #7d7d7d !important;
  position: relative !important;
  display: inline-block !important;
  border-radius: 50% !important;
  cursor: pointer;
  box-sizing: content-box;
  text-align: center !important;
  left: 0 !important;
}
.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: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: 3px !important;
  background-color: #df0a1f !important;
}
.home-style3 .wpb_revslider_element .rev_slider_wrapper .tp-bullets.custom .tp-bullet.selected {
  background-color: #222 !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;
}
.slider-more {
  color: #fff;
}
.home-style2 .slider-more {
  color: #ea0029;
}
.home-style2 .slider-more:hover {
  opacity: 0.85;
}
.slider-more i {
  margin-right: 10px;
}
.slider-more:hover {
  color: #ea0029;
}
.slider-more1 {
  color: #ea0029;
}
.slider-more1 i {
  margin-right: 10px;
}
.slider-more1:hover {
  color: #ae0818;
}
.entry-title {
  color: #222;
}
.title-sytle1 .block-title {
  margin-bottom: 30px;
}
.title-sytle1 .block-title h3 {
  padding: 15px 0 13px;
  border-bottom: 1px solid #ffffff;
  position: relative;
  font-size: 18px;
  color: #222;
  text-transform: uppercase;
  font-weight: 700 !important;
}
.title-sytle1 .block-title h3:before {
  content: '';
  height: 2px;
  width: 100px;
  background-color: #ea0029;
  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: #222;
  text-transform: uppercase;
  height: 42px;
  padding: 0 15px;
  line-height: 42px;
  background-color: #ea0029;
  color: #fff;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}
.title-sytle3 .box-title {
  background-color: #f2f2f2;
}
.title-sytle3 .box-title h3 {
  position: relative;
  padding: 15px;
  color: #222;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700 !important;
  margin-bottom: 0;
}
.title-sytle3 .box-title h3:before {
  content: '\f219';
  font-family: FontAwesome;
  font-size: 18px;
  display: inline-block;
  margin-right: 10px;
  color: #ea0029;
}
.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: #ea0029;
  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 #99001f;
  left: 0;
  bottom: -8px;
  position: absolute;
}
.rtl .title-sytle4 .box-title h3:before {
  border-left: 8px solid #99001f;
  border-right: 0;
  right: 0;
  left: auto;
}
.title-sytle5 .block-title {
  margin-bottom: 30px;
  text-align: center;
}
.title-sytle5 .block-title h3 {
  padding: 15px 0 13px;
  border: 0;
  position: relative;
  font-size: 18px;
  color: #222;
  text-transform: uppercase;
  font-weight: 700 !important;
}
.title-sytle5 .block-title h3:before {
  content: '';
  height: 2px;
  width: 100px;
  background-color: #ea0029;
  position: absolute;
  bottom: -1px;
  left: 50%;
  margin-left: -50px;
}
.button-style1 .res-button {
  width: 28px;
  height: 28px;
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -24px;
  cursor: pointer;
  z-index: 3;
  font-size: 0;
}
.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;
  cursor: pointer;
  font-size: 0;
}
.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;
  font-size: 0;
}
.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;
}
.sale-off,
.woocommerce span.onsale,
.onsale {
  position: absolute;
  top: 10px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  z-index: 20;
  height: 30px;
  line-height: 30px;
  padding: 0 13px 0 9px;
  right: 0px;
  background-color: #ea0029;
  min-height: 0;
  min-width: 0;
  left: auto;
  border-radius: 0;
}
.sale-off:before,
.woocommerce span.onsale:before,
.onsale:before {
  position: absolute;
  top: 0;
  left: -20px;
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-bottom: 30px solid #ea0029;
  border-left: 20px solid transparent;
}
.rtl .sale-off:before,
.rtl .woocommerce span.onsale:before,
.rtl .onsale:before {
  left: auto;
  right: -20px;
}
.sale-off .text,
.woocommerce span.onsale .text,
.onsale .text {
  display: none;
}
.rtl .sale-off,
.rtl .woocommerce span.onsale,
.rtl .onsale {
  left: 0px;
  right: auto;
}
.sale-off3 {
  position: absolute;
  right: 20px;
  top: 20px;
  height: 20px;
  width: auto;
  padding: 0 10px;
  background-color: #ff5722;
  font-size: 11px;
  color: #fff;
  line-height: 20px;
  border-radius: 2px;
  font-weight: 400;
}
.sale-off3:before {
  border: 0;
}
.rtl .sale-off3 {
  right: 20px;
  left: auto;
}
.sale-off4 {
  position: absolute;
  right: 20px;
  top: 20px;
  height: 20px;
  width: auto;
  padding: 0 10px;
  background-color: #ff5722;
  font-size: 11px;
  color: #fff;
  line-height: 18px;
  border-radius: 2px;
  font-weight: 400;
}
.sale-off4:before {
  border: 0;
  content: '-';
  margin: 0;
  height: auto;
  position: relative;
  font-size: 14px;
  top: auto;
  left: auto;
  right: auto;
}
.sale-off4 .text {
  display: none;
}
.rtl .sale-off4 {
  right: 20px;
  left: auto;
}
.sw-brand-container-slider {
  padding: 14px 80px;
  margin: 0px 0 0px;
  position: relative;
}
.sw-brand-container-slider .slider .item-brand-cat {
  margin: 0;
}
.sw-brand-container-slider .slider .item-brand-cat .item-image {
  text-align: center;
display: table-cell;
vertical-align: middle;
}
.sw-brand-container-slider .slider .item-brand-cat .item-image a {
  display: inline-block;
  max-width: 100%;
}
.sw-brand-container-slider .slider .item-brand-cat .item-image a:hover img {
  opacity: 0.3;
}
.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;
  width: auto;
  opacity: 1;
}
.sw-brand-container-slider .res-button {
  display: none;
  opacity: 0;
}
.victo_social {
  text-align: center;
  line-height: 19px;
}
.victo_social .main-social {
  margin: 0 auto;
  list-style-type: none;
}
.victo_social .main-social li {
  display: inline-block;
  vertical-align: top;
  padding: 0 10px;
}
.victo_social .main-social li a {
  color: #999999;
  font-size: 16px;
}
.victo_social .main-social li a:hover {
  color: #ea0029;
}
.yith-wcwl-share {
  text-align: center;
}
.woocommerce a.added_to_cart,
.added_to_cart.wc-forward {
  display: none;
}
.item-price {
  font-size: 20px;
  color: #222222;
  overflow: hidden;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 5px;
}
.item-price del {
  text-decoration: line-through;
  color: #999;
  font-weight: 400;
  font-size: 14px;
}
.item-price ins {
  margin: 0px 10px 0;
  text-decoration: none;
  color: #fd643a;
}
.meta-location {
  position: absolute;
  z-index: 1;
  bottom: 20px;
  left: 20px;
  color: #fff;
  text-transform: capitalize;
  font-size: 14px;
  border-radius: 2px;
  padding: 0 14px;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  background-color: rgba(0,0,0,0.6);
}
.rtl .meta-location {
  right: 20px;
  left: auto;
}
.meta-location i {
  margin-right: 5px;
}
.rtl .meta-location i {
  margin-left: 5px;
  margin-right: 0;
}
.review_count {
  font-size: 12px;
  color: #999;
  margin-left: 3px;
}
.rtl .review_count {
  margin-left: 0;
  margin-right: 3px;
}
.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);
}
.has-left-sidebar #left {
  float: left;
}
.has-left-sidebar .category-contents,
.has-left-sidebar .single.main {
  float: right;
}
.has-left-sidebar #contents .category-contents {
  float: none;
}
.has-right-sidebar #right {
  float: right;
}
.has-right-sidebar .category-contents,
.has-right-sidebar .single.main {
  float: left;
}
.has-left-product-sidebar #left {
  float: left;
}
.has-left-product-sidebar #contents-detail,
.has-left-product-sidebar #contents {
  float: right;
  position: relative;
  z-index: 2;
}
.has-right-product-sidebar #right {
  float: right;
}
.has-right-product-sidebar #contents-detail,
.has-right-product-sidebar #contents {
  float: left;
}
.mc4wp-form.mc4wp-form-success .mc4wp-alert.mc4wp-success {
  color: green;
  margin: 15px 0;
}
.victo-socials ul {
  overflow: hidden;
  margin-top: 30px;
  margin-bottom: 60px;
}
.victo-socials ul > li {
  display: inline-block;
}
.victo-socials ul > li > a {
  font-size: 22px;
  color: #fff;
  margin-right: 30px;
}
.victo-socials ul > li > a:hover {
  color: #faa600;
}
.topsearch-entry .icon-loading.loading {
  height: 30px;
  width: 30px;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  left: auto;
  right: 120px;
}
.rtl .topsearch-entry .icon-loading.loading {
  right: auto;
  left: 120px;
}
.topsearch-entry .icon-loading.loading:before {
  background-image: url(../assets/img/loadingp.gif);
  background-size: 26px 26px;
}
.topsearch-entry .input-group-btn {
  position: static;
}
.topsearch-entry .input-group {
  display: block;
}
.topsearch-entry ul.dropdown-menu {
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0px;
  padding: 0;
  min-width: 300px;
  text-align: left;
  border-radius: 0;
}
.rtl .topsearch-entry ul.dropdown-menu {
  text-align: right;
}
.rtl .topsearch-entry ul.dropdown-menu li > a img {
  margin-right: 0;
  margin-left: 10px;
}
.topsearch-entry ul.dropdown-menu li {
  float: none;
  padding: 0 10px;
}
.topsearch-entry ul.dropdown-menu li:first-child {
  padding-top: 15px;
}
.topsearch-entry ul.dropdown-menu li:last-child {
  padding-bottom: 15px;
}
.topsearch-entry ul.dropdown-menu li.no-result {
  padding: 10px;
}
.topsearch-entry ul.dropdown-menu li > a {
  padding: 0 10px;
}
.topsearch-entry ul.dropdown-menu li > a img {
  margin-right: 10px;
}
.topsearch-entry ul.dropdown-menu li .media-body > a {
  display: block;
  margin-bottom: 10px;
}
.topsearch-entry ul.dropdown-menu li .media-body .price {
  color: #ea0029;
  font-weight: bold;
  font-size: 12px;
}
.topsearch-entry ul.dropdown-menu li .media-body .price ins {
  text-decoration: none;
}
.search-append .autocomplete-suggestions {
  position: absolute;
  width: 150%;
  border: 2px solid #e1e1e1;
  background: #fff;
  padding: 10px;
}
.search-append .autocomplete-suggestions .autocomplete-suggestion {
  display: inline-block;
  width: 50%;
}
.search-append .autocomplete-suggestions .autocomplete-suggestion.:first-child {
  margin-top: 0;
}
.search-append .autocomplete-suggestions .autocomplete-suggestion img {
  width: 100px;
  height: auto;
}
.search-append .autocomplete-suggestions .autocomplete-suggestion .media-body {
  margin-top: 15px;
  padding: 0 0 0 10px;
}
.search-append .autocomplete-suggestions .autocomplete-suggestion .media-body span {
  font-size: 14px;
  text-transform: capitalize;
  color: #222;
  font-weight: bold;
}
.search-append .autocomplete-suggestions .autocomplete-suggestion .media-body .search-meta {
  margin-top: 0px;
}
.search-append .autocomplete-suggestions .autocomplete-suggestion .media-body .search-meta .price span {
  color: #ea0029;
}
.product-effect {
  position: absolute;
  opacity: 0;
  left: -11px;
  right: -11px;
  padding: 27px 20px 20px;
  border: 1px solid #ebebeb;
  border-top: none;
  z-index: -1;
  visibility: hidden;
  background-color: #fff;
  text-align: left;
  border-bottom-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}
.product-effect:before {
  content: '';
  display: block;
  position: absolute;
  left: 20px;
  right: 20px;
  top: 5px;
  height: 1px;
  border-top: 1px dashed #ccc;
}
.product-effect .sw-variation-wrapper {
  display: none;
}
.slick-dots {
  margin: 12px 0 0;
  display: inline-block;
  list-style: none;
}
.slick-dots > li {
  float: left;
  height: 5px;
}
.slick-dots > li button {
  display: inline-block;
  width: 13px;
  height: 13px;
  border: 2px solid #ea0029;
  background-color: transparent;
  border-radius: 50%;
  margin: 0 5px;
  padding: 0;
  font-size: 0;
}
.slick-dots > li.slick-active button {
  background-color: #ea0029;
}
.header .vc_col-has-fill>.vc_column-inner,
.header .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner,
.header .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner,
.header .vc_row-has-fill+.vc_vc_row>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner,
.header .vc_row-has-fill+.vc_vc_row_inner>.vc_row>.vc_vc_column_inner>.vc_column_container>.vc_column-inner,
.header .vc_row-has-fill>.vc_column_container>.vc_column-inner,
.header .vc_row-has-fill>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner,
.header .vc_row-has-fill>.vc_vc_column_inner>.vc_column_container>.vc_column-inner,
.header .vc_section.vc_section-has-fill,
.header .vc_section.vc_section-has-fill+.vc_row-full-width+.vc_section,
.header .vc_section.vc_section-has-fill+.vc_section {
  padding-top: 0;
}
.header-bar  .custom-scoll {
  opacity: 0;
  height: 0;
  visibility: hidden;
}
.home-style1 .header-style1 .header-bar .custom-scoll {
  opacity: 1;
  height: auto;
  visibility: visible;
}
.home-style1.search .listings-title,
.home-style2.search .listings-title,
.home-style3.search .listings-title,
.home-style4.search .listings-title,
.home-style5.search .listings-title,
.home-style6.search .listings-title,
.home-style8.search .listings-title,
.home-style9.search .listings-title,
.home-style10.search .listings-title,
.home-style11.search .listings-title {
  display: block;
}
.home-style1 .listings-title,
.home-style2 .listings-title,
.home-style3 .listings-title,
.home-style4 .listings-title,
.home-style5 .listings-title,
.home-style6 .listings-title,
.home-style8 .listings-title,
.home-style9 .listings-title,
.home-style10 .listings-title,
.home-style11 .listings-title {
 /* display: none;*/
}
.block-popup-login {
  margin-top: 170px;
  width: 600px;
  padding: 0px 20px 0px;
  background: #fff;
  box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
.block-popup-login form.login,
.block-popup-login form.register {
  border: 0px;
  padding: 0px;
  margin: 0;
  text-align: left;
  border-radius: 0px;
}
.rtl .block-popup-login form.login,
.rtl .block-popup-login form.register {
  text-align: right;
}
.block-popup-login .tt_popup_login {
  height: 42px;
  background-color: #ea0029;
  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: #ea0029;
}
.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: #ea0029;
  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: #ae0818;
}
.block-popup-login .block-content .col-reg.registered-account .submit-login:before {
  background: url(../assets/img/bg_general.png) no-repeat -20px -1593px;
  content: '';
  display: block;
  width: 15px;
  height: 18px;
  position: absolute;
  top: 10px;
  left: 20px;
  z-index: 5;
}
.rtl .block-popup-login .block-content .col-reg.registered-account .submit-login:before {
  right: 20px;
  left: auto;
}
.block-popup-login .block-content .col-reg.login-customer {
  padding-left: 30px;
  color: #464646;
}
.rtl .block-popup-login .block-content .col-reg.login-customer {
  padding-right: 30px;
  padding-left: 0;
}
.block-popup-login .block-content .col-reg.login-customer h2 {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 0;
}
.block-popup-login .block-content .note-reg {
  margin: 0;
}
.block-popup-login .block-content .list-log {
  list-style: none;
  margin: 0;
}
.block-popup-login .block-content .list-log li {
  padding: 2px 0px 2px 14px;
  font-style: italic;
  position: relative;
  border-left: none;
  line-height: 22px;
}
.rtl .block-popup-login .block-content .list-log li {
  padding: 2px 14px 2px 0;
}
.rtl .block-popup-login .block-content .list-log li:before {
  right: 0;
  left: auto;
}
.block-popup-login .block-content .list-log li:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #666666;
  position: absolute;
  left: 0px;
  top: 10px;
}
.block-popup-login .block-content .btn-reg-popup {
  height: 42px;
  line-height: 42px;
  padding: 0px 42px;
  text-transform: uppercase;
  display: inline-block;
  font-size: 11px;
  margin-top: 15px;
  color: #fff;
  font-weight: bold;
  background-color: #ea0029;
}
.block-popup-login .block-content .btn-reg-popup:hover {
  background-color: #ae0818;
}
.block-popup-login .email-input {
  position: relative;
}
.block-popup-login .email-input:before {
  background: url(../assets/img/bg_general.png) no-repeat -20px -160px #ababab;
  content: "";
  display: inline-block;
  width: 43px;
  height: 40px;
  position: absolute;
  top: 0px;
  left: 0px;
  right: auto;
}
.rtl .block-popup-login .email-input:before {
  right: 0;
  left: auto;
}
.block-popup-login .pass-input {
  position: relative;
}
.block-popup-login .pass-input:before {
  background: url(../assets/img/bg_general.png) no-repeat -20px -100px #ababab;
  content: "";
  display: inline-block;
  width: 43px;
  height: 40px;
  position: absolute;
  top: 0px;
  left: 0px;
  right: auto;
}
.rtl .block-popup-login .pass-input:before {
  right: 0;
  left: auto;
}
.block-popup-login .input-text {
  border: none;
  margin-bottom: 14px;
  width: 100%;
  padding: 0 5px 0px 52px;
  height: 40px !important;
  font-size: 108.33%;
  border: 1px solid #d1d1d1;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.rtl .block-popup-login .input-text {
  padding: 0 52px 0px 5px;
}
.block-popup-login .ft-link-p a {
  color: #464646;
  padding: 0;
  border: 0;
}
.block-popup-login .ft-link-p a:hover {
  color: #ea0029;
}
.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: #fff;
  min-height: 42px;
  border-bottom: 1px solid #ebebeb;
  line-height: 27px;
  overflow: visible !important;
}
.header-style1 .header-top {
  background-color: #f5f5f5;
}
.header-top .info-header {
  float: left;
}
.header-top .info-header .fa-envelope {
  color: #ea0029;
}
.header-top .info-header ul {
  margin: 0;
 /* overflow: hidden;*/
  padding: 7px 0;
  list-style: none;
}
.header-top .info-header ul > li {
  float: left;
  display: inline-block;
  color: #555;
  font-size: 12px;
  padding: 0 20px;
  position: relative;
  text-transform:uppercase;
}
.header-top .info-header ul > li:before {
  content: '';
  width: 1px;
  height: 10px;
  background-color: #ebebeb;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -5px;
  display: inline-block;
}
.rtl .header-top .info-header ul > li:before {
  left: 0;
  right: auto;
}
.header-top .info-header ul > li:first-child {
  padding-left: 0;
}
.header-top .info-header ul > li:last-child {
  padding-right: 0;
}
.header-top .info-header ul > li:last-child:before {
  width: 0;
}
.rtl .header-top .info-header ul > li {
  float: right;
}
.rtl .header-top .info-header ul > li i {
  margin-left: 5px;
  margin-right: 0;
}
.header-top .info-header ul > li i {
  margin-right: 5px;
}
.header-top .vc_top,
.header-top .vc_currency_converter {
  float: right;
}
.header-top .vc_top,
.header-top .vc_currency_converter,
.header-top .wpb_text_column {
  display: inline-block;
}
.header-top .vc_top p,
.header-top .vc_currency_converter p,
.header-top .wpb_text_column p {
  margin: 0;
}
.header-top .vc_top br,
.header-top .vc_currency_converter br,
.header-top .wpb_text_column br {
  display: none;
}
.header-top #lang_sel {
  float: right;
}
.header-top .currency_w > li {
  padding: 13px 0;
}
.header-top .currency_w > li > a:after {
  line-height: 14px;
}
.header-top .currency_w > li > a:before {
  top: 2px;
}
.header-top .currency_w > li > a,
.header-top #lang_sel > ul.nav > li > a,
.header-top .widget_nav_menu h3 {
  position: relative;
  border: 0;
  font-size: 12px;
}
.header-top .currency_w > li > a:before,
.header-top #lang_sel > ul.nav > li > a:before,
.header-top .widget_nav_menu h3:before {
  content: '';
  width: 1px;
  height: 10px;
  background-color: #ebebeb;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5px;
  display: inline-block;
}
.rtl .header-top .currency_w > li > a:before,
.rtl .header-top #lang_sel > ul.nav > li > a:before,
.rtl .header-top .widget_nav_menu h3:before {
  right: 0;
  left: auto;
}
.header-top .widget_nav_menu,
.header-top #lang_sel > ul.nav > li,
.header-top .currency_w > li {
  padding: 7px 0;
}
.header-top .top-login {
  padding: 7px 0;
}
.header-top .widget_nav_menu h3 {
  padding-left: 18px;
  border: 0;
}
.rtl .header-top .widget_nav_menu h3 {
  padding-left: 0;
  padding-right: 18px;
}
.header-top .top-login ul li a {
  padding-left: 30px;
}
.rtl .header-top .top-login ul li a {
  padding-right: 30px;
}
.header-top .top-login ul li a:before {
  content: '';
  width: 1px;
  height: 10px;
  background-color: #ebebeb;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5px;
  display: inline-block;
}
.header-top .top-login ul li a,
.header-top .widget_nav_menu h3 {
  color: #183544;
}
.header-style1 {
  background-color: #fff;
  margin-bottom: 0;
  color: #324041;
}
.header-style1 .logo .wpb_singleimage_heading {
  display: none;
}
.header-style1 .wpb_button,
.header-style1 .wpb_content_element,
.header-style1 ul.wpb_thumbnails-fluid>li {
  margin-bottom: 0 !important;
}
.header-style1 .header-mid {
  padding: 18px 0 25px;
}
.header-style1 .header-mid .ship {
  margin-top: 20px;
  text-align: right;
}
.rtl .header-style1 .header-mid .ship {
  text-align: left;
}
.header-style1 .header-mid .search {
  position: relative;
}
.header-style1 .header-mid .search .phone-icon-search {
  float: right;
  font-size: 14px;
  margin-top: 25px;
}
.rtl .header-style1 .header-mid .search .phone-icon-search {
  float: left;
}
.header-style1 .header-mid .search .top-search {
  display: none;
  position: absolute;
  bottom: -55px;
  right: 15px;
}
.header-style1 .header-mid .search .top-search .button-search-pro {
  font-size: 0;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  right: 15px;
  border: 0;
  background: transparent;
  padding: 0;
}
.rtl .header-style1 .header-mid .search .top-search .button-search-pro {
  right: auto;
  left: 15px;
}
.header-style1 .header-mid .search .top-search .button-search-pro:before {
  font-size: 14px;
}
.header-style1 .header-mid .search .top-search .search-query {
  height: 44px;
  margin-bottom: 0;
  padding: 0 15px;
  width: 400px;
}
.header-style1 .header-mid .search .swsearch-wrapper {
  display: none;
  position: absolute;
  bottom: -60px;
  right: 15px;
}
.rtl .header-style1 .header-mid .search .swsearch-wrapper {
  right: auto;
  left: 15px;
}
.header-style1 .header-mid .search .swsearch-wrapper .topsearch-entry .input-group {
  position: relative;
}
.header-style1 .header-mid .search .swsearch-wrapper .topsearch-entry .input-group .input-group-btn .button-search-pro {
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 15px;
  background: transparent;
  border: 0;
}
.rtl .header-style1 .header-mid .search .swsearch-wrapper .topsearch-entry .input-group .input-group-btn .button-search-pro {
  right: auto;
  left: 15px;
}
.header-style1 .header-mid .search .swsearch-wrapper .topsearch-entry .input-group .autosearch-input {
  height: 44px;
  margin-bottom: 0;
  padding: 0 15px;
}
.header-style1 .header-bottom {
  padding-bottom: 15px;
}
.header-style1 .header-bottom .search-cate {
  padding: 0;
}
.header-style1 .header-bottom .search-cate .fa-search {
  display: none;
}
.header-style1 .header-bottom .search-cate .top-form.top-search .topsearch-entry {
  padding-left: 0;
}
.rtl .header-style1 .header-bottom .search-cate .top-form.top-search .topsearch-entry {
  padding-right: 0;
}
.header-style1 .header-bottom .search-cate .top-form.top-search {
  border: 2px solid #e1e1e1;
  border-radius: 3px;
  float: left;
  width: 100%;
}
.header-style1 .header-bottom .search-cate .top-form.top-search .cat-wrapper {
  border-radius: 0;
  border-right: 1px solid #e1e1e1;
  height: 47px;
  padding: 0;
}
.rtl .header-style1 .header-bottom .search-cate .top-form.top-search .cat-wrapper {
  border-left: 1px solid #e1e1e1;
  border-right: 0;
}
.header-style1 .header-bottom .search-cate .top-form.top-search .cat-wrapper select {
  height: 47px;
  padding: 0 52px 0 15px;
  font-size: 13px;
  color: #222;
  background: transparent;
}
.header-style1 .header-bottom .search-cate .top-form.top-search input {
  height: 47px;
  line-height: 47px;
  padding-left: 20px;
  padding-right: 70px;
}
.rtl .header-style1 .header-bottom .search-cate .top-form.top-search input {
  padding-right: 20px;
  padding-left: 70px;
}
.header-style1 .header-bottom .search-cate .top-form.top-search input.autosearch-input {
  padding-left: 20px;
  padding-right: 120px;
}
.rtl .header-style1 .header-bottom .search-cate .top-form.top-search input.autosearch-input {
  padding-right: 180px;
  padding-left: 120px;
}
.header-style1 .header-bottom .search-cate .top-form.top-search button.form-button {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  top: -2px;
  text-transform: capitalize;
  display: inline-block;
  height: 51px;
  line-height: 51px;
  background-color: #ea0029;
  background-color: #ea0029;
  
  font-size: 14px;
  font-weight: bold;
  padding: 0px 28px;
  width: auto;
}
.header-style1 .header-bottom .search-cate .top-form.top-search button.form-button:before {
  display: none;
}
.header-style1 .header-bottom .search-cate .top-form.top-search button.form-button:hover {
  background-color: #999;
}
.header-style1 .header-bottom .header-right .call-us {
  padding-left: 32px;
  background: url('../assets/img/bg-call.png') no-repeat left center;
  color: #fff;
  margin-top: 14px;
}
.rtl .header-style1 .header-bottom .header-right .call-us {
  padding-right: 32px;
  background: url('../assets/img/bg-call.png') no-repeat right center;
}
.header-style1 .header-bottom .header-right .call-us .text-block {
  font-size: 14px;
  font-weight: 700;
}
.header-style1 .header-bottom .header-right .call-us .number {
  font-size: 12px;
  font-weight: 400;
}
.rtl .header-block {
  float: left !important;
}
.header-block .block-header ul {
  margin: 0;
  list-style: none;
  padding: 15px 0;
}
.header-block .block-header ul li {
  float: left;
  display: inline-block;
  padding: 0 18px;
}
.header-block .block-header ul li:last-child > a {
  position: relative;
}
.header-block .block-header ul li:last-child > a:before {
  content: '';
  background: url('../assets/img/hot-block.png') no-repeat center center;
  width: 38px;
  height: 23px;
  position: absolute;
  z-index: 3;
  top: -23px;
  right: 4px;
}
.header-block .block-header ul li > a {
  font-size: 14px;
  color: #555;
}
.header-top .header-message {
  font-weight: 700;
  padding: 10px 0;
}
.header-top .header-message a {
  color: #ea0029;
}
.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: #183544;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.header-top .top-login ul li a:after {
  content: '\f08b';
  font-family: FontAwesome;
  margin: 0 10px;
  display: inline-block;
}
.header-top .top-login ul li a:hover {
  color: #ea0029;
}
.header-style3 .header-top .top-login ul li a:hover {
  color: #999;
}
.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: #ea0029;
}
.header-style3 .header-top .widget_nav_menu:hover h3 {
  color: #999;
}
.header-top .widget_nav_menu h3 {
  font-size: 12px;
  color: #2d2d2d;
  text-transform: capitalize;
  position: relative;
  border-left: 1px solid #ddd;
  line-height: 18px;
  font-weight: 300;
  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 solid #ebebeb;
  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: #ea0029;
  background-color: #f4f4f4;
}
.header-mid {
  padding: 31px 0;
  background-color: #fff;
}
.header-mid .search-cate {
  margin-left: 0px;
}
.rtl .header-mid .search-cate {
  margin: 0 15px 0 0;
}
.header-mid .search-cate .top-form.top-search {
  border: 1px solid #e1e1e1;
  border-radius: 4px;
}
.rtl .header-mid .search-cate .top-form.top-search {
  border-radius: 4px;
}
.header-mid .search-cate .top-form.top-search .cat-wrapper {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 42px;
  border-right: 1px solid #e1e1e1;
}
.rtl .header-mid .search-cate .top-form.top-search .cat-wrapper {
  border-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-right: 0;
  border-left: 1px solid #e1e1e1;
}
.header-mid .search-cate .top-form.top-search input {
  height: 42px;
  line-height: 42px;
}
.header-mid .search-cate .top-form.top-search button.form-button {
  background-color: #ea0029;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 0 15px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  top: -1px;
  width: auto;
  text-transform: capitalize;
}
.rtl .header-mid .search-cate .top-form.top-search button.form-button {
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.header-mid .victo-logo {
  padding-top: 5px;
}
.header-style1 .header-mid .sticky-search,
.header-style1 .header-mid .sticky-cart {
  display: none;
}
.header-style1 .header-mid .container {
  position: relative;
}
.header-style1 .header-mid .container .sticky-search.open .sticky-search-content {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.header-style1 .header-mid .container .sticky-search i {
  color: #222;
  font-size: 16px;
  position: absolute;
  top: 23px;
  right: 45px;
  cursor: pointer;
  display: inline-block;
  width: 20px;
  height: 20px;
  opacity: 1;
}
.rtl .header-style1 .header-mid .container .sticky-search i {
  left: 45px;
  right: auto;
}
.header-style1 .header-mid .container .sticky-search .sticky-search-content {
  position: absolute;
  top: 69px;
  right: 45px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(60px);
  -moz-transform: translateY(60px);
  -o-transform: translateY(60px);
  -ms-transform: translateY(60px);
  transform: translateY(60px);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  min-width: 248px;
}
.rtl .header-style1 .header-mid .container .sticky-search .sticky-search-content {
  left: 45px;
  right: auto;
}
.header-style1 .header-mid .container .sticky-search .sticky-search-content .top-form.top-search .cat-wrapper {
  display: none;
}
.header-style1 .header-mid .container .sticky-search .sticky-search-content .top-form.top-search input {
  border: 0;
  border-radius: 0;
  height: 40px;
  float: left;
  padding: 0 20px;
  border: 1px solid #ccc;
}
.rtl .header-style1 .header-mid .container .sticky-search .sticky-search-content .top-form.top-search input {
  float: right;
}
.header-style1 .header-mid .container .sticky-search .sticky-search-content .top-form.top-search .button-search-pro {
  border: 0;
  border-radius: 0;
  background-color: #ea0029;
  height: 40px;
  color: #fff;
  line-height: 40px;
  display: inline-block;
  width: 50px;
}
.header-style1 .header-mid .container .sticky-search .sticky-search-content .top-form.top-search .button-search-pro:hover {
  background-color: #ae0818;
}
.header-style1 .header-mid .container .sticky-cart .top-form-minicart .minicart-number {
  background-color: #ea0029;
  color: #fff;
  right: -5px;
}
.rtl .header-style1 .header-mid .container .sticky-cart .top-form-minicart .minicart-number {
  left: -5px;
  right: auto;
}
.header-style1 .header-mid.sticky-menu .contact-us-header {
  display: none;
}
.header-style1 .header-mid.sticky-menu .sticky-search,
.header-style1 .header-mid.sticky-menu .sticky-cart {
  display: block;
}
.header-bottom {
  position: relative;
  z-index: 8;
}
.header-style2 .header-bottom .sticky-search,
.header-style5 .header-bottom .sticky-search {
  display: none;
}
.header-style2 .header-bottom .container,
.header-style5 .header-bottom .container {
  position: relative;
}
.header-style2 .header-bottom .container .sticky-search.open .sticky-search-content,
.header-style5 .header-bottom .container .sticky-search.open .sticky-search-content {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.header-style2 .header-bottom .container .sticky-search i,
.header-style5 .header-bottom .container .sticky-search i {
  color: #222;
  font-size: 16px;
  position: absolute;
  top: 23px;
  right: 45px;
  cursor: pointer;
  display: inline-block;
  width: 20px;
  height: 20px;
  opacity: 1;
}
.rtl .header-style2 .header-bottom .container .sticky-search i,
.rtl .header-style5 .header-bottom .container .sticky-search i {
  left: 45px;
  right: auto;
}
.header-style2 .header-bottom .container .sticky-search .sticky-search-content,
.header-style5 .header-bottom .container .sticky-search .sticky-search-content {
  position: absolute;
  top: 55px;
  right: 45px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(60px);
  -moz-transform: translateY(60px);
  -o-transform: translateY(60px);
  -ms-transform: translateY(60px);
  transform: translateY(60px);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  min-width: 248px;
}
.rtl .header-style2 .header-bottom .container .sticky-search .sticky-search-content,
.rtl .header-style5 .header-bottom .container .sticky-search .sticky-search-content {
  left: 45px;
  right: auto;
}
.header-style2 .header-bottom .container .sticky-search .sticky-search-content .top-form.top-search .cat-wrapper,
.header-style5 .header-bottom .container .sticky-search .sticky-search-content .top-form.top-search .cat-wrapper {
  display: none;
}
.header-style2 .header-bottom .container .sticky-search .sticky-search-content .top-form.top-search input,
.header-style5 .header-bottom .container .sticky-search .sticky-search-content .top-form.top-search input {
  border: 0;
  border-radius: 0;
  height: 40px;
  float: left;
  padding: 0 20px;
  border: 1px solid #ccc;
}
.rtl .header-style2 .header-bottom .container .sticky-search .sticky-search-content .top-form.top-search input,
.rtl .header-style5 .header-bottom .container .sticky-search .sticky-search-content .top-form.top-search input {
  float: right;
}
.header-style2 .header-bottom .container .sticky-search .sticky-search-content .top-form.top-search .button-search-pro,
.header-style5 .header-bottom .container .sticky-search .sticky-search-content .top-form.top-search .button-search-pro {
  border: 0;
  border-radius: 0;
  background-color: #ea0029;
  height: 40px;
  color: #fff;
  line-height: 40px;
  display: inline-block;
  width: 50px;
}
.header-style2 .header-bottom .container .sticky-search .sticky-search-content .top-form.top-search .button-search-pro:hover,
.header-style5 .header-bottom .container .sticky-search .sticky-search-content .top-form.top-search .button-search-pro:hover {
  background-color: #ae0818;
}
.header-style2 .header-bottom .container .sticky-cart .top-form-minicart .minicart-number,
.header-style5 .header-bottom .container .sticky-cart .top-form-minicart .minicart-number {
  background-color: #ea0029;
  color: #fff;
  right: -5px;
}
.rtl .header-style2 .header-bottom .container .sticky-cart .top-form-minicart .minicart-number,
.rtl .header-style5 .header-bottom .container .sticky-cart .top-form-minicart .minicart-number {
  left: -5px;
  right: auto;
}
.header-style2 .header-bottom.sticky-menu .header-right,
.header-style5 .header-bottom.sticky-menu .header-right {
  width: auto;
  padding: 0;
}
.rtl .header-style2 .header-bottom.sticky-menu .header-right,
.rtl .header-style5 .header-bottom.sticky-menu .header-right {
  float: left;
}
.header-style2 .header-bottom.sticky-menu .widget_nav_menu,
.header-style5 .header-bottom.sticky-menu .widget_nav_menu {
  display: none;
}
.header-style2 .header-bottom.sticky-menu .sticky-search,
.header-style5 .header-bottom.sticky-menu .sticky-search {
  display: block;
}
.header-bottom .widget_nav_menu ul.menu > li {
  display: inline-block;
  float: left;
  margin: 11px 5px;
}
.header-style2 .header-bottom .widget_nav_menu ul.menu > li {
  margin: 10px 5px 9px;
}
.header-style2 .header-bottom .widget_nav_menu ul.menu > li > a {
  border: 1px solid #ea0029;
}
.header-bottom .widget_nav_menu ul.menu > li.menu-wishlist a {
  background: url("../assets/img/bg_general.png") no-repeat -12px -1403px #fff;
  position: relative;
}
.header-bottom .widget_nav_menu ul.menu > li.menu-compare a {
  background: url("../assets/img/bg_general.png") no-repeat -14px -1295px #fff;
}
.header-bottom .widget_nav_menu ul.menu > li > a {
  display: inline-block;
  text-indent: -9999px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
}
.search-cate {
  padding: 0px 0;
}
.search-cate .top-form.top-search {
  border: 2px solid #ea0029;
 
  display: inline-block;
  position: relative;
  border-radius: 4px;
  background-color: #fff;
  z-index: 99;
}
.search-cate .top-form.top-search form {
  margin: 0;
}
.search-cate .top-form.top-search .topsearch-entry {
  padding-left: 20px;
}
.rtl .search-cate .top-form.top-search .topsearch-entry {
  padding-right: 20px;
  padding-left: 0;
}
.search-cate .top-form.top-search .cat-wrapper {
  background-color: #fff;
  position: absolute;
  height: 40px;
  top: 0;
  left: 0px;
  right: auto;
  padding-left: 0px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #222;
  border-right: 1px solid #ea0029;
}
.rtl .search-cate .top-form.top-search .cat-wrapper {
  border-left: 1px solid #ea0029;
  border-right: 0;
  right: 0;
  left: auto;
}
.rtl .search-cate .top-form.top-search .cat-wrapper:before {
  left: 15px;
  right: auto;
}
.search-cate .top-form.top-search .cat-wrapper .label-search {
  display: block;
  margin-bottom: 0;
  color: #222;
  position: relative;
  margin: 0;
  padding: 0;
}
.search-cate .top-form.top-search .cat-wrapper .label-search:before {
  content: '\f0d7';
  font-family: FontAwesome;
  color: #232f3e;
  font-size: 12px;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  right: 50px;
}
.search-cate .top-form.top-search .cat-wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0 !important;
  width: 100px;
  padding: 0 0px 0 0px;
  height: 40px;
}
.search-cate .top-form.top-search .cat-wrapper select:focus {
  outline: none;
  background-color: #fff;
}
.search-cate .top-form.top-search input {
  width: 100%;
  height: 40px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border: none;
  line-height: 40px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 70px;
  border-radius: 20px;
}
.header_style3 .search-cate .top-form.top-search input {
  color: #fff;
}
.rtl .search-cate .top-form.top-search input {
  padding-right: 20px;
  padding-left: 70px;
}
.search-cate .top-form.top-search button.form-button {
  height: 44px;
  line-height: 44px;
  width: 68px;
  margin: 0;
  border: 0;
  position: absolute;
  left: auto;
  right: -2px;
  top: -2px;
  font-size: 14px;
  color: #fff;
  border-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #2d2d2d;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
}
.rtl .search-cate .top-form.top-search button.form-button {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: -2px;
  right: auto;
}
.search-cate .top-form.top-search button.form-button:hover {
  background: none repeat scroll 0 0 #ea0029;
}
.header-style1 .search-cate .top-form.top-search button.form-button:hover {
  background-color: #999;
}
.search-cate .top-form.top-search button.form-button:hover:before {
  color: #fff;
}
.search-cate .top-form.top-search.non-category input {
  padding: 0;
}
.rtl .search-cate .top-form.top-search.non-category input {
  padding-right: 0;
}
.header-right .widget_nav_menu ul.menu > li {
  float: left;
  margin: 0 10px;
}
.rtl .header-right .widget_nav_menu ul.menu > li {
  float: right;
}
.header-right .widget_nav_menu ul.menu > li > a .menu-title {
  display: none;
}
#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: middle;
  color: #183544;
  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: #183544;
  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 #ebebeb;
  box-shadow: 4px 5px 1px rgba(30,30,30,0.3);
  left: 0;
  top: 38px;
  z-index: 99999;
  position: absolute;
  background: #fff;
  width: 120px;
  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: #ea0029;
}
#lang_sel > ul.nav > li > ul li a {
  color: #183544;
  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: #ea0029;
}
#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: #183544;
  padding: 0 30px 0 30px;
  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: 5px;
  color: #183544;
  vertical-align: middle;
}
.rtl .currency_w > li > a:after {
  margin-right: 5px;
  margin-left: 0;
}
.currency_w > li .currency_switcher {
  border: 1px solid #ebebeb;
  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: 100%;
  text-align: center;
  padding: 10px 20px;
  margin: 0;
  top: 38px;
}
.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: #ea0029;
}
.currency_w > li .currency_switcher li a {
  background: none;
  border: 0px;
  border-radius: 0px;
  color: #464646;
  display: block;
  border-bottom: none;
}
.currency_w > li .currency_switcher li a.active {
  color: #ea0029;
}
.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;
  margin-left: 20px;
}
.top-form.top-form-minicart .top-minicart-icon {
  text-align: center;
  float: none;
}
.top-form.top-form-minicart .top-minicart-icon .cart-contents {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url('../assets/img/icon-cart-ly1.png') no-repeat center center #ea0029;
  border-radius: 2px;
  float: left;
  margin-right: 10px;
  border-radius: 50%;
  margin-top: 5px;
}
.rtl .top-form.top-form-minicart .top-minicart-icon .cart-contents {
  float: right;
  margin-left: 10px;
  margin-right: 0;
}
.top-form.top-form-minicart .top-minicart-icon .cart-right {
  text-align: left;
  float: left;
  color: #333d47;
  padding-top: 10px;
}
.top-form.top-form-minicart .top-minicart-icon .cart-right p {
  margin: 0;
}
.rtl .top-form.top-form-minicart .top-minicart-icon .cart-right {
  text-align: right;
  float: right;
}
.top-form.top-form-minicart .top-minicart-icon .cart-right h3 {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  color: #333d47;
  margin-bottom: 0;
}
.top-form.top-form-minicart .top-minicart-icon .cart-right .minicart-number {
  float: left;
  margin-right: 3px;
}
.rtl .top-form.top-form-minicart .top-minicart-icon .cart-right .minicart-number {
  float: right;
  margin-right: 0px;
  margin-left: 3px;
}
.top-form.top-form-minicart .top-minicart-icon .cart-right span.woocommerce-Price-amount {
  color: #ea0029;
}
.top-form .wrapp-minicart {
  visibility: hidden;
  opacity: 0;
  transform: translateY(50px);
  transition: transform .3s ease;
  background: none repeat scroll 0 0 #fff;
  position: absolute;
  right: 0;
  left: auto;
  top: 58px;
  width: 318px;
  z-index: 99999;
  box-shadow: 0px 3px 5px 2px rgba(0,0,0,0.255);
}
.header-style2 .top-form .wrapp-minicart {
  top: 55px;
}
.top-form .wrapp-minicart:before {
  content: "";
  display: block;
  background: transparent;
  height: 25px;
  position: absolute;
  top: -25px;
  width: 100%;
}
.rtl .top-form .wrapp-minicart {
  left: -30px;
  right: auto;
}
.top-form .wrapp-minicart .minicart-padding .number-item {
  padding: 25px 20px 0;
  font-size: 13px;
  color: #7d7d7d;
}
.top-form .wrapp-minicart .minicart-padding .number-item .item {
  color: #ea0029;
}
.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: 10px 0;
  overflow: hidden;
  border: 0;
}
.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:last-child {
  border-bottom: 1px #ebebeb;
}
.top-form .wrapp-minicart .minicart-padding ul.minicart-content li .product-image {
  display: inline-block;
  width: 80px;
  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: 15px;
  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: 400;
  font-size: 14px;
  color: #666;
  text-transform: capitalize;
  line-height: 22px;
}
.top-form .wrapp-minicart .minicart-padding ul.minicart-content li .detail-item .product-details h4 a:hover {
  color: #ea0029;
}
.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: inline-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: #222;
  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: 12px;
  height: 12px;
  line-height: 12px;
  text-align: center;
  color: #717171;
  font-size: 15px;
  border: 0;
}
.top-form .wrapp-minicart .cart-checkout {
  line-height: normal;
  border-top: 1px solid #ebebeb;
}
.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: 14px;
  color: #222;
  text-transform: capitalize;
}
.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: 16px;
  color: #ea0029;
}
.top-form .wrapp-minicart .cart-checkout .cart-links {
  padding: 10px 22px 25px;
  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: 400;
  font-size: 14px;
  color: #fff;
  line-height: 35px;
  height: 35px;
  border-radius: 17px;
  border: 0;
  padding: 0 32px;
  background-color: #ccc;
  display: inline-block;
  text-transform: capitalize;
}
.top-form .wrapp-minicart .cart-checkout .cart-links .cart-link:hover a,
.top-form .wrapp-minicart .cart-checkout .cart-links .checkout-link:hover a {
  color: #fff;
  background-color: #ea0029;
}
.call_widget {
  float: right;
  position: relative;
  padding-left: 47px;
  padding-top: 10px;
}
.call_widget:before {
  content: "";
  position: absolute;
  background: url(../assets/img/call.png) no-repeat;
  width: 37px;
  left: 0;
  height: 37px;
  top: 50%;
  margin-top: -11px;
}
.call_widget .call-us .text-block {
  line-height: normal;
  font-size: 12px;
  font-weight: 500;
}
.call_widget .call-us .number {
  font-size: 12px;
  font-weight: 700;
}
.header-style2 .sticky_menu {
  display: none;
}
.header-style2 .wpb_button,
.header-style2 .wpb_content_element,
.header-style2 ul.wpb_thumbnails-fluid > li {
  margin-bottom: 0 !important;
}
.header-style2 .header-mid {
  padding: 11px 0 27px;
}
.header-style2 .header-mid .search-cate {
  margin: 0;
  margin-top: 15px;
}
.header-style2 .header-mid .search-cate .top-form.top-search {
  width: 100%;
  border: 2px solid #ebebeb;
}
.header-style2 .header-mid .search-cate .top-form.top-search .cat-wrapper {
  border-radius: 0;
  border-right: 1px solid #e1e1e1;
  padding: 0;
}
.header-style2 .header-mid .search-cate .top-form.top-search .cat-wrapper select {
  height: 42px;
  font-size: 13px;
  color: #222;
  background: transparent;
}
.header-style2 .header-mid .search-cate .top-form.top-search .topsearch-entry {
  padding: 0;
}
.header-style2 .header-mid .search-cate .top-form.top-search input {
  height: 42px;
  line-height: 42px;
}
.header-style2 .header-mid .search-cate .top-form.top-search input.autosearch-input {
  padding-left: 180px;
  padding-right: 120px;
}
.rtl .header-style2 .header-mid .search-cate .top-form.top-search input.autosearch-input {
  padding-right: 180px;
  padding-left: 120px;
}
.header-style2 .header-mid .search-cate .top-form.top-search button.form-button {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  top: -2px;
  text-transform: capitalize;
  display: inline-block;
  height: 45px;
  line-height: 45px;
  background-color: #ea0029;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  padding: 0px 28px;
  width: auto;
}
.header-style2 .header-mid .search-cate .top-form.top-search button.form-button:before {
  display: none;
}
.header-style2 .header-mid .vc_top {
  margin-top: 27px;
}
.header-style2 .header-mid .vc_top .top-form.top-form-minicart .top-minicart-icon .cart-contents {
  margin-top: -2px;
  background: url(../assets/img/icon-cart-ly1.png) no-repeat center center #ea0029;
}
.header-style2 .header-mid .vc_top .top-form.top-form-minicart .top-minicart-icon .cart-right {
  padding-top: 7px;
}
.header-style2 .header-bottom {
  background-color: #333d47;
  overflow: visible;
}
.header-style2 .header-bottom.vc_row-has-fill>.vc_column_container>.vc_column-inner {
  padding-top: 0;
}
.header-style2 .header-bottom .left_megamenu .mega-left-title {
  background-color: transparent;
}
.header-style2 .header-bottom .left_megamenu .mega-left-title strong {
  color: #fff;
}
.header-style2 .header-bottom .left_megamenu .mega-left-title:after {
  color: #fff;
  transform: rotate(180deg);
  top: 0;
}
.header-style2 .nav-pills >li > a {
  padding: 22px 28px 0;
  color: #fff;
}
.header-style3 {
  background-color: #fff;
  margin-bottom: 0;
  color: #666;
}
.header-style3 .header-top {
  background-color: #f5f5f5;
  overflow: visible;
}
.header-style3 .header-top .info-header ul > li {
  font-size: 12px;
  color: #666;
}
.header-style3 .header-top .info-header ul > li a {
  color: #666;
}
.header-style3 .header-top .info-header ul > li a:hover {
  color: #ea0029;
}
.header-style3 .header-top .info-header ul > li:before {
  background-color: #c4c4c4;
}
.header-style3 .header-top .currency_w > li > a,
.header-style3 .header-top #lang_sel > ul.nav > li > a,
.header-style3 .header-top .widget_nav_menu h3 {
  color: #666;
}
.header-style3 .header-top .currency_w > li > a:before,
.header-style3 .header-top #lang_sel > ul.nav > li > a:before,
.header-style3 .header-top .widget_nav_menu h3:before {
  background-color: #c4c4c4;
}
.header-style3 .nav-pills >li:first-child a {
  padding-left: 0;
}
.rtl .header-style3 .nav-pills >li:first-child a {
  padding-right: 0;
}
.header-style3 .nav-pills >li > a {
  padding: 22px 28px 0;
  color: #222;
}
.header-style3 .nav-pills >li > a:hover,
.header-style3 .nav-pills >li > a:focus {
  color: #ea0029;
}
.header-style3 .wpb_button,
.header-style3 .wpb_content_element,
.header-style3 ul.wpb_thumbnails-fluid>li {
  margin-bottom: 0 !important;
}
.header-style3 .header-mid {
  padding: 22px 0;
}
.header-style3 .header-mid .header_ship {
  margin-left: -15px;
}
.rtl .header-style3 .header-mid .header_ship {
  margin-left: 0px;
  margin-right: -15px;
}
.header-style3 .header-mid .header_ship .vc_column-inner {
  padding: 0;
}
.header-style3 .header-mid .ship {
  margin-top: 20px;
  text-align: right;
  font-style: italic;
}
.rtl .header-style3 .header-mid .ship {
  text-align: left;
}
.header-style3 .mega-left-title {
  line-height: 51px;
  height: 51px;
  background-color: #ea0029;
  position: relative;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  padding: 0 40px;
}
.header-style3 .mega-left-title strong {
  color: #fff;
}
.header-style3 .mega-left-title:after {
  color: #fff;
  right: 53px;
}
.header-style3 .header-bottom {
  padding-bottom: 30px;
}
.header-style3 .header-bottom .top-form.top-form-minicart .top-minicart-icon .cart-contents {
  margin-top: 5px;
}
.header-style3 .header-bottom .search-cate {
  padding: 0;
}
.header-style3 .header-bottom .search-cate .fa-search {
  display: none;
}
.header-style3 .header-bottom .search-cate .top-form.top-search .topsearch-entry {
  padding-left: 0;
}
.rtl .header-style3 .header-bottom .search-cate .top-form.top-search .topsearch-entry {
  padding-right: 0;
}
.header-style3 .header-bottom .search-cate .top-form.top-search {
  border: 2px solid #e1e1e1;
  border-radius: 3px;
  float: left;
  width: 100%;
}
.header-style3 .header-bottom .search-cate .top-form.top-search .cat-wrapper {
  border-radius: 0;
  border-right: 1px solid #e1e1e1;
  padding: 0px;
  height: 47px;
}
.rtl .header-style3 .header-bottom .search-cate .top-form.top-search .cat-wrapper {
  border-left: 1px solid #e1e1e1;
  border-right: 0;
}
.header-style3 .header-bottom .search-cate .top-form.top-search .cat-wrapper .label-search:before {
  right: 28px;
}
.rtl .header-style3 .header-bottom .search-cate .top-form.top-search .cat-wrapper .label-search:before {
  right: auto;
  left: 28px;
}
.header-style3 .header-bottom .search-cate .top-form.top-search .cat-wrapper select {
  height: 47px;
  width: 137px;
  font-size: 13px;
  color: #222;
  background: transparent;
  padding: 0 25px;
}
.header-style3 .header-bottom .search-cate .top-form.top-search input {
  height: 47px;
  line-height: 47px;
}
.header-style3 .header-bottom .search-cate .top-form.top-search input.autosearch-input {
  padding-left: 180px;
  padding-right: 120px;
}
.rtl .header-style3 .header-bottom .search-cate .top-form.top-search input.autosearch-input {
  padding-right: 180px;
  padding-left: 120px;
}
.header-style3 .header-bottom .search-cate .top-form.top-search button.form-button {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  top: -2px;
  text-transform: capitalize;
  display: inline-block;
  height: 51px;
  line-height: 51px;
  background-color: #ea0029;
  font-size: 14px;
  font-weight: bold;
  padding: 0px 30px;
  width: auto;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
}
.header-style3 .header-bottom .search-cate .top-form.top-search button.form-button:before {
  display: none;
}
.header-style3 .header-bottom .search-cate .top-form.top-search button.form-button:hover {
  background-color: #999;
}
.header-style3 .header-bottom .header-right .call-us {
  padding-left: 32px;
  background: url('../assets/img/bg-call.png') no-repeat left center;
  color: #fff;
  margin-top: 14px;
}
.rtl .header-style3 .header-bottom .header-right .call-us {
  padding-right: 32px;
  background: url('../assets/img/bg-call.png') no-repeat right center;
}
.header-style3 .header-bottom .header-right .call-us .text-block {
  font-size: 14px;
  font-weight: 700;
}
.header-style3 .header-bottom .header-right .call-us .number {
  font-size: 12px;
  font-weight: 400;
}
.rtl .header-block {
  float: left !important;
}
.header-block .block-header ul {
  margin: 0;
  list-style: none;
  padding: 15px 0;
}
.header-block .block-header ul li {
  float: left;
  display: inline-block;
  padding: 0 18px;
}
.header-block .block-header ul li:last-child > a {
  position: relative;
}
.header-block .block-header ul li:last-child > a:before {
  content: '';
  background: url('../assets/img/hot-block.png') no-repeat center center;
  width: 38px;
  height: 23px;
  position: absolute;
  z-index: 3;
  top: -23px;
  right: 4px;
}
.header-block .block-header ul li > a {
  font-size: 14px;
  color: #555;
}
.header-top .header-message {
  font-weight: 700;
  padding: 10px 0;
}
.header-top .header-message a {
  color: #ea0029;
}
.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: #183544;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.header-top .top-login ul li a:after {
  content: '\f08b';
  font-family: FontAwesome;
  margin: 0 10px;
  display: inline-block;
}
.header-top .top-login ul li a:hover {
  color: #ea0029;
}
.header-style3 .header-top .top-login ul li a:hover {
  color: #999;
}
.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: #ea0029;
}
.header-style3 .header-top .widget_nav_menu:hover h3 {
  color: #999;
}
.header-top .widget_nav_menu h3 {
  font-size: 12px;
  color: #2d2d2d;
  text-transform: capitalize;
  position: relative;
  border-left: 1px solid #ddd;
  line-height: 18px;
  font-weight: 300;
  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 solid #ebebeb;
  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: #ea0029;
  background-color: #f4f4f4;
}
.header-mid {
  padding: 31px 0;
  background-color: #fff;
}
.header-mid .search-cate {
  margin-left: 0px;
}
.rtl .header-mid .search-cate {
  margin: 0 15px 0 0;
}
.header-mid .search-cate .top-form.top-search {
  border: 1px solid #e1e1e1;
  border-radius: 4px;
}
.rtl .header-mid .search-cate .top-form.top-search {
  border-radius: 4px;
}
.header-mid .search-cate .top-form.top-search .cat-wrapper {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 42px;
  border-right: 1px solid #e1e1e1;
}
.rtl .header-mid .search-cate .top-form.top-search .cat-wrapper {
  border-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-right: 0;
  border-left: 1px solid #e1e1e1;
}
.header-mid .search-cate .top-form.top-search input {
  height: 42px;
  line-height: 42px;
}
.header-mid .search-cate .top-form.top-search button.form-button {
  background-color: #ea0029;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 0 15px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  top: -1px;
  width: auto;
  text-transform: capitalize;
}
.rtl .header-mid .search-cate .top-form.top-search button.form-button {
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.header-mid .victo-logo {
  padding-top: 5px;
}
.header-style1 .header-mid .sticky-search,
.header-style1 .header-mid .sticky-cart {
  display: none;
}
.header-style1 .header-mid .container {
  position: relative;
}
.header-style1 .header-mid .container .sticky-search.open .sticky-search-content {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.header-style1 .header-mid .container .sticky-search i {
  color: #222;
  font-size: 16px;
  position: absolute;
  top: 23px;
  right: 45px;
  cursor: pointer;
  display: inline-block;
  width: 20px;
  height: 20px;
  opacity: 1;
}
.rtl .header-style1 .header-mid .container .sticky-search i {
  left: 45px;
  right: auto;
}
.header-style1 .header-mid .container .sticky-search .sticky-search-content {
  position: absolute;
  top: 69px;
  right: 45px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(60px);
  -moz-transform: translateY(60px);
  -o-transform: translateY(60px);
  -ms-transform: translateY(60px);
  transform: translateY(60px);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  min-width: 248px;
}
.rtl .header-style1 .header-mid .container .sticky-search .sticky-search-content {
  left: 45px;
  right: auto;
}
.header-style1 .header-mid .container .sticky-search .sticky-search-content .top-form.top-search .cat-wrapper {
  display: none;
}
.header-style1 .header-mid .container .sticky-search .sticky-search-content .top-form.top-search input {
  border: 0;
  border-radius: 0;
  height: 40px;
  float: left;
  padding: 0 20px;
  border: 1px solid #ccc;
}
.rtl .header-style1 .header-mid .container .sticky-search .sticky-search-content .top-form.top-search input {
  float: right;
}
.header-style1 .header-mid .container .sticky-search .sticky-search-content .top-form.top-search .button-search-pro {
  border: 0;
  border-radius: 0;
  background-color: #ea0029;
  height: 40px;
  color: #fff;
  line-height: 40px;
  display: inline-block;
  width: 50px;
}
.header-style1 .header-mid .container .sticky-search .sticky-search-content .top-form.top-search .button-search-pro:hover {
  background-color: #ae0818;
}
.header-style1 .header-mid .container .sticky-cart .top-form-minicart .minicart-number {
  background-color: #ea0029;
  color: #fff;
  right: -5px;
}
.rtl .header-style1 .header-mid .container .sticky-cart .top-form-minicart .minicart-number {
  left: -5px;
  right: auto;
}
.header-style1 .header-mid.sticky-menu .contact-us-header {
  display: none;
}
.header-style1 .header-mid.sticky-menu .sticky-search,
.header-style1 .header-mid.sticky-menu .sticky-cart {
  display: block;
}
.header-bottom {
  position: relative;
  z-index: 8;
}
.header-style2 .header-bottom .sticky-search,
.header-style5 .header-bottom .sticky-search {
  display: none;
}
.header-style2 .header-bottom .container,
.header-style5 .header-bottom .container {
  position: relative;
}
.header-style2 .header-bottom .container .sticky-search.open .sticky-search-content,
.header-style5 .header-bottom .container .sticky-search.open .sticky-search-content {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.header-style2 .header-bottom .container .sticky-search i,
.header-style5 .header-bottom .container .sticky-search i {
  color: #222;
  font-size: 16px;
  position: absolute;
  top: 23px;
  right: 45px;
  cursor: pointer;
  display: inline-block;
  width: 20px;
  height: 20px;
  opacity: 1;
}
.rtl .header-style2 .header-bottom .container .sticky-search i,
.rtl .header-style5 .header-bottom .container .sticky-search i {
  left: 45px;
  right: auto;
}
.header-style2 .header-bottom .container .sticky-search .sticky-search-content,
.header-style5 .header-bottom .container .sticky-search .sticky-search-content {
  position: absolute;
  top: 55px;
  right: 45px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(60px);
  -moz-transform: translateY(60px);
  -o-transform: translateY(60px);
  -ms-transform: translateY(60px);
  transform: translateY(60px);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  min-width: 248px;
}
.rtl .header-style2 .header-bottom .container .sticky-search .sticky-search-content,
.rtl .header-style5 .header-bottom .container .sticky-search .sticky-search-content {
  left: 45px;
  right: auto;
}
.header-style2 .header-bottom .container .sticky-search .sticky-search-content .top-form.top-search .cat-wrapper,
.header-style5 .header-bottom .container .sticky-search .sticky-search-content .top-form.top-search .cat-wrapper {
  display: none;
}
.header-style2 .header-bottom .container .sticky-search .sticky-search-content .top-form.top-search input,
.header-style5 .header-bottom .container .sticky-search .sticky-search-content .top-form.top-search input {
  border: 0;
  border-radius: 0;
  height: 40px;
  float: left;
  padding: 0 20px;
  border: 1px solid #ccc;
}
.rtl .header-style2 .header-bottom .container .sticky-search .sticky-search-content .top-form.top-search input,
.rtl .header-style5 .header-bottom .container .sticky-search .sticky-search-content .top-form.top-search input {
  float: right;
}
.header-style2 .header-bottom .container .sticky-search .sticky-search-content .top-form.top-search .button-search-pro,
.header-style5 .header-bottom .container .sticky-search .sticky-search-content .top-form.top-search .button-search-pro {
  border: 0;
  border-radius: 0;
  background-color: #ea0029;
  height: 40px;
  color: #fff;
  line-height: 40px;
  display: inline-block;
  width: 50px;
}
.header-style2 .header-bottom .container .sticky-search .sticky-search-content .top-form.top-search .button-search-pro:hover,
.header-style5 .header-bottom .container .sticky-search .sticky-search-content .top-form.top-search .button-search-pro:hover {
  background-color: #ae0818;
}
.header-style2 .header-bottom .container .sticky-cart .top-form-minicart .minicart-number,
.header-style5 .header-bottom .container .sticky-cart .top-form-minicart .minicart-number {
  background-color: #ea0029;
  color: #fff;
  right: -5px;
}
.rtl .header-style2 .header-bottom .container .sticky-cart .top-form-minicart .minicart-number,
.rtl .header-style5 .header-bottom .container .sticky-cart .top-form-minicart .minicart-number {
  left: -5px;
  right: auto;
}
.header-style2 .header-bottom.sticky-menu .header-right,
.header-style5 .header-bottom.sticky-menu .header-right {
  width: auto;
  padding: 0;
}
.rtl .header-style2 .header-bottom.sticky-menu .header-right,
.rtl .header-style5 .header-bottom.sticky-menu .header-right {
  float: left;
}
.header-style2 .header-bottom.sticky-menu .widget_nav_menu,
.header-style5 .header-bottom.sticky-menu .widget_nav_menu {
  display: none;
}
.header-style2 .header-bottom.sticky-menu .sticky-search,
.header-style5 .header-bottom.sticky-menu .sticky-search {
  display: block;
}
.header-bottom .widget_nav_menu ul.menu > li {
  display: inline-block;
  float: left;
  margin: 11px 5px;
}
.header-style2 .header-bottom .widget_nav_menu ul.menu > li {
  margin: 10px 5px 9px;
}
.header-style2 .header-bottom .widget_nav_menu ul.menu > li > a {
  border: 1px solid #ea0029;
}
.header-bottom .widget_nav_menu ul.menu > li.menu-wishlist a {
  background: url("../assets/img/bg_general.png") no-repeat -12px -1403px #fff;
  position: relative;
}
.header-bottom .widget_nav_menu ul.menu > li.menu-compare a {
  background: url("../assets/img/bg_general.png") no-repeat -14px -1295px #fff;
}
.header-bottom .widget_nav_menu ul.menu > li > a {
  display: inline-block;
  text-indent: -9999px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
}
.search-cate {
  padding: 0px 0;
}
.search-cate .top-form.top-search {
  border: 2px solid #ea0029;
  float:left;
  display: inline-block;
  position: relative;
  border-radius: 4px;
  background-color: #fff;
  z-index: 99;
}
.search-cate .top-form.top-search form {
  margin: 0;
}
.search-cate .top-form.top-search .topsearch-entry {
  padding-left: 10px;
}
.rtl .search-cate .top-form.top-search .topsearch-entry {
  padding-right: 10px;
  padding-left: 0;
}
.search-cate .top-form.top-search .cat-wrapper {
  background-color: #fff;
  position: absolute;
  height: 40px;
  top: 0;
  left: 0px;
  right: auto;
  padding-left: 0px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #222;
  border-right: 1px solid #ea0029;
}
.rtl .search-cate .top-form.top-search .cat-wrapper {
  border-left: 1px solid #ea0029;
  border-right: 0;
  right: 0;
  left: auto;
}
.rtl .search-cate .top-form.top-search .cat-wrapper:before {
  left: 15px;
  right: auto;
}
.search-cate .top-form.top-search .cat-wrapper .label-search {
  display: block;
  margin-bottom: 0;
  color: #222;
  margin: 0;
  padding: 0px;
  position: relative;
}
.search-cate .top-form.top-search .cat-wrapper .label-search:before {
  content: '\f0d7';
  font-family: FontAwesome;
  color: #232f3e;
  font-size: 12px;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  right: 8px;
}
.search-cate .top-form.top-search .cat-wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0 !important;


  height: 40px;
}
.search-cate .top-form.top-search .cat-wrapper select:focus {
  outline: none;
  background-color: #fff;
}
.search-cate .top-form.top-search input {
  width: 100%;
  height: 40px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border: none;
  line-height: 40px;
  margin-bottom: 0;
  padding-left: 110px;
  padding-right: 0px;
  border-radius: 20px;
}
.header_style3 .search-cate .top-form.top-search input {
  color: #fff;
}
.rtl .search-cate .top-form.top-search input {
  padding-right: 20px;
  padding-left: 70px;
}
.search-cate .top-form.top-search button.form-button {
  height: 44px;
  line-height: 44px;
  width: 68px;
  margin: 0;
  border: 0;
  position: absolute;
  left: auto;
  right: -2px;
  top: -2px;
  font-size: 14px;
  color: #fff;
  border-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #2d2d2d;
}
.rtl .search-cate .top-form.top-search button.form-button {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: -2px;
  right: auto;
}
.search-cate .top-form.top-search button.form-button:hover {
  background: none repeat scroll 0 0 #ea0029;
}
.header-style1 .search-cate .top-form.top-search button.form-button:hover {
  background-color: #999;
}
.search-cate .top-form.top-search button.form-button:hover:before {
  color: #fff;
}
.search-cate .top-form.top-search.non-category input {
  padding: 0;
}
.rtl .search-cate .top-form.top-search.non-category input {
  padding-right: 0;
}
.header-right .widget_nav_menu ul.menu > li {
  float: left;
  margin: 0 10px;
}
.rtl .header-right .widget_nav_menu ul.menu > li {
  float: right;
}
.header-right .widget_nav_menu ul.menu > li > a .menu-title {
  display: none;
}
#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: middle;
  color: #183544;
  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: #183544;
  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 #ebebeb;
  box-shadow: 4px 5px 1px rgba(30,30,30,0.3);
  left: 0;
  top: 38px;
  z-index: 99999;
  position: absolute;
  background: #fff;
  width: 120px;
  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: #ea0029;
}
#lang_sel > ul.nav > li > ul li a {
  color: #183544;
  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: #ea0029;
}
#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: #183544;
  padding: 0 30px 0 30px;
  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: 5px;
  color: #183544;
  vertical-align: middle;
}
.rtl .currency_w > li > a:after {
  margin-right: 5px;
  margin-left: 0;
}
.currency_w > li .currency_switcher {
  border: 1px solid #ebebeb;
  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: 100%;
  text-align: center;
  padding: 10px 20px;
  margin: 0;
  top: 38px;
}
.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: #ea0029;
}
.currency_w > li .currency_switcher li a {
  background: none;
  border: 0px;
  border-radius: 0px;
  color: #464646;
  display: block;
  border-bottom: none;
}
.currency_w > li .currency_switcher li a.active {
  color: #ea0029;
}
.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;
  margin-left: 20px;
}
.top-form.top-form-minicart .top-minicart-icon {
  text-align: center;
  float: none;
}
.top-form.top-form-minicart .top-minicart-icon .cart-contents {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url('../assets/img/icon-cart-ly1.png') no-repeat center center #ea0029;
  border-radius: 2px;
  float: left;
  margin-right: 10px;
  border-radius: 50%;
  margin-top: 5px;
}


@media only screen and (max-width: 768px) {
	.top-form-minicart{

		
	}
	.top-form.top-form-minicart .top-minicart-icon .cart-contents {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url('/wp-content/uploads/2018/06/PHF_Cart-Icon44x45.png') no-repeat center center;
  border-radius: 2px;
  float: left;
  margin-right: 10px;
  border-radius: 50%;
  margin-top: 5px;
}
	

	

}







.rtl .top-form.top-form-minicart .top-minicart-icon .cart-contents {
  float: right;
  margin-left: 10px;
  margin-right: 0;
}
.top-form.top-form-minicart .top-minicart-icon .cart-right {
  text-align: left;
  float: left;
  color: #333d47;
  padding-top: 10px;
}
.top-form.top-form-minicart .top-minicart-icon .cart-right p {
  margin: 0;
}
.rtl .top-form.top-form-minicart .top-minicart-icon .cart-right {
  text-align: right;
  float: right;
}
.top-form.top-form-minicart .top-minicart-icon .cart-right h3 {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  color: #333d47;
  margin-bottom: 0;
}
.top-form.top-form-minicart .top-minicart-icon .cart-right .minicart-number {
  float: left;
}
.rtl .top-form.top-form-minicart .top-minicart-icon .cart-right .minicart-number {
  float: right;
}
.top-form.top-form-minicart .top-minicart-icon .cart-right span.woocommerce-Price-amount {
  color: #ea0029;
}
.top-form .wrapp-minicart {
  visibility: hidden;
  opacity: 0;
  transform: translateY(50px);
  transition: transform .3s ease;
  background: none repeat scroll 0 0 #fff;
  position: absolute;
  right: 0;
  left: auto;
  top: 58px;
  width: 318px;
  z-index: 99999;
  box-shadow: 0px 3px 5px 2px rgba(0,0,0,0.255);
}
.header-style2 .top-form .wrapp-minicart {
  top: 55px;
}
.top-form .wrapp-minicart:before {
  content: "";
  display: block;
  background: transparent;
  height: 25px;
  position: absolute;
  top: -25px;
  width: 100%;
}
.rtl .top-form .wrapp-minicart {
  left: -30px;
  right: auto;
}
.top-form .wrapp-minicart .minicart-padding .number-item {
  padding: 25px 20px 0;
  font-size: 13px;
  color: #7d7d7d;
}
.top-form .wrapp-minicart .minicart-padding .number-item .item {
  color: #ea0029;
}
.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: 10px 0;
  overflow: hidden;
  border: 0;
}
.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:last-child {
  border-bottom: 1px #ebebeb;
}
.top-form .wrapp-minicart .minicart-padding ul.minicart-content li .product-image {
  display: inline-block;
  width: 80px;
  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: 15px;
  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: 400;
  font-size: 14px;
  color: #666;
  text-transform: capitalize;
  line-height: 22px;
}
.top-form .wrapp-minicart .minicart-padding ul.minicart-content li .detail-item .product-details h4 a:hover {
  color: #ea0029;
}
.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: inline-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: #222;
  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: 12px;
  height: 12px;
  line-height: 12px;
  text-align: center;
  color: #717171;
  font-size: 15px;
  border: 0;
}
.top-form .wrapp-minicart .cart-checkout {
  line-height: normal;
  border-top: 1px solid #ebebeb;
}
.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: 14px;
  color: #222;
  text-transform: capitalize;
}
.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: 16px;
  color: #ea0029;
}
.top-form .wrapp-minicart .cart-checkout .cart-links {
  padding: 10px 22px 25px;
  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: 400;
  font-size: 14px;
  color: #fff;
  line-height: 35px;
  height: 35px;
  border-radius: 17px;
  border: 0;
  padding: 0 32px;
  background-color: #ccc;
  display: inline-block;
  text-transform: capitalize;
}
.top-form .wrapp-minicart .cart-checkout .cart-links .cart-link:hover a,
.top-form .wrapp-minicart .cart-checkout .cart-links .checkout-link:hover a {
  color: #fff;
  background-color: #ea0029;
}
.call_widget {
  float: right;
  position: relative;
  padding-left: 47px;
  padding-top: 10px;
}
.call_widget:before {
  content: "";
  position: absolute;
  background: url(../assets/img/call.png) no-repeat;
  width: 37px;
  left: 0;
  height: 37px;
  top: 50%;
  margin-top: -11px;
}
.call_widget .call-us .text-block {
  line-height: normal;
  font-size: 12px;
  font-weight: 500;
}
.call_widget .call-us .number {
  font-size: 12px;
  font-weight: 700;
}
.header-default.sticky-menu {
  position: fixed;
  background: #000;
}
.header-default.sticky-menu .victo-header,
.header-default.sticky-menu .victo-center {
  display: none;
}
.header-default.sticky-menu #main-menu {
  margin-bottom: 0 !important;
}
.header-style1 .sticky_menu .free_ship .wpb_single_image {
  float: right;
}
.rtl.header-style1 .sticky_menu .free_ship .wpb_single_image {
  float: left;
}
.header-style1 .sticky_menu .free_ship .top-form.top-form-minicart {
  margin-left: 10px;
  margin-right: 10px;
  display: none;
}
.header-style1 .sticky_menu .free_ship .top-form.top-form-minicart .cart-contents {
  background: url(../assets/img/iconcart2.png) no-repeat center center;
  margin-top: 8px;
}
.header-style1 .sticky_menu .free_ship .top-form.top-form-minicart .cart-right {
  display: none;
}
.header-style1 .sticky_menu .free_ship .phone-icon-search-stiky {
  font-size: 0;
  float: right;
  margin-top: 4px;
  display: none;
}
.rtl .header-style1 .sticky_menu .free_ship .phone-icon-search-stiky {
  float: left;
}
.header-style1 .sticky_menu .free_ship .phone-icon-search-stiky:before {
  font-size: 16px;
}
.header-style1 .sticky_menu .free_ship .search-sticky {
  display: none;
  position: absolute;
  bottom: -20px;
  right: 70%;
}
.rtl .header-style1 .sticky_menu .free_ship .search-sticky {
  right: auto;
  left: 70%;
}
.header-style1 .sticky_menu .free_ship.search-cate {
  margin-left: 0;
}
.rtl .header-style1 .sticky_menu .free_ship.search-cate {
  margin-right: 0;
}
.header-style1 .sticky_menu .free_ship.search-cate .top-form.top-search .cat-wrapper select {
  background-color: #fff;
}
.header-style1 .sticky-menu {
  position: fixed;
  background: #fff;
  box-shadow: 0px 0px 2px 1px #999;
  z-index: 99;
  padding: 5px 4%;
  right: 0;
  left: 0;
  top: 0;
}
.header-style1 .sticky-menu .top-header .victo-logo {
  width: 150px;
  padding: 5px 0;
}
.header-style1 .sticky-menu .free_ship .top-form.top-form-minicart,
.header-style1 .sticky-menu .free_ship .phone-icon-search-stiky {
  display: block;
}
.header-style5 .sticky-menu {
  position: fixed;
  z-index: 9;
}
.header-style3 .sticky_menu .free_ship .top-form.top-form-minicart {
  margin-left: 10px;
  margin-right: 10px;
  display: none;
}
.header-style3 .sticky_menu .free_ship .top-form.top-form-minicart .cart-contents {
  background: url(../assets/img/iconcart2.png) no-repeat center center;
  margin-top: 8px;
}
.header-style3 .sticky_menu .free_ship .top-form.top-form-minicart .cart-right {
  display: none;
}
.header-style3 .sticky_menu .free_ship .phone-icon-search-stiky {
  font-size: 0;
  float: right;
  margin-top: 4px;
  display: none;
}
.rtl .header-style3 .sticky_menu .free_ship .phone-icon-search-stiky {
  float: left;
}
.header-style3 .sticky_menu .free_ship .phone-icon-search-stiky:before {
  font-size: 16px;
}
.header-style3 .sticky_menu .free_ship .search-sticky {
  display: none;
  position: absolute;
  bottom: -20px;
  right: 70%;
}
.rtl .header-style3 .sticky_menu .free_ship .search-sticky {
  right: auto;
  left: 70%;
}
.header-style3 .sticky_menu .free_ship.search-cate {
  margin-left: 0;
}
.rtl .header-style3 .sticky_menu .free_ship.search-cate {
  margin-right: 0;
}
.header-style3 .sticky_menu .free_ship.search-cate .top-form.top-search .cat-wrapper select {
  background-color: #fff;
}
.header-style3 .sticky-menu {
  position: fixed;
  background: #fff;
  box-shadow: 0px 0px 2px 1px #999;
  z-index: 99;
  padding: 5px 4%;
  right: 0;
  left: 0;
  top: 0;
}
.header-style3 .sticky-menu .free_ship .wpb_single_image {
  display: none;
}
.header-style3 .sticky-menu .free_ship .top-form.top-form-minicart,
.header-style3 .sticky-menu .free_ship .phone-icon-search-stiky {
  display: block;
}
.header-style2 .sticky-menu {
  position: fixed;
  background: #333d47;
  box-shadow: 0px 0px 2px 1px #999;
  z-index: 99;
  padding: 5px 4%;
  right: 0;
  left: 0;
  top: 0;
  display: block;
}
.header-style2 .sticky-menu .logo {
  width: 150px;
  padding: 5px 0;
  filter: brightness(5);
}
.header-style2 .sticky-menu .main_menu {
  margin-top: 7px;
}
.header-style2 .sticky-menu .search-cate {
  margin-left: 0;
}
.rtl .header-style2 .sticky-menu .search-cate {
  margin-right: 0;
}
.header-style2 .sticky-menu .search-cate .top-form.top-search .cat-wrapper select {
  background-color: #fff;
}
.header-style2 .sticky-menu .top-form.top-form-minicart {
  margin-left: 10px;
  margin-right: 10px;
}
.header-style2 .sticky-menu .top-form.top-form-minicart .cart-contents {
  margin-top: 8px;
  background-color: transparent;
}
.header-style2 .sticky-menu .top-form.top-form-minicart .cart-right {
  display: none;
}
.header-style2 .phone-icon-search-stiky.fa-search {
  font-size: 0;
  float: right;
  margin-top: 4px;
  color: #fff;
  display: block;
}
.rtl .header-style2 .phone-icon-search-stiky.fa-search {
  float: left;
}
.header-style2 .phone-icon-search-stiky.fa-search:before {
  font-size: 16px;
}
.header-style2 .search-sticky {
  display: none;
  position: absolute;
  bottom: -40px;
  right: 70%;
}
.rtl .header-style2 .search-sticky {
  right: auto;
  left: 70%;
}
.primary-menu .navbar-inverse {
  background-color: transparent;
  border-color: #fff;
}
.nav>li>a:hover,
.nav>li>a:focus {
  background: none;
}
.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus,
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
  background-color: transparent;
  color: #ea0029;
}
.nav-pills {
  display: inline-block;
  margin-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}
.nav-pills.nav-css >li {
  float: none;
  display: inline-block;
}
.nav-pills.nav-css >li > a {
  padding: 22px 18px;
}
.nav-pills.nav-css >li.dropdown > a span.menu-img {
  position: absolute;
  right: 5px;
  top: -2px;
}
.nav-pills.nav-css >li.dropdown .dropdown-menu {
  box-shadow: none;
  border: 1px solid #eaeaea;
  padding: 0;
  min-width: 200px;
}
.nav-pills.nav-css >li.dropdown .dropdown-menu li {
  width: 100%;
  padding: 0 20px;
}
.nav-pills.nav-css >li.dropdown .dropdown-menu li >a {
  padding: 13px 0;
  color: #222;
  font-size: 14px;
  text-transform: capitalize;
  border-bottom: 1px solid #eaeaea;
}
.nav-pills.nav-css >li.dropdown .dropdown-menu li >a:hover {
  color: #ea0029;
}
.nav-pills.nav-css >li.dropdown .dropdown-menu li.active > a {
  color: #ea0029;
}
.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: 120%;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.nav-pills >li {
  float: none;
  display: inline-block;
}
.header-style2 .nav-pills >li:first-child > a {
  padding-left: 0;
}
.rtl .header-style2 .nav-pills >li:first-child > a {
  padding-right: 0;
  padding-left: 28px;
}
.header-style1 .nav-pills >li:first-child a {
  padding-left: 0;
}
.rtl .header-style1 .nav-pills >li:first-child a {
  padding-right: 0;
}
.nav-pills >li > a {
  text-transform: uppercase;
  background-color: transparent;
  position: relative;
  padding: 22px 28px;
  font-weight: 700;
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #222;
}
.header-style1 .nav-pills >li > a {
  padding: 22px 28px 0;
}
.nav-pills >li > a:hover,
.nav-pills >li > a:focus {
  background-color: transparent;
  color: #ea0029;
}
.header-style1 .nav-pills >li > a:hover,
.header-style1 .nav-pills >li > a:focus {
  background-color: transparent;
}
.header-style2 .nav-pills >li > a:hover,
.header-style2 .nav-pills >li > a:focus {
  color: #fed700 !important;
}
.nav-pills >li.active > a {
  color: #ea0029;
}
.header-style2 .nav-pills >li.active > a {
  color: #fed700 !important;
}
.nav-pills >li.dropdown > a {
  position: relative;
}
.nav-pills >li.dropdown > a:after {
  content: '\f107';
  font-family: FontAwesome;
  position: absolute;
  right: 10px;
}
.rtl .nav-pills >li.dropdown > a:after {
  left: 5px;
  right: auto;
}
.nav-pills >li.dropdown .dropdown-menu {
  text-align: left;
  visibility: hidden;
  display: block;
  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: #ea0029;
}
.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: 144%;
  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: #ea0029;
}
.nav-pills .dropdown-menu li.active >a,
.nav-pills .dropdown-menu li:hover >a {
  color: #ea0029;
  background-color: transparent;
}
.nav-pills.nav-mega .menu-img {
  position: absolute;
  right: 5px;
  top: -2px;
}
.nav-pills.nav-mega .victo-mega-menu .wpb_raw_html {
  margin-bottom: 0;
}
.nav-pills.nav-mega .victo-mega-menu.victo-menu-img > a span.menu-img {
  position: absolute;
  right: 5px;
  top: -2px;
}
.nav-pills.nav-mega .victo-mega-menu .dropdown-menu {
  padding: 30px 15px 15px;
  width: 100%;
  visibility: hidden;
  box-shadow: 0px 0px 5px #999;
}
.nav-pills.nav-mega .victo-mega-menu .dropdown-menu .listing-tab-shortcode .tab-content>.tab-pane {
  display: none !important;
}
.nav-pills.nav-mega .victo-mega-menu .dropdown-menu.visible .listing-tab-shortcode .tab-content>.tab-pane.active {
  display: block !important;
}
.nav-pills.nav-mega .victo-mega-menu .dropdown-menu li.active >a,
.nav-pills.nav-mega .victo-mega-menu .dropdown-menu li:hover >a {
  background-color: transparent;
}
.nav-pills.nav-mega .victo-mega-menu .dropdown-menu li .dropdown-sub > li.active >a,
.nav-pills.nav-mega .victo-mega-menu .dropdown-menu li .dropdown-sub > li:hover >a {
  background-color: transparent;
  color: #ea0029;
}
.nav-pills.nav-mega .victo-mega-menu .dropdown-menu >li {
  float: left;
  padding: 0 15px;
}
.nav-pills.nav-mega .victo-mega-menu .dropdown-menu >li.image-full {
  width: 100% !important;
  padding-top: 0;
}
.nav-pills.nav-mega .victo-mega-menu .dropdown-menu >li.image-full >a {
  border-bottom: 0;
  font-size: 14px;
  text-transform: uppercase;
  padding: 7px 20px;
}
.nav-pills.nav-mega .victo-mega-menu .dropdown-menu >li.image-full >a .menu-title {
  display: none;
}
.nav-pills.nav-mega .victo-mega-menu .dropdown-menu >li.image-full img {
  width: 100%;
}
.nav-pills.nav-mega .victo-mega-menu .dropdown-menu >li .item-bottom {
  display: none;
}
.rtl .nav-pills.nav-mega .victo-mega-menu .dropdown-menu >li {
  float: right;
}
.nav-pills.nav-mega .victo-mega-menu .dropdown-menu .dropdown-submenu >a,
.nav-pills.nav-mega .victo-mega-menu .dropdown-menu .dropdown-submenu >.have-title {
  text-transform: uppercase;
  font-weight: normal;
  padding: 0;
  display: block;
  color: #222;
  font-size: 14px;
  font-weight: 700;
}
.nav-pills.nav-mega .victo-mega-menu .dropdown-menu .dropdown-submenu >a .menu-title,
.nav-pills.nav-mega .victo-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 .victo-mega-menu .dropdown-menu .dropdown-submenu .dropdown-sub a {
  padding: 9px 0;
  text-transform: capitalize;
  font-size: 13px;
  color: #7d7d7d;
}
.nav-pills.nav-mega .victo-mega-menu .dropdown-menu .dropdown-submenu .dropdown-sub a:hover {
  color: #ea0029;
}
.nav-pills.nav-mega .victo-mega-menu .dropdown-menu .dropdown-submenu .dropdown-sub >li .menu-img {
  float: left;
  width: 25px;
  margin-right: 15px;
}
.rtl .nav-pills.nav-mega .victo-mega-menu .dropdown-menu .dropdown-submenu .dropdown-sub >li .menu-img {
  float: right;
  margin-right: 0;
  margin-left: 15px;
}
.nav-pills.nav-mega .victo-mega-menu .dropdown-menu.column-1 {
  min-width: 1170px;
  padding: 0;
}
.nav-pills.nav-mega .victo-mega-menu .dropdown-menu.column-1 >li {
  width: 100%;
  padding: 0;
}
.nav-pills.nav-mega .victo-mega-menu .dropdown-menu.column-1 >li .container {
  width: 100%;
}
.nav-pills.nav-mega .victo-mega-menu .dropdown-menu.column-2 {
  min-width: 380px;
}
.nav-pills.nav-mega .victo-mega-menu .dropdown-menu.column-2 >li {
  width: 50%;
}
.nav-pills.nav-mega .victo-mega-menu .dropdown-menu.column-3 {
  min-width: 720px;
}
.nav-pills.nav-mega .victo-mega-menu .dropdown-menu.column-3 >li {
  width: 33.33%;
}
.nav-pills.nav-mega .victo-mega-menu .dropdown-menu.column-4 {
  min-width: 1000px;
}
.nav-pills.nav-mega .victo-mega-menu .dropdown-menu.column-4 >li {
  width: 25%;
}
.nav-pills.nav-mega .victo-mega-menu .dropdown-menu.column-5 {
  min-width: 1170px;
}
.nav-pills.nav-mega .victo-mega-menu .dropdown-menu.column-5 >li {
  width: 20%;
}
.nav-pills.nav-mega .victo-mega-menu .dropdown-menu .victo-menu-img >a {
  padding: 15px 0 0 0;
}
.nav-pills.nav-mega .victo-mega-menu .dropdown-menu .victo-menu-img >a:before {
  display: none;
}
.nav-pills.nav-mega .victo-mega-menu .dropdown-menu .victo-menu-img >a:hover {
  color: #ea0029;
}
.nav-pills.nav-mega .victo-mega-menu .dropdown-menu .victo-menu-img:hover img {
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.nav-pills.nav-mega .victo-mega-menu .dropdown-menu .menu-shortcode >a {
  display: none;
}
.nav-pills.nav-mega .victo-mega-menu.custom-image-col5 .dropdown-menu.column-5 >li {
  width: 18%;
}
.nav-pills.nav-mega .victo-mega-menu.custom-image-col5 .dropdown-menu.column-5 >li.victo-menu-img {
  width: 28%;
}
.nav-pills.nav-mega .victo-mega-menu.custom-mega-product .dropdown-menu {
  padding: 0;
}
.nav-pills.nav-mega .victo-mega-menu.custom-mega-product .dropdown-menu >li {
  padding: 0;
}
.nav-pills.nav-mega .victo-mega-menu:hover .dropdown-menu .listing-tab-shortcode .tabbable.tabs .tab-content {
  visibility: visible;
}
.nav-pills.nav-mega .victo-menu-custom > .dropdown-menu > li.active > a {
  color: #ea0029;
}
.nav-pills.nav-mega .victo-menu-custom ul {
  box-shadow: 0px 0px 5px #999;
}
.nav-pills.nav-mega .victo-menu-custom ul .menu-img {
  display: none;
}
.nav-pills.nav-mega .victo-menu-custom ul > li > a {
  font-size: 13px;
}
.nav-pills.nav-mega .victo-menu-custom ul li >.have-title {
  position: relative;
  display: block;
  padding: 10px 25px;
}
.nav-pills.nav-mega .victo-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 .victo-menu-custom ul li >.have-title:before {
  padding-right: 0;
  padding-left: 8px;
}
.nav-pills.nav-mega .victo-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 .victo-menu-custom ul .dropdown-submenu >ul {
  left: auto;
  right: 110%;
}
.nav-pills.nav-mega .victo-menu-custom ul .dropdown-submenu >ul >li {
  position: relative;
}
.nav-pills.nav-mega .victo-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 .victo-menu-custom ul .dropdown-submenu >ul >li ul {
  left: auto;
  right: 110%;
}
.nav-pills.nav-mega .victo-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 .victo-menu-custom ul .dropdown-submenu >ul >li ul >li:hover >ul {
  left: auto;
  right: 100%;
}
.nav-pills.nav-mega .victo-menu-custom ul .dropdown-submenu >ul >li:hover >ul {
  left: 100%;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
.rtl .nav-pills.nav-mega .victo-menu-custom ul .dropdown-submenu >ul >li:hover >ul {
  left: auto;
  right: 100%;
}
.nav-pills.nav-mega .victo-menu-custom ul .dropdown-submenu:hover >ul {
  left: 100%;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
.rtl .nav-pills.nav-mega .victo-menu-custom ul .dropdown-submenu:hover >ul {
  left: auto;
  right: 100%;
}
.nav-pills.nav-mega .victo-mega-menu.custom-image-col4 .dropdown-menu.column-4 >li.victo-menu-img {
  width: 22%;
}
.nav-pills.nav-mega .victo-mega-menu.custom-image-col4 .dropdown-menu.column-4 >li.victo-menu-img a .menu-title {
  border-bottom: none;
}
.nav-pills.nav-mega .victo-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 .victo-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 .victo-mega-menu.custom-image-col4 .dropdown-menu.column-4 >li.custom-slider-col4 .order-title {
  display: none;
}
.nav-pills.nav-mega .victo-mega-menu.custom-image-col4 .dropdown-menu.column-4 >li.custom-slider-col4 .sw-woo-container-slider {
  margin-bottom: 0;
}
.nav-pills.nav-mega .victo-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 .victo-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 .victo-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 .victo-mega-menu.custom-image-col4 .dropdown-menu.column-4 >li.custom-slider-col4 .sw-woo-container-slider .slick-prev {
  left: 0;
}
.vertical_megamenu {
  position: relative;
}
.vertical_megamenu .mega-left-title:after,
.home-style4 .vertical_megamenu .mega-left-title:after {
  transform: rotate(180deg);
}
.vertical_megamenu.close-item .mega-left-title:after,
.home-style4 .vertical_megamenu.close-item .mega-left-title:after {
  transform: rotate(0);
}
.header-style2 .vertical_megamenu .mega-left-title:after,
.header-style3 .vertical_megamenu .mega-left-title:after {
  transform: rotate(0);
}
.header-style2 .vertical_megamenu.close-item .mega-left-title:after,
.header-style3 .vertical_megamenu.close-item .mega-left-title:after {
  transform: rotate(180deg);
}
.mega-left-title {
  background: #2d2d2d;
  height: 58px;
  line-height: 58px;
  overflow: hidden;
  cursor: pointer;
}
.header-style1 .mega-left-title {
  line-height: 51px;
  height: 51px;
  background-color: transparent;
  position: relative;
  border: 2px solid #ebebeb;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  padding: 0 20px;
}
.header-style2 .mega-left-title {
  line-height: 64px;
  height: 60px;
  background-color: #ea0029;
  position: relative;
}
.header-style2 .mega-left-title:after {
  top: 23px;
}
.mega-left-title strong {
  color: #222;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}
.mega-left-title:after {
  content: '\f0d8';
  font-family: FontAwesome;
  color: #222;
  font-size: 14px;
  position: absolute;
  top: 0px;
  right: 17px;
}
.rtl .mega-left-title:after {
  left: 17px;
  right: auto;
}
.vertical_megamenu-header {
  position: relative;
}
.vertical_megamenu-header .wpb_content_element {
  margin: 0;
  padding: 0 15px;
}
.vertical_megamenu-header > .vertical_megamenu {
  display: none;
}
.search.home-style1 .header-style1 .vertical_megamenu-header > .vertical_megamenu {
  display: none;
}
.home-style1 .header-style1 .vertical_megamenu-header {
  position: relative;
}
.home-style1 .header-style1 .vertical_megamenu-header .wrapper_vertical_menu {
  opacity: 1;
  -webkit-transform: translateY(15px);
  -moz-transform: translateY(15px);
  -o-transform: translateY(15px);
  -ms-transform: translateY(15px);
  transform: translateY(15px);
  visibility: visible;
  display: block;
  width: 100%;
  min-width: 100%;
  border: 2px solid #ebebeb;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.wrapper_vertical_menu {
  position: absolute;
  opacity: 1;
  -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;
  z-index: 9;
  width: 100%;
  visibility: visibility;
  display: none;
  -webkit-transform: translateY(15px);
  -moz-transform: translateY(15px);
  -o-transform: translateY(15px);
  -ms-transform: translateY(15px);
  transform: translateY(15px);
  visibility: visible;
  display: block;
  min-width: 100%;
  border: 2px solid #ebebeb;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.wrapper_vertical_menu:before {
  content: "";
  position: absolute;
  display: inline-block;
  background-image: url(../assets/img/arr_up.png);
  background-repeat: no-repeat;
  top: -13px;
  left: 50%;
  margin-left: -10px;
  width: 20px;
  height: 13px;
}
.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;
}
.header-style1 .wrapper_vertical_menu .vertical-megamenu {
  background-color: #fff;
  border: 0;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.header-style1 .wrapper_vertical_menu .vertical-megamenu > li > a {
  border-bottom: 1px solid #ebebeb;
}
.header-style1 .wrapper_vertical_menu .vertical-megamenu > li > a:hover {
  background-color: #fff;
}
.header-style4 .wrapper_vertical_menu .vertical-megamenu {
  padding: 2px 0;
}
.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:first-child > a {
  text-transform: uppercase;
  font-weight: 700;
}
.wrapper_vertical_menu .vertical-megamenu > li:last-child > a {
  border-bottom: 0;
}
.wrapper_vertical_menu .vertical-megamenu > li.icon-phone > a span.menu-img {
  position: absolute;
  left: 0;
  top: 13px;
  display: inline-block;
}
.wrapper_vertical_menu .vertical-megamenu > li.icon-sport > a span.menu-img {
  position: absolute;
  left: 0;
  top: 19px;
  display: inline-block;
}
.wrapper_vertical_menu .vertical-megamenu > li > a {
  font-size: 14px;
  padding: 0;
  line-height: 46px;
  font-weight: 500;
  color: #222;
  border-bottom: 1px solid #efefef;
}
.header-style4 .wrapper_vertical_menu .vertical-megamenu > li > a {
  line-height: 45px;
}
.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;
}
.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;
  padding-left: 25px;
}
.rtl .wrapper_vertical_menu .vertical-megamenu > li > a .have-title {
  padding-right: 25px;
  padding-left: 0;
}
.wrapper_vertical_menu .vertical-megamenu > li > a:hover {
  color: #ea0029;
  background-color: transparent;
}
.wrapper_vertical_menu .vertical-megamenu > li > .dropdown-menu {
  position: absolute;
  left: 100%;
  top: -2px;
  border-radius: 0;
  min-width: 230px;
  padding: 0;
  border: 0;
}
.rtl .wrapper_vertical_menu .vertical-megamenu > li > .dropdown-menu {
  left: auto;
  right: 100%;
}
.wrapper_vertical_menu .vertical-megamenu > li > .dropdown-menu > li {
  position: relative;
  line-height: 32px;
}
.wrapper_vertical_menu .vertical-megamenu > li > .dropdown-menu > li > a {
  position: relative;
  padding: 10px 20px;
  color: #222;
  background-color: #fff;
  border-bottom: 1px solid #ebebeb;
  text-transform: capitalize;
}
.wrapper_vertical_menu .vertical-megamenu > li > .dropdown-menu > li .dropdown-menu {
  position: absolute;
  left: 100%;
  margin: 0;
  top: 0;
  background: #fff;
  display: none;
  min-width: 230px;
  padding: 0;
  border-radius: 0;
  border: 0;
}
.rtl .wrapper_vertical_menu .vertical-megamenu > li > .dropdown-menu > li .dropdown-menu {
  left: auto;
  right: 100%;
}
.wrapper_vertical_menu .vertical-megamenu > li > .dropdown-menu > li .dropdown-menu > li {
  position: relative;
  line-height: 32px;
}
.wrapper_vertical_menu .vertical-megamenu > li > .dropdown-menu > li .dropdown-menu > li > a {
  position: relative;
  padding: 10px 20px;
  color: #222;
  background-color: #fff;
  border-bottom: 1px solid #ebebeb;
  text-transform: capitalize;
}
.wrapper_vertical_menu .vertical-megamenu > li > .dropdown-menu > li .dropdown-menu > li > a:hover {
  background-color: #fff;
}
.wrapper_vertical_menu .vertical-megamenu > li > .dropdown-menu > li .dropdown-menu > li:hover > a {
  background-color: #f7f7f7;
  color: #ea0029;
}
.wrapper_vertical_menu .vertical-megamenu > li > .dropdown-menu > li .dropdown-menu > li:hover > a:before {
  background-color: #ea0029;
}
.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: #ea0029;
}
.wrapper_vertical_menu .vertical-megamenu > li > .dropdown-menu > li:hover > a:before {
  background-color: #ea0029;
}
.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: #ea0029;
}
.wrapper_vertical_menu .vertical-megamenu > li.dropdown > a:after {
  content: '\f0da';
  font-family: fontawesome;
  font-size: 14px;
  color: #7d7d7d;
  position: absolute;
  right: 0px;
  top: 0;
}
.rtl .wrapper_vertical_menu .vertical-megamenu > li.dropdown > a:after {
  left: 0px;
  right: auto;
  content: '\f104';
}
.wrapper_vertical_menu .vertical-megamenu > li:hover > .dropdown-menu {
  display: block;
}
.wrapper_vertical_menu .vertical-megamenu > li:hover > a {
  color: #ea0029;
}
.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 > .dropdown-menu.visible {
  display: block;
}
.wrapper_vertical_menu .vertical-megamenu > li.victo-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.victo-menu-custom ul > li {
  line-height: 32px;
  padding: 0 30px;
}
.wrapper_vertical_menu .vertical-megamenu > li.victo-menu-custom ul > li a {
  color: #777;
  font-size: 14px;
  position: relative;
  background-color: #fff;
}
.wrapper_vertical_menu .vertical-megamenu > li.victo-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.victo-menu-custom ul > li .dropdown-sub {
  left: auto;
  right: 100%;
}
.wrapper_vertical_menu .vertical-megamenu > li.victo-menu-custom ul > li .dropdown-sub > li {
  padding: 0 30px;
  line-height: normal;
}
.wrapper_vertical_menu .vertical-megamenu > li.victo-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.victo-menu-custom ul > li .dropdown-sub > li a {
  padding-left: 0;
  padding-right: 15px;
}
.wrapper_vertical_menu .vertical-megamenu > li.victo-menu-custom ul > li .dropdown-sub > li:hover >  a {
  color: #ea0029;
}
.wrapper_vertical_menu .vertical-megamenu > li.victo-menu-custom ul > li .dropdown-sub > li:hover >  a:before {
  background-color: #ea0029;
}
.wrapper_vertical_menu .vertical-megamenu > li.victo-menu-custom ul > li:hover > .dropdown-sub {
  display: block;
}
.wrapper_vertical_menu .vertical-megamenu > li.victo-menu-custom ul > li.active > a,
.wrapper_vertical_menu .vertical-megamenu > li.victo-menu-custom ul > li:hover > a {
  color: #ea0029;
}
.wrapper_vertical_menu .vertical-megamenu > li.victo-menu-custom ul > li.active > a:before,
.wrapper_vertical_menu .vertical-megamenu > li.victo-menu-custom ul > li:hover > a:before {
  background-color: #ea0029;
}
.wrapper_vertical_menu .vertical-megamenu > li.victo-mega-menu {
  position: static;
}
.wrapper_vertical_menu .vertical-megamenu > li.victo-mega-menu > li {
  position: static;
}
.wrapper_vertical_menu .vertical-megamenu > li.victo-mega-menu.mega-digital > .column-3 {
  min-width: 980px;
  padding: 30px;
}
.wrapper_vertical_menu .vertical-megamenu > li.victo-mega-menu.mega-digital > .column-3.dropdown-menu > li {
  width: 100%;
  padding: 0;
}
.wrapper_vertical_menu .vertical-megamenu > li.victo-mega-menu.mega-digital > .column-3.dropdown-menu > li > .container {
  padding: 0;
  width: 100%;
}
.wrapper_vertical_menu .vertical-megamenu > li.victo-mega-menu.mega-digital > .column-3.dropdown-menu > li .title-menu {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #222;
}
.wrapper_vertical_menu .vertical-megamenu > li.victo-mega-menu.mega-digital > .column-3.dropdown-menu > li ul li {
  font-size: 12px;
  color: #666;
}
.wrapper_vertical_menu .vertical-megamenu > li.victo-mega-menu.mega-digital > .column-3 .menu-digital .menu-wrapper {
  overflow: hidden;
  padding: 0;
}
.wrapper_vertical_menu .vertical-megamenu > li.victo-mega-menu.mega-digital > .column-3 .menu-digital .menu-wrapper ul {
  float: left;
  width: 59%;
  padding-top: 20px;
}
.rtl .wrapper_vertical_menu .vertical-megamenu > li.victo-mega-menu.mega-digital > .column-3 .menu-digital .menu-wrapper ul {
  float: right;
}
.rtl .wrapper_vertical_menu .vertical-megamenu > li.victo-mega-menu.mega-digital > .column-3 .menu-digital .menu-wrapper ul > li {
  float: right;
}
.wrapper_vertical_menu .vertical-megamenu > li.victo-mega-menu.mega-digital > .column-3 .menu-digital .menu-wrapper ul > li {
  float: left;
  width: 50%;
  padding: 9px 20px;
  margin: 0;
}
.wrapper_vertical_menu .vertical-megamenu > li.victo-mega-menu.mega-digital > .column-3 .menu-digital .menu-wrapper ul > li img {
  float: left;
  margin-right: 10px;
}
.wrapper_vertical_menu .vertical-megamenu > li.victo-mega-menu.mega-digital > .column-3 .menu-digital .menu-wrapper ul > li img:hover {
  opacity: 0.85;
}
.rtl .wrapper_vertical_menu .vertical-megamenu > li.victo-mega-menu.mega-digital > .column-3 .menu-digital .menu-wrapper ul > li img {
  float: right;
  margin-right: 10px;
  margin-right: 0;
}
.wrapper_vertical_menu .vertical-megamenu > li.victo-mega-menu.mega-digital > .column-3 .menu-digital .menu-wrapper ul > li .title-menu {
  font-size: 12px;
  color: #222;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0 0 10px;
}
.wrapper_vertical_menu .vertical-megamenu > li.victo-mega-menu.mega-digital > .column-3 .menu-digital .menu-wrapper ul > li span {
  display: block;
  font-size: 12px;
  color: #666;
}
.wrapper_vertical_menu .vertical-megamenu > li.victo-mega-menu.mega-digital > .column-3 .menu-digital .menu-wrapper .menu-image {
  float: right;
  max-width: 362px;
}
.wrapper_vertical_menu .vertical-megamenu > li.victo-mega-menu > .column-1.dropdown-menu .victo-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.victo-mega-menu > .column-1.dropdown-menu .victo-menu-img > a {
  padding: 0;
}
.wrapper_vertical_menu .vertical-megamenu > li.victo-mega-menu > .column-1.dropdown-menu .victo-menu-img > a:before {
  width: 0;
  margin: 0;
}
.rtl .wrapper_vertical_menu .vertical-megamenu > li.victo-mega-menu > .column-1.dropdown-menu .victo-menu-img {
  right: auto;
  left: 0;
}
.wrapper_vertical_menu .vertical-megamenu > li.victo-mega-menu > .column-2 {
  min-width: 495px;
  padding-right: 0 !important;
}
.rtl .wrapper_vertical_menu .vertical-megamenu > li.victo-mega-menu > .column-2 {
  padding-left: 0 !important;
  padding-right: 5px !important;
}
.wrapper_vertical_menu .vertical-megamenu > li.victo-mega-menu > .column-2 > li {
  width: 160px;
}
.wrapper_vertical_menu .vertical-megamenu > li.victo-mega-menu > .column-2 > li:nth-child(2n+1) {
  clear: both;
}
.wrapper_vertical_menu .vertical-megamenu > li.victo-mega-menu > .column-2 > .column-2 > li > .dropdown-sub > li:last-child > a {
  color: #ea0029;
  text-decoration: underline;
}
.wrapper_vertical_menu .vertical-megamenu > li.victo-mega-menu > .column-2 > .column-2.victo-menu-img {
  width: 277px;
  float: right;
  padding: 0;
}
.rtl .wrapper_vertical_menu .vertical-megamenu > li.victo-mega-menu > .column-2 > .column-2.victo-menu-img {
  float: left;
}
.wrapper_vertical_menu .vertical-megamenu > li.victo-mega-menu > .column-2 > .column-2.victo-menu-img img:hover {
  opacity: 0.85;
}
.wrapper_vertical_menu .vertical-megamenu > li.victo-mega-menu > .column-2 > .column-2.victo-menu-img > a {
  padding: 0;
  margin: 0;
  border: 0;
}
.wrapper_vertical_menu .vertical-megamenu > li.victo-mega-menu > .column-3.dropdown-menu {
  min-width: 980px;
  padding: 30px;
}
.wrapper_vertical_menu .vertical-megamenu > li.victo-mega-menu > .column-3.dropdown-menu > li {
  width: 100%;
  padding: 0;
}
.wrapper_vertical_menu .vertical-megamenu > li.victo-mega-menu > .column-3.dropdown-menu > li .container {
  width: 100%;
}
.wrapper_vertical_menu .vertical-megamenu > li.victo-mega-menu > .column-3.dropdown-menu > li .container .wpb_column .vc_column-inner {
  padding: 0;
}
.wrapper_vertical_menu .vertical-megamenu > li.victo-mega-menu > .column-3.dropdown-menu > li .container .wpb_column:last-of-type .vc_column-inner {
  padding: 0;
}
.wrapper_vertical_menu .vertical-megamenu > li.victo-mega-menu > .column-3.dropdown-menu > li .container .wpb_column:last-of-type .vc_column-inner .wpb_single_image:last-of-type {
  margin-bottom: 0 !important;
}
.wrapper_vertical_menu .vertical-megamenu > li.victo-mega-menu > .column-3.dropdown-menu > li .container .wpb_single_image {
  margin-bottom: 30px !important;
}
.wrapper_vertical_menu .vertical-megamenu > li.victo-mega-menu > .column-3.dropdown-menu > li .container .menu_sub {
  margin-bottom: 25px;
}
.wrapper_vertical_menu .vertical-megamenu > li.victo-mega-menu > .column-3.dropdown-menu > li .container .menu_sub .title-menu {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #222;
  margin-bottom: 10px;
}
.wrapper_vertical_menu .vertical-megamenu > li.victo-mega-menu > .column-3.dropdown-menu > li .container .menu_sub ul li {
  font-size: 12px;
  color: #666;
  padding: 10px 0;
}
.wrapper_vertical_menu .vertical-megamenu > li.victo-mega-menu > .column-3.dropdown-menu > li .container .menu_sub:last-of-type {
  margin-bottom: 0;
}
.wrapper_vertical_menu .vertical-megamenu > li.victo-mega-menu > .column-4.dropdown-menu {
  min-width: 980px;
  padding: 30px;
}
.wrapper_vertical_menu .vertical-megamenu > li.victo-mega-menu > .column-4.dropdown-menu > li {
  width: 100%;
  padding: 0;
}
.wrapper_vertical_menu .vertical-megamenu > li.victo-mega-menu > .column-4.dropdown-menu > li .container {
  width: 100%;
}
.wrapper_vertical_menu .vertical-megamenu > li.victo-mega-menu > .column-4.dropdown-menu > li .container .wpb_column .vc_column-inner {
  padding: 0;
}
.wrapper_vertical_menu .vertical-megamenu > li.victo-mega-menu > .column-4.dropdown-menu > li .container .wpb_column:last-of-type .vc_column-inner {
  padding: 0;
}
.wrapper_vertical_menu .vertical-megamenu > li.victo-mega-menu > .column-4.dropdown-menu > li .container .menu_sub {
  margin-bottom: 25px;
}
.wrapper_vertical_menu .vertical-megamenu > li.victo-mega-menu > .column-4.dropdown-menu > li .container .menu_sub .title-menu {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #222;
  margin-bottom: 10px;
}
.wrapper_vertical_menu .vertical-megamenu > li.victo-mega-menu > .column-4.dropdown-menu > li .container .menu_sub ul li {
  font-size: 12px;
  color: #666;
  padding: 10px 0;
}
.wrapper_vertical_menu .vertical-megamenu > li.victo-mega-menu > .column-4.dropdown-menu > li .container .menu_sub:last-of-type {
  margin-bottom: 0;
}
.wrapper_vertical_menu .vertical-megamenu > li.victo-mega-menu > .column-4.dropdown-menu > li .container .best-selling-product .box-slider-title h2 {
  border: 0;
  padding: 0;
  font-size: 14px;
  font-weight: bold;
  color: #222;
  margin-bottom: 25px;
}
.wrapper_vertical_menu .vertical-megamenu > li.victo-mega-menu > .column-4.dropdown-menu > li .container .best-selling-product .resp-slider-container {
  padding: 0;
}
.wrapper_vertical_menu .vertical-megamenu > li.victo-mega-menu > .column-4.dropdown-menu > li .container .best-selling-product .resp-slider-container .slider .item .item-wrap {
  border: 0;
  padding: 0;
}
.wrapper_vertical_menu .vertical-megamenu > li.victo-mega-menu > .column-4.dropdown-menu > li .container .best-selling-product .resp-slider-container .slider .item .item-wrap .products-thumb {
  max-width: 70px;
  z-index: 123;
}
.wrapper_vertical_menu .vertical-megamenu > li.victo-mega-menu > .column-4.dropdown-menu > li .container .best-selling-product .resp-slider-container .slider .item .item-wrap .products-thumb:before {
  display: none;
}
.wrapper_vertical_menu .vertical-megamenu > li.victo-mega-menu > .column-4.dropdown-menu > li .container .best-selling-product .resp-slider-container .slider .item .item-wrap h4 {
  margin-bottom: 10px;
  white-space: nowrap;
  width: 114px;
  overflow: hidden;
  text-overflow: clip;
}
.wrapper_vertical_menu .vertical-megamenu > li.victo-mega-menu > .column-4.dropdown-menu > li .container .best-selling-product .resp-slider-container .slider .item .item-wrap h4 a {
  font-size: 14px;
  color: #222;
}
.wrapper_vertical_menu .vertical-megamenu > li.victo-mega-menu > .column-4.dropdown-menu > li .container .best-selling-product .resp-slider-container .slider .item .item-wrap .item-content .reviews-content {
  justify-content: left;
  -webkit-justify-content: left;
}
.rtl .wrapper_vertical_menu .vertical-megamenu > li.victo-mega-menu > .column-4.dropdown-menu > li .container .best-selling-product .resp-slider-container .slider .item .item-wrap .item-content .reviews-content {
  justify-content: right;
  -webkit-justify-content: right;
}
.wrapper_vertical_menu .vertical-megamenu > li.victo-mega-menu > .column-4.dropdown-menu > li .container .best-selling-product .resp-slider-container .slider .item .item-wrap .item-content .item-price {
  font-size: 16px;
}
.wrapper_vertical_menu .vertical-megamenu > li.victo-mega-menu > .column-4.dropdown-menu > li .container .best-selling-product .resp-slider-container .slider .item .item-wrap .item-content .item-price del {
  margin-right: 5px;
}
.rtl .wrapper_vertical_menu .vertical-megamenu > li.victo-mega-menu > .column-4.dropdown-menu > li .container .best-selling-product .resp-slider-container .slider .item .item-wrap .item-content .item-price del {
  margin-left: 5px;
  margin-right: 0;
}
.wrapper_vertical_menu .vertical-megamenu > li.victo-mega-menu > .column-4.dropdown-menu > li .container .best-selling-product .resp-slider-container .slider .item .item-wrap .item-content .item-price ins {
  margin: 0;
}
.wrapper_vertical_menu .vertical-megamenu > li.victo-mega-menu > .column-4.dropdown-menu > li .container .best-selling-product .resp-slider-container .slider .item .item-wrap:hover .item-detail .item-content {
  margin-top: 0;
}
.wrapper_vertical_menu .vertical-megamenu > li.victo-mega-menu > .column-4.dropdown-menu > li .container .bannerf {
  position: absolute;
  top: -30px;
  right: -14px;
}
.rtl .wrapper_vertical_menu .vertical-megamenu > li.victo-mega-menu > .column-4.dropdown-menu > li .container .bannerf {
  right: auto;
  left: -15px;
}
.wrapper_vertical_menu .vertical-megamenu > li.victo-mega-menu > .column-4.dropdown-menu > li .container .wpb_text_column {
  z-index: 2;
  position: relative;
}
.wrapper_vertical_menu .vertical-megamenu > li.victo-mega-menu > .column-4.dropdown-menu > li .container .bannerspa {
  position: absolute;
  right: -15px;
  top: 50%;
  left: -146%;
  z-index: 1;
}
.rtl .wrapper_vertical_menu .vertical-megamenu > li.victo-mega-menu > .column-4.dropdown-menu > li .container .bannerspa {
  right: -146%;
  left: -15px;
}
.wrapper_vertical_menu .vertical-megamenu > li.victo-mega-menu > .column-4.dropdown-menu > 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.victo-mega-menu > .column-4.dropdown-menu > li img:hover {
  opacity: 0.85;
}
.wrapper_vertical_menu .vertical-megamenu > li.victo-mega-menu > .column-4.dropdown-menu > li > .dropdown-menu {
  padding: 5px 15px 18px;
}
.wrapper_vertical_menu .vertical-megamenu > li.victo-mega-menu > .column-4.dropdown-menu > li > .dropdown-sub > li:last-child > a {
  color: #ea0029;
  text-decoration: underline;
}
.wrapper_vertical_menu .vertical-megamenu > li.victo-mega-menu > .column-4.dropdown-menu > li.victo-menu-img {
  width: 258px;
  float: right;
}
.rtl .wrapper_vertical_menu .vertical-megamenu > li.victo-mega-menu > .column-4.dropdown-menu > li.victo-menu-img {
  float: left;
}
.wrapper_vertical_menu .vertical-megamenu > li.victo-mega-menu > .column-4.dropdown-menu > li.victo-menu-img > a {
  padding: 0;
}
.wrapper_vertical_menu .vertical-megamenu > li.victo-mega-menu > .column-4.dropdown-menu > li:nth-child(4n+1) {
  clear: both;
}
.wrapper_vertical_menu .vertical-megamenu > li.victo-mega-menu > .column-5 {
  min-width: 900px;
}
.wrapper_vertical_menu .vertical-megamenu > li.victo-mega-menu > .column-5 > li:nth-child(5n+1) {
  clear: both;
}
.wrapper_vertical_menu .vertical-megamenu > li.victo-mega-menu > .dropdown-menu {
  border: 0;
  border-radius: 0;
  margin: 0;
  padding: 0 5px;
  overflow:hidden;
}
.wrapper_vertical_menu .vertical-megamenu > li.victo-mega-menu > .dropdown-menu > li {
  width: 100%;
  padding: 25px 15px 10px;
  float: left;
  line-height: unset;
}
.rtl .wrapper_vertical_menu .vertical-megamenu > li.victo-mega-menu > .dropdown-menu > li {
  float: right;
}
.wrapper_vertical_menu .vertical-megamenu > li.victo-mega-menu > .dropdown-menu > li:last-child {
  border: 0;
}
.rtl .wrapper_vertical_menu .vertical-megamenu > li.victo-mega-menu > .dropdown-menu > li:last-child {
  border: 0;
}
.wrapper_vertical_menu .vertical-megamenu > li.victo-mega-menu > .dropdown-menu > li:hover > a {
  background-color: #fff;
}
.wrapper_vertical_menu .vertical-megamenu > li.victo-mega-menu > .dropdown-menu > li.dropdown-submenu > a {
  margin-bottom: 15px;
  padding: 0 0 5px;
  font-size: 14px;
  color: #222;
  text-transform: uppercase;
  font-weight: 700;
  border: 0;
  position: relative;
}
.wrapper_vertical_menu .vertical-megamenu > li.victo-mega-menu > .dropdown-menu > li.dropdown-submenu > a:before {
  content: '';
  width: 40px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #ea0029;
}
.rtl .wrapper_vertical_menu .vertical-megamenu > li.victo-mega-menu > .dropdown-menu > li.dropdown-submenu > a:before {
  right: 0;
  left: auto;
}
.rtl .wrapper_vertical_menu .vertical-megamenu > li.victo-mega-menu > .dropdown-menu > li {
  float: right;
}
.wrapper_vertical_menu .vertical-megamenu > li.victo-mega-menu > .dropdown-menu > li > a,
.wrapper_vertical_menu .vertical-megamenu > li.victo-mega-menu > .dropdown-menu > li > span {
  display: block;
  font-size: 18px;
  margin-bottom: 15px;
}
.wrapper_vertical_menu .vertical-megamenu > li.victo-mega-menu > .dropdown-menu > li > a:after,
.wrapper_vertical_menu .vertical-megamenu > li.victo-mega-menu > .dropdown-menu > li > span:after {
  display: none;
}
.wrapper_vertical_menu .vertical-megamenu > li.victo-mega-menu > .dropdown-menu > li .dropdown-sub > li:last-child > a {
  border: 0;
}
.wrapper_vertical_menu .vertical-megamenu > li.victo-mega-menu > .dropdown-menu > li .dropdown-sub > li > a {
  padding: 0;
  line-height: 32px;
  display: block;
  font-size: 13px;
  color: #666;
  position: relative;
}
.wrapper_vertical_menu .vertical-megamenu > li.victo-mega-menu > .dropdown-menu > li .dropdown-sub > li.victo-menu-img > a {
  padding-left: 30px;
}
.wrapper_vertical_menu .vertical-megamenu > li.victo-mega-menu > .dropdown-menu > li .dropdown-sub > li.victo-menu-img > a span.menu-img {
  position: absolute;
  left: 0;
  top: 4px;
  display: inline-block;
}
.rtl .wrapper_vertical_menu .vertical-megamenu > li.victo-mega-menu > .dropdown-menu > li .dropdown-sub > li.victo-menu-img > a span.menu-img {
  right: 0;
  left: auto;
}
.wrapper_vertical_menu .vertical-megamenu > li.victo-mega-menu > .dropdown-menu > li .dropdown-sub > li.victo-menu-img > a .menu-title {
  padding: 0;
  margin: 0 0 0 42px;
  font-weight: 600;
  color: #222;
}
.rtl .wrapper_vertical_menu .vertical-megamenu > li.victo-mega-menu > .dropdown-menu > li .dropdown-sub > li.victo-menu-img > a .menu-title {
  margin: 0 60px 0 0;
}
.wrapper_vertical_menu .vertical-megamenu > li.victo-mega-menu > .dropdown-menu > li .dropdown-sub > li.active a,
.wrapper_vertical_menu .vertical-megamenu > li.victo-mega-menu > .dropdown-menu > li .dropdown-sub > li:hover a {
  color: #ea0029;
}
.wrapper_vertical_menu .vertical-megamenu > li.victo-mega-menu > .dropdown-menu > li.col-1 {
  min-width: 160px;
}
.wrapper_vertical_menu .vertical-megamenu > li.victo-mega-menu > .dropdown-menu > li.col-2 {
  min-width: 360px;
}
.wrapper_vertical_menu .vertical-megamenu > li.victo-mega-menu > .dropdown-menu > li.col-3 {
  min-width: 540px;
}
.wrapper_vertical_menu .vertical-megamenu > li.victo-mega-menu > .dropdown-menu > li.col-4 {
  min-width: 720px;
}
.wrapper_vertical_menu .vertical-megamenu > li.victo-mega-menu > .dropdown-menu > li.col-5 {
  min-width: 900px;
}
.wrapper_vertical_menu .vertical-megamenu > li.victo-mega-menu > .dropdown-menu > li.col-6 {
  min-width: 900px;
}
.wrapper_vertical_menu .vertical-megamenu > li.victo-mega-menu > .dropdown-menu > li.col3-img-right {
  padding: 30px 10px 25px 10px;
}
.wrapper_vertical_menu .vertical-megamenu > li.victo-menu-icon > a span.fa {
  margin: 0 7px 0 0;
  display: inline-block;
  width: 20px;
  text-align: center;
}
.wrapper_vertical_menu .vertical-megamenu > li.victo-menu-img > a span.menu-img {
  position: absolute;
  left: 0;
  top: 15px;
  display: inline-block;
}
.rtl .wrapper_vertical_menu .vertical-megamenu > li.victo-menu-img > a span.menu-img {
  right: 0;
  left: auto;
}
.mega-menu .wrap-content {
  overflow: hidden;
}
.mega-menu .wrap-content .item {
  float: left;
  width: 25%;
  padding: 0 15px;
}
.mega-menu .wrap-content .item .item-image img {
  margin-bottom: 10px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.mega-menu .wrap-content .item .item-image:hover img {
  opacity: 0.9;
}
.mega-menu .wrap-content .item .item-content h3 {
  font-size: 14px;
  color: #222;
  font-weight: 700 !important;
  text-transform: uppercase;
  padding: 15px 0;
  border-bottom: 1px solid #eaeaea;
}
.mega-menu .wrap-content .item .item-content ul > li > a {
  padding: 10px 0;
  font-size: 13px;
  color: #7d7d7d;
}
.mega-menu .wrap-content .item .item-content ul > li > a:hover {
  color: #ea0029;
}
.listing-tab-shortcode .tabbable .nav.nav-tabs {
  width: 270px;
  max-width: 270px;
  background-color: #fff;
  float: left;
  padding: 0;
  border-right: 1px solid #ebebeb;
}
.rtl .listing-tab-shortcode .tabbable .nav.nav-tabs {
  float: right;
  border-left: 1px solid #ebebeb;
  border-right: 0;
}
.listing-tab-shortcode .tabbable .nav.nav-tabs li {
  float: none;
  border: 0;
  height: auto !important;
  margin: 0;
}
.listing-tab-shortcode .tabbable .nav.nav-tabs li a {
  padding: 12px 15px;
  font-size: 13px;
  font-weight: 400;
  color: #222;
  line-height: inherit;
  height: inherit;
  border-bottom: 1px solid #ebebeb;
  background: none;
  border-radius: 0;
  margin: 0;
}
.listing-tab-shortcode .tabbable .nav.nav-tabs li.active a,
.listing-tab-shortcode .tabbable .nav.nav-tabs li:hover a {
  cursor: pointer;
  color: #ea0029;
  background: #fff;
  border-color: transparent;
  border-bottom: 1px solid #ebebeb;
  margin: 0;
}
.listing-tab-shortcode .tabbable .tab-content {
  width: 75%;
  margin: 0 0 0 1%;
  float: left;
  border: 0px;
}
.listing-tab-shortcode .tabbable .tab-content .products-entry {
  margin-bottom: 0;
}
.listing-tab-shortcode .tabbable .tab-content .item {
  float: left;
  overflow: hidden;
  height: 100%;
  padding: 15px;
  min-height: 1px;
  width: 33.33%;
}
.listing-tab-shortcode .tabbable .tab-content .item .item-wrap:hover {
  margin: 0;
}
.listing-tab-shortcode .tabbable .tab-content .item .item-wrap:hover .item-detail .item-content {
  margin-top: 0;
}
.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: #ea0029;
}
.resmenu-container .menu-responsive-wrapper {
  position: absolute;
  top: 55px;
  right:0px;
  padding: 0;
  min-width: 300px;
  background: #464646;
  z-index: 999;
}
.resmenu-container .menu-responsive-wrapper ul {
  list-style-type: none;
  margin: 0;
}
.resmenu-container .menu-responsive-wrapper ul .dropdown-resmenu {
  display: none;
}
.resmenu-container .menu-responsive-wrapper ul .dropdown-resmenu > li > a {
  padding-left: 25px;
}
.resmenu-container .menu-responsive-wrapper ul > li {
  position: relative;
  -webkit-box-shadow: 0 1px 0 0 #555;
  -moz-box-shadow: 0 1px 0 0 #555;
  -o-box-shadow: 0 1px 0 0 #555;
  -ms-box-shadow: 0 1px 0 0 #555;
  box-shadow: 0 1px 0 0 #555;
}
.resmenu-container .menu-responsive-wrapper ul > li > a {
  color: #fff;
  padding: 10px 20px;
  display: block;
  -webkit-box-shadow: 0 1px 0 0 #555;
  -moz-box-shadow: 0 1px 0 0 #555;
  -o-box-shadow: 0 1px 0 0 #555;
  -ms-box-shadow: 0 1px 0 0 #555;
  box-shadow: 0 1px 0 0 #555;
}
.resmenu-container .menu-responsive-wrapper ul > li .show-dropdown {
  display: block;
  width: 40px;
  position: absolute;
  right: 0;
  top: 0;
  height: 39px;
  background: #111;
  cursor: pointer;
  text-align: center;
  line-height: 39px;
  font-size: 20px;
}
.resmenu-container .menu-responsive-wrapper ul > li .show-dropdown:after {
  content: "+";
  font-family: FontAwesome;
}
.resmenu-container .menu-responsive-wrapper ul > li .show-dropdown.show:after {
  content: "–";
}
.resmenu-container .menu-responsive-wrapper ul > li .show-dropdown:hover {
  color: #fff;
  background: #ea0029;
}
.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: #ea0029;
}
.resmenu-container .menu-responsive-wrapper ul > li:hover > .show-dropdown,
.resmenu-container .menu-responsive-wrapper ul > li.active > .show-dropdown {
  background: #ea0029;
  color: #fff;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  -webkit-transform: translate(-300px,0);
  -moz-transform: translate(-300px,0);
  -o-transform: translate(-300px,0);
  -ms-transform: translate(-300px,0);
  transform: translate(-300px,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);
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner {
  background: #464646;
  position: relative;
  height: 100%;
  overflow-x: auto;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner h3 {
  text-transform: uppercase;
  padding: 40px 0;
  text-align: center;
  background: #111;
  color: #eee;
  margin-bottom: 0;
  border-bottom: 1px solid #858585;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner > ul {
  border-bottom: 1px solid #555;
  margin: 0;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .menu-close {
  position: absolute;
  top: 10px;
  right: 20px;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .menu-close:after {
  content: "\f00d";
  font-family: FontAwesome;
}
.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .menu-close:hover {
  color: #ea0029;
}
#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.victo-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 .victo-radio-img input[type="radio"],
#cpanel-form .victo-radio-img span {
  display: none;
}
#cpanel-form .victo-radio-img img {
  width: 33px;
  cursor: pointer;
}
.lt-ie9 #cpanel-form .victo-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 #ebebeb;
  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.widget_price_filter,
.sidebar .widget.widget_layered_nav {
  padding-bottom: 0;
  background-color: #fff;
}
.sidebar .widget.widget_price_filter .block-title-widget h2,
.sidebar .widget.widget_layered_nav .block-title-widget h2 {
  border-radius: 0 !important;
}
.archive.post-type-archive .sidebar .widget.widget_media_image {
  margin-top: 30px;
}
.sidebar .widget.widget_layered_nav {
  border: 0;
}
.sidebar .widget.widget_layered_nav ul > li {
  border: 0 !important;
}
.sidebar .widget.widget_layered_nav ul > li:hover {
  border: 0 !important;
}
.sidebar .widget.widget_layered_nav ul > li:first-child {
  border: 0;
}
.sidebar .widget.widget_layered_nav ul > li:first-child:hover {
  border: 0;
}
.sidebar .widget {
  margin-bottom: 30px;
  background-color: #fff;
}
.sidebar .widget.widget_rss,
.sidebar .widget.widget_text {
  line-height: 27px;
}
.sidebar .widget.widget_media_image .widget-inner {
  border: 0;
}
.sidebar .widget .widget-inner {
  border: 1px solid #ebebeb;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.sidebar .widget .widget-inner .block-title-widget h2 {
  overflow: hidden;
  position: relative;
  padding: 12px 20px;
  color: #222;
  background: #f5f5f5;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 700 !important;
  margin-bottom: 0;
  border-bottom: 1px solid #ebebeb;
}
.sidebar .widget .widget-inner select {
  max-width: 100%;
  padding: 7px;
}
.sidebar .widget .widget-inner ul {
  list-style: none;
  margin: 0;
  border: 0;
  padding: 10px 20px;
}
.sidebar .widget .widget-inner ul > li {
  border: 0;
  padding: 7px 0;
}
.sidebar .widget .widget-inner ul > li:hover > a {
  color: #ea0029;
}
.sidebar .widget .widget-inner ul > li > a {
  display: inline-block;
  vertical-align: top;
  color: #222;
  border: 0;
  font-weight: 300;
  line-height: normal;
}
.sidebar .widget .widget-inner ul > li ul.children {
  margin-left: 15px;
  padding: 0;
  border: 0;
}
.sidebar .widget .widget-inner ul > li ul.children li:last-child {
  padding-bottom: 0;
}
.sidebar .widget.widget_product_categories ul.product-categories {
  padding: 10px 20px;
}
.sidebar .widget.widget_search .searchform {
  padding: 20px;
}
.sidebar .widget.widget_search .searchform .screen-reader-text {
  display: block;
}
.sidebar .widget.widget_search .searchform > div {
  position: relative;
  min-height: 60px;
}
.sidebar .widget.widget_search .searchform > div input {
  position: absolute;
  left: 0;
  top: 30px;
  width: 100%;
  border: 1px solid #c9c9c9;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  padding: 7px 60px 7px 7px;
  background: #fff;
}
.rtl .sidebar .widget.widget_search .searchform > div input {
  padding: 7px 7px 7px 60px;
}
.sidebar .widget.widget_search .searchform > div input#searchsubmit {
  background: #222;
  border: #222;
  padding: 8px;
  right: 0;
  width: auto;
  left: auto;
  color: #fff;
}
.sidebar .widget.widget_search .searchform > div input#searchsubmit:hover {
  background: #ea0029;
}
.rtl .sidebar .widget.widget_search .searchform > div input#searchsubmit {
  right: auto;
  left: 0;
}
.sidebar .widget.widget_nav_menu ul {
  margin: 0 0 0 15px;
}
.sidebar .widget.widget_calendar #calendar_wrap {
  width: 100%;
}
.sidebar .widget.widget_calendar #calendar_wrap #wp-calendar {
  display: inline-block;
  padding: 15px;
}
.sidebar .widget.widget_calendar #calendar_wrap #wp-calendar tbody tr td,
.sidebar .widget.widget_calendar #calendar_wrap #wp-calendar tr th {
  padding: 9px;
  text-align: center;
  border: 1px solid #ebebeb;
}
.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 {
  width: 89%;
  margin: 15px;
}
.sidebar .widget.widget_meta {
  background-color: #fff;
}
.sidebar .widget.widget_text .textwidget {
  padding: 15px;
}
.sidebar .widget.widget_text .textwidget ul {
  padding: 0;
}
.sidebar .widget.widget_tag_cloud .tagcloud {
  padding: 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;
  padding: 15px;
}
.sidebar .widget.widget_tag_cloud .tagcloud a {
  display: inline-block;
  color: #333;
  padding: 10px;
  border: 1px solid #ebebeb;
  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;
  font-size: 13px !important;
}
.sidebar .widget.widget_tag_cloud .tagcloud a:hover {
  border: 1px solid #ea0029;
  background-color: #ea0029;
  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: #ea0029;
}
.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: #ea0029;
}
.sidebar .widget.widget_nav_menu .widget-inner ul.menu > li ul.dropdown-menu > li > a {
  display: block;
  padding: 10px 15px;
  font-size: 13px;
}
.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: #ea0029;
}
.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;
}
.victo-portfolio .portfolio-tab {
  text-align: center;
}
.rtl .victo-portfolio .portfolio-tab {
  text-align: center;
}
.victo-portfolio .portfolio-tab ul {
  margin: 0 0 25px;
  background: transparent;
  display: inline-block;
  overflow: hidden;
}
.victo-portfolio .portfolio-tab ul li {
  float: left;
  border: 0;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  color: #222;
  margin-right: 10px;
  background-color: #fff;
  border-radius: 3px;
}
.rtl .victo-portfolio .portfolio-tab ul li {
  float: right;
}
.victo-portfolio .portfolio-tab ul li.selected {
  background: #ea0029;
  color: #fff;
  border-color: #ea0029;
}
.victo-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;
}
.victo-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;
}
.victo-portfolio .btn-loadmore.btn-loading .des-load {
  border: 0;
  display: none;
}
.victo-portfolio .btn-loadmore.btn-loading .des-load:before {
  content: "";
}
.victo-portfolio .btn-loadmore .des-load {
  font-size: 14px;
  padding: 10px 20px;
  display: inline-block;
  line-height: normal;
  background: #ea0029;
  font-weight: bold;
  color: #fff;
  border-radius: 3px;
}
.victo-portfolio .btn-loadmore .des-load:hover {
  opacity: 0.8;
}
.victo-portfolio .btn-loadmore .des-load:before {
  content: attr(data-label);
}
.victo-portfolio .btn-loadmore.btn-loaded  .des-load:before {
  content: attr(data-label-loaded);
}
.victo-portfolio .portfolio-container {
  overflow: hidden;
}
.victo-portfolio .portfolio-container ul.portfolio-content {
  width: 100%;
  margin: 0;
}
.victo-portfolio .portfolio-container ul.portfolio-content:after {
  content: '';
  display: block;
  clear: both;
}
.victo-portfolio .portfolio-container ul.portfolio-content >li {
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 0;
  position: relative;
  display: inline-block;
}
.victo-portfolio .portfolio-container ul.portfolio-content >li.grid-item {
  padding: 0 15px;
  float: left;
}
.victo-portfolio .portfolio-container ul.portfolio-content >li .portfolio-item-inner {
  overflow: hidden;
}
.victo-portfolio .portfolio-container ul.portfolio-content >li .portfolio-item-inner .portfolio-in {
  position: relative;
  z-index: 1;
}
.victo-portfolio .portfolio-container ul.portfolio-content >li .portfolio-item-inner .portfolio-in a.portfolio-img img {
  border-radius: 3px;
}
.victo-portfolio .portfolio-container ul.portfolio-content >li .portfolio-item-inner .portfolio-in a.portfolio-img img:hover {
  opacity: 1;
}
.victo-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;
}
.victo-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;
}
.victo-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);
}
.victo-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;
}
.victo-portfolio .portfolio-container ul.portfolio-content >li .portfolio-item-inner .portfolio-in .p-item-content .p-item:hover {
  color: #ea0029;
  box-shadow: 0 0 1px 1px #ea0029;
}
.victo-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;
}
.victo-portfolio .portfolio-container ul.portfolio-content >li .portfolio-item-inner .portfolio-in .p-item-content .p-item-title:hover {
  color: #ea0029;
}
.victo-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);
}
.victo-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);
}
.victo-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);
}
.victo-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;
  border-radius: 3px;
}
.victo-portfolio .portfolio-container ul.portfolio-content >li.portfolio-item {
  width: 33.332%;
  margin: 0;
  padding: 0;
  border: 0;
}
.victo-portfolio .portfolio-container ul.portfolio-content >li.portfolio-item img {
  width: 100%;
}
.victo-portfolio .portfolio-container ul.portfolio-content >li.portfolio-item.p-double-width {
  width: 40%;
}
.victo-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: 20px;
  margin-bottom: 30px;
  border-radius: 3px;
}
.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-thumbnail img {
  border-radius: 3px;
}
.single-portfolio .portfolio-top .portfolio-content .single-portfolio-content {
  overflow: hidden;
}
.single-portfolio .portfolio-top .portfolio-content .single-portfolio-content h3 {
  font-size: 14px;
  border-bottom: 4px double #e2e2e2;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-weight: bold;
  color: #464646 4;
}
.single-portfolio .portfolio-top .portfolio-content .single-portfolio-content .single-description {
  margin-bottom: 25px;
}
.single-portfolio .portfolio-top .portfolio-content .single-portfolio-content .portfolio-meta .pmeta-item {
  margin-bottom: 10px;
}
.single-portfolio .portfolio-top .portfolio-content .single-portfolio-content .portfolio-meta .pmeta-item span {
  font-weight: bold;
  display: inline-block;
  min-width: 120px;
}
.single-portfolio .portfolio-top .portfolio-content .single-portfolio-content .portfolio-meta .pmeta-item > .meta-link {
  color: #ea0029;
}
.single-portfolio .portfolio-top .portfolio-content .single-portfolio-content .portfolio-meta .pmeta-item > .meta-link:hover {
  color: #ae0818;
}
.single-portfolio .related-portfolio {
  background: #fff;
  padding: 0 0 20px;
  margin-bottom: 40px;
  border-top: 2px solid #ea0029;
  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%;
  }
}
.listing-title h1 {
  font-size: 28px;
  font-weight: 700 !important;
  color: #222;
  margin: 0 0 30px;
  display: block;
  text-transform: uppercase;
}
.most-view-blog {
  background-color: #fff;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.most-view-blog .box-slider-title h2 {
  position: relative;
  padding: 12px 20px;
  color: #222;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700 !important;
  margin-bottom: 0;
  border-top: 2px solid #ea0029;
  border-bottom: 1px solid #ebebeb;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.most-view-blog .resp-slider-container .slider {
  padding: 20px;
}
.most-view-blog .resp-slider-container .slider .item {
  margin: 0 0 15px;
}
.most-view-blog .resp-slider-container .slider .item:last-child {
  margin: 0;
}
.most-view-blog .resp-slider-container .slider .item .widget-thumb {
  overflow: hidden;
}
.most-view-blog .resp-slider-container .slider .item .widget-thumb:hover .img_over img {
  opacity: 0.85;
}
.most-view-blog .resp-slider-container .slider .item .widget-thumb .img_over {
  float: left;
  width: 65px;
  border-radius: 2px;
  margin-right: 10px;
}
.most-view-blog .resp-slider-container .slider .item .widget-thumb .img_over img {
  border-radius: 2px;
}
.rtl .most-view-blog .resp-slider-container .slider .item .widget-thumb .img_over {
  float: right;
  margin-right: 0;
  margin-left: 10px;
}
.most-view-blog .resp-slider-container .slider .item .widget-thumb .entry-content .widget-title h4 {
  position: relative;
  margin: -5px 0 0;
}
.most-view-blog .resp-slider-container .slider .item .widget-thumb .entry-content .widget-title h4 a {
  font-size: 13px;
  color: #555;
  font-weight: 300;
  line-height: 15px;
}
.most-view-blog .resp-slider-container .slider .item .widget-thumb .entry-content .widget-title h4 a:hover {
  color: #ea0029;
}
.most-view-blog .resp-slider-container .slider .item .widget-thumb .entry-content .entry-meta .latest_post_date {
  font-size: 10px;
  color: #ea0029;
}
.most-view-blog .resp-slider-container .slider .item .widget-thumb .entry-content .entry-meta .latest_post_date i {
  margin-right: 7px;
}
.rtl .most-view-blog .resp-slider-container .slider .item .widget-thumb .entry-content .entry-meta .latest_post_date i {
  margin-left: 7px;
  margin-right: 0;
}
.category-contents {
  margin-bottom: 40px;
}
.category-contents .blog-content .post {
  margin-bottom: 30px;
}
.category-contents .blog-content .post.format-audio .entry-thumb {
  width: 100%;
}
.category-contents .blog-content .post.sticky .entry .entry-content,
.category-contents .blog-content .post.tag-sticky-2 .entry .entry-content {
  background: #f2f2f2;
  padding: 20px;
}
.category-contents .blog-content .post .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 #ffffff;
  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;
  text-align: center;
}
.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: #555;
  font-weight: 700;
}
.category-contents .blog-content .post .entry .entry-thumb .entry-meta .month-time {
  font-size: 14px;
  color: #555;
  display: block;
}
.category-contents .blog-content .post .entry .entry-content {
  padding: 0;
}
.category-contents .blog-content .post .entry .entry-content .content-top {
  padding: 15px 0;
  border-bottom: 1px solid #ebebeb;
}
.category-contents .blog-content .post .entry .entry-content .content-top .entry-title h4 {
  margin-bottom: 20px;
}
.category-contents .blog-content .post .entry .entry-content .content-top .entry-title h4 a {
  font-size: 18px;
  color: #222;
  font-weight: 700;
  line-height: normal;
}
.category-contents .blog-content .post .entry .entry-content .content-top .entry-title h4 a:hover {
  color: #ea0029;
}
.category-contents .blog-content .post .entry .entry-content .content-top .entry-meta {
  color: #555;
  font-size: 13px;
  margin-bottom: 5px;
}
.category-contents .blog-content .post .entry .entry-content .content-top .entry-meta a {
  color: #555;
}
.category-contents .blog-content .post .entry .entry-content .content-top .entry-meta a:hover {
  color: #ea0029;
}
.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;
  display: inline-block;
  vertical-align: top;
}
.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: #555;
  text-transform: capitalize;
  font-size: 13px;
}
.category-contents .blog-content .post .entry .entry-content .content-top .entry-meta-tag a {
  color: #555;
}
.category-contents .blog-content .post .entry .entry-content .content-top .entry-meta-tag a:hover {
  color: #ea0029;
}
.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: #ea0029;
  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: #c7091c;
}
.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-thumb:before {
  display: none;
}
.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-summary {
  color: #555;
  padding: 10px 0;
  line-height: 24px;
  font-size: 14px;
}
.category-contents .blog-content.blog-content-list .post .entry .entry-content .content-top .entry-summary ul li span,
.category-contents .blog-content.blog-content-list .post .entry .entry-content .content-top .entry-summary ul li em,
.category-contents .blog-content.blog-content-list .post .entry .entry-content .content-top .entry-summary ul li strong {
  font-size: 14px !important;
}
.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;
}
.pag-search .pagination {
  padding: 0;
}
.pag-search .pagination .wrap_content {
  padding-left: 0;
  padding-right: 15px;
}
.rtl .pag-search .pagination .wrap_content {
  padding-right: 0;
  padding-left: 15px;
}
.pagination {
  display: block;
  float: none;
  width: 100%;
  margin: 0;
  padding: 0 15px;
  text-align: center;
}
.pagination .wrap_content {
  display: block;
  background-color: #fff;
  padding: 11px 20px;
  border-radius: 3px;
}
.pagination .wrap_content ul {
  margin: 0;
  list-style-type: none;
  float: right;
  display: inline-block;
}
.pagination .wrap_content ul li {
  float: left;
  position: relative;
  text-transform: capitalize;
  text-align: center;
  margin: 0 5px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.rtl .pagination .wrap_content ul li {
  float: right;
}
.pagination .wrap_content ul li:hover a {
  background-color: transparent;
  color: #ea0029;
  border: 1px solid #ea0029;
}
.pagination .wrap_content ul li span.current {
  background-color: transparent;
  color: #ea0029;
  border: 1px solid #ea0029;
  width: 28px;
  padding: 5px 0px;
  display: block;
  text-align: center;
  font-size: 14px;
  margin-bottom: 0;
}
.pagination .wrap_content ul li a {
  background: #ea0029;
  border: 1px solid #ea0029;
  color: #fff;
  width: 28px;
  padding: 5px 0px;
  display: block;
  text-align: center;
  font-size: 14px;
  margin-bottom: 0;
}
.pagination .wrap_content ul li .prev {
  margin-right: 5px;
}
.rtl .pagination .wrap_content ul li .prev {
  margin-left: 5px;
  margin-right: 0;
}
.pagination .wrap_content ul li .next,
.pagination .wrap_content ul li .prev {
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  text-indent: -9999px;
  position: relative;
}
.pagination .wrap_content ul li .next:before,
.pagination .wrap_content ul li .prev:before {
  font-family: 'FontAwesome';
  font-size: 18px;
  text-indent: 0;
  position: absolute;
  left: 50%;
  margin-left: -3px;
  top: 50%;
  margin-top: -9px;
  display: inline-block;
}
.pagination .wrap_content ul li .next:hover,
.pagination .wrap_content ul li .prev:hover {
  color: #ea0029;
}
.pagination .wrap_content ul li .next:before {
  content: '\f105';
}
.rtl .pagination .wrap_content ul li .next:before {
  content: '\f104';
}
.pagination .wrap_content ul li .prev:before {
  content: '\f104';
}
.rtl .pagination .wrap_content ul li .prev:before {
  content: '\f105';
}
.rtl .pagination .wrap_content ul li .fa-angle-right:before {
  content: '\f104';
}
.rtl .pagination .wrap_content 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: #ea0029;
}
.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: #ea0029;
}
.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: #ea0029;
  border-color: #ea0029;
}
.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-title,
.single.main .team .entry-wrap .entry-title,
.single.main .attachment .entry-wrap .entry-title {
  color: #222;
  font-size: 22px;
  font-weight: 700 !important;
  margin-top: 25px;
}
.single.main .post .entry-wrap .entry-date,
.single.main .team .entry-wrap .entry-date,
.single.main .attachment .entry-wrap .entry-date {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: center;
}
.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: #555;
  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: #555;
  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: #555;
  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: #555;
  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: #ea0029;
}
.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 .post .entry-wrap .entry-content .entry-meta .month-time,
.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 .team .entry-wrap .entry-content .entry-meta .month-time,
.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,
.single.main .attachment .entry-wrap .entry-content .entry-meta .month-time {
  float: left;
  line-height: 20px;
  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 .post .entry-wrap .entry-content .entry-meta .month-time,
.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 .team .entry-wrap .entry-content .entry-meta .month-time,
.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,
.rtl .single.main .attachment .entry-wrap .entry-content .entry-meta .month-time {
  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 .post .entry-wrap .entry-content .entry-meta .month-time 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 .team .entry-wrap .entry-content .entry-meta .month-time 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,
.rtl .single.main .attachment .entry-wrap .entry-content .entry-meta .month-time 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 .post .entry-wrap .entry-content .entry-meta .month-time 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 .team .entry-wrap .entry-content .entry-meta .month-time 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,
.single.main .attachment .entry-wrap .entry-content .entry-meta .month-time 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: #555;
}
.single.main .post .entry-wrap .entry-content .entry-summary ul li span,
.single.main .post .entry-wrap .entry-content .entry-summary ul li em,
.single.main .post .entry-wrap .entry-content .entry-summary ul li strong,
.single.main .team .entry-wrap .entry-content .entry-summary ul li span,
.single.main .team .entry-wrap .entry-content .entry-summary ul li em,
.single.main .team .entry-wrap .entry-content .entry-summary ul li strong,
.single.main .attachment .entry-wrap .entry-content .entry-summary ul li span,
.single.main .attachment .entry-wrap .entry-content .entry-summary ul li em,
.single.main .attachment .entry-wrap .entry-content .entry-summary ul li strong {
  font-size: 14px !important;
}
.single.main .post .entry-wrap .entry-content .entry-summary p .alignnone,
.single.main .team .entry-wrap .entry-content .entry-summary p .alignnone,
.single.main .attachment .entry-wrap .entry-content .entry-summary p .alignnone {
  display: block;
  clear: none;
  margin: 20px 0 30px 0;
}
.single.main .post .entry-wrap .entry-content .entry-summary p .alignnone.image-single,
.single.main .team .entry-wrap .entry-content .entry-summary p .alignnone.image-single,
.single.main .attachment .entry-wrap .entry-content .entry-summary p .alignnone.image-single {
  margin-left: 30px;
}
.single.main .post .entry-wrap .entry-content .social-share,
.single.main .team .entry-wrap .entry-content .social-share,
.single.main .attachment .entry-wrap .entry-content .social-share {
  line-height: 33px;
  display: block;
  border-bottom: 1px solid #ebebeb;
  padding: 25px 0 40px;
}
.single.main .post .entry-wrap .entry-content .social-share .title-share,
.single.main .team .entry-wrap .entry-content .social-share .title-share,
.single.main .attachment .entry-wrap .entry-content .social-share .title-share {
  float: left;
  font-size: 14px;
  color: #222;
  margin-right: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
.rtl .single.main .post .entry-wrap .entry-content .social-share .title-share,
.rtl .single.main .team .entry-wrap .entry-content .social-share .title-share,
.rtl .single.main .attachment .entry-wrap .entry-content .social-share .title-share {
  margin-left: 20px;
  margin-right: 0;
  float: right;
}
.single.main .post .entry-wrap .entry-content .social-share a,
.single.main .team .entry-wrap .entry-content .social-share a,
.single.main .attachment .entry-wrap .entry-content .social-share a {
  display: inline-block;
  vertical-align: top;
  padding: 0;
  margin: 0 4px;
  text-align: center;
  border-radius: 50%;
  height: 33px;
  width: 33px;
  color: #fff;
  background-color: #ea0029;
  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: #222;
  font-size: 14px;
  font-weight: 700;
}
.page .main-page .page >.entry-content {
  margin-top: 0;
}
.page .main-page .page >.entry-content .entry-summary {
  line-height: 26px;
  margin-bottom: 25px;
}
.home.page .main-page .page >.entry-content {
  margin-top: 30px;
}
.home.page .main-page .page >.entry-content .entry-summary {
  line-height: normal;
  margin-bottom: 0;
}
.home-style1.page .main-page .page >.entry-content,
.home-style2.page .main-page .page >.entry-content,
.home-style3.page .main-page .page >.entry-content {
  margin-top: 0;
}
.single-post-relate {
  margin-bottom: 60px;
  margin-top: 40px;
}
.single-post-relate > h4 {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 16px;
  color: #464646;
  font-weight: 700 !important;
  padding: 0 0 15px;
  border-bottom: 1px solid #ebebeb;
  position: relative;
}
.single-post-relate > h4:before {
  content: '';
  width: 100px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -1px;
  background-color: #ea0029;
}
.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;
  text-align: center;
}
.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: #555;
  font-weight: 700;
}
.single-post-relate .post .item-relate-img .entry-meta .month-time {
  font-size: 14px;
  color: #555;
  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: #222;
  font-size: 14px;
  font-weight: 700;
}
.single-post-relate .post .item-relate-content h4 a:hover {
  color: #ea0029;
}
.single-post-relate .post .item-relate-content .entry-meta {
  color: #555;
  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: #555;
  font-size: 13px;
  text-transform: capitalize;
}
.single-post-relate .post .item-relate-content .entry-meta a:hover {
  color: #ea0029;
}
.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: #ea0029;
  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 .title {
  color: #222;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700 !important;
  margin-bottom: 20px;
}
#comments .title small {
  color: #222;
  font-size: 16px;
}
#comments .commentlist .entry-summary {
  line-height: 1.8;
}
#comments .commentlist .children {
  margin-left: 60px;
  margin-right: 0;
}
.rtl #comments .commentlist .children {
  margin-right: 90px;
  margin-left: 0;
}
#comments .comment {
  margin-bottom: 30px;
  border: 1px #ebebeb solid;
  padding: 15px;
  background-color: #fff;
}
#comments .comment .author {
  margin: 0;
  overflow: hidden;
}
#comments .comment .media-body {
  padding-left: 20px;
}
.rtl #comments .comment .media-body {
  padding-right: 20px;
  padding-left: 0;
}
#comments .comment .media-body .media .media-heading {
  overflow: hidden;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ebebeb;
}
#comments .comment .media-body .media .media-heading .author-name {
  color: #222;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 5px;
}
#comments .comment .media-body .media .media-heading .time {
  color: #555;
  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: #555;
}
#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: #ea0029;
}
#comments .pingback .media-heading .time {
  display: none;
}
#respond {
  margin-bottom: 60px;
}
#respond .wp-comment .title {
  font-size: 16px;
  color: #222;
  text-transform: uppercase;
  font-weight: 700 !important;
  margin-bottom: 30px;
}
#respond .wp-comment .form-horizontal .cmm-box-top {
  margin: 0 -15px 10px;
}
#respond .wp-comment .form-horizontal .cmm-box-top .control-group {
  width: 33.333%;
  padding: 0 15px;
}
#respond .wp-comment .form-horizontal .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 .wp-comment .form-horizontal .cmm-box-top input:focus {
  background-color: #fafafa;
}
#respond .wp-comment .form-horizontal .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 .wp-comment .form-horizontal .cmm-box-bottom button.btn {
  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: #ea0029;
}
#respond .wp-comment .form-horizontal .cmm-box-bottom button.btn:hover {
  background: #ae0818;
}
.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(224,11,32,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);
}
.home-style1 h1.entry-title,
.home-style2 h1.entry-title,
.home-style3 h1.entry-title {
  display: none;
}
.about_us h2 {
  font-weight: 400;
  text-transform: normal;
  color: #222;
}
.about_us .vc_btn3-style-custom {
  height: 35px;
  border-radius: 17px;
  padding: 0 35px;
  line-height: 35px;
}
.about_us .vc_btn3-style-custom:hover {
  background-color: #df0a1f !important;
}
.about_us p {
  line-height: 23px;
  color: #666;
}
.about-service .item .item_wrap {
  text-align: center;
}
.about-service .item .item_wrap .icon {
  display: inline-block;
  text-align: center;
  width: 100px;
  height: 100px;
  font-size: 36px;
  color: #fff;
  border-radius: 50%;
  line-height: 100px;
  background-color: #ea0029;
}
.about-service .item .item_wrap h3 {
  font-weight: 700;
  color: #222;
  text-transform: uppercase;
  padding: 20px 0 10px;
  font-size: 14px;
  margin: 0;
}
.about-service .item .item_wrap .des {
  font-size: 14px;
  color: #666;
  line-height: 24px;
}
.sw-ourteam-slider {
  margin: 0 0 30px;
}
.sw-ourteam-slider .box-title {
  float: none;
}
.sw-ourteam-slider .box-title h2 {
  text-align: center;
  color: #222;
  font-size: 26px;
  margin: 0 0 20px;
  text-transform: capitalize;
}
.sw-ourteam-slider .description {
  text-align: center;
  font-size: 14px;
  color: #666;
  margin: 0 0 25px;
}
.sw-ourteam-slider .resp-slider-container .slider .slick-list {
  margin: 0 -15px;
}
.sw-ourteam-slider .resp-slider-container .slider .slick-list .item {
  padding: 0 15px;
}
.sw-ourteam-slider .resp-slider-container .slider .slick-list .item .item-wrap .item-content {
  padding: 20px 0 15px;
  text-align: center;
}
.sw-ourteam-slider .resp-slider-container .slider .slick-list .item .item-wrap .item-content h3 {
  font-size: 14px;
  color: #222;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 5px;
}
.sw-ourteam-slider .resp-slider-container .slider .slick-list .item .item-wrap .item-content .team-info {
  font-size: 12px;
  color: #666;
}
.sw-ourteam-slider .resp-slider-container .slider .slick-list .item .item-wrap .item-social {
  padding: 0 0 15px;
  text-align: center;
}
.sw-ourteam-slider .resp-slider-container .slider .slick-list .item .item-wrap .item-social > div.social {
  display: inline-block;
  padding: 0 7px;
}
.sw-ourteam-slider .resp-slider-container .slider .slick-list .item .item-wrap .item-social > div.social > a {
  font-size: 14px;
  color: #555;
}
.sw-ourteam-slider .resp-slider-container .slider .slick-list .item .item-wrap .item-social > div.social > a:hover {
  color: #ea0029;
}
.sw-ourteam-slider .resp-slider-container .slider .slick-list .item .item-wrap:hover {
  margin-bottom: 0;
}
.contact-style {
  padding: 20px;
  background-color: #fff;
  border-radius: 3px;
}
.contact_us .title-page {
  font-size: 26px;
  color: #222;
  text-transform: capitalize;
  font-weight: 700;
  text-align: center;
}
.contact_us .des {
  padding: 20px 0 25px;
  font-size: 14px;
  color: #666;
  line-height: 24px;
  width: 80%;
  text-align: center;
  margin: 0 auto;
}
.contact_us .wpcf7 .wpcf7-form .wpcf7-form-control.wpcf7-text {
  height: 40px;
  width: 48.7%;
  border: 1px solid #ebeaea;
  border-radius: 2px;
  float: left;
  margin-bottom: 30px;
  padding: 0 10px;
}
.contact_us .wpcf7 .wpcf7-form .wpcf7-form-control.wpcf7-email {
  float: right;
}
.contact_us .wpcf7 .wpcf7-form .wpcf7-form-control.wpcf7-textarea {
  width: 100%;
  border: 1px solid #ebeaea;
  border-radius: 2px;
  padding: 10px;
}
.contact_us .wpcf7 .wpcf7-form .wpcf7-form-control.wpcf7-submit {
  font-size: 12px;
  background-color: #ea0029;
  height: 36px;
  border-radius: 17px;
  padding: 0 45px;
  line-height: 36px;
  text-transform: capitalize;
  border: 0;
  font-weight: 700;
  margin-top: 10px;
}
.contact_us .wpb_content_element {
  position: relative;
  z-index: 3;
}
.contact_us .contact-style {
  margin-bottom: 0px;
}
.block-contact {
  padding: 30px;
  background-color: #fff;
  border-radius: 3px;
}
.block-contact .item .item-wrap {
  text-align: center;
}
.block-contact .item .item-wrap:hover {
  box-shadow: none;
  margin-bottom: 0;
}
.block-contact .item .item-wrap i {
  display: inline-block;
  font-size: 36px;
  color: #ea0029;
}
.block-contact .item .item-wrap h4 {
  font-size: 14px;
  color: #222;
  text-transform: uppercase;
  font-weight: 700;
  margin: 13px 0 15px;
}
.block-contact .item .item-wrap .info {
  font-size: 14px;
  color: #555;
}
.error404 .wrapper_404 {
  text-align: center;
  min-height: 100%;
  min-width: 1024px;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column;
  flex-flow: column;
  justify-content: center;
}
.error404 .wrapper_404 .content_404 .block-top .error {
  font-size: 340px;
  text-shadow: 5px 0 15px rgba(0,0,0,0.2);
  color: #fff;
}
.error404 .wrapper_404 .content_404 .block-top h1 {
  font-size: 44px;
  color: #ea0029;
  text-transform: uppercase;
  margin-bottom: 13px;
}
.error404 .wrapper_404 .content_404 .block-top h1 .fa {
  margin-right: 20px;
}
.rtl .error404 .wrapper_404 .content_404 .block-top h1 .fa {
  margin-right: 0;
  margin-left: 20px;
}
.error404 .wrapper_404 .content_404 .block-top h1 span {
  font-weight: bold;
}
.error404 .wrapper_404 .content_404 .block-top .error-top {
  font-family: 'LoraItalic';
  font-size: 110px;
  color: #fff;
  margin-bottom: 30px;
}
.error404 .wrapper_404 .content_404 .block-top .error-top span {
  color: #ea0029;
}
.error404 .wrapper_404 .content_404 .block-top .warning-code {
  font-size: 20px;
  color: #222;
  margin-bottom: 40px;
}
.error404 .wrapper_404 .content_404 .block-top .des1 {
  color: #d9d9d9;
  margin-bottom: 32px;
}
.error404 .wrapper_404 .content_404 .block-top .des1 .flag {
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
}
.error404 .wrapper_404 .content_404 .block-middle {
  text-align: center;
}
.error404 .wrapper_404 .content_404 .block-middle .victo_search_404 .top-form.top-search {
  display: inline-block;
  float: none;
  margin-bottom: 20px;
}
.error404 .wrapper_404 .content_404 .block-middle .victo_search_404 .top-form.top-search form {
  overflow: hidden;
}
.error404 .wrapper_404 .content_404 .block-middle .victo_search_404 .top-form.top-search form .cat-wrapper {
  display: none;
}
.error404 .wrapper_404 .content_404 .block-middle .victo_search_404 .top-form.top-search form input {
  height: 50px;
  float: left;
  padding: 0 50px;
  border: 0;
  border-radius: 3px;
  min-width: 340px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.error404 .wrapper_404 .content_404 .block-middle .victo_search_404 .top-form.top-search form button {
  height: 50px;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  padding: 0 40px;
  background-color: #ea0029;
  border: 0;
  font-weight: 600;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.error404 .wrapper_404 .content_404 .block-bottom a {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}
.error404 .wrapper_404 .content_404 .block-bottom a:hover {
  color: #ea0029;
}
.error404 .wrapper_404 .content_404 .block-bottom a i {
  margin-left: 10px;
}
@media (max-width: 1366px) {
  .error404 .wrapper_404 {
    min-height: auto;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .error404 .wrapper_404 {
    min-height: 768px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .error404 .wrapper_404 {
    min-height: 1024px;
  }
  .error404 .wrapper_404 .content_404 .block-top .error-top {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  .error404 .wrapper_404 .content_404 .block-top .error-top {
    font-size: 60px;
  }
}
@media (max-width: 480px) {
  .error404 .wrapper_404 .content_404 .block-middle .victo_search_404 .top-form.top-search form input {
    min-width: 200px;
    padding: 0 20px;
  }
  .error404 .wrapper_404 .content_404 .block-middle .victo_search_404 .top-form.top-search form button {
    padding: 0 20px;
  }
  .error404 .wrapper_404 .content_404 .block-top .error-top {
    font-size: 40px;
  }
}
.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 #df0a1f !important;
}
.vc_wp_search .widget_search .searchform input[type="text"] {
  border: 1px solid #ebebeb;
}
.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;
}
.fancybox-overlay .fancybox-close {
  width: 31px;
  height: 31px;
  background: url("../assets/img/fancybox-close.png") no-repeat scroll center center #ea0029;
  top: -16px;
  right: 14px;
}
#subscribe_popup {
  text-align: left;
  display: none;
  background-repeat: no-repeat;
  position: relative;
  width: 840px;
  height: 420px;
}
#subscribe_popup .subscribe-popup-container .image-newsletter {
  width: 100%;
}
#subscribe_popup .subscribe-popup-container .subscribe-content {
  width: 50%;
  position: absolute;
  text-align: center;
  padding: 60px 0;
  right: 0;
}
#subscribe_popup .subscribe-popup-container h2 {
  color: #fff;
  font-size: 36px;
  font-weight: 700 !important;
  margin-bottom: 17px;
}
#subscribe_popup .subscribe-popup-container .description {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 30px;
}
#subscribe_popup .subscribe-popup-container .subscribe-form {
  margin-bottom: 15px;
  max-width: 390px;
  position: relative;
}
#subscribe_popup .subscribe-popup-container .subscribe-form p,
#subscribe_popup .subscribe-popup-container .subscribe-form input {
  margin: 0;
}
#subscribe_popup .subscribe-popup-container .subscribe-form input[type="email"] {
  padding: 0 120px 0 15px;
  height: 44px;
  line-height: 44px;
  overflow: hidden;
  display: block;
  font-size: 13px;
  border-radius: 4px;
  border: 0;
  width: 100%;
}
.rtl #subscribe_popup .subscribe-popup-container .subscribe-form input[type="email"] {
  padding: 0 15px 0 120px;
}
#subscribe_popup .subscribe-popup-container .subscribe-form input[type="submit"] {
  background-color: #ea0029;
  position: absolute;
  height: 38px;
  width: 105px;
  overflow: hidden;
  top: 50%;
  margin-top: -19px;
  right: 4px;
  border: 0;
  border-radius: 0;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
.rtl #subscribe_popup .subscribe-popup-container .subscribe-form input[type="submit"] {
  left: 4px;
  right: auto;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#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;
}
#subscribe_popup .subscribe-popup-container .subscribe-checkbox input {
  cursor: pointer;
  position: relative;
  top: -2px;
}
#subscribe_popup .subscribe-popup-container .subscribe-checkbox label {
  vertical-align: top;
  line-height: 25px;
  margin: 0;
  font-weight: normal;
  color: #222;
  font-weight: 500;
}
#subscribe_popup .subscribe-popup-container .subscribe-checkbox label span {
  display: inline-block;
  vertical-align: top;
  line-height: 20px;
  color: #fff;
  font-weight: 400;
}
#subscribe_popup .subscribe-social {
  padding: 0;
  text-align: center;
  position: relative;
  z-index: 3;
  margin-top: 10px;
}
#subscribe_popup .subscribe-social h3 {
  color: #fff;
  font-weight: 700 !important;
  font-size: 16px;
  text-transform: uppercase;
}
#subscribe_popup .subscribe-social > .subscribe-social-inner .victo-socials ul {
  margin: 0;
}
#subscribe_popup .subscribe-social > .subscribe-social-inner .victo-socials ul > li > a {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 12px;
  line-height: 30px;
  color: #555;
  background: #fff;
  margin: 0 5px;
  border: 1px solid #ebeaea;
}
#subscribe_popup .subscribe-social > .subscribe-social-inner .victo-socials ul > li > a:hover {
  border: 1px solid #ea0029;
  background-color: #ea0029;
  color: #fff;
}
.search-cate .sw_woo_search .swsearch-wrapper .top-form.top-search h3 {
  margin: 0;
}
.search-cate .sw_woo_search .swsearch-wrapper .top-form.top-search .cat-wrapper {
  padding-left: 0;
}
.rtl .search-cate .sw_woo_search .swsearch-wrapper .top-form.top-search .cat-wrapper {
  padding-right: 0;
}
.sw-instagram-gallery {
  margin-bottom: 10px;
}
.sw-instagram-gallery h3 {
  padding: 10px 0;
  position: relative;
  font-size: 14px;
  color: #222;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.sw-instagram-gallery h3:before {
  content: '';
  display: inline-block;
  width: 40px;
  height: 2px;
  background-color: #ea0029;
  position: absolute;
  left: 0;
  bottom: 0;
}
.rtl .sw-instagram-gallery h3:before {
  right: 0;
  left: auto;
}
.sw-instagram-gallery .intagram-gallery-content {
  margin: 0 -7px;
  display: inline-block;
  vertical-align: top;
}
.sw-instagram-gallery .intagram-gallery-content .item {
  position: relative;
  padding: 0 7px;
  width: 33.33%;
  margin-bottom: 15px;
}
.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 {
  color: #222;
  font-weight: 700 !important;
  text-transform: uppercase;
  padding: 20px;
  margin: 0 !important;
}
.sidebar .widget.widget_layered_nav ul {
  border: 0;
}
.sw-woo-container-slider-theme1 {
  margin-bottom: 40px;
}
.sw-woo-container-slider-theme1 .box-slider-title {
  background-color: #6fbf1d;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.sw-woo-container-slider-theme1 .box-slider-title.style1 {
  background-color: #b5361c;
}
.sw-woo-container-slider-theme1 .box-slider-title.style2 {
  background-color: #64c0d1;
}
.sw-woo-container-slider-theme1 .box-slider-title h2 {
  font-size: 15px;
  color: #fff;
  font-weight: 700;
  text-align: left;
  margin-right: 10px;
  text-transform: uppercase;
  margin: 0;
  padding: 12px 20px;
}
.rtl .sw-woo-container-slider-theme1 .box-slider-title h2 {
  text-align: right;
}
.sw-woo-container-slider-theme1 .box-slider-title h2 .icon {
  display: inline-block;
  float: left;
  width: 16px;
  height: 16px;
  margin-right: 10px;
}
.rtl .sw-woo-container-slider-theme1 .box-slider-title h2 .icon {
  float: right;
  margin-left: 10px;
  margin-right: 0;
}
.sw-woo-container-slider-theme1 .box-slider-title h2 .icon img {
  width: auto;
  margin: 0;
}
.sw-woo-container-slider-theme1 .res-button {
  width: 10px;
  height: 10px;
  position: absolute;
  color: #fff;
  display: inline-block;
  top: 11px;
  cursor: pointer;
  font-size: 0;
}
.sw-woo-container-slider-theme1 .res-button:hover {
  color: #ea0029;
}
.sw-woo-container-slider-theme1 .res-button:before {
  font-family: 'FontAwesome';
  font-size: 18px;
}
.sw-woo-container-slider-theme1 .res-button.slick-prev {
  right: 42px;
  left: auto;
}
.sw-woo-container-slider-theme1 .res-button.slick-prev:before {
  content: '\f0d9';
}
.rtl .sw-woo-container-slider-theme1 .res-button.slick-prev {
  left: 25px;
  right: auto;
}
.sw-woo-container-slider-theme1 .res-button.slick-next {
  right: 25px;
  left: auto;
}
.rtl .sw-woo-container-slider-theme1 .res-button.slick-next {
  left: 42px;
  right: auto;
}
.sw-woo-container-slider-theme1 .res-button.slick-next:before {
  content: '\f0da';
}
.sw-woo-container-slider-theme1 .resp-slider-container .slider {
  padding: 20px;
  background-color: #fff;
}
.sw-woo-container-slider-theme1 .resp-slider-container .slider .item .item-wrap {
  padding-bottom: 20px;
  border-bottom: 1px solid #ebebeb;
  overflow: hidden;
  margin-bottom: 20px;
}
.sw-woo-container-slider-theme1 .resp-slider-container .slider .item .item-wrap:hover {
  box-shadow: none;
}
.sw-woo-container-slider-theme1 .resp-slider-container .slider .item .item-wrap:hover .products-thumb .item-bottom {
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  transition: all 0.8s ease;
  opacity: 1;
  filter: alpha(opacity=100);
}
.sw-woo-container-slider-theme1 .resp-slider-container .slider .item .item-wrap:hover .products-thumb .item-bottom .button.add_to_cart_button,
.sw-woo-container-slider-theme1 .resp-slider-container .slider .item .item-wrap:hover .products-thumb .item-bottom .add_to_cart_button,
.sw-woo-container-slider-theme1 .resp-slider-container .slider .item .item-wrap:hover .products-thumb .item-bottom .product_type_external,
.sw-woo-container-slider-theme1 .resp-slider-container .slider .item .item-wrap:hover .products-thumb .item-bottom .product_type_grouped,
.sw-woo-container-slider-theme1 .resp-slider-container .slider .item .item-wrap:hover .products-thumb .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.sw-woo-container-slider-theme1 .resp-slider-container .slider .item .item-wrap:hover .products-thumb .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.sw-woo-container-slider-theme1 .resp-slider-container .slider .item .item-wrap:hover .products-thumb .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
.sw-woo-container-slider-theme1 .resp-slider-container .slider .item .item-wrap:hover .products-thumb .item-bottom a.compare,
.sw-woo-container-slider-theme1 .resp-slider-container .slider .item .item-wrap:hover .products-thumb .item-bottom .group.fancybox {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.sw-woo-container-slider-theme1 .resp-slider-container .slider .item .item-wrap:last-child {
  padding-bottom: 0;
  border: 0;
  margin: 0;
}
.sw-woo-container-slider-theme1 .resp-slider-container .slider .item .item-wrap .products-thumb {
  float: left;
  max-width: 120px;
  margin-right: 20px;
  position: relative;
}
.sw-woo-container-slider-theme1 .resp-slider-container .slider .item .item-wrap .products-thumb img {
  border-radius: 4px;
}
.sw-woo-container-slider-theme1 .resp-slider-container .slider .item .item-wrap .products-thumb .item-bottom {
  position: absolute;
  left: 50%;
  right: auto;
  margin-left: -17px;
  top: 50%;
  margin-top: -50px;
  z-index: 3;
  opacity: 0;
  filter: alpha(opacity=0);
}
.sw-woo-container-slider-theme1 .resp-slider-container .slider .item .item-wrap .products-thumb .item-bottom .clear {
  display: none;
}
.sw-woo-container-slider-theme1 .resp-slider-container .slider .item .item-wrap .products-thumb .item-bottom .button.add_to_cart_button,
.sw-woo-container-slider-theme1 .resp-slider-container .slider .item .item-wrap .products-thumb .item-bottom .add_to_cart_button,
.sw-woo-container-slider-theme1 .resp-slider-container .slider .item .item-wrap .products-thumb .item-bottom .product_type_external,
.sw-woo-container-slider-theme1 .resp-slider-container .slider .item .item-wrap .products-thumb .item-bottom .product_type_grouped {
  text-align: center;
  color: #222;
  height: 35px;
  width: 35px;
  line-height: 35px;
  padding: 0;
  display: block;
  vertical-align: top;
  position: relative;
  font-size: 0;
  margin: 0;
  background: url('../assets/img/icon-cart.png') no-repeat center center #fff;
  float: none;
  border-radius: 50%;
  -webkit-transform: translateX(60px);
  -moz-transform: translateX(60px);
  -o-transform: translateX(60px);
  -ms-transform: translateX(60px);
  transform: translateX(60px);
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.sw-woo-container-slider-theme1 .resp-slider-container .slider .item .item-wrap .products-thumb .item-bottom .button.add_to_cart_button:hover,
.sw-woo-container-slider-theme1 .resp-slider-container .slider .item .item-wrap .products-thumb .item-bottom .add_to_cart_button:hover,
.sw-woo-container-slider-theme1 .resp-slider-container .slider .item .item-wrap .products-thumb .item-bottom .product_type_external:hover,
.sw-woo-container-slider-theme1 .resp-slider-container .slider .item .item-wrap .products-thumb .item-bottom .product_type_grouped:hover {
  background: url('../assets/img/icon-cart-add.png') no-repeat center center #ea0029;
}
.sw-woo-container-slider-theme1 .resp-slider-container .slider .item .item-wrap .products-thumb .item-bottom .button.add_to_cart_button:hover,
.sw-woo-container-slider-theme1 .resp-slider-container .slider .item .item-wrap .products-thumb .item-bottom .add_to_cart_button:hover,
.sw-woo-container-slider-theme1 .resp-slider-container .slider .item .item-wrap .products-thumb .item-bottom .product_type_external:hover,
.sw-woo-container-slider-theme1 .resp-slider-container .slider .item .item-wrap .products-thumb .item-bottom .product_type_grouped:hover {
  font-size: 0;
  padding: 0;
}
.sw-woo-container-slider-theme1 .resp-slider-container .slider .item .item-wrap .products-thumb .item-bottom .button.add_to_cart_button:hover:before,
.sw-woo-container-slider-theme1 .resp-slider-container .slider .item .item-wrap .products-thumb .item-bottom .add_to_cart_button:hover:before,
.sw-woo-container-slider-theme1 .resp-slider-container .slider .item .item-wrap .products-thumb .item-bottom .product_type_external:hover:before,
.sw-woo-container-slider-theme1 .resp-slider-container .slider .item .item-wrap .products-thumb .item-bottom .product_type_grouped:hover:before {
  color: #ea0029;
}
.sw-woo-container-slider-theme1 .resp-slider-container .slider .item .item-wrap .products-thumb .item-bottom .button.add_to_cart_button.loading,
.sw-woo-container-slider-theme1 .resp-slider-container .slider .item .item-wrap .products-thumb .item-bottom .add_to_cart_button.loading,
.sw-woo-container-slider-theme1 .resp-slider-container .slider .item .item-wrap .products-thumb .item-bottom .product_type_external.loading,
.sw-woo-container-slider-theme1 .resp-slider-container .slider .item .item-wrap .products-thumb .item-bottom .product_type_grouped.loading {
  background-color: #ea0029;
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.sw-woo-container-slider-theme1 .resp-slider-container .slider .item .item-wrap .products-thumb .item-bottom .button.add_to_cart_button.loading:before,
.sw-woo-container-slider-theme1 .resp-slider-container .slider .item .item-wrap .products-thumb .item-bottom .add_to_cart_button.loading:before,
.sw-woo-container-slider-theme1 .resp-slider-container .slider .item .item-wrap .products-thumb .item-bottom .product_type_external.loading:before,
.sw-woo-container-slider-theme1 .resp-slider-container .slider .item .item-wrap .products-thumb .item-bottom .product_type_grouped.loading:before {
  text-align: center;
  left: 0;
  background-color: #ea0029;
  border-radius: 16px;
}
.sw-woo-container-slider-theme1 .resp-slider-container .slider .item .item-wrap .products-thumb .item-bottom .button.add_to_cart_button.added,
.sw-woo-container-slider-theme1 .resp-slider-container .slider .item .item-wrap .products-thumb .item-bottom .add_to_cart_button.added,
.sw-woo-container-slider-theme1 .resp-slider-container .slider .item .item-wrap .products-thumb .item-bottom .product_type_external.added,
.sw-woo-container-slider-theme1 .resp-slider-container .slider .item .item-wrap .products-thumb .item-bottom .product_type_grouped.added {
  color: #ea0029;
}
.sw-woo-container-slider-theme1 .resp-slider-container .slider .item .item-wrap .products-thumb .item-bottom .button.add_to_cart_button.added:after,
.sw-woo-container-slider-theme1 .resp-slider-container .slider .item .item-wrap .products-thumb .item-bottom .add_to_cart_button.added:after,
.sw-woo-container-slider-theme1 .resp-slider-container .slider .item .item-wrap .products-thumb .item-bottom .product_type_external.added:after,
.sw-woo-container-slider-theme1 .resp-slider-container .slider .item .item-wrap .products-thumb .item-bottom .product_type_grouped.added:after {
  font-family: WooCommerce;
  background: #90cd0d;
  font-size: 8px;
  content: "\e017";
  display: inline-block;
  width: 14px;
  height: 14px;
  line-height: 15px;
  vertical-align: top;
  border-radius: 50%;
  margin-top: 12px;
  margin-left: 0;
  color: #444;
  font-weight: bold;
}
.rtl .sw-woo-container-slider-theme1 .resp-slider-container .slider .item .item-wrap .products-thumb .item-bottom .button.add_to_cart_button.added:after,
.rtl .sw-woo-container-slider-theme1 .resp-slider-container .slider .item .item-wrap .products-thumb .item-bottom .add_to_cart_button.added:after,
.rtl .sw-woo-container-slider-theme1 .resp-slider-container .slider .item .item-wrap .products-thumb .item-bottom .product_type_external.added:after,
.rtl .sw-woo-container-slider-theme1 .resp-slider-container .slider .item .item-wrap .products-thumb .item-bottom .product_type_grouped.added:after {
  margin-left: 0;
  margin-right: -4px;
}
.sw-woo-container-slider-theme1 .resp-slider-container .slider .item .item-wrap .products-thumb .item-bottom .yith-wcwl-add-to-wishlist {
  margin: 0 1px;
}
.sw-woo-container-slider-theme1 .resp-slider-container .slider .item .item-wrap .products-thumb .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button,
.sw-woo-container-slider-theme1 .resp-slider-container .slider .item .item-wrap .products-thumb .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
.sw-woo-container-slider-theme1 .resp-slider-container .slider .item .item-wrap .products-thumb .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse {
  position: relative;
}
.sw-woo-container-slider-theme1 .resp-slider-container .slider .item .item-wrap .products-thumb .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,
.sw-woo-container-slider-theme1 .resp-slider-container .slider .item .item-wrap .products-thumb .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.sw-woo-container-slider-theme1 .resp-slider-container .slider .item .item-wrap .products-thumb .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before {
  content: "\f004";
}
.sw-woo-container-slider-theme1 .resp-slider-container .slider .item .item-wrap .products-thumb .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button.show,
.sw-woo-container-slider-theme1 .resp-slider-container .slider .item .item-wrap .products-thumb .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show,
.sw-woo-container-slider-theme1 .resp-slider-container .slider .item .item-wrap .products-thumb .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show {
  display: inline-block !important;
  vertical-align: top;
}
.sw-woo-container-slider-theme1 .resp-slider-container .slider .item .item-wrap .products-thumb .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .feedback,
.sw-woo-container-slider-theme1 .resp-slider-container .slider .item .item-wrap .products-thumb .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .feedback,
.sw-woo-container-slider-theme1 .resp-slider-container .slider .item .item-wrap .products-thumb .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .feedback {
  display: none;
}
.sw-woo-container-slider-theme1 .resp-slider-container .slider .item .item-wrap .products-thumb .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .ajax-loading,
.sw-woo-container-slider-theme1 .resp-slider-container .slider .item .item-wrap .products-thumb .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .ajax-loading,
.sw-woo-container-slider-theme1 .resp-slider-container .slider .item .item-wrap .products-thumb .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .ajax-loading {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.sw-woo-container-slider-theme1 .resp-slider-container .slider .item .item-wrap .products-thumb .item-bottom a.compare:before {
  font-size: 14px;
  content: "\f074";
}
.sw-woo-container-slider-theme1 .resp-slider-container .slider .item .item-wrap .products-thumb .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.sw-woo-container-slider-theme1 .resp-slider-container .slider .item .item-wrap .products-thumb .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.sw-woo-container-slider-theme1 .resp-slider-container .slider .item .item-wrap .products-thumb .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
.sw-woo-container-slider-theme1 .resp-slider-container .slider .item .item-wrap .products-thumb .item-bottom a.compare {
  text-align: center;
  color: #222;
  width: 35px;
  height: 35px;
  line-height: 35px;
  padding: 0;
  display: block;
  vertical-align: top;
  position: relative;
  font-size: 0;
  max-width: 35px;
  border-radius: 50%;
  background-color: #fff;
  margin: 0;
  float: none;
  -webkit-transform: translateX(60px);
  -moz-transform: translateX(60px);
  -o-transform: translateX(60px);
  -ms-transform: translateX(60px);
  transform: translateX(60px);
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.sw-woo-container-slider-theme1 .resp-slider-container .slider .item .item-wrap .products-thumb .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,
.sw-woo-container-slider-theme1 .resp-slider-container .slider .item .item-wrap .products-thumb .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.sw-woo-container-slider-theme1 .resp-slider-container .slider .item .item-wrap .products-thumb .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before,
.sw-woo-container-slider-theme1 .resp-slider-container .slider .item .item-wrap .products-thumb .item-bottom a.compare:before {
  font-family: fontawesome;
  font-size: 14px;
}
.sw-woo-container-slider-theme1 .resp-slider-container .slider .item .item-wrap .products-thumb .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover,
.sw-woo-container-slider-theme1 .resp-slider-container .slider .item .item-wrap .products-thumb .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover,
.sw-woo-container-slider-theme1 .resp-slider-container .slider .item .item-wrap .products-thumb .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover,
.sw-woo-container-slider-theme1 .resp-slider-container .slider .item .item-wrap .products-thumb .item-bottom a.compare:hover {
  font-size: 0;
  padding: 0;
  background-color: #ea0029;
}
.sw-woo-container-slider-theme1 .resp-slider-container .slider .item .item-wrap .products-thumb .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover:before,
.sw-woo-container-slider-theme1 .resp-slider-container .slider .item .item-wrap .products-thumb .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover:before,
.sw-woo-container-slider-theme1 .resp-slider-container .slider .item .item-wrap .products-thumb .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover:before,
.sw-woo-container-slider-theme1 .resp-slider-container .slider .item .item-wrap .products-thumb .item-bottom a.compare:hover:before {
  color: #fff;
}
.sw-woo-container-slider-theme1 .resp-slider-container .slider .item .item-wrap .products-thumb .item-bottom a.compare {
  -webkit-transform: translateX(60px);
  -moz-transform: translateX(60px);
  -o-transform: translateX(60px);
  -ms-transform: translateX(60px);
  transform: translateX(60px);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.sw-woo-container-slider-theme1 .resp-slider-container .slider .item .item-wrap .products-thumb .item-bottom .add_to_cart_button,
.sw-woo-container-slider-theme1 .resp-slider-container .slider .item .item-wrap .products-thumb .item-bottom .product_type_external,
.sw-woo-container-slider-theme1 .resp-slider-container .slider .item .item-wrap .products-thumb .item-bottom .product_type_grouped,
.sw-woo-container-slider-theme1 .resp-slider-container .slider .item .item-wrap .products-thumb .item-bottom .yith-wcwl-add-to-wishlist,
.sw-woo-container-slider-theme1 .resp-slider-container .slider .item .item-wrap .products-thumb .item-bottom a.compare,
.sw-woo-container-slider-theme1 .resp-slider-container .slider .item .item-wrap .products-thumb .item-bottom .group.fancybox {
  display: block;
  vertical-align: top;
  font-weight: normal;
  min-width: 35px;
  margin: 10px 0;
}
.sw-woo-container-slider-theme1 .resp-slider-container .slider .item .item-wrap .products-thumb .item-bottom .yith-wcwl-wishlistaddedbrowse.show a,
.sw-woo-container-slider-theme1 .resp-slider-container .slider .item .item-wrap .products-thumb .item-bottom .yith-wcwl-wishlistexistsbrowse.show a {
  color: #ccc;
}
.sw-woo-container-slider-theme1 .resp-slider-container .slider .item .item-wrap .products-thumb .item-bottom .yith-wcwl-wishlistaddedbrowse.show a:before,
.sw-woo-container-slider-theme1 .resp-slider-container .slider .item .item-wrap .products-thumb .item-bottom .yith-wcwl-wishlistexistsbrowse.show a:before {
  color: #ea0029;
}
.sw-woo-container-slider-theme1 .resp-slider-container .slider .item .item-wrap .products-thumb .item-bottom a.fancybox {
  text-align: center;
  color: #222;
  width: 35px;
  height: 35px;
  line-height: 35px;
  padding: 0;
  display: block;
  vertical-align: top;
  overflow: hidden;
  position: relative;
  font-size: 0;
  max-width: 35px;
  background-color: #fff;
  float: none;
  border-radius: 50%;
  -webkit-transform: translateX(60px);
  -moz-transform: translateX(60px);
  -o-transform: translateX(60px);
  -ms-transform: translateX(60px);
  transform: translateX(60px);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.sw-woo-container-slider-theme1 .resp-slider-container .slider .item .item-wrap .products-thumb .item-bottom a.fancybox:before {
  font-family: fontawesome;
  font-size: 14px;
  content: '\f06e';
}
.sw-woo-container-slider-theme1 .resp-slider-container .slider .item .item-wrap .products-thumb .item-bottom a.fancybox:hover {
  background-color: #ea0029;
  color: #fff;
}
.sw-woo-container-slider-theme1 .resp-slider-container .slider .item .item-wrap .products-thumb .item-bottom a.compare,
.sw-woo-container-slider-theme1 .resp-slider-container .slider .item .item-wrap .products-thumb .item-bottom .yith-wcwl-add-to-wishlist {
  display: none;
}
.rtl .sw-woo-container-slider-theme1 .resp-slider-container .slider .item .item-wrap .products-thumb {
  float: right;
  margin-left: 20px;
  margin-right: 0;
}
.rtl .sw-woo-container-slider-theme1 .resp-slider-container .slider .item .item-wrap .products-thumb .onsale {
  left: 10px;
  right: auto;
  border-radius: 0 15px 15px 15px;
}
.sw-woo-container-slider-theme1 .resp-slider-container .slider .item .item-wrap .products-thumb .onsale {
  right: 10px;
  top: 10px;
  font-size: 10px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 15px 0 15px 15px;
}
.sw-woo-container-slider-theme1 .resp-slider-container .slider .item .item-wrap .products-thumb a.product_thumb_hover {
  position: relative;
  display: inline-block;
}
.sw-woo-container-slider-theme1 .resp-slider-container .slider .item .item-wrap .products-thumb a.product_thumb_hover:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.3);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.sw-woo-container-slider-theme1 .resp-slider-container .slider .item .item-wrap .item-content {
  text-align: left;
  padding: 8px 0 0;
  overflow: visible;
}
.rtl .sw-woo-container-slider-theme1 .resp-slider-container .slider .item .item-wrap .item-content {
  text-align: right;
}
.sw-woo-container-slider-theme1 .resp-slider-container .slider .item .item-wrap .item-content h4 {
  margin: 0 0 5px;
}
.sw-woo-container-slider-theme1 .resp-slider-container .slider .item .item-wrap .item-content h4 a {
  color: #222;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 400;
  padding: 0;
  margin: 0;
  border: 0;
}
.sw-woo-container-slider-theme1 .resp-slider-container .slider .item .item-wrap .item-content .item-price {
  display: block;
  margin: 0 0 5px;
}
.sw-woo-container-slider-theme1 .resp-slider-container .slider .item .item-wrap .item-content .item-price del {
  float: left;
  margin-left: 0;
  margin-right: 10px;
  font-size: 12px;
  color: #999;
  line-height: 24px;
  font-weight: 400;
}
.rtl .sw-woo-container-slider-theme1 .resp-slider-container .slider .item .item-wrap .item-content .item-price del {
  float: right;
  margin-left: 10px;
  margin-right: 0;
}
.sw-woo-container-slider-theme1 .resp-slider-container .slider .item .item-wrap .item-content .sale-off {
  width: 30px;
  height: 30px;
  font-size: 11px;
  float: left;
}
.rtl .sw-woo-container-slider-theme1 .resp-slider-container .slider .item .item-wrap .item-content .sale-off {
  float: right;
}
.sw-woo-container-slider-theme1 .resp-slider-container .slider .item .item-wrap:hover .products-thumb a:before {
  opacity: 1;
}
.sw-woo-container-slider-theme1 .resp-slider-container .slider .item .item-wrap:hover .item-content h4 a,
.sw-woo-container-slider-theme1 .resp-slider-container .slider .item .item-wrap:hover .item-content .item-price {
  opacity: 1;
}
.best-selling-product {
  background-color: #fff;
}
.best-selling-product .box-slider-title h2 {
  font-size: 14px;
  color: #222;
  text-transform: uppercase;
  margin-bottom: 0px;
  border-top: 2px solid #ea0029;
  border-bottom: 1px solid #ebebeb;
  padding: 10px 20px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  float: none;
}
.best-selling-product .resp-slider-container {
  padding: 20px;
}
.best-selling-product .resp-slider-container .slider .item .item-wrap {
  margin-bottom: 20px;
  overflow: hidden;
}
.best-selling-product .resp-slider-container .slider .item .item-wrap:hover {
  box-shadow: none;
}
.best-selling-product .resp-slider-container .slider .item .item-wrap:hover .products-thumb:before {
  opacity: 1;
}
.best-selling-product .resp-slider-container .slider .item .item-wrap .products-thumb {
  float: left;
  max-width: 60px;
  margin-right: 15px;
  position: relative;
}
.best-selling-product .resp-slider-container .slider .item .item-wrap .products-thumb:before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
  position: absolute;
  border-radius: 2px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.best-selling-product .resp-slider-container .slider .item .item-wrap .products-thumb img {
  border-radius: 2px;
}
.rtl .best-selling-product .resp-slider-container .slider .item .item-wrap .products-thumb {
  float: right;
  margin-left: 15px;
  margin-right: 0;
}
.best-selling-product .resp-slider-container .slider .item .item-wrap .item-content {
  padding: 0;
}
.best-selling-product .resp-slider-container .slider .item .item-wrap .item-content h4 {
  margin-bottom: 0;
}
.best-selling-product .resp-slider-container .slider .item .item-wrap .item-content h4 a {
  font-size: 12px;
  color: #666;
  border: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  font-style: 400;
}
.best-selling-product .resp-slider-container .slider .item .item-wrap .item-content .item-price {
  display: inline-block;
}
.best-selling-product .resp-slider-container .slider .item .item-wrap .item-content .item-price span {
  display: inline-block;
}
.best-selling-product .resp-slider-container .slider .item .item-wrap .item-content .item-price del,
.best-selling-product .resp-slider-container .slider .item .item-wrap .item-content .item-price ins {
  display: inline-block;
}
.best-selling-product .resp-slider-container .slider .item .item-wrap .item-content .item-price del {
  font-size: 12px;
  color: #999;
  margin-right: 10px;
}
.best-selling-product .resp-slider-container .slider .item .item-wrap:last-child {
  margin-bottom: 0;
}
.sw-woo-tab-default {
  margin-bottom: 40px;
}
.sw-woo-tab-default .resp-tab .category-slider-content .tab-content.loading {
  margin-bottom: 30px;
}
.sw-woo-tab-default .resp-tab .category-slider-content .tab-content .categories-image {
  float: left;
  margin-right: 15px;
  position: relative;
  z-index: 3;
}
.rtl .sw-woo-tab-default .resp-tab .category-slider-content .tab-content .categories-image {
  float: right;
  margin-left: 15px;
  margin-right: 0;
}
.sw-woo-tab-default .resp-tab .category-slider-content .tab-content .tab-pane .res-button {
  display: none !important;
}
.sw-woo-tab-default .resp-tab .category-slider-content .tab-content .tab-pane .responsive-slider .slider .slick-list {
  margin: 0 -15px;
}
.sw-woo-tab-default .resp-tab .category-slider-content .tab-content .tab-pane .responsive-slider .slider .slick-list .item {
  padding: 0 15px;
}
.sw-woo-tab-default .resp-tab .category-slider-content .tab-content .tab-pane .responsive-slider .slider .slick-list .item .item-wrap {
  margin-bottom: 30px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.sw-woo-tab-default .resp-tab .category-slider-content .tab-content .tab-pane .responsive-slider .slider .slick-list .item .item-wrap .item-content .item-price ins span {
  font-size: 20px;
}
.sw-woo-tab-default .resp-tab .category-slider-content .view-all {
  text-align: center;
}
.sw-woo-tab-default .resp-tab .category-slider-content .view-all a {
  display: inline-block;
  font-size: 14px;
  color: #666;
  text-transform: capitalize;
  height: 35px;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  padding: 0 32px;
  line-height: 35px;
  border-radius: 3px;
}
.sw-woo-tab-default .resp-tab .category-slider-content .view-all a i {
  margin-left: 10px;
}
.rtl .sw-woo-tab-default .resp-tab .category-slider-content .view-all a i {
  margin-right: 10px;
  margin-left: 0;
}
.rtl .sw-woo-tab-default .resp-tab .category-slider-content .view-all a i:before {
  content: '\f0d9';
}
.sw-woo-tab-default .resp-tab .category-slider-content .view-all a:hover {
  background-color: #ea0029;
  border: 1px solid #ea0029;
  color: #fff;
}
.sw-woo-tab-cat {
  margin-bottom: 40px;
}
.sw-woo-tab-cat .res-button {
  position: absolute;
  top: -7px;
  height: 25px;
  width: 25px;
  line-height: 25px;
  color: #222;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  background-color: #e1e1d8;
  z-index: 3;
  cursor: pointer;
  font-size: 0;
}
.sw-woo-tab-cat .res-button:hover {
  background-color: #ea0029;
  color: #fff;
}
.sw-woo-tab-cat .res-button:before {
  font-family: 'FontAwesome';
  font-size: 16px;
}
.sw-woo-tab-cat .res-button.slick-prev {
  position: absolute;
  right: 30px;
}
.sw-woo-tab-cat .res-button.slick-prev:before {
  content: '\f104';
}
.rtl .sw-woo-tab-cat .res-button.slick-prev {
  left: 0px;
  right: auto;
}
.sw-woo-tab-cat .res-button.slick-next {
  position: absolute;
  right: 0px;
}
.sw-woo-tab-cat .res-button.slick-next:before {
  content: '\f105';
}
.rtl .sw-woo-tab-cat .res-button.slick-next {
  left: 30px;
  right: auto;
}
.sw-woo-tab-cat .resp-tab .top-tab-slider {
  margin-bottom: 30px;
  position: relative;
}
.sw-woo-tab-cat .resp-tab .top-tab-slider .button-collapse {
  display: none;
}
.sw-woo-tab-cat .resp-tab .top-tab-slider .view-all {
  position: absolute;
  top: 0px;
  right: 0;
 
}
.rtl .sw-woo-tab-cat .resp-tab .top-tab-slider .view-all {
  left: 0;
  right: auto;
}
.sw-woo-tab-cat .resp-tab .top-tab-slider .view-all > a {
  font-size: 14px;
  color: #ea0029;
}
.sw-woo-tab-cat .resp-tab .top-tab-slider .view-all > a i {
  margin-left: 5px;
}
.sw-woo-tab-cat .resp-tab .top-tab-slider .view-all > a i:before {
  content: '\f0da';
}
.rtl .sw-woo-tab-cat .resp-tab .top-tab-slider .view-all > a i:before {
  content: '\f0d9';
}
.rtl .sw-woo-tab-cat .resp-tab .top-tab-slider .view-all > a i {
  margin-right: 5px;
  margin-left: 0;
}
.sw-woo-tab-cat .resp-tab .top-tab-slider .nav.nav-tabs {
  border-bottom: 1px solid #c2c6c6;
  display: block;
}
.sw-woo-tab-cat .resp-tab .top-tab-slider .nav.nav-tabs > li {
  padding: 0;
  margin: 0 14px;
  border: 0;
}
.rtl .sw-woo-tab-cat .resp-tab .top-tab-slider .nav.nav-tabs > li {
  float: right;
}
.sw-woo-tab-cat .resp-tab .top-tab-slider .nav.nav-tabs > li:first-child {
  margin-left: 0;
}
.rtl .sw-woo-tab-cat .resp-tab .top-tab-slider .nav.nav-tabs > li:first-child {
  margin-left: 14px;
  margin-right: 0;
}
.sw-woo-tab-cat .resp-tab .top-tab-slider .nav.nav-tabs > li > a {
  padding: 0 0 8px;
  border: 0;
  margin: 0;
  font-size: 16px;
  color: #666;
  text-transform: uppercase;
  background-color: transparent;
  height: auto;
  line-height: normal;
  border-radius: 0;
  font-weight: 400;
  position: relative;
  overflow: visible;
}
.sw-woo-tab-cat .resp-tab .top-tab-slider .nav.nav-tabs > li > a:before {
  opacity: 0;
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -1px;
  background-color: #ea0029;
}
.sw-woo-tab-cat .resp-tab .top-tab-slider .nav.nav-tabs > li.active >  a,
.sw-woo-tab-cat .resp-tab .top-tab-slider .nav.nav-tabs > li:hover > a {
  background-color: transparent;
  color: #222;
  font-weight: 600;
}
.sw-woo-tab-cat .resp-tab .top-tab-slider .nav.nav-tabs > li.active >  a:before,
.sw-woo-tab-cat .resp-tab .top-tab-slider .nav.nav-tabs > li:hover > a:before {
  opacity: 1;
}
.sw-woo-tab-cat .resp-tab .tab-content .tab-pane .resp-slider-container .slider .slick-list {
  margin: 0 -15px;
}
.sw-woo-tab-cat .resp-tab .tab-content .tab-pane .resp-slider-container .slider .slick-list .item {
  padding: 0 15px;
}
.sw-woo-tab-cat .resp-tab .tab-content .tab-pane .resp-slider-container .slider .slick-list .item .item-wrap .item-content .item-price ins span {
  font-size: 20px;
}
.image-left > .vc_column-inner {
  padding-right: 0;
}
.rtl .image-left > .vc_column-inner {
  padding-right: 15px;
  padding-left: 0;
}
.image-right > .vc_column-inner {
  padding-left: 0;
}
.rtl .image-right > .vc_column-inner {
  padding-left: 15px;
  padding-right: 0;
}
.view-all {
position: absolute;

right: 0;
}
.block-service-home1 {
  background-color: #ea0029;
  margin-bottom: 40px;
  border-radius: 3px;
}
.block-service-home1 ul {
  overflow: hidden;
  list-style: none;
  margin: 0;
}
.block-service-home1 ul > li.item {
  padding: 33px 15px;
  cursor: pointer;
}
.block-service-home1 ul > li.item:hover {
  background-color: #b9001f;
}
.block-service-home1 ul > li.item.free .icon {
  background: url('../assets/img/icon-freeship.png') no-repeat center center;
}
.block-service-home1 ul > li.item.secure .icon {
  background: url('../assets/img/icon-payment.png') no-repeat center center;
}
.block-service-home1 ul > li.item.support .icon {
  background: url('../assets/img/icon-suport.png') no-repeat center center;
}
.block-service-home1 ul > li.item.payment .icon {
  background: url('../assets/img/icon-dailyvery.png') no-repeat center center;
}
.block-service-home1 ul > li.item .icon {
  display: inline-block;
  width: 35px;
  height: 33px;
  float: left;
  margin-right: 10px;
}
.rtl .block-service-home1 ul > li.item .icon {
  float: right;
  margin-left: 10px;
  margin-right: 0;
}
.block-service-home1 ul > li.item .text h5 {
  margin: 0 0 2px;
}
.block-service-home1 ul > li.item .text h5 a {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
}
.block-service-home1 ul > li.item .text p {
  font-size: 12px;
  color: #fff;
  font-weight: normal;
  text-transform: capitalize;
  margin: 0;
  line-height: 16px;
}
.block-service-home2 {
  background-color: #fff;
}
.block-service-home2 ul {
  overflow: hidden;
  list-style: none;
  margin: 0;
}
.block-service-home2 ul > li.item {
  padding: 33px 0;
  cursor: pointer;
}
.block-service-home2 ul > li.item:hover .text h5 a {
  color: #ea0029;
}
.block-service-home2 ul > li.item.free .icon {
  background: url('../assets/img/icon-freeship2.png') no-repeat center center;
}
.block-service-home2 ul > li.item.secure .icon {
  background: url('../assets/img/icon-payment2.png') no-repeat center center;
}
.block-service-home2 ul > li.item.support .icon {
  background: url('../assets/img/icon-suport2.png') no-repeat center center;
}
.block-service-home2 ul > li.item.payment .icon {
  background: url('../assets/img/icon-dailyvery2.png') no-repeat center center;
}
.block-service-home2 ul > li.item .icon {
  display: inline-block;
  width: 35px;
  height: 33px;
  float: left;
  margin-right: 10px;
}
.rtl .block-service-home2 ul > li.item .icon {
  float: right;
  margin-left: 10px;
  margin-right: 0;
}
.block-service-home2 ul > li.item .text h5 {
  margin: 0 0 2px;
}
.block-service-home2 ul > li.item .text h5 a {
  color: #222;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
}
.block-service-home2 ul > li.item .text p {
  font-size: 12px;
  color: #222;
  font-weight: normal;
  text-transform: capitalize;
  margin: 0;
  line-height: 16px;
}
.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: #ea0029;
  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: #ea0029;
}
.wp-comingsoon .footer-comingsoon a:hover {
  color: #ae0818;
}
.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;
  }
}
.listings-title {
  margin: 0 0 0px;
  background: #f5f5f5;
}
.listings-title .wrap-title {
  padding: 15px 0;
}
.listings-title .wrap-title .entry-title {
  display: none;
}
.listings-title .wrap-title .breadcrumbs .breadcrumb {
  margin: 0;
  background-color: transparent;
  display: inline-block;
  padding: 0;
}
.listings-title .wrap-title .breadcrumbs .breadcrumb > li {
  color: #666;
  text-transform: capitalize;
  font-weight: 300;
}
.listings-title .wrap-title .breadcrumbs .breadcrumb > li.active {
  color: #ea0029;
}
.listings-title .wrap-title .breadcrumbs .breadcrumb > li:last-child span.go-page {
  display: none;
}
.listings-title .wrap-title .breadcrumbs .breadcrumb > li + li:before {
  content: '';
  padding: 0;
}
.listings-title .wrap-title .breadcrumbs .breadcrumb > li > 	.go-page:before {
  content: "\f101";
  font-family: FontAwesome !important;
  padding: 0 10px;
}
.rtl .listings-title .wrap-title .breadcrumbs .breadcrumb > li > 	.go-page {
  float: left;
}
.rtl .listings-title .wrap-title .breadcrumbs .breadcrumb > li > 	.go-page:before {
  content: '|';
}
.listings-title .wrap-title .breadcrumbs .breadcrumb > li > a {
  color: #666;
}
.listings-title .wrap-title .breadcrumbs .breadcrumb > li > a:hover {
  color: #ea0029;
}
.search .victo_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: #ea0029;
  border: 1px solid #ea0029;
  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: #ae0818;
  border-color: #ae0818;
}
.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,
.content-search .page {
  background-color: #fff;
  margin-bottom: 30px;
  padding: 0;
}
.content-search >.post .entry,
.content-search .product .entry,
.content-search .page .entry {
  padding: 20px;
  border-radius: 3px;
}
.content-search >.post .entry-thumb,
.content-search .product .entry-thumb,
.content-search .page .entry-thumb {
  padding-right: 30px;
}
.rtl .content-search >.post .entry-thumb,
.rtl .content-search .product .entry-thumb,
.rtl .content-search .page .entry-thumb {
  padding-left: 30px;
  padding-right: 0;
}
.content-search >.post .entry-content,
.content-search .product .entry-content,
.content-search .page .entry-content {
  overflow: hidden;
}
.content-search >.post .entry-content .title-blog h3,
.content-search .product .entry-content .title-blog h3,
.content-search .page .entry-content .title-blog h3 {
  font-size: 16px;
  color: #111;
}
.content-search >.post .entry-content .entry-meta,
.content-search .product .entry-content .entry-meta,
.content-search .page .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,
.content-search .page .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,
.content-search .page .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,
.content-search .page .entry-content .entry-meta .entry-author a:hover {
  color: #ea0029;
}
.content-search >.post .entry-content .entry-meta i,
.content-search .product .entry-content .entry-meta i,
.content-search .page .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,
.rtl .content-search .page .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,
.content-search .page .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,
.content-search .page .entry-content .entry-meta a:hover {
  color: #ea0029;
}
.content-search >.post .entry-content .entry-meta >span,
.content-search .product .entry-content .entry-meta >span,
.content-search .page .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,
.rtl .content-search .page .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,
.content-search .page .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,
.content-search .page .entry-content .bl_read_more a {
  text-transform: capitalize;
  color: #ea0029;
}
.content-search >.post .entry-content .bl_read_more a:hover,
.content-search .product .entry-content .bl_read_more a:hover,
.content-search .page .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,
.content-search .page .entry-content .bl_read_more i {
  margin: 0 5px;
}
.home.blog .header {
  margin-bottom: 30px;
}
.home.blog .category-header .entry-title {
  font-weight: 700 !important;
  font-size: 28px;
  text-transform: uppercase;
  margin: 0 0 20px;
}
.image-hover:hover .wrap-content h3 {
  color: #ea0029;
}
_:-ms-fullscreen,
:root .sw-child-cat .child-top .childcat-content {
  padding: 19px 15px 45px;
}
.button-collapse {
  display: none;
}
.sw-ajax .woo-tab-container-listing .listing {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}
.woo-tab-container-listing .listing {
  margin: 0 -15px;
}
.woo-tab-container-listing .item {
  width: 20%;
  padding: 15px;
}
.woo-tab-container-listing .item .products-large {
  display: none;
}
.woo-tab-container-listing .item.fist_product {
  width: 40%;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
}
.woo-tab-container-listing .item.fist_product.product-images .item-wrap {
  padding: 10px;
}
.woo-tab-container-listing .item.fist_product.product-images .item-wrap .item-detail .sale-off {
  top: 10px;
}
.woo-tab-container-listing .item.fist_product .item-wrap {
  width: 100%;
}
.woo-tab-container-listing .item.fist_product .item-wrap .item-detail .item-content .reviews-content {
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}
.woo-tab-container-listing .item.fist_product .products-large {
  display: block;
}
.woo-tab-container-listing .item.fist_product .products-thumb {
  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;
  float: left;
}
.resp-tab .top-tab-slider .nav.nav-tabs li {
  margin: 0 10px;
}
.resp-tab .top-tab-slider .nav.nav-tabs li a {
  padding: 4px 0 3px;
  overflow: hidden;
  font-size: 18px;
  text-transform: uppercase;
  color: #333;
  margin: 0;
  border-radius: 0;
  line-height: normal;
}
.resp-tab .top-tab-slider .nav.nav-tabs li a:hover,
.resp-tab .top-tab-slider .nav.nav-tabs li a:focus {
  background: none;
  border-radius: 0;
  color: #df0a1f !important;
  background-color: transparent;
  border-color: transparent;
  border-bottom: 1px solid #ea0029;
}
.resp-tab .top-tab-slider .nav.nav-tabs li.active a {
  color: #df0a1f !important;
  border: 0;
  background-color: transparent;
  border-bottom: 1px solid #ea0029;
}
.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;
}
.resp-tab .tab-pane .responsive-slider .slider .item .item-wrap .item-detail .item-content h4 {
  margin-bottom: 10px;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.resp-tab .tab-pane.active {
  height: auto;
  overflow: visible;
}
.sw-woo-tab-cat2 .res-button {
cursor:pointer;
}

.sw-woo-tab-cat2 .res-button:hover {
color:#ea0029;
}
.sw-woo-tab-cat2 .resp-tab .top-tab-slider .nav.nav-tabs {
  width: 100%;
  display: -webkit-flex;
  display: flex;
 /* border: 1px solid #ebebeb;*/
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  height: 113px;
  background: #fff;
  height:100%;
  
}
.sw-woo-tab-cat2 .resp-tab .top-tab-slider .nav.nav-tabs li {
  flex-grow: 1;
  align-items: center;
  margin: 0;
  display: grid;
  cursor: pointer;
 padding:0 20px 20px 20px;
}
.sw-woo-tab-cat2 .resp-tab .top-tab-slider .nav.nav-tabs li a {
  padding: 0px 0 5px;
}
.sw-woo-tab-cat2 .resp-tab .top-tab-slider .nav.nav-tabs li.active,
.sw-woo-tab-cat2 .resp-tab .top-tab-slider .nav.nav-tabs li:hover {
  background-color: #fff;
}
.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 {
  color: #fff;
  border-bottom: 0;
  border: none;
}
.sw-woo-tab-cat2 .resp-tab .top-tab-slider .nav.nav-tabs li.active .item-thumbnail img,
.sw-woo-tab-cat2 .resp-tab .top-tab-slider .nav.nav-tabs li:hover .item-thumbnail img {
  /*filter: brightness(10);*/
}
.sw-woo-tab-cat2 .resp-tab .top-tab-slider .nav.nav-tabs li.active:after,
.sw-woo-tab-cat2 .resp-tab .top-tab-slider .nav.nav-tabs li:hover:after {
  display: none;
}
.sw-woo-tab-cat2 .resp-tab .top-tab-slider .nav.nav-tabs li .item-thumbnail img {
  margin: 0 auto 10px;
}
.sw-woo-tab-cat2 .resp-tab .top-tab-slider .nav.nav-tabs li:after {
  content: "";
 /* background: #ebebeb;*/
  width: 1px;
  height: 64px;
  position: absolute;
  top: 50%;
  margin-top: -32px;
}
.sw-woo-tab-cat2 .resp-tab .top-tab-slider .nav.nav-tabs li:first-child:after {
  display: none;
}
.sw-woo-tab-cat2 .slider {
  margin: 0 -15px;
}
.sw-woo-tab-cat2 .item.list .item-wrap {
  padding: 10px;
  margin: 15px;
}
.sw-woo-tab-cat2 .item.list .item-wrap:hover {
  margin-bottom: 15px;
}
.sw-woo-tab-cat2 .item.list .item-wrap .item-detail .item-content {
  padding: 40px 15px 40px 30px;
}
.sw-woo-tab-cat2 .item.list .item-wrap .item-detail .item-content h4 a {
  font-size: 14px;
}
.sw-woo-tab-cat2 .item.list .item-wrap .item-detail .item-content .item-bottom {
  padding-top: 20px;
}
.woo-tab-container-listing .item.fist_product .item-wrap {
  padding: 67px 10px 30px;
}
.item.fist_product .item-wrap .item-detail .item-content .item-except {
  font-size: 12px;
}
.item.fist_product .item-wrap,
.item.list .item-wrap {
  padding: 67px 10px 0;
  display: inline-block;
}
.item.fist_product .item-wrap .item-img,
.item.list .item-wrap .item-img {
  width: 45.7%;
  float: left;
}
.item.fist_product .item-wrap .item-img.products-large,
.item.list .item-wrap .item-img.products-large {
  width: 100%;
}
.item.fist_product .item-wrap .item-detail .sale-off,
.item.list .item-wrap .item-detail .sale-off {
  top: -48px;
}
.item.fist_product .item-wrap .item-detail .item-content,
.item.list .item-wrap .item-detail .item-content {
  width: calc(54.3%);
  text-align: left;
  padding: 0 15px 0 45px;
  float: left;
}
.item.fist_product .item-wrap .item-detail .item-content .reviews-content,
.item.list .item-wrap .item-detail .item-content .reviews-content {
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}
.item.fist_product .item-wrap .item-detail .item-content .item-except,
.item.list .item-wrap .item-detail .item-content .item-except {
  color: #666;
  margin-bottom: 15px;
}
.item.fist_product .item-wrap:hover,
.item.list .item-wrap:hover {
  z-index: 1;
  box-shadow: none;
  margin-bottom: 0;
}
.item.fist_product .item-wrap:hover .item-detail .item-content,
.item.list .item-wrap:hover .item-detail .item-content {
  margin-top: 0;
}
.item .item-wrap {
  background-color: #fff;
  text-align: center;
  padding: 10px;
  border: 1px solid #ebebeb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  height: 100%;
  position: relative;
}
.item .item-wrap .item-detail {
  position: relative;
}
.item .item-wrap .item-detail .products-thumb,
.item .item-wrap .item-detail .products-large,
.item .item-wrap .item-detail .item-thumb {
  position: relative;
}
.item .item-wrap .item-detail .products-thumb .onsale,
.item .item-wrap .item-detail .products-large .onsale,
.item .item-wrap .item-detail .item-thumb .onsale {
  display: none;
}
.item .item-wrap .item-detail .products-thumb a.fancybox,
.item .item-wrap .item-detail .products-large a.fancybox,
.item .item-wrap .item-detail .item-thumb a.fancybox {
  text-align: center;
  color: #fff;
  font-weight: 500;
  height: 35px;
  line-height: 35px;
  padding: 0;
  background-color: #ea0029;
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  opacity: 0;
  min-width: 35px;
  -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: -17px;
  left: 50%;
  margin-left: -17px;
}
.item .item-wrap .item-detail .products-thumb a.fancybox:before,
.item .item-wrap .item-detail .products-large a.fancybox:before,
.item .item-wrap .item-detail .item-thumb a.fancybox:before {
  font-family: fontawesome;
  font-size: 12px;
  content: '\f06e';
}
.item .item-wrap .item-detail .products-thumb a.fancybox:hover,
.item .item-wrap .item-detail .products-large a.fancybox:hover,
.item .item-wrap .item-detail .item-thumb a.fancybox:hover {
  background-color: #ae0818;
}
.item .item-wrap .item-detail .item-img {
  text-align: center;
  display: block;
}
.item .item-wrap .item-detail .item-img a {
  display: inline-block;
  max-width: 100%;
}
.item .item-wrap .item-detail .item-content {
  padding: 10px 10px 0;
  position: relative;
  text-align: center;
  margin: 0;
  background: #fff;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}
.item .item-wrap .item-detail .item-content h4 {
  margin-bottom: 10px;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.item .item-wrap .item-detail .item-content h4 a {
  font-size: 14px;
  color: #ea0029;
  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 .reviews-content {
  float: none;
  justify-content: center;
  -webkit-justify-content: center;
  display: flex;
  display: -webkit-flex;
  margin-bottom: 15px;
}
.item .item-wrap .item-detail .item-content .item-except {
  text-align: left;
  font-size: 12px;
  color: #555;
}
.item .item-wrap .item-detail .item-content .item-except ul li {
  padding: 7px 0;
}
.item .item-wrap .item-detail .item-content .item-bottom {
  position: relative;
  padding-top: 5px;
  display: flex;
  width: 100%;
}
.item .item-wrap .item-detail .item-content .item-bottom .clear {
  display: none;
}
.item .item-wrap .item-detail .item-content .item-bottom a.fancybox {
  display: none;
}
.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 {
  order: 1;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
  height: 35px;
  line-height: 35px;
  font-weight: bold;
  color: #222;
  background-color: #fed700;
  padding: 0 15px 0 15px;
  border-radius: 17px;
}
.home-style2 .item .item-wrap .item-detail .item-content .item-bottom .add_to_cart_button,
.home-style2 .item .item-wrap .item-detail .item-content .item-bottom .product_type_external,
.home-style2 .item .item-wrap .item-detail .item-content .item-bottom .product_type_grouped {
  padding: 0 25px 0 25px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}
.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 {
  background-color: #ea0029;
  color: #fff;
}
.item .item-wrap .item-detail .item-content .item-bottom .add_to_cart_button.loading,
.item .item-wrap .item-detail .item-content .item-bottom .product_type_external.loading,
.item .item-wrap .item-detail .item-content .item-bottom .product_type_grouped.loading {
  background-color: #ea0029;
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.item .item-wrap .item-detail .item-content .item-bottom .add_to_cart_button.loading:before,
.item .item-wrap .item-detail .item-content .item-bottom .product_type_external.loading:before,
.item .item-wrap .item-detail .item-content .item-bottom .product_type_grouped.loading:before {
  text-align: center;
  left: 0;
  background-color: #ea0029;
  border-radius: 16px;
  background-size: contain;
}
.item .item-wrap .item-detail .item-content .item-bottom .add_to_cart_button.added,
.item .item-wrap .item-detail .item-content .item-bottom .product_type_external.added,
.item .item-wrap .item-detail .item-content .item-bottom .product_type_grouped.added {
  background-color: #ea0029;
  color: #fff;
}
.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 {
  font-family: WooCommerce;
  content: "\e017";
  margin-left: .53em;
  vertical-align: bottom;
}
.item .item-wrap .item-detail .item-content .item-bottom .product_type_grouped,
.item .item-wrap .item-detail .item-content .item-bottom .product_type_variable {
  padding: 0 15px;
  background-image: none;
}
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist {
  margin: 0 5px;
  order: 2;
}
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button,
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse {
  position: relative;
}
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a {
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  -ms-transition: all .4s;
  transition: all .4s;
}
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before {
  content: "\f004";
}
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button.show,
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show,
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show {
  display: inline-block !important;
  vertical-align: top;
}
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .feedback,
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .feedback,
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .feedback {
  display: none;
}
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .ajax-loading,
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .ajax-loading,
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .ajax-loading {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.item .item-wrap .item-detail .item-content .item-bottom a.compare {
  order: 3;
  -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 {
  color: #fff;
}
.item .item-wrap .item-detail .item-content .item-bottom a.compare:before {
  font-size: 13px;
  content: "\f074";
}
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
.item .item-wrap .item-detail .item-content .item-bottom a.compare {
  text-align: center;
  color: #666;
  font-weight: 500;
  height: 35px;
  line-height: 35px;
  padding: 0;
  background-color: #fff;
  border: 1px solid #ddd;
  display: inline-block;
  vertical-align: top;
  position: relative;
  font-size: 0;
  min-width: 35px;
  margin: 0;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
}
.home-style2 .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.home-style2 .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.home-style2 .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
.home-style2 .item .item-wrap .item-detail .item-content .item-bottom a.compare {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}
.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 {
  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 {
  min-width: 35px;
  background-color: #ea0029;
  font-size: 0;
  padding: 0;
  border: 1px solid #ea0029;
}
.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 {
  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 {
  display: inline-block;
  vertical-align: top;
}
.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-content .item-bottom .yith-wcwl-add-to-wishlist.added,
.item .item-wrap .item-detail .item-content .item-bottom a.compare.added {
  background-color: #ea0029;
  border-color: #ea0029;
}
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-wishlistaddedbrowse.show a,
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-wishlistexistsbrowse.show a {
  background-color: #ea0029;
  border-color: #ea0029;
}
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-wishlistaddedbrowse.show a:before,
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-wishlistexistsbrowse.show a:before {
  color: #fff;
}
.item .item-wrap:hover {
  box-shadow: 0 0 5px rgba(0,0,0,0.15);
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.15);
  position: relative;
  z-index: 70;
  margin-bottom: 45px;
}
.item .item-wrap:hover .item-detail .products-thumb img,
.item .item-wrap:hover .item-detail .products-large img,
.item .item-wrap:hover .item-detail .item-thumb img {
  opacity: 0.7;
}
.item .item-wrap:hover .item-detail .products-thumb a.fancybox,
.item .item-wrap:hover .item-detail .products-large a.fancybox,
.item .item-wrap:hover .item-detail .item-thumb a.fancybox {
  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 {
  margin-top: -45px;
}
.item .item-wrap:hover .item-detail .item-content .product-effect {
  z-index: 60;
  opacity: 1;
  visibility: visible;
  box-shadow: 0 3px 5px rgba(0,0,0,0.15);
  -webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.15);
}
.responsive-post-slider {
  background-color: #fff;
}
.responsive-post-slider .box-title {
  width: 100%;
}
.responsive-post-slider .box-title h3 {
  display: inline-block;
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 30px;
}
.responsive-post-slider .res-button {
  display: none !important;
}
.responsive-post-slider .slick-dots {
  position: absolute;
  top: 0;
  right: 10px;
}
.rtl .responsive-post-slider .slick-dots {
  right: auto;
  left: 10px;
}
.responsive-post-slider .resp-slider-container .slider {
  margin: 0 -15px;
}
.responsive-post-slider .resp-slider-container .slider .slick-list {
  width: 100%;
}
.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;
  float: left;
  max-width: 282px;
  margin-right: 30px;
}
.responsive-post-slider .resp-slider-container .slider .item .item-detail .img_over a {
  display: block;
  position: relative;
}
.responsive-post-slider .resp-slider-container .slider .item .item-detail .img_over a:hover:before {
  opacity: 1;
}
.responsive-post-slider .resp-slider-container .slider .item .item-detail .img_over a:hover img {
  opacity: 1 !important;
}
.responsive-post-slider .resp-slider-container .slider .item .item-detail .img_over a:before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.rtl .responsive-post-slider .resp-slider-container .slider .item .item-detail .img_over {
  float: right;
  margin-left: 30px;
  margin-right: 0;
}
.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;
  border-radius: 4px;
}
.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 {
  text-align: left;
}
.rtl .responsive-post-slider .resp-slider-container .slider .item .item-detail .entry-content {
  text-align: right;
}
.responsive-post-slider .resp-slider-container .slider .item .item-detail .entry-content .item-title {
  padding-top: 15px;
}
.responsive-post-slider .resp-slider-container .slider .item .item-detail .entry-content .item-meta {
  font-size: 12px;
  color: #999;
}
.responsive-post-slider .resp-slider-container .slider .item .item-detail .entry-content .item-meta i {
  margin-right: 7px;
}
.rtl .responsive-post-slider .resp-slider-container .slider .item .item-detail .entry-content .item-meta i {
  margin-left: 7px;
  margin-right: 0;
}
.responsive-post-slider .resp-slider-container .slider .item .item-detail .entry-content .item-meta .entry-comment {
  margin-right: 12px;
  margin-left: 12px;
}
.responsive-post-slider .resp-slider-container .slider .item .item-detail .entry-content .item-meta .entry-comment:after {
  content: "|";
  position: relative;
  margin-left: 12px;
}
.rtl .responsive-post-slider .resp-slider-container .slider .item .item-detail .entry-content .item-meta .entry-comment:after {
  margin-right: 12px;
  margin-left: 0;
}
.responsive-post-slider .resp-slider-container .slider .item .item-detail .entry-content .item-meta .entry-comment:before {
  content: "|";
  position: relative;
  margin-right: 12px;
}
.rtl .responsive-post-slider .resp-slider-container .slider .item .item-detail .entry-content .item-meta .entry-comment:before {
  margin-left: 12px;
  margin-right: 0;
}
.responsive-post-slider .resp-slider-container .slider .item .item-detail .entry-content .item-meta a {
  color: #999;
}
.responsive-post-slider .resp-slider-container .slider .item .item-detail .entry-content .item-meta a:hover {
  color: #ea0029;
}
.responsive-post-slider .resp-slider-container .slider .item .item-detail .entry-content h4 {
  margin: 10px 0;
}
.responsive-post-slider .resp-slider-container .slider .item .item-detail .entry-content h4 a {
  color: #333;
  font-weight: 700;
  font-size: 18px;
  text-transform: capitalize;
  display: block;
  line-height: 24px;
}
.responsive-post-slider .resp-slider-container .slider .item .item-detail .entry-content h4 a:hover {
  color: #ea0029;
}
.responsive-post-slider .resp-slider-container .slider .item .item-detail .entry-content .description {
  font-size: 14px;
  color: #666;
  margin: 5px 0;
  line-height: 27px;
}
.responsive-post-slider .resp-slider-container .slider .item .item-detail .entry-content .readmore {
  display: none;
}
.responsive-post-slider .resp-slider-container .slider .item .item-detail .entry-content .readmore a {
  color: #ea0029;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  display: block;
  padding: 0 0 5px;
  position: relative;
  display: inline-block;
}
.responsive-post-slider .resp-slider-container .slider .item .item-detail .entry-content .readmore a:before {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 1px;
  background-color: #ea0029;
  left: 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 form.cart .variations td.label {
  width: 10%;
}
.woocommerce div.product form.cart .variations label {
  text-transform: capitalize;
}
.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 .entry-content,
.woocommerce-page .entry-content {
  padding: 20px 0 0;
  background-color: #fff;
  margin-bottom: 40px;
}
.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 .title_qty,
.woocommerce-page .title_qty {
  display: inline-block;
  float: left;
  line-height: 35px;
  color: #222;
  font-size: 14px;
  margin-right: 20px;
}
.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: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  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: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  margin-bottom: 10px;
  margin-top: 0;
  background-color: #ea0029;
}
.woocommerce form.lost_reset_password .form-row input.button:hover,
.woocommerce-page form.lost_reset_password .form-row input.button:hover {
  background: #ae0818;
  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 form .form-row .input-checkbox,
.woocommerce-page .woocommerce form .form-row .input-checkbox {
  margin: 8px -10px 0 0;
}
.woocommerce .woocommerce .checkout #order_review table.shop_table td,
.woocommerce .woocommerce .checkout #order_review table.shop_table tfoot th,
.woocommerce .woocommerce-page .checkout #order_review table.shop_table td,
.woocommerce .woocommerce-page .checkout #order_review table.shop_table tfoot th,
.woocommerce-page .woocommerce .checkout #order_review table.shop_table td,
.woocommerce-page .woocommerce .checkout #order_review table.shop_table tfoot th,
.woocommerce-page .woocommerce-page .checkout #order_review table.shop_table td,
.woocommerce-page .woocommerce-page .checkout #order_review table.shop_table tfoot th {
  border-top: 1px solid #fff;
  padding: 10px 15px;
  border-right: 0;
}
.woocommerce .entry-summary form.register input[type="submit"],
.woocommerce-page .entry-summary form.register input[type="submit"] {
  text-transform: uppercase;
  height: 35px;
  line-height: 35px;
  padding: 0 15px;
  background-color: #ea0029;
  border-radius: 2px;
  border: 0;
}
.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: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  margin-bottom: 10px;
  text-transform: capitalize;
  height: 35px;
  line-height: 35px;
  padding: 0 15px;
  background-color: #ea0029;
}
.woocommerce .entry-content form.login .form-row input.button:hover,
.woocommerce-page .entry-content form.login .form-row input.button:hover {
  background: #ae0818;
  color: #fff;
}
.woocommerce .entry-content form.login .lost_password a,
.woocommerce-page .entry-content form.login .lost_password a {
  color: #ea0029;
}
.woocommerce .entry-content form.login .lost_password a:hover,
.woocommerce-page .entry-content form.login .lost_password a:hover {
  color: #960715;
}
.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: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  height: 35px;
  text-transform: uppercase;
  background-color: #ea0029;
  text-transform: capitalize;
}
.woocommerce .entry-content .checkout_coupon .form-row input.button:hover,
.woocommerce-page .entry-content .checkout_coupon .form-row input.button:hover {
  background: #ae0818;
  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 #place_order,
.woocommerce-page .checkout #payment #place_order {
  width: auto;
  border: 0;
  padding: 10px 20px;
  background: #ea0029;
  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: #960715;
}
.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 #ebebeb;
  border-radius: 3px;
}
.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 #ebebeb;
  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 #ebebeb;
  display: table-cell;
  text-align: left !important;
}
.woocommerce form table.shop_table.shop_table_responsive tbody tr td:before,
.woocommerce-page form table.shop_table.shop_table_responsive tbody tr td:before {
  display: none;
}
.woocommerce form table.shop_table.shop_table_responsive tbody tr.cart_item td,
.woocommerce-page form table.shop_table.shop_table_responsive tbody tr.cart_item td {
  border: 0;
}
.woocommerce form table.shop_table.shop_table_responsive tr,
.woocommerce-page form table.shop_table.shop_table_responsive tr {
  border: 0;
}
.woocommerce form table.shop_table.shop_table_responsive tr td,
.woocommerce-page form table.shop_table.shop_table_responsive tr td {
  border: 0;
}
.woocommerce form table.shop_table.shop_table_responsive tr td.product-name a,
.woocommerce-page form table.shop_table.shop_table_responsive tr td.product-name a {
  text-transform: capitalize;
}
.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 {
  position: relative;
  padding: 0 14px;
}
.woocommerce form table.shop_table.shop_table_responsive tr td.product-quantity .quantity input,
.woocommerce-page form table.shop_table.shop_table_responsive tr td.product-quantity .quantity input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -0-appearance: none;
  background-color: #fff;
  width: 30px;
  height: 32px;
}
.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 .input-text,
.woocommerce-page form table.shop_table.shop_table_responsive tr td.product-quantity .quantity .input-text {
  height: 33px !important;
}
.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 {
  font-size: 13px;
  color: #222;
  width: 15px;
  height: 15px;
  background-color: #eee;
  border-radius: 50%;
  text-align: center;
  line-height: 15px;
  padding: 0;
}
.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-color: #ea0029;
  color: #fff;
}
.woocommerce 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 .minus {
  font-size: 20px;
}
.woocommerce form table.shop_table.shop_table_responsive tr td.product-quantity .quantity input,
.woocommerce-page form table.shop_table.shop_table_responsive tr td.product-quantity .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;
}
.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 {
  padding: 0;
  font-size: 14px;
  color: #323232;
  font-weight: 400;
  border: 1px solid #ddd;
  border-radius: 50%;
  width: 33px;
}
.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;
  border-radius: 2px;
}
.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 input.button,
.woocommerce-page form table.shop_table.shop_table_responsive tr td.actions input.button {
  background: #df0a1f !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: 0;
  vertical-align: top;
  width: auto;
  padding: 7px 15px;
  text-transform: capitalize;
  border-radius: 2px;
}
.woocommerce form table.shop_table.shop_table_responsive tr td.actions input.button:hover,
.woocommerce-page form table.shop_table.shop_table_responsive tr td.actions input.button:hover {
  background: #ae0818 !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: #ea0029;
  color: #fff;
  border-color: #ea0029;
}
.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: #ea0029;
  color: #fff;
  border-color: #ea0029;
}
.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: #ae0818;
}
.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: #ea0029;
}
.woocommerce > .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button,
.woocommerce-page > .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button {
  background: #ea0029;
  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: #ae0818;
}
.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: #ea0029;
  color: #fff;
  border-color: #ea0029;
  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: #ae0818;
}
.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: #ea0029;
  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: #ea0029;
  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%;
  border: 1px solid #ebebeb;
}
.woocommerce #reviews #review_form_wrapper .comment-form input#submit,
.woocommerce-page #reviews #review_form_wrapper .comment-form input#submit {
  width: auto;
  color: #fff;
  background-color: #df0a1f !important;
  border-radius: 4px !important;
  text-transform: capitalize;
}
.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%;
  border: 1px solid #ebebeb;
}
.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: #ea0029;
}
.woocommerce .entry-content .col2-set,
.woocommerce-page .entry-content .col2-set {
  width: auto;
}
.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: #e7e7e7;
  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: 1px solid #ebebeb;
}
.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-name a,
.woocommerce-page form table.wishlist_table tr td.product-name a {
  text-transform: capitalize;
}
.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: #ea0029;
  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: #999;
  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 {
  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: #ea0029;
}
.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-color: #ea0029;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  color: #fff;
  padding: 0 25px 0 45px;
  font-size: 12px;
  border-radius: 17px;
  background: url('../assets/img/icon-cart-add.png') no-repeat left 22px center #ea0029;
  text-transform: capitalize;
}
.rtl .woocommerce form table.wishlist_table tr td.product-add-to-cart a.button,
.rtl .woocommerce-page form table.wishlist_table tr td.product-add-to-cart a.button {
  padding: 0 45px 0 25px;
  background: url('../assets/img/icon-cart-add.png') no-repeat right 22px center #ea0029;
}
.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: url('../assets/img/icon-cart-add.png') no-repeat left 22px center #c7091c;
}
.rtl .woocommerce form table.wishlist_table tr td.product-add-to-cart a.button:hover,
.rtl .woocommerce-page form table.wishlist_table tr td.product-add-to-cart a.button:hover {
  background: url('../assets/img/icon-cart-add.png') no-repeat right 22px center #c7091c;
}
.woocommerce form table.wishlist_table tr td.product-add-to-cart a.button.loading,
.woocommerce-page form table.wishlist_table tr td.product-add-to-cart a.button.loading {
  background-color: #ea0029;
}
.woocommerce form table.wishlist_table tr td.product-add-to-cart a.button.loading:after,
.woocommerce-page form table.wishlist_table tr td.product-add-to-cart a.button.loading:after {
  display: none;
}
.woocommerce form table.wishlist_table tr td.product-add-to-cart a.button.added:after,
.woocommerce-page form table.wishlist_table tr td.product-add-to-cart a.button.added:after {
  display: inline-block;
  margin: 0 8px;
}
.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: rgba(0,0,0,0.025);
  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: #ea0029;
}
.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: #ea0029;
  color: #fff;
  margin-bottom: 30px;
}
.woocommerce .return-to-shop .button.wc-backward:hover,
.woocommerce-page .return-to-shop .button.wc-backward:hover {
  background-color: ;
}
.woocommerce a.remove {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.woocommerce #respond input#submit,
.woocommerce input.button {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  background-color: #464646;
  color: #fff;
  font-weight: normal;
  border: 0;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.woocommerce #respond input#submit:hover,
.woocommerce input.button:hover {
  background-color: #ea0029;
  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: 12px;
  margin: 0;
  overflow: hidden;
  position: relative;
  width: 60px;
  display: inline-block;
  vertical-align: top;
}
div.star span,
div.stars span {
  background: url("../assets/img/star-active.png") repeat scroll 0 0 rgba(0,0,0,0);
  float: left;
  left: 0;
  overflow: hidden;
  padding-top: 1.5em;
  position: absolute;
  top: 0;
}
div.star .rating-hidden,
div.stars .rating-hidden {
  display: none;
}
table.compare-list td ul {
  list-style: none;
}
.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
  text-decoration: none;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  font-size: 28px;
  font-weight: bold;
  color: #ff643a;


  align-items: baseline;


  margin: 0;
  padding: 20px 0 15px;
  border-top: 1px solid #ebebeb;
}
.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
  font-size: 20px;
  color: #999999;
  font-weight: 400;
  margin-left: 20px;
}
.woocommerce div.product p.price del .woocommerce-Price-currencySymbol,
.woocommerce div.product span.price del .woocommerce-Price-currencySymbol {
  font-size: 12px !important;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: #ea0029;
  border: 0;
  height: 5px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  background-color: #f5f5f5;
  height: 5px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  background-color: #fff;
  border: 2px solid #ea0029;
  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: #ea0029;
  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: capitalize;
  border-radius: 0;
  font-weight: 600;
  width: 100%;
}
.woocommerce .widget_price_filter .price_slider_amount .button:hover {
  background-color: #ea0029;
  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: 25px;
  margin-bottom: 20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border: 1px solid #ebebeb;
}
.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 {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.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 h2 {
  font-size: 18px;
}
.woocommerce-account h3 {
  font-size: 16px;
}
.woocommerce-account #contents {
  background: #fff;
  margin-bottom: 30px;
  padding-top: 30px;
  border-radius: 3px;
}
.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: #ea0029;
  margin-bottom: 10px;
}
.woocommerce-account #contents .entry-content nav.woocommerce-MyAccount-navigation {
  float: left;
  width: auto;
  margin-right: 30px;
  margin-bottom: 10px;
}
.woocommerce-account #contents .entry-content nav.woocommerce-MyAccount-navigation > ul {
  list-style: none;
  margin: 0;
  border: 1px solid #ebebeb;
}
.woocommerce-account #contents .entry-content nav.woocommerce-MyAccount-navigation > ul > li > a {
  display: block;
  min-width: 180px;
  padding: 10px 20px;
  border-bottom: 1px solid #ebebeb;
}
.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: #ea0029;
}
.woocommerce-account #contents .entry-content .woocommerce-MyAccount-content {
  margin-bottom: 30px;
  width: auto;
  overflow: hidden;
}
.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: 7px 15px;
  border: 0;
}
.woocommerce-account #contents .entry-content .woocommerce-MyAccount-content table.my_account_orders tr.order td.woocommerce-orders-table__cell-order-actions a {
  background-color: #ea0029;
  color: #fff;
}
.woocommerce-account #contents .entry-content .woocommerce-MyAccount-content table.my_account_orders tr.order td:before {
  margin-right: 10px;
}
.woocommerce-account #contents .entry-content .woocommerce-MyAccount-content table.my_account_orders tr.order td.order-number,
.woocommerce-account #contents .entry-content .woocommerce-MyAccount-content table.my_account_orders tr.order td.order-status {
  width: 15%;
}
.woocommerce-account #contents .entry-content .woocommerce-MyAccount-content table.my_account_orders tr.order td.order-date {
  width: 20%;
}
.woocommerce-account #contents .entry-content .woocommerce-MyAccount-content table.my_account_orders tr.order td.order-total {
  width: 40%;
}
.woocommerce-wishlist #contents .page .entry-title {
  margin-bottom: 40px;
}
.woocommerce-wishlist .wishlist-title h2 {
  font-size: 24px;
  padding: 0;
  margin-bottom: 20px;
}
.woocommerce-wishlist .woocommerce table.shop_table {
  margin-bottom: 40px;
}
.woocommerce-checkout h3 {
  font-size: 18px;
}
.woocommerce-noreviews {
  padding: 0 15px;
}
.fb_iframe_widget iframe {
  max-width: initial;
  z-index: 1;
}
.woocommerce-cart #contents .page h2,
.woocommerce-wishlist #contents .page h2,
.woocommerce-account #contents .page h2,
.woocommerce-checkout #contents .page h2 {
  margin-bottom: 25px;
  text-transform: capitalize;
  padding-bottom: 10px;
  font-size: 24px;
  color: #222;
}
.woocommerce-cart  #contents .page h2 {
  border-bottom: 1px solid #eee;
}
.woocommerce-checkout .customer_details tr {
  clear: both;
}
.woocommerce-checkout .customer_details tr td:before {
  display: none;
}
.woocommerce-checkout .customer_details tr th {
  border-top: 0 !important;
  display: block !important;
}
#tab-description ul {
  margin-right: 20px !important;
  margin-left: 20px !important;
}
.rtl .close-login {
  right: auto;
  left: 10px;
}
.rtl th {
  text-align: right;
}
.rtl .woocommerce table.shop_table {
  text-align: right;
}
.rtl .block-popup-login .email-input:before,
.rtl .block-popup-login .pass-input:before {
  left: auto;
  right: 0px;
}
.rtl .block-popup-login .tt_popup_login strong {
  padding-left: 10px;
  padding-right: 70px;
  float: right;
}
.rtl .block-popup-login .tt_popup_login strong:before {
  right: auto;
  left: -20px;
  border-right: 0px;
  border-left: 20px solid transparent;
}
.rtl .block-popup-login .block-content .col-reg {
  float: right;
  text-align: right;
}
.rtl .block-popup-login .block-content .col-reg.registered-account {
  padding-right: 0px;
  padding-left: 30px;
  border-right: 0;
  border-left: 1px solid #d0d0d0;
}
.rtl .block-popup-login .block-content .col-reg.login-customer {
  padding-left: 0px;
  padding-right: 30px;
  color: #464646;
}
.rtl .block-popup-login .block-content .col-reg.login-customer ul.list-log li {
  border-right: 0 !important;
  float: right !important;
  padding: 2px 14px 2px 0px;
}
.rtl .block-popup-login .block-content .col-reg.login-customer ul.list-log li:before {
  left: auto;
  right: 0px;
}
.rtl .block-popup-login .input-text {
  padding: 0 52px 0px 5px;
}
.rtl.woocommerce #content table.cart td.actions,
.rtl.woocommerce table.cart td.actions,
.rtl.woocommerce-page #content table.cart td.actions,
.rtl.woocommerce-page table.cart td.actions {
  text-align: right;
}
.rtl.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
  float: left;
}
.rtl.woocommerce-checkout #payment ul.payment_methods li input {
  margin: 0 0 0 1em;
}
.rtl.woocommerce-checkout #payment ul.payment_methods li {
  text-align: right;
}
.rtl.woocommerce div.product form.cart .variations td.label {
  padding-left: 1em;
  padding-right: 0;
}
.rtl.woocommerce-cart table.cart td,
.rtl.woocommerce-cart table.cart th {
  text-align: right;
}
.rtl.woocommerce form table.shop_table tr td.actions .coupon,
.rtl.woocommerce-page form table.shop_table tr td.actions .coupon {
  float: right;
}
.rtl.woocommerce form .form-row label,
.rtl.woocommerce-page form .form-row label {
  text-align: right;
}
.rtl .login .form-row .button,
.rtl .register .form-row .button {
  float: right;
}
.rtl .login .lost_password {
  text-align: right;
}
.rtl.woocommerce #reviews #comments ol.commentlist li img.avatar {
  left: auto;
  right: 0;
}
.rtl.woocommerce #reviews #comments ol.commentlist li .comment-text {
  margin: 0 50px 0 0;
}
.rtl.woocommerce .star-rating {
  float: left;
}
.rtl.woocommerce p.stars a {
  margin-right: 0;
  margin-left: 1em;
}
.rtl.woocommerce .woocommerce-error .button,
.rtl.woocommerce .woocommerce-info .button,
.rtl.woocommerce .woocommerce-message .button {
  float: left;
}
.rtl.woocommerce .checkout .col2-set .col-1,
.rtl.woocommerce .checkout .col2-set .col-2,
.rtl.woocommerce-page .checkout .col2-set .col-1,
.rtl.woocommerce-page .checkout .col2-set .col-2 {
  float: right;
}
.rtl.woocommerce .checkout .col2-set .col-1 .woocommerce-billing-fields,
.rtl.woocommerce-page .checkout .col2-set .col-1 .woocommerce-billing-fields {
  padding-right: 0;
  padding-left: 15px;
}
.rtl.woocommerce .checkout .col2-set .col-2 .woocommerce-shipping-fields,
.rtl.woocommerce-page .checkout .col2-set .col-2 .woocommerce-shipping-fields {
  padding-left: 0;
  padding-right: 15px;
}
.rtl.woocommerce form table.shop_table tr td,
.rtl.woocommerce-page form table.shop_table tr td,
.rtl .woocommerce table.shop_table th,
.rtl.woocommerce-checkout #payment ul.payment_methods li,
.rtl .woocommerce form.checkout_coupon,
.rtl .woocommerce form.login,
.rtl .woocommerce form.register {
  text-align: right;
}
.rtl.woocommerce .entry-content form.login .form-row-first,
.rtl.woocommerce .entry-content form.login .form-row-last,
.rtl.woocommerce-page .entry-content form.login .form-row-first,
.rtl.woocommerce-page .entry-content form.login .form-row-last {
  float: right;
}
.rtl.woocommerce .entry-content form.login .form-row-last,
.rtl.woocommerce-page .entry-content form.login .form-row-last {
  margin-left: 0;
  margin-right: 3%;
}
.rtl.woocommerce table.shop_attributes th {
  text-align: right;
  width: 100px;
}
.rtl.woocommerce .entry-content .checkout_coupon .form-row,
.rtl.woocommerce-page .entry-content .checkout_coupon .form-row {
  float: right;
}
.rtl.woocommerce div.product p.cart {
  float: right;
}
.rtl .social-share-item {
  float: right;
}
.rtl.woocommerce table.my_account_orders tr td.order-actions,
.rtl.woocommerce-page table.my_account_orders tr td.order-actions {
  text-align: right;
}
.rtl.woocommerce-page table.shop_table_responsive tr td,
.rtl.woocommerce table.shop_table_responsive tr td {
  text-align: left !important;
}
.rtl.woocommerce table.shop_table_responsive tr:nth-child(2n) td,
.rtl.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
  text-align: left !important;
}
.rtl.woocommerce table.shop_table_responsive tr td:before,
.rtl.woocommerce-page table.shop_table_responsive tr td:before {
  float: right;
}
.rtl .woocommerce ul#shipping_method li {
  padding: .25em 22px .25em 0;
}
.rtl.woocommerce-checkout .customer_details tr th {
  float: right;
}
.rtl .woocommerce .order_details li {
  float: right;
  border-right: 0;
  border-left: 1px dashed #d3ced2;
  margin-right: 0;
  margin-left: 2em;
  padding-right: 0;
  padding-left: 2em;
}
.rtl .woocommerce td.product-name dl.variation dd {
  float: right;
}
.rtl .woocommerce td.product-name dl.variation dt {
  float: right;
  clear: right;
}
.rtl.woocommerce form table.wishlist_table tr td.product-price del,
.rtl.woocommerce-page form table.wishlist_table tr td.product-price del {
  margin-left: 10px;
  margin-right: 0;
}
.rtl .woocommerce-checkout #payment div.payment_box:before {
  left: auto;
  right: 0;
  margin: -1em 2em 0px 2em;
}
.rtl.woocommerce-account .addresses .title h3 {
  float: right;
}
.rtl.woocommerce-account .addresses .title .edit,
.rtl.woocommerce-account ul.digital-downloads li .count {
  float: left;
}
.rtl.woocommerce #reviews #review_form_wrapper .comment-form .comment-form-author,
.rtl.woocommerce #reviews #review_form_wrapper .comment-form .comment-form-email,
.rtl.woocommerce-page #reviews #review_form_wrapper .comment-form .comment-form-author,
.rtl.woocommerce-page #reviews #review_form_wrapper .comment-form .comment-form-email {
  float: right;
}
.rtl.woocommerce #reviews #review_form_wrapper .comment-form .comment-form-author,
.rtl.woocommerce-page #reviews #review_form_wrapper .comment-form .comment-form-author {
  padding-right: 0;
  padding-left: 15px;
}
@media (max-width: 767px) {
  .woocommerce > .cart-collaterals .cart_total .cart_totals,
  .woocommerce-page > .cart-collaterals .cart_total .cart_totals {
    width: 100%;
  }
  .woocommerce-cart .woocommerce > form {
    overflow: auto;
    margin-bottom: 20px;
  }
  .woocommerce form table.shop_table.shop_table_responsive,
  .woocommerce-page form table.shop_table.shop_table_responsive {
    max-width: 100%;
    display: inline-block;
    vertical-align: top;
    margin: 0;
  }
  .woocommerce form table.shop_table.shop_table_responsive thead,
  .woocommerce-page form table.shop_table.shop_table_responsive thead {
    display: none;
  }
  .woocommerce form table.shop_table.shop_table_responsive tbody,
  .woocommerce-page form table.shop_table.shop_table_responsive tbody {
    display: block;
  }
  .woocommerce form table.shop_table.shop_table_responsive tbody tr,
  .woocommerce-page form table.shop_table.shop_table_responsive tbody tr {
    display: block;
    padding-bottom: 10px;
  }
  .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;
    overflow: hidden;
  }
  .woocommerce form table.shop_table.shop_table_responsive tbody tr td:before,
  .woocommerce-page form table.shop_table.shop_table_responsive tbody tr td:before {
    display: block;
    margin-right: 15px;
    min-width: 80px;
  }
  .woocommerce form table.shop_table.shop_table_responsive tbody tr td.product-remove:before,
  .woocommerce form table.shop_table.shop_table_responsive tbody tr td.product-thumbnail:before,
  .woocommerce form table.shop_table.shop_table_responsive tbody tr td.actions:before,
  .woocommerce-page form table.shop_table.shop_table_responsive tbody tr td.product-remove:before,
  .woocommerce-page form table.shop_table.shop_table_responsive tbody tr td.product-thumbnail:before,
  .woocommerce-page form table.shop_table.shop_table_responsive tbody tr td.actions:before {
    display: none;
  }
  .woocommerce-cart .woocommerce table.shop_table {
    max-width: inherit;
  }
  .woocommerce .checkout .col2-set .col-1,
  .woocommerce .checkout .col2-set .col-2,
  .woocommerce-page .checkout .col2-set .col-1,
  .woocommerce-page .checkout .col2-set .col-2 {
    width: 100%;
  }
  .woocommerce .checkout .col2-set .col-1 .woocommerce-billing-fields,
  .woocommerce-page .checkout .col2-set .col-1 .woocommerce-billing-fields,
  .woocommerce .checkout .col2-set .col-2 .woocommerce-shipping-fields,
  .woocommerce-page .checkout .col2-set .col-2 .woocommerce-shipping-fields {
    padding: 0;
  }
  .woocommerce-wishlist.woocommerce form table.shop_table,
  .woocommerce-wishlist.woocommerce-page form table.shop_table {
    width: 100%;
    display: block;
    overflow: auto;
  }
  .rtl.woocommerce .checkout .col2-set .col-1 .woocommerce-billing-fields,
  .rtl.woocommerce-page .checkout .col2-set .col-1 .woocommerce-billing-fields,
  .rtl.woocommerce .checkout .col2-set .col-2 .woocommerce-shipping-fields,
  .rtl.woocommerce-page .checkout .col2-set .col-2 .woocommerce-shipping-fields {
    padding: 0;
  }
  .block-popup-login .block-content .col-reg {
    width: 100%;
  }
  .block-popup-login .block-content .col-reg.registered-account {
    padding-right: 0;
    border-right: 0;
    margin-bottom: 15px;
  }
  .block-popup-login .block-content .col-reg.login-customer {
    padding-left: 0;
  }
  .block-popup-login {
    width: 300px;
    margin-top: 100px;
  }
  .block-popup-login .tt_popup_login strong {
    font-size: 14px;
  }
  .woocommerce > .cart-collaterals .cart_total .cart_totals table tbody,
  .woocommerce-page > .cart-collaterals .cart_total .cart_totals table tbody {
    display: block;
    width: 100%;
  }
  .woocommerce #reviews #review_form_wrapper .comment-form .comment-form-author,
  .woocommerce #reviews #review_form_wrapper .comment-form .comment-form-email,
  .woocommerce-page #reviews #review_form_wrapper .comment-form .comment-form-author,
  .woocommerce-page #reviews #review_form_wrapper .comment-form .comment-form-email {
    width: 100%;
  }
  .woocommerce #reviews #review_form_wrapper .comment-form .comment-form-author,
  .woocommerce-page #reviews #review_form_wrapper .comment-form .comment-form-author {
    padding-right: 0;
  }
  .rtl .block-popup-login .block-content .col-reg.registered-account {
    padding-left: 0;
    border-left: 0;
  }
  .rtl .woocommerce form table.shop_table.shop_table_responsive tbody tr td:before,
  .rtl.woocommerce-page form table.shop_table.shop_table_responsive tbody tr td:before {
    float: right;
    margin-right: 0;
    margin-left: 15px;
  }
  .rtl.woocommerce #reviews #review_form_wrapper .comment-form .comment-form-author,
  .rtl.woocommerce-page #reviews #review_form_wrapper .comment-form .comment-form-author {
    padding: 0;
  }
}
@media (max-width: 640px) {
  .woocommerce .entry-content .checkout_coupon .form-row,
  .woocommerce-page .entry-content .checkout_coupon .form-row {
    width: 100%;
  }
  .woocommerce .entry-content .checkout_coupon .form-row.form-row-last,
  .woocommerce-page .entry-content .checkout_coupon .form-row.form-row-last {
    text-align: left;
  }
  .rtl.woocommerce .entry-content .checkout_coupon .form-row.form-row-last,
  .rtl.woocommerce-page .entry-content .checkout_coupon .form-row.form-row-last {
    text-align: right;
  }
}
@media (max-width: 480px) {
  .entry-content-asset > iframe {
    height: 220px;
  }
  .woocommerce > .cart-collaterals .cart_totals,
  .woocommerce-page > .cart-collaterals .cart_totals {
    width: 100%;
  }
  .woocommerce form table.shop_table.shop_table_responsive tr td.actions .coupon input.input-text,
  .woocommerce-page form table.shop_table.shop_table_responsive tr td.actions .coupon input.input-text {
    width: 134px;
    margin-bottom: 10px;
  }
}
@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: 80px;
  vertical-align: middle;
}
.woocommerce div.product form.cart .group_table td.price ins span {
  margin: 0;
}
.woocommerce div.product form.cart .group_table td:first-child {
  width: auto;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
  width: 100%;
  display: block;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
  bottom: 0;
  top: auto;
  right: 0;
  border-radius: 0;
  width: 35px;
  height: 35px;
  background: url(../assets/img/icon-zoom.png) no-repeat center center #b2b2b2;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger:hover {
  background-color: #ea0029;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger:before,
.woocommerce div.product div.images .woocommerce-product-gallery__trigger:after {
  content: '';
  border: 0;
  width: 0;
  height: 0;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger img {
  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: #ea0029;
}
.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 20px;
  text-align: start;
}
.wc-vendor-page .wc-soldby-start small {
  margin-top: 10px;
  font-size: 12px;
  display: block;
}
.wc-vendor-page .wc-soldby-start small a {
  font-weight: 600;
  color: #ea0029;
}
.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 .victo_breadcrumbs {
  margin-top: 40px;
}
.wc-vendor-page.wc-vendor-listing .victo_breadcrumbs .breadcrumb {
  background: #fff;
  padding: 10px;
  border-top: 2px solid #ea0029;
  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-store .header {
  margin-bottom: 40px;
}
.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 #ea0029;
}
.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: #ea0029;
}
.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 #container {
    max-width: 1170px;
    margin: 0 auto;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .dokan-store #container {
    max-width: 960px;
    margin: 0 auto;
  }
}
@media (max-width: 991px) {
  .dokan-store #container {
    max-width: 100%;
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .dokan-store #content {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
  }
  .dokan-store #content .dokan-store-sidebar {
    width: 100%;
    float: none;
    order: 2;
    margin: 0 !important;
  }
  .dokan-store #content .dokan-single-store {
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }
}
.widget_sp_image {
  margin-bottom: 40px;
}
.widget_sp_image:hover img {
  opacity: 0.85;
}
.widget_sp_image img {
  width: 100%;
}
h1.page-title {
  font-weight: 700 !important;
  color: #222;
  text-transform: uppercase;
  font-size: 18px;
  margin: 0;
  margin-bottom: 30px;
}
.products-wrapper {
  padding: 15px 0;
}
.products-wrapper .products-nav {
  text-align: center;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ebebeb;
  position: relative;
  z-index: 21;
}
.products-wrapper .products-nav .view-top {
  margin-bottom: 12px;

  padding-bottom: 12px;
  border-bottom: 1px solid #dddddd;
}
.products-wrapper .products-nav:last-child {
  border-bottom: 0;
  border-top: 1px solid #dcdcdc;
  padding-top: 10px;
  margin-bottom: 10px;
}
.products-wrapper .products-nav .view-mode-wrap .view-mode >a {
  position: relative;
  width: 22px;
  height: 22px;
  float: left;
  border: 0;
  overflow: hidden;
}
.rtl .products-wrapper .products-nav .view-mode-wrap .view-mode >a {
  float: right;
}
.products-wrapper .products-nav .view-mode-wrap .view-mode >a:before {
  position: absolute;
  font-size: 16px;
  font-family: FontAwesome;
  text-align: center;
  width: 22px;
  height: 22px;
  line-height: 22px;
  background-color: transparent;
  color: #222;
  left: 0;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.products-wrapper .products-nav .view-mode-wrap .view-mode >a.active:before,
.products-wrapper .products-nav .view-mode-wrap .view-mode >a:hover:before {
  color: #ea0029;
}
.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: "\f00b";
}
.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;
  float: left;
  line-height: 22px;
  margin-left: 30px;
}
.rtl .products-wrapper .products-nav .catalog-ordering {
  float: right;
  margin-left: 0;
  margin-right: 30px;
}
.products-wrapper .products-nav .catalog-ordering ul {
  list-style: none;
  margin-left: 12px;
}
.products-wrapper .products-nav .catalog-ordering .orderby-order-container .show-product {
  line-height: 38px;
  margin: 0 15px;
  color: #6b6b6b;
}
.products-wrapper .products-nav .catalog-ordering .orderby-order-container .sort_by {
  font-size: 12px;
  color: #222;
  font-weight: 300;
}
.products-wrapper .products-nav .catalog-ordering .orderby-order-container .orderby {
  min-width: 80px;
  font-size: 12px;
  color: #666;
  font-weight: 300;
  border: 1px solid #ebebeb;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}
.products-wrapper .products-nav .catalog-ordering .orderby-order-container .order-dropdown {
  background-color: transparent;
  list-style-type: none;
  text-align: left;
  margin-bottom: 0;
}
.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: 20px;
  display: block;
  border: 0;
}
.products-wrapper .products-nav .catalog-ordering .orderby-order-container .order-dropdown >li .current-li a {
  display: block;
  text-indent: 15px;
  position: relative;
  color: #222;
}
.products-wrapper .products-nav .catalog-ordering .orderby-order-container .order-dropdown >li .current-li a:after {
  font-family: fontawesome;
  content: "\f107";
  font-size: 10px;
  width: 55px;
  line-height: 20px;
  text-align: center;
  position: absolute;
  right: -15px;
  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: -15px;
}
.products-wrapper .products-nav .catalog-ordering .orderby-order-container .order-dropdown >li >ul {
  position: absolute;
  background-color: #fff;
  margin-left: 0;
  left: 0;
  top: 110%;
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  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;
  padding: 5px 0;
}
.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;
  color: #222;
}
.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 .products-nav .show-count .show-product {
  color: #222;
  font-size: 12px;
  font-weight: 300;
  line-height: 22px;
}
.products-wrapper .products-nav .show-count .product-number {
  margin-left: 20px;
}
.rtl .products-wrapper .products-nav .show-count .product-number {
  margin-left: 0;
  margin-right: 20px;
}
.products-wrapper .products-nav .show-count .sort-count {
  min-width: 80px;
  border: 1px solid #ebebeb;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}
.products-wrapper .products-nav .show-count .order-dropdown {
  margin: 0;
  background-color: transparent;
  list-style-type: none;
  text-align: left;
  margin-left: 10px;
}
.rtl .products-wrapper .products-nav .show-count .order-dropdown {
  text-align: right;
  margin-left: 0;
  margin-right: 10px;
}
.products-wrapper .products-nav .show-count .order-dropdown >li {
  position: relative;
  z-index: 4;
  cursor: pointer;
}
.products-wrapper .products-nav .show-count .order-dropdown >li .current-li {
  line-height: 20px;
  display: block;
  border: 0;
}
.products-wrapper .products-nav .show-count .order-dropdown >li .current-li a {
  display: block;
  text-indent: 8px;
  position: relative;
  color: #222;
  font-size: 12px;
  font-weight: 300;
}
.products-wrapper .products-nav .show-count .order-dropdown >li .current-li a:after {
  font-family: fontawesome;
  content: "\f107";
  font-size: 10px;
  width: 15px;
  line-height: 20px;
  text-align: center;
  position: absolute;
  right: 0px;
  top: 0px;
  text-indent: initial;
}
.rtl .products-wrapper .products-nav .show-count .order-dropdown >li .current-li a:after {
  right: auto;
  left: 0;
}
.products-wrapper .products-nav .show-count .order-dropdown >li >ul {
  position: absolute;
  background-color: #fff;
  margin-left: 0;
  left: 0;
  top: 110%;
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  width: 100%;
  list-style-type: none;
  z-index: 21;
  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 .show-count .order-dropdown >li >ul >li {
  line-height: 25px;
  text-indent: 10px;
}
.products-wrapper .products-nav .show-count .order-dropdown >li >ul >li a {
  display: block;
  color: #222;
  font-size: 10px;
  font-weight: 300;
}
.products-wrapper .products-nav .show-count .order-dropdown >li >ul >li a:hover {
  color: #ea0029;
}
.products-wrapper .products-nav .show-count .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 .page-numbers {
  margin: 0;
  vertical-align: top;
  background-color: transparent;
  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: 25px;
  height: 25px;
  line-height: 25px;
  display: block;
  padding: 0;
  font-size: 12px;
  font-weight: 300;
  color: #222;
  background-color: #fff;
  text-align: center;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  transition: all .5s;
  border-radius: 3px;
  margin: 0 5px;
}
.products-wrapper .woocommerce-pagination .page-numbers >li .page-numbers.current,
.products-wrapper .woocommerce-pagination .page-numbers >li .page-numbers:hover {
  background-color: #ea0029;
  color: #fff;
  font-weight: bold;
  -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;
  margin-bottom: 0;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}
.products-wrapper .products-loop >li {
  margin-bottom: 30px;
}
.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: #ea0029;*/
}
.products-wrapper .products-loop >li.product-category:hover h2.woocommerce-loop-category__title mark {
 /* color: #ea0029;*/
}
.products-wrapper .products-loop.grid >li .item-wrap .item-detail .products-thumb img {
  display: inline-block;
}
.products-wrapper .products-loop.grid >li .item-wrap .item-detail .item-content .item-description {
  display: none;
}
.products-wrapper .products-loop.list .item {
  width: 100%;
}
.products-wrapper .products-loop.list .item .item-wrap {
  text-align: left;
  border: 0;
  padding: 20px;
  border-radius: 4px;
  border: 1px solid #ebebeb;
}
.rtl .products-wrapper .products-loop.list .item .item-wrap {
  text-align: right;
}
.products-wrapper .products-loop.list .item .item-wrap .item-detail .products-thumb {
  width: 270px;
  max-width: 100%;
  float: left;
  margin-bottom: 0;
  overflow: hidden;
  margin-right: 30px;
}
.products-wrapper .products-loop.list .item .item-wrap .item-detail .products-thumb a.fancybox {
  text-align: center;
  color: #fff;
  width: 35px;
  height: 35px;
  line-height: 35px;
  padding: 0;
  display: block;
  opacity: 0;
  visibility: hidden;
  vertical-align: top;
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -17px;
  margin-top: -17px;
  font-size: 0;
  max-width: 35px;
  background-color: #ea0029;
  float: none;
  border-radius: 50%;
  -webkit-transform: translateY(-60px);
  -moz-transform: translateY(-60px);
  -o-transform: translateY(-60px);
  -ms-transform: translateY(-60px);
  transform: translateY(-60px);
  -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;
  z-index: 3;
}
.products-wrapper .products-loop.list .item .item-wrap .item-detail .products-thumb a.fancybox:before {
  font-family: fontawesome;
  font-size: 14px;
  content: '\f06e';
}
.products-wrapper .products-loop.list .item .item-wrap .item-detail .products-thumb a.fancybox:hover {
  background-color: #c7091c;
  color: #fff;
}
.products-wrapper .products-loop.list .item .item-wrap .item-detail .products-thumb img {
  border-radius: 2px;
}
.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;
  padding-top: 22px;
  text-align: left;
}
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content h4 {
  float: none;
}
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content h4 a {
  color: #222;
  font-size: 16px;
  font-weight: 700;
  padding: 0;
  border: 0;
  margin: 0 0 18px;
}
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .reviews-content {
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-description {
  clear: both;
  margin-bottom: 10px;
  line-height: 27px;
}
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .product-effect-listing .item-except {
  display: none;
}
.products-wrapper .products-loop.list .item .item-wrap:hover {
  margin-bottom: 0;
}
.products-wrapper .products-loop.list .item .item-wrap:hover .item-detail .item-content {
  margin-top: 0;
}
.products-wrapper .products-loop.list .item .item-wrap:hover .products-thumb a.fancybox {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  right: auto;
}
.products-loop .product-category a {
  text-align: center;
  display: block;
  background-color: #fff;
}
.products-loop .product-category a img {
  margin: 0 auto;
}
.products-loop .product-category a h3 {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 0;
  padding: 12px 0;
  background-color: #eeeeee;
  color: #464646;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.products-loop .product-category a h3 .count {
  display: none;
}
.products-loop .product-category a:hover h3 {
  background-color: #ea0029;
  color: #fff;
}
.sidebar .widget.sw_woo_slider_widget .widget-inner {
  border: 0;
}
.sidebar .widget.sw_woo_slider_widget .toprated-product .item .item-wrap2 .item-img {
  width: 20%;
}
.sidebar .widget.sw_woo_slider_widget .toprated-product .item .item-wrap2 .item-content h4 {
  margin-bottom: 7px;
}
.sidebar .widget.sw_woo_slider_widget .toprated-product .item .item-wrap2 .item-content h4 a {
  font-weight: bold;
}
.sidebar .widget.sw_woo_slider_widget .toprated-product .item .item-wrap2 .item-content .item-price {
  font-size: 18px;
}
.sidebar .widget.sw_woo_slider_widget .toprated-product .item .item-wrap2 .item-content .reviews-content {
  display: none;
}
.widget_price_filter {
  background-color: #fff;
  padding: 0 0px 20px;
}
.widget_price_filter .price_slider_wrapper {
  padding: 0 15px;
}
.widget_price_filter .block-title-widget h2 {
  border-radius: 0 !important;
  position: relative;
  padding: 15px;
  color: #222;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700 !important;
  margin-bottom: 0;
}
.woocommerce div.product form.cart .variations select {
  margin: 0;
}
.rtl.woocommerce div.product form.cart .button {
  float: right;
}
.product_detail {
  background-color: #fff;
  padding: 26px 0px 0px;
  margin: 0 -15px;
}
.product_detail .slider_img_productd {
  position: relative;
  z-index: 1;
}
.product_detail .slider_img_productd {
  margin-bottom: 0;
}
.product_detail .slider_img_productd .woocommerce-product-gallery {
  margin-bottom: 0;
}
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-left .product-responsive-thumbnail.slick-vertical {
  width: 100px;
  float: left;
  margin: 45px 10px 40px 0;
  padding: 0;
}
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-left .product-responsive-thumbnail.slick-vertical .slick-list {
  margin: -7px 0;
}
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-left .product-responsive-thumbnail.slick-vertical .slick-list .slick-track .item-thumbnail-product .thumbnail-wrapper {
  margin: 10px 0;
  padding: 3px;
  border-radius: 0px;
  border: 1px solid #ebebeb;
}

.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-left .product-responsive-thumbnail.slick-vertical .slick-list .slick-track .item-thumbnail-product .thumbnail-wrapper .slick-current.slick-active {

  border: 1px solid #df0a1f!important;
}




.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-left .product-responsive-thumbnail.slick-vertical .slick-list .slick-track .item-thumbnail-product .thumbnail-wrapper img {
  border-radius: 2px;
}
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-left .product-responsive-thumbnail.slick-vertical .slick-prev,
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-left .product-responsive-thumbnail.slick-vertical .slick-next {
  left: 0;
  right: 0;
}
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-left .product-responsive-thumbnail.slick-vertical .slick-prev:before,
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-left .product-responsive-thumbnail.slick-vertical .slick-next:before {
  font-size: 18px;
}
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-left .product-responsive-thumbnail.slick-vertical .slick-prev {
  top: -30px;
  bottom: auto;
}
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-left .product-responsive-thumbnail.slick-vertical .slick-prev:before {
  content: "\f106";
}
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-left .product-responsive-thumbnail.slick-vertical .slick-next {
  bottom: -30px;
  top: auto;
}
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-left .product-responsive-thumbnail.slick-vertical .slick-next:before {
  content: "\f107";
}
.rtl .product_detail .slider_img_productd .product-images .product-images-container.thumbnail-left .product-responsive-thumbnail.slick-vertical {
  float: right;
  margin-right: 0;
  margin-left: 2%;
}
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-left .product-responsive.slick-slider {
  width: calc(100% - 110px );
  float: right;
  margin-bottom: 0;
}
.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive {
  margin-bottom: 10px;
  overflow: hidden;
  border-radius: 2px;
}
.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive .slick-list .slick-track .slick-slide {
  border: 2px solid #ebebeb;
  border-radius: 0px;
  padding:6px;
  
}
.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive .slick-list .slick-track .slick-slide .item-img-slider .images {
  margin-bottom: 0;
}
.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive-thumbnail {
  padding: 0 40px;
}
.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 #ebebeb;
  margin: 0 5px;
  cursor: pointer;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
  border-radius: 2px;
}
.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive-thumbnail .slick-list .slick-track .item-thumbnail-product .thumbnail-wrapper img {
  border-radius: 2px;
}
.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: #ea0029;
}
.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: 25px;
  width: 25px;
  line-height: 25px;
  border-radius: 50%;
  border: 0;
  background-color: #e1e1d8;
  color: #222;
  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: 16px;
}
.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 {
  color: #fff;
  background-color: #ea0029;
}
.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive-thumbnail .slick-prev {
  left: 5px;
  -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: "\f104";
}
.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive-thumbnail .slick-next {
  right: 5px;
  -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: "\f105";
}
.product_detail .content_product_detail .product_title {
  font-size: 20px;
  color: #222;
  font-weight: 700 !important;
  margin-bottom: 12px;
  text-transform: capitalize;
}
.product_detail .content_product_detail .reviews-content {
  margin: 15px 0;
  display: flex;
  display: -webkit-flex;
}
.product_detail .content_product_detail .reviews-content .woocommerce-review-link {
  font-size: 12px;
  color: #999;
  margin-left: 3px;
}
.product_detail .content_product_detail .price-content {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.product_detail .content_product_detail .categories-product {
  padding-top: 17px;
  border-top: 1px solid #f5f5f5;
}
.product_detail .content_product_detail .categories-product span {
  color: #222;
  font-size: 14px;
  text-transform: capitalize;
}
.product_detail .content_product_detail .categories-product .posted_in a {
  margin-bottom: 0;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  font-weight: 400;
  color: #999;
  text-transform: capitalize;
}
.product_detail .content_product_detail .categories-product .posted_in a:hover {
  color: #ea0029;
}
.product_detail .content_product_detail .product-info {
  display: block;
  overflow: hidden;
  padding: 10px 0 25px;
  color: #1b85e8;
  font-size: 14px;
}
.product_detail .content_product_detail .product-info .title-sock {
  color: #222;
  font-size: 14px;
}
.product_detail .content_product_detail .product-info span {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}
.product_detail .content_product_detail .product-info .sku_wrapper {
  margin-top: 10px;
}
.product_detail .content_product_detail .description {
  line-height: 27px;
  margin-bottom: 20px;
}
.product_detail .content_product_detail .price {
  margin: 20px 0;
}
.product_detail .content_product_detail .variations_form.cart .woocommerce-variation-add-to-cart-disabled .single_add_to_cart_button.disabled {
  padding: 0 25px 0 45px;
  background-color: #ea0029;
}
.product_detail .content_product_detail .cart {
  margin-bottom: 0;
}
.product_detail .content_product_detail .cart .quantity {
  position: relative;
  border: 1px solid #ebebeb;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  text-align: center;
  margin: 0 10px 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: 33px !important;
}
.product_detail .content_product_detail .cart .quantity .minus,
.product_detail .content_product_detail .cart .quantity .plus {
  display: none;
  font-size: 13px;
  color: #222;
  width: 15px;
  height: 15px;
  background-color: #eee;
  border-radius: 50%;
  text-align: center;
  line-height: 15px;
  padding: 0;
}
.product_detail .content_product_detail .cart .quantity .minus:hover,
.product_detail .content_product_detail .cart .quantity .plus:hover {
  background-color: #ea0029;
  color: #fff;
}
.product_detail .content_product_detail .cart .quantity .minus {
  font-size: 15px;
}
.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: 14px;
  color: #323232;
  font-weight: 400;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.product_detail .content_product_detail .cart .group_table {
  margin-bottom: 25px;
  width: 100%;
}
.product_detail .content_product_detail .cart .group_table .label {
  display: table-cell;
}
.product_detail .content_product_detail .cart .group_table tbody tr {
  border-color: #ddd;
}
.product_detail .content_product_detail .cart .group_table tbody tr td label {
  margin-bottom: 0;
  font-weight: normal;
}
.product_detail .content_product_detail .cart .group_table tbody tr td .quantity {
  margin-top: 0;
}
.product_detail .content_product_detail .cart .group_table tbody tr td .quantity .minus {
  bottom: 0;
}
.product_detail .content_product_detail .cart .group_table tbody tr td .quantity:before {
  display: none;
}
.product_detail .content_product_detail .cart .group_table tbody tr td.label {
  white-space: normal;
}
.product_detail .content_product_detail .cart .group_table .price {
  font-size: 20px;
  color: #ea0029;
  font-weight: 700;
}
.product_detail .content_product_detail .cart .group_table .price del .amount {
  font-weight: 400;
  font-size: 14px;
  color: #ccc;
}
.product_detail .content_product_detail .cart .group_table .price span >.amount {
  text-decoration: line-through;
  font-weight: normal;
  font-size: 16px;
}
.product_detail .content_product_detail .cart .group_table .price ins {
  text-decoration: none;
}
.product_detail .content_product_detail .cart .group_table .price ins .amount {
  font-size: 16px;
  color: #ea0029;
  text-decoration: none;
  opacity: 1;
  margin: 0;
}
.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: "\f004";
}
.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: #ea0029;
  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: "\f074";
}
.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 {
  margin: 0 10px;
}
.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: #ea0029;
  font-weight: 500;
  height: 35px;
  line-height: 35px;
  padding: 0;
  background-color: #fff;
  border: 1px solid #ea0029;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  position: relative;
  font-size: 0;
  min-width: 35px;
  float: left;
  -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: #ea0029;
  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.alt {
  order: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  background-color: #ea0029;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  color: #fff;
  padding: 0 25px 0 45px;
  font-size: 12px;
  border-radius: 17px;
  background: url('../assets/img/icon-cart-add.png') no-repeat left 5px center #ea0029;
  text-transform: capitalize;
}
.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.alt {
  padding: 0 45px 0 25px;
  background: url('../assets/img/icon-cart-add.png') no-repeat right 5px center #ea0029;
}
.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.alt:hover {
  background: url('../assets/img/icon-cart-add.png') no-repeat left 5px center #c7091c;
}
.rtl .product_detail .content_product_detail .add_to_cart_button:hover,
.rtl .product_detail .content_product_detail .product_type_external:hover,
.rtl .product_detail .content_product_detail .product_type_grouped:hover,
.rtl .product_detail .content_product_detail .single_add_to_cart_button.alt:hover {
  background: url('../assets/img/icon-cart-add.png') no-repeat right 5px center #c7091c;
}
.product_detail .content_product_detail .add_to_cart_button.loading,
.product_detail .content_product_detail .product_type_external.loading,
.product_detail .content_product_detail .product_type_grouped.loading,
.product_detail .content_product_detail .single_add_to_cart_button.alt.loading {
  background-color: #ea0029;
}
.product_detail .content_product_detail .add_to_cart_button.loading:after,
.product_detail .content_product_detail .product_type_external.loading:after,
.product_detail .content_product_detail .product_type_grouped.loading:after,
.product_detail .content_product_detail .single_add_to_cart_button.alt.loading:after {
  display: none;
}
.product_detail .content_product_detail .add_to_cart_button.added:after,
.product_detail .content_product_detail .product_type_external.added:after,
.product_detail .content_product_detail .product_type_grouped.added:after,
.product_detail .content_product_detail .single_add_to_cart_button.alt.added:after {
  display: inline-block;
  margin-left: 0;
  margin-right: 5px;
}
.bottom-single-product {
  z-index: 2;
  position: relative;
}
.single-product .sale-off {
  right: 0;
}
.single-product .sw_related_upsell_widget .sale-off {
  right: -11px;
}
.single-product >.tabs {
  margin-bottom: 30px;
  margin-top: 20px;
  border: 0;
}
.single-product >.tabs .tabbable .nav.nav-tabs {
  margin: 0 0 20px;
  background-color: #f5f5f5;
  border-bottom: 0;
  padding: 10px;
}
.single-product >.tabs .tabbable .nav.nav-tabs li {
  border: 0;
  position: relative;
  margin: 10px 20px;
}
.single-product >.tabs .tabbable .nav.nav-tabs li.active > a:before {
  opacity: 1;
}
.rtl .single-product >.tabs .tabbable .nav.nav-tabs li {
  float: right;
}
.single-product >.tabs .tabbable .nav.nav-tabs li a {
  border: 0;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 16px;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  color: #222;
  font-weight: 700;
  background-color: transparent;
  border-radius: 0;
  margin: 0;
  position: relative;
  padding: 0;
}
.single-product >.tabs .tabbable .nav.nav-tabs li.active a,
.single-product >.tabs .tabbable .nav.nav-tabs li:hover a {
  background-color: transparent;
  color: #ea0029;
}
.single-product >.tabs .tabbable .tab-content {
  background-color: #fff;
  border-radius: 3px;
}
.single-product >.tabs .tabbable .tab-content #tab-description p {
  margin-bottom: 0;
}
.single-product >.tabs .tabbable .tab-content .tab-pane {
  line-height: 22px;
  color: #666;
}
.single-product >.tabs .tabbable .tab-content .tab-pane h2 {
  display: none;
}
.single-product >.tabs .tabbable .tab-content .tab-pane #reply-title {
  font-size: 14px !important;
}
.single-product >.tabs .tabbable .tab-content .tab-pane p .alignnone {
  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: #222 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  border-radius: 0 !important;
  overflow: hidden;
  text-transform: uppercase;
  font-weight: 700;
  border: 0;
}
.single-product >.tabs .tabbable .tab-content .tab-pane #reviews .form-submit .submit:hover {
  background-color: #df0a1f !important;
}
.variations {
  margin-bottom: 10px;
}
.variations tr {
  margin-bottom: 15px;
  border-bottom: 0;
  height: 50px;
  vertical-align: middle;
}
.variations tr td.label {
  display: table-cell;
  line-height: 30px;
  text-align: left;
  padding: .5em .6em .3em;
}
.rtl .variations tr td.label {
  text-align: right;
}
.variations tr td.label label {
  color: #222;
  font-weight: normal !important;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0;
  font-size: 14px;
}
.variations tr td.value {
  padding: 0;
}
.variations tr td.value select {
  width: 200px !important;
  width: 100%;
  text-indent: 10px;
  height: 40px;
  line-height: 40px;
  background-color: #fff;
  border: 1px solid #ebebeb;
  margin: 0;
  text-transform: uppercase;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  color: #525252;
  font-size: 12px;
}
.variations tr td.value select option {
  text-transform: uppercase;
}
.variations tr td.value select:focus {
  outline-offset: 0;
  outline: -webkit-focus-ring-color auto 0;
}
.variations tr td.value select::-ms-expand {
  display: none;
}
.variations tr .reset_variations {
  margin: 10px 0;
  text-align: center;
  color: #fc2a2a;
  display: block !important;
  text-align: left;
}
.rtl .variations tr .reset_variations {
  text-align: right;
}
.single_variation {
  margin-bottom: 15px;
}
.sw_related_upsell_widget .sw-woo-container-slider {
  position: relative;
}
.sw_related_upsell_widget .sw-woo-container-slider .res-button {
  display: inline-block;
  width: 25px;
  height: 25px;
  background-color: #e1e1d8;
  color: #222;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 25px;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  font-size: 0;
}
.sw_related_upsell_widget .sw-woo-container-slider .res-button:hover {
  background-color: #ea0029;
  color: #fff;
}
.sw_related_upsell_widget .sw-woo-container-slider .res-button:before {
  font-family: 'Fontawesome';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 16px;
}
.sw_related_upsell_widget .sw-woo-container-slider .res-button.slick-prev {
  right: 33px;
  left: auto;
}
.sw_related_upsell_widget .sw-woo-container-slider .res-button.slick-prev:before {
  content: '\f104';
}
.rtl .sw_related_upsell_widget .sw-woo-container-slider .res-button.slick-prev {
  left: 0;
  right: auto;
}
.sw_related_upsell_widget .sw-woo-container-slider .res-button.slick-next {
  right: 0;
  left: auto;
}
.rtl .sw_related_upsell_widget .sw-woo-container-slider .res-button.slick-next {
  left: 33px;
  right: auto;
}
.sw_related_upsell_widget .sw-woo-container-slider .res-button.slick-next:before {
  content: '\f105';
}
.sw_related_upsell_widget .sw-woo-container-slider .resp-slider-container .box-title {
  float: none;
  margin-bottom: 25px;
}
.sw_related_upsell_widget .sw-woo-container-slider .resp-slider-container .slick-list {
  overflow: visible;
}
.sw_related_upsell_widget .sw-woo-container-slider .resp-slider-container .slick-list .slick-slide {
  opacity: 0;
  visibility: hidden;
}
.sw_related_upsell_widget .sw-woo-container-slider .resp-slider-container .slick-list .slick-slide.slick-active {
  opacity: 1;
  visibility: visible;
}
.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 #ffffff;
  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: #ea0029;
  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: #ea0029;
}
.sw_related_upsell_widget .product-ur .tabbable.tabs .nav.nav-tabs li > a {
  margin: 0;
  border: 0;
  display: inline-block;
  padding: 12px 20px;
  background-color: transparent;
  font-size: 18px;
  color: #222;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
}
.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: 30px;
}
.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 #ebebeb;
}
.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;
}
.services-sidebar ul {
  margin: 0;
  list-style: none;
}
.services-sidebar li .service-content {
  border-bottom: 1px dashed #ebebeb;
  padding: 20px 0px;
}
.services-sidebar li .service-content .service-icon {
  display: inline-block;
  vertical-align: top;
  width: 50px;
}
.services-sidebar li .service-content .service-info {
  display: inline-block;
  vertical-align: top;
  padding-left: 15px;
}
.services-sidebar li .service-content .service-info h4 {
  font-size: 100%;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
}
.services-sidebar li .service-content .service-info p {
  margin: 0px;
}
.services-sidebar li:last-child .service-content {
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
}
.sw-category-slider .slider {
  margin: 0 -15px;
}
.sw-category-slider .item .item-wrap {
  padding: 15px;
  border: 0;
}
.sw-category-slider .item .item-wrap .item-image {
  display: table-cell;
  width: 180px;
  vertical-align: top;
}
.sw-category-slider .item .item-wrap .item-image img {
  margin: 0;
}
.sw-category-slider .item .item-wrap .item-image img:hover {
  opacity: 0.7;
}
.sw-category-slider .item .item-wrap .child-cat {
  display: table-cell;
  padding: 12px 10px 0 20px;
  vertical-align: top;
}
.sw-category-slider .item .item-wrap .child-cat h3 {
  font-size: 16px;
  color: #222;
  font-weight: bold;
  text-align: left;
}
.sw-category-slider .item .item-wrap .child-cat .sub-cats {
  margin: 0;
  list-style: none;
  margin-bottom: 5px;
  text-align: left;
}
.sw-category-slider .item .item-wrap .child-cat .sub-cats li {
  margin-top: 10px;
}
.sw-category-slider .item .item-wrap .child-cat .sub-cats li a {
  opacity: .7;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  padding: 0;
}
.sw-category-slider .item .item-wrap .child-cat .sub-cats li a:before {
  content: '\f0da';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 10px;
  width: 10px;
  vertical-align: middle;
  text-align: left;
}
.sw-category-slider .item .item-wrap .child-cat .sub-cats li a:hover {
  opacity: 1;
  padding-left: 10px;
}
.sw-category-slider .item .item-wrap:hover {
  box-shadow: none;
  margin-bottom: 0px;
}
.sw-custom-variation input[type="radio"] {
  display: none;
}
.sw-custom-variation .sw-radio-variation {
  margin: 0 2px;
  border: 1px solid #dedede;
}
.sw-custom-variation .sw-radio-variation span {
  display: block;
  line-height: 30px;
  min-width: 30px;
  padding: 0 5px;
  text-align: center;
  min-height: 30px;
  cursor: pointer;
  font-size: 12px;
  position: relative;
}
.sw-custom-variation .sw-radio-variation span.variation-color {
  text-indent: -9999px;
  margin: 1px;
}
.sw-custom-variation .sw-radio-variation.selected {
  border-color: #ea0029;
}
.sw-custom-variation .sw-radio-variation.selected span {
  background: #ea0029;
  color: #fff;
}
.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: #ea0029;
  height: 44px;
  transform: rotate(45deg);
  top: -7px;
  right: 15px;
  opacity: 1;
}
.woocommerce-variation.single_variation > p {
  color: #e20000;
}
.fancybox-wrap .fancybox-outer .product_detail .content_product_detail .product-summary-bottom .cart .quantity {
  margin-right: 10px;
}
.rtl .fancybox-wrap .fancybox-outer .product_detail .content_product_detail .product-summary-bottom .cart .quantity {
  margin-right: 0;
  margin-left: 10px;
}
.quickview-container.woocommerce {
  padding-top: 15px;
}
.quickview-container.woocommerce .product_detail {
  overflow: hidden;
  margin: 0;
}
.quickview-container.woocommerce .product_detail .content_product_detail .cart .quantity input.qty {
  border-radius: 50%;
}
.quickview-container.woocommerce .slider_img_productd .product-responsive {
  border: 0 !important;
  overflow: visible !important;
}
.quickview-container.woocommerce .slider_img_productd .images {
  margin-bottom: 0;
}
.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: #df0a1f !important;
}
.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: #ea0029;
  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;
}
.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
  color: #220e10;
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
}
.wp-caption .wp-caption-text a,
.entry-caption a,
.gallery-caption a {
  color: #ea0029;
}
.entry-summary table {
  margin-bottom: 30px;
}
.entry-summary table th,
.entry-summary table td {
  border: 1px solid #ebebeb;
  padding: 10px;
}
.entry-summary dl dd {
  margin-bottom: 20px;
}
.entry-summary form input[type="text"],
.entry-summary form input[type="password"],
.entry-summary form input[type="date"] {
  border-radius: 0;
  padding: 5px 10px;
}
.entry-summary form input[type="submit"] {
  background: #333 none repeat scroll 0 0;
  border: 1px solid #525252;
  border-radius: 0;
  color: #fff;
  padding: 5px 15px;
  vertical-align: top;
}
.entry-summary form input[type="submit"]:hover {
  background: #000;
}
.main-page > .page .entry-content .entry-summary p {
  line-height: 1.8;
}
.page-links {
  clear: both;
  font-size: 16px;
  font-weight: normal;
  line-height: 2.2;
  margin: 20px 0;
  text-transform: uppercase;
}
.page-links span.page-links-title {
  background: transparent;
  border: none;
  margin-right: 20px;
  padding: 0;
  border: 0;
}
.page-links a,
.page-links > span {
  background: #fff;
  border: 1px solid #ea0029;
  padding: 5px 10px;
  text-decoration: none;
}
.format-status .entry-content .page-links a,
.format-gallery .entry-content .page-links a,
.format-chat .entry-content .page-links a,
.format-quote .entry-content .page-links a,
.page-links a {
  background: #ea0029;
  border: 1px solid #ea0029;
  color: #fff;
}
.format-status .entry-content .page-links a:hover,
.format-gallery .entry-content .page-links a:hover,
.format-chat .entry-content .page-links a:hover,
.format-quote .entry-content .page-links a:hover,
.page-links a:hover {
  background-color: transparent;
  color: #ea0029;
}
.home-style1 .main-page > .page .entry-content .entry-summary {
  line-height: normal;
}
.home-style1 .sale-off,
.home-style1 .woocommerce span.onsale,
.home-style1 .onsale {
  right: -11px;
}
.home-style1 .wpb_button,
.home-style1 .wpb_content_element,
.home-style1 ul.wpb_thumbnails-fluid>li {
  margin-bottom: 50px;
}


.brands-row .wpb_content_element {
 
  margin:30px 0 0 0 !important;
}



.home-style1 .sw-woo-tab-cat3 {
  padding-bottom: 35px;
}
.home-style1 .sw-woo-tab-cat-listing {
  padding-bottom: 30px;
}
.home-style1 .sw-brand-container-slider {

}
.home-style1 .sw-woo-tab-cat2 .item.list .item-wrap .item-detail .sale-off {
  display: block;
  top: 0;
  position: absolute;
  z-index: 123;
}
.rtl.home-style1 .sale-off,
.rtl.home-style1 .woocommerce span.onsale,
.rtl.home-style1 .onsale {
  right: auto;
  left: -11px;
}
.box-title {
  float: left;
}
.box-title h3 {
  font-size: 26px;
  font-weight: bold;
  color: #333333;
}
.box-title h3:before {
  background-color: #ea0029;
  content: '';
  display: inline-block;
  width: 2px;
  height: 22px;
  vertical-align: middle;
  margin-right: 10px;
  position: relative;
  top: -1px;
}
.rtl .box-title {
  float: right;
}
.services {
  position: relative;
  margin-bottom: 50px;
  border-width: 1px;
  border-style: solid;
  border-color: #ebebeb;
  border-image: initial;
  border-radius: 4px;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.services .res-button-mobi {
  display: none;
}
.services ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.services ul li {
  float: left;
  width: 20%;
  text-align: center;
  position: relative;
}
.services ul li:last-child .service-content {
  border-right: 0;
}
.rtl .services ul li:last-child .service-content {
  border-left: 0;
}
.services ul li .service-content {
  margin: 33px 0px 26px;
  border-right: 1px solid #ebebeb;
}
.rtl .services ul li .service-content {
  border-right: 0;
  border-left: 1px solid #ebebeb;
}
.services ul li .service-content .service-icon {
  display: inline-block;
  vertical-align: top;
  min-height: 48px;
}
.services ul li .service-content .service-info {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  padding-left: 20px;
  line-height: 1.2;
  padding-top: 4px;
}
.services ul li .service-content .service-info h4 {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 2px;
}
.section_toprated_hotcat {
  padding-top: 15px;
  margin-bottom: 30px;
}
.toprated-product {
  position: relative;
}
.toprated-product .block-title {
  padding-bottom: 5px;
  margin-bottom: 30px;
  border-bottom: 2px solid #ea0029;
}
.toprated-product .block-title h3 {
  font-size: 22px;
  font-weight: normal;
  color: #333;
}
.toprated-product .res-button {
  position: absolute;
  top: 7px;
  right: 0;
  cursor: pointer;
}
.toprated-product .res-button:hover {
  color: #ea0029;
}
.toprated-product .res-button.slick-prev {
  margin-right: 53px;
  border-right: 1px solid #ddd;
  padding-right: 10px;
}
.toprated-product .res-button.slick-prev:before {
  content: "\f100";
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-family: FontAwesome !important;
  margin-right: 5px;
}
.toprated-product .res-button.slick-next:after {
  content: "\f101";
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-family: FontAwesome !important;
  margin-left: 5px;
}
.toprated-product .item .item-wrap2 {
  display: -webkit-flex;
  display: flex;
  margin-bottom: 20px;
}
.toprated-product .item .item-wrap2 .item-img {
  width: 30%;
  float: left;
  margin-right: 20px;
  border: 1px solid #ebebeb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.toprated-product .item .item-wrap2 .item-img img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.toprated-product .item .item-wrap2 .item-img img:hover {
  opacity: 0.7;
}
.toprated-product .item .item-wrap2 .item-img .onsale,
.toprated-product .item .item-wrap2 .item-img .sale-off,
.toprated-product .item .item-wrap2 .item-img .group.fancybox {
  display: none;
}
.toprated-product .item .item-wrap2 .item-content {
  width: calc(70% - 20px);
  float: left;
}
.toprated-product .item .item-wrap2 .item-content h4 {
  margin-bottom: 14px;
  text-transform: capitalize;
}
.toprated-product .item .item-wrap2 .item-content h4 a {
  font-size: 14px;
  color: #222;
}
.toprated-product .item .item-wrap2 .item-content h4 a:hover {
  color: #ea0029;
}
.toprated-product .item .item-wrap2 .item-content .item-bottom {
  display: none;
}
.toprated-product .item .item-wrap2 .item-content .reviews-content {
  display: flex;
  display: -webkit-flex;
  margin-bottom: 3px;
}
.sw-woo-tab-cat2 .item.list .item-wrap .item-detail .sale-off {
  display: none;
}
.sw-woo-tab-cat2 .item.list .item-wrap .item-detail .item-content .item-bottom .add_to_cart_button,
.sw-woo-tab-cat2 .item.list .item-wrap .item-detail .item-content .item-bottom .product_type_external,
.sw-woo-tab-cat2 .item.list .item-wrap .item-detail .item-content .item-bottom .product_type_grouped {
  background-color: #fff;
  border: 1px solid #ddd;
}
.sw-woo-tab-cat2 .item.list .item-wrap .item-detail .item-content .item-bottom .add_to_cart_button:hover,
.sw-woo-tab-cat2 .item.list .item-wrap .item-detail .item-content .item-bottom .product_type_external:hover,
.sw-woo-tab-cat2 .item.list .item-wrap .item-detail .item-content .item-bottom .product_type_grouped:hover {
  background-color: #fed700;
  border-color: #fed700;
  color: #222;
}
.sw-woo-tab-cat2 .item.list .item-wrap .item-detail .item-content .item-bottom .add_to_cart_button.added,
.sw-woo-tab-cat2 .item.list .item-wrap .item-detail .item-content .item-bottom .product_type_external.added,
.sw-woo-tab-cat2 .item.list .item-wrap .item-detail .item-content .item-bottom .product_type_grouped.added {
  background-color: #fed700;
  color: #222;
}
.sw-woo-tab-cat2 .item.list .item-wrap .item-detail .item-content .item-bottom .add_to_cart_button.added:after,
.sw-woo-tab-cat2 .item.list .item-wrap .item-detail .item-content .item-bottom .product_type_external.added:after,
.sw-woo-tab-cat2 .item.list .item-wrap .item-detail .item-content .item-bottom .product_type_grouped.added:after {
  font-family: WooCommerce;
  content: "\e017";
  margin-left: .53em;
  vertical-align: bottom;
}
.testimonial-slider.layout1 {
  background-color: #fff;
}
.testimonial-slider.layout1 .box-title {
  width: 100%;
}
.testimonial-slider.layout1 .box-title h3 {
  padding-bottom: 20px;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 30px;
}
.testimonial-slider.layout1 .carousel-inner .item.active {
  display: flex;
  display: webkit-flex;
}
.testimonial-slider.layout1 .carousel-inner .item .item-inner .image-client {
  float: left;
  margin: 30px 0 0 5px;
  width: 108px;
  height: 108px;
  padding: 4px;
  background-color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 0 5px rgba(0,0,0,0.2);
  -o-box-shadow: 0 0 5px rgba(0,0,0,0.2);
  -ms-box-shadow: 0 0 5px rgba(0,0,0,0.2);
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.testimonial-slider.layout1 .carousel-inner .item .item-inner .image-client img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.testimonial-slider.layout1 .carousel-inner .item .item-inner .client-say-info {
  margin-left: 130px;
  padding: 30px 0 0;
  position: relative;
}
.testimonial-slider.layout1 .carousel-inner .item .item-inner .client-comment {
  color: #666;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  position: relative;
  font-style: italic;
  margin-bottom: 22px;
}
.testimonial-slider.layout1 .carousel-inner .item .item-inner .client-comment:before {
  content: '“';
  font-size: 60px;
  font-weight: bold;
  font-style: normal;
  color: #ccc;
  position: absolute;
  top: -15px;
  left: 0;
}
.testimonial-slider.layout1 .carousel-inner .item .item-inner .client-comment:after {
  content: '”';
  font-size: 60px;
  font-weight: bold;
  font-style: normal;
  color: #ccc;
  position: absolute;
  bottom: -64px;
  right: 0;
}
.rtl .testimonial-slider.layout1 .carousel-inner .item .item-inner .client-comment:after {
  right: auto;
  left: 0;
}
.testimonial-slider.layout1 .carousel-inner .item .item-inner .client-say-info {
  text-align: center;
  position: relative;
  line-height: 27px;
}
.testimonial-slider.layout1 .carousel-inner .item .item-inner .client-say-info .date {
  font-size: 12px;
  color: #999;
  text-align: left;
}
.testimonial-slider.layout1 .carousel-inner .item .item-inner .client-say-info .image-client a {
  display: inline-block;
  vertical-align: top;
  max-width: 80px;
  border-radius: 50%;
  border: 2px solid rgba(0,0,0,0.2);
  margin-bottom: 0px;
}
.testimonial-slider.layout1 .carousel-inner .item .item-inner .client-say-info .image-client a img {
  border-radius: 50%;
}
.testimonial-slider.layout1 .carousel-inner .item .item-inner .client-say-info .name-client {
  text-align: left;
  margin-bottom: 10px;
}
.testimonial-slider.layout1 .carousel-inner .item .item-inner .client-say-info .name-client h2 a {
  display: none;
  font-size: 14px;
  font-weight: 600;
  color: #222;
  text-transform: capitalize;
}
.testimonial-slider.layout1 .carousel-inner .item .item-inner .client-say-info .name-client .info-client {
  font-size: 14px;
  color: #333;
  text-transform: uppercase;
  font-weight: bold;
}
.testimonial-slider.layout1 .carousel-indicators {
  position: absolute;
  top: 10px;
  left: auto;
  right: 0;
  width: auto;
  margin: 0;
  bottom: auto;
}
.testimonial-slider.layout1 .carousel-indicators > li {
  display: inline-block;
  width: 13px;
  height: 13px;
  border: 2px solid #ea0029;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  margin: 0 3px;
}
.testimonial-slider.layout1 .carousel-indicators > li.active,
.testimonial-slider.layout1 .carousel-indicators > li:hover {
  background-color: #ea0029;
}
.section_weeklydeals {
  padding: 50px 0;
}
.section_weeklydeals .vc_column_container .vc_column-inner {
  padding-top: 0;
}
.sw_tab_countdown2 .block-title h3 {
  font-size: 16px;
  color: #222;
  text-transform: uppercase;
  margin-bottom: 20px;
  border-top: 2px solid #ea0029;
  border-bottom: 1px solid #ebebeb;
  padding: 10px 20px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.sw_tab_countdown2 .block-title h3 span {
  float: left;
  margin-right: 7px;
}
.rtl .sw_tab_countdown2 .block-title h3 span {
  float: right;
  margin-left: 7px;
  margin-right: 0;
}
.sw_tab_countdown2 .tab-countdown-slide {
  position: relative;
}
.sw_tab_countdown2 .tab-countdown-slide .top-tab-slider {
  position: absolute;
  float: left;
  width: 140px;
  padding: 80px 0 80px 60px;
  background-color: #fff;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}
.rtl .sw_tab_countdown2 .tab-countdown-slide .top-tab-slider {
  float: right;
}
.sw_tab_countdown2 .tab-countdown-slide .top-tab-slider .sw-tab-slider {
  position: relative;
}
.sw_tab_countdown2 .tab-countdown-slide .top-tab-slider .res-button {
  position: absolute;
  display: inline-block;
  height: 20px;
  width: 20px;
  left: 50%;
  margin-left: -15px;
  background-color: #fff;
  line-height: 26px;
  color: #444;
  text-align: center;
  border: 0;
  cursor: pointer;
  border-right: 0;
  font-size: 0;
}
.sw_tab_countdown2 .tab-countdown-slide .top-tab-slider .res-button:hover {
  color: #ea0029;
}
.sw_tab_countdown2 .tab-countdown-slide .top-tab-slider .res-button:before {
  font-family: 'FontAwesome';
  font-size: 48px;
}
.sw_tab_countdown2 .tab-countdown-slide .top-tab-slider .res-button.slick-prev {
  bottom: -29px;
}
.sw_tab_countdown2 .tab-countdown-slide .top-tab-slider .res-button.slick-prev:before {
  content: '\f107';
}
.sw_tab_countdown2 .tab-countdown-slide .top-tab-slider .res-button.slick-next {
  top: -36px;
  border-bottom: 0;
}
.sw_tab_countdown2 .tab-countdown-slide .top-tab-slider .res-button.slick-next:before {
  content: '\f106';
}
.sw_tab_countdown2 .tab-countdown-slide .top-tab-slider ul {
  margin: 12px 0 0;
  border: 0;
}
.sw_tab_countdown2 .tab-countdown-slide .top-tab-slider ul li {
  margin: 10px 0;
  border: 0;
}
.sw_tab_countdown2 .tab-countdown-slide .top-tab-slider ul li a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border: 1px solid #ebebeb;
  display: block;
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 2px;
}
.sw_tab_countdown2 .tab-countdown-slide .top-tab-slider ul li a img {
  height: 100%;
}
.sw_tab_countdown2 .tab-countdown-slide .top-tab-slider ul li.active a,
.sw_tab_countdown2 .tab-countdown-slide .top-tab-slider ul li:hover a {
  border: 1px solid #ea0029;
}
.sw_tab_countdown2 .tab-countdown-slide .top-tab-slider-full {
  display: none;
}
.sw_tab_countdown2 .tab-content {
  width: 100%;
  clear: none;
  margin-left: 140px;
  float: none;
}
.sw_tab_countdown2 .tab-content .tab-pane .item .item-wrap-countdown {
  overflow: hidden;
}
.sw_tab_countdown2 .tab-content .tab-pane .item .item-wrap-countdown .item-detail {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
}
.sw_tab_countdown2 .tab-content .tab-pane .item .item-wrap-countdown .products-thumb {
  position: relative;
  float: left;
  width: calc(50% - 140px);
  background: #fff;
  padding: 15px 70px 15px 15px;
  min-height: 475px;
}
.rtl .sw_tab_countdown2 .tab-content .tab-pane .item .item-wrap-countdown .products-thumb {
  float: right;
}
.sw_tab_countdown2 .tab-content .tab-pane .item .item-wrap-countdown .products-thumb .sale-off,
.sw_tab_countdown2 .tab-content .tab-pane .item .item-wrap-countdown .products-thumb .woocommerce span.onsale,
.sw_tab_countdown2 .tab-content .tab-pane .item .item-wrap-countdown .products-thumb .onsale {
  right: 0;
}
.rtl .sw_tab_countdown2 .tab-content .tab-pane .item .item-wrap-countdown .products-thumb .sale-off,
.rtl .sw_tab_countdown2 .tab-content .tab-pane .item .item-wrap-countdown .products-thumb .woocommerce span.onsale,
.rtl .sw_tab_countdown2 .tab-content .tab-pane .item .item-wrap-countdown .products-thumb .onsale {
  right: auto;
  left: 0;
}
.sw_tab_countdown2 .tab-content .tab-pane .item .item-wrap-countdown .products-thumb .product-countdown {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: -25px;
  margin-top: -135px;
}
.sw_tab_countdown2 .tab-content .tab-pane .item .item-wrap-countdown .products-thumb .product-countdown .countdown-section {
  width: 60px;
  height: 60px;
  padding: 10px;
  margin-bottom: 20px;
  background: #fed700;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  display: flex;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
}
.sw_tab_countdown2 .tab-content .tab-pane .item .item-wrap-countdown .products-thumb .product-countdown .countdown-section > div {
  width: 100%;
  text-align: center;
  color: #222;
  font-weight: bold;
}
.sw_tab_countdown2 .tab-content .tab-pane .item .item-wrap-countdown .products-thumb .product-countdown .countdown-section > div.countdown-amount {
  font-size: 18px;
  font-weight: 700;
}
.sw_tab_countdown2 .tab-content .tab-pane .item .item-wrap-countdown .products-thumb .product-countdown .countdown-section.secs {
  margin-bottom: 0;
}
.sw_tab_countdown2 .tab-content .tab-pane .item .item-wrap-countdown .item-content {
  float: left;
  width: 50%;
  padding: 72px 45px 0 130px;
  text-align: left;
}
.rtl .sw_tab_countdown2 .tab-content .tab-pane .item .item-wrap-countdown .item-content {
  float: right;
  text-align: right;
}
.sw_tab_countdown2 .tab-content .tab-pane .item .item-wrap-countdown .item-content .product-countdown {
  margin-bottom: 10px;
}
.sw_tab_countdown2 .tab-content .tab-pane .item .item-wrap-countdown .item-content .block-title h3 {
  border: 0;
  display: inline-block;
  background: #ea0029;
  color: #fff;
  text-transform: capitalize;
  padding: 15px 20px;
  font-size: 26px;
  font-weight: 700;
  border-radius: 3px;
  position: relative;
  margin-bottom: 40px;
}
.sw_tab_countdown2 .tab-content .tab-pane .item .item-wrap-countdown .item-content .block-title h3:before,
.sw_tab_countdown2 .tab-content .tab-pane .item .item-wrap-countdown .item-content .block-title h3:after {
  content: "";
  background: url(../assets/img/gim.png) no-repeat;
  width: 6px;
  height: 22px;
  position: absolute;
  top: -10px;
  z-index: 2;
}
.sw_tab_countdown2 .tab-content .tab-pane .item .item-wrap-countdown .item-content h4 {
  margin-bottom: 22px;
}
.sw_tab_countdown2 .tab-content .tab-pane .item .item-wrap-countdown .item-content h4 a {
  font-size: 24px;
  color: #ea0029;
  font-weight: 700;
  line-height: 32px;
  text-transform: capitalize;
}
.sw_tab_countdown2 .tab-content .tab-pane .item .item-wrap-countdown .item-content .reviews-content {
  margin-bottom: 10px;
  display: flex;
  display: -webkit-flex;
}
.sw_tab_countdown2 .tab-content .tab-pane .item .item-wrap-countdown .item-content .item-price del {
  font-size: 18px;
  color: #999;
  font-weight: 400;
}
.sw_tab_countdown2 .tab-content .tab-pane .item .item-wrap-countdown .item-content .item-price ins {
  font-size: 30PX;
}
.sw_tab_countdown2 .tab-content .tab-pane .item .item-wrap-countdown .item-content .description {
  margin-bottom: 30px;
  position: relative;
  line-height: 32px;
  font-size: 14px;
}
.sw_tab_countdown2 .tab-content .tab-pane .item .item-wrap-countdown .item-content .item-bottom {
  display: flex;
  justify-content: left;
}
.sw_tab_countdown2 .tab-content .tab-pane .item .item-wrap-countdown .item-content .item-bottom a.fancybox {
  display: none;
}
.sw_tab_countdown2 .tab-content .tab-pane .item .item-wrap-countdown .item-content .item-bottom .yith-wcwl-add-to-wishlist {
  margin: 0 5px;
  order: 2;
}
.sw_tab_countdown2 .tab-content .tab-pane .item .item-wrap-countdown .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button,
.sw_tab_countdown2 .tab-content .tab-pane .item .item-wrap-countdown .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
.sw_tab_countdown2 .tab-content .tab-pane .item .item-wrap-countdown .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse {
  position: relative;
}
.sw_tab_countdown2 .tab-content .tab-pane .item .item-wrap-countdown .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,
.sw_tab_countdown2 .tab-content .tab-pane .item .item-wrap-countdown .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.sw_tab_countdown2 .tab-content .tab-pane .item .item-wrap-countdown .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before {
  font-size: 12px;
  content: "\f004";
}
.sw_tab_countdown2 .tab-content .tab-pane .item .item-wrap-countdown .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button.show,
.sw_tab_countdown2 .tab-content .tab-pane .item .item-wrap-countdown .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show,
.sw_tab_countdown2 .tab-content .tab-pane .item .item-wrap-countdown .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show {
  display: inline-block !important;
  vertical-align: top;
}
.sw_tab_countdown2 .tab-content .tab-pane .item .item-wrap-countdown .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .feedback,
.sw_tab_countdown2 .tab-content .tab-pane .item .item-wrap-countdown .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .feedback,
.sw_tab_countdown2 .tab-content .tab-pane .item .item-wrap-countdown .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .feedback {
  display: none;
}
.sw_tab_countdown2 .tab-content .tab-pane .item .item-wrap-countdown .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .ajax-loading,
.sw_tab_countdown2 .tab-content .tab-pane .item .item-wrap-countdown .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .ajax-loading,
.sw_tab_countdown2 .tab-content .tab-pane .item .item-wrap-countdown .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .ajax-loading {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.sw_tab_countdown2 .tab-content .tab-pane .item .item-wrap-countdown .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show a,
.sw_tab_countdown2 .tab-content .tab-pane .item .item-wrap-countdown .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show a {
  background-color: #ea0029;
  color: #fff;
}
.sw_tab_countdown2 .tab-content .tab-pane .item .item-wrap-countdown .item-content .item-bottom .compare {
  order: 3;
}
.sw_tab_countdown2 .tab-content .tab-pane .item .item-wrap-countdown .item-content .item-bottom .compare:before {
  font-size: 13px;
  content: "\f074";
}
.sw_tab_countdown2 .tab-content .tab-pane .item .item-wrap-countdown .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.sw_tab_countdown2 .tab-content .tab-pane .item .item-wrap-countdown .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.sw_tab_countdown2 .tab-content .tab-pane .item .item-wrap-countdown .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
.sw_tab_countdown2 .tab-content .tab-pane .item .item-wrap-countdown .item-content .item-bottom a.compare {
  text-align: center;
  color: #666;
  font-weight: 500;
  height: 35px;
  line-height: 35px;
  padding: 0;
  background-color: transparent;
  border: 1px solid #ddd;
  display: inline-block;
  vertical-align: top;
  position: relative;
  font-size: 0;
  min-width: 35px;
  margin: 0;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
}
.sw_tab_countdown2 .tab-content .tab-pane .item .item-wrap-countdown .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,
.sw_tab_countdown2 .tab-content .tab-pane .item .item-wrap-countdown .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.sw_tab_countdown2 .tab-content .tab-pane .item .item-wrap-countdown .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before,
.sw_tab_countdown2 .tab-content .tab-pane .item .item-wrap-countdown .item-content .item-bottom a.compare:before {
  font-family: fontawesome;
}
.sw_tab_countdown2 .tab-content .tab-pane .item .item-wrap-countdown .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover,
.sw_tab_countdown2 .tab-content .tab-pane .item .item-wrap-countdown .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover,
.sw_tab_countdown2 .tab-content .tab-pane .item .item-wrap-countdown .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover,
.sw_tab_countdown2 .tab-content .tab-pane .item .item-wrap-countdown .item-content .item-bottom a.compare:hover {
  background-color: #ea0029;
  color: #fff;
}
.sw_tab_countdown2 .tab-content .tab-pane .item .item-wrap-countdown .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover:before,
.sw_tab_countdown2 .tab-content .tab-pane .item .item-wrap-countdown .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover:before,
.sw_tab_countdown2 .tab-content .tab-pane .item .item-wrap-countdown .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover:before,
.sw_tab_countdown2 .tab-content .tab-pane .item .item-wrap-countdown .item-content .item-bottom a.compare:hover:before {
  color: #fff;
}
.sw_tab_countdown2 .tab-content .tab-pane .item .item-wrap-countdown .item-content .item-bottom .add_to_cart_button,
.sw_tab_countdown2 .tab-content .tab-pane .item .item-wrap-countdown .item-content .item-bottom .product_type_external,
.sw_tab_countdown2 .tab-content .tab-pane .item .item-wrap-countdown .item-content .item-bottom .product_type_grouped,
.sw_tab_countdown2 .tab-content .tab-pane .item .item-wrap-countdown .item-content .item-bottom .single_add_to_cart_button.alt {
  order: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
  height: 35px;
  line-height: 35px;
  font-weight: bold;
  color: #222;
  background-color: #fed700;
  padding: 0 35px 0 35px;
  border-radius: 17px;
}
.sw_tab_countdown2 .tab-content .tab-pane .item .item-wrap-countdown .item-content .item-bottom .add_to_cart_button:hover,
.sw_tab_countdown2 .tab-content .tab-pane .item .item-wrap-countdown .item-content .item-bottom .product_type_external:hover,
.sw_tab_countdown2 .tab-content .tab-pane .item .item-wrap-countdown .item-content .item-bottom .product_type_grouped:hover,
.sw_tab_countdown2 .tab-content .tab-pane .item .item-wrap-countdown .item-content .item-bottom .single_add_to_cart_button.alt:hover {
  background-color: #ea0029;
  color: #fff;
}
.sw_tab_countdown2 .tab-content .tab-pane .item .item-wrap-countdown .item-content .item-bottom .add_to_cart_button.loading,
.sw_tab_countdown2 .tab-content .tab-pane .item .item-wrap-countdown .item-content .item-bottom .product_type_external.loading,
.sw_tab_countdown2 .tab-content .tab-pane .item .item-wrap-countdown .item-content .item-bottom .product_type_grouped.loading,
.sw_tab_countdown2 .tab-content .tab-pane .item .item-wrap-countdown .item-content .item-bottom .single_add_to_cart_button.alt.loading {
  background-color: #ea0029;
}
.sw_tab_countdown2 .tab-content .tab-pane .item .item-wrap-countdown .item-content .item-bottom .add_to_cart_button.loading:after,
.sw_tab_countdown2 .tab-content .tab-pane .item .item-wrap-countdown .item-content .item-bottom .product_type_external.loading:after,
.sw_tab_countdown2 .tab-content .tab-pane .item .item-wrap-countdown .item-content .item-bottom .product_type_grouped.loading:after,
.sw_tab_countdown2 .tab-content .tab-pane .item .item-wrap-countdown .item-content .item-bottom .single_add_to_cart_button.alt.loading:after {
  display: none;
}
.section_test_blog {
  margin: 0 -25px;
}
.section_test_blog .vc_column_container>.vc_column-inner {
  padding: 0 25px;
}
.sw-brand-container-slider {

  padding: 22px 0px;
  margin: 0px 0 0px;
}
.sw-brand-container-slider .slick-dots {
  left: 50%;
  position: relative;
}
.home-style2 .header-top .info-header .fa-envelope,
.home-style2 .header-top .top-login ul li a:after {
  color: #fed700;
}
.home-style2 .main-page > .page .entry-content .entry-summary {
  line-height: normal;
}
.home-style2 .sw-category-slider .res-button {
  display: none !important;
}
.home-style2 .sale-off,
.home-style2 .woocommerce span.onsale,
.home-style2 .onsale {
  height: 40px;
  width: 40px;
  line-height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  font-weight: 400;
  right: 10px;
  top: 0 !important;
  padding: 0;
  text-align: center;
}
.home-style2 .sale-off:before,
.home-style2 .woocommerce span.onsale:before,
.home-style2 .onsale:before {
  display: none;
}
.home-style2 .slick-dots {
  margin: 0;
  width: 100%;
  display: flex !important;
  display: -webkit-flex !important;
  justify-content: center;
  -webkit-justify-content: center;
}
.home-style2 .slick-dots > li {
  height: 0;
}
.home-style2 .slick-dots > li.slick-active button {
  background-color: transparent;
  border: 1px solid #fed700;
}
.home-style2 .slick-dots > li.slick-active button:before {
  background: #fed700;
}
.home-style2 .slick-dots > li button {
  position: relative;
  background-color: transparent;
  width: 12px;
  height: 12px;
  border: 0;
}
.home-style2 .slick-dots > li button:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #222;
  position: absolute;
  border-radius: 50%;
  top: 50%;
  margin-top: -3px;
  left: 50%;
  margin-left: -3px;
}
.home-style2 .header {
  margin-bottom: 30px;
}
.home-style2 .section_slider .vc_column-inner {
  padding-right: 5px;
}
.home-style2 .section_slider .vc_column-inner .wpb_revslider_element {
  margin-bottom: 10px;
}
.home-style2 .banner .vc_column-inner {
  padding-left: 5px;
}
.home-style2 .banner .banner1,
.home-style2 .banner .banner2 {
  margin-bottom: 10px;
}
.home-style2 .banner3 .vc_column-inner {
  padding-right: 5px;
}
.home-style2 .banner4 .vc_column-inner {
  padding-right: 5px;
}
.home-style2 .banner5 .vc_column-inner {
  padding-left: 5px;
}
.home-style2 .top-tab-slider {
  border-bottom: 2px solid #dddddd;
  margin-bottom: 35px;
  display: inline-block;
  width: 100%;
}
.home-style2 .top-tab-slider .box-title {
  position: relative;
}
.home-style2 .top-tab-slider .box-title h3 {
  font-size: 30px;
  color: #222;
  margin-bottom: 20px;
}
.home-style2 .top-tab-slider .box-title h3:before {
  background-color: #fed700;
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -2px;
  top: auto;
}
.home-style2 .resp-tab .top-tab-slider .nav.nav-tabs {
  margin: -2px auto 0;
}
.home-style2 .resp-tab .top-tab-slider .nav.nav-tabs li {
  padding: 0;
}
.home-style2 .resp-tab .top-tab-slider .nav.nav-tabs li.active a,
.home-style2 .resp-tab .top-tab-slider .nav.nav-tabs li:hover a {
  border: 2px solid #ea0029;
  color: #ea0029;
}
.home-style2 .resp-tab .top-tab-slider .nav.nav-tabs li a {
  color: #183544;
  padding: 10px;
  border: 2px solid transparent;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.home-style2 .sw-category-slider {
  margin-top: 17px;
  padding-bottom: 85px;
}
.home-style2 .sw-category-slider .block-title {
  text-align: center;
}
.home-style2 .sw-category-slider .block-title h3 {
  position: relative;
  display: inline-block;
  margin-bottom: 35px;
  font-size: 30px;
  font-weight: bold;
  color: #222;
}
.home-style2 .sw-category-slider .block-title h3:before {
  content: "";
  background-color: #fed700;
  width: 60px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: -80px;
}
.home-style2 .sw-category-slider .block-title h3:after {
  content: "";
  background-color: #fed700;
  width: 60px;
  height: 2px;
  position: absolute;
  top: 50%;
  right: -80px;
}
.home-style2 .mid_banner1,
.home-style2 .mid_banner2 {
  margin-bottom: 25px;
}
.home-style2 .sw-brand-container-slider {
  margin: 40px 0 20px;
  padding: 43px 0px;
}
.home-style2 .sw-brand-container-slider .slick-dots {
  left: auto;
  top: 27px;
}
.home-style2 .sw-woo-tab-default .resp-tab .category-slider-content .tab-content .tab-pane .responsive-slider .slider .slick-list .item .item-wrap {
  margin-bottom: 0;
}
.sw-tab-theme1 {
  margin-top: 23px;
  margin-bottom: 35px;
}
.sw-tab-theme1 .woo-tab-container-listing .listing {
  margin: 0;
}
.sw-tab-theme1 .woo-tab-container-listing .item {
  padding: 0;
  width: 20.4666%;
  position: relative;
}
.sw-tab-theme1 .woo-tab-container-listing .item:nth-child(2) .item-wrap,
.sw-tab-theme1 .woo-tab-container-listing .item:nth-child(3) .item-wrap,
.sw-tab-theme1 .woo-tab-container-listing .item:nth-child(4) .item-wrap {
  border-bottom: 1px solid #ebebeb;
  border-radius: 0;
}
.sw-tab-theme1 .woo-tab-container-listing .item.fist_product.product-images {
  width: 38.6%;
}
.sw-tab-theme1 .woo-tab-container-listing .item.fist_product.product-images .item-wrap {
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.sw-tab-theme1 .woo-tab-container-listing .item.fist_product.product-images .item-wrap:before {
  content: "";
  height: 100%;
  width: 1px;
  background: #ebebeb;
  position: absolute;
  right: 10px;
  z-index: 1;
}
.sw-tab-theme1 .woo-tab-container-listing .item.fist_product.product-images .item-wrap .slick-prev,
.sw-tab-theme1 .woo-tab-container-listing .item.fist_product.product-images .item-wrap .slick-next {
  opacity: 0;
  height: 12px;
}
.sw-tab-theme1 .woo-tab-container-listing .item.fist_product.product-images .item-wrap .product-responsive-thumbnail-first .slick-list {
  margin: 0 50px;
}
.sw-tab-theme1 .woo-tab-container-listing .item.fist_product.product-images .item-wrap .product-responsive-thumbnail-first .item-thumbnail-product {
  margin: 0 12px;
  border: 1px solid #ebebeb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.sw-tab-theme1 .woo-tab-container-listing .item.fist_product.product-images .item-wrap .product-responsive-thumbnail-first .item-thumbnail-product.slick-current {
  border-color: #ea0029;
}
.sw-tab-theme1 .woo-tab-container-listing .item.fist_product.product-images .item-wrap .item-detail .item-content {
  width: 100%;
  padding: 0 15px;
  text-align: center;
  margin-bottom: 50px;
}
.sw-tab-theme1 .woo-tab-container-listing .item.fist_product.product-images .item-wrap .item-detail .item-content .reviews-content {
  justify-content: center;
  -webkit-justify-content: center;
  margin-bottom: 12px;
}
.sw-tab-theme1 .woo-tab-container-listing .item.fist_product.product-images .item-wrap .item-detail .item-content h4 {
  margin-bottom: 22px;
}
.sw-tab-theme1 .woo-tab-container-listing .item.fist_product.product-images .item-wrap .item-detail .item-content h4 a {
  font-size: 18px;
  font-weight: bold;
}
.sw-tab-theme1 .woo-tab-container-listing .item .item-wrap {
  border: 0;
  padding: 10px 10px 17px;
}
.sw-tab-theme1 .woo-tab-container-listing .item .item-wrap .product-responsive-thumbnail-first .item-thumbnail-product img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.sw-woo-tab-default .resp-tab .category-slider-content .wrap-top {
  border-bottom: 2px solid #dddddd;
  margin-bottom: 35px;
}
.sw-woo-tab-default .resp-tab .category-slider-content .wrap-top .box-title h3 {
  font-size: 30px;
  color: #222;
  margin-bottom: 20px;
}
.sw-woo-tab-default .resp-tab .category-slider-content .wrap-top .box-title h3:before {
  background-color: #fed700;
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -2px;
  top: auto;
}
.sw-woo-tab-default .item.list .item-wrap {
  padding: 10px;
  border: 0;
}
.sw-woo-tab-default .item.list .item-wrap .item-img {
  width: 40%;
}
.sw-woo-tab-default .item.list .item-wrap .item-detail .item-content {
  padding: 40px 0 0 20px;
}
.sw-woo-tab-default .item.list .item-wrap .item-detail .item-content .item-bottom {
  padding-top: 20px;
}
.sw-woo-tab-default .item .item-wrap .item-detail .item-content .item-bottom .add_to_cart_button,
.sw-woo-tab-default .item .item-wrap .item-detail .item-content .item-bottom .product_type_external,
.sw-woo-tab-default .item .item-wrap .item-detail .item-content .item-bottom .product_type_grouped {
  background-color: #fff;
  border: 1px solid #ebebeb;
}
.sw-woo-tab-default .item .item-wrap .item-detail .item-content .item-bottom .add_to_cart_button:hover,
.sw-woo-tab-default .item .item-wrap .item-detail .item-content .item-bottom .product_type_external:hover,
.sw-woo-tab-default .item .item-wrap .item-detail .item-content .item-bottom .product_type_grouped:hover {
  background-color: #fed700;
  color: #222;
  border-color: #fed700;
}
.featured-product {
  margin: 20px 0 30px;
  position: relative;
  z-index: 1;
}
.featured-product .res-button {
  position: absolute;
  top: 12px;
  right: 0;
  cursor: pointer;
}
.featured-product .res-button:hover {
  color: #ea0029;
}
.featured-product .res-button.slick-prev {
  margin-right: 53px;
  border-right: 1px solid #ddd;
  padding-right: 10px;
}
.featured-product .res-button.slick-prev:before {
  content: "\f100";
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-family: FontAwesome !important;
  margin-right: 5px;
}
.featured-product .res-button.slick-next:after {
  content: "\f101";
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-family: FontAwesome !important;
  margin-left: 5px;
}
.featured-product .slider .slick-list {
  overflow: visible;
}
.featured-product .slider .slick-list .item {
  opacity: 0;
  visibility: hidden;
}
.featured-product .slider .slick-list .item.slick-active {
  opacity: 1;
  visibility: visible;
}
.featured-product .slider .slick-list .item .item-wrap {
  border: 0;
}
.right_sidebar {
  padding-top: 25px;
  position: relative;
  z-index: 2;
}
.right_sidebar .block-title {
  border-bottom: 2px solid #fed700;
  padding-bottom: 0;
  text-transform: capitalize;
}
.right_sidebar .block-title h3 {
  margin-bottom: 7px;
  font-size: 18px;
  font-weight: bold;
  color: #222;
}
.right_sidebar .res-button {
  display: none !important;
}
.right_sidebar .vc_column-inner {
  padding-top: 0;
}
.right_sidebar .sw-recommend-product .resp-slider-container .slider {
  padding: 0;
  box-shadow: none;
  border: 0;
}
.right_sidebar .sw-recommend-product .resp-slider-container .slider .item .item-wrap {
  border: 0;
}
.right_sidebar .sw-recommend-product .resp-slider-container .slider .item .item-wrap .sale-off,
.right_sidebar .sw-recommend-product .resp-slider-container .slider .item .item-wrap .woocommerce span.onsale,
.right_sidebar .sw-recommend-product .resp-slider-container .slider .item .item-wrap .onsale {
  display: none;
}
.right_sidebar .sw-recommend-product .resp-slider-container .slider .item .item-wrap .product-effect {
  display: none;
}
.right_sidebar .sw-recommend-product .resp-slider-container .slider .item .item-wrap:hover {
  margin-bottom: 0;
}
.right_sidebar .sw-recommend-product .resp-slider-container .slider .item .item-wrap:hover .item-detail .item-content {
  margin-top: 0;
}
.right_sidebar .toprated-product {
  margin-bottom: 30px;
}
.right_sidebar .toprated-product .block-title {
  margin-bottom: 15px;
}
.right_sidebar .toprated-product .item .item-wrap2 {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 14px;
  padding-bottom: 7px;
}
.right_sidebar .toprated-product .item .item-wrap2:last-child {
  border: 0;
}
.right_sidebar .toprated-product .item .item-wrap2 .item-img {
  margin-right: 15px;
  border: 0;
}
.right_sidebar .toprated-product .item .item-wrap2 .item-content h4 {
  margin-bottom: 10px;
}
.right_sidebar .toprated-product .item .item-wrap2 .item-content h4 a {
  font-weight: 500;
  font-size: 13px;
}
.right_sidebar .toprated-product .item .item-wrap2 .item-content .reviews-content {
  display: none;
}
.right_sidebar .toprated-product .item-price {
  font-size: 16px;
}
.right_sidebar .responsive-post-slider2 .block-title {
  margin-bottom: 20px;
}
.right_sidebar .responsive-post-slider2 .item-detail .img_over {
  position: relative;
}
.right_sidebar .responsive-post-slider2 .item-detail .img_over .entry-date {
  position: absolute;
  padding: 6px;
  background: #fed700;
  width: 40px;
  height: 40px;
  font-weight: bold;
  text-align: center;
}
.right_sidebar .responsive-post-slider2 .item-detail .img_over .entry-date .mon-post {
  font-size: 12px;
}
.right_sidebar .responsive-post-slider2 .item-detail .entry-content .item-title {
  margin-top: 15px;
}
.right_sidebar .responsive-post-slider2 .item-detail .entry-content .item-title h4 a {
  color: #183544;
  font-size: 16px;
  font-weight: bold;
}
.right_sidebar .responsive-post-slider2 .item-detail .entry-content .item-meta {
  font-size: 12px;
  color: #999;
}
.right_sidebar .responsive-post-slider2 .item-detail .entry-content .item-meta .entry-comment {
  margin-right: 12px;
}
.right_sidebar .responsive-post-slider2 .item-detail .entry-content .item-meta .entry-comment:after {
  content: "|";
  position: relative;
  margin-left: 12px;
}
.right_sidebar .responsive-post-slider2 .item-detail .entry-content .item-meta i {
  margin-right: 7px;
}
.right_sidebar .responsive-post-slider2 .item-detail .entry-content .item-meta a {
  color: #999;
}
.right_sidebar .responsive-post-slider2 .item-detail .entry-content .description {
  font-size: 14px;
  color: #666;
  margin: 5px 0;
  line-height: 27px;
}
.right_sidebar .responsive-post-slider2 .item-detail .entry-content .readmore {
  font-size: 12px;
  color: #ea0029;
  margin-bottom: 17px;
}
.right_sidebar .responsive-post-slider2 .item-detail .entry-content .readmore a {
  color: #ea0029;
  margin-right: 3px;
}
.right_sidebar .responsive-post-slider2 .item-detail .entry-content .readmore:after {
  content: "\f101";
  font-family: FontAwesome !important;
  position: relative;
  display: inline-block;
}
.right_sidebar .sw-recommend-product {
  margin-bottom: 70px;
}
.countdown-slider.style1 .slider .item-countdown.item .item-wrap {
  background-color: transparent;
  border: 0;
}
.countdown-slider.style1 .slider .item-countdown.item .item-wrap:hover {
  margin-bottom: 0;
  box-shadow: none;
}
.countdown-slider.style1 .slider .item-countdown.item .item-wrap:hover .item-detail .item-content {
  margin-top: 0;
}
.countdown-slider.style1 .slider .item-countdown .item-wrap .item-detail .item-content {
  overflow: hidden;
  padding-right: 15px;
  background-color: transparent;
  text-align: left;
  padding-top: 30px;
}
.countdown-slider.style1 .slider .item-countdown .item-wrap .item-detail .item-content .reviews-content {
  justify-content: left;
  -webkit-justify-content: left;
}
.countdown-slider.style1 .slider .item-countdown .item-wrap .item-detail .item-content h4 {
  margin-bottom: 20px;
}
.countdown-slider.style1 .slider .item-countdown .item-wrap .item-detail .item-content h4 a {
  font-size: 18px;
  font-weight: bold;
}
.countdown-slider.style1 .slider .item-countdown .item-wrap .item-detail .item-content .item-price {
  font-size: 30px;
  margin-bottom: 20px;
}
.countdown-slider.style1 .slider .item-countdown .item-wrap .item-detail .item-content .item-price del {
  font-size: 18px;
}
.countdown-slider.style1 .slider .item-countdown .item-wrap .item-detail .item-content .item-price ins {
  color: #222;
}
.countdown-slider.style1 {
  position: relative;
  margin-top: 28px;
  padding-bottom: 60px;
}
.countdown-slider.style1 .item .item-wrap .item-detail .item-content .item-bottom .add_to_cart_button,
.countdown-slider.style1 .item .item-wrap .item-detail .item-content .item-bottom .product_type_external,
.countdown-slider.style1 .item .item-wrap .item-detail .item-content .item-bottom .product_type_grouped {
  height: 45px;
  line-height: 45px;
}
.countdown-slider.style1 .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.countdown-slider.style1 .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.countdown-slider.style1 .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
.countdown-slider.style1 .item .item-wrap .item-detail .item-content .item-bottom a.compare {
  height: 45px;
  line-height: 45px;
  width: 45px;
}
.countdown-slider.style1 .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,
.countdown-slider.style1 .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.countdown-slider.style1 .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before,
.countdown-slider.style1 .item .item-wrap .item-detail .item-content .item-bottom a.compare:before {
  font-size: 16px;
}
.countdown-slider.style1 .top-tab-slider {
  margin-bottom: 20px;
}
.countdown-slider.style1 .top-tab-slider .weekly-deals-countdown {
  position: absolute;
  left: 40%;
  display: table;
  top: 6px;
}
.countdown-slider.style1 .top-tab-slider .weekly-deals-countdown .countdown-row {
  font-size: 18px;
  font-weight: bold;
  color: #555555;
}
.countdown-slider.style1 .top-tab-slider .weekly-deals-countdown .countdown-row .countdown-section {
  border: 1px solid #ea0029;
  border-radius: 2px;
  padding: 7px 12px;
  margin: 0 5px;
  color: #ea0029;
}
.countdown-slider.style1 .slider .item-countdown .item-wrap .item-detail .product-responsive-thumbnail {
  width: 70px;
  float: left;
  margin-right: 15px;
}
.rtl .countdown-slider.style1 .slider .item-countdown .item-wrap .item-detail .product-responsive-thumbnail {
  float: right;
  margin-right: 0px;
  margin-left: 15px;
}
.countdown-slider.style1 .slider .item-countdown .item-wrap .item-detail .product-responsive-thumbnail.slick-vertical .slick-slide {
  border: 2px solid #ccc;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  margin: 5px 0;
}
.countdown-slider.style1 .slider .item-countdown .item-wrap .item-detail .product-responsive-thumbnail.slick-vertical .slick-slide.slick-current {
  border-color: #ea0029;
}
.countdown-slider.style1 .slider .item-countdown .item-wrap .item-detail .product-responsive-thumbnail .slick-arrow {
  position: relative;
  display: inline-block;
  height: 25px;
  width: 40px;
  background-color: transparent;
  line-height: 26px;
  color: #444;
  text-align: center;
  border: 0;
  cursor: pointer;
  border-right: 0;
  font-size: 0;
  margin: 0;
  margin-top: 10px;
}
.countdown-slider.style1 .slider .item-countdown .item-wrap .item-detail .product-responsive-thumbnail .slick-arrow:before {
  content: '\f107';
  font-family: 'FontAwesome';
  font-size: 48px;
}
.countdown-slider.style1 .slider .item-countdown .item-wrap .item-detail .product-responsive-thumbnail .slick-arrow.slick-prev:before {
  content: '\f106';
}
.countdown-slider.style1 .slider .item-countdown .item-wrap .item-detail .item-image-countdown {
  position: relative;
  text-align: left;
  width: 43%;
  margin-right: 30px;
  float: left;
}
.rtl .countdown-slider.style1 .slider .item-countdown .item-wrap .item-detail .item-image-countdown {
  text-align: right;
}
.countdown-slider.style1 .slider .item-countdown .item-wrap .item-detail .item-content .emarket-stock {
  margin-bottom: 10px;
  color: #222;
  font-size: 14px;
}
.countdown-slider.style1 .slider .item-countdown .item-wrap .item-detail .item-content .emarket-stock .stock-avail {
  color: #999;
}
.countdown-slider.style1 .slider .item-countdown .item-wrap .item-detail .item-content .emarket-stock .stock-avail span {
  color: #222;
  font-weight: bold;
}
.countdown-slider.style1 .slider .item-countdown .item-wrap .item-detail .item-content .emarket-stock .stock-sold {
  color: #999;
}
.countdown-slider.style1 .slider .item-countdown .item-wrap .item-detail .item-content .emarket-stock .stock-sold span {
  font-weight: bold;
  color: #222;
}
.countdown-slider.style1 .slider .sales-bar {
  margin-bottom: 25px;
}
.countdown-slider.style1 .slider .sales-bar .sales-bar-total {
  width: 100%;
  position: relative;
  height: 10px;
  border-radius: 20px;
  background: #ddd;
}
.countdown-slider.style1 .slider .sales-bar .sales-bar-total > span {
  display: block;
  position: absolute;
  left: 0;
  height: 10px;
  top: 0;
  background: #9e9e9e;
  border-radius: 20px;
}
.rtl .countdown-slider.style1 .slider .sales-bar .sales-bar-total > span {
  left: auto;
  right: 0;
}
.countdown-slider.style1 .slider .item-countdown .item-wrap .item-detail .item-image-countdown .item-bottom {
  position: absolute;
  top: 70px;
  left: 20px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 3;
}
.rtl .countdown-slider.style1 .slider .item-countdown .item-wrap .item-detail .item-image-countdown .item-bottom {
  right: 20px;
  left: auto;
}
.countdown-slider.style1 .slider .item-countdown .item-wrap .item-detail .item-image-countdown .item-bottom .clear {
  display: none;
}
.countdown-slider.style1 .res-button {
  position: absolute;
  top: 12px;
  right: 0;
  cursor: pointer;
}
.countdown-slider.style1 .res-button:hover {
  color: #ea0029;
}
.countdown-slider.style1 .res-button.slick-prev {
  margin-right: 53px;
  border-right: 1px solid #ddd;
  padding-right: 10px;
}
.countdown-slider.style1 .res-button.slick-prev:before {
  content: "\f100";
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-family: FontAwesome !important;
  margin-right: 5px;
}
.countdown-slider.style1 .res-button.slick-next:after {
  content: "\f101";
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-family: FontAwesome !important;
  margin-left: 5px;
}
.countdown-slider.style1 .slider .item-countdown .item-wrap .item-detail .item-image-countdown .item-bottom .button.add_to_cart_button,
.countdown-slider.style1 .slider .item-countdown .item-wrap .item-detail .item-image-countdown .item-bottom .product_type_external,
.countdown-slider.style1 .slider .item-countdown .item-wrap .item-detail .item-image-countdown .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: 0px;
  color: #fff;
  padding: 0 9px;
  text-transform: capitalize;
  background-color: #666;
  font-weight: normal;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transform: translateX(-60px);
  -moz-transform: translateX(-60px);
  -o-transform: translateX(-60px);
  -ms-transform: translateX(-60px);
  transform: translateX(-60px);
}
.countdown-slider.style1 .slider .item-countdown .item-wrap .item-detail .item-image-countdown .item-bottom .button.add_to_cart_button:hover,
.countdown-slider.style1 .slider .item-countdown .item-wrap .item-detail .item-image-countdown .item-bottom .product_type_external:hover,
.countdown-slider.style1 .slider .item-countdown .item-wrap .item-detail .item-image-countdown .item-bottom .product_type_grouped:hover {
  font-size: 12px;
  background: #ff3c20;
}
.countdown-slider.style1 .slider .item-countdown .item-wrap .item-detail .item-image-countdown .item-bottom .button.add_to_cart_button:hover:before,
.countdown-slider.style1 .slider .item-countdown .item-wrap .item-detail .item-image-countdown .item-bottom .product_type_external:hover:before,
.countdown-slider.style1 .slider .item-countdown .item-wrap .item-detail .item-image-countdown .item-bottom .product_type_grouped:hover:before {
  margin: 0 10px 0 0;
}
.rtl .countdown-slider.style1 .slider .item-countdown .item-wrap .item-detail .item-image-countdown .item-bottom .button.add_to_cart_button:hover:before,
.rtl .countdown-slider.style1 .slider .item-countdown .item-wrap .item-detail .item-image-countdown .item-bottom .product_type_external:hover:before,
.rtl .countdown-slider.style1 .slider .item-countdown .item-wrap .item-detail .item-image-countdown .item-bottom .product_type_grouped:hover:before {
  margin: 0 0 0 10px;
}
.countdown-slider.style1 .slider .item-countdown .item-wrap .item-detail .item-image-countdown .item-bottom .button.add_to_cart_button.loading,
.countdown-slider.style1 .slider .item-countdown .item-wrap .item-detail .item-image-countdown .item-bottom .product_type_external.loading,
.countdown-slider.style1 .slider .item-countdown .item-wrap .item-detail .item-image-countdown .item-bottom .product_type_grouped.loading {
  background-color: #ff3c20;
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.countdown-slider.style1 .slider .item-countdown .item-wrap .item-detail .item-image-countdown .item-bottom .button.add_to_cart_button.loading:before,
.countdown-slider.style1 .slider .item-countdown .item-wrap .item-detail .item-image-countdown .item-bottom .product_type_external.loading:before,
.countdown-slider.style1 .slider .item-countdown .item-wrap .item-detail .item-image-countdown .item-bottom .product_type_grouped.loading:before {
  text-align: center;
  left: 0;
  background-color: #ff3c20;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  background-size: contain;
}
.countdown-slider.style1 .slider .item-countdown .item-wrap .item-detail .item-image-countdown .item-bottom .button.add_to_cart_button:before,
.countdown-slider.style1 .slider .item-countdown .item-wrap .item-detail .item-image-countdown .item-bottom .product_type_external:before,
.countdown-slider.style1 .slider .item-countdown .item-wrap .item-detail .item-image-countdown .item-bottom .product_type_grouped:before {
  content: "\f291";
  font-family: fontawesome;
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
}
.countdown-slider.style1 .slider .item-countdown .item-wrap .item-detail .item-image-countdown .item-bottom .button.add_to_cart_button.added,
.countdown-slider.style1 .slider .item-countdown .item-wrap .item-detail .item-image-countdown .item-bottom .product_type_external.added,
.countdown-slider.style1 .slider .item-countdown .item-wrap .item-detail .item-image-countdown .item-bottom .product_type_grouped.added {
  background-color: #ff3c20;
}
.countdown-slider.style1 .slider .item-countdown .item-wrap .item-detail .item-image-countdown .item-bottom .button.add_to_cart_button.added:after,
.countdown-slider.style1 .slider .item-countdown .item-wrap .item-detail .item-image-countdown .item-bottom .product_type_external.added:after,
.countdown-slider.style1 .slider .item-countdown .item-wrap .item-detail .item-image-countdown .item-bottom .product_type_grouped.added:after {
  font-family: WooCommerce;
  content: "\e017";
  margin-left: .53em;
  vertical-align: bottom;
}
.countdown-slider.style1 .slider .item-countdown .item-wrap .item-detail .item-image-countdown .item-bottom .yith-wcwl-add-to-wishlist {
  margin: 0 1px;
}
.countdown-slider.style1 .slider .item-countdown .item-wrap .item-detail .item-image-countdown .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button,
.countdown-slider.style1 .slider .item-countdown .item-wrap .item-detail .item-image-countdown .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
.countdown-slider.style1 .slider .item-countdown .item-wrap .item-detail .item-image-countdown .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse {
  position: relative;
}
.countdown-slider.style1 .slider .item-countdown .item-wrap .item-detail .item-image-countdown .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,
.countdown-slider.style1 .slider .item-countdown .item-wrap .item-detail .item-image-countdown .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.countdown-slider.style1 .slider .item-countdown .item-wrap .item-detail .item-image-countdown .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before {
  content: "\f004";
}
.countdown-slider.style1 .slider .item-countdown .item-wrap .item-detail .item-image-countdown .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button.show,
.countdown-slider.style1 .slider .item-countdown .item-wrap .item-detail .item-image-countdown .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show,
.countdown-slider.style1 .slider .item-countdown .item-wrap .item-detail .item-image-countdown .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show {
  display: inline-block !important;
  vertical-align: top;
}
.countdown-slider.style1 .slider .item-countdown .item-wrap .item-detail .item-image-countdown .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .feedback,
.countdown-slider.style1 .slider .item-countdown .item-wrap .item-detail .item-image-countdown .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .feedback,
.countdown-slider.style1 .slider .item-countdown .item-wrap .item-detail .item-image-countdown .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .feedback {
  display: none;
}
.countdown-slider.style1 .slider .item-countdown .item-wrap .item-detail .item-image-countdown .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .ajax-loading,
.countdown-slider.style1 .slider .item-countdown .item-wrap .item-detail .item-image-countdown .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .ajax-loading,
.countdown-slider.style1 .slider .item-countdown .item-wrap .item-detail .item-image-countdown .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .ajax-loading {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.countdown-slider.style1 .slider .item-countdown .item-wrap .item-detail .item-image-countdown .item-bottom a.compare:before {
  font-size: 12px;
  content: "\f021";
}
.countdown-slider.style1 .slider .item-countdown .item-wrap .item-detail .item-image-countdown .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.countdown-slider.style1 .slider .item-countdown .item-wrap .item-detail .item-image-countdown .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.countdown-slider.style1 .slider .item-countdown .item-wrap .item-detail .item-image-countdown .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
.countdown-slider.style1 .slider .item-countdown .item-wrap .item-detail .item-image-countdown .item-bottom a.compare {
  text-align: center;
  color: #fff;
  width: 32px;
  height: 32px;
  line-height: 32px;
  padding: 0;
  display: block;
  vertical-align: top;
  position: relative;
  font-size: 0;
  max-width: 32px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  background-color: #666;
  margin: 0;
  float: none;
  -webkit-transform: translateX(-60px);
  -moz-transform: translateX(-60px);
  -o-transform: translateX(-60px);
  -ms-transform: translateX(-60px);
  transform: translateX(-60px);
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.countdown-slider.style1 .slider .item-countdown .item-wrap .item-detail .item-image-countdown .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,
.countdown-slider.style1 .slider .item-countdown .item-wrap .item-detail .item-image-countdown .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.countdown-slider.style1 .slider .item-countdown .item-wrap .item-detail .item-image-countdown .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before,
.countdown-slider.style1 .slider .item-countdown .item-wrap .item-detail .item-image-countdown .item-bottom a.compare:before {
  font-family: fontawesome;
  font-size: 12px;
}
.countdown-slider.style1 .slider .item-countdown .item-wrap .item-detail .item-image-countdown .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover,
.countdown-slider.style1 .slider .item-countdown .item-wrap .item-detail .item-image-countdown .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover,
.countdown-slider.style1 .slider .item-countdown .item-wrap .item-detail .item-image-countdown .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover,
.countdown-slider.style1 .slider .item-countdown .item-wrap .item-detail .item-image-countdown .item-bottom a.compare:hover {
  font-size: 0;
  padding: 0;
  background-color: #ff3c20;
}
.countdown-slider.style1 .slider .item-countdown .item-wrap .item-detail .item-image-countdown .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover:before,
.countdown-slider.style1 .slider .item-countdown .item-wrap .item-detail .item-image-countdown .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover:before,
.countdown-slider.style1 .slider .item-countdown .item-wrap .item-detail .item-image-countdown .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover:before,
.countdown-slider.style1 .slider .item-countdown .item-wrap .item-detail .item-image-countdown .item-bottom a.compare:hover:before {
  color: #fff;
}
.countdown-slider.style1 .slider .item-countdown .item-wrap .item-detail .item-image-countdown .item-bottom a.compare {
  -webkit-transform: translateX(-60px);
  -moz-transform: translateX(-60px);
  -o-transform: translateX(-60px);
  -ms-transform: translateX(-60px);
  transform: translateX(-60px);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.countdown-slider.style1 .slider .item-countdown .item-wrap .item-detail .item-image-countdown .item-bottom .add_to_cart_button,
.countdown-slider.style1 .slider .item-countdown .item-wrap .item-detail .item-image-countdown .item-bottom .product_type_external,
.countdown-slider.style1 .slider .item-countdown .item-wrap .item-detail .item-image-countdown .item-bottom .product_type_grouped,
.countdown-slider.style1 .slider .item-countdown .item-wrap .item-detail .item-image-countdown .item-bottom .yith-wcwl-add-to-wishlist,
.countdown-slider.style1 .slider .item-countdown .item-wrap .item-detail .item-image-countdown .item-bottom a.compare,
.countdown-slider.style1 .slider .item-countdown .item-wrap .item-detail .item-image-countdown .item-bottom .group.fancybox {
  display: block;
  vertical-align: top;
  font-weight: normal;
  min-width: 32px;
  margin: 5px 0;
}
.countdown-slider.style1 .slider .item-countdown .item-wrap .item-detail .item-image-countdown .item-bottom .yith-wcwl-wishlistaddedbrowse.show a,
.countdown-slider.style1 .slider .item-countdown .item-wrap .item-detail .item-image-countdown .item-bottom .yith-wcwl-wishlistexistsbrowse.show a {
  background: #ff3c20;
}
.countdown-slider.style1 .slider .item-countdown .item-wrap .item-detail .item-image-countdown .item-bottom .yith-wcwl-wishlistaddedbrowse.show a:before,
.countdown-slider.style1 .slider .item-countdown .item-wrap .item-detail .item-image-countdown .item-bottom .yith-wcwl-wishlistexistsbrowse.show a:before {
  color: #fff;
}
.countdown-slider.style1 .slider .item-countdown .item-wrap .item-detail .item-image-countdown .item-bottom a.fancybox {
  text-align: center;
  color: #fff;
  width: 32px;
  height: 32px;
  line-height: 32px;
  padding: 0;
  display: block;
  vertical-align: top;
  overflow: hidden;
  position: relative;
  font-size: 0;
  max-width: 32px;
  background-color: #666;
  float: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transform: translateX(-60px);
  -moz-transform: translateX(-60px);
  -o-transform: translateX(-60px);
  -ms-transform: translateX(-60px);
  transform: translateX(-60px);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.countdown-slider.style1 .slider .item-countdown .item-wrap .item-detail .item-image-countdown .item-bottom a.fancybox:before {
  font-family: fontawesome;
  font-size: 12px;
  content: '\f06e';
}
.countdown-slider.style1 .slider .item-countdown .item-wrap .item-detail .item-image-countdown .item-bottom a.fancybox:hover {
  background-color: #ff3c20;
  color: #fff;
}
.countdown-slider.style1 .slider .item-countdown .item-wrap:hover .item-detail .item-image-countdown .item-bottom {
  opacity: 1;
  filter: alpha(opacity=100);
}
.countdown-slider.style1 .slider .item-countdown .item-wrap:hover .item-detail .item-image-countdown .item-bottom .button,
.countdown-slider.style1 .slider .item-countdown .item-wrap:hover .item-detail .item-image-countdown .item-bottom .add_to_cart_button,
.countdown-slider.style1 .slider .item-countdown .item-wrap:hover .item-detail .item-image-countdown .item-bottom .product_type_external,
.countdown-slider.style1 .slider .item-countdown .item-wrap:hover .item-detail .item-image-countdown .item-bottom .product_type_grouped,
.countdown-slider.style1 .slider .item-countdown .item-wrap:hover .item-detail .item-image-countdown .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.countdown-slider.style1 .slider .item-countdown .item-wrap:hover .item-detail .item-image-countdown .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.countdown-slider.style1 .slider .item-countdown .item-wrap:hover .item-detail .item-image-countdown .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
.countdown-slider.style1 .slider .item-countdown .item-wrap:hover .item-detail .item-image-countdown .item-bottom a.compare,
.countdown-slider.style1 .slider .item-countdown .item-wrap:hover .item-detail .item-image-countdown .item-bottom .group.fancybox {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.search-cate .fa-search {
/*  display:none;*/
}
.home-style3 .main-page > .page .entry-content .entry-summary {
  line-height: normal;
}
.home-style3 .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-wishlistaddedbrowse.show a,
.home-style3 .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-wishlistexistsbrowse.show a {
  border-radius: 0;
  height: 30px;
  line-height: 30px;
  min-width: 30px;
}
.home-style3 .sale-off,
.home-style3 .woocommerce span.onsale,
.home-style3 .onsale {
  height: 25px;
  line-height: 25px;
  background-color: #ffb800;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  padding: 0 9px;
}
.home-style3 .sale-off:before,
.home-style3 .woocommerce span.onsale:before,
.home-style3 .onsale:before {
  width: 0px;
  height: 0px;
  top: 50%;
  margin-top: -5px;
  left: -25px;
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
  border-right: 5px solid #ffb800;
}
.rtl .home-style3 .sale-off:before,
.rtl .home-style3 .woocommerce span.onsale:before,
.rtl .home-style3 .onsale:before {
  left: auto;
  right: -25px;
}
.home-style3 .sale-off:after,
.home-style3 .woocommerce span.onsale:after,
.home-style3 .onsale:after {
  content: "\f111";
  font-family: FontAwesome !important;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 1px;
  font-size: 3px;
}
.rtl .home-style3 .sale-off:after,
.rtl .home-style3 .woocommerce span.onsale:after,
.rtl .home-style3 .onsale:after {
  left: auto;
  right: 1px;
}
.home-style3 .res-button {
  top: 0px;
  position: absolute;
  font-size: 14px;
  color: #666;
  font-weight: 400;
  cursor: pointer;
  border: 1px solid #ebebeb;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  font-size: 0;
  padding: 3px 0;
  text-align: center;
  right: 0;
}
.home-style3 .res-button:hover {
  border-color: #ea0029;
  color: #ea0029;
}
.home-style3 .res-button.slick-prev {
  margin-right: 35px;
}
.home-style3 .res-button.slick-prev:before {
  content: "\f104";
  font-family: FontAwesome !important;
  font-size: 16px;
}
.home-style3 .res-button.slick-next:before {
  content: "\f105";
  font-family: FontAwesome !important;
  font-size: 16px;
}
.home-style3 .title h2 {
  font-size: 22px;
}
.home-style3 .title h2 strong {
  color: #222;
}
.home-style3 .item-price ins {
  color: #ea0029;
}
.home-style3 .item .item-wrap .item-detail .item-content h4 a {
  font-size: 14px;
  color: #222;
  font-weight: bold;
}
.home-style3 .item .item-wrap .item-detail .item-content h4 a:hover {
  color: #ea0029;
}
.home-style3 .item .item-wrap .item-detail .item-content .item-bottom {
  display: flex;
  display: -webkit-flex;
  margin-bottom: 20px;
  justify-content: center;
  -webkit-justify-content: center;
}
.home-style3 .item .item-wrap .item-detail .item-content .item-bottom .add_to_cart_button,
.home-style3 .item .item-wrap .item-detail .item-content .item-bottom .product_type_external,
.home-style3 .item .item-wrap .item-detail .item-content .item-bottom .product_type_grouped {
  height: 30px;
  line-height: 30px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  padding: 0 10px;
  border: 0;
  background-color: #ea0029;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
}
.home-style3 .item .item-wrap .item-detail .item-content .item-bottom .add_to_cart_button:hover,
.home-style3 .item .item-wrap .item-detail .item-content .item-bottom .product_type_external:hover,
.home-style3 .item .item-wrap .item-detail .item-content .item-bottom .product_type_grouped:hover {
  background-color: #666;
}
.home-style3 .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.home-style3 .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.home-style3 .item .item-wrap .item-detail .item-content .item-bottom a.compare {
  height: 30px;
  width: 30px;
  min-width: 30px;
  line-height: 30px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  background: #666666;
  border: 0;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.home-style3 .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover,
.home-style3 .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover,
.home-style3 .item .item-wrap .item-detail .item-content .item-bottom a.compare:hover {
  background: #ea0029;
}
.home-style3 .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.home-style3 .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,
.home-style3 .item .item-wrap .item-detail .item-content .item-bottom a.compare:before {
  color: #fff;
}
.home-style3 .section_slider,
.home-style3 .section_gift,
.home-style3 .section_baner_mid,
.home-style3 .services {
  margin-bottom: 20px;
}
.home-style3 .section_special {
  margin-bottom: 40px;
}
.home-style3 .sw-category-slider2 {
  margin-bottom: 35px;
  position: relative;
}
.home-style3 .sw-category-slider2 .block-title {
  border-bottom: 1px solid #e5e5e5;
  text-align: center;
  margin-bottom: 40px;
}
.home-style3 .sw-category-slider2 .block-title h3 {
  margin-bottom: 20px;
}
.home-style3 .sw-category-slider2 .block-title h3 span {
  position: relative;
  font-size: 22px;
  color: #222;
  font-weight: bold;
}
.home-style3 .sw-category-slider2 .block-title h3 span:before {
  content: "";
  background-color: #ea0029;
  width: 40px;
  height: 1px;
  position: absolute;
  bottom: -22px;
  left: 50%;
  margin-left: -20px;
}
.home-style3 .sw-category-slider2 .item-wrap {
  border: 0;
}
.home-style3 .sw-category-slider2 .item-wrap:hover {
  box-shadow: none;
  margin: 0;
}
.home-style3 .sw-category-slider2 .item-wrap:hover .item-content .item-image img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
.home-style3 .sw-category-slider2 .item-wrap:hover .item-content h3 a {
  color: #ea0029;
}
.home-style3 .sw-category-slider2 .item-wrap .item-content {
  text-align: center;
}
.home-style3 .sw-category-slider2 .item-wrap .item-content .item-image {
  min-height: 40px;
}
.home-style3 .sw-category-slider2 .item-wrap .item-content .item-image img {
  display: table;
  width: auto;
  margin: 0 auto 10px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.home-style3 .sw-category-slider2 .item-wrap .item-content h3 a {
  font-size: 16px;
  font-weight: bold;
  color: #222;
}
.home-style3 .sw-woo-tab-cat .top-tab-slider {
  text-align: center;
  margin-bottom: 40px;
}
.home-style3 .sw-woo-tab-cat .resp-tab .top-tab-slider .nav.nav-tabs {
  float: none;
  justify-content: center;
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: center;
  border-bottom: 2px solid #c2c6c6;
}
.home-style3 .sw-woo-tab-cat .resp-tab .top-tab-slider .nav.nav-tabs > li > a {
  padding: 0 0 17px;
  text-transform: capitalize;
}
.home-style3 .sw-woo-tab-cat .resp-tab .top-tab-slider .nav.nav-tabs > li > a:before {
  height: 2px;
  bottom: -2px;
}
.home-style3 .sw-woo-tab-cat .resp-tab .top-tab-slider .nav.nav-tabs >li.active > a,
.home-style3 .sw-woo-tab-cat .resp-tab .top-tab-slider .nav.nav-tabs >li:hover > a {
  color: #ea0029;
  border-bottom: 0;
}
.home-style3 .sw-woo-tab-cat .resp-tab .tab-content .tab-pane .resp-slider-container .slider .slick-list {
  margin: 0 -1px;
}
.home-style3 .sw-woo-tab-cat .resp-tab .tab-content .tab-pane .resp-slider-container .slider .slick-list .item {
  padding: 0;
  border-left: 1px solid #ebebeb;
}
.home-style3 .sw-woo-tab-cat .resp-tab .tab-content .tab-pane .resp-slider-container .slider .slick-list .item.slick-current {
  border-color: rgba(0,0,0,0);
}
.home-style3 .sw-woo-tab-cat .resp-tab .tab-content .tab-pane .resp-slider-container .slider .slick-list .item .item-wrap {
  border: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  padding: 20px;
  padding-bottom: 0;
}
.home-style3 .sw-woo-tab-cat .resp-tab .tab-content .tab-pane .resp-slider-container .slider .slick-list .item .item-wrap:last-child .item-detail {
  border-bottom: 0;
}
.home-style3 .sw-woo-tab-cat .resp-tab .tab-content .tab-pane .resp-slider-container .slider .slick-list .item .item-wrap:hover {
  border: 1px solid #ebebeb;
  margin: 0;
}
.home-style3 .sw-woo-tab-cat .resp-tab .tab-content .tab-pane .resp-slider-container .slider .slick-list .item .item-wrap:hover .item-detail {
  border: 0;
}
.home-style3 .sw-woo-tab-cat .resp-tab .tab-content .tab-pane .resp-slider-container .slider .slick-list .item .item-wrap:hover .item-detail .item-content .item-price {
  display: none;
}
.home-style3 .sw-woo-tab-cat .resp-tab .tab-content .tab-pane .resp-slider-container .slider .slick-list .item .item-wrap:hover .item-detail .item-content .item-bottom {
  display: flex;
  display: -webkit-flex;
  margin-bottom: 10px;
  justify-content: center;
  -webkit-justify-content: center;
}
.home-style3 .sw-woo-tab-cat .resp-tab .tab-content .tab-pane .resp-slider-container .slider .slick-list .item .item-wrap:hover .item-detail .item-content .item-bottom .add_to_cart_button,
.home-style3 .sw-woo-tab-cat .resp-tab .tab-content .tab-pane .resp-slider-container .slider .slick-list .item .item-wrap:hover .item-detail .item-content .item-bottom .product_type_external,
.home-style3 .sw-woo-tab-cat .resp-tab .tab-content .tab-pane .resp-slider-container .slider .slick-list .item .item-wrap:hover .item-detail .item-content .item-bottom .product_type_grouped {
  height: 30px;
  line-height: 30px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  padding: 0 10px;
  border: 0;
}
.home-style3 .sw-woo-tab-cat .resp-tab .tab-content .tab-pane .resp-slider-container .slider .slick-list .item .item-wrap:hover .item-detail .item-content .item-bottom .add_to_cart_button:before,
.home-style3 .sw-woo-tab-cat .resp-tab .tab-content .tab-pane .resp-slider-container .slider .slick-list .item .item-wrap:hover .item-detail .item-content .item-bottom .product_type_external:before,
.home-style3 .sw-woo-tab-cat .resp-tab .tab-content .tab-pane .resp-slider-container .slider .slick-list .item .item-wrap:hover .item-detail .item-content .item-bottom .product_type_grouped:before {
  content: "\f291";
  font-family: fontawesome;
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  margin-right: 5px;
}
.rtl .home-style3 .sw-woo-tab-cat .resp-tab .tab-content .tab-pane .resp-slider-container .slider .slick-list .item .item-wrap:hover .item-detail .item-content .item-bottom .add_to_cart_button:before,
.rtl .home-style3 .sw-woo-tab-cat .resp-tab .tab-content .tab-pane .resp-slider-container .slider .slick-list .item .item-wrap:hover .item-detail .item-content .item-bottom .product_type_external:before,
.rtl .home-style3 .sw-woo-tab-cat .resp-tab .tab-content .tab-pane .resp-slider-container .slider .slick-list .item .item-wrap:hover .item-detail .item-content .item-bottom .product_type_grouped:before {
  margin-right: 0;
  margin-left: 5px;
}
.home-style3 .sw-woo-tab-cat .resp-tab .tab-content .tab-pane .resp-slider-container .slider .slick-list .item .item-wrap:hover .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.home-style3 .sw-woo-tab-cat .resp-tab .tab-content .tab-pane .resp-slider-container .slider .slick-list .item .item-wrap:hover .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.home-style3 .sw-woo-tab-cat .resp-tab .tab-content .tab-pane .resp-slider-container .slider .slick-list .item .item-wrap:hover .item-detail .item-content .item-bottom a.compare {
  height: 30px;
  width: 30px;
  min-width: 30px;
  line-height: 30px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  background: #666666;
  border: 0;
}
.home-style3 .sw-woo-tab-cat .resp-tab .tab-content .tab-pane .resp-slider-container .slider .slick-list .item .item-wrap:hover .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover,
.home-style3 .sw-woo-tab-cat .resp-tab .tab-content .tab-pane .resp-slider-container .slider .slick-list .item .item-wrap:hover .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover,
.home-style3 .sw-woo-tab-cat .resp-tab .tab-content .tab-pane .resp-slider-container .slider .slick-list .item .item-wrap:hover .item-detail .item-content .item-bottom a.compare:hover {
  background: #ea0029;
}
.home-style3 .sw-woo-tab-cat .resp-tab .tab-content .tab-pane .resp-slider-container .slider .slick-list .item .item-wrap:hover .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.home-style3 .sw-woo-tab-cat .resp-tab .tab-content .tab-pane .resp-slider-container .slider .slick-list .item .item-wrap:hover .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,
.home-style3 .sw-woo-tab-cat .resp-tab .tab-content .tab-pane .resp-slider-container .slider .slick-list .item .item-wrap:hover .item-detail .item-content .item-bottom a.compare:before {
  color: #fff;
}
.home-style3 .sw-woo-tab-cat .resp-tab .tab-content .tab-pane .resp-slider-container .slider .slick-list .item .item-wrap .item-detail {
  border-bottom: 1px solid #ebebeb;
}
.home-style3 .sw-woo-tab-cat .resp-tab .tab-content .tab-pane .resp-slider-container .slider .slick-list .item .item-wrap .item-detail .item-content {
  margin: 0;
}
.home-style3 .sw-woo-tab-cat .resp-tab .tab-content .tab-pane .resp-slider-container .slider .slick-list .item .item-wrap .item-detail .item-content .item-price {
  margin-bottom: 17px;
}
.home-style3 .sw-woo-tab-cat .resp-tab .tab-content .tab-pane .resp-slider-container .slider .slick-list .item .item-wrap .item-detail .item-content .item-bottom {
  display: none;
}
.home-style3 .sw-woo-tab-cat2 .item.list .item-wrap .item-detail .sale-off {
  display: block;
  top: 10px;
}
.home-style3 .sw-woo-tab-cat2 .resp-tab .top-tab-slider .nav.nav-tabs {
  justify-content: center;
  -webkit-justify-content: center;
  display: flex;
  display: -webkit-flex;
  margin-bottom: 40px;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  float: none;
  width: auto;
  height: auto;
  border-bottom: 2px solid #e5e5e5;
}
.home-style3 .sw-woo-tab-cat2 .resp-tab .top-tab-slider .nav.nav-tabs li {
  margin: 0 14px;
  flex-grow: inherit;
}
.home-style3 .sw-woo-tab-cat2 .resp-tab .top-tab-slider .nav.nav-tabs li:hover,
.home-style3 .sw-woo-tab-cat2 .resp-tab .top-tab-slider .nav.nav-tabs li.active {
  background-color: transparent;
}
.home-style3 .sw-woo-tab-cat2 .resp-tab .top-tab-slider .nav.nav-tabs li:hover a,
.home-style3 .sw-woo-tab-cat2 .resp-tab .top-tab-slider .nav.nav-tabs li.active a {
  color: #ea0029;
  font-weight: bold;
}
.home-style3 .sw-woo-tab-cat2 .resp-tab .top-tab-slider .nav.nav-tabs li:hover a:before,
.home-style3 .sw-woo-tab-cat2 .resp-tab .top-tab-slider .nav.nav-tabs li.active a:before {
  opacity: 1;
}
.home-style3 .sw-woo-tab-cat2 .resp-tab .top-tab-slider .nav.nav-tabs li:after {
  display: none;
}
.home-style3 .sw-woo-tab-cat2 .resp-tab .top-tab-slider .nav.nav-tabs li a {
  text-transform: capitalize;
  font-size: 16px;
  color: #666;
  font-weight: 400;
  padding: 0 0 17px;
  border: 0;
  overflow: visible;
}
.home-style3 .sw-woo-tab-cat2 .resp-tab .top-tab-slider .nav.nav-tabs li a:before {
  opacity: 0;
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -2px;
  background-color: #ea0029;
}
.home-style3 .sw-woo-tab-cat2 {
  margin-bottom: 60px;
}
.home-style3 .sw-woo-tab-cat2 .item.slick-current {
  border-right: 1px solid #ebebeb;
}
.home-style3 .sw-woo-tab-cat2 .item .item-wrap {
  padding: 0 20px;
  border: 0;
  margin: 0;
}
.home-style3 .sw-woo-tab-cat2 .item .item-wrap:hover {
  margin: 0;
}
.home-style3 .sw-woo-tab-cat2 .item .item-wrap:last-child .item-detail {
  border-bottom: 0;
}
.home-style3 .sw-woo-tab-cat2 .item .item-wrap .item-detail {
  position: relative;
  display: inline-block;
  border-bottom: 1px solid #ebebeb;
}
.home-style3 .sw-woo-tab-cat2 .item .item-wrap .item-detail .item-content {
  display: -webkit-flex;
  display: flex;
  flex-flow: column;
  -webkit-flex-flow: column;
}
.home-style3 .sw-woo-tab-cat2 .item .item-wrap .item-detail .item-content .reviews-content {
  order: 2;
}
.home-style3 .sw-woo-tab-cat2 .item .item-wrap .item-detail .item-content h4 {
  min-height: 44px;
  order: 1;
}
.home-style3 .sw-woo-tab-cat2 .item .item-wrap .item-detail .item-content .item-price {
  order: 3;
}
.home-style3 .sw-woo-tab-cat2 .item .item-wrap .item-detail .item-content .item-bottom {
  justify-content: left;
  -webkit-justify-content: left;
  order: 4;
}
.home-style3 .sw-woo-tab-cat2 .item .item-wrap .item-detail .item-content .item-bottom:hover .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.home-style3 .sw-woo-tab-cat2 .item .item-wrap .item-detail .item-content .item-bottom:hover .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show a,
.home-style3 .sw-woo-tab-cat2 .item .item-wrap .item-detail .item-content .item-bottom:hover .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.home-style3 .sw-woo-tab-cat2 .item .item-wrap .item-detail .item-content .item-bottom:hover a.compare {
  opacity: 1;
  transform: translateX(0%);
}
.home-style3 .sw-woo-tab-cat2 .resp-tab .top-tab-slider .nav.nav-tabs li .item-thumbnail img {
  display: none;
}
.home-style3 .section_blog .title {
  position: relative;
}
.home-style3 .section_blog .title:before {
  content: "";
  width: 50px;
  height: 2px;
  background-color: #ea0029;
  position: absolute;
  left: 50%;
  margin-left: -25px;
  bottom: -17px;
  z-index: 1;
}
.home-style3 .responsive-post-slider3 .slick-slider {
  text-align: center;
}
.home-style3 .responsive-post-slider3 .slider .slick-list .item .item-inner .item-detail .description {
  display: none;
}
.home-style3 .responsive-post-slider3 .slider .slick-list .item .item-inner .item-detail .img_over {
  margin-bottom: 13px;
}
.home-style3 .responsive-post-slider3 .slider .slick-list .item .item-inner .item-detail .entry-content {
  text-align: left;
}
.rtl .home-style3 .responsive-post-slider3 .slider .slick-list .item .item-inner .item-detail .entry-content {
  text-align: right;
}
.home-style3 .responsive-post-slider3 .slider .slick-list .item .item-inner .item-detail .entry-content .item-title h4 {
  margin-bottom: 20px;
}
.home-style3 .responsive-post-slider3 .slider .slick-list .item .item-inner .item-detail .entry-content .item-title h4 a {
  font-size: 18px;
  font-weight: bold;
  color: #222;
}
.home-style3 .responsive-post-slider3 .slider .slick-list .item .item-inner .item-detail .entry-content .item-title h4 a:hover {
  color: #ea0029;
}
.home-style3 .section_brand .sw-brand-container-slider {
  background: #f5f5f5;
  border: 0;
  padding: 30px 35px;
  margin: 50px 0 60px;
}
.home-style3 .section_brand .sw-brand-container-slider .res-button {
  background-color: #fff;
  opacity: 1;
  top: 50%;
  margin-top: -12px;
}
.home-style3 .section_brand .sw-brand-container-slider .res-button.slick-prev {
  left: -11px;
  margin: 0;
  margin-top: -12px;
}
.home-style3 .section_brand .sw-brand-container-slider .res-button.slick-next {
  right: -11px;
}
.home-style3 .section_brand .sw-brand-container-slider .slider .item-brand-cat .item-image a img {
  height: 70px;
}
.home-style3 .toprated-product {
  margin-bottom: 30px;
}
.home-style3 .toprated-product .block-title {
  border-bottom: 2px solid #e5e5e5;
}
.home-style3 .toprated-product .block-title h3 {
  font-weight: bold;
  color: #333;
}
.home-style3 .toprated-product .res-button.slick-prev {
  padding: 3px 0;
}
.home-style3 .toprated-product .res-button.slick-prev:before {
  margin: 0;
}
.home-style3 .toprated-product .res-button.slick-next:after {
  display: none;
}
.home-style3 .toprated-product .item {
  position: relative;
}
.home-style3 .toprated-product .item:before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #ebebeb;
  position: absolute;
}
.home-style3 .toprated-product .item.slick-current:before {
  display: none;
}
.home-style3 .toprated-product .item .item-wrap2 {
  margin: 0;
  padding: 28px 10px 19px;
}
.home-style3 .toprated-product .item .item-wrap2 .item-img {
  border: 0;
}
.home-style3 .toprated-product .item .item-wrap2 .item-content {
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}
.home-style3 .toprated-product .item .item-wrap2 .item-content .reviews-content {
  order: 2;
  margin-bottom: 7px;
}
.home-style3 .toprated-product .item .item-wrap2 .item-content h4 {
  order: 1;
  margin-bottom: 7px;
}
.home-style3 .toprated-product .item .item-wrap2 .item-content h4 a {
  font-weight: bold;
  color: #222;
}
.home-style3 .toprated-product .item .item-wrap2 .item-content .item-price {
  order: 3;
  font-size: 16px;
}
.home-style3 .toprated-product .item .item-wrap2 .item-content .item-price ins {
  font-size: 16px;
}
.home-style3 .toprated-product .review_count {
  display: none;
}
.home-style3 .sw-woo-tab-cat {
  margin-bottom: 50px;
}
.home-style3 .services {
  padding: 0 25px;
  background: #ea0029;
}
.home-style3 .services ul li {
  width: 25%;
  text-align: left;
}
.home-style3 .services ul li .service-content {
  margin: 39px 0;
  border-right: 0;
}
.home-style3 .services ul li .service-content a,
.home-style3 .services ul li .service-content p {
  color: #fff;
}
.home-style3 .services ul li .service-content .service-info h4 {
  font-size: 14px;
  font-weight: normal;
}
.home-style3 .sw-woo-tab-cat2 .item.list .item-wrap .item-detail .item-content .item-bottom .add_to_cart_button,
.home-style3 .sw-woo-tab-cat2 .item.list .item-wrap .item-detail .item-content .item-bottom .product_type_external,
.home-style3 .sw-woo-tab-cat2 .item.list .item-wrap .item-detail .item-content .item-bottom .product_type_grouped,
.home-style3 .sw-woo-tab-cat2 .item.list.slick-current .item-wrap:first-of-type .item-detail .item-content .item-bottom .add_to_cart_button,
.home-style3 .sw-woo-tab-cat2 .item.list.slick-current .item-wrap:first-of-type .item-detail .item-content .item-bottom .product_type_external,
.home-style3 .sw-woo-tab-cat2 .item.list.slick-current .item-wrap:first-of-type .item-detail .item-content .item-bottom .product_type_grouped {
  background-color: #666666;
  border-color: #666666;
  z-index: 1;
}
.home-style3 .sw-woo-tab-cat2 .item.list .item-wrap .item-detail .item-content .item-bottom .add_to_cart_button:hover,
.home-style3 .sw-woo-tab-cat2 .item.list .item-wrap .item-detail .item-content .item-bottom .product_type_external:hover,
.home-style3 .sw-woo-tab-cat2 .item.list .item-wrap .item-detail .item-content .item-bottom .product_type_grouped:hover,
.home-style3 .sw-woo-tab-cat2 .item.list.slick-current .item-wrap:first-of-type .item-detail .item-content .item-bottom .add_to_cart_button:hover,
.home-style3 .sw-woo-tab-cat2 .item.list.slick-current .item-wrap:first-of-type .item-detail .item-content .item-bottom .product_type_external:hover,
.home-style3 .sw-woo-tab-cat2 .item.list.slick-current .item-wrap:first-of-type .item-detail .item-content .item-bottom .product_type_grouped:hover {
  background-color: #ea0029;
  border-color: #ea0029;
  color: #fff;
}
.home-style3 .sw-woo-tab-cat2 .item.list .item-wrap .item-detail .item-content .item-bottom .add_to_cart_button:before,
.home-style3 .sw-woo-tab-cat2 .item.list .item-wrap .item-detail .item-content .item-bottom .product_type_external:before,
.home-style3 .sw-woo-tab-cat2 .item.list .item-wrap .item-detail .item-content .item-bottom .product_type_grouped:before,
.home-style3 .sw-woo-tab-cat2 .item.list.slick-current .item-wrap:first-of-type .item-detail .item-content .item-bottom .add_to_cart_button:before,
.home-style3 .sw-woo-tab-cat2 .item.list.slick-current .item-wrap:first-of-type .item-detail .item-content .item-bottom .product_type_external:before,
.home-style3 .sw-woo-tab-cat2 .item.list.slick-current .item-wrap:first-of-type .item-detail .item-content .item-bottom .product_type_grouped:before {
  content: "\f291";
  font-family: fontawesome;
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  margin-right: 5px;
}
.home-style3 .sw-woo-tab-cat2 .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.home-style3 .sw-woo-tab-cat2 .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.home-style3 .sw-woo-tab-cat2 .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show a,
.home-style3 .sw-woo-tab-cat2 .item .item-wrap .item-detail .item-content .item-bottom a.compare {
  opacity: 0;
  transform: translateX(-300%);
  transition: transform 1s;
}
.section_special .tab_list {
  text-align: center;
}
.section_special ul.tabs {
  border-bottom: 2px solid #ebebeb;
  margin-bottom: 40px !important;
  overflow: visible !important;
  margin: 0;
}
.section_special ul.tabs li {
  display: inline-block;
}
.section_special ul.tabs li.tab-link {
  margin-right: 30px !important;
  border: 0 !important;
  padding: 0px 0px 17px !important;
  font-size: 16px;
  text-transform: capitalize;
}
.section_special ul.tabs li.tab-link:last-child {
  margin-right: 0 !important;
}
.section_special ul.tabs li:hover,
.section_special ul.tabs li.current {
  cursor: pointer;
  color: #df0a1f !important;
  font-weight: bold;
  background-color: transparent !important;
  position: relative;
}
.section_special ul.tabs li:hover:before,
.section_special ul.tabs li.current:before {
  content: "";
  width: 100% !important;
  height: 2px !important;
  position: absolute;
  top: auto !important;
  right: auto !important;
  bottom: -2px;
  left: 0;
  background-color: #ea0029;
  display: block !important;
}
.section_special .sw_tab_countdown1 .tab-countdown-slide {
  display: flex;
  flex-flow: row wrap;
}
.section_special .sw_tab_countdown1 .tab-countdown-slide .top-tab-slider {
  position: relative;
  float: left;
  width: 80px;
  background-color: #fff;
  z-index: 2;
  height: 100%;
  margin-top: 10px;
  margin-bottom: 0;
}
.section_special .sw_tab_countdown1 .top-tab-slider .sw-tab-slider {
  position: relative;
}
.section_special .sw_tab_countdown1 .top-tab-slider .sw-tab-slider ul.nav-tabs {
  margin: 20px 0;
  border: 0 !important;
}
.section_special .sw_tab_countdown1 .top-tab-slider .sw-tab-slider ul.nav-tabs .slick-list li {
  border: 2px solid #ebebeb;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  margin: 10px 0px;
}
.section_special .sw_tab_countdown1 .top-tab-slider .sw-tab-slider ul.nav-tabs .slick-list li.active,
.section_special .sw_tab_countdown1 .top-tab-slider .sw-tab-slider ul.nav-tabs .slick-list li:hover {
  border-color: #ea0029;
}
.section_special .sw_tab_countdown1 .top-tab-slider .res-button {
  position: absolute;
  display: inline-block;
  height: 20px;
  width: 20px;
  left: 50%;
  margin-left: -10px;
  background-color: #fff;
  line-height: 26px;
  color: #444;
  text-align: center;
  border: 0;
  cursor: pointer;
  border-right: 0;
  font-size: 0;
}
.section_special .sw_tab_countdown1 .top-tab-slider .res-button:before {
  font-family: 'FontAwesome';
  font-size: 24px;
}
.section_special .sw_tab_countdown1 .top-tab-slider .res-button.slick-next {
  top: -30px;
  border-bottom: 0;
}
.section_special .sw_tab_countdown1 .top-tab-slider .res-button.slick-next:before {
  content: '\f106';
}
.section_special .sw_tab_countdown1 .top-tab-slider .res-button.slick-prev {
  bottom: -20px;
  top: auto;
}
.section_special .sw_tab_countdown1 .top-tab-slider .res-button.slick-prev:before {
  content: '\f107';
}
.section_special .sw_tab_countdown1 .tab-content {
  clear: none;
  margin-left: 20px;
  float: left;
  width: calc(100% - 100px);
  border: 1px solid #ebebeb;
}
.section_special .sw_tab_countdown1 .tab-content .tab-pane .item .item-detail .item-img.products-thumb .sale-off {
  right: 0;
}
.rtl .section_special .sw_tab_countdown1 .tab-content .tab-pane .item .item-detail .item-img.products-thumb .sale-off {
  right: auto;
  left: 0;
}
.section_special .sw_tab_countdown1 .tab-content .tab-pane .item .item-detail .item-img {
  position: relative;
  text-align: left;
  width: 43%;
  margin-right: 25px;
  float: left;
}
.section_special .sw_tab_countdown1 .tab-content .tab-pane .item .item-detail .item-content {
  overflow: hidden;
  padding-right: 20px;
  background-color: transparent;
  text-align: left;
  padding-top: 30px;
  width: 54.5%;
}
.section_special .sw_tab_countdown1 .tab-content .tab-pane .item .item-detail .item-content .reviews-content {
  display: flex;
  display: -webkit-flex;
  margin-bottom: 13px;
}
.section_special .sw_tab_countdown1 .tab-content .tab-pane .item .item-detail .item-content .reviews-content .star {
  margin-right: 5px;
}
.rtl .section_special .sw_tab_countdown1 .tab-content .tab-pane .item .item-detail .item-content .reviews-content .star {
  margin-right: 0px;
  margin-left: 5px;
}
.section_special .sw_tab_countdown1 .tab-content .tab-pane .item .item-detail .item-content .emarket-stock {
  margin-bottom: 10px;
  color: #222;
  font-size: 14px;
}
.section_special .sw_tab_countdown1 .tab-content .tab-pane .item .item-detail .item-content .emarket-stock .stock-avail {
  color: #222;
}
.section_special .sw_tab_countdown1 .tab-content .tab-pane .item .item-detail .item-content .emarket-stock .stock-avail span {
  color: #222;
  font-weight: bold;
}
.section_special .sw_tab_countdown1 .tab-content .tab-pane .item .item-detail .item-content .emarket-stock .stock-sold {
  color: #222;
}
.section_special .sw_tab_countdown1 .tab-content .tab-pane .item .item-detail .item-content .emarket-stock .stock-sold span {
  font-weight: bold;
  color: #222;
}
.section_special .sw_tab_countdown1 .tab-content .tab-pane .item .item-detail .item-content .sales-bar {
  margin-bottom: 25px;
}
.section_special .sw_tab_countdown1 .tab-content .tab-pane .item .item-detail .item-content .sales-bar .sales-bar-total {
  width: 100%;
  position: relative;
  height: 13px;
  border-radius: 20px;
  background: #eeeeee;
}
.section_special .sw_tab_countdown1 .tab-content .tab-pane .item .item-detail .item-content .sales-bar .sales-bar-total > span {
  display: block;
  position: absolute;
  left: 0;
  height: 13px;
  top: 0;
  background: #ea0029;
  border-radius: 20px;
}
.section_special .sw_tab_countdown1 .tab-content .tab-pane .item .item-detail .item-content .count-left {
  color: #222;
}
.section_special .sw_tab_countdown1 .tab-content .tab-pane .item .item-detail .item-content .count-left h2 {
  font-size: 20px;
  font-weight: bold;
}
.section_special .sw_tab_countdown1 .tab-content .tab-pane .item .item-detail .item-content .product-countdown {
  float: right;
}
.section_special .sw_tab_countdown1 .tab-content .tab-pane .item .item-detail .item-content .product-countdown .countdown-section {
  position: relative;
  display: inline-block;
  margin-right: 15px;
}
.rtl .section_special .sw_tab_countdown1 .tab-content .tab-pane .item .item-detail .item-content .product-countdown .countdown-section {
  margin-right: 0;
  margin-left: 15px;
}
.section_special .sw_tab_countdown1 .tab-content .tab-pane .item .item-detail .item-content .product-countdown .countdown-section:last-child {
  margin-right: 0;
}
.rtl .section_special .sw_tab_countdown1 .tab-content .tab-pane .item .item-detail .item-content .product-countdown .countdown-section:last-child {
  margin-left: 0;
}
.section_special .sw_tab_countdown1 .tab-content .tab-pane .item .item-detail .item-content .product-countdown .countdown-section .countdown-amount {
  display: block;
  width: 40px;
  height: 40px;
  background: #ebebeb;
  font-weight: bold;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  color: #222;
  margin-bottom: 10px;
  border-radius: 50%;
}
.section_special .sw_tab_countdown1 .tab-content .tab-pane .item .item-detail .item-content .product-countdown .countdown-section .countdown-period {
  text-align: center;
  font-size: 10px;
  display: block;
  font-weight: normal;
  color: #666;
  text-transform: uppercase;
}
.section_special .sw_tab_countdown1 .tab-content .tab-pane .item .item-content h4 {
  font-size: 20px;
  color: #222;
  font-weight: bold;
  margin-bottom: 13px;
}
.section_special .sw_tab_countdown1 .tab-content .tab-pane .item .item-content .item-price {
  font-size: 26px;
}
.section_special .sw_tab_countdown1 .tab-content .tab-pane .item .item-content .item-price del {
  font-size: 16px;
}
.section_special .sw_tab_countdown1 .tab-content .tab-pane .item .item-content .description {
  font-size: 14px;
  line-height: 27px;
  margin-bottom: 15px;
}
.section_special .vc_tab_content .tab-contents {
  height: 0;
  overflow: hidden;
  display: none;
}
.section_special .vc_tab_content .tab-contents.current {
  height: auto;
  overflow: visible;
  display: block;
}
.section_banner {
  margin-bottom: 40px;
}
.responsive-post-slider3 {
  position: relative;
}
.responsive-post-slider3 .block-title {
  margin-bottom: 30px;
  display: block;
  border-bottom: 2px solid #ebebeb;
}
.responsive-post-slider3 .block-title h3 {
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
  color: #222;
  position: relative;
  float: left;
  padding: 15px 0;
  margin-bottom: 0;
}
.rtl .responsive-post-slider3 .block-title h3 {
  float: right;
}
.responsive-post-slider3 .block-title h3:before {
  content: '';
  display: inline-block;
  width: 100%;
  height: 2px;
  background-color: #ea0029;
  position: absolute;
  bottom: -2px;
  left: 0;
}
.rtl .responsive-post-slider3 .block-title h3:before {
  right: 0;
  left: auto;
}
.responsive-post-slider3 .block-title h3 {
  padding-top: 5px;
}
.responsive-post-slider3 .res-button {
  top: -38px;
  right: 0;
}
.responsive-post-slider3 .slider .slick-list {
  position: relative;
  margin: 0 -15px;
}
.responsive-post-slider3 .slider .slick-list .item {
  padding: 0 15px;
}
.responsive-post-slider3 .slider .slick-list .item .item-inner .item-detail .img_over {
  margin-bottom: 20px;
}
.responsive-post-slider3 .slider .slick-list .item .item-inner .item-detail .img_over a {
  display: block;
  position: relative;
}
.responsive-post-slider3 .slider .slick-list .item .item-inner .item-detail .img_over a:hover:before {
  opacity: 1;
}
.responsive-post-slider3 .slider .slick-list .item .item-inner .item-detail .img_over a:before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.4);
  -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;
}
.responsive-post-slider3 .slider .slick-list .item .item-inner .item-detail .entry-content h4 a {
  font-size: 16px;
  color: #222;
  text-transform: capitalize;
  font-weight: 700;
}
.responsive-post-slider3 .slider .slick-list .item .item-inner .item-detail .entry-content h4 a:hover {
  color: #ea0029;
}
.responsive-post-slider3 .slider .slick-list .item .item-inner .item-detail .entry-content .item-meta {
  font-size: 12px;
  color: #999;
  margin-bottom: 10px;
}
.responsive-post-slider3 .slider .slick-list .item .item-inner .item-detail .entry-content .item-meta .item-date {
  margin-right: 10px;
  display: inline-block;
}
.rtl .responsive-post-slider3 .slider .slick-list .item .item-inner .item-detail .entry-content .item-meta .item-date {
  margin-left: 10px;
  margin-right: 0;
}
.responsive-post-slider3 .slider .slick-list .item .item-inner .item-detail .entry-content .item-meta a {
  color: #999;
}
.responsive-post-slider3 .slider .slick-list .item .item-inner .item-detail .entry-content .item-meta a:hover {
  color: #ea0029;
}
.responsive-post-slider3 .slider .slick-list .item .item-inner .item-detail .entry-content .item-meta i {
  margin-right: 5px;
}
.rtl .responsive-post-slider3 .slider .slick-list .item .item-inner .item-detail .entry-content .item-meta i {
  margin-left: 5px;
  margin-right: 0;
}
.responsive-post-slider3 .slider .slick-list .item .item-inner .item-detail .entry-content .description {
  font-size: 14px;
  line-height: 22px;
}
@media (min-width: 1200px) {
  .home-style3 .container {
    width: 100%;
    max-width: 1170px;
  }
}
.titile-home4 {
  margin-bottom: 30px;
  display: block;
  border-bottom: 2px solid #ebebeb;
}
.titile-home4 h3 {
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
  color: #222;
  position: relative;
  float: left;
  padding: 15px 0;
  margin-bottom: 0;
}
.rtl .titile-home4 h3 {
  float: right;
}
.titile-home4 h3:before {
  content: '';
  display: inline-block;
  width: 100%;
  height: 2px;
  background-color: #ea0029;
  position: absolute;
  bottom: -2px;
  left: 0;
}
.rtl .titile-home4 h3:before {
  right: 0;
  left: auto;
}
.button-home4 {
  position: absolute;
  font-size: 14px;
  color: #666;
  font-weight: 400;
  cursor: pointer;
}
.button-home4:hover {
  font-weight: 600;
  color: #222;
}
.button-home4.slick-next {
  right: 15px;
}
.button-home4.slick-next:after {
  content: '\f105';
  font-family: 'Fontawesome';
  margin-right: 0;
  margin-left: 6px;
}
.rtl .button-home4.slick-next {
  left: 60px;
  right: auto;
}
.button-home4.slick-prev {
  right: 62px;
}
.rtl .button-home4.slick-prev {
  left: 0;
  right: auto;
}
.rtl .button-home4.slick-prev:before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 11px;
  background-color: #666;
  margin-left: 10px;
  margin-right: 0;
}
.rtl .button-home4.slick-prev:after {
  content: '\f104';
  font-family: 'Fontawesome';
  margin-left: 0;
  margin-right: 6px;
  width: auto;
  height: auto;
  background-color: transparent;
}
.button-home4.slick-prev:before {
  content: '\f104';
  font-family: 'Fontawesome';
  margin-right: 6px;
}
.button-home4.slick-prev:after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 11px;
  background-color: #666;
  margin-left: 10px;
}
.instagram-style4 .sw-instagram-gallery {
  margin-bottom: 10px;
}
.instagram-style4 .sw-instagram-gallery h3 {
  padding: 10px 0;
  position: relative;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  text-transform: capitalize;
}
.instagram-style4 .sw-instagram-gallery h3:before {
  width: 0;
}
.instagram-style4 .sw-instagram-gallery .intagram-gallery-content .item {
  width: 25%;
  padding: 0 10px;
  margin-bottom: 20px;
}
.instagram-style4 .sw-instagram-gallery .intagram-gallery-content .item a {
  display: block;
  border-radius: 3px;
}
.instagram-style4 .sw-instagram-gallery .intagram-gallery-content .item a img {
  border-radius: 3px;
}
.home-style4 {
  background-color: #fff;
}
.home-style4 .main-page > .page .entry-content .entry-summary {
  margin: 0;
}
.home-style4 .responsive-slider *[data-scroll="left"] {
  display: none;
}
.home-style4 .slick-slider .slick-list .item {
  padding: 0 15px;
}
.home-style4 .sw-brand-container-slider {
  margin-bottom: 0;
  padding: 40px 0 35px;
  border-top: 2px solid #ebebeb;
}
.home-style4 .sw-brand-container-slider .res-button.slick-prev {
  left: 0;
  right: auto;
}
.home-style4 .sw-brand-container-slider .res-button.slick-next {
  right: 0;
  left: auto;
}
.home-style4 .vertical_megamenu .wrapper_vertical_menu {
  display: block;
  visibility: visible;
}
.home-style4 .vertical_megamenu .wrapper_vertical_menu > ul {
  background-color: #f5f5f5;
}
.home-style4 .testimonial-slider.layout1 {
  margin: 5px 0 40px;
}
.home-style4 .testimonial-slider.layout1 .carousel-inner {
  border: 1px solid #ebebeb;
  border-top: 0;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.home-style4 .testimonial-slider.layout1 .carousel-inner .item {
  padding: 0;
}
.home-style4 .wpb_revslider_element {
  margin-bottom: 0;
}
.home-style4 .wpb_revslider_element .rev_slider_wrapper .tp-bullets.ares {
  width: 100px !important;
}
.home-style4 .wpb_revslider_element .rev_slider_wrapper .tp-bullets.ares .tp-bullet {
  width: 15px !important;
  height: 5px !important;
  background-color: #000 !important;
  position: relative !important;
  display: inline-block !important;
  border-radius: 2px !important;
  cursor: pointer;
  box-sizing: content-box;
  text-align: center !important;
  left: 0 !important;
}
.home-style4 .wpb_revslider_element .rev_slider_wrapper .tp-bullets.ares .tp-bullet + .tp-bullet {
  margin-left: 10px !important;
}
.home-style4 .wpb_revslider_element .rev_slider_wrapper .tp-bullets.ares .tp-bullet:after {
  display: none;
  background-color: transparent;
  box-shadow: none;
}
.home-style4 .wpb_revslider_element .rev_slider_wrapper .tp-bullets.ares .tp-bullet.selected {
  width: 30px !important;
  height: 5px !important;
  border-radius: 2px !important;
  background-color: #df0a1f !important;
}
.home-style4.rtl .wpb_revslider_element .rev_slider_wrapper .tp-bullets.ares .tp-bullet + .tp-bullet {
  margin-right: 10px !important;
  margin-left: 0 !important;
}
.header-style4 {
  background-color: #101725;
  margin: 0;
}
.header-style4 .header-top {
  border: 0;
  background-color: #101725;
}
.header-style4 .header-top .top-header .info-header ul {
  margin: 0;
  overflow: hidden;
  padding: 14px 0;
  list-style: none;
}
.header-style4 .header-top .top-header .info-header ul > li {
  float: left;
  display: inline-block;
  color: #fff;
  font-size: 12px;
  padding: 0 20px;
  position: relative;
}
.header-style4 .header-top .top-header .info-header ul > li a {
  color: #fff;
}
.header-style4 .header-top .top-header .info-header ul > li a:hover {
  color: #ea0029;
}
.header-style4 .header-top .top-header .info-header ul > li:before {
  content: '';
  width: 1px;
  height: 10px;
  background-color: rgba(255,255,255,0.2);
  position: absolute;
  right: 0;
  top: 2px;
  display: inline-block;
}
.rtl .header-style4 .header-top .top-header .info-header ul > li:before {
  left: 0;
  right: auto;
}
.header-style4 .header-top .top-header .info-header ul > li:first-child {
  padding-left: 0;
}
.rtl .header-style4 .header-top .top-header .info-header ul > li:first-child {
  padding-left: 20px;
  padding-right: 0;
}
.header-style4 .header-top .top-header .info-header ul > li:last-child:before {
  width: 0;
}
.rtl .header-style4 .header-top .top-header .info-header ul > li {
  float: right;
}
.rtl .header-style4 .header-top .top-header .info-header ul > li i {
  margin-left: 5px;
  margin-right: 0;
}
.header-style4 .header-top .top-header .info-header ul > li i {
  margin-right: 5px;
}
.header-style4 .header-top #lang_sel a.lang_sel_sel:after,
.header-style4 .header-top .currency_w > li > a:after {
  color: #fff;
}
.header-style4 .header-top #lang_sel > ul.nav > li > a,
.header-style4 .header-top .currency_w > li > a,
.header-style4 .header-top .widget_nav_menu h3 {
  padding-right: 15px;
  padding-left: 0;
}
.rtl .header-style4 .header-top #lang_sel > ul.nav > li > a,
.rtl .header-style4 .header-top .currency_w > li > a,
.rtl .header-style4 .header-top .widget_nav_menu h3 {
  padding-left: 15px;
  padding-right: 0;
}
.header-style4 .header-top .top-login ul li a {
  padding-right: 0;
}
.header-style4 .header-top .top-login ul li a,
.header-style4 .header-top .widget_nav_menu h3,
.header-style4 .header-top #lang_sel > ul.nav > li > a,
.header-style4 .header-top .currency_w > li > a {
  color: #fff;
  border-right: 1px solid rgba(225,225,225,0.2);
  border-left: 0;
}
.rtl .header-style4 .header-top .top-login ul li a,
.rtl .header-style4 .header-top .widget_nav_menu h3,
.rtl .header-style4 .header-top #lang_sel > ul.nav > li > a,
.rtl .header-style4 .header-top .currency_w > li > a {
  border-left: 1px solid rgba(225,225,225,0.2);
  border-right: 0;
}
.header-style4 .header-top .top-login ul li a:hover,
.header-style4 .header-top .widget_nav_menu h3:hover,
.header-style4 .header-top #lang_sel > ul.nav > li > a:hover,
.header-style4 .header-top .currency_w > li > a:hover {
  color: #fff;
}
.header-style4 .header-top .top-login ul li a {
  border: 0;
}
.rtl .header-style4 .header-top .top-login ul li a {
  border: 0;
}
.rtl .header-style4 .header-top .currency_w {
  margin: 0;
}
.header-style4 .header-mid {
  padding: 5px 0 18px;
  background-color: transparent;
}
.header-style4 .header-mid .top-form.top-form-minicart {
  margin-top: 3px;
}
.rtl .header-style4 .header-mid .top-form.top-form-minicart {
  margin-right: 20px;
  margin-left: 0;
}
.header-style4 .header-mid .top-form.top-form-minicart .top-minicart-icon .cart-contents {
  background: url('../assets/img/icon-cart-ly1.png') no-repeat center center #ea0029;
}
.header-style4 .header-mid .top-form.top-form-minicart .top-minicart-icon .cart-right {
  color: #fff;
}
.header-style4 .header-mid .top-form.top-form-minicart .top-minicart-icon .cart-right h3,
.header-style4 .header-mid .top-form.top-form-minicart .top-minicart-icon .cart-right span.woocommerce-Price-amount {
  color: #fff;
}
.header-style4 .header-mid .header-right .widget_nav_menu {
  padding: 15px 0;
}
.header-style4 .header-mid .header-right .widget_nav_menu ul.menu > li.yith-woocompare-open {
  margin: 0px 10px 0;
}
.header-style4 .header-mid .search-cate .sw_woo_search .top-form.top-search {
  border-left: 0;
}
.header-style4 .header-mid .search-cate .sw_woo_search .top-form.top-search .topsearch-entry {
  padding-left: 0;
}
.header-style4 .header-mid .search-cate .sw_woo_search .top-form.top-search .topsearch-entry .cat-wrapper select {
  padding: 0px 15px 0;
}
.header-style4 .header-mid .search-cate .top-form.top-search {
  border: 1px solid #e1e1e1;
  border-radius: 4px;
}
.header-style4 .header-mid .search-cate .top-form.top-search .cat-wrapper {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-left: 1px solid #e1e1e1;
  height: 42px;
}
.header-style4 .header-mid .search-cate .top-form.top-search .cat-wrapper select {
  height: 42px;
}
.header-style4 .header-mid .search-cate .top-form.top-search input {
  height: 42px;
  line-height: 42px;
}
.header-style4 .header-mid .search-cate .top-form.top-search button.form-button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #ea0029;
  top: 2px;
  right: 2px;
  height: 38px;
  line-height: 38px;
}
.header-style4 .header-mid .search-cate .top-form.top-search button.form-button:hover {
  background-color: #c7091c;
}
.rtl .header-style4 .header-mid .search-cate .top-form.top-search button.form-button {
  left: 2px;
  right: auto;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.header-style4 .header-block .block-header ul li > a {
  color: #555;
}
.header-style4 .header-bottom {
  background-color: #fff;
}
.footer .footer-style4-menu {
  background-color: #101725;
}
.footer .footer-style4-menu .footer-top {
  padding: 30px 0 0;
}
.footer .footer-style4-menu .footer-top .wpb_single_image {
  margin: 0 0 15px;
}
.rtl .footer .footer-style4-menu .footer-top .wpb_single_image {
  text-align: right;
}
.footer .footer-style4-menu .footer-info4 p {
  margin: 0 0 30px;
  font-size: 14px;
  color: #ccc;
}
.footer .footer-style4-menu .footer-info4 ul {
  margin: 0;
  list-style: none;
  margin-right: 30px;
}
.rtl .footer .footer-style4-menu .footer-info4 ul {
  margin-left: 30px;
  margin-right: 0;
}
.footer .footer-style4-menu .footer-info4 ul > li {
  line-height: 20px;
  margin-bottom: 10px;
}
.footer .footer-style4-menu .footer-info4 ul > li a:hover span {
  color: #ea0029;
}
.footer .footer-style4-menu .footer-info4 ul > li i {
  font-size: 16px;
  color: #ccc;
  margin-right: 10px;
}
.rtl .footer .footer-style4-menu .footer-info4 ul > li i {
  margin-left: 10px;
  margin-right: 0;
}
.footer .footer-style4-menu .footer-info4 ul > li span {
  font-size: 14px;
  color: #ccc;
}
.footer .footer-style4-menu .widget_nav_menu h2.widgettitle {
  padding: 10px 0;
  position: relative;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  text-transform: capitalize;
}
.footer .footer-style4-menu .widget_nav_menu ul.menu > li > a {
  font-size: 14px;
  color: #ccc;
  position: relative;
  padding: 7px 0 7px 14px;
  text-transform: capitalize;
  display: block;
}
.rtl .footer .footer-style4-menu .widget_nav_menu ul.menu > li > a {
  padding: 7px 14px 7px 0;
}
.footer .footer-style4-menu .widget_nav_menu ul.menu > li > a:before {
  content: '\f111';
  font-family: Fontawesome;
  font-size: 5px;
  position: absolute;
  top: 50%;
  margin-top: -2px;
  left: -4px;
}
.rtl .footer .footer-style4-menu .widget_nav_menu ul.menu > li > a:before {
  right: -4px;
  left: auto;
}
.footer .footer-style4-menu .widget_nav_menu ul.menu > li > a:hover {
  color: #ea0029;
}
.footer .footer-style4-menu .directory-block {
  margin-bottom: 0;
}
.footer .footer-style4-menu .footer-directory ul {
  list-style: none;
  margin: 0;
  padding: 30px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  border-top: 1px solid rgba(255,255,255,0.1);
}
.footer .footer-style4-menu .footer-directory ul > li {
  font-size: 12px;
  overflow: hidden;
}
.footer .footer-style4-menu .footer-directory ul > li h4 {
  color: #ccc;
  font-weight: 700;
  float: left;
  font-size: 12px;
  margin-right: 5px;
}
.rtl .footer .footer-style4-menu .footer-directory ul > li h4 {
  float: right;
  margin-left: 5px;
  margin-right: 0;
}
.footer .footer-style4-menu .footer-directory ul > li a {
  color: #ccc;
}
.footer .footer-style4-menu .footer-directory ul > li a:hover {
  color: #ea0029;
}
.block-service-home2 {
  background-color: #fff;
}
.block-service-home2 ul {
  overflow: hidden;
  list-style: none;
  margin: 0;
}
.block-service-home2 ul > li.item {
  padding: 33px 0;
  cursor: pointer;
}
.block-service-home2 ul > li.item:hover .text h5 a {
  color: #ea0029;
}
.block-service-home2 ul > li.item.free .icon {
  background: url('../assets/img/icon-freeship2.png') no-repeat center center;
}
.block-service-home2 ul > li.item.secure .icon {
  background: url('../assets/img/icon-payment2.png') no-repeat center center;
}
.block-service-home2 ul > li.item.support .icon {
  background: url('../assets/img/icon-suport2.png') no-repeat center center;
}
.block-service-home2 ul > li.item.payment .icon {
  background: url('../assets/img/icon-dailyvery2.png') no-repeat center center;
}
.block-service-home2 ul > li.item .icon {
  display: inline-block;
  width: 35px;
  height: 33px;
  float: left;
  margin-right: 10px;
}
.rtl .block-service-home2 ul > li.item .icon {
  float: right;
  margin-left: 10px;
  margin-right: 0;
}
.block-service-home2 ul > li.item .text h5 {
  margin: 0 0 2px;
}
.block-service-home2 ul > li.item .text h5 a {
  color: #222;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
}
.block-service-home2 ul > li.item .text p {
  font-size: 12px;
  color: #222;
  font-weight: normal;
  text-transform: capitalize;
  margin: 0;
  line-height: 16px;
}
.block-service-home4 {
  background-color: #fff;
  margin: 30px 0;
}
.block-service-home4 ul {
  overflow: hidden;
  list-style: none;
  margin: 0 -15px;
}
.block-service-home4 ul > li.item {
  padding: 0 15px;
  cursor: pointer;
}
.block-service-home4 ul > li.item .item-content {
  padding: 30px 15px;
  background-color: #f5f5f5;
  border-radius: 3px;
}
.block-service-home4 ul > li.item:hover .text h5 a {
  color: #ea0029;
}
.block-service-home4 ul > li.item.free .icon {
  background: url('../assets/img/icon-delivery4.png') no-repeat center center;
}
.block-service-home4 ul > li.item.secure .icon {
  background: url('../assets/img/icon-great4.png') no-repeat center center;
}
.block-service-home4 ul > li.item.support .icon {
  background: url('../assets/img/icon-payment4.png') no-repeat center center;
}
.block-service-home4 ul > li.item.payment .icon {
  background: url('../assets/img/icon-suport4.png') no-repeat center center;
}
.block-service-home4 ul > li.item .icon {
  display: inline-block;
  width: 41px;
  height: 41px;
  float: left;
  margin-right: 10px;
}
.rtl .block-service-home4 ul > li.item .icon {
  float: right;
  margin-left: 10px;
  margin-right: 0;
}
.block-service-home4 ul > li.item .text h5 {
  margin: 0 0 6px;
}
.block-service-home4 ul > li.item .text h5 a {
  color: #222;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
}
.block-service-home4 ul > li.item .text p {
  font-size: 12px;
  color: #666;
  font-weight: normal;
  text-transform: capitalize;
  margin: 0;
  line-height: 16px;
}
.countdown-slider4 {
  background-color: #fff;
  margin: 0 0 10px;
  position: relative;
}
.countdown-slider4 .res-button {
  position: absolute;
  font-size: 14px;
  color: #666;
  font-weight: 400;
  cursor: pointer;
  top: 0px;
}
.countdown-slider4 .res-button:hover {
  font-weight: 600;
  color: #222;
}
.countdown-slider4 .res-button.slick-next {
  right: 15px;
}
.countdown-slider4 .res-button.slick-next:after {
  content: '\f105';
  font-family: 'Fontawesome';
  margin-right: 0;
  margin-left: 6px;
}
.rtl .countdown-slider4 .res-button.slick-next {
  left: 60px;
  right: auto;
}
.countdown-slider4 .res-button.slick-prev {
  right: 62px;
}
.rtl .countdown-slider4 .res-button.slick-prev {
  left: 0;
  right: auto;
}
.rtl .countdown-slider4 .res-button.slick-prev:before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 11px;
  background-color: #666;
  margin-left: 10px;
  margin-right: 0;
}
.rtl .countdown-slider4 .res-button.slick-prev:after {
  content: '\f104';
  font-family: 'Fontawesome';
  margin-left: 0;
  margin-right: 6px;
  width: auto;
  height: auto;
  background-color: transparent;
}
.countdown-slider4 .res-button.slick-prev:before {
  content: '\f104';
  font-family: 'Fontawesome';
  margin-right: 6px;
}
.countdown-slider4 .res-button.slick-prev:after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 11px;
  background-color: #666;
  margin-left: 10px;
}
.countdown-slider4 .box-title {
  margin-bottom: 30px;
  display: block;
  border-bottom: 2px solid #ebebeb;
}
.countdown-slider4 .box-title h3 {
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
  color: #222;
  position: relative;
  float: left;
  padding: 15px 0;
  margin-bottom: 0;
}
.rtl .countdown-slider4 .box-title h3 {
  float: right;
}
.countdown-slider4 .box-title h3:before {
  content: '';
  display: inline-block;
  width: 100%;
  height: 2px;
  background-color: #ea0029;
  position: absolute;
  bottom: -2px;
  left: 0;
}
.rtl .countdown-slider4 .box-title h3:before {
  right: 0;
  left: auto;
}
.countdown-slider4 .box-title h3 {
  padding: 0 0 15px;
}
.countdown-slider4 .resp-slider-container .slider .slick-list {
  margin: 0 -15px;
}
.countdown-slider4 .resp-slider-container .slider .slick-list .item {
  padding: 0 15px;
}
.countdown-slider4 .resp-slider-container .slider .slick-list .item .item-wrap2 {
  border: 1px solid #ebebeb;
  margin-bottom: 30px;
  border-radius: 2px;
}
.countdown-slider4 .resp-slider-container .slider .slick-list .item .item-wrap2 .products-thumb {
  float: left;
  max-width: 47%;
  position: relative;
}
.countdown-slider4 .resp-slider-container .slider .slick-list .item .item-wrap2 .products-thumb:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.6);
  -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;
  z-index: 1;
}
.countdown-slider4 .resp-slider-container .slider .slick-list .item .item-wrap2 .products-thumb .onsale {
  display: none;
}
.countdown-slider4 .resp-slider-container .slider .slick-list .item .item-wrap2 .products-thumb .fancybox {
  font-size: 12px;
  color: #fff;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  border-radius: 15px;
  margin-left: -50px;
  z-index: 3;
  font-weight: 300;
}
.countdown-slider4 .resp-slider-container .slider .slick-list .item .item-wrap2 .products-thumb .fancybox:before {
  font-size: 14px;
  margin-right: 5px;
}
.rtl .countdown-slider4 .resp-slider-container .slider .slick-list .item .item-wrap2 .products-thumb {
  float: right;
}
.countdown-slider4 .resp-slider-container .slider .slick-list .item .item-wrap2 .item-content {
  float: left;
  width: 53%;
  position: relative;
  padding: 20px 10px 0 25px;
  text-align: left;
}
.countdown-slider4 .resp-slider-container .slider .slick-list .item .item-wrap2 .item-content .sale-off {
  position: absolute;
  right: 20px;
  top: 20px;
  height: 20px;
  width: auto;
  padding: 0 10px;
  background-color: #ff5722;
  font-size: 11px;
  color: #fff;
  line-height: 18px;
  border-radius: 2px;
  font-weight: 400;
  position: relative;
  left: auto;
  top: auto;
  bottom: auto;
  right: auto;
  float: left;
  margin: 0 0 10px;
}
.countdown-slider4 .resp-slider-container .slider .slick-list .item .item-wrap2 .item-content .sale-off:before {
  border: 0;
  content: '-';
  margin: 0;
  height: auto;
  position: relative;
  font-size: 14px;
  top: auto;
  left: auto;
  right: auto;
}
.countdown-slider4 .resp-slider-container .slider .slick-list .item .item-wrap2 .item-content .sale-off .text {
  display: none;
}
.rtl .countdown-slider4 .resp-slider-container .slider .slick-list .item .item-wrap2 .item-content .sale-off {
  right: 20px;
  left: auto;
}
.rtl .countdown-slider4 .resp-slider-container .slider .slick-list .item .item-wrap2 .item-content .sale-off {
  float: right;
  right: auto;
}
.rtl .countdown-slider4 .resp-slider-container .slider .slick-list .item .item-wrap2 .item-content {
  float: right;
  text-align: right;
}
.countdown-slider4 .resp-slider-container .slider .slick-list .item .item-wrap2 .item-content .reviews-content,
.countdown-slider4 .resp-slider-container .slider .slick-list .item .item-wrap2 .item-content h4 a,
.countdown-slider4 .resp-slider-container .slider .slick-list .item .item-wrap2 .item-content .item-price {
  opacity: 1 !important;
}
.countdown-slider4 .resp-slider-container .slider .slick-list .item .item-wrap2 .item-content .reviews-content {
  margin-bottom: 7px;
}
.countdown-slider4 .resp-slider-container .slider .slick-list .item .item-wrap2 .item-content h4 {
  margin-bottom: 10px;
  clear: both;
}
.countdown-slider4 .resp-slider-container .slider .slick-list .item .item-wrap2 .item-content .item-price {
  margin-bottom: 15px;
}
.countdown-slider4 .resp-slider-container .slider .slick-list .item .item-wrap2 .item-content .item-price del {
  float: left;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  margin-left: 0;
  color: #ccc;
}
.rtl .countdown-slider4 .resp-slider-container .slider .slick-list .item .item-wrap2 .item-content .item-price del {
  float: right;
  margin-right: 0;
  margin-left: 10px;
}
.countdown-slider4 .resp-slider-container .slider .slick-list .item .item-wrap2 .item-content .item-price ins {
  color: #222;
}
.countdown-slider4 .resp-slider-container .slider .slick-list .item .item-wrap2 .item-content .item-bottom {
  position: relative;
  left: auto;
  right: auto;
  margin: 0;
  opacity: 1;
  bottom: auto;
  margin-top: 10px;
}
.countdown-slider4 .resp-slider-container .slider .slick-list .item .item-wrap2 .item-content .item-bottom .add_to_cart_button,
.countdown-slider4 .resp-slider-container .slider .slick-list .item .item-wrap2 .item-content .item-bottom .product_type_external,
.countdown-slider4 .resp-slider-container .slider .slick-list .item .item-wrap2 .item-content .item-bottom .product_type_grouped {
  order: 1;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
  height: 30px;
  line-height: 28px;
  font-size: 12px;
  color: #222;
  text-transform: capitalize;
  background-color: #fff;
  padding: 0 13px 0 33px;
  border-radius: 15px;
  border: 1px solid #ccc;
  background: url('../assets/img/cart-home4.png') no-repeat left 14px center;
}
.rtl .countdown-slider4 .resp-slider-container .slider .slick-list .item .item-wrap2 .item-content .item-bottom .add_to_cart_button,
.rtl .countdown-slider4 .resp-slider-container .slider .slick-list .item .item-wrap2 .item-content .item-bottom .product_type_external,
.rtl .countdown-slider4 .resp-slider-container .slider .slick-list .item .item-wrap2 .item-content .item-bottom .product_type_grouped {
  padding: 0 33px 0 13px;
  background-position: right 14px center;
}
.countdown-slider4 .resp-slider-container .slider .slick-list .item .item-wrap2 .item-content .item-bottom .add_to_cart_button:hover,
.countdown-slider4 .resp-slider-container .slider .slick-list .item .item-wrap2 .item-content .item-bottom .product_type_external:hover,
.countdown-slider4 .resp-slider-container .slider .slick-list .item .item-wrap2 .item-content .item-bottom .product_type_grouped:hover {
  background-color: #c7091c;
  color: #fff;
  border: 1px solid #ea0029;
}
.countdown-slider4 .resp-slider-container .slider .slick-list .item .item-wrap2 .item-content .item-bottom .add_to_cart_button.loading,
.countdown-slider4 .resp-slider-container .slider .slick-list .item .item-wrap2 .item-content .item-bottom .product_type_external.loading,
.countdown-slider4 .resp-slider-container .slider .slick-list .item .item-wrap2 .item-content .item-bottom .product_type_grouped.loading {
  background-color: #ea0029;
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.countdown-slider4 .resp-slider-container .slider .slick-list .item .item-wrap2 .item-content .item-bottom .add_to_cart_button.loading:before,
.countdown-slider4 .resp-slider-container .slider .slick-list .item .item-wrap2 .item-content .item-bottom .product_type_external.loading:before,
.countdown-slider4 .resp-slider-container .slider .slick-list .item .item-wrap2 .item-content .item-bottom .product_type_grouped.loading:before {
  text-align: center;
  left: 0;
  background-color: #ea0029;
  border-radius: 16px;
  background-size: contain;
}
.countdown-slider4 .resp-slider-container .slider .slick-list .item .item-wrap2 .item-content .item-bottom .add_to_cart_button.added,
.countdown-slider4 .resp-slider-container .slider .slick-list .item .item-wrap2 .item-content .item-bottom .product_type_external.added,
.countdown-slider4 .resp-slider-container .slider .slick-list .item .item-wrap2 .item-content .item-bottom .product_type_grouped.added {
  background-color: #ea0029;
  color: #fff;
  border: 1px solid #ea0029;
}
.countdown-slider4 .resp-slider-container .slider .slick-list .item .item-wrap2 .item-content .item-bottom .add_to_cart_button.added:after,
.countdown-slider4 .resp-slider-container .slider .slick-list .item .item-wrap2 .item-content .item-bottom .product_type_external.added:after,
.countdown-slider4 .resp-slider-container .slider .slick-list .item .item-wrap2 .item-content .item-bottom .product_type_grouped.added:after {
  position: absolute;
  left: 10px;
  top: 7px;
  text-align: center;
  font-family: WooCommerce;
  background: #90cd0d;
  font-size: 8px;
  content: "\e017";
  display: inline-block;
  width: 14px;
  height: 14px;
  line-height: 15px;
  vertical-align: top;
  border-radius: 50%;
  margin: 0;
  color: #444;
  font-weight: bold;
}
.rtl .countdown-slider4 .resp-slider-container .slider .slick-list .item .item-wrap2 .item-content .item-bottom .add_to_cart_button.added:after,
.rtl .countdown-slider4 .resp-slider-container .slider .slick-list .item .item-wrap2 .item-content .item-bottom .product_type_external.added:after,
.rtl .countdown-slider4 .resp-slider-container .slider .slick-list .item .item-wrap2 .item-content .item-bottom .product_type_grouped.added:after {
  right: 10px;
  left: auto;
}
.countdown-slider4 .resp-slider-container .slider .slick-list .item .item-wrap2 .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.countdown-slider4 .resp-slider-container .slider .slick-list .item .item-wrap2 .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.countdown-slider4 .resp-slider-container .slider .slick-list .item .item-wrap2 .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
.countdown-slider4 .resp-slider-container .slider .slick-list .item .item-wrap2 .item-content .item-bottom a.compare {
  text-align: center;
  color: #222;
  font-weight: 500;
  height: 30px;
  line-height: 30px;
  padding: 0;
  background-color: #fff;
  border: 1px solid #ccc;
  display: inline-block;
  vertical-align: top;
  position: relative;
  font-size: 0;
  min-width: 30px;
  margin: 0;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  opacity: 0;
}
.countdown-slider4 .resp-slider-container .slider .slick-list .item .item-wrap2 .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,
.countdown-slider4 .resp-slider-container .slider .slick-list .item .item-wrap2 .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.countdown-slider4 .resp-slider-container .slider .slick-list .item .item-wrap2 .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before,
.countdown-slider4 .resp-slider-container .slider .slick-list .item .item-wrap2 .item-content .item-bottom a.compare:before {
  font-family: fontawesome;
  font-size: 12px;
}
.countdown-slider4 .resp-slider-container .slider .slick-list .item .item-wrap2 .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover,
.countdown-slider4 .resp-slider-container .slider .slick-list .item .item-wrap2 .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover,
.countdown-slider4 .resp-slider-container .slider .slick-list .item .item-wrap2 .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover,
.countdown-slider4 .resp-slider-container .slider .slick-list .item .item-wrap2 .item-content .item-bottom a.compare:hover {
  min-width: 30px;
  background-color: #ea0029;
  border: 1px solid #ea0029;
  font-size: 0;
  padding: 0;
}
.countdown-slider4 .resp-slider-container .slider .slick-list .item .item-wrap2 .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover:before,
.countdown-slider4 .resp-slider-container .slider .slick-list .item .item-wrap2 .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover:before,
.countdown-slider4 .resp-slider-container .slider .slick-list .item .item-wrap2 .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover:before,
.countdown-slider4 .resp-slider-container .slider .slick-list .item .item-wrap2 .item-content .item-bottom a.compare:hover:before {
  color: #fff;
}
.countdown-slider4 .resp-slider-container .slider .slick-list .item .item-wrap2 .item-content .item-bottom .yith-wcwl-wishlistaddedbrowse.show a,
.countdown-slider4 .resp-slider-container .slider .slick-list .item .item-wrap2 .item-content .item-bottom .yith-wcwl-wishlistexistsbrowse.show a {
  background-color: #ea0029;
  border: 1px solid #ea0029;
}
.countdown-slider4 .resp-slider-container .slider .slick-list .item .item-wrap2 .item-content .item-bottom .yith-wcwl-wishlistaddedbrowse.show a:before,
.countdown-slider4 .resp-slider-container .slider .slick-list .item .item-wrap2 .item-content .item-bottom .yith-wcwl-wishlistexistsbrowse.show a:before {
  color: #fff;
}
.countdown-slider4 .resp-slider-container .slider .slick-list .item .item-wrap2 .item-content .item-bottom .add_to_cart_button,
.countdown-slider4 .resp-slider-container .slider .slick-list .item .item-wrap2 .item-content .item-bottom .product_type_external,
.countdown-slider4 .resp-slider-container .slider .slick-list .item .item-wrap2 .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);
}
.rtl .countdown-slider4 .resp-slider-container .slider .slick-list .item .item-wrap2 .item-content .item-bottom {
  right: auto;
  left: auto;
}
.countdown-slider4 .resp-slider-container .slider .slick-list .item .item-wrap2:hover .products-thumb:before {
  opacity: 1;
}
.countdown-slider4 .resp-slider-container .slider .slick-list .item .item-wrap2:hover .item-content .add_to_cart_button,
.countdown-slider4 .resp-slider-container .slider .slick-list .item .item-wrap2:hover .item-content .product_type_external,
.countdown-slider4 .resp-slider-container .slider .slick-list .item .item-wrap2:hover .item-content .product_type_grouped {
  background: url('../assets/img/cart-home4-at.png') no-repeat left 14px center #ea0029;
  color: #fff;
  border: 1px solid #ea0029;
}
.countdown-slider4 .resp-slider-container .slider .slick-list .item .item-wrap2:hover .item-content .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.countdown-slider4 .resp-slider-container .slider .slick-list .item .item-wrap2:hover .item-content .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.countdown-slider4 .resp-slider-container .slider .slick-list .item .item-wrap2:hover .item-content .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
.countdown-slider4 .resp-slider-container .slider .slick-list .item .item-wrap2:hover .item-content a.compare {
  opacity: 1;
}
.sw-woo-container-slider-theme2 {
  background-color: #fff;
  margin: 0 0 10px;
  position: relative;
}
.sw-woo-container-slider-theme2 .res-button {
  position: absolute;
  font-size: 14px;
  color: #666;
  font-weight: 400;
  cursor: pointer;
  top: 15px;
}
.sw-woo-container-slider-theme2 .res-button:hover {
  font-weight: 600;
  color: #222;
}
.sw-woo-container-slider-theme2 .res-button.slick-next {
  right: 15px;
}
.sw-woo-container-slider-theme2 .res-button.slick-next:after {
  content: '\f105';
  font-family: 'Fontawesome';
  margin-right: 0;
  margin-left: 6px;
}
.rtl .sw-woo-container-slider-theme2 .res-button.slick-next {
  left: 60px;
  right: auto;
}
.sw-woo-container-slider-theme2 .res-button.slick-prev {
  right: 62px;
}
.rtl .sw-woo-container-slider-theme2 .res-button.slick-prev {
  left: 0;
  right: auto;
}
.rtl .sw-woo-container-slider-theme2 .res-button.slick-prev:before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 11px;
  background-color: #666;
  margin-left: 10px;
  margin-right: 0;
}
.rtl .sw-woo-container-slider-theme2 .res-button.slick-prev:after {
  content: '\f104';
  font-family: 'Fontawesome';
  margin-left: 0;
  margin-right: 6px;
  width: auto;
  height: auto;
  background-color: transparent;
}
.sw-woo-container-slider-theme2 .res-button.slick-prev:before {
  content: '\f104';
  font-family: 'Fontawesome';
  margin-right: 6px;
}
.sw-woo-container-slider-theme2 .res-button.slick-prev:after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 11px;
  background-color: #666;
  margin-left: 10px;
}
.sw-woo-container-slider-theme2 .box-title {
  margin-bottom: 30px;
  display: block;
  border-bottom: 2px solid #ebebeb;
  margin-top: 20px;
}
.sw-woo-container-slider-theme2 .box-title h3 {
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
  color: #222;
  position: relative;
  float: left;
  padding: 15px 0;
  margin-bottom: 0;
}
.rtl .sw-woo-container-slider-theme2 .box-title h3 {
  float: right;
}
.sw-woo-container-slider-theme2 .box-title h3:before {
  content: '';
  display: inline-block;
  width: 100%;
  height: 2px;
  background-color: #ea0029;
  position: absolute;
  bottom: -2px;
  left: 0;
}
.rtl .sw-woo-container-slider-theme2 .box-title h3:before {
  right: 0;
  left: auto;
}
.sw-woo-container-slider-theme2 .slider .slick-list {
  margin: 0 -14px;
}
.countdown-slider5 {
  margin-bottom: 10px;
}
.countdown-slider5 .box-title h3 {
  display: block;
  background-color: #ea0029;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
  position: relative;
  padding: 12px 20px;
  margin-bottom: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.rtl .countdown-slider5 .box-title h3 {
  text-align: right;
}
.countdown-slider5 .res-button {
  position: absolute;
  top: 11px;
  height: 20px;
  width: 12px;
  color: #fff;
  display: inline-block;
  background-color: transparent;
  z-index: 3;
  cursor: pointer;
  font-size: 0;
}
.countdown-slider5 .res-button:hover {
  opacity: 0.5;
}
.countdown-slider5 .res-button:before {
  font-family: 'FontAwesome';
  font-size: 18px;
}
.countdown-slider5 .res-button.slick-prev {
  position: absolute;
  right: 40px;
}
.countdown-slider5 .res-button.slick-prev:before {
  content: '\f104';
}
.rtl .countdown-slider5 .res-button.slick-prev {
  left: 20px;
  right: auto;
}
.countdown-slider5 .res-button.slick-next {
  position: absolute;
  right: 20px;
}
.countdown-slider5 .res-button.slick-next:before {
  content: '\f105';
}
.rtl .countdown-slider5 .res-button.slick-next {
  left: 40px;
  right: auto;
}
.countdown-slider5 .slider .slick-list .item {
  padding: 0;
}
.countdown-slider5 .slider .slick-list .item .item-wrap4 {
  border-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.countdown-slider5 .slider .slick-list .item .item-detail .products-thumb .product_thumb_hover:before {
  border-radius: 0;
}
.countdown-slider5 .slider .slick-list .item .item-detail .item-content {
  text-align: center;
  padding: 15px 20px;
}
.countdown-slider5 .slider .slick-list .item .item-detail .item-content .item-price > span {
  display: inline-block;
}
.countdown-slider5 .slider .slick-list .item .item-detail .item-content .item-price {
  margin-bottom: 0;
}
.sw-woo-container-slider-theme3 {
  position: relative;
}
.sw-woo-container-slider-theme3 .box-slider-title h2 {
  display: block;
  background-color: #ea0029;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
  position: relative;
  padding: 12px 20px;
  margin-bottom: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.rtl .sw-woo-container-slider-theme3 .box-slider-title h2 {
  text-align: right;
}
.sw-woo-container-slider-theme3 .res-button {
  position: absolute;
  top: 10px;
  height: 20px;
  width: 12px;
  color: #fff;
  display: inline-block;
  background-color: transparent;
  z-index: 3;
  cursor: pointer;
  font-size: 0;
}
.sw-woo-container-slider-theme3 .res-button:hover {
  opacity: 0.5;
}
.sw-woo-container-slider-theme3 .res-button:before {
  font-family: 'FontAwesome';
  font-size: 20px;
}
.sw-woo-container-slider-theme3 .res-button.slick-prev {
  position: absolute;
  right: 30px;
}
.sw-woo-container-slider-theme3 .res-button.slick-prev:before {
  content: '\f104';
}
.rtl .sw-woo-container-slider-theme3 .res-button.slick-prev {
  left: 10px;
  right: auto;
}
.sw-woo-container-slider-theme3 .res-button.slick-next {
  position: absolute;
  right: 10px;
}
.sw-woo-container-slider-theme3 .res-button.slick-next:before {
  content: '\f105';
}
.rtl .sw-woo-container-slider-theme3 .res-button.slick-next {
  left: 30px;
  right: auto;
}
.sw-woo-container-slider-theme3 .resp-slider-container {
  padding: 25px 5px 5px;
  border: 1px solid #ebebeb;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top: 0;
}
.sw-woo-container-slider-theme3 .resp-slider-container .slider .slick-list .item .item-wraps {
  margin-bottom: 18px;
  overflow: hidden;
}
.sw-woo-container-slider-theme3 .resp-slider-container .slider .slick-list .item .item-wraps:hover .products-thumb a {
  border: 1px solid #ea0029;
}
.sw-woo-container-slider-theme3 .resp-slider-container .slider .slick-list .item .item-wraps .products-thumb {
  float: left;
  max-width: 70px;
  margin-right: 20px;
  position: relative;
}
.sw-woo-container-slider-theme3 .resp-slider-container .slider .slick-list .item .item-wraps .products-thumb a {
  display: inline-block;
  max-width: 100%;
  border: 1px solid #ebebeb;
  border-radius: 2px;
}
.sw-woo-container-slider-theme3 .resp-slider-container .slider .slick-list .item .item-wraps .products-thumb img {
  border-radius: 2px;
}
.rtl .sw-woo-container-slider-theme3 .resp-slider-container .slider .slick-list .item .item-wraps .products-thumb {
  float: right;
  margin-left: 20px;
  margin-right: 0;
}
.sw-woo-container-slider-theme3 .resp-slider-container .slider .slick-list .item .item-wraps .item-content {
  padding: 0;
}
.sw-woo-container-slider-theme3 .resp-slider-container .slider .slick-list .item .item-wraps .item-content h4 {
  margin-bottom: 5px;
}
.sw-woo-container-slider-theme3 .resp-slider-container .slider .slick-list .item .item-wraps .item-content h4 a {
  font-size: 14px;
  color: #222;
  border: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  font-weight: 400;
  text-transform: capitalize;
}
.sw-woo-container-slider-theme3 .resp-slider-container .slider .slick-list .item .item-wraps .item-content h4 a:hover {
  color: #ea0029;
}
.sw-woo-container-slider-theme3 .resp-slider-container .slider .slick-list .item .item-wraps .item-content .item-price {
  font-size: 16px;
}
.sw-woo-container-slider-theme3 .resp-slider-container .slider .slick-list .item .item-wraps .item-content .item-price del {
  float: left;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  margin-left: 0;
  color: #ccc;
}
.rtl .sw-woo-container-slider-theme3 .resp-slider-container .slider .slick-list .item .item-wraps .item-content .item-price del {
  float: right;
  margin-right: 0;
  margin-left: 10px;
}
.sw-woo-container-slider-theme3 .resp-slider-container .slider .slick-list .item .item-wraps .item-content .item-price ins {
  font-size: 16px;
  color: #222;
}
.sidebar-newsletter {
  padding: 20px 0 27px;
  text-align: center;
}
.sidebar-newsletter img {
  display: inline-block;
  margin-bottom: 10px !important;
  vertical-align: top;
}
.sidebar-newsletter h3 {
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
}
.sidebar-newsletter .des {
  color: #fff;
  font-size: 14px;
  margin-bottom: 10px;
}
.sidebar-newsletter .des span {
  font-weight: 700;
  color: #ea0029;
}
.sidebar-newsletter .mc4wp-form {
  overflow: hidden;
  display: inline-block;
}
.sidebar-newsletter .mc4wp-form .mc4wp-form-fields {
  display: inline-block;
}
.sidebar-newsletter .mc4wp-form.mc4wp-form-success .mc4wp-response {
  clear: both;
}
.sidebar-newsletter .mc4wp-form input[type="email"] {
  border: 0;
  height: 40px;
  padding: 0 16px;
  min-width: 170px;
  font-size: 12px;
  color: #555;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0;
  float: left;
}
.rtl .sidebar-newsletter .mc4wp-form input[type="email"] {
  float: right;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.sidebar-newsletter .mc4wp-form input[type="submit"] {
  border: 0;
  background-color: #ea0029;
  height: 40px;
  width: 50px;
  font-size: 0;
  border-radius: 0;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  line-height: 40px;
  background: url("../assets/img/icon-submit.png") no-repeat scroll center center #ea0029;
  float: left;
}
.rtl .sidebar-newsletter .mc4wp-form input[type="submit"] {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.sidebar-newsletter .mc4wp-form input[type="submit"]:hover {
  background: url("../assets/img/icon-submit.png") no-repeat scroll center center #c7091c;
}
.countdown-slider6 {
  position: relative;
}
.countdown-slider6 .box-title {
  margin-bottom: 30px;
  display: block;
  border-bottom: 2px solid #ebebeb;
}
.countdown-slider6 .box-title h3 {
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
  color: #222;
  position: relative;
  float: left;
  padding: 15px 0;
  margin-bottom: 0;
}
.rtl .countdown-slider6 .box-title h3 {
  float: right;
}
.countdown-slider6 .box-title h3:before {
  content: '';
  display: inline-block;
  width: 100%;
  height: 2px;
  background-color: #ea0029;
  position: absolute;
  bottom: -2px;
  left: 0;
}
.rtl .countdown-slider6 .box-title h3:before {
  right: 0;
  left: auto;
}
.countdown-slider6 .box-title h3 {
  padding: 0 0 15px;
}
.countdown-slider6 .res-button {
  position: absolute;
  font-size: 14px;
  color: #666;
  font-weight: 400;
  cursor: pointer;
  top: 0;
}
.countdown-slider6 .res-button:hover {
  font-weight: 600;
  color: #222;
}
.countdown-slider6 .res-button.slick-next {
  right: 15px;
}
.countdown-slider6 .res-button.slick-next:after {
  content: '\f105';
  font-family: 'Fontawesome';
  margin-right: 0;
  margin-left: 6px;
}
.rtl .countdown-slider6 .res-button.slick-next {
  left: 60px;
  right: auto;
}
.countdown-slider6 .res-button.slick-prev {
  right: 62px;
}
.rtl .countdown-slider6 .res-button.slick-prev {
  left: 0;
  right: auto;
}
.rtl .countdown-slider6 .res-button.slick-prev:before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 11px;
  background-color: #666;
  margin-left: 10px;
  margin-right: 0;
}
.rtl .countdown-slider6 .res-button.slick-prev:after {
  content: '\f104';
  font-family: 'Fontawesome';
  margin-left: 0;
  margin-right: 6px;
  width: auto;
  height: auto;
  background-color: transparent;
}
.countdown-slider6 .res-button.slick-prev:before {
  content: '\f104';
  font-family: 'Fontawesome';
  margin-right: 6px;
}
.countdown-slider6 .res-button.slick-prev:after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 11px;
  background-color: #666;
  margin-left: 10px;
}
.countdown-slider6 .slider .slick-list {
  margin: 0 -15px;
  padding: 0;
}
.countdown-slider6 .slider .slick-list .item {
  margin: 0;
  padding: 0;
}
.countdown-slider6 .slider .slick-list .item.item-3columns .item-wrap4 {
  width: 60%;
}
.countdown-slider6 .slider .slick-list .item.item-5columns .item-wrap4 {
  width: 25%;
}
.countdown-slider6 .slider .slick-list .item.item-5columns .item-wrap4.first-item {
  width: 50%;
}
.countdown-slider6 .slider .slick-list .item.item-5columns .item-wrap4.first-item .item-content {
  padding: 20px 20px 30px;
}
.countdown-slider6 .slider .slick-list .item.item-5columns .item-wrap4.first-item .item-content .product-countdown {
  text-align: center;
  margin: 10px 0 15px;
}
.countdown-slider6 .slider .slick-list .item.item-5columns .item-wrap4.first-item .item-content .reviews-content {
  margin: 15px 0;
}
.countdown-slider6 .slider .slick-list .item.item-5columns .item-wrap4.first-item .item-content h4 a {
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
  color: #222;
}
.countdown-slider6 .slider .slick-list .item.item-5columns .item-wrap4.first-item .item-content h4 a:hover {
  color: #ea0029;
}
.countdown-slider6 .slider .slick-list .item.item-5columns .item-wrap4.first-item .item-content .item-price del {
  font-size: 16px;
}
.countdown-slider6 .slider .slick-list .item.item-5columns .item-wrap4.first-item .item-content .item-price ins {
  font-size: 20px;
}
.countdown-slider6 .slider .slick-list .item.item-7columns .item-wrap4 {
  width: 40%;
}
.countdown-slider6 .slider .slick-list .item.item-7columns .item-wrap4.first-item {
  width: 20%;
}
.countdown-slider6 .slider .slick-list .item.item-9columns .item-wrap4 {
  width: 15%;
}
.countdown-slider6 .slider .slick-list .item .item-wrap4 {
  padding: 0 15px;
  float: left;
  background-color: #fff;
  margin-bottom: 30px;
  border: 0;
}
.countdown-slider6 .slider .slick-list .item .item-wrap4 .item-detail {
  border: 1px solid #ebebeb;
}
.countdown-slider6 .slider .slick-list .item .item-wrap4 .item-detail .item-content {
  padding: 10px 20px;
}
.countdown-slider6 .slider .slick-list .item .item-wrap4:hover {
  border: 0;
}
.countdown-slider6 .slider .slick-list .item .item-wrap4.first-item {
  clear: both;
  width: 40%;
  position: relative;
}
.rtl .countdown-slider6 .slider .slick-list .item .item-wrap4.first-item {
  float: right;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .block-service-home4 ul > li.item .item-content {
    padding: 30px 10px;
  }
  .block-service-home4 ul > li.item .text h5 a {
    font-size: 12px;
  }
  .header-style4 .search-cate  .top-form.top-search {
    width: 400px;
    min-width: 400px;
  }
  .sw-woo-container-slider-theme3 {
    margin: 0 0 30px;
  }
  .countdown-slider4 .resp-slider-container .slider .slick-list .item .item-wrap2 .products-thumb {
    width: 55%;
  }
  .countdown-slider4 .resp-slider-container .slider .slick-list .item .item-wrap2 .item-content {
    width: 52%;
    padding: 10px 0 0 10px;
  }
  .countdown-slider4 .resp-slider-container .slider .slick-list .item .item-wrap2 .item-content .sale-off {
    display: none;
  }
  .countdown-slider4 .resp-slider-container .slider .slick-list .item .item-wrap2 .item-content .item-bottom .add_to_cart_button,
  .countdown-slider4 .resp-slider-container .slider .slick-list .item .item-wrap2 .item-content .item-bottom .product_type_external,
  .countdown-slider4 .resp-slider-container .slider .slick-list .item .item-wrap2 .item-content .item-bottom .product_type_grouped {
    background-position: left 9px center;
    padding: 0 10px 0 23px;
  }
  .rtl .countdown-slider4 .resp-slider-container .slider .slick-list .item .item-wrap2 .item-content .item-bottom .add_to_cart_button,
  .rtl .countdown-slider4 .resp-slider-container .slider .slick-list .item .item-wrap2 .item-content .item-bottom .product_type_external,
  .rtl .countdown-slider4 .resp-slider-container .slider .slick-list .item .item-wrap2 .item-content .item-bottom .product_type_grouped {
    padding: 0 23px 0 10px;
    background-position: right 9px center;
  }
  .sw-woo-container-slider-theme3 .resp-slider-container .slider .slick-list .item {
    padding: 0 5px;
  }
  .sw-woo-container-slider-theme3 .resp-slider-container .slider .slick-list .item .item-wraps {
    margin-bottom: 15px;
  }
  .sw-woo-container-slider-theme3 .resp-slider-container .slider .slick-list .item .item-wraps .products-thumb {
    margin-right: 10px;
  }
  .rtl .sw-woo-container-slider-theme3 .resp-slider-container .slider .slick-list .item .item-wraps .products-thumb {
    margin-left: 10px;
    margin-right: 0;
  }
  .sw-woo-container-slider-theme3 .resp-slider-container .slider .slick-list .item .item-wraps .item-content .item-price del {
    font-size: 12px;
  }
  .sw-woo-container-slider-theme3 .resp-slider-container .slider .slick-list .item .item-wraps .item-content .item-price ins {
    font-size: 14px;
  }
  .countdown-slider6 .slider .slick-list .item .item-wrap4 .item-detail .item-content {
    padding: 10px 14px;
  }
  .sidebar-newsletter {
    padding: 20px 0 18px;
  }
  .sidebar-newsletter .mc4wp-form input[type="email"] {
    min-width: 100px;
    width: 140px;
  }
  .countdown-slider5 .slider .slick-list .item .item-detail .item-content {
    padding: 15px 8px;
  }
}
@media (max-width: 991px) {
  .header-style4 .header-mid {
    padding: 20px 0;
  }
  .header-style4 .victo-logo a {
    margin: 0 0 20px;
  }
  .header-style4 .header-block .block-header ul {
    display: none;
  }
  .header-style4 .header-bottom .vertical_megamenu .resmenu-container .navbar-toggle {
    background-color: #222;
  }
  .header-style4 .main-menu {
    float: right;
  }
  .rtl .header-style4 .main-menu {
    float: left;
  }
  .header-style4 .main-menu .primary-menu .resmenu-container .navbar-toggle {
    background-color: #ea0029;
  }
  .header-style4 .main-menu .primary-menu .resmenu-container .menu-responsive-wrapper {
    right: 0;
  }
  .rtl .header-style4 .main-menu .primary-menu .resmenu-container .menu-responsive-wrapper {
    left: 0;
    right: auto;
  }
  .header-style4 .header-bottom .resmenu-container .navbar-toggle .icon-bar {
    background-color: #fff;
  }
  .header-style4 .header-bottom .resmenu-container .navbar-toggle .icon-bar:hover {
    background-color: #fff;
  }
  .block-service-home4 ul {
    overflow-x: scroll !important;
    overflow-y: hidden;
    white-space: nowrap;
  }
  .block-service-home4 ul > li {
    float: none !important;
    display: inline-block;
    vertical-align: top;
    white-space: normal;
    width: 350px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-style4 .search-cate  .top-form.top-search {
    width: 400px;
    min-width: 400px;
  }
  .countdown-slider4 .resp-slider-container .slider .slick-list .item .item-wrap2 .products-thumb {
    width: 55%;
  }
  .countdown-slider4 .resp-slider-container .slider .slick-list .item .item-wrap2 .item-content {
    width: 52%;
    padding: 10px 0 0 10px;
  }
  .countdown-slider4 .resp-slider-container .slider .slick-list .item .item-wrap2 .item-content .sale-off {
    display: none;
  }
  .countdown-slider4 .resp-slider-container .slider .slick-list .item .item-wrap2 .item-content .item-bottom .add_to_cart_button,
  .countdown-slider4 .resp-slider-container .slider .slick-list .item .item-wrap2 .item-content .item-bottom .product_type_external,
  .countdown-slider4 .resp-slider-container .slider .slick-list .item .item-wrap2 .item-content .item-bottom .product_type_grouped {
    background-position: left 9px center;
    padding: 0 10px 0 23px;
  }
  .rtl .countdown-slider4 .resp-slider-container .slider .slick-list .item .item-wrap2 .item-content .item-bottom .add_to_cart_button,
  .rtl .countdown-slider4 .resp-slider-container .slider .slick-list .item .item-wrap2 .item-content .item-bottom .product_type_external,
  .rtl .countdown-slider4 .resp-slider-container .slider .slick-list .item .item-wrap2 .item-content .item-bottom .product_type_grouped {
    padding: 0 23px 0 10px;
    background-position: right 9px center;
  }
  .sw-woo-container-slider-theme2 .resp-slider-container .slider .item .item-wrap4 .item-detail .item-content {
    padding: 15px 14px;
  }
  .footer .footer-style4-menu .footer-info4 p {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .header-style4 .header-top .top-header .info-header {
    display: none;
  }
  .footer .footer-copyright-style4 .footer-paypal,
  .footer .footer-copyright-style4 .copyright {
    text-align: center !important;
  }
  .header-style4 .header-top {
    text-align: center;
  }
  .header-style4 .header-top .top-header {
    display: inline-block;
  }
  .header-style4 .header-mid .header-right {
    margin-top: 4px;
  }
  .countdown-slider6 .slider .slick-list .item.item-5columns .item-wrap4 {
    width: 50%;
  }
  .countdown-slider6 .slider .slick-list .item.item-5columns .item-wrap4.first-item {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .header-style4 .header-top {
    text-align: center;
  }
  .header-style4 .header-top .top-header {
    display: inline-block;
  }
  .header-style4 .header-top .top-header .header-message {
    display: none;
  }
}
@media (max-width: 480px) {
  .header-style4 .header-top {
    text-align: center;
  }
  .header-style4 .header-top .top-header {
    display: inline-block;
  }
  .header-style4 .header-top .top-header .header-message {
    display: none;
  }
  .header-style4 .header-right .top-form.top-form-minicart {
    min-width: auto;
  }
  .header-style4 .header-right .top-form.top-form-minicart .top-minicart-icon .cart-right {
    display: none;
  }
  .header-style4 .header-right .widget_nav_menu ul.menu {
    display: none;
  }
}
@media (max-width: 479px) {
  .countdown-slider6 .slider .slick-list .item.item-5columns .item-wrap4 {
    width: 100%;
  }
  .countdown-slider4 .resp-slider-container .slider .slick-list .item .item-wrap2 .products-thumb {
    float: none;
    width: 100%;
    max-width: 100%;
  }
  .countdown-slider4 .resp-slider-container .slider .slick-list .item .item-wrap2 .item-content {
    float: none;
    width: 100%;
  }
  .header-style4 .header-top .widget_nav_menu h3 {
    border: 0;
  }
  .rtl .header-style4 .header-top .widget_nav_menu h3 {
    border: 0;
  }
}
body.mobile-layout .vc_row[data-vc-full-width] {
  width: auto !important;
  left: auto !important;
  right: auto !important;
}
body.mobile-layout {
  background-color: #fff;
}
body.mobile-layout .container {
  padding: 0 10px;
}
.mobile-layout .header.sticky-mobile {
  position: fixed;
  width: 100%;
  z-index: 5;
  box-shadow: none;
  top: 0;
  left: 0;
}
.mobile-layout .header-mobile-style1.sticky-mobile,
.mobile-layout .header-mobile-style3.sticky-mobile {
  background-color: #fff;
  padding-bottom: 1px;
  box-shadow: 0 0 4px #464646;
}
.mobile-layout #subscribe_popup {
  display: none;
}
.mobile-layout .product-effect {
  display: none;
}
.mobile-layout .item .item-wrap:hover .item-detail .item-content {
  margin-top: 0;
}
.mobile-layout .item .item-wrap:hover {
  margin-bottom: 0;
}
.mobile-layout .slide-mobile1 .vc_column-inner {
  padding-right: 0;
  padding-left: 0;
}
.mobile-layout .banner_mobile .vc_column-inner .banner1 {
  margin-right: -5px;
}
.mobile-layout .banner_mobile .vc_column-inner .banner2 {
  margin-left: -5px;
}
.mobile-layout .vc_row {
  margin-left: -10px;
  margin-right: -10px;
}
.mobile-layout .vc_column-inner {
  padding-right: 10px;
  padding-left: 10px;
}
.mobile-layout .header-mobile-style1.sticky-mobile .header-menu-page,
.mobile-layout .header-mobile-style2.sticky-mobile .header-menu-page {
  display: none;
  margin: 0;
}
.contact-us-info {
  background-color: #303030;
  padding: 20px 0;
  text-align: center;
  border: 2px dashed #fff;
  border-left: 0;
  border-right: 0;
}
.contact-us-info h4 {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
}
.contact-us-info ul {
  display: inline-block;
  margin: 0;
  overflow: hidden;
}
.contact-us-info ul > li {
  display: inline-block;
  float: left;
  color: #fff;
  margin: 0 11px;
}
.contact-us-info ul > li a {
  color: #fff;
}
.contact-us-info ul > li i {
  margin-right: 5px;
}
.rtl .contact-us-info ul > li i {
  margin-left: 5px;
  margin-right: 0;
}
.rtl .contact-us-info ul > li {
  float: right;
}
.cusom-menu-mobile {
  margin: 24px 10px;
}
.cusom-menu-mobile .vc_wp_custommenu {
  float: left;
  width: 50%;
  padding: 0 5px;
  margin: 0 0 10px;
}
.cusom-menu-mobile .vc_wp_custommenu .widget_nav_menu {
  background-color: #f2f2f2;
  padding: 8px 10px 6px;
  border-radius: 3px;
}
.cusom-menu-mobile .vc_wp_custommenu .widget_nav_menu .widgettitle {
  font-size: 12px;
  color: #222;
  text-transform: uppercase;
  font-weight: 700 !important;
  margin-bottom: 0;
  position: relative;
}
.cusom-menu-mobile .vc_wp_custommenu .widget_nav_menu .widgettitle:before {
  content: '\f0d7';
  font-family: Fontawesome;
  font-size: 14px;
  display: inline-block;
  opacity: 1;
  position: absolute;
  right: 0;
}
.rtl .cusom-menu-mobile .vc_wp_custommenu .widget_nav_menu .widgettitle:before {
  right: auto;
  left: 0;
}
.cusom-menu-mobile .vc_wp_custommenu .widget_nav_menu ul.menu {
  display: none;
  padding: 10px;
}
.cusom-menu-mobile .vc_wp_custommenu .widget_nav_menu ul.menu > li > a {
  color: #7d7d7d;
  text-transform: capitalize;
  font-size: 13px;
  position: relative;
  padding: 7px 0px 7px 0px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
  vertical-align: top;
}
.cusom-menu-mobile .vc_wp_custommenu .widget_nav_menu ul.menu > li > a .menu-img {
  display: none;
}
.cusom-menu-mobile .vc_wp_custommenu .widget_nav_menu ul.menu > li > a:hover {
  color: #ff5c00;
  padding-left: 15px;
}
.rtl .cusom-menu-mobile .vc_wp_custommenu .widget_nav_menu ul.menu > li > a:hover {
  padding-right: 15px;
  padding-left: 0;
}
.mobile-layout.rtl .product_detail .content_product_detail .description ul {
  margin-left: 0;
  margin-right: 0;
}
.mobile-layout.single-product.mobile-layout .product_detail {
  margin: 0;
}
.mobile-layout .product_detail .content_product_detail .description ul {
  margin-left: 0;
}
.mobile-layout .products-wrapper .products-nav .catalog-ordering .orderby-order-container .sort_by {
  display: none;
}
.mobile-layout .block-home-mobile1 .block-mobile {
  padding-top: 0;
  margin: 0;
}
.mobile-layout .block-home-mobile1 .block-mobile .wrapp-content {
  padding-bottom: 20px;
}
.mobile-layout .block-home-mobile1 .block-mobile .info .fa {
  color: #999;
}
.mobile-layout .sw-woo-tab-cat-listing {
  padding-bottom: 20px;
}
.mobile-layout .block-title,
.mobile-layout .box-title {
  position: relative;
  border-bottom: 1px solid #e1e1d8;
  width: 100%;
  text-align: left;
  margin-bottom: 10px;
}
.mobile-layout .block-title h3,
.mobile-layout .box-title h3 {
  font-size: 14px;
  color: #222;
  font-weight: bold;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.mobile-layout .block-title h3:before,
.mobile-layout .box-title h3:before {
  content: "";
  background-color: #ea0029;
  position: absolute;
  width: 91px;
  height: 2px;
  bottom: -1px;
  top: auto;
}
.mobile-layout .block-title .view-all,
.mobile-layout .box-title .view-all {
  margin: 7px 0;
  float: right;
  color: #ea0029;
  font-size: 12px;
  text-transform: capitalize;
  position: absolute;
  right: 0;
  top: 2px;
  margin: 0;
}
.rtl .mobile-layout .block-title .view-all,
.rtl .mobile-layout .box-title .view-all {
  right: auto;
  left: 0;
  float: left;
}
.rtl .mobile-layout .block-title .view-all:before,
.rtl .mobile-layout .box-title .view-all:before {
  content: '\f0d9';
  font-family: FontAwesome;
  margin-right: 7px;
}
.rtl .mobile-layout .block-title .view-all i,
.rtl .mobile-layout .box-title .view-all i {
  display: none;
}
.mobile-layout .block-title .view-all i,
.mobile-layout .box-title .view-all i {
  margin-right: 7px;
}
.mobile-layout .section_contact .vc_column-inner {
  padding-left: 0;
  padding-right: 0;
}
.mobile-layout .slide-mobile1 {
  margin-bottom: 5px;
}
.mobile-layout .contact-mobile .vc_column-inner,
.mobile-layout .contact-form-mobile .vc_column-inner,
.mobile-layout .about-mobile .vc_column-inner {
  padding-left: 12px;
  padding-right: 12px;
}
.mobile-layout .header-mobile-style2.sticky-mobile .header-top-mobile,
.mobile-layout .header-mobile-style4.sticky-mobile .header-top-mobile {
  padding: 15px 0 13px;
}
.mobile-layout .header-mobile-style2.sticky-mobile .mobile-search .top-form.top-search,
.mobile-layout .header-mobile-style4.sticky-mobile .mobile-search .top-form.top-search {
  width: 200px;
}
.mobile-layout .header-mobile-style2.sticky-mobile .header-cart,
.mobile-layout .header-mobile-style4.sticky-mobile .header-cart {
  opacity: 1;
  height: auto;
  visibility: visible;
  margin-right: 15px;
}
.mobile-layout .header-mobile-style2.sticky-mobile .header-cart a,
.mobile-layout .header-mobile-style4.sticky-mobile .header-cart a {
  background: url('../assets/img/icon-m-cart.png') no-repeat center center;
  display: inline-block;
  width: 15px;
  height: 19px;
  position: relative;
}
.mobile-layout .header-mobile-style2.sticky-mobile .header-cart a .minicart-number,
.mobile-layout .header-mobile-style4.sticky-mobile .header-cart a .minicart-number {
  position: absolute;
  top: -5px;
  right: -6px;
  display: inline-block;
  width: 17px;
  height: 17px;
  background-color: #fff;
  color: #ea0029;
  text-align: center;
  border-radius: 50%;
  line-height: 17px;
  font-size: 12px;
}
.header-mobile-style2 .header-top-mobile .header-cart {
  margin: 5px 10px 0px 8px;
}
.header-mobile-style2 .header-top-mobile .header-cart a {
  float: right;
  background: url(../assets/img/icon-m-cart-white.png) no-repeat center center;
  width: 21px;
  height: 27px;
}
.header-mobile-style2 .header-top-mobile .header-cart a .minicart-number {
  background-color: #fed700;
  color: #222;
}
.rtl .header-mobile-style2 .header-top-mobile .header-cart a {
  float: left;
}
.header-mobile-style2 .header-top-mobile .mobile-search .top-form.top-search {
  position: relative;
  float: left;
  right: auto;
  top: 5px;
  display: block;
}
.rtl .header-mobile-style2 .header-top-mobile .mobile-search .top-form.top-search {
  left: auto;
  float: right;
}
.header-mobile-style1.sticky-mobile .mobile-search .top-form.top-search {
  width: 200px;
}
.header-mobile-style1,
.header-mobile-style2 {
  margin: 0 0 10px;
}
.header-mobile-style1 .mobile-search,
.header-mobile-style2 .mobile-search {
  position: relative;
}
.header-mobile-style1 .mobile-search .icon-seach,
.header-mobile-style2 .mobile-search .icon-seach {
  margin: 8px 5px;
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: url('../assets/img/icon-m-search.png') no-repeat center center #ededed;
  cursor: pointer;
}
.header-mobile-style1 .mobile-search .top-form.top-search,
.header-mobile-style2 .mobile-search .top-form.top-search {
  display: none;
  position: absolute;
  right: 0;
  top: 30px;
}
.rtl .header-mobile-style1 .mobile-search .top-form.top-search,
.rtl .header-mobile-style2 .mobile-search .top-form.top-search {
  left: 0;
  right: auto;
}
.header-mobile-style1 .header-wishlist a,
.header-mobile-style2 .header-wishlist a {
  margin: 12px 10px;
  display: inline-block;
  width: 17px;
  height: 15px;
  background: url('../assets/img/icon-m-wisdlist.png') no-repeat center center;
}
.header-mobile-style1 .header-cart,
.header-mobile-style2 .header-cart {
  opacity: 1;
  height: auto;
  visibility: visible;
  margin: 8px 10px 8px 8px;
}
.header-mobile-style1 .header-cart a,
.header-mobile-style2 .header-cart a {
  background: url('../assets/img/icon-m-cart.png') no-repeat center center;
  display: inline-block;
  width: 15px;
  height: 19px;
  position: relative;
}
.header-mobile-style1 .header-cart a .minicart-number,
.header-mobile-style2 .header-cart a .minicart-number {
  position: absolute;
  bottom: -5px;
  left: -10px;
  display: inline-block;
  width: 17px;
  height: 17px;
  background-color: #ea0029;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  line-height: 17px;
  font-size: 11px;
}
.rtl .header-mobile-style1 .header-cart a .minicart-number,
.rtl .header-mobile-style2 .header-cart a .minicart-number {
  right: -10px;
  left: auto;
}
.header-mobile-style1 .header-cart a .menu-text,
.header-mobile-style2 .header-cart a .menu-text {
  display: none;
}
.header-mobile-style1 .vertical_megamenu .resmenu-container .menu-responsive-wrapper,
.header-mobile-style2 .vertical_megamenu .resmenu-container .menu-responsive-wrapper {
  top: 50px !important;
}
.header-mobile-style1.sticky-mobile .vertical_megamenu .resmenu-container .menu-responsive-wrapper,
.header-mobile-style2.sticky-mobile .vertical_megamenu .resmenu-container .menu-responsive-wrapper {
  top: 50px !important;
}
.header-mobile-style1,
.header-mobile-style2,
.header-mobile-style4 {
  box-shadow: 0 5px 5px rgba(205,205,205,0.6);
}
.header-mobile-style1 .header-top-mobile,
.header-mobile-style2 .header-top-mobile,
.header-mobile-style4 .header-top-mobile {
  padding: 12px 0;
}
.header-mobile-style1 .header-top-mobile .header-menu-categories,
.header-mobile-style2 .header-top-mobile .header-menu-categories,
.header-mobile-style4 .header-top-mobile .header-menu-categories {
  margin: 8px 0;
}
.header-mobile-style1 .header-menu-categories .vertical_megamenu .resmenu-container .navbar-toggle,
.header-mobile-style2 .header-menu-categories .vertical_megamenu .resmenu-container .navbar-toggle,
.header-mobile-style4 .header-menu-categories .vertical_megamenu .resmenu-container .navbar-toggle {
  display: block;
  padding: 0;
  margin: 0 0 0 10px;
  cursor: pointer;
  width: 25px;
  height: 25px;
  background-color: #ea0029;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 3px;
}
.rtl .header-mobile-style1 .header-menu-categories .vertical_megamenu .resmenu-container .navbar-toggle,
.rtl .header-mobile-style2 .header-menu-categories .vertical_megamenu .resmenu-container .navbar-toggle,
.rtl .header-mobile-style4 .header-menu-categories .vertical_megamenu .resmenu-container .navbar-toggle {
  margin: 0 10px 0 0;
}
.header-mobile-style1 .header-menu-categories .vertical_megamenu .resmenu-container .navbar-toggle:hover .icon-bar,
.header-mobile-style2 .header-menu-categories .vertical_megamenu .resmenu-container .navbar-toggle:hover .icon-bar,
.header-mobile-style4 .header-menu-categories .vertical_megamenu .resmenu-container .navbar-toggle:hover .icon-bar {
  width: 16px !important;
  background-color: #fff;
}
.header-mobile-style1 .header-menu-categories .vertical_megamenu .resmenu-container .navbar-toggle .icon-bar,
.header-mobile-style2 .header-menu-categories .vertical_megamenu .resmenu-container .navbar-toggle .icon-bar,
.header-mobile-style4 .header-menu-categories .vertical_megamenu .resmenu-container .navbar-toggle .icon-bar {
  height: 2px;
  width: 16px;
  margin: 3px 0px 3px 4px;
  background: #fff;
  display: block;
  right: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rtl .header-mobile-style1 .header-menu-categories .vertical_megamenu .resmenu-container .navbar-toggle .icon-bar,
.rtl .header-mobile-style2 .header-menu-categories .vertical_megamenu .resmenu-container .navbar-toggle .icon-bar,
.rtl .header-mobile-style4 .header-menu-categories .vertical_megamenu .resmenu-container .navbar-toggle .icon-bar {
  margin: 3px 4px 3px 0;
}
.header-mobile-style1 .header-menu-categories .vertical_megamenu .resmenu-container .navbar-toggle .icon-bar:nth-child(1),
.header-mobile-style2 .header-menu-categories .vertical_megamenu .resmenu-container .navbar-toggle .icon-bar:nth-child(1),
.header-mobile-style4 .header-menu-categories .vertical_megamenu .resmenu-container .navbar-toggle .icon-bar:nth-child(1) {
  width: 12px;
}
.header-mobile-style1 .header-menu-categories .vertical_megamenu .resmenu-container .navbar-toggle .icon-bar:nth-child(3),
.header-mobile-style2 .header-menu-categories .vertical_megamenu .resmenu-container .navbar-toggle .icon-bar:nth-child(3),
.header-mobile-style4 .header-menu-categories .vertical_megamenu .resmenu-container .navbar-toggle .icon-bar:nth-child(3) {
  width: 12px;
}
.header-mobile-style1 .header-menu-categories .vertical_megamenu .vertical-megamenu,
.header-mobile-style2 .header-menu-categories .vertical_megamenu .vertical-megamenu,
.header-mobile-style4 .header-menu-categories .vertical_megamenu .vertical-megamenu {
  opacity: 0;
  visibility: hidden;
  height: 0;

  width: 0;
}
.header-mobile-style1 .victo-logo,
.header-mobile-style2 .victo-logo,
.header-mobile-style4 .victo-logo {
  max-width: 78px;
  margin: 0 10px;
}
.header-mobile-style1 .mobile-search .top-form.top-search,
.header-mobile-style2 .mobile-search .top-form.top-search,
.header-mobile-style4 .mobile-search .top-form.top-search {
  float: none;
  width: 270px;
  z-index: 5;
}
.header-mobile-style1 .mobile-search .top-form.top-search .topsearch-entry .cat-wrapper,
.header-mobile-style2 .mobile-search .top-form.top-search .topsearch-entry .cat-wrapper,
.header-mobile-style4 .mobile-search .top-form.top-search .topsearch-entry .cat-wrapper {
  display: none;
}
.header-mobile-style1 .mobile-search .top-form.top-search .topsearch-entry input,
.header-mobile-style2 .mobile-search .top-form.top-search .topsearch-entry input,
.header-mobile-style4 .mobile-search .top-form.top-search .topsearch-entry input {
  width: 100%;
  height: 27px;
  background-color: #f2f2f2;
  font-size: 11px;
  color: #9c9c9c;
  border-radius: 3px;
  border: 0;
  margin: 0;
  padding: 0 10px;
}
.header-mobile-style1 .mobile-search .top-form.top-search .topsearch-entry button.button-search-pro,
.header-mobile-style2 .mobile-search .top-form.top-search .topsearch-entry button.button-search-pro,
.header-mobile-style4 .mobile-search .top-form.top-search .topsearch-entry button.button-search-pro {
  position: absolute;
  height: 26px;
  width: 26px;
  right: 0;
  top: 0;
  border: 0;
  font-size: 0;
  background: url('../assets/img/icon-m-search.png') no-repeat center center transparent;
  margin: 0;
}
.rtl .header-mobile-style1 .mobile-search .top-form.top-search .topsearch-entry button.button-search-pro,
.rtl .header-mobile-style2 .mobile-search .top-form.top-search .topsearch-entry button.button-search-pro,
.rtl .header-mobile-style4 .mobile-search .top-form.top-search .topsearch-entry button.button-search-pro {
  left: 0;
  right: auto;
}
.header-mobile-style1 .header-menu-page,
.header-mobile-style2 .header-menu-page,
.header-mobile-style4 .header-menu-page {
  margin-bottom: 10px;
}
.header-mobile-style1 .header-menu-page .menu-mobile1,
.header-mobile-style2 .header-menu-page .menu-mobile1,
.header-mobile-style4 .header-menu-page .menu-mobile1 {
  overflow-y: hidden;
  white-space: nowrap;
  margin: 0;
}
.header-mobile-style1 .header-menu-page .menu-mobile1 > li,
.header-mobile-style2 .header-menu-page .menu-mobile1 > li,
.header-mobile-style4 .header-menu-page .menu-mobile1 > li {
  float: none;
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}
.header-mobile-style1 .header-menu-page .menu-mobile1 > li > a,
.header-mobile-style2 .header-menu-page .menu-mobile1 > li > a,
.header-mobile-style4 .header-menu-page .menu-mobile1 > li > a {
  padding: 0 10px;
  font-size: 12px;
  color: #222;
}
.header-mobile-style1 .header-menu-page .menu-mobile1 > li > a:hover,
.header-mobile-style1 .header-menu-page .menu-mobile1 > li > a:focus,
.header-mobile-style2 .header-menu-page .menu-mobile1 > li > a:hover,
.header-mobile-style2 .header-menu-page .menu-mobile1 > li > a:focus,
.header-mobile-style4 .header-menu-page .menu-mobile1 > li > a:hover,
.header-mobile-style4 .header-menu-page .menu-mobile1 > li > a:focus {
  color: #ea0029;
  background-color: #fff;
}
.header-mobile-style1 .header-menu-page .menu-mobile1 > li:hover >a,
.header-mobile-style1 .header-menu-page .menu-mobile1 > li:focus >a,
.header-mobile-style2 .header-menu-page .menu-mobile1 > li:hover >a,
.header-mobile-style2 .header-menu-page .menu-mobile1 > li:focus >a,
.header-mobile-style4 .header-menu-page .menu-mobile1 > li:hover >a,
.header-mobile-style4 .header-menu-page .menu-mobile1 > li:focus >a {
  color: #ea0029;
  background-color: #fff;
}
.header-mobile-style2 {
  background-color: #ea0029;
}
.header-mobile-style2 .mobile-search .top-form.top-search .topsearch-entry input {
  background-color: #fff;
}
.header-mobile-style2 .mobile-search .top-form.top-search .topsearch-entry button {
  background-color: #fff;
}
.header-mobile-style2 .header-menu-page .menu-mobile1 > li > a {
  color: #fff;
}
.header-mobile-style2 .header-menu-page .menu-mobile1 > li > a:hover,
.header-mobile-style2 .header-menu-page .menu-mobile1 > li > a:focus {
  color: #fff;
  background-color: #ea0029;
}
.header-mobile-style2 .header-menu-page .menu-mobile1 > li:hover > a,
.header-mobile-style2 .header-menu-page .menu-mobile1 > li:focus > a {
  color: #fff;
  background-color: #ea0029;
}
.header-mobile-style2 .header-menu-categories .vertical_megamenu .resmenu-container .navbar-toggle,
.header-mobile-style2 .header-menu-categories .vertical_megamenu .resmenu-container .navbar-toggle:hover {
  background-color: #fed700;
}
.header-mobile-style2 .header-menu-categories .vertical_megamenu .resmenu-container .navbar-toggle .icon-bar,
.header-mobile-style2 .header-menu-categories .vertical_megamenu .resmenu-container .navbar-toggle:hover .icon-bar {
  background-color: #333d47;
}
.header-mobile-style2 .header-menu-categories .vertical_megamenu .resmenu-container .menu-responsive-wrapper {
  top: 80px;
}
.header-mobile-style2.sticky-mobile .header-menu-categories .vertical_megamenu .resmenu-container .menu-responsive-wrapper {
  top: 56px;
}
.banner-top .wpb_single_image {
  margin-bottom: 10px;
}
.banner-mobile {
  margin: 0 -20px;
}
.banner-mobile .wpb_single_image {
  float: left;
  width: 50%;
  padding: 0 5px;
  margin-bottom: 10px;
}
.rtl .banner-mobile .wpb_single_image {
  float: right;
}
.style-moblie {
  position: relative;
  margin-bottom: 15px;
}
.style-moblie .block-title {
  margin: 0 0 10px;
  overflow: hidden;
}
.style-moblie .block-title h2 {
  color: #222;
  font-size: 14px;
  font-weight: 700 !important;
  float: left;
  text-transform: uppercase;
  border: 0;
  padding: 7px 0;
  margin: 0;
}
.style-moblie .block-title h2 .fa {
  margin-right: 5px;
}
.rtl .style-moblie .block-title h2 {
  float: right;
}
.style-moblie .block-title .view-all {
  margin: 7px 0;
  float: right;
  color: #ea0029;
  font-size: 12px;
  text-transform: capitalize;
  position: absolute;
  right: 0;
  top: 2px;
  margin: 0;
}
.rtl .style-moblie .block-title .view-all {
  right: auto;
  left: 0;
  float: left;
}
.rtl .style-moblie .block-title .view-all:before {
  content: '\f0d9';
  font-family: FontAwesome;
  margin-right: 7px;
}
.rtl .style-moblie .block-title .view-all i {
  display: none;
}
.style-moblie .block-title .view-all i {
  margin-right: 7px;
}
.style-moblie .image-slider img {
  margin-bottom: 10px;
}
.style-moblie .resp-listing-container >.listing {
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  padding-bottom: 10px;
  margin: 0 -5px;
}
.style-moblie .resp-listing-container >.listing >.item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  width: 172px;
  padding: 0 5px;
}
.style-moblie .resp-listing-container >.listing >.item .item-wrapper {
  border: 1px solid #e1e1e1;
}
.style-moblie .resp-listing-container >.listing >.item .item-wrapper .item-image {
  position: relative;
}
.style-moblie .resp-listing-container >.listing >.item .item-wrapper .item-image .sale-off {
  position: absolute;
  right: 20px;
  top: 20px;
  height: 20px;
  width: auto;
  padding: 0 10px;
  background-color: #ff5722;
  font-size: 11px;
  color: #fff;
  line-height: 20px;
  border-radius: 2px;
  font-weight: 400;
  top: 10px;
  right: 10px;
  font-size: 10px;
  padding: 0 6px;
}
.style-moblie .resp-listing-container >.listing >.item .item-wrapper .item-image .sale-off:before {
  border: 0;
}
.rtl .style-moblie .resp-listing-container >.listing >.item .item-wrapper .item-image .sale-off {
  right: 20px;
  left: auto;
}
.style-moblie .resp-listing-container >.listing >.item .item-wrapper .item-image:hover {
  opacity: 0.8;
}
.style-moblie .resp-listing-container >.listing >.item .item-wrapper .item-content {
  padding: 10px;
  text-align: left;
}
.rtl .style-moblie .resp-listing-container >.listing >.item .item-wrapper .item-content {
  text-align: right;
}
.mobile-layout-style1 .block-title {
  padding: 0 13px;
}
.mobile-layout-style1 .resp-slider-container {
  padding: 0 12px;
}
.rtl .mobile-layout-style1 .resp-slider-container {
  padding: 0 12px;
}
.mobile-layout-style2 .wrap-link {
  display: block;
  text-align: center;
}
.mobile-layout-style2 .wrap-link .item-countdown.countdown-style1 .countdown-show4 {
  display: inline-block;
  border-radius: 0;
  background-color: #fff;
  color: #ea0029;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: bold;
  padding-left: 10px;
  margin: 10px;
  border-left: 1px solid;
  position: relative;
}
.mobile-layout-style2 .wrap-link .item-countdown.countdown-style1 .countdown-show4 .countdown-amount {
  margin-right: 6px;
}
.rtl .mobile-layout-style2 .wrap-link .item-countdown.countdown-style1 .countdown-show4 .countdown-amount {
  margin-right: 0;
  margin-left: 6px;
}
.mobile-layout-style2 .wrap-link .item-countdown.countdown-style1 .countdown-show4:before {
  content: "\f017";
  font-family: FontAwesome !important;
  position: absolute;
  color: #ea0029;
  left: -23px;
  top: 1px;
}
.rtl .mobile-layout-style2 .wrap-link .item-countdown.countdown-style1 .countdown-show4:before {
  left: auto;
  right: -23px;
}
.mobile-layout-style2 .wrap-link .item-countdown.countdown-style1 .countdown-show4:after {
  background-color: #ea0029;
  opacity: 0.24;
}
.mobile-layout-style2 .resp-slider-container {
  margin: 0 -5px;
}
.sw-category-mobile .resp-slider-container {
  margin: 0 -5px;
}
.sw-category-mobile .resp-slider-container >div.items-wrapper {
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  padding-bottom: 20px;
}
.sw-category-mobile .resp-slider-container >div.items-wrapper >.item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  width: 90px;
  padding: 0;
}
.sw-category-mobile .resp-slider-container >div.items-wrapper >.item .item-wrap {
  border: 0;
  padding: 0;
}
.sw-category-mobile .resp-slider-container >div.items-wrapper >.item .item-wrap:hover {
  box-shadow: none;
}
.sw-category-mobile .resp-slider-container >div.items-wrapper >.item .item-wrap .item-image {
  display: inline-block;
  border-radius: 50%;
  width: 82px;
  height: 82px;
  padding: 10px;
  background-color: #f5f5f5;
}
.sw-category-mobile .resp-slider-container >div.items-wrapper >.item .item-wrap .item-image img {
  border-radius: 50%;
}
.sw-category-mobile .resp-slider-container >div.items-wrapper >.item .item-wrap .item-content h3 {
  line-height: 15px;
  text-align: center;
  margin: 0 0 5px;
}
.sw-category-mobile .resp-slider-container >div.items-wrapper >.item .item-wrap .item-content h3 a {
  font-size: 14px;
  color: #222;
  text-transform: capitalize;
  font-weight: 500;
  margin-bottom: 3px;
}
.sw-category-mobile .resp-slider-container >div.items-wrapper >.item .item-wrap .item-content h3 a:hover {
  color: #ea0029;
}
.block-home-mobile1 {
  margin: 0 !important;
}
.block-mobile {
  padding: 10px 0 0;
  overflow: hidden;
  margin: 0 10px;
}
.block-mobile .wrapp-content {
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  padding-bottom: 10px;
}
.block-mobile .wrapp-content >.info {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  width: 131px;
  padding: 0 5px;
}
.block-mobile .wrapp-content >.info .fa {
  font-size: 28px;
  color: #ea0029;
  float: left;
}
.rtl .block-mobile .wrapp-content >.info .fa {
  float: right;
}
.block-mobile .wrapp-content >.info .info-content {
  padding-left: 38px;
}
.rtl .block-mobile .wrapp-content >.info .info-content {
  padding-right: 38px;
  padding-left: 0;
}
.block-mobile .wrapp-content >.info .info-content span {
  font-size: 10px;
  color: #222;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 2px;
}
.block-mobile .wrapp-content >.info .info-content p {
  text-transform: capitalize;
  padding-top: 2px;
  margin-bottom: 3px;
  font-size: 10px;
}
.mobile-layout .slider_mobile2 {
  margin-bottom: 10px;
}
.mobile-layout .bannerm2_1 .wpb_single_image,
.mobile-layout .bannerm2_2 .wpb_single_image,
.mobile-layout .bannerm2_3 .wpb_single_image,
.mobile-layout .bannerm2_4 .wpb_single_image {
  margin-bottom: 10px;
}
.mobile-layout .bannerm2_5 .wpb_single_image {
  margin-bottom: 25px;
}
.mobile-layout .suggest_mobile .woo-tab-container-listing .listing {
  white-space: inherit;
}
.mobile-layout .suggest_mobile .woo-tab-container-listing .listing .item {
  width: 50%;
  float: left;
}
.mobile-layout .suggest_mobile .woo-tab-container-listing .listing .item .item-wrap {
  min-height: 331px;
}
.mobile-layout.single-product .sw_related_upsell_widget .sale-off {
  right: 10px;
}
.mobile-layout .listings-title {
  display: none;
}
.mobile-layout .banner-mobile1 > .vc_column_container >.vc_column-inner  > .wpb_wrapper {
  position: relative;
  margin: 0 -5px;
}
.mobile-layout .banner-mobile1 > .vc_column_container >.vc_column-inner  > .wpb_wrapper .wpb_single_image {
  float: left;
  width: 50%;
  padding: 0 5px;
}
.mobile-layout .fade-slide .slick-next,
.mobile-layout .fade-slide .slick-prev {
  display: none !important;
}
.mobile-layout .fade-slide .slick-dots {
  display: inline-block;
  width: 40px;
  position: absolute;
  left: 50%;
  bottom: 15px;
  margin-left: -30px;
  margin: 0;
}
.mobile-layout .fade-slide .slick-dots > li {
  font-size: 0;
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
  border-radius: 50%;
  display: inline-block;
  margin: 0 5px;
}
.mobile-layout .fade-slide .slick-dots > li.slick-active button {
  width: 10px;
  height: 10px;
  margin: 0;
  position: relative;
  top: -2px;
  left: -2px;
}
.mobile-layout .fade-slide .slick-dots > li button {
  border: 0;
  padding: 0;
}
.mobile-layout .fade-slide .slick-dots > li:hover,
.mobile-layout .fade-slide .slick-dots > li.slick-active {
  border: 2px solid #ea0029;
}
.mobile-layout.rtl.single-product.mobile-layout.woocommerce div.product form.cart	.addcart-wrapper .single_variation_wrap .woocommerce-variation-add-to-cart {
  float: right;
}
.mobile-layout.rtl.mobile-layout .block-title,
.mobile-layout.rtl.mobile-layout .box-title {
  text-align: right;
}
.mobile-layout.rtl.mobile-layout .block-title .view-all,
.mobile-layout.rtl.mobile-layout .box-title .view-all {
  float: left;
  right: auto;
  left: 0;
}
.mobile-layout.rtl.mobile-layout .block-title .view-all .fa,
.mobile-layout.rtl.mobile-layout .box-title .view-all .fa {
  float: left;
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.mobile-layout.rtl.mobile-layout .fade-slide .slick-dots > li.slick-active button {
  left: auto;
  right: -2px;
}
.mobile-layout.rtl .suggest_mobile .woo-tab-container-listing .listing .item {
  float: right;
}
.mobile-layout.rtl.single-product .sw_related_upsell_widget .sale-off {
  right: auto;
  left: 10px;
}
.mobile-layout.rtl .countdown-mobile .box-title h3,
.mobile-layout.rtl .best-selling-mobile .box-title h3,
.mobile-layout.rtl .related-products .box-title h3 {
  float: right;
}
.mobile-layout.rtl .countdown-mobile .woocommmerce-shop,
.mobile-layout.rtl .best-selling-mobile .woocommmerce-shop,
.mobile-layout.rtl .related-products .woocommmerce-shop {
  float: left;
}
.mobile-layout.rtl .vertical_megamenu .resmenu-container .menu-responsive-wrapper {
  left: 0;
  right: auto;
  text-align: right;
}
.mobile-layout.rtl .products-wrapper .products-nav .catalog-ordering {
  float: right;
  left: auto;
  right: 30%;
}
.mobile-layout.rtl .products-wrapper .products-nav .filter-product {
  float: left;
}
.mobile-layout.rtl .products-wrapper .products-loop.list .item .item-wrap .item-detail .products-thumb {
  margin-left: 10px;
  margin-right: 0;
}
.mobile-layout.rtl.woocommerce-cart .shop_table.cart tr.cart_item td {
  float: right;
}
.mobile-layout.rtl.woocommerce-cart .shop_table.cart tr.cart_item td.product-remove {
  left: 0;
  right: auto;
}
.mobile-layout.rtl .contact-mobile .block-contact-mobile .location-address li {
  background-position: right center;
  padding-right: 30px;
  padding-left: 0;
}
.mobile-layout.rtl .contact-form-mobile .wpcf7 .wpcf7-form-control-wrap input,
.mobile-layout.rtl .contact-form-mobile .wpcf7 .wpcf7-form-control-wrap textarea {
  text-align: right;
}
.mobile-layout.rtl .contact-form-mobile .wpcf7 .wpcf7-form-control-wrap.your-name input {
  background-position: right center;
}
.mobile-layout.rtl .contact-form-mobile .wpcf7 .wpcf7-form-control-wrap.your-email input {
  background-position: right center;
}
.mobile-layout.rtl .contact-form-mobile .wpcf7 .wpcf7-form-control-wrap.your-phone input {
  background-position: right center;
}
.mobile-layout .countdown-mobile,
.mobile-layout .best-selling-mobile,
.mobile-layout .related-products {
  margin-bottom: 20px;
}
.mobile-layout .countdown-mobile .box-title h3,
.mobile-layout .best-selling-mobile .box-title h3,
.mobile-layout .related-products .box-title h3 {
  color: #222;
  font-size: 12px;
  text-align: left;
  text-transform: uppercase;
  float: left;
}
.mobile-layout .countdown-mobile .woocommmerce-shop,
.mobile-layout .best-selling-mobile .woocommmerce-shop,
.mobile-layout .related-products .woocommmerce-shop {
  float: right;
}
.mobile-layout .countdown-mobile .woocommmerce-shop a,
.mobile-layout .best-selling-mobile .woocommmerce-shop a,
.mobile-layout .related-products .woocommmerce-shop a {
  color: #ea0029;
  font-size: 11px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 28px;
}
.mobile-layout .countdown-mobile .woocommmerce-shop a:hover,
.mobile-layout .best-selling-mobile .woocommmerce-shop a:hover,
.mobile-layout .related-products .woocommmerce-shop a:hover {
  opacity: 0.8;
}
.mobile-layout .countdown-mobile .resp-slider-container div.items-wrapper,
.mobile-layout .best-selling-mobile .resp-slider-container div.items-wrapper,
.mobile-layout .related-products .resp-slider-container div.items-wrapper {
  padding-bottom: 0;
}
.mobile-layout .vertical_megamenu .resmenu-container .menu-responsive-wrapper {
  top: 0px;
  background-color: rgba(0,0,0,0.7);
  min-width: 220px;
  padding: 0;
}
.mobile-layout .vertical_megamenu .resmenu-container .menu-responsive-wrapper .resmenu-container .navbar-toggle {
  display: none;
}
.mobile-layout .vertical_megamenu .resmenu-container .menu-responsive-wrapper ul.victo_resmenu {
  padding: 25px 0 0;
  max-height: 100%;
  overflow: auto;
  height: auto;
}
.mobile-layout .vertical_megamenu .resmenu-container .menu-responsive-wrapper ul.victo_resmenu > li {
  border: 0;
  text-align: left;
  box-shadow: none;
}
.mobile-layout .vertical_megamenu .resmenu-container .menu-responsive-wrapper ul.victo_resmenu > li:hover > a {
  background-color: transparent;
  color: #ea0029;
}
.mobile-layout .vertical_megamenu .resmenu-container .menu-responsive-wrapper ul.victo_resmenu > li.active > a {
  color: #ea0029;
}
.mobile-layout .vertical_megamenu .resmenu-container .menu-responsive-wrapper ul.victo_resmenu > li > a {
  color: #fff;
  padding: 17px 20px;
  text-transform: uppercase;
  box-shadow: none;
}
.mobile-layout .vertical_megamenu .resmenu-container .menu-responsive-wrapper ul.victo_resmenu > li > .show-dropdown {
  top: 3px;
}
.mobile-layout .vertical_megamenu .resmenu-container .menu-responsive-wrapper ul.victo_resmenu > li .show-dropdown {
  background-color: transparent;
  right: 5px;
}
.mobile-layout .vertical_megamenu .resmenu-container .menu-responsive-wrapper ul.victo_resmenu > li .show-dropdown.show:after {
  content: "–";
}
.mobile-layout .vertical_megamenu .resmenu-container .menu-responsive-wrapper ul.victo_resmenu > li .show-dropdown:after {
  content: '+';
  font-family: 'FontAwesome';
  font-size: 20px;
}
.mobile-layout .vertical_megamenu .resmenu-container .menu-responsive-wrapper ul.victo_resmenu > li ul {
  border: 0;
  padding: 0;
  background-color: #333;
}
.mobile-layout .vertical_megamenu .resmenu-container .menu-responsive-wrapper ul.victo_resmenu > li ul > li {
  border: 0;
  text-align: center;
  box-shadow: none;
}
.mobile-layout .vertical_megamenu .resmenu-container .menu-responsive-wrapper ul.victo_resmenu > li ul > li:hover > a {
  background-color: transparent;
}
.mobile-layout .vertical_megamenu .resmenu-container .menu-responsive-wrapper ul.victo_resmenu > li ul > li > a {
  font-size: 14px;
  color: #fff;
  text-transform: capitalize;
  padding: 14px 20px;
  box-shadow: none;
}
.mobile-layout .vertical_megamenu .resmenu-container .menu-responsive-wrapper ul.victo_resmenu > li ul > li > a:hover {
  color: #ea0029;
}
.mobile-layout .vertical_megamenu .resmenu-container .menu-responsive-wrapper ul.victo_resmenu > li ul > li.active > a {
  color: #ea0029;
}
.mobile-layout .vertical_megamenu .resmenu-container .menu-responsive-wrapper ul.victo_resmenu > li ul > li ul {
  background-color: #444;
}
.mobile-layout .vertical_megamenu .resmenu-container .menu-responsive-wrapper ul.victo_resmenu > li ul > li ul > li > a {
  color: #fff;
}
.mobile-layout .vertical_megamenu .resmenu-container .menu-responsive-wrapper ul.victo_resmenu > li ul > li ul > li > a:hover {
  color: #ea0029;
}
.mobile-layout .vertical_megamenu .vertical-megamenu {
  opacity: 0;
  visibility: hidden;
  height: 0;
  width: 0;
}
.mobile-layout #victo-totop {
  display: none !important;
}
.mobile-layout .wpb_single_image {
  margin-bottom: 22px;
}
.mobile-layout .wpb_raw_html {
  margin-bottom: 20px;
}
.mobile-layout .vc_row-no-padding .vc_column-inner {
  padding-left: 0;
  padding-right: 0;
}
.mobile-layout .row_full_width .vc_column-inner {
  padding-left: 0;
  padding-right: 0;
}
.mobile-layout .victo_breadcrumbs {
  display: none;
}
.mobile-layout .victo_breadcrumbs .listing-title {
  margin-top: 0;
}
.mobile-layout .victo_breadcrumbs .listing-title h1 {
  margin-top: 0;
  font-size: 13px;
}
.mobile-layout .victo_breadcrumbs .breadcrumbs .breadcrumb {
  padding: 10px 0;
}
.mobile-layout .contact-mobile .wpb_map_wraper {
  border: 0;
}
.mobile-layout .contact-mobile .block-contact-mobile h2 {
  font-size: 12px;
  color: #222;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 20px;
}
.mobile-layout .contact-mobile .block-contact-mobile p {
  font-size: 12px;
}
.mobile-layout .contact-mobile .block-contact-mobile .location-address {
  margin: 0;
  list-style: none;
}
.mobile-layout .contact-mobile .block-contact-mobile .location-address li {
  font-size: 12px;
  color: #8c8c8c;
  background: url('../assets/img/icon-location.png') no-repeat left center #fff;
  padding-left: 30px;
  margin-bottom: 10px;
}
.mobile-layout .contact-mobile .block-contact-mobile .location-address li span {
  padding: 5px 0;
  display: block;
}
.mobile-layout .contact-mobile .block-contact-mobile .location-address li span.title {
  font-weight: 700;
  color: #222;
  text-transform: capitalize;
  font-size: 14px;
}
.mobile-layout .contact-form-mobile .wpcf7 .wpcf7-form-control-wrap {
  display: block;
}
.mobile-layout .contact-form-mobile .wpcf7 .wpcf7-form-control-wrap input {
  width: 100%;
  border: 0;
  padding: 20px 30px;
  font-size: 13px;
  color: #7d7d7d;
  font-weight: 500;
  height: 60px;
  border-top: 1px solid #ebebeb;
}
.mobile-layout .contact-form-mobile .wpcf7 .wpcf7-form-control-wrap.your-name input {
  background: url('../assets/img/bg-user.png') no-repeat left center #fff;
}
.mobile-layout .contact-form-mobile .wpcf7 .wpcf7-form-control-wrap.your-email input {
  background: url('../assets/img/bg-email.png') no-repeat left center #fff;
}
.mobile-layout .contact-form-mobile .wpcf7 .wpcf7-form-control-wrap.your-phone input {
  background: url('../assets/img/bg-phone.png') no-repeat left center #fff;
  border-bottom: 1px solid #ebebeb;
}
.mobile-layout .contact-form-mobile .wpcf7 .wpcf7-form-control-wrap textarea {
  border: 0;
  border-top: 0;
  padding: 20px 0 0;
}
.mobile-layout .contact-form-mobile .wpcf7 .wpcf7-form-control-wrap ::-webkit-input-placeholder {
  font-size: 13px;
  color: #7d7d7d;
  font-weight: 500;
}
.mobile-layout .contact-form-mobile .wpcf7 input.wpcf7-submit {
  height: 42px;
  width: 100%;
  background-color: #ea0029;
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
  color: #fff;
  font-weight: 700;
  margin: 0;
  border: 0;
  line-height: 42px;
  padding: 0;
  border-radius: 20px;
  box-shadow: 0 10px 15px rgba(194,54,0,0.1);
}
.mobile-layout.woocommerce .checkout .col2-set .col-2 .woocommerce-shipping-fields .woocommerce-form__input-checkbox,
.mobile-layout.woocommerce-page .checkout .col2-set .col-2 .woocommerce-shipping-fields .woocommerce-form__input-checkbox {
  margin: 0 10px 0 3px;
}
.mobile-layout.woocommerce-page .entry-content {
  padding: 0;
}
.mobile-layout.woocommerce-cart .entry-content {
  padding: 0;
}
.mobile-layout.woocommerce-cart .cart-collaterals .cart_totals {
  width: 100%;
}
.mobile-layout.woocommerce-cart .cart-collaterals .cart_totals h2 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  color: #222;
}
.mobile-layout.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button {
  height: 42px;
  width: 100%;
  background-color: #ea0029;
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
  color: #fff;
  font-weight: 700;
  margin: 0;
  border: 0;
  line-height: 42px;
  padding: 0;
  border-radius: 20px;
  box-shadow: 0 10px 15px rgba(194,54,0,0.1);
}
.mobile-layout.woocommerce-cart .shop_table.cart {
  border: 0;
}
.mobile-layout.woocommerce-cart .shop_table.cart tr.cart_item {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ebebeb;
}
.mobile-layout.woocommerce-cart .shop_table.cart tr.cart_item:nth-child(2n) td {
  background-color: #fff;
}
.mobile-layout.woocommerce-cart .shop_table.cart tr.cart_item td {
  float: left;
  padding: 0 18px;
  display: inline-block;
}
.mobile-layout.woocommerce-cart .shop_table.cart tr.cart_item td:before {
  content: '';
}
.mobile-layout.woocommerce-cart .shop_table.cart tr.cart_item td.product-name,
.mobile-layout.woocommerce-cart .shop_table.cart tr.cart_item td.product-price {
  margin-bottom: 9px;
}
.mobile-layout.woocommerce-cart .shop_table.cart tr.cart_item td.product-price {
  color: #ea0029;
  font-size: 16px;
  font-weight: 700;
}
.mobile-layout.woocommerce-cart .shop_table.cart tr.cart_item td.product-name a {
  font-size: 14px;
  color: #222;
  text-transform: capitalize;
  font-weight: 600;
}
.mobile-layout.woocommerce-cart .shop_table.cart tr.cart_item td.product-remove {
  position: absolute;
  right: 0;
  top: 5px;
  padding: 0;
}
.mobile-layout.woocommerce-cart .shop_table.cart tr.cart_item td.product-remove a.remove {
  display: inline-block;
  width: 16px;
  height: 17px;
  text-indent: -9999px;
  background: url('../assets/img/delete-m.png') no-repeat center center #fff;
}
.mobile-layout.woocommerce-cart .shop_table.cart tr.cart_item td.product-thumbnail {
  padding: 0;
  border: 1px solid #ebebeb;
}
.mobile-layout.woocommerce-cart .shop_table.cart tr.cart_item td.product-thumbnail img {
  width: 90px;
}
.mobile-layout.woocommerce-cart .shop_table.cart tr.cart_item td.product-subtotal {
  display: none;
}
.mobile-layout.woocommerce-cart .shop_table.cart tr.cart_item td.product-quantity .quantity input {
  background-color: #fff;
}
.mobile-layout.woocommerce-cart .shop_table.cart td.actions {
  border-top: 0;
  padding: 10px;
}
.mobile-layout.woocommerce-cart .shop_table.cart td.actions #coupon_code {
  text-transform: capitalize;
  padding: 0 10px;
}
.mobile-layout.woocommerce-cart .shop_table.cart td.actions input.button {
  padding: 7px 10px;
  border-top: 0;
  border-radius: 16px;
}
.mobile-layout.woocommerce-wishlist.rtl .shop_table.wishlist_table tbody tr td {
  float: right;
}
.mobile-layout.woocommerce-wishlist.rtl .shop_table.wishlist_table tbody tr td.product-name a {
  text-transform: capitalize;
}
.mobile-layout.woocommerce-wishlist.rtl .shop_table.wishlist_table tbody tr td.product-remove {
  left: 0;
  right: auto;
}
.mobile-layout.woocommerce-wishlist.rtl .shop_table.wishlist_table tbody tr td.product-add-to-cart {
  left: -20px;
  right: auto;
}
.mobile-layout.woocommerce-wishlist .wishlist-title {
  display: none;
}
.mobile-layout.woocommerce-wishlist .shop_table.wishlist_table {
  border: 0;
}
.mobile-layout.woocommerce-wishlist .shop_table.wishlist_table thead th {
  display: none;
}
.mobile-layout.woocommerce-wishlist .shop_table.wishlist_table tbody {
  display: block;
}
.mobile-layout.woocommerce-wishlist .shop_table.wishlist_table tbody tr {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ebebeb;
  display: block;
}
.mobile-layout.woocommerce-wishlist .shop_table.wishlist_table tbody tr:nth-child(2n) td {
  background-color: #fff;
}
.mobile-layout.woocommerce-wishlist .shop_table.wishlist_table tbody tr:hover {
  background-color: #fff;
}
.mobile-layout.woocommerce-wishlist .shop_table.wishlist_table tbody tr td {
  float: left;
  padding: 0 18px;
  display: inline-block;
}
.mobile-layout.woocommerce-wishlist .shop_table.wishlist_table tbody tr td:before {
  content: '';
  display: none;
}
.mobile-layout.woocommerce-wishlist .shop_table.wishlist_table tbody tr td.product-name {
  display: block;
  width: 65%;
}
.mobile-layout.woocommerce-wishlist .shop_table.wishlist_table tbody tr td.product-name,
.mobile-layout.woocommerce-wishlist .shop_table.wishlist_table tbody tr td.product-price {
  margin-bottom: 9px;
}
.mobile-layout.woocommerce-wishlist .shop_table.wishlist_table tbody tr td.product-price {
  color: #ea0029;
  font-size: 16px;
  font-weight: 700;
}
.mobile-layout.woocommerce-wishlist .shop_table.wishlist_table tbody tr td.product-name a {
  font-size: 14px;
  color: #222;
  text-transform: capitalize;
  font-weight: 600;
}
.mobile-layout.woocommerce-wishlist .shop_table.wishlist_table tbody tr td.product-stock-status {
  display: none;
}
.mobile-layout.woocommerce-wishlist .shop_table.wishlist_table tbody tr td.product-remove {
  position: absolute;
  right: 0px;
  top: auto;
  margin-top: 10px;
  padding: 0;
}
.mobile-layout.woocommerce-wishlist .shop_table.wishlist_table tbody tr td.product-remove a.remove {
  display: inline-block;
  width: 16px;
  height: 17px;
  text-indent: -9999px;
  background: url('../assets/img/delete-m.png') no-repeat center center #fff;
}
.mobile-layout.woocommerce-wishlist .shop_table.wishlist_table tbody tr td.product-thumbnail {
  padding: 0;
  border: 1px solid #ebebeb;
}
.mobile-layout.woocommerce-wishlist .shop_table.wishlist_table tbody tr td.product-thumbnail img {
  width: 90px;
}
.mobile-layout.woocommerce-wishlist .shop_table.wishlist_table tbody tr td.product-add-to-cart {
  position: absolute;
  right: -20px;
  top: 40px;
  z-index: 3;
}
.mobile-layout.woocommerce-wishlist .shop_table.wishlist_table tbody tr td.product-add-to-cart .add_to_cart_button,
.mobile-layout.woocommerce-wishlist .shop_table.wishlist_table tbody tr td.product-add-to-cart .add_to_cart {
  text-indent: -9999px;
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url('../assets/img/icon-cart-m.png') no-repeat center center #fff;
  margin: 0;
  padding: 0;
}
.mobile-layout .footer-mstyle1 .footer-container .footer-menu .menu-item-hidden {
  bottom: 52px;
}
.footer-mstyle1 {
  margin-top: 24px;
  min-height: 1px;
}
.footer-mstyle1 .footer-container {
  background-color: rgba(255,255,255,0.9);
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  border-top: 1px solid #e8e8e8;
}
.footer-mstyle1 .footer-container .footer-menu {
  position: relative;
  padding: 0 10px;
}
.footer-mstyle1 .footer-container .footer-menu .menu-item-hidden {
  opacity: 0;
  height: 0;
  visibility: hidden;
  position: absolute;
  padding: 10px 20px;
  bottom: 57px;
  right: 0px;
  background-color: #fff;
}
.rtl .footer-mstyle1 .footer-container .footer-menu .menu-item-hidden {
  left: 0;
  right: auto;
}
.footer-mstyle1 .footer-container .footer-menu .menu-item-hidden a .fa {
  font-size: 16px;
  color: #8d8d8d;
  margin-right: 5px;
}
.footer-mstyle1 .footer-container .footer-menu .menu-item-hidden a .menu-text {
  font-weight: 700;
  color: #8d8d8d;
  text-transform: uppercase;
  font-size: 10px;
}
.footer-mstyle1 .footer-container .footer-menu .menu-item-hidden .footer-wishlist {
  margin-bottom: 5px;
}
.footer-mstyle1 .footer-container .footer-menu .menu-item-hidden.open {
  opacity: 1;
  height: auto;
  visibility: visible;
  z-index: 2;
}
.footer-mstyle1 .footer-container .footer-menu .menu-item-hidden ul.menu-footer {
  margin-bottom: 5px;
  margin-left: 0;
}
.rtl .footer-mstyle1 .footer-container .footer-menu .menu-item-hidden ul.menu-footer {
  margin-left: 5px;
  margin-right: 0;
}
.footer-mstyle1 .footer-container .footer-menu .menu-item-hidden ul.menu-footer > li {
  list-style: none;
}
.footer-mstyle1 .footer-container .footer-menu .menu-item-hidden ul.menu-footer > li > a {
  font-weight: 700;
  color: #8d8d8d;
  text-transform: uppercase;
  font-size: 10px;
  display: inline-block;
  padding: 5px 0;
}
.footer-mstyle1 .footer-container .footer-menu .menu-item {
  width: 20%;
  float: left;
  text-align: center;
  margin-bottom: 5px;
  padding: 10px 0 0;
}
.rtl .footer-mstyle1 .footer-container .footer-menu .menu-item {
  float: right;
}
.footer-mstyle1 .footer-container .footer-menu .menu-item a {
  display: inline-block;
}
.footer-mstyle1 .footer-container .footer-menu .menu-item a:hover .menu-text {
  color: #ea0029;
}
.footer-mstyle1 .footer-container .footer-menu .menu-item a .icon-menu {
  display: block;
  width: 28px;
  height: 22px;
  margin: 0 auto;
}
.footer-mstyle1 .footer-container .footer-menu .menu-item a .menu-text {
  text-align: center;
  font-weight: 700;
  color: #8d8d8d;
  text-transform: uppercase;
  font-size: 10px;
}
.footer-mstyle1 .footer-container .footer-menu .menu-item .footer-home .icon-menu {
  background: url('../assets/img/icon-home-m.png') no-repeat center center;
}
.footer-mstyle1 .footer-container .footer-menu .menu-item .footer-search .top-form.top-search {
  float: none;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  height: 0;
  position: absolute;
  top: -41px;
  left: 0px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.footer-mstyle1 .footer-container .footer-menu .menu-item .footer-search .top-form.top-search .topsearch-entry .cat-wrapper {
  display: none;
}
.footer-mstyle1 .footer-container .footer-menu .menu-item .footer-search .top-form.top-search .topsearch-entry input {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background-color: #f2f2f2;
  font-size: 13px;
  color: #9c9c9c;
  border-radius: 0;
  border: 0;
  padding: 0 10px;
}
.footer-mstyle1 .footer-container .footer-menu .menu-item .footer-search .top-form.top-search .topsearch-entry button {
  position: absolute;
  height: 40px;
  width: 40px;
  right: 0;
  top: 0;
  border: 0;
  background-color: #f2f2f2;
  color: #9c9c9c;
  font-size: 16px;
  font-size: 0;
}
.footer-mstyle1 .footer-container .footer-menu .menu-item .footer-search .top-form.top-search .topsearch-entry button:before {
  content: '\f002';
  font-size: 16px;
  color: #666;
  font-family: FontAwesome;
}
.rtl .footer-mstyle1 .footer-container .footer-menu .menu-item .footer-search .top-form.top-search .topsearch-entry button {
  left: 0;
  right: auto;
}
.footer-mstyle1 .footer-container .footer-menu .menu-item .footer-search .top-form.top-search .topsearch-entry button:hover {
  color: #ea0029;
}
.footer-mstyle1 .footer-container .footer-menu .menu-item .footer-search .top-form.top-search.open {
  opacity: 1;
  visibility: visible;
  height: auto;
  z-index: 99;
}
.footer-mstyle1 .footer-container .footer-menu .menu-item .footer-search .icon-menu {
  background: url('../assets/img/icon-searh-m.png') no-repeat center center;
}
.footer-mstyle1 .footer-container .footer-menu .menu-item .footer-cart .victo-minicart-mobile {
  position: relative;
}
.footer-mstyle1 .footer-container .footer-menu .menu-item .footer-cart .victo-minicart-mobile .minicart-number {
  position: absolute;
  top: -5px;
  right: -6px;
  display: inline-block;
  width: 17px;
  height: 17px;
  background-color: #ea0029;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  line-height: 17px;
  font-size: 12px;
}
.footer-mstyle1 .footer-container .footer-menu .menu-item .footer-cart .icon-menu {
  background: url('../assets/img/icon-cart-m.png') no-repeat center center;
}
.footer-mstyle1 .footer-container .footer-menu .menu-item .footer-myaccount .icon-menu {
  background: url('../assets/img/icon-user-m.png') no-repeat center center;
}
.footer-mstyle1 .footer-container .footer-menu .menu-item .footer-more .icon-menu {
  background: url('../assets/img/icon-more-m.png') no-repeat center center;
}
.mobile-layout.rtl .back-history {
  float: right;
  background: url('../assets/img/icon-back-m1.jpg') no-repeat center center #fff;
}
.mobile-layout .back-history {
  display: inline-block;
  float: left;
  width: 24px;
  height: 16px;
  background: url('../assets/img/icon-back-m.jpg') no-repeat center center #fff;
  margin: 15px 0;
}
.mobile-layout .category-contents {
  margin-bottom: 20px;
}
.mobile-layout .category-contents .blog-content .post {
  margin-bottom: 20px;
}
.mobile-layout .category-contents .blog-content .post .entry .entry-thumb::before {
  left: -1px;
  top: -1px;
}
.mobile-layout .category-contents .blog-content .post .entry .entry-content .content-top .entry-title h4 {
  margin-bottom: 15px;
}
.mobile-layout .category-contents .blog-content .post .entry .entry-content .content-top .entry-title h4 a {
  font-size: 14px;
}
.mobile-layout .pagination {
  background-color: #fff;
  padding: 0;
  border: 0;
}
.mobile-layout .pagination ul {
  background-color: #fff;
  margin: 0 -15px;
}
.mobile-layout .pagination ul li {
  background-color: #fff;
}
.mobile-layout .pagination {
  background-color: transparent;
  padding: 0;
  border: 0;
  margin: 0;
  float: none;
  text-align: center;
}
.mobile-layout .pagination ul {
  background-color: transparent;
  margin: 0 -15px;
}
.mobile-layout .pagination ul li {
  background-color: transparent;
  vertical-align: top;
  display: inline-block;
  margin: 0 2px;
}
.mobile-layout .pagination ul li a,
.mobile-layout .pagination ul li span.current {
  background-color: #fff;
  display: block;
  width: 32px;
  line-height: 30px;
  height: 32px;
  border-radius: 2px;
  border: 1px solid #ebebeb;
  text-align: center;
  font-size: 16px;
  color: #222;
  margin-bottom: 5px;
  padding: 0;
}
.mobile-layout .pagination ul li a:hover,
.mobile-layout .pagination ul li span.current:hover {
  color: #fff;
  border-radius: 2px;
  border: 1px solid #ea0029;
  background-color: #ea0029;
}
.mobile-layout .pagination ul li a.next,
.mobile-layout .pagination ul li a.prev {
  border-radius: 2px;
  font-size: 0;
}
.mobile-layout .pagination ul li a.next:before,
.mobile-layout .pagination ul li a.prev:before {
  font-family: 'FontAwesome';
  font-size: 16px;
}
.mobile-layout .pagination ul li a.next:before {
  content: '\f105';
}
.mobile-layout .pagination ul li a.prev:before {
  content: '\f104';
}
.mobile-layout .pagination ul li span.current {
  color: #fff !important;
  background-color: #ea0029;
}
.mobile-layout .vertical_megamenu_shop .resmenu-container .navbar-toggle {
  display: block;
  padding: 0;
  margin: 10px 0px;
  cursor: pointer;
  width: 26px;
  height: 26px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 3px;
}
.mobile-layout .vertical_megamenu_shop .resmenu-container .navbar-toggle:hover .icon-bar {
  width: 18px !important;
  background-color: #7d7d7d;
}
.mobile-layout .vertical_megamenu_shop .resmenu-container .navbar-toggle .icon-bar {
  height: 2px;
  width: 18px;
  margin: 3px 0px 3px 4px;
  background: #7d7d7d;
  display: block;
  right: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mobile-layout .vertical_megamenu_shop .resmenu-container .navbar-toggle .icon-bar:nth-child(1) {
  width: 14px;
}
.mobile-layout .vertical_megamenu_shop .resmenu-container .navbar-toggle .icon-bar:nth-child(3) {
  width: 14px;
}
.mobile-layout .vertical_megamenu_shop .resmenu-container .menu-responsive-wrapper {
  top: 46px;
  right: 0;
  text-align: left;
}
.mobile-layout .vertical_megamenu_shop .vertical-megamenu {
  display: none;
}
.mobile-layout.rtl .header-mobile-style1 .vertical_megamenu .resmenu-container .menu-responsive-wrapper {
  right: 0;
  left: auto;
}
.mobile-layout.rtl .header-mobile-style2 .vertical_megamenu .resmenu-container .menu-responsive-wrapper {
  right: 0;
  left: auto;
}
.archive.mobile-layout .entry-meta-tag span {
  color: #999;
  margin-right: 5px;
}
.archive.mobile-layout.rtl .entry-meta-tag span {
  margin-left: 5px;
  margin-right: 0;
}
.archive.mobile-layout.rtl .pagination.nav-pag {
  text-align: center;
}
.archive.mobile-layout.rtl .category-contents .blog-content .post .entry .entry-content .readmore a i {
  margin: 0 0 0 5px;
}
.archive.mobile-layout.rtl .category-contents .blog-content .post .entry .entry-thumb:before {
  right: 0;
  left: auto;
  border-right: 90px solid #fff;
  border-left: 0;
}
.archive.mobile-layout.rtl .category-contents .blog-content .post .entry .entry-content .readmore a {
  text-align: right;
}
.archive.mobile-layout.rtl .category-contents .blog-content .post .entry .entry-thumb .entry-meta {
  right: 6px;
  left: auto;
}
.archive.mobile-layout.rtl .category-contents .blog-content .post .entry .entry-content .entry-meta,
.archive.mobile-layout.rtl .category-contents .blog-content .post .entry .entry-content .entry-meta-link {
  margin-left: 0;
  margin-right: -4px;
}
.archive.mobile-layout.rtl .category-contents .blog-content .post .entry .entry-content .entry-meta i {
  margin: 0 0 0 5px;
}
.archive.mobile-layout.rtl .category-contents .blog-content .post .entry .entry-content .entry-meta .entry-author {
  margin-left: 20px;
  margin-right: 0;
}
.archive.mobile-layout.rtl .category-contents .blog-content .post .entry .entry-content .entry-meta .entry-comment {
  display: inline-block;
}
.archive.mobile-layout .category-contents .blog-content .post .entry .entry-thumb {
  position: relative;
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  margin-bottom: 0;
}
.archive.mobile-layout .category-contents .blog-content .post .entry .entry-thumb:before {
  content: '';
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-bottom: 95px solid transparent;
  border-left: 90px solid #fff;
  position: absolute;
  z-index: 2;
}
.rtl .archive.mobile-layout .category-contents .blog-content .post .entry .entry-thumb:before {
  left: auto;
  right: -1px;
}
.archive.mobile-layout .category-contents .blog-content .post .entry .entry-thumb .entry-meta {
  position: absolute;
  top: 0;
  left: 6px;
  z-index: 2;
}
.rtl .archive.mobile-layout .category-contents .blog-content .post .entry .entry-thumb .entry-meta {
  left: auto;
  right: 0;
}
.archive.mobile-layout .category-contents .blog-content .post .entry .entry-thumb .entry-meta .day-time {
  font-size: 24px;
  color: #909090;
  font-weight: bold;
  line-height: normal;
  padding: 5px;
}
.archive.mobile-layout .category-contents .blog-content .post .entry .entry-thumb .entry-meta .month-time {
  font-size: 14px;
  color: #909090;
  display: block;
}
.archive.mobile-layout .category-contents .blog-content .post .entry .entry-content {
  padding: 10px 0 0;
}
.archive.mobile-layout .category-contents .blog-content .post .entry .entry-content .content-top {
  padding: 0;
}
.archive.mobile-layout .category-contents .blog-content .post .entry .entry-content .entry-title h4 {
  margin: 0 0 10px;
}
.archive.mobile-layout .category-contents .blog-content .post .entry .entry-content .entry-meta {
  font-style: normal;
  margin-bottom: 0;
  color: #999;
}
.archive.mobile-layout .category-contents .blog-content .post .entry .entry-content .entry-meta i {
  margin: 0 5px 0 0;
}
.archive.mobile-layout .category-contents .blog-content .post .entry .entry-content .entry-meta a {
  color: #999;
}
.archive.mobile-layout .category-contents .blog-content .post .entry .entry-content .entry-meta .entry-author {
  color: #999;
  margin-right: 20px;
}
.archive.mobile-layout .category-contents .blog-content .post .entry .entry-content .entry-meta .entry-comment a {
  display: inline-block;
}
.archive.mobile-layout .category-contents .blog-content .post .entry .entry-content .entry-meta .entry-comment:before {
  content: '';
  margin: 0;
}
.archive.mobile-layout .category-contents .blog-content .post .entry .entry-content .content-top .entry-title h4 a {
  font-size: 14px;
}
.archive.mobile-layout .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: #ea0029;
  text-align: left;
}
.archive.mobile-layout .category-contents .blog-content .post .entry .entry-content .readmore a i {
  margin: 0 5px 0 0;
}
.mobile-layout .main-page > .page .entry-content .entry-summary {
  margin: 0;
}
.mobile-layout.single-post .single-post .header .header-page h4.title {
  font-size: 12px;
  padding: 14px 0;
}
.mobile-layout.rtl .products-wrapper .woocommerce-pagination .page-numbers > li {
  float: right;
}
.mobile-layout .banner-category  .widget_sp_image {
  margin-bottom: 10px;
}
.mobile-layout .header-page {
  position: relative;
}
.mobile-layout .header-page.sticky-mobile .header-shop {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  background-color: #fff;
}
.mobile-layout .header-page.sticky-mobile .header-shop .container {
  max-width: 480px;
}
.mobile-layout .header-page .header-shop {
  text-align: center;
  position: relative;
  display: inline-block;
  width: 100%;
  box-shadow: 0 5px 5px rgba(205,205,205,0.6);
  margin-bottom: 8px;
}
.mobile-layout .header-page .header-shop .page-title {
  font-size: 14px;
  color: #222;
  text-align: center;
  padding: 15px 0;
  display: inline-block;
  margin: 0;
}
.mobile-layout .header-page .header-shop h4 {
  font-size: 14px;
  color: #222;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  padding: 6px 0;
  margin: 0;
  line-height: 17px;
}
.mobile-layout .products-wrapper {
  padding: 0;
  position: relative;
}
.mobile-layout .products-wrapper.show-modal:before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0,0,0,0.4);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 1px;
  z-index: 2;
}
.mobile-layout .products-wrapper .products-nav {
  margin-bottom: 10px;
  background-color: #fff;
  position: relative;
  z-index: 2;
}
.mobile-layout .products-wrapper .products-nav .catalog-ordering {
  position: relative;
  float: left;
  margin: 0;
  left: 30%;
}
.mobile-layout .products-wrapper .products-nav .catalog-ordering .orderby-order-container .order-dropdown >li {
  position: static;
}
.mobile-layout .products-wrapper .products-nav .catalog-ordering .orderby-order-container .order-dropdown >li:hover ul {
  border-top: 1px solid #ebebeb;
}
.mobile-layout .products-wrapper .products-nav .catalog-ordering .orderby-order-container .order-dropdown >li > ul >li {
  line-height: 44px;
  border-bottom: 1px solid #ebebeb;
}
.mobile-layout .products-wrapper .products-nav .catalog-ordering .orderby-order-container .order-dropdown >li > ul >li:last-child {
  border-bottom: 0;
}
.mobile-layout .products-wrapper .products-nav .view-mode-wrap .view-mode {
  margin: 5px -4px 0;
}
.mobile-layout .products-wrapper .products-nav .view-mode-wrap .view-mode > a {
  height: 20px;
  width: 20px;
  background-color: #fff;
}
.mobile-layout .products-wrapper .products-nav .view-mode-wrap .view-mode > a:before {
  height: 20px;
  width: 20px;
  line-height: 20px;
  color: #3b3b3b;
}
.mobile-layout .products-wrapper .products-nav .view-mode-wrap .view-mode > a.active:before {
  color: #ea0029;
  background-color: #fff;
}
.mobile-layout .products-wrapper .products-nav .view-mode-wrap .view-mode > a:hover:before {
  background-color: #fff;
  color: #ea0029;
}
.mobile-layout .products-wrapper .products-nav .filter-product {
  font-size: 12px;
  color: #6b6b6b;
  text-transform: uppercase;
  float: right;
  line-height: 30px;
}
.mobile-layout .products-wrapper .products-nav .catalog-ordering .orderby-order-container .order-dropdown > li > ul {
  top: 104%;
}
.mobile-layout .products-wrapper .products-nav .catalog-ordering .orderby-order-container .order-dropdown > li .current-li {
  line-height: 28px;
  border: 0;
}
.mobile-layout .products-wrapper .products-nav .catalog-ordering .orderby-order-container .order-dropdown > li .current-li a {
  font-size: 12px;
  color: #6b6b6b;
  text-transform: uppercase;
}
.mobile-layout .products-wrapper .products-nav .catalog-ordering .orderby-order-container .order-dropdown > li .current-li a:after {
  line-height: 28px;
}
.mobile-layout .products-wrapper .products-nav .catalog-ordering .orderby-order-container .order > li {
  padding: 6px 0 0px;
  border: 0;
}
.mobile-layout .products-wrapper .products-nav .catalog-ordering .orderby-order-container .order > li.asc {
  padding: 3px 0 0px;
}
.mobile-layout .products-wrapper .products-nav .catalog-ordering .orderby-order-container .order > li.asc a {
  height: 21px;
}
.mobile-layout .products-wrapper .products-nav .catalog-ordering .orderby-order-container .order > li a {
  height: 18px;
}
.mobile-layout .products-wrapper .products-nav .catalog-ordering .orderby-order-container .orderby {
  border: 0;
  margin: 0;
}
.mobile-layout .products-wrapper .products-nav .catalog-ordering .orderby-order-container .orderby.order-dropdown >li .current-li a:after {
  width: 25px;
}
.mobile-layout .products-wrapper .filter-mobile {
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
  visibility: hidden;
  position: absolute;
  z-index: 9;
  top: 30px;
  background-color: #fff;
  padding: 0;
}
.mobile-layout .products-wrapper .filter-mobile.open {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.mobile-layout .products-wrapper .filter-mobile .widget {
  padding: 5px 0 20px;
}
.mobile-layout .products-wrapper .filter-mobile .widget_layered_nav {
  border-bottom: 1px solid #ebebeb;
}
.mobile-layout .products-wrapper .woocommerce-pagination {
  display: block;
  float: none;
  margin: 0 0 10px;
}
.mobile-layout .products-wrapper .woocommerce-pagination .note {
  display: none;
}
.mobile-layout .products-wrapper .woocommerce-pagination .page-numbers > li {
  float: left;
  position: relative;
  text-transform: capitalize;
  text-align: center;
  margin: 0 0 5px;
  background-color: #fff;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.mobile-layout .products-wrapper .woocommerce-pagination .page-numbers > li a,
.mobile-layout .products-wrapper .woocommerce-pagination .page-numbers > li .page-numbers {
  background-color: #fff;
  display: block;
  width: 32px;
  line-height: 30px;
  height: 32px;
  border-radius: 2px;
  border: 1px solid #ebebeb;
  text-align: center;
  font-size: 16px;
  color: #222;
}
.mobile-layout .products-wrapper .woocommerce-pagination .page-numbers > li a.current,
.mobile-layout .products-wrapper .woocommerce-pagination .page-numbers > li a:hover,
.mobile-layout .products-wrapper .woocommerce-pagination .page-numbers > li .page-numbers.current,
.mobile-layout .products-wrapper .woocommerce-pagination .page-numbers > li .page-numbers:hover {
  border: 1px solid #ea0029;
  color: #fff;
  background-color: #ea0029;
}
.mobile-layout .products-wrapper .woocommerce-pagination .page-numbers > li .next,
.mobile-layout .products-wrapper .woocommerce-pagination .page-numbers > li .prev {
  text-align: center;
  text-transform: uppercase;
  color: #222;
  border-radius: 2px;
  font-size: 0;
}
.mobile-layout .products-wrapper .woocommerce-pagination .page-numbers > li .next:before,
.mobile-layout .products-wrapper .woocommerce-pagination .page-numbers > li .prev:before {
  font-size: 16px;
}
.mobile-layout .products-wrapper .woocommerce-pagination .page-numbers > li .next:before {
  content: '\f105';
}
.mobile-layout .products-wrapper .woocommerce-pagination .page-numbers > li .prev:before {
  content: '\f104';
}
.mobile-layout .products-wrapper .products-loop {
  margin: 0;
  position: relative;
  z-index: 1;
}
.mobile-layout .products-wrapper .products-loop.grid {
  margin: 0 -5px;
}
.mobile-layout .products-wrapper .products-loop.grid > li {
  padding: 0 5px;
  margin-bottom: 10px;
  float: left;
  width: 50%;
}
.mobile-layout .products-wrapper .products-loop.grid > li:nth-child( 2n+1 ) {
  clear: both;
}
.mobile-layout .products-wrapper .products-loop.grid > li.product-type-variable .item-wrap .item-detail .item-content .item-price {
  text-align: left;
}
.mobile-layout .products-wrapper .products-loop.grid > li.item .item-wrap:hover {
  box-shadow: none;
}
.mobile-layout .products-wrapper .products-loop.grid > li.item .item-wrap .item-detail .products-thumb {
  position: relative;
}
.mobile-layout .products-wrapper .products-loop.grid > li.item .item-wrap .item-detail .products-thumb span.onsale {
  display: none;
}
.mobile-layout .products-wrapper .products-loop.grid > li.item .item-wrap .item-detail .products-thumb .sale-off {
  position: absolute;
  right: 20px;
  top: 20px;
  height: 20px;
  width: auto;
  padding: 0 10px;
  background-color: #ff5722;
  font-size: 11px;
  color: #fff;
  line-height: 20px;
  border-radius: 2px;
  font-weight: 400;
  top: 10px;
  right: 10px;
  font-size: 10px;
  padding: 0 6px;
}
.mobile-layout .products-wrapper .products-loop.grid > li.item .item-wrap .item-detail .products-thumb .sale-off:before {
  border: 0;
}
.rtl .mobile-layout .products-wrapper .products-loop.grid > li.item .item-wrap .item-detail .products-thumb .sale-off {
  right: 20px;
  left: auto;
}
.mobile-layout .products-wrapper .products-loop.grid > li.item .item-wrap .item-detail .products-thumb:hover {
  opacity: 0.8;
}
.mobile-layout .products-wrapper .products-loop.grid > li.item .item-wrap .item-detail .item-content {
  padding: 10px 10px 8px;
  text-align: center;
}
.mobile-layout .products-wrapper .products-loop.grid > li.item .item-wrap .item-detail .item-content h4 {
  margin: 0 0 6px;
}
.mobile-layout .products-wrapper .products-loop.grid > li.item .item-wrap .item-detail .item-content h4 a {
  font-size: 14px;
  color: #222;
  text-transform: capitalize;
  margin: 0 0 5px;
  padding: 0;
  border: 0;
}
.mobile-layout .products-wrapper .products-loop.grid > li.item .item-wrap .item-detail .item-content h4 a:hover {
  color: #ea0029;
}
.mobile-layout .products-wrapper .products-loop.grid > li.item .item-wrap .item-detail .item-content .item-price {
  font-size: 14px;
}
.mobile-layout .products-wrapper .products-loop.grid > li.item .item-wrap .item-detail .item-content .item-price del {
  font-size: 12px;
  color: #999;
  float: left;
  margin-right: 10px;
  font-weight: 400;
  margin-left: 0;
}
.mobile-layout .products-wrapper .products-loop.grid > li.item .item-wrap .item-detail .item-content .item-price ins {
  font-size: 16px;
  color: #ea0029;
}
.mobile-layout .products-wrapper .products-loop.list li {
  margin-bottom: 20px;
}
.mobile-layout .products-wrapper .products-loop.list .item .item-wrap:hover {
  box-shadow: none;
}
.mobile-layout .products-wrapper .products-loop.list .item .item-wrap .item-detail .products-thumb {
  width: 130px;
  margin-right: 10px;
  float: left;
  position: relative;
  margin-bottom: 0;
}
.mobile-layout .products-wrapper .products-loop.list .item .item-wrap .item-detail .products-thumb span.onsale {
  display: none;
}
.mobile-layout .products-wrapper .products-loop.list .item .item-wrap .item-detail .products-thumb .sale-off {
  position: absolute;
  right: 20px;
  top: 20px;
  height: 20px;
  width: auto;
  padding: 0 10px;
  background-color: #ff5722;
  font-size: 11px;
  color: #fff;
  line-height: 20px;
  border-radius: 2px;
  font-weight: 400;
  top: 10px;
  right: 10px;
  font-size: 10px;
  padding: 0 6px;
}
.mobile-layout .products-wrapper .products-loop.list .item .item-wrap .item-detail .products-thumb .sale-off:before {
  border: 0;
}
.rtl .mobile-layout .products-wrapper .products-loop.list .item .item-wrap .item-detail .products-thumb .sale-off {
  right: 20px;
  left: auto;
}
.mobile-layout .products-wrapper .products-loop.list .item .item-wrap .item-detail .products-thumb:hover {
  opacity: 0.8;
}
.mobile-layout .products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content {
  padding: 0;
}
.mobile-layout .products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content h4 {
  font-weight: bold;
  margin: 0 0 5px;
}
.mobile-layout .products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content h4 a {
  font-weight: 500;
  font-size: 14px;
  color: #222;
  margin-bottom: 0;
}
.mobile-layout .products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .reviews-content {
  padding-top: 5px;
  margin-bottom: 5px;
}
.mobile-layout .products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-price {
  font-size: 14px;
  margin-bottom: 5px;
}
.mobile-layout .products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-price del {
  font-size: 12px;
  color: #999;
  float: left;
  margin-right: 10px;
  font-weight: 400;
  margin-left: 0;
}
.mobile-layout .products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-price ins {
  font-size: 16px;
  color: #ea0029;
}
.mobile-layout .products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-description {
  margin-bottom: 5px;
  margin-top: 5px;
}
.mobile-layout .products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom {
  display: none;
}
.mobile-layout.search-no-results .breadcrumbs {
  display: none;
}
.mobile-layout.search-no-results .listing-title h1 {
  font-size: 12px;
  color: #222;
}
.mobile-layout.search-no-results .listing-title h1 small {
  color: #7d7d7d;
  font-size: 12px;
}
.mobile-layout.search-no-results .content_list_product {
  padding: 0;
}
.mobile-layout.search-no-results .content_list_product .products-wrapper .no-result {
  text-align: center;
}
.mobile-layout.search-no-results .content_list_product .products-wrapper .no-result h3 {
  font-size: 12px;
  color: #222;
  font-weight: 700;
  text-transform: uppercase;
}
.mobile-layout.search-no-results .content_list_product .products-wrapper .no-result h1 small {
  font-size: 18px;
}
.mobile-layout.search-no-results .content_list_product .products-wrapper .no-result .image {
  display: inline-block;
  margin: 10px 0 20px;
}
.mobile-layout.search-no-results .content_list_product .products-wrapper .no-result p {
  font-size: 12px;
  color: #7d7d7d;
}
.mobile-layout.search-no-results .content_list_product .products-wrapper .no-result a {
  display: inline-block;
  height: 42px;
  width: 100%;
  background-color: #ea0029;
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
  color: #fff;
  font-weight: 700;
  margin: 10px 0 0;
  border: 0;
  line-height: 42px;
  padding: 0;
  border-radius: 20px;
  box-shadow: 0 10px 15px rgba(194,54,0,0.1);
}
.mobile-layout.search-no-results .content_list_product .products-wrapper .no-result a:hover {
  background-color: #c7091c;
}
.mobile-layout.search .header-mobile-style1,
.mobile-layout.search .header-mobile-style2 {
  margin-bottom: 0;
}
.mobile-layout.search .header-mobile-style3 .mobile-search .top-form.top-search .topsearch-entry input[type="text"] {
  border-bottom: 1px solid #eee;
}
.mobile-layout.search .header-mobile-style3 .mobile-search .top-form.top-search .topsearch-entry button.button-search-pro {
  height: 34px;
  line-height: 34px;
}
.mobile-layout.search .header-mobile-style5 .mobile-search .top-form.top-search .topsearch-entry input[type="text"] {
  color: #fff;
  background-color: rgba(0,0,0,0.4);
}
.mobile-layout.search .header-mobile-style5 .mobile-search .top-form.top-search .topsearch-entry button {
  color: #fff;
}
.mobile-layout.search .body-wrapper-inner > .container {
  padding: 15px 10px 0;
}
.mobile-layout.woocommerce-page .entry-content {
  margin-bottom: 0;
}
.mobile-layout.woocommerce-page .main-page > .page .entry-content .entry-summary {
  margin-bottom: 0;
}
.mobile-layout.woocommerce-account .listing-title h1 {
  text-align: center;
}
.mobile-layout.woocommerce-account .image-login {
  text-align: center;
  margin: 0 0 20px;
}
.mobile-layout.woocommerce-account .image-login img {
  display: inline-block;
}
.mobile-layout.woocommerce-account #customer_login h2 {
  font-weight: 700;
  color: #222;
  font-size: 13px;
  margin: 0 0 30px;
  display: block;
  text-transform: uppercase;
}
.mobile-layout.woocommerce-account #customer_login form.login .form-row.form-row-wide,
.mobile-layout.woocommerce-account #customer_login form.register .form-row.form-row-wide {
  padding-left: 30px;
  border-bottom: 1px solid #ebebeb;
  padding-top: 10px;
  padding-bottom: 10px;
}
.mobile-layout.woocommerce-account #customer_login form.login .form-row.form-row-wide input:-webkit-autofill,
.mobile-layout.woocommerce-account #customer_login form.register .form-row.form-row-wide input:-webkit-autofill {
  background-color: #fff !important;
}
.mobile-layout.woocommerce-account #customer_login form.login .form-row.form-row-wide label,
.mobile-layout.woocommerce-account #customer_login form.register .form-row.form-row-wide label {
  font-size: 14px;
  color: #7d7d7d;
  font-weight: 500;
  line-height: 20px;
  margin: 0;
}
.mobile-layout.woocommerce-account #customer_login form.login .form-row.form-row-wide .input-text,
.mobile-layout.woocommerce-account #customer_login form.register .form-row.form-row-wide .input-text {
  padding: 0;
  background-color: #fff;
}
.mobile-layout.woocommerce-account #customer_login form.login .form-row.form-row-wide:first-child,
.mobile-layout.woocommerce-account #customer_login form.register .form-row.form-row-wide:first-child {
  background: url('../assets/img/bg-user.png') no-repeat left center #fff;
}
.mobile-layout.woocommerce-account #customer_login form.login .form-row.form-row-wide:nth-child(2),
.mobile-layout.woocommerce-account #customer_login form.register .form-row.form-row-wide:nth-child(2) {
  background: url('../assets/img/icon-lock.png') no-repeat left center #fff;
}
.mobile-layout.woocommerce-account #customer_login form.register .form-row.form-row-wide:first-child {
  background: url('../assets/img/bg-email.png') no-repeat left center #fff;
}
.mobile-layout.woocommerce-account #customer_login form.register .form-row.form-row-wide:nth-child(2) {
  background: url('../assets/img/icon-lock.png') no-repeat left center #fff;
}
.mobile-layout.woocommerce-account #customer_login input.button {
  height: 42px;
  width: 100%;
  background-color: #ea0029;
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
  color: #fff;
  font-weight: 700;
  margin: 0;
  border: 0;
  line-height: 42px;
  padding: 0;
  border-radius: 20px;
  box-shadow: 0 10px 15px rgba(194,54,0,0.1);
}
.mobile-layout.woocommerce-account #customer_login .social-share {
  text-align: center;
  margin-bottom: 20px;
}
.mobile-layout.woocommerce-account #customer_login .social-share .title-share {
  display: none;
}
.mobile-layout.woocommerce-account #customer_login .social-share .wrap-content {
  display: inline-block;
}
.mobile-layout.woocommerce-account #customer_login .social-share .wrap-content > a {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  line-height: 35px;
  font-size: 16px;
  color: #fff;
  display: inline-block;
  margin: 0 5px;
  float: left;
}
.mobile-layout.woocommerce-account #customer_login .social-share .wrap-content > a:nth-child(1) {
  background-color: #3a5897;
}
.mobile-layout.woocommerce-account #customer_login .social-share .wrap-content > a:nth-child(2) {
  background-color: #2fc2ee;
}
.mobile-layout.woocommerce-account #customer_login .social-share .wrap-content > a:nth-child(3) {
  background-color: #e14a3c;
}
.mobile-layout.woocommerce-account #customer_login .social-share .wrap-content > a:nth-child(4) {
  background-color: #df2227;
}
.mobile-layout.woocommerce-account #customer_login .social-share .wrap-content > a:nth-child(5) {
  background-color: #407199;
}
.mobile-layout.woocommerce-account #contents {
  margin-bottom: 10px;
  padding-top: 20px;
}
.mobile-layout.woocommerce-account #contents .entry-content nav.woocommerce-MyAccount-navigation {
  float: none;
  margin-right: 0;
  margin-bottom: 20px;
  overflow: hidden;
}
.mobile-layout.woocommerce-account #contents .entry-content nav.woocommerce-MyAccount-navigation ul {
  border: 0;
}
.mobile-layout.woocommerce-account #contents .entry-content nav.woocommerce-MyAccount-navigation ul > li {
  display: inline-block;
  float: left;
  width: 33.33%;
  padding-top: 35px;
  text-align: center;
  margin-bottom: 15px;
}
.mobile-layout.woocommerce-account #contents .entry-content nav.woocommerce-MyAccount-navigation ul > li.woocommerce-MyAccount-navigation-link--dashboard {
  background: url('../assets/img/icon-dashboard.png') no-repeat top center #fff;
}
.mobile-layout.woocommerce-account #contents .entry-content nav.woocommerce-MyAccount-navigation ul > li.woocommerce-MyAccount-navigation-link--orders {
  background: url('../assets/img/icon-orders.png') no-repeat top center #fff;
}
.mobile-layout.woocommerce-account #contents .entry-content nav.woocommerce-MyAccount-navigation ul > li.woocommerce-MyAccount-navigation-link--downloads {
  background: url('../assets/img/icon-download.png') no-repeat top center #fff;
}
.mobile-layout.woocommerce-account #contents .entry-content nav.woocommerce-MyAccount-navigation ul > li.woocommerce-MyAccount-navigation-link--edit-address {
  background: url('../assets/img/icon-address.png') no-repeat top center #fff;
}
.mobile-layout.woocommerce-account #contents .entry-content nav.woocommerce-MyAccount-navigation ul > li.woocommerce-MyAccount-navigation-link--edit-account {
  background: url('../assets/img/icon-account.png') no-repeat top center #fff;
}
.mobile-layout.woocommerce-account #contents .entry-content nav.woocommerce-MyAccount-navigation ul > li.woocommerce-MyAccount-navigation-link--customer-logout {
  background: url('../assets/img/icon-logout.png') no-repeat top center #fff;
}
.mobile-layout.woocommerce-account #contents .entry-content nav.woocommerce-MyAccount-navigation ul > li > a {
  border: 0;
  padding: 15px 0;
  min-width: auto;
  font-size: 11px;
  color: #222;
  font-weight: 600;
  text-transform: uppercase;
}
.mobile-layout.woocommerce-account .woocommerce-MyAccount-content {
  float: none;
  clear: both;
  margin-bottom: 10px !important;
  text-align: center;
}
.mobile-layout.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account {
  text-align: left;
}
.mobile-layout.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account p.form-row-first {
  text-align: left;
  width: 100%;
}
.mobile-layout.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account p.form-row-first .woocommerce-Input--email {
  border-radius: 0;
}
.mobile-layout.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account p.form-row-last {
  width: 100%;
}
.mobile-layout.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account legend {
  font-size: 14px;
  color: #222;
  text-transform: uppercase;
  font-weight: 700;
  border: 0;
}
.mobile-layout.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account .woocommerce-Button.button {
  height: 42px;
  width: 100%;
  background-color: #ea0029;
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
  color: #fff;
  font-weight: 700;
  margin: 0;
  border: 0;
  line-height: 42px;
  padding: 0;
  border-radius: 20px;
  box-shadow: 0 10px 15px rgba(194,54,0,0.1);
}
.mobile-layout.woocommerce-account .woocommerce-MyAccount-content strong {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  color: #222;
}
.mobile-layout.woocommerce-account .woocommerce-MyAccount-content .avatar-user {
  display: inline-block;
}
.mobile-layout.woocommerce-account .woocommerce-MyAccount-content .avatar-user img {
  border-radius: 50%;
}
.mobile-layout.woocommerce-account .woocommerce-MyAccount-content p:first-child {
  text-align: center;
  font-size: 12px;
  color: #7d7d7d;
}
.mobile-layout.woocommerce-account .woocommerce-MyAccount-content p:first-child a {
  color: #ea0029;
  font-weight: 500;
}
.mobile-layout.woocommerce-account .woocommerce-MyAccount-content p:last-child {
  text-align: left;
}
.mobile-layout.woocommerce-account .woocommerce-MyAccount-content a {
  font-size: 12px;
  color: #7d7d7d;
}
.mobile-layout.woocommerce-account .woocommerce-MyAccount-content table.my_account_orders tr.order td {
  width: 100% !important;
  border: 0;
  border-top: 1px solid #ddd;
  padding: 10px 15px !important;
}
.mobile-layout.woocommerce-account .woocommerce-MyAccount-content table.my_account_orders tr.order td:first-child {
  border-top: 0 !important;
}
.mobile-layout.woocommerce-account .breadcrumbs {
  display: none;
}
.mobile-layout.woocommerce-account.rtl .woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account legend {
  text-align: right;
}
.mobile-layout.woocommerce-account.rtl.woocommerce-account #customer_login form.login .form-row.form-row-wide,
.mobile-layout.woocommerce-account.rtl.woocommerce-account #customer_login form.register .form-row.form-row-wide {
  padding-right: 30px;
  padding-left: 0;
}
.mobile-layout.woocommerce-account.rtl.woocommerce-account #customer_login form.login .form-row.form-row-wide:first-child,
.mobile-layout.woocommerce-account.rtl.woocommerce-account #customer_login form.register .form-row.form-row-wide:first-child {
  background: url('../assets/img/bg-user.png') no-repeat right center #fff;
}
.mobile-layout.woocommerce-account.rtl.woocommerce-account #customer_login form.login .form-row.form-row-wide:nth-child(2),
.mobile-layout.woocommerce-account.rtl.woocommerce-account #customer_login form.register .form-row.form-row-wide:nth-child(2) {
  background: url('../assets/img/icon-lock.png') no-repeat right center #fff;
}
.mobile-layout.woocommerce-account.rtl.woocommerce-account #customer_login form.register .form-row.form-row-wide:first-child {
  background: url('../assets/img/bg-email.png') no-repeat right center #fff;
}
.mobile-layout.woocommerce-account.rtl.woocommerce-account #customer_login form.register .form-row.form-row-wide:nth-child(2) {
  background: url('../assets/img/icon-lock.png') no-repeat right center #fff;
}
.mobile-layout.woocommerce-checkout form .form-row-first,
.mobile-layout.woocommerce-checkout form .form-row-last {
  width: 100%;
}
.mobile-layout.woocommerce-page form table.wishlist_table tr td.product-add-to-cart a.button {
  padding: 10px;
  width: 100px;
}
.single-product.mobile-layout .header-page .header-shop h4 {
  width: 220px;
  display: inline-block;
  font-size: 12px;
  line-height: 17px;
}
.single-product.mobile-layout .product_detail {
  padding: 0;
}
.single-product.mobile-layout.rtl .content-product-detail .product_detail .content_product_detail .social-share.open .wrap-content {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.single-product.mobile-layout.rtl .content-product-detail .product_detail .content_product_detail .social-share .title-share {
  float: left;
}
.single-product.mobile-layout.rtl .content-product-detail .product_detail .content_product_detail .social-share .wrap-content {
  float: left;
  margin-right: 0px;
  margin-left: -40px;
  -webkit-transform: translateX(-60px);
  -moz-transform: translateX(-60px);
  -o-transform: translateX(-60px);
  -ms-transform: translateX(-60px);
  transform: translateX(-60px);
}
.single-product.mobile-layout.rtl .content-product-detail .product_detail .content_product_detail .cart .quantity {
  margin: 0 0 0 10px !important;
}
.single-product.mobile-layout.rtl .content-product-detail .product_detail .content_product_detail .price ins {
  float: right;
  margin-left: 10px;
  margin-right: 0;
}
.single-product.mobile-layout.rtl .content-product-detail .product_detail .content_product_detail .yith-wcwl-add-to-wishlist {
  left: 35px;
  right: auto;
}
.single-product.mobile-layout .content-product-detail {
  padding: 0;
}
.single-product.mobile-layout .content-product-detail .product-type-simple .cart {
  text-align: center;
}
.single-product.mobile-layout .content-product-detail .product-type-simple .cart .addcart-wrapper {
  display: inline-block;
  overflow: hidden;
}
.single-product.mobile-layout .content-product-detail .product-type-external .addcart-wrapper .cart {
  float: none;
}
.single-product.mobile-layout .content-product-detail .product_detail .slider_img_productd {
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}
.single-product.mobile-layout .content-product-detail .product_detail .slider_img_productd .product-responsive .item-img-slider a {
  display: inline-block;
  max-width: 450px;
}
.single-product.mobile-layout .content-product-detail .product_detail .slider_img_productd .product-info {
  position: absolute;
  z-index: 3;
  right: 10px;
  bottom: 110px;
  display: none;
}
.single-product.mobile-layout .content-product-detail .product_detail .slider_img_productd .product-info .product-stock {
  display: inline-block;
  width: 54px;
  height: 54px;
  text-indent: -9999px;
}
.single-product.mobile-layout .content-product-detail .product_detail .slider_img_productd .product-info .product-stock.in-stock {
  background: url('../assets/img/icon-instock.png') no-repeat center center;
}
.single-product.mobile-layout .content-product-detail .product_detail .slider_img_productd .product-info .product-stock.out-stock {
  background: url('../assets/img/icon-outstock.png') no-repeat center center;
}
.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail {
  position: relative;
}
.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .price del {
  float: none;
}
.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .price del .amount {
  font-size: #7d7d7d;
  font-size: 14px;
  font-weight: 500;
}
.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .price ins {
  float: left;
  margin-left: 0;
}
.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .add_to_cart_button,
.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .product_type_external,
.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .product_type_grouped,
.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .single_add_to_cart_button {
  float: left;
  height: 40px;
  padding: 0;
  line-height: 40px;
  width: 172px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  border-radius: 20px;
  clear: none;
  box-shadow: 0 5px 5px #eee;
}
.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .cart {
  margin-bottom: 0 !important;
}
.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .cart .quantity {
  height: 40px;
  margin: 0 10px 0 0 !important;
}
.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .cart .quantity input {
  width: 15px;
}
.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .cart .quantity .input-text {
  height: 38px !important;
  width: 30px;
}
.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .cart .quantity .minus {
  background-position: 0px -1685px;
}
.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .cart .quantity .plus {
  background-position: -5px -1665px;
}
.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .cart .group_table {
  margin-bottom: 15px;
}
.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .cart .group_table .price {
  font-size: 16px;
}
.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .cart .group_table .price del {
  font-size: 16px;
}
.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .cart .group_table .price ins {
  font-size: 18px;
}
.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .cart .group_table td {
  height: 60px !important;
}
.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .cart .group_table .quantity {
  width: 100px;
}
.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .cart .group_table input {
  width: 15px;
}
.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .addcart-wrapper {
  text-align: center;
}
.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .product-info {
  padding: 15px 0 10px;
}
.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .product-info .sku_wrapper {
  margin-bottom: 0;
}
.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .description {
  margin-bottom: 15px;
}
.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .yith-wcwl-add-to-wishlist {
  position: absolute;
  z-index: 5;
  top: -14px;
  right: 35px;
}
.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a {
  border: 1px solid #ebebeb;
  color: #7d7d7d;
}
.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .social-share {
  position: absolute;
  top: -239px;
  right: 0;
  z-index: 1;
}
.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .social-share.open {
  z-index: 3;
}
.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .social-share.open .wrap-content {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .social-share .title-share {
  float: right;
  margin-top: 225px;
  display: inline-block;
  font-size: 0;
  width: 35px;
  height: 35px;
  line-height: 33px;
  border: 1px solid #ebebeb;
  text-align: center;
  color: #7d7d7d;
  padding: 0;
  border-radius: 50%;
}
.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .social-share .title-share:before {
  font-size: 16px;
  display: inline-block;
  font-family: FontAwesome;
  content: '\f1e0';
}
.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .social-share .wrap-content {
  display: block;
  position: absolute;
  right: 0px;
  bottom: 40px;
  opacity: 0;
  -webkit-transform: translateX(60px);
  -moz-transform: translateX(60px);
  -o-transform: translateX(60px);
  -ms-transform: translateX(60px);
  transform: translateX(60px);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .social-share .wrap-content > a {
  margin: 0 5px 10px;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 0;
  border-radius: 0;
  color: #fff;
  background-color: #fff;
}
.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .social-share .wrap-content > a.facebook {
  background-color: #3b5997;
}
.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .social-share .wrap-content > a.twitter {
  background-color: #36b9ff;
}
.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .social-share .wrap-content > a.google-plus {
  background-color: #fb7171;
}
.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .social-share .wrap-content > a .fa {
  font-size: 16px;
  line-height: 40px;
}
.single-product.mobile-layout .content-product-detail .single-product >.tabs {
  border: 0;
  margin-bottom: 10px;
}
.single-product.mobile-layout .content-product-detail .single-product >.tabs .tabbable .nav.nav-tabs {
  border-top: 1px solid #ebebeb;
  margin: 5px 0 0;
}
.single-product.mobile-layout .content-product-detail .single-product >.tabs .tabbable .nav.nav-tabs li {
  display: inline-block;
  vertical-align: top;
  float: none;
  padding: 0 9px;
  margin: 0;
}
.single-product.mobile-layout .content-product-detail .single-product >.tabs .tabbable .nav.nav-tabs li:first-child {
  padding-left: 0;
}
.single-product.mobile-layout .content-product-detail .single-product >.tabs .tabbable .nav.nav-tabs li.active a,
.single-product.mobile-layout .content-product-detail .single-product >.tabs .tabbable .nav.nav-tabs li:hover a {
  color: #ea0029;
  border: 0;
}
.single-product.mobile-layout .content-product-detail .single-product >.tabs .tabbable .nav.nav-tabs li.active a:before,
.single-product.mobile-layout .content-product-detail .single-product >.tabs .tabbable .nav.nav-tabs li:hover a:before {
  opacity: 1;
}
.single-product.mobile-layout .content-product-detail .single-product >.tabs .tabbable .nav.nav-tabs li a {
  font-size: 14px;
  padding: 0;
  border: 0;
  height: 40px;
  position: relative;
  line-height: 42px;
}
.single-product.mobile-layout .content-product-detail .single-product >.tabs .tabbable .tab-content .tab-pane {
  padding: 10px 0;
}
.single-product.mobile-layout .content-product-detail .single-product >.tabs .tabbable .tab-content .tab-pane h2 {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  color: #222;
}
.single-product.mobile-layout .content-product-detail .single-product >.tabs .tabbable .tab-content #tab-reviews #comments ol.commentlist {
  padding: 10px 0 0;
}
.single-product.mobile-layout .content-product-detail .single-product >.tabs .tabbable .tab-content #tab-reviews #comments ol.commentlist li {
  padding: 0 0 10px;
  border-bottom: 1px solid #f0f0ed;
  margin: 0 0 10px;
}
.single-product.mobile-layout .content-product-detail .single-product >.tabs .tabbable .tab-content #tab-reviews #comments ol.commentlist li:last-child {
  border: 0;
}
.single-product.mobile-layout .content-product-detail .single-product >.tabs .tabbable .tab-content #tab-reviews #comments .comment_container .avatar {
  height: 40px;
  width: 40px;
  border: 0;
  border-radius: 50%;
  padding: 0;
}
.single-product.mobile-layout .content-product-detail .single-product >.tabs .tabbable .tab-content #tab-reviews #comments .comment_container .comment-text {
  padding: 0;
  border: 0;
}
.single-product.mobile-layout .content-product-detail .single-product >.tabs .tabbable .tab-content #tab-reviews #comments .comment_container .comment-text .description {
  font-size: 12px;
  color: #7d7d7d;
}
.single-product.mobile-layout .content-product-detail .single-product >.tabs .tabbable .tab-content #tab-reviews #comments .comment_container .comment-text .description p {
  margin: 0;
}
.single-product.mobile-layout .content-product-detail .single-product >.tabs .tabbable .tab-content #tab-reviews #comments .comment_container .comment-text .meta {
  margin: 0;
}
.single-product.mobile-layout .content-product-detail .single-product >.tabs .tabbable .tab-content #tab-reviews #comments .comment_container .comment-text .meta strong {
  font-size: 12px;
  color: #222;
  font-weight: 700;
  text-transform: uppercase;
}
.single-product.mobile-layout .content-product-detail .single-product >.tabs .tabbable .tab-content #tab-reviews #comments .comment_container .comment-text .meta time {
  font-size: 12px;
  color: #7d7d7d;
  font-style: italic;
}
.single-product.mobile-layout .content-product-detail .single-product >.tabs .tabbable .tab-content #tab-reviews .form-submit #submit {
  height: 42px;
  width: 100% !important;
  background-color: #df0a1f !important;
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
  color: #fff;
  font-weight: 700;
  margin: 0;
  border: 0;
  line-height: 42px;
  padding: 0 !important;
  border-radius: 20px !important;
  box-shadow: 0 10px 15px rgba(194,54,0,0.1);
}
.single-product.mobile-layout.woocommerce .title_qty,
.single-product.mobile-layout.woocommerce-page .title_qty {
  display: none;
}
.single-product.mobile-layout.woocommerce div.product p.price,
.single-product.mobile-layout.woocommerce div.product span.price {
  font-size: 18px;
  padding: 10px 0;
}
.single-product.mobile-layout.woocommerce div.product form.cart .variations {
  margin-bottom: 0;
}
.single-product.mobile-layout.woocommerce div.product form.cart	.addcart-wrapper .single_variation_wrap {
  text-align: center;
}
.single-product.mobile-layout.woocommerce div.product form.cart	.addcart-wrapper .single_variation_wrap .woocommerce-variation.single_variation {
  text-align: left;
}
.single-product.mobile-layout.woocommerce div.product form.cart	.addcart-wrapper .single_variation_wrap .woocommerce-variation-add-to-cart {
  display: inline-block;
}
.single-product.mobile-layout.woocommerce div.product form.cart div.quantity {
  border-radius: 20px;
}
.single-post.mobile-layout .header-page .header-shop h4.title {
  font-size: 12px;
  padding: 14px 0;
}
.single-post.mobile-layout .single.main .post .entry-wrap .entry-thumb img {
  margin-bottom: 20px;
}
.single-post.mobile-layout.rtl .single.main .post .entry-wrap .entry-content .social-share {
  left: 0;
  right: auto;
}
.single-post.mobile-layout.rtl .single.main .post .entry-wrap .entry-content .social-share .title-share {
  margin-left: 0;
}
.single-post.mobile-layout.rtl .single-post-relate-mobile .post .item-relate-img {
  float: right;
  margin-left: 15px;
  margin-right: 0;
}
.single-post.mobile-layout.rtl .single-post-relate-mobile .post .item-relate-content .entry-meta .fa {
  margin-left: 10px;
  margin-right: 0;
}
.single-post.mobile-layout.rtl .single-post-relate-mobile .post .item-relate-content .entry-meta .entry-author {
  float: right;
  margin-left: 20px;
  margin-right: 0;
}
.single-post.mobile-layout .single.main .post .entry-wrap .entry-thumb::before {
  border: 0;
}
.single-post.mobile-layout .single.main .post .entry-wrap .entry-title {
  font-size: 16px;
  margin: 19px 0 0;
  padding: 0 0 15px;
}
.single-post.mobile-layout .single.main .post .entry-wrap .entry-content {
  padding: 0;
}
.single-post.mobile-layout .single.main .post .entry-wrap .entry-content .entry-meta {
  border-bottom: 0;
  padding: 0;
  font-size: 12px;
  margin-bottom: 10px;
}
.single-post.mobile-layout .single.main .post .entry-wrap .entry-content .entry-meta:before {
  background: none;
}
.single-post.mobile-layout .single.main .post .entry-wrap .entry-content .entry-meta .entry-author {
  float: left;
  margin-right: 20px;
  color: #999;
  line-height: 18px;
}
.single-post.mobile-layout .single.main .post .entry-wrap .entry-content .entry-meta .entry-author i {
  margin-right: 5px;
}
.single-post.mobile-layout .single.main .post .entry-wrap .entry-content .entry-meta .entry-comment a {
  color: #999;
}
.single-post.mobile-layout .single.main .post .entry-wrap .entry-content .entry-meta .entry-comment a:hover {
  color: #ea0029;
}
.single-post.mobile-layout .single.main .post .entry-wrap .entry-content .entry-meta .entry-comment:before {
  content: '';
  margin: 0;
}
.single-post.mobile-layout .single.main .post .entry-wrap .entry-content .entry-summary {
  font-size: 12px;
  line-height: 20px;
}
.single-post.mobile-layout .single.main .post .entry-wrap .entry-content .social-share {
  position: absolute;
  bottom: -75px;
  right: 0;
  padding: 0;
  z-index: 1;
  border: 0;
}
.single-post.mobile-layout .single.main .post .entry-wrap .entry-content .social-share:before {
  background: none;
}
.single-post.mobile-layout .single.main .post .entry-wrap .entry-content .social-share.open {
  z-index: 2;
}
.single-post.mobile-layout .single.main .post .entry-wrap .entry-content .social-share.open .wrap-content {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.single-post.mobile-layout .single.main .post .entry-wrap .entry-content .social-share .title-share {
  float: right;
  margin-top: 150px;
  display: inline-block;
  font-size: 0;
  width: 35px;
  height: 35px;
  line-height: 33px;
  border: 1px solid #ebebeb;
  text-align: center;
  color: #7d7d7d;
  padding: 0;
  margin-right: 0;
  border-radius: 50%;
}
.single-post.mobile-layout .single.main .post .entry-wrap .entry-content .social-share .title-share:before {
  font-size: 16px;
  display: inline-block;
  font-family: FontAwesome;
  content: '\f1e0';
}
.single-post.mobile-layout .single.main .post .entry-wrap .entry-content .social-share .wrap-content {
  float: right;
  position: relative;
  margin-right: -40px;
  opacity: 0;
  -webkit-transform: translateX(60px);
  -moz-transform: translateX(60px);
  -o-transform: translateX(60px);
  -ms-transform: translateX(60px);
  transform: translateX(60px);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.single-post.mobile-layout .single.main .post .entry-wrap .entry-content .social-share .wrap-content > a {
  display: block;
  margin: 0 5px 10px;
}
.single-post.mobile-layout .post #authorDetails {
  margin-top: 15px;
  padding: 10px 0 0;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}
.single-post.mobile-layout .post #authorDetails .authorDetail {
  padding: 10px 0;
}
.single-post.mobile-layout .post #authorDetails .authorDetail .avatar {
  width: 40px;
  border-radius: 50%;
  float: left !important;
}
.single-post.mobile-layout .post #authorDetails .infomation {
  padding: 8px 10px !important;
}
.single-post.mobile-layout .post #authorDetails .infomation .name-author {
  margin: 0;
}
.single-post.mobile-layout .single-post-relate-mobile h4 {
  padding: 20px 0 10px;
  font-size: 13px;
  color: #222;
  font-weight: 700;
  text-transform: uppercase;
}
.single-post.mobile-layout .single-post-relate-mobile .post {
  overflow: hidden;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ebebeb;
}
.single-post.mobile-layout .single-post-relate-mobile .post .item-relate-img {
  display: inline-block;
  width: 115px;
  float: left;
  margin-right: 15px;
}
.single-post.mobile-layout .single-post-relate-mobile .post .item-relate-content h4 {
  padding: 0;
  text-transform: capitalize;
}
.single-post.mobile-layout .single-post-relate-mobile .post .item-relate-content .entry-meta {
  overflow: hidden;
  font-size: 12px;
  color: #909090;
}
.single-post.mobile-layout .single-post-relate-mobile .post .item-relate-content .entry-meta .fa {
  margin-right: 10px;
}
.single-post.mobile-layout .single-post-relate-mobile .post .item-relate-content .entry-meta a {
  font-size: 12px;
  color: #909090;
}
.single-post.mobile-layout .single-post-relate-mobile .post .item-relate-content .entry-meta .entry-author {
  float: left;
  margin-right: 20px;
}
.single-post.mobile-layout #respond {
  margin-bottom: 20px;
  padding: 0;
}
.single-post.mobile-layout #respond .wp-comment .title {
  margin-bottom: 15px;
}
.single-post.mobile-layout #respond .wp-comment .form-horizontal .cmm-box-bottom button.btn {
  height: 40px;
  width: 100%;
  background-color: #ea0029;
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
  color: #fff;
  font-weight: 700;
  margin: 0;
  border: 0;
  line-height: 40px;
  padding: 0;
  border-radius: 20px;
  box-shadow: 0 10px 15px rgba(194,54,0,0.1);
}
.single-post.mobile-layout #respond .wp-comment .form-horizontal .cmm-box-top .control-group {
  width: 100%;
}
.single-post.mobile-layout #comments {
  padding: 0;
}
.single-post.mobile-layout #comments .comment .author {
  width: 40px;
  border-radius: 50%;
}
.single-post.mobile-layout #comments .comment .media-body .media .media-heading .author-name a {
  font-size: 12px;
}
.search-results.mobile-layout .listings-title {
  display: block;
  margin-bottom: 0;
}
.search-results.mobile-layout .listings-title .wrap-title {
  padding: 18px 0;
}
.search-results.mobile-layout .listings-title .wrap-title .entry-title small {
  font-size: 16px;
  color: #999;
}
.search-results.mobile-layout .pagination {
  margin: 0;
}
.search-results.mobile-layout .listing-title h1 {
  font-size: 13px;
}
.search-results.mobile-layout .listing-title h1 small {
  font-size: 13px;
}
.search-results.mobile-layout .content-list-category {
  padding: 0;
}
.search-results.mobile-layout .content-list-category .products-wrapper {
  padding: 0;
}
.search-results.mobile-layout .content-list-category .content_list_product .products-loop .item-wrap .products-thumb a.product_thumb_hover:before {
  opacity: 0;
}
.search-results.mobile-layout .content-list-category .content_list_product .products-loop .item-wrap .item-content .item-bottom {
  display: none;
}
.search-results.mobile-layout .content-list-category .content_list_product .products-loop .item-wrap .item-content .sale-off {
  position: absolute;
  right: 20px;
  top: 20px;
  height: 20px;
  width: auto;
  padding: 0 10px;

  background-color: #ff5722;
  font-size: 11px;
  color: #fff;
  line-height: 20px;
  border-radius: 2px;
  font-weight: 400;
  top: 10px;
  right: 10px;
  font-size: 10px;
  padding: 0 6px;
}
.search-results.mobile-layout .content-list-category .content_list_product .products-loop .item-wrap .item-content .sale-off:before {
  border: 0;
}
.rtl .search-results.mobile-layout .content-list-category .content_list_product .products-loop .item-wrap .item-content .sale-off {
  right: 20px;
  left: auto;
}
.filter-mobile h3 {
  font-weight: 700;
  font-size: 12px;
  color: #222;
  text-transform: uppercase;
}
.filter-mobile .widget_price_filter {
  border: 0;
  padding: 0;
  margin-bottom: 15px;
}
.filter-mobile .widget_price_filter .price_slider_wrapper {
  padding: 0;
}
.filter-mobile .widget_price_filter .price_slider_wrapper .price_slider_amount #min_price,
.filter-mobile .widget_price_filter .price_slider_wrapper .price_slider_amount #max_price {
  border-radius: 20px;
  border: 1px solid #ebebeb;
  text-align: center;
  height: 40px;
  font-size: 14px;
  color: #7d7d7d;
  font-weight: 500;
  margin-bottom: 15px;
}
.filter-mobile .widget_price_filter .price_slider_wrapper .price_slider_amount .price_label {
  font-size: 14px;
  color: #7d7d7d;
  font-weight: 500;
  line-height: 40px;
}
.rtl .filter-mobile .widget_price_filter .price_slider_wrapper .price_slider_amount .price_label {
  float: left;
}
.filter-mobile .widget_price_filter .price_slider_wrapper .price_slider_amount button {
  height: 40px;
  width: 48%;
  background-color: #ea0029;
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
  color: #fff;
  font-weight: 700;
  margin: 0;
  border: 0;
  line-height: 40px;
  padding: 0;
  border-radius: 20px;
  box-shadow: 0 10px 15px rgba(194,54,0,0.1);
}
.rtl .filter-mobile .widget_price_filter .price_slider_wrapper .price_slider_amount button {
  float: right;
}
.filter-mobile .widget_layered_nav {
  margin-bottom: 10px;
}
.filter-mobile .widget_layered_nav ul {
  overflow: hidden;
}
.filter-mobile .widget_layered_nav ul > li {
  font-size: 14px;
  color: #7d7d7d;
  font-weight: 500;
  line-height: 28px;
  float: left;
}
.rtl .filter-mobile .widget_layered_nav ul > li {
  float: right;
}
.rtl .filter-mobile .widget_layered_nav ul > li a {
  margin-left: 10px;
  margin-right: 0;
}
.filter-mobile .widget_layered_nav ul > li a {
  color: #7d7d7d;
  display: inline-block;
  width: 52px;
  height: 40px;
  background-color: #f2f2f2;
  font-size: 12px;
  font-weight: 700;
  color: #222;
  margin-right: 10px;
  line-height: 40px;
  text-align: center;
}
.filter-mobile .widget_layered_nav ul > li a:hover {
  background-color: #ea0029;
  color: #fff;
}
.filter-mobile .widget_layered_nav ul > li .count {
  display: none;
}
.home.mobile-layout .body-wrapper .body-wrapper-inner > .container {
  padding-top: 0;
}
.mobile-layout .body-wrapper .body-wrapper-inner > .container {
  position: relative;
  padding: 10px 10px 0;
}
.mobile-layout .body-wrapper .body-wrapper-inner > .container.open:before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0,0,0,0.7);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: -9px;
  z-index: 3;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.mobile-layout4 .body-wrapper .body-wrapper-inner > .container {
  padding-top: 0;
}
.woocommerce-checkout.mobile-layout .checkout #payment #place_order {
  height: 40px;
  width: 100%;
  background-color: #ea0029;
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
  color: #fff;
  font-weight: 700;
  margin: 0;
  border: 0;
  line-height: 40px;
  padding: 0;
  border-radius: 20px;
  box-shadow: 0 10px 15px rgba(194,54,0,0.1);
}
.woocommerce-checkout.mobile-layout h3 {
  font-size: 13px;
  color: #222;
  font-weight: 700;
  text-transform: uppercase;
}
.woocommerce-wishlist.mobile-layout form table.shop_table {
  border-radius: 0;
}
.woocommerce-wishlist.mobile-layout form table.shop_table tr {
  border: 0;
}
.woocommerce-wishlist.mobile-layout form table.shop_table tr td {
  border: 0;
}
.woocommerce-wishlist.mobile-layout form table.shop_table thead th {
  border: 0;
}
.woocommerce-wishlist.mobile-layout form table.shop_table tfoot {
  border: 0;
}
.tax-product_cat.mobile-layout .body-wrapper > .container {
  padding-top: 0;
}
.search-results.mobile-layout .pagination ul {
  margin: 0;
}
.search-results.mobile-layout .pagination ul > li > .page-numbers.dots {
  line-height: 26px;
}
.search-results.mobile-layout .pagination ul > li > a.next:hover,
.search-results.mobile-layout .pagination ul > li > a.prev:hover {
  color: #fff;
}
.rtl.mobile-layout .products-wrapper .woocommerce-pagination .page-numbers > li .next:before,
.rtl.mobile-layout .pagination ul li a.next:before {
  content: '\f104';
}
.rtl.mobile-layout .products-wrapper .woocommerce-pagination .page-numbers > li .prev:before,
.rtl.mobile-layout .pagination ul li a.prev:before {
  content: '\f105';
}
.rtl.mobile-layout.archive.mobile-layout.rtl .category-contents .blog-content .post .entry .entry-content .readmore a i {
  display: none;
}
.rtl.mobile-layout.archive.mobile-layout.rtl .category-contents .blog-content .post .entry .entry-content .readmore a:before {
  font-size: 12px;
  margin-right: 5px;
  content: '\f0d9';
  font-family: FontAwesome;
}
.rtl.mobile-layout .products-wrapper .products-loop.grid > li.product-type-variable .item-wrap .item-detail .item-content .item-price {
  text-align: right;
}
.rtl.single-product.mobile-layout .content-product-detail .single-product >.tabs .tabbable .nav.nav-tabs li:first-child {
  padding-right: 0;
  margin-right: 0;
}
.rtl.mobile-layout .products-wrapper .products-loop.list .item .item-wrap .item-detail .products-thumb {
  float: right;
  margin-left: 10px;
  margin-right: 0;
}
.rtl.mobile-layout .products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-price del {
  margin-left: 10px;
  margin-right: 0;
}
.rtl.mobile-layout .vertical_megamenu .resmenu-container .menu-responsive-wrapper ul.victo_resmenu > li {
  text-align: right;
}
.rtl.mobile-layout .vertical_megamenu .resmenu-container .menu-responsive-wrapper ul.victo_resmenu > li .show-dropdown {
  left: 0;
  right: auto;
}
.rtl.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .social-share {
  left: 5px;
  right: auto;
}
.rtl.mobile-layout .products-wrapper .products-loop.grid > li.item .item-wrap .item-detail .item-content .item-price {
  display: block;
}
.rtl.mobile-layout .products-wrapper .products-loop.grid > li.item .item-wrap .item-detail .item-content .item-price > span {
  display: block;
}
.rtl.mobile-layout .products-wrapper .products-loop.grid > li.item .item-wrap .item-detail .item-content .item-price > span.amount {
  display: inline-block;
}
.rtl.mobile-layout .products-wrapper .products-loop.grid > li.item .item-wrap .item-detail .item-content .item-price del,
.rtl.mobile-layout .products-wrapper .products-loop.grid > li.item .item-wrap .item-detail .item-content .item-price ins {
  float: right;
  margin-left: 10px;
  margin-right: 0;
}
.rtl.single-post.mobile-layout .post #authorDetails .authorDetail .avatar {
  float: right !important;
}
.rtl.single-post.mobile-layout .single.main .post .entry-wrap .entry-content .entry-meta .entry-author {
  float: right;
  margin-left: 20px;
  margin-right: 0;
}
.rtl.single-post.mobile-layout .single.main .post .entry-wrap .entry-content .entry-meta .entry-author i {
  margin-left: 5px;
  margin-right: 0;
}
@media (min-width: 481px) {
  .mobile-layout .body-wrapper {
    margin: 0 auto;
    max-width: 480px;
  }
  .woocommerce-order-received.mobile-layout h2 {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    color: #222;
  }
  .woocommerce-order-received.mobile-layout .order_details li {
    margin-right: 1em;
  }
  .woocommerce-order-received.mobile-layout table.shop_table {
    border-radius: 0;
  }
  .woocommerce-order-received.mobile-layout table.shop_table tr {
    border-top: 1px solid #ebebeb;
  }
  .woocommerce-order-received.mobile-layout table.shop_table th,
  .woocommerce-order-received.mobile-layout table.shop_table td {
    border: 0;
  }
}
@media (max-width: 480px) {
  .mobile-layout.woocommerce-cart .shop_table.cart tr.cart_item td.product-name {
    display: inline-block;
    white-space: nowrap;
    width: 16em;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .mobile-layout.woocommerce-cart .shop_table.cart tr.cart_item td.product-quantity {
    width: 140px;
  }
}
@media (min-width: 414px) {
  .mobile-layout .products-wrapper .products-loop.grid >li {
    float: left;
    width: 50%;
  }
  .mobile-layout  .header-mobile-style4 .mobile-search .top-form.top-search {
    width: 270px;
  }
}
@media (max-width: 414px) {
  .mobile-layout .vertical_megamenu .resmenu-container .menu-responsive-wrapper ul.victo_resmenu {
    height: 640px;
    overflow: auto;
  }
  .style-moblie.style2:before {
    opacity: 1;
    color: #222;
    font-size: 32px;
  }
  .woocommerce-order-received.mobile-layout h2 {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    color: #222;
  }
  .woocommerce-order-received.mobile-layout .order_details li {
    float: none;
    padding-right: 0;
    margin-right: 0;
    margin-bottom: 15px;
    border: 0;
  }
  .woocommerce-order-received.mobile-layout table.shop_table {
    border-radius: 0;
  }
  .woocommerce-order-received.mobile-layout table.shop_table tr {
    border-top: 1px solid #ebebeb;
  }
  .woocommerce-order-received.mobile-layout table.shop_table th,
  .woocommerce-order-received.mobile-layout table.shop_table td {
    border: 0;
  }
}
@media (max-width: 360px) {
  .mobile-layout .vertical_megamenu .resmenu-container .menu-responsive-wrapper ul.victo_resmenu {
    height: 640px;
    overflow: auto;
  }
  .header-mobile-style1 .mobile-search .top-form.top-search,
  .header-mobile-style2 .mobile-search .top-form.top-search {
    width: 220px;
  }
  .mobile-layout .vertical_megamenu .resmenu-container .menu-responsive-wrapper {
    min-width: 220px;
  }
  .mobile-layout .products-wrapper .products-loop.list .item .item-wrap .item-detail .products-thumb {
    width: 100%;
    margin-bottom: 10px;
  }
  .sw-tab-mobile .top-tab-slider .nav.nav-tabs {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    text-align: left;
  }
  .sw-tab-mobile .top-tab-slider .nav.nav-tabs > li {
    float: none;
    display: inline-block;
    vertical-align: top;
    white-space: normal;
    margin: 0 10px 0 0;
  }
  .sw-tab-mobile .top-tab-slider .nav.nav-tabs > li > a {
    font-size: 11px;
  }
  .mobile-layout .vertical_megamenu .resmenu-container .menu-responsive-wrapper ul.victo_resmenu {
    height: auto;
  }
  .sw-ajax-categories .resp-listing-container .item-product-cat {
    width: 50%;
  }
  .sw-ajax-categories.style-moblie:hover:before {
    opacity: 1;
  }
  .single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .cart .quantity input {
    width: 40px;
  }
  .single-product.mobile-layout.rtl .content-product-detail .product_detail .content_product_detail .cart .quantity input {
    width: 30px;
  }
  .single-product.mobile-layout.rtl .content-product-detail .product_detail .content_product_detail .cart .quantity .minus {
    background-position: -20px -1685px;
  }
  .single-product.mobile-layout.rtl .content-product-detail .product_detail .content_product_detail .cart .quantity .plus {
    background-position: -11px -1665px;
  }
  .single-product.mobile-layout .content-product-detail .product_detail .slider_img_productd .product-info {
    bottom: 160px;
  }
  .single-post.mobile-layout .single-post-relate-mobile .post .item-relate-content h4 {
    margin-bottom: 5px;
  }
  .single-post.mobile-layout .single-post-relate-mobile .post .item-relate-content .entry-meta .entry-author {
    float: none;
  }
  .block-mobile .info .inner {
    text-align: center;
  }
  .block-mobile .info .inner i {
    display: inline-block;
    font-size: 24px;
    float: none;
  }
  .rtl .block-mobile .info .inner i {
    float: none;
  }
  .block-mobile .info .inner .info-content {
    padding: 0;
  }
  .rtl .block-mobile .info .inner .info-content {
    padding: 0;
  }
  .products-wrapper .products-loop {
    margin: 0;
  }
  .single-product.mobile-layout > .tabs .tabbable .nav.nav-tabs li {
    width: auto;
  }
  .single-product.mobile-layout > .tabs .tabbable .nav.nav-tabs li a {
    width: auto;
  }
  .mobile-layout.single-product .single-product > .tabs .tabbable .nav.nav-tabs li {
    width: auto !important;
  }
  .single-product.mobile-layout .content-product-detail .single-product >.tabs .tabbable .tab-content #tab-description p {
    width: 290px;
  }
  .mobile-layout .pagination ul li a.next,
  .mobile-layout .pagination ul li a.prev {
    width: 32px;
    text-indent: -9999px;
    position: relative;
  }
  .mobile-layout .pagination ul li a.next:before,
  .mobile-layout .pagination ul li a.prev:before {
    position: absolute;
    text-indent: 0;
    display: inline-block;
    font-size: 16px;
    color: #999;
    font-family: 'FontAwesome';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    line-height: 30px;
  }
  .mobile-layout .pagination ul li a.next:before {
    content: '\f105';
  }
  .mobile-layout .pagination ul li a.prev:before {
    content: '\f104';
  }
  .mobile-layout.rtl .pagination ul li a.next:before {
    content: '\f104';
  }
  .mobile-layout.rtl .pagination ul li a.prev:before {
    content: '\f105';
  }
  .search-results.mobile-layout .pagination ul {
    margin: 0;
  }
  .search-results.mobile-layout .pagination ul > li > a.next:hover,
  .search-results.mobile-layout .pagination ul > li > a.prev:hover {
    color: #fff;
  }
  .search-results.mobile-layout .content_list_product ul > li .item-wrap .item-detail .item-content h4 {
    text-align: center;
    margin: 0 auto 5px;
  }
  .search-results.mobile-layout .content_list_product ul > li .item-wrap .item-detail .item-content .item-bottom {
    display: none;
  }
  .footer-mstyle1 .footer-container .footer-menu .menu-item a .menu-text {
    display: none;
  }
  .countdown-mobile:before,
  .best-selling-mobile:before {
    opacity: 1;
  }
  .footer-mstyle1 .footer-container .footer-menu .menu-item {
    margin-bottom: 5px;
  }
}
@media (max-width: 375px) {
  .mobile-layout .vertical_megamenu .resmenu-container .menu-responsive-wrapper ul.victo_resmenu {
    height: 575px;
  }
  .resp-ajax-page-listing .page-listing-content ul.nav-tabs > li > a {
    padding: 20px 7px;
  }
}
@media (max-width: 360px) {
  .rtl.mobile-layout .products-wrapper .products-loop.list .item .item-wrap .item-detail .products-thumb {
    float: none;
  }
  .mobile-layout .footer-mstyle1 .footer-container .footer-menu .menu-item-hidden {
    bottom: 40px;
  }
  .mobile-layout .header-mobile-style2.sticky-mobile .mobile-search .top-form.top-search,
  .mobile-layout .header-mobile-style4.sticky-mobile .mobile-search .top-form.top-search {
    width: 140px;
  }
  .page.mobile-layout .footer-mstyle1 .footer-container .footer-menu .menu-item-hidden {
    bottom: 40px;
  }
  .mobile-layout .products-wrapper .products-loop.list .item .item-wrap .item-detail .products-thumb {
    float: none;
  }
  .single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .cart .quantity .input-text {
    height: 32px !important;
  }
  .single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .cart .quantity input {
    width: 15px;
  }
  .single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .cart .quantity {
    height: 34px;
  }
  .single-product.mobile-layout .content-product-detail .product-type-simple .cart .addcart-wrapper {
    display: block;
  }
  .single-product.mobile-layout.rtl .content-product-detail .product_detail .content_product_detail .cart .quantity input {
    width: 15px;
  }
  .mobile-layout .products-wrapper .products-loop.grid >li .item-wrap .item-detail .item-content .item-price > span ins span {
    font-size: 14px;
  }
  .single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .cart .group_table .price {
    margin: 10px 0;
  }
  .single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .cart .group_table td {
    height: 32px !important;
  }
  .rtl.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .add_to_cart_button,
  .rtl.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .product_type_external,
  .rtl.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .product_type_grouped,
  .rtl.single-product.mobile-layout .content-product-detail .product_detail .content_product_detail .single_add_to_cart_button {
    float: right;
    margin-top: 20px;
  }
}
@media (max-width: 320px) {
  .mobile-layout .vertical_megamenu .resmenu-container .menu-responsive-wrapper ul.victo_resmenu {
    height: 485px;
  }
  .header-mobile-style1 .mobile-search .top-form.top-search,
  .header-mobile-style2 .mobile-search .top-form.top-search {
    width: 140px;
  }
}
.footer {
  line-height: 27px;
  z-index: 1;
  position: relative;
}
.shop-social {
  color: #fff;
}
.shop-social p {
  display: inline-block;
  float: left;
}
.shop-social ul {
  list-style: none;
  margin: 0;
  float: left;
}
.shop-social ul li {
  float: left;
}
.shop-social ul li a {
  font-size: 0;
}
.shop-social ul li a .fa {
  font-size: 16px;
  color: #fff;
}
.above-footer {
  background: #ea0029;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  padding: 38px 0 37px;
  position: relative;
  top: 60px;
  z-index: 4;
}
.above-footer .wpb_button,
.above-footer .wpb_content_element,
.above-footer ul.wpb_thumbnails-fluid>li {
  margin-bottom: 0;
}
.above-footer .wpb_text_column {
  color: #fff;
}
.above-footer .col1 {
  font-size: 16px;
  font-weight: bold;
  margin-top: 0px;
  text-align: center;
}
.above-footer .col1 .fa {
  margin-right: 12px;
}
.above-footer .col2 {
  font-size: 16px;
  font-weight: 300;
  margin-top: 0px;
}
.above-footer .col2 strong {
  text-decoration: underline;
}
.above-footer .col3 .vc_column-inner {
  padding: 0;
}
.above-footer .col3 .mc4wp-form-fields {
  left: -45px;
  position: relative;
}
.rtl .above-footer .col3 .mc4wp-form-fields {
  left: auto;
  right: -45px;
}
.above-footer .col3 .mc4wp-form-fields p {
  margin: 0;
}
.above-footer .col3 .mc4wp-form-fields input[type="email"] {
  width: 100%;
  height: 45px;
  border: 0;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  -o-border-radius: 23px;
  -ms-border-radius: 23px;
  border-radius: 23px;
  padding: 0 30px;
  margin: 0;
}
.above-footer .col3 .mc4wp-form-fields input[type="submit"] {
  background: url(../assets/img/mail.png) no-repeat;
  border: 0;
  font-size: 0;
  width: 18px;
  height: 14px;
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -7px;
}
.above-footer .col4 {
  margin-top: 8px;
}
.above-footer .col4 li {
  padding: 0 8px;
}
.above-footer .col4 li a:hover .fa {
  color: #fed700;
}
.footer_mid {
  background: #1d273e;
  color: #ccc;
  font-weight: 300;
}
.footer_style2 .footer_mid {
  background-color: #333d47;
  color: #fff;
}
.footer_mid a {
  color: #ccc;
  font-weight: 300;
}
.footer_style2 .footer_mid a {
  color: #fff;
}
.footer_mid p {
  margin-bottom: 17px;
}
.footer_mid .logo_footer {
  margin-top: 75px;
  margin-bottom: 12px;
}
.footer_mid .payment {
  color: #fff;
  font-weight: bold;
}
.footer_mid .payment img {
  margin-top: 10px;
}
.footer_mid .widget_nav_menu h2.widgettitle {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 15px;
  margin-top: 73px;
}
.footer_style2 .footer_mid .widget_nav_menu h2.widgettitle {
  margin-top: 60px;
  padding-bottom: 7px;
  position: relative;
}
.footer_style2 .footer_mid .widget_nav_menu h2.widgettitle:after {
  content: "";
  width: 40px;
  height: 2px;
  background-color: #fed700;
  position: absolute;
  left: 0;
  bottom: -3px;
}
.footer_mid .widget_nav_menu ul.menu li {
  padding: 7px 0;
}
.footer_mid .widget_nav_menu ul.menu li a {
  position: relative;
}
.footer_mid .widget_nav_menu ul.menu li a:hover {
  color: #fed700;
  padding-left: 10px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.footer_mid .widget_nav_menu ul.menu li a:hover:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 10px;
  margin-top: -5px;
  top: 50%;
  left: 0;
  background: #fed700;
}
.footer_mid .contact_footer {
  margin-top: 73px;
}
.footer_style2 .footer_mid .contact_footer {
  margin-top: 60px;
}
.footer_mid .contact_footer h3 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.footer_style2 .footer_mid .contact_footer h3 {
  padding-bottom: 7px;
  position: relative;
}
.footer_style2 .footer_mid .contact_footer h3:after {
  content: "";
  width: 40px;
  height: 2px;
  background-color: #fed700;
  position: absolute;
  left: 0;
  bottom: -3px;
}
.footer_mid .contact_footer ul {
  list-style: none;
  margin: 0;
}
.footer_mid .contact_footer ul li {
  padding-left: 72px;
  position: relative;
  margin-bottom: 20px;
}
.rtl .footer_mid .contact_footer ul li {
  padding-left: 0;
  padding-right: 72px;
}
.footer_mid .contact_footer ul li i {
  background: #fff;
  text-align: center;
  line-height: 56px;
  width: 56px;
  height: 56px;
  font-size: 18px;
  color: #ea0029;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -28px;
}
.footer_mid .subscribe_newsletter {
  margin-top: 60px;
}
.footer_mid .subscribe_newsletter h3 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 22px;
  padding-bottom: 7px;
  position: relative;
}
.footer_mid .subscribe_newsletter h3:after {
  content: "";
  width: 40px;
  height: 2px;
  background-color: #fed700;
  position: absolute;
  left: 0;
  bottom: -3px;
}
.footer_mid .subscribe_newsletter h3 .fa {
  margin-right: 10px;
}
.footer_mid .subscribe_newsletter p {
  font-weight: 300;
  margin-bottom: 14px;
}
.footer_mid .subscribe_newsletter p strong {
  border-bottom: 1px dashed #fff;
}
.footer_mid .subscribe_newsletter .mc4wp-form-fields {
  position: relative;
  margin-bottom: 30px;
}
.footer_mid .subscribe_newsletter .mc4wp-form-fields input[type="email"] {
  width: 100%;
  background-color: transparent;
  border: 1px solid #fff;
  height: 43px;
  padding: 0 40px 0 20px;
  margin: 0;
}
.footer_style2 .footer_mid .subscribe_newsletter .mc4wp-form-fields input[type="email"] {
  color: #fff;
}
.footer_mid .subscribe_newsletter .mc4wp-form-fields input[type="email"]::-webkit-input-placeholder {
  color: #fff;
  font-weight: 300;
}
.footer_mid .subscribe_newsletter .mc4wp-form-fields input[type="email"]::-moz-placeholder {
  color: #fff;
  font-weight: 300;
}
.footer_mid .subscribe_newsletter .mc4wp-form-fields input[type="email"]:-ms-input-placeholder {
  color: #fff;
  font-weight: 300;
}
.footer_mid .subscribe_newsletter .mc4wp-form-fields input[type="email"]:-moz-placeholder {
  color: #fff;
  font-weight: 300;
}
.footer_mid .subscribe_newsletter .mc4wp-form-fields input[type="submit"] {
  background: url(../assets/img/mail_white.png) no-repeat;
  border: 0;
  font-size: 0;
  width: 18px;
  height: 14px;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  right: 20px;
}
.footer_mid .subscribe_newsletter ul {
  list-style: none;
  margin: 0;
}
.footer_mid .subscribe_newsletter ul li {
  float: left;
}
.footer_mid .subscribe_newsletter ul li a {
  font-size: 0;
}
.footer_mid .subscribe_newsletter ul li a .fa {
  font-size: 20px;
  margin-right: 20px;
}
.footer .copyright .vc_column-inner {
  padding-top: 17px;
}
.footer .copyright .wpb_text_column {
  margin-bottom: 12px;
}
.footer_style2 .copyright {
  background-color: #333d47;
  border-top: 1px solid rgba(255,255,255,0.1);
  color: #fff;
  padding-top: 24px;
}
.footer_style2 .copyright .wpb_text_column {
  margin-bottom: 25px;
}
.footer_style2 .copyright .wpb_text_column a {
  color: #fff;
}
.footer_style2 .copyright .wpb_text_column a:hover {
  color: #ea0029;
}
.footer-copyright {

}
.footer-copyright .copyright-text {
  margin-top: 15px;
  text-align: center;
}
.footer_style3 .wpb_button,
.footer_style3 .wpb_content_element,
.footer_style3 ul.wpb_thumbnails-fluid>li {
  margin-bottom: 0;
}
.footer_style3 .vc_col-has-fill>.vc_column-inner,
.footer_style3 .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner,
.footer_style3 .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner,
.footer_style3 .vc_row-has-fill+.vc_vc_row>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner,
.footer_style3 .vc_row-has-fill+.vc_vc_row_inner>.vc_row>.vc_vc_column_inner>.vc_column_container>.vc_column-inner,
.footer_style3 .vc_row-has-fill>.vc_column_container>.vc_column-inner,
.footer_style3 .vc_row-has-fill>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner,
.footer_style3 .vc_row-has-fill>.vc_vc_column_inner>.vc_column_container>.vc_column-inner,
.footer_style3 .vc_section.vc_section-has-fill,
.footer_style3 .vc_section.vc_section-has-fill+.vc_row-full-width+.vc_section,
.footer_style3 .vc_section.vc_section-has-fill+.vc_section {
  padding-top: 0;
}
.footer_style3 .above-footer {
  padding: 20px 0 20px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  top: 0;
}
.footer_style3 .above-footer .col1 {
  text-align: left;
}
.footer_style3 .above-footer .col1 .icon {
  display: inline-block;
  float: left;
  margin-right: 20px;
}
.rtl .footer_style3 .above-footer .col1 .icon {
  float: right;
  margin-right: 0;
  margin-left: 20px;
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
}
.footer_style3 .above-footer .col1 .title {
  font-size: 22px;
  font-weight: bold;
}
.footer_style3 .above-footer .col1 .sub-title {
  font-size: 14px;
  font-weight: 400;
}
.footer_style3 .above-footer .col2 .mc4wp-form-fields input[type="email"] {
  width: 80%;
  height: 30px;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  padding: 0 20px;
}
.footer_style3 .above-footer .col2 .mc4wp-form-fields input[type="submit"] {
  width: 18%;
  height: 40px;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  background: #fed700;
  font-size: 16px;
  font-weight: bold;
  text-transform: capitalize;
  position: relative;
  top: 0px;
  margin:10px 0;
}
.footer_style3 .footer_mid {
  background-color: #fff;
  color: #666;
  font-weight: 400;
}
.footer_style3 .footer_mid a {
  color: #666;
}
.footer_style3 .footer_mid ul {
  margin: 0;
  list-style: none;
  position: relative;
}
.footer_style3 .footer_mid ul li.ct {
  margin-bottom: 15px;
}
.footer_style3 .footer_mid ul li img {
  float: left;
  margin-right: 10px;
  margin-bottom: 20px;
}
.rtl .footer_style3 .footer_mid ul li img {
  float: right;
  margin-left: 10px;
  margin-right: 0px;
}
.footer_style3 .footer_mid .logo_footer {
  margin-bottom: 30px;
  margin-top: 48px;
}
.footer_style3 .footer_mid .widget_nav_menu h2.widgettitle {
  color: #222;
  position: relative;
  margin-bottom: 36px;
}
.footer_style3 .footer_mid .widget_nav_menu h2.widgettitle:before {
  content: "";
  position: absolute;
  bottom: -10px;
  width: 50px;
  height: 2px;
  background: #ea0029;
  left: 0;
}
.rtl .footer_style3 .footer_mid .widget_nav_menu h2.widgettitle:before {
  left: auto;
  right: 0;
}
.footer_style3 .footer_mid .widget_nav_menu ul.menu li {
  padding: 0;
  padding-left: 20px;
}
.rtl .footer_style3 .footer_mid .widget_nav_menu ul.menu li {
  padding-right: 20px;
  padding-left: 0;
}
.footer_style3 .footer_mid .widget_nav_menu ul.menu li:before {
  content: "\f192";
  position: absolute;
  left: 0;
  font-family: FontAwesome !important;
  font-size: 8px;
}
.footer_style3 .footer_mid .widget_nav_menu ul.menu li a:hover:before {
  display: none;
}
.footer_style3 .footer_mid .banner_footer {
  margin-top: 50px;
}
.footer_style3 .section_footer_bottom {
  margin-top: 20px;
}
.footer_style3 .section_footer_bottom .vc_separator {
  margin-bottom: 20px;
}
.footer_style3 .section_footer_bottom .wpb_single_image {
  margin-bottom: 20px;
}
.footer_style3 .copyright {
  background-color: #222;
  color: #fff;
  margin-top: 55px;
}
.footer_style3 .copyright .wpb_text_column {
  margin: 20px 0px;
}
.footer_style3 .copyright a {
  color: #ccc;
}
.footer_style3 .copyright a:hover {
  color: #ea0029;
}

.header-top #lang_sel {
	display:none;
  float: right;
}

#huge_it_portfolio_popup_list_1 .popup-wrapper_1 .image-block_1 img {
    display: block;
    width:auto;
    padding: 0px !important;
}

@media (min-width: 1200px){
div#gallery.container {
    width: 100%;
/*    max-width: 900px;*/
}
}

/*div#gallery.container .img-thumbnail {
    display: inline-block;
    height: auto;
    max-width: 100%;
    padding:0;
    line-height:0;
    background-color:#FFF;
    border:none;
    border-radius:0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	

	
}*/

div#gallery.container .col-md-4 {

	
	    position: relative;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;
	margin-bottom:15px;
	
	
}

div#gallery.container #author_name{
	font-size:19px;
	font-weight:700;
	font-family:PT Sans, sans-serif;
	margin: 10 0 15px 0;
}

.menu-where-to-buy .have-icon {
	padding-left:0px !important;
	
}
.item-brand-cat{
	
margin: 0px 20px 0 0 !important;
height: 136px;
display: table !important;
}

#sw_brand_sw_brand_1 .slick-track{

}

ul#menu-photoflex-1{
	white-space:nowrap;
}

div#gallery.container .col-md-4 {

	
	    position: relative;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;
	
	
}

div#gallery.container #author_name{
	font-size:19px;
	font-weight:700;
	font-family:PT Sans, sans-serif;
	margin: 10 0 15px 0;
}


div.entry-content p{
	margin: 15px 0 15px 0px;
}

.socialIcons h3{
	margin:20px 0 15px 0;
    font-size: 19px;
    font-weight: 700;
    line-height: 23px;
    color: #e20010;

}

.socialIcons .sidebar-widget-heading, .widget.socialIcons{
	margin:20px 0 0 0;
}

.socialIcons ul{
	    margin: 0 !important;
		list-style: none;
		margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    outline: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.socialIcons ul li{
    display: inline-block;
    padding: 0;
    margin-right: 10px;
	
	    position: relative;
    padding-left: 20px;
}

.socialIcons ul li{
    display: inline-block;
    padding: 0;
    margin-right: 10px;
	
	    position: relative;

}

#gallery_thumbs .thumbnail{
	float:left;
}


.gallery_thumbs{
	overflow:auto;
}

#lesson_title{
	font-weight:bold;
}


.blog-content-grid .entry-thumb {
	    background-color: rgb(255, 255, 255);

    border-width: 1px;
    border-style: solid;
    border-color: rgb(221, 221, 221);
    border-image: initial;

    transition: all 0.2s ease-in-out;
}

.res-button.slick-next::after {
   /* content: "\f061";*/
    position: relative;
    display: inline-block;
    font-size: 10px;
    font-family: FontAwesome !important;
    left: 5px;
	bottom: 1px;
}

.res-button {
    position: absolute;
    top: 0px;
    right: 0;
    cursor: pointer;
}

.res-button.slick-prev::before {
    content: "\f060";
    position: relative;
    display: inline-block;
    font-size: 10px;
    font-family: FontAwesome !important;
    right: 5px;

bottom: 1px;
}

.res-button.slick-prev {
    margin-right: 53px;
    border-right: 1px solid #ddd;
    padding-right: 10px;
}

.products-wrapper.cat  .products-loop {
  list-style-type: none;
  margin-bottom: 0;
   display: flex;
  justify-content: center;
}
.testimonial-slider.layout1-product-single .carousel-inner-product-single .item.active {
  display: flex;
  display: webkit-flex;
}
.testimonial-slider.layout1-product-single .carousel-inner-product-single .item .item-inner .image-client {
  float: left;
  margin: 30px 20px 0 5px;
  width: 108px;
  height: 108px;
  padding: 4px;
  background-color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 0 5px rgba(0,0,0,0.2);
  -o-box-shadow: 0 0 5px rgba(0,0,0,0.2);
  -ms-box-shadow: 0 0 5px rgba(0,0,0,0.2);
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.testimonial-slider.layout1-product-single .carousel-inner-product-single .item .item-inner .image-client img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.testimonial-slider.layout1-product-single .carousel-inner-product-single .item .item-inner .client-say-info {
  margin-left: 130px;
  padding: 30px 0 0;
  position: relative;
}
.testimonial-slider.layout1-product-single .carousel-inner-product-single .item .item-inner .client-comment {
  color: #666;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  position: relative;
  font-style: italic;
  margin-bottom: 22px;
}
.testimonial-slider.layout1-product-single .carousel-inner-product-single .item .item-inner .client-comment:before {
  content: '“';
  font-size: 60px;
  font-weight: bold;
  font-style: normal;
  color: #ccc;
  position: absolute;
  top: -15px;
  left: 0;
}
.testimonial-slider.layout1-product-single .carousel-inner-product-single .item .item-inner .client-comment:after {
  content: '”';
  font-size: 60px;
  font-weight: bold;
  font-style: normal;
  color: #ccc;
  position: absolute;
  bottom: -64px;
  right: 0;
}
.rtl .testimonial-slider.layout1-product-single .carousel-inner-product-single .item .item-inner .client-comment:after {
  right: auto;
  left: 0;
}
.testimonial-slider.layout1-product-single .carousel-inner-product-single .item .item-inner .client-say-info {
  text-align: center;
  position: relative;
  line-height: 27px;
  margin: 0 0 40px 0;
}
.testimonial-slider.layout1-product-single .carousel-inner-product-single .item .item-inner .client-say-info .date {
  font-size: 12px;
  color: #999;
  text-align: left;
}
.testimonial-slider.layout1-product-single .carousel-inner-product-single .item .item-inner .client-say-info .image-client a {
  display: inline-block;
  vertical-align: top;
  max-width: 80px;
  border-radius: 50%;
  border: 2px solid rgba(0,0,0,0.2);
  margin-bottom: 0px;
}
.testimonial-slider.layout1-product-single .carousel-inner-product-single .item .item-inner .client-say-info .image-client a img {
  border-radius: 50%;
}
.testimonial-slider.layout1-product-single .carousel-inner-product-single .item .item-inner .client-say-info .name-client {
  text-align: left;
  margin-bottom: 10px;
}
.testimonial-slider.layout1-product-single .carousel-inner-product-single .item .item-inner .client-say-info .name-client h2 a {
  display: none;
  font-size: 14px;
  font-weight: 600;
  color: #222;
  text-transform: capitalize;
}
.testimonial-slider.layout1-product-single .carousel-inner-product-single .item .item-inner .client-say-info .name-client .info-client {
  font-size: 14px;
  color: #333;
  text-transform: uppercase;
  font-weight: bold;
}

.testimonial-slider.layout1-product-single {
  background-color: #fff;
}
.testimonial-slider.layout1-product-single .box-title {
  width: 100%;
}
.testimonial-slider.layout1-product-single .box-title h3 {
  padding-bottom: 20px;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 30px;
}

.testimonial-slider.layout1-product-single .carousel-indicators {
  position: absolute;
  top: 10px;
  left: auto;
  right: 0;
  width: auto;
  margin: 0;
  bottom: auto;
}
.testimonial-slider.layout1-product-single .carousel-indicators > li {
  display: inline-block;
  width: 13px;
  height: 13px;
  border: 2px solid #ea0029;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  margin: 0 3px;
}
.testimonial-slider.layout1-product-single .carousel-indicators > li.active,
.testimonial-slider.layout1-product-single .carousel-indicators > li:hover {
  background-color: #ea0029;
}

@font-face {
 font-family:'WebHostingHub-Glyphs';
 src:url("/assets/css/font/webhostinghub-glyphs.eot");
 src:url("/assets/css/font/webhostinghub-glyphs.eot?#iefix") format("embedded-opentype"),url("/assets/css/font/webhostinghub-glyphs.ttf") format("truetype");
 font-weight:normal;
 font-style:normal;
 -moz-font-feature-settings:"calt=0,liga=0"
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'WebHostingHub-Glyphs';
    background: 0;
    width: auto;
    height: auto;
    font-style: normal;
    position: relative;
    top: 2px;
}


.icon-spin {
 display:inline-block;
 -webkit-animation:spin 2s infinite linear;
 animation:spin 2s infinite linear
}
.icon-aaabattery:before {
 content:'\f413'
}
.icon-abacus:before {
 content:'\f261'
}
.icon-accountfilter:before {
 content:'\f05e'
}
.icon-acsource:before {
 content:'\f3ea'
}
.icon-addfriend:before {
 content:'\f3da'
}
.icon-address:before {
 content:'\f08f'
}
.icon-addshape:before {
 content:'\f1fd'
}
.icon-addtocart:before {
 content:'\f394'
}
.icon-addtolist:before {
 content:'\f2ac'
}
.icon-adjust:before {
 content:'\f484'
}
.icon-adobe:before {
 content:'\f1c9'
}
.icon-ads-bilboard:before {
 content:'\f082'
}
.icon-affiliate:before {
 content:'\f01e'
}
.icon-ajax:before {
 content:'\f06f'
}
.icon-alarm:before {
 content:'\f233'
}
.icon-alarmalt:before {
 content:'\f23d'
}
.icon-album-cover:before {
 content:'\f19f'
}
.icon-alertalt:before {
 content:'\f2b4'
}
.icon-alertpay:before {
 content:'\f269'
}
.icon-algorhythm:before {
 content:'\f0b8'
}
.icon-alienship:before {
 content:'\f41f'
}
.icon-alienware:before {
 content:'\f3be'
}
.icon-align-center:before {
 content:'\f1d9'
}
.icon-align-justify:before {
 content:'\f1da'
}
.icon-align-left:before {
 content:'\f1d7'
}
.icon-align-right:before {
 content:'\f1d8'
}
.icon-alignbottomedge:before {
 content:'\f1d3'
}
.icon-alignhorizontalcenter:before {
 content:'\f1d2'
}
.icon-alignleftedge:before {
 content:'\f1d6'
}
.icon-alignrightedge:before {
 content:'\f1d5'
}
.icon-aligntopedge:before {
 content:'\f1d4'
}
.icon-alignverticalcenter:before {
 content:'\f1d1'
}
.icon-amd:before {
 content:'\f020'
}
.icon-analogdown:before {
 content:'\f2cb'
}
.icon-analogleft:before {
 content:'\f2c8'
}
.icon-analogright:before {
 content:'\f2c9'
}
.icon-analogup:before {
 content:'\f2ca'
}
.icon-analytics-piechart:before {
 content:'\f000'
}
.icon-analyticsalt-piechartalt:before {
 content:'\f001'
}
.icon-anchor-port:before {
 content:'\f21d'
}
.icon-android:before {
 content:'\f12a'
}
.icon-angrybirds:before {
 content:'\f3c1'
}
.icon-antenna:before {
 content:'\f3ec'
}
.icon-apache-feather:before {
 content:'\f056'
}
.icon-aperture:before {
 content:'\f356'
}
.icon-appointment-agenda:before {
 content:'\f26c'
}
.icon-archive:before {
 content:'\f171'
}
.icon-arrow-down:before {
 content:'\f2fe'
}
.icon-arrow-left:before {
 content:'\f305'
}
.icon-arrow-right:before {
 content:'\f304'
}
.icon-arrow-up:before {
 content:'\f301'
}
.icon-asterisk:before {
 content:'\f317'
}
.icon-asteriskalt:before {
 content:'\002a'
}
.icon-at:before {
 content:'\40'
}
.icon-atari:before {
 content:'\f3b9'
}
.icon-authentication-keyalt:before {
 content:'\f051'
}
.icon-automobile-car:before {
 content:'\f239'
}
.icon-autorespond:before {
 content:'\f08e'
}
.icon-avatar:before {
 content:'\f15a'
}
.icon-avataralt:before {
 content:'\f161'
}
.icon-avengers:before {
 content:'\f342'
}
.icon-awstats:before {
 content:'\f04c'
}
.icon-axe:before {
 content:'\f2ef'
}
.icon-backup-vault:before {
 content:'\f004'
}
.icon-backupalt-vaultalt:before {
 content:'\f005'
}
.icon-backupwizard:before {
 content:'\f05f'
}
.icon-backward:before {
 content:'\f183'
}
.icon-bag:before {
 content:'\f234'
}
.icon-baloon:before {
 content:'\f405'
}
.icon-ban-circle:before {
 content:'\f313'
}
.icon-banana:before {
 content:'\f3f4'
}
.icon-bandwidth:before {
 content:'\f006'
}
.icon-bank:before {
 content:'\f262'
}
.icon-barchart:before {
 content:'\f02f'
}
.icon-barchartalt:before {
 content:'\f07d'
}
.icon-barcode:before {
 content:'\f276'
}
.icon-basecamp:before {
 content:'\f160'
}
.icon-basketball:before {
 content:'\f2e9'
}
.icon-bat:before {
 content:'\f3d3'
}
.icon-batman:before {
 content:'\f348'
}
.icon-batteryaltcharging:before {
 content:'\f104'
}
.icon-batteryaltfull:before {
 content:'\f101'
}
.icon-batteryaltsixty:before {
 content:'\f102'
}

.icon-batteryaltthird:before {
 content:'\f103'
}
.icon-batterycharged:before {
 content:'\f0f4'
}
.icon-batterycharging:before {
 content:'\f0f3'
}
.icon-batteryeighty:before {
 content:'\f0f9'
}
.icon-batteryempty:before {
 content:'\f0f5'
}
.icon-batteryforty:before {
 content:'\f0f7'
}
.icon-batteryfull:before {
 content:'\f0fa'
}
.icon-batterysixty:before {
 content:'\f0f8'
}
.icon-batterytwenty:before {
 content:'\f0f6'
}
.icon-bed:before {
 content:'\f2b9'
}
.icon-beer:before {
 content:'\f244'
}
.icon-bell:before {
 content:'\2407'
}
.icon-bigger:before {
 content:'\f30a'
}
.icon-bill:before {
 content:'\f278'
}
.icon-binary:before {
 content:'\f087'
}
.icon-binoculars-searchalt:before {
 content:'\f2a0'
}
.icon-birdhouse:before {
 content:'\f390'
}
.icon-birthday:before {
 content:'\f36b'
}
.icon-bishop:before {
 content:'\f2f9'
}
.icon-blackberry:before {
 content:'\f421'
}
.icon-blankstare:before {
 content:'\f13e'
}
.icon-blogger-blog:before {
 content:'\f167'
}
.icon-bluetooth:before {
 content:'\f12b'
}
.icon-bluetoothconnected:before {
 content:'\f386'
}
.icon-boardgame:before {
 content:'\f2d9'
}
.icon-boat:before {
 content:'\f21a'
}
.icon-bold:before {
 content:'\f1f4'
}
.icon-bomb:before {
 content:'\f2dc'
}
.icon-bone:before {
 content:'\f35f'
}
.icon-book:before {
 content:'\f1ba'
}
.icon-bookmark:before {
 content:'\f143'
}
.icon-boombox:before {
 content:'\f195'
}
.icon-bottle:before {
 content:'\f361'
}
.icon-bow:before {
 content:'\f2ee'
}
.icon-bowling:before {
 content:'\f2f3'
}
.icon-bowlingpins:before {
 content:'\f3d2'
}
.icon-bowtie:before {
 content:'\f37f'
}
.icon-boxtrapper-mousetrap:before {
 content:'\f046'
}
.icon-braces:before {
 content:'\f0b4'
}
.icon-braille0:before {
 content:'\f44b'
}
.icon-braille1:before {
 content:'\f44c'
}
.icon-braille2:before {
 content:'\f44d'
}
.icon-braille3:before {
 content:'\f44e'
}
.icon-braille4:before {
 content:'\f44f'
}
.icon-braille5:before {
 content:'\f450'
}
.icon-braille6:before {
 content:'\f451'
}
.icon-braille7:before {
 content:'\f452'
}
.icon-braille8:before {
 content:'\f453'
}
.icon-braille9:before {
 content:'\f454'
}
.icon-braillea:before {
 content:'\f431'
}
.icon-brailleb:before {
 content:'\f432'
}
.icon-braillec:before {
 content:'\f433'
}
.icon-brailled:before {
 content:'\f434'
}
.icon-braillee:before {
 content:'\f435'
}
.icon-braillef:before {
 content:'\f436'
}
.icon-brailleg:before {
 content:'\f437'
}
.icon-brailleh:before {
 content:'\f438'
}
.icon-braillei:before {
 content:'\f439'
}
.icon-braillej:before {
 content:'\f43a'
}
.icon-braillek:before {
 content:'\f43b'
}
.icon-braillel:before {
 content:'\f43c'
}
.icon-braillem:before {
 content:'\f43d'
}
.icon-braillen:before {
 content:'\f43e'
}
.icon-brailleo:before {
 content:'\f43f'
}
.icon-braillep:before {
 content:'\f440'
}
.icon-brailleq:before {
 content:'\f441'
}
.icon-brailler:before {
 content:'\f442'
}
.icon-brailles:before {
 content:'\f443'
}
.icon-braillespace:before {
 content:'\f455'
}
.icon-braillet:before {
 content:'\f444'
}
.icon-brailleu:before {
 content:'\f445'
}
.icon-braillev:before {
 content:'\f446'
}
.icon-braillew:before {
 content:'\f447'
}
.icon-braillex:before {
 content:'\f448'
}
.icon-brailley:before {
 content:'\f449'
}
.icon-braillez:before {
 content:'\f44a'
}
.icon-brain:before {
 content:'\f3e3'
}
.icon-bread:before {
 content:'\f42f'
}
.icon-breakable:before {
 content:'\f41c'
}
.icon-briefcase:before {
 content:'\f25e'
}
.icon-briefcasethree:before {
 content:'\f25f'
}
.icon-briefcasetwo:before {
 content:'\f0a2'
}
.icon-brightness:before {
 content:'\f10a'
}
.icon-brightnessfull:before {
 content:'\f10b'
}
.icon-brightnesshalf:before {
 content:'\f10c'
}
.icon-broom:before {
 content:'\f40a'
}
.icon-browser:before {
 content:'\f159'
}
.icon-brush:before {
 content:'\f1b8'
}
.icon-bucket:before {
 content:'\f1b5'
}
.icon-bug:before {
 content:'\f0a7'
}
.icon-bullhorn:before {
 content:'\f287'
}
.icon-bus:before {
 content:'\f241'
}
.icon-businesscardalt:before {
 content:'\f137'
}
.icon-buttona:before {
 content:'\f2bf'
}
.icon-buttonb:before {
 content:'\f2c0'
}
.icon-buttonx:before {
 content:'\f2c1'
}
.icon-buttony:before {
 content:'\f2c2'
}
.icon-cactus-desert:before {
 content:'\f22c'
}
.icon-calculator:before {
 content:'\f258'
}
.icon-calculatoralt:before {
 content:'\f265'
}
.icon-calendar:before {
 content:'\f20f'
}
.icon-calendaralt-cronjobs:before {
 content:'\f0a1'
}
.icon-camera:before {
 content:'\f19b'
}
.icon-candle:before {
 content:'\f29a'
}
.icon-candy:before {
 content:'\f42d'
}
.icon-candycane:before {
 content:'\f37d'
}
.icon-cannon:before {
 content:'\f401'
}
.icon-canvas:before {
 content:'\f1c8'
}
.icon-canvasrulers:before {
 content:'\f205'
}
.icon-capacitator:before {
 content:'\f3e8'
}
.icon-capslock:before {
 content:'\21ea'
}
.icon-captainamerica:before {
 content:'\f341'
}
.icon-carrot:before {
 content:'\f3f2'
}
.icon-cashregister:before {
 content:'\f26e'
}
.icon-cassette:before {
 content:'\f377'
}
.icon-cd-dvd:before {
 content:'\f0cd'
}
.icon-certificate:before {
 content:'\f277'
}
.icon-certificatealt:before {
 content:'\f058'
}
.icon-certificatethree:before {
 content:'\f059'
}
.icon-cgi:before {
 content:'\f086'
}
.icon-cgicenter:before {
 content:'\f079'
}
.icon-chair:before {
 content:'\2441'
}
.icon-chat:before {
 content:'\f162'
}
.icon-check:before {
 content:'\f310'
}
.icon-checkboxalt:before {
 content:'\f311'
}
.icon-checkin:before {
 content:'\f223'
}
.icon-checkinalt:before {
 content:'\f227'
}
.icon-chef:before {
 content:'\f3ce'
}
.icon-cherry:before {
 content:'\f35d'
}
.icon-chevron-down:before {
 content:'\f48b'
}
.icon-chevron-left:before {
 content:'\f489'
}
.icon-chevron-right:before {
 content:'\f488'
}
.icon-chevron-up:before {
 content:'\f48a'
}
.icon-chevrons:before {
 content:'\f0b5'
}
.icon-chicken:before {
 content:'\f359'
}
.icon-chocolate:before {
 content:'\f367'
}
.icon-christiancross:before {
 content:'\f40f'
}
.icon-christmastree:before {
 content:'\f37b'
}
.icon-chrome:before {
 content:'\f14e'
}
.icon-cigarette:before {
 content:'\f229'
}
.icon-circle-arrow-down:before {
 content:'\f475'
}
.icon-circle-arrow-left:before {
 content:'\f472'
}
.icon-circle-arrow-right:before {
 content:'\f473'
}
.icon-circle-arrow-up:before {
 content:'\f474'
}
.icon-circleadd:before {
 content:'\f0d1'
}
.icon-circledelete:before {
 content:'\f0d2'
}
.icon-circledown:before {
 content:'\f3c7'
}
.icon-circleleft:before {
 content:'\f3c6'
}
.icon-circleright:before {
 content:'\f3c9'
}
.icon-circleselect:before {
 content:'\f0d3'
}
.icon-circleselection:before {
 content:'\f1b1'
}
.icon-circleup:before {
 content:'\f3c8'
}
.icon-clearformatting:before {
 content:'\f1e7'
}
.icon-clipboard-paste:before {
 content:'\f0cb'
}
.icon-clockalt-timealt:before {
 content:'\f22b'
}
.icon-closetab:before {
 content:'\f170'
}
.icon-closewindow:before {
 content:'\f16e'
}
.icon-cloud:before {
 content:'\f0b9'
}
.icon-clouddownload:before {
 content:'\f0bb'
}
.icon-cloudhosting:before {
 content:'\f007'
}
.icon-cloudsync:before {
 content:'\f0bc'
}
.icon-cloudupload:before {
 content:'\f0ba'
}
.icon-clubs:before {
 content:'\f2f6'
}
.icon-cmd:before {
 content:'\f33a'
}
.icon-cms:before {
 content:'\f036'
}
.icon-cmsmadesimple:before {
 content:'\f0b0'
}
.icon-codeigniter:before {
 content:'\f077'
}
.icon-coffee:before {
 content:'\f235'
}
.icon-coffeebean:before {
 content:'\f366'
}
.icon-cog:before {
 content:'\f00f'
}
.icon-colocation:before {
 content:'\f024'
}
.icon-colocationalt:before {
 content:'\f023'
}
.icon-colors:before {
 content:'\f1e6'
}
.icon-comment:before {
 content:'\f12c'
}
.icon-commentout:before {
 content:'\f080'
}
.icon-commentround:before {
 content:'\f155'
}
.icon-commentroundempty:before {
 content:'\f156'
}
.icon-commentroundtyping:before {
 content:'\f157'
}
.icon-commentroundtypingempty:before {
 content:'\f158'
}
.icon-commenttyping:before {
 content:'\f12d'
}
.icon-compass:before {
 content:'\263c'
}
.icon-concretefive:before {
 content:'\f0af'
}
.icon-contact-businesscard:before {
 content:'\f040'
}
.icon-controllernes:before {
 content:'\f2d2'
}
.icon-controllerps:before {
 content:'\f2d1'
}
.icon-controllersnes:before {
 content:'\f2d3'
}
.icon-controlpanel:before {
 content:'\f008'
}
.icon-controlpanelalt:before {
 content:'\f009'
}
.icon-cooling:before {
 content:'\f00a'
}
.icon-coppermine:before {
 content:'\f0a4'
}
.icon-copy:before {
 content:'\f0c9'
}
.icon-copyright:before {
 content:'\00a9'
}
.icon-coupon:before {
 content:'\f254'
}
.icon-cpanel:before {
 content:'\f072'
}
.icon-cplusplus:before {
 content:'\f0b1'
}
.icon-cpu-processor:before {
 content:'\f002'
}
.icon-cpualt-processoralt:before {
 content:'\f003'
}
.icon-crayon:before {
 content:'\f383'
}
.icon-createfile:before {
 content:'\f0c6'
}
.icon-createfolder:before {
 content:'\f0da'
}
.icon-creativecommons:before {
 content:'\f1fc'
}
.icon-creditcard:before {
 content:'\f279'
}
.icon-cricket:before {
 content:'\f418'
}
.icon-croisant:before {
 content:'\f29f'
}
.icon-crop:before {
 content:'\f1af'
}
.icon-crown:before {
 content:'\f28f'
}
.icon-csharp:before {
 content:'\f0b2'
}
.icon-cssthree:before {
 content:'\f06a'
}
.icon-cup-coffeealt:before {
 content:'\f24b'
}
.icon-cupcake:before {
 content:'\f35b'
}
.icon-curling:before {
 content:'\f3d7'
}
.icon-cursor:before {
 content:'\f0dc'
}
.icon-cut-scissors:before {
 content:'\f0ca'
}
.icon-dagger:before {
 content:'\2020'
}
.icon-danger:before {
 content:'\f415'
}
.icon-dart:before {
 content:'\f3d4'
}
.icon-darthvader:before {
 content:'\f34a'
}
.icon-database:before {
 content:'\f00b'
}
.icon-databaseadd:before {
 content:'\f00c'
}
.icon-databasedelete:before {
 content:'\f00d'
}
.icon-davidstar:before {
 content:'\f40e'
}
.icon-dcsource:before {
 content:'\f3e9'
}
.icon-dedicatedserver:before {
 content:'\f00e'
}
.icon-deletefile:before {
 content:'\f0c7'
}
.icon-deletefolder:before {
 content:'\f0db'
}
.icon-delicious:before {
 content:'\f152'
}
.icon-designcontest:before {
 content:'\f351'
}
.icon-desklamp:before {
 content:'\f412'
}
.icon-dialpad:before {
 content:'\f399'
}
.icon-diamond:before {
 content:'\2666'
}
.icon-diamonds:before {
 content:'\f2f7'
}
.icon-die-dice:before {
 content:'\f2d8'
}
.icon-diefive:before {
 content:'\f3fb'
}
.icon-diefour:before {
 content:'\f3fa'
}
.icon-dieone:before {
 content:'\f3f7'
}
.icon-diesix:before {
 content:'\f3fc'
}
.icon-diethree:before {
 content:'\f3f9'
}
.icon-dietwo:before {
 content:'\f3f8'
}
.icon-diode:before {
 content:'\f3e7'
}
.icon-director:before {
 content:'\f2ae'
}
.icon-diskspace:before {
 content:'\f096'
}
.icon-distributehorizontalcenters:before {
 content:'\f1dc'
}
.icon-distributeverticalcenters:before {
 content:'\f1db'
}
.icon-divide:before {
 content:'\00f7'
}
.icon-dna:before {
 content:'\f409'
}
.icon-dnszone:before {
 content:'\f07f'
}
.icon-document:before {
 content:'\f0c2'
}
.icon-doghouse:before {
 content:'\f38f'
}
.icon-dollar:before {
 content:'\24'
}
.icon-dollaralt:before {
 content:'\f259'
}
.icon-dolphinsoftware:before {
 content:'\f064'
}
.icon-domain:before {
 content:'\f01d'
}
.icon-domainaddon:before {
 content:'\f053'
}
.icon-domino:before {
 content:'\f3d5'
}
.icon-donut:before {
 content:'\f3ca'
}
.icon-downleft:before {
 content:'\f2ff'
}
.icon-download:before {
 content:'\f47b'
}
.icon-download-alt:before {
 content:'\f11a'
}
.icon-downright:before {
 content:'\f300'
}
.icon-draft:before {
 content:'\f172'

}
.icon-dreamweaver:before {
 content:'\f1d0'
}
.icon-dribbble:before {
 content:'\f14c'
}
.icon-dropmenu:before {
 content:'\f0a5'
}
.icon-drupal:before {
 content:'\f075'
}
.icon-drwho:before {
 content:'\f3c0'
}
.icon-edit:before {
 content:'\f47c'
}
.icon-editalt:before {
 content:'\f0f2'
}
.icon-egg:before {
 content:'\f407'
}
.icon-eightball:before {
 content:'\f36e'
}
.icon-eject:before {
 content:'\f199'
}
.icon-elipse:before {
 content:'\f1bc'
}
.icon-emailalt:before {
 content:'\f136'
}
.icon-emailexport:before {
 content:'\f176'
}
.icon-emailforward:before {
 content:'\f175'
}
.icon-emailforwarders:before {
 content:'\f049'
}
.icon-emailimport:before {
 content:'\f177'
}
.icon-emailrefresh:before {
 content:'\f174'
}
.icon-emailtrace:before {
 content:'\f091'
}
.icon-emergency:before {
 content:'\f246'
}
.icon-emptycart:before {
 content:'\f395'
}
.icon-enter:before {
 content:'\f323'
}
.icon-envelope:before {
 content:'\f028'
}
.icon-equalizer:before {
 content:'\f18e'
}
.icon-equalizeralt:before {
 content:'\f18f'
}
.icon-equals:before {
 content:'\f30c'
}
.icon-eraser:before {
 content:'\f1f1'
}
.icon-erroralt:before {
 content:'\f05a'
}
.icon-euro:before {
 content:'\20ac'
}
.icon-euroalt:before {
 content:'\f25a'
}
.icon-evernote:before {
 content:'\f17c'
}
.icon-exchange-currency:before {
 content:'\f26b'
}
.icon-exclamation-sign:before {
 content:'\f04a'
}
.icon-excludeshape:before {
 content:'\f200'
}
.icon-exit:before {
 content:'\f324'
}
.icon-explorerwindow:before {
 content:'\f0d9'
}
.icon-exportfile:before {
 content:'\f32f'
}
.icon-exposure:before {
 content:'\f1de'
}
.icon-extinguisher:before {
 content:'\f2b7'
}
.icon-eye-close:before {
 content:'\f481'
}
.icon-eye-open:before {
 content:'\f2b5'
}
.icon-eye-view:before {
 content:'\f280'
}
.icon-eyedropper:before {
 content:'\f1ad'
}
.icon-facebook:before {
 content:'\f140'
}
.icon-facebookalt:before {
 content:'\f14b'
}
.icon-facetime-video:before {
 content:'\f19c'
}
.icon-factory:before {
 content:'\f27a'
}
.icon-fantastico:before {
 content:'\f0ae'
}
.icon-faq:before {
 content:'\f099'
}
.icon-fast-backward:before {
 content:'\f47e'
}
.icon-fast-forward:before {
 content:'\f47f'
}
.icon-fastdown:before {
 content:'\f31d'
}
.icon-fastleft:before {
 content:'\f31a'
}
.icon-fastright:before {
 content:'\f31b'
}
.icon-fastup:before {
 content:'\f31c'
}
.icon-favoritefile:before {
 content:'\f381'
}
.icon-favoritefolder:before {
 content:'\f382'
}
.icon-featheralt-write:before {
 content:'\f1c5'
}
.icon-fedora:before {
 content:'\f3f1'
}
.icon-fence:before {
 content:'\f2af'
}
.icon-file:before {
 content:'\f0d6'
}
.icon-film:before {
 content:'\f19d'
}
.icon-filmstrip:before {
 content:'\f3ed'
}
.icon-filter:before {
 content:'\f05c'
}
.icon-finder:before {
 content:'\f398'
}
.icon-fire:before {
 content:'\f27f'
}
.icon-firefox:before {
 content:'\f420'
}
.icon-firewall:before {
 content:'\f021'
}
.icon-firewire:before {
 content:'\f0fc'
}
.icon-firstaid:before {
 content:'\f2ba'
}
.icon-fish:before {
 content:'\f35a'
}
.icon-fishbone:before {
 content:'\f42b'
}
.icon-flag:before {
 content:'\f487'
}
.icon-flagalt:before {
 content:'\f232'
}
.icon-flagtriangle:before {
 content:'\f20b'
}
.icon-flash:before {
 content:'\f1cf'
}
.icon-flashlight:before {
 content:'\f299'
}
.icon-flashplayer:before {
 content:'\f070'
}
.icon-flaskfull:before {
 content:'\f27e'
}
.icon-flickr:before {
 content:'\f146'
}
.icon-flower:before {
 content:'\f2a5'
}
.icon-flowernew:before {
 content:'\f3a8'
}
.icon-folder-close:before {
 content:'\f094'
}
.icon-folder-open:before {
 content:'\f483'
}
.icon-foldertree:before {
 content:'\f0f0'
}
.icon-font:before {
 content:'\f1ae'
}
.icon-foodtray:before {
 content:'\f3d0'
}
.icon-football-soccer:before {
 content:'\f2eb'
}
.icon-forbiddenalt:before {
 content:'\f314'
}
.icon-forest-tree:before {
 content:'\f217'
}
.icon-forestalt-treealt:before {
 content:'\f21c'
}
.icon-fork:before {
 content:'\22d4'
}
.icon-forklift:before {
 content:'\f29b'
}
.icon-form:before {
 content:'\f08c'
}
.icon-forrst:before {
 content:'\f14d'
}
.icon-fort:before {
 content:'\f400'
}
.icon-forward:before {
 content:'\f182'
}
.icon-fourohfour:before {
 content:'\f09d'
}
.icon-foursquare:before {
 content:'\f42a'
}
.icon-freeway:before {
 content:'\f24a'
}
.icon-fridge:before {
 content:'\f40d'
}
.icon-fries:before {
 content:'\f36a'
}
.icon-ftp:before {
 content:'\f029'
}
.icon-ftpaccounts:before {
 content:'\f07b'
}
.icon-ftpsession:before {
 content:'\f07c'
}
.icon-fullscreen:before {
 content:'\f485'
}
.icon-gameboy:before {
 content:'\f403'
}
.icon-gamecursor:before {
 content:'\f2d0'
}
.icon-gasstation:before {
 content:'\f216'
}
.icon-gearfour:before {
 content:'\f3a7'
}
.icon-ghost:before {
 content:'\f2da'
}
.icon-gift:before {
 content:'\f260'
}
.icon-github:before {
 content:'\f081'
}
.icon-glass:before {
 content:'\f236'
}
.icon-glasses:before {
 content:'\f295'
}
.icon-glassesalt:before {
 content:'\f39d'
}
.icon-globe:before {
 content:'\f01b'
}
.icon-globealt:before {
 content:'\f36c'
}
.icon-glue:before {
 content:'\f36d'
}
.icon-gmail:before {
 content:'\f150'
}
.icon-golf:before {
 content:'\f2f1'
}
.icon-googledrive:before {
 content:'\f163'
}
.icon-googleplus:before {
 content:'\f165'
}
.icon-googlewallet:before {
 content:'\f270'
}
.icon-gpsoff-gps:before {
 content:'\f21e'
}
.icon-gpson:before {
 content:'\f21f'
}
.icon-gpu-graphicscard:before {
 content:'\f108'
}
.icon-gradient:before {
 content:'\2207'
}
.icon-grails:before {
 content:'\f085'
}
.icon-greenlantern:before {
 content:'\f340'
}
.icon-greenlightbulb:before {
 content:'\f406'
}
.icon-grooveshark:before {
 content:'\f3a2'
}
.icon-groups-friends:before {
 content:'\f134'
}
.icon-guitar:before {
 content:'\f19a'
}
.icon-halflife:before {
 content:'\f3ba'
}
.icon-halo:before {
 content:'\f3bb'
}
.icon-hamburger:before {
 content:'\f2b3'
}
.icon-hammer:before {
 content:'\f291'
}
.icon-hand-down:before {
 content:'\f387'
}
.icon-hand-left:before {
 content:'\f389'
}
.icon-hand-right:before {
 content:'\f388'
}
.icon-hand-up:before {
 content:'\f0dd'
}
.icon-handcuffs:before {
 content:'\f393'
}
.icon-handdrag:before {
 content:'\f0de'
}
.icon-handtwofingers:before {
 content:'\f0df'
}
.icon-hanger:before {
 content:'\f2ab'
}
.icon-happy:before {
 content:'\f13c'
}
.icon-harrypotter:before {
 content:'\f38b'
}
.icon-hdd:before {
 content:'\f02a'
}
.icon-hdtv:before {
 content:'\f1a0'
}
.icon-headphones:before {
 content:'\f180'
}
.icon-headphonesalt:before {
 content:'\f1a3'
}
.icon-heart:before {
 content:'\f131'
}
.icon-heartempty-love:before {
 content:'\f132'
}
.icon-hearts:before {
 content:'\f2f4'
}
.icon-helicopter:before {
 content:'\f3e4'
}
.icon-hexagon-polygon:before {
 content:'\f1be'
}
.icon-hockey:before {
 content:'\f3d9'
}
.icon-home:before {
 content:'\21b8'
}
.icon-homealt:before {
 content:'\f02b'
}
.icon-hospital:before {
 content:'\f247'
}
.icon-hotdog:before {
 content:'\f3cc'
}
.icon-hotlinkprotection:before {
 content:'\f050'
}
.icon-hourglassalt:before {
 content:'\f122'
}
.icon-html:before {
 content:'\f068'
}
.icon-htmlfive:before {
 content:'\f069'
}
.icon-hydrant:before {
 content:'\f3ff'
}
.icon-icecream:before {
 content:'\f2a4'
}
.icon-icecreamalt:before {
 content:'\f289'
}
.icon-illustrator:before {
 content:'\f1ce'
}
.icon-imac:before {
 content:'\f0fb'
}
.icon-images-gallery:before {
 content:'\f09f'
}
.icon-importcontacts:before {
 content:'\f092'
}
.icon-importfile:before {
 content:'\f32e'
}
.icon-inbox:before {
 content:'\f17a'
}
.icon-inboxalt:before {
 content:'\f178'
}
.icon-incomingcall:before {
 content:'\f15d'
}
.icon-indent-left:before {
 content:'\f1f2'
}
.icon-indent-right:before {
 content:'\f1f3'
}
.icon-indexmanager:before {
 content:'\f09e'
}
.icon-infinity:before {
 content:'\221e'
}
.icon-info-sign:before {
 content:'\f315'
}
.icon-infographic:before {
 content:'\f336'
}
.icon-ink:before {
 content:'\f3f6'
}
.icon-inkpen:before {
 content:'\f1ac'
}
.icon-insertbarchart:before {
 content:'\f1e5'
}
.icon-insertpicture:before {
 content:'\f1e0'
}
.icon-insertpicturecenter:before {
 content:'\f1e3'
}
.icon-insertpictureleft:before {
 content:'\f1e1'
}
.icon-insertpictureright:before {
 content:'\f1e2'
}
.icon-insertpiechart:before {
 content:'\f1e4'
}
.icon-instagram:before {
 content:'\f14a'
}
.icon-install:before {
 content:'\f128'
}
.icon-intel:before {
 content:'\f01f'
}
.icon-intersection:before {
 content:'\2229'
}
.icon-intersectshape:before {
 content:'\f1ff'
}
.icon-invert:before {
 content:'\f1df'
}
.icon-invoice:before {
 content:'\f3e5'
}
.icon-ipcontrol:before {
 content:'\f08b'
}
.icon-iphone:before {
 content:'\f0e6'
}
.icon-ipod:before {
 content:'\f190'
}
.icon-ironman:before {
 content:'\f349'
}
.icon-islam:before {
 content:'\f410'
}
.icon-island:before {
 content:'\f392'
}
.icon-italic:before {
 content:'\f1f5'
}
.icon-jar:before {
 content:'\f2b6'
}
.icon-jason:before {
 content:'\f38c'
}
.icon-java:before {
 content:'\f083'
}
.icon-joomla:before {
 content:'\f073'
}
.icon-joystickarcade:before {
 content:'\f2d4'
}
.icon-joystickatari:before {
 content:'\f2d5'
}
.icon-jquery:before {
 content:'\f06b'
}
.icon-jqueryui:before {
 content:'\f06c'
}
.icon-kerning:before {
 content:'\f1e9'
}
.icon-key:before {
 content:'\f093'
}
.icon-keyboard:before {
 content:'\f119'
}
.icon-keyboardalt:before {
 content:'\f105'
}
.icon-keyboarddelete:before {
 content:'\f3a6'
}
.icon-kidney:before {
 content:'\f3e0'
}
.icon-king:before {
 content:'\f2fc'
}
.icon-knife:before {
 content:'\f214'
}
.icon-knight:before {
 content:'\f2fb'
}
.icon-knob:before {
 content:'\f376'
}
.icon-lab-flask:before {
 content:'\f27d'
}
.icon-lamp:before {
 content:'\f2b1'
}
.icon-lan:before {
 content:'\f0ee'
}
.icon-language:before {
 content:'\f042'
}
.icon-laptop:before {
 content:'\f0d8'
}
.icon-lasso:before {
 content:'\f396'
}
.icon-lastfm:before {
 content:'\f3a3'
}
.icon-laugh:before {
 content:'\f13f'
}
.icon-law:before {
 content:'\f263'
}
.icon-layers:before {
 content:'\f1ca'
}
.icon-layersalt:before {
 content:'\f1cb'
}
.icon-leaf:before {
 content:'\f039'
}
.icon-leechprotect:before {
 content:'\f07e'
}
.icon-legacyfilemanager:before {
 content:'\f095'
}
.icon-lego:before {
 content:'\f370'
}
.icon-lifeempty:before {
 content:'\f2e1'
}
.icon-lifefull:before {
 content:'\f2e3'
}
.icon-lifehacker:before {
 content:'\f380'
}
.icon-lifehalf:before {
 content:'\f2e2'
}
.icon-lifepreserver:before {
 content:'\f015'
}
.icon-lightbulb-idea:before {
 content:'\f338'
}
.icon-lighthouse:before {
 content:'\f3e6'
}
.icon-lightning:before {
 content:'\f231'
}
.icon-lightningalt:before {
 content:'\f2a8'
}
.icon-line:before {
 content:'\f1bf'
}
.icon-lineheight:before {
 content:'\f1c0'
}
.icon-link:before {
 content:'\f022'
}
.icon-linkalt:before {
 content:'\f333'
}
.icon-linkedin:before {
 content:'\f166'
}
.icon-linux:before {
 content:'\f01a'
}
.icon-list:before {
 content:'\f111'
}
.icon-list-alt:before {
 content:'\f480'
}
.icon-liver:before {
 content:'\f3e2'
}
.icon-loading-hourglass:before {
 content:'\f123'
}
.icon-loadingalt:before {
 content:'\f339'
}
.icon-lock:before {
 content:'\f0be'
}
.icon-lockalt-keyhole:before {
 content:'\f0eb'
}
.icon-lollypop:before {
 content:'\f3ee'
}
.icon-lungs:before {
 content:'\f3df'
}
.icon-macpro:before {
 content:'\f3a5'
}
.icon-macro-plant:before {
 content:'\f1c6'
}
.icon-magazine:before {
 content:'\f1ec'
}
.icon-magento:before {
 content:'\f06e'
}
.icon-magnet:before {
 content:'\f281'
}
.icon-mailbox:before {
 content:'\f044'
}
.icon-mailinglists:before {
 content:'\f090'
}
.icon-man-male:before {
 content:'\f2a1'
}
.icon-managedhosting:before {
 content:'\f038'
}
.icon-map:before {
 content:'\f209'
}
.icon-map-marker:before {
 content:'\f220'
}
.icon-marker:before {
 content:'\f204'
}
.icon-marvin:before {
 content:'\f3dd'
}
.icon-mastercard:before {
 content:'\f266'
}
.icon-maximize:before {
 content:'\f30f'
}
.icon-medal:before {
 content:'\f2e5'
}
.icon-medalbronze:before {
 content:'\f2e8'
}
.icon-medalgold:before {
 content:'\f2e6'
}
.icon-medalsilver:before {
 content:'\f2e7'
}
.icon-mediarepeat:before {
 content:'\f187'
}
.icon-men:before {
 content:'\f24c'
}
.icon-menu:before {
 content:'\f127'
}
.icon-merge:before {
 content:'\f334'
}
.icon-mergecells:before {
 content:'\f327'
}
.icon-mergeshapes:before {
 content:'\f201'
}
.icon-metro-subway:before {
 content:'\f24f'
}
.icon-metronome:before {
 content:'\f374'
}
.icon-mickeymouse:before {
 content:'\f37a'
}
.icon-microphone:before {
 content:'\f191'
}
.icon-microscope:before {
 content:'\f283'
}
.icon-microsd:before {
 content:'\f107'
}
.icon-microwave:before {
 content:'\f42e'
}
.icon-mimetype:before {
 content:'\f057'
}
.icon-minimize:before {
 content:'\f30e'
}
.icon-minus:before {
 content:'\2212'
}
.icon-minus-sign:before {
 content:'\f477'
}
.icon-missedcall:before {
 content:'\f15c'
}
.icon-mobile:before {
 content:'\f0e8'
}
.icon-moleskine:before {
 content:'\f1f0'
}
.icon-money-cash:before {
 content:'\f27b'
}
.icon-moneybag:before {
 content:'\f271'
}
.icon-monitor:before {
 content:'\f0d5'
}
.icon-monstersinc:before {
 content:'\f3bd'
}
.icon-moon-night:before {
 content:'\f207'
}
.icon-mouse:before {
 content:'\f0d4'
}
.icon-mousealt:before {
 content:'\f126'
}
.icon-move:before {
 content:'\f322'
}
.icon-movieclapper:before {
 content:'\f193'
}
.icon-moviereel:before {
 content:'\f17f'
}
.icon-muffin:before {
 content:'\f363'
}
.icon-mug:before {
 content:'\f24e'
}
.icon-mushroom:before {
 content:'\f35e'
}
.icon-music:before {
 content:'\f181'
}
.icon-musicalt:before {
 content:'\f18d'
}
.icon-mutealt:before {
 content:'\f0e5'
}
.icon-mxentry:before {
 content:'\f07a'
}
.icon-mybb:before {
 content:'\f065'
}
.icon-myspace:before {
 content:'\f153'
}
.icon-mysql-dolphin:before {
 content:'\f076'
}
.icon-nail:before {
 content:'\f428'
}
.icon-navigation:before {
 content:'\f23a'
}
.icon-network:before {
 content:'\f0a6'
}
.icon-networksignal:before {
 content:'\f3a9'
}
.icon-news:before {
 content:'\f256'
}
.icon-newtab:before {
 content:'\f16f'
}
.icon-newwindow:before {
 content:'\f16d'
}
.icon-next:before {
 content:'\f18a'
}
.icon-nexus:before {
 content:'\f0e7'
}
.icon-nintendods:before {
 content:'\f404'
}
.icon-nodejs:before {
 content:'\f084'
}
.icon-notes:before {
 content:'\f0d7'
}
.icon-notificationbottom:before {
 content:'\f144'
}
.icon-notificationtop:before {
 content:'\f145'
}
.icon-nut:before {
 content:'\f427'
}
.icon-off:before {
 content:'\f11d'
}
.icon-office-building:before {
 content:'\f245'
}
.icon-officechair:before {
 content:'\f26d'
}
.icon-ok:before {
 content:'\2713'
}
.icon-ok-circle:before {
 content:'\f471'
}
.icon-ok-sign:before {
 content:'\f479'
}
.icon-oneup:before {
 content:'\f3b7'
}
.icon-oneupalt:before {
 content:'\f3b6'
}
.icon-opencart:before {
 content:'\f060'
}
.icon-opennewwindow:before {
 content:'\f332'
}
.icon-orange:before {
 content:'\f29e'
}
.icon-outbox:before {
 content:'\f179'
}
.icon-outgoingcall:before {
 content:'\f15e'
}
.icon-oxwall:before {
 content:'\f06d'
}
.icon-pacman:before {
 content:'\f2db'
}
.icon-pageback:before {
 content:'\f31e'
}
.icon-pagebreak:before {
 content:'\f1cc'
}
.icon-pageforward:before {
 content:'\f31f'
}
.icon-pagesetup:before {
 content:'\f331'

}
.icon-paintbrush:before {
 content:'\f1e8'
}
.icon-paintroll:before {
 content:'\f1fa'
}
.icon-palette-painting:before {
 content:'\f1b9'
}
.icon-paperclip:before {
 content:'\f284'
}
.icon-paperclipalt:before {
 content:'\f285'
}
.icon-paperclipvertical:before {
 content:'\f286'
}
.icon-paperplane:before {
 content:'\f296'
}
.icon-parentheses:before {
 content:'\f3c4'
}
.icon-parkeddomain:before {
 content:'\f055'
}
.icon-password:before {
 content:'\f03e'
}
.icon-passwordalt:before {
 content:'\f03f'
}
.icon-pasta:before {
 content:'\f408'
}
.icon-patch:before {
 content:'\f2a3'
}
.icon-path:before {
 content:'\f169'
}
.icon-pause:before {
 content:'\f186'
}
.icon-paw-pet:before {
 content:'\f29d'
}
.icon-pawn:before {
 content:'\f2f8'
}
.icon-paypal:before {
 content:'\f267'
}
.icon-peace:before {
 content:'\f2a7'
}
.icon-pen:before {
 content:'\f1ee'
}
.icon-pencil:before {
 content:'\f1b7'
}
.icon-pepperoni:before {
 content:'\f364'
}
.icon-percent:before {
 content:'\25'
}
.icon-perl-camel:before {
 content:'\f0b6'
}
.icon-perlalt:before {
 content:'\f0b7'
}
.icon-phone-call:before {
 content:'\f14f'
}
.icon-phonealt:before {
 content:'\f15b'
}
.icon-phonebook:before {
 content:'\f149'
}
.icon-phonebookalt:before {
 content:'\f135'
}
.icon-phonemic:before {
 content:'\f391'
}
.icon-phoneold:before {
 content:'\f148'
}
.icon-photoshop:before {
 content:'\f1cd'
}
.icon-php:before {
 content:'\f09c'
}
.icon-phpbb:before {
 content:'\f063'
}
.icon-phppear:before {
 content:'\f09b'
}
.icon-piano:before {
 content:'\f19e'
}
.icon-picture:before {
 content:'\22b7'
}
.icon-pictureframe:before {
 content:'\f41e'
}
.icon-piggybank:before {
 content:'\f257'
}
.icon-pigpena:before {
 content:'\f456'
}
.icon-pigpenb:before {
 content:'\f457'
}
.icon-pigpenc:before {
 content:'\f458'
}
.icon-pigpend:before {
 content:'\f459'
}
.icon-pigpene:before {
 content:'\f45a'
}
.icon-pigpenf:before {
 content:'\f45b'
}
.icon-pigpeng:before {
 content:'\f45c'
}
.icon-pigpenh:before {
 content:'\f45d'
}
.icon-pigpeni:before {
 content:'\f45e'
}
.icon-pigpenj:before {
 content:'\f45f'
}
.icon-pigpenk:before {
 content:'\f460'
}
.icon-pigpenl:before {
 content:'\f461'
}
.icon-pigpenm:before {
 content:'\f462'
}
.icon-pigpenn:before {
 content:'\f463'
}
.icon-pigpeno:before {
 content:'\f464'
}
.icon-pigpenp:before {
 content:'\f465'
}
.icon-pigpenq:before {
 content:'\f466'
}
.icon-pigpenr:before {
 content:'\f467'
}
.icon-pigpens:before {
 content:'\f468'
}
.icon-pigpent:before {
 content:'\f469'
}
.icon-pigpenu:before {
 content:'\f46a'
}
.icon-pigpenv:before {
 content:'\f46b'
}
.icon-pigpenw:before {
 content:'\f46c'
}
.icon-pigpenx:before {
 content:'\f46d'
}
.icon-pigpeny:before {
 content:'\f46e'
}
.icon-pigpenz:before {
 content:'\f46f'
}
.icon-pilcrow:before {
 content:'\00b6'
}
.icon-pill-antivirusalt:before {
 content:'\f0aa'
}
.icon-pin:before {
 content:'\f20a'
}
.icon-pipe:before {
 content:'\01c0'
}
.icon-piwigo:before {
 content:'\f0ad'
}
.icon-pizza:before {
 content:'\f35c'
}
.icon-placeadd:before {
 content:'\f221'
}
.icon-placealt:before {
 content:'\f224'
}
.icon-placealtadd:before {
 content:'\f225'
}
.icon-placealtdelete:before {
 content:'\f226'
}
.icon-placedelete:before {
 content:'\f222'
}
.icon-placeios:before {
 content:'\f20c'
}
.icon-plane:before {
 content:'\f23e'
}
.icon-plaque:before {
 content:'\f2b8'
}
.icon-play:before {
 content:'\f184'
}
.icon-play-circle:before {
 content:'\f17e'
}
.icon-playstore:before {
 content:'\f255'
}
.icon-playvideo:before {
 content:'\f03d'
}
.icon-plug:before {
 content:'\f0ea'
}
.icon-pluginalt:before {
 content:'\f098'
}
.icon-plus:before {
 content:'\002b'
}
.icon-plus-sign:before {
 content:'\f476'
}
.icon-pocket:before {
 content:'\f16b'
}
.icon-podcast:before {
 content:'\f1a2'
}
.icon-podium-winner:before {
 content:'\f2d6'
}
.icon-pokemon:before {
 content:'\f354'
}
.icon-police:before {
 content:'\f2aa'
}
.icon-polygonlasso:before {
 content:'\f397'
}
.icon-post:before {
 content:'\f12e'
}
.icon-postalt:before {
 content:'\f130'
}
.icon-pound:before {
 content:'\f25b'
}
.icon-poundalt:before {
 content:'\f25c'
}
.icon-powerjack:before {
 content:'\f0fd'
}
.icon-powerplug:before {
 content:'\f0ed'
}
.icon-powerplugeu:before {
 content:'\f28b'
}
.icon-powerplugus:before {
 content:'\f28c'
}
.icon-presentation:before {
 content:'\f0c4'
}
.icon-prestashop:before {
 content:'\f061'
}
.icon-pretzel:before {
 content:'\f3cf'
}
.icon-preview:before {
 content:'\f330'
}
.icon-previous:before {
 content:'\f18b'
}
.icon-print:before {
 content:'\f125'
}
.icon-protecteddirectory:before {
 content:'\f04d'
}
.icon-pscircle:before {
 content:'\f2bb'
}
.icon-pscursor:before {
 content:'\f2c3'
}
.icon-psdown:before {
 content:'\f2c6'
}
.icon-psleft:before {
 content:'\f2c7'
}
.icon-pslone:before {
 content:'\f2cc'
}
.icon-psltwo:before {
 content:'\f2cd'
}
.icon-psright:before {
 content:'\f2c5'
}
.icon-psrone:before {
 content:'\f2ce'
}
.icon-psrtwo:before {
 content:'\f2cf'
}
.icon-pssquare:before {
 content:'\f2bc'
}
.icon-pstriangle:before {
 content:'\f2bd'
}
.icon-psup:before {
 content:'\f2c4'
}
.icon-psx:before {
 content:'\f2be'
}
.icon-pull:before {
 content:'\f089'
}
.icon-punisher:before {
 content:'\f343'
}
.icon-push:before {
 content:'\f088'
}
.icon-puzzle-plugin:before {
 content:'\f0a0'
}
.icon-python:before {
 content:'\f071'
}
.icon-qrcode:before {
 content:'\f275'
}
.icon-quake:before {
 content:'\f355'
}
.icon-queen:before {
 content:'\f2fd'
}
.icon-query:before {
 content:'\f08a'
}
.icon-question-sign:before {
 content:'\f0a3'
}
.icon-quote:before {
 content:'\f12f'
}
.icon-quotedown:before {
 content:'\f329'
}
.icon-quoteup:before {
 content:'\f328'
}
.icon-raceflag:before {
 content:'\f38e'
}
.icon-racquet:before {
 content:'\f2f2'
}
.icon-radio:before {
 content:'\f1a1'
}
.icon-radioactive:before {
 content:'\f282'
}
.icon-radiobutton:before {
 content:'\f312'
}
.icon-railroad:before {
 content:'\f248'
}
.icon-rain:before {
 content:'\f22f'
}
.icon-ram:before {
 content:'\f02c'
}
.icon-random:before {
 content:'\f188'
}
.icon-rar:before {
 content:'\f117'
}
.icon-raspberry:before {
 content:'\f368'
}
.icon-raspberrypi:before {
 content:'\f369'
}
.icon-rawaccesslogs:before {
 content:'\f0c1'
}
.icon-razor:before {
 content:'\f416'
}
.icon-reademail:before {
 content:'\f173'
}
.icon-record:before {
 content:'\f189'
}
.icon-rectangle:before {
 content:'\25ad'
}
.icon-recycle:before {
 content:'\f297'
}
.icon-reddit:before {
 content:'\f154'
}
.icon-redirect:before {
 content:'\f054'
}
.icon-refresh:before {
 content:'\f078'
}
.icon-reliability:before {
 content:'\f016'
}
.icon-remote:before {
 content:'\f298'
}
.icon-remove:before {
 content:'\00d7'
}
.icon-remove-circle:before {
 content:'\f470'
}
.icon-remove-sign:before {
 content:'\f478'
}
.icon-removefriend:before {
 content:'\f3db'
}
.icon-repeat:before {
 content:'\f32b'
}
.icon-repeatone:before {
 content:'\f196'
}
.icon-resellerhosting:before {
 content:'\f03a'
}
.icon-residentevil:before {
 content:'\f350'
}
.icon-resistor:before {
 content:'\f3eb'
}
.icon-resize:before {
 content:'\f1ed'
}
.icon-resize-full:before {
 content:'\f325'
}
.icon-resize-horizontal:before {
 content:'\f318'
}
.icon-resize-small:before {
 content:'\f326'
}
.icon-resize-vertical:before {
 content:'\f319'
}
.icon-restart:before {
 content:'\f11f'
}
.icon-restaurantmenu:before {
 content:'\f362'
}
.icon-restore:before {
 content:'\f30d'
}
.icon-restricted:before {
 content:'\f0ab'
}
.icon-retweet:before {
 content:'\f486'
}
.icon-rim:before {
 content:'\f36f'
}
.icon-ring:before {
 content:'\02da'
}
.icon-road:before {
 content:'\f249'
}
.icon-roadsign-roadsignright:before {
 content:'\f21b'
}
.icon-roadsignleft:before {
 content:'\f240'
}
.icon-robocop:before {
 content:'\f357'
}
.icon-rocket-launch:before {
 content:'\f29c'
}
.icon-rook:before {
 content:'\f2fa'
}
.icon-root:before {
 content:'\f33c'
}
.icon-rorschach:before {
 content:'\f358'
}
.icon-rotateclockwise:before {
 content:'\f202'
}
.icon-rotatecounterclockwise:before {
 content:'\f203'
}
.icon-roundrectangle:before {
 content:'\f1bd'
}
.icon-route:before {
 content:'\f402'
}
.icon-router:before {
 content:'\f0e9'
}
.icon-rss:before {
 content:'\f17b'
}
.icon-rubberstamp:before {
 content:'\f274'
}
.icon-ruby:before {
 content:'\f067'
}
.icon-ruler:before {
 content:'\f1ef'
}
.icon-sad:before {
 content:'\f13d'
}
.icon-safetypin:before {
 content:'\f417'
}
.icon-satellite:before {
 content:'\f38a'
}
.icon-satellitedish-remotemysql:before {
 content:'\f0c0'
}
.icon-save-floppy:before {
 content:'\f0c8'
}
.icon-scales:before {
 content:'\f3fd'
}
.icon-science-atom:before {
 content:'\f2b0'
}
.icon-scope-scan:before {
 content:'\f212'
}
.icon-scopealt:before {
 content:'\f237'
}
.icon-screenshot:before {
 content:'\f109'
}
.icon-screw:before {
 content:'\f426'
}
.icon-screwdriver:before {
 content:'\f292'
}
.icon-screwdriveralt:before {
 content:'\f293'
}
.icon-script:before {
 content:'\f08d'
}
.icon-sd:before {
 content:'\f106'
}
.icon-search:before {
 content:'\f0c5'
}
.icon-searchdocument:before {
 content:'\f419'
}
.icon-searchfolder:before {
 content:'\f41a'
}
.icon-security-shield:before {
 content:'\f02d'
}
.icon-securityalt-shieldalt:before {
 content:'\f02e'
}
.icon-selection-rectangleselection:before {
 content:'\f1b0'
}
.icon-selectionadd:before {
 content:'\f1b2'
}
.icon-selectionintersect:before {
 content:'\f1b4'
}
.icon-selectionremove:before {
 content:'\f1b3'
}
.icon-seo:before {
 content:'\f030'
}
.icon-server:before {
 content:'\f026'
}
.icon-servers:before {
 content:'\f027'
}
.icon-settingsandroid:before {
 content:'\f309'
}
.icon-settingsfour-gearsalt:before {
 content:'\f306'
}
.icon-settingsthree-gears:before {
 content:'\f307'
}
.icon-settingstwo-gearalt:before {
 content:'\f308'
}
.icon-shades-sunglasses:before {
 content:'\f294'
}
.icon-shapes:before {
 content:'\f1dd'
}
.icon-share:before {
 content:'\f47d'
}
.icon-share-alt:before {
 content:'\f16c'
}
.icon-sharealt:before {
 content:'\f147'
}
.icon-sharedfile:before {
 content:'\f0ef'
}
.icon-sharedhosting:before {
 content:'\f037'
}
.icon-sharethree:before {
 content:'\f414'
}
.icon-sheriff:before {
 content:'\f2a9'
}
.icon-shipping:before {
 content:'\f23f'
}
.icon-shopping:before {
 content:'\f010'
}
.icon-shopping-cart:before {
 content:'\f035'
}
.icon-shoppingbag:before {
 content:'\f273'
}
.icon-shortcut:before {
 content:'\f043'
}
.icon-shovel:before {
 content:'\f290'
}
.icon-shredder:before {
 content:'\f27c'
}
.icon-shutdown:before {
 content:'\f11e'
}
.icon-sidebar:before {
 content:'\f124'
}
.icon-signal:before {
 content:'\f100'
}
.icon-sim:before {
 content:'\f0e1'
}
.icon-simalt:before {
 content:'\f121'
}
.icon-skrill:before {
 content:'\f268'
}
.icon-skull:before {
 content:'\f38d'
}
.icon-skype:before {
 content:'\f141'
}
.icon-skypeaway:before {
 content:'\f39f'
}
.icon-skypebusy:before {
 content:'\f3a0'
}
.icon-skypeoffline:before {
 content:'\f3a1'
}
.icon-skypeonline:before {
 content:'\f39e'
}
.icon-smaller:before {
 content:'\f30b'
}
.icon-smf:before {
 content:'\f062'
}
.icon-smile:before {
 content:'\263a'
}
.icon-snow:before {
 content:'\f22e'
}
.icon-snowman:before {
 content:'\f37c'
}
.icon-socialnetwork:before {
 content:'\f03b'
}
.icon-software:before {
 content:'\f09a'
}
.icon-sortbynameascending-atoz:before {
 content:'\f1c2'
}
.icon-sortbynamedescending-ztoa:before {
 content:'\f1c1'
}

.icon-sortbysizeascending:before {
 content:'\f1c3'
}
.icon-sortbysizedescending:before {
 content:'\f1c4'
}
.icon-soundwave:before {
 content:'\f194'
}
.icon-soup:before {
 content:'\f3d1'
}
.icon-spaceinvaders:before {
 content:'\f352'
}
.icon-spades:before {
 content:'\f2f5'
}
.icon-spam:before {
 content:'\f047'
}
.icon-spamalt:before {
 content:'\f048'
}
.icon-spawn:before {
 content:'\f344'
}
.icon-speaker:before {
 content:'\f372'
}
.icon-speed:before {
 content:'\f40b'
}
.icon-spider:before {
 content:'\f346'
}
.icon-spiderman:before {
 content:'\f347'
}
.icon-split:before {
 content:'\f335'
}
.icon-spoon:before {
 content:'\f213'
}
.icon-spray:before {
 content:'\f1c7'
}
.icon-spreadsheet:before {
 content:'\f0c3'
}
.icon-squareapp:before {
 content:'\f26f'
}
.icon-squarebrackets:before {
 content:'\f0b3'
}
.icon-ssh:before {
 content:'\f04e'
}
.icon-sslmanager:before {
 content:'\f04f'
}
.icon-stadium:before {
 content:'\f3d6'
}
.icon-stamp:before {
 content:'\f242'
}
.icon-stampalt:before {
 content:'\f243'
}
.icon-star:before {
 content:'\f13a'
}
.icon-star-empty:before {
 content:'\f13b'
}
.icon-starempty:before {
 content:'\f2de'
}
.icon-starfull:before {
 content:'\f2e0'
}
.icon-starhalf:before {
 content:'\f2df'
}
.icon-steak:before {
 content:'\f360'
}
.icon-steam:before {
 content:'\f2dd'
}
.icon-step-backward:before {
 content:'\f198'
}
.icon-step-forward:before {
 content:'\f197'
}
.icon-sticker:before {
 content:'\f3f5'
}
.icon-stiletto:before {
 content:'\f429'
}
.icon-stockdown:before {
 content:'\f252'
}
.icon-stocks:before {
 content:'\f250'
}
.icon-stockup:before {
 content:'\f251'
}
.icon-stomach:before {
 content:'\f3e1'
}
.icon-stop:before {
 content:'\f185'
}
.icon-stopwatch:before {
 content:'\f219'
}
.icon-storage-box:before {
 content:'\f011'
}
.icon-storagealt-drawer:before {
 content:'\f012'
}
.icon-store:before {
 content:'\f272'
}
.icon-storm:before {
 content:'\f230'
}
.icon-stove:before {
 content:'\f371'
}
.icon-strawberry:before {
 content:'\f3f3'
}
.icon-strikethrough:before {
 content:'\f1f7'
}
.icon-student-school:before {
 content:'\f288'
}
.icon-stumbleupon:before {
 content:'\f40c'
}
.icon-subdomain:before {
 content:'\f052'
}
.icon-submarine:before {
 content:'\f373'
}
.icon-subscript:before {
 content:'\f1ea'
}
.icon-subtractshape:before {
 content:'\f1fe'
}
.icon-sum:before {
 content:'\f33b'
}
.icon-sun-day:before {
 content:'\f206'
}
.icon-sunnysideup:before {
 content:'\f365'
}
.icon-superman:before {
 content:'\f33f'
}
.icon-superscript:before {
 content:'\f1eb'
}
.icon-support:before {
 content:'\f013'
}
.icon-supportalt:before {
 content:'\f014'
}
.icon-switch:before {
 content:'\f28a'
}
.icon-switchoff:before {
 content:'\f32d'
}
.icon-switchoffalt:before {
 content:'\f28e'
}
.icon-switchon:before {
 content:'\f32c'
}
.icon-switchonalt:before {
 content:'\f28d'
}
.icon-sword:before {
 content:'\f2ed'
}
.icon-sync:before {
 content:'\f0bd'
}
.icon-syncalt:before {
 content:'\f11c'
}
.icon-synckeeplocal:before {
 content:'\f33e'
}
.icon-synckeepserver:before {
 content:'\f33d'
}
.icon-syringe-antivirus:before {
 content:'\f0a9'
}
.icon-tablet:before {
 content:'\f118'
}
.icon-tabletennis-pingpong:before {
 content:'\f2f0'
}
.icon-taco:before {
 content:'\f3cd'
}
.icon-tag:before {
 content:'\f032'
}
.icon-tagalt-pricealt:before {
 content:'\f264'
}
.icon-tags:before {
 content:'\f482'
}
.icon-tagvertical:before {
 content:'\f15f'
}
.icon-tank:before {
 content:'\f423'
}
.icon-target:before {
 content:'\f2a6'
}
.icon-taskmanager-logprograms:before {
 content:'\f04b'
}
.icon-tasks:before {
 content:'\f0e0'
}
.icon-taxi:before {
 content:'\f3a4'
}
.icon-tea:before {
 content:'\f3cb'
}
.icon-teapot:before {
 content:'\f42c'
}
.icon-telescope:before {
 content:'\f3ef'
}
.icon-temperature-thermometer:before {
 content:'\f20d'
}
.icon-temperaturealt-thermometeralt:before {
 content:'\f20e'
}
.icon-tennis:before {
 content:'\f2ea'
}
.icon-tent-camping:before {
 content:'\f215'
}
.icon-terminal:before {
 content:'\f114'
}
.icon-tethering:before {
 content:'\f0f1'
}
.icon-tetrisone:before {
 content:'\f34b'
}
.icon-tetristhree:before {
 content:'\f34d'
}
.icon-tetristwo:before {
 content:'\f34c'
}
.icon-text-height:before {
 content:'\f1f8'
}
.icon-text-width:before {
 content:'\f1f9'
}
.icon-th:before {
 content:'\f110'
}
.icon-th-large:before {
 content:'\f112'
}
.icon-th-list:before {
 content:'\f113'
}
.icon-theather:before {
 content:'\f39c'
}
.icon-theme-style:before {
 content:'\f041'
}
.icon-thissideup:before {
 content:'\f41d'
}
.icon-threecolumns:before {
 content:'\f1ab'
}
.icon-thumbs-down:before {
 content:'\f139'
}
.icon-thumbs-up:before {
 content:'\f138'
}
.icon-ticket:before {
 content:'\f3dc'
}
.icon-tictactoe:before {
 content:'\f39a'
}
.icon-tie-business:before {
 content:'\2040'
}
.icon-time:before {
 content:'\f210'
}
.icon-timeline:before {
 content:'\f253'
}
.icon-tint:before {
 content:'\f208'
}
.icon-toast:before {
 content:'\f2ad'
}
.icon-toiletpaper:before {
 content:'\f384'
}
.icon-tooth:before {
 content:'\f3de'
}
.icon-toothbrush:before {
 content:'\f385'
}
.icon-tophat:before {
 content:'\f3f0'
}
.icon-torigate:before {
 content:'\f411'
}
.icon-touchpad:before {
 content:'\f115'
}
.icon-trafficlight:before {
 content:'\f22a'
}
.icon-transform:before {
 content:'\f1a6'
}
.icon-trash:before {
 content:'\f0ce'
}
.icon-trashempty:before {
 content:'\f0cf'
}
.icon-trashfull:before {
 content:'\f0d0'
}
.icon-travel:before {
 content:'\f422'
}
.icon-treediagram:before {
 content:'\f0ec'
}
.icon-treeornament:before {
 content:'\f37e'
}
.icon-triangle:before {
 content:'\25b3'
}
.icon-tron:before {
 content:'\f34f'
}
.icon-trophy:before {
 content:'\f2d7'
}
.icon-truck:before {
 content:'\f211'
}
.icon-trumpet:before {
 content:'\f375'
}
.icon-tumblr:before {
 content:'\f164'
}
.icon-tv:before {
 content:'\f1a4'
}
.icon-twitter:before {
 content:'\f16a'
}
.icon-twocolumnsleft:before {
 content:'\f1a9'
}
.icon-twocolumnsleftalt:before {
 content:'\f1aa'
}
.icon-twocolumnsright:before {
 content:'\f1a7'
}
.icon-twocolumnsrightalt:before {
 content:'\f1a8'
}
.icon-ubuntu:before {
 content:'\f120'
}
.icon-umbrella:before {
 content:'\f218'
}
.icon-underline:before {
 content:'\f1f6'
}
.icon-undo:before {
 content:'\f32a'
}
.icon-unlock:before {
 content:'\f0bf'
}
.icon-upleft:before {
 content:'\f302'
}
.icon-upload:before {
 content:'\f47a'
}
.icon-uploadalt:before {
 content:'\f11b'
}
.icon-upright:before {
 content:'\f303'
}
.icon-uptime:before {
 content:'\f017'
}
.icon-usb:before {
 content:'\f10d'
}
.icon-usbalt:before {
 content:'\f10e'
}
.icon-usbplug:before {
 content:'\f10f'
}
.icon-user:before {
 content:'\f133'
}
.icon-userfilter:before {
 content:'\f05d'
}
.icon-usfootball:before {
 content:'\f2ec'
}
.icon-value-coins:before {
 content:'\f018'
}
.icon-vector:before {
 content:'\f1b6'
}
.icon-vendetta:before {
 content:'\f3c5'
}
.icon-video:before {
 content:'\f17d'
}
.icon-viking:before {
 content:'\f379'
}
.icon-vimeo:before {
 content:'\f168'
}
.icon-vinyl:before {
 content:'\f0cc'
}
.icon-violin:before {
 content:'\f1a5'
}
.icon-virus:before {
 content:'\f0a8'
}
.icon-visa:before {
 content:'\f3c2'
}
.icon-visitor:before {
 content:'\f097'
}
.icon-vlc-cone:before {
 content:'\f192'
}
.icon-voice:before {
 content:'\f18c'
}
.icon-volume-down:before {
 content:'\f0e3'
}
.icon-volume-off:before {
 content:'\f0e4'
}
.icon-volume-up:before {
 content:'\f0e2'
}
.icon-vps:before {
 content:'\f025'
}
.icon-wacom:before {
 content:'\f1bb'
}
.icon-walle:before {
 content:'\f3bc'
}
.icon-wallet:before {
 content:'\e000'
}
.icon-warcraft:before {
 content:'\f3bf'
}
.icon-warmedal:before {
 content:'\f2e4'
}
.icon-warning-sign:before {
 content:'\f316'
}
.icon-washer:before {
 content:'\f39b'
}
.icon-watch:before {
 content:'\f378'
}
.icon-watertap-plumbing:before {
 content:'\f22d'
}
.icon-wave-sea:before {
 content:'\f23c'
}
.icon-wavealt-seaalt:before {
 content:'\f23b'
}
.icon-webcam:before {
 content:'\f0fe'
}
.icon-webcamalt:before {
 content:'\f129'
}
.icon-webhostinghub:before {
 content:'\f031'
}
.icon-webmail:before {
 content:'\f045'
}
.icon-webpage:before {
 content:'\f033'
}
.icon-webplatform:before {
 content:'\f3c3'
}
.icon-websitebuilder:before {
 content:'\f034'
}
.icon-weight:before {
 content:'\f430'
}
.icon-westernunion:before {
 content:'\f26a'
}
.icon-wheel:before {
 content:'\f228'
}
.icon-wheelchair:before {
 content:'\f3fe'
}
.icon-whistle:before {
 content:'\f3d8'
}
.icon-whmcs:before {
 content:'\f066'
}
.icon-wifi:before {
 content:'\f0ff'
}
.icon-wind:before {
 content:'\f41b'
}
.icon-windleft:before {
 content:'\f424'
}
.icon-windows:before {
 content:'\f019'
}
.icon-windright:before {
 content:'\f425'
}
.icon-wine:before {
 content:'\f238'
}
.icon-wizard:before {
 content:'\f03c'
}
.icon-wizardalt:before {
 content:'\f1fb'
}
.icon-wizardhat:before {
 content:'\f337'
}
.icon-woman-female:before {
 content:'\f2a2'
}
.icon-women:before {
 content:'\f24d'
}
.icon-wordpress:before {
 content:'\f074'
}
.icon-wrench:before {
 content:'\f05b'
}
.icon-wrenchalt:before {
 content:'\f2b2'
}
.icon-xbox:before {
 content:'\f353'
}
.icon-xmen:before {
 content:'\f345'
}
.icon-yahoo:before {
 content:'\f151'
}
.icon-yen:before {
 content:'\00a5'
}
.icon-yenalt:before {
 content:'\f25d'
}
.icon-yinyang:before {
 content:'\262f'
}
.icon-youtube:before {
 content:'\f142'
}
.icon-zelda:before {
 content:'\f3b8'
}
.icon-zikula:before {
 content:'\f0ac'
}
.icon-zip:before {
 content:'\f116'
}
.icon-zodiac-aquarius:before {
 content:'\f3b4'
}
.icon-zodiac-aries:before {
 content:'\f3aa'
}
.icon-zodiac-cancer:before {
 content:'\f3ad'
}
.icon-zodiac-capricorn:before {
 content:'\f3b3'
}
.icon-zodiac-gemini:before {
 content:'\f3ac'
}
.icon-zodiac-leo:before {
 content:'\f3ae'
}
.icon-zodiac-libra:before {
 content:'\f3b0'
}
.icon-zodiac-pisces:before {
 content:'\f3b5'
}
.icon-zodiac-sagitarius:before {
 content:'\f3b2'
}
.icon-zodiac-scorpio:before {
 content:'\f3b1'
}
.icon-zodiac-taurus:before {
 content:'\f3ab'
}
.icon-zodiac-virgo:before {
 content:'\f3af'
}
.icon-zoom-in:before {
 content:'\f320'
}
.icon-zoom-out:before {
 content:'\f321'
}
.icon-vk:before {
 content:'\f34e'
}
.icon-bitcoin:before {
 content:'\f584'
}
.icon-rouble:before {
 content:'\f4ca'
}
.icon-phpnuke:before {
 content:'\f48c'
}
.icon-modx:before {
 content:'\f48d'
}
.icon-eoneohseven:before {
 content:'\f48e'
}
.icon-subrion:before {
 content:'\f48f'
}
.icon-typothree:before {
 content:'\f490'
}
.icon-tikiwiki:before {
 content:'\f491'
}
.icon-pligg:before {
 content:'\f492'
}
.icon-pyrocms:before {
 content:'\f493'
}
.icon-mambo:before {
 content:'\f494'
}
.icon-contao:before {
 content:'\f495'
}
.icon-crackedegg:before {
 content:'\f496'
}
.icon-coffeecupalt:before {
 content:'\f497'
}
.icon-reademailalt:before {
 content:'\f498'
}
.icon-train:before {
 content:'\f499'
}
.icon-shoebox:before {
 content:'\f49a'
}
.icon-bathtub:before {
 content:'\f49b'
}
.icon-ninegag:before {
 content:'\f49c'
}
.icon-pebble:before {
 content:'\f49d'
}
.icon-musicthree:before {
 content:'\f49e'
}
.icon-stairsup:before {
 content:'\f49f'
}
.icon-stairsdown:before {
 content:'\f4a0'
}
.icon-bookalt:before {
 content:'\f4a1'
}
.icon-programclose:before {
 content:'\f4a2'
}
.icon-programok:before {
 content:'\f4a3'
}
.icon-splitalt:before {
 content:'\f4a4'
}
.icon-solarsystem:before {
 content:'\f4a5'
}
.icon-honeycomb:before {
 content:'\f4a6'
}
.icon-tools:before {
 content:'\f4a7'
}
.icon-xoops:before {
 content:'\f4a8'
}
.icon-pixie:before {
 content:'\f4a9'
}
.icon-dotclear:before {
 content:'\f4aa'
}
.icon-impresscms:before {
 content:'\f4ab'
}
.icon-saurus:before {
 content:'\f4ac'
}
.icon-impresspages:before {
 content:'\f4ad'
}
.icon-monstra:before {
 content:'\f4ae'
}
.icon-snews:before {
 content:'\f4af'
}
.icon-jcore:before {
 content:'\f4b0'
}
.icon-silverstripe:before {
 content:'\f4b1'
}
.icon-btwoevolution:before {
 content:'\f4b2'
}
.icon-nucleus:before {
 content:'\f4b3'
}
.icon-symphony:before {
 content:'\f4b5'
}
.icon-vanillacms:before {
 content:'\f4b6'
}
.icon-bbpress:before {
 content:'\f4b7'
}
.icon-phpbbalt:before {
 content:'\f4b8'
}
.icon-chyrp:before {
 content:'\f4b9'
}
.icon-pivotx:before {
 content:'\f4ba'
}
.icon-pagecookery:before {
 content:'\f4bb'
}
.icon-moviereelalt:before {
 content:'\f4bc'
}
.icon-cassettealt:before {
 content:'\f4bd'
}
.icon-photobucket:before {
 content:'\f4be'
}
.icon-technorati:before {
 content:'\f4bf'
}
.icon-theverge:before {
 content:'\f4c0'
}
.icon-stacks:before {
 content:'\f4c1'
}
.icon-dotlist:before {
 content:'\f4c2'
}
.icon-numberlist:before {
 content:'\f4c3'
}
.icon-indentleft:before {
 content:'\f4c4'
}
.icon-indentright:before {
 content:'\f4c5'
}
.icon-fblike:before {
 content:'\f4c6'
}
.icon-fbdislike:before {
 content:'\f4c7'
}
.icon-sale:before {
 content:'\f4c8'
}
.icon-sharetronix:before {
 content:'\f4c9'
}
.icon-markerdown:before {
 content:'\f4cb'
}
.icon-markerup:before {
 content:'\f4cc'
}
.icon-markerleft:before {
 content:'\f4cd'
}
.icon-markerright:before {
 content:'\f4ce'
}
.icon-bookmarkalt:before {
 content:'\f4cf'
}
.icon-calendarthree:before {
 content:'\f4d0'
}
.icon-wineglass:before {
 content:'\f4d1'
}
.icon-slidersoff:before {
 content:'\f4d2'
}
.icon-slidersmiddle:before {
 content:'\f4d3'
}
.icon-slidersfull:before {
 content:'\f4d4'
}
.icon-slidersdesc:before {
 content:'\f4d5'
}
.icon-slidersasc:before {
 content:'\f4d6'
}
.icon-slideronefull:before {
 content:'\f4d7'
}
.icon-slidertwofull:before {
 content:'\f4d8'
}
.icon-sliderthreefull:before {
 content:'\f4d9'
}
.icon-noborders:before {
 content:'\f4da'
}
.icon-bottomborder:before {
 content:'\f4db'
}
.icon-topborder:before {
 content:'\f4dc'
}
.icon-leftborder:before {
 content:'\f4dd'
}
.icon-rightborder:before {
 content:'\f4de'
}
.icon-horizontalborder:before {
 content:'\f4df'
}
.icon-verticalborder:before {
 content:'\f4e0'
}
.icon-outerborders:before {
 content:'\f4e1'
}
.icon-innerborders:before {
 content:'\f4e2'
}
.icon-fullborders:before {
 content:'\f4e3'
}
.icon-networksignalalt:before {
 content:'\f4e4'
}
.icon-resizeverticalalt:before {
 content:'\f4e5'
}
.icon-resizehorizontalalt:before {
 content:'\f4e6'
}
.icon-moneyalt:before {
 content:'\f4e7'
}
.icon-fontcase:before {
 content:'\f4e8'
}
.icon-playstation:before {
 content:'\f4e9'
}
.icon-cube:before {
 content:'\f4ea'
}
.icon-sphere:before {
 content:'\f4eb'
}
.icon-ceilinglight:before {
 content:'\f4ec'
}
.icon-chandelier:before {
 content:'\f4ed'
}
.icon-details:before {
 content:'\f4ee'
}
.icon-detailsalt:before {
 content:'\f4ef'
}
.icon-bullet:before {
 content:'\f4f0'
}
.icon-gun:before {
 content:'\f4f1'
}
.icon-processorthree:before {
 content:'\f4f2'
}
.icon-world:before {
 content:'\f4f3'
}
.icon-statistics:before {
 content:'\f4f4'
}
.icon-shoppingcartalt:before {
 content:'\f4f5'
}
.icon-microphonealt:before {
 content:'\f4f6'
}
.icon-routeralt:before {
 content:'\f4f7'
}
.icon-shell:before {
 content:'\f4f8'
}
.icon-squareplay:before {
 content:'\f4f9'
}
.icon-squarestop:before {
 content:'\f4fa'
}
.icon-squarepause:before {
 content:'\f4fb'
}
.icon-squarerecord:before {
 content:'\f4fc'
}
.icon-squareforward:before {
 content:'\f4fd'
}
.icon-squareback:before {
 content:'\f4fe'
}
.icon-squarenext:before {
 content:'\f4ff'
}
.icon-squareprevious:before {
 content:'\f500'
}
.icon-mega:before {
 content:'\f501'
}
.icon-charliechaplin:before {
 content:'\f502'
}
.icon-popcorn:before {
 content:'\f503'
}
.icon-fatarrowright:before {
 content:'\f504'
}
.icon-fatarrowleft:before {
 content:'\f505'
}
.icon-fatarrowdown:before {
 content:'\f506'
}
.icon-fatarrowup:before {
 content:'\f507'
}
.icon-shirtbutton:before {
 content:'\f508'
}
.icon-shirtbuttonalt:before {
 content:'\f509'
}
.icon-cuckooclock:before {
 content:'\f50a'
}
.icon-lens:before {
 content:'\f50b'
}
.icon-voltage:before {
 content:'\f50c'
}
.icon-planealt:before {
 content:'\f50d'
}
.icon-busalt:before {
 content:'\f50e'
}
.icon-lipstick:before {
 content:'\f50f'
}
.icon-plantalt:before {
 content:'\f510'
}
.icon-paperboat:before {
 content:'\f511'
}
.icon-texture:before {
 content:'\f512'
}
.icon-dominoone:before {
 content:'\f513'
}
.icon-dominotwo:before {
 content:'\f514'
}
.icon-dominothree:before {
 content:'\f515'
}
.icon-dominofour:before {
 content:'\f516'
}
.icon-dominofive:before {
 content:'\f517'
}
.icon-dominosix:before {
 content:'\f518'
}
.icon-dominoseven:before {
 content:'\f519'
}
.icon-dominoeight:before {
 content:'\f51a'
}
.icon-dominonine:before {
 content:'\f51b'
}
.icon-connected:before {
 content:'\f51c'
}
.icon-connectedpc:before {
 content:'\f51d'
}
.icon-musicsheet:before {
 content:'\f51e'
}
.icon-rdio:before {
 content:'\f51f'
}
.icon-spotify:before {
 content:'\f520'
}
.icon-deviantart:before {
 content:'\f521'
}
.icon-yelp:before {
 content:'\f522'
}
.icon-behance:before {
 content:'\f523'
}
.icon-nfc:before {
 content:'\f524'
}
.icon-earbudsalt:before {
 content:'\f525'
}
.icon-earbuds:before {
 content:'\f526'
}
.icon-amazon:before {
 content:'\f527'
}
.icon-openid:before {
 content:'\f528'
}
.icon-digg:before {
 content:'\f529'
}
.icon-retweet:before {
 content:'\f52a'
}
.icon-moonnew:before {
 content:'\f52b'
}
.icon-moonwaxingcrescent:before {
 content:'\f52c'
}
.icon-moonfirstquarter:before {
 content:'\f52d'
}
.icon-moonwaxinggibbous:before {
 content:'\f52e'
}
.icon-moonfull:before {
 content:'\f52f'
}
.icon-moonwaninggibbous:before {
 content:'\f530'
}
.icon-moonthirdquarter:before {
 content:'\f531'
}
.icon-moonwaningcrescent:before {
 content:'\f532'
}
.icon-planet:before {
 content:'\f533'
}
.icon-sodacup:before {
 content:'\f534'
}
.icon-cocktail:before {
 content:'\f535'
}
.icon-church:before {
 content:'\f536'
}
.icon-mosque:before {
 content:'\f537'
}
.icon-comedy:before {
 content:'\f538'
}
.icon-tragedy:before {
 content:'\f539'
}
.icon-bacon:before {
 content:'\f53a'
}
.icon-trailor:before {
 content:'\f53b'
}
.icon-tshirt:before {
 content:'\f53c'
}
.icon-design:before {
 content:'\f53d'
}
.icon-spiderweb:before {
 content:'\f53e'
}
.icon-fireplace:before {
 content:'\f53f'
}
.icon-tallglass:before {
 content:'\f540'
}
.icon-grapes:before {
 content:'\f541'
}
.icon-biohazard:before {
 content:'\f542'
}
.icon-directions:before {
 content:'\f543'
}
.icon-equalizerthree:before {
 content:'\f544'
}
.icon-mountains:before {
 content:'\f545'
}
.icon-bing:before {
 content:'\f546'
}
.icon-windowseight:before {
 content:'\f547'
}
.icon-microsoftoffice:before {
 content:'\f548'
}
.icon-salealt:before {
 content:'\f549'
}
.icon-purse:before {
 content:'\f54a'
}
.icon-chickenalt:before {
 content:'\f54b'
}
.icon-podium:before {
 content:'\f54c'
}
.icon-findfriends:before {
 content:'\f54d'
}
.icon-microphonethree:before {
 content:'\f54e'
}
.icon-workshirt:before {
 content:'\f54f'
}
.icon-donotdisturb:before {
 content:'\f550'
}
.icon-addtags:before {
 content:'\f551'
}
.icon-removetags:before {
 content:'\f556'
}
.icon-carbattery:before {
 content:'\f553'
}
.icon-debug:before {
 content:'\f554'
}
.icon-trojan:before {
 content:'\f555'
}
.icon-molecule:before {
 content:'\f556'
}
.icon-safetygoggles:before {
 content:'\f557'
}
.icon-leather:before {
 content:'\f558'
}
.icon-teddybear:before {
 content:'\f559'
}
.icon-stroller:before {
 content:'\f55a'
}
.icon-circleplay:before {
 content:'\f55b'
}
.icon-circlestop:before {
 content:'\f55c'
}
.icon-circlepause:before {
 content:'\f55d'
}
.icon-circlerecord:before {
 content:'\f55e'
}
.icon-circleforward:before {
 content:'\f55f'
}
.icon-circlebackward:before {
 content:'\f560'
}
.icon-circlenext:before {
 content:'\f561'
}
.icon-circleprevious:before {
 content:'\f562'
}
.icon-circleplayempty:before {
 content:'\f563'
}
.icon-circlestopempty:before {
 content:'\f564'
}
.icon-circlepauseempty:before {
 content:'\f565'
}
.icon-circlerecordempty:before {
 content:'\f566'
}
.icon-circleforwardempty:before {
 content:'\f567'
}
.icon-circlebackwardempty:before {
 content:'\f568'
}
.icon-circlenextempty:before {
 content:'\f569'
}
.icon-circlepreviousempty:before {
 content:'\f56a'
}
.icon-belt:before {
 content:'\f56b'
}
.icon-bait:before {
 content:'\f56c'
}
.icon-manalt:before {
 content:'\f56d'
}
.icon-womanalt:before {
 content:'\f56e'
}
.icon-clover:before {
 content:'\f56f'
}
.icon-pacifier:before {
 content:'\f570'
}
.icon-calcplus:before {
 content:'\f571'
}
.icon-calcminus:before {
 content:'\f572'
}
.icon-calcmultiply:before {
 content:'\f573'
}
.icon-calcdivide:before {
 content:'\f574'
}
.icon-calcequals:before {
 content:'\f575'
}
.icon-city:before {
 content:'\f576'
}
.icon-hdvideo:before {
 content:'\f577'
}
.icon-horizontalexpand:before {
 content:'\f578'
}
.icon-horizontalcontract:before {
 content:'\f579'
}
.icon-radar:before {
 content:'\f57a'
}
.icon-threed:before {
 content:'\f57b'
}
.icon-flickralt:before {
 content:'\f57c'
}
.icon-pattern:before {
 content:'\f57d'
}
.icon-elevator:before {
 content:'\f57e'
}
.icon-escalator:before {
 content:'\f57f'
}
.icon-portrait:before {
 content:'\f580'
}
.icon-cigar:before {
 content:'\f581'
}
.icon-dropbox:before {
 content:'\f582'
}
.icon-origami:before {
 content:'\f583'
}
.icon-opensource:before {
 content:'\f585'
}
.icon-redaxscript:before {
 content:'\f586'
}
.icon-mahara:before {
 content:'\f587'
}
.icon-forkcms:before {
 content:'\f588'
}
.icon-pimcore:before {
 content:'\f589'
}
.icon-bigace:before {
 content:'\f58a'
}
.icon-aef:before {
 content:'\f58b'
}
.icon-punbb:before {
 content:'\f58c'
}
.icon-phorum:before {
 content:'\f58d'
}
.icon-fluxbb:before {
 content:'\f58e'
}
.icon-minibb:before {
 content:'\f58f'
}
.icon-zenphoto:before {
 content:'\f590'
}
.icon-fourimages:before {
 content:'\f591'
}
.icon-plogger:before {
 content:'\f592'
}
.icon-jcow:before {
 content:'\f593'
}
.icon-elgg:before {
 content:'\f594'
}
.icon-etano:before {
 content:'\f595'
}
.icon-openclassifieds:before {
 content:'\f596'
}
.icon-osclass:before {
 content:'\f597'
}
.icon-openx:before {
 content:'\f598'
}
.icon-phplist:before {
 content:'\f599'
}
.icon-roundcube:before {
 content:'\f59a'
}
.icon-pommo:before {
 content:'\f59b'
}
.icon-webinsta:before {
 content:'\f59c'
}
.icon-limesurvey:before {
 content:'\f59d'
}
.icon-fengoffice:before {
 content:'\f59e'
}
.icon-eyeos:before {
 content:'\f59f'
}
.icon-dotproject:before {
 content:'\f5a0'
}
.icon-collabtive:before {
 content:'\f5a1'
}
.icon-projectpier:before {
 content:'\f5a2'
}
.icon-taskfreak:before {
 content:'\f5a3'
}
.icon-eventum:before {
 content:'\f5a4'
}
.icon-traq:before {
 content:'\f5a5'
}
.icon-mantisbugtracker:before {
 content:'\f5a6'
}
.icon-oscommerce:before {
 content:'\f5a7'
}
.icon-zencart:before {
 content:'\f5a8'
}
.icon-tomatocart:before {
 content:'\f5a9'
}
.icon-boxbilling:before {
 content:'\f5aa'
}
.icon-zurmo:before {
 content:'\f5ab'
}
.icon-orangehrm:before {
 content:'\f5ac'
}
.icon-vtiger:before {
 content:'\f5ad'
}
.icon-mibew:before {
 content:'\f5ae'
}
.icon-phpmyfaq:before {
 content:'\f5af'
}
.icon-yiiframework:before {
 content:'\f5b0'
}
.icon-zendframework:before {
 content:'\f5b1'
}
.icon-fuelphp:before {
 content:'\f5b2'
}
.icon-kohana:before {
 content:'\f5b3'
}
.icon-smarty:before {
 content:'\f5b4'
}
.icon-sidu:before {
 content:'\f5b5'
}
.icon-simplepie:before {
 content:'\f5b6'
}
.icon-projectsend:before {
 content:'\f5b7'
}
.icon-extjs:before {
 content:'\f5b8'
}
.icon-raphael:before {
 content:'\f5b9'
}
.icon-sizzle:before {
 content:'\f5ba'
}
.icon-yui:before {
 content:'\f5bb'
}
.icon-scissorsalt:before {
 content:'\f5bc'
}
.icon-cuthere:before {
 content:'\f5bd'
}
.icon-coinsalt:before {
 content:'\f5be'
}
.icon-parkingmeter:before {
 content:'\f5bf'
}
.icon-treethree:before {
 content:'\f5c0'
}
.icon-packarchive:before {
 content:'\f5c1'
}
.icon-unpackarchive:before {
 content:'\f5c2'
}
.icon-terminalalt:before {
 content:'\f5c3'
}
.icon-jersey:before {
 content:'\f5c4'
}
.icon-vial:before {
 content:'\f5c5'
}
.icon-noteslist:before {
 content:'\f5c6'
}
.icon-notestasks:before {
 content:'\f5c7'
}
.icon-notesdate:before {
 content:'\f5c8'
}
.icon-noteslocation:before {
 content:'\f5c9'
}
.icon-noteslistalt:before {
 content:'\f5ca'
}
.icon-notestasksalt:before {
 content:'\f5cb'
}
.icon-notesdatealt:before {
 content:'\f5cc'
}
.icon-noteslocationalt:before {
 content:'\f5cd'
}
.icon-useralt:before {
 content:'\f5ce'
}
.icon-adduseralt:before {
 content:'\f5cf'
}
.icon-removeuseralt:before {
 content:'\f5d0'
}
.icon-banuseralt:before {
 content:'\f5d1'
}
.icon-banuser:before {
 content:'\f5d2'
}
.icon-paintrollalt:before {
 content:'\f5d3'
}
.icon-textcursor:before {
 content:'\f5d4'
}
.icon-textfield:before {
 content:'\f5d5'
}
.icon-precisecursor:before {
 content:'\f5d6'
}
.icon-brokenlink:before {
 content:'\f5d7'
}
.icon-bookmarkthree:before {
 content:'\f5d8'
}
.icon-bookmarkfour:before {
 content:'\f5d9'
}
.icon-warmedalalt:before {
 content:'\f5da'
}
.icon-thinking:before {
 content:'\f5db'
}
.icon-commentlove:before {
 content:'\f5dc'
}
.icon-commentsmiley:before {
 content:'\f5dd'
}
.icon-sharetwo:before {
 content:'\f147'
}
.icon-emptystar:before {
 content:'\f2de'
}
.icon-halfstar:before {
 content:'\f2df'
}
.icon-fullstar:before {
 content:'\f2e0'
}
.icon-forbidden:before {
 content:'\f314'
}
.icon-indentleftalt:before {
 content:'\f4c4'
}
.icon-indentrightalt:before {
 content:'\f4c5'
}
.icon-modxalt:before {
 content:'\f5de'
}
.icon-apple:before {
 content:'\f5df'
}
.icon-greekcolumn:before {
 content:'\f5e0'
}
.icon-walletalt:before {
 content:'\f5e1'
}
.icon-dollarsquare:before {
 content:'\f5e2'
}
.icon-poundsquare:before {
 content:'\f5e3'
}
.icon-yensquare:before {
 content:'\f5e4'
}
.icon-eurosquare:before {
 content:'\f5e5'
}
.icon-bitcoinsquare:before {
 content:'\f5e6'
}
.icon-roublesquare:before {
 content:'\f5e7'
}
.icon-roublealt:before {
 content:'\f5e8'
}
.icon-bitcoinalt:before {
 content:'\f5e9'
}
.icon-gavel:before {
 content:'\f5ea'
}
.icon-barchartasc:before {
 content:'\f5eb'
}
.icon-barchartdesc:before {
 content:'\f5ec'
}
.icon-house:before {
 content:'\f5ed'
}
.icon-garage:before {
 content:'\f5ee'
}
.icon-milk:before {
 content:'\f5ef'
}
.icon-hryvnia:before {
 content:'\f5f0'
}
.icon-hryvniasquare:before {
 content:'\f5f1'
}
.icon-hryvniaalt:before {
 content:'\f5f2'
}
.icon-beeralt:before {
 content:'\f5f3'
}
.icon-trolleyfull:before {
 content:'\f5f4'
}
.icon-trolleyload:before {
 content:'\f5f5'
}
.icon-trolleyunload:before {
 content:'\f5f6'
}
.icon-trolleyempty:before {
 content:'\f5f7'
}
.icon-mootools:before {
 content:'\f5f8'
}
.icon-mootoolstwo:before {
 content:'\f5f9'
}
.icon-mootoolsthree:before {
 content:'\f5fa'
}
.icon-mysqlthree:before {
 content:'\f5fb'
}
.icon-mysqlalt:before {
 content:'\f5fc'
}
.icon-pgsql:before {
 content:'\f5fd'
}
.icon-mongodb:before {
 content:'\f5fe'
}
.icon-neofourj:before {
 content:'\f5ff'
}
.icon-nosql:before {
 content:'\f600'
}
.icon-catface:before {
 content:'\f601'
}
.icon-polaroid:before {
 content:'\f602'
}
.icon-clouderror:before {
 content:'\f603'
}
.icon-camcorder:before {
 content:'\f604'
}
.icon-projector:before {
 content:'\f605'
}
.icon-sdvideo:before {
 content:'\f606'
}
.icon-fx:before {
 content:'\f607'
}
.icon-gramophone:before {
 content:'\f608'
}
.icon-speakeralt:before {
 content:'\f609'
}
.icon-hddalt:before {
 content:'\f60a'
}
.icon-usbflash:before {
 content:'\f60b'
}
.icon-manillaenvelope:before {
 content:'\f60c'
}
.icon-stickynote:before {
 content:'\f60d'
}
.icon-stickynotealt:before {
 content:'\f60e'
}
.icon-torch:before {
 content:'\f60f'
}
.icon-flashlightalt:before {
 content:'\f610'
}
.icon-campfire:before {
 content:'\f611'
}
.icon-cctv:before {
 content:'\f612'
}
.icon-drill:before {
 content:'\f613'
}
.icon-lampalt:before {
 content:'\f614'
}
.icon-flowerpot:before {
 content:'\f615'
}
.icon-defragment:before {
 content:'\f616'
}
.icon-panoramio:before {
 content:'\f617'
}
.icon-panorama:before {
 content:'\f618'
}
.icon-photosphere:before {
 content:'\f619'
}
.icon-panoramaalt:before {
 content:'\f61a'
}
.icon-timer:before {
 content:'\f61b'
}
.icon-burstmode:before {
 content:'\f61c'
}
.icon-cameraflash:before {
 content:'\f61d'
}
.icon-autoflash:before {
 content:'\f61e'
}
.icon-noflash:before {
 content:'\f61f'
}
.icon-threetofour:before {
 content:'\f620'
}
.icon-sixteentonine:before {
 content:'\f621'
}
.icon-cat:before {
 content:'\f622'
}
.icon-dog:before {
 content:'\f623'
}
.icon-rabbit:before {
 content:'\f624'
}
.icon-koala:before {
 content:'\f625'
}
.icon-butterflyalt:before {
 content:'\f626'
}
.icon-butterfly:before {
 content:'\f627'
}
.icon-wwf:before {
 content:'\f628'
}
.icon-poop:before {
 content:'\f629'
}
.icon-poopalt:before {
 content:'\f62a'
}
.icon-kiwi:before {
 content:'\f62b'
}
.icon-kiwifruit:before {
 content:'\f62c'
}
.icon-lemon:before {
 content:'\f62d'
}
.icon-pear:before {
 content:'\f62e'
}
.icon-watermelon:before {
 content:'\f62f'
}
.icon-onion:before {
 content:'\f630'
}
.icon-turnip:before {
 content:'\f631'
}
.icon-eggplant:before {
 content:'\f632'
}
.icon-avocado:before {
 content:'\f633'
}
.icon-perfume:before {
 content:'\f634'
}
.icon-arch:before {
 content:'\f635'
}
.icon-pluspages:before {
 content:'\f636'
}
.icon-community:before {
 content:'\f637'
}
.icon-pluscircles:before {
 content:'\f638'
}
.icon-googleplusold:before {
 content:'\f639'
}
.icon-plusgames:before {
 content:'\f63a'
}
.icon-event:before {
 content:'\f63b'
}
.icon-miui:before {
 content:'\f63c'
}
.icon-hot:before {
 content:'\f63d'
}
.icon-flowup:before {
 content:'\f63e'
}
.icon-flowdown:before {
 content:'\f63f'
}
.icon-moustache:before {
 content:'\f640'
}
.icon-angle:before {
 content:'\f641'
}
.icon-sleep:before {
 content:'\f642'
}
.icon-acorn:before {
 content:'\f643'
}
.icon-steamalt:before {
 content:'\f644'
}
.icon-resizeupleft:before {
 content:'\f645'
}
.icon-resizeupright:before {
 content:'\f646'
}
.icon-resizedownright:before {
 content:'\f647'
}
.icon-resizedownleft:before {
 content:'\f648'
}
.icon-hammeralt:before {
 content:'\f649'
}
.icon-bamboo:before {
 content:'\f64a'
}
.icon-mypictures:before {
 content:'\f64b'
}
.icon-mymusic:before {
 content:'\f64c'
}
.icon-myvideos:before {
 content:'\f64d'
}
.icon-systemfolder:before {
 content:'\f64e'
}
.icon-bookthree:before {
 content:'\f64f'
}
.icon-compile:before {
 content:'\f650'
}
.icon-report:before {
 content:'\f651'
}
.icon-fliphorizontal:before {
 content:'\f652'
}
.icon-flipvertical:before {
 content:'\f653'
}
.icon-construction:before {
 content:'\f654'
}
.icon-counteralt:before {
 content:'\f655'
}
.icon-counter:before {
 content:'\f656'
}
.icon-papercutter:before {
 content:'\f657'
}
.icon-snaptodot:before {
 content:'\f658'
}
.icon-snaptogrid:before {
 content:'\f659'
}
.icon-caligraphy:before {
 content:'\f65a'
}
.icon-icecreamthree:before {
 content:'\f65b'
}
.icon-skitch:before {
 content:'\f65c'
}
.icon-archlinux:before {
 content:'\f65d'
}
.icon-elementaryos:before {
 content:'\f65e'
}
.icon-loadingone:before {
 content:'\f65f'
}
.icon-loadingtwo:before {
 content:'\f660'
}
.icon-loadingthree:before {
 content:'\f661'
}
.icon-loadingfour:before {
 content:'\f662'
}
.icon-loadingfive:before {
 content:'\f663'
}
.icon-loadingsix:before {
 content:'\f664'
}
.icon-loadingseven:before {
 content:'\f665'
}
.icon-loadingeight:before {
 content:'\f666'
}
.icon-brokenheart:before {
 content:'\f667'
}
.icon-heartarrow:before {
 content:'\f668'
}
.icon-heartsparkle:before {
 content:'\f669'
}
.icon-cell:before {
 content:'\f66a'
}
.icon-panda:before {
 content:'\f66b'
}
.icon-refreshalt:before {
 content:'\f66c'
}
.icon-mirror:before {
 content:'\f66d'
}
.icon-headphonesthree:before {
 content:'\f66e'
}
.icon-fan:before {
 content:'\f66f'
}
.icon-tornado:before {
 content:'\f670'
}
.icon-hangout:before {
 content:'\f671'
}
.icon-beaker:before {
 content:'\f672'
}
.icon-beakeralt:before {
 content:'\f673'
}
.icon-phonescreensize:before {
 content:'\f674'
}
.icon-tabletscreensize:before {
 content:'\f675'
}
.icon-notification:before {
 content:'\f676'
}
.icon-googleglass:before {
 content:'\f677'
}
.icon-pinterest:before {
 content:'\f678'
}
.icon-soundcloud:before {
 content:'\f679'
}
.icon-alarmclock:before {
 content:'\f67a'
}
.icon-addalarm:before {
 content:'\f67b'
}
.icon-deletealarm:before {
 content:'\f67c'
}
.icon-turnoffalarm:before {
 content:'\f67d'
}
.icon-snooze:before {
 content:'\f67e'
}
.icon-bringforward:before {
 content:'\f67f'
}
.icon-sendbackward:before {
 content:'\f680'
}
.icon-bringtofront:before {
 content:'\f681'
}
.icon-sendtoback:before {
 content:'\f682'
}
.icon-tectile:before {
 content:'\f683'
}
.icon-grave:before {
 content:'\f684'
}
.icon-gravetwo:before {
 content:'\f685'
}
.icon-gravethree:before {
 content:'\f686'
}
.icon-gravefour:before {
 content:'\f687'
}
.icon-textlayer:before {
 content:'\f688'
}
.icon-vectoralt:before {
 content:'\f689'
}
.icon-drmanhattan:before {
 content:'\f68a'
}
.icon-foursquarealt:before {
 content:'\f68b'
}
.icon-hashtag:before {
 content:'\f68c'
}
.icon-enteralt:before {
 content:'\f68d'
}
.icon-exitalt:before {
 content:'\f68e'
}
.icon-cartalt:before {
 content:'\f68f'
}
.icon-vaultthree:before {
 content:'\f690'
}
.icon-fatundo:before {
 content:'\f691'
}
.icon-fatredo:before {
 content:'\f692'
}
.icon-feedly:before {
 content:'\f693'
}
.icon-feedlyalt:before {
 content:'\f694'
}
.icon-squareheart:before {
 content:'\f695'
}
.icon-squarestar:before {
 content:'\f696'
}
.icon-squarecomment:before {
 content:'\f697'
}
.icon-squarelike:before {
 content:'\f698'
}
.icon-squarebookmark:before {
 content:'\f699'
}
.icon-squaresearch:before {
 content:'\f69a'
}
.icon-squaresettings:before {
 content:'\f69b'
}
.icon-squarevoice:before {
 content:'\f69c'
}
.icon-google:before {
 content:'\f69d'
}
.icon-emojigrinalt:before {
 content:'\f69e'
}
.icon-emojigrin:before {
 content:'\f69f'
}
.icon-constellation:before {
 content:'\f6a0'
}
.icon-emojisurprise:before {
 content:'\f6a1'
}
.icon-emojidead:before {
 content:'\f6a2'
}
.icon-emojiangry:before {
 content:'\f6a3'
}
.icon-emojidevil:before {
 content:'\f6a4'
}
.icon-emojiwink:before {
 content:'\f6a5'
}
.icon-moonorbit:before {
 content:'\f6a6'
}
.icon-emojismile:before {
 content:'\f6a7'
}
.icon-emojisorry:before {
 content:'\f6a8'
}
.icon-emojiconfused:before {
 content:'\f6a9'
}
.icon-emojisleep:before {
 content:'\f6aa'
}
.icon-emojicry:before {
 content:'\f6ab'
}
.icon-circlefork:before {
 content:'\f6ac'
}
.icon-circlespoon:before {
 content:'\f6ad'
}
.icon-circleknife:before {
 content:'\f6ae'
}
.icon-circlepencil:before {
 content:'\f6af'
}
.icon-circlehammer:before {
 content:'\f6b0'
}
.icon-circlescrewdriver:before {
 content:'\f6b1'
}
.icon-middlefinger:before {
 content:'\f6b2'
}
.icon-heavymetal:before {
 content:'\f6b3'
}
.icon-turnright:before {
 content:'\f6b4'
}
.icon-turnleft:before {
 content:'\f6b5'
}
.icon-vineapp:before {
 content:'\f6b6'
}
.icon-vineappalt:before {
 content:'\f6b7'
}
.icon-finance:before {
 content:'\f6b8'
}
.icon-survey:before {
 content:'\f6b9'
}
.icon-hangouts:before {
 content:'\f6ba'
}
.icon-square0:before {
 content:'\f6bb'
}
.icon-square1:before {
 content:'\f6bc'
}
.icon-square2:before {
 content:'\f6bd'
}
.icon-square3:before {
 content:'\f6be'
}
.icon-square4:before {
 content:'\f6bf'
}
.icon-square5:before {
 content:'\f6c0'
}
.icon-square6:before {
 content:'\f6c1'
}
.icon-square7:before {
 content:'\f6c2'
}
.icon-square8:before {
 content:'\f6c3'
}
.icon-square9:before {
 content:'\f6c4'
}
.icon-squarea:before {
 content:'\f6c5'
}
.icon-squareb:before {
 content:'\f6c6'
}
.icon-squarec:before {
 content:'\f6c7'
}
.icon-squared:before {
 content:'\f6c8'
}
.icon-squaree:before {
 content:'\f6c9'
}
.icon-squaref:before {
 content:'\f6ca'
}
.icon-squareg:before {
 content:'\f6cb'
}
.icon-squareh:before {
 content:'\f6cc'
}
.icon-squarei:before {
 content:'\f6cd'
}
.icon-squarej:before {
 content:'\f6ce'
}
.icon-squarek:before {
 content:'\f6cf'
}
.icon-squarel:before {
 content:'\f6d0'
}
.icon-squarem:before {
 content:'\f6d1'
}
.icon-squaren:before {
 content:'\f6d2'
}
.icon-squareo:before {
 content:'\f6d3'
}
.icon-squarep:before {
 content:'\f6d4'
}
.icon-squareq:before {
 content:'\f6d5'
}
.icon-squarer:before {
 content:'\f6d6'
}
.icon-squares:before {
 content:'\f6d7'
}
.icon-squaret:before {
 content:'\f6d8'
}
.icon-squareu:before {
 content:'\f6d9'
}
.icon-squarev:before {
 content:'\f6da'
}
.icon-squarew:before {
 content:'\f6db'
}
.icon-squarex:before {
 content:'\f6dc'
}
.icon-squarey:before {
 content:'\f6dd'
}
.icon-squarez:before {
 content:'\f6de'
}
.icon-shuttle:before {
 content:'\f6df'
}
.icon-meteor:before {
 content:'\f6e0'
}
.icon-galaxy:before {
 content:'\f6e1'
}
.icon-observatory:before {
 content:'\f6e2'
}
.icon-astronaut:before {
 content:'\f6e3'
}
.icon-asteroid:before {
 content:'\f6e4'
}
.icon-sunrise:before {
 content:'\f6e5'
}
.icon-sunset:before {
 content:'\f6e6'
}
.icon-tiderise:before {
 content:'\f6e7'
}
.icon-tidefall:before {
 content:'\f6e8'
}
.icon-mushroomcloud:before {
 content:'\f6e9'
}
.icon-galaxyalt:before {
 content:'\f6ea'
}
.icon-sputnik:before {
 content:'\f6eb'
}
.icon-sextant:before {
 content:'\f6ec'
}
.icon-spock:before {
 content:'\f6ed'
}
.icon-meteorite:before {
 content:'\f6ee'
}
.icon-deathstar:before {
 content:'\f6ef'
}
.icon-deathstarbulding:before {
 content:'\f6f0'
}
.icon-fallingstar:before {
 content:'\f6f1'
}
.icon-windmill:before {
 content:'\f6f2'
}
.icon-windmillalt:before {
 content:'\f6f3'
}
.icon-pumpjack:before {
 content:'\f6f4'
}
.icon-nuclearplant:before {
 content:'\f6f5'
}
.icon-solarpanel:before {
 content:'\f6f6'
}
.icon-barrel:before {
 content:'\f6f7'
}
.icon-canister:before {
 content:'\f6f8'
}
.icon-railtunnel:before {
 content:'\f6f9'
}
.icon-roadtunnel:before {
 content:'\f6fa'
}
.icon-pickaxe:before {
 content:'\f6fb'
}
.icon-cow:before {
 content:'\f6fc'
}
.icon-sheep:before {
 content:'\f6fd'
}
.icon-fountain:before {
 content:'\f6fe'
}
.icon-circlezero:before {
 content:'\f6ff'
}
.icon-circleone:before {
 content:'\f700'
}
.icon-circletwo:before {
 content:'\f701'
}
.icon-circlethree:before {
 content:'\f702'
}
.icon-circlefour:before {
 content:'\f703'
}
.icon-circlefive:before {
 content:'\f704'
}
.icon-circlesix:before {
 content:'\f705'
}
.icon-circleseven:before {
 content:'\f706'
}
.icon-circleeight:before {
 content:'\f707'
}
.icon-circlenine:before {
 content:'\f708'
}
.icon-circlea:before {
 content:'\f709'
}
.icon-circleb:before {
 content:'\f70a'
}
.icon-circlec:before {
 content:'\f70b'
}
.icon-circled:before {
 content:'\f70c'
}
.icon-circlee:before {
 content:'\f70d'
}
.icon-circlef:before {
 content:'\f70e'
}
.icon-circleg:before {
 content:'\f70f'
}
.icon-circleh:before {
 content:'\f710'
}
.icon-circlei:before {
 content:'\f711'
}
.icon-circlej:before {
 content:'\f712'
}
.icon-circlek:before {
 content:'\f713'
}
.icon-circlel:before {
 content:'\f714'
}
.icon-circlem:before {
 content:'\f715'
}
.icon-circlen:before {
 content:'\f716'
}
.icon-circleo:before {
 content:'\f717'
}
.icon-circlep:before {
 content:'\f718'
}
.icon-circleq:before {
 content:'\f719'
}
.icon-circler:before {
 content:'\f71a'
}
.icon-circles:before {
 content:'\f71b'
}
.icon-circlet:before {
 content:'\f71c'
}
.icon-circleu:before {
 content:'\f71d'
}
.icon-circlev:before {
 content:'\f71e'
}
.icon-circlew:before {
 content:'\f71f'
}
.icon-circlex:before {
 content:'\f720'
}
.icon-circley:before {
 content:'\f721'
}
.icon-circlez:before {
 content:'\f722'
}
.icon-creeper:before {
 content:'\f723'
}
.icon-minecraft:before {
 content:'\f724'
}
.icon-minecraftalt:before {
 content:'\f725'
}
.icon-pixelsword:before {
 content:'\f726'
}
.icon-pixelbroadsword:before {
 content:'\f727'
}
.icon-pixelwand:before {
 content:'\f728'
}
.icon-pixelpotion:before {
 content:'\f729'
}
.icon-pixelpotionalt:before {
 content:'\f72a'
}
.icon-pixelpickaxe:before {
 content:'\f72b'
}
.icon-pixelbow:before {
 content:'\f72c'
}
.icon-pixelarrow:before {
 content:'\f72d'
}
.icon-pixelaxe:before {
 content:'\f72e'
}
.icon-pixeldagger:before {
 content:'\f72f'
}
.icon-pixelbastardsword:before {
 content:'\f730'
}
.icon-pixellance:before {
 content:'\f731'
}
.icon-pixelbattleaxe:before {
 content:'\f732'
}
.icon-pixelshovel:before {
 content:'\f733'
}
.icon-pixelsphere:before {
 content:'\f734'
}
.icon-pixelelixir:before {
 content:'\f735'
}
.icon-pixelchest:before {
 content:'\f736'
}
.icon-pixelshield:before {
 content:'\f737'
}
.icon-pixelheart:before {
 content:'\f738'
}
.icon-rudder:before {
 content:'\f739'
}
.icon-folderalt:before {
 content:'\f73a'
}
.icon-removefolderalt:before {
 content:'\f73b'
}
.icon-addfolderalt:before {
 content:'\f73c'
}
.icon-deletefolderalt:before {
 content:'\f73d'
}
.icon-openfolderalt:before {
 content:'\f73e'
}
.icon-clipboardalt:before {
 content:'\f73f'
}
.icon-pastealt:before {
 content:'\f740'
}
.icon-loadingflowccw:before {
 content:'\f741'
}
.icon-loadingflowcw:before {
 content:'\f742'
}
.icon-code:before {
 content:'\f743'
}
.icon-cloveralt:before {
 content:'\f744'
}
.icon-lips:before {
 content:'\f745'
}
.icon-kiss:before {
 content:'\f746'
}
.icon-manualshift:before {
 content:'\f747'
}
.icon-simcardthree:before {
 content:'\f748'
}
.icon-parthenon:before {
 content:'\f749'
}
.icon-addcomment:before {
 content:'\f74a'
}
.icon-deletecomment:before {
 content:'\f74b'
}
.icon-gender:before {
 content:'\f74c'
}
.icon-callalt:before {
 content:'\f74d'
}
.icon-outgoingcallalt:before {
 content:'\f74e'
}
.icon-incomingcallalt:before {
 content:'\f74f'
}
.icon-missedcallalt:before {
 content:'\f750'
}
.icon-export:before {
 content:'\f751'
}
.icon-import:before {
 content:'\f752'
}
.icon-cherryalt:before {
 content:'\f753'
}
.icon-panties:before {
 content:'\f754'
}
.icon-kimai:before {
 content:'\f755'
}
.icon-livejournal:before {
 content:'\f756'
}
.icon-livejournalalt:before {
 content:'\f757'
}
.icon-tagged:before {
 content:'\f758'
}
.icon-temple:before {
 content:'\f759'
}
.icon-mayanpyramid:before {
 content:'\f75a'
}
.icon-egyptpyramid:before {
 content:'\f75b'
}
.icon-tampermonkey:before {
 content:'\f75c'
}
.icon-pushbullet:before {
 content:'\f75d'
}
.icon-currents:before {
 content:'\f75e'
}
.icon-communitysmall:before {
 content:'\f75f'
}
.icon-squaregithub:before {
 content:'\f760'
}
.icon-projectfork:before {
 content:'\f761'
}
.icon-projectmerge:before {
 content:'\f762'
}
.icon-projectcompare:before {
 content:'\f763'
}
.icon-history:before {
 content:'\f764'
}
.icon-notebook:before {
 content:'\f765'
}
.icon-issue:before {
 content:'\f766'
}
.icon-issueclosed:before {
 content:'\f767'
}
.icon-issuereopened:before {
 content:'\f768'
}
.icon-rubyalt:before {
 content:'\f769'
}
.icon-lighton:before {
 content:'\f76a'
}
.icon-lightoff:before {
 content:'\f76b'
}
.icon-bellalt:before {
 content:'\f76c'
}
.icon-versions:before {
 content:'\f777'
}
.icon-twog:before {
 content:'\f76e'
}
.icon-threeg:before {
 content:'\f76f'
}
.icon-fourg:before {
 content:'\f770'
}
.icon-gpsalt:before {
 content:'\f771'
}
.icon-circleloaderfull:before {
 content:'\f772'
}
.icon-circleloaderseven:before {
 content:'\f773'
}
.icon-circleloadersix:before {
 content:'\f774'
}
.icon-circleloaderfive:before {
 content:'\f775'
}
.icon-circleloaderfour:before {
 content:'\f776'
}
.icon-circleloaderthree:before {
 content:'\f777'
}
.icon-circleloadertwo:before {
 content:'\f778'
}
.icon-circleloaderone:before {
 content:'\f779'
}
.icon-circleloaderempty:before {
 content:'\f77a'
}
.icon-whatsapp:before {
 content:'\f77b'
}
.icon-whatsappalt:before {
 content:'\f77c'
}
.icon-viber:before {
 content:'\f77d'
}
.icon-squareviber:before {
 content:'\f77e'
}
.icon-teamviewer:before {
 content:'\f77f'
}
.icon-tunein:before {
 content:'\f780'
}
.icon-tuneinalt:before {
 content:'\f781'
}
.icon-weightscale:before {
 content:'\f782'
}
.icon-boxing:before {
 content:'\f783'
}
.icon-speedalt:before {
 content:'\f784'
}
.icon-scriptalt:before {
 content:'\f785'
}
.icon-splitthree:before {
 content:'\f786'
}
.icon-mergethree:before {
 content:'\f787'
}
.icon-layersthree:before {
 content:'\f788'
}
.icon-mutemic:before {
 content:'\f789'
}
.icon-zerply:before {
 content:'\f78a'
}
.icon-circlegoogleplus:before {
 content:'\f78b'
}
.icon-circletwitter:before {
 content:'\f78c'
}
.icon-circlefacebook:before {
 content:'\f78d'
}
.icon-circleyahoo:before {
 content:'\f78e'
}
.icon-circlegithub:before {
 content:'\f78f'
}
.icon-forumsalt:before {
 content:'\f790'
}
.icon-circlepath:before {
 content:'\f791'
}
.icon-circlevimeo:before {
 content:'\f792'
}
.icon-circlevine:before {
 content:'\f793'
}
.icon-instagramtwo:before {
 content:'\f794'
}
.icon-instagramthree:before {
 content:'\f795'
}
.icon-flickrthree:before {
 content:'\f796'
}
.icon-quora:before {
 content:'\f797'
}
.icon-squarequora:before {
 content:'\f798'
}
.icon-circlequora:before {
 content:'\f799'
}
.icon-picasa:before {
 content:'\f79a'
}
.icon-branch:before {
 content:'\f79b'
}
.icon-ingress:before {
 content:'\f79c'
}
.icon-squarezerply:before {
 content:'\f79d'
}
.icon-circlezerply:before {
 content:'\f79e'
}
.icon-squarevimeo:before {
 content:'\f79f'
}
.icon-squaretwitter:before {
 content:'\f7a0'
}
.icon-brightnessalt:before {
 content:'\f7a1'
}
.icon-brightnessalthalf:before {
 content:'\f7a2'
}
.icon-brightnessaltfull:before {
 content:'\f7a3'
}
.icon-brightnessaltauto:before {
 content:'\f7a4'
}
.icon-shirtbuttonthree:before {
 content:'\f7a5'
}
.icon-openshare:before {
 content:'\f7a6'
}
.icon-copyapp:before {
 content:'\f7a7'
}
.icon-bowl:before {
 content:'\f7a8'
}
.icon-cloudalt:before {
 content:'\f7a9'
}
.icon-cloudaltdownload:before {
 content:'\f7aa'
}
.icon-cloudaltupload:before {
 content:'\f7ab'
}
.icon-cloudaltsync:before {
 content:'\f7ac'
}
.icon-cloudaltprivate:before {
 content:'\f7ad'
}
.icon-flipboard:before {
 content:'\f7ae'
}
.icon-octoloaderempty:before {
 content:'\f7af'
}
.icon-octoloaderone:before {
 content:'\f7b0'
}
.icon-octoloadertwo:before {
 content:'\f7b1'
}
.icon-octoloaderthree:before {
 content:'\f7b2'
}
.icon-octoloaderfour:before {
 content:'\f7b3'
}
.icon-octoloaderfive:before {
 content:'\f7b4'
}
.icon-octoloadersix:before {
 content:'\f7b5'
}
.icon-octoloaderseven:before {
 content:'\f7b6'
}
.icon-octoloaderfull:before {
 content:'\f7b7'
}
.icon-selectionsymbol:before {
 content:'\f7b8'
}
.icon-infinityalt:before {
 content:'\f7b9'
}
.icon-pullrequest:before {
 content:'\f7ba'
}
.icon-projectforkdelete:before {
 content:'\f7bb'
}
.icon-projectforkprivate:before {
 content:'\f7bc'
}
.icon-commit:before {
 content:'\f7bd'
}
.icon-htmlfile:before {
 content:'\f7be'
}
.icon-pushalt:before {
 content:'\f7bf'
}
.icon-pullalt:before {
 content:'\f7c0'
}
.icon-photonineframes:before {
 content:'\f7c1'
}
.icon-wetfloor:before {
 content:'\f7c2'
}
.icon-instagramfour:before {
 content:'\f7c3'
}
.icon-circleinstagram:before {
 content:'\f7c4'
}
.icon-videocamerathree:before {
 content:'\f7c5'
}
.icon-subtitles:before {
 content:'\f7c6'
}
.icon-subtitlesoff:before {
 content:'\f7c7'
}
.icon-compress:before {
 content:'\f7c8'
}
.icon-baby:before {
 content:'\f7c9'
}
.icon-ducky:before {
 content:'\f7ca'
}
.icon-handswipe:before {
 content:'\f7cb'
}
.icon-swipeup:before {
 content:'\f7cc'
}
.icon-swipedown:before {
 content:'\f7cd'
}
.icon-twofingerswipedown:before {
 content:'\f7ce'
}
.icon-twofingerswipeup:before {
 content:'\f7cf'
}
.icon-doubletap:before {
 content:'\f7d0'
}
.icon-dribbblealt:before {
 content:'\f7d1'
}
.icon-circlecallmissed:before {
 content:'\f7d2'
}
.icon-circlecallincoming:before {
 content:'\f7d3'
}
.icon-circlecalloutgoing:before {
 content:'\f7d4'
}
.icon-circledownload:before {
 content:'\f7d5'
}
.icon-circleupload:before {
 content:'\f7d6'
}
.icon-minismile:before {
 content:'\f7d7'
}
.icon-minisad:before {
 content:'\f7d8'
}
.icon-minilaugh:before {
 content:'\f7d9'
}
.icon-minigrin:before {
 content:'\f7da'
}
.icon-miniangry:before {
 content:'\f7db'
}
.icon-minitongue:before {
 content:'\f7dc'
}
.icon-minitonguealt:before {
 content:'\f7dd'
}
.icon-miniwink:before {
 content:'\f7de'
}
.icon-minitonguewink:before {
 content:'\f7df'
}
.icon-miniconfused:before {
 content:'\f7e0'
}
.icon-soundright:before {
 content:'\f7e1'
}
.icon-soundleft:before {
 content:'\f7e2'
}
.icon-savetodrive:before {
 content:'\f7e3'
}
.icon-layerorderup:before {
 content:'\f7e4'
}
.icon-layerorderdown:before {
 content:'\f7e5'
}
.icon-layerorder:before {
 content:'\f7e6'
}
.icon-circledribbble:before {
 content:'\f7e7'
}
.icon-squaredribbble:before {
 content:'\f7e8'
}
.icon-handexpand:before {
 content:'\f7e9'
}
.icon-handpinch:before {
 content:'\f7ea'
}
.icon-fontserif:before {
 content:'\f7eb'
}
.icon-fontsansserif:before {
 content:'\f7ec'
}
.icon-fontrounded:before {
 content:'\f7ed'
}
.icon-fonthandwriting:before {
 content:'\f7ee'
}
.icon-fonttypewriter:before {
 content:'\f7ef'
}
.icon-fontcomic:before {
 content:'\f7f0'
}
.icon-fontcaligraphy:before {
 content:'\f7f1'
}
.icon-fontgothic:before {
 content:'\f7f2'
}
.icon-fontstencil:before {
 content:'\f7f3'
}

