@charset "UTF-8";
/*------------------------------------------------------------------
[Table of contents]
1. form
2. utilities
3. theme effect
4. buttons
5. alerts
6. woocommerce
7. woocommerce widgets
-------------------------------------------------------------------*/
/**
* Web Application Prefix Apply For Making Owner Styles
*/
/**
 *   Blocks Layout Selectors
 */
/********* LAYOUT **************/
/* carousel-controls-v1 */
/* carousel-controls-v2 */
/* carousel-controls-v3 */
/****/
/* 1. form */
button, input, select, optgroup, textarea {
  color: #6f6f6f;
  font-weight: 400;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

.button, button, input[type="button"], input[type="reset"], input[type="submit"] {
  outline: none;
  cursor: pointer;
  position: relative;
  background: #f9b200;
  border: 2px solid transparent;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0;
  padding: 0 28px;
  line-height: 2.5;
  min-width: 50px;
  text-transform: capitalize;
  text-decoration: none;
  pointer-events: auto;
  z-index: 1;
  font-weight: 500;
  font-family: "Heebo", sans-serif;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  display: inline-block;
  vertical-align: middle;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  -ms-text-shadow: none;
  -o-text-shadow: none;
}
.lt-ie8 .button, .lt-ie8 button, .lt-ie8 input[type="button"], .lt-ie8 input[type="reset"], .lt-ie8 input[type="submit"] {
  display: inline;
  zoom: 1;
}
.button:hover, button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
  color: #f9b200;
  background-color: transparent;
  border-color: #f9b200;
}
.button:focus, button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus {
  color: #f9b200;
  background-color: transparent;
  border-color: #f9b200;
}
.button:focus-within, button:focus-within, input[type="button"]:focus-within, input[type="reset"]:focus-within, input[type="submit"]:focus-within {
  color: #f9b200;
  background-color: transparent;
  border-color: #f9b200;
}
.button:active, button:active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active {
  color: #f9b200;
  background-color: transparent;
  border-color: #f9b200;
}
.button:visited, button:visited, input[type="button"]:visited, input[type="reset"]:visited, input[type="submit"]:visited {
  text-decoration: none;
}
.button.disabled, .button[disabled], fieldset[disabled] .button, button.disabled, button[disabled], fieldset[disabled] button, input[type="button"].disabled, input[type="button"][disabled], fieldset[disabled] input[type="button"], input[type="reset"].disabled, input[type="reset"][disabled], fieldset[disabled] input[type="reset"], input[type="submit"].disabled, input[type="submit"][disabled], fieldset[disabled] input[type="submit"] {
  cursor: not-allowed;
  pointer-events: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

input[type=submit][disabled=disabled], button[disabled=disabled],
input[type=submit]:disabled, button:disabled {
  pointer-events: none;
}

input[type="checkbox"], input[type="radio"] {
  color: #555555;
  cursor: pointer;
  line-height: 0;
  text-align: center;
}

input[type="checkbox"]:checked::before, input[type="radio"]:checked::before {
  width: 1rem;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: left;
  display: inline-block;
  vertical-align: middle;
}
.rtl input[type="checkbox"]:checked::before, .rtl input[type="radio"]:checked::before {
  float: right;
}
.lt-ie8 input[type="checkbox"]:checked::before, .lt-ie8 input[type="radio"]:checked::before {
  display: inline;
  zoom: 1;
}

input[type="checkbox"]:checked::before {
  content: url(data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%231e8cbe%27%2F%3E%3C%2Fsvg%3E);
  margin: -.1875rem 0 0 -.25rem;
  width: 1.3125rem;
  height: 1.3125rem;
}

label {
  font-weight: 500;
  cursor: pointer;
  color: inherit;
}

.wpcf7-form-3 textarea {
  min-height: 144px !important;
}

.btn-project {
  color: #f9b200;
  font-family: "Heebo", sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.69231;
  position: relative;
  padding: 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: inline-block;
  vertical-align: middle;
}
.lt-ie8 .btn-project {
  display: inline;
  zoom: 1;
}
.btn-project:hover {
  color: #f9b200;
}
.btn-project:focus {
  color: #f9b200;
}
.btn-project:focus-within {
  color: #f9b200;
}
.btn-project:active {
  color: #f9b200;
}
.btn-project:after {
  content: "";
  background-color: #f9b200;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
.rtl .btn-project:after {
  right: 0;
  left: auto;
}

.btn-read-more {
  color: #f9b200;
  font-family: "Heebo", sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.69231;
  position: relative;
  padding: 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: inline-block;
  vertical-align: middle;
}
.lt-ie8 .btn-read-more {
  display: inline;
  zoom: 1;
}
.btn-read-more:hover {
  color: #f9b200;
}
.btn-read-more:focus {
  color: #f9b200;
}
.btn-read-more:focus-within {
  color: #f9b200;
}
.btn-read-more:active {
  color: #f9b200;
}
.btn-read-more:after {
  content: "";
  background-color: #f9b200;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2px;
  left: 0;
}
.rtl .btn-read-more:after {
  right: 0;
  left: auto;
}

.site-button-secondry {
  color: #fff;
  padding: 10px 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  cursor: pointer;
  background-color: #1f3334;
  border: none;
  font-size: 13px;
  overflow: visible;
}
.site-button-secondry:before, .site-button-secondry:after {
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0;
  position: absolute;
  width: 24px;
  height: 24px;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.site-button-secondry:before {
  border-color: #1f3334;
  border-top-width: 2px;
  top: -5px;
  left: 0;
}
.rtl .site-button-secondry:before {
  right: 0;
  left: auto;
}
.site-button-secondry:after {
  border-bottom-width: 2px;
  border-color: #1f3334;
  bottom: -5px;
  right: 0;
}
.rtl .site-button-secondry:after {
  left: 0;
  right: auto;
}
.site-button-secondry:hover {
  background-color: #247E86;
}
.site-button-secondry:hover:before, .site-button-secondry:hover:after {
  border-color: #247E86;
  width: 100%;
  height: 100%;
}
.site-button-secondry.main-bg:hover:before, .site-button-secondry.main-bg:hover:after {
  border-color: #1a1a1a;
}
.site-button-secondry.main-bg:before, .site-button-secondry.main-bg:after {
  border-color: #f9b200;
}
.site-button-secondry.main-bg:hover:before, .site-button-secondry.main-bg:hover:after {
  border-color: #1a1a1a;
}
.site-button-secondry.main-bg:before, .site-button-secondry.main-bg:after {
  border-color: #f9b200;
}
.site-button-secondry.main-bg-color:hover:before, .site-button-secondry.main-bg-color:hover:after {
  border-color: #f9b200;
}
.site-button-secondry.main-bg-color:before, .site-button-secondry.main-bg-color:after {
  border-color: #f9b200;
}

.slider-tag-line {
  padding-left: 0 !important;
}
.rtl .slider-tag-line {
  padding-right: 0 !important;
  padding-left: inherit;
}
@media only screen and (min-width: 768px) {
  .slider-tag-line {
    padding-left: 70px !important;
  }
  .rtl .slider-tag-line {
    padding-right: 70px !important;
    padding-left: inherit;
  }
}
.slider-tag-line:before {
  content: normal;
  position: absolute;
  top: 13px;
  background-color: #fff;
  left: 0;
  width: 60px;
  height: 2px;
}
.rtl .slider-tag-line:before {
  right: 0;
  left: auto;
}
@media only screen and (min-width: 768px) {
  .slider-tag-line:before {
    content: "";
  }
}

.read-more-btn {
  letter-spacing: 1px;
  font-weight: 500;
}

.apus-btn-theme .elementor-button {
  position: relative;
}
.apus-btn-theme .elementor-button:before, .apus-btn-theme .elementor-button:after {
  border-color: transparent;
  border-style: solid;
  border-width: 0;
  content: '';
  position: absolute;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  width: 24px;
  height: 24px;
}
.apus-btn-theme .elementor-button:before {
  top: -5px;
  border-top-width: 2px;
  border-color: #f9b200;
  left: 0;
}
.rtl .apus-btn-theme .elementor-button:before {
  right: 0;
  left: auto;
}
.apus-btn-theme .elementor-button:after {
  bottom: -5px;
  border-bottom-width: 2px;
  border-color: #f9b200;
  right: 0;
}
.rtl .apus-btn-theme .elementor-button:after {
  left: 0;
  right: auto;
}
.apus-btn-theme .elementor-button:hover:before, .apus-btn-theme .elementor-button:hover:after {
  width: 100%;
  height: 100%;
  border-color: #1a1a1a;
}
.apus-btn-theme .elementor-button:focus:before, .apus-btn-theme .elementor-button:focus:after {
  width: 100%;
  height: 100%;
  border-color: #1a1a1a;
}
.apus-btn-theme .elementor-button:focus-within:before, .apus-btn-theme .elementor-button:focus-within:after {
  width: 100%;
  height: 100%;
  border-color: #1a1a1a;
}
.apus-btn-theme .elementor-button:active:before, .apus-btn-theme .elementor-button:active:after {
  width: 100%;
  height: 100%;
  border-color: #1a1a1a;
}

.btn-link-more {
  position: relative;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.3px;
  padding-bottom: 0px;
  color: #f9b200;
  font-family: "Heebo", sans-serif;
  font-weight: 500;
  display: inline-block;
  vertical-align: middle;
}
.lt-ie8 .btn-link-more {
  display: inline;
  zoom: 1;
}
.btn-link-more:after {
  content: "";
  position: absolute;
  bottom: 0;
  background-color: #f9b200;
  left: 0;
  width: 100%;
  height: 2px;
}
.rtl .btn-link-more:after {
  right: 0;
  left: auto;
}

.button-video {
  position: relative;
  color: #fff;
  background-color: #f9b200;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 70px;
  height: 70px;
}
.lt-ie8 .button-video {
  display: inline;
  zoom: 1;
}
@media only screen and (min-width: 1168px) {
  .button-video {
    width: 100px;
    height: 100px;
  }
}
.button-video .button-outer-circle {
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.button-video .button-icon {
  width: 30px;
  height: 30px;
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.button-video .button-icon .triangle {
  -webkit-animation: fadeIn 7s ease;
  -o-animation: fadeIn 7s ease;
  animation: fadeIn 7s ease;
}
.button-video .button-icon .path {
  stroke-dasharray: 90;
  stroke-dashoffset: 0;
  -webkit-animation: triangleStroke 3s;
  -o-animation: triangleStroke 3s;
  animation: triangleStroke 3s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
}

.has-scale-animation {
  -webkit-animation: smallScale 3s infinite;
  -o-animation: smallScale 3s infinite;
  animation: smallScale 3s infinite;
}

.has-delay-short {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.btn-outline-light {
  color: #FFFFFF;
  background-color: transparent;
  border-color: #FFFFFF;
}
.btn-outline-light:hover, .btn-outline-light:focus, .btn-outline-light:active, .btn-outline-light.active {
  color: #000;
  background-color: #FFFFFF;
  border-color: #000;
}
.open .btn-outline-light.dropdown-toggle {
  color: #000;
  background-color: #FFFFFF;
  border-color: #000;
}
.btn-outline-light:active, .btn-outline-light.active {
  background-image: none;
}
.open .btn-outline-light.dropdown-toggle {
  background-image: none;
}
.btn-outline-light.disabled, .btn-outline-light.disabled:hover, .btn-outline-light.disabled:focus, .btn-outline-light.disabled:active, .btn-outline-light.disabled.active, .btn-outline-light[disabled], .btn-outline-light[disabled]:hover, .btn-outline-light[disabled]:focus, .btn-outline-light[disabled]:active, .btn-outline-light[disabled].active, fieldset[disabled] .btn-outline-light, fieldset[disabled] .btn-outline-light:hover, fieldset[disabled] .btn-outline-light:focus, fieldset[disabled] .btn-outline-light:active, fieldset[disabled] .btn-outline-light.active {
  background-color: transparent;
  border-color: #FFFFFF;
}
.btn-outline-light .badge {
  color: transparent;
  background-color: #FFFFFF;
}

.btn-shop {
  padding: 0 0 3px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: 2px solid #f43434;
}

.btn-outline.btn-default {
  background: transparent;
  border-color: #fff;
  color: #fff;
}
.btn-outline.btn-default:hover {
  color: #f9b200;
  border-color: #fff;
  background: #fff;
}
.btn-outline.btn-primary,
.woocommerce table.shop_table input.btn-outline.button {
  background: transparent;
  border-color: #000;
  color: #000;
}
.btn-outline.btn-primary:hover,
.woocommerce table.shop_table input.btn-outline.button:hover {
  color: #fff;
  border-color: #000;
  background: #000;
}
.btn-outline.btn-success {
  background: transparent;
  border-color: #4ec45e;
  color: #4ec45e;
}
.btn-outline.btn-success:hover {
  color: #FFFFFF;
  border-color: #4ec45e;
  background: #4ec45e;
}
.btn-outline.btn-info {
  background: transparent;
  border-color: #d1ecf1;
  color: #d1ecf1;
}
.btn-outline.btn-info:hover {
  color: #FFFFFF;
  border-color: #d1ecf1;
  background: #d1ecf1;
}
.btn-outline.btn-danger {
  background: transparent;
  border-color: #ff3535;
  color: #ff3535;
}
.btn-outline.btn-danger:hover {
  color: #FFFFFF;
  border-color: #ff3535;
  background: #ff3535;
}
.btn-outline.btn-warning {
  background: transparent;
  border-color: #fff3cd;
  color: #fff3cd;
}
.btn-outline.btn-warning:hover {
  color: #FFFFFF;
  border-color: #fff3cd;
  background: #fff3cd;
}

.btn-inverse.btn-primary:hover,
.woocommerce table.shop_table input.btn-inverse.button:hover {
  color: #000;
  background: #FFFFFF;
}
.btn-inverse.btn-success:hover {
  color: #4ec45e;
  background: #FFFFFF;
}
.btn-inverse.btn-info:hover {
  color: #d1ecf1;
  background: #FFFFFF;
}
.btn-inverse.btn-danger:hover {
  color: #ff3535;
  background: #FFFFFF;
}
.btn-inverse.btn-warning:hover {
  color: #fff3cd;
  background: #FFFFFF;
}
.btn-inverse.btn-theme:hover, .btn-inverse.viewmore-products-btn:hover, .woocommerce .wishlist_table td.product-add-to-cart a.btn-inverse:hover {
  color: #f9b200;
  background: #FFFFFF;
}

.btn-compare.btn-outline {
  color: #4c4c4c;
  background: #fff;
  border: 1px solid #e9e9e9;
  height: 42px;
}
.btn-compare.btn-outline:hover, .btn-compare.btn-outline:active {
  color: #fff;
  background: #4c4c4c;
  border-color: #4c4c4c;
}

.reamore {
  font-size: 14px;
  font-weight: 600;
  color: #f9b200 !important;
  text-transform: uppercase;
  padding: 0 0 4px;
  border-bottom: 2px solid #f9b200;
}
.reamore i {
  margin-left: 8px;
}
.rtl .reamore i {
  margin-right: 8px;
  margin-left: inherit;
}

.apus-loadmore-btn {
  font-size: 14px;
  font-weight: 600;
  background: #f9b200;
  color: #fff;
  text-transform: uppercase;
  padding: 12px 30px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.lt-ie8 .apus-loadmore-btn {
  display: inline;
  zoom: 1;
}
.apus-loadmore-btn:hover {
  color: #fff;
  background: #000;
}
.apus-loadmore-btn:active {
  color: #fff;
  background: #000;
}

.viewmore-products-btn {
  position: relative;
}
.viewmore-products-btn:before {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  z-index: 2;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  opacity: 0;
  filter: alpha(opacity=0);
  background: rgba(255, 255, 255, 0.9) url(../images/loading-quick.gif) no-repeat scroll center center/20px auto;
}
.viewmore-products-btn.loading:before {
  opacity: 1;
  filter: alpha(opacity=100);
}

button:hover, .btn:hover, .viewmore-products-btn:hover, .woocommerce .wishlist_table td.product-add-to-cart a:hover, .woocommerce .details-product .information .stock.out-of-stock:hover,
.woocommerce table.shop_table input.button:hover, #add_payment_method .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover {
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
button:focus, .btn:focus, .viewmore-products-btn:focus, .woocommerce .wishlist_table td.product-add-to-cart a:focus, .woocommerce .details-product .information .stock.out-of-stock:focus,
.woocommerce table.shop_table input.button:focus, #add_payment_method .wc-proceed-to-checkout a.checkout-button:focus, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:focus, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
button:focus-within, .btn:focus-within, .viewmore-products-btn:focus-within, .woocommerce .wishlist_table td.product-add-to-cart a:focus-within, .woocommerce .details-product .information .stock.out-of-stock:focus-within,
.woocommerce table.shop_table input.button:focus-within, #add_payment_method .wc-proceed-to-checkout a.checkout-button:focus-within, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:focus-within, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:focus-within {
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.btn-link {
  font-weight: 500;
}

.radius-0 {
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
}

.radius-circle {
  border-radius: 100px !important;
  -webkit-border-radius: 100px !important;
  -moz-border-radius: 100px !important;
  -ms-border-radius: 100px !important;
  -o-border-radius: 100px !important;
}

.btn-3d {
  -webkit-box-shadow: 0 0 10px 0 rgba(249, 178, 0, 0.8);
  box-shadow: 0 0 10px 0 rgba(249, 178, 0, 0.8);
}

.read-more {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #f9b200;
}

.btn-white {
  background: #fff;
  color: #f9b200;
  border-color: #fff;
}
.btn-white:active, .btn-white:hover {
  color: #f9b200;
  background: #f2f2f2;
  border-color: #f2f2f2;
}

.btn-white.btn-br-white {
  background: #fff;
  color: #1a1a1a;
  border-color: #fff;
}
.btn-white.btn-br-white:active, .btn-white.btn-br-white:hover {
  color: #1a1a1a;
  background: #d9d9d9;
  border-color: #d9d9d9;
}

.btn-gradient {
  border: none !important;
  overflow: hidden;
  position: relative;
  background-image: -webkit-linear-gradient(left, #1b251f 0%, #f9b200 100%);
  background-image: -o-linear-gradient(left, #1b251f 0%, #f9b200 100%);
  background-image: linear-gradient(to right, #1b251f 0%, #f9b200 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF1B251F', endColorstr='#FFF9B200', GradientType=1);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  padding: 12px 30px;
}
.btn-gradient:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  filter: alpha(opacity=0);
  background-image: -webkit-linear-gradient(left, #050806 0%, #c68e00 100%);
  background-image: -o-linear-gradient(left, #050806 0%, #c68e00 100%);
  background-image: linear-gradient(to right, #050806 0%, #c68e00 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF050806', endColorstr='#FFC68E00', GradientType=1);
  -webkit-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}
.btn-gradient > * {
  position: relative;
  z-index: 2;
}
.btn-gradient:hover, .btn-gradient:active {
  background-image: -webkit-linear-gradient(left, #1b251f 0%, #f9b200 100%);
  background-image: -o-linear-gradient(left, #1b251f 0%, #f9b200 100%);
  background-image: linear-gradient(to right, #1b251f 0%, #f9b200 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF1B251F', endColorstr='#FFF9B200', GradientType=1);
}
.btn-gradient:hover:before, .btn-gradient:active:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn-gradient.btn-white {
  color: #1a1a1a;
}
.btn-gradient.btn-white:before {
  content: '';
  top: 2px;
  right: 2px;
  left: 2px;
  bottom: 2px;
  background: #fff;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  width: auto;
  height: auto;
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn-gradient.btn-white:hover, .btn-gradient.btn-white:active {
  color: #fff !important;
}
.btn-gradient.btn-white:hover:before, .btn-gradient.btn-white:active:before {
  opacity: 0;
  filter: alpha(opacity=0);
}

.btn-readmore {
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  position: relative;
  padding: 5px 15px;
  text-transform: uppercase;
  border: 1px solid transparent;
  font-family: "Heebo", sans-serif;
  background-color: #f9b200;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.lt-ie8 .btn-readmore {
  display: inline;
  zoom: 1;
}
.btn-readmore:hover {
  color: #f9b200;
  background: #fff;
  border-color: #f9b200;
}
.btn-readmore:focus {
  color: #f9b200;
  background: #fff;
  border-color: #f9b200;
}
.btn-readmore:focus-within {
  color: #f9b200;
  background: #fff;
  border-color: #f9b200;
}
.btn-readmore:active {
  color: #f9b200;
  background: #fff;
  border-color: #f9b200;
}
@media only screen and (min-width: 768px) {
  .btn-readmore {
    padding: 9px 30px;
  }
}

.btn-lighten {
  border-color: #fff;
  color: #fff;
  background: transparent;
}
.btn-lighten:hover {
  color: #fff;
  background: transparent;
  border-color: #fff;
}

.btn-outline.btn-white {
  background: transparent;
  color: #1a1a1a;
  border-color: #f9b200;
}
.btn-outline.btn-white:active, .btn-outline.btn-white:hover {
  color: #fff;
  background: #f9b200;
  border-color: #f9b200;
}

.btn-pink {
  color: #fff;
  background-color: #e3a3a2;
  border-color: #e3a3a2;
}
.btn-pink:hover, .btn-pink:focus, .btn-pink:active, .btn-pink.active, .open > .btn-pink.dropdown-toggle {
  color: #fff;
  background-color: #d77c7b;
  border-color: #d77c7b;
}
.btn-pink:active, .btn-pink.active, .open > .btn-pink.dropdown-toggle {
  background-image: none;
}
.btn-pink.disabled, .btn-pink.disabled:hover, .btn-pink.disabled:focus, .btn-pink.disabled:active, .btn-pink.disabled.active, .btn-pink[disabled], .btn-pink[disabled]:hover, .btn-pink[disabled]:focus, .btn-pink[disabled]:active, .btn-pink[disabled].active, fieldset[disabled] .btn-pink, fieldset[disabled] .btn-pink:hover, fieldset[disabled] .btn-pink:focus, fieldset[disabled] .btn-pink:active, fieldset[disabled] .btn-pink.active {
  background-color: #e3a3a2;
  border-color: #e3a3a2;
}
.btn-pink .badge {
  color: #e3a3a2;
  background-color: #fff;
}

.btn-primary.btn-inverse:active,
.woocommerce table.shop_table input.btn-inverse.button:active, .btn-primary.btn-inverse:hover,
.woocommerce table.shop_table input.btn-inverse.button:hover {
  background: #fff !important;
  color: #000 !important;
  border-color: #000 !important;
}

.btn-theme, .viewmore-products-btn, .woocommerce .wishlist_table td.product-add-to-cart a {
  color: #1a1a1a;
  background-color: #f9b200;
  border-color: #f9b200;
}
.btn-theme:hover, .viewmore-products-btn:hover, .woocommerce .wishlist_table td.product-add-to-cart a:hover, .btn-theme:focus, .viewmore-products-btn:focus, .woocommerce .wishlist_table td.product-add-to-cart a:focus, .btn-theme:active, .viewmore-products-btn:active, .woocommerce .wishlist_table td.product-add-to-cart a:active, .btn-theme.active, .active.viewmore-products-btn, .woocommerce .wishlist_table td.product-add-to-cart a.active, .open > .btn-theme.dropdown-toggle, .open > .dropdown-toggle.viewmore-products-btn, .woocommerce .wishlist_table td.product-add-to-cart .open > a.dropdown-toggle {
  color: #1a1a1a;
  background-color: #c68e00;
  border-color: #c68e00;
}
.btn-theme:active, .viewmore-products-btn:active, .woocommerce .wishlist_table td.product-add-to-cart a:active, .btn-theme.active, .active.viewmore-products-btn, .woocommerce .wishlist_table td.product-add-to-cart a.active, .open > .btn-theme.dropdown-toggle, .open > .dropdown-toggle.viewmore-products-btn, .woocommerce .wishlist_table td.product-add-to-cart .open > a.dropdown-toggle {
  background-image: none;
}
.btn-theme.disabled, .disabled.viewmore-products-btn, .woocommerce .wishlist_table td.product-add-to-cart a.disabled, .btn-theme.disabled:hover, .disabled.viewmore-products-btn:hover, .woocommerce .wishlist_table td.product-add-to-cart a.disabled:hover, .btn-theme.disabled:focus, .disabled.viewmore-products-btn:focus, .woocommerce .wishlist_table td.product-add-to-cart a.disabled:focus, .btn-theme.disabled:active, .disabled.viewmore-products-btn:active, .woocommerce .wishlist_table td.product-add-to-cart a.disabled:active, .btn-theme.disabled.active, .disabled.active.viewmore-products-btn, .woocommerce .wishlist_table td.product-add-to-cart a.disabled.active, .btn-theme[disabled], [disabled].viewmore-products-btn, .woocommerce .wishlist_table td.product-add-to-cart a[disabled], .btn-theme[disabled]:hover, [disabled].viewmore-products-btn:hover, .woocommerce .wishlist_table td.product-add-to-cart a[disabled]:hover, .btn-theme[disabled]:focus, [disabled].viewmore-products-btn:focus, .woocommerce .wishlist_table td.product-add-to-cart a[disabled]:focus, .btn-theme[disabled]:active, [disabled].viewmore-products-btn:active, .woocommerce .wishlist_table td.product-add-to-cart a[disabled]:active, .btn-theme[disabled].active, [disabled].active.viewmore-products-btn, .woocommerce .wishlist_table td.product-add-to-cart a[disabled].active, fieldset[disabled] .btn-theme, fieldset[disabled] .viewmore-products-btn, fieldset[disabled] .woocommerce .wishlist_table td.product-add-to-cart a, .woocommerce .wishlist_table td.product-add-to-cart fieldset[disabled] a, fieldset[disabled] .btn-theme:hover, fieldset[disabled] .viewmore-products-btn:hover, fieldset[disabled] .woocommerce .wishlist_table td.product-add-to-cart a:hover, .woocommerce .wishlist_table td.product-add-to-cart fieldset[disabled] a:hover, fieldset[disabled] .btn-theme:focus, fieldset[disabled] .viewmore-products-btn:focus, fieldset[disabled] .woocommerce .wishlist_table td.product-add-to-cart a:focus, .woocommerce .wishlist_table td.product-add-to-cart fieldset[disabled] a:focus, fieldset[disabled] .btn-theme:active, fieldset[disabled] .viewmore-products-btn:active, fieldset[disabled] .woocommerce .wishlist_table td.product-add-to-cart a:active, .woocommerce .wishlist_table td.product-add-to-cart fieldset[disabled] a:active, fieldset[disabled] .btn-theme.active, fieldset[disabled] .active.viewmore-products-btn, fieldset[disabled] .woocommerce .wishlist_table td.product-add-to-cart a.active, .woocommerce .wishlist_table td.product-add-to-cart fieldset[disabled] a.active {
  background-color: #f9b200;
  border-color: #f9b200;
}
.btn-theme .badge, .viewmore-products-btn .badge, .woocommerce .wishlist_table td.product-add-to-cart a .badge {
  color: #f9b200;
  background-color: #1a1a1a;
}
.btn-theme:hover, .viewmore-products-btn:hover, .woocommerce .wishlist_table td.product-add-to-cart a:hover {
  background-color: #f9b200;
  border-color: #f9b200;
}
.btn-theme:focus, .viewmore-products-btn:focus, .woocommerce .wishlist_table td.product-add-to-cart a:focus {
  background-color: #f9b200;
  border-color: #f9b200;
}
.btn-theme:focus-within, .viewmore-products-btn:focus-within, .woocommerce .wishlist_table td.product-add-to-cart a:focus-within {
  background-color: #f9b200;
  border-color: #f9b200;
}
.btn-theme:active, .viewmore-products-btn:active, .woocommerce .wishlist_table td.product-add-to-cart a:active {
  background-color: #f9b200;
  border-color: #f9b200;
}

.btn-dark {
  color: #1a1a1a;
  background-color: #cccccc;
  border-color: #cccccc;
}
.btn-dark:hover, .btn-dark:focus, .btn-dark:active, .btn-dark.active, .open > .btn-dark.dropdown-toggle {
  color: #1a1a1a;
  background-color: #b3b3b3;
  border-color: #b3b3b3;
}
.btn-dark:active, .btn-dark.active, .open > .btn-dark.dropdown-toggle {
  background-image: none;
}
.btn-dark.disabled, .btn-dark.disabled:hover, .btn-dark.disabled:focus, .btn-dark.disabled:active, .btn-dark.disabled.active, .btn-dark[disabled], .btn-dark[disabled]:hover, .btn-dark[disabled]:focus, .btn-dark[disabled]:active, .btn-dark[disabled].active, fieldset[disabled] .btn-dark, fieldset[disabled] .btn-dark:hover, fieldset[disabled] .btn-dark:focus, fieldset[disabled] .btn-dark:active, fieldset[disabled] .btn-dark.active {
  background-color: #cccccc;
  border-color: #cccccc;
}
.btn-dark .badge {
  color: #cccccc;
  background-color: #1a1a1a;
}
.btn-dark:active, .btn-dark:hover {
  color: #181818 !important;
}

.btn-theme-second {
  color: #fff;
  background-color: #1b251f;
  border-color: #1b251f;
}
.btn-theme-second:hover, .btn-theme-second:focus, .btn-theme-second:active, .btn-theme-second.active, .open > .btn-theme-second.dropdown-toggle {
  color: #fff;
  background-color: #050806;
  border-color: #050806;
}
.btn-theme-second:active, .btn-theme-second.active, .open > .btn-theme-second.dropdown-toggle {
  background-image: none;
}
.btn-theme-second.disabled, .btn-theme-second.disabled:hover, .btn-theme-second.disabled:focus, .btn-theme-second.disabled:active, .btn-theme-second.disabled.active, .btn-theme-second[disabled], .btn-theme-second[disabled]:hover, .btn-theme-second[disabled]:focus, .btn-theme-second[disabled]:active, .btn-theme-second[disabled].active, fieldset[disabled] .btn-theme-second, fieldset[disabled] .btn-theme-second:hover, fieldset[disabled] .btn-theme-second:focus, fieldset[disabled] .btn-theme-second:active, fieldset[disabled] .btn-theme-second.active {
  background-color: #1b251f;
  border-color: #1b251f;
}
.btn-theme-second .badge {
  color: #1b251f;
  background-color: #fff;
}
.btn-theme-second:active, .btn-theme-second:hover {
  color: #fff;
}

.btn-theme.btn-outline, .btn-outline.viewmore-products-btn, .woocommerce .wishlist_table td.product-add-to-cart a.btn-outline {
  color: #f9b200;
  border-color: #f9b200;
  background: transparent;
}
.btn-theme.btn-outline:hover, .btn-outline.viewmore-products-btn:hover, .woocommerce .wishlist_table td.product-add-to-cart a.btn-outline:hover, .btn-theme.btn-outline:active, .btn-outline.viewmore-products-btn:active, .woocommerce .wishlist_table td.product-add-to-cart a.btn-outline:active {
  color: #fff;
  background: #f9b200;
  border-color: #f9b200;
}

.more-link {
  color: #f9b200;
  display: inline-block;
  font-weight: normal;
  margin: 10px 0;
  text-transform: capitalize;
}
.more-link:hover {
  text-decoration: none;
}

.btn-shaded-sm {
  position: relative;
}
.btn-shaded-sm:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  border-width: 20px 10px;
  border-style: solid;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.4);
}

/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-animation: autofill 0s forwards;
  -o-animation: autofill 0s forwards;
  animation: autofill 0s forwards;
}

input::-webkit-input-placeholder {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}

input::-moz-input-placeholder {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}

input::placeholder {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}

input:focus::-webkit-input-placeholder {
  opacity: 0;
  filter: alpha(opacity=0);
}

input:focus::-moz-input-placeholder {
  opacity: 0;
  filter: alpha(opacity=0);
}

input:focus::placeholder {
  opacity: 0;
  filter: alpha(opacity=0);
}

label:focus input::-webkit-input-placeholder {
  opacity: 0;
  filter: alpha(opacity=0);
}

label:focus input::-moz-input-placeholder {
  opacity: 0;
  filter: alpha(opacity=0);
}

label:focus input::placeholder {
  opacity: 0;
  filter: alpha(opacity=0);
}

textarea::-webkit-textarea-placeholder {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}

textarea::-moz-textarea-placeholder {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}

textarea::placeholder {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}

textarea:focus::-webkit-textarea-placeholder {
  opacity: 0;
  filter: alpha(opacity=0);
}

textarea:focus::-moz-textarea-placeholder {
  opacity: 0;
  filter: alpha(opacity=0);
}

textarea:focus::placeholder {
  opacity: 0;
  filter: alpha(opacity=0);
}

label:focus textarea::-webkit-textarea-placeholder {
  opacity: 0;
  filter: alpha(opacity=0);
}

label:focus textarea::-moz-textarea-placeholder {
  opacity: 0;
  filter: alpha(opacity=0);
}

label:focus textarea::placeholder {
  opacity: 0;
  filter: alpha(opacity=0);
}

/* Search
------------------------------------------------*/
.search-popup .dropdown-menu {
  padding: 10px;
}

.btn-action {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  font-size: 11px;
  font-weight: 900;
  line-height: 30px;
  margin-bottom: 0;
  padding: 0px 10px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
}

.searchform .input-search {
  padding: 15px;
  border-right: 0;
  line-height: 1.5;
}
.rtl .searchform .input-search {
  border-left: 0;
  border-right: inherit;
}
.searchform .btn-search {
  vertical-align: top;
  color: #adafac;
  padding: 12px 8px;
}
.searchform .input-group-btn {
  line-height: 100%;
}

.search-category .btn, .search-category .viewmore-products-btn, .search-category .woocommerce .wishlist_table td.product-add-to-cart a, .woocommerce .wishlist_table td.product-add-to-cart .search-category a, .search-category .woocommerce .details-product .information .stock.out-of-stock, .woocommerce .details-product .information .search-category .stock.out-of-stock,
.search-category .woocommerce table.shop_table input.button,
.woocommerce table.shop_table .search-category input.button, .search-category #add_payment_method .wc-proceed-to-checkout a.checkout-button, #add_payment_method .wc-proceed-to-checkout .search-category a.checkout-button, .search-category .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout .search-category a.checkout-button, .search-category .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout .search-category a.checkout-button {
  margin-left: 10px !important;
  border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -ms-border-radius: 0px !important;
  -o-border-radius: 0px !important;
}
.rtl .search-category .btn, .rtl .search-category .viewmore-products-btn, .rtl .search-category .woocommerce .wishlist_table td.product-add-to-cart a, .woocommerce .wishlist_table td.product-add-to-cart .rtl .search-category a, .rtl .search-category .woocommerce .details-product .information .stock.out-of-stock, .woocommerce .details-product .information .rtl .search-category .stock.out-of-stock,
.rtl .search-category .woocommerce table.shop_table input.button,
.woocommerce table.shop_table .rtl .search-category input.button, .rtl .search-category #add_payment_method .wc-proceed-to-checkout a.checkout-button, #add_payment_method .wc-proceed-to-checkout .rtl .search-category a.checkout-button, .rtl .search-category .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout .rtl .search-category a.checkout-button, .rtl .search-category .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout .rtl .search-category a.checkout-button {
  margin-right: 10px !important;
  margin-left: inherit;
}
.search-category .wpo-search-inner label.form-control {
  border: none;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.search-category select {
  border: none;
  text-transform: capitalize;
  font-weight: 600;
}

/* comment form
------------------------------------------------*/
.chosen-container {
  width: 100% !important;
}

.input-group-form {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  background: transparent;
  margin: 0 0 5px 0;
}
.input-group-form .form-control-reversed {
  border: 0px;
  background: #222222;
  color: #cccccc;
  line-height: 1.71429;
  height: 34px;
}
.input-group-form .form-control-reversed:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.input-group-form .form-control-reversed:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.input-group-form .form-control-reversed:focus-within {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.input-group-form .input-group-addon {
  border: 0;
  background: #222222;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

input[type=date]::-webkit-clear-button,
input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-calendar-picker-indicator {
  display: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  outline: none;
  cursor: pointer;
  color: #999;
  background-color: #fff;
  border: solid 1px #e1e6eb;
  height: 40px;
  padding: 5px 12px;
  filter: none;
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
  font-family: "Rubik", Helvetica, Arial, sans-serif;
  -webkit-backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}
input[type="text"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="range"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="color"]::-moz-placeholder,
textarea::-moz-placeholder {
  color: #999;
  opacity: 1;
  text-transform: none;
}
input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="range"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999;
  text-transform: none;
}
input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="range"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
  text-transform: none;
}
input[type="text"]:-moz-autofill, input[type="text"]:-moz-autofill-preview,
input[type="email"]:-moz-autofill,
input[type="email"]:-moz-autofill-preview,
input[type="url"]:-moz-autofill,
input[type="url"]:-moz-autofill-preview,
input[type="password"]:-moz-autofill,
input[type="password"]:-moz-autofill-preview,
input[type="search"]:-moz-autofill,
input[type="search"]:-moz-autofill-preview,
input[type="number"]:-moz-autofill,
input[type="number"]:-moz-autofill-preview,
input[type="tel"]:-moz-autofill,
input[type="tel"]:-moz-autofill-preview,
input[type="range"]:-moz-autofill,
input[type="range"]:-moz-autofill-preview,
input[type="date"]:-moz-autofill,
input[type="date"]:-moz-autofill-preview,
input[type="month"]:-moz-autofill,
input[type="month"]:-moz-autofill-preview,
input[type="week"]:-moz-autofill,
input[type="week"]:-moz-autofill-preview,
input[type="time"]:-moz-autofill,
input[type="time"]:-moz-autofill-preview,
input[type="datetime"]:-moz-autofill,
input[type="datetime"]:-moz-autofill-preview,
input[type="datetime-local"]:-moz-autofill,
input[type="datetime-local"]:-moz-autofill-preview,
input[type="color"]:-moz-autofill,
input[type="color"]:-moz-autofill-preview,
textarea:-moz-autofill,
textarea:-moz-autofill-preview {
  filter: grayscale(21%) brightness(88%) contrast(161%) invert(10%) sepia(40%) saturate(206%);
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
input[type="text"]:required, input[type="text"]:optional, input[type="text"]:invalid,
input[type="email"]:required,
input[type="email"]:optional,
input[type="email"]:invalid,
input[type="url"]:required,
input[type="url"]:optional,
input[type="url"]:invalid,
input[type="password"]:required,
input[type="password"]:optional,
input[type="password"]:invalid,
input[type="search"]:required,
input[type="search"]:optional,
input[type="search"]:invalid,
input[type="number"]:required,
input[type="number"]:optional,
input[type="number"]:invalid,
input[type="tel"]:required,
input[type="tel"]:optional,
input[type="tel"]:invalid,
input[type="range"]:required,
input[type="range"]:optional,
input[type="range"]:invalid,
input[type="date"]:required,
input[type="date"]:optional,
input[type="date"]:invalid,
input[type="month"]:required,
input[type="month"]:optional,
input[type="month"]:invalid,
input[type="week"]:required,
input[type="week"]:optional,
input[type="week"]:invalid,
input[type="time"]:required,
input[type="time"]:optional,
input[type="time"]:invalid,
input[type="datetime"]:required,
input[type="datetime"]:optional,
input[type="datetime"]:invalid,
input[type="datetime-local"]:required,
input[type="datetime-local"]:optional,
input[type="datetime-local"]:invalid,
input[type="color"]:required,
input[type="color"]:optional,
input[type="color"]:invalid,
textarea:required,
textarea:optional,
textarea:invalid {
  -webkit-box-shadow: none;
  box-shadow: none;
}
input[type="text"]:hover,
input[type="email"]:hover,
input[type="url"]:hover,
input[type="password"]:hover,
input[type="search"]:hover,
input[type="number"]:hover,
input[type="tel"]:hover,
input[type="range"]:hover,
input[type="date"]:hover,
input[type="month"]:hover,
input[type="week"]:hover,
input[type="time"]:hover,
input[type="datetime"]:hover,
input[type="datetime-local"]:hover,
input[type="color"]:hover,
textarea:hover {
  border-color: #f9b200;
  background-color: #fff;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  border-color: #f9b200;
  background-color: #fff;
}
input[type="text"]:focus-within,
input[type="email"]:focus-within,
input[type="url"]:focus-within,
input[type="password"]:focus-within,
input[type="search"]:focus-within,
input[type="number"]:focus-within,
input[type="tel"]:focus-within,
input[type="range"]:focus-within,
input[type="date"]:focus-within,
input[type="month"]:focus-within,
input[type="week"]:focus-within,
input[type="time"]:focus-within,
input[type="datetime"]:focus-within,
input[type="datetime-local"]:focus-within,
input[type="color"]:focus-within,
textarea:focus-within {
  border-color: #f9b200;
  background-color: #fff;
}
input[type="text"]:active,
input[type="email"]:active,
input[type="url"]:active,
input[type="password"]:active,
input[type="search"]:active,
input[type="number"]:active,
input[type="tel"]:active,
input[type="range"]:active,
input[type="date"]:active,
input[type="month"]:active,
input[type="week"]:active,
input[type="time"]:active,
input[type="datetime"]:active,
input[type="datetime-local"]:active,
input[type="color"]:active,
textarea:active {
  border-color: #f9b200;
  background-color: #fff;
}

input[type="search"]::-webkit-search-decoration {
  display: none;
}

button:focus,
a:focus, a:active,
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  outline: none !important;
}

select {
  color: #999999;
  cursor: pointer;
  outline: none;
  padding: 7px 12px;
  border: solid 1px #dddddd;
  background: url("data:image/svg+xml;utf8,<svg viewBox='0 0 140 140' width='24' height='24' xmlns='http://www.w3.org/2000/svg'><g><path d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z' fill='gray'/></g></svg>") no-repeat;
  background-size: 13px;
  background-position: calc(100% - 12px) center;
  background-repeat: no-repeat;
  background-color: #fff;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}
select:hover {
  outline: none;
  border-color: #f9b200;
  background-color: #fff;
}
select:focus {
  outline: none;
  border-color: #f9b200;
  background-color: #fff;
}
select:focus-within {
  outline: none;
  border-color: #f9b200;
  background-color: #fff;
}
select:active {
  outline: none;
  border-color: #f9b200;
  background-color: #fff;
}
select option {
  color: inherit;
  font-size: 15px;
}
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #999999;
  -webkit-text-shadow: 0 0 0 #999999;
  -moz-text-shadow: 0 0 0 #999999;
  -ms-text-shadow: 0 0 0 #999999;
  -o-text-shadow: 0 0 0 #999999;
}

textarea,
textarea.form-control {
  display: block;
  width: 100%;
  max-width: 100%;
  resize: vertical;
  min-height: 160px;
  padding: 8px 12px;
  border-color: #e1e6eb;
  background-color: #fff;
  font-size: 14px;
  font-weight: 400;
  font-family: "Rubik", Helvetica, Arial, sans-serif;
  color: #999;
  line-height: 1.66667;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
textarea::-moz-placeholder,
textarea.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
  text-transform: none;
}
textarea:-ms-input-placeholder,
textarea.form-control:-ms-input-placeholder {
  color: #999;
  text-transform: none;
}
textarea::-webkit-input-placeholder,
textarea.form-control::-webkit-input-placeholder {
  color: #999;
  text-transform: none;
}
textarea:hover,
textarea.form-control:hover {
  border-color: #f9b200;
}
textarea:focus,
textarea.form-control:focus {
  border-color: #f9b200;
}
textarea:focus-within,
textarea.form-control:focus-within {
  border-color: #f9b200;
}
textarea:active,
textarea.form-control:active {
  border-color: #f9b200;
}

form p {
  margin: 30px 0;
}
form p:first-child {
  margin-top: 0px;
}
form p:last-child {
  margin-bottom: 0px;
}

.min-contact-form {
  padding: 30px 20px 10px;
  background-color: #464545;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(26, 26, 26, 0.35);
  box-shadow: 0px 0px 30px 0px rgba(26, 26, 26, 0.35);
}
@media only screen and (min-width: 768px) {
  .min-contact-form {
    padding: 38px;
  }
}
.min-contact-form ul {
  margin-bottom: 0px;
}
.min-contact-form ul li {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 24px;
  position: relative;
  padding-left: 80px;
}
.rtl .min-contact-form ul li {
  padding-right: 80px;
  padding-left: inherit;
}
@media only screen and (min-width: 1168px) {
  .min-contact-form ul li {
    margin-bottom: 54px;
  }
}
.min-contact-form ul li:before {
  position: absolute;
  top: 0px;
  content: "";
  background-color: transparent;
  background-position: 0 0;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  left: 0;
}
.rtl .min-contact-form ul li:before {
  right: 0;
  left: auto;
}
.min-contact-form ul li:last-child {
  margin-bottom: 30px;
}
@media only screen and (min-width: 1168px) {
  .min-contact-form ul li:last-child {
    margin-bottom: 48px;
  }
}
.min-contact-form ul li a {
  color: #949494;
}
.min-contact-form ul li a:hover {
  color: #f9b200;
}
.min-contact-form ul li a:focus {
  color: #f9b200;
}
.min-contact-form ul li a:focus-within {
  color: #f9b200;
}
.min-contact-form ul li a:active {
  color: #f9b200;
}
.min-contact-form ul li.mail-icon > * {
  display: block;
}
.min-contact-form ul li.mail-icon:before {
  background-image: url("../images/icon-mail.png");
  width: 50px;
  height: 45px;
}
.min-contact-form ul li.tel-icon {
  font-size: 18px;
  padding-top: 6px;
  font-family: "Heebo", sans-serif;
}
@media only screen and (min-width: 768px) {
  .min-contact-form ul li.tel-icon {
    padding-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .min-contact-form ul li.tel-icon {
    font-size: 22px;
    padding-bottom: 0px;
  }
}
.min-contact-form ul li.tel-icon:before {
  background-image: url("../images/icon-tel.png");
  width: 61px;
  height: 46px;
}
.min-contact-form ul li.tel-icon a {
  color: #fff;
}
.min-contact-form ul li.tel-icon a:hover {
  color: #f9b200;
}
.min-contact-form ul li.tel-icon a:focus {
  color: #f9b200;
}
.min-contact-form ul li.tel-icon a:focus-within {
  color: #f9b200;
}
.min-contact-form ul li.tel-icon a:active {
  color: #f9b200;
}
.min-contact-form .title {
  margin: 0px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 18px;
  margin-bottom: 30px;
  text-align: left;
}
.rtl .min-contact-form .title {
  text-align: right;
}
@media only screen and (min-width: 768px) {
  .min-contact-form .title {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 1168px) {
  .min-contact-form .title {
    text-align: center;
  }
}
.min-contact-form .title:after {
  content: "";
  bottom: 0;
  left: 0px;
  right: 0px;
  margin: 0;
  position: absolute;
  background-color: #f9b200;
  width: 49px;
  height: 1px;
}
@media only screen and (min-width: 1168px) {
  .min-contact-form .title:after {
    margin: 0 auto;
  }
}

button.mfp-close {
  background-color: transparent;
}
button.mfp-close:hover {
  background-color: transparent;
}
button.mfp-close:focus {
  background-color: transparent;
}
button.mfp-close:focus-within {
  background-color: transparent;
}
button.mfp-close:active {
  background-color: transparent;
}

.add_to_cart_button i {
  margin-right: 8px;
}
.rtl .add_to_cart_button i {
  margin-left: 8px;
  margin-right: inherit;
}

div.wpcf7-response-output {
  padding: 10px 30px;
  border-color: #fff3cd;
  background-color: #fff;
  color: #cd9c00;
  margin: 30px 0 0 0;
}

.btn-width-icon .elementor-button-link .elementor-button-icon {
  color: #f9b200;
  font-size: 12px;
}

.page-form-contact > div {
  margin-bottom: 20px;
}
.page-form-contact > div:last-child {
  margin-bottom: 0;
}
.page-form-contact .button, .page-form-contact button,
.page-form-contact input[type="button"],
.page-form-contact input[type="reset"],
.page-form-contact input[type="submit"] {
  padding: 0 30px;
  font-size: 14px;
  width: 100%;
  line-height: 46px;
}
@media only screen and (min-width: 1168px) {
  .page-form-contact .button, .page-form-contact button,
  .page-form-contact input[type="button"],
  .page-form-contact input[type="reset"],
  .page-form-contact input[type="submit"] {
    font-size: 15px;
    padding: 0px 40px;
    line-height: 44px;
  }
}
.page-form-contact .button:hover, .page-form-contact button:hover,
.page-form-contact input[type="button"]:hover,
.page-form-contact input[type="reset"]:hover,
.page-form-contact input[type="submit"]:hover {
  color: #fff;
  background-color: #c68e00;
  border-color: #c68e00;
}
.page-form-contact .button:focus, .page-form-contact button:focus,
.page-form-contact input[type="button"]:focus,
.page-form-contact input[type="reset"]:focus,
.page-form-contact input[type="submit"]:focus {
  color: #fff;
  background-color: #c68e00;
  border-color: #c68e00;
}
.page-form-contact .button:focus-within, .page-form-contact button:focus-within,
.page-form-contact input[type="button"]:focus-within,
.page-form-contact input[type="reset"]:focus-within,
.page-form-contact input[type="submit"]:focus-within {
  color: #fff;
  background-color: #c68e00;
  border-color: #c68e00;
}
.page-form-contact .button:active, .page-form-contact button:active,
.page-form-contact input[type="button"]:active,
.page-form-contact input[type="reset"]:active,
.page-form-contact input[type="submit"]:active {
  color: #fff;
  background-color: #c68e00;
  border-color: #c68e00;
}
.page-form-contact .ajax-loader {
  display: block !important;
  margin: 10px auto 0 auto !important;
}
.page-form-contact textarea {
  max-height: 240px;
  background-color: #fff;
  border-color: transparent;
}
.page-form-contact input[type="text"],
.page-form-contact input[type="email"],
.page-form-contact input[type="url"],
.page-form-contact input[type="password"] {
  border-color: transparent;
  background-color: #fff;
}
.page-form-contact input[type="text"]:hover,
.page-form-contact input[type="email"]:hover,
.page-form-contact input[type="url"]:hover,
.page-form-contact input[type="password"]:hover {
  border-color: #f9b200;
}
.page-form-contact input[type="text"]:focus,
.page-form-contact input[type="email"]:focus,
.page-form-contact input[type="url"]:focus,
.page-form-contact input[type="password"]:focus {
  border-color: #f9b200;
}
.page-form-contact input[type="text"]:focus-within,
.page-form-contact input[type="email"]:focus-within,
.page-form-contact input[type="url"]:focus-within,
.page-form-contact input[type="password"]:focus-within {
  border-color: #f9b200;
}

.widget-search form {
  position: relative;
}
.widget-search form .btn, .widget-search form .viewmore-products-btn, .widget-search form .woocommerce .wishlist_table td.product-add-to-cart a, .woocommerce .wishlist_table td.product-add-to-cart .widget-search form a, .widget-search form .woocommerce .details-product .information .stock.out-of-stock, .woocommerce .details-product .information .widget-search form .stock.out-of-stock,
.widget-search form .woocommerce table.shop_table input.button,
.woocommerce table.shop_table .widget-search form input.button, .widget-search form #add_payment_method .wc-proceed-to-checkout a.checkout-button, #add_payment_method .wc-proceed-to-checkout .widget-search form a.checkout-button, .widget-search form .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout .widget-search form a.checkout-button, .widget-search form .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout .widget-search form a.checkout-button {
  top: 0;
  position: absolute;
  right: 0;
}
.rtl .widget-search form .btn, .rtl .widget-search form .viewmore-products-btn, .rtl .widget-search form .woocommerce .wishlist_table td.product-add-to-cart a, .woocommerce .wishlist_table td.product-add-to-cart .rtl .widget-search form a, .rtl .widget-search form .woocommerce .details-product .information .stock.out-of-stock, .woocommerce .details-product .information .rtl .widget-search form .stock.out-of-stock,
.rtl .widget-search form .woocommerce table.shop_table input.button,
.woocommerce table.shop_table .rtl .widget-search form input.button, .rtl .widget-search form #add_payment_method .wc-proceed-to-checkout a.checkout-button, #add_payment_method .wc-proceed-to-checkout .rtl .widget-search form a.checkout-button, .rtl .widget-search form .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout .rtl .widget-search form a.checkout-button, .rtl .widget-search form .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout .rtl .widget-search form a.checkout-button {
  left: 0;
  right: auto;
}

/*------------------------------------*\
    search
\*------------------------------------*/
.apus-search-form {
  position: static;
}
.apus-search-form:before, .apus-search-form:after {
  content: " ";
  display: table;
}
.apus-search-form:after {
  clear: both;
}
.apus-search-form.active .inner-search {
  visibility: visible;
  pointer-events: auto;
  z-index: 999;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate(0px, 0px) scale(1, 1);
  -moz-transform: translate(0px, 0px) scale(1, 1);
  -ms-transform: translate(0px, 0px) scale(1, 1);
  -o-transform: translate(0px, 0px) scale(1, 1);
  transform: translate(0px, 0px) scale(1, 1);
}
.apus-search-form.ali-left a.btn-search-icon {
  text-align: left;
  float: left;
}
.rtl .apus-search-form.ali-left a.btn-search-icon {
  text-align: right;
}
.rtl .apus-search-form.ali-left a.btn-search-icon {
  float: right;
}
.apus-search-form.ali-right a.btn-search-icon {
  text-align: right;
  float: right;
}
.rtl .apus-search-form.ali-right a.btn-search-icon {
  text-align: left;
}
.rtl .apus-search-form.ali-right a.btn-search-icon {
  float: left;
}
.apus-search-form > a.btn-search-icon {
  color: #1a1a1a;
  position: relative;
  font-size: 1.42857rem;
  background-color: transparent;
  width: 34px;
  height: 34px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.apus-search-form form .btn, .apus-search-form form .viewmore-products-btn, .apus-search-form form .woocommerce .wishlist_table td.product-add-to-cart a, .woocommerce .wishlist_table td.product-add-to-cart .apus-search-form form a, .apus-search-form form .woocommerce .details-product .information .stock.out-of-stock, .woocommerce .details-product .information .apus-search-form form .stock.out-of-stock,
.apus-search-form form .woocommerce table.shop_table input.button,
.woocommerce table.shop_table .apus-search-form form input.button, .apus-search-form form #add_payment_method .wc-proceed-to-checkout a.checkout-button, #add_payment_method .wc-proceed-to-checkout .apus-search-form form a.checkout-button, .apus-search-form form .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout .apus-search-form form a.checkout-button, .apus-search-form form .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout .apus-search-form form a.checkout-button {
  padding: 0;
  border: none;
  color: #6f6f6f;
  background-color: transparent;
  min-width: auto;
  margin: -10px 0 0 0;
  font-size: 28px;
  line-height: 1;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 46px;
  height: 46px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.rtl .apus-search-form form .btn, .rtl .apus-search-form form .viewmore-products-btn, .rtl .apus-search-form form .woocommerce .wishlist_table td.product-add-to-cart a, .woocommerce .wishlist_table td.product-add-to-cart .rtl .apus-search-form form a, .rtl .apus-search-form form .woocommerce .details-product .information .stock.out-of-stock, .woocommerce .details-product .information .rtl .apus-search-form form .stock.out-of-stock,
.rtl .apus-search-form form .woocommerce table.shop_table input.button,
.woocommerce table.shop_table .rtl .apus-search-form form input.button, .rtl .apus-search-form form #add_payment_method .wc-proceed-to-checkout a.checkout-button, #add_payment_method .wc-proceed-to-checkout .rtl .apus-search-form form a.checkout-button, .rtl .apus-search-form form .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout .rtl .apus-search-form form a.checkout-button, .rtl .apus-search-form form .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout .rtl .apus-search-form form a.checkout-button {
  left: 0px;
  right: auto;
}
.apus-search-form form .btn:before, .apus-search-form form .viewmore-products-btn:before, .apus-search-form form .woocommerce .wishlist_table td.product-add-to-cart a:before, .woocommerce .wishlist_table td.product-add-to-cart .apus-search-form form a:before, .apus-search-form form .woocommerce .details-product .information .stock.out-of-stock:before, .woocommerce .details-product .information .apus-search-form form .stock.out-of-stock:before,
.apus-search-form form .woocommerce table.shop_table input.button:before,
.woocommerce table.shop_table .apus-search-form form input.button:before, .apus-search-form form #add_payment_method .wc-proceed-to-checkout a.checkout-button:before, #add_payment_method .wc-proceed-to-checkout .apus-search-form form a.checkout-button:before, .apus-search-form form .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:before, .woocommerce-cart .wc-proceed-to-checkout .apus-search-form form a.checkout-button:before, .apus-search-form form .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:before, .woocommerce-checkout .wc-proceed-to-checkout .apus-search-form form a.checkout-button:before, .apus-search-form form .btn:after, .apus-search-form form .viewmore-products-btn:after, .apus-search-form form .woocommerce .wishlist_table td.product-add-to-cart a:after, .woocommerce .wishlist_table td.product-add-to-cart .apus-search-form form a:after, .apus-search-form form .woocommerce .details-product .information .stock.out-of-stock:after, .woocommerce .details-product .information .apus-search-form form .stock.out-of-stock:after,
.apus-search-form form .woocommerce table.shop_table input.button:after,
.woocommerce table.shop_table .apus-search-form form input.button:after, .apus-search-form form #add_payment_method .wc-proceed-to-checkout a.checkout-button:after, #add_payment_method .wc-proceed-to-checkout .apus-search-form form a.checkout-button:after, .apus-search-form form .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:after, .woocommerce-cart .wc-proceed-to-checkout .apus-search-form form a.checkout-button:after, .apus-search-form form .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:after, .woocommerce-checkout .wc-proceed-to-checkout .apus-search-form form a.checkout-button:after {
  content: normal;
}
.apus-search-form form .btn:hover, .apus-search-form form .viewmore-products-btn:hover, .apus-search-form form .woocommerce .wishlist_table td.product-add-to-cart a:hover, .woocommerce .wishlist_table td.product-add-to-cart .apus-search-form form a:hover, .apus-search-form form .woocommerce .details-product .information .stock.out-of-stock:hover, .woocommerce .details-product .information .apus-search-form form .stock.out-of-stock:hover,
.apus-search-form form .woocommerce table.shop_table input.button:hover,
.woocommerce table.shop_table .apus-search-form form input.button:hover, .apus-search-form form #add_payment_method .wc-proceed-to-checkout a.checkout-button:hover, #add_payment_method .wc-proceed-to-checkout .apus-search-form form a.checkout-button:hover, .apus-search-form form .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce-cart .wc-proceed-to-checkout .apus-search-form form a.checkout-button:hover, .apus-search-form form .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce-checkout .wc-proceed-to-checkout .apus-search-form form a.checkout-button:hover {
  border: none;
  background-color: transparent;
}
.apus-search-form form .btn:focus, .apus-search-form form .viewmore-products-btn:focus, .apus-search-form form .woocommerce .wishlist_table td.product-add-to-cart a:focus, .woocommerce .wishlist_table td.product-add-to-cart .apus-search-form form a:focus, .apus-search-form form .woocommerce .details-product .information .stock.out-of-stock:focus, .woocommerce .details-product .information .apus-search-form form .stock.out-of-stock:focus,
.apus-search-form form .woocommerce table.shop_table input.button:focus,
.woocommerce table.shop_table .apus-search-form form input.button:focus, .apus-search-form form #add_payment_method .wc-proceed-to-checkout a.checkout-button:focus, #add_payment_method .wc-proceed-to-checkout .apus-search-form form a.checkout-button:focus, .apus-search-form form .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:focus, .woocommerce-cart .wc-proceed-to-checkout .apus-search-form form a.checkout-button:focus, .apus-search-form form .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:focus, .woocommerce-checkout .wc-proceed-to-checkout .apus-search-form form a.checkout-button:focus {
  border: none;
  background-color: transparent;
}
.apus-search-form form .btn:focus-within, .apus-search-form form .viewmore-products-btn:focus-within, .apus-search-form form .woocommerce .wishlist_table td.product-add-to-cart a:focus-within, .woocommerce .wishlist_table td.product-add-to-cart .apus-search-form form a:focus-within, .apus-search-form form .woocommerce .details-product .information .stock.out-of-stock:focus-within, .woocommerce .details-product .information .apus-search-form form .stock.out-of-stock:focus-within,
.apus-search-form form .woocommerce table.shop_table input.button:focus-within,
.woocommerce table.shop_table .apus-search-form form input.button:focus-within, .apus-search-form form #add_payment_method .wc-proceed-to-checkout a.checkout-button:focus-within, #add_payment_method .wc-proceed-to-checkout .apus-search-form form a.checkout-button:focus-within, .apus-search-form form .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:focus-within, .woocommerce-cart .wc-proceed-to-checkout .apus-search-form form a.checkout-button:focus-within, .apus-search-form form .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:focus-within, .woocommerce-checkout .wc-proceed-to-checkout .apus-search-form form a.checkout-button:focus-within {
  border: none;
  background-color: transparent;
}
.apus-search-form form .btn:active, .apus-search-form form .viewmore-products-btn:active, .apus-search-form form .woocommerce .wishlist_table td.product-add-to-cart a:active, .woocommerce .wishlist_table td.product-add-to-cart .apus-search-form form a:active, .apus-search-form form .woocommerce .details-product .information .stock.out-of-stock:active, .woocommerce .details-product .information .apus-search-form form .stock.out-of-stock:active,
.apus-search-form form .woocommerce table.shop_table input.button:active,
.woocommerce table.shop_table .apus-search-form form input.button:active, .apus-search-form form #add_payment_method .wc-proceed-to-checkout a.checkout-button:active, #add_payment_method .wc-proceed-to-checkout .apus-search-form form a.checkout-button:active, .apus-search-form form .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:active, .woocommerce-cart .wc-proceed-to-checkout .apus-search-form form a.checkout-button:active, .apus-search-form form .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:active, .woocommerce-checkout .wc-proceed-to-checkout .apus-search-form form a.checkout-button:active {
  border: none;
  background-color: transparent;
}
.apus-search-form form .close {
  float: none;
  position: fixed;
  top: 20px;
  cursor: pointer;
  color: #fff;
  cursor: pointer;
  font-size: 1.92857rem;
  background-color: #f9b200;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  filter: alpha(opacity=100);
  width: 56px;
  height: 56px;
  text-shadow: none;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  -ms-text-shadow: none;
  -o-text-shadow: none;
  right: 20px;
}
.rtl .apus-search-form form .close {
  left: 20px;
  right: auto;
}
.apus-search-form form .close:before, .apus-search-form form .close:after {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 32px;
  height: 2px;
}
.apus-search-form form .close:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.apus-search-form form .close:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media only screen and (min-width: 1168px) {
  .apus-search-form form .close {
    top: 30px;
    right: 50px;
  }
  .rtl .apus-search-form form .close {
    left: 50px;
    right: auto;
  }
}
.apus-search-form form input[type=text], .apus-search-form form input[type=email] {
  color: #6f6f6f;
  height: 80px;
  text-transform: none;
  font-size: 42px;
  font-weight: 500;
  background-color: #fff;
  border: none;
  border-bottom: 2px solid #e1e6eb;
  padding: 0px 90px 30px 0;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.rtl .apus-search-form form input[type=text], .rtl .apus-search-form form input[type=email] {
  padding: 0px 0 30px 90px;
}
.apus-search-form form input[type=text]::-moz-placeholder, .apus-search-form form input[type=email]::-moz-placeholder {
  color: #6f6f6f;
  opacity: 1;
  text-transform: none;
}
.apus-search-form form input[type=text]:-ms-input-placeholder, .apus-search-form form input[type=email]:-ms-input-placeholder {
  color: #6f6f6f;
  text-transform: none;
}
.apus-search-form form input[type=text]::-webkit-input-placeholder, .apus-search-form form input[type=email]::-webkit-input-placeholder {
  color: #6f6f6f;
  text-transform: none;
}
.apus-search-form form input[type=text]:hover, .apus-search-form form input[type=email]:hover {
  border-color: #f9b200;
}
.apus-search-form form input[type=text]:focus, .apus-search-form form input[type=email]:focus {
  border-color: #f9b200;
}
.apus-search-form form input[type=text]:focus-within, .apus-search-form form input[type=email]:focus-within {
  border-color: #f9b200;
}
.apus-search-form form input[type=text]:active, .apus-search-form form input[type=email]:active {
  border-color: #f9b200;
}
.apus-search-form > .inner-search {
  top: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.75);
  pointer-events: none;
  visibility: hidden;
  width: 100vw;
  height: 100%;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translate(0px, -100%) scale(0, 0);
  -moz-transform: translate(0px, -100%) scale(0, 0);
  -ms-transform: translate(0px, -100%) scale(0, 0);
  -o-transform: translate(0px, -100%) scale(0, 0);
  transform: translate(0px, -100%) scale(0, 0);
}
.rtl .apus-search-form > .inner-search {
  right: 0;
  left: auto;
}
.apus-search-form .close-search-fix {
  font-size: 24px;
  color: #ff3535;
  cursor: pointer;
}
.apus-search-form .close-search-fix:hover {
  color: #ff0202;
}
.apus-search-form .close-search-fix:active {
  color: #ff0202;
}
.apus-search-form .hidden-search {
  cursor: pointer;
  font-size: 35px;
  line-height: 1.4;
  color: #ff3535;
  display: inline-block;
  vertical-align: middle;
  float: right;
  margin-left: 30px;
}
.lt-ie8 .apus-search-form .hidden-search {
  display: inline;
  zoom: 1;
}
.rtl .apus-search-form .hidden-search {
  float: left;
}
.rtl .apus-search-form .hidden-search {
  margin-right: 30px;
  margin-left: inherit;
}
.apus-search-form .main-search {
  width: 100%;
  position: relative;
}
.apus-search-form .main-search .autocomplete-list {
  text-align: left;
  margin-top: 1px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 8;
  background: #fff;
  max-height: 350px;
  overflow: auto;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
}
.rtl .apus-search-form .main-search .autocomplete-list {
  text-align: right;
}

.apus-search-form-wrapper {
  position: fixed;
  z-index: -1;
  top: 0;
  background: #fff;
  will-change: transform, opacity;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100vw;
  height: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  left: 0;
}
.rtl .apus-search-form-wrapper {
  right: 0;
  left: auto;
}
.apus-search-form-wrapper:target, .apus-search-form-wrapper.active {
  z-index: 999;
  height: 100vh !important;
  width: 100vw !important;
  opacity: 1;
  filter: alpha(opacity=100);
}
.apus-search-form-wrapper:target .close-btn, .apus-search-form-wrapper.active .close-btn {
  display: block;
}

/* 2. utilities */
.clear:before:before, .clear:before:after,
.clear:after:before,
.clear:after:after,
.entry-content:before:before,
.entry-content:before:after,
.entry-content:after:before,
.entry-content:after:after,
.comment-content:before:before,
.comment-content:before:after,
.comment-content:after:before,
.comment-content:after:after,
.site-header:before:before,
.site-header:before:after,
.site-header:after:before,
.site-header:after:after,
.site-content:before:before,
.site-content:before:after,
.site-content:after:before,
.site-content:after:after,
.site-footer:before:before,
.site-footer:before:after,
.site-footer:after:before,
.site-footer:after:after {
  content: " ";
  display: table;
}
.clear:before:after,
.clear:after:after,
.entry-content:before:after,
.entry-content:after:after,
.comment-content:before:after,
.comment-content:after:after,
.site-header:before:after,
.site-header:after:after,
.site-content:before:after,
.site-content:after:after,
.site-footer:before:after,
.site-footer:after:after {
  clear: both;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

.margin-top-1 {
  margin-top: 1px !important;
}

.margin-bottom-36 {
  margin-bottom: 36px !important;
}

.margin-bottom-20 {
  margin-bottom: 20px !important;
}

.margin-bottom-0 {
  margin-bottom: 0 !important;
}

.margin-bottom-15 {
  margin-bottom: 15px !important;
}

.margin-bottom-10 {
  margin-bottom: 10px !important;
}

.margin-bottom-45 {
  margin-bottom: 45px !important;
}

.margin-top-15 {
  margin-top: 15px !important;
}

.margin-bottom-0 {
  margin-bottom: 0px !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #1a1a1a;
  display: block;
  font-size: 10px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px 23px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
.rtl .screen-reader-text:focus {
  right: 5px;
  left: auto;
}
.rtl .screen-reader-text:focus {
  padding: 15px 23px 14px 23px;
}

#content[tabindex="-1"]:focus {
  outline: 0;
}

.overflow-hidden {
  overflow: hidden;
}

.text-underline {
  text-decoration: underline !important;
}

.text-large {
  font-size: 16px;
  line-height: 1.625;
  font-weight: 400;
  color: #1a1a1a;
  font-family: "Heebo", sans-serif;
}
@media only screen and (min-width: 768px) {
  .text-large {
    font-size: 18px;
    line-height: 1.55556;
  }
}
@media only screen and (min-width: 1168px) {
  .text-large {
    font-size: 20px;
    line-height: 1.5;
  }
}

.text-extra-large {
  margin: 0;
  color: #1a1a1a;
  font-size: 80px;
  font-weight: 400;
  line-height: 1.4375;
}
@media only screen and (min-width: 1168px) {
  .text-extra-large {
    color: #fff;
    font-size: 200px;
    line-height: 1.2;
  }
}
@media only screen and (min-width: 1379px) {
  .text-extra-large {
    font-size: 300px;
    line-height: 1.04667;
  }
}

.md-clearfix {
  clear: none;
}
@media only screen and (min-width: 768px) {
  .md-clearfix {
    clear: none;
  }
}
@media only screen and (min-width: 1168px) {
  .md-clearfix {
    clear: both;
  }
}

/*-------------------------------------------
    No Margin
-------------------------------------------*/
.no-margin {
  margin: 0 !important;
}
.no-margin .pagination {
  margin: 0;
}

/*-------------------------------------------
    No Padding
-------------------------------------------*/
.no-padding {
  padding: 0 !important;
}

.no-position {
  position: static !important;
}

.inline-block {
  display: inline-block;
  vertical-align: middle;
}
.lt-ie8 .inline-block {
  display: inline;
  zoom: 1;
}

.no-background {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none !important;
}

.no-effect a:before {
  content: none !important;
}

/*------------------------------------*\
    Clear List Style
\*------------------------------------*/
.clear-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

/*-------------------------------------------
    Text Transform
-------------------------------------------*/
.text-uppercase {
  text-transform: uppercase !important;
}

/*-------------------------------------------
    Align
-------------------------------------------*/
.separator_align_center {
  text-align: center !important;
}

.vc_align_right,
.separator_align_right {
  text-align: right !important;
}

.separator_align_left {
  text-align: left !important;
}

/*------------------------------------*\
    Border
\*------------------------------------*/
.no-border {
  border: 0px !important;
}

/*------------------------------------*\
    No background
\*------------------------------------*/
.bg-transparent {
  background: transparent !important;
}

.flex-right {
  margin-left: auto;
}
.rtl .flex-right {
  margin-right: auto;
  margin-left: inherit;
}

.flex-float-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

/* 4. buttons */
.btn, .viewmore-products-btn, .woocommerce .wishlist_table td.product-add-to-cart a, .woocommerce .details-product .information .stock.out-of-stock, .woocommerce table.shop_table input.button:disabled,
.woocommerce table.shop_table input.button, #add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  outline: none;
  cursor: pointer;
  position: relative;
  background: #f9b200;
  border: 2px solid transparent;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0;
  padding: 0 28px;
  line-height: 2.5;
  min-width: 50px;
  text-transform: capitalize;
  text-decoration: none;
  pointer-events: auto;
  z-index: 1;
  font-weight: 500;
  font-family: "Heebo", sans-serif;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  display: inline-block;
  vertical-align: middle;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  -ms-text-shadow: none;
  -o-text-shadow: none;
}
.lt-ie8 .btn, .lt-ie8 .viewmore-products-btn, .lt-ie8 .woocommerce .wishlist_table td.product-add-to-cart a, .woocommerce .wishlist_table td.product-add-to-cart .lt-ie8 a, .lt-ie8 .woocommerce .details-product .information .stock.out-of-stock, .woocommerce .details-product .information .lt-ie8 .stock.out-of-stock,
.lt-ie8 .woocommerce table.shop_table input.button,
.woocommerce table.shop_table .lt-ie8 input.button, .lt-ie8 #add_payment_method .wc-proceed-to-checkout a.checkout-button, #add_payment_method .wc-proceed-to-checkout .lt-ie8 a.checkout-button, .lt-ie8 .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout .lt-ie8 a.checkout-button, .lt-ie8 .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout .lt-ie8 a.checkout-button {
  display: inline;
  zoom: 1;
}
.btn:hover, .viewmore-products-btn:hover, .woocommerce .wishlist_table td.product-add-to-cart a:hover, .woocommerce .details-product .information .stock.out-of-stock:hover,
.woocommerce table.shop_table input.button:hover, #add_payment_method .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover {
  color: #f9b200;
  background-color: transparent;
  border-color: #f9b200;
}
.btn:focus, .viewmore-products-btn:focus, .woocommerce .wishlist_table td.product-add-to-cart a:focus, .woocommerce .details-product .information .stock.out-of-stock:focus,
.woocommerce table.shop_table input.button:focus, #add_payment_method .wc-proceed-to-checkout a.checkout-button:focus, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:focus, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:focus {
  color: #f9b200;
  background-color: transparent;
  border-color: #f9b200;
}
.btn:focus-within, .viewmore-products-btn:focus-within, .woocommerce .wishlist_table td.product-add-to-cart a:focus-within, .woocommerce .details-product .information .stock.out-of-stock:focus-within,
.woocommerce table.shop_table input.button:focus-within, #add_payment_method .wc-proceed-to-checkout a.checkout-button:focus-within, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:focus-within, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:focus-within {
  color: #f9b200;
  background-color: transparent;
  border-color: #f9b200;
}
.btn:active, .viewmore-products-btn:active, .woocommerce .wishlist_table td.product-add-to-cart a:active, .woocommerce .details-product .information .stock.out-of-stock:active,
.woocommerce table.shop_table input.button:active, #add_payment_method .wc-proceed-to-checkout a.checkout-button:active, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:active, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:active {
  color: #f9b200;
  background-color: transparent;
  border-color: #f9b200;
}
.btn:visited, .viewmore-products-btn:visited, .woocommerce .wishlist_table td.product-add-to-cart a:visited, .woocommerce .details-product .information .stock.out-of-stock:visited,
.woocommerce table.shop_table input.button:visited, #add_payment_method .wc-proceed-to-checkout a.checkout-button:visited, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:visited, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:visited {
  text-decoration: none;
}
.btn.disabled, .disabled.viewmore-products-btn, .woocommerce .wishlist_table td.product-add-to-cart a.disabled, .woocommerce .details-product .information .disabled.stock.out-of-stock,
.woocommerce table.shop_table input.disabled.button, #add_payment_method .wc-proceed-to-checkout a.disabled.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.disabled.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.disabled.checkout-button, .btn[disabled], [disabled].viewmore-products-btn, .woocommerce .wishlist_table td.product-add-to-cart a[disabled], .woocommerce .details-product .information [disabled].stock.out-of-stock,
.woocommerce table.shop_table input[disabled].button, #add_payment_method .wc-proceed-to-checkout a[disabled].checkout-button, .woocommerce-cart .wc-proceed-to-checkout a[disabled].checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a[disabled].checkout-button, fieldset[disabled] .btn, fieldset[disabled] .viewmore-products-btn, fieldset[disabled] .woocommerce .wishlist_table td.product-add-to-cart a, .woocommerce .wishlist_table td.product-add-to-cart fieldset[disabled] a, fieldset[disabled] .woocommerce .details-product .information .stock.out-of-stock, .woocommerce .details-product .information fieldset[disabled] .stock.out-of-stock,
fieldset[disabled] .woocommerce table.shop_table input.button,
.woocommerce table.shop_table fieldset[disabled] input.button, fieldset[disabled] #add_payment_method .wc-proceed-to-checkout a.checkout-button, #add_payment_method .wc-proceed-to-checkout fieldset[disabled] a.checkout-button, fieldset[disabled] .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout fieldset[disabled] a.checkout-button, fieldset[disabled] .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout fieldset[disabled] a.checkout-button {
  cursor: not-allowed;
  pointer-events: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #b3b3b3;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary, .woocommerce table.shop_table input.button:disabled,
.woocommerce table.shop_table input.button {
  color: #fff;
  background-color: #000;
  border-color: black;
}
.btn-primary:hover,
.woocommerce table.shop_table input.button:hover, .btn-primary:focus,
.woocommerce table.shop_table input.button:focus, .btn-primary:active,
.woocommerce table.shop_table input.button:active, .btn-primary.active,
.woocommerce table.shop_table input.active.button, .open > .btn-primary.dropdown-toggle,
.woocommerce table.shop_table .open > input.dropdown-toggle.button {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-primary:active,
.woocommerce table.shop_table input.button:active, .btn-primary.active,
.woocommerce table.shop_table input.active.button, .open > .btn-primary.dropdown-toggle,
.woocommerce table.shop_table .open > input.dropdown-toggle.button {
  background-image: none;
}
.btn-primary.disabled,
.woocommerce table.shop_table input.disabled.button, .btn-primary.disabled:hover,
.woocommerce table.shop_table input.disabled.button:hover, .btn-primary.disabled:focus,
.woocommerce table.shop_table input.disabled.button:focus, .btn-primary.disabled:active,
.woocommerce table.shop_table input.disabled.button:active, .btn-primary.disabled.active,
.woocommerce table.shop_table input.disabled.active.button, .btn-primary[disabled],
.woocommerce table.shop_table input[disabled].button, .btn-primary[disabled]:hover,
.woocommerce table.shop_table input[disabled].button:hover, .btn-primary[disabled]:focus,
.woocommerce table.shop_table input[disabled].button:focus, .btn-primary[disabled]:active,
.woocommerce table.shop_table input[disabled].button:active, .btn-primary[disabled].active,
.woocommerce table.shop_table input[disabled].active.button, fieldset[disabled] .btn-primary,
fieldset[disabled] .woocommerce table.shop_table input.button,
.woocommerce table.shop_table fieldset[disabled] input.button, fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .woocommerce table.shop_table input.button:hover,
.woocommerce table.shop_table fieldset[disabled] input.button:hover, fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .woocommerce table.shop_table input.button:focus,
.woocommerce table.shop_table fieldset[disabled] input.button:focus, fieldset[disabled] .btn-primary:active,
fieldset[disabled] .woocommerce table.shop_table input.button:active,
.woocommerce table.shop_table fieldset[disabled] input.button:active, fieldset[disabled] .btn-primary.active,
fieldset[disabled] .woocommerce table.shop_table input.active.button,
.woocommerce table.shop_table fieldset[disabled] input.active.button {
  background-color: #000;
  border-color: black;
}
.btn-primary .badge,
.woocommerce table.shop_table input.button .badge {
  color: #000;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #4ec45e;
  border-color: #3eba4f;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #38a747;
  border-color: #31943f;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
  background-color: #4ec45e;
  border-color: #3eba4f;
}
.btn-success .badge {
  color: #4ec45e;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #d1ecf1;
  border-color: #bde4eb;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #aadce5;
  border-color: #96d4df;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
  background-color: #d1ecf1;
  border-color: #bde4eb;
}
.btn-info .badge {
  color: #d1ecf1;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #fff3cd;
  border-color: #ffedb4;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ffe79a;
  border-color: #ffe181;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
  background-color: #fff3cd;
  border-color: #ffedb4;
}
.btn-warning .badge {
  color: #fff3cd;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #ff3535;
  border-color: #ff1c1c;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #ff0202;
  border-color: #e80000;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
  background-color: #ff3535;
  border-color: #ff1c1c;
}
.btn-danger .badge {
  color: #ff3535;
  background-color: #fff;
}

.btn-link {
  color: #1a1a1a;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: #f9b200;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

.btn-lg {
  padding: 14px 35px;
  font-size: 19px;
  line-height: 1.33333;
  border-radius: 10px;
}

.btn-sm {
  padding: 12px 20px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 0px;
}

.btn-xs {
  padding: 4px 8px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 0px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

/* 5. alerts */
.alert {
  padding: 15px;
  margin-bottom: 24px;
  border: 1px solid transparent;
  border-radius: 0px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-success .close {
  color: #3c763d;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-info .close {
  color: #31708f;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-warning .close {
  color: #8a6d3b;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
.alert-danger .close {
  color: #a94442;
}

/* 6. woocommerce */
/*-------------------------------------------
    Price
-------------------------------------------*/
.woocommerce div.product .woocommerce-product-rating {
  margin-bottom: 10px;
}

.woocommerce #reviews h3 {
  margin: 10px 0 15px 0;
  font-size: 1.28571rem;
  line-height: 1.55556;
}
.woocommerce #review_form #respond p.stars {
  margin-top: 10px;
}
.woocommerce #review_form #respond p.comment-form-author, .woocommerce #review_form #respond p.comment-form-email, .woocommerce #review_form #respond p.comment-form-cookies-consent {
  margin-bottom: 15px;
}
.woocommerce #review_form #respond p.comment-form-comment {
  margin-bottom: 30px;
}
.woocommerce #review_form #respond p.form-submit {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .woocommerce #review_form #respond .comment-form-rating {
    margin-top: 50px;
  }
}
.woocommerce .add-cart a.button,
.woocommerce .add-cart button.button,
.woocommerce .add-cart input.button,
.woocommerce .add-cart .added_to_cart {
  color: #fff;
  font-weight: 400;
  letter-spacing: 0;
  font-size: 16px;
  background-color: #f9b200;
  font-family: "Heebo", sans-serif;
  text-transform: capitalize;
  padding: 0 15px;
  height: 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.woocommerce .add-cart a.button.added,
.woocommerce .add-cart button.button.added,
.woocommerce .add-cart input.button.added,
.woocommerce .add-cart .added_to_cart.added {
  display: none;
}

form.lost_reset_password {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
  margin-top: -10px;
}
form.lost_reset_password > * {
  margin: 15px 0;
}
form.lost_reset_password > *:last-child {
  margin-bottom: 0;
}
form.lost_reset_password > *:first-child {
  margin-top: 0;
}
form.lost_reset_password button[type="submit"] {
  outline: none;
  cursor: pointer;
  position: relative;
  background: #f9b200;
  border: 2px solid transparent;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0;
  padding: 0 28px;
  line-height: 2.5;
  min-width: 50px;
  text-transform: capitalize;
  text-decoration: none;
  pointer-events: auto;
  z-index: 1;
  font-weight: 500;
  font-family: "Heebo", sans-serif;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  display: inline-block;
  vertical-align: middle;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  -ms-text-shadow: none;
  -o-text-shadow: none;
  width: 100%;
  text-align: center;
}
.lt-ie8 form.lost_reset_password button[type="submit"] {
  display: inline;
  zoom: 1;
}
form.lost_reset_password button[type="submit"]:hover {
  color: #f9b200;
  background-color: transparent;
  border-color: #f9b200;
}
form.lost_reset_password button[type="submit"]:focus {
  color: #f9b200;
  background-color: transparent;
  border-color: #f9b200;
}
form.lost_reset_password button[type="submit"]:focus-within {
  color: #f9b200;
  background-color: transparent;
  border-color: #f9b200;
}
form.lost_reset_password button[type="submit"]:active {
  color: #f9b200;
  background-color: transparent;
  border-color: #f9b200;
}
form.lost_reset_password button[type="submit"]:visited {
  text-decoration: none;
}
form.lost_reset_password button[type="submit"].disabled, form.lost_reset_password button[type="submit"][disabled], fieldset[disabled] form.lost_reset_password button[type="submit"] {
  cursor: not-allowed;
  pointer-events: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.cart2 {
  text-align: center;
}
.cart2 .count {
  font-size: 12px;
  text-align: center;
  display: block;
}

.pp_gallery ul {
  height: auto;
}
.pp_gallery ul a {
  height: auto;
}

.woocommerce table.shop_attributes {
  margin-bottom: 0;
  border-top: 1px solid #dddddd;
}
.woocommerce table.shop_attributes th {
  font-size: 13px;
  font-family: "Heebo", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  width: 30%;
  padding: 18px;
  background-color: #fff !important;
  border-style: solid;
  letter-spacing: 0.5px;
  border-color: #dddddd;
  color: #1a1a1a;
}
.woocommerce table.shop_attributes td {
  padding: 18px;
  background-color: #fff !important;
  border-style: solid;
  border-color: #dddddd;
}
.woocommerce table.shop_attributes td p {
  padding: 0;
}

.woocommerce div.product form.cart .variations select {
  height: 40px;
}

.related.products {
  margin-top: 60px;
}
.related.products .widget-title {
  padding: 0;
  position: relative;
  text-transform: none;
  color: #1a1a1a;
  font-weight: 500;
  font-size: 30px;
  margin: 0;
  margin-bottom: 30px;
}
.related.products .slick-carousel .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.related.products .slick-carousel .slick-arrow.slick-next {
  left: 15px;
}
.rtl .related.products .slick-carousel .slick-arrow.slick-next {
  right: 15px;
  left: auto;
}
.related.products .slick-carousel .slick-arrow.slick-prev {
  right: 15px;
}
.rtl .related.products .slick-carousel .slick-arrow.slick-prev {
  left: 15px;
  right: auto;
}

.slick-carousel.products .product-block.grid {
  margin-bottom: 0;
}

.woocommerce div.product.first {
  clear: both;
}
.woocommerce div.product.list-products:last-child .product-block-list {
  margin: 0;
  padding-bottom: 40px;
  border-bottom: 0;
}

.woocommerce #respond input#submit.loading, .woocommerce a.button.loading, .woocommerce button.button.loading, .woocommerce input.button.loading {
  opacity: 1;
  filter: alpha(opacity=100);
  padding-right: 30px;
}
.rtl .woocommerce #respond input#submit.loading, .rtl .woocommerce a.button.loading, .rtl .woocommerce button.button.loading, .rtl .woocommerce input.button.loading {
  padding-left: 30px;
  padding-right: inherit;
}
.woocommerce #respond input#submit.loading:after, .woocommerce a.button.loading:after, .woocommerce button.button.loading:after, .woocommerce input.button.loading:after {
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  color: #1a1a1a;
  background: transparent;
  z-index: 9;
  font-size: 14px;
  margin: auto;
  padding: 0;
  position: absolute;
  width: 14px;
  height: 14px;
}
.woocommerce #respond input#submit.loading:before, .woocommerce a.button.loading:before, .woocommerce button.button.loading:before, .woocommerce input.button.loading:before {
  z-index: 8;
  top: 0;
  left: 0;
  content: '';
  margin: 0 !important;
  background: #fff;
  position: absolute !important;
  opacity: 0.9;
  filter: alpha(opacity=90);
  width: 100% !important;
  height: 100% !important;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
  border: 1px solid #f9b200;
  background: #f9b200;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger:hover, .woocommerce div.product div.images .woocommerce-product-gallery__trigger:active {
  background: #e0a000;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger:before {
  border-color: #fff;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger:after {
  background: #fff;
}

.woocommerce div.product div.images .flex-control-thumbs {
  margin-left: -10px;
  margin-right: -10px;
  margin-top: 20px;
}
.woocommerce div.product div.images .flex-control-thumbs li {
  padding-right: 10px;
  padding-left: 10px;
  margin-bottom: 20px;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
  border: 1px solid #fff;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.woocommerce div.product div.images .flex-control-thumbs li img:hover, .woocommerce div.product div.images .flex-control-thumbs li img:active, .woocommerce div.product div.images .flex-control-thumbs li img.flex-active {
  border-color: #f9b200;
}

.shop-pagination .apus-pagination {
  margin: 0;
  float: left;
}
.rtl .shop-pagination .apus-pagination {
  float: right;
}
.shop-pagination .woocommerce-result-count {
  float: right;
  margin: 5px 0 0;
}
.rtl .shop-pagination .woocommerce-result-count {
  float: left;
}

.woocommerce div.product form.cart .variations {
  margin-bottom: 0;
}

table.variations .tawcvs-swatches .swatch-color {
  opacity: 1;
  filter: alpha(opacity=100);
  width: 24px;
  height: 24px;
  line-height: 24px;
  position: relative;
  border: none;
  margin-right: 15px;
}
.rtl table.variations .tawcvs-swatches .swatch-color {
  margin-left: 15px;
  margin-right: inherit;
}
table.variations .tawcvs-swatches .swatch-color:before {
  display: none !important;
}
table.variations .tawcvs-swatches .swatch-color:after {
  content: '';
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  z-index: 2;
  position: absolute;
  top: -1px;
  left: -1px;
  width: 26px;
  height: 26px;
  border: 5px solid #fff;
}
table.variations .tawcvs-swatches .swatch-color.selected {
  -webkit-box-shadow: none;
  box-shadow: none;
}
table.variations .tawcvs-swatches .swatch-color.selected:after {
  top: 1px;
  left: 1px;
  width: 22px;
  height: 22px;
  border: 3px solid #fff;
}
table.variations .tawcvs-swatches .swatch-label {
  font-size: 12px;
  font-weight: 400;
  color: #6f6f6f;
  padding: 9px;
  display: inline-block;
  line-height: 1;
  background: #f2f3f5;
  min-width: 30px;
  text-align: center;
  height: auto;
  width: auto;
  border: none !important;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin-right: 8px;
  text-transform: uppercase;
  opacity: 1;
  filter: alpha(opacity=100);
}
.rtl table.variations .tawcvs-swatches .swatch-label {
  margin-left: 8px;
  margin-right: inherit;
}
table.variations .tawcvs-swatches .swatch-label.selected {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #f9b200;
  color: #fff;
}

.woocommerce div.product form.cart .variations td.label {
  padding: 10px 0;
  text-align: inherit;
  display: table-cell;
  vertical-align: middle;
}
.woocommerce div.product form.cart .variations td.label label {
  margin: 0;
}

.woocommerce div.product form.cart.swatches-support .variations td.label {
  vertical-align: top;
}

.woocommerce div.product form.cart .reset_variations {
  color: #ff3535;
}
.woocommerce div.product form.cart .reset_variations i {
  font-size: 12px;
  color: #e23e1d;
  margin-right: 3px;
}
.rtl .woocommerce div.product form.cart .reset_variations i {
  margin-left: 3px;
  margin-right: inherit;
}

.woocommerce #respond input#submit.added:after,
.woocommerce a.button.added:after,
.woocommerce button.button.added:after,
.woocommerce input.button.added:after {
  display: none;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  outline: none;
  cursor: pointer;
  color: #999;
  background-color: #fff;
  border: solid 1px #e1e6eb;
  height: 40px;
  padding: 5px 12px;
  filter: none;
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
  font-family: "Rubik", Helvetica, Arial, sans-serif;
  -webkit-backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}
.woocommerce form .form-row input.input-text::-moz-placeholder,
.woocommerce form .form-row textarea::-moz-placeholder {
  color: #999;
  opacity: 1;
  text-transform: none;
}
.woocommerce form .form-row input.input-text:-ms-input-placeholder,
.woocommerce form .form-row textarea:-ms-input-placeholder {
  color: #999;
  text-transform: none;
}
.woocommerce form .form-row input.input-text::-webkit-input-placeholder,
.woocommerce form .form-row textarea::-webkit-input-placeholder {
  color: #999;
  text-transform: none;
}
.woocommerce form .form-row input.input-text:-moz-autofill, .woocommerce form .form-row input.input-text:-moz-autofill-preview,
.woocommerce form .form-row textarea:-moz-autofill,
.woocommerce form .form-row textarea:-moz-autofill-preview {
  filter: grayscale(21%) brightness(88%) contrast(161%) invert(10%) sepia(40%) saturate(206%);
}
.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.woocommerce form .form-row input.input-text:required, .woocommerce form .form-row input.input-text:optional, .woocommerce form .form-row input.input-text:invalid,
.woocommerce form .form-row textarea:required,
.woocommerce form .form-row textarea:optional,
.woocommerce form .form-row textarea:invalid {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.woocommerce form .form-row input.input-text:hover,
.woocommerce form .form-row textarea:hover {
  border-color: #f9b200;
  background-color: #fff;
}
.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus {
  border-color: #f9b200;
  background-color: #fff;
}
.woocommerce form .form-row input.input-text:focus-within,
.woocommerce form .form-row textarea:focus-within {
  border-color: #f9b200;
  background-color: #fff;
}
.woocommerce form .form-row input.input-text:active,
.woocommerce form .form-row textarea:active {
  border-color: #f9b200;
  background-color: #fff;
}

.refund-shop {
  margin-bottom: 30px;
}
.refund-shop .btn, .refund-shop .viewmore-products-btn, .refund-shop .woocommerce .wishlist_table td.product-add-to-cart a, .woocommerce .wishlist_table td.product-add-to-cart .refund-shop a, .refund-shop .woocommerce .details-product .information .stock.out-of-stock, .woocommerce .details-product .information .refund-shop .stock.out-of-stock,
.refund-shop .woocommerce table.shop_table input.button,
.woocommerce table.shop_table .refund-shop input.button, .refund-shop #add_payment_method .wc-proceed-to-checkout a.checkout-button, #add_payment_method .wc-proceed-to-checkout .refund-shop a.checkout-button, .refund-shop .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout .refund-shop a.checkout-button, .refund-shop .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout .refund-shop a.checkout-button {
  letter-spacing: 1px;
}

.woocommerce form .form-row textarea {
  padding: 20px;
  height: 90px;
  resize: none;
}

.woocommerce table.wishlist_table thead th {
  padding: 10px 0;
  color: #1a1a1a;
  border-bottom: 1px solid #dddddd;
}

.woocommerce .wishlist_table td.product-add-to-cart a {
  display: inline-block !important;
  background-image: none !important;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

.woocommerce table.wishlist_table tbody td {
  padding: 10px 0;
  text-align: inherit;
  border-width: 0 0 1px;
  border-bottom: 1px solid #dddddd;
}

.woocommerce table.wishlist_table tfoot td {
  border: none;
}

.woocommerce table.wishlist_table {
  font-size: 15px;
}
.woocommerce table.wishlist_table .product-name {
  white-space: nowrap;
  padding-right: 20px;
  padding-left: 20px;
}
.woocommerce table.wishlist_table .media-body {
  width: auto;
}
.woocommerce table.wishlist_table .product-thumbnail a {
  display: block;
  width: 80px;
}

.yith-wcwl-share {
  margin: 20px 0;
}
.yith-wcwl-share > * {
  vertical-align: middle;
  display: inline-block;
}
.yith-wcwl-share .yith-wcwl-share-title {
  font-size: 18px;
  margin: 0;
  padding-right: 10px;
}
.rtl .yith-wcwl-share .yith-wcwl-share-title {
  padding-left: 10px;
  padding-right: inherit;
}
.yith-wcwl-share ul li + li {
  margin-left: 5px;
}
.rtl .yith-wcwl-share ul li + li {
  margin-right: 5px;
  margin-left: inherit;
}

#yith-wcwl-popup-message {
  line-height: inherit;
  color: #4ec45e;
}

#yith-wcwl-popup-message {
  border: 1px solid #4ec45e;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0;
}

.select2-container .select2-selection--single {
  outline: none;
  cursor: pointer;
  color: #999;
  background-color: #fff;
  border: solid 1px #e1e6eb;
  height: 40px;
  padding: 5px 12px;
  filter: none;
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
  font-family: "Rubik", Helvetica, Arial, sans-serif;
  -webkit-backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}
.select2-container .select2-selection--single::-moz-placeholder {
  color: #999;
  opacity: 1;
  text-transform: none;
}
.select2-container .select2-selection--single:-ms-input-placeholder {
  color: #999;
  text-transform: none;
}
.select2-container .select2-selection--single::-webkit-input-placeholder {
  color: #999;
  text-transform: none;
}
.select2-container .select2-selection--single:-moz-autofill, .select2-container .select2-selection--single:-moz-autofill-preview {
  filter: grayscale(21%) brightness(88%) contrast(161%) invert(10%) sepia(40%) saturate(206%);
}
.select2-container .select2-selection--single:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.select2-container .select2-selection--single:required, .select2-container .select2-selection--single:optional, .select2-container .select2-selection--single:invalid {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.select2-container .select2-selection--single:hover {
  border-color: #f9b200;
  background-color: #fff;
}
.select2-container .select2-selection--single:focus {
  border-color: #f9b200;
  background-color: #fff;
}
.select2-container .select2-selection--single:focus-within {
  border-color: #f9b200;
  background-color: #fff;
}
.select2-container .select2-selection--single:active {
  border-color: #f9b200;
  background-color: #fff;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 9px;
}

.return-to-shop {
  margin-bottom: 50px;
}
@media only screen and (min-width: 1168px) {
  .return-to-shop {
    margin-bottom: 80px;
  }
}

.woocommerce .return-to-shop .button,
.woocommerce .track_order .button,
.woocommerce #respond input#submit {
  outline: none;
  cursor: pointer;
  position: relative;
  background: #f9b200;
  border: 2px solid transparent;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0;
  padding: 0 28px;
  line-height: 2.5;
  min-width: 50px;
  text-transform: capitalize;
  text-decoration: none;
  pointer-events: auto;
  z-index: 1;
  font-weight: 500;
  font-family: "Heebo", sans-serif;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  display: inline-block;
  vertical-align: middle;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  -ms-text-shadow: none;
  -o-text-shadow: none;
}
.lt-ie8 .woocommerce .return-to-shop .button, .lt-ie8
.woocommerce .track_order .button, .lt-ie8
.woocommerce #respond input#submit {
  display: inline;
  zoom: 1;
}
.woocommerce .return-to-shop .button:hover,
.woocommerce .track_order .button:hover,
.woocommerce #respond input#submit:hover {
  color: #f9b200;
  background-color: transparent;
  border-color: #f9b200;
}
.woocommerce .return-to-shop .button:focus,
.woocommerce .track_order .button:focus,
.woocommerce #respond input#submit:focus {
  color: #f9b200;
  background-color: transparent;
  border-color: #f9b200;
}
.woocommerce .return-to-shop .button:focus-within,
.woocommerce .track_order .button:focus-within,
.woocommerce #respond input#submit:focus-within {
  color: #f9b200;
  background-color: transparent;
  border-color: #f9b200;
}
.woocommerce .return-to-shop .button:active,
.woocommerce .track_order .button:active,
.woocommerce #respond input#submit:active {
  color: #f9b200;
  background-color: transparent;
  border-color: #f9b200;
}
.woocommerce .return-to-shop .button:visited,
.woocommerce .track_order .button:visited,
.woocommerce #respond input#submit:visited {
  text-decoration: none;
}
.woocommerce .return-to-shop .button.disabled, .woocommerce .return-to-shop .button[disabled], fieldset[disabled] .woocommerce .return-to-shop .button,
.woocommerce .track_order .button.disabled,
.woocommerce .track_order .button[disabled], fieldset[disabled]
.woocommerce .track_order .button,
.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit[disabled], fieldset[disabled]
.woocommerce #respond input#submit {
  cursor: not-allowed;
  pointer-events: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.track_order {
  max-width: 770px;
  margin: auto;
  padding: 15px;
  background: #f2f3f5;
}
.track_order .form-row {
  width: 100% !important;
}
.track_order .form-row input.input-text {
  padding: 5px 20px;
  background: #fff !important;
  height: 42px;
}
.track_order .form-row:last-child {
  margin-bottom: 0;
}
.track_order .form-row label {
  font-family: "Rubik", Helvetica, Arial, sans-serif;
  color: #1a1a1a;
}

.woocommerce-message {
  line-height: 2.5;
}

.apus-filter .woocommerce-message {
  display: none;
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
  border: none;
  padding: 0;
  margin-bottom: 15px;
}
#add_payment_method #payment ul.payment_methods li,
.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li {
  padding: 0;
  margin-bottom: 15px;
}
#add_payment_method #payment ul.payment_methods li .payment_box,
.woocommerce-cart #payment ul.payment_methods li .payment_box,
.woocommerce-checkout #payment ul.payment_methods li .payment_box {
  padding: 20px;
  border: 1px solid #dddddd;
  margin: 0;
}
#add_payment_method #payment ul.payment_methods li label,
.woocommerce-cart #payment ul.payment_methods li label,
.woocommerce-checkout #payment ul.payment_methods li label {
  font-size: 14px;
  cursor: pointer;
  font-weight: 400;
  display: inline;
}
#add_payment_method #payment ul.payment_methods li:last-child,
.woocommerce-cart #payment ul.payment_methods li:last-child,
.woocommerce-checkout #payment ul.payment_methods li:last-child {
  margin-bottom: 0;
}
#add_payment_method #payment ul.payment_methods li .about_paypal,
.woocommerce-cart #payment ul.payment_methods li .about_paypal,
.woocommerce-checkout #payment ul.payment_methods li .about_paypal {
  margin: 0 10px;
  float: none;
}

#add_payment_method #payment ul.payment_methods li input,
.woocommerce-cart #payment ul.payment_methods li input,
.woocommerce-checkout #payment ul.payment_methods li input {
  margin-right: 10px;
}
.rtl #add_payment_method #payment ul.payment_methods li input, .rtl
.woocommerce-cart #payment ul.payment_methods li input, .rtl
.woocommerce-checkout #payment ul.payment_methods li input {
  margin-left: 10px;
  margin-right: inherit;
}

.woocommerce table.shop_table {
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.woocommerce table.shop_table thead tr {
  background-color: #f2f3f5;
}
.woocommerce table.shop_table th {
  padding: 15px 0;
}
.woocommerce table.shop_table th:first-child {
  padding-left: 15px;
}
.rtl .woocommerce table.shop_table th:first-child {
  padding-right: 15px;
  padding-left: inherit;
}
.woocommerce table.shop_table .reader-text {
  display: none;
}
.woocommerce table.shop_table td {
  border: none;
  overflow: hidden;
  padding: 20px 0;
  border-top: 1px solid #dddddd;
}
.woocommerce table.shop_table td.product-remove {
  padding-left: 15px;
}
.rtl .woocommerce table.shop_table td.product-remove {
  padding-right: 15px;
  padding-left: inherit;
}
.woocommerce table.shop_table td.product-price {
  font-size: 15px;
  color: #1a1a1a;
  font-family: "Heebo", sans-serif;
  font-weight: 500;
}
.woocommerce table.shop_table td input {
  line-height: inherit;
}
.woocommerce table.shop_table .quantity-wrapper > label {
  display: none;
}
.woocommerce table.shop_table .product-remove .remove {
  border: 1px solid #dddddd;
  line-height: 28px;
  text-align: center;
  font-size: 12px;
  margin: 0;
  color: #6f6f6f !important;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  width: 30px;
  height: 30px;
}
.lt-ie8 .woocommerce table.shop_table .product-remove .remove {
  display: inline;
  zoom: 1;
}
.woocommerce table.shop_table .product-remove .remove:hover {
  border-color: #1a1a1a;
  background: #1a1a1a;
  color: #fff !important;
}
.woocommerce table.shop_table .product-remove .remove:focus {
  border-color: #1a1a1a;
  background: #1a1a1a;
  color: #fff !important;
}
.woocommerce table.shop_table .product-remove .remove:focus-within {
  border-color: #1a1a1a;
  background: #1a1a1a;
  color: #fff !important;
}
.woocommerce table.shop_table .product-remove .remove:active {
  border-color: #1a1a1a;
  background: #1a1a1a;
  color: #fff !important;
}
.woocommerce table.shop_table tbody .actions p {
  margin: 0;
}
.woocommerce table.shop_table tbody .product-subtotal {
  color: #f9b200;
  font-size: 15px;
  font-weight: 500;
  font-family: "Heebo", sans-serif;
}
.woocommerce table.shop_table tbody .order-total .woocommerce-Price-amount {
  color: #1a1a1a;
  font-size: 15px;
  font-weight: 500;
}
.woocommerce table.shop_table tbody .product-name {
  font-size: 16px;
  line-height: 26px;
  font-family: "Heebo", sans-serif;
  font-weight: 500;
}
.woocommerce table.shop_table tbody .cart-subtotal .woocommerce-Price-amount,
.woocommerce table.shop_table tbody .order-total .woocommerce-Price-amount {
  font-size: 20px;
  font-weight: 400;
}
.woocommerce table.shop_table th {
  border: none;
  text-transform: uppercase;
  font-family: "Heebo", sans-serif;
  color: #1a1a1a;
  font-size: 15px;
  font-weight: 500;
}
.woocommerce table.shop_table tfoot tr {
  border-bottom: 1px solid #dddddd;
}
.woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
  border: none;
}
.woocommerce table.shop_table .list-bundles {
  font-size: 14px;
  list-style: none;
  padding-left: 25px;
}
.rtl .woocommerce table.shop_table .list-bundles {
  padding-right: 25px;
  padding-left: inherit;
}
.woocommerce table.shop_table .list-bundles strong {
  font-weight: 600;
}
.woocommerce table.shop_table .list-bundles ul {
  list-style: inside none disc;
  padding: 0;
  margin: 0;
}

.woocommerce .cart_totals > h2 {
  margin: 0;
  text-transform: uppercase;
  font-weight: 500;
  font-family: "Heebo", sans-serif;
  font-size: 18px;
  position: relative;
  padding: 15px 0;
  border-bottom: 1px solid #dddddd;
}
.woocommerce .cart_totals table.shop_table {
  border: none;
  margin: 0;
}
.woocommerce .cart_totals table.shop_table th, .woocommerce .cart_totals table.shop_table td {
  padding: 15px 0;
}
.woocommerce .cart_totals table.shop_table th .woocommerce-Price-amount, .woocommerce .cart_totals table.shop_table td .woocommerce-Price-amount {
  color: #f9b200;
  font-size: 18px;
  font-weight: 500;
  font-family: "Heebo", sans-serif;
}
.woocommerce .cart_totals table.shop_table label {
  font-weight: 400;
}
.woocommerce .cart_totals table.shop_table th {
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 500;
  font-family: "Heebo", sans-serif;
}
.woocommerce .cart_totals table.shop_table td {
  text-align: right;
}
.rtl .woocommerce .cart_totals table.shop_table td {
  text-align: left;
}
.woocommerce .cart_totals .wc-proceed-to-checkout .btn, .woocommerce .cart_totals .wc-proceed-to-checkout .viewmore-products-btn, .woocommerce .cart_totals .wc-proceed-to-checkout .wishlist_table td.product-add-to-cart a, .woocommerce .wishlist_table td.product-add-to-cart .cart_totals .wc-proceed-to-checkout a, .woocommerce .cart_totals .wc-proceed-to-checkout .details-product .information .stock.out-of-stock, .woocommerce .details-product .information .cart_totals .wc-proceed-to-checkout .stock.out-of-stock,
.woocommerce .cart_totals .wc-proceed-to-checkout table.shop_table input.button,
.woocommerce table.shop_table .cart_totals .wc-proceed-to-checkout input.button, .woocommerce .cart_totals #add_payment_method .wc-proceed-to-checkout a.checkout-button, #add_payment_method .woocommerce .cart_totals .wc-proceed-to-checkout a.checkout-button, .woocommerce .cart_totals .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .woocommerce .cart_totals .wc-proceed-to-checkout a.checkout-button, .woocommerce .cart_totals .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .woocommerce .cart_totals .wc-proceed-to-checkout a.checkout-button {
  color: #fff;
  font-size: 16px;
  padding: 10px 30px;
  text-align: center;
}
.woocommerce .cart_totals .wc-proceed-to-checkout .btn:hover, .woocommerce .cart_totals .wc-proceed-to-checkout .viewmore-products-btn:hover, .woocommerce .cart_totals .wc-proceed-to-checkout .wishlist_table td.product-add-to-cart a:hover, .woocommerce .wishlist_table td.product-add-to-cart .cart_totals .wc-proceed-to-checkout a:hover, .woocommerce .cart_totals .wc-proceed-to-checkout .details-product .information .stock.out-of-stock:hover, .woocommerce .details-product .information .cart_totals .wc-proceed-to-checkout .stock.out-of-stock:hover,
.woocommerce .cart_totals .wc-proceed-to-checkout table.shop_table input.button:hover,
.woocommerce table.shop_table .cart_totals .wc-proceed-to-checkout input.button:hover, .woocommerce .cart_totals #add_payment_method .wc-proceed-to-checkout a.checkout-button:hover, #add_payment_method .woocommerce .cart_totals .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce .cart_totals .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce-cart .woocommerce .cart_totals .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce .cart_totals .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce-checkout .woocommerce .cart_totals .wc-proceed-to-checkout a.checkout-button:hover {
  border-color: #1a1a1a;
  background-color: #1a1a1a;
}
.woocommerce .cart_totals .wc-proceed-to-checkout .btn:focus, .woocommerce .cart_totals .wc-proceed-to-checkout .viewmore-products-btn:focus, .woocommerce .cart_totals .wc-proceed-to-checkout .wishlist_table td.product-add-to-cart a:focus, .woocommerce .wishlist_table td.product-add-to-cart .cart_totals .wc-proceed-to-checkout a:focus, .woocommerce .cart_totals .wc-proceed-to-checkout .details-product .information .stock.out-of-stock:focus, .woocommerce .details-product .information .cart_totals .wc-proceed-to-checkout .stock.out-of-stock:focus,
.woocommerce .cart_totals .wc-proceed-to-checkout table.shop_table input.button:focus,
.woocommerce table.shop_table .cart_totals .wc-proceed-to-checkout input.button:focus, .woocommerce .cart_totals #add_payment_method .wc-proceed-to-checkout a.checkout-button:focus, #add_payment_method .woocommerce .cart_totals .wc-proceed-to-checkout a.checkout-button:focus, .woocommerce .cart_totals .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:focus, .woocommerce-cart .woocommerce .cart_totals .wc-proceed-to-checkout a.checkout-button:focus, .woocommerce .cart_totals .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:focus, .woocommerce-checkout .woocommerce .cart_totals .wc-proceed-to-checkout a.checkout-button:focus {
  border-color: #1a1a1a;
  background-color: #1a1a1a;
}
.woocommerce .cart_totals .wc-proceed-to-checkout .btn:focus-within, .woocommerce .cart_totals .wc-proceed-to-checkout .viewmore-products-btn:focus-within, .woocommerce .cart_totals .wc-proceed-to-checkout .wishlist_table td.product-add-to-cart a:focus-within, .woocommerce .wishlist_table td.product-add-to-cart .cart_totals .wc-proceed-to-checkout a:focus-within, .woocommerce .cart_totals .wc-proceed-to-checkout .details-product .information .stock.out-of-stock:focus-within, .woocommerce .details-product .information .cart_totals .wc-proceed-to-checkout .stock.out-of-stock:focus-within,
.woocommerce .cart_totals .wc-proceed-to-checkout table.shop_table input.button:focus-within,
.woocommerce table.shop_table .cart_totals .wc-proceed-to-checkout input.button:focus-within, .woocommerce .cart_totals #add_payment_method .wc-proceed-to-checkout a.checkout-button:focus-within, #add_payment_method .woocommerce .cart_totals .wc-proceed-to-checkout a.checkout-button:focus-within, .woocommerce .cart_totals .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:focus-within, .woocommerce-cart .woocommerce .cart_totals .wc-proceed-to-checkout a.checkout-button:focus-within, .woocommerce .cart_totals .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:focus-within, .woocommerce-checkout .woocommerce .cart_totals .wc-proceed-to-checkout a.checkout-button:focus-within {
  border-color: #1a1a1a;
  background-color: #1a1a1a;
}
.woocommerce .cart_totals .wc-proceed-to-checkout .btn:active, .woocommerce .cart_totals .wc-proceed-to-checkout .viewmore-products-btn:active, .woocommerce .cart_totals .wc-proceed-to-checkout .wishlist_table td.product-add-to-cart a:active, .woocommerce .wishlist_table td.product-add-to-cart .cart_totals .wc-proceed-to-checkout a:active, .woocommerce .cart_totals .wc-proceed-to-checkout .details-product .information .stock.out-of-stock:active, .woocommerce .details-product .information .cart_totals .wc-proceed-to-checkout .stock.out-of-stock:active,
.woocommerce .cart_totals .wc-proceed-to-checkout table.shop_table input.button:active,
.woocommerce table.shop_table .cart_totals .wc-proceed-to-checkout input.button:active, .woocommerce .cart_totals #add_payment_method .wc-proceed-to-checkout a.checkout-button:active, #add_payment_method .woocommerce .cart_totals .wc-proceed-to-checkout a.checkout-button:active, .woocommerce .cart_totals .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:active, .woocommerce-cart .woocommerce .cart_totals .wc-proceed-to-checkout a.checkout-button:active, .woocommerce .cart_totals .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:active, .woocommerce-checkout .woocommerce .cart_totals .wc-proceed-to-checkout a.checkout-button:active {
  border-color: #1a1a1a;
  background-color: #1a1a1a;
}

.woocommerce table.shop_table {
  margin-bottom: 34px !important;
}

.woocommerce-cart .wc-proceed-to-checkout {
  margin-bottom: 66px !important;
}

.woocommerce-table--order-details tfoot .woocommerce-Price-amount {
  font-size: 24px;
}

.woocommerce .cart-collaterals:before, .woocommerce .cart-collaterals:after,
.woocommerce-page .cart-collaterals:before,
.woocommerce-page .cart-collaterals:after {
  content: " ";
  display: table;
}
.woocommerce .cart-collaterals:after,
.woocommerce-page .cart-collaterals:after {
  clear: both;
}
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  width: 33% !important;
  float: right;
}
.rtl .woocommerce .cart-collaterals .cart_totals, .rtl
.woocommerce-page .cart-collaterals .cart_totals {
  float: left;
}

.woocommerce-tabs .nav-tabs > li {
  margin-bottom: 0;
  margin-right: 50px;
}
.rtl .woocommerce-tabs .nav-tabs > li {
  margin-left: 50px;
  margin-right: inherit;
}
.woocommerce-tabs .nav-tabs > li:not(.active) > a {
  color: #D6D6D7;
}
.woocommerce-tabs .nav-tabs > li.active > a {
  border: none !important;
  color: #1a1a1a !important;
  opacity: 1;
  filter: alpha(opacity=100);
}
.woocommerce-tabs .nav-tabs > li > a {
  border: none;
  background-color: transparent;
  font-size: 18px;
  text-transform: none;
  margin: 0;
  padding: 0;
  color: #6f6f6f;
  font-family: "Heebo", sans-serif;
  font-weight: 500;
  line-height: 1.55556;
}
@media only screen and (min-width: 1168px) {
  .woocommerce-tabs .nav-tabs > li > a {
    font-size: 24px;
    line-height: 1.33333;
  }
}
.woocommerce-tabs .nav-tabs > li > a:hover {
  color: #1a1a1a;
  background-color: transparent;
}
.woocommerce-tabs .nav-tabs > li > a:focus {
  color: #1a1a1a;
  background-color: transparent;
}
.woocommerce-tabs .nav-tabs > li > a:focus-within {
  color: #1a1a1a;
  background-color: transparent;
}
.woocommerce-tabs .nav-tabs > li > a:active {
  color: #1a1a1a;
  background-color: transparent;
}
.woocommerce-tabs .nav-tabs > li:last-child {
  margin-right: 0;
}
.rtl .woocommerce-tabs .nav-tabs > li:last-child {
  margin-left: 0;
  margin-right: inherit;
}
.woocommerce-tabs .tab-content {
  margin-top: 0;
  padding: 0;
  border: none;
}
.woocommerce-tabs .tab-content h2 {
  font-size: 18px;
}
.woocommerce-tabs .tab-content h2:first-child {
  display: none;
}
.woocommerce-tabs .tab-content p:last-child {
  margin-bottom: 0 !important;
}
.woocommerce-tabs .tab-content h1, .woocommerce-tabs .tab-content h2, .woocommerce-tabs .tab-content h3, .woocommerce-tabs .tab-content h4, .woocommerce-tabs .tab-content h5, .woocommerce-tabs .tab-content h6 {
  margin-bottom: 10px;
  margin-top: 10px;
}
.woocommerce-tabs .tab-content h1:first-child, .woocommerce-tabs .tab-content h2:first-child, .woocommerce-tabs .tab-content h3:first-child, .woocommerce-tabs .tab-content h4:first-child, .woocommerce-tabs .tab-content h5:first-child, .woocommerce-tabs .tab-content h6:first-child {
  margin-top: 0;
}
.woocommerce-tabs .tab-content h1.title-product-intro, .woocommerce-tabs .tab-content h2.title-product-intro, .woocommerce-tabs .tab-content h3.title-product-intro, .woocommerce-tabs .tab-content h4.title-product-intro, .woocommerce-tabs .tab-content h5.title-product-intro, .woocommerce-tabs .tab-content h6.title-product-intro {
  margin-top: 0;
}
@media only screen and (min-width: 1168px) {
  .woocommerce-tabs .tab-content h1.title-product-intro, .woocommerce-tabs .tab-content h2.title-product-intro, .woocommerce-tabs .tab-content h3.title-product-intro, .woocommerce-tabs .tab-content h4.title-product-intro, .woocommerce-tabs .tab-content h5.title-product-intro, .woocommerce-tabs .tab-content h6.title-product-intro {
    margin-top: 10px;
  }
}
.woocommerce-tabs .tab-content .pricing-features li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 10px;
}
.woocommerce-tabs .tab-content .pricing-features li i {
  font-size: 10px;
  color: #fff;
  background-color: #f9b200;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.rtl .woocommerce-tabs .tab-content .pricing-features li i {
  margin-left: 10px;
  margin-right: inherit;
}
.woocommerce-tabs .nav-tabs {
  border: none;
  margin-bottom: 40px;
}
.woocommerce-tabs .list-product-intro {
  margin-bottom: 0;
}
.woocommerce-tabs .list-product-intro li {
  line-height: 30px;
  position: relative;
  padding-left: 15px;
}
.rtl .woocommerce-tabs .list-product-intro li {
  padding-right: 15px;
  padding-left: inherit;
}
.woocommerce-tabs .list-product-intro li:before {
  top: 12px;
  content: "";
  display: block;
  position: absolute;
  background-color: #6f6f6f;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}
.rtl .woocommerce-tabs .list-product-intro li:before {
  right: 0;
  left: auto;
}

.woocommerce-error li, .woocommerce-info li, .woocommerce-message li {
  font-weight: 400;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
  background: transparent;
  padding: 0 30px 30px 30px !important;
}
#add_payment_method #payment .place-order, .woocommerce-cart #payment .place-order, .woocommerce-checkout #payment .place-order {
  padding: 0 !important;
  margin-bottom: 0;
}
#add_payment_method #payment .place-order #place_order, .woocommerce-cart #payment .place-order #place_order, .woocommerce-checkout #payment .place-order #place_order {
  text-transform: uppercase;
  color: #fff;
  margin: 15px 0 0 0;
  padding: 8px 30px;
}
#add_payment_method #payment .place-order #place_order:hover, .woocommerce-cart #payment .place-order #place_order:hover, .woocommerce-checkout #payment .place-order #place_order:hover {
  border-color: #1a1a1a;
  background-color: #1a1a1a;
}
#add_payment_method #payment .place-order #place_order:focus, .woocommerce-cart #payment .place-order #place_order:focus, .woocommerce-checkout #payment .place-order #place_order:focus {
  border-color: #1a1a1a;
  background-color: #1a1a1a;
}
#add_payment_method #payment .place-order #place_order:focus-within, .woocommerce-cart #payment .place-order #place_order:focus-within, .woocommerce-checkout #payment .place-order #place_order:focus-within {
  border-color: #1a1a1a;
  background-color: #1a1a1a;
}
#add_payment_method #payment .place-order #place_order:active, .woocommerce-cart #payment .place-order #place_order:active, .woocommerce-checkout #payment .place-order #place_order:active {
  border-color: #1a1a1a;
  background-color: #1a1a1a;
}

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
  background: #ffffff;
}

#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
  border-bottom-color: #fff;
}

.woocommerce #customer_details .woocommerce-shipping-fields,
.woocommerce #customer_details .woocommerce-account-fields {
  margin-top: 0;
}
.woocommerce #customer_details .woocommerce-shipping-fields h3,
.woocommerce #customer_details .woocommerce-account-fields h3 {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 28px;
}
.woocommerce #customer_details h3.form-row {
  font-size: 18px;
  font-weight: 400;
  text-transform: capitalize;
  margin: 0;
  padding: 20px 0;
}
.woocommerce #customer_details .shipping_address > * > .select2-hidden-accessible {
  height: 0;
}

.woocommerce form .woocommerce-billing-fields > h3 {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0;
  padding: 20px 0;
  color: #1a1a1a;
}
.woocommerce form .woocommerce-billing-fields .select2-container {
  height: 42px;
  border: 1px solid #dddddd !important;
}
.woocommerce form .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper > * > label {
  font-weight: 400;
}
.woocommerce form .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper > * > .select2-container,
.woocommerce form .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper > * > select,
.woocommerce form .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper > * > input {
  overflow: hidden;
  width: calc(100% - 200px) !important;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: #dddddd;
  padding: 10px 0;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  float: right;
}
.rtl .woocommerce form .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper > * > .select2-container, .rtl
.woocommerce form .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper > * > select, .rtl
.woocommerce form .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper > * > input {
  float: left;
}
.woocommerce form .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper > * > .select2-container:focus,
.woocommerce form .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper > * > select:focus,
.woocommerce form .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper > * > input:focus {
  border-color: #f9b200;
}
.woocommerce form .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper > * > .select2-hidden-accessible {
  height: 0;
}

.woocommerce .cart-collaterals .cross-sells, .woocommerce-page .cart-collaterals .cross-sells,
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
  width: 100%;
}

.yith-wcwl-add-to-wishlist .ajax-loading {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.yith-wcwl-add-button {
  position: relative;
}

.woocommerce div.product .product_title {
  word-wrap: break-word;
  padding: 0;
  position: relative;
  text-transform: none;
  color: #1a1a1a;
  font-weight: 500;
  font-size: 36px;
  margin: 0;
  margin-bottom: 3px;
  margin: 10px 0 7px 0;
}
@media only screen and (min-width: 1168px) {
  .woocommerce div.product .product_title {
    margin-top: 0;
  }
}

.woocommerce p.stars.selected a.active::before, .woocommerce p.stars:hover a::before,
.woocommerce p.stars.selected a:not(.active):before {
  content: '';
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  margin: 0;
  color: #f9b200;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-family: "Rubik", Helvetica, Arial, sans-serif;
}
.woocommerce div.product p.price > *,
.woocommerce div.product span.price > * {
  padding-right: 5px;
}
.rtl .woocommerce div.product p.price > *, .rtl
.woocommerce div.product span.price > * {
  padding-left: 5px;
  padding-right: inherit;
}
.woocommerce div.product p.price > *:last-child,
.woocommerce div.product span.price > *:last-child {
  padding-right: 0;
}
.rtl .woocommerce div.product p.price > *:last-child, .rtl
.woocommerce div.product span.price > *:last-child {
  padding-left: 0;
  padding-right: inherit;
}
.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
  color: #999999;
  font-weight: 400;
}
.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
  font-weight: 400;
}

.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
  opacity: 1;
  filter: alpha(opacity=100);
}

.variations label {
  color: #6f6f6f;
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 400 !important;
  padding-right: 5px;
}
.rtl .variations label {
  padding-left: 5px;
  padding-right: inherit;
}
.variations .value {
  padding: 0;
}

.woocommerce div.product form.cart .group_table {
  border: none;
  margin-bottom: 10px;
}
.woocommerce div.product form.cart .group_table .price del {
  font-size: 12px !important;
}
.woocommerce div.product form.cart .group_table .price,
.woocommerce div.product form.cart .group_table .price ins {
  font-size: 15px !important;
  color: #f9b200;
}
.woocommerce div.product form.cart .group_table label {
  font-weight: 600;
}
.woocommerce div.product form.cart .group_table td {
  vertical-align: middle;
}
.woocommerce div.product form.cart .group_table td:first-child {
  padding-right: 0;
  text-align: left;
}
.rtl .woocommerce div.product form.cart .group_table td:first-child {
  text-align: right;
}
.woocommerce div.product form.cart .group_table .quantity .reader-text {
  display: none;
}

.woocommerce div.product form.cart .button {
  color: #fff;
  border: 2px solid transparent;
  background-color: #f9b200;
  background-image: none;
  font-family: "Heebo", sans-serif;
  font-weight: 500;
  font-size: 16px;
  text-transform: capitalize;
  text-align: center;
  letter-spacing: 0;
  line-height: 1;
  padding: 13px 30px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.lt-ie8 .woocommerce div.product form.cart .button {
  display: inline;
  zoom: 1;
}
.woocommerce div.product form.cart .button:hover {
  color: #f9b200;
  border-color: #f9b200;
  background-color: transparent;
}
.woocommerce div.product form.cart .button:focus {
  color: #f9b200;
  border-color: #f9b200;
  background-color: transparent;
}
.woocommerce div.product form.cart .button:focus-within {
  color: #f9b200;
  border-color: #f9b200;
  background-color: transparent;
}
.woocommerce div.product form.cart .button:active {
  color: #f9b200;
  border-color: #f9b200;
  background-color: transparent;
}

.woocommerce .details-product .information .stock.out-of-stock {
  letter-spacing: 1px;
  background: #f2f3f5;
  border-color: #f2f3f5;
  color: #cccccc;
  margin: 10px 0;
  width: 100%;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

.woocommerce div.product form.cart.group_product {
  width: 100%;
}
.woocommerce div.product form.cart.group_product + .yith-wcwl-add-to-wishlist {
  margin: 10px 0 0;
}

.woocommerce div.product form.cart .group_table .label {
  padding: 0.5em;
  vertical-align: middle;
  font-size: 14px;
  display: table-cell;
  text-align: inherit;
  white-space: normal;
}
.woocommerce div.product form.cart .group_table .label label {
  font-weight: 400;
}

.woocommerce div.product form.cart .variations td {
  line-height: inherit;
  font-size: inherit;
  padding: 10px 0;
  vertical-align: middle;
}
.woocommerce div.product form.cart .variations td .tawcvs-swatches {
  padding: 0;
}

.woocommerce .order_details {
  padding: 0;
}

.woocommerce table.shop_table input.button:disabled,
.woocommerce table.shop_table input.button {
  opacity: 1;
  filter: alpha(opacity=100);
}

.woocommerce .woocommerce-message .button,
.woocommerce .checkout_coupon .button {
  outline: none;
  cursor: pointer;
  position: relative;
  background: #f9b200;
  border: 2px solid transparent;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0;
  padding: 0 28px;
  line-height: 2.5;
  min-width: 50px;
  text-transform: capitalize;
  text-decoration: none;
  pointer-events: auto;
  z-index: 1;
  font-weight: 500;
  font-family: "Heebo", sans-serif;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  display: inline-block;
  vertical-align: middle;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  -ms-text-shadow: none;
  -o-text-shadow: none;
}
.lt-ie8 .woocommerce .woocommerce-message .button, .lt-ie8
.woocommerce .checkout_coupon .button {
  display: inline;
  zoom: 1;
}
.woocommerce .woocommerce-message .button:hover,
.woocommerce .checkout_coupon .button:hover {
  color: #f9b200;
  background-color: transparent;
  border-color: #f9b200;
}
.woocommerce .woocommerce-message .button:focus,
.woocommerce .checkout_coupon .button:focus {
  color: #f9b200;
  background-color: transparent;
  border-color: #f9b200;
}
.woocommerce .woocommerce-message .button:focus-within,
.woocommerce .checkout_coupon .button:focus-within {
  color: #f9b200;
  background-color: transparent;
  border-color: #f9b200;
}
.woocommerce .woocommerce-message .button:active,
.woocommerce .checkout_coupon .button:active {
  color: #f9b200;
  background-color: transparent;
  border-color: #f9b200;
}
.woocommerce .woocommerce-message .button:visited,
.woocommerce .checkout_coupon .button:visited {
  text-decoration: none;
}
.woocommerce .woocommerce-message .button.disabled, .woocommerce .woocommerce-message .button[disabled], fieldset[disabled] .woocommerce .woocommerce-message .button,
.woocommerce .checkout_coupon .button.disabled,
.woocommerce .checkout_coupon .button[disabled], fieldset[disabled]
.woocommerce .checkout_coupon .button {
  cursor: not-allowed;
  pointer-events: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
  width: auto;
  height: 41px;
  padding: 5px 10px !important;
  margin-right: 10px !important;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}
.rtl .woocommerce #content table.cart td.actions .input-text, .rtl
.woocommerce table.cart td.actions .input-text, .rtl
.woocommerce-page #content table.cart td.actions .input-text, .rtl
.woocommerce-page table.cart td.actions .input-text {
  margin-left: 10px !important;
  margin-right: inherit;
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
  width: 100px;
}

.woocommerce .percent-sale,
.woocommerce span.onsale {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  padding: 0 10px;
  min-width: auto;
  min-height: auto;
  line-height: 1;
  top: 0;
  position: absolute;
  font-family: "Heebo", sans-serif;
  background-color: #f9b200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  left: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  width: auto;
  height: 24px;
}
.rtl .woocommerce .percent-sale, .rtl
.woocommerce span.onsale {
  right: 0;
  left: auto;
}

.popup-cart .title-count,
.popup-cart .title-add {
  font-size: 20px;
  margin: 0 0 20px;
}
.popup-cart .gr-buttons {
  margin: 50px 0 0;
}
.popup-cart .title-add {
  color: #4ec45e;
}
.popup-cart .image img {
  max-width: 100px;
}
.popup-cart .name {
  margin: 30px 0 0;
}
.popup-cart .widget-product {
  margin-top: 30px;
}

.product-block {
  position: relative;
}
.product-block .sale-perc {
  background: #fd5f5c;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  padding: 0 5px;
  line-height: 1.7;
  position: absolute;
  left: 12px;
  text-transform: uppercase;
  font-family: "Rubik", Helvetica, Arial, sans-serif;
  top: 12px;
  z-index: 8;
}
.rtl .product-block .sale-perc {
  right: 12px;
  left: auto;
}
.product-block .out-of-stock {
  background: #d4d4d4;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 400;
  padding: 0 8px;
  position: absolute;
  right: 12px;
  text-transform: uppercase;
  font-family: "Rubik", Helvetica, Arial, sans-serif;
  top: 12px;
  z-index: 8;
}
.rtl .product-block .out-of-stock {
  left: 12px;
  right: auto;
}
.product-block .image {
  position: relative;
  overflow: hidden;
}
.product-block .image .downsale {
  font-size: 12px;
  font-weight: 600;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 8;
  padding: 2px 10px;
  background: #d42e2e;
  color: #fff;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}
.product-block .image img {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.lt-ie8 .product-block .image img {
  display: inline;
  zoom: 1;
}
.product-block .image .image-effect {
  top: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
}
.product-block .image .image-no-effect {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.product-block .block-inner:hover .image .image-hover {
  opacity: 0;
  filter: alpha(opacity=0);
}
.product-block .block-inner:hover .image .image-effect {
  opacity: 1;
  filter: alpha(opacity=100);
}
.product-block .block-inner.text-center .image img {
  margin: auto;
}
.product-block .block-inner.text-center .image .image-effect {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.product-block .clear {
  display: none !important;
}
.product-block .yith-wcwl-add-to-wishlist {
  margin: 0;
}
.product-block .compare {
  position: relative;
  overflow: hidden;
}
.product-block .product-cats {
  font-size: 12px;
  margin: 15px 0 11px;
  text-transform: uppercase;
}
.product-block .product-cats a {
  color: #4c4c4c;
}
.product-block .product-cats a:hover, .product-block .product-cats a:active {
  color: #f9b200;
}
.product-block .rating > * {
  display: inline-block !important;
  vertical-align: middle;
  margin: 0 !important;
  float: none;
}
.product-block .rating .counts {
  color: #999591;
  font-size: 13px;
}
.product-block .feedback,
.product-block .sub-title {
  display: none;
}
.product-block .product-image {
  position: relative;
  display: block;
}
.product-block:hover .quickview {
  opacity: 1;
  filter: alpha(opacity=100);
}
.product-block:hover .image .image-no-effect {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.product-block.grid {
  padding: 0;
  margin: 0 0 40px 0;
  background: #fff;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  text-align: left;
}
.rtl .product-block.grid {
  text-align: right;
}
.product-block.grid.noborder {
  border: none !important;
}
.product-block.grid .name {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 0;
  color: #1a1a1a;
  letter-spacing: 0;
  min-height: 50px;
  text-transform: capitalize;
  font-weight: 500;
  font-family: "Heebo", sans-serif;
  padding-right: 15px;
  line-height: 1.5;
}
.rtl .product-block.grid .name {
  padding-left: 15px;
  padding-right: inherit;
}
@media only screen and (min-width: 768px) {
  .product-block.grid .name {
    font-size: 18px;
    min-height: auto;
    line-height: 26px;
  }
}
.product-block.grid .rating {
  margin-left: auto;
}
.rtl .product-block.grid .rating {
  margin-right: auto;
  margin-left: inherit;
}
.product-block.grid .rating .star-rating {
  margin-bottom: 0 !important;
  margin-top: -5px !important;
}
.product-block.grid .image.out .product-image {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.product-block.grid .product-cat {
  margin: 0 0 8px;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.product-block.grid .product-cat a {
  color: #f9b200;
}
.product-block.grid .caption {
  padding: 20px 15px 15px;
  text-align: center;
}
.product-block.grid .block-inner {
  overflow: hidden;
  position: relative;
}
.product-block.grid .groups-button {
  bottom: 0;
  position: absolute;
  z-index: -1;
  pointer-events: none;
  left: 0;
  right: 0;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.rtl .product-block.grid .groups-button {
  right: 0;
  left: auto;
}
.rtl .product-block.grid .groups-button {
  left: 0;
  right: auto;
}
.product-block.grid .title-wrapper {
  position: relative;
}
.product-block.grid .metas {
  padding: 22px 0 0 0;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.product-block.grid .price {
  display: block;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.product-block.grid .products-grid-meta {
  margin-bottom: 7px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.product-block.grid:hover .groups-button {
  z-index: 100;
  pointer-events: auto;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.products-list .product-block-list {
  margin: 0 0 30px 0;
  padding-bottom: 30px;
  border-bottom: 1px solid #eaeaea;
}
@media only screen and (min-width: 1168px) {
  .products-list .product-block-list {
    margin: 0 0 50px 0;
    padding-bottom: 50px;
  }
}
.products-list .product-block-list .flex-middle-sm {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
@media only screen and (min-width: 1168px) {
  .products-list .product-block-list .flex-middle-sm {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
}
.products-list .product-block-list .wrapper-info {
  padding-left: 0;
}
.rtl .products-list .product-block-list .wrapper-info {
  padding-right: 0;
  padding-left: inherit;
}
@media only screen and (min-width: 1168px) {
  .products-list .product-block-list .wrapper-info {
    padding-left: 0;
  }
  .rtl .products-list .product-block-list .wrapper-info {
    padding-right: 0;
    padding-left: inherit;
  }
}
.products-list .product-block-list:hover .add-cart {
  z-index: 100;
  pointer-events: auto;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  filter: alpha(opacity=100);
}

.product-block-list {
  padding: 0;
  overflow: hidden;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.product-block-list .onsale {
  top: 0 !important;
  left: 0 !important;
}
.product-block-list .quickview {
  font-size: 13px;
  font-family: "Rubik", Helvetica, Arial, sans-serif;
  display: block;
  text-align: center;
  background: #f1f3fa;
  color: #1a1a1a;
  padding: 9px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.product-block-list .quickview:hover, .product-block-list .quickview:focus {
  color: #fff;
  background: #f9b200;
}
.product-block-list .quickview.loading {
  position: relative;
}
.product-block-list .quickview.loading:before {
  font-family: 'WooCommerce';
  content: '\e01c';
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  position: absolute;
  top: 11px;
  right: 46%;
  animation: spin 2s linear infinite;
  -webkit-animation: spin 2s linear infinite;
  color: #6f6f6f;
  z-index: 9;
}
.product-block-list .quickview.loading:after {
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 8;
  content: '';
}
.product-block-list .product-cat {
  font-family: "Rubik", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
}
.product-block-list .name {
  font-family: "Heebo", sans-serif;
  font-size: 24px;
  letter-spacing: 0;
  text-transform: capitalize;
  margin: 0 0 5px 0;
  line-height: 1.33333;
}
@media only screen and (min-width: 1168px) {
  .product-block-list .name {
    margin: 0;
  }
}
.product-block-list .yith-wcwl-add-to-wishlist .sub-title {
  display: none;
}
.product-block-list .cate-wrapper {
  margin: 0 0 8px;
}
.product-block-list .cate-wrapper .product-cats {
  margin: 0;
}
.product-block-list .compare {
  white-space: nowrap;
  font-size: 14px;
  font-family: "Rubik", Helvetica, Arial, sans-serif;
  display: inline-block;
  width: 100%;
  padding: 15px;
  background: #fff;
  color: #4c4c4c;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border: 1px solid #dddddd;
  line-height: 1;
}
.product-block-list .compare.added, .product-block-list .compare:hover, .product-block-list .compare:focus {
  color: #fff;
  border-color: #f9b200;
  background: #f9b200;
}
.product-block-list .add-cart {
  margin-bottom: 0;
  margin-top: 0;
  bottom: 0;
  position: absolute;
  z-index: -1;
  pointer-events: none;
  left: 0;
  right: 0;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.rtl .product-block-list .add-cart {
  right: 0;
  left: auto;
}
.rtl .product-block-list .add-cart {
  left: 0;
  right: auto;
}
.product-block-list .add-cart .added {
  display: none !important;
}
.product-block-list .add-cart .added_to_cart, .product-block-list .add-cart .added_to_cart, .product-block-list .add-cart a.button {
  color: #fff;
  font-weight: 400;
  letter-spacing: 0;
  font-size: 16px;
  background-color: #f9b200;
  font-family: "Heebo", sans-serif;
  text-transform: capitalize;
  padding: 0 15px;
  height: 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.product-block-list .add-cart .added_to_cart.added, .product-block-list .add-cart .added_to_cart.added, .product-block-list .add-cart a.button.added {
  display: none;
}
.product-block-list .top-list-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.product-block-list .rating {
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  padding-top: 8px;
}
.rtl .product-block-list .rating {
  margin-right: auto;
  margin-left: inherit;
}
.product-block-list .rating > * {
  float: none;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px !important;
}
.lt-ie8 .product-block-list .rating > * {
  display: inline;
  zoom: 1;
}
.rtl .product-block-list .rating > * {
  margin-left: 5px !important;
  margin-right: inherit;
}
.product-block-list .rating > *:last-child {
  margin-right: 0 !important;
}
.rtl .product-block-list .rating > *:last-child {
  margin-left: 0 !important;
  margin-right: inherit;
}
.product-block-list .rating .counts {
  margin-left: 2px;
}
.rtl .product-block-list .rating .counts {
  margin-right: 2px;
  margin-left: inherit;
}
.product-block-list .price {
  display: block;
  margin-top: 2px !important;
  margin-bottom: 5px !important;
  font-size: 18px !important;
  line-height: 1.55556;
}
@media only screen and (min-width: 1168px) {
  .product-block-list .price {
    margin-bottom: 20px !important;
  }
}
.product-block-list .avaibility-wrapper {
  margin-bottom: 20px;
  font-size: 14px;
}
.product-block-list .bottom-list {
  margin-top: 35px;
}
.product-block-list .bottom-list > div {
  float: left;
}
.rtl .product-block-list .bottom-list > div {
  float: right;
}
.product-block-list .flex-middle {
  overflow: hidden;
}
.product-block-list .left-infor {
  position: relative;
  text-align: center;
  padding-left: 30px;
}
.rtl .product-block-list .left-infor {
  padding-right: 30px;
  padding-left: inherit;
}
.product-block-list .left-infor:before {
  content: '';
  position: absolute;
  top: -200px;
  background: #dddddd;
  left: 0;
  width: 1px;
  height: 1000px;
}
.rtl .product-block-list .left-infor:before {
  right: 0;
  left: auto;
}
.product-block-list .bottom-list > * {
  display: inline-block;
  vertical-align: top;
}
.product-block-list .wrapper-image {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
}
@media only screen and (min-width: 1168px) {
  .product-block-list .wrapper-image {
    margin-bottom: 0;
  }
}
.product-block-list .wrapper-image .quickview {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 8;
  left: 0;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  opacity: 0;
  filter: alpha(opacity=0);
}
.rtl .product-block-list .wrapper-image .quickview {
  right: 0;
  left: auto;
}
.product-block-list .wrapper-image:hover .quickview {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.woocommerce.carousel.inner-list-smallest {
  border-top: 1px solid #dddddd;
}
.woocommerce.carousel.inner-list-smallest .shop-list-smallest {
  margin-bottom: 0;
  border-top: none;
}

.woocommerce .woocommerce-product-rating .star-rating {
  margin: 0;
  display: inline-block;
  float: none;
  vertical-align: middle;
}
.woocommerce .woocommerce-product-rating .woocommerce-review-link {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary,
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
  width: 100%;
}

.single_variation_wrap div.qty {
  font-size: 15px;
  text-transform: uppercase;
  color: #6f6f6f;
  font-family: "Rubik", Helvetica, Arial, sans-serif;
  margin-top: 10px;
  margin-right: 10px;
}
.rtl .single_variation_wrap div.qty {
  margin-left: 10px;
  margin-right: inherit;
}

.wrapper-shop .apus-pagination {
  border-top: 1px solid #dddddd;
  padding-top: 40px;
  margin-top: 0;
}
.wrapper-shop aside.sidebar {
  background: transparent;
}

.thumbnails-image ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.thumbnails-image .prev,
.thumbnails-image .next {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 18px;
  color: #000;
}
.thumbnails-image .thumb-link {
  display: block;
  opacity: 0.4;
  filter: alpha(opacity=40);
  margin: 10px 0;
}
.thumbnails-image .thumb-link:hover, .thumbnails-image .thumb-link.active {
  opacity: 1;
  filter: alpha(opacity=100);
}

.user_photo_thumbs {
  list-style: none;
  padding: 0;
  text-align: center;
  margin: 10px 0 0;
}
.user_photo_thumbs li {
  display: inline-block;
  margin: 0 4px;
  width: 70px;
  opacity: 0.4;
  filter: alpha(opacity=40);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.user_photo_thumbs li:hover, .user_photo_thumbs li.active, .user_photo_thumbs li:active {
  opacity: 1;
  filter: alpha(opacity=100);
}

.user_photo {
  margin-top: 50px;
}

.delivery_info {
  text-align: center;
  background: #FFFFFF;
  font-size: 14px;
  padding: 8px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.delivery_info:hover {
  background: #e6e6e6;
}
.delivery_info i {
  font-size: 15px;
  margin-right: 10px;
}
.rtl .delivery_info i {
  margin-left: 10px;
  margin-right: inherit;
}

.details-product {
  margin-bottom: 0 !important;
}
.details-product .shipping_info {
  margin-top: 15px;
  font-size: 14px;
  color: #b7b7b7;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.details-product .shipping_info:hover {
  color: #6f6f6f;
}
.details-product .shipping_info ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.details-product .shipping_info ul i {
  margin-right: 6px;
}
.rtl .details-product .shipping_info ul i {
  margin-left: 6px;
  margin-right: inherit;
}
.details-product .shipping_info ul li {
  margin-bottom: 0px;
}
.details-product .shipping_info ul li:last-child {
  margin-bottom: 0;
}
.details-product .price-rating-wrapper {
  margin-top: 10px;
  clear: both;
  overflow: hidden;
}
.details-product .price-rating-wrapper .price {
  margin-right: 15px !important;
  line-height: 1.4;
}
.rtl .details-product .price-rating-wrapper .price {
  margin-left: 15px !important;
  margin-right: inherit;
}
.details-product .price-rating-wrapper .price del {
  display: block !important;
}
.details-product .price-rating-wrapper > * {
  display: inline-block;
  vertical-align: bottom;
}
.details-product .pro-info {
  margin: 0 0 20px;
}
.details-product .product-cat {
  font-family: "Rubik", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
}
.details-product .product-cat a {
  color: #f9b200;
}
.details-product div.video {
  z-index: 8;
  position: absolute;
  bottom: 10px;
  left: 10px;
}
.rtl .details-product div.video {
  right: 10px;
  left: auto;
}
.details-product .apus-countdown {
  margin-top: 5px;
}
.details-product .special-product {
  padding: 8px 0;
}
.details-product .top-content {
  margin-bottom: 30px;
}
@media only screen and (min-width: 1168px) {
  .details-product .top-content {
    margin-bottom: 65px;
  }
}
.details-product .apus-woocommerce-product-gallery-thumbs .slick-slide:hover .thumbs-inner:before, .details-product .apus-woocommerce-product-gallery-thumbs .slick-slide:active .thumbs-inner:before, .details-product .apus-woocommerce-product-gallery-thumbs .slick-slide.slick-current .thumbs-inner:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.details-product .apus-woocommerce-product-gallery-thumbs .slick-slide .thumbs-inner {
  max-width: 100%;
  cursor: pointer;
  border: none;
  padding: 0;
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-box-shadow: 0 0 1px transparent;
  box-shadow: 0 0 1px transparent;
  -webkit-transform: perspective(1px) translateZ(0);
  -moz-transform: perspective(1px) translateZ(0);
  -ms-transform: perspective(1px) translateZ(0);
  -o-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
}
.lt-ie8 .details-product .apus-woocommerce-product-gallery-thumbs .slick-slide .thumbs-inner {
  display: inline;
  zoom: 1;
}
.details-product .apus-woocommerce-product-gallery-thumbs .slick-slide .thumbs-inner:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 1;
  border: 2px solid #f9b200;
  -webkit-transition-property: border-width;
  transition-property: border-width;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.details-product .apus-woocommerce-product-gallery-thumbs .slick-slide:hover .thumbs-inner:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.details-product .apus-woocommerce-product-gallery-thumbs.vertical {
  margin: 0;
}
.details-product .apus-woocommerce-product-gallery-thumbs.vertical .slick-slide {
  padding: 0;
  margin-bottom: 10px;
  border: none;
}
.details-product .apus-woocommerce-product-gallery-thumbs.vertical .slick-arrow {
  text-align: center;
  background-color: transparent !important;
  border: none !important;
}
.details-product .apus-woocommerce-product-gallery-thumbs.vertical .slick-arrow i {
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
  line-height: 30px;
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-outs 0s;
  -o-transition: all 0.2s ease-in-outs 0s;
  transition: all 0.2s ease-in-outs 0s;
}
.details-product .apus-woocommerce-product-gallery-thumbs.vertical .slick-arrow:hover i, .details-product .apus-woocommerce-product-gallery-thumbs.vertical .slick-arrow:focus i {
  color: #fff;
  background-color: #f9b200;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.details-product .apus-woocommerce-product-gallery-thumbs.vertical .slick-prev {
  top: inherit;
  bottom: 100%;
  -webkit-transform: translate(0, -5px);
  -ms-transform: translate(0, -5px);
  -o-transform: translate(0, -5px);
  transform: translate(0, -5px);
  width: 100%;
  left: 0;
  font-size: 11px;
}
.details-product .apus-woocommerce-product-gallery-thumbs.vertical .slick-next {
  width: 100%;
  top: 100%;
  bottom: inherit;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  right: 0;
  font-size: 11px;
}
.details-product .image-mains {
  max-width: 100%;
  position: relative;
}
.details-product .image-mains .apus-woocommerce-product-gallery-wrapper.full-width {
  width: 100% !important;
  float: none !important;
}
.details-product .image-mains.thumbnails-bottom .apus-woocommerce-product-gallery-wrapper {
  outline: none;
}
.details-product .image-mains.thumbnails-bottom .wrapper-thumbs {
  margin-top: 20px;
}
.details-product .image-mains.thumbnails-left .apus-woocommerce-product-gallery-wrapper {
  width: calc(100% - 100px);
  float: right;
}
.details-product .image-mains.thumbnails-left .wrapper-thumbs {
  float: left;
  width: 100px;
  padding-right: 20px;
}
.details-product .image-mains.thumbnails-right .apus-woocommerce-product-gallery-wrapper {
  width: calc(100% - 160px);
  float: left;
}
.details-product .image-mains.thumbnails-right .wrapper-thumbs {
  float: right;
  width: 160px;
  padding-left: 20px;
}
.details-product .description .title {
  font-size: 21px;
}
.details-product .apus-woocommerce-product-gallery-wrapper {
  position: relative;
  border: 0;
  padding: 0;
}
.details-product .apus-woocommerce-product-gallery-wrapper .downsale {
  font-size: 12px;
  font-weight: 600;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  padding: 2px 10px;
  background: #d42e2e;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.lt-ie8 .details-product .apus-woocommerce-product-gallery-wrapper .downsale {
  display: inline;
  zoom: 1;
}
.details-product .apus-woocommerce-product-gallery-wrapper .apus-woocommerce-product-gallery {
  margin: 0;
}
.details-product .apus-woocommerce-product-gallery-wrapper .apus-woocommerce-product-gallery .slick-slide {
  padding: 0;
}
.details-product .apus-woocommerce-product-gallery-wrapper .woocommerce-product-gallery__trigger {
  z-index: 1;
  top: 15px;
  background: #fff;
  line-height: 1;
  text-align: center;
  border: none;
  overflow: hidden;
  font-size: 1.14286rem;
  position: absolute;
  font-size: 18px;
  color: #1a1a1a;
  right: 15px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.rtl .details-product .apus-woocommerce-product-gallery-wrapper .woocommerce-product-gallery__trigger {
  left: 15px;
  right: auto;
}
.details-product .apus-woocommerce-product-gallery-wrapper .woocommerce-product-gallery__trigger:before {
  content: "";
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.details-product .apus-woocommerce-product-gallery-wrapper .woocommerce-product-gallery__trigger:hover:before {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.details-product .apus-woocommerce-product-gallery-wrapper:hover .woocommerce-product-gallery__trigger {
  opacity: 1;
  filter: alpha(opacity=100);
}
.details-product .woocommerce-product-details__short-description.hideContent {
  overflow: hidden;
  height: 60px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.details-product .woocommerce-variation-add-to-cart {
  width: 100%;
  overflow: hidden;
}
.details-product .list li {
  margin-bottom: 10px;
}
.details-product .list i {
  color: #f9b200;
  margin-right: 8px;
}
.rtl .details-product .list i {
  margin-left: 8px;
  margin-right: inherit;
}
.details-product .woocommerce-variation-price {
  margin-bottom: 15px;
}
.details-product .product_meta {
  line-height: 1;
  overflow: hidden;
  clear: both;
  color: #1a1a1a;
  padding-top: 26px;
  padding-bottom: 26px;
  margin-top: 30px;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
.details-product .product_meta a {
  color: #6f6f6f;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.details-product .product_meta a:hover {
  color: #f9b200;
}
.details-product .product_meta a:focus {
  color: #f9b200;
}
.details-product .product_meta a:focus-within {
  color: #f9b200;
}
.details-product .product_meta a:active {
  color: #f9b200;
}
.details-product .product_meta > * {
  display: block;
  margin-bottom: 20px;
  padding-right: 0;
  margin-right: 0;
}
.rtl .details-product .product_meta > * {
  padding-left: 0;
  padding-right: inherit;
}
.rtl .details-product .product_meta > * {
  margin-left: 0;
  margin-right: inherit;
}
.details-product .product_meta > *:last-child {
  padding: 0;
  margin: 0;
}
.details-product .product_meta .sku {
  color: #6f6f6f;
}
.details-product .product_meta .posted_in {
  color: #6f6f6f;
}
.details-product .product_meta .sub_title {
  color: #1a1a1a;
  display: inline-block;
  min-width: 100px;
}
.details-product .information {
  position: relative;
}
.details-product .information .summary {
  width: 100%;
  float: none !important;
  margin: 0 !important;
}
.details-product .information .single_variation_wrap {
  padding-top: 10px;
}
.details-product .information .price {
  font-size: 20px !important;
  color: #1a1a1a !important;
  margin: 0 0 26px 0 !important;
  font-style: normal !important;
  line-height: 1;
}
.details-product .information .price del {
  font-weight: 400;
  font-size: 14px !important;
}
.details-product .information .woocommerce-product-rating .text-customer {
  display: none;
}
.details-product .information .woocommerce-product-details__short-description {
  margin-bottom: 26px;
}
.details-product .information .woocommerce-product-details__short-description p:last-child {
  margin-bottom: 0;
}
.details-product .information .view-more-desc {
  font-size: 14px;
  color: #b7b7b7;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.details-product .information .view-more-desc:hover {
  color: #1a1a1a;
}
.details-product .information .view-more-desc.view-less {
  color: #ff3535;
}
.details-product .information .woocommerce-product-details__short-description-wrapper.v2 {
  margin-bottom: 15px;
}
.details-product .information .woocommerce-product-details__short-description-wrapper.v2 .woocommerce-product-details__short-description {
  margin-bottom: 3px;
}
.details-product .information .top-info-detail {
  margin-bottom: 15px;
}
.details-product .information .cart {
  width: 100%;
  position: relative;
  margin: 0 !important;
}
.details-product .information .cart:before, .details-product .information .cart:after {
  content: " ";
  display: table;
}
.details-product .information .cart:after {
  clear: both;
}
.details-product .information .cart.grouped_form + .yith-wcwl-add-to-wishlist, .details-product .information .cart.variations_form + .yith-wcwl-add-to-wishlist {
  margin: 0;
}
.details-product .information .cart .group_table tr td:first-child div.quantity {
  margin: 0 !important;
}
.details-product .information .cart div.quantity-wrapper {
  overflow: hidden;
  float: left;
}
.rtl .details-product .information .cart div.quantity-wrapper {
  float: right;
}
.details-product .information .cart div.quantity-wrapper > * {
  display: inline-block;
  vertical-align: middle;
}
.lt-ie8 .details-product .information .cart div.quantity-wrapper > * {
  display: inline;
  zoom: 1;
}
.details-product .information .cart div.quantity-wrapper > *.quantity {
  margin-right: 10px !important;
}
.rtl .details-product .information .cart div.quantity-wrapper > *.quantity {
  margin-left: 10px !important;
  margin-right: inherit;
}
.details-product .information .cart div.quantity-wrapper > label {
  color: #1a1a1a;
  float: left;
  margin: 13px 15px 0 0;
}
.rtl .details-product .information .cart div.quantity-wrapper > label {
  float: right;
}
.rtl .details-product .information .cart div.quantity-wrapper > label {
  margin: 13px 0 0 15px;
}
.details-product .information .cart.grouped_form .quantity-wrapper {
  margin: 0 !important;
}
.details-product .information .cart.grouped_form .quantity-wrapper label {
  display: none;
}
.details-product .information .compare {
  white-space: nowrap;
  font-size: 14px;
  font-family: "Rubik", Helvetica, Arial, sans-serif;
  display: inline-block;
  width: 100%;
  padding: 15px;
  background: #fff;
  color: #4c4c4c;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border: 1px solid #dddddd;
  line-height: 1;
}
.details-product .information .compare:hover, .details-product .information .compare:focus {
  color: #fff;
  border-color: #f9b200;
  background: #f9b200;
}
.details-product .information .compare.added {
  color: #fff;
  border-color: #f9b200;
  background: #f9b200;
}
.details-product .information .clear {
  display: none;
}
.details-product .information .product_title {
  clear: both;
}
.details-product .title-cat-wishlist-wrapper {
  position: relative;
  padding-right: 30px;
  margin-bottom: 20px;
}
.rtl .details-product .title-cat-wishlist-wrapper {
  padding-left: 30px;
  padding-right: inherit;
}
.details-product .title-cat-wishlist-wrapper .yith-wcwl-add-to-wishlist {
  position: absolute;
  top: 5px;
  right: 0;
  margin: 0;
  line-height: 1;
}
.rtl .details-product .title-cat-wishlist-wrapper .yith-wcwl-add-to-wishlist {
  left: 0;
  right: auto;
}
.details-product .title-cat-wishlist-wrapper .yith-wcwl-add-to-wishlist .feedback {
  display: none;
}
.details-product .title-cat-wishlist-wrapper .yith-wcwl-add-to-wishlist a {
  white-space: nowrap;
  display: inline-block;
  font-size: 24px;
  color: #1a1a1a;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.details-product .title-cat-wishlist-wrapper .yith-wcwl-add-to-wishlist a:focus, .details-product .title-cat-wishlist-wrapper .yith-wcwl-add-to-wishlist a:hover {
  color: #f9b200;
}
.details-product .title-cat-wishlist-wrapper .yith-wcwl-add-to-wishlist a:not(.add_to_wishlist) {
  color: #f9b200;
}
.details-product .title-cat-wishlist-wrapper .yith-wcwl-add-to-wishlist a .sub-title {
  display: none;
}
.details-product .apus-social-share {
  margin-top: 30px;
}
.details-product .apus-social-share a {
  color: #999999;
  font-size: 14px;
  cursor: pointer;
  line-height: 1;
  margin: 0 5px;
  border: 1px solid #dddddd;
  width: 34px;
  height: 34px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.details-product .apus-social-share a:hover {
  color: #f9b200;
  border-color: #f9b200;
}
.details-product .apus-social-share a:focus {
  color: #f9b200;
  border-color: #f9b200;
}
.details-product .apus-social-share a:focus-within {
  color: #f9b200;
  border-color: #f9b200;
}
.details-product .apus-social-share a:active {
  color: #f9b200;
  border-color: #f9b200;
}
.details-product .apus-social-share .title {
  color: #1a1a1a;
  font-family: "Heebo", sans-serif;
  font-weight: 500;
  line-height: 1;
  display: block;
  margin: 0 10px 7px 0;
}
.rtl .details-product .apus-social-share .title {
  margin: 0 0 7px 10px;
}
.details-product .apus-social-share .bo-social-icons {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.details-product .apus-social-share .bo-social-icons .social-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.details-product .wrapper-thumbs {
  overflow: hidden;
}
.details-product .wrapper-thumbs .slick-carousel {
  margin: 0 -10px;
}
.details-product .wrapper-thumbs .slick-carousel:hover .slick-arrow.slick-next {
  left: 0;
}
.rtl .details-product .wrapper-thumbs .slick-carousel:hover .slick-arrow.slick-next {
  right: 0;
  left: auto;
}
.details-product .wrapper-thumbs .slick-carousel:hover .slick-arrow.slick-prev {
  right: 0;
}
.rtl .details-product .wrapper-thumbs .slick-carousel:hover .slick-arrow.slick-prev {
  left: 0;
  right: auto;
}
.details-product .wrapper-thumbs .slick-carousel .slick-slide {
  padding: 0 10px;
}
.details-product .wrapper-thumbs .slick-carousel .slick-arrow {
  margin: 0;
  bottom: auto;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.details-product .wrapper-thumbs .slick-carousel .slick-arrow.slick-next {
  left: -30px;
}
.rtl .details-product .wrapper-thumbs .slick-carousel .slick-arrow.slick-next {
  right: -30px;
  left: auto;
}
.details-product .wrapper-thumbs .slick-carousel .slick-arrow.slick-prev {
  right: -30px;
}
.rtl .details-product .wrapper-thumbs .slick-carousel .slick-arrow.slick-prev {
  left: -30px;
  right: auto;
}

/*------------------------------------*\
    Product Category and Subcategories
\*------------------------------------*/
.product-category .product-category-content {
  position: relative;
  overflow: hidden;
  min-height: 45px;
  margin: 0 0 30px 0;
}
.product-category .product-category-image {
  display: block;
}
.product-category .product-category-image img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
.product-category .product-category-title {
  text-transform: none;
  position: absolute;
  text-align: center;
  bottom: 0;
  left: 0;
  width: 100%;
  font-weight: 400;
  font-size: 15px;
  color: #fff;
  margin: 0;
  padding: 15px 10px;
  background: rgba(0, 0, 0, 0.3);
}
.rtl .product-category .product-category-title {
  right: 0;
  left: auto;
}
.product-category .product-category-title .count {
  background: transparent;
  color: #fff;
}

/**
 *
 *  Woocommerce Form
 */
.form-row .checkbox, .form-row .input-radio {
  margin-bottom: 0;
  margin-top: 0;
}

.woocommerce form .form-row {
  margin: 0 0 20px;
  padding: 0;
}

.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2,
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
  width: 100%;
}

/* End
------------------------------------------------*/
p.demo_store {
  top: 0;
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
  text-align: center;
  font-size: 30px;
  padding: .5em 0;
  z-index: 99998;
  border: 1px solid #c4c4c4;
  -webkit-box-shadow: 0, 0, 0, 3px, rgba(255, 255, 255, 0.2);
  box-shadow: 0, 0, 0, 3px, rgba(255, 255, 255, 0.2);
}
.rtl p.demo_store {
  right: 0;
  left: auto;
}
.rtl p.demo_store {
  left: 0;
  right: auto;
}
.rtl p.demo_store {
  text-align: right;
}

/*-------------------------------*\
    Utilities
\*------------------------------------*/
.woocommerce #reviews #comments ol.commentlist {
  padding: 0;
}

.woocommerce #reviews #comments ol.commentlist li {
  margin: 0;
  padding: 0 0 30px;
  line-height: 1.5;
}
@media (min-width: 1200px) {
  .woocommerce #reviews #comments ol.commentlist li {
    padding-bottom: 50px;
  }
}
.woocommerce #reviews #comments ol.commentlist li .apus-avata {
  min-width: 80px;
  padding-right: 20px;
}
.rtl .woocommerce #reviews #comments ol.commentlist li .apus-avata {
  padding-left: 20px;
  padding-right: inherit;
}
.woocommerce #reviews #comments ol.commentlist li .apus-avata .apus-image {
  display: inline-block;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
  border: none;
  padding: 0;
  position: relative;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.woocommerce #reviews #comments ol.commentlist li .star-rating {
  margin: 6px 0 0;
  float: none;
}
.woocommerce #reviews #comments ol.commentlist li .star-rating:before {
  color: #ffa000;
}
.woocommerce #reviews #comments ol.commentlist li .star-rating span:before {
  color: #ffa000;
}
.woocommerce #reviews #comments ol.commentlist li .top-info {
  margin: 0 0 8px;
}
.woocommerce #reviews #comments ol.commentlist li .dokan-review-author-img {
  float: left;
  padding-right: 30px;
}
.rtl .woocommerce #reviews #comments ol.commentlist li .dokan-review-author-img {
  float: right;
}
.rtl .woocommerce #reviews #comments ol.commentlist li .dokan-review-author-img {
  padding-left: 30px;
  padding-right: inherit;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
  overflow: hidden;
  border: none;
  padding: 0;
  margin: 0;
}
.woocommerce #reviews #comments ol.commentlist li .description {
  margin-top: 10px;
}
.woocommerce #reviews #comments ol.commentlist li .description p:last-child {
  margin: 0;
}
.woocommerce #reviews #comments ol.commentlist li .apus-author {
  font-size: 15px;
  color: #1a1a1a;
  margin: 0;
  padding: 0;
  font-weight: 500;
  font-family: "Heebo", sans-serif;
}
.woocommerce #reviews #comments ol.commentlist li .date {
  font-size: 13px;
  color: #777777;
  position: relative;
  text-transform: capitalize;
  font-style: italic;
  color: #777777;
  font-family: "Rubik", Helvetica, Arial, sans-serif;
}
.woocommerce #reviews #comments ol.commentlist li .content-comment {
  margin-top: 10px;
  line-height: 1.85714;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
  padding-left: 20px;
  border-left: 1px solid #dddddd;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.rtl .woocommerce #reviews #comments ol.commentlist li .comment-text {
  padding-right: 20px;
  padding-left: inherit;
}
.rtl .woocommerce #reviews #comments ol.commentlist li .comment-text {
  border-right: 1px solid #dddddd;
  border-left: inherit;
}

.woocommerce p.stars a[class*="star-"]:before {
  display: none;
}

#respond .comment-form-rating label {
  color: #1a1a1a;
  margin: 0;
}
#respond .form-submit input {
  left: auto;
}
.rtl #respond .form-submit input {
  right: auto;
  left: auto;
}
#respond textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#respond p.stars {
  position: relative;
  padding: 0 0 10px;
}
#respond p.stars a {
  display: inline-block;
  vertical-align: middle;
  font-weight: 500;
  text-indent: -9999px;
  position: relative;
  margin-right: 1em;
  color: #ffa000;
}
.lt-ie8 #respond p.stars a {
  display: inline;
  zoom: 1;
}
.rtl #respond p.stars a {
  margin-left: 1em;
  margin-right: inherit;
}
#respond p.stars a:last-child {
  border-right: 0;
}
.rtl #respond p.stars a:last-child {
  border-left: 0;
  border-right: inherit;
}
#respond p.stars a.star-1:after, #respond p.stars a.star-2:after, #respond p.stars a.star-3:after, #respond p.stars a.star-4:after, #respond p.stars a.star-5:after {
  top: -6px;
  font-family: "Font Awesome 5 Free";
  text-indent: 0;
  position: absolute;
  color: #cccccc;
  left: 0;
}
.rtl #respond p.stars a.star-1:after, .rtl #respond p.stars a.star-2:after, .rtl #respond p.stars a.star-3:after, .rtl #respond p.stars a.star-4:after, .rtl #respond p.stars a.star-5:after {
  right: 0;
  left: auto;
}
#respond p.stars a.star-1:hover:after, #respond p.stars a.star-1.active:after, #respond p.stars a.star-2:hover:after, #respond p.stars a.star-2.active:after, #respond p.stars a.star-3:hover:after, #respond p.stars a.star-3.active:after, #respond p.stars a.star-4:hover:after, #respond p.stars a.star-4.active:after, #respond p.stars a.star-5:hover:after, #respond p.stars a.star-5.active:after {
  color: #ffa000;
}
#respond p.stars a.star-1 {
  width: 1.5em;
}
#respond p.stars a.star-1:after {
  content: "\f005";
}
#respond p.stars a.star-1:hover:after, #respond p.stars a.star-1.active:after {
  content: "\f005";
}
#respond p.stars a.star-2 {
  width: 2.5em;
}
#respond p.stars a.star-2:after {
  content: "\f005\f005";
}
#respond p.stars a.star-2:hover:after, #respond p.stars a.star-2.active:after {
  content: "\f005\f005";
}
#respond p.stars a.star-3 {
  width: 3.5em;
}
#respond p.stars a.star-3:after {
  content: "\f005\f005\f005";
}
#respond p.stars a.star-3:hover:after, #respond p.stars a.star-3.active:after {
  content: "\f005\f005\f005";
}
#respond p.stars a.star-4 {
  width: 4.5em;
}
#respond p.stars a.star-4:after {
  content: "\f005\f005\f005\f005";
}
#respond p.stars a.star-4:hover:after, #respond p.stars a.star-4.active:after {
  content: "\f005\f005\f005\f005";
}
#respond p.stars a.star-5 {
  width: 5.5em;
  border: 0;
}
#respond p.stars a.star-5:after {
  content: "\f005\f005\f005\f005\f005";
}
#respond p.stars a.star-5:hover:after, #respond p.stars a.star-5.active:after {
  content: "\f005\f005\f005\f005\f005";
}
#respond p.stars a.active:after, #respond p.stars a:hover:after, #respond p.stars a:active:after {
  color: #ffa000;
}

.woocommerce #reviews #comment {
  height: 130px;
  resize: none;
}

/*------------------------------------*\
    Quantity inputs
\*------------------------------------*/
.woocommerce .quantity .qty {
  width: 80px;
  font-size: 16px;
  height: 46px;
  padding: 5px 10px;
  font-weight: 500;
  color: #1a1a1a;
  font-family: "Heebo", sans-serif;
  border: 2px solid #f2f3f5;
  background-color: #F8F8FF;
  border-radius: 1px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
}

.woocommerce .quantity .reader-text {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
  margin-right: 10px;
}
.rtl .woocommerce .quantity .reader-text {
  margin-left: 10px;
  margin-right: inherit;
}

.woocommerce a.remove {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

/*------------------------------------*\
    Forms
\*------------------------------------*/
.form-row:before, .form-row:after {
  content: " ";
  display: table;
}
.form-row:after {
  clear: both;
}
.form-row label.hidden {
  visibility: hidden;
}
.form-row label.inline {
  display: inline;
}
.form-row label {
  display: block;
  font-weight: 600;
}
.form-row select {
  cursor: pointer;
}
.form-row .required {
  color: #ff003a;
  font-weight: 500;
  border: 0;
}
.form-row .input-text {
  width: 100%;
  padding: 8px 10px;
}
.form-row.form-row-first {
  width: 47%;
  float: left;
}
.rtl .form-row.form-row-first {
  float: right;
}
.form-row.form-row-last {
  width: 47%;
  float: right;
}
.rtl .form-row.form-row-last {
  float: left;
}
.form-row.form-row-wide {
  clear: both;
}

.select2-container .select2-choice {
  padding: 5px 7px;
}

.product-quantity .input-text .input-sm {
  height: 45px;
  padding: 10px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 0;
}
.product-quantity .input-text select.input-sm {
  height: 45px;
  line-height: 45px;
}
.product-quantity .input-text textarea.input-sm,
.product-quantity .input-text select[multiple].input-sm {
  height: auto;
}

.i-am-new li {
  background-image: none !important;
  background-color: #fff !important;
  -webkit-border-radius: 0px !important;
  border-radius: 0px !important;
}
.i-am-new li .noty_message {
  padding: 20px 0 !important;
}

/*------------------------------------*\
    Mini cart and wishlist
\*------------------------------------*/
.total-minicart {
  color: #1a1a1a;
  font-weight: normal;
  font-family: "Rubik", Helvetica, Arial, sans-serif;
  font-size: 15px;
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle;
}
.rtl .total-minicart {
  margin-right: 5px;
  margin-left: inherit;
}
.lt-ie8 .total-minicart {
  display: inline;
  zoom: 1;
}

.mini-cart {
  color: #1a1a1a;
  position: relative;
  text-align: center;
  line-height: 1;
  font-size: 22px;
  margin-top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.mini-cart:before {
  content: "";
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mini-cart .count {
  line-height: 1;
  color: inherit;
  font-size: 16px;
  font-weight: 400;
  padding-left: 8px;
  margin: 5px 0 0 0;
}
.mini-cart:hover {
  color: #1a1a1a;
}
.mini-cart:focus {
  color: #1a1a1a;
}
.mini-cart:focus-within {
  color: #1a1a1a;
}
.mini-cart:active {
  color: #1a1a1a;
}

.wishlist-icon i {
  margin-right: 6px;
}
.rtl .wishlist-icon i {
  margin-left: 6px;
  margin-right: inherit;
}

/*------------------------------------*\
    Star ratings
\*------------------------------------*/
.woocommerce .star-rating {
  margin: auto 0;
  overflow: hidden;
  position: relative;
  width: 73px;
  height: 1.2em;
  line-height: 1em;
  font-family: 'star';
  font-size: 13px;
}
.woocommerce .star-rating:before {
  content: "\73\73\73\73\73";
  color: #ffa000;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  letter-spacing: 1px;
}
.rtl .woocommerce .star-rating:before {
  float: right;
}
.rtl .woocommerce .star-rating:before {
  right: 0;
  left: auto;
}
.woocommerce .star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
.rtl .woocommerce .star-rating span {
  float: right;
}
.rtl .woocommerce .star-rating span {
  right: 0;
  left: auto;
}
.woocommerce .star-rating span:before {
  content: "\53\53\53\53\53";
  top: 0;
  position: absolute;
  left: 0;
  color: #ffa000;
  letter-spacing: 1px;
}
.rtl .woocommerce .star-rating span:before {
  right: 0;
  left: auto;
}
.woocommerce .woocommerce-review-link {
  color: #999591;
}

/*------------------------------------*\
    Filter
\*------------------------------------*/
.archive-shop .page-title {
  display: none;
}

.show-filter {
  font-size: 18px;
  color: #f9b200;
  cursor: pointer;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.show-filter:hover, .show-filter:active {
  color: #f9b200;
}
.show-filter i {
  margin-left: 10px;
}
.rtl .show-filter i {
  margin-right: 10px;
  margin-left: inherit;
}

.before-shop-header-wrapper {
  position: relative;
}

.pagination-top {
  margin-top: -6px;
}
.pagination-top .apus-pagination.pagination-woo {
  margin: 0;
}
.pagination-top .apus-pagination .apus-pagination-inner {
  padding: 0;
}
.pagination-top.has-fillter .apus-pagination .apus-pagination-inner {
  padding: 0 30px;
}

.form-rekon-ppp {
  float: left;
}
.rtl .form-rekon-ppp {
  float: right;
}
.form-rekon-ppp select {
  font-size: 15px;
  color: #6f6f6f;
  background: url("../images/select.png") #fff right 10px center no-repeat;
  font-weight: 400;
  border: 1px solid #dddddd;
  padding: 3px 20px;
  border: 1px solid #dddddd;
  margin: 0;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}

.apus-after-loop-shop {
  margin-top: 0;
  margin-bottom: 0;
}

#apus-orderby .orderby-label {
  color: #6f6f6f;
  display: inline-block;
  font-size: 14px;
  font-weight: 300;
  cursor: pointer;
  border: 1px solid #dddddd;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  padding: 4px 15px;
}
#apus-orderby .dropdown-menu {
  min-width: 200px;
  padding: 20px 30px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border: 1px solid #f9b200;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#apus-orderby .dropdown-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#apus-orderby .dropdown-menu ul li {
  margin: 0 0 5px;
}
#apus-orderby .dropdown-menu ul li a {
  color: #6f6f6f;
}
#apus-orderby .dropdown-menu ul li a:hover, #apus-orderby .dropdown-menu ul li a:active {
  color: #1a1a1a;
}
#apus-orderby .dropdown-menu ul li.active {
  color: #1a1a1a;
}
#apus-orderby .dropdown-menu ul li:last-child {
  margin: 0;
}

/*------------------------------------*\
    Mini Cart
\*------------------------------------*/
.apus-topcart .cart.open .dropdown-menu {
  visibility: visible;
  pointer-events: auto;
  margin-top: 11px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.apus-topcart .dropdown-menu {
  top: 100%;
  position: absolute;
  z-index: 999;
  background-color: #fff;
  border: none;
  width: 280px;
  margin-top: 0;
  pointer-events: none;
  display: block;
  padding: 0;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  right: 0;
  text-align: left;
  -webkit-box-shadow: 0px 13px 25px 12px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 13px 25px 12px rgba(0, 0, 0, 0.06);
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.rtl .apus-topcart .dropdown-menu {
  left: 0;
  right: auto;
}
.rtl .apus-topcart .dropdown-menu {
  text-align: right;
}
.apus-topcart .buttons {
  margin: 0;
  padding: 0 15px 15px 15px;
}
.apus-topcart .buttons .btn, .apus-topcart .buttons .viewmore-products-btn, .apus-topcart .buttons .woocommerce .wishlist_table td.product-add-to-cart a, .woocommerce .wishlist_table td.product-add-to-cart .apus-topcart .buttons a, .apus-topcart .buttons .woocommerce .details-product .information .stock.out-of-stock, .woocommerce .details-product .information .apus-topcart .buttons .stock.out-of-stock,
.apus-topcart .buttons .woocommerce table.shop_table input.button,
.woocommerce table.shop_table .apus-topcart .buttons input.button, .apus-topcart .buttons #add_payment_method .wc-proceed-to-checkout a.checkout-button, #add_payment_method .wc-proceed-to-checkout .apus-topcart .buttons a.checkout-button, .apus-topcart .buttons .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout .apus-topcart .buttons a.checkout-button, .apus-topcart .buttons .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout .apus-topcart .buttons a.checkout-button {
  text-transform: none;
}
.apus-topcart .buttons .wc-forward {
  text-transform: capitalize;
  display: block;
  text-align: center;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  font-family: "Heebo", sans-serif;
}
.apus-topcart .buttons .wc-forward:hover {
  color: #fff;
  background-color: #f9b200;
  border-color: #f9b200;
}
.apus-topcart .buttons .wc-forward:focus {
  color: #fff;
  background-color: #f9b200;
  border-color: #f9b200;
}
.apus-topcart .buttons .wc-forward:focus-within {
  color: #fff;
  background-color: #f9b200;
  border-color: #f9b200;
}
.apus-topcart .buttons .wc-forward:active {
  color: #fff;
  background-color: #f9b200;
  border-color: #f9b200;
}
.apus-topcart .buttons .wc-forward:last-child {
  margin: 0;
}
.apus-topcart .buttons .wc-forward:after {
  vertical-align: text-top;
}
.apus-topcart .open .dropdown-menu {
  display: block;
  opacity: 1;
  filter: alpha(opacity=100);
}
.apus-topcart .overlay-offcanvas-content {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  cursor: no-drop;
  -webkit-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  -o-transform: translateX(-30px);
  transform: translateX(-30px);
  visibility: hidden;
  z-index: 2;
}
.apus-topcart .overlay-offcanvas-content.active {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.apus-topcart .offcanvas-content {
  z-index: 3;
  position: fixed;
  right: 0;
  top: 0;
  background: #fff;
  -webkit-transition: all 0.35s ease-in-out 0s;
  -o-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 400px;
  height: 100vh;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.apus-topcart .offcanvas-content.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.apus-topcart .offcanvas-content .shopping_cart_content .cart_list {
  max-height: calc(100% - 180px);
}
.apus-topcart .offcanvas-content .title-cart-canvas {
  font-size: 15px;
  text-align: center;
  margin: 0 0 10px;
  padding: 10px;
  border-bottom: 1px solid #dddddd;
  text-transform: uppercase;
  position: relative;
}
.apus-topcart .offcanvas-content .title-cart-canvas .close-cart {
  position: absolute;
  top: 11px;
  left: 14px;
  z-index: 1;
  background: #fff;
  font-size: 18px;
  cursor: pointer;
  color: #ff3535;
}
.rtl .apus-topcart .offcanvas-content .title-cart-canvas .close-cart {
  right: 14px;
  left: auto;
}
.apus-topcart .offcanvas-content .shopping_cart_content {
  padding: 10px;
  height: calc(100vh - 50px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.apus-topcart .offcanvas-content .shopping_cart_content .cart-bottom {
  -webkit-align-self: flex-end;
  -moz-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  width: 100%;
}
.apus-topcart .offcanvas-content .shopping_cart_content .cart_list {
  width: 100%;
}

.header-button-woo.main-cart .apus-topcart .dropdown-menu {
  margin-top: 33px;
}
.header-button-woo.mini-cart-2 .apus-topcart .dropdown-menu {
  border: none;
  margin-top: 11px;
  right: 13px;
}
.rtl .header-button-woo.mini-cart-2 .apus-topcart .dropdown-menu {
  left: 13px;
  right: auto;
}

.shopping_cart_content {
  font-size: 14px;
}
.shopping_cart_content .variation {
  margin: 0 0 3px;
  overflow: hidden;
}
.shopping_cart_content .variation dt {
  margin-right: 5px;
}
.rtl .shopping_cart_content .variation dt {
  margin-left: 5px;
  margin-right: inherit;
}
.shopping_cart_content .variation dt, .shopping_cart_content .variation dd {
  float: left;
}
.rtl .shopping_cart_content .variation dt, .rtl .shopping_cart_content .variation dd {
  float: right;
}
.shopping_cart_content .variation dt p, .shopping_cart_content .variation dd p {
  margin: 0;
}
.shopping_cart_content .cart_list {
  overflow: hidden;
  padding: 15px;
  max-height: 270px;
}
.shopping_cart_content .cart_list > div {
  margin: 0 0 15px;
  overflow: hidden;
}
.shopping_cart_content .cart_list > div.empty {
  border: none;
  margin: 0;
  color: #1a1a1a;
}
.shopping_cart_content .cart_list > div:last-child {
  border: none;
  margin-bottom: 0;
}
.shopping_cart_content .cart_list .image {
  padding: 0;
  border: 0;
  display: block;
  width: 70px;
  height: 70px;
}
.shopping_cart_content .cart_list .image img {
  width: 100%;
  height: 100%;
  max-width: none;
}
.shopping_cart_content .cart_list .quantity {
  font-family: "Rubik", Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #999;
  padding: 0;
  margin: 0;
  line-height: 1;
}
.shopping_cart_content .cart_list .name {
  font-family: "Heebo", sans-serif;
  font-weight: 500;
  margin: 0;
  font-size: 14px;
  line-height: 22px;
}
.shopping_cart_content .cart_list .name a {
  color: #f9b200;
}
.shopping_cart_content .cart_list .cart-item {
  margin: 0;
  font-size: 15px;
}
.shopping_cart_content .cart_list .media-body {
  width: 1000px;
  padding-right: 20px;
}
.rtl .shopping_cart_content .cart_list .media-body {
  padding-left: 20px;
  padding-right: inherit;
}
.shopping_cart_content .cart_list .cart-main-content {
  text-align: left;
  position: relative;
}
.rtl .shopping_cart_content .cart_list .cart-main-content {
  text-align: right;
}
.shopping_cart_content .cart_list .cart-main-content .remove {
  position: absolute;
  top: 25px;
  z-index: 9;
  font-size: 13px;
  right: 0;
  background: transparent !important;
  color: #1a1a1a !important;
}
.rtl .shopping_cart_content .cart_list .cart-main-content .remove {
  left: 0;
  right: auto;
}
.shopping_cart_content .cart_list .cart-main-content .remove:hover {
  color: #f9b200 !important;
}
.shopping_cart_content .cart_list .cart-main-content .remove:focus {
  color: #f9b200 !important;
}
.shopping_cart_content .cart_list .cart-main-content .remove:focus-within {
  color: #f9b200 !important;
}
.shopping_cart_content .cart_list .cart-main-content .remove:active {
  color: #f9b200 !important;
}
.shopping_cart_content .cart_list .cart-item {
  overflow: hidden;
}
.shopping_cart_content .total {
  color: #f9b200;
  border-top: 2px solid #eee;
  overflow: hidden;
  position: relative;
  margin: 0;
  text-transform: uppercase;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 500;
  font-family: "Heebo", sans-serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.shopping_cart_content .total .amount {
  font-size: 16px;
  margin-left: auto;
}
.rtl .shopping_cart_content .total .amount {
  margin-right: auto;
  margin-left: inherit;
}
.shopping_cart_content .total.empty {
  margin: 0;
  border: none;
  padding: 15px 20px 20px 20px;
}
.shopping_cart_content .total.empty + .button {
  padding: 0px 20px 20px 20px;
}

.woocommerce a.remove {
  padding: 0;
  margin: auto;
  color: #ff3535;
  font-size: 32px;
  background: transparent;
}

/** Plugins  add to wishlist, compare **/
.place-order {
  padding: 30px;
}

.yith-wcwl-add-button > a i, .wishlist_table .add_to_cart.button i {
  margin: 0 !important;
}

.yith-wcwl-share ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.input-text {
  border: 1px solid #e5e5e5;
  padding: 5px 10px;
}

.woocommerce address {
  margin-bottom: 20px;
}

.product-categories {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.product-categories + .view-more-list-cat {
  position: absolute;
  background: #fff;
  bottom: 1px;
  left: 1px;
  width: calc(100% - 2px);
  z-index: 99;
  display: block;
  color: #4ec45e;
  padding: 5px 54px 15px;
}
.product-categories + .view-more-list-cat.view-less {
  color: #ff3535;
}
.product-categories + .view-more-list-cat:hover {
  text-decoration: underline;
}
.product-categories + .view-more-list-cat:active {
  text-decoration: underline;
}
.product-categories.hideContent {
  height: 435px;
}
.product-categories.showContent {
  height: auto;
}
.product-categories .children {
  list-style: none;
  padding: 0;
}
.product-categories li {
  line-height: 30px;
  padding: 0;
  margin: 0;
}
.product-categories li li {
  padding: 0;
  margin: 0;
}
.product-categories li.current-cat-parent > a, .product-categories li.current-cat > a, .product-categories li:hover > a {
  color: #f9b200;
}
.product-categories li.current-cat-parent > .count, .product-categories li.current-cat > .count, .product-categories li:hover > .count {
  color: #f9b200;
}
.product-categories li .count {
  font-family: "Rubik", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  float: right;
  margin-top: 3px;
}
.rtl .product-categories li .count {
  float: left;
}
.product-categories li a {
  color: #6f6f6f;
  text-transform: uppercase;
  font-size: 13px;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.product-categories li a:hover {
  color: #f9b200;
}
.product-categories li a:active {
  color: #f9b200;
}
.product-categories li.cat-parent {
  position: relative;
}
.product-categories li.cat-parent > i {
  padding-right: 12px;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 13px;
}
.rtl .product-categories li.cat-parent > i {
  padding-left: 12px;
  padding-right: inherit;
}
.rtl .product-categories li.cat-parent > i {
  right: 0;
  left: auto;
}

.top-archive-shop {
  padding-bottom: 30px;
}

.apus-results {
  margin-top: 10px;
}
.apus-results .apus-results-reset {
  display: inline-block;
  padding: 6px 15px;
  background: #ff3535;
  color: #fff;
  white-space: nowrap;
  font-weight: 400;
  font-size: 15px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.apus-results .apus-results-reset:hover, .apus-results .apus-results-reset:active {
  color: #fff;
  background: #ff0202;
}

.add-cart > .added {
  display: none !important;
}
.add-cart .added_to_cart:after {
  display: none;
}

.apus-shop-products-wrapper.loading {
  position: relative;
}
.apus-shop-products-wrapper.loading:before {
  background: url("../images/loading-quick.gif") center 100px/50px no-repeat rgba(255, 255, 255, 0.9);
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  left: 0;
  top: 0;
  z-index: 99;
}

.woocommerce-account .woocommerce-MyAccount-content,
.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 100%;
  float: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  border-bottom: 2px solid #eeeeee;
}
.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link {
  margin-right: 30px;
  display: inline-block;
}
.rtl .woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link {
  margin-left: 30px;
  margin-right: inherit;
}
.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a {
  padding: 0 0 7px;
  position: relative;
  display: inline-block;
}
.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a:before {
  width: 100%;
  height: 2px;
  background: #f9b200;
  position: absolute;
  bottom: -2px;
  left: 0;
  content: '';
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.is-active > a, .woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link:hover > a, .woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link:active > a {
  color: #f9b200;
}
.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.is-active > a:before, .woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link:hover > a:before, .woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link:active > a:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.woocommerce-MyAccount-content {
  padding: 20px 0;
}
.woocommerce-MyAccount-content h2 {
  margin: 20px 0 10px;
  text-transform: uppercase;
  font-size: 18px;
  font-family: "Rubik", Helvetica, Arial, sans-serif;
}

.edit-account br {
  display: none;
}
.edit-account input[type="text"],
.edit-account input[type="password"] {
  height: 40px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
.edit-account input[type="text"]:focus,
.edit-account input[type="password"]:focus {
  border-color: #dddddd;
}
.edit-account legend {
  font-size: 72px;
  font-weight: 300;
  border: none;
  margin: 30px 0 0;
}
.edit-account label {
  font-weight: normal;
  font-size: 15px;
  color: #1a1a1a;
}

.woocommerce-MyAccount-content,
.woocommerce-MyAccount-navigation {
  max-width: 970px;
  margin: auto;
}

form.login,
form.register {
  margin: 0 !important;
  border: none !important;
  padding: 0 !important;
}
form.login br,
form.register br {
  display: none;
}
form.login label,
form.register label {
  font-weight: 400;
}
form.login .form-group,
form.register .form-group {
  margin: 0 0 20px;
}
form.login .form-group:last-child,
form.register .form-group:last-child {
  margin-bottom: 0;
}
form.login .form-group.action-group,
form.register .form-group.action-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
form.login .form-group.action-group span.inline,
form.register .form-group.action-group span.inline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
form.login .form-group.action-group span.inline .input,
form.login .form-group.action-group span.inline input[type="radio"],
form.login .form-group.action-group span.inline input[type="checkbox"],
form.login .form-group.action-group span.inline input[type="text"],
form.register .form-group.action-group span.inline .input,
form.register .form-group.action-group span.inline input[type="radio"],
form.register .form-group.action-group span.inline input[type="checkbox"],
form.register .form-group.action-group span.inline input[type="text"] {
  margin: -.25rem .25rem 0 0;
  margin-bottom: 0px;
  background: #f2f3f5;
  border: 1px solid #e1e6eb;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  color: #555555;
  clear: none;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  line-height: 0;
  height: 1rem;
  margin-top: 0;
  margin-bottom: -1px;
  outline: 0;
  padding: 0 !important;
  text-align: center;
  width: 1rem;
  min-width: 1rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.05s border-color ease-in-out;
  -o-transition: 0.05s border-color ease-in-out;
  transition: 0.05s border-color ease-in-out;
}
.lt-ie8 form.login .form-group.action-group span.inline .input, .lt-ie8
form.login .form-group.action-group span.inline input[type="radio"], .lt-ie8
form.login .form-group.action-group span.inline input[type="checkbox"], .lt-ie8
form.login .form-group.action-group span.inline input[type="text"], .lt-ie8
form.register .form-group.action-group span.inline .input, .lt-ie8
form.register .form-group.action-group span.inline input[type="radio"], .lt-ie8
form.register .form-group.action-group span.inline input[type="checkbox"], .lt-ie8
form.register .form-group.action-group span.inline input[type="text"] {
  display: inline;
  zoom: 1;
}
form.login .form-group.action-group span.lost_password,
form.register .form-group.action-group span.lost_password {
  margin-left: auto;
}
.rtl form.login .form-group.action-group span.lost_password, .rtl
form.register .form-group.action-group span.lost_password {
  margin-right: auto;
  margin-left: inherit;
}
form.login .input-text,
form.register .input-text {
  background: #fff !important;
  border: 1px solid #dddddd !important;
  height: 40px;
}
form.login .input-text:focus,
form.register .input-text:focus {
  border-color: #c4c4c4 !important;
}
form.login input[type="checkbox"],
form.register input[type="checkbox"] {
  margin-right: 7px;
}
.rtl form.login input[type="checkbox"], .rtl
form.register input[type="checkbox"] {
  margin-left: 7px;
  margin-right: inherit;
}
form.login .input-submit ~ span,
form.register .input-submit ~ span {
  margin: 10px 0 0;
}
form.login .input-submit ~ span.pull-left,
form.register .input-submit ~ span.pull-left {
  margin-left: 15px;
}
.rtl form.login .input-submit ~ span.pull-left, .rtl
form.register .input-submit ~ span.pull-left {
  margin-right: 15px;
  margin-left: inherit;
}
form.login .input-submit ~ span.lost_password a,
form.register .input-submit ~ span.lost_password a {
  color: #f9b200;
}
form.login .user-role,
form.register .user-role {
  padding-left: 20px;
}
form.login .user-role [type="radio"],
form.register .user-role [type="radio"] {
  margin-top: 11px;
}

.login-wrapper .mfp-content {
  width: 500px !important;
  max-width: 80%;
  background-color: #fff;
}
.login-wrapper .title {
  text-align: center;
}
.login-wrapper .apus-mfp-close {
  font-size: 20px;
  display: inline-block;
  background: #ff3535;
  color: #fff;
  display: inline-block;
  width: 42px;
  height: 42px;
  line-height: 42px;
  border: none;
  margin: -21px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.login-wrapper .apus-mfp-close:hover, .login-wrapper .apus-mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.cart_item {
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px solid #dddddd;
}
.cart_item > .media-left {
  width: 70%;
}
.cart_item img {
  width: 90px;
  max-width: none;
}
.cart_item .content-left {
  overflow: hidden;
  padding-left: 20px;
}
.rtl .cart_item .content-left {
  padding-right: 20px;
  padding-left: inherit;
}
.cart_item .product-name {
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 15px;
}
.cart_item .price {
  font-size: 20px;
  font-family: "Rubik", Helvetica, Arial, sans-serif;
  color: #4c4c4c;
  font-weight: 400;
}
.cart_item a.remove {
  margin: 0 0 15px;
  display: inline-block;
  font-size: 32px;
  color: #6f6f6f !important;
}
.cart_item a.remove:hover, .cart_item a.remove:active {
  color: #ff3535 !important;
}

div.cart .input-text {
  height: 53px;
  border: 2px solid #dddddd;
}
div.cart .input-text:focus, div.cart .input-text:active {
  border-color: #1a1a1a;
}
div.cart label {
  font-size: 18px;
  color: #000;
}

.woocommerce-checkout-review-order {
  background-color: #f2f3f5;
}

.woocommerce-checkout .checkbox input[type="checkbox"] {
  position: static;
  margin-left: 0;
  margin-right: 5px;
}
.rtl .woocommerce-checkout .checkbox input[type="checkbox"] {
  margin-right: 0;
  margin-left: inherit;
}
.rtl .woocommerce-checkout .checkbox input[type="checkbox"] {
  margin-left: 5px;
  margin-right: inherit;
}

.woocommerce .order-review #order_review_heading {
  font-size: 18px;
  font-weight: 500;
  font-family: "Heebo", sans-serif;
  text-transform: uppercase;
  margin: 0;
  padding: 20px 0;
}
.woocommerce .order-review table.shop_table {
  margin: 0;
}

#order_review .shop_table {
  border: none;
  margin-bottom: 25px;
}
#order_review .shop_table td {
  width: 100%;
  padding: 10px 15px;
  border-width: 0;
  border-style: solid;
  border-color: #dddddd;
}
#order_review .shop_table td.product-name {
  color: #1a1a1a;
}
#order_review .shop_table.woocommerce-checkout-review-order-table {
  margin-bottom: 20px !important;
}
#order_review .cart_item {
  margin: 0;
  padding: 0;
  border: none;
}
#order_review .product-name {
  font-size: 14px;
  margin: 0;
}
#order_review .product-name strong {
  font-weight: 400;
}
#order_review .product-total {
  font-weight: 600;
  color: #f9b200;
  padding-right: 15px;
}
.rtl #order_review .product-total {
  padding-left: 15px;
  padding-right: inherit;
}
#order_review > .media-left {
  width: auto;
}
#order_review .woocommerce-Price-amount {
  color: #1a1a1a;
  font-weight: 600;
}
#order_review .subtotal tr > * {
  border-bottom: 1px solid #dddddd !important;
}
#order_review .subtotal th {
  border: none;
  font-weight: 400;
  color: #1a1a1a;
}
#order_review .subtotal td {
  text-align: right;
  padding: 10px 0;
  font-weight: 400;
}
.rtl #order_review .subtotal td {
  text-align: left;
}
#order_review .subtotal td label {
  font-weight: 400;
}
#order_review .subtotal .order-total strong {
  font-size: 20px;
}
#order_review .subtotal .amount {
  font-weight: 600;
}
#order_review .order-total .amount,
#order_review .cart-subtotal .amount {
  color: #f9b200;
}

.woocommerce-thankyou-order-received {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 30px;
  text-align: center;
  color: #1a1a1a;
}

.woocommerce-thankyou-order-details {
  text-align: center;
}

.woocommerce ul.order_details li {
  float: none;
  display: inline-block;
  font-size: 12px;
}
.woocommerce ul.order_details li strong {
  margin-top: 5px;
  font-weight: 400;
  color: #1a1a1a;
}
.woocommerce ul.order_details li.method strong {
  color: #ff3535;
}

.woo-pay-perfect {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
}

.product-top-title {
  position: relative;
}
.product-top-title .view-more {
  position: absolute;
  top: 5px;
  right: 0;
}
.rtl .product-top-title .view-more {
  left: 0;
  right: auto;
}

#woocommerce-accordion .panel {
  margin: 0;
  border: none;
  border-bottom: 1px solid #dddddd;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
#woocommerce-accordion .panel > .panel-heading {
  text-transform: uppercase;
  border: none;
  padding: 18px 0;
  font-weight: 400;
  font-size: 15px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  background: #fff !important;
}
#woocommerce-accordion .panel > .panel-heading:hover a, #woocommerce-accordion .panel > .panel-heading:active a {
  color: #f9b200;
}
#woocommerce-accordion .panel .panel-title {
  font-size: 15px;
  font-weight: 400;
}
#woocommerce-accordion .panel .panel-title > :not(.collapsed) {
  color: #f9b200;
}
#woocommerce-accordion .panel .panel-body {
  padding: 0;
  border: none;
}
#woocommerce-accordion .title {
  margin: 0 0 10px;
  font-size: 24px;
}

.products-wrapper-grid-banner .cl-3 div.product.col-sm-4.first,
.products-wrapper-grid-banner .cl-2 div.product.col-sm-4.first {
  clear: none;
}
.products-wrapper-grid-banner .col-md-cus-5 {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
.rtl .products-wrapper-grid-banner .col-md-cus-5 {
  float: right;
}

.product-category h3 {
  margin: 15px 0 0;
  font-size: 18px;
}
.product-category h3 .count {
  background: transparent;
  padding: 0;
}
.product-category .category-body {
  margin: 0 0 20px 0;
  text-align: center;
}

body.single-product .apus-breadscrumb-wrapper {
  margin-top: 20px;
}
@media (min-width: 1200px) {
  body.single-product .apus-breadscrumb-wrapper {
    margin-top: 45px;
  }
}

/* 7. woocommerce widgets */
.widget.widget-products .tab-content .ajax-loading {
  background: url("../images/loading-quick.gif") center 100px no-repeat #fff;
}
.widget.widget-products .widget-title {
  padding: 0 0 10px;
  margin-bottom: 25px;
}
.widget.widget-products .slick-carousel-top .slick-arrow {
  top: -60px;
}
.widget.widget-products.column1 .shop-list-small {
  margin-top: -1px;
}

.link-readmore {
  position: relative;
  padding: 30px 0;
}
.link-readmore:before {
  content: '';
  background: #dddddd;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  z-index: 2;
}
.link-readmore .link-inner {
  display: inline-block;
  padding: 0 30px;
  background: #fff;
  position: relative;
  z-index: 3;
}

/*------------------------------------*\
    Widget Price Filter
\*------------------------------------*/
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  background: #f9b200;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background: #f2f3f5;
  height: 2px;
  margin: 10px;
}

.widget_price_filter {
  font-family: "Rubik", Helvetica, Arial, sans-serif;
}
.widget_price_filter .price_slider_wrapper {
  overflow: hidden;
}
.widget_price_filter .price_slider_amount .price_label {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-family: "Heebo", sans-serif;
  font-weight: 400;
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
}
.lt-ie8 .widget_price_filter .price_slider_amount .price_label {
  display: inline;
  zoom: 1;
}
.rtl .widget_price_filter .price_slider_amount .price_label {
  margin-right: auto;
  margin-left: inherit;
}
.widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
}
.rtl .widget_price_filter .ui-slider {
  text-align: right;
}
.widget_price_filter .ui-slider .ui-slider-range {
  top: 0;
  height: 100%;
  background: #dddddd;
}
.widget_price_filter .price_slider_wrapper .ui-widget-content {
  background: #eaeaea;
  height: 4px;
  margin: 5px 10px 20px;
}

.woocommerce .widget_price_filter .price_slider_amount .button {
  outline: none;
  cursor: pointer;
  position: relative;
  background: #f9b200;
  border: 2px solid transparent;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0;
  padding: 0 28px;
  line-height: 2.5;
  min-width: 50px;
  text-transform: capitalize;
  text-decoration: none;
  pointer-events: auto;
  z-index: 1;
  font-weight: 500;
  font-family: "Heebo", sans-serif;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  display: inline-block;
  vertical-align: middle;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  -ms-text-shadow: none;
  -o-text-shadow: none;
  line-height: 38px;
}
.lt-ie8 .woocommerce .widget_price_filter .price_slider_amount .button {
  display: inline;
  zoom: 1;
}
.woocommerce .widget_price_filter .price_slider_amount .button:hover {
  color: #f9b200;
  background-color: transparent;
  border-color: #f9b200;
}
.woocommerce .widget_price_filter .price_slider_amount .button:focus {
  color: #f9b200;
  background-color: transparent;
  border-color: #f9b200;
}
.woocommerce .widget_price_filter .price_slider_amount .button:focus-within {
  color: #f9b200;
  background-color: transparent;
  border-color: #f9b200;
}
.woocommerce .widget_price_filter .price_slider_amount .button:active {
  color: #f9b200;
  background-color: transparent;
  border-color: #f9b200;
}
.woocommerce .widget_price_filter .price_slider_amount .button:visited {
  text-decoration: none;
}
.woocommerce .widget_price_filter .price_slider_amount .button.disabled, .woocommerce .widget_price_filter .price_slider_amount .button[disabled], fieldset[disabled] .woocommerce .widget_price_filter .price_slider_amount .button {
  cursor: not-allowed;
  pointer-events: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  z-index: 2;
  position: absolute;
  cursor: pointer;
  background: #f9b200;
  top: -6px;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}

.woocommerce .widget_price_filter .price_slider_amount {
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: left;
}
.rtl .woocommerce .widget_price_filter .price_slider_amount {
  text-align: right;
}
.woocommerce .widget_price_filter .price_slider_amount > input {
  width: 48%;
  margin-bottom: 5px;
  border: 2px solid #dddddd;
}
.woocommerce .widget_price_filter .price_slider_amount > input:focus {
  border-color: #000;
}

/*------------------------------------*\
    Widget Sidebar
\*------------------------------------*/
.apus-sidebar .product_list_widget .image {
  margin-right: 10px;
  width: 80px;
  height: auto;
}
.rtl .apus-sidebar .product_list_widget .image {
  margin-left: 10px;
  margin-right: inherit;
}

.apus-products-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.apus-products-list .product-block {
  padding: 10px 0;
  background: #ffffff;
}
.apus-products-list .media-left {
  padding: 0;
}
.apus-products-list .media-body {
  padding-left: 20px;
}
.rtl .apus-products-list .media-body {
  padding-right: 20px;
  padding-left: inherit;
}
.apus-products-list .rating {
  display: none;
}
.apus-products-list .name {
  font-family: "Rubik", Helvetica, Arial, sans-serif;
  margin: 0;
}
.apus-products-list .name a {
  color: #54b551;
  font-size: 15px;
  text-transform: capitalize;
}
.apus-products-list .product-block:hover .name a {
  color: #f9b200;
}
.apus-products-list .groups-button * i {
  color: #6f6f6f;
}
.apus-products-list .groups-button * i:hover {
  color: #f9b200;
}
.apus-products-list .groups-button .addcart, .apus-products-list .groups-button .yith-wcwl-add-to-wishlist, .apus-products-list .groups-button .quick-view {
  display: inline-block;
  padding-right: 26px;
}
.rtl .apus-products-list .groups-button .addcart, .rtl .apus-products-list .groups-button .yith-wcwl-add-to-wishlist, .rtl .apus-products-list .groups-button .quick-view {
  padding-left: 26px;
  padding-right: inherit;
}
.apus-products-list .groups-button .addcart .add-cart a {
  background: transparent;
  padding: 0;
}
.apus-products-list .groups-button .addcart .add-cart a .title-cart {
  display: none;
}
.apus-products-list .groups-button .yith-wcwl-add-to-wishlist {
  vertical-align: bottom;
}
.apus-products-list .groups-button .yith-wcwl-add-to-wishlist .sub-title {
  display: none;
}
.apus-products-list .groups-button .yith-wcwl-add-to-wishlist .feedback {
  display: none;
}
.apus-products-list .groups-button .quick-view {
  padding-right: 0px;
  vertical-align: middle;
}
.rtl .apus-products-list .groups-button .quick-view {
  padding-left: 0px;
  padding-right: inherit;
}
.apus-products-list .groups-button .quick-view a.quickview {
  background: transparent;
  border: none;
  padding: 0px;
}
.apus-products-list .price {
  margin-bottom: 10px;
}
.apus-products-list .price span.woocs_price_code del span.woocommerce-Price-amount {
  font-size: 20px;
  color: #888625;
}
.apus-products-list .price span.woocs_price_code ins span.woocommerce-Price-amount {
  font-size: 24px;
  font-weight: normal;
  color: #888625;
}
.apus-products-list .price span.woocs_price_code span.woocommerce-Price-amount {
  font-size: 24px;
  font-weight: normal;
  color: #888625;
}

.sub-categories .sub-title {
  font-size: 15px;
  color: #fff;
  background: #000;
  padding: 14px 40px;
  margin: 0;
  text-transform: uppercase;
}
.sub-categories .sub-title .icon {
  margin-right: 20px;
}
.rtl .sub-categories .sub-title .icon {
  margin-left: 20px;
  margin-right: inherit;
}
.sub-categories .sub-title .pull-right {
  margin-top: 3px;
}
.sub-categories > .list-square {
  padding: 15px 40px;
  background: #FFFFFF;
}
.sub-categories > .list-square > li > a {
  color: #6f6f6f;
}
.sub-categories > .list-square > li > a:before {
  background: #6f6f6f;
}
.sub-categories > .list-square > li:hover > a, .sub-categories > .list-square > li.active > a {
  color: #1a1a1a;
}
.sub-categories > .list-square > li:hover > a:before, .sub-categories > .list-square > li.active > a:before {
  background: #1a1a1a;
}

table > thead > tr > th, table > thead > tr > td, .table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
  border: 0;
}

table > thead > tr > th, table > thead > tr > td, table > tbody > tr > th, table > tbody > tr > td, table > tfoot > tr > th, table > tfoot > tr > td, .table-bordered > thead > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > tfoot > tr > td {
  border-bottom: 0;
  border-right: 0;
}

#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
  height: 42px;
  width: auto;
  border: none;
  padding: 8px 15px !important;
  background-color: #f2f3f5;
}

.woocommerce .checkout_coupon .button {
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.woocommerce .checkout_coupon .button:hover {
  background-color: #f9b200 !important;
  border-color: #f9b200 !important;
}
.woocommerce .checkout_coupon .button:focus {
  background-color: #f9b200 !important;
  border-color: #f9b200 !important;
}
.woocommerce .checkout_coupon .button:focus-within {
  background-color: #f9b200 !important;
  border-color: #f9b200 !important;
}
.woocommerce .checkout_coupon .button:active {
  background-color: #f9b200 !important;
  border-color: #f9b200 !important;
}

#add_payment_method table.cart td.actions .coupon .btn, #add_payment_method table.cart td.actions .coupon .viewmore-products-btn, #add_payment_method table.cart td.actions .coupon .woocommerce .wishlist_table td.product-add-to-cart a, .woocommerce .wishlist_table td.product-add-to-cart #add_payment_method table.cart td.actions .coupon a, #add_payment_method table.cart td.actions .coupon .woocommerce .details-product .information .stock.out-of-stock, .woocommerce .details-product .information #add_payment_method table.cart td.actions .coupon .stock.out-of-stock,
#add_payment_method table.cart td.actions .coupon .woocommerce table.shop_table input.button,
.woocommerce table.shop_table #add_payment_method table.cart td.actions .coupon input.button, #add_payment_method table.cart td.actions .coupon .wc-proceed-to-checkout a.checkout-button, #add_payment_method .wc-proceed-to-checkout table.cart td.actions .coupon a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout #add_payment_method table.cart td.actions .coupon a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout #add_payment_method table.cart td.actions .coupon a.checkout-button,
.woocommerce-cart table.cart td.actions .coupon .btn,
.woocommerce-cart table.cart td.actions .coupon .viewmore-products-btn,
.woocommerce-cart table.cart td.actions .coupon .woocommerce .wishlist_table td.product-add-to-cart a,
.woocommerce .wishlist_table td.product-add-to-cart .woocommerce-cart table.cart td.actions .coupon a,
.woocommerce-cart table.cart td.actions .coupon .woocommerce .details-product .information .stock.out-of-stock,
.woocommerce .details-product .information .woocommerce-cart table.cart td.actions .coupon .stock.out-of-stock,
.woocommerce-cart table.cart td.actions .coupon .woocommerce table.shop_table input.button,
.woocommerce table.shop_table .woocommerce-cart table.cart td.actions .coupon input.button,
.woocommerce-cart table.cart td.actions .coupon #add_payment_method .wc-proceed-to-checkout a.checkout-button,
#add_payment_method .wc-proceed-to-checkout .woocommerce-cart table.cart td.actions .coupon a.checkout-button,
.woocommerce-cart table.cart td.actions .coupon .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout table.cart td.actions .coupon a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout .woocommerce-cart table.cart td.actions .coupon a.checkout-button,
.woocommerce-checkout table.cart td.actions .coupon .btn,
.woocommerce-checkout table.cart td.actions .coupon .viewmore-products-btn,
.woocommerce-checkout table.cart td.actions .coupon .woocommerce .wishlist_table td.product-add-to-cart a,
.woocommerce .wishlist_table td.product-add-to-cart .woocommerce-checkout table.cart td.actions .coupon a,
.woocommerce-checkout table.cart td.actions .coupon .woocommerce .details-product .information .stock.out-of-stock,
.woocommerce .details-product .information .woocommerce-checkout table.cart td.actions .coupon .stock.out-of-stock,
.woocommerce-checkout table.cart td.actions .coupon .woocommerce table.shop_table input.button,
.woocommerce table.shop_table .woocommerce-checkout table.cart td.actions .coupon input.button,
.woocommerce-checkout table.cart td.actions .coupon #add_payment_method .wc-proceed-to-checkout a.checkout-button,
#add_payment_method .wc-proceed-to-checkout .woocommerce-checkout table.cart td.actions .coupon a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout .woocommerce-checkout table.cart td.actions .coupon a.checkout-button,
.woocommerce-checkout table.cart td.actions .coupon .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout table.cart td.actions .coupon a.checkout-button {
  padding: 9px 20px;
}
#add_payment_method table.cart td.actions .coupon .btn:hover, #add_payment_method table.cart td.actions .coupon .viewmore-products-btn:hover, #add_payment_method table.cart td.actions .coupon .woocommerce .wishlist_table td.product-add-to-cart a:hover, .woocommerce .wishlist_table td.product-add-to-cart #add_payment_method table.cart td.actions .coupon a:hover, #add_payment_method table.cart td.actions .coupon .woocommerce .details-product .information .stock.out-of-stock:hover, .woocommerce .details-product .information #add_payment_method table.cart td.actions .coupon .stock.out-of-stock:hover,
#add_payment_method table.cart td.actions .coupon .woocommerce table.shop_table input.button:hover,
.woocommerce table.shop_table #add_payment_method table.cart td.actions .coupon input.button:hover, #add_payment_method table.cart td.actions .coupon .wc-proceed-to-checkout a.checkout-button:hover, #add_payment_method .wc-proceed-to-checkout table.cart td.actions .coupon a.checkout-button:hover, .woocommerce-cart .wc-proceed-to-checkout #add_payment_method table.cart td.actions .coupon a.checkout-button:hover, .woocommerce-checkout .wc-proceed-to-checkout #add_payment_method table.cart td.actions .coupon a.checkout-button:hover,
.woocommerce-cart table.cart td.actions .coupon .btn:hover,
.woocommerce-cart table.cart td.actions .coupon .viewmore-products-btn:hover,
.woocommerce-cart table.cart td.actions .coupon .woocommerce .wishlist_table td.product-add-to-cart a:hover,
.woocommerce .wishlist_table td.product-add-to-cart .woocommerce-cart table.cart td.actions .coupon a:hover,
.woocommerce-cart table.cart td.actions .coupon .woocommerce .details-product .information .stock.out-of-stock:hover,
.woocommerce .details-product .information .woocommerce-cart table.cart td.actions .coupon .stock.out-of-stock:hover,
.woocommerce-cart table.cart td.actions .coupon .woocommerce table.shop_table input.button:hover,
.woocommerce table.shop_table .woocommerce-cart table.cart td.actions .coupon input.button:hover,
.woocommerce-cart table.cart td.actions .coupon #add_payment_method .wc-proceed-to-checkout a.checkout-button:hover,
#add_payment_method .wc-proceed-to-checkout .woocommerce-cart table.cart td.actions .coupon a.checkout-button:hover,
.woocommerce-cart table.cart td.actions .coupon .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-cart .wc-proceed-to-checkout table.cart td.actions .coupon a.checkout-button:hover,
.woocommerce-checkout .wc-proceed-to-checkout .woocommerce-cart table.cart td.actions .coupon a.checkout-button:hover,
.woocommerce-checkout table.cart td.actions .coupon .btn:hover,
.woocommerce-checkout table.cart td.actions .coupon .viewmore-products-btn:hover,
.woocommerce-checkout table.cart td.actions .coupon .woocommerce .wishlist_table td.product-add-to-cart a:hover,
.woocommerce .wishlist_table td.product-add-to-cart .woocommerce-checkout table.cart td.actions .coupon a:hover,
.woocommerce-checkout table.cart td.actions .coupon .woocommerce .details-product .information .stock.out-of-stock:hover,
.woocommerce .details-product .information .woocommerce-checkout table.cart td.actions .coupon .stock.out-of-stock:hover,
.woocommerce-checkout table.cart td.actions .coupon .woocommerce table.shop_table input.button:hover,
.woocommerce table.shop_table .woocommerce-checkout table.cart td.actions .coupon input.button:hover,
.woocommerce-checkout table.cart td.actions .coupon #add_payment_method .wc-proceed-to-checkout a.checkout-button:hover,
#add_payment_method .wc-proceed-to-checkout .woocommerce-checkout table.cart td.actions .coupon a.checkout-button:hover,
.woocommerce-cart .wc-proceed-to-checkout .woocommerce-checkout table.cart td.actions .coupon a.checkout-button:hover,
.woocommerce-checkout table.cart td.actions .coupon .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-checkout .wc-proceed-to-checkout table.cart td.actions .coupon a.checkout-button:hover {
  color: #fff !important;
}
#add_payment_method table.cart td.actions .coupon .btn:focus, #add_payment_method table.cart td.actions .coupon .viewmore-products-btn:focus, #add_payment_method table.cart td.actions .coupon .woocommerce .wishlist_table td.product-add-to-cart a:focus, .woocommerce .wishlist_table td.product-add-to-cart #add_payment_method table.cart td.actions .coupon a:focus, #add_payment_method table.cart td.actions .coupon .woocommerce .details-product .information .stock.out-of-stock:focus, .woocommerce .details-product .information #add_payment_method table.cart td.actions .coupon .stock.out-of-stock:focus,
#add_payment_method table.cart td.actions .coupon .woocommerce table.shop_table input.button:focus,
.woocommerce table.shop_table #add_payment_method table.cart td.actions .coupon input.button:focus, #add_payment_method table.cart td.actions .coupon .wc-proceed-to-checkout a.checkout-button:focus, #add_payment_method .wc-proceed-to-checkout table.cart td.actions .coupon a.checkout-button:focus, .woocommerce-cart .wc-proceed-to-checkout #add_payment_method table.cart td.actions .coupon a.checkout-button:focus, .woocommerce-checkout .wc-proceed-to-checkout #add_payment_method table.cart td.actions .coupon a.checkout-button:focus,
.woocommerce-cart table.cart td.actions .coupon .btn:focus,
.woocommerce-cart table.cart td.actions .coupon .viewmore-products-btn:focus,
.woocommerce-cart table.cart td.actions .coupon .woocommerce .wishlist_table td.product-add-to-cart a:focus,
.woocommerce .wishlist_table td.product-add-to-cart .woocommerce-cart table.cart td.actions .coupon a:focus,
.woocommerce-cart table.cart td.actions .coupon .woocommerce .details-product .information .stock.out-of-stock:focus,
.woocommerce .details-product .information .woocommerce-cart table.cart td.actions .coupon .stock.out-of-stock:focus,
.woocommerce-cart table.cart td.actions .coupon .woocommerce table.shop_table input.button:focus,
.woocommerce table.shop_table .woocommerce-cart table.cart td.actions .coupon input.button:focus,
.woocommerce-cart table.cart td.actions .coupon #add_payment_method .wc-proceed-to-checkout a.checkout-button:focus,
#add_payment_method .wc-proceed-to-checkout .woocommerce-cart table.cart td.actions .coupon a.checkout-button:focus,
.woocommerce-cart table.cart td.actions .coupon .wc-proceed-to-checkout a.checkout-button:focus,
.woocommerce-cart .wc-proceed-to-checkout table.cart td.actions .coupon a.checkout-button:focus,
.woocommerce-checkout .wc-proceed-to-checkout .woocommerce-cart table.cart td.actions .coupon a.checkout-button:focus,
.woocommerce-checkout table.cart td.actions .coupon .btn:focus,
.woocommerce-checkout table.cart td.actions .coupon .viewmore-products-btn:focus,
.woocommerce-checkout table.cart td.actions .coupon .woocommerce .wishlist_table td.product-add-to-cart a:focus,
.woocommerce .wishlist_table td.product-add-to-cart .woocommerce-checkout table.cart td.actions .coupon a:focus,
.woocommerce-checkout table.cart td.actions .coupon .woocommerce .details-product .information .stock.out-of-stock:focus,
.woocommerce .details-product .information .woocommerce-checkout table.cart td.actions .coupon .stock.out-of-stock:focus,
.woocommerce-checkout table.cart td.actions .coupon .woocommerce table.shop_table input.button:focus,
.woocommerce table.shop_table .woocommerce-checkout table.cart td.actions .coupon input.button:focus,
.woocommerce-checkout table.cart td.actions .coupon #add_payment_method .wc-proceed-to-checkout a.checkout-button:focus,
#add_payment_method .wc-proceed-to-checkout .woocommerce-checkout table.cart td.actions .coupon a.checkout-button:focus,
.woocommerce-cart .wc-proceed-to-checkout .woocommerce-checkout table.cart td.actions .coupon a.checkout-button:focus,
.woocommerce-checkout table.cart td.actions .coupon .wc-proceed-to-checkout a.checkout-button:focus,
.woocommerce-checkout .wc-proceed-to-checkout table.cart td.actions .coupon a.checkout-button:focus {
  color: #fff !important;
}
#add_payment_method table.cart td.actions .coupon .btn:focus-within, #add_payment_method table.cart td.actions .coupon .viewmore-products-btn:focus-within, #add_payment_method table.cart td.actions .coupon .woocommerce .wishlist_table td.product-add-to-cart a:focus-within, .woocommerce .wishlist_table td.product-add-to-cart #add_payment_method table.cart td.actions .coupon a:focus-within, #add_payment_method table.cart td.actions .coupon .woocommerce .details-product .information .stock.out-of-stock:focus-within, .woocommerce .details-product .information #add_payment_method table.cart td.actions .coupon .stock.out-of-stock:focus-within,
#add_payment_method table.cart td.actions .coupon .woocommerce table.shop_table input.button:focus-within,
.woocommerce table.shop_table #add_payment_method table.cart td.actions .coupon input.button:focus-within, #add_payment_method table.cart td.actions .coupon .wc-proceed-to-checkout a.checkout-button:focus-within, #add_payment_method .wc-proceed-to-checkout table.cart td.actions .coupon a.checkout-button:focus-within, .woocommerce-cart .wc-proceed-to-checkout #add_payment_method table.cart td.actions .coupon a.checkout-button:focus-within, .woocommerce-checkout .wc-proceed-to-checkout #add_payment_method table.cart td.actions .coupon a.checkout-button:focus-within,
.woocommerce-cart table.cart td.actions .coupon .btn:focus-within,
.woocommerce-cart table.cart td.actions .coupon .viewmore-products-btn:focus-within,
.woocommerce-cart table.cart td.actions .coupon .woocommerce .wishlist_table td.product-add-to-cart a:focus-within,
.woocommerce .wishlist_table td.product-add-to-cart .woocommerce-cart table.cart td.actions .coupon a:focus-within,
.woocommerce-cart table.cart td.actions .coupon .woocommerce .details-product .information .stock.out-of-stock:focus-within,
.woocommerce .details-product .information .woocommerce-cart table.cart td.actions .coupon .stock.out-of-stock:focus-within,
.woocommerce-cart table.cart td.actions .coupon .woocommerce table.shop_table input.button:focus-within,
.woocommerce table.shop_table .woocommerce-cart table.cart td.actions .coupon input.button:focus-within,
.woocommerce-cart table.cart td.actions .coupon #add_payment_method .wc-proceed-to-checkout a.checkout-button:focus-within,
#add_payment_method .wc-proceed-to-checkout .woocommerce-cart table.cart td.actions .coupon a.checkout-button:focus-within,
.woocommerce-cart table.cart td.actions .coupon .wc-proceed-to-checkout a.checkout-button:focus-within,
.woocommerce-cart .wc-proceed-to-checkout table.cart td.actions .coupon a.checkout-button:focus-within,
.woocommerce-checkout .wc-proceed-to-checkout .woocommerce-cart table.cart td.actions .coupon a.checkout-button:focus-within,
.woocommerce-checkout table.cart td.actions .coupon .btn:focus-within,
.woocommerce-checkout table.cart td.actions .coupon .viewmore-products-btn:focus-within,
.woocommerce-checkout table.cart td.actions .coupon .woocommerce .wishlist_table td.product-add-to-cart a:focus-within,
.woocommerce .wishlist_table td.product-add-to-cart .woocommerce-checkout table.cart td.actions .coupon a:focus-within,
.woocommerce-checkout table.cart td.actions .coupon .woocommerce .details-product .information .stock.out-of-stock:focus-within,
.woocommerce .details-product .information .woocommerce-checkout table.cart td.actions .coupon .stock.out-of-stock:focus-within,
.woocommerce-checkout table.cart td.actions .coupon .woocommerce table.shop_table input.button:focus-within,
.woocommerce table.shop_table .woocommerce-checkout table.cart td.actions .coupon input.button:focus-within,
.woocommerce-checkout table.cart td.actions .coupon #add_payment_method .wc-proceed-to-checkout a.checkout-button:focus-within,
#add_payment_method .wc-proceed-to-checkout .woocommerce-checkout table.cart td.actions .coupon a.checkout-button:focus-within,
.woocommerce-cart .wc-proceed-to-checkout .woocommerce-checkout table.cart td.actions .coupon a.checkout-button:focus-within,
.woocommerce-checkout table.cart td.actions .coupon .wc-proceed-to-checkout a.checkout-button:focus-within,
.woocommerce-checkout .wc-proceed-to-checkout table.cart td.actions .coupon a.checkout-button:focus-within {
  color: #fff !important;
}
#add_payment_method table.cart td.actions .coupon .btn:active, #add_payment_method table.cart td.actions .coupon .viewmore-products-btn:active, #add_payment_method table.cart td.actions .coupon .woocommerce .wishlist_table td.product-add-to-cart a:active, .woocommerce .wishlist_table td.product-add-to-cart #add_payment_method table.cart td.actions .coupon a:active, #add_payment_method table.cart td.actions .coupon .woocommerce .details-product .information .stock.out-of-stock:active, .woocommerce .details-product .information #add_payment_method table.cart td.actions .coupon .stock.out-of-stock:active,
#add_payment_method table.cart td.actions .coupon .woocommerce table.shop_table input.button:active,
.woocommerce table.shop_table #add_payment_method table.cart td.actions .coupon input.button:active, #add_payment_method table.cart td.actions .coupon .wc-proceed-to-checkout a.checkout-button:active, #add_payment_method .wc-proceed-to-checkout table.cart td.actions .coupon a.checkout-button:active, .woocommerce-cart .wc-proceed-to-checkout #add_payment_method table.cart td.actions .coupon a.checkout-button:active, .woocommerce-checkout .wc-proceed-to-checkout #add_payment_method table.cart td.actions .coupon a.checkout-button:active,
.woocommerce-cart table.cart td.actions .coupon .btn:active,
.woocommerce-cart table.cart td.actions .coupon .viewmore-products-btn:active,
.woocommerce-cart table.cart td.actions .coupon .woocommerce .wishlist_table td.product-add-to-cart a:active,
.woocommerce .wishlist_table td.product-add-to-cart .woocommerce-cart table.cart td.actions .coupon a:active,
.woocommerce-cart table.cart td.actions .coupon .woocommerce .details-product .information .stock.out-of-stock:active,
.woocommerce .details-product .information .woocommerce-cart table.cart td.actions .coupon .stock.out-of-stock:active,
.woocommerce-cart table.cart td.actions .coupon .woocommerce table.shop_table input.button:active,
.woocommerce table.shop_table .woocommerce-cart table.cart td.actions .coupon input.button:active,
.woocommerce-cart table.cart td.actions .coupon #add_payment_method .wc-proceed-to-checkout a.checkout-button:active,
#add_payment_method .wc-proceed-to-checkout .woocommerce-cart table.cart td.actions .coupon a.checkout-button:active,
.woocommerce-cart table.cart td.actions .coupon .wc-proceed-to-checkout a.checkout-button:active,
.woocommerce-cart .wc-proceed-to-checkout table.cart td.actions .coupon a.checkout-button:active,
.woocommerce-checkout .wc-proceed-to-checkout .woocommerce-cart table.cart td.actions .coupon a.checkout-button:active,
.woocommerce-checkout table.cart td.actions .coupon .btn:active,
.woocommerce-checkout table.cart td.actions .coupon .viewmore-products-btn:active,
.woocommerce-checkout table.cart td.actions .coupon .woocommerce .wishlist_table td.product-add-to-cart a:active,
.woocommerce .wishlist_table td.product-add-to-cart .woocommerce-checkout table.cart td.actions .coupon a:active,
.woocommerce-checkout table.cart td.actions .coupon .woocommerce .details-product .information .stock.out-of-stock:active,
.woocommerce .details-product .information .woocommerce-checkout table.cart td.actions .coupon .stock.out-of-stock:active,
.woocommerce-checkout table.cart td.actions .coupon .woocommerce table.shop_table input.button:active,
.woocommerce table.shop_table .woocommerce-checkout table.cart td.actions .coupon input.button:active,
.woocommerce-checkout table.cart td.actions .coupon #add_payment_method .wc-proceed-to-checkout a.checkout-button:active,
#add_payment_method .wc-proceed-to-checkout .woocommerce-checkout table.cart td.actions .coupon a.checkout-button:active,
.woocommerce-cart .wc-proceed-to-checkout .woocommerce-checkout table.cart td.actions .coupon a.checkout-button:active,
.woocommerce-checkout table.cart td.actions .coupon .wc-proceed-to-checkout a.checkout-button:active,
.woocommerce-checkout .wc-proceed-to-checkout table.cart td.actions .coupon a.checkout-button:active {
  color: #fff !important;
}

.woocommerce-order-details,
.woocommerce-checkout {
  margin-bottom: 50px;
}

.select2-container--default .select2-selection--single {
  border: none;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  display: inline-block;
  padding: 12px 30px;
  white-space: nowrap;
  vertical-align: middle;
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  background-image: -webkit-linear-gradient(left, #1b251f 0%, #f9b200 100%);
  background-image: -o-linear-gradient(left, #1b251f 0%, #f9b200 100%);
  background-image: linear-gradient(to right, #1b251f 0%, #f9b200 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF1B251F', endColorstr='#FFF9B200', GradientType=1);
  color: #fff;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce #respond input#submit.alt:active, .woocommerce a.button.alt:hover, .woocommerce a.button.alt:active, .woocommerce button.button.alt:hover, .woocommerce button.button.alt:active, .woocommerce input.button.alt:hover, .woocommerce input.button.alt:active {
  color: #fff;
  background-image: -webkit-linear-gradient(left, #f9b200 0%, #1b251f 100%);
  background-image: -o-linear-gradient(left, #f9b200 0%, #1b251f 100%);
  background-image: linear-gradient(to right, #f9b200 0%, #1b251f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF9B200', endColorstr='#FF1B251F', GradientType=1);
}

.woocommerce-customer-details > h2,
.woocommerce-order-details__title {
  font-size: 28px;
}

.woocommerce form .form-row .input-checkbox {
  position: static;
  float: none;
  display: inline-block;
  margin: 0 5px 0 0;
  vertical-align: inherit;
}
.rtl .woocommerce form .form-row .input-checkbox {
  margin: 0 0 0 5px;
}
.woocommerce form .form-row .input-checkbox + label {
  display: inline-block;
}

.woocommerce-widget-layered-nav .view-more-list {
  font-size: 14px;
  text-decoration: underline;
  color: #4ec45e;
}
.woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list {
  overflow: hidden;
}
.woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list.hideContent {
  margin-bottom: 10px;
  height: 260px;
}
.woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list.showContent {
  height: auto;
  margin-bottom: 10px;
}

.woocommerce-widget-layered-nav-list {
  -webkit-column-count: 2;
  /* Chrome, Safari, Opera */
  -moz-column-count: 2;
  /* Firefox */
  column-count: 2;
}
.woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
  font-size: 15px;
  margin: 0 0 5px;
  width: 100%;
  white-space: nowrap;
}
.woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item:last-child {
  margin: 0;
}
.woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item > a {
  color: #6f6f6f;
  padding: 1px !important;
}
.woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item > a:hover, .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item > a:active {
  color: #f9b200;
}
.woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item > a .swatch-color {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  vertical-align: baseline;
  margin-right: 10px;
}
.rtl .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item > a .swatch-color {
  margin-left: 10px;
  margin-right: inherit;
}
.woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item > a .swatch-label {
  display: none;
}
.woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item.chosen > a {
  color: #f9b200;
}
.woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item.chosen > a .swatch-color {
  display: none;
}
.woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item.chosen > a:before {
  vertical-align: baseline;
  color: #f9b200;
  content: "\f14a";
  font-family: "Font Awesome 5 Free";
}
.woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item.chosen > a:hover:before, .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item.chosen > a:active:before {
  color: #ff3535;
  font-family: "Font Awesome 5 Free";
  content: "\f057";
}

.apus-price-filter,
.apus-product-sorting {
  list-style: none;
  padding: 0;
  margin: 0;
}
.apus-price-filter li,
.apus-product-sorting li {
  margin-bottom: 5px;
}
.apus-price-filter li:last-child,
.apus-product-sorting li:last-child {
  margin-bottom: 0;
}
.apus-price-filter li a,
.apus-product-sorting li a {
  color: #6f6f6f;
}
.apus-price-filter li a:hover, .apus-price-filter li a:active,
.apus-product-sorting li a:hover,
.apus-product-sorting li a:active {
  color: #f9b200;
}
.apus-price-filter li.current, .apus-price-filter li.active,
.apus-product-sorting li.current,
.apus-product-sorting li.active {
  color: #f9b200;
}

.widget.widget-recent_viewed .slick-carousel,
.widget.upsells .slick-carousel,
.widget.related .slick-carousel {
  margin-bottom: -35px;
}
.widget.widget-recent_viewed .slick-list,
.widget.upsells .slick-list,
.widget.related .slick-list {
  padding-bottom: 35px;
}

.cross-sells {
  margin-top: 30px;
}
.cross-sells > h2 {
  margin: 0 0 20px;
  font-size: 22px;
}
@media (min-width: 992px) {
  .cross-sells > h2 {
    margin: 0 0 30px;
  }
}
