<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** ------------------------------------------------------------------------------------------------* THANK YOU PAGE* ------------------------------------------------------------------------------------------------ */
/** ------------------------------------------------------------------------------------------------* WOOCOMMERCE TABLE * ------------------------------------------------------------------------------------------------ */
/** Mini Cart **/
/* Checkout page processing spinner */
/** Wishlist Shortcode **/
/** Compare Shortcode **/
/** Responsive **/
/** End Responsive **/
body {
    font-family: Poppins !important;
    font-size: 16px !important;
    color: #666666;
    line-height: 1.8 !important;
}
#jws-popup-login .jws-login-container.loading { pointer-events:none; }
#jws-popup-login .jws-login-container.loading .jws-animation:before {
  display:block;
  position:absolute;
  content:"";
  left:0;
  width:30%;
  height:4px;
  background-color:#2980b9;
  animation:form_loading 2s linear infinite;
  top:0;
}
#jws-popup-login .jws-animation {
  display:inline-block;
  width:100%;
  position:relative;
  overflow:hidden;
}
#jws-popup-login .jws-animation h4 { margin-bottom:20px; }
#jws-popup-login .jws-animation &gt; div { display:none; }
#jws-popup-login .jws-animation &gt; div.active {
  display:block;
  -webkit-animation:fadeInLeft2 0.75s both;
  -o-animation:fadeInLeft2 0.75s both;
  -ms-animation:fadeInLeft2 0.75s both;
  -moz-animation:fadeInLeft2 0.75s both;
  animation:fadeInLeft2 0.75s both;
}
#jws-popup-login .jws-animation form .lost-pass-link {
  margin-bottom:5px;
  display:block;
}
#jws-popup-login .jws-animation form #popupRememberme {
  display:inline-block;
  vertical-align:middle;
  margin-right:4px;
  max-width:14px;
}
#jws-popup-login .jws-animation form input:not([type="checkbox"]) {
  width:100%;
  border:0;
  height:auto;
  line-height:initial;
}
#jws-popup-login .jws-animation form input:not([type="checkbox"]):not(.button) { margin-bottom:15px; }
#jws-popup-login .jws-animation form .button {
  border:0;
  margin:10px 0;
}
.jws_main_popup .jws_main_popup_inner {
  position:fixed;
  top:0;
  left:0;
  z-index:999;
  width:100%;
  height:100%;
  pointer-events:none;
  opacity:0;
  -webkit-transition:0.35s all;
  -o-transition:0.35s all;
  -ms-transition:0.35s all;
  -moz-transition:0.35s all;
  transition:0.35s all;
}
.jws_main_popup.active .jws_main_popup_inner {
  pointer-events:auto;
  opacity:1;
}
.jws_main_popup.active .jws_main_popup_inner .jws-login-container .jws-animation {
  animation:rotateInDownRight 1s both;
  -webkit-animation:rotateInDownRight 1s both;
  padding-top:1px;
}
.jws_main_popup.active .jws_remove_p { display:block; }
.jws_main_popup.no_active .jws_main_popup_inner .jws-login-container .jws-animation {
  animation:rotateOutDownRight 1s both;
  -webkit-animation:rotateOutDownRight 1s both;
}
.jws_main_popup .jws_remove_p {
  position:fixed;
  z-index:1000;
  top:15px;
  right:15px;
  display:none;
  color:#ffffff;
  font-size:30px;
  cursor:pointer;
}
@keyframes form_loading {
  from { left:0; }
  to { left:100%; }
}
@-webkit-keyframes fadeInLeft2 {
  from {
    opacity:0;
    -webkit-transform:translate3d(-15px,0,0);
    transform:translate3d(-15px,0,0);
  }
  to {
    opacity:1;
    -webkit-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0);
  }
}
@keyframes fadeInLeft2 {
  from {
    opacity:0;
    -webkit-transform:translate3d(-15px,0,0);
    transform:translate3d(-15px,0,0);
  }
  to {
    opacity:1;
    -webkit-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0);
  }
}
.fadeInLeft2 {
  -webkit-animation-name:fadeInLeft2;
  animation-name:fadeInLeft2;
}
@-webkit-keyframes rotate180 {
  from {
    -webkit-transform:rotateY(180deg);
    -o-transform:rotateY(180deg);
    -ms-transform:rotateY(180deg);
    -moz-transform:rotateY(180deg);
    transform:rotateY(180deg);
    opacity:0;
  }
  to {
    -webkit-transform:rotateY(0deg);
    -o-transform:rotateY(0deg);
    -ms-transform:rotateY(0deg);
    -moz-transform:rotateY(0deg);
    transform:rotateY(0deg);
    opacity:1;
  }
}
@keyframes rotate180 {
  from {
    -webkit-transform:rotateY(180deg);
    -o-transform:rotateY(180deg);
    -ms-transform:rotateY(180deg);
    -moz-transform:rotateY(180deg);
    transform:rotateY(180deg);
    opacity:0;
  }
  to {
    -webkit-transform:rotateY(0deg);
    -o-transform:rotateY(0deg);
    -ms-transform:rotateY(0deg);
    -moz-transform:rotateY(0deg);
    transform:rotateY(0deg);
    opacity:1;
  }
}
.rotate180 {
  -webkit-animation-name:rotate180;
  animation-name:rotate180;
}
@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin:right bottom;
    transform-origin:right bottom;
    -webkit-transform:rotate3d(0,0,1,45deg);
    transform:rotate3d(0,0,1,45deg);
    opacity:0;
  }
  to {
    -webkit-transform-origin:right bottom;
    transform-origin:right bottom;
    -webkit-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0);
    opacity:1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin:right bottom;
    transform-origin:right bottom;
    -webkit-transform:rotate3d(0,0,1,45deg);
    transform:rotate3d(0,0,1,45deg);
    opacity:0;
  }
  to {
    -webkit-transform-origin:right bottom;
    transform-origin:right bottom;
    -webkit-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0);
    opacity:1;
  }
}
.rotateInDownRight {
  -webkit-animation-name:rotateInDownRight;
  animation-name:rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin:left bottom;
    transform-origin:left bottom;
    -webkit-transform:rotate3d(0,0,1,45deg);
    transform:rotate3d(0,0,1,45deg);
    opacity:0;
  }
  to {
    -webkit-transform-origin:left bottom;
    transform-origin:left bottom;
    -webkit-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0);
    opacity:1;
  }
}
@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin:right bottom;
    transform-origin:right bottom;
    opacity:1;
  }
  to {
    -webkit-transform-origin:right bottom;
    transform-origin:right bottom;
    -webkit-transform:rotate3d(0,0,1,-45deg);
    transform:rotate3d(0,0,1,-45deg);
    opacity:0;
  }
}
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin:right bottom;
    transform-origin:right bottom;
    opacity:1;
  }
  to {
    -webkit-transform-origin:right bottom;
    transform-origin:right bottom;
    -webkit-transform:rotate3d(0,0,1,-45deg);
    transform:rotate3d(0,0,1,-45deg);
    opacity:0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name:rotateOutDownRight;
  animation-name:rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin:left bottom;
    transform-origin:left bottom;
    opacity:1;
  }
  to {
    -webkit-transform-origin:left bottom;
    transform-origin:left bottom;
    -webkit-transform:rotate3d(0,0,1,-45deg);
    transform:rotate3d(0,0,1,-45deg);
    opacity:0;
  }
}
@-webkit-keyframes fadeIn {
  from { opacity:0; }
  to { opacity:1; }
}
@keyframes fadeIn {
  from { opacity:0; }
  to { opacity:1; }
}
.fadeIn {
  -webkit-animation-name:fadeIn;
  animation-name:fadeIn;
}
@-webkit-keyframes fadeOut {
  from { opacity:1; }
  to { opacity:0; }
}
@keyframes fadeOut {
  from { opacity:1; }
  to { opacity:0; }
}
.fadeOut {
  -webkit-animation-name:fadeOut;
  animation-name:fadeOut;
}
.elementor-section.elementor-section-height-full&gt;.elementor-container { height:100%; }
.elementor-section.elementor-section-height-full { height:100vh; }
.jws_account a .jws_a_icon { display:inline-block; }
.jws_account a .jws_account_text.text_position_right { margin-left:10px; }
.jws_account a .jws_account_text.text_position_left { margin-right:5px; }
.jws_account a .jws_account_text.text_position_bottom { display:block; }
.jws-search-form form input[type="text"] { margin-bottom:0; }
.jws-search-form form .searchsubmit:after {
  content:" ";
  display:block;
  width:20px;
  height:20px;
  -webkit-border-radius:50%;
  -ms-border-radius:50%;
  -moz-border-radius:50%;
  -o-border-radius:50%;
  border-radius:50%;
  border:2px solid #000000;
  border-color:#000000 #000000 #9E9E9E #9E9E9E;
  -webkit-animation:lds-dual-ring 0.5s linear infinite;
  -o-animation:lds-dual-ring 0.5s linear infinite;
  -ms-animation:lds-dual-ring 0.5s linear infinite;
  -moz-animation:lds-dual-ring 0.5s linear infinite;
  animation:lds-dual-ring 0.5s linear infinite;
  opacity:0;
  -webkit-transition:0.35s all;
  -o-transition:0.35s all;
  -ms-transition:0.35s all;
  -moz-transition:0.35s all;
  transition:0.35s all;
  position:absolute;
  top:50%;
  margin-top:-10px;
  margin-left:-10px;
  left:50%;
}
.jws-search-form form .searchsubmit i { transition-delay:0.25s; }
.jws-search-form form.search-loading .searchsubmit:after {
  opacity:1;
  transition-delay:0.25s;
}
.jws-search-form form.search-loading .searchsubmit i {
  opacity:0;
  transition-delay:0s;
}
.jws-search-form .search-results-wrapper .jws-search-results {
  position:absolute;
  width:100%;
  overflow:auto;
  max-height:300px;
  background:#ffffff;
  z-index:2;
  box-shadow:0 10px 15px rgba(0,0,0,0.1);
  -ms-box-shadow:0 10px 15px rgba(0,0,0,0.1);
  -moz-box-shadow:0 10px 15px rgba(0,0,0,0.1);
  -o-box-shadow:0 10px 15px rgba(0,0,0,0.1);
  -webkit-box-shadow:0 10px 15px rgba(0,0,0,0.1);
}
.jws-search-form .search-results-wrapper .autocomplete-suggestions {
  position:relative !important;
  max-height:100% !important;
  width:100% !important;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:stretch;
  -ms-flex-align:stretch;
  align-items:stretch;
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
  -ms-flex-direction:row;
  flex-direction:row;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  -webkit-animation:fadeIn 0.25s both;
  -o-animation:fadeIn 0.25s both;
  -ms-animation:fadeIn 0.25s both;
  -moz-animation:fadeIn 0.25s both;
  animation:fadeIn 0.25s both;
}
.jws-search-form .search-results-wrapper .autocomplete-suggestions .view-all-results {
  display:block;
  width:100%;
  text-align:center;
  background:#ebebeb;
  padding:5px 0;
  cursor:pointer;
  font-size:12px;
  text-transform:uppercase;
}
.jws-search-form .search-results-wrapper .autocomplete-suggestions .autocomplete-suggestion {
  clear:both;
  border-bottom:1px solid #f5f5f5;
  padding:15px;
  cursor:pointer;
  -webkit-box-flex:1;
  transition:0.15s ease;
  -webkit-transition:0.15s ease;
}
.jws-search-form .search-results-wrapper .autocomplete-suggestions .autocomplete-suggestion:hover { background:#f5f5f5; }
.jws-search-form .search-results-wrapper .autocomplete-suggestions .autocomplete-suggestion:last-child { border:0; }
.jws-search-form .search-results-wrapper .autocomplete-suggestions .autocomplete-suggestion .suggestion-thumb {
  display:inline-block;
  max-width:60px;
  margin-right:10px;
  vertical-align:middle;
}
.jws-search-form .search-results-wrapper .autocomplete-suggestions .autocomplete-suggestion .suggestion_content {
  display:inline-block;
  vertical-align:middle;
  width:calc(100% - 70px);
}
.jws-search-form .search-results-wrapper .autocomplete-suggestions .autocomplete-suggestion .suggestion-title {
  font-size:13px;
  color:#333333;
  line-height:20px;
  font-weight:600;
}
.jws-search-form .search-results-wrapper .autocomplete-suggestions .autocomplete-suggestion .suggestion-price { font-size:13px; }
.jws-search-form.skin2 .search-by-category { position:relative; }
.jws-search-form.skin2 .search-by-category .list-wrapper {
  position:relative;
  background:transparent;
  box-shadow:none;
}
.jws-search-form.skin2 .search-by-category .list-wrapper li a { border:none; }
.jws-search-form.skin4 input[type="text"] {
  border:0;
  height:46px;
  line-height:46px;
  width:100%;
  padding:0 35px;
  -webkit-border-radius:40px;
  -ms-border-radius:40px;
  -moz-border-radius:40px;
  -o-border-radius:40px;
  border-radius:40px;
}
.jws-search-form.skin4 .searchsubmit {
  position:absolute;
  font-size:13px;
  background:transparent;
  border:none;
  right:-10px;
  width:35px;
  height:35px;
  line-height:35px;
  top:50%;
  margin-top:-17.5px;
  -webkit-border-radius:100%;
  -ms-border-radius:100%;
  -moz-border-radius:100%;
  -o-border-radius:100%;
  border-radius:100%;
}
.jws-search-form.skin4 form {
  -js-display:flex;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-flow:row nowrap;
  flex-flow:row nowrap;
  -ms-flex-align:center;
  align-items:center;
  -ms-flex-pack:justify;
  justify-content:space-between;
  width:100%;
  position:relative;
}
.jws-search-form.skin4 form .search-by-category {
  text-align:center;
  position:relative;
  margin-right:-25px;
}
.jws-search-form.skin4 form .search-by-category .input-dropdown-inner &gt; a {
  height:46px;
  line-height:46px;
  padding:0 30px !important;
  background-color:#1d1d1d;
  display:block;
  border-top-left-radius:40px;
  border-bottom-left-radius:40px;
  color:#ffffff;
  font-size:14px;
  font-weight:600;
}
.jws-search-form.skin4 form .search-by-category .input-dropdown-inner &gt; a:after {
  content:"\f107";
  font-family:FontAwesome;
  margin-left:15px;
  font-weight:400;
}
.jws-search-form.skin4 form .search-by-category .list-wrapper {
  display:none;
  position:absolute;
  background:#ffffff;
  box-shadow:0 10px 15px rgba(0,0,0,0.2);
  -ms-box-shadow:0 10px 15px rgba(0,0,0,0.2);
  -moz-box-shadow:0 10px 15px rgba(0,0,0,0.2);
  -o-box-shadow:0 10px 15px rgba(0,0,0,0.2);
  -webkit-box-shadow:0 10px 15px rgba(0,0,0,0.2);
  left:50%;
  -webkit-transform:translateX(-50%);
  -o-transform:translateX(-50%);
  -ms-transform:translateX(-50%);
  -moz-transform:translateX(-50%);
  transform:translateX(-50%);
  z-index:998;
}
.jws-search-form.skin4 form .search-by-category .list-wrapper ul {
  padding:0;
  list-style-type:none;
}
.jws-search-form.skin4 form .search-by-category .list-wrapper ul li.current-item { display:none; }
.jws-search-form.skin4 form .search-by-category .list-wrapper ul li a {
  color:#000000;
  padding:10px 30px;
  border-bottom:1px solid #ebebeb;
  display:block;
  font-size:16px;
  background-color:transparent !important;
  font-weight:400;
}
.jws-search-form.skin3 .search-by-category .input-dropdown-inner &gt; a {
  height:52px;
  line-height:52px;
}
.jws-search-form.skin3 input[type="text"] {
  border:0;
  height:52px;
  line-height:52px;
  width:100%;
  padding:0 35px;
  border-top-right-radius:40px;
  border-bottom-right-radius:40px;
}
.jws-search-form.skin3 .searchsubmit {
  position:absolute;
  font-size:15px;
  background:transparent;
  border:none;
  right:5px;
  width:40px;
  height:40px;
  line-height:40px;
  top:50%;
  margin-top:-20px;
  -webkit-border-radius:100%;
  -ms-border-radius:100%;
  -moz-border-radius:100%;
  -o-border-radius:100%;
  border-radius:100%;
}
.jws-search-form.skin3 form {
  -js-display:flex;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-flow:row nowrap;
  flex-flow:row nowrap;
  -ms-flex-align:center;
  align-items:center;
  -ms-flex-pack:justify;
  justify-content:space-between;
  width:100%;
  position:relative;
}
.jws-search-form.skin3 form .search-by-category { margin-right:-25px; }
.jws-search-form.skin1 input[type="text"] {
  border:0;
  height:57px;
  line-height:57px;
  width:100%;
  padding:0 35px;
  border-top-right-radius:40px;
  border-bottom-right-radius:40px;
}
.jws-search-form.skin1 .searchsubmit {
  position:absolute;
  font-size:15px;
  background:transparent;
  border:none;
  right:14px;
  width:40px;
  height:40px;
  top:50%;
  margin-top:-20px;
}
.jws-search-form.skin1 form {
  -js-display:flex;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-flow:row nowrap;
  flex-flow:row nowrap;
  -ms-flex-align:center;
  align-items:center;
  -ms-flex-pack:justify;
  justify-content:space-between;
  width:100%;
  position:relative;
}
.search-by-category {
  position:relative;
  position:absolute;
  left:0;
  top:0;
}
.search-by-category .input-dropdown-inner &gt; a {
  height:57px;
  line-height:57px;
  padding:0 30px !important;
  background-color:#1d1d1d;
  display:block;
  border-top-left-radius:40px;
  border-bottom-left-radius:40px;
  color:#ffffff;
  font-size:14px;
  font-weight:600;
}
.search-by-category .input-dropdown-inner &gt; a:after {
  content:"\f107";
  font-family:FontAwesome;
  margin-left:15px;
  font-weight:400;
}
.search-by-category .list-wrapper {
  display:none;
  position:absolute;
  background:#ffffff;
  max-height:244px;
  overflow:auto;
  box-shadow:0 10px 15px rgba(0,0,0,0.2);
  -ms-box-shadow:0 10px 15px rgba(0,0,0,0.2);
  -moz-box-shadow:0 10px 15px rgba(0,0,0,0.2);
  -o-box-shadow:0 10px 15px rgba(0,0,0,0.2);
  -webkit-box-shadow:0 10px 15px rgba(0,0,0,0.2);
  left:50%;
  -webkit-transform:translateX(-50%);
  -o-transform:translateX(-50%);
  -ms-transform:translateX(-50%);
  -moz-transform:translateX(-50%);
  transform:translateX(-50%);
  z-index:998;
}
.search-by-category .list-wrapper ul {
  padding:0;
  list-style-type:none;
}
.search-by-category .list-wrapper ul li.current-item { display:none; }
.search-by-category .list-wrapper ul li a {
  color:#666666;
  padding:6px 30px;
  border-bottom:1px solid #eeeeee;
  display:block;
  font-size:14px;
  background-color:transparent !important;
  transition:0.15s ease;
  -webkit-transition:0.15s ease;
  font-weight:400;
}
.search-by-category .list-wrapper ul li a:hover { background-color:#eeeeee !important; }
.jws-search-form .search-results-wrapper.results_columns_1 .autocomplete-suggestions .autocomplete-suggestion {
  -ms-flex:1 1 100%;
  flex:1 1 100%;
}
.jws-search-form .search-results-wrapper.results_columns_2 .autocomplete-suggestions .autocomplete-suggestion {
  -ms-flex:1 1 50%;
  flex:1 1 50%;
}
.jws-search-form .search-results-wrapper.results_columns_3 .autocomplete-suggestions .autocomplete-suggestion {
  -ms-flex:1 1 33.33%;
  flex:1 1 33.33%;
}
.jws-search-form .search-results-wrapper.results_columns_4 .autocomplete-suggestions .autocomplete-suggestion {
  -ms-flex:1 1 25%;
  flex:1 1 25%;
}
body[data-elementor-device-mode="tablet"] .jws-search-form .search-results-wrapper.results_columnst_1 .autocomplete-suggestions .autocomplete-suggestion {
  -ms-flex:1 1 100%;
  flex:1 1 100%;
}
body[data-elementor-device-mode="tablet"] .jws-search-form .search-results-wrapper.results_columnst_2 .autocomplete-suggestions .autocomplete-suggestion {
  -ms-flex:1 1 50%;
  flex:1 1 50%;
}
body[data-elementor-device-mode="tablet"] .jws-search-form .search-results-wrapper.results_columnst_3 .autocomplete-suggestions .autocomplete-suggestion {
  -ms-flex:1 1 33.33%;
  flex:1 1 33.33%;
}
body[data-elementor-device-mode="tablet"] .jws-search-form .search-results-wrapper.results_columnst_4 .autocomplete-suggestions .autocomplete-suggestion {
  -ms-flex:1 1 25%;
  flex:1 1 25%;
}
body[data-elementor-device-mode="mobile"] .jws-search-form .search-results-wrapper.results_columnsm_1 .autocomplete-suggestions .autocomplete-suggestion {
  -ms-flex:1 1 100%;
  flex:1 1 100%;
}
body[data-elementor-device-mode="mobile"] .jws-search-form .search-results-wrapper.results_columnsm_2 .autocomplete-suggestions .autocomplete-suggestion {
  -ms-flex:1 1 50%;
  flex:1 1 50%;
}
body[data-elementor-device-mode="mobile"] .jws-search-form .search-results-wrapper.results_columnsm_3 .autocomplete-suggestions .autocomplete-suggestion {
  -ms-flex:1 1 33.33%;
  flex:1 1 33.33%;
}
body[data-elementor-device-mode="mobile"] .jws-search-form .search-results-wrapper.results_columnsm_4 .autocomplete-suggestions .autocomplete-suggestion {
  -ms-flex:1 1 25%;
  flex:1 1 25%;
}
.jws_toggle_search .jws_text_search { margin-right:5px; }
.jws_toggle_search .jws_toggle_icon { display:inline-block; }
.elementor_jws_result_position_relative .jws-search-form .search-results-wrapper .jws-search-results { position:relative; }
.jws_search_fixed {
  position:fixed;
  background:rgba(0,0,0,0.8);
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index:999999;
  opacity:0;
  visibility:hidden;
  overflow:auto;
  -webkit-transition:0.4s ease;
  -o-transition:0.4s ease;
  -ms-transition:0.4s ease;
  -moz-transition:0.4s ease;
  transition:0.4s ease;
  -webkit-transform:translateY(100%);
  -o-transform:translateY(100%);
  -ms-transform:translateY(100%);
  -moz-transform:translateY(100%);
  transform:translateY(100%);
}
.jws_search_fixed.active {
  opacity:1;
  visibility:visible;
  -webkit-transform:translateY(0%);
  -o-transform:translateY(0%);
  -ms-transform:translateY(0%);
  -moz-transform:translateY(0%);
  transform:translateY(0%);
}
.jws_search_fixed.active .jws-search-form .jws-ajax-search {
  -webkit-animation:fadeInUp 0.8s both;
  -o-animation:fadeInUp 0.8s both;
  -ms-animation:fadeInUp 0.8s both;
  -moz-animation:fadeInUp 0.8s both;
  animation:fadeInUp 0.8s both;
  animation-delay:0.3s;
  -webkit-animation-delay:0.3s;
}
.jws_search_fixed.active .jws-search-form .jws-ajax-search .search-by-category {
  -webkit-animation:fadeInDown 0.8s both;
  -o-animation:fadeInDown 0.8s both;
  -ms-animation:fadeInDown 0.8s both;
  -moz-animation:fadeInDown 0.8s both;
  animation:fadeInDown 0.8s both;
  animation-delay:0.7s;
  -webkit-animation-delay:0.7s;
}
.jws_search_fixed .search-results-wrapper .jws-search-results {
  max-height:100vh;
  overflow:hidden;
}
.jws_search_fixed .jws-search-form .flaticon-cancel {
  color:#ffffff;
  font-size:30px;
  text-align:right;
  display:block;
  padding:30px;
  cursor:pointer;
}
.jws_search_fixed .jws-search-form .flaticon-cancel:before { font-size:30px; }
.jws_search_fixed .jws-search-form .jws-ajax-search {
  position:relative;
  max-width:90%;
  margin:0 auto;
  opacity:1;
}
.jws_search_fixed .jws-search-form .jws-ajax-search .searchsubmit {
  position:absolute;
  right:0;
  bottom:30px;
  background:transparent;
  border:0;
  color:#ffffff;
}
.jws_search_fixed .jws-search-form .jws-ajax-search .searchsubmit span:before { font-size:37px; }
.jws_search_fixed .jws-search-form .jws-ajax-search input.s {
  width:100%;
  background:transparent;
  border:0;
  border-bottom:1px solid #525252;
  height:100px;
  line-height:100px;
  color:#ffffff;
  font-size:36px;
}
.jws_search_fixed .jws-search-form .jws-ajax-search input.s::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color:#ffffff;
}
.jws_search_fixed .jws-search-form .jws-ajax-search input.s::-moz-placeholder {
  /* Firefox 19+ */
  color:#ffffff;
}
.jws_search_fixed .jws-search-form .jws-ajax-search input.s:-ms-input-placeholder {
  /* IE 10+ */
  color:#ffffff;
}
.jws_search_fixed .jws-search-form .jws-ajax-search input.s:-moz-placeholder {
  /* Firefox 18- */
  color:#ffffff;
}
.jws_search_fixed .jws-search-form .jws-ajax-search .search-by-category .input-dropdown-inner .list-wrapper {
  display:block !important;
  padding:0 !important;
  height:auto !important;
  text-align:center;
}
.jws_search_fixed .jws-search-form .jws-ajax-search .search-by-category .input-dropdown-inner .list-wrapper ul li { display:inline-block !important; }
.jws_search_fixed .jws-search-form .jws-ajax-search .search-by-category .input-dropdown-inner .list-wrapper ul li a {
  color:#ffffff;
  font-size:16px;
  padding:6px 15px;
}
.jws_search_fixed .jws-search-form .jws-ajax-search .search-by-category .input-dropdown-inner .list-wrapper ul li a:hover { background-color:rgba(0,0,0,0.7) !important; }
.jws_language &gt; .jws_lan_open { cursor:pointer; }
.jws_language &gt; .jws_lan_open img { border-radius:3px; }
.jws_language .language_dropdown {
  background-color:#ffffff;
  position:absolute;
  top:100%;
  box-shadow:0 10px 10px rgba(0,0,0,0.1);
  -webkit-box-shadow:0 10px 10px rgba(0,0,0,0.1);
  transform:translateY(15px);
  -webkit-transform:translateY(15px);
  transition:0.35s all;
  -webkit-transition:0.35s all;
  opacity:0;
  visibility:hidden;
  z-index:9;
  left:0;
  min-width:170px;
  pointer-events:none;
}
.jws_language .language_dropdown ul {
  list-style:none;
  padding:0;
}
.jws_language .language_dropdown ul li a {
  color:#999999;
  padding:6px 20px;
  border-bottom:1px solid #ebebeb;
  display:block;
  font-size:13px;
  transition:0.15s ease;
  -webkit-transition:0.15s ease;
}
.jws_language .language_dropdown ul li a:hover { background:#ebebeb; }
.jws_language .language_dropdown ul li:last-child a { border:0; }
.jws_language:hover .language_dropdown {
  transform:translateY(0px);
  -webkit-transform:translateY(0px);
  opacity:1;
  visibility:visible;
  pointer-events:auto;
}
@media (max-width: 768px) {
  .jws_language .language_dropdown { width:100%; }
}
.jws_post_pagination .jws-posts-load-more {
  display:inline-block;
  position:relative;
}
.jws_post_pagination .jws-posts-load-more.loaded { pointer-events:none; }
.jws_post_pagination .jws-posts-load-more.loaded .all_loaded { display:block; }
.jws_post_pagination .jws-posts-load-more span {
  -webkit-transition:0.3s ease;
  -o-transition:0.3s ease;
  -ms-transition:0.3s ease;
  -moz-transition:0.3s ease;
  transition:0.3s ease;
  display:block;
}
.jws_post_pagination .jws-posts-load-more .all_loaded { display:none; }
.jws_post_pagination .jws-posts-load-more:after {
  content:" ";
  display:block;
  width:20px;
  height:20px;
  -webkit-border-radius:50%;
  -ms-border-radius:50%;
  -moz-border-radius:50%;
  -o-border-radius:50%;
  border-radius:50%;
  border:2px solid #000000;
  border-color:#000000 #000000 #9E9E9E #9E9E9E;
  -webkit-animation:lds-dual-ring 0.5s linear infinite;
  -o-animation:lds-dual-ring 0.5s linear infinite;
  -ms-animation:lds-dual-ring 0.5s linear infinite;
  -moz-animation:lds-dual-ring 0.5s linear infinite;
  animation:lds-dual-ring 0.5s linear infinite;
  opacity:0;
  -webkit-transition:0.35s ease;
  -o-transition:0.35s ease;
  -ms-transition:0.35s ease;
  -moz-transition:0.35s ease;
  transition:0.35s ease;
  position:absolute;
  top:37%;
  left:50%;
}
.jws_post_pagination .jws-posts-load-more.loading:after {
  opacity:1;
  transition-delay:0.2s;
}
.jws_post_pagination .jws-posts-load-more.loading span {
  opacity:0;
  transition-delay:0s;
}
.jws_posts .jws_post_content h3 &gt; a { display:block; }
.jws_posts.jws_posts_skin8 .jws_posts_item .jws_post_wap .jws_post_info .entry-date span { margin:0 10px; }
.jws_posts.jws_posts_skin8 .jws_posts_item .jws_post_wap .jws_post_info h3 { margin-top:5px; }
.jws_posts.jws_posts_skin8 .jws_posts_item .jws_post_wap .jws_post_info h3 a { display:block; }
.jws_posts.jws_posts_skin7 .jws_posts_item .jws_post_wap {
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  -webkit-box-align:center;
  -webkit-align-items:center;
  -ms-flex-align:center;
  align-items:center;
}
.jws_posts.jws_posts_skin7 .jws_posts_item .jws_post_wap .jws_post_image {
  -ms-flex:0 0 50%;
  flex:0 0 50%;
  max-width:50%;
}
.jws_posts.jws_posts_skin7 .jws_posts_item .jws_post_wap .jws_post_image img {
  -webkit-border-radius:5px;
  -ms-border-radius:5px;
  -moz-border-radius:5px;
  -o-border-radius:5px;
  border-radius:5px;
}
.jws_posts.jws_posts_skin7 .jws_posts_item .jws_post_wap .jws_post_content {
  -ms-flex:0 0 50%;
  flex:0 0 50%;
  max-width:50%;
  padding-left:6%;
}
.jws_posts.jws_posts_skin7 .jws_posts_item .jws_post_wap .jws_post_content .jws_post_info .entry-date {
  margin-bottom:9px;
  display:block;
}
.jws_posts.jws_posts_skin7 .jws_posts_item .jws_post_wap .jws_post_content .jws_post_info h3 { margin-bottom:12px; }
.jws_posts.jws_posts_skin7 .jws_posts_item .jws_post_wap .jws_post_content .jws_post_info .line {
  max-width:165px;
  height:5px;
  display:inline-block;
  border:1px solid #e4e4e4;
  width:165px;
  border-radius:15px;
  margin-top:37px;
}
.jws_posts.jws_posts_skin7 .jws_posts_item .jws_post_wap .jws_post_content .jws_post_info .jws_post_info_bottom { margin-top:-4px; }
.jws_posts.jws_posts_skin7 .jws_posts_item .jws_post_wap .jws_post_content .jws_post_info .jws_post_info_bottom .entry-comment { margin-right:15px; }
.jws_posts.jws_posts_skin7 .jws_posts_item .jws_post_wap .jws_post_content .jws_post_info .jws_post_info_bottom &gt; span .flaticon-chat, .jws_posts.jws_posts_skin7 .jws_posts_item .jws_post_wap .jws_post_content .jws_post_info .jws_post_info_bottom &gt; span .flaticon-favorite-heart-button { margin-right:8px; }
.jws_posts.jws_posts_skin7 .jws_posts_item .jws_post_wap .jws_post_content .jws_post_info .jws_post_info_bottom &gt; span .flaticon-chat:before, .jws_posts.jws_posts_skin7 .jws_posts_item .jws_post_wap .jws_post_content .jws_post_info .jws_post_info_bottom &gt; span .flaticon-favorite-heart-button:before { font-size:13px; }
.jws_posts.jws_posts_skin7 .jws_posts_item .jws_post_wap:hover .jws_post_image .jws_post_share {
  opacity:1;
  -webkit-transform:translateY(0px);
  -o-transform:translateY(0px);
  -ms-transform:translateY(0px);
  -moz-transform:translateY(0px);
  transform:translateY(0px);
}
.jws_posts.jws_posts_skin6 .jws_post_wap {
  background:#ffffff;
  box-shadow:0 0 30px rgba(0,0,0,0.05);
  -ms-box-shadow:0 0 30px rgba(0,0,0,0.05);
  -moz-box-shadow:0 0 30px rgba(0,0,0,0.05);
  -o-box-shadow:0 0 30px rgba(0,0,0,0.05);
  -webkit-box-shadow:0 0 30px rgba(0,0,0,0.05);
  padding-bottom:40px;
}
.jws_posts.jws_posts_skin6 .jws_post_info h3 { margin-bottom:15px; }
.jws_posts.jws_posts_skin6 .jws_post_content { padding:0 11%; }
.jws_posts.jws_posts_skin6 .jws_post_image {
  position:relative;
  margin-bottom:59px;
}
.jws_posts.jws_posts_skin6 .jws_post_image .jws_post_info {
  background:#e3a129;
  display:flex;
  align-items:center;
  position:absolute;
  bottom:-25px;
  left:0;
  border-top-right-radius:40px;
  border-bottom-right-radius:40px;
}
.jws_posts.jws_posts_skin6 .jws_post_image .jws_post_info &gt; span { padding:0 10px; }
.jws_posts.jws_posts_skin6 .jws_post_image .jws_post_info img {
  -webkit-border-radius:100%;
  -ms-border-radius:100%;
  -moz-border-radius:100%;
  -o-border-radius:100%;
  border-radius:100%;
}
.jws_posts.jws_posts_skin6 .jws_post_image .jws_post_info .entry-date {
  border-right:1px solid #f8d086;
  padding-left:40px;
  line-height:1.2em;
}
.jws_posts.jws_posts_skin6 .jws_post_image .jws_post_info .jws_post_author {
  display:inline-block;
  text-align:center;
  position:relative;
  padding-right:21px;
}
.jws_posts.jws_posts_skin6 .jws_post_image .jws_post_info .jws_post_author:before {
  width:0;
  height:0;
  border-left:10px solid transparent;
  content:"";
  position:absolute;
  left:-10px;
  top:23px;
}
.jws_posts.jws_posts_skin5 .jws_post_info h3 { margin-bottom:10px; }
.jws_posts.jws_posts_skin5 .jws_post_image {
  position:relative;
  margin-bottom:50px;
}
.jws_posts.jws_posts_skin5 .jws_post_image .jws_post_info {
  background:#ffffff;
  display:inline-block;
  height:55px;
  line-height:55px;
  position:absolute;
  bottom:-25px;
  left:20px;
}
.jws_posts.jws_posts_skin5 .jws_post_image .jws_post_info .entry-date { padding:0 35px; }
.jws_posts.jws_posts_skin5 .jws_post_image .jws_post_info .entry-comment {
  display:inline-block;
  width:55px;
  text-align:center;
  position:relative;
}
.jws_posts.jws_posts_skin5 .jws_post_image .jws_post_info .entry-comment:before {
  width:0;
  height:0;
  border-left:10px solid transparent;
  content:"";
  position:absolute;
  left:-10px;
  top:23px;
}
.jws_posts.jws_posts_skin4 .jws_posts_item .jws_post_wap h3 { margin-bottom:11px; }
.jws_posts.jws_posts_skin4 .jws_posts_item .jws_post_wap .jws_post_image {
  position:relative;
  margin-bottom:32px;
}
.jws_posts.jws_posts_skin4 .jws_posts_item .jws_post_wap .jws_post_image .jws_post_info {
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  position:absolute;
  bottom:20px;
  left:0;
  width:100%;
}
.jws_posts.jws_posts_skin4 .jws_posts_item .jws_post_wap .jws_post_image .jws_post_info &gt; div {
  -ms-flex:0 0 50%;
  flex:0 0 50%;
  max-width:50%;
  text-align:center;
  padding:8px 10px;
}
.jws_posts.jws_posts_skin4 .jws_posts_item .jws_post_wap .jws_post_image .jws_post_info &gt; div.jws_blog_left { background-color:#de3d4f; }
.jws_posts.jws_posts_skin4 .jws_posts_item .jws_post_wap .jws_post_image .jws_post_info &gt; div.jws_blog_right { background-color:#fbfbfb; }
.jws_posts.jws_posts_skin4 .jws_posts_item .jws_post_wap .jws_post_image .jws_post_info &gt; div.jws_blog_right .entry-comment { margin-right:17px; }
.jws_posts.jws_posts_skin4 .jws_posts_item .jws_post_wap .jws_post_image .jws_post_info &gt; div.jws_blog_right span:before {
  font-size:13px;
  margin-right:10px;
}
.jws_posts.jws_posts_skin3 .jws_posts_item .jws_post_wap .jws_post_content { padding-left:30px; }
.jws_posts.jws_posts_skin3 .jws_posts_item .jws_post_wap .jws_post_content .jws_post_info h3 { margin-bottom:17px; }
.jws_posts.jws_posts_skin3 .jws_posts_item .jws_post_wap .jws_post_content .jws_post_info .jws_post_excerpt { margin-bottom:15px; }
.jws_posts.jws_posts_skin3 .jws_posts_item .jws_post_wap .jws_post_image {
  position:relative;
  margin-bottom:25px;
  padding-left:30px;
}
.jws_posts.jws_posts_skin3 .jws_posts_item .jws_post_wap .jws_post_image .jws_post_info {
  position:absolute;
  left:0;
  top:30px;
}
.jws_posts.jws_posts_skin3 .jws_posts_item .jws_post_wap .jws_post_image .jws_post_info &gt; span {
  text-align:center;
  padding:10px 25px;
}
.jws_posts.jws_posts_skin3 .jws_posts_item .jws_post_wap .jws_post_image .jws_post_info &gt; span.entry-date {
  background-color:#fbf5ea;
  display:block;
      color: #333;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}
.jws_posts.jws_posts_skin3 .jws_posts_item .jws_post_wap .jws_post_image .jws_post_info&gt;span.entry-comment&gt;span:before {
        color: #a3a0a0;
}
.jws_posts .jws_posts_item .jws_post_wap .jws_post_info .entry-comment {
      color: #fff;  
}
.jws_posts.jws_posts_skin3 .jws_posts_item .jws_post_wap .jws_post_image .jws_post_info &gt; span.entry-comment {
  background-color:#000000;
  display:inline-block;
}
.jws_posts.jws_posts_skin3 .jws_posts_item .jws_post_wap .jws_post_image .jws_post_info &gt; span.entry-comment &gt; span { margin-right:10px; }
.jws_posts.jws_posts_skin3 .jws_posts_item .jws_post_wap .jws_post_image .jws_post_info &gt; span.entry-comment &gt; span:before { font-size:12px; }
.jws_posts.jws_posts_skin2 .jws_posts_item { text-align:center;  }
.jws_posts.jws_posts_skin2 .jws_posts_item .jws_post_wap .jws_post_image { margin-bottom:14px; }
.jws_posts.jws_posts_skin2 .jws_posts_item .jws_post_wap .jws_post_image img {
  -webkit-border-radius:5px;
  -ms-border-radius:5px;
  -moz-border-radius:5px;
  -o-border-radius:5px;
  border-radius:5px;
}
.jws_posts.jws_posts_skin2 .jws_posts_item .jws_post_wap .jws_post_image .jws_post_share {
  margin-top:-37px;
  opacity:0;
  -webkit-transform:translateY(10px);
  -o-transform:translateY(10px);
  -ms-transform:translateY(10px);
  -moz-transform:translateY(10px);
  transform:translateY(10px);
  -webkit-transition:0.35s ease;
  -o-transition:0.35s ease;
  -ms-transition:0.35s ease;
  -moz-transition:0.35s ease;
  transition:0.35s ease;
}
.jws_posts.jws_posts_skin2 .jws_posts_item .jws_post_wap .jws_post_image .jws_post_share ul li {
  display:inline-block;
  margin:0 1.5px;
}
.jws_posts.jws_posts_skin2 .jws_posts_item .jws_post_wap .jws_post_image .jws_post_share ul li a {
  display:block;
  width:57px;
  height:57px;
  line-height:47px;
  text-align:center;
  border:6px solid #ffffff;
  -webkit-border-radius:100%;
  -ms-border-radius:100%;
  -moz-border-radius:100%;
  -o-border-radius:100%;
  border-radius:100%;
  color:#ffffff;
  font-size:13.5px;
}
.jws_posts.jws_posts_skin2 .jws_posts_item .jws_post_wap .jws_post_image .jws_post_share ul li.social_facebook a { background-color:#516ae8; }
.jws_posts.jws_posts_skin2 .jws_posts_item .jws_post_wap .jws_post_image .jws_post_share ul li.social_twitter a { background-color:#4fbbff; }
.jws_posts.jws_posts_skin2 .jws_posts_item .jws_post_wap .jws_post_image .jws_post_share ul li.social_google a { background-color:#df2929; }
.jws_posts.jws_posts_skin2 .jws_posts_item .jws_post_wap .jws_post_content .jws_post_info .entry-date {
  margin-bottom:6px;
  display:block;
}
.jws_posts.jws_posts_skin2 .jws_posts_item .jws_post_wap .jws_post_content .jws_post_info h3 { margin-bottom:5px; }
.jws_posts.jws_posts_skin2 .jws_posts_item .jws_post_wap .jws_post_content .jws_post_info .line {
  max-width:165px;
  height:5px;
  display:inline-block;
  border:1px solid #e4e4e4;
  width:165px;
  border-radius:15px;
}
.jws_posts.jws_posts_skin2 .jws_posts_item .jws_post_wap .jws_post_content .jws_post_info .jws_post_info_bottom { margin-top:-4px; }
.jws_posts.jws_posts_skin2 .jws_posts_item .jws_post_wap .jws_post_content .jws_post_info .jws_post_info_bottom .entry-comment { margin-right:15px; }
.jws_posts.jws_posts_skin2 .jws_posts_item .jws_post_wap .jws_post_content .jws_post_info .jws_post_info_bottom &gt; span .flaticon-chat, .jws_posts.jws_posts_skin2 .jws_posts_item .jws_post_wap .jws_post_content .jws_post_info .jws_post_info_bottom &gt; span .flaticon-favorite-heart-button { margin-right:8px; }
.jws_posts.jws_posts_skin2 .jws_posts_item .jws_post_wap .jws_post_content .jws_post_info .jws_post_info_bottom &gt; span .flaticon-chat:before, .jws_posts.jws_posts_skin2 .jws_posts_item .jws_post_wap .jws_post_content .jws_post_info .jws_post_info_bottom &gt; span .flaticon-favorite-heart-button:before { font-size:13px; }
.jws_posts.jws_posts_skin2 .jws_posts_item .jws_post_wap:hover .jws_post_image .jws_post_share {
  opacity:1;
  -webkit-transform:translateY(0px);
  -o-transform:translateY(0px);
  -ms-transform:translateY(0px);
  -moz-transform:translateY(0px);
  transform:translateY(0px);
}
.jws_posts.jws_posts_skin1 .jws_posts_item .jws_post_wap .jws_post_image { margin-bottom:30px; }
.jws_posts.jws_posts_skin1 .jws_posts_item .jws_post_wap .jws_post_image img {
  -webkit-border-radius:5px;
  -ms-border-radius:5px;
  -moz-border-radius:5px;
  -o-border-radius:5px;
  border-radius:5px;
}
.jws_posts.jws_posts_skin1 .jws_posts_item .jws_post_wap .jws_post_content {
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
}
.jws_posts.jws_posts_skin1 .jws_posts_item .jws_post_wap .jws_post_content .jws_post_author {
  text-align:center;
  -ms-flex:0 0 26.333333%;
  flex:0 0 26.333333%;
  max-width:26.333333%;
  border-right:1px dashed #e1e1e1;
  padding:0 5px;
}
.jws_posts.jws_posts_skin1 .jws_posts_item .jws_post_wap .jws_post_content .jws_post_author img {
  -webkit-border-radius:100%;
  -ms-border-radius:100%;
  -moz-border-radius:100%;
  -o-border-radius:100%;
  border-radius:100%;
  margin-bottom:15px;
}
.jws_posts.jws_posts_skin1 .jws_posts_item .jws_post_wap .jws_post_content .jws_post_author .jws_author_name { word-break:break-word; }
.jws_posts.jws_posts_skin1 .jws_posts_item .jws_post_wap .jws_post_content .jws_post_author .jws_author_name span {
  font-weight:600;
  margin-left:5px;
}
.jws_posts.jws_posts_skin1 .jws_posts_item .jws_post_wap .jws_post_content .jws_post_info {
  -ms-flex:0 0 73.666666%;
  flex:0 0 73.666666%;
  max-width:73.666666%;
  padding-left:6%;
}
.jws_posts.jws_posts_skin1 .jws_posts_item .jws_post_wap .jws_post_content .jws_post_info .jws_post_info_top {
  font-size:13px;
  margin-bottom:6px;
}
.jws_posts.jws_posts_skin1 .jws_posts_item .jws_post_wap .jws_post_content .jws_post_info .jws_post_info_top .line { margin:0 10px; }
.jws_posts.jws_posts_skin1 .jws_posts_item .jws_post_wap .jws_post_content .jws_post_info h3 { margin-bottom:8px; }
.jws_post_nav_slider.skin_in &gt; .jws_post_nav_slider_left, .jws_post_nav_slider.skin_out &gt; .jws_post_nav_slider_left { left:0; }
.jws_post_nav_slider.skin_in &gt; .jws_post_nav_slider_right, .jws_post_nav_slider.skin_out &gt; .jws_post_nav_slider_right { right:0; }
.jws_post_nav_slider.skin_in &gt; div, .jws_post_nav_slider.skin_out &gt; div {
  position:absolute;
  top:50%;
  opacity:0;
}
.jws_post_nav_slider.skin_in &gt; div.jws_post_nav_slider_left, .jws_post_nav_slider.skin_out &gt; div.jws_post_nav_slider_left {
  -webkit-transform:translateX(-15px);
  -o-transform:translateX(-15px);
  -ms-transform:translateX(-15px);
  -moz-transform:translateX(-15px);
  transform:translateX(-15px);
}
.jws_post_nav_slider.skin_in &gt; div.jws_post_nav_slider_right, .jws_post_nav_slider.skin_out &gt; div.jws_post_nav_slider_right {
  -webkit-transform:translateX(15px);
  -o-transform:translateX(15px);
  -ms-transform:translateX(15px);
  -moz-transform:translateX(15px);
  transform:translateX(15px);
}
.jws_post_nav_slider.skin_top {
  top:0;
  position:absolute;
  right:0;
}
.jws_post_nav_slider.skin_top &gt; div { display:inline-block; }
.jws_post_nav_slider.skin_top &gt; div:first-child { margin-right:3px; }
.jws_post_nav_slider &gt; div {
  -webkit-transition:0.3s ease;
  -o-transition:0.3s ease;
  -ms-transition:0.3s ease;
  -moz-transition:0.3s ease;
  transition:0.3s ease;
  text-align:center;
  cursor:pointer;
}
.jws-posts-element:hover .jws_post_nav_slider.skin_in &gt; div, .jws-posts-element:hover .jws_post_nav_slider.skin_out &gt; div {
  -webkit-transform:translateX(0);
  -o-transform:translateX(0);
  -ms-transform:translateX(0);
  -moz-transform:translateX(0);
  transform:translateX(0);
  opacity:1;
}
.jws_posts_slider_variablewidth .variablewidth_1 .jws_post_wap { background-size:cover; }
.jws_posts_slider_variablewidth .variablewidth_1 .jws_post_wap img { max-width:1020px; }
.jws_posts_slider_variablewidth .variablewidth_1 .jws_post_info h3 { width:45%; }
.jws_posts_slider_variablewidth .variablewidth_1 .jws_post_info h3 .post_cat { background:#f45832; }
.jws_posts_slider_variablewidth .variablewidth_1 .jws_post_info h3 .post_cat:before { border-top:7px solid #f45832; }
.jws_posts_slider_variablewidth .variablewidth_2 .jws_post_wap img, .jws_posts_slider_variablewidth .variablewidth_3 .jws_post_wap img { max-width:520px; }
.jws_posts_slider_variablewidth .variablewidth_2 .jws_post_info h3, .jws_posts_slider_variablewidth .variablewidth_3 .jws_post_info h3 { width:55%; }
.jws_posts_slider_variablewidth .variablewidth_2 .jws_post_info h3 .post_cat, .jws_posts_slider_variablewidth .variablewidth_3 .jws_post_info h3 .post_cat { background:#c74c9d; }
.jws_posts_slider_variablewidth .variablewidth_2 .jws_post_info h3 .post_cat:before, .jws_posts_slider_variablewidth .variablewidth_3 .jws_post_info h3 .post_cat:before { border-top:7px solid #c74c9d; }
.jws_posts_slider_variablewidth .variablewidth_3 .jws_post_info h3 .post_cat { background:#4c5bc7; }
.jws_posts_slider_variablewidth .variablewidth_3 .jws_post_info h3 .post_cat:before { border-top:7px solid #4c5bc7; }
.jws_posts_slider_variablewidth .jws_posts_item .jws_post_wap {
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
  position:relative;
}
.jws_posts_slider_variablewidth .jws_posts_item .jws_post_wap:before {
  content:"";
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.3);
}
.jws_posts_slider_variablewidth .jws_posts_item .jws_post_wap .jws_post_content {
  position:absolute;
  width:100%;
  bottom:50px;
  left:8%;
}
.jws_posts_slider_variablewidth .jws_posts_item .jws_post_wap .jws_post_content .jws_post_info .jws_post_author { margin-bottom:15px; }
.jws_posts_slider_variablewidth .jws_posts_item .jws_post_wap .jws_post_content .jws_post_info h3 {
  position:relative;
  padding-right:5px;
}
.jws_posts_slider_variablewidth .jws_posts_item .jws_post_wap .jws_post_content .jws_post_info h3 .post_cat {
  color:#ffffff;
  padding:3px 10px;
  position:absolute;
  left:100%;
  top:22px;
  line-height:1.1em;
}
.jws_posts_slider_variablewidth .jws_posts_item .jws_post_wap .jws_post_content .jws_post_info h3 .post_cat:before {
  width:0;
  height:0;
  border-left:10px solid transparent;
  content:"";
  position:absolute;
  left:-10px;
  top:7px;
}
.jws_posts_slider_variablewidth .jws_posts_item .jws_post_wap .jws_post_content .jws_post_info h3 .post_cat a { color:#ffffff; }
body[data-elementor-device-mode="mobile"] .jws_posts.jws_posts_skin6 .jws_post_image .jws_post_info img, body[data-elementor-device-mode="tablet"] .jws_posts.jws_posts_skin6 .jws_post_image .jws_post_info img { display:none; }
@media (max-width: 767px) {
    #jws_header_default .jws_menu_default {
        margin-bottom:50px !important;
    }
    .jws_blog_ta {
        display:block !important;
    }
    .jws_blog_ta .jws_blogs_author {
        max-width: 100% !important;
        border:0 !important;
    }
    .jws_blogs_title  {
        margin-top: 0px !important;
    }
    .jws_blog_ta .title_right {
           max-width: 100% !important;
    text-align: center !important;
    padding-left: 0 !important; 
    }
  .jws_posts.jws_posts_skin7 .jws_posts_item .jws_post_wap &gt; div {
    -ms-flex:0 0 100% !important;
    flex:0 0 100% !important;
    max-width:100% !important;
  }
  .jws_posts.jws_posts_skin7 .jws_posts_item .jws_post_wap &gt; div.jws_post_image { margin-bottom:30px; }
  .jws_posts.jws_posts_skin4 .jws_posts_item .jws_post_wap .jws_post_image { margin-bottom:15px; }
  .jws_posts_slider_variablewidth .jws_posts_item .jws_post_wap .jws_post_content .jws_post_info h3 { width:70%; }
}
.elementor_jws_menu_layout_menu_horizontal .jws_main_menu .jws_nav_menu &gt; ul &gt; li { float:left; margin: 0; }
.elementor_jws_menu_layout_menu_horizontal.elementor-jws-menu-skin-skin1 .jws_main_menu .jws_nav_menu &gt; ul &gt; li:first-child &gt; a {
  padding-left:0 !important;
  border-left:0 !important;
}
.elementor_jws_menu_layout_menu_horizontal.elementor-jws-menu-skin-skin1 .jws_main_menu .jws_nav_menu &gt; ul &gt; li:last-child &gt; a {
  padding-right:0 !important;
  border-right:0 !important;
}
.elementor-jws-menu-align-right .jws_nav {
  -webkit-box-pack:end;
  -ms-flex-pack:end;
  justify-content:flex-end;
  margin-left:auto;
}
.elementor-jws-menu-align-left .jws_nav {
  -webkit-box-pack:start;
  -ms-flex-pack:start;
  justify-content:flex-start;
  margin-right:auto;
}
.elementor-jws-menu-align-center .jws_nav {
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  margin-left:auto;
  margin-right:auto;
}
.elementor_jws_menu_layout_menu_horizontal.elementor-before-menu-skin-circle .jws_main_menu .jws_nav_menu &gt; ul &gt; li:first-child a:before { display:none; }
.elementor_jws_menu_layout_menu_horizontal.elementor-before-menu-skin-circle .jws_main_menu .jws_nav_menu &gt; ul &gt; li &gt; a { position:relative; }
.elementor_jws_menu_layout_menu_horizontal.elementor-before-menu-skin-circle .jws_main_menu .jws_nav_menu &gt; ul &gt; li &gt; a:before {
  content:"";
  background:#626262;
  width:6px;
  height:6px;
  position:absolute;
  left:-3px;
  top:50%;
  margin-top:-3px;
  -webkit-border-radius:100%;
  -ms-border-radius:100%;
  -moz-border-radius:100%;
  -o-border-radius:100%;
  border-radius:100%;
}
.elementor-before-menu-skin-square .jws_main_menu .jws_nav_menu &gt; ul &gt; li:first-child a:before { display:none; }
.elementor-before-menu-skin-square .jws_main_menu .jws_nav_menu &gt; ul &gt; li &gt; a { position:relative; }
.elementor-before-menu-skin-square .jws_main_menu .jws_nav_menu &gt; ul &gt; li &gt; a:before {
  content:"";
  background:#d1d0d0;
  width:1px;
  height:8px;
  position:absolute;
  left:-0.5px;
  top:50%;
  margin-top:-2px;
  -webkit-border-radius:100%;
  -ms-border-radius:100%;
  -moz-border-radius:100%;
  -o-border-radius:100%;
  border-radius:100%;
}
.jws_menu_canvas_sidebar .jws_nav_menu, .elementor_jws_menu_layout_menu_horizontal .jws_main_menu .jws_nav_menu &gt; ul &gt; li.menu-item-design-mega_menu_full_width { position:unset; }
.jws_menu_canvas_sidebar .jws_nav_menu .sub-menu-dropdown, .elementor_jws_menu_layout_menu_horizontal .jws_main_menu .jws_nav_menu &gt; ul &gt; li.menu-item-design-mega_menu_full_width .sub-menu-dropdown {
  width:100%;
  left:0;
}
.jws_menu_canvas_sidebar .jws_nav_menu, .elementor_jws_menu_layout_menu_horizontal .jws_nav_menu {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
}
.jws_menu_canvas_sidebar .jws_nav_menu &gt; ul li a .menu-label, .elementor_jws_menu_layout_menu_horizontal .jws_nav_menu &gt; ul li a .menu-label {
  position:absolute;
  bottom:85%;
  z-index:1;
  display:inline-block;
  margin-left:-20px;
  padding:0px 10px;
  vertical-align:middle;
  white-space:nowrap;
  font-size:12px;
  line-height:1.9em;
  color:#ffffff;
}
.jws_menu_canvas_sidebar .jws_nav_menu &gt; ul li a .menu-label:before, .elementor_jws_menu_layout_menu_horizontal .jws_nav_menu &gt; ul li a .menu-label:before {
  content:"";
  position:absolute;
  top:100%;
  left:10px;
  width:0;
  height:0;
  border-style:solid;
  border-top-width:4px;
  border-bottom-width:0;
  border-right-width:7px;
  border-left-width:0;
  border-top-color:transparent;
  border-left-color:transparent !important;
  border-right-color:transparent !important;
  border-bottom-color:transparent !important;
}
.jws_menu_canvas_sidebar .jws_nav_menu &gt; ul &gt; li, .elementor_jws_menu_layout_menu_horizontal .jws_nav_menu &gt; ul &gt; li { position:relative; }
.jws_menu_canvas_sidebar .jws_nav_menu &gt; ul &gt; li &gt; a, .elementor_jws_menu_layout_menu_horizontal .jws_nav_menu &gt; ul &gt; li &gt; a { display:block; }
.jws_menu_canvas_sidebar .jws_nav_menu &gt; ul &gt; li &gt; a i, .elementor_jws_menu_layout_menu_horizontal .jws_nav_menu &gt; ul &gt; li &gt; a i { margin-left:7px; }
.jws_menu_canvas_sidebar .jws_nav_menu &gt; ul &gt; li .sub-menu-dropdown, .elementor_jws_menu_layout_menu_horizontal .jws_nav_menu &gt; ul &gt; li .sub-menu-dropdown { overflow:hidden; }
.jws_menu_canvas_sidebar .jws_nav_menu &gt; ul &gt; li .sub-menu, .jws_menu_canvas_sidebar .jws_nav_menu &gt; ul &gt; li .sub-menu-dropdown, .elementor_jws_menu_layout_menu_horizontal .jws_nav_menu &gt; ul &gt; li .sub-menu, .elementor_jws_menu_layout_menu_horizontal .jws_nav_menu &gt; ul &gt; li .sub-menu-dropdown {
  position:absolute;
  top:100%;
  opacity:0;
  z-index:1;
  visibility:hidden;
  pointer-events:none;
  -webkit-transform:translateY(15px);
  -o-transform:translateY(15px);
  -ms-transform:translateY(15px);
  -moz-transform:translateY(15px);
  transform:translateY(15px);
  -webkit-transition:0.3s ease;
  -o-transition:0.3s ease;
  -ms-transition:0.3s ease;
  -moz-transition:0.3s ease;
  transition:0.3s ease;
}
.jws_menu_canvas_sidebar .jws_nav_menu &gt; ul &gt; li.menu-item-design-standard .sub-menu li a, .elementor_jws_menu_layout_menu_horizontal .jws_nav_menu &gt; ul &gt; li.menu-item-design-standard .sub-menu li a { display:block; }
.jws_menu_canvas_sidebar .jws_nav_menu &gt; ul &gt; li.menu-item-design-standard .sub-menu li a i, .elementor_jws_menu_layout_menu_horizontal .jws_nav_menu &gt; ul &gt; li.menu-item-design-standard .sub-menu li a i {
  display:inline-block;
  vertical-align:middle;
  margin-right:10px;
  font-size:6px;
  color:#6d6d6d;
}
.jws_menu_canvas_sidebar .jws_nav_menu &gt; ul &gt; li.menu-item-design-standard .sub-menu li:last-child &gt; a, .elementor_jws_menu_layout_menu_horizontal .jws_nav_menu &gt; ul &gt; li.menu-item-design-standard .sub-menu li:last-child &gt; a { border-bottom:0 !important; }
.jws_menu_canvas_sidebar .jws_nav_menu &gt; ul &gt; li.menu-item-design-standard &gt; .sub-menu li, .elementor_jws_menu_layout_menu_horizontal .jws_nav_menu &gt; ul &gt; li.menu-item-design-standard &gt; .sub-menu li { position:relative; }
.jws_menu_canvas_sidebar .jws_nav_menu &gt; ul &gt; li.menu-item-design-standard &gt; .sub-menu li .sub-menu, .elementor_jws_menu_layout_menu_horizontal .jws_nav_menu &gt; ul &gt; li.menu-item-design-standard &gt; .sub-menu li .sub-menu {
  position:absolute;
  left:100%;
  top:0;
  opacity:0;
  -webkit-transform:translateX(15px);
  -o-transform:translateX(15px);
  -ms-transform:translateX(15px);
  -moz-transform:translateX(15px);
  transform:translateX(15px);
  visibility:hidden;
  pointer-events:none;
}
.jws_menu_canvas_sidebar .jws_nav_menu &gt; ul &gt; li.menu-item-design-standard &gt; .sub-menu li:hover &gt; .sub-menu, .elementor_jws_menu_layout_menu_horizontal .jws_nav_menu &gt; ul &gt; li.menu-item-design-standard &gt; .sub-menu li:hover &gt; .sub-menu {
  opacity:1;
  visibility:visible;
  pointer-events:auto;
  -webkit-transform:translateX(0px);
  -o-transform:translateX(0px);
  -ms-transform:translateX(0px);
  -moz-transform:translateX(0px);
  transform:translateX(0px);
}
.jws_menu_canvas_sidebar .jws_nav_menu &gt; ul &gt; li:hover &gt; .sub-menu, .jws_menu_canvas_sidebar .jws_nav_menu &gt; ul &gt; li:hover .sub-menu-dropdown, .elementor_jws_menu_layout_menu_horizontal .jws_nav_menu &gt; ul &gt; li:hover &gt; .sub-menu, .elementor_jws_menu_layout_menu_horizontal .jws_nav_menu &gt; ul &gt; li:hover .sub-menu-dropdown {
  opacity:1 !important;
  visibility:visible !important;
  pointer-events:auto !important;
  -webkit-transform:translateY(0px);
  -o-transform:translateY(0px);
  -ms-transform:translateY(0px);
  -moz-transform:translateY(0px);
  transform:translateY(0px);
  transition-delay:0.2s ;
  -webkit-transition-delay:0.2s;
}
.elementor_jws_menu_layout_menu_vertical .jws_nav_menu &gt; ul &gt; li &gt; a {
  margin:15px 0;
  color:#333333;
  padding:0 15px;
  padding-right:50px !important;
}
.elementor_jws_menu_layout_menu_vertical .jws_nav_menu &gt; ul &gt; li &gt; a i { display:none; }
.elementor_jws_menu_layout_menu_vertical .jws_nav_menu ul  li {
  display:-ms-flexbox;
  display:flex;
  -ms-flex-flow:row wrap;
  flex-flow:row wrap;
  -ms-flex-align:center;
  align-items:center;
}
.elementor_jws_menu_layout_menu_vertical .jws_nav_menu ul  li .icon-sub-menu {
  background:none;
  border:none;
  font-size:12px;
  width:30px;
  height:30px;
  padding:0;
  display:block;
}
.elementor_jws_menu_layout_menu_vertical .jws_nav_menu ul  li .icon-sub-menu:before {
  -webkit-transform:rotate(90deg);
  -o-transform:rotate(90deg);
  -ms-transform:rotate(90deg);
  -moz-transform:rotate(90deg);
  transform:rotate(90deg);
  display:block;
  -webkit-transition:0.3s ease;
  -o-transition:0.3s ease;
  -ms-transition:0.3s ease;
  -moz-transition:0.3s ease;
  transition:0.3s ease;
}
.elementor_jws_menu_layout_menu_vertical .jws_nav_menu ul  li .sub-menu-dropdown {
  display:none;
  width:100% !important;
}
.elementor_jws_menu_layout_menu_vertical .jws_nav_menu ul  li .sub-menu {
  box-shadow:none !important;
  -ms-box-shadow:none !important;
  -moz-box-shadow:none !important;
  -o-box-shadow:none !important;
  -webkit-box-shadow:none !important;
  width:100% !important;
  display:none;
}
.elementor_jws_menu_layout_menu_vertical .jws_nav_menu ul  li .sub-menu li a i { display:none; }
.elementor_jws_menu_layout_menu_vertical .jws_nav_menu ul  li .sub-menu li:last-child a { border-bottom:0 !important; }
.elementor_jws_menu_layout_menu_vertical .jws_nav_menu ul  li a {
  display:block;
  width:auto;
  -ms-flex-positive:1;
  flex-grow:1;
}
.elementor_jws_menu_layout_menu_vertical .jws_nav_menu ul  li.active &gt; .sub-menu-dropdown, .elementor_jws_menu_layout_menu_vertical .jws_nav_menu ul  li.active &gt; .sub-menu {
  display:block;
  -webkit-animation:fadeInLeftMenu 0.5s ease;
  -o-animation:fadeInLeftMenu 0.5s ease;
  -ms-animation:fadeInLeftMenu 0.5s ease;
  -moz-animation:fadeInLeftMenu 0.5s ease;
  animation:fadeInLeftMenu 0.5s ease;
}
.elementor_jws_menu_layout_menu_vertical .jws_nav_menu ul  li.active &gt; .icon-sub-menu:before {
  -webkit-transform:rotate(-90deg);
  -o-transform:rotate(-90deg);
  -ms-transform:rotate(-90deg);
  -moz-transform:rotate(-90deg);
  transform:rotate(-90deg);
}
.jws_nav_dropdown .jws-cart-sidebar { display:none; }
.jws_nav_dropdown .jws_nav_dropdown_inner {
  position:fixed;
  left:0;
  top:0;
  height:100%;
  background:#ebebeb;
  z-index:1000;
  width:270px;
  overflow:auto;
  -webkit-transition:0.35s ease;
  -o-transition:0.35s ease;
  -ms-transition:0.35s ease;
  -moz-transition:0.35s ease;
  transition:0.35s ease;
  -webkit-transform:translateX(-100%);
  -o-transform:translateX(-100%);
  -ms-transform:translateX(-100%);
  -moz-transform:translateX(-100%);
  transform:translateX(-100%);
}
.jws_nav_dropdown.active {
  background:rgba(0,0,0,0.5);
  position:fixed;
  width:100% !important;
  height:100%;
  -webkit-transition:background 0.3s ease;
  -o-transition:background 0.3s ease;
  -ms-transition:background 0.3s ease;
  -moz-transition:background 0.3s ease;
  transition:background 0.3s ease;
  z-index:1000;
  top:0;
  left:0;
}
.jws_nav_dropdown.active .jws_nav_dropdown_inner {
  -webkit-transform:translateX(0%);
  -o-transform:translateX(0%);
  -ms-transform:translateX(0%);
  -moz-transform:translateX(0%);
  transform:translateX(0%);
}
@-webkit-keyframes fadeInLeftMenu {
  from {
    opacity:0;
    -webkit-transform:translate3d(-15px,0,0);
    transform:translate3d(-15px,0,0);
  }
  to {
    opacity:1;
    -webkit-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0);
  }
}
@keyframes fadeInLeftMenu {
  from {
    opacity:0;
    -webkit-transform:translate3d(-15px,0,0);
    transform:translate3d(-15px,0,0);
  }
  to {
    opacity:1;
    -webkit-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0);
  }
}
.fadeInLeftMenu {
  -webkit-animation-name:fadeInLeftMenu;
  animation-name:fadeInLeftMenu;
}
.jws-instagram-feed .jws-insta-feed .jws-insta-feed-inner { overflow:hidden; }
.jws-instagram-feed .jws-insta-feed .jws-insta-feed-inner .jws-insta-feed-wrap { position:relative; }
.jws-instagram-feed .jws-insta-feed .jws-insta-feed-inner .jws-insta-feed-wrap &gt; a {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index:3;
}
.jws-instagram-feed .jws-insta-feed .jws-insta-feed-inner .jws-insta-feed-wrap .jws-insta-info-wrap {
  bottom:0;
  font-size:14px;
  left:0;
  line-height:1.5;
  opacity:0;
  overflow:hidden;
  padding:20px;
  position:absolute;
  right:0;
  text-align:center;
  top:0;
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
  -webkit-flex-flow:row wrap;
  -ms-flex-flow:row wrap;
  flex-flow:row wrap;
  -webkit-box-pack:center;
  -webkit-justify-content:center;
  -ms-flex-pack:center;
  justify-content:center;
  -webkit-box-align:center;
  -webkit-align-items:center;
  -ms-flex-align:center;
  align-items:center;
  -webkit-transition:0.35s ease;
  -o-transition:0.35s ease;
  -ms-transition:0.35s ease;
  -moz-transition:0.35s ease;
  transition:0.35s ease;
  z-index:2;
}
.jws-instagram-feed .jws-insta-feed .jws-insta-feed-inner .jws-insta-feed-wrap .jws-insta-info-wrap .jws-insta-info-wrap-inner {
  position:relative;
  z-index:2;
}
.jws-instagram-feed .jws-insta-feed .jws-insta-feed-inner .jws-insta-feed-wrap .jws-insta-info-wrap .jws-insta-info-wrap-inner .jws-insta-likes-comments &gt; p { display:inline-block; }
.jws-instagram-feed .jws-insta-feed .jws-insta-feed-inner .jws-insta-feed-wrap .jws-insta-info-wrap .jws-insta-info-wrap-inner .jws-insta-likes-comments &gt; p.jws-insta-post-likes { margin-right:10px; }
.jws-instagram-feed .jws-insta-feed .jws-insta-feed-inner .jws-insta-feed-wrap .jws-insta-info-wrap:after {
  background-color:rgba(0,0,0,0.75);
  bottom:0;
  content:"";
  left:0;
  opacity:0;
  position:absolute;
  right:0;
  top:0;
  z-index:1;
  -webkit-transition:0.35s ease;
  -o-transition:0.35s ease;
  -ms-transition:0.35s ease;
  -moz-transition:0.35s ease;
  transition:0.35s ease;
}
.jws-instagram-feed .jws-insta-feed .jws-insta-feed-inner .jws-insta-feed-wrap:hover .jws-insta-info-wrap { opacity:1; }
.jws-instagram-feed .jws-insta-feed .jws-insta-feed-inner .jws-insta-feed-wrap:hover .jws-insta-info-wrap:after { opacity:1; }
.elementor-menu-cart--show-quantity-bt-button-yes .jws_mini_cart .jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li .jws_cart_item_inner .quanty-ajax { display:block; }
.elementor-menu-cart--show-quantity-count-item-yes .jws_mini_cart .jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .jws_mini_cart_item { display:block; }
.elementor-menu-cart--show-remove-button-yes .jws_mini_cart .jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li .remove { display:block; }
.jws_mini_cart.active .jws-cart-overlay {
  opacity:1;
  visibility:visible;
}
.jws_mini_cart.active .jws-cart-sidebar {
  -webkit-transform:translateX(0%);
  -o-transform:translateX(0%);
  -ms-transform:translateX(0%);
  -moz-transform:translateX(0%);
  transform:translateX(0%);
  opacity:1;
  visibility:visible;
}
.jws_mini_cart .jws-cart-overlay {
  position:fixed;
  left:0;
  top:0;
  height:100%;
  width:100%;
  background:rgba(0,0,0,0.73);
  -webkit-transition:0.3s ease;
  -o-transition:0.3s ease;
  -ms-transition:0.3s ease;
  -moz-transition:0.3s ease;
  transition:0.3s ease;
  opacity:0;
  visibility:hidden;
  z-index:9998;
}
.jws_mini_cart .jws-cart-sidebar {
  position:fixed;
  top:0;
  right:0;
  z-index:9999;
  -webkit-transition:0.35s ease;
  -o-transition:0.35s ease;
  -ms-transition:0.35s ease;
  -moz-transition:0.35s ease;
  transition:0.35s ease;
  -webkit-transform:translateX(105%);
  -o-transform:translateX(105%);
  -ms-transform:translateX(105%);
  -moz-transform:translateX(105%);
  transform:translateX(105%);
  background-color:#fff;
  box-shadow:0 0 5px rgba(0,0,0,0.05);
  -ms-box-shadow:0 0 5px rgba(0,0,0,0.05);
  -moz-box-shadow:0 0 5px rgba(0,0,0,0.05);
  -o-box-shadow:0 0 5px rgba(0,0,0,0.05);
  -webkit-box-shadow:0 0 5px rgba(0,0,0,0.05);
  opacity:0;
  visibility:hidden;
}
.jws_mini_cart .jws_cart_content {
  display:flex;
  flex-direction:column;
  flex:1;
  overflow:auto;
  height:100%;
}
.jws_mini_cart .jws_cart_content .jws-cart-panel {
  display:flex;
  flex-direction:column;
  flex:1;
}
.jws_mini_cart .jws_cart_content .jws-cart-panel.jws-cart-panel-empty .jws-cart-panel-list-wrap .cart_list li { display:block; }
.jws_mini_cart .jws_cart_content .jws-cart-panel .jws-cart-panel-summary { margin-top:auto; }
.jws_mini_cart .jws_cart_content .jws-cart-panel .jws-cart-panel-summary .jws-cart-panel-summary-inner .total-cart { margin-bottom:25px; }
.jws_mini_cart .jws_cart_content .jws-cart-panel .jws-cart-panel-summary .jws-cart-panel-summary-inner .total-cart .jws-cart-panel-summary-subtotal { float:right; }
.jws_mini_cart .jws_cart_content .jws-cart-panel .jws-cart-panel-summary .jws-cart-panel-summary-inner .woocommerce-mini-cart__buttons { margin-bottom:5px; }
.jws_mini_cart .jws_cart_content .jws-cart-panel .jws-cart-panel-summary .jws-cart-panel-summary-inner .woocommerce-mini-cart__buttons a {
  display:block;
  text-align:center;
  padding:15px 10px;
}
.jws_mini_cart .jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .jws_mini_cart_item {
  margin-bottom:25px;
  display:none;
}
.jws_mini_cart .jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list .cart_empty {
  text-align:center;
  padding-top:20px;
}
.jws_mini_cart .jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list .cart_empty span {
  color:#f3f3f3;
  display:block;
  margin-bottom:10px;
}
.jws_mini_cart .jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list .cart_empty span:before {
  font-size:85px;
  line-height:85px;
}
.jws_mini_cart .jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li {
  display:-ms-flexbox;
  display:flex;
  -webkit-align-items:center;
  align-items:center;
  margin-bottom:20px;
  position:relative;
}
.jws_mini_cart .jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li .jws_cart_item_inner {
  position:relative;
  width:100%;
  display:-ms-flexbox;
  display:flex;
  -webkit-align-items:center;
  /* Safari 7.0+ */
  align-items:center;
}
.jws_mini_cart .jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li .jws_cart_item_inner:after {
  content:" ";
  display:block;
  width:20px;
  height:20px;
  -webkit-border-radius:50%;
  -ms-border-radius:50%;
  -moz-border-radius:50%;
  -o-border-radius:50%;
  border-radius:50%;
  border:2px solid #000000;
  border-color:#000000 #000000 #ffffff #ffffff;
  -webkit-animation:lds-dual-ring 0.5s linear infinite;
  -o-animation:lds-dual-ring 0.5s linear infinite;
  -ms-animation:lds-dual-ring 0.5s linear infinite;
  -moz-animation:lds-dual-ring 0.5s linear infinite;
  animation:lds-dual-ring 0.5s linear infinite;
  opacity:0;
  -webkit-transition:0.35s ease;
  -o-transition:0.35s ease;
  -ms-transition:0.35s ease;
  -moz-transition:0.35s ease;
  transition:0.35s ease;
  position:absolute;
  top:41%;
  left:50%;
  visibility:hidden;
}
.jws_mini_cart .jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li .jws_cart_item_inner:before {
  position:absolute;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.6);
  content:"";
  opacity:0;
  visibility:hidden;
}
.jws_mini_cart .jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li.loading .jws_cart_item_inner:after, .jws_mini_cart .jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li.loading .jws_cart_item_inner:before {
  opacity:1;
  visibility:visible;
}
.jws_mini_cart .jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li:last-child { margin-bottom:0; }
.jws_mini_cart .jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li .jws-cart-panel-item-thumbnail img {
  -webkit-border-radius:5px;
  -ms-border-radius:5px;
  -moz-border-radius:5px;
  -o-border-radius:5px;
  border-radius:5px;
}
.jws_mini_cart .jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li .remove {
  width:28px;
  height:28px;
  line-height:23px;
  text-align:center;
  -webkit-border-radius:100%;
  -ms-border-radius:100%;
  -moz-border-radius:100%;
  -o-border-radius:100%;
  border-radius:100%;
  position:absolute;
  left:30px;
  display:none;
  top:50%;
  -webkit-transform:translate(-100%,-50%);
  -o-transform:translate(-100%,-50%);
  -ms-transform:translate(-100%,-50%);
  -moz-transform:translate(-100%,-50%);
  transform:translate(-100%,-50%);
}
.jws_mini_cart .jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li .remove span:before { font-size:9px; }
.jws_mini_cart .jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li .jws-cart-panel-item-content .quanty-ajax { display:none; }
.jws_mini_cart .jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li .jws-cart-panel-item-content .quanty-ajax .quantity &gt; div { display:inline-block; }
.jws_mini_cart .jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li .jws-cart-panel-item-content .quanty-ajax .quantity &gt; div &gt; span {
  width:24px;
  height:24px;
  line-height:21px;
  border:1px solid #d8d8d8;
  display:block;
  border-radius:100%;
  font-size:10px;
  cursor:pointer;
  text-align:center;
}
.jws_mini_cart.cart-skin1 &gt;  .jws-cart-nav a { position:relative; }
.jws_mini_cart.cart-skin1 &gt;  .jws-cart-nav a .cart_icon {
  display:inline-block;
  vertical-align:middle;
}
.jws_mini_cart.cart-skin1 &gt;  .jws-cart-nav a .item_text { display:none; }
.jws_mini_cart.cart-skin1 &gt;  .jws-cart-nav a .jws_cart_count {
  width:20px;
  height:20px;
  line-height:20px;
  display:block;
  text-align:center;
  font-size:12px;
  -webkit-border-radius:100%;
  -ms-border-radius:100%;
  -moz-border-radius:100%;
  -o-border-radius:100%;
  border-radius:100%;
  top:-6px;
  right:-15px;
  position:absolute;
}
.jws_mini_cart.cart-skin2 &gt; .jws-cart-nav a {
  display:block;
  position:relative;
}
.jws_mini_cart.cart-skin2 &gt; .jws-cart-nav a .cart_icon {
  margin-right:11px;
  display:inline-block;
}
.jws_mini_cart.cart-skin2 &gt; .jws-cart-nav a:after {
  content:"";
  position:absolute;
  right:0;
  content:"\f107";
  font-family:FontAwesome;
}
.jws_mini_cart.cart-skin5 .jws_cart_total { margin-left:5px; }
.jws_mini_cart.cart-skin5 &gt;  .jws-cart-nav a .cart_icon { display:inline-block; }
.jws_mini_cart.cart-skin5 &gt;  .jws-cart-nav a .item_text { display:none; }
.jws_mini_cart.cart-skin5 &gt;  .jws-cart-nav a .jws_cart_count {
  width:27px;
  height:27px;
  line-height:27px;
  display:block;
  text-align:center;
  font-size:12px;
  -webkit-border-radius:100%;
  -ms-border-radius:100%;
  -moz-border-radius:100%;
  -o-border-radius:100%;
  border-radius:100%;
  top:-5px;
  right:-5px;
  position:absolute;
}
.jws_mini_cart.cart-skin4 .jws_cart_total { margin-right:5px; }
.jws_mini_cart.cart-skin4 .cart_icon { display:inline-block; }
.jws_mini_cart.cart-skin3 &gt; .jws-cart-nav a .cart_icon {
  display:inline-block;
  margin-bottom:5px;
}
.jws_mini_cart.cart-skin3 &gt; .jws-cart-nav a .jws_cart_total { display:block; }
.jws_mini_cart.content-skin1 .jws-cart-sidebar {
  height:100%;
  min-width:300px;
}
.jws_mini_cart.content-skin1 .jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li .jws-cart-panel-item-thumbnail {
  flex:0 0 90px;
  max-width:90px;
  margin-right:30px;
}
.jws_mini_cart.content-skin1 .jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li .jws-cart-panel-item-content .jws-cart-panel-item-price { margin-bottom:10px; }
.jws_mini_cart.content-skin2.active .jws-cart-sidebar {
  -webkit-transform:translateY(0);
  -o-transform:translateY(0);
  -ms-transform:translateY(0);
  -moz-transform:translateY(0);
  transform:translateY(0);
  opacity:1;
  visibility:visible;
  pointer-events:auto;
}
.jws_mini_cart.content-skin2 .jws-cart-sidebar {
  border-radius:0px 0px 3px 3px;
  position:absolute;
  top:100%;
  right:0;
  z-index:9999;
  -webkit-transition:0.3s ease;
  -o-transition:0.3s ease;
  -ms-transition:0.3s ease;
  -moz-transition:0.3s ease;
  transition:0.3s ease;
  -webkit-transform:translateY(15px);
  -o-transform:translateY(15px);
  -ms-transform:translateY(15px);
  -moz-transform:translateY(15px);
  transform:translateY(15px);
  width:100%;
  background-color:#fff;
  box-shadow:0 0 5px rgba(0,0,0,0.05);
  -ms-box-shadow:0 0 5px rgba(0,0,0,0.05);
  -moz-box-shadow:0 0 5px rgba(0,0,0,0.05);
  -o-box-shadow:0 0 5px rgba(0,0,0,0.05);
  -webkit-box-shadow:0 0 5px rgba(0,0,0,0.05);
  opacity:0;
  visibility:hidden;
  pointer-events:none;
}
.jws_mini_cart.content-skin2 .jws-cart-sidebar .jws_cart_content { max-height:450px; }
.jws_mini_cart .jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li .jws-cart-panel-item-thumbnail {
  flex:0 0 75px;
  max-width:75px;
  margin-right:10px;
}
.jws_mini_cart .jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li .jws-cart-panel-item-content .jws-cart-panel-item-price { margin-bottom:0; }
body[data-elementor-device-mode="tablet"] .jws_mini_cart.content-skin1 .jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li .jws-cart-panel-item-thumbnail, body[data-elementor-device-mode="mobile"] .jws_mini_cart.content-skin1 .jws_cart_content .jws-cart-panel .jws-cart-panel-list-wrap .cart_list li .jws-cart-panel-item-thumbnail { margin-right:15px; }
.jws_menu_canvas .jws_menu_button { display:block; }
.jws_menu_canvas.active .jws_menu_canvas_overlay {
  opacity:1;
  visibility:visible;
}
.jws_menu_canvas.active .jws_menu_canvas_sidebar {
  -webkit-transform:translateX(0%);
  -o-transform:translateX(0%);
  -ms-transform:translateX(0%);
  -moz-transform:translateX(0%);
  transform:translateX(0%);
}
.jws_menu_canvas .jws_menu_canvas_overlay {
  position:fixed;
  left:0;
  top:0;
  height:100%;
  width:100%;
  background:rgba(0,0,0,0.73);
  -webkit-transition:0.3s ease;
  -o-transition:0.3s ease;
  -ms-transition:0.3s ease;
  -moz-transition:0.3s ease;
  transition:0.3s ease;
  opacity:0;
  visibility:hidden;
  z-index:9998;
}
.jws_menu_canvas .jws_menu_canvas_sidebar {
  position:fixed;
  overflow: auto;
  left:0;
  top:0;
  height:100%;
  background:#ebebeb;
  z-index:9999;
  -webkit-transition:0.3s ease;
  -o-transition:0.3s ease;
  -ms-transition:0.3s ease;
  -moz-transition:0.3s ease;
  transition:0.3s ease;
  -webkit-transform:translateX(-100%);
  -o-transform:translateX(-100%);
  -ms-transform:translateX(-100%);
  -moz-transform:translateX(-100%);
  transform:translateX(-100%);
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  flex-direction:column;
  flex:1;
}
.jws_menu_canvas .jws_menu_canvas_sidebar .jws_menu_canvas_social { margin-top:auto; }
.jws_menu_canvas .jws_menu_canvas_sidebar .jws_menu_canvas_social ul li { display:inline-block; }
.jws_menu_canvas .jws_menu_canvas_sidebar .jws_menu_canvas_social ul li a {
  display:block;
  padding:1.1em;
  text-align:center;
  font-size:14px;
}
.jws_menu_canvas .jws_menu_canvas_sidebar .jws_menu_canvas_social ul li a i {
  width:1em;
  height:1em;
  position:relative;
  display:block;
}
.jws_menu_canvas .jws_menu_canvas_sidebar .jws_nav_menu &gt; ul &gt; li &gt; a { position:relative; }
.jws_menu_canvas .jws_menu_canvas_sidebar .jws_nav_menu &gt; ul &gt; li &gt; a:after {
  content:"";
  position:absolute;
  bottom:0;
  left:0;
}
.jws_menu_canvas .jws_menu_canvas_sidebar .jws_nav_menu &gt; ul &gt; li:last-child &gt; a:before { display:none; }
.jws_menu_canvas .jws_menu_canvas_sidebar .jws_nav_menu &gt; ul &gt; li .sub-menu, .jws_menu_canvas .jws_menu_canvas_sidebar .jws_nav_menu &gt; ul &gt; li .sub-menu-dropdown {
  top:0;
  left:100%;
  overflow:unset;
  -webkit-transform:translateX(15px);
  -o-transform:translateX(15px);
  -ms-transform:translateX(15px);
  -moz-transform:translateX(15px);
  transform:translateX(15px);
}
.jws_menu_canvas .jws_menu_canvas_sidebar .jws_nav_menu &gt; ul &gt; li .sub-menu:before, .jws_menu_canvas .jws_menu_canvas_sidebar .jws_nav_menu &gt; ul &gt; li .sub-menu-dropdown:before {
  width:0;
  height:0;
  border-top:15px solid #ffffff;
  border-left:15px solid transparent;
  content:"";
  position:absolute;
  left:-15px;
  top:0;
}
.jws_menu_canvas .jws_menu_canvas_sidebar .jws_nav_menu &gt; ul &gt; li:hover .sub-menu, .jws_menu_canvas .jws_menu_canvas_sidebar .jws_nav_menu &gt; ul &gt; li:hover .sub-menu-dropdown {
  -webkit-transform:translateX(0px);
  -o-transform:translateX(0px);
  -ms-transform:translateX(0px);
  -moz-transform:translateX(0px);
  transform:translateX(0px);
}
.jws_menu_list_wrap ul li a { display:block; }
.jws_menu_list_wrap ul li a i {
  display:inline-block;
  vertical-align:middle;
  margin-right:10px;
  margin-top:-2px;
  -webkit-transition:0.3s ease;
  -o-transition:0.3s ease;
  -ms-transition:0.3s ease;
  -moz-transition:0.3s ease;
  transition:0.3s ease;
}
.jws_menu_list_wrap ul li:last-child a { border:none !important; }
.jws_testimonials_slider_wrap { position:relative; }
.jws_testimonials_slider_wrap .testimonials_slider .slider_skin_skin2 { text-align:center; }
.jws_testimonials_slider_wrap .testimonials_slider .slider_skin_skin2 &gt; span {
  display:inline-block;
  vertical-align:middle;
  margin-right:10px;
}
.jws_testimonials_slider_wrap .testimonials_slider .slider_skin_skin2 .slider_content {
  display:inline-block;
  vertical-align:middle;
  text-align:left;
}
.jws_testimonials_slider_wrap .testimonials_slider .slider_skin_skin1 { text-align:center; }
.jws_testimonials_slider_wrap .testimonials_slider .slider_skin_skin1 p { margin-bottom:35px; }
.jws_testimonials_slider_wrap .slick-arrow {
  cursor:pointer;
  position:absolute;
  opacity:0;
  top:50%;
  margin-top:-35px;
  height:70px;
  width:70px;
  line-height:70px;
  text-align:center;
  -webkit-transition:0.3s ease;
  -o-transition:0.3s ease;
  -ms-transition:0.3s ease;
  -moz-transition:0.3s ease;
  transition:0.3s ease;
  -webkit-border-radius:100%;
  -ms-border-radius:100%;
  -moz-border-radius:100%;
  -o-border-radius:100%;
  border-radius:100%;
}
.jws_testimonials_slider_wrap .slick-arrow.jws_testimonial_nav_slider_right {
  right:0;
  -webkit-transform:translateX(20px);
  -o-transform:translateX(20px);
  -ms-transform:translateX(20px);
  -moz-transform:translateX(20px);
  transform:translateX(20px);
}
.jws_testimonials_slider_wrap .slick-arrow.jws_testimonial_nav_slider_left {
  left:0;
  -webkit-transform:translateX(-20px);
  -o-transform:translateX(-20px);
  -ms-transform:translateX(-20px);
  -moz-transform:translateX(-20px);
  transform:translateX(-20px);
}
.jws_testimonials_slider_wrap:hover .slick-arrow {
  -webkit-transform:translateX(0px);
  -o-transform:translateX(0px);
  -ms-transform:translateX(0px);
  -moz-transform:translateX(0px);
  transform:translateX(0px);
  opacity:1;
}
.jws_product_detail &gt; div.jws_detail_content &gt; h3 { margin-bottom:27px; }
.jws_product_detail &gt; div.jws_detail_content .product_title { margin-bottom:18px; }
.jws_product_detail &gt; div.jws_detail_content .price { margin-bottom:36px; }
.jws_product_detail &gt; div.jws_detail_content .woocommerce-product-details__short-description { margin-bottom:43px; }
.jws_product_detail &gt; div.jws_detail_content .woocommerce-review-link { display:none; }
.jws_product_detail &gt; div.jws_detail_content form .qty { display:none; }
.jws_product_detail &gt; div.jws_detail_content form .single_add_to_cart_button {
  min-width:200px;
  height:57px;
  line-height:57px;
  border:0;
  padding:0;
  -webkit-transition:0.3s ease;
  -o-transition:0.3s ease;
  -ms-transition:0.3s ease;
  -moz-transition:0.3s ease;
  transition:0.3s ease;
  -webkit-border-radius:40px;
  -ms-border-radius:40px;
  -moz-border-radius:40px;
  -o-border-radius:40px;
  border-radius:40px;
  position:relative;
}
.jws_product_detail &gt; div.jws_detail_content form .single_add_to_cart_button:before {
  font-family:Flaticon;
  font-size:16px;
  content:"\f101";
  display:inline-block;
  font-weight:400;
  margin-right:10px;
}
@media (max-width: 767px) {
  .jws_product_detail &gt; div.jws_detail_content &gt; h3 { margin-bottom:10px; }
  .jws_product_detail &gt; div.jws_detail_content .product_title { margin-bottom:7px; }
  .jws_product_detail &gt; div.jws_detail_content .price { margin-bottom:15px; }
  .jws_product_detail &gt; div.jws_detail_content .woocommerce-product-details__short-description { margin-bottom:23px; }
}
.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-in .mfp-content &gt; div {
  opacity:0;
  transition:0.5s ease;
  transform:scale(0.9);
}
.mfp-zoom-in.mfp-bg {
  opacity:0;
  transition:0.3s ease;
}
.mfp-zoom-in.mfp-ready .mfp-content &gt; div {
  opacity:1;
  transform:scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg { opacity:0.8; }
.mfp-zoom-in.mfp-removing .mfp-content &gt; div {
  transform:scale(0.8);
  opacity:0;
}
.mfp-zoom-in.mfp-removing.mfp-bg { opacity:0; }
.jws_video_popup .jws_video_popup_inner a {
  display:inline-block;
  font-size:25px;
  position:relative;
}
.jws_video_popup .jws_video_popup_inner a span {
  width:90px;
  height:90px;
  line-height:90px;
  position:relative;
  background:#ffffff;
  display:block;
  -webkit-border-radius:100%;
  -ms-border-radius:100%;
  -moz-border-radius:100%;
  -o-border-radius:100%;
  border-radius:100%;
}
.jws_video_popup .jws_video_popup_inner a span i { display:inline-block; }
.jws_video_popup .jws_video_popup_inner a:before {
  top:-16px;
  left:-16px;
  width:calc(100% + 32px);
  height:calc(100% + 32px);
  position:absolute;
  -webkit-border-radius:100%;
  -ms-border-radius:100%;
  -moz-border-radius:100%;
  -o-border-radius:100%;
  border-radius:100%;
  background:rgba(255,255,255,0.3);
  content:"";
}
.jws_video_popup .jws_video_popup_inner a:hover:before {
  -webkit-animation:pulse-border 1s ease-out infinite;
  -o-animation:pulse-border 1s ease-out infinite;
  -ms-animation:pulse-border 1s ease-out infinite;
  -moz-animation:pulse-border 1s ease-out infinite;
  animation:pulse-border 1s ease-out infinite;
}
@keyframes pulse-border {
  0% {
    transform:scale(1);
    -webkit-transform:scale(1);
    opacity:1;
  }
  100% {
    transform:scale(1.5);
    -webkit-transform:scale(1.5);
    opacity:0;
  }
}
body .mfp-iframe-holder .mfp-close {
  font-size:40px;
  background:#000000;
  width:50px;
  height:50px;
  text-align:center;
  padding:0;
  top:-50px;
  right:0;
  -webkit-transition:0.3s ease;
  -o-transition:0.3s ease;
  -ms-transition:0.3s ease;
  -moz-transition:0.3s ease;
  transition:0.3s ease;
}
.jws_category_item { text-align:center; }
.jws_category_item .jws_btn_view_cat {
  padding:15px 5px;
  color:#ffffff;
}
.jws_category_item .count_cat {
  position:absolute;
  margin-left:10px;
  bottom:-10px;
}
.jws_category_item .name-cat {
  font-size:23px;
  font-weight:700;
  color:#2b2b2b;
  position:relative;
}
.jws_category_item .product-category-thumbnail {
  overflow:hidden;
  position:relative;
  margin-bottom:22px;
}
.jws_category_item .product-category-thumbnail .jws_btn_view_cat {
  position:absolute;
  bottom:0;
  width:100%;
  left:0;
  -webkit-transition:0.3s ease;
  -o-transition:0.3s ease;
  -ms-transition:0.3s ease;
  -moz-transition:0.3s ease;
  transition:0.3s ease;
  -webkit-transform:translateY(100%);
  -o-transform:translateY(100%);
  -ms-transform:translateY(100%);
  -moz-transform:translateY(100%);
  transform:translateY(100%);
}
.jws_category_item:hover .product-category-thumbnail .jws_btn_view_cat {
  -webkit-transform:translateY(0%);
  -o-transform:translateY(0%);
  -ms-transform:translateY(0%);
  -moz-transform:translateY(0%);
  transform:translateY(0%);
}
.jws_cat_nav_slider &gt; div {
  position:absolute;
  top:40%;
  text-align:center;
  cursor:pointer;
  width:32px;
  height:36px;
  line-height:30px;
  background-color:#e85a63;
  color:#ffffff;
  font-size:20px;
  opacity:0;
  -webkit-transition:0.3s ease;
  -o-transition:0.3s ease;
  -ms-transition:0.3s ease;
  -moz-transition:0.3s ease;
  transition:0.3s ease;
}
.jws_cat_nav_slider &gt; div:before {
  font-family:Flaticon;
  font-size:9px;
  font-style:normal;
  font-weight:300;
}
.jws_cat_nav_slider &gt; div.jws_cat_nav_slider_left {
  left:20px;
  -webkit-transform:translateX(-20px);
  -o-transform:translateX(-20px);
  -ms-transform:translateX(-20px);
  -moz-transform:translateX(-20px);
  transform:translateX(-20px);
}
.jws_cat_nav_slider &gt; div.jws_cat_nav_slider_left:before {
  content:"\f10c";
  font-size:8px;
}
.jws_cat_nav_slider &gt; div.jws_cat_nav_slider_right {
  right:20px;
  -webkit-transform:translateX(20px);
  -o-transform:translateX(20px);
  -ms-transform:translateX(20px);
  -moz-transform:translateX(20px);
  transform:translateX(20px);
}
.jws_cat_nav_slider &gt; div.jws_cat_nav_slider_right:before { content:"\f10b"; }
.jws_products_category_element:hover .jws_cat_nav_slider &gt; div {
  opacity:1;
  -webkit-transform:translateX(0px);
  -o-transform:translateX(0px);
  -ms-transform:translateX(0px);
  -moz-transform:translateX(0px);
  transform:translateX(0px);
}
.jws-breadcrumbs &gt; li { display:inline-block; }
.jws_layout_filter_list ul li {
  display:inline-block;
  padding:0 2px;
}
.jws_layout_filter_list ul li a {
  display:block;
  width:45px;
  height:45px;
  line-height:45px;
  text-align:center;
  background:#f1f1f1;
  color:#575560;
  transition:0s;
  -webkit-transition:0s;
}
.jws_layout_filter_list ul li a i { display:inline-block; }
.jws_filter_title { margin-bottom:5px; }
.woocommerce-ordering select { height:45px; }
.elementor-widget-jws_archive_products.ajax-loading .jws-products-element { opacity:0; }
.elementor-widget-jws_archive_products.ajax-loading:after {
  content:" ";
  display:block;
  width:20px;
  height:20px;
  -webkit-border-radius:50%;
  -ms-border-radius:50%;
  -moz-border-radius:50%;
  -o-border-radius:50%;
  border-radius:50%;
  border:2px solid #000000;
  border-color:#000000 #000000 #000000 #f7f7f7;
  -webkit-animation:lds-dual-ring 0.5s linear infinite;
  -o-animation:lds-dual-ring 0.5s linear infinite;
  -ms-animation:lds-dual-ring 0.5s linear infinite;
  -moz-animation:lds-dual-ring 0.5s linear infinite;
  animation:lds-dual-ring 0.5s linear infinite;
  -webkit-transition:opacity 0.1s ease;
  -o-transition:opacity 0.1s ease;
  -ms-transition:opacity 0.1s ease;
  -moz-transition:opacity 0.1s ease;
  transition:opacity 0.1s ease;
  position:absolute;
  top:5%;
  left:50%;
  margin-left:-10px;
}
.jws-tabs-style-section .woocommerce-tabs .wc-tabs { display:none; }
.jws-tabs-style-section .woocommerce-Tabs-panel {
  display:block !important;
  margin-bottom:72px !important;
}
.jws-tabs-style-section .woocommerce-Tabs-panel:last-child { margin-bottom:0px !important; }
.jws-tabs-style-section .woocommerce-Tabs-panel &gt; h4.jws_woo_heading { margin-bottom:21px; }
.jws-tabs-style-tab .woocommerce-tabs .wc-tabs {
  margin-bottom:50px !important;
  margin-top:-28px !important;
}
.jws-tabs-style-tab .woocommerce-tabs .wc-tabs li {
  display:inline-block;
  margin-right:10px;
}
.jws-tabs-style-tab .woocommerce-tabs .wc-tabs li a {
  display:block;
  border:1px solid;
  padding:1.2em 3em !important;
  -webkit-border-radius:40px;
  -ms-border-radius:40px;
  -moz-border-radius:40px;
  -o-border-radius:40px;
  border-radius:40px;
}
.jws-tabs-style-tab .woocommerce-Tabs-panel {
  -webkit-animation:fadeIn 0.3s ease;
  -o-animation:fadeIn 0.3s ease;
  -ms-animation:fadeIn 0.3s ease;
  -moz-animation:fadeIn 0.3s ease;
  animation:fadeIn 0.3s ease;
}
.jws-tabs-style-tab .woocommerce-Tabs-panel &gt; h4.jws_woo_heading { display:none; }
.woocommerce-Tabs-panel { padding:0 !important; }
.woocommerce-Tabs-panel .woocommerce-Reviews .woocommerce-Reviews-title {
  font-weight:600;
  font-size:18px;
}
.woocommerce-Tabs-panel .woocommerce-Reviews .commentlist { 
    margin-top: 26px;
    padding: 0;
    list-style-type: none;
}
.woocommerce-Tabs-panel .woocommerce-Reviews .commentlist li {
  margin-bottom:10px;
  background:#fbfbfb;
  padding:33px 3.3%;
}
.woocommerce-Tabs-panel .woocommerce-Reviews .commentlist li .comment_container {
  -js-display:flex;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-flow:row nowrap;
  flex-flow:row nowrap;
  -ms-flex-align:center;
  align-items:center;
  -ms-flex-pack:justify;
  justify-content:space-between;
  width:100%;
  -ms-flex-pack:start !important;
  justify-content:flex-start !important;
  -ms-flex-align:start !important;
  align-items:flex-start !important;
  -ms-flex-item-align:start !important;
  align-self:flex-start !important;
  vertical-align:top !important;
}
.woocommerce-Tabs-panel .woocommerce-Reviews .commentlist li .comment_container &gt; div { max-height:100%; }
.woocommerce-Tabs-panel .woocommerce-Reviews .commentlist li .comment_container &gt; div.comment-text {
  -ms-flex:1;
  flex:1;
  -ms-flex-negative:1;
  -ms-flex-preferred-size:auto !important;
}
.woocommerce-Tabs-panel .woocommerce-Reviews .commentlist li .comment_container .avatar_review img {
  -webkit-border-radius:100%;
  -ms-border-radius:100%;
  -moz-border-radius:100%;
  -o-border-radius:100%;
  border-radius:100%;
}
.woocommerce-Tabs-panel .woocommerce-Reviews .commentlist li .comment_container .description {
  font-size:15px;
  margin-top:7px;
}
.woocommerce-Tabs-panel .woocommerce-Reviews .commentlist li .comment_container .comment-text { padding-left:20px; }
.woocommerce-Tabs-panel .woocommerce-Reviews .commentlist li .comment_container .comment-text .meta .woocommerce-review__author {
  display:block;
  color:#333333;
  font-size:20px;
  font-weight:bold;
}
.woocommerce-Tabs-panel .woocommerce-Reviews .commentlist li .comment_container .comment-text .meta time {
  color:#999999;
  font-size:13px;
  margin-right:25px;
}
.woocommerce-Tabs-panel .woocommerce-Reviews .commentlist li .comment_container .comment-text .meta .star-rating { font-size:12px; }
.woocommerce-Tabs-panel .comment-form-rating { margin:20px 0 25px; }
.woocommerce-Tabs-panel .comment-form-rating label {
  margin-right:25px;
  display:inline-block;
  vertical-align:middle;
}
.woocommerce-Tabs-panel .stars {
  letter-spacing:2px;
  display:inline-block;
  vertical-align:middle;
  position:relative;
  width:100px;
  height:30px;
}
.woocommerce-Tabs-panel .stars [class*="star"] {
  text-indent:-999em;
  display:block;
  position:absolute;
  display:inline-block;
  color:#dddddd;
  top:0;
}
.woocommerce-Tabs-panel .stars [class*="star"]:before {
  position:absolute;
  font-family:"FontAwesome";
  left:0;
  text-indent:0;
}
.woocommerce-Tabs-panel .stars .star-1 {
  width:15px;
  z-index:50;
}
.woocommerce-Tabs-panel .stars .star-2 {
  width:30px;
  z-index:40;
}
.woocommerce-Tabs-panel .stars .star-3 {
  width:45px;
  z-index:30;
}
.woocommerce-Tabs-panel .stars .star-4 {
  width:60px;
  z-index:20;
}
.woocommerce-Tabs-panel .stars .star-5 {
  width:75px;
  z-index:10;
}
.woocommerce-Tabs-panel .stars .star-5:before { content:'\f005\f005\f005\f005\f005'; }
.woocommerce-Tabs-panel .stars .star-1:hover:before, .woocommerce-Tabs-panel .stars .star-1.active:before { content:"\f005"; }
.woocommerce-Tabs-panel .stars .star-2:hover:before, .woocommerce-Tabs-panel .stars .star-2.active:before { content:"\f005\f005"; }
.woocommerce-Tabs-panel .stars .star-3:hover:before, .woocommerce-Tabs-panel .stars .star-3.active:before { content:"\f005\f005\f005"; }
.woocommerce-Tabs-panel .stars .star-4:hover:before, .woocommerce-Tabs-panel .stars .star-4.active:before { content:"\f005\f005\f005\f005"; }
.woocommerce-Tabs-panel .stars .star-5:hover:before, .woocommerce-Tabs-panel .stars .star-5.active:before { content:"\f005\f005\f005\f005\f005"; }
.woocommerce-Tabs-panel .stars a:hover:before, .woocommerce-Tabs-panel .stars a.active:before { color:#fbbc4d; }
.woocommerce-Tabs-panel .woocommerce-product-attributes tr:nth-child(odd) { background:#fbfbfb; }
.woocommerce-Tabs-panel .woocommerce-product-attributes tr th, .woocommerce-Tabs-panel .woocommerce-product-attributes tr td { padding:13px 0; }
.woocommerce-Tabs-panel &gt; h2 { display:none; }
.woocommerce-Tabs-panel .comment-respond { margin-top:80px; }
.woocommerce-Tabs-panel .comment-respond .comment-reply-title {
  display:block;
  color:#333333;
  font-size:24px;
  font-weight:bold;
}
.woocommerce-Tabs-panel .comment-form .comment-notes { display:none; }
.woocommerce-Tabs-panel .comment-form .review_am {
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  margin-right:-15px;
  margin-left:-15px;
}
.woocommerce-Tabs-panel .comment-form .review_am &gt; p {
  -ms-flex:0 0 50%;
  flex:0 0 50%;
  max-width:50%;
  padding:0 15px;
}
.woocommerce-Tabs-panel .comment-form input:not(#wp-comment-cookies-consent) {
  height:60px;
  line-height:60px;
}
.woocommerce-Tabs-panel .comment-form textarea { padding-top:10px; }
.woocommerce-Tabs-panel .comment-form input:not(#wp-comment-cookies-consent), .woocommerce-Tabs-panel .comment-form textarea {
  border:1px solid #ececec;
  margin-bottom:10px;
  width:100%;
  outline:none;
  padding-left:35px;
  padding-right:35px;
  font-size:14px;
  -webkit-border-radius:30px;
  -ms-border-radius:30px;
  -moz-border-radius:30px;
  -o-border-radius:30px;
  border-radius:30px;
}
.woocommerce-Tabs-panel .comment-form input:not(#wp-comment-cookies-consent)::-webkit-input-placeholder, .woocommerce-Tabs-panel .comment-form textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color:#999999;
}
.woocommerce-Tabs-panel .comment-form input:not(#wp-comment-cookies-consent)::-moz-placeholder, .woocommerce-Tabs-panel .comment-form textarea::-moz-placeholder {
  /* Firefox 19+ */
  color:#999999;
}
.woocommerce-Tabs-panel .comment-form input:not(#wp-comment-cookies-consent):-ms-input-placeholder, .woocommerce-Tabs-panel .comment-form textarea:-ms-input-placeholder {
  /* IE 10+ */
  color:#999999;
}
.woocommerce-Tabs-panel .comment-form input:not(#wp-comment-cookies-consent):-moz-placeholder, .woocommerce-Tabs-panel .comment-form textarea:-moz-placeholder {
  /* Firefox 18- */
  color:#999999;
}
.woocommerce-Tabs-panel .comment-form .comment-form-cookies-consent { margin:20px 0 5px; }
.woocommerce-Tabs-panel .comment-form #wp-comment-cookies-consent { margin-right:10px; }
.woocommerce-Tabs-panel .comment-form .submit {
  max-width:200px;
  font-size:14px !important;
  color:#ffffff;
  font-weight:600;
  padding:0;
  border:none !important;
  margin-top:25px;
}
@media (min-width: 768px) {
  .woocommerce-product-gallery.image_slider_center .woocommerce-product-gallery__wrapper .active.center {
    -webkit-transform:scale(1);
    -o-transform:scale(1);
    -ms-transform:scale(1);
    -moz-transform:scale(1);
    transform:scale(1);
    opacity:1;
  }
  .woocommerce-product-gallery.image_slider_center .woocommerce-product-gallery__wrapper .owl-item {
    -webkit-transform:scale(.6);
    -o-transform:scale(.6);
    -ms-transform:scale(.6);
    -moz-transform:scale(.6);
    transform:scale(.6);
    -webkit-transition:.5s ease;
    -o-transition:.5s ease;
    -ms-transition:.5s ease;
    -moz-transition:.5s ease;
    transition:.5s ease;
    opacity:0.6;
  }
}
.single-product .woocommerce-notices-wrapper { display:none; }
.single .woocommerce-product-gallery { margin:0 -7.5px; }
.single .woocommerce-product-gallery &gt; div { padding:0 7.5px; }
.single .woocommerce-product-gallery.image_image_vertical .jws_main_image .product-image-wrap:not(:last-child) { margin-bottom:30px; }
.single .woocommerce-product-gallery:not(.image_image_vertical) .woocommerce-product-gallery__wrapper:not(.owl-loaded)&gt;div:nth-child(n+2) { display:none; }
.single .woocommerce-product-gallery .jws_main_image .jws-show-product-gallery-wrap {
  position:absolute;
  top:20px;
  right:20px;
  z-index:1;
  width:40px;
  height:40px;
  background-color:#ffffff;
  text-align:center;
  line-height:40px;
  -webkit-border-radius:100%;
  -ms-border-radius:100%;
  -moz-border-radius:100%;
  -o-border-radius:100%;
  border-radius:100%;
  box-shadow:0 0 10px rgba(0,0,0,0.1);
  -ms-box-shadow:0 0 10px rgba(0,0,0,0.1);
  -moz-box-shadow:0 0 10px rgba(0,0,0,0.1);
  -o-box-shadow:0 0 10px rgba(0,0,0,0.1);
  -webkit-box-shadow:0 0 10px rgba(0,0,0,0.1);
}
.single .woocommerce-product-gallery .jws_main_image .jws-show-product-gallery-wrap a {
  color:#000000;
  font-size:12px;
  display:block;
}
.single .woocommerce-product-gallery:not(.thumbnail_position_bottom) .jws_thumbnail_image .owl-stage { margin:0 auto; }
.single .woocommerce-product-gallery:not(.thumbnail_position_bottom) .jws_thumbnail_image .product-image-thumbnail {
  opacity:0.6;
  -webkit-transition:0.3s ease;
  -o-transition:0.3s ease;
  -ms-transition:0.3s ease;
  -moz-transition:0.3s ease;
  transition:0.3s ease;
}
.single .woocommerce-product-gallery:not(.thumbnail_position_bottom) .jws_thumbnail_image .active-thumb { opacity:1; }
.single .woocommerce-product-gallery:not(.thumbnail_position_bottom) .jws_thumbnail_image .active-thumb .product-image-thumbnail { opacity:1; }
.single .woocommerce-product-gallery.thumbnail_position_bottom .owl-carousel .owl-item { padding:0 3px; }
.single .woocommerce-product-gallery.thumbnail_position_bottom .woocommerce-product-gallery__wrapper { margin-bottom:6px; }
.single .woocommerce-product-gallery.thumbnail_position_bottom .jws_thumbnail_image .owl-stage { margin:0 auto; }
.single .woocommerce-product-gallery.thumbnail_position_bottom .jws_thumbnail_image .product-image-thumbnail {
  opacity:0.6;
  -webkit-transition:0.3s ease;
  -o-transition:0.3s ease;
  -ms-transition:0.3s ease;
  -moz-transition:0.3s ease;
  transition:0.3s ease;
}
.single .woocommerce-product-gallery.thumbnail_position_bottom .jws_thumbnail_image .active-thumb .product-image-thumbnail { opacity:1; }
.single .woocommerce-product-gallery.thumbnail_position_left .jws_main_image {
  -ms-flex-order:13;
  order:13;
}
.single .woocommerce-product-gallery.thumbnail_position_left .jws_thumbnail_image {
  -ms-flex-order:-1;
  order:-1;
}
.single .woocommerce-product-gallery .jws_thumbnail_image .slick-list {
  flex:1 1 100%;
  order:1;
  max-width:100%;
  width:100%;
}
.single .woocommerce-product-gallery .jws_thumbnail_image .thumbnails { opacity:0; }
.single .woocommerce-product-gallery .jws_thumbnail_image .thumbnails.thumbnails-ready {
  opacity:1;
  transition:opacity .6s ease 1s;
}
.single .woocommerce-product-gallery .jws_thumbnail_image .thumbnails.slick-slider {
  display:flex;
  align-items:stretch;
  flex-direction:row;
  flex-wrap:wrap;
  justify-content:space-between;
}
.single .woocommerce-product-gallery .jws_thumbnail_image .thumbnails.slick-slider &gt;button {
  -ms-flex-order:2;
  order:2;
  padding:0;
  width:48%;
  height:30px;
  border:none;
  background-color:rgba(133,133,133,0.07);
  color:#333;
  font-size:0;
  line-height:30px;
  -webkit-transition:0.3s ease;
  -o-transition:0.3s ease;
  -ms-transition:0.3s ease;
  -moz-transition:0.3s ease;
  transition:0.3s ease;
}
.single .woocommerce-product-gallery .jws_thumbnail_image .thumbnails.slick-slider &gt;button:hover { background-color:rgba(133,133,133,0.2); }
.single .woocommerce-product-gallery .jws_thumbnail_image .thumbnails.slick-slider &gt;button.slick-prev { flat:left; }
.single .woocommerce-product-gallery .jws_thumbnail_image .thumbnails.slick-slider &gt;button.slick-prev:before {
  content:"\f106";
  font-family:FontAwesome;
  font-weight:400;
  font-size:22px;
  color:#000000;
}
.single .woocommerce-product-gallery .jws_thumbnail_image .thumbnails.slick-slider &gt;button.slick-next { flat:right; }
.single .woocommerce-product-gallery .jws_thumbnail_image .thumbnails.slick-slider &gt;button.slick-next:before {
  content:"\f107";
  font-family:FontAwesome;
  font-weight:400;
  font-size:22px;
  color:#000000;
}
.single .woocommerce-product-gallery .jws_thumbnail_image .thumbnails.slick-slider .product-image-thumbnail { margin-bottom:15px; }
.single .woocommerce-product-gallery .owl-nav &gt; div {
  position:absolute;
  top:50%;
  width:40px;
  height:40px;
  line-height:40px;
  text-align:center;
  margin-top:-20px;
  font-size:25px !important;
  -webkit-transition:0.3s ease;
  -o-transition:0.3s ease;
  -ms-transition:0.3s ease;
  -moz-transition:0.3s ease;
  transition:0.3s ease;
  opacity:0;
  visibility:hidden;
}
.single .woocommerce-product-gallery .owl-nav &gt; div.owl-prev {
  left:0;
  -webkit-transform:translateX(-10px) scale(0.8);
  -o-transform:translateX(-10px) scale(0.8);
  -ms-transform:translateX(-10px) scale(0.8);
  -moz-transform:translateX(-10px) scale(0.8);
  transform:translateX(-10px) scale(0.8);
}
.single .woocommerce-product-gallery .owl-nav &gt; div.owl-next {
  right:0;
  -webkit-transform:translateX(10px) scale(0.8);
  -o-transform:translateX(10px) scale(0.8);
  -ms-transform:translateX(10px) scale(0.8);
  -moz-transform:translateX(10px) scale(0.8);
  transform:translateX(10px) scale(0.8);
}
.single .woocommerce-product-gallery .thumbnails:hover .owl-nav &gt; div, .single .woocommerce-product-gallery .woocommerce-product-gallery__wrapper:hover .owl-nav &gt; div {
  opacity:1;
  visibility:visible;
  -webkit-transform:none;
  -o-transform:none;
  -ms-transform:none;
  -moz-transform:none;
  transform:none;
}
.single .woocommerce-product-gallery .thumbnails:hover .owl-nav &gt; div.disabled, .single .woocommerce-product-gallery .woocommerce-product-gallery__wrapper:hover .owl-nav &gt; div.disabled { opacity:0.5 !important; }
.single form.cart { display:block !important; }
.single form.cart .single_add_to_cart_button:before {
  font-family:Flaticon;
  font-size:20px;
  content:"\f101";
  display:inline-block;
  font-weight:400;
  margin-right:10px;
}
.single form.cart .quantity {
  margin-bottom:15px;
  max-width:312px;
}
.single form.cart .variations { margin-bottom:26px; }
.single form.cart .variations tr { display:block !important; }
.single form.cart .variations .label { margin-right:20px; }
.single form.cart .variations .reset_variations {
  position:absolute;
  top:25%;
  right:0;
  left:100%;
  color:#666666;
  font-size:14px;
}
.single form.cart .variations .tawcvs-swatches { padding:0; }
.single form.cart .variations .tawcvs-swatches .swatch { margin-right:6px; }
.single form.cart .variations .tawcvs-swatches .swatch-color, .single form.cart .variations .tawcvs-swatches .swatch-image {
  width:13px;
  height:13px;
  display:inline-block;
  border:none;
  margin-top:7px;
}
.single form.cart .variations .tawcvs-swatches .swatch-color.selected:before, .single form.cart .variations .tawcvs-swatches .swatch-image.selected:before {
  border:solid #fbfbfb;
  border-width:0 2px 2px 0;
  top:1.3px;
  left:4px;
  width:5px;
  height:7px;
}
.single form.cart .variations .tawcvs-swatches .swatch-image img { display:block; }
.jws-comparesg-btn, .jws-wishlistsg-btn {
  background:#fbfbfb;
  width:54px;
  height:54px;
  line-height:54px;
  display:inline-block;
  text-align:center;
  margin-left:3px;
  -webkit-border-radius:100%;
  -ms-border-radius:100%;
  -moz-border-radius:100%;
  -o-border-radius:100%;
  border-radius:100%;
  color:#999999;
  vertical-align:middle;
  -webkit-transition:0.35s ease;
  -o-transition:0.35s ease;
  -ms-transition:0.35s ease;
  -moz-transition:0.35s ease;
  transition:0.35s ease;
}
.jws-comparesg-btn:hover, .jws-wishlistsg-btn:hover { color:#ffffff; }
.jws-comparesg-btn.added &gt; span:before, .jws-wishlistsg-btn.added &gt; span:before { content:"\ea10" !important; }
.related_title {
  color:#333333;
  font-size:24px;
  font-weight:bold;
  margin-bottom:35px;
  margin-top:3.8%;
}
@media (max-width: 1024px) {
  .single .woocommerce-product-gallery .owl-nav &gt; div {
    opacity:1;
    visibility:visible;
    -webkit-transform:none !important;
    -o-transform:none !important;
    -ms-transform:none !important;
    -moz-transform:none !important;
    transform:none !important;
  }
  .related_title {
    font-size:20px;
    margin-bottom:15px;
  }
  .jws-comparesg-btn, .jws-wishlistsg-btn {
    width:45px;
    height:45px;
    line-height:45px;
    font-size:14px;
  }
  .single .woocommerce-product-gallery.thumbnail_position_left .jws_thumbnail_image, .single .woocommerce-product-gallery.thumbnail_position_left .jws_main_image {
    -ms-flex-order:0;
    order:0;
  }
  .single .woocommerce-product-gallery.thumbnail_position_left .jws_main_image { margin-bottom:5px; }
  .single .woocommerce-product-gallery.thumbnail_position_left .jws_thumbnail_image { margin:0 -2.5px; }
  .single .woocommerce-product-gallery.thumbnail_position_left .jws_thumbnail_image .product-image-thumbnail { padding:0 2.5px; }
  .single .woocommerce-product-gallery.thumbnail_position_right .jws_main_image { margin-bottom:5px; }
}
@media (max-width: 767px) {
  .single .woocommerce-product-gallery.image_image_vertical .woocommerce-product-gallery__wrapper:not(.owl-loaded)&gt;div:nth-child(n+2) { display:none; }
  .jws-tabs-style-tab .woocommerce-tabs .wc-tabs { margin-bottom:10px !important; }
}
body.woocommerce div.product.elementor .woocommerce-tabs .panel { border-top:0; }
.woocommerce div.product.elementor form.cart table.variations td.label, .woocommerce div.product.elementor form.cart table.variations td.value {
  width:auto !important;
  display:inline-block;
  vertical-align:middle;
}
.woocommerce div.product.elementor form.cart.variations_form .woocommerce-variation-add-to-cart { display:block !important; }
.woocommerce div.product.elementor form.cart.variations_form .woocommerce-variation-add-to-cart button {
  margin:0;
  display:inline-block;
  vertical-align:middle;
}
.woocommerce div.product.elementor .quantity+.button {
  margin-left:0 !important;
  display:inline-block;
  vertical-align:middle;
}
.woocommerce div.product.elementor form.cart table.variations td.value:before { display:none !important; }
@media (max-width: 767px) {
  .single-product .woocommerce-product-gallery .owl-nav &gt; button {
    opacity:1 !important;
    visibility:visible !important;
    -webkit-transform:none !important;
    transform:none !important;
  }
  .woocommerce-Tabs-panel .comment-form .review_am &gt; p {
    -ms-flex:0 0 100%;
    flex:0 0 100%;
    max-width:100%;
  }
  .jws-tabs-style-tab .woocommerce-tabs .wc-tabs { margin-top:0 !important; }
  .jws-tabs-style-tab .woocommerce-tabs .wc-tabs li { margin-bottom:10px; }
}
form.woocommerce-checkout {
  border-top:2px solid #ececec;
  padding-top:30px;
  margin-top:30px;
}
form.woocommerce-checkout .row &gt; div { margin-bottom:50px; }
form.woocommerce-checkout .woocommerce-additional-fields label { display:none; }
form.woocommerce-checkout .woocommerce-additional-fields textarea {
  border:1px solid #ececec;
  -webkit-border-radius:40px;
  -ms-border-radius:40px;
  -moz-border-radius:40px;
  -o-border-radius:40px;
  border-radius:40px;
  height:250px;
  padding-top:30px;
  padding-left:40px;
}
form.woocommerce-checkout .woocommerce-billing-fields, form.woocommerce-checkout .woocommerce-shipping-fields { margin-bottom:50px; }
form.woocommerce-checkout .woocommerce-billing-fields h3, form.woocommerce-checkout .woocommerce-shipping-fields h3 {
  font-size:24px;
  color:#333333;
  font-weight:500;
  line-height:1.7em;
  margin-bottom:45px;
}
form.woocommerce-checkout .woocommerce-billing-fields .form-row label, form.woocommerce-checkout .woocommerce-shipping-fields .form-row label { display:none; }
form.woocommerce-checkout .woocommerce-billing-fields .form-row input:focus, form.woocommerce-checkout .woocommerce-shipping-fields .form-row input:focus {
  box-shadow:0 0 5px #ccc;
  opacity:1 !important;
  outline:0;
  background-color:#fff;
}
form.woocommerce-checkout .woocommerce-billing-fields .form-row .selection .select2-selection--single, form.woocommerce-checkout .woocommerce-billing-fields .form-row input, form.woocommerce-checkout .woocommerce-shipping-fields .form-row .selection .select2-selection--single, form.woocommerce-checkout .woocommerce-shipping-fields .form-row input {
  border:1px solid #ececec;
  height:55px;
  line-height:55px;
  padding:0 40px;
  -webkit-border-radius:40px;
  -ms-border-radius:40px;
  -moz-border-radius:40px;
  -o-border-radius:40px;
  border-radius:40px;
  margin-bottom:10px;
}
form.woocommerce-checkout .woocommerce-billing-fields .form-row .selection .select2-selection--single .select2-selection__rendered, form.woocommerce-checkout .woocommerce-shipping-fields .form-row .selection .select2-selection--single .select2-selection__rendered { line-height:50px; }
form.woocommerce-checkout .woocommerce-billing-fields .form-row .selection .select2-selection--single .select2-selection__arrow, form.woocommerce-checkout .woocommerce-shipping-fields .form-row .selection .select2-selection--single .select2-selection__arrow {
  height:50px;
  right:20px;
}
.woocommerce-checkout .select2-dropdown { border:1px solid #aaa !important; }
.woocommerce-checkout .jws_woo_your_order h3 {
  font-size:24px;
  color:#333333;
  font-weight:500;
  line-height:1.7em;
  margin-bottom:45px;
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order {
  padding:6%;
  background:#fbfbfb;
  box-shadow:0 0 20px rgba(0,0,0,0.07);
  -ms-box-shadow:0 0 20px rgba(0,0,0,0.07);
  -moz-box-shadow:0 0 20px rgba(0,0,0,0.07);
  -o-box-shadow:0 0 20px rgba(0,0,0,0.07);
  -webkit-box-shadow:0 0 20px rgba(0,0,0,0.07);
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .place-order button.button {
  position:relative;
  text-align:center;
  color:#ffffff;
  min-width:100px;
  height:50px;
  line-height:50px;
  -webkit-transition:0.35s ease;
  -o-transition:0.35s ease;
  -ms-transition:0.35s ease;
  -moz-transition:0.35s ease;
  transition:0.35s ease;
  font-weight:700;
  background:#000000;
  font-size:14px;
  border:none;
  outline:none;
  text-transform:uppercase;
  padding:0 30px;
  width:100%;
  margin-top:25px;
  margin-bottom:20px;
  -webkit-border-radius:40px;
  -ms-border-radius:40px;
  -moz-border-radius:40px;
  -o-border-radius:40px;
  border-radius:40px;
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .place-order button.button:hover { background:#252525; }
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .place-order .woocommerce-terms-and-conditions-wrapper {
  font-size:80%;
  line-height:1.8;
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .place-order .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text { margin-bottom:6px; }
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .place-order .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions {
  border:1px solid #ececec;
  padding:15px;
  margin:20px 0;
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .woocommerce-checkout-payment { margin-top:15px; }
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .woocommerce-checkout-payment li { margin-bottom:5px; }
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .woocommerce-checkout-payment li label { font-size:14px; }
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .woocommerce-checkout-payment li input { margin-right:5px; }
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .woocommerce-checkout-payment li .payment_box {
  background:#ffffff;
  padding:5%;
  margin:15px 0;
  border:1px solid #ececec;
  font-size:14px;
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .woocommerce-checkout-payment li.payment_method_paypal img {
  display:block;
  margin:5px 0;
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .shop_table th, .woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .shop_table td {
  padding:1em 0.5em;
  text-align:left;
  border-bottom:1px solid #ececec;
  line-height:1.3;
  font-size:.9em;
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .shop_table td:last-of-type {
  text-align:right;
  color:#333333;
  font-weight:500;
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .shop_table thead th {
  border-width:3px;
  font-size:16px;
  color:#333333;
  font-weight:500;
}
.woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order .shop_table thead th:last-of-type { text-align:right; }
.woocommerce-checkout .woocommerce-notices-wrapper, .woocommerce-checkout .woocommerce-form-login-toggle { margin-bottom:10px; }
.woocommerce-checkout .woocommerce-form-coupon, .woocommerce-checkout .woocommerce-form-login {
  border:5px solid #ececec;
  padding:3%;
  margin-top:30px;
  margin-bottom:30px;
}
.woocommerce-checkout .woocommerce-form-coupon &gt; p, .woocommerce-checkout .woocommerce-form-login &gt; p { padding:0 5px; }
.woocommerce-checkout .woocommerce-form-coupon p:first-child, .woocommerce-checkout .woocommerce-form-login p:first-child { margin-bottom:30px; }
.woocommerce-checkout .woocommerce-form-coupon .form-row .woocommerce-form-login__rememberme, .woocommerce-checkout .woocommerce-form-login .form-row .woocommerce-form-login__rememberme { margin-right:10px; }
.woocommerce-checkout .woocommerce-form-coupon .form-row input.input-text, .woocommerce-checkout .woocommerce-form-login .form-row input.input-text {
  border:1px solid #ececec;
  height:50px;
  line-height:50px;
  padding:0 40px;
  margin-bottom:10px;
}
.woocommerce-checkout .woocommerce-form-coupon .form-row button, .woocommerce-checkout .woocommerce-form-login .form-row button {
  position:relative;
  text-align:center;
  color:#ffffff;
  min-width:100px;
  height:50px;
  line-height:50px;
  -webkit-transition:0.35s ease;
  -o-transition:0.35s ease;
  -ms-transition:0.35s ease;
  -moz-transition:0.35s ease;
  transition:0.35s ease;
  font-weight:700;
  background:#000000;
  font-size:14px;
  border:none;
  outline:none;
  text-transform:uppercase;
  padding:0 30px;
}
.woocommerce-checkout .woocommerce-form-coupon .form-row button:hover, .woocommerce-checkout .woocommerce-form-login .form-row button:hover { background:#252525; }
.woocommerce-checkout .woocommerce-form-login .form-row.form-row-first, .woocommerce-checkout .woocommerce-form-login .form-row.form-row-last {
  display:inline-block;
  width:49%;
}
.woocommerce-checkout .woocommerce-form-login .form-row button { margin:10px 0; }
.woocommerce-checkout .woocommerce-form-coupon .form-row {
  display:inline-block;
  vertical-align:top;
}
.woocommerce-checkout .woocommerce-form-coupon .form-row button { border:1px solid #000000; }
.woocommerce-checkout .woocommerce-form-coupon .form-row.form-row-first { min-width:calc(100% - 210px); }
.woocommerce-checkout .woocommerce-form-coupon .form-row.form-row-last { min-width:200px; }
.woocommerce-success[role="alert"], .woocommerce-notices-wrapper .woocommerce-info[role="alert"], .woocommerce-message[role="alert"], .woocommerce-error[role="alert"] {
  color:#ffffff;
  font-size:14px;
  display:table;
  padding-right:10px;
  width:100%;
  margin-bottom:15px;
}
.woocommerce-success[role="alert"] .notice_body, .woocommerce-notices-wrapper .woocommerce-info[role="alert"] .notice_body, .woocommerce-message[role="alert"] .notice_body, .woocommerce-error[role="alert"] .notice_body {
  display:table-cell;
  vertical-align:middle;
  padding:10px;
}
.woocommerce-success[role="alert"] .notice_icon, .woocommerce-notices-wrapper .woocommerce-info[role="alert"] .notice_icon, .woocommerce-message[role="alert"] .notice_icon, .woocommerce-error[role="alert"] .notice_icon {
  text-align:center;
  display:table-cell;
  vertical-align:middle;
  width:70px;
  background-color:rgba(0,0,0,0.25);
}
.woocommerce-success[role="alert"] .notice_icon:before, .woocommerce-notices-wrapper .woocommerce-info[role="alert"] .notice_icon:before, .woocommerce-message[role="alert"] .notice_icon:before, .woocommerce-error[role="alert"] .notice_icon:before {
  width:70px;
  font-family:FontAwesome;
}
.woocommerce-success[role="alert"] trong, .woocommerce-notices-wrapper .woocommerce-info[role="alert"] trong, .woocommerce-message[role="alert"] trong, .woocommerce-error[role="alert"] trong { font-weight:bold; }
.woocommerce-success[role="alert"] a, .woocommerce-notices-wrapper .woocommerce-info[role="alert"] a, .woocommerce-message[role="alert"] a, .woocommerce-error[role="alert"] a {
  display:inline-block;
  color:#ffffff;
  background:rgba(0,0,0,0.3);
  padding:5px 15px;
  margin:0 5px;
}
.woocommerce-notices-wrapper .woocommerce-info[role="alert"] { background-color:#F39C12; }
.woocommerce-notices-wrapper .woocommerce-info[role="alert"] .notice_icon:before { content:"\f05a"; }
.woocommerce-error[role="alert"] { background-color:#FF4136; }
.woocommerce-error[role="alert"] .notice_icon:before { content:"\f071"; }
.woocommerce-message[role="alert"] { background-color:#2ab039; }
.woocommerce-message[role="alert"] .notice_icon:before { content:"\f00c"; }
.woocommerce-order-received .site-content .entry-content &gt; .woocommerce {
  max-width:800px;
  margin:0 auto;
}
.woocommerce-order-received .responsive-table { margin-bottom:60px; }
.woocommerce-order-received .woocommerce .woocommerce-thankyou-order-received {
  background:transparent;
  border:2px dashed #333333;
  color:#333333;
  font-weight:600;
  width:100%;
  text-align:center;
  font-size:16px;
  margin-bottom:30px;
  line-height:1.4;
  padding:15px 25px;
}
.woocommerce-order .woocommerce-order-details { margin-bottom:50px; }
.woocommerce-order-received ul.order_details { margin-left:0; }
.woocommerce-order-details__title, .wc-bacs-bank-details-heading {
  text-transform:uppercase;
  font-weight:600;
  margin-bottom:5px;
  text-align:center;
}
.woocommerce-order-details__title + h3, .wc-bacs-bank-details-heading + h3 {
  font-size:16px;
  opacity:0.8;
  margin-bottom:30px;
  text-align:center;
}
.woocommerce-customer-details &gt; h2, .woocommerce-customer-details &gt; h3 {
  text-transform:uppercase;
  font-weight:600;
  text-align:center;
}
.woocommerce-customer-details address {
  padding:25px 30px 30px 30px;
  border:2px dashed #333333;
  line-height:30px;
}
.woocommerce-customer-details .woocommerce-column__title {
  font-size:18px;
  letter-spacing:0;
  font-weight:600;
  line-height:30px;
  margin-top:12px;
}
.woocommerce-order-received .woocommerce {
  max-width:800px;
  margin:0 auto;
}
.woocommerce-order-received .woocommerce-order-details h2 {
  margin-bottom:19px;
  font-size:24px;
  font-weight:700;
  color:#333333;
  margin-top:20px;
}
.woocommerce-order-received .woocommerce-order-details table tbody tr th, .woocommerce-order-received .woocommerce-order-details table tbody tr td {
  padding:15px 12px;
  border:none;
  border-bottom:1px solid #E6E6E6;
}
.woocommerce-order-received .woocommerce-order-details table tbody tr th { text-align:left; }
.woocommerce-order-received .woocommerce-order-details table tfoot tr th, .woocommerce-order-received .woocommerce-order-details table tfoot tr td {
  padding:15px 12px;
  border:none;
  border-bottom:1px solid #E6E6E6;
  color:#333333;
  text-align:left;
}
.woocommerce-order-received .woocommerce-order-details table tfoot tr td { text-align:right; }
.woocommerce-order-received .woocommerce-order-details table thead { background:none; }
.woocommerce-order-received .woocommerce-order-details table thead tr th {
  padding:15px 10px;
  letter-spacing:1px;
  font-size:18px;
  font-weight:600;
  text-transform:uppercase;
  line-height:1.4;
  color:#1B1919;
  vertical-align:middle;
  border:none;
  border-bottom:2px solid #EFEFEF;
  text-align:left;
}
.woocommerce-order-received .woocommerce-order-details table .product-name a { display:inline-block; }
.woocommerce-order-received .woocommerce-order-details table .product-total { text-align:right; }
.woocommerce-order-received .woocommerce-columns--addresses .col-1, .woocommerce-order-received .woocommerce-columns--addresses .col-2 {
  float:left;
  width:48%;
}
.woocommerce-order-received .woocommerce-columns--addresses .col-1 h3, .woocommerce-order-received .woocommerce-columns--addresses .col-2 h3 {
  font-size:22px;
  margin-bottom:20px;
}
.woocommerce-order-received .woocommerce-columns--addresses .col-1 { margin-right:30px; }
.woocommerce-order-received .woocommerce-thankyou-order-details {
  display:flex;
  -webkit-display:flex;
  display:-webkit-flex;
  -ms-display:flex;
  flex-direction:row;
  -webkit-flex-direction:row;
  -ms-flex-direction:row;
  justify-content:space-between;
  -webkit-justify-content:space-between;
}
.woocommerce-order-received .woocommerce-thankyou-order-details + p {
  font-size:16px;
  background-color:#f6f6f6;
  padding-top:20px;
  padding-bottom:20px;
  padding-right:15px;
  padding-left:15px;
  margin-bottom:30px;
  text-align:center;
}
.woocommerce-order-received .woocommerce-thankyou-order-details li {
  flex-grow:1;
  -ms-flex-grow:1;
  -webkit-flex-grow:1;
  padding-left:20px;
  padding-right:20px;
  margin-bottom:20px;
  border-right:1px solid #dfdfdf;
  text-align:center;
}
.woocommerce-order-received .woocommerce-thankyou-order-details li strong { display:block; }
@media (max-width: 767px) {
  .woocommerce-checkout .woocommerce-form-login .form-row.form-row-first, .woocommerce-checkout .woocommerce-form-login .form-row.form-row-last { width:100%; }
  .woocommerce-checkout .woocommerce-form-coupon, .woocommerce-checkout .woocommerce-form-login { padding:15px; }
  .woocommerce-checkout .jws_woo_your_order .woocommerce-checkout-review-order { padding:6% 15px; }
  form.woocommerce-checkout .woocommerce-billing-fields .form-row .selection .select2-selection--single, form.woocommerce-checkout .woocommerce-billing-fields .form-row input, form.woocommerce-checkout .woocommerce-shipping-fields .form-row .selection .select2-selection--single, form.woocommerce-checkout .woocommerce-shipping-fields .form-row input {
    font-size:14px;
    padding:0 20px;
  }
  form.woocommerce-checkout .woocommerce-additional-fields textarea {
    font-size:14px;
    padding:20px;
    height:150px;
  }
  .woocommerce-checkout .jws_woo_your_order h3, form.woocommerce-checkout .woocommerce-billing-fields h3, form.woocommerce-checkout .woocommerce-shipping-fields h3 {
    font-size:18px;
    margin-bottom:25px;
  }
}
.woocommerce-cart .woocommerce .cart-empty {
  text-align:center;
  position:relative;
  font-size:36px;
  text-transform:uppercase;
  letter-spacing:1px;
  line-height:1.5;
  padding:250px 0 0px 0;
  font-weight:bold !important;
  margin-bottom:30px;
  color:#333333;
}
.woocommerce-cart .woocommerce .cart-empty:after, .woocommerce-cart .woocommerce .cart-empty:before {
  position:absolute;
  color:rgba(142,142,142,0.2);
  left:50%;
  font-weight:normal;
  transform:translateX(-50%);
  -o-transform:translateX(-50%);
  -moz-transform:translateX(-50%);
  -webkit-transform:translateX(-50%);
  -ms-transform:translateX(-50%);
  -sand-transform:translateX(-50%);
}
.woocommerce-cart .woocommerce .cart-empty:before {
  font-size:180px;
  top:-17px;
  font-family:Flaticon;
  content:"\f101";
}
.woocommerce-cart .woocommerce .cart-empty:after {
  content:"\f00d";
  font-size:75px;
  top:90px;
  font-family:"FontAwesome";
}
.woocommerce-cart .woocommerce .return-to-shop {
  text-align:center;
  margin-bottom:50px;
}
.woocommerce-cart .woocommerce .button.wc-backward {
  width:200px;
  display:block;
  height:50px;
  color:#ffffff;
  line-height:50px;
  text-align:center;
  font-weight:bold;
  font-size:14px;
  text-transform:uppercase;
  margin-top:32px;
  padding:0;
  border:none;
  margin:0 auto;
  margin-top:30px;
  -webkit-border-radius:40px;
  -ms-border-radius:40px;
  -moz-border-radius:40px;
  -o-border-radius:40px;
  border-radius:40px;
}
.woocommerce-cart .woocommerce .button.wc-backward:hover { opacity:0.9; }
.woocommerce-cart .woocommerce .cart-emtry-text { text-align:center; }
.cart-collaterals .woocommerce-cart-form-coupon label {
  font-weight:bold;
  color:#333333;
  margin-bottom:25px;
  display:block;
  margin-top:15px;
  border-bottom:1px solid #cccccc;
  padding-bottom:15px;
}
.cart-collaterals .woocommerce-cart-form-coupon .coupon .input-text {
  border:1px solid #d4d4d4;
  font-size:13px;
  color:#282828;
  max-width:100%;
  height:50px;
  padding:0 30px;
  margin-bottom:15px;
}
.cart-collaterals .woocommerce-cart-form-coupon .button {
  display:block;
  position:relative;
  text-align:center;
  color:#ffffff;
  min-width:100%;
  height:50px;
  line-height:50px;
  -webkit-transition:0.35s ease;
  -o-transition:0.35s ease;
  -ms-transition:0.35s ease;
  -moz-transition:0.35s ease;
  transition:0.35s ease;
  font-weight:700;
  background:#000000;
  font-size:14px;
  border:none;
  outline:none;
  text-transform:uppercase;
}
.cart-collaterals .woocommerce-cart-form-coupon .button:hover { background:#252525; }
.cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-button {
  display:block;
  margin-bottom:26px;
  font-weight:400;
  color:#ffffff;
}
.cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-form {
  text-align:left;
  background-color:rgba(0,0,0,0.05);
  padding:15px;
  border-radius:10px;
  margin-top:5px;
  margin-bottom:30px;
}
.cart-collaterals .woocommerce-shipping-calculator .select2-container--default .select2-selection--single {
  border-radius:0;
  border:1px solid #ffffff;
  height:40px;
  padding-left:24px;
  margin-bottom:10px;
  font-size:14px;
}
.cart-collaterals .woocommerce-shipping-calculator .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height:40px;
  padding:0;
}
.cart-collaterals .woocommerce-shipping-calculator .input-text {
  border:1px solid #ffffff;
  height:40px;
  padding-left:24px;
  width:100%;
  margin-bottom:10px;
  font-size:14px;
}
.cart-collaterals .woocommerce-shipping-calculator button {
  display:block;
  position:relative;
  text-align:center;
  cursor:pointer;
  color:#ffffff;
  min-width:100%;
  height:50px;
  line-height:50px;
  -webkit-transition:0.35s ease;
  -o-transition:0.35s ease;
  -ms-transition:0.35s ease;
  -moz-transition:0.35s ease;
  transition:0.35s ease;
  font-weight:700;
  font-size:14px;
  border:none;
  outline:none;
  text-transform:uppercase;
  background:#000000;
}
.cart-collaterals .woocommerce-shipping-calculator button:hover { background:#252525; }
.cart-collaterals .cross-sells &gt; h2 {
  font-size:16px;
  font-weight:600;
  padding-bottom:20px;
  text-align:center;
  letter-spacing:0;
}
.cart-collaterals .continue {
  font-size:18px;
  font-weight:500;
  letter-spacing:0.7px;
}
.cart-collaterals .continue i { margin-left:10px; }
.cart-collaterals .cart_totals {
  background-color:#000000;
  padding:10% 7%;
  color:#ffffff;
}
.cart-collaterals .cart_totals h2 {
  font-size:22px;
  font-weight:600;
  letter-spacing:0.7px;
  line-height:30px;
  margin:0;
  margin-bottom:12px;
}
.cart-collaterals .cart_totals .wc-proceed-to-checkout a {
  display:block;
  position:relative;
  text-align:center;
  color:#ffffff;
  min-width:180px;
  height:60px;
  line-height:60px;
  -webkit-border-radius:40px;
  -ms-border-radius:40px;
  -moz-border-radius:40px;
  -o-border-radius:40px;
  border-radius:40px;
  -webkit-transition:0.35s ease;
  -o-transition:0.35s ease;
  -ms-transition:0.35s ease;
  -moz-transition:0.35s ease;
  transition:0.35s ease;
  font-weight:700;
  background:#000000;
  font-size:14px;
  border:none;
  outline:none;
  text-transform:uppercase;
}
.cart-collaterals .cart_totals .wc-proceed-to-checkout a:hover { background:#252525; }
.cart-collaterals .cart_totals .respon-table {
  padding:9px 30px 9px 30px;
  background:#f6f6f6;
  margin-top:27px;
}
.cart-collaterals .cart_totals table tr.order-total th, .cart-collaterals .cart_totals table tr.order-total td {
  border-top:1px solid #ffffff;
  padding-top:26px;
  padding-bottom:27px;
}
.cart-collaterals .cart_totals table tr.order-total td {
  font-size:30px;
  font-weight:bold;
}
.cart-collaterals .cart_totals table tr.order-total td strong { font-weight:bold; }
.cart-collaterals .cart_totals table tr .woocs_special_price_code { font-weight:400; }
.cart-collaterals .cart_totals table tr th {
  padding:15px 0px;
  font-weight:700;
  padding-right:10px;
  text-align:left;
}
.cart-collaterals .cart_totals table tr td { text-align:right; }
.cart-collaterals .cart_totals table tr td .woocommerce-shipping-methods {
  list-style-type:none;
  padding:0;
}
.cart-collaterals .cart_totals table tr td strong { font-weight:400; }
.cart-collaterals .cart_totals table tr td label { font-weight:400; }
.cart-collaterals .cart_totals table tr td input[type="radio"] {
  position:relative;
  top:2px;
  float:right;
  margin-right:0;
  margin-left:7px;
}
.cart-actions { margin-top:30px; }
.cart-actions .coupon_col {
  float:left;
  padding:0 15px;
}
.cart-actions .update_col {
  float:right;
  padding:0 15px;
}
.cart-actions .updatecart .button {
  background:#ebebeb;
  border:none;
  min-height:46px;
  text-align:center;
  padding:0 30px;
}
.cart-actions .updatecart input[disabled] { opacity:0.8; }
.cart-actions .coupon label { display:none; }
.cart-actions .coupon .input-text {
  padding-right:15px;
  height:46px;
  width:250px;
  padding-left:15px;
  border:1px solid #dfdfdf;
}
.cart-actions .coupon .input-text::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color:#959595;
}
.cart-actions .coupon .input-text::-moz-placeholder {
  /* Firefox 19+*/
  color:#959595;
}
.cart-actions .coupon .input-text:-ms-input-placeholder {
  /* IE 10+*/
  color:#959595;
}
.cart-actions .coupon .input-text:-moz-placeholder {
  /* Firefox 18- */
  color:#959595;
}
.cart-actions .coupon .button {
  background:none;
  border:none;
  letter-spacing:1px;
  padding:0 15px;
  color:#ffffff;
  min-height:46px;
  vertical-align:middle;
  display:inline-block;
}
@media (max-width: 1199px) {
  .cart-actions { margin-bottom:30px; }
}
.woocommerce-cart-form .shop_table thead {
  background:#0c0c0c;
  border:4px solid #0c0c0c;
  color:#ffffff;
}
.woocommerce-cart-form .shop_table thead th {
  font-size:14px;
  font-weight:700;
  text-transform:uppercase;
}
.woocommerce-cart-form .shop_table tr .actions { padding:24px 40px !important; }
.woocommerce-cart-form .shop_table tr .actions:after {
  display:table;
  content:" ";
  clear:both;
}
.woocommerce-cart-form .shop_table tr .actions &gt; a, .woocommerce-cart-form .shop_table tr .actions .button {
  display:inline-block;
  position:relative;
  text-align:center;
  cursor:pointer;
  background:#000000;
  color:#ffffff;
  min-width:180px;
  height:50px;
  line-height:49px;
  -webkit-transition:0.35s all;
  -o-transition:0.35s all;
  -ms-transition:0.35s all;
  -moz-transition:0.35s all;
  transition:0.35s all;
  font-weight:500;
  font-size:14px;
  border:none;
  outline:none;
  text-transform:uppercase;
  border-radius:40px;
  padding:0 30px;
  vertical-align:middle;
}
.woocommerce-cart-form .shop_table tr .actions &gt; a:hover, .woocommerce-cart-form .shop_table tr .actions .button:hover { background:#252525; }
.woocommerce-cart-form .shop_table tr .actions .button[disabled] {
  opacity:0.7;
  cursor:no-drop;
}
.woocommerce-cart-form .shop_table tr .actions &gt; a {
  margin-right:10px;
  background:transparent;
  border:2px solid #252525;
  color:#333333;
}
.woocommerce-cart-form .shop_table tr .actions &gt; a:hover { color:#ffffff; }
.woocommerce-cart-form .shop_table tr .actions .coupon { float:left; }
.woocommerce-cart-form .shop_table tr .actions .coupon label { display:none; }
.woocommerce-cart-form .shop_table tr .actions .coupon button {
  display:inline-block;
  position:relative;
  text-align:center;
  cursor:pointer;
  background:#000000;
  color:#ffffff;
  min-width:180px;
  height:60px;
  line-height:60px;
  -webkit-transition:0.35s all;
  -o-transition:0.35s all;
  -ms-transition:0.35s all;
  -moz-transition:0.35s all;
  transition:0.35s all;
  font-weight:600;
  font-size:16px;
  border:none;
  outline:none;
  text-transform:uppercase;
}
.woocommerce-cart-form .shop_table tr .actions .coupon .input-text {
  border:1px solid #333333;
  height:60px;
  padding-left:24px;
}
.woocommerce-cart-form .shop_table tr .actions .coupon .input-text::-webkit-input-placeholder { /* Chrome/Opera/Safari */ }
.woocommerce-cart-form .shop_table tr .actions .coupon .input-text::-moz-placeholder { /* Firefox 19+ */ }
.woocommerce-cart-form .shop_table tr .actions .coupon .input-text:-ms-input-placeholder { /* IE 10+ */ }
.woocommerce-cart-form .shop_table tr .actions .coupon .input-text:-moz-placeholder { /* Firefox 18- */ }
.woocommerce-cart-form .shop_table tr .product-name {
  word-break:break-word;
  text-overflow:ellipsis;
}
.woocommerce-cart-form .shop_table tr .product-name &gt; a {
  font-size:18px;
  font-weight:500;
  color:#333333;
}
.woocommerce-cart-form .shop_table tr td.product-price, .woocommerce-cart-form .shop_table tr td.product-subtotal {
  background:#f9f9f9;
  padding:24px 30px !important;
}
.woocommerce-cart-form .shop_table tr td.product-price .amount, .woocommerce-cart-form .shop_table tr td.product-subtotal .amount { font-size:16px; }
.woocommerce-cart-form .shop_table tr .product-quantity .quantity .screen-reader-text { display:none; }
.woocommerce-cart-form .shop_table tr .product-quantity .quantity .input-text {
  border:1px solid #d4d4d4;
  font-size:13px;
  color:#282828;
  max-width:125px;
  height:50px;
  padding:0 30px;
  -webkit-border-radius:40px;
  -ms-border-radius:40px;
  -moz-border-radius:40px;
  -o-border-radius:40px;
  border-radius:40px;
}
.shop_table tr.order-total .includes_tax {
  display:block;
  margin-top:5px;
}
.shop_table { width:100%; }
.woocommerce-cart-form .shop_table tr th {
  text-align:center;
  padding:20px 0;
}
.woocommerce-cart-form .shop_table tr th.product-name {
  text-align:left;
  padding-left:40px;
}
.woocommerce-cart-form .shop_table tbody {
  border-left:4px solid #f2f2f2;
  border-right:4px solid #f2f2f2;
}
.woocommerce-cart-form .shop_table tr td {
  padding:24px 0;
  border:none;
  border-bottom:2px solid #f2f2f2;
}
.woocommerce-cart-form .shop_table tr td.product-price, .woocommerce-cart-form .shop_table tr td.product-quantity, .woocommerce-cart-form .shop_table tr td.product-subtotal { text-align:center; }
.woocommerce-cart-form .shop_table tr td.product-price {
  color:#333333;
  font-weight:bold;
}
.woocommerce-cart-form .shop_table tr td.product-subtotal { font-weight:bold; }
.shop_table th.product-thumbnail { width:10px; }
.shop_table th.product-remove { width:40px; }
.shop_table td.order-status { text-align:center !important; }
.shop_table td.product-remove {
  padding-left:40px !important;
  text-align:left;
}
.shop_table td.product-remove a {
  position:relative;
  font-size:0px;
  display:inline-block;
  border-radius:50%;
  height:20px;
  width:20px;
  line-height:28px;
  cursor:pointer;
  padding-right:16px;
  padding-right:0;
}
.shop_table td.product-remove a:after, .shop_table td.product-remove a:before {
  content:" ";
  position:absolute;
  right:0px;
  top:50%;
  margin-top:-1px;
  width:20px;
  height:2px;
  display:inline-block;
  background-color:#252525;
  -webkit-transition:background-color 0.2s ease-in-out, transform 0.2s ease-in-out, width 0.2s ease-in-out;
  -moz-transition:background-color 0.2s ease-in-out, transform 0.2s ease-in-out, width 0.2s ease-in-out;
  -o-transition:background-color 0.2s ease-in-out, transform 0.2s ease-in-out, width 0.2s ease-in-out;
  transition:background-color 0.2s ease-in-out, transform 0.2s ease-in-out, width 0.2s ease-in-out;
}
.shop_table td.product-remove a:after {
  transform:rotate(-44deg);
  -webkit-transform:rotate(-44deg);
  -moz-transform:rotate(-44deg);
  -o-transform:rotate(-44deg);
  -ms-transform:rotate(-44deg);
  -sand-transform:rotate(-44deg);
}
.shop_table td.product-remove a:before {
  -webkit-transform:rotate(44deg);
  -moz-transform:rotate(44deg);
  -o-transform:rotate(44deg);
  -ms-transform:rotate(44deg);
  -sand-transform:rotate(44deg);
  transform:rotate(44deg);
}
.shop_table td.product-remove a:after, .shop_table td.product-remove a:before { right:5px; }
.shop_table td.product-name .variation {
  display:inline-block;
  margin-bottom:0;
}
.shop_table td.product-name .variation dt { font-weight:400; }
.shop_table td.product-name .variation .variation-Vendor {
  display:inline-block;
  margin:0;
}
.shop_table td.product-thumbnail img {
  max-width:65px;
  height:auto;
}
.woocommerce-cart .woocommerce-cart-form__cart-item .jws-qty-label-abbrev { display:none !important; }
.woocommerce-cart .woocommerce-cart-form__cart-item .quantity { margin:0 auto; }
@media (max-width: 767px) {
  .woocommerce-checkout .woocommerce .woocommerce-info { font-size:14px; }
  .cart-collaterals .continue {
    margin-bottom:15px;
    display:block;
  }
  .cart-actions .coupon_col, .cart-actions .update_col { float:none; }
  .update_col { margin-top:10px; }
  .cart-actions .coupon .input-text { margin-bottom:15px; }
  .woocommerce-cart-form .shop_table {
    width:100%;
    display:block;
  }
  .woocommerce-cart-form .shop_table thead { display:none; }
  .woocommerce-cart-form .shop_table thead th { width:25%; }
  .woocommerce-cart-form .shop_table thead th.product-remove, .woocommerce-cart-form .shop_table thead th.product-thumbnail { display:none; }
  .woocommerce-cart-form .shop_table tbody { display:block; }
  .woocommerce-cart-form .shop_table tbody tr {
    display:block;
    margin:30px 0px;
    border-bottom:none;
  }
  .woocommerce-cart-form .shop_table tbody tr td {
    width:100%;
    display:block;
    position:relative;
    text-align:right !important;
    padding:24px 30px !important;
  }
  .woocommerce-cart-form .shop_table tbody tr td.product-remove { border-top:2px solid #f2f2f2; }
  .woocommerce-cart-form .shop_table tbody tr td &gt; a, .woocommerce-cart-form .shop_table tbody tr td &gt; span { font-size:14px !important; }
  .woocommerce-cart-form .shop_table tbody tr td.actions { text-align:center !important; }
  .woocommerce-cart-form .shop_table tbody tr td.actions &gt; a {
    display:block;
    margin-bottom:10px;
    margin-right:0;
  }
  .woocommerce-cart-form .shop_table tbody tr td.actions .coupon {
    float:none;
    margin-bottom:20px;
  }
  .woocommerce-cart-form .shop_table tbody tr td.actions .coupon .input-text { margin-bottom:10px; }
  .woocommerce-cart-form .shop_table tbody tr td.actions .button { float:none; }
  .woocommerce-cart-form .shop_table tbody tr td:before {
    content:attr(data-title);
    font-weight:600;
    float:left;
    font-size:14px;
  }
  .woocommerce-cart-form .shop_table tbody tr td.product-thumbnail { text-align:center !important; }
  .woocommerce-cart-form .shop_table tbody tr td.product-remove:before, .woocommerce-cart-form .shop_table tbody tr td.product-thumbnail:before { content:""; }
}
.jws-cart-content {
  position:fixed;
  top:0;
  right:0;
  z-index:9999;
  -webkit-transition:0.7s all;
  -o-transition:0.7s all;
  -ms-transition:0.7s all;
  -moz-transition:0.7s all;
  transition:0.7s all;
  -webkit-transform:translateX(105%);
  -o-transform:translateX(105%);
  -ms-transform:translateX(105%);
  -moz-transform:translateX(105%);
  transform:translateX(105%);
  min-width:300px;
  background-color:#ffffff;
  box-shadow:0 0 5px rgba(0,0,0,0.05);
  -ms-box-shadow:0 0 5px rgba(0,0,0,0.05);
  -moz-box-shadow:0 0 5px rgba(0,0,0,0.05);
  -o-box-shadow:0 0 5px rgba(0,0,0,0.05);
  -webkit-box-shadow:0 0 5px rgba(0,0,0,0.05);
  height:100%;
  overflow:auto;
}
.jws-cart-content.active {
  -webkit-transform:translateX(0%);
  -o-transform:translateX(0%);
  -ms-transform:translateX(0%);
  -moz-transform:translateX(0%);
  transform:translateX(0%);
}
.jws-cart-content .blockUI.blockOverlay:before {
  content:"";
  width:50px;
  height:50px;
  margin:1px;
  border-radius:50%;
  border:2px solid #ffffff;
  border-color:#ffffff transparent #ffffff transparent;
  position:absolute;
  top:50%;
  left:50%;
  z-index:1;
  margin-left:-25px;
  margin-top:-25px;
  -webkit-transition:opacity .2s ease;
  transition:opacity .2s ease;
  -webkit-animation:lds-dual-ring 1.2s linear infinite;
  animation:lds-dual-ring 1.2s linear infinite;
}
.jws-cart-content &gt; h6 {
  display:block;
  text-align:center;
  background:#000000;
  color:#ffffff;
  font-size:17px;
  margin:0;
  margin-bottom:30px;
  padding:15px 0;
}
.jws-cart-content .woocommerce-mini-cart__empty-message {
  text-align:center;
  position:relative;
  font-size:15px;
  line-height:1.5;
  padding:250px 0 0px 0;
  margin-bottom:30px;
}
.jws-cart-content .woocommerce-mini-cart__empty-message:before {
  font-size:180px;
  top:-17px;
  font-family:Flaticon;
  content:"\f100";
}
.jws-cart-content .woocommerce-mini-cart__empty-message:after {
  content:"\f00d";
  font-size:60px;
  top:100px;
  font-family:"FontAwesome";
}
.jws-cart-content .woocommerce-mini-cart__empty-message:before, .jws-cart-content .woocommerce-mini-cart__empty-message:after {
  position:absolute;
  color:rgba(142,142,142,0.2);
  left:50%;
  font-weight:normal;
  transform:translateX(-50%);
  -o-transform:translateX(-50%);
  -moz-transform:translateX(-50%);
  -webkit-transform:translateX(-50%);
  -ms-transform:translateX(-50%);
  -sand-transform:translateX(-50%);
}
.jws-cart-content .woocommerce-mini-cart__total {
  position:absolute;
  bottom:48px;
  height:40px;
  line-height:40px;
  margin:0;
  text-align:center;
  display:block;
  width:100%;
  border-top:1px solid #f5f5f5;
  background-color:#ffffff;
}
.jws-cart-content .woocommerce-mini-cart__buttons {
  position:absolute;
  bottom:0;
  margin:0;
  width:100%;
}
.jws-cart-content .woocommerce-mini-cart__buttons a {
  padding:10px 20px;
  font-size:14px;
  color:#ffffff;
  display:inline-block;
  width:50%;
  text-align:center;
  text-transform:uppercase;
  font-weight:600;
}
.jws-cart-content .woocommerce-mini-cart__buttons a:first-child { background:#000000; }
.jws-cart-content ul {
  padding:0 30px;
  width:100%;
  overflow:auto;
  position:absolute;
  scrollbar-width:none;
  /*For Firefox*/
  -ms-overflow-style:none;
  /*For IE and Edge*/
  height:calc(100% - 120px);
}
.jws-cart-content ul::-webkit-scrollbar {
  width:0px;
  /*For Chrome, Safari and Opera*/
}
.jws-cart-content ul li {
  border-bottom:1px dashed #d6d6d6;
  padding:20px;
  margin-bottom:20px;
  -webkit-transition:0.35s all;
  -o-transition:0.35s all;
  -ms-transition:0.35s all;
  -moz-transition:0.35s all;
  transition:0.35s all;
}
.jws-cart-content ul li:last-child { border:none; }
.jws-cart-content ul li:hover { border-color:#000000; }
.jws-cart-content ul li .remove {
  font-size:20px;
  width:22px;
  height:22px;
  display:block;
  text-align:center;
  line-height:22px;
  margin:0 auto;
  margin-bottom:20px;
  -webkit-border-radius:100%;
  -ms-border-radius:100%;
  -moz-border-radius:100%;
  -o-border-radius:100%;
  border-radius:100%;
  color:#ffffff;
}
.jws-cart-content ul li .remove:hover { background:#000000; }
.jws-cart-content ul li a {
  font-size:14px;
  text-align:center;
  display:block;
  font-weight:500;
}
.jws-cart-content ul li a img {
  max-width:75px;
  display:block;
  margin:0 auto;
  margin-bottom:15px;
}
.jws-cart-content ul li .quantity {
  display:block;
  text-align:center;
}
.woocommerce .blockUI.blockOverlay {
  background:#ffffff !important;
  z-index:0 !important;
}
.woocommerce form .form-row .required { color:#ab1f1f; }
.woocommerce .blockUI.blockOverlay:before, .woocommerce .loader:before {
  content:"";
  width:40px;
  height:40px;
  margin:1px;
  border-radius:50%;
  border:2px solid #ffffff;
  border-color:#000000 #000000 #000000 transparent;
  position:absolute;
  top:50%;
  left:50%;
  margin-left:-25px;
  margin-top:-25px;
  -webkit-transition:opacity .2s ease;
  transition:opacity .2s ease;
  -webkit-animation:lds-dual-ring 0.5s linear infinite;
  animation:lds-dual-ring 0.5s linear infinite;
}
#jws_header p { margin-bottom:0; }
.jws_dektop_1 .jws_item {
  -ms-flex:0 0 100%;
  flex:0 0 100%;
  max-width:100%;
}
.jws_dektop_2 .jws_item {
  -ms-flex:0 0 50%;
  flex:0 0 50%;
  max-width:50%;
}
.jws_dektop_3 .jws_item {
  -ms-flex:0 0 33.333333%;
  flex:0 0 33.333333%;
  max-width:33.333333%;
}
.jws_dektop_4 .jws_item {
  -ms-flex:0 0 25%;
  flex:0 0 25%;
  max-width:25%;
}
.jws_dektop_5 .jws_item {
  -ms-flex:0 0 20%;
  flex:0 0 20%;
  max-width:20%;
}
.jws_dektop_6 .jws_item {
  -ms-flex:0 0 16.666667%;
  flex:0 0 16.666667%;
  max-width:16.666667%;
}
.jws_dektop_7 .jws_item {
  -ms-flex:0 0 14.285%;
  flex:0 0 14.285%;
  max-width:14.285%;
}
body[data-elementor-device-mode="tablet"] .jws_tablet_1 .jws_item {
  -ms-flex:0 0 100%;
  flex:0 0 100%;
  max-width:100%;
}
body[data-elementor-device-mode="tablet"] .jws_tablet_2 .jws_item {
  -ms-flex:0 0 50%;
  flex:0 0 50%;
  max-width:50%;
}
body[data-elementor-device-mode="tablet"] .jws_tablet_3 .jws_item {
  -ms-flex:0 0 33.333333%;
  flex:0 0 33.333333%;
  max-width:33.333333%;
}
body[data-elementor-device-mode="tablet"] .jws_tablet_4 .jws_item {
  -ms-flex:0 0 25%;
  flex:0 0 25%;
  max-width:25%;
}
body[data-elementor-device-mode="tablet"] .jws_tablet_5 .jws_item {
  -ms-flex:0 0 20%;
  flex:0 0 20%;
  max-width:20%;
}
body[data-elementor-device-mode="tablet"] .jws_tablet_6 .jws_item {
  -ms-flex:0 0 16.666667%;
  flex:0 0 16.666667%;
  max-width:16.666667%;
}
body[data-elementor-device-mode="tablet"] .jws_tablet_7 .jws_item {
  -ms-flex:0 0 14.285%;
  flex:0 0 14.285%;
  max-width:14.285%;
}
body[data-elementor-device-mode="mobile"] .jws_mobile_1 .jws_item {
  -ms-flex:0 0 100%;
  flex:0 0 100%;
  max-width:100%;
}
body[data-elementor-device-mode="mobile"] .jws_mobile_2 .jws_item {
  -ms-flex:0 0 50%;
  flex:0 0 50%;
  max-width:50%;
}
body[data-elementor-device-mode="mobile"] .jws_mobile_3 .jws_item {
  -ms-flex:0 0 33.333333%;
  flex:0 0 33.333333%;
  max-width:33.333333%;
}
body[data-elementor-device-mode="mobile"] .jws_mobile_4 .jws_item {
  -ms-flex:0 0 25%;
  flex:0 0 25%;
  max-width:25%;
}
body[data-elementor-device-mode="mobile"] .jws_mobile_5 .jws_item {
  -ms-flex:0 0 20%;
  flex:0 0 20%;
  max-width:20%;
}
body[data-elementor-device-mode="mobile"] .jws_mobile_6 .jws_item {
  -ms-flex:0 0 16.666667%;
  flex:0 0 16.666667%;
  max-width:16.666667%;
}
body[data-elementor-device-mode="mobile"] .jws_mobile_7 .jws_item {
  -ms-flex:0 0 14.285%;
  flex:0 0 14.285%;
  max-width:14.285%;
}
.jws-products-element {
  /* Css Arrow Nav  */
  /* End Css Arrow Nav  */
}
.jws-products-element:after {
  content:" ";
  display:block;
  width:20px;
  height:20px;
  -webkit-border-radius:50%;
  -ms-border-radius:50%;
  -moz-border-radius:50%;
  -o-border-radius:50%;
  border-radius:50%;
  border:2px solid #000000;
  border-color:#000000 #000000 #9E9E9E #9E9E9E;
  -webkit-animation:lds-dual-ring 0.5s linear infinite;
  -o-animation:lds-dual-ring 0.5s linear infinite;
  -ms-animation:lds-dual-ring 0.5s linear infinite;
  -moz-animation:lds-dual-ring 0.5s linear infinite;
  animation:lds-dual-ring 0.5s linear infinite;
  opacity:0;
  -webkit-transition:0.35s ease;
  -o-transition:0.35s ease;
  -ms-transition:0.35s ease;
  -moz-transition:0.35s ease;
  transition:0.35s ease;
  position:absolute;
  top:10%;
  left:50%;
}
.jws-products-element .jws_product_pagination.arrow_skin1 {
  position:absolute;
  top:-40px;
  right:0;
}
.jws-products-element .jws_product_pagination.arrow_skin1 &gt; div {
  float:left;
  -webkit-transition:0.3s ease;
  -o-transition:0.3s ease;
  -ms-transition:0.3s ease;
  -moz-transition:0.3s ease;
  transition:0.3s ease;
}
.jws-products-element .jws_product_pagination.arrow_skin1 &gt; div:first-child { margin-right:3px; }
.jws-products-element .jws_product_pagination.arrow_skin1 &gt; div &gt; span {
  width:33px;
  height:33px;
  line-height:33px;
  text-align:center;
  cursor:pointer;
}
.jws-products-element .jws_product_pagination.arrow_skin2 {
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  -webkit-transition:0.3s ease;
  -o-transition:0.3s ease;
  -ms-transition:0.3s ease;
  -moz-transition:0.3s ease;
  transition:0.3s ease;
}
.jws-products-element .jws_product_pagination.arrow_skin2 &gt; div {
  cursor:pointer;
  position:fixed;
  top:50%;
}
.jws-products-element .jws_product_pagination.arrow_skin2 &gt; div.disabled {
  opacity:0.4 !important;
  pointer-events:none !important;
}
.jws-products-element .jws_product_pagination.arrow_skin2 &gt; div &gt; span { text-align:center; }
.jws-products-element.show-arrow.element-loading:after { opacity:1; }
.jws-products-element:not(.show-arrow_fix).element-loading:after { opacity:1; }
.jws-products-element.show-arrow .jws_product_pagination.arrow_skin2 {
  opacity:1;
  visibility:visible;
  pointer-events:auto;
}
.jws-products-element.show-arrow_fix:after {
  position:fixed;
  top:50%;
}
.jws-products-element .jws-animated-products .jws_products_item {
  opacity:0;
  -webkit-transform:translateY(65px);
  -o-transform:translateY(65px);
  -ms-transform:translateY(65px);
  -moz-transform:translateY(65px);
  transform:translateY(65px);
  -webkit-transition:0.3s ease;
  -o-transition:0.3s ease;
  -ms-transition:0.3s ease;
  -moz-transition:0.3s ease;
  transition:0.3s ease;
}
.jws-products-element .jws-animated-products .jws_products_item.jws-animated {
  -webkit-transform:translateY(0);
  -o-transform:translateY(0);
  -ms-transform:translateY(0);
  -moz-transform:translateY(0);
  transform:translateY(0);
  opacity:1;
}
.jws-products-element .jws_product_pagination .jws-products-view-all {
  display:inline-block;
  position:relative;
}
.jws-products-element .jws_product_pagination .jws-products-view-all span {
  display:block;
  -webkit-transition:0.3s ease;
  -o-transition:0.3s ease;
  -ms-transition:0.3s ease;
  -moz-transition:0.3s ease;
  transition:0.3s ease;
}
.jws-products-element .jws_product_pagination .jws-products-load-more {
  display:inline-block;
  position:relative;
}
.jws-products-element .jws_product_pagination .jws-products-load-more.loaded { pointer-events:none; }
.jws-products-element .jws_product_pagination .jws-products-load-more.loaded .all_loaded { display:block; }
.jws-products-element .jws_product_pagination .jws-products-load-more span {
  -webkit-transition:0.3s ease;
  -o-transition:0.3s ease;
  -ms-transition:0.3s ease;
  -moz-transition:0.3s ease;
  transition:0.3s ease;
  display:block;
}
.jws-products-element .jws_product_pagination .jws-products-load-more .all_loaded { display:none; }
.jws-products-element .jws_product_pagination .jws-products-load-more:after {
  content:" ";
  display:block;
  width:20px;
  height:20px;
  -webkit-border-radius:50%;
  -ms-border-radius:50%;
  -moz-border-radius:50%;
  -o-border-radius:50%;
  border-radius:50%;
  border:2px solid #000000;
  border-color:#000000 #000000 #9E9E9E #9E9E9E;
  -webkit-animation:lds-dual-ring 0.5s linear infinite;
  -o-animation:lds-dual-ring 0.5s linear infinite;
  -ms-animation:lds-dual-ring 0.5s linear infinite;
  -moz-animation:lds-dual-ring 0.5s linear infinite;
  animation:lds-dual-ring 0.5s linear infinite;
  opacity:0;
  -webkit-transition:0.35s ease;
  -o-transition:0.35s ease;
  -ms-transition:0.35s ease;
  -moz-transition:0.35s ease;
  transition:0.35s ease;
  position:absolute;
  top:50%;
  left:50%;
}
.jws-products-element .jws_product_pagination .jws-products-load-more.loading:after {
  opacity:1;
  transition-delay:0.2s;
}
.jws-products-element .jws_product_pagination .jws-products-load-more.loading span {
  opacity:0;
  transition-delay:0s;
}
.single_add_to_cart_button, .jws-quickview-button, .jws_choose_option, .ajax_add_to_cart, .single_add_to_cart_btn, .compare-button a, .jws-wishlist-btn a, a.jws-compare-btn, a.jws-wishlist-btn { position:relative; }
.single_add_to_cart_button:after, .jws-quickview-button:after, .jws_choose_option:after, .ajax_add_to_cart:after, .single_add_to_cart_btn:after, .compare-button a:after, .jws-wishlist-btn a:after, a.jws-compare-btn:after, a.jws-wishlist-btn:after {
  content:" ";
  display:block;
  width:20px;
  height:20px;
  -webkit-border-radius:50%;
  -ms-border-radius:50%;
  -moz-border-radius:50%;
  -o-border-radius:50%;
  border-radius:50%;
  border:2px solid #000000;
  border-color:#000000 #000000 #000000 #f7f7f7;
  -webkit-animation:lds-dual-ring 0.5s linear infinite;
  -o-animation:lds-dual-ring 0.5s linear infinite;
  -ms-animation:lds-dual-ring 0.5s linear infinite;
  -moz-animation:lds-dual-ring 0.5s linear infinite;
  animation:lds-dual-ring 0.5s linear infinite;
  opacity:0;
  -webkit-transition:opacity 0.1s ease;
  -o-transition:opacity 0.1s ease;
  -ms-transition:opacity 0.1s ease;
  -moz-transition:opacity 0.1s ease;
  transition:opacity 0.1s ease;
  position:absolute;
  top:50%;
  left:50%;
  margin-left:-10px;
  margin-top:-10px;
}
.single_add_to_cart_button &gt; span, .jws-quickview-button &gt; span, .jws_choose_option &gt; span, .ajax_add_to_cart &gt; span, .single_add_to_cart_btn &gt; span, .compare-button a &gt; span, .jws-wishlist-btn a &gt; span, a.jws-compare-btn &gt; span, a.jws-wishlist-btn &gt; span {
  -webkit-transition:opacity 0.3s ease;
  -o-transition:opacity 0.3s ease;
  -ms-transition:opacity 0.3s ease;
  -moz-transition:opacity 0.3s ease;
  transition:opacity 0.3s ease;
}
.single_add_to_cart_button.loading:before, .jws-quickview-button.loading:before, .jws_choose_option.loading:before, .ajax_add_to_cart.loading:before, .single_add_to_cart_btn.loading:before, .compare-button a.loading:before, .jws-wishlist-btn a.loading:before, a.jws-compare-btn.loading:before, a.jws-wishlist-btn.loading:before {
  opacity:0;
  -webkit-transition:opacity 0.3s ease;
  -o-transition:opacity 0.3s ease;
  -ms-transition:opacity 0.3s ease;
  -moz-transition:opacity 0.3s ease;
  transition:opacity 0.3s ease;
}
.single_add_to_cart_button.loading.loading &gt; span, .jws-quickview-button.loading.loading &gt; span, .jws_choose_option.loading.loading &gt; span, .ajax_add_to_cart.loading.loading &gt; span, .single_add_to_cart_btn.loading.loading &gt; span, .compare-button a.loading.loading &gt; span, .jws-wishlist-btn a.loading.loading &gt; span, a.jws-compare-btn.loading.loading &gt; span, a.jws-wishlist-btn.loading.loading &gt; span {
  opacity:0;
  -webkit-transition:opacity 0.1s ease;
  -o-transition:opacity 0.1s ease;
  -ms-transition:opacity 0.1s ease;
  -moz-transition:opacity 0.1s ease;
  transition:opacity 0.1s ease;
}
.single_add_to_cart_button.loading:after, .jws-quickview-button.loading:after, .jws_choose_option.loading:after, .ajax_add_to_cart.loading:after, .single_add_to_cart_btn.loading:after, .compare-button a.loading:after, .jws-wishlist-btn a.loading:after, a.jws-compare-btn.loading:after, a.jws-wishlist-btn.loading:after { opacity:1; }
.added_to_cart { display:none !important; }
.jws_pr_labels {
  text-align:center;
  position:absolute;
  left:20px;
  top:20px;
  z-index:10;
}
.jws_pr_labels .jws_pr_label {
  width:58px;
  height:30px;
  line-height:30px;
  font-size:13px;
  color:#ffffff;
  display:inline-block;
  text-align:center;
  margin-right:5px;
  position:relative;
}
.jws_pr_labels .jws_pr_label:after {
  content:"";
  width:0;
  height:0;
  border-left:7px solid transparent;
  top:100%;
  right:0;
  position:absolute;
}
.jws_pr_labels .jws_pr_label.out-of-stock { background:#caca05; }
.jws_pr_labels .jws_pr_label.out-of-stock:after { border-top:5px solid #caca05; }
.jws_pr_labels .jws_pr_label.onsale { background:#487acc; }
.jws_pr_labels .jws_pr_label.onsale:after { border-top:5px solid #487acc; }
.jws_pr_labels .jws_pr_label.featured { background:#ea494f; }
.jws_pr_labels .jws_pr_label.featured:after { border-top:5px solid #ea494f; }
.jws_pr_labels .jws_pr_label.new { background:#4bcc5d; }
.jws_pr_labels .jws_pr_label.new:after { border-top:5px solid #4bcc5d; }
.jws_products.jws_products_slider .slick-track &gt; .slick-slide:not(.jws_products_item) &gt; div {
  display:-ms-flexbox;
  display:flex;
}
.jws_products.loading {
  opacity:0;
  -webkit-transition:0.3s ease;
  -o-transition:0.3s ease;
  -ms-transition:0.3s ease;
  -moz-transition:0.3s ease;
  transition:0.3s ease;
}
.jws_products .woocommerce-loop-product__title a { display:block; }
.jws_products .jws_products_item { position:relative; }
.jws_products .jws_products_item .jws_image_thumbnail_product {
  position:relative;
  overflow:hidden;
}
.jws_products .jws_products_item .jws_image_thumbnail_product .jws_inner_button li a {
  display:inline-flex;
  align-items:center;
  flex-direction:column;
  justify-content:center;
  line-height:0;
  -webkit-transition:0.15s ease;
  -o-transition:0.15s ease;
  -ms-transition:0.15s ease;
  -moz-transition:0.15s ease;
  transition:0.15s ease;
}
.jws_products .jws_products_item .jws_image_thumbnail_product .woo_image_back {
  right:0;
  width:100%;
  height:100%;
  bottom:0;
  left:0;
  top:0;
  object-position:50% 50%;
  object-fit:cover;
  opacity:0;
  position:absolute;
  filter:blur(0);
  pointer-events:none;
  transition:filter .6s, opacity .6s, transform .6s, box-shadow .3s;
}
.jws_products .jws_products_item .compare-button a.added span:before, .jws_products .jws_products_item .jws-wishlist-btn a.added span:before { content:"\ea10" !important; }
.jws_products .jws_products_item .jws_inner_button { font-size:14px; }
.jws_products .jws_products_item .compare-button span, .jws_products .jws_products_item .jws-quickview-button span { font-weight:bold; }
.jws_products .jws_products_item:hover .jws_image_thumbnail_product .woo_image_back {
  opacity:1;
  transform:scale(1) translateZ(0) translateY(0) !important;
  pointer-events:inherit;
}
.jws_products.jws_products_skin9 .jws_products_item .jws_image_thumbnail_product {
  position:relative;
  overflow:hidden;
}
.jws_products.jws_products_skin9 .jws_products_item .jws_image_thumbnail_product .overlay_image_thumbnail_product {
  content:"";
  width:100%;
  height:100%;
  left:0;
  top:0;
  background:rgba(0,0,0,0.7);
  position:absolute;
  opacity:0;
  -webkit-transition:0.35s ease;
  -o-transition:0.35s ease;
  -ms-transition:0.35s ease;
  -moz-transition:0.35s ease;
  transition:0.35s ease;
}
.jws_products.jws_products_skin9 .jws_products_item .jws_image_thumbnail_product img { width:100%; }
.jws_products.jws_products_skin9 .jws_products_item .jws_image_thumbnail_product .product-wishlist-button img { display:none !important; }
.jws_products.jws_products_skin9 .jws_products_item .jws_image_thumbnail_product .product-wishlist-button .yith-wcwl-add-to-wishlist { margin-top:0; }
.jws_products.jws_products_skin9 .jws_products_item .jws_image_thumbnail_product .product-wishlist-button .yith-wcwl-wishlistaddedbrowse .feedback, .jws_products.jws_products_skin9 .jws_products_item .jws_image_thumbnail_product .product-wishlist-button .yith-wcwl-wishlistexistsbrowse .feedback { display:none; }
.jws_products.jws_products_skin9 .jws_products_item .jws_image_thumbnail_product .product-wishlist-button .yith-wcwl-wishlistaddedbrowse a, .jws_products.jws_products_skin9 .jws_products_item .jws_image_thumbnail_product .product-wishlist-button .yith-wcwl-wishlistexistsbrowse a { font-size:0; }
.jws_products.jws_products_skin9 .jws_products_item .jws_image_thumbnail_product .product-wishlist-button .yith-wcwl-wishlistaddedbrowse a:before, .jws_products.jws_products_skin9 .jws_products_item .jws_image_thumbnail_product .product-wishlist-button .yith-wcwl-wishlistexistsbrowse a:before {
  font-family:Flaticon;
  font-size:15px;
  content:"\f100";
}
.jws_products.jws_products_skin9 .jws_products_item .jws_image_thumbnail_product .product-wishlist-button .add_to_wishlist { font-size:0; }
.jws_products.jws_products_skin9 .jws_products_item .jws_image_thumbnail_product .product-wishlist-button .add_to_wishlist:before {
  font-family:Flaticon;
  font-size:15px;
  content:"\f100";
}
.jws_products.jws_products_skin9 .jws_products_item .jws_image_thumbnail_product .jws_inner_button {
  position:absolute;
  text-align:center;
  top:10px;
  right:10px;
  font-size:15px;
  -webkit-transition:0.3s ease;
  -o-transition:0.3s ease;
  -ms-transition:0.3s ease;
  -moz-transition:0.3s ease;
  transition:0.3s ease;
  -webkit-transform:translateY(-25px);
  -o-transform:translateY(-25px);
  -ms-transform:translateY(-25px);
  -moz-transform:translateY(-25px);
  transform:translateY(-25px);
  opacity:0;
}
.jws_products.jws_products_skin9 .jws_products_item .jws_image_thumbnail_product .jws_inner_button li {
  float:right;
  clear:both;
  vertical-align:middle;
}
.jws_products.jws_products_skin9 .jws_products_item .jws_image_thumbnail_product .jws_inner_button li a {
  display:block;
  width:46px;
  height:46px;
  line-height:46px;
  -webkit-border-radius:0px;
  -ms-border-radius:0px;
  -moz-border-radius:0px;
  -o-border-radius:0px;
  border-radius:0px;
  background:#ffffff;
  margin:1px;
  color:#999999;
  -webkit-transition:0.15s ease;
  -o-transition:0.15s ease;
  -ms-transition:0.15s ease;
  -moz-transition:0.15s ease;
  transition:0.15s ease;
}
.jws_products.jws_products_skin9 .jws_products_item .jws_image_thumbnail_product .add_to_cart_btn {
  position:absolute;
  bottom:10px;
  width:46px;
  right:10px;
  height:46px;
  line-height:46px;
  overflow:hidden;
}
.jws_products.jws_products_skin9 .jws_products_item .jws_image_thumbnail_product .add_to_cart_btn span {
  background-color:#e3a129;
  display:block;
  padding-left:12%;
  color:#ffffff;
  opacity:1;
  -webkit-transform:translateX(100%);
  -o-transform:translateX(100%);
  -ms-transform:translateX(100%);
  -moz-transform:translateX(100%);
  transform:translateX(100%);
  -webkit-transition:0.15s ease;
  -o-transition:0.15s ease;
  -ms-transition:0.15s ease;
  -moz-transition:0.15s ease;
  transition:0.15s ease;
}
.jws_products.jws_products_skin9 .jws_products_item .jws_image_thumbnail_product .add_to_cart_btn:after {
  margin-left:-10px;
  margin-top:-10px;
  right:12px;
  z-index:1;
  left:auto;
}
.jws_products.jws_products_skin9 .jws_products_item .jws_image_thumbnail_product .add_to_cart_btn:before {
  font-family:Flaticon;
  font-size:15px;
  content:"\f101";
  position:absolute;
  right:0;
  width:46px;
  height:46px;
  line-height:46px;
  background:#ffffff;
  color:#999999;
  text-align:center;
  z-index:1;
  opacity:1;
  -webkit-transition:0.15s ease;
  -o-transition:0.15s ease;
  -ms-transition:0.15s ease;
  -moz-transition:0.15s ease;
  transition:0.15s ease;
}
.jws_products.jws_products_skin9 .jws_products_item .jws_image_thumbnail_product .add_to_cart_btn.loading:before {
  opacity:0;
  -webkit-transition:opacity 0.1s ease;
  transition:opacity 0.1s ease;
}
.jws_products.jws_products_skin9 .jws_products_item .jws_image_thumbnail_product .add_to_cart_btn:hover { width:calc(100% - 20px); }
.jws_products.jws_products_skin9 .jws_products_item .jws_image_thumbnail_product .add_to_cart_btn:hover span {
  -webkit-transform:translateX(0);
  -o-transform:translateX(0);
  -ms-transform:translateX(0);
  -moz-transform:translateX(0);
  transform:translateX(0);
  transition-delay:0.15s;
  -webkit-transition-delay:0.15s;
}
.jws_products.jws_products_skin9 .jws_products_item .jws_content_product {
  padding-top:24px;
  padding-bottom:24px;
}
.jws_products.jws_products_skin9 .jws_products_item .jws_content_product .jws_content_bottom_product .price {
  font-weight:500;
  font-size:20px;
}
.jws_products.jws_products_skin9 .jws_products_item .jws_content_product .jws_content_bottom_product .star-rating { display:none; }
.jws_products.jws_products_skin9 .jws_products_item .jws_content_product .jws_content_center_product {
  margin-top:5px;
  margin-bottom:3px;
}
.jws_products.jws_products_skin9 .jws_products_item .jws_content_product .jws_content_center_product h2 {
  font-weight:500;
  font-size:20px;
}
.jws_products.jws_products_skin9 .jws_products_item .jws_content_product .jws_content_center_product h2 a { display:block; }
.jws_products.jws_products_skin9 .jws_products_item .jws_content_product .jws_content_top_product {
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
}
.jws_products.jws_products_skin9 .jws_products_item .jws_content_product .jws_content_top_product .star-rating { margin-bottom:15px; }
.jws_products.jws_products_skin9 .jws_products_item .jws_content_product .jws_content_top_product .jws_cat_list a { font-size:14px; }
.jws_products.jws_products_skin9 .jws_products_item .jws_content_product .jws_content_top_product .jws_cat_list span {
  display:inline-block;
  vertical-align:middle;
  margin:0 3px;
  width:4px;
  height:1px;
}
.jws_products.jws_products_skin9 .jws_products_item .jws_content_product .jws_content_top_product .jws-attr-swatches {
  -webkit-box-flex:1;
  -ms-flex:1 1 auto;
  flex:1 1 auto;
  text-align:right;
}
.jws_products.jws_products_skin9 .jws_products_item .jws_content_product .jws_content_top_product .jws-attr-swatches .swatch {
  width:10px;
  height:10px;
  display:inline-block;
  margin-left:5px;
}
.jws_products.jws_products_skin9 .jws_products_item .jws_content_product .jws_content_top_product .jws-attr-swatches .swatch span {
  width:10px;
  height:10px;
  cursor:pointer;
  -webkit-border-radius:100%;
  -ms-border-radius:100%;
  -moz-border-radius:100%;
  -o-border-radius:100%;
  border-radius:100%;
  display:inline-block;
}
.jws_products.jws_products_skin9 .jws_products_item:hover .jws_image_thumbnail_product .overlay_image_thumbnail_product { opacity:1; }
.jws_products.jws_products_skin9 .jws_products_item:hover .jws_image_thumbnail_product .jws_inner_button {
  -webkit-transform:translateY(0);
  -o-transform:translateY(0);
  -ms-transform:translateY(0);
  -moz-transform:translateY(0);
  transform:translateY(0);
  opacity:1;
}
.jws_products.jws_products_skin8 .jws_products_item .jws_item_inner {
  background:#fafafa;
  padding:10%;
}
.jws_products.jws_products_skin8 .jws_products_item .jws_content_product { margin-top:20px; }
.jws_products.jws_products_skin8 .jws_products_item .jws_content_product .woocommerce-loop-product__title { margin-bottom:10px; }
.jws_products.jws_products_skin8 .jws_products_item .jws_content_product .jws_content_bottom_product {
  display:flex;
  justify-content:space-between;
  align-items:center;
}
.jws_products.jws_products_skin8 .jws_products_item .jws_content_product .jws_content_bottom_product .add_to_cart_btn {
  min-width:150px;
  display:inline-block;
  padding:10px 10px;
  position:relative;
  text-align:center;
  box-shadow:0 0 10px rgba(0,0,0,0.05);
  -ms-box-shadow:0 0 10px rgba(0,0,0,0.05);
  -moz-box-shadow:0 0 10px rgba(0,0,0,0.05);
  -o-box-shadow:0 0 10px rgba(0,0,0,0.05);
  -webkit-box-shadow:0 0 10px rgba(0,0,0,0.05);
  -webkit-border-radius:40px;
  -ms-border-radius:40px;
  -moz-border-radius:40px;
  -o-border-radius:40px;
  border-radius:40px;
}
.jws_products.jws_products_skin8 .jws_products_item .jws_content_product .product-wishlist-button img { display:none !important; }
.jws_products.jws_products_skin8 .jws_products_item .jws_content_product .product-wishlist-button .yith-wcwl-add-to-wishlist { margin-top:0; }
.jws_products.jws_products_skin8 .jws_products_item .jws_content_product .product-wishlist-button .yith-wcwl-wishlistaddedbrowse .feedback, .jws_products.jws_products_skin8 .jws_products_item .jws_content_product .product-wishlist-button .yith-wcwl-wishlistexistsbrowse .feedback { display:none; }
.jws_products.jws_products_skin8 .jws_products_item .jws_content_product .product-wishlist-button .yith-wcwl-wishlistaddedbrowse a, .jws_products.jws_products_skin8 .jws_products_item .jws_content_product .product-wishlist-button .yith-wcwl-wishlistexistsbrowse a { font-size:0; }
.jws_products.jws_products_skin8 .jws_products_item .jws_content_product .product-wishlist-button .yith-wcwl-wishlistaddedbrowse a:before, .jws_products.jws_products_skin8 .jws_products_item .jws_content_product .product-wishlist-button .yith-wcwl-wishlistexistsbrowse a:before {
  font-family:Flaticon;
  font-size:15px;
  content:"\f100";
}
.jws_products.jws_products_skin8 .jws_products_item .jws_content_product .product-wishlist-button .add_to_wishlist { font-size:0; }
.jws_products.jws_products_skin8 .jws_products_item .jws_content_product .product-wishlist-button .add_to_wishlist:before {
  font-family:Flaticon;
  font-size:15px;
  content:"\f100";
}
.jws_products.jws_products_skin8 .jws_products_item .jws_content_product .jws_content_action_product { display:inline-block; }
.jws_products.jws_products_skin8 .jws_products_item .jws_content_product .price {
  display:inline-block;
  vertical-align:middle;
}
.jws_products.jws_products_skin8 .jws_products_item .jws_content_product .jws_inner_button {
  display:inline-block;
  padding:0 2px;
  text-align:center;
}
.jws_products.jws_products_skin8 .jws_products_item .jws_content_product .jws_inner_button li {
  display:inline-block;
  vertical-align:middle;
  -webkit-transition:0.35s ease;
  -o-transition:0.35s ease;
  -ms-transition:0.35s ease;
  -moz-transition:0.35s ease;
  transition:0.35s ease;
}
.jws_products.jws_products_skin8 .jws_products_item .jws_content_product .jws_inner_button li a {
  -webkit-box-sizing:content-box;
  box-sizing:content-box;
  display:block;
  width:40px;
  height:40px;
  line-height:40px;
  -webkit-border-radius:100%;
  -ms-border-radius:100%;
  -moz-border-radius:100%;
  -o-border-radius:100%;
  border-radius:100%;
  background:#ffffff;
  margin:2.5px;
  color:#999999;
}
.jws_products.jws_products_skin8 .jws_products_item .jws_content_product .jws_inner_button li a span:before { font-size:16px; }
.jws_products.jws_products_skin8 .jws_products_item .jws_content_product .jws_inner_button li .compare-button a { font-size:14px; }
.jws_products.jws_products_skin7 .jws_products_item .jws_content_product {
  text-align:center;
  margin-top:20px;
}
.jws_products.jws_products_skin7 .jws_products_item .jws_content_product .bf_countdown { margin-bottom:7px; }
.jws_products.jws_products_skin7 .jws_products_item .jws_content_product .jws_product_sale_time {
  text-align:center;
  min-height:78px;
  margin-bottom:13px;
}
.jws_products.jws_products_skin7 .jws_products_item .jws_content_product .jws_product_sale_time .jws-box-countdown {
  display:inline-block;
  max-width:25%;
  min-width:18%;
}
.jws_products.jws_products_skin7 .jws_products_item .jws_content_product .jws_product_sale_time .jws-box-countdown span span {
  display:inline-block;
  width:100%;
  margin:0 auto;
  padding:13px 5px;
  max-width:54px;
  margin-bottom:4px;
  -webkit-border-radius:5px;
  -ms-border-radius:5px;
  -moz-border-radius:5px;
  -o-border-radius:5px;
  border-radius:5px;
}
.jws_products.jws_products_skin7 .jws_products_item .jws_content_product .jws_product_sale_time &gt; span {
  vertical-align:top;
  padding:11px 3px 0 3px;
  display:inline-block;
}
.jws_products.jws_products_skin7 .jws_products_item .jws_content_product .woocommerce-loop-product__title { margin-bottom:10px; }
.jws_products.jws_products_skin7 .jws_products_item .jws_content_product .jws_content_action_product {
  padding-top:15px;
  position:relative;
}
.jws_products.jws_products_skin7 .jws_products_item .jws_content_product .jws_content_action_product .star-rating { margin-top:-15px; }
.jws_products.jws_products_skin7 .jws_products_item .jws_content_product .jws_content_action_product .progress_bar_sold {
  padding-top:18px;
  position:relative;
  margin-top:8px;
}
.jws_products.jws_products_skin7 .jws_products_item .jws_content_product .jws_content_action_product .progress_bar_sold .sold_count strong { font-weight:500; }
.jws_products.jws_products_skin7 .jws_products_item .jws_content_product .jws_content_action_product .progress_bar_sold .sold_count span { margin-right:5px; }
.jws_products.jws_products_skin7 .jws_products_item .jws_content_product .jws_content_action_product .progress_bar_sold .line {
  width:100%;
  position:absolute;
  height:10px;
  background:#f7f7f7;
  overflow:hidden;
  -webkit-border-radius:40px;
  -ms-border-radius:40px;
  -moz-border-radius:40px;
  -o-border-radius:40px;
  border-radius:40px;
  top:0;
}
.jws_products.jws_products_skin7 .jws_products_item .jws_content_product .jws_content_action_product .progress_bar_sold .line span {
  position:absolute;
  height:100%;
  background:#fed900;
  left:0;
  -webkit-border-radius:40px;
  -ms-border-radius:40px;
  -moz-border-radius:40px;
  -o-border-radius:40px;
  border-radius:40px;
}
.jws_products.jws_products_skin7 .jws_products_item .jws_content_product .jws_content_action_product .jws_content_action_w_product { min-height:50px; }
.jws_products.jws_products_skin7 .jws_products_item .jws_content_product .jws_content_action_product .jws_content_action_h_product {
  -webkit-transform:translateY(20px);
  -o-transform:translateY(20px);
  -ms-transform:translateY(20px);
  -moz-transform:translateY(20px);
  transform:translateY(20px);
  opacity:0;
  visibility:hidden;
  position:absolute;
  top:0;
  width:100%;
  -webkit-transition:0.3s ease;
  -o-transition:0.3s ease;
  -ms-transition:0.3s ease;
  -moz-transition:0.3s ease;
  transition:0.3s ease;
  padding-top:18px;
}
.jws_products.jws_products_skin7 .jws_products_item .jws_content_product .jws_content_action_product .jws_content_action_h_product &gt; .add_to_cart_btn {
  min-width:120px;
  display:inline-block;
  padding:6px 15px;
  position:relative;
  -webkit-border-radius:40px;
  -ms-border-radius:40px;
  -moz-border-radius:40px;
  -o-border-radius:40px;
  border-radius:40px;
}
.jws_products.jws_products_skin7 .jws_products_item .jws_content_product .jws_inner_button {
  display:inline-block;
  padding:0 2px;
}
.jws_products.jws_products_skin7 .jws_products_item .jws_content_product .jws_inner_button li {
  display:inline-block;
  vertical-align:middle;
  -webkit-transition:0.35s ease;
  -o-transition:0.35s ease;
  -ms-transition:0.35s ease;
  -moz-transition:0.35s ease;
  transition:0.35s ease;
}
.jws_products.jws_products_skin7 .jws_products_item .jws_content_product .jws_inner_button li .add_to_cart_btn span { display:none; }
.jws_products.jws_products_skin7 .jws_products_item .jws_content_product .jws_inner_button li .add_to_cart_btn:before {
  font-family:Flaticon;
  font-size:16px;
  content:"\f101";
}
.jws_products.jws_products_skin7 .jws_products_item .jws_content_product .jws_inner_button li a {
  -webkit-box-sizing:content-box;
  box-sizing:content-box;
  display:block;
  width:40px;
  height:40px;
  line-height:40px;
  -webkit-border-radius:100%;
  -ms-border-radius:100%;
  -moz-border-radius:100%;
  -o-border-radius:100%;
  border-radius:100%;
  background:#ffffff;
  margin:2.5px;
  color:#999999;
}
.jws_products.jws_products_skin7 .jws_products_item .jws_content_product .jws_inner_button li a span:before { font-size:16px; }
.jws_products.jws_products_skin7 .jws_products_item .jws_content_product .jws_inner_button li .compare-button a { font-size:14px; }
.jws_products.jws_products_skin7 .jws_products_item:hover .jws_content_product .jws_content_action_product .jws_content_action_w_product { animation:fadeOut 0.3s both; }
.jws_products.jws_products_skin7 .jws_products_item:hover .jws_content_product .jws_content_action_product .jws_content_action_h_product {
  -webkit-transform:translateY(0);
  -o-transform:translateY(0);
  -ms-transform:translateY(0);
  -moz-transform:translateY(0);
  transform:translateY(0);
  opacity:1;
  visibility:visible;
}
.jws_products.jws_products_skin10 .jws_products_item .jws_image_thumbnail_product {
  width:30%;
  display:inline-block;
  vertical-align:middle;
}
.jws_products.jws_products_skin10 .jws_products_item .jws_content_product {
  width:70%;
  display:inline-block;
  vertical-align:middle;
  padding-left:5%;
}
.jws_products.jws_products_skin10 .jws_products_item .jws_content_product .bf_countdown { margin-bottom:7px; }
.jws_products.jws_products_skin10 .jws_products_item .jws_content_product .jws_product_sale_time {
  text-align:center;
  min-height:78px;
  margin-bottom:13px;
}
.jws_products.jws_products_skin10 .jws_products_item .jws_content_product .jws_product_sale_time .jws-box-countdown {
  display:inline-block;
  max-width:25%;
  min-width:18%;
}
.jws_products.jws_products_skin10 .jws_products_item .jws_content_product .jws_product_sale_time .jws-box-countdown span span {
  display:inline-block;
  width:100%;
  margin:0 auto;
  padding:13px 5px;
  max-width:54px;
  margin-bottom:4px;
  -webkit-border-radius:5px;
  -ms-border-radius:5px;
  -moz-border-radius:5px;
  -o-border-radius:5px;
  border-radius:5px;
}
.jws_products.jws_products_skin10 .jws_products_item .jws_content_product .jws_product_sale_time &gt; span {
  vertical-align:top;
  padding:11px 3px 0 3px;
  display:inline-block;
}
.jws_products.jws_products_skin10 .jws_products_item .jws_content_product .woocommerce-loop-product__title { margin-bottom:10px; }
.jws_products.jws_products_skin10 .jws_products_item .jws_content_product .jws_content_action_product {
  padding-top:15px;
  position:relative;
}
.jws_products.jws_products_skin10 .jws_products_item .jws_content_product .jws_content_action_product .star-rating { margin-top:-15px; }
.jws_products.jws_products_skin10 .jws_products_item .jws_content_product .jws_content_action_product .progress_bar_sold {
  padding-top:18px;
  position:relative;
  margin-top:8px;
}
.jws_products.jws_products_skin10 .jws_products_item .jws_content_product .jws_content_action_product .progress_bar_sold .sold_count strong { font-weight:500; }
.jws_products.jws_products_skin10 .jws_products_item .jws_content_product .jws_content_action_product .progress_bar_sold .sold_count span { margin-right:5px; }
.jws_products.jws_products_skin10 .jws_products_item .jws_content_product .jws_content_action_product .progress_bar_sold .line {
  width:100%;
  position:absolute;
  height:10px;
  background:#f7f7f7;
  overflow:hidden;
  -webkit-border-radius:40px;
  -ms-border-radius:40px;
  -moz-border-radius:40px;
  -o-border-radius:40px;
  border-radius:40px;
  top:0;
}
.jws_products.jws_products_skin10 .jws_products_item .jws_content_product .jws_content_action_product .progress_bar_sold .line span {
  position:absolute;
  height:100%;
  background:#fed900;
  left:0;
  -webkit-border-radius:40px;
  -ms-border-radius:40px;
  -moz-border-radius:40px;
  -o-border-radius:40px;
  border-radius:40px;
}
.jws_products.jws_products_skin10 .jws_products_item .jws_content_product .jws_content_action_product .jws_content_action_h_product {
  width:100%;
  padding-top:18px;
}
.jws_products.jws_products_skin10 .jws_products_item .jws_content_product .jws_content_action_product .add_to_cart_btn {
  min-width:120px;
  display:inline-block;
  padding:6px 15px;
  position:relative;
  text-align:center;
  -webkit-border-radius:40px;
  -ms-border-radius:40px;
  -moz-border-radius:40px;
  -o-border-radius:40px;
  border-radius:40px;
}
.jws_products.jws_products_skin10 .jws_products_item .jws_content_product .product-wishlist-button img { display:none !important; }
.jws_products.jws_products_skin10 .jws_products_item .jws_content_product .product-wishlist-button .yith-wcwl-add-to-wishlist { margin-top:0; }
.jws_products.jws_products_skin10 .jws_products_item .jws_content_product .product-wishlist-button .yith-wcwl-wishlistaddedbrowse .feedback, .jws_products.jws_products_skin10 .jws_products_item .jws_content_product .product-wishlist-button .yith-wcwl-wishlistexistsbrowse .feedback { display:none; }
.jws_products.jws_products_skin10 .jws_products_item .jws_content_product .product-wishlist-button .yith-wcwl-wishlistaddedbrowse a, .jws_products.jws_products_skin10 .jws_products_item .jws_content_product .product-wishlist-button .yith-wcwl-wishlistexistsbrowse a { font-size:0; }
.jws_products.jws_products_skin10 .jws_products_item .jws_content_product .product-wishlist-button .yith-wcwl-wishlistaddedbrowse a:before, .jws_products.jws_products_skin10 .jws_products_item .jws_content_product .product-wishlist-button .yith-wcwl-wishlistexistsbrowse a:before {
  font-family:Flaticon;
  font-size:15px;
  content:"\f100";
}
.jws_products.jws_products_skin10 .jws_products_item .jws_content_product .product-wishlist-button .add_to_wishlist { font-size:0; }
.jws_products.jws_products_skin10 .jws_products_item .jws_content_product .product-wishlist-button .add_to_wishlist:before {
  font-family:Flaticon;
  font-size:15px;
  content:"\f100";
}
.jws_products.jws_products_skin10 .jws_products_item .jws_content_product .jws_inner_button {
  display:inline-block;
  padding:0 2px;
  text-align:center;
}
.jws_products.jws_products_skin10 .jws_products_item .jws_content_product .jws_inner_button li {
  display:inline-block;
  vertical-align:middle;
}
.jws_products.jws_products_skin10 .jws_products_item .jws_content_product .jws_inner_button li a {
  -webkit-box-sizing:content-box;
  box-sizing:content-box;
  display:block;
  width:40px;
  height:40px;
  line-height:40px;
  -webkit-border-radius:100%;
  -ms-border-radius:100%;
  -moz-border-radius:100%;
  -o-border-radius:100%;
  border-radius:100%;
  background:#ffffff;
  margin:2.5px;
  color:#999999;
}
.jws_products.jws_products_skin10 .jws_products_item .jws_content_product .jws_inner_button li a span:before { font-size:16px; }
.jws_products.jws_products_skin10 .jws_products_item .jws_content_product .jws_inner_button li .compare-button a { font-size:14px; }
.jws_products.jws_products_skin6 .jws_products_item.selectoptions-loaded .add_to_cart_btn { display:none !important; }
.jws_products.jws_products_skin6 .jws_products_item .jws_item_inner {
  background-color:#ffffff;
  padding:30px;
  text-align:center;
  box-shadow:0 0 43px rgba(0,0,0,0.03);
  -ms-box-shadow:0 0 43px rgba(0,0,0,0.03);
  -moz-box-shadow:0 0 43px rgba(0,0,0,0.03);
  -o-box-shadow:0 0 43px rgba(0,0,0,0.03);
  -webkit-box-shadow:0 0 43px rgba(0,0,0,0.03);
}
.jws_products.jws_products_skin6 .jws_products_item .jws_item_inner .selectoptions-swap { position:relative; }
.jws_products.jws_products_skin6 .jws_products_item .jws_item_inner .selectoptions-swap .quantity { display:none !important; }
.jws_products.jws_products_skin6 .jws_products_item .jws_item_inner .selectoptions-swap .variations {
  width:100%;
  background-color:#ffffff;
  position:absolute;
  width:101%;
  left:0;
  top:0;
  z-index:1;
  opacity:0;
  visibility:hidden;
  margin-top:-5px;
  border-top:0 !important;
}
.jws_products.jws_products_skin6 .jws_products_item .jws_item_inner .selectoptions-swap .variations .reset_variations { display:none !important; }
.jws_products.jws_products_skin6 .jws_products_item .jws_item_inner .selectoptions-swap .variations .label { display:none; }
.jws_products.jws_products_skin6 .jws_products_item .jws_item_inner .selectoptions-swap .variations .tawcvs-swatches { padding:15px 0; }
.jws_products.jws_products_skin6 .jws_products_item .jws_item_inner .selectoptions-swap .variations .tawcvs-swatches &gt; span {
  display:block;
  width:100%;
  margin:0;
  background:transparent;
  -webkit-border-radius:0;
  -ms-border-radius:0;
  -moz-border-radius:0;
  -o-border-radius:0;
  border-radius:0;
  border:0;
  box-shadow:none;
  -ms-box-shadow:none;
  -moz-box-shadow:none;
  -o-box-shadow:none;
  -webkit-box-shadow:none;
  opacity:1;
}
.jws_products.jws_products_skin6 .jws_products_item .jws_item_inner .jws_image_thumbnail_product { margin-bottom:28px; }
.jws_products.jws_products_skin6 .jws_products_item .jws_item_inner .jws_choose_option {
  display:block;
  -webkit-border-radius:40px;
  -ms-border-radius:40px;
  -moz-border-radius:40px;
  -o-border-radius:40px;
  border-radius:40px;
  padding:5px 10px;
  margin-bottom:5px;
  position:relative;
}
.jws_products.jws_products_skin6 .jws_products_item .jws_item_inner .jws_choose_option.loading span { opacity:0; }
.jws_products.jws_products_skin6 .jws_products_item .jws_item_inner .jws-compare-btn, .jws_products.jws_products_skin6 .jws_products_item .jws_item_inner .jws-wishlist-btn { display:none; }
.jws_products.jws_products_skin6 .jws_products_item .jws_item_inner .add_to_cart_btn, .jws_products.jws_products_skin6 .jws_products_item .jws_item_inner .single_add_to_cart_button {
  -webkit-border-radius:40px;
  -ms-border-radius:40px;
  -moz-border-radius:40px;
  -o-border-radius:40px;
  border-radius:40px;
  padding:5px 10px;
  display:block;
  margin:0 auto;
  position:relative;
  background-color:#000000;
  color:#ffffff;
  border:none;
  min-height:38px;
  width:100%;
}
.jws_products.jws_products_skin6 .jws_products_item .jws_item_inner .add_to_cart_btn.loading span, .jws_products.jws_products_skin6 .jws_products_item .jws_item_inner .single_add_to_cart_button.loading span { opacity:0; }
.jws_products.jws_products_skin6 .jws_products_item .jws_item_inner .woocommerce-loop-product__title { margin-bottom:18px; }
.jws_products.jws_products_skin6 .jws_products_item .jws_item_inner .jws_content_bottom_product .star-rating {
  display:block;
  margin:0 auto;
  margin-bottom:5px;
}
.jws_products.jws_products_skin6 .jws_products_item.selectoptions-show .jws_item_inner .jws_choose_option {
  -webkit-border-radius:20px;
  -ms-border-radius:20px;
  -moz-border-radius:20px;
  -o-border-radius:20px;
  border-radius:20px;
  border-bottom-left-radius:0;
  border-bottom-right-radius:0;
}
.jws_products.jws_products_skin6 .jws_products_item.selectoptions-show .jws_item_inner .selectoptions-swap .variations {
  opacity:1;
  visibility:visible;
  animation:slideInUp 0.4s both;
}
.jws_products.jws_products_skin5 .jws_pr_labels { display:none; }
.jws_products.jws_products_skin5 .jws_products_item .jws_item_inner {
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  -webkit-box-align:center;
  -webkit-align-items:center;
  -ms-flex-align:center;
  align-items:center;
}
.jws_products.jws_products_skin5 .jws_products_item .jws_item_inner .jws_image_thumbnail_product {
  -ms-flex:0 0 80px;
  flex:0 0 80px;
  max-width:80px;
}
.jws_products.jws_products_skin5 .jws_products_item .jws_item_inner .jws_image_thumbnail_product img {
  -webkit-border-radius:5px;
  -ms-border-radius:5px;
  -moz-border-radius:5px;
  -o-border-radius:5px;
  border-radius:5px;
}
.jws_products.jws_products_skin5 .jws_products_item .jws_item_inner .jws_content_product {
  -ms-flex:0 0 calc(100% - 80px);
  flex:0 0 calc(100% - 80px);
  max-width:calc(100% - 80px);
  padding-left:22px;
}
.jws_products.jws_products_skin5 .jws_products_item .jws_item_inner .jws_content_product .jws_content_bottom_product .star-rating { display:block; }
.jws_products.jws_products_skin4 .jws_products_item .jws_item_inner { background:#ffffff; }
.jws_products.jws_products_skin4 .jws_products_item { text-align:center; }
.jws_products.jws_products_skin4 .jws_products_item .jws_image_thumbnail_product {
  position:relative;
  overflow:hidden;
}
.jws_products.jws_products_skin4 .jws_products_item .jws_image_thumbnail_product .overlay_image_thumbnail_product {
  content:"";
  width:100%;
  height:100%;
  left:0;
  top:0;
  background:rgba(255,255,255,0.8);
  position:absolute;
  opacity:0;
  -webkit-transition:0.35s ease;
  -o-transition:0.35s ease;
  -ms-transition:0.35s ease;
  -moz-transition:0.35s ease;
  transition:0.35s ease;
}
.jws_products.jws_products_skin4 .jws_products_item .jws_image_thumbnail_product img { width:100%; }
.jws_products.jws_products_skin4 .jws_products_item .jws_image_thumbnail_product .jws_inner_button {
  position:absolute;
  text-align:center;
  width:100%;
  left:0;
  top:44%;
  -webkit-transition:all 400ms ease 0s;
  -o-transition:all 400ms ease 0s;
  -ms-transition:all 400ms ease 0s;
  -moz-transition:all 400ms ease 0s;
  transition:all 400ms ease 0s;
  -webkit-transform:translateY(-35px);
  -o-transform:translateY(-35px);
  -ms-transform:translateY(-35px);
  -moz-transform:translateY(-35px);
  transform:translateY(-35px);
  opacity:0;
}
.jws_products.jws_products_skin4 .jws_products_item .jws_image_thumbnail_product .jws_inner_button li {
  display:inline-block;
  vertical-align:middle;
}
.jws_products.jws_products_skin4 .jws_products_item .jws_image_thumbnail_product .jws_inner_button li a {
  -webkit-box-sizing:content-box;
  box-sizing:content-box;
  display:block;
  width:54px;
  height:54px;
  line-height:54px;
  -webkit-border-radius:100%;
  -ms-border-radius:100%;
  -moz-border-radius:100%;
  -o-border-radius:100%;
  border-radius:100%;
  background:#ffffff;
  margin:2.5px;
  color:#999999;
}
.jws_products.jws_products_skin4 .jws_products_item .jws_image_thumbnail_product .jws_inner_button li a span:before { font-size:16px; }
.jws_products.jws_products_skin4 .jws_products_item .jws_image_thumbnail_product .jws_inner_button li .compare-button a { font-size:16px; }
.jws_products.jws_products_skin4 .jws_products_item .jws_content_product { padding-top:18px; }
.jws_products.jws_products_skin4 .jws_products_item .jws_content_product .jws_content_bottom_product .price {
  font-weight:500;
  font-size:20px;
}
.jws_products.jws_products_skin4 .jws_products_item .jws_content_product .jws_content_center_product {
  margin-top:3px;
  margin-bottom:8px;
}
.jws_products.jws_products_skin4 .jws_products_item .jws_content_product .jws_content_center_product h2 {
  font-weight:500;
  font-size:20px;
}
.jws_products.jws_products_skin4 .jws_products_item .jws_content_product .jws_cat_list a { font-size:14px; }
.jws_products.jws_products_skin4 .jws_products_item .jws_content_product .jws_cat_list span {
  display:inline-block;
  vertical-align:middle;
  margin:0 3px;
  width:4px;
  height:1px;
}
.jws_products.jws_products_skin4 .jws_products_item .jws_content_product .jws-attr-swatches .swatch {
  width:10px;
  height:10px;
  display:inline-block;
  margin-left:5px;
}
.jws_products.jws_products_skin4 .jws_products_item .jws_content_product .jws-attr-swatches .swatch span {
  width:10px;
  height:10px;
  cursor:pointer;
  -webkit-border-radius:100%;
  -ms-border-radius:100%;
  -moz-border-radius:100%;
  -o-border-radius:100%;
  border-radius:100%;
  display:inline-block;
}
.jws_products.jws_products_skin4 .jws_products_item .jws_content_product .add_to_cart_btn {
  -webkit-box-sizing:content-box;
  box-sizing:content-box;
  position:relative;
  width:57px;
  height:57px;
  line-height:57px;
  display:block;
  border-radius:100%;
  border:5px solid;
  margin:0 auto;
  margin-top:-20px;
  -webkit-transform:translateY(33px);
  -o-transform:translateY(33px);
  -ms-transform:translateY(33px);
  -moz-transform:translateY(33px);
  transform:translateY(33px);
  -webkit-transition:0.35s ease;
  -o-transition:0.35s ease;
  -ms-transition:0.35s ease;
  -moz-transition:0.35s ease;
  transition:0.35s ease;
}
.jws_products.jws_products_skin4 .jws_products_item .jws_content_product .add_to_cart_btn:before {
  font-family:Flaticon;
  font-size:20px;
  content:"\f101";
  display:inline-block;
  font-weight:400;
}
.jws_products.jws_products_skin4 .jws_products_item .jws_content_product .add_to_cart_btn span {
  display:none;
  margin-left:10px;
}
.jws_products.jws_products_skin4 .jws_products_item .jws_content_product .add_to_cart_btn:hover {
  -webkit-animation:fadeIn 0.5s both;
  -o-animation:fadeIn 0.5s both;
  -ms-animation:fadeIn 0.5s both;
  -moz-animation:fadeIn 0.5s both;
  animation:fadeIn 0.5s both;
  width:197px;
  -webkit-border-radius:45px;
  -ms-border-radius:45px;
  -moz-border-radius:45px;
  -o-border-radius:45px;
  border-radius:45px;
}
.jws_products.jws_products_skin4 .jws_products_item .jws_content_product .add_to_cart_btn:hover span {
  display:inline-block;
  -webkit-animation:fadeIn 0.5s both;
  -o-animation:fadeIn 0.5s both;
  -ms-animation:fadeIn 0.5s both;
  -moz-animation:fadeIn 0.5s both;
  animation:fadeIn 0.5s both;
}
.jws_products.jws_products_skin4 .jws_products_item .jws_content_product .add_to_cart_btn:hover:before {
  -webkit-animation:fadeIn 0.5s both;
  -o-animation:fadeIn 0.5s both;
  -ms-animation:fadeIn 0.5s both;
  -moz-animation:fadeIn 0.5s both;
  animation:fadeIn 0.5s both;
}
.jws_products.jws_products_skin4 .jws_products_item .jws_content_product .add_to_cart_btn.loading:before, .jws_products.jws_products_skin4 .jws_products_item .jws_content_product .add_to_cart_btn.loading span {
  -webkit-animation:fadeOut 0.5s both;
  -o-animation:fadeOut 0.5s both;
  -ms-animation:fadeOut 0.5s both;
  -moz-animation:fadeOut 0.5s both;
  animation:fadeOut 0.5s both;
}
.jws_products.jws_products_skin4 .jws_products_item:hover .jws_image_thumbnail_product .overlay_image_thumbnail_product { opacity:1; }
.jws_products.jws_products_skin4 .jws_products_item:hover .jws_image_thumbnail_product .product-wishlist-button { opacity:1; }
.jws_products.jws_products_skin4 .jws_products_item:hover .jws_image_thumbnail_product .jws_inner_button {
  -webkit-transform:translateY(0);
  -o-transform:translateY(0);
  -ms-transform:translateY(0);
  -moz-transform:translateY(0);
  transform:translateY(0);
  opacity:1;
}
.jws_products.jws_products_skin3 .jws_products_item { text-align:center; }
.jws_products.jws_products_skin3 .jws_products_item .jws_image_thumbnail_product { position:relative; }
.jws_products.jws_products_skin3 .jws_products_item .jws_image_thumbnail_product .overlay_image_thumbnail_product {
  position:absolute;
  width:100%;
  height:100%;
  left:0;
  top:0;
  background:rgba(255,255,255,0.95);
  opacity:0;
  -webkit-transition:0.35s ease;
  -o-transition:0.35s ease;
  -ms-transition:0.35s ease;
  -moz-transition:0.35s ease;
  transition:0.35s ease;
}
.jws_products.jws_products_skin3 .jws_products_item .jws_image_thumbnail_product .jws_content_product {
  position:absolute;
  top:50%;
  left:50%;
  width:100%;
  -webkit-transform:translate(-50%,-50%);
  -o-transform:translate(-50%,-50%);
  -ms-transform:translate(-50%,-50%);
  -moz-transform:translate(-50%,-50%);
  transform:translate(-50%,-50%);
}
.jws_products.jws_products_skin3 .jws_products_item .jws_image_thumbnail_product .jws_content_product .woocommerce-loop-product__title a { display:block; }
.jws_products.jws_products_skin3 .jws_products_item .jws_image_thumbnail_product .jws_content_product &gt; div {
  -webkit-transform:translateY(15px);
  -o-transform:translateY(15px);
  -ms-transform:translateY(15px);
  -moz-transform:translateY(15px);
  transform:translateY(15px);
  -webkit-transition:0.35s ease;
  -o-transition:0.35s ease;
  -ms-transition:0.35s ease;
  -moz-transition:0.35s ease;
  transition:0.35s ease;
  opacity:0;
}
.jws_products.jws_products_skin3 .jws_products_item .add_to_cart_btn {
  -webkit-box-sizing:content-box;
  box-sizing:content-box;
  font-size:0;
  position:relative;
  width:57px;
  height:57px;
  line-height:57px;
  display:block;
  border-radius:100%;
  border:5px solid;
  margin:0 auto;
  margin-top:-30px;
  opacity:0;
  -webkit-transition:0.35s ease;
  -o-transition:0.35s ease;
  -ms-transition:0.35s ease;
  -moz-transition:0.35s ease;
  transition:0.35s ease;
}
.jws_products.jws_products_skin3 .jws_products_item .add_to_cart_btn:before {
  font-family:Flaticon;
  font-size:16px;
  content:"\f101";
}
.jws_products.jws_products_skin3 .jws_products_item:hover .jws_image_thumbnail_product .overlay_image_thumbnail_product { opacity:1; }
.jws_products.jws_products_skin3 .jws_products_item:hover .jws_image_thumbnail_product .jws_content_product &gt; div {
  -webkit-transform:translateY(0px);
  -o-transform:translateY(0px);
  -ms-transform:translateY(0px);
  -moz-transform:translateY(0px);
  transform:translateY(0px);
  opacity:1;
}
.jws_products.jws_products_skin3 .jws_products_item:hover .add_to_cart_btn { opacity:1; }
.jws_products.jws_products_skin2 .jws_products_item { text-align:center; }
.jws_products.jws_products_skin2 .jws_products_item .jws_image_thumbnail_product {
  position:relative;
  overflow:hidden;
  -webkit-border-radius:5px;
  -ms-border-radius:5px;
  -moz-border-radius:5px;
  -o-border-radius:5px;
  border-radius:5px;
}
.jws_products.jws_products_skin2 .jws_products_item .jws_image_thumbnail_product .overlay_image_thumbnail_product {
  content:"";
  width:100%;
  height:100%;
  left:0;
  top:0;
  background:rgba(0,0,0,0.7);
  position:absolute;
  opacity:0;
  -webkit-transition:0.35s ease;
  -o-transition:0.35s ease;
  -ms-transition:0.35s ease;
  -moz-transition:0.35s ease;
  transition:0.35s ease;
}
.jws_products.jws_products_skin2 .jws_products_item .jws_image_thumbnail_product img { width:100%; }
.jws_products.jws_products_skin2 .jws_products_item .jws_image_thumbnail_product .product-wishlist-button {
  position:absolute;
  right:20px;
  top:20px;
  -webkit-transition:0.35s ease;
  -o-transition:0.35s ease;
  -ms-transition:0.35s ease;
  -moz-transition:0.35s ease;
  transition:0.35s ease;
  opacity:0;
}
.jws_products.jws_products_skin2 .jws_products_item .jws_image_thumbnail_product .product-wishlist-button a { font-size:20px; }
.jws_products.jws_products_skin2 .jws_products_item .jws_image_thumbnail_product .product-wishlist-button a span:before { content:"\eaeb"; }
.jws_products.jws_products_skin2 .jws_products_item .jws_image_thumbnail_product .jws_inner_button {
  position:absolute;
  text-align:center;
  width:100%;
  left:0;
  top:44%;
  opacity:0;
  -webkit-transition:all 400ms ease 0s;
  -o-transition:all 400ms ease 0s;
  -ms-transition:all 400ms ease 0s;
  -moz-transition:all 400ms ease 0s;
  transition:all 400ms ease 0s;
  -webkit-transform:translateY(-35px);
  -o-transform:translateY(-35px);
  -ms-transform:translateY(-35px);
  -moz-transform:translateY(-35px);
  transform:translateY(-35px);
}
.jws_products.jws_products_skin2 .jws_products_item .jws_image_thumbnail_product .jws_inner_button li {
  display:inline-block;
  vertical-align:middle;
  font-size:16px;
}
.jws_products.jws_products_skin2 .jws_products_item .jws_image_thumbnail_product .jws_inner_button li a {
  -webkit-box-sizing:content-box;
  box-sizing:content-box;
  width:47px;
  height:52px;
  background:#ffffff;
  margin:2.5px;
  color:#999999;
}
.jws_products.jws_products_skin2 .jws_products_item .jws_image_thumbnail_product .jws_inner_button li.product-add-to-cart &gt; a span { display:none; }
.jws_products.jws_products_skin2 .jws_products_item .jws_image_thumbnail_product .jws_inner_button li.product-add-to-cart &gt; a:before {
  font-family:Flaticon;
  content:"\f101";
}
.jws_products.jws_products_skin2 .jws_products_item .jws_content_product { padding-top:18px; }
.jws_products.jws_products_skin2 .jws_products_item .jws_content_product .star-rating {
  margin:0 auto;
  margin-bottom:5px;
}
.jws_products.jws_products_skin2 .jws_products_item .jws_content_product .jws_content_bottom_product .price {
  font-weight:500;
  font-size:20px;
}
.jws_products.jws_products_skin2 .jws_products_item .jws_content_product .jws_content_center_product {
  margin-top:3px;
  margin-bottom:4px;
}
.jws_products.jws_products_skin2 .jws_products_item .jws_content_product .jws_content_center_product .woocommerce-loop-product__title a { display:block; }
.jws_products.jws_products_skin2 .jws_products_item .jws_content_product .jws_cat_list a { font-size:14px; }
.jws_products.jws_products_skin2 .jws_products_item .jws_content_product .jws_cat_list span {
  display:inline-block;
  vertical-align:middle;
  margin:0 3px;
  width:4px;
  height:1px;
}
.jws_products.jws_products_skin2 .jws_products_item .jws_content_product .jws-attr-swatches .swatch {
  width:10px;
  height:10px;
  display:inline-block;
  margin-left:5px;
}
.jws_products.jws_products_skin2 .jws_products_item .jws_content_product .jws-attr-swatches .swatch span {
  width:10px;
  height:10px;
  cursor:pointer;
  -webkit-border-radius:100%;
  -ms-border-radius:100%;
  -moz-border-radius:100%;
  -o-border-radius:100%;
  border-radius:100%;
  display:inline-block;
}
.jws_products.jws_products_skin2 .jws_products_item:hover .jws_image_thumbnail_product .overlay_image_thumbnail_product { opacity:1; }
.jws_products.jws_products_skin2 .jws_products_item:hover .jws_image_thumbnail_product .product-wishlist-button { opacity:1; }
.jws_products.jws_products_skin2 .jws_products_item:hover .jws_image_thumbnail_product .jws_inner_button {
  -webkit-transform:translateY(0);
  -o-transform:translateY(0);
  -ms-transform:translateY(0);
  -moz-transform:translateY(0);
  transform:translateY(0);
  opacity:1;
}
.jws_products.jws_products_skin1 .jws_products_item .jws_image_thumbnail_product {
  position:relative;
  overflow:hidden;
  -webkit-border-radius:5px;
  -ms-border-radius:5px;
  -moz-border-radius:5px;
  -o-border-radius:5px;
  border-radius:5px;
}
.jws_products.jws_products_skin1 .jws_products_item .jws_image_thumbnail_product .overlay_image_thumbnail_product {
  content:"";
  width:100%;
  height:100%;
  left:0;
  top:0;
  background:rgba(0,0,0,0.4);
  position:absolute;
  opacity:0;
  -webkit-transition:0.35s ease;
  -o-transition:0.35s ease;
  -ms-transition:0.35s ease;
  -moz-transition:0.35s ease;
  transition:0.35s ease;
}
.jws_products.jws_products_skin1 .jws_products_item .jws_image_thumbnail_product img { width:100%; }
.jws_products.jws_products_skin1 .jws_products_item .jws_image_thumbnail_product .product-wishlist-button {
  position:absolute;
  right:20px;
  top:13px;
  -webkit-transition:0.35s ease;
  -o-transition:0.35s ease;
  -ms-transition:0.35s ease;
  -moz-transition:0.35s ease;
  transition:0.35s ease;
  opacity:0;
}
.jws_products.jws_products_skin1 .jws_products_item .jws_image_thumbnail_product .product-wishlist-button img { display:none !important; }
.jws_products.jws_products_skin1 .jws_products_item .jws_image_thumbnail_product .product-wishlist-button .yith-wcwl-add-to-wishlist { margin-top:0; }
.jws_products.jws_products_skin1 .jws_products_item .jws_image_thumbnail_product .product-wishlist-button .yith-wcwl-wishlistaddedbrowse .feedback, .jws_products.jws_products_skin1 .jws_products_item .jws_image_thumbnail_product .product-wishlist-button .yith-wcwl-wishlistexistsbrowse .feedback { display:none; }
.jws_products.jws_products_skin1 .jws_products_item .jws_image_thumbnail_product .product-wishlist-button .yith-wcwl-wishlistaddedbrowse a, .jws_products.jws_products_skin1 .jws_products_item .jws_image_thumbnail_product .product-wishlist-button .yith-wcwl-wishlistexistsbrowse a {
  font-size:0;
  color:#ffffff;
}
.jws_products.jws_products_skin1 .jws_products_item .jws_image_thumbnail_product .product-wishlist-button .yith-wcwl-wishlistaddedbrowse a:before, .jws_products.jws_products_skin1 .jws_products_item .jws_image_thumbnail_product .product-wishlist-button .yith-wcwl-wishlistexistsbrowse a:before {
  font-family:Flaticon;
  font-size:16px;
  content:"\f103";
}
.jws_products.jws_products_skin1 .jws_products_item .jws_image_thumbnail_product .product-wishlist-button .add_to_wishlist {
  font-size:0;
  color:#ffffff;
}
.jws_products.jws_products_skin1 .jws_products_item .jws_image_thumbnail_product .product-wishlist-button .add_to_wishlist:before {
  font-family:Flaticon;
  font-size:16px;
  content:"\f103";
}
.jws_products.jws_products_skin1 .jws_products_item .jws_image_thumbnail_product .jws_inner_button {
  position:absolute;
  text-align:center;
  width:100%;
  left:0;
  top:44%;
  -webkit-transition:all 400ms ease 0s;
  -o-transition:all 400ms ease 0s;
  -ms-transition:all 400ms ease 0s;
  -moz-transition:all 400ms ease 0s;
  transition:all 400ms ease 0s;
  -webkit-transform:translateY(-35px);
  -o-transform:translateY(-35px);
  -ms-transform:translateY(-35px);
  -moz-transform:translateY(-35px);
  transform:translateY(-35px);
  opacity:0;
}
.jws_products.jws_products_skin1 .jws_products_item .jws_image_thumbnail_product .jws_inner_button li {
  display:inline-block;
  vertical-align:middle;
}
.jws_products.jws_products_skin1 .jws_products_item .jws_image_thumbnail_product .jws_inner_button li a {
  width:45px;
  height:45px;
  line-height:0;
  -webkit-border-radius:3px;
  -ms-border-radius:3px;
  -moz-border-radius:3px;
  -o-border-radius:3px;
  border-radius:3px;
  background:#ffffff;
  margin:2.5px;
  color:#999999;
}
.jws_products.jws_products_skin1 .jws_products_item .jws_image_thumbnail_product .jws_inner_button li.product-add-to-cart &gt; a span { display:none; }
.jws_products.jws_products_skin1 .jws_products_item .jws_image_thumbnail_product .jws_inner_button li.product-add-to-cart &gt; a:before {
  font-family:Flaticon;
  content:"\f101";
}
.jws_products.jws_products_skin1 .jws_products_item .jws_content_product {
  padding-top:24px;
  padding-bottom:0px;
}
.jws_products.jws_products_skin1 .jws_products_item .jws_content_product .jws_content_bottom_product .price {
  font-weight:500;
  font-size:20px;
}
.jws_products.jws_products_skin1 .jws_products_item .jws_content_product .jws_content_bottom_product .star-rating {
  display:block;
  margin-top:5px;
}
.jws_products.jws_products_skin1 .jws_products_item .jws_content_product .jws_content_center_product {
  margin-top:4px;
  margin-bottom:6px;
}
.jws_products.jws_products_skin1 .jws_products_item .jws_content_product .jws_content_center_product h2 {
  font-weight:500;
  font-size:20px;
  margin-top: 10px;
}
.jws_products.jws_products_skin1 .jws_products_item .jws_content_product .jws_content_top_product {
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
}
.jws_products.jws_products_skin1 .jws_products_item .jws_content_product .jws_content_top_product .star-rating { margin-bottom:15px; }
.jws_products.jws_products_skin1 .jws_products_item .jws_content_product .jws_content_top_product .jws_cat_list a { font-size:14px; }
.jws_products.jws_products_skin1 .jws_products_item .jws_content_product .jws_content_top_product .jws_cat_list span {
  display:inline-block;
  vertical-align:middle;
  margin:0 3px;
  width:4px;
  height:1px;
}
.jws_products.jws_products_skin1 .jws_products_item .jws_content_product .jws_content_top_product .jws-attr-swatches {
  -webkit-box-flex:1;
  -ms-flex:1 1 auto;
  flex:1 1 auto;
  text-align:right;
}
.jws_products.jws_products_skin1 .jws_products_item .jws_content_product .jws_content_top_product .jws-attr-swatches .swatch {
  width:10px;
  height:10px;
  display:inline-block;
  margin-left:5px;
}
.jws_products.jws_products_skin1 .jws_products_item .jws_content_product .jws_content_top_product .jws-attr-swatches .swatch span {
  width:10px;
  height:10px;
  cursor:pointer;
  -webkit-border-radius:100%;
  -ms-border-radius:100%;
  -moz-border-radius:100%;
  -o-border-radius:100%;
  border-radius:100%;
  display:inline-block;
}
.jws_products.jws_products_skin1 .jws_products_item:hover .jws_image_thumbnail_product .overlay_image_thumbnail_product { opacity:1; }
.jws_products.jws_products_skin1 .jws_products_item:hover .jws_image_thumbnail_product .product-wishlist-button { opacity:1; }
.jws_products.jws_products_skin1 .jws_products_item:hover .jws_image_thumbnail_product .jws_inner_button {
  -webkit-transform:translateY(0);
  -o-transform:translateY(0);
  -ms-transform:translateY(0);
  -moz-transform:translateY(0);
  transform:translateY(0);
  opacity:1;
}
.jws_product_nav_slider &gt; div {
  display:none;
  align-items:center;
  flex-direction:column;
  justify-content:center;
  line-height:0;
}
.jws_product_nav_slider.slider_skin2 {
  position:absolute;
  top:-40px;
  right:0;
}
.jws_product_nav_slider.slider_skin2 &gt; div {
  text-align:center;
  float:left;
  margin-right:3px;
  cursor:pointer;
  -webkit-transition:0.3s ease;
  -o-transition:0.3s ease;
  -ms-transition:0.3s ease;
  -moz-transition:0.3s ease;
  transition:0.3s ease;
}
.jws_product_nav_slider.slider_skin1 &gt; div {
  position:absolute;
  top:50%;
  text-align:center;
  cursor:pointer;
  opacity:0;
  -webkit-transition:0.3s ease;
  -o-transition:0.3s ease;
  -ms-transition:0.3s ease;
  -moz-transition:0.3s ease;
  transition:0.3s ease;
}
.jws_product_nav_slider.slider_skin1 &gt; div.jws_product_nav_slider_left {
  left:0;
  -webkit-transform:translate(-120%,-50%);
  -o-transform:translate(-120%,-50%);
  -ms-transform:translate(-120%,-50%);
  -moz-transform:translate(-120%,-50%);
  transform:translate(-120%,-50%);
}
.jws_product_nav_slider.slider_skin1 &gt; div.jws_product_nav_slider_right {
  right:0;
  -webkit-transform:translate(120%,-50%);
  -o-transform:translate(120%,-50%);
  -ms-transform:translate(120%,-50%);
  -moz-transform:translate(120%,-50%);
  transform:translate(120%,-50%);
}
.jws-products-element:hover .jws_product_nav_slider.slider_skin1 &gt; div { opacity:1; }
.jws_product_tabs { /** Nav Verticel **/ }
.jws_product_tabs .jws-tab-content:after {
  content:" ";
  display:block;
  width:20px;
  height:20px;
  -webkit-border-radius:50%;
  -ms-border-radius:50%;
  -moz-border-radius:50%;
  -o-border-radius:50%;
  border-radius:50%;
  border:2px solid #000000;
  border-color:#000000 #000000 #9E9E9E #9E9E9E;
  -webkit-animation:lds-dual-ring 0.5s linear infinite;
  -o-animation:lds-dual-ring 0.5s linear infinite;
  -ms-animation:lds-dual-ring 0.5s linear infinite;
  -moz-animation:lds-dual-ring 0.5s linear infinite;
  animation:lds-dual-ring 0.5s linear infinite;
  opacity:0;
  -webkit-transition:0.35s ease;
  -o-transition:0.35s ease;
  -ms-transition:0.35s ease;
  -moz-transition:0.35s ease;
  transition:0.35s ease;
  position:absolute;
  top:100px;
  left:50%;
  margin-left:-20px;
  margin-top:-20px;
}
.jws_product_tabs .jws-tab-content.loading:after { opacity:1; }
.jws_product_tabs .jws-tab-content.loading .jws-products-element { opacity:0; }
.jws_product_tabs.jws_tab_skin2 {
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
}
.jws_product_tabs.jws_tab_skin2 .jws_product_tabs_nav {
  -ms-flex:0 0 22.333333%;
  flex:0 0 22.333333%;
  max-width:22.333333%;
}
.jws_product_tabs.jws_tab_skin2 .jws_product_tabs_nav h3 { margin-bottom:6px; }
.jws_product_tabs.jws_tab_skin2 .jws_product_tabs_nav ul li {
  display:block;
  margin-bottom:5px;
  -webkit-transition:0.3s ease;
  -o-transition:0.3s ease;
  -ms-transition:0.3s ease;
  -moz-transition:0.3s ease;
  transition:0.3s ease;
}
.jws_product_tabs.jws_tab_skin2 .jws-tab-content {
  -ms-flex:0 0 77.666666%;
  flex:0 0 77.666666%;
  max-width:77.666666%;
  position:relative;
  overflow:hidden;
}
.jws_product_tabs.jws_tab_skin2 .jws-tab-content:after { top:50%; }
.jws_product_tabs.jws_tab_skin2 .jws-tab-content .jws_product_nav_slider &gt; div {
  top:unset;
  -webkit-transform:translateY(0%);
  -o-transform:translateY(0%);
  -ms-transform:translateY(0%);
  -moz-transform:translateY(0%);
  transform:translateY(0%);
  bottom:0;
  opacity:1;
}
.jws_product_tabs.jws_tab_skin1 .jws_product_tabs_nav ul li { position:relative; }
.jws_product_tabs.jws_tab_skin1 .jws_product_tabs_nav ul li span {
  position:relative;
  -webkit-transition:0.35s ease;
  -o-transition:0.35s ease;
  -ms-transition:0.35s ease;
  -moz-transition:0.35s ease;
  transition:0.35s ease;
}
.jws_product_tabs.jws_tab_skin1 .jws_product_tabs_nav ul li span:after {
  content:"";
  width:0%;
  height:1px;
  position:absolute;
  bottom:0;
  left:50%;
  -webkit-transition:0.35s ease;
  -o-transition:0.35s ease;
  -ms-transition:0.35s ease;
  -moz-transition:0.35s ease;
  transition:0.35s ease;
  -webkit-transform:translateX(-50%);
  -o-transform:translateX(-50%);
  -ms-transform:translateX(-50%);
  -moz-transform:translateX(-50%);
  transform:translateX(-50%);
}
.jws_product_tabs.jws_tab_skin1 .jws_product_tabs_nav ul li.active-tab-title span:after { width:100%; }
.jws_product_tabs.jws_tab_skin1 .jws_product_tabs_nav ul li:last-child:after { display:none; }
.jws_product_tabs.jws_tab_skin1 .jws_product_tabs_nav ul li:after {
  content:"";
  width:1px;
  height:10px;
  position:absolute;
  top:50%;
  right:0;
  -webkit-transform:translateY(-50%);
  -o-transform:translateY(-50%);
  -ms-transform:translateY(-50%);
  -moz-transform:translateY(-50%);
  transform:translateY(-50%);
}
.jws_product_tabs .jws_product_tabs_nav ul li {
  display:inline-block;
  cursor:pointer;
}
body[data-elementor-device-mode="mobile"] .jws_product_tabs.jws_tab_skin2, body[data-elementor-device-mode="tablet"] .jws_nav_dropdown_inner .jws_product_tabs.jws_tab_skin2 { display:block; }
body[data-elementor-device-mode="mobile"] .jws_product_tabs.jws_tab_skin2 &gt; div, body[data-elementor-device-mode="tablet"] .jws_nav_dropdown_inner .jws_product_tabs.jws_tab_skin2 &gt; div { max-width:100%; }
.star-rating {
  font-family:'FontAwesome';
  font-size:13px;
  height:20px;
  line-height:20px;
  overflow:hidden;
  position:relative;
  text-align:left;
  width:5.8em;
  letter-spacing:3px;
  display:inline-block;
  vertical-align:middle;
}
.star-rating:before, .star-rating span:before {
  content:'\f005\f005\f005\f005\f005';
  left:0;
  top:0;
  position:absolute;
}
.star-rating:before { color:#cacaca; }
.star-rating span:before {
  color:#fdba0a;
  text-indent:0;
}
.star-rating span {
  overflow:hidden;
  position:absolute;
  text-indent:-999em;
}
#jws-quickview {
  max-width:950px;
  margin:0 auto;
  background:#ffffff;
  overflow:hidden;
  -webkit-border-radius:5px;
  -ms-border-radius:5px;
  -moz-border-radius:5px;
  -o-border-radius:5px;
  border-radius:5px;
}
#jws-quickview .mfp-close {
  width:37px;
  height:37px;
  line-height:37px;
  color:#ffffff;
  top:40px;
  right:40px;
  background-color:#b9b9b9;
  -webkit-border-radius:100%;
  -ms-border-radius:100%;
  -moz-border-radius:100%;
  -o-border-radius:100%;
  border-radius:100%;
  -webkit-transition:0.3s ease;
  -o-transition:0.3s ease;
  -ms-transition:0.3s ease;
  -moz-transition:0.3s ease;
  transition:0.3s ease;
}
#jws-quickview .row_quick_view {
  -webkit-box-align:center;
  -webkit-align-items:center;
  -ms-flex-align:center;
  align-items:center;
  min-height:450px;
}
#jws-quickview .row_quick_view .jws-summary-wrap { padding:30px 0; }
#jws-quickview .row_quick_view .jws-product-image .woocommerce-product-gallery__wrapper .owl-nav &gt; div {
  position:absolute;
  top:50%;
  width:40px;
  height:40px;
  line-height:40px;
  text-align:center;
  margin-top:-20px;
  font-size:25px !important;
  -webkit-transition:0.3s ease;
  -o-transition:0.3s ease;
  -ms-transition:0.3s ease;
  -moz-transition:0.3s ease;
  transition:0.3s ease;
  opacity:0;
  visibility:hidden;
}
#jws-quickview .row_quick_view .jws-product-image .woocommerce-product-gallery__wrapper .owl-nav &gt; div.owl-prev {
  left:0;
  -webkit-transform:translateX(-10px) scale(0.8);
  -o-transform:translateX(-10px) scale(0.8);
  -ms-transform:translateX(-10px) scale(0.8);
  -moz-transform:translateX(-10px) scale(0.8);
  transform:translateX(-10px) scale(0.8);
}
#jws-quickview .row_quick_view .jws-product-image .woocommerce-product-gallery__wrapper .owl-nav &gt; div.owl-next {
  right:0;
  -webkit-transform:translateX(10px) scale(0.8);
  -o-transform:translateX(10px) scale(0.8);
  -ms-transform:translateX(10px) scale(0.8);
  -moz-transform:translateX(10px) scale(0.8);
  transform:translateX(10px) scale(0.8);
}
#jws-quickview .row_quick_view .jws-product-image .woocommerce-product-gallery__wrapper:hover .owl-nav &gt; div {
  opacity:1;
  visibility:visible;
  -webkit-transform:none;
  -o-transform:none;
  -ms-transform:none;
  -moz-transform:none;
  transform:none;
}
#jws-quickview .row_quick_view .jws-product-image .woocommerce-product-gallery__wrapper:hover .owl-nav &gt; div.disabled { opacity:0.5 !important; }
#jws-quickview .row_quick_view .jws-summary-wrap .product_title {
  font-size:28px;
  font-weight:500;
  line-height:1.5em;
  margin-bottom:16px;
  color:#333333;
}
#jws-quickview .row_quick_view .jws-summary-wrap .woocommerce-product-rating .woocommerce-review-link {
  font-size:14px;
  color:#555555;
  margin-left:5px;
}
#jws-quickview .row_quick_view .jws-summary-wrap .price {
  font-size:24px;
  font-weight:500;
  margin-bottom:22px;
}
#jws-quickview .row_quick_view .jws-summary-wrap .woocommerce-product-details__short-description { margin-bottom:34px; }
#jws-quickview .row_quick_view .jws-summary-wrap form .single_add_to_cart_button {
  border:0;
  height:54px;
  line-height:54px;
  min-width:192px;
  position:relative;
  color:#ffffff;
  text-transform:uppercase;
  font-size:14px;
  font-weight:600;
  -webkit-transition:0.3s ease;
  -o-transition:0.3s ease;
  -ms-transition:0.3s ease;
  -moz-transition:0.3s ease;
  transition:0.3s ease;
  -webkit-border-radius:40px;
  -ms-border-radius:40px;
  -moz-border-radius:40px;
  -o-border-radius:40px;
  border-radius:40px;
  padding: 0;
}
#jws-quickview .row_quick_view .jws-summary-wrap form .single_add_to_cart_button:before {
  font-family:Flaticon;
  font-size:20px;
  content:"\f101";
  display:inline-block;
  margin-right:10px;
  font-weight:400;
  line-height:33px;
}
#jws-quickview .row_quick_view .jws-summary-wrap form .jws-compare-btn, #jws-quickview .row_quick_view .jws-summary-wrap form .jws-wishlist-btn {
  background:#fbfbfb;
  width:54px;
  height:54px;
  line-height:54px;
  display:inline-block;
  text-align:center;
  margin-left:3px;
  -webkit-border-radius:100%;
  -ms-border-radius:100%;
  -moz-border-radius:100%;
  -o-border-radius:100%;
  border-radius:100%;
  color:#999999;
  vertical-align:middle;
  -webkit-transition:0.35s ease;
  -o-transition:0.35s ease;
  -ms-transition:0.35s ease;
  -moz-transition:0.35s ease;
  transition:0.35s ease;
}
#jws-quickview .row_quick_view .jws-summary-wrap form .jws-compare-btn:after, #jws-quickview .row_quick_view .jws-summary-wrap form .jws-wishlist-btn:after {
  width:17px;
  height:17px;
}
#jws-quickview .row_quick_view .jws-summary-wrap form .jws-compare-btn:hover, #jws-quickview .row_quick_view .jws-summary-wrap form .jws-wishlist-btn:hover { color:#ffffff; }
#jws-quickview .row_quick_view .jws-summary-wrap form .jws-compare-btn.added &gt; span:before, #jws-quickview .row_quick_view .jws-summary-wrap form .jws-wishlist-btn.added &gt; span:before { content:"\ea10" !important; }
#jws-quickview .row_quick_view .jws-summary-wrap form .quantity { margin-bottom:15px; }
#jws-quickview .row_quick_view .jws-summary-wrap form .quantity .input-text {
  max-width:312px;
  height:52px;
  line-height:52px;
  -webkit-border-radius:40px;
  -ms-border-radius:40px;
  -moz-border-radius:40px;
  -o-border-radius:40px;
  border-radius:40px;
  border:1px solid #d4d4d4;
  padding:0 30px;
}
#jws-quickview .row_quick_view .jws-summary-wrap .product_meta { margin-top:22px; }
#jws-quickview .row_quick_view .jws-summary-wrap .product_meta &gt; span { display:block; }
#jws-quickview .row_quick_view .jws-summary-wrap .variations_form .variations {
  margin-bottom:28px;
  margin-bottom:26px;
}
#jws-quickview .row_quick_view .jws-summary-wrap .variations_form .variations tr { display:block !important; }
#jws-quickview .row_quick_view .jws-summary-wrap .variations_form .variations .label label {
  margin-right:20px;
  color:#333333;
}
#jws-quickview .row_quick_view .jws-summary-wrap .variations_form .variations .value { position:relative; }
#jws-quickview .row_quick_view .jws-summary-wrap .variations_form .variations .value .reset_variations {
  position:absolute;
  top:0;
  right:0;
  left:100%;
  color:#666666;
  font-size:14px;
}
#jws-quickview .row_quick_view .jws-summary-wrap .variations_form .variations .value .tawcvs-swatches { padding:0; }
#jws-quickview .row_quick_view .jws-summary-wrap .variations_form .variations .value .tawcvs-swatches .swatch { margin-right:6px; }
#jws-quickview .row_quick_view .jws-summary-wrap .variations_form .variations .value .tawcvs-swatches .swatch-color, #jws-quickview .row_quick_view .jws-summary-wrap .variations_form .variations .value .tawcvs-swatches .swatch-image {
  border:0 !important;
  width:13px;
  height:13px;
  line-height:13px;
  margin-right:6px;
}
#jws-quickview .row_quick_view .jws-summary-wrap .variations_form .variations .value .tawcvs-swatches .swatch-color.selected:before, #jws-quickview .row_quick_view .jws-summary-wrap .variations_form .variations .value .tawcvs-swatches .swatch-image.selected:before {
  border:solid #fbfbfb;
  border-width:0 2px 2px 0;
  top:2.3px;
  left:4px;
  width:3px;
  height:5px;
}
#jws-quickview .row_quick_view .jws-summary-wrap .variations_form .variations .value .tawcvs-swatches .swatch-image img { display:block; }
@media (max-width: 767px) {
  .jws_products.jws_products_skin2 .jws_products_item .jws_image_thumbnail_product .jws_inner_button li { font-size:14px; }
  .jws_products.jws_products_skin2 .jws_products_item .jws_image_thumbnail_product .jws_inner_button li a {
    width:40px;
    height:45px;
  }
  #jws-quickview .mfp-close {
    width:30px;
    height:30px;
    line-height:30px;
    top:20px;
    right:20px;
    font-size:20px;
  }
  #jws-quickview .row_quick_view .jws-summary-wrap .product_title {
    font-size:18px;
    margin-bottom:5px;
  }
  #jws-quickview .row_quick_view .jws-summary-wrap .product_meta { margin-top:10px; }
  #jws-quickview .row_quick_view .jws-summary-wrap .price {
    font-size:16px;
    margin-bottom:5px;
  }
  #jws-quickview .row_quick_view .jws-summary-wrap .woocommerce-product-details__short-description {
    margin-bottom:10px;
    font-size:14px;
  }
  #jws-quickview .row_quick_view .jws-summary-wrap .variations_form .variations { margin-bottom:12px; }
  #jws-quickview .row_quick_view .jws-summary-wrap form .single_add_to_cart_button {
    min-width:170px;
    font-size:12px;
  }
}
body .tawcvs-swatches .swatch.selected {
  -webkit-box-shadow:none;
  -moz-box-shadow:none;
  box-shadow:none;
}
.jws-wishlist-table.loading &gt; .jws-wishlist-row, .jws-wishlist-table.loading .add_all_product { opacity:0.7; }
.jws-wishlist-table.loading .wishlist-loader { opacity:1; }
.jws-wishlist-table .wishlist-loader {
  display:block;
  width:20px;
  height:20px;
  -webkit-border-radius:50%;
  -ms-border-radius:50%;
  -moz-border-radius:50%;
  -o-border-radius:50%;
  border-radius:50%;
  border:2px solid #000000;
  border-color:#000000 #000000 #000000 #f7f7f7;
  -webkit-animation:lds-dual-ring 0.5s linear infinite;
  -o-animation:lds-dual-ring 0.5s linear infinite;
  -ms-animation:lds-dual-ring 0.5s linear infinite;
  -moz-animation:lds-dual-ring 0.5s linear infinite;
  animation:lds-dual-ring 0.5s linear infinite;
  opacity:0;
  -webkit-transition:0.35s all;
  -o-transition:0.35s all;
  -ms-transition:0.35s all;
  -moz-transition:0.35s all;
  transition:0.35s all;
  position:absolute;
  top:50%;
  left:50%;
  margin-left:-10px;
  margin-top:-10px;
}
.jws-wishlist-table .add_all_product {
  margin-top:37px;
  -webkit-transition:0.35s all;
  -o-transition:0.35s all;
  -ms-transition:0.35s all;
  -moz-transition:0.35s all;
  transition:0.35s all;
}
.jws-wishlist-table .add_all_product a {
  min-width:140px;
  padding:14px 60px;
  -webkit-border-radius:40px;
  -ms-border-radius:40px;
  -moz-border-radius:40px;
  -o-border-radius:40px;
  border-radius:40px;
  background:#333333;
  color:#ffffff;
  display:block;
  float:right;
  position:relative;
  z-index:1;
}
.jws-wishlist-table .jws-wishlist-row {
  -webkit-transition:0.35s all;
  -o-transition:0.35s all;
  -ms-transition:0.35s all;
  -moz-transition:0.35s all;
  transition:0.35s all;
}
.jws-wishlist-table .jws-wishlist-row thead {
  background:#0c0c0c;
  color:#ffffff;
  text-align:left;
}
.jws-wishlist-table .jws-wishlist-row thead tr th { text-align:center; }
.jws-wishlist-table .jws-wishlist-row thead tr th:first-child {
  padding:20px 5%;
  text-align:left;
}
.jws-wishlist-table .jws-wishlist-row tbody {
  border-left:4px solid #f2f2f2;
  border-right:4px solid #f2f2f2;
}
.jws-wishlist-table .jws-wishlist-row tbody tr { border-bottom:2px solid #f2f2f2; }
.jws-wishlist-table .jws-wishlist-row tbody tr td { vertical-align:middle; }
.jws-wishlist-table .jws-wishlist-row tbody tr .wishlist_action .add-to-cart-loop {
  min-width:140px;
  padding:10px 15px;
  -webkit-border-radius:40px;
  -ms-border-radius:40px;
  -moz-border-radius:40px;
  -o-border-radius:40px;
  border-radius:40px;
  background:#333333;
  color:#ffffff;
  display:inline-block;
  vertical-align:middle;
  margin:5px 5px;
}
.jws-wishlist-table .jws-wishlist-row tbody tr .wishlist_action .jws-wishlist-remove {
  color:#333333;
  width:48px;
  height:48px;
  background:#ffffff;
  line-height:48px;
  display:inline-block;
  box-shadow:0 0 18px rgba(0,0,0,0.13);
  -ms-box-shadow:0 0 18px rgba(0,0,0,0.13);
  -moz-box-shadow:0 0 18px rgba(0,0,0,0.13);
  -o-box-shadow:0 0 18px rgba(0,0,0,0.13);
  -webkit-box-shadow:0 0 18px rgba(0,0,0,0.13);
  -webkit-border-radius:100%;
  -ms-border-radius:100%;
  -moz-border-radius:100%;
  -o-border-radius:100%;
  border-radius:100%;
  vertical-align:middle;
}
.jws-wishlist-table .jws-wishlist-row tbody tr td.jws_wishlist_detail { padding:25px 4%; }
.jws-wishlist-table .jws-wishlist-row tbody tr td:not(.jws_wishlist_detail) {
  text-align:center;
  padding:25px 30px;
}
.jws-wishlist-table .jws-wishlist-row tbody tr .price { background:#f9f9f9; }
.jws-wishlist-table .jws-wishlist-row tbody tr .price .star-rating {
  display:block;
  margin:0 auto;
}
.jws-wishlist-table .jws-wishlist-row tbody tr .wishlist_action { background:#f9f9f9; }
.jws-wishlist-table .jws-wishlist-row tbody tr .jws_wishlist_detail .product-image {
  display:inline-block;
  max-width:66px;
  margin-right:30px;
  vertical-align:middle;
}
.jws-wishlist-table .jws-wishlist-row tbody tr .jws_wishlist_detail .product-title {
  display:inline-block;
  width:calc(100% - 100px);
  vertical-align:middle;
}
.jws-empty-wishlist, .jws-empty-compare {
  font-size:20px;
  color:#333333;
  font-weight:500;
  margin-bottom:25px;
}
.return-to-shop a {
  min-width:140px;
  padding:14px 60px;
  -webkit-border-radius:40px;
  -ms-border-radius:40px;
  -moz-border-radius:40px;
  -o-border-radius:40px;
  border-radius:40px;
  background:#333333;
  color:#ffffff;
  display:inline-block;
  margin-top:30px;
}
@media (max-width: 767px) {
  .jws_products.jws_products_skin9 .jws_products_item .jws_content_product, .jws_products.jws_products_skin1 .jws_products_item .jws_content_product {
    padding-top:5px;
    padding-bottom:5px;
  }
  .jws_products.jws_products_skin9 .jws_products_item .jws_content_product .jws_content_center_product, .jws_products.jws_products_skin1 .jws_products_item .jws_content_product .jws_content_center_product { margin:0; }
  .jws_products.jws_products_skin4 .jws_products_item .jws_content_product .jws_content_center_product { margin:0; }
  .jws-wishlist-table .jws-wishlist-row thead { display:none; }
  .jws-wishlist-table .jws-wishlist-row tbody {
    display:block;
    border:none;
  }
  .jws-wishlist-table .jws-wishlist-row tbody tr {
    display:block;
    width:100%;
    margin-bottom:15px;
    border:2px solid #f2f2f2;
  }
  .jws-wishlist-table .jws-wishlist-row tbody tr td {
    display:block;
    text-align:center;
  }
  .jws-wishlist-table .jws-wishlist-row tbody tr td .product-image {
    margin-right:0 !important;
    margin-bottom:15px !important;
  }
  .jws-wishlist-table .jws-wishlist-row tbody tr td .product-title { width:100% !important; }
}
.jws-compare-table .jws-compare-row {
  display:flex;
  flex-direction:row;
  flex-wrap:nowrap;
  border-bottom:1px solid #efefef;
}
.jws-compare-table .jws-compare-row:first-child { border-top:1px solid #efefef; }
.jws-compare-table .jws-compare-row.jws-basic {
  justify-content:flex-start;
  padding-top:0;
}
.jws-compare-table .jws-compare-row.compare-basic .jws-compare-col { padding:15px; }
.jws-compare-table .jws-compare-row .jws-compare-col {
  display:flex;
  flex-direction:column;
  padding:25px;
  word-break:break-word;
}
.jws-compare-table .jws-compare-row .jws-compare-col .add-to-cart-loop {
  min-width:120px;
  padding:6.5px 25px;
  -webkit-border-radius:40px;
  -ms-border-radius:40px;
  -moz-border-radius:40px;
  -o-border-radius:40px;
  border-radius:40px;
  background:#333333;
  color:#ffffff;
  display:inline-block;
  vertical-align:middle;
  margin-bottom:35px;
}
.jws-compare-table .jws-compare-row .jws-compare-col .jws-compare-remove {
  position:relative;
  padding-left:20px;
}
.jws-compare-table .jws-compare-row .jws-compare-col .jws-compare-remove.loading .remove-loader { opacity:1; }
.jws-compare-table .jws-compare-row .jws-compare-col .jws-compare-remove.loading:before, .jws-compare-table .jws-compare-row .jws-compare-col .jws-compare-remove.loading:after { opacity:0; }
.jws-compare-table .jws-compare-row .jws-compare-col .jws-compare-remove .remove-loader {
  display:block;
  width:12px;
  height:12px;
  -webkit-border-radius:50%;
  -ms-border-radius:50%;
  -moz-border-radius:50%;
  -o-border-radius:50%;
  border-radius:50%;
  border:1px solid #000000;
  border-color:#000000 #000000 #000000 #f7f7f7;
  -webkit-animation:lds-dual-ring 0.5s linear infinite;
  -o-animation:lds-dual-ring 0.5s linear infinite;
  -ms-animation:lds-dual-ring 0.5s linear infinite;
  -moz-animation:lds-dual-ring 0.5s linear infinite;
  animation:lds-dual-ring 0.5s linear infinite;
  opacity:0;
  -webkit-transition:0.35s all;
  -o-transition:0.35s all;
  -ms-transition:0.35s all;
  -moz-transition:0.35s all;
  transition:0.35s all;
  position:absolute;
  top:50%;
  left:0;
  margin-top:-8px;
}
.jws-compare-table .jws-compare-row .jws-compare-col .jws-compare-remove:before {
  content:" ";
  position:absolute;
  top:42%;
  display:inline-block;
  margin-top:-1px;
  width:12px;
  height:3px;
  background-color:currentColor;
  transition:0.3s ease, opacity 0s;
  -webkit-transition:0.3s ease, opacity 0s;
  left:0;
}
.jws-compare-table .jws-compare-row .jws-compare-col .jws-compare-remove:after {
  content:" ";
  position:absolute;
  top:42%;
  display:inline-block;
  margin-top:-1px;
  width:12px;
  height:3px;
  background-color:currentColor;
  transition:0.3s ease, opacity 0s;
  -webkit-transition:0.3s ease, opacity 0s;
  left:0;
}
.jws-compare-table .jws-compare-row .jws-compare-col .jws-compare-remove:hover:after {
  -webkit-transform:rotate(-45deg);
  transform:rotate(-45deg);
}
.jws-compare-table .jws-compare-row .jws-compare-col .jws-compare-remove:hover:before {
  -webkit-transform:rotate(45deg);
  transform:rotate(45deg);
}
.jws-compare-table .jws-compare-row .jws-compare-col.compare-field {
  flex:0 0 20%;
  color:#2d2a2a;
  text-transform:uppercase;
  font-weight:600;
  font-size:16px;
}
.jws-compare-table .jws-compare-row .jws-compare-col.compare-value {
  flex:0 1 26.6666%;
  align-items:center;
  text-align:center;
}
.jws-compare-table .jws-compare-row .jws-compare-col.compare-value .compare-basic-content .product-image {
  margin-bottom:21px;
  display:block;
}
.jws-compare-table .jws-compare-row .jws-compare-col.compare-value .compare-basic-content .product-ctegory { margin-bottom:3px; }
.jws-compare-table .jws-compare-row .jws-compare-col.compare-value .compare-basic-content .product-title { margin-bottom:11px; }
.jws-compare-table .jws-compare-row .jws-compare-col.compare-value .compare-basic-content .price { margin-bottom:29px; }
.jws-compare-table .jws-compare-row .jws-compare-col:not(:last-child) { border-right:1px solid #efefef; }
@media (max-width: 1024px) {
  .jws-compare-table {
    overflow-x:auto;
    -webkit-overflow-scrolling:touch;
  }
  .jws-compare-table .jws-compare-row .jws-compare-col.compare-field { flex:0 0 33.33%; }
  .jws-compare-table .jws-compare-row .jws-compare-col.compare-value { flex:1 0 33.33333%; }
}
@media (max-width: 576px) {
  .jws-compare-table .jws-compare-row .jws-compare-col { flex:1 0 75% !important; }
  .jws-compare-table .jws-compare-row .compare-field { display:none; }
}
.ui-slider {
  position:relative;
  text-align:left;
}
.widget_price_filter .ui-slider .ui-slider-handle:last-child { margin-left:-18px; }
.ui-slider .ui-slider-handle {
  position:absolute;
  z-index:2;
  width:10px;
  height:10px;
  cursor:pointer;
  outline:none;
  top:-5.5px;
  -webkit-border-radius:100%;
  -ms-border-radius:100%;
  -moz-border-radius:100%;
  -o-border-radius:100%;
  border-radius:100%;
  background-color:#0b0b0b;
}
.ui-slider .ui-slider-range {
  position:absolute;
  z-index:1;
  display:block;
  border:0;
  background:#2b2b2b;
}
.price_slider_wrapper .ui-widget-content {
  background:#d7d7d7;
  border:none;
}
.ui-slider-horizontal { height:2px; }
.ui-slider-horizontal .ui-slider-range {
  top:0;
  height:100%;
}
.ui-slider-horizontal .ui-slider-range-min { left:-1px; }
.ui-slider-horizontal .ui-slider-range-max { right:-1px; }
.price_slider_amount .price_label { margin-bottom:9px; }
.price_slider_amount .price_label .to { float:right; }
.price_slider_amount:before, .price_slider_amount:after {
  display:table;
  content:" ";
}
.price_slider_amount:after { clear:both; }
.price_slider_amount .button {
  margin-top:15px;
  min-width:55px;
  text-align:center;
  height:30px;
  line-height:30px;
  background-color:#ededed;
  border:none;
  display:block;
  padding:0 15px;
  vertical-align:bottom;
  outline:none;
  -webkit-transition:0.3s ease;
  -o-transition:0.3s ease;
  -ms-transition:0.3s ease;
  -moz-transition:0.3s ease;
  transition:0.3s ease;
  position:relative;
  overflow:hidden;
  letter-spacing:0.5px;
}
.product-categories &gt; li {
  padding:10px 27px;
  margin-bottom:2px;
  -webkit-border-radius:3px;
  -ms-border-radius:3px;
  -moz-border-radius:3px;
  -o-border-radius:3px;
  border-radius:3px;
  background-color:#fbfbfb;
}
.product-categories &gt; li.active .cat_btn {
  -webkit-transform:rotate(-90deg);
  -o-transform:rotate(-90deg);
  -ms-transform:rotate(-90deg);
  -moz-transform:rotate(-90deg);
  transform:rotate(-90deg);
}
.product-categories &gt; li .cat_btn {
  position:absolute;
  top:11px;
  right:26px;
  cursor:pointer;
  -webkit-transition:0.25s ease;
  -o-transition:0.25s ease;
  -ms-transition:0.25s ease;
  -moz-transition:0.25s ease;
  transition:0.25s ease;
  -webkit-transform:rotate(90deg);
  -o-transform:rotate(90deg);
  -ms-transform:rotate(90deg);
  -moz-transform:rotate(90deg);
  transform:rotate(90deg);
}
.product-categories &gt; li .cat_btn:before {
  content:"\ebd7";
  font-family:'icomoon' !important;
  font-size:10px;
}
.product-categories &gt; li .children {
  display:none;
  border-top:1px solid #ececec;
  margin-top:4px;
}
.product-categories &gt; li .children li {
  font-size:14px;
  font-weight:400;
}
.product-categories &gt; li .children li a { color:#666666; }
.jws_filter_attr li:not(.show-color):not(.show-image) .count-atr { display:none; }
.jws_filter_attr li:not(.show-color):not(.show-image).chosen .nav-title:after, .jws_filter_attr li:not(.show-color):not(.show-image):focus .nav-title:after { opacity:1; }
.jws_filter_attr li:not(.show-color):not(.show-image) .nav-title { position:relative; }
.jws_filter_attr li:not(.show-color):not(.show-image) .nav-title span { margin-left:25px; }
.jws_filter_attr li:not(.show-color):not(.show-image) .nav-title:before {
  width:14px;
  height:14px;
  content:"";
  -webkit-border-radius:100%;
  -ms-border-radius:100%;
  -moz-border-radius:100%;
  -o-border-radius:100%;
  border-radius:100%;
  border:2px solid #d6d6d6;
  display:inline-block;
  position:absolute;
  left:0;
  top:4px;
}
.jws_filter_attr li:not(.show-color):not(.show-image) .nav-title:after {
  content:"\f00c";
  position:absolute;
  font-family:"Font Awesome 5 Free";
  left:3.5px;
  top:-3px;
  font-size:8px;
  opacity:0;
  color:#ffffff;
}
.jws_filter_attr li.show-image .swatch {
  background-size:cover;
  background-position:center;
}
.jws_filter_attr li.show-image, .jws_filter_attr li.show-color {
  margin-right:6px;
  display:inline-block;
}
.jws_filter_attr li.show-image .count-atr, .jws_filter_attr li.show-color .count-atr { display:none; }
.jws_filter_attr li.show-image a .nav-title, .jws_filter_attr li.show-color a .nav-title { display:none; }
.jws_filter_attr li.show-image a .swatch, .jws_filter_attr li.show-color a .swatch {
  display:block;
  width:13px;
  height:13px;
  -webkit-border-radius:100%;
  -ms-border-radius:100%;
  -moz-border-radius:100%;
  -o-border-radius:100%;
  border-radius:100%;
}
body[data-elementor-device-mode="tablet"] .jws-sidebar-fix-on.active, body[data-elementor-device-mode="mobile"] .jws-sidebar-fix-on.active {
  background:rgba(0,0,0,0.5);
  position:fixed;
  width:100% !important;
  height:100%;
  -webkit-transition:background 0.3s ease;
  -o-transition:background 0.3s ease;
  -ms-transition:background 0.3s ease;
  -moz-transition:background 0.3s ease;
  transition:background 0.3s ease;
  z-index:9999999;
  top:0;
  left:0;
}
body[data-elementor-device-mode="tablet"] .jws-sidebar-fix-on &gt; .elementor-column-wrap, body[data-elementor-device-mode="mobile"] .jws-sidebar-fix-on &gt; .elementor-column-wrap {
  position:fixed;
  max-width:270px;
  left:0;
  top:0;
  z-index:999999;
  overflow:auto;
  height:100%;
  -webkit-transform:translateX(-100%);
  -o-transform:translateX(-100%);
  -ms-transform:translateX(-100%);
  -moz-transform:translateX(-100%);
  transform:translateX(-100%);
}
body[data-elementor-device-mode="tablet"] .jws-sidebar-fix-on.active &gt; .elementor-column-wrap, body[data-elementor-device-mode="mobile"] .jws-sidebar-fix-on.active &gt; .elementor-column-wrap {
  -webkit-transform:translateX(0%);
  -o-transform:translateX(0%);
  -ms-transform:translateX(0%);
  -moz-transform:translateX(0%);
  transform:translateX(0%);
  -webkit-transition:0.3s ease !important;
  -o-transition:0.3s ease !important;
  -ms-transition:0.3s ease !important;
  -moz-transition:0.3s ease !important;
  transition:0.3s ease !important;
}
body[data-elementor-device-mode="desktop"] .jws_products.jws_products_skin7 .jws_products_item .jws_content_product .jws_inner_button li.product-add-to-cart { display:none; }
body[data-elementor-device-mode="tablet"] .jws_products.jws_products_skin7 .jws_products_item .jws_content_product .jws_content_action_product .jws_content_action_h_product &gt; .add_to_cart_btn { display:none; }
body[data-elementor-device-mode="mobile"] .jws_products.jws_products_skin7 .jws_products_item .jws_content_product .jws_content_action_product .jws_content_action_h_product &gt; .add_to_cart_btn { display:none; }
body[data-elementor-device-mode="mobile"] .jws_products.jws_products_skin4 .jws_products_item .jws_content_product .add_to_cart_btn:hover { width:57px; }
body[data-elementor-device-mode="mobile"] .jws_products.jws_products_skin4 .jws_products_item .jws_content_product .add_to_cart_btn:hover span { display:none; }
body[data-elementor-device-mode="mobile"] .jws_products.jws_products_skin6 .jws_products_item .jws_item_inner { padding:30px 10px; }
@keyframes lds-dual-ring {
  0% { transform:rotate(0deg); }
  100% { transform:rotate(360deg); }
}
@-webkit-keyframes lds-dual-ring {
  0% {
    -webkit-transform:rotate(0deg);
    transform:rotate(0deg);
  }
  100% {
    -webkit-transform:rotate(360deg);
    transform:rotate(360deg);
  }
}
.lds-dual-ring {
  -webkit-animation-name:lds-dual-ring;
  animation-name:lds-dual-ring;
}
* {
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
}
body .dialog-message { font-size:initial; }
.slick-track &gt; .slick-slide:first-child { display:block; }
.hidden {
  display:none !important;
  visibility:hidden !important;
}
.elementor-icon-list-text {
  -webkit-transition:0.3s ease;
  -o-transition:0.3s ease;
  -ms-transition:0.3s ease;
  -moz-transition:0.3s ease;
  transition:0.3s ease;
}
.elementor-sticky__spacer { opacity:0; }
body {
  -webkit-transition:0.35s all;
  -o-transition:0.35s all;
  -ms-transition:0.35s all;
  -moz-transition:0.35s all;
  transition:0.35s all;
}
body .elementor-icon i:before {
  position:relative;
  left:initial;
}
.jws_row {
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
}
@media (min-width: 767px) {
  .jws_row {
    margin-right:-15px;
    margin-left:-15px;
  }
}
@media (min-width: 1024px) {
  .jws_scrollbar {
    scrollbar-color:#333333 slategrey;
    scrollbar-width:thin;
  }
  .jws_scrollbar::-webkit-scrollbar { width:2px; }
  .jws_scrollbar::-webkit-scrollbar-track { -webkit-box-shadow:inset 0 0 2px rgba(0,0,0,0.2); }
  .jws_scrollbar::-webkit-scrollbar-thumb {
    background-color:grey;
    outline:2px solid slategrey;
  }
}
rs-module-wrap { z-index:0 !important; }
.jws-col-1, .jws-col-2, .jws-col-3, .jws-col-4, .jws-col-5, .jws-col-6, .jws-col-7, .jws-col-8, .jws-col-9, .jws-col-10, .jws-col-11, .jws-col-12, .col, .jws-col-auto, .jws-col-sm-1, .jws-col-sm-2, .jws-col-sm-3, .jws-col-sm-4, .jws-col-sm-5, .jws-col-sm-6, .jws-col-sm-7, .jws-col-sm-8, .jws-col-sm-9, .jws-col-sm-10, .jws-col-sm-11, .jws-col-sm-12, .jws-col-md-1, .jws-col-md-2, .jws-col-md-3, .jws-col-md-4, .jws-col-md-5, .jws-col-md-6, .jws-col-md-7, .jws-col-md-8, .jws-col-md-9, .jws-col-md-10, .jws-col-md-11, .jws-col-md-12, .jws-col-lg-1, .jws-col-lg-2, .jws-col-lg-3, .jws-col-lg-4, .jws-col-lg-5, .jws-col-lg-6, .jws-col-lg-7, .jws-col-lg-8, .jws-col-lg-9, .jws-col-lg-10, .jws-col-lg-11, .jws-col-lg-12, .jws-col-xl-1, .jws-col-xl-2, .jws-col-xl-3, .jws-col-xl-4, .jws-col-xl-5, .jws-col-xl-6, .jws-col-xl-7, .jws-col-xl-8, .jws-col-xl-9, .jws-col-xl-10, .jws-col-xl-11, .jws-col-xl-12, .jws-col-xl {
  position:relative;
  width:100%;
  min-height:1px;
  padding-right:15px;
  padding-left:15px;
}
.col {
  -ms-flex-preferred-size:0;
  flex-basis:0%;
  -ms-flex-positive:1;
  flex-grow:1;
  max-width:100%;
}
.jws-col-1 {
  -ms-flex:0 0 8.333333%;
  flex:0 0 8.333333%;
  max-width:8.333333%;
}
.jws-col-2 {
  -ms-flex:0 0 16.666667%;
  flex:0 0 16.666667%;
  max-width:16.666667%;
}
.jws-col-3 {
  -ms-flex:0 0 25%;
  flex:0 0 25%;
  max-width:25%;
}
.jws-col-4 {
  -ms-flex:0 0 33.333333%;
  flex:0 0 33.333333%;
  max-width:33.333333%;
}
.jws-col-5 {
  -ms-flex:0 0 41.666667%;
  flex:0 0 41.666667%;
  max-width:41.666667%;
}
.jws-col-6 {
  -ms-flex:0 0 50%;
  flex:0 0 50%;
  max-width:50%;
}
.jws-col-7 {
  -ms-flex:0 0 58.333333%;
  flex:0 0 58.333333%;
  max-width:58.333333%;
}
.jws-col-8 {
  -ms-flex:0 0 66.666667%;
  flex:0 0 66.666667%;
  max-width:66.666667%;
}
.jws-col-9 {
  -ms-flex:0 0 75%;
  flex:0 0 75%;
  max-width:75%;
}
.jws-col-10 {
  -ms-flex:0 0 83.333333%;
  flex:0 0 83.333333%;
  max-width:83.333333%;
}
.jws-col-11 {
  -ms-flex:0 0 91.666667%;
  flex:0 0 91.666667%;
  max-width:91.666667%;
}
.jws-col-12 {
  -ms-flex:0 0 100%;
  flex:0 0 100%;
  max-width:100%;
}
media (min-width:576px) .jws-col-sm {
  -ms-flex-preferred-size:0;
  flex-basis:0%;
  -ms-flex-positive:1;
  flex-grow:1;
  max-width:100%;
}
media (min-width:576px) .jws-col-sm-1 {
  -ms-flex:0 0 8.333333%;
  flex:0 0 8.333333%;
  max-width:8.333333%;
}
media (min-width:576px) .jws-col-sm-2 {
  -ms-flex:0 0 16.666667%;
  flex:0 0 16.666667%;
  max-width:16.666667%;
}
media (min-width:576px) .jws-col-sm-3 {
  -ms-flex:0 0 25%;
  flex:0 0 25%;
  max-width:25%;
}
media (min-width:576px) .jws-col-sm-4 {
  -ms-flex:0 0 33.333333%;
  flex:0 0 33.333333%;
  max-width:33.333333%;
}
media (min-width:576px) .jws-col-sm-5 {
  -ms-flex:0 0 41.666667%;
  flex:0 0 41.666667%;
  max-width:41.666667%;
}
media (min-width:576px) .jws-col-sm-6 {
  -ms-flex:0 0 50%;
  flex:0 0 50%;
  max-width:50%;
}
media (min-width:576px) .jws-col-sm-7 {
  -ms-flex:0 0 58.333333%;
  flex:0 0 58.333333%;
  max-width:58.333333%;
}
media (min-width:576px) .jws-col-sm-8 {
  -ms-flex:0 0 66.666667%;
  flex:0 0 66.666667%;
  max-width:66.666667%;
}
media (min-width:576px) .jws-col-sm-9 {
  -ms-flex:0 0 75%;
  flex:0 0 75%;
  max-width:75%;
}
media (min-width:576px) .jws-col-sm-10 {
  -ms-flex:0 0 83.333333%;
  flex:0 0 83.333333%;
  max-width:83.333333%;
}
media (min-width:576px) .jws-col-sm-11 {
  -ms-flex:0 0 91.666667%;
  flex:0 0 91.666667%;
  max-width:91.666667%;
}
media (min-width:576px) .jws-col-sm-12 {
  -ms-flex:0 0 100%;
  flex:0 0 100%;
  max-width:100%;
}
@media (min-width: 769px) {
  .jws-col-md {
    -ms-flex-preferred-size:0;
    flex-basis:0%;
    -ms-flex-positive:1;
    flex-grow:1;
    max-width:100%;
  }
  .jws-col-md-1 {
    -ms-flex:0 0 8.333333%;
    flex:0 0 8.333333%;
    max-width:8.333333%;
  }
  .jws-col-md-2 {
    -ms-flex:0 0 16.666667%;
    flex:0 0 16.666667%;
    max-width:16.666667%;
  }
  .jws-col-md-3 {
    -ms-flex:0 0 25%;
    flex:0 0 25%;
    max-width:25%;
  }
  .jws-col-md-4 {
    -ms-flex:0 0 33.333333%;
    flex:0 0 33.333333%;
    max-width:33.333333%;
  }
  .jws-col-md-5 {
    -ms-flex:0 0 41.666667%;
    flex:0 0 41.666667%;
    max-width:41.666667%;
  }
  .jws-col-md-6 {
    -ms-flex:0 0 50%;
    flex:0 0 50%;
    max-width:50%;
  }
  .jws-col-md-7 {
    -ms-flex:0 0 58.333333%;
    flex:0 0 58.333333%;
    max-width:58.333333%;
  }
  .jws-col-md-8 {
    -ms-flex:0 0 66.666667%;
    flex:0 0 66.666667%;
    max-width:66.666667%;
  }
  .jws-col-md-9 {
    -ms-flex:0 0 75%;
    flex:0 0 75%;
    max-width:75%;
  }
  .jws-col-md-10 {
    -ms-flex:0 0 83.333333%;
    flex:0 0 83.333333%;
    max-width:83.333333%;
  }
  .jws-col-md-11 {
    -ms-flex:0 0 91.666667%;
    flex:0 0 91.666667%;
    max-width:91.666667%;
  }
  .jws-col-md-12 {
    -ms-flex:0 0 100%;
    flex:0 0 100%;
    max-width:100%;
  }
}
@media (min-width: 1025px) {
  .jws-col-lg {
    -ms-flex-preferred-size:0;
    flex-basis:0%;
    -ms-flex-positive:1;
    flex-grow:1;
    max-width:100%;
  }
  .jws-col-lg-1 {
    -ms-flex:0 0 8.333333%;
    flex:0 0 8.333333%;
    max-width:8.333333%;
  }
  .jws-col-lg-2 {
    -ms-flex:0 0 16.666667%;
    flex:0 0 16.666667%;
    max-width:16.666667%;
  }
  .jws-col-lg-3 {
    -ms-flex:0 0 25%;
    flex:0 0 25%;
    max-width:25%;
  }
  .jws-col-lg-4 {
    -ms-flex:0 0 33.333333%;
    flex:0 0 33.333333%;
    max-width:33.333333%;
  }
  .jws-col-lg-5 {
    -ms-flex:0 0 41.666667%;
    flex:0 0 41.666667%;
    max-width:41.666667%;
  }
  .jws-col-lg-6 {
    -ms-flex:0 0 50%;
    flex:0 0 50%;
    max-width:50%;
  }
  .jws-col-lg-7 {
    -ms-flex:0 0 58.333333%;
    flex:0 0 58.333333%;
    max-width:58.333333%;
  }
  .jws-col-lg-8 {
    -ms-flex:0 0 66.666667%;
    flex:0 0 66.666667%;
    max-width:66.666667%;
  }
  .jws-col-lg-9 {
    -ms-flex:0 0 75%;
    flex:0 0 75%;
    max-width:75%;
  }
  .jws-col-lg-10 {
    -ms-flex:0 0 83.333333%;
    flex:0 0 83.333333%;
    max-width:83.333333%;
  }
  .jws-col-lg-11 {
    -ms-flex:0 0 91.666667%;
    flex:0 0 91.666667%;
    max-width:91.666667%;
  }
  .jws-col-lg-12 {
    -ms-flex:0 0 100%;
    flex:0 0 100%;
    max-width:100%;
  }
  .jws-col-lg-20_0 {
    -ms-flex:0 0 20%;
    flex:0 0 20%;
    max-width:20%;
  }
}
.slick-dots { text-align:center; }
.slick-dots li {
  width:8px;
  height:8px;
  background:#ebebeb;
  margin-right:4px;
  display:inline-block;
  -webkit-border-radius:100%;
  -ms-border-radius:100%;
  -moz-border-radius:100%;
  -o-border-radius:100%;
  border-radius:100%;
}
.slick-dots li button { display:none; }
.slick-dots li:last-child { margin-right:0; }
.slick-dots li.slick-active {
  width:35px;
  -webkit-border-radius:10px;
  -ms-border-radius:10px;
  -moz-border-radius:10px;
  -o-border-radius:10px;
  border-radius:10px;
}
.comments-area { clear:both; }
.comments-area .logged-in-as { margin-bottom:10px !important; }
.comments-area .comment-respond {
  -webkit-animation:fadeIn 0.3s both;
  -o-animation:fadeIn 0.3s both;
  -ms-animation:fadeIn 0.3s both;
  -moz-animation:fadeIn 0.3s both;
  animation:fadeIn 0.3s both;
}
.comments-area .comment-respond .comment-reply-title {
  font-size:22px;
  font-weight:700;
  color:#333333;
  margin-bottom:30px;
}
.comments-area .comment-respond .comment-reply-title #cancel-comment-reply-link {
  color:#333333;
  font-style:italic;
  font-size:13px;
  float:right;
}
.comments-area .comment-respond .comment-form .jws_row { margin:0 -4px; }
.comments-area .comment-respond .comment-form .jws_item { padding:0 4px; }
.comments-area .comment-respond .comment-form .comment-form-cookies-consent input, .comments-area .comment-respond .comment-form .comment-form-cookies-consent label {
  display:inline-block;
  vertical-align:middle;
  width:auto;
}
.comments-area .comment-respond .comment-form .comment-form-cookies-consent input { margin-right:10px; }
.comments-area .comment-respond .comment-form .comment-form-cookies-consent label { font-size:14px; }
.comments-area .comment-respond .comment-form .form-submit {
  clear:both;
  padding-top:20px;
  margin:0;
}
.comments-area .comment-respond .comment-form .form-submit .submit {
  display:inline-block;
  position:relative;
  text-align:center;
  cursor:pointer;
  background:#000000;
  color:#ffffff;
  min-width:180px;
  height:60px;
  line-height:60px;
  -webkit-transition:0.35s all;
  -o-transition:0.35s all;
  -ms-transition:0.35s all;
  -moz-transition:0.35s all;
  transition:0.35s all;
  max-width:197px;
  display:block;
  -webkit-border-radius:40px;
  -ms-border-radius:40px;
  -moz-border-radius:40px;
  -o-border-radius:40px;
  border-radius:40px;
  font-weight:600;
  font-size:16px;
  border:none;
  outline:none;
}
.comments-area .comment-respond .comment-form input[type="text"] {
  height:60px;
  line-height:60px;
}
.comments-area .comment-respond .comment-form textarea { padding-top:25px; }
.comments-area .comment-respond .comment-form input[type="text"], .comments-area .comment-respond .comment-form textarea {
  border:1px solid #ececec;
  margin-bottom:10px;
  width:100%;
  outline:none;
  padding-left:35px;
  font-size:14px;
  -webkit-border-radius:30px;
  -ms-border-radius:30px;
  -moz-border-radius:30px;
  -o-border-radius:30px;
  border-radius:30px;
}
.comments-area .comment-respond .comment-form input[type="text"]::-webkit-input-placeholder, .comments-area .comment-respond .comment-form textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color:#999999;
}
.comments-area .comment-respond .comment-form input[type="text"]::-moz-placeholder, .comments-area .comment-respond .comment-form textarea::-moz-placeholder {
  /* Firefox 19+ */
  color:#999999;
}
.comments-area .comment-respond .comment-form input[type="text"]:-ms-input-placeholder, .comments-area .comment-respond .comment-form textarea:-ms-input-placeholder {
  /* IE 10+ */
  color:#999999;
}
.comments-area .comment-respond .comment-form input[type="text"]:-moz-placeholder, .comments-area .comment-respond .comment-form textarea:-moz-placeholder {
  /* Firefox 18- */
  color:#999999;
}
.comments-area .comment_top { margin-bottom:70px; }
.comments-area .comment_top .comments-title {
  font-size:22px;
  font-weight:700;
  color:#333333;
  margin-bottom:30px;
}
.comments-area .comment_top .comment-list {
  list-style-type:none;
  padding:0;
}
.comments-area .comment_top .comment-list li.comment { list-style-type:none; }
.comments-area .comment_top .comment-list li.comment .comment-respond { margin-bottom:50px; }
.comments-area .comment_top .comment-list li.comment .children { padding-left:70px; }
.comments-area .comment_top .comment-list li.comment .comment-body {
  margin-bottom:30px;
  background:#fbfbfb;
  padding:40px;
  -webkit-border-radius:3px;
  -ms-border-radius:3px;
  -moz-border-radius:3px;
  -o-border-radius:3px;
  border-radius:3px;
}
.comments-area .comment_top .comment-list li.comment .comment-body .comment-avatar {
  max-width:80px;
  display:inline-block;
  vertical-align:top;
  border:5px solid #ffffff;
  -webkit-border-radius:100%;
  -ms-border-radius:100%;
  -moz-border-radius:100%;
  -o-border-radius:100%;
  border-radius:100%;
  box-shadow:0 0 35px rgba(0,0,0,0.09);
  -ms-box-shadow:0 0 35px rgba(0,0,0,0.09);
  -moz-box-shadow:0 0 35px rgba(0,0,0,0.09);
  -o-box-shadow:0 0 35px rgba(0,0,0,0.09);
  -webkit-box-shadow:0 0 35px rgba(0,0,0,0.09);
  overflow:hidden;
}
.comments-area .comment_top .comment-list li.comment .comment-body .comment-info {
  width:calc(100% - 90px);
  display:inline-block;
  vertical-align:top;
  padding-left:30px;
}
.comments-area .comment_top .comment-list li.comment .comment-body .comment-info p {
  margin:0;
  font-size:15px;
}
.comments-area .comment_top .comment-list li.comment .comment-body .comment-info .comment-header-info {
  margin-bottom:7px;
  position:relative;
}
.comments-area .comment_top .comment-list li.comment .comment-body .comment-info .comment-header-info .reply {
  position:absolute;
  top:50%;
  -webkit-transform:translateY(-50%);
  -o-transform:translateY(-50%);
  -ms-transform:translateY(-50%);
  -moz-transform:translateY(-50%);
  transform:translateY(-50%);
  right:0;
}
.comments-area .comment_top .comment-list li.comment .comment-body .comment-info .comment-header-info .reply a {
  background-color:#ffffff;
  font-family:poppins;
  font-size:12px;
  padding:0px 10px;
  float:right;
  height:40px;
  min-width:95px;
  line-height:40px;
  text-align:center;
  font-size:14px;
  color:#333333;
  text-transform:uppercase;
  font-weight:bold;
  -webkit-border-radius:40px;
  -ms-border-radius:40px;
  -moz-border-radius:40px;
  -o-border-radius:40px;
  border-radius:40px;
  box-shadow:0 0 35px rgba(0,0,0,0.09);
  -ms-box-shadow:0 0 35px rgba(0,0,0,0.09);
  -moz-box-shadow:0 0 35px rgba(0,0,0,0.09);
  -o-box-shadow:0 0 35px rgba(0,0,0,0.09);
  -webkit-box-shadow:0 0 35px rgba(0,0,0,0.09);
}
.comments-area .comment_top .comment-list li.comment .comment-body .comment-info .comment-header-info .reply a:hover {
  color:#ffffff;
  background:#ececec;
}
.comments-area .comment_top .comment-list li.comment .comment-body .comment-info .comment-header-info span { display:block; }
.comments-area .comment_top .comment-list li.comment .comment-body .comment-info .comment-header-info .comment-date {
  font-size:13px;
  color:#999999;
}
.comments-area .comment_top .comment-list li.comment .comment-body .comment-info .comment-header-info .comment-author {
  font-size:18px;
  color:#333333;
  font-weight:700;
}
@media (max-width: 767px) {
  .comments-area .comment-respond .comment-reply-title { font-size:18px; }
  .comments-area .comment_top { margin-bottom:30px; }
  .comments-area .comment_top .comments-title { font-size:18px; }
  .comments-area .comment_top .comment-list li.comment .children { padding-left:30px; }
  .comments-area .comment_top .comment-list li.comment .comment-body {
    margin-bottom:10px;
    padding:15px;
  }
  .comments-area .comment_top .comment-list li.comment .comment-body .comment-avatar {
    width:100%;
    margin-bottom:15px;
  }
  .comments-area .comment_top .comment-list li.comment .comment-body .comment-info {
    width:100%;
    padding-left:0;
  }
  .comments-area .comment_top .comment-list li.comment .comment-body .comment-info .comment-header-info .comment-author { font-size:16px; }
}
.jws-pagination-number .jws_pagi_inner &gt; a {
  width:60px;
  height:60px;
  background:#444444;
  text-align:center;
  line-height:60px;
  -webkit-border-radius:5px;
  -ms-border-radius:5px;
  -moz-border-radius:5px;
  -o-border-radius:5px;
  border-radius:5px;
  display:inline-block;
  vertical-align:top;
  color:#ffffff;
}
.jws-pagination-number .jws_pagi_inner &gt; a.prev { margin-right:5px; }
.jws-pagination-number .jws_pagi_inner ul { display:inline-block; padding: 0; }
.jws-pagination-number .jws_pagi_inner ul li {
  display:inline-block;
  width:60px;
  height:60px;
  background:#ebebeb;
  text-align:center;
  line-height:60px;
  margin-right:5px;
  overflow:hidden;
  -webkit-transition:0.3s ease;
  -o-transition:0.3s ease;
  -ms-transition:0.3s ease;
  -moz-transition:0.3s ease;
  transition:0.3s ease;
  -webkit-border-radius:5px;
  -ms-border-radius:5px;
  -moz-border-radius:5px;
  -o-border-radius:5px;
  border-radius:5px;
}
.jws-pagination-number .jws_pagi_inner ul li a { display:block; }
.jws-pagination-number .jws_pagi_inner ul li span {
  background-color:#d4d4d4;
  display:block;
  line-height: 60px;
}
.row { margin:0 -15px; }
.row:before, .row:after {
  display:table;
  content:" ";
}
.row:after { clear:both; }
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position:relative;
  min-height:1px;
  padding-right:15px;
  padding-left:15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 { float:left; }
.col-xs-12 { width:100%; }
.col-xs-11 { width:91.66666667%; }
.col-xs-10 { width:83.33333333%; }
.col-xs-9 { width:75%; }
.col-xs-8 { width:66.66666667%; }
.col-xs-7 { width:58.33333333%; }
.col-xs-6 { width:50%; }
.col-xs-5 { width:41.66666667%; }
.col-xs-4 { width:33.33333333%; }
.col-xs-3 { width:25%; }
.col-xs-2 { width:16.66666667%; }
.col-xs-1 { width:8.33333333%; }
.col-xs-pull-12 { right:100%; }
.col-xs-pull-11 { right:91.66666667%; }
.col-xs-pull-10 { right:83.33333333%; }
.col-xs-pull-9 { right:75%; }
.col-xs-pull-8 { right:66.66666667%; }
.col-xs-pull-7 { right:58.33333333%; }
.col-xs-pull-6 { right:50%; }
.col-xs-pull-5 { right:41.66666667%; }
.col-xs-pull-4 { right:33.33333333%; }
.col-xs-pull-3 { right:25%; }
.col-xs-pull-2 { right:16.66666667%; }
.col-xs-pull-1 { right:8.33333333%; }
.col-xs-pull-0 { right:auto; }
.col-xs-push-12 { left:100%; }
.col-xs-push-11 { left:91.66666667%; }
.col-xs-push-10 { left:83.33333333%; }
.col-xs-push-9 { left:75%; }
.col-xs-push-8 { left:66.66666667%; }
.col-xs-push-7 { left:58.33333333%; }
.col-xs-push-6 { left:50%; }
.col-xs-push-5 { left:41.66666667%; }
.col-xs-push-4 { left:33.33333333%; }
.col-xs-push-3 { left:25%; }
.col-xs-push-2 { left:16.66666667%; }
.col-xs-push-1 { left:8.33333333%; }
.col-xs-push-0 { left:auto; }
.col-xs-offset-12 { margin-left:100%; }
.col-xs-offset-11 { margin-left:91.66666667%; }
.col-xs-offset-10 { margin-left:83.33333333%; }
.col-xs-offset-9 { margin-left:75%; }
.col-xs-offset-8 { margin-left:66.66666667%; }
.col-xs-offset-7 { margin-left:58.33333333%; }
.col-xs-offset-6 { margin-left:50%; }
.col-xs-offset-5 { margin-left:41.66666667%; }
.col-xs-offset-4 { margin-left:33.33333333%; }
.col-xs-offset-3 { margin-left:25%; }
.col-xs-offset-2 { margin-left:16.66666667%; }
.col-xs-offset-1 { margin-left:8.33333333%; }
.col-xs-offset-0 { margin-left:0; }
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 { float:left; }
  .col-sm-12 { width:100%; }
  .col-sm-11 { width:91.66666667%; }
  .col-sm-10 { width:83.33333333%; }
  .col-sm-9 { width:75%; }
  .col-sm-8 { width:66.66666667%; }
  .col-sm-7 { width:58.33333333%; }
  .col-sm-6 { width:50%; }
  .col-sm-5 { width:41.66666667%; }
  .col-sm-4 { width:33.33333333%; }
  .col-sm-3 { width:25%; }
  .col-sm-2 { width:16.66666667%; }
  .col-sm-1 { width:8.33333333%; }
  .col-sm-pull-12 { right:100%; }
  .col-sm-pull-11 { right:91.66666667%; }
  .col-sm-pull-10 { right:83.33333333%; }
  .col-sm-pull-9 { right:75%; }
  .col-sm-pull-8 { right:66.66666667%; }
  .col-sm-pull-7 { right:58.33333333%; }
  .col-sm-pull-6 { right:50%; }
  .col-sm-pull-5 { right:41.66666667%; }
  .col-sm-pull-4 { right:33.33333333%; }
  .col-sm-pull-3 { right:25%; }
  .col-sm-pull-2 { right:16.66666667%; }
  .col-sm-pull-1 { right:8.33333333%; }
  .col-sm-pull-0 { right:auto; }
  .col-sm-push-12 { left:100%; }
  .col-sm-push-11 { left:91.66666667%; }
  .col-sm-push-10 { left:83.33333333%; }
  .col-sm-push-9 { left:75%; }
  .col-sm-push-8 { left:66.66666667%; }
  .col-sm-push-7 { left:58.33333333%; }
  .col-sm-push-6 { left:50%; }
  .col-sm-push-5 { left:41.66666667%; }
  .col-sm-push-4 { left:33.33333333%; }
  .col-sm-push-3 { left:25%; }
  .col-sm-push-2 { left:16.66666667%; }
  .col-sm-push-1 { left:8.33333333%; }
  .col-sm-push-0 { left:auto; }
  .col-sm-offset-12 { margin-left:100%; }
  .col-sm-offset-11 { margin-left:91.66666667%; }
  .col-sm-offset-10 { margin-left:83.33333333%; }
  .col-sm-offset-9 { margin-left:75%; }
  .col-sm-offset-8 { margin-left:66.66666667%; }
  .col-sm-offset-7 { margin-left:58.33333333%; }
  .col-sm-offset-6 { margin-left:50%; }
  .col-sm-offset-5 { margin-left:41.66666667%; }
  .col-sm-offset-4 { margin-left:33.33333333%; }
  .col-sm-offset-3 { margin-left:25%; }
  .col-sm-offset-2 { margin-left:16.66666667%; }
  .col-sm-offset-1 { margin-left:8.33333333%; }
  .col-sm-offset-0 { margin-left:0; }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 { float:left; }
  .col-md-12 { width:100%; }
  .col-md-11 { width:91.66666667%; }
  .col-md-10 { width:83.33333333%; }
  .col-md-9 { width:75%; }
  .col-md-8 { width:66.66666667%; }
  .col-md-7 { width:58.33333333%; }
  .col-md-6 { width:50%; }
  .col-md-5 { width:41.66666667%; }
  .col-md-4 { width:33.33333333%; }
  .col-md-3 { width:25%; }
  .col-md-2 { width:16.66666667%; }
  .col-md-1 { width:8.33333333%; }
  .col-md-pull-12 { right:100%; }
  .col-md-pull-11 { right:91.66666667%; }
  .col-md-pull-10 { right:83.33333333%; }
  .col-md-pull-9 { right:75%; }
  .col-md-pull-8 { right:66.66666667%; }
  .col-md-pull-7 { right:58.33333333%; }
  .col-md-pull-6 { right:50%; }
  .col-md-pull-5 { right:41.66666667%; }
  .col-md-pull-4 { right:33.33333333%; }
  .col-md-pull-3 { right:25%; }
  .col-md-pull-2 { right:16.66666667%; }
  .col-md-pull-1 { right:8.33333333%; }
  .col-md-pull-0 { right:auto; }
  .col-md-push-12 { left:100%; }
  .col-md-push-11 { left:91.66666667%; }
  .col-md-push-10 { left:83.33333333%; }
  .col-md-push-9 { left:75%; }
  .col-md-push-8 { left:66.66666667%; }
  .col-md-push-7 { left:58.33333333%; }
  .col-md-push-6 { left:50%; }
  .col-md-push-5 { left:41.66666667%; }
  .col-md-push-4 { left:33.33333333%; }
  .col-md-push-3 { left:25%; }
  .col-md-push-2 { left:16.66666667%; }
  .col-md-push-1 { left:8.33333333%; }
  .col-md-push-0 { left:auto; }
  .col-md-offset-12 { margin-left:100%; }
  .col-md-offset-11 { margin-left:91.66666667%; }
  .col-md-offset-10 { margin-left:83.33333333%; }
  .col-md-offset-9 { margin-left:75%; }
  .col-md-offset-8 { margin-left:66.66666667%; }
  .col-md-offset-7 { margin-left:58.33333333%; }
  .col-md-offset-6 { margin-left:50%; }
  .col-md-offset-5 { margin-left:41.66666667%; }
  .col-md-offset-4 { margin-left:33.33333333%; }
  .col-md-offset-3 { margin-left:25%; }
  .col-md-offset-2 { margin-left:16.66666667%; }
  .col-md-offset-1 { margin-left:8.33333333%; }
  .col-md-offset-0 { margin-left:0; }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 { float:left; }
  .col-lg-12 { width:100%; }
  .col-lg-11 { width:91.66666667%; }
  .col-lg-10 { width:83.33333333%; }
  .col-lg-9 { width:75%; }
  .col-lg-8 { width:66.66666667%; }
  .col-lg-7 { width:58.33333333%; }
  .col-lg-6 { width:50%; }
  .col-lg-5 { width:41.66666667%; }
  .col-lg-4 { width:33.33333333%; }
  .col-lg-3 { width:25%; }
  .col-lg-2 { width:16.66666667%; }
  .col-lg-1 { width:8.33333333%; }
  .col-lg-pull-12 { right:100%; }
  .col-lg-pull-11 { right:91.66666667%; }
  .col-lg-pull-10 { right:83.33333333%; }
  .col-lg-pull-9 { right:75%; }
  .col-lg-pull-8 { right:66.66666667%; }
  .col-lg-pull-7 { right:58.33333333%; }
  .col-lg-pull-6 { right:50%; }
  .col-lg-pull-5 { right:41.66666667%; }
  .col-lg-pull-4 { right:33.33333333%; }
  .col-lg-pull-3 { right:25%; }
  .col-lg-pull-2 { right:16.66666667%; }
  .col-lg-pull-1 { right:8.33333333%; }
  .col-lg-pull-0 { right:auto; }
  .col-lg-push-12 { left:100%; }
  .col-lg-push-11 { left:91.66666667%; }
  .col-lg-push-10 { left:83.33333333%; }
  .col-lg-push-9 { left:75%; }
  .col-lg-push-8 { left:66.66666667%; }
  .col-lg-push-7 { left:58.33333333%; }
  .col-lg-push-6 { left:50%; }
  .col-lg-push-5 { left:41.66666667%; }
  .col-lg-push-4 { left:33.33333333%; }
  .col-lg-push-3 { left:25%; }
  .col-lg-push-2 { left:16.66666667%; }
  .col-lg-push-1 { left:8.33333333%; }
  .col-lg-push-0 { left:auto; }
  .col-lg-offset-12 { margin-left:100%; }
  .col-lg-offset-11 { margin-left:91.66666667%; }
  .col-lg-offset-10 { margin-left:83.33333333%; }
  .col-lg-offset-9 { margin-left:75%; }
  .col-lg-offset-8 { margin-left:66.66666667%; }
  .col-lg-offset-7 { margin-left:58.33333333%; }
  .col-lg-offset-6 { margin-left:50%; }
  .col-lg-offset-5 { margin-left:41.66666667%; }
  .col-lg-offset-4 { margin-left:33.33333333%; }
  .col-lg-offset-3 { margin-left:25%; }
  .col-lg-offset-2 { margin-left:16.66666667%; }
  .col-lg-offset-1 { margin-left:8.33333333%; }
  .col-lg-offset-0 { margin-left:0; }
}
.backToTop {
  position:fixed;
  bottom:20px;
  right:20px;
  width:45px;
  height:45px;
  line-height:45px !important;
  color:#000;
  text-align:center;
  z-index:99;
  border-radius:50%;
  -webkit-box-shadow:0 0 5px rgba(0,0,0,0.2);
  box-shadow:0 0 5px rgba(0,0,0,0.2);
  background-color:#fff;
  opacity:0;
  -webkit-transition:0.45s all;
  -o-transition:0.45s all;
  -ms-transition:0.45s all;
  -moz-transition:0.45s all;
  transition:0.45s all;
  pointer-events:none;
  -webkit-transform:translateY(100%);
  -o-transform:translateY(100%);
  -ms-transform:translateY(100%);
  -moz-transform:translateY(100%);
  transform:translateY(100%);
}
.backToTop.totop-show {
  opacity:1;
  pointer-events:auto;
  -webkit-transform:translateY(0%);
  -o-transform:translateY(0%);
  -ms-transform:translateY(0%);
  -moz-transform:translateY(0%);
  transform:translateY(0%);
}
body .wpcf7-form .ajax-loader {
  background-image:none !important;
  -webkit-animation:lds-dual-ring 0.5s linear infinite;
  -o-animation:lds-dual-ring 0.5s linear infinite;
  -ms-animation:lds-dual-ring 0.5s linear infinite;
  -moz-animation:lds-dual-ring 0.5s linear infinite;
  animation:lds-dual-ring 0.5s linear infinite;
  -webkit-border-radius:50%;
  -ms-border-radius:50%;
  -moz-border-radius:50%;
  -o-border-radius:50%;
  border-radius:50%;
  border:2px solid #000000 !important;
  border-color:#000000 #000000 #000000 #ebebeb !important;
  width:30px !important;
  height:30px !important;
  display:none !important;
  margin:0 auto !important;
  margin-top:10px !important;
}
body .wpcf7-form .ajax-loader.is-active { display:block !important; }
body .wpcf7-form .wpcf7-response-output.wpcf7-validation-errors { display:none !important; }
body .wpcf7-form .wpcf7-not-valid-tip {
  position:relative;
  padding:5px 8px;
  line-height:1.2em;
  border-radius:3px;
  opacity:.8;
  background-color:#f1f1f1;
  color:#b20000;
  margin-top:15px;
  margin-bottom:15px;
}
.wpcf7-form .jws_skin_3 input:not(.wpcf7-submit), .wpcf7-form .jws_skin_3 textarea {
  -webkit-border-radius:40px;
  -ms-border-radius:40px;
  -moz-border-radius:40px;
  -o-border-radius:40px;
  border-radius:40px;
  height:60px;
  line-height:60px;
  font-size:14px;
  padding:0 35px;
  margin-bottom:10px;
}
.wpcf7-form .jws_skin_3 input:not(.wpcf7-submit)::-webkit-input-placeholder, .wpcf7-form .jws_skin_3 textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color:#999999;
}
.wpcf7-form .jws_skin_3 input:not(.wpcf7-submit)::-moz-placeholder, .wpcf7-form .jws_skin_3 textarea::-moz-placeholder {
  /* Firefox 19+ */
  color:#999999;
}
.wpcf7-form .jws_skin_3 input:not(.wpcf7-submit):-ms-input-placeholder, .wpcf7-form .jws_skin_3 textarea:-ms-input-placeholder {
  /* IE 10+ */
  color:#999999;
}
.wpcf7-form .jws_skin_3 input:not(.wpcf7-submit):-moz-placeholder, .wpcf7-form .jws_skin_3 textarea:-moz-placeholder {
  /* Firefox 18- */
  color:#999999;
}
.wpcf7-form .jws_skin_3 textarea { height:200px; }
.wpcf7-form .jws_skin_3 .wpcf7-submit {
  width:197px;
  -webkit-border-radius:40px;
  -ms-border-radius:40px;
  -moz-border-radius:40px;
  -o-border-radius:40px;
  border-radius:40px;
  font-size:14px;
  color:#ffffff;
  font-weight:bold;
  height:60px;
  line-height:60px;
  text-align:center;
  margin-top:20px;
  max-width:100%;
  border:none;
}
.wpcf7-form .jws_skin_2 .row { margin:0 -5px; }
.wpcf7-form .jws_skin_2 .row &gt; div { padding:0 5px; }
.wpcf7-form .jws_skin_2 input:not(.wpcf7-submit), .wpcf7-form .jws_skin_2 textarea {
  -webkit-border-radius:40px;
  -ms-border-radius:40px;
  -moz-border-radius:40px;
  -o-border-radius:40px;
  border-radius:40px;
  box-shadow:0 0 10px rgba(0,0,0,0.05);
  -ms-box-shadow:0 0 10px rgba(0,0,0,0.05);
  -moz-box-shadow:0 0 10px rgba(0,0,0,0.05);
  -o-box-shadow:0 0 10px rgba(0,0,0,0.05);
  -webkit-box-shadow:0 0 10px rgba(0,0,0,0.05);
  border:none;
  height:55px;
  line-height:55px;
  font-size:14px;
  padding:0 35px;
  margin-bottom:10px;
}
.wpcf7-form .jws_skin_2 input:not(.wpcf7-submit)::-webkit-input-placeholder, .wpcf7-form .jws_skin_2 textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color:#999999;
}
.wpcf7-form .jws_skin_2 input:not(.wpcf7-submit)::-moz-placeholder, .wpcf7-form .jws_skin_2 textarea::-moz-placeholder {
  /* Firefox 19+ */
  color:#999999;
}
.wpcf7-form .jws_skin_2 input:not(.wpcf7-submit):-ms-input-placeholder, .wpcf7-form .jws_skin_2 textarea:-ms-input-placeholder {
  /* IE 10+ */
  color:#999999;
}
.wpcf7-form .jws_skin_2 input:not(.wpcf7-submit):-moz-placeholder, .wpcf7-form .jws_skin_2 textarea:-moz-placeholder {
  /* Firefox 18- */
  color:#999999;
}
.wpcf7-form .jws_skin_2 textarea {
  padding-top:20px;
  height:200px;
}
.wpcf7-form .jws_skin_2 .wpcf7-submit {
  width:197px;
  -webkit-border-radius:40px;
  -ms-border-radius:40px;
  -moz-border-radius:40px;
  -o-border-radius:40px;
  border-radius:40px;
  font-size:14px;
  color:#ffffff;
  font-weight:bold;
  height:60px;
  line-height:60px;
  text-align:center;
  margin-top:20px;
  max-width:100%;
  border:none;
}
.wpcf7-form .jws_skin_1 {
  text-align:center;
  max-width:580px;
  margin:0 auto;
  position:relative;
}
.wpcf7-form .jws_skin_1 .wpcf7-list-item { margin:0 0 0 10%; }
.wpcf7-form .jws_skin_1 .wpcf7-list-item:first-child { margin:0; }
.wpcf7-form .jws_skin_1 .wpcf7-list-item .wpcf7-list-item-label {
  color:#555555;
  font-weight:700;
}
.wpcf7-form .jws_skin_1 .form_bottom {
  position:relative;
  margin-top:31px;
}
.wpcf7-form .jws_skin_1 .form_bottom br { display:none; }
.wpcf7-form .jws_skin_1 .wpcf7-checkbox {
  margin-top:23px;
  display:block;
}
.wpcf7-form .jws_skin_1 input { height:60px; }
.wpcf7-form .jws_skin_1 input.wpcf7-text {
  background:#ffffff;
  padding-right:146px;
  padding-left:7%;
  width:100%;
  border:0;
  font-size:14px;
  -webkit-border-radius:40px;
  -ms-border-radius:40px;
  -moz-border-radius:40px;
  -o-border-radius:40px;
  border-radius:40px;
}
.wpcf7-form .jws_skin_1 input.wpcf7-text::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color:#999999;
}
.wpcf7-form .jws_skin_1 input.wpcf7-text::-moz-placeholder {
  /* Firefox 19+ */
  color:#999999;
}
.wpcf7-form .jws_skin_1 input.wpcf7-text:-ms-input-placeholder {
  /* IE 10+ */
  color:#999999;
}
.wpcf7-form .jws_skin_1 input.wpcf7-text:-moz-placeholder {
  /* Firefox 18- */
  color:#999999;
}
.wpcf7-form .jws_skin_1 input[type="radio"] {
  -webkit-appearance:none;
  background:#ebebeb;
  width:16px;
  height:16px;
  -webkit-border-radius:100%;
  -ms-border-radius:100%;
  -moz-border-radius:100%;
  -o-border-radius:100%;
  border-radius:100%;
  float:left;
  margin-top:5px;
  position:relative;
  margin-right:10px;
  border:0;
}
.wpcf7-form .jws_skin_1 input[type="radio"]:before {
  background:transparent;
  width:8px;
  height:8px;
  -webkit-border-radius:100%;
  -ms-border-radius:100%;
  -moz-border-radius:100%;
  -o-border-radius:100%;
  border-radius:100%;
  float:left;
  position:relative;
  margin-right:10px;
  top:4px;
  left:4px;
  content:"";
  -webkit-transition:0.3s ease;
  -o-transition:0.3s ease;
  -ms-transition:0.3s ease;
  -moz-transition:0.3s ease;
  transition:0.3s ease;
}
.wpcf7-form .jws_skin_1 input[type="radio"]:checked:before { background:#ffffff !important; }
.wpcf7-form .jws_skin_1 input[type="checkbox"] {
  -webkit-appearance:none;
  width:16px;
  height:16px;
  margin-top:5px;
  position:relative;
  margin-right:25px;
  border:2px solid #0263cc;
}
.wpcf7-form .jws_skin_1 input[type="checkbox"]:before {
  width:8px;
  height:8px;
  float:left;
  position:relative;
  margin-right:10px;
  top:2px;
  left:2px;
  content:"";
}
.wpcf7-form .jws_skin_1 input[type="checkbox"]:checked:before { background:#ffffff; }
.wpcf7-form .jws_skin_1 .wpcf7-submit {
  position:absolute;
  right:0;
  width:146px;
  border-top-right-radius:40px;
  border-bottom-right-radius:40px;
  border:0;
  font-size:14px;
  font-weight:600;
  color:#ffffff;
  top:0;
}
body[data-elementor-device-mode="mobile"] .wpcf7-form .jws_skin_1 { display:block; }
body[data-elementor-device-mode="mobile"] .wpcf7-form .jws_skin_1 .jws-col-6 { max-width:100%; }
body[data-elementor-device-mode="mobile"] .number_btn2, body[data-elementor-device-mode="tablet"] .number_btn2 { display:none !important; }
.elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:first-child .elementor-icon-list-text { padding-left:0 !important; }
.elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:last-child .elementor-icon-list-text { padding-right:!important; }
@media (max-width: 767px) {
  body .wpcf7-form .jws_skin_1 input { height:50px; }
  body .wpcf7-form .jws_skin_1 .wpcf7-submit {
    position:relative;
    top:0;
    font-size:12px;
    height:50px;
    line-height:50px;
    margin-top:10px;
    -webkit-border-radius:40px;
    -ms-border-radius:40px;
    -moz-border-radius:40px;
    -o-border-radius:40px;
    border-radius:40px;
  }
}
body .elementor-accordion .elementor-accordion-item .elementor-tab-title .elementor-accordion-icon {
  text-align:center;
  display:inline-block;
  vertical-align:middle;
}
body .elementor-accordion .elementor-accordion-item .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left { float:none; }
body .elementor-accordion .elementor-accordion-item .elementor-tab-title &gt; a {
  display:inline-block;
  vertical-align:middle;
}

.jws_posts .jws_posts_item .jws_post_wap .jws_post_info .entry-date {
        font-size: 15px;
}
.jws_posts .jws_posts_item .jws_post_wap .jws_post_content .jws_post_info h3 &gt; a {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.6em;
    color: #444; 
}
.jws_posts .jws_posts_item .jws_post_wap .jws_post_content .jws_post_info h3 &gt; a:hover {
  color: #c0a576;  
}
.site-content {
   max-width: 1170px;
    margin: 0 auto; 
    margin-bottom: 100px;
}
.jws_posts.jws_posts_skin2 .jws_posts_item .jws_post_wap .jws_post_content .jws_post_info h3 {
        margin-bottom: 15px;
    margin-top: 15px;
}
.jws_posts.jws_posts_skin2 .jws_posts_item .jws_post_wap .jws_post_content .jws_post_info .line {
        margin: 19px 0 15px;
}
.jws_posts.jws_posts_skin2 .jws_posts_item .jws_post_wap .jws_post_content .jws_post_info .jws_post_info_bottom {
   color: #c0a576; 
}
.jws_posts.jws_posts_skin2 .jws_posts_item { margin-bottom: 100px; }
.jws_posts_item.sticky{
   background: #f6f6f6;
    padding: 30px 30px; 
}
.jws_posts_item.sticky .jws_post_image , .jws_posts_item.sticky .jws_post_content {
        padding-left: 0 !important;
}
.widget {
      border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #ededed;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 0px;
    margin-bottom: 20px;
    padding: 20px 20px 20px 20px;  
}
.jws_sidebar .widget select,
.jws_sidebar .widget input {
  width: 100%;
  height: 40px;
  padding-left: 10px;
}
.jws_sidebar .widget:last-child {
     border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #ededed;
}
.jws_sidebar .widget.widget_tag_cloud .tagcloud a {
  color: #515151;
  font-size: 14px !important;
  border: 1px solid #111111;
  display: inline-block;
  padding: 5px 21px;
  margin-bottom: 10px;
  vertical-align: top;
  margin-right: 5px;
  -webkit-transition: 0.35s all;
  -o-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -moz-transition: 0.35s all;
  transition: 0.35s all;
}
.jws_sidebar .widget.widget_tag_cloud .tagcloud a:hover {
  color: #ffffff;
  background-color: #515151;
}
.jws_sidebar .widget.widget_search form {
  max-width: 560px;
  margin: 0 auto;
  position: relative;
}
.jws_sidebar .widget.widget_search form .search-submit {
  position: absolute;
  right: 0;
  width: 40px;
  background: #222;
  border: none;
  color: #ffffff;
  font-size: 16px;
  outline: none;
  height: 42px;
}
.jws_sidebar .widget.widget_search form .search-field {
  border: none;
  border: 1px solid #ededed;
  width: calc(100% - 40px);
  outline: none;
  font-size: 14px;
  padding: 0 15px;
  height: 40px;
  background: #ffffff;
}
.jws_sidebar .widget.widget_search form .search-field::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #999999;
}
.jws_sidebar .widget.widget_search form .search-field::-moz-placeholder {
  /* Firefox 19+ */
  color: #999999;
}
.jws_sidebar .widget.widget_search form .search-field:-ms-input-placeholder {
  /* IE 10+ */
  color: #999999;
}
.jws_sidebar .widget.widget_search form .search-field:-moz-placeholder {
  /* Firefox 18- */
  color: #999999;
}
.jws_sidebar .widget.widget_archive .screen-reader-text,
.jws_sidebar .widget.widget_categories .screen-reader-text {
  display: none;
}
.jws_sidebar .widget.widget_archive select,
.jws_sidebar .widget.widget_categories select {
  height: 40px;
  padding-left: 10px;
  width: 100%;
}
.jws_sidebar .widget.widget_calendar th,
.jws_sidebar .widget.widget_calendar td {
  text-align: center;
}
.jws_sidebar .widget.widget_categories ul li,
.jws_sidebar .widget.widget_archive ul li,
.jws_sidebar .widget.widget_pages ul li,
.jws_sidebar .widget.widget_meta ul li,
.jws_sidebar .widget.widget_recent_comments ul li,
.jws_sidebar .widget.widget_recent_entries ul li,
.jws_sidebar .widget.widget_rss ul li,
.jws_sidebar .widget.widget_nav_menu ul li {
    padding: 10px 15px;
        border-bottom: 1px solid #ffffff;
    font-size: 14px;
    list-style-type: none;
        margin-bottom: 0px;
}

.jws_sidebar .widget.widget_categories ul li a,
.jws_sidebar .widget.widget_archive ul li a,
.jws_sidebar .widget.widget_pages ul li a,
.jws_sidebar .widget.widget_meta ul li a,
.jws_sidebar .widget.widget_recent_comments ul li a,
.jws_sidebar .widget.widget_recent_entries ul li a,
.jws_sidebar .widget.widget_rss ul li a,
.jws_sidebar .widget.widget_nav_menu ul li a {
  display: inline-block;
  width: calc(100% - 40px);
  color: #333333;
  -webkit-transition: 0.35s all;
  -o-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -moz-transition: 0.35s all;
  transition: 0.35s all;
}
.jws_sidebar .widget.widget_categories ul li .children,
.jws_sidebar .widget.widget_archive ul li .children,
.jws_sidebar .widget.widget_pages ul li .children,
.jws_sidebar .widget.widget_meta ul li .children,
.jws_sidebar .widget.widget_recent_comments ul li .children,
.jws_sidebar .widget.widget_recent_entries ul li .children,
.jws_sidebar .widget.widget_rss ul li .children,
.jws_sidebar .widget.widget_nav_menu ul li .children {
  padding-left: 1em;
  margin-bottom: 0;
}
.jws_sidebar .widget.widget_nav_menu .sub-menu {
        padding-left: 1em;
}
.jws_sidebar .widget.widget_nav_menu ul li ul li:last-child {
     border: 0;
    padding: 0;
    margin: 0; 
    padding-top: 10px;
}
.jws_sidebar .widget.widget_recent_comments ul li a,
.jws_sidebar .widget.widget_rss ul li a {
  width: auto;
}
.jws_sidebar .widget.widget_recent_comments .rss-date,
.jws_sidebar .widget.widget_rss .rss-date {
  color: #d9b256;
}
.jws_sidebar .widget.widget_text strong {
  display: block;
  margin-top: 8px;
}
table {
  border-collapse: collapse;
  width: 100%;
}
table thead th {
  border-bottom: 2px solid #bbb;
}
table tr {
  border-bottom: 1px solid #eee;
}
table tr td {
  padding: 0.4em;
}
.widget-title {
    font-size: 16px;
    font-weight: 500;
    color: #484a56;
    text-align: center;
    margin-bottom: 10px;
    border-bottom: 1px solid #f6f6f6;
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 10px;
        margin-top: 0;
}
.widget-title:after {
  bottom: -1px;
  content:"";
  height: 1px;
  position: absolute;
width: 56px;
  left: 50%;
  transform: translatex(-50%);
  -webkit-transform: translatex(-50%); 
  background: #c0a576; 
}
#jws_header_default {
       background-color: #c0a576; 
}
#jws_header_default .jws_menu_default {
    position: relative;
  max-width: 1170px;
  margin: 0 auto;
  display: -ms-flexbox;
 display: flex;
align-items: center;
margin-bottom: 100px;
padding: 10px 0;
}
.jws_main_menu .jws_nav_menu &gt; ul &gt; li &gt; a {
    color: #ffffff;
    font-size: 16px;
    padding: 25px 10px;
}
.jws_main_menu .menu-item-design-standard .sub-menu {
      width: 210px;
    background-color: #ffffff;
    border-radius: 0px 0px 3px 3px;
    padding: 18px 20px 18px 20px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);  
}
.jws_main_menu .menu-item-design-standard .sub-menu li a {
       color: #666666;
    padding: 8px 0px 8px 0px;
    border-bottom-style: dashed;
    border-color: #d9d9d9;
    border-bottom-width: 1px; 
    font-size: 14px;
}
.nxt_menu_mobile {
    display: none;
}
.jws_logo_svg {
       max-width: 188px;
    display: block; 
}
.jws-pagination-number {
    text-align: center;
}
.jws-pagination-number .jws_pagi_inner ul li a {
    color: #333333;
}
.jws_blog_ta {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
       margin-top: 36px;
    margin-bottom: 25px;
}
.jws_blog_ta .jws_blogs_author .jws_blog_author {
    font-size: 13px;
    font-weight: 700;
    color: #c0a576;  
    margin-top: 15px;
}
.jws_blog_ta .jws_blogs_author .jws_blog_author span  {
    font-weight: 400;
    color: #333333;
}
.jws_blog_ta .jws_blogs_author {
    -ms-flex: 0 0 12.333333%;
    flex: 0 0 12.333333%;
    max-width: 12.333333%;
    border-right: 1px dashed #e1e1e1; 
    text-align: center;
}
.jws_blog_ta .jws_blogs_author img {
 display: block;
    border-radius: 100%;
    margin: 0 auto;   
    margin-bottom: 5px;
}
.jws_blog_ta .title_right {
 -ms-flex: 0 0 87.666666%;
    flex: 0 0 87.666666%;
    max-width: 87.666666%;
    padding: 15px 0;
    padding-left: 33px;
}
.jws_blogs_title {
  font-size: 26px;
    font-weight: 700;
    line-height: 1.7em;  
    color: #444444;
        margin-bottom: 0;
        margin: 0;
}
.jws_blog_date .line {
    display: inline-block;
    margin: 0 5px;
}
.jws_blog_date {
      font-size: 13px;
    text-transform: uppercase;
    color: #c0a576;   
}

 .wp-block-separator {
  margin: 1.65em 0;
}
 ul:not(.wp-block-gallery),
 ol {
  margin: 0;
  padding-left: 1.9rem;
}
 ul {
  list-style-type: disc;
}
 ol {
  list-style-type: decimal;
}
 ul ul ul {
  list-style-type: circle;
}
 ul ul,
 ol ol {
  padding-left: 2.5rem;
}
 li &gt; ul,
 li &gt; ol {
  margin-bottom: 0;
}
 dd {
  margin: 0 1.5em 1.5em;
}
 dt {
  font-weight: 700;
}
 .entry-title {
  color: #333333;
  margin-bottom: 30px;
  font-family: Poppins;
  font-size: 45px;
  font-weight: 600;
}
.entry-title {
  margin-bottom: 60px;
}
 p {
  margin: 32px 0;
}
 .wp-block-quote cite {
  color: #6c7781;
}
 .wp-block-embed {
  margin-bottom: 1.5em;
}
 li {
  margin-bottom: 7px;
}
 .wp-block-image figcaption {
  margin-top: 1em;
}
 .wp-block-table td,
 .wp-block-table th {
  border: 0;
}
 .wp-block-quote.is-style-large cite,
 .wp-block-quote.is-style-large footer,
 .wp-block-quote.is-large cite,
 .wp-block-quote.is-large footer {
  font-size: 14px;
}
 blockquote {
  border-left: 0;
}
 .wp-block-preformatted {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1.8;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
 pre.wp-block-verse {
  white-space: nowrap;
  overflow: auto;
  display: block;
  padding: 9.5px;
  margin: 0 0 20px;
  font-size: 13px;
  line-height: 1.8;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-family: inherit;
}
 .wp-block-button__link {
  padding: 15px 24px;
}
 .wp-block-column p {
  margin: 0;
}
 .wp-block-column {
  margin-bottom: 0;
}
 .wp-block-table td,
 .wp-block-table th {
  padding: 1.2em 0;
}
 .wp-block-cover.alignfull
 {
    position: relative;
    left: calc( -27.5% - 75px);
    width: calc( 155% + 150px);
    max-width: calc( 155% + 150px);
}
 .wp-block-gallery.alignfull {
    max-width: 100vw;
  width: 100vw;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  margin-left: 50%;  
 }
@media(max-width:767px) {
    .wp-block-cover.alignfull,
 .wp-block-gallery.alignfull {
    left: 0;
    width: 100%;
    max-width: 100%;
} 
}
 .wp-block-quote:not(.is-large):not(.is-style-large) {
  padding-left: 20px;
  border-left: 4px solid #000;
  padding-top: 1px;
}
 .wp-block-latest-posts {
  margin-bottom: 32px;
}
 .wp-block-cover.alignright {
  margin-bottom: 50px;
}
 blockquote p:last-child {
  margin-top: 0;
}
 .wp-block-image {
  margin-bottom: 1.9em;
}
 .wp-block-gallery {
  margin-top: 32px;
  margin-bottom: 32px;
}
 .wp-block-image.alignfull {
  max-width: 100vw;
  width: 100vw;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  margin-left: 50%;
  margin-bottom: 38px;
}
 .alignwide {
  max-width: calc(100% + 100px);
  width: calc(100% + 100px);
  margin-left: -50px;
  margin-right: -50px;
}
 .wp-block-cover-image.has-background-dim:before,
 .wp-block-cover.has-background-dim:before {
  z-index: 0;
}
 .wp-block-latest-posts {
  padding-left: 2.5em;
}
 .wp-block-quote.is-style-large,
 .wp-block-quote.is-large {
  border: 0;
}
 .wp-block-button {
  margin-bottom: 3em !important;
}
 .wp-block-archives li,
 .wp-block-categories li {
  list-style: none;
}
.jws_nav {
    margin: 0 !important;
    list-style-type: none;
}
.page_title {
       max-width: 1170px;
    margin: 0 auto;

    color: #333333;
    margin-bottom: 30px;
    font-family: Poppins;
    font-size: 45px;
    font-weight: 600;
    padding: 0 15px;
}

h1,
.h1 {
  font-size: 36px ;    margin-bottom: 10px ;margin-top: 20px;    font-weight: 500;
}

h2,
.h2 {
  font-size: 30px ;    margin-bottom: 10px;margin-top: 20px ;    font-weight: 500 ;
}

h3,
.h3 {
  font-size: 24px ;    margin-bottom: 10px;margin-top: 20px;    font-weight: 500;
}

h4,
.h4 {
  font-size: 18px ;    margin-bottom: 10px ;margin-top: 20px;    font-weight: 500;
}

h5,
.h5 {
  font-size: 14px ;    margin-bottom: 10px ;margin-top: 20px;    font-weight: 500;
}

h6,
.h6 {
  font-size: 12px;    margin-bottom: 10px ; margin-top: 20px ;    font-weight: 500;
}
th {
    text-align: left !important;
}
ul {
     list-style-type: disc;   
}
.elementor_jws_menu_layout_menu_horizontal .jws_nav_menu &gt; ul &gt; li.menu-item-design-standard &gt; .sub-menu li {
    list-style-type: none;
}
pre {
        display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}
b, strong {
   font-weight: bold; 
}
code {
   padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px; 
}
code, kbd, pre, samp {
       font-family: Menlo, Monaco, Consolas, "Courier New", monospace; 
}
kbd {
  padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);  
}
ins {
  text-decoration: underline;
}
abbr[title], abbr[data-original-title] {
      cursor: help;
    border-bottom: 1px dotted #777;  
}
.comment-form p {
    margin: 0 !important;
}
.page-links {
    clear: both;
    height: 50px;
}
.page-links .current, .page-links a span {
       padding: 5px 10px;
    border: 1px solid #666666; 
}
.page-links .current {
      background-color: #666666;
    color: #ffffff;  
}
.page-content-error {
    text-align: center;
}
.page-content-error .fa-ban {
        display: block;
    margin: 0 auto;
    color: #e3e7e7;
    font-size: 160px;
    text-align: center;
}
.page-content-error  form input {
       height: 45px; 
}
.page-content-error  form button {
      height: 47px;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    background: #000000;
    color: #ffffff;
    /* padding: 15px; */
    width: 45px;
}
.page-content-error  form {
 position: relative;
    max-width: 560px;
    margin: 0 auto;
    overflow: hidden;   
}
.post-password-form input {
        height: 45px;
}
.post-password-form input[type="submit"] {
       background: #000000;
    color: #ffffff;
    max-width: 200px;
    margin-top: 10px; 
}
.site-content {
    padding: 0 15px;
}
em {
    font-style: italic;
}
.content-area {
 overflow: unset;
}
.site {
    overflow: hidden;
}
.jws_menu_canvas .jws_menu_canvas_sidebar {
        background-color: #c0a576;
}
.jws_menu_canvas {
    display:none;
}
.jws_menu_canvas &gt; a {
    color: #ffffff;
    position: absolute;
    right: 10px;
    top: 50%;
    font-size: 20px;
    transform: translateY(-50%);-webkit-transform: translateY(-50%);
}
@media(max-width:991px) {
    .elementor_jws_menu_layout_menu_horizontal {
        display:none;
    }
    .jws_menu_canvas {
    display:block;
}
}
.jws_menu_canvas .jws_menu_canvas_sidebar .jws_nav_menu &gt; ul &gt; li &gt; a {
      padding: 0;
    margin: 10px 0;  
}
.jws_nav {
     padding: 0 10px !important;
}
.elementor_jws_menu_layout_menu_vertical .jws_nav_menu ul li .icon-sub-menu {
       color: #000000;
}
.jws_menu_canvas_sidebar .jws_nav_menu &gt; ul &gt; li:hover .sub-menu, .jws_menu_canvas_sidebar .jws_nav_menu &gt; ul &gt; li:hover .sub-menu-dropdown{
  opacity:1 !important;
  visibility:visible important;
  pointer-events:auto important;
  -webkit-transform:translateY(0px) important;
  -o-transform:translateY(0px) important;
  -ms-transform:translateY(0px) important;
  -moz-transform:translateY(0px) important;
  transform:translateY(0px) important;
  transition-delay:0.2s important;
  -webkit-transition-delay:0.2s important;
}
.jws_menu_canvas_sidebar .jws_nav_menu &gt; ul &gt; li .sub-menu {
    position: relative;
    opacity: 1 !important;
    z-index: 1;
    visibility: visible !important;
    pointer-events: auto !important;
    -webkit-transform: translateY(0px) !important;
    left: 0 !important;
}
.jws_menu_canvas .jws_menu_canvas_sidebar {
    max-width: 270px;
}
.jws_menu_canvas .jws_menu_canvas_sidebar .jws_nav_menu &gt; ul &gt; li .sub-menu:before, .jws_menu_canvas .jws_menu_canvas_sidebar .jws_nav_menu &gt; ul &gt; li .sub-menu-dropdown:before {
    display: none;
}
.elementor_jws_menu_layout_menu_vertical .jws_nav_menu ul li.active &gt; .sub-menu-dropdown, .elementor_jws_menu_layout_menu_vertical .jws_nav_menu ul li.active &gt; .sub-menu {
    margin: 0;
}
.jws_menu_canvas_sidebar .jws_nav_menu &gt; ul &gt; li.menu-item-design-standard &gt; .sub-menu li .sub-menu {
    position: relative;
    opacity: 1 !important;
    z-index: 1;
    visibility: visible !important;
    pointer-events: auto !important;
    -webkit-transform: translateY(0px) !important;
    left: 0 !important;
        padding: 0 15px;
}
.jws_menu_canvas_sidebar .jws_main_menu .menu-item-design-standard .sub-menu li a {
    border:none;
}
.bypostauthor {
   color: #333;
}
 .jws_menu_canvas_sidebar .jws_nav_menu &gt; ul &gt; li .sub-menu-dropdown, .elementor_jws_menu_layout_menu_horizontal .jws_nav_menu &gt; ul &gt; li .sub-menu {
    z-index: 11;
 }
 .jws_products .jws_products_item .jws_inner_button {
    padding: 0;
 }
 .jws-wishlist-btn a {
    color: #ffffff;
 }
  .woocommerce-loop-product__title a {
        color: #333333;
        font-weight: 500;
    font-size: 20px;
  }
  .jws_products.jws_products_skin1 .jws_products_item .jws_content_product .jws_content_bottom_product .price {
        font-weight: 500;
    font-size: 20px;
        color: #c0a576;
  }
  .jws_products.jws_products_skin1 .jws_products_item .jws_content_product .jws_content_top_product .jws_cat_list a {
    font-size: 14px;
    color: #999999;
  }
  .jws_products .jws_products_item {
    margin-bottom: 30px;
  }
  .jws-cart-nav {
        position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
   .jws-cart-nav a{
    color: #ffffff;
   }
   .elementor-location-archive {
    position: relative;
   }
   .woocommerce-result-count {
    float: left;
    margin: 10px 0;
   }
   .woocommerce-ordering {
    float: right;
   }
   .elementor-location-archive .products {
    clear: both;
    margin-top: 50px;
   }
   .elementor-widget-jws_archive_products.ajax-loading:after {
    top: 100px;
   }
   .jws_products .jws_products_item {
    padding: 0 15px;
   }
   .jws_woo_top:after {
    content:"";
    display: table;
    clear: both;
   }
 .jws_mini_cart .jws-cart-panel-list-wrap {
    padding: 45px 15px 45px 15px;
 }
.jws_mini_cart .jws_cart_content .jws-cart-panel .jws-cart-panel-summary {
        border-top-style: dashed;
    border-color: #adadad;
    border-top-width: 1px;
    padding: 45px 15px 45px 15px;
 }
 .jws_mini_cart .jws-cart-panel-summary .woocommerce-mini-cart__buttons a.edit-cart , .jws_mini_cart .jws-cart-panel-summary .woocommerce-mini-cart__buttons a.checkout {
        color: #333333;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #000000;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 40px;
 }
 .jws_mini_cart .jws_cart_content .jws-cart-panel .jws-cart-panel-summary .jws-cart-panel-summary-inner .woocommerce-mini-cart__buttons {
        margin: 5px 0;
 }
 .woocommerce-mini-cart__total {
    margin: 0;
 }
 .cart_list {
    padding-left: 0 !important;
 }
 @media(max-width:767px) {
    .jws_mobile_1 .jws_item {
       -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; 
    padding: 0;
    }
    .woocommerce-ordering {
        float: none;
    }
 }
 .jws_thumbnail_image {
    margin-top: 5px;
 }
 .single_add_to_cart_button {
   font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-radius: 40px 40px 40px 40px;
    padding: 14px 34px 14px 34px;
    color: #ffffff;
    background-color: #c0a576;
    border-color: #c0a576;
    transition: all 0.2s; 
 }
 form .quantity .qty {
  font-size: 14px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-radius: 40px 40px 40px 40px;
    padding: 15px 30px 15px 30px;
    color: #282828;
    border-color: #d4d4d4;
    transition: all 0.2s;  
 }
 .woocommerce-product-details__short-description p {
    margin: 15px 0;
 }
 .jws_woo_single .price {
    margin: 15px 0;
 }
 .product_title.entry-title {
   margin-bottom: 30px;
   margin-top: 0; 
 }
 .product_meta &gt; span {
    display: block;
 }
 .product_meta {
    margin-top: 15px;
 }
 .screen-reader-text {
    display: none;
 }
  .woocommerce-tabs .wc-tabs li {
        display: inline-block;
    margin-right: 10px;
        padding: 0;
 }
.woocommerce-tabs .wc-tabs li a{
   font-size: 16px;
    font-weight: 600;
    border-radius: 40px; 
    display: block;
    border: 1px solid;
    padding: 1.2em 3em !important;
    -webkit-border-radius: 40px;
    -ms-border-radius: 40px;
    -moz-border-radius: 40px;
    -o-border-radius: 40px;
    border-radius: 40px;
    color: #3b3b3b;
 }
 .woocommerce-tabs .wc-tabs {
    padding: 0 !important;
    margin-top: 70px;
 }
 .related h2 {
        display: block;
    color: #333333;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 30px;
 }
 .jws_woo_heading {
    display: none;
 }
 .shop_table {
    margin-bottom: 20px;
 }
 .form-row {
    margin: 0;
 }
 .woocommerce-Tabs-panel .woocommerce-product-attributes tr th, .woocommerce-Tabs-panel .woocommerce-product-attributes tr td {
    padding: 13px 15px;
 }
 /* == WordPress WYSIWYG Editor Styles == */
.entry-content img {margin: 0 0 1.5em 0;}
.alignleft,
img.alignleft {
    margin-right: 1.5em;
    float: left;
}
.alignright,
img.alignright {
    margin-left: 1.5em;
    float: right;
}
.aligncenter,
img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
}
.alignnone,
img.alignnone {
    
/* not sure about this one */;
}
.wp-caption {
    margin-bottom: 1.5em;
    text-align: center;
    padding-top: 5px;
}
.wp-caption img {
    border: 0 none;
    padding: 0;
    margin: 0;
}
.wp-caption p.wp-caption-text {
    line-height: 1.5;
    font-size: 10px;
    margin: 0;
}
.wp-smiley {
    margin: 0 !important;
    max-height: 1em;
}
blockquote.left {
    margin-right: 20px;
    text-align: right;
    margin-left: 0;
    width: 33%;
    float: left;
}
blockquote.right {
    margin-left: 20px;
    text-align: left;
    margin-right: 0;
    width: 33%;
    float: right;
}
.gallery dl {}
.gallery dt {}
.gallery dd {}
.gallery dl a {}
.gallery dl img {}
.gallery-caption {color:#333333;}
.size-full {}
.size-large {}
.size-medium {}
.size-thumbnail {}
.jws_posts .jws_posts_item .jws_post_wap .jws_post_content .jws_post_info .jws_post_readmore {
    font-size: 17px;
    font-weight: 600;
    text-decoration: underline;
    color: #999999;
}
.jws_posts .jws_posts_item .jws_post_wap .jws_post_content .jws_post_info .jws_post_readmore:hover {
  color: #c0a576;  
}
.jws_posts .jws_posts_item {
    margin-bottom: 100px;
}
.image_default {
    border: 1px solid #ededed;
}
.jws_posts.jws_posts_skin3 .jws_posts_item .jws_post_wap .jws_post_image.no_thumbnail .jws_post_info {
    position: relative;
    left: 0;
    top: 0;  
}
.jws_posts.jws_posts_skin3 .jws_posts_item .jws_post_wap .jws_post_image.no_thumbnail .jws_post_info .entry-date {
   display: inline-block; 
}
form.woocommerce-checkout .woocommerce-billing-fields .form-row select {
 border: 1px solid #ececec;
    height: 55px;
    line-height: 55px;
    padding: 0 25px;
    -webkit-border-radius: 40px;
    -ms-border-radius: 40px;
    -moz-border-radius: 40px;
    -o-border-radius: 40px;
    border-radius: 40px;
    margin-bottom: 10px;   
}
.jws-comparesg-btn , .jws-wishlistsg-btn , .jws-wishlist-btn , .jws-compare-btn {
    display: none;
}
.widget &gt; ul {
    padding: 0;
}
.wp-block-cover-image-text, .wp-block-cover-text, section.wp-block-cover-image h2 {
  color: #fff !important;  
}
.jws_blogs_content .alignleft {
    margin-top: 0;
}
.wp-block-gallery.alignfull.columns-3 {
    padding: 0 22px;
}
.wp-block-embed-twitter {
    margin: 0;
}
select {
    height: 40px;
}
.jws_comment_post {
    clear: both;
}
.wp-caption-text {
    margin-top: 15px;
}
.jws_sidebar .widget.widget_categories ul li:last-child, .jws_sidebar .widget.widget_archive ul li:last-child, .jws_sidebar .widget.widget_pages ul li:last-child, .jws_sidebar .widget.widget_meta ul li:last-child, .jws_sidebar .widget.widget_recent_comments ul li:last-child, .jws_sidebar .widget.widget_recent_entries ul li:last-child, .jws_sidebar .widget.widget_rss ul li:last-child, .jws_sidebar .widget.widget_nav_menu ul li:last-child {
    border: 0;
    padding-bottom: 0;
    margin: 0;
}
.jws_sidebar .widget.widget_categories &gt; ul &gt; li:last-child, .jws_sidebar .widget.widget_archive &gt; ul &gt; li:last-child, .jws_sidebar .widget.widget_pages &gt; ul &gt; li:last-child, .jws_sidebar .widget.widget_meta &gt; ul &gt; li:last-child, .jws_sidebar .widget.widget_recent_comments &gt; ul &gt; li:last-child, .jws_sidebar .widget.widget_recent_entries &gt; ul &gt; li:last-child, .jws_sidebar .widget.widget_rss &gt; ul &gt; li:last-child, .jws_sidebar .widget.widget_nav_menu &gt; ul &gt; li:last-child {
    padding-bottom: 10px;
}
.jws_sidebar .widget.widget_nav_menu .menu-testing-menu-container &gt; ul &gt; li:last-child {
      padding-bottom: 10px;
}
.jws_sidebar .widget.widget_nav_menu .menu-testing-menu-container &gt; ul {
    padding-left: 0;
}
.jws_tags_post {
      margin: 45px 0 36px 0;
    padding: 22px 0 22px 0;
    border-style: dashed;
    border-width: 1px 0 1px 0;
    border-color: #ccc;  
    clear: both;
}
.post-tags span {
      fill: #c3aa7d;
    color: #c3aa7d;
    border-color: #c3aa7d;  
        margin-right: 10px;
}
.post-tags a {
    color:#666666;
    padding: 0 3px;
}
.jws_blog_content_inner .entry_content:after {
    display: table;
    content:"";
    clear: both;
}
.wp-block-cover, .wp-block-cover-image {
    margin-bottom: 40px;
}
.up-sells &gt; h2 {
      display: block;
    color: #333333;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 60px;
}
.woocommerce-Tabs-panel p {
    margin: 0;
}
.woocommerce-Tabs-panel {
    margin-top: 40px !important;
}
.wc_payment_methods {
    list-style-type: none;
  padding: 0 !important;
}
.cross-sells &gt; h2 {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.7px;
    line-height: 30px;
    margin: 0;
    margin-bottom: 19px;
        color: #333333;  
}</pre></body></html>