.row {
  margin-left:  * -1;
  overflow: inherit;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
*,
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 a {
  color: #363636;
}
body a:hover {
  color: #941250;
  text-decoration: none;
}
body a:focus {
  text-decoration: none;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  margin: 0 0 10px;
}
body input,
body textarea,
body button {
  outline: medium none !important;
  border: 1px solid #ddd;
  margin-bottom: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  padding: 0px 5px;
}
body img {
  display: block;
  max-width: 100%;
  height: auto;
}
body ul {
  padding: 0;
}
body ul,
body ol {
  margin-left: 15px;
}
.rtl body ul,
.rtl body ol {
  margin-left: 0;
  margin-right: 15px;
}
body ol {
  padding-left: 15px;
}
body .container {
  padding: 0;
}
body.boxed-layout .body-wrapper {
  padding: 0 15px;
  background: #fff;
  margin: 0 auto;
  box-shadow: 0 0 8px #000;
  overflow: visible;
}
body.boxed-layout .body-wrapper .container {
  max-width: 1650px;
}
.clearfix:after {
  height: 0;
  clear: both;
  content: " ";
  font-size: 0;
  min-height: 0;
  display: block;
  visibility: hidden;
}
.float {
  float: none !important;
}
table {
  margin-bottom: 20px;
}
.thumbnail {
  max-width: 100%;
}
.size-full {
  width: 100%;
  height: auto;
  margin: 0 0 30px 0;
}
.alignleft {
  float: left;
  margin: 0 15px 30px 0;
}
.rtl .alignleft {
  float: right;
  margin: 0 0 30px 15px;
}
.aligncenter {
  display: block;
  margin: 0 auto 30px auto;
  clear: both;
}
.alignright {
  float: right;
  margin: 0 0 30px 15px;
}
.rtl .alignright {
  float: left;
  margin: 0 15px 30px 0;
}
.alignnone {
  float: none;
  clear: both;
  display: block;
  margin: 0 0 30px 0;
}
p .size-full {
  width: auto;
  height: auto;
  margin: 5px 0 30px 0;
}
p .alignleft {
  float: left;
  margin: 5px 15px 30px 0;
}
.rtl p .alignleft {
  float: right;
  margin: 5px 0 30px 15px;
}
p .aligncenter {
  display: block;
  margin: 5px auto 30px auto;
}
p .alignright {
  float: right;
  margin: 5px 0 30px 15px;
  clear: both;
}
.rtl p .alignright {
  float: left;
  margin: 5px 15px 30px 0;
}
p .alignnone {
  float: none;
  display: block;
  margin: 5px 0 30px 0;
}
figure .size-full {
  margin: 0;
}
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
ul.menu,
.dropdown ul {
  list-style: none;
  margin: 0;
}
.fa:before {
  font-family: FontAwesome;
}
.loading {
  position: relative;
  z-index: 2;
  height: 300px;
  overflow: hidden;
}
.loading:before {
  background: url(../assets/img/loading.gif) no-repeat center center #fff;
  background-size: 60px 60px;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 99;
  display: block;
}
.rtl .loading:before {
  left: 0 !important;
  right: 0 !important;
}
.loading.clearfix {
  overflow: hidden;
}
.loading.add_to_cart_button:before {
  background: url(../assets/img/loadingp.gif) no-repeat center center #fff;
}
ul.breadcrumb {
  margin: 0 0 20px;
}
input.input-text:focus,
select:focus,
textarea:focus {
  background-color: #fafafa;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  background-color: transparent;
}
.wpb_map_wraper iframe {
  pointer-events: none;
}
.quote-border {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  background-color: #f4f4f4;
  padding: 20px;
  margin-bottom: 10px;
  font-style: italic;
  border: 1px solid #ddd;
}
.wpb_revslider_element rs-module rs-mask-wrap .rs-layer .text-style1,
.widget_revslider rs-module rs-mask-wrap .rs-layer .text-style1 {
  position: relative;
}
.wpb_revslider_element rs-module rs-mask-wrap .rs-layer .text-style1:before,
.widget_revslider rs-module rs-mask-wrap .rs-layer .text-style1:before {
  content: '';
  width: 90px;
  height: 1px;
  background-color: #941250;
  position: absolute;
  left: 0;
  bottom: -30px;
  display: inline-block;
}
.wpb_revslider_element rs-module rs-mask-wrap .rs-layer .shop-now,
.widget_revslider rs-module rs-mask-wrap .rs-layer .shop-now {
  height: 45px !important;
  line-height: 45px !important;
  padding: 0 34px !important;
  background-color: #fff !important;
  color: #000 !important;
  text-transform: uppercase !important;
  font-size: 18px !important;
  border: 0 !important;
  text-align: center !important;
  border-radius: 22px !important;
  display: inline-block;
}
.wpb_revslider_element rs-module rs-mask-wrap .rs-layer .shop-now:hover,
.widget_revslider rs-module rs-mask-wrap .rs-layer .shop-now:hover {
  background-color: #941250 !important;
  color: #fff !important;
}
.wpb_revslider_element .tp-bullets.custom,
.widget_revslider .tp-bullets.custom {
  width: 100px !important;
  margin-left: 25px;
}
.rtl .wpb_revslider_element .tp-bullets.custom,
.rtl .widget_revslider .tp-bullets.custom {
  margin-right: 25px;
  margin-left: 0;
}
.wpb_revslider_element .tp-bullets.custom .tp-bullet,
.widget_revslider .tp-bullets.custom .tp-bullet {
  width: 10px !important;
  height: 10px !important;
  background-color: #fff !important;
  position: relative !important;
  display: inline-block !important;
  border-radius: 50% !important;
  cursor: pointer;
  box-sizing: content-box;
  text-align: center !important;
  left: 0 !important;
}
.wpb_revslider_element .tp-bullets.custom .tp-bullet + .tp-bullet,
.widget_revslider .tp-bullets.custom .tp-bullet + .tp-bullet {
  margin-left: 10px !important;
}
.rtl .wpb_revslider_element .tp-bullets.custom .tp-bullet + .tp-bullet,
.rtl .widget_revslider .tp-bullets.custom .tp-bullet + .tp-bullet {
  margin-right: 10px !important;
  margin-left: 0 !important;
}
.wpb_revslider_element .tp-bullets.custom .tp-bullet:after,
.widget_revslider .tp-bullets.custom .tp-bullet:after {
  display: none;
  background-color: transparent;
  box-shadow: none;
}
.wpb_revslider_element .tp-bullets.custom .tp-bullet.selected,
.widget_revslider .tp-bullets.custom .tp-bullet.selected {
  width: 30px !important;
  height: 10px !important;
  border-radius: 5px !important;
  background-color: #fff !important;
}
.slider-more {
  color: #fff;
}
.home-style2 .slider-more {
  color: #941250;
}
.home-style2 .slider-more:hover {
  opacity: 0.85;
}
.slider-more i {
  margin-right: 10px;
}
.slider-more:hover {
  color: #941250;
}
.slider-more1 {
  color: #941250;
}
.slider-more1 i {
  margin-right: 10px;
}
.slider-more1:hover {
  color: #670c37;
}
.title-sytle1 .box-slider-title {
  text-align: center;
}
.title-sytle1 .box-slider-title h2 {
  display: inline-block;
  font-size: 24px;
  text-transform: uppercase;
  color: #941250;
  position: relative;
  font-weight: 600;
  margin-bottom: 22px;
  padding: 0 38px;
}
.title-sytle1 .box-slider-title h2 span {
  font-weight: 400;
  text-transform: capitalize;
  color: #333;
}
.title-sytle1 .box-slider-title h2:before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../assets/img/icon-rose1.png) no-repeat center center;
  position: absolute;
  top: -2px;
  left: 0;
}
.title-sytle1 .box-slider-title h2:after {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../assets/img/icon-rose2.png) no-repeat center center;
  position: absolute;
  top: -2px;
  right: 0;
}
.button-style2 .res-button {
  position: absolute;
  top: 0;
  cursor: pointer;
  font-size: 18px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 23px;
  z-index: 9;
  border: 1px #eeeeee solid;
  background: #fff;
  border-radius: 50%;
}
.button-style2 .res-button.slick-next {
  right: 0;
}
.rtl .button-style2 .res-button.slick-next {
  left: 0;
  right: auto;
}
.button-style2 .res-button.slick-next:before {
  content: '\f105';
  font-family: FontAwesome;
  color: #d5d5d5;
}
.rtl .button-style2 .res-button.slick-next:before {
  content: '\f104';
}
.button-style2 .res-button.slick-next:hover {
  background: #941250;
  border-color: #941250;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.button-style2 .res-button.slick-next:hover:before {
  color: #fff;
}
.button-style2 .res-button.slick-prev {
  right: 30px;
}
.rtl .button-style2 .res-button.slick-prev {
  left: 30px;
  right: auto;
}
.button-style2 .res-button.slick-prev:before {
  content: '\f104';
  font-family: FontAwesome;
  color: #d5d5d5;
}
.rtl .button-style2 .res-button.slick-prev:before {
  content: '\f105';
}
.button-style2 .res-button.slick-prev:hover {
  background: #941250;
  border-color: #941250;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.button-style2 .res-button.slick-prev:hover:before {
  color: #fff;
}
.sale-off {
  position: absolute;
  top: 40px;
  right: 16px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  background-color: #35a2ff;
  height: 24px;
  line-height: 24px;
  border-radius: 0;
  padding: 0 3px;
}
.sale-off:before {
  content: '';
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-right: 12px solid #35a2ff;
  left: -12px;
  position: absolute;
}
.sw-newlabel {
  background: #1CC490;
  right: auto;
  left: 15px;
}
.rtl .sw-newlabel {
  left: auto;
  right: 15px;
}
.sw-outstock {
  text-indent: -9999px;
  background: url(../assets/img/icon-outstock.png) no-repeat center center;
  background-size: 42px 42px;
  right: auto;
  left: 15px;
  width: 42px;
  height: 42px;
}
.rtl .sw-outstock {
  left: auto;
  right: 15px;
}
.rozy_social {
  text-align: center;
  line-height: 19px;
}
.rozy_social .main-social {
  margin: 0 auto;
  list-style-type: none;
}
.rozy_social .main-social li {
  display: inline-block;
  vertical-align: top;
  padding: 0 10px;
}
.rozy_social .main-social li a {
  color: #8f114e;
  font-size: 16px;
}
.rozy_social .main-social li a:hover {
  color: #941250;
}
.yith-wcwl-share {
  text-align: center;
}
.woocommerce a.added_to_cart,
.added_to_cart.wc-forward {
  display: none;
}
.item-price {
  font-size: 16px;
  color: #ff3e3e;
  overflow: hidden;
  font-weight: 400;
  display: inline-block;
  vertical-align: top;
}
.item-price del {
  text-decoration: line-through;
  color: #555;
  margin: 1px 10px 0;
  font-weight: normal;
  float: left;
  font-size: 14px;
}
.rtl .item-price del {
  float: right;
}
.item-price ins {
  float: left;
  margin: 0;
  text-decoration: none;
}
.rtl .item-price ins {
  float: right;
}
.woocommerce span.onsale,
.onsale {
  display: none;
  height: 35px;
  width: 35px;
  line-height: 35px;
  color: #fff;
  background-color: #ff5c00;
  text-transform: capitalize;
  font-weight: 600;
  position: absolute;
  top: 15px;
  right: 15px;
  left: auto;
}
.border-tp {
  border-top: 1px solid #ddd;
  margin-top: 95px;
  overflow: visible !important;
}
.border-tp .order-title {
  margin-top: -20px;
}
.order-desc {
  font-family: 'Niconne';
  font-size: 26px;
  color: rgba(1,1,1,0.4);
}
.mc4wp-form.mc4wp-form-success .mc4wp-alert.mc4wp-success {
  color: green;
  margin: 15px 0;
}
.rozy-socials ul {
  overflow: hidden;
  margin-top: 30px;
  margin-bottom: 0px;
}
.rozy-socials ul > li {
  display: inline-block;
}
.rozy-socials ul > li > a {
  font-size: 16px;
  color: #666;
  margin-right: 22px;
}
.rozy-socials ul > li > a:hover {
  color: #3380ff;
}
.topsearch-entry .button-search-pro.loading:before {
  background-image: url(../assets/img/loadingp.gif);
  background-color: #2d2d2d;
  background-size: 20px 20px;
}
.topsearch-entry .input-group-btn {
  position: static;
}
.topsearch-entry .input-group {
  display: block;
}
.topsearch-entry .search-append {
  position: absolute;
  top: 120%;
  right: 0;
  left: -110px;
  padding: 0;
  min-width: 300px;
  text-align: left;
  border: none;
}
.rtl .topsearch-entry .search-append {
  text-align: right;
  right: -110px;
  left: 0;
}
.rtl .topsearch-entry .search-append .autocomplete-suggestion > a img {
  margin-right: 0;
  margin-left: 10px;
}
.topsearch-entry .search-append .autocomplete-suggestions {
  box-shadow: 0 0 0 1px #ccc;
  background: #fff;
  border-radius: 3px;
}
.topsearch-entry .search-append .autocomplete-suggestion {
  clear: both;
  padding: 0 10px;
  margin-bottom: 15px;
}
.topsearch-entry .search-append .autocomplete-suggestion:first-child {
  padding-top: 15px;
}
.topsearch-entry .search-append .autocomplete-suggestion:last-child {
  padding-bottom: 15px;
}
.topsearch-entry .search-append .autocomplete-suggestion.no-result {
  padding: 10px;
}
.topsearch-entry .search-append .autocomplete-suggestion > a {
  padding: 0 10px;
  display: block;
  overflow: hidden;
}
.topsearch-entry .search-append .autocomplete-suggestion > a img {
  margin-right: 10px;
  border: 1px solid #ccc;
}
.topsearch-entry .search-append .autocomplete-suggestion .media-body > span {
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
}
.topsearch-entry .search-append .autocomplete-suggestion .media-body > span strong {
  color: #941250;
}
.topsearch-entry .search-append .autocomplete-suggestion .media-body .search-meta > div,
.topsearch-entry .search-append .autocomplete-suggestion .media-body .search-meta > p {
  display: inline-block;
  vertical-align: top;
}
.topsearch-entry .search-append .autocomplete-suggestion .media-body .search-meta .sku {
  margin-right: 20px;
}
.topsearch-entry .search-append .autocomplete-suggestion .media-body .search-meta .sku > span {
  font-weight: bold;
}
.topsearch-entry .search-append .autocomplete-suggestion .media-body .price {
  color: #941250;
  font-weight: bold;
  font-size: 14px;
}
.topsearch-entry .search-append .autocomplete-suggestion .media-body .price span.price-label {
  color: #666;
}
.topsearch-entry .search-append .autocomplete-suggestion .media-body .price ins {
  text-decoration: none;
}
.topsearch-entry .search-append .autocomplete-suggestion .media-body .price del {
  color: #999;
}
#cpanel-form {
  display: block !important;
}
.home-style1 .rozy_breadcrumbs,
.home-style1 h1.page-title,
.home-style2 .rozy_breadcrumbs,
.home-style2 h1.page-title {
  display: none !important;
}
.home-style1 .wpb_revslider_element,
.home-style2 .wpb_revslider_element {
  margin-bottom: 30px;
}
.home-style3 .rozy_breadcrumbs,
.home-style3 h1.page-title,
.home-style4 .rozy_breadcrumbs,
.home-style4 h1.page-title {
  display: none !important;
}
.block-popup-login {
  margin-top: 170px;
  width: 600px;
  padding: 0px 20px 0px;
  background: #fff;
  box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
.block-popup-login form.login,
.block-popup-login form.register {
  border: 0px;
  padding: 0px;
  margin: 0;
  text-align: left;
  border-radius: 0px;
}
.rtl .block-popup-login form.login,
.rtl .block-popup-login form.register {
  text-align: right;
}
.block-popup-login form.login.loading,
.block-popup-login form.register.loading {
  height: auto;
}
.block-popup-login form.login.loading:before,
.block-popup-login form.register.loading:before {
  opacity: 0.7;
}
.block-popup-login .tt_popup_login {
  height: 42px;
  background-color: #941250;
  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: #941250;
}
.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;
  overflow: hidden;
  padding-bottom: 10px;
  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: #941250;
  padding: 0 25px 0px 48px;
  height: 42px;
  font-size: 11px;
  font-weight: bold;
  white-space: nowrap;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
  -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: #670c37;
}
.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: #941250;
}
.block-popup-login .block-content .btn-reg-popup:hover {
  background-color: #670c37;
}
.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: #941250;
}
.block-popup-login #login_message {
  clear: both;
  padding: 10px 0;
  color: #049e06;
}
.block-popup-login #login_message >a {
  font-weight: bold;
}
.block-popup-login #login_message.error {
  color: #ec0122;
}
.block-popup-login .login-line {
  text-align: center;
  position: relative;
  margin: 0 0 20px 0;
}
.block-popup-login .login-line:before {
  content: '';
  position: absolute;
  top: 10px;
  height: 1px;
  left: 0;
  width: 100%;
  background: #ccc;
}
.block-popup-login .login-line > span {
  font-weight: bold;
  display: inline-block;
  padding: 0 10px;
  background: #fff;
  position: relative;
}
.block-popup-login .social-networks {
  text-align: center;
}
.close-login {
  display: inline-block;
  background: url(../assets/img/bg_general.png) no-repeat;
  background-position: -24px -2208px;
  width: 26px;
  height: 26px;
  overflow: hidden;
  text-indent: -9999px;
  right: 7px;
  left: auto;
  top: 7px;
  position: absolute;
  opacity: 1;
}
.close-login:hover {
  opacity: 0.7;
}
.rtl .close-login {
  left: 7px;
  right: auto;
}
.search-cate {
  position: relative;
}
.search-cate .icon-search {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: -1px 0 0;
  cursor: pointer;
  background: url("../assets/img/icon-search.png") no-repeat center center transparent;
  border: 0;
}
.header-style1 .search-cate .icon-search.open .fa:before {
  content: '\f00d';
}
.header-style1 .search-cate .icon-search {
  background: transparent;
  color: #fff;
  font-size: 16px;
}
.header-style1 .search-cate .icon-search:hover {
  color: #941250;
}
.header-style4 .search-cate .icon-search {
  background: transparent;
  color: #fff;
  font-size: 14px;
  margin: 13px 50px;
}
.header-style4 .search-cate .icon-search:hover {
  color: #941250;
}
.rozy_top {
  width: 100%;
  max-width: 220px;
  margin: 0 auto;
}
.rozy_top .top-form.top-search {
  display: inline-block;
  position: relative;
  border-radius: 0;
  background-color: #fff;
  width: 270px;
  z-index: 99;
  border: 0;
  margin: 7px 0;
}
.header-style1 .rozy_top .top-form.top-search.open,
.header-style4 .rozy_top .top-form.top-search.open {
  opacity: 1;
  visibility: visible;
  height: auto;
}
.header-style1 .rozy_top .top-form.top-search {
  position: absolute;
  top: 20px;
  right: 0;
  padding: 0 0 0 10px;
  border: 1px solid #ddd;
  opacity: 0;
  visibility: hidden;
  height: 0;
}
.rtl .header-style1 .rozy_top .top-form.top-search {
  left: 0;
  right: auto;
  padding: 0 10px 0 0;
}
.header-style2 .rozy_top .top-form.top-search {
  display: none;
  position: absolute;
  top: 60px;
  right: 0;
  border: 0;
  margin: 0;
  min-width: 250px;
  border: 1px solid #ccc;
}
.rtl .header-style2 .rozy_top .top-form.top-search {
  left: 0;
  right: auto;
}
.header-style4 .rozy_top .top-form.top-search {
  position: absolute;
  top: 39px;
  right: 0;
  padding: 0px;
  opacity: 0;
  visibility: hidden;
  height: 0;
}
.rtl .header-style4 .rozy_top .top-form.top-search {
  left: 0;
  right: auto;
  padding: 0;
}
.rozy_top .top-form.top-search form {
  margin: 0;
  position: relative;
}
.rozy_top .top-form.top-search .cat-wrapper {
  background-color: #fff;
  position: absolute;
  height: 42px;
  top: 0;
  left: 0px;
  right: auto;
  overflow: hidden;
  color: #666;
  border-right: 0;
}
.rozy_top .top-form.top-search .cat-wrapper:before {
  content: '\f107';
  font-family: FontAwesome;
  color: #666;
  font-size: 14px;
  position: absolute;
  top: 13px;
  right: 20px;
}
.rozy_top .top-form.top-search .cat-wrapper .label-search {
  display: none;
  font-size: 12px;
  margin-bottom: 0;
  color: #666;
}
.rozy_top .top-form.top-search .cat-wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0 !important;
  padding: 0px 10px 0;
  height: 42px;
  width: 135px;
  color: #666;
  background: #fff;
}
.rozy_top .top-form.top-search .cat-wrapper select:focus {
  outline: none;
  background-color: #fff;
}
.rozy_top .top-form.top-search input {
  width: 100%;
  font-size: 13px;
  height: 35px;
  line-height: 35px;
  border: none;
  margin-bottom: 0;
  padding: 0;
  border-radius: 0;
  background-color: transparent;
}
.header-style2 .rozy_top .top-form.top-search input {
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
}
.rozy_top .top-form.top-search button.form-button {
  height: 35px;
  line-height: 35px;
  width: 35px;
  margin: 0;
  border: 0;
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
  font-size: 16px;
  color: #222;
  border-radius: 0;
  background-color: transparent;
  padding: 0;
  text-align: center;
}
.header-style2 .rozy_top .top-form.top-search button.form-button {
  height: 40px;
  width: 50px;
  line-height: 40px;
}
.rtl .rozy_top .top-form.top-search button.form-button {
  left: 0;
  right: auto;
}
.rozy_top .top-form.top-search button.form-button:hover:before {
  color: #941250;
}
.rozy_top .top-form.top-search.non-category input {
  padding: 0;
}
.rtl .rozy_top .top-form.top-search.non-category input {
  padding-right: 0;
}
.rozy_top.non-margin {
  float: right;
}
.rtl .rozy_top.non-margin {
  float: left;
}
.rozy_top.non-margin .top-form.top-search input {
  padding: 0 10px;
}
.rtl .rozy_top.non-margin .top-form.top-search input {
  padding: 0 10px;
}
.header-style2 #lang_sel a,
.header-style2 #lang_sel a:visited {
  border: 0 none;
  padding: 0;
}
.header-style2 #lang_sel a.lang_sel_sel:after {
  content: "\f107";
  font-family: FontAwesome;
  display: inline-block;
  font-size: 20px;
  margin-left: 8px;
  vertical-align: top;
  color: #888;
  line-height: 26px;
}
.rtl .header-style2 #lang_sel a.lang_sel_sel:after {
  margin-right: 4px;
  margin-left: 0;
}
.header-style2 #lang_sel img.iclflag {
  margin-top: -1px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.rtl .header-style2 #lang_sel img.iclflag {
  margin: 0 0 0 5px;
}
.header-style2 #lang_sel > ul.nav {
  display: inline-block;
  list-style: none;
  margin: 0;
}
.header-style2 #lang_sel > ul.nav > li {
  position: relative;
  padding: 13px 0 9px 0;
}
.header-style2 #lang_sel > ul.nav > li > a {
  background-color: transparent;
  color: #888;
  font-size: 20px;
}
.header-style2 #lang_sel > ul.nav > li > a span {
  display: inline-block;
}
.header-style2 #lang_sel > ul.nav > li > ul {
  border: 1px solid #eeeeee;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  box-shadow: 0px 2px 1px #eeeeee;
  left: 0;
  top: 60px;
  z-index: 99999;
  position: absolute;
  background: #fff;
  width: 120px;
  padding: 10px 20px 10px 20px;
  margin: 0;
}
.rtl .header-style2 #lang_sel > ul.nav > li > ul {
  right: 0;
  left: auto;
}
.header-style2 #lang_sel > ul.nav > li > ul li {
  background: #fff;
  border-right: none;
  list-style: none;
  text-align: left;
}
.header-style2 #lang_sel > ul.nav > li > ul li.active a {
  color: #941250;
}
.header-style2 #lang_sel > ul.nav > li > ul li a {
  color: #464646;
  display: block;
  height: auto;
  line-height: 28px;
}
.header-style2 #lang_sel > ul.nav > li > ul li a .iclflag {
  margin-right: 13px;
}
.rtl .header-style2 #lang_sel > ul.nav > li > ul li a .iclflag {
  margin-left: 13px;
  margin-right: 0;
}
.header-style2 #lang_sel > ul.nav > li > ul li:hover a {
  color: #941250;
}
.header-style2 #lang_sel > ul.nav > li > ul:before {
  content: "";
  display: inline-block;
  background: transparent;
  height: 3px;
  width: 100%;
  position: absolute;
  top: -3px;
  right: 0;
}
.header-style2 #lang_sel > ul.nav > li:hover > ul {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  top: 40px;
}
.header-style2 .currency_w {
  margin-bottom: 0;
  margin-left: 30px;
  margin-right: 15px;
}
.rtl .header-style2 .currency_w {
  margin-right: 30px;
  margin-left: 15px;
}
.header-style2 .currency_w > li {
  position: relative;
  list-style: none;
  padding: 13px 0 11px 0;
}
.header-style2 .currency_w > li > a {
  display: block;
  position: relative;
  color: #888;
  padding: 0 15px;
  font-size: 20px;
}
.header-style2 .currency_w > li > a:before {
  content: "";
  width: 1px;
  height: 14px;
  background: #ddd;
  position: absolute;
  top: -2px;
  right: 0;
  height: 25px;
  background-color: #e2e2e2;
}
.rtl .header-style2 .currency_w > li > a:before {
  left: auto;
  left: 0;
}
.header-style2 .currency_w > li > a:after {
  content: "\f107";
  font-family: FontAwesome;
  display: inline-block;
  margin-left: 10px;
  margin-top: 3px;
  color: #888;
  line-height: 16px;
  vertical-align: top;
}
.rtl .header-style2 .currency_w > li > a:after {
  margin-right: 10px;
  margin-left: 0;
}
.header-style2 .currency_w > li .currency_switcher {
  border: 1px solid #eeeeee;
  box-shadow: 0px 2px 1px #eeeeee;
  right: -18px;
  position: absolute;
  background: none repeat scroll 0 0 #fff;
  width: 75px;
  padding: 10px 20px;
  margin: 2px 0 0 0;
  top: 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;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
}
.header-style2 .header-style2 .currency_w > li .currency_switcher {
  right: 0;
}
.rtl .header-style2 .header-style2 .currency_w > li .currency_switcher {
  left: 0;
  right: auto;
}
.rtl .header-style2 .currency_w > li .currency_switcher {
  right: auto;
  left: -18px;
}
.header-style2 .currency_w > li .currency_switcher li {
  width: 100%;
  margin: 0;
  line-height: 28px;
  list-style: none;
}
.header-style2 .currency_w > li .currency_switcher li:hover a {
  color: #941250;
}
.header-style2 .currency_w > li .currency_switcher li a {
  background: none;
  border: 0px;
  border-radius: 0px;
  color: #464646;
  display: block;
  border-bottom: none;
}
.header-style2 .currency_w > li .currency_switcher li a.active {
  color: #941250;
}
.header-style2 .currency_w > li .currency_switcher:before {
  content: "";
  display: block;
  background: transparent;
  height: 3px;
  position: absolute;
  top: -3px;
  width: 100%;
}
.header-style2 .currency_w > li:hover .currency_switcher {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  top: 38px;
  z-index: 9999;
  height: auto;
}
.top-form {
  position: relative;
  float: right;
}
.top-form:hover .minicart-title h3 {
  color: #fff;
}
.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;
}
.header-style3 .top-form.top-form-minicart {
  padding: 11px 0 9px 10px;
}
.rtl .header-style3 .top-form.top-form-minicart {
  padding: 11px 10px 9px 0;
}
.header-style4 .top-form.top-form-minicart {
  padding: 11px 0 9px 10px;
}
.rtl .header-style4 .top-form.top-form-minicart {
  padding: 11px 10px 9px 0;
}
.top-form.top-form-minicart .minicart-title {
  padding-top: 5px;
  padding-left: 17px;
}
.rtl .top-form.top-form-minicart .minicart-title {
  padding-right: 17px;
  padding-left: 0;
}
.top-form.top-form-minicart .minicart-title h3 {
  font-size: 12px;
  color: #fff;
  font-weight: 700;
  margin: 0 0 3px 0;
}
.top-form.top-form-minicart .minicart-title p {
  font-size: 12px;
  font-weight: normal;
  color: #fff;
  margin: 0;
  font-weight: 600;
}
.top-form.top-form-minicart .top-minicart-icon {
  text-align: center;
  height: 16px;
  width: 18px;
  position: relative;
  margin: 0px 15px 2px 15px;
  color: #fff;
}
.header-style3 .top-form.top-form-minicart .top-minicart-icon,
.header-style4 .top-form.top-form-minicart .top-minicart-icon {
  width: 27px;
  height: 19px;
  margin: 0;
  color: #363636;
}
.header-style3 .top-form.top-form-minicart .top-minicart-icon .minicart-number,
.header-style4 .top-form.top-form-minicart .top-minicart-icon .minicart-number {
  font-size: 13px;
  display: inline-block;
  vertical-align: top;
  background-color: transparent;
  color: #363636;
  height: 19px;
  width: 12px;
  line-height: 19px;
  border-radius: 0;
  top: 0;
}
.top-form.top-form-minicart .top-minicart-icon:before {
  content: '\f07a';
  font-family: FontAwesome;
  font-size: 16px;
}
.top-form.top-form-minicart .top-minicart-icon:hover {
  color: #941250;
}
.top-form.top-form-minicart .top-minicart-icon .minicart-number {
  font-size: 12px;
  display: inline-block;
  vertical-align: top;
  width: 22px;
  height: 22px;
  line-height: 22px;
  position: absolute;
  right: -10px;
  top: -5px;
  background-color: #ff4444;
  border-radius: 50%;
  color: #fff;
  border: 0;
}
.header-style1 .top-form.top-form-minicart .top-minicart-icon .minicart-number,
.header-style4 .top-form.top-form-minicart .top-minicart-icon .minicart-number {
  display: none;
}
.rtl .top-form.top-form-minicart .top-minicart-icon .minicart-number {
  left: -10px;
  right: auto;
}
.top-form .wrapp-minicart {
  visibility: hidden;
  opacity: 0;
  transform: translateY(50px);
  transition: transform .3s ease;
  background: none repeat scroll 0 0 #fff;
  position: absolute;
  right: 0;
  left: auto;
  top: 40px;
  width: 318px;
  z-index: 99999;
  box-shadow: 0px 2px 2px 1px rgba(0,0,0,0.255);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.header-style2 .top-form .wrapp-minicart,
.header-style3 .top-form .wrapp-minicart {
  top: 76px;
}
.top-form .wrapp-minicart:before {
  content: "";
  display: block;
  background: transparent;
  height: 25px;
  position: absolute;
  top: -25px;
  width: 100%;
}
.rtl .top-form .wrapp-minicart {
  left: 0;
  right: auto;
}
.top-form .wrapp-minicart .minicart-padding .number-item {
  padding: 15px 20px;
  font-size: 13px;
  color: #222222;
  font-weight: 500;
}
.top-form .wrapp-minicart .minicart-padding .number-item .item {
  color: #ff4444;
}
.top-form .wrapp-minicart .minicart-padding ul.minicart-content {
  border-bottom: 1px #eeeeee solid;
  background: #fff;
  max-height: 323px;
  overflow: auto;
  margin-left: 0;
}
.top-form .wrapp-minicart .minicart-padding ul.minicart-content li {
  list-style: none;
  position: relative;
  padding: 30px 20px;
  overflow: hidden;
  border-bottom: 1px solid #eeeeee;
}
.top-form .wrapp-minicart .minicart-padding ul.minicart-content li:first-child {
  padding-top: 25px;
  border-top: 1px solid #eeeeee;
}
.top-form .wrapp-minicart .minicart-padding ul.minicart-content li:last-child {
  border-bottom: none;
}
.top-form .wrapp-minicart .minicart-padding ul.minicart-content li .product-image {
  display: inline-block;
  background: #fff;
  float: left;
  margin-right: 20px;
  position: relative;
  border: 1px #eeeeee solid;
  overflow: hidden;
  padding: 5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  width: 95px;
}
.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:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #222222;
  opacity: 0.15;
  filter: alpha(opacity=15);
}
.top-form .wrapp-minicart .minicart-padding ul.minicart-content li .product-action {
  position: absolute;
  top: 23px;
  right: 20px;
}
.rtl .top-form .wrapp-minicart .minicart-padding ul.minicart-content li .product-action {
  left: 20px;
  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;
  text-align: left;
}
.rtl .top-form .wrapp-minicart .minicart-padding ul.minicart-content li .detail-item .product-details h4 {
  padding-left: 20px;
  padding-right: 0;
  text-align: right;
}
.top-form .wrapp-minicart .minicart-padding ul.minicart-content li .detail-item .product-details h4 a {
  font-size: 14px;
  color: #222222;
  text-transform: capitalize;
  line-height: 22px;
}
.top-form .wrapp-minicart .minicart-padding ul.minicart-content li .detail-item .product-details h4 a:hover {
  color: #941250;
}
.top-form .wrapp-minicart .minicart-padding ul.minicart-content li .detail-item .product-details .product-price {
  float: left;
}
.rtl .top-form .wrapp-minicart .minicart-padding ul.minicart-content li .detail-item .product-details .product-price {
  float: right;
}
.top-form .wrapp-minicart .minicart-padding ul.minicart-content li .detail-item .product-details .product-price .price {
  display: block;
}
.top-form .wrapp-minicart .minicart-padding ul.minicart-content li .detail-item .product-details .product-price .price span.amount {
  font-size: 18px;
  color: #ff4444;
  padding: 5px 0px;
  font-weight: 600;
  display: inline-block;
}
.top-form .wrapp-minicart .minicart-padding ul.minicart-content li .detail-item .product-details .product-price .qty {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #777;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  font-size: 14px;
  border: 1px solid #eeeeee;
}
.top-form .wrapp-minicart .cart-checkout {
  line-height: normal;
}
.top-form .wrapp-minicart .cart-checkout .price-total {
  line-height: 41px;
  padding: 0 25px;
}
.top-form .wrapp-minicart .cart-checkout .price-total .label-price-total {
  font-weight: 600;
  color: #222222;
  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-size: 18px;
  font-weight: 600;
  color: #ff4444;
}
.top-form .wrapp-minicart .cart-checkout .cart-links {
  padding: 15px 22px;
  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-size: 14px;
  color: #222222;
  line-height: 40px;
  height: 40px;
  padding: 0 20px;
  color: #fff;
  display: inline-block;
  text-transform: capitalize;
  background: #941250;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.top-form .wrapp-minicart .cart-checkout .cart-links .cart-link:hover a,
.top-form .wrapp-minicart .cart-checkout .cart-links .checkout-link:hover a {
  background: #670c37;
}
.top-form .wrapp-minicart .cart-checkout .cart-links .checkout-link a {
  background: #941250;
}
.top-form .wrapp-minicart .cart-checkout .cart-links .checkout-link a:hover {
  background: #670c37;
}
.top-header-sidebar-menu {
  position: relative;
}
.top-header-sidebar-menu:after {
  content: '';
  background: transparent;
  position: absolute;
  height: 30px;
  width: 100%;
  bottom: -30px;
  left: 0;
}
.top-header-sidebar-menu .my-account {
  font-size: 12px;
  text-transform: capitalize;
  color: #fff;
  display: inline-block;
  width: 14px;
  height: 14px;
  padding: 0;
  margin: 1px 0;
  cursor: pointer;
}
.top-header-sidebar-menu .my-account:before {
  content: '\f007';
  font-family: FontAwesome;
  font-size: 16px;
}
.top-header-sidebar-menu .my-account:hover {
  color: #941250;
}
.top-header-sidebar-menu .sidebar-top {
  position: absolute;
  width: 156px;
  right: 0px;
  top: 42px;
  background: #fff;
  z-index: 99999;
  opacity: 0;
  padding: 12px 10px 10px 30px;
  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: right top;
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -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 #f3f3f3;
  box-shadow: 4px 5px 1px rgba(30,30,30,0.3);
}
.rtl .top-header-sidebar-menu .sidebar-top {
  left: 0;
  right: auto;
}
.top-header-sidebar-menu .sidebar-top .widget {
  margin: 0;
  float: none;
}
.top-header-sidebar-menu .sidebar-top ul#menu-my-account > li {
  float: none;
  border: none;
  line-height: 30px;
}
.top-header-sidebar-menu .sidebar-top ul#menu-my-account > li > a {
  font-size: 14px;
  color: #666666;
  padding: 0;
}
.top-header-sidebar-menu .sidebar-top ul#menu-my-account > li > a:after {
  content: '';
}
.top-header-sidebar-menu .sidebar-top ul#menu-my-account > li > a span.fa {
  margin-right: 17px;
}
.top-header-sidebar-menu .sidebar-top ul#menu-my-account > li > a:hover {
  color: #941250;
}
.top-header-sidebar-menu .sidebar-top .rozy_top {
  padding: 0;
  border: none;
}
.top-header-sidebar-menu .sidebar-top .top-login {
  float: none;
}
.top-header-sidebar-menu .sidebar-top .top-login ul {
  margin: 0;
  list-style: none;
}
.top-header-sidebar-menu .sidebar-top .top-login ul li {
  line-height: 30px;
}
.top-header-sidebar-menu .sidebar-top .top-login ul li a {
  font-size: 14px;
  color: #666666;
}
.top-header-sidebar-menu .sidebar-top .top-login ul li a:hover {
  color: #941250;
}
.top-header-sidebar-menu .sidebar-top .top-login .div-logined {
  line-height: 30px;
}
.top-header-sidebar-menu .sidebar-top .top-login .div-logined a {
  font-size: 14px;
  color: #666666;
}
.top-header-sidebar-menu .sidebar-top .top-login .div-logined a:hover {
  color: #941250;
}
.top-header-sidebar-menu:hover .sidebar-top {
  opacity: 1;
  filter: alpha(opacity=10000);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.home-style1 .header-style1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  background-color: transparent;
}
.header-style1 {
  position: relative;
  top: auto;
  left: auto;
  background-color: #666;
  margin-bottom: 20px;
}
.header-style1 .header-top {
  padding: 13px 0;
  position: relative;
}
.header-style1 .header-top .rozy-logo {
  max-width: 140px;
}
.header-style1 .header-top.sticky-menu {
  padding: 6px 0;
}
.home-style1 .header-style1 .header-top.sticky-menu {
  background-color: #333;
}
.header-style1 .header-top.sticky-menu .nav-pills.nav-mega .rozy-mega-menu .dropdown-menu {
  margin-top: 15px;
}
.home-style1 .header-style1 .header-top {
  background-color: rgba(0,0,0,0.3);
}
.header-style1 .header-top .primary-menu {
  margin: 8px 0;
  text-align: center;
}
.header-style1 .header-top .header-right {
  padding: 18px 15px;
}
.header-style1 .header-top .header-right .page-wishlist a {
  display: inline-block;
  float: right;
  width: 18px;
  height: 14px;
  font-size: 0;
  margin-left: 10px;
  margin-top: 2px;
  position: relative;
  color: #fff;
}
.header-style1 .header-top .header-right .page-wishlist a:before {
  content: '\f004';
  font-family: FontAwesome;
  font-size: 16px;
}
.header-style1 .header-top .header-right .page-wishlist a:hover {
  color: #941250;
}
.rtl .header-style1 .header-top .header-right .page-wishlist a {
  float: left;
  margin-right: 10px;
  margin-left: 0;
}
.header-style2 .nav-pills >li.dropdown > .dropdown-menu {
  left: 100%;
  top: 0 !important;
}
.rtl .header-style2 .nav-pills >li.dropdown > .dropdown-menu {
  right: 100%;
  left: auto;
}
.header-style2 .header-top {
  padding: 12px 0 10px;
  -webkit-box-shadow: 0 2px 3px #333;
  -moz-box-shadow: 0 2px 3px #333;
  -o-box-shadow: 0 2px 3px #333;
  -ms-box-shadow: 0 2px 3px #333;
  box-shadow: 0 2px 3px #333;
  margin-bottom: 60px;
}
.header-style2 .header-top.sticky-menu {
  position: fixed;
  z-index: 999;
  background-color: #fff;
  padding: 2px 0;
}
.header-style2 .header-top.sticky-menu .header-logo .rozy-logo > a {
  max-width: 110px;
  margin-top: 6px;
}
.header-style2 .header-top .header-left {
  position: relative;
}
.header-style2 .header-top .header-left .icon-open {
  display: inline-block;
  height: 19px;
  width: 28px;
  background: url(../assets/img/icon-open.png) no-repeat center center;
  margin: 18px 0;
}
.header-style2 .header-top .header-left .wrap-header {
  width: 290px;
  background-color: #fff;
  z-index: 99;
  padding: 20px 0;
  -webkit-box-shadow: 0 5px 5px #999;
  -moz-box-shadow: 0 5px 5px #999;
  -o-box-shadow: 0 5px 5px #999;
  -ms-box-shadow: 0 5px 5px #999;
  box-shadow: 0 5px 5px #999;
  display: none;
  position: absolute;
  top: 69px;
  left: 0;
}
.rtl .header-style2 .header-top .header-left .wrap-header {
  right: 0;
  left: auto;
}
.header-style2 .header-top .header-left .wrap-header .primary-menu .nav-pills {
  display: block;
}
.header-style2 .header-top .header-left .wrap-header .primary-menu .nav-pills >li {
  display: block;
}
.header-style2 .header-top .header-left .wrap-header .primary-menu .nav-pills >li > a {
  font-size: 20px;
  color: #000;
  text-transform: uppercase;
  padding: 17px 40px;
  font-weight: 500;
  border-radius: 0;
}
.header-style2 .header-top .header-left .wrap-header .primary-menu .nav-pills >li > a:hover {
  background-color: #941250;
  color: #fff;
}
.header-style2 .header-top .header-left .wrap-header .primary-menu .nav-pills >li.dropdown > a:after {
  content: '\f105';
  right: 20px;
}
.rtl .header-style2 .header-top .header-left .wrap-header .primary-menu .nav-pills >li.dropdown > a:after {
  left: 20px;
  right: auto;
  content: '\f104';
}
.header-style2 .header-top .header-left .wrap-header .sidebar-top2 {
  text-align: center;
  margin: 25px 0 0;
}
.header-style2 .header-top .header-left .wrap-header .sidebar-top2 .widget_nav_menu {
  margin: 0 0 10px;
}
.header-style2 .header-top .header-left .wrap-header .sidebar-top2 ul.menu {
  display: inline-block;
}
.header-style2 .header-top .header-left .wrap-header .sidebar-top2 ul.menu > li {
  float: left;
  padding: 0 20px;
  border-right: 2px solid #e2e2e2;
}
.header-style2 .header-top .header-left .wrap-header .sidebar-top2 ul.menu > li:last-child {
  border-right: 0;
}
.header-style2 .header-top .header-left .wrap-header .sidebar-top2 ul.menu > li > a {
  color: #888;
  cursor: pointer;
}
.header-style2 .header-top .header-left .wrap-header .sidebar-top2 ul.menu > li > a:hover {
  color: #941250;
}
.header-style2 .header-top .header-left .wrap-header .sidebar-top2 ul.menu > li > a span.menu-title {
  display: none;
}
.header-style2 .header-top .header-left .wrap-header .sidebar-top2 ul.menu > li > a .fa {
  font-size: 24px;
}
.header-style2 .header-top .header-left .wrap-header .widget_currency_converter {
  float: left;
}
.rtl .header-style2 .header-top .header-left .wrap-header .widget_currency_converter {
  float: right;
}
.rtl .header-style2 .header-top .header-left .wrap-header .widget_currency_converter .currency_w > li > a:before {
  left: 0;
  right: auto;
}
.header-style2 .header-top .header-logo {
  text-align: center;
}
.header-style2 .header-top .header-logo .rozy-logo > a {
  display: inline-block;
}
.header-style2 .header-top .header-right .icon-search {
  width: 25px;
  height: 25px;
  line-height: 25px;
  margin: 16px 0;
  background-color: #9a9a9a;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  background-image: none;
}
.header-style2 .header-top .header-right .icon-search:hover {
  background-color: #941250;
}
.home-style2 #rozy-totop {
  display: none;
}
.block-homepage1 {
  position: relative;
  margin-top: -100px;
}
.stick-group {
  position: fixed;
  top: 100px;
  right: 20px;
  z-index: 999;
}
.stick-group .widget_nav_menu .menu > li > a {
  font-size: 0;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 48px;
  background-color: #fff;
  border: 1px solid #941250;
  border-radius: 3px;
  color: #941250;
  text-align: center;
  cursor: pointer;
}
.stick-group .widget_nav_menu .menu > li > a:before {
  content: '\f004';
  font-family: FontAwesome;
  font-size: 20px;
}
.stick-group .widget_nav_menu .menu > li > a:hover {
  background-color: #941250;
  color: #fff;
}
.stick-group .top-form.top-form-minicart .top-minicart-icon {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 48px;
  border: 1px solid #941250;
  border-radius: 3px;
  color: #941250;
  margin: 10px 0 0;
  background: url(../assets/img/cart-home21.png) no-repeat center center #fff;
}
.stick-group .top-form.top-form-minicart .top-minicart-icon .minicart-number {
  background-color: #ffa200;
  right: 2px;
  top: 2px;
}
.stick-group .top-form.top-form-minicart:hover .top-minicart-icon {
  background: url(../assets/img/cart-home2.png) no-repeat center center #941250;
}
.stick-group .top-form.top-form-minicart .wrapp-minicart {
  top: -50px;
  right: 60px;
}
.stick-group .widget_custom_html #rozy-totop {
  position: relative;
  display: inline-block !important;
  right: auto;
  bottom: auto;
  width: 50px;
  height: 50px;
  line-height: 48px;
  border: 1px solid #941250;
  border-radius: 3px;
  color: #941250;
  margin: 10px 0 0;
  background-color: #fff;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  z-index: 999;
  opacity: 1 !important;
}
.rtl .stick-group .widget_custom_html #rozy-totop {
  left: auto;
}
.stick-group .widget_custom_html #rozy-totop:before {
  content: '\f077';
  font-family: FontAwesome;
  font-size: 20px;
  color: #941250;
}
.stick-group .widget_custom_html #rozy-totop:hover {
  background-color: #941250;
}
.stick-group .widget_custom_html #rozy-totop:hover:before {
  color: #fff;
}
.header-style3 .header-top {
  background-color: #ebebeb;
  min-height: 40px;
}
.header-style3 .header-top .left-header {
  margin-top: 12px;
  font-size: 12px;
  color: #232323;
}
.header-style3 .header-top .mid-header {
  margin-top: 11px;
  font-size: 12px;
  color: #232323;
  text-transform: uppercase;
}
.header-style3 .header-top .right-header .wishlist {
  margin: 11px 15px;
  position: relative;
}
.header-style3 .header-top .right-header .wishlist:before {
  content: "";
  height: 12px;
  width: 1px;
  background: #363636;
  position: absolute;
  top: 3px;
  left: -15px;
}
.header-style3 .header-top .right-header .wishlist:after {
  content: "";
  height: 12px;
  width: 1px;
  background: #363636;
  position: absolute;
  top: 3px;
  right: -15px;
}
.header-style3 .header-top .right-header .sw-rozy-account {
  position: relative;
}
.header-style3 .header-top .right-header .sw-rozy-account i.fa {
  cursor: pointer;
  padding: 13px 15px 12px 15px;
  font-size: 14px;
  color: #363636;
}
.header-style3 .header-top .right-header .sw-rozy-account i.fa:hover {
  color: #941250;
}
.header-style3 .header-top .right-header .sw-rozy-account .sidebar-top-right {
  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;
  position: absolute;
  right: 0;
  width: 150px;
  top: 40px;
  z-index: 99;
  visibility: hidden;
  background: #fff;
  box-shadow: 2px 2px 1px 0 #ccc;
  padding: 10px;
  border: solid 1px #f3f3f3;
}
.rtl .header-style3 .header-top .right-header .sw-rozy-account .sidebar-top-right {
  right: auto;
  left: 0;
}
.header-style3 .header-top .right-header .sw-rozy-account .sidebar-top-right .widget_nav_menu {
  width: 100%;
}
.header-style3 .header-top .right-header .sw-rozy-account .sidebar-top-right .widget-inner .top-login ul li a:before {
  content: '\f023';
  font-family: fontawesome;
  margin-right: 10px;
}
.rtl .header-style3 .header-top .right-header .sw-rozy-account .sidebar-top-right .widget-inner .top-login ul li a:before {
  display: none;
}
.rtl .header-style3 .header-top .right-header .sw-rozy-account .sidebar-top-right .widget-inner .top-login ul li a:after {
  content: '\f023';
  font-family: fontawesome;
  margin-left: 10px;
}
.header-style3 .header-top .right-header .sw-rozy-account .sidebar-top-right .widget-inner .div-logined ul li a:before {
  content: '\f13e';
  font-family: fontawesome;
  margin-right: 10px;
}
.rtl .header-style3 .header-top .right-header .sw-rozy-account .sidebar-top-right .widget-inner .div-logined ul li a:before {
  display: none;
}
.rtl .header-style3 .header-top .right-header .sw-rozy-account .sidebar-top-right .widget-inner .div-logined ul li a:after {
  content: '\f13e';
  font-family: fontawesome;
  margin-left: 10px;
}
.header-style3 .header-top .right-header .sw-rozy-account .sidebar-top-right .widget-inner ul li {
  padding: 5px 0;
}
.header-style3 .header-top .right-header .sw-rozy-account .sidebar-top-right .widget-inner ul li.menu-my-account a:before {
  content: '\f07a';
  font-family: fontawesome;
  margin-right: 10px;
}
.rtl .header-style3 .header-top .right-header .sw-rozy-account .sidebar-top-right .widget-inner ul li.menu-my-account a:before {
  display: none;
}
.rtl .header-style3 .header-top .right-header .sw-rozy-account .sidebar-top-right .widget-inner ul li.menu-my-account a:after {
  content: '\f07a';
  font-family: fontawesome;
  margin-left: 10px;
}
.header-style3 .header-top .right-header .sw-rozy-account .sidebar-top-right .widget-inner ul li.menu-my-wishlist a:before {
  content: '\f004';
  font-family: fontawesome;
  margin-right: 10px;
}
.rtl .header-style3 .header-top .right-header .sw-rozy-account .sidebar-top-right .widget-inner ul li.menu-my-wishlist a:before {
  display: none;
}
.rtl .header-style3 .header-top .right-header .sw-rozy-account .sidebar-top-right .widget-inner ul li.menu-my-wishlist a:after {
  content: '\f004';
  font-family: fontawesome;
  margin-left: 10px;
}
.header-style3 .header-top .right-header .sw-rozy-account .sidebar-top-right .widget-inner ul li.menu-checkout a:before {
  content: '\f090';
  font-family: fontawesome;
  margin-right: 10px;
}
.rtl .header-style3 .header-top .right-header .sw-rozy-account .sidebar-top-right .widget-inner ul li.menu-checkout a:before {
  display: none;
}
.rtl .header-style3 .header-top .right-header .sw-rozy-account .sidebar-top-right .widget-inner ul li.menu-checkout a:after {
  content: '\f090';
  font-family: fontawesome;
  margin-left: 10px;
}
.header-style3 .header-top .right-header .sw-rozy-account .sidebar-top-right .widget-inner ul li.menu-wishlist a:before {
  content: '\f08a';
  font-family: fontawesome;
  margin-right: 10px;
}
.rtl .header-style3 .header-top .right-header .sw-rozy-account .sidebar-top-right .widget-inner ul li.menu-wishlist a:before {
  display: none;
}
.rtl .header-style3 .header-top .right-header .sw-rozy-account .sidebar-top-right .widget-inner ul li.menu-wishlist a:after {
  content: '\f08a';
  font-family: fontawesome;
  margin-left: 10px;
}
.header-style3 .header-top .right-header .sw-rozy-account:hover .sidebar-top-right {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  z-index: 999;
}
.header-style3 .header-top .mid-header {
  text-align: center;
}
.header-style3 .header-top .top-login ul {
  margin: 0;
}
.header-style3 .header-top .top-login ul li {
  list-style: none;
}
.header-style3 .header-top .top-login ul li a {
  font-size: 14px;
  padding-top: 5px;
  color: #2d2d2d;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.header-style3 .header-top .top-login ul li a:before {
  content: '\f023';
  margin-left: 3px;
  font-family: FontAwesome;
  display: inline-block;
}
.rtl .header-style3 .header-top .top-login ul li a:before {
  margin-left: 10px;
  margin-right: 3px;
}
.header-style3 .header-top .top-login ul li a:hover {
  color: #941250;
}
.header-style3 .header-mid {
  padding: 35px 0;
}
.header-style3 .header-mid .left-header {
  margin-top: 8px;
}
.header-style3 .header-mid .mid-header {
  text-align: center;
}
.header-style3 .header-mid .mid-header .rozy-logo a {
  display: inline-block;
  vertical-align: top;
}
.header-style3 .header-mid .sw_ajax_woocommerce_search {
  float: right;
}
.rtl .header-style3 .header-mid .sw_ajax_woocommerce_search {
  float: left;
}
.header-style3 .header-mid .search-cate {
  margin-top: 5px;
}
.header-style3 .header-mid .search-cate .top-form.top-search {
  width: 270px;
}
.rtl .header-style3 .header-mid .search-cate .top-form.top-search {
  float: left;
}
.header-style3 .header-mid .search-cate .top-form.top-search .topsearch-entry {
  padding-left: 0;
}
.rtl .header-style3 .header-mid .search-cate .top-form.top-search .topsearch-entry {
  padding-right: 0;
}
.header-style3 .header-mid .search-cate .top-form.top-search .topsearch-entry .icon-loading.loading {
  right: 95px;
}
.header-style3 .header-mid .search-cate .top-form.top-search .topsearch-entry .cat-wrapper {
  display: none;
}
.header-style3 .header-mid .search-cate .top-form.top-search .topsearch-entry input {
  background: #f5f5f5;
  height: 35px;
  line-height: 35px;
  padding: 0 20px;
  border-radius: 0;
}
.header-style3 .header-mid .search-cate .top-form.top-search .topsearch-entry .button-search-pro {
  background-color: #f5f5f5;
  border-radius: 0;
  height: 35px;
  line-height: 35px;
  color: #222;
}
.header-style3 .header-mid .search-cate .top-form.top-search .topsearch-entry .button-search-pro:hover {
  background-color: #941250;
}
.header-style3 .header-bottom {
  text-align: center;
  background: #fff;
  border-top: 1px solid #d7d7d7;
}
.header-style3 .header-bottom.sticky-menu {
  position: fixed;
  z-index: 999;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 2px #333;
  -moz-box-shadow: 0 2px 2px #333;
  -o-box-shadow: 0 2px 2px #333;
  -ms-box-shadow: 0 2px 2px #333;
  box-shadow: 0 2px 2px #333;
  border: 0;
}
.header-style3 .rozy_top .top-form.top-search {
  display: inline-block;
  vertical-align: top;
  position: relative;
  border-radius: 0;
  background-color: #fff;
  z-index: 99;
}
.header-style3 .rozy_top .top-form.top-search form {
  margin: 0;
  position: relative;
  z-index: 10;
}
.header-style3 .rozy_top .top-form.top-search .topsearch-entry {
  padding-left: 20px;
}
.rtl .header-style3 .rozy_top .top-form.top-search .topsearch-entry {
  padding-right: 20px;
  padding-left: 0;
}
.header-style3 .rozy_top .top-form.top-search .cat-wrapper {
  background-color: #fff;
  position: absolute;
  height: 44px;
  top: 0;
  left: 0px;
  right: auto;
  border-radius: 0 !important;
  color: #222222;
  border-right: 1px solid #941250;
}
.header-style3 .rozy_top .top-form.top-search .cat-wrapper:before {
  content: '\f0d7';
  font-family: FontAwesome;
  color: #232f3e;
  font-size: 14px;
  position: absolute;
  top: 15px;
  right: 20px;
}
.rtl .header-style3 .rozy_top .top-form.top-search .cat-wrapper {
  border-left: 1px solid #941250;
  border-right: 0;
  right: 0;
  left: auto;
}
.rtl .header-style3 .rozy_top .top-form.top-search .cat-wrapper:before {
  left: 15px;
  right: auto;
}
.header-style3 .rozy_top .top-form.top-search .cat-wrapper .label-search {
  display: block;
  margin-bottom: 0;
  font-family: 'Open Sans';
  color: #232f3e;
}
.header-style3 .rozy_top .top-form.top-search .cat-wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0 !important;
  padding: 0px 5px 0;
  height: 44px;
  width: 135px;
}
.header-style3 .rozy_top .top-form.top-search .cat-wrapper select:focus {
  outline: none;
  background-color: #fff;
}
.header-style3 .rozy_top .top-form.top-search input {
  width: 100%;
  height: 35px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border: none;
  line-height: 35px;
  margin-bottom: 0;
  padding-left: 150px;
  border-radius: 20px;
}
.rtl .header-style3 .rozy_top .top-form.top-search input {
  padding-right: 150px;
  padding-left: 0;
}
.header-style3 .rozy_top .top-form.top-search button.form-button {
  height: 35px;
  line-height: 35px;
  margin: 0;
  border: 0;
  width: 20%;
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
  font-size: 14px;
  color: #fff;
  border-radius: 0;
  background-color: #2d2d2d;
}
.rtl .header-style3 .rozy_top .top-form.top-search button.form-button {
  left: 0;
  right: auto;
}
.header-style3 .rozy_top .top-form.top-search button.form-button:hover {
  background: none repeat scroll 0 0 #941250;
}
.header-style1 .header-style3 .rozy_top .top-form.top-search button.form-button:hover {
  background-color: #999;
}
.header-style3 .rozy_top .top-form.top-search button.form-button:hover:before {
  color: #fff;
}
.header-style3 .rozy_top .top-form.top-search.non-category input {
  padding: 0;
}
.rtl .header-style3 .rozy_top .top-form.top-search.non-category input {
  padding-right: 0;
}
.header-style3 #lang_sel a,
.header-style3 #lang_sel a:visited {
  border: 0 none;
  padding: 0;
}
.header-style3 #lang_sel a.lang_sel_sel:before {
  content: '';
  display: inline-block;
  height: 10px;
  width: 1px;
  background-color: #acacac;
  top: 5px;
  position: absolute;
  left: 0;
}
.header-style3 #lang_sel a.lang_sel_sel:after {
  content: "\f107";
  font-family: FontAwesome;
  display: inline-block;
  font-size: 14px;
  margin-left: 4px;
  vertical-align: top;
  color: #999;
  line-height: 18px;
}
.rtl .header-style3 #lang_sel a.lang_sel_sel:after {
  margin-right: 4px;
  margin-left: 0;
}
.header-style3 #lang_sel img.iclflag {
  margin-top: -1px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.rtl .header-style3 #lang_sel img.iclflag {
  margin: 0 0 0 5px;
}
.header-style3 #lang_sel > ul.nav {
  display: inline-block;
  list-style: none;
}
.rtl .header-style3 #lang_sel > ul.nav {
  margin-right: 15px;
  margin-left: 0;
}
.header-style3 #lang_sel > ul.nav > li {
  position: relative;
  padding: 10px 0;
}
.header-style3 #lang_sel > ul.nav > li > a {
  background-color: transparent;
  padding-left: 15px;
}
.rtl .header-style3 #lang_sel > ul.nav > li > a {
  padding-right: 15px;
  padding-left: 0;
}
.header-style1 .header-style3 #lang_sel > ul.nav > li > a {
  position: relative;
}
.header-style1 .header-style3 #lang_sel > ul.nav > li > a:before {
  position: absolute;
  top: 3px;
  left: 0;
  width: 1px;
  height: 13px;
  background: #ccc;
  content: "";
}
.rtl .header-style1 .header-style3 #lang_sel > ul.nav > li > a:before {
  left: auto;
  right: 0;
}
.header-style3 #lang_sel > ul.nav > li > a span {
  display: inline-block;
}
.header-style3 #lang_sel > ul.nav > li > ul {
  box-shadow: 1px 1px 2px #ccc;
  left: 0;
  top: 38px;
  z-index: 99999;
  position: absolute;
  background: #fff;
  width: 120px;
  padding: 10px 15px 10px 15px;
  display: none;
  margin: 0;
}
.rtl .header-style3 #lang_sel > ul.nav > li > ul {
  right: 0;
  left: auto;
}
.header-style3 #lang_sel > ul.nav > li > ul li {
  background: #fff;
  border-right: none;
  list-style: none;
}
.header-style3 #lang_sel > ul.nav > li > ul li.active a {
  color: #941250;
}
.header-style3 #lang_sel > ul.nav > li > ul li a {
  color: #222222;
  display: block;
  height: auto;
  line-height: 28px;
}
.header-style3 #lang_sel > ul.nav > li > ul li a .iclflag {
  margin-right: 13px;
}
.rtl .header-style3 #lang_sel > ul.nav > li > ul li a .iclflag {
  margin-left: 13px;
  margin-right: 0;
}
.header-style3 #lang_sel > ul.nav > li > ul li:hover a {
  color: #941250;
}
.header-style3 #lang_sel > ul.nav > li > ul:before {
  content: "";
  display: inline-block;
  background: transparent;
  height: 3px;
  width: 100%;
  position: absolute;
  top: -3px;
  right: 0;
}
.header-style3 #lang_sel > ul.nav > li:hover > ul {
  display: block !important;
}
.header-style3 .currency_w {
  margin: 0;
}
.header-style3 .currency_w > li {
  position: relative;
  list-style: none;
  padding: 10px 0;
}
.header-style3 .currency_w > li > a {
  display: block;
  color: #2d2d2d;
}
.header-style3 .currency_w > li > a:after {
  content: "\f107";
  font-family: FontAwesome;
  display: inline-block;
  margin-left: 10px;
  color: #999;
  line-height: 18px;
  vertical-align: top;
}
.rtl .header-style3 .currency_w > li > a:after {
  margin-right: 10px;
  margin-left: 0;
}
.header-style3 .currency_w > li .currency_switcher {
  box-shadow: 1px 1px 2px #ccc;
  left: 0px;
  position: absolute;
  background: none repeat scroll 0 0 #fff;
  display: none;
  width: 75px;
  padding: 10px 20px;
  margin: 0;
  top: 38px;
}
.header-style3 .currency_w > li .currency_switcher li {
  width: 100%;
  margin: 0;
  line-height: 28px;
  list-style: none;
}
.header-style3 .currency_w > li .currency_switcher li:hover a {
  color: #941250;
}
.header-style3 .currency_w > li .currency_switcher li a {
  background: none;
  border: 0px;
  border-radius: 0px;
  color: #222222;
  display: block;
  border-bottom: none;
}
.header-style3 .currency_w > li .currency_switcher li a.active {
  color: #941250;
}
.header-style3 .currency_w > li .currency_switcher:before {
  content: "";
  display: block;
  background: transparent;
  height: 3px;
  position: absolute;
  top: -3px;
  width: 100%;
}
.header-style3 .currency_w > li:hover .currency_switcher {
  display: block;
  z-index: 9999;
  height: auto;
}
.header-style4 .header-top {
  background-color: #fff;
  min-height: 45px;
  border-bottom: 1px solid #dedede;
}
.header-style4 .header-top .left-header {
  margin-top: 15px;
  font-size: 12px;
  color: #747474;
}
.header-style4 .header-top .mid-header {
  margin-top: 15px;
  font-size: 13px;
  color: #747474;
  text-transform: capitalize;
  text-align: center;
  font-style: italic;
}
.header-style4 .header-top .right-header3 .find-our {
  margin-top: 14px;
  font-size: 13px;
  text-transform: uppercase;
  color: #747474;
}
.header-style4 .header-mid {
  padding: 26px 0;
}
.header-style4 .header-mid .left-header {
  margin-top: 8px;
}
.header-style4 .header-mid .mid-header {
  text-align: center;
}
.header-style4 .header-mid .mid-header .rozy-logo a {
  display: inline-block;
  vertical-align: top;
}
.header-style4 .header-mid .right-header {
  margin-top: 9px;
}
.header-style4 .header-mid .right-header .wishlist {
  margin: 11px 15px;
  position: relative;
}
.header-style4 .header-mid .right-header .wishlist:before {
  content: "";
  height: 12px;
  width: 1px;
  background: #363636;
  position: absolute;
  top: 3px;
  left: -15px;
}
.header-style4 .header-mid .right-header .wishlist:after {
  content: "";
  height: 12px;
  width: 1px;
  background: #363636;
  position: absolute;
  top: 3px;
  right: -15px;
}
.header-style4 .header-mid .right-header .sw-rozy-account {
  position: relative;
}
.header-style4 .header-mid .right-header .sw-rozy-account i.fa {
  cursor: pointer;
  padding: 13px 15px 12px 15px;
  font-size: 14px;
  color: #363636;
}
.header-style4 .header-mid .right-header .sw-rozy-account i.fa:hover {
  color: #941250;
}
.header-style4 .header-mid .right-header .sw-rozy-account .sidebar-top-right {
  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;
  position: absolute;
  right: 0;
  width: 150px;
  top: 40px;
  z-index: 99;
  visibility: hidden;
  background: #fff;
  box-shadow: 2px 2px 1px 0 #ccc;
  padding: 10px;
  border: solid 1px #f3f3f3;
}
.rtl .header-style4 .header-mid .right-header .sw-rozy-account .sidebar-top-right {
  right: auto;
  left: 0;
}
.header-style4 .header-mid .right-header .sw-rozy-account .sidebar-top-right .widget_nav_menu {
  width: 100%;
}
.header-style4 .header-mid .right-header .sw-rozy-account .sidebar-top-right .widget-inner .top-login ul li a:before {
  content: '\f023';
  font-family: fontawesome;
  margin-right: 10px;
}
.rtl .header-style4 .header-mid .right-header .sw-rozy-account .sidebar-top-right .widget-inner .top-login ul li a:before {
  display: none;
}
.rtl .header-style4 .header-mid .right-header .sw-rozy-account .sidebar-top-right .widget-inner .top-login ul li a:after {
  content: '\f023';
  font-family: fontawesome;
  margin-left: 10px;
}
.header-style4 .header-mid .right-header .sw-rozy-account .sidebar-top-right .widget-inner .div-logined ul li a:before {
  content: '\f13e';
  font-family: fontawesome;
  margin-right: 10px;
}
.rtl .header-style4 .header-mid .right-header .sw-rozy-account .sidebar-top-right .widget-inner .div-logined ul li a:before {
  display: none;
}
.rtl .header-style4 .header-mid .right-header .sw-rozy-account .sidebar-top-right .widget-inner .div-logined ul li a:after {
  content: '\f13e';
  font-family: fontawesome;
  margin-left: 10px;
}
.header-style4 .header-mid .right-header .sw-rozy-account .sidebar-top-right .widget-inner ul li {
  padding: 5px 0;
}
.header-style4 .header-mid .right-header .sw-rozy-account .sidebar-top-right .widget-inner ul li.menu-my-account a:before {
  content: '\f07a';
  font-family: fontawesome;
  margin-right: 10px;
}
.rtl .header-style4 .header-mid .right-header .sw-rozy-account .sidebar-top-right .widget-inner ul li.menu-my-account a:before {
  display: none;
}
.rtl .header-style4 .header-mid .right-header .sw-rozy-account .sidebar-top-right .widget-inner ul li.menu-my-account a:after {
  content: '\f07a';
  font-family: fontawesome;
  margin-left: 10px;
}
.header-style4 .header-mid .right-header .sw-rozy-account .sidebar-top-right .widget-inner ul li.menu-my-wishlist a:before {
  content: '\f004';
  font-family: fontawesome;
  margin-right: 10px;
}
.rtl .header-style4 .header-mid .right-header .sw-rozy-account .sidebar-top-right .widget-inner ul li.menu-my-wishlist a:before {
  display: none;
}
.rtl .header-style4 .header-mid .right-header .sw-rozy-account .sidebar-top-right .widget-inner ul li.menu-my-wishlist a:after {
  content: '\f004';
  font-family: fontawesome;
  margin-left: 10px;
}
.header-style4 .header-mid .right-header .sw-rozy-account .sidebar-top-right .widget-inner ul li.menu-checkout a:before {
  content: '\f090';
  font-family: fontawesome;
  margin-right: 10px;
}
.rtl .header-style4 .header-mid .right-header .sw-rozy-account .sidebar-top-right .widget-inner ul li.menu-checkout a:before {
  display: none;
}
.rtl .header-style4 .header-mid .right-header .sw-rozy-account .sidebar-top-right .widget-inner ul li.menu-checkout a:after {
  content: '\f090';
  font-family: fontawesome;
  margin-left: 10px;
}
.header-style4 .header-mid .right-header .sw-rozy-account .sidebar-top-right .widget-inner ul li.menu-wishlist a:before {
  content: '\f08a';
  font-family: fontawesome;
  margin-right: 10px;
}
.rtl .header-style4 .header-mid .right-header .sw-rozy-account .sidebar-top-right .widget-inner ul li.menu-wishlist a:before {
  display: none;
}
.rtl .header-style4 .header-mid .right-header .sw-rozy-account .sidebar-top-right .widget-inner ul li.menu-wishlist a:after {
  content: '\f08a';
  font-family: fontawesome;
  margin-left: 10px;
}
.header-style4 .header-mid .right-header .sw-rozy-account:hover .sidebar-top-right {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  z-index: 999;
}
.header-style4 .header-mid .top-login ul {
  margin: 0;
}
.header-style4 .header-mid .top-login ul li {
  list-style: none;
}
.header-style4 .header-mid .top-login ul li a {
  font-size: 14px;
  padding-top: 5px;
  color: #2d2d2d;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.header-style4 .header-mid .top-login ul li a:before {
  content: '\f023';
  margin-left: 3px;
  font-family: FontAwesome;
  display: inline-block;
}
.rtl .header-style4 .header-mid .top-login ul li a:before {
  margin-left: 10px;
  margin-right: 3px;
}
.header-style4 .header-mid .top-login ul li a:hover {
  color: #941250;
}
.header-style4 .header-bottom {
  text-align: center;
  margin: 0 0 15px;
  border: 0;
}
.header-style4 .header-bottom.sticky-menu {
  position: fixed;
  z-index: 999;
  background-color: #000;
  border: 0;
}
.header-style4 .header-bottom .main-menu > .container {
  background-color: #000;
}
.header-style4 .header-bottom .main-menu > .container .wrap-header {
  display: inline-block;
  vertical-align: top;
}
.header-style4 .header-bottom .sw_ajax_woocommerce_search {
  float: right;
}
.rtl .header-style4 .header-bottom .sw_ajax_woocommerce_search {
  float: left;
}
.header-style4 .header-bottom .search-cate {
  margin-top: 5px;
}
.header-style4 .header-bottom .search-cate .top-form.top-search {
  width: 270px;
}
.rtl .header-style4 .header-bottom .search-cate .top-form.top-search {
  float: left;
}
.header-style4 .header-bottom .search-cate .top-form.top-search .topsearch-entry {
  padding-left: 0;
}
.rtl .header-style4 .header-bottom .search-cate .top-form.top-search .topsearch-entry {
  padding-right: 0;
}
.header-style4 .header-bottom .search-cate .top-form.top-search .topsearch-entry .icon-loading.loading {
  right: 95px;
}
.header-style4 .header-bottom .search-cate .top-form.top-search .topsearch-entry .cat-wrapper {
  display: none;
}
.header-style4 .header-bottom .search-cate .top-form.top-search .topsearch-entry input {
  background: #f5f5f5;
  height: 35px;
  line-height: 35px;
  padding: 0 20px;
  border-radius: 0;
}
.header-style4 .header-bottom .search-cate .top-form.top-search .topsearch-entry .button-search-pro {
  background-color: #f5f5f5;
  border-radius: 0;
  height: 35px;
  line-height: 35px;
  color: #222;
}
.header-style4 .header-bottom .search-cate .top-form.top-search .topsearch-entry .button-search-pro:hover {
  background-color: #941250;
}
.header-style4 .rozy_top .top-form.top-search {
  display: inline-block;
  vertical-align: top;
  border-radius: 0;
  background-color: #fff;
  z-index: 99;
}
.header-style4 .rozy_top .top-form.top-search form {
  margin: 0;
  position: relative;
  z-index: 10;
}
.header-style4 .rozy_top .top-form.top-search .topsearch-entry {
  padding-left: 20px;
}
.rtl .header-style4 .rozy_top .top-form.top-search .topsearch-entry {
  padding-right: 20px;
  padding-left: 0;
}
.header-style4 .rozy_top .top-form.top-search .cat-wrapper {
  background-color: #fff;
  position: absolute;
  height: 44px;
  top: 0;
  left: 0px;
  right: auto;
  border-radius: 0 !important;
  color: #222222;
  border-right: 1px solid #941250;
}
.header-style4 .rozy_top .top-form.top-search .cat-wrapper:before {
  content: '\f0d7';
  font-family: FontAwesome;
  color: #232f3e;
  font-size: 14px;
  position: absolute;
  top: 15px;
  right: 20px;
}
.rtl .header-style4 .rozy_top .top-form.top-search .cat-wrapper {
  border-left: 1px solid #941250;
  border-right: 0;
  right: 0;
  left: auto;
}
.rtl .header-style4 .rozy_top .top-form.top-search .cat-wrapper:before {
  left: 15px;
  right: auto;
}
.header-style4 .rozy_top .top-form.top-search .cat-wrapper .label-search {
  display: block;
  margin-bottom: 0;
  font-family: 'Open Sans';
  color: #232f3e;
}
.header-style4 .rozy_top .top-form.top-search .cat-wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0 !important;
  padding: 0px 5px 0;
  height: 44px;
  width: 135px;
}
.header-style4 .rozy_top .top-form.top-search .cat-wrapper select:focus {
  outline: none;
  background-color: #fff;
}
.header-style4 .rozy_top .top-form.top-search input {
  width: 100%;
  height: 35px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border: none;
  line-height: 35px;
  margin-bottom: 0;
  padding-left: 150px;
  border-radius: 20px;
}
.rtl .header-style4 .rozy_top .top-form.top-search input {
  padding-right: 150px;
  padding-left: 0;
}
.header-style4 .rozy_top .top-form.top-search button.form-button {
  height: 35px;
  line-height: 35px;
  margin: 0;
  border: 0;
  width: 20%;
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
  font-size: 14px;
  color: #fff;
  border-radius: 0;
  background-color: #2d2d2d;
}
.rtl .header-style4 .rozy_top .top-form.top-search button.form-button {
  left: 0;
  right: auto;
}
.header-style4 .rozy_top .top-form.top-search button.form-button:hover {
  background: none repeat scroll 0 0 #941250;
}
.header-style1 .header-style4 .rozy_top .top-form.top-search button.form-button:hover {
  background-color: #999;
}
.header-style4 .rozy_top .top-form.top-search button.form-button:hover:before {
  color: #fff;
}
.header-style4 .rozy_top .top-form.top-search.non-category input {
  padding: 0;
}
.rtl .header-style4 .rozy_top .top-form.top-search.non-category input {
  padding-right: 0;
}
.header-style4 #lang_sel a,
.header-style4 #lang_sel a:visited {
  border: 0 none;
  padding: 0;
}
.header-style4 #lang_sel a.lang_sel_sel:before {
  content: '';
  display: inline-block;
  height: 10px;
  width: 1px;
  background-color: #acacac;
  top: 5px;
  position: absolute;
  left: 0;
}
.rtl .header-style4 #lang_sel a.lang_sel_sel:before {
  right: 0;
  left: auto;
}
.header-style4 #lang_sel a.lang_sel_sel:after {
  content: "\f107";
  font-family: FontAwesome;
  display: inline-block;
  font-size: 14px;
  margin-left: 4px;
  vertical-align: top;
  color: #999;
  line-height: 18px;
}
.rtl .header-style4 #lang_sel a.lang_sel_sel:after {
  margin-right: 4px;
  margin-left: 0;
}
.header-style4 #lang_sel img.iclflag {
  margin-top: -1px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.rtl .header-style4 #lang_sel img.iclflag {
  margin: 0 0 0 5px;
}
.header-style4 #lang_sel > ul.nav {
  display: inline-block;
  list-style: none;
}
.rtl .header-style4 #lang_sel > ul.nav {
  margin-right: 15px;
  margin-left: 0;
}
.header-style4 #lang_sel > ul.nav > li {
  position: relative;
  padding: 10px 0;
}
.header-style4 #lang_sel > ul.nav > li > a {
  background-color: transparent;
  padding-left: 15px;
}
.rtl .header-style4 #lang_sel > ul.nav > li > a {
  padding-right: 15px;
  padding-left: 0;
}
.header-style1 .header-style4 #lang_sel > ul.nav > li > a {
  position: relative;
}
.header-style1 .header-style4 #lang_sel > ul.nav > li > a:before {
  position: absolute;
  top: 3px;
  left: 0;
  width: 1px;
  height: 13px;
  background: #ccc;
  content: "";
}
.rtl .header-style1 .header-style4 #lang_sel > ul.nav > li > a:before {
  left: auto;
  right: 0;
}
.header-style4 #lang_sel > ul.nav > li > a span {
  display: inline-block;
}
.header-style4 #lang_sel > ul.nav > li > ul {
  box-shadow: 1px 1px 2px #ccc;
  left: 0;
  top: 38px;
  z-index: 99999;
  position: absolute;
  background: #fff;
  width: 120px;
  padding: 10px 15px 10px 15px;
  display: none;
  margin: 0;
}
.rtl .header-style4 #lang_sel > ul.nav > li > ul {
  right: 0;
  left: auto;
}
.header-style4 #lang_sel > ul.nav > li > ul li {
  background: #fff;
  border-right: none;
  list-style: none;
}
.header-style4 #lang_sel > ul.nav > li > ul li.active a {
  color: #941250;
}
.header-style4 #lang_sel > ul.nav > li > ul li a {
  color: #222222;
  display: block;
  height: auto;
  line-height: 28px;
}
.header-style4 #lang_sel > ul.nav > li > ul li a .iclflag {
  margin-right: 13px;
}
.rtl .header-style4 #lang_sel > ul.nav > li > ul li a .iclflag {
  margin-left: 13px;
  margin-right: 0;
}
.header-style4 #lang_sel > ul.nav > li > ul li:hover a {
  color: #941250;
}
.header-style4 #lang_sel > ul.nav > li > ul:before {
  content: "";
  display: inline-block;
  background: transparent;
  height: 3px;
  width: 100%;
  position: absolute;
  top: -3px;
  right: 0;
}
.header-style4 #lang_sel > ul.nav > li:hover > ul {
  display: block !important;
}
.header-style4 .currency_w {
  margin: 0;
}
.header-style4 .currency_w > li {
  position: relative;
  list-style: none;
  padding: 10px 0;
}
.header-style4 .currency_w > li > a {
  display: block;
  color: #2d2d2d;
}
.header-style4 .currency_w > li > a:after {
  content: "\f107";
  font-family: FontAwesome;
  display: inline-block;
  margin-left: 10px;
  color: #999;
  line-height: 18px;
  vertical-align: top;
}
.rtl .header-style4 .currency_w > li > a:after {
  margin-right: 10px;
  margin-left: 0;
}
.header-style4 .currency_w > li .currency_switcher {
  box-shadow: 1px 1px 2px #ccc;
  left: 0px;
  position: absolute;
  background: none repeat scroll 0 0 #fff;
  display: none;
  width: 75px;
  padding: 10px 20px;
  margin: 0;
  top: 38px;
}
.header-style4 .currency_w > li .currency_switcher li {
  width: 100%;
  margin: 0;
  line-height: 28px;
  list-style: none;
}
.header-style4 .currency_w > li .currency_switcher li:hover a {
  color: #941250;
}
.header-style4 .currency_w > li .currency_switcher li a {
  background: none;
  border: 0px;
  border-radius: 0px;
  color: #222222;
  display: block;
  border-bottom: none;
}
.header-style4 .currency_w > li .currency_switcher li a.active {
  color: #941250;
}
.header-style4 .currency_w > li .currency_switcher:before {
  content: "";
  display: block;
  background: transparent;
  height: 3px;
  position: absolute;
  top: -3px;
  width: 100%;
}
.header-style4 .currency_w > li:hover .currency_switcher {
  display: block;
  z-index: 9999;
  height: auto;
}
.header-style1 .sticky-menu {
  position: fixed;
  background: #666;
  z-index: 999;
}
.header-style1 .sticky-menu #main-menu {
  margin-bottom: 0 !important;
}
.primary-menu .navbar-inverse {
  background-color: transparent;
  border-color: #fff;
}
.nav-pills {
  display: inline-block;
  margin-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}
.nav-pills.nav-css >li {
  float: none;
  display: inline-block;
}
.nav-pills.nav-css >li > a {
  padding: 11px 18px;
  line-height: 22px;
}
.nav-pills.nav-css >li.dropdown > a span.menu-img {
  position: absolute;
  right: 5px;
  top: -7px;
}
.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: #222222;
  font-size: 14px;
  text-transform: capitalize;
  border-bottom: 1px solid #eaeaea;
}
.nav-pills.nav-css >li.dropdown .dropdown-menu li >a:hover {
  color: #941250;
}
.nav-pills.nav-css >li.dropdown .dropdown-menu li.active > a {
  color: #941250;
}
.nav-pills.nav-css >li.dropdown .dropdown-menu li:last-child > a {
  border: 0;
}
.nav-pills.nav-css >li.dropdown .dropdown-menu li.dropdown-submenu {
  position: relative;
}
.nav-pills.nav-css >li.dropdown .dropdown-menu li.dropdown-submenu .dropdown-menu {
  top: -1px;
  left: 100%;
}
.rtl .nav-pills.nav-css >li.dropdown .dropdown-menu li.dropdown-submenu .dropdown-menu {
  left: auto;
  right: 100%;
}
.nav-pills.nav-css >li.dropdown .dropdown-menu li.dropdown-submenu .dropdown-menu > a {
  border-bottom: 1px solid #eaeaea;
}
.nav-pills.nav-css >li:hover .dropdown-menu {
  top: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.nav-pills >li {
  float: none;
  display: inline-block;
}
.nav-pills >li > a {
  text-transform: capitalize;
  background-color: transparent;
  position: relative;
  padding: 12px 22px;
  font-weight: 700;
  display: block;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
}
.header-style1 .nav-pills >li > a {
  padding: 8px 30px 8px 20px;
  font-family: Montserrat;
  font-size: 15px;
  border-radius: 3px;
}
.rtl .header-style1 .nav-pills >li > a {
  padding: 8px 20px 8px 30px;
}
.header-style3 .nav-pills >li > a {
  font-size: 14px;
  color: #252525;
  font-weight: 400;
  text-transform: uppercase;
}
.header-style4 .nav-pills >li > a {
  font-size: 13px;
  color: #fffefe;
  font-weight: 400;
  padding: 14px 24px;
  text-transform: uppercase;
}
.nav-pills >li > a:hover,
.nav-pills >li > a:focus {
  background-color: transparent;
  color: #941250;
}
.header-style1 .nav-pills >li > a:hover,
.header-style1 .nav-pills >li > a:focus {
  background-color: #941250;
  color: #fff;
}
.nav-pills >li.active > a,
.nav-pills >li:hover > a {
  color: #941250;
}
.header-style1 .nav-pills >li.active > a,
.header-style1 .nav-pills >li:hover > a {
  background-color: #941250;
  color: #fff;
}
.header-style3 .nav-pills >li.active > a,
.header-style3 .nav-pills >li:hover > a {
  color: #941250;
  background-color: transparent;
}
.header-style4 .nav-pills >li.active > a,
.header-style4 .nav-pills >li:hover > a {
  color: #fee3ec;
  background-color: transparent;
}
.nav-pills >li.dropdown {
  position: relative;
}
.nav-pills >li.dropdown:before {
  content: '';
  background: transparent;
  position: absolute;
  height: 30px;
  width: 100%;
  bottom: 0;
  left: 0;
}
.nav-pills >li.dropdown > a {
  position: relative;
}
.nav-pills >li.dropdown > a:after {
  content: '\f107';
  font-family: FontAwesome;
  position: absolute;
  right: 8px;
}
.header-style1 .nav-pills >li.dropdown > a:after {
  right: 10px;
}
.rtl .header-style1 .nav-pills >li.dropdown > a:after {
  left: 10px;
  right: auto;
}
.rtl .nav-pills >li.dropdown > a:after {
  left: 8px;
  right: auto;
}
.nav-pills >li.dropdown .dropdown-menu {
  text-align: left;
  display: block;
  visibility: hidden;
  top: 125%;
  padding: 15px 0;
  border: none;
  min-width: 200px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.rtl .nav-pills >li.dropdown .dropdown-menu {
  text-align: right;
}
.nav-pills >li.dropdown .dropdown-menu li {
  width: 100%;
}
.nav-pills >li.dropdown .dropdown-menu li >a {
  position: relative;
  text-transform: capitalize;
  display: block;
  padding: 12px 25px;
  color: #7d7d7d;
}
.nav-pills >li.dropdown .dropdown-menu li >a:hover {
  color: #941250;
}
.nav-pills >li.dropdown .dropdown-menu li.dropdown-submenu {
  position: relative;
}
.nav-pills >li.dropdown .dropdown-menu li.dropdown-submenu .dropdown-menu {
  position: absolute;
  top: -16px;
  left: 110%;
  visibility: hidden;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.rtl .nav-pills >li.dropdown .dropdown-menu li.dropdown-submenu .dropdown-menu {
  left: auto;
  right: 110%;
}
.nav-pills >li.dropdown .dropdown-menu >.dropdown-submenu:hover >.dropdown-menu {
  left: 100%;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
.rtl .nav-pills >li.dropdown .dropdown-menu >.dropdown-submenu:hover >.dropdown-menu {
  left: auto;
  right: 100%;
}
.nav-pills >li.dropdown:hover:before {
  top: 100%;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
.nav-pills >li.dropdown > .dropdown-menu.visible {
  visibility: visible;
  top: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
}
.nav-pills >li.active {
  position: relative;
}
.nav-pills >li.active >a,
.nav-pills >li.active >a:hover,
.nav-pills >li.active >a:focus {
  background-color: transparent;
  color: #941250;
}
.header-style1 .nav-pills >li.active >a,
.header-style1 .nav-pills >li.active >a:hover,
.header-style1 .nav-pills >li.active >a:focus {
  background-color: #941250;
  color: #fff;
}
.nav-pills .dropdown-menu li.active >a,
.nav-pills .dropdown-menu li:hover >a {
  color: #941250;
  background-color: transparent;
}
.nav-pills.nav-mega .menu-img {
  position: absolute;
  right: 5px;
  top: -7px;
}
.header-style2 .nav-pills.nav-mega .menu-img {
  top: -4px;
}
.nav-pills.nav-mega .rozy-mega-menu .wpb_raw_html {
  margin-bottom: 0;
}
.nav-pills.nav-mega .rozy-mega-menu p:empty {
  display: none;
}
.nav-pills.nav-mega .rozy-mega-menu.rozy-menu-img > a span.menu-img {
  position: absolute;
  right: 5px;
  top: -7px;
}
.header-style2 .nav-pills.nav-mega .rozy-mega-menu.rozy-menu-img > a span.menu-img {
  top: -4px;
}
.nav-pills.nav-mega .rozy-mega-menu.categories-menu .dropdown-menu.column-1 {
  background: url(../assets/img/bg-menu.jpg) no-repeat;
}
.nav-pills.nav-mega .rozy-mega-menu .dropdown-menu {
  padding: 30px 15px 15px;
  width: 100%;
  visibility: hidden;
  box-shadow: 0px 0px 5px #999;
  margin-top: 20px;
}
.nav-pills.nav-mega .rozy-mega-menu .dropdown-menu li.active >a,
.nav-pills.nav-mega .rozy-mega-menu .dropdown-menu li:hover >a {
  background-color: transparent;
}
.nav-pills.nav-mega .rozy-mega-menu .dropdown-menu li .dropdown-sub > li.active >a,
.nav-pills.nav-mega .rozy-mega-menu .dropdown-menu li .dropdown-sub > li:hover >a {
  background-color: transparent;
  color: #941250;
}
.nav-pills.nav-mega .rozy-mega-menu .dropdown-menu >li {
  float: left;
  padding: 0 15px;
}
.nav-pills.nav-mega .rozy-mega-menu .dropdown-menu >li.image-full {
  width: 100% !important;
  padding-top: 0;
}
.nav-pills.nav-mega .rozy-mega-menu .dropdown-menu >li.image-full >a {
  border-bottom: 0;
  font-size: 14px;
  text-transform: uppercase;
  padding: 7px 20px;
}
.nav-pills.nav-mega .rozy-mega-menu .dropdown-menu >li.image-full >a .menu-title {
  display: none;
}
.nav-pills.nav-mega .rozy-mega-menu .dropdown-menu >li.image-full img {
  width: 100%;
}
.nav-pills.nav-mega .rozy-mega-menu .dropdown-menu >li .item-bottom {
  display: none;
}
.rtl .nav-pills.nav-mega .rozy-mega-menu .dropdown-menu >li {
  float: right;
}
.nav-pills.nav-mega .rozy-mega-menu .dropdown-menu .dropdown-submenu >a,
.nav-pills.nav-mega .rozy-mega-menu .dropdown-menu .dropdown-submenu >.have-title {
  text-transform: uppercase;
  font-weight: normal;
  padding: 0;
  display: block;
  color: #222222;
  font-size: 14px;
  font-weight: 700;
}
.nav-pills.nav-mega .rozy-mega-menu .dropdown-menu .dropdown-submenu >a .menu-title,
.nav-pills.nav-mega .rozy-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 .rozy-mega-menu .dropdown-menu .dropdown-submenu .dropdown-sub a {
  padding: 9px 0;
  line-height: 22px;
  text-transform: capitalize;
  font-size: 14px;
  color: #7d7d7d;
}
.nav-pills.nav-mega .rozy-mega-menu .dropdown-menu .dropdown-submenu .dropdown-sub a:hover {
  color: #941250;
}
.nav-pills.nav-mega .rozy-mega-menu .dropdown-menu .dropdown-submenu .dropdown-sub >li .menu-img {
  float: left;
  width: 25px;
  margin-right: 15px;
}
.rtl .nav-pills.nav-mega .rozy-mega-menu .dropdown-menu .dropdown-submenu .dropdown-sub >li .menu-img {
  float: right;
  margin-right: 0;
  margin-left: 15px;
}
.nav-pills.nav-mega .rozy-mega-menu .dropdown-menu.column-1 {
  min-width: 879px;
  padding: 30px 10px 12px;
}
.nav-pills.nav-mega .rozy-mega-menu .dropdown-menu.column-1 >li {
  width: 100%;
}
.nav-pills.nav-mega .rozy-mega-menu .dropdown-menu.column-2 {
  min-width: 410px;
}
.nav-pills.nav-mega .rozy-mega-menu .dropdown-menu.column-2 >li {
  width: 50%;
}
.nav-pills.nav-mega .rozy-mega-menu .dropdown-menu.column-3 {
  min-width: 720px;
}
.nav-pills.nav-mega .rozy-mega-menu .dropdown-menu.column-3 >li {
  width: 33.33%;
}
.nav-pills.nav-mega .rozy-mega-menu .dropdown-menu.column-4 {
  min-width: 875px;
}
.nav-pills.nav-mega .rozy-mega-menu .dropdown-menu.column-4 >li {
  width: 25%;
}
.nav-pills.nav-mega .rozy-mega-menu .dropdown-menu.column-5 {
  min-width: 1170px;
}
.nav-pills.nav-mega .rozy-mega-menu .dropdown-menu.column-5 >li {
  width: 20%;
}
.nav-pills.nav-mega .rozy-mega-menu .dropdown-menu .rozy-menu-img >a {
  padding: 15px 0 0 0;
}
.nav-pills.nav-mega .rozy-mega-menu .dropdown-menu .rozy-menu-img >a:before {
  display: none;
}
.nav-pills.nav-mega .rozy-mega-menu .dropdown-menu .rozy-menu-img >a:hover {
  color: #941250;
}
.nav-pills.nav-mega .rozy-mega-menu .dropdown-menu .rozy-menu-img:hover img {
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.nav-pills.nav-mega .rozy-mega-menu .dropdown-menu .menu-shortcode >a {
  display: none;
}
.nav-pills.nav-mega .rozy-mega-menu.custom-image-col5 .dropdown-menu.column-5 >li {
  width: 18%;
}
.nav-pills.nav-mega .rozy-mega-menu.custom-image-col5 .dropdown-menu.column-5 >li.rozy-menu-img {
  width: 28%;
}
.nav-pills.nav-mega .rozy-mega-menu.custom-mega-product .dropdown-menu {
  padding: 0;
}
.nav-pills.nav-mega .rozy-mega-menu.custom-mega-product .dropdown-menu >li {
  padding: 0;
}
.nav-pills.nav-mega .rozy-mega-menu:hover .dropdown-menu .listing-tab-shortcode .tabbable.tabs .tab-content {
  visibility: visible;
}
.nav-pills.nav-mega .rozy-menu-custom > .dropdown-menu > li.active > a {
  color: #941250;
}
.nav-pills.nav-mega .rozy-menu-custom ul {
  box-shadow: 0px 0px 5px #999;
}
.nav-pills.nav-mega .rozy-menu-custom ul .menu-img {
  display: none;
}
.nav-pills.nav-mega .rozy-menu-custom ul > li > a {
  font-size: 14px;
}
.nav-pills.nav-mega .rozy-menu-custom ul li >.have-title {
  position: relative;
  display: block;
  padding: 10px 25px;
}
.nav-pills.nav-mega .rozy-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 .rozy-menu-custom ul li >.have-title:before {
  padding-right: 0;
  padding-left: 8px;
}
.nav-pills.nav-mega .rozy-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 .rozy-menu-custom ul .dropdown-submenu >ul {
  left: auto;
  right: 110%;
}
.nav-pills.nav-mega .rozy-menu-custom ul .dropdown-submenu >ul >li {
  position: relative;
}
.nav-pills.nav-mega .rozy-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 .rozy-menu-custom ul .dropdown-submenu >ul >li ul {
  left: auto;
  right: 110%;
}
.nav-pills.nav-mega .rozy-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 .rozy-menu-custom ul .dropdown-submenu >ul >li ul >li:hover >ul {
  left: auto;
  right: 100%;
}
.nav-pills.nav-mega .rozy-menu-custom ul .dropdown-submenu >ul >li:hover >ul {
  left: 100%;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
.rtl .nav-pills.nav-mega .rozy-menu-custom ul .dropdown-submenu >ul >li:hover >ul {
  left: auto;
  right: 100%;
}
.nav-pills.nav-mega .rozy-menu-custom ul .dropdown-submenu:hover >ul {
  left: 100%;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
.rtl .nav-pills.nav-mega .rozy-menu-custom ul .dropdown-submenu:hover >ul {
  left: auto;
  right: 100%;
}
.nav-pills.nav-mega .rozy-mega-menu.custom-image-col4 .dropdown-menu.column-4 >li.rozy-menu-img {
  width: 22%;
}
.nav-pills.nav-mega .rozy-mega-menu.custom-image-col4 .dropdown-menu.column-4 >li.rozy-menu-img a .menu-title {
  border-bottom: none;
}
.nav-pills.nav-mega .rozy-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 .rozy-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 .rozy-mega-menu.custom-image-col4 .dropdown-menu.column-4 >li.custom-slider-col4 .order-title {
  display: none;
}
.nav-pills.nav-mega .rozy-mega-menu.custom-image-col4 .dropdown-menu.column-4 >li.custom-slider-col4 .sw-woo-container-slider {
  margin-bottom: 0;
}
.nav-pills.nav-mega .rozy-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 .rozy-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 .rozy-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 .rozy-mega-menu.custom-image-col4 .dropdown-menu.column-4 >li.custom-slider-col4 .sw-woo-container-slider .slick-prev {
  left: 0;
}
.mega-menu1 .wrap-content {
  overflow: hidden;
}
.mega-menu1 .wrap-content .item-left {
  float: left;
  width: 61.5%;
}
.rtl .mega-menu1 .wrap-content .item-left {
  float: right;
}
.mega-menu1 .wrap-content .item {
  float: left;
  width: 33.33%;
  padding: 0 15px;
  margin: 0 0 25px;
}
.mega-menu1 .wrap-content .item:nth-child(4),
.mega-menu1 .wrap-content .item:nth-child(5),
.mega-menu1 .wrap-content .item:nth-child(6) {
  margin-bottom: 0;
}
.mega-menu1 .wrap-content .item .item-content h3 {
  font-size: 16px;
  color: #222222;
  font-weight: 700 !important;
  text-transform: uppercase;
  padding: 0 0 15px;
  border-bottom: 1px solid #eaeaea;
}
.mega-menu1 .wrap-content .item .item-content ul > li > a {
  padding: 7px 0;
  font-size: 14px;
  color: #525252;
  font-family: 'Roboto';
  text-transform: none;
}
.mega-menu1 .wrap-content .item .item-content ul > li > a:hover {
  color: #000;
}
.mega-menu1 .wrap-content .item-right {
  float: left;
  width: 38%;
}
.rtl .mega-menu1 .wrap-content .item-right {
  float: right;
}
.mega-menu1 .wrap-content .item-right .item-image a {
  display: inline-block;
  max-width: 100%;
}
.mega-menu1 .wrap-content .item-right .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-menu1 .wrap-content .item-right .item-image:hover img {
  opacity: 0.9;
}
.mega-menu2 .wrap-content {
  overflow: hidden;
}
.mega-menu2 .wrap-content .item {
  float: left;
  width: 20%;
  padding: 0 15px;
  margin: 0 0 25px;
}
.mega-menu2 .wrap-content .item .item-content h3 {
  font-size: 16px;
  color: #222222;
  font-weight: 700 !important;
  text-transform: uppercase;
  padding: 0 0 15px;
  border-bottom: 1px solid #eaeaea;
}
.mega-menu2 .wrap-content .item .item-content ul > li > a {
  padding: 7px 0;
  font-size: 14px;
  color: #7d7d7d;
  font-family: 'Roboto';
  text-transform: none;
}
.mega-menu2 .wrap-content .item .item-content ul > li > a:hover {
  color: #000;
}
.mega-menu2 .wrap-content .item-image .item {
  float: left;
  width: 50%;
  margin: 0;
}
.mega-menu2 .wrap-content .item-image a {
  display: inline-block;
  max-width: 100%;
}
.mega-menu2 .wrap-content .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-menu2 .wrap-content .item-image:hover img {
  opacity: 0.9;
}
.resmenu-container .navbar-toggle {
  display: none;
  float: left;
  background-color: transparent;
  border-color: transparent;
}
.resmenu-container .navbar-toggle .icon-bar {
  background-color: #fff;
  height: 3px;
}
.resmenu-container .navbar-toggle:hover,
.resmenu-container .navbar-toggle:focus {
  background-color: transparent;
}
.resmenu-container .navbar-toggle:hover .icon-bar,
.resmenu-container .navbar-toggle:focus .icon-bar {
  background-color: #fff;
}
.resmenu-container .menu-responsive-wrapper {
  position: absolute;
  top: 55px;
  padding: 0;
  min-width: 300px;
  background: #464646;
  z-index: 999;
}
.resmenu-container .menu-responsive-wrapper ul {
  list-style-type: none;
  margin: 0;
}
.resmenu-container .menu-responsive-wrapper ul .dropdown-resmenu {
  display: none;
}
.resmenu-container .menu-responsive-wrapper ul .dropdown-resmenu > li > a {
  padding-left: 25px;
}
.resmenu-container .menu-responsive-wrapper ul > li {
  position: relative;
  -webkit-box-shadow: 0 1px 0 0 #555;
  -moz-box-shadow: 0 1px 0 0 #555;
  -o-box-shadow: 0 1px 0 0 #555;
  -ms-box-shadow: 0 1px 0 0 #555;
  box-shadow: 0 1px 0 0 #555;
}
.resmenu-container .menu-responsive-wrapper ul > li > a {
  color: #fff;
  padding: 10px 20px;
  display: block;
  -webkit-box-shadow: 0 1px 0 0 #555;
  -moz-box-shadow: 0 1px 0 0 #555;
  -o-box-shadow: 0 1px 0 0 #555;
  -ms-box-shadow: 0 1px 0 0 #555;
  box-shadow: 0 1px 0 0 #555;
}
.resmenu-container .menu-responsive-wrapper ul > li .show-dropdown {
  display: block;
  width: 40px;
  position: absolute;
  right: 0;
  top: 0;
  height: 39px;
  background: #111;
  cursor: pointer;
  text-align: center;
  line-height: 39px;
  font-size: 20px;
}
.resmenu-container .menu-responsive-wrapper ul > li .show-dropdown:after {
  content: "+";
  font-family: FontAwesome;
}
.resmenu-container .menu-responsive-wrapper ul > li .show-dropdown.show:after {
  content: "–";
}
.resmenu-container .menu-responsive-wrapper ul > li .show-dropdown:hover {
  color: #fff;
  background: #941250;
}
.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: #941250;
}
.resmenu-container .menu-responsive-wrapper ul > li:hover > .show-dropdown,
.resmenu-container .menu-responsive-wrapper ul > li.active > .show-dropdown {
  background: #941250;
  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);
}
.admin-bar .resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper {
  top: 46px;
}
.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 #888888;
}
.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: #941250;
}
@media (max-width: 991px) {
  #main-menu .primary-menu .resmenu-container .navbar-toggle {
    display: inline-block;
    vertical-align: top;
    z-index: 99;
    margin: 9px 0;
  }
  .header-style2 #main-menu .primary-menu .resmenu-container .navbar-toggle {
    margin: 10px;
    background-color: #941250;
    float: none;
  }
  .header-style1 #main-menu .primary-menu .resmenu-container .navbar-toggle {
    background: #941250;
    margin-left: 15px;
  }
  #main-menu .primary-menu .nav-pills {
    display: none;
  }
  .header-style2 .primary-menu .mid-header {
    text-align: center;
  }
  .header-style2 .primary-menu .mid-header .resmenu-container .menu-responsive-wrapper {
    top: 75px;
  }
  .header-style2 .primary-menu .mid-header .resmenu-container .menu-responsive-wrapper ul > li {
    text-align: left;
  }
  .rtl .header-style2 .primary-menu .mid-header .resmenu-container .menu-responsive-wrapper ul > li {
    text-align: right;
  }
}
#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.rozy-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 .rozy-radio-img input[type="radio"],
#cpanel-form .rozy-radio-img span {
  display: none;
}
#cpanel-form .rozy-radio-img img {
  width: 33px;
  cursor: pointer;
}
.lt-ie9 #cpanel-form .rozy-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 #eeeeee;
  width: 220px;
}
#cpanel-form select,
#cpanel-form input {
  height: 20px;
  line-height: 30px;
  padding: 4px 6px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
#cpanel-form select,
#cpanel-form input {
  border-radius: 0px;
  height: 30px;
}
#cpanel-form fieldset {
  width: 100%;
}
#cpanel-form input[type="checkbox"] {
  width: 20px;
  height: 20px;
}
.sidebar .widget {
  margin-bottom: 50px;
  border-radius: 4px 4px 0 0;
}
.sidebar .widget .widget-inner .block-title-widget h2 {
  font-size: 20px;
  color: #000;
  font-weight: 600;
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
  background-color: #fff;
}
.sidebar .widget .widget-inner select {
  max-width: 100%;
  padding: 7px;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  border-radius: 0 !important;
  height: 35px;
  background: #eee;
  border: none;
  padding: 0 15px;
  line-height: 35px;
}
.sidebar .widget .widget-inner ul {
  list-style: none;
  margin: 0;
  border: 1px solid #ddd;
}
.sidebar .widget .widget-inner ul > li {
  padding: 15px;
  border-bottom: 1px solid #ddd;
}
.sidebar .widget .widget-inner ul > li > a {
  display: inline-block;
  vertical-align: top;
}
.sidebar .widget .widget-inner ul > li:last-child {
  border: 0;
}
.sidebar .widget .widget-inner ul > li ul.children {
  margin-left: 15px;
  padding-top: 10px;
  border: 0;
}
.sidebar .widget .widget-inner ul > li ul.children > li:first-child {
  border-top: 1px solid #eee;
}
.sidebar .widget .widget-inner ul > li ul.children > li:last-child {
  padding-bottom: 0;
}
.sidebar .widget.widget_search {
  margin-bottom: 50px;
}
.sidebar .widget.widget_search .searchform {
  margin-top: 0px;
}
.sidebar .widget.widget_search .searchform .screen-reader-text {
  display: block;
}
.sidebar .widget.widget_search .searchform > div {
  position: relative;
  overflow: hidden;
}
.sidebar .widget.widget_search .searchform > div input {
  position: relative;
  height: 35px;
  width: 100%;
  border: 1px solid #ddd;
  -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-color: #fff;
}
.rtl .sidebar .widget.widget_search .searchform > div input {
  padding: 7px 7px 7px 60px;
}
.sidebar .widget.widget_search .searchform > div input#searchsubmit {
  padding: 8px;
  border-left: none;
  position: absolute;
  top: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  right: 0;
  width: auto;
  left: auto;
  color: #fff;
  width: 40px;
  text-indent: -9999px;
  height: 35px;
  background: url(../assets/img/icon-search.png) no-repeat center center #fff;
}
.sidebar .widget.widget_search .searchform > div input#searchsubmit:hover {
  background: url(../assets/img/icon-search1.png) no-repeat center center #fff;
}
.rtl .sidebar .widget.widget_search .searchform > div input#searchsubmit {
  right: auto;
  left: 0;
  border-right: none;
  border-left: 1px solid #ddd;
}
.sidebar .widget.widget_calendar #calendar_wrap {
  width: 100%;
  border: 1px #eeeeee solid;
}
.sidebar .widget.widget_calendar #calendar_wrap #wp-calendar {
  width: 100%;
  margin: 0 auto;
  max-width: 80%;
}
.sidebar .widget.widget_calendar #calendar_wrap #wp-calendar tbody tr td,
.sidebar .widget.widget_calendar #calendar_wrap #wp-calendar tr th {
  padding: 6px;
  text-align: center;
  border: 1px solid #eeeeee;
}
.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 .block-title-widget h2 {
  margin: 0 0 5px;
}
.sidebar .widget.widget_archive .widget-inner ul {
  border: 0;
  margin: 3px 0 0;
}
.sidebar .widget.widget_archive .widget-inner ul > li {
  padding: 15px 0;
}
.sidebar .widget.widget_archive .screen-reader-text,
.sidebar .widget.widget_categories .screen-reader-text {
  display: none;
}
.sidebar .widget.widget_archive select,
.sidebar .widget.widget_categories select {
  margin-top: 20px;
  width: 100%;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  border-radius: 0 !important;
  height: 35px;
  background: #eee;
  border: none;
  padding: 0 15px;
  line-height: 35px;
}
.sidebar .widget.widget_text .textwidget {
  padding-top: 15px;
}
.sidebar .widget.widget_text .textwidget p {
  line-height: 22px;
}
.sidebar .widget.widget_tag_cloud .tagcloud {
  padding-top: 0;
}
.sidebar .widget.widget_rss .block-title-widget h2:before {
  content: '';
}
.sidebar .widget.widget_rss .block-title-widget h2 img {
  display: inline-block;
  margin-right: 10px;
}
.sidebar .widget.widget_rss .widget-inner > ul li {
  line-height: 22px;
}
.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 {
  line-height: 20px;
}
.sidebar .widget.widget_recent_comments .widget-inner ul#recentcomments > li .comment-author-link {
  font-weight: bold;
}
.sidebar .widget.widget_tag_cloud .widget-inner .block-title-widget h2 {
  margin: 0 0 10px;
}
.sidebar .widget.widget_tag_cloud .tagcloud {
  margin: 0 !important;
}
.sidebar .widget.widget_tag_cloud .tagcloud a {
  display: inline-block;
  color: #555;
  padding: 10px;
  border: 1px solid #ddd;
  padding: 6px 9px;
  margin: 6px 4px;
  font-size: 13px !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.sidebar .widget.widget_tag_cloud .tagcloud a:hover {
  border: 1px solid #941250;
  background-color: #941250;
  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;
  font-size: 13px;
}
.sidebar .widget.widget_nav_menu .widget-inner ul.menu > li:hover > a {
  color: #941250;
}
.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:empty {
  border: 0;
}
.sidebar .widget.widget_nav_menu .widget-inner ul.menu > li ul.dropdown-menu > li.active > a {
  background-color: #fff;
  color: #941250;
}
.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: #941250;
}
.sidebar .widget.widget_nav_menu .widget-inner ul.menu > li ul.dropdown-menu > li:first-child {
  border-top: 1px solid #eeeeee;
}
.gallery .gallery-item dd.gallery-caption {
  margin: 15px 0 0;
}
.wpb_gmaps_widget .wpb_wrapper {
  padding: 0;
}
.about_top .title-page {
  font-size: 18px;
  color: #222222;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.about_top .about-us {
  text-align: center;
  line-height: 24px;
}
.block-about {
  margin-top: 80px;
}
.block-about h2 {
  font-size: 24px;
  color: #000;
  text-transform: uppercase;
  line-height: 35px;
  font-weight: 600;
}
.block-about .description {
  font-size: 16px;
  color: #666;
  line-height: 28px;
  margin: 25px 0;
}
.rtl .wpb_single_image.vc_align_left {
  text-align: right;
}
.about_promotion {
  margin: 35px 0;
}
.about_promotion h3 {
  font-size: 14px;
  color: #222222;
  font-weight: bold;
}
.about_banner {
  text-align: center;
}
.about_banner .wpb_single_image {
  margin-bottom: 25px;
}
.about_banner h3 {
  font-size: 16px;
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
}
.page .sw-instagram-gallery,
.page .sw-instagram-gallery-theme2 {
  border-top: 1px solid #dbdbdb;
}
.sw-ourteam-slider {
  margin: 90px 0 80px;
}
.sw-ourteam-slider .box-title {
  text-align: center;
  margin-bottom: 25px;
}
.sw-ourteam-slider .box-title h2 {
  font-size: 24px;
  text-transform: uppercase;
  color: #131313;
  font-weight: 700;
}
.sw-ourteam-slider .box-title .description {
  font-size: 14px;
  color: #666;
  padding: 0 27%;
  line-height: 24px;
  margin: 20px 0 45px;
}
.sw-ourteam-slider .slick-slider .slick-list {
  margin: 0 -15px;
}
.sw-ourteam-slider .slick-slider .item {
  padding: 0 15px;
  text-align: center;
}
.sw-ourteam-slider .slick-slider .item .item-wrap {
  background-color: transparent;
  padding: 0;
}
.sw-ourteam-slider .slick-slider .item .item-wrap:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.sw-ourteam-slider .slick-slider .item .item-wrap .item-img {
  position: relative;
}
.sw-ourteam-slider .slick-slider .item .item-wrap .item-img:hover .item-social {
  opacity: 1;
}
.sw-ourteam-slider .slick-slider .item .item-wrap .item-img img {
  margin: auto;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 15px;
}
.sw-ourteam-slider .slick-slider .item .item-wrap .item-img img:hover {
  opacity: 0.75;
  filter: alpha(opacity=75);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.sw-ourteam-slider .slick-slider .item .item-wrap .item-img .item-social {
  position: absolute;
  top: 20px;
  left: 20px;
  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 .sw-ourteam-slider .slick-slider .item .item-wrap .item-img .item-social {
  right: 20px;
  left: auto;
}
.sw-ourteam-slider .slick-slider .item .item-wrap .item-img .item-social .team-social {
  display: block;
  vertical-align: top;
  margin: 10px 0;
}
.sw-ourteam-slider .slick-slider .item .item-wrap .item-img .item-social .team-social a {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  vertical-align: top;
  font-size: 14px;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.sw-ourteam-slider .slick-slider .item .item-wrap .item-img .item-social .team-social.team-facebook a {
  background-color: #3b5998;
}
.sw-ourteam-slider .slick-slider .item .item-wrap .item-img .item-social .team-social.team-facebook a:hover {
  background-color: #344e86;
}
.sw-ourteam-slider .slick-slider .item .item-wrap .item-img .item-social .team-social.team-twitter a {
  background-color: #26a6d1;
}
.sw-ourteam-slider .slick-slider .item .item-wrap .item-img .item-social .team-social.team-twitter a:hover {
  background-color: #2295bb;
}
.sw-ourteam-slider .slick-slider .item .item-wrap .item-img .item-social .team-social.team-linkedin a {
  background-color: #0e76a8;
}
.sw-ourteam-slider .slick-slider .item .item-wrap .item-img .item-social .team-social.team-linkedin a:hover {
  background-color: #0c6590;
}
.sw-ourteam-slider .slick-slider .item .item-wrap .item-img .item-social .team-social.team-gplus a {
  background-color: #c8232c;
}
.sw-ourteam-slider .slick-slider .item .item-wrap .item-img .item-social .team-social.team-gplus a:hover {
  background-color: #b21f27;
}
.sw-ourteam-slider .slick-slider .item .item-wrap .item-content {
  padding: 5px 0 5px;
  text-align: left;
  padding-left: 72px;
}
.rtl .sw-ourteam-slider .slick-slider .item .item-wrap .item-content {
  text-align: right;
  padding-right: 72px;
  padding-left: 0;
}
.sw-ourteam-slider .slick-slider .item .item-wrap .item-content h3 {
  font-size: 16px;
  color: #000;
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 5px;
  position: relative;
}
.sw-ourteam-slider .slick-slider .item .item-wrap .item-content h3:before {
  content: '';
  width: 30px;
  height: 2px;
  background-color: #941250;
  position: absolute;
  left: -46px;
  top: 8px;
}
.rtl .sw-ourteam-slider .slick-slider .item .item-wrap .item-content h3:before {
  right: -46px;
  left: auto;
}
.sw-ourteam-slider .slick-slider .item .item-wrap .item-content .team-info {
  color: #666;
}
.sw-ourteam-slider .slick-slider .item .item-wrap .item-content .item-desc {
  line-height: 22px;
  color: #666;
}
.about-image {
  margin: 0 0 100px;
}
.about-image .wrap-content {
  position: relative;
  overflow: hidden;
}
.about-image .wrap-content .item-image {
  float: left;
}
.rtl .about-image .wrap-content .item-image {
  float: right;
}
.about-image .wrap-content .item-content {
  float: left;
  width: 64%;
  padding: 0 30px;
}
.about-image .wrap-content .item-content h3 {
  font-size: 24px;
  color: #000;
  text-transform: uppercase;
  padding: 12px 0;
  position: relative;
  font-weight: 700;
}
.about-image .wrap-content .item-content h3:before {
  content: '';
  width: 100px;
  height: 2px;
  background-color: #941250;
  position: absolute;
  bottom: -2px;
  left: 0;
}
.rtl .about-image .wrap-content .item-content h3:before {
  right: 0;
  left: auto;
}
.about-image .wrap-content .item-content h3 span {
  color: #941250;
  text-transform: capitalize;
}
.about-image .wrap-content .item-content p {
  font-size: 14px;
  color: #555;
  line-height: 24px;
  margin: 25px 0;
}
.about-image .wrap-content .about-block {
  float: left;
  width: 64%;
  padding: 0 30px;
}
.about-image .wrap-content .about-block .wrap-bottom {
  overflow: hidden;
  padding: 22px 0;
  border-top: 1px solid #ddd;
}
.about-image .wrap-content .about-block .wrap-bottom .about-wpthemego a {
  font-size: 18px;
  color: #000;
  font-weight: 700;
}
.about-image .wrap-content .about-block .wrap-bottom .about-wpthemego a:hover {
  color: #941250;
}
.about-image .wrap-content .about-block .wrap-bottom .about-socials {
  display: inline-block;
}
.about-image .wrap-content .about-block .wrap-bottom .about-socials .wrap-block {
  overflow: hidden;
}
.about-image .wrap-content .about-block .wrap-bottom .about-socials .wrap-block h4 {
  font-size: 18px;
  color: #000;
  font-weight: 700;
  text-transform: capitalize;
  float: left;
  margin-right: 15px;
  margin-bottom: 0;
  line-height: 20px;
}
.about-image .wrap-content .about-block .wrap-bottom .about-socials .wrap-block ul {
  margin: 0;
  list-style: none;
  overflow: hidden;
}
.about-image .wrap-content .about-block .wrap-bottom .about-socials .wrap-block ul > li {
  float: left;
}
.about-image .wrap-content .about-block .wrap-bottom .about-socials .wrap-block ul > li a {
  width: 20px;
  height: 20px;
  display: inline-block;
  font-size: 14px;
  color: #fff;
  border-radius: 2px;
  margin: 0 3px;
  text-align: center;
}
.about-image .wrap-content .about-block .wrap-bottom .about-socials .wrap-block ul > li a.facebook {
  background-color: #475993;
}
.about-image .wrap-content .about-block .wrap-bottom .about-socials .wrap-block ul > li a.twitter {
  background-color: #03a9f4;
}
.about-image .wrap-content .about-block .wrap-bottom .about-socials .wrap-block ul > li a.pinterest {
  background-color: #cb2027;
}
.about-image .wrap-content .about-block .wrap-bottom .about-socials .wrap-block ul > li a.instagram {
  background-color: #782bc2;
}
.about-image .wrap-content .about-block .wrap-bottom .about-socials .wrap-block ul > li a.google-plus {
  background-color: #dc4e41;
}
.page_contact_us {
  width: 770px;
  margin: 0 auto -100px;
  position: relative;
  z-index: 5;
  padding: 0 40px 40px;
  background-color: #fff;
}
.page_contact_us .wpcf7 .wpcf7-form p {
  margin: 0 !important;
}
.page_contact_us .wpcf7 .wpcf7-form input[type="text"],
.page_contact_us .wpcf7 .wpcf7-form input[type="email"] {
  float: left;
  width: 48%;
  padding: 0 15px;
  border-radius: 7px;
  color: #ddd;
  border: 1px solid #ddd;
  margin: 0 0 30px;
  height: 40px;
  background-color: #f8f8f8;
}
.page_contact_us .wpcf7 .wpcf7-form input[type="text"] {
  margin-right: 4%;
}
.page_contact_us .wpcf7 .wpcf7-form textarea {
  padding: 15px;
  border-radius: 7px;
  color: #ddd;
  border: 1px solid #ddd;
  margin: 0 0 30px;
  background-color: #f8f8f8;
  width: 100%;
}
.page_contact_us .wpcf7 .wpcf7-form input[type="submit"] {
  float: left;
  border-radius: 20px;
  font-weight: 700;
  height: 40px;
  font-size: 14px;
  color: #fff;
  background-color: #941250;
  padding: 0 20px;
  line-height: 40px;
  border: 0;
}
.page_contact_us .wpcf7 .wpcf7-form input[type="submit"]:hover {
  background-color: #670c37;
}
.sidebar .widget.widget_categories .block-title-widget h2,
.sidebar .widget.widget_recent_entries .block-title-widget h2 {
  font-size: 20px;
  color: #000;
  font-weight: 600;
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
}
.listing-title h1 {
  font-size: 28px;
  font-weight: 700;
  color: #222222;
  margin: 20px 0;
  display: block;
  text-transform: uppercase;
}
.category-contents {
  margin-bottom: 40px;
}
.category-contents .blog-content .post {
  margin-bottom: 60px;
}
.category-contents .blog-content .post.format-image .entry-thumb:before,
.category-contents .blog-content .post.format-gallery .entry-thumb:before {
  border: 0 !important;
}
.category-contents .blog-content .post.format-audio .entry-thumb {
  width: 100%;
}
.category-contents .blog-content .post.sticky,
.category-contents .blog-content .post.tag-sticky-2 {
  border: 2px solid #ddd;
}
.category-contents .blog-content .post.sticky .entry .entry-content,
.category-contents .blog-content .post.tag-sticky-2 .entry .entry-content {
  background: #f5f5f5;
  padding: 40px 20px 45px;
}
.category-contents .blog-content .post.sticky .entry .entry-content .entry-summary,
.category-contents .blog-content .post.tag-sticky-2 .entry .entry-content .entry-summary {
  padding: 0;
  margin-bottom: 10px;
}
.category-contents .blog-content .post.sticky .entry .entry-content .entry-summary p,
.category-contents .blog-content .post.tag-sticky-2 .entry .entry-content .entry-summary p {
  margin: 0 0 20px;
}
.category-contents .blog-content .post.sticky .entry .entry-content .entry-summary a,
.category-contents .blog-content .post.tag-sticky-2 .entry .entry-content .entry-summary a {
  color: #941250;
}
.category-contents .blog-content .post.sticky .entry .entry-content .entry-summary a:hover,
.category-contents .blog-content .post.tag-sticky-2 .entry .entry-content .entry-summary a:hover {
  color: #7d0f44;
}
.category-contents .blog-content .post.sticky .entry .entry-content .readmore a,
.category-contents .blog-content .post.tag-sticky-2 .entry .entry-content .readmore a {
  margin-top: 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%;
  margin-bottom: 15px;
}
.category-contents .blog-content .post .entry .entry-thumb:hover img {
  opacity: 0.85;
}
.category-contents .blog-content .post .entry .wp-entry-thumb {
  margin-bottom: 25px;
}
.category-contents .blog-content .post .entry .entry-content {
  padding: 0;
}
.category-contents .blog-content .post .entry .entry-content .content-top .entry-title h4 {
  margin-bottom: 14px;
}
.category-contents .blog-content .post .entry .entry-content .content-top .entry-title h4 a {
  font-size: 20px;
  color: #222;
  line-height: 28px;
  font-weight: 600;
}
.category-contents .blog-content .post .entry .entry-content .content-top .entry-title h4 a:hover {
  color: #941250;
}
.category-contents .blog-content .post .entry .entry-content .content-top .entry-meta {
  margin: 0 0 15px;
  font-size: 13px;
  color: #909090;
}
.category-contents .blog-content .post .entry .entry-content .content-top .entry-meta .meta-entry a {
  font-size: 13px;
  color: #909090;
  display: inline-block;
  line-height: 12px;
  padding: 0 8px 0 0;
}
.rtl .category-contents .blog-content .post .entry .entry-content .content-top .entry-meta .meta-entry a {
  padding: 0 0 0 8px;
}
.category-contents .blog-content .post .entry .entry-content .content-top .entry-meta .meta-entry a:hover {
  color: #941250;
}
.category-contents .blog-content .post .entry .entry-content .content-top .entry-meta .meta-entry i {
  margin-right: 8px;
}
.rtl .category-contents .blog-content .post .entry .entry-content .content-top .entry-meta .meta-entry i {
  margin-left: 8px;
  margin-right: 0;
}
.category-contents .blog-content .post .entry .entry-content .content-top .entry-meta .meta-entry.entry-date {
  margin-right: 25px;
}
.rtl .category-contents .blog-content .post .entry .entry-content .content-top .entry-meta .meta-entry.entry-date {
  margin-left: 25px;
  margin-right: 0;
}
.category-contents .blog-content .post .entry .entry-content .content-top .entry-meta .meta-entry.entry-date a:hover {
  color: #941250;
}
.category-contents .blog-content .post .entry .entry-content .content-top .entry-summary {
  font-size: 15px;
  color: #7d7d7d;
  line-height: 28px;
  margin-bottom: 15px;
}
.category-contents .blog-content .post .entry .entry-content .readmore a {
  font-size: 14px;
  text-transform: inherit;
  color: #fff;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: none;
  position: relative;
  padding: 0 20px;
  display: inline-block;
  background-color: #941250;
  border-radius: 3px;
}
.category-contents .blog-content .post .entry .entry-content .readmore a:hover {
  background-color: #7d0f44;
}
.category-contents .blog-content.blog-content-grid .post {
  margin: 0 0 48px;
}
.category-contents .blog-content.blog-content-grid .post .entry .entry-thumb {
  position: relative;
}
.category-contents .blog-content.blog-content-grid .post .entry .entry-content .content-top .entry-meta {
  font-size: 13px;
  color: #909090;
  margin: 0 0 15px;
  overflow: hidden;
  text-transform: capitalize;
}
.category-contents .blog-content.blog-content-grid .post .entry .entry-content .content-top .entry-meta a {
  display: inline-block;
}
.category-contents .blog-content.blog-content-grid .post .entry .entry-content .content-top .entry-meta a:hover {
  color: #941250;
}
.category-contents .blog-content.blog-content-grid .post .entry .entry-content .content-top .entry-meta .fa {
  margin-right: 10px;
}
.rtl .category-contents .blog-content.blog-content-grid .post .entry .entry-content .content-top .entry-meta .fa {
  margin-left: 10px;
  margin-right: 0;
}
.category-contents .blog-content.blog-content-grid .post .entry .entry-content .content-top h4 {
  margin-bottom: 10px;
}
.category-contents .blog-content.blog-content-grid .post .entry .entry-content .content-top h4 a {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 24px;
}
.category-contents .blog-content.blog-content-grid .post .entry .entry-content .content-top h4 a:hover {
  color: #941250;
}
.category-contents .blog-content.blog-content-grid .post .entry .entry-content .content-top .entry-summary {
  font-size: 15px;
  color: #7d7d7d;
  line-height: 28px;
}
.category-contents .blog-content.blog-content-grid .post .entry .entry-content .content-top a.read_more {
  height: 32px;
  display: inline-block;
  padding: 0 23px;
  line-height: 32px;
  background-color: #941250;
  color: #fff;
  border-radius: 0;
  -webkit-box-shadow: -1px 1px 5px #999;
  -moz-box-shadow: -1px 1px 5px #999;
  -o-box-shadow: -1px 1px 5px #999;
  -ms-box-shadow: -1px 1px 5px #999;
  box-shadow: -1px 1px 5px #999;
  margin: 20px 0 0;
}
.category-contents .blog-content.blog-content-list .post {
  margin: 0 0 30px;
}
.category-contents .blog-content.blog-content-list .post .entry .entry-thumb {
  position: relative;
  float: none;
  margin: 0 0 20px;
}
.category-contents .blog-content.blog-content-list .post .entry .entry-content {
  border-bottom: 1px solid #ddd;
  padding: 0 0 28px;
}
.category-contents .blog-content.blog-content-list .post .entry .entry-content .entry-meta-date {
  float: left;
}
.rtl .category-contents .blog-content.blog-content-list .post .entry .entry-content .entry-meta-date {
  float: right;
}
.category-contents .blog-content.blog-content-list .post .entry .entry-content .entry-meta-date .entry-date {
  display: inline-block;
  max-width: 50px;
  background-color: #941250;
  padding: 6px 0;
  text-align: center;
  color: #fff;
}
.category-contents .blog-content.blog-content-list .post .entry .entry-content .entry-meta-date .entry-date .day-time {
  font-size: 25px;
  font-weight: 700;
}
.category-contents .blog-content.blog-content-list .post .entry .entry-content .entry-meta-date .entry-date .month-time {
  font-size: 15px;
  text-transform: uppercase;
}
.category-contents .blog-content.blog-content-list .post .entry .entry-content .content-top {
  padding-left: 70px;
  margin-bottom: 0;
}
.rtl .category-contents .blog-content.blog-content-list .post .entry .entry-content .content-top {
  padding-right: 70px;
  padding-left: 0;
}
.category-contents .blog-content.blog-content-list .post .entry .entry-content .content-top h4 a {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 24px;
}
.category-contents .blog-content.blog-content-list .post .entry .entry-content .content-top h4 a:hover {
  color: #941250;
}
.category-contents .blog-content.blog-content-list .post .entry .entry-content .content-top .entry-meta {
  font-size: 13px;
  color: #909090;
  margin: 0 0 15px;
  overflow: hidden;
  text-transform: capitalize;
}
.category-contents .blog-content.blog-content-list .post .entry .entry-content .content-top .entry-meta .entry-tag a {
  font-size: 13px;
  color: #909090;
}
.category-contents .blog-content.blog-content-list .post .entry .entry-content .content-top .entry-meta .entry-tag a:hover {
  color: #941250;
}
.category-contents .blog-content.blog-content-list .post .entry .entry-content .content-top .entry-meta .entry-comment {
  margin-right: 40px;
}
.rtl .category-contents .blog-content.blog-content-list .post .entry .entry-content .content-top .entry-meta .entry-comment {
  margin-left: 40px;
  margin-right: 0;
}
.category-contents .blog-content.blog-content-list .post .entry .entry-content .content-top .entry-meta a {
  display: inline-block;
}
.category-contents .blog-content.blog-content-list .post .entry .entry-content .content-top .entry-meta a:hover {
  color: #941250;
}
.category-contents .blog-content.blog-content-list .post .entry .entry-content .content-top .entry-meta .fa {
  margin-right: 7px;
}
.rtl .category-contents .blog-content.blog-content-list .post .entry .entry-content .content-top .entry-meta .fa {
  margin-left: 7px;
  margin-right: 0;
}
.category-contents .blog-content.blog-content-list .post .entry .entry-content .content-top .entry-summary {
  font-size: 15px;
  color: #7d7d7d;
  line-height: 28px;
}
.category-contents .blog-content.blog-content-list .post .entry .entry-content .content-top .continue-reading a {
  font-size: 14px;
  color: #941250;
  position: relative;
  padding-left: 55px;
  text-transform: capitalize;
}
.rtl .category-contents .blog-content.blog-content-list .post .entry .entry-content .content-top .continue-reading a {
  padding-left: 0;
  padding-right: 55px;
}
.category-contents .blog-content.blog-content-list .post .entry .entry-content .content-top .continue-reading a:hover {
  color: #7d0f44;
}
.category-contents .blog-content.blog-content-list .post .entry .entry-content .content-top .continue-reading a:before {
  content: '';
  width: 40px;
  height: 2px;
  background-color: #941250;
  position: absolute;
  top: 7px;
  left: 0;
}
.rtl .category-contents .blog-content.blog-content-list .post .entry .entry-content .content-top .continue-reading a:before {
  right: 0;
  left: auto;
}
.category-contents .blog-content.blog-content-default .post .entry .entry-content .entry-author {
  margin-right: 20px;
}
.rtl .category-contents .blog-content.blog-content-default .post .entry .entry-content .entry-author {
  margin-left: 20px;
  margin-right: 0;
}
.category-contents .blog-content.blog-content-default .post .entry .entry-content .entry-meta .entry-meta-tag {
  margin-left: 20px;
}
.rtl .category-contents .blog-content.blog-content-default .post .entry .entry-content .entry-meta .entry-meta-tag {
  margin-right: 20px;
  margin-left: 0;
}
.category-contents .blog-content.blog-content-default .post .entry .entry-content .entry-meta .entry-meta-tag a {
  padding: 0;
}
.category-contents .blog-content.blog-content-default .post .entry .entry-content .content-top .entry-title h4 {
  margin-top: 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;
}
.home-style1.page .main-page .page >.entry-content .entry-summary,
.home-style2.page .main-page .page >.entry-content .entry-summary,
.home-style3.page .main-page .page >.entry-content .entry-summary {
  overflow: inherit;
  line-height: normal;
  margin-bottom: 0;
}
.pagination {
  display: inline-block;
  float: none;
  width: 100%;
  text-align: center;
  margin: 30px 0 23px;
}
.pagination ul {
  margin: 0;
  list-style-type: none;
  float: none;
  display: inline-block;
}
.pagination ul li {
  float: left;
  position: relative;
  text-align: center;
  margin: 0;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.rtl .pagination ul li {
  float: right;
}
.pagination ul li:hover a {
  background: #941250;
  color: #fff;
  border-color: #941250;
}
.pagination ul li span.current {
  background: #941250;
  border: 1px solid #941250;
  color: #fff;
}
.pagination ul li a,
.pagination ul li span.current {
  display: block;
  width: 38px;
  line-height: 38px;
  height: 38px;
  border-radius: 0;
  text-align: center;
  font-size: 14px;
}
.pagination ul li a:hover,
.pagination ul li span.current:hover {
  color: #fff;
}
.pagination ul li a {
  border: 1px solid #aaaaaa;
  color: #000;
  border-left: 0;
}
.rtl .pagination ul li a {
  border-right: 0;
  border-left: 1px solid #aaaaaa;
}
.pagination ul li .prev {
  border-left: 1px solid #aaa;
}
.rtl .pagination ul li .prev {
  border-right: 1px solid #aaa;
  border-left: 0;
}
.pagination ul li .next,
.pagination ul li .prev {
  font-size: 0;
}
.pagination ul li .next:before,
.pagination ul li .prev:before {
  font-family: FontAwesome;
  color: #666;
  font-size: 20px;
}
.pagination ul li .next:hover,
.pagination ul li .prev:hover {
  border: 1px solid #941250;
  background-color: #941250;
}
.pagination ul li .next:hover:before,
.pagination ul li .prev:hover:before {
  color: #fff;
}
.pagination ul li .next:before {
  content: '\f105';
}
.rtl .pagination ul li .next:before {
  content: '\f104';
}
.pagination ul li .prev:before {
  content: '\f104';
}
.rtl .pagination ul li .prev:before {
  content: '\f105';
}
.format-audio .entry .wp-entry-thumb iframe {
  vertical-align: top;
  margin: 0;
}
blockquote {
  border: 0;
  padding: 5px 30px;
  position: relative;
}
blockquote:before {
  content: "\f10d";
  width: 17px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 0;
  font-family: FontAwesome;
}
blockquote:after {
  content: "\f10e";
  width: 17px;
  height: 14px;
  position: absolute;
  right: 0;
  bottom: 0;
  font-family: FontAwesome;
}
blockquote p {
  font-style: italic;
  font-size: 14px;
  line-height: 24px;
}
.format-gallery .carousel.gallery-slider .carousel-control {
  display: inline-block;
  width: 32px !important;
  height: 32px !important;
  line-height: 32px;
  border-radius: 50%;
  position: absolute;
  z-index: 9;
  cursor: pointer;
  font-size: 0;
  top: 50%;
  margin-top: -16px;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  text-shadow: none;
  background-image: none;
}
.format-gallery .carousel.gallery-slider .carousel-control.left {
  left: 15px;
}
.format-gallery .carousel.gallery-slider .carousel-control.left:before {
  content: '\f0d9';
  font-family: 'FontAwesome';
  font-size: 16px;
  color: #999;
}
.format-gallery .carousel.gallery-slider .carousel-control.left:hover:before {
  color: #941250;
}
.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: #941250;
}
.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: #941250;
  border-color: #941250;
}
.single.single-post .rozy_breadcrumbs .breadcrumbs {
  float: left;
  text-align: left;
}
.single.single-post.rtl .rozy_breadcrumbs .breadcrumbs {
  float: right;
  text-align: right;
}
.page .body-wrapper-inner >.container,
.search .body-wrapper-inner >.container {
  min-height: 70vh;
}
#contents {
  min-height: 60px;
}
.main-page .page .entry-content .entry-summary .page-links {
  font-weight: 700;
  padding: 1em 0 5em;
  color: #000;
  font-size: 15px;
}
.main-page .page .entry-content .entry-summary .page-links a:hover {
  color: #941250;
  text-decoration: underline;
}
.single.main .post #comments .entry-summary,
.single.main .team #comments .entry-summary,
.single.main .attachment #comments .entry-summary {
  font-size: 15px;
  line-height: 28px;
}
.single.main .post .entry-wrap,
.single.main .team .entry-wrap,
.single.main .attachment .entry-wrap {
  background-color: #fff;
  position: relative;
  min-height: 60px;
}
.single.main .post .entry-wrap .entry-thumb,
.single.main .team .entry-wrap .entry-thumb,
.single.main .attachment .entry-wrap .entry-thumb {
  position: relative;
  margin-bottom: 25px;
}
.single.main .post .entry-wrap .entry-title,
.single.main .team .entry-wrap .entry-title,
.single.main .attachment .entry-wrap .entry-title {
  color: #222222;
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 5px;
}
.single.main .post .entry-wrap .entry-date,
.single.main .team .entry-wrap .entry-date,
.single.main .attachment .entry-wrap .entry-date {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.rtl .single.main .post .entry-wrap .entry-date,
.rtl .single.main .team .entry-wrap .entry-date,
.rtl .single.main .attachment .entry-wrap .entry-date {
  right: 0;
  left: auto;
}
.single.main .post .entry-wrap .entry-date .day-time,
.single.main .team .entry-wrap .entry-date .day-time,
.single.main .attachment .entry-wrap .entry-date .day-time {
  font-size: 24px;
  color: #909090;
  font-weight: 700;
}
.single.main .post .entry-wrap .entry-date .month-time,
.single.main .team .entry-wrap .entry-date .month-time,
.single.main .attachment .entry-wrap .entry-date .month-time {
  font-size: 14px;
  color: #909090;
  display: block;
}
.single.main .post .entry-wrap .entry-content,
.single.main .team .entry-wrap .entry-content,
.single.main .attachment .entry-wrap .entry-content {
  padding: 10px 0 0;
}
.single.main .post .entry-wrap .entry-content .entry-meta,
.single.main .team .entry-wrap .entry-content .entry-meta,
.single.main .attachment .entry-wrap .entry-content .entry-meta {
  color: #909090;
  font-size: 12px;
  overflow: hidden;
  display: block;
  padding: 0;
  padding-bottom: 20px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
.single.main .post .entry-wrap .entry-content .entry-meta a,
.single.main .team .entry-wrap .entry-content .entry-meta a,
.single.main .attachment .entry-wrap .entry-content .entry-meta a {
  color: #909090;
  font-size: 13px;
}
.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: #941250;
}
.single.main .post .entry-wrap .entry-content .entry-meta .entry-date,
.single.main .team .entry-wrap .entry-content .entry-meta .entry-date,
.single.main .attachment .entry-wrap .entry-content .entry-meta .entry-date {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
}
.single.main .post .entry-wrap .entry-content .entry-meta .entry-author,
.single.main .post .entry-wrap .entry-content .entry-meta .entry-tag,
.single.main .post .entry-wrap .entry-content .entry-meta .entry-comment,
.single.main .post .entry-wrap .entry-content .entry-meta .entry-date,
.single.main .team .entry-wrap .entry-content .entry-meta .entry-author,
.single.main .team .entry-wrap .entry-content .entry-meta .entry-tag,
.single.main .team .entry-wrap .entry-content .entry-meta .entry-comment,
.single.main .team .entry-wrap .entry-content .entry-meta .entry-date,
.single.main .attachment .entry-wrap .entry-content .entry-meta .entry-author,
.single.main .attachment .entry-wrap .entry-content .entry-meta .entry-tag,
.single.main .attachment .entry-wrap .entry-content .entry-meta .entry-comment,
.single.main .attachment .entry-wrap .entry-content .entry-meta .entry-date {
  float: left;
  margin-right: 20px;
}
.rtl .single.main .post .entry-wrap .entry-content .entry-meta .entry-author,
.rtl .single.main .post .entry-wrap .entry-content .entry-meta .entry-tag,
.rtl .single.main .post .entry-wrap .entry-content .entry-meta .entry-comment,
.rtl .single.main .post .entry-wrap .entry-content .entry-meta .entry-date,
.rtl .single.main .team .entry-wrap .entry-content .entry-meta .entry-author,
.rtl .single.main .team .entry-wrap .entry-content .entry-meta .entry-tag,
.rtl .single.main .team .entry-wrap .entry-content .entry-meta .entry-comment,
.rtl .single.main .team .entry-wrap .entry-content .entry-meta .entry-date,
.rtl .single.main .attachment .entry-wrap .entry-content .entry-meta .entry-author,
.rtl .single.main .attachment .entry-wrap .entry-content .entry-meta .entry-tag,
.rtl .single.main .attachment .entry-wrap .entry-content .entry-meta .entry-comment,
.rtl .single.main .attachment .entry-wrap .entry-content .entry-meta .entry-date {
  float: right;
  margin: 0 0 0 20px;
}
.rtl .single.main .post .entry-wrap .entry-content .entry-meta .entry-author i,
.rtl .single.main .post .entry-wrap .entry-content .entry-meta .entry-tag i,
.rtl .single.main .post .entry-wrap .entry-content .entry-meta .entry-comment i,
.rtl .single.main .post .entry-wrap .entry-content .entry-meta .entry-date i,
.rtl .single.main .team .entry-wrap .entry-content .entry-meta .entry-author i,
.rtl .single.main .team .entry-wrap .entry-content .entry-meta .entry-tag i,
.rtl .single.main .team .entry-wrap .entry-content .entry-meta .entry-comment i,
.rtl .single.main .team .entry-wrap .entry-content .entry-meta .entry-date i,
.rtl .single.main .attachment .entry-wrap .entry-content .entry-meta .entry-author i,
.rtl .single.main .attachment .entry-wrap .entry-content .entry-meta .entry-tag i,
.rtl .single.main .attachment .entry-wrap .entry-content .entry-meta .entry-comment i,
.rtl .single.main .attachment .entry-wrap .entry-content .entry-meta .entry-date i {
  margin: 0 0 0 10px;
}
.single.main .post .entry-wrap .entry-content .entry-meta .entry-author i,
.single.main .post .entry-wrap .entry-content .entry-meta .entry-tag i,
.single.main .post .entry-wrap .entry-content .entry-meta .entry-comment i,
.single.main .post .entry-wrap .entry-content .entry-meta .entry-date i,
.single.main .team .entry-wrap .entry-content .entry-meta .entry-author i,
.single.main .team .entry-wrap .entry-content .entry-meta .entry-tag i,
.single.main .team .entry-wrap .entry-content .entry-meta .entry-comment i,
.single.main .team .entry-wrap .entry-content .entry-meta .entry-date i,
.single.main .attachment .entry-wrap .entry-content .entry-meta .entry-author i,
.single.main .attachment .entry-wrap .entry-content .entry-meta .entry-tag i,
.single.main .attachment .entry-wrap .entry-content .entry-meta .entry-comment i,
.single.main .attachment .entry-wrap .entry-content .entry-meta .entry-date i {
  margin: 0 10px 0 0;
}
.single.main .post .entry-wrap .entry-content .entry-summary,
.single.main .team .entry-wrap .entry-content .entry-summary,
.single.main .attachment .entry-wrap .entry-content .entry-summary {
  line-height: 28px;
  color: #7d7d7d;
  font-size: 15px;
}
.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 .entry-summary .page-links,
.single.main .team .entry-wrap .entry-content .entry-summary .page-links,
.single.main .attachment .entry-wrap .entry-content .entry-summary .page-links {
  margin-top: 30px;
  overflow: hidden;
  background: #f2f2f2;
  padding: 30px 0;
  border-radius: 4px;
}
.single.main .post .entry-wrap .entry-content .entry-summary .page-links .page-links-title,
.single.main .team .entry-wrap .entry-content .entry-summary .page-links .page-links-title,
.single.main .attachment .entry-wrap .entry-content .entry-summary .page-links .page-links-title {
  border: none;
  margin: 0 10px;
  width: auto;
  height: auto;
  line-height: 32px;
  border-radius: 0;
  float: left;
  background: none;
  color: #666;
}
.single.main .post .entry-wrap .entry-content .entry-summary .page-links .page-links-title:hover,
.single.main .team .entry-wrap .entry-content .entry-summary .page-links .page-links-title:hover,
.single.main .attachment .entry-wrap .entry-content .entry-summary .page-links .page-links-title:hover {
  background: none;
}
.single.main .post .entry-wrap .entry-content .entry-summary .page-links span,
.single.main .post .entry-wrap .entry-content .entry-summary .page-links a,
.single.main .team .entry-wrap .entry-content .entry-summary .page-links span,
.single.main .team .entry-wrap .entry-content .entry-summary .page-links a,
.single.main .attachment .entry-wrap .entry-content .entry-summary .page-links span,
.single.main .attachment .entry-wrap .entry-content .entry-summary .page-links a {
  display: block;
  width: 32px;
  line-height: 30px;
  height: 32px;
  border-radius: 50%;
  text-align: center;
  font-size: 14px;
  float: left;
  background: #fff;
  margin: 0 5px;
}
.single.main .post .entry-wrap .entry-content .entry-summary .page-links span:hover,
.single.main .post .entry-wrap .entry-content .entry-summary .page-links a:hover,
.single.main .team .entry-wrap .entry-content .entry-summary .page-links span:hover,
.single.main .team .entry-wrap .entry-content .entry-summary .page-links a:hover,
.single.main .attachment .entry-wrap .entry-content .entry-summary .page-links span:hover,
.single.main .attachment .entry-wrap .entry-content .entry-summary .page-links a:hover {
  color: #941250;
}
.single.main .post .entry-wrap .entry-content .entry-summary .page-links span,
.single.main .team .entry-wrap .entry-content .entry-summary .page-links span,
.single.main .attachment .entry-wrap .entry-content .entry-summary .page-links span {
  background: #fff;
  color: #941250;
}
.single.main .post .entry-wrap .entry-content .entry-summary .page-links a span,
.single.main .team .entry-wrap .entry-content .entry-summary .page-links a span,
.single.main .attachment .entry-wrap .entry-content .entry-summary .page-links a span {
  border: none;
  margin: 0;
  background: none;
  color: #222222;
}
.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 #ffffff;
  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: #222222;
  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: #941250;
  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;
  color: #fff;
}
.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: #222222;
  font-size: 14px;
  font-weight: 700;
}
.single.main .format-standard.tag-markup-2 .entry-wrap .entry-content .entry-summary {
  font-size: 15px;
}
.single.main .format-standard.tag-markup-2 .entry-wrap .entry-content .entry-summary h1,
.single.main .format-standard.tag-markup-2 .entry-wrap .entry-content .entry-summary h2,
.single.main .format-standard.tag-markup-2 .entry-wrap .entry-content .entry-summary h3,
.single.main .format-standard.tag-markup-2 .entry-wrap .entry-content .entry-summary h4,
.single.main .format-standard.tag-markup-2 .entry-wrap .entry-content .entry-summary h5,
.single.main .format-standard.tag-markup-2 .entry-wrap .entry-content .entry-summary h6 {
  color: #222222;
  font-weight: 600;
}
.single.main .format-standard.tag-markup-2 .entry-wrap .entry-content .entry-summary blockquote {
  padding: 10px 30px;
}
.single.main .format-standard.tag-markup-2 .entry-wrap .entry-content .entry-summary blockquote:before,
.single.main .format-standard.tag-markup-2 .entry-wrap .entry-content .entry-summary blockquote:after {
  font-size: 24px;
  color: #eeeeee;
}
.single.main .format-standard.tag-markup-2 .entry-wrap .entry-content .entry-summary cite {
  font-style: italic;
}
.single.main .format-standard.tag-markup-2 .entry-wrap .entry-content .entry-summary table thead th,
.single.main .format-standard.tag-markup-2 .entry-wrap .entry-content .entry-summary table thead td {
  border-bottom-width: 2px;
}
.single.main .format-standard.tag-markup-2 .entry-wrap .entry-content .entry-summary table td,
.single.main .format-standard.tag-markup-2 .entry-wrap .entry-content .entry-summary table th {
  border-bottom: 1px #eeeeee solid;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}
.single.main .format-standard.tag-markup-2 .entry-wrap .entry-content .entry-summary table tbody tr:last-child th,
.single.main .format-standard.tag-markup-2 .entry-wrap .entry-content .entry-summary table tbody tr:last-child td {
  border-bottom: none;
}
.single.main .tag-pingbacks-2 ol {
  padding-left: 30px;
}
.rtl .single.main .tag-pingbacks-2 ol {
  padding-left: 0;
  padding-right: 30px;
}
#comments .title {
  font-size: 20px;
  color: #222222;
  text-transform: capitalize;
  font-weight: bold;
  padding-bottom: 7px;
  position: relative;
  margin-top: 40px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd;
}
#comments .title small {
  color: #222222;
  font-size: 16px;
}
#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 #ddd solid;
  padding: 15px;
  border-radius: 4px;
  background-color: #fff;
}
#comments .comment .author {
  margin: 0;
  overflow: hidden;
}
#comments .comment .author img {
  margin-bottom: 0px;
}
#comments .comment .comment-rating {
  text-align: center;
}
#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 #ddd;
}
#comments .comment .media-body .media .media-heading .author-name {
  color: #222222;
  text-transform: capitalize;
  margin-bottom: 5px;
}
#comments .comment .media-body .media .media-heading .time {
  color: #999;
  font-size: 14px;
  line-height: 24px;
  padding: 0 50px;
  margin-top: -1px;
}
#comments .comment .media-body .media .media-heading .time a {
  color: #999;
}
#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: #941250;
}
#comments .comment .media-body .media .media-content p {
  font-size: 14px;
}
#comments .pingback {
  border: 1px #eeeeee solid;
  padding: 15px 15px 5px 15px;
}
#comments .pingback .media-heading {
  overflow: hidden;
}
#comments .pingback .media-heading .time {
  display: none;
}
#comments .pingback .media-content {
  padding: 0 30px;
}
#comments .pingback p {
  line-height: 24px;
}
#comments .comment .media-body .media .media-content p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
}
#comments .comment .media-body .media .media-heading .author-name {
  color: #111;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}
#comments .comment .media-body .media .media-heading .reply {
  line-height: 20px;
}
#respond {
  margin-bottom: 60px;
  margin-top: 40px;
}
#respond .title {
  font-size: 20px;
  color: #222222;
  text-transform: capitalize;
  font-weight: bold;
  padding-bottom: 5px;
  position: relative;
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd;
}
.rtl #respond .title {
  padding: 15px 0 10px 15px;
}
#respond form .apsl-login-networks {
  display: none;
}
#respond form p {
  font-size: 14px;
}
#respond form .rating {
  padding: 0;
}
#respond form .cmm-box-bottom textarea {
  width: 100%;
  padding: 10px;
  border-radius: 4px;
}
#respond form .cmm-box-top .control-group {
  width: 32%;
}
#respond form .cmm-box-top .control-group input {
  width: 100%;
  padding: 10px;
  border-radius: 4px;
}
#respond form .cmm-box-top .control-group.your-email {
  margin: 0 2%;
}
#respond form .form-submit .submit {
  color: #fff;
  background: #941250;
  border-radius: 3px;
  padding: 10px 20px;
  text-transform: capitalize;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  border: 0;
}
#respond form .form-submit .submit:hover {
  background: #670c37;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.wrapper_404 {
  width: 100%;
  height: auto;
  text-align: center;
}
.wrapper_404 .content_404 {
  overflow: hidden;
  padding: 80px 0;
}
.wrapper_404 .content_404 .block-top {
  text-align: left;
}
.rtl .wrapper_404 .content_404 .block-top {
  text-align: right;
}
.wrapper_404 .content_404 .block-top h2 {
  color: #222222;
  font-size: 24px;
  font-weight: 700 !important;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.wrapper_404 .content_404 .block-top .warning-code {
  font-size: 14px;
  color: #7d7d7d;
}
.wrapper_404 .content_404 .block-middle {
  margin: 30px 0 40px;
  overflow: hidden;
}
.wrapper_404 .content_404 .block-middle .rozy_search_404 .top-search {
  float: left;
}
.wrapper_404 .content_404 .block-middle .rozy_search_404 .top-search .topsearch-entry .form-search {
  width: 670px;
  max-width: 100%;
  height: 50px;
  line-height: 50px;
  background-color: #fff;
  overflow: hidden;
  margin: auto;
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border: 1px solid #eeeeee;
}
.wrapper_404 .content_404 .block-middle .rozy_search_404 .top-search .topsearch-entry .form-search .search-query {
  width: 100%;
  border: 0;
  margin: 0;
  height: 50px;
  line-height: 50px;
  padding: 0 80px 0 15px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.rtl .wrapper_404 .content_404 .block-middle .rozy_search_404 .top-search .topsearch-entry .form-search .search-query {
  padding-right: 15px;
  padding-left: 80px;
}
.wrapper_404 .content_404 .block-middle .rozy_search_404 .top-search .topsearch-entry .form-search .form-button {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 60px;
  background-color: transparent;
  border: 0;
  margin: 0;
}
.wrapper_404 .content_404 .block-middle .rozy_search_404 .top-search .topsearch-entry .form-search .form-button:before {
  content: "\f002";
  font-size: 18px;
  color: #7d7d7d;
  font-family: fontawesome;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.wrapper_404 .content_404 .block-middle .rozy_search_404 .top-search .topsearch-entry .form-search .form-button:hover:before {
  color: #941250;
}
.rtl .wrapper_404 .content_404 .block-middle .rozy_search_404 .top-search .topsearch-entry .form-search .form-button {
  right: auto;
  left: 0;
}
.wrapper_404 .content_404 .block-bottom {
  text-align: left;
}
.wrapper_404 .content_404 .block-bottom .btn-404 {
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 14px;
  background-color: #941250;
  border-radius: 20px;
  padding: 0 35px;
  display: inline-block;
  vertical-align: top;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 20px 0 0px;
}
.rtl .wrapper_404 .content_404 .block-bottom .btn-404 {
  float: right;
}
.wrapper_404 .content_404 .block-bottom .btn-404:hover {
  background-color: #670c37;
}
.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%;
}
.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 #941250 !important;
}
.vc_wp_search .widget_search .searchform input[type="text"] {
  border: 1px solid #ffffff;
}
.wpb_single_image .vc_single_image-wrapper img:hover {
  opacity: .85;
  filter: alpha(opacity=85);
}
#wp-calendar {
  width: 100%;
}
#wp-calendar caption {
  padding: 10px 0;
}
#wp-calendar tr th {
  text-align: center;
}
#wp-calendar tr td {
  padding: 10px 0;
}
#subscribe_popup {
  text-align: left;
  display: none;
  background-repeat: no-repeat;
  background-color: #fff;
  position: relative;
  width: 840px;
}
#subscribe_popup .subscribe-popup-container {
  padding: 15px;
}
#subscribe_popup .subscribe-popup-container .image-newsletter {
  width: 50%;
}
#subscribe_popup .subscribe-popup-container .subscribe-content {
  width: 50%;
  text-align: center;
  padding: 60px 0;
}
#subscribe_popup .subscribe-popup-container h2 {
  color: #222222;
  font-size: 36px;
  font-weight: 700 !important;
  margin-bottom: 17px;
}
#subscribe_popup .subscribe-popup-container .description {
  font-size: 17px;
  color: #444;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 30px;
}
#subscribe_popup .subscribe-popup-container .subscribe-form {
  margin-bottom: 15px;
  border: 0;
  max-width: 390px;
  position: relative;
  text-align: center;
}
#subscribe_popup .subscribe-popup-container .subscribe-form .mc4wp-form {
  display: inline-block;
  overflow: hidden;
}
#subscribe_popup .subscribe-popup-container .subscribe-form p,
#subscribe_popup .subscribe-popup-container .subscribe-form input {
  margin: 0;
}
#subscribe_popup .subscribe-popup-container .subscribe-form input[type="email"] {
  padding: 0 15px;
  height: 43px;
  line-height: 43px;
  overflow: hidden;
  display: block;
  font-size: 13px;
  border-radius: 0;
  border: 0;
  float: left;
  width: 200px;
  border: 1px solid #bfbfbf;
  border-right: 0;
}
.rtl #subscribe_popup .subscribe-popup-container .subscribe-form input[type="email"] {
  float: right;
  border-right: 1px solid #bfbfbf;
  border-left: 0;
}
#subscribe_popup .subscribe-popup-container .subscribe-form input[type="submit"] {
  background-color: #941250;
  height: 43px;
  width: auto;
  padding: 0 15px;
  float: left;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  border: 0;
  border-radius: 0;
}
.rtl #subscribe_popup .subscribe-popup-container .subscribe-form input[type="submit"] {
  float: right;
}
#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;
}
#subscribe_popup .subscribe-popup-container .subscribe-checkbox label {
  vertical-align: top;
  line-height: 25px;
  margin: 0;
  font-weight: normal;
  color: #222222;
  font-weight: 500;
}
#subscribe_popup .subscribe-popup-container .subscribe-checkbox label span {
  display: inline-block;
  vertical-align: top;
  line-height: 20px;
  color: #666;
  font-weight: 400;
}
#subscribe_popup .subscribe-social {
  padding: 0;
  text-align: center;
  position: relative;
  z-index: 3;
  margin-top: 10px;
}
#subscribe_popup .subscribe-social h3 {
  color: #fff;
  font-weight: 700 !important;
  font-size: 16px;
  text-transform: uppercase;
}
#subscribe_popup .subscribe-social > .subscribe-social-inner .emarket-socials ul {
  margin: 0;
}
#subscribe_popup .subscribe-social > .subscribe-social-inner .emarket-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 #eeeeee;
}
#subscribe_popup .subscribe-social > .subscribe-social-inner .emarket-socials ul > li > a:hover {
  border: 1px solid #941250;
  background-color: #941250;
  color: #fff;
}
.sw-instagram1 {
  margin-bottom: 100px;
}
.sw-instagram1 .resp-slider-container .slider {
  margin: 0 -5px;
  display: block;
  vertical-align: top;
  position: relative;
}
.sw-instagram1 .resp-slider-container .slider .item {
  position: relative;
  padding: 0;
  width: 16.66%;
  float: left;
}
.rtl .sw-instagram1 .resp-slider-container .slider .item {
  float: right;
}
.sw-instagram1 .resp-slider-container .slider .item > a {
  position: relative;
  display: block;
}
.sw-instagram1 .resp-slider-container .slider .item > a:before {
  content: '';
  background-color: #941250;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.sw-instagram1 .resp-slider-container .slider .item > a > .fa {
  position: absolute;
  z-index: 2;
  font-size: 32px;
  top: 50%;
  left: 50%;
  margin-top: -15px;
  margin-left: -15px;
  color: #fff;
  opacity: 0;
}
.sw-instagram1 .resp-slider-container .slider .item:hover > a > .fa {
  opacity: 1;
}
.sw-instagram1 .resp-slider-container .slider .item:hover > a:before {
  opacity: 0.5;
}
.sw-instagram1 .resp-slider-container .slider.col_1 .item {
  width: 100%;
}
.sw-instagram1 .resp-slider-container .slider.col_2 .item {
  width: 50%;
}
.sw-instagram1 .resp-slider-container .slider.col_3 .item {
  width: 33.333%;
}
.sw-instagram1 .resp-slider-container .slider.col_4 .item {
  width: 25%;
}
.sw-instagram1 .resp-slider-container .slider.col_5 .item {
  width: 20%;
}
.block-title-widget h2 {
  font-size: 20px;
  color: #000;
  font-weight: 600;
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
}
.sidebar .widget.widget_layered_nav ul {
  border: 0;
}
.best-selling-product {
  margin: 88px 0 47px;
}
.best-selling-product .box-slider-title {
  text-align: center;
}
.best-selling-product .box-slider-title h2 {
  display: inline-block;
  font-size: 24px;
  text-transform: uppercase;
  color: #941250;
  position: relative;
  font-weight: 600;
  margin-bottom: 22px;
  padding: 0 38px;
}
.best-selling-product .box-slider-title h2 span {
  font-weight: 400;
  text-transform: capitalize;
  color: #333;
}
.best-selling-product .box-slider-title h2:before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../assets/img/icon-rose1.png) no-repeat center center;
  position: absolute;
  top: -2px;
  left: 0;
}
.best-selling-product .box-slider-title h2:after {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../assets/img/icon-rose2.png) no-repeat center center;
  position: absolute;
  top: -2px;
  right: 0;
}
.best-selling-product .resp-slider-container {
  margin: 0;
}
.best-selling-product .resp-slider-container .image-banner {
  width: 58%;
}
.best-selling-product .resp-slider-container .image-banner a:hover img {
  opacity: 0.85;
}
.best-selling-product .resp-slider-container .slider {
  float: left;
  width: 42%;
  position: relative;
  margin: 0 -10px;
}
.rtl .best-selling-product .resp-slider-container .slider {
  float: right;
}
.best-selling-product .resp-slider-container .slider .item {
  padding: 0 10px;
  width: 50%;
  float: left;
}
.best-selling-product .resp-slider-container .slider .item .item-wrap {
  padding: 0;
  margin-bottom: 24px;
}
.best-selling-product .resp-slider-container .slider .item .item-wrap .item-detail {
  margin-bottom: 10px;
}
.best-selling-product .resp-slider-container .slider .item .item-wrap .item-detail .item-content .item-price {
  margin-bottom: 0;
}
.sw-best-seller-product {
  border: 1px solid #eeeeee;
}
.sw-best-seller-product >p {
  display: none;
}
.sw-best-seller-product .box-title {
  background-color: #f2f2f2;
}
.sw-best-seller-product .box-title h3 {
  position: relative;
  padding: 15px;
  color: #222222;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0;
}
.sw-best-seller-product .wrap-content {
  padding: 15px 15px 2px;
  border-top: 1px solid #eeeeee;
}
.sw-best-seller-product .wrap-content >p {
  display: none;
}
.sw-best-seller-product .wrap-content .item {
  overflow: hidden;
  margin-bottom: 20px;
}
.sw-best-seller-product .wrap-content .item >p {
  display: none;
}
.sw-best-seller-product .wrap-content .item .item-inner >p {
  display: none;
}
.sw-best-seller-product .wrap-content .item .item-img {
  float: left;
  width: 80px;
  margin-right: 10px;
  position: relative;
  z-index: 2;
}
.sw-best-seller-product .wrap-content .item .item-img:hover img {
  opacity: 0.85;
}
.rtl .sw-best-seller-product .wrap-content .item .item-img {
  float: right;
  margin-left: 10px;
  margin-right: 0;
}
.sw-best-seller-product .wrap-content .item .item-img br {
  display: none;
}
.sw-best-seller-product .wrap-content .item .item-content {
  position: relative;
  padding-top: 10px;
  overflow: hidden;
}
.sw-best-seller-product .wrap-content .item .item-content >p {
  display: none;
}
.sw-best-seller-product .wrap-content .item .item-content h4 a {
  color: #222222;
  font-weight: 500;
  font-size: 14px;
  text-transform: capitalize;
}
.sw-best-seller-product .wrap-content .item .item-content h4 a:hover {
  color: #941250;
}
.sw-best-seller-product .wrap-content .item .item-content .item-price {
  display: inline-block;
  vertical-align: top;
}
.sw-best-seller-product .wrap-content .item .item-content .item-price ins {
  margin: 0 10px 0 0;
}
.rtl .sw-best-seller-product .wrap-content .item .item-content .item-price ins {
  margin: 0 0 0 10px;
}
.sw-best-seller-product .wrap-content .item .item-content .item-price del {
  margin: 0;
  line-height: 22px;
}
.sw-best-seller-product .wrap-content .item .item-content .item-price .amount {
  font-size: 16px;
}
.sw-best-seller-product .wrap-content .item .item-content .item-price del .amount {
  font-size: 14px;
}
.sw-best-seller-product .wrap-content .item:last-child {
  margin-bottom: 0px;
}
.sw-woo-tab-default {
  margin-bottom: 90px;
}
.sw-woo-tab-default .resp-tab .box-title h3 {
  font-size: 24px;
  color: #040404;
  text-transform: uppercase;
  margin: 0 0 18px;
}
.sw-woo-tab-default .resp-tab .category-slider-content {
  overflow: hidden;
}
.sw-woo-tab-default .resp-tab .category-slider-content .button-collapse {
  display: none;
}
.sw-woo-tab-default .resp-tab .category-slider-content .nav-tabs-select {
  text-align: center;
}
.sw-woo-tab-default .resp-tab .category-slider-content .nav-tabs-select ul.nav-tabs {
  margin: 0 0 30px;
  display: inline-block;
  border: 0;
}
.sw-woo-tab-default .resp-tab .category-slider-content .nav-tabs-select ul.nav-tabs li {
  margin: 0 20px;
}
.rtl .sw-woo-tab-default .resp-tab .category-slider-content .nav-tabs-select ul.nav-tabs li {
  float: right;
}
.sw-woo-tab-default .resp-tab .category-slider-content .nav-tabs-select ul.nav-tabs li > a {
  border: 0;
  font-size: 14px;
  color: #555;
  text-transform: uppercase;
  padding: 0;
  line-height: 24px;
  font-weight: 400;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  margin: 0;
}
.sw-woo-tab-default .resp-tab .category-slider-content .nav-tabs-select ul.nav-tabs li > a:before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  background: #941250;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  left: 0;
  opacity: 0;
}
.rtl .sw-woo-tab-default .resp-tab .category-slider-content .nav-tabs-select ul.nav-tabs li > a:before {
  left: auto;
  right: 0;
}
.sw-woo-tab-default .resp-tab .category-slider-content .nav-tabs-select ul.nav-tabs li.active> a,
.sw-woo-tab-default .resp-tab .category-slider-content .nav-tabs-select ul.nav-tabs li:hover >a {
  color: #941250;
  position: relative;
  background: transparent;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 700;
}
.sw-woo-tab-default .resp-tab .category-slider-content .nav-tabs-select ul.nav-tabs li.active> a:before,
.sw-woo-tab-default .resp-tab .category-slider-content .nav-tabs-select ul.nav-tabs li:hover >a:before {
  opacity: 1;
}
.sw-woo-tab-default .resp-tab .category-slider-content .tab-content .tab-pane.active .res-button {
  position: absolute;
  top: 0;
  cursor: pointer;
  font-size: 18px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 23px;
  z-index: 9;
  border: 1px #eeeeee solid;
  background: #fff;
  border-radius: 50%;
}
.sw-woo-tab-default .resp-tab .category-slider-content .tab-content .tab-pane.active .res-button.slick-next {
  right: 0;
}
.rtl .sw-woo-tab-default .resp-tab .category-slider-content .tab-content .tab-pane.active .res-button.slick-next {
  left: 0;
  right: auto;
}
.sw-woo-tab-default .resp-tab .category-slider-content .tab-content .tab-pane.active .res-button.slick-next:before {
  content: '\f105';
  font-family: FontAwesome;
  color: #d5d5d5;
}
.rtl .sw-woo-tab-default .resp-tab .category-slider-content .tab-content .tab-pane.active .res-button.slick-next:before {
  content: '\f104';
}
.sw-woo-tab-default .resp-tab .category-slider-content .tab-content .tab-pane.active .res-button.slick-next:hover {
  background: #941250;
  border-color: #941250;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sw-woo-tab-default .resp-tab .category-slider-content .tab-content .tab-pane.active .res-button.slick-next:hover:before {
  color: #fff;
}
.sw-woo-tab-default .resp-tab .category-slider-content .tab-content .tab-pane.active .res-button.slick-prev {
  right: 30px;
}
.rtl .sw-woo-tab-default .resp-tab .category-slider-content .tab-content .tab-pane.active .res-button.slick-prev {
  left: 30px;
  right: auto;
}
.sw-woo-tab-default .resp-tab .category-slider-content .tab-content .tab-pane.active .res-button.slick-prev:before {
  content: '\f104';
  font-family: FontAwesome;
  color: #d5d5d5;
}
.rtl .sw-woo-tab-default .resp-tab .category-slider-content .tab-content .tab-pane.active .res-button.slick-prev:before {
  content: '\f105';
}
.sw-woo-tab-default .resp-tab .category-slider-content .tab-content .tab-pane.active .res-button.slick-prev:hover {
  background: #941250;
  border-color: #941250;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sw-woo-tab-default .resp-tab .category-slider-content .tab-content .tab-pane.active .res-button.slick-prev:hover:before {
  color: #fff;
}
.sw-woo-tab-default .resp-tab .category-slider-content .tab-content .tab-pane.active .res-button {
  top: 6px;
}
.sw-woo-tab-default .resp-tab .category-slider-content .tab-content .tab-pane .woo-tab-container-slider .slider .slick-list {
  margin: 0;
  padding: 0;
}
.sw-woo-tab-default .resp-tab .category-slider-content .tab-content .tab-pane .woo-tab-container-slider .slider .slick-list .item {
  margin: 0;
}
.sw-woo-tab-default .resp-tab .category-slider-content .tab-content .tab-pane .woo-tab-container-slider .slider .slick-list .item .item-wrap {
  margin-bottom: 28px;
}
.sw-woo-tab-default .resp-tab .category-slider-content .tab-content .tab-pane .woo-tab-container-slider .slider .slick-list .item .item-wrap:hover {
  -webkit-box-shadow: 0 0 8px #ddd;
  -moz-box-shadow: 0 0 8px #ddd;
  -o-box-shadow: 0 0 8px #ddd;
  -ms-box-shadow: 0 0 8px #ddd;
  box-shadow: 0 0 8px #ddd;
}
.sw-woo-tab-default .resp-tab .category-slider-content .tab-content .tab-pane .woo-tab-container-slider .slider .slick-list .item .item-wrap:hover .item-content h4 a {
  color: #941250;
}
.sw-woo-tab-default .resp-tab .category-slider-content .tab-content .tab-pane .woo-tab-container-slider .slider .slick-list .item .item-wrap:hover .item-content .item-bottom {
  bottom: 18px;
}
.sw-woo-tab-default .resp-tab .category-slider-content .tab-content .tab-pane .woo-tab-container-slider .slider .slick-list .item .item-wrap .products-thumb .sale-off {
  opacity: 0;
}
.sw-woo-tab-default .resp-tab .category-slider-content .tab-content .tab-pane .woo-tab-container-slider .slider .slick-list .item .item-wrap .item-content h4 a {
  color: #040404;
  font-size: 14px;
}
.sw-woo-tab-default .resp-tab .category-slider-content .tab-content .tab-pane .woo-tab-container-slider .slider .slick-list .item .item-wrap .item-content h4 a:hover {
  color: #941250;
}
.sw-woo-tab-default .resp-tab .category-slider-content .tab-content .tab-pane .woo-tab-container-slider .slider .slick-list .item .item-wrap .item-content .item-price {
  font-size: 18px;
  color: #ff3e3e;
  font-weight: 700;
}
.sw-woo-tab-default .resp-tab .category-slider-content .tab-content .tab-pane .woo-tab-container-slider .slider .slick-list .item .item-wrap .item-content .item-price del {
  font-size: 14px;
  font-weight: 400;
  color: #555;
}
.sw-woo-tab-default .resp-tab .category-slider-content .tab-content .tab-pane .woo-tab-container-slider .slider .slick-list .item .item-wrap .item-content .item-price ins {
  font-size: 18px;
  color: #ff3e3e;
}
.sw-woo-tab-default .resp-tab .category-slider-content .tab-content .tab-pane .woo-tab-container-slider .slider .slick-list .item .item-wrap:last-child {
  margin-bottom: 0;
}
.sw-woo-tab-style2 {
  margin: 45px 0 40px;
}
.sw-woo-tab-style2 .box-slider-title {
  text-align: center;
}
.sw-woo-tab-style2 .box-slider-title h2 {
  display: inline-block;
  font-size: 24px;
  text-transform: uppercase;
  color: #941250;
  position: relative;
  font-weight: 600;
  margin-bottom: 22px;
  padding: 0 38px;
}
.sw-woo-tab-style2 .box-slider-title h2 span {
  font-weight: 400;
  text-transform: capitalize;
  color: #333;
}
.sw-woo-tab-style2 .box-slider-title h2:before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../assets/img/icon-rose1.png) no-repeat center center;
  position: absolute;
  top: -2px;
  left: 0;
}
.sw-woo-tab-style2 .box-slider-title h2:after {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../assets/img/icon-rose2.png) no-repeat center center;
  position: absolute;
  top: -2px;
  right: 0;
}
.sw-woo-tab-style2 .resp-tab ul.nav.nav-tabs > li {
  margin: 0;
}
.sw-woo-tab-style2 .resp-tab ul.nav.nav-tabs > li > a {
  padding: 0 35px;
  position: relative;
  text-transform: capitalize;
  font-weight: 400;
  text-decoration: none;
  font-size: 18px;
  font-family: Montserrat;
}
.sw-woo-tab-style2 .resp-tab ul.nav.nav-tabs > li > a:before {
  content: '';
  width: 1px;
  height: 22px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #b9b9b9;
  color: #000;
}
.sw-woo-tab-style2 .resp-tab ul.nav.nav-tabs > li:last-child > a:before {
  width: 0;
  height: 0;
}
.sw-woo-tab-style2 .resp-tab ul.nav.nav-tabs > li:hover > a,
.sw-woo-tab-style2 .resp-tab ul.nav.nav-tabs > li.active > a {
  text-decoration: none;
}
.sw-best-seller-product-slider .box-title h3 {
  font-size: 18px;
  color: #000;
  font-weight: 600;
  padding: 5px 0;
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
}
.sw-best-seller-product-slider .customNavigation .btn-bs {
  width: 12px;
  height: 20px;
  display: inline-block;
  position: absolute;
  top: 5px;
  cursor: pointer;
}
.sw-best-seller-product-slider .customNavigation .btn-bs.prev-bs {
  right: 18px;
}
.sw-best-seller-product-slider .customNavigation .btn-bs.prev-bs:before {
  content: '\f104';
  font-family: FontAwesome;
  font-size: 16px;
  color: #b3b3b3;
}
.rtl .sw-best-seller-product-slider .customNavigation .btn-bs.prev-bs {
  left: 0;
  right: auto;
}
.sw-best-seller-product-slider .customNavigation .btn-bs.prev-bs:hover:before {
  color: #941250;
}
.sw-best-seller-product-slider .customNavigation .btn-bs.next-bs {
  right: 0;
}
.sw-best-seller-product-slider .customNavigation .btn-bs.next-bs:before {
  content: '\f105';
  font-family: FontAwesome;
  font-size: 16px;
  color: #b3b3b3;
}
.rtl .sw-best-seller-product-slider .customNavigation .btn-bs.next-bs {
  left: 18px;
  right: auto;
}
.sw-best-seller-product-slider .customNavigation .btn-bs.next-bs:hover:before {
  color: #941250;
}
.sw-best-seller-product-slider .carousel-inner .item .item-detail .item-inner {
  overflow: hidden;
  margin-bottom: 20px;
}
.sw-best-seller-product-slider .carousel-inner .item .item-detail .item-inner .item-img {
  max-width: 100px;
  margin-right: 20px;
  float: left;
}
.rtl .sw-best-seller-product-slider .carousel-inner .item .item-detail .item-inner .item-img {
  float: right;
  margin-left: 20px;
  margin-right: 0;
}
.sw-best-seller-product-slider .carousel-inner .item .item-detail .item-inner .item-content h4 {
  margin-bottom: 5px;
}
.sw-best-seller-product-slider .carousel-inner .item .item-detail .item-inner .item-content h4 a {
  font-size: 14px;
  color: #000;
  text-transform: capitalize;
  font-weight: 400;
}
.sw-best-seller-product-slider .carousel-inner .item .item-detail .item-inner .item-content h4 a:hover {
  color: #941250;
}
.sw-best-seller-product-slider .carousel-inner .item .item-detail .item-inner .item-content .reviews-content {
  margin: 10px 0;
}
.sw-best-seller-product-slider .carousel-inner .item .item-detail .item-inner .item-content .item-price {
  font-size: 16px;
  color: #ff3e3e;
  font-weight: 600;
}
.sw-best-seller-product-slider .carousel-inner .item .item-detail .item-inner .item-content .item-price ins {
  font-size: 16px;
  color: #ff3e3e;
  float: left;
}
.sw-best-seller-product-slider .carousel-inner .item .item-detail .item-inner .item-content .item-price del {
  font-size: 14px;
  float: right;
  font-weight: 400;
  color: #535353;
  line-height: 22px;
}
.widget_media_image:hover a {
  opacity: 0.85;
}
.woo-slider-theme1.style1 {
  margin: 15px 0 50px;
}
.woo-slider-theme1.style1 .banner-image {
  float: left;
  margin-right: 15px;
}
.rtl .woo-slider-theme1.style1 .banner-image {
  float: right;
  margin-left: 15px;
  margin-right: 0;
}
.woo-slider-theme1.style1 .banner-image img {
  width: auto;
}
.woo-slider-theme1.style2 {
  margin: 45px 0 68px;
}
.woo-slider-theme1.style2 .banner-image {
  float: right;
  margin-left: 15px;
}
.rtl .woo-slider-theme1.style2 .banner-image {
  float: left;
  margin-right: 15px;
  margin-left: 0;
}
.woo-slider-theme1.style2 .banner-image img {
  width: auto;
}
.woo-slider-theme2 {
  margin: 45px 0 40px;
}
.woo-slider-theme2 .box-slider-title {
  text-align: center;
}
.woo-slider-theme2 .box-slider-title h2 {
  display: inline-block;
  font-size: 24px;
  text-transform: uppercase;
  color: #941250;
  position: relative;
  font-weight: 600;
  margin-bottom: 22px;
  padding: 0 38px;
}
.woo-slider-theme2 .box-slider-title h2 span {
  font-weight: 400;
  text-transform: capitalize;
  color: #333;
}
.woo-slider-theme2 .box-slider-title h2:before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../assets/img/icon-rose1.png) no-repeat center center;
  position: absolute;
  top: -2px;
  left: 0;
}
.woo-slider-theme2 .box-slider-title h2:after {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../assets/img/icon-rose2.png) no-repeat center center;
  position: absolute;
  top: -2px;
  right: 0;
}
.woo-slider-theme2 .resp-slider-container .slider .item .item-wrap2 .item-detail .products-thumb .item-bottom {
  display: flex;
  width: 140px;
  margin-left: -70px;
}
.woo-slider-theme2 .resp-slider-container .slider .item .item-wrap2 .item-detail .products-thumb .item-bottom .add_to_cart_button,
.woo-slider-theme2 .resp-slider-container .slider .item .item-wrap2 .item-detail .products-thumb .item-bottom .product_type_variable,
.woo-slider-theme2 .resp-slider-container .slider .item .item-wrap2 .item-detail .products-thumb .item-bottom .product_type_simple,
.woo-slider-theme2 .resp-slider-container .slider .item .item-wrap2 .item-detail .products-thumb .item-bottom .product_type_grouped,
.woo-slider-theme2 .resp-slider-container .slider .item .item-wrap2 .item-detail .products-thumb .item-bottom .product_type_external {
  order: 2;
  background-color: #969696;
  width: 40px;
  height: 40px;
  line-height: 40px;
  min-width: 40px;
  color: #fff;
  margin: 0 10px;
}
.woo-slider-theme2 .resp-slider-container .slider .item .item-wrap2 .item-detail .products-thumb .item-bottom .add_to_cart_button:before,
.woo-slider-theme2 .resp-slider-container .slider .item .item-wrap2 .item-detail .products-thumb .item-bottom .product_type_variable:before,
.woo-slider-theme2 .resp-slider-container .slider .item .item-wrap2 .item-detail .products-thumb .item-bottom .product_type_simple:before,
.woo-slider-theme2 .resp-slider-container .slider .item .item-wrap2 .item-detail .products-thumb .item-bottom .product_type_grouped:before,
.woo-slider-theme2 .resp-slider-container .slider .item .item-wrap2 .item-detail .products-thumb .item-bottom .product_type_external:before {
  font-size: 20px;
}
.woo-slider-theme2 .resp-slider-container .slider .item .item-wrap2 .item-detail .products-thumb .item-bottom .add_to_cart_button:hover,
.woo-slider-theme2 .resp-slider-container .slider .item .item-wrap2 .item-detail .products-thumb .item-bottom .product_type_variable:hover,
.woo-slider-theme2 .resp-slider-container .slider .item .item-wrap2 .item-detail .products-thumb .item-bottom .product_type_simple:hover,
.woo-slider-theme2 .resp-slider-container .slider .item .item-wrap2 .item-detail .products-thumb .item-bottom .product_type_grouped:hover,
.woo-slider-theme2 .resp-slider-container .slider .item .item-wrap2 .item-detail .products-thumb .item-bottom .product_type_external:hover {
  background-color: #941250;
}
.woo-slider-theme2 .resp-slider-container .slider .item .item-wrap2 .item-detail .products-thumb .item-bottom .yith-wcwl-add-to-wishlist {
  order: 3;
  margin: 0;
}
.woo-slider-theme2 .resp-slider-container .slider .item .item-wrap2 .item-detail .products-thumb .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.woo-slider-theme2 .resp-slider-container .slider .item .item-wrap2 .item-detail .products-thumb .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.woo-slider-theme2 .resp-slider-container .slider .item .item-wrap2 .item-detail .products-thumb .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
.woo-slider-theme2 .resp-slider-container .slider .item .item-wrap2 .item-detail .products-thumb .item-bottom .sw-quickview {
  background-color: #969696;
  width: 40px;
  height: 40px;
  line-height: 40px;
  min-width: 40px;
  color: #fff;
}
.woo-slider-theme2 .resp-slider-container .slider .item .item-wrap2 .item-detail .products-thumb .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,
.woo-slider-theme2 .resp-slider-container .slider .item .item-wrap2 .item-detail .products-thumb .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.woo-slider-theme2 .resp-slider-container .slider .item .item-wrap2 .item-detail .products-thumb .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before,
.woo-slider-theme2 .resp-slider-container .slider .item .item-wrap2 .item-detail .products-thumb .item-bottom .sw-quickview:before {
  font-size: 20px;
}
.woo-slider-theme2 .resp-slider-container .slider .item .item-wrap2 .item-detail .products-thumb .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover,
.woo-slider-theme2 .resp-slider-container .slider .item .item-wrap2 .item-detail .products-thumb .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover,
.woo-slider-theme2 .resp-slider-container .slider .item .item-wrap2 .item-detail .products-thumb .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover,
.woo-slider-theme2 .resp-slider-container .slider .item .item-wrap2 .item-detail .products-thumb .item-bottom .sw-quickview:hover {
  background-color: #941250;
}
.woo-slider-theme2 .resp-slider-container .slider .item .item-wrap2 .item-detail .products-thumb .item-bottom .sw-quickview {
  order: 1;
}
.testimonial-slider.layout1 .carousel-indicators {
  width: 40px;
  margin: 0;
  left: 40px;
  bottom: 20px;
  z-index: 2;
}
.rtl .testimonial-slider.layout1 .carousel-indicators {
  right: 40px;
  left: auto;
}
.testimonial-slider.layout1 .carousel-indicators > li {
  background-color: #ccc;
  border: 0;
  width: 8px !important;
  height: 8px !important;
  margin: 0;
}
.testimonial-slider.layout1 .carousel-indicators > li.active {
  background-color: #941250;
}
.testimonial-slider.layout1 .carousel-inner .item {
  padding: 0;
}
.testimonial-slider.layout1 .carousel-inner .item .item-inner {
  padding: 20px 27px 15px;
  border: 1px solid #e0e0e0;
}
.testimonial-slider.layout1 .carousel-inner .item .item-inner .item-image {
  float: left;
  max-width: 60px;
}
.rtl .testimonial-slider.layout1 .carousel-inner .item .item-inner .item-image {
  float: right;
}
.testimonial-slider.layout1 .carousel-inner .item .item-inner .item-image img {
  border-radius: 50%;
}
.testimonial-slider.layout1 .carousel-inner .item .item-inner .item-content {
  margin-left: 80px;
}
.rtl .testimonial-slider.layout1 .carousel-inner .item .item-inner .item-content {
  margin-right: 80px;
  margin-left: 0;
}
.testimonial-slider.layout1 .carousel-inner .item .item-inner .item-content .name-client h2 {
  font-size: 14px !important;
  color: #333;
  font-weight: 700;
  margin-bottom: 5px !important;
  padding-bottom: 0 !important;
}
.testimonial-slider.layout1 .carousel-inner .item .item-inner .item-content .client-comment {
  font-size: 12px;
  color: #777;
  line-height: 18px;
}
.testimonial-about {
  background: url(../assets/img/bg-test2.jpg) no-repeat;
  padding: 60px 40px 80px;
}
.testimonial-slider2.layout2 .carousel-indicators {
  width: auto;
  bottom: -60px;
  left: auto;
  right: 70px;
  margin: 0;
}
.rtl .testimonial-slider2.layout2 .carousel-indicators {
  left: 70px;
  right: auto;
}
.testimonial-slider2.layout2 .carousel-indicators li {
  width: 12px;
  height: 12px;
  border: 1px solid #a4a3a2;
  padding: 1px;
  background-color: transparent;
  margin: 0 4px;
  border-radius: 12px;
}
.testimonial-slider2.layout2 .carousel-indicators li.active,
.testimonial-slider2.layout2 .carousel-indicators li:hover {
  background-color: #941250;
  margin: 0 4px;
}
.testimonial-slider2.layout2 .carousel-inner .item .item-inner .item-image {
  float: left;
  max-width: 160px;
  border-radius: 50%;
  margin-right: 52px;
}
.rtl .testimonial-slider2.layout2 .carousel-inner .item .item-inner .item-image {
  float: right;
  margin-left: 52px;
  margin-right: 0;
}
.testimonial-slider2.layout2 .carousel-inner .item .item-inner .item-image img {
  display: block;
  border-radius: 50%;
}
.testimonial-slider2.layout2 .carousel-inner .item .item-inner .item-content {
  text-align: left;
}
.rtl .testimonial-slider2.layout2 .carousel-inner .item .item-inner .item-content {
  text-align: right;
}
.testimonial-slider2.layout2 .carousel-inner .item .item-inner .item-content .name-client h2 {
  display: inline-block;
  height: 40px;
  border-radius: 2px;
  background-color: #941250;
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
  padding: 0 13px;
  margin: 0 0 25px;
  font-weight: 700;
  line-height: 40px;
}
.testimonial-slider2.layout2 .carousel-inner .item .item-inner .item-content .client-comment {
  font-size: 15px;
  color: #555;
  line-height: 24px;
  margin-right: 60px;
}
.rtl .testimonial-slider2.layout2 .carousel-inner .item .item-inner .item-content .client-comment {
  margin-left: 60px;
  margin-right: 0;
}
.responsive-post-slider {
  margin: 95px 0 100px;
}
.responsive-post-slider .box-title {
  text-align: center;
}
.responsive-post-slider .box-title h3 {
  font-size: 24px;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
}
.responsive-post-slider .box-title .description {
  font-size: 14px;
  color: #555;
  margin-bottom: 20px;
}
.responsive-post-slider .slider .slick-list {
  margin: 0 -15px;
}
.responsive-post-slider .slider .slick-list .item {
  padding: 0 15px;
}
.responsive-post-slider .slider .slick-list .item .item-inner .item-detail .item-img:hover img {
  opacity: 0.85;
}
.responsive-post-slider .slider .slick-list .item .item-inner .item-detail .entry-content {
  padding: 15px 0 5px;
}
.responsive-post-slider .slider .slick-list .item .item-inner .item-detail .entry-content .entry-meta {
  font-size: 13px;
  color: #909090;
  margin: 0 0 15px;
  overflow: hidden;
}
.responsive-post-slider .slider .slick-list .item .item-inner .item-detail .entry-content .entry-meta .fa {
  margin-right: 10px;
}
.responsive-post-slider .slider .slick-list .item .item-inner .item-detail .entry-content .item-title h4 {
  margin-bottom: 10px;
}
.responsive-post-slider .slider .slick-list .item .item-inner .item-detail .entry-content .item-title h4 a {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 24px;
}
.responsive-post-slider .slider .slick-list .item .item-inner .item-detail .entry-content .item-title h4 a:hover {
  color: #941250;
}
.responsive-post-slider .slider .slick-list .item .item-inner .item-detail .entry-content .description {
  font-size: 14px;
  color: #555;
  line-height: 24px;
}
.responsive-post-slider .slider .slick-list .item .item-inner .item-detail .entry-content a.read_more {
  height: 32px;
  display: inline-block;
  padding: 0 23px;
  line-height: 32px;
  background-color: #941250;
  color: #fff;
  -webkit-box-shadow: -1px 1px 5px #999;
  -moz-box-shadow: -1px 1px 5px #999;
  -o-box-shadow: -1px 1px 5px #999;
  -ms-box-shadow: -1px 1px 5px #999;
  box-shadow: -1px 1px 5px #999;
  margin: 20px 0 0;
}
.responsive-post-slider .slider .slick-list .item .item-inner .item-detail .entry-content a.read_more:hover {
  background-color: #7d0f44;
}
.responsive-post-slider2 {
  margin: 80px 0 70px;
}
.responsive-post-slider2 .box-slider-title {
  text-align: center;
}
.responsive-post-slider2 .box-slider-title h2 {
  display: inline-block;
  font-size: 24px;
  text-transform: uppercase;
  color: #941250;
  position: relative;
  font-weight: 600;
  margin-bottom: 22px;
  padding: 0 38px;
}
.responsive-post-slider2 .box-slider-title h2 span {
  font-weight: 400;
  text-transform: capitalize;
  color: #333;
}
.responsive-post-slider2 .box-slider-title h2:before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../assets/img/icon-rose1.png) no-repeat center center;
  position: absolute;
  top: -2px;
  left: 0;
}
.responsive-post-slider2 .box-slider-title h2:after {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../assets/img/icon-rose2.png) no-repeat center center;
  position: absolute;
  top: -2px;
  right: 0;
}
.responsive-post-slider2 .box-slider-title h2 {
  margin-bottom: 30px;
}
.responsive-post-slider2 .slider {
  position: relative;
  margin: 0 -15px;
}
.responsive-post-slider2 .slider .item {
  padding: 0 15px;
}
.responsive-post-slider2 .slider .item .item-img {
  position: relative;
}
.responsive-post-slider2 .slider .item .item-img:hover img {
  opacity: 0.85;
}
.responsive-post-slider2 .slider .item .item-img .entry-meta {
  position: absolute;
  top: 15px;
  left: 15px;
  background-color: #fff;
  border-radius: 4px;
}
.rtl .responsive-post-slider2 .slider .item .item-img .entry-meta {
  right: 15px;
  left: auto;
}
.responsive-post-slider2 .slider .item .item-img .entry-meta .entry-date {
  display: inline-block;
  height: 43px;
  width: 43px;
  text-align: center;
}
.responsive-post-slider2 .slider .item .item-img .entry-meta .entry-date .days {
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: #941250;
}
.responsive-post-slider2 .slider .item .item-img .entry-meta .entry-date .month {
  display: inline-block;
  font-weight: 400;
  color: #000;
  text-transform: uppercase;
}
.responsive-post-slider2 .slider .item .entry-content {
  padding: 20px 0 0;
}
.responsive-post-slider2 .slider .item .entry-content h4 a {
  font-size: 16px;
  color: #000;
  font-weight: 300;
  font-weight: 700;
}
.responsive-post-slider2 .slider .item .entry-content h4 a:hover {
  color: #941250;
}
.responsive-post-slider2 .slider .item .entry-meta {
  font-size: 13px;
  color: #666;
  font-style: italic;
  margin: 0 0 10px;
}
.responsive-post-slider2 .slider .item .entry-meta .entry-author {
  margin-right: 20px;
}
.rtl .responsive-post-slider2 .slider .item .entry-meta .entry-author {
  margin-left: 20px;
  margin-right: 0;
}
.responsive-post-slider2 .slider .item .entry-meta .entry-author a {
  color: #000;
}
.responsive-post-slider2 .slider .item .description {
  font-size: 13px;
  color: #666;
  line-height: 24px;
}
.responsive-post-slider3 {
  position: relative;
}
.responsive-post-slider3 .res-button {
  display: inline-block;
  position: absolute;
  top: 10px;
  width: 12px;
  height: 12px;
  color: #afafaf;
  cursor: pointer;
}
.responsive-post-slider3 .res-button:hover {
  color: #941250;
}
.responsive-post-slider3 .res-button:before {
  font-size: 20px;
  font-family: FontAwesome;
}
.responsive-post-slider3 .res-button.slick-next {
  right: 0;
}
.rtl .responsive-post-slider3 .res-button.slick-next {
  left: 15px;
  right: auto;
}
.responsive-post-slider3 .res-button.slick-next:before {
  content: '\f105';
}
.responsive-post-slider3 .res-button.slick-prev {
  right: 15px;
}
.rtl .responsive-post-slider3 .res-button.slick-prev {
  left: 0;
  right: auto;
}
.responsive-post-slider3 .res-button.slick-prev:before {
  content: '\f104';
}
.responsive-post-slider3 .resp-slider-container .box-title h3 {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}
.responsive-post-slider3 .resp-slider-container .slider .slick-list .item .item-inner {
  margin: 0 0 20px;
  overflow: hidden;
}
.responsive-post-slider3 .resp-slider-container .slider .slick-list .item .item-inner .item-detail .item-img {
  float: left;
  max-width: 100px;
  margin-right: 10px;
}
.responsive-post-slider3 .resp-slider-container .slider .slick-list .item .item-inner .item-detail .item-img:hover img {
  opacity: 0.85;
}
.rtl .responsive-post-slider3 .resp-slider-container .slider .slick-list .item .item-inner .item-detail .item-img {
  float: right;
  margin-left: 10px;
  margin-right: 0;
}
.responsive-post-slider3 .resp-slider-container .slider .slick-list .item .item-inner .item-detail .entry-content .item-title h4 a {
  font-size: 14px;
  color: #000;
}
.responsive-post-slider3 .resp-slider-container .slider .slick-list .item .item-inner .item-detail .entry-content .item-title h4 a:hover {
  color: #941250;
}
.responsive-post-slider3 .resp-slider-container .slider .slick-list .item .item-inner .item-detail .entry-content .entry-date {
  color: #909090;
  font-size: 13px;
}
.responsive-post-slider3 .resp-slider-container .slider .slick-list .item .item-inner .item-detail .entry-content .entry-date i {
  margin-right: 8px;
}
.rtl .responsive-post-slider3 .resp-slider-container .slider .slick-list .item .item-inner .item-detail .entry-content .entry-date i {
  margin-left: 8px;
  margin-right: 0;
}
.responsive-post-slider4 {
  border-top: 1px solid #d3d3d3;
  padding-bottom: 75px;
  margin-top: 65px;
}
.home-style4 .responsive-post-slider4 {
  margin-top: 0;
}
.responsive-post-slider4 .resp-slider-container .box-slider-title {
  overflow: hidden;
  margin-bottom: 8px;
}
.responsive-post-slider4 .resp-slider-container .box-slider-title h2 {
  text-align: center;
  padding: 65px 0 25px;
  color: #1b1b1b;
  text-transform: capitalize;
}
.home-style4 .responsive-post-slider4 .resp-slider-container .box-slider-title h2 {
  padding-top: 72px;
}
.responsive-post-slider4 .resp-slider-container .slick-slider {
  margin: 0 -15px;
}
.responsive-post-slider4 .resp-slider-container .slick-slider .item {
  padding: 0 15px;
}
.responsive-post-slider4 .resp-slider-container .slick-slider .item .item-inner {
  text-align: center;
}
.responsive-post-slider4 .resp-slider-container .slick-slider .item .item-inner .img_over {
  position: relative;
  margin: 0 0 25px;
}
.responsive-post-slider4 .resp-slider-container .slick-slider .item .item-inner .img_over:hover img {
  opacity: 0.85;
}
.responsive-post-slider4 .resp-slider-container .slick-slider .item .item-inner .img_over .latest_post_date {
  height: 66px;
  width: 60px;
  background: #941250;
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 8px 5px;
}
.rtl .responsive-post-slider4 .resp-slider-container .slick-slider .item .item-inner .img_over .latest_post_date {
  right: auto;
  left: 20px;
}
.responsive-post-slider4 .resp-slider-container .slick-slider .item .item-inner .img_over .latest_post_date span {
  display: block;
}
.responsive-post-slider4 .resp-slider-container .slick-slider .item .item-inner .img_over .latest_post_date .post_day {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  font-family: 'LoraRegular';
}
.responsive-post-slider4 .resp-slider-container .slick-slider .item .item-inner .img_over .latest_post_date .post_my {
  color: #fff;
  font-size: 14px;
  font-family: 'LoraItalic';
}
.responsive-post-slider4 .resp-slider-container .slick-slider .item .item-inner .entry-content {
  position: relative;
  padding: 0 10px 10px;
  z-index: 4;
  background-color: #fff;
}
.responsive-post-slider4 .resp-slider-container .slick-slider .item .item-inner .entry-content h4 {
  margin: 6px 0 23px 0;
}
.responsive-post-slider4 .resp-slider-container .slick-slider .item .item-inner .entry-content h4 a {
  color: #941250;
  font-size: 20px;
  text-transform: capitalize;
}
.responsive-post-slider4 .resp-slider-container .slick-slider .item .item-inner .entry-content h4 a:hover {
  color: #7d0f44;
}
.responsive-post-slider4 .resp-slider-container .slick-slider .item .item-inner .entry-content .description {
  line-height: 21px;
  margin-bottom: 28px;
}
.responsive-post-slider4 .resp-slider-container .slick-slider .item .item-inner .entry-content .readmore a {
  color: #bbb;
}
.responsive-post-slider4 .resp-slider-container .slick-slider .item .item-inner .entry-content .readmore a:hover {
  color: #941250;
}
.responsive-post-slider4 .resp-slider-container .slick-slider .item .item-inner .entry-content .readmore a i {
  padding: 0 5px;
}
.rtl .responsive-post-slider4 .resp-slider-container .slick-slider .item .item-inner .entry-content .readmore a i:before {
  content: '\f104';
}
.margin-style1 {
  margin-bottom: 75px;
}
.countdown-slider {
  padding: 0px;
  margin: 75px 0 0;
  border: 1px solid #e1e1e1;
  position: relative;
}
.countdown-slider .res-button {
  position: absolute;
  top: 50%;
  color: #777;
  z-index: 5;
  cursor: pointer;
}
.countdown-slider .res-button:hover {
  color: #ddd;
}
.countdown-slider .res-button:before {
  font-family: FontAwesome;
  font-size: 32px;
}
.countdown-slider .res-button.slick-prev {
  left: 20px;
}
.countdown-slider .res-button.slick-prev:before {
  content: '\f104';
}
.countdown-slider .res-button.slick-next {
  right: 20px;
}
.countdown-slider .res-button.slick-next:before {
  content: '\f105';
}
.countdown-slider .resp-slider-container .slider .item-countdown .item-wrap .item-image-countdown {
  position: relative;
  text-align: center;
}
.countdown-slider .resp-slider-container .slider .item-countdown .item-wrap .item-image-countdown a {
  display: inline-block;
  max-width: 100%;
}
.countdown-slider .resp-slider-container .slider .item-countdown .item-wrap .item-image-countdown .sale-off {
  position: absolute;
  top: 40px;
  right: 16px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  background-color: #35a2ff;
  height: 24px;
  line-height: 24px;
  border-radius: 0;
  padding: 0 3px;
}
.countdown-slider .resp-slider-container .slider .item-countdown .item-wrap .item-image-countdown .sale-off:before {
  content: '';
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-right: 12px solid #35a2ff;
  left: -12px;
  position: absolute;
}
.countdown-slider .resp-slider-container .slider .item-countdown .item-wrap .item-image-countdown .label-hotdeal {
  position: absolute;
  top: 30px;
  left: 30px;
  display: inline-blockl;
  width: 103px;
  height: 90px;
  background: url(../assets/img/icon-deal.png) no-repeat;
}
.countdown-slider .resp-slider-container .slider .item-countdown .item-wrap .item-content {
  padding: 18px 30px 30px;
}
.countdown-slider .resp-slider-container .slider .item-countdown .item-wrap .item-content h4 {
  text-align: center;
}
.countdown-slider .resp-slider-container .slider .item-countdown .item-wrap .item-content h4 a {
  color: #941250;
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
}
.countdown-slider .resp-slider-container .slider .item-countdown .item-wrap .item-content .secretsho-stock {
  color: #000;
  margin-bottom: 17px;
}
.countdown-slider .resp-slider-container .slider .item-countdown .item-wrap .item-content .secretsho-stock .stock-avail span,
.countdown-slider .resp-slider-container .slider .item-countdown .item-wrap .item-content .secretsho-stock .stock-sold span {
  color: #941250;
}
.countdown-slider .resp-slider-container .slider .item-countdown .item-wrap .item-content .sales-bar {
  margin-bottom: 20px;
}
.countdown-slider .resp-slider-container .slider .item-countdown .item-wrap .item-content .sales-bar .sales-bar-total {
  width: 100%;
  position: relative;
  height: 15px;
  border-radius: 20px;
  background: #ededed;
}
.countdown-slider .resp-slider-container .slider .item-countdown .item-wrap .item-content .sales-bar .sales-bar-total > span {
  display: block;
  position: absolute;
  left: 0;
  height: 15px;
  top: 0;
  background: #941250;
  border-radius: 20px;
}
.rtl .countdown-slider .resp-slider-container .slider .item-countdown .item-wrap .item-content .sales-bar .sales-bar-total > span {
  left: auto;
  right: 0;
}
.countdown-slider .resp-slider-container .slider .item-countdown .item-wrap .item-content .item-bottom {
  overflow: hidden;
}
.countdown-slider .resp-slider-container .slider .item-countdown .item-wrap .item-content .item-bottom .item-price {
  float: left;
}
.rtl .countdown-slider .resp-slider-container .slider .item-countdown .item-wrap .item-content .item-bottom .item-price {
  float: right;
}
.countdown-slider .resp-slider-container .slider .item-countdown .item-wrap .item-content .item-bottom .item-price > span {
  display: inline-block;
}
.countdown-slider .resp-slider-container .slider .item-countdown .item-wrap .item-content .item-bottom .item-price > span del {
  float: right;
  color: #555;
  font-size: 14px;
  line-height: 24px;
}
.countdown-slider .resp-slider-container .slider .item-countdown .item-wrap .item-content .item-bottom .item-price > span ins {
  float: left;
  font-size: 21px;
  color: #ff3e3e;
  font-weight: 700;
}
.countdown-slider .resp-slider-container .slider .item-countdown .item-wrap .item-content .item-bottom a.button,
.countdown-slider .resp-slider-container .slider .item-countdown .item-wrap .item-content .item-bottom a.add_to_cart_button {
  float: right;
  font-size: 14px;
  color: #941250;
  height: 30px;
  border: 1px solid #941250;
  border-radius: 3px;
  line-height: 28px;
  padding: 0 10px 0 30px;
  display: inline-block;
  background: url(../assets/img/icon-cart1.png) no-repeat left 10px center;
}
.countdown-slider .resp-slider-container .slider .item-countdown .item-wrap .item-content .item-bottom a.button:hover,
.countdown-slider .resp-slider-container .slider .item-countdown .item-wrap .item-content .item-bottom a.add_to_cart_button:hover {
  background: url(../assets/img/icon-cart2.png) no-repeat left 10px center #941250;
  color: #fff;
}
.rtl .countdown-slider .resp-slider-container .slider .item-countdown .item-wrap .item-content .item-bottom a.button,
.rtl .countdown-slider .resp-slider-container .slider .item-countdown .item-wrap .item-content .item-bottom a.add_to_cart_button {
  float: left;
}
.testimonial-slider.indicators_up2 {
  padding-bottom: 42px;
}
.testimonial-slider.indicators_up2 .client-say-wrapper .carousel-inner .item .item-inner {
  width: 50%;
  float: left;
  padding: 0 15px;
  margin: 0 0 30px;
}
.testimonial-slider.indicators_up2 .client-say-wrapper .carousel-inner .item .item-inner .item-detail {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px 20px 20px 50px;
}
.testimonial-slider.indicators_up2 .client-say-wrapper .carousel-inner .item .item-inner .item-detail .content-info .des {
  font-size: 13px;
  line-height: 20px;
  color: #555;
  position: relative;
  margin-bottom: 10px;
}
.testimonial-slider.indicators_up2 .client-say-wrapper .carousel-inner .item .item-inner .item-detail .content-info .des:before {
  content: '';
  background: url(../assets/img/icon-quote.png) no-repeat center center;
  display: inline-block;
  width: 20px;
  height: 17px;
  position: absolute;
  left: -30px;
  top: 0;
}
.testimonial-slider.indicators_up2 .client-say-wrapper .carousel-inner .item .item-inner .item-detail .content-info .name-client {
  text-align: right;
}
.testimonial-slider.indicators_up2 .client-say-wrapper .carousel-inner .item .item-inner .item-detail .content-info .name-client > a {
  position: relative;
  font-size: 13px;
  color: #000;
  text-transform: capitalize;
}
.testimonial-slider.indicators_up2 .client-say-wrapper .carousel-inner .item .item-inner .item-detail .content-info .name-client > a:before {
  content: '';
  width: 20px;
  height: 1px;
  background-color: #555;
  top: 8px;
  left: -30px;
  display: inline-block;
  position: absolute;
}
.testimonial-slider.indicators_up2 .client-say-wrapper .carousel-indicators {
  position: absolute;
  left: 40px;
  bottom: 20px;
}
.rtl .testimonial-slider.indicators_up2 .client-say-wrapper .carousel-indicators {
  right: 40px;
  left: auto;
  width: auto;
}
.testimonial-slider.indicators_up2 .client-say-wrapper .carousel-indicators li {
  width: 7px;
  height: 7px;
  background-color: #555;
  margin: 0 3px;
  border: 0;
}
.testimonial-slider.indicators_up2 .client-say-wrapper .carousel-indicators li.active {
  width: 20px;
}
.sw_tab_countdown2 {
  position: relative;
}
.sw_tab_countdown2 .tab-countdown-slide {
  overflow: hidden;
}
.sw_tab_countdown2 .tab-countdown-slide .top-tab-slider {
  max-width: 172px;
  position: absolute;
  top: 0px;
  right: 0;
}
.rtl .sw_tab_countdown2 .tab-countdown-slide .top-tab-slider {
  left: 0;
  right: auto;
}
.sw_tab_countdown2 .tab-countdown-slide .top-tab-slider .sw-tab-slider {
  position: relative;
  padding-top: 50px;
}
.sw_tab_countdown2 .tab-countdown-slide .top-tab-slider .sw-tab-slider .res-button {
  position: absolute;
  left: 50%;
  width: 20px;
  height: 20px;
  line-height: 20px;
  display: inline-block;
  border-radius: 50%;
  background-color: #fff;
  margin-left: -10px;
  text-align: center;
  color: #666;
  cursor: pointer;
}
.sw_tab_countdown2 .tab-countdown-slide .top-tab-slider .sw-tab-slider .res-button:hover {
  color: #fff;
  background-color: #909090;
}
.sw_tab_countdown2 .tab-countdown-slide .top-tab-slider .sw-tab-slider .res-button:before {
  font-family: FontAwesome;
  font-size: 12px;
}
.sw_tab_countdown2 .tab-countdown-slide .top-tab-slider .sw-tab-slider .res-button.slick-prev {
  top: 10px;
  line-height: 18px;
}
.sw_tab_countdown2 .tab-countdown-slide .top-tab-slider .sw-tab-slider .res-button.slick-prev:before {
  content: '\f077';
  margin-left: 1px;
}
.sw_tab_countdown2 .tab-countdown-slide .top-tab-slider .sw-tab-slider .res-button.slick-next {
  bottom: 170px;
}
.sw_tab_countdown2 .tab-countdown-slide .top-tab-slider .sw-tab-slider .res-button.slick-next:before {
  content: '\f078';
}
.sw_tab_countdown2 .tab-countdown-slide .top-tab-slider .sw-tab-slider ul.slick-vertical {
  margin: 0;
}
.sw_tab_countdown2 .tab-countdown-slide .top-tab-slider .sw-tab-slider ul.slick-vertical li {
  margin: 0 0 25px;
  border: 0;
}
.sw_tab_countdown2 .tab-countdown-slide .top-tab-slider .sw-tab-slider ul.slick-vertical li img {
  border: 1px solid #dedede;
}
.sw_tab_countdown2 .tab-countdown-slide .tab-content {
  float: left;
  width: 88%;
  padding: 35px 0 65px;
}
.rtl .sw_tab_countdown2 .tab-countdown-slide .tab-content {
  float: right;
}
.sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item {
  padding: 0;
}
.sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-detail {
  background-color: transparent;
}
.sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .products-thumb {
  float: left;
  max-width: 405px;
  margin-right: 40px;
  position: relative;
}
.rtl .sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .products-thumb {
  float: right;
  margin-left: 40px;
  margin-right: 0;
}
.sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .products-thumb:before {
  content: '';
  position: absolute;
  top: 30px;
  left: 20px;
  display: inline-block;
  width: 103px;
  height: 90px;
  background: url(../assets/img/icon-deal.png) no-repeat;
}
.sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .products-thumb img {
  border: 1px solid #dfdfdf;
}
.sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-content {
  text-align: left;
  padding: 15px 70px 15px 0;
}
.rtl .sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-content {
  text-align: right;
  padding: 15px 0px 15px 70px;
}
.sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-content h4 a {
  font-size: 24px;
  color: #941250;
  font-weight: 600;
}
.sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-content h4 a:hover {
  color: #941250;
}
.sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-content .description {
  color: #555;
  font-size: 14px;
  line-height: 24px;
  margin: 15px 0;
}
.sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-content .group-price {
  overflow: hidden;
}
.sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-content .group-price .item-price {
  float: left;
}
.rtl .sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-content .group-price .item-price {
  float: right;
}
.sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-content .group-price .rozy-stock {
  float: right;
  padding: 20px;
}
.rtl .sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-content .group-price .rozy-stock {
  float: left;
}
.sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-content .group-price .rozy-stock .stock-avail {
  color: #555;
  font-size: 18px;
}
.sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-content .group-price .rozy-stock .stock-avail span {
  font-weight: 600;
  font-size: 24px;
  color: #0063d6;
}
.sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-content .item-price {
  margin: 20px 0;
}
.sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-content .item-price del {
  color: #666;
  line-height: 26px;
}
.sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-content .item-price ins {
  font-size: 24px;
  color: #0063d6;
  font-weight: 600;
}
.sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-content .countdown-show4 .countdown-section {
  padding: 13px 0;
  display: inline-block;
  width: 64px;
  height: 64px;
  background-color: #fff;
  border-radius: 50%;
  text-align: center;
  -webkit-box-shadow: -1px 1px 2px #666;
  -moz-box-shadow: -1px 1px 2px #666;
  -o-box-shadow: -1px 1px 2px #666;
  -ms-box-shadow: -1px 1px 2px #666;
  box-shadow: -1px 1px 2px #666;
  margin-right: 25px;
}
.rtl .sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-content .countdown-show4 .countdown-section {
  margin-left: 25px;
  margin-right: 0;
}
.sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-content .countdown-show4 .countdown-section .countdown-amount {
  display: block;
  font-size: 21px;
  color: #941250;
  font-weight: 700;
  width: auto;
  height: auto;
  line-height: normal;
  margin: 0 5px;
  background-color: #fff;
  border-radius: 100%;
}
.sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-content .countdown-show4 .countdown-section .countdown-period {
  display: block;
  text-transform: uppercase;
  font-size: 11px;
  color: #000;
}
.sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-content .expoler-now {
  color: #555;
  font-size: 14px;
  display: block;
  margin-top: 30px;
  position: relative;
  letter-spacing: 1px;
  font-weight: 600;
  display: inline-block;
  font-family: Montserrat;
}
.sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-content .expoler-now:hover {
  color: #941250;
}
.sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-content .expoler-now:hover:before {
  background: url(../assets/img/icon-more1.png) no-repeat;
}
.sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-content .expoler-now:before {
  content: '';
  width: 10px;
  height: 7px;
  background: url(../assets/img/icon-more.png) no-repeat;
  position: absolute;
  top: 5px;
  right: -14px;
}
.rtl .sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap .item-content .expoler-now:before {
  left: -14px;
  right: auto;
  transform: rotate(180deg);
}
.sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.sw_tab_countdown2 .tab-countdown-slide .tab-content .tab-pane .item .item-wrap:hover .item-price {
  opacity: 1;
}
.countdown-slider1 {
  padding: 21px 30px;
  border: 1px solid #e0e0e0;
  position: relative;
  margin-bottom: 100px;
}
.countdown-slider1 .res-button {
  position: absolute;
  top: 80px;
  left: 30px;
  width: 9px;
  height: 17px;
  cursor: pointer;
  z-index: 2;
}
.rtl .countdown-slider1 .res-button {
  right: 30px;
  left: auto;
}
.countdown-slider1 .res-button.slick-prev {
  background: url(../assets/img/icon-prev.png) no-repeat;
}
.countdown-slider1 .res-button.slick-prev:hover {
  background: url(../assets/img/icon-prev1.png) no-repeat;
}
.rtl .countdown-slider1 .res-button.slick-prev {
  right: 74px;
}
.countdown-slider1 .res-button.slick-next {
  left: 74px;
  background: url(../assets/img/icon-next.png) no-repeat;
}
.countdown-slider1 .res-button.slick-next.rtl .countdown-slider1 .res-button.slick-next {
  right: 74px;
  left: auto;
}
.countdown-slider1 .res-button.slick-next:before {
  content: '';
  width: 11px;
  height: 17px;
  position: absolute;
  left: -23px;
  top: 0;
  background: url(../assets/img/line1.png) no-repeat;
}
.countdown-slider1 .res-button.slick-next:hover {
  background: url(../assets/img/icon-next1.png) no-repeat;
}
.countdown-slider1 .resp-slider-container .box-title {
  text-align: right;
  padding: 0 0 18px;
  position: relative;
  margin-bottom: 25px;
}
.rtl .countdown-slider1 .resp-slider-container .box-title {
  text-align: left;
}
.countdown-slider1 .resp-slider-container .box-title:before {
  content: '';
  width: 87%;
  height: 1px;
  background-color: #e0e0e0;
  position: absolute;
  bottom: 0;
  right: 0;
}
.rtl .countdown-slider1 .resp-slider-container .box-title:before {
  left: 0;
  right: auto;
}
.countdown-slider1 .resp-slider-container .box-title h3 {
  font-size: 24px;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
}
.countdown-slider1 .resp-slider-container .box-title .description {
  font-size: 14px;
  color: #555;
}
.countdown-slider1 .resp-slider-container .slider {
  position: relative;
  margin: 0 -5px;
}
.countdown-slider1 .resp-slider-container .slider .slick-list .item .item-wrap .sale-off {
  right: -10px;
}
.countdown-slider1 .resp-slider-container .slider .slick-list .item .item-wrap .item-content h4 a {
  color: #040404;
  font-size: 14px;
}
.countdown-slider1 .resp-slider-container .slider .slick-list .item .item-wrap .item-content h4 a:hover {
  color: #941250;
}
.countdown-slider1 .resp-slider-container .slider .slick-list .item .item-wrap .item-content .item-price {
  font-size: 18px;
  color: #ff3e3e;
  font-weight: 700;
}
.countdown-slider1 .resp-slider-container .slider .slick-list .item .item-wrap .item-content .item-price del {
  font-size: 14px;
  font-weight: 400;
  color: #555;
}
.countdown-slider1 .resp-slider-container .slider .slick-list .item .item-wrap .item-content .item-price ins {
  font-size: 18px;
  color: #ff3e3e;
}
.countdown-slider1 .resp-slider-container .slider .slick-list .item .item-wrap:hover {
  -webkit-box-shadow: 0 0 8px #999;
  -moz-box-shadow: 0 0 8px #999;
  -o-box-shadow: 0 0 8px #999;
  -ms-box-shadow: 0 0 8px #999;
  box-shadow: 0 0 8px #999;
}
.countdown-slider1 .resp-slider-container .slider .slick-list .item .item-wrap:hover .item-content h4 a {
  color: #941250;
}
.countdown-slider1 .resp-slider-container .slider .slick-list .item .item-wrap:hover .item-content .item-bottom {
  bottom: 18px;
}
.woo-slider-default {
  padding: 25px 30px 0;
  border: 1px solid #e0e0e0;
  position: relative;
  margin: 75px 0 100px;
}
.home-style1 .woo-slider-default {
  padding: 25px 30px 20px;
}
.woo-slider-default .res-button {
  position: absolute;
  top: 82px;
  right: 30px;
  width: 9px;
  height: 17px;
  z-index: 3;
  cursor: pointer;
}
.woo-slider-default .res-button.rtl .woo-slider-default .res-button {
  left: 30px;
}
.woo-slider-default .res-button.slick-prev {
  right: 74px;
  background: url(../assets/img/icon-prev.png) no-repeat;
}
.rtl .woo-slider-default .res-button.slick-prev {
  left: 30px;
  right: auto;
}
.woo-slider-default .res-button.slick-prev:before {
  content: '';
  width: 11px;
  height: 17px;
  position: absolute;
  right: -23px;
  top: 0;
  background: url(../assets/img/line1.png) no-repeat;
}
.woo-slider-default .res-button.slick-prev:hover {
  background: url(../assets/img/icon-prev1.png) no-repeat;
}
.woo-slider-default .res-button.slick-next {
  background: url(../assets/img/icon-next.png) no-repeat;
}
.woo-slider-default .res-button.slick-next:hover {
  background: url(../assets/img/icon-next1.png) no-repeat;
}
.rtl .woo-slider-default .res-button.slick-next {
  left: 74px;
  right: auto;
}
.woo-slider-default .box-title {
  text-align: left;
  padding: 0 0 18px;
  position: relative;
  margin-bottom: 10px;
}
.rtl .woo-slider-default .box-title {
  text-align: right;
}
.rtl .woo-slider-default .box-title:before {
  right: 0;
  left: auto;
}
.woo-slider-default .box-title:before {
  content: '';
  width: 87%;
  height: 1px;
  background-color: #e0e0e0;
  position: absolute;
  bottom: 0;
  left: 0;
}
.woo-slider-default .box-title h3 {
  font-size: 24px;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
}
.woo-slider-default .box-title .description {
  font-size: 14px;
  color: #555;
}
.woo-slider-default .resp-slider-container .slider .slick-list {
  margin: 0 -15px;
}
.woo-slider-default .resp-slider-container .slider .slick-list .item .item-wrap .item-content h4 a {
  color: #040404;
  font-size: 14px;
}
.woo-slider-default .resp-slider-container .slider .slick-list .item .item-wrap .item-content h4 a:hover {
  color: #941250;
}
.woo-slider-default .resp-slider-container .slider .slick-list .item .item-wrap .item-content .item-price {
  font-size: 18px;
  color: #ff3e3e;
  font-weight: 700;
}
.woo-slider-default .resp-slider-container .slider .slick-list .item .item-wrap .item-content .item-price del {
  font-size: 14px;
  font-weight: 400;
  color: #555;
}
.woo-slider-default .resp-slider-container .slider .slick-list .item .item-wrap .item-content .item-price ins {
  font-size: 18px;
  color: #ff3e3e;
}
.woo-slider-default .resp-slider-container .slider .slick-list .item .item-wrap:hover {
  -webkit-box-shadow: 0 0 8px #ddd;
  -moz-box-shadow: 0 0 8px #ddd;
  -o-box-shadow: 0 0 8px #ddd;
  -ms-box-shadow: 0 0 8px #ddd;
  box-shadow: 0 0 8px #ddd;
}
.woo-slider-default .resp-slider-container .slider .slick-list .item .item-wrap:hover .item-content h4 a {
  color: #941250;
}
.woo-slider-default .resp-slider-container .slider .slick-list .item .item-wrap:hover .item-content .item-bottom {
  bottom: 18px;
}
.sw-category-slider .resp-slider-container .slider {
  overflow: hidden;
  position: relative;
  margin: 0 -13px;
}
.sw-category-slider .resp-slider-container .slider .item {
  float: left;
  width: 25%;
  padding: 0 13px;
}
.sw-category-slider .resp-slider-container .slider .item .item-wrap {
  padding: 0;
}
.sw-category-slider .resp-slider-container .slider .item .item-wrap:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.sw-category-slider .resp-slider-container .slider .item .item-wrap .item-content h3 {
  margin-bottom: 13px;
  text-align: left;
}
.sw-category-slider .resp-slider-container .slider .item .item-wrap .item-content h3 a {
  font-size: 16px;
  color: #222;
  padding: 7px 0;
  position: relative;
  display: block;
  font-weight: 700;
  font-family: Montserrat;
}
.sw-category-slider .resp-slider-container .slider .item .item-wrap .item-content h3 a:hover {
  color: #941250;
}
.sw-category-slider .resp-slider-container .slider .item .item-wrap .item-content h3 a:before {
  content: '';
  width: 40px;
  height: 2px;
  background-color: #941250;
  position: absolute;
  left: 0;
  bottom: -2px;
}
.sw-category-slider .resp-slider-container .slider .item .item-wrap .item-image:hover img {
  opacity: 0.85;
}
.sw-category-slider .resp-slider-container .slider .item .item-wrap .item-image img {
  margin-bottom: 10px;
}
.sw-category-slider .resp-slider-container .slider .item .item-wrap .childcat-product-cat ul {
  list-style: none;
  margin: 0;
}
.sw-category-slider .resp-slider-container .slider .item .item-wrap .childcat-product-cat ul > li > a {
  text-align: left;
  font-size: 14px;
  color: #7d7d7d;
  padding: 8px 0;
  font-family: Montserrat;
}
.sw-category-slider .resp-slider-container .slider .item .item-wrap .childcat-product-cat ul > li > a:hover {
  color: #941250;
}
.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: #941250;
  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: #941250;
}
.wp-comingsoon .footer-comingsoon a:hover {
  color: #670c37;
}
.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;
  }
}
.rozy_breadcrumbs {
  margin: 0px;
}
.rozy_breadcrumbs .breadcrumbs .breadcrumb {
  margin: 0;
  background-color: #fff;
  padding: 30px 0 40px;
}
.rozy_breadcrumbs .breadcrumbs .breadcrumb > li {
  font-size: 14px;
  color: #941250;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 20px;
  font-family: Montserrat;
}
.rozy_breadcrumbs .breadcrumbs .breadcrumb > li:first-child:before {
  content: '\f015';
  font-family: FontAwesome;
  margin-right: 12px;
  color: #4b4b4b;
}
.rtl .rozy_breadcrumbs .breadcrumbs .breadcrumb > li:first-child:after {
  content: '\f015';
  font-family: FontAwesome;
  margin-left: 12px;
  color: #4b4b4b;
}
.rtl .rozy_breadcrumbs .breadcrumbs .breadcrumb > li:first-child:before {
  content: '';
  margin: 0;
}
.rozy_breadcrumbs .breadcrumbs .breadcrumb > li + li:before {
  content: '\f105';
  font-family: FontAwesome;
  font-weight: 400;
  color: #4b4b4b;
  padding: 0;
  display: inline-block;
  margin: 0 15px 0 15px;
  font-size: 16px;
}
.rtl .rozy_breadcrumbs .breadcrumbs .breadcrumb > li + li:before {
  margin: 0 10px 0 10px;
  content: '\f104';
}
.rozy_breadcrumbs .breadcrumbs .breadcrumb > li.active span {
  font-weight: 700;
}
.rozy_breadcrumbs .breadcrumbs .breadcrumb > li > a {
  color: #4b4b4b;
  font-weight: 400;
}
.rozy_breadcrumbs .breadcrumbs .breadcrumb > li > a:hover {
  color: #941250;
}
.block-service-home1 .wrap-content {
  overflow: hidden;
}
.block-service-home1 .wrap-content .item {
  float: left;
  width: 25%;
  text-align: left;
  cursor: pointer;
}
.rtl .block-service-home1 .wrap-content .item {
  float: right;
}
.block-service-home1 .wrap-content .item .item-inner {
  display: block;
  overflow: hidden;
}
.block-service-home1 .wrap-content .item .item-inner a {
  display: block;
  padding: 30px 0 27px;
}
.block-service-home1 .wrap-content .item .item-content {
  text-align: left;
  padding-top: 10px;
}
.rtl .block-service-home1 .wrap-content .item .item-content {
  text-align: right;
}
.block-service-home1 .wrap-content .item .icon {
  display: inline-block;
  margin-right: 20px;
  float: left;
  width: 50px;
  height: 50px;
  font-size: 50px;
  color: #941250;
}
.rtl .block-service-home1 .wrap-content .item .icon {
  float: right;
  margin-left: 20px;
  margin-right: 0;
}
.block-service-home1 .wrap-content .item h4 {
  font-size: 18px;
  color: #941250;
  font-weight: 700;
  text-transform: capitalize;
  margin: 0 0 5px;
  padding: 0;
  display: inline-block;
}
.block-service-home1 .wrap-content .item.free-ship .icon {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
}
.block-service-home1 .wrap-content .item.guaranteed .item-inner a {
  padding-left: 60px;
}
.rtl .block-service-home1 .wrap-content .item.guaranteed .item-inner a {
  padding-right: 60px;
  padding-left: 0;
}
.block-text-footer {
  background-color: #000;
}
.block-service-home2 .wrap-content {
  overflow: hidden;
}
.block-service-home2 .wrap-content .item {
  float: left;
  width: 25%;
  text-align: left;
  cursor: pointer;
}
.rtl .block-service-home2 .wrap-content .item {
  float: right;
}
.block-service-home2 .wrap-content .item .item-inner {
  display: block;
  overflow: hidden;
}
.block-service-home2 .wrap-content .item .item-inner a {
  display: block;
  padding: 35px 0 25px;
  color: #fff;
}
.block-service-home2 .wrap-content .item .item-content {
  text-align: left;
}
.rtl .block-service-home2 .wrap-content .item .item-content {
  text-align: right;
}
.block-service-home2 .wrap-content .item .icon {
  display: inline-block;
  margin-right: 20px;
  float: left;
}
.rtl .block-service-home2 .wrap-content .item .icon {
  float: right;
  margin-left: 20px;
  margin-right: 0;
}
.block-service-home2 .wrap-content .item h4 {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0 0 5px;
  padding: 0;
  display: inline-block;
}
.block-service-home2 .wrap-content .item.free-ship .icon {
  background: url('../assets/img/icon-21.png') no-repeat center center;
  width: 59px;
  height: 39px;
}
.block-service-home2 .wrap-content .item.online-support .icon {
  background: url('../assets/img/icon-22.png') no-repeat center center;
  width: 47px;
  height: 40px;
}
.block-service-home2 .wrap-content .item.exchange .icon {
  background: url('../assets/img/icon-23.png') no-repeat center center;
  width: 51px;
  height: 36px;
}
.block-service-home2 .wrap-content .item.guaranteed .icon {
  background: url('../assets/img/icon-24.png') no-repeat center center;
  width: 33px;
  height: 40px;
}
.block-service-home2 .wrap-content .item.guaranteed .item-inner a {
  padding-left: 60px;
}
.rtl .block-service-home2 .wrap-content .item.guaranteed .item-inner a {
  padding-right: 60px;
  padding-left: 0;
}
.block-image-home1 {
  margin: 70px 0 65px;
}
.block-image-home2 .wrap-content,
.block-image-home1 .wrap-content {
  overflow: hidden;
  position: relative;
  margin: 0 -15px;
}
.block-image-home2 .wrap-content .item,
.block-image-home1 .wrap-content .item {
  float: left;
  width: 33.33%;
  padding: 0 15px;
}
.block-image-home2 .wrap-content .item img,
.block-image-home1 .wrap-content .item img {
  margin: 0 0 30px;
}
.block-image-home2 .wrap-content .item img:hover,
.block-image-home1 .wrap-content .item img:hover {
  opacity: 0.85;
}
.listing-tab-shortcode {
  background-color: #fff;
}
.listing-tab-shortcode .tabbable.tabs #myTabs.nav.nav-tabs {
  max-width: 240px;
  background-color: #fff;
  float: left;
  width: 100%;
  margin: 0;
  border: 0;
  padding: 50px 30px 30px;
}
.rtl .listing-tab-shortcode .tabbable.tabs #myTabs.nav.nav-tabs {
  float: right;
}
.listing-tab-shortcode .tabbable.tabs #myTabs.nav.nav-tabs .title-cat {
  font-size: 14px;
  text-transform: uppercase;
  color: #111;
  margin-bottom: 10px;
}
.listing-tab-shortcode .tabbable.tabs #myTabs.nav.nav-tabs >li {
  width: 100%;
  float: none;
}
.listing-tab-shortcode .tabbable.tabs #myTabs.nav.nav-tabs >li a {
  border: 0;
  font-weight: normal;
  text-transform: capitalize;
  color: #777777;
  padding: 10px 0;
  cursor: pointer;
}
.listing-tab-shortcode .tabbable.tabs #myTabs.nav.nav-tabs >li a:hover {
  color: #941250;
}
.listing-tab-shortcode .tabbable.tabs #myTabs.nav.nav-tabs >li.active,
.listing-tab-shortcode .tabbable.tabs #myTabs.nav.nav-tabs >li:hover,
.listing-tab-shortcode .tabbable.tabs #myTabs.nav.nav-tabs >li:focus {
  background-color: transparent;
}
.listing-tab-shortcode .tabbable.tabs #myTabs.nav.nav-tabs >li.active >a,
.listing-tab-shortcode .tabbable.tabs #myTabs.nav.nav-tabs >li:hover >a,
.listing-tab-shortcode .tabbable.tabs #myTabs.nav.nav-tabs >li:focus >a {
  border: 0;
  background-color: transparent;
}
.listing-tab-shortcode .tabbable.tabs .tab-content {
  overflow: hidden;
  padding: 50px 30px;
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  background-color: #f3f3f3;
  visibility: hidden;
}
.listing-tab-shortcode .tabbable.tabs .tab-content .tab-pane {
  margin: 0 -15px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.listing-tab-shortcode .tabbable.tabs .tab-content .tab-pane .item {
  width: 33.333%;
  float: left;
  padding: 0 15px;
}
.listing-tab-shortcode .tabbable.tabs .tab-content .tab-pane .item .item-wrap {
  border: 1px solid #ddd;
}
.listing-tab-shortcode .tabbable.tabs .tab-content .tab-pane.active {
  opacity: 1;
  filter: alpha(opacity=100);
}
.search.search-results .page.type-page .entry-content .entry-meta i {
  margin-right: 5px;
}
.search.search-results .page.type-page .entry-content .bl_read_more a {
  text-transform: capitalize;
  color: #941250;
  display: inline-block;
  margin: 0 0 20px;
}
.search.search-results .page.type-page .entry-content .bl_read_more a:hover {
  opacity: 0.8;
}
.search.search-results .page.type-page .entry-content .bl_read_more i {
  margin: 0 5px;
}
.search .listing-title h1 small {
  color: #941250;
}
.search .rozy_breadcrumbs .breadcrumbs .breadcrumb {
  padding-bottom: 0;
}
.search .blog-content .pagination {
  margin-bottom: 40px;
}
.search.rtl .listing-title h1 small {
  float: right;
}
.search .listing-title h1 {
  font-size: 24px;
}
.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 .top-search {
  float: none;
}
.search .no-result .top-search .topsearch-entry .form-search {
  max-width: 100%;
  height: 50px;
  line-height: 50px;
  background-color: #fff;
  overflow: hidden;
  margin: auto;
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border: 1px solid #eeeeee;
}
.search .no-result .top-search .topsearch-entry .form-search .search-query {
  width: 100%;
  border: 0;
  margin: 0;
  height: 50px;
  line-height: 50px;
  padding: 0 80px 0 15px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.rtl .search .no-result .top-search .topsearch-entry .form-search .search-query {
  padding-right: 15px;
  padding-left: 80px;
}
.search .no-result .top-search .topsearch-entry .form-search .form-button {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 60px;
  background-color: transparent;
  border: 0;
  margin: 0;
}
.search .no-result .top-search .topsearch-entry .form-search .form-button:before {
  content: "\f002";
  font-size: 18px;
  color: #7d7d7d;
  font-family: fontawesome;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.search .no-result .top-search .topsearch-entry .form-search .form-button:hover:before {
  color: #941250;
}
.rtl .search .no-result .top-search .topsearch-entry .form-search .form-button {
  right: auto;
  left: 0;
}
.search.rtl .no-result form input[type="text"] {
  padding: 15px 20px 15px 85px;
}
.search.rtl .no-result form input[type="submit"] {
  right: auto;
  left: 0;
}
.content-search >.post,
.content-search .page,
.content-search .testimonial,
.content-search .team,
.content-search .portfolio,
.content-search .room,
.content-search .product {
  background-color: #fff;
  margin-bottom: 40px;
  padding: 0;
}
.content-search >.post .entry-thumb,
.content-search .page .entry-thumb,
.content-search .testimonial .entry-thumb,
.content-search .team .entry-thumb,
.content-search .portfolio .entry-thumb,
.content-search .room .entry-thumb,
.content-search .product .entry-thumb {
  padding-right: 30px;
}
.rtl .content-search >.post .entry-thumb,
.rtl .content-search .page .entry-thumb,
.rtl .content-search .testimonial .entry-thumb,
.rtl .content-search .team .entry-thumb,
.rtl .content-search .portfolio .entry-thumb,
.rtl .content-search .room .entry-thumb,
.rtl .content-search .product .entry-thumb {
  padding-left: 30px;
  padding-right: 0;
}
.content-search >.post .entry-content,
.content-search .page .entry-content,
.content-search .testimonial .entry-content,
.content-search .team .entry-content,
.content-search .portfolio .entry-content,
.content-search .room .entry-content,
.content-search .product .entry-content {
  padding: 0;
}
.content-search >.post .entry-content .content-top .entry-title h4,
.content-search .page .entry-content .content-top .entry-title h4,
.content-search .testimonial .entry-content .content-top .entry-title h4,
.content-search .team .entry-content .content-top .entry-title h4,
.content-search .portfolio .entry-content .content-top .entry-title h4,
.content-search .room .entry-content .content-top .entry-title h4,
.content-search .product .entry-content .content-top .entry-title h4 {
  margin-bottom: 14px;
}
.content-search >.post .entry-content .content-top .entry-title h4 a,
.content-search .page .entry-content .content-top .entry-title h4 a,
.content-search .testimonial .entry-content .content-top .entry-title h4 a,
.content-search .team .entry-content .content-top .entry-title h4 a,
.content-search .portfolio .entry-content .content-top .entry-title h4 a,
.content-search .room .entry-content .content-top .entry-title h4 a,
.content-search .product .entry-content .content-top .entry-title h4 a {
  font-size: 20px;
  color: #222;
  line-height: 24px;
  font-weight: 600;
}
.content-search >.post .entry-content .content-top .entry-title h4 a:hover,
.content-search .page .entry-content .content-top .entry-title h4 a:hover,
.content-search .testimonial .entry-content .content-top .entry-title h4 a:hover,
.content-search .team .entry-content .content-top .entry-title h4 a:hover,
.content-search .portfolio .entry-content .content-top .entry-title h4 a:hover,
.content-search .room .entry-content .content-top .entry-title h4 a:hover,
.content-search .product .entry-content .content-top .entry-title h4 a:hover {
  color: #941250;
}
.content-search >.post .entry-content .content-top .entry-meta,
.content-search .page .entry-content .content-top .entry-meta,
.content-search .testimonial .entry-content .content-top .entry-meta,
.content-search .team .entry-content .content-top .entry-meta,
.content-search .portfolio .entry-content .content-top .entry-meta,
.content-search .room .entry-content .content-top .entry-meta,
.content-search .product .entry-content .content-top .entry-meta {
  margin: 0 0 24px;
}
.content-search >.post .entry-content .content-top .entry-meta i,
.content-search .page .entry-content .content-top .entry-meta i,
.content-search .testimonial .entry-content .content-top .entry-meta i,
.content-search .team .entry-content .content-top .entry-meta i,
.content-search .portfolio .entry-content .content-top .entry-meta i,
.content-search .room .entry-content .content-top .entry-meta i,
.content-search .product .entry-content .content-top .entry-meta i {
  margin-right: 5px;
}
.rtl .content-search >.post .entry-content .content-top .entry-meta i,
.rtl .content-search .page .entry-content .content-top .entry-meta i,
.rtl .content-search .testimonial .entry-content .content-top .entry-meta i,
.rtl .content-search .team .entry-content .content-top .entry-meta i,
.rtl .content-search .portfolio .entry-content .content-top .entry-meta i,
.rtl .content-search .room .entry-content .content-top .entry-meta i,
.rtl .content-search .product .entry-content .content-top .entry-meta i {
  margin-left: 5px;
  margin-right: 0;
}
.content-search >.post .entry-content .content-top .entry-meta .meta-entry a,
.content-search .page .entry-content .content-top .entry-meta .meta-entry a,
.content-search .testimonial .entry-content .content-top .entry-meta .meta-entry a,
.content-search .team .entry-content .content-top .entry-meta .meta-entry a,
.content-search .portfolio .entry-content .content-top .entry-meta .meta-entry a,
.content-search .room .entry-content .content-top .entry-meta .meta-entry a,
.content-search .product .entry-content .content-top .entry-meta .meta-entry a {
  font-size: 12px;
  color: #909090;
  display: block;
  line-height: 12px;
  padding: 0 8px;
}
.content-search >.post .entry-content .content-top .entry-meta .meta-entry a:hover,
.content-search .page .entry-content .content-top .entry-meta .meta-entry a:hover,
.content-search .testimonial .entry-content .content-top .entry-meta .meta-entry a:hover,
.content-search .team .entry-content .content-top .entry-meta .meta-entry a:hover,
.content-search .portfolio .entry-content .content-top .entry-meta .meta-entry a:hover,
.content-search .room .entry-content .content-top .entry-meta .meta-entry a:hover,
.content-search .product .entry-content .content-top .entry-meta .meta-entry a:hover {
  color: #941250;
}
.content-search >.post .entry-content .content-top .entry-meta .meta-entry.entry-date a,
.content-search .page .entry-content .content-top .entry-meta .meta-entry.entry-date a,
.content-search .testimonial .entry-content .content-top .entry-meta .meta-entry.entry-date a,
.content-search .team .entry-content .content-top .entry-meta .meta-entry.entry-date a,
.content-search .portfolio .entry-content .content-top .entry-meta .meta-entry.entry-date a,
.content-search .room .entry-content .content-top .entry-meta .meta-entry.entry-date a,
.content-search .product .entry-content .content-top .entry-meta .meta-entry.entry-date a {
  border-right: 1px solid #e6e6e6;
  padding-left: 0;
}
.rtl .content-search >.post .entry-content .content-top .entry-meta .meta-entry.entry-date a,
.rtl .content-search .page .entry-content .content-top .entry-meta .meta-entry.entry-date a,
.rtl .content-search .testimonial .entry-content .content-top .entry-meta .meta-entry.entry-date a,
.rtl .content-search .team .entry-content .content-top .entry-meta .meta-entry.entry-date a,
.rtl .content-search .portfolio .entry-content .content-top .entry-meta .meta-entry.entry-date a,
.rtl .content-search .room .entry-content .content-top .entry-meta .meta-entry.entry-date a,
.rtl .content-search .product .entry-content .content-top .entry-meta .meta-entry.entry-date a {
  padding-right: 0;
  padding-left: 8px;
}
.content-search >.post .entry-content .content-top .entry-meta .meta-entry.entry-date a:hover,
.content-search .page .entry-content .content-top .entry-meta .meta-entry.entry-date a:hover,
.content-search .testimonial .entry-content .content-top .entry-meta .meta-entry.entry-date a:hover,
.content-search .team .entry-content .content-top .entry-meta .meta-entry.entry-date a:hover,
.content-search .portfolio .entry-content .content-top .entry-meta .meta-entry.entry-date a:hover,
.content-search .room .entry-content .content-top .entry-meta .meta-entry.entry-date a:hover,
.content-search .product .entry-content .content-top .entry-meta .meta-entry.entry-date a:hover {
  color: #941250;
}
.rtl .content-search >.post .entry-content .content-top .entry-meta .meta-entry.entry-date a,
.rtl .content-search .page .entry-content .content-top .entry-meta .meta-entry.entry-date a,
.rtl .content-search .testimonial .entry-content .content-top .entry-meta .meta-entry.entry-date a,
.rtl .content-search .team .entry-content .content-top .entry-meta .meta-entry.entry-date a,
.rtl .content-search .portfolio .entry-content .content-top .entry-meta .meta-entry.entry-date a,
.rtl .content-search .room .entry-content .content-top .entry-meta .meta-entry.entry-date a,
.rtl .content-search .product .entry-content .content-top .entry-meta .meta-entry.entry-date a {
  border-left: 1px solid #e6e6e6;
  border-right: 0;
}
.content-search >.post .entry-content .content-top .entry-summary,
.content-search .page .entry-content .content-top .entry-summary,
.content-search .testimonial .entry-content .content-top .entry-summary,
.content-search .team .entry-content .content-top .entry-summary,
.content-search .portfolio .entry-content .content-top .entry-summary,
.content-search .room .entry-content .content-top .entry-summary,
.content-search .product .entry-content .content-top .entry-summary {
  font-size: 15px;
  color: #7d7d7d;
  line-height: 28px;
  margin-bottom: 26px;
}
.content-search >.post .entry-content .content-top .entry-summary a,
.content-search .page .entry-content .content-top .entry-summary a,
.content-search .testimonial .entry-content .content-top .entry-summary a,
.content-search .team .entry-content .content-top .entry-summary a,
.content-search .portfolio .entry-content .content-top .entry-summary a,
.content-search .room .entry-content .content-top .entry-summary a,
.content-search .product .entry-content .content-top .entry-summary a {
  display: none;
}
.content-search >.post .entry-content .readmore a,
.content-search .page .entry-content .readmore a,
.content-search .testimonial .entry-content .readmore a,
.content-search .team .entry-content .readmore a,
.content-search .portfolio .entry-content .readmore a,
.content-search .room .entry-content .readmore a,
.content-search .product .entry-content .readmore a {
  font-size: 14px;
  text-transform: inherit;
  color: #fff;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: none;
  position: relative;
  padding: 0 20px;
  display: inline-block;
  background-color: #941250;
  border-radius: 3px;
}
.content-search >.post .entry-content .readmore a:hover,
.content-search .page .entry-content .readmore a:hover,
.content-search .testimonial .entry-content .readmore a:hover,
.content-search .team .entry-content .readmore a:hover,
.content-search .portfolio .entry-content .readmore a:hover,
.content-search .room .entry-content .readmore a:hover,
.content-search .product .entry-content .readmore a:hover {
  background-color: #7d0f44;
}
.content-search .pagination > ul.page-numbers > li > span.page-numbers.dots {
  display: inline-block;
  height: 38px;
  width: 38px;
  line-height: 36px;
  border: 1px solid #aaa;
  border-left: 0;
}
.block-contact-us .wrap-content {
  overflow: hidden;
  position: relative;
}
.block-contact-us .wrap-content .item {
  float: left;
  width: 33.33%;
  text-align: center;
  padding: 12px 10px;
}
.block-contact-us .wrap-content .item:hover .item-detail {
  border-bottom: 6px solid #941250;
  -webkit-box-shadow: 0 0 12px #ccc;
  -moz-box-shadow: 0 0 12px #ccc;
  -o-box-shadow: 0 0 12px #ccc;
  -ms-box-shadow: 0 0 12px #ccc;
  box-shadow: 0 0 12px #ccc;
}
.block-contact-us .wrap-content .item:hover.easy-use .item-image {
  background: url('../assets/img/contact1.png') no-repeat center center #941250;
}
.block-contact-us .wrap-content .item:hover.support .item-image {
  background: url('../assets/img/contact2.png') no-repeat center center #941250;
}
.block-contact-us .wrap-content .item:hover.design .item-image {
  background: url('../assets/img/contact3.png') no-repeat center center #941250;
}
.block-contact-us .wrap-content .item:hover .item-content h4 {
  color: #000;
}
.block-contact-us .wrap-content .item:hover .item-content p {
  color: #333;
}
.block-contact-us .wrap-content .item .item-detail {
  border-bottom: 6px solid transparent;
  padding: 35px 5px;
  min-height: 252px;
}
.block-contact-us .wrap-content .item .item-image {
  display: inline-block;
  margin-bottom: 15px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.block-contact-us .wrap-content .item .item-content h4 {
  font-size: 20px;
  text-transform: capitalize;
  color: #909090;
  font-weight: 700;
}
.block-contact-us .wrap-content .item .item-content p {
  color: #909090;
  font-size: 14px;
  margin: 0 0 0 !important;
}
.block-contact-us .wrap-content .item.easy-use .item-image {
  background: url('../assets/img/contact1.png') no-repeat center center #909090;
}
.block-contact-us .wrap-content .item.support .item-image {
  background: url('../assets/img/contact2.png') no-repeat center center #909090;
}
.block-contact-us .wrap-content .item.design .item-image {
  background: url('../assets/img/contact3.png') no-repeat center center #909090;
}
.block-contact {
  margin: 0 auto;
  text-align: center;
}
.block-contact h3 {
  font-size: 20px;
  color: #941250;
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 15px;
  position: relative;
  padding-top: 30px;
}
.block-contact h3:before {
  content: '';
  height: 6px;
  width: 100px;
  background-color: #941250;
  top: 0;
  left: 50%;
  margin-left: -50px;
  position: absolute;
}
.block-contact .description {
  font-size: 13px;
  color: #909090;
  line-height: 24px;
  margin: 0 0 20px;
}
_:-ms-fullscreen,
:root .rozy_top .top-form.top-search select::-ms-expand {
  display: none;
}
.resp-tab .box-title {
  text-align: center;
}
.resp-tab .box-title h3 {
  margin: 0 0 10px;
  font-size: 28px;
  text-transform: capitalize;
  color: #404040;
  font-weight: 700;
}
.resp-tab .top-tab-slider {
  text-align: center;
}
.resp-tab .top-tab-slider .nav.nav-tabs {
  margin: 0 0 30px;
  display: inline-block;
  vertical-align: top;
  border-bottom: none;
}
.resp-tab .top-tab-slider .nav.nav-tabs li {
  margin: 0 10px;
}
.resp-tab .top-tab-slider .nav.nav-tabs li a {
  padding: 0 10px;
  overflow: hidden;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: underline;
  color: #000;
  font-weight: 600;
  margin: 0;
  border: none;
  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;
}
.resp-tab .top-tab-slider .nav.nav-tabs li.active a,
.resp-tab .top-tab-slider .nav.nav-tabs li:hover a {
  color: #ff2b2b;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.resp-tab .tab-pane {
  display: block;
  height: 0;
  overflow: hidden;
}
.resp-tab .tab-pane.active {
  height: auto;
  overflow: visible;
}
.item {
  padding: 5px;
}
.item .item-wrap {
  text-align: center;
  padding: 0px 10px;
  background: transparent;
  margin-bottom: 0px;
}
.item .item-wrap .item-detail {
  position: relative;
  background: #fff;
}
.item .item-wrap .item-detail .products-thumb {
  position: relative;
}
.item .item-wrap .item-detail .products-thumb .onsale {
  display: none;
}
.item .item-wrap .item-detail .products-thumb .item-bottom {
  z-index: 2;
  width: 180px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -86px;
  right: auto;
  opacity: 0;
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -o-transform: translateY(40px);
  -ms-transform: translateY(40px);
  transform: translateY(40px);
  display: flex;
}
.rtl .item .item-wrap .item-detail .products-thumb .item-bottom {
  margin-left: -95px;
}
.item .item-wrap .item-detail .products-thumb .item-bottom .clear {
  display: none;
}
.item .item-wrap .item-detail .products-thumb .item-bottom .button,
.item .item-wrap .item-detail .products-thumb .item-bottom .add_to_cart_button,
.item .item-wrap .item-detail .products-thumb .item-bottom .product_type_external,
.item .item-wrap .item-detail .products-thumb .item-bottom .product_type_grouped {
  order: 2;
  text-align: center;
  color: #fff;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  display: inline-block;
  background-color: #941250;
  border-radius: 0;
  vertical-align: top;
  overflow: hidden;
  position: relative;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 6px;
}
.item .item-wrap .item-detail .products-thumb .item-bottom .button:hover,
.item .item-wrap .item-detail .products-thumb .item-bottom .add_to_cart_button:hover,
.item .item-wrap .item-detail .products-thumb .item-bottom .product_type_external:hover,
.item .item-wrap .item-detail .products-thumb .item-bottom .product_type_grouped:hover {
  background-color: #a60000;
}
.item .item-wrap .item-detail .products-thumb .item-bottom .button.loading,
.item .item-wrap .item-detail .products-thumb .item-bottom .add_to_cart_button.loading,
.item .item-wrap .item-detail .products-thumb .item-bottom .product_type_external.loading,
.item .item-wrap .item-detail .products-thumb .item-bottom .product_type_grouped.loading {
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.item .item-wrap .item-detail .products-thumb .item-bottom .button.loading:before,
.item .item-wrap .item-detail .products-thumb .item-bottom .add_to_cart_button.loading:before,
.item .item-wrap .item-detail .products-thumb .item-bottom .product_type_external.loading:before,
.item .item-wrap .item-detail .products-thumb .item-bottom .product_type_grouped.loading:before {
  text-align: center;
  left: 0;
  background-color: transparent;
  border-radius: 16px;
}
.item .item-wrap .item-detail .products-thumb .item-bottom .button.added,
.item .item-wrap .item-detail .products-thumb .item-bottom .add_to_cart_button.added,
.item .item-wrap .item-detail .products-thumb .item-bottom .product_type_external.added,
.item .item-wrap .item-detail .products-thumb .item-bottom .product_type_grouped.added {
  color: #fff;
}
.item .item-wrap .item-detail .products-thumb .item-bottom .button.added:after,
.item .item-wrap .item-detail .products-thumb .item-bottom .add_to_cart_button.added:after,
.item .item-wrap .item-detail .products-thumb .item-bottom .product_type_external.added:after,
.item .item-wrap .item-detail .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: 10px;
  color: #444;
  font-weight: bold;
}
.rtl .item .item-wrap .item-detail .products-thumb .item-bottom .button.added:after,
.rtl .item .item-wrap .item-detail .products-thumb .item-bottom .add_to_cart_button.added:after,
.rtl .item .item-wrap .item-detail .products-thumb .item-bottom .product_type_external.added:after,
.rtl .item .item-wrap .item-detail .products-thumb .item-bottom .product_type_grouped.added:after {
  margin-left: 0;
  margin-right: -4px;
}
.item .item-wrap .item-detail .products-thumb .item-bottom .yith-wcwl-add-to-wishlist {
  margin: 0;
  order: 3;
}
.item .item-wrap .item-detail .products-thumb .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button,
.item .item-wrap .item-detail .products-thumb .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
.item .item-wrap .item-detail .products-thumb .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse {
  position: relative;
}
.item .item-wrap .item-detail .products-thumb .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,
.item .item-wrap .item-detail .products-thumb .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.item .item-wrap .item-detail .products-thumb .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before {
  content: "\f004";
}
.item .item-wrap .item-detail .products-thumb .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button.show,
.item .item-wrap .item-detail .products-thumb .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show,
.item .item-wrap .item-detail .products-thumb .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show {
  display: inline-block !important;
  vertical-align: top;
}
.item .item-wrap .item-detail .products-thumb .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .feedback,
.item .item-wrap .item-detail .products-thumb .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .feedback,
.item .item-wrap .item-detail .products-thumb .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .feedback {
  display: none;
}
.item .item-wrap .item-detail .products-thumb .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .ajax-loading,
.item .item-wrap .item-detail .products-thumb .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .ajax-loading,
.item .item-wrap .item-detail .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;
}
.item .item-wrap .item-detail .products-thumb .item-bottom a.sw-quickview {
  order: 1;
}
.item .item-wrap .item-detail .products-thumb .item-bottom a.sw-quickview:before {
  font-size: 14px;
  content: "\f06e";
}
.item .item-wrap .item-detail .products-thumb .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.item .item-wrap .item-detail .products-thumb .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.item .item-wrap .item-detail .products-thumb .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
.item .item-wrap .item-detail .products-thumb .item-bottom a.sw-quickview {
  text-align: center;
  color: #fff;
  height: 30px;
  line-height: 30px;
  padding: 0;
  display: inline-block;
  background-color: #941250;
  border-radius: 0;
  vertical-align: top;
  overflow: hidden;
  position: relative;
  font-size: 0;
  min-width: 30px;
  margin: 0;
}
.item .item-wrap .item-detail .products-thumb .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,
.item .item-wrap .item-detail .products-thumb .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.item .item-wrap .item-detail .products-thumb .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before,
.item .item-wrap .item-detail .products-thumb .item-bottom a.sw-quickview:before {
  font-family: fontawesome;
  font-size: 14px;
}
.item .item-wrap .item-detail .products-thumb .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover,
.item .item-wrap .item-detail .products-thumb .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover,
.item .item-wrap .item-detail .products-thumb .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover,
.item .item-wrap .item-detail .products-thumb .item-bottom a.sw-quickview:hover {
  font-size: 0;
  padding: 0;
  background-color: #740e3f;
  color: #fff;
}
.item .item-wrap .item-detail .products-thumb .item-bottom .add_to_cart_button,
.item .item-wrap .item-detail .products-thumb .item-bottom .product_type_external,
.item .item-wrap .item-detail .products-thumb .item-bottom .product_type_grouped,
.item .item-wrap .item-detail .products-thumb .item-bottom .yith-wcwl-add-to-wishlist,
.item .item-wrap .item-detail .products-thumb .item-bottom a.sw-quickview {
  display: inline-block;
  vertical-align: top;
  font-weight: normal;
}
.item .item-wrap .item-detail .products-thumb .item-bottom .yith-wcwl-wishlistaddedbrowse.show a,
.item .item-wrap .item-detail .products-thumb .item-bottom .yith-wcwl-wishlistexistsbrowse.show a {
  background-color: #941250;
}
.item .item-wrap .item-detail .products-thumb .item-bottom .yith-wcwl-wishlistaddedbrowse.show a:before,
.item .item-wrap .item-detail .products-thumb .item-bottom .yith-wcwl-wishlistexistsbrowse.show a:before {
  color: #fff;
}
.item .item-wrap .item-detail .item-content {
  text-align: center;
  padding-bottom: 15px;
}
.item .item-wrap .item-detail .item-content h4 {
  margin: 10px 0 6px 0;
  font-weight: 400;
  font-family: Montserrat !important;
}
.item .item-wrap .item-detail .item-content h4 a {
  font-size: 14px;
  color: #000000;
  text-transform: capitalize;
  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 h4 a:hover {
  color: #941250;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.item .item-wrap .item-detail .item-content .item-price {
  font-size: 16px;
  float: none;
  position: relative;
  z-index: 2;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
  display: inline-block;
  vertical-align: top;
}
.item .item-wrap .item-detail .item-content .item-price del {
  font-size: 14px;
  line-height: 21px;
}
.item .item-wrap .item-detail .item-content .reviews-content {
  padding: 5px 0 11px;
  position: relative;
  z-index: 2;
  line-height: 11px;
}
.item .item-wrap:hover {
  -webkit-box-shadow: 0 0 8px #ccc;
  -moz-box-shadow: 0 0 8px #ccc;
  -o-box-shadow: 0 0 8px #ccc;
  -ms-box-shadow: 0 0 8px #ccc;
  box-shadow: 0 0 8px #ccc;
}
.item .item-wrap:hover .item-detail .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;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.item .item-wrap:hover .item-detail .item-content h4 a:hover {
  color: #941250;
}
.item .item-wrap2 {
  text-align: center;
  padding: 0px 15px;
  background: transparent;
  margin-bottom: 20px;
}
.item .item-wrap2 .item-detail {
  position: relative;
  background: #fff;
}
.item .item-wrap2 .item-detail .products-thumb {
  position: relative;
  text-align: center;
}
.item .item-wrap2 .item-detail .products-thumb .onsale,
.item .item-wrap2 .item-detail .products-thumb .sale-off {
  display: none;
}
.item .item-wrap2 .item-detail .products-thumb > a > img {
  display: inline-block;
  max-width: 100%;
  vertical-align: top;
}
.item .item-wrap2 .item-detail .products-thumb .item-bottom {
  z-index: 2;
  width: 132px;
  position: absolute;
  bottom: 5px;
  left: 50%;
  margin-left: -60px;
  right: auto;
  opacity: 0;
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -o-transform: translateY(40px);
  -ms-transform: translateY(40px);
  transform: translateY(40px);
}
.item .item-wrap2 .item-detail .products-thumb .item-bottom .clear {
  display: none;
}
.item .item-wrap2 .item-detail .products-thumb .item-bottom .button,
.item .item-wrap2 .item-detail .products-thumb .item-bottom .add_to_cart_button,
.item .item-wrap2 .item-detail .products-thumb .item-bottom .product_type_external,
.item .item-wrap2 .item-detail .products-thumb .item-bottom .product_type_grouped {
  text-align: center;
  color: #fff;
  height: 28px;
  line-height: 28px;
  padding: 0;
  display: inline-block;
  background-color: rgba(0,0,0,0.4);
  border-radius: 50%;
  vertical-align: top;
  overflow: hidden;
  position: relative;
  font-size: 0;
  min-width: 28px;
  margin: 0;
}
.item .item-wrap2 .item-detail .products-thumb .item-bottom .button:before,
.item .item-wrap2 .item-detail .products-thumb .item-bottom .add_to_cart_button:before,
.item .item-wrap2 .item-detail .products-thumb .item-bottom .product_type_external:before,
.item .item-wrap2 .item-detail .products-thumb .item-bottom .product_type_grouped:before {
  font-family: fontawesome;
  font-size: 14px;
  content: "\f07a";
}
.item .item-wrap2 .item-detail .products-thumb .item-bottom .button:hover,
.item .item-wrap2 .item-detail .products-thumb .item-bottom .add_to_cart_button:hover,
.item .item-wrap2 .item-detail .products-thumb .item-bottom .product_type_external:hover,
.item .item-wrap2 .item-detail .products-thumb .item-bottom .product_type_grouped:hover {
  font-size: 0;
  padding: 0;
  color: #fff;
  background-color: #941250;
}
.item .item-wrap2 .item-detail .products-thumb .item-bottom .button.loading,
.item .item-wrap2 .item-detail .products-thumb .item-bottom .add_to_cart_button.loading,
.item .item-wrap2 .item-detail .products-thumb .item-bottom .product_type_external.loading,
.item .item-wrap2 .item-detail .products-thumb .item-bottom .product_type_grouped.loading {
  background-color: transparent;
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.item .item-wrap2 .item-detail .products-thumb .item-bottom .button.loading:before,
.item .item-wrap2 .item-detail .products-thumb .item-bottom .add_to_cart_button.loading:before,
.item .item-wrap2 .item-detail .products-thumb .item-bottom .product_type_external.loading:before,
.item .item-wrap2 .item-detail .products-thumb .item-bottom .product_type_grouped.loading:before {
  text-align: center;
  left: 0;
  background-color: transparent;
  border-radius: 16px;
}
.item .item-wrap2 .item-detail .products-thumb .item-bottom .button.added,
.item .item-wrap2 .item-detail .products-thumb .item-bottom .add_to_cart_button.added,
.item .item-wrap2 .item-detail .products-thumb .item-bottom .product_type_external.added,
.item .item-wrap2 .item-detail .products-thumb .item-bottom .product_type_grouped.added {
  color: #000000;
}
.item .item-wrap2 .item-detail .products-thumb .item-bottom .button.added:after,
.item .item-wrap2 .item-detail .products-thumb .item-bottom .add_to_cart_button.added:after,
.item .item-wrap2 .item-detail .products-thumb .item-bottom .product_type_external.added:after,
.item .item-wrap2 .item-detail .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: 10px;
  color: #444;
  font-weight: bold;
}
.rtl .item .item-wrap2 .item-detail .products-thumb .item-bottom .button.added:after,
.rtl .item .item-wrap2 .item-detail .products-thumb .item-bottom .add_to_cart_button.added:after,
.rtl .item .item-wrap2 .item-detail .products-thumb .item-bottom .product_type_external.added:after,
.rtl .item .item-wrap2 .item-detail .products-thumb .item-bottom .product_type_grouped.added:after {
  margin-left: 0;
  margin-right: -4px;
}
.item .item-wrap2 .item-detail .products-thumb .item-bottom .yith-wcwl-add-to-wishlist {
  margin: 0 8px;
}
.item .item-wrap2 .item-detail .products-thumb .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button,
.item .item-wrap2 .item-detail .products-thumb .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
.item .item-wrap2 .item-detail .products-thumb .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse {
  position: relative;
}
.item .item-wrap2 .item-detail .products-thumb .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,
.item .item-wrap2 .item-detail .products-thumb .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.item .item-wrap2 .item-detail .products-thumb .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before {
  content: "\f004";
}
.item .item-wrap2 .item-detail .products-thumb .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button.show,
.item .item-wrap2 .item-detail .products-thumb .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show,
.item .item-wrap2 .item-detail .products-thumb .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show {
  display: inline-block !important;
  vertical-align: top;
}
.item .item-wrap2 .item-detail .products-thumb .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .feedback,
.item .item-wrap2 .item-detail .products-thumb .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .feedback,
.item .item-wrap2 .item-detail .products-thumb .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .feedback {
  display: none;
}
.item .item-wrap2 .item-detail .products-thumb .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .ajax-loading,
.item .item-wrap2 .item-detail .products-thumb .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .ajax-loading,
.item .item-wrap2 .item-detail .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;
}
.item .item-wrap2 .item-detail .products-thumb .item-bottom a.sw-quickview:before {
  font-size: 14px;
  content: "\f06e";
}
.item .item-wrap2 .item-detail .products-thumb .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.item .item-wrap2 .item-detail .products-thumb .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.item .item-wrap2 .item-detail .products-thumb .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
.item .item-wrap2 .item-detail .products-thumb .item-bottom a.sw-quickview {
  text-align: center;
  color: #fff;
  height: 28px;
  line-height: 28px;
  padding: 0;
  display: inline-block;
  background-color: rgba(0,0,0,0.4);
  border-radius: 50%;
  vertical-align: top;
  overflow: hidden;
  position: relative;
  font-size: 0;
  min-width: 28px;
  margin: 0;
}
.item .item-wrap2 .item-detail .products-thumb .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,
.item .item-wrap2 .item-detail .products-thumb .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.item .item-wrap2 .item-detail .products-thumb .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before,
.item .item-wrap2 .item-detail .products-thumb .item-bottom a.sw-quickview:before {
  font-family: fontawesome;
  font-size: 14px;
}
.item .item-wrap2 .item-detail .products-thumb .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover,
.item .item-wrap2 .item-detail .products-thumb .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover,
.item .item-wrap2 .item-detail .products-thumb .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover,
.item .item-wrap2 .item-detail .products-thumb .item-bottom a.sw-quickview:hover {
  font-size: 0;
  padding: 0;
  background-color: #941250;
  color: #fff;
}
.item .item-wrap2 .item-detail .products-thumb .item-bottom .add_to_cart_button,
.item .item-wrap2 .item-detail .products-thumb .item-bottom .product_type_external,
.item .item-wrap2 .item-detail .products-thumb .item-bottom .product_type_grouped,
.item .item-wrap2 .item-detail .products-thumb .item-bottom .yith-wcwl-add-to-wishlist,
.item .item-wrap2 .item-detail .products-thumb .item-bottom a.sw-quickview {
  display: inline-block;
  vertical-align: top;
  font-weight: normal;
}
.item .item-wrap2 .item-detail .products-thumb .item-bottom .yith-wcwl-wishlistaddedbrowse.show a,
.item .item-wrap2 .item-detail .products-thumb .item-bottom .yith-wcwl-wishlistexistsbrowse.show a {
  background-color: #941250;
}
.item .item-wrap2 .item-detail .products-thumb .item-bottom .yith-wcwl-wishlistaddedbrowse.show a:before,
.item .item-wrap2 .item-detail .products-thumb .item-bottom .yith-wcwl-wishlistexistsbrowse.show a:before {
  color: #fff;
}
.item .item-wrap2 .item-detail .item-content {
  text-align: center;
  padding: 0 0 15px;
}
.item .item-wrap2 .item-detail .item-content h4 {
  margin: 0 0 10px;
  font-weight: 400;
  font-family: Montserrat !important;
}
.item .item-wrap2 .item-detail .item-content h4 a {
  font-size: 14px;
  color: #000;
  text-transform: capitalize;
  z-index: 2;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.item .item-wrap2 .item-detail .item-content h4 a:hover {
  color: #941250;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.item .item-wrap2 .item-detail .item-content .item-price {
  font-size: 16px;
  float: none;
  font-weight: 600;
  position: relative;
  z-index: 2;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
  display: inline-block;
  vertical-align: top;
}
.item .item-wrap2 .item-detail .item-content .item-price del {
  float: right;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  color: #535353;
}
.item .item-wrap2 .item-detail .item-content .item-price ins {
  float: left;
}
.item .item-wrap2 .item-detail .item-content .reviews-content {
  padding: 10px 0;
  position: relative;
  z-index: 2;
  line-height: 11px;
}
.item .item-wrap2:hover {
  -webkit-box-shadow: 0 0 8px #999;
  -moz-box-shadow: 0 0 8px #999;
  -o-box-shadow: 0 0 8px #999;
  -ms-box-shadow: 0 0 8px #999;
  box-shadow: 0 0 8px #999;
}
.item .item-wrap2:hover .item-detail .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;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.item .item-wrap2:hover .item-detail .item-content h4 a {
  color: #941250;
}
.item .item-wrap2:hover .item-detail .item-content .item-price,
.item .item-wrap2:hover .item-detail .item-content .reviews-content {
  opacity: 1;
}
.item .item-wrap3 {
  background-color: #fff;
  text-align: center;
}
.item .item-wrap3 .item-detail {
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
  border: 1px transparent solid;
}
.item .item-wrap3 .item-detail .onsale {
  display: none;
}
.item .item-wrap3 .item-detail .products-thumb {
  position: relative;
  overflow: hidden;
  margin-bottom: 5px;
}
.item .item-wrap3 .item-detail .products-thumb a img {
  width: 100%;
}
.item .item-wrap3 .item-detail .products-thumb .item-countdown {
  position: absolute;
  left: 0;
  bottom: -70px;
  width: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.rtl .item .item-wrap3 .item-detail .products-thumb .item-countdown {
  left: auto;
  right: 0;
}
.item .item-wrap3 .item-detail .products-thumb .item-countdown .countdown-row .countdown-section {
  display: inline-block;
  width: 25%;
  background: #eee;
  padding: 8px 0;
  border: 1px #e1e1e1 solid;
  border-width: 0 1px;
}
.item .item-wrap3 .item-detail .products-thumb .item-countdown .countdown-row .countdown-section span {
  display: block;
}
.item .item-wrap3 .item-detail .products-thumb .item-countdown .countdown-row .countdown-section .countdown-amount {
  font-size: 20px;
  color: #1c1c1c;
  height: auto;
  width: auto;
  line-height: normal;
  background-color: #eee;
}
.item .item-wrap3 .item-detail .products-thumb .item-countdown .countdown-row .countdown-section .countdown-period {
  font-size: 10px;
  color: #7a7a7a;
}
.item .item-wrap3 .item-detail .item-content {
  padding: 0px 10px 30px;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.home-style4 .item .item-wrap3 .item-detail .item-content {
  padding: 0 10px 20px;
}
.item .item-wrap3 .item-detail .item-content h4 {
  margin: 20px 0 25px 0;
}
.item .item-wrap3 .item-detail .item-content h4 a {
  font-size: 20px;
  color: #262e31;
  text-transform: capitalize;
  position: relative;
  z-index: 2;
  display: block;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  transition: all .5s;
}
.item .item-wrap3 .item-detail .item-content h4 a:after {
  content: "";
  background: #e7edf0;
  height: 1px;
  width: 30px;
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -15px;
}
.rtl .item .item-wrap3 .item-detail .item-content h4 a:after {
  left: auto;
  right: 50%;
  margin-right: -15px;
  margin-left: 0;
}
.item .item-wrap3 .item-detail .item-content h4 a:hover {
  color: #941250;
}
.item .item-wrap3 .item-detail .item-content .item-price {
  font-size: 20px;
  float: none;
  position: relative;
  z-index: 2;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  transition: all .5s;
}
.item .item-wrap3 .item-detail .item-content .item-price del {
  font-size: 14px;
  color: #98a4a9;
  margin-top: 5px;
  text-decoration: line-through;
}
.item .item-wrap3 .item-detail .item-content .reviews-content {
  float: right;
  line-height: 13px;
  padding: 8px 0;
  position: relative;
  z-index: 2;
  width: 100%;
}
.rtl .item .item-wrap3 .item-detail .item-content .reviews-content {
  float: left;
}
.item .item-wrap3 .item-detail .item-content .item-bottom {
  position: absolute;
  font-size: 15px;
  top: 15px;
  bottom: auto;
  right: 20px;
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
}
.rtl .item .item-wrap3 .item-detail .item-content .item-bottom {
  right: auto;
  left: 20px;
}
.item .item-wrap3 .item-detail .item-content .item-bottom .clear {
  display: none;
}
.item .item-wrap3 .item-detail .item-content .item-bottom a.ajax_add_to_cart,
.item .item-wrap3 .item-detail .item-content .item-bottom .add_to_cart_button,
.item .item-wrap3 .item-detail .item-content .item-bottom .product_type_external,
.item .item-wrap3 .item-detail .item-content .item-bottom .product_type_grouped {
  background: #ffb6b8 url('../assets/img/icon_cart.png') center center no-repeat !important;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.item .item-wrap3 .item-detail .item-content .item-bottom a.ajax_add_to_cart.loading,
.item .item-wrap3 .item-detail .item-content .item-bottom .add_to_cart_button.loading,
.item .item-wrap3 .item-detail .item-content .item-bottom .product_type_external.loading,
.item .item-wrap3 .item-detail .item-content .item-bottom .product_type_grouped.loading {
  background-color: #941250;
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.item .item-wrap3 .item-detail .item-content .item-bottom a.ajax_add_to_cart.loading:before,
.item .item-wrap3 .item-detail .item-content .item-bottom .add_to_cart_button.loading:before,
.item .item-wrap3 .item-detail .item-content .item-bottom .product_type_external.loading:before,
.item .item-wrap3 .item-detail .item-content .item-bottom .product_type_grouped.loading:before {
  text-align: center;
  left: 0;
  background-color: #941250;
}
.item .item-wrap3 .item-detail .item-content .item-bottom a.ajax_add_to_cart.added,
.item .item-wrap3 .item-detail .item-content .item-bottom .add_to_cart_button.added,
.item .item-wrap3 .item-detail .item-content .item-bottom .product_type_external.added,
.item .item-wrap3 .item-detail .item-content .item-bottom .product_type_grouped.added {
  background-color: #941250;
}
.item .item-wrap3 .item-detail .item-content .item-bottom a.ajax_add_to_cart.added:before,
.item .item-wrap3 .item-detail .item-content .item-bottom .add_to_cart_button.added:before,
.item .item-wrap3 .item-detail .item-content .item-bottom .product_type_external.added:before,
.item .item-wrap3 .item-detail .item-content .item-bottom .product_type_grouped.added:before {
  color: #fff;
}
.item .item-wrap3 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist {
  margin: 0;
}
.item .item-wrap3 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button,
.item .item-wrap3 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
.item .item-wrap3 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse {
  position: relative;
}
.item .item-wrap3 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.item .item-wrap3 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.item .item-wrap3 .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-wrap3 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,
.item .item-wrap3 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.item .item-wrap3 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before {
  content: "\f004";
}
.item .item-wrap3 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button.show,
.item .item-wrap3 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show,
.item .item-wrap3 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show {
  display: inline-block !important;
  vertical-align: top;
}
.item .item-wrap3 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .feedback,
.item .item-wrap3 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .feedback,
.item .item-wrap3 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .feedback {
  display: none;
}
.item .item-wrap3 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .ajax-loading,
.item .item-wrap3 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .ajax-loading,
.item .item-wrap3 .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-wrap3 .item-detail .item-content .item-bottom .compare-button a {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  transition: all .5s;
}
.item .item-wrap3 .item-detail .item-content .item-bottom .compare-button a:before {
  content: "\f0ec";
}
.item .item-wrap3 .item-detail .item-content .item-bottom .sw-quickview {
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -o-transition: all .6s;
  -ms-transition: all .6s;
  transition: all .6s;
}
.item .item-wrap3 .item-detail .item-content .item-bottom .sw-quickview:before {
  content: "\f002";
}
.item .item-wrap3 .item-detail .item-content .item-bottom a.ajax_add_to_cart,
.item .item-wrap3 .item-detail .item-content .item-bottom .add_to_cart_button,
.item .item-wrap3 .item-detail .item-content .item-bottom .product_type_external,
.item .item-wrap3 .item-detail .item-content .item-bottom .product_type_grouped,
.item .item-wrap3 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.item .item-wrap3 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.item .item-wrap3 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
.item .item-wrap3 .item-detail .item-content .item-bottom .compare-button a,
.item .item-wrap3 .item-detail .item-content .item-bottom .sw-quickview {
  color: #fff;
  font-weight: 500;
  height: 50px;
  line-height: 50px;
  padding: 0;
  background-color: #941250;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  position: relative;
  font-size: 0;
  min-width: 50px;
  margin: 5px 0;
  -webkit-transform: translateY(60px);
  -moz-transform: translateY(60px);
  -o-transform: translateY(60px);
  -ms-transform: translateY(60px);
  transform: translateY(60px);
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
}
.item .item-wrap3 .item-detail .item-content .item-bottom a.ajax_add_to_cart:before,
.item .item-wrap3 .item-detail .item-content .item-bottom .add_to_cart_button:before,
.item .item-wrap3 .item-detail .item-content .item-bottom .product_type_external:before,
.item .item-wrap3 .item-detail .item-content .item-bottom .product_type_grouped:before,
.item .item-wrap3 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,
.item .item-wrap3 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.item .item-wrap3 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before,
.item .item-wrap3 .item-detail .item-content .item-bottom .compare-button a:before,
.item .item-wrap3 .item-detail .item-content .item-bottom .sw-quickview:before {
  font-family: fontawesome;
  font-size: 14px;
  color: #111111;
  position: absolute;
  left: 18px;
}
.rtl .item .item-wrap3 .item-detail .item-content .item-bottom a.ajax_add_to_cart:before,
.rtl .item .item-wrap3 .item-detail .item-content .item-bottom .add_to_cart_button:before,
.rtl .item .item-wrap3 .item-detail .item-content .item-bottom .product_type_external:before,
.rtl .item .item-wrap3 .item-detail .item-content .item-bottom .product_type_grouped:before,
.rtl .item .item-wrap3 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,
.rtl .item .item-wrap3 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.rtl .item .item-wrap3 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before,
.rtl .item .item-wrap3 .item-detail .item-content .item-bottom .compare-button a:before,
.rtl .item .item-wrap3 .item-detail .item-content .item-bottom .sw-quickview:before {
  left: auto;
  right: 18px;
}
.item .item-wrap3 .item-detail .item-content .item-bottom a.ajax_add_to_cart:hover,
.item .item-wrap3 .item-detail .item-content .item-bottom .add_to_cart_button:hover,
.item .item-wrap3 .item-detail .item-content .item-bottom .product_type_external:hover,
.item .item-wrap3 .item-detail .item-content .item-bottom .product_type_grouped:hover,
.item .item-wrap3 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover,
.item .item-wrap3 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover,
.item .item-wrap3 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover,
.item .item-wrap3 .item-detail .item-content .item-bottom .compare-button a:hover,
.item .item-wrap3 .item-detail .item-content .item-bottom .sw-quickview:hover {
  min-width: 50px;
  background-color: #941250 !important;
  color: #fff;
  font-size: 0;
  padding: 0;
}
.item .item-wrap3 .item-detail .item-content .item-bottom a.ajax_add_to_cart:hover:before,
.item .item-wrap3 .item-detail .item-content .item-bottom .add_to_cart_button:hover:before,
.item .item-wrap3 .item-detail .item-content .item-bottom .product_type_external:hover:before,
.item .item-wrap3 .item-detail .item-content .item-bottom .product_type_grouped:hover:before,
.item .item-wrap3 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover:before,
.item .item-wrap3 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover:before,
.item .item-wrap3 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover:before,
.item .item-wrap3 .item-detail .item-content .item-bottom .compare-button a:hover:before,
.item .item-wrap3 .item-detail .item-content .item-bottom .sw-quickview:hover:before {
  color: #fff;
}
.item .item-wrap3 .item-detail .item-content .item-bottom a.ajax_add_to_cart,
.item .item-wrap3 .item-detail .item-content .item-bottom .add_to_cart_button,
.item .item-wrap3 .item-detail .item-content .item-bottom .product_type_external,
.item .item-wrap3 .item-detail .item-content .item-bottom .product_type_grouped,
.item .item-wrap3 .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist,
.item .item-wrap3 .item-detail .item-content .item-bottom .compare-button a,
.item .item-wrap3 .item-detail .item-content .item-bottom .sw-quickview {
  vertical-align: top;
}
.item .item-wrap3 .item-detail .item-content .item-bottom .yith-wcwl-wishlistaddedbrowse.show a,
.item .item-wrap3 .item-detail .item-content .item-bottom .yith-wcwl-wishlistexistsbrowse.show a {
  background-color: #941250 !important;
}
.item .item-wrap3 .item-detail .item-content .item-bottom .yith-wcwl-wishlistaddedbrowse.show a:before,
.item .item-wrap3 .item-detail .item-content .item-bottom .yith-wcwl-wishlistexistsbrowse.show a:before {
  color: #fff;
}
.item .item-wrap3:hover .products-thumb .item-countdown {
  bottom: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.item .item-wrap3:hover .item-detail {
  border: 1px #ffb6b8 solid;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.item .item-wrap3:hover .item-detail .item-content .item-bottom {
  opacity: 1;
  filter: alpha(opacity=100);
}
.item .item-wrap3:hover .item-detail .item-content .item-bottom a.ajax_add_to_cart,
.item .item-wrap3:hover .item-detail .item-content .item-bottom .add_to_cart_button,
.item .item-wrap3:hover .item-detail .item-content .item-bottom .product_type_external,
.item .item-wrap3:hover .item-detail .item-content .item-bottom .product_type_grouped,
.item .item-wrap3:hover .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.item .item-wrap3:hover .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.item .item-wrap3:hover .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
.item .item-wrap3:hover .item-detail .item-content .item-bottom .compare-button a,
.item .item-wrap3:hover .item-detail .item-content .item-bottom .sw-quickview {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  background: #ffb6b8;
}
.item .item-wrap3:hover .item-detail .item-content .item-bottom a.ajax_add_to_cart:before,
.item .item-wrap3:hover .item-detail .item-content .item-bottom .add_to_cart_button:before,
.item .item-wrap3:hover .item-detail .item-content .item-bottom .product_type_external:before,
.item .item-wrap3:hover .item-detail .item-content .item-bottom .product_type_grouped:before,
.item .item-wrap3:hover .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,
.item .item-wrap3:hover .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.item .item-wrap3:hover .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before,
.item .item-wrap3:hover .item-detail .item-content .item-bottom .compare-button a:before,
.item .item-wrap3:hover .item-detail .item-content .item-bottom .sw-quickview:before {
  color: #fff;
}
.tag-style1 {
  padding: 11px 0;
  text-align: center;
  margin: 0;
}
.tag-style1 .widget_tag_cloud .widgettitle {
  font-size: 13px;
  color: #222;
  margin: 2px 15px 0 0;
  display: inline-block;
  vertical-align: top;
}
.rtl .tag-style1 .widget_tag_cloud .widgettitle {
  margin-right: 0;
  margin: 2px 0 0 15px;
}
.tag-style1 .widget_tag_cloud .tagcloud {
  display: inline-block;
  vertical-align: top;
}
.tag-style1 .widget_tag_cloud .tagcloud a {
  color: #666;
  font-size: 13px !important;
  padding: 0 5px;
  text-transform: capitalize;
}
.tag-style1 .widget_tag_cloud .tagcloud a:hover {
  color: #941250;
}
.heading-style1 {
  padding: 14px 0;
  border-bottom: 2px solid #eeeeee;
  position: relative;
  text-transform: capitalize;
  margin-bottom: 30px;
}
.heading-style1:before {
  content: "";
  background: #941250;
  width: 100px;
  height: 2px;
  position: absolute;
  bottom: -2px;
  left: 50%;
  margin-left: -50px;
}
.banner-single {
  overflow: hidden;
  border-radius: 4px;
}
.banner-single .vc_figure {
  width: 100%;
}
.banner-single .vc_figure a {
  width: 100%;
}
.banner-single .vc_figure a img {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  width: 100%;
}
.banner-single .vc_figure a img:hover {
  opacity: 1;
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -o-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.testimonial-home2 .wpb_single_image {
  margin: 0;
  padding-top: 70px;
}
.testimonial-home2 h2.testimonial-title {
  text-align: center;
  font-size: 24px;
  color: #333;
  margin-top: 30px;
}
.testimonial-home2 h2.testimonial-title span {
  font-weight: 700;
  color: #941250;
  text-transform: uppercase;
}
.cpanel-control {
  display: none;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.rtl.woocommerce .widget_layered_nav ul li.chosen a::after,
.rtl.woocommerce .widget_layered_nav_filters ul li a::after {
  line-height: 1;
  content: "\e013";
  font-family: WooCommerce;
  font-weight: 400;
  color: #a00;
  speak: none;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  margin-left: 10px;
}
.woocommerce .listing-title h1,
.woocommerce-page .listing-title h1 {
  margin: 40px 0 0;
}
.woocommerce.rtl .woocommerce .cart-collaterals .cart_totals,
.woocommerce-page.rtl .woocommerce .cart-collaterals .cart_totals {
  text-align: right;
}
.woocommerce input.input-text,
.woocommerce-page input.input-text {
  height: 35px;
  background-color: #eee;
  border: 1px solid #ddd;
  text-indent: 10px;
}
.woocommerce .woocommerce-checkout #payment div.form-row,
.woocommerce-page .woocommerce-checkout #payment div.form-row {
  margin-bottom: 40px;
}
.woocommerce #customer_login h2,
.woocommerce-page #customer_login h2 {
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
  margin-bottom: 20px;
  font-size: 24px;
  text-transform: uppercase;
}
.woocommerce #customer_login form.login,
.woocommerce #customer_login form.register,
.woocommerce-page #customer_login form.login,
.woocommerce-page #customer_login form.register {
  border: 0;
  padding: 0;
}
.woocommerce #customer_login form.login .form-row .input-text,
.woocommerce #customer_login form.register .form-row .input-text,
.woocommerce-page #customer_login form.login .form-row .input-text,
.woocommerce-page #customer_login form.register .form-row .input-text {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  background: #eee;
  border: 0;
}
.woocommerce #customer_login form.login .form-row .input-text#password,
.woocommerce #customer_login form.register .form-row .input-text#password,
.woocommerce-page #customer_login form.login .form-row .input-text#password,
.woocommerce-page #customer_login form.register .form-row .input-text#password {
  width: 100%;
}
.woocommerce form.lost_reset_password .form-row,
.woocommerce-page form.lost_reset_password .form-row {
  width: 300px;
  max-width: 100%;
}
.woocommerce form.lost_reset_password .form-row .input-text,
.woocommerce-page form.lost_reset_password .form-row .input-text {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  background: #eee;
  border: 0;
}
.woocommerce form.lost_reset_password .form-row input.button,
.woocommerce-page form.lost_reset_password .form-row input.button {
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  margin-bottom: 10px;
  margin-top: 0;
}
.woocommerce form.lost_reset_password .form-row input.button:hover,
.woocommerce-page form.lost_reset_password .form-row input.button:hover {
  background: #670c37;
  color: #fff;
}
.woocommerce .woocommerce form .form-row label,
.woocommerce-page .woocommerce form .form-row label {
  font-weight: normal;
}
.woocommerce .woocommerce-checkout table.shop_table th,
.woocommerce .woocommerce-checkout table.shop_table td,
.woocommerce-page .woocommerce-checkout table.shop_table th,
.woocommerce-page .woocommerce-checkout table.shop_table td {
  border: 0;
}
.woocommerce .woocommerce-checkout table.shop_table th,
.woocommerce-page .woocommerce-checkout table.shop_table th {
  color: #222;
  font-family: Helvetica, Arial, sans-serif;
}
.woocommerce .woocommerce-checkout .col-1 h3,
.woocommerce .woocommerce-checkout .col-2 h3,
.woocommerce-page .woocommerce-checkout .col-1 h3,
.woocommerce-page .woocommerce-checkout .col-2 h3 {
  color: #222;
}
.woocommerce .woocommerce-checkout .woocommerce-checkout-payment label,
.woocommerce-page .woocommerce-checkout .woocommerce-checkout-payment label {
  color: #222;
  font-family: Helvetica, Arial, sans-serif;
}
.woocommerce .woocommerce .checkout #order_review table.shop_table td,
.woocommerce .woocommerce .checkout #order_review table.shop_table tfoot th,
.woocommerce .woocommerce-page .checkout #order_review table.shop_table td,
.woocommerce .woocommerce-page .checkout #order_review table.shop_table tfoot th,
.woocommerce-page .woocommerce .checkout #order_review table.shop_table td,
.woocommerce-page .woocommerce .checkout #order_review table.shop_table tfoot th,
.woocommerce-page .woocommerce-page .checkout #order_review table.shop_table td,
.woocommerce-page .woocommerce-page .checkout #order_review table.shop_table tfoot th {
  border-top: 1px solid #fff;
  padding: 10px 15px;
  border-right: 0;
}
.woocommerce .entry-summary form.register input[type="submit"],
.woocommerce-page .entry-summary form.register input[type="submit"] {
  text-transform: uppercase;
  height: 35px;
  line-height: 35px;
  padding: 0 15px;
}
.woocommerce .entry-content form.login,
.woocommerce-page .entry-content form.login {
  border: 0;
  padding: 0;
}
.woocommerce .entry-content form.login .form-row-first,
.woocommerce .entry-content form.login .form-row-last,
.woocommerce-page .entry-content form.login .form-row-first,
.woocommerce-page .entry-content form.login .form-row-last {
  float: left;
  width: 48.5%;
  padding: 0;
  margin-bottom: 15px;
}
.woocommerce .entry-content form.login .form-row-first .input-text,
.woocommerce .entry-content form.login .form-row-last .input-text,
.woocommerce-page .entry-content form.login .form-row-first .input-text,
.woocommerce-page .entry-content form.login .form-row-last .input-text {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  background: #eee;
  border: 0;
}
.woocommerce .entry-content form.login .form-row-last,
.woocommerce-page .entry-content form.login .form-row-last {
  margin-left: 3%;
}
.woocommerce .entry-content form.login .form-row label.inline,
.woocommerce-page .entry-content form.login .form-row label.inline {
  clear: both;
  display: block;
  line-height: normal;
  vertical-align: top;
}
.woocommerce .entry-content form.login .form-row input.button,
.woocommerce-page .entry-content form.login .form-row input.button {
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
  height: 35px;
  line-height: 35px;
  padding: 0 15px;
}
.woocommerce .entry-content form.login .form-row input.button:hover,
.woocommerce-page .entry-content form.login .form-row input.button:hover {
  background: #670c37;
  color: #fff;
}
.woocommerce .entry-content form.login .lost_password a,
.woocommerce-page .entry-content form.login .lost_password a {
  color: #941250;
}
.woocommerce .entry-content form.login .lost_password a:hover,
.woocommerce-page .entry-content form.login .lost_password a:hover {
  color: #500a2b;
}
.woocommerce .entry-content .checkout_coupon,
.woocommerce-page .entry-content .checkout_coupon {
  padding: 0;
  border: 0;
}
.woocommerce .entry-content .checkout_coupon .form-row,
.woocommerce-page .entry-content .checkout_coupon .form-row {
  width: 180px;
  float: left;
  padding: 0;
}
.woocommerce .entry-content .checkout_coupon .form-row.form-row-last,
.woocommerce-page .entry-content .checkout_coupon .form-row.form-row-last {
  text-align: center;
}
.woocommerce .entry-content .checkout_coupon .form-row .input-text,
.woocommerce-page .entry-content .checkout_coupon .form-row .input-text {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  background: #eee;
  border: 0;
}
.woocommerce .entry-content .checkout_coupon .form-row input.button,
.woocommerce-page .entry-content .checkout_coupon .form-row input.button {
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  height: 35px;
  text-transform: uppercase;
}
.woocommerce .entry-content .checkout_coupon .form-row input.button:hover,
.woocommerce-page .entry-content .checkout_coupon .form-row input.button:hover {
  background: #670c37;
  color: #fff;
}
.woocommerce .checkout .col2-set .col-1,
.woocommerce .checkout .col2-set .col-2,
.woocommerce-page .checkout .col2-set .col-1,
.woocommerce-page .checkout .col2-set .col-2 {
  float: left;
  width: 50%;
}
.woocommerce .checkout .col2-set .col-1 h3,
.woocommerce .checkout .col2-set .col-2 h3,
.woocommerce-page .checkout .col2-set .col-1 h3,
.woocommerce-page .checkout .col2-set .col-2 h3 {
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-weight: normal;
}
.woocommerce .checkout .col2-set .col-1 .chosen-container-single .chosen-single,
.woocommerce .checkout .col2-set .col-2 .chosen-container-single .chosen-single,
.woocommerce-page .checkout .col2-set .col-1 .chosen-container-single .chosen-single,
.woocommerce-page .checkout .col2-set .col-2 .chosen-container-single .chosen-single {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.woocommerce .checkout .col2-set .col-1 input,
.woocommerce .checkout .col2-set .col-1 textarea,
.woocommerce .checkout .col2-set .col-2 input,
.woocommerce .checkout .col2-set .col-2 textarea,
.woocommerce-page .checkout .col2-set .col-1 input,
.woocommerce-page .checkout .col2-set .col-1 textarea,
.woocommerce-page .checkout .col2-set .col-2 input,
.woocommerce-page .checkout .col2-set .col-2 textarea {
  background: #eee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border: 0;
}
.woocommerce .checkout .col2-set .col-1 textarea,
.woocommerce .checkout .col2-set .col-2 textarea,
.woocommerce-page .checkout .col2-set .col-1 textarea,
.woocommerce-page .checkout .col2-set .col-2 textarea {
  padding: 10px;
  min-height: 80px;
}
.woocommerce .checkout .col2-set .col-1 .woocommerce-billing-fields,
.woocommerce-page .checkout .col2-set .col-1 .woocommerce-billing-fields {
  padding-right: 15px;
}
.woocommerce .checkout .col2-set .col-2 .woocommerce-shipping-fields,
.woocommerce-page .checkout .col2-set .col-2 .woocommerce-shipping-fields {
  padding-left: 15px;
}
.woocommerce .checkout .col2-set .col-2 .woocommerce-shipping-fields h3#ship-to-different-address,
.woocommerce-page .checkout .col2-set .col-2 .woocommerce-shipping-fields h3#ship-to-different-address {
  padding: 0 0 10px;
  width: 100%;
}
.woocommerce .checkout .col2-set .col-2 .woocommerce-shipping-fields h3#ship-to-different-address > label,
.woocommerce-page .checkout .col2-set .col-2 .woocommerce-shipping-fields h3#ship-to-different-address > label {
  padding: 0;
  margin: 0;
  font-weight: normal;
  vertical-align: top;
  display: inline-block;
}
.woocommerce .checkout .col2-set .col-2 .woocommerce-shipping-fields h3#ship-to-different-address > input,
.woocommerce-page .checkout .col2-set .col-2 .woocommerce-shipping-fields h3#ship-to-different-address > input {
  display: inline-block;
  vertical-align: top;
  margin: 6px 5px 0;
}
.woocommerce .checkout #order_review table.shop_table,
.woocommerce-page .checkout #order_review table.shop_table {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border: 0;
}
.woocommerce .checkout #order_review table.shop_table td,
.woocommerce .checkout #order_review table.shop_table tfoot th,
.woocommerce-page .checkout #order_review table.shop_table td,
.woocommerce-page .checkout #order_review table.shop_table tfoot th {
  border-top: 1px solid #fff;
  padding: 10px 15px;
}
.woocommerce .checkout #order_review table.shop_table tr,
.woocommerce-page .checkout #order_review table.shop_table tr {
  background: #eee;
}
.woocommerce .checkout #order_review table.shop_table tr:hover,
.woocommerce-page .checkout #order_review table.shop_table tr:hover {
  background: #d5d5d5;
  cursor: pointer;
}
.woocommerce .checkout #payment,
.woocommerce-page .checkout #payment {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.woocommerce .checkout #payment .terms,
.woocommerce-page .checkout #payment .terms {
  float: none;
}
.woocommerce .checkout #payment .terms .input-checkbox,
.woocommerce-page .checkout #payment .terms .input-checkbox {
  margin-top: 6px;
}
.woocommerce .checkout #payment #place_order,
.woocommerce-page .checkout #payment #place_order {
  width: auto;
  border: 0;
  padding: 10px 20px;
  background: #941250;
  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: #500a2b;
}
.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 #eeeeee;
}
.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 #eeeeee;
  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 #eeeeee;
  display: table-cell;
  text-align: left !important;
}
.woocommerce form table.shop_table.shop_table_responsive tbody tr td:before,
.woocommerce-page form table.shop_table.shop_table_responsive tbody tr td:before {
  display: none;
}
.woocommerce form table.shop_table.shop_table_responsive tbody tr.cart_item td,
.woocommerce-page form table.shop_table.shop_table_responsive tbody tr.cart_item td {
  border: 0;
}
.woocommerce form table.shop_table.shop_table_responsive tr,
.woocommerce-page form table.shop_table.shop_table_responsive tr {
  border: 0;
}
.woocommerce form table.shop_table.shop_table_responsive tr td,
.woocommerce-page form table.shop_table.shop_table_responsive tr td {
  border: 0;
}
.woocommerce form table.shop_table.shop_table_responsive tr td.product-thumbnail img,
.woocommerce-page form table.shop_table.shop_table_responsive tr td.product-thumbnail img {
  width: 70px;
}
.woocommerce form table.shop_table.shop_table_responsive tr td.product-remove,
.woocommerce-page form table.shop_table.shop_table_responsive tr td.product-remove {
  font-size: 24px;
}
.woocommerce form table.shop_table.shop_table_responsive tr td.product-quantity .quantity,
.woocommerce-page form table.shop_table.shop_table_responsive tr td.product-quantity .quantity {
  border: 1px solid #eeeeee;
  overflow: visible;
  display: inline-block;
}
.woocommerce form table.shop_table.shop_table_responsive tr td.product-quantity .quantity input.qty,
.woocommerce-page form table.shop_table.shop_table_responsive tr td.product-quantity .quantity input.qty {
  height: 30px;
  min-height: initial;
  border: 0;
  float: left;
  text-indent: inherit;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.woocommerce form table.shop_table.shop_table_responsive tr td.product-quantity .quantity input[type=number],
.woocommerce-page form table.shop_table.shop_table_responsive tr td.product-quantity .quantity input[type=number] {
  -moz-appearance: textfield;
}
.woocommerce form table.shop_table.shop_table_responsive tr td.product-quantity .quantity input::-webkit-outer-spin-button,
.woocommerce form table.shop_table.shop_table_responsive tr td.product-quantity .quantity input::-webkit-inner-spin-button,
.woocommerce-page form table.shop_table.shop_table_responsive tr td.product-quantity .quantity input::-webkit-outer-spin-button,
.woocommerce-page form table.shop_table.shop_table_responsive tr td.product-quantity .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.woocommerce form table.shop_table.shop_table_responsive tr td.product-quantity .quantity .minus,
.woocommerce form table.shop_table.shop_table_responsive tr td.product-quantity .quantity .plus,
.woocommerce-page form table.shop_table.shop_table_responsive tr td.product-quantity .quantity .minus,
.woocommerce-page form table.shop_table.shop_table_responsive tr td.product-quantity .quantity .plus {
  float: left;
  position: static;
  background: #ccc;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  height: auto;
  height: 30px;
  width: 25px;
  border: 0;
  font-size: 18px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  font-weight: normal;
  display: block !important;
}
.woocommerce form table.shop_table.shop_table_responsive tr td.product-quantity .quantity .minus:hover,
.woocommerce form table.shop_table.shop_table_responsive tr td.product-quantity .quantity .plus:hover,
.woocommerce-page form table.shop_table.shop_table_responsive tr td.product-quantity .quantity .minus:hover,
.woocommerce-page form table.shop_table.shop_table_responsive tr td.product-quantity .quantity .plus:hover {
  background: #941250;
  color: #fff;
}
.woocommerce form table.shop_table.shop_table_responsive tr td.actions,
.woocommerce-page form table.shop_table.shop_table_responsive tr td.actions {
  padding: 25px 10px 5px;
}
.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;
  margin: 0 0 15px;
  min-width: 360px;
}
.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: 28px;
  padding: 5px 10px;
  width: 180px;
}
.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 .coupon button,
.woocommerce-page form table.shop_table.shop_table_responsive tr td.actions .coupon button {
  width: 150px;
}
.woocommerce form table.shop_table.shop_table_responsive tr td.actions .button,
.woocommerce-page form table.shop_table.shop_table_responsive tr td.actions .button {
  background: #941250 !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  font-weight: normal;
  color: #fff;
  margin: 0 5px;
  border-color: #941250;
  vertical-align: top;
  width: auto;
  padding: 7px 15px;
  text-transform: capitalize;
}
.woocommerce form table.shop_table.shop_table_responsive tr td.actions .button:hover,
.woocommerce-page form table.shop_table.shop_table_responsive tr td.actions .button:hover {
  background: #670c37 !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: #941250;
  color: #fff;
  border-color: #941250;
}
.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: #941250;
  color: #fff;
  border-color: #941250;
}
.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: #670c37;
}
.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;
  margin: 40px 0 0;
}
.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: #941250;
}
.woocommerce > .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button,
.woocommerce-page > .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button {
  background: #941250;
  display: inline-block;
  text-shadow: none;
  font-weight: normal;
  font-size: 14px;
  padding: 7px 15px;
  text-transform: capitalize;
}
.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: #670c37;
}
.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: #941250;
  color: #fff;
  border-color: #941250;
  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: #670c37;
}
.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: #941250;
  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: #941250;
  color: #fff;
}
.woocommerce #content .woocommerce-message .wc-forward:hover,
.woocommerce #content .woocommerce-error .wc-forward:hover,
.woocommerce #content .woocommerce-info .wc-forward:hover,
.woocommerce #contents .woocommerce-message .wc-forward:hover,
.woocommerce #contents .woocommerce-error .wc-forward:hover,
.woocommerce #contents .woocommerce-info .wc-forward:hover,
.woocommerce-page #content .woocommerce-message .wc-forward:hover,
.woocommerce-page #content .woocommerce-error .wc-forward:hover,
.woocommerce-page #content .woocommerce-info .wc-forward:hover,
.woocommerce-page #contents .woocommerce-message .wc-forward:hover,
.woocommerce-page #contents .woocommerce-error .wc-forward:hover,
.woocommerce-page #contents .woocommerce-info .wc-forward:hover {
  opacity: 0.7;
}
.woocommerce #reviews #review_form_wrapper h3,
.woocommerce-page #reviews #review_form_wrapper h3 {
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-size: 18px;
  text-transform: uppercase;
}
.woocommerce #reviews #review_form_wrapper .comment-form input,
.woocommerce #reviews #review_form_wrapper .comment-form textarea,
.woocommerce-page #reviews #review_form_wrapper .comment-form input,
.woocommerce-page #reviews #review_form_wrapper .comment-form textarea {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  padding: 7px 10px;
  width: 60%;
}
.woocommerce #reviews #review_form_wrapper .comment-form textarea,
.woocommerce-page #reviews #review_form_wrapper .comment-form textarea {
  width: 100%;
}
.woocommerce #reviews #review_form_wrapper .comment-form input#submit,
.woocommerce-page #reviews #review_form_wrapper .comment-form input#submit {
  width: auto;
  color: #fff;
  background-color: #941250;
  text-transform: capitalize;
  border-radius: 3px;
}
.woocommerce #reviews #review_form_wrapper .comment-form input#submit:hover,
.woocommerce-page #reviews #review_form_wrapper .comment-form input#submit:hover {
  color: #fff;
  background: #670c37;
}
.woocommerce #reviews #review_form_wrapper .comment-form .comment-form-author,
.woocommerce #reviews #review_form_wrapper .comment-form .comment-form-email,
.woocommerce-page #reviews #review_form_wrapper .comment-form .comment-form-author,
.woocommerce-page #reviews #review_form_wrapper .comment-form .comment-form-email {
  width: 50%;
  float: left;
}
.woocommerce #reviews #review_form_wrapper .comment-form .comment-form-author label,
.woocommerce #reviews #review_form_wrapper .comment-form .comment-form-email label,
.woocommerce-page #reviews #review_form_wrapper .comment-form .comment-form-author label,
.woocommerce-page #reviews #review_form_wrapper .comment-form .comment-form-email label {
  display: block;
}
.woocommerce #reviews #review_form_wrapper .comment-form .comment-form-author input,
.woocommerce #reviews #review_form_wrapper .comment-form .comment-form-email input,
.woocommerce-page #reviews #review_form_wrapper .comment-form .comment-form-author input,
.woocommerce-page #reviews #review_form_wrapper .comment-form .comment-form-email input {
  width: 100%;
}
.woocommerce #reviews #review_form_wrapper .comment-form .comment-form-author,
.woocommerce-page #reviews #review_form_wrapper .comment-form .comment-form-author {
  padding-right: 15px;
}
.woocommerce table.my_account_orders,
.woocommerce-page table.my_account_orders {
  font-size: 1em;
}
.woocommerce table.my_account_orders tr th,
.woocommerce-page table.my_account_orders tr th {
  background: #ccc;
}
.woocommerce table.my_account_orders tr td.order-actions .button,
.woocommerce-page table.my_account_orders tr td.order-actions .button {
  background: #333;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  color: #fff;
  text-shadow: none;
  font-weight: normal;
  border: 0;
}
.woocommerce table.my_account_orders tr td.order-actions .button:hover,
.woocommerce-page table.my_account_orders tr td.order-actions .button:hover {
  background: #941250;
}
.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: #eeeeee;
  color: #222;
  font-family: Helvetica, Arial, sans-serif;
}
.woocommerce .product-price,
.woocommerce .product-subtotal,
.woocommerce-page .product-price,
.woocommerce-page .product-subtotal {
  color: #ff2b2b;
}
.woocommerce .product-price del,
.woocommerce .product-subtotal del,
.woocommerce-page .product-price del,
.woocommerce-page .product-subtotal del {
  color: #888;
}
.woocommerce .product-name a,
.woocommerce-page .product-name a {
  color: #222;
}
.woocommerce form table.wishlist_table,
.woocommerce-page form table.wishlist_table {
  border-collapse: collapse;
}
.woocommerce form table.wishlist_table th.product-thumbnail,
.woocommerce-page form table.wishlist_table th.product-thumbnail {
  border: 0;
}
.woocommerce form table.wishlist_table tfoot,
.woocommerce-page form table.wishlist_table tfoot {
  border-top: 1px solid #eeeeee;
}
.woocommerce form table.wishlist_table tr td,
.woocommerce-page form table.wishlist_table tr td {
  text-align: start;
  padding: 10px 12px;
}
.woocommerce form table.wishlist_table tr td.product-price,
.woocommerce-page form table.wishlist_table tr td.product-price {
  color: #ff2b2b;
}
.woocommerce form table.wishlist_table tr td.product-price del,
.woocommerce-page form table.wishlist_table tr td.product-price del {
  color: #888;
  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: #ff2b2b;
  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: #ff2b2b;
  font-size: 18px;
  font-weight: 600;
}
.woocommerce form table.wishlist_table tr td.product-add-to-cart,
.woocommerce-page form table.wishlist_table tr td.product-add-to-cart {
  vertical-align: top;
}
.woocommerce form table.wishlist_table tr td.product-add-to-cart .add_to_cart,
.woocommerce-page form table.wishlist_table tr td.product-add-to-cart .add_to_cart {
  display: inline-block !important;
  padding: 0;
}
.woocommerce form table.wishlist_table tr td.product-add-to-cart .add_to_cart.loading,
.woocommerce-page form table.wishlist_table tr td.product-add-to-cart .add_to_cart.loading {
  height: 43px;
  position: relative;
}
.woocommerce form table.wishlist_table tr td.product-add-to-cart .add_to_cart.loading:before,
.woocommerce-page form table.wishlist_table tr td.product-add-to-cart .add_to_cart.loading:before {
  border-radius: 16px;
  background-color: #941250;
}
.woocommerce form table.wishlist_table tr td.product-add-to-cart .add_to_cart.loading:after,
.woocommerce-page form table.wishlist_table tr td.product-add-to-cart .add_to_cart.loading:after {
  content: '';
}
.woocommerce form table.wishlist_table tr td.product-add-to-cart a.button,
.woocommerce-page form table.wishlist_table tr td.product-add-to-cart a.button {
  background: #999;
  border: 0;
  text-transform: capitalize;
  text-shadow: none;
  color: #fff;
  position: static;
  padding: 12px 20px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -o-border-radius: 40px;
  -ms-border-radius: 40px;
  border-radius: 40px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  margin: 13px 0;
}
.woocommerce form table.wishlist_table tr td.product-add-to-cart a.button:hover,
.woocommerce-page form table.wishlist_table tr td.product-add-to-cart a.button:hover {
  background: #941250;
}
.woocommerce form table.wishlist_table tr td.product-add-to-cart .remove_from_wishlist.button,
.woocommerce-page form table.wishlist_table tr td.product-add-to-cart .remove_from_wishlist.button {
  display: none !important;
}
.woocommerce form table.wishlist_table tr td.product-add-to-cart .dateadded,
.woocommerce-page form table.wishlist_table tr td.product-add-to-cart .dateadded {
  margin-bottom: 5px;
}
.woocommerce form table.wishlist_table tr td.product-remove a.remove,
.woocommerce-page form table.wishlist_table tr td.product-remove a.remove {
  font-size: 1em;
  margin: 0 auto;
}
.woocommerce form table.wishlist_table tbody tr,
.woocommerce-page form table.wishlist_table tbody tr {
  border-top: 1px solid #fff;
}
.woocommerce form table.wishlist_table tbody tr:hover,
.woocommerce-page form table.wishlist_table tbody tr:hover {
  background: #dedede;
  cursor: pointer;
}
.woocommerce tbody tr td,
.woocommerce thead tr th,
.woocommerce-page tbody tr td,
.woocommerce-page thead tr th {
  font-size: 14px;
}
.woocommerce article header .entry-title,
.woocommerce-page article header .entry-title {
  font-size: 24px;
  color: #941250;
}
.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: #941250;
  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: #941250;
  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: #941250;
  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-home1.png") repeat-x scroll 0 0 rgba(0,0,0,0);
  height: 12px;
  margin: 0;
  overflow: hidden;
  position: relative;
  width: 65px;
  display: inline-block;
  vertical-align: top;
}
.home-style1 div.star,
.home-style1 div.stars {
  height: 12px;
  width: 65px;
  background: url("../assets/img/star-home1.png") repeat-x scroll 0 0 rgba(0,0,0,0);
}
.home-style1 div.star span,
.home-style1 div.stars span {
  background: url("../assets/img/star-home1-active.png") repeat scroll 0 0 rgba(0,0,0,0);
}
.home-style2 div.star,
.mobile-layout div.star,
.home-style2 div.stars,
.mobile-layout div.stars {
  height: 11px;
  width: 60px;
  background: url("../assets/img/star2.png") repeat-x scroll 0 0 rgba(0,0,0,0);
}
.home-style2 div.star span,
.mobile-layout div.star span,
.home-style2 div.stars span,
.mobile-layout div.stars span {
  background: url("../assets/img/star2-active.png") repeat scroll 0 0 rgba(0,0,0,0);
}
.home-style3 div.star,
.home-style4 div.star,
.home-style3 div.stars,
.home-style4 div.stars {
  height: 11px;
  width: 85px;
  background: url("../assets/img/star3.png") repeat-x scroll 0 0 rgba(0,0,0,0);
}
.home-style3 div.star span,
.home-style4 div.star span,
.home-style3 div.stars span,
.home-style4 div.stars span {
  background: url("../assets/img/star3-active.png") repeat scroll 0 0 rgba(0,0,0,0);
}
div.star span,
div.stars span {
  background: url("../assets/img/star-home1-active.png") repeat scroll 0 0 rgba(0,0,0,0);
  float: left;
  left: 0;
  overflow: hidden;
  padding-top: 1.5em;
  position: absolute;
  top: 0;
}
div.star .rating-hidden,
div.stars .rating-hidden {
  display: none;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: #941250;
  border: 0;
  height: 8px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  background-color: #555;
  height: 8px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  background-color: #941250;
  border: 1px solid #941250;
  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: #222222;
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  text-transform: uppercase;
  border-radius: 4px;
  font-weight: 600;
  margin-bottom: 10px;
}
.woocommerce .widget_price_filter .price_slider_amount .button:hover {
  background-color: #941250;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.price_slider_wrapper .price_slider_amount #min_price,
.price_slider_wrapper .price_slider_amount #max_price {
  display: inline-block !important;
  width: 48%;
  text-indent: 10px;
  height: 32px;
  margin-bottom: 20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.price_slider_wrapper .price_slider_amount #min_price {
  float: left;
  margin-right: 1%;
}
.price_slider_wrapper .price_slider_amount #max_price {
  float: right;
  margin-left: 1%;
}
.rtl .price_slider_wrapper .price_slider_amount >.button {
  float: right;
}
.price_slider_wrapper .price_label {
  float: none;
  overflow: hidden;
  width: 100%;
  text-align: left;
}
.rtl .price_slider_wrapper .price_label {
  text-align: right;
}
.woocommerce .widget_price_filter .ui-slider-horizontal {
  height: 4px;
}
.woocommerce button.button.alt.disabled {
  padding: 0 10px;
}
.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.rtl #contents .entry-content nav.woocommerce-MyAccount-navigation {
  padding-left: 30px;
  padding-right: 0;
}
.woocommerce-account #contents .page .entry-title {
  margin-bottom: 30px;
}
.woocommerce-account .entry-summary > .woocommerce {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.woocommerce-account .entry-summary > .woocommerce .woocommerce-MyAccount-content {
  order: 1;
}
.woocommerce-account h2 {
  font-size: 18px;
}
.woocommerce-account h3 {
  font-size: 16px;
}
.woocommerce-account #contents {
  background: #fff;
  margin-bottom: 30px;
  padding-top: 30px;
}
.woocommerce-account #contents header {
  display: block;
}
.woocommerce-account #contents header h2 {
  font-size: 24px;
  margin-bottom: 20px;
}
.woocommerce-account #contents header h3 {
  font-size: 20px;
}
.woocommerce-account #contents header .edit {
  display: block;
  font-weight: bold;
  color: #941250;
  margin-bottom: 10px;
}
.woocommerce-account #contents .entry-content nav.woocommerce-MyAccount-navigation {
  width: 20%;
  padding-right: 30px;
  margin-bottom: 10px;
}
.woocommerce-account #contents .entry-content nav.woocommerce-MyAccount-navigation > ul {
  list-style: none;
  margin: 0;
  border: 1px solid #eeeeee;
}
.woocommerce-account #contents .entry-content nav.woocommerce-MyAccount-navigation > ul > li > a {
  display: block;
  min-width: 180px;
  padding: 10px 20px;
  border-bottom: 1px solid #eeeeee;
}
.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: #941250;
}
.woocommerce-account #contents .entry-content .woocommerce-MyAccount-content {
  margin-bottom: 30px;
  width: 80%;
}
.woocommerce-account #contents .entry-content .woocommerce-MyAccount-content table.my_account_orders {
  border: 1px solid #ddd;
  border-radius: 0;
}
.woocommerce-account #contents .entry-content .woocommerce-MyAccount-content table.my_account_orders tr.order {
  border-bottom: 1px solid #ddd;
}
.woocommerce-account #contents .entry-content .woocommerce-MyAccount-content table.my_account_orders tr.order:last-child {
  border: 0;
}
.woocommerce-account #contents .entry-content .woocommerce-MyAccount-content table.my_account_orders tr.order td {
  text-align: start !important;
  padding: 5px 15px;
}
.woocommerce-account #contents .entry-content .woocommerce-MyAccount-content table.my_account_orders tr.order td.order-number,
.woocommerce-account #contents .entry-content .woocommerce-MyAccount-content table.my_account_orders tr.order td.order-status {
  width: 15%;
}
.woocommerce-account #contents .entry-content .woocommerce-MyAccount-content table.my_account_orders tr.order td.order-date {
  width: 20%;
}
.woocommerce-account #contents .entry-content .woocommerce-MyAccount-content table.my_account_orders tr.order td.order-total {
  width: 40%;
}
.woocommerce-wishlist #contents .page .entry-title {
  margin-bottom: 40px;
}
.woocommerce-wishlist .wishlist-title h2 {
  font-size: 24px;
  padding: 0;
  margin-bottom: 20px;
}
.woocommerce-wishlist .woocommerce table.shop_table {
  margin-bottom: 40px;
}
.woocommerce-checkout h3 {
  font-size: 18px;
}
.woocommerce-checkout h3 {
  font-size: 18px;
  color: #222222;
  font-weight: normal;
}
.woocommerce-checkout h3#order_review_heading {
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.woocommerce-checkout .select2-container--default .select2-selection--single {
  border-radius: 0;
  height: 35px;
  background: #eee;
  border: none;
}
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 35px;
  padding-left: 20px;
}
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin-top: 0;
}
.woocommerce-checkout .woocommerce-info {
  padding: 15px 45px 12px 45px;
}
.woocommerce-noreviews {
  padding: 0;
}
.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: 28px;
  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;
}
.checkout_coupon.woocommerce-form-coupon button.button {
  width: auto;
  border: 0;
  padding: 10px 20px;
  background: #941250;
  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;
}
.checkout_coupon.woocommerce-form-coupon button.button:hover {
  background: #500a2b;
}
.rtl .close-login {
  right: auto;
  left: 10px;
}
.rtl th {
  text-align: right;
}
.rtl .woocommerce table.shop_table {
  text-align: right;
}
.rtl .block-popup-login .email-input:before,
.rtl .block-popup-login .pass-input:before {
  left: auto;
  right: 0px;
}
.rtl .block-popup-login .tt_popup_login strong {
  padding-left: 10px;
  padding-right: 70px;
  float: right;
}
.rtl .block-popup-login .tt_popup_login strong:before {
  right: auto;
  left: -20px;
  border-right: 0px;
  border-left: 20px solid transparent;
}
.rtl .block-popup-login .block-content .col-reg {
  float: right;
  text-align: right;
}
.rtl .block-popup-login .block-content .col-reg.registered-account {
  padding-right: 0px;
  padding-left: 30px;
  border-right: 0;
  border-left: 1px solid #d0d0d0;
}
.rtl .block-popup-login .block-content .col-reg.login-customer {
  padding-left: 0px;
  padding-right: 30px;
  color: #464646;
}
.rtl .block-popup-login .block-content .col-reg.login-customer ul.list-log li {
  border-right: 0 !important;
  float: right !important;
  padding: 2px 14px 2px 0px;
}
.rtl .block-popup-login .block-content .col-reg.login-customer ul.list-log li:before {
  left: auto;
  right: 0px;
}
.rtl .block-popup-login .input-text {
  padding: 0 52px 0px 5px;
}
.rtl.woocommerce #content table.cart td.actions,
.rtl.woocommerce table.cart td.actions,
.rtl.woocommerce-page #content table.cart td.actions,
.rtl.woocommerce-page table.cart td.actions {
  text-align: right;
}
.rtl.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
  float: left;
}
.rtl.woocommerce-checkout #payment ul.payment_methods li input {
  margin: 0 0 0 1em;
}
.rtl.woocommerce-checkout #payment ul.payment_methods li {
  text-align: right;
}
.rtl.woocommerce div.product form.cart .variations td.label {
  padding-left: 1em;
  padding-right: 0;
}
.rtl.woocommerce-cart table.cart td,
.rtl.woocommerce-cart table.cart th {
  text-align: right;
}
.rtl.woocommerce form table.shop_table tr td.actions .coupon,
.rtl.woocommerce-page form table.shop_table tr td.actions .coupon {
  float: right;
}
.rtl.woocommerce form .form-row label,
.rtl.woocommerce-page form .form-row label {
  text-align: right;
}
.rtl .login .form-row .button,
.rtl .register .form-row .button {
  float: right;
}
.rtl .login .lost_password {
  text-align: right;
}
.rtl.woocommerce #reviews #comments ol.commentlist li img.avatar {
  left: auto;
  right: 0;
}
.rtl.woocommerce #reviews #comments ol.commentlist li .comment-text {
  margin: 0 50px 0 0;
}
.rtl.woocommerce .star-rating {
  float: left;
}
.rtl.woocommerce p.stars a {
  margin-right: 0;
  margin-left: 1em;
}
.rtl.woocommerce .woocommerce-error .button,
.rtl.woocommerce .woocommerce-info .button,
.rtl.woocommerce .woocommerce-message .button {
  float: left;
}
.rtl.woocommerce .checkout .col2-set .col-1,
.rtl.woocommerce .checkout .col2-set .col-2,
.rtl.woocommerce-page .checkout .col2-set .col-1,
.rtl.woocommerce-page .checkout .col2-set .col-2 {
  float: right;
}
.rtl.woocommerce .checkout .col2-set .col-1 .woocommerce-billing-fields,
.rtl.woocommerce-page .checkout .col2-set .col-1 .woocommerce-billing-fields {
  padding-right: 0;
  padding-left: 15px;
}
.rtl.woocommerce .checkout .col2-set .col-2 .woocommerce-shipping-fields,
.rtl.woocommerce-page .checkout .col2-set .col-2 .woocommerce-shipping-fields {
  padding-left: 0;
  padding-right: 15px;
}
.rtl.woocommerce form table.shop_table tr td,
.rtl.woocommerce-page form table.shop_table tr td,
.rtl .woocommerce table.shop_table th,
.rtl.woocommerce-checkout #payment ul.payment_methods li,
.rtl .woocommerce form.checkout_coupon,
.rtl .woocommerce form.login,
.rtl .woocommerce form.register {
  text-align: right;
}
.rtl.woocommerce .entry-content form.login .form-row-first,
.rtl.woocommerce .entry-content form.login .form-row-last,
.rtl.woocommerce-page .entry-content form.login .form-row-first,
.rtl.woocommerce-page .entry-content form.login .form-row-last {
  float: right;
}
.rtl.woocommerce .entry-content form.login .form-row-last,
.rtl.woocommerce-page .entry-content form.login .form-row-last {
  margin-left: 0;
  margin-right: 3%;
}
.rtl.woocommerce table.shop_attributes th {
  text-align: right;
  width: 100px;
}
.rtl.woocommerce .entry-content .checkout_coupon .form-row,
.rtl.woocommerce-page .entry-content .checkout_coupon .form-row {
  float: right;
}
.rtl.woocommerce div.product p.cart {
  float: right;
}
.rtl .social-share-item {
  float: right;
}
.rtl.woocommerce table.my_account_orders tr td.order-actions,
.rtl.woocommerce-page table.my_account_orders tr td.order-actions {
  text-align: right;
}
.rtl.woocommerce-page table.shop_table_responsive tr td,
.rtl.woocommerce table.shop_table_responsive tr td {
  text-align: left !important;
}
.rtl.woocommerce table.shop_table_responsive tr:nth-child(2n) td,
.rtl.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
  text-align: left !important;
}
.rtl.woocommerce table.shop_table_responsive tr td:before,
.rtl.woocommerce-page table.shop_table_responsive tr td:before {
  float: right;
}
.rtl .woocommerce ul#shipping_method li {
  padding: .25em 22px .25em 0;
}
.rtl.woocommerce-checkout .customer_details tr th {
  float: right;
}
.rtl .woocommerce .order_details li {
  float: right;
  border-right: 0;
  border-left: 1px dashed #d3ced2;
  margin-right: 0;
  margin-left: 2em;
  padding-right: 0;
  padding-left: 2em;
}
.rtl .woocommerce td.product-name dl.variation dd {
  float: right;
}
.rtl .woocommerce td.product-name dl.variation dt {
  float: right;
  clear: right;
}
.rtl.woocommerce form table.wishlist_table tr td.product-price del,
.rtl.woocommerce-page form table.wishlist_table tr td.product-price del {
  margin-left: 10px;
  margin-right: 0;
}
.rtl .woocommerce-checkout #payment div.payment_box:before {
  left: auto;
  right: 0;
  margin: -1em 2em 0px 2em;
}
.rtl.woocommerce-account .addresses .title h3 {
  float: right;
}
.rtl.woocommerce-account .addresses .title .edit,
.rtl.woocommerce-account ul.digital-downloads li .count {
  float: left;
}
.rtl.woocommerce #reviews #review_form_wrapper .comment-form .comment-form-author,
.rtl.woocommerce #reviews #review_form_wrapper .comment-form .comment-form-email,
.rtl.woocommerce-page #reviews #review_form_wrapper .comment-form .comment-form-author,
.rtl.woocommerce-page #reviews #review_form_wrapper .comment-form .comment-form-email {
  float: right;
}
.rtl.woocommerce #reviews #review_form_wrapper .comment-form .comment-form-author,
.rtl.woocommerce-page #reviews #review_form_wrapper .comment-form .comment-form-author {
  padding-right: 0;
  padding-left: 15px;
}
@media (max-width: 767px) {
  .woocommerce > .cart-collaterals .cart_total .cart_totals,
  .woocommerce-page > .cart-collaterals .cart_total .cart_totals {
    width: 100%;
  }
  .woocommerce-cart .woocommerce > form {
    overflow: auto;
    margin-bottom: 20px;
  }
  .woocommerce form table.shop_table.shop_table_responsive,
  .woocommerce-page form table.shop_table.shop_table_responsive {
    max-width: 100%;
    display: inline-block;
    vertical-align: top;
    margin: 0;
  }
  .woocommerce form table.shop_table.shop_table_responsive thead,
  .woocommerce-page form table.shop_table.shop_table_responsive thead {
    display: none;
  }
  .woocommerce form table.shop_table.shop_table_responsive tbody,
  .woocommerce-page form table.shop_table.shop_table_responsive tbody {
    display: block;
  }
  .woocommerce form table.shop_table.shop_table_responsive tbody tr,
  .woocommerce-page form table.shop_table.shop_table_responsive tbody tr {
    display: block;
  }
  .woocommerce form table.shop_table.shop_table_responsive tbody tr td,
  .woocommerce-page form table.shop_table.shop_table_responsive tbody tr td {
    display: block;
  }
  .woocommerce form table.shop_table.shop_table_responsive tbody tr td:before,
  .woocommerce-page form table.shop_table.shop_table_responsive tbody tr td:before {
    display: block;
    margin-right: 15px;
    min-width: 80px;
  }
  .woocommerce form table.shop_table.shop_table_responsive tbody tr td.product-remove:before,
  .woocommerce form table.shop_table.shop_table_responsive tbody tr td.product-thumbnail:before,
  .woocommerce form table.shop_table.shop_table_responsive tbody tr td.actions:before,
  .woocommerce-page form table.shop_table.shop_table_responsive tbody tr td.product-remove:before,
  .woocommerce-page form table.shop_table.shop_table_responsive tbody tr td.product-thumbnail:before,
  .woocommerce-page form table.shop_table.shop_table_responsive tbody tr td.actions:before {
    display: none;
  }
  .woocommerce-cart .woocommerce table.shop_table {
    max-width: inherit;
  }
  .woocommerce .checkout .col2-set .col-1,
  .woocommerce .checkout .col2-set .col-2,
  .woocommerce-page .checkout .col2-set .col-1,
  .woocommerce-page .checkout .col2-set .col-2 {
    width: 100%;
  }
  .woocommerce .checkout .col2-set .col-1 .woocommerce-billing-fields,
  .woocommerce-page .checkout .col2-set .col-1 .woocommerce-billing-fields,
  .woocommerce .checkout .col2-set .col-2 .woocommerce-shipping-fields,
  .woocommerce-page .checkout .col2-set .col-2 .woocommerce-shipping-fields {
    padding: 0;
  }
  .woocommerce-wishlist.woocommerce form table.shop_table,
  .woocommerce-wishlist.woocommerce-page form table.shop_table {
    width: 100%;
    display: block;
    overflow: auto;
  }
  .rtl.woocommerce .checkout .col2-set .col-1 .woocommerce-billing-fields,
  .rtl.woocommerce-page .checkout .col2-set .col-1 .woocommerce-billing-fields,
  .rtl.woocommerce .checkout .col2-set .col-2 .woocommerce-shipping-fields,
  .rtl.woocommerce-page .checkout .col2-set .col-2 .woocommerce-shipping-fields {
    padding: 0;
  }
  .block-popup-login .block-content .col-reg {
    width: 100%;
  }
  .block-popup-login .block-content .col-reg.registered-account {
    padding-right: 0;
    border-right: 0;
    margin-bottom: 15px;
  }
  .block-popup-login .block-content .col-reg.login-customer {
    padding-left: 0;
  }
  .block-popup-login {
    width: 300px;
    margin-top: 100px;
  }
  .block-popup-login .tt_popup_login strong {
    font-size: 14px;
  }
  .woocommerce > .cart-collaterals .cart_total .cart_totals table tbody,
  .woocommerce-page > .cart-collaterals .cart_total .cart_totals table tbody {
    display: block;
    width: 100%;
  }
  .woocommerce #reviews #review_form_wrapper .comment-form .comment-form-author,
  .woocommerce #reviews #review_form_wrapper .comment-form .comment-form-email,
  .woocommerce-page #reviews #review_form_wrapper .comment-form .comment-form-author,
  .woocommerce-page #reviews #review_form_wrapper .comment-form .comment-form-email {
    width: 100%;
  }
  .woocommerce #reviews #review_form_wrapper .comment-form .comment-form-author,
  .woocommerce-page #reviews #review_form_wrapper .comment-form .comment-form-author {
    padding-right: 0;
  }
  .rtl .block-popup-login .block-content .col-reg.registered-account {
    padding-left: 0;
    border-left: 0;
  }
  .rtl .woocommerce form table.shop_table.shop_table_responsive tbody tr td:before,
  .rtl.woocommerce-page form table.shop_table.shop_table_responsive tbody tr td:before {
    float: right;
    margin-right: 0;
    margin-left: 15px;
  }
  .rtl.woocommerce #reviews #review_form_wrapper .comment-form .comment-form-author,
  .rtl.woocommerce-page #reviews #review_form_wrapper .comment-form .comment-form-author {
    padding: 0;
  }
}
@media (max-width: 640px) {
  .woocommerce .entry-content .checkout_coupon .form-row,
  .woocommerce-page .entry-content .checkout_coupon .form-row {
    width: 100%;
  }
  .woocommerce .entry-content .checkout_coupon .form-row.form-row-last,
  .woocommerce-page .entry-content .checkout_coupon .form-row.form-row-last {
    text-align: left;
  }
  .rtl.woocommerce .entry-content .checkout_coupon .form-row.form-row-last,
  .rtl.woocommerce-page .entry-content .checkout_coupon .form-row.form-row-last {
    text-align: right;
  }
}
@media (max-width: 480px) {
  .entry-content-asset > iframe {
    height: 220px;
  }
  .woocommerce > .cart-collaterals .cart_totals,
  .woocommerce-page > .cart-collaterals .cart_totals {
    width: 100%;
  }
  .woocommerce form table.shop_table.shop_table_responsive tr td.actions .coupon input.input-text,
  .woocommerce-page form table.shop_table.shop_table_responsive tr td.actions .coupon input.input-text {
    width: 134px;
  }
  .woocommerce form table.shop_table.shop_table_responsive tr td.actions .coupon,
  .woocommerce-page form table.shop_table.shop_table_responsive tr td.actions .coupon {
    margin-bottom: 10px;
  }
  .woocommerce form table.shop_table.shop_table_responsive tr td.actions > input.button,
  .woocommerce-page form table.shop_table.shop_table_responsive tr td.actions > input.button {
    margin: 0 !important;
  }
  .products-wrapper .products-nav .catalog-ordering .orderby-order-container .order,
  .products-wrapper .products-nav .catalog-ordering .orderby-order-container .product-number {
    display: none;
  }
}
@media (max-width: 360px) {
  .woocommerce .woocommerce-checkout #payment ul.payment_methods li img,
  .woocommerce-page .woocommerce-checkout #payment ul.payment_methods li img {
    display: none;
  }
  .woocommerce-checkout #payment .payment_method_paypal .about_paypal {
    line-height: 25px;
    padding: 0 20px;
  }
  .woocommerce form table.shop_table.shop_table_responsive tr td.actions .coupon,
  .woocommerce-page form table.shop_table.shop_table_responsive tr td.actions .coupon {
    margin-bottom: 10px;
  }
  .woocommerce form table.shop_table.shop_table_responsive tr td.actions > input.button,
  .woocommerce-page form table.shop_table.shop_table_responsive tr td.actions > input.button {
    margin: 0 !important;
  }
  .woocommerce form table.shop_table.shop_table_responsive tr td.actions .coupon input.input-text,
  .woocommerce-page form table.shop_table.shop_table_responsive tr td.actions .coupon input.input-text {
    width: 122px;
  }
}
.woocommerce-page.wishlist form table.shop_table tr td.product-thumbnail {
  position: relative;
  margin-top: -1px;
}
.woocommerce div.product form.cart .group_table td {
  padding: 0;
  height: 100px;
  vertical-align: middle;
}
.woocommerce div.product form.cart .group_table td:first-child {
  width: auto;
}
.woocommerce div.product form.cart .group_table td .quantity {
  width: 100px;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
  width: 100%;
  display: block;
}
label.screen-reader-text {
  display: none !important;
}
.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
  width: 100%;
  float: none;
}
.single-product .product_detail .content_product_detail .variations_form .single_variation_wrap .woocommerce-variation-add-to-cart .addcart-wrapper {
  float: left;
}
.rtl .single-product .product_detail .content_product_detail .variations_form .single_variation_wrap .woocommerce-variation-add-to-cart .addcart-wrapper {
  float: right;
}
.woocommerce #content table.cart td.actions .coupon .button,
.woocommerce #content table.cart td.actions .coupon .input-text,
.woocommerce #content table.cart td.actions .coupon input,
.woocommerce table.cart td.actions .coupon .button,
.woocommerce table.cart td.actions .coupon .input-text,
.woocommerce table.cart td.actions .coupon input,
.woocommerce-page #content table.cart td.actions .coupon .button,
.woocommerce-page #content table.cart td.actions .coupon .input-text,
.woocommerce-page #content table.cart td.actions .coupon input,
.woocommerce-page table.cart td.actions .coupon .button,
.woocommerce-page table.cart td.actions .coupon .input-text,
.woocommerce-page table.cart td.actions .coupon input {
  width: 46%;
}
.woocommerce form table.shop_table.shop_table_responsive tr td.actions .coupon button,
.woocommerce-page form table.shop_table.shop_table_responsive tr td.actions .coupon button {
  margin-right: 15px;
}
.woocommerce.rtl .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce.rtl .woocommerce-message .button,
.woocommerce-page.rtl .woocommerce-error .button,
.woocommerce-page.rtl .woocommerce-info .button,
.woocommerce-page.rtl .woocommerce-message .button {
  float: left;
}
.woocommerce-page.woocommerce-view-order .woocommerce-customer-details address {
  line-height: 24px;
  margin-bottom: 30px;
}
.woocommerce-page.rtl .woocommerce-customer-details .woocommerce-customer-details--phone:before {
  left: 0;
  margin-left: 30px;
}
.woocommerce-page.rtl .woocommerce-customer-details .woocommerce-customer-details--email:before {
  left: 0;
  margin-left: 30px;
}
.woocommerce-checkout-review-order .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper .woocommerce-form__label-for-checkbox {
  padding-left: 0;
  display: inline-block;
  line-height: 0;
}
.woocommerce-checkout-review-order .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper .woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox {
  margin: -6px 8px 0 0;
}
.clearfix {
  overflow: inherit;
}
.wc-vendor-page.vendor_dashboard .vendor-dashboard-wrapper center p {
  background: #111;
  margin: 0;
  border: 0;
}
.wc-vendor-page.vendor_dashboard .vendor-dashboard-wrapper center p > a {
  display: inline-block;
  padding: 15px 25px;
  color: #fff;
  position: relative;
}
.wc-vendor-page.vendor_dashboard .vendor-dashboard-wrapper center p > a:hover {
  color: #941250;
}
.wc-vendor-page.vendor_dashboard .vendor-dashboard-wrapper center p > a:after {
  content: '';
  background: #fff;
  display: inline-block;
  top: 18px;
  height: 10px;
  width: 1px;
  position: absolute;
  right: 0;
}
.wc-vendor-page.vendor_dashboard .vendor-dashboard-wrapper center p > a:last-child:after {
  display: none;
}
.wc-vendor-page.vendor_dashboard .vendor-dashboard-wrapper hr {
  border-color: transparent;
}
.wc-vendor-page table {
  border: 1px solid #ddd;
}
.wc-vendor-page table thead>tr>th {
  border-width: 1px;
  font-weight: bold;
  text-transform: uppercase;
  color: #222;
}
.wc-vendor-page table th,
.wc-vendor-page table td {
  padding: 10px;
}
.wc-vendor-page .form-row {
  overflow: hidden;
}
.wc-vendor-page .form-row input[type="checkbox"] {
  float: left;
}
.wc-vendor-page .form-row label {
  overflow: hidden;
  margin-top: 2px;
  padding-left: 5px;
}
.wc-vendor-page .entry-content h2 {
  color: #222;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 700;
}
.wc-vendor-page .pv_shop_description {
  margin-top: 20px;
  border-bottom: 1px solid #eee;
  padding-bottom: 25px;
}
.wc-vendor-page .pv_shop_description p {
  margin: 0;
  line-height: 20px;
}
.wc-vendor-page.shop_settings .entry-content {
  margin-bottom: 40px;
}
.wc-vendor-page.shop_settings .entry-content .pv_paypal_container b,
.wc-vendor-page.shop_settings .entry-content .pv_shop_name_container b {
  color: #222;
}
.wc-vendor-page.shop_settings .entry-content .pv_paypal_container input,
.wc-vendor-page.shop_settings .entry-content .pv_shop_name_container input {
  margin-top: 10px;
  border-radius: 0;
  padding: 7px 10px;
}
.wc-vendor-page.shop_settings .entry-content #pv_seller_info_container,
.wc-vendor-page.shop_settings .entry-content #pv_shop_description_container {
  margin-bottom: 30px;
}
.wc-vendor-page.shop_settings .entry-content #pv_seller_info_container > p,
.wc-vendor-page.shop_settings .entry-content #pv_shop_description_container > p {
  margin-bottom: 25px;
}
.wc-vendor-page.shop_settings .entry-content #pv_seller_info_container > p b,
.wc-vendor-page.shop_settings .entry-content #pv_shop_description_container > p b {
  color: #222;
}
.wc-vendor-page.shop_settings .entry-content #pv_seller_info_container div.mce-panel,
.wc-vendor-page.shop_settings .entry-content #pv_shop_description_container div.mce-panel {
  border: 1px solid #eee;
}
.wc-vendor-page .wc-soldby-start {
  padding: 0;
  margin-bottom: 30px;
  text-align: start;
}
.wc-vendor-page .wc-soldby-start small {
  margin-top: 10px;
  font-size: 12px;
  display: block;
  font-weight: bold;
}
.wc-vendor-page .wc-soldby-start small span {
  font-weight: normal;
}
.wc-vendor-page .wc-soldby-start small a {
  font-weight: 600;
  color: #941250;
}
.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 .rozy_breadcrumbs {
  margin-top: 40px;
}
.wc-vendor-page.wc-vendor-listing .rozy_breadcrumbs .breadcrumb {
  background: #fff;
  padding: 10px;
  border-top: 2px solid #941250;
  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;
  padding: 0;
}
.dokan-store .dokan-widget-area .widget {
  list-style: none;
  background: #fff;
  border-radius: 3px;
  border-top: 2px solid #941250;
}
.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 ul > li.cat-item,
.dokan-store .dokan-widget-area .widget ul > li {
  line-height: 30px;
}
.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: #941250;
}
.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,
.dokan-single-store .item-content .item-bottom {
  display: none;
}
.add_note .modal-dialog {
  positon: static;
}
.modal-dialog {
  position: static;
}
#add-shipping-tracking-form select {
  margin-bottom: 10px;
}
.dokan-dashboard-wrap {
  max-width: 1650px;
  margin: 30px auto;
}
@media (max-width: 1824px) and (min-width: 1199px) {
  .dokan-dashboard-wrap,
  .content-area {
    padding: 0 15px;
  }
  .dokan-store .content-area {
    padding: 0 15px;
  }
}
@media (min-width: 1200px) {
  .content-area {
    padding: 0;
  }
  .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;
  }
  .dokan-dashboard-wrap,
  .content-area {
    padding: 0 15px;
  }
}
@media (max-width: 991px) {
  .dokan-store #container {
    max-width: 100%;
    padding: 0 10px;
  }
  .dokan-dashboard-wrap,
  .content-area {
    padding: 0 15px;
  }
}
@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;
  }
  .dokan-w3,
  .dokan-w8 {
    width: 100% !important;
  }
}
.sw-custom-variation input[type="radio"] {
  display: none;
}
.sw-custom-variation .sw-radio-variation {
  margin: 1px 2px;
  position: relative;
  display: inline-block;
}
.sw-custom-variation .sw-radio-variation span {
  display: block;
  height: 100%;
  line-height: 30px;
  min-width: 30px;
  text-align: center;
  min-height: 30px;
  cursor: pointer;
  font-size: 12px;
  position: relative;
}
.sw-custom-variation .sw-radio-variation span.variation-color,
.sw-custom-variation .sw-radio-variation span.variation-image {
  text-indent: -9999px;
  margin: 1px;
}
.sw-custom-variation .sw-radio-variation span.variation-image {
  background-size: 100% 100%;
}
.sw-custom-variation .sw-radio-variation span:after {
  content: '';
  position: absolute;
  left: -2px;
  right: -2px;
  top: -2px;
  bottom: -2px;
  display: block;
  border: 1px solid #ddd;
}
.sw-custom-variation .sw-radio-variation.selected span {
  background-color: #941250;
  color: #fff;
}
.sw-custom-variation .sw-radio-variation.selected span:after {
  border-color: #941250;
}
.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: #941250;
  height: 44px;
  transform: rotate(45deg);
  top: -7px;
  right: 15px;
  opacity: 1;
}
.sw-custom-variation .sw-radio-variation .variation-tooltip {
  position: absolute;
  bottom: 110%;
  z-index: 9999;
  display: none;
  background: #fff;
  border: 1px solid #ddd;
}
.sw-custom-variation .sw-radio-variation:hover .variation-tooltip {
  display: block;
}
.item-content .sw-custom-variation {
  margin: 15px 0 5px;
}
.item-content .sw-custom-variation .sw-radio-variation {
  margin-bottom: 10px;
}
.item-content .sw-custom-variation .sw-radio-variation span.variation-color {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  min-width: initial;
  min-height: initial;
  width: 18px;
  height: 18px;
}
.item-content .sw-custom-variation .sw-radio-variation span.variation-color:after {
  display: none;
}
.item-content .sw-custom-variation .sw-radio-variation span.variation-image {
  min-width: 40px;
  min-height: 40px;
}
.item-content .sw-custom-variation:last-child {
  margin: 0;
}
.woocommerce-variation.single_variation > p {
  color: #e20000;
}
.widget_sp_image {
  margin-bottom: 40px;
}
.widget_sp_image:hover img {
  opacity: 0.85;
}
h1.page-title {
  font-weight: 700 !important;
  color: #222222;
  font-size: 28px;
  margin: 0 0 40px;
}
.page.rtl {
  text-align: right;
}
.page h1.page-title {
  display: block;
  text-align: left;
  margin-bottom: 60px;
}
.page.rtl h1.page-title {
  text-align: right;
}
.products-wrapper .products-nav {
  text-align: center;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-bottom: 30px;
}
.products-wrapper .products-nav:last-child {
  margin-bottom: 80px;
}
.products-wrapper .products-nav .view-top {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #dddddd;
}
.products-wrapper .products-nav .view-mode-wrap .view-mode >a {
  position: relative;
  width: 40px;
  height: 40px;
  float: left;
  border: 0;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #afafaf;
}
.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: 18px;
  font-family: FontAwesome;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: transparent;
  left: 0;
  color: #000;
  -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,
.products-wrapper .products-nav .view-mode-wrap .view-mode >a:hover {
  border: 1px solid #941250;
}
.products-wrapper .products-nav .view-mode-wrap .view-mode >a.active:before,
.products-wrapper .products-nav .view-mode-wrap .view-mode >a:hover:before {
  background-color: #941250;
  color: #fff;
}
.products-wrapper .products-nav .view-mode-wrap .view-mode >a.grid-view {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.rtl .products-wrapper .products-nav .view-mode-wrap .view-mode >a.grid-view {
  border-radius: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.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 {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.rtl .products-wrapper .products-nav .view-mode-wrap .view-mode >a.list-view {
  border-radius: 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.products-wrapper .products-nav .view-mode-wrap .view-mode >a.list-view:before {
  content: "\f0c9";
}
.products-wrapper .products-nav .view-mode-wrap .view-mode >a >span {
  font-size: 0;
  display: none;
}
.products-wrapper .products-nav .catalog-ordering {
  display: inline-block;
  position: relative;
}
.products-wrapper .products-nav .catalog-ordering ul {
  list-style: none;
}
.products-wrapper .products-nav .catalog-ordering .orderby-order-container .show-product {
  line-height: 38px;
  margin: 0 15px 0 35px;
  color: #000;
}
.rtl .products-wrapper .products-nav .catalog-ordering .orderby-order-container .show-product {
  margin: 0 35px 0 15px;
}
.products-wrapper .products-nav .catalog-ordering .orderby-order-container .orderby {
  min-width: 160px;
}
.products-wrapper .products-nav .catalog-ordering .orderby-order-container .order {
  margin: 0;
  display: none;
}
.products-wrapper .products-nav .catalog-ordering .orderby-order-container .sort-count {
  min-width: 65px;
}
.products-wrapper .products-nav .catalog-ordering .orderby-order-container .sort-count.order-dropdown >li .current-li {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.rtl .products-wrapper .products-nav .catalog-ordering .orderby-order-container .sort-count.order-dropdown >li .current-li {
  border-radius: 5px;
}
.products-wrapper .products-nav .catalog-ordering .orderby-order-container .order-dropdown {
  margin: 0;
  background-color: #fff;
  list-style-type: none;
  text-align: left;
}
.rtl .products-wrapper .products-nav .catalog-ordering .orderby-order-container .order-dropdown {
  text-align: right;
}
.products-wrapper .products-nav .catalog-ordering .orderby-order-container .order-dropdown >li {
  position: relative;
  z-index: 4;
  cursor: pointer;
}
.products-wrapper .products-nav .catalog-ordering .orderby-order-container .order-dropdown >li .current-li {
  line-height: 36px;
  display: block;
  border: 1px solid #afafaf;
  border-radius: 5px;
}
.products-wrapper .products-nav .catalog-ordering .orderby-order-container .order-dropdown >li .current-li a {
  display: block;
  text-indent: 15px;
  position: relative;
  color: #000;
}
.products-wrapper .products-nav .catalog-ordering .orderby-order-container .order-dropdown >li .current-li a:after {
  font-family: fontawesome;
  content: "\f0d7";
  font-size: 14px;
  width: 35px;
  line-height: 38px;
  text-align: center;
  position: absolute;
  right: 0px;
  top: 0px;
  text-indent: initial;
}
.rtl .products-wrapper .products-nav .catalog-ordering .orderby-order-container .order-dropdown >li .current-li a:after {
  right: auto;
  left: 0;
}
.products-wrapper .products-nav .catalog-ordering .orderby-order-container .order-dropdown >li >ul {
  position: absolute;
  background-color: #fff;
  margin-left: 0;
  left: 0;
  top: 100%;
  border-left: 1px solid #afafaf;
  border-right: 1px solid #afafaf;
  border-bottom: 1px solid #afafaf;
  width: 100%;
  list-style-type: none;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -ms-transform-origin: left top;
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.products-wrapper .products-nav .catalog-ordering .orderby-order-container .order-dropdown >li >ul >li {
  line-height: 25px;
  text-indent: 10px;
}
.products-wrapper .products-nav .catalog-ordering .orderby-order-container .order-dropdown >li >ul >li a {
  display: block;
}
.products-wrapper .products-nav .catalog-ordering .orderby-order-container .order-dropdown >li:hover >ul {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.products-wrapper .woocommerce-pagination {
  float: right;
}
.products-wrapper .woocommerce-pagination .note {
  line-height: 40px;
  padding: 0 15px;
}
.products-wrapper .woocommerce-pagination .page-numbers {
  border: none;
}
.products-wrapper .woocommerce-pagination .page-numbers li {
  margin-left: 2px;
  border: none;
}
.products-wrapper .woocommerce-pagination .page-numbers li .page-numbers {
  padding: 10px 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.products-wrapper .woocommerce-pagination .page-numbers li .page-numbers:hover {
  background: #941250;
  color: #fff;
  border: 1px solid #941250;
}
.products-wrapper .woocommerce-pagination .page-numbers li .current {
  background: #941250;
  color: #fff;
  border-color: #941250;
}
.products-wrapper .woocommerce-pagination .page-numbers li .next.page-numbers {
  font-size: 0;
  padding: 10px 16px;
}
.products-wrapper .woocommerce-pagination .page-numbers li .next.page-numbers:before {
  content: '\f0da';
  font-family: FontAwesome;
  font-size: 14px;
}
.products-wrapper .woocommerce-pagination .page-numbers li .next.page-numbers:hover:before {
  color: #fff;
}
.products-wrapper .woocommerce-pagination .page-numbers li .prev.page-numbers {
  font-size: 0;
  padding: 10px 16px;
}
.products-wrapper .woocommerce-pagination .page-numbers li .prev.page-numbers:before {
  content: '\f0d9';
  font-family: FontAwesome;
  font-size: 14px;
}
.products-wrapper .woocommerce-pagination .page-numbers li .prev.page-numbers:hover:before {
  color: #fff;
}
.products-wrapper .products-loop {
  list-style-type: none;
  margin: 0;
}
.products-wrapper .products-loop >li {
  margin-bottom: 10px;
}
.products-wrapper .products-loop >li.product-category a img {
  margin-bottom: 10px;
}
.products-wrapper .products-loop >li.product-category h2.woocommerce-loop-category__title {
  font-size: 14px;
  text-transform: uppercase;
  color: #222222;
  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: #222222;
}
.products-wrapper .products-loop >li.product-category:hover h2.woocommerce-loop-category__title {
  color: #941250;
}
.products-wrapper .products-loop >li.product-category:hover h2.woocommerce-loop-category__title mark {
  color: #941250;
}
.products-wrapper .products-loop.grid >li {
  margin-bottom: 30px;
}
.products-wrapper .products-loop.grid >li .item-wrap {
  padding: 0;
}
.products-wrapper .products-loop.grid >li .item-wrap:hover .item-detail .item-content h4 a {
  color: #941250;
}
.products-wrapper .products-loop.grid >li .item-wrap .item-detail .products-thumb {
  text-align: center;
}
.products-wrapper .products-loop.grid >li .item-wrap .item-detail .products-thumb .sale-off {
  display: none;
}
.products-wrapper .products-loop.grid >li .item-wrap .item-detail .products-thumb > a > img {
  display: inline-block;
  max-width: 100%;
  vertical-align: top;
}
.products-wrapper .products-loop.grid >li .item-wrap .item-detail .products-thumb .item-bottom {
  display: flex;
}
.products-wrapper .products-loop.grid >li .item-wrap .item-detail .products-thumb .item-bottom .add_to_cart_button,
.products-wrapper .products-loop.grid >li .item-wrap .item-detail .products-thumb .item-bottom .product_type_variable,
.products-wrapper .products-loop.grid >li .item-wrap .item-detail .products-thumb .item-bottom .product_type_simple,
.products-wrapper .products-loop.grid >li .item-wrap .item-detail .products-thumb .item-bottom .product_type_grouped,
.products-wrapper .products-loop.grid >li .item-wrap .item-detail .products-thumb .item-bottom .product_type_external {
  order: 2;
  color: #fff;
  background-color: #941250;
}
.products-wrapper .products-loop.grid >li .item-wrap .item-detail .products-thumb .item-bottom .add_to_cart_button:hover,
.products-wrapper .products-loop.grid >li .item-wrap .item-detail .products-thumb .item-bottom .product_type_variable:hover,
.products-wrapper .products-loop.grid >li .item-wrap .item-detail .products-thumb .item-bottom .product_type_simple:hover,
.products-wrapper .products-loop.grid >li .item-wrap .item-detail .products-thumb .item-bottom .product_type_grouped:hover,
.products-wrapper .products-loop.grid >li .item-wrap .item-detail .products-thumb .item-bottom .product_type_external:hover {
  background-color: #a60000;
}
.products-wrapper .products-loop.grid >li .item-wrap .item-detail .products-thumb .item-bottom .yith-wcwl-add-to-wishlist {
  order: 3;
  margin: 0;
}
.products-wrapper .products-loop.grid >li .item-wrap .item-detail .products-thumb .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.products-wrapper .products-loop.grid >li .item-wrap .item-detail .products-thumb .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.products-wrapper .products-loop.grid >li .item-wrap .item-detail .products-thumb .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
.products-wrapper .products-loop.grid >li .item-wrap .item-detail .products-thumb .item-bottom .sw-quickview {
  color: #fff;
  background-color: #941250;
}
.products-wrapper .products-loop.grid >li .item-wrap .item-detail .products-thumb .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover,
.products-wrapper .products-loop.grid >li .item-wrap .item-detail .products-thumb .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover,
.products-wrapper .products-loop.grid >li .item-wrap .item-detail .products-thumb .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover,
.products-wrapper .products-loop.grid >li .item-wrap .item-detail .products-thumb .item-bottom .sw-quickview:hover {
  background-color: #a60000;
}
.products-wrapper .products-loop.grid >li .item-wrap .item-detail .products-thumb .item-bottom .sw-quickview {
  order: 1;
}
.products-wrapper .products-loop.grid >li .item-wrap .item-detail .item-content {
  padding: 10px 0 15px;
}
.products-wrapper .products-loop.grid >li .item-wrap .item-detail .item-content h4 {
  margin: 0 0 5px;
}
.products-wrapper .products-loop.grid >li .item-wrap .item-detail .item-content h4 a {
  color: #000;
  font-size: 14px;
  font-weight: 400;
}
.products-wrapper .products-loop.grid >li .item-wrap .item-detail .item-content h4 a:hover {
  color: #941250;
}
.products-wrapper .products-loop.grid >li .item-wrap .item-detail .item-content .item-price {
  font-weight: 700;
}
.products-wrapper .products-loop.grid >li .item-wrap .item-detail .item-content .item-price del {
  float: right;
  line-height: 21px;
}
.products-wrapper .products-loop.grid >li .item-wrap .item-detail .item-content .item-price del .amount {
  font-size: 13px;
  color: #535353;
  font-weight: 400;
}
.products-wrapper .products-loop.grid >li .item-wrap .item-detail .item-content .item-price ins {
  font-size: 18px;
  font-weight: 700;
}
.products-wrapper .products-loop.grid >li .item-wrap .item-detail .item-content .reviews-content {
  padding: 5px 0 15px;
}
.products-wrapper .products-loop.grid >li .item-wrap .item-detail .item-content .item-description,
.products-wrapper .products-loop.grid >li .item-wrap .item-detail .item-content .item-bottom {
  display: none;
}
.products-wrapper .products-loop.grid >li .item-wrap:hover .item-detail .products-thumb .item-bottom {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  bottom: 20px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.products-wrapper .products-loop.grid >li .item-wrap:hover .item-detail .item-content .reviews-content,
.products-wrapper .products-loop.grid >li .item-wrap:hover .item-detail .item-content .item-price {
  opacity: 1;
}
.products-wrapper .products-loop.grid >li.product-type-variable .item-price del {
  float: none;
}
.products-wrapper .products-loop.grid >li.product-type-variable .item-price ins {
  float: none;
}
.products-wrapper .products-loop.list .item {
  width: 100%;
  margin-bottom: 30px;
}
.products-wrapper .products-loop.list .item .item-wrap {
  text-align: left;
  border: 0;
  padding: 0;
}
.rtl .products-wrapper .products-loop.list .item .item-wrap {
  text-align: right;
}
.products-wrapper .products-loop.list .item .item-wrap .item-detail:before {
  display: none;
}
.products-wrapper .products-loop.list .item .item-wrap .item-detail .products-thumb {
  width: 245px;
  max-width: 100%;
  float: left;
  margin-bottom: 0;
  overflow: hidden;
  margin-right: 20px;
}
.rtl .products-wrapper .products-loop.list .item .item-wrap .item-detail .products-thumb {
  float: right;
  margin-left: 20px;
  margin-right: 0;
}
.products-wrapper .products-loop.list .item .item-wrap .item-detail .products-thumb .item-bottom,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .products-thumb .sale-off {
  display: none;
}
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content {
  overflow: hidden;
  width: auto;
  display: block;
  padding: 20px 0 0;
  text-align: left;
}
.rtl .products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content {
  text-align: right;
}
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content h4 {
  margin: 0 0 9px;
}
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content h4 a {
  color: #000;
  font-size: 16px;
  text-transform: capitalize;
}
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content h4 a:hover {
  color: #941250;
}
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .reviews-content {
  margin-bottom: 9px;
  padding: 0;
}
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .sw-variation-wrapper {
  display: block;
  margin-top: 15px;
}
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-description {
  font-size: 14px;
  color: #909090;
  line-height: 22px;
  clear: both;
  border-top: 0;
  padding: 0 0 16px;
  margin: 10px 25px 20px 0;
  border-bottom: 1px dashed #ddd;
}
.rtl .products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-description {
  margin: 10px 0 20px 25px;
}
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-price {
  margin-bottom: 0px;
  font-weight: 600;
}
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-price del {
  float: right;
  color: #535353;
  font-size: 13px;
  font-weight: 400;
}
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-price ins {
  font-size: 18px;
  color: #ff3e3e;
}
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom {
  position: static;
  opacity: 1;
  left: auto;
  margin: 0;
  width: auto;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .clear {
  clear: none;
}
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .button,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .add_to_cart_button,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_external,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_grouped {
  font-size: 16px;
  color: #fff;
  height: 36px;
  width: auto;
  border-radius: 3px;
  line-height: 34px;
  padding: 0 15px;
  display: inline-block;
  background-color: #941250;
  font-weight: 600;
  min-width: auto;
  float: left;
}
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .button:hover,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .add_to_cart_button:hover,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_external:hover,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_grouped:hover {
  color: #fff;
  background-color: #7d0f44;
}
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .button:before,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .add_to_cart_button:before,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_external:before,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .product_type_grouped:before {
  content: '';
}
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist {
  margin: 0 10px;
  float: left;
}
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .ajax-loading {
  position: absolute;
}
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom a.sw-quickview {
  height: 36px;
  width: 36px;
  border: 1px solid #afafaf;
  line-height: 34px;
  border-radius: 3px;
  background-color: #fff;
  color: #afafaf;
  float: left;
  font-size: 0;
  display: inline-block;
  text-align: center;
}
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom a.sw-quickview:before {
  font-family: FontAwesome;
  font-size: 16px;
}
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom a.sw-quickview:hover {
  background-color: #941250;
  color: #fff;
  border: 1px solid #941250;
}
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom a.sw-quickview:before {
  content: '\f06e';
}
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before {
  content: '\f004';
}
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-wishlistaddedbrowse.show a,
.products-wrapper .products-loop.list .item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-wishlistexistsbrowse.show a {
  background-color: #941250;
  border: 1px solid #941250;
}
.products-wrapper .products-loop.list .item .item-wrap:hover .item-content h4 a {
  color: #941250;
  opacity: 1;
}
.products-wrapper .products-loop.list .item .item-wrap:hover .item-content .item-price,
.products-wrapper .products-loop.list .item .item-wrap:hover .item-content .reviews-content {
  opacity: 1;
}
.products-wrapper .products-loop.list .item .item-wrap:hover .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.products-wrapper .products-loop.list .item .item-wrap:hover .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.products-wrapper .products-loop.list .item .item-wrap:hover .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
.products-wrapper .products-loop.list .item .item-wrap:hover .item-content .item-bottom a.compare {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.products-loop .product-category a {
  text-align: center;
  display: block;
  background-color: #fff;
}
.products-loop .product-category a img {
  margin: 0 auto;
}
.products-loop .product-category a h3 {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 0;
  padding: 12px 0;
  background-color: #eeeeee;
  color: #464646;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.products-loop .product-category a h3 .count {
  display: none;
}
.products-loop .product-category a:hover h3 {
  background-color: #941250;
  color: #fff;
}
.sidebar .widget_layered_nav {
  border: 0;
}
.sidebar .widget_layered_nav .block-title-widget h2 {
  font-size: 20px;
  color: #000;
  font-weight: 600;
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
  background-color: #fff;
}
.sidebar .widget_layered_nav ul >	li {
  padding: 11px 0px !important;
  border-bottom: 1px solid #eeeeee;
}
.sidebar .widget_layered_nav ul >	li:first-child {
  border-top: 0;
}
.widget_price_filter {
  border: 0;
  padding: 0 0px 20px;
}
.widget_price_filter .price_slider_wrapper {
  padding: 0;
}
.widget_price_filter .block-title-widget h2 {
  position: relative;
  padding: 15px;
  color: #222222;
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 0;
}
.woocommerce .product-countdown {
  padding: 10px 0;
  text-align: center;
}
.woocommerce .product-countdown .countdown-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: left;
  -ms-justify-content: left;
  justify-content: left;
}
.woocommerce .product-countdown .countdown-row .countdown-section {
  padding: 0 3px;
}
.woocommerce .product-countdown .countdown-row .countdown-section .countdown-amount {
  width: 40px;
  height: 40px;
  background: #e9e9e9;
  border-radius: 3px;
  line-height: 40px;
  text-align: center;
  display: block;
  font-weight: bold;
  color: #333;
  font-size: 14px;
  margin-bottom: 5px;
}
.woocommerce .product-countdown .countdown-row .countdown-section .countdown-period {
  text-transform: uppercase;
  font-size: 11px;
}
.woocommerce.single-product .content_product_detail .product-countdown .countdown-row {
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  font-size: 22px;
  color: #ff2b2b;
  font-weight: 700;
}
.woocommerce div.product p.price del .amount,
.woocommerce div.product span.price del .amount {
  text-decoration: line-through;
  font-weight: normal;
  font-size: 18px;
  color: #888;
}
.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
  margin: 0 10px;
  color: #ff2b2b;
  text-decoration: none;
  opacity: 1;
}
.woocommerce div.product form.cart .variations select {
  margin: 0;
}
.rtl.woocommerce div.product form.cart .button {
  float: right;
}
.product_detail .slider_img_productd {
  position: relative;
  z-index: 1;
}
.product_detail .onsale {
  display: inline-block;
  height: 35px;
  width: 35px;
  line-height: 35px;
  color: #fff;
  background-color: #ff5c00;
  text-transform: capitalize;
  font-weight: 600;
  position: absolute;
  top: 15px;
  right: 15px;
  height: 15px;
  text-align: center;
  border-radius: 50%;
  z-index: 9;
}
.product_detail .slider_img_productd {
  margin-bottom: 30px;
}
.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive {
  border: 0;
  margin-bottom: 10px;
  overflow: hidden;
}
.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive .slick-list .slick-track .item-img-slider .images {
  margin-bottom: 0;
}
.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive .featured-video-button {
  position: absolute;
  bottom: 20px;
  left: 70px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  height: 40px;
  width: 40px;
  font-size: 18px;
  margin-bottom: 0;
  box-shadow: 0 0 0 2px #ddd;
}
.rtl .product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive .featured-video-button {
  right: 70px;
  left: auto;
}
.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive-thumbnail {
  padding: 0;
}
.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive-thumbnail:hover .slick-prev,
.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive-thumbnail:hover .slick-next {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
}
.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive-thumbnail .slick-list {
  margin: 0 -5px;
}
.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive-thumbnail .slick-list .slick-track .item-thumbnail-product .thumbnail-wrapper {
  border: 1px solid #ddd;
  margin: 0 5px;
  cursor: pointer;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive-thumbnail .slick-list .slick-track .item-thumbnail-product:hover .thumbnail-wrapper {
  border-color: #941250;
}
.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive-thumbnail .slick-prev,
.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive-thumbnail .slick-next {
  position: absolute;
  font-size: 0;
  padding: 0;
  z-index: 3;
  display: inline-block;
  height: 28px;
  width: 28px;
  line-height: 24px;
  border-radius: 50%;
  border: 2px solid #eeeeee;
  background-color: #fff;
  color: #eeeeee;
  margin: auto;
  top: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
  text-align: center;
}
.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive-thumbnail .slick-prev:before,
.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive-thumbnail .slick-next:before {
  font-family: Fontawesome;
  font-size: 14px;
}
.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive-thumbnail .slick-prev:hover,
.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive-thumbnail .slick-next:hover {
  border: 2px solid #941250;
  color: #941250;
}
.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive-thumbnail .slick-prev {
  left: -14px;
  -webkit-transform: translateX(-30px);
  -moz-transform: translateX(-30px);
  -o-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  transform: translateX(-30px);
}
.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive-thumbnail .slick-prev:before {
  content: "\f0d9";
}
.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive-thumbnail .slick-next {
  right: -14px;
  -webkit-transform: translateX(30px);
  -moz-transform: translateX(30px);
  -o-transform: translateX(30px);
  -ms-transform: translateX(30px);
  transform: translateX(30px);
}
.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive-thumbnail .slick-next:before {
  content: "\f0da";
}
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-left,
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-right {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-left .slick-slider.product-responsive-thumbnail,
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-right .slick-slider.product-responsive-thumbnail {
  width: 15%;
  min-width: 100px;
}
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-left .slick-slider.product-responsive-thumbnail .item-thumbnail-product,
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-right .slick-slider.product-responsive-thumbnail .item-thumbnail-product {
  padding: 7px 0;
}
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-left .slick-slider.product-responsive-thumbnail .slick-next,
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-left .slick-slider.product-responsive-thumbnail .slick-prev,
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-right .slick-slider.product-responsive-thumbnail .slick-next,
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-right .slick-slider.product-responsive-thumbnail .slick-prev {
  top: -7px;
  margin-top: 0;
  margin-left: -10px;
  left: 50%;
  right: auto;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-left .slick-slider.product-responsive-thumbnail .slick-prev,
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-right .slick-slider.product-responsive-thumbnail .slick-prev {
  top: auto;
  bottom: -7px;
}
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-left .product-responsive,
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-right .product-responsive {
  width: 80%;
}
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-left .product-responsive {
  order: 1;
  margin: 0 0 0 15px;
}
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-right .product-responsive {
  margin: 0 15px 0 0;
}
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-top {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-top .product-responsive {
  order: 1;
  width: 100%;
  margin-bottom: 0;
}
.product_detail .slider_img_productd .product-images .product-images-container.thumbnail-top .slick-slider.product-responsive-thumbnail {
  width: 100%;
  margin-bottom: 15px;
}
.product_detail .content_product_detail .product_title {
  font-size: 24px;
  color: #222222;
  font-weight: 300 !important;
  margin-bottom: 15px;
  text-transform: capitalize;
}
.product_detail .content_product_detail .reviews-content {
  margin-bottom: 10px;
}
.product_detail .content_product_detail .reviews-content .woocommerce-review-link {
  display: none;
}
.product_detail .content_product_detail .price-content {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.product_detail .content_product_detail .item-brand {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 0 0 20px;
}
.product_detail .content_product_detail .item-brand > span {
  color: #222;
  font-weight: bold;
  text-transform: uppercase;
}
.product_detail .content_product_detail .item-brand > a {
  display: block;
  padding: 5px;
}
.product_detail .content_product_detail .item-brand > a img {
  max-width: 80px;
}
.product_detail .content_product_detail .product-info {
  display: block;
  overflow: hidden;
  padding: 20px 0 15px;
  border-top: 1px solid #f0f0ed;
}
.product_detail .content_product_detail .product-info .product-stock.in-stock {
  float: left;
  font-weight: 600;
  font-size: 12px;
  color: #525252;
  text-transform: uppercase;
  position: relative;
  margin-right: 20px;
}
.rtl .product_detail .content_product_detail .product-info .product-stock.in-stock {
  float: right;
  margin-left: 20px;
  margin-right: 0;
}
.product_detail .content_product_detail .product-info .product-stock.in-stock:before {
  content: '\f046';
  font-family: 'FontAwesome';
  font-size: 13px;
  margin-right: 10px;
}
.rtl .product_detail .content_product_detail .product-info .product-stock.in-stock:before {
  content: '';
  margin: 0;
}
.rtl .product_detail .content_product_detail .product-info .product-stock.in-stock:after {
  content: '\f046';
  font-family: 'FontAwesome';
  font-size: 13px;
  margin-left: 10px;
}
.product_detail .content_product_detail .product-info .sku_wrapper {
  margin-bottom: 15px;
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  font-weight: 600;
  color: #525252;
  text-transform: uppercase;
}
.product_detail .content_product_detail .product-info .sku_wrapper .sku {
  color: #525252;
  padding: 0 5px;
}
.product_detail .content_product_detail .description {
  line-height: 22px;
  color: #555;
  margin-bottom: 30px;
}
.product_detail .content_product_detail .social-share {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  width: 100%;
  margin-bottom: 20px;
  padding: 10px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.product-type-variable .product_detail .content_product_detail .social-share {
  margin-bottom: 20px;
}
.product_detail .content_product_detail .social-share .title-share {
  text-transform: capitalize;
  padding-right: 45px;
  float: left;
  font-size: 16px;
  color: #000;
  font-weight: 400;
  line-height: 24px;
}
.rtl .product_detail .content_product_detail .social-share .title-share {
  float: right;
  padding-left: 45px;
  padding-right: 0;
}
.product_detail .content_product_detail .social-share a {
  display: inline-block;
  vertical-align: top;
  margin: 0 15px;
  text-align: center;
  border-radius: 0%;
  color: #000;
  font-size: 20px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.product_detail .content_product_detail .social-share a:nth-child(1):hover {
  color: #0073AA;
}
.product_detail .content_product_detail .social-share a:nth-child(2):hover {
  color: #1FCCFF;
}
.product_detail .content_product_detail .social-share a:nth-child(3):hover {
  color: #DE4B3B;
}
.product_detail .content_product_detail .checkout_list .title {
  font-size: 16px;
  color: #222;
  margin-bottom: 15px;
}
.product_detail .content_product_detail .cart {
  margin-bottom: 0;
}
.product_detail .content_product_detail .cart .quantity {
  position: relative;
  height: 34px;
  background-color: #e2e2e2;
  margin: 0 15px 0 0 !important;
}
.rtl .product_detail .content_product_detail .cart .quantity {
  float: right;
  margin: 0 0 0 3px !important;
}
.product_detail .content_product_detail .cart .quantity input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -0-appearance: none;
  background-color: #e2e2e2;
  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: 32px !important;
}
.product_detail .content_product_detail .cart .quantity .minus,
.product_detail .content_product_detail .cart .quantity .plus {
  font-size: 0;
  color: #000;
}
.product_detail .content_product_detail .cart .quantity .minus:hover,
.product_detail .content_product_detail .cart .quantity .plus:hover {
  opacity: 0.5;
}
.product_detail .content_product_detail .cart .quantity .minus {
  background: url(../assets/img/bg_general.png) no-repeat -11px -1685px;
}
.product_detail .content_product_detail .cart .quantity .plus {
  background: url(../assets/img/bg_general.png) no-repeat -18px -1665px;
}
.product_detail .content_product_detail .cart .quantity input {
  margin-bottom: 0;
  border: 0;
  text-align: center;
  text-indent: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.product_detail .content_product_detail .cart .quantity input.qty {
  padding: 0;
  font-size: 16px;
  color: #000;
  font-weight: 600;
}
.product_detail .content_product_detail .cart .group_table {
  margin-bottom: 25px;
  width: 100%;
}
.product_detail .content_product_detail .cart .group_table .label {
  display: table-cell;
}
.product_detail .content_product_detail .cart .group_table tbody tr {
  border-color: #ddd;
}
.product_detail .content_product_detail .cart .group_table tbody tr td label {
  margin-bottom: 0;
  font-weight: normal;
}
.product_detail .content_product_detail .cart .group_table tbody tr td .quantity {
  margin-top: 0;
}
.product_detail .content_product_detail .cart .group_table tbody tr td .quantity .minus {
  bottom: 0;
}
.product_detail .content_product_detail .cart .group_table tbody tr td .quantity:before {
  display: none;
}
.product_detail .content_product_detail .cart .group_table tbody tr td.label {
  white-space: normal;
}
.product_detail .content_product_detail .cart .group_table .woocommerce-grouped-product-list-item__price {
  font-size: 20px;
  color: #aaa;
  font-weight: 700;
}
.product_detail .content_product_detail .cart .group_table .woocommerce-grouped-product-list-item__price span >.amount,
.product_detail .content_product_detail .cart .group_table .woocommerce-grouped-product-list-item__price del {
  text-decoration: line-through;
  font-weight: normal;
  font-size: 20px;
}
.product_detail .content_product_detail .cart .group_table .woocommerce-grouped-product-list-item__price ins {
  font-size: 24px;
  color: #941250;
  text-decoration: none;
  opacity: 1;
  margin: 0 10px;
}
.product_detail .content_product_detail .cart .clear {
  display: none;
}
.product_detail .content_product_detail .item-bottom .clear {
  clear: none;
}
.product_detail .content_product_detail .yith-wcwl-add-to-wishlist {
  margin: 0 10px;
  float: left;
  border-radius: 3px;
}
.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: #941250;
  color: #fff;
  border: 1px solid #941250;
}
.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: "\f021";
}
.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: #8f114e;
  font-weight: 500;
  height: 34px;
  line-height: 33px;
  border-radius: 3px;
  padding: 0;
  background-color: #fff;
  border: 1px solid #8f114e;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  position: relative;
  font-size: 0;
  min-width: 34px;
  float: left;
  margin: 0px 1px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
  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: #941250;
  border: 1px solid #941250;
  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 a.compare {
  margin: 0;
  display: none;
}
.product_detail .content_product_detail .add_to_cart_button,
.product_detail .content_product_detail .product_type_external,
.product_detail .content_product_detail .product_type_grouped,
.product_detail .content_product_detail .single_add_to_cart_button {
  height: 34px;
  line-height: 33px;
  text-transform: capitalize;
  background: url('../assets/img/icon-cart2.png') no-repeat left 10px center #941250 !important;
  color: #fff;
  font-size: 18px;
  border-radius: 3px;
  padding: 0 10px 0 34px;
  margin: 0;
  position: relative;
  font-weight: 500;
}
.product_detail .content_product_detail .add_to_cart_button:hover,
.product_detail .content_product_detail .product_type_external:hover,
.product_detail .content_product_detail .product_type_grouped:hover,
.product_detail .content_product_detail .single_add_to_cart_button:hover {
  background: url('../assets/img/icon-cart2.png') no-repeat left 10px center #7d0f44 !important;
}
.product_detail .content_product_detail .add_to_cart_button:hover:before,
.product_detail .content_product_detail .product_type_external:hover:before,
.product_detail .content_product_detail .product_type_grouped:hover:before,
.product_detail .content_product_detail .single_add_to_cart_button:hover:before {
  color: #fff;
}
.product_detail .content_product_detail .add_to_cart_button.added,
.product_detail .content_product_detail .product_type_external.added,
.product_detail .content_product_detail .product_type_grouped.added,
.product_detail .content_product_detail .single_add_to_cart_button.added {
  background: url('../assets/img/added.png') no-repeat center center #fff;
  background-position: 21px 3px;
}
.product_detail .content_product_detail .add_to_cart_button.added:hover:before,
.product_detail .content_product_detail .product_type_external.added:hover:before,
.product_detail .content_product_detail .product_type_grouped.added:hover:before,
.product_detail .content_product_detail .single_add_to_cart_button.added:hover:before {
  color: #000000;
}
.page .rozy_breadcrumbs .breadcrumbs {
  float: left;
  text-align: left;
}
.page.rtl .rozy_breadcrumbs .breadcrumbs {
  float: right;
  text-align: right;
}
.single-product .rozy_breadcrumbs .breadcrumbs {
  float: left;
  text-align: left;
}
.single-product.rtl .rozy_breadcrumbs .breadcrumbs {
  float: right;
  text-align: right;
}
.single-product >.tabs {
  margin-bottom: 40px;
  margin-top: 10px;
  border: 0;
}
.single-product >.tabs .tabbable .nav.nav-tabs {
  margin: 0;
  background-color: transparent;
  border-bottom: 2px solid #ddd;
}
.single-product >.tabs .tabbable .nav.nav-tabs li {
  border: 0;
  position: relative;
  margin: 0;
}
.rtl .single-product >.tabs .tabbable .nav.nav-tabs li {
  float: right;
}
.single-product >.tabs .tabbable .nav.nav-tabs li a {
  border: 0;
  padding: 10px 30px;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 16px;
  display: inline-block;
  color: #000;
  font-weight: 400;
  background-color: #fff;
  border-radius: 0;
  margin: 0;
  position: relative;
}
.single-product >.tabs .tabbable .nav.nav-tabs li a:before {
  content: '';
  width: 100%;
  height: 2px;
  display: inline-block;
  background-color: #941250;
  position: absolute;
  left: 0;
  bottom: -2px;
  opacity: 0;
}
.single-product >.tabs .tabbable .nav.nav-tabs li.active a,
.single-product >.tabs .tabbable .nav.nav-tabs li:hover a {
  color: #941250;
}
.single-product >.tabs .tabbable .nav.nav-tabs li.active a:before,
.single-product >.tabs .tabbable .nav.nav-tabs li:hover a:before {
  opacity: 1;
}
.single-product >.tabs .tabbable .tab-content #tab-description p {
  margin-bottom: 0;
  font-size: 14px;
  color: #555;
  line-height: 26px;
}
.single-product >.tabs .tabbable .tab-content .tab-pane {
  padding: 20px 0;
  line-height: 22px;
  color: #999;
}
.single-product >.tabs .tabbable .tab-content .tab-pane h2 {
  font-size: 16px;
  text-transform: uppercase;
  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 {
  float: left;
  clear: none;
  margin: 0 0 30px;
}
.rtl .single-product >.tabs .tabbable .tab-content .tab-pane p .alignnone {
  float: right;
}
.single-product >.tabs .tabbable .tab-content .tab-pane p .alignnone.image-content {
  margin-left: 30px;
}
.single-product >.tabs .tabbable .tab-content .tab-pane #reviews {
  color: #333;
}
.single-product >.tabs .tabbable .tab-content .tab-pane #reviews .form-submit .submit {
  padding: 9px 25px !important;
  background-color: #222222;
  overflow: hidden;
  text-transform: uppercase;
  font-weight: 700;
  border: 0;
}
.single-product >.tabs .tabbable .tab-content .tab-pane #reviews .form-submit .submit:hover {
  background: #670c37;
}
.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: #222222;
  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 #eeeeee;
  margin: 0;
  text-transform: uppercase;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  color: #525252;
  font-size: 12px;
}
.variations tr td.value select option {
  text-transform: uppercase;
}
.variations tr td.value select:focus {
  outline-offset: 0;
  outline: -webkit-focus-ring-color auto 0;
}
.variations tr td.value select::-ms-expand {
  display: none;
}
.variations tr .reset_variations {
  margin: 10px 0;
  text-align: center;
  color: #fc2a2a;
  display: block !important;
  text-align: left;
}
.rtl .variations tr .reset_variations {
  text-align: right;
}
.single_variation {
  margin-bottom: 15px;
}
.sw_related_upsell_widget .product-ur .tabbable.tabs {
  text-align: left;
}
.sw_related_upsell_widget .product-ur .tabbable.tabs .nav.nav-tabs {
  display: block;
  vertical-align: top;
  margin: 0 0 10px;
  border-bottom: 1px solid #eeeeee;
  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: #941250;
  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: #941250;
}
.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: #222222;
  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: #eeeeee;
  position: absolute;
  top: 16px;
  right: 0;
}
.rtl .sw_related_upsell_widget .product-ur .tabbable.tabs .nav.nav-tabs li > a:before {
  left: 0;
  right: auto;
}
.sw_related_upsell_widget .product-ur .tabbable.tabs .tab-content .tab-pane {
  display: block;
  height: 0;
  overflow: hidden;
}
.sw_related_upsell_widget .product-ur .tabbable.tabs .tab-content .tab-pane .responsive-slider {
  -webkit-transform: translate(0,80px);
  -moz-transform: translate(0,80px);
  -o-transform: translate(0,80px);
  -ms-transform: translate(0,80px);
  transform: translate(0,80px);
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  transition: all .5s;
}
.sw_related_upsell_widget .product-ur .tabbable.tabs .tab-content .tab-pane.active {
  height: auto;
  overflow: visible;
}
.sw_related_upsell_widget .product-ur .tabbable.tabs .tab-content .tab-pane.active .responsive-slider {
  -webkit-transform: translate(0,0);
  -moz-transform: translate(0,0);
  -o-transform: translate(0,0);
  -ms-transform: translate(0,0);
  transform: translate(0,0);
}
.sw_related_upsell_widget .sw-woo-container-slider {
  margin-bottom: 80px;
}
.sw_related_upsell_widget .sw-woo-container-slider .resp-slider-container .box-slider-title h2 {
  padding: 10px 0 8px;
  position: relative;
  font-size: 18px;
  color: #222222;
  text-transform: uppercase;
  font-weight: 700 !important;
  border-bottom: 2px solid #ddd;
}
.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: 5px;
}
.sw_related_upsell_widget .sw-woo-container-slider .slider .item .item-wrap {
  padding: 0 10px;
}
.sw_related_upsell_widget .sw-woo-container-slider .slider .item .item-wrap .item-detail .item-content {
  padding: 5px 0 20px;
}
.sw_related_upsell_widget .sw-woo-container-slider .slider .item .item-wrap .item-detail .item-content h4 {
  margin-bottom: 5px;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
  bottom: 20px;
  top: auto;
  right: auto;
  left: 20px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background: #fff;
  text-align: center;
  line-height: 40px;
  text-indent: 0;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger img {
  display: none !important;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger:before {
  content: '';
  display: none;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger:after {
  content: '\f047';
  font-family: Fontawesome !important;
  font-size: 18px;
  display: inline-block;
  position: static;
  line-height: 40px;
  background: none;
  width: 40px;
  vertical-align: top;
  height: 100%;
  box-shadow: 0 0 0 2px #ddd;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  border-radius: 50%;
}
.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;
}
.sw-quickview-bottom {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9999;
  background: rgba(0,0,0,0.5);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.sw-quickview-bottom.show {
  visibility: visible;
  opacity: 1;
}
.sw-quickview-bottom.show .quickview-content .quickview-close {
  visibility: visible;
}
.sw-quickview-bottom.loading {
  height: 100%;
}
.sw-quickview-bottom.loading:before {
  background-color: transparent;
  background-image: url(../assets/img/loadingp.gif);
  background-size: 32px 32px;
}
.sw-quickview-bottom.loading .quickview-content .quickview-inner {
  padding: 0;
}
.sw-quickview-bottom.loading .quickview-content .quickview-close {
  visibility: hidden;
}
.sw-quickview-bottom .quickview-content {
  background: #fff;
  max-width: 1170px;
  margin: 200px auto;
  position: relative;
}
.sw-quickview-bottom .quickview-content .quickview-close {
  position: absolute;
  width: 28px;
  height: 28px;
  background: #000;
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  border-radius: 50%;
  right: -15px;
  top: -15px;
}
.sw-quickview-bottom .quickview-content .quickview-inner {
  padding: 30px 15px;
}
.quickview-container.woocommerce {
  padding-top: 15px;
}
.quickview-container.woocommerce .slider_img_productd span.onsale {
  display: none;
}
.quickview-container.woocommerce .product_detail .content_product_detail {
  padding-bottom: 15px;
}
.rtl .quickview-container.woocommerce .product_detail .content_product_detail .single_variation_wrap .woocommerce-variation-add-to-cart .addcart-wrapper {
  float: right;
}
.quickview-container.woocommerce .product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a {
  background-image: none;
}
.quickview-container.woocommerce .product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover {
  background-color: #941250 !important;
}
@media (max-width: 1400px) {
  .sw-quickview-bottom .quickview-content {
    max-width: 960px;
  }
  .sw-quickview-bottom .quickview-content .quickview-inner {
    overflow-x: scroll;
    max-height: 500px;
  }
}
@media (max-width: 991px) {
  .sw-quickview-bottom .quickview-content {
    max-width: 700px;
  }
}
.gallery {
  padding: 0;
  overflow: hidden;
}
.rtl .gallery {
  margin-right: 0 !important;
}
.gallery li {
  margin-left: 1%;
  margin-right: 0;
  margin-bottom: 20px;
  text-align: center;
  float: left;
  list-style: none;
}
.rtl .gallery li {
  float: right;
  margin: 0 1% 20px 0;
}
.gallery .thumbnail {
  display: block;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  background: #FFF;
  padding: 5px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
}
.gallery .thumbnail:after {
  position: absolute;
  border-color: transparent #FFFFFF #FFFFFF transparent;
  border-style: solid;
  border-width: 45px;
  content: "";
  opacity: 0;
  filter: alpha(opacity=0);
  right: -45px;
  bottom: 0;
  transition: all 0.3s ease 0.2s;
  z-index: 4;
}
.gallery .thumbnail:before {
  content: "\f0a9";
  font-family: FontAwesome;
  position: absolute;
  bottom: 20px;
  right: 0;
  color: #FFF;
  font-size: 20px;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.2s ease 0.3s;
  transform: rotate(0deg);
  z-index: 5;
}
.gallery .thumbnail:hover {
  background: #941250;
  border-color: #ddd;
}
.gallery .thumbnail:hover:after {
  bottom: 0;
  right: 0;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.gallery .thumbnail:hover:before {
  right: 20px;
  opacity: 1;
  filter: alpha(opacity=100);
  transform: rotate(360deg);
}
.gallery img {
  width: 100%;
}
.gallery .caption {
  overflow: hidden;
  padding-top: 12px;
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.gallery .caption h4 {
  font-size: 14px;
}
.entry-summary table {
  margin-bottom: 30px;
}
.entry-summary table th,
.entry-summary table td {
  border: 1px solid #eeeeee;
  padding: 10px;
}
.entry-summary table th > a,
.entry-summary table td > a {
  color: #941250;
}
.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: 3px;
  padding: 5px 10px;
}
.entry-summary form input[type="submit"] {
  background: #333 none repeat scroll 0 0;
  border: 1px solid #555555;
  border-radius: 3px;
  color: #fff;
  padding: 6px 15px;
  vertical-align: top;
}
.entry-summary form input[type="submit"]:hover {
  background: #670c37;
}
.entry-summary .page-links {
  clear: both;
}
.page .entry-content .entry-summary .page-links {
  margin-top: 30px;
  overflow: hidden;
  background: #fff;
  padding: 30px 0;
  border-radius: 4px;
}
.page .entry-content .entry-summary .page-links .page-links-title {
  border: none;
  margin: 0 10px;
  width: auto;
  height: auto;
  line-height: 32px;
  border-radius: 0;
  float: left;
  background: none;
  color: #666;
}
.page .entry-content .entry-summary .page-links .page-links-title:hover {
  background: none;
}
.page .entry-content .entry-summary .page-links span,
.page .entry-content .entry-summary .page-links a {
  display: block;
  width: 32px;
  line-height: 30px;
  height: 32px;
  border-radius: 0;
  text-align: center;
  font-size: 14px;
  color: #222;
  float: left;
  background: #fff;
  border: 1px solid #ddd;
  margin: 0 5px;
}
.page .entry-content .entry-summary .page-links span:hover,
.page .entry-content .entry-summary .page-links a:hover {
  color: #fff;
}
.page .entry-content .entry-summary .page-links span {
  background: #fff;
  color: #222 !important;
}
.page .entry-content .entry-summary .page-links a {
  border: none;
  color: #fff;
}
.page .entry-content .entry-summary .page-links a span {
  border: none;
  margin: 0;
  background: none;
  background-color: #941250;
  color: #fff !important;
}
.page .entry-content .entry-summary .page-links a:hover {
  color: #fff;
  opacity: 0.85;
}
.page .main-page .page >.entry-content .entry-summary p {
  line-height: 28px;
  margin-bottom: 1.5em;
}
.home.page .main-page .page >.entry-content .entry-summary p {
  line-height: 28px;
}
.page.page-child #comments {
  margin: 60px 0;
}
form.post-password-form p label {
  color: #000;
  font-weight: 700;
}
form.post-password-form p:first-child {
  margin-bottom: 30px;
}
form.post-password-form p input[type="submit"] {
  background-color: #941250;
  border: 3px;
}
form.post-password-form p input[type="submit"]:hover {
  background-color: #941250;
}
.search.search-results .listing-title h1 {
  margin: 60px 0;
}
.search.search-results .content-search >.post,
.search.search-results .content-search .page,
.search.search-results .content-search .testimonial,
.search.search-results .content-search .team,
.search.search-results .content-search .portfolio,
.search.search-results .content-search .room,
.search.search-results .content-search .product {
  margin-bottom: 85px;
}
.category-contents .blog-content .format-standard.tag-markup-2 .entry .entry-content .entry-summary code {
  white-space: normal;
}
.widget_nav_menu #menu-testing-menu > .dropdown.menu-categories > ul.dropdown-menu > li:nth-child(2) {
  border: 0;
}
.widget_nav_menu #menu-testing-menu > .dropdown.menu-categories > ul.dropdown-menu > li:nth-child(2) > a {
  padding: 0;
}
.category-contents {
  word-wrap: break-word;
  position: relative;
}
.page-markup-and-formatting .entry-content .entry-summary,
.post.category-markup.tag-css .entry-content .entry-summary,
.page.page-child .entry-content .entry-summary {
  font-size: 15px;
}
.page-markup-and-formatting .entry-content .entry-summary h1,
.page-markup-and-formatting .entry-content .entry-summary h2,
.page-markup-and-formatting .entry-content .entry-summary h3,
.page-markup-and-formatting .entry-content .entry-summary h4,
.page-markup-and-formatting .entry-content .entry-summary h5,
.page-markup-and-formatting .entry-content .entry-summary h6,
.post.category-markup.tag-css .entry-content .entry-summary h1,
.post.category-markup.tag-css .entry-content .entry-summary h2,
.post.category-markup.tag-css .entry-content .entry-summary h3,
.post.category-markup.tag-css .entry-content .entry-summary h4,
.post.category-markup.tag-css .entry-content .entry-summary h5,
.post.category-markup.tag-css .entry-content .entry-summary h6,
.page.page-child .entry-content .entry-summary h1,
.page.page-child .entry-content .entry-summary h2,
.page.page-child .entry-content .entry-summary h3,
.page.page-child .entry-content .entry-summary h4,
.page.page-child .entry-content .entry-summary h5,
.page.page-child .entry-content .entry-summary h6 {
  color: #222222;
  font-weight: 600;
}
.page-markup-and-formatting .entry-content .entry-summary h2,
.page-markup-and-formatting .entry-content .entry-summary h3,
.page-markup-and-formatting .entry-content .entry-summary h4,
.page-markup-and-formatting .entry-content .entry-summary h5,
.page-markup-and-formatting .entry-content .entry-summary h6,
.post.category-markup.tag-css .entry-content .entry-summary h2,
.post.category-markup.tag-css .entry-content .entry-summary h3,
.post.category-markup.tag-css .entry-content .entry-summary h4,
.post.category-markup.tag-css .entry-content .entry-summary h5,
.post.category-markup.tag-css .entry-content .entry-summary h6,
.page.page-child .entry-content .entry-summary h2,
.page.page-child .entry-content .entry-summary h3,
.page.page-child .entry-content .entry-summary h4,
.page.page-child .entry-content .entry-summary h5,
.page.page-child .entry-content .entry-summary h6 {
  padding-top: 20px;
}
.page-markup-and-formatting .entry-content .entry-summary blockquote,
.post.category-markup.tag-css .entry-content .entry-summary blockquote,
.page.page-child .entry-content .entry-summary blockquote {
  padding: 10px 30px;
}
.page-markup-and-formatting .entry-content .entry-summary blockquote:before,
.page-markup-and-formatting .entry-content .entry-summary blockquote:after,
.post.category-markup.tag-css .entry-content .entry-summary blockquote:before,
.post.category-markup.tag-css .entry-content .entry-summary blockquote:after,
.page.page-child .entry-content .entry-summary blockquote:before,
.page.page-child .entry-content .entry-summary blockquote:after {
  font-size: 18px;
  color: #eeeeee;
}
.page-markup-and-formatting .entry-content .entry-summary code,
.post.category-markup.tag-css .entry-content .entry-summary code,
.page.page-child .entry-content .entry-summary code {
  white-space: normal;
}
.page-markup-and-formatting .entry-content .entry-summary ol,
.post.category-markup.tag-css .entry-content .entry-summary ol,
.page.page-child .entry-content .entry-summary ol {
  padding-left: 0;
}
.page-markup-and-formatting .entry-content .entry-summary cite,
.post.category-markup.tag-css .entry-content .entry-summary cite,
.page.page-child .entry-content .entry-summary cite {
  font-style: italic;
}
.page-markup-and-formatting .entry-content .entry-summary ul li,
.page-markup-and-formatting .entry-content .entry-summary ol li,
.post.category-markup.tag-css .entry-content .entry-summary ul li,
.post.category-markup.tag-css .entry-content .entry-summary ol li,
.page.page-child .entry-content .entry-summary ul li,
.page.page-child .entry-content .entry-summary ol li {
  line-height: 24px;
}
.page-markup-and-formatting .entry-content .entry-summary table thead th,
.page-markup-and-formatting .entry-content .entry-summary table thead td,
.post.category-markup.tag-css .entry-content .entry-summary table thead th,
.post.category-markup.tag-css .entry-content .entry-summary table thead td,
.page.page-child .entry-content .entry-summary table thead th,
.page.page-child .entry-content .entry-summary table thead td {
  border-bottom-width: 2px;
}
.page-markup-and-formatting .entry-content .entry-summary table td,
.page-markup-and-formatting .entry-content .entry-summary table th,
.post.category-markup.tag-css .entry-content .entry-summary table td,
.post.category-markup.tag-css .entry-content .entry-summary table th,
.page.page-child .entry-content .entry-summary table td,
.page.page-child .entry-content .entry-summary table th {
  border-bottom: 1px #eeeeee solid;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}
.page-markup-and-formatting .entry-content .entry-summary table tbody tr:last-child th,
.page-markup-and-formatting .entry-content .entry-summary table tbody tr:last-child td,
.post.category-markup.tag-css .entry-content .entry-summary table tbody tr:last-child th,
.post.category-markup.tag-css .entry-content .entry-summary table tbody tr:last-child td,
.page.page-child .entry-content .entry-summary table tbody tr:last-child th,
.page.page-child .entry-content .entry-summary table tbody tr:last-child td {
  border-bottom: none;
}
.comment .media-body .media-content {
  font-size: 14px;
}
.comment .media-body .media-content h1,
.comment .media-body .media-content h2,
.comment .media-body .media-content h3,
.comment .media-body .media-content h4,
.comment .media-body .media-content h5,
.comment .media-body .media-content h6 {
  color: #222222;
  font-weight: 600;
}
.comment .media-body .media-content h2,
.comment .media-body .media-content h3,
.comment .media-body .media-content h4,
.comment .media-body .media-content h5,
.comment .media-body .media-content h6 {
  padding-top: 20px;
}
.comment .media-body .media-content blockquote {
  padding: 10px 30px;
}
.comment .media-body .media-content blockquote:before,
.comment .media-body .media-content blockquote:after {
  font-size: 18px;
  color: #eeeeee;
}
.comment .media-body .media-content code {
  white-space: normal;
}
.comment .media-body .media-content ol {
  padding-left: 0;
}
.comment .media-body .media-content cite {
  font-style: italic;
}
.comment .media-body .media-content ul li,
.comment .media-body .media-content ol li {
  line-height: 24px;
}
.comment .media-body .media-content table thead th,
.comment .media-body .media-content table thead td {
  border-bottom-width: 2px;
}
.comment .media-body .media-content table td,
.comment .media-body .media-content table th {
  border-bottom: 1px #eeeeee solid;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}
.comment .media-body .media-content table tbody tr:last-child th,
.comment .media-body .media-content table tbody tr:last-child td {
  border-bottom: none;
}
.category-contents .blog-content.blog-content-default .post .entry .entry-content .content-top .entry-summary ul li span,
.category-contents .blog-content.blog-content-default .post .entry .entry-content .content-top .entry-summary ul li em,
.category-contents .blog-content.blog-content-default .post .entry .entry-content .content-top .entry-summary ul li strong,
.category-contents .blog-content.blog-content-default .post .entry .entry-content .content-top .entry-summary ol li span,
.category-contents .blog-content.blog-content-default .post .entry .entry-content .content-top .entry-summary ol li em,
.category-contents .blog-content.blog-content-default .post .entry .entry-content .content-top .entry-summary ol li strong {
  font-size: 14px !important;
}
.category-contents .blog-content .post .entry .entry-content .content-top .entry-summary .wp-audio-shortcode {
  margin: 0 0 30px;
}
.home.blog .header-style1 {
  margin-bottom: 55px;
}
.home.blog .resmenu-container .menu-responsive-wrapper ul > li > a {
  padding: 11px 20px 12px;
}
.nav-menus-php .item-edit:before {
  margin-top: 12px !important;
}
.newsletters {
  background-color: #ebebeb;
  padding: 17px 100px;
  display: block;
  overflow: hidden;
  width: 100%;
  position: relative;
  z-index: 4;
}
.newsletters h2 {
  color: #000;
  float: left;
  font-size: 24px;
  text-transform: uppercase;
  padding-right: 60px;
  line-height: 53px;
  margin: 0;
  font-weight: bold;
}
.rtl .newsletters h2 {
  float: right;
  padding-left: 60px;
  padding-right: 0;
}
.newsletters .mc4wp-form {
  float: left;
  width: 77.5%;
  position: relative;
}
.rtl .newsletters .mc4wp-form {
  float: right;
}
.newsletters .mc4wp-form:after {
  width: 0;
}
.newsletters .mc4wp-form p {
  margin: 0 !important;
}
.newsletters .mc4wp-form input[type="email"] {
  padding: 0 17px;
  background: #000;
  width: 87%;
  margin: 0;
  height: 55px;
  border: 0;
  border-radius: 0;
  color: #fff;
}
.newsletters .mc4wp-form input[type="submit"] {
  position: absolute;
  right: 0;
  z-index: 3;
  background-color: #fed353;
  color: #000;
  padding: 0 25px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 55px;
  height: 55px;
  border: 0;
}
.rtl .newsletters .mc4wp-form input[type="submit"] {
  left: 0;
  right: auto;
}
.newsletters .mc4wp-form input[type="submit"]:hover {
  color: #fff;
  background: #000;
}
.footer .container >p {
  display: none;
}
.footer .wpb_single_image {
  margin-bottom: 20px;
}
.footer .block-footer {
  padding-right: 40px;
}
.rtl .footer .block-footer {
  padding-left: 40px;
  padding-right: 0;
}
.footer .block-footer p {
  font-size: 14px;
  color: #555;
  line-height: 24px;
}
.footer .footer-block1 {
  border-top: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
}
.footer .footer-block1 .wpb_raw_html {
  margin-bottom: 0;
}
.footer .footer-top .wpb_raw_html,
.footer .footer-top .wpb_text_column {
  margin-bottom: 0;
}
.footer .footer-top .footer-newsletter {
  text-align: center;
}
.footer .footer-top .footer-newsletter .newsletter-footer {
  overflow: hidden;
  display: inline-block;
  padding: 35px 0 25px;
}
.footer .footer-top .footer-newsletter .newsletter-footer .title-footer {
  float: left;
  font-size: 24px;
  color: #000;
  font-weight: 600;
  text-transform: capitalize;
  margin: 0 60px 0 0;
  padding: 10px 0;
}
.rtl .footer .footer-top .footer-newsletter .newsletter-footer .title-footer {
  float: right;
  margin: 0 0 0 60px;
}
.footer .footer-top .footer-newsletter .newsletter-footer .form-newsletter {
  float: left;
}
.rtl .footer .footer-top .footer-newsletter .newsletter-footer .form-newsletter {
  float: right;
}
.footer .footer-top .footer-newsletter .newsletter-footer .form-newsletter p {
  margin-bottom: 0;
}
.footer .footer-top .footer-newsletter .newsletter-footer .form-newsletter .mc4wp-form-fields {
  overflow: hidden;
}
.footer .footer-top .footer-newsletter .newsletter-footer .form-newsletter input[type="email"] {
  border: 0;
  color: #909090;
  background-color: #f8f8f8;
  height: 42px;
  padding: 0 15px;
  border-radius: 4px 0 0 4px;
  float: left;
  border: 1px solid #d0d0d0;
  border-right: 0;
  min-width: 480px;
}
.rtl .footer .footer-top .footer-newsletter .newsletter-footer .form-newsletter input[type="email"] {
  border-radius: 0 4px 4px 0;
  float: right;
  border-right: 1px solid #dbdbdb;
}
.footer .footer-top .footer-newsletter .newsletter-footer .form-newsletter input[type="submit"] {
  border: 0;
  padding: 0 15px;
  background-color: #941250;
  height: 42px;
  line-height: 42px;
  color: #fff;
  text-transform: capitalize;
  text-align: center;
  font-weight: 600;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  border-radius: 0 4px 4px 0;
  float: left;
}
.rtl .footer .footer-top .footer-newsletter .newsletter-footer .form-newsletter input[type="submit"] {
  border-radius: 4px 0 0 4px;
  float: right;
}
.footer .footer-top .footer-newsletter .newsletter-footer .form-newsletter input[type="submit"]:hover {
  background-color: #7d0f44;
}
.footer .footer-top .footer-newsletter .newsletter-footer .form-newsletter .mc4wp-success {
  color: #222222;
}
.footer .footer-bottom {
  background-color: #f8f8f8;
  padding: 88px 0 50px;
}
.footer .vc_wp_custommenu .widget_nav_menu h2.widgettitle {
  font-size: 18px;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding: 10px 0;
  font-weight: 600;
  position: relative;
}
.footer .vc_wp_custommenu .widget_nav_menu h2.widgettitle:before {
  content: '';
  height: 1px;
  width: 65px;
  background-color: #636363;
  position: absolute;
  left: 0;
  bottom: 0;
}
.rtl .footer .vc_wp_custommenu .widget_nav_menu h2.widgettitle:before {
  right: 0;
  left: auto;
}
.footer .vc_wp_custommenu .widget_nav_menu ul li {
  padding: 9px 0;
}
.footer .vc_wp_custommenu .widget_nav_menu ul li a {
  font-size: 14px;
  color: #555;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.footer .vc_wp_custommenu .widget_nav_menu ul li a:before {
  content: '\f105';
  font-family: FontAwesome;
  margin-right: 5px;
}
.rtl .footer .vc_wp_custommenu .widget_nav_menu ul li a:after {
  content: '\f104';
  font-family: FontAwesome;
  margin-left: 5px;
}
.rtl .footer .vc_wp_custommenu .widget_nav_menu ul li a:before {
  content: '';
}
.footer .vc_wp_custommenu .widget_nav_menu ul li a:hover {
  color: #941250;
}
.footer .vc_wp_custommenu .widget_nav_menu ul li a:hover span {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  padding: 10px;
}
.footer .widget.widget_text {
  margin: 0 0 10px;
  max-width: 100%;
}
.footer .widget.widget_text .widget-inner .socials-footer ul {
  overflow: hidden;
  display: inline-block;
  list-style: none;
  border: 0;
}
.footer .widget.widget_text .widget-inner .socials-footer ul > li {
  padding: 0;
  border: 0;
  float: left;
  margin: 0 20px;
}
.rtl .footer .widget.widget_text .widget-inner .socials-footer ul > li {
  float: right;
}
.footer .widget.widget_text .widget-inner .socials-footer ul > li a {
  font-size: 16px;
  color: #000;
}
.footer .widget.widget_text .widget-inner .socials-footer ul > li a:hover {
  color: #941250;
}
.footer .socials-footer ul {
  overflow: hidden;
  display: inline-block;
  list-style: none;
  border: 0;
}
.footer .socials-footer ul > li {
  padding: 0;
  border: 0;
  float: left;
  margin: 0 20px;
}
.rtl .footer .socials-footer ul > li {
  float: right;
}
.footer .socials-footer ul > li a {
  font-size: 16px;
  color: #000;
}
.footer .socials-footer ul > li a:hover {
  color: #941250;
}
.footer .info-footer h3.title-footer {
  font-size: 18px;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding: 10px 0;
  font-weight: 600;
  position: relative;
}
.footer .info-footer h3.title-footer:before {
  content: '';
  height: 1px;
  width: 65px;
  background-color: #636363;
  position: absolute;
  left: 0;
  bottom: 0;
}
.rtl .footer .info-footer h3.title-footer:before {
  right: 0;
  left: auto;
}
.footer .info-footer .info-footer-adres {
  margin: 0 0 10px 0;
}
.footer .info-footer .info-footer-adres li {
  list-style: none;
  line-height: 24px;
  padding: 8px 0;
  overflow: hidden;
}
.footer .info-footer .info-footer-adres li i {
  display: inline-block;
  margin-right: 10px;
  font-size: 16px;
  float: left;
}
.rtl .footer .info-footer .info-footer-adres li i {
  float: right;
  margin-left: 10px;
  margin-right: 0;
}
.footer .info-footer .info-footer-adres li span {
  color: #555;
  font-size: 14px;
  min-width: 78px;
  text-transform: capitalize;
  line-height: 24px;
}
.rtl .footer .info-footer .info-footer-adres li span {
  float: right;
}
.footer .info-footer .info-footer-adres li label,
.footer .info-footer .info-footer-adres li a {
  color: #555;
  overflow: hidden;
  font-weight: normal;
  font-size: 13px;
  display: inline-block;
  line-height: 24px;
  vertical-align: top;
}
.footer .info-footer .info-footer-adres li a:hover {
  color: #222;
}
.footer .block-footer2 {
  margin-bottom: 0;
}
.footer .block-footer2 p {
  font-size: 14px;
  color: #555;
  line-height: 24px;
}
.footer .footer-copyright {
  color: #666;
  border-top: 1px solid #eee;
}
.footer .footer-copyright .copyright-text {
  padding: 20px 0 10px;
  line-height: 24px;
  float: none;
  text-align: center;
}
.footer .footer-copyright .copyright-text p {
  margin: 0;
}
.footer .footer-copyright .sidebar-copyright {
  float: none;
}
.footer .footer-copyright .sidebar-copyright .custom-html-widget {
  text-align: center;
  padding-top: 0;
}
.footer .footer-style3 {
  background-color: #252525;
  position: relative;
  padding: 60px 0;
}
.footer .footer-style3 h2.widgettitle {
  font-size: 22px;
  color: #fff;
  margin-bottom: 20px;
}
.footer .footer-style3 .about-store ul.about-list {
  list-style: none;
  margin: 0;
}
.footer .footer-style3 .about-store ul.about-list li {
  padding: 6px 0;
  color: #d6d6d6;
}
.footer .footer-style3 .about-store ul.about-list li i {
  font-size: 16px;
  margin-right: 25px;
  float: left;
  line-height: 20px;
}
.footer .footer-style3 .about-store ul.about-list li i.fa-envelope {
  font-size: 13px;
}
.rtl .footer .footer-style3 .about-store ul.about-list li i {
  margin-right: 0;
  margin-left: 25px;
  float: right;
}
.footer .footer-style3 .about-store ul.about-list li .ab-pd {
  line-height: 20px;
  overflow: hidden;
  display: block;
}
.footer .footer-style3 .about-store ul.about-list li.call-mail a,
.footer .footer-style3 .about-store ul.about-list li.call-phone a {
  color: #d6d6d6;
}
.footer .footer-style3 .about-store ul.about-list li.call-mail a:hover,
.footer .footer-style3 .about-store ul.about-list li.call-phone a:hover {
  color: #941250;
}
.footer .footer-style3 .vc_wp_custommenu .widget_nav_menu h2.widgettitle {
  color: #fff;
  padding: 0;
  font-weight: normal;
  text-transform: capitalize;
}
.footer .footer-style3 .vc_wp_custommenu .widget_nav_menu h2.widgettitle:before {
  content: '';
  width: 0;
  height: 0;
}
.footer .footer-style3 .vc_wp_custommenu .widget_nav_menu ul.menu li {
  padding: 5px 0;
}
.footer .footer-style3 .vc_wp_custommenu .widget_nav_menu ul.menu li a {
  text-transform: capitalize;
  line-height: 20px;
  font-size: 14px;
  color: #d6d6d6;
}
.footer .footer-style3 .vc_wp_custommenu .widget_nav_menu ul.menu li a:hover {
  color: #941250;
}
.footer .footer-style3 .vc_wp_custommenu .widget_nav_menu ul.menu li a:before {
  content: '';
  padding: 0;
  margin: 0;
}
.rtl .footer .footer-style3 .vc_wp_custommenu .widget_nav_menu ul.menu li a:after {
  content: '';
  padding: 0;
  margin: 0;
}
.footer-copyright-s1 .wpb_content_element {
  margin: 0;
  text-align: center;
}
.footer-style3-coppyright {
  background: #303030;
}
.footer-style3-coppyright .wpb_content_element {
  margin: 0;
}
.footer-style3-coppyright .copyright {
  padding: 25px 0;
  color: #d1d1d1;
  font-size: 13px;
}
.footer-style3-coppyright .copyright a {
  color: #d1d1d1;
}
.footer-style3-coppyright .copyright a:hover {
  color: #941250;
}
.footer-style3-coppyright .footer-paypal {
  padding: 17px 0;
  text-align: right;
}
.rtl .footer-style3-coppyright .footer-paypal {
  text-align: left;
}
.footer-style3-coppyright .footer-paypal a {
  display: inline-block;
}
.footer-style3-coppyright .footer-paypal a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
#rozy-totop {
  background-color: #222;
  bottom: 30px;
  right: 15px;
  text-align: center;
  position: fixed;
  height: 50px;
  width: 50px;
  line-height: 43px;
  z-index: 99;
  border: 4px transparent solid;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
#rozy-totop:before {
  content: '\f197';
  font-family: fontawesome;
  color: #fff;
  font-size: 20px;
}
#rozy-totop:hover {
  background: #670c37;
}
.rtl #rozy-totop {
  right: auto;
  left: 15px;
}
@font-face {
  font-family: 'LoraItalic';
  src: url('../fonts/LoraItalic.eot');
  src: url('../fonts/LoraItalic.eot') format('embedded-opentype'), url('../fonts/LoraItalic.woff2') format('woff2'), url('../fonts/LoraItalic.woff') format('woff'), url('../fonts/LoraItalic.ttf') format('truetype'), url('../fonts/LoraItalic.svg#LoraItalic') format('svg');
}
@font-face {
  font-family: 'BitterRegular';
  src: url('../fonts/BitterRegular.eot');
  src: url('../fonts/BitterRegular.eot') format('embedded-opentype'), url('../fonts/BitterRegular.woff2') format('woff2'), url('../fonts/BitterRegular.woff') format('woff'), url('../fonts/BitterRegular.ttf') format('truetype'), url('../fonts/BitterRegular.svg#BitterRegular') format('svg');
}
body.home-style3 {
  font-size: 14px;
  line-height: normal;
  font-family: "BitterRegular", sans-serif;
}
body.home-style3 h1,
body.home-style3 h2,
body.home-style3 h3,
body.home-style3 h4,
body.home-style3 h5,
body.home-style3 h6 {
  margin: 0 0 10px;
  line-height: 1em;
  font-family: 'LoraItalic' !important;
}
body.home-style3 .best-selling-product2 .item-price,
body.home-style3 .countdown-slider4 .item-price {
  font-size: 20px;
  color: #262e31;
}
body.home-style3 .best-selling-product2 .item-price ins,
body.home-style3 .countdown-slider4 .item-price ins {
  font-size: 20px;
  color: #262e31;
}
body.home-style3 .best-selling-product2 .item-price del,
body.home-style3 .countdown-slider4 .item-price del {
  float: right;
  font-size: 14px;
  color: #98a4a9;
}
.our-story {
  text-align: center;
  padding: 25px 80px 35px;
}
.our-story h3 {
  background-color: #fee3ec;
  bottom: -25px;
  color: #1b1b1b;
  display: inline-block;
  font-family: "LoraItalic";
  font-size: 32px;
  padding: 0 25px;
  position: relative;
  z-index: 2;
}
.our-story .wrap-content {
  padding: 56px 75px 57px;
  border: 1px solid rgba(255,255,255,0.52);
}
.our-story .wrap-content .des {
  font-size: 14px;
  color: #545454;
  line-height: 24px;
}
.news-letter-home3 {
  text-align: center;
  padding: 50px 0 60px;
}
.news-letter-home3 h2 {
  color: #fff;
  font-family: 'LoraItalic';
  font-size: 32px;
  margin-bottom: 30px;
}
.news-letter-home3 .des {
  color: #fff;
  font-size: 15px;
  margin-bottom: 25px;
  margin-top: 25px;
}
.news-letter-home3 .des span {
  font-weight: bold;
}
.news-letter-home3 .mc4wp-form {
  position: relative;
  display: inline-block;
}
.news-letter-home3 .mc4wp-form h3 {
  display: none;
}
.news-letter-home3 .mc4wp-form input[type="email"] {
  height: 45px;
  color: #cdcdcd;
  font-size: 12px;
  float: left;
  min-width: 300px;
  border: 0;
  border-radius: 0;
  padding: 0 20px;
}
.rtl .news-letter-home3 .mc4wp-form input[type="email"] {
  float: right;
}
.news-letter-home3 .mc4wp-form input[type="submit"] {
  border: 0;
  border-radius: 0;
  height: 45px;
  color: #fff;
  font-size: 14px;
  padding: 0 25px 0 50px;
  float: left;
  background: url(../assets/img/icon-email2.png) left 25px center no-repeat #111;
}
.rtl .news-letter-home3 .mc4wp-form input[type="submit"] {
  float: right;
}
.news-letter-home3 .mc4wp-form input[type="submit"]:hover {
  background: url(../assets/img/icon-email2.png) left 25px center no-repeat #941250;
}
.sw-latest-product-slider,
.home-style3 .sw-best-seller-product-slider,
.sw-featured-product-slider {
  position: relative;
  margin: 0 0 70px;
}
.sw-latest-product-slider .box-title h3,
.home-style3 .sw-best-seller-product-slider .box-title h3,
.sw-featured-product-slider .box-title h3 {
  font-size: 24px;
  color: #1c1c1c;
  padding: 15px 0;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 30px;
  font-weight: normal;
}
.sw-latest-product-slider .customNavigation,
.home-style3 .sw-best-seller-product-slider .customNavigation,
.sw-featured-product-slider .customNavigation {
  position: absolute;
  top: 14px;
  right: 0;
}
.rtl .sw-latest-product-slider .customNavigation,
.rtl .home-style3 .sw-best-seller-product-slider .customNavigation,
.rtl .sw-featured-product-slider .customNavigation {
  left: 0;
  right: auto;
}
.sw-latest-product-slider .customNavigation > a,
.home-style3 .sw-best-seller-product-slider .customNavigation > a,
.sw-featured-product-slider .customNavigation > a {
  font-size: 24px;
  color: #1c1c1c;
  margin: 0 3px;
}
.rtl .sw-latest-product-slider .customNavigation > a.fa-angle-left:before,
.rtl .home-style3 .sw-best-seller-product-slider .customNavigation > a.fa-angle-left:before,
.rtl .sw-featured-product-slider .customNavigation > a.fa-angle-left:before {
  content: '\f105';
}
.rtl .sw-latest-product-slider .customNavigation > a.fa-angle-right:before,
.rtl .home-style3 .sw-best-seller-product-slider .customNavigation > a.fa-angle-right:before,
.rtl .sw-featured-product-slider .customNavigation > a.fa-angle-right:before {
  content: '\f104';
}
.sw-latest-product-slider .customNavigation > a:hover,
.home-style3 .sw-best-seller-product-slider .customNavigation > a:hover,
.sw-featured-product-slider .customNavigation > a:hover {
  color: #941250;
}
.sw-latest-product-slider .carousel-inner .item .item-detail,
.home-style3 .sw-best-seller-product-slider .carousel-inner .item .item-detail,
.sw-featured-product-slider .carousel-inner .item .item-detail {
  overflow: hidden;
  margin-bottom: 10px;
}
.sw-latest-product-slider .carousel-inner .item .item-detail .item-inner,
.home-style3 .sw-best-seller-product-slider .carousel-inner .item .item-detail .item-inner,
.sw-featured-product-slider .carousel-inner .item .item-detail .item-inner {
  margin: 0;
}
.sw-latest-product-slider .carousel-inner .item .item-detail:hover .item-img,
.home-style3 .sw-best-seller-product-slider .carousel-inner .item .item-detail:hover .item-img,
.sw-featured-product-slider .carousel-inner .item .item-detail:hover .item-img {
  border: 1px solid #941250;
}
.sw-latest-product-slider .carousel-inner .item .item-detail .item-img,
.home-style3 .sw-best-seller-product-slider .carousel-inner .item .item-detail .item-img,
.sw-featured-product-slider .carousel-inner .item .item-detail .item-img {
  float: left;
  width: 120px;
  max-width: 120px;
  margin-right: 20px;
  border: 1px solid transparent;
}
.rtl .sw-latest-product-slider .carousel-inner .item .item-detail .item-img,
.rtl .home-style3 .sw-best-seller-product-slider .carousel-inner .item .item-detail .item-img,
.rtl .sw-featured-product-slider .carousel-inner .item .item-detail .item-img {
  float: right;
  margin-left: 20px;
  margin-right: 0;
}
.sw-latest-product-slider .carousel-inner .item .item-detail .item-content,
.home-style3 .sw-best-seller-product-slider .carousel-inner .item .item-detail .item-content,
.sw-featured-product-slider .carousel-inner .item .item-detail .item-content {
  text-align: left;
  padding: 20px 0 0;
}
.rtl .sw-latest-product-slider .carousel-inner .item .item-detail .item-content,
.rtl .home-style3 .sw-best-seller-product-slider .carousel-inner .item .item-detail .item-content,
.rtl .sw-featured-product-slider .carousel-inner .item .item-detail .item-content {
  text-align: right;
}
.sw-latest-product-slider .carousel-inner .item .item-detail .item-content div.star,
.home-style3 .sw-best-seller-product-slider .carousel-inner .item .item-detail .item-content div.star,
.sw-featured-product-slider .carousel-inner .item .item-detail .item-content div.star {
  margin-bottom: 15px;
}
.sw-latest-product-slider .carousel-inner .item .item-detail .item-content h4,
.home-style3 .sw-best-seller-product-slider .carousel-inner .item .item-detail .item-content h4,
.sw-featured-product-slider .carousel-inner .item .item-detail .item-content h4 {
  margin: 0 0 15px;
}
.sw-latest-product-slider .carousel-inner .item .item-detail .item-content h4 a,
.home-style3 .sw-best-seller-product-slider .carousel-inner .item .item-detail .item-content h4 a,
.sw-featured-product-slider .carousel-inner .item .item-detail .item-content h4 a {
  font-size: 16px;
  color: #262e31;
  text-transform: capitalize;
}
.sw-latest-product-slider .carousel-inner .item .item-detail .item-content h4 a:hover,
.home-style3 .sw-best-seller-product-slider .carousel-inner .item .item-detail .item-content h4 a:hover,
.sw-featured-product-slider .carousel-inner .item .item-detail .item-content h4 a:hover {
  color: #941250;
}
.sw-latest-product-slider .carousel-inner .item .item-detail .item-content .reviews-content,
.home-style3 .sw-best-seller-product-slider .carousel-inner .item .item-detail .item-content .reviews-content,
.sw-featured-product-slider .carousel-inner .item .item-detail .item-content .reviews-content {
  margin: 0;
}
.sw-latest-product-slider .carousel-inner .item .item-detail .item-content .item-price,
.home-style3 .sw-best-seller-product-slider .carousel-inner .item .item-detail .item-content .item-price,
.sw-featured-product-slider .carousel-inner .item .item-detail .item-content .item-price {
  color: #1b1b1b;
  font-weight: 400;
}
.sw-latest-product-slider .carousel-inner .item .item-detail .item-content .item-price ins,
.home-style3 .sw-best-seller-product-slider .carousel-inner .item .item-detail .item-content .item-price ins,
.sw-featured-product-slider .carousel-inner .item .item-detail .item-content .item-price ins {
  margin: 0;
  font-weight: 400;
}
.sw-latest-product-slider .carousel-inner .item .item-detail .item-content .item-price ins span,
.home-style3 .sw-best-seller-product-slider .carousel-inner .item .item-detail .item-content .item-price ins span,
.sw-featured-product-slider .carousel-inner .item .item-detail .item-content .item-price ins span {
  font-size: 18px;
  color: #1b1b1b;
}
.sw-latest-product-slider .carousel-inner .item .item-detail .item-content .item-price del,
.home-style3 .sw-best-seller-product-slider .carousel-inner .item .item-detail .item-content .item-price del,
.sw-featured-product-slider .carousel-inner .item .item-detail .item-content .item-price del {
  text-decoration: line-through;
  margin: 0 10px;
  float: right;
}
.sw-latest-product-slider .carousel-inner .item .item-detail .item-content .item-price del span,
.home-style3 .sw-best-seller-product-slider .carousel-inner .item .item-detail .item-content .item-price del span,
.sw-featured-product-slider .carousel-inner .item .item-detail .item-content .item-price del span {
  font-size: 15px;
  color: #989898;
}
.slideshow-home3 .wpb_revslider_element .rev_slider_wrapper .tparrows.metis {
  width: 40px !important;
  height: 40px !important;
  background-color: rgba(255,255,255,0.5) !important;
  border-radius: 50% !important;
  color: #5c5c5c;
  padding: 0 !important;
}
.slideshow-home3 .wpb_revslider_element .rev_slider_wrapper .tparrows.metis:hover {
  background-color: #fff !important;
  color: #575757;
}
.slideshow-home3 .wpb_revslider_element .rev_slider_wrapper .tparrows.metis:hover:before {
  -webkit-transform: scale(1) !important;
  -moz-transform: scale(1) !important;
  -o-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  transform: scale(1) !important;
}
.slideshow-home3 .wpb_revslider_element .rev_slider_wrapper rs-module rs-mask-wrap .rs-layer .shop-now {
  height: 40px !important;
  line-height: 38px !important;
  border-radius: 0 !important;
  border: 1px solid #fff !important;
  background-color: transparent !important;
  color: #fff !important;
  text-transform: uppercase !important;
  padding: 0 25px !important;
  font-size: 14px !important;
}
.slideshow-home3 .wpb_revslider_element .rev_slider_wrapper rs-module rs-mask-wrap .rs-layer .shop-now:hover {
  background-color: #941250 !important;
  border: 1px solid #941250 !important;
}
.home-style3 .nav-pills.nav-mega .rozy-mega-menu .dropdown-menu {
  margin-top: 0;
}
.home-style3 .sw-best-seller-product-slider .customNavigation {
  top: 10px;
}
.home-style3 .sw-best-seller-product-slider .customNavigation .btn-bs.prev-bs:before,
.home-style3 .sw-best-seller-product-slider .customNavigation .btn-bs.next-bs:before {
  font-size: 24px;
  color: #1c1c1c;
}
.home-style3 .sw-best-seller-product-slider .customNavigation .btn-bs.prev-bs:before:hover,
.home-style3 .sw-best-seller-product-slider .customNavigation .btn-bs.next-bs:before:hover {
  color: #941250;
}
.home-style3 .primary-menu .menu-title,
.home-style3 .vertical_megamenu .menu-title {
  font-family: BitterRegular !important;
}
.home-style3 .wpb_revslider_element {
  margin-bottom: 100px;
}
.custom-text-home3 {
  text-align: center;
}
body.home-style3 .custom-text-home3 {
  margin: 0 0 40px;
}
.rtl.home-style3 .sw-best-seller-product-slider .customNavigation {
  left: 0;
  right: auto;
}
.rtl.home-style3 .sw-best-seller-product-slider .carousel-inner .item .item-detail .item-content {
  text-align: right;
}
.best-selling-product2 {
  margin: 100px 0 65px;
}
.home-style4 .best-selling-product2 {
  margin: 55px 0;
}
.best-selling-product2 .box-title {
  border-top: 1px #e1e1e1 solid;
  overflow: hidden;
}
.home-style4 .best-selling-product2 .box-title {
  border: 0;
}
.best-selling-product2 .box-title h3 {
  margin: 90px 0 20px 0;
  text-align: center;
}
.home-style4 .best-selling-product2 .box-title h3 {
  margin: 0 0 30px;
  border: 0;
}
.best-selling-product2 .box-title h3:before {
  content: '+';
  font-size: 26px;
  color: #941250;
  margin-right: 20px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  display: inline-block;
}
.rtl .best-selling-product2 .box-title h3:before {
  margin-right: 0;
  margin-left: 20px;
}
.home-style4 .best-selling-product2 .box-title h3:before {
  content: '';
  height: 0;
  width: 0;
}
.best-selling-product2 .box-title h3:after {
  content: '+';
  font-size: 26px;
  color: #941250;
  margin-left: 20px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  display: inline-block;
}
.rtl .best-selling-product2 .box-title h3:after {
  margin-left: 0;
  margin-right: 20px;
}
.home-style4 .best-selling-product2 .box-title h3:after {
  content: '';
  height: 0;
  width: 0;
}
.countdown-slider4 .item .item-wrap3 .item-detail .item-content {
  padding: 0px 10px 20px;
}
.countdown-slider4 .item .item-wrap3:hover .item-detail {
  border: 1px solid transparent;
}
.sw-category-slider4 {
  margin: 0 -15px;
}
.sw-category-slider4 .item {
  position: relative;
  padding: 0 15px;
}
.sw-category-slider4 .item .item-image a img {
  width: 100%;
}
.sw-category-slider4 .item .item-content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  margin-top: -70px;
}
.sw-category-slider4 .item .item-content h3 a {
  color: #fff;
  font-size: 28px;
  line-height: 40px;
}
.sw-category-slider4 .item .item-content h3 a span {
  display: block;
}
.sw-category-slider4 .item .item-content h3 a:hover {
  color: #941250;
}
.sw-category-slider4 .item .item-content h3 a.button {
  font-size: 14px;
  font-family: 'BitterRegular';
  text-transform: capitalize;
  padding: 8px 25px;
  border: 1px #fff solid;
  margin-top: 56px;
  display: inline-block;
  line-height: 20px;
  background-color: transparent;
  border-radius: 0;
}
.sw-category-slider4 .item .item-content h3 a.button:hover {
  background: #941250;
  color: #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
@font-face {
  font-family: 'LoraItalic';
  src: url('../fonts/LoraItalic.eot');
  src: url('../fonts/LoraItalic.eot') format('embedded-opentype'), url('../fonts/LoraItalic.woff2') format('woff2'), url('../fonts/LoraItalic.woff') format('woff'), url('../fonts/LoraItalic.ttf') format('truetype'), url('../fonts/LoraItalic.svg#LoraItalic') format('svg');
}
@font-face {
  font-family: 'BitterRegular';
  src: url('../fonts/BitterRegular.eot');
  src: url('../fonts/BitterRegular.eot') format('embedded-opentype'), url('../fonts/BitterRegular.woff2') format('woff2'), url('../fonts/BitterRegular.woff') format('woff'), url('../fonts/BitterRegular.ttf') format('truetype'), url('../fonts/BitterRegular.svg#BitterRegular') format('svg');
}
body.home-style4 {
  font-size: 14px;
  line-height: normal;
  font-family: "BitterRegular", sans-serif;
}
body.home-style4 h1,
body.home-style4 h2,
body.home-style4 h3,
body.home-style4 h4,
body.home-style4 h5,
body.home-style4 h6 {
  margin: 0 0 10px;
  line-height: 1em;
  font-family: 'LoraItalic' !important;
}
body.home-style4 .best-selling-product2 .item-price {
  font-size: 20px;
  color: #262e31;
}
body.home-style4 .best-selling-product2 .item-price ins {
  font-size: 20px;
  color: #262e31;
}
body.home-style4 .best-selling-product2 .item-price del {
  float: right;
  font-size: 14px;
  color: #98a4a9;
}
.block-newsletter-home4 {
  margin: 0 0 55px;
}
.our-story2 {
  text-align: center;
  padding: 60px 27px 55px;
}
.our-story2 h3 {
  background-color: #fee3ec;
  bottom: -25px;
  color: #1b1b1b;
  display: inline-block;
  font-family: "LoraItalic";
  font-size: 32px;
  padding: 0 25px;
  position: relative;
  z-index: 2;
}
.our-story2 .wrap-content {
  padding: 45px 34px 45px;
  border: 1px solid rgba(255,255,255,0.52);
}
.our-story2 .wrap-content .des {
  font-size: 14px;
  color: #545454;
  line-height: 24px;
}
.blocktext-index7 {
  background-color: #fee3ec;
  padding: 15px;
}
.blocktext-index7 .wrap-content {
  text-align: center;
  color: #443019;
  border: 2px solid #fff;
}
.blocktext-index7 .wrap-content h4 {
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'BitterRegular';
  margin-top: 47px;
}
.blocktext-index7 .wrap-content h2 {
  font-weight: bold;
  font-style: LoraItalic;
  font-size: 40px;
  margin: 30px 0;
}
.blocktext-index7 .wrap-content h3 {
  text-transform: uppercase;
  font-size: 20px;
  font-family: 'BitterRegular' !important;
  color: #443019;
}
.blocktext-index7 .wrap-content .des {
  font-size: 16px;
  color: #443019;
  margin: 20px 0;
}
.blocktext-index7 .wrap-content a {
  font-size: 12px;
  color: #443019;
  text-transform: capitalize;
  margin-bottom: 60px;
  display: inline-block;
}
.blocktext-index7 .wrap-content a i {
  margin-left: 10px;
}
.blocktext-index7 .wrap-content a:hover {
  color: #941250;
}
.news-letter-home4 {
  text-align: center;
  padding: 85px 0 80px;
}
.news-letter-home4 h2 {
  color: #fff;
  font-family: 'LoraItalic';
  font-size: 32px;
  margin-bottom: 30px;
}
.news-letter-home4 .des {
  color: #fff;
  font-size: 15px;
  margin-bottom: 25px;
  margin-top: 25px;
}
.news-letter-home4 .des span {
  font-weight: bold;
}
.news-letter-home4 .mc4wp-form {
  position: relative;
  display: inline-block;
}
.news-letter-home4 .mc4wp-form h3 {
  display: none;
}
.news-letter-home4 .mc4wp-form input[type="email"] {
  height: 45px;
  color: #cdcdcd;
  font-size: 12px;
  float: left;
  min-width: 300px;
  border: 0;
  border-radius: 0;
  padding: 0 20px;
}
.rtl .news-letter-home4 .mc4wp-form input[type="email"] {
  float: right;
}
.news-letter-home4 .mc4wp-form input[type="submit"] {
  border: 0;
  border-radius: 0;
  height: 45px;
  color: #fff;
  font-size: 14px;
  padding: 0 25px 0 50px;
  float: left;
  background: url(../assets/img/icon-email2.png) left 25px center no-repeat #941250;
}
.rtl .news-letter-home4 .mc4wp-form input[type="submit"] {
  float: right;
}
.news-letter-home4 .mc4wp-form input[type="submit"]:hover {
  background: url(../assets/img/icon-email2.png) left 25px center no-repeat #7d0f44;
}
.slideshow-home3 .wpb_revslider_element .rev_slider_wrapper .tparrows.metis {
  width: 40px !important;
  height: 40px !important;
  background-color: rgba(255,255,255,0.5) !important;
  border-radius: 50% !important;
  color: #5c5c5c;
  padding: 0 !important;
}
.slideshow-home3 .wpb_revslider_element .rev_slider_wrapper .tparrows.metis:hover {
  background-color: #fff !important;
  color: #575757;
}
.slideshow-home3 .wpb_revslider_element .rev_slider_wrapper .tparrows.metis:hover:before {
  -webkit-transform: scale(1) !important;
  -moz-transform: scale(1) !important;
  -o-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  transform: scale(1) !important;
}
.slideshow-home3 .wpb_revslider_element .rev_slider_wrapper rs-module rs-mask-wrap .rs-layer .shop-now {
  height: 40px !important;
  line-height: 38px !important;
  border-radius: 0 !important;
  border: 1px solid #fff !important;
  background-color: transparent !important;
  color: #fff !important;
  text-transform: uppercase !important;
  padding: 0 25px !important;
  font-size: 14px !important;
}
.slideshow-home3 .wpb_revslider_element .rev_slider_wrapper rs-module rs-mask-wrap .rs-layer .shop-now:hover {
  background-color: #941250 !important;
  border: 1px solid #941250 !important;
}
.home1-content-left .wpb_revslider_element .rev_slider_wrapper .tparrows.metis {
  width: 40px !important;
  height: 40px !important;
  background-color: rgba(255,255,255,0.5) !important;
  border-radius: 50% !important;
  color: #5c5c5c;
  padding: 0 !important;
}
.home1-content-left .wpb_revslider_element .rev_slider_wrapper .tparrows.metis:hover {
  background-color: #fff !important;
  color: #575757;
}
.home1-content-left .wpb_revslider_element .rev_slider_wrapper .tparrows.metis:hover:before {
  -webkit-transform: scale(1) !important;
  -moz-transform: scale(1) !important;
  -o-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  transform: scale(1) !important;
}
.home1-content-left .wpb_revslider_element .rev_slider_wrapper rs-module rs-mask-wrap .rs-layer .shop-now {
  height: 40px !important;
  line-height: 38px !important;
  border-radius: 0 !important;
  border: 1px solid #fff !important;
  background-color: transparent !important;
  color: #fff !important;
  text-transform: uppercase !important;
  padding: 0 25px !important;
  font-size: 14px !important;
}
.home1-content-left .wpb_revslider_element .rev_slider_wrapper rs-module rs-mask-wrap .rs-layer .shop-now:hover {
  background-color: #941250 !important;
  border: 1px solid #941250 !important;
}
.home-style4 .nav-pills.nav-mega .rozy-mega-menu .dropdown-menu {
  margin-top: 0;
}
.home-style4 .primary-menu .menu-title,
.home-style4 .vertical_megamenu .menu-title {
  font-family: BitterRegular !important;
}
.home-style4 .sw-woo-tab-default {
  margin: 40px 0 60px;
}
.home-style4 .sw-woo-tab-default .resp-tab .box-title h3 {
  font-size: 28px;
  text-transform: capitalize;
  font-weight: 400;
  margin: 0 0 25px;
}
.home-style4 .sw-woo-tab-default .resp-tab .category-slider-content .nav-tabs-select ul.nav-tabs li {
  margin: 0 30px;
}
.home-style4 .sw-woo-tab-default .resp-tab .category-slider-content .nav-tabs-select ul.nav-tabs li.active > a,
.home-style4 .sw-woo-tab-default .resp-tab .category-slider-content .nav-tabs-select ul.nav-tabs li:hover > a {
  font-weight: 400;
}
.home-style4 .sw-woo-tab-default .resp-tab .item .item-wrap .item-detail .products-thumb .item-bottom .button,
.home-style4 .sw-woo-tab-default .resp-tab .item .item-wrap .item-detail .products-thumb .item-bottom .add_to_cart_button,
.home-style4 .sw-woo-tab-default .resp-tab .item .item-wrap .item-detail .products-thumb .item-bottom .product_type_external,
.home-style4 .sw-woo-tab-default .resp-tab .item .item-wrap .item-detail .products-thumb .item-bottom .product_type_grouped {
  font-family: Roboto;
}
.home-style4 .sw-woo-tab-default .resp-tab div.star {
  height: 12px;
  width: 65px;
  background: url("../assets/img/star-home1.png") repeat-x scroll 0 0 rgba(0,0,0,0);
}
.home-style4 .sw-woo-tab-default .resp-tab div.star span {
  background: url("../assets/img/star-home1-active.png") repeat scroll 0 0 rgba(0,0,0,0);
}
.home-style4 .sw-woo-tab-default .resp-tab item .item-wrap .item-content .item-price {
  font-family: Roboto;
}
.home-style4 .our-product-home4 {
  margin-bottom: 55px;
  margin-top: 55px;
}
.home-style4 .our-product-home4 .best-selling-product2 {
  position: relative;
}
.home-style4 .our-product-home4 .best-selling-product2 .box-title h3 {
  font-size: 35px;
  color: #252525;
}
.home-style4 .our-product-home4 .best-selling-product2 .res-button {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-color: #f2f2f2;
  border-radius: 50%;
  color: #5c5c5c;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  line-height: 60px;
  text-align: center;
  z-index: 99;
  cursor: pointer;
}
.home-style4 .our-product-home4 .best-selling-product2 .res-button:before {
  font-size: 30px;
  font-family: FontAwesome;
}
.home-style4 .our-product-home4 .best-selling-product2 .res-button:hover {
  color: #fff;
  background-color: #941250;
}
.home-style4 .our-product-home4 .best-selling-product2 .res-button.slick-prev {
  left: -110px;
}
.home-style4 .our-product-home4 .best-selling-product2 .res-button.slick-prev:before {
  content: '\f104';
}
.home-style4 .our-product-home4 .best-selling-product2 .res-button.slick-next {
  right: -110px;
}
.home-style4 .our-product-home4 .best-selling-product2 .res-button.slick-next:before {
  content: '\f105';
}
.home-style4 .our-product-home4 .best-selling-product2 .resp-slider-container .slider .slick-list {
  position: relative;
  margin: 0 -15px;
}
.home-style4 .our-product-home4 .best-selling-product2 .resp-slider-container .slider .slick-list .item {
  padding: 0 15px;
}
.home-style4 .our-product-home4 .best-selling-product2 .resp-slider-container .slider .slick-list .item .item-wrap3 {
  background-color: transparent;
}
.home-style4 .our-product-home4 .best-selling-product2 .resp-slider-container .slider .slick-list .item .item-wrap3:hover .item-detail {
  border: 1px solid transparent;
}
.home-style4 .our-product-home4 .best-selling-product2 .resp-slider-container .slider .slick-list .item .item-wrap3 .item-detail .item-content h4 a {
  font-size: 18px;
}
.home-style4 .our-product-home4 .best-selling-product2 .resp-slider-container .slider .slick-list .item .item-wrap3 .item-detail .item-content h4 a:after {
  background-color: #d5bdbd;
}
.home-style4 .our-product-home4 .best-selling-product2 .resp-slider-container .slider .slick-list .item .item-wrap3 .item-detail .item-content div.star {
  background: url("../assets/img/star4.png") repeat-x scroll 0 0 rgba(0,0,0,0);
}
.home-style4 .our-product-home4 .best-selling-product2 .resp-slider-container .slider .slick-list .item .item-wrap3 .item-detail .item-content div.star span {
  background: url("../assets/img/star4-active.png") repeat scroll 0 0 rgba(0,0,0,0);
}
.trending-home4 .best-selling-product2:hover .res-button {
  opacity: 1;
}
.trending-home4 .best-selling-product2 .res-button {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: #959595;
  border-radius: 50%;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  line-height: 40px;
  text-align: center;
  z-index: 99;
  cursor: pointer;
  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;
}
.trending-home4 .best-selling-product2 .res-button:before {
  font-size: 20px;
  font-family: FontAwesome;
}
.trending-home4 .best-selling-product2 .res-button:hover {
  color: #fff;
  background-color: #941250;
}
.trending-home4 .best-selling-product2 .res-button.slick-prev {
  left: -20px;
}
.trending-home4 .best-selling-product2 .res-button.slick-prev:before {
  content: '\f104';
}
.trending-home4 .best-selling-product2 .res-button.slick-next {
  right: -20px;
}
.trending-home4 .best-selling-product2 .res-button.slick-next:before {
  content: '\f105';
}
.home1-content-right > .vc_column-inner {
  padding-left: 0;
}
.rtl .home1-content-right > .vc_column-inner {
  padding-left: 15px;
  padding-right: 0;
}
.explore_more {
  margin: 0;
}
.explore_more .explore .item {
  float: left;
  width: 100%;
  overflow: hidden;
  margin-bottom: 14px;
  border-bottom: 1px solid #d3d3d3;
  padding: 0 0 14px;
}
.rtl .explore_more .explore .item {
  float: right;
}
.explore_more .explore .item .image {
  width: 50%;
  position: relative;
}
.explore_more .explore .item .image:hover {
  opacity: 0.85;
}
.explore_more .explore .item .text {
  width: 50%;
  padding: 0 30px;
  text-align: center;
}
.explore_more .explore .item .text .origin {
  color: #454545;
}
.explore_more .explore .item .text .title {
  margin-bottom: 12px;
  margin-top: 10px;
}
.explore_more .explore .item .text .title h5 {
  margin: 0;
}
.explore_more .explore .item .text .title h5 a {
  color: #0e0e0e;
  font-size: 30px;
  text-transform: capitalize;
  font-weight: 300;
  font-style: italic;
  line-height: 30px;
}
.explore_more .explore .item .text .title h5 a span {
  display: block;
}
.explore_more .explore .item .text .title h5 a:hover {
  color: #941250;
}
.explore_more .explore .item .text .more {
  display: inline-block;
  color: #1e1e1e;
  text-transform: capitalize;
  padding: 0 20px;
  position: relative;
}
.explore_more .explore .item .text .more:hover {
  color: #941250;
}
.explore_more .explore .item .text .more:after {
  content: "\f101";
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  font-family: fontawesome;
  color: #941250;
}
.rtl .explore_more .explore .item .text .more:after {
  right: auto;
  left: 0;
  content: '\f100';
}
.explore_more .explore .item:last-child {
  border: none;
}
.explore_more .explore .item.odd .image {
  float: left;
}
.rtl .explore_more .explore .item.odd .image {
  float: right;
}
.explore_more .explore .item.odd .text {
  float: right;
}
.rtl .explore_more .explore .item.odd .text {
  float: left;
}
.explore_more .explore .item.even {
  padding-bottom: 10px;
}
.explore_more .explore .item.even .text {
  float: left;
}
.rtl .explore_more .explore .item.even .text {
  float: right;
}
.explore_more .explore .item.even .text .origin {
  padding-top: 4px;
}
.explore_more .explore .item.even .image {
  float: right;
}
.rtl .explore_more .explore .item.even .image {
  float: left;
}
.explore_more .explore .item.even .image a {
  float: right;
}
.rtl .explore_more .explore .item.even .image a {
  float: left;
}
