#etalage .etalage_thumb_image,
.etalage_magnifier div img {
  width: auto !important;
  height: auto !important;
  max-width: 455px;
}
.etalage_zoom_preview,
.etalage_zoom_img {
  width: auto !important;
}
/**
 *
 * Slide product home page
 *
 */
ul.featured {
  height: 550px!important;
}
ul.featured li {
  border: none !important;
  width: 200px !important;
  margin: 0 20px !important;
}
ul.featured li a {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}
ul.featured li a .img-box {
  width: 100%;
  height: 274px;
  overflow: hidden;
  position: relative;
  padding: 14px;
  border: 1px solid #e8e8e8;
}
ul.featured li a .img-box img {
  height: auto;
  /*max-height: 100%;*/
  width: 100%;
  max-width: 200px;
}
ul.featured li a .heading-wo {
  width: 100%;
  /*height: 95px;*/
  height: auto;
  padding: 10px 0 0 0;
  overflow: hidden;
  position: relative;
  border-top: 1px solid #eeeeee;
}
ul.featured li a .heading-wo h2.wo-title {
  height: 48px;
  font-size: 14px !important;
  line-height: 18px !important;
  font-weight: 600 !important;
  text-transform: capitalize !important;
  color: #000 !important;
  padding: 14px 1em;
  margin: 0;
}
ul.featured li a .heading-wo span.price span {
  font-size: 14px !important;
}
ul.featured li a.button,
ul.featured li a.add_to_cart_button.button {
  top: 0!important;
  border-radius: 0;
  background: #4e4e4e !important;
}
.single-product .woocommerce-breadcrumb {
  margin: 0 0 25px 12px!important;
}
/* FOOTER STYLES */
#footer ul {
  list-style-position: outside;
  margin: 0;
}
#footer ul li {
  list-style: none;
  font-size: 13px;
}
#footer p {
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 20px;
  padding-right: 24px;
}
#footer ul.product_list_widget li a {
  font-size: 13px;
  line-height: 18px;
}
.like_button:before {
  content: none;
}
#footer-menu li:last-child {
  margin-top: 0px;
}
.sub-footer p {
  font-size: 13px;
}
/* HIDE VERIFIED FOOTER */
#siteseal {
  display: none;
}
/* FORMS */
.mc4wp-error p {
  font-size: 12px;
  color: red;
  letter-spacing: 0.25px;
  font-weight: 400;
  margin-top: 4px;
  margin-left: 10px;
}
.subscribe form .text {
  font-size: 13px;
  padding: 9px 10px 9px;
}
/* HEADINGS and FORMATTING */
.subheader h1 {
  margin-top: 24px;
  margin-bottom: 24px;
  font-size: 35px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
H2 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
  margin-bottom: 24px;
  letter-spacing: 0.25px;
}
H3 {
  font-weight: 400;
  font-size: 25px;
}
H4 {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 24px;
  letter-spacing: 0.25px;
  text-transform: uppercase;
}
p {
  font-size: 16px;
  line-height: 24px;
}
hr {
  margin-bottom: 40px;
  border: none;
  background: #b9b9b9;
  height: 1px;
}
ul {
  margin-bottom: 32px;
  margin-left: 24px;
  list-style-position: inside;
}
li {
  list-style: disc;
  font-size: 16px;
  line-height: 24px;
}
#contact li,
.list ul li {
  list-style: none!important;
}
.caroufredsel_wrapper {
  margin: 0!important;
}
.slide-products ul {
  margin: 0;
}
/* MENU */
#menu,
#menu ul,
#menu ul li,
#menu ul li a {
  font-size: 14px;
}
#menu ul > li > ul > li a {
  line-height: 16px;
}
/* CHange add to cart notif */
.success-hannan,
.woocommerce-message {
  margin-top: 40px;
  margin-left: 0;
  box-shadow: none !important;
  text-shadow: none !important;
  padding-left: 30px !important;
  padding-right: 30px !important;
  font-family: 'Open Sans', sans-serif !important;
}
.success-hannan,
.woocommerce-message {
  margin-top: 40px;
  margin-left: 12px;
  border: none!important;
  background: #02a4e5!important;
  color: #fff!important;
  text-shadow: none;
  font-size: 14px;
}
.woocommerce-page .woocommerce-message .button {
  background: transparent;
  border: 1px solid #fff;
  border-radius: 0;
  text-transform: uppercase;
  color: #fff!important;
  padding: 8px 15px;
}
/* ON SALE */
.woocommerce span.onsale {
  left: -8px !important;
  border-radius: 0 !important;
  width: 50px !important;
  min-height: auto !important;
}
/* PAGNATION */
.page-numbers {
  font-size: 14px!important;
}
/* TABLE STYLING */
table {
  margin-bottom: 24px;
  font-size: 16px;
}
.sub-head.ps-default {
  border-top: none!important;
}
.selectParent {
  border: 1px solid #ccc;
  overflow: hidden;
  height: 40px;
  width: 240px;
  position: relative;
  display: block;
}
.selectParent select {
  height: 40px;
  padding: 5px;
  border: 0;
  font-size: 16px;
  width: 240px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.selectParent select:after {
  content: "\f0dc";
  font-family: FontAwesome;
  color: #000;
  padding: 12px 8px;
  position: absolute;
  right: 0;
  top: 0;
  background: red;
  z-index: 1;
  text-align: center;
  width: 10%;
  height: 100%;
  pointer-events: none;
  box-sizing: border-box;
}
/* Responsive query */
/* Font */
/* CART PAGE */
.woocommerce table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
  width: 200px;
}
.woocommerce-cart .woocommerce .cart .button {
  background: #00a4e5 none repeat scroll 0 0!important;
  color: #ffffff!important;
  padding: 10px;
}
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled] {
  padding: 10px;
}
.woocommerce .cart-collaterals .cart_totals a.button.alt {
  display: inline;
  font-size: .92em;
  /*width: auto;*/
  padding: 10px;
  /*height: auto;*/
  background: #00a4e5 none repeat scroll 0 0;
  color: #ffffff!important;
}
ul.products li.product .price ins .amount:before,
ul.product_list_widget ins .amount:before {
  display: none;
}
/* CART HOVER */
#cart > ul > li > ul {
  width: 245px;
}
/*================================
=            Cart CSS            =
================================*/
#wc-stripe-payment-request-wrapper {
  display: none;
}
a.checkout-button.button.alt.wc-forward,
.wcppec-checkout-buttons {
  float: left;
}
.wcppec-checkout-buttons__separator {
  float: left;
  margin: 7px 10px 0 10px!important;
}
.wcppec-checkout-buttons__button {
  padding-top: 0!important;
}
.wcppec-checkout-buttons {
  margin: 0!important;
}
.woocommerce table.cart td.actions {
  vertical-align: top;
}
/*=====  End of Cart CSS  ======*/
/* FIX CATEGORIES DISPLAT */
.woocommerce ul.products li.first {
  clear: both;
}
.woocommerce ul.products li.product .button {
  display: inline;
  top: 0!important;
}
select.orderby {
  padding: 8px 12px;
}
/* PRODUCT PAGES */
ul.product-categories {
  list-style-position: outside;
  margin: 0;
}
ul.product-categories li {
  list-style: none;
}
ul.product-categories li a {
  font-size: 14px!important;
  letter-spacing: 0.25px;
  padding: 4px 4px 4px 0px!important;
}
.woocommerce span.onsale {
  top: 16px!important;
}
/* LEFT SIDEBAR MENU ACTIVE STATTE */
ul.product-categories .cat-item a {
  font-weight: 400;
}
ul.product-categories .current-cat a {
  font-weight: 700;
}
ul.product-categories .current-cat li a {
  font-weight: 400;
}
ul.product-categories .current-cat-parent a {
  font-weight: 700;
}
ul.product-categories .current-cat-parent ul li a {
  font-weight: 400;
  line-height: 20px;
}
ul.product-categories .current-cat-parent ul .current-cat a {
  font-weight: 700;
}
ul.product-categories li ul.children {
  margin-bottom: 24px;
}
/* CHECKOUT PAGE */
.woocommerce #payment ul.payment_methods li {
  list-style: none;
}
/* CHECKOUT */
.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
  display: none!important;
}
/* PRICING */
.price .amount {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #02a4e5;
  letter-spacing: 0.2px;
}
/* PRICING */
.product .add_to_cart_button.button {
  background-color: rgba(0, 0, 0, 0.5) !important;
  background-image: none!important;
}
.product .show_details_button {
  background-color: rgba(0, 0, 0, 0.5) !important;
  background-image: none!important;
}
.product a.add_to_cart_button.button.product_type_simple:hover,
.product a.show_details_button:hover {
  background-image: none!important;
  background-color: #00a4e5!Important;
}
.product a.add_to_cart_button,
.product a.show_details_button {
  padding: 10px;
}
#sidebar h4 {
  font-weight: 500;
  letter-spacing: 0.5px;
}
#commentform #submit,
.button,
#button {
  text-shadow: none;
  font-size: 12px!important;
  font-weight: 500!important;
}
/* FIX SINGLE PRODUCT */
.woocommerce div.product div.summary {
  width: 50%!important;
  padding-left: 0!important;
  position: relative;
  overflow: hidden;
}
.woocommerce div.product div.images,
.woocommerce-page div.product div.images {
  width: 41%!important;
}
@media screen and (max-width: 767px) and (min-width: 32px) {
  .woocommerce div.product div.images,
  .woocommerce-page div.product div.images {
    width: 100%;
    display: block;
  }
  .woocommerce div.product div.summary {
    width: 100%;
    display: block;
    clear: both;
    padding-top: 30px;
  }
  .woocommerce div.product div.images img {
    width: 90%;
  }
}
.woocommerce ul.products.columns-3 li.product,
.woocommerce-page ul.products.columns-3 li.product {
  width: 30%;
}
/* CUSTOMIZE DEFAULT WOO STYLE */
.single_add_to_cart_button {
  padding: 11.5px!important;
  border-radius: 0!important;
}
/* SINGLE IMAGE PRODUCT */
.pswp__bg {
  opacity: 0.8!important;
}
.woocommerce img.pswp__img,
.woocommerce-page img.pswp__img {
  border: 10px solid #ffffff;
}
/* CONTENT */
.content {
  margin-left: 14px;
}
.layout {
  padding-top: 0px;
}
.sub-head,
.content,
.layout {
  border: none;
}
/* DISAABLE ZOOM AREA */
.etalage_zoom_area,
.etalage_magnifier {
  display: none!important;
}
/* REMOVE OPACITY ON IMAGE HOVER */
img.etalage_thumb_image {
  opacity: 0.1!important;
}
/*======================================
=            single product            =
======================================*/
div.product .summary p.price {
  color: #4e4e4e!important;
  font-size: 16px!important;
  float: left;
}
div.product .summary p.price span {
  color: #00a4e5 !important;
  font-size: 24px!important;
  line-height: 26px;
  font-weight: 700;
}
div.product .summary p.price span span {
  color: #00a4e5 !important;
  font-size: 24px;
  line-height: 26px;
  font-weight: 700;
}
.woocommerce-variation-price span.price {
  color: #00a4e5 !important;
  font-size: 18px!important;
  line-height: 26px!important;
  font-weight: 700!important;
}
.woocommerce-variation-price span.price .amount {
  color: #00a4e5 !important;
  font-size: 24px!important;
  line-height: 26px!important;
  font-weight: 700!important;
}
.woocommerce div.product {
  margin-bottom: 0!important;
}
.single_add_to_cart_button {
  border-left: 5px solid #00a4e5 !important;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  font: 14px 'Ubuntu', sans-serif !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-image: none;
  text-decoration: none;
  padding: 11.5px!important;
  background-color: #4e4e4e !important;
  color: #fff !important;
  text-shadow: none;
  text-transform: uppercase;
  border-left: 5px solid #f3832d;
  border-bottom-style: none;
  border-right-style: none;
  border-top-style: none;
  margin-top: 0;
}
/*=====  End of single product  ======*/
/*==========================================
=            add to cart notice            =
==========================================*/
.success-hannan,
.woocommerce-message {
  margin-top: 40px;
  margin-left: 0;
}
/*=====  End of add to cart notice  ======*/
/* Variation price */
.woocommerce-variation.single_variation {
  position: absolute;
  bottom: 85px;
  margin-left: 156px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .woocommerce-variation.single_variation {
    bottom: 110px;
    margin-left: 0;
  }
}
.woocommerce div.product form.cart .variations {
  margin-bottom: 0!important;
}
.woocommerce .selectParent select {
  padding: 10px!important;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px!important;
  color: #737373!important;
}
/*----------  single  ----------*/
.single-product .woocommerce span.onsale:nth-child(2) {
  display: none;
}
.woocommerce span.onsale:nth-child(2) {
  display: none !important;
}
/**
 * This is the home page css file, please don't update using custom.css
 * please goto assets > less > pages > home.less | Its easy, trust me
 */
@media screen and (min-width: 320px) and (max-width: 767px) {
  html {
    position: relative;
    top: -60px;
  }
}
/*==========================================
=            space above slider            =
==========================================*/
@media screen and (min-width: 320px) and (max-width: 767px) {
  .ls-wp-fullwidth-container {
    margin-top: -10px;
  }
}
/*----------  HOME  ----------*/
.home .content {
  padding-top: 64px;
  padding-bottom: 104px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .home .content {
    margin-left: 0;
  }
}
.home .content .layout {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .home .content .layout a img.alignnone {
    margin: 0 !important;
    width: 100%;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .home .content .layout .grid_3_last {
    padding: 0 20px;
  }
}
.home .content .layout .caroufredsel_wrapper {
  padding-bottom: 32px;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
  line-height: 1.1em;
  margin: 0 0 24px 0;
}
ul.featured li a .heading-wo h2.wo-title {
  line-height: 24px;
}
.woocommerce-tabs ul.tabs {
  margin-left: 0px;
}
.woocommerce div.product .product_title {
  font-weight: 500;
}
.woocommerce div.product {
  margin-bottom: 104px;
}
.woocommerce ul.products li.product {
  border: none !important;
}
.woocommerce ul.products li.product .outer {
  border: 1px solid #e8e8e8;
  padding: 14px !important;
}
.woocommerce ul.products li.product h3 {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 14px !important;
  line-height: 18px !important;
  font-weight: 600 !important;
  text-transform: capitalize !important;
}
.woocommerce ul.products li.product .price {
  padding-bottom: 14px !important;
}
.woocommerce ul.products li.product .price span {
  font-size: 14px !important;
}
.woocommerce ul.products li.product h3 {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 14px !important;
  line-height: 18px !important;
  font-weight: 600 !important;
  text-transform: capitalize !important;
  color: #000 !important;
  padding: 24px 1em !important;
  margin: 0 !important;
}
/* RELATED PRODUCT */
a.button.product_type_variable {
  background: rgba(0, 0, 0, 0.5);
}
a.button.product_type_variable:hover {
  background: #00a4e5;
}
.product a.show_details_button,
.product a.button.product_type_variable {
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px;
}
/* HOME PAGE RELATED */
h2.woocommerce-loop-product__title {
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
}
.layout.diagonal {
  padding-top: 50px!important;
  padding-bottom: 50px;
}
/* Related */
.related h4 {
  font-size: 24px;
  line-height: 26px;
  font-weight: 500;
  color: #624747;
  text-transform: uppercase;
}
/**
 * This is header custom css, please don't edit the custom.css file
 * you can use assets > less > sections > header.less
 */
@media screen and (min-width: 320px) and (max-width: 767px) {
  .mobile-logo {
    width: 100%;
  }
  .mobile-logo img {
    text-align: center;
    display: flex;
    max-width: 175px !important;
  }
}
